共用方式為


ManagementGroupDetails.ManagementGroupAncestorsChain Property

Definition

Gets or sets the ancestors of the management group displayed in reversed order, from immediate parent to the root.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to