@azure/arm-appinsights 3.0.0 → 5.0.0-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (449) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/LICENSE +21 -0
  3. package/README.md +72 -73
  4. package/dist/index.js +7675 -0
  5. package/dist/index.js.map +1 -0
  6. package/dist/index.min.js +1 -0
  7. package/dist/index.min.js.map +1 -0
  8. package/dist-esm/src/applicationInsightsManagementClient.d.ts +36 -0
  9. package/dist-esm/src/applicationInsightsManagementClient.d.ts.map +1 -0
  10. package/dist-esm/src/applicationInsightsManagementClient.js +69 -0
  11. package/dist-esm/src/applicationInsightsManagementClient.js.map +1 -0
  12. package/dist-esm/src/index.d.ts +5 -0
  13. package/dist-esm/src/index.d.ts.map +1 -0
  14. package/dist-esm/src/index.js +12 -0
  15. package/dist-esm/src/index.js.map +1 -0
  16. package/dist-esm/src/models/index.d.ts +2080 -0
  17. package/dist-esm/src/models/index.d.ts.map +1 -0
  18. package/dist-esm/src/models/index.js +133 -0
  19. package/dist-esm/src/models/index.js.map +1 -0
  20. package/dist-esm/src/models/mappers.d.ts +86 -0
  21. package/dist-esm/src/models/mappers.d.ts.map +1 -0
  22. package/{esm → dist-esm/src}/models/mappers.js +1481 -1003
  23. package/dist-esm/src/models/mappers.js.map +1 -0
  24. package/dist-esm/src/models/parameters.d.ts +63 -0
  25. package/dist-esm/src/models/parameters.d.ts.map +1 -0
  26. package/dist-esm/src/models/parameters.js +515 -0
  27. package/dist-esm/src/models/parameters.js.map +1 -0
  28. package/dist-esm/src/operations/aPIKeys.d.ts +55 -0
  29. package/dist-esm/src/operations/aPIKeys.d.ts.map +1 -0
  30. package/dist-esm/src/operations/aPIKeys.js +185 -0
  31. package/dist-esm/src/operations/aPIKeys.js.map +1 -0
  32. package/dist-esm/src/operations/analyticsItems.d.ts +51 -0
  33. package/dist-esm/src/operations/analyticsItems.d.ts.map +1 -0
  34. package/dist-esm/src/operations/analyticsItems.js +157 -0
  35. package/dist-esm/src/operations/analyticsItems.js.map +1 -0
  36. package/dist-esm/src/operations/annotations.d.ts +63 -0
  37. package/dist-esm/src/operations/annotations.d.ts.map +1 -0
  38. package/dist-esm/src/operations/annotations.js +207 -0
  39. package/dist-esm/src/operations/annotations.js.map +1 -0
  40. package/dist-esm/src/operations/componentAvailableFeatures.d.ts +20 -0
  41. package/dist-esm/src/operations/componentAvailableFeatures.d.ts.map +1 -0
  42. package/dist-esm/src/operations/componentAvailableFeatures.js +50 -0
  43. package/dist-esm/src/operations/componentAvailableFeatures.js.map +1 -0
  44. package/dist-esm/src/operations/componentCurrentBillingFeatures.d.ts +29 -0
  45. package/dist-esm/src/operations/componentCurrentBillingFeatures.d.ts.map +1 -0
  46. package/dist-esm/src/operations/componentCurrentBillingFeatures.js +81 -0
  47. package/dist-esm/src/operations/componentCurrentBillingFeatures.js.map +1 -0
  48. package/dist-esm/src/operations/componentFeatureCapabilities.d.ts +20 -0
  49. package/dist-esm/src/operations/componentFeatureCapabilities.d.ts.map +1 -0
  50. package/dist-esm/src/operations/componentFeatureCapabilities.js +50 -0
  51. package/dist-esm/src/operations/componentFeatureCapabilities.js.map +1 -0
  52. package/dist-esm/src/operations/componentLinkedStorageAccountsOperations.d.ts +53 -0
  53. package/dist-esm/src/operations/componentLinkedStorageAccountsOperations.d.ts.map +1 -0
  54. package/dist-esm/src/operations/componentLinkedStorageAccountsOperations.js +174 -0
  55. package/dist-esm/src/operations/componentLinkedStorageAccountsOperations.js.map +1 -0
  56. package/dist-esm/src/operations/componentQuotaStatus.d.ts +20 -0
  57. package/dist-esm/src/operations/componentQuotaStatus.d.ts.map +1 -0
  58. package/dist-esm/src/operations/componentQuotaStatus.js +50 -0
  59. package/dist-esm/src/operations/componentQuotaStatus.js.map +1 -0
  60. package/dist-esm/src/operations/components.d.ts +108 -0
  61. package/dist-esm/src/operations/components.d.ts.map +1 -0
  62. package/dist-esm/src/operations/components.js +402 -0
  63. package/dist-esm/src/operations/components.js.map +1 -0
  64. package/dist-esm/src/operations/exportConfigurations.d.ts +58 -0
  65. package/dist-esm/src/operations/exportConfigurations.d.ts.map +1 -0
  66. package/dist-esm/src/operations/exportConfigurations.js +195 -0
  67. package/dist-esm/src/operations/exportConfigurations.js.map +1 -0
  68. package/dist-esm/src/operations/favorites.d.ts +55 -0
  69. package/dist-esm/src/operations/favorites.d.ts.map +1 -0
  70. package/dist-esm/src/operations/favorites.js +196 -0
  71. package/dist-esm/src/operations/favorites.js.map +1 -0
  72. package/{esm → dist-esm/src}/operations/index.d.ts +3 -2
  73. package/dist-esm/src/operations/index.d.ts.map +1 -0
  74. package/{esm → dist-esm/src}/operations/index.js +6 -7
  75. package/dist-esm/src/operations/index.js.map +1 -0
  76. package/dist-esm/src/operations/liveToken.d.ts +19 -0
  77. package/dist-esm/src/operations/liveToken.d.ts.map +1 -0
  78. package/dist-esm/src/operations/liveToken.js +47 -0
  79. package/dist-esm/src/operations/liveToken.js.map +1 -0
  80. package/dist-esm/src/operations/myWorkbooks.d.ts +89 -0
  81. package/dist-esm/src/operations/myWorkbooks.d.ts.map +1 -0
  82. package/dist-esm/src/operations/myWorkbooks.js +387 -0
  83. package/dist-esm/src/operations/myWorkbooks.js.map +1 -0
  84. package/dist-esm/src/operations/operations.d.ts +32 -0
  85. package/dist-esm/src/operations/operations.d.ts.map +1 -0
  86. package/dist-esm/src/operations/operations.js +116 -0
  87. package/dist-esm/src/operations/operations.js.map +1 -0
  88. package/dist-esm/src/operations/proactiveDetectionConfigurations.d.ts +40 -0
  89. package/dist-esm/src/operations/proactiveDetectionConfigurations.d.ts.map +1 -0
  90. package/dist-esm/src/operations/proactiveDetectionConfigurations.js +130 -0
  91. package/dist-esm/src/operations/proactiveDetectionConfigurations.js.map +1 -0
  92. package/dist-esm/src/operations/webTestLocations.d.ts +30 -0
  93. package/dist-esm/src/operations/webTestLocations.d.ts.map +1 -0
  94. package/dist-esm/src/operations/webTestLocations.js +96 -0
  95. package/dist-esm/src/operations/webTestLocations.js.map +1 -0
  96. package/dist-esm/src/operations/webTests.d.ts +108 -0
  97. package/dist-esm/src/operations/webTests.d.ts.map +1 -0
  98. package/dist-esm/src/operations/webTests.js +435 -0
  99. package/dist-esm/src/operations/webTests.js.map +1 -0
  100. package/dist-esm/src/operations/workItemConfigurations.d.ts +75 -0
  101. package/dist-esm/src/operations/workItemConfigurations.d.ts.map +1 -0
  102. package/dist-esm/src/operations/workItemConfigurations.js +257 -0
  103. package/dist-esm/src/operations/workItemConfigurations.js.map +1 -0
  104. package/dist-esm/src/operations/workbookTemplates.d.ts +57 -0
  105. package/dist-esm/src/operations/workbookTemplates.d.ts.map +1 -0
  106. package/dist-esm/src/operations/workbookTemplates.js +223 -0
  107. package/dist-esm/src/operations/workbookTemplates.js.map +1 -0
  108. package/dist-esm/src/operations/workbooks.d.ts +120 -0
  109. package/dist-esm/src/operations/workbooks.d.ts.map +1 -0
  110. package/dist-esm/src/operations/workbooks.js +530 -0
  111. package/dist-esm/src/operations/workbooks.js.map +1 -0
  112. package/dist-esm/src/operationsInterfaces/aPIKeys.d.ts +38 -0
  113. package/dist-esm/src/operationsInterfaces/aPIKeys.d.ts.map +1 -0
  114. package/dist-esm/src/operationsInterfaces/aPIKeys.js +9 -0
  115. package/dist-esm/src/operationsInterfaces/aPIKeys.js.map +1 -0
  116. package/dist-esm/src/operationsInterfaces/analyticsItems.d.ts +43 -0
  117. package/dist-esm/src/operationsInterfaces/analyticsItems.d.ts.map +1 -0
  118. package/dist-esm/src/operationsInterfaces/analyticsItems.js +9 -0
  119. package/dist-esm/src/operationsInterfaces/analyticsItems.js.map +1 -0
  120. package/dist-esm/src/operationsInterfaces/annotations.d.ts +43 -0
  121. package/dist-esm/src/operationsInterfaces/annotations.d.ts.map +1 -0
  122. package/dist-esm/src/operationsInterfaces/annotations.js +9 -0
  123. package/dist-esm/src/operationsInterfaces/annotations.js.map +1 -0
  124. package/dist-esm/src/operationsInterfaces/componentAvailableFeatures.d.ts +12 -0
  125. package/dist-esm/src/operationsInterfaces/componentAvailableFeatures.d.ts.map +1 -0
  126. package/dist-esm/src/operationsInterfaces/componentAvailableFeatures.js +9 -0
  127. package/dist-esm/src/operationsInterfaces/componentAvailableFeatures.js.map +1 -0
  128. package/dist-esm/src/operationsInterfaces/componentCurrentBillingFeatures.d.ts +21 -0
  129. package/dist-esm/src/operationsInterfaces/componentCurrentBillingFeatures.d.ts.map +1 -0
  130. package/dist-esm/src/operationsInterfaces/componentCurrentBillingFeatures.js +9 -0
  131. package/dist-esm/src/operationsInterfaces/componentCurrentBillingFeatures.js.map +1 -0
  132. package/dist-esm/src/operationsInterfaces/componentFeatureCapabilities.d.ts +12 -0
  133. package/dist-esm/src/operationsInterfaces/componentFeatureCapabilities.d.ts.map +1 -0
  134. package/dist-esm/src/operationsInterfaces/componentFeatureCapabilities.js +9 -0
  135. package/dist-esm/src/operationsInterfaces/componentFeatureCapabilities.js.map +1 -0
  136. package/dist-esm/src/operationsInterfaces/componentLinkedStorageAccountsOperations.d.ts +45 -0
  137. package/dist-esm/src/operationsInterfaces/componentLinkedStorageAccountsOperations.d.ts.map +1 -0
  138. package/dist-esm/src/operationsInterfaces/componentLinkedStorageAccountsOperations.js +9 -0
  139. package/dist-esm/src/operationsInterfaces/componentLinkedStorageAccountsOperations.js.map +1 -0
  140. package/dist-esm/src/operationsInterfaces/componentQuotaStatus.d.ts +12 -0
  141. package/dist-esm/src/operationsInterfaces/componentQuotaStatus.d.ts.map +1 -0
  142. package/dist-esm/src/operationsInterfaces/componentQuotaStatus.js +9 -0
  143. package/dist-esm/src/operationsInterfaces/componentQuotaStatus.js.map +1 -0
  144. package/dist-esm/src/operationsInterfaces/components.d.ts +72 -0
  145. package/dist-esm/src/operationsInterfaces/components.d.ts.map +1 -0
  146. package/dist-esm/src/operationsInterfaces/components.js +9 -0
  147. package/dist-esm/src/operationsInterfaces/components.js.map +1 -0
  148. package/dist-esm/src/operationsInterfaces/exportConfigurations.d.ts +50 -0
  149. package/dist-esm/src/operationsInterfaces/exportConfigurations.d.ts.map +1 -0
  150. package/dist-esm/src/operationsInterfaces/exportConfigurations.js +9 -0
  151. package/dist-esm/src/operationsInterfaces/exportConfigurations.js.map +1 -0
  152. package/dist-esm/src/operationsInterfaces/favorites.d.ts +47 -0
  153. package/dist-esm/src/operationsInterfaces/favorites.d.ts.map +1 -0
  154. package/dist-esm/src/operationsInterfaces/favorites.js +9 -0
  155. package/dist-esm/src/operationsInterfaces/favorites.js.map +1 -0
  156. package/dist-esm/src/operationsInterfaces/index.d.ts +21 -0
  157. package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
  158. package/dist-esm/src/operationsInterfaces/index.js +28 -0
  159. package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
  160. package/dist-esm/src/operationsInterfaces/liveToken.d.ts +11 -0
  161. package/dist-esm/src/operationsInterfaces/liveToken.d.ts.map +1 -0
  162. package/dist-esm/src/operationsInterfaces/liveToken.js +9 -0
  163. package/dist-esm/src/operationsInterfaces/liveToken.js.map +1 -0
  164. package/dist-esm/src/operationsInterfaces/myWorkbooks.d.ts +49 -0
  165. package/dist-esm/src/operationsInterfaces/myWorkbooks.d.ts.map +1 -0
  166. package/dist-esm/src/operationsInterfaces/myWorkbooks.js +9 -0
  167. package/dist-esm/src/operationsInterfaces/myWorkbooks.js.map +1 -0
  168. package/dist-esm/src/operationsInterfaces/operations.d.ts +11 -0
  169. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
  170. package/dist-esm/src/operationsInterfaces/operations.js +9 -0
  171. package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
  172. package/dist-esm/src/operationsInterfaces/proactiveDetectionConfigurations.d.ts +32 -0
  173. package/dist-esm/src/operationsInterfaces/proactiveDetectionConfigurations.d.ts.map +1 -0
  174. package/dist-esm/src/operationsInterfaces/proactiveDetectionConfigurations.js +9 -0
  175. package/dist-esm/src/operationsInterfaces/proactiveDetectionConfigurations.js.map +1 -0
  176. package/dist-esm/src/operationsInterfaces/webTestLocations.d.ts +13 -0
  177. package/dist-esm/src/operationsInterfaces/webTestLocations.d.ts.map +1 -0
  178. package/dist-esm/src/operationsInterfaces/webTestLocations.js +9 -0
  179. package/dist-esm/src/operationsInterfaces/webTestLocations.js.map +1 -0
  180. package/dist-esm/src/operationsInterfaces/webTests.d.ts +55 -0
  181. package/dist-esm/src/operationsInterfaces/webTests.d.ts.map +1 -0
  182. package/dist-esm/src/operationsInterfaces/webTests.js +9 -0
  183. package/dist-esm/src/operationsInterfaces/webTests.js.map +1 -0
  184. package/dist-esm/src/operationsInterfaces/workItemConfigurations.d.ts +58 -0
  185. package/dist-esm/src/operationsInterfaces/workItemConfigurations.d.ts.map +1 -0
  186. package/dist-esm/src/operationsInterfaces/workItemConfigurations.js +9 -0
  187. package/dist-esm/src/operationsInterfaces/workItemConfigurations.js.map +1 -0
  188. package/dist-esm/src/operationsInterfaces/workbookTemplates.d.ts +41 -0
  189. package/dist-esm/src/operationsInterfaces/workbookTemplates.d.ts.map +1 -0
  190. package/dist-esm/src/operationsInterfaces/workbookTemplates.js +9 -0
  191. package/dist-esm/src/operationsInterfaces/workbookTemplates.js.map +1 -0
  192. package/dist-esm/src/operationsInterfaces/workbooks.d.ts +63 -0
  193. package/dist-esm/src/operationsInterfaces/workbooks.d.ts.map +1 -0
  194. package/dist-esm/src/operationsInterfaces/workbooks.js +9 -0
  195. package/dist-esm/src/operationsInterfaces/workbooks.js.map +1 -0
  196. package/dist-esm/test/sampleTest.d.ts +2 -0
  197. package/dist-esm/test/sampleTest.d.ts.map +1 -0
  198. package/dist-esm/test/sampleTest.js +40 -0
  199. package/dist-esm/test/sampleTest.js.map +1 -0
  200. package/package.json +71 -31
  201. package/review/arm-appinsights.api.md +1779 -0
  202. package/rollup.config.js +181 -30
  203. package/src/applicationInsightsManagementClient.ts +148 -65
  204. package/src/index.ts +12 -0
  205. package/src/models/index.ts +1616 -2507
  206. package/src/models/mappers.ts +1596 -1083
  207. package/src/models/parameters.ts +370 -186
  208. package/src/operations/aPIKeys.ts +155 -191
  209. package/src/operations/analyticsItems.ts +122 -240
  210. package/src/operations/annotations.ts +187 -214
  211. package/src/operations/componentAvailableFeatures.ts +40 -57
  212. package/src/operations/componentCurrentBillingFeatures.ts +66 -110
  213. package/src/operations/componentFeatureCapabilities.ts +40 -57
  214. package/src/operations/componentLinkedStorageAccountsOperations.ts +128 -182
  215. package/src/operations/componentQuotaStatus.ts +39 -57
  216. package/src/operations/components.ts +327 -440
  217. package/src/operations/exportConfigurations.ts +139 -264
  218. package/src/operations/favorites.ts +134 -242
  219. package/src/operations/index.ts +6 -7
  220. package/src/operations/liveToken.ts +30 -50
  221. package/src/operations/myWorkbooks.ts +360 -252
  222. package/src/operations/operations.ts +84 -169
  223. package/src/operations/proactiveDetectionConfigurations.ts +97 -160
  224. package/src/operations/webTestLocations.ts +86 -53
  225. package/src/operations/webTests.ts +391 -411
  226. package/src/operations/workItemConfigurations.ts +202 -283
  227. package/src/operations/workbookTemplates.ts +286 -0
  228. package/src/operations/workbooks.ts +558 -196
  229. package/src/operationsInterfaces/aPIKeys.ts +76 -0
  230. package/src/operationsInterfaces/analyticsItems.ts +82 -0
  231. package/src/operationsInterfaces/annotations.ts +81 -0
  232. package/src/operationsInterfaces/componentAvailableFeatures.ts +27 -0
  233. package/src/operationsInterfaces/componentCurrentBillingFeatures.ts +44 -0
  234. package/src/operationsInterfaces/componentFeatureCapabilities.ts +27 -0
  235. package/src/operationsInterfaces/componentLinkedStorageAccountsOperations.ts +86 -0
  236. package/src/operationsInterfaces/componentQuotaStatus.ts +27 -0
  237. package/src/operationsInterfaces/components.ts +131 -0
  238. package/src/operationsInterfaces/exportConfigurations.ts +95 -0
  239. package/src/operationsInterfaces/favorites.ts +92 -0
  240. package/src/operationsInterfaces/index.ts +28 -0
  241. package/src/operationsInterfaces/liveToken.ts +22 -0
  242. package/src/operationsInterfaces/myWorkbooks.ts +95 -0
  243. package/src/operationsInterfaces/operations.ts +22 -0
  244. package/src/operationsInterfaces/proactiveDetectionConfigurations.ts +63 -0
  245. package/src/operationsInterfaces/webTestLocations.ts +29 -0
  246. package/src/operationsInterfaces/webTests.ts +104 -0
  247. package/src/operationsInterfaces/workItemConfigurations.ts +109 -0
  248. package/src/operationsInterfaces/workbookTemplates.ts +80 -0
  249. package/src/operationsInterfaces/workbooks.ts +120 -0
  250. package/tsconfig.json +3 -3
  251. package/types/arm-appinsights.d.ts +3102 -0
  252. package/types/tsdoc-metadata.json +11 -0
  253. package/dist/arm-appinsights.js +0 -6616
  254. package/dist/arm-appinsights.js.map +0 -1
  255. package/dist/arm-appinsights.min.js +0 -1
  256. package/dist/arm-appinsights.min.js.map +0 -1
  257. package/esm/applicationInsightsManagementClient.d.ts +0 -36
  258. package/esm/applicationInsightsManagementClient.d.ts.map +0 -1
  259. package/esm/applicationInsightsManagementClient.js +0 -51
  260. package/esm/applicationInsightsManagementClient.js.map +0 -1
  261. package/esm/applicationInsightsManagementClientContext.d.ts +0 -15
  262. package/esm/applicationInsightsManagementClientContext.d.ts.map +0 -1
  263. package/esm/applicationInsightsManagementClientContext.js +0 -55
  264. package/esm/applicationInsightsManagementClientContext.js.map +0 -1
  265. package/esm/models/aPIKeysMappers.d.ts +0 -2
  266. package/esm/models/aPIKeysMappers.d.ts.map +0 -1
  267. package/esm/models/aPIKeysMappers.js +0 -9
  268. package/esm/models/aPIKeysMappers.js.map +0 -1
  269. package/esm/models/analyticsItemsMappers.d.ts +0 -2
  270. package/esm/models/analyticsItemsMappers.d.ts.map +0 -1
  271. package/esm/models/analyticsItemsMappers.js +0 -9
  272. package/esm/models/analyticsItemsMappers.js.map +0 -1
  273. package/esm/models/annotationsMappers.d.ts +0 -2
  274. package/esm/models/annotationsMappers.d.ts.map +0 -1
  275. package/esm/models/annotationsMappers.js +0 -9
  276. package/esm/models/annotationsMappers.js.map +0 -1
  277. package/esm/models/componentAvailableFeaturesMappers.d.ts +0 -2
  278. package/esm/models/componentAvailableFeaturesMappers.d.ts.map +0 -1
  279. package/esm/models/componentAvailableFeaturesMappers.js +0 -9
  280. package/esm/models/componentAvailableFeaturesMappers.js.map +0 -1
  281. package/esm/models/componentCurrentBillingFeaturesMappers.d.ts +0 -2
  282. package/esm/models/componentCurrentBillingFeaturesMappers.d.ts.map +0 -1
  283. package/esm/models/componentCurrentBillingFeaturesMappers.js +0 -9
  284. package/esm/models/componentCurrentBillingFeaturesMappers.js.map +0 -1
  285. package/esm/models/componentFeatureCapabilitiesMappers.d.ts +0 -2
  286. package/esm/models/componentFeatureCapabilitiesMappers.d.ts.map +0 -1
  287. package/esm/models/componentFeatureCapabilitiesMappers.js +0 -9
  288. package/esm/models/componentFeatureCapabilitiesMappers.js.map +0 -1
  289. package/esm/models/componentLinkedStorageAccountsOperationsMappers.d.ts +0 -2
  290. package/esm/models/componentLinkedStorageAccountsOperationsMappers.d.ts.map +0 -1
  291. package/esm/models/componentLinkedStorageAccountsOperationsMappers.js +0 -9
  292. package/esm/models/componentLinkedStorageAccountsOperationsMappers.js.map +0 -1
  293. package/esm/models/componentQuotaStatusMappers.d.ts +0 -2
  294. package/esm/models/componentQuotaStatusMappers.d.ts.map +0 -1
  295. package/esm/models/componentQuotaStatusMappers.js +0 -9
  296. package/esm/models/componentQuotaStatusMappers.js.map +0 -1
  297. package/esm/models/componentsMappers.d.ts +0 -2
  298. package/esm/models/componentsMappers.d.ts.map +0 -1
  299. package/esm/models/componentsMappers.js +0 -9
  300. package/esm/models/componentsMappers.js.map +0 -1
  301. package/esm/models/exportConfigurationsMappers.d.ts +0 -2
  302. package/esm/models/exportConfigurationsMappers.d.ts.map +0 -1
  303. package/esm/models/exportConfigurationsMappers.js +0 -9
  304. package/esm/models/exportConfigurationsMappers.js.map +0 -1
  305. package/esm/models/favoritesMappers.d.ts +0 -2
  306. package/esm/models/favoritesMappers.d.ts.map +0 -1
  307. package/esm/models/favoritesMappers.js +0 -9
  308. package/esm/models/favoritesMappers.js.map +0 -1
  309. package/esm/models/index.d.ts +0 -3038
  310. package/esm/models/index.d.ts.map +0 -1
  311. package/esm/models/index.js +0 -8
  312. package/esm/models/index.js.map +0 -1
  313. package/esm/models/liveTokenMappers.d.ts +0 -2
  314. package/esm/models/liveTokenMappers.d.ts.map +0 -1
  315. package/esm/models/liveTokenMappers.js +0 -9
  316. package/esm/models/liveTokenMappers.js.map +0 -1
  317. package/esm/models/mappers.d.ts +0 -69
  318. package/esm/models/mappers.d.ts.map +0 -1
  319. package/esm/models/mappers.js.map +0 -1
  320. package/esm/models/myWorkbooksMappers.d.ts +0 -2
  321. package/esm/models/myWorkbooksMappers.d.ts.map +0 -1
  322. package/esm/models/myWorkbooksMappers.js +0 -9
  323. package/esm/models/myWorkbooksMappers.js.map +0 -1
  324. package/esm/models/operationsMappers.d.ts +0 -2
  325. package/esm/models/operationsMappers.d.ts.map +0 -1
  326. package/esm/models/operationsMappers.js +0 -9
  327. package/esm/models/operationsMappers.js.map +0 -1
  328. package/esm/models/parameters.d.ts +0 -36
  329. package/esm/models/parameters.d.ts.map +0 -1
  330. package/esm/models/parameters.js +0 -416
  331. package/esm/models/parameters.js.map +0 -1
  332. package/esm/models/proactiveDetectionConfigurationsMappers.d.ts +0 -2
  333. package/esm/models/proactiveDetectionConfigurationsMappers.d.ts.map +0 -1
  334. package/esm/models/proactiveDetectionConfigurationsMappers.js +0 -9
  335. package/esm/models/proactiveDetectionConfigurationsMappers.js.map +0 -1
  336. package/esm/models/webTestLocationsMappers.d.ts +0 -2
  337. package/esm/models/webTestLocationsMappers.d.ts.map +0 -1
  338. package/esm/models/webTestLocationsMappers.js +0 -9
  339. package/esm/models/webTestLocationsMappers.js.map +0 -1
  340. package/esm/models/webTestsMappers.d.ts +0 -2
  341. package/esm/models/webTestsMappers.d.ts.map +0 -1
  342. package/esm/models/webTestsMappers.js +0 -9
  343. package/esm/models/webTestsMappers.js.map +0 -1
  344. package/esm/models/workItemConfigurationsMappers.d.ts +0 -2
  345. package/esm/models/workItemConfigurationsMappers.d.ts.map +0 -1
  346. package/esm/models/workItemConfigurationsMappers.js +0 -9
  347. package/esm/models/workItemConfigurationsMappers.js.map +0 -1
  348. package/esm/models/workbooksMappers.d.ts +0 -2
  349. package/esm/models/workbooksMappers.d.ts.map +0 -1
  350. package/esm/models/workbooksMappers.js +0 -9
  351. package/esm/models/workbooksMappers.js.map +0 -1
  352. package/esm/operations/aPIKeys.d.ts +0 -109
  353. package/esm/operations/aPIKeys.d.ts.map +0 -1
  354. package/esm/operations/aPIKeys.js +0 -161
  355. package/esm/operations/aPIKeys.js.map +0 -1
  356. package/esm/operations/analyticsItems.d.ts +0 -139
  357. package/esm/operations/analyticsItems.d.ts.map +0 -1
  358. package/esm/operations/analyticsItems.js +0 -182
  359. package/esm/operations/analyticsItems.js.map +0 -1
  360. package/esm/operations/annotations.d.ts +0 -124
  361. package/esm/operations/annotations.d.ts.map +0 -1
  362. package/esm/operations/annotations.js +0 -185
  363. package/esm/operations/annotations.js.map +0 -1
  364. package/esm/operations/componentAvailableFeatures.d.ts +0 -34
  365. package/esm/operations/componentAvailableFeatures.d.ts.map +0 -1
  366. package/esm/operations/componentAvailableFeatures.js +0 -58
  367. package/esm/operations/componentAvailableFeatures.js.map +0 -1
  368. package/esm/operations/componentCurrentBillingFeatures.d.ts +0 -61
  369. package/esm/operations/componentCurrentBillingFeatures.d.ts.map +0 -1
  370. package/esm/operations/componentCurrentBillingFeatures.js +0 -95
  371. package/esm/operations/componentCurrentBillingFeatures.js.map +0 -1
  372. package/esm/operations/componentFeatureCapabilities.d.ts +0 -34
  373. package/esm/operations/componentFeatureCapabilities.d.ts.map +0 -1
  374. package/esm/operations/componentFeatureCapabilities.js +0 -58
  375. package/esm/operations/componentFeatureCapabilities.js.map +0 -1
  376. package/esm/operations/componentLinkedStorageAccountsOperations.d.ts +0 -109
  377. package/esm/operations/componentLinkedStorageAccountsOperations.d.ts.map +0 -1
  378. package/esm/operations/componentLinkedStorageAccountsOperations.js +0 -165
  379. package/esm/operations/componentLinkedStorageAccountsOperations.js.map +0 -1
  380. package/esm/operations/componentQuotaStatus.d.ts +0 -34
  381. package/esm/operations/componentQuotaStatus.d.ts.map +0 -1
  382. package/esm/operations/componentQuotaStatus.js +0 -58
  383. package/esm/operations/componentQuotaStatus.js.map +0 -1
  384. package/esm/operations/components.d.ts +0 -236
  385. package/esm/operations/components.d.ts.map +0 -1
  386. package/esm/operations/components.js +0 -344
  387. package/esm/operations/components.js.map +0 -1
  388. package/esm/operations/exportConfigurations.d.ts +0 -148
  389. package/esm/operations/exportConfigurations.d.ts.map +0 -1
  390. package/esm/operations/exportConfigurations.js +0 -221
  391. package/esm/operations/exportConfigurations.js.map +0 -1
  392. package/esm/operations/favorites.d.ts +0 -139
  393. package/esm/operations/favorites.d.ts.map +0 -1
  394. package/esm/operations/favorites.js +0 -214
  395. package/esm/operations/favorites.js.map +0 -1
  396. package/esm/operations/index.d.ts.map +0 -1
  397. package/esm/operations/index.js.map +0 -1
  398. package/esm/operations/liveToken.d.ts +0 -31
  399. package/esm/operations/liveToken.d.ts.map +0 -1
  400. package/esm/operations/liveToken.js +0 -55
  401. package/esm/operations/liveToken.js.map +0 -1
  402. package/esm/operations/myWorkbooks.d.ts +0 -148
  403. package/esm/operations/myWorkbooks.d.ts.map +0 -1
  404. package/esm/operations/myWorkbooks.js +0 -228
  405. package/esm/operations/myWorkbooks.js.map +0 -1
  406. package/esm/operations/operations.d.ts +0 -81
  407. package/esm/operations/operations.d.ts.map +0 -1
  408. package/esm/operations/operations.js +0 -127
  409. package/esm/operations/operations.js.map +0 -1
  410. package/esm/operations/proactiveDetectionConfigurations.d.ts +0 -94
  411. package/esm/operations/proactiveDetectionConfigurations.d.ts.map +0 -1
  412. package/esm/operations/proactiveDetectionConfigurations.js +0 -141
  413. package/esm/operations/proactiveDetectionConfigurations.js.map +0 -1
  414. package/esm/operations/webTestLocations.d.ts +0 -34
  415. package/esm/operations/webTestLocations.d.ts.map +0 -1
  416. package/esm/operations/webTestLocations.js +0 -58
  417. package/esm/operations/webTestLocations.js.map +0 -1
  418. package/esm/operations/webTests.d.ts +0 -214
  419. package/esm/operations/webTests.d.ts.map +0 -1
  420. package/esm/operations/webTests.js +0 -326
  421. package/esm/operations/webTests.js.map +0 -1
  422. package/esm/operations/workItemConfigurations.d.ts +0 -169
  423. package/esm/operations/workItemConfigurations.d.ts.map +0 -1
  424. package/esm/operations/workItemConfigurations.js +0 -228
  425. package/esm/operations/workItemConfigurations.js.map +0 -1
  426. package/esm/operations/workbooks.d.ts +0 -127
  427. package/esm/operations/workbooks.d.ts.map +0 -1
  428. package/esm/operations/workbooks.js +0 -197
  429. package/esm/operations/workbooks.js.map +0 -1
  430. package/src/applicationInsightsManagementClientContext.ts +0 -60
  431. package/src/models/aPIKeysMappers.ts +0 -14
  432. package/src/models/analyticsItemsMappers.ts +0 -13
  433. package/src/models/annotationsMappers.ts +0 -15
  434. package/src/models/componentAvailableFeaturesMappers.ts +0 -14
  435. package/src/models/componentCurrentBillingFeaturesMappers.ts +0 -13
  436. package/src/models/componentFeatureCapabilitiesMappers.ts +0 -12
  437. package/src/models/componentLinkedStorageAccountsOperationsMappers.ts +0 -31
  438. package/src/models/componentQuotaStatusMappers.ts +0 -12
  439. package/src/models/componentsMappers.ts +0 -36
  440. package/src/models/exportConfigurationsMappers.ts +0 -13
  441. package/src/models/favoritesMappers.ts +0 -12
  442. package/src/models/liveTokenMappers.ts +0 -12
  443. package/src/models/myWorkbooksMappers.ts +0 -32
  444. package/src/models/operationsMappers.ts +0 -18
  445. package/src/models/proactiveDetectionConfigurationsMappers.ts +0 -30
  446. package/src/models/webTestLocationsMappers.ts +0 -13
  447. package/src/models/webTestsMappers.ts +0 -32
  448. package/src/models/workItemConfigurationsMappers.ts +0 -16
  449. package/src/models/workbooksMappers.ts +0 -32
@@ -1 +0,0 @@
1
- {"version":3,"file":"arm-appinsights.js","sources":["../node_modules/tslib/tslib.es6.js","../src/models/index.ts","../src/models/mappers.ts","../src/models/operationsMappers.ts","../src/models/parameters.ts","../src/operations/operations.ts","../src/models/annotationsMappers.ts","../src/operations/annotations.ts","../src/models/aPIKeysMappers.ts","../src/operations/aPIKeys.ts","../src/models/exportConfigurationsMappers.ts","../src/operations/exportConfigurations.ts","../src/models/componentCurrentBillingFeaturesMappers.ts","../src/operations/componentCurrentBillingFeatures.ts","../src/models/componentQuotaStatusMappers.ts","../src/operations/componentQuotaStatus.ts","../src/models/componentFeatureCapabilitiesMappers.ts","../src/operations/componentFeatureCapabilities.ts","../src/models/componentAvailableFeaturesMappers.ts","../src/operations/componentAvailableFeatures.ts","../src/models/proactiveDetectionConfigurationsMappers.ts","../src/operations/proactiveDetectionConfigurations.ts","../src/models/workItemConfigurationsMappers.ts","../src/operations/workItemConfigurations.ts","../src/models/favoritesMappers.ts","../src/operations/favorites.ts","../src/models/webTestLocationsMappers.ts","../src/operations/webTestLocations.ts","../src/models/webTestsMappers.ts","../src/operations/webTests.ts","../src/models/analyticsItemsMappers.ts","../src/operations/analyticsItems.ts","../src/models/workbooksMappers.ts","../src/operations/workbooks.ts","../src/models/myWorkbooksMappers.ts","../src/operations/myWorkbooks.ts","../src/models/componentsMappers.ts","../src/operations/components.ts","../src/models/componentLinkedStorageAccountsOperationsMappers.ts","../src/operations/componentLinkedStorageAccountsOperations.ts","../src/models/liveTokenMappers.ts","../src/operations/liveToken.ts","../src/applicationInsightsManagementClientContext.ts","../src/applicationInsightsManagementClient.ts"],"sourcesContent":["/*! *****************************************************************************\r\nCopyright (c) Microsoft Corporation.\r\n\r\nPermission to use, copy, modify, and/or distribute this software for any\r\npurpose with or without fee is hereby granted.\r\n\r\nTHE SOFTWARE IS PROVIDED \"AS IS\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH\r\nREGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\r\nAND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,\r\nINDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM\r\nLOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR\r\nOTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\r\nPERFORMANCE OF THIS SOFTWARE.\r\n***************************************************************************** */\r\n/* global Reflect, Promise */\r\n\r\nvar extendStatics = function(d, b) {\r\n extendStatics = Object.setPrototypeOf ||\r\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\r\n function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\r\n return extendStatics(d, b);\r\n};\r\n\r\nexport function __extends(d, b) {\r\n extendStatics(d, b);\r\n function __() { this.constructor = d; }\r\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\r\n}\r\n\r\nexport var __assign = function() {\r\n __assign = Object.assign || function __assign(t) {\r\n for (var s, i = 1, n = arguments.length; i < n; i++) {\r\n s = arguments[i];\r\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];\r\n }\r\n return t;\r\n }\r\n return __assign.apply(this, arguments);\r\n}\r\n\r\nexport function __rest(s, e) {\r\n var t = {};\r\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)\r\n t[p] = s[p];\r\n if (s != null && typeof Object.getOwnPropertySymbols === \"function\")\r\n for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {\r\n if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))\r\n t[p[i]] = s[p[i]];\r\n }\r\n return t;\r\n}\r\n\r\nexport function __decorate(decorators, target, key, desc) {\r\n var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;\r\n if (typeof Reflect === \"object\" && typeof Reflect.decorate === \"function\") r = Reflect.decorate(decorators, target, key, desc);\r\n else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;\r\n return c > 3 && r && Object.defineProperty(target, key, r), r;\r\n}\r\n\r\nexport function __param(paramIndex, decorator) {\r\n return function (target, key) { decorator(target, key, paramIndex); }\r\n}\r\n\r\nexport function __metadata(metadataKey, metadataValue) {\r\n if (typeof Reflect === \"object\" && typeof Reflect.metadata === \"function\") return Reflect.metadata(metadataKey, metadataValue);\r\n}\r\n\r\nexport function __awaiter(thisArg, _arguments, P, generator) {\r\n function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }\r\n return new (P || (P = Promise))(function (resolve, reject) {\r\n function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }\r\n function rejected(value) { try { step(generator[\"throw\"](value)); } catch (e) { reject(e); } }\r\n function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }\r\n step((generator = generator.apply(thisArg, _arguments || [])).next());\r\n });\r\n}\r\n\r\nexport function __generator(thisArg, body) {\r\n var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;\r\n return g = { next: verb(0), \"throw\": verb(1), \"return\": verb(2) }, typeof Symbol === \"function\" && (g[Symbol.iterator] = function() { return this; }), g;\r\n function verb(n) { return function (v) { return step([n, v]); }; }\r\n function step(op) {\r\n if (f) throw new TypeError(\"Generator is already executing.\");\r\n while (_) try {\r\n if (f = 1, y && (t = op[0] & 2 ? y[\"return\"] : op[0] ? y[\"throw\"] || ((t = y[\"return\"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;\r\n if (y = 0, t) op = [op[0] & 2, t.value];\r\n switch (op[0]) {\r\n case 0: case 1: t = op; break;\r\n case 4: _.label++; return { value: op[1], done: false };\r\n case 5: _.label++; y = op[1]; op = [0]; continue;\r\n case 7: op = _.ops.pop(); _.trys.pop(); continue;\r\n default:\r\n if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }\r\n if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }\r\n if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }\r\n if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }\r\n if (t[2]) _.ops.pop();\r\n _.trys.pop(); continue;\r\n }\r\n op = body.call(thisArg, _);\r\n } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }\r\n if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };\r\n }\r\n}\r\n\r\nexport function __createBinding(o, m, k, k2) {\r\n if (k2 === undefined) k2 = k;\r\n o[k2] = m[k];\r\n}\r\n\r\nexport function __exportStar(m, exports) {\r\n for (var p in m) if (p !== \"default\" && !exports.hasOwnProperty(p)) exports[p] = m[p];\r\n}\r\n\r\nexport function __values(o) {\r\n var s = typeof Symbol === \"function\" && Symbol.iterator, m = s && o[s], i = 0;\r\n if (m) return m.call(o);\r\n if (o && typeof o.length === \"number\") return {\r\n next: function () {\r\n if (o && i >= o.length) o = void 0;\r\n return { value: o && o[i++], done: !o };\r\n }\r\n };\r\n throw new TypeError(s ? \"Object is not iterable.\" : \"Symbol.iterator is not defined.\");\r\n}\r\n\r\nexport function __read(o, n) {\r\n var m = typeof Symbol === \"function\" && o[Symbol.iterator];\r\n if (!m) return o;\r\n var i = m.call(o), r, ar = [], e;\r\n try {\r\n while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);\r\n }\r\n catch (error) { e = { error: error }; }\r\n finally {\r\n try {\r\n if (r && !r.done && (m = i[\"return\"])) m.call(i);\r\n }\r\n finally { if (e) throw e.error; }\r\n }\r\n return ar;\r\n}\r\n\r\nexport function __spread() {\r\n for (var ar = [], i = 0; i < arguments.length; i++)\r\n ar = ar.concat(__read(arguments[i]));\r\n return ar;\r\n}\r\n\r\nexport function __spreadArrays() {\r\n for (var s = 0, i = 0, il = arguments.length; i < il; i++) s += arguments[i].length;\r\n for (var r = Array(s), k = 0, i = 0; i < il; i++)\r\n for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++)\r\n r[k] = a[j];\r\n return r;\r\n};\r\n\r\nexport function __await(v) {\r\n return this instanceof __await ? (this.v = v, this) : new __await(v);\r\n}\r\n\r\nexport function __asyncGenerator(thisArg, _arguments, generator) {\r\n if (!Symbol.asyncIterator) throw new TypeError(\"Symbol.asyncIterator is not defined.\");\r\n var g = generator.apply(thisArg, _arguments || []), i, q = [];\r\n return i = {}, verb(\"next\"), verb(\"throw\"), verb(\"return\"), i[Symbol.asyncIterator] = function () { return this; }, i;\r\n function verb(n) { if (g[n]) i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; }\r\n function resume(n, v) { try { step(g[n](v)); } catch (e) { settle(q[0][3], e); } }\r\n function step(r) { r.value instanceof __await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r); }\r\n function fulfill(value) { resume(\"next\", value); }\r\n function reject(value) { resume(\"throw\", value); }\r\n function settle(f, v) { if (f(v), q.shift(), q.length) resume(q[0][0], q[0][1]); }\r\n}\r\n\r\nexport function __asyncDelegator(o) {\r\n var i, p;\r\n return i = {}, verb(\"next\"), verb(\"throw\", function (e) { throw e; }), verb(\"return\"), i[Symbol.iterator] = function () { return this; }, i;\r\n function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: __await(o[n](v)), done: n === \"return\" } : f ? f(v) : v; } : f; }\r\n}\r\n\r\nexport function __asyncValues(o) {\r\n if (!Symbol.asyncIterator) throw new TypeError(\"Symbol.asyncIterator is not defined.\");\r\n var m = o[Symbol.asyncIterator], i;\r\n return m ? m.call(o) : (o = typeof __values === \"function\" ? __values(o) : o[Symbol.iterator](), i = {}, verb(\"next\"), verb(\"throw\"), verb(\"return\"), i[Symbol.asyncIterator] = function () { return this; }, i);\r\n function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v = o[n](v), settle(resolve, reject, v.done, v.value); }); }; }\r\n function settle(resolve, reject, d, v) { Promise.resolve(v).then(function(v) { resolve({ value: v, done: d }); }, reject); }\r\n}\r\n\r\nexport function __makeTemplateObject(cooked, raw) {\r\n if (Object.defineProperty) { Object.defineProperty(cooked, \"raw\", { value: raw }); } else { cooked.raw = raw; }\r\n return cooked;\r\n};\r\n\r\nexport function __importStar(mod) {\r\n if (mod && mod.__esModule) return mod;\r\n var result = {};\r\n if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) result[k] = mod[k];\r\n result.default = mod;\r\n return result;\r\n}\r\n\r\nexport function __importDefault(mod) {\r\n return (mod && mod.__esModule) ? mod : { default: mod };\r\n}\r\n\r\nexport function __classPrivateFieldGet(receiver, privateMap) {\r\n if (!privateMap.has(receiver)) {\r\n throw new TypeError(\"attempted to get private field on non-instance\");\r\n }\r\n return privateMap.get(receiver);\r\n}\r\n\r\nexport function __classPrivateFieldSet(receiver, privateMap, value) {\r\n if (!privateMap.has(receiver)) {\r\n throw new TypeError(\"attempted to set private field on non-instance\");\r\n }\r\n privateMap.set(receiver, value);\r\n return value;\r\n}\r\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { BaseResource, CloudError, AzureServiceClientOptions } from \"@azure/ms-rest-azure-js\";\nimport * as msRest from \"@azure/ms-rest-js\";\n\nexport { BaseResource, CloudError };\n\n/**\n * Error response indicates Insights service is not able to process the incoming request. The\n * reason is provided in the error message.\n */\nexport interface ErrorResponse {\n /**\n * Error code.\n */\n code?: string;\n /**\n * Error message indicating why the operation failed.\n */\n message?: string;\n}\n\n/**\n * The object that represents the operation.\n */\nexport interface OperationDisplay {\n /**\n * Service provider: Microsoft.Cdn\n */\n provider?: string;\n /**\n * Resource on which the operation is performed: Profile, endpoint, etc.\n */\n resource?: string;\n /**\n * Operation type: Read, write, delete, etc.\n */\n operation?: string;\n}\n\n/**\n * CDN REST API operation\n */\nexport interface Operation {\n /**\n * Operation name: {provider}/{resource}/{operation}\n */\n name?: string;\n /**\n * The object that represents the operation.\n */\n display?: OperationDisplay;\n}\n\n/**\n * Annotation associated with an application insights resource.\n */\nexport interface Annotation {\n /**\n * Name of annotation\n */\n annotationName?: string;\n /**\n * Category of annotation, free form\n */\n category?: string;\n /**\n * Time when event occurred\n */\n eventTime?: Date;\n /**\n * Unique Id for annotation\n */\n id?: string;\n /**\n * Serialized JSON object for detailed properties\n */\n properties?: string;\n /**\n * Related parent annotation if any. Default value: 'null'.\n */\n relatedAnnotation?: string;\n}\n\n/**\n * Inner error\n */\nexport interface InnerError {\n /**\n * Provides correlation for request\n */\n diagnosticcontext?: string;\n /**\n * Request time\n */\n time?: Date;\n}\n\n/**\n * Error associated with trying to create annotation with Id that already exist\n */\nexport interface AnnotationError {\n /**\n * Error detail code and explanation\n */\n code?: string;\n /**\n * Error message\n */\n message?: string;\n innererror?: InnerError;\n}\n\n/**\n * An Application Insights component API Key creation request definition.\n */\nexport interface APIKeyRequest {\n /**\n * The name of the API Key.\n */\n name?: string;\n /**\n * The read access rights of this API Key.\n */\n linkedReadProperties?: string[];\n /**\n * The write access rights of this API Key.\n */\n linkedWriteProperties?: string[];\n}\n\n/**\n * Properties that define an API key of an Application Insights Component.\n */\nexport interface ApplicationInsightsComponentAPIKey {\n /**\n * The unique ID of the API key inside an Application Insights component. It is auto generated\n * when the API key is created.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly id?: string;\n /**\n * The API key value. It will be only return once when the API Key was created.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly apiKey?: string;\n /**\n * The create date of this API key.\n */\n createdDate?: string;\n /**\n * The name of the API key.\n */\n name?: string;\n /**\n * The read access rights of this API Key.\n */\n linkedReadProperties?: string[];\n /**\n * The write access rights of this API Key.\n */\n linkedWriteProperties?: string[];\n}\n\n/**\n * An Application Insights component Continuous Export configuration request definition.\n */\nexport interface ApplicationInsightsComponentExportRequest {\n /**\n * The document types to be exported, as comma separated values. Allowed values include\n * 'Requests', 'Event', 'Exceptions', 'Metrics', 'PageViews', 'PageViewPerformance', 'Rdd',\n * 'PerformanceCounters', 'Availability', 'Messages'.\n */\n recordTypes?: string;\n /**\n * The Continuous Export destination type. This has to be 'Blob'.\n */\n destinationType?: string;\n /**\n * The SAS URL for the destination storage container. It must grant write permission.\n */\n destinationAddress?: string;\n /**\n * Set to 'true' to create a Continuous Export configuration as enabled, otherwise set it to\n * 'false'.\n */\n isEnabled?: string;\n /**\n * Deprecated\n */\n notificationQueueEnabled?: string;\n /**\n * Deprecated\n */\n notificationQueueUri?: string;\n /**\n * The subscription ID of the destination storage container.\n */\n destinationStorageSubscriptionId?: string;\n /**\n * The location ID of the destination storage container.\n */\n destinationStorageLocationId?: string;\n /**\n * The name of destination storage account.\n */\n destinationAccountId?: string;\n}\n\n/**\n * Properties that define a Continuous Export configuration.\n */\nexport interface ApplicationInsightsComponentExportConfiguration {\n /**\n * The unique ID of the export configuration inside an Application Insights component. It is auto\n * generated when the Continuous Export configuration is created.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly exportId?: string;\n /**\n * The instrumentation key of the Application Insights component.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly instrumentationKey?: string;\n /**\n * This comma separated list of document types that will be exported. The possible values include\n * 'Requests', 'Event', 'Exceptions', 'Metrics', 'PageViews', 'PageViewPerformance', 'Rdd',\n * 'PerformanceCounters', 'Availability', 'Messages'.\n */\n recordTypes?: string;\n /**\n * The name of the Application Insights component.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly applicationName?: string;\n /**\n * The subscription of the Application Insights component.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly subscriptionId?: string;\n /**\n * The resource group of the Application Insights component.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly resourceGroup?: string;\n /**\n * The destination storage account subscription ID.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly destinationStorageSubscriptionId?: string;\n /**\n * The destination account location ID.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly destinationStorageLocationId?: string;\n /**\n * The name of destination account.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly destinationAccountId?: string;\n /**\n * The destination type.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly destinationType?: string;\n /**\n * This will be 'true' if the Continuous Export configuration is enabled, otherwise it will be\n * 'false'.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly isUserEnabled?: string;\n /**\n * Last time the Continuous Export configuration was updated.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly lastUserUpdate?: string;\n /**\n * Deprecated\n */\n notificationQueueEnabled?: string;\n /**\n * This indicates current Continuous Export configuration status. The possible values are\n * 'Preparing', 'Success', 'Failure'.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly exportStatus?: string;\n /**\n * The last time data was successfully delivered to the destination storage container for this\n * Continuous Export configuration.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly lastSuccessTime?: string;\n /**\n * The last time the Continuous Export configuration started failing.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly lastGapTime?: string;\n /**\n * This is the reason the Continuous Export configuration started failing. It can be\n * 'AzureStorageNotFound' or 'AzureStorageAccessDenied'.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly permanentErrorReason?: string;\n /**\n * The name of the destination storage account.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly storageName?: string;\n /**\n * The name of the destination storage container.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly containerName?: string;\n}\n\n/**\n * An Application Insights component daily data volume cap\n */\nexport interface ApplicationInsightsComponentDataVolumeCap {\n /**\n * Daily data volume cap in GB.\n */\n cap?: number;\n /**\n * Daily data volume cap UTC reset hour.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly resetTime?: number;\n /**\n * Reserved, not used for now.\n */\n warningThreshold?: number;\n /**\n * Reserved, not used for now.\n */\n stopSendNotificationWhenHitThreshold?: boolean;\n /**\n * Do not send a notification email when the daily data volume cap is met.\n */\n stopSendNotificationWhenHitCap?: boolean;\n /**\n * Maximum daily data volume cap that the user can set for this component.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly maxHistoryCap?: number;\n}\n\n/**\n * An Application Insights component billing features\n */\nexport interface ApplicationInsightsComponentBillingFeatures {\n /**\n * An Application Insights component daily data volume cap\n */\n dataVolumeCap?: ApplicationInsightsComponentDataVolumeCap;\n /**\n * Current enabled pricing plan. When the component is in the Enterprise plan, this will list\n * both 'Basic' and 'Application Insights Enterprise'.\n */\n currentBillingFeatures?: string[];\n}\n\n/**\n * An Application Insights component daily data volume cap status\n */\nexport interface ApplicationInsightsComponentQuotaStatus {\n /**\n * The Application ID for the Application Insights component.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly appId?: string;\n /**\n * The daily data volume cap is met, and data ingestion will be stopped.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly shouldBeThrottled?: boolean;\n /**\n * Date and time when the daily data volume cap will be reset, and data ingestion will resume.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly expirationTime?: string;\n}\n\n/**\n * An Application Insights component feature capabilities\n */\nexport interface ApplicationInsightsComponentFeatureCapabilities {\n /**\n * Whether allow to use continuous export feature.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly supportExportData?: boolean;\n /**\n * Reserved, not used now.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly burstThrottlePolicy?: string;\n /**\n * Reserved, not used now.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly metadataClass?: string;\n /**\n * Reserved, not used now.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly liveStreamMetrics?: boolean;\n /**\n * Reserved, not used now.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly applicationMap?: boolean;\n /**\n * Whether allow to use work item integration feature.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly workItemIntegration?: boolean;\n /**\n * Reserved, not used now.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly powerBIIntegration?: boolean;\n /**\n * Reserved, not used now.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly openSchema?: boolean;\n /**\n * Reserved, not used now.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly proactiveDetection?: boolean;\n /**\n * Reserved, not used now.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly analyticsIntegration?: boolean;\n /**\n * Whether allow to use multiple steps web test feature.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly multipleStepWebTest?: boolean;\n /**\n * Reserved, not used now.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly apiAccessLevel?: string;\n /**\n * The application insights component used tracking type.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly trackingType?: string;\n /**\n * Daily data volume cap in GB.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly dailyCap?: number;\n /**\n * Daily data volume cap UTC reset hour.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly dailyCapResetTime?: number;\n /**\n * Reserved, not used now.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly throttleRate?: number;\n}\n\n/**\n * An Application Insights component feature capability\n */\nexport interface ApplicationInsightsComponentFeatureCapability {\n /**\n * The name of the capability.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly name?: string;\n /**\n * The description of the capability.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly description?: string;\n /**\n * The value of the capability.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly value?: string;\n /**\n * The unit of the capability.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly unit?: string;\n /**\n * The meter used for the capability.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly meterId?: string;\n /**\n * The meter rate of the meter.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly meterRateFrequency?: string;\n}\n\n/**\n * An Application Insights component daily data volume cap status\n */\nexport interface ApplicationInsightsComponentFeature {\n /**\n * The pricing feature name.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly featureName?: string;\n /**\n * The meter id used for the feature.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly meterId?: string;\n /**\n * The meter rate for the feature's meter.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly meterRateFrequency?: string;\n /**\n * Reserved, not used now.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly resouceId?: string;\n /**\n * Reserved, not used now.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly isHidden?: boolean;\n /**\n * A list of Application Insights component feature capability.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly capabilities?: ApplicationInsightsComponentFeatureCapability[];\n /**\n * Display name of the feature.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly title?: string;\n /**\n * Whether can apply addon feature on to it.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly isMainFeature?: boolean;\n /**\n * The add on features on main feature.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly supportedAddonFeatures?: string;\n}\n\n/**\n * An Application Insights component available features.\n */\nexport interface ApplicationInsightsComponentAvailableFeatures {\n /**\n * A list of Application Insights component feature.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly result?: ApplicationInsightsComponentFeature[];\n}\n\n/**\n * Static definitions of the ProactiveDetection configuration rule (same values for all\n * components).\n */\nexport interface ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinitions {\n /**\n * The rule name\n */\n name?: string;\n /**\n * The rule name as it is displayed in UI\n */\n displayName?: string;\n /**\n * The rule description\n */\n description?: string;\n /**\n * URL which displays additional info about the proactive detection rule\n */\n helpUrl?: string;\n /**\n * A flag indicating whether the rule is hidden (from the UI)\n */\n isHidden?: boolean;\n /**\n * A flag indicating whether the rule is enabled by default\n */\n isEnabledByDefault?: boolean;\n /**\n * A flag indicating whether the rule is in preview\n */\n isInPreview?: boolean;\n /**\n * A flag indicating whether email notifications are supported for detections for this rule\n */\n supportsEmailNotifications?: boolean;\n}\n\n/**\n * Properties that define a ProactiveDetection configuration.\n */\nexport interface ApplicationInsightsComponentProactiveDetectionConfiguration extends BaseResource {\n /**\n * The rule name\n */\n name?: string;\n /**\n * A flag that indicates whether this rule is enabled by the user\n */\n enabled?: boolean;\n /**\n * A flag that indicated whether notifications on this rule should be sent to subscription owners\n */\n sendEmailsToSubscriptionOwners?: boolean;\n /**\n * Custom email addresses for this rule notifications\n */\n customEmails?: string[];\n /**\n * The last time this rule was updated\n */\n lastUpdatedTime?: string;\n /**\n * Static definitions of the ProactiveDetection configuration rule (same values for all\n * components).\n */\n ruleDefinitions?: ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinitions;\n}\n\n/**\n * Work item configuration associated with an application insights resource.\n */\nexport interface WorkItemConfiguration {\n /**\n * Connector identifier where work item is created\n */\n connectorId?: string;\n /**\n * Configuration friendly name\n */\n configDisplayName?: string;\n /**\n * Boolean value indicating whether configuration is default\n */\n isDefault?: boolean;\n /**\n * Unique Id for work item\n */\n id?: string;\n /**\n * Serialized JSON object for detailed properties\n */\n configProperties?: string;\n}\n\n/**\n * Work item configuration creation payload\n */\nexport interface WorkItemCreateConfiguration {\n /**\n * Unique connector id\n */\n connectorId?: string;\n /**\n * Serialized JSON object for detailed properties\n */\n connectorDataConfiguration?: string;\n /**\n * Boolean indicating validate only\n */\n validateOnly?: boolean;\n /**\n * Custom work item properties\n */\n workItemProperties?: { [propertyName: string]: string };\n}\n\n/**\n * Error associated with trying to get work item configuration or configurations\n */\nexport interface WorkItemConfigurationError {\n /**\n * Error detail code and explanation\n */\n code?: string;\n /**\n * Error message\n */\n message?: string;\n innererror?: InnerError;\n}\n\n/**\n * Properties that define a favorite that is associated to an Application Insights component.\n */\nexport interface ApplicationInsightsComponentFavorite {\n /**\n * The user-defined name of the favorite.\n */\n name?: string;\n /**\n * Configuration of this particular favorite, which are driven by the Azure portal UX.\n * Configuration data is a string containing valid JSON\n */\n config?: string;\n /**\n * This instance's version of the data model. This can change as new features are added that can\n * be marked favorite. Current examples include MetricsExplorer (ME) and Search.\n */\n version?: string;\n /**\n * Internally assigned unique id of the favorite definition.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly favoriteId?: string;\n /**\n * Enum indicating if this favorite definition is owned by a specific user or is shared between\n * all users with access to the Application Insights component. Possible values include:\n * 'shared', 'user'\n */\n favoriteType?: FavoriteType;\n /**\n * The source of the favorite definition.\n */\n sourceType?: string;\n /**\n * Date and time in UTC of the last modification that was made to this favorite definition.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly timeModified?: string;\n /**\n * A list of 0 or more tags that are associated with this favorite definition\n */\n tags?: string[];\n /**\n * Favorite category, as defined by the user at creation time.\n */\n category?: string;\n /**\n * Flag denoting wether or not this favorite was generated from a template.\n */\n isGeneratedFromTemplate?: boolean;\n /**\n * Unique user id of the specific user that owns this favorite.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly userId?: string;\n}\n\n/**\n * Properties that define a web test location available to an Application Insights Component.\n */\nexport interface ApplicationInsightsComponentWebTestLocation {\n /**\n * The display name of the web test location.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly displayName?: string;\n /**\n * Internally defined geographic location tag.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly tag?: string;\n}\n\n/**\n * An azure resource object\n */\nexport interface WebtestsResource extends BaseResource {\n /**\n * Azure resource Id\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly id?: string;\n /**\n * Azure resource name\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly name?: string;\n /**\n * Azure resource type\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly type?: string;\n /**\n * Resource location\n */\n location: string;\n /**\n * Resource tags\n */\n tags?: { [propertyName: string]: string };\n}\n\n/**\n * A container holding only the Tags for a resource, allowing the user to update the tags on a\n * WebTest instance.\n */\nexport interface TagsResource {\n /**\n * Resource tags\n */\n tags?: { [propertyName: string]: string };\n}\n\n/**\n * Geo-physical location to run a web test from. You must specify one or more locations for the\n * test to run from.\n */\nexport interface WebTestGeolocation {\n /**\n * Location ID for the webtest to run from.\n */\n location?: string;\n}\n\n/**\n * An XML configuration specification for a WebTest.\n */\nexport interface WebTestPropertiesConfiguration {\n /**\n * The XML specification of a WebTest to run against an application.\n */\n webTest?: string;\n}\n\n/**\n * An Application Insights web test definition.\n */\nexport interface WebTest extends WebtestsResource {\n /**\n * The kind of web test that this web test watches. Choices are ping and multistep. Possible\n * values include: 'ping', 'multistep'. Default value: 'ping'.\n */\n kind?: WebTestKind;\n /**\n * Unique ID of this WebTest. This is typically the same value as the Name field.\n */\n syntheticMonitorId: string;\n /**\n * User defined name if this WebTest.\n */\n webTestName: string;\n /**\n * Purpose/user defined descriptive test for this WebTest.\n */\n description?: string;\n /**\n * Is the test actively being monitored.\n */\n enabled?: boolean;\n /**\n * Interval in seconds between test runs for this WebTest. Default value is 300. Default value:\n * 300.\n */\n frequency?: number;\n /**\n * Seconds until this WebTest will timeout and fail. Default value is 30. Default value: 30.\n */\n timeout?: number;\n /**\n * The kind of web test this is, valid choices are ping and multistep. Possible values include:\n * 'ping', 'multistep'. Default value: 'ping'.\n */\n webTestKind: WebTestKind;\n /**\n * Allow for retries should this WebTest fail.\n */\n retryEnabled?: boolean;\n /**\n * A list of where to physically run the tests from to give global coverage for accessibility of\n * your application.\n */\n locations: WebTestGeolocation[];\n /**\n * An XML configuration specification for a WebTest.\n */\n configuration?: WebTestPropertiesConfiguration;\n /**\n * Current state of this component, whether or not is has been provisioned within the resource\n * group it is defined. Users cannot change this value but are able to read from it. Values will\n * include Succeeded, Deploying, Canceled, and Failed.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly provisioningState?: string;\n}\n\n/**\n * A set of properties that can be defined in the context of a specific item type. Each type may\n * have its own properties.\n */\nexport interface ApplicationInsightsComponentAnalyticsItemProperties {\n /**\n * A function alias, used when the type of the item is Function\n */\n functionAlias?: string;\n}\n\n/**\n * Properties that define an Analytics item that is associated to an Application Insights\n * component.\n */\nexport interface ApplicationInsightsComponentAnalyticsItem {\n /**\n * Internally assigned unique id of the item definition.\n */\n id?: string;\n /**\n * The user-defined name of the item.\n */\n name?: string;\n /**\n * The content of this item\n */\n content?: string;\n /**\n * This instance's version of the data model. This can change as new features are added.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly version?: string;\n /**\n * Enum indicating if this item definition is owned by a specific user or is shared between all\n * users with access to the Application Insights component. Possible values include: 'shared',\n * 'user'\n */\n scope?: ItemScope;\n /**\n * Enum indicating the type of the Analytics item. Possible values include: 'query', 'function',\n * 'folder', 'recent'\n */\n type?: ItemType;\n /**\n * Date and time in UTC when this item was created.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly timeCreated?: string;\n /**\n * Date and time in UTC of the last modification that was made to this item.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly timeModified?: string;\n properties?: ApplicationInsightsComponentAnalyticsItemProperties;\n}\n\n/**\n * An azure resource object\n */\nexport interface WorkbookResource extends BaseResource {\n /**\n * Azure resource Id\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly id?: string;\n /**\n * Azure resource name\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly name?: string;\n /**\n * Azure resource type\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly type?: string;\n /**\n * Resource location\n */\n location?: string;\n /**\n * Resource tags\n */\n tags?: { [propertyName: string]: string };\n}\n\n/**\n * An Application Insights workbook definition.\n */\nexport interface Workbook extends WorkbookResource {\n /**\n * The kind of workbook. Choices are user and shared. Possible values include: 'user', 'shared'\n */\n kind?: SharedTypeKind;\n /**\n * The user-defined name of the workbook.\n */\n workbookName: string;\n /**\n * Configuration of this particular workbook. Configuration data is a string containing valid\n * JSON\n */\n serializedData: string;\n /**\n * This instance's version of the data model. This can change as new features are added that can\n * be marked workbook.\n */\n version?: string;\n /**\n * Internally assigned unique id of the workbook definition.\n */\n workbookId: string;\n /**\n * Enum indicating if this workbook definition is owned by a specific user or is shared between\n * all users with access to the Application Insights component. Possible values include: 'user',\n * 'shared'. Default value: 'shared'.\n */\n sharedTypeKind: SharedTypeKind;\n /**\n * Date and time in UTC of the last modification that was made to this workbook definition.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly timeModified?: string;\n /**\n * Workbook category, as defined by the user at creation time.\n */\n category: string;\n /**\n * A list of 0 or more tags that are associated with this workbook definition\n */\n workbookTags?: string[];\n /**\n * Unique user id of the specific user that owns this workbook.\n */\n userId: string;\n /**\n * Optional resourceId for a source resource.\n */\n sourceResourceId?: string;\n}\n\n/**\n * Contains a sourceId and workbook resource id to link two resources.\n */\nexport interface LinkProperties {\n /**\n * The source Azure resource id\n */\n sourceId?: string;\n /**\n * The workbook Azure resource id\n */\n targetId?: string;\n /**\n * The category of workbook\n */\n category?: string;\n}\n\n/**\n * Error Field contract.\n */\nexport interface ErrorFieldContract {\n /**\n * Property level error code.\n */\n code?: string;\n /**\n * Human-readable representation of property-level error.\n */\n message?: string;\n /**\n * Property name.\n */\n target?: string;\n}\n\n/**\n * Error message body that will indicate why the operation failed.\n */\nexport interface WorkbookError {\n /**\n * Service-defined error code. This code serves as a sub-status for the HTTP error code specified\n * in the response.\n */\n code?: string;\n /**\n * Human-readable representation of the error.\n */\n message?: string;\n /**\n * The list of invalid fields send in request, in case of validation error.\n */\n details?: ErrorFieldContract[];\n}\n\n/**\n * An azure resource object\n */\nexport interface MyWorkbookResource extends BaseResource {\n /**\n * Azure resource Id\n */\n id?: string;\n /**\n * Azure resource name\n */\n name?: string;\n /**\n * Azure resource type\n */\n type?: string;\n /**\n * Resource location\n */\n location?: string;\n /**\n * Resource tags\n */\n tags?: { [propertyName: string]: string };\n}\n\n/**\n * An Application Insights private workbook definition.\n */\nexport interface MyWorkbook extends MyWorkbookResource {\n /**\n * The kind of workbook. Choices are user and shared. Possible values include: 'user', 'shared'\n */\n kind?: SharedTypeKind;\n /**\n * The user-defined name of the private workbook.\n */\n displayName: string;\n /**\n * Configuration of this particular private workbook. Configuration data is a string containing\n * valid JSON\n */\n serializedData: string;\n /**\n * This instance's version of the data model. This can change as new features are added that can\n * be marked private workbook.\n */\n version?: string;\n /**\n * Date and time in UTC of the last modification that was made to this private workbook\n * definition.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly timeModified?: string;\n /**\n * Workbook category, as defined by the user at creation time.\n */\n category: string;\n /**\n * A list of 0 or more tags that are associated with this private workbook definition\n */\n myWorkbookTags?: string[];\n /**\n * Unique user id of the specific user that owns this private workbook.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly userId?: string;\n /**\n * Optional resourceId for a source resource.\n */\n sourceId?: string;\n}\n\n/**\n * Error message body that will indicate why the operation failed.\n */\nexport interface MyWorkbookError {\n /**\n * Service-defined error code. This code serves as a sub-status for the HTTP error code specified\n * in the response.\n */\n code?: string;\n /**\n * Human-readable representation of the error.\n */\n message?: string;\n /**\n * The list of invalid fields send in request, in case of validation error.\n */\n details?: ErrorFieldContract[];\n}\n\n/**\n * An azure resource object\n */\nexport interface ComponentsResource extends BaseResource {\n /**\n * Azure resource Id\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly id?: string;\n /**\n * Azure resource name\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly name?: string;\n /**\n * Azure resource type\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly type?: string;\n /**\n * Resource location\n */\n location: string;\n /**\n * Resource tags\n */\n tags?: { [propertyName: string]: string };\n}\n\n/**\n * The private link scope resource reference.\n */\nexport interface PrivateLinkScopedResource {\n /**\n * The full resource Id of the private link scope resource.\n */\n resourceId?: string;\n /**\n * The private link scope unique Identifier.\n */\n scopeId?: string;\n}\n\n/**\n * An Application Insights component definition.\n */\nexport interface ApplicationInsightsComponent extends ComponentsResource {\n /**\n * The kind of application that this component refers to, used to customize UI. This value is a\n * freeform string, values should typically be one of the following: web, ios, other, store,\n * java, phone.\n */\n kind: string;\n /**\n * The unique ID of your application. This field mirrors the 'Name' field and cannot be changed.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly applicationId?: string;\n /**\n * Application Insights Unique ID for your Application.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly appId?: string;\n /**\n * Type of application being monitored. Possible values include: 'web', 'other'. Default value:\n * 'web'.\n */\n applicationType: ApplicationType;\n /**\n * Used by the Application Insights system to determine what kind of flow this component was\n * created by. This is to be set to 'Bluefield' when creating/updating a component via the REST\n * API. Possible values include: 'Bluefield'. Default value: 'Bluefield'.\n */\n flowType?: FlowType;\n /**\n * Describes what tool created this Application Insights component. Customers using this API\n * should set this to the default 'rest'. Possible values include: 'rest'. Default value: 'rest'.\n */\n requestSource?: RequestSource;\n /**\n * Application Insights Instrumentation key. A read-only value that applications can use to\n * identify the destination for all telemetry sent to Azure Application Insights. This value will\n * be supplied upon construction of each new Application Insights component.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly instrumentationKey?: string;\n /**\n * Creation Date for the Application Insights component, in ISO 8601 format.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly creationDate?: Date;\n /**\n * Azure Tenant Id.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly tenantId?: string;\n /**\n * The unique application ID created when a new application is added to HockeyApp, used for\n * communications with HockeyApp.\n */\n hockeyAppId?: string;\n /**\n * Token used to authenticate communications with between Application Insights and HockeyApp.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly hockeyAppToken?: string;\n /**\n * Current state of this component: whether or not is has been provisioned within the resource\n * group it is defined. Users cannot change this value but are able to read from it. Values will\n * include Succeeded, Deploying, Canceled, and Failed.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly provisioningState?: string;\n /**\n * Percentage of the data produced by the application being monitored that is being sampled for\n * Application Insights telemetry.\n */\n samplingPercentage?: number;\n /**\n * Application Insights component connection string.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly connectionString?: string;\n /**\n * Retention period in days. Default value: 90.\n */\n retentionInDays?: number;\n /**\n * Disable IP masking.\n */\n disableIpMasking?: boolean;\n /**\n * Purge data immediately after 30 days.\n */\n immediatePurgeDataOn30Days?: boolean;\n /**\n * List of linked private link scope resources.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly privateLinkScopedResources?: PrivateLinkScopedResource[];\n /**\n * The network access type for accessing Application Insights ingestion. Possible values include:\n * 'Enabled', 'Disabled'. Default value: 'Enabled'.\n */\n publicNetworkAccessForIngestion?: PublicNetworkAccessType;\n /**\n * The network access type for accessing Application Insights query. Possible values include:\n * 'Enabled', 'Disabled'. Default value: 'Enabled'.\n */\n publicNetworkAccessForQuery?: PublicNetworkAccessType;\n /**\n * Indicates the flow of the ingestion. Possible values include: 'ApplicationInsights',\n * 'ApplicationInsightsWithDiagnosticSettings', 'LogAnalytics'. Default value:\n * 'ApplicationInsights'.\n */\n ingestionMode?: IngestionMode;\n}\n\n/**\n * User-defined filters to return data which will be purged from the table.\n */\nexport interface ComponentPurgeBodyFilters {\n /**\n * The column of the table over which the given query should run\n */\n column?: string;\n /**\n * A query operator to evaluate over the provided column and value(s). Supported operators are\n * ==, =~, in, in~, >, >=, <, <=, between, and have the same behavior as they would in a KQL\n * query.\n */\n operator?: string;\n /**\n * the value for the operator to function over. This can be a number (e.g., > 100), a string\n * (timestamp >= '2017-09-01') or array of values.\n */\n value?: any;\n /**\n * When filtering over custom dimensions, this key will be used as the name of the custom\n * dimension.\n */\n key?: string;\n}\n\n/**\n * Describes the body of a purge request for an App Insights component\n */\nexport interface ComponentPurgeBody {\n /**\n * Table from which to purge data.\n */\n table: string;\n /**\n * The set of columns and filters (queries) to run over them to purge the resulting data.\n */\n filters: ComponentPurgeBodyFilters[];\n}\n\n/**\n * Response containing operationId for a specific purge action.\n */\nexport interface ComponentPurgeResponse {\n /**\n * Id to use when querying for status for a particular purge operation.\n */\n operationId: string;\n}\n\n/**\n * Response containing status for a specific purge operation.\n */\nexport interface ComponentPurgeStatusResponse {\n /**\n * Status of the operation represented by the requested Id. Possible values include: 'pending',\n * 'completed'\n */\n status: PurgeState;\n}\n\n/**\n * An interface representing Resource.\n */\nexport interface Resource extends BaseResource {\n /**\n * Fully qualified resource Id for the resource. Ex -\n * /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly id?: string;\n /**\n * The name of the resource\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly name?: string;\n /**\n * The type of the resource. Ex- Microsoft.Compute/virtualMachines or\n * Microsoft.Storage/storageAccounts.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly type?: string;\n}\n\n/**\n * The resource model definition for a ARM proxy resource. It will have everything other than\n * required location and tags\n */\nexport interface ProxyResource extends Resource {\n}\n\n/**\n * An Application Insights component linked storage accounts\n */\nexport interface ComponentLinkedStorageAccounts extends ProxyResource {\n /**\n * Linked storage account resource ID\n */\n linkedStorageAccount?: string;\n}\n\n/**\n * An Application Insights component linked storage accounts patch\n */\nexport interface ComponentLinkedStorageAccountsPatch {\n /**\n * Linked storage account resource ID\n */\n linkedStorageAccount?: string;\n}\n\n/**\n * The resource model definition for a ARM tracked top level resource\n */\nexport interface TrackedResource extends Resource {\n /**\n * Resource tags.\n */\n tags?: { [propertyName: string]: string };\n /**\n * The geo-location where the resource lives\n */\n location: string;\n}\n\n/**\n * The resource model definition for a Azure Resource Manager resource with an etag.\n */\nexport interface AzureEntityResource extends Resource {\n /**\n * Resource Etag.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly etag?: string;\n}\n\n/**\n * The response to a live token query.\n */\nexport interface LiveTokenResponse {\n /**\n * JWT token for accessing live metrics stream data.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly liveToken?: string;\n}\n\n/**\n * Information about an operation\n */\nexport interface OperationInfo {\n /**\n * Name of the provider\n */\n provider?: string;\n /**\n * Name of the resource type\n */\n resource?: string;\n /**\n * Name of the operation\n */\n operation?: string;\n /**\n * Description of the operation\n */\n description?: string;\n}\n\n/**\n * Represents an operation returned by the GetOperations request\n */\nexport interface OperationLive {\n /**\n * Name of the operation\n */\n name?: string;\n /**\n * Display name of the operation\n */\n display?: OperationInfo;\n /**\n * Origin of the operation\n */\n origin?: string;\n /**\n * Properties of the operation\n */\n properties?: any;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface FavoritesListOptionalParams extends msRest.RequestOptionsBase {\n /**\n * The type of favorite. Value can be either shared or user. Possible values include: 'shared',\n * 'user'. Default value: 'shared'.\n */\n favoriteType?: FavoriteType;\n /**\n * Source type of favorite to return. When left out, the source type defaults to 'other' (not\n * present in this enum). Possible values include: 'retention', 'notebook', 'sessions', 'events',\n * 'userflows', 'funnel', 'impact', 'segmentation'\n */\n sourceType?: FavoriteSourceType;\n /**\n * Flag indicating whether or not to return the full content for each applicable favorite. If\n * false, only return summary content for favorites.\n */\n canFetchContent?: boolean;\n /**\n * Tags that must be present on each favorite returned.\n */\n tags?: string[];\n}\n\n/**\n * Optional Parameters.\n */\nexport interface AnalyticsItemsListOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Enum indicating if this item definition is owned by a specific user or is shared between all\n * users with access to the Application Insights component. Possible values include: 'shared',\n * 'user'. Default value: 'shared'.\n */\n scope?: ItemScope;\n /**\n * Enum indicating the type of the Analytics item. Possible values include: 'none', 'query',\n * 'function', 'folder', 'recent'. Default value: 'none'.\n */\n type?: ItemTypeParameter;\n /**\n * Flag indicating whether or not to return the content of each applicable item. If false, only\n * return the item information.\n */\n includeContent?: boolean;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface AnalyticsItemsGetOptionalParams extends msRest.RequestOptionsBase {\n /**\n * The Id of a specific item defined in the Application Insights component\n */\n id?: string;\n /**\n * The name of a specific item defined in the Application Insights component\n */\n name?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface AnalyticsItemsPutOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Flag indicating whether or not to force save an item. This allows overriding an item if it\n * already exists.\n */\n overrideItem?: boolean;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface AnalyticsItemsDeleteMethodOptionalParams extends msRest.RequestOptionsBase {\n /**\n * The Id of a specific item defined in the Application Insights component\n */\n id?: string;\n /**\n * The name of a specific item defined in the Application Insights component\n */\n name?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface WorkbooksListByResourceGroupOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Tags presents on each workbook returned.\n */\n tags?: string[];\n /**\n * Flag indicating whether or not to return the full content for each applicable workbook. If\n * false, only return summary content for workbooks.\n */\n canFetchContent?: boolean;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface MyWorkbooksListByResourceGroupOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Tags presents on each workbook returned.\n */\n tags?: string[];\n /**\n * Flag indicating whether or not to return the full content for each applicable workbook. If\n * false, only return summary content for workbooks.\n */\n canFetchContent?: boolean;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface MyWorkbooksListBySubscriptionOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Tags presents on each workbook returned.\n */\n tags?: string[];\n /**\n * Flag indicating whether or not to return the full content for each applicable workbook. If\n * false, only return summary content for workbooks.\n */\n canFetchContent?: boolean;\n}\n\n/**\n * An interface representing ApplicationInsightsManagementClientOptions.\n */\nexport interface ApplicationInsightsManagementClientOptions extends AzureServiceClientOptions {\n baseUri?: string;\n}\n\n/**\n * @interface\n * Result of the request to list CDN operations. It contains a list of operations and a URL link to\n * get the next set of results.\n * @extends Array<Operation>\n */\nexport interface OperationListResult extends Array<Operation> {\n /**\n * URL to get the next set of operation list results if there are any.\n */\n nextLink?: string;\n}\n\n/**\n * @interface\n * Result of the List Operations operation\n * @extends Array<OperationLive>\n */\nexport interface OperationsListResult extends Array<OperationLive> {\n /**\n * URL to get the next set of operation list results if there are any.\n */\n nextLink?: string;\n}\n\n/**\n * @interface\n * Annotations list result.\n * @extends Array<Annotation>\n */\nexport interface AnnotationsListResult extends Array<Annotation> {\n}\n\n/**\n * @interface\n * Describes the list of API Keys of an Application Insights Component.\n * @extends Array<ApplicationInsightsComponentAPIKey>\n */\nexport interface ApplicationInsightsComponentAPIKeyListResult extends Array<ApplicationInsightsComponentAPIKey> {\n}\n\n/**\n * @interface\n * Work item configuration list result.\n * @extends Array<WorkItemConfiguration>\n */\nexport interface WorkItemConfigurationsListResult extends Array<WorkItemConfiguration> {\n}\n\n/**\n * @interface\n * Describes the list of web test locations available to an Application Insights Component.\n * @extends Array<ApplicationInsightsComponentWebTestLocation>\n */\nexport interface ApplicationInsightsWebTestLocationsListResult extends Array<ApplicationInsightsComponentWebTestLocation> {\n}\n\n/**\n * @interface\n * A list of 0 or more Application Insights web test definitions.\n * @extends Array<WebTest>\n */\nexport interface WebTestListResult extends Array<WebTest> {\n /**\n * The link to get the next part of the returned list of web tests, should the return set be too\n * large for a single request. May be null.\n */\n nextLink?: string;\n}\n\n/**\n * @interface\n * Workbook list result.\n * @extends Array<Workbook>\n */\nexport interface WorkbooksListResult extends Array<Workbook> {\n}\n\n/**\n * @interface\n * Workbook list result.\n * @extends Array<MyWorkbook>\n */\nexport interface MyWorkbooksListResult extends Array<MyWorkbook> {\n}\n\n/**\n * @interface\n * Describes the list of Application Insights Resources.\n * @extends Array<ApplicationInsightsComponent>\n */\nexport interface ApplicationInsightsComponentListResult extends Array<ApplicationInsightsComponent> {\n /**\n * The URI to get the next set of Application Insights component definitions if too many\n * components where returned in the result set.\n */\n nextLink?: string;\n}\n\n/**\n * Defines values for FavoriteType.\n * Possible values include: 'shared', 'user'\n * @readonly\n * @enum {string}\n */\nexport type FavoriteType = 'shared' | 'user';\n\n/**\n * Defines values for WebTestKind.\n * Possible values include: 'ping', 'multistep'\n * @readonly\n * @enum {string}\n */\nexport type WebTestKind = 'ping' | 'multistep';\n\n/**\n * Defines values for ItemScope.\n * Possible values include: 'shared', 'user'\n * @readonly\n * @enum {string}\n */\nexport type ItemScope = 'shared' | 'user';\n\n/**\n * Defines values for ItemType.\n * Possible values include: 'query', 'function', 'folder', 'recent'\n * @readonly\n * @enum {string}\n */\nexport type ItemType = 'query' | 'function' | 'folder' | 'recent';\n\n/**\n * Defines values for SharedTypeKind.\n * Possible values include: 'user', 'shared'\n * @readonly\n * @enum {string}\n */\nexport type SharedTypeKind = 'user' | 'shared';\n\n/**\n * Defines values for ApplicationType.\n * Possible values include: 'web', 'other'\n * @readonly\n * @enum {string}\n */\nexport type ApplicationType = 'web' | 'other';\n\n/**\n * Defines values for FlowType.\n * Possible values include: 'Bluefield'\n * @readonly\n * @enum {string}\n */\nexport type FlowType = 'Bluefield';\n\n/**\n * Defines values for RequestSource.\n * Possible values include: 'rest'\n * @readonly\n * @enum {string}\n */\nexport type RequestSource = 'rest';\n\n/**\n * Defines values for PublicNetworkAccessType.\n * Possible values include: 'Enabled', 'Disabled'\n * @readonly\n * @enum {string}\n */\nexport type PublicNetworkAccessType = 'Enabled' | 'Disabled';\n\n/**\n * Defines values for IngestionMode.\n * Possible values include: 'ApplicationInsights', 'ApplicationInsightsWithDiagnosticSettings',\n * 'LogAnalytics'\n * @readonly\n * @enum {string}\n */\nexport type IngestionMode = 'ApplicationInsights' | 'ApplicationInsightsWithDiagnosticSettings' | 'LogAnalytics';\n\n/**\n * Defines values for PurgeState.\n * Possible values include: 'pending', 'completed'\n * @readonly\n * @enum {string}\n */\nexport type PurgeState = 'pending' | 'completed';\n\n/**\n * Defines values for FavoriteSourceType.\n * Possible values include: 'retention', 'notebook', 'sessions', 'events', 'userflows', 'funnel',\n * 'impact', 'segmentation'\n * @readonly\n * @enum {string}\n */\nexport type FavoriteSourceType = 'retention' | 'notebook' | 'sessions' | 'events' | 'userflows' | 'funnel' | 'impact' | 'segmentation';\n\n/**\n * Defines values for ItemScopePath.\n * Possible values include: 'analyticsItems', 'myanalyticsItems'\n * @readonly\n * @enum {string}\n */\nexport type ItemScopePath = 'analyticsItems' | 'myanalyticsItems';\n\n/**\n * Defines values for ItemTypeParameter.\n * Possible values include: 'none', 'query', 'function', 'folder', 'recent'\n * @readonly\n * @enum {string}\n */\nexport type ItemTypeParameter = 'none' | 'query' | 'function' | 'folder' | 'recent';\n\n/**\n * Defines values for CategoryType.\n * Possible values include: 'workbook', 'TSG', 'performance', 'retention'\n * @readonly\n * @enum {string}\n */\nexport type CategoryType = 'workbook' | 'TSG' | 'performance' | 'retention';\n\n/**\n * Contains response data for the list operation.\n */\nexport type OperationsListResponse = OperationListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: OperationListResult;\n };\n};\n\n/**\n * Contains response data for the list1 operation.\n */\nexport type OperationsList1Response = OperationsListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: OperationsListResult;\n };\n};\n\n/**\n * Contains response data for the listNext operation.\n */\nexport type OperationsListNextResponse = OperationListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: OperationListResult;\n };\n};\n\n/**\n * Contains response data for the list1Next operation.\n */\nexport type OperationsList1NextResponse = OperationsListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: OperationsListResult;\n };\n};\n\n/**\n * Contains response data for the list operation.\n */\nexport type AnnotationsListResponse = AnnotationsListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: AnnotationsListResult;\n };\n};\n\n/**\n * Contains response data for the create operation.\n */\nexport type AnnotationsCreateResponse = Array<Annotation> & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: Annotation[];\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type AnnotationsGetResponse = Array<Annotation> & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: Annotation[];\n };\n};\n\n/**\n * Contains response data for the list operation.\n */\nexport type APIKeysListResponse = ApplicationInsightsComponentAPIKeyListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ApplicationInsightsComponentAPIKeyListResult;\n };\n};\n\n/**\n * Contains response data for the create operation.\n */\nexport type APIKeysCreateResponse = ApplicationInsightsComponentAPIKey & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ApplicationInsightsComponentAPIKey;\n };\n};\n\n/**\n * Contains response data for the deleteMethod operation.\n */\nexport type APIKeysDeleteMethodResponse = ApplicationInsightsComponentAPIKey & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ApplicationInsightsComponentAPIKey;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type APIKeysGetResponse = ApplicationInsightsComponentAPIKey & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ApplicationInsightsComponentAPIKey;\n };\n};\n\n/**\n * Contains response data for the list operation.\n */\nexport type ExportConfigurationsListResponse = Array<ApplicationInsightsComponentExportConfiguration> & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ApplicationInsightsComponentExportConfiguration[];\n };\n};\n\n/**\n * Contains response data for the create operation.\n */\nexport type ExportConfigurationsCreateResponse = Array<ApplicationInsightsComponentExportConfiguration> & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ApplicationInsightsComponentExportConfiguration[];\n };\n};\n\n/**\n * Contains response data for the deleteMethod operation.\n */\nexport type ExportConfigurationsDeleteMethodResponse = ApplicationInsightsComponentExportConfiguration & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ApplicationInsightsComponentExportConfiguration;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type ExportConfigurationsGetResponse = ApplicationInsightsComponentExportConfiguration & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ApplicationInsightsComponentExportConfiguration;\n };\n};\n\n/**\n * Contains response data for the update operation.\n */\nexport type ExportConfigurationsUpdateResponse = ApplicationInsightsComponentExportConfiguration & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ApplicationInsightsComponentExportConfiguration;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type ComponentCurrentBillingFeaturesGetResponse = ApplicationInsightsComponentBillingFeatures & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ApplicationInsightsComponentBillingFeatures;\n };\n};\n\n/**\n * Contains response data for the update operation.\n */\nexport type ComponentCurrentBillingFeaturesUpdateResponse = ApplicationInsightsComponentBillingFeatures & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ApplicationInsightsComponentBillingFeatures;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type ComponentQuotaStatusGetResponse = ApplicationInsightsComponentQuotaStatus & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ApplicationInsightsComponentQuotaStatus;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type ComponentFeatureCapabilitiesGetResponse = ApplicationInsightsComponentFeatureCapabilities & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ApplicationInsightsComponentFeatureCapabilities;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type ComponentAvailableFeaturesGetResponse = ApplicationInsightsComponentAvailableFeatures & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ApplicationInsightsComponentAvailableFeatures;\n };\n};\n\n/**\n * Contains response data for the list operation.\n */\nexport type ProactiveDetectionConfigurationsListResponse = Array<ApplicationInsightsComponentProactiveDetectionConfiguration> & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ApplicationInsightsComponentProactiveDetectionConfiguration[];\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type ProactiveDetectionConfigurationsGetResponse = ApplicationInsightsComponentProactiveDetectionConfiguration & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ApplicationInsightsComponentProactiveDetectionConfiguration;\n };\n};\n\n/**\n * Contains response data for the update operation.\n */\nexport type ProactiveDetectionConfigurationsUpdateResponse = ApplicationInsightsComponentProactiveDetectionConfiguration & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ApplicationInsightsComponentProactiveDetectionConfiguration;\n };\n};\n\n/**\n * Contains response data for the list operation.\n */\nexport type WorkItemConfigurationsListResponse = WorkItemConfigurationsListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: WorkItemConfigurationsListResult;\n };\n};\n\n/**\n * Contains response data for the create operation.\n */\nexport type WorkItemConfigurationsCreateResponse = WorkItemConfiguration & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: WorkItemConfiguration;\n };\n};\n\n/**\n * Contains response data for the getDefault operation.\n */\nexport type WorkItemConfigurationsGetDefaultResponse = WorkItemConfiguration & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: WorkItemConfiguration;\n };\n};\n\n/**\n * Contains response data for the getItem operation.\n */\nexport type WorkItemConfigurationsGetItemResponse = WorkItemConfiguration & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: WorkItemConfiguration;\n };\n};\n\n/**\n * Contains response data for the updateItem operation.\n */\nexport type WorkItemConfigurationsUpdateItemResponse = WorkItemConfiguration & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: WorkItemConfiguration;\n };\n};\n\n/**\n * Contains response data for the list operation.\n */\nexport type FavoritesListResponse = Array<ApplicationInsightsComponentFavorite> & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ApplicationInsightsComponentFavorite[];\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type FavoritesGetResponse = ApplicationInsightsComponentFavorite & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ApplicationInsightsComponentFavorite;\n };\n};\n\n/**\n * Contains response data for the add operation.\n */\nexport type FavoritesAddResponse = ApplicationInsightsComponentFavorite & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ApplicationInsightsComponentFavorite;\n };\n};\n\n/**\n * Contains response data for the update operation.\n */\nexport type FavoritesUpdateResponse = ApplicationInsightsComponentFavorite & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ApplicationInsightsComponentFavorite;\n };\n};\n\n/**\n * Contains response data for the list operation.\n */\nexport type WebTestLocationsListResponse = ApplicationInsightsWebTestLocationsListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ApplicationInsightsWebTestLocationsListResult;\n };\n};\n\n/**\n * Contains response data for the listByResourceGroup operation.\n */\nexport type WebTestsListByResourceGroupResponse = WebTestListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: WebTestListResult;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type WebTestsGetResponse = WebTest & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: WebTest;\n };\n};\n\n/**\n * Contains response data for the createOrUpdate operation.\n */\nexport type WebTestsCreateOrUpdateResponse = WebTest & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: WebTest;\n };\n};\n\n/**\n * Contains response data for the updateTags operation.\n */\nexport type WebTestsUpdateTagsResponse = WebTest & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: WebTest;\n };\n};\n\n/**\n * Contains response data for the list operation.\n */\nexport type WebTestsListResponse = WebTestListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: WebTestListResult;\n };\n};\n\n/**\n * Contains response data for the listByComponent operation.\n */\nexport type WebTestsListByComponentResponse = WebTestListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: WebTestListResult;\n };\n};\n\n/**\n * Contains response data for the listByResourceGroupNext operation.\n */\nexport type WebTestsListByResourceGroupNextResponse = WebTestListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: WebTestListResult;\n };\n};\n\n/**\n * Contains response data for the listNext operation.\n */\nexport type WebTestsListNextResponse = WebTestListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: WebTestListResult;\n };\n};\n\n/**\n * Contains response data for the listByComponentNext operation.\n */\nexport type WebTestsListByComponentNextResponse = WebTestListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: WebTestListResult;\n };\n};\n\n/**\n * Contains response data for the list operation.\n */\nexport type AnalyticsItemsListResponse = Array<ApplicationInsightsComponentAnalyticsItem> & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ApplicationInsightsComponentAnalyticsItem[];\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type AnalyticsItemsGetResponse = ApplicationInsightsComponentAnalyticsItem & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ApplicationInsightsComponentAnalyticsItem;\n };\n};\n\n/**\n * Contains response data for the put operation.\n */\nexport type AnalyticsItemsPutResponse = ApplicationInsightsComponentAnalyticsItem & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ApplicationInsightsComponentAnalyticsItem;\n };\n};\n\n/**\n * Contains response data for the listByResourceGroup operation.\n */\nexport type WorkbooksListByResourceGroupResponse = WorkbooksListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: WorkbooksListResult;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type WorkbooksGetResponse = Workbook & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: Workbook;\n };\n};\n\n/**\n * Contains response data for the createOrUpdate operation.\n */\nexport type WorkbooksCreateOrUpdateResponse = Workbook & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: Workbook;\n };\n};\n\n/**\n * Contains response data for the update operation.\n */\nexport type WorkbooksUpdateResponse = Workbook & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: Workbook;\n };\n};\n\n/**\n * Contains response data for the listByResourceGroup operation.\n */\nexport type MyWorkbooksListByResourceGroupResponse = MyWorkbooksListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: MyWorkbooksListResult;\n };\n};\n\n/**\n * Contains response data for the listBySubscription operation.\n */\nexport type MyWorkbooksListBySubscriptionResponse = MyWorkbooksListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: MyWorkbooksListResult;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type MyWorkbooksGetResponse = MyWorkbook & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: MyWorkbook;\n };\n};\n\n/**\n * Contains response data for the createOrUpdate operation.\n */\nexport type MyWorkbooksCreateOrUpdateResponse = MyWorkbook & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: MyWorkbook;\n };\n};\n\n/**\n * Contains response data for the update operation.\n */\nexport type MyWorkbooksUpdateResponse = MyWorkbook & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: MyWorkbook;\n };\n};\n\n/**\n * Contains response data for the list operation.\n */\nexport type ComponentsListResponse = ApplicationInsightsComponentListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ApplicationInsightsComponentListResult;\n };\n};\n\n/**\n * Contains response data for the listByResourceGroup operation.\n */\nexport type ComponentsListByResourceGroupResponse = ApplicationInsightsComponentListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ApplicationInsightsComponentListResult;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type ComponentsGetResponse = ApplicationInsightsComponent & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ApplicationInsightsComponent;\n };\n};\n\n/**\n * Contains response data for the createOrUpdate operation.\n */\nexport type ComponentsCreateOrUpdateResponse = ApplicationInsightsComponent & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ApplicationInsightsComponent;\n };\n};\n\n/**\n * Contains response data for the updateTags operation.\n */\nexport type ComponentsUpdateTagsResponse = ApplicationInsightsComponent & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ApplicationInsightsComponent;\n };\n};\n\n/**\n * Contains response data for the purge operation.\n */\nexport type ComponentsPurgeResponse = ComponentPurgeResponse & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ComponentPurgeResponse;\n };\n};\n\n/**\n * Contains response data for the getPurgeStatus operation.\n */\nexport type ComponentsGetPurgeStatusResponse = ComponentPurgeStatusResponse & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ComponentPurgeStatusResponse;\n };\n};\n\n/**\n * Contains response data for the listNext operation.\n */\nexport type ComponentsListNextResponse = ApplicationInsightsComponentListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ApplicationInsightsComponentListResult;\n };\n};\n\n/**\n * Contains response data for the listByResourceGroupNext operation.\n */\nexport type ComponentsListByResourceGroupNextResponse = ApplicationInsightsComponentListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ApplicationInsightsComponentListResult;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type ComponentLinkedStorageAccountsGetResponse = ComponentLinkedStorageAccounts & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ComponentLinkedStorageAccounts;\n };\n};\n\n/**\n * Contains response data for the createAndUpdate operation.\n */\nexport type ComponentLinkedStorageAccountsCreateAndUpdateResponse = ComponentLinkedStorageAccounts & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ComponentLinkedStorageAccounts;\n };\n};\n\n/**\n * Contains response data for the update operation.\n */\nexport type ComponentLinkedStorageAccountsUpdateResponse = ComponentLinkedStorageAccounts & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ComponentLinkedStorageAccounts;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type LiveTokenGetResponse = LiveTokenResponse & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: LiveTokenResponse;\n };\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { CloudErrorMapper, BaseResourceMapper } from \"@azure/ms-rest-azure-js\";\nimport * as msRest from \"@azure/ms-rest-js\";\n\nexport const CloudError = CloudErrorMapper;\nexport const BaseResource = BaseResourceMapper;\n\nexport const ErrorResponse: msRest.CompositeMapper = {\n serializedName: \"ErrorResponse\",\n type: {\n name: \"Composite\",\n className: \"ErrorResponse\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n type: {\n name: \"String\"\n }\n },\n message: {\n serializedName: \"message\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const OperationDisplay: msRest.CompositeMapper = {\n serializedName: \"Operation_display\",\n type: {\n name: \"Composite\",\n className: \"OperationDisplay\",\n modelProperties: {\n provider: {\n serializedName: \"provider\",\n type: {\n name: \"String\"\n }\n },\n resource: {\n serializedName: \"resource\",\n type: {\n name: \"String\"\n }\n },\n operation: {\n serializedName: \"operation\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Operation: msRest.CompositeMapper = {\n serializedName: \"Operation\",\n type: {\n name: \"Composite\",\n className: \"Operation\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n display: {\n serializedName: \"display\",\n type: {\n name: \"Composite\",\n className: \"OperationDisplay\"\n }\n }\n }\n }\n};\n\nexport const Annotation: msRest.CompositeMapper = {\n serializedName: \"Annotation\",\n type: {\n name: \"Composite\",\n className: \"Annotation\",\n modelProperties: {\n annotationName: {\n serializedName: \"AnnotationName\",\n type: {\n name: \"String\"\n }\n },\n category: {\n serializedName: \"Category\",\n type: {\n name: \"String\"\n }\n },\n eventTime: {\n serializedName: \"EventTime\",\n type: {\n name: \"DateTime\"\n }\n },\n id: {\n serializedName: \"Id\",\n type: {\n name: \"String\"\n }\n },\n properties: {\n serializedName: \"Properties\",\n type: {\n name: \"String\"\n }\n },\n relatedAnnotation: {\n serializedName: \"RelatedAnnotation\",\n defaultValue: 'null',\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const InnerError: msRest.CompositeMapper = {\n serializedName: \"InnerError\",\n type: {\n name: \"Composite\",\n className: \"InnerError\",\n modelProperties: {\n diagnosticcontext: {\n serializedName: \"diagnosticcontext\",\n type: {\n name: \"String\"\n }\n },\n time: {\n serializedName: \"time\",\n type: {\n name: \"DateTime\"\n }\n }\n }\n }\n};\n\nexport const AnnotationError: msRest.CompositeMapper = {\n serializedName: \"AnnotationError\",\n type: {\n name: \"Composite\",\n className: \"AnnotationError\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n type: {\n name: \"String\"\n }\n },\n message: {\n serializedName: \"message\",\n type: {\n name: \"String\"\n }\n },\n innererror: {\n serializedName: \"innererror\",\n type: {\n name: \"Composite\",\n className: \"InnerError\"\n }\n }\n }\n }\n};\n\nexport const APIKeyRequest: msRest.CompositeMapper = {\n serializedName: \"APIKeyRequest\",\n type: {\n name: \"Composite\",\n className: \"APIKeyRequest\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n linkedReadProperties: {\n serializedName: \"linkedReadProperties\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n linkedWriteProperties: {\n serializedName: \"linkedWriteProperties\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ApplicationInsightsComponentAPIKey: msRest.CompositeMapper = {\n serializedName: \"ApplicationInsightsComponentAPIKey\",\n type: {\n name: \"Composite\",\n className: \"ApplicationInsightsComponentAPIKey\",\n modelProperties: {\n id: {\n readOnly: true,\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n },\n apiKey: {\n readOnly: true,\n serializedName: \"apiKey\",\n type: {\n name: \"String\"\n }\n },\n createdDate: {\n serializedName: \"createdDate\",\n type: {\n name: \"String\"\n }\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n linkedReadProperties: {\n serializedName: \"linkedReadProperties\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n linkedWriteProperties: {\n serializedName: \"linkedWriteProperties\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ApplicationInsightsComponentExportRequest: msRest.CompositeMapper = {\n serializedName: \"ApplicationInsightsComponentExportRequest\",\n type: {\n name: \"Composite\",\n className: \"ApplicationInsightsComponentExportRequest\",\n modelProperties: {\n recordTypes: {\n serializedName: \"RecordTypes\",\n type: {\n name: \"String\"\n }\n },\n destinationType: {\n serializedName: \"DestinationType\",\n type: {\n name: \"String\"\n }\n },\n destinationAddress: {\n serializedName: \"DestinationAddress\",\n type: {\n name: \"String\"\n }\n },\n isEnabled: {\n serializedName: \"IsEnabled\",\n type: {\n name: \"String\"\n }\n },\n notificationQueueEnabled: {\n serializedName: \"NotificationQueueEnabled\",\n type: {\n name: \"String\"\n }\n },\n notificationQueueUri: {\n serializedName: \"NotificationQueueUri\",\n type: {\n name: \"String\"\n }\n },\n destinationStorageSubscriptionId: {\n serializedName: \"DestinationStorageSubscriptionId\",\n type: {\n name: \"String\"\n }\n },\n destinationStorageLocationId: {\n serializedName: \"DestinationStorageLocationId\",\n type: {\n name: \"String\"\n }\n },\n destinationAccountId: {\n serializedName: \"DestinationAccountId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ApplicationInsightsComponentExportConfiguration: msRest.CompositeMapper = {\n serializedName: \"ApplicationInsightsComponentExportConfiguration\",\n type: {\n name: \"Composite\",\n className: \"ApplicationInsightsComponentExportConfiguration\",\n modelProperties: {\n exportId: {\n readOnly: true,\n serializedName: \"ExportId\",\n type: {\n name: \"String\"\n }\n },\n instrumentationKey: {\n readOnly: true,\n serializedName: \"InstrumentationKey\",\n type: {\n name: \"String\"\n }\n },\n recordTypes: {\n serializedName: \"RecordTypes\",\n type: {\n name: \"String\"\n }\n },\n applicationName: {\n readOnly: true,\n serializedName: \"ApplicationName\",\n type: {\n name: \"String\"\n }\n },\n subscriptionId: {\n readOnly: true,\n serializedName: \"SubscriptionId\",\n type: {\n name: \"String\"\n }\n },\n resourceGroup: {\n readOnly: true,\n serializedName: \"ResourceGroup\",\n type: {\n name: \"String\"\n }\n },\n destinationStorageSubscriptionId: {\n readOnly: true,\n serializedName: \"DestinationStorageSubscriptionId\",\n type: {\n name: \"String\"\n }\n },\n destinationStorageLocationId: {\n readOnly: true,\n serializedName: \"DestinationStorageLocationId\",\n type: {\n name: \"String\"\n }\n },\n destinationAccountId: {\n readOnly: true,\n serializedName: \"DestinationAccountId\",\n type: {\n name: \"String\"\n }\n },\n destinationType: {\n readOnly: true,\n serializedName: \"DestinationType\",\n type: {\n name: \"String\"\n }\n },\n isUserEnabled: {\n readOnly: true,\n serializedName: \"IsUserEnabled\",\n type: {\n name: \"String\"\n }\n },\n lastUserUpdate: {\n readOnly: true,\n serializedName: \"LastUserUpdate\",\n type: {\n name: \"String\"\n }\n },\n notificationQueueEnabled: {\n serializedName: \"NotificationQueueEnabled\",\n type: {\n name: \"String\"\n }\n },\n exportStatus: {\n readOnly: true,\n serializedName: \"ExportStatus\",\n type: {\n name: \"String\"\n }\n },\n lastSuccessTime: {\n readOnly: true,\n serializedName: \"LastSuccessTime\",\n type: {\n name: \"String\"\n }\n },\n lastGapTime: {\n readOnly: true,\n serializedName: \"LastGapTime\",\n type: {\n name: \"String\"\n }\n },\n permanentErrorReason: {\n readOnly: true,\n serializedName: \"PermanentErrorReason\",\n type: {\n name: \"String\"\n }\n },\n storageName: {\n readOnly: true,\n serializedName: \"StorageName\",\n type: {\n name: \"String\"\n }\n },\n containerName: {\n readOnly: true,\n serializedName: \"ContainerName\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ApplicationInsightsComponentDataVolumeCap: msRest.CompositeMapper = {\n serializedName: \"ApplicationInsightsComponentDataVolumeCap\",\n type: {\n name: \"Composite\",\n className: \"ApplicationInsightsComponentDataVolumeCap\",\n modelProperties: {\n cap: {\n serializedName: \"Cap\",\n type: {\n name: \"Number\"\n }\n },\n resetTime: {\n readOnly: true,\n serializedName: \"ResetTime\",\n type: {\n name: \"Number\"\n }\n },\n warningThreshold: {\n serializedName: \"WarningThreshold\",\n type: {\n name: \"Number\"\n }\n },\n stopSendNotificationWhenHitThreshold: {\n serializedName: \"StopSendNotificationWhenHitThreshold\",\n type: {\n name: \"Boolean\"\n }\n },\n stopSendNotificationWhenHitCap: {\n serializedName: \"StopSendNotificationWhenHitCap\",\n type: {\n name: \"Boolean\"\n }\n },\n maxHistoryCap: {\n readOnly: true,\n serializedName: \"MaxHistoryCap\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const ApplicationInsightsComponentBillingFeatures: msRest.CompositeMapper = {\n serializedName: \"ApplicationInsightsComponentBillingFeatures\",\n type: {\n name: \"Composite\",\n className: \"ApplicationInsightsComponentBillingFeatures\",\n modelProperties: {\n dataVolumeCap: {\n serializedName: \"DataVolumeCap\",\n type: {\n name: \"Composite\",\n className: \"ApplicationInsightsComponentDataVolumeCap\"\n }\n },\n currentBillingFeatures: {\n serializedName: \"CurrentBillingFeatures\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ApplicationInsightsComponentQuotaStatus: msRest.CompositeMapper = {\n serializedName: \"ApplicationInsightsComponentQuotaStatus\",\n type: {\n name: \"Composite\",\n className: \"ApplicationInsightsComponentQuotaStatus\",\n modelProperties: {\n appId: {\n readOnly: true,\n serializedName: \"AppId\",\n type: {\n name: \"String\"\n }\n },\n shouldBeThrottled: {\n readOnly: true,\n serializedName: \"ShouldBeThrottled\",\n type: {\n name: \"Boolean\"\n }\n },\n expirationTime: {\n readOnly: true,\n serializedName: \"ExpirationTime\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ApplicationInsightsComponentFeatureCapabilities: msRest.CompositeMapper = {\n serializedName: \"ApplicationInsightsComponentFeatureCapabilities\",\n type: {\n name: \"Composite\",\n className: \"ApplicationInsightsComponentFeatureCapabilities\",\n modelProperties: {\n supportExportData: {\n readOnly: true,\n serializedName: \"SupportExportData\",\n type: {\n name: \"Boolean\"\n }\n },\n burstThrottlePolicy: {\n readOnly: true,\n serializedName: \"BurstThrottlePolicy\",\n type: {\n name: \"String\"\n }\n },\n metadataClass: {\n readOnly: true,\n serializedName: \"MetadataClass\",\n type: {\n name: \"String\"\n }\n },\n liveStreamMetrics: {\n readOnly: true,\n serializedName: \"LiveStreamMetrics\",\n type: {\n name: \"Boolean\"\n }\n },\n applicationMap: {\n readOnly: true,\n serializedName: \"ApplicationMap\",\n type: {\n name: \"Boolean\"\n }\n },\n workItemIntegration: {\n readOnly: true,\n serializedName: \"WorkItemIntegration\",\n type: {\n name: \"Boolean\"\n }\n },\n powerBIIntegration: {\n readOnly: true,\n serializedName: \"PowerBIIntegration\",\n type: {\n name: \"Boolean\"\n }\n },\n openSchema: {\n readOnly: true,\n serializedName: \"OpenSchema\",\n type: {\n name: \"Boolean\"\n }\n },\n proactiveDetection: {\n readOnly: true,\n serializedName: \"ProactiveDetection\",\n type: {\n name: \"Boolean\"\n }\n },\n analyticsIntegration: {\n readOnly: true,\n serializedName: \"AnalyticsIntegration\",\n type: {\n name: \"Boolean\"\n }\n },\n multipleStepWebTest: {\n readOnly: true,\n serializedName: \"MultipleStepWebTest\",\n type: {\n name: \"Boolean\"\n }\n },\n apiAccessLevel: {\n readOnly: true,\n serializedName: \"ApiAccessLevel\",\n type: {\n name: \"String\"\n }\n },\n trackingType: {\n readOnly: true,\n serializedName: \"TrackingType\",\n type: {\n name: \"String\"\n }\n },\n dailyCap: {\n readOnly: true,\n serializedName: \"DailyCap\",\n type: {\n name: \"Number\"\n }\n },\n dailyCapResetTime: {\n readOnly: true,\n serializedName: \"DailyCapResetTime\",\n type: {\n name: \"Number\"\n }\n },\n throttleRate: {\n readOnly: true,\n serializedName: \"ThrottleRate\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const ApplicationInsightsComponentFeatureCapability: msRest.CompositeMapper = {\n serializedName: \"ApplicationInsightsComponentFeatureCapability\",\n type: {\n name: \"Composite\",\n className: \"ApplicationInsightsComponentFeatureCapability\",\n modelProperties: {\n name: {\n readOnly: true,\n serializedName: \"Name\",\n type: {\n name: \"String\"\n }\n },\n description: {\n readOnly: true,\n serializedName: \"Description\",\n type: {\n name: \"String\"\n }\n },\n value: {\n readOnly: true,\n serializedName: \"Value\",\n type: {\n name: \"String\"\n }\n },\n unit: {\n readOnly: true,\n serializedName: \"Unit\",\n type: {\n name: \"String\"\n }\n },\n meterId: {\n readOnly: true,\n serializedName: \"MeterId\",\n type: {\n name: \"String\"\n }\n },\n meterRateFrequency: {\n readOnly: true,\n serializedName: \"MeterRateFrequency\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ApplicationInsightsComponentFeature: msRest.CompositeMapper = {\n serializedName: \"ApplicationInsightsComponentFeature\",\n type: {\n name: \"Composite\",\n className: \"ApplicationInsightsComponentFeature\",\n modelProperties: {\n featureName: {\n readOnly: true,\n serializedName: \"FeatureName\",\n type: {\n name: \"String\"\n }\n },\n meterId: {\n readOnly: true,\n serializedName: \"MeterId\",\n type: {\n name: \"String\"\n }\n },\n meterRateFrequency: {\n readOnly: true,\n serializedName: \"MeterRateFrequency\",\n type: {\n name: \"String\"\n }\n },\n resouceId: {\n readOnly: true,\n serializedName: \"ResouceId\",\n type: {\n name: \"String\"\n }\n },\n isHidden: {\n readOnly: true,\n serializedName: \"IsHidden\",\n type: {\n name: \"Boolean\"\n }\n },\n capabilities: {\n readOnly: true,\n serializedName: \"Capabilities\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ApplicationInsightsComponentFeatureCapability\"\n }\n }\n }\n },\n title: {\n readOnly: true,\n serializedName: \"Title\",\n type: {\n name: \"String\"\n }\n },\n isMainFeature: {\n readOnly: true,\n serializedName: \"IsMainFeature\",\n type: {\n name: \"Boolean\"\n }\n },\n supportedAddonFeatures: {\n readOnly: true,\n serializedName: \"SupportedAddonFeatures\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ApplicationInsightsComponentAvailableFeatures: msRest.CompositeMapper = {\n serializedName: \"ApplicationInsightsComponentAvailableFeatures\",\n type: {\n name: \"Composite\",\n className: \"ApplicationInsightsComponentAvailableFeatures\",\n modelProperties: {\n result: {\n readOnly: true,\n serializedName: \"Result\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ApplicationInsightsComponentFeature\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinitions: msRest.CompositeMapper = {\n serializedName: \"ApplicationInsightsComponentProactiveDetectionConfiguration_RuleDefinitions\",\n type: {\n name: \"Composite\",\n className: \"ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinitions\",\n modelProperties: {\n name: {\n serializedName: \"Name\",\n type: {\n name: \"String\"\n }\n },\n displayName: {\n serializedName: \"DisplayName\",\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"Description\",\n type: {\n name: \"String\"\n }\n },\n helpUrl: {\n serializedName: \"HelpUrl\",\n type: {\n name: \"String\"\n }\n },\n isHidden: {\n serializedName: \"IsHidden\",\n type: {\n name: \"Boolean\"\n }\n },\n isEnabledByDefault: {\n serializedName: \"IsEnabledByDefault\",\n type: {\n name: \"Boolean\"\n }\n },\n isInPreview: {\n serializedName: \"IsInPreview\",\n type: {\n name: \"Boolean\"\n }\n },\n supportsEmailNotifications: {\n serializedName: \"SupportsEmailNotifications\",\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const ApplicationInsightsComponentProactiveDetectionConfiguration: msRest.CompositeMapper = {\n serializedName: \"ApplicationInsightsComponentProactiveDetectionConfiguration\",\n type: {\n name: \"Composite\",\n className: \"ApplicationInsightsComponentProactiveDetectionConfiguration\",\n modelProperties: {\n name: {\n serializedName: \"Name\",\n type: {\n name: \"String\"\n }\n },\n enabled: {\n serializedName: \"Enabled\",\n type: {\n name: \"Boolean\"\n }\n },\n sendEmailsToSubscriptionOwners: {\n serializedName: \"SendEmailsToSubscriptionOwners\",\n type: {\n name: \"Boolean\"\n }\n },\n customEmails: {\n serializedName: \"CustomEmails\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n lastUpdatedTime: {\n serializedName: \"LastUpdatedTime\",\n type: {\n name: \"String\"\n }\n },\n ruleDefinitions: {\n serializedName: \"RuleDefinitions\",\n type: {\n name: \"Composite\",\n className: \"ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinitions\"\n }\n }\n }\n }\n};\n\nexport const WorkItemConfiguration: msRest.CompositeMapper = {\n serializedName: \"WorkItemConfiguration\",\n type: {\n name: \"Composite\",\n className: \"WorkItemConfiguration\",\n modelProperties: {\n connectorId: {\n serializedName: \"ConnectorId\",\n type: {\n name: \"String\"\n }\n },\n configDisplayName: {\n serializedName: \"ConfigDisplayName\",\n type: {\n name: \"String\"\n }\n },\n isDefault: {\n serializedName: \"IsDefault\",\n type: {\n name: \"Boolean\"\n }\n },\n id: {\n serializedName: \"Id\",\n type: {\n name: \"String\"\n }\n },\n configProperties: {\n serializedName: \"ConfigProperties\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const WorkItemCreateConfiguration: msRest.CompositeMapper = {\n serializedName: \"WorkItemCreateConfiguration\",\n type: {\n name: \"Composite\",\n className: \"WorkItemCreateConfiguration\",\n modelProperties: {\n connectorId: {\n serializedName: \"ConnectorId\",\n type: {\n name: \"String\"\n }\n },\n connectorDataConfiguration: {\n serializedName: \"ConnectorDataConfiguration\",\n type: {\n name: \"String\"\n }\n },\n validateOnly: {\n serializedName: \"ValidateOnly\",\n type: {\n name: \"Boolean\"\n }\n },\n workItemProperties: {\n serializedName: \"WorkItemProperties\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const WorkItemConfigurationError: msRest.CompositeMapper = {\n serializedName: \"WorkItemConfigurationError\",\n type: {\n name: \"Composite\",\n className: \"WorkItemConfigurationError\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n type: {\n name: \"String\"\n }\n },\n message: {\n serializedName: \"message\",\n type: {\n name: \"String\"\n }\n },\n innererror: {\n serializedName: \"innererror\",\n type: {\n name: \"Composite\",\n className: \"InnerError\"\n }\n }\n }\n }\n};\n\nexport const ApplicationInsightsComponentFavorite: msRest.CompositeMapper = {\n serializedName: \"ApplicationInsightsComponentFavorite\",\n type: {\n name: \"Composite\",\n className: \"ApplicationInsightsComponentFavorite\",\n modelProperties: {\n name: {\n serializedName: \"Name\",\n type: {\n name: \"String\"\n }\n },\n config: {\n serializedName: \"Config\",\n type: {\n name: \"String\"\n }\n },\n version: {\n serializedName: \"Version\",\n type: {\n name: \"String\"\n }\n },\n favoriteId: {\n readOnly: true,\n serializedName: \"FavoriteId\",\n type: {\n name: \"String\"\n }\n },\n favoriteType: {\n serializedName: \"FavoriteType\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"shared\",\n \"user\"\n ]\n }\n },\n sourceType: {\n serializedName: \"SourceType\",\n type: {\n name: \"String\"\n }\n },\n timeModified: {\n readOnly: true,\n serializedName: \"TimeModified\",\n type: {\n name: \"String\"\n }\n },\n tags: {\n serializedName: \"Tags\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n category: {\n serializedName: \"Category\",\n type: {\n name: \"String\"\n }\n },\n isGeneratedFromTemplate: {\n serializedName: \"IsGeneratedFromTemplate\",\n type: {\n name: \"Boolean\"\n }\n },\n userId: {\n readOnly: true,\n serializedName: \"UserId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ApplicationInsightsComponentWebTestLocation: msRest.CompositeMapper = {\n serializedName: \"ApplicationInsightsComponentWebTestLocation\",\n type: {\n name: \"Composite\",\n className: \"ApplicationInsightsComponentWebTestLocation\",\n modelProperties: {\n displayName: {\n readOnly: true,\n serializedName: \"DisplayName\",\n type: {\n name: \"String\"\n }\n },\n tag: {\n readOnly: true,\n serializedName: \"Tag\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const WebtestsResource: msRest.CompositeMapper = {\n serializedName: \"WebtestsResource\",\n type: {\n name: \"Composite\",\n className: \"WebtestsResource\",\n modelProperties: {\n id: {\n readOnly: true,\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n },\n name: {\n readOnly: true,\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n type: {\n readOnly: true,\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n },\n location: {\n required: true,\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n },\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const TagsResource: msRest.CompositeMapper = {\n serializedName: \"TagsResource\",\n type: {\n name: \"Composite\",\n className: \"TagsResource\",\n modelProperties: {\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const WebTestGeolocation: msRest.CompositeMapper = {\n serializedName: \"WebTestGeolocation\",\n type: {\n name: \"Composite\",\n className: \"WebTestGeolocation\",\n modelProperties: {\n location: {\n serializedName: \"Id\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const WebTestPropertiesConfiguration: msRest.CompositeMapper = {\n serializedName: \"WebTestProperties_Configuration\",\n type: {\n name: \"Composite\",\n className: \"WebTestPropertiesConfiguration\",\n modelProperties: {\n webTest: {\n serializedName: \"WebTest\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const WebTest: msRest.CompositeMapper = {\n serializedName: \"WebTest\",\n type: {\n name: \"Composite\",\n className: \"WebTest\",\n modelProperties: {\n ...WebtestsResource.type.modelProperties,\n kind: {\n serializedName: \"kind\",\n defaultValue: 'ping',\n type: {\n name: \"Enum\",\n allowedValues: [\n \"ping\",\n \"multistep\"\n ]\n }\n },\n syntheticMonitorId: {\n required: true,\n serializedName: \"properties.SyntheticMonitorId\",\n type: {\n name: \"String\"\n }\n },\n webTestName: {\n required: true,\n serializedName: \"properties.Name\",\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"properties.Description\",\n type: {\n name: \"String\"\n }\n },\n enabled: {\n serializedName: \"properties.Enabled\",\n type: {\n name: \"Boolean\"\n }\n },\n frequency: {\n serializedName: \"properties.Frequency\",\n defaultValue: 300,\n type: {\n name: \"Number\"\n }\n },\n timeout: {\n serializedName: \"properties.Timeout\",\n defaultValue: 30,\n type: {\n name: \"Number\"\n }\n },\n webTestKind: {\n required: true,\n serializedName: \"properties.Kind\",\n defaultValue: 'ping',\n type: {\n name: \"Enum\",\n allowedValues: [\n \"ping\",\n \"multistep\"\n ]\n }\n },\n retryEnabled: {\n serializedName: \"properties.RetryEnabled\",\n type: {\n name: \"Boolean\"\n }\n },\n locations: {\n required: true,\n serializedName: \"properties.Locations\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"WebTestGeolocation\"\n }\n }\n }\n },\n configuration: {\n serializedName: \"properties.Configuration\",\n type: {\n name: \"Composite\",\n className: \"WebTestPropertiesConfiguration\"\n }\n },\n provisioningState: {\n readOnly: true,\n serializedName: \"properties.provisioningState\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ApplicationInsightsComponentAnalyticsItemProperties: msRest.CompositeMapper = {\n serializedName: \"ApplicationInsightsComponentAnalyticsItemProperties\",\n type: {\n name: \"Composite\",\n className: \"ApplicationInsightsComponentAnalyticsItemProperties\",\n modelProperties: {\n functionAlias: {\n serializedName: \"functionAlias\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ApplicationInsightsComponentAnalyticsItem: msRest.CompositeMapper = {\n serializedName: \"ApplicationInsightsComponentAnalyticsItem\",\n type: {\n name: \"Composite\",\n className: \"ApplicationInsightsComponentAnalyticsItem\",\n modelProperties: {\n id: {\n serializedName: \"Id\",\n type: {\n name: \"String\"\n }\n },\n name: {\n serializedName: \"Name\",\n type: {\n name: \"String\"\n }\n },\n content: {\n serializedName: \"Content\",\n type: {\n name: \"String\"\n }\n },\n version: {\n readOnly: true,\n serializedName: \"Version\",\n type: {\n name: \"String\"\n }\n },\n scope: {\n serializedName: \"Scope\",\n type: {\n name: \"String\"\n }\n },\n type: {\n serializedName: \"Type\",\n type: {\n name: \"String\"\n }\n },\n timeCreated: {\n readOnly: true,\n serializedName: \"TimeCreated\",\n type: {\n name: \"String\"\n }\n },\n timeModified: {\n readOnly: true,\n serializedName: \"TimeModified\",\n type: {\n name: \"String\"\n }\n },\n properties: {\n serializedName: \"Properties\",\n type: {\n name: \"Composite\",\n className: \"ApplicationInsightsComponentAnalyticsItemProperties\"\n }\n }\n }\n }\n};\n\nexport const WorkbookResource: msRest.CompositeMapper = {\n serializedName: \"WorkbookResource\",\n type: {\n name: \"Composite\",\n className: \"WorkbookResource\",\n modelProperties: {\n id: {\n readOnly: true,\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n },\n name: {\n readOnly: true,\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n type: {\n readOnly: true,\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n },\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const Workbook: msRest.CompositeMapper = {\n serializedName: \"Workbook\",\n type: {\n name: \"Composite\",\n className: \"Workbook\",\n modelProperties: {\n ...WorkbookResource.type.modelProperties,\n kind: {\n serializedName: \"kind\",\n type: {\n name: \"String\"\n }\n },\n workbookName: {\n required: true,\n serializedName: \"properties.name\",\n type: {\n name: \"String\"\n }\n },\n serializedData: {\n required: true,\n serializedName: \"properties.serializedData\",\n type: {\n name: \"String\"\n }\n },\n version: {\n serializedName: \"properties.version\",\n type: {\n name: \"String\"\n }\n },\n workbookId: {\n required: true,\n serializedName: \"properties.workbookId\",\n type: {\n name: \"String\"\n }\n },\n sharedTypeKind: {\n required: true,\n serializedName: \"properties.kind\",\n defaultValue: 'shared',\n type: {\n name: \"String\"\n }\n },\n timeModified: {\n readOnly: true,\n serializedName: \"properties.timeModified\",\n type: {\n name: \"String\"\n }\n },\n category: {\n required: true,\n serializedName: \"properties.category\",\n type: {\n name: \"String\"\n }\n },\n workbookTags: {\n serializedName: \"properties.tags\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n userId: {\n required: true,\n serializedName: \"properties.userId\",\n type: {\n name: \"String\"\n }\n },\n sourceResourceId: {\n serializedName: \"properties.sourceResourceId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const LinkProperties: msRest.CompositeMapper = {\n serializedName: \"LinkProperties\",\n type: {\n name: \"Composite\",\n className: \"LinkProperties\",\n modelProperties: {\n sourceId: {\n serializedName: \"sourceId\",\n type: {\n name: \"String\"\n }\n },\n targetId: {\n serializedName: \"targetId\",\n type: {\n name: \"String\"\n }\n },\n category: {\n serializedName: \"category\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ErrorFieldContract: msRest.CompositeMapper = {\n serializedName: \"ErrorFieldContract\",\n type: {\n name: \"Composite\",\n className: \"ErrorFieldContract\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n type: {\n name: \"String\"\n }\n },\n message: {\n serializedName: \"message\",\n type: {\n name: \"String\"\n }\n },\n target: {\n serializedName: \"target\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const WorkbookError: msRest.CompositeMapper = {\n serializedName: \"WorkbookError\",\n type: {\n name: \"Composite\",\n className: \"WorkbookError\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n type: {\n name: \"String\"\n }\n },\n message: {\n serializedName: \"message\",\n type: {\n name: \"String\"\n }\n },\n details: {\n serializedName: \"details\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ErrorFieldContract\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const MyWorkbookResource: msRest.CompositeMapper = {\n serializedName: \"MyWorkbookResource\",\n type: {\n name: \"Composite\",\n className: \"MyWorkbookResource\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n },\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const MyWorkbook: msRest.CompositeMapper = {\n serializedName: \"MyWorkbook\",\n type: {\n name: \"Composite\",\n className: \"MyWorkbook\",\n modelProperties: {\n ...MyWorkbookResource.type.modelProperties,\n kind: {\n serializedName: \"kind\",\n type: {\n name: \"String\"\n }\n },\n displayName: {\n required: true,\n serializedName: \"properties.displayName\",\n type: {\n name: \"String\"\n }\n },\n serializedData: {\n required: true,\n serializedName: \"properties.serializedData\",\n type: {\n name: \"String\"\n }\n },\n version: {\n serializedName: \"properties.version\",\n type: {\n name: \"String\"\n }\n },\n timeModified: {\n readOnly: true,\n serializedName: \"properties.timeModified\",\n type: {\n name: \"String\"\n }\n },\n category: {\n required: true,\n serializedName: \"properties.category\",\n type: {\n name: \"String\"\n }\n },\n myWorkbookTags: {\n serializedName: \"properties.tags\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n userId: {\n readOnly: true,\n serializedName: \"properties.userId\",\n type: {\n name: \"String\"\n }\n },\n sourceId: {\n serializedName: \"properties.sourceId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const MyWorkbookError: msRest.CompositeMapper = {\n serializedName: \"MyWorkbookError\",\n type: {\n name: \"Composite\",\n className: \"MyWorkbookError\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n type: {\n name: \"String\"\n }\n },\n message: {\n serializedName: \"message\",\n type: {\n name: \"String\"\n }\n },\n details: {\n serializedName: \"details\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ErrorFieldContract\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ComponentsResource: msRest.CompositeMapper = {\n serializedName: \"ComponentsResource\",\n type: {\n name: \"Composite\",\n className: \"ComponentsResource\",\n modelProperties: {\n id: {\n readOnly: true,\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n },\n name: {\n readOnly: true,\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n type: {\n readOnly: true,\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n },\n location: {\n required: true,\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n },\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const PrivateLinkScopedResource: msRest.CompositeMapper = {\n serializedName: \"PrivateLinkScopedResource\",\n type: {\n name: \"Composite\",\n className: \"PrivateLinkScopedResource\",\n modelProperties: {\n resourceId: {\n serializedName: \"ResourceId\",\n type: {\n name: \"String\"\n }\n },\n scopeId: {\n serializedName: \"ScopeId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ApplicationInsightsComponent: msRest.CompositeMapper = {\n serializedName: \"ApplicationInsightsComponent\",\n type: {\n name: \"Composite\",\n className: \"ApplicationInsightsComponent\",\n modelProperties: {\n ...ComponentsResource.type.modelProperties,\n kind: {\n required: true,\n serializedName: \"kind\",\n type: {\n name: \"String\"\n }\n },\n applicationId: {\n readOnly: true,\n serializedName: \"properties.ApplicationId\",\n type: {\n name: \"String\"\n }\n },\n appId: {\n readOnly: true,\n serializedName: \"properties.AppId\",\n type: {\n name: \"String\"\n }\n },\n applicationType: {\n required: true,\n serializedName: \"properties.Application_Type\",\n defaultValue: 'web',\n type: {\n name: \"String\"\n }\n },\n flowType: {\n serializedName: \"properties.Flow_Type\",\n defaultValue: 'Bluefield',\n type: {\n name: \"String\"\n }\n },\n requestSource: {\n serializedName: \"properties.Request_Source\",\n defaultValue: 'rest',\n type: {\n name: \"String\"\n }\n },\n instrumentationKey: {\n readOnly: true,\n serializedName: \"properties.InstrumentationKey\",\n type: {\n name: \"String\"\n }\n },\n creationDate: {\n readOnly: true,\n serializedName: \"properties.CreationDate\",\n type: {\n name: \"DateTime\"\n }\n },\n tenantId: {\n readOnly: true,\n serializedName: \"properties.TenantId\",\n type: {\n name: \"String\"\n }\n },\n hockeyAppId: {\n serializedName: \"properties.HockeyAppId\",\n type: {\n name: \"String\"\n }\n },\n hockeyAppToken: {\n readOnly: true,\n serializedName: \"properties.HockeyAppToken\",\n type: {\n name: \"String\"\n }\n },\n provisioningState: {\n readOnly: true,\n serializedName: \"properties.provisioningState\",\n type: {\n name: \"String\"\n }\n },\n samplingPercentage: {\n serializedName: \"properties.SamplingPercentage\",\n type: {\n name: \"Number\"\n }\n },\n connectionString: {\n readOnly: true,\n serializedName: \"properties.ConnectionString\",\n type: {\n name: \"String\"\n }\n },\n retentionInDays: {\n serializedName: \"properties.RetentionInDays\",\n defaultValue: 90,\n type: {\n name: \"Number\"\n }\n },\n disableIpMasking: {\n serializedName: \"properties.DisableIpMasking\",\n type: {\n name: \"Boolean\"\n }\n },\n immediatePurgeDataOn30Days: {\n serializedName: \"properties.ImmediatePurgeDataOn30Days\",\n type: {\n name: \"Boolean\"\n }\n },\n privateLinkScopedResources: {\n readOnly: true,\n serializedName: \"properties.PrivateLinkScopedResources\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PrivateLinkScopedResource\"\n }\n }\n }\n },\n publicNetworkAccessForIngestion: {\n serializedName: \"properties.publicNetworkAccessForIngestion\",\n defaultValue: 'Enabled',\n type: {\n name: \"String\"\n }\n },\n publicNetworkAccessForQuery: {\n serializedName: \"properties.publicNetworkAccessForQuery\",\n defaultValue: 'Enabled',\n type: {\n name: \"String\"\n }\n },\n ingestionMode: {\n serializedName: \"properties.IngestionMode\",\n defaultValue: 'ApplicationInsights',\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ComponentPurgeBodyFilters: msRest.CompositeMapper = {\n serializedName: \"ComponentPurgeBodyFilters\",\n type: {\n name: \"Composite\",\n className: \"ComponentPurgeBodyFilters\",\n modelProperties: {\n column: {\n serializedName: \"column\",\n type: {\n name: \"String\"\n }\n },\n operator: {\n serializedName: \"operator\",\n type: {\n name: \"String\"\n }\n },\n value: {\n serializedName: \"value\",\n type: {\n name: \"Object\"\n }\n },\n key: {\n serializedName: \"key\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ComponentPurgeBody: msRest.CompositeMapper = {\n serializedName: \"ComponentPurgeBody\",\n type: {\n name: \"Composite\",\n className: \"ComponentPurgeBody\",\n modelProperties: {\n table: {\n required: true,\n serializedName: \"table\",\n type: {\n name: \"String\"\n }\n },\n filters: {\n required: true,\n serializedName: \"filters\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ComponentPurgeBodyFilters\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ComponentPurgeResponse: msRest.CompositeMapper = {\n serializedName: \"ComponentPurgeResponse\",\n type: {\n name: \"Composite\",\n className: \"ComponentPurgeResponse\",\n modelProperties: {\n operationId: {\n required: true,\n serializedName: \"operationId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ComponentPurgeStatusResponse: msRest.CompositeMapper = {\n serializedName: \"ComponentPurgeStatusResponse\",\n type: {\n name: \"Composite\",\n className: \"ComponentPurgeStatusResponse\",\n modelProperties: {\n status: {\n required: true,\n serializedName: \"status\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Resource: msRest.CompositeMapper = {\n serializedName: \"Resource\",\n type: {\n name: \"Composite\",\n className: \"Resource\",\n modelProperties: {\n id: {\n readOnly: true,\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n },\n name: {\n readOnly: true,\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n type: {\n readOnly: true,\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ProxyResource: msRest.CompositeMapper = {\n serializedName: \"ProxyResource\",\n type: {\n name: \"Composite\",\n className: \"ProxyResource\",\n modelProperties: {\n ...Resource.type.modelProperties\n }\n }\n};\n\nexport const ComponentLinkedStorageAccounts: msRest.CompositeMapper = {\n serializedName: \"ComponentLinkedStorageAccounts\",\n type: {\n name: \"Composite\",\n className: \"ComponentLinkedStorageAccounts\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n linkedStorageAccount: {\n serializedName: \"properties.linkedStorageAccount\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ComponentLinkedStorageAccountsPatch: msRest.CompositeMapper = {\n serializedName: \"ComponentLinkedStorageAccountsPatch\",\n type: {\n name: \"Composite\",\n className: \"ComponentLinkedStorageAccountsPatch\",\n modelProperties: {\n linkedStorageAccount: {\n serializedName: \"properties.linkedStorageAccount\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const TrackedResource: msRest.CompositeMapper = {\n serializedName: \"TrackedResource\",\n type: {\n name: \"Composite\",\n className: \"TrackedResource\",\n modelProperties: {\n ...Resource.type.modelProperties,\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n location: {\n required: true,\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AzureEntityResource: msRest.CompositeMapper = {\n serializedName: \"AzureEntityResource\",\n type: {\n name: \"Composite\",\n className: \"AzureEntityResource\",\n modelProperties: {\n ...Resource.type.modelProperties,\n etag: {\n readOnly: true,\n serializedName: \"etag\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const LiveTokenResponse: msRest.CompositeMapper = {\n serializedName: \"LiveTokenResponse\",\n type: {\n name: \"Composite\",\n className: \"LiveTokenResponse\",\n modelProperties: {\n liveToken: {\n readOnly: true,\n serializedName: \"liveToken\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const OperationInfo: msRest.CompositeMapper = {\n serializedName: \"OperationInfo\",\n type: {\n name: \"Composite\",\n className: \"OperationInfo\",\n modelProperties: {\n provider: {\n serializedName: \"provider\",\n type: {\n name: \"String\"\n }\n },\n resource: {\n serializedName: \"resource\",\n type: {\n name: \"String\"\n }\n },\n operation: {\n serializedName: \"operation\",\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const OperationLive: msRest.CompositeMapper = {\n serializedName: \"OperationLive\",\n type: {\n name: \"Composite\",\n className: \"OperationLive\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n display: {\n serializedName: \"display\",\n type: {\n name: \"Composite\",\n className: \"OperationInfo\"\n }\n },\n origin: {\n serializedName: \"origin\",\n type: {\n name: \"String\"\n }\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Object\"\n }\n }\n }\n }\n};\n\nexport const OperationListResult: msRest.CompositeMapper = {\n serializedName: \"OperationListResult\",\n type: {\n name: \"Composite\",\n className: \"OperationListResult\",\n modelProperties: {\n value: {\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Operation\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const OperationsListResult: msRest.CompositeMapper = {\n serializedName: \"OperationsListResult\",\n type: {\n name: \"Composite\",\n className: \"OperationsListResult\",\n modelProperties: {\n value: {\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"OperationLive\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AnnotationsListResult: msRest.CompositeMapper = {\n serializedName: \"AnnotationsListResult\",\n type: {\n name: \"Composite\",\n className: \"AnnotationsListResult\",\n modelProperties: {\n value: {\n readOnly: true,\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Annotation\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ApplicationInsightsComponentAPIKeyListResult: msRest.CompositeMapper = {\n serializedName: \"ApplicationInsightsComponentAPIKeyListResult\",\n type: {\n name: \"Composite\",\n className: \"ApplicationInsightsComponentAPIKeyListResult\",\n modelProperties: {\n value: {\n required: true,\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ApplicationInsightsComponentAPIKey\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const WorkItemConfigurationsListResult: msRest.CompositeMapper = {\n serializedName: \"WorkItemConfigurationsListResult\",\n type: {\n name: \"Composite\",\n className: \"WorkItemConfigurationsListResult\",\n modelProperties: {\n value: {\n readOnly: true,\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"WorkItemConfiguration\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ApplicationInsightsWebTestLocationsListResult: msRest.CompositeMapper = {\n serializedName: \"ApplicationInsightsWebTestLocationsListResult\",\n type: {\n name: \"Composite\",\n className: \"ApplicationInsightsWebTestLocationsListResult\",\n modelProperties: {\n value: {\n required: true,\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ApplicationInsightsComponentWebTestLocation\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const WebTestListResult: msRest.CompositeMapper = {\n serializedName: \"webTestListResult\",\n type: {\n name: \"Composite\",\n className: \"WebTestListResult\",\n modelProperties: {\n value: {\n required: true,\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"WebTest\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const WorkbooksListResult: msRest.CompositeMapper = {\n serializedName: \"WorkbooksListResult\",\n type: {\n name: \"Composite\",\n className: \"WorkbooksListResult\",\n modelProperties: {\n value: {\n readOnly: true,\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Workbook\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const MyWorkbooksListResult: msRest.CompositeMapper = {\n serializedName: \"MyWorkbooksListResult\",\n type: {\n name: \"Composite\",\n className: \"MyWorkbooksListResult\",\n modelProperties: {\n value: {\n readOnly: true,\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MyWorkbook\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ApplicationInsightsComponentListResult: msRest.CompositeMapper = {\n serializedName: \"ApplicationInsightsComponentListResult\",\n type: {\n name: \"Composite\",\n className: \"ApplicationInsightsComponentListResult\",\n modelProperties: {\n value: {\n required: true,\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ApplicationInsightsComponent\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n CloudError,\n ErrorResponse,\n Operation,\n OperationDisplay,\n OperationInfo,\n OperationListResult,\n OperationLive,\n OperationsListResult\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\n\nexport const acceptLanguage: msRest.OperationParameter = {\n parameterPath: \"acceptLanguage\",\n mapper: {\n serializedName: \"accept-language\",\n defaultValue: 'en-US',\n type: {\n name: \"String\"\n }\n }\n};\nexport const annotationId: msRest.OperationURLParameter = {\n parameterPath: \"annotationId\",\n mapper: {\n required: true,\n serializedName: \"annotationId\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const apiVersion0: msRest.OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n required: true,\n isConstant: true,\n serializedName: \"api-version\",\n defaultValue: '2015-05-01',\n constraints: {\n MinLength: 1\n },\n type: {\n name: \"String\"\n }\n }\n};\nexport const apiVersion1: msRest.OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n required: true,\n isConstant: true,\n serializedName: \"api-version\",\n defaultValue: '2020-06-02-preview',\n constraints: {\n MinLength: 1\n },\n type: {\n name: \"String\"\n }\n }\n};\nexport const apiVersion2: msRest.OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n required: true,\n isConstant: true,\n serializedName: \"api-version\",\n defaultValue: '2018-05-01-preview',\n constraints: {\n MinLength: 1\n },\n type: {\n name: \"String\"\n }\n }\n};\nexport const apiVersion3: msRest.OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n required: true,\n isConstant: true,\n serializedName: \"api-version\",\n defaultValue: '2020-03-01-preview',\n constraints: {\n MinLength: 1\n },\n type: {\n name: \"String\"\n }\n }\n};\nexport const canFetchContent: msRest.OperationQueryParameter = {\n parameterPath: [\n \"options\",\n \"canFetchContent\"\n ],\n mapper: {\n serializedName: \"canFetchContent\",\n type: {\n name: \"Boolean\"\n }\n }\n};\nexport const category: msRest.OperationQueryParameter = {\n parameterPath: \"category\",\n mapper: {\n required: true,\n serializedName: \"category\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const componentName: msRest.OperationURLParameter = {\n parameterPath: \"componentName\",\n mapper: {\n required: true,\n serializedName: \"componentName\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const configurationId: msRest.OperationURLParameter = {\n parameterPath: \"configurationId\",\n mapper: {\n required: true,\n serializedName: \"ConfigurationId\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const end: msRest.OperationQueryParameter = {\n parameterPath: \"end\",\n mapper: {\n required: true,\n serializedName: \"end\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const exportId: msRest.OperationURLParameter = {\n parameterPath: \"exportId\",\n mapper: {\n required: true,\n serializedName: \"exportId\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const favoriteId: msRest.OperationURLParameter = {\n parameterPath: \"favoriteId\",\n mapper: {\n required: true,\n serializedName: \"favoriteId\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const favoriteType: msRest.OperationQueryParameter = {\n parameterPath: [\n \"options\",\n \"favoriteType\"\n ],\n mapper: {\n serializedName: \"favoriteType\",\n defaultValue: 'shared',\n type: {\n name: \"Enum\",\n allowedValues: [\n \"shared\",\n \"user\"\n ]\n }\n }\n};\nexport const id: msRest.OperationQueryParameter = {\n parameterPath: [\n \"options\",\n \"id\"\n ],\n mapper: {\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const includeContent: msRest.OperationQueryParameter = {\n parameterPath: [\n \"options\",\n \"includeContent\"\n ],\n mapper: {\n serializedName: \"includeContent\",\n type: {\n name: \"Boolean\"\n }\n }\n};\nexport const keyId: msRest.OperationURLParameter = {\n parameterPath: \"keyId\",\n mapper: {\n required: true,\n serializedName: \"keyId\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const name: msRest.OperationQueryParameter = {\n parameterPath: [\n \"options\",\n \"name\"\n ],\n mapper: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const nextPageLink: msRest.OperationURLParameter = {\n parameterPath: \"nextPageLink\",\n mapper: {\n required: true,\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n },\n skipEncoding: true\n};\nexport const overrideItem: msRest.OperationQueryParameter = {\n parameterPath: [\n \"options\",\n \"overrideItem\"\n ],\n mapper: {\n serializedName: \"overrideItem\",\n type: {\n name: \"Boolean\"\n }\n }\n};\nexport const purgeId: msRest.OperationURLParameter = {\n parameterPath: \"purgeId\",\n mapper: {\n required: true,\n serializedName: \"purgeId\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const resourceGroupName: msRest.OperationURLParameter = {\n parameterPath: \"resourceGroupName\",\n mapper: {\n required: true,\n serializedName: \"resourceGroupName\",\n constraints: {\n MaxLength: 90,\n MinLength: 1,\n Pattern: /^[-\\w\\._\\(\\)]+$/\n },\n type: {\n name: \"String\"\n }\n }\n};\nexport const resourceName: msRest.OperationURLParameter = {\n parameterPath: \"resourceName\",\n mapper: {\n required: true,\n serializedName: \"resourceName\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const resourceUri: msRest.OperationURLParameter = {\n parameterPath: \"resourceUri\",\n mapper: {\n required: true,\n serializedName: \"resourceUri\",\n type: {\n name: \"String\"\n }\n },\n skipEncoding: true\n};\nexport const scope: msRest.OperationQueryParameter = {\n parameterPath: [\n \"options\",\n \"scope\"\n ],\n mapper: {\n serializedName: \"scope\",\n defaultValue: 'shared',\n type: {\n name: \"String\"\n }\n }\n};\nexport const scopePath: msRest.OperationURLParameter = {\n parameterPath: \"scopePath\",\n mapper: {\n required: true,\n serializedName: \"scopePath\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const sourceType: msRest.OperationQueryParameter = {\n parameterPath: [\n \"options\",\n \"sourceType\"\n ],\n mapper: {\n serializedName: \"sourceType\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const start: msRest.OperationQueryParameter = {\n parameterPath: \"start\",\n mapper: {\n required: true,\n serializedName: \"start\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const storageType: msRest.OperationURLParameter = {\n parameterPath: \"storageType\",\n mapper: {\n required: true,\n isConstant: true,\n serializedName: \"storageType\",\n defaultValue: 'ServiceProfiler',\n type: {\n name: \"String\"\n }\n }\n};\nexport const subscriptionId: msRest.OperationURLParameter = {\n parameterPath: \"subscriptionId\",\n mapper: {\n required: true,\n serializedName: \"subscriptionId\",\n constraints: {\n MinLength: 1\n },\n type: {\n name: \"String\"\n }\n }\n};\nexport const tags: msRest.OperationQueryParameter = {\n parameterPath: [\n \"options\",\n \"tags\"\n ],\n mapper: {\n serializedName: \"tags\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n collectionFormat: msRest.QueryCollectionFormat.Csv\n};\nexport const type: msRest.OperationQueryParameter = {\n parameterPath: [\n \"options\",\n \"type\"\n ],\n mapper: {\n serializedName: \"type\",\n defaultValue: 'none',\n type: {\n name: \"String\"\n }\n }\n};\nexport const webTestName: msRest.OperationURLParameter = {\n parameterPath: \"webTestName\",\n mapper: {\n required: true,\n serializedName: \"webTestName\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const workItemConfigId: msRest.OperationURLParameter = {\n parameterPath: \"workItemConfigId\",\n mapper: {\n required: true,\n serializedName: \"workItemConfigId\",\n type: {\n name: \"String\"\n }\n }\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/operationsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { ApplicationInsightsManagementClientContext } from \"../applicationInsightsManagementClientContext\";\n\n/** Class representing a Operations. */\nexport class Operations {\n private readonly client: ApplicationInsightsManagementClientContext;\n\n /**\n * Create a Operations.\n * @param {ApplicationInsightsManagementClientContext} client Reference to the service client.\n */\n constructor(client: ApplicationInsightsManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Lists all of the available insights REST API operations.\n * @param [options] The optional parameters\n * @returns Promise<Models.OperationsListResponse>\n */\n list(options?: msRest.RequestOptionsBase): Promise<Models.OperationsListResponse>;\n /**\n * @param callback The callback\n */\n list(callback: msRest.ServiceCallback<Models.OperationListResult>): void;\n /**\n * @param options The optional parameters\n * @param callback The callback\n */\n list(options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.OperationListResult>): void;\n list(options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.OperationListResult>, callback?: msRest.ServiceCallback<Models.OperationListResult>): Promise<Models.OperationsListResponse> {\n return this.client.sendOperationRequest(\n {\n options\n },\n listOperationSpec,\n callback) as Promise<Models.OperationsListResponse>;\n }\n\n /**\n * List the available operations supported by the resource provider.\n * @summary List available operations.\n * @param [options] The optional parameters\n * @returns Promise<Models.OperationsList1Response>\n */\n list1(options?: msRest.RequestOptionsBase): Promise<Models.OperationsList1Response>;\n /**\n * @param callback The callback\n */\n list1(callback: msRest.ServiceCallback<Models.OperationsListResult>): void;\n /**\n * @param options The optional parameters\n * @param callback The callback\n */\n list1(options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.OperationsListResult>): void;\n list1(options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.OperationsListResult>, callback?: msRest.ServiceCallback<Models.OperationsListResult>): Promise<Models.OperationsList1Response> {\n return this.client.sendOperationRequest(\n {\n options\n },\n list1OperationSpec,\n callback) as Promise<Models.OperationsList1Response>;\n }\n\n /**\n * Lists all of the available insights REST API operations.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.OperationsListNextResponse>\n */\n listNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.OperationsListNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.OperationListResult>): void;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n listNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.OperationListResult>): void;\n listNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.OperationListResult>, callback?: msRest.ServiceCallback<Models.OperationListResult>): Promise<Models.OperationsListNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listNextOperationSpec,\n callback) as Promise<Models.OperationsListNextResponse>;\n }\n\n /**\n * List the available operations supported by the resource provider.\n * @summary List available operations.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.OperationsList1NextResponse>\n */\n list1Next(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.OperationsList1NextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n list1Next(nextPageLink: string, callback: msRest.ServiceCallback<Models.OperationsListResult>): void;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n list1Next(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.OperationsListResult>): void;\n list1Next(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.OperationsListResult>, callback?: msRest.ServiceCallback<Models.OperationsListResult>): Promise<Models.OperationsList1NextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n list1NextOperationSpec,\n callback) as Promise<Models.OperationsList1NextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst listOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"providers/Microsoft.Insights/operations\",\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.OperationListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst list1OperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"providers/microsoft.insights/operations\",\n queryParameters: [\n Parameters.apiVersion1\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.OperationsListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.OperationListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst list1NextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.OperationsListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n Annotation,\n AnnotationError,\n AnnotationsListResult,\n CloudError,\n InnerError\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/annotationsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { ApplicationInsightsManagementClientContext } from \"../applicationInsightsManagementClientContext\";\n\n/** Class representing a Annotations. */\nexport class Annotations {\n private readonly client: ApplicationInsightsManagementClientContext;\n\n /**\n * Create a Annotations.\n * @param {ApplicationInsightsManagementClientContext} client Reference to the service client.\n */\n constructor(client: ApplicationInsightsManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Gets the list of annotations for a component for given time range\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param start The start time to query from for annotations, cannot be older than 90 days from\n * current date.\n * @param end The end time to query for annotations.\n * @param [options] The optional parameters\n * @returns Promise<Models.AnnotationsListResponse>\n */\n list(resourceGroupName: string, resourceName: string, start: string, end: string, options?: msRest.RequestOptionsBase): Promise<Models.AnnotationsListResponse>;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param start The start time to query from for annotations, cannot be older than 90 days from\n * current date.\n * @param end The end time to query for annotations.\n * @param callback The callback\n */\n list(resourceGroupName: string, resourceName: string, start: string, end: string, callback: msRest.ServiceCallback<Models.AnnotationsListResult>): void;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param start The start time to query from for annotations, cannot be older than 90 days from\n * current date.\n * @param end The end time to query for annotations.\n * @param options The optional parameters\n * @param callback The callback\n */\n list(resourceGroupName: string, resourceName: string, start: string, end: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.AnnotationsListResult>): void;\n list(resourceGroupName: string, resourceName: string, start: string, end: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.AnnotationsListResult>, callback?: msRest.ServiceCallback<Models.AnnotationsListResult>): Promise<Models.AnnotationsListResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n resourceName,\n start,\n end,\n options\n },\n listOperationSpec,\n callback) as Promise<Models.AnnotationsListResponse>;\n }\n\n /**\n * Create an Annotation of an Application Insights component.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param annotationProperties Properties that need to be specified to create an annotation of a\n * Application Insights component.\n * @param [options] The optional parameters\n * @returns Promise<Models.AnnotationsCreateResponse>\n */\n create(resourceGroupName: string, resourceName: string, annotationProperties: Models.Annotation, options?: msRest.RequestOptionsBase): Promise<Models.AnnotationsCreateResponse>;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param annotationProperties Properties that need to be specified to create an annotation of a\n * Application Insights component.\n * @param callback The callback\n */\n create(resourceGroupName: string, resourceName: string, annotationProperties: Models.Annotation, callback: msRest.ServiceCallback<Models.Annotation[]>): void;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param annotationProperties Properties that need to be specified to create an annotation of a\n * Application Insights component.\n * @param options The optional parameters\n * @param callback The callback\n */\n create(resourceGroupName: string, resourceName: string, annotationProperties: Models.Annotation, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Annotation[]>): void;\n create(resourceGroupName: string, resourceName: string, annotationProperties: Models.Annotation, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.Annotation[]>, callback?: msRest.ServiceCallback<Models.Annotation[]>): Promise<Models.AnnotationsCreateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n resourceName,\n annotationProperties,\n options\n },\n createOperationSpec,\n callback) as Promise<Models.AnnotationsCreateResponse>;\n }\n\n /**\n * Delete an Annotation of an Application Insights component.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param annotationId The unique annotation ID. This is unique within a Application Insights\n * component.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n deleteMethod(resourceGroupName: string, resourceName: string, annotationId: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param annotationId The unique annotation ID. This is unique within a Application Insights\n * component.\n * @param callback The callback\n */\n deleteMethod(resourceGroupName: string, resourceName: string, annotationId: string, callback: msRest.ServiceCallback<void>): void;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param annotationId The unique annotation ID. This is unique within a Application Insights\n * component.\n * @param options The optional parameters\n * @param callback The callback\n */\n deleteMethod(resourceGroupName: string, resourceName: string, annotationId: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<void>): void;\n deleteMethod(resourceGroupName: string, resourceName: string, annotationId: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<void>, callback?: msRest.ServiceCallback<void>): Promise<msRest.RestResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n resourceName,\n annotationId,\n options\n },\n deleteMethodOperationSpec,\n callback);\n }\n\n /**\n * Get the annotation for given id.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param annotationId The unique annotation ID. This is unique within a Application Insights\n * component.\n * @param [options] The optional parameters\n * @returns Promise<Models.AnnotationsGetResponse>\n */\n get(resourceGroupName: string, resourceName: string, annotationId: string, options?: msRest.RequestOptionsBase): Promise<Models.AnnotationsGetResponse>;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param annotationId The unique annotation ID. This is unique within a Application Insights\n * component.\n * @param callback The callback\n */\n get(resourceGroupName: string, resourceName: string, annotationId: string, callback: msRest.ServiceCallback<Models.Annotation[]>): void;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param annotationId The unique annotation ID. This is unique within a Application Insights\n * component.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, resourceName: string, annotationId: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Annotation[]>): void;\n get(resourceGroupName: string, resourceName: string, annotationId: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.Annotation[]>, callback?: msRest.ServiceCallback<Models.Annotation[]>): Promise<Models.AnnotationsGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n resourceName,\n annotationId,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.AnnotationsGetResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst listOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/Annotations\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.resourceName\n ],\n queryParameters: [\n Parameters.apiVersion0,\n Parameters.start,\n Parameters.end\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.AnnotationsListResult\n },\n default: {\n bodyMapper: Mappers.AnnotationError\n }\n },\n serializer\n};\n\nconst createOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/Annotations\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.resourceName\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"annotationProperties\",\n mapper: {\n ...Mappers.Annotation,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: {\n serializedName: \"parsedResponse\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Annotation\"\n }\n }\n }\n }\n },\n default: {\n bodyMapper: Mappers.AnnotationError\n }\n },\n serializer\n};\n\nconst deleteMethodOperationSpec: msRest.OperationSpec = {\n httpMethod: \"DELETE\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/Annotations/{annotationId}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.resourceName,\n Parameters.annotationId\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/Annotations/{annotationId}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.resourceName,\n Parameters.annotationId\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: {\n serializedName: \"parsedResponse\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Annotation\"\n }\n }\n }\n }\n },\n default: {\n bodyMapper: Mappers.AnnotationError\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n APIKeyRequest,\n ApplicationInsightsComponentAPIKey,\n ApplicationInsightsComponentAPIKeyListResult,\n CloudError\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/aPIKeysMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { ApplicationInsightsManagementClientContext } from \"../applicationInsightsManagementClientContext\";\n\n/** Class representing a APIKeys. */\nexport class APIKeys {\n private readonly client: ApplicationInsightsManagementClientContext;\n\n /**\n * Create a APIKeys.\n * @param {ApplicationInsightsManagementClientContext} client Reference to the service client.\n */\n constructor(client: ApplicationInsightsManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Gets a list of API keys of an Application Insights component.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param [options] The optional parameters\n * @returns Promise<Models.APIKeysListResponse>\n */\n list(resourceGroupName: string, resourceName: string, options?: msRest.RequestOptionsBase): Promise<Models.APIKeysListResponse>;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param callback The callback\n */\n list(resourceGroupName: string, resourceName: string, callback: msRest.ServiceCallback<Models.ApplicationInsightsComponentAPIKeyListResult>): void;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param options The optional parameters\n * @param callback The callback\n */\n list(resourceGroupName: string, resourceName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ApplicationInsightsComponentAPIKeyListResult>): void;\n list(resourceGroupName: string, resourceName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ApplicationInsightsComponentAPIKeyListResult>, callback?: msRest.ServiceCallback<Models.ApplicationInsightsComponentAPIKeyListResult>): Promise<Models.APIKeysListResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n resourceName,\n options\n },\n listOperationSpec,\n callback) as Promise<Models.APIKeysListResponse>;\n }\n\n /**\n * Create an API Key of an Application Insights component.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param aPIKeyProperties Properties that need to be specified to create an API key of a\n * Application Insights component.\n * @param [options] The optional parameters\n * @returns Promise<Models.APIKeysCreateResponse>\n */\n create(resourceGroupName: string, resourceName: string, aPIKeyProperties: Models.APIKeyRequest, options?: msRest.RequestOptionsBase): Promise<Models.APIKeysCreateResponse>;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param aPIKeyProperties Properties that need to be specified to create an API key of a\n * Application Insights component.\n * @param callback The callback\n */\n create(resourceGroupName: string, resourceName: string, aPIKeyProperties: Models.APIKeyRequest, callback: msRest.ServiceCallback<Models.ApplicationInsightsComponentAPIKey>): void;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param aPIKeyProperties Properties that need to be specified to create an API key of a\n * Application Insights component.\n * @param options The optional parameters\n * @param callback The callback\n */\n create(resourceGroupName: string, resourceName: string, aPIKeyProperties: Models.APIKeyRequest, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ApplicationInsightsComponentAPIKey>): void;\n create(resourceGroupName: string, resourceName: string, aPIKeyProperties: Models.APIKeyRequest, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ApplicationInsightsComponentAPIKey>, callback?: msRest.ServiceCallback<Models.ApplicationInsightsComponentAPIKey>): Promise<Models.APIKeysCreateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n resourceName,\n aPIKeyProperties,\n options\n },\n createOperationSpec,\n callback) as Promise<Models.APIKeysCreateResponse>;\n }\n\n /**\n * Delete an API Key of an Application Insights component.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param keyId The API Key ID. This is unique within a Application Insights component.\n * @param [options] The optional parameters\n * @returns Promise<Models.APIKeysDeleteMethodResponse>\n */\n deleteMethod(resourceGroupName: string, resourceName: string, keyId: string, options?: msRest.RequestOptionsBase): Promise<Models.APIKeysDeleteMethodResponse>;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param keyId The API Key ID. This is unique within a Application Insights component.\n * @param callback The callback\n */\n deleteMethod(resourceGroupName: string, resourceName: string, keyId: string, callback: msRest.ServiceCallback<Models.ApplicationInsightsComponentAPIKey>): void;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param keyId The API Key ID. This is unique within a Application Insights component.\n * @param options The optional parameters\n * @param callback The callback\n */\n deleteMethod(resourceGroupName: string, resourceName: string, keyId: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ApplicationInsightsComponentAPIKey>): void;\n deleteMethod(resourceGroupName: string, resourceName: string, keyId: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ApplicationInsightsComponentAPIKey>, callback?: msRest.ServiceCallback<Models.ApplicationInsightsComponentAPIKey>): Promise<Models.APIKeysDeleteMethodResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n resourceName,\n keyId,\n options\n },\n deleteMethodOperationSpec,\n callback) as Promise<Models.APIKeysDeleteMethodResponse>;\n }\n\n /**\n * Get the API Key for this key id.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param keyId The API Key ID. This is unique within a Application Insights component.\n * @param [options] The optional parameters\n * @returns Promise<Models.APIKeysGetResponse>\n */\n get(resourceGroupName: string, resourceName: string, keyId: string, options?: msRest.RequestOptionsBase): Promise<Models.APIKeysGetResponse>;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param keyId The API Key ID. This is unique within a Application Insights component.\n * @param callback The callback\n */\n get(resourceGroupName: string, resourceName: string, keyId: string, callback: msRest.ServiceCallback<Models.ApplicationInsightsComponentAPIKey>): void;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param keyId The API Key ID. This is unique within a Application Insights component.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, resourceName: string, keyId: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ApplicationInsightsComponentAPIKey>): void;\n get(resourceGroupName: string, resourceName: string, keyId: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ApplicationInsightsComponentAPIKey>, callback?: msRest.ServiceCallback<Models.ApplicationInsightsComponentAPIKey>): Promise<Models.APIKeysGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n resourceName,\n keyId,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.APIKeysGetResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst listOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/ApiKeys\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.resourceName\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ApplicationInsightsComponentAPIKeyListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst createOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/ApiKeys\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.resourceName\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"aPIKeyProperties\",\n mapper: {\n ...Mappers.APIKeyRequest,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.ApplicationInsightsComponentAPIKey\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst deleteMethodOperationSpec: msRest.OperationSpec = {\n httpMethod: \"DELETE\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/APIKeys/{keyId}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.resourceName,\n Parameters.keyId\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ApplicationInsightsComponentAPIKey\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/APIKeys/{keyId}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.resourceName,\n Parameters.keyId\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ApplicationInsightsComponentAPIKey\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n ApplicationInsightsComponentExportConfiguration,\n ApplicationInsightsComponentExportRequest,\n CloudError\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/exportConfigurationsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { ApplicationInsightsManagementClientContext } from \"../applicationInsightsManagementClientContext\";\n\n/** Class representing a ExportConfigurations. */\nexport class ExportConfigurations {\n private readonly client: ApplicationInsightsManagementClientContext;\n\n /**\n * Create a ExportConfigurations.\n * @param {ApplicationInsightsManagementClientContext} client Reference to the service client.\n */\n constructor(client: ApplicationInsightsManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Gets a list of Continuous Export configuration of an Application Insights component.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param [options] The optional parameters\n * @returns Promise<Models.ExportConfigurationsListResponse>\n */\n list(resourceGroupName: string, resourceName: string, options?: msRest.RequestOptionsBase): Promise<Models.ExportConfigurationsListResponse>;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param callback The callback\n */\n list(resourceGroupName: string, resourceName: string, callback: msRest.ServiceCallback<Models.ApplicationInsightsComponentExportConfiguration[]>): void;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param options The optional parameters\n * @param callback The callback\n */\n list(resourceGroupName: string, resourceName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ApplicationInsightsComponentExportConfiguration[]>): void;\n list(resourceGroupName: string, resourceName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ApplicationInsightsComponentExportConfiguration[]>, callback?: msRest.ServiceCallback<Models.ApplicationInsightsComponentExportConfiguration[]>): Promise<Models.ExportConfigurationsListResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n resourceName,\n options\n },\n listOperationSpec,\n callback) as Promise<Models.ExportConfigurationsListResponse>;\n }\n\n /**\n * Create a Continuous Export configuration of an Application Insights component.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param exportProperties Properties that need to be specified to create a Continuous Export\n * configuration of a Application Insights component.\n * @param [options] The optional parameters\n * @returns Promise<Models.ExportConfigurationsCreateResponse>\n */\n create(resourceGroupName: string, resourceName: string, exportProperties: Models.ApplicationInsightsComponentExportRequest, options?: msRest.RequestOptionsBase): Promise<Models.ExportConfigurationsCreateResponse>;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param exportProperties Properties that need to be specified to create a Continuous Export\n * configuration of a Application Insights component.\n * @param callback The callback\n */\n create(resourceGroupName: string, resourceName: string, exportProperties: Models.ApplicationInsightsComponentExportRequest, callback: msRest.ServiceCallback<Models.ApplicationInsightsComponentExportConfiguration[]>): void;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param exportProperties Properties that need to be specified to create a Continuous Export\n * configuration of a Application Insights component.\n * @param options The optional parameters\n * @param callback The callback\n */\n create(resourceGroupName: string, resourceName: string, exportProperties: Models.ApplicationInsightsComponentExportRequest, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ApplicationInsightsComponentExportConfiguration[]>): void;\n create(resourceGroupName: string, resourceName: string, exportProperties: Models.ApplicationInsightsComponentExportRequest, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ApplicationInsightsComponentExportConfiguration[]>, callback?: msRest.ServiceCallback<Models.ApplicationInsightsComponentExportConfiguration[]>): Promise<Models.ExportConfigurationsCreateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n resourceName,\n exportProperties,\n options\n },\n createOperationSpec,\n callback) as Promise<Models.ExportConfigurationsCreateResponse>;\n }\n\n /**\n * Delete a Continuous Export configuration of an Application Insights component.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param exportId The Continuous Export configuration ID. This is unique within a Application\n * Insights component.\n * @param [options] The optional parameters\n * @returns Promise<Models.ExportConfigurationsDeleteMethodResponse>\n */\n deleteMethod(resourceGroupName: string, resourceName: string, exportId: string, options?: msRest.RequestOptionsBase): Promise<Models.ExportConfigurationsDeleteMethodResponse>;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param exportId The Continuous Export configuration ID. This is unique within a Application\n * Insights component.\n * @param callback The callback\n */\n deleteMethod(resourceGroupName: string, resourceName: string, exportId: string, callback: msRest.ServiceCallback<Models.ApplicationInsightsComponentExportConfiguration>): void;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param exportId The Continuous Export configuration ID. This is unique within a Application\n * Insights component.\n * @param options The optional parameters\n * @param callback The callback\n */\n deleteMethod(resourceGroupName: string, resourceName: string, exportId: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ApplicationInsightsComponentExportConfiguration>): void;\n deleteMethod(resourceGroupName: string, resourceName: string, exportId: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ApplicationInsightsComponentExportConfiguration>, callback?: msRest.ServiceCallback<Models.ApplicationInsightsComponentExportConfiguration>): Promise<Models.ExportConfigurationsDeleteMethodResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n resourceName,\n exportId,\n options\n },\n deleteMethodOperationSpec,\n callback) as Promise<Models.ExportConfigurationsDeleteMethodResponse>;\n }\n\n /**\n * Get the Continuous Export configuration for this export id.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param exportId The Continuous Export configuration ID. This is unique within a Application\n * Insights component.\n * @param [options] The optional parameters\n * @returns Promise<Models.ExportConfigurationsGetResponse>\n */\n get(resourceGroupName: string, resourceName: string, exportId: string, options?: msRest.RequestOptionsBase): Promise<Models.ExportConfigurationsGetResponse>;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param exportId The Continuous Export configuration ID. This is unique within a Application\n * Insights component.\n * @param callback The callback\n */\n get(resourceGroupName: string, resourceName: string, exportId: string, callback: msRest.ServiceCallback<Models.ApplicationInsightsComponentExportConfiguration>): void;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param exportId The Continuous Export configuration ID. This is unique within a Application\n * Insights component.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, resourceName: string, exportId: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ApplicationInsightsComponentExportConfiguration>): void;\n get(resourceGroupName: string, resourceName: string, exportId: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ApplicationInsightsComponentExportConfiguration>, callback?: msRest.ServiceCallback<Models.ApplicationInsightsComponentExportConfiguration>): Promise<Models.ExportConfigurationsGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n resourceName,\n exportId,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.ExportConfigurationsGetResponse>;\n }\n\n /**\n * Update the Continuous Export configuration for this export id.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param exportId The Continuous Export configuration ID. This is unique within a Application\n * Insights component.\n * @param exportProperties Properties that need to be specified to update the Continuous Export\n * configuration.\n * @param [options] The optional parameters\n * @returns Promise<Models.ExportConfigurationsUpdateResponse>\n */\n update(resourceGroupName: string, resourceName: string, exportId: string, exportProperties: Models.ApplicationInsightsComponentExportRequest, options?: msRest.RequestOptionsBase): Promise<Models.ExportConfigurationsUpdateResponse>;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param exportId The Continuous Export configuration ID. This is unique within a Application\n * Insights component.\n * @param exportProperties Properties that need to be specified to update the Continuous Export\n * configuration.\n * @param callback The callback\n */\n update(resourceGroupName: string, resourceName: string, exportId: string, exportProperties: Models.ApplicationInsightsComponentExportRequest, callback: msRest.ServiceCallback<Models.ApplicationInsightsComponentExportConfiguration>): void;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param exportId The Continuous Export configuration ID. This is unique within a Application\n * Insights component.\n * @param exportProperties Properties that need to be specified to update the Continuous Export\n * configuration.\n * @param options The optional parameters\n * @param callback The callback\n */\n update(resourceGroupName: string, resourceName: string, exportId: string, exportProperties: Models.ApplicationInsightsComponentExportRequest, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ApplicationInsightsComponentExportConfiguration>): void;\n update(resourceGroupName: string, resourceName: string, exportId: string, exportProperties: Models.ApplicationInsightsComponentExportRequest, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ApplicationInsightsComponentExportConfiguration>, callback?: msRest.ServiceCallback<Models.ApplicationInsightsComponentExportConfiguration>): Promise<Models.ExportConfigurationsUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n resourceName,\n exportId,\n exportProperties,\n options\n },\n updateOperationSpec,\n callback) as Promise<Models.ExportConfigurationsUpdateResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst listOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/exportconfiguration\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.resourceName\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: {\n serializedName: \"parsedResponse\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ApplicationInsightsComponentExportConfiguration\"\n }\n }\n }\n }\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst createOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/exportconfiguration\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.resourceName\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"exportProperties\",\n mapper: {\n ...Mappers.ApplicationInsightsComponentExportRequest,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: {\n serializedName: \"parsedResponse\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ApplicationInsightsComponentExportConfiguration\"\n }\n }\n }\n }\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst deleteMethodOperationSpec: msRest.OperationSpec = {\n httpMethod: \"DELETE\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/exportconfiguration/{exportId}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.resourceName,\n Parameters.exportId\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ApplicationInsightsComponentExportConfiguration\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/exportconfiguration/{exportId}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.resourceName,\n Parameters.exportId\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ApplicationInsightsComponentExportConfiguration\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst updateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/exportconfiguration/{exportId}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.resourceName,\n Parameters.exportId\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"exportProperties\",\n mapper: {\n ...Mappers.ApplicationInsightsComponentExportRequest,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.ApplicationInsightsComponentExportConfiguration\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n ApplicationInsightsComponentBillingFeatures,\n ApplicationInsightsComponentDataVolumeCap,\n CloudError\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/componentCurrentBillingFeaturesMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { ApplicationInsightsManagementClientContext } from \"../applicationInsightsManagementClientContext\";\n\n/** Class representing a ComponentCurrentBillingFeatures. */\nexport class ComponentCurrentBillingFeatures {\n private readonly client: ApplicationInsightsManagementClientContext;\n\n /**\n * Create a ComponentCurrentBillingFeatures.\n * @param {ApplicationInsightsManagementClientContext} client Reference to the service client.\n */\n constructor(client: ApplicationInsightsManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Returns current billing features for an Application Insights component.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param [options] The optional parameters\n * @returns Promise<Models.ComponentCurrentBillingFeaturesGetResponse>\n */\n get(resourceGroupName: string, resourceName: string, options?: msRest.RequestOptionsBase): Promise<Models.ComponentCurrentBillingFeaturesGetResponse>;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param callback The callback\n */\n get(resourceGroupName: string, resourceName: string, callback: msRest.ServiceCallback<Models.ApplicationInsightsComponentBillingFeatures>): void;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, resourceName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ApplicationInsightsComponentBillingFeatures>): void;\n get(resourceGroupName: string, resourceName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ApplicationInsightsComponentBillingFeatures>, callback?: msRest.ServiceCallback<Models.ApplicationInsightsComponentBillingFeatures>): Promise<Models.ComponentCurrentBillingFeaturesGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n resourceName,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.ComponentCurrentBillingFeaturesGetResponse>;\n }\n\n /**\n * Update current billing features for an Application Insights component.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param billingFeaturesProperties Properties that need to be specified to update billing features\n * for an Application Insights component.\n * @param [options] The optional parameters\n * @returns Promise<Models.ComponentCurrentBillingFeaturesUpdateResponse>\n */\n update(resourceGroupName: string, resourceName: string, billingFeaturesProperties: Models.ApplicationInsightsComponentBillingFeatures, options?: msRest.RequestOptionsBase): Promise<Models.ComponentCurrentBillingFeaturesUpdateResponse>;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param billingFeaturesProperties Properties that need to be specified to update billing features\n * for an Application Insights component.\n * @param callback The callback\n */\n update(resourceGroupName: string, resourceName: string, billingFeaturesProperties: Models.ApplicationInsightsComponentBillingFeatures, callback: msRest.ServiceCallback<Models.ApplicationInsightsComponentBillingFeatures>): void;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param billingFeaturesProperties Properties that need to be specified to update billing features\n * for an Application Insights component.\n * @param options The optional parameters\n * @param callback The callback\n */\n update(resourceGroupName: string, resourceName: string, billingFeaturesProperties: Models.ApplicationInsightsComponentBillingFeatures, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ApplicationInsightsComponentBillingFeatures>): void;\n update(resourceGroupName: string, resourceName: string, billingFeaturesProperties: Models.ApplicationInsightsComponentBillingFeatures, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ApplicationInsightsComponentBillingFeatures>, callback?: msRest.ServiceCallback<Models.ApplicationInsightsComponentBillingFeatures>): Promise<Models.ComponentCurrentBillingFeaturesUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n resourceName,\n billingFeaturesProperties,\n options\n },\n updateOperationSpec,\n callback) as Promise<Models.ComponentCurrentBillingFeaturesUpdateResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/currentbillingfeatures\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.resourceName\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ApplicationInsightsComponentBillingFeatures\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst updateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/currentbillingfeatures\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.resourceName\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"billingFeaturesProperties\",\n mapper: {\n ...Mappers.ApplicationInsightsComponentBillingFeatures,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.ApplicationInsightsComponentBillingFeatures\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n ApplicationInsightsComponentQuotaStatus,\n CloudError\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/componentQuotaStatusMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { ApplicationInsightsManagementClientContext } from \"../applicationInsightsManagementClientContext\";\n\n/** Class representing a ComponentQuotaStatus. */\nexport class ComponentQuotaStatus {\n private readonly client: ApplicationInsightsManagementClientContext;\n\n /**\n * Create a ComponentQuotaStatus.\n * @param {ApplicationInsightsManagementClientContext} client Reference to the service client.\n */\n constructor(client: ApplicationInsightsManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Returns daily data volume cap (quota) status for an Application Insights component.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param [options] The optional parameters\n * @returns Promise<Models.ComponentQuotaStatusGetResponse>\n */\n get(resourceGroupName: string, resourceName: string, options?: msRest.RequestOptionsBase): Promise<Models.ComponentQuotaStatusGetResponse>;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param callback The callback\n */\n get(resourceGroupName: string, resourceName: string, callback: msRest.ServiceCallback<Models.ApplicationInsightsComponentQuotaStatus>): void;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, resourceName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ApplicationInsightsComponentQuotaStatus>): void;\n get(resourceGroupName: string, resourceName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ApplicationInsightsComponentQuotaStatus>, callback?: msRest.ServiceCallback<Models.ApplicationInsightsComponentQuotaStatus>): Promise<Models.ComponentQuotaStatusGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n resourceName,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.ComponentQuotaStatusGetResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/quotastatus\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.resourceName\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ApplicationInsightsComponentQuotaStatus\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n ApplicationInsightsComponentFeatureCapabilities,\n CloudError\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/componentFeatureCapabilitiesMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { ApplicationInsightsManagementClientContext } from \"../applicationInsightsManagementClientContext\";\n\n/** Class representing a ComponentFeatureCapabilities. */\nexport class ComponentFeatureCapabilities {\n private readonly client: ApplicationInsightsManagementClientContext;\n\n /**\n * Create a ComponentFeatureCapabilities.\n * @param {ApplicationInsightsManagementClientContext} client Reference to the service client.\n */\n constructor(client: ApplicationInsightsManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Returns feature capabilities of the application insights component.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param [options] The optional parameters\n * @returns Promise<Models.ComponentFeatureCapabilitiesGetResponse>\n */\n get(resourceGroupName: string, resourceName: string, options?: msRest.RequestOptionsBase): Promise<Models.ComponentFeatureCapabilitiesGetResponse>;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param callback The callback\n */\n get(resourceGroupName: string, resourceName: string, callback: msRest.ServiceCallback<Models.ApplicationInsightsComponentFeatureCapabilities>): void;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, resourceName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ApplicationInsightsComponentFeatureCapabilities>): void;\n get(resourceGroupName: string, resourceName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ApplicationInsightsComponentFeatureCapabilities>, callback?: msRest.ServiceCallback<Models.ApplicationInsightsComponentFeatureCapabilities>): Promise<Models.ComponentFeatureCapabilitiesGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n resourceName,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.ComponentFeatureCapabilitiesGetResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/featurecapabilities\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.resourceName\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ApplicationInsightsComponentFeatureCapabilities\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n ApplicationInsightsComponentAvailableFeatures,\n ApplicationInsightsComponentFeature,\n ApplicationInsightsComponentFeatureCapability,\n CloudError\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/componentAvailableFeaturesMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { ApplicationInsightsManagementClientContext } from \"../applicationInsightsManagementClientContext\";\n\n/** Class representing a ComponentAvailableFeatures. */\nexport class ComponentAvailableFeatures {\n private readonly client: ApplicationInsightsManagementClientContext;\n\n /**\n * Create a ComponentAvailableFeatures.\n * @param {ApplicationInsightsManagementClientContext} client Reference to the service client.\n */\n constructor(client: ApplicationInsightsManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Returns all available features of the application insights component.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param [options] The optional parameters\n * @returns Promise<Models.ComponentAvailableFeaturesGetResponse>\n */\n get(resourceGroupName: string, resourceName: string, options?: msRest.RequestOptionsBase): Promise<Models.ComponentAvailableFeaturesGetResponse>;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param callback The callback\n */\n get(resourceGroupName: string, resourceName: string, callback: msRest.ServiceCallback<Models.ApplicationInsightsComponentAvailableFeatures>): void;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, resourceName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ApplicationInsightsComponentAvailableFeatures>): void;\n get(resourceGroupName: string, resourceName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ApplicationInsightsComponentAvailableFeatures>, callback?: msRest.ServiceCallback<Models.ApplicationInsightsComponentAvailableFeatures>): Promise<Models.ComponentAvailableFeaturesGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n resourceName,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.ComponentAvailableFeaturesGetResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/getavailablebillingfeatures\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.resourceName\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ApplicationInsightsComponentAvailableFeatures\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n ApplicationInsightsComponent,\n ApplicationInsightsComponentProactiveDetectionConfiguration,\n ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinitions,\n AzureEntityResource,\n BaseResource,\n CloudError,\n ComponentLinkedStorageAccounts,\n ComponentsResource,\n MyWorkbook,\n MyWorkbookResource,\n PrivateLinkScopedResource,\n ProxyResource,\n Resource,\n TrackedResource,\n WebTest,\n WebTestGeolocation,\n WebTestPropertiesConfiguration,\n WebtestsResource,\n Workbook,\n WorkbookResource\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/proactiveDetectionConfigurationsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { ApplicationInsightsManagementClientContext } from \"../applicationInsightsManagementClientContext\";\n\n/** Class representing a ProactiveDetectionConfigurations. */\nexport class ProactiveDetectionConfigurations {\n private readonly client: ApplicationInsightsManagementClientContext;\n\n /**\n * Create a ProactiveDetectionConfigurations.\n * @param {ApplicationInsightsManagementClientContext} client Reference to the service client.\n */\n constructor(client: ApplicationInsightsManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Gets a list of ProactiveDetection configurations of an Application Insights component.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param [options] The optional parameters\n * @returns Promise<Models.ProactiveDetectionConfigurationsListResponse>\n */\n list(resourceGroupName: string, resourceName: string, options?: msRest.RequestOptionsBase): Promise<Models.ProactiveDetectionConfigurationsListResponse>;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param callback The callback\n */\n list(resourceGroupName: string, resourceName: string, callback: msRest.ServiceCallback<Models.ApplicationInsightsComponentProactiveDetectionConfiguration[]>): void;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param options The optional parameters\n * @param callback The callback\n */\n list(resourceGroupName: string, resourceName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ApplicationInsightsComponentProactiveDetectionConfiguration[]>): void;\n list(resourceGroupName: string, resourceName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ApplicationInsightsComponentProactiveDetectionConfiguration[]>, callback?: msRest.ServiceCallback<Models.ApplicationInsightsComponentProactiveDetectionConfiguration[]>): Promise<Models.ProactiveDetectionConfigurationsListResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n resourceName,\n options\n },\n listOperationSpec,\n callback) as Promise<Models.ProactiveDetectionConfigurationsListResponse>;\n }\n\n /**\n * Get the ProactiveDetection configuration for this configuration id.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param configurationId The ProactiveDetection configuration ID. This is unique within a\n * Application Insights component.\n * @param [options] The optional parameters\n * @returns Promise<Models.ProactiveDetectionConfigurationsGetResponse>\n */\n get(resourceGroupName: string, resourceName: string, configurationId: string, options?: msRest.RequestOptionsBase): Promise<Models.ProactiveDetectionConfigurationsGetResponse>;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param configurationId The ProactiveDetection configuration ID. This is unique within a\n * Application Insights component.\n * @param callback The callback\n */\n get(resourceGroupName: string, resourceName: string, configurationId: string, callback: msRest.ServiceCallback<Models.ApplicationInsightsComponentProactiveDetectionConfiguration>): void;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param configurationId The ProactiveDetection configuration ID. This is unique within a\n * Application Insights component.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, resourceName: string, configurationId: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ApplicationInsightsComponentProactiveDetectionConfiguration>): void;\n get(resourceGroupName: string, resourceName: string, configurationId: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ApplicationInsightsComponentProactiveDetectionConfiguration>, callback?: msRest.ServiceCallback<Models.ApplicationInsightsComponentProactiveDetectionConfiguration>): Promise<Models.ProactiveDetectionConfigurationsGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n resourceName,\n configurationId,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.ProactiveDetectionConfigurationsGetResponse>;\n }\n\n /**\n * Update the ProactiveDetection configuration for this configuration id.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param configurationId The ProactiveDetection configuration ID. This is unique within a\n * Application Insights component.\n * @param proactiveDetectionProperties Properties that need to be specified to update the\n * ProactiveDetection configuration.\n * @param [options] The optional parameters\n * @returns Promise<Models.ProactiveDetectionConfigurationsUpdateResponse>\n */\n update(resourceGroupName: string, resourceName: string, configurationId: string, proactiveDetectionProperties: Models.ApplicationInsightsComponentProactiveDetectionConfiguration, options?: msRest.RequestOptionsBase): Promise<Models.ProactiveDetectionConfigurationsUpdateResponse>;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param configurationId The ProactiveDetection configuration ID. This is unique within a\n * Application Insights component.\n * @param proactiveDetectionProperties Properties that need to be specified to update the\n * ProactiveDetection configuration.\n * @param callback The callback\n */\n update(resourceGroupName: string, resourceName: string, configurationId: string, proactiveDetectionProperties: Models.ApplicationInsightsComponentProactiveDetectionConfiguration, callback: msRest.ServiceCallback<Models.ApplicationInsightsComponentProactiveDetectionConfiguration>): void;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param configurationId The ProactiveDetection configuration ID. This is unique within a\n * Application Insights component.\n * @param proactiveDetectionProperties Properties that need to be specified to update the\n * ProactiveDetection configuration.\n * @param options The optional parameters\n * @param callback The callback\n */\n update(resourceGroupName: string, resourceName: string, configurationId: string, proactiveDetectionProperties: Models.ApplicationInsightsComponentProactiveDetectionConfiguration, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ApplicationInsightsComponentProactiveDetectionConfiguration>): void;\n update(resourceGroupName: string, resourceName: string, configurationId: string, proactiveDetectionProperties: Models.ApplicationInsightsComponentProactiveDetectionConfiguration, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ApplicationInsightsComponentProactiveDetectionConfiguration>, callback?: msRest.ServiceCallback<Models.ApplicationInsightsComponentProactiveDetectionConfiguration>): Promise<Models.ProactiveDetectionConfigurationsUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n resourceName,\n configurationId,\n proactiveDetectionProperties,\n options\n },\n updateOperationSpec,\n callback) as Promise<Models.ProactiveDetectionConfigurationsUpdateResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst listOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/ProactiveDetectionConfigs\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.resourceName\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: {\n serializedName: \"parsedResponse\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ApplicationInsightsComponentProactiveDetectionConfiguration\"\n }\n }\n }\n }\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/ProactiveDetectionConfigs/{ConfigurationId}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.resourceName,\n Parameters.configurationId\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ApplicationInsightsComponentProactiveDetectionConfiguration\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst updateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/ProactiveDetectionConfigs/{ConfigurationId}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.resourceName,\n Parameters.configurationId\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"proactiveDetectionProperties\",\n mapper: {\n ...Mappers.ApplicationInsightsComponentProactiveDetectionConfiguration,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.ApplicationInsightsComponentProactiveDetectionConfiguration\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n CloudError,\n InnerError,\n WorkItemConfiguration,\n WorkItemConfigurationError,\n WorkItemConfigurationsListResult,\n WorkItemCreateConfiguration\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/workItemConfigurationsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { ApplicationInsightsManagementClientContext } from \"../applicationInsightsManagementClientContext\";\n\n/** Class representing a WorkItemConfigurations. */\nexport class WorkItemConfigurations {\n private readonly client: ApplicationInsightsManagementClientContext;\n\n /**\n * Create a WorkItemConfigurations.\n * @param {ApplicationInsightsManagementClientContext} client Reference to the service client.\n */\n constructor(client: ApplicationInsightsManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Gets the list work item configurations that exist for the application\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param [options] The optional parameters\n * @returns Promise<Models.WorkItemConfigurationsListResponse>\n */\n list(resourceGroupName: string, resourceName: string, options?: msRest.RequestOptionsBase): Promise<Models.WorkItemConfigurationsListResponse>;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param callback The callback\n */\n list(resourceGroupName: string, resourceName: string, callback: msRest.ServiceCallback<Models.WorkItemConfigurationsListResult>): void;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param options The optional parameters\n * @param callback The callback\n */\n list(resourceGroupName: string, resourceName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.WorkItemConfigurationsListResult>): void;\n list(resourceGroupName: string, resourceName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.WorkItemConfigurationsListResult>, callback?: msRest.ServiceCallback<Models.WorkItemConfigurationsListResult>): Promise<Models.WorkItemConfigurationsListResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n resourceName,\n options\n },\n listOperationSpec,\n callback) as Promise<Models.WorkItemConfigurationsListResponse>;\n }\n\n /**\n * Create a work item configuration for an Application Insights component.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param workItemConfigurationProperties Properties that need to be specified to create a work\n * item configuration of a Application Insights component.\n * @param [options] The optional parameters\n * @returns Promise<Models.WorkItemConfigurationsCreateResponse>\n */\n create(resourceGroupName: string, resourceName: string, workItemConfigurationProperties: Models.WorkItemCreateConfiguration, options?: msRest.RequestOptionsBase): Promise<Models.WorkItemConfigurationsCreateResponse>;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param workItemConfigurationProperties Properties that need to be specified to create a work\n * item configuration of a Application Insights component.\n * @param callback The callback\n */\n create(resourceGroupName: string, resourceName: string, workItemConfigurationProperties: Models.WorkItemCreateConfiguration, callback: msRest.ServiceCallback<Models.WorkItemConfiguration>): void;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param workItemConfigurationProperties Properties that need to be specified to create a work\n * item configuration of a Application Insights component.\n * @param options The optional parameters\n * @param callback The callback\n */\n create(resourceGroupName: string, resourceName: string, workItemConfigurationProperties: Models.WorkItemCreateConfiguration, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.WorkItemConfiguration>): void;\n create(resourceGroupName: string, resourceName: string, workItemConfigurationProperties: Models.WorkItemCreateConfiguration, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.WorkItemConfiguration>, callback?: msRest.ServiceCallback<Models.WorkItemConfiguration>): Promise<Models.WorkItemConfigurationsCreateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n resourceName,\n workItemConfigurationProperties,\n options\n },\n createOperationSpec,\n callback) as Promise<Models.WorkItemConfigurationsCreateResponse>;\n }\n\n /**\n * Gets default work item configurations that exist for the application\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param [options] The optional parameters\n * @returns Promise<Models.WorkItemConfigurationsGetDefaultResponse>\n */\n getDefault(resourceGroupName: string, resourceName: string, options?: msRest.RequestOptionsBase): Promise<Models.WorkItemConfigurationsGetDefaultResponse>;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param callback The callback\n */\n getDefault(resourceGroupName: string, resourceName: string, callback: msRest.ServiceCallback<Models.WorkItemConfiguration>): void;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param options The optional parameters\n * @param callback The callback\n */\n getDefault(resourceGroupName: string, resourceName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.WorkItemConfiguration>): void;\n getDefault(resourceGroupName: string, resourceName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.WorkItemConfiguration>, callback?: msRest.ServiceCallback<Models.WorkItemConfiguration>): Promise<Models.WorkItemConfigurationsGetDefaultResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n resourceName,\n options\n },\n getDefaultOperationSpec,\n callback) as Promise<Models.WorkItemConfigurationsGetDefaultResponse>;\n }\n\n /**\n * Delete a work item configuration of an Application Insights component.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param workItemConfigId The unique work item configuration Id. This can be either friendly name\n * of connector as defined in connector configuration\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n deleteMethod(resourceGroupName: string, resourceName: string, workItemConfigId: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param workItemConfigId The unique work item configuration Id. This can be either friendly name\n * of connector as defined in connector configuration\n * @param callback The callback\n */\n deleteMethod(resourceGroupName: string, resourceName: string, workItemConfigId: string, callback: msRest.ServiceCallback<void>): void;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param workItemConfigId The unique work item configuration Id. This can be either friendly name\n * of connector as defined in connector configuration\n * @param options The optional parameters\n * @param callback The callback\n */\n deleteMethod(resourceGroupName: string, resourceName: string, workItemConfigId: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<void>): void;\n deleteMethod(resourceGroupName: string, resourceName: string, workItemConfigId: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<void>, callback?: msRest.ServiceCallback<void>): Promise<msRest.RestResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n resourceName,\n workItemConfigId,\n options\n },\n deleteMethodOperationSpec,\n callback);\n }\n\n /**\n * Gets specified work item configuration for an Application Insights component.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param workItemConfigId The unique work item configuration Id. This can be either friendly name\n * of connector as defined in connector configuration\n * @param [options] The optional parameters\n * @returns Promise<Models.WorkItemConfigurationsGetItemResponse>\n */\n getItem(resourceGroupName: string, resourceName: string, workItemConfigId: string, options?: msRest.RequestOptionsBase): Promise<Models.WorkItemConfigurationsGetItemResponse>;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param workItemConfigId The unique work item configuration Id. This can be either friendly name\n * of connector as defined in connector configuration\n * @param callback The callback\n */\n getItem(resourceGroupName: string, resourceName: string, workItemConfigId: string, callback: msRest.ServiceCallback<Models.WorkItemConfiguration>): void;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param workItemConfigId The unique work item configuration Id. This can be either friendly name\n * of connector as defined in connector configuration\n * @param options The optional parameters\n * @param callback The callback\n */\n getItem(resourceGroupName: string, resourceName: string, workItemConfigId: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.WorkItemConfiguration>): void;\n getItem(resourceGroupName: string, resourceName: string, workItemConfigId: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.WorkItemConfiguration>, callback?: msRest.ServiceCallback<Models.WorkItemConfiguration>): Promise<Models.WorkItemConfigurationsGetItemResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n resourceName,\n workItemConfigId,\n options\n },\n getItemOperationSpec,\n callback) as Promise<Models.WorkItemConfigurationsGetItemResponse>;\n }\n\n /**\n * Update a work item configuration for an Application Insights component.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param workItemConfigId The unique work item configuration Id. This can be either friendly name\n * of connector as defined in connector configuration\n * @param workItemConfigurationProperties Properties that need to be specified to update a work\n * item configuration for this Application Insights component.\n * @param [options] The optional parameters\n * @returns Promise<Models.WorkItemConfigurationsUpdateItemResponse>\n */\n updateItem(resourceGroupName: string, resourceName: string, workItemConfigId: string, workItemConfigurationProperties: Models.WorkItemCreateConfiguration, options?: msRest.RequestOptionsBase): Promise<Models.WorkItemConfigurationsUpdateItemResponse>;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param workItemConfigId The unique work item configuration Id. This can be either friendly name\n * of connector as defined in connector configuration\n * @param workItemConfigurationProperties Properties that need to be specified to update a work\n * item configuration for this Application Insights component.\n * @param callback The callback\n */\n updateItem(resourceGroupName: string, resourceName: string, workItemConfigId: string, workItemConfigurationProperties: Models.WorkItemCreateConfiguration, callback: msRest.ServiceCallback<Models.WorkItemConfiguration>): void;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param workItemConfigId The unique work item configuration Id. This can be either friendly name\n * of connector as defined in connector configuration\n * @param workItemConfigurationProperties Properties that need to be specified to update a work\n * item configuration for this Application Insights component.\n * @param options The optional parameters\n * @param callback The callback\n */\n updateItem(resourceGroupName: string, resourceName: string, workItemConfigId: string, workItemConfigurationProperties: Models.WorkItemCreateConfiguration, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.WorkItemConfiguration>): void;\n updateItem(resourceGroupName: string, resourceName: string, workItemConfigId: string, workItemConfigurationProperties: Models.WorkItemCreateConfiguration, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.WorkItemConfiguration>, callback?: msRest.ServiceCallback<Models.WorkItemConfiguration>): Promise<Models.WorkItemConfigurationsUpdateItemResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n resourceName,\n workItemConfigId,\n workItemConfigurationProperties,\n options\n },\n updateItemOperationSpec,\n callback) as Promise<Models.WorkItemConfigurationsUpdateItemResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst listOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/WorkItemConfigs\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.resourceName\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.WorkItemConfigurationsListResult\n },\n default: {\n bodyMapper: Mappers.WorkItemConfigurationError\n }\n },\n serializer\n};\n\nconst createOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/WorkItemConfigs\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.resourceName\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"workItemConfigurationProperties\",\n mapper: {\n ...Mappers.WorkItemCreateConfiguration,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.WorkItemConfiguration\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst getDefaultOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/DefaultWorkItemConfig\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.resourceName\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.WorkItemConfiguration\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst deleteMethodOperationSpec: msRest.OperationSpec = {\n httpMethod: \"DELETE\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/WorkItemConfigs/{workItemConfigId}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.resourceName,\n Parameters.workItemConfigId\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst getItemOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/WorkItemConfigs/{workItemConfigId}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.resourceName,\n Parameters.workItemConfigId\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.WorkItemConfiguration\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst updateItemOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PATCH\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/WorkItemConfigs/{workItemConfigId}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.resourceName,\n Parameters.workItemConfigId\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"workItemConfigurationProperties\",\n mapper: {\n ...Mappers.WorkItemCreateConfiguration,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.WorkItemConfiguration\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n ApplicationInsightsComponentFavorite,\n CloudError\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/favoritesMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { ApplicationInsightsManagementClientContext } from \"../applicationInsightsManagementClientContext\";\n\n/** Class representing a Favorites. */\nexport class Favorites {\n private readonly client: ApplicationInsightsManagementClientContext;\n\n /**\n * Create a Favorites.\n * @param {ApplicationInsightsManagementClientContext} client Reference to the service client.\n */\n constructor(client: ApplicationInsightsManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Gets a list of favorites defined within an Application Insights component.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param [options] The optional parameters\n * @returns Promise<Models.FavoritesListResponse>\n */\n list(resourceGroupName: string, resourceName: string, options?: Models.FavoritesListOptionalParams): Promise<Models.FavoritesListResponse>;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param callback The callback\n */\n list(resourceGroupName: string, resourceName: string, callback: msRest.ServiceCallback<Models.ApplicationInsightsComponentFavorite[]>): void;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param options The optional parameters\n * @param callback The callback\n */\n list(resourceGroupName: string, resourceName: string, options: Models.FavoritesListOptionalParams, callback: msRest.ServiceCallback<Models.ApplicationInsightsComponentFavorite[]>): void;\n list(resourceGroupName: string, resourceName: string, options?: Models.FavoritesListOptionalParams | msRest.ServiceCallback<Models.ApplicationInsightsComponentFavorite[]>, callback?: msRest.ServiceCallback<Models.ApplicationInsightsComponentFavorite[]>): Promise<Models.FavoritesListResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n resourceName,\n options\n },\n listOperationSpec,\n callback) as Promise<Models.FavoritesListResponse>;\n }\n\n /**\n * Get a single favorite by its FavoriteId, defined within an Application Insights component.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param favoriteId The Id of a specific favorite defined in the Application Insights component\n * @param [options] The optional parameters\n * @returns Promise<Models.FavoritesGetResponse>\n */\n get(resourceGroupName: string, resourceName: string, favoriteId: string, options?: msRest.RequestOptionsBase): Promise<Models.FavoritesGetResponse>;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param favoriteId The Id of a specific favorite defined in the Application Insights component\n * @param callback The callback\n */\n get(resourceGroupName: string, resourceName: string, favoriteId: string, callback: msRest.ServiceCallback<Models.ApplicationInsightsComponentFavorite>): void;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param favoriteId The Id of a specific favorite defined in the Application Insights component\n * @param options The optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, resourceName: string, favoriteId: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ApplicationInsightsComponentFavorite>): void;\n get(resourceGroupName: string, resourceName: string, favoriteId: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ApplicationInsightsComponentFavorite>, callback?: msRest.ServiceCallback<Models.ApplicationInsightsComponentFavorite>): Promise<Models.FavoritesGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n resourceName,\n favoriteId,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.FavoritesGetResponse>;\n }\n\n /**\n * Adds a new favorites to an Application Insights component.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param favoriteId The Id of a specific favorite defined in the Application Insights component\n * @param favoriteProperties Properties that need to be specified to create a new favorite and add\n * it to an Application Insights component.\n * @param [options] The optional parameters\n * @returns Promise<Models.FavoritesAddResponse>\n */\n add(resourceGroupName: string, resourceName: string, favoriteId: string, favoriteProperties: Models.ApplicationInsightsComponentFavorite, options?: msRest.RequestOptionsBase): Promise<Models.FavoritesAddResponse>;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param favoriteId The Id of a specific favorite defined in the Application Insights component\n * @param favoriteProperties Properties that need to be specified to create a new favorite and add\n * it to an Application Insights component.\n * @param callback The callback\n */\n add(resourceGroupName: string, resourceName: string, favoriteId: string, favoriteProperties: Models.ApplicationInsightsComponentFavorite, callback: msRest.ServiceCallback<Models.ApplicationInsightsComponentFavorite>): void;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param favoriteId The Id of a specific favorite defined in the Application Insights component\n * @param favoriteProperties Properties that need to be specified to create a new favorite and add\n * it to an Application Insights component.\n * @param options The optional parameters\n * @param callback The callback\n */\n add(resourceGroupName: string, resourceName: string, favoriteId: string, favoriteProperties: Models.ApplicationInsightsComponentFavorite, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ApplicationInsightsComponentFavorite>): void;\n add(resourceGroupName: string, resourceName: string, favoriteId: string, favoriteProperties: Models.ApplicationInsightsComponentFavorite, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ApplicationInsightsComponentFavorite>, callback?: msRest.ServiceCallback<Models.ApplicationInsightsComponentFavorite>): Promise<Models.FavoritesAddResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n resourceName,\n favoriteId,\n favoriteProperties,\n options\n },\n addOperationSpec,\n callback) as Promise<Models.FavoritesAddResponse>;\n }\n\n /**\n * Updates a favorite that has already been added to an Application Insights component.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param favoriteId The Id of a specific favorite defined in the Application Insights component\n * @param favoriteProperties Properties that need to be specified to update the existing favorite.\n * @param [options] The optional parameters\n * @returns Promise<Models.FavoritesUpdateResponse>\n */\n update(resourceGroupName: string, resourceName: string, favoriteId: string, favoriteProperties: Models.ApplicationInsightsComponentFavorite, options?: msRest.RequestOptionsBase): Promise<Models.FavoritesUpdateResponse>;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param favoriteId The Id of a specific favorite defined in the Application Insights component\n * @param favoriteProperties Properties that need to be specified to update the existing favorite.\n * @param callback The callback\n */\n update(resourceGroupName: string, resourceName: string, favoriteId: string, favoriteProperties: Models.ApplicationInsightsComponentFavorite, callback: msRest.ServiceCallback<Models.ApplicationInsightsComponentFavorite>): void;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param favoriteId The Id of a specific favorite defined in the Application Insights component\n * @param favoriteProperties Properties that need to be specified to update the existing favorite.\n * @param options The optional parameters\n * @param callback The callback\n */\n update(resourceGroupName: string, resourceName: string, favoriteId: string, favoriteProperties: Models.ApplicationInsightsComponentFavorite, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ApplicationInsightsComponentFavorite>): void;\n update(resourceGroupName: string, resourceName: string, favoriteId: string, favoriteProperties: Models.ApplicationInsightsComponentFavorite, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ApplicationInsightsComponentFavorite>, callback?: msRest.ServiceCallback<Models.ApplicationInsightsComponentFavorite>): Promise<Models.FavoritesUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n resourceName,\n favoriteId,\n favoriteProperties,\n options\n },\n updateOperationSpec,\n callback) as Promise<Models.FavoritesUpdateResponse>;\n }\n\n /**\n * Remove a favorite that is associated to an Application Insights component.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param favoriteId The Id of a specific favorite defined in the Application Insights component\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n deleteMethod(resourceGroupName: string, resourceName: string, favoriteId: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param favoriteId The Id of a specific favorite defined in the Application Insights component\n * @param callback The callback\n */\n deleteMethod(resourceGroupName: string, resourceName: string, favoriteId: string, callback: msRest.ServiceCallback<void>): void;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param favoriteId The Id of a specific favorite defined in the Application Insights component\n * @param options The optional parameters\n * @param callback The callback\n */\n deleteMethod(resourceGroupName: string, resourceName: string, favoriteId: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<void>): void;\n deleteMethod(resourceGroupName: string, resourceName: string, favoriteId: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<void>, callback?: msRest.ServiceCallback<void>): Promise<msRest.RestResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n resourceName,\n favoriteId,\n options\n },\n deleteMethodOperationSpec,\n callback);\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst listOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/favorites\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.resourceName\n ],\n queryParameters: [\n Parameters.apiVersion0,\n Parameters.favoriteType,\n Parameters.sourceType,\n Parameters.canFetchContent,\n Parameters.tags\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: {\n serializedName: \"parsedResponse\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ApplicationInsightsComponentFavorite\"\n }\n }\n }\n }\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/favorites/{favoriteId}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.resourceName,\n Parameters.favoriteId\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ApplicationInsightsComponentFavorite\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst addOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/favorites/{favoriteId}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.resourceName,\n Parameters.favoriteId\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"favoriteProperties\",\n mapper: {\n ...Mappers.ApplicationInsightsComponentFavorite,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.ApplicationInsightsComponentFavorite\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst updateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PATCH\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/favorites/{favoriteId}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.resourceName,\n Parameters.favoriteId\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"favoriteProperties\",\n mapper: {\n ...Mappers.ApplicationInsightsComponentFavorite,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.ApplicationInsightsComponentFavorite\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst deleteMethodOperationSpec: msRest.OperationSpec = {\n httpMethod: \"DELETE\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/favorites/{favoriteId}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.resourceName,\n Parameters.favoriteId\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n ApplicationInsightsComponentWebTestLocation,\n ApplicationInsightsWebTestLocationsListResult,\n CloudError\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/webTestLocationsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { ApplicationInsightsManagementClientContext } from \"../applicationInsightsManagementClientContext\";\n\n/** Class representing a WebTestLocations. */\nexport class WebTestLocations {\n private readonly client: ApplicationInsightsManagementClientContext;\n\n /**\n * Create a WebTestLocations.\n * @param {ApplicationInsightsManagementClientContext} client Reference to the service client.\n */\n constructor(client: ApplicationInsightsManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Gets a list of web test locations available to this Application Insights component.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param [options] The optional parameters\n * @returns Promise<Models.WebTestLocationsListResponse>\n */\n list(resourceGroupName: string, resourceName: string, options?: msRest.RequestOptionsBase): Promise<Models.WebTestLocationsListResponse>;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param callback The callback\n */\n list(resourceGroupName: string, resourceName: string, callback: msRest.ServiceCallback<Models.ApplicationInsightsWebTestLocationsListResult>): void;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param options The optional parameters\n * @param callback The callback\n */\n list(resourceGroupName: string, resourceName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ApplicationInsightsWebTestLocationsListResult>): void;\n list(resourceGroupName: string, resourceName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ApplicationInsightsWebTestLocationsListResult>, callback?: msRest.ServiceCallback<Models.ApplicationInsightsWebTestLocationsListResult>): Promise<Models.WebTestLocationsListResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n resourceName,\n options\n },\n listOperationSpec,\n callback) as Promise<Models.WebTestLocationsListResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst listOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/syntheticmonitorlocations\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.resourceName\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ApplicationInsightsWebTestLocationsListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n ApplicationInsightsComponent,\n ApplicationInsightsComponentProactiveDetectionConfiguration,\n ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinitions,\n AzureEntityResource,\n BaseResource,\n CloudError,\n ComponentLinkedStorageAccounts,\n ComponentsResource,\n MyWorkbook,\n MyWorkbookResource,\n PrivateLinkScopedResource,\n ProxyResource,\n Resource,\n TagsResource,\n TrackedResource,\n WebTest,\n WebTestGeolocation,\n WebTestListResult,\n WebTestPropertiesConfiguration,\n WebtestsResource,\n Workbook,\n WorkbookResource\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/webTestsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { ApplicationInsightsManagementClientContext } from \"../applicationInsightsManagementClientContext\";\n\n/** Class representing a WebTests. */\nexport class WebTests {\n private readonly client: ApplicationInsightsManagementClientContext;\n\n /**\n * Create a WebTests.\n * @param {ApplicationInsightsManagementClientContext} client Reference to the service client.\n */\n constructor(client: ApplicationInsightsManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Get all Application Insights web tests defined within a specified resource group.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param [options] The optional parameters\n * @returns Promise<Models.WebTestsListByResourceGroupResponse>\n */\n listByResourceGroup(resourceGroupName: string, options?: msRest.RequestOptionsBase): Promise<Models.WebTestsListByResourceGroupResponse>;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param callback The callback\n */\n listByResourceGroup(resourceGroupName: string, callback: msRest.ServiceCallback<Models.WebTestListResult>): void;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByResourceGroup(resourceGroupName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.WebTestListResult>): void;\n listByResourceGroup(resourceGroupName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.WebTestListResult>, callback?: msRest.ServiceCallback<Models.WebTestListResult>): Promise<Models.WebTestsListByResourceGroupResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n options\n },\n listByResourceGroupOperationSpec,\n callback) as Promise<Models.WebTestsListByResourceGroupResponse>;\n }\n\n /**\n * Get a specific Application Insights web test definition.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param webTestName The name of the Application Insights webtest resource.\n * @param [options] The optional parameters\n * @returns Promise<Models.WebTestsGetResponse>\n */\n get(resourceGroupName: string, webTestName: string, options?: msRest.RequestOptionsBase): Promise<Models.WebTestsGetResponse>;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param webTestName The name of the Application Insights webtest resource.\n * @param callback The callback\n */\n get(resourceGroupName: string, webTestName: string, callback: msRest.ServiceCallback<Models.WebTest>): void;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param webTestName The name of the Application Insights webtest resource.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, webTestName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.WebTest>): void;\n get(resourceGroupName: string, webTestName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.WebTest>, callback?: msRest.ServiceCallback<Models.WebTest>): Promise<Models.WebTestsGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n webTestName,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.WebTestsGetResponse>;\n }\n\n /**\n * Creates or updates an Application Insights web test definition.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param webTestName The name of the Application Insights webtest resource.\n * @param webTestDefinition Properties that need to be specified to create or update an Application\n * Insights web test definition.\n * @param [options] The optional parameters\n * @returns Promise<Models.WebTestsCreateOrUpdateResponse>\n */\n createOrUpdate(resourceGroupName: string, webTestName: string, webTestDefinition: Models.WebTest, options?: msRest.RequestOptionsBase): Promise<Models.WebTestsCreateOrUpdateResponse>;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param webTestName The name of the Application Insights webtest resource.\n * @param webTestDefinition Properties that need to be specified to create or update an Application\n * Insights web test definition.\n * @param callback The callback\n */\n createOrUpdate(resourceGroupName: string, webTestName: string, webTestDefinition: Models.WebTest, callback: msRest.ServiceCallback<Models.WebTest>): void;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param webTestName The name of the Application Insights webtest resource.\n * @param webTestDefinition Properties that need to be specified to create or update an Application\n * Insights web test definition.\n * @param options The optional parameters\n * @param callback The callback\n */\n createOrUpdate(resourceGroupName: string, webTestName: string, webTestDefinition: Models.WebTest, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.WebTest>): void;\n createOrUpdate(resourceGroupName: string, webTestName: string, webTestDefinition: Models.WebTest, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.WebTest>, callback?: msRest.ServiceCallback<Models.WebTest>): Promise<Models.WebTestsCreateOrUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n webTestName,\n webTestDefinition,\n options\n },\n createOrUpdateOperationSpec,\n callback) as Promise<Models.WebTestsCreateOrUpdateResponse>;\n }\n\n /**\n * Creates or updates an Application Insights web test definition.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param webTestName The name of the Application Insights webtest resource.\n * @param webTestTags Updated tag information to set into the web test instance.\n * @param [options] The optional parameters\n * @returns Promise<Models.WebTestsUpdateTagsResponse>\n */\n updateTags(resourceGroupName: string, webTestName: string, webTestTags: Models.TagsResource, options?: msRest.RequestOptionsBase): Promise<Models.WebTestsUpdateTagsResponse>;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param webTestName The name of the Application Insights webtest resource.\n * @param webTestTags Updated tag information to set into the web test instance.\n * @param callback The callback\n */\n updateTags(resourceGroupName: string, webTestName: string, webTestTags: Models.TagsResource, callback: msRest.ServiceCallback<Models.WebTest>): void;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param webTestName The name of the Application Insights webtest resource.\n * @param webTestTags Updated tag information to set into the web test instance.\n * @param options The optional parameters\n * @param callback The callback\n */\n updateTags(resourceGroupName: string, webTestName: string, webTestTags: Models.TagsResource, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.WebTest>): void;\n updateTags(resourceGroupName: string, webTestName: string, webTestTags: Models.TagsResource, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.WebTest>, callback?: msRest.ServiceCallback<Models.WebTest>): Promise<Models.WebTestsUpdateTagsResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n webTestName,\n webTestTags,\n options\n },\n updateTagsOperationSpec,\n callback) as Promise<Models.WebTestsUpdateTagsResponse>;\n }\n\n /**\n * Deletes an Application Insights web test.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param webTestName The name of the Application Insights webtest resource.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n deleteMethod(resourceGroupName: string, webTestName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param webTestName The name of the Application Insights webtest resource.\n * @param callback The callback\n */\n deleteMethod(resourceGroupName: string, webTestName: string, callback: msRest.ServiceCallback<void>): void;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param webTestName The name of the Application Insights webtest resource.\n * @param options The optional parameters\n * @param callback The callback\n */\n deleteMethod(resourceGroupName: string, webTestName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<void>): void;\n deleteMethod(resourceGroupName: string, webTestName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<void>, callback?: msRest.ServiceCallback<void>): Promise<msRest.RestResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n webTestName,\n options\n },\n deleteMethodOperationSpec,\n callback);\n }\n\n /**\n * Get all Application Insights web test alerts definitions within a subscription.\n * @param [options] The optional parameters\n * @returns Promise<Models.WebTestsListResponse>\n */\n list(options?: msRest.RequestOptionsBase): Promise<Models.WebTestsListResponse>;\n /**\n * @param callback The callback\n */\n list(callback: msRest.ServiceCallback<Models.WebTestListResult>): void;\n /**\n * @param options The optional parameters\n * @param callback The callback\n */\n list(options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.WebTestListResult>): void;\n list(options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.WebTestListResult>, callback?: msRest.ServiceCallback<Models.WebTestListResult>): Promise<Models.WebTestsListResponse> {\n return this.client.sendOperationRequest(\n {\n options\n },\n listOperationSpec,\n callback) as Promise<Models.WebTestsListResponse>;\n }\n\n /**\n * Get all Application Insights web tests defined for the specified component.\n * @param componentName The name of the Application Insights component resource.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param [options] The optional parameters\n * @returns Promise<Models.WebTestsListByComponentResponse>\n */\n listByComponent(componentName: string, resourceGroupName: string, options?: msRest.RequestOptionsBase): Promise<Models.WebTestsListByComponentResponse>;\n /**\n * @param componentName The name of the Application Insights component resource.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param callback The callback\n */\n listByComponent(componentName: string, resourceGroupName: string, callback: msRest.ServiceCallback<Models.WebTestListResult>): void;\n /**\n * @param componentName The name of the Application Insights component resource.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByComponent(componentName: string, resourceGroupName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.WebTestListResult>): void;\n listByComponent(componentName: string, resourceGroupName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.WebTestListResult>, callback?: msRest.ServiceCallback<Models.WebTestListResult>): Promise<Models.WebTestsListByComponentResponse> {\n return this.client.sendOperationRequest(\n {\n componentName,\n resourceGroupName,\n options\n },\n listByComponentOperationSpec,\n callback) as Promise<Models.WebTestsListByComponentResponse>;\n }\n\n /**\n * Get all Application Insights web tests defined within a specified resource group.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.WebTestsListByResourceGroupNextResponse>\n */\n listByResourceGroupNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.WebTestsListByResourceGroupNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listByResourceGroupNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.WebTestListResult>): void;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByResourceGroupNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.WebTestListResult>): void;\n listByResourceGroupNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.WebTestListResult>, callback?: msRest.ServiceCallback<Models.WebTestListResult>): Promise<Models.WebTestsListByResourceGroupNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listByResourceGroupNextOperationSpec,\n callback) as Promise<Models.WebTestsListByResourceGroupNextResponse>;\n }\n\n /**\n * Get all Application Insights web test alerts definitions within a subscription.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.WebTestsListNextResponse>\n */\n listNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.WebTestsListNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.WebTestListResult>): void;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n listNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.WebTestListResult>): void;\n listNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.WebTestListResult>, callback?: msRest.ServiceCallback<Models.WebTestListResult>): Promise<Models.WebTestsListNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listNextOperationSpec,\n callback) as Promise<Models.WebTestsListNextResponse>;\n }\n\n /**\n * Get all Application Insights web tests defined for the specified component.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.WebTestsListByComponentNextResponse>\n */\n listByComponentNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.WebTestsListByComponentNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listByComponentNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.WebTestListResult>): void;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByComponentNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.WebTestListResult>): void;\n listByComponentNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.WebTestListResult>, callback?: msRest.ServiceCallback<Models.WebTestListResult>): Promise<Models.WebTestsListByComponentNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listByComponentNextOperationSpec,\n callback) as Promise<Models.WebTestsListByComponentNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst listByResourceGroupOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/webtests\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.WebTestListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/webtests/{webTestName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.webTestName\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.WebTest\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst createOrUpdateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/webtests/{webTestName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.webTestName\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"webTestDefinition\",\n mapper: {\n ...Mappers.WebTest,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.WebTest\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst updateTagsOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PATCH\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/webtests/{webTestName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.webTestName\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"webTestTags\",\n mapper: {\n ...Mappers.TagsResource,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.WebTest\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst deleteMethodOperationSpec: msRest.OperationSpec = {\n httpMethod: \"DELETE\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/webtests/{webTestName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.webTestName\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/providers/Microsoft.Insights/webtests\",\n urlParameters: [\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.WebTestListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listByComponentOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{componentName}/webtests\",\n urlParameters: [\n Parameters.componentName,\n Parameters.resourceGroupName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.WebTestListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listByResourceGroupNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.WebTestListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.WebTestListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listByComponentNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.WebTestListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n ApplicationInsightsComponentAnalyticsItem,\n ApplicationInsightsComponentAnalyticsItemProperties,\n CloudError\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/analyticsItemsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { ApplicationInsightsManagementClientContext } from \"../applicationInsightsManagementClientContext\";\n\n/** Class representing a AnalyticsItems. */\nexport class AnalyticsItems {\n private readonly client: ApplicationInsightsManagementClientContext;\n\n /**\n * Create a AnalyticsItems.\n * @param {ApplicationInsightsManagementClientContext} client Reference to the service client.\n */\n constructor(client: ApplicationInsightsManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Gets a list of Analytics Items defined within an Application Insights component.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param scopePath Enum indicating if this item definition is owned by a specific user or is\n * shared between all users with access to the Application Insights component. Possible values\n * include: 'analyticsItems', 'myanalyticsItems'\n * @param [options] The optional parameters\n * @returns Promise<Models.AnalyticsItemsListResponse>\n */\n list(resourceGroupName: string, resourceName: string, scopePath: Models.ItemScopePath, options?: Models.AnalyticsItemsListOptionalParams): Promise<Models.AnalyticsItemsListResponse>;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param scopePath Enum indicating if this item definition is owned by a specific user or is\n * shared between all users with access to the Application Insights component. Possible values\n * include: 'analyticsItems', 'myanalyticsItems'\n * @param callback The callback\n */\n list(resourceGroupName: string, resourceName: string, scopePath: Models.ItemScopePath, callback: msRest.ServiceCallback<Models.ApplicationInsightsComponentAnalyticsItem[]>): void;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param scopePath Enum indicating if this item definition is owned by a specific user or is\n * shared between all users with access to the Application Insights component. Possible values\n * include: 'analyticsItems', 'myanalyticsItems'\n * @param options The optional parameters\n * @param callback The callback\n */\n list(resourceGroupName: string, resourceName: string, scopePath: Models.ItemScopePath, options: Models.AnalyticsItemsListOptionalParams, callback: msRest.ServiceCallback<Models.ApplicationInsightsComponentAnalyticsItem[]>): void;\n list(resourceGroupName: string, resourceName: string, scopePath: Models.ItemScopePath, options?: Models.AnalyticsItemsListOptionalParams | msRest.ServiceCallback<Models.ApplicationInsightsComponentAnalyticsItem[]>, callback?: msRest.ServiceCallback<Models.ApplicationInsightsComponentAnalyticsItem[]>): Promise<Models.AnalyticsItemsListResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n resourceName,\n scopePath,\n options\n },\n listOperationSpec,\n callback) as Promise<Models.AnalyticsItemsListResponse>;\n }\n\n /**\n * Gets a specific Analytics Items defined within an Application Insights component.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param scopePath Enum indicating if this item definition is owned by a specific user or is\n * shared between all users with access to the Application Insights component. Possible values\n * include: 'analyticsItems', 'myanalyticsItems'\n * @param [options] The optional parameters\n * @returns Promise<Models.AnalyticsItemsGetResponse>\n */\n get(resourceGroupName: string, resourceName: string, scopePath: Models.ItemScopePath, options?: Models.AnalyticsItemsGetOptionalParams): Promise<Models.AnalyticsItemsGetResponse>;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param scopePath Enum indicating if this item definition is owned by a specific user or is\n * shared between all users with access to the Application Insights component. Possible values\n * include: 'analyticsItems', 'myanalyticsItems'\n * @param callback The callback\n */\n get(resourceGroupName: string, resourceName: string, scopePath: Models.ItemScopePath, callback: msRest.ServiceCallback<Models.ApplicationInsightsComponentAnalyticsItem>): void;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param scopePath Enum indicating if this item definition is owned by a specific user or is\n * shared between all users with access to the Application Insights component. Possible values\n * include: 'analyticsItems', 'myanalyticsItems'\n * @param options The optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, resourceName: string, scopePath: Models.ItemScopePath, options: Models.AnalyticsItemsGetOptionalParams, callback: msRest.ServiceCallback<Models.ApplicationInsightsComponentAnalyticsItem>): void;\n get(resourceGroupName: string, resourceName: string, scopePath: Models.ItemScopePath, options?: Models.AnalyticsItemsGetOptionalParams | msRest.ServiceCallback<Models.ApplicationInsightsComponentAnalyticsItem>, callback?: msRest.ServiceCallback<Models.ApplicationInsightsComponentAnalyticsItem>): Promise<Models.AnalyticsItemsGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n resourceName,\n scopePath,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.AnalyticsItemsGetResponse>;\n }\n\n /**\n * Adds or Updates a specific Analytics Item within an Application Insights component.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param scopePath Enum indicating if this item definition is owned by a specific user or is\n * shared between all users with access to the Application Insights component. Possible values\n * include: 'analyticsItems', 'myanalyticsItems'\n * @param itemProperties Properties that need to be specified to create a new item and add it to an\n * Application Insights component.\n * @param [options] The optional parameters\n * @returns Promise<Models.AnalyticsItemsPutResponse>\n */\n put(resourceGroupName: string, resourceName: string, scopePath: Models.ItemScopePath, itemProperties: Models.ApplicationInsightsComponentAnalyticsItem, options?: Models.AnalyticsItemsPutOptionalParams): Promise<Models.AnalyticsItemsPutResponse>;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param scopePath Enum indicating if this item definition is owned by a specific user or is\n * shared between all users with access to the Application Insights component. Possible values\n * include: 'analyticsItems', 'myanalyticsItems'\n * @param itemProperties Properties that need to be specified to create a new item and add it to an\n * Application Insights component.\n * @param callback The callback\n */\n put(resourceGroupName: string, resourceName: string, scopePath: Models.ItemScopePath, itemProperties: Models.ApplicationInsightsComponentAnalyticsItem, callback: msRest.ServiceCallback<Models.ApplicationInsightsComponentAnalyticsItem>): void;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param scopePath Enum indicating if this item definition is owned by a specific user or is\n * shared between all users with access to the Application Insights component. Possible values\n * include: 'analyticsItems', 'myanalyticsItems'\n * @param itemProperties Properties that need to be specified to create a new item and add it to an\n * Application Insights component.\n * @param options The optional parameters\n * @param callback The callback\n */\n put(resourceGroupName: string, resourceName: string, scopePath: Models.ItemScopePath, itemProperties: Models.ApplicationInsightsComponentAnalyticsItem, options: Models.AnalyticsItemsPutOptionalParams, callback: msRest.ServiceCallback<Models.ApplicationInsightsComponentAnalyticsItem>): void;\n put(resourceGroupName: string, resourceName: string, scopePath: Models.ItemScopePath, itemProperties: Models.ApplicationInsightsComponentAnalyticsItem, options?: Models.AnalyticsItemsPutOptionalParams | msRest.ServiceCallback<Models.ApplicationInsightsComponentAnalyticsItem>, callback?: msRest.ServiceCallback<Models.ApplicationInsightsComponentAnalyticsItem>): Promise<Models.AnalyticsItemsPutResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n resourceName,\n scopePath,\n itemProperties,\n options\n },\n putOperationSpec,\n callback) as Promise<Models.AnalyticsItemsPutResponse>;\n }\n\n /**\n * Deletes a specific Analytics Items defined within an Application Insights component.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param scopePath Enum indicating if this item definition is owned by a specific user or is\n * shared between all users with access to the Application Insights component. Possible values\n * include: 'analyticsItems', 'myanalyticsItems'\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n deleteMethod(resourceGroupName: string, resourceName: string, scopePath: Models.ItemScopePath, options?: Models.AnalyticsItemsDeleteMethodOptionalParams): Promise<msRest.RestResponse>;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param scopePath Enum indicating if this item definition is owned by a specific user or is\n * shared between all users with access to the Application Insights component. Possible values\n * include: 'analyticsItems', 'myanalyticsItems'\n * @param callback The callback\n */\n deleteMethod(resourceGroupName: string, resourceName: string, scopePath: Models.ItemScopePath, callback: msRest.ServiceCallback<void>): void;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param scopePath Enum indicating if this item definition is owned by a specific user or is\n * shared between all users with access to the Application Insights component. Possible values\n * include: 'analyticsItems', 'myanalyticsItems'\n * @param options The optional parameters\n * @param callback The callback\n */\n deleteMethod(resourceGroupName: string, resourceName: string, scopePath: Models.ItemScopePath, options: Models.AnalyticsItemsDeleteMethodOptionalParams, callback: msRest.ServiceCallback<void>): void;\n deleteMethod(resourceGroupName: string, resourceName: string, scopePath: Models.ItemScopePath, options?: Models.AnalyticsItemsDeleteMethodOptionalParams | msRest.ServiceCallback<void>, callback?: msRest.ServiceCallback<void>): Promise<msRest.RestResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n resourceName,\n scopePath,\n options\n },\n deleteMethodOperationSpec,\n callback);\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst listOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.insights/components/{resourceName}/{scopePath}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.resourceName,\n Parameters.scopePath\n ],\n queryParameters: [\n Parameters.apiVersion0,\n Parameters.scope,\n Parameters.type,\n Parameters.includeContent\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: {\n serializedName: \"parsedResponse\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ApplicationInsightsComponentAnalyticsItem\"\n }\n }\n }\n }\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.insights/components/{resourceName}/{scopePath}/item\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.resourceName,\n Parameters.scopePath\n ],\n queryParameters: [\n Parameters.apiVersion0,\n Parameters.id,\n Parameters.name\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ApplicationInsightsComponentAnalyticsItem\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst putOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.insights/components/{resourceName}/{scopePath}/item\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.resourceName,\n Parameters.scopePath\n ],\n queryParameters: [\n Parameters.apiVersion0,\n Parameters.overrideItem\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"itemProperties\",\n mapper: {\n ...Mappers.ApplicationInsightsComponentAnalyticsItem,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.ApplicationInsightsComponentAnalyticsItem\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst deleteMethodOperationSpec: msRest.OperationSpec = {\n httpMethod: \"DELETE\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.insights/components/{resourceName}/{scopePath}/item\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.resourceName,\n Parameters.scopePath\n ],\n queryParameters: [\n Parameters.apiVersion0,\n Parameters.id,\n Parameters.name\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n ApplicationInsightsComponent,\n ApplicationInsightsComponentProactiveDetectionConfiguration,\n ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinitions,\n AzureEntityResource,\n BaseResource,\n ComponentLinkedStorageAccounts,\n ComponentsResource,\n ErrorFieldContract,\n MyWorkbook,\n MyWorkbookResource,\n PrivateLinkScopedResource,\n ProxyResource,\n Resource,\n TrackedResource,\n WebTest,\n WebTestGeolocation,\n WebTestPropertiesConfiguration,\n WebtestsResource,\n Workbook,\n WorkbookError,\n WorkbookResource,\n WorkbooksListResult\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/workbooksMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { ApplicationInsightsManagementClientContext } from \"../applicationInsightsManagementClientContext\";\n\n/** Class representing a Workbooks. */\nexport class Workbooks {\n private readonly client: ApplicationInsightsManagementClientContext;\n\n /**\n * Create a Workbooks.\n * @param {ApplicationInsightsManagementClientContext} client Reference to the service client.\n */\n constructor(client: ApplicationInsightsManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Get all Workbooks defined within a specified resource group and category.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param category Category of workbook to return. Possible values include: 'workbook', 'TSG',\n * 'performance', 'retention'\n * @param [options] The optional parameters\n * @returns Promise<Models.WorkbooksListByResourceGroupResponse>\n */\n listByResourceGroup(resourceGroupName: string, category: Models.CategoryType, options?: Models.WorkbooksListByResourceGroupOptionalParams): Promise<Models.WorkbooksListByResourceGroupResponse>;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param category Category of workbook to return. Possible values include: 'workbook', 'TSG',\n * 'performance', 'retention'\n * @param callback The callback\n */\n listByResourceGroup(resourceGroupName: string, category: Models.CategoryType, callback: msRest.ServiceCallback<Models.WorkbooksListResult>): void;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param category Category of workbook to return. Possible values include: 'workbook', 'TSG',\n * 'performance', 'retention'\n * @param options The optional parameters\n * @param callback The callback\n */\n listByResourceGroup(resourceGroupName: string, category: Models.CategoryType, options: Models.WorkbooksListByResourceGroupOptionalParams, callback: msRest.ServiceCallback<Models.WorkbooksListResult>): void;\n listByResourceGroup(resourceGroupName: string, category: Models.CategoryType, options?: Models.WorkbooksListByResourceGroupOptionalParams | msRest.ServiceCallback<Models.WorkbooksListResult>, callback?: msRest.ServiceCallback<Models.WorkbooksListResult>): Promise<Models.WorkbooksListByResourceGroupResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n category,\n options\n },\n listByResourceGroupOperationSpec,\n callback) as Promise<Models.WorkbooksListByResourceGroupResponse>;\n }\n\n /**\n * Get a single workbook by its resourceName.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param [options] The optional parameters\n * @returns Promise<Models.WorkbooksGetResponse>\n */\n get(resourceGroupName: string, resourceName: string, options?: msRest.RequestOptionsBase): Promise<Models.WorkbooksGetResponse>;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param callback The callback\n */\n get(resourceGroupName: string, resourceName: string, callback: msRest.ServiceCallback<Models.Workbook>): void;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, resourceName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Workbook>): void;\n get(resourceGroupName: string, resourceName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.Workbook>, callback?: msRest.ServiceCallback<Models.Workbook>): Promise<Models.WorkbooksGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n resourceName,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.WorkbooksGetResponse>;\n }\n\n /**\n * Delete a workbook.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n deleteMethod(resourceGroupName: string, resourceName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param callback The callback\n */\n deleteMethod(resourceGroupName: string, resourceName: string, callback: msRest.ServiceCallback<void>): void;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param options The optional parameters\n * @param callback The callback\n */\n deleteMethod(resourceGroupName: string, resourceName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<void>): void;\n deleteMethod(resourceGroupName: string, resourceName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<void>, callback?: msRest.ServiceCallback<void>): Promise<msRest.RestResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n resourceName,\n options\n },\n deleteMethodOperationSpec,\n callback);\n }\n\n /**\n * Create a new workbook.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param workbookProperties Properties that need to be specified to create a new workbook.\n * @param [options] The optional parameters\n * @returns Promise<Models.WorkbooksCreateOrUpdateResponse>\n */\n createOrUpdate(resourceGroupName: string, resourceName: string, workbookProperties: Models.Workbook, options?: msRest.RequestOptionsBase): Promise<Models.WorkbooksCreateOrUpdateResponse>;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param workbookProperties Properties that need to be specified to create a new workbook.\n * @param callback The callback\n */\n createOrUpdate(resourceGroupName: string, resourceName: string, workbookProperties: Models.Workbook, callback: msRest.ServiceCallback<Models.Workbook>): void;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param workbookProperties Properties that need to be specified to create a new workbook.\n * @param options The optional parameters\n * @param callback The callback\n */\n createOrUpdate(resourceGroupName: string, resourceName: string, workbookProperties: Models.Workbook, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Workbook>): void;\n createOrUpdate(resourceGroupName: string, resourceName: string, workbookProperties: Models.Workbook, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.Workbook>, callback?: msRest.ServiceCallback<Models.Workbook>): Promise<Models.WorkbooksCreateOrUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n resourceName,\n workbookProperties,\n options\n },\n createOrUpdateOperationSpec,\n callback) as Promise<Models.WorkbooksCreateOrUpdateResponse>;\n }\n\n /**\n * Updates a workbook that has already been added.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param workbookProperties Properties that need to be specified to create a new workbook.\n * @param [options] The optional parameters\n * @returns Promise<Models.WorkbooksUpdateResponse>\n */\n update(resourceGroupName: string, resourceName: string, workbookProperties: Models.Workbook, options?: msRest.RequestOptionsBase): Promise<Models.WorkbooksUpdateResponse>;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param workbookProperties Properties that need to be specified to create a new workbook.\n * @param callback The callback\n */\n update(resourceGroupName: string, resourceName: string, workbookProperties: Models.Workbook, callback: msRest.ServiceCallback<Models.Workbook>): void;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param workbookProperties Properties that need to be specified to create a new workbook.\n * @param options The optional parameters\n * @param callback The callback\n */\n update(resourceGroupName: string, resourceName: string, workbookProperties: Models.Workbook, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Workbook>): void;\n update(resourceGroupName: string, resourceName: string, workbookProperties: Models.Workbook, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.Workbook>, callback?: msRest.ServiceCallback<Models.Workbook>): Promise<Models.WorkbooksUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n resourceName,\n workbookProperties,\n options\n },\n updateOperationSpec,\n callback) as Promise<Models.WorkbooksUpdateResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst listByResourceGroupOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.insights/workbooks\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName\n ],\n queryParameters: [\n Parameters.category,\n Parameters.tags,\n Parameters.canFetchContent,\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.WorkbooksListResult\n },\n default: {\n bodyMapper: Mappers.WorkbookError\n }\n },\n serializer\n};\n\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.insights/workbooks/{resourceName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.resourceName\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.Workbook\n },\n default: {\n bodyMapper: Mappers.WorkbookError\n }\n },\n serializer\n};\n\nconst deleteMethodOperationSpec: msRest.OperationSpec = {\n httpMethod: \"DELETE\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.insights/workbooks/{resourceName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.resourceName\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 201: {},\n 204: {},\n default: {\n bodyMapper: Mappers.WorkbookError\n }\n },\n serializer\n};\n\nconst createOrUpdateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.insights/workbooks/{resourceName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.resourceName\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"workbookProperties\",\n mapper: {\n ...Mappers.Workbook,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.Workbook\n },\n 201: {\n bodyMapper: Mappers.Workbook\n },\n default: {\n bodyMapper: Mappers.WorkbookError\n }\n },\n serializer\n};\n\nconst updateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PATCH\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.insights/workbooks/{resourceName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.resourceName\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"workbookProperties\",\n mapper: {\n ...Mappers.Workbook,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.Workbook\n },\n default: {\n bodyMapper: Mappers.WorkbookError\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n ApplicationInsightsComponent,\n ApplicationInsightsComponentProactiveDetectionConfiguration,\n ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinitions,\n AzureEntityResource,\n BaseResource,\n ComponentLinkedStorageAccounts,\n ComponentsResource,\n ErrorFieldContract,\n MyWorkbook,\n MyWorkbookError,\n MyWorkbookResource,\n MyWorkbooksListResult,\n PrivateLinkScopedResource,\n ProxyResource,\n Resource,\n TrackedResource,\n WebTest,\n WebTestGeolocation,\n WebTestPropertiesConfiguration,\n WebtestsResource,\n Workbook,\n WorkbookResource\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/myWorkbooksMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { ApplicationInsightsManagementClientContext } from \"../applicationInsightsManagementClientContext\";\n\n/** Class representing a MyWorkbooks. */\nexport class MyWorkbooks {\n private readonly client: ApplicationInsightsManagementClientContext;\n\n /**\n * Create a MyWorkbooks.\n * @param {ApplicationInsightsManagementClientContext} client Reference to the service client.\n */\n constructor(client: ApplicationInsightsManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Get all private workbooks defined within a specified resource group and category.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param category Category of workbook to return. Possible values include: 'workbook', 'TSG',\n * 'performance', 'retention'\n * @param [options] The optional parameters\n * @returns Promise<Models.MyWorkbooksListByResourceGroupResponse>\n */\n listByResourceGroup(resourceGroupName: string, category: Models.CategoryType, options?: Models.MyWorkbooksListByResourceGroupOptionalParams): Promise<Models.MyWorkbooksListByResourceGroupResponse>;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param category Category of workbook to return. Possible values include: 'workbook', 'TSG',\n * 'performance', 'retention'\n * @param callback The callback\n */\n listByResourceGroup(resourceGroupName: string, category: Models.CategoryType, callback: msRest.ServiceCallback<Models.MyWorkbooksListResult>): void;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param category Category of workbook to return. Possible values include: 'workbook', 'TSG',\n * 'performance', 'retention'\n * @param options The optional parameters\n * @param callback The callback\n */\n listByResourceGroup(resourceGroupName: string, category: Models.CategoryType, options: Models.MyWorkbooksListByResourceGroupOptionalParams, callback: msRest.ServiceCallback<Models.MyWorkbooksListResult>): void;\n listByResourceGroup(resourceGroupName: string, category: Models.CategoryType, options?: Models.MyWorkbooksListByResourceGroupOptionalParams | msRest.ServiceCallback<Models.MyWorkbooksListResult>, callback?: msRest.ServiceCallback<Models.MyWorkbooksListResult>): Promise<Models.MyWorkbooksListByResourceGroupResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n category,\n options\n },\n listByResourceGroupOperationSpec,\n callback) as Promise<Models.MyWorkbooksListByResourceGroupResponse>;\n }\n\n /**\n * Get all private workbooks defined within a specified subscription and category.\n * @param category Category of workbook to return. Possible values include: 'workbook', 'TSG',\n * 'performance', 'retention'\n * @param [options] The optional parameters\n * @returns Promise<Models.MyWorkbooksListBySubscriptionResponse>\n */\n listBySubscription(category: Models.CategoryType, options?: Models.MyWorkbooksListBySubscriptionOptionalParams): Promise<Models.MyWorkbooksListBySubscriptionResponse>;\n /**\n * @param category Category of workbook to return. Possible values include: 'workbook', 'TSG',\n * 'performance', 'retention'\n * @param callback The callback\n */\n listBySubscription(category: Models.CategoryType, callback: msRest.ServiceCallback<Models.MyWorkbooksListResult>): void;\n /**\n * @param category Category of workbook to return. Possible values include: 'workbook', 'TSG',\n * 'performance', 'retention'\n * @param options The optional parameters\n * @param callback The callback\n */\n listBySubscription(category: Models.CategoryType, options: Models.MyWorkbooksListBySubscriptionOptionalParams, callback: msRest.ServiceCallback<Models.MyWorkbooksListResult>): void;\n listBySubscription(category: Models.CategoryType, options?: Models.MyWorkbooksListBySubscriptionOptionalParams | msRest.ServiceCallback<Models.MyWorkbooksListResult>, callback?: msRest.ServiceCallback<Models.MyWorkbooksListResult>): Promise<Models.MyWorkbooksListBySubscriptionResponse> {\n return this.client.sendOperationRequest(\n {\n category,\n options\n },\n listBySubscriptionOperationSpec,\n callback) as Promise<Models.MyWorkbooksListBySubscriptionResponse>;\n }\n\n /**\n * Get a single private workbook by its resourceName.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param [options] The optional parameters\n * @returns Promise<Models.MyWorkbooksGetResponse>\n */\n get(resourceGroupName: string, resourceName: string, options?: msRest.RequestOptionsBase): Promise<Models.MyWorkbooksGetResponse>;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param callback The callback\n */\n get(resourceGroupName: string, resourceName: string, callback: msRest.ServiceCallback<Models.MyWorkbook>): void;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, resourceName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.MyWorkbook>): void;\n get(resourceGroupName: string, resourceName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.MyWorkbook>, callback?: msRest.ServiceCallback<Models.MyWorkbook>): Promise<Models.MyWorkbooksGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n resourceName,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.MyWorkbooksGetResponse>;\n }\n\n /**\n * Delete a private workbook.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n deleteMethod(resourceGroupName: string, resourceName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param callback The callback\n */\n deleteMethod(resourceGroupName: string, resourceName: string, callback: msRest.ServiceCallback<void>): void;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param options The optional parameters\n * @param callback The callback\n */\n deleteMethod(resourceGroupName: string, resourceName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<void>): void;\n deleteMethod(resourceGroupName: string, resourceName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<void>, callback?: msRest.ServiceCallback<void>): Promise<msRest.RestResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n resourceName,\n options\n },\n deleteMethodOperationSpec,\n callback);\n }\n\n /**\n * Create a new private workbook.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param workbookProperties Properties that need to be specified to create a new private workbook.\n * @param [options] The optional parameters\n * @returns Promise<Models.MyWorkbooksCreateOrUpdateResponse>\n */\n createOrUpdate(resourceGroupName: string, resourceName: string, workbookProperties: Models.MyWorkbook, options?: msRest.RequestOptionsBase): Promise<Models.MyWorkbooksCreateOrUpdateResponse>;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param workbookProperties Properties that need to be specified to create a new private workbook.\n * @param callback The callback\n */\n createOrUpdate(resourceGroupName: string, resourceName: string, workbookProperties: Models.MyWorkbook, callback: msRest.ServiceCallback<Models.MyWorkbook>): void;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param workbookProperties Properties that need to be specified to create a new private workbook.\n * @param options The optional parameters\n * @param callback The callback\n */\n createOrUpdate(resourceGroupName: string, resourceName: string, workbookProperties: Models.MyWorkbook, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.MyWorkbook>): void;\n createOrUpdate(resourceGroupName: string, resourceName: string, workbookProperties: Models.MyWorkbook, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.MyWorkbook>, callback?: msRest.ServiceCallback<Models.MyWorkbook>): Promise<Models.MyWorkbooksCreateOrUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n resourceName,\n workbookProperties,\n options\n },\n createOrUpdateOperationSpec,\n callback) as Promise<Models.MyWorkbooksCreateOrUpdateResponse>;\n }\n\n /**\n * Updates a private workbook that has already been added.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param workbookProperties Properties that need to be specified to create a new private workbook.\n * @param [options] The optional parameters\n * @returns Promise<Models.MyWorkbooksUpdateResponse>\n */\n update(resourceGroupName: string, resourceName: string, workbookProperties: Models.MyWorkbook, options?: msRest.RequestOptionsBase): Promise<Models.MyWorkbooksUpdateResponse>;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param workbookProperties Properties that need to be specified to create a new private workbook.\n * @param callback The callback\n */\n update(resourceGroupName: string, resourceName: string, workbookProperties: Models.MyWorkbook, callback: msRest.ServiceCallback<Models.MyWorkbook>): void;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param workbookProperties Properties that need to be specified to create a new private workbook.\n * @param options The optional parameters\n * @param callback The callback\n */\n update(resourceGroupName: string, resourceName: string, workbookProperties: Models.MyWorkbook, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.MyWorkbook>): void;\n update(resourceGroupName: string, resourceName: string, workbookProperties: Models.MyWorkbook, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.MyWorkbook>, callback?: msRest.ServiceCallback<Models.MyWorkbook>): Promise<Models.MyWorkbooksUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n resourceName,\n workbookProperties,\n options\n },\n updateOperationSpec,\n callback) as Promise<Models.MyWorkbooksUpdateResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst listByResourceGroupOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/myWorkbooks\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName\n ],\n queryParameters: [\n Parameters.category,\n Parameters.tags,\n Parameters.canFetchContent,\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.MyWorkbooksListResult\n },\n default: {\n bodyMapper: Mappers.MyWorkbookError\n }\n },\n serializer\n};\n\nconst listBySubscriptionOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/providers/Microsoft.Insights/myWorkbooks\",\n urlParameters: [\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.category,\n Parameters.tags,\n Parameters.canFetchContent,\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.MyWorkbooksListResult\n },\n default: {\n bodyMapper: Mappers.MyWorkbookError\n }\n },\n serializer\n};\n\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/myWorkbooks/{resourceName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.resourceName\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.MyWorkbook\n },\n default: {\n bodyMapper: Mappers.MyWorkbookError\n }\n },\n serializer\n};\n\nconst deleteMethodOperationSpec: msRest.OperationSpec = {\n httpMethod: \"DELETE\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/myWorkbooks/{resourceName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.resourceName\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 201: {},\n 204: {},\n default: {\n bodyMapper: Mappers.MyWorkbookError\n }\n },\n serializer\n};\n\nconst createOrUpdateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/myWorkbooks/{resourceName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.resourceName\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"workbookProperties\",\n mapper: {\n ...Mappers.MyWorkbook,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.MyWorkbook\n },\n 201: {\n bodyMapper: Mappers.MyWorkbook\n },\n default: {\n bodyMapper: Mappers.MyWorkbookError\n }\n },\n serializer\n};\n\nconst updateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PATCH\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/myWorkbooks/{resourceName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.resourceName\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"workbookProperties\",\n mapper: {\n ...Mappers.MyWorkbook,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.MyWorkbook\n },\n default: {\n bodyMapper: Mappers.MyWorkbookError\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n ApplicationInsightsComponent,\n ApplicationInsightsComponentListResult,\n ApplicationInsightsComponentProactiveDetectionConfiguration,\n ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinitions,\n AzureEntityResource,\n BaseResource,\n CloudError,\n ComponentLinkedStorageAccounts,\n ComponentPurgeBody,\n ComponentPurgeBodyFilters,\n ComponentPurgeResponse,\n ComponentPurgeStatusResponse,\n ComponentsResource,\n MyWorkbook,\n MyWorkbookResource,\n PrivateLinkScopedResource,\n ProxyResource,\n Resource,\n TagsResource,\n TrackedResource,\n WebTest,\n WebTestGeolocation,\n WebTestPropertiesConfiguration,\n WebtestsResource,\n Workbook,\n WorkbookResource\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/componentsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { ApplicationInsightsManagementClientContext } from \"../applicationInsightsManagementClientContext\";\n\n/** Class representing a Components. */\nexport class Components {\n private readonly client: ApplicationInsightsManagementClientContext;\n\n /**\n * Create a Components.\n * @param {ApplicationInsightsManagementClientContext} client Reference to the service client.\n */\n constructor(client: ApplicationInsightsManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Gets a list of all Application Insights components within a subscription.\n * @param [options] The optional parameters\n * @returns Promise<Models.ComponentsListResponse>\n */\n list(options?: msRest.RequestOptionsBase): Promise<Models.ComponentsListResponse>;\n /**\n * @param callback The callback\n */\n list(callback: msRest.ServiceCallback<Models.ApplicationInsightsComponentListResult>): void;\n /**\n * @param options The optional parameters\n * @param callback The callback\n */\n list(options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ApplicationInsightsComponentListResult>): void;\n list(options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ApplicationInsightsComponentListResult>, callback?: msRest.ServiceCallback<Models.ApplicationInsightsComponentListResult>): Promise<Models.ComponentsListResponse> {\n return this.client.sendOperationRequest(\n {\n options\n },\n listOperationSpec,\n callback) as Promise<Models.ComponentsListResponse>;\n }\n\n /**\n * Gets a list of Application Insights components within a resource group.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param [options] The optional parameters\n * @returns Promise<Models.ComponentsListByResourceGroupResponse>\n */\n listByResourceGroup(resourceGroupName: string, options?: msRest.RequestOptionsBase): Promise<Models.ComponentsListByResourceGroupResponse>;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param callback The callback\n */\n listByResourceGroup(resourceGroupName: string, callback: msRest.ServiceCallback<Models.ApplicationInsightsComponentListResult>): void;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByResourceGroup(resourceGroupName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ApplicationInsightsComponentListResult>): void;\n listByResourceGroup(resourceGroupName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ApplicationInsightsComponentListResult>, callback?: msRest.ServiceCallback<Models.ApplicationInsightsComponentListResult>): Promise<Models.ComponentsListByResourceGroupResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n options\n },\n listByResourceGroupOperationSpec,\n callback) as Promise<Models.ComponentsListByResourceGroupResponse>;\n }\n\n /**\n * Deletes an Application Insights component.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n deleteMethod(resourceGroupName: string, resourceName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param callback The callback\n */\n deleteMethod(resourceGroupName: string, resourceName: string, callback: msRest.ServiceCallback<void>): void;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param options The optional parameters\n * @param callback The callback\n */\n deleteMethod(resourceGroupName: string, resourceName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<void>): void;\n deleteMethod(resourceGroupName: string, resourceName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<void>, callback?: msRest.ServiceCallback<void>): Promise<msRest.RestResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n resourceName,\n options\n },\n deleteMethodOperationSpec,\n callback);\n }\n\n /**\n * Returns an Application Insights component.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param [options] The optional parameters\n * @returns Promise<Models.ComponentsGetResponse>\n */\n get(resourceGroupName: string, resourceName: string, options?: msRest.RequestOptionsBase): Promise<Models.ComponentsGetResponse>;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param callback The callback\n */\n get(resourceGroupName: string, resourceName: string, callback: msRest.ServiceCallback<Models.ApplicationInsightsComponent>): void;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, resourceName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ApplicationInsightsComponent>): void;\n get(resourceGroupName: string, resourceName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ApplicationInsightsComponent>, callback?: msRest.ServiceCallback<Models.ApplicationInsightsComponent>): Promise<Models.ComponentsGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n resourceName,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.ComponentsGetResponse>;\n }\n\n /**\n * Creates (or updates) an Application Insights component. Note: You cannot specify a different\n * value for InstrumentationKey nor AppId in the Put operation.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param insightProperties Properties that need to be specified to create an Application Insights\n * component.\n * @param [options] The optional parameters\n * @returns Promise<Models.ComponentsCreateOrUpdateResponse>\n */\n createOrUpdate(resourceGroupName: string, resourceName: string, insightProperties: Models.ApplicationInsightsComponent, options?: msRest.RequestOptionsBase): Promise<Models.ComponentsCreateOrUpdateResponse>;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param insightProperties Properties that need to be specified to create an Application Insights\n * component.\n * @param callback The callback\n */\n createOrUpdate(resourceGroupName: string, resourceName: string, insightProperties: Models.ApplicationInsightsComponent, callback: msRest.ServiceCallback<Models.ApplicationInsightsComponent>): void;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param insightProperties Properties that need to be specified to create an Application Insights\n * component.\n * @param options The optional parameters\n * @param callback The callback\n */\n createOrUpdate(resourceGroupName: string, resourceName: string, insightProperties: Models.ApplicationInsightsComponent, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ApplicationInsightsComponent>): void;\n createOrUpdate(resourceGroupName: string, resourceName: string, insightProperties: Models.ApplicationInsightsComponent, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ApplicationInsightsComponent>, callback?: msRest.ServiceCallback<Models.ApplicationInsightsComponent>): Promise<Models.ComponentsCreateOrUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n resourceName,\n insightProperties,\n options\n },\n createOrUpdateOperationSpec,\n callback) as Promise<Models.ComponentsCreateOrUpdateResponse>;\n }\n\n /**\n * Updates an existing component's tags. To update other fields use the CreateOrUpdate method.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param componentTags Updated tag information to set into the component instance.\n * @param [options] The optional parameters\n * @returns Promise<Models.ComponentsUpdateTagsResponse>\n */\n updateTags(resourceGroupName: string, resourceName: string, componentTags: Models.TagsResource, options?: msRest.RequestOptionsBase): Promise<Models.ComponentsUpdateTagsResponse>;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param componentTags Updated tag information to set into the component instance.\n * @param callback The callback\n */\n updateTags(resourceGroupName: string, resourceName: string, componentTags: Models.TagsResource, callback: msRest.ServiceCallback<Models.ApplicationInsightsComponent>): void;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param componentTags Updated tag information to set into the component instance.\n * @param options The optional parameters\n * @param callback The callback\n */\n updateTags(resourceGroupName: string, resourceName: string, componentTags: Models.TagsResource, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ApplicationInsightsComponent>): void;\n updateTags(resourceGroupName: string, resourceName: string, componentTags: Models.TagsResource, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ApplicationInsightsComponent>, callback?: msRest.ServiceCallback<Models.ApplicationInsightsComponent>): Promise<Models.ComponentsUpdateTagsResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n resourceName,\n componentTags,\n options\n },\n updateTagsOperationSpec,\n callback) as Promise<Models.ComponentsUpdateTagsResponse>;\n }\n\n /**\n * Purges data in an Application Insights component by a set of user-defined filters.\n *\n * In order to manage system resources, purge requests are throttled at 50 requests per hour. You\n * should batch the execution of purge requests by sending a single command whose predicate\n * includes all user identities that require purging. Use the in operator to specify multiple\n * identities. You should run the query prior to using for a purge request to verify that the\n * results are expected.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param body Describes the body of a request to purge data in a single table of an Application\n * Insights component\n * @param [options] The optional parameters\n * @returns Promise<Models.ComponentsPurgeResponse>\n */\n purge(resourceGroupName: string, resourceName: string, body: Models.ComponentPurgeBody, options?: msRest.RequestOptionsBase): Promise<Models.ComponentsPurgeResponse>;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param body Describes the body of a request to purge data in a single table of an Application\n * Insights component\n * @param callback The callback\n */\n purge(resourceGroupName: string, resourceName: string, body: Models.ComponentPurgeBody, callback: msRest.ServiceCallback<Models.ComponentPurgeResponse>): void;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param body Describes the body of a request to purge data in a single table of an Application\n * Insights component\n * @param options The optional parameters\n * @param callback The callback\n */\n purge(resourceGroupName: string, resourceName: string, body: Models.ComponentPurgeBody, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ComponentPurgeResponse>): void;\n purge(resourceGroupName: string, resourceName: string, body: Models.ComponentPurgeBody, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ComponentPurgeResponse>, callback?: msRest.ServiceCallback<Models.ComponentPurgeResponse>): Promise<Models.ComponentsPurgeResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n resourceName,\n body,\n options\n },\n purgeOperationSpec,\n callback) as Promise<Models.ComponentsPurgeResponse>;\n }\n\n /**\n * Get status for an ongoing purge operation.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param purgeId In a purge status request, this is the Id of the operation the status of which is\n * returned.\n * @param [options] The optional parameters\n * @returns Promise<Models.ComponentsGetPurgeStatusResponse>\n */\n getPurgeStatus(resourceGroupName: string, resourceName: string, purgeId: string, options?: msRest.RequestOptionsBase): Promise<Models.ComponentsGetPurgeStatusResponse>;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param purgeId In a purge status request, this is the Id of the operation the status of which is\n * returned.\n * @param callback The callback\n */\n getPurgeStatus(resourceGroupName: string, resourceName: string, purgeId: string, callback: msRest.ServiceCallback<Models.ComponentPurgeStatusResponse>): void;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param purgeId In a purge status request, this is the Id of the operation the status of which is\n * returned.\n * @param options The optional parameters\n * @param callback The callback\n */\n getPurgeStatus(resourceGroupName: string, resourceName: string, purgeId: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ComponentPurgeStatusResponse>): void;\n getPurgeStatus(resourceGroupName: string, resourceName: string, purgeId: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ComponentPurgeStatusResponse>, callback?: msRest.ServiceCallback<Models.ComponentPurgeStatusResponse>): Promise<Models.ComponentsGetPurgeStatusResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n resourceName,\n purgeId,\n options\n },\n getPurgeStatusOperationSpec,\n callback) as Promise<Models.ComponentsGetPurgeStatusResponse>;\n }\n\n /**\n * Gets a list of all Application Insights components within a subscription.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.ComponentsListNextResponse>\n */\n listNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.ComponentsListNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.ApplicationInsightsComponentListResult>): void;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n listNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ApplicationInsightsComponentListResult>): void;\n listNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ApplicationInsightsComponentListResult>, callback?: msRest.ServiceCallback<Models.ApplicationInsightsComponentListResult>): Promise<Models.ComponentsListNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listNextOperationSpec,\n callback) as Promise<Models.ComponentsListNextResponse>;\n }\n\n /**\n * Gets a list of Application Insights components within a resource group.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.ComponentsListByResourceGroupNextResponse>\n */\n listByResourceGroupNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.ComponentsListByResourceGroupNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listByResourceGroupNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.ApplicationInsightsComponentListResult>): void;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByResourceGroupNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ApplicationInsightsComponentListResult>): void;\n listByResourceGroupNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ApplicationInsightsComponentListResult>, callback?: msRest.ServiceCallback<Models.ApplicationInsightsComponentListResult>): Promise<Models.ComponentsListByResourceGroupNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listByResourceGroupNextOperationSpec,\n callback) as Promise<Models.ComponentsListByResourceGroupNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst listOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/providers/Microsoft.Insights/components\",\n urlParameters: [\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion2\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ApplicationInsightsComponentListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listByResourceGroupOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion2\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ApplicationInsightsComponentListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst deleteMethodOperationSpec: msRest.OperationSpec = {\n httpMethod: \"DELETE\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.resourceName\n ],\n queryParameters: [\n Parameters.apiVersion2\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.resourceName\n ],\n queryParameters: [\n Parameters.apiVersion2\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ApplicationInsightsComponent\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst createOrUpdateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.resourceName\n ],\n queryParameters: [\n Parameters.apiVersion2\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"insightProperties\",\n mapper: {\n ...Mappers.ApplicationInsightsComponent,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.ApplicationInsightsComponent\n },\n 201: {\n bodyMapper: Mappers.ApplicationInsightsComponent\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst updateTagsOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PATCH\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.resourceName\n ],\n queryParameters: [\n Parameters.apiVersion2\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"componentTags\",\n mapper: {\n ...Mappers.TagsResource,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.ApplicationInsightsComponent\n },\n 201: {\n bodyMapper: Mappers.ApplicationInsightsComponent\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst purgeOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/purge\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.resourceName\n ],\n queryParameters: [\n Parameters.apiVersion2\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"body\",\n mapper: {\n ...Mappers.ComponentPurgeBody,\n required: true\n }\n },\n responses: {\n 202: {\n bodyMapper: Mappers.ComponentPurgeResponse\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst getPurgeStatusOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/operations/{purgeId}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.resourceName,\n Parameters.purgeId\n ],\n queryParameters: [\n Parameters.apiVersion2\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ComponentPurgeStatusResponse\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ApplicationInsightsComponentListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listByResourceGroupNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ApplicationInsightsComponentListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n ApplicationInsightsComponent,\n ApplicationInsightsComponentProactiveDetectionConfiguration,\n ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinitions,\n AzureEntityResource,\n BaseResource,\n ComponentLinkedStorageAccounts,\n ComponentLinkedStorageAccountsPatch,\n ComponentsResource,\n ErrorResponse,\n MyWorkbook,\n MyWorkbookResource,\n PrivateLinkScopedResource,\n ProxyResource,\n Resource,\n TrackedResource,\n WebTest,\n WebTestGeolocation,\n WebTestPropertiesConfiguration,\n WebtestsResource,\n Workbook,\n WorkbookResource\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/componentLinkedStorageAccountsOperationsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { ApplicationInsightsManagementClientContext } from \"../applicationInsightsManagementClientContext\";\n\n/** Class representing a ComponentLinkedStorageAccountsOperations. */\nexport class ComponentLinkedStorageAccountsOperations {\n private readonly client: ApplicationInsightsManagementClientContext;\n\n /**\n * Create a ComponentLinkedStorageAccountsOperations.\n * @param {ApplicationInsightsManagementClientContext} client Reference to the service client.\n */\n constructor(client: ApplicationInsightsManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Returns the current linked storage settings for an Application Insights component.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param [options] The optional parameters\n * @returns Promise<Models.ComponentLinkedStorageAccountsGetResponse>\n */\n get(resourceGroupName: string, resourceName: string, options?: msRest.RequestOptionsBase): Promise<Models.ComponentLinkedStorageAccountsGetResponse>;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param callback The callback\n */\n get(resourceGroupName: string, resourceName: string, callback: msRest.ServiceCallback<Models.ComponentLinkedStorageAccounts>): void;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, resourceName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ComponentLinkedStorageAccounts>): void;\n get(resourceGroupName: string, resourceName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ComponentLinkedStorageAccounts>, callback?: msRest.ServiceCallback<Models.ComponentLinkedStorageAccounts>): Promise<Models.ComponentLinkedStorageAccountsGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n resourceName,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.ComponentLinkedStorageAccountsGetResponse>;\n }\n\n /**\n * Replace current linked storage account for an Application Insights component.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param linkedStorageAccountsProperties Properties that need to be specified to update linked\n * storage accounts for an Application Insights component.\n * @param [options] The optional parameters\n * @returns Promise<Models.ComponentLinkedStorageAccountsCreateAndUpdateResponse>\n */\n createAndUpdate(resourceGroupName: string, resourceName: string, linkedStorageAccountsProperties: Models.ComponentLinkedStorageAccounts, options?: msRest.RequestOptionsBase): Promise<Models.ComponentLinkedStorageAccountsCreateAndUpdateResponse>;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param linkedStorageAccountsProperties Properties that need to be specified to update linked\n * storage accounts for an Application Insights component.\n * @param callback The callback\n */\n createAndUpdate(resourceGroupName: string, resourceName: string, linkedStorageAccountsProperties: Models.ComponentLinkedStorageAccounts, callback: msRest.ServiceCallback<Models.ComponentLinkedStorageAccounts>): void;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param linkedStorageAccountsProperties Properties that need to be specified to update linked\n * storage accounts for an Application Insights component.\n * @param options The optional parameters\n * @param callback The callback\n */\n createAndUpdate(resourceGroupName: string, resourceName: string, linkedStorageAccountsProperties: Models.ComponentLinkedStorageAccounts, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ComponentLinkedStorageAccounts>): void;\n createAndUpdate(resourceGroupName: string, resourceName: string, linkedStorageAccountsProperties: Models.ComponentLinkedStorageAccounts, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ComponentLinkedStorageAccounts>, callback?: msRest.ServiceCallback<Models.ComponentLinkedStorageAccounts>): Promise<Models.ComponentLinkedStorageAccountsCreateAndUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n resourceName,\n linkedStorageAccountsProperties,\n options\n },\n createAndUpdateOperationSpec,\n callback) as Promise<Models.ComponentLinkedStorageAccountsCreateAndUpdateResponse>;\n }\n\n /**\n * Update linked storage accounts for an Application Insights component.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param linkedStorageAccountsProperties Properties that need to be specified to update a linked\n * storage accounts for an Application Insights component.\n * @param [options] The optional parameters\n * @returns Promise<Models.ComponentLinkedStorageAccountsUpdateResponse>\n */\n update(resourceGroupName: string, resourceName: string, linkedStorageAccountsProperties: Models.ComponentLinkedStorageAccountsPatch, options?: msRest.RequestOptionsBase): Promise<Models.ComponentLinkedStorageAccountsUpdateResponse>;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param linkedStorageAccountsProperties Properties that need to be specified to update a linked\n * storage accounts for an Application Insights component.\n * @param callback The callback\n */\n update(resourceGroupName: string, resourceName: string, linkedStorageAccountsProperties: Models.ComponentLinkedStorageAccountsPatch, callback: msRest.ServiceCallback<Models.ComponentLinkedStorageAccounts>): void;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param linkedStorageAccountsProperties Properties that need to be specified to update a linked\n * storage accounts for an Application Insights component.\n * @param options The optional parameters\n * @param callback The callback\n */\n update(resourceGroupName: string, resourceName: string, linkedStorageAccountsProperties: Models.ComponentLinkedStorageAccountsPatch, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ComponentLinkedStorageAccounts>): void;\n update(resourceGroupName: string, resourceName: string, linkedStorageAccountsProperties: Models.ComponentLinkedStorageAccountsPatch, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ComponentLinkedStorageAccounts>, callback?: msRest.ServiceCallback<Models.ComponentLinkedStorageAccounts>): Promise<Models.ComponentLinkedStorageAccountsUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n resourceName,\n linkedStorageAccountsProperties,\n options\n },\n updateOperationSpec,\n callback) as Promise<Models.ComponentLinkedStorageAccountsUpdateResponse>;\n }\n\n /**\n * Delete linked storage accounts for an Application Insights component.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n deleteMethod(resourceGroupName: string, resourceName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param callback The callback\n */\n deleteMethod(resourceGroupName: string, resourceName: string, callback: msRest.ServiceCallback<void>): void;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param options The optional parameters\n * @param callback The callback\n */\n deleteMethod(resourceGroupName: string, resourceName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<void>): void;\n deleteMethod(resourceGroupName: string, resourceName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<void>, callback?: msRest.ServiceCallback<void>): Promise<msRest.RestResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n resourceName,\n options\n },\n deleteMethodOperationSpec,\n callback);\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.insights/components/{resourceName}/linkedStorageAccounts/{storageType}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.resourceName,\n Parameters.storageType\n ],\n queryParameters: [\n Parameters.apiVersion3\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ComponentLinkedStorageAccounts\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst createAndUpdateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.insights/components/{resourceName}/linkedStorageAccounts/{storageType}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.resourceName,\n Parameters.storageType\n ],\n queryParameters: [\n Parameters.apiVersion3\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"linkedStorageAccountsProperties\",\n mapper: {\n ...Mappers.ComponentLinkedStorageAccounts,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.ComponentLinkedStorageAccounts\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst updateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PATCH\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.insights/components/{resourceName}/linkedStorageAccounts/{storageType}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.resourceName,\n Parameters.storageType\n ],\n queryParameters: [\n Parameters.apiVersion3\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"linkedStorageAccountsProperties\",\n mapper: {\n ...Mappers.ComponentLinkedStorageAccountsPatch,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.ComponentLinkedStorageAccounts\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst deleteMethodOperationSpec: msRest.OperationSpec = {\n httpMethod: \"DELETE\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.insights/components/{resourceName}/linkedStorageAccounts/{storageType}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.resourceName,\n Parameters.storageType\n ],\n queryParameters: [\n Parameters.apiVersion3\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {},\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n ErrorResponse,\n LiveTokenResponse\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/liveTokenMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { ApplicationInsightsManagementClientContext } from \"../applicationInsightsManagementClientContext\";\n\n/** Class representing a LiveToken. */\nexport class LiveToken {\n private readonly client: ApplicationInsightsManagementClientContext;\n\n /**\n * Create a LiveToken.\n * @param {ApplicationInsightsManagementClientContext} client Reference to the service client.\n */\n constructor(client: ApplicationInsightsManagementClientContext) {\n this.client = client;\n }\n\n /**\n * **Gets an access token for live metrics stream data.**\n * @param resourceUri The identifier of the resource.\n * @param [options] The optional parameters\n * @returns Promise<Models.LiveTokenGetResponse>\n */\n get(resourceUri: string, options?: msRest.RequestOptionsBase): Promise<Models.LiveTokenGetResponse>;\n /**\n * @param resourceUri The identifier of the resource.\n * @param callback The callback\n */\n get(resourceUri: string, callback: msRest.ServiceCallback<Models.LiveTokenResponse>): void;\n /**\n * @param resourceUri The identifier of the resource.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(resourceUri: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.LiveTokenResponse>): void;\n get(resourceUri: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.LiveTokenResponse>, callback?: msRest.ServiceCallback<Models.LiveTokenResponse>): Promise<Models.LiveTokenGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceUri,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.LiveTokenGetResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"{resourceUri}/providers/microsoft.insights/generatelivetoken\",\n urlParameters: [\n Parameters.resourceUri\n ],\n queryParameters: [\n Parameters.apiVersion1\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.LiveTokenResponse\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as Models from \"./models\";\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as msRestAzure from \"@azure/ms-rest-azure-js\";\n\nconst packageName = \"@azure/arm-appinsights\";\nconst packageVersion = \"3.0.0\";\n\nexport class ApplicationInsightsManagementClientContext extends msRestAzure.AzureServiceClient {\n credentials: msRest.ServiceClientCredentials;\n subscriptionId: string;\n\n /**\n * Initializes a new instance of the ApplicationInsightsManagementClient class.\n * @param credentials Credentials needed for the client to connect to Azure.\n * @param subscriptionId The ID of the target subscription.\n * @param [options] The parameter options\n */\n constructor(credentials: msRest.ServiceClientCredentials, subscriptionId: string, options?: Models.ApplicationInsightsManagementClientOptions) {\n if (credentials == undefined) {\n throw new Error('\\'credentials\\' cannot be null.');\n }\n if (subscriptionId == undefined) {\n throw new Error('\\'subscriptionId\\' cannot be null.');\n }\n\n if (!options) {\n options = {};\n }\n if(!options.userAgent) {\n const defaultUserAgent = msRestAzure.getDefaultUserAgentValue();\n options.userAgent = `${packageName}/${packageVersion} ${defaultUserAgent}`;\n }\n\n super(credentials, options);\n\n this.acceptLanguage = 'en-US';\n this.longRunningOperationRetryTimeout = 30;\n this.baseUri = options.baseUri || this.baseUri || \"https://management.azure.com\";\n this.requestContentType = \"application/json; charset=utf-8\";\n this.credentials = credentials;\n this.subscriptionId = subscriptionId;\n\n if(options.acceptLanguage !== null && options.acceptLanguage !== undefined) {\n this.acceptLanguage = options.acceptLanguage;\n }\n if(options.longRunningOperationRetryTimeout !== null && options.longRunningOperationRetryTimeout !== undefined) {\n this.longRunningOperationRetryTimeout = options.longRunningOperationRetryTimeout;\n }\n }\n}\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"./models\";\nimport * as Mappers from \"./models/mappers\";\nimport * as operations from \"./operations\";\nimport { ApplicationInsightsManagementClientContext } from \"./applicationInsightsManagementClientContext\";\n\n\nclass ApplicationInsightsManagementClient extends ApplicationInsightsManagementClientContext {\n // Operation groups\n operations: operations.Operations;\n annotations: operations.Annotations;\n aPIKeys: operations.APIKeys;\n exportConfigurations: operations.ExportConfigurations;\n componentCurrentBillingFeatures: operations.ComponentCurrentBillingFeatures;\n componentQuotaStatus: operations.ComponentQuotaStatus;\n componentFeatureCapabilities: operations.ComponentFeatureCapabilities;\n componentAvailableFeatures: operations.ComponentAvailableFeatures;\n proactiveDetectionConfigurations: operations.ProactiveDetectionConfigurations;\n workItemConfigurations: operations.WorkItemConfigurations;\n favorites: operations.Favorites;\n webTestLocations: operations.WebTestLocations;\n webTests: operations.WebTests;\n analyticsItems: operations.AnalyticsItems;\n workbooks: operations.Workbooks;\n myWorkbooks: operations.MyWorkbooks;\n components: operations.Components;\n componentLinkedStorageAccounts: operations.ComponentLinkedStorageAccountsOperations;\n liveToken: operations.LiveToken;\n\n /**\n * Initializes a new instance of the ApplicationInsightsManagementClient class.\n * @param credentials Credentials needed for the client to connect to Azure.\n * @param subscriptionId The ID of the target subscription.\n * @param [options] The parameter options\n */\n constructor(credentials: msRest.ServiceClientCredentials, subscriptionId: string, options?: Models.ApplicationInsightsManagementClientOptions) {\n super(credentials, subscriptionId, options);\n this.operations = new operations.Operations(this);\n this.annotations = new operations.Annotations(this);\n this.aPIKeys = new operations.APIKeys(this);\n this.exportConfigurations = new operations.ExportConfigurations(this);\n this.componentCurrentBillingFeatures = new operations.ComponentCurrentBillingFeatures(this);\n this.componentQuotaStatus = new operations.ComponentQuotaStatus(this);\n this.componentFeatureCapabilities = new operations.ComponentFeatureCapabilities(this);\n this.componentAvailableFeatures = new operations.ComponentAvailableFeatures(this);\n this.proactiveDetectionConfigurations = new operations.ProactiveDetectionConfigurations(this);\n this.workItemConfigurations = new operations.WorkItemConfigurations(this);\n this.favorites = new operations.Favorites(this);\n this.webTestLocations = new operations.WebTestLocations(this);\n this.webTests = new operations.WebTests(this);\n this.analyticsItems = new operations.AnalyticsItems(this);\n this.workbooks = new operations.Workbooks(this);\n this.myWorkbooks = new operations.MyWorkbooks(this);\n this.components = new operations.Components(this);\n this.componentLinkedStorageAccounts = new operations.ComponentLinkedStorageAccountsOperations(this);\n this.liveToken = new operations.LiveToken(this);\n }\n}\n\n// Operation Specifications\n\nexport {\n ApplicationInsightsManagementClient,\n ApplicationInsightsManagementClientContext,\n Models as ApplicationInsightsManagementModels,\n Mappers as ApplicationInsightsManagementMappers\n};\nexport * from \"./operations\";\n"],"names":["CloudErrorMapper","BaseResourceMapper","msRest.QueryCollectionFormat","msRest.Serializer","Parameters.apiVersion0","Parameters.acceptLanguage","Mappers.OperationListResult","Mappers.ErrorResponse","Parameters.apiVersion1","Mappers.OperationsListResult","Mappers.CloudError","Parameters.nextPageLink","listOperationSpec","serializer","Mappers","Parameters.resourceGroupName","Parameters.subscriptionId","Parameters.resourceName","Parameters.start","Parameters.end","Mappers.AnnotationsListResult","Mappers.AnnotationError","Mappers.Annotation","Parameters.annotationId","createOperationSpec","deleteMethodOperationSpec","getOperationSpec","Mappers.ApplicationInsightsComponentAPIKeyListResult","Mappers.APIKeyRequest","Mappers.ApplicationInsightsComponentAPIKey","Parameters.keyId","Mappers.ApplicationInsightsComponentExportRequest","Parameters.exportId","Mappers.ApplicationInsightsComponentExportConfiguration","updateOperationSpec","Mappers.ApplicationInsightsComponentBillingFeatures","Mappers.ApplicationInsightsComponentQuotaStatus","Mappers.ApplicationInsightsComponentFeatureCapabilities","Mappers.ApplicationInsightsComponentAvailableFeatures","Parameters.configurationId","Mappers.ApplicationInsightsComponentProactiveDetectionConfiguration","Mappers.WorkItemConfigurationsListResult","Mappers.WorkItemConfigurationError","Mappers.WorkItemCreateConfiguration","Mappers.WorkItemConfiguration","Parameters.workItemConfigId","Parameters.favoriteType","Parameters.sourceType","Parameters.canFetchContent","Parameters.tags","Parameters.favoriteId","Mappers.ApplicationInsightsComponentFavorite","Mappers.ApplicationInsightsWebTestLocationsListResult","listNextOperationSpec","Mappers.WebTestListResult","Parameters.webTestName","Mappers.WebTest","Mappers.TagsResource","Parameters.componentName","Parameters.scopePath","Parameters.scope","Parameters.type","Parameters.includeContent","Parameters.id","Parameters.name","Mappers.ApplicationInsightsComponentAnalyticsItem","Parameters.overrideItem","listByResourceGroupOperationSpec","createOrUpdateOperationSpec","Parameters.category","Mappers.WorkbooksListResult","Mappers.WorkbookError","Mappers.Workbook","Mappers.MyWorkbooksListResult","Mappers.MyWorkbookError","Mappers.MyWorkbook","updateTagsOperationSpec","listByResourceGroupNextOperationSpec","Parameters.apiVersion2","Mappers.ApplicationInsightsComponentListResult","Mappers.ApplicationInsightsComponent","Mappers.ComponentPurgeBody","Mappers.ComponentPurgeResponse","Parameters.purgeId","Mappers.ComponentPurgeStatusResponse","Parameters.storageType","Parameters.apiVersion3","Mappers.ComponentLinkedStorageAccounts","Mappers.ComponentLinkedStorageAccountsPatch","Parameters.resourceUri","Mappers.LiveTokenResponse","msRestAzure.getDefaultUserAgentValue","msRestAzure.AzureServiceClient","operations.Operations","operations.Annotations","operations.APIKeys","operations.ExportConfigurations","operations.ComponentCurrentBillingFeatures","operations.ComponentQuotaStatus","operations.ComponentFeatureCapabilities","operations.ComponentAvailableFeatures","operations.ProactiveDetectionConfigurations","operations.WorkItemConfigurations","operations.Favorites","operations.WebTestLocations","operations.WebTests","operations.AnalyticsItems","operations.Workbooks","operations.MyWorkbooks","operations.Components","operations.ComponentLinkedStorageAccountsOperations","operations.LiveToken"],"mappings":"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"}