Domain 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
Domain() |
Initialise une nouvelle instance de la classe Domain. |
Domain(String, IDictionary<String,Object>, String, Nullable<Boolean>, Nullable<Boolean>) |
Initialise une nouvelle instance de la classe Domain. |
Domain()
Initialise une nouvelle instance de la classe Domain.
public Domain ();
Public Sub New ()
S’applique à
Domain(String, IDictionary<String,Object>, String, Nullable<Boolean>, Nullable<Boolean>)
Initialise une nouvelle instance de la classe Domain.
public Domain (string name, System.Collections.Generic.IDictionary<string,object> additionalProperties = default, string authenticationType = default, bool? isDefault = default, bool? isVerified = default);
new Microsoft.Azure.Graph.RBAC.Models.Domain : string * System.Collections.Generic.IDictionary<string, obj> * string * Nullable<bool> * Nullable<bool> -> Microsoft.Azure.Graph.RBAC.Models.Domain
Public Sub New (name As String, Optional additionalProperties As IDictionary(Of String, Object) = Nothing, Optional authenticationType As String = Nothing, Optional isDefault As Nullable(Of Boolean) = Nothing, Optional isVerified As Nullable(Of Boolean) = Nothing)
Paramètres
- name
- String
nom de domaine.
- additionalProperties
- IDictionary<String,Object>
Les propriétés sans correspondance du message sont désérialisées cette collection
- authenticationType
- String
type de l’authentification dans le domaine.
S’applique à
Azure SDK for .NET