ClusterComponentItem Class

Definition

The ClusterComponentItem.

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

Properties

Name

Gets the name.

Version

Gets the version.

Explicit Interface Implementations

IJsonModel<ClusterComponentItem>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ClusterComponentItem>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ClusterComponentItem>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ClusterComponentItem>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ClusterComponentItem>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to