public interface SqlDatabaseMetric extends HasInnerModel<MetricInner>
| Modifier and Type | Method and Description |
|---|---|
OffsetDateTime |
endTime() |
List<SqlDatabaseMetricValue> |
metricValues() |
String |
name() |
OffsetDateTime |
startTime() |
String |
timeGrain() |
UnitType |
unit() |
innerModelString name()
OffsetDateTime startTime()
OffsetDateTime endTime()
String timeGrain()
UnitType unit()
List<SqlDatabaseMetricValue> metricValues()
Copyright © 2020 Microsoft Corporation. All rights reserved.