< Summary

Class:Microsoft.Azure.CognitiveServices.ContentModerator.SdkInfo
Assembly:Microsoft.Azure.CognitiveServices.Vision.ContentModerator
File(s):C:\Git\azure-sdk-for-net\sdk\cognitiveservices\Vision.ContentModerator\src\Generated\SdkInfo_ContentModeratorClient.cs
Covered lines:0
Uncovered lines:18
Coverable lines:18
Total lines:44
Line coverage:0% (0 of 18)
Covered branches:0
Total branches:0

Metrics

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

File(s)

C:\Git\azure-sdk-for-net\sdk\cognitiveservices\Vision.ContentModerator\src\Generated\SdkInfo_ContentModeratorClient.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.ContentModerator
 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_ContentModeratorClient
 17      {
 18          get
 19          {
 020              return new Tuple<string, string, string>[]
 021              {
 022                new Tuple<string, string, string>("ContentModeratorClient", "ImageModeration", "1.0"),
 023                new Tuple<string, string, string>("ContentModeratorClient", "ListManagementImage", "1.0"),
 024                new Tuple<string, string, string>("ContentModeratorClient", "ListManagementImageLists", "1.0"),
 025                new Tuple<string, string, string>("ContentModeratorClient", "ListManagementTerm", "1.0"),
 026                new Tuple<string, string, string>("ContentModeratorClient", "ListManagementTermLists", "1.0"),
 027                new Tuple<string, string, string>("ContentModeratorClient", "Reviews", "1.0"),
 028                new Tuple<string, string, string>("ContentModeratorClient", "TextModeration", "1.0"),
 029              }.AsEnumerable();
 30          }
 31      }
 32      // BEGIN: Code Generation Metadata Section
 033      public static readonly String AutoRestVersion = "latest";
 034      public static readonly String AutoRestBootStrapperVersion = "autorest@2.0.4283";
 035      public static readonly String AutoRestCmdExecuted = "cmd.exe /c autorest.cmd https://github.com/Azure/azure-rest-a
 036      public static readonly String GithubForkName = "Azure";
 037      public static readonly String GithubBranchName = "master";
 038      public static readonly String GithubCommidId = "7ec885283c68528b8d25f5ec533bcfd310b10c0f";
 039      public static readonly String CodeGenerationErrors = "";
 040      public static readonly String GithubRepoName = "azure-rest-api-specs";
 41      // END: Code Generation Metadata Section
 42  }
 43}
 44