IRecoverableDatabaseOperations::ListAsync Method (String^, CancellationToken)

 

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)

Task<RecoverableDatabaseListResponse^>^ ListAsync(
	String^ serverName,
	CancellationToken cancellationToken
)

Parameters

serverName
Type: System::String^

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

cancellationToken
Type: System.Threading::CancellationToken

Cancellation token.

Return Value

Type: System.Threading.Tasks::Task<RecoverableDatabaseListResponse^>^

Contains the response to the List Recoverable Databases request.

Return to top
Show: