| Modifier and Type | Field | Description |
|---|---|---|
static SkuName |
SkuName.BASIC |
Static value Basic for SkuName.
|
static SkuName |
SkuName.CLASSIC |
Static value Classic for SkuName.
|
static SkuName |
SkuName.PREMIUM |
Static value Premium for SkuName.
|
static SkuName |
SkuName.STANDARD |
Static value Standard for SkuName.
|
| Modifier and Type | Method | Description |
|---|---|---|
static SkuName |
SkuName.fromString(String name) |
Creates or finds a SkuName from its string representation.
|
SkuName |
Sku.name() |
Get the SKU name of the container registry.
|
| Modifier and Type | Method | Description |
|---|---|---|
static Collection<SkuName> |
SkuName.values() |
| Modifier and Type | Method | Description |
|---|---|---|
Sku |
Sku.withName(SkuName name) |
Set the SKU name of the container registry.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/