ConfigurationInner Class

public final class ConfigurationInner
extends ProxyResource

Represents a Configuration.

Constructor Summary

Constructor Description
ConfigurationInner()

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.

ConfigurationInner withSource(String source)

Set the source property: Source of the configuration.

ConfigurationInner withValue(String value)

Set the value property: Value of the configuration.

Methods inherited from ProxyResource

Methods inherited from java.lang.Object

Constructor Details

ConfigurationInner

public ConfigurationInner()

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 ConfigurationInner withSource(String source)

Set the source property: Source of the configuration.

Parameters:

source - the source value to set.

Returns:

the ConfigurationInner object itself.

withValue

public ConfigurationInner withValue(String value)

Set the value property: Value of the configuration.

Parameters:

value - the value value to set.

Returns:

the ConfigurationInner object itself.

Applies to

Azure SDK for Java

Latest