< Summary

Class:Microsoft.Azure.Graph.RBAC.SdkInfo
Assembly:Microsoft.Azure.Graph.RBAC
File(s):C:\Git\azure-sdk-for-net\sdk\graphrbac\Microsoft.Azure.Graph.RBAC\src\Generated\SdkInfo_GraphRbacManagementClient.cs
Covered lines:0
Uncovered lines:12
Coverable lines:12
Total lines:35
Line coverage:0% (0 of 12)
Covered branches:0
Total branches:0

Metrics

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

File(s)

C:\Git\azure-sdk-for-net\sdk\graphrbac\Microsoft.Azure.Graph.RBAC\src\Generated\SdkInfo_GraphRbacManagementClient.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.Graph.RBAC
 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_GraphRbacManagementClient
 17      {
 18          get
 19          {
 020              return new Tuple<string, string, string>[]
 021              {
 022                new Tuple<string, string, string>("GraphRbacManagementClient", "Applications", "1.6"),
 023                new Tuple<string, string, string>("GraphRbacManagementClient", "DeletedApplications", "1.6"),
 024                new Tuple<string, string, string>("GraphRbacManagementClient", "Domains", "1.6"),
 025                new Tuple<string, string, string>("GraphRbacManagementClient", "Groups", "1.6"),
 026                new Tuple<string, string, string>("GraphRbacManagementClient", "OAuth2PermissionGrant", "1.6"),
 027                new Tuple<string, string, string>("GraphRbacManagementClient", "Objects", "1.6"),
 028                new Tuple<string, string, string>("GraphRbacManagementClient", "ServicePrincipals", "1.6"),
 029                new Tuple<string, string, string>("GraphRbacManagementClient", "SignedInUser", "1.6"),
 030                new Tuple<string, string, string>("GraphRbacManagementClient", "Users", "1.6"),
 031              }.AsEnumerable();
 32          }
 33      }
 34  }
 35}