Uses of Class
com.azure.resourcemanager.datafactory.models.SapHanaLinkedService
Package
Description
Package containing the data models for DataFactoryManagementClient.
-
Uses of SapHanaLinkedService in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionSapHanaLinkedService.withAnnotations
(List<Object> annotations) Set the annotations property: List of tags that can be used for describing the linked service.SapHanaLinkedService.withAuthenticationType
(SapHanaAuthenticationType authenticationType) Set the authenticationType property: The authentication type to be used to connect to the SAP HANA server.SapHanaLinkedService.withConnectionString
(Object connectionString) Set the connectionString property: SAP HANA ODBC connection string.SapHanaLinkedService.withConnectVia
(IntegrationRuntimeReference connectVia) Set the connectVia property: The integration runtime reference.SapHanaLinkedService.withDescription
(String description) Set the description property: Linked service description.SapHanaLinkedService.withEncryptedCredential
(Object encryptedCredential) Set the encryptedCredential property: The encrypted credential used for authentication.SapHanaLinkedService.withParameters
(Map<String, ParameterSpecification> parameters) Set the parameters property: Parameters for linked service.SapHanaLinkedService.withPassword
(SecretBase password) Set the password property: Password to access the SAP HANA server.SapHanaLinkedService.withServer
(Object server) Set the server property: Host name of the SAP HANA server.SapHanaLinkedService.withUsername
(Object username) Set the username property: Username to access the SAP HANA server.