你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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