DynamicsLinkedService Class
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.
Dynamics linked service.
[Microsoft.Rest.Serialization.JsonTransformation]
[Newtonsoft.Json.JsonObject("Dynamics")]
public class DynamicsLinkedService : Microsoft.Azure.Management.DataFactory.Models.LinkedService
[<Microsoft.Rest.Serialization.JsonTransformation>]
[<Newtonsoft.Json.JsonObject("Dynamics")>]
type DynamicsLinkedService = class
inherit LinkedService
Public Class DynamicsLinkedService
Inherits LinkedService
- Inheritance
- Attributes
-
JsonTransformationAttribute Newtonsoft.Json.JsonObjectAttribute
Constructors
DynamicsLinkedService() |
Initializes a new instance of the DynamicsLinkedService class. |
DynamicsLinkedService(Object, Object, IDictionary<String,Object>, IntegrationRuntimeReference, String, IDictionary<String,ParameterSpecification>, IList<Object>, Object, Object, Object, Object, Object, SecretBase, Object, Object, SecretBase, Object, CredentialReference) |
Initializes a new instance of the DynamicsLinkedService class. |
Properties
AdditionalProperties |
Gets or sets unmatched properties from the message are deserialized this collection (Inherited from LinkedService) |
Annotations |
Gets or sets list of tags that can be used for describing the linked service. (Inherited from LinkedService) |
AuthenticationType |
Gets or sets 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). |
ConnectVia |
Gets or sets the integration runtime reference. (Inherited from LinkedService) |
Credential |
Gets or sets the credential reference containing authentication information. |
DeploymentType |
Gets or sets 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). |
Description |
Gets or sets linked service description. (Inherited from LinkedService) |
EncryptedCredential |
Gets or sets the encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string). |
HostName |
Gets or sets the host name of the on-premises Dynamics server. The property is required for on-prem and not allowed for online. Type: string (or Expression with resultType string). |
OrganizationName |
Gets or sets the organization name of the Dynamics instance. The property is required for on-prem and required for online when there are more than one Dynamics instances associated with the user. Type: string (or Expression with resultType string). |
Parameters |
Gets or sets parameters for linked service. (Inherited from LinkedService) |
Password |
Gets or sets password to access the Dynamics instance. |
Port |
Gets or sets the port of on-premises Dynamics server. The property is required for on-prem and not allowed for online. Default is 443. Type: integer (or Expression with resultType integer), minimum: 0. |
ServicePrincipalCredential |
Gets or sets the credential of the service principal object in Azure Active Directory. If servicePrincipalCredentialType is 'ServicePrincipalKey', servicePrincipalCredential can be SecureString or AzureKeyVaultSecretReference. If servicePrincipalCredentialType is 'ServicePrincipalCert', servicePrincipalCredential can only be AzureKeyVaultSecretReference. |
ServicePrincipalCredentialType |
Gets or sets the service principal credential type to use in Server-To-Server authentication. 'ServicePrincipalKey' for key/secret, 'ServicePrincipalCert' for certificate. Type: string (or Expression with resultType string). |
ServicePrincipalId |
Gets or sets the client ID of the application in Azure Active Directory used for Server-To-Server authentication. Type: string (or Expression with resultType string). |
ServiceUri |
Gets or sets the URL to the Microsoft Dynamics server. The property is required for on-line and not allowed for on-prem. Type: string (or Expression with resultType string). |
Username |
Gets or sets user name to access the Dynamics instance. Type: string (or Expression with resultType string). |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET