RecoverableDatabaseOperationsExtensions::ListAsync 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)
public: [ExtensionAttribute] static Task<RecoverableDatabaseListResponse^>^ ListAsync( IRecoverableDatabaseOperations^ operations, String^ serverName )
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: System.Threading.Tasks::Task<RecoverableDatabaseListResponse^>^Contains the response to the List Recoverable Databases request.
Show: