你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ConnectedRegistryPipelineRunContent Class

Definition

The request properties provided for a pipeline run.

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

Constructors

ConnectedRegistryPipelineRunContent()

Initializes a new instance of ConnectedRegistryPipelineRunContent.

Properties

Artifacts

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').

CatalogDigest

The digest of the tar used to transfer the artifacts.

PipelineResourceId

The resource ID of the pipeline to run.

Source

The source properties of the pipeline run.

Target

The target properties of the pipeline run.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ConnectedRegistryPipelineRunContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ConnectedRegistryPipelineRunContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ConnectedRegistryPipelineRunContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ConnectedRegistryPipelineRunContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ConnectedRegistryPipelineRunContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to