Uses of Interface
com.azure.resourcemanager.monitor.models.MetricDynamicAlertCondition.DefinitionStages.WithConditionAttach
-
Packages that use MetricDynamicAlertCondition.DefinitionStages.WithConditionAttach Package Description com.azure.resourcemanager.monitor.models Package containing the data models for MonitorClient. -
-
Uses of MetricDynamicAlertCondition.DefinitionStages.WithConditionAttach in com.azure.resourcemanager.monitor.models
Methods in com.azure.resourcemanager.monitor.models that return MetricDynamicAlertCondition.DefinitionStages.WithConditionAttach Modifier and Type Method Description MetricDynamicAlertCondition.DefinitionStages.WithConditionAttach<ParentT>MetricDynamicAlertCondition.DefinitionStages.WithConditionAttach. withDimension(String dimensionName, String... values)Adds a metric dimension filter.MetricDynamicAlertCondition.DefinitionStages.WithConditionAttach<ParentT>MetricDynamicAlertCondition.DefinitionStages.WithFailingPeriods. withFailingPeriods(DynamicThresholdFailingPeriods failingPeriods)Sets the failing periods for triggering the alert.MetricDynamicAlertCondition.DefinitionStages.WithConditionAttach<ParentT>MetricDynamicAlertCondition.DefinitionStages.WithConditionAttach. withIgnoreDataBefore(OffsetDateTime dateTime)Sets the date from which to start learning the metric historical data and calculate the dynamic thresholds.
-