ConfigurationProperties Class

  • java.lang.Object
    • com.azure.resourcemanager.mysql.fluent.models.ConfigurationProperties

public final class ConfigurationProperties

The properties of a configuration.

Constructor Summary

Constructor Description
ConfigurationProperties()

Method Summary

Modifier and Type Method and Description
String allowedValues()

Get the allowedValues property: Allowed values of the configuration.

String dataType()

Get the dataType property: Data type of the configuration.

String defaultValue()

Get the defaultValue property: Default value of the configuration.

String description()

Get the description property: Description of the configuration.

String source()

Get the source property: Source of the configuration.

void validate()

Validates the instance.

String value()

Get the value property: Value of the configuration.

ConfigurationProperties withSource(String source)

Set the source property: Source of the configuration.

ConfigurationProperties withValue(String value)

Set the value property: Value of the configuration.

Methods inherited from java.lang.Object

Constructor Details

ConfigurationProperties

public ConfigurationProperties()

Method Details

allowedValues

public String allowedValues()

Get the allowedValues property: Allowed values of the configuration.

Returns:

the allowedValues value.

dataType

public String dataType()

Get the dataType property: Data type of the configuration.

Returns:

the dataType value.

defaultValue

public String defaultValue()

Get the defaultValue property: Default value of the configuration.

Returns:

the defaultValue value.

description

public String description()

Get the description property: Description of the configuration.

Returns:

the description value.

source

public String source()

Get the source property: Source of the configuration.

Returns:

the source value.

validate

public void validate()

Validates the instance.

value

public String value()

Get the value property: Value of the configuration.

Returns:

the value value.

withSource

public ConfigurationProperties withSource(String source)

Set the source property: Source of the configuration.

Parameters:

source - the source value to set.

Returns:

the ConfigurationProperties object itself.

withValue

public ConfigurationProperties withValue(String value)

Set the value property: Value of the configuration.

Parameters:

value - the value value to set.

Returns:

the ConfigurationProperties object itself.

Applies to

Azure SDK for Java

Latest