Class SapBWLinkedService
java.lang.Object
com.azure.resourcemanager.datafactory.models.LinkedService
com.azure.resourcemanager.datafactory.models.SapBWLinkedService
SAP Business Warehouse Linked Service.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionclientId()
Get the clientId property: Client ID of the client on the BW system.Get the encryptedCredential property: The encrypted credential used for authentication.password()
Get the password property: Password to access the SAP BW server.server()
Get the server property: Host name of the SAP BW instance.Get the systemNumber property: System number of the BW system.username()
Get the username property: Username to access the SAP BW server.void
validate()
Validates the instance.withAnnotations
(List<Object> annotations) Set the annotations property: List of tags that can be used for describing the linked service.withClientId
(Object clientId) Set the clientId property: Client ID of the client on the BW system.withConnectVia
(IntegrationRuntimeReference connectVia) Set the connectVia property: The integration runtime reference.withDescription
(String description) Set the description property: Linked service description.withEncryptedCredential
(Object encryptedCredential) Set the encryptedCredential property: The encrypted credential used for authentication.withParameters
(Map<String, ParameterSpecification> parameters) Set the parameters property: Parameters for linked service.withPassword
(SecretBase password) Set the password property: Password to access the SAP BW server.withServer
(Object server) Set the server property: Host name of the SAP BW instance.withSystemNumber
(Object systemNumber) Set the systemNumber property: System number of the BW system.withUsername
(Object username) Set the username property: Username to access the SAP BW server.Methods inherited from class com.azure.resourcemanager.datafactory.models.LinkedService
additionalProperties, annotations, connectVia, description, parameters, withAdditionalProperties
-
Constructor Details
-
SapBWLinkedService
public SapBWLinkedService()Creates an instance of SapBWLinkedService class.
-
-
Method Details
-
withConnectVia
Set the connectVia property: The integration runtime reference.- Overrides:
withConnectVia
in classLinkedService
- Parameters:
connectVia
- the connectVia value to set.- Returns:
- the LinkedService object itself.
-
withDescription
Set the description property: Linked service description.- Overrides:
withDescription
in classLinkedService
- Parameters:
description
- the description value to set.- Returns:
- the LinkedService object itself.
-
withParameters
Set the parameters property: Parameters for linked service.- Overrides:
withParameters
in classLinkedService
- Parameters:
parameters
- the parameters value to set.- Returns:
- the LinkedService object itself.
-
withAnnotations
Set the annotations property: List of tags that can be used for describing the linked service.- Overrides:
withAnnotations
in classLinkedService
- Parameters:
annotations
- the annotations value to set.- Returns:
- the LinkedService object itself.
-
server
Get the server property: Host name of the SAP BW instance. Type: string (or Expression with resultType string).- Returns:
- the server value.
-
withServer
Set the server property: Host name of the SAP BW instance. Type: string (or Expression with resultType string).- Parameters:
server
- the server value to set.- Returns:
- the SapBWLinkedService object itself.
-
systemNumber
Get the systemNumber property: System number of the BW system. (Usually a two-digit decimal number represented as a string.) Type: string (or Expression with resultType string).- Returns:
- the systemNumber value.
-
withSystemNumber
Set the systemNumber property: System number of the BW system. (Usually a two-digit decimal number represented as a string.) Type: string (or Expression with resultType string).- Parameters:
systemNumber
- the systemNumber value to set.- Returns:
- the SapBWLinkedService object itself.
-
clientId
Get the clientId property: Client ID of the client on the BW system. (Usually a three-digit decimal number represented as a string) Type: string (or Expression with resultType string).- Returns:
- the clientId value.
-
withClientId
Set the clientId property: Client ID of the client on the BW system. (Usually a three-digit decimal number represented as a string) Type: string (or Expression with resultType string).- Parameters:
clientId
- the clientId value to set.- Returns:
- the SapBWLinkedService object itself.
-
username
Get the username property: Username to access the SAP BW server. Type: string (or Expression with resultType string).- Returns:
- the username value.
-
withUsername
Set the username property: Username to access the SAP BW server. Type: string (or Expression with resultType string).- Parameters:
username
- the username value to set.- Returns:
- the SapBWLinkedService object itself.
-
password
Get the password property: Password to access the SAP BW server.- Returns:
- the password value.
-
withPassword
Set the password property: Password to access the SAP BW server.- Parameters:
password
- the password value to set.- Returns:
- the SapBWLinkedService object itself.
-
encryptedCredential
Get the encryptedCredential property: The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string).- Returns:
- the encryptedCredential value.
-
withEncryptedCredential
Set the encryptedCredential property: The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string).- Parameters:
encryptedCredential
- the encryptedCredential value to set.- Returns:
- the SapBWLinkedService object itself.
-
validate
public void validate()Validates the instance.- Overrides:
validate
in classLinkedService
- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-