Class QuickbaseLinkedServiceTypeProperties

java.lang.Object
com.azure.resourcemanager.datafactory.fluent.models.QuickbaseLinkedServiceTypeProperties

public final class QuickbaseLinkedServiceTypeProperties extends Object
Quickbase linked service type properties.
  • Constructor Details

    • QuickbaseLinkedServiceTypeProperties

      public QuickbaseLinkedServiceTypeProperties()
  • Method Details

    • url

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

      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 QuickbaseLinkedServiceTypeProperties object itself.
    • userToken

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

      public QuickbaseLinkedServiceTypeProperties withUserToken(SecretBase userToken)
      Set the userToken property: The user token for the Quickbase source.
      Parameters:
      userToken - the userToken value to set.
      Returns:
      the QuickbaseLinkedServiceTypeProperties 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 QuickbaseLinkedServiceTypeProperties 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 QuickbaseLinkedServiceTypeProperties object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.