EntityInfo Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
Chaîne de noms d’affichage parent du groupe racine vers le parent immédiat
S’applique à
Azure SDK for .NET