AzureDataExplorerLinkedService Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET