SybaseLinkedService |
SybaseLinkedService.withAnnotations(List<Object> annotations) |
Set the annotations property: List of tags that can be used for describing the linked service.
|
SybaseLinkedService |
SybaseLinkedService.withAuthenticationType(SybaseAuthenticationType authenticationType) |
Set the authenticationType property: AuthenticationType to be used for connection.
|
SybaseLinkedService |
SybaseLinkedService.withConnectVia(IntegrationRuntimeReference connectVia) |
Set the connectVia property: The integration runtime reference.
|
SybaseLinkedService |
SybaseLinkedService.withDatabase(Object database) |
Set the database property: Database name for connection.
|
SybaseLinkedService |
SybaseLinkedService.withDescription(String description) |
Set the description property: Linked service description.
|
SybaseLinkedService |
SybaseLinkedService.withEncryptedCredential(Object encryptedCredential) |
Set the encryptedCredential property: The encrypted credential used for authentication.
|
SybaseLinkedService |
SybaseLinkedService.withParameters(Map<String,ParameterSpecification> parameters) |
Set the parameters property: Parameters for linked service.
|
SybaseLinkedService |
SybaseLinkedService.withPassword(SecretBase password) |
Set the password property: Password for authentication.
|
SybaseLinkedService |
SybaseLinkedService.withSchema(Object schema) |
Set the schema property: Schema name for connection.
|
SybaseLinkedService |
SybaseLinkedService.withServer(Object server) |
Set the server property: Server name for connection.
|
SybaseLinkedService |
SybaseLinkedService.withUsername(Object username) |
Set the username property: Username for authentication.
|