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

ServiceManagedIdentityIdentity 类

定义

指示服务是否具有与之关联的托管标识的设置。

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

构造函数

ServiceManagedIdentityIdentity()

初始化 ServiceManagedIdentityIdentity 类的新实例。

ServiceManagedIdentityIdentity(String, Nullable<Guid>, Nullable<Guid>, IDictionary<String,UserAssignedIdentity>)

初始化 ServiceManagedIdentityIdentity 类的新实例。

属性

PrincipalId

获取系统分配的标识的服务主体 ID。 此属性仅针对系统分配的标识提供。

TenantId

获取系统分配的标识的租户 ID。 此属性仅针对系统分配的标识提供。

Type

获取或设置所指定的标识的类型,当前允许 SystemAssigned 和 None。 可能的值包括:“None”、“SystemAssigned”、“UserAssigned”、“SystemAssigned、UserAssigned”

UserAssignedIdentities

指示服务是否具有与之关联的托管标识的设置。

方法

Validate()

验证 对象。

适用于