Class AzureDataExplorerLinkedService

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

public class AzureDataExplorerLinkedService extends LinkedService
Azure Data Explorer (Kusto) linked service.
  • Constructor Details

    • AzureDataExplorerLinkedService

      public AzureDataExplorerLinkedService()
  • Method Details

    • getEndpoint

      public Object getEndpoint()
      Get the endpoint property: The endpoint of Azure Data Explorer (the engine's endpoint). URL will be in the format https://<clusterName>.<regionName>.kusto.windows.net. Type: string (or Expression with resultType string).
      Returns:
      the endpoint value.
    • setEndpoint

      public AzureDataExplorerLinkedService setEndpoint(Object endpoint)
      Set the endpoint property: The endpoint of Azure Data Explorer (the engine's endpoint). URL will be in the format https://<clusterName>.<regionName>.kusto.windows.net. Type: string (or Expression with resultType string).
      Parameters:
      endpoint - the endpoint value to set.
      Returns:
      the AzureDataExplorerLinkedService object itself.
    • getServicePrincipalId

      public Object getServicePrincipalId()
      Get the servicePrincipalId property: The ID of the service principal used to authenticate against Azure Data Explorer. Type: string (or Expression with resultType string).
      Returns:
      the servicePrincipalId value.
    • setServicePrincipalId

      public AzureDataExplorerLinkedService setServicePrincipalId(Object servicePrincipalId)
      Set the servicePrincipalId property: The ID of the service principal used to authenticate against Azure Data Explorer. Type: string (or Expression with resultType string).
      Parameters:
      servicePrincipalId - the servicePrincipalId value to set.
      Returns:
      the AzureDataExplorerLinkedService object itself.
    • getServicePrincipalKey

      public SecretBase getServicePrincipalKey()
      Get the servicePrincipalKey property: The key of the service principal used to authenticate against Kusto.
      Returns:
      the servicePrincipalKey value.
    • setServicePrincipalKey

      public AzureDataExplorerLinkedService setServicePrincipalKey(SecretBase servicePrincipalKey)
      Set the servicePrincipalKey property: The key of the service principal used to authenticate against Kusto.
      Parameters:
      servicePrincipalKey - the servicePrincipalKey value to set.
      Returns:
      the AzureDataExplorerLinkedService object itself.
    • getDatabase

      public Object getDatabase()
      Get the database property: Database name for connection. Type: string (or Expression with resultType string).
      Returns:
      the database value.
    • setDatabase

      public AzureDataExplorerLinkedService setDatabase(Object database)
      Set the database property: Database name for connection. Type: string (or Expression with resultType string).
      Parameters:
      database - the database value to set.
      Returns:
      the AzureDataExplorerLinkedService object itself.
    • getTenant

      public Object getTenant()
      Get the tenant property: The name or ID of the tenant to which the service principal belongs. Type: string (or Expression with resultType string).
      Returns:
      the tenant value.
    • setTenant

      public AzureDataExplorerLinkedService setTenant(Object tenant)
      Set the tenant property: The name or ID of the tenant to which the service principal belongs. Type: string (or Expression with resultType string).
      Parameters:
      tenant - the tenant value to set.
      Returns:
      the AzureDataExplorerLinkedService object itself.
    • setConnectVia

      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 AzureDataExplorerLinkedService 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

      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 AzureDataExplorerLinkedService 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.