Interface Registry.UpdateStages.WithSku
-
- All Known Subinterfaces:
Registry.Update
- Enclosing interface:
- Registry.UpdateStages
public static interface Registry.UpdateStages.WithSkuThe stage of the registry definition allowing to specify the SKU type.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Registry.UpdatewithBasicSku()Updates the current container registry to a 'managed' registry with a 'Basic' SKU type.Registry.UpdatewithPremiumSku()Updates the current container registry to a 'managed' registry with a 'Premium' SKU type.Registry.UpdatewithStandardSku()Updates the current container registry to a 'managed' registry with a 'Standard' SKU type.
-
-
-
Method Detail
-
withBasicSku
Registry.Update withBasicSku()
Updates the current container registry to a 'managed' registry with a 'Basic' SKU type.- Returns:
- the next stage of the definition
-
withStandardSku
Registry.Update withStandardSku()
Updates the current container registry to a 'managed' registry with a 'Standard' SKU type.- Returns:
- the next stage of the definition
-
withPremiumSku
Registry.Update withPremiumSku()
Updates the current container registry to a 'managed' registry with a 'Premium' SKU type.- Returns:
- the next stage of the definition
-
-