HDInsightVersionsCapability Class

Definition

The version capability.

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

Properties

Available

The list of version capabilities.

Explicit Interface Implementations

IJsonModel<HDInsightVersionsCapability>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<HDInsightVersionsCapability>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<HDInsightVersionsCapability>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<HDInsightVersionsCapability>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<HDInsightVersionsCapability>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to