public interface ServerMetric
extends com.microsoft.azure.management.resources.fluentcore.model.HasInner<com.microsoft.azure.management.sql.implementation.ServerMetricInner>
| Modifier and Type | Method and Description |
|---|---|
double |
currentValue() |
String |
displayName() |
double |
limit() |
org.joda.time.DateTime |
nextResetTime() |
String |
resourceName() |
String |
unit() |
String resourceName()
String displayName()
double currentValue()
double limit()
String unit()
org.joda.time.DateTime nextResetTime()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/