OSDisk Args
constructor(caching: Output<CachingTypes>? = null, createOption: Output<Either<String, DiskCreateOptionTypes>>, deleteOption: Output<Either<String, DiskDeleteOptionTypes>>? = null, diffDiskSettings: Output<DiffDiskSettingsArgs>? = null, diskSizeGB: Output<Int>? = null, encryptionSettings: Output<DiskEncryptionSettingsArgs>? = null, image: Output<VirtualHardDiskArgs>? = null, managedDisk: Output<ManagedDiskParametersArgs>? = null, name: Output<String>? = null, osType: Output<OperatingSystemTypes>? = null, vhd: Output<VirtualHardDiskArgs>? = null, writeAcceleratorEnabled: Output<Boolean>? = null)