Interface EventHubNamespace.DefinitionStages.WithSku
-
- All Known Subinterfaces:
EventHubNamespace.Definition,EventHubNamespace.DefinitionStages.WithCreate
- Enclosing interface:
- EventHubNamespace.DefinitionStages
@Beta(V1_7_0) public static interface EventHubNamespace.DefinitionStages.WithSkuThe stage of the event hub namespace definition allowing to specify the sku.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EventHubNamespace.DefinitionStages.WithCreatewithSku(EventHubNamespaceSkuType namespaceSku)Specifies the namespace sku.
-
-
-
Method Detail
-
withSku
EventHubNamespace.DefinitionStages.WithCreate withSku(EventHubNamespaceSkuType namespaceSku)
Specifies the namespace sku.- Parameters:
namespaceSku- the sku- Returns:
- next stage of the event hub namespace definition
-
-