Share via


ClusterAvailableInPlaceUpgradeProperties Class

Definition

Cluster available in-place upgrade. Please note ClusterAvailableInPlaceUpgradeProperties 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 ClusterAvailableUpgradeHotfixUpgradeProperties and ClusterAvailableUpgradePatchVersionUpgradeProperties.

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

Constructors

ClusterAvailableInPlaceUpgradeProperties()

Initializes a new instance of ClusterAvailableInPlaceUpgradeProperties.

Properties

ComponentName

Name of component to be upgraded.

CreatedOn

Created time of current available upgrade version.

Description

Hotfix version upgrade description.

ExtendedProperties

Extended properties of current available upgrade version.

Severity

Severity of this upgrade.

SourceBuildNumber

Source build number of current cluster component.

SourceClusterVersion

Source cluster version of current cluster component.

SourceOssVersion

Source OSS version of current cluster component.

TargetBuildNumber

Target build number of component to be upgraded.

TargetClusterVersion

Target cluster version of component to be upgraded.

TargetOssVersion

Target OSS version of component to be upgraded.

Explicit Interface Implementations

IJsonModel<ClusterAvailableInPlaceUpgradeProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ClusterAvailableInPlaceUpgradeProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<ClusterAvailableUpgradeProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from ClusterAvailableUpgradeProperties)
IPersistableModel<ClusterAvailableInPlaceUpgradeProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ClusterAvailableInPlaceUpgradeProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ClusterAvailableInPlaceUpgradeProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<ClusterAvailableUpgradeProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from ClusterAvailableUpgradeProperties)

Applies to