| Package | Description |
|---|---|
| com.azure.resourcemanager.monitor.fluent |
Package containing the service clients for MonitorClient.
|
| com.azure.resourcemanager.monitor.models |
Package containing the data models for MonitorClient.
|
| Modifier and Type | Method and Description |
|---|---|
CalculateBaselineResponseInner |
MetricBaselinesClient.calculateBaseline(String resourceUri,
TimeSeriesInformation timeSeriesInformation)
**Lists the baseline values for a resource**.
|
Mono<CalculateBaselineResponseInner> |
MetricBaselinesClient.calculateBaselineAsync(String resourceUri,
TimeSeriesInformation timeSeriesInformation)
**Lists the baseline values for a resource**.
|
com.azure.core.http.rest.Response<CalculateBaselineResponseInner> |
MetricBaselinesClient.calculateBaselineWithResponse(String resourceUri,
TimeSeriesInformation timeSeriesInformation,
com.azure.core.util.Context context)
**Lists the baseline values for a resource**.
|
Mono<com.azure.core.http.rest.Response<CalculateBaselineResponseInner>> |
MetricBaselinesClient.calculateBaselineWithResponseAsync(String resourceUri,
TimeSeriesInformation timeSeriesInformation)
**Lists the baseline values for a resource**.
|
| Modifier and Type | Method and Description |
|---|---|
TimeSeriesInformation |
TimeSeriesInformation.withSensitivities(List<String> sensitivities)
Set the sensitivities property: the list of sensitivities for calculating the baseline.
|
TimeSeriesInformation |
TimeSeriesInformation.withTimestamps(List<OffsetDateTime> timestamps)
Set the timestamps property: the array of timestamps of the baselines.
|
TimeSeriesInformation |
TimeSeriesInformation.withValues(List<Double> values)
Set the values property: The metric values to calculate the baseline.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.