Share via


SharingUpdate.Groups Property

Definition

Gets or sets a list of sharing profile groups.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to