UserRequestsClient 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 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.
|
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.
|
Applies to
Azure SDK for .NET