User 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
User() | |
User(String, String, String, String, String, String, String) |
User()
public User ();
Public Sub New ()
Applies to
User(String, String, String, String, String, String, String)
public User (string objectId = default, string objectType = default, string userPrincipalName = default, string displayName = default, string signInName = default, string mail = default, string mailNickname = default);
new Microsoft.Azure.Graph.RBAC.Version1_6.Models.User : string * string * string * string * string * string * string -> Microsoft.Azure.Graph.RBAC.Version1_6.Models.User
Public Sub New (Optional objectId As String = Nothing, Optional objectType As String = Nothing, Optional userPrincipalName As String = Nothing, Optional displayName As String = Nothing, Optional signInName As String = Nothing, Optional mail As String = Nothing, Optional mailNickname As String = Nothing)
Parameters
- objectId
- String
- objectType
- String
- userPrincipalName
- String
- displayName
- String
- signInName
- String
- String
- mailNickname
- String