RecoverableServersClient Interface

public interface RecoverableServersClient

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

Method Summary

Modifier and Type Method and Description
abstract RecoverableServerResourceInner get(String resourceGroupName, String serverName)

Gets a recoverable PostgreSQL Server.

abstract Mono<RecoverableServerResourceInner> getAsync(String resourceGroupName, String serverName)

Gets a recoverable PostgreSQL Server.

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

Gets a recoverable PostgreSQL Server.

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

Gets a recoverable PostgreSQL Server.

Method Details

get

public abstract RecoverableServerResourceInner get(String resourceGroupName, String serverName)

Gets a recoverable PostgreSQL Server.

Parameters:

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

Returns:

a recoverable PostgreSQL Server.

getAsync

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

Gets a recoverable PostgreSQL Server.

Parameters:

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

Returns:

a recoverable PostgreSQL Server on successful completion of Mono.

getWithResponse

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

Gets a recoverable PostgreSQL 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 recoverable PostgreSQL Server along with Response<T>.

getWithResponseAsync

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

Gets a recoverable PostgreSQL Server.

Parameters:

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

Returns:

a recoverable PostgreSQL Server along with Response<T> on successful completion of Mono.

Applies to