RecoverableDatabaseOperationsExtensions.List Method (IRecoverableDatabaseOperations, String)

 

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

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

<ExtensionAttribute>
Public Shared Function List (
	operations As IRecoverableDatabaseOperations,
	serverName As String
) As RecoverableDatabaseListResponse

Parameters

operations
Type: Microsoft.WindowsAzure.Management.Sql.IRecoverableDatabaseOperations

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

serverName
Type: System.String

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

Return Value

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

Contains the response to the List Recoverable Databases request.

Return to top
Show: