共用方式為


IWorkflowsOperations Interface

Definition

WorkflowsOperations operations.

public interface IWorkflowsOperations
type IWorkflowsOperations = interface
Public Interface IWorkflowsOperations

Methods

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

Abort the given workflow.

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

Get Workflows resource

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

Get a Workflow List

Extension Methods

Abort(IWorkflowsOperations, String, String, String)

Abort the given workflow.

AbortAsync(IWorkflowsOperations, String, String, String, CancellationToken)

Abort the given workflow.

Get(IWorkflowsOperations, String, String, String)

Get Workflows resource

GetAsync(IWorkflowsOperations, String, String, String, CancellationToken)

Get Workflows resource

ListByStorageSyncService(IWorkflowsOperations, String, String)

Get a Workflow List

ListByStorageSyncServiceAsync(IWorkflowsOperations, String, String, CancellationToken)

Get a Workflow List

Applies to