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

LogAnalyticsAuthBasic type

表示 Azure Log Analytics 源的基本身份验证类型。 用户需要为“使用基本类型创建”指定 clientSecret。 服务不会返回作为机密的 clientSecret。

type LogAnalyticsAuthBasic = {
  authenticationType: "Basic"
  clientId: string
  clientSecret?: string
  tenantId: string
}