| Modifier and Type | Method and Description |
|---|---|
List<SqlDatabaseMetric> |
SqlElasticPool.listDatabaseMetrics(String filter)
Lists the database metrics for this SQL Elastic Pool.
|
rx.Observable<SqlDatabaseMetric> |
SqlElasticPool.listDatabaseMetricsAsync(String filter)
Asynchronously lists the database metrics for this SQL Elastic Pool.
|
List<SqlDatabaseMetric> |
SqlDatabase.listMetrics(String filter) |
rx.Observable<SqlDatabaseMetric> |
SqlDatabase.listMetricsAsync(String filter) |
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/