ClusterPoolAvailableUpgradeNodeOSUpgradeProperties Class

Definition

Cluster pool available node OS update.

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

Constructors

ClusterPoolAvailableUpgradeNodeOSUpgradeProperties()

Initializes a new instance of ClusterPoolAvailableUpgradeNodeOSUpgradeProperties.

Properties

LatestVersion

The latest node OS version.

Explicit Interface Implementations

IJsonModel<ClusterPoolAvailableUpgradeNodeOSUpgradeProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ClusterPoolAvailableUpgradeNodeOSUpgradeProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<ClusterPoolAvailableUpgradeProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from ClusterPoolAvailableUpgradeProperties)
IJsonModel<ClusterPoolAvailableUpgradeProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from ClusterPoolAvailableUpgradeProperties)
IPersistableModel<ClusterPoolAvailableUpgradeNodeOSUpgradeProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ClusterPoolAvailableUpgradeNodeOSUpgradeProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ClusterPoolAvailableUpgradeNodeOSUpgradeProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<ClusterPoolAvailableUpgradeProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from ClusterPoolAvailableUpgradeProperties)
IPersistableModel<ClusterPoolAvailableUpgradeProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from ClusterPoolAvailableUpgradeProperties)
IPersistableModel<ClusterPoolAvailableUpgradeProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from ClusterPoolAvailableUpgradeProperties)

Applies to