Share via


ApprovalClient Class

Definition

The Approval service client.

public class ApprovalClient
type ApprovalClient = class
Public Class ApprovalClient
Inheritance
ApprovalClient

Constructors

ApprovalClient()

Initializes a new instance of ApprovalClient for mocking.

ApprovalClient(Uri, TokenCredential)

Initializes a new instance of ApprovalClient.

ApprovalClient(Uri, TokenCredential, PurviewWorkflowServiceClientOptions)

Initializes a new instance of ApprovalClient.

Properties

Pipeline

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

Methods

Approve(Guid, RequestContent, RequestContext)

[Protocol Method] Approve an approval.

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

[Protocol Method] Approve an approval.

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

[Protocol Method] Reject an approval.

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

[Protocol Method] Reject an approval.

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

Applies to