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 Summary
Constructors Constructor Description HDInsightLinkedService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
clusterUri()
Get the clusterUri property: HDInsight cluster URI.Object
encryptedCredential()
Get the encryptedCredential property: The encrypted credential used for authentication.Object
fileSystem()
Get the fileSystem property: Specify the FileSystem if the main storage for the HDInsight is ADLS Gen2.LinkedServiceReference
hcatalogLinkedServiceName()
Get the hcatalogLinkedServiceName property: A reference to the Azure SQL linked service that points to the HCatalog database.Object
isEspEnabled()
Get the isEspEnabled property: Specify if the HDInsight is created with ESP (Enterprise Security Package).LinkedServiceReference
linkedServiceName()
Get the linkedServiceName property: The Azure Storage linked service reference.SecretBase
password()
Get the password property: HDInsight cluster password.Object
username()
Get the username property: HDInsight cluster user name.void
validate()
Validates the instance.HDInsightLinkedService
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.-
Methods inherited from class com.azure.resourcemanager.datafactory.models.LinkedService
additionalProperties, annotations, connectVia, description, parameters, withAdditionalProperties
-
-
-
-
Method Detail
-
withConnectVia
public HDInsightLinkedService withConnectVia(IntegrationRuntimeReference connectVia)
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
public HDInsightLinkedService withDescription(String description)
Set the description property: Linked service description.- Overrides:
withDescription
in classLinkedService
- 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 classLinkedService
- 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 classLinkedService
- 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 classLinkedService
- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-
-