| Package | Description |
|---|---|
| com.azure.resourcemanager.monitor.models |
Package containing the data models for MonitorClient.
|
| Modifier and Type | Method and Description |
|---|---|
TimeSeriesBaseline |
TimeSeriesBaseline.withAggregation(String aggregation)
Set the aggregation property: The aggregation type of the metric.
|
TimeSeriesBaseline |
TimeSeriesBaseline.withData(List<SingleBaseline> data)
Set the data property: The baseline values for each sensitivity.
|
TimeSeriesBaseline |
TimeSeriesBaseline.withDimensions(List<MetricSingleDimension> dimensions)
Set the dimensions property: The dimensions of this time series.
|
TimeSeriesBaseline |
TimeSeriesBaseline.withMetadata(List<BaselineMetadata> metadata)
Set the metadata property: The baseline metadata values.
|
TimeSeriesBaseline |
TimeSeriesBaseline.withTimestamps(List<OffsetDateTime> timestamps)
Set the timestamps property: The list of timestamps of the baselines.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.