@Beta(value=V1_7_0)
public interface SqlDatabaseMetric
extends com.microsoft.azure.management.resources.fluentcore.model.HasInner<com.microsoft.azure.management.sql.implementation.MetricInner>
| Modifier and Type | Method and Description |
|---|---|
org.joda.time.DateTime |
endTime() |
List<SqlDatabaseMetricValue> |
metricValues() |
String |
name() |
org.joda.time.DateTime |
startTime() |
String |
timeGrain() |
UnitType |
unit() |
String name()
org.joda.time.DateTime startTime()
org.joda.time.DateTime endTime()
String timeGrain()
UnitType unit()
List<SqlDatabaseMetricValue> metricValues()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/