HDInsightLinkedService Class
HDInsight linked service.
All required parameters must be populated in order to send to server.
Constructor
HDInsightLinkedService(*, cluster_uri: MutableMapping[str, Any], additional_properties: Dict[str, MutableMapping[str, Any]] | None = None, version: str | None = None, connect_via: _models.IntegrationRuntimeReference | None = None, description: str | None = None, parameters: Dict[str, _models.ParameterSpecification] | None = None, annotations: List[MutableMapping[str, Any]] | None = None, user_name: MutableMapping[str, Any] | None = None, password: _models.SecretBase | None = None, linked_service_name: _models.LinkedServiceReference | None = None, hcatalog_linked_service_name: _models.LinkedServiceReference | None = None, encrypted_credential: str | None = None, is_esp_enabled: MutableMapping[str, Any] | None = None, file_system: MutableMapping[str, Any] | None = None, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
additional_properties
|
Unmatched properties from the message are deserialized to this collection. Default value: None
|
|
version
|
Version of the linked service. Default value: None
|
|
connect_via
|
The integration runtime reference. Default value: None
|
|
description
|
Linked service description. Default value: None
|
|
parameters
|
Parameters for linked service. Default value: None
|
|
annotations
|
list[<xref:JSON>]
List of tags that can be used for describing the linked service. Default value: None
|
|
cluster_uri
|
<xref:JSON>
HDInsight cluster URI. Type: string (or Expression with resultType string). Required. |
|
user_name
|
<xref:JSON>
HDInsight cluster user name. Type: string (or Expression with resultType string). Default value: None
|
|
password
|
HDInsight cluster password. Default value: None
|
|
linked_service_name
|
The Azure Storage linked service reference. Default value: None
|
|
hcatalog_linked_service_name
|
A reference to the Azure SQL linked service that points to the HCatalog database. Default value: None
|
|
encrypted_credential
|
The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string. Default value: None
|
|
is_esp_enabled
|
<xref:JSON>
Specify if the HDInsight is created with ESP (Enterprise Security Package). Type: Boolean. Default value: None
|
|
file_system
|
<xref:JSON>
Specify the FileSystem if the main storage for the HDInsight is ADLS Gen2. Type: string (or Expression with resultType string). Default value: None
|
Variables
| Name | Description |
|---|---|
|
additional_properties
|
Unmatched properties from the message are deserialized to this collection. |
|
type
|
Type of linked service. Required. |
|
version
|
Version of the linked service. |
|
connect_via
|
The integration runtime reference. |
|
description
|
Linked service description. |
|
parameters
|
Parameters for linked service. |
|
annotations
|
list[<xref:JSON>]
List of tags that can be used for describing the linked service. |
|
cluster_uri
|
<xref:JSON>
HDInsight cluster URI. Type: string (or Expression with resultType string). Required. |
|
user_name
|
<xref:JSON>
HDInsight cluster user name. Type: string (or Expression with resultType string). |
|
password
|
HDInsight cluster password. |
|
linked_service_name
|
The Azure Storage linked service reference. |
|
hcatalog_linked_service_name
|
A reference to the Azure SQL linked service that points to the HCatalog database. |
|
encrypted_credential
|
The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string. |
|
is_esp_enabled
|
<xref:JSON>
Specify if the HDInsight is created with ESP (Enterprise Security Package). Type: Boolean. |
|
file_system
|
<xref:JSON>
Specify the FileSystem if the main storage for the HDInsight is ADLS Gen2. Type: string (or Expression with resultType string). |