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