Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AzureDataLakeAnalyticsLinkedService

Package version

Azure Data Lake Analytics linked service.

Hierarchy

Indexable

[property: string]: any

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

Index

Properties

accountName

accountName: any

The Azure Data Lake Analytics account name. Type: string (or Expression with resultType string).

Optional annotations

annotations: any[]

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

Optional connectVia

The integration runtime reference.

Optional dataLakeAnalyticsUri

dataLakeAnalyticsUri: any

Azure Data Lake Analytics URI Type: string (or Expression with resultType string).

Optional description

description: undefined | string

Linked service description.

Optional encryptedCredential

encryptedCredential: any

The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string).

Optional parameters

parameters: undefined | {}

Parameters for linked service.

Optional resourceGroupName

resourceGroupName: any

Data Lake Analytics account resource group name (if different from Data Factory account). Type: string (or Expression with resultType string).

Optional servicePrincipalId

servicePrincipalId: any

The ID of the application used to authenticate against the Azure Data Lake Analytics account. Type: string (or Expression with resultType string).

Optional servicePrincipalKey

servicePrincipalKey: SecretBaseUnion

The Key of the application used to authenticate against the Azure Data Lake Analytics account.

Optional subscriptionId

subscriptionId: any

Data Lake Analytics account subscription ID (if different from Data Factory account). Type: string (or Expression with resultType string).

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: "AzureDataLakeAnalytics"

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

Generated using TypeDoc