Share via


ImportPipelineProperties interface

The properties of an import pipeline.

Properties

options

The list of all options configured for the pipeline.

provisioningState

The provisioning state of the pipeline at the time the operation was called.

source

The source properties of the import pipeline.

trigger

The properties that describe the trigger of the import pipeline.

Property Details

options

The list of all options configured for the pipeline.

options?: string[]

Property Value

string[]

provisioningState

The provisioning state of the pipeline at the time the operation was called.

provisioningState?: string

Property Value

string

source

The source properties of the import pipeline.

source: ImportPipelineSourceProperties

Property Value

trigger

The properties that describe the trigger of the import pipeline.

trigger?: PipelineTriggerProperties

Property Value