共用方式為


AzureDataExplorerLinkedService.Endpoint Property

Definition

Gets or sets 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)

[Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.endpoint")]
public object Endpoint { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.endpoint")>]
member this.Endpoint : obj with get, set
Public Property Endpoint As Object

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to