WorkflowTaskClient Constructors
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.
Overloads
WorkflowTaskClient() |
Initializes a new instance of WorkflowTaskClient for mocking. |
WorkflowTaskClient(Uri, TokenCredential) |
Initializes a new instance of WorkflowTaskClient. |
WorkflowTaskClient(Uri, TokenCredential, PurviewWorkflowServiceClientOptions) |
Initializes a new instance of WorkflowTaskClient. |
WorkflowTaskClient()
- Source:
- WorkflowTaskClient.cs
Initializes a new instance of WorkflowTaskClient for mocking.
protected WorkflowTaskClient ();
Protected Sub New ()
Applies to
WorkflowTaskClient(Uri, TokenCredential)
- Source:
- WorkflowTaskClient.cs
Initializes a new instance of WorkflowTaskClient.
public WorkflowTaskClient (Uri endpoint, Azure.Core.TokenCredential credential);
new Azure.Analytics.Purview.Workflows.WorkflowTaskClient : Uri * Azure.Core.TokenCredential -> Azure.Analytics.Purview.Workflows.WorkflowTaskClient
Public Sub New (endpoint As Uri, credential As TokenCredential)
Parameters
- endpoint
- Uri
The account endpoint of your Purview account. Example: https://{accountName}.purview.azure.com/.
- credential
- TokenCredential
A credential used to authenticate to an Azure Service.
Exceptions
endpoint
or credential
is null.
Applies to
WorkflowTaskClient(Uri, TokenCredential, PurviewWorkflowServiceClientOptions)
- Source:
- WorkflowTaskClient.cs
Initializes a new instance of WorkflowTaskClient.
public WorkflowTaskClient (Uri endpoint, Azure.Core.TokenCredential credential, Azure.Analytics.Purview.Workflows.PurviewWorkflowServiceClientOptions options);
new Azure.Analytics.Purview.Workflows.WorkflowTaskClient : Uri * Azure.Core.TokenCredential * Azure.Analytics.Purview.Workflows.PurviewWorkflowServiceClientOptions -> Azure.Analytics.Purview.Workflows.WorkflowTaskClient
Public Sub New (endpoint As Uri, credential As TokenCredential, options As PurviewWorkflowServiceClientOptions)
Parameters
- endpoint
- Uri
The account endpoint of your Purview account. Example: https://{accountName}.purview.azure.com/.
- credential
- TokenCredential
A credential used to authenticate to an Azure Service.
The options for configuring the client.
Exceptions
endpoint
or credential
is null.
Applies to
Azure SDK for .NET