共用方式為


AlertModificationItem.ModificationEvent Property

Definition

Gets or sets reason for the modification. Possible values include: 'AlertCreated', 'StateChange', 'MonitorConditionChange', 'SeverityChange', 'ActionRuleTriggered', 'ActionRuleSuppressed', 'ActionsTriggered', 'ActionsSuppressed', 'ActionsFailed'

[Newtonsoft.Json.JsonProperty(PropertyName="modificationEvent")]
public Microsoft.Azure.Management.AlertsManagement.Models.AlertModificationEvent? ModificationEvent { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="modificationEvent")>]
member this.ModificationEvent : Nullable<Microsoft.Azure.Management.AlertsManagement.Models.AlertModificationEvent> with get, set
Public Property ModificationEvent As Nullable(Of AlertModificationEvent)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to