IPipelineTopologiesOperations Interface

Definition

PipelineTopologiesOperations operations.

public interface IPipelineTopologiesOperations
type IPipelineTopologiesOperations = interface
Public Interface IPipelineTopologiesOperations

Methods

CreateOrUpdateWithHttpMessagesAsync(String, String, String, PipelineTopology, Dictionary<String,List<String>>, CancellationToken)

Creates or updates a pipeline topology.

DeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes a pipeline topology.

GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Retrieves a specific pipeline topology by name.

ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Retrieves a list of pipeline topologies.

ListWithHttpMessagesAsync(String, String, String, Nullable<Int32>, Dictionary<String,List<String>>, CancellationToken)

Retrieves a list of pipeline topologies.

UpdateWithHttpMessagesAsync(String, String, String, PipelineTopologyUpdate, Dictionary<String,List<String>>, CancellationToken)

Updates an existing pipeline topology.

Extension Methods

CreateOrUpdate(IPipelineTopologiesOperations, String, String, String, PipelineTopology)

Creates or updates a pipeline topology.

CreateOrUpdateAsync(IPipelineTopologiesOperations, String, String, String, PipelineTopology, CancellationToken)

Creates or updates a pipeline topology.

Delete(IPipelineTopologiesOperations, String, String, String)

Deletes a pipeline topology.

DeleteAsync(IPipelineTopologiesOperations, String, String, String, CancellationToken)

Deletes a pipeline topology.

Get(IPipelineTopologiesOperations, String, String, String)

Retrieves a specific pipeline topology by name.

GetAsync(IPipelineTopologiesOperations, String, String, String, CancellationToken)

Retrieves a specific pipeline topology by name.

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

Retrieves a list of pipeline topologies.

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

Retrieves a list of pipeline topologies.

ListNext(IPipelineTopologiesOperations, String)

Retrieves a list of pipeline topologies.

ListNextAsync(IPipelineTopologiesOperations, String, CancellationToken)

Retrieves a list of pipeline topologies.

Update(IPipelineTopologiesOperations, String, String, String, PipelineTopologyUpdate)

Updates an existing pipeline topology.

UpdateAsync(IPipelineTopologiesOperations, String, String, String, PipelineTopologyUpdate, CancellationToken)

Updates an existing pipeline topology.

Applies to