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

UserUpdateParameters interface

用户更新参数。

属性

email

电子邮件地址。 不能为空,并且必须在服务实例中是唯一的。

firstName

名字。

identities

用户标识的集合。

lastName

姓。

note

有关管理员设置的用户的可选说明。

password

用户密码。

state

帐户状态。 指定用户是否处于活动状态。 被阻止的用户无法登录到开发人员门户或调用已订阅产品的任何 API。 默认状态为“活动”。

属性详细信息

email

电子邮件地址。 不能为空,并且必须在服务实例中是唯一的。

email?: string

属性值

string

firstName

名字。

firstName?: string

属性值

string

identities

用户标识的集合。

identities?: UserIdentityContract[]

属性值

lastName

姓。

lastName?: string

属性值

string

note

有关管理员设置的用户的可选说明。

note?: string

属性值

string

password

用户密码。

password?: string

属性值

string

state

帐户状态。 指定用户是否处于活动状态。 被阻止的用户无法登录到开发人员门户或调用已订阅产品的任何 API。 默认状态为“活动”。

state?: string

属性值

string