KubernetesObjectStatusCondition Class

Definition

Status condition of Kubernetes object.

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

Properties

Name Description
LastTransitionOn

Last time this status condition has changed.

Message

A more verbose description of the object status condition.

ObjectStatusConditionDefinitionType

Object status condition type for this object.

Reason

Reason for the specified status condition type status.

Status

Status of the Kubernetes object condition type.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<KubernetesObjectStatusCondition>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<KubernetesObjectStatusCondition>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<KubernetesObjectStatusCondition>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<KubernetesObjectStatusCondition>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<KubernetesObjectStatusCondition>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to