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