你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
UserCreateParameterProperties interface
提供给“创建用户”操作的参数。
- 扩展
属性
app |
确定发送创建用户请求的应用程序的类型。 默认为旧门户。 |
confirmation | 确定将发送给新创建的用户的确认电子邮件的类型。 |
电子邮件地址。 不得为空,且必须在服务实例中唯一。 |
|
first |
名字。 |
last |
姓氏。 |
password | 用户密码。 如果未提供任何值,则会生成默认密码。 |
继承属性
identities | 用户标识的集合。 |
note | 有关管理员设置的用户的可选备注。 |
state | 帐户状态。 指定用户是否处于活动状态。 被阻止的用户无法登录开发人员门户或调用已订阅产品的任何 API。 默认状态为“活动”。 |
属性详细信息
appType
确定发送创建用户请求的应用程序的类型。 默认为旧门户。
appType?: string
属性值
string
confirmation
确定将发送给新创建的用户的确认电子邮件的类型。
confirmation?: string
属性值
string
电子邮件地址。 不得为空,且必须在服务实例中唯一。
email: string
属性值
string
firstName
名字。
firstName: string
属性值
string
lastName
姓氏。
lastName: string
属性值
string
password
用户密码。 如果未提供任何值,则会生成默认密码。
password?: string
属性值
string
继承属性详细信息
identities
用户标识的集合。
identities?: UserIdentityContract[]
属性值
note
state
帐户状态。 指定用户是否处于活动状态。 被阻止的用户无法登录开发人员门户或调用已订阅产品的任何 API。 默认状态为“活动”。
state?: string
属性值
string