CreateManagementGroupChildInfo 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
CreateManagementGroupChildInfo() |
Initialise une nouvelle instance de la classe CreateManagementGroupChildInfo. |
CreateManagementGroupChildInfo(String, String, String, String, IList<CreateManagementGroupChildInfo>) |
Initialise une nouvelle instance de la classe CreateManagementGroupChildInfo. |
CreateManagementGroupChildInfo()
Initialise une nouvelle instance de la classe CreateManagementGroupChildInfo.
public CreateManagementGroupChildInfo ();
Public Sub New ()
S’applique à
CreateManagementGroupChildInfo(String, String, String, String, IList<CreateManagementGroupChildInfo>)
Initialise une nouvelle instance de la classe CreateManagementGroupChildInfo.
public CreateManagementGroupChildInfo (string type = default, string id = default, string name = default, string displayName = default, System.Collections.Generic.IList<Microsoft.Azure.Management.ManagementGroups.Models.CreateManagementGroupChildInfo> children = default);
new Microsoft.Azure.Management.ManagementGroups.Models.CreateManagementGroupChildInfo : string * string * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.ManagementGroups.Models.CreateManagementGroupChildInfo> -> Microsoft.Azure.Management.ManagementGroups.Models.CreateManagementGroupChildInfo
Public Sub New (Optional type As String = Nothing, Optional id As String = Nothing, Optional name As String = Nothing, Optional displayName As String = Nothing, Optional children As IList(Of CreateManagementGroupChildInfo) = Nothing)
Paramètres
- type
- String
Type de ressource enfant.
- id
- String
ID complet de la ressource enfant (groupe d’administration ou abonnement). Par exemple, /providers/Microsoft.Management/managementGroups/0000000-0000-0000-0000-00000000000000
- name
- String
Nom de l’entité enfant.
- displayName
- String
Nom convivial de la ressource enfant.
- children
- IList<CreateManagementGroupChildInfo>
Liste des enfants.
S’applique à
Azure SDK for .NET