SalesforceLinkedService Class

Definition

Linked service for Salesforce.

[Microsoft.Rest.Serialization.JsonTransformation]
[Newtonsoft.Json.JsonObject("Salesforce")]
public class SalesforceLinkedService : Microsoft.Azure.Management.DataFactory.Models.LinkedService
[<Microsoft.Rest.Serialization.JsonTransformation>]
[<Newtonsoft.Json.JsonObject("Salesforce")>]
type SalesforceLinkedService = class
    inherit LinkedService
Public Class SalesforceLinkedService
Inherits LinkedService
Inheritance
SalesforceLinkedService
Attributes
JsonTransformationAttribute Newtonsoft.Json.JsonObjectAttribute

Constructors

SalesforceLinkedService()

Initializes a new instance of the SalesforceLinkedService class.

SalesforceLinkedService(IDictionary<String,Object>, IntegrationRuntimeReference, String, IDictionary<String,ParameterSpecification>, IList<Object>, Object, Object, SecretBase, SecretBase, Object, Object)

Initializes a new instance of the SalesforceLinkedService class.

Properties

AdditionalProperties

Gets or sets unmatched properties from the message are deserialized this collection

(Inherited from LinkedService)
Annotations

Gets or sets list of tags that can be used for describing the linked service.

(Inherited from LinkedService)
ApiVersion

Gets or sets the Salesforce API version used in ADF. Type: string (or Expression with resultType string).

ConnectVia

Gets or sets the integration runtime reference.

(Inherited from LinkedService)
Description

Gets or sets linked service description.

(Inherited from LinkedService)
EncryptedCredential

Gets or sets the encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string).

EnvironmentUrl

Gets or sets the URL of Salesforce instance. Default is 'https://login.salesforce.com'. To copy data from sandbox, specify 'https://test.salesforce.com'. To copy data from custom domain, specify, for example, 'https://[domain].my.salesforce.com'. Type: string (or Expression with resultType string).

Parameters

Gets or sets parameters for linked service.

(Inherited from LinkedService)
Password

Gets or sets the password for Basic authentication of the Salesforce instance.

SecurityToken

Gets or sets the security token is optional to remotely access Salesforce instance.

Username

Gets or sets the username for Basic authentication of the Salesforce instance. Type: string (or Expression with resultType string).

Methods

Validate()

Validate the object.

Applies to