Share via


RadiologyInsightsClient Constructors

Definition

Overloads

RadiologyInsightsClient()

Initializes a new instance of RadiologyInsightsClient for mocking.

RadiologyInsightsClient(Uri, AzureKeyCredential)

Initializes a new instance of RadiologyInsightsClient.

RadiologyInsightsClient(Uri, AzureKeyCredential, RadiologyInsightsClientOptions)

Initializes a new instance of RadiologyInsightsClient.

RadiologyInsightsClient()

Source:
RadiologyInsightsClient.cs

Initializes a new instance of RadiologyInsightsClient for mocking.

protected RadiologyInsightsClient ();
Protected Sub New ()

Applies to

RadiologyInsightsClient(Uri, AzureKeyCredential)

Source:
RadiologyInsightsClient.cs

Initializes a new instance of RadiologyInsightsClient.

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

Parameters

endpoint
Uri

Supported Cognitive Services endpoints (protocol and hostname, for example: https://westus2.api.cognitive.microsoft.com).

credential
AzureKeyCredential

A credential used to authenticate to an Azure Service.

Exceptions

endpoint or credential is null.

Applies to

RadiologyInsightsClient(Uri, AzureKeyCredential, RadiologyInsightsClientOptions)

Source:
RadiologyInsightsClient.cs

Initializes a new instance of RadiologyInsightsClient.

public RadiologyInsightsClient (Uri endpoint, Azure.AzureKeyCredential credential, Azure.Health.Insights.RadiologyInsights.RadiologyInsightsClientOptions options);
new Azure.Health.Insights.RadiologyInsights.RadiologyInsightsClient : Uri * Azure.AzureKeyCredential * Azure.Health.Insights.RadiologyInsights.RadiologyInsightsClientOptions -> Azure.Health.Insights.RadiologyInsights.RadiologyInsightsClient
Public Sub New (endpoint As Uri, credential As AzureKeyCredential, options As RadiologyInsightsClientOptions)

Parameters

endpoint
Uri

Supported Cognitive Services endpoints (protocol and hostname, for example: https://westus2.api.cognitive.microsoft.com).

credential
AzureKeyCredential

A credential used to authenticate to an Azure Service.

options
RadiologyInsightsClientOptions

The options for configuring the client.

Exceptions

endpoint or credential is null.

Applies to