Interface MetricAlert.DefinitionStages.WithActionGroupMultipleResource
-
- All Known Subinterfaces:
MetricAlert.DefinitionMultipleResource
- Enclosing interface:
- MetricAlert.DefinitionStages
public static interface MetricAlert.DefinitionStages.WithActionGroupMultipleResourceThe stage of the definition which specifies actions that will be activated when the conditions are met in the metric alert rules.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MetricAlert.DefinitionStages.WithCriteriaDefinitionMultipleResourcewithActionGroups(String... actionGroupId)Sets the actions that will activate when the condition is met.
-
-
-
Method Detail
-
withActionGroups
MetricAlert.DefinitionStages.WithCriteriaDefinitionMultipleResource withActionGroups(String... actionGroupId)
Sets the actions that will activate when the condition is met.- Parameters:
actionGroupId- resource Ids of theActionGroup.- Returns:
- the next stage of metric alert definition.
-
-