次の方法で共有


MetricAlertResourcePatch.Actions プロパティ

定義

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

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象