Orchestrated Virtual Machine Scale Set Os Disk Args
data class OrchestratedVirtualMachineScaleSetOsDiskArgs(val caching: Output<String>, val diffDiskSettings: Output<OrchestratedVirtualMachineScaleSetOsDiskDiffDiskSettingsArgs>? = null, val diskEncryptionSetId: Output<String>? = null, val diskSizeGb: Output<Int>? = null, val storageAccountType: Output<String>, val writeAcceleratorEnabled: Output<Boolean>? = null) : ConvertibleToJava<OrchestratedVirtualMachineScaleSetOsDiskArgs>
Properties
Link copied to clipboard
A diff_disk_settings
block as defined above. Changing this forces a new resource to be created.
Link copied to clipboard
The ID of the Disk Encryption Set which should be used to encrypt this OS Disk. Changing this forces a new resource to be created.
Link copied to clipboard
The Size of the Internal OS Disk in GB, if you wish to vary from the size used in the image this Virtual Machine Scale Set is sourced from.
Link copied to clipboard
The Type of Storage Account which should back this the Internal OS Disk. Possible values include Standard_LRS
, StandardSSD_LRS
, StandardSSD_ZRS
, Premium_LRS
and Premium_ZRS
. Changing this forces a new resource to be created.
Link copied to clipboard
Specifies if Write Accelerator is enabled on the OS Disk. Defaults to false
.