Scale Set Storage Profile Os Disk Args
data class ScaleSetStorageProfileOsDiskArgs(val caching: Output<String>? = null, val createOption: Output<String>, val image: Output<String>? = null, val managedDiskType: Output<String>? = null, val name: Output<String>? = null, val osType: Output<String>? = null, val vhdContainers: Output<List<String>>? = null) : ConvertibleToJava<ScaleSetStorageProfileOsDiskArgs>
Constructors
Functions
Properties
Link copied to clipboard
Specifies the blob URI for user image. A virtual machine scale set creates an os disk in the same container as the user image. Updating the osDisk image causes the existing disk to be deleted and a new one created with the new image. If the VM scale set is in Manual upgrade mode then the virtual machines are not updated until they have manualUpgrade applied to them. When setting this field os_type
needs to be specified. Cannot be used when vhd_containers
, managed_disk_type
or storage_profile_image_reference
are specified.