Package version:

An object that represents an export pipeline for a container registry.

interface ExportPipeline {
    id?: string;
    identity?: IdentityProperties;
    location?: string;
    name?: string;
    options?: string[];
    provisioningState?: string;
    systemData?: SystemData;
    target?: ExportPipelineTargetProperties;
    type?: string;
}

Hierarchy (view full)

Properties

id?: string

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

The identity of the export pipeline.

location?: string

The location of the export pipeline.

name?: string

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

options?: string[]

The list of all options configured for the pipeline.

provisioningState?: string

The provisioning state of the pipeline at the time the operation was called. 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.

The target properties of the export pipeline.

type?: string

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