ClusterPoolNodeOSImageUpdateProperties Class

Definition

Properties of upgrading cluster pool's AKS patch version.

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

Constructors

ClusterPoolNodeOSImageUpdateProperties()

Initializes a new instance of ClusterPoolNodeOSImageUpdateProperties.

Explicit Interface Implementations

IJsonModel<ClusterPoolNodeOSImageUpdateProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ClusterPoolNodeOSImageUpdateProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<ClusterPoolUpgradeProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from ClusterPoolUpgradeProperties)
IPersistableModel<ClusterPoolNodeOSImageUpdateProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ClusterPoolNodeOSImageUpdateProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ClusterPoolNodeOSImageUpdateProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<ClusterPoolUpgradeProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from ClusterPoolUpgradeProperties)

Applies to