FtpServerLinkedService Class
A FTP server Linked Service.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.datafactory.models._models_py3.LinkedServiceFtpServerLinkedService
Constructor
FtpServerLinkedService(*, host: MutableMapping[str, Any], additional_properties: Dict[str, MutableMapping[str, Any]] | None = None, version: str | None = None, connect_via: _models.IntegrationRuntimeReference | None = None, description: str | None = None, parameters: Dict[str, _models.ParameterSpecification] | None = None, annotations: List[MutableMapping[str, Any]] | None = None, port: MutableMapping[str, Any] | None = None, authentication_type: str | _models.FtpAuthenticationType | None = None, user_name: MutableMapping[str, Any] | None = None, password: _models.SecretBase | None = None, encrypted_credential: str | None = None, enable_ssl: MutableMapping[str, Any] | None = None, enable_server_certificate_validation: MutableMapping[str, Any] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
additional_properties
|
Unmatched properties from the message are deserialized to this collection. |
version
|
Version of the linked service. |
connect_via
|
The integration runtime reference. |
description
|
Linked service description. |
parameters
|
Parameters for linked service. |
annotations
|
list[<xref:JSON>]
List of tags that can be used for describing the linked service. |
host
|
<xref:JSON>
Host name of the FTP server. Type: string (or Expression with resultType string). Required. |
port
|
<xref:JSON>
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
|
The authentication type to be used to connect to the FTP server. Known values are: "Basic" and "Anonymous". |
user_name
|
<xref:JSON>
Username to logon the FTP server. Type: string (or Expression with resultType string). |
password
|
Password to logon the FTP server. |
encrypted_credential
|
The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string. |
enable_ssl
|
<xref:JSON>
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
|
<xref:JSON>
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). |
Variables
Name | Description |
---|---|
additional_properties
|
Unmatched properties from the message are deserialized to this collection. |
type
|
Type of linked service. Required. |
version
|
Version of the linked service. |
connect_via
|
The integration runtime reference. |
description
|
Linked service description. |
parameters
|
Parameters for linked service. |
annotations
|
list[<xref:JSON>]
List of tags that can be used for describing the linked service. |
host
|
<xref:JSON>
Host name of the FTP server. Type: string (or Expression with resultType string). Required. |
port
|
<xref:JSON>
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
|
The authentication type to be used to connect to the FTP server. Known values are: "Basic" and "Anonymous". |
user_name
|
<xref:JSON>
Username to logon the FTP server. Type: string (or Expression with resultType string). |
password
|
Password to logon the FTP server. |
encrypted_credential
|
The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string. |
enable_ssl
|
<xref:JSON>
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
|
<xref:JSON>
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). |
Azure SDK for Python