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

ManagedServiceIdentity 类

定义

托管标识泛型对象。

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

构造函数

ManagedServiceIdentity(ManagedServiceIdentityType)

初始化 ManagedServiceIdentity 的新实例。

属性

IdentityType

托管标识的类型。

PrincipalId

与此标识关联的 Azure Active Directory 主体 ID。

TenantId

Azure Active Directory 的 ID。

UserAssignedIdentities

与资源关联的用户分配的托管标识的列表。 密钥是托管标识的 Azure 资源 ID。

适用于