次の方法で共有


AlertModificationItem.ModificationEvent プロパティ

定義

変更の理由を取得または設定します。 使用できる値は、'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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象