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