Compartir a través de


MetricAlertResource.Actions Propiedad

Definición

Obtiene o establece la matriz de acciones que se realizan cuando la regla de alerta se activa y cuando se resuelve una condición de alerta.

[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)

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a