Cluster Main Profile
data class ClusterMainProfile(val diskEncryptionSetId: String? = null, val encryptionAtHostEnabled: Boolean? = null, val subnetId: String, val vmSize: String)
Constructors
Link copied to clipboard
fun ClusterMainProfile(diskEncryptionSetId: String? = null, encryptionAtHostEnabled: Boolean? = null, subnetId: String, vmSize: String)
Types
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.