你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
AppInsightsCredentials interface
AppInsights 凭据。
属性
app |
AppInsights 应用程序 ID。 |
instrumentation |
AppInsights 检测密钥。 这不会在响应资源上的 GET/PUT 时返回。 若要查看此情况,请调用 listKeys API。 |
属性详细信息
appId
AppInsights 应用程序 ID。
appId?: string
属性值
string
instrumentationKey
AppInsights 检测密钥。 这不会在响应资源上的 GET/PUT 时返回。 若要查看此情况,请调用 listKeys API。
instrumentationKey?: string
属性值
string