Class QuickbaseLinkedService

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

public class QuickbaseLinkedService extends LinkedService
Linked service for Quickbase.
  • Constructor Details

    • QuickbaseLinkedService

      public QuickbaseLinkedService()
  • Method Details

    • getUrl

      public Object getUrl()
      Get the url property: The url to connect Quickbase source. Type: string (or Expression with resultType string).
      Returns:
      the url value.
    • setUrl

      public QuickbaseLinkedService setUrl(Object url)
      Set the url property: The url to connect Quickbase source. Type: string (or Expression with resultType string).
      Parameters:
      url - the url value to set.
      Returns:
      the QuickbaseLinkedService object itself.
    • getUserToken

      public SecretBase getUserToken()
      Get the userToken property: The user token for the Quickbase source.
      Returns:
      the userToken value.
    • setUserToken

      public QuickbaseLinkedService setUserToken(SecretBase userToken)
      Set the userToken property: The user token for the Quickbase source.
      Parameters:
      userToken - the userToken value to set.
      Returns:
      the QuickbaseLinkedService 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. Type: string (or Expression with resultType string).
      Returns:
      the encryptedCredential value.
    • setEncryptedCredential

      public QuickbaseLinkedService setEncryptedCredential(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 QuickbaseLinkedService object itself.
    • setConnectVia

      public QuickbaseLinkedService setConnectVia(IntegrationRuntimeReference connectVia)
      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 QuickbaseLinkedService 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

      public QuickbaseLinkedService setParameters(Map<String,ParameterSpecification> parameters)
      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 QuickbaseLinkedService 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.