| Package | Description |
|---|---|
| com.azure.resourcemanager.monitor.fluent.models |
Package containing the inner data models for MonitorClient.
|
| Modifier and Type | Method and Description |
|---|---|
SingleMetricBaselineInner |
SingleMetricBaselineInner.withBaselines(List<TimeSeriesBaseline> baselines)
Set the baselines property: The baseline for each time series that was queried.
|
SingleMetricBaselineInner |
SingleMetricBaselineInner.withId(String id)
Set the id property: The metric baseline Id.
|
SingleMetricBaselineInner |
SingleMetricBaselineInner.withInterval(Duration interval)
Set the interval property: The interval (window size) for which the metric data was returned in.
|
SingleMetricBaselineInner |
SingleMetricBaselineInner.withName(String name)
Set the name property: The name of the metric for which the baselines were retrieved.
|
SingleMetricBaselineInner |
SingleMetricBaselineInner.withNamespace(String namespace)
Set the namespace property: The namespace of the metrics been queried.
|
SingleMetricBaselineInner |
SingleMetricBaselineInner.withTimespan(String timespan)
Set the timespan property: The timespan for which the data was retrieved.
|
SingleMetricBaselineInner |
SingleMetricBaselineInner.withType(String type)
Set the type property: The resource type of the metric baseline resource.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.