ClusterPoolVersionProperties Class

Definition

Cluster pool version properties.

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

Constructors

ClusterPoolVersionProperties()

Initializes a new instance of ClusterPoolVersionProperties.

Properties

AksVersion

AKS version.

ClusterPoolVersion

Cluster pool version is a 2-part version.

IsPreview

Indicate if this version is in preview or not.

Explicit Interface Implementations

IJsonModel<ClusterPoolVersionProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ClusterPoolVersionProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ClusterPoolVersionProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ClusterPoolVersionProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ClusterPoolVersionProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to