Share via


DynamicsCrmLinkedService Constructor

Definition

Initializes a new instance of DynamicsCrmLinkedService.

public DynamicsCrmLinkedService (Azure.Core.Expressions.DataFactory.DataFactoryElement<string> deploymentType, Azure.Core.Expressions.DataFactory.DataFactoryElement<string> authenticationType);
new Azure.ResourceManager.DataFactory.Models.DynamicsCrmLinkedService : Azure.Core.Expressions.DataFactory.DataFactoryElement<string> * Azure.Core.Expressions.DataFactory.DataFactoryElement<string> -> Azure.ResourceManager.DataFactory.Models.DynamicsCrmLinkedService
Public Sub New (deploymentType As DataFactoryElement(Of String), authenticationType As DataFactoryElement(Of String))

Parameters

deploymentType
DataFactoryElement<String>

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
DataFactoryElement<String>

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