| 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.
|
| Modifier and Type | Method and Description |
|---|---|
BaselineResponseInner |
MetricBaselinesClient.get(String resourceUri,
String metricName)
**Gets the baseline values for a specific metric**.
|
| Modifier and Type | Method and Description |
|---|---|
BaselineResponseInner |
BaselineResponseInner.withAggregation(String aggregation)
Set the aggregation property: The aggregation type of the metric.
|
BaselineResponseInner |
BaselineResponseInner.withBaseline(List<Baseline> baseline)
Set the baseline property: the baseline values for each sensitivity.
|
BaselineResponseInner |
BaselineResponseInner.withInterval(Duration interval)
Set the interval property: The interval (window size) for which the metric data was returned in.
|
BaselineResponseInner |
BaselineResponseInner.withMetadata(List<BaselineMetadataValueInner> metadata)
Set the metadata property: the baseline metadata values.
|
BaselineResponseInner |
BaselineResponseInner.withTimespan(String timespan)
Set the timespan property: The timespan for which the data was retrieved.
|
BaselineResponseInner |
BaselineResponseInner.withTimestamps(List<OffsetDateTime> timestamps)
Set the timestamps property: the array of timestamps of the baselines.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.