Uses of Class
com.azure.resourcemanager.datafactory.fluent.models.SapHanaLinkedServiceProperties
Package
Description
Package containing the inner data models for DataFactoryManagementClient.
-
Uses of SapHanaLinkedServiceProperties in com.azure.resourcemanager.datafactory.fluent.models
Modifier and TypeMethodDescriptionSapHanaLinkedServiceProperties.withAuthenticationType
(SapHanaAuthenticationType authenticationType) Set the authenticationType property: The authentication type to be used to connect to the SAP HANA server.SapHanaLinkedServiceProperties.withConnectionString
(Object connectionString) Set the connectionString property: SAP HANA ODBC connection string.SapHanaLinkedServiceProperties.withEncryptedCredential
(Object encryptedCredential) Set the encryptedCredential property: The encrypted credential used for authentication.SapHanaLinkedServiceProperties.withPassword
(SecretBase password) Set the password property: Password to access the SAP HANA server.SapHanaLinkedServiceProperties.withServer
(Object server) Set the server property: Host name of the SAP HANA server.SapHanaLinkedServiceProperties.withUsername
(Object username) Set the username property: Username to access the SAP HANA server.