WorkflowsClient Constructors
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.
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. |
- Source:
- WorkflowsClient.cs
Initializes a new instance of WorkflowsClient for mocking.
protected WorkflowsClient ();
Protected Sub New ()
Applies to
- Source:
- WorkflowsClient.cs
Initializes a new instance of WorkflowsClient.
public WorkflowsClient (Uri endpoint, Azure.Core.TokenCredential credential);
new Azure.Analytics.Purview.Workflows.WorkflowsClient : Uri * Azure.Core.TokenCredential -> Azure.Analytics.Purview.Workflows.WorkflowsClient
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
- Source:
- WorkflowsClient.cs
Initializes a new instance of WorkflowsClient.
public WorkflowsClient (Uri endpoint, Azure.Core.TokenCredential credential, Azure.Analytics.Purview.Workflows.PurviewWorkflowServiceClientOptions options);
new Azure.Analytics.Purview.Workflows.WorkflowsClient : Uri * Azure.Core.TokenCredential * Azure.Analytics.Purview.Workflows.PurviewWorkflowServiceClientOptions -> Azure.Analytics.Purview.Workflows.WorkflowsClient
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 피드백
Azure SDK for .NET은(는) 오픈 소스 프로젝트입니다. 다음 링크를 선택하여 피드백을 제공해 주세요.