public static interface Registry.UpdateStages.WithSku
| Modifier and Type | Method and Description |
|---|---|
Registry.Update |
withBasicSku()
Updates the current container registry to a 'managed' registry with a 'Basic' SKU type.
|
Registry.Update |
withPremiumSku()
Updates the current container registry to a 'managed' registry with a 'Premium' SKU type.
|
Registry.Update |
withStandardSku()
Updates the current container registry to a 'managed' registry with a 'Standard' SKU type.
|
@Beta(value=V1_4_0) Registry.Update withBasicSku()
@Beta(value=V1_4_0) Registry.Update withStandardSku()
@Beta(value=V1_4_0) Registry.Update withPremiumSku()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/