ClusterPoolAvailableUpgradeAksPatchUpgradeProperties Class

Definition

Cluster pool available AKS patch version upgrade.

public class ClusterPoolAvailableUpgradeAksPatchUpgradeProperties : Azure.ResourceManager.HDInsight.Containers.Models.ClusterPoolAvailableUpgradeProperties, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.HDInsight.Containers.Models.ClusterPoolAvailableUpgradeAksPatchUpgradeProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.HDInsight.Containers.Models.ClusterPoolAvailableUpgradeAksPatchUpgradeProperties>
type ClusterPoolAvailableUpgradeAksPatchUpgradeProperties = class
    inherit ClusterPoolAvailableUpgradeProperties
    interface IJsonModel<ClusterPoolAvailableUpgradeAksPatchUpgradeProperties>
    interface IPersistableModel<ClusterPoolAvailableUpgradeAksPatchUpgradeProperties>
Public Class ClusterPoolAvailableUpgradeAksPatchUpgradeProperties
Inherits ClusterPoolAvailableUpgradeProperties
Implements IJsonModel(Of ClusterPoolAvailableUpgradeAksPatchUpgradeProperties), IPersistableModel(Of ClusterPoolAvailableUpgradeAksPatchUpgradeProperties)
Inheritance
ClusterPoolAvailableUpgradeAksPatchUpgradeProperties
Implements

Constructors

ClusterPoolAvailableUpgradeAksPatchUpgradeProperties()

Initializes a new instance of ClusterPoolAvailableUpgradeAksPatchUpgradeProperties.

Properties

CurrentVersion

Current AKS version.

CurrentVersionStatus

Current AKS version's status: whether it is deprecated or supported.

LatestVersion

Latest AKS patch version.

Explicit Interface Implementations

IJsonModel<ClusterPoolAvailableUpgradeAksPatchUpgradeProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ClusterPoolAvailableUpgradeAksPatchUpgradeProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<ClusterPoolAvailableUpgradeProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from ClusterPoolAvailableUpgradeProperties)
IJsonModel<ClusterPoolAvailableUpgradeProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from ClusterPoolAvailableUpgradeProperties)
IPersistableModel<ClusterPoolAvailableUpgradeAksPatchUpgradeProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ClusterPoolAvailableUpgradeAksPatchUpgradeProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ClusterPoolAvailableUpgradeAksPatchUpgradeProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<ClusterPoolAvailableUpgradeProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from ClusterPoolAvailableUpgradeProperties)
IPersistableModel<ClusterPoolAvailableUpgradeProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from ClusterPoolAvailableUpgradeProperties)
IPersistableModel<ClusterPoolAvailableUpgradeProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from ClusterPoolAvailableUpgradeProperties)

Applies to