| | 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 | |
|
| | 8 | | namespace 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 | | { |
| 0 | 20 | | return new Tuple<string, string, string>[] |
| 0 | 21 | | { |
| 0 | 22 | | new Tuple<string, string, string>("ApplicationInsightsDataClient", "Events", "v1"), |
| 0 | 23 | | new Tuple<string, string, string>("ApplicationInsightsDataClient", "Metrics", "v1"), |
| 0 | 24 | | new Tuple<string, string, string>("ApplicationInsightsDataClient", "Query", "v1"), |
| 0 | 25 | | }.AsEnumerable(); |
| | 26 | | } |
| | 27 | | } |
| | 28 | | } |
| | 29 | | } |