PipelinesOperationsExtensions Class
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.
Extension methods for PipelinesOperations.
In this article
public static class PipelinesOperationsExtensions
type PipelinesOperationsExtensions = class
Public Module PipelinesOperationsExtensions
Inheritance
System.Object
PipelinesOperationsExtensions
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