ImageDefinitionBuildTaskResponse

data class ImageDefinitionBuildTaskResponse(val displayName: String? = null, val endTime: String, val id: String, val logUri: String, val name: String? = null, val parameters: List<ImageDefinitionBuildTaskResponseParameters>? = null, val startTime: String, val status: String)

A task executed during the image definition build.

Constructors

Link copied to clipboard
constructor(displayName: String? = null, endTime: String, id: String, logUri: String, name: String? = null, parameters: List<ImageDefinitionBuildTaskResponseParameters>? = null, startTime: String, status: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val displayName: String? = null

Display name to help differentiate multiple instances of the same task.

Link copied to clipboard

End time of the task.

Link copied to clipboard
val id: String

ID of the task instance.

Link copied to clipboard

The URI for retrieving logs for the task execution.

Link copied to clipboard
val name: String? = null

The name of the task.

Link copied to clipboard

Parameters for the task.

Link copied to clipboard

Start time of the task.

Link copied to clipboard

The status of the task.