ConfigurationsClient Interface

public interface ConfigurationsClient

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

Method Summary

Modifier and Type Method and Description
abstract SyncPoller<PollResult<ConfigurationInner>,ConfigurationInner> beginCreateOrUpdate(String resourceGroupName, String serverName, String configurationName, ConfigurationInner parameters)

Updates a configuration of a server.

abstract SyncPoller<PollResult<ConfigurationInner>,ConfigurationInner> beginCreateOrUpdate(String resourceGroupName, String serverName, String configurationName, ConfigurationInner parameters, Context context)

Updates a configuration of a server.

abstract PollerFlux<PollResult<ConfigurationInner>,ConfigurationInner> beginCreateOrUpdateAsync(String resourceGroupName, String serverName, String configurationName, ConfigurationInner parameters)

Updates a configuration of a server.

abstract ConfigurationInner createOrUpdate(String resourceGroupName, String serverName, String configurationName, ConfigurationInner parameters)

Updates a configuration of a server.

abstract ConfigurationInner createOrUpdate(String resourceGroupName, String serverName, String configurationName, ConfigurationInner parameters, Context context)

Updates a configuration of a server.

abstract Mono<ConfigurationInner> createOrUpdateAsync(String resourceGroupName, String serverName, String configurationName, ConfigurationInner parameters)

Updates a configuration of a server.

abstract Mono<Response<Flux<ByteBuffer>>> createOrUpdateWithResponseAsync(String resourceGroupName, String serverName, String configurationName, ConfigurationInner parameters)

Updates a configuration of a server.

abstract ConfigurationInner get(String resourceGroupName, String serverName, String configurationName)

Gets information about a configuration of server.

abstract Mono<ConfigurationInner> getAsync(String resourceGroupName, String serverName, String configurationName)

Gets information about a configuration of server.

abstract Response<ConfigurationInner> getWithResponse(String resourceGroupName, String serverName, String configurationName, Context context)

Gets information about a configuration of server.

abstract Mono<Response<ConfigurationInner>> getWithResponseAsync(String resourceGroupName, String serverName, String configurationName)

Gets information about a configuration of server.

abstract PagedIterable<ConfigurationInner> listByServer(String resourceGroupName, String serverName)

List all the configurations in a given server.

abstract PagedIterable<ConfigurationInner> listByServer(String resourceGroupName, String serverName, Context context)

List all the configurations in a given server.

abstract PagedFlux<ConfigurationInner> listByServerAsync(String resourceGroupName, String serverName)

List all the configurations in a given server.

Method Details

beginCreateOrUpdate

public abstract SyncPoller<PollResult<ConfigurationInner>,ConfigurationInner> beginCreateOrUpdate(String resourceGroupName, String serverName, String configurationName, ConfigurationInner parameters)

Updates a configuration of a server.

Parameters:

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

Returns:

the SyncPoller<T,U> for polling of represents a Configuration.

beginCreateOrUpdate

public abstract SyncPoller<PollResult<ConfigurationInner>,ConfigurationInner> beginCreateOrUpdate(String resourceGroupName, String serverName, String configurationName, ConfigurationInner parameters, Context context)

Updates a configuration of a server.

Parameters:

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

Returns:

the SyncPoller<T,U> for polling of represents a Configuration.

beginCreateOrUpdateAsync

public abstract PollerFlux<PollResult<ConfigurationInner>,ConfigurationInner> beginCreateOrUpdateAsync(String resourceGroupName, String serverName, String configurationName, ConfigurationInner parameters)

Updates a configuration of a server.

Parameters:

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

Returns:

the PollerFlux<T,U> for polling of represents a Configuration.

createOrUpdate

public abstract ConfigurationInner createOrUpdate(String resourceGroupName, String serverName, String configurationName, ConfigurationInner parameters)

Updates a configuration of a server.

Parameters:

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

Returns:

represents a Configuration.

createOrUpdate

public abstract ConfigurationInner createOrUpdate(String resourceGroupName, String serverName, String configurationName, ConfigurationInner parameters, Context context)

Updates a configuration of a server.

Parameters:

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

Returns:

represents a Configuration.

createOrUpdateAsync

public abstract Mono<ConfigurationInner> createOrUpdateAsync(String resourceGroupName, String serverName, String configurationName, ConfigurationInner parameters)

Updates a configuration of a server.

Parameters:

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

Returns:

represents a Configuration on successful completion of Mono.

createOrUpdateWithResponseAsync

public abstract Mono<Response<Flux<ByteBuffer>>> createOrUpdateWithResponseAsync(String resourceGroupName, String serverName, String configurationName, ConfigurationInner parameters)

Updates a configuration of a server.

Parameters:

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

Returns:

represents a Configuration along with Response<T> on successful completion of Mono.

get

public abstract ConfigurationInner get(String resourceGroupName, String serverName, String configurationName)

Gets information about a configuration of server.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
serverName - The name of the server.
configurationName - The name of the server configuration.

Returns:

information about a configuration of server.

getAsync

public abstract Mono<ConfigurationInner> getAsync(String resourceGroupName, String serverName, String configurationName)

Gets information about a configuration of server.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
serverName - The name of the server.
configurationName - The name of the server configuration.

Returns:

information about a configuration of server on successful completion of Mono.

getWithResponse

public abstract Response<ConfigurationInner> getWithResponse(String resourceGroupName, String serverName, String configurationName, Context context)

Gets information about a configuration of server.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
serverName - The name of the server.
configurationName - The name of the server configuration.
context - The context to associate with this operation.

Returns:

information about a configuration of server along with Response<T>.

getWithResponseAsync

public abstract Mono<Response<ConfigurationInner>> getWithResponseAsync(String resourceGroupName, String serverName, String configurationName)

Gets information about a configuration of server.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
serverName - The name of the server.
configurationName - The name of the server configuration.

Returns:

information about a configuration of server along with Response<T> on successful completion of Mono.

listByServer

public abstract PagedIterable<ConfigurationInner> listByServer(String resourceGroupName, String serverName)

List all the configurations in a given server.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
serverName - The name of the server.

Returns:

a list of server configurations as paginated response with PagedIterable<T>.

listByServer

public abstract PagedIterable<ConfigurationInner> listByServer(String resourceGroupName, String serverName, Context context)

List all the configurations in a given server.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
serverName - The name of the server.
context - The context to associate with this operation.

Returns:

a list of server configurations as paginated response with PagedIterable<T>.

listByServerAsync

public abstract PagedFlux<ConfigurationInner> listByServerAsync(String resourceGroupName, String serverName)

List all the configurations in a given server.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
serverName - The name of the server.

Returns:

a list of server configurations as paginated response with PagedFlux<T>.

Applies to