ClusterUpgradeHistoryProperties Class

Definition

Properties of cluster upgrade history. Please note ClusterUpgradeHistoryProperties 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 ClusterAksPatchUpgradeHistoryProperties, ClusterInPlaceUpgradeHistoryProperties, ClusterHotfixUpgradeHistoryProperties, ClusterHotfixUpgradeRollbackHistoryProperties, ClusterPatchVersionUpgradeHistoryProperties and ClusterPatchVersionUpgradeRollbackHistoryProperties.

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

Constructors

ClusterUpgradeHistoryProperties(String, ClusterUpgradeHistoryUpgradeResultType)

Initializes a new instance of ClusterUpgradeHistoryProperties.

Properties

UpgradeResult

Result of this upgrade.

UtcTime

Time when created this upgrade history.

Explicit Interface Implementations

IJsonModel<ClusterUpgradeHistoryProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ClusterUpgradeHistoryProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ClusterUpgradeHistoryProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ClusterUpgradeHistoryProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ClusterUpgradeHistoryProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to