PipelinesOperationsExtensions Class
Definition
Extension methods for PipelinesOperations.
public static class PipelinesOperationsExtensions
type PipelinesOperationsExtensions = class
Public Module PipelinesOperationsExtensions
- Inheritance
-
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