次の方法で共有


EntityInfo コンストラクター

定義

オーバーロード

EntityInfo()

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

EntityInfo(String, String, String, String, String, EntityParentGroupInfo, String, String, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, IList<String>, IList<String>)

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

EntityInfo()

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

public EntityInfo ();
Public Sub New ()

適用対象

EntityInfo(String, String, String, String, String, EntityParentGroupInfo, String, String, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, IList<String>, IList<String>)

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

public EntityInfo (string id = default, string type = default, string name = default, string tenantId = default, string displayName = default, Microsoft.Azure.Management.ManagementGroups.Models.EntityParentGroupInfo parent = default, string permissions = default, string inheritedPermissions = default, int? numberOfDescendants = default, int? numberOfChildren = default, int? numberOfChildGroups = default, System.Collections.Generic.IList<string> parentDisplayNameChain = default, System.Collections.Generic.IList<string> parentNameChain = default);
new Microsoft.Azure.Management.ManagementGroups.Models.EntityInfo : string * string * string * string * string * Microsoft.Azure.Management.ManagementGroups.Models.EntityParentGroupInfo * string * string * Nullable<int> * Nullable<int> * Nullable<int> * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.ManagementGroups.Models.EntityInfo
Public Sub New (Optional id As String = Nothing, Optional type As String = Nothing, Optional name As String = Nothing, Optional tenantId As String = Nothing, Optional displayName As String = Nothing, Optional parent As EntityParentGroupInfo = Nothing, Optional permissions As String = Nothing, Optional inheritedPermissions As String = Nothing, Optional numberOfDescendants As Nullable(Of Integer) = Nothing, Optional numberOfChildren As Nullable(Of Integer) = Nothing, Optional numberOfChildGroups As Nullable(Of Integer) = Nothing, Optional parentDisplayNameChain As IList(Of String) = Nothing, Optional parentNameChain As IList(Of String) = Nothing)

パラメーター

id
String

エンティティの完全修飾 ID。 たとえば、/providers/Microsoft.Management/managementGroups/0000000-0000-0000-0000-000000000000

type
String

リソースの型。 たとえば、Microsoft.Management/managementGroups

name
String

エンティティの名前。 たとえば、000000000-0000-0000-0000-00000000000000000

tenantId
String

エンティティに関連付けられている AAD テナント ID。 たとえば、000000000-0000-0000-0000-00000000000000000

displayName
String

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

parent
EntityParentGroupInfo

Parent

permissions
String

アクセス許可

inheritedPermissions
String

継承された権限

numberOfDescendants
Nullable<Int32>

子孫の数

numberOfChildren
Nullable<Int32>

子の数

numberOfChildGroups
Nullable<Int32>

子グループの数

parentDisplayNameChain
IList<String>

ルート グループから直接の親への親表示名チェーン

parentNameChain
IList<String>

ルート グループから直接の親への親名チェーン

適用対象