SapOpenHubLinkedService Class

Definition

SAP Business Warehouse Open Hub Destination Linked Service.

[Microsoft.Rest.Serialization.JsonTransformation]
[Newtonsoft.Json.JsonObject("SapOpenHub")]
public class SapOpenHubLinkedService : Microsoft.Azure.Management.DataFactory.Models.LinkedService
[<Microsoft.Rest.Serialization.JsonTransformation>]
[<Newtonsoft.Json.JsonObject("SapOpenHub")>]
type SapOpenHubLinkedService = class
    inherit LinkedService
Public Class SapOpenHubLinkedService
Inherits LinkedService
Inheritance
SapOpenHubLinkedService
Attributes
JsonTransformationAttribute Newtonsoft.Json.JsonObjectAttribute

Constructors

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.

Properties

AdditionalProperties

Gets or sets unmatched properties from the message are deserialized this collection

(Inherited from LinkedService)
Annotations

Gets or sets list of tags that can be used for describing the linked service.

(Inherited from LinkedService)
ClientId

Gets or sets 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).

ConnectVia

Gets or sets the integration runtime reference.

(Inherited from LinkedService)
Description

Gets or sets linked service description.

(Inherited from LinkedService)
EncryptedCredential

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

Language

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

LogonGroup

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

MessageServer

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

MessageServerService

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

Parameters

Gets or sets parameters for linked service.

(Inherited from LinkedService)
Password

Gets or sets password to access the SAP BW server where the open hub destination is located.

Server

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

SystemId

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

SystemNumber

Gets or sets 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).

UserName

Gets or sets username to access the SAP BW server where the open hub destination is located. Type: string (or Expression with resultType string).

Methods

Validate()

Validate the object.

Applies to