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