ClusterPatchVersionUpgradeHistoryProperties Class

Definition

Cluster patch version upgrade history properties.

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

Constructors

ClusterPatchVersionUpgradeHistoryProperties(String, ClusterUpgradeHistoryUpgradeResultType)

Initializes a new instance of ClusterPatchVersionUpgradeHistoryProperties.

Properties

ComponentName

Component name to upgrade.

(Inherited from ClusterInPlaceUpgradeHistoryProperties)
Severity

Severity of this upgrade.

(Inherited from ClusterInPlaceUpgradeHistoryProperties)
SourceBuildNumber

Source build number.

(Inherited from ClusterInPlaceUpgradeHistoryProperties)
SourceClusterVersion

Version with three part.

(Inherited from ClusterInPlaceUpgradeHistoryProperties)
SourceOssVersion

Version with three part.

(Inherited from ClusterInPlaceUpgradeHistoryProperties)
TargetBuildNumber

Target build number.

(Inherited from ClusterInPlaceUpgradeHistoryProperties)
TargetClusterVersion

Version with three part.

(Inherited from ClusterInPlaceUpgradeHistoryProperties)
TargetOssVersion

Version with three part.

(Inherited from ClusterInPlaceUpgradeHistoryProperties)
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.

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from ClusterInPlaceUpgradeHistoryProperties)
IJsonModel<ClusterPatchVersionUpgradeHistoryProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ClusterPatchVersionUpgradeHistoryProperties>.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.

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

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

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

Writes the model into a BinaryData.

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

Converts the provided BinaryData into a model.

IPersistableModel<ClusterPatchVersionUpgradeHistoryProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ClusterPatchVersionUpgradeHistoryProperties>.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