SharingProfile.Groups Property

Definition

Gets a list of sharing profile groups.

[Newtonsoft.Json.JsonProperty(PropertyName="groups")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.SharingProfileGroup> Groups { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="groups")>]
member this.Groups : System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.SharingProfileGroup>
Public ReadOnly Property Groups As IList(Of SharingProfileGroup)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to