Package version:

Interface AzureDataLakeAnalyticsLinkedService

Azure Data Lake Analytics linked service.

interface AzureDataLakeAnalyticsLinkedService {
    accountName: any;
    annotations?: any[];
    connectVia?: IntegrationRuntimeReference;
    dataLakeAnalyticsUri?: any;
    description?: string;
    encryptedCredential?: string;
    parameters?: {
        [propertyName: string]: ParameterSpecification;
    };
    resourceGroupName?: any;
    servicePrincipalId?: any;
    servicePrincipalKey?: SecretBaseUnion;
    subscriptionId?: any;
    tenant: any;
    type: "AzureDataLakeAnalytics";
    version?: string;
}

Hierarchy (view full)

Properties

accountName: any

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

annotations?: any[]

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

The integration runtime reference.

dataLakeAnalyticsUri?: any

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

description?: string

Linked service description.

encryptedCredential?: string

The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.

parameters?: {
    [propertyName: string]: ParameterSpecification;
}

Parameters for linked service.

resourceGroupName?: any

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

servicePrincipalId?: any

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

servicePrincipalKey?: SecretBaseUnion

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

subscriptionId?: any

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

tenant: any

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

type

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

version?: string

Version of the linked service.