SapOdpLinkedService Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
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. |
SapOdpLinkedService()
Initializes a new instance of the SapOdpLinkedService class.
public SapOdpLinkedService ();
Public Sub New ()
Applies to
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.
public SapOdpLinkedService (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 sncMode = default, object sncMyName = default, object sncPartnerName = default, object sncLibraryPath = default, object sncQop = default, object x509CertificatePath = default, object logonGroup = default, object subscriberName = default, object encryptedCredential = default);
new Microsoft.Azure.Management.DataFactory.Models.SapOdpLinkedService : 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 * obj * obj * obj * obj * obj * obj * obj -> Microsoft.Azure.Management.DataFactory.Models.SapOdpLinkedService
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 sncMode As Object = Nothing, Optional sncMyName As Object = Nothing, Optional sncPartnerName As Object = Nothing, Optional sncLibraryPath As Object = Nothing, Optional sncQop As Object = Nothing, Optional x509CertificatePath As Object = Nothing, Optional logonGroup As Object = Nothing, Optional subscriberName 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.
- server
- Object
Host name of the SAP instance where the table is located. Type: string (or Expression with resultType string).
- systemNumber
- Object
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).
- clientId
- Object
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).
- language
- Object
Language of the SAP system where the table 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 server where the table is located. Type: string (or Expression with resultType string).
- password
- SecretBase
Password to access the SAP server where the table 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).
- sncMode
- Object
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
- Object
Initiator's SNC name to access the SAP server where the table is located. Type: string (or Expression with resultType string).
- sncPartnerName
- Object
Communication partner's SNC name to access the SAP server where the table is located. Type: string (or Expression with resultType string).
- sncLibraryPath
- Object
External security product's library to access the SAP server where the table is located. Type: string (or Expression with resultType string).
- sncQop
- Object
SNC Quality of Protection. Allowed value include: 1, 2, 3, 8, 9. Type: string (or Expression with resultType string).
- x509CertificatePath
- Object
SNC X509 certificate file path. Type: string (or Expression with resultType string).
- logonGroup
- Object
The Logon Group for the SAP System. Type: string (or Expression with resultType string).
- subscriberName
- Object
The subscriber name. 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
Azure SDK for .NET