SapOpenHubLinkedService Class
SAP Business Warehouse Open Hub Destination Linked Service.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.mgmt.datafactory.models._models_py3.LinkedServiceSapOpenHubLinkedService
Constructor
SapOpenHubLinkedService(*, 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, logon_group: Optional[Any] = None, encrypted_credential: 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.
- server
- any
Host name of the SAP BW instance where the open hub destination is located. Type: string (or Expression with resultType string).
- system_number
- any
System number of the BW system where the open hub destination 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 BW system where the open hub destination is located. (Usually a three-digit decimal number represented as a string) Type: string (or Expression with resultType string).
- language
- any
Language of the BW system where the open hub destination 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 BW server where the open hub destination is located. Type: string (or Expression with resultType string).
- password
- SecretBase
Password to access the SAP BW server where the open hub destination 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).
- 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).
Feedback
Submit and view feedback for