Class HDInsightLinkedService


  • public final class HDInsightLinkedService
    extends LinkedService
    HDInsight linked service.
    • Constructor Detail

      • HDInsightLinkedService

        public HDInsightLinkedService()
    • Method Detail

      • withDescription

        public HDInsightLinkedService withDescription​(String description)
        Set the description property: Linked service description.
        Overrides:
        withDescription in class LinkedService
        Parameters:
        description - the description value to set.
        Returns:
        the LinkedService object itself.
      • withAnnotations

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

        public Object clusterUri()
        Get the clusterUri property: HDInsight cluster URI. Type: string (or Expression with resultType string).
        Returns:
        the clusterUri value.
      • withClusterUri

        public HDInsightLinkedService withClusterUri​(Object clusterUri)
        Set the clusterUri property: HDInsight cluster URI. Type: string (or Expression with resultType string).
        Parameters:
        clusterUri - the clusterUri value to set.
        Returns:
        the HDInsightLinkedService object itself.
      • username

        public Object username()
        Get the username property: HDInsight cluster user name. Type: string (or Expression with resultType string).
        Returns:
        the username value.
      • withUsername

        public HDInsightLinkedService withUsername​(Object username)
        Set the username property: HDInsight cluster user name. Type: string (or Expression with resultType string).
        Parameters:
        username - the username value to set.
        Returns:
        the HDInsightLinkedService object itself.
      • password

        public SecretBase password()
        Get the password property: HDInsight cluster password.
        Returns:
        the password value.
      • withPassword

        public HDInsightLinkedService withPassword​(SecretBase password)
        Set the password property: HDInsight cluster password.
        Parameters:
        password - the password value to set.
        Returns:
        the HDInsightLinkedService object itself.
      • linkedServiceName

        public LinkedServiceReference linkedServiceName()
        Get the linkedServiceName property: The Azure Storage linked service reference.
        Returns:
        the linkedServiceName value.
      • withLinkedServiceName

        public HDInsightLinkedService withLinkedServiceName​(LinkedServiceReference linkedServiceName)
        Set the linkedServiceName property: The Azure Storage linked service reference.
        Parameters:
        linkedServiceName - the linkedServiceName value to set.
        Returns:
        the HDInsightLinkedService object itself.
      • hcatalogLinkedServiceName

        public LinkedServiceReference hcatalogLinkedServiceName()
        Get the hcatalogLinkedServiceName property: A reference to the Azure SQL linked service that points to the HCatalog database.
        Returns:
        the hcatalogLinkedServiceName value.
      • withHcatalogLinkedServiceName

        public HDInsightLinkedService withHcatalogLinkedServiceName​(LinkedServiceReference hcatalogLinkedServiceName)
        Set the hcatalogLinkedServiceName property: A reference to the Azure SQL linked service that points to the HCatalog database.
        Parameters:
        hcatalogLinkedServiceName - the hcatalogLinkedServiceName value to set.
        Returns:
        the HDInsightLinkedService 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 HDInsightLinkedService 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 HDInsightLinkedService object itself.
      • isEspEnabled

        public Object isEspEnabled()
        Get the isEspEnabled property: Specify if the HDInsight is created with ESP (Enterprise Security Package). Type: Boolean.
        Returns:
        the isEspEnabled value.
      • withIsEspEnabled

        public HDInsightLinkedService withIsEspEnabled​(Object isEspEnabled)
        Set the isEspEnabled property: Specify if the HDInsight is created with ESP (Enterprise Security Package). Type: Boolean.
        Parameters:
        isEspEnabled - the isEspEnabled value to set.
        Returns:
        the HDInsightLinkedService object itself.
      • fileSystem

        public Object fileSystem()
        Get the fileSystem property: Specify the FileSystem if the main storage for the HDInsight is ADLS Gen2. Type: string (or Expression with resultType string).
        Returns:
        the fileSystem value.
      • withFileSystem

        public HDInsightLinkedService withFileSystem​(Object fileSystem)
        Set the fileSystem property: Specify the FileSystem if the main storage for the HDInsight is ADLS Gen2. Type: string (or Expression with resultType string).
        Parameters:
        fileSystem - the fileSystem value to set.
        Returns:
        the HDInsightLinkedService object itself.