Class LinkedService

    • Constructor Detail

      • LinkedService

        public LinkedService()
    • Method Detail

      • getConnectVia

        public IntegrationRuntimeReference getConnectVia()
        Get the connectVia property: The integration runtime reference.
        Returns:
        the connectVia value.
      • setConnectVia

        public LinkedService setConnectVia​(IntegrationRuntimeReference connectVia)
        Set the connectVia property: The integration runtime reference.
        Parameters:
        connectVia - the connectVia value to set.
        Returns:
        the LinkedService object itself.
      • getDescription

        public String getDescription()
        Get the description property: Linked service description.
        Returns:
        the description value.
      • setDescription

        public LinkedService setDescription​(String description)
        Set the description property: Linked service description.
        Parameters:
        description - the description value to set.
        Returns:
        the LinkedService object itself.
      • getParameters

        public Map<String,​ParameterSpecification> getParameters()
        Get the parameters property: Parameters for linked service.
        Returns:
        the parameters value.
      • setParameters

        public LinkedService setParameters​(Map<String,​ParameterSpecification> parameters)
        Set the parameters property: Parameters for linked service.
        Parameters:
        parameters - the parameters value to set.
        Returns:
        the LinkedService object itself.
      • getAnnotations

        public List<Object> getAnnotations()
        Get the annotations property: List of tags that can be used for describing the linked service.
        Returns:
        the annotations value.
      • setAnnotations

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

        public Map<String,​Object> getAdditionalProperties()
        Get the additionalProperties property: The Azure Synapse nested object which contains the information and credential which can be used to connect with related store or compute resource.
        Returns:
        the additionalProperties value.
      • setAdditionalProperties

        public LinkedService setAdditionalProperties​(Map<String,​Object> additionalProperties)
        Set the additionalProperties property: The Azure Synapse nested object which contains the information and credential which can be used to connect with related store or compute resource.
        Parameters:
        additionalProperties - the additionalProperties value to set.
        Returns:
        the LinkedService object itself.