HDInsightPropertiesArgs

data class HDInsightPropertiesArgs(val address: Output<String>? = null, val administratorAccount: Output<VirtualMachineSshCredentialsArgs>? = null, val sshPort: Output<Int>? = null) : ConvertibleToJava<HDInsightPropertiesArgs>

HDInsight compute properties

Constructors

Link copied to clipboard
constructor(address: Output<String>? = null, administratorAccount: Output<VirtualMachineSshCredentialsArgs>? = null, sshPort: Output<Int>? = null)

Properties

Link copied to clipboard
val address: Output<String>? = null

Public IP address of the master node of the cluster.

Link copied to clipboard

Admin credentials for master node of the cluster

Link copied to clipboard
val sshPort: Output<Int>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): HDInsightPropertiesArgs