SapOpenHubLinkedService Class
SAP Business Warehouse Open Hub Destination Linked Service.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.datafactory.models._models_py3.LinkedServiceSapOpenHubLinkedService
Constructor
SapOpenHubLinkedService(*, 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, server: MutableMapping[str, Any] | None = None, system_number: MutableMapping[str, Any] | None = None, client_id: MutableMapping[str, Any] | None = None, language: MutableMapping[str, Any] | None = None, system_id: MutableMapping[str, Any] | None = None, user_name: MutableMapping[str, Any] | None = None, password: _models.SecretBase | None = None, message_server: MutableMapping[str, Any] | None = None, message_server_service: MutableMapping[str, Any] | None = None, logon_group: MutableMapping[str, Any] | None = None, encrypted_credential: str | 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. |
server
|
<xref:JSON>
Host name of the SAP BW instance where the open hub destination is located. Type: string (or Expression with resultType string). |
system_number
|
<xref:JSON>
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
|
<xref:JSON>
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
|
<xref:JSON>
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
|
<xref:JSON>
SystemID of the SAP system where the table is located. Type: string (or Expression with resultType string). |
user_name
|
<xref:JSON>
Username to access the SAP BW server where the open hub destination is located. Type: string (or Expression with resultType string). |
password
|
Password to access the SAP BW server where the open hub destination is located. |
message_server
|
<xref:JSON>
The hostname of the SAP Message Server. Type: string (or Expression with resultType string). |
message_server_service
|
<xref:JSON>
The service name or port number of the Message Server. Type: string (or Expression with resultType string). |
logon_group
|
<xref:JSON>
The Logon Group for the SAP System. Type: string (or Expression with resultType string). |
encrypted_credential
|
The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string. |
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. |
server
|
<xref:JSON>
Host name of the SAP BW instance where the open hub destination is located. Type: string (or Expression with resultType string). |
system_number
|
<xref:JSON>
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
|
<xref:JSON>
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
|
<xref:JSON>
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
|
<xref:JSON>
SystemID of the SAP system where the table is located. Type: string (or Expression with resultType string). |
user_name
|
<xref:JSON>
Username to access the SAP BW server where the open hub destination is located. Type: string (or Expression with resultType string). |
password
|
Password to access the SAP BW server where the open hub destination is located. |
message_server
|
<xref:JSON>
The hostname of the SAP Message Server. Type: string (or Expression with resultType string). |
message_server_service
|
<xref:JSON>
The service name or port number of the Message Server. Type: string (or Expression with resultType string). |
logon_group
|
<xref:JSON>
The Logon Group for the SAP System. Type: string (or Expression with resultType string). |
encrypted_credential
|
The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string. |
Azure SDK for Python