Uses of Class
com.azure.resourcemanager.datafactory.models.TeradataLinkedService
Package
Description
Package containing the data models for DataFactoryManagementClient.
-
Uses of TeradataLinkedService in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionTeradataLinkedService.withAnnotations
(List<Object> annotations) Set the annotations property: List of tags that can be used for describing the linked service.TeradataLinkedService.withAuthenticationType
(TeradataAuthenticationType authenticationType) Set the authenticationType property: AuthenticationType to be used for connection.TeradataLinkedService.withConnectionString
(Object connectionString) Set the connectionString property: Teradata ODBC connection string.TeradataLinkedService.withConnectVia
(IntegrationRuntimeReference connectVia) Set the connectVia property: The integration runtime reference.TeradataLinkedService.withDescription
(String description) Set the description property: Linked service description.TeradataLinkedService.withEncryptedCredential
(Object encryptedCredential) Set the encryptedCredential property: The encrypted credential used for authentication.TeradataLinkedService.withParameters
(Map<String, ParameterSpecification> parameters) Set the parameters property: Parameters for linked service.TeradataLinkedService.withPassword
(SecretBase password) Set the password property: Password for authentication.TeradataLinkedService.withServer
(Object server) Set the server property: Server name for connection.TeradataLinkedService.withUsername
(Object username) Set the username property: Username for authentication.