Cluster Main Profile Args
data class ClusterMainProfileArgs(val diskEncryptionSetId: Output<String>? = null, val encryptionAtHostEnabled: Output<Boolean>? = null, val subnetId: Output<String>, val vmSize: Output<String>) : ConvertibleToJava<ClusterMainProfileArgs>
Constructors
Link copied to clipboard
fun ClusterMainProfileArgs(diskEncryptionSetId: Output<String>? = null, encryptionAtHostEnabled: Output<Boolean>? = null, subnetId: Output<String>, vmSize: Output<String>)
Functions
Properties
Link copied to clipboard
Whether main virtual machines are encrypted at host. Defaults to false
. Changing this forces a new resource to be created. NOTE: encryption_at_host_enabled
is only available for certain VM sizes and the EncryptionAtHost
feature must be enabled for your subscription. Please see the Azure documentation for more information.