Class SapOpenHubLinkedService
- java.lang.Object
-
- com.azure.resourcemanager.datafactory.models.LinkedService
-
- com.azure.resourcemanager.datafactory.models.SapOpenHubLinkedService
-
public final class SapOpenHubLinkedService extends LinkedService
SAP Business Warehouse Open Hub Destination Linked Service.
-
-
Constructor Summary
Constructors Constructor Description SapOpenHubLinkedService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
clientId()
Get the clientId property: Client ID of the client on the BW system where the open hub destination is located.Object
encryptedCredential()
Get the encryptedCredential property: The encrypted credential used for authentication.Object
language()
Get the language property: Language of the BW system where the open hub destination is located.Object
logonGroup()
Get the logonGroup property: The Logon Group for the SAP System.Object
messageServer()
Get the messageServer property: The hostname of the SAP Message Server.Object
messageServerService()
Get the messageServerService property: The service name or port number of the Message Server.SecretBase
password()
Get the password property: Password to access the SAP BW server where the open hub destination is located.Object
server()
Get the server property: Host name of the SAP BW instance where the open hub destination is located.Object
systemId()
Get the systemId property: SystemID of the SAP system where the table is located.Object
systemNumber()
Get the systemNumber property: System number of the BW system where the open hub destination is located.Object
username()
Get the username property: Username to access the SAP BW server where the open hub destination is located.void
validate()
Validates the instance.SapOpenHubLinkedService
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.-
Methods inherited from class com.azure.resourcemanager.datafactory.models.LinkedService
additionalProperties, annotations, connectVia, description, parameters, withAdditionalProperties
-
-
-
-
Method Detail
-
withConnectVia
public SapOpenHubLinkedService withConnectVia(IntegrationRuntimeReference connectVia)
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
public SapOpenHubLinkedService withDescription(String description)
Set the description property: Linked service description.- Overrides:
withDescription
in classLinkedService
- Parameters:
description
- the description value to set.- Returns:
- the LinkedService object itself.
-
withParameters
public SapOpenHubLinkedService withParameters(Map<String,ParameterSpecification> parameters)
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
public SapOpenHubLinkedService withAnnotations(List<Object> annotations)
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
public Object server()
Get the server property: Host name of the SAP BW instance where the open hub destination is located. Type: string (or Expression with resultType string).- Returns:
- the server value.
-
withServer
public SapOpenHubLinkedService withServer(Object server)
Set the server property: Host name of the SAP BW instance where the open hub destination is located. Type: string (or Expression with resultType string).- Parameters:
server
- the server value to set.- Returns:
- the SapOpenHubLinkedService object itself.
-
systemNumber
public Object systemNumber()
Get the systemNumber property: System number of the BW system where the open hub destination is located. (Usually a two-digit decimal number represented as a string.) Type: string (or Expression with resultType string).- Returns:
- the systemNumber value.
-
withSystemNumber
public SapOpenHubLinkedService withSystemNumber(Object systemNumber)
Set the systemNumber property: System number of the BW system where the open hub destination is located. (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 SapOpenHubLinkedService object itself.
-
clientId
public Object clientId()
Get the clientId property: Client ID of the client on the BW system where the open hub destination is located. (Usually a three-digit decimal number represented as a string) Type: string (or Expression with resultType string).- Returns:
- the clientId value.
-
withClientId
public SapOpenHubLinkedService withClientId(Object clientId)
Set the clientId property: Client ID of the client on the BW system where the open hub destination is located. (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 SapOpenHubLinkedService object itself.
-
language
public Object language()
Get the language property: Language of the BW system where the open hub destination is located. The default value is EN. Type: string (or Expression with resultType string).- Returns:
- the language value.
-
withLanguage
public SapOpenHubLinkedService withLanguage(Object language)
Set the language property: Language of the BW system where the open hub destination is located. The default value is EN. Type: string (or Expression with resultType string).- Parameters:
language
- the language value to set.- Returns:
- the SapOpenHubLinkedService object itself.
-
systemId
public Object systemId()
Get the systemId property: SystemID of the SAP system where the table is located. Type: string (or Expression with resultType string).- Returns:
- the systemId value.
-
withSystemId
public SapOpenHubLinkedService withSystemId(Object systemId)
Set the systemId property: SystemID of the SAP system where the table is located. Type: string (or Expression with resultType string).- Parameters:
systemId
- the systemId value to set.- Returns:
- the SapOpenHubLinkedService object itself.
-
username
public Object username()
Get the username property: Username to access the SAP BW server where the open hub destination is located. Type: string (or Expression with resultType string).- Returns:
- the username value.
-
withUsername
public SapOpenHubLinkedService withUsername(Object username)
Set the username property: Username to access the SAP BW server where the open hub destination is located. Type: string (or Expression with resultType string).- Parameters:
username
- the username value to set.- Returns:
- the SapOpenHubLinkedService object itself.
-
password
public SecretBase password()
Get the password property: Password to access the SAP BW server where the open hub destination is located.- Returns:
- the password value.
-
withPassword
public SapOpenHubLinkedService withPassword(SecretBase password)
Set the password property: Password to access the SAP BW server where the open hub destination is located.- Parameters:
password
- the password value to set.- Returns:
- the SapOpenHubLinkedService object itself.
-
messageServer
public Object messageServer()
Get the messageServer property: The hostname of the SAP Message Server. Type: string (or Expression with resultType string).- Returns:
- the messageServer value.
-
withMessageServer
public SapOpenHubLinkedService withMessageServer(Object messageServer)
Set the messageServer property: The hostname of the SAP Message Server. Type: string (or Expression with resultType string).- Parameters:
messageServer
- the messageServer value to set.- Returns:
- the SapOpenHubLinkedService object itself.
-
messageServerService
public Object messageServerService()
Get the messageServerService property: The service name or port number of the Message Server. Type: string (or Expression with resultType string).- Returns:
- the messageServerService value.
-
withMessageServerService
public SapOpenHubLinkedService withMessageServerService(Object messageServerService)
Set the messageServerService property: The service name or port number of the Message Server. Type: string (or Expression with resultType string).- Parameters:
messageServerService
- the messageServerService value to set.- Returns:
- the SapOpenHubLinkedService object itself.
-
logonGroup
public Object logonGroup()
Get the logonGroup property: The Logon Group for the SAP System. Type: string (or Expression with resultType string).- Returns:
- the logonGroup value.
-
withLogonGroup
public SapOpenHubLinkedService withLogonGroup(Object logonGroup)
Set the logonGroup property: The Logon Group for the SAP System. Type: string (or Expression with resultType string).- Parameters:
logonGroup
- the logonGroup value to set.- Returns:
- the SapOpenHubLinkedService object itself.
-
encryptedCredential
public Object 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
public SapOpenHubLinkedService withEncryptedCredential(Object encryptedCredential)
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 SapOpenHubLinkedService object itself.
-
validate
public void validate()
Validates the instance.- Overrides:
validate
in classLinkedService
- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-
-