Class AzureSearchLinkedService

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

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

    • AzureSearchLinkedService

      public AzureSearchLinkedService()
  • Method Details

    • 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.
    • setConnectVia

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

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