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

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

    • Sku

      public Sku()
  • Method Details

    • name

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

      public Sku withName(SkuName name)
      Set the name property: The name of the HealthBot 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.