Class Sku
java.lang.Object
com.azure.resourcemanager.healthbot.models.Sku
The resource model definition representing SKU.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Sku
public Sku()
-
-
Method Details
-
name
Get the name property: The name of the HealthBot SKU.- Returns:
- the name value.
-
withName
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.
-