RecoverableDatabaseOperationsExtensions.List Method

Definition

Returns a collection of databases that can be recovered from a specified server.

public static Microsoft.WindowsAzure.Management.Sql.Models.RecoverableDatabaseListResponse List (this Microsoft.WindowsAzure.Management.Sql.IRecoverableDatabaseOperations operations, string serverName);
static member List : Microsoft.WindowsAzure.Management.Sql.IRecoverableDatabaseOperations * string -> Microsoft.WindowsAzure.Management.Sql.Models.RecoverableDatabaseListResponse
<Extension()>
Public Function List (operations As IRecoverableDatabaseOperations, serverName As String) As RecoverableDatabaseListResponse

Parameters

operations
IRecoverableDatabaseOperations

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

serverName
String

Required. The name of the Azure SQL Database Server on which the databases were hosted.

Returns

Contains the response to the List Recoverable Databases request.

Applies to