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

ManagedClusterIdentity 类

定义

托管群集的标识。

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

构造函数

ManagedClusterIdentity()

初始化 ManagedClusterIdentity 类的新实例。

ManagedClusterIdentity(String, String, Nullable<ResourceIdentityType>, IDictionary<String,ManagedClusterIdentityUserAssignedIdentitiesValue>)

初始化 ManagedClusterIdentity 类的新实例。

属性

PrincipalId

获取主组件使用的系统分配标识的主体 ID。

TenantId

获取主组件使用的系统分配标识的租户 ID。

Type

获取或设置用于托管群集的标识类型。 类型“SystemAssigned”将在主组件中使用隐式创建的标识,并在代理节点MC_资源组中使用自动创建的用户分配标识。 类型“无”不会对托管群集使用 MSI,将改用服务主体。 可能的值包括:“SystemAssigned”、“UserAssigned”、“None”

UserAssignedIdentities

获取或设置与托管群集关联的用户标识。 此标识将用于控制平面,并且只允许一个用户分配的标识。 用户标识字典密钥引用将是 ARM 资源 ID,格式为:“/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}”。

适用于