VirtualHardDiskArgs

constructor(blockSizeBytes: Output<Int>? = null, containerId: Output<String>? = null, diskFileFormat: Output<Either<String, DiskFileFormat>>? = null, diskSizeGB: Output<Double>? = null, dynamic: Output<Boolean>? = null, extendedLocation: Output<ExtendedLocationArgs>? = null, hyperVGeneration: Output<Either<String, HyperVGeneration>>? = null, location: Output<String>? = null, logicalSectorBytes: Output<Int>? = null, physicalSectorBytes: Output<Int>? = null, resourceGroupName: Output<String>? = null, tags: Output<Map<String, String>>? = null, virtualHardDiskName: Output<String>? = null)