public class Sku extends Object
| Constructor | Description |
|---|---|
Sku() |
| Modifier and Type | Method | Description |
|---|---|---|
SkuName |
name() |
Get the SKU name of the container registry.
|
SkuTier |
tier() |
Get the SKU tier based on the SKU name.
|
Sku |
withName(SkuName name) |
Set the SKU name of the container registry.
|
public SkuName name()
public Sku withName(SkuName name)
name - the name value to setpublic SkuTier tier()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/