Uses of Class
com.azure.resourcemanager.containerregistry.models.SkuTier
-
Packages that use SkuTier Package Description com.azure.resourcemanager.containerregistry.models Package containing the data models for ContainerRegistryManagementClient. -
-
Uses of SkuTier in com.azure.resourcemanager.containerregistry.models
Fields in com.azure.resourcemanager.containerregistry.models declared as SkuTier Modifier and Type Field Description static SkuTierSkuTier. BASICStatic value Basic for SkuTier.static SkuTierSkuTier. CLASSICStatic value Classic for SkuTier.static SkuTierSkuTier. PREMIUMStatic value Premium for SkuTier.static SkuTierSkuTier. STANDARDStatic value Standard for SkuTier.Methods in com.azure.resourcemanager.containerregistry.models that return SkuTier Modifier and Type Method Description static SkuTierSkuTier. fromString(String name)Creates or finds a SkuTier from its string representation.SkuTierSku. tier()Get the tier property: The SKU tier based on the SKU name.Methods in com.azure.resourcemanager.containerregistry.models that return types with arguments of type SkuTier Modifier and Type Method Description static Collection<SkuTier>SkuTier. values()
-