@Beta(value=V1_7_0) public static interface EventHub.DefinitionStages.WithCaptureProviderOrCreate extends EventHub.DefinitionStages.WithCreate
| Modifier and Type | Method and Description |
|---|---|
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.
|
EventHub.DefinitionStages.WithCaptureEnabledDisabled |
withExistingStorageAccountForCapturedData(String storageAccountId,
String containerName)
Specifies an existing storage account to store the captured data when data capturing is enabled.
|
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.
|
create, createAsync, createAsynckeynamewithNewListenRule, withNewManageRule, withNewSendRulewithNewConsumerGroup, withNewConsumerGroupwithPartitionCountwithRetentionPeriodInDays@Beta(value=V1_7_0) EventHub.DefinitionStages.WithCaptureEnabledDisabled withNewStorageAccountForCapturedData(com.microsoft.azure.management.resources.fluentcore.model.Creatable<com.microsoft.azure.management.storage.StorageAccount> storageAccountCreatable, String containerName)
storageAccountCreatable - creatable storage account definitioncontainerName - container to store the files containing captured data@Beta(value=V1_7_0) EventHub.DefinitionStages.WithCaptureEnabledDisabled withExistingStorageAccountForCapturedData(com.microsoft.azure.management.storage.StorageAccount storageAccount, String containerName)
storageAccount - storage accountcontainerName - an existing or new container to store the files containing captured data@Beta(value=V1_7_0) EventHub.DefinitionStages.WithCaptureEnabledDisabled withExistingStorageAccountForCapturedData(String storageAccountId, String containerName)
storageAccountId - storage account arm idcontainerName - an existing or new container to store the files containing captured data /**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/