ClusterUpgradeProperties Class

Definition

Properties of upgrading cluster. Please note ClusterUpgradeProperties 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 ClusterAKSPatchVersionUpgradeProperties and ClusterHotfixUpgradeProperties.

[System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.HDInsight.Containers.Models.UnknownClusterUpgradeProperties))]
public abstract class ClusterUpgradeProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.HDInsight.Containers.Models.ClusterUpgradeProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.HDInsight.Containers.Models.ClusterUpgradeProperties>
[<System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.HDInsight.Containers.Models.UnknownClusterUpgradeProperties))>]
type ClusterUpgradeProperties = class
    interface IJsonModel<ClusterUpgradeProperties>
    interface IPersistableModel<ClusterUpgradeProperties>
Public MustInherit Class ClusterUpgradeProperties
Implements IJsonModel(Of ClusterUpgradeProperties), IPersistableModel(Of ClusterUpgradeProperties)
Inheritance
ClusterUpgradeProperties
Derived
Attributes
Implements

Constructors

ClusterUpgradeProperties()

Initializes a new instance of ClusterUpgradeProperties.

Explicit Interface Implementations

IJsonModel<ClusterUpgradeProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ClusterUpgradeProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ClusterUpgradeProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ClusterUpgradeProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ClusterUpgradeProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to