FtpServerLinkedService Class
A FTP server Linked Service.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.mgmt.datafactory.models._models_py3.LinkedServiceFtpServerLinkedService
Constructor
FtpServerLinkedService(*, host: Any, additional_properties: Optional[Dict[str, Any]] = None, connect_via: Optional[_models.IntegrationRuntimeReference] = None, description: Optional[str] = None, parameters: Optional[Dict[str, _models.ParameterSpecification]] = None, annotations: Optional[List[Any]] = None, port: Optional[Any] = None, authentication_type: Optional[Union[str, _models.FtpAuthenticationType]] = None, user_name: Optional[Any] = None, password: Optional[_models.SecretBase] = None, encrypted_credential: Optional[Any] = None, enable_ssl: Optional[Any] = None, enable_server_certificate_validation: Optional[Any] = None, **kwargs)
Variables
Unmatched properties from the message are deserialized to this collection.
- type
- str
Required. Type of linked service.Constant filled by server.
- connect_via
- IntegrationRuntimeReference
The integration runtime reference.
- description
- str
Linked service description.
- parameters
- dict[str, ParameterSpecification]
Parameters for linked service.
- host
- any
Required. Host name of the FTP server. Type: string (or Expression with resultType string).
- port
- any
The TCP port number that the FTP server uses to listen for client connections. Default value is 21. Type: integer (or Expression with resultType integer), minimum: 0.
- authentication_type
- str or FtpAuthenticationType
The authentication type to be used to connect to the FTP server. Known values are: "Basic", "Anonymous".
- user_name
- any
Username to logon the FTP server. Type: string (or Expression with resultType string).
- password
- SecretBase
Password to logon the FTP server.
- encrypted_credential
- any
The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string).
- enable_ssl
- any
If true, connect to the FTP server over SSL/TLS channel. Default value is true. Type: boolean (or Expression with resultType boolean).
- enable_server_certificate_validation
- any
If true, validate the FTP server SSL certificate when connect over SSL/TLS channel. Default value is true. Type: boolean (or Expression with resultType boolean).
Feedback
Submit and view feedback for