ActionGroup.ArmRoleReceivers Property

Definition

Gets or sets the list of ARM role receivers that are part of this action group. Roles are Azure RBAC roles and only built-in roles are supported.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to