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

ApiManagementUserPatch 类

定义

用户更新参数。

public class ApiManagementUserPatch
type ApiManagementUserPatch = class
Public Class ApiManagementUserPatch
继承
ApiManagementUserPatch

构造函数

ApiManagementUserPatch()

初始化 ApiManagementUserPatch 的新实例。

属性

Email

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

FirstName

名字。

Identities

用户标识的集合。

LastName

姓氏。

Note

有关管理员设置的用户的可选备注。

Password

用户密码。

State

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

适用于