ClusterAKSPatchVersionUpgradeProperties Class

Definition

Properties of upgrading cluster's AKS patch version.

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

Constructors

ClusterAKSPatchVersionUpgradeProperties()

Initializes a new instance of ClusterAKSPatchVersionUpgradeProperties.

Explicit Interface Implementations

IJsonModel<ClusterAKSPatchVersionUpgradeProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ClusterAKSPatchVersionUpgradeProperties>.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<ClusterAKSPatchVersionUpgradeProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ClusterAKSPatchVersionUpgradeProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

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