CommonDataServiceForAppsLinkedService Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of CommonDataServiceForAppsLinkedService.
public CommonDataServiceForAppsLinkedService (Azure.Core.Expressions.DataFactory.DataFactoryElement<string> deploymentType, Azure.Core.Expressions.DataFactory.DataFactoryElement<string> authenticationType);
new Azure.ResourceManager.DataFactory.Models.CommonDataServiceForAppsLinkedService : Azure.Core.Expressions.DataFactory.DataFactoryElement<string> * Azure.Core.Expressions.DataFactory.DataFactoryElement<string> -> Azure.ResourceManager.DataFactory.Models.CommonDataServiceForAppsLinkedService
Public Sub New (deploymentType As DataFactoryElement(Of String), authenticationType As DataFactoryElement(Of String))
Parameters
- deploymentType
- DataFactoryElement<String>
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
- DataFactoryElement<String>
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, 'Active Directory' for Dynamics on-premises with IFD. Type: string (or Expression with resultType string).
Exceptions
deploymentType
or authenticationType
is null.
Applies to
Azure SDK for .NET