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

Identity 类

定义

定义移动集合的 MSI 属性。

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

构造函数

Identity()

初始化 Identity 类的新实例。

Identity(String, String, String)

初始化 Identity 类的新实例。

属性

PrincipalId

获取或设置主体 ID。

TenantId

获取或设置租户 ID。

Type

获取或设置可能的值,包括:“None”、“SystemAssigned”、“UserAssigned”

适用于