RestorableDroppedDatabaseOperationsExtensions.ListAsync Method

Definition

Returns a collection of databases that has been dropped but can still be restored from a specified server.

public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Sql.Models.RestorableDroppedDatabaseListResponse> ListAsync (this Microsoft.WindowsAzure.Management.Sql.IRestorableDroppedDatabaseOperations operations, string serverName);
static member ListAsync : Microsoft.WindowsAzure.Management.Sql.IRestorableDroppedDatabaseOperations * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Sql.Models.RestorableDroppedDatabaseListResponse>
<Extension()>
Public Function ListAsync (operations As IRestorableDroppedDatabaseOperations, serverName As String) As Task(Of RestorableDroppedDatabaseListResponse)

Parameters

operations
IRestorableDroppedDatabaseOperations

Reference to the Microsoft.WindowsAzure.Management.Sql.IRestorableDroppedDatabaseOperations.

serverName
String

Required. The name of the Azure SQL Database Server to query for dropped databases that can still be restored.

Returns

Contains the response to the List Restorable Dropped Databases request.

Applies to