KubernetesVersionReadiness Class

Definition

Indicates whether the kubernetes version image is ready or not.

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

Properties

ErrorMessage

The error message for version not being ready.

OSSku

Specifies the OS SKU used by the agent pool. The default is CBLMariner if OSType is Linux. The default is Windows2019 when OSType is Windows.

OSType

The particular KubernetesVersion Image OS Type (Linux, Windows).

Ready

Whether the kubernetes version image is ready or not.

Explicit Interface Implementations

IJsonModel<KubernetesVersionReadiness>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<KubernetesVersionReadiness>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<KubernetesVersionReadiness>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<KubernetesVersionReadiness>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<KubernetesVersionReadiness>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to