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