Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AzureDataExplorerLinkedService

Package version

Azure Data Explorer (Kusto) linked service.

Hierarchy

Indexable

[property: string]: any

Describes unknown properties. The value of an unknown property can be of "any" type.

Index

Properties

Optional annotations

annotations: any[]

List of tags that can be used for describing the linked service.

Optional connectVia

The integration runtime reference.

database

database: any

Database name for connection. Type: string (or Expression with resultType string).

Optional description

description: undefined | string

Linked service description.

endpoint

endpoint: any

The endpoint of Azure Data Explorer (the engine's endpoint). URL will be in the format https://..kusto.windows.net. Type: string (or Expression with resultType string)

Optional parameters

parameters: undefined | {}

Parameters for linked service.

Optional servicePrincipalId

servicePrincipalId: any

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

Optional servicePrincipalKey

servicePrincipalKey: SecretBaseUnion

The key of the service principal used to authenticate against Kusto.

Optional tenant

tenant: any

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

type

type: "AzureDataExplorer"

Polymorphic discriminator, which specifies the different types this object can be

Generated using TypeDoc