Preparing search index...
The search index is not available
azure-devops-node-api
azure-devops-node-api
interfaces/BuildInterfaces
TaskOrchestrationPlanReference
Interface TaskOrchestrationPlanReference
Represents a reference to an orchestration plan.
interface
TaskOrchestrationPlanReference
{
orchestrationType
?:
number
;
planId
?:
string
;
}
Index
Properties
orchestration
Type?
plan
Id?
Properties
Optional
orchestration
Type
orchestrationType
?:
number
The type of the plan.
Optional
plan
Id
planId
?:
string
The ID of the plan.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
orchestration
Type
plan
Id
azure-devops-node-api
Loading...
Represents a reference to an orchestration plan.