ManagedClusterIdentity Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Identity for the managed cluster. Serialized Name: ManagedClusterIdentity
public class ManagedClusterIdentity : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ContainerService.Models.ManagedClusterIdentity>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ContainerService.Models.ManagedClusterIdentity>
type ManagedClusterIdentity = class
interface IJsonModel<ManagedClusterIdentity>
interface IPersistableModel<ManagedClusterIdentity>
Public Class ManagedClusterIdentity
Implements IJsonModel(Of ManagedClusterIdentity), IPersistableModel(Of ManagedClusterIdentity)
- Inheritance
-
ManagedClusterIdentity
- Implements
Constructors
ManagedClusterIdentity() |
Initializes a new instance of ManagedClusterIdentity. |
Properties
DelegatedResources |
The delegated identity resources assigned to this managed cluster. This can only be set by another Azure Resource Provider, and managed cluster only accept one delegated identity resource. Internal use only. Serialized Name: ManagedClusterIdentity.delegatedResources |
PrincipalId |
The principal id of the system assigned identity which is used by master components. Serialized Name: ManagedClusterIdentity.principalId |
ResourceIdentityType |
For more information see use managed identities in AKS. Serialized Name: ManagedClusterIdentity.type |
TenantId |
The tenant id of the system assigned identity which is used by master components. Serialized Name: ManagedClusterIdentity.tenantId |
UserAssignedIdentities |
The keys must be ARM resource IDs in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'. Serialized Name: ManagedClusterIdentity.userAssignedIdentities |
Explicit Interface Implementations
IJsonModel<ManagedClusterIdentity>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<ManagedClusterIdentity>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<ManagedClusterIdentity>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<ManagedClusterIdentity>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<ManagedClusterIdentity>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET