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

public class Sku extends Object
SKU details.
  • Constructor Details

    • Sku

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

    • family

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

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

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

      public Sku withName(SkuName name)
      Set the name value.
      Parameters:
      name - the name value to set
      Returns:
      the Sku object itself.