Interface ConfigurationListResult
public interface ConfigurationListResult
An immutable client-side representation of ConfigurationListResult.
-
Method Summary
Modifier and TypeMethodDescriptionGets the inner com.azure.resourcemanager.mariadb.fluent.models.ConfigurationListResultInner object.value()
Gets the value property: The list of server configurations.
-
Method Details
-
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.mariadb.fluent.models.ConfigurationListResultInner object.- Returns:
- the inner object.
-