Share via


ContainerRegistryPipelineRunResult Class

Definition

The response properties returned for a pipeline run.

public class ContainerRegistryPipelineRunResult : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ContainerRegistry.Models.ContainerRegistryPipelineRunResult>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ContainerRegistry.Models.ContainerRegistryPipelineRunResult>
type ContainerRegistryPipelineRunResult = class
    interface IJsonModel<ContainerRegistryPipelineRunResult>
    interface IPersistableModel<ContainerRegistryPipelineRunResult>
Public Class ContainerRegistryPipelineRunResult
Implements IJsonModel(Of ContainerRegistryPipelineRunResult), IPersistableModel(Of ContainerRegistryPipelineRunResult)
Inheritance
ContainerRegistryPipelineRunResult
Implements

Properties

Name Description
CatalogDigest

The digest of the tar used to transfer the artifacts.

FinishOn

The time the pipeline run finished.

ImportedArtifacts

The artifacts imported in the pipeline run.

PipelineRunErrorMessage

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

ProgressPercentage

The percentage complete of the copy operation.

Source

The source of the pipeline run.

SourceTriggerTimestamp

The timestamp when the source update happened.

StartOn

The time the pipeline run started.

Status

The current status of the pipeline run.

Target

The target of the pipeline run.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<ContainerRegistryPipelineRunResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ContainerRegistryPipelineRunResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ContainerRegistryPipelineRunResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ContainerRegistryPipelineRunResult>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ContainerRegistryPipelineRunResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to