public interface Metric
extends com.microsoft.azure.management.resources.fluentcore.model.HasInner<com.microsoft.azure.management.monitor.implementation.MetricInner>
| Modifier and Type | Method and Description |
|---|---|
String |
id()
Get the metric Id.
|
LocalizableString |
name()
Get the name and the display name of the metric, i.e.
|
List<TimeSeriesElement> |
timeseries()
Get the time series returned when a data query is performed.
|
String |
type()
Get the resource type of the metric resource.
|
Unit |
unit()
Get the unit of the metric.
|
String id()
String type()
LocalizableString name()
Unit unit()
List<TimeSeriesElement> timeseries()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/