Class InformixLinkedService
java.lang.Object
com.azure.analytics.synapse.artifacts.models.LinkedService
com.azure.analytics.synapse.artifacts.models.InformixLinkedService
Informix linked service.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the authenticationType property: Type of authentication used to connect to the Informix as ODBC data store.Get the connectionString property: The non-access credential portion of the connection string as well as an optional encrypted credential.Get the credential property: The access credential portion of the connection string specified in driver-specific property-value format.Get the encryptedCredential property: The encrypted credential used for authentication.Get the password property: Password for Basic authentication.Get the userName property: User name for Basic authentication.setAnnotations
(List<Object> annotations) Set the annotations property: List of tags that can be used for describing the linked service.setAuthenticationType
(Object authenticationType) Set the authenticationType property: Type of authentication used to connect to the Informix as ODBC data store.setConnectionString
(Object connectionString) Set the connectionString property: The non-access credential portion of the connection string as well as an optional encrypted credential.setConnectVia
(IntegrationRuntimeReference connectVia) Set the connectVia property: The integration runtime reference.setCredential
(SecretBase credential) Set the credential property: The access credential portion of the connection string specified in driver-specific property-value format.setDescription
(String description) Set the description property: Linked service description.setEncryptedCredential
(Object encryptedCredential) Set the encryptedCredential property: The encrypted credential used for authentication.setParameters
(Map<String, ParameterSpecification> parameters) Set the parameters property: Parameters for linked service.setPassword
(SecretBase password) Set the password property: Password for Basic authentication.setUserName
(Object userName) Set the userName property: User name for Basic authentication.Methods inherited from class com.azure.analytics.synapse.artifacts.models.LinkedService
getAdditionalProperties, getAnnotations, getConnectVia, getDescription, getParameters, setAdditionalProperties
-
Constructor Details
-
InformixLinkedService
public InformixLinkedService()Creates an instance of InformixLinkedService class.
-
-
Method Details
-
getConnectionString
Get the connectionString property: The non-access credential portion of the connection string as well as an optional encrypted credential. Type: string, SecureString or AzureKeyVaultSecretReference.- Returns:
- the connectionString value.
-
setConnectionString
Set the connectionString property: The non-access credential portion of the connection string as well as an optional encrypted credential. Type: string, SecureString or AzureKeyVaultSecretReference.- Parameters:
connectionString
- the connectionString value to set.- Returns:
- the InformixLinkedService object itself.
-
getAuthenticationType
Get the authenticationType property: Type of authentication used to connect to the Informix as ODBC data store. Possible values are: Anonymous and Basic. Type: string (or Expression with resultType string).- Returns:
- the authenticationType value.
-
setAuthenticationType
Set the authenticationType property: Type of authentication used to connect to the Informix as ODBC data store. Possible values are: Anonymous and Basic. Type: string (or Expression with resultType string).- Parameters:
authenticationType
- the authenticationType value to set.- Returns:
- the InformixLinkedService object itself.
-
getCredential
Get the credential property: The access credential portion of the connection string specified in driver-specific property-value format.- Returns:
- the credential value.
-
setCredential
Set the credential property: The access credential portion of the connection string specified in driver-specific property-value format.- Parameters:
credential
- the credential value to set.- Returns:
- the InformixLinkedService object itself.
-
getUserName
Get the userName property: User name for Basic authentication. Type: string (or Expression with resultType string).- Returns:
- the userName value.
-
setUserName
Set the userName property: User name for Basic authentication. Type: string (or Expression with resultType string).- Parameters:
userName
- the userName value to set.- Returns:
- the InformixLinkedService object itself.
-
getPassword
Get the password property: Password for Basic authentication.- Returns:
- the password value.
-
setPassword
Set the password property: Password for Basic authentication.- Parameters:
password
- the password value to set.- Returns:
- the InformixLinkedService object itself.
-
getEncryptedCredential
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.
-
setEncryptedCredential
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 InformixLinkedService object itself.
-
setConnectVia
Set the connectVia property: The integration runtime reference.- Overrides:
setConnectVia
in classLinkedService
- Parameters:
connectVia
- the connectVia value to set.- Returns:
- the LinkedService object itself.
-
setDescription
Set the description property: Linked service description.- Overrides:
setDescription
in classLinkedService
- Parameters:
description
- the description value to set.- Returns:
- the LinkedService object itself.
-
setParameters
Set the parameters property: Parameters for linked service.- Overrides:
setParameters
in classLinkedService
- Parameters:
parameters
- the parameters value to set.- Returns:
- the LinkedService object itself.
-
setAnnotations
Set the annotations property: List of tags that can be used for describing the linked service.- Overrides:
setAnnotations
in classLinkedService
- Parameters:
annotations
- the annotations value to set.- Returns:
- the LinkedService object itself.
-