HDInsight Args
data class HDInsightArgs(val computeLocation: Output<String>? = null, val computeType: Output<String>, val description: Output<String>? = null, val disableLocalAuth: Output<Boolean>? = null, val properties: Output<HDInsightPropertiesArgs>? = null, val resourceId: Output<String>? = null) : ConvertibleToJava<HDInsightArgs>
A HDInsight compute.
Constructors
Link copied to clipboard
fun HDInsightArgs(computeLocation: Output<String>? = null, computeType: Output<String>, description: Output<String>? = null, disableLocalAuth: Output<Boolean>? = null, properties: Output<HDInsightPropertiesArgs>? = null, resourceId: Output<String>? = null)