DeidentificationClient 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
| Name | Description |
|---|---|
| DeidentificationClient() |
Initializes a new instance of DeidentificationClient for mocking. |
| DeidentificationClient(Uri, TokenCredential) |
Initializes a new instance of DeidentificationClient. |
| DeidentificationClient(Uri, TokenCredential, DeidentificationClientOptions) |
Initializes a new instance of DeidentificationClient. |
DeidentificationClient()
- Source:
- DeidentificationClient.cs
- Source:
- DeidentificationClient.cs
Initializes a new instance of DeidentificationClient for mocking.
protected DeidentificationClient();
Protected Sub New ()
Applies to
DeidentificationClient(Uri, TokenCredential)
- Source:
- DeidentificationClient.cs
- Source:
- DeidentificationClient.cs
Initializes a new instance of DeidentificationClient.
public DeidentificationClient(Uri endpoint, Azure.Core.TokenCredential credential);
new Azure.Health.Deidentification.DeidentificationClient : Uri * Azure.Core.TokenCredential -> Azure.Health.Deidentification.DeidentificationClient
Public Sub New (endpoint As Uri, credential As TokenCredential)
Parameters
- endpoint
- Uri
Service endpoint.
- credential
- TokenCredential
A credential used to authenticate to the service.
Exceptions
endpoint or credential is null.
Applies to
DeidentificationClient(Uri, TokenCredential, DeidentificationClientOptions)
- Source:
- DeidentificationClient.cs
- Source:
- DeidentificationClient.cs
Initializes a new instance of DeidentificationClient.
public DeidentificationClient(Uri endpoint, Azure.Core.TokenCredential credential, Azure.Health.Deidentification.DeidentificationClientOptions options);
new Azure.Health.Deidentification.DeidentificationClient : Uri * Azure.Core.TokenCredential * Azure.Health.Deidentification.DeidentificationClientOptions -> Azure.Health.Deidentification.DeidentificationClient
Public Sub New (endpoint As Uri, credential As TokenCredential, options As DeidentificationClientOptions)
Parameters
- endpoint
- Uri
Service endpoint.
- credential
- TokenCredential
A credential used to authenticate to the service.
- options
- DeidentificationClientOptions
The options for configuring the client.
Exceptions
endpoint or credential is null.