Uses of Class
com.azure.resourcemanager.monitor.fluent.models.MetricBaselinesProperties
Packages that use MetricBaselinesProperties
Package
Description
Package containing the inner data models for MonitorClient.
-
Uses of MetricBaselinesProperties in com.azure.resourcemanager.monitor.fluent.models
Methods in com.azure.resourcemanager.monitor.fluent.models that return MetricBaselinesPropertiesModifier and TypeMethodDescriptionstatic MetricBaselinesProperties
MetricBaselinesProperties.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of MetricBaselinesProperties from the JsonReader.MetricBaselinesProperties.withBaselines
(List<TimeSeriesBaseline> baselines) Set the baselines property: The baseline for each time series that was queried.MetricBaselinesProperties.withInterval
(Duration interval) Set the interval property: The interval (window size) for which the metric data was returned in.MetricBaselinesProperties.withNamespace
(String namespace) Set the namespace property: The namespace of the metrics been queried.MetricBaselinesProperties.withTimespan
(String timespan) Set the timespan property: The timespan for which the data was retrieved.