ElasticPoolDatabaseActivities interface
Interface representing a ElasticPoolDatabaseActivities.
Methods
list |
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.
The options parameters.