Interface EventHub.Definition
-
- All Superinterfaces:
com.microsoft.azure.management.resources.fluentcore.model.Creatable<EventHub>,EventHub.DefinitionStages.Blank,EventHub.DefinitionStages.WithAuthorizationRule,EventHub.DefinitionStages.WithCaptureEnabledDisabled,EventHub.DefinitionStages.WithCaptureOptionalSettingsOrCreate,EventHub.DefinitionStages.WithCaptureProviderOrCreate,EventHub.DefinitionStages.WithConsumerGroup,EventHub.DefinitionStages.WithCreate,EventHub.DefinitionStages.WithNamespace,EventHub.DefinitionStages.WithPartitionCount,EventHub.DefinitionStages.WithRetentionPeriod,com.microsoft.azure.management.resources.fluentcore.arm.models.HasName,com.microsoft.azure.management.resources.fluentcore.model.Indexable
- Enclosing interface:
- EventHub
@Beta(V1_7_0) public static interface EventHub.Definition extends EventHub.DefinitionStages.Blank, EventHub.DefinitionStages.WithNamespace, EventHub.DefinitionStages.WithCaptureProviderOrCreate, EventHub.DefinitionStages.WithCaptureEnabledDisabled, EventHub.DefinitionStages.WithCaptureOptionalSettingsOrCreate, EventHub.DefinitionStages.WithCreate
The entirety of the event hub definition.
-
-
Method Summary
-
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.Creatable
create, createAsync, createAsync
-
Methods inherited from interface com.microsoft.azure.management.eventhub.EventHub.DefinitionStages.WithAuthorizationRule
withNewListenRule, withNewManageRule, withNewSendRule
-
Methods inherited from interface com.microsoft.azure.management.eventhub.EventHub.DefinitionStages.WithCaptureEnabledDisabled
withDataCaptureDisabled, withDataCaptureEnabled
-
Methods inherited from interface com.microsoft.azure.management.eventhub.EventHub.DefinitionStages.WithCaptureOptionalSettingsOrCreate
withDataCaptureFileNameFormat, withDataCaptureWindowSizeInMB, withDataCaptureWindowSizeInSeconds
-
Methods inherited from interface com.microsoft.azure.management.eventhub.EventHub.DefinitionStages.WithCaptureProviderOrCreate
withExistingStorageAccountForCapturedData, withExistingStorageAccountForCapturedData, withNewStorageAccountForCapturedData
-
Methods inherited from interface com.microsoft.azure.management.eventhub.EventHub.DefinitionStages.WithConsumerGroup
withNewConsumerGroup, withNewConsumerGroup
-
Methods inherited from interface com.microsoft.azure.management.eventhub.EventHub.DefinitionStages.WithNamespace
withExistingNamespace, withExistingNamespace, withExistingNamespaceId, withNewNamespace
-
Methods inherited from interface com.microsoft.azure.management.eventhub.EventHub.DefinitionStages.WithPartitionCount
withPartitionCount
-
Methods inherited from interface com.microsoft.azure.management.eventhub.EventHub.DefinitionStages.WithRetentionPeriod
withRetentionPeriodInDays
-
-