UserCreateParameters 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
UserCreateParameters() | |
UserCreateParameters(Boolean, String, PasswordProfile, String, String, String) |
UserCreateParameters()
public UserCreateParameters ();
Public Sub New ()
Applies to
UserCreateParameters(Boolean, String, PasswordProfile, String, String, String)
public UserCreateParameters (bool accountEnabled, string displayName, Microsoft.Azure.Graph.RBAC.Version1_6.Models.PasswordProfile passwordProfile, string userPrincipalName, string mailNickname, string immutableId = default);
new Microsoft.Azure.Graph.RBAC.Version1_6.Models.UserCreateParameters : bool * string * Microsoft.Azure.Graph.RBAC.Version1_6.Models.PasswordProfile * string * string * string -> Microsoft.Azure.Graph.RBAC.Version1_6.Models.UserCreateParameters
Public Sub New (accountEnabled As Boolean, displayName As String, passwordProfile As PasswordProfile, userPrincipalName As String, mailNickname As String, Optional immutableId As String = Nothing)
Parameters
- accountEnabled
- Boolean
- displayName
- String
- passwordProfile
- PasswordProfile
- userPrincipalName
- String
- mailNickname
- String
- immutableId
- String