ClusterInPlaceUpgradeProperties Class

Definition

Properties of in-place upgrading cluster. Please note ClusterInPlaceUpgradeProperties 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 ClusterHotfixUpgradeProperties and ClusterPatchVersionUpgradeProperties.

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

Constructors

ClusterInPlaceUpgradeProperties()

Initializes a new instance of ClusterInPlaceUpgradeProperties.

Properties

ComponentName

Name of component to be upgraded.

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<ClusterInPlaceUpgradeProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ClusterInPlaceUpgradeProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<ClusterUpgradeProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from ClusterUpgradeProperties)
IPersistableModel<ClusterInPlaceUpgradeProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ClusterInPlaceUpgradeProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ClusterInPlaceUpgradeProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<ClusterUpgradeProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from ClusterUpgradeProperties)

Applies to