ClusterUpgradeRollbackProperties Class

Definition

Properties for manual rollback of cluster's upgrade.

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

Constructors

ClusterUpgradeRollbackProperties(String)

Initializes a new instance of ClusterUpgradeRollbackProperties.

Properties

UpgradeHistory

A specific upgrade history to rollback.

Explicit Interface Implementations

IJsonModel<ClusterUpgradeRollbackProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ClusterUpgradeRollbackProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ClusterUpgradeRollbackProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ClusterUpgradeRollbackProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ClusterUpgradeRollbackProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to