次の方法で共有


AzureDataExplorerLinkedService.Endpoint プロパティ

定義

Azure Data Explorer (エンジンのエンドポイント) のエンドポイントを取得または設定します。 URL は、https://& lt;clusterName> の形式になります。<regionName>.kusto.windows.net。 型: string (または resultType 文字列を含む式)

[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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象