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

public class Sku extends Object
SKU for the resource.
  • Constructor Details

    • Sku

      public Sku()
  • Method Details

    • name

      public String name()
      Get the SKU name.
      Returns:
      the name value
    • withName

      public Sku withName(String name)
      Set the SKU name.
      Parameters:
      name - the name value to set
      Returns:
      the Sku object itself.
    • tier

      public String tier()
      Get the SKU tier.
      Returns:
      the tier value
    • withTier

      public Sku withTier(String tier)
      Set the SKU tier.
      Parameters:
      tier - the tier value to set
      Returns:
      the Sku object itself.
    • size

      public String size()
      Get the SKU size.
      Returns:
      the size value
    • withSize

      public Sku withSize(String size)
      Set the SKU size.
      Parameters:
      size - the size value to set
      Returns:
      the Sku object itself.
    • family

      public String family()
      Get the SKU family.
      Returns:
      the family value
    • withFamily

      public Sku withFamily(String family)
      Set the SKU family.
      Parameters:
      family - the family value to set
      Returns:
      the Sku object itself.
    • model

      public String model()
      Get the SKU model.
      Returns:
      the model value
    • withModel

      public Sku withModel(String model)
      Set the SKU model.
      Parameters:
      model - the model value to set
      Returns:
      the Sku object itself.
    • capacity

      public Integer capacity()
      Get the SKU capacity.
      Returns:
      the capacity value
    • withCapacity

      public Sku withCapacity(Integer capacity)
      Set the SKU capacity.
      Parameters:
      capacity - the capacity value to set
      Returns:
      the Sku object itself.