Interface EventHub.DefinitionStages.WithCaptureProviderOrCreate

    • Method Detail

      • withNewStorageAccountForCapturedData

        @Beta(V1_7_0)
        EventHub.DefinitionStages.WithCaptureEnabledDisabled withNewStorageAccountForCapturedData​(com.microsoft.azure.management.resources.fluentcore.model.Creatable<com.microsoft.azure.management.storage.StorageAccount> storageAccountCreatable,
                                                                                                  String containerName)
        Specifies a new storage account to store the captured data when data capturing is enabled.
        Parameters:
        storageAccountCreatable - creatable storage account definition
        containerName - container to store the files containing captured data
        Returns:
        next stage of the event hub definition
      • withExistingStorageAccountForCapturedData

        @Beta(V1_7_0)
        EventHub.DefinitionStages.WithCaptureEnabledDisabled withExistingStorageAccountForCapturedData​(com.microsoft.azure.management.storage.StorageAccount storageAccount,
                                                                                                       String containerName)
        Specifies an existing storage account to store the captured data when data capturing is enabled.
        Parameters:
        storageAccount - storage account
        containerName - an existing or new container to store the files containing captured data
        Returns:
        next stage of the event hub definition
      • withExistingStorageAccountForCapturedData

        @Beta(V1_7_0)
        EventHub.DefinitionStages.WithCaptureEnabledDisabled withExistingStorageAccountForCapturedData​(String storageAccountId,
                                                                                                       String containerName)
        Specifies an existing storage account to store the captured data when data capturing is enabled.
        Parameters:
        storageAccountId - storage account arm id
        containerName - an existing or new container to store the files containing captured data
        Returns:
        next stage of the event hub definition