Package version:

An object that represents a pipeline run for a container registry.

interface PipelineRun {
    forceUpdateTag?: string;
    id?: string;
    name?: string;
    provisioningState?: string;
    request?: PipelineRunRequest;
    response?: PipelineRunResponse;
    systemData?: SystemData;
    type?: string;
}

Hierarchy (view full)

Properties

forceUpdateTag?: string

How the pipeline run should be forced to recreate even if the pipeline run configuration has not changed.

id?: string

The resource ID. 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.

provisioningState?: string

The provisioning state of a pipeline run. NOTE: This property will not be serialized. It can only be populated by the server.

The request parameters for a pipeline run.

The response of a pipeline run. NOTE: This property will not be serialized. It can only be populated by the server.

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.

type?: string

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