Interface EventHub.DefinitionStages.WithCreate
-
- All Superinterfaces:
com.microsoft.azure.management.resources.fluentcore.model.Creatable<EventHub>,EventHub.DefinitionStages.WithAuthorizationRule,EventHub.DefinitionStages.WithConsumerGroup,EventHub.DefinitionStages.WithPartitionCount,EventHub.DefinitionStages.WithRetentionPeriod,com.microsoft.azure.management.resources.fluentcore.arm.models.HasName,com.microsoft.azure.management.resources.fluentcore.model.Indexable
- All Known Subinterfaces:
EventHub.Definition,EventHub.DefinitionStages.WithCaptureOptionalSettingsOrCreate,EventHub.DefinitionStages.WithCaptureProviderOrCreate
- Enclosing interface:
- EventHub.DefinitionStages
@Beta(V1_7_0) public static interface EventHub.DefinitionStages.WithCreate extends com.microsoft.azure.management.resources.fluentcore.model.Creatable<EventHub>, EventHub.DefinitionStages.WithAuthorizationRule, EventHub.DefinitionStages.WithConsumerGroup, EventHub.DefinitionStages.WithPartitionCount, EventHub.DefinitionStages.WithRetentionPeriod
The stage of the definition which contains all the minimum required inputs for the resource to be created (viaCreatable.create()), but also allows for any other optional settings to be specified.
-
-
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.WithConsumerGroup
withNewConsumerGroup, withNewConsumerGroup
-
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
-
-