Virtual Machine Scale Set Data Disk Args
constructor(caching: Output<CachingTypes>? = null, createOption: Output<Either<String, DiskCreateOptionTypes>>, deleteOption: Output<Either<String, DiskDeleteOptionTypes>>? = null, diskIOPSReadWrite: Output<Double>? = null, diskMBpsReadWrite: Output<Double>? = null, diskSizeGB: Output<Int>? = null, lun: Output<Int>, managedDisk: Output<VirtualMachineScaleSetManagedDiskParametersArgs>? = null, name: Output<String>? = null, writeAcceleratorEnabled: Output<Boolean>? = null)