Uses of Class
com.azure.resourcemanager.datafactory.models.Db2LinkedService
Package
Description
Package containing the data models for DataFactoryManagementClient.
-
Uses of Db2LinkedService in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionDb2LinkedService.withAnnotations
(List<Object> annotations) Set the annotations property: List of tags that can be used for describing the linked service.Db2LinkedService.withAuthenticationType
(Db2AuthenticationType authenticationType) Set the authenticationType property: AuthenticationType to be used for connection.Db2LinkedService.withCertificateCommonName
(Object certificateCommonName) Set the certificateCommonName property: Certificate Common Name when TLS is enabled.Db2LinkedService.withConnectionString
(Object connectionString) Set the connectionString property: The connection string.Db2LinkedService.withConnectVia
(IntegrationRuntimeReference connectVia) Set the connectVia property: The integration runtime reference.Db2LinkedService.withDatabase
(Object database) Set the database property: Database name for connection.Db2LinkedService.withDescription
(String description) Set the description property: Linked service description.Db2LinkedService.withEncryptedCredential
(Object encryptedCredential) Set the encryptedCredential property: The encrypted credential used for authentication.Db2LinkedService.withPackageCollection
(Object packageCollection) Set the packageCollection property: Under where packages are created when querying database.Db2LinkedService.withParameters
(Map<String, ParameterSpecification> parameters) Set the parameters property: Parameters for linked service.Db2LinkedService.withPassword
(SecretBase password) Set the password property: Password for authentication.Db2LinkedService.withServer
(Object server) Set the server property: Server name for connection.Db2LinkedService.withUsername
(Object username) Set the username property: Username for authentication.