Uses of Class
com.azure.analytics.synapse.artifacts.models.DynamicsLinkedService
Package
Description
Package containing the data models for ArtifactsClient.
-
Uses of DynamicsLinkedService in com.azure.analytics.synapse.artifacts.models
Modifier and TypeMethodDescriptionDynamicsLinkedService.setAnnotations
(List<Object> annotations) Set the annotations property: List of tags that can be used for describing the linked service.DynamicsLinkedService.setAuthenticationType
(Object authenticationType) Set the authenticationType property: The authentication type to connect to Dynamics server.DynamicsLinkedService.setConnectVia
(IntegrationRuntimeReference connectVia) Set the connectVia property: The integration runtime reference.DynamicsLinkedService.setDeploymentType
(Object deploymentType) Set the deploymentType property: The deployment type of the Dynamics instance.DynamicsLinkedService.setDescription
(String description) Set the description property: Linked service description.DynamicsLinkedService.setEncryptedCredential
(Object encryptedCredential) Set the encryptedCredential property: The encrypted credential used for authentication.DynamicsLinkedService.setHostName
(Object hostName) Set the hostName property: The host name of the on-premises Dynamics server.DynamicsLinkedService.setOrganizationName
(Object organizationName) Set the organizationName property: The organization name of the Dynamics instance.DynamicsLinkedService.setParameters
(Map<String, ParameterSpecification> parameters) Set the parameters property: Parameters for linked service.DynamicsLinkedService.setPassword
(SecretBase password) Set the password property: Password to access the Dynamics instance.Set the port property: The port of on-premises Dynamics server.DynamicsLinkedService.setServicePrincipalCredential
(SecretBase servicePrincipalCredential) Set the servicePrincipalCredential property: The credential of the service principal object in Azure Active Directory.DynamicsLinkedService.setServicePrincipalCredentialType
(Object servicePrincipalCredentialType) Set the servicePrincipalCredentialType property: The service principal credential type to use in Server-To-Server authentication.DynamicsLinkedService.setServicePrincipalId
(Object servicePrincipalId) Set the servicePrincipalId property: The client ID of the application in Azure Active Directory used for Server-To-Server authentication.DynamicsLinkedService.setServiceUri
(Object serviceUri) Set the serviceUri property: The URL to the Microsoft Dynamics server.DynamicsLinkedService.setUsername
(Object username) Set the username property: User name to access the Dynamics instance.