Package version:

Run resource properties

Hierarchy

Properties

agentConfiguration?: AgentProperties

The machine configuration of the run agent.

agentPoolName?: string

The dedicated agent pool for the run.

createTime?: Date

The time the run was scheduled.

customRegistries?: string[]

The list of custom registries that were logged in during this run.

finishTime?: Date

The time the run finished.

id?: string

The resource ID. NOTE: This property will not be serialized. It can only be populated by the server.

imageUpdateTrigger?: ImageUpdateTrigger

The image update trigger that caused the run. This is applicable if the task has base image trigger configured.

isArchiveEnabled?: boolean

The value that indicates whether archiving is enabled or not.

lastUpdatedTime?: Date

The last updated time for the run.

logArtifact?: ImageDescriptor

The image description for the log artifact. NOTE: This property will not be serialized. It can only be populated by the server.

name?: string

The name of the resource. NOTE: This property will not be serialized. It can only be populated by the server.

outputImages?: ImageDescriptor[]

The list of all images that were generated from the run. This is applicable if the run generates base image dependencies.

The platform properties against which the run will happen.

provisioningState?: string

The provisioning state of a run.

runErrorMessage?: string

The error message received from backend systems after the run is scheduled. NOTE: This property will not be serialized. It can only be populated by the server.

runId?: string

The unique identifier for the run.

runType?: string

The type of run.

sourceRegistryAuth?: string

The scope of the credentials that were used to login to the source registry during this run.

sourceTrigger?: SourceTriggerDescriptor

The source trigger that caused the run.

startTime?: Date

The time the run started.

status?: string

The current status of the run.

systemData?: SystemData

Metadata pertaining to creation and last modification of the resource. NOTE: This property will not be serialized. It can only be populated by the server.

task?: string

The task against which run was scheduled.

timerTrigger?: TimerTriggerDescriptor

The timer trigger that caused the run.

type?: string

The type of the resource. NOTE: This property will not be serialized. It can only be populated by the server.

updateTriggerToken?: string

The update trigger token passed for the Run.

Generated using TypeDoc