Uses of Class
com.azure.resourcemanager.datafactory.models.SapBWLinkedService
Package
Description
Package containing the data models for DataFactoryManagementClient.
-
Uses of SapBWLinkedService in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionSapBWLinkedService.withAnnotations
(List<Object> annotations) Set the annotations property: List of tags that can be used for describing the linked service.SapBWLinkedService.withClientId
(Object clientId) Set the clientId property: Client ID of the client on the BW system.SapBWLinkedService.withConnectVia
(IntegrationRuntimeReference connectVia) Set the connectVia property: The integration runtime reference.SapBWLinkedService.withDescription
(String description) Set the description property: Linked service description.SapBWLinkedService.withEncryptedCredential
(Object encryptedCredential) Set the encryptedCredential property: The encrypted credential used for authentication.SapBWLinkedService.withParameters
(Map<String, ParameterSpecification> parameters) Set the parameters property: Parameters for linked service.SapBWLinkedService.withPassword
(SecretBase password) Set the password property: Password to access the SAP BW server.SapBWLinkedService.withServer
(Object server) Set the server property: Host name of the SAP BW instance.SapBWLinkedService.withSystemNumber
(Object systemNumber) Set the systemNumber property: System number of the BW system.SapBWLinkedService.withUsername
(Object username) Set the username property: Username to access the SAP BW server.