Class AzureDataLakeStoreLinkedServiceTypeProperties


  • public final class AzureDataLakeStoreLinkedServiceTypeProperties
    extends Object
    Azure Data Lake Store linked service properties.
    • Constructor Detail

      • AzureDataLakeStoreLinkedServiceTypeProperties

        public AzureDataLakeStoreLinkedServiceTypeProperties()
    • Method Detail

      • dataLakeStoreUri

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

        public AzureDataLakeStoreLinkedServiceTypeProperties withDataLakeStoreUri​(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 AzureDataLakeStoreLinkedServiceTypeProperties object itself.
      • servicePrincipalId

        public Object servicePrincipalId()
        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.
      • withServicePrincipalId

        public AzureDataLakeStoreLinkedServiceTypeProperties withServicePrincipalId​(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 AzureDataLakeStoreLinkedServiceTypeProperties object itself.
      • servicePrincipalKey

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

        public AzureDataLakeStoreLinkedServiceTypeProperties withServicePrincipalKey​(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 AzureDataLakeStoreLinkedServiceTypeProperties object itself.
      • tenant

        public Object tenant()
        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.
      • withTenant

        public AzureDataLakeStoreLinkedServiceTypeProperties withTenant​(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 AzureDataLakeStoreLinkedServiceTypeProperties object itself.
      • azureCloudType

        public Object azureCloudType()
        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.
      • withAzureCloudType

        public AzureDataLakeStoreLinkedServiceTypeProperties withAzureCloudType​(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 AzureDataLakeStoreLinkedServiceTypeProperties object itself.
      • accountName

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

        public AzureDataLakeStoreLinkedServiceTypeProperties withAccountName​(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 AzureDataLakeStoreLinkedServiceTypeProperties object itself.
      • subscriptionId

        public Object subscriptionId()
        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.
      • withSubscriptionId

        public AzureDataLakeStoreLinkedServiceTypeProperties withSubscriptionId​(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 AzureDataLakeStoreLinkedServiceTypeProperties object itself.
      • resourceGroupName

        public Object resourceGroupName()
        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.
      • withResourceGroupName

        public AzureDataLakeStoreLinkedServiceTypeProperties withResourceGroupName​(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 AzureDataLakeStoreLinkedServiceTypeProperties object itself.
      • encryptedCredential

        public Object encryptedCredential()
        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.
      • withEncryptedCredential

        public AzureDataLakeStoreLinkedServiceTypeProperties withEncryptedCredential​(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 AzureDataLakeStoreLinkedServiceTypeProperties object itself.
      • credential

        public CredentialReference credential()
        Get the credential property: The credential reference containing authentication information.
        Returns:
        the credential value.
      • withCredential

        public AzureDataLakeStoreLinkedServiceTypeProperties withCredential​(CredentialReference credential)
        Set the credential property: The credential reference containing authentication information.
        Parameters:
        credential - the credential value to set.
        Returns:
        the AzureDataLakeStoreLinkedServiceTypeProperties object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.