Interface EventHubNamespace.DefinitionStages
-
- Enclosing interface:
- EventHubNamespace
@Beta(V1_7_0) public static interface EventHubNamespace.DefinitionStagesGrouping of event hub namespace definition stages.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceEventHubNamespace.DefinitionStages.BlankThe first stage of a event hub namespace definition.static interfaceEventHubNamespace.DefinitionStages.WithAuthorizationRuleThe stage of the event hub namespace definition allowing to add authorization rule for accessing the event hub.static interfaceEventHubNamespace.DefinitionStages.WithCreateThe 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.static interfaceEventHubNamespace.DefinitionStages.WithEventHubThe stage of the event hub namespace definition allowing to add new event hub in the namespace.static interfaceEventHubNamespace.DefinitionStages.WithGroupThe stage of the event hub namespace definition allowing to specify the resource group.static interfaceEventHubNamespace.DefinitionStages.WithSkuThe stage of the event hub namespace definition allowing to specify the sku.static interfaceEventHubNamespace.DefinitionStages.WithThroughputConfigurationThe stage of the event hub namespace definition allowing to specify the throughput unit settings.
-