HDInsightClusterVersion Class

Definition

Available cluster version.

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

Constructors

HDInsightClusterVersion()

Initializes a new instance of HDInsightClusterVersion.

Properties

ClusterPoolVersion

The two part cluster pool version. If the cluster version is before cluster pool version on-board, the return value will be empty string.

ClusterType

The type of cluster.

ClusterVersion

Version with three part.

Components

Component list of this cluster type and version.

Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

(Inherited from ResourceData)
IsPreview

Indicate if this version is in preview or not.

Name

The name of the resource.

(Inherited from ResourceData)
OssVersion

Version with three part.

ResourceType

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

(Inherited from ResourceData)
SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)

Explicit Interface Implementations

IJsonModel<HDInsightClusterVersion>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<HDInsightClusterVersion>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<HDInsightClusterVersion>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<HDInsightClusterVersion>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<HDInsightClusterVersion>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to