EventHub.Update |
EventHub.UpdateStages.WithCapture.withDataCaptureDisabled() |
Specifies that data capture should be disabled for the event hub.
|
EventHub.Update |
EventHub.UpdateStages.WithCapture.withDataCaptureEnabled() |
Specifies that data capture should be enabled for the event hub.
|
EventHub.Update |
EventHub.UpdateStages.WithCapture.withDataCaptureFileNameFormat(String format) |
Specifies the format of the file containing captured data.
|
EventHub.Update |
EventHub.UpdateStages.WithCapture.withDataCaptureWindowSizeInMB(int sizeInMB) |
Specifies the capture window size in MB.
|
EventHub.Update |
EventHub.UpdateStages.WithCapture.withDataCaptureWindowSizeInSeconds(int sizeInSeconds) |
Specifies the capture window size in seconds.
|
EventHub.Update |
EventHub.UpdateStages.WithCapture.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.Update |
EventHub.UpdateStages.WithCapture.withExistingStorageAccountForCapturedData(String storageAccountId,
String containerName) |
Specifies an existing storage account to store the captured data when data capturing is enabled.
|
EventHub.Update |
EventHub.UpdateStages.WithConsumerGroup.withNewConsumerGroup(String name) |
Specifies that a new consumer group should be created for the event hub.
|
EventHub.Update |
EventHub.UpdateStages.WithConsumerGroup.withNewConsumerGroup(String name,
String metadata) |
Specifies that a new consumer group should be created for the event hub.
|
EventHub.Update |
EventHub.UpdateStages.WithAuthorizationRule.withNewListenRule(String name) |
Specifies that a new authorization rule should be created that has listen access to the event hub.
|
EventHub.Update |
EventHub.UpdateStages.WithAuthorizationRule.withNewManageRule(String name) |
Specifies that a new authorization rule should be created that has manage access to the event hub.
|
EventHub.Update |
EventHub.UpdateStages.WithAuthorizationRule.withNewSendRule(String name) |
Specifies that a new authorization rule should be created that has send access to the event hub.
|
EventHub.Update |
EventHub.UpdateStages.WithCapture.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.
|
EventHub.Update |
EventHub.UpdateStages.WithAuthorizationRule.withoutAuthorizationRule(String ruleName) |
Specifies that an authorization rule associated with the event hub should be deleted.
|
EventHub.Update |
EventHub.UpdateStages.WithConsumerGroup.withoutConsumerGroup(String name) |
Specifies that a consumer group associated with the event hub should be deleted.
|
EventHub.Update |
EventHub.UpdateStages.WithPartitionCount.withPartitionCount(long count) |
Specifies the number of partitions in the event hub.
|
EventHub.Update |
EventHub.UpdateStages.WithRetentionPeriod.withRetentionPeriodInDays(long period) |
Specifies the retention period for events in days.
|