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