RestorableDroppedDatabaseOperationsExtensions.GetAsync Method (IRestorableDroppedDatabaseOperations, String, String)
Returns information about a dropped Azure SQL Database that can be restored.
Assembly: Microsoft.WindowsAzure.Management.Sql (in Microsoft.WindowsAzure.Management.Sql.dll)
<ExtensionAttribute> Public Shared Function GetAsync ( operations As IRestorableDroppedDatabaseOperations, serverName As String, entityId As String ) As Task(Of RestorableDroppedDatabaseGetResponse)
Parameters
- operations
-
Type:
Microsoft.WindowsAzure.Management.Sql.IRestorableDroppedDatabaseOperations
Reference to the Microsoft.WindowsAzure.Management.Sql.IRestorableDroppedDatabaseOperations.
- serverName
-
Type:
System.String
Required. The name of the Azure SQL Database Server on which the database was hosted.
- entityId
-
Type:
System.String
Required. The entity ID of the restorable dropped Azure SQL Database to be obtained.
Return Value
Type: System.Threading.Tasks.Task(Of RestorableDroppedDatabaseGetResponse)Contains the response to the Get Restorable Dropped Database request.
Show: