HDInsightLinkedService Class

Definition

HDInsight linked service.

[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.HDInsightLinkedService+HDInsightLinkedServiceConverter))]
public class HDInsightLinkedService : Azure.Analytics.Synapse.Artifacts.Models.LinkedService
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.HDInsightLinkedService+HDInsightLinkedServiceConverter))>]
type HDInsightLinkedService = class
    inherit LinkedService
Public Class HDInsightLinkedService
Inherits LinkedService
Inheritance
HDInsightLinkedService
Attributes

Constructors

HDInsightLinkedService(Object)

Initializes a new instance of HDInsightLinkedService.

Properties

AdditionalProperties

Additional Properties.

(Inherited from LinkedService)
Annotations

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

(Inherited from LinkedService)
ClusterUri

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

ConnectVia

The integration runtime reference.

(Inherited from LinkedService)
Description

Linked service description.

(Inherited from LinkedService)
EncryptedCredential

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

FileSystem

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

HcatalogLinkedServiceName

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

IsEspEnabled

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

LinkedServiceName

The Azure Storage linked service reference.

Parameters

Parameters for linked service.

(Inherited from LinkedService)
Password

HDInsight cluster password. Please note SecretBase is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include AzureKeyVaultSecretReference and SecureString.

UserName

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

Applies to