Uses of Class
com.azure.resourcemanager.datafactory.models.SftpServerLinkedService
Package
Description
Package containing the data models for DataFactoryManagementClient.
-
Uses of SftpServerLinkedService in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionSftpServerLinkedService.withAnnotations
(List<Object> annotations) Set the annotations property: List of tags that can be used for describing the linked service.SftpServerLinkedService.withAuthenticationType
(SftpAuthenticationType authenticationType) Set the authenticationType property: The authentication type to be used to connect to the FTP server.SftpServerLinkedService.withConnectVia
(IntegrationRuntimeReference connectVia) Set the connectVia property: The integration runtime reference.SftpServerLinkedService.withDescription
(String description) Set the description property: Linked service description.SftpServerLinkedService.withEncryptedCredential
(Object encryptedCredential) Set the encryptedCredential property: The encrypted credential used for authentication.Set the host property: The SFTP server host name.SftpServerLinkedService.withHostKeyFingerprint
(Object hostKeyFingerprint) Set the hostKeyFingerprint property: The host key finger-print of the SFTP server.SftpServerLinkedService.withParameters
(Map<String, ParameterSpecification> parameters) Set the parameters property: Parameters for linked service.SftpServerLinkedService.withPassPhrase
(SecretBase passPhrase) Set the passPhrase property: The password to decrypt the SSH private key if the SSH private key is encrypted.SftpServerLinkedService.withPassword
(SecretBase password) Set the password property: Password to logon the SFTP server for Basic authentication.Set the port property: The TCP port number that the SFTP server uses to listen for client connections.SftpServerLinkedService.withPrivateKeyContent
(SecretBase privateKeyContent) Set the privateKeyContent property: Base64 encoded SSH private key content for SshPublicKey authentication.SftpServerLinkedService.withPrivateKeyPath
(Object privateKeyPath) Set the privateKeyPath property: The SSH private key file path for SshPublicKey authentication.SftpServerLinkedService.withSkipHostKeyValidation
(Object skipHostKeyValidation) Set the skipHostKeyValidation property: If true, skip the SSH host key validation.SftpServerLinkedService.withUsername
(Object username) Set the username property: The username used to log on to the SFTP server.