Class ConfigurationInner
java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.mariadb.fluent.models.ConfigurationInner
public final class ConfigurationInner
extends com.azure.core.management.ProxyResource
Represents a Configuration.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the allowedValues property: Allowed values of the configuration.dataType()
Get the dataType property: Data type of the configuration.Get the defaultValue property: Default value of the configuration.Get the description property: Description of the configuration.source()
Get the source property: Source of the configuration.void
validate()
Validates the instance.value()
Get the value property: Value of the configuration.withSource
(String source) Set the source property: Source of the configuration.Set the value property: Value of the configuration.Methods inherited from class com.azure.core.management.ProxyResource
id, name, type
-
Constructor Details
-
ConfigurationInner
public ConfigurationInner()Creates an instance of ConfigurationInner class.
-
-
Method Details
-
value
Get the value property: Value of the configuration.- Returns:
- the value value.
-
withValue
Set the value property: Value of the configuration.- Parameters:
value
- the value value to set.- Returns:
- the ConfigurationInner object itself.
-
description
Get the description property: Description of the configuration.- Returns:
- the description value.
-
defaultValue
Get the defaultValue property: Default value of the configuration.- Returns:
- the defaultValue value.
-
dataType
Get the dataType property: Data type of the configuration.- Returns:
- the dataType value.
-
allowedValues
Get the allowedValues property: Allowed values of the configuration.- Returns:
- the allowedValues value.
-
source
Get the source property: Source of the configuration.- Returns:
- the source value.
-
withSource
Set the source property: Source of the configuration.- Parameters:
source
- the source value to set.- Returns:
- the ConfigurationInner object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-