ImageArgs

fun ImageArgs(architecture: Output<String>? = null, deleteAutoSnapshot: Output<Boolean>? = null, description: Output<String>? = null, diskDeviceMappings: Output<List<ImageDiskDeviceMappingArgs>>? = null, force: Output<Boolean>? = null, imageName: Output<String>? = null, instanceId: Output<String>? = null, name: Output<String>? = null, platform: Output<String>? = null, resourceGroupId: Output<String>? = null, snapshotId: Output<String>? = null, tags: Output<Map<String, Any>>? = null)