Share via


AzureDataExplorerLinkedService(Object, Object) Constructor

Definition

Initializes a new instance of AzureDataExplorerLinkedService.

public AzureDataExplorerLinkedService (object endpoint, object database);
new Azure.Analytics.Synapse.Artifacts.Models.AzureDataExplorerLinkedService : obj * obj -> Azure.Analytics.Synapse.Artifacts.Models.AzureDataExplorerLinkedService
Public Sub New (endpoint As Object, database As Object)

Parameters

endpoint
Object

The endpoint of Azure Data Explorer (the engine's endpoint). URL will be in the format https://<clusterName>.<regionName>.kusto.windows.net. Type: string (or Expression with resultType string).

database
Object

Database name for connection. Type: string (or Expression with resultType string).

Exceptions

endpoint or database is null.

Applies to