ManagedClusterPodIdentityException Class

Definition

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

Constructors

ManagedClusterPodIdentityException(String, String, IDictionary<String,String>)

Initializes a new instance of ManagedClusterPodIdentityException.

Properties

Name

The name of the pod identity exception.

Namespace

The namespace of the pod identity exception.

PodLabels

The pod labels to match.

Explicit Interface Implementations

IJsonModel<ManagedClusterPodIdentityException>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ManagedClusterPodIdentityException>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ManagedClusterPodIdentityException>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ManagedClusterPodIdentityException>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ManagedClusterPodIdentityException>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to