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