Interface ServiceBusNamespace.UpdateStages.WithSku
-
- All Known Subinterfaces:
ServiceBusNamespace.Update
- Enclosing interface:
- ServiceBusNamespace.UpdateStages
public static interface ServiceBusNamespace.UpdateStages.WithSkuThe stage of the Service Bus namespace update allowing to change the sku.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ServiceBusNamespace.UpdatewithSku(NamespaceSku namespaceSku)Specifies the namespace sku.
-
-
-
Method Detail
-
withSku
ServiceBusNamespace.Update withSku(NamespaceSku namespaceSku)
Specifies the namespace sku.- Parameters:
namespaceSku- the sku- Returns:
- next stage of the Service Bus namespace update
-
-