Freigeben über


ClinicalMatchingClient Konstruktoren

Definition

Überlädt

ClinicalMatchingClient()

Initialisiert eine neue instance von ClinicalMatchingClient zum Simulieren.

ClinicalMatchingClient(Uri, AzureKeyCredential)

Initialisiert eine neue instance von ClinicalMatchingClient.

ClinicalMatchingClient(Uri, AzureKeyCredential, ClinicalMatchingClientOptions)

Initialisiert eine neue instance von ClinicalMatchingClient.

ClinicalMatchingClient()

Source:
ClinicalMatchingClient.cs

Initialisiert eine neue instance von ClinicalMatchingClient zum Simulieren.

protected ClinicalMatchingClient ();
Protected Sub New ()

Gilt für:

ClinicalMatchingClient(Uri, AzureKeyCredential)

Source:
ClinicalMatchingClient.cs

Initialisiert eine neue instance von ClinicalMatchingClient.

public ClinicalMatchingClient (Uri endpoint, Azure.AzureKeyCredential credential);
new Azure.Health.Insights.ClinicalMatching.ClinicalMatchingClient : Uri * Azure.AzureKeyCredential -> Azure.Health.Insights.ClinicalMatching.ClinicalMatchingClient
Public Sub New (endpoint As Uri, credential As AzureKeyCredential)

Parameter

endpoint
Uri

Unterstützte Cognitive Services-Endpunkte (Protokoll und Hostname, z. B. ). https://westus2.api.cognitive.microsoft.com

credential
AzureKeyCredential

Anmeldeinformationen, die zur Authentifizierung bei einem Azure-Dienst verwendet werden.

Ausnahmen

endpoint oder credential ist NULL.

Gilt für:

ClinicalMatchingClient(Uri, AzureKeyCredential, ClinicalMatchingClientOptions)

Source:
ClinicalMatchingClient.cs

Initialisiert eine neue instance von ClinicalMatchingClient.

public ClinicalMatchingClient (Uri endpoint, Azure.AzureKeyCredential credential, Azure.Health.Insights.ClinicalMatching.ClinicalMatchingClientOptions options);
new Azure.Health.Insights.ClinicalMatching.ClinicalMatchingClient : Uri * Azure.AzureKeyCredential * Azure.Health.Insights.ClinicalMatching.ClinicalMatchingClientOptions -> Azure.Health.Insights.ClinicalMatching.ClinicalMatchingClient
Public Sub New (endpoint As Uri, credential As AzureKeyCredential, options As ClinicalMatchingClientOptions)

Parameter

endpoint
Uri

Unterstützte Cognitive Services-Endpunkte (Protokoll und Hostname, z. B. ). https://westus2.api.cognitive.microsoft.com

credential
AzureKeyCredential

Anmeldeinformationen, die zur Authentifizierung bei einem Azure-Dienst verwendet werden.

options
ClinicalMatchingClientOptions

Die Optionen zum Konfigurieren des Clients.

Ausnahmen

endpoint oder credential ist NULL.

Gilt für: