Interface Registry.UpdateStages.WithSku
- All Known Subinterfaces:
Registry.Update
- Enclosing interface:
- Registry.UpdateStages
public static interface Registry.UpdateStages.WithSku
The stage of the registry definition allowing to specify the SKU type.
-
Method Summary
Modifier and TypeMethodDescriptionUpdates the current container registry to a 'managed' registry with a 'Basic' SKU type.Updates the current container registry to a 'managed' registry with a 'Premium' SKU type.Updates the current container registry to a 'managed' registry with a 'Standard' SKU type.
-
Method Details
-
withBasicSku
Updates the current container registry to a 'managed' registry with a 'Basic' SKU type.- Returns:
- the next stage of the definition
-
withStandardSku
Updates the current container registry to a 'managed' registry with a 'Standard' SKU type.- Returns:
- the next stage of the definition
-
withPremiumSku
Updates the current container registry to a 'managed' registry with a 'Premium' SKU type.- Returns:
- the next stage of the definition
-