ActionList.ActionGroups Property

Definition

Gets or sets the list of the Action Groups.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to