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

UserEntityBaseParameters 构造函数

定义

重载

UserEntityBaseParameters()

初始化 UserEntityBaseParameters 类的新实例。

UserEntityBaseParameters(String, String, IList<UserIdentityContract>)

初始化 UserEntityBaseParameters 类的新实例。

UserEntityBaseParameters()

初始化 UserEntityBaseParameters 类的新实例。

public UserEntityBaseParameters();
Public Sub New ()

适用于

UserEntityBaseParameters(String, String, IList<UserIdentityContract>)

初始化 UserEntityBaseParameters 类的新实例。

public UserEntityBaseParameters(string state = default, string note = default, System.Collections.Generic.IList<Microsoft.Azure.Management.ApiManagement.Models.UserIdentityContract> identities = default);
new Microsoft.Azure.Management.ApiManagement.Models.UserEntityBaseParameters : string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.ApiManagement.Models.UserIdentityContract> -> Microsoft.Azure.Management.ApiManagement.Models.UserEntityBaseParameters
Public Sub New (Optional state As String = Nothing, Optional note As String = Nothing, Optional identities As IList(Of UserIdentityContract) = Nothing)

参数

state
String

帐户状态。 指定用户是否处于活动状态。 被阻止的用户无法登录开发人员门户或调用已订阅产品的任何 API。 默认状态为“活动”。 可能的值包括:“active”、“blocked”、“pending”、“deleted”

note
String

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

identities
IList<UserIdentityContract>

用户标识的集合。

适用于