Interface EventHub.Update
-
- All Superinterfaces:
com.microsoft.azure.management.resources.fluentcore.model.Appliable<EventHub>,EventHub.UpdateStages.WithAuthorizationRule,EventHub.UpdateStages.WithCapture,EventHub.UpdateStages.WithConsumerGroup,EventHub.UpdateStages.WithPartitionCount,EventHub.UpdateStages.WithRetentionPeriod,com.microsoft.azure.management.resources.fluentcore.model.Indexable
- Enclosing interface:
- EventHub
@Beta(V1_7_0) public static interface EventHub.Update extends com.microsoft.azure.management.resources.fluentcore.model.Appliable<EventHub>, EventHub.UpdateStages.WithConsumerGroup, EventHub.UpdateStages.WithAuthorizationRule, EventHub.UpdateStages.WithCapture, EventHub.UpdateStages.WithPartitionCount, EventHub.UpdateStages.WithRetentionPeriod
The template for a event hub update operation, containing all the settings that can be modified.
-
-
Method Summary
-
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.Appliable
apply, applyAsync, applyAsync
-
Methods inherited from interface com.microsoft.azure.management.eventhub.EventHub.UpdateStages.WithAuthorizationRule
withNewListenRule, withNewManageRule, withNewSendRule, withoutAuthorizationRule
-
Methods inherited from interface com.microsoft.azure.management.eventhub.EventHub.UpdateStages.WithCapture
withDataCaptureDisabled, withDataCaptureEnabled, withDataCaptureFileNameFormat, withDataCaptureWindowSizeInMB, withDataCaptureWindowSizeInSeconds, withExistingStorageAccountForCapturedData, withExistingStorageAccountForCapturedData, withNewStorageAccountForCapturedData
-
Methods inherited from interface com.microsoft.azure.management.eventhub.EventHub.UpdateStages.WithConsumerGroup
withNewConsumerGroup, withNewConsumerGroup, withoutConsumerGroup
-
Methods inherited from interface com.microsoft.azure.management.eventhub.EventHub.UpdateStages.WithPartitionCount
withPartitionCount
-
Methods inherited from interface com.microsoft.azure.management.eventhub.EventHub.UpdateStages.WithRetentionPeriod
withRetentionPeriodInDays
-
-