< Summary

Class:Microsoft.Azure.Search.SdkInfo
Assembly:Microsoft.Azure.Search.Service
File(s):C:\Git\azure-sdk-for-net\sdk\search\Microsoft.Azure.Search.Service\src\Generated\SdkInfo_SearchServiceClient.cs
Covered lines:0
Uncovered lines:17
Coverable lines:17
Total lines:43
Line coverage:0% (0 of 17)
Covered branches:0
Total branches:0

Metrics

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

File(s)

C:\Git\azure-sdk-for-net\sdk\search\Microsoft.Azure.Search.Service\src\Generated\SdkInfo_SearchServiceClient.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.Search
 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_SearchServiceClient
 17      {
 18          get
 19          {
 020              return new Tuple<string, string, string>[]
 021              {
 022                new Tuple<string, string, string>("SearchServiceClient", "DataSources", "2019-05-06"),
 023                new Tuple<string, string, string>("SearchServiceClient", "GetServiceStatistics", "2019-05-06"),
 024                new Tuple<string, string, string>("SearchServiceClient", "Indexers", "2019-05-06"),
 025                new Tuple<string, string, string>("SearchServiceClient", "Indexes", "2019-05-06"),
 026                new Tuple<string, string, string>("SearchServiceClient", "Skillsets", "2019-05-06"),
 027                new Tuple<string, string, string>("SearchServiceClient", "SynonymMaps", "2019-05-06"),
 028              }.AsEnumerable();
 29          }
 30      }
 31      // BEGIN: Code Generation Metadata Section
 032      public static readonly String AutoRestVersion = "latest";
 033      public static readonly String AutoRestBootStrapperVersion = "autorest@2.0.4283";
 034      public static readonly String AutoRestCmdExecuted = "cmd.exe /c autorest.cmd https://github.com/Azure/azure-rest-a
 035      public static readonly String GithubForkName = "Azure";
 036      public static readonly String GithubBranchName = "master";
 037      public static readonly String GithubCommidId = "282efa7dd8301ba615d8741f740f1ed7f500fed1";
 038      public static readonly String CodeGenerationErrors = "";
 039      public static readonly String GithubRepoName = "azure-rest-api-specs";
 40      // END: Code Generation Metadata Section
 41  }
 42}
 43