ManagementGroupDetails.Path Property

Definition

Gets or sets the path from the root to the current group.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to