Uses of Class
com.azure.resourcemanager.datafactory.models.SapOpenHubLinkedService
Package
Description
Package containing the data models for DataFactoryManagementClient.
-
Uses of SapOpenHubLinkedService in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionSapOpenHubLinkedService.withAnnotations
(List<Object> annotations) Set the annotations property: List of tags that can be used for describing the linked service.SapOpenHubLinkedService.withClientId
(Object clientId) Set the clientId property: Client ID of the client on the BW system where the open hub destination is located.SapOpenHubLinkedService.withConnectVia
(IntegrationRuntimeReference connectVia) Set the connectVia property: The integration runtime reference.SapOpenHubLinkedService.withDescription
(String description) Set the description property: Linked service description.SapOpenHubLinkedService.withEncryptedCredential
(Object encryptedCredential) Set the encryptedCredential property: The encrypted credential used for authentication.SapOpenHubLinkedService.withLanguage
(Object language) Set the language property: Language of the BW system where the open hub destination is located.SapOpenHubLinkedService.withLogonGroup
(Object logonGroup) Set the logonGroup property: The Logon Group for the SAP System.SapOpenHubLinkedService.withMessageServer
(Object messageServer) Set the messageServer property: The hostname of the SAP Message Server.SapOpenHubLinkedService.withMessageServerService
(Object messageServerService) Set the messageServerService property: The service name or port number of the Message Server.SapOpenHubLinkedService.withParameters
(Map<String, ParameterSpecification> parameters) Set the parameters property: Parameters for linked service.SapOpenHubLinkedService.withPassword
(SecretBase password) Set the password property: Password to access the SAP BW server where the open hub destination is located.SapOpenHubLinkedService.withServer
(Object server) Set the server property: Host name of the SAP BW instance where the open hub destination is located.SapOpenHubLinkedService.withSystemId
(Object systemId) Set the systemId property: SystemID of the SAP system where the table is located.SapOpenHubLinkedService.withSystemNumber
(Object systemNumber) Set the systemNumber property: System number of the BW system where the open hub destination is located.SapOpenHubLinkedService.withUsername
(Object username) Set the username property: Username to access the SAP BW server where the open hub destination is located.