PipelineRun Class

Definition

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

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.PipelineRunTypeConverter))]
public class PipelineRun : Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IPipelineRun, Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.PipelineRunTypeConverter))>]
type PipelineRun = class
    interface IPipelineRun
    interface IJsonSerializable
    interface IProxyResource
    interface IValidates
Public Class PipelineRun
Implements IPipelineRun, IValidates
Inheritance
PipelineRun
Attributes
Implements

Constructors

PipelineRun()

Creates an new PipelineRun instance.

Properties

ForceUpdateTag

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

Id

The resource ID.

Name

The name of the resource.

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.

ResourceGroupName

Gets the resource group name

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"

SystemData

Metadata pertaining to creation and last modification of the resource.

SystemDataCreatedAt

The timestamp of resource creation (UTC).

SystemDataCreatedBy

The identity that created the resource.

SystemDataCreatedByType

The type of identity that created the resource.

SystemDataLastModifiedAt

The timestamp of resource modification (UTC).

SystemDataLastModifiedBy

The identity that last modified the resource.

SystemDataLastModifiedByType

The type of identity that last modified the resource.

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.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of PipelineRun.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of PipelineRun.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IPipelineRun.

FromJsonString(String)

Creates a new instance of PipelineRun, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of PipelineRun into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to