次の方法で共有


DescendantInfo コンストラクター

定義

オーバーロード

DescendantInfo()

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

DescendantInfo(String, String, String, String, DescendantParentGroupInfo)

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

DescendantInfo()

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

public DescendantInfo ();
Public Sub New ()

適用対象

DescendantInfo(String, String, String, String, DescendantParentGroupInfo)

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

public DescendantInfo (string id = default, string type = default, string name = default, string displayName = default, Microsoft.Azure.Management.ManagementGroups.Models.DescendantParentGroupInfo parent = default);
new Microsoft.Azure.Management.ManagementGroups.Models.DescendantInfo : string * string * string * string * Microsoft.Azure.Management.ManagementGroups.Models.DescendantParentGroupInfo -> Microsoft.Azure.Management.ManagementGroups.Models.DescendantInfo
Public Sub New (Optional id As String = Nothing, Optional type As String = Nothing, Optional name As String = Nothing, Optional displayName As String = Nothing, Optional parent As DescendantParentGroupInfo = Nothing)

パラメーター

id
String

子孫の完全修飾 ID。 たとえば、/providers/Microsoft.Management/managementGroups/0000000-0000-0000-0000-0000000000000000、または /subscriptions/0000000-0000-0000-0000-0000-000000000000

type
String

リソースの型。 たとえば、Microsoft.Management/managementGroups や /subscriptions などです。

name
String

子孫の名前。 たとえば、000000000-0000-0000-0000-00000000000000000

displayName
String

管理グループのフレンドリ名。

適用対象