次の方法で共有


AlertRuleResourcePatch.Actions プロパティ

定義

アラート ルールがアクティブになったとき、およびアラート条件が解決されたときに実行されるアクションの配列を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.actions")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Monitor.Models.RuleAction> Actions { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.actions")>]
member this.Actions : System.Collections.Generic.IList<Microsoft.Azure.Management.Monitor.Models.RuleAction> with get, set
Public Property Actions As IList(Of RuleAction)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象