AzureDataLakeAnalyticsLinkedService Class

Azure Data Lake Analytics linked service.

All required parameters must be populated in order to send to Azure.

Inheritance
azure.mgmt.datafactory.models._models_py3.LinkedService
AzureDataLakeAnalyticsLinkedService

Constructor

AzureDataLakeAnalyticsLinkedService(*, account_name: Any, tenant: Any, additional_properties: Optional[Dict[str, Any]] = None, connect_via: Optional[_models.IntegrationRuntimeReference] = None, description: Optional[str] = None, parameters: Optional[Dict[str, _models.ParameterSpecification]] = None, annotations: Optional[List[Any]] = None, service_principal_id: Optional[Any] = None, service_principal_key: Optional[_models.SecretBase] = None, subscription_id: Optional[Any] = None, resource_group_name: Optional[Any] = None, data_lake_analytics_uri: Optional[Any] = None, encrypted_credential: Optional[Any] = None, **kwargs)

Variables

additional_properties
dict[str, any]

Unmatched properties from the message are deserialized to this collection.

type
str

Required. Type of linked service.Constant filled by server.

connect_via
IntegrationRuntimeReference

The integration runtime reference.

description
str

Linked service description.

parameters
dict[str, ParameterSpecification]

Parameters for linked service.

annotations
list[any]

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

account_name
any

Required. The Azure Data Lake Analytics account name. Type: string (or Expression with resultType string).

service_principal_id
any

The ID of the application used to authenticate against the Azure Data Lake Analytics account. Type: string (or Expression with resultType string).

service_principal_key
SecretBase

The Key of the application used to authenticate against the Azure Data Lake Analytics account.

tenant
any

Required. The name or ID of the tenant to which the service principal belongs. Type: string (or Expression with resultType string).

subscription_id
any

Data Lake Analytics account subscription ID (if different from Data Factory account). Type: string (or Expression with resultType string).

resource_group_name
any

Data Lake Analytics account resource group name (if different from Data Factory account). Type: string (or Expression with resultType string).

data_lake_analytics_uri
any

Azure Data Lake Analytics URI Type: string (or Expression with resultType string).

encrypted_credential
any

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