AccessControlRules.Identities Property

Definition

Gets or sets a list of identities.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to