RecoverableDatabaseOperationsExtensions.GetAsync Method

Definition

Returns information about a recoverable Azure SQL Database.

public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Sql.Models.RecoverableDatabaseGetResponse> GetAsync (this Microsoft.WindowsAzure.Management.Sql.IRecoverableDatabaseOperations operations, string serverName, string databaseName);
static member GetAsync : Microsoft.WindowsAzure.Management.Sql.IRecoverableDatabaseOperations * string * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Sql.Models.RecoverableDatabaseGetResponse>
<Extension()>
Public Function GetAsync (operations As IRecoverableDatabaseOperations, serverName As String, databaseName As String) As Task(Of RecoverableDatabaseGetResponse)

Parameters

operations
IRecoverableDatabaseOperations

Reference to the Microsoft.WindowsAzure.Management.Sql.IRecoverableDatabaseOperations.

serverName
String

Required. The name of the Azure SQL Database Server on which the database was hosted.

databaseName
String

Required. The name of the recoverable Azure SQL Database to be obtained.

Returns

Contains the response to the Get Recoverable Database request.

Applies to