Uses of Class
com.azure.resourcemanager.datafactory.models.HDInsightLinkedService
Package
Description
Package containing the data models for DataFactoryManagementClient.
-
Uses of HDInsightLinkedService in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionHDInsightLinkedService.withAnnotations
(List<Object> annotations) Set the annotations property: List of tags that can be used for describing the linked service.HDInsightLinkedService.withClusterUri
(Object clusterUri) Set the clusterUri property: HDInsight cluster URI.HDInsightLinkedService.withConnectVia
(IntegrationRuntimeReference connectVia) Set the connectVia property: The integration runtime reference.HDInsightLinkedService.withDescription
(String description) Set the description property: Linked service description.HDInsightLinkedService.withEncryptedCredential
(Object encryptedCredential) Set the encryptedCredential property: The encrypted credential used for authentication.HDInsightLinkedService.withFileSystem
(Object fileSystem) Set the fileSystem property: Specify the FileSystem if the main storage for the HDInsight is ADLS Gen2.HDInsightLinkedService.withHcatalogLinkedServiceName
(LinkedServiceReference hcatalogLinkedServiceName) Set the hcatalogLinkedServiceName property: A reference to the Azure SQL linked service that points to the HCatalog database.HDInsightLinkedService.withIsEspEnabled
(Object isEspEnabled) Set the isEspEnabled property: Specify if the HDInsight is created with ESP (Enterprise Security Package).HDInsightLinkedService.withLinkedServiceName
(LinkedServiceReference linkedServiceName) Set the linkedServiceName property: The Azure Storage linked service reference.HDInsightLinkedService.withParameters
(Map<String, ParameterSpecification> parameters) Set the parameters property: Parameters for linked service.HDInsightLinkedService.withPassword
(SecretBase password) Set the password property: HDInsight cluster password.HDInsightLinkedService.withUsername
(Object username) Set the username property: HDInsight cluster user name.