次の方法で共有


ManagementGroupDetails.Path プロパティ

定義

ルートから現在のグループへのパスを取得または設定します。

[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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象