Freigeben über


PaypalLinkedService Konstruktoren

Definition

Überlädt

PaypalLinkedService()

Initialisiert einen neuen instance der PaypalLinkedService-Klasse.

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

Initialisiert einen neuen instance der PaypalLinkedService-Klasse.

PaypalLinkedService()

Initialisiert einen neuen instance der PaypalLinkedService-Klasse.

public PaypalLinkedService ();
Public Sub New ()

Gilt für:

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

Initialisiert einen neuen instance der PaypalLinkedService-Klasse.

public PaypalLinkedService (object host, object clientId, System.Collections.Generic.IDictionary<string,object> additionalProperties = default, Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeReference connectVia = default, string description = default, System.Collections.Generic.IDictionary<string,Microsoft.Azure.Management.DataFactory.Models.ParameterSpecification> parameters = default, System.Collections.Generic.IList<object> annotations = default, Microsoft.Azure.Management.DataFactory.Models.SecretBase clientSecret = default, object useEncryptedEndpoints = default, object useHostVerification = default, object usePeerVerification = default, object encryptedCredential = default);
new Microsoft.Azure.Management.DataFactory.Models.PaypalLinkedService : obj * obj * System.Collections.Generic.IDictionary<string, obj> * Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeReference * string * System.Collections.Generic.IDictionary<string, Microsoft.Azure.Management.DataFactory.Models.ParameterSpecification> * System.Collections.Generic.IList<obj> * Microsoft.Azure.Management.DataFactory.Models.SecretBase * obj * obj * obj * obj -> Microsoft.Azure.Management.DataFactory.Models.PaypalLinkedService
Public Sub New (host As Object, clientId As Object, Optional additionalProperties As IDictionary(Of String, Object) = Nothing, Optional connectVia As IntegrationRuntimeReference = Nothing, Optional description As String = Nothing, Optional parameters As IDictionary(Of String, ParameterSpecification) = Nothing, Optional annotations As IList(Of Object) = Nothing, Optional clientSecret As SecretBase = Nothing, Optional useEncryptedEndpoints As Object = Nothing, Optional useHostVerification As Object = Nothing, Optional usePeerVerification As Object = Nothing, Optional encryptedCredential As Object = Nothing)

Parameter

host
Object

Die URL der PayPal-Instanz. (d. h. api.sandbox.paypal.com)

clientId
Object

Die Client-ID, die Ihrer PayPal-Anwendung zugeordnet ist.

additionalProperties
IDictionary<String,Object>

Nicht übereinstimmende Eigenschaften aus der Nachricht werden für diese Sammlung deserialisiert.

connectVia
IntegrationRuntimeReference

Der Verweis auf die Integration Runtime.

description
String

Beschreibung des verknüpften Diensts.

parameters
IDictionary<String,ParameterSpecification>

Parameter für den verknüpften Dienst.

annotations
IList<Object>

Liste der Tags, die zum Beschreiben des verknüpften Diensts verwendet werden können.

clientSecret
SecretBase

Der geheime Clientschlüssel, der Ihrer PayPal-Anwendung zugeordnet ist.

useEncryptedEndpoints
Object

Gibt an, ob die Endpunkte der Datenquelle mit HTTPS verschlüsselt sind. Der Standardwert lautet „true“.

useHostVerification
Object

Gibt an, ob der Hostname im Zertifikat des Servers mit dem Hostnamen des Servers übereinstimmen muss, wenn eine Verbindung über SSL hergestellt wird. Der Standardwert lautet „true“.

usePeerVerification
Object

Gibt an, ob die Identität des Servers bei Verbindung über SSL überprüft werden soll. Der Standardwert lautet „true“.

encryptedCredential
Object

Die für die Authentifizierung verwendeten verschlüsselten Anmeldeinformationen. Anmeldeinformationen werden mit dem Anmeldeinformations-Manager der Integration Runtime verschlüsselt. Type: string (oder Expression with resultType string).

Gilt für: