LivePipelinesOperationsExtensions Class

Definition

Extension methods for LivePipelinesOperations.

public static class LivePipelinesOperationsExtensions
type LivePipelinesOperationsExtensions = class
Public Module LivePipelinesOperationsExtensions
Inheritance
LivePipelinesOperationsExtensions

Methods

Activate(ILivePipelinesOperations, String, String, String)

Activates a live pipeline.

ActivateAsync(ILivePipelinesOperations, String, String, String, CancellationToken)

Activates a live pipeline.

BeginActivate(ILivePipelinesOperations, String, String, String)

Activates a live pipeline.

BeginActivateAsync(ILivePipelinesOperations, String, String, String, CancellationToken)

Activates a live pipeline.

BeginDeactivate(ILivePipelinesOperations, String, String, String)

Deactivates a live pipeline.

BeginDeactivateAsync(ILivePipelinesOperations, String, String, String, CancellationToken)

Deactivates a live pipeline.

CreateOrUpdate(ILivePipelinesOperations, String, String, String, LivePipeline)

Creates or updates a live pipeline.

CreateOrUpdateAsync(ILivePipelinesOperations, String, String, String, LivePipeline, CancellationToken)

Creates or updates a live pipeline.

Deactivate(ILivePipelinesOperations, String, String, String)

Deactivates a live pipeline.

DeactivateAsync(ILivePipelinesOperations, String, String, String, CancellationToken)

Deactivates a live pipeline.

Delete(ILivePipelinesOperations, String, String, String)

Deletes a live pipeline.

DeleteAsync(ILivePipelinesOperations, String, String, String, CancellationToken)

Deletes a live pipeline.

Get(ILivePipelinesOperations, String, String, String)

Retrieves a specific live pipeline by name.

GetAsync(ILivePipelinesOperations, String, String, String, CancellationToken)

Retrieves a specific live pipeline by name.

List(ILivePipelinesOperations, String, String, String, Nullable<Int32>)

Retrieves a list of live pipelines.

ListAsync(ILivePipelinesOperations, String, String, String, Nullable<Int32>, CancellationToken)

Retrieves a list of live pipelines.

ListNext(ILivePipelinesOperations, String)

Retrieves a list of live pipelines.

ListNextAsync(ILivePipelinesOperations, String, CancellationToken)

Retrieves a list of live pipelines.

Update(ILivePipelinesOperations, String, String, String, LivePipelineUpdate)

Updates an existing live pipeline.

UpdateAsync(ILivePipelinesOperations, String, String, String, LivePipelineUpdate, CancellationToken)

Updates an existing live pipeline.

Applies to