Uses of Class
com.azure.analytics.synapse.artifacts.models.TeradataLinkedService
Package
Description
Package containing the data models for ArtifactsClient.
-
Uses of TeradataLinkedService in com.azure.analytics.synapse.artifacts.models
Modifier and TypeMethodDescriptionTeradataLinkedService.setAnnotations
(List<Object> annotations) Set the annotations property: List of tags that can be used for describing the linked service.TeradataLinkedService.setAuthenticationType
(TeradataAuthenticationType authenticationType) Set the authenticationType property: AuthenticationType to be used for connection.TeradataLinkedService.setConnectionString
(Object connectionString) Set the connectionString property: Teradata ODBC connection string.TeradataLinkedService.setConnectVia
(IntegrationRuntimeReference connectVia) Set the connectVia property: The integration runtime reference.TeradataLinkedService.setDescription
(String description) Set the description property: Linked service description.TeradataLinkedService.setEncryptedCredential
(Object encryptedCredential) Set the encryptedCredential property: The encrypted credential used for authentication.TeradataLinkedService.setParameters
(Map<String, ParameterSpecification> parameters) Set the parameters property: Parameters for linked service.TeradataLinkedService.setPassword
(SecretBase password) Set the password property: Password for authentication.Set the server property: Server name for connection.TeradataLinkedService.setUsername
(Object username) Set the username property: Username for authentication.