Share via


AzureDataExplorerLinkedService Constructor

Definition

Initializes a new instance of AzureDataExplorerLinkedService.

public AzureDataExplorerLinkedService (Azure.Core.Expressions.DataFactory.DataFactoryElement<string> endpoint, Azure.Core.Expressions.DataFactory.DataFactoryElement<string> database);
new Azure.ResourceManager.DataFactory.Models.AzureDataExplorerLinkedService : Azure.Core.Expressions.DataFactory.DataFactoryElement<string> * Azure.Core.Expressions.DataFactory.DataFactoryElement<string> -> Azure.ResourceManager.DataFactory.Models.AzureDataExplorerLinkedService
Public Sub New (endpoint As DataFactoryElement(Of String), database As DataFactoryElement(Of String))

Parameters

endpoint
DataFactoryElement<String>

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
DataFactoryElement<String>

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

Exceptions

endpoint or database is null.

Applies to