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

UserIdentity 类

定义

资源的 Azure Active Directory 标识配置。

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

构造函数

UserIdentity()

初始化 UserIdentity 类的新实例。

UserIdentity(Nullable<Guid>, Nullable<Guid>)

初始化 UserIdentity 类的新实例。

属性

ClientId

获取 Azure Active Directory 客户端 ID。

PrincipalId

获取 Azure Active Directory 主体 ID。

适用于