java.lang.Object
com.azure.resourcemanager.synapse.models.Sku

public final class Sku extends Object
Sku

SQL pool SKU.

  • Constructor Details

    • Sku

      public Sku()
      Creates an instance of Sku class.
  • Method Details

    • tier

      public String tier()
      Get the tier property: The service tier.
      Returns:
      the tier value.
    • withTier

      public Sku withTier(String tier)
      Set the tier property: The service tier.
      Parameters:
      tier - the tier value to set.
      Returns:
      the Sku object itself.
    • name

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

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

      public Integer capacity()
      Get the capacity property: If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted.
      Returns:
      the capacity value.
    • withCapacity

      public Sku withCapacity(Integer capacity)
      Set the capacity property: If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted.
      Parameters:
      capacity - the capacity value to set.
      Returns:
      the Sku object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.