Uses of Interface
com.microsoft.azure.management.monitor.MetricAlert.DefinitionStages.WithCriteriaDefinition
-
-
Uses of MetricAlert.DefinitionStages.WithCriteriaDefinition in com.microsoft.azure.management.monitor
Subinterfaces of MetricAlert.DefinitionStages.WithCriteriaDefinition in com.microsoft.azure.management.monitor Modifier and Type Interface Description static interfaceMetricAlert.DefinitionThe entirety of a Metric Alert definition.static interfaceMetricAlert.DefinitionStages.WithCreateThe stage of the definition which contains all the minimum required inputs for the resource to be created but also allows for any other optional settings to be specified.Methods in com.microsoft.azure.management.monitor that return MetricAlert.DefinitionStages.WithCriteriaDefinition Modifier and Type Method Description MetricAlert.DefinitionStages.WithCriteriaDefinitionMetricAlert.DefinitionStages.WithActionGroup. withActionGroups(String... actionGroupId)Sets the actions that will activate when the condition is met.
-