Uses of Interface
com.azure.resourcemanager.monitor.models.ActivityLogAlert.Update
Packages that use ActivityLogAlert.Update
Package
Description
Package containing the data models for MonitorClient.
-
Uses of ActivityLogAlert.Update in com.azure.resourcemanager.monitor.models
Subinterfaces with type arguments of type ActivityLogAlert.Update in com.azure.resourcemanager.monitor.modelsModifier and TypeInterfaceDescriptioninterfaceAn immutable client-side representation of an Azure Activity Log Alert.static interfaceThe template for an update operation, containing all the settings that can be modified.Methods in com.azure.resourcemanager.monitor.models that return ActivityLogAlert.UpdateModifier 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.