Share via


UserRequestsClient Class

Definition

The UserRequests service client.

public class UserRequestsClient
type UserRequestsClient = class
Public Class UserRequestsClient
Inheritance
UserRequestsClient

Constructors

UserRequestsClient()

Initializes a new instance of UserRequestsClient for mocking.

UserRequestsClient(Uri, TokenCredential)

Initializes a new instance of UserRequestsClient.

UserRequestsClient(Uri, TokenCredential, PurviewWorkflowServiceClientOptions)

Initializes a new instance of UserRequestsClient.

Properties

Pipeline

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

Methods

Submit(RequestContent, RequestContext)

[Protocol Method] Submit a user request for requestor, a user request describes user ask to do operation(s) on Purview. If any workflow's trigger matches with an operation in request, a run of the workflow is created.

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

[Protocol Method] Submit a user request for requestor, a user request describes user ask to do operation(s) on Purview. If any workflow's trigger matches with an operation in request, a run of the workflow is created.

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

Applies to