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