Share via


HDInsightClusterCreateExtensionContent Class

Definition

Cluster monitoring extensions.

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

Constructors

HDInsightClusterCreateExtensionContent()

Initializes a new instance of HDInsightClusterCreateExtensionContent.

Properties

PrimaryKey

The certificate for the cluster monitoring extensions.

WorkspaceId

The workspace ID for the cluster monitoring extension.

Explicit Interface Implementations

IJsonModel<HDInsightClusterCreateExtensionContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<HDInsightClusterCreateExtensionContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<HDInsightClusterCreateExtensionContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<HDInsightClusterCreateExtensionContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<HDInsightClusterCreateExtensionContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to