java.lang.Object
com.azure.core.management.ProxyResource
com.azure.core.management.Resource
com.azure.resourcemanager.healthbot.fluent.models.HealthBotInner

public final class HealthBotInner extends com.azure.core.management.Resource
HealthBot resource definition.
  • Constructor Details

    • HealthBotInner

      public HealthBotInner()
  • Method Details

    • sku

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

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

      public HealthBotProperties properties()
      Get the properties property: HealthBotProperties The set of properties specific to Healthbot resource.
      Returns:
      the properties value.
    • withProperties

      public HealthBotInner withProperties(HealthBotProperties properties)
      Set the properties property: HealthBotProperties The set of properties specific to Healthbot resource.
      Parameters:
      properties - the properties value to set.
      Returns:
      the HealthBotInner object itself.
    • withLocation

      public HealthBotInner withLocation(String location)
      Overrides:
      withLocation in class com.azure.core.management.Resource
    • withTags

      public HealthBotInner withTags(Map<String,String> tags)
      Overrides:
      withTags in class com.azure.core.management.Resource
    • validate

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