你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ElasticPoolDatabaseActivities interface

Interface representing a ElasticPoolDatabaseActivities.

Methods

listByElasticPool(string, string, string, ElasticPoolDatabaseActivitiesListByElasticPoolOptionalParams)

Returns activity on databases inside of an elastic pool.

Method Details

listByElasticPool(string, string, string, ElasticPoolDatabaseActivitiesListByElasticPoolOptionalParams)

Returns activity on databases inside of an elastic pool.

function listByElasticPool(resourceGroupName: string, serverName: string, elasticPoolName: string, options?: ElasticPoolDatabaseActivitiesListByElasticPoolOptionalParams): PagedAsyncIterableIterator<ElasticPoolDatabaseActivity, ElasticPoolDatabaseActivity[], 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.

Returns