SalesforceLinkedService Class

Definition

Linked Service for Salesforce connector. Salesforce is a cloud-based customer relationship management (CRM) system.

[Microsoft.Azure.Management.DataFactories.Models.AdfTypeName("Salesforce")]
public class SalesforceLinkedService : Microsoft.Azure.Management.DataFactories.Models.LinkedServiceTypeProperties
Inheritance
Attributes

Constructors

SalesforceLinkedService()

Initializes a new instance of the SalesforceLinkedService class.

SalesforceLinkedService(String, String, String)

Initializes a new instance of the SalesforceLinkedService class with required arguments.

Properties

EnvironmentUrl

Optional. The Salesforce environment URL.

Password

Required. The password of the Salesforce source.

SecurityToken

Required. The security token is required to remotely access the Salesforce source. Reference: https://developer.salesforce.com/docs/atlas.en-us.api.meta/api/sforce_api_concepts_security.htm

Username

Required. The username of the Salesforce source.

Extension Methods

IsDefined(Object)
IsNull(Object)
IsPrimitive(Object)