ServerParameters Interface

public interface ServerParameters

Resource collection API of ServerParameters.

Method Details

listUpdateConfigurations

public abstract ConfigurationListResult listUpdateConfigurations(String resourceGroupName, String serverName, ConfigurationListResultInner value)

Update a list of configurations in a given server.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
serverName - The name of the server.
value - The parameters for updating a list of server configuration.

Returns:

a list of server configurations.

listUpdateConfigurations

public abstract ConfigurationListResult listUpdateConfigurations(String resourceGroupName, String serverName, ConfigurationListResultInner value, Context context)

Update a list of configurations in a given server.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
serverName - The name of the server.
value - The parameters for updating a list of server configuration.
context - The context to associate with this operation.

Returns:

a list of server configurations.

Applies to