Uses of Class
com.azure.resourcemanager.datafactory.models.InformixLinkedService
Package
Description
Package containing the data models for DataFactoryManagementClient.
-
Uses of InformixLinkedService in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionInformixLinkedService.withAnnotations
(List<Object> annotations) Set the annotations property: List of tags that can be used for describing the linked service.InformixLinkedService.withAuthenticationType
(Object authenticationType) Set the authenticationType property: Type of authentication used to connect to the Informix as ODBC data store.InformixLinkedService.withConnectionString
(Object connectionString) Set the connectionString property: The non-access credential portion of the connection string as well as an optional encrypted credential.InformixLinkedService.withConnectVia
(IntegrationRuntimeReference connectVia) Set the connectVia property: The integration runtime reference.InformixLinkedService.withCredential
(SecretBase credential) Set the credential property: The access credential portion of the connection string specified in driver-specific property-value format.InformixLinkedService.withDescription
(String description) Set the description property: Linked service description.InformixLinkedService.withEncryptedCredential
(Object encryptedCredential) Set the encryptedCredential property: The encrypted credential used for authentication.InformixLinkedService.withParameters
(Map<String, ParameterSpecification> parameters) Set the parameters property: Parameters for linked service.InformixLinkedService.withPassword
(SecretBase password) Set the password property: Password for Basic authentication.InformixLinkedService.withUsername
(Object username) Set the username property: User name for Basic authentication.