Class AzureDataLakeStoreLinkedService


  • public class AzureDataLakeStoreLinkedService
    extends LinkedService
    Azure Data Lake Store linked service.
    • Constructor Detail

      • AzureDataLakeStoreLinkedService

        public AzureDataLakeStoreLinkedService()
    • Method Detail

      • getDataLakeStoreUri

        public Object getDataLakeStoreUri()
        Get the dataLakeStoreUri property: Data Lake Store service URI. Type: string (or Expression with resultType string).
        Returns:
        the dataLakeStoreUri value.
      • setDataLakeStoreUri

        public AzureDataLakeStoreLinkedService setDataLakeStoreUri​(Object dataLakeStoreUri)
        Set the dataLakeStoreUri property: Data Lake Store service URI. Type: string (or Expression with resultType string).
        Parameters:
        dataLakeStoreUri - the dataLakeStoreUri value to set.
        Returns:
        the AzureDataLakeStoreLinkedService object itself.
      • getServicePrincipalId

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

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

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

        public AzureDataLakeStoreLinkedService setServicePrincipalKey​(SecretBase servicePrincipalKey)
        Set the servicePrincipalKey property: The Key of the application used to authenticate against the Azure Data Lake Store account.
        Parameters:
        servicePrincipalKey - the servicePrincipalKey value to set.
        Returns:
        the AzureDataLakeStoreLinkedService 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 AzureDataLakeStoreLinkedService 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 AzureDataLakeStoreLinkedService object itself.
      • getAzureCloudType

        public Object getAzureCloudType()
        Get the azureCloudType property: Indicates the azure cloud type of the service principle auth. Allowed values are AzurePublic, AzureChina, AzureUsGovernment, AzureGermany. Default value is the data factory regions’ cloud type. Type: string (or Expression with resultType string).
        Returns:
        the azureCloudType value.
      • setAzureCloudType

        public AzureDataLakeStoreLinkedService setAzureCloudType​(Object azureCloudType)
        Set the azureCloudType property: Indicates the azure cloud type of the service principle auth. Allowed values are AzurePublic, AzureChina, AzureUsGovernment, AzureGermany. Default value is the data factory regions’ cloud type. Type: string (or Expression with resultType string).
        Parameters:
        azureCloudType - the azureCloudType value to set.
        Returns:
        the AzureDataLakeStoreLinkedService object itself.
      • getAccountName

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

        public AzureDataLakeStoreLinkedService setAccountName​(Object accountName)
        Set the accountName property: Data Lake Store account name. Type: string (or Expression with resultType string).
        Parameters:
        accountName - the accountName value to set.
        Returns:
        the AzureDataLakeStoreLinkedService object itself.
      • getSubscriptionId

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

        public AzureDataLakeStoreLinkedService setSubscriptionId​(Object subscriptionId)
        Set the subscriptionId property: Data Lake Store 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 AzureDataLakeStoreLinkedService object itself.
      • getResourceGroupName

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

        public AzureDataLakeStoreLinkedService setResourceGroupName​(Object resourceGroupName)
        Set the resourceGroupName property: Data Lake Store 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 AzureDataLakeStoreLinkedService 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 AzureDataLakeStoreLinkedService 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 AzureDataLakeStoreLinkedService object itself.
      • setAnnotations

        public AzureDataLakeStoreLinkedService setAnnotations​(List<Object> annotations)
        Set the annotations property: List of tags that can be used for describing the linked service.
        Overrides:
        setAnnotations in class LinkedService
        Parameters:
        annotations - the annotations value to set.
        Returns:
        the LinkedService object itself.