共用方式為


CreateManagementGroupRequest.Children Property

Definition

Gets the list of children.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.children")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.ManagementGroups.Models.CreateManagementGroupChildInfo> Children { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.children")>]
member this.Children : System.Collections.Generic.IList<Microsoft.Azure.Management.ManagementGroups.Models.CreateManagementGroupChildInfo>
Public ReadOnly Property Children As IList(Of CreateManagementGroupChildInfo)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to