RestorableDroppedDatabaseOperationsExtensions.List Method (IRestorableDroppedDatabaseOperations, String)

 

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

Namespace:   Microsoft.WindowsAzure.Management.Sql
Assembly:  Microsoft.WindowsAzure.Management.Sql (in Microsoft.WindowsAzure.Management.Sql.dll)

Syntax

public static RestorableDroppedDatabaseListResponse List(
    this IRestorableDroppedDatabaseOperations operations,
    string serverName
)
public:
[ExtensionAttribute]
static RestorableDroppedDatabaseListResponse^ List(
    IRestorableDroppedDatabaseOperations^ operations,
    String^ serverName
)
static member List : 
        operations:IRestorableDroppedDatabaseOperations *
        serverName:string -> RestorableDroppedDatabaseListResponse
<ExtensionAttribute>
Public Shared Function List (
    operations As IRestorableDroppedDatabaseOperations,
    serverName As String
) As RestorableDroppedDatabaseListResponse

Parameters

  • serverName
    Type: System.String

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

Return Value

Type: Microsoft.WindowsAzure.Management.Sql.Models.RestorableDroppedDatabaseListResponse

Contains the response to the List Restorable Dropped Databases request.

See Also

RestorableDroppedDatabaseOperationsExtensions Class
Microsoft.WindowsAzure.Management.Sql Namespace

Return to top