Freigeben über


AzureDataExplorerLinkedService Konstruktor

Definition

Initialisiert eine neue instance von 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))

Parameter

endpoint
DataFactoryElement<String>

Der Endpunkt von Azure Data Explorer (Der Endpunkt der Engine). URL hat das Format https://< clusterName>.< regionName.kusto.windows.net>. Type: string (oder Expression with resultType string).

database
DataFactoryElement<String>

Datenbankname für die Verbindung. Type: string (oder Expression with resultType string).

Ausnahmen

endpoint oder database ist NULL.

Gilt für: