Class AzureSearchLinkedService


  • public class AzureSearchLinkedService
    extends LinkedService
    Linked service for Windows Azure Search Service.
    • Constructor Detail

      • AzureSearchLinkedService

        public AzureSearchLinkedService()
    • Method Detail

      • getUrl

        public Object getUrl()
        Get the url property: URL for Azure Search service. Type: string (or Expression with resultType string).
        Returns:
        the url value.
      • setUrl

        public AzureSearchLinkedService setUrl​(Object url)
        Set the url property: URL for Azure Search service. Type: string (or Expression with resultType string).
        Parameters:
        url - the url value to set.
        Returns:
        the AzureSearchLinkedService object itself.
      • getKey

        public SecretBase getKey()
        Get the key property: Admin Key for Azure Search service.
        Returns:
        the key value.
      • setKey

        public AzureSearchLinkedService setKey​(SecretBase key)
        Set the key property: Admin Key for Azure Search service.
        Parameters:
        key - the key value to set.
        Returns:
        the AzureSearchLinkedService 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 AzureSearchLinkedService 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 AzureSearchLinkedService object itself.
      • setDescription

        public AzureSearchLinkedService 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.
      • setAnnotations

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