public static interface Registry.DefinitionStages.WithSku
Modifier and Type | Method and Description |
---|---|
Registry.DefinitionStages.WithCreate |
withBasicSku()
Creates a 'managed' registry with a 'Basic' SKU type.
|
Registry.DefinitionStages.WithStorageAccount |
withClassicSku()
Creates a container registry with a 'Classic' SKU type.
|
Registry.DefinitionStages.WithCreate |
withPremiumSku()
Creates a 'managed' registry with a 'Premium' SKU type.
|
Registry.DefinitionStages.WithCreate |
withStandardSku()
Creates a 'managed' registry with a 'Standard' SKU type.
|
@Beta(value=V1_4_0) Registry.DefinitionStages.WithStorageAccount withClassicSku()
@Beta(value=V1_4_0) Registry.DefinitionStages.WithCreate withBasicSku()
@Beta(value=V1_4_0) Registry.DefinitionStages.WithCreate withStandardSku()
@Beta(value=V1_4_0) Registry.DefinitionStages.WithCreate withPremiumSku()
Copyright © 2019. All rights reserved.