ConfigurationListResult Interface
public interface ConfigurationListResult
An immutable client-side representation of ConfigurationListResult.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Configuration |
innerModel()
Gets the inner com. |
| abstract List<Configuration> |
value()
Gets the value property: The list of server configurations. |
Method Details
innerModel
public abstract ConfigurationListResultInner innerModel()
Gets the inner com.azure.resourcemanager.postgresql.fluent.models.ConfigurationListResultInner object.
Returns:
value
public abstract List<Configuration> value()
Gets the value property: The list of server configurations.
Returns: