< Summary

Class:Microsoft.Azure.CognitiveServices.AnomalyDetector.SdkInfo
Assembly:Microsoft.Azure.CognitiveServices.AnomalyDetector
File(s):C:\Git\azure-sdk-for-net\sdk\cognitiveservices\AnomalyDetector\src\Generated\SdkInfo_AnomalyDetectorClient.cs
Covered lines:0
Uncovered lines:13
Coverable lines:13
Total lines:39
Line coverage:0% (0 of 13)
Covered branches:0
Total branches:0

Metrics

MethodCyclomatic complexity Line coverage Branch coverage
get_ApiInfo_AnomalyDetectorClient()-0%100%
.cctor()-0%100%

File(s)

C:\Git\azure-sdk-for-net\sdk\cognitiveservices\AnomalyDetector\src\Generated\SdkInfo_AnomalyDetectorClient.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.CognitiveServices.AnomalyDetector
 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_AnomalyDetectorClient
 17      {
 18          get
 19          {
 020              return new Tuple<string, string, string>[]
 021              {
 022                new Tuple<string, string, string>("AnomalyDetectorClient", "EntireDetect", "1.0"),
 023                new Tuple<string, string, string>("AnomalyDetectorClient", "LastDetect", "1.0"),
 024              }.AsEnumerable();
 25          }
 26      }
 27      // BEGIN: Code Generation Metadata Section
 028      public static readonly String AutoRestVersion = "latest";
 029      public static readonly String AutoRestBootStrapperVersion = "autorest@2.0.4283";
 030      public static readonly String AutoRestCmdExecuted = "cmd.exe /c autorest.cmd https://github.com/Azure/azure-rest-a
 031      public static readonly String GithubForkName = "Azure";
 032      public static readonly String GithubBranchName = "master";
 033      public static readonly String GithubCommidId = "34ec12b92ffb40aec651bc5b37650b98e318333f";
 034      public static readonly String CodeGenerationErrors = "";
 035      public static readonly String GithubRepoName = "azure-rest-api-specs";
 36      // END: Code Generation Metadata Section
 37  }
 38}
 39