ManagedClusterPodIdentity Class

Definition

Details about the pod identity assigned to the Managed Cluster.

public class ManagedClusterPodIdentity : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ContainerService.Models.ManagedClusterPodIdentity>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ContainerService.Models.ManagedClusterPodIdentity>
public class ManagedClusterPodIdentity
type ManagedClusterPodIdentity = class
    interface IJsonModel<ManagedClusterPodIdentity>
    interface IPersistableModel<ManagedClusterPodIdentity>
type ManagedClusterPodIdentity = class
Public Class ManagedClusterPodIdentity
Implements IJsonModel(Of ManagedClusterPodIdentity), IPersistableModel(Of ManagedClusterPodIdentity)
Public Class ManagedClusterPodIdentity
Inheritance
ManagedClusterPodIdentity
Implements

Constructors

ManagedClusterPodIdentity(String, String, ContainerServiceUserAssignedIdentity)

Initializes a new instance of ManagedClusterPodIdentity.

Properties

BindingSelector

The binding selector to use for the AzureIdentityBinding resource.

ErrorDetail

Details about the error.

Identity

The user assigned identity details.

Name

The name of the pod identity.

Namespace

The namespace of the pod identity.

ProvisioningState

The current provisioning state of the pod identity.

Explicit Interface Implementations

IJsonModel<ManagedClusterPodIdentity>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ManagedClusterPodIdentity>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ManagedClusterPodIdentity>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ManagedClusterPodIdentity>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ManagedClusterPodIdentity>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to