KubernetesPatchVersion Class

Definition

Kubernetes patch version profile.

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

Properties

Upgrades

Possible upgrade path for given patch version.

Explicit Interface Implementations

IJsonModel<KubernetesPatchVersion>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<KubernetesPatchVersion>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<KubernetesPatchVersion>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<KubernetesPatchVersion>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<KubernetesPatchVersion>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to