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

ManagedClusterIdentity Class

Definition

Identity for the managed cluster.

public class ManagedClusterIdentity
type ManagedClusterIdentity = class
Public Class ManagedClusterIdentity
Inheritance
ManagedClusterIdentity

Constructors

ManagedClusterIdentity()

Initializes a new instance of the ManagedClusterIdentity class.

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

Initializes a new instance of the ManagedClusterIdentity class.

Properties

PrincipalId

Gets the principal id of the system assigned identity which is used by master components.

TenantId

Gets the tenant id of the system assigned identity which is used by master components.

Type

Gets or sets for more information see use managed identities in AKS. Possible values include: 'SystemAssigned', 'UserAssigned', 'None'

UserAssignedIdentities

Gets or sets the keys must be ARM resource IDs in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.

Applies to