DataDiskArgs

constructor(caching: Output<CachingTypes>? = null, createOption: Output<Either<String, DiskCreateOptionTypes>>, deleteOption: Output<Either<String, DiskDeleteOptionTypes>>? = null, detachOption: Output<Either<String, DiskDetachOptionTypes>>? = null, diskSizeGB: Output<Int>? = null, image: Output<VirtualHardDiskArgs>? = null, lun: Output<Int>, managedDisk: Output<ManagedDiskParametersArgs>? = null, name: Output<String>? = null, sourceResource: Output<ApiEntityReferenceArgs>? = null, toBeDetached: Output<Boolean>? = null, vhd: Output<VirtualHardDiskArgs>? = null, writeAcceleratorEnabled: Output<Boolean>? = null)