Uses of Class
com.azure.resourcemanager.monitor.fluent.models.SingleMetricBaselineInner
Packages that use SingleMetricBaselineInner
Package
Description
Package containing the service clients for MonitorClient.
Package containing the inner data models for MonitorClient.
Package containing the data models for MonitorClient.
-
Uses of SingleMetricBaselineInner in com.azure.resourcemanager.monitor.fluent
Methods in com.azure.resourcemanager.monitor.fluent that return types with arguments of type SingleMetricBaselineInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable
<SingleMetricBaselineInner> **Lists the metric baseline values for a resource**.com.azure.core.http.rest.PagedIterable
<SingleMetricBaselineInner> BaselinesClient.list
(String resourceUri, String metricnames, String metricnamespace, String timespan, Duration interval, String aggregation, String sensitivities, String filter, ResultType resultType, com.azure.core.util.Context context) **Lists the metric baseline values for a resource**.com.azure.core.http.rest.PagedFlux
<SingleMetricBaselineInner> **Lists the metric baseline values for a resource**.com.azure.core.http.rest.PagedFlux
<SingleMetricBaselineInner> BaselinesClient.listAsync
(String resourceUri, String metricnames, String metricnamespace, String timespan, Duration interval, String aggregation, String sensitivities, String filter, ResultType resultType) **Lists the metric baseline values for a resource**. -
Uses of SingleMetricBaselineInner in com.azure.resourcemanager.monitor.fluent.models
Methods in com.azure.resourcemanager.monitor.fluent.models that return SingleMetricBaselineInnerModifier and TypeMethodDescriptionstatic SingleMetricBaselineInner
SingleMetricBaselineInner.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of SingleMetricBaselineInner from the JsonReader.SingleMetricBaselineInner.withBaselines
(List<TimeSeriesBaseline> baselines) Set the baselines property: The baseline for each time series that was queried.Set the id property: The metric baseline Id.SingleMetricBaselineInner.withInterval
(Duration interval) Set the interval property: The interval (window size) for which the metric data was returned in.Set the name property: The name of the metric for which the baselines were retrieved.SingleMetricBaselineInner.withNamespace
(String namespace) Set the namespace property: The namespace of the metrics been queried.SingleMetricBaselineInner.withTimespan
(String timespan) Set the timespan property: The timespan for which the data was retrieved.Set the type property: The resource type of the metric baseline resource. -
Uses of SingleMetricBaselineInner in com.azure.resourcemanager.monitor.models
Methods in com.azure.resourcemanager.monitor.models that return types with arguments of type SingleMetricBaselineInnerModifier and TypeMethodDescriptionMetricBaselinesResponse.value()
Get the value property: The list of metric baselines.Method parameters in com.azure.resourcemanager.monitor.models with type arguments of type SingleMetricBaselineInnerModifier and TypeMethodDescriptionMetricBaselinesResponse.withValue
(List<SingleMetricBaselineInner> value) Set the value property: The list of metric baselines.