Interface MetricAlert.DefinitionStages.WithCriteriaDefinitionMultipleResource
-
- All Known Subinterfaces:
MetricAlert.DefinitionMultipleResource
- Enclosing interface:
- MetricAlert.DefinitionStages
public static interface MetricAlert.DefinitionStages.WithCriteriaDefinitionMultipleResourceThe stage of the definition which specifies condition that will cause this alert to activate.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MetricAlertCondition.DefinitionStages.Blank.MetricName<MetricAlert.DefinitionStages.WithCreate>defineAlertCriteria(String name)Starts definition of the metric alert condition.MetricDynamicAlertCondition.DefinitionStages.Blank.MetricName<MetricAlert.DefinitionStages.WithCreate>defineDynamicAlertCriteria(String name)Starts definition of the metric dynamic alert condition.
-
-
-
Method Detail
-
defineAlertCriteria
MetricAlertCondition.DefinitionStages.Blank.MetricName<MetricAlert.DefinitionStages.WithCreate> defineAlertCriteria(String name)
Starts definition of the metric alert condition.- Parameters:
name- sets the name of the condition.- Returns:
- the next stage of metric alert condition definition.
-
defineDynamicAlertCriteria
MetricDynamicAlertCondition.DefinitionStages.Blank.MetricName<MetricAlert.DefinitionStages.WithCreate> defineDynamicAlertCriteria(String name)
Starts definition of the metric dynamic alert condition.- Parameters:
name- sets the name of the dynamic condition.- Returns:
- the next stage of metric alert condition definition.
-
-