Class AzureDataExplorerLinkedServiceTypeProperties


  • public final class AzureDataExplorerLinkedServiceTypeProperties
    extends Object
    Azure Data Explorer (Kusto) linked service properties.
    • Constructor Detail

      • AzureDataExplorerLinkedServiceTypeProperties

        public AzureDataExplorerLinkedServiceTypeProperties()
    • Method Detail

      • 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 AzureDataExplorerLinkedServiceTypeProperties 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 AzureDataExplorerLinkedServiceTypeProperties 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 AzureDataExplorerLinkedServiceTypeProperties 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 AzureDataExplorerLinkedServiceTypeProperties 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 AzureDataExplorerLinkedServiceTypeProperties 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 AzureDataExplorerLinkedServiceTypeProperties 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 AzureDataExplorerLinkedServiceTypeProperties 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 AzureDataExplorerLinkedServiceTypeProperties 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 AzureDataExplorerLinkedServiceTypeProperties 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 AzureDataExplorerLinkedServiceTypeProperties object itself.
      • credential

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

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

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