| Modifier and Type | Method and Description |
|---|---|
List<SqlDatabaseMetricDefinition> |
SqlElasticPool.listDatabaseMetricDefinitions()
Lists the database metric definitions for this SQL Elastic Pool.
|
rx.Observable<SqlDatabaseMetricDefinition> |
SqlElasticPool.listDatabaseMetricDefinitionsAsync()
Asynchronously lists the database metric definitions for this SQL Elastic Pool.
|
List<SqlDatabaseMetricDefinition> |
SqlDatabase.listMetricDefinitions() |
rx.Observable<SqlDatabaseMetricDefinition> |
SqlDatabase.listMetricDefinitionsAsync() |
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/