Share via


AzureDataExplorerLinkedService.Endpoint Property

Definition

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).

public Azure.Core.Expressions.DataFactory.DataFactoryElement<string> Endpoint { get; set; }
member this.Endpoint : Azure.Core.Expressions.DataFactory.DataFactoryElement<string> with get, set
Public Property Endpoint As DataFactoryElement(Of String)

Property Value

Applies to