Share via


ResponsysLinkedService(Object, Object) Constructor

Definition

Initializes a new instance of ResponsysLinkedService.

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

Parameters

endpoint
Object

The endpoint of the Responsys server.

clientId
Object

The client ID associated with the Responsys application. Type: string (or Expression with resultType string).

Exceptions

endpoint or clientId is null.

Applies to