标签: c# azure azure-application-insights
关于 the article found here,有没有任何方法可以使用.NET以编程方式查询应用程序洞察分析并下载结果。
就像在我的C#应用程序中说的那样。
application_insight_analytics.connect(ApplicationInsightsConnectionString) application_insight_analytics.query(查询).toList();
答案 0 :(得分:6)
可以使用完整的Application Insights API,详情如下:
https://dev.applicationinsights.io/