Interface ServiceBusNamespace.UpdateStages.WithSku
- All Known Subinterfaces:
ServiceBusNamespace.Update
- Enclosing interface:
- ServiceBusNamespace.UpdateStages
public static interface ServiceBusNamespace.UpdateStages.WithSku
The stage of the Service Bus namespace update allowing to change the sku.
-
Method Summary
Modifier and TypeMethodDescriptionwithSku
(NamespaceSku namespaceSku) Specifies the namespace sku.
-
Method Details
-
withSku
Specifies the namespace sku.- Parameters:
namespaceSku
- the sku- Returns:
- next stage of the Service Bus namespace update
-