Share via


HDInsightClusterConfigurations Class

Definition

The configuration object for the specified cluster.

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

Properties

Configurations

The configuration object for the specified configuration for the specified cluster.

Explicit Interface Implementations

IJsonModel<HDInsightClusterConfigurations>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<HDInsightClusterConfigurations>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<HDInsightClusterConfigurations>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<HDInsightClusterConfigurations>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<HDInsightClusterConfigurations>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to