AccessControlRules.Roles Property

Definition

Gets or sets a list of roles.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to