共用方式為


AlertProcessingRuleProperties.Actions Property

Definition

Gets or sets actions to be applied.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to