HDInsightVersionSpec Class

Definition

The version properties.

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

Properties

ComponentVersions

The component version property.

DisplayName

The display name.

FriendlyName

The friendly name.

IsDefault

Whether or not the version is the default version.

Explicit Interface Implementations

IJsonModel<HDInsightVersionSpec>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<HDInsightVersionSpec>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<HDInsightVersionSpec>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<HDInsightVersionSpec>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<HDInsightVersionSpec>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to