Uses of Interface
com.microsoft.azure.management.monitor.ActivityLogAlert.Update
Package
Description
This package contains the classes for MonitorManagementClient.
-
Uses of ActivityLogAlert.Update in com.microsoft.azure.management.monitor
Modifier and TypeMethodDescriptionActivityLogAlert.UpdateStages.WithActivityLogUpdate.withActionGroups
(String... actionGroupId) Sets the actions that will activate when the condition is met.ActivityLogAlert.UpdateStages.WithActivityLogUpdate.withDescription
(String description) Sets description for activity log alert.ActivityLogAlert.UpdateStages.WithActivityLogUpdate.withEqualsCondition
(String field, String equals) Adds a condition that will cause this alert to activate.ActivityLogAlert.UpdateStages.WithActivityLogUpdate.withEqualsConditions
(Map<String, String> fieldEqualsMap) Sets all the conditions that will cause this alert to activate.ActivityLogAlert.UpdateStages.WithActivityLogUpdate.withoutActionGroup
(String actionGroupId) Removes the specified action group from the actions list.ActivityLogAlert.UpdateStages.WithActivityLogUpdate.withoutEqualsCondition
(String field) Removes a condition from the list of conditions.ActivityLogAlert.UpdateStages.WithActivityLogUpdate.withRuleDisabled()
Sets activity log alert as disabled.ActivityLogAlert.UpdateStages.WithActivityLogUpdate.withRuleEnabled()
Sets activity log alert as enabled.