你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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-0000-0000000000000 或 /subscriptions/0000-0000-0000-0000-0000-0000000000000

type
String

资源类型。 例如,Microsoft.Management/managementGroups 或 /subscriptions

name
String

后代的名称。 例如,00000000-0000-0000-0000-000000000000

displayName
String

管理组的友好名称。

适用于