你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AzureApplicationInsightsDataFeedSource type

表示 Azure Application Insights 数据源。 用户需要指定 azureCloud、applicationId 和 apiKey for Create。 apiKey 不是服务返回的机密。

type AzureApplicationInsightsDataFeedSource = {
  apiKey?: string
  applicationId: string
  authenticationType: "Basic"
  azureCloud: string
  dataSourceType: "AzureApplicationInsights"
  query: string
}