Linux Virtual Machine Scale Set Data Disk Args
Constructors
Properties
The create option which should be used for this Data Disk. Possible values are Empty
and FromImage
. Defaults to Empty
. (FromImage
should only be used if the source image includes data disks).
The ID of the Disk Encryption Set which should be used to encrypt this Data Disk. Changing this forces a new resource to be created.
The size of the Data Disk which should be created.
The Type of Storage Account which should back this Data Disk. Possible values include Standard_LRS
, StandardSSD_LRS
, StandardSSD_ZRS
, Premium_LRS
, PremiumV2_LRS
, Premium_ZRS
and UltraSSD_LRS
.
Specifies the Read-Write IOPS for this Data Disk. Only settable when storage_account_type
is PremiumV2_LRS
or UltraSSD_LRS
.
Specifies the bandwidth in MB per second for this Data Disk. Only settable when storage_account_type
is PremiumV2_LRS
or UltraSSD_LRS
.
Should Write Accelerator be enabled for this Data Disk? Defaults to false
.