HdInsightProperties Class

Definition

HDInsight compute properties

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.HdInsightPropertiesTypeConverter))]
public class HdInsightProperties : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.IHdInsightProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.HdInsightPropertiesTypeConverter))>]
type HdInsightProperties = class
    interface IHdInsightProperties
    interface IJsonSerializable
Public Class HdInsightProperties
Implements IHdInsightProperties
Inheritance
HdInsightProperties
Attributes
Implements

Constructors

HdInsightProperties()

Creates an new HdInsightProperties instance.

Properties

Address

Public IP address of the master node of the cluster.

AdministratorAccountPassword

Password of admin account

AdministratorAccountPrivateKeyData

Private key data

AdministratorAccountPublicKeyData

Public key data

AdministratorAccountUsername

Username of admin account

SshPort

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

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of HdInsightProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of HdInsightProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.IHdInsightProperties.

FromJsonString(String)

Creates a new instance of HdInsightProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of HdInsightProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to