Bagikan melalui


IPipelineRun Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.PipelineRunTypeConverter))]
public interface IPipelineRun : Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.IProxyResource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.PipelineRunTypeConverter))>]
type IPipelineRun = interface
    interface IJsonSerializable
    interface IProxyResource
Public Interface IPipelineRun
Implements IProxyResource
Derived
Attributes
Implements

Properties

ForceUpdateTag

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

Id

The resource ID.

(Inherited from IProxyResource)
Name

The name of the resource.

(Inherited from IProxyResource)
ProgressPercentage

The percentage complete of the copy operation.

ProvisioningState

The provisioning state of a pipeline run.

RequestArtifact

List of source artifacts to be transferred by the pipeline. Specify an image by repository ('hello-world'). This will use the 'latest' tag. Specify an image by tag ('hello-world:latest'). Specify an image by sha256-based manifest digest ('hello-world@sha256:abc123').

RequestCatalogDigest

The digest of the tar used to transfer the artifacts.

RequestPipelineResourceId

The resource ID of the pipeline to run.

RequestSourceType

The type of the source.

RequestTargetType

The type of the target.

ResponseCatalogDigest

The digest of the tar used to transfer the artifacts.

ResponseFinishTime

The time the pipeline run finished.

ResponseImportedArtifact

The artifacts imported in the pipeline run.

ResponsePipelineRunErrorMessage

The detailed error message for the pipeline run in the case of failure.

ResponseSourceType

The type of source for the import pipeline.

ResponseStartTime

The time the pipeline run started.

ResponseStatus

The current status of the pipeline run.

ResponseTargetType

The type of target for the export pipeline.

SourceKeyVaultUri

They key vault secret uri to obtain the source storage SAS token.

SourceName

The name of the source.

SourceTriggerTimestamp

The timestamp when the source update happened.

SourceUri

The source uri of the import pipeline. When 'AzureStorageBlob': "https://accountName.blob.core.windows.net/containerName/blobName" When 'AzureStorageBlobContainer': "https://accountName.blob.core.windows.net/containerName"

SystemDataCreatedAt

The timestamp of resource creation (UTC).

(Inherited from IProxyResource)
SystemDataCreatedBy

The identity that created the resource.

(Inherited from IProxyResource)
SystemDataCreatedByType

The type of identity that created the resource.

(Inherited from IProxyResource)
SystemDataLastModifiedAt

The timestamp of resource modification (UTC).

(Inherited from IProxyResource)
SystemDataLastModifiedBy

The identity that last modified the resource.

(Inherited from IProxyResource)
SystemDataLastModifiedByType

The type of identity that last modified the resource.

(Inherited from IProxyResource)
TargetKeyVaultUri

They key vault secret uri to obtain the target storage SAS token.

TargetName

The name of the target.

TargetUri

The target uri of the export pipeline. When 'AzureStorageBlob': "https://accountName.blob.core.windows.net/containerName/blobName" When 'AzureStorageBlobContainer': "https://accountName.blob.core.windows.net/containerName"

Type

The type of the resource.

(Inherited from IProxyResource)

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to