Uses of Class
com.azure.resourcemanager.datafactory.models.SapOdpLinkedService
Package
Description
Package containing the data models for DataFactoryManagementClient.
-
Uses of SapOdpLinkedService in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionSapOdpLinkedService.withAnnotations
(List<Object> annotations) Set the annotations property: List of tags that can be used for describing the linked service.SapOdpLinkedService.withClientId
(Object clientId) Set the clientId property: Client ID of the client on the SAP system where the table is located.SapOdpLinkedService.withConnectVia
(IntegrationRuntimeReference connectVia) Set the connectVia property: The integration runtime reference.SapOdpLinkedService.withDescription
(String description) Set the description property: Linked service description.SapOdpLinkedService.withEncryptedCredential
(Object encryptedCredential) Set the encryptedCredential property: The encrypted credential used for authentication.SapOdpLinkedService.withLanguage
(Object language) Set the language property: Language of the SAP system where the table is located.SapOdpLinkedService.withLogonGroup
(Object logonGroup) Set the logonGroup property: The Logon Group for the SAP System.SapOdpLinkedService.withMessageServer
(Object messageServer) Set the messageServer property: The hostname of the SAP Message Server.SapOdpLinkedService.withMessageServerService
(Object messageServerService) Set the messageServerService property: The service name or port number of the Message Server.SapOdpLinkedService.withParameters
(Map<String, ParameterSpecification> parameters) Set the parameters property: Parameters for linked service.SapOdpLinkedService.withPassword
(SecretBase password) Set the password property: Password to access the SAP server where the table is located.SapOdpLinkedService.withServer
(Object server) Set the server property: Host name of the SAP instance where the table is located.SapOdpLinkedService.withSncLibraryPath
(Object sncLibraryPath) Set the sncLibraryPath property: External security product's library to access the SAP server where the table is located.SapOdpLinkedService.withSncMode
(Object sncMode) Set the sncMode property: SNC activation indicator to access the SAP server where the table is located.SapOdpLinkedService.withSncMyName
(Object sncMyName) Set the sncMyName property: Initiator's SNC name to access the SAP server where the table is located.SapOdpLinkedService.withSncPartnerName
(Object sncPartnerName) Set the sncPartnerName property: Communication partner's SNC name to access the SAP server where the table is located.SapOdpLinkedService.withSncQop
(Object sncQop) Set the sncQop property: SNC Quality of Protection.SapOdpLinkedService.withSubscriberName
(Object subscriberName) Set the subscriberName property: The subscriber name.SapOdpLinkedService.withSystemId
(Object systemId) Set the systemId property: SystemID of the SAP system where the table is located.SapOdpLinkedService.withSystemNumber
(Object systemNumber) Set the systemNumber property: System number of the SAP system where the table is located.SapOdpLinkedService.withUsername
(Object username) Set the username property: Username to access the SAP server where the table is located.SapOdpLinkedService.withX509CertificatePath
(Object x509CertificatePath) Set the x509CertificatePath property: SNC X509 certificate file path.