Registry.UpdateStages.WithSku Interface
public static interface Registry.UpdateStages.WithSku
The stage of the registry definition allowing to specify the SKU type.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract Update |
withBasicSku()
Updates the current container registry to a 'managed' registry with a 'Basic' SKU type. |
abstract Update |
withPremiumSku()
Updates the current container registry to a 'managed' registry with a 'Premium' SKU type. |
abstract Update |
withStandardSku()
Updates the current container registry to a 'managed' registry with a 'Standard' SKU type. |
Method Details
withBasicSku
public abstract Registry.Update withBasicSku()
Updates the current container registry to a 'managed' registry with a 'Basic' SKU type.
Returns:
withPremiumSku
public abstract Registry.Update withPremiumSku()
Updates the current container registry to a 'managed' registry with a 'Premium' SKU type.
Returns:
withStandardSku
public abstract Registry.Update withStandardSku()
Updates the current container registry to a 'managed' registry with a 'Standard' SKU type.
Returns:
Applies to
Azure SDK for Java