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

ApiManagementUserCreateOrUpdateContent 类

定义

用户创建详细信息。

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

构造函数

ApiManagementUserCreateOrUpdateContent()

初始化 ApiManagementUserCreateOrUpdateContent 的新实例。

属性

AppType

确定发送创建用户请求的应用程序的类型。 默认为旧门户。

Confirmation

确定将发送给新创建的用户的确认电子邮件的类型。

Email

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

FirstName

名字。

Identities

用户标识的集合。

LastName

姓氏。

Note

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

Password

用户密码。 如果未提供任何值,则会生成默认密码。

State

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

适用于