RecoverableServersOperationsExtensions.Get Method

Definition

Gets a recoverable MySQL Server.

public static Microsoft.Azure.Management.MySQL.Models.RecoverableServerResource Get (this Microsoft.Azure.Management.MySQL.IRecoverableServersOperations operations, string resourceGroupName, string serverName);
static member Get : Microsoft.Azure.Management.MySQL.IRecoverableServersOperations * string * string -> Microsoft.Azure.Management.MySQL.Models.RecoverableServerResource
<Extension()>
Public Function Get (operations As IRecoverableServersOperations, resourceGroupName As String, serverName As String) As RecoverableServerResource

Parameters

operations
IRecoverableServersOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group. The name is case insensitive.

serverName
String

The name of the server.

Returns

Applies to