Interface EventHubNamespace.UpdateStages.WithSku
- All Known Subinterfaces:
EventHubNamespace.Update
- Enclosing interface:
- EventHubNamespace.UpdateStages
@Beta(V1_7_0)
public static interface EventHubNamespace.UpdateStages.WithSku
The stage of the event hub namespace update allowing to change 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 update
-