ElasticPoolOperationsExtensions.ListActivityAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns information about Azure SQL Database Elastic Pool Activity.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.LegacySdk.Models.ElasticPoolActivityListResponse> ListActivityAsync (this Microsoft.Azure.Management.Sql.LegacySdk.IElasticPoolOperations operations, string resourceGroupName, string serverName, string elasticPoolName);
static member ListActivityAsync : Microsoft.Azure.Management.Sql.LegacySdk.IElasticPoolOperations * string * string * string -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.LegacySdk.Models.ElasticPoolActivityListResponse>
<Extension()>
Public Function ListActivityAsync (operations As IElasticPoolOperations, resourceGroupName As String, serverName As String, elasticPoolName As String) As Task(Of 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.