Uses of Class
com.azure.resourcemanager.monitor.fluent.models.MetricInner
Packages that use MetricInner
Package
Description
Package containing the inner data models for MonitorClient.
-
Uses of MetricInner in com.azure.resourcemanager.monitor.fluent.models
Methods in com.azure.resourcemanager.monitor.fluent.models that return MetricInnerModifier and TypeMethodDescriptionstatic MetricInnerMetricInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of MetricInner from the JsonReader.MetricInner.withDisplayDescription(String displayDescription) Set the displayDescription property: Detailed description of this metric.MetricInner.withErrorCode(String errorCode) Set the errorCode property: 'Success' or the error details on query failures for this metric.MetricInner.withErrorMessage(String errorMessage) Set the errorMessage property: Error message encountered querying this specific metric.Set the id property: the metric Id.MetricInner.withName(LocalizableStringInner name) Set the name property: the name and the display name of the metric, i.e. it is localizable string.MetricInner.withTimeseries(List<TimeSeriesElement> timeseries) Set the timeseries property: the time series returned when a data query is performed.Set the type property: the resource type of the metric resource.Set the unit property: The unit of the metric.Methods in com.azure.resourcemanager.monitor.fluent.models that return types with arguments of type MetricInnerModifier and TypeMethodDescriptionResponseInner.value()Get the value property: the value of the collection.Method parameters in com.azure.resourcemanager.monitor.fluent.models with type arguments of type MetricInnerModifier and TypeMethodDescriptionResponseInner.withValue(List<MetricInner> value) Set the value property: the value of the collection.