SapTableLinkedService Class

SAP Table Linked Service.

All required parameters must be populated in order to send to Azure.

Inheritance
azure.mgmt.datafactory.models._models_py3.LinkedService
SapTableLinkedService

Constructor

SapTableLinkedService(*, 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, server: Optional[Any] = None, system_number: Optional[Any] = None, client_id: Optional[Any] = None, language: Optional[Any] = None, system_id: Optional[Any] = None, user_name: Optional[Any] = None, password: Optional[_models.SecretBase] = None, message_server: Optional[Any] = None, message_server_service: Optional[Any] = None, snc_mode: Optional[Any] = None, snc_my_name: Optional[Any] = None, snc_partner_name: Optional[Any] = None, snc_library_path: Optional[Any] = None, snc_qop: Optional[Any] = None, logon_group: Optional[Any] = None, encrypted_credential: Optional[Any] = None, **kwargs)

Variables

additional_properties
dict[str, any]

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.

annotations
list[any]

List of tags that can be used for describing the linked service.

server
any

Host name of the SAP instance where the table is located. Type: string (or Expression with resultType string).

system_number
any

System number of the SAP system where the table is located. (Usually a two-digit decimal number represented as a string.) Type: string (or Expression with resultType string).

client_id
any

Client ID of the client on the SAP system where the table is located. (Usually a three-digit decimal number represented as a string) Type: string (or Expression with resultType string).

language
any

Language of the SAP system where the table is located. The default value is EN. Type: string (or Expression with resultType string).

system_id
any

SystemID of the SAP system where the table is located. Type: string (or Expression with resultType string).

user_name
any

Username to access the SAP server where the table is located. Type: string (or Expression with resultType string).

password
SecretBase

Password to access the SAP server where the table is located.

message_server
any

The hostname of the SAP Message Server. Type: string (or Expression with resultType string).

message_server_service
any

The service name or port number of the Message Server. Type: string (or Expression with resultType string).

snc_mode
any

SNC activation indicator to access the SAP server where the table is located. Must be either 0 (off) or 1 (on). Type: string (or Expression with resultType string).

snc_my_name
any

Initiator's SNC name to access the SAP server where the table is located. Type: string (or Expression with resultType string).

snc_partner_name
any

Communication partner's SNC name to access the SAP server where the table is located. Type: string (or Expression with resultType string).

snc_library_path
any

External security product's library to access the SAP server where the table is located. Type: string (or Expression with resultType string).

snc_qop
any

SNC Quality of Protection. Allowed value include: 1, 2, 3, 8, 9. Type: string (or Expression with resultType string).

logon_group
any

The Logon Group for the SAP System. Type: string (or Expression with resultType string).

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).