AzureDataExplorerLinkedService(Object, Object) 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 (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
Azure SDK for .NET