SalesforceServiceCloudLinkedService Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Linked service for Salesforce Service Cloud.
[Microsoft.Rest.Serialization.JsonTransformation]
[Newtonsoft.Json.JsonObject("SalesforceServiceCloud")]
public class SalesforceServiceCloudLinkedService : Microsoft.Azure.Management.DataFactory.Models.LinkedService
[<Microsoft.Rest.Serialization.JsonTransformation>]
[<Newtonsoft.Json.JsonObject("SalesforceServiceCloud")>]
type SalesforceServiceCloudLinkedService = class
inherit LinkedService
Public Class SalesforceServiceCloudLinkedService
Inherits LinkedService
- Inheritance
- Attributes
-
JsonTransformationAttribute Newtonsoft.Json.JsonObjectAttribute
Constructors
SalesforceServiceCloudLinkedService() |
Initializes a new instance of the SalesforceServiceCloudLinkedService class. |
SalesforceServiceCloudLinkedService(IDictionary<String,Object>, IntegrationRuntimeReference, String, IDictionary<String,ParameterSpecification>, IList<Object>, Object, Object, SecretBase, SecretBase, Object, Object, Object) |
Initializes a new instance of the SalesforceServiceCloudLinkedService 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 Service Cloud 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). |
ExtendedProperties |
Gets or sets extended properties appended to the connection string. 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
Azure SDK for .NET