Uses of Class
com.microsoft.azure.toolkit.lib.containerregistry.model.Sku
-
Packages that use Sku Package Description com.microsoft.azure.toolkit.lib.containerregistry com.microsoft.azure.toolkit.lib.containerregistry.model -
-
Uses of Sku in com.microsoft.azure.toolkit.lib.containerregistry
Fields in com.microsoft.azure.toolkit.lib.containerregistry declared as Sku Modifier and Type Field Description private SkuContainerRegistryDraft. skuMethods in com.microsoft.azure.toolkit.lib.containerregistry that return Sku Modifier and Type Method Description SkuContainerRegistry. getSku()SkuContainerRegistryDraft. getSku() -
Uses of Sku in com.microsoft.azure.toolkit.lib.containerregistry.model
Methods in com.microsoft.azure.toolkit.lib.containerregistry.model that return Sku Modifier and Type Method Description static SkuSku. valueOf(String name)Returns the enum constant of this type with the specified name.static Sku[]Sku. values()Returns an array containing the constants of this enum type, in the order they are declared.
-