Partager via


EntityInfo Constructeurs

Définition

Surcharges

EntityInfo()

Initialise une nouvelle instance de la classe EntityInfo.

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

Initialise une nouvelle instance de la classe EntityInfo.

EntityInfo()

Initialise une nouvelle instance de la classe EntityInfo.

public EntityInfo ();
Public Sub New ()

S’applique à

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

Initialise une nouvelle instance de la classe 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)

Paramètres

id
String

ID complet de l’entité. Par exemple, /providers/Microsoft.Management/managementGroups/0000000-0000-0000-0000-000000000000

type
String

Type de la ressource. Par exemple, Microsoft.Management/managementGroups

name
String

Nom de l'entité. Par exemple, 00000000-0000-0000-0000-00000000000

tenantId
String

ID de locataire AAD associé à l’entité. Par exemple, 00000000-0000-0000-0000-00000000000

displayName
String

Nom convivial du groupe d’administration.

parent
EntityParentGroupInfo

Parent

permissions
String

Autorisations

inheritedPermissions
String

Autorisations héritées

numberOfDescendants
Nullable<Int32>

Nombre de descendants

numberOfChildren
Nullable<Int32>

Nombre d’enfants

numberOfChildGroups
Nullable<Int32>

Nombre de groupes enfants

parentDisplayNameChain
IList<String>

Chaîne de noms d’affichage parent du groupe racine vers le parent immédiat

parentNameChain
IList<String>

Chaîne de noms parent du groupe racine vers le parent immédiat

S’applique à