Class HealthBotUpdateParameters
java.lang.Object
com.azure.resourcemanager.healthbot.models.HealthBotUpdateParameters
Parameters for updating a HealthBot.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
HealthBotUpdateParameters
public HealthBotUpdateParameters()
-
-
Method Details
-
tags
Get the tags property: Tags for a HealthBot.- Returns:
- the tags value.
-
withTags
Set the tags property: Tags for a HealthBot.- Parameters:
tags
- the tags value to set.- Returns:
- the HealthBotUpdateParameters object itself.
-
sku
Get the sku property: SKU of the HealthBot.- Returns:
- the sku value.
-
withSku
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.
-