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 MySQL Server.

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

Gets a recoverable MySQL Server.

Method Details

get

public abstract RecoverableServerResourceInner get(String resourceGroupName, String serverName)

Gets a recoverable MySQL Server.

Parameters:

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

Returns:

a recoverable MySQL Server.

getWithResponse

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

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

Applies to