Interface Registry.DefinitionStages.WithSku
-
- All Known Subinterfaces:
Registry.Definition
- Enclosing interface:
- Registry.DefinitionStages
public static interface Registry.DefinitionStages.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.DefinitionStages.WithCreatewithBasicSku()Creates a 'managed' registry with a 'Basic' SKU type.Registry.DefinitionStages.WithCreatewithPremiumSku()Creates a 'managed' registry with a 'Premium' SKU type.Registry.DefinitionStages.WithCreatewithStandardSku()Creates a 'managed' registry with a 'Standard' SKU type.
-
-
-
Method Detail
-
withBasicSku
Registry.DefinitionStages.WithCreate withBasicSku()
Creates a 'managed' registry with a 'Basic' SKU type.- Returns:
- the next stage of the definition
-
withStandardSku
Registry.DefinitionStages.WithCreate withStandardSku()
Creates a 'managed' registry with a 'Standard' SKU type.- Returns:
- the next stage of the definition
-
withPremiumSku
Registry.DefinitionStages.WithCreate withPremiumSku()
Creates a 'managed' registry with a 'Premium' SKU type.- Returns:
- the next stage of the definition
-
-