Uses of Class
com.azure.resourcemanager.datafactory.models.FileServerLinkedService
Package
Description
Package containing the data models for DataFactoryManagementClient.
-
Uses of FileServerLinkedService in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionFileServerLinkedService.withAnnotations
(List<Object> annotations) Set the annotations property: List of tags that can be used for describing the linked service.FileServerLinkedService.withConnectVia
(IntegrationRuntimeReference connectVia) Set the connectVia property: The integration runtime reference.FileServerLinkedService.withDescription
(String description) Set the description property: Linked service description.FileServerLinkedService.withEncryptedCredential
(Object encryptedCredential) Set the encryptedCredential property: The encrypted credential used for authentication.Set the host property: Host name of the server.FileServerLinkedService.withParameters
(Map<String, ParameterSpecification> parameters) Set the parameters property: Parameters for linked service.FileServerLinkedService.withPassword
(SecretBase password) Set the password property: Password to logon the server.FileServerLinkedService.withUserId
(Object userId) Set the userId property: User ID to logon the server.