RestorableDroppedDatabaseOperationsExtensions.GetAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns information about a dropped Azure SQL Database that can be restored.
public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Sql.Models.RestorableDroppedDatabaseGetResponse> GetAsync (this Microsoft.WindowsAzure.Management.Sql.IRestorableDroppedDatabaseOperations operations, string serverName, string entityId);
static member GetAsync : Microsoft.WindowsAzure.Management.Sql.IRestorableDroppedDatabaseOperations * string * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Sql.Models.RestorableDroppedDatabaseGetResponse>
<Extension()>
Public Function GetAsync (operations As IRestorableDroppedDatabaseOperations, serverName As String, entityId As String) As Task(Of RestorableDroppedDatabaseGetResponse)
Parameters
- operations
- IRestorableDroppedDatabaseOperations
Reference to the Microsoft.WindowsAzure.Management.Sql.IRestorableDroppedDatabaseOperations.
- serverName
- String
Required. The name of the Azure SQL Database Server on which the database was hosted.
- entityId
- String
Required. The entity ID of the restorable dropped Azure SQL Database to be obtained.
Returns
Contains the response to the Get Restorable Dropped Database request.
Applies to
Azure SDK for .NET