ClusterInPlaceUpgradeHistoryProperties Class

Definition

Cluster in-place upgrade history properties. Please note ClusterInPlaceUpgradeHistoryProperties is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include ClusterHotfixUpgradeHistoryProperties, ClusterHotfixUpgradeRollbackHistoryProperties, ClusterPatchVersionUpgradeHistoryProperties and ClusterPatchVersionUpgradeRollbackHistoryProperties.

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

Constructors

ClusterInPlaceUpgradeHistoryProperties(String, ClusterUpgradeHistoryUpgradeResultType)

Initializes a new instance of ClusterInPlaceUpgradeHistoryProperties.

Properties

ComponentName

Component name to upgrade.

Severity

Severity of this upgrade.

SourceBuildNumber

Source build number.

SourceClusterVersion

Version with three part.

SourceOssVersion

Version with three part.

TargetBuildNumber

Target build number.

TargetClusterVersion

Version with three part.

TargetOssVersion

Version with three part.

UpgradeResult

Result of this upgrade.

(Inherited from ClusterUpgradeHistoryProperties)
UtcTime

Time when created this upgrade history.

(Inherited from ClusterUpgradeHistoryProperties)

Explicit Interface Implementations

IJsonModel<ClusterInPlaceUpgradeHistoryProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ClusterInPlaceUpgradeHistoryProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<ClusterUpgradeHistoryProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from ClusterUpgradeHistoryProperties)
IPersistableModel<ClusterInPlaceUpgradeHistoryProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ClusterInPlaceUpgradeHistoryProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ClusterInPlaceUpgradeHistoryProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<ClusterUpgradeHistoryProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from ClusterUpgradeHistoryProperties)

Applies to