Class AzureDataExplorerLinkedService

java.lang.Object
com.azure.resourcemanager.datafactory.models.LinkedService
com.azure.resourcemanager.datafactory.models.AzureDataExplorerLinkedService

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

    • AzureDataExplorerLinkedService

      public AzureDataExplorerLinkedService()
  • Method Details

    • withConnectVia

      public AzureDataExplorerLinkedService withConnectVia(IntegrationRuntimeReference connectVia)
      Set the connectVia property: The integration runtime reference.
      Overrides:
      withConnectVia in class LinkedService
      Parameters:
      connectVia - the connectVia value to set.
      Returns:
      the LinkedService object itself.
    • withDescription

      public AzureDataExplorerLinkedService withDescription(String description)
      Set the description property: Linked service description.
      Overrides:
      withDescription in class LinkedService
      Parameters:
      description - the description value to set.
      Returns:
      the LinkedService object itself.
    • withParameters

      public AzureDataExplorerLinkedService withParameters(Map<String,ParameterSpecification> parameters)
      Set the parameters property: Parameters for linked service.
      Overrides:
      withParameters in class LinkedService
      Parameters:
      parameters - the parameters value to set.
      Returns:
      the LinkedService object itself.
    • withAnnotations

      public AzureDataExplorerLinkedService withAnnotations(List<Object> annotations)
      Set the annotations property: List of tags that can be used for describing the linked service.
      Overrides:
      withAnnotations in class LinkedService
      Parameters:
      annotations - the annotations value to set.
      Returns:
      the LinkedService object itself.
    • endpoint

      public Object endpoint()
      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.
    • withEndpoint

      public AzureDataExplorerLinkedService withEndpoint(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.
    • servicePrincipalId

      public Object servicePrincipalId()
      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.
    • withServicePrincipalId

      public AzureDataExplorerLinkedService withServicePrincipalId(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.
    • servicePrincipalKey

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

      public AzureDataExplorerLinkedService withServicePrincipalKey(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.
    • database

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

      public AzureDataExplorerLinkedService withDatabase(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.
    • tenant

      public Object tenant()
      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.
    • withTenant

      public AzureDataExplorerLinkedService withTenant(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.
    • credential

      public CredentialReference credential()
      Get the credential property: The credential reference containing authentication information.
      Returns:
      the credential value.
    • withCredential

      public AzureDataExplorerLinkedService withCredential(CredentialReference credential)
      Set the credential property: The credential reference containing authentication information.
      Parameters:
      credential - the credential value to set.
      Returns:
      the AzureDataExplorerLinkedService object itself.
    • validate

      public void validate()
      Validates the instance.
      Overrides:
      validate in class LinkedService
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.