Share via


CommonDataServiceForAppsLinkedService(Object, Object) Constructor

Definition

Initializes a new instance of CommonDataServiceForAppsLinkedService.

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

Parameters

deploymentType
Object

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

authenticationType
Object

The authentication type to connect to Common Data Service for Apps 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