ConfigurationListResultInner Class

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

public final class ConfigurationListResultInner

A list of server configurations.

Constructor Summary

Constructor Description
ConfigurationListResultInner()

Method Summary

Modifier and Type Method and Description
void validate()

Validates the instance.

List<ConfigurationInner> value()

Get the value property: The list of server configurations.

ConfigurationListResultInner withValue(List<ConfigurationInner> value)

Set the value property: The list of server configurations.

Methods inherited from java.lang.Object

Constructor Details

ConfigurationListResultInner

public ConfigurationListResultInner()

Method Details

validate

public void validate()

Validates the instance.

value

public List<ConfigurationInner> value()

Get the value property: The list of server configurations.

Returns:

the value value.

withValue

public ConfigurationListResultInner withValue(List<ConfigurationInner> value)

Set the value property: The list of server configurations.

Parameters:

value - the value value to set.

Returns:

the ConfigurationListResultInner object itself.

Applies to