Class HealthBotInner
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the properties property: HealthBotProperties The set of properties specific to Healthbot resource.sku()
Get the sku property: SKU of the HealthBot.void
validate()
Validates the instance.withLocation
(String location) withProperties
(HealthBotProperties properties) Set the properties property: HealthBotProperties The set of properties specific to Healthbot resource.Set the sku property: SKU of the HealthBot.Methods inherited from class com.azure.core.management.Resource
location, tags
Methods inherited from class com.azure.core.management.ProxyResource
id, name, type
-
Constructor Details
-
HealthBotInner
public HealthBotInner()
-
-
Method Details
-
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 HealthBotInner object itself.
-
properties
Get the properties property: HealthBotProperties The set of properties specific to Healthbot resource.- Returns:
- the properties value.
-
withProperties
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
- Overrides:
withLocation
in classcom.azure.core.management.Resource
-
withTags
- Overrides:
withTags
in classcom.azure.core.management.Resource
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-