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.WithSku
The stage of the event hub namespace definition allowing to specify the sku.
-
Method Summary
Modifier and TypeMethodDescriptionwithSku
(EventHubNamespaceSkuType namespaceSku) Specifies the namespace sku.
-
Method Details
-
withSku
Specifies the namespace sku.- Parameters:
namespaceSku
- the sku- Returns:
- next stage of the event hub namespace definition
-