PaypalLinkedService(Object, Object) Constructor
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.
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.