Share via


SapOpenHubLinkedService Constructors

Definition

Overloads

SapOpenHubLinkedService()

Initializes a new instance of the SapOpenHubLinkedService class.

SapOpenHubLinkedService(IDictionary<String,Object>, IntegrationRuntimeReference, String, IDictionary<String,ParameterSpecification>, IList<Object>, Object, Object, Object, Object, Object, Object, SecretBase, Object, Object, Object, Object)

Initializes a new instance of the SapOpenHubLinkedService class.

SapOpenHubLinkedService()

Initializes a new instance of the SapOpenHubLinkedService class.

public SapOpenHubLinkedService ();
Public Sub New ()

Applies to

SapOpenHubLinkedService(IDictionary<String,Object>, IntegrationRuntimeReference, String, IDictionary<String,ParameterSpecification>, IList<Object>, Object, Object, Object, Object, Object, Object, SecretBase, Object, Object, Object, Object)

Initializes a new instance of the SapOpenHubLinkedService class.

public SapOpenHubLinkedService (System.Collections.Generic.IDictionary<string,object> additionalProperties = default, Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeReference connectVia = default, string description = default, System.Collections.Generic.IDictionary<string,Microsoft.Azure.Management.DataFactory.Models.ParameterSpecification> parameters = default, System.Collections.Generic.IList<object> annotations = default, object server = default, object systemNumber = default, object clientId = default, object language = default, object systemId = default, object userName = default, Microsoft.Azure.Management.DataFactory.Models.SecretBase password = default, object messageServer = default, object messageServerService = default, object logonGroup = default, object encryptedCredential = default);
new Microsoft.Azure.Management.DataFactory.Models.SapOpenHubLinkedService : System.Collections.Generic.IDictionary<string, obj> * Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeReference * string * System.Collections.Generic.IDictionary<string, Microsoft.Azure.Management.DataFactory.Models.ParameterSpecification> * System.Collections.Generic.IList<obj> * obj * obj * obj * obj * obj * obj * Microsoft.Azure.Management.DataFactory.Models.SecretBase * obj * obj * obj * obj -> Microsoft.Azure.Management.DataFactory.Models.SapOpenHubLinkedService
Public Sub New (Optional additionalProperties As IDictionary(Of String, Object) = Nothing, Optional connectVia As IntegrationRuntimeReference = Nothing, Optional description As String = Nothing, Optional parameters As IDictionary(Of String, ParameterSpecification) = Nothing, Optional annotations As IList(Of Object) = Nothing, Optional server As Object = Nothing, Optional systemNumber As Object = Nothing, Optional clientId As Object = Nothing, Optional language As Object = Nothing, Optional systemId As Object = Nothing, Optional userName As Object = Nothing, Optional password As SecretBase = Nothing, Optional messageServer As Object = Nothing, Optional messageServerService As Object = Nothing, Optional logonGroup As Object = Nothing, Optional encryptedCredential As Object = Nothing)

Parameters

additionalProperties
IDictionary<String,Object>

Unmatched properties from the message are deserialized this collection

connectVia
IntegrationRuntimeReference

The integration runtime reference.

description
String

Linked service description.

parameters
IDictionary<String,ParameterSpecification>

Parameters for linked service.

annotations
IList<Object>

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

server
Object

Host name of the SAP BW instance where the open hub destination is located. Type: string (or Expression with resultType string).

systemNumber
Object

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

clientId
Object

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
Object

Language of the BW system where the open hub destination is located. The default value is EN. Type: string (or Expression with resultType string).

systemId
Object

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

userName
Object

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.

messageServer
Object

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

messageServerService
Object

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

logonGroup
Object

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

encryptedCredential
Object

The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string).

Applies to