UserCreateParameters Class

Definition

public class UserCreateParameters : Microsoft.Azure.Graph.RBAC.Version1_6_20190326.Models.UserBase
type UserCreateParameters = class
    inherit UserBase
Public Class UserCreateParameters
Inherits UserBase
Inheritance
UserCreateParameters

Constructors

UserCreateParameters()
UserCreateParameters(Boolean, String, PasswordProfile, String, String, IDictionary<String,Object>, String, String, String, String, String, String)

Properties

AccountEnabled
AdditionalProperties (Inherited from UserBase)
DisplayName
GivenName (Inherited from UserBase)
ImmutableId (Inherited from UserBase)
Mail
MailNickname
PasswordProfile
Surname (Inherited from UserBase)
UsageLocation (Inherited from UserBase)
UserPrincipalName
UserType (Inherited from UserBase)

Methods

Validate()

Applies to