Package | Description |
---|---|
com.microsoft.azure.management.containerregistry |
This package contains the classes for ContainerRegistryManagementClient.
|
Modifier and Type | Field and Description |
---|---|
static SkuTier |
SkuTier.BASIC
Static value Basic for SkuTier.
|
static SkuTier |
SkuTier.CLASSIC
Static value Classic for SkuTier.
|
static SkuTier |
SkuTier.PREMIUM
Static value Premium for SkuTier.
|
static SkuTier |
SkuTier.STANDARD
Static value Standard for SkuTier.
|
Modifier and Type | Method and Description |
---|---|
static SkuTier |
SkuTier.fromString(String name)
Creates or finds a SkuTier from its string representation.
|
SkuTier |
Sku.tier()
Get the SKU tier based on the SKU name.
|
Modifier and Type | Method and Description |
---|---|
static Collection<SkuTier> |
SkuTier.values() |
Copyright © 2019. All rights reserved.