Sdílet prostřednictvím


ManagedClusterIdentity Class

Definition

Identity for the managed cluster.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.ManagedClusterIdentityTypeConverter))]
public class ManagedClusterIdentity : Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.IManagedClusterIdentity
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.ManagedClusterIdentityTypeConverter))>]
type ManagedClusterIdentity = class
    interface IManagedClusterIdentity
    interface IJsonSerializable
Public Class ManagedClusterIdentity
Implements IManagedClusterIdentity
Inheritance
ManagedClusterIdentity
Attributes
Implements

Constructors

ManagedClusterIdentity()

Creates an new ManagedClusterIdentity instance.

Properties

PrincipalId

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

TenantId

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

Type

For more information see use managed identities in AKS.

UserAssignedIdentity

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

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ManagedClusterIdentity.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ManagedClusterIdentity.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.IManagedClusterIdentity.

FromJsonString(String)

Creates a new instance of ManagedClusterIdentity, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ManagedClusterIdentity into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to