IElasticPoolOperations.ListActivityAsync Method

Definition

Returns information about Azure SQL Database Elastic Pool Activity.

public System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.LegacySdk.Models.ElasticPoolActivityListResponse> ListActivityAsync (string resourceGroupName, string serverName, string elasticPoolName, System.Threading.CancellationToken cancellationToken);
abstract member ListActivityAsync : string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.LegacySdk.Models.ElasticPoolActivityListResponse>
Public Function ListActivityAsync (resourceGroupName As String, serverName As String, elasticPoolName As String, cancellationToken As CancellationToken) As Task(Of ElasticPoolActivityListResponse)

Parameters

resourceGroupName
String

The name of the Resource Group to which the Azure SQL Database Serve belongs.

serverName
String

The name of the Azure SQL Database Server in which Azure SQL Database Elastic Pools are hosted.

elasticPoolName
String

The name of the Azure SQL Database Elastic Pool for which to get the current activity.

cancellationToken
CancellationToken

Cancellation token.

Returns

Represents the response to a List Azure Sql Elastic Pool Activity request.

Applies to