FtpServerLinkedService
Class
Definition
A FTP server Linked Service.
[Microsoft.Azure.Management.DataFactories.Models.AdfTypeName("FtpServer")]
public class FtpServerLinkedService : Microsoft.Azure.Management.DataFactories.Models.LinkedServiceTypeProperties
- Inheritance
- Attributes
Constructors
| FtpServerLinkedService() |
Initializes a new instance of the FtpServerLinkedService class. |
| FtpServerLinkedService(String, String) |
Initializes a new instance of the FtpServerLinkedService class with required arguments. |
Properties
| AuthenticationType |
Required. The authentication type to be used to connect to the FTP server. Must be Basic or Anonymous. |
| EnableServerCertificateValidation |
Optional. If true, validate the FTP server SSL certificate when connect over SSL/TLS channel. Default value is true. It is not recommended to set this property to false to skip the validation. |
| EnableSsl |
Optional. If true, connect to the FTP server over SSL/TLS channel. Default value is true. It is not recommended to set this property to false. |
| EncryptedCredential |
Optional. The encrypted credential for Basic authentication. |
| GatewayName |
Optional. The on-premises gateway name. |
| Host |
Required. Host name of the FTP server. |
| Password |
Optional. Password to logon the FTP server. |
| Port |
Optional. The TCP port number that the FTP server uses to listen for client connections. Default value is 21. |
| Username |
Optional. Username to logon the FTP server. |
Extension Methods
| IsDefined(Object) | |
| IsNull(Object) | |
| IsPrimitive(Object) |