ElasticPoolActivities interface

Interface representing a ElasticPoolActivities.

Methods

listByElasticPool(string, string, string, ElasticPoolActivitiesListByElasticPoolOptionalParams)

Returns elastic pool activities.

Method Details

listByElasticPool(string, string, string, ElasticPoolActivitiesListByElasticPoolOptionalParams)

Returns elastic pool activities.

function listByElasticPool(resourceGroupName: string, serverName: string, elasticPoolName: string, options?: ElasticPoolActivitiesListByElasticPoolOptionalParams): PagedAsyncIterableIterator<ElasticPoolActivity, ElasticPoolActivity[], PageSettings>

Parameters

resourceGroupName

string

The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

serverName

string

The name of the server.

elasticPoolName

string

The name of the elastic pool for which to get the current activity.

Returns