Class SapOdpLinkedService
java.lang.Object
com.azure.resourcemanager.datafactory.models.LinkedService
com.azure.resourcemanager.datafactory.models.SapOdpLinkedService
SAP ODP Linked Service.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionclientId()
Get the clientId property: Client ID of the client on the SAP system where the table is located.Get the encryptedCredential property: The encrypted credential used for authentication.language()
Get the language property: Language of the SAP system where the table is located.Get the logonGroup property: The Logon Group for the SAP System.Get the messageServer property: The hostname of the SAP Message Server.Get the messageServerService property: The service name or port number of the Message Server.password()
Get the password property: Password to access the SAP server where the table is located.server()
Get the server property: Host name of the SAP instance where the table is located.Get the sncLibraryPath property: External security product's library to access the SAP server where the table is located.sncMode()
Get the sncMode property: SNC activation indicator to access the SAP server where the table is located.Get the sncMyName property: Initiator's SNC name to access the SAP server where the table is located.Get the sncPartnerName property: Communication partner's SNC name to access the SAP server where the table is located.sncQop()
Get the sncQop property: SNC Quality of Protection.Get the subscriberName property: The subscriber name.systemId()
Get the systemId property: SystemID of the SAP system where the table is located.Get the systemNumber property: System number of the SAP system where the table is located.username()
Get the username property: Username to access the SAP server where the table is located.void
validate()
Validates the instance.withAnnotations
(List<Object> annotations) Set the annotations property: List of tags that can be used for describing the linked service.withClientId
(Object clientId) Set the clientId property: Client ID of the client on the SAP system where the table is located.withConnectVia
(IntegrationRuntimeReference connectVia) Set the connectVia property: The integration runtime reference.withDescription
(String description) Set the description property: Linked service description.withEncryptedCredential
(Object encryptedCredential) Set the encryptedCredential property: The encrypted credential used for authentication.withLanguage
(Object language) Set the language property: Language of the SAP system where the table is located.withLogonGroup
(Object logonGroup) Set the logonGroup property: The Logon Group for the SAP System.withMessageServer
(Object messageServer) Set the messageServer property: The hostname of the SAP Message Server.withMessageServerService
(Object messageServerService) Set the messageServerService property: The service name or port number of the Message Server.withParameters
(Map<String, ParameterSpecification> parameters) Set the parameters property: Parameters for linked service.withPassword
(SecretBase password) Set the password property: Password to access the SAP server where the table is located.withServer
(Object server) Set the server property: Host name of the SAP instance where the table is located.withSncLibraryPath
(Object sncLibraryPath) Set the sncLibraryPath property: External security product's library to access the SAP server where the table is located.withSncMode
(Object sncMode) Set the sncMode property: SNC activation indicator to access the SAP server where the table is located.withSncMyName
(Object sncMyName) Set the sncMyName property: Initiator's SNC name to access the SAP server where the table is located.withSncPartnerName
(Object sncPartnerName) Set the sncPartnerName property: Communication partner's SNC name to access the SAP server where the table is located.withSncQop
(Object sncQop) Set the sncQop property: SNC Quality of Protection.withSubscriberName
(Object subscriberName) Set the subscriberName property: The subscriber name.withSystemId
(Object systemId) Set the systemId property: SystemID of the SAP system where the table is located.withSystemNumber
(Object systemNumber) Set the systemNumber property: System number of the SAP system where the table is located.withUsername
(Object username) Set the username property: Username to access the SAP server where the table is located.withX509CertificatePath
(Object x509CertificatePath) Set the x509CertificatePath property: SNC X509 certificate file path.Get the x509CertificatePath property: SNC X509 certificate file path.Methods inherited from class com.azure.resourcemanager.datafactory.models.LinkedService
additionalProperties, annotations, connectVia, description, parameters, withAdditionalProperties
-
Constructor Details
-
SapOdpLinkedService
public SapOdpLinkedService()Creates an instance of SapOdpLinkedService class.
-
-
Method Details
-
withConnectVia
Set the connectVia property: The integration runtime reference.- Overrides:
withConnectVia
in classLinkedService
- Parameters:
connectVia
- the connectVia value to set.- Returns:
- the LinkedService object itself.
-
withDescription
Set the description property: Linked service description.- Overrides:
withDescription
in classLinkedService
- Parameters:
description
- the description value to set.- Returns:
- the LinkedService object itself.
-
withParameters
Set the parameters property: Parameters for linked service.- Overrides:
withParameters
in classLinkedService
- Parameters:
parameters
- the parameters value to set.- Returns:
- the LinkedService object itself.
-
withAnnotations
Set the annotations property: List of tags that can be used for describing the linked service.- Overrides:
withAnnotations
in classLinkedService
- Parameters:
annotations
- the annotations value to set.- Returns:
- the LinkedService object itself.
-
server
Get the server property: Host name of the SAP instance where the table is located. Type: string (or Expression with resultType string).- Returns:
- the server value.
-
withServer
Set the server property: Host name of the SAP instance where the table is located. Type: string (or Expression with resultType string).- Parameters:
server
- the server value to set.- Returns:
- the SapOdpLinkedService object itself.
-
systemNumber
Get the systemNumber property: 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).- Returns:
- the systemNumber value.
-
withSystemNumber
Set the systemNumber property: 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).- Parameters:
systemNumber
- the systemNumber value to set.- Returns:
- the SapOdpLinkedService object itself.
-
clientId
Get the clientId property: 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).- Returns:
- the clientId value.
-
withClientId
Set the clientId property: 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).- Parameters:
clientId
- the clientId value to set.- Returns:
- the SapOdpLinkedService object itself.
-
language
Get the language property: Language of the SAP system where the table is located. The default value is EN. Type: string (or Expression with resultType string).- Returns:
- the language value.
-
withLanguage
Set the language property: Language of the SAP system where the table is located. The default value is EN. Type: string (or Expression with resultType string).- Parameters:
language
- the language value to set.- Returns:
- the SapOdpLinkedService object itself.
-
systemId
Get the systemId property: SystemID of the SAP system where the table is located. Type: string (or Expression with resultType string).- Returns:
- the systemId value.
-
withSystemId
Set the systemId property: SystemID of the SAP system where the table is located. Type: string (or Expression with resultType string).- Parameters:
systemId
- the systemId value to set.- Returns:
- the SapOdpLinkedService object itself.
-
username
Get the username property: Username to access the SAP server where the table is located. Type: string (or Expression with resultType string).- Returns:
- the username value.
-
withUsername
Set the username property: Username to access the SAP server where the table is located. Type: string (or Expression with resultType string).- Parameters:
username
- the username value to set.- Returns:
- the SapOdpLinkedService object itself.
-
password
Get the password property: Password to access the SAP server where the table is located.- Returns:
- the password value.
-
withPassword
Set the password property: Password to access the SAP server where the table is located.- Parameters:
password
- the password value to set.- Returns:
- the SapOdpLinkedService object itself.
-
messageServer
Get the messageServer property: The hostname of the SAP Message Server. Type: string (or Expression with resultType string).- Returns:
- the messageServer value.
-
withMessageServer
Set the messageServer property: The hostname of the SAP Message Server. Type: string (or Expression with resultType string).- Parameters:
messageServer
- the messageServer value to set.- Returns:
- the SapOdpLinkedService object itself.
-
messageServerService
Get the messageServerService property: The service name or port number of the Message Server. Type: string (or Expression with resultType string).- Returns:
- the messageServerService value.
-
withMessageServerService
Set the messageServerService property: The service name or port number of the Message Server. Type: string (or Expression with resultType string).- Parameters:
messageServerService
- the messageServerService value to set.- Returns:
- the SapOdpLinkedService object itself.
-
sncMode
Get the sncMode property: 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).- Returns:
- the sncMode value.
-
withSncMode
Set the sncMode property: 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).- Parameters:
sncMode
- the sncMode value to set.- Returns:
- the SapOdpLinkedService object itself.
-
sncMyName
Get the sncMyName property: Initiator's SNC name to access the SAP server where the table is located. Type: string (or Expression with resultType string).- Returns:
- the sncMyName value.
-
withSncMyName
Set the sncMyName property: Initiator's SNC name to access the SAP server where the table is located. Type: string (or Expression with resultType string).- Parameters:
sncMyName
- the sncMyName value to set.- Returns:
- the SapOdpLinkedService object itself.
-
sncPartnerName
Get the sncPartnerName property: Communication partner's SNC name to access the SAP server where the table is located. Type: string (or Expression with resultType string).- Returns:
- the sncPartnerName value.
-
withSncPartnerName
Set the sncPartnerName property: Communication partner's SNC name to access the SAP server where the table is located. Type: string (or Expression with resultType string).- Parameters:
sncPartnerName
- the sncPartnerName value to set.- Returns:
- the SapOdpLinkedService object itself.
-
sncLibraryPath
Get the sncLibraryPath property: External security product's library to access the SAP server where the table is located. Type: string (or Expression with resultType string).- Returns:
- the sncLibraryPath value.
-
withSncLibraryPath
Set the sncLibraryPath property: External security product's library to access the SAP server where the table is located. Type: string (or Expression with resultType string).- Parameters:
sncLibraryPath
- the sncLibraryPath value to set.- Returns:
- the SapOdpLinkedService object itself.
-
sncQop
Get the sncQop property: SNC Quality of Protection. Allowed value include: 1, 2, 3, 8, 9. Type: string (or Expression with resultType string).- Returns:
- the sncQop value.
-
withSncQop
Set the sncQop property: SNC Quality of Protection. Allowed value include: 1, 2, 3, 8, 9. Type: string (or Expression with resultType string).- Parameters:
sncQop
- the sncQop value to set.- Returns:
- the SapOdpLinkedService object itself.
-
x509CertificatePath
Get the x509CertificatePath property: SNC X509 certificate file path. Type: string (or Expression with resultType string).- Returns:
- the x509CertificatePath value.
-
withX509CertificatePath
Set the x509CertificatePath property: SNC X509 certificate file path. Type: string (or Expression with resultType string).- Parameters:
x509CertificatePath
- the x509CertificatePath value to set.- Returns:
- the SapOdpLinkedService object itself.
-
logonGroup
Get the logonGroup property: The Logon Group for the SAP System. Type: string (or Expression with resultType string).- Returns:
- the logonGroup value.
-
withLogonGroup
Set the logonGroup property: The Logon Group for the SAP System. Type: string (or Expression with resultType string).- Parameters:
logonGroup
- the logonGroup value to set.- Returns:
- the SapOdpLinkedService object itself.
-
subscriberName
Get the subscriberName property: The subscriber name. Type: string (or Expression with resultType string).- Returns:
- the subscriberName value.
-
withSubscriberName
Set the subscriberName property: The subscriber name. Type: string (or Expression with resultType string).- Parameters:
subscriberName
- the subscriberName value to set.- Returns:
- the SapOdpLinkedService object itself.
-
encryptedCredential
Get the encryptedCredential property: The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string).- Returns:
- the encryptedCredential value.
-
withEncryptedCredential
Set the encryptedCredential property: The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string).- Parameters:
encryptedCredential
- the encryptedCredential value to set.- Returns:
- the SapOdpLinkedService object itself.
-
validate
public void validate()Validates the instance.- Overrides:
validate
in classLinkedService
- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-