HDInsight Properties Args
    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
                fun HDInsightPropertiesArgs(address: Output<String>? = null, administratorAccount: Output<VirtualMachineSshCredentialsArgs>? = null, sshPort: Output<Int>? = null)