IRecoverableDatabaseOperations.GetAsync Method

Definition

Returns information about a recoverable Azure SQL Database.

public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Sql.Models.RecoverableDatabaseGetResponse> GetAsync (string serverName, string databaseName, System.Threading.CancellationToken cancellationToken);
abstract member GetAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Sql.Models.RecoverableDatabaseGetResponse>
Public Function GetAsync (serverName As String, databaseName As String, cancellationToken As CancellationToken) As Task(Of RecoverableDatabaseGetResponse)

Parameters

serverName
String

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

databaseName
String

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

cancellationToken
CancellationToken

Cancellation token.

Returns

Contains the response to the Get Recoverable Database request.

Applies to