HDInsightProperties Class

  • java.lang.Object
    • com.azure.resourcemanager.machinelearningservices.models.HDInsightProperties

public final class HDInsightProperties

The HDInsightProperties model.

Constructor Summary

Constructor Description
HDInsightProperties()

Method Summary

Modifier and Type Method and Description
String address()

Get the address property: Public IP address of the master node of the cluster.

VirtualMachineSshCredentials administratorAccount()

Get the administratorAccount property: Admin credentials for master node of the cluster.

Integer sshPort()

Get the sshPort property: Port open for ssh connections on the master node of the cluster.

void validate()

Validates the instance.

HDInsightProperties withAddress(String address)

Set the address property: Public IP address of the master node of the cluster.

HDInsightProperties withAdministratorAccount(VirtualMachineSshCredentials administratorAccount)

Set the administratorAccount property: Admin credentials for master node of the cluster.

HDInsightProperties withSshPort(Integer sshPort)

Set the sshPort property: Port open for ssh connections on the master node of the cluster.

Methods inherited from java.lang.Object

Constructor Details

HDInsightProperties

public HDInsightProperties()

Method Details

address

public String address()

Get the address property: Public IP address of the master node of the cluster.

Returns:

the address value.

administratorAccount

public VirtualMachineSshCredentials administratorAccount()

Get the administratorAccount property: Admin credentials for master node of the cluster.

Returns:

the administratorAccount value.

sshPort

public Integer sshPort()

Get the sshPort property: Port open for ssh connections on the master node of the cluster.

Returns:

the sshPort value.

validate

public void validate()

Validates the instance.

withAddress

public HDInsightProperties withAddress(String address)

Set the address property: Public IP address of the master node of the cluster.

Parameters:

address - the address value to set.

Returns:

the HDInsightProperties object itself.

withAdministratorAccount

public HDInsightProperties withAdministratorAccount(VirtualMachineSshCredentials administratorAccount)

Set the administratorAccount property: Admin credentials for master node of the cluster.

Parameters:

administratorAccount - the administratorAccount value to set.

Returns:

the HDInsightProperties object itself.

withSshPort

public HDInsightProperties withSshPort(Integer sshPort)

Set the sshPort property: Port open for ssh connections on the master node of the cluster.

Parameters:

sshPort - the sshPort value to set.

Returns:

the HDInsightProperties object itself.

Applies to