IRecoverableDatabaseOperations.GetAsync Method (String, String, CancellationToken)
Returns information about a recoverable Azure SQL Database.
Assembly: Microsoft.WindowsAzure.Management.Sql (in Microsoft.WindowsAzure.Management.Sql.dll)
Function GetAsync ( serverName As String, databaseName As String, cancellationToken As CancellationToken ) As Task(Of RecoverableDatabaseGetResponse)
Parameters
- serverName
-
Type:
System.String
The name of the Azure SQL Database Server on which the database was hosted.
- databaseName
-
Type:
System.String
The name of the recoverable Azure SQL Database to be obtained.
- cancellationToken
-
Type:
System.Threading.CancellationToken
Cancellation token.
Return Value
Type: System.Threading.Tasks.Task(Of RecoverableDatabaseGetResponse)Contains the response to the Get Recoverable Database request.
Show: