Get Project Catalog Image Definition Build Details Result
data class GetProjectCatalogImageDefinitionBuildDetailsResult(val endTime: String, val errorDetails: ImageCreationErrorDetailsResponse, val id: String, val imageReference: ImageReferenceResponse, val name: String, val startTime: String, val status: String, val systemData: SystemDataResponse, val taskGroups: List<ImageDefinitionBuildTaskGroupResponse>, val type: String)
Represents a specific build of an Image Definition.
Constructors
Link copied to clipboard
constructor(endTime: String, errorDetails: ImageCreationErrorDetailsResponse, id: String, imageReference: ImageReferenceResponse, name: String, startTime: String, status: String, systemData: SystemDataResponse, taskGroups: List<ImageDefinitionBuildTaskGroupResponse>, type: String)
Properties
Link copied to clipboard
Details for image creation error. Populated when the image creation is not successful.
Link copied to clipboard
The specific image version used by the build.
Link copied to clipboard
Azure Resource Manager metadata containing createdBy and modifiedBy information.
Link copied to clipboard
The list of task groups executed during the image definition build.