次の方法で共有


ManagementGroupDetails コンストラクター

定義

オーバーロード

ManagementGroupDetails()

ManagementGroupDetails クラスの新しいインスタンスを初期化します。

ManagementGroupDetails(Nullable<Double>, Nullable<DateTime>, String, ParentGroupInfo, IList<ManagementGroupPathElement>, IList<String>, IList<ManagementGroupPathElement>)

ManagementGroupDetails クラスの新しいインスタンスを初期化します。

ManagementGroupDetails()

ManagementGroupDetails クラスの新しいインスタンスを初期化します。

public ManagementGroupDetails ();
Public Sub New ()

適用対象

ManagementGroupDetails(Nullable<Double>, Nullable<DateTime>, String, ParentGroupInfo, IList<ManagementGroupPathElement>, IList<String>, IList<ManagementGroupPathElement>)

ManagementGroupDetails クラスの新しいインスタンスを初期化します。

public ManagementGroupDetails (double? version = default, DateTime? updatedTime = default, string updatedBy = default, Microsoft.Azure.Management.ManagementGroups.Models.ParentGroupInfo parent = default, System.Collections.Generic.IList<Microsoft.Azure.Management.ManagementGroups.Models.ManagementGroupPathElement> path = default, System.Collections.Generic.IList<string> managementGroupAncestors = default, System.Collections.Generic.IList<Microsoft.Azure.Management.ManagementGroups.Models.ManagementGroupPathElement> managementGroupAncestorsChain = default);
new Microsoft.Azure.Management.ManagementGroups.Models.ManagementGroupDetails : Nullable<double> * Nullable<DateTime> * string * Microsoft.Azure.Management.ManagementGroups.Models.ParentGroupInfo * System.Collections.Generic.IList<Microsoft.Azure.Management.ManagementGroups.Models.ManagementGroupPathElement> * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<Microsoft.Azure.Management.ManagementGroups.Models.ManagementGroupPathElement> -> Microsoft.Azure.Management.ManagementGroups.Models.ManagementGroupDetails
Public Sub New (Optional version As Nullable(Of Double) = Nothing, Optional updatedTime As Nullable(Of DateTime) = Nothing, Optional updatedBy As String = Nothing, Optional parent As ParentGroupInfo = Nothing, Optional path As IList(Of ManagementGroupPathElement) = Nothing, Optional managementGroupAncestors As IList(Of String) = Nothing, Optional managementGroupAncestorsChain As IList(Of ManagementGroupPathElement) = Nothing)

パラメーター

version
Nullable<Double>

オブジェクトのバージョン番号。

updatedTime
Nullable<DateTime>

このオブジェクトが最後に更新された日時。

updatedBy
String

オブジェクトを更新したプリンシパルまたはプロセスの ID。

parent
ParentGroupInfo

Parent

path
IList<ManagementGroupPathElement>

ルートから現在のグループへのパス。

managementGroupAncestors
IList<String>

管理グループの先祖。

managementGroupAncestorsChain
IList<ManagementGroupPathElement>

管理グループの先祖が、直ちに親からルートに逆の順序で表示されます。

適用対象