Share via


WorkflowsClient Class

Definition

The Workflows service client.

public class WorkflowsClient
type WorkflowsClient = class
Public Class WorkflowsClient
Inheritance
WorkflowsClient

Constructors

WorkflowsClient()

Initializes a new instance of WorkflowsClient for mocking.

WorkflowsClient(Uri, TokenCredential)

Initializes a new instance of WorkflowsClient.

WorkflowsClient(Uri, TokenCredential, PurviewWorkflowServiceClientOptions)

Initializes a new instance of WorkflowsClient.

Properties

Pipeline

The HTTP pipeline for sending and receiving REST requests and responses.

Methods

GetWorkflows(RequestContext)

[Protocol Method] List all workflows.

  • This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.
GetWorkflowsAsync(RequestContext)

[Protocol Method] List all workflows.

  • This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.

Applies to