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

ArmApplicationManagedIdentity 类

定义

资源的标识。

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

构造函数

ArmApplicationManagedIdentity()

初始化 ArmApplicationManagedIdentity 的新实例。

属性

IdentityType

标识类型。

PrincipalId

资源标识的主体 ID。

TenantId

资源的租户 ID。

UserAssignedIdentities

与资源关联的用户标识列表。 用户标识字典密钥引用将采用以下格式的资源 ID:“/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}”。

适用于