PipelineJob type
Pipeline job represents a unique instance of a batch topology, used for offline processing of selected portions of archived content.
type PipelineJob = ProxyResource & {
description?: string
error?: PipelineJobError
expiration?: Date
parameters?: ParameterDefinition[]
state?: PipelineJobState
topologyName?: string
}
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript