ConfigurationListResultInner Class
- java.
lang. Object - com.
azure. resourcemanager. mysql. fluent. models. ConfigurationListResultInner
- com.
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<Configuration |
value()
Get the value property: The list of server configurations. |
|
Configuration |
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:
withValue
public ConfigurationListResultInner withValue(List<ConfigurationInner> value)
Set the value property: The list of server configurations.
Parameters:
Returns: