Share via


MachineLearningHDInsightProperties Class

Definition

HDInsight compute properties.

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

Constructors

MachineLearningHDInsightProperties()

Initializes a new instance of MachineLearningHDInsightProperties.

Properties

Address

Public IP address of the master node of the cluster.

AdministratorAccount

Admin credentials for master node of the cluster.

SshPort

Port open for ssh connections on the master node of the cluster.

Explicit Interface Implementations

IJsonModel<MachineLearningHDInsightProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MachineLearningHDInsightProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MachineLearningHDInsightProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MachineLearningHDInsightProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MachineLearningHDInsightProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to