ClusterUpgradeRollback Class

Definition

Cluster Upgrade.

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

Constructors

ClusterUpgradeRollback(ClusterUpgradeRollbackProperties)

Initializes a new instance of ClusterUpgradeRollback.

Properties

ClusterUpgradeHistory

A specific upgrade history to rollback.

Explicit Interface Implementations

IJsonModel<ClusterUpgradeRollback>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ClusterUpgradeRollback>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ClusterUpgradeRollback>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ClusterUpgradeRollback>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ClusterUpgradeRollback>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to