IRecoverableDatabaseOperations.ListAsync Method
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)
Usage
'Usage
Dim instance As IRecoverableDatabaseOperations
Dim serverName As String
Dim cancellationToken As CancellationToken
Dim returnValue As Task(Of RecoverableDatabaseListResponse)
returnValue = instance.ListAsync(serverName, cancellationToken)
Syntax
'Declaration
Function ListAsync ( _
serverName As String, _
cancellationToken As CancellationToken _
) As Task(Of RecoverableDatabaseListResponse)
Task<RecoverableDatabaseListResponse> ListAsync (
string serverName,
CancellationToken cancellationToken
)
Task<RecoverableDatabaseListResponse^>^ ListAsync (
String^ serverName,
CancellationToken cancellationToken
)
Task<RecoverableDatabaseListResponse> ListAsync (
String serverName,
CancellationToken cancellationToken
)
function ListAsync (
serverName : String,
cancellationToken : CancellationToken
) : Task<RecoverableDatabaseListResponse>
Parameters
- serverName
The name of the Azure SQL Database Server on which the databases were hosted.
- cancellationToken
Cancellation token.
Return Value
Contains the response to the List Recoverable Databases request.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012
Target Platforms
See Also
Reference
IRecoverableDatabaseOperations Interface
IRecoverableDatabaseOperations Members
Microsoft.WindowsAzure.Management.Sql Namespace