GetProjectCatalogImageDefinitionBuildDetailsResult

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

constructor(endTime: String, errorDetails: ImageCreationErrorDetailsResponse, id: String, imageReference: ImageReferenceResponse, name: String, startTime: String, status: String, systemData: SystemDataResponse, taskGroups: List<ImageDefinitionBuildTaskGroupResponse>, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

End time of the task group.

Link copied to clipboard

Details for image creation error. Populated when the image creation is not successful.

Link copied to clipboard
val id: String

Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"

Link copied to clipboard

The specific image version used by the build.

Link copied to clipboard

The name of the resource

Link copied to clipboard

Start time of the task group.

Link copied to clipboard

The status of 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.

Link copied to clipboard

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"