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