Uses of Interface
com.microsoft.azure.management.monitor.ActivityLogAlert.DefinitionStages.WithCreate
-
-
Uses of ActivityLogAlert.DefinitionStages.WithCreate in com.microsoft.azure.management.monitor
Subinterfaces of ActivityLogAlert.DefinitionStages.WithCreate in com.microsoft.azure.management.monitor Modifier and Type Interface Description static interfaceActivityLogAlert.DefinitionThe entirety of a activity log alerts definition.Methods in com.microsoft.azure.management.monitor that return ActivityLogAlert.DefinitionStages.WithCreate Modifier and Type Method Description ActivityLogAlert.DefinitionStages.WithCreateActivityLogAlert.DefinitionStages.WithCriteriaDefinition. withEqualsCondition(String field, String equals)Adds a condition that will cause this alert to activate.ActivityLogAlert.DefinitionStages.WithCreateActivityLogAlert.DefinitionStages.WithCriteriaDefinition. withEqualsConditions(Map<String,String> fieldEqualsMap)Sets all the conditions that will cause this alert to activate.
-