ClusterPatchVersionUpgradeProperties Class

Definition

Properties of upgrading cluster's patch version.

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

Constructors

ClusterPatchVersionUpgradeProperties()

Initializes a new instance of ClusterPatchVersionUpgradeProperties.

Properties

ComponentName

Name of component to be upgraded.

(Inherited from ClusterInPlaceUpgradeProperties)
TargetBuildNumber

Target build number of component to be upgraded.

(Inherited from ClusterInPlaceUpgradeProperties)
TargetClusterVersion

Target cluster version of component to be upgraded.

(Inherited from ClusterInPlaceUpgradeProperties)
TargetOssVersion

Target OSS version of component to be upgraded.

(Inherited from ClusterInPlaceUpgradeProperties)

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.

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from ClusterInPlaceUpgradeProperties)
IJsonModel<ClusterPatchVersionUpgradeProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

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

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

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

Writes the model into a BinaryData.

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

Converts the provided BinaryData into a model.

IPersistableModel<ClusterPatchVersionUpgradeProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

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