Class AppFiguresLinkedService

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

public class AppFiguresLinkedService extends LinkedService
Linked service for AppFigures.
  • Constructor Details

    • AppFiguresLinkedService

      public AppFiguresLinkedService()
  • Method Details

    • getUserName

      public Object getUserName()
      Get the userName property: The username of the Appfigures source.
      Returns:
      the userName value.
    • setUserName

      public AppFiguresLinkedService setUserName(Object userName)
      Set the userName property: The username of the Appfigures source.
      Parameters:
      userName - the userName value to set.
      Returns:
      the AppFiguresLinkedService object itself.
    • getPassword

      public SecretBase getPassword()
      Get the password property: The password of the AppFigures source.
      Returns:
      the password value.
    • setPassword

      public AppFiguresLinkedService setPassword(SecretBase password)
      Set the password property: The password of the AppFigures source.
      Parameters:
      password - the password value to set.
      Returns:
      the AppFiguresLinkedService object itself.
    • getClientKey

      public SecretBase getClientKey()
      Get the clientKey property: The client key for the AppFigures source.
      Returns:
      the clientKey value.
    • setClientKey

      public AppFiguresLinkedService setClientKey(SecretBase clientKey)
      Set the clientKey property: The client key for the AppFigures source.
      Parameters:
      clientKey - the clientKey value to set.
      Returns:
      the AppFiguresLinkedService object itself.
    • setConnectVia

      public AppFiguresLinkedService 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 AppFiguresLinkedService 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 AppFiguresLinkedService 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 AppFiguresLinkedService 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.