Uses of Class
com.azure.analytics.synapse.artifacts.models.AzurePostgreSqlLinkedService
Package
Description
Package containing the data models for ArtifactsClient.
-
Uses of AzurePostgreSqlLinkedService in com.azure.analytics.synapse.artifacts.models
Modifier and TypeMethodDescriptionAzurePostgreSqlLinkedService.setAnnotations
(List<Object> annotations) Set the annotations property: List of tags that can be used for describing the linked service.AzurePostgreSqlLinkedService.setConnectionString
(Object connectionString) Set the connectionString property: An ODBC connection string.AzurePostgreSqlLinkedService.setConnectVia
(IntegrationRuntimeReference connectVia) Set the connectVia property: The integration runtime reference.AzurePostgreSqlLinkedService.setDescription
(String description) Set the description property: Linked service description.AzurePostgreSqlLinkedService.setEncryptedCredential
(Object encryptedCredential) Set the encryptedCredential property: The encrypted credential used for authentication.AzurePostgreSqlLinkedService.setParameters
(Map<String, ParameterSpecification> parameters) Set the parameters property: Parameters for linked service.AzurePostgreSqlLinkedService.setPassword
(AzureKeyVaultSecretReference password) Set the password property: The Azure key vault secret reference of password in connection string.