ServerParametersClient Interface

public interface ServerParametersClient

An instance of this class provides access to all the operations defined in ServerParametersClient.

Method Summary

Modifier and Type Method and Description
abstract SyncPoller<PollResult<ConfigurationListResultInner>,ConfigurationListResultInner> beginListUpdateConfigurations(String resourceGroupName, String serverName, ConfigurationListResultInner value)

Update a list of configurations in a given server.

abstract SyncPoller<PollResult<ConfigurationListResultInner>,ConfigurationListResultInner> beginListUpdateConfigurations(String resourceGroupName, String serverName, ConfigurationListResultInner value, Context context)

Update a list of configurations in a given server.

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

Update a list of configurations in a given server.

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

Update a list of configurations in a given server.

Method Details

beginListUpdateConfigurations

public abstract SyncPoller<PollResult<ConfigurationListResultInner>,ConfigurationListResultInner> beginListUpdateConfigurations(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 along with Response<T> on successful completion of Mono.

beginListUpdateConfigurations

public abstract SyncPoller<PollResult<ConfigurationListResultInner>,ConfigurationListResultInner> beginListUpdateConfigurations(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 along with Response<T> on successful completion of Mono.

listUpdateConfigurations

public abstract ConfigurationListResultInner 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 ConfigurationListResultInner 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