AzureDataLakeAnalyticsLinkedServiceResponse

data class AzureDataLakeAnalyticsLinkedServiceResponse(val accountName: Any, val annotations: List<Any>? = null, val connectVia: IntegrationRuntimeReferenceResponse? = null, val dataLakeAnalyticsUri: Any? = null, val description: String? = null, val encryptedCredential: String? = null, val parameters: Map<String, ParameterSpecificationResponse>? = null, val resourceGroupName: Any? = null, val servicePrincipalId: Any? = null, val servicePrincipalKey: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>? = null, val subscriptionId: Any? = null, val tenant: Any, val type: String, val version: String? = null)

Azure Data Lake Analytics linked service.

Constructors

constructor(accountName: Any, annotations: List<Any>? = null, connectVia: IntegrationRuntimeReferenceResponse? = null, dataLakeAnalyticsUri: Any? = null, description: String? = null, encryptedCredential: String? = null, parameters: Map<String, ParameterSpecificationResponse>? = null, resourceGroupName: Any? = null, servicePrincipalId: Any? = null, servicePrincipalKey: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>? = null, subscriptionId: Any? = null, tenant: Any, type: String, version: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard
val annotations: List<Any>? = null

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

Link copied to clipboard

The integration runtime reference.

Link copied to clipboard

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

Link copied to clipboard
val description: String? = null

Linked service description.

Link copied to clipboard

The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.

Link copied to clipboard

Parameters for linked service.

Link copied to clipboard
val resourceGroupName: Any? = null

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

Link copied to clipboard
val servicePrincipalId: Any? = null

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

Link copied to clipboard

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

Link copied to clipboard
val subscriptionId: Any? = null

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

Link copied to clipboard
val tenant: Any

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

Link copied to clipboard

Type of linked service. Expected value is 'AzureDataLakeAnalytics'.

Link copied to clipboard
val version: String? = null

Version of the linked service.