Class HDInsightLinkedService

java.lang.Object
com.azure.resourcemanager.datafactory.models.LinkedService
com.azure.resourcemanager.datafactory.models.HDInsightLinkedService

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

    • HDInsightLinkedService

      public HDInsightLinkedService()
  • Method Details

    • withConnectVia

      public HDInsightLinkedService withConnectVia(IntegrationRuntimeReference connectVia)
      Set the connectVia property: The integration runtime reference.
      Overrides:
      withConnectVia in class LinkedService
      Parameters:
      connectVia - the connectVia value to set.
      Returns:
      the LinkedService object itself.
    • 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.
    • withParameters

      public HDInsightLinkedService withParameters(Map<String,ParameterSpecification> parameters)
      Set the parameters property: Parameters for linked service.
      Overrides:
      withParameters in class LinkedService
      Parameters:
      parameters - the parameters 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.
    • validate

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