Compartir a través de


PaypalLinkedService Constructores

Definición

Sobrecargas

PaypalLinkedService()

Inicializa una nueva instancia de la clase PaypalLinkedService.

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

Inicializa una nueva instancia de la clase PaypalLinkedService.

PaypalLinkedService()

Inicializa una nueva instancia de la clase PaypalLinkedService.

public PaypalLinkedService ();
Public Sub New ()

Se aplica a

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

Inicializa una nueva instancia de la clase PaypalLinkedService.

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)

Parámetros

host
Object

Dirección URL de la instancia de PayPal (es decir, api.sandbox.paypal.com)

clientId
Object

Id. de cliente asociado a la aplicación PayPal.

additionalProperties
IDictionary<String,Object>

Las propiedades no coincidentes del mensaje se deserializan en esta colección

connectVia
IntegrationRuntimeReference

La referencia al entorno de ejecución de integración.

description
String

Descripción del servicio vinculado.

parameters
IDictionary<String,ParameterSpecification>

Parámetros para el servicio vinculado.

annotations
IList<Object>

Lista de etiquetas que se pueden usar para describir el servicio vinculado.

clientSecret
SecretBase

Secreto de cliente asociado a la aplicación PayPal.

useEncryptedEndpoints
Object

Especifica si los puntos de conexión de origen de datos se cifran mediante HTTPS. El valor predeterminado es true.

useHostVerification
Object

Especifica si se requiere que el nombre de host del certificado del servidor coincida con el nombre de host del servidor al conectarse a través de SSL. El valor predeterminado es true.

usePeerVerification
Object

Especifica si se debe verificar la identidad del servidor al conectarse a través de SSL. El valor predeterminado es true.

encryptedCredential
Object

Credencial cifrada usada para la autenticación. Las credenciales se cifran mediante el administrador de credenciales de Integration Runtime. Tipo: cadena (o Expresión con cadena resultType).

Se aplica a