Uses of Class
com.azure.resourcemanager.datafactory.models.MicrosoftAccessLinkedService
Package
Description
Package containing the data models for DataFactoryManagementClient.
-
Uses of MicrosoftAccessLinkedService in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionMicrosoftAccessLinkedService.withAnnotations
(List<Object> annotations) Set the annotations property: List of tags that can be used for describing the linked service.MicrosoftAccessLinkedService.withAuthenticationType
(Object authenticationType) Set the authenticationType property: Type of authentication used to connect to the Microsoft Access as ODBC data store.MicrosoftAccessLinkedService.withConnectionString
(Object connectionString) Set the connectionString property: The non-access credential portion of the connection string as well as an optional encrypted credential.MicrosoftAccessLinkedService.withConnectVia
(IntegrationRuntimeReference connectVia) Set the connectVia property: The integration runtime reference.MicrosoftAccessLinkedService.withCredential
(SecretBase credential) Set the credential property: The access credential portion of the connection string specified in driver-specific property-value format.MicrosoftAccessLinkedService.withDescription
(String description) Set the description property: Linked service description.MicrosoftAccessLinkedService.withEncryptedCredential
(Object encryptedCredential) Set the encryptedCredential property: The encrypted credential used for authentication.MicrosoftAccessLinkedService.withParameters
(Map<String, ParameterSpecification> parameters) Set the parameters property: Parameters for linked service.MicrosoftAccessLinkedService.withPassword
(SecretBase password) Set the password property: Password for Basic authentication.MicrosoftAccessLinkedService.withUsername
(Object username) Set the username property: User name for Basic authentication.