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 PollerFlux<PollResult<ConfigurationListResultInner>,ConfigurationListResultInner> beginListUpdateConfigurationsAsync(String resourceGroupName, String serverName, ConfigurationListResultInner value)

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.

abstract Mono<ConfigurationListResultInner> listUpdateConfigurationsAsync(String resourceGroupName, String serverName, ConfigurationListResultInner value)

Update a list of configurations in a given server.

abstract Mono<Response<Flux<ByteBuffer>>> listUpdateConfigurationsWithResponseAsync(String resourceGroupName, String serverName, ConfigurationListResultInner value)

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:

the SyncPoller<T,U> for polling of a list of server configurations.

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:

the SyncPoller<T,U> for polling of a list of server configurations.

beginListUpdateConfigurationsAsync

public abstract PollerFlux<PollResult<ConfigurationListResultInner>,ConfigurationListResultInner> beginListUpdateConfigurationsAsync(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:

the PollerFlux<T,U> for polling of a list of server configurations.

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.

listUpdateConfigurationsAsync

public abstract Mono<ConfigurationListResultInner> listUpdateConfigurationsAsync(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 on successful completion of Mono.

listUpdateConfigurationsWithResponseAsync

public abstract Mono<Response<Flux<ByteBuffer>>> listUpdateConfigurationsWithResponseAsync(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.

Applies to