Interface Metric
- All Superinterfaces:
com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel<MetricInner>
public interface Metric
extends com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel<MetricInner>
The Azure metric entries are of type Metric.
-
Method Summary
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel
innerModel
-
Method Details
-
id
-
type
-
name
LocalizableString name()Get the name and the display name of the metric, i.e. it is localizable string.- Returns:
- the name value
-
unit
-
timeseries
List<TimeSeriesElement> timeseries()Get the time series returned when a data query is performed.- Returns:
- the timeseries value
-