Uses of Class
com.microsoft.azure.management.containerregistry.SkuName
Packages that use SkuName
Package
Description
This package contains the classes for ContainerRegistryManagementClient.
-
Uses of SkuName in com.microsoft.azure.management.containerregistry
Fields in com.microsoft.azure.management.containerregistry declared as SkuNameModifier and TypeFieldDescriptionstatic final SkuName
SkuName.BASIC
Static value Basic for SkuName.static final SkuName
SkuName.CLASSIC
Static value Classic for SkuName.static final SkuName
SkuName.PREMIUM
Static value Premium for SkuName.static final SkuName
SkuName.STANDARD
Static value Standard for SkuName.Methods in com.microsoft.azure.management.containerregistry that return SkuNameModifier and TypeMethodDescriptionstatic SkuName
SkuName.fromString
(String name) Creates or finds a SkuName from its string representation.Sku.name()
Get the SKU name of the container registry.Methods in com.microsoft.azure.management.containerregistry that return types with arguments of type SkuNameMethods in com.microsoft.azure.management.containerregistry with parameters of type SkuName