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

ManagedIdentityProperties 类

定义

从 ARM 请求标头检索的托管标识属性。

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

构造函数

ManagedIdentityProperties()

初始化 ManagedIdentityProperties 类的新实例。

ManagedIdentityProperties(String, String, String)

初始化 ManagedIdentityProperties 类的新实例。

属性

PrincipalId

获取或设置主体 ID

TenantId

获取或设置租户 ID

Type

获取或设置托管标识的类型。 可能的值包括:“None”、“SystemAssigned”、“UserAssigned”、“SystemAssigned、UserAssigned”

适用于