Image Data Disk Args
data class ImageDataDiskArgs(val blobUri: Output<String>? = null, val caching: Output<String>? = null, val diskEncryptionSetId: Output<String>? = null, val lun: Output<Int>? = null, val managedDiskId: Output<String>? = null, val sizeGb: Output<Int>? = null, val storageType: Output<String>) : ConvertibleToJava<ImageDataDiskArgs>
Constructors
Properties
Link copied to clipboard
The ID of the Disk Encryption Set which should be used to encrypt this disk. Changing this forces a new resource to be created.
Link copied to clipboard
Specifies the ID of the managed disk resource that you want to use to create the image. Changing this forces a new resource to be created.
Link copied to clipboard
The type of Storage Disk to use. Possible values are Premium_LRS
, PremiumV2_LRS
, Premium_ZRS
, Standard_LRS
, StandardSSD_LRS
, StandardSSD_ZRS
and UltraSSD_LRS
. Changing this forces a new resource to be created.