RecoverableServers Interface

public interface RecoverableServers

Resource collection API of RecoverableServers.

Method Summary

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

Gets a recoverable PostgreSQL Server.

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

Gets a recoverable PostgreSQL Server.

Method Details

get

public abstract RecoverableServerResource 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.

getWithResponse

public abstract Response<RecoverableServerResource> 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>.

Applies to