WorkflowClient Class
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.
The Workflow service client.
public class WorkflowClient
type WorkflowClient = class
Public Class WorkflowClient
- Inheritance
-
WorkflowClient
Constructors
WorkflowClient() |
Initializes a new instance of WorkflowClient for mocking. |
WorkflowClient(Uri, TokenCredential, PurviewWorkflowServiceClientOptions) |
Initializes a new instance of WorkflowClient. |
WorkflowClient(Uri, TokenCredential) |
Initializes a new instance of WorkflowClient. |
Properties
Pipeline |
The HTTP pipeline for sending and receiving REST requests and responses. |
Methods
CreateOrReplace(Guid, RequestContent, RequestContext) |
[Protocol Method] Create or replace a workflow.
|
CreateOrReplaceAsync(Guid, RequestContent, RequestContext) |
[Protocol Method] Create or replace a workflow.
|
Delete(Guid, RequestContext) |
[Protocol Method] Delete a workflow.
|
DeleteAsync(Guid, RequestContext) |
[Protocol Method] Delete a workflow.
|
GetWorkflow(Guid, RequestContext) |
[Protocol Method] Get a specific workflow.
|
GetWorkflowAsync(Guid, RequestContext) |
[Protocol Method] Get a specific workflow.
|
Validate(Guid, RequestContent, RequestContext) |
[Protocol Method] Validate a workflow.
|
ValidateAsync(Guid, RequestContent, RequestContext) |
[Protocol Method] Validate a workflow.
|
Applies to
Azure SDK for .NET