次の方法で共有


CreateManagementGroupRequest.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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象