Uses of Class
com.azure.analytics.synapse.artifacts.models.InformixLinkedService
Package
Description
Package containing the data models for ArtifactsClient.
-
Uses of InformixLinkedService in com.azure.analytics.synapse.artifacts.models
Modifier and TypeMethodDescriptionInformixLinkedService.setAnnotations
(List<Object> annotations) Set the annotations property: List of tags that can be used for describing the linked service.InformixLinkedService.setAuthenticationType
(Object authenticationType) Set the authenticationType property: Type of authentication used to connect to the Informix as ODBC data store.InformixLinkedService.setConnectionString
(Object connectionString) Set the connectionString property: The non-access credential portion of the connection string as well as an optional encrypted credential.InformixLinkedService.setConnectVia
(IntegrationRuntimeReference connectVia) Set the connectVia property: The integration runtime reference.InformixLinkedService.setCredential
(SecretBase credential) Set the credential property: The access credential portion of the connection string specified in driver-specific property-value format.InformixLinkedService.setDescription
(String description) Set the description property: Linked service description.InformixLinkedService.setEncryptedCredential
(Object encryptedCredential) Set the encryptedCredential property: The encrypted credential used for authentication.InformixLinkedService.setParameters
(Map<String, ParameterSpecification> parameters) Set the parameters property: Parameters for linked service.InformixLinkedService.setPassword
(SecretBase password) Set the password property: Password for Basic authentication.InformixLinkedService.setUserName
(Object userName) Set the userName property: User name for Basic authentication.