RunInner Class

Definition

Run resource properties

[Microsoft.Rest.Serialization.JsonTransformation]
public class RunInner : Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.ProxyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type RunInner = class
    inherit ProxyResource
Public Class RunInner
Inherits ProxyResource
Inheritance
Attributes

Constructors

RunInner()

Initializes a new instance of the RunInner class.

RunInner(String, String, String, String, String, Nullable<DateTime>, String, Nullable<DateTime>, Nullable<DateTime>, Nullable<DateTime>, IList<ImageDescriptor>, String, ImageUpdateTrigger, SourceTriggerDescriptor, Nullable<Boolean>, PlatformProperties, AgentProperties, String)

Initializes a new instance of the RunInner class.

Properties

AgentConfiguration

Gets or sets the machine configuration of the run agent.

CreateTime

Gets or sets the time the run was scheduled.

FinishTime

Gets or sets the time the run finished.

Id

Gets the resource ID.

(Inherited from ProxyResource)
ImageUpdateTrigger

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

IsArchiveEnabled

Gets or sets the value that indicates whether archiving is enabled or not.

LastUpdatedTime

Gets or sets the last updated time for the run.

Name

Gets the name of the resource.

(Inherited from ProxyResource)
OutputImages

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

Platform

Gets or sets the platform properties against which the run will happen.

ProvisioningState

Gets or sets the provisioning state of a run. Possible values include: 'Creating', 'Updating', 'Deleting', 'Succeeded', 'Failed', 'Canceled'

RunId

Gets or sets the unique identifier for the run.

RunType

Gets or sets the type of run. Possible values include: 'QuickBuild', 'QuickRun', 'AutoBuild', 'AutoRun'

SourceTrigger

Gets or sets the source trigger that caused the run.

StartTime

Gets or sets the time the run started.

Status

Gets or sets the current status of the run. Possible values include: 'Queued', 'Started', 'Running', 'Succeeded', 'Failed', 'Canceled', 'Error', 'Timeout'

Task

Gets or sets the task against which run was scheduled.

Type

Gets the type of the resource.

(Inherited from ProxyResource)

Methods

Validate()

Validate the object.

Applies to