Share via


ClusterPoolAksPatchUpgradeHistoryProperties Class

Definition

Cluster pool aks upgrade history properties.

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

Constructors

ClusterPoolAksPatchUpgradeHistoryProperties(String, ClusterPoolUpgradeHistoryUpgradeResultType)

Initializes a new instance of ClusterPoolAksPatchUpgradeHistoryProperties.

Properties

NewVersion

Version going to update.

OriginalVersion

Version before update.

UpgradeAllClusterNodes

Whether upgrade all cluster nodes.

UpgradeClusterPool

Whether upgrade cluster pool.

UpgradeResult

Result of this upgrade.

(Inherited from ClusterPoolUpgradeHistoryProperties)
UtcTime

Time when created this upgrade history.

(Inherited from ClusterPoolUpgradeHistoryProperties)

Explicit Interface Implementations

IJsonModel<ClusterPoolAksPatchUpgradeHistoryProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ClusterPoolAksPatchUpgradeHistoryProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<ClusterPoolUpgradeHistoryProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from ClusterPoolUpgradeHistoryProperties)
IPersistableModel<ClusterPoolAksPatchUpgradeHistoryProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ClusterPoolAksPatchUpgradeHistoryProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ClusterPoolAksPatchUpgradeHistoryProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<ClusterPoolUpgradeHistoryProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from ClusterPoolUpgradeHistoryProperties)

Applies to