HDInsightProperties interface
HDInsight compute properties
Properties
address | Public IP address of the master node of the cluster. |
administrator |
Admin credentials for master node of the cluster |
ssh |
Port open for ssh connections on the master node of the cluster. |
Property Details
address
Public IP address of the master node of the cluster.
address?: string
Property Value
string
administratorAccount
Admin credentials for master node of the cluster
administratorAccount?: VirtualMachineSshCredentials
Property Value
sshPort
Port open for ssh connections on the master node of the cluster.
sshPort?: number
Property Value
number