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

public final class Sku extends Object
Identifies the unique system identifier for each Azure resource.
  • Constructor Details

    • Sku

      public Sku()
  • Method Details

    • name

      public SkuName name()
      Get the name property: Name of SKU is RS0 (Recovery Services 0th version) and the tier is standard tier. They do not have affect on backend storage redundancy or any other vault settings. To manage storage redundancy, use the backupstorageconfig.
      Returns:
      the name value.
    • withName

      public Sku withName(SkuName name)
      Set the name property: Name of SKU is RS0 (Recovery Services 0th version) and the tier is standard tier. They do not have affect on backend storage redundancy or any other vault settings. To manage storage redundancy, use the backupstorageconfig.
      Parameters:
      name - the name value to set.
      Returns:
      the Sku object itself.
    • tier

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

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

      public String family()
      Get the family property: The sku family.
      Returns:
      the family value.
    • withFamily

      public Sku withFamily(String family)
      Set the family property: The sku family.
      Parameters:
      family - the family value to set.
      Returns:
      the Sku object itself.
    • size

      public String size()
      Get the size property: The sku size.
      Returns:
      the size value.
    • withSize

      public Sku withSize(String size)
      Set the size property: The sku size.
      Parameters:
      size - the size value to set.
      Returns:
      the Sku object itself.
    • capacity

      public String capacity()
      Get the capacity property: The sku capacity.
      Returns:
      the capacity value.
    • withCapacity

      public Sku withCapacity(String capacity)
      Set the capacity property: The sku capacity.
      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.