Uses of Class
com.azure.resourcemanager.monitor.fluent.models.SingleMetricBaselineInner
-
Packages that use SingleMetricBaselineInner Package Description com.azure.resourcemanager.monitor.fluent Package containing the service clients for MonitorClient.com.azure.resourcemanager.monitor.fluent.models Package containing the inner data models for MonitorClient.com.azure.resourcemanager.monitor.models 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 SingleMetricBaselineInner Modifier and Type Method Description com.azure.core.http.rest.PagedIterable<SingleMetricBaselineInner>BaselinesClient. list(String resourceUri)**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>BaselinesClient. listAsync(String resourceUri)**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 SingleMetricBaselineInner Modifier and Type Method Description SingleMetricBaselineInnerSingleMetricBaselineInner. withBaselines(List<TimeSeriesBaseline> baselines)Set the baselines property: The baseline for each time series that was queried.SingleMetricBaselineInnerSingleMetricBaselineInner. withId(String id)Set the id property: The metric baseline Id.SingleMetricBaselineInnerSingleMetricBaselineInner. withInterval(Duration interval)Set the interval property: The interval (window size) for which the metric data was returned in.SingleMetricBaselineInnerSingleMetricBaselineInner. withName(String name)Set the name property: The name of the metric for which the baselines were retrieved.SingleMetricBaselineInnerSingleMetricBaselineInner. withNamespace(String namespace)Set the namespace property: The namespace of the metrics been queried.SingleMetricBaselineInnerSingleMetricBaselineInner. withTimespan(String timespan)Set the timespan property: The timespan for which the data was retrieved.SingleMetricBaselineInnerSingleMetricBaselineInner. withType(String type)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 SingleMetricBaselineInner Modifier and Type Method Description List<SingleMetricBaselineInner>MetricBaselinesResponse. value()Get the value property: The list of metric baselines.Method parameters in com.azure.resourcemanager.monitor.models with type arguments of type SingleMetricBaselineInner Modifier and Type Method Description MetricBaselinesResponseMetricBaselinesResponse. withValue(List<SingleMetricBaselineInner> value)Set the value property: The list of metric baselines.
-