Package version:

Interface HDInsightLinkedService

HDInsight linked service.

interface HDInsightLinkedService {
    annotations?: any[];
    clusterUri: any;
    connectVia?: IntegrationRuntimeReference;
    description?: string;
    encryptedCredential?: string;
    fileSystem?: any;
    hcatalogLinkedServiceName?: LinkedServiceReference;
    isEspEnabled?: any;
    linkedServiceName?: LinkedServiceReference;
    parameters?: {
        [propertyName: string]: ParameterSpecification;
    };
    password?: SecretBaseUnion;
    type: "HDInsight";
    userName?: any;
    version?: string;
}

Hierarchy (view full)

Properties

annotations?: any[]

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

clusterUri: any

HDInsight cluster URI. Type: string (or Expression with resultType string).

The integration runtime reference.

description?: string

Linked service description.

encryptedCredential?: string

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

fileSystem?: any

Specify the FileSystem if the main storage for the HDInsight is ADLS Gen2. Type: string (or Expression with resultType string).

hcatalogLinkedServiceName?: LinkedServiceReference

A reference to the Azure SQL linked service that points to the HCatalog database.

isEspEnabled?: any

Specify if the HDInsight is created with ESP (Enterprise Security Package). Type: Boolean.

linkedServiceName?: LinkedServiceReference

The Azure Storage linked service reference.

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

Parameters for linked service.

password?: SecretBaseUnion

HDInsight cluster password.

type

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

userName?: any

HDInsight cluster user name. Type: string (or Expression with resultType string).

version?: string

Version of the linked service.