ElasticPoolOperationsExtensions.ListActivity Method

Definition

Returns information about Azure SQL Database Elastic Pool Activity.

public static Microsoft.Azure.Management.Sql.LegacySdk.Models.ElasticPoolActivityListResponse ListActivity (this Microsoft.Azure.Management.Sql.LegacySdk.IElasticPoolOperations operations, string resourceGroupName, string serverName, string elasticPoolName);
static member ListActivity : Microsoft.Azure.Management.Sql.LegacySdk.IElasticPoolOperations * string * string * string -> Microsoft.Azure.Management.Sql.LegacySdk.Models.ElasticPoolActivityListResponse
<Extension()>
Public Function ListActivity (operations As IElasticPoolOperations, resourceGroupName As String, serverName As String, elasticPoolName As String) As ElasticPoolActivityListResponse

Parameters

operations
IElasticPoolOperations

Reference to the Microsoft.Azure.Management.Sql.LegacySdk.IElasticPoolOperations.

resourceGroupName
String

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

serverName
String

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

elasticPoolName
String

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

Returns

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

Applies to