Class ConfigurationListResultInner
java.lang.Object
com.azure.resourcemanager.mariadb.fluent.models.ConfigurationListResultInner
A list of server configurations.
-
Constructor Summary
ConstructorDescriptionCreates an instance of ConfigurationListResultInner class. -
Method Summary
Modifier and TypeMethodDescriptionvoid
validate()
Validates the instance.value()
Get the value property: The list of server configurations.withValue
(List<ConfigurationInner> value) Set the value property: The list of server configurations.
-
Constructor Details
-
ConfigurationListResultInner
public ConfigurationListResultInner()Creates an instance of ConfigurationListResultInner class.
-
-
Method Details
-
value
Get the value property: The list of server configurations.- Returns:
- the value value.
-
withValue
Set the value property: The list of server configurations.- Parameters:
value
- the value value to set.- Returns:
- the ConfigurationListResultInner object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-