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

public final class Sku extends Object
The resource model definition representing SKU.
  • Constructor Details

    • Sku

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

    • name

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

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

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