AzureDataExplorerDataFeedSource type

Represents an Azure Data Explorer data source. User is required to specify connectionString for Create. connectionString being a secret is not returned by service.

type AzureDataExplorerDataFeedSource = {
  connectionString?: string
  dataSourceType: "AzureDataExplorer"
  query: string
} & AzureDataExplorerAuthTypes