IWorkflowsOperations Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
WorkflowsOperations operations.
public interface IWorkflowsOperations
type IWorkflowsOperations = interface
Public Interface IWorkflowsOperations
Methods
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET