Class HDInsightLinkedService


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

      • HDInsightLinkedService

        public HDInsightLinkedService()
    • Method Detail

      • getClusterUri

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

        public HDInsightLinkedService setClusterUri​(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.
      • getUserName

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

        public HDInsightLinkedService setUserName​(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.
      • getPassword

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

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

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

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

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

        public HDInsightLinkedService setHcatalogLinkedServiceName​(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.
      • 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 HDInsightLinkedService 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 HDInsightLinkedService object itself.
      • getIsEspEnabled

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

        public HDInsightLinkedService setIsEspEnabled​(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.
      • getFileSystem

        public Object getFileSystem()
        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.
      • setFileSystem

        public HDInsightLinkedService setFileSystem​(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.
      • setDescription

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

        public HDInsightLinkedService 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.