Share via


IDatabaseOperationOperations.ListByServerAsync Method

Retrieves all of the operations that occured on the Azure SQL Database Server.

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

Usage

'Usage
Dim instance As IDatabaseOperationOperations
Dim serverName As String
Dim cancellationToken As CancellationToken
Dim returnValue As Task(Of DatabaseOperationListResponse)

returnValue = instance.ListByServerAsync(serverName, cancellationToken)

Syntax

'Declaration
Function ListByServerAsync ( _
    serverName As String, _
    cancellationToken As CancellationToken _
) As Task(Of DatabaseOperationListResponse)
Task<DatabaseOperationListResponse> ListByServerAsync (
    string serverName,
    CancellationToken cancellationToken
)
Task<DatabaseOperationListResponse^>^ ListByServerAsync (
    String^ serverName, 
    CancellationToken cancellationToken
)
Task<DatabaseOperationListResponse> ListByServerAsync (
    String serverName, 
    CancellationToken cancellationToken
)
function ListByServerAsync (
    serverName : String, 
    cancellationToken : CancellationToken
) : Task<DatabaseOperationListResponse>

Parameters

  • serverName
    The name of the Azure SQL Database Server to be queried.
  • cancellationToken
    Cancellation token.

Return Value

Represents the response containing the list of database operations for a given server or database.

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

IDatabaseOperationOperations Interface
IDatabaseOperationOperations Members
Microsoft.WindowsAzure.Management.Sql Namespace