Interface EventHubNamespace.UpdateStages.WithSku
-
- All Known Subinterfaces:
EventHubNamespace.Update
- Enclosing interface:
- EventHubNamespace.UpdateStages
@Beta(V1_7_0) public static interface EventHubNamespace.UpdateStages.WithSkuThe stage of the event hub namespace update allowing to change the sku.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EventHubNamespace.UpdatewithSku(EventHubNamespaceSkuType namespaceSku)Specifies the namespace sku.
-
-
-
Method Detail
-
withSku
@Beta(V1_7_0) EventHubNamespace.Update withSku(EventHubNamespaceSkuType namespaceSku)
Specifies the namespace sku.- Parameters:
namespaceSku- the sku- Returns:
- next stage of the event hub namespace update
-
-