IPipelinesOperations Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
PipelinesOperations operations.
In this article
public interface IPipelinesOperations
type IPipelinesOperations = interface
Public Interface IPipelinesOperations
Methods
CreateOrUpdateWithHttpMessagesAsync(String, String, String, PipelineResource, String, Dictionary<String,List<String>>, CancellationToken)
Creates or updates a pipeline.
CreateRunWithHttpMessagesAsync(String, String, String, String, Nullable<Boolean>, String, Nullable<Boolean>, IDictionary<String,Object>, Dictionary<String,List<String>>, CancellationToken)
Creates a run of a pipeline.
DeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)
Deletes a pipeline.
GetWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken)
Gets a pipeline.
ListByFactoryNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)
Lists pipelines.
ListByFactoryWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)
Lists pipelines.
Extension Methods
CreateOrUpdate(IPipelinesOperations, String, String, String, PipelineResource, String)
Creates or updates a pipeline.
CreateOrUpdateAsync(IPipelinesOperations, String, String, String, PipelineResource, String, CancellationToken)
Creates or updates a pipeline.
CreateRun(IPipelinesOperations, String, String, String, String, Nullable<Boolean>, String, Nullable<Boolean>, IDictionary<String,Object>)
Creates a run of a pipeline.
CreateRunAsync(IPipelinesOperations, String, String, String, String, Nullable<Boolean>, String, Nullable<Boolean>, IDictionary<String,Object>, CancellationToken)
Creates a run of a pipeline.
Delete(IPipelinesOperations, String, String, String)
Deletes a pipeline.
DeleteAsync(IPipelinesOperations, String, String, String, CancellationToken)
Deletes a pipeline.
Get(IPipelinesOperations, String, String, String, String)
Gets a pipeline.
GetAsync(IPipelinesOperations, String, String, String, String, CancellationToken)
Gets a pipeline.
ListByFactory(IPipelinesOperations, String, String)
Lists pipelines.
ListByFactoryAsync(IPipelinesOperations, String, String, CancellationToken)
Lists pipelines.
ListByFactoryNext(IPipelinesOperations, String)
Lists pipelines.
ListByFactoryNextAsync(IPipelinesOperations, String, CancellationToken)
Lists pipelines.
Applies to