Class AdvisorInner
java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.mariadb.fluent.models.AdvisorInner
public final class AdvisorInner
extends com.azure.core.management.ProxyResource
Represents a recommendation action advisor.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the properties property: The properties of a recommendation action advisor.void
validate()
Validates the instance.withProperties
(Object properties) Set the properties property: The properties of a recommendation action advisor.Methods inherited from class com.azure.core.management.ProxyResource
id, name, type
-
Constructor Details
-
AdvisorInner
public AdvisorInner()Creates an instance of AdvisorInner class.
-
-
Method Details
-
properties
Get the properties property: The properties of a recommendation action advisor.- Returns:
- the properties value.
-
withProperties
Set the properties property: The properties of a recommendation action advisor.- Parameters:
properties
- the properties value to set.- Returns:
- the AdvisorInner object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-