java.lang.Object
com.microsoft.azure.management.containerregistry.Sku

public class Sku extends Object
The SKU of a container registry.
  • Constructor Details

    • Sku

      public Sku()
  • Method Details

    • name

      public SkuName name()
      Get the SKU name of the container registry. Required for registry creation. Possible values include: 'Classic', 'Basic', 'Standard', 'Premium'.
      Returns:
      the name value
    • withName

      public Sku withName(SkuName name)
      Set the SKU name of the container registry. Required for registry creation. Possible values include: 'Classic', 'Basic', 'Standard', 'Premium'.
      Parameters:
      name - the name value to set
      Returns:
      the Sku object itself.
    • tier

      public SkuTier tier()
      Get the SKU tier based on the SKU name. Possible values include: 'Classic', 'Basic', 'Standard', 'Premium'.
      Returns:
      the tier value