你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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