Class HDInsightLinkedService
java.lang.Object
com.azure.resourcemanager.datafactory.models.LinkedService
com.azure.resourcemanager.datafactory.models.HDInsightLinkedService
HDInsight linked service.
-
Constructor Summary
ConstructorDescriptionCreates an instance of HDInsightLinkedService class. -
Method Summary
Modifier and TypeMethodDescriptionGet the clusterUri property: HDInsight cluster URI.Get the encryptedCredential property: The encrypted credential used for authentication.Get the fileSystem property: Specify the FileSystem if the main storage for the HDInsight is ADLS Gen2.Get the hcatalogLinkedServiceName property: A reference to the Azure SQL linked service that points to the HCatalog database.Get the isEspEnabled property: Specify if the HDInsight is created with ESP (Enterprise Security Package).Get the linkedServiceName property: The Azure Storage linked service reference.password()
Get the password property: HDInsight cluster password.username()
Get the username property: HDInsight cluster user name.void
validate()
Validates the instance.withAnnotations
(List<Object> annotations) Set the annotations property: List of tags that can be used for describing the linked service.withClusterUri
(Object clusterUri) Set the clusterUri property: HDInsight cluster URI.withConnectVia
(IntegrationRuntimeReference connectVia) Set the connectVia property: The integration runtime reference.withDescription
(String description) Set the description property: Linked service description.withEncryptedCredential
(Object encryptedCredential) Set the encryptedCredential property: The encrypted credential used for authentication.withFileSystem
(Object fileSystem) Set the fileSystem property: Specify the FileSystem if the main storage for the HDInsight is ADLS Gen2.withHcatalogLinkedServiceName
(LinkedServiceReference hcatalogLinkedServiceName) Set the hcatalogLinkedServiceName property: A reference to the Azure SQL linked service that points to the HCatalog database.withIsEspEnabled
(Object isEspEnabled) Set the isEspEnabled property: Specify if the HDInsight is created with ESP (Enterprise Security Package).withLinkedServiceName
(LinkedServiceReference linkedServiceName) Set the linkedServiceName property: The Azure Storage linked service reference.withParameters
(Map<String, ParameterSpecification> parameters) Set the parameters property: Parameters for linked service.withPassword
(SecretBase password) Set the password property: HDInsight cluster password.withUsername
(Object username) Set the username property: HDInsight cluster user name.Methods inherited from class com.azure.resourcemanager.datafactory.models.LinkedService
additionalProperties, annotations, connectVia, description, parameters, withAdditionalProperties
-
Constructor Details
-
HDInsightLinkedService
public HDInsightLinkedService()Creates an instance of HDInsightLinkedService class.
-
-
Method Details
-
withConnectVia
Set the connectVia property: The integration runtime reference.- Overrides:
withConnectVia
in classLinkedService
- Parameters:
connectVia
- the connectVia value to set.- Returns:
- the LinkedService object itself.
-
withDescription
Set the description property: Linked service description.- Overrides:
withDescription
in classLinkedService
- Parameters:
description
- the description value to set.- Returns:
- the LinkedService object itself.
-
withParameters
Set the parameters property: Parameters for linked service.- Overrides:
withParameters
in classLinkedService
- Parameters:
parameters
- the parameters value to set.- Returns:
- the LinkedService object itself.
-
withAnnotations
Set the annotations property: List of tags that can be used for describing the linked service.- Overrides:
withAnnotations
in classLinkedService
- Parameters:
annotations
- the annotations value to set.- Returns:
- the LinkedService object itself.
-
clusterUri
Get the clusterUri property: HDInsight cluster URI. Type: string (or Expression with resultType string).- Returns:
- the clusterUri value.
-
withClusterUri
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
Get the username property: HDInsight cluster user name. Type: string (or Expression with resultType string).- Returns:
- the username value.
-
withUsername
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
Get the password property: HDInsight cluster password.- Returns:
- the password value.
-
withPassword
Set the password property: HDInsight cluster password.- Parameters:
password
- the password value to set.- Returns:
- the HDInsightLinkedService object itself.
-
linkedServiceName
Get the linkedServiceName property: The Azure Storage linked service reference.- Returns:
- the linkedServiceName value.
-
withLinkedServiceName
Set the linkedServiceName property: The Azure Storage linked service reference.- Parameters:
linkedServiceName
- the linkedServiceName value to set.- Returns:
- the HDInsightLinkedService object itself.
-
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
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
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
Get the isEspEnabled property: Specify if the HDInsight is created with ESP (Enterprise Security Package). Type: Boolean.- Returns:
- the isEspEnabled value.
-
withIsEspEnabled
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
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
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 classLinkedService
- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-