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
Recoverable |
get(String resourceGroupName, String serverName)
Gets a recoverable MySQL Server. |
|
abstract
Response<Recoverable |
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:
Returns:
getWithResponse
public abstract Response<RecoverableServerResourceInner> getWithResponse(String resourceGroupName, String serverName, Context context)
Gets a recoverable MySQL Server.
Parameters:
Returns: