@Beta(value=V1_7_0) public interface SqlDatabaseMetricValue extends com.microsoft.azure.management.resources.fluentcore.model.HasInner<MetricValue>
| Modifier and Type | Method and Description |
|---|---|
double |
average() |
double |
count() |
double |
maximum() |
double |
minimum() |
org.joda.time.DateTime |
timestamp() |
double |
total() |
double count()
double average()
double maximum()
double minimum()
org.joda.time.DateTime timestamp()
double total()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/