IElasticPoolOperations.ListDatabaseActivityAsync Method

Definition

Returns information about activity on Azure SQL Databases inside of an Azure Sql Database Elastic Pool.

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

Parameters

resourceGroupName
String

The name of the Resource Group to which the server belongs.

serverName
String

The name of the Azure SQL Database Server on which the Elastic Pool is hosted.

elasticPoolName
String

The name of the Azure SQL Database Elastic Pool.

cancellationToken
CancellationToken

Cancellation token.

Returns

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

Applies to