Class HealthBotUpdateParameters

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

public final class HealthBotUpdateParameters extends Object
Parameters for updating a HealthBot.
  • Constructor Details

    • HealthBotUpdateParameters

      public HealthBotUpdateParameters()
  • Method Details

    • tags

      public Map<String,String> tags()
      Get the tags property: Tags for a HealthBot.
      Returns:
      the tags value.
    • withTags

      public HealthBotUpdateParameters withTags(Map<String,String> tags)
      Set the tags property: Tags for a HealthBot.
      Parameters:
      tags - the tags value to set.
      Returns:
      the HealthBotUpdateParameters object itself.
    • sku

      public Sku sku()
      Get the sku property: SKU of the HealthBot.
      Returns:
      the sku value.
    • withSku

      public HealthBotUpdateParameters withSku(Sku sku)
      Set the sku property: SKU of the HealthBot.
      Parameters:
      sku - the sku value to set.
      Returns:
      the HealthBotUpdateParameters object itself.
    • validate

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