Dela via


DynamicsLinkedService(Object, Object) Constructor

Definition

Initializes a new instance of DynamicsLinkedService.

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

Parameters

deploymentType
Object

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

authenticationType
Object

The authentication type to connect to Dynamics 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