IDatabaseOperationOperations.ListByServerAsync Method (String, CancellationToken)

 

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)

Function ListByServerAsync (
	serverName As String,
	cancellationToken As CancellationToken
) As Task(Of DatabaseOperationListResponse)

Parameters

serverName
Type: System.String

The name of the Azure SQL Database Server to be queried.

cancellationToken
Type: System.Threading.CancellationToken

Cancellation token.

Return Value

Type: System.Threading.Tasks.Task(Of DatabaseOperationListResponse)

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

Return to top
Show: