KubernetesPatchVersions Class

Definition

Kubernetes Patch Version profile.

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

Properties

Readiness

Indicates whether the kubernetes version image is ready or not.

Upgrades

Possible upgrade paths for given patch version.

Explicit Interface Implementations

IJsonModel<KubernetesPatchVersions>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<KubernetesPatchVersions>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<KubernetesPatchVersions>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<KubernetesPatchVersions>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<KubernetesPatchVersions>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to