SapTableLinkedService Class
SAP Table Linked Service.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.synapse.artifacts.models._models_py3.LinkedServiceSapTableLinkedService
Constructor
SapTableLinkedService(*, additional_properties: Optional[Dict[str, object]] = None, connect_via: Optional[azure.synapse.artifacts.models._models_py3.IntegrationRuntimeReference] = None, description: Optional[str] = None, parameters: Optional[Dict[str, azure.synapse.artifacts.models._models_py3.ParameterSpecification]] = None, annotations: Optional[List[object]] = None, server: Optional[object] = None, system_number: Optional[object] = None, client_id: Optional[object] = None, language: Optional[object] = None, system_id: Optional[object] = None, user_name: Optional[object] = None, password: Optional[azure.synapse.artifacts.models._models_py3.SecretBase] = None, message_server: Optional[object] = None, message_server_service: Optional[object] = None, snc_mode: Optional[object] = None, snc_my_name: Optional[object] = None, snc_partner_name: Optional[object] = None, snc_library_path: Optional[object] = None, snc_qop: Optional[object] = None, logon_group: Optional[object] = None, encrypted_credential: Optional[object] = None, **kwargs)
Parameters
Unmatched properties from the message are deserialized to this collection.
- server
- object
Host name of the SAP instance where the table is located. Type: string (or Expression with resultType string).
- system_number
- object
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
- object
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
- object
Language of the SAP system where the table is located. The default value is EN. Type: string (or Expression with resultType string).
- system_id
- object
SystemID of the SAP system where the table is located. Type: string (or Expression with resultType string).
- user_name
- object
Username to access the SAP server where the table is located. Type: string (or Expression with resultType string).
- message_server
- object
The hostname of the SAP Message Server. Type: string (or Expression with resultType string).
- message_server_service
- object
The service name or port number of the Message Server. Type: string (or Expression with resultType string).
- snc_mode
- object
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
- object
Initiator's SNC name to access the SAP server where the table is located. Type: string (or Expression with resultType string).
- snc_partner_name
- object
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
- object
External security product's library to access the SAP server where the table is located. Type: string (or Expression with resultType string).
- snc_qop
- object
SNC Quality of Protection. Allowed value include: 1, 2, 3, 8, 9. Type: string (or Expression with resultType string).
- logon_group
- object
The Logon Group for the SAP System. Type: string (or Expression with resultType string).
- encrypted_credential
- object
The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string).
Feedback
Submit and view feedback for