Class SapCloudForCustomerLinkedService

java.lang.Object
com.azure.analytics.synapse.artifacts.models.LinkedService
com.azure.analytics.synapse.artifacts.models.SapCloudForCustomerLinkedService

public class SapCloudForCustomerLinkedService extends LinkedService
Linked service for SAP Cloud for Customer.
  • Constructor Details

    • SapCloudForCustomerLinkedService

      public SapCloudForCustomerLinkedService()
  • Method Details

    • getUrl

      public Object getUrl()
      Get the url property: The URL of SAP Cloud for Customer OData API. For example, '[https://[tenantname].crm.ondemand.com/sap/c4c/odata/v1]'. Type: string (or Expression with resultType string).
      Returns:
      the url value.
    • setUrl

      Set the url property: The URL of SAP Cloud for Customer OData API. For example, '[https://[tenantname].crm.ondemand.com/sap/c4c/odata/v1]'. Type: string (or Expression with resultType string).
      Parameters:
      url - the url value to set.
      Returns:
      the SapCloudForCustomerLinkedService object itself.
    • getUsername

      public Object getUsername()
      Get the username property: The username for Basic authentication. Type: string (or Expression with resultType string).
      Returns:
      the username value.
    • setUsername

      public SapCloudForCustomerLinkedService setUsername(Object username)
      Set the username property: The username for Basic authentication. Type: string (or Expression with resultType string).
      Parameters:
      username - the username value to set.
      Returns:
      the SapCloudForCustomerLinkedService object itself.
    • getPassword

      public SecretBase getPassword()
      Get the password property: The password for Basic authentication.
      Returns:
      the password value.
    • setPassword

      public SapCloudForCustomerLinkedService setPassword(SecretBase password)
      Set the password property: The password for Basic authentication.
      Parameters:
      password - the password value to set.
      Returns:
      the SapCloudForCustomerLinkedService object itself.
    • getEncryptedCredential

      public Object getEncryptedCredential()
      Get the encryptedCredential property: The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Either encryptedCredential or username/password must be provided. Type: string (or Expression with resultType string).
      Returns:
      the encryptedCredential value.
    • setEncryptedCredential

      public SapCloudForCustomerLinkedService setEncryptedCredential(Object encryptedCredential)
      Set the encryptedCredential property: The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Either encryptedCredential or username/password must be provided. Type: string (or Expression with resultType string).
      Parameters:
      encryptedCredential - the encryptedCredential value to set.
      Returns:
      the SapCloudForCustomerLinkedService object itself.
    • setConnectVia

      Set the connectVia property: The integration runtime reference.
      Overrides:
      setConnectVia in class LinkedService
      Parameters:
      connectVia - the connectVia value to set.
      Returns:
      the LinkedService object itself.
    • setDescription

      public SapCloudForCustomerLinkedService setDescription(String description)
      Set the description property: Linked service description.
      Overrides:
      setDescription in class LinkedService
      Parameters:
      description - the description value to set.
      Returns:
      the LinkedService object itself.
    • setParameters

      Set the parameters property: Parameters for linked service.
      Overrides:
      setParameters in class LinkedService
      Parameters:
      parameters - the parameters value to set.
      Returns:
      the LinkedService object itself.
    • setAnnotations

      public SapCloudForCustomerLinkedService setAnnotations(List<Object> annotations)
      Set the annotations property: List of tags that can be used for describing the linked service.
      Overrides:
      setAnnotations in class LinkedService
      Parameters:
      annotations - the annotations value to set.
      Returns:
      the LinkedService object itself.