ServiceBusNamespace.UpdateStages.WithSku Interface
public static interface ServiceBusNamespace.UpdateStages.WithSku
The stage of the Service Bus namespace update allowing to change the sku.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract Update |
withSku(NamespaceSku namespaceSku)
Specifies the namespace sku. |
Method Details
withSku
public abstract ServiceBusNamespace.Update withSku(NamespaceSku namespaceSku)
Specifies the namespace sku.
Parameters:
namespaceSku
- the sku
Returns:
next stage of the Service Bus namespace update
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for Java