MicrosoftGraphUser Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
MicrosoftGraphUser() | |
MicrosoftGraphUser(IDictionary<String,Object>, String, Nullable<DateTime>, Nullable<Boolean>, String, String, String, String, String, String, String, String, String, String) |
MicrosoftGraphUser()
public MicrosoftGraphUser ();
Public Sub New ()
Applies to
MicrosoftGraphUser(IDictionary<String,Object>, String, Nullable<DateTime>, Nullable<Boolean>, String, String, String, String, String, String, String, String, String, String)
public MicrosoftGraphUser (System.Collections.Generic.IDictionary<string,object> additionalProperties = default, string id = default, DateTime? deletedDateTime = default, bool? accountEnabled = default, string displayName = default, string employeeId = default, string givenName = default, string mail = default, string mailNickname = default, string surname = default, string userType = default, string usageLocation = default, string onPremisesImmutableId = default, string userPrincipalName = default);
new Microsoft.Azure.Commands.Common.MSGraph.Version1_0.Users.Models.MicrosoftGraphUser : System.Collections.Generic.IDictionary<string, obj> * string * Nullable<DateTime> * Nullable<bool> * string * string * string * string * string * string * string * string * string * string -> Microsoft.Azure.Commands.Common.MSGraph.Version1_0.Users.Models.MicrosoftGraphUser
Public Sub New (Optional additionalProperties As IDictionary(Of String, Object) = Nothing, Optional id As String = Nothing, Optional deletedDateTime As Nullable(Of DateTime) = Nothing, Optional accountEnabled As Nullable(Of Boolean) = Nothing, Optional displayName As String = Nothing, Optional employeeId As String = Nothing, Optional givenName As String = Nothing, Optional mail As String = Nothing, Optional mailNickname As String = Nothing, Optional surname As String = Nothing, Optional userType As String = Nothing, Optional usageLocation As String = Nothing, Optional onPremisesImmutableId As String = Nothing, Optional userPrincipalName As String = Nothing)
Parameters
- additionalProperties
- IDictionary<String,Object>
- id
- String
- displayName
- String
- employeeId
- String
- givenName
- String
- String
- mailNickname
- String
- surname
- String
- userType
- String
- usageLocation
- String
- onPremisesImmutableId
- String
- userPrincipalName
- String