KubernetesVersionProperties Class

Definition

Kubernetes version profile for given major.minor release.

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

Properties

IsPreview

Whether this version is in preview mode.

PatchVersions

Patch versions of a Kubernetes release.

Version

major.minor version of Kubernetes release.

Explicit Interface Implementations

IJsonModel<KubernetesVersionProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<KubernetesVersionProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<KubernetesVersionProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<KubernetesVersionProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<KubernetesVersionProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to