Share via


DynamicsCrmLinkedService(Object, Object) Constructor

Definition

Initializes a new instance of DynamicsCrmLinkedService.

public DynamicsCrmLinkedService (object deploymentType, object authenticationType);
new Azure.Analytics.Synapse.Artifacts.Models.DynamicsCrmLinkedService : obj * obj -> Azure.Analytics.Synapse.Artifacts.Models.DynamicsCrmLinkedService
Public Sub New (deploymentType As Object, authenticationType As Object)

Parameters

deploymentType
Object

The deployment type of the Dynamics CRM instance. 'Online' for Dynamics CRM Online and 'OnPremisesWithIfd' for Dynamics CRM on-premises with Ifd. Type: string (or Expression with resultType string).

authenticationType
Object

The authentication type to connect to Dynamics CRM server. 'Office365' for online scenario, 'Ifd' for on-premises with Ifd scenario, 'AADServicePrincipal' for Server-To-Server authentication in online scenario. Type: string (or Expression with resultType string).

Exceptions

deploymentType or authenticationType is null.

Applies to