Uses of Class
com.azure.resourcemanager.datafactory.models.DynamicsLinkedService
Package
Description
Package containing the data models for DataFactoryManagementClient.
-
Uses of DynamicsLinkedService in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionDynamicsLinkedService.withAnnotations
(List<Object> annotations) Set the annotations property: List of tags that can be used for describing the linked service.DynamicsLinkedService.withAuthenticationType
(Object authenticationType) Set the authenticationType property: The authentication type to connect to Dynamics server.DynamicsLinkedService.withConnectVia
(IntegrationRuntimeReference connectVia) Set the connectVia property: The integration runtime reference.DynamicsLinkedService.withCredential
(CredentialReference credential) Set the credential property: The credential reference containing authentication information.DynamicsLinkedService.withDeploymentType
(Object deploymentType) Set the deploymentType property: The deployment type of the Dynamics instance.DynamicsLinkedService.withDescription
(String description) Set the description property: Linked service description.DynamicsLinkedService.withEncryptedCredential
(Object encryptedCredential) Set the encryptedCredential property: The encrypted credential used for authentication.DynamicsLinkedService.withHostname
(Object hostname) Set the hostname property: The host name of the on-premises Dynamics server.DynamicsLinkedService.withOrganizationName
(Object organizationName) Set the organizationName property: The organization name of the Dynamics instance.DynamicsLinkedService.withParameters
(Map<String, ParameterSpecification> parameters) Set the parameters property: Parameters for linked service.DynamicsLinkedService.withPassword
(SecretBase password) Set the password property: Password to access the Dynamics instance.Set the port property: The port of on-premises Dynamics server.DynamicsLinkedService.withServicePrincipalCredential
(SecretBase servicePrincipalCredential) Set the servicePrincipalCredential property: The credential of the service principal object in Azure Active Directory.DynamicsLinkedService.withServicePrincipalCredentialType
(Object servicePrincipalCredentialType) Set the servicePrincipalCredentialType property: The service principal credential type to use in Server-To-Server authentication.DynamicsLinkedService.withServicePrincipalId
(Object servicePrincipalId) Set the servicePrincipalId property: The client ID of the application in Azure Active Directory used for Server-To-Server authentication.DynamicsLinkedService.withServiceUri
(Object serviceUri) Set the serviceUri property: The URL to the Microsoft Dynamics server.DynamicsLinkedService.withUsername
(Object username) Set the username property: User name to access the Dynamics instance.