Namespace.UpdateStages.WithSku Interface
public static interface Namespace.UpdateStages.WithSku
The stage of the Namespace update allowing to specify sku.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract Update |
withSku(NamespaceSku sku)
Specifies the sku property: Represents available Sku pricing tiers.. |
Method Details
withSku
public abstract Namespace.Update withSku(NamespaceSku sku)
Specifies the sku property: Represents available Sku pricing tiers..
Parameters:
sku
- Represents available Sku pricing tiers.
Returns:
the next definition stage.