PaypalLinkedService(Object, Object) Constructor

Definition

Initializes a new instance of PaypalLinkedService.

public PaypalLinkedService (object host, object clientId);
new Azure.Analytics.Synapse.Artifacts.Models.PaypalLinkedService : obj * obj -> Azure.Analytics.Synapse.Artifacts.Models.PaypalLinkedService
Public Sub New (host As Object, clientId As Object)

Parameters

host
Object

The URL of the PayPal instance. (i.e. api.sandbox.paypal.com).

clientId
Object

The client ID associated with your PayPal application.

Exceptions

host or clientId is null.

Applies to