ClusterPoolAKSPatchVersionUpgradeProperties Class

Definition

Properties of upgrading cluster pool's AKS patch version.

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

Constructors

ClusterPoolAKSPatchVersionUpgradeProperties()

Initializes a new instance of ClusterPoolAKSPatchVersionUpgradeProperties.

Properties

TargetAksVersion

Target AKS version. When it's not set, latest version will be used. When upgradeClusterPool is true and upgradeAllClusterNodes is false, target version should be greater or equal to current version. When upgradeClusterPool is false and upgradeAllClusterNodes is true, target version should be equal to AKS version of cluster pool.

UpgradeAllClusterNodes

whether upgrade all clusters' nodes. If it's true, upgradeClusterPool should be false.

UpgradeClusterPool

whether upgrade cluster pool or not. If it's true, upgradeAllClusterNodes should be false.

Explicit Interface Implementations

IJsonModel<ClusterPoolAKSPatchVersionUpgradeProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ClusterPoolAKSPatchVersionUpgradeProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<ClusterPoolUpgradeProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from ClusterPoolUpgradeProperties)
IPersistableModel<ClusterPoolAKSPatchVersionUpgradeProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ClusterPoolAKSPatchVersionUpgradeProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ClusterPoolAKSPatchVersionUpgradeProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<ClusterPoolUpgradeProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from ClusterPoolUpgradeProperties)

Applies to