Uses of Class
com.microsoft.azure.management.containerregistry.SkuTier
Packages that use SkuTier
Package
Description
This package contains the classes for ContainerRegistryManagementClient.
-
Uses of SkuTier in com.microsoft.azure.management.containerregistry
Fields in com.microsoft.azure.management.containerregistry declared as SkuTierModifier 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.Methods in com.microsoft.azure.management.containerregistry that return SkuTierModifier 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.Methods in com.microsoft.azure.management.containerregistry that return types with arguments of type SkuTier