Interface ConfigurationListResult
-
public interface ConfigurationListResultAn immutable client-side representation of ConfigurationListResult.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ConfigurationListResultInnerinnerModel()Gets the inner com.azure.resourcemanager.mysql.fluent.models.ConfigurationListResultInner object.List<Configuration>value()Gets the value property: The list of server configurations.
-
-
-
Method Detail
-
value
List<Configuration> value()
Gets the value property: The list of server configurations.- Returns:
- the value value.
-
innerModel
ConfigurationListResultInner innerModel()
Gets the inner com.azure.resourcemanager.mysql.fluent.models.ConfigurationListResultInner object.- Returns:
- the inner object.
-
-