Class AzureDataLakeAnalyticsLinkedService


  • public class AzureDataLakeAnalyticsLinkedService
    extends LinkedService
    Azure Data Lake Analytics linked service.
    • Constructor Detail

      • AzureDataLakeAnalyticsLinkedService

        public AzureDataLakeAnalyticsLinkedService()
    • Method Detail

      • getAccountName

        public Object getAccountName()
        Get the accountName property: The Azure Data Lake Analytics account name. Type: string (or Expression with resultType string).
        Returns:
        the accountName value.
      • setAccountName

        public AzureDataLakeAnalyticsLinkedService setAccountName​(Object accountName)
        Set the accountName property: The Azure Data Lake Analytics account name. Type: string (or Expression with resultType string).
        Parameters:
        accountName - the accountName value to set.
        Returns:
        the AzureDataLakeAnalyticsLinkedService object itself.
      • getServicePrincipalId

        public Object getServicePrincipalId()
        Get the servicePrincipalId property: The ID of the application used to authenticate against the Azure Data Lake Analytics account. Type: string (or Expression with resultType string).
        Returns:
        the servicePrincipalId value.
      • setServicePrincipalId

        public AzureDataLakeAnalyticsLinkedService setServicePrincipalId​(Object servicePrincipalId)
        Set the servicePrincipalId property: The ID of the application used to authenticate against the Azure Data Lake Analytics account. Type: string (or Expression with resultType string).
        Parameters:
        servicePrincipalId - the servicePrincipalId value to set.
        Returns:
        the AzureDataLakeAnalyticsLinkedService object itself.
      • getServicePrincipalKey

        public SecretBase getServicePrincipalKey()
        Get the servicePrincipalKey property: The Key of the application used to authenticate against the Azure Data Lake Analytics account.
        Returns:
        the servicePrincipalKey value.
      • setServicePrincipalKey

        public AzureDataLakeAnalyticsLinkedService setServicePrincipalKey​(SecretBase servicePrincipalKey)
        Set the servicePrincipalKey property: The Key of the application used to authenticate against the Azure Data Lake Analytics account.
        Parameters:
        servicePrincipalKey - the servicePrincipalKey value to set.
        Returns:
        the AzureDataLakeAnalyticsLinkedService object itself.
      • getTenant

        public Object getTenant()
        Get the tenant property: The name or ID of the tenant to which the service principal belongs. Type: string (or Expression with resultType string).
        Returns:
        the tenant value.
      • setTenant

        public AzureDataLakeAnalyticsLinkedService setTenant​(Object tenant)
        Set the tenant property: The name or ID of the tenant to which the service principal belongs. Type: string (or Expression with resultType string).
        Parameters:
        tenant - the tenant value to set.
        Returns:
        the AzureDataLakeAnalyticsLinkedService object itself.
      • getSubscriptionId

        public Object getSubscriptionId()
        Get the subscriptionId property: Data Lake Analytics account subscription ID (if different from Data Factory account). Type: string (or Expression with resultType string).
        Returns:
        the subscriptionId value.
      • setSubscriptionId

        public AzureDataLakeAnalyticsLinkedService setSubscriptionId​(Object subscriptionId)
        Set the subscriptionId property: Data Lake Analytics account subscription ID (if different from Data Factory account). Type: string (or Expression with resultType string).
        Parameters:
        subscriptionId - the subscriptionId value to set.
        Returns:
        the AzureDataLakeAnalyticsLinkedService object itself.
      • getResourceGroupName

        public Object getResourceGroupName()
        Get the resourceGroupName property: Data Lake Analytics account resource group name (if different from Data Factory account). Type: string (or Expression with resultType string).
        Returns:
        the resourceGroupName value.
      • setResourceGroupName

        public AzureDataLakeAnalyticsLinkedService setResourceGroupName​(Object resourceGroupName)
        Set the resourceGroupName property: Data Lake Analytics account resource group name (if different from Data Factory account). Type: string (or Expression with resultType string).
        Parameters:
        resourceGroupName - the resourceGroupName value to set.
        Returns:
        the AzureDataLakeAnalyticsLinkedService object itself.
      • getDataLakeAnalyticsUri

        public Object getDataLakeAnalyticsUri()
        Get the dataLakeAnalyticsUri property: Azure Data Lake Analytics URI Type: string (or Expression with resultType string).
        Returns:
        the dataLakeAnalyticsUri value.
      • setDataLakeAnalyticsUri

        public AzureDataLakeAnalyticsLinkedService setDataLakeAnalyticsUri​(Object dataLakeAnalyticsUri)
        Set the dataLakeAnalyticsUri property: Azure Data Lake Analytics URI Type: string (or Expression with resultType string).
        Parameters:
        dataLakeAnalyticsUri - the dataLakeAnalyticsUri value to set.
        Returns:
        the AzureDataLakeAnalyticsLinkedService object itself.
      • getEncryptedCredential

        public Object getEncryptedCredential()
        Get the encryptedCredential property: The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string).
        Returns:
        the encryptedCredential value.
      • setEncryptedCredential

        public AzureDataLakeAnalyticsLinkedService setEncryptedCredential​(Object encryptedCredential)
        Set the encryptedCredential property: The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string).
        Parameters:
        encryptedCredential - the encryptedCredential value to set.
        Returns:
        the AzureDataLakeAnalyticsLinkedService object itself.