你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
UserCreateParameters Class
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.
public class UserCreateParameters : Microsoft.Azure.Graph.RBAC.Version1_6_20190326.Models.UserBase
type UserCreateParameters = class
inherit UserBase
Public Class UserCreateParameters
Inherits UserBase
- Inheritance
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) |
MailNickname | |
PasswordProfile | |
Surname | (Inherited from UserBase) |
UsageLocation | (Inherited from UserBase) |
UserPrincipalName | |
UserType | (Inherited from UserBase) |
Methods
Validate() |