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

UserIdentityProperties 构造函数

定义

重载

UserIdentityProperties()

初始化 UserIdentityProperties 类的新实例。

UserIdentityProperties(String, String)

初始化 UserIdentityProperties 类的新实例。

UserIdentityProperties()

初始化 UserIdentityProperties 类的新实例。

public UserIdentityProperties ();
Public Sub New ()

适用于

UserIdentityProperties(String, String)

初始化 UserIdentityProperties 类的新实例。

public UserIdentityProperties (string principalId = default, string clientId = default);
new Microsoft.Azure.Management.ApiManagement.Models.UserIdentityProperties : string * string -> Microsoft.Azure.Management.ApiManagement.Models.UserIdentityProperties
Public Sub New (Optional principalId As String = Nothing, Optional clientId As String = Nothing)

参数

principalId
String

用户分配标识的主体 ID。

clientId
String

用户分配标识的客户端 ID。

适用于