Uses of Class
com.azure.resourcemanager.datafactory.models.SalesforceLinkedService
Package
Description
Package containing the data models for DataFactoryManagementClient.
-
Uses of SalesforceLinkedService in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionSalesforceLinkedService.withAnnotations
(List<Object> annotations) Set the annotations property: List of tags that can be used for describing the linked service.SalesforceLinkedService.withApiVersion
(Object apiVersion) Set the apiVersion property: The Salesforce API version used in ADF.SalesforceLinkedService.withConnectVia
(IntegrationRuntimeReference connectVia) Set the connectVia property: The integration runtime reference.SalesforceLinkedService.withDescription
(String description) Set the description property: Linked service description.SalesforceLinkedService.withEncryptedCredential
(Object encryptedCredential) Set the encryptedCredential property: The encrypted credential used for authentication.SalesforceLinkedService.withEnvironmentUrl
(Object environmentUrl) Set the environmentUrl property: The URL of Salesforce instance.SalesforceLinkedService.withParameters
(Map<String, ParameterSpecification> parameters) Set the parameters property: Parameters for linked service.SalesforceLinkedService.withPassword
(SecretBase password) Set the password property: The password for Basic authentication of the Salesforce instance.SalesforceLinkedService.withSecurityToken
(SecretBase securityToken) Set the securityToken property: The security token is optional to remotely access Salesforce instance.SalesforceLinkedService.withUsername
(Object username) Set the username property: The username for Basic authentication of the Salesforce instance.