Lezen in het Engels

Delen via


ConfigurationListResult Interface

public interface ConfigurationListResult

An immutable client-side representation of ConfigurationListResult.

Method Summary

Modifier and Type Method and Description
abstract ConfigurationListResultInner innerModel()

Gets the inner com.azure.resourcemanager.mysql.fluent.models.ConfigurationListResultInner object.

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.mysql.fluent.models.ConfigurationListResultInner object.

Returns:

the inner object.

value

public abstract List value()

Gets the value property: The list of server configurations.

Returns:

the value value.

Applies to

Azure SDK for Java

Latest