Uses of Class
com.azure.resourcemanager.datafactory.models.FtpServerLinkedService
Package
Description
Package containing the data models for DataFactoryManagementClient.
-
Uses of FtpServerLinkedService in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionFtpServerLinkedService.withAnnotations
(List<Object> annotations) Set the annotations property: List of tags that can be used for describing the linked service.FtpServerLinkedService.withAuthenticationType
(FtpAuthenticationType authenticationType) Set the authenticationType property: The authentication type to be used to connect to the FTP server.FtpServerLinkedService.withConnectVia
(IntegrationRuntimeReference connectVia) Set the connectVia property: The integration runtime reference.FtpServerLinkedService.withDescription
(String description) Set the description property: Linked service description.FtpServerLinkedService.withEnableServerCertificateValidation
(Object enableServerCertificateValidation) Set the enableServerCertificateValidation property: If true, validate the FTP server SSL certificate when connect over SSL/TLS channel.FtpServerLinkedService.withEnableSsl
(Object enableSsl) Set the enableSsl property: If true, connect to the FTP server over SSL/TLS channel.FtpServerLinkedService.withEncryptedCredential
(Object encryptedCredential) Set the encryptedCredential property: The encrypted credential used for authentication.Set the host property: Host name of the FTP server.FtpServerLinkedService.withParameters
(Map<String, ParameterSpecification> parameters) Set the parameters property: Parameters for linked service.FtpServerLinkedService.withPassword
(SecretBase password) Set the password property: Password to logon the FTP server.Set the port property: The TCP port number that the FTP server uses to listen for client connections.FtpServerLinkedService.withUsername
(Object username) Set the username property: Username to logon the FTP server.