PipelineOperationsExtensions Class

Definition

public static class PipelineOperationsExtensions
Inheritance
PipelineOperationsExtensions

Methods

BeginCreateOrUpdate(IPipelineOperations, String, String, PipelineCreateOrUpdateParameters)

Create or update a pipeline instance.

BeginCreateOrUpdateAsync(IPipelineOperations, String, String, PipelineCreateOrUpdateParameters)

Create or update a pipeline instance.

BeginCreateOrUpdateWithRawJsonContent(IPipelineOperations, String, String, String, PipelineCreateOrUpdateWithRawJsonContentParameters)

Create a new pipeline instance with raw JSON content.

BeginCreateOrUpdateWithRawJsonContentAsync(IPipelineOperations, String, String, String, PipelineCreateOrUpdateWithRawJsonContentParameters)

Create a new pipeline instance with raw JSON content.

BeginDelete(IPipelineOperations, String, String, String)

Delete a pipeline instance.

BeginDeleteAsync(IPipelineOperations, String, String, String)

Delete a pipeline instance.

CreateOrUpdate(IPipelineOperations, String, String, PipelineCreateOrUpdateParameters)

Create or update a pipeline instance.

CreateOrUpdateAsync(IPipelineOperations, String, String, PipelineCreateOrUpdateParameters)

Create or update a pipeline instance.

CreateOrUpdateWithRawJsonContent(IPipelineOperations, String, String, String, PipelineCreateOrUpdateWithRawJsonContentParameters)

Create a new pipeline instance with raw JSON content.

CreateOrUpdateWithRawJsonContentAsync(IPipelineOperations, String, String, String, PipelineCreateOrUpdateWithRawJsonContentParameters)

Create a new pipeline instance with raw JSON content.

Delete(IPipelineOperations, String, String, String)

Delete a pipeline instance.

DeleteAsync(IPipelineOperations, String, String, String)

Delete a pipeline instance.

Get(IPipelineOperations, String, String, String)

Gets a pipeline instance.

GetAsync(IPipelineOperations, String, String, String)

Gets a pipeline instance.

GetCreateOrUpdateStatus(IPipelineOperations, String)
GetCreateOrUpdateStatusAsync(IPipelineOperations, String)
List(IPipelineOperations, String, String)

Gets the first page of pipeline instances with the link to the next page.

ListAsync(IPipelineOperations, String, String)

Gets the first page of pipeline instances with the link to the next page.

ListNext(IPipelineOperations, String)

Gets the next page of pipeline instances with the link to the next page.

ListNextAsync(IPipelineOperations, String)

Gets the next page of pipeline instances with the link to the next page.

Resume(IPipelineOperations, String, String, String)

Resume a suspended pipeline.

ResumeAsync(IPipelineOperations, String, String, String)

Resume a suspended pipeline.

SetActivePeriod(IPipelineOperations, String, String, String, PipelineSetActivePeriodParameters)

Sets the active period of a pipeline.

SetActivePeriodAsync(IPipelineOperations, String, String, String, PipelineSetActivePeriodParameters)

Sets the active period of a pipeline.

Suspend(IPipelineOperations, String, String, String)

Suspend a running pipeline.

SuspendAsync(IPipelineOperations, String, String, String)

Suspend a running pipeline.

Extension Methods

IsDefined(Object)
IsNull(Object)
IsPrimitive(Object)