RecoverableDatabaseOperationsExtensions.List Method (IRecoverableDatabaseOperations, String)
Returns a collection of databases that can be recovered from a specified server.
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.RecoverableDatabaseListResponseContains the response to the List Recoverable Databases request.
Show: