SapOdpLinkedService Class

Definition

SAP ODP Linked Service.

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

Constructors

SapOdpLinkedService()

Initializes a new instance of the SapOdpLinkedService class.

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

Initializes a new instance of the SapOdpLinkedService 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 SAP system where the table 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 SAP system where the table 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 server where the table is located.

Server

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

SncLibraryPath

Gets or sets external security product's library to access the SAP server where the table is located. Type: string (or Expression with resultType string).

SncMode

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

SncMyName

Gets or sets initiator's SNC name to access the SAP server where the table is located. Type: string (or Expression with resultType string).

SncPartnerName

Gets or sets communication partner's SNC name to access the SAP server where the table is located. Type: string (or Expression with resultType string).

SncQop

Gets or sets SNC Quality of Protection. Allowed value include: 1, 2, 3, 8, 9. Type: string (or Expression with resultType string).

SubscriberName

Gets or sets the subscriber name. 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 SAP system where the table 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 server where the table is located. Type: string (or Expression with resultType string).

X509CertificatePath

Gets or sets SNC X509 certificate file path. Type: string (or Expression with resultType string).

Methods

Validate()

Validate the object.

Applies to