Uses of Class
com.microsoft.azure.management.containerregistry.SkuName
Package
Description
This package contains the classes for ContainerRegistryManagementClient.
-
Uses of SkuName in com.microsoft.azure.management.containerregistry
Modifier 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.Modifier 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.