HDInsightLinkedService Class
HDInsight linked service.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.datafactory.models._models_py3.LinkedServiceHDInsightLinkedService
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. |
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). |
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). |
Azure SDK for Python