Package version:

Interface HDInsightLinkedService

HDInsight linked service.

Hierarchy

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?: any

The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType 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.

Type declaration

password?: SecretBaseUnion

HDInsight cluster password.

type: "HDInsight"

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

userName?: any

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

Generated using TypeDoc