Os Disk Args
data class OsDiskArgs(val diskSizeGB: Output<Int>? = null, val name: Output<String>? = null, val osType: Output<Either<String, OperatingSystemTypes>>? = null, val vhd: Output<VirtualHardDiskArgs>? = null) : ConvertibleToJava<OsDiskArgs>
Specifies information about the operating system disk used by the virtual machine.
For more information about disks, see About disks and VHDs for Azure virtual machines.
Constructors
Link copied to clipboard
fun OsDiskArgs(diskSizeGB: Output<Int>? = null, name: Output<String>? = null, osType: Output<Either<String, OperatingSystemTypes>>? = null, vhd: Output<VirtualHardDiskArgs>? = null)