< Summary

Class:Microsoft.Azure.ApplicationInsights.Query.SdkInfo
Assembly:Microsoft.Azure.ApplicationInsights.Query
File(s):C:\Git\azure-sdk-for-net\sdk\applicationinsights\Microsoft.Azure.ApplicationInsights.Query\src\Generated\SdkInfo_ApplicationInsightsDataClient.cs
Covered lines:0
Uncovered lines:6
Coverable lines:6
Total lines:29
Line coverage:0% (0 of 6)
Covered branches:0
Total branches:0

Metrics

MethodCyclomatic complexity Line coverage Branch coverage
get_ApiInfo_ApplicationInsightsDataClient()-0%100%

File(s)

C:\Git\azure-sdk-for-net\sdk\applicationinsights\Microsoft.Azure.ApplicationInsights.Query\src\Generated\SdkInfo_ApplicationInsightsDataClient.cs

#LineLine coverage
 1
 2// <auto-generated>
 3// Code generated by Microsoft (R) AutoRest Code Generator.
 4// Changes may cause incorrect behavior and will be lost if the code is
 5// regenerated.
 6// </auto-generated>
 7
 8namespace Microsoft.Azure.ApplicationInsights.Query
 9{
 10  using System;
 11  using System.Collections.Generic;
 12  using System.Linq;
 13
 14  internal static partial class SdkInfo
 15  {
 16      public static IEnumerable<Tuple<string, string, string>> ApiInfo_ApplicationInsightsDataClient
 17      {
 18          get
 19          {
 020              return new Tuple<string, string, string>[]
 021              {
 022                new Tuple<string, string, string>("ApplicationInsightsDataClient", "Events", "v1"),
 023                new Tuple<string, string, string>("ApplicationInsightsDataClient", "Metrics", "v1"),
 024                new Tuple<string, string, string>("ApplicationInsightsDataClient", "Query", "v1"),
 025              }.AsEnumerable();
 26          }
 27      }
 28  }
 29}