Uses of Class
com.microsoft.azure.management.containerregistry.SkuTier
Package
Description
This package contains the classes for ContainerRegistryManagementClient.
-
Uses of SkuTier in com.microsoft.azure.management.containerregistry
Modifier and TypeFieldDescriptionstatic final SkuTier
SkuTier.BASIC
Static value Basic for SkuTier.static final SkuTier
SkuTier.CLASSIC
Static value Classic for SkuTier.static final SkuTier
SkuTier.PREMIUM
Static value Premium for SkuTier.static final SkuTier
SkuTier.STANDARD
Static value Standard for SkuTier.Modifier and TypeMethodDescriptionstatic SkuTier
SkuTier.fromString
(String name) Creates or finds a SkuTier from its string representation.Sku.tier()
Get the SKU tier based on the SKU name.