Compartir a través de


AlertModificationItem.ModificationEvent Propiedad

Definición

Obtiene o establece el motivo de la modificación. Entre los valores posibles se incluyen: '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)

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a