public static interface MetricAlert.DefinitionStages.WithEvaluationFrequency
| Modifier and Type | Method and Description |
|---|---|
MetricAlert.DefinitionStages.WithSeverity |
withFrequency(org.joda.time.Period frequency)
Set how often the metric alert is evaluated represented in ISO 8601 duration format.
|
MetricAlert.DefinitionStages.WithSeverity withFrequency(org.joda.time.Period frequency)
frequency - the evaluationFrequency value to set./**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/