Share via


AzureDataExplorerLinkedService Class

Definition

Azure Data Explorer (Kusto) linked service.

[Microsoft.Rest.Serialization.JsonTransformation]
[Newtonsoft.Json.JsonObject("AzureDataExplorer")]
public class AzureDataExplorerLinkedService : Microsoft.Azure.Management.DataFactory.Models.LinkedService
[<Microsoft.Rest.Serialization.JsonTransformation>]
[<Newtonsoft.Json.JsonObject("AzureDataExplorer")>]
type AzureDataExplorerLinkedService = class
    inherit LinkedService
Public Class AzureDataExplorerLinkedService
Inherits LinkedService
Inheritance
AzureDataExplorerLinkedService
Attributes
JsonTransformationAttribute Newtonsoft.Json.JsonObjectAttribute

Constructors

AzureDataExplorerLinkedService()

Initializes a new instance of the AzureDataExplorerLinkedService class.

AzureDataExplorerLinkedService(Object, Object, IDictionary<String, Object>, IntegrationRuntimeReference, String, IDictionary<String, ParameterSpecification>, IList<Object>, Object, SecretBase, Object, CredentialReference)

Initializes a new instance of the AzureDataExplorerLinkedService class.

AzureDataExplorerLinkedService(Object, Object, SecretBase, Object, Object, IDictionary<String,Object>, IntegrationRuntimeReference, String, IDictionary<String,ParameterSpecification>, IList<Object>)

Initializes a new instance of the AzureDataExplorerLinkedService class.

Properties

AdditionalProperties

Gets or sets unmatched properties from the message are deserialized this collection

(Inherited from LinkedService)
Annotations

Gets or sets list of tags that can be used for describing the linked service.

(Inherited from LinkedService)
ConnectVia

Gets or sets the integration runtime reference.

(Inherited from LinkedService)
Credential

Gets or sets the credential reference containing authentication information.

Database

Gets or sets database name for connection. Type: string (or Expression with resultType string).

Description

Gets or sets linked service description.

(Inherited from LinkedService)
Endpoint

Gets or sets the endpoint of Azure Data Explorer (the engine's endpoint). URL will be in the format https://&lt;clusterName&gt;.&lt;regionName&gt;.kusto.windows.net. Type: string (or Expression with resultType string)

Parameters

Gets or sets parameters for linked service.

(Inherited from LinkedService)
ServicePrincipalId

Gets or sets the ID of the service principal used to authenticate against Azure Data Explorer. Type: string (or Expression with resultType string).

ServicePrincipalKey

Gets or sets the key of the service principal used to authenticate against Kusto.

Tenant

Gets or sets the name or ID of the tenant to which the service principal belongs. Type: string (or Expression with resultType string).

Methods

Validate()

Validate the object.

Applies to