Uses of Interface
com.microsoft.azure.management.eventhub.EventHub.Update
Package
Description
This package contains the classes for EventHubManagementClient.
-
Uses of EventHub.Update in com.microsoft.azure.management.eventhub
Modifier and TypeMethodDescriptionEventHub.UpdateStages.WithCapture.withDataCaptureDisabled()
Specifies that data capture should be disabled for the event hub.EventHub.UpdateStages.WithCapture.withDataCaptureEnabled()
Specifies that data capture should be enabled for the event hub.EventHub.UpdateStages.WithCapture.withDataCaptureFileNameFormat
(String format) Specifies the format of the file containing captured data.EventHub.UpdateStages.WithCapture.withDataCaptureSkipEmptyArchives
(Boolean skipEmptyArchives) Specified the capture whether to Skip Empty Archives.EventHub.UpdateStages.WithCapture.withDataCaptureWindowSizeInMB
(int sizeInMB) Specifies the capture window size in MB.EventHub.UpdateStages.WithCapture.withDataCaptureWindowSizeInSeconds
(int sizeInSeconds) Specifies the capture window size in seconds.EventHub.UpdateStages.WithCapture.withExistingStorageAccountForCapturedData
(StorageAccount storageAccount, String containerName) Specifies an existing storage account to store the captured data when data capturing is enabled.EventHub.UpdateStages.WithCapture.withExistingStorageAccountForCapturedData
(String storageAccountId, String containerName) Specifies an existing storage account to store the captured data when data capturing is enabled.EventHub.UpdateStages.WithConsumerGroup.withNewConsumerGroup
(String name) Specifies that a new consumer group should be created for the event hub.EventHub.UpdateStages.WithConsumerGroup.withNewConsumerGroup
(String name, String metadata) Specifies that a new consumer group should be created for the event hub.EventHub.UpdateStages.WithAuthorizationRule.withNewListenRule
(String name) Specifies that a new authorization rule should be created that has listen access to the event hub.EventHub.UpdateStages.WithAuthorizationRule.withNewManageRule
(String name) Specifies that a new authorization rule should be created that has manage access to the event hub.EventHub.UpdateStages.WithAuthorizationRule.withNewSendRule
(String name) Specifies that a new authorization rule should be created that has send access to the event hub.EventHub.UpdateStages.WithCapture.withNewStorageAccountForCapturedData
(Creatable<StorageAccount> storageAccountCreatable, String containerName) Specifies a new storage account to store the captured data when data capturing is enabled.EventHub.UpdateStages.WithAuthorizationRule.withoutAuthorizationRule
(String ruleName) Specifies that an authorization rule associated with the event hub should be deleted.EventHub.UpdateStages.WithConsumerGroup.withoutConsumerGroup
(String name) Specifies that a consumer group associated with the event hub should be deleted.EventHub.UpdateStages.WithPartitionCount.withPartitionCount
(long count) Specifies the number of partitions in the event hub.EventHub.UpdateStages.WithRetentionPeriod.withRetentionPeriodInDays
(long period) Specifies the retention period for events in days.