@azure/arm-appinsights 4.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 (453) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/LICENSE +21 -0
  3. package/LICENSE.txt +1 -1
  4. package/README.md +70 -78
  5. package/dist/index.js +7675 -0
  6. package/dist/index.js.map +1 -0
  7. package/dist/index.min.js +1 -0
  8. package/dist/index.min.js.map +1 -0
  9. package/dist-esm/src/applicationInsightsManagementClient.d.ts +36 -0
  10. package/dist-esm/src/applicationInsightsManagementClient.d.ts.map +1 -0
  11. package/dist-esm/src/applicationInsightsManagementClient.js +69 -0
  12. package/dist-esm/src/applicationInsightsManagementClient.js.map +1 -0
  13. package/dist-esm/src/index.d.ts +5 -0
  14. package/dist-esm/src/index.d.ts.map +1 -0
  15. package/dist-esm/src/index.js +12 -0
  16. package/dist-esm/src/index.js.map +1 -0
  17. package/dist-esm/src/models/index.d.ts +2080 -0
  18. package/dist-esm/src/models/index.d.ts.map +1 -0
  19. package/dist-esm/src/models/index.js +133 -0
  20. package/dist-esm/src/models/index.js.map +1 -0
  21. package/dist-esm/src/models/mappers.d.ts +86 -0
  22. package/dist-esm/src/models/mappers.d.ts.map +1 -0
  23. package/{esm → dist-esm/src}/models/mappers.js +1389 -1567
  24. package/dist-esm/src/models/mappers.js.map +1 -0
  25. package/dist-esm/src/models/parameters.d.ts +63 -0
  26. package/dist-esm/src/models/parameters.d.ts.map +1 -0
  27. package/{esm → dist-esm/src}/models/parameters.js +259 -225
  28. package/dist-esm/src/models/parameters.js.map +1 -0
  29. package/dist-esm/src/operations/aPIKeys.d.ts +55 -0
  30. package/dist-esm/src/operations/aPIKeys.d.ts.map +1 -0
  31. package/dist-esm/src/operations/aPIKeys.js +185 -0
  32. package/dist-esm/src/operations/aPIKeys.js.map +1 -0
  33. package/dist-esm/src/operations/analyticsItems.d.ts +51 -0
  34. package/dist-esm/src/operations/analyticsItems.d.ts.map +1 -0
  35. package/dist-esm/src/operations/analyticsItems.js +157 -0
  36. package/dist-esm/src/operations/analyticsItems.js.map +1 -0
  37. package/dist-esm/src/operations/annotations.d.ts +63 -0
  38. package/dist-esm/src/operations/annotations.d.ts.map +1 -0
  39. package/dist-esm/src/operations/annotations.js +207 -0
  40. package/dist-esm/src/operations/annotations.js.map +1 -0
  41. package/dist-esm/src/operations/componentAvailableFeatures.d.ts +20 -0
  42. package/dist-esm/src/operations/componentAvailableFeatures.d.ts.map +1 -0
  43. package/dist-esm/src/operations/componentAvailableFeatures.js +50 -0
  44. package/dist-esm/src/operations/componentAvailableFeatures.js.map +1 -0
  45. package/dist-esm/src/operations/componentCurrentBillingFeatures.d.ts +29 -0
  46. package/dist-esm/src/operations/componentCurrentBillingFeatures.d.ts.map +1 -0
  47. package/dist-esm/src/operations/componentCurrentBillingFeatures.js +81 -0
  48. package/dist-esm/src/operations/componentCurrentBillingFeatures.js.map +1 -0
  49. package/dist-esm/src/operations/componentFeatureCapabilities.d.ts +20 -0
  50. package/dist-esm/src/operations/componentFeatureCapabilities.d.ts.map +1 -0
  51. package/dist-esm/src/operations/componentFeatureCapabilities.js +50 -0
  52. package/dist-esm/src/operations/componentFeatureCapabilities.js.map +1 -0
  53. package/dist-esm/src/operations/componentLinkedStorageAccountsOperations.d.ts +53 -0
  54. package/dist-esm/src/operations/componentLinkedStorageAccountsOperations.d.ts.map +1 -0
  55. package/dist-esm/src/operations/componentLinkedStorageAccountsOperations.js +174 -0
  56. package/dist-esm/src/operations/componentLinkedStorageAccountsOperations.js.map +1 -0
  57. package/dist-esm/src/operations/componentQuotaStatus.d.ts +20 -0
  58. package/dist-esm/src/operations/componentQuotaStatus.d.ts.map +1 -0
  59. package/dist-esm/src/operations/componentQuotaStatus.js +50 -0
  60. package/dist-esm/src/operations/componentQuotaStatus.js.map +1 -0
  61. package/dist-esm/src/operations/components.d.ts +108 -0
  62. package/dist-esm/src/operations/components.d.ts.map +1 -0
  63. package/dist-esm/src/operations/components.js +402 -0
  64. package/dist-esm/src/operations/components.js.map +1 -0
  65. package/dist-esm/src/operations/exportConfigurations.d.ts +58 -0
  66. package/dist-esm/src/operations/exportConfigurations.d.ts.map +1 -0
  67. package/dist-esm/src/operations/exportConfigurations.js +195 -0
  68. package/dist-esm/src/operations/exportConfigurations.js.map +1 -0
  69. package/dist-esm/src/operations/favorites.d.ts +55 -0
  70. package/dist-esm/src/operations/favorites.d.ts.map +1 -0
  71. package/dist-esm/src/operations/favorites.js +196 -0
  72. package/dist-esm/src/operations/favorites.js.map +1 -0
  73. package/{esm → dist-esm/src}/operations/index.d.ts +1 -1
  74. package/dist-esm/src/operations/index.d.ts.map +1 -0
  75. package/{esm → dist-esm/src}/operations/index.js +2 -3
  76. package/dist-esm/src/operations/index.js.map +1 -0
  77. package/dist-esm/src/operations/liveToken.d.ts +19 -0
  78. package/dist-esm/src/operations/liveToken.d.ts.map +1 -0
  79. package/dist-esm/src/operations/liveToken.js +47 -0
  80. package/dist-esm/src/operations/liveToken.js.map +1 -0
  81. package/dist-esm/src/operations/myWorkbooks.d.ts +89 -0
  82. package/dist-esm/src/operations/myWorkbooks.d.ts.map +1 -0
  83. package/dist-esm/src/operations/myWorkbooks.js +387 -0
  84. package/dist-esm/src/operations/myWorkbooks.js.map +1 -0
  85. package/dist-esm/src/operations/operations.d.ts +32 -0
  86. package/dist-esm/src/operations/operations.d.ts.map +1 -0
  87. package/dist-esm/src/operations/operations.js +116 -0
  88. package/dist-esm/src/operations/operations.js.map +1 -0
  89. package/dist-esm/src/operations/proactiveDetectionConfigurations.d.ts +40 -0
  90. package/dist-esm/src/operations/proactiveDetectionConfigurations.d.ts.map +1 -0
  91. package/dist-esm/src/operations/proactiveDetectionConfigurations.js +130 -0
  92. package/dist-esm/src/operations/proactiveDetectionConfigurations.js.map +1 -0
  93. package/dist-esm/src/operations/webTestLocations.d.ts +30 -0
  94. package/dist-esm/src/operations/webTestLocations.d.ts.map +1 -0
  95. package/dist-esm/src/operations/webTestLocations.js +96 -0
  96. package/dist-esm/src/operations/webTestLocations.js.map +1 -0
  97. package/dist-esm/src/operations/webTests.d.ts +108 -0
  98. package/dist-esm/src/operations/webTests.d.ts.map +1 -0
  99. package/dist-esm/src/operations/webTests.js +435 -0
  100. package/dist-esm/src/operations/webTests.js.map +1 -0
  101. package/dist-esm/src/operations/workItemConfigurations.d.ts +75 -0
  102. package/dist-esm/src/operations/workItemConfigurations.d.ts.map +1 -0
  103. package/dist-esm/src/operations/workItemConfigurations.js +257 -0
  104. package/dist-esm/src/operations/workItemConfigurations.js.map +1 -0
  105. package/dist-esm/src/operations/workbookTemplates.d.ts +57 -0
  106. package/dist-esm/src/operations/workbookTemplates.d.ts.map +1 -0
  107. package/dist-esm/src/operations/workbookTemplates.js +223 -0
  108. package/dist-esm/src/operations/workbookTemplates.js.map +1 -0
  109. package/dist-esm/src/operations/workbooks.d.ts +120 -0
  110. package/dist-esm/src/operations/workbooks.d.ts.map +1 -0
  111. package/dist-esm/src/operations/workbooks.js +530 -0
  112. package/dist-esm/src/operations/workbooks.js.map +1 -0
  113. package/dist-esm/src/operationsInterfaces/aPIKeys.d.ts +38 -0
  114. package/dist-esm/src/operationsInterfaces/aPIKeys.d.ts.map +1 -0
  115. package/{esm/models/index.js → dist-esm/src/operationsInterfaces/aPIKeys.js} +2 -1
  116. package/dist-esm/src/operationsInterfaces/aPIKeys.js.map +1 -0
  117. package/dist-esm/src/operationsInterfaces/analyticsItems.d.ts +43 -0
  118. package/dist-esm/src/operationsInterfaces/analyticsItems.d.ts.map +1 -0
  119. package/{src/models/favoritesMappers.ts → dist-esm/src/operationsInterfaces/analyticsItems.js} +2 -5
  120. package/dist-esm/src/operationsInterfaces/analyticsItems.js.map +1 -0
  121. package/dist-esm/src/operationsInterfaces/annotations.d.ts +43 -0
  122. package/dist-esm/src/operationsInterfaces/annotations.d.ts.map +1 -0
  123. package/{src/models/componentQuotaStatusMappers.ts → dist-esm/src/operationsInterfaces/annotations.js} +2 -5
  124. package/dist-esm/src/operationsInterfaces/annotations.js.map +1 -0
  125. package/dist-esm/src/operationsInterfaces/componentAvailableFeatures.d.ts +12 -0
  126. package/dist-esm/src/operationsInterfaces/componentAvailableFeatures.d.ts.map +1 -0
  127. package/{src/models/componentFeatureCapabilitiesMappers.ts → dist-esm/src/operationsInterfaces/componentAvailableFeatures.js} +2 -5
  128. package/dist-esm/src/operationsInterfaces/componentAvailableFeatures.js.map +1 -0
  129. package/dist-esm/src/operationsInterfaces/componentCurrentBillingFeatures.d.ts +21 -0
  130. package/dist-esm/src/operationsInterfaces/componentCurrentBillingFeatures.d.ts.map +1 -0
  131. package/dist-esm/src/operationsInterfaces/componentCurrentBillingFeatures.js +9 -0
  132. package/dist-esm/src/operationsInterfaces/componentCurrentBillingFeatures.js.map +1 -0
  133. package/dist-esm/src/operationsInterfaces/componentFeatureCapabilities.d.ts +12 -0
  134. package/dist-esm/src/operationsInterfaces/componentFeatureCapabilities.d.ts.map +1 -0
  135. package/dist-esm/src/operationsInterfaces/componentFeatureCapabilities.js +9 -0
  136. package/dist-esm/src/operationsInterfaces/componentFeatureCapabilities.js.map +1 -0
  137. package/dist-esm/src/operationsInterfaces/componentLinkedStorageAccountsOperations.d.ts +45 -0
  138. package/dist-esm/src/operationsInterfaces/componentLinkedStorageAccountsOperations.d.ts.map +1 -0
  139. package/dist-esm/src/operationsInterfaces/componentLinkedStorageAccountsOperations.js +9 -0
  140. package/dist-esm/src/operationsInterfaces/componentLinkedStorageAccountsOperations.js.map +1 -0
  141. package/dist-esm/src/operationsInterfaces/componentQuotaStatus.d.ts +12 -0
  142. package/dist-esm/src/operationsInterfaces/componentQuotaStatus.d.ts.map +1 -0
  143. package/dist-esm/src/operationsInterfaces/componentQuotaStatus.js +9 -0
  144. package/dist-esm/src/operationsInterfaces/componentQuotaStatus.js.map +1 -0
  145. package/dist-esm/src/operationsInterfaces/components.d.ts +72 -0
  146. package/dist-esm/src/operationsInterfaces/components.d.ts.map +1 -0
  147. package/dist-esm/src/operationsInterfaces/components.js +9 -0
  148. package/dist-esm/src/operationsInterfaces/components.js.map +1 -0
  149. package/dist-esm/src/operationsInterfaces/exportConfigurations.d.ts +50 -0
  150. package/dist-esm/src/operationsInterfaces/exportConfigurations.d.ts.map +1 -0
  151. package/dist-esm/src/operationsInterfaces/exportConfigurations.js +9 -0
  152. package/dist-esm/src/operationsInterfaces/exportConfigurations.js.map +1 -0
  153. package/dist-esm/src/operationsInterfaces/favorites.d.ts +47 -0
  154. package/dist-esm/src/operationsInterfaces/favorites.d.ts.map +1 -0
  155. package/dist-esm/src/operationsInterfaces/favorites.js +9 -0
  156. package/dist-esm/src/operationsInterfaces/favorites.js.map +1 -0
  157. package/dist-esm/src/operationsInterfaces/index.d.ts +21 -0
  158. package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
  159. package/dist-esm/src/operationsInterfaces/index.js +28 -0
  160. package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
  161. package/dist-esm/src/operationsInterfaces/liveToken.d.ts +11 -0
  162. package/dist-esm/src/operationsInterfaces/liveToken.d.ts.map +1 -0
  163. package/dist-esm/src/operationsInterfaces/liveToken.js +9 -0
  164. package/dist-esm/src/operationsInterfaces/liveToken.js.map +1 -0
  165. package/dist-esm/src/operationsInterfaces/myWorkbooks.d.ts +49 -0
  166. package/dist-esm/src/operationsInterfaces/myWorkbooks.d.ts.map +1 -0
  167. package/dist-esm/src/operationsInterfaces/myWorkbooks.js +9 -0
  168. package/dist-esm/src/operationsInterfaces/myWorkbooks.js.map +1 -0
  169. package/dist-esm/src/operationsInterfaces/operations.d.ts +11 -0
  170. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
  171. package/dist-esm/src/operationsInterfaces/operations.js +9 -0
  172. package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
  173. package/dist-esm/src/operationsInterfaces/proactiveDetectionConfigurations.d.ts +32 -0
  174. package/dist-esm/src/operationsInterfaces/proactiveDetectionConfigurations.d.ts.map +1 -0
  175. package/dist-esm/src/operationsInterfaces/proactiveDetectionConfigurations.js +9 -0
  176. package/dist-esm/src/operationsInterfaces/proactiveDetectionConfigurations.js.map +1 -0
  177. package/dist-esm/src/operationsInterfaces/webTestLocations.d.ts +13 -0
  178. package/dist-esm/src/operationsInterfaces/webTestLocations.d.ts.map +1 -0
  179. package/dist-esm/src/operationsInterfaces/webTestLocations.js +9 -0
  180. package/dist-esm/src/operationsInterfaces/webTestLocations.js.map +1 -0
  181. package/dist-esm/src/operationsInterfaces/webTests.d.ts +55 -0
  182. package/dist-esm/src/operationsInterfaces/webTests.d.ts.map +1 -0
  183. package/dist-esm/src/operationsInterfaces/webTests.js +9 -0
  184. package/dist-esm/src/operationsInterfaces/webTests.js.map +1 -0
  185. package/dist-esm/src/operationsInterfaces/workItemConfigurations.d.ts +58 -0
  186. package/dist-esm/src/operationsInterfaces/workItemConfigurations.d.ts.map +1 -0
  187. package/dist-esm/src/operationsInterfaces/workItemConfigurations.js +9 -0
  188. package/dist-esm/src/operationsInterfaces/workItemConfigurations.js.map +1 -0
  189. package/dist-esm/src/operationsInterfaces/workbookTemplates.d.ts +41 -0
  190. package/dist-esm/src/operationsInterfaces/workbookTemplates.d.ts.map +1 -0
  191. package/dist-esm/src/operationsInterfaces/workbookTemplates.js +9 -0
  192. package/dist-esm/src/operationsInterfaces/workbookTemplates.js.map +1 -0
  193. package/dist-esm/src/operationsInterfaces/workbooks.d.ts +63 -0
  194. package/dist-esm/src/operationsInterfaces/workbooks.d.ts.map +1 -0
  195. package/dist-esm/src/operationsInterfaces/workbooks.js +9 -0
  196. package/dist-esm/src/operationsInterfaces/workbooks.js.map +1 -0
  197. package/dist-esm/test/sampleTest.d.ts +2 -0
  198. package/dist-esm/test/sampleTest.d.ts.map +1 -0
  199. package/dist-esm/test/sampleTest.js +40 -0
  200. package/dist-esm/test/sampleTest.js.map +1 -0
  201. package/package.json +71 -32
  202. package/review/arm-appinsights.api.md +1779 -0
  203. package/rollup.config.js +181 -30
  204. package/src/applicationInsightsManagementClient.ts +146 -70
  205. package/src/{models/aPIKeysMappers.ts → index.ts} +4 -6
  206. package/src/models/index.ts +1526 -3216
  207. package/src/models/mappers.ts +1331 -1506
  208. package/src/models/parameters.ts +344 -225
  209. package/src/operations/aPIKeys.ts +153 -188
  210. package/src/operations/analyticsItems.ts +120 -237
  211. package/src/operations/annotations.ts +185 -211
  212. package/src/operations/componentAvailableFeatures.ts +38 -54
  213. package/src/operations/componentCurrentBillingFeatures.ts +64 -107
  214. package/src/operations/componentFeatureCapabilities.ts +38 -54
  215. package/src/operations/componentLinkedStorageAccountsOperations.ts +122 -175
  216. package/src/operations/componentQuotaStatus.ts +37 -54
  217. package/src/operations/components.ts +325 -443
  218. package/src/operations/exportConfigurations.ts +137 -261
  219. package/src/operations/favorites.ts +132 -239
  220. package/src/operations/index.ts +2 -3
  221. package/src/operations/liveToken.ts +27 -46
  222. package/src/operations/myWorkbooks.ts +334 -353
  223. package/src/operations/operations.ts +82 -172
  224. package/src/operations/proactiveDetectionConfigurations.ts +95 -157
  225. package/src/operations/webTestLocations.ts +84 -50
  226. package/src/operations/webTests.ts +389 -417
  227. package/src/operations/workItemConfigurations.ts +200 -280
  228. package/src/operations/workbookTemplates.ts +167 -210
  229. package/src/operations/workbooks.ts +481 -470
  230. package/src/operationsInterfaces/aPIKeys.ts +76 -0
  231. package/src/operationsInterfaces/analyticsItems.ts +82 -0
  232. package/src/operationsInterfaces/annotations.ts +81 -0
  233. package/src/operationsInterfaces/componentAvailableFeatures.ts +27 -0
  234. package/src/operationsInterfaces/componentCurrentBillingFeatures.ts +44 -0
  235. package/src/operationsInterfaces/componentFeatureCapabilities.ts +27 -0
  236. package/src/operationsInterfaces/componentLinkedStorageAccountsOperations.ts +86 -0
  237. package/src/operationsInterfaces/componentQuotaStatus.ts +27 -0
  238. package/src/operationsInterfaces/components.ts +131 -0
  239. package/src/operationsInterfaces/exportConfigurations.ts +95 -0
  240. package/src/operationsInterfaces/favorites.ts +92 -0
  241. package/src/operationsInterfaces/index.ts +28 -0
  242. package/src/operationsInterfaces/liveToken.ts +22 -0
  243. package/src/operationsInterfaces/myWorkbooks.ts +95 -0
  244. package/src/operationsInterfaces/operations.ts +22 -0
  245. package/src/operationsInterfaces/proactiveDetectionConfigurations.ts +63 -0
  246. package/src/operationsInterfaces/webTestLocations.ts +29 -0
  247. package/src/operationsInterfaces/webTests.ts +104 -0
  248. package/src/operationsInterfaces/workItemConfigurations.ts +109 -0
  249. package/src/operationsInterfaces/workbookTemplates.ts +80 -0
  250. package/src/operationsInterfaces/workbooks.ts +120 -0
  251. package/tsconfig.json +3 -3
  252. package/types/arm-appinsights.d.ts +3102 -0
  253. package/types/tsdoc-metadata.json +11 -0
  254. package/dist/arm-appinsights.js +0 -7933
  255. package/dist/arm-appinsights.js.map +0 -1
  256. package/dist/arm-appinsights.min.js +0 -1
  257. package/dist/arm-appinsights.min.js.map +0 -1
  258. package/esm/applicationInsightsManagementClient.d.ts +0 -43
  259. package/esm/applicationInsightsManagementClient.d.ts.map +0 -1
  260. package/esm/applicationInsightsManagementClient.js +0 -56
  261. package/esm/applicationInsightsManagementClient.js.map +0 -1
  262. package/esm/applicationInsightsManagementClientContext.d.ts +0 -21
  263. package/esm/applicationInsightsManagementClientContext.d.ts.map +0 -1
  264. package/esm/applicationInsightsManagementClientContext.js +0 -59
  265. package/esm/applicationInsightsManagementClientContext.js.map +0 -1
  266. package/esm/models/aPIKeysMappers.d.ts +0 -2
  267. package/esm/models/aPIKeysMappers.d.ts.map +0 -1
  268. package/esm/models/aPIKeysMappers.js +0 -9
  269. package/esm/models/aPIKeysMappers.js.map +0 -1
  270. package/esm/models/analyticsItemsMappers.d.ts +0 -2
  271. package/esm/models/analyticsItemsMappers.d.ts.map +0 -1
  272. package/esm/models/analyticsItemsMappers.js +0 -9
  273. package/esm/models/analyticsItemsMappers.js.map +0 -1
  274. package/esm/models/annotationsMappers.d.ts +0 -2
  275. package/esm/models/annotationsMappers.d.ts.map +0 -1
  276. package/esm/models/annotationsMappers.js +0 -9
  277. package/esm/models/annotationsMappers.js.map +0 -1
  278. package/esm/models/componentAvailableFeaturesMappers.d.ts +0 -2
  279. package/esm/models/componentAvailableFeaturesMappers.d.ts.map +0 -1
  280. package/esm/models/componentAvailableFeaturesMappers.js +0 -9
  281. package/esm/models/componentAvailableFeaturesMappers.js.map +0 -1
  282. package/esm/models/componentCurrentBillingFeaturesMappers.d.ts +0 -2
  283. package/esm/models/componentCurrentBillingFeaturesMappers.d.ts.map +0 -1
  284. package/esm/models/componentCurrentBillingFeaturesMappers.js +0 -9
  285. package/esm/models/componentCurrentBillingFeaturesMappers.js.map +0 -1
  286. package/esm/models/componentFeatureCapabilitiesMappers.d.ts +0 -2
  287. package/esm/models/componentFeatureCapabilitiesMappers.d.ts.map +0 -1
  288. package/esm/models/componentFeatureCapabilitiesMappers.js +0 -9
  289. package/esm/models/componentFeatureCapabilitiesMappers.js.map +0 -1
  290. package/esm/models/componentLinkedStorageAccountsOperationsMappers.d.ts +0 -2
  291. package/esm/models/componentLinkedStorageAccountsOperationsMappers.d.ts.map +0 -1
  292. package/esm/models/componentLinkedStorageAccountsOperationsMappers.js +0 -9
  293. package/esm/models/componentLinkedStorageAccountsOperationsMappers.js.map +0 -1
  294. package/esm/models/componentQuotaStatusMappers.d.ts +0 -2
  295. package/esm/models/componentQuotaStatusMappers.d.ts.map +0 -1
  296. package/esm/models/componentQuotaStatusMappers.js +0 -9
  297. package/esm/models/componentQuotaStatusMappers.js.map +0 -1
  298. package/esm/models/componentsMappers.d.ts +0 -2
  299. package/esm/models/componentsMappers.d.ts.map +0 -1
  300. package/esm/models/componentsMappers.js +0 -9
  301. package/esm/models/componentsMappers.js.map +0 -1
  302. package/esm/models/exportConfigurationsMappers.d.ts +0 -2
  303. package/esm/models/exportConfigurationsMappers.d.ts.map +0 -1
  304. package/esm/models/exportConfigurationsMappers.js +0 -9
  305. package/esm/models/exportConfigurationsMappers.js.map +0 -1
  306. package/esm/models/favoritesMappers.d.ts +0 -2
  307. package/esm/models/favoritesMappers.d.ts.map +0 -1
  308. package/esm/models/favoritesMappers.js +0 -9
  309. package/esm/models/favoritesMappers.js.map +0 -1
  310. package/esm/models/index.d.ts +0 -3793
  311. package/esm/models/index.d.ts.map +0 -1
  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 -89
  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 -41
  329. package/esm/models/parameters.d.ts.map +0 -1
  330. package/esm/models/parameters.js.map +0 -1
  331. package/esm/models/proactiveDetectionConfigurationsMappers.d.ts +0 -2
  332. package/esm/models/proactiveDetectionConfigurationsMappers.d.ts.map +0 -1
  333. package/esm/models/proactiveDetectionConfigurationsMappers.js +0 -9
  334. package/esm/models/proactiveDetectionConfigurationsMappers.js.map +0 -1
  335. package/esm/models/webTestLocationsMappers.d.ts +0 -2
  336. package/esm/models/webTestLocationsMappers.d.ts.map +0 -1
  337. package/esm/models/webTestLocationsMappers.js +0 -9
  338. package/esm/models/webTestLocationsMappers.js.map +0 -1
  339. package/esm/models/webTestsMappers.d.ts +0 -2
  340. package/esm/models/webTestsMappers.d.ts.map +0 -1
  341. package/esm/models/webTestsMappers.js +0 -9
  342. package/esm/models/webTestsMappers.js.map +0 -1
  343. package/esm/models/workItemConfigurationsMappers.d.ts +0 -2
  344. package/esm/models/workItemConfigurationsMappers.d.ts.map +0 -1
  345. package/esm/models/workItemConfigurationsMappers.js +0 -9
  346. package/esm/models/workItemConfigurationsMappers.js.map +0 -1
  347. package/esm/models/workbookTemplatesMappers.d.ts +0 -2
  348. package/esm/models/workbookTemplatesMappers.d.ts.map +0 -1
  349. package/esm/models/workbookTemplatesMappers.js +0 -9
  350. package/esm/models/workbookTemplatesMappers.js.map +0 -1
  351. package/esm/models/workbooksMappers.d.ts +0 -2
  352. package/esm/models/workbooksMappers.d.ts.map +0 -1
  353. package/esm/models/workbooksMappers.js +0 -9
  354. package/esm/models/workbooksMappers.js.map +0 -1
  355. package/esm/operations/aPIKeys.d.ts +0 -109
  356. package/esm/operations/aPIKeys.d.ts.map +0 -1
  357. package/esm/operations/aPIKeys.js +0 -160
  358. package/esm/operations/aPIKeys.js.map +0 -1
  359. package/esm/operations/analyticsItems.d.ts +0 -139
  360. package/esm/operations/analyticsItems.d.ts.map +0 -1
  361. package/esm/operations/analyticsItems.js +0 -181
  362. package/esm/operations/analyticsItems.js.map +0 -1
  363. package/esm/operations/annotations.d.ts +0 -124
  364. package/esm/operations/annotations.d.ts.map +0 -1
  365. package/esm/operations/annotations.js +0 -184
  366. package/esm/operations/annotations.js.map +0 -1
  367. package/esm/operations/componentAvailableFeatures.d.ts +0 -34
  368. package/esm/operations/componentAvailableFeatures.d.ts.map +0 -1
  369. package/esm/operations/componentAvailableFeatures.js +0 -57
  370. package/esm/operations/componentAvailableFeatures.js.map +0 -1
  371. package/esm/operations/componentCurrentBillingFeatures.d.ts +0 -61
  372. package/esm/operations/componentCurrentBillingFeatures.d.ts.map +0 -1
  373. package/esm/operations/componentCurrentBillingFeatures.js +0 -94
  374. package/esm/operations/componentCurrentBillingFeatures.js.map +0 -1
  375. package/esm/operations/componentFeatureCapabilities.d.ts +0 -34
  376. package/esm/operations/componentFeatureCapabilities.d.ts.map +0 -1
  377. package/esm/operations/componentFeatureCapabilities.js +0 -57
  378. package/esm/operations/componentFeatureCapabilities.js.map +0 -1
  379. package/esm/operations/componentLinkedStorageAccountsOperations.d.ts +0 -109
  380. package/esm/operations/componentLinkedStorageAccountsOperations.d.ts.map +0 -1
  381. package/esm/operations/componentLinkedStorageAccountsOperations.js +0 -164
  382. package/esm/operations/componentLinkedStorageAccountsOperations.js.map +0 -1
  383. package/esm/operations/componentQuotaStatus.d.ts +0 -34
  384. package/esm/operations/componentQuotaStatus.d.ts.map +0 -1
  385. package/esm/operations/componentQuotaStatus.js +0 -57
  386. package/esm/operations/componentQuotaStatus.js.map +0 -1
  387. package/esm/operations/components.d.ts +0 -236
  388. package/esm/operations/components.d.ts.map +0 -1
  389. package/esm/operations/components.js +0 -349
  390. package/esm/operations/components.js.map +0 -1
  391. package/esm/operations/exportConfigurations.d.ts +0 -148
  392. package/esm/operations/exportConfigurations.d.ts.map +0 -1
  393. package/esm/operations/exportConfigurations.js +0 -220
  394. package/esm/operations/exportConfigurations.js.map +0 -1
  395. package/esm/operations/favorites.d.ts +0 -139
  396. package/esm/operations/favorites.d.ts.map +0 -1
  397. package/esm/operations/favorites.js +0 -213
  398. package/esm/operations/favorites.js.map +0 -1
  399. package/esm/operations/index.d.ts.map +0 -1
  400. package/esm/operations/index.js.map +0 -1
  401. package/esm/operations/liveToken.d.ts +0 -31
  402. package/esm/operations/liveToken.d.ts.map +0 -1
  403. package/esm/operations/liveToken.js +0 -54
  404. package/esm/operations/liveToken.js.map +0 -1
  405. package/esm/operations/myWorkbooks.d.ts +0 -196
  406. package/esm/operations/myWorkbooks.d.ts.map +0 -1
  407. package/esm/operations/myWorkbooks.js +0 -297
  408. package/esm/operations/myWorkbooks.js.map +0 -1
  409. package/esm/operations/operations.d.ts +0 -81
  410. package/esm/operations/operations.d.ts.map +0 -1
  411. package/esm/operations/operations.js +0 -132
  412. package/esm/operations/operations.js.map +0 -1
  413. package/esm/operations/proactiveDetectionConfigurations.d.ts +0 -94
  414. package/esm/operations/proactiveDetectionConfigurations.d.ts.map +0 -1
  415. package/esm/operations/proactiveDetectionConfigurations.js +0 -140
  416. package/esm/operations/proactiveDetectionConfigurations.js.map +0 -1
  417. package/esm/operations/webTestLocations.d.ts +0 -34
  418. package/esm/operations/webTestLocations.d.ts.map +0 -1
  419. package/esm/operations/webTestLocations.js +0 -57
  420. package/esm/operations/webTestLocations.js.map +0 -1
  421. package/esm/operations/webTests.d.ts +0 -214
  422. package/esm/operations/webTests.d.ts.map +0 -1
  423. package/esm/operations/webTests.js +0 -334
  424. package/esm/operations/webTests.js.map +0 -1
  425. package/esm/operations/workItemConfigurations.d.ts +0 -169
  426. package/esm/operations/workItemConfigurations.d.ts.map +0 -1
  427. package/esm/operations/workItemConfigurations.js +0 -227
  428. package/esm/operations/workItemConfigurations.js.map +0 -1
  429. package/esm/operations/workbookTemplates.d.ts +0 -118
  430. package/esm/operations/workbookTemplates.d.ts.map +0 -1
  431. package/esm/operations/workbookTemplates.js +0 -194
  432. package/esm/operations/workbookTemplates.js.map +0 -1
  433. package/esm/operations/workbooks.d.ts +0 -256
  434. package/esm/operations/workbooks.d.ts.map +0 -1
  435. package/esm/operations/workbooks.js +0 -392
  436. package/esm/operations/workbooks.js.map +0 -1
  437. package/src/applicationInsightsManagementClientContext.ts +0 -65
  438. package/src/models/analyticsItemsMappers.ts +0 -13
  439. package/src/models/annotationsMappers.ts +0 -15
  440. package/src/models/componentAvailableFeaturesMappers.ts +0 -14
  441. package/src/models/componentCurrentBillingFeaturesMappers.ts +0 -13
  442. package/src/models/componentLinkedStorageAccountsOperationsMappers.ts +0 -42
  443. package/src/models/componentsMappers.ts +0 -46
  444. package/src/models/exportConfigurationsMappers.ts +0 -13
  445. package/src/models/liveTokenMappers.ts +0 -13
  446. package/src/models/myWorkbooksMappers.ts +0 -42
  447. package/src/models/operationsMappers.ts +0 -18
  448. package/src/models/proactiveDetectionConfigurationsMappers.ts +0 -40
  449. package/src/models/webTestLocationsMappers.ts +0 -13
  450. package/src/models/webTestsMappers.ts +0 -42
  451. package/src/models/workItemConfigurationsMappers.ts +0 -16
  452. package/src/models/workbookTemplatesMappers.ts +0 -44
  453. package/src/models/workbooksMappers.ts +0 -43
@@ -1,3793 +0,0 @@
1
- import { BaseResource, CloudError, AzureServiceClientOptions } from "@azure/ms-rest-azure-js";
2
- import * as msRest from "@azure/ms-rest-js";
3
- export { BaseResource, CloudError };
4
- /**
5
- * Error response indicates Insights service is not able to process the incoming request. The
6
- * reason is provided in the error message.
7
- */
8
- export interface ErrorResponse {
9
- /**
10
- * Error code.
11
- */
12
- code?: string;
13
- /**
14
- * Error message indicating why the operation failed.
15
- */
16
- message?: string;
17
- }
18
- /**
19
- * The object that represents the operation.
20
- */
21
- export interface OperationDisplay {
22
- /**
23
- * Service provider: Microsoft.Cdn
24
- */
25
- provider?: string;
26
- /**
27
- * Resource on which the operation is performed: Profile, endpoint, etc.
28
- */
29
- resource?: string;
30
- /**
31
- * Operation type: Read, write, delete, etc.
32
- */
33
- operation?: string;
34
- }
35
- /**
36
- * CDN REST API operation
37
- */
38
- export interface Operation {
39
- /**
40
- * Operation name: {provider}/{resource}/{operation}
41
- */
42
- name?: string;
43
- /**
44
- * The object that represents the operation.
45
- */
46
- display?: OperationDisplay;
47
- }
48
- /**
49
- * Annotation associated with an application insights resource.
50
- */
51
- export interface Annotation {
52
- /**
53
- * Name of annotation
54
- */
55
- annotationName?: string;
56
- /**
57
- * Category of annotation, free form
58
- */
59
- category?: string;
60
- /**
61
- * Time when event occurred
62
- */
63
- eventTime?: Date;
64
- /**
65
- * Unique Id for annotation
66
- */
67
- id?: string;
68
- /**
69
- * Serialized JSON object for detailed properties
70
- */
71
- properties?: string;
72
- /**
73
- * Related parent annotation if any. Default value: 'null'.
74
- */
75
- relatedAnnotation?: string;
76
- }
77
- /**
78
- * Inner error
79
- */
80
- export interface InnerError {
81
- /**
82
- * Provides correlation for request
83
- */
84
- diagnosticcontext?: string;
85
- /**
86
- * Request time
87
- */
88
- time?: Date;
89
- }
90
- /**
91
- * Error associated with trying to create annotation with Id that already exist
92
- */
93
- export interface AnnotationError {
94
- /**
95
- * Error detail code and explanation
96
- */
97
- code?: string;
98
- /**
99
- * Error message
100
- */
101
- message?: string;
102
- innererror?: InnerError;
103
- }
104
- /**
105
- * An Application Insights component API Key creation request definition.
106
- */
107
- export interface APIKeyRequest {
108
- /**
109
- * The name of the API Key.
110
- */
111
- name?: string;
112
- /**
113
- * The read access rights of this API Key.
114
- */
115
- linkedReadProperties?: string[];
116
- /**
117
- * The write access rights of this API Key.
118
- */
119
- linkedWriteProperties?: string[];
120
- }
121
- /**
122
- * Properties that define an API key of an Application Insights Component.
123
- */
124
- export interface ApplicationInsightsComponentAPIKey {
125
- /**
126
- * The unique ID of the API key inside an Application Insights component. It is auto generated
127
- * when the API key is created.
128
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
129
- */
130
- readonly id?: string;
131
- /**
132
- * The API key value. It will be only return once when the API Key was created.
133
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
134
- */
135
- readonly apiKey?: string;
136
- /**
137
- * The create date of this API key.
138
- */
139
- createdDate?: string;
140
- /**
141
- * The name of the API key.
142
- */
143
- name?: string;
144
- /**
145
- * The read access rights of this API Key.
146
- */
147
- linkedReadProperties?: string[];
148
- /**
149
- * The write access rights of this API Key.
150
- */
151
- linkedWriteProperties?: string[];
152
- }
153
- /**
154
- * An Application Insights component Continuous Export configuration request definition.
155
- */
156
- export interface ApplicationInsightsComponentExportRequest {
157
- /**
158
- * The document types to be exported, as comma separated values. Allowed values include
159
- * 'Requests', 'Event', 'Exceptions', 'Metrics', 'PageViews', 'PageViewPerformance', 'Rdd',
160
- * 'PerformanceCounters', 'Availability', 'Messages'.
161
- */
162
- recordTypes?: string;
163
- /**
164
- * The Continuous Export destination type. This has to be 'Blob'.
165
- */
166
- destinationType?: string;
167
- /**
168
- * The SAS URL for the destination storage container. It must grant write permission.
169
- */
170
- destinationAddress?: string;
171
- /**
172
- * Set to 'true' to create a Continuous Export configuration as enabled, otherwise set it to
173
- * 'false'.
174
- */
175
- isEnabled?: string;
176
- /**
177
- * Deprecated
178
- */
179
- notificationQueueEnabled?: string;
180
- /**
181
- * Deprecated
182
- */
183
- notificationQueueUri?: string;
184
- /**
185
- * The subscription ID of the destination storage container.
186
- */
187
- destinationStorageSubscriptionId?: string;
188
- /**
189
- * The location ID of the destination storage container.
190
- */
191
- destinationStorageLocationId?: string;
192
- /**
193
- * The name of destination storage account.
194
- */
195
- destinationAccountId?: string;
196
- }
197
- /**
198
- * Properties that define a Continuous Export configuration.
199
- */
200
- export interface ApplicationInsightsComponentExportConfiguration {
201
- /**
202
- * The unique ID of the export configuration inside an Application Insights component. It is auto
203
- * generated when the Continuous Export configuration is created.
204
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
205
- */
206
- readonly exportId?: string;
207
- /**
208
- * The instrumentation key of the Application Insights component.
209
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
210
- */
211
- readonly instrumentationKey?: string;
212
- /**
213
- * This comma separated list of document types that will be exported. The possible values include
214
- * 'Requests', 'Event', 'Exceptions', 'Metrics', 'PageViews', 'PageViewPerformance', 'Rdd',
215
- * 'PerformanceCounters', 'Availability', 'Messages'.
216
- */
217
- recordTypes?: string;
218
- /**
219
- * The name of the Application Insights component.
220
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
221
- */
222
- readonly applicationName?: string;
223
- /**
224
- * The subscription of the Application Insights component.
225
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
226
- */
227
- readonly subscriptionId?: string;
228
- /**
229
- * The resource group of the Application Insights component.
230
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
231
- */
232
- readonly resourceGroup?: string;
233
- /**
234
- * The destination storage account subscription ID.
235
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
236
- */
237
- readonly destinationStorageSubscriptionId?: string;
238
- /**
239
- * The destination account location ID.
240
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
241
- */
242
- readonly destinationStorageLocationId?: string;
243
- /**
244
- * The name of destination account.
245
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
246
- */
247
- readonly destinationAccountId?: string;
248
- /**
249
- * The destination type.
250
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
251
- */
252
- readonly destinationType?: string;
253
- /**
254
- * This will be 'true' if the Continuous Export configuration is enabled, otherwise it will be
255
- * 'false'.
256
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
257
- */
258
- readonly isUserEnabled?: string;
259
- /**
260
- * Last time the Continuous Export configuration was updated.
261
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
262
- */
263
- readonly lastUserUpdate?: string;
264
- /**
265
- * Deprecated
266
- */
267
- notificationQueueEnabled?: string;
268
- /**
269
- * This indicates current Continuous Export configuration status. The possible values are
270
- * 'Preparing', 'Success', 'Failure'.
271
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
272
- */
273
- readonly exportStatus?: string;
274
- /**
275
- * The last time data was successfully delivered to the destination storage container for this
276
- * Continuous Export configuration.
277
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
278
- */
279
- readonly lastSuccessTime?: string;
280
- /**
281
- * The last time the Continuous Export configuration started failing.
282
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
283
- */
284
- readonly lastGapTime?: string;
285
- /**
286
- * This is the reason the Continuous Export configuration started failing. It can be
287
- * 'AzureStorageNotFound' or 'AzureStorageAccessDenied'.
288
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
289
- */
290
- readonly permanentErrorReason?: string;
291
- /**
292
- * The name of the destination storage account.
293
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
294
- */
295
- readonly storageName?: string;
296
- /**
297
- * The name of the destination storage container.
298
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
299
- */
300
- readonly containerName?: string;
301
- }
302
- /**
303
- * An Application Insights component daily data volume cap
304
- */
305
- export interface ApplicationInsightsComponentDataVolumeCap {
306
- /**
307
- * Daily data volume cap in GB.
308
- */
309
- cap?: number;
310
- /**
311
- * Daily data volume cap UTC reset hour.
312
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
313
- */
314
- readonly resetTime?: number;
315
- /**
316
- * Reserved, not used for now.
317
- */
318
- warningThreshold?: number;
319
- /**
320
- * Reserved, not used for now.
321
- */
322
- stopSendNotificationWhenHitThreshold?: boolean;
323
- /**
324
- * Do not send a notification email when the daily data volume cap is met.
325
- */
326
- stopSendNotificationWhenHitCap?: boolean;
327
- /**
328
- * Maximum daily data volume cap that the user can set for this component.
329
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
330
- */
331
- readonly maxHistoryCap?: number;
332
- }
333
- /**
334
- * An Application Insights component billing features
335
- */
336
- export interface ApplicationInsightsComponentBillingFeatures {
337
- /**
338
- * An Application Insights component daily data volume cap
339
- */
340
- dataVolumeCap?: ApplicationInsightsComponentDataVolumeCap;
341
- /**
342
- * Current enabled pricing plan. When the component is in the Enterprise plan, this will list
343
- * both 'Basic' and 'Application Insights Enterprise'.
344
- */
345
- currentBillingFeatures?: string[];
346
- }
347
- /**
348
- * An Application Insights component daily data volume cap status
349
- */
350
- export interface ApplicationInsightsComponentQuotaStatus {
351
- /**
352
- * The Application ID for the Application Insights component.
353
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
354
- */
355
- readonly appId?: string;
356
- /**
357
- * The daily data volume cap is met, and data ingestion will be stopped.
358
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
359
- */
360
- readonly shouldBeThrottled?: boolean;
361
- /**
362
- * Date and time when the daily data volume cap will be reset, and data ingestion will resume.
363
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
364
- */
365
- readonly expirationTime?: string;
366
- }
367
- /**
368
- * An Application Insights component feature capabilities
369
- */
370
- export interface ApplicationInsightsComponentFeatureCapabilities {
371
- /**
372
- * Whether allow to use continuous export feature.
373
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
374
- */
375
- readonly supportExportData?: boolean;
376
- /**
377
- * Reserved, not used now.
378
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
379
- */
380
- readonly burstThrottlePolicy?: string;
381
- /**
382
- * Reserved, not used now.
383
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
384
- */
385
- readonly metadataClass?: string;
386
- /**
387
- * Reserved, not used now.
388
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
389
- */
390
- readonly liveStreamMetrics?: boolean;
391
- /**
392
- * Reserved, not used now.
393
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
394
- */
395
- readonly applicationMap?: boolean;
396
- /**
397
- * Whether allow to use work item integration feature.
398
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
399
- */
400
- readonly workItemIntegration?: boolean;
401
- /**
402
- * Reserved, not used now.
403
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
404
- */
405
- readonly powerBIIntegration?: boolean;
406
- /**
407
- * Reserved, not used now.
408
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
409
- */
410
- readonly openSchema?: boolean;
411
- /**
412
- * Reserved, not used now.
413
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
414
- */
415
- readonly proactiveDetection?: boolean;
416
- /**
417
- * Reserved, not used now.
418
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
419
- */
420
- readonly analyticsIntegration?: boolean;
421
- /**
422
- * Whether allow to use multiple steps web test feature.
423
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
424
- */
425
- readonly multipleStepWebTest?: boolean;
426
- /**
427
- * Reserved, not used now.
428
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
429
- */
430
- readonly apiAccessLevel?: string;
431
- /**
432
- * The application insights component used tracking type.
433
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
434
- */
435
- readonly trackingType?: string;
436
- /**
437
- * Daily data volume cap in GB.
438
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
439
- */
440
- readonly dailyCap?: number;
441
- /**
442
- * Daily data volume cap UTC reset hour.
443
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
444
- */
445
- readonly dailyCapResetTime?: number;
446
- /**
447
- * Reserved, not used now.
448
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
449
- */
450
- readonly throttleRate?: number;
451
- }
452
- /**
453
- * An Application Insights component feature capability
454
- */
455
- export interface ApplicationInsightsComponentFeatureCapability {
456
- /**
457
- * The name of the capability.
458
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
459
- */
460
- readonly name?: string;
461
- /**
462
- * The description of the capability.
463
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
464
- */
465
- readonly description?: string;
466
- /**
467
- * The value of the capability.
468
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
469
- */
470
- readonly value?: string;
471
- /**
472
- * The unit of the capability.
473
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
474
- */
475
- readonly unit?: string;
476
- /**
477
- * The meter used for the capability.
478
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
479
- */
480
- readonly meterId?: string;
481
- /**
482
- * The meter rate of the meter.
483
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
484
- */
485
- readonly meterRateFrequency?: string;
486
- }
487
- /**
488
- * An Application Insights component daily data volume cap status
489
- */
490
- export interface ApplicationInsightsComponentFeature {
491
- /**
492
- * The pricing feature name.
493
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
494
- */
495
- readonly featureName?: string;
496
- /**
497
- * The meter id used for the feature.
498
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
499
- */
500
- readonly meterId?: string;
501
- /**
502
- * The meter rate for the feature's meter.
503
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
504
- */
505
- readonly meterRateFrequency?: string;
506
- /**
507
- * Reserved, not used now.
508
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
509
- */
510
- readonly resouceId?: string;
511
- /**
512
- * Reserved, not used now.
513
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
514
- */
515
- readonly isHidden?: boolean;
516
- /**
517
- * A list of Application Insights component feature capability.
518
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
519
- */
520
- readonly capabilities?: ApplicationInsightsComponentFeatureCapability[];
521
- /**
522
- * Display name of the feature.
523
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
524
- */
525
- readonly title?: string;
526
- /**
527
- * Whether can apply addon feature on to it.
528
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
529
- */
530
- readonly isMainFeature?: boolean;
531
- /**
532
- * The add on features on main feature.
533
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
534
- */
535
- readonly supportedAddonFeatures?: string;
536
- }
537
- /**
538
- * An Application Insights component available features.
539
- */
540
- export interface ApplicationInsightsComponentAvailableFeatures {
541
- /**
542
- * A list of Application Insights component feature.
543
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
544
- */
545
- readonly result?: ApplicationInsightsComponentFeature[];
546
- }
547
- /**
548
- * Static definitions of the ProactiveDetection configuration rule (same values for all
549
- * components).
550
- */
551
- export interface ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinitions {
552
- /**
553
- * The rule name
554
- */
555
- name?: string;
556
- /**
557
- * The rule name as it is displayed in UI
558
- */
559
- displayName?: string;
560
- /**
561
- * The rule description
562
- */
563
- description?: string;
564
- /**
565
- * URL which displays additional info about the proactive detection rule
566
- */
567
- helpUrl?: string;
568
- /**
569
- * A flag indicating whether the rule is hidden (from the UI)
570
- */
571
- isHidden?: boolean;
572
- /**
573
- * A flag indicating whether the rule is enabled by default
574
- */
575
- isEnabledByDefault?: boolean;
576
- /**
577
- * A flag indicating whether the rule is in preview
578
- */
579
- isInPreview?: boolean;
580
- /**
581
- * A flag indicating whether email notifications are supported for detections for this rule
582
- */
583
- supportsEmailNotifications?: boolean;
584
- }
585
- /**
586
- * Properties that define a ProactiveDetection configuration.
587
- */
588
- export interface ApplicationInsightsComponentProactiveDetectionConfiguration extends BaseResource {
589
- /**
590
- * The rule name
591
- */
592
- name?: string;
593
- /**
594
- * A flag that indicates whether this rule is enabled by the user
595
- */
596
- enabled?: boolean;
597
- /**
598
- * A flag that indicated whether notifications on this rule should be sent to subscription owners
599
- */
600
- sendEmailsToSubscriptionOwners?: boolean;
601
- /**
602
- * Custom email addresses for this rule notifications
603
- */
604
- customEmails?: string[];
605
- /**
606
- * The last time this rule was updated
607
- */
608
- lastUpdatedTime?: string;
609
- /**
610
- * Static definitions of the ProactiveDetection configuration rule (same values for all
611
- * components).
612
- */
613
- ruleDefinitions?: ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinitions;
614
- }
615
- /**
616
- * Work item configuration associated with an application insights resource.
617
- */
618
- export interface WorkItemConfiguration {
619
- /**
620
- * Connector identifier where work item is created
621
- */
622
- connectorId?: string;
623
- /**
624
- * Configuration friendly name
625
- */
626
- configDisplayName?: string;
627
- /**
628
- * Boolean value indicating whether configuration is default
629
- */
630
- isDefault?: boolean;
631
- /**
632
- * Unique Id for work item
633
- */
634
- id?: string;
635
- /**
636
- * Serialized JSON object for detailed properties
637
- */
638
- configProperties?: string;
639
- }
640
- /**
641
- * Work item configuration creation payload
642
- */
643
- export interface WorkItemCreateConfiguration {
644
- /**
645
- * Unique connector id
646
- */
647
- connectorId?: string;
648
- /**
649
- * Serialized JSON object for detailed properties
650
- */
651
- connectorDataConfiguration?: string;
652
- /**
653
- * Boolean indicating validate only
654
- */
655
- validateOnly?: boolean;
656
- /**
657
- * Custom work item properties
658
- */
659
- workItemProperties?: {
660
- [propertyName: string]: string;
661
- };
662
- }
663
- /**
664
- * Error associated with trying to get work item configuration or configurations
665
- */
666
- export interface WorkItemConfigurationError {
667
- /**
668
- * Error detail code and explanation
669
- */
670
- code?: string;
671
- /**
672
- * Error message
673
- */
674
- message?: string;
675
- innererror?: InnerError;
676
- }
677
- /**
678
- * Properties that define a favorite that is associated to an Application Insights component.
679
- */
680
- export interface ApplicationInsightsComponentFavorite {
681
- /**
682
- * The user-defined name of the favorite.
683
- */
684
- name?: string;
685
- /**
686
- * Configuration of this particular favorite, which are driven by the Azure portal UX.
687
- * Configuration data is a string containing valid JSON
688
- */
689
- config?: string;
690
- /**
691
- * This instance's version of the data model. This can change as new features are added that can
692
- * be marked favorite. Current examples include MetricsExplorer (ME) and Search.
693
- */
694
- version?: string;
695
- /**
696
- * Internally assigned unique id of the favorite definition.
697
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
698
- */
699
- readonly favoriteId?: string;
700
- /**
701
- * Enum indicating if this favorite definition is owned by a specific user or is shared between
702
- * all users with access to the Application Insights component. Possible values include:
703
- * 'shared', 'user'
704
- */
705
- favoriteType?: FavoriteType;
706
- /**
707
- * The source of the favorite definition.
708
- */
709
- sourceType?: string;
710
- /**
711
- * Date and time in UTC of the last modification that was made to this favorite definition.
712
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
713
- */
714
- readonly timeModified?: string;
715
- /**
716
- * A list of 0 or more tags that are associated with this favorite definition
717
- */
718
- tags?: string[];
719
- /**
720
- * Favorite category, as defined by the user at creation time.
721
- */
722
- category?: string;
723
- /**
724
- * Flag denoting wether or not this favorite was generated from a template.
725
- */
726
- isGeneratedFromTemplate?: boolean;
727
- /**
728
- * Unique user id of the specific user that owns this favorite.
729
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
730
- */
731
- readonly userId?: string;
732
- }
733
- /**
734
- * Properties that define a web test location available to an Application Insights Component.
735
- */
736
- export interface ApplicationInsightsComponentWebTestLocation {
737
- /**
738
- * The display name of the web test location.
739
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
740
- */
741
- readonly displayName?: string;
742
- /**
743
- * Internally defined geographic location tag.
744
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
745
- */
746
- readonly tag?: string;
747
- }
748
- /**
749
- * An azure resource object
750
- */
751
- export interface WebtestsResource extends BaseResource {
752
- /**
753
- * Azure resource Id
754
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
755
- */
756
- readonly id?: string;
757
- /**
758
- * Azure resource name
759
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
760
- */
761
- readonly name?: string;
762
- /**
763
- * Azure resource type
764
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
765
- */
766
- readonly type?: string;
767
- /**
768
- * Resource location
769
- */
770
- location: string;
771
- /**
772
- * Resource tags
773
- */
774
- tags?: {
775
- [propertyName: string]: string;
776
- };
777
- }
778
- /**
779
- * A container holding only the Tags for a resource, allowing the user to update the tags on a
780
- * WebTest instance.
781
- */
782
- export interface TagsResource {
783
- /**
784
- * Resource tags
785
- */
786
- tags?: {
787
- [propertyName: string]: string;
788
- };
789
- }
790
- /**
791
- * Geo-physical location to run a web test from. You must specify one or more locations for the
792
- * test to run from.
793
- */
794
- export interface WebTestGeolocation {
795
- /**
796
- * Location ID for the webtest to run from.
797
- */
798
- location?: string;
799
- }
800
- /**
801
- * An XML configuration specification for a WebTest.
802
- */
803
- export interface WebTestPropertiesConfiguration {
804
- /**
805
- * The XML specification of a WebTest to run against an application.
806
- */
807
- webTest?: string;
808
- }
809
- /**
810
- * An Application Insights web test definition.
811
- */
812
- export interface WebTest extends WebtestsResource {
813
- /**
814
- * The kind of web test that this web test watches. Choices are ping and multistep. Possible
815
- * values include: 'ping', 'multistep'. Default value: 'ping'.
816
- */
817
- kind?: WebTestKind;
818
- /**
819
- * Unique ID of this WebTest. This is typically the same value as the Name field.
820
- */
821
- syntheticMonitorId: string;
822
- /**
823
- * User defined name if this WebTest.
824
- */
825
- webTestName: string;
826
- /**
827
- * Purpose/user defined descriptive test for this WebTest.
828
- */
829
- description?: string;
830
- /**
831
- * Is the test actively being monitored.
832
- */
833
- enabled?: boolean;
834
- /**
835
- * Interval in seconds between test runs for this WebTest. Default value is 300. Default value:
836
- * 300.
837
- */
838
- frequency?: number;
839
- /**
840
- * Seconds until this WebTest will timeout and fail. Default value is 30. Default value: 30.
841
- */
842
- timeout?: number;
843
- /**
844
- * The kind of web test this is, valid choices are ping and multistep. Possible values include:
845
- * 'ping', 'multistep'. Default value: 'ping'.
846
- */
847
- webTestKind: WebTestKind;
848
- /**
849
- * Allow for retries should this WebTest fail.
850
- */
851
- retryEnabled?: boolean;
852
- /**
853
- * A list of where to physically run the tests from to give global coverage for accessibility of
854
- * your application.
855
- */
856
- locations: WebTestGeolocation[];
857
- /**
858
- * An XML configuration specification for a WebTest.
859
- */
860
- configuration?: WebTestPropertiesConfiguration;
861
- /**
862
- * Current state of this component, whether or not is has been provisioned within the resource
863
- * group it is defined. Users cannot change this value but are able to read from it. Values will
864
- * include Succeeded, Deploying, Canceled, and Failed.
865
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
866
- */
867
- readonly provisioningState?: string;
868
- }
869
- /**
870
- * A set of properties that can be defined in the context of a specific item type. Each type may
871
- * have its own properties.
872
- */
873
- export interface ApplicationInsightsComponentAnalyticsItemProperties {
874
- /**
875
- * A function alias, used when the type of the item is Function
876
- */
877
- functionAlias?: string;
878
- }
879
- /**
880
- * Properties that define an Analytics item that is associated to an Application Insights
881
- * component.
882
- */
883
- export interface ApplicationInsightsComponentAnalyticsItem {
884
- /**
885
- * Internally assigned unique id of the item definition.
886
- */
887
- id?: string;
888
- /**
889
- * The user-defined name of the item.
890
- */
891
- name?: string;
892
- /**
893
- * The content of this item
894
- */
895
- content?: string;
896
- /**
897
- * This instance's version of the data model. This can change as new features are added.
898
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
899
- */
900
- readonly version?: string;
901
- /**
902
- * Enum indicating if this item definition is owned by a specific user or is shared between all
903
- * users with access to the Application Insights component. Possible values include: 'shared',
904
- * 'user'
905
- */
906
- scope?: ItemScope;
907
- /**
908
- * Enum indicating the type of the Analytics item. Possible values include: 'query', 'function',
909
- * 'folder', 'recent'
910
- */
911
- type?: ItemType;
912
- /**
913
- * Date and time in UTC when this item was created.
914
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
915
- */
916
- readonly timeCreated?: string;
917
- /**
918
- * Date and time in UTC of the last modification that was made to this item.
919
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
920
- */
921
- readonly timeModified?: string;
922
- properties?: ApplicationInsightsComponentAnalyticsItemProperties;
923
- }
924
- /**
925
- * An azure resource object
926
- */
927
- export interface WorkbookTemplateResource extends BaseResource {
928
- /**
929
- * Azure resource Id
930
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
931
- */
932
- readonly id?: string;
933
- /**
934
- * Azure resource name.
935
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
936
- */
937
- readonly name?: string;
938
- /**
939
- * Azure resource type
940
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
941
- */
942
- readonly type?: string;
943
- /**
944
- * Resource location
945
- */
946
- location: string;
947
- /**
948
- * Resource tags
949
- */
950
- tags?: {
951
- [propertyName: string]: string;
952
- };
953
- }
954
- /**
955
- * Gallery information for a workbook template.
956
- */
957
- export interface WorkbookTemplateGallery {
958
- /**
959
- * Name of the workbook template in the gallery.
960
- */
961
- name?: string;
962
- /**
963
- * Category for the gallery.
964
- */
965
- category?: string;
966
- /**
967
- * Type of workbook supported by the workbook template.
968
- */
969
- type?: string;
970
- /**
971
- * Order of the template within the gallery.
972
- */
973
- order?: number;
974
- /**
975
- * Azure resource type supported by the gallery.
976
- */
977
- resourceType?: string;
978
- }
979
- /**
980
- * Localized template data and gallery information.
981
- */
982
- export interface WorkbookTemplateLocalizedGallery {
983
- /**
984
- * Valid JSON object containing workbook template payload.
985
- */
986
- templateData?: any;
987
- /**
988
- * Workbook galleries supported by the template.
989
- */
990
- galleries?: WorkbookTemplateGallery[];
991
- }
992
- /**
993
- * An Application Insights workbook template definition.
994
- */
995
- export interface WorkbookTemplate extends WorkbookTemplateResource {
996
- /**
997
- * Priority of the template. Determines which template to open when a workbook gallery is opened
998
- * in viewer mode.
999
- */
1000
- priority?: number;
1001
- /**
1002
- * Information about the author of the workbook template.
1003
- */
1004
- author?: string;
1005
- /**
1006
- * Valid JSON object containing workbook template payload.
1007
- */
1008
- templateData: any;
1009
- /**
1010
- * Workbook galleries supported by the template.
1011
- */
1012
- galleries: WorkbookTemplateGallery[];
1013
- /**
1014
- * Key value pair of localized gallery. Each key is the locale code of languages supported by the
1015
- * Azure portal.
1016
- */
1017
- localized?: {
1018
- [propertyName: string]: WorkbookTemplateLocalizedGallery[];
1019
- };
1020
- }
1021
- /**
1022
- * The parameters that can be provided when updating workbook template.
1023
- */
1024
- export interface WorkbookTemplateUpdateParameters {
1025
- /**
1026
- * Resource tags
1027
- */
1028
- tags?: {
1029
- [propertyName: string]: string;
1030
- };
1031
- /**
1032
- * Priority of the template. Determines which template to open when a workbook gallery is opened
1033
- * in viewer mode.
1034
- */
1035
- priority?: number;
1036
- /**
1037
- * Information about the author of the workbook template.
1038
- */
1039
- author?: string;
1040
- /**
1041
- * Valid JSON object containing workbook template payload.
1042
- */
1043
- templateData: any;
1044
- /**
1045
- * Workbook galleries supported by the template.
1046
- */
1047
- galleries: WorkbookTemplateGallery[];
1048
- /**
1049
- * Key value pair of localized gallery. Each key is the locale code of languages supported by the
1050
- * Azure portal.
1051
- */
1052
- localized?: {
1053
- [propertyName: string]: WorkbookTemplateLocalizedGallery[];
1054
- };
1055
- }
1056
- /**
1057
- * Error Field contract.
1058
- */
1059
- export interface WorkbookTemplateErrorFieldContract {
1060
- /**
1061
- * Property level error code.
1062
- */
1063
- code?: string;
1064
- /**
1065
- * Human-readable representation of property-level error.
1066
- */
1067
- message?: string;
1068
- /**
1069
- * Property name.
1070
- */
1071
- target?: string;
1072
- }
1073
- /**
1074
- * Error message body that will indicate why the operation failed.
1075
- */
1076
- export interface WorkbookTemplateErrorBody {
1077
- /**
1078
- * Service-defined error code. This code serves as a sub-status for the HTTP error code specified
1079
- * in the response.
1080
- */
1081
- code?: string;
1082
- /**
1083
- * Human-readable representation of the error.
1084
- */
1085
- message?: string;
1086
- /**
1087
- * The list of invalid fields send in request, in case of validation error.
1088
- */
1089
- details?: WorkbookTemplateErrorFieldContract[];
1090
- }
1091
- /**
1092
- * Error message that will indicate why the operation failed.
1093
- */
1094
- export interface WorkbookTemplateError {
1095
- /**
1096
- * Error message object that will indicate why the operation failed.
1097
- */
1098
- error?: WorkbookTemplateErrorBody;
1099
- }
1100
- /**
1101
- * Customer Managed Identity
1102
- */
1103
- export interface MyWorkbookUserAssignedIdentities {
1104
- /**
1105
- * The principal ID of resource identity.
1106
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1107
- */
1108
- readonly principalId?: string;
1109
- /**
1110
- * The tenant ID of resource.
1111
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1112
- */
1113
- readonly tenantId?: string;
1114
- }
1115
- /**
1116
- * Customer Managed Identity
1117
- */
1118
- export interface MyWorkbookManagedIdentity {
1119
- userAssignedIdentities?: MyWorkbookUserAssignedIdentities;
1120
- /**
1121
- * The identity type. Possible values include: 'UserAssigned', 'None'
1122
- */
1123
- type?: Type;
1124
- }
1125
- /**
1126
- * An azure resource object
1127
- */
1128
- export interface MyWorkbookResource extends BaseResource {
1129
- /**
1130
- * Identity used for BYOS
1131
- */
1132
- identity?: MyWorkbookManagedIdentity;
1133
- /**
1134
- * Azure resource Id
1135
- */
1136
- id?: string;
1137
- /**
1138
- * Azure resource name
1139
- */
1140
- name?: string;
1141
- /**
1142
- * Azure resource type
1143
- */
1144
- type?: string;
1145
- /**
1146
- * Resource location
1147
- */
1148
- location?: string;
1149
- /**
1150
- * Resource tags
1151
- */
1152
- tags?: {
1153
- [propertyName: string]: string;
1154
- };
1155
- /**
1156
- * Resource etag
1157
- */
1158
- etag?: {
1159
- [propertyName: string]: string;
1160
- };
1161
- }
1162
- /**
1163
- * Metadata pertaining to creation and last modification of the resource.
1164
- */
1165
- export interface SystemData {
1166
- /**
1167
- * The identity that created the resource.
1168
- */
1169
- createdBy?: string;
1170
- /**
1171
- * The type of identity that created the resource. Possible values include: 'User',
1172
- * 'Application', 'ManagedIdentity', 'Key'
1173
- */
1174
- createdByType?: CreatedByType;
1175
- /**
1176
- * The timestamp of resource creation (UTC).
1177
- */
1178
- createdAt?: Date;
1179
- /**
1180
- * The identity that last modified the resource.
1181
- */
1182
- lastModifiedBy?: string;
1183
- /**
1184
- * The type of identity that last modified the resource. Possible values include: 'User',
1185
- * 'Application', 'ManagedIdentity', 'Key'
1186
- */
1187
- lastModifiedByType?: CreatedByType;
1188
- /**
1189
- * The timestamp of resource last modification (UTC)
1190
- */
1191
- lastModifiedAt?: Date;
1192
- }
1193
- /**
1194
- * An Application Insights private workbook definition.
1195
- */
1196
- export interface MyWorkbook extends MyWorkbookResource {
1197
- /**
1198
- * The kind of workbook. Choices are user and shared. Possible values include: 'user', 'shared'
1199
- */
1200
- kind?: Kind;
1201
- /**
1202
- * The user-defined name of the private workbook.
1203
- */
1204
- displayName: string;
1205
- /**
1206
- * Configuration of this particular private workbook. Configuration data is a string containing
1207
- * valid JSON
1208
- */
1209
- serializedData: string;
1210
- /**
1211
- * This instance's version of the data model. This can change as new features are added that can
1212
- * be marked private workbook.
1213
- */
1214
- version?: string;
1215
- /**
1216
- * Date and time in UTC of the last modification that was made to this private workbook
1217
- * definition.
1218
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1219
- */
1220
- readonly timeModified?: string;
1221
- /**
1222
- * Workbook category, as defined by the user at creation time.
1223
- */
1224
- category: string;
1225
- /**
1226
- * A list of 0 or more tags that are associated with this private workbook definition
1227
- */
1228
- myWorkbookTags?: string[];
1229
- /**
1230
- * Unique user id of the specific user that owns this private workbook.
1231
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1232
- */
1233
- readonly userId?: string;
1234
- /**
1235
- * Optional resourceId for a source resource.
1236
- */
1237
- sourceId?: string;
1238
- /**
1239
- * BYOS Storage Account URI
1240
- */
1241
- storageUri?: string;
1242
- /**
1243
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1244
- */
1245
- readonly systemData?: SystemData;
1246
- }
1247
- /**
1248
- * Error definition.
1249
- */
1250
- export interface ErrorDefinition {
1251
- /**
1252
- * Service specific error code which serves as the substatus for the HTTP error code.
1253
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1254
- */
1255
- readonly code?: string;
1256
- /**
1257
- * Description of the error.
1258
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1259
- */
1260
- readonly message?: string;
1261
- /**
1262
- * Internal error details.
1263
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1264
- */
1265
- readonly innererror?: any;
1266
- }
1267
- /**
1268
- * Error response.
1269
- */
1270
- export interface MyWorkbookError {
1271
- /**
1272
- * The error details.
1273
- */
1274
- error?: ErrorDefinition;
1275
- }
1276
- /**
1277
- * Error details
1278
- */
1279
- export interface InnerErrorTrace {
1280
- /**
1281
- * detailed error trace
1282
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1283
- */
1284
- readonly trace?: string[];
1285
- }
1286
- /**
1287
- * Managed service identity (system assigned and/or user assigned identities)
1288
- */
1289
- export interface ManagedServiceIdentity {
1290
- /**
1291
- * The service principal ID of the system assigned identity. This property will only be provided
1292
- * for a system assigned identity.
1293
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1294
- */
1295
- readonly principalId?: string;
1296
- /**
1297
- * The tenant ID of the system assigned identity. This property will only be provided for a
1298
- * system assigned identity.
1299
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1300
- */
1301
- readonly tenantId?: string;
1302
- /**
1303
- * Possible values include: 'None', 'SystemAssigned', 'UserAssigned',
1304
- * 'SystemAssigned,UserAssigned'
1305
- */
1306
- type: ManagedServiceIdentityType;
1307
- userAssignedIdentities?: {
1308
- [propertyName: string]: UserAssignedIdentity;
1309
- };
1310
- }
1311
- /**
1312
- * Identity used for BYOS
1313
- */
1314
- export interface WorkbookResourceIdentity extends ManagedServiceIdentity {
1315
- }
1316
- /**
1317
- * An azure resource object
1318
- */
1319
- export interface WorkbookResource extends BaseResource {
1320
- /**
1321
- * Identity used for BYOS
1322
- */
1323
- identity?: WorkbookResourceIdentity;
1324
- /**
1325
- * The kind of workbook. Choices are user and shared. Possible values include: 'user', 'shared'
1326
- */
1327
- kind?: Kind;
1328
- /**
1329
- * Resource etag
1330
- */
1331
- etag?: {
1332
- [propertyName: string]: string;
1333
- };
1334
- }
1335
- /**
1336
- * An Application Insights workbook definition.
1337
- */
1338
- export interface Workbook extends WorkbookResource {
1339
- /**
1340
- * The user-defined name (display name) of the workbook.
1341
- */
1342
- displayName: string;
1343
- /**
1344
- * Configuration of this particular workbook. Configuration data is a string containing valid
1345
- * JSON
1346
- */
1347
- serializedData: string;
1348
- /**
1349
- * Workbook schema version format, like 'Notebook/1.0', which should match the workbook in
1350
- * serializedData
1351
- */
1352
- version?: string;
1353
- /**
1354
- * Date and time in UTC of the last modification that was made to this workbook definition.
1355
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1356
- */
1357
- readonly timeModified?: Date;
1358
- /**
1359
- * Workbook category, as defined by the user at creation time.
1360
- */
1361
- category: string;
1362
- /**
1363
- * Being deprecated, please use the other tags field
1364
- */
1365
- workbookTags?: string[];
1366
- /**
1367
- * Unique user id of the specific user that owns this workbook.
1368
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1369
- */
1370
- readonly userId?: string;
1371
- /**
1372
- * ResourceId for a source resource.
1373
- */
1374
- sourceId?: string;
1375
- /**
1376
- * The resourceId to the storage account when bring your own storage is used
1377
- */
1378
- storageUri?: string;
1379
- /**
1380
- * The description of the workbook.
1381
- */
1382
- description?: string;
1383
- /**
1384
- * The unique revision id for this workbook definition
1385
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1386
- */
1387
- readonly revision?: string;
1388
- /**
1389
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1390
- */
1391
- readonly systemData?: SystemData;
1392
- }
1393
- /**
1394
- * The parameters that can be provided when updating workbook properties properties.
1395
- */
1396
- export interface WorkbookUpdateParameters {
1397
- /**
1398
- * The kind of workbook. Choices are user and shared. Possible values include: 'user', 'shared'
1399
- */
1400
- kind?: SharedTypeKind;
1401
- /**
1402
- * Resource tags.
1403
- */
1404
- tags?: {
1405
- [propertyName: string]: string;
1406
- };
1407
- /**
1408
- * The user-defined name (display name) of the workbook.
1409
- */
1410
- displayName?: string;
1411
- /**
1412
- * Configuration of this particular workbook. Configuration data is a string containing valid
1413
- * JSON
1414
- */
1415
- serializedData?: string;
1416
- /**
1417
- * Workbook category, as defined by the user at creation time.
1418
- */
1419
- category?: string;
1420
- /**
1421
- * A list of 0 or more tags that are associated with this workbook definition
1422
- */
1423
- tags1?: string[];
1424
- /**
1425
- * The description of the workbook.
1426
- */
1427
- description?: string;
1428
- /**
1429
- * The unique revision id for this workbook definition
1430
- */
1431
- revision?: string;
1432
- }
1433
- /**
1434
- * Error definition.
1435
- */
1436
- export interface WorkbookErrorDefinition {
1437
- /**
1438
- * Service specific error code which serves as the substatus for the HTTP error code.
1439
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1440
- */
1441
- readonly code?: string;
1442
- /**
1443
- * Description of the error.
1444
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1445
- */
1446
- readonly message?: string;
1447
- /**
1448
- * Internal error details.
1449
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1450
- */
1451
- readonly innerError?: any;
1452
- }
1453
- /**
1454
- * Error response.
1455
- */
1456
- export interface WorkbookError {
1457
- /**
1458
- * The error details.
1459
- */
1460
- error?: WorkbookErrorDefinition;
1461
- }
1462
- /**
1463
- * Error details
1464
- */
1465
- export interface WorkbookInnerErrorTrace {
1466
- /**
1467
- * detailed error trace
1468
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1469
- */
1470
- readonly trace?: string[];
1471
- }
1472
- /**
1473
- * User assigned identity properties
1474
- */
1475
- export interface UserAssignedIdentity {
1476
- /**
1477
- * The principal ID of the assigned identity.
1478
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1479
- */
1480
- readonly principalId?: string;
1481
- /**
1482
- * The client ID of the assigned identity.
1483
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1484
- */
1485
- readonly clientId?: string;
1486
- }
1487
- /**
1488
- * Common fields that are returned in the response for all Azure Resource Manager resources
1489
- * @summary Resource
1490
- */
1491
- export interface Resource extends BaseResource {
1492
- /**
1493
- * Fully qualified resource ID for the resource. Ex -
1494
- * /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
1495
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1496
- */
1497
- readonly id?: string;
1498
- /**
1499
- * The name of the resource
1500
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1501
- */
1502
- readonly name?: string;
1503
- /**
1504
- * The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or
1505
- * "Microsoft.Storage/storageAccounts"
1506
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1507
- */
1508
- readonly type?: string;
1509
- }
1510
- /**
1511
- * The resource model definition for a Azure Resource Manager proxy resource. It will not have tags
1512
- * and a location
1513
- * @summary Proxy Resource
1514
- */
1515
- export interface ProxyResource extends Resource {
1516
- }
1517
- /**
1518
- * The resource model definition for an Azure Resource Manager resource with an etag.
1519
- * @summary Entity Resource
1520
- */
1521
- export interface AzureEntityResource extends Resource {
1522
- /**
1523
- * Resource Etag.
1524
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1525
- */
1526
- readonly etag?: string;
1527
- }
1528
- /**
1529
- * The resource model definition for an Azure Resource Manager tracked top level resource which has
1530
- * 'tags' and a 'location'
1531
- * @summary Tracked Resource
1532
- */
1533
- export interface TrackedResource extends Resource {
1534
- /**
1535
- * Resource tags.
1536
- */
1537
- tags?: {
1538
- [propertyName: string]: string;
1539
- };
1540
- /**
1541
- * The geo-location where the resource lives
1542
- */
1543
- location: string;
1544
- }
1545
- /**
1546
- * An azure resource object
1547
- */
1548
- export interface ComponentsResource extends BaseResource {
1549
- /**
1550
- * Azure resource Id
1551
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1552
- */
1553
- readonly id?: string;
1554
- /**
1555
- * Azure resource name
1556
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1557
- */
1558
- readonly name?: string;
1559
- /**
1560
- * Azure resource type
1561
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1562
- */
1563
- readonly type?: string;
1564
- /**
1565
- * Resource location
1566
- */
1567
- location: string;
1568
- /**
1569
- * Resource tags
1570
- */
1571
- tags?: {
1572
- [propertyName: string]: string;
1573
- };
1574
- }
1575
- /**
1576
- * The private link scope resource reference.
1577
- */
1578
- export interface PrivateLinkScopedResource {
1579
- /**
1580
- * The full resource Id of the private link scope resource.
1581
- */
1582
- resourceId?: string;
1583
- /**
1584
- * The private link scope unique Identifier.
1585
- */
1586
- scopeId?: string;
1587
- }
1588
- /**
1589
- * An Application Insights component definition.
1590
- */
1591
- export interface ApplicationInsightsComponent extends ComponentsResource {
1592
- /**
1593
- * The kind of application that this component refers to, used to customize UI. This value is a
1594
- * freeform string, values should typically be one of the following: web, ios, other, store,
1595
- * java, phone.
1596
- */
1597
- kind: string;
1598
- /**
1599
- * The unique ID of your application. This field mirrors the 'Name' field and cannot be changed.
1600
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1601
- */
1602
- readonly applicationId?: string;
1603
- /**
1604
- * Application Insights Unique ID for your Application.
1605
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1606
- */
1607
- readonly appId?: string;
1608
- /**
1609
- * Type of application being monitored. Possible values include: 'web', 'other'. Default value:
1610
- * 'web'.
1611
- */
1612
- applicationType: ApplicationType;
1613
- /**
1614
- * Used by the Application Insights system to determine what kind of flow this component was
1615
- * created by. This is to be set to 'Bluefield' when creating/updating a component via the REST
1616
- * API. Possible values include: 'Bluefield'. Default value: 'Bluefield'.
1617
- */
1618
- flowType?: FlowType;
1619
- /**
1620
- * Describes what tool created this Application Insights component. Customers using this API
1621
- * should set this to the default 'rest'. Possible values include: 'rest'. Default value: 'rest'.
1622
- */
1623
- requestSource?: RequestSource;
1624
- /**
1625
- * Application Insights Instrumentation key. A read-only value that applications can use to
1626
- * identify the destination for all telemetry sent to Azure Application Insights. This value will
1627
- * be supplied upon construction of each new Application Insights component.
1628
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1629
- */
1630
- readonly instrumentationKey?: string;
1631
- /**
1632
- * Creation Date for the Application Insights component, in ISO 8601 format.
1633
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1634
- */
1635
- readonly creationDate?: Date;
1636
- /**
1637
- * Azure Tenant Id.
1638
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1639
- */
1640
- readonly tenantId?: string;
1641
- /**
1642
- * The unique application ID created when a new application is added to HockeyApp, used for
1643
- * communications with HockeyApp.
1644
- */
1645
- hockeyAppId?: string;
1646
- /**
1647
- * Token used to authenticate communications with between Application Insights and HockeyApp.
1648
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1649
- */
1650
- readonly hockeyAppToken?: string;
1651
- /**
1652
- * Current state of this component: whether or not is has been provisioned within the resource
1653
- * group it is defined. Users cannot change this value but are able to read from it. Values will
1654
- * include Succeeded, Deploying, Canceled, and Failed.
1655
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1656
- */
1657
- readonly provisioningState?: string;
1658
- /**
1659
- * Percentage of the data produced by the application being monitored that is being sampled for
1660
- * Application Insights telemetry.
1661
- */
1662
- samplingPercentage?: number;
1663
- /**
1664
- * Application Insights component connection string.
1665
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1666
- */
1667
- readonly connectionString?: string;
1668
- /**
1669
- * Retention period in days. Default value: 90.
1670
- */
1671
- retentionInDays?: number;
1672
- /**
1673
- * Disable IP masking.
1674
- */
1675
- disableIpMasking?: boolean;
1676
- /**
1677
- * Purge data immediately after 30 days.
1678
- */
1679
- immediatePurgeDataOn30Days?: boolean;
1680
- /**
1681
- * List of linked private link scope resources.
1682
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1683
- */
1684
- readonly privateLinkScopedResources?: PrivateLinkScopedResource[];
1685
- /**
1686
- * The network access type for accessing Application Insights ingestion. Possible values include:
1687
- * 'Enabled', 'Disabled'. Default value: 'Enabled'.
1688
- */
1689
- publicNetworkAccessForIngestion?: PublicNetworkAccessType;
1690
- /**
1691
- * The network access type for accessing Application Insights query. Possible values include:
1692
- * 'Enabled', 'Disabled'. Default value: 'Enabled'.
1693
- */
1694
- publicNetworkAccessForQuery?: PublicNetworkAccessType;
1695
- /**
1696
- * Indicates the flow of the ingestion. Possible values include: 'ApplicationInsights',
1697
- * 'ApplicationInsightsWithDiagnosticSettings', 'LogAnalytics'. Default value:
1698
- * 'ApplicationInsights'.
1699
- */
1700
- ingestionMode?: IngestionMode;
1701
- }
1702
- /**
1703
- * User-defined filters to return data which will be purged from the table.
1704
- */
1705
- export interface ComponentPurgeBodyFilters {
1706
- /**
1707
- * The column of the table over which the given query should run
1708
- */
1709
- column?: string;
1710
- /**
1711
- * A query operator to evaluate over the provided column and value(s). Supported operators are
1712
- * ==, =~, in, in~, >, >=, <, <=, between, and have the same behavior as they would in a KQL
1713
- * query.
1714
- */
1715
- operator?: string;
1716
- /**
1717
- * the value for the operator to function over. This can be a number (e.g., > 100), a string
1718
- * (timestamp >= '2017-09-01') or array of values.
1719
- */
1720
- value?: any;
1721
- /**
1722
- * When filtering over custom dimensions, this key will be used as the name of the custom
1723
- * dimension.
1724
- */
1725
- key?: string;
1726
- }
1727
- /**
1728
- * Describes the body of a purge request for an App Insights component
1729
- */
1730
- export interface ComponentPurgeBody {
1731
- /**
1732
- * Table from which to purge data.
1733
- */
1734
- table: string;
1735
- /**
1736
- * The set of columns and filters (queries) to run over them to purge the resulting data.
1737
- */
1738
- filters: ComponentPurgeBodyFilters[];
1739
- }
1740
- /**
1741
- * Response containing operationId for a specific purge action.
1742
- */
1743
- export interface ComponentPurgeResponse {
1744
- /**
1745
- * Id to use when querying for status for a particular purge operation.
1746
- */
1747
- operationId: string;
1748
- }
1749
- /**
1750
- * Response containing status for a specific purge operation.
1751
- */
1752
- export interface ComponentPurgeStatusResponse {
1753
- /**
1754
- * Status of the operation represented by the requested Id. Possible values include: 'pending',
1755
- * 'completed'
1756
- */
1757
- status: PurgeState;
1758
- }
1759
- /**
1760
- * Error response indicates Insights service is not able to process the incoming request. The
1761
- * reason is provided in the error message.
1762
- */
1763
- export interface ErrorResponseLinkedStorageError {
1764
- /**
1765
- * Error code.
1766
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1767
- */
1768
- readonly code?: string;
1769
- /**
1770
- * Error message indicating why the operation failed.
1771
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1772
- */
1773
- readonly message?: string;
1774
- }
1775
- /**
1776
- * An interface representing ErrorResponseLinkedStorage.
1777
- */
1778
- export interface ErrorResponseLinkedStorage {
1779
- /**
1780
- * Error response indicates Insights service is not able to process the incoming request. The
1781
- * reason is provided in the error message.
1782
- */
1783
- error?: ErrorResponseLinkedStorageError;
1784
- }
1785
- /**
1786
- * An Application Insights component linked storage accounts
1787
- */
1788
- export interface ComponentLinkedStorageAccounts extends ProxyResource {
1789
- /**
1790
- * Linked storage account resource ID
1791
- */
1792
- linkedStorageAccount?: string;
1793
- }
1794
- /**
1795
- * An Application Insights component linked storage accounts patch
1796
- */
1797
- export interface ComponentLinkedStorageAccountsPatch {
1798
- /**
1799
- * Linked storage account resource ID
1800
- */
1801
- linkedStorageAccount?: string;
1802
- }
1803
- /**
1804
- * The response to a live token query.
1805
- */
1806
- export interface LiveTokenResponse {
1807
- /**
1808
- * JWT token for accessing live metrics stream data.
1809
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1810
- */
1811
- readonly liveToken?: string;
1812
- }
1813
- /**
1814
- * Information about an operation
1815
- */
1816
- export interface OperationInfo {
1817
- /**
1818
- * Name of the provider
1819
- */
1820
- provider?: string;
1821
- /**
1822
- * Name of the resource type
1823
- */
1824
- resource?: string;
1825
- /**
1826
- * Name of the operation
1827
- */
1828
- operation?: string;
1829
- /**
1830
- * Description of the operation
1831
- */
1832
- description?: string;
1833
- }
1834
- /**
1835
- * Represents an operation returned by the GetOperations request
1836
- */
1837
- export interface OperationLive {
1838
- /**
1839
- * Name of the operation
1840
- */
1841
- name?: string;
1842
- /**
1843
- * Display name of the operation
1844
- */
1845
- display?: OperationInfo;
1846
- /**
1847
- * Origin of the operation
1848
- */
1849
- origin?: string;
1850
- /**
1851
- * Properties of the operation
1852
- */
1853
- properties?: any;
1854
- }
1855
- /**
1856
- * Optional Parameters.
1857
- */
1858
- export interface FavoritesListOptionalParams extends msRest.RequestOptionsBase {
1859
- /**
1860
- * The type of favorite. Value can be either shared or user. Possible values include: 'shared',
1861
- * 'user'. Default value: 'shared'.
1862
- */
1863
- favoriteType?: FavoriteType;
1864
- /**
1865
- * Source type of favorite to return. When left out, the source type defaults to 'other' (not
1866
- * present in this enum). Possible values include: 'retention', 'notebook', 'sessions', 'events',
1867
- * 'userflows', 'funnel', 'impact', 'segmentation'
1868
- */
1869
- sourceType?: FavoriteSourceType;
1870
- /**
1871
- * Flag indicating whether or not to return the full content for each applicable favorite. If
1872
- * false, only return summary content for favorites.
1873
- */
1874
- canFetchContent?: boolean;
1875
- /**
1876
- * Tags that must be present on each favorite returned.
1877
- */
1878
- tags?: string[];
1879
- }
1880
- /**
1881
- * Optional Parameters.
1882
- */
1883
- export interface AnalyticsItemsListOptionalParams extends msRest.RequestOptionsBase {
1884
- /**
1885
- * Enum indicating if this item definition is owned by a specific user or is shared between all
1886
- * users with access to the Application Insights component. Possible values include: 'shared',
1887
- * 'user'. Default value: 'shared'.
1888
- */
1889
- scope?: ItemScope;
1890
- /**
1891
- * Enum indicating the type of the Analytics item. Possible values include: 'none', 'query',
1892
- * 'function', 'folder', 'recent'. Default value: 'none'.
1893
- */
1894
- type?: ItemTypeParameter;
1895
- /**
1896
- * Flag indicating whether or not to return the content of each applicable item. If false, only
1897
- * return the item information.
1898
- */
1899
- includeContent?: boolean;
1900
- }
1901
- /**
1902
- * Optional Parameters.
1903
- */
1904
- export interface AnalyticsItemsGetOptionalParams extends msRest.RequestOptionsBase {
1905
- /**
1906
- * The Id of a specific item defined in the Application Insights component
1907
- */
1908
- id?: string;
1909
- /**
1910
- * The name of a specific item defined in the Application Insights component
1911
- */
1912
- name?: string;
1913
- }
1914
- /**
1915
- * Optional Parameters.
1916
- */
1917
- export interface AnalyticsItemsPutOptionalParams extends msRest.RequestOptionsBase {
1918
- /**
1919
- * Flag indicating whether or not to force save an item. This allows overriding an item if it
1920
- * already exists.
1921
- */
1922
- overrideItem?: boolean;
1923
- }
1924
- /**
1925
- * Optional Parameters.
1926
- */
1927
- export interface AnalyticsItemsDeleteMethodOptionalParams extends msRest.RequestOptionsBase {
1928
- /**
1929
- * The Id of a specific item defined in the Application Insights component
1930
- */
1931
- id?: string;
1932
- /**
1933
- * The name of a specific item defined in the Application Insights component
1934
- */
1935
- name?: string;
1936
- }
1937
- /**
1938
- * Optional Parameters.
1939
- */
1940
- export interface WorkbookTemplatesUpdateOptionalParams extends msRest.RequestOptionsBase {
1941
- /**
1942
- * Properties that need to be specified to patch a workbook template.
1943
- */
1944
- workbookTemplateUpdateParameters?: WorkbookTemplateUpdateParameters;
1945
- }
1946
- /**
1947
- * Optional Parameters.
1948
- */
1949
- export interface MyWorkbooksListByResourceGroupOptionalParams extends msRest.RequestOptionsBase {
1950
- /**
1951
- * Tags presents on each workbook returned.
1952
- */
1953
- tags?: string[];
1954
- /**
1955
- * Azure Resource Id that will fetch all linked workbooks.
1956
- */
1957
- sourceId?: string;
1958
- /**
1959
- * Flag indicating whether or not to return the full content for each applicable workbook. If
1960
- * false, only return summary content for workbooks.
1961
- */
1962
- canFetchContent?: boolean;
1963
- }
1964
- /**
1965
- * Optional Parameters.
1966
- */
1967
- export interface MyWorkbooksListBySubscriptionOptionalParams extends msRest.RequestOptionsBase {
1968
- /**
1969
- * Tags presents on each workbook returned.
1970
- */
1971
- tags?: string[];
1972
- /**
1973
- * Flag indicating whether or not to return the full content for each applicable workbook. If
1974
- * false, only return summary content for workbooks.
1975
- */
1976
- canFetchContent?: boolean;
1977
- }
1978
- /**
1979
- * Optional Parameters.
1980
- */
1981
- export interface MyWorkbooksCreateOrUpdateOptionalParams extends msRest.RequestOptionsBase {
1982
- /**
1983
- * Azure Resource Id that will fetch all linked workbooks.
1984
- */
1985
- sourceId?: string;
1986
- }
1987
- /**
1988
- * Optional Parameters.
1989
- */
1990
- export interface MyWorkbooksUpdateOptionalParams extends msRest.RequestOptionsBase {
1991
- /**
1992
- * Azure Resource Id that will fetch all linked workbooks.
1993
- */
1994
- sourceId?: string;
1995
- }
1996
- /**
1997
- * Optional Parameters.
1998
- */
1999
- export interface MyWorkbooksListByResourceGroupNextOptionalParams extends msRest.RequestOptionsBase {
2000
- /**
2001
- * Tags presents on each workbook returned.
2002
- */
2003
- tags?: string[];
2004
- /**
2005
- * Azure Resource Id that will fetch all linked workbooks.
2006
- */
2007
- sourceId?: string;
2008
- /**
2009
- * Flag indicating whether or not to return the full content for each applicable workbook. If
2010
- * false, only return summary content for workbooks.
2011
- */
2012
- canFetchContent?: boolean;
2013
- }
2014
- /**
2015
- * Optional Parameters.
2016
- */
2017
- export interface MyWorkbooksListBySubscriptionNextOptionalParams extends msRest.RequestOptionsBase {
2018
- /**
2019
- * Tags presents on each workbook returned.
2020
- */
2021
- tags?: string[];
2022
- /**
2023
- * Flag indicating whether or not to return the full content for each applicable workbook. If
2024
- * false, only return summary content for workbooks.
2025
- */
2026
- canFetchContent?: boolean;
2027
- }
2028
- /**
2029
- * Optional Parameters.
2030
- */
2031
- export interface WorkbooksListBySubscriptionOptionalParams extends msRest.RequestOptionsBase {
2032
- /**
2033
- * Tags presents on each workbook returned.
2034
- */
2035
- tags?: string[];
2036
- /**
2037
- * Flag indicating whether or not to return the full content for each applicable workbook. If
2038
- * false, only return summary content for workbooks.
2039
- */
2040
- canFetchContent?: boolean;
2041
- }
2042
- /**
2043
- * Optional Parameters.
2044
- */
2045
- export interface WorkbooksListByResourceGroupOptionalParams extends msRest.RequestOptionsBase {
2046
- /**
2047
- * Tags presents on each workbook returned.
2048
- */
2049
- tags?: string[];
2050
- /**
2051
- * Azure Resource Id that will fetch all linked workbooks.
2052
- */
2053
- sourceId?: string;
2054
- /**
2055
- * Flag indicating whether or not to return the full content for each applicable workbook. If
2056
- * false, only return summary content for workbooks.
2057
- */
2058
- canFetchContent?: boolean;
2059
- }
2060
- /**
2061
- * Optional Parameters.
2062
- */
2063
- export interface WorkbooksCreateOrUpdateOptionalParams extends msRest.RequestOptionsBase {
2064
- /**
2065
- * Azure Resource Id that will fetch all linked workbooks.
2066
- */
2067
- sourceId?: string;
2068
- }
2069
- /**
2070
- * Optional Parameters.
2071
- */
2072
- export interface WorkbooksUpdateOptionalParams extends msRest.RequestOptionsBase {
2073
- /**
2074
- * Azure Resource Id that will fetch all linked workbooks.
2075
- */
2076
- sourceId?: string;
2077
- /**
2078
- * Properties that need to be specified to create a new workbook.
2079
- */
2080
- workbookUpdateParameters?: WorkbookUpdateParameters;
2081
- }
2082
- /**
2083
- * Optional Parameters.
2084
- */
2085
- export interface WorkbooksListBySubscriptionNextOptionalParams extends msRest.RequestOptionsBase {
2086
- /**
2087
- * Tags presents on each workbook returned.
2088
- */
2089
- tags?: string[];
2090
- /**
2091
- * Flag indicating whether or not to return the full content for each applicable workbook. If
2092
- * false, only return summary content for workbooks.
2093
- */
2094
- canFetchContent?: boolean;
2095
- }
2096
- /**
2097
- * Optional Parameters.
2098
- */
2099
- export interface WorkbooksListByResourceGroupNextOptionalParams extends msRest.RequestOptionsBase {
2100
- /**
2101
- * Tags presents on each workbook returned.
2102
- */
2103
- tags?: string[];
2104
- /**
2105
- * Azure Resource Id that will fetch all linked workbooks.
2106
- */
2107
- sourceId?: string;
2108
- /**
2109
- * Flag indicating whether or not to return the full content for each applicable workbook. If
2110
- * false, only return summary content for workbooks.
2111
- */
2112
- canFetchContent?: boolean;
2113
- }
2114
- /**
2115
- * An interface representing ApplicationInsightsManagementClientOptions.
2116
- */
2117
- export interface ApplicationInsightsManagementClientOptions extends AzureServiceClientOptions {
2118
- baseUri?: string;
2119
- }
2120
- /**
2121
- * @interface
2122
- * Result of the request to list CDN operations. It contains a list of operations and a URL link to
2123
- * get the next set of results.
2124
- * @extends Array<Operation>
2125
- */
2126
- export interface OperationListResult extends Array<Operation> {
2127
- /**
2128
- * URL to get the next set of operation list results if there are any.
2129
- */
2130
- nextLink?: string;
2131
- }
2132
- /**
2133
- * @interface
2134
- * Result of the List Operations operation
2135
- * @extends Array<OperationLive>
2136
- */
2137
- export interface OperationsListResult extends Array<OperationLive> {
2138
- /**
2139
- * URL to get the next set of operation list results if there are any.
2140
- */
2141
- nextLink?: string;
2142
- }
2143
- /**
2144
- * @interface
2145
- * Annotations list result.
2146
- * @extends Array<Annotation>
2147
- */
2148
- export interface AnnotationsListResult extends Array<Annotation> {
2149
- }
2150
- /**
2151
- * @interface
2152
- * Describes the list of API Keys of an Application Insights Component.
2153
- * @extends Array<ApplicationInsightsComponentAPIKey>
2154
- */
2155
- export interface ApplicationInsightsComponentAPIKeyListResult extends Array<ApplicationInsightsComponentAPIKey> {
2156
- }
2157
- /**
2158
- * @interface
2159
- * Work item configuration list result.
2160
- * @extends Array<WorkItemConfiguration>
2161
- */
2162
- export interface WorkItemConfigurationsListResult extends Array<WorkItemConfiguration> {
2163
- }
2164
- /**
2165
- * @interface
2166
- * Describes the list of web test locations available to an Application Insights Component.
2167
- * @extends Array<ApplicationInsightsComponentWebTestLocation>
2168
- */
2169
- export interface ApplicationInsightsWebTestLocationsListResult extends Array<ApplicationInsightsComponentWebTestLocation> {
2170
- }
2171
- /**
2172
- * @interface
2173
- * A list of 0 or more Application Insights web test definitions.
2174
- * @extends Array<WebTest>
2175
- */
2176
- export interface WebTestListResult extends Array<WebTest> {
2177
- /**
2178
- * The link to get the next part of the returned list of web tests, should the return set be too
2179
- * large for a single request. May be null.
2180
- */
2181
- nextLink?: string;
2182
- }
2183
- /**
2184
- * @interface
2185
- * WorkbookTemplate list result.
2186
- * @extends Array<WorkbookTemplate>
2187
- */
2188
- export interface WorkbookTemplatesListResult extends Array<WorkbookTemplate> {
2189
- }
2190
- /**
2191
- * @interface
2192
- * Workbook list result.
2193
- * @extends Array<MyWorkbook>
2194
- */
2195
- export interface MyWorkbooksListResult extends Array<MyWorkbook> {
2196
- nextLink?: string;
2197
- }
2198
- /**
2199
- * @interface
2200
- * Workbook list result.
2201
- * @extends Array<Workbook>
2202
- */
2203
- export interface WorkbooksListResult extends Array<Workbook> {
2204
- nextLink?: string;
2205
- }
2206
- /**
2207
- * @interface
2208
- * Describes the list of Application Insights Resources.
2209
- * @extends Array<ApplicationInsightsComponent>
2210
- */
2211
- export interface ApplicationInsightsComponentListResult extends Array<ApplicationInsightsComponent> {
2212
- /**
2213
- * The URI to get the next set of Application Insights component definitions if too many
2214
- * components where returned in the result set.
2215
- */
2216
- nextLink?: string;
2217
- }
2218
- /**
2219
- * Defines values for FavoriteType.
2220
- * Possible values include: 'shared', 'user'
2221
- * @readonly
2222
- * @enum {string}
2223
- */
2224
- export declare type FavoriteType = 'shared' | 'user';
2225
- /**
2226
- * Defines values for WebTestKind.
2227
- * Possible values include: 'ping', 'multistep'
2228
- * @readonly
2229
- * @enum {string}
2230
- */
2231
- export declare type WebTestKind = 'ping' | 'multistep';
2232
- /**
2233
- * Defines values for ItemScope.
2234
- * Possible values include: 'shared', 'user'
2235
- * @readonly
2236
- * @enum {string}
2237
- */
2238
- export declare type ItemScope = 'shared' | 'user';
2239
- /**
2240
- * Defines values for ItemType.
2241
- * Possible values include: 'query', 'function', 'folder', 'recent'
2242
- * @readonly
2243
- * @enum {string}
2244
- */
2245
- export declare type ItemType = 'query' | 'function' | 'folder' | 'recent';
2246
- /**
2247
- * Defines values for Kind.
2248
- * Possible values include: 'user', 'shared'
2249
- * @readonly
2250
- * @enum {string}
2251
- */
2252
- export declare type Kind = 'user' | 'shared';
2253
- /**
2254
- * Defines values for CreatedByType.
2255
- * Possible values include: 'User', 'Application', 'ManagedIdentity', 'Key'
2256
- * @readonly
2257
- * @enum {string}
2258
- */
2259
- export declare type CreatedByType = 'User' | 'Application' | 'ManagedIdentity' | 'Key';
2260
- /**
2261
- * Defines values for SharedTypeKind.
2262
- * Possible values include: 'user', 'shared'
2263
- * @readonly
2264
- * @enum {string}
2265
- */
2266
- export declare type SharedTypeKind = 'user' | 'shared';
2267
- /**
2268
- * Defines values for ManagedServiceIdentityType.
2269
- * Possible values include: 'None', 'SystemAssigned', 'UserAssigned', 'SystemAssigned,UserAssigned'
2270
- * @readonly
2271
- * @enum {string}
2272
- */
2273
- export declare type ManagedServiceIdentityType = 'None' | 'SystemAssigned' | 'UserAssigned' | 'SystemAssigned,UserAssigned';
2274
- /**
2275
- * Defines values for ApplicationType.
2276
- * Possible values include: 'web', 'other'
2277
- * @readonly
2278
- * @enum {string}
2279
- */
2280
- export declare type ApplicationType = 'web' | 'other';
2281
- /**
2282
- * Defines values for FlowType.
2283
- * Possible values include: 'Bluefield'
2284
- * @readonly
2285
- * @enum {string}
2286
- */
2287
- export declare type FlowType = 'Bluefield';
2288
- /**
2289
- * Defines values for RequestSource.
2290
- * Possible values include: 'rest'
2291
- * @readonly
2292
- * @enum {string}
2293
- */
2294
- export declare type RequestSource = 'rest';
2295
- /**
2296
- * Defines values for PublicNetworkAccessType.
2297
- * Possible values include: 'Enabled', 'Disabled'
2298
- * @readonly
2299
- * @enum {string}
2300
- */
2301
- export declare type PublicNetworkAccessType = 'Enabled' | 'Disabled';
2302
- /**
2303
- * Defines values for IngestionMode.
2304
- * Possible values include: 'ApplicationInsights', 'ApplicationInsightsWithDiagnosticSettings',
2305
- * 'LogAnalytics'
2306
- * @readonly
2307
- * @enum {string}
2308
- */
2309
- export declare type IngestionMode = 'ApplicationInsights' | 'ApplicationInsightsWithDiagnosticSettings' | 'LogAnalytics';
2310
- /**
2311
- * Defines values for PurgeState.
2312
- * Possible values include: 'pending', 'completed'
2313
- * @readonly
2314
- * @enum {string}
2315
- */
2316
- export declare type PurgeState = 'pending' | 'completed';
2317
- /**
2318
- * Defines values for FavoriteSourceType.
2319
- * Possible values include: 'retention', 'notebook', 'sessions', 'events', 'userflows', 'funnel',
2320
- * 'impact', 'segmentation'
2321
- * @readonly
2322
- * @enum {string}
2323
- */
2324
- export declare type FavoriteSourceType = 'retention' | 'notebook' | 'sessions' | 'events' | 'userflows' | 'funnel' | 'impact' | 'segmentation';
2325
- /**
2326
- * Defines values for ItemScopePath.
2327
- * Possible values include: 'analyticsItems', 'myanalyticsItems'
2328
- * @readonly
2329
- * @enum {string}
2330
- */
2331
- export declare type ItemScopePath = 'analyticsItems' | 'myanalyticsItems';
2332
- /**
2333
- * Defines values for ItemTypeParameter.
2334
- * Possible values include: 'none', 'query', 'function', 'folder', 'recent'
2335
- * @readonly
2336
- * @enum {string}
2337
- */
2338
- export declare type ItemTypeParameter = 'none' | 'query' | 'function' | 'folder' | 'recent';
2339
- /**
2340
- * Defines values for CategoryType.
2341
- * Possible values include: 'workbook', 'TSG', 'performance', 'retention'
2342
- * @readonly
2343
- * @enum {string}
2344
- */
2345
- export declare type CategoryType = 'workbook' | 'TSG' | 'performance' | 'retention';
2346
- /**
2347
- * Defines values for Type.
2348
- * Possible values include: 'UserAssigned', 'None'
2349
- * @readonly
2350
- * @enum {string}
2351
- */
2352
- export declare type Type = 'UserAssigned' | 'None';
2353
- /**
2354
- * Contains response data for the list operation.
2355
- */
2356
- export declare type OperationsListResponse = OperationListResult & {
2357
- /**
2358
- * The underlying HTTP response.
2359
- */
2360
- _response: msRest.HttpResponse & {
2361
- /**
2362
- * The response body as text (string format)
2363
- */
2364
- bodyAsText: string;
2365
- /**
2366
- * The response body as parsed JSON or XML
2367
- */
2368
- parsedBody: OperationListResult;
2369
- };
2370
- };
2371
- /**
2372
- * Contains response data for the list1 operation.
2373
- */
2374
- export declare type OperationsList1Response = OperationsListResult & {
2375
- /**
2376
- * The underlying HTTP response.
2377
- */
2378
- _response: msRest.HttpResponse & {
2379
- /**
2380
- * The response body as text (string format)
2381
- */
2382
- bodyAsText: string;
2383
- /**
2384
- * The response body as parsed JSON or XML
2385
- */
2386
- parsedBody: OperationsListResult;
2387
- };
2388
- };
2389
- /**
2390
- * Contains response data for the listNext operation.
2391
- */
2392
- export declare type OperationsListNextResponse = OperationListResult & {
2393
- /**
2394
- * The underlying HTTP response.
2395
- */
2396
- _response: msRest.HttpResponse & {
2397
- /**
2398
- * The response body as text (string format)
2399
- */
2400
- bodyAsText: string;
2401
- /**
2402
- * The response body as parsed JSON or XML
2403
- */
2404
- parsedBody: OperationListResult;
2405
- };
2406
- };
2407
- /**
2408
- * Contains response data for the list1Next operation.
2409
- */
2410
- export declare type OperationsList1NextResponse = OperationsListResult & {
2411
- /**
2412
- * The underlying HTTP response.
2413
- */
2414
- _response: msRest.HttpResponse & {
2415
- /**
2416
- * The response body as text (string format)
2417
- */
2418
- bodyAsText: string;
2419
- /**
2420
- * The response body as parsed JSON or XML
2421
- */
2422
- parsedBody: OperationsListResult;
2423
- };
2424
- };
2425
- /**
2426
- * Contains response data for the list operation.
2427
- */
2428
- export declare type AnnotationsListResponse = AnnotationsListResult & {
2429
- /**
2430
- * The underlying HTTP response.
2431
- */
2432
- _response: msRest.HttpResponse & {
2433
- /**
2434
- * The response body as text (string format)
2435
- */
2436
- bodyAsText: string;
2437
- /**
2438
- * The response body as parsed JSON or XML
2439
- */
2440
- parsedBody: AnnotationsListResult;
2441
- };
2442
- };
2443
- /**
2444
- * Contains response data for the create operation.
2445
- */
2446
- export declare type AnnotationsCreateResponse = Array<Annotation> & {
2447
- /**
2448
- * The underlying HTTP response.
2449
- */
2450
- _response: msRest.HttpResponse & {
2451
- /**
2452
- * The response body as text (string format)
2453
- */
2454
- bodyAsText: string;
2455
- /**
2456
- * The response body as parsed JSON or XML
2457
- */
2458
- parsedBody: Annotation[];
2459
- };
2460
- };
2461
- /**
2462
- * Contains response data for the get operation.
2463
- */
2464
- export declare type AnnotationsGetResponse = Array<Annotation> & {
2465
- /**
2466
- * The underlying HTTP response.
2467
- */
2468
- _response: msRest.HttpResponse & {
2469
- /**
2470
- * The response body as text (string format)
2471
- */
2472
- bodyAsText: string;
2473
- /**
2474
- * The response body as parsed JSON or XML
2475
- */
2476
- parsedBody: Annotation[];
2477
- };
2478
- };
2479
- /**
2480
- * Contains response data for the list operation.
2481
- */
2482
- export declare type APIKeysListResponse = ApplicationInsightsComponentAPIKeyListResult & {
2483
- /**
2484
- * The underlying HTTP response.
2485
- */
2486
- _response: msRest.HttpResponse & {
2487
- /**
2488
- * The response body as text (string format)
2489
- */
2490
- bodyAsText: string;
2491
- /**
2492
- * The response body as parsed JSON or XML
2493
- */
2494
- parsedBody: ApplicationInsightsComponentAPIKeyListResult;
2495
- };
2496
- };
2497
- /**
2498
- * Contains response data for the create operation.
2499
- */
2500
- export declare type APIKeysCreateResponse = ApplicationInsightsComponentAPIKey & {
2501
- /**
2502
- * The underlying HTTP response.
2503
- */
2504
- _response: msRest.HttpResponse & {
2505
- /**
2506
- * The response body as text (string format)
2507
- */
2508
- bodyAsText: string;
2509
- /**
2510
- * The response body as parsed JSON or XML
2511
- */
2512
- parsedBody: ApplicationInsightsComponentAPIKey;
2513
- };
2514
- };
2515
- /**
2516
- * Contains response data for the deleteMethod operation.
2517
- */
2518
- export declare type APIKeysDeleteMethodResponse = ApplicationInsightsComponentAPIKey & {
2519
- /**
2520
- * The underlying HTTP response.
2521
- */
2522
- _response: msRest.HttpResponse & {
2523
- /**
2524
- * The response body as text (string format)
2525
- */
2526
- bodyAsText: string;
2527
- /**
2528
- * The response body as parsed JSON or XML
2529
- */
2530
- parsedBody: ApplicationInsightsComponentAPIKey;
2531
- };
2532
- };
2533
- /**
2534
- * Contains response data for the get operation.
2535
- */
2536
- export declare type APIKeysGetResponse = ApplicationInsightsComponentAPIKey & {
2537
- /**
2538
- * The underlying HTTP response.
2539
- */
2540
- _response: msRest.HttpResponse & {
2541
- /**
2542
- * The response body as text (string format)
2543
- */
2544
- bodyAsText: string;
2545
- /**
2546
- * The response body as parsed JSON or XML
2547
- */
2548
- parsedBody: ApplicationInsightsComponentAPIKey;
2549
- };
2550
- };
2551
- /**
2552
- * Contains response data for the list operation.
2553
- */
2554
- export declare type ExportConfigurationsListResponse = Array<ApplicationInsightsComponentExportConfiguration> & {
2555
- /**
2556
- * The underlying HTTP response.
2557
- */
2558
- _response: msRest.HttpResponse & {
2559
- /**
2560
- * The response body as text (string format)
2561
- */
2562
- bodyAsText: string;
2563
- /**
2564
- * The response body as parsed JSON or XML
2565
- */
2566
- parsedBody: ApplicationInsightsComponentExportConfiguration[];
2567
- };
2568
- };
2569
- /**
2570
- * Contains response data for the create operation.
2571
- */
2572
- export declare type ExportConfigurationsCreateResponse = Array<ApplicationInsightsComponentExportConfiguration> & {
2573
- /**
2574
- * The underlying HTTP response.
2575
- */
2576
- _response: msRest.HttpResponse & {
2577
- /**
2578
- * The response body as text (string format)
2579
- */
2580
- bodyAsText: string;
2581
- /**
2582
- * The response body as parsed JSON or XML
2583
- */
2584
- parsedBody: ApplicationInsightsComponentExportConfiguration[];
2585
- };
2586
- };
2587
- /**
2588
- * Contains response data for the deleteMethod operation.
2589
- */
2590
- export declare type ExportConfigurationsDeleteMethodResponse = ApplicationInsightsComponentExportConfiguration & {
2591
- /**
2592
- * The underlying HTTP response.
2593
- */
2594
- _response: msRest.HttpResponse & {
2595
- /**
2596
- * The response body as text (string format)
2597
- */
2598
- bodyAsText: string;
2599
- /**
2600
- * The response body as parsed JSON or XML
2601
- */
2602
- parsedBody: ApplicationInsightsComponentExportConfiguration;
2603
- };
2604
- };
2605
- /**
2606
- * Contains response data for the get operation.
2607
- */
2608
- export declare type ExportConfigurationsGetResponse = ApplicationInsightsComponentExportConfiguration & {
2609
- /**
2610
- * The underlying HTTP response.
2611
- */
2612
- _response: msRest.HttpResponse & {
2613
- /**
2614
- * The response body as text (string format)
2615
- */
2616
- bodyAsText: string;
2617
- /**
2618
- * The response body as parsed JSON or XML
2619
- */
2620
- parsedBody: ApplicationInsightsComponentExportConfiguration;
2621
- };
2622
- };
2623
- /**
2624
- * Contains response data for the update operation.
2625
- */
2626
- export declare type ExportConfigurationsUpdateResponse = ApplicationInsightsComponentExportConfiguration & {
2627
- /**
2628
- * The underlying HTTP response.
2629
- */
2630
- _response: msRest.HttpResponse & {
2631
- /**
2632
- * The response body as text (string format)
2633
- */
2634
- bodyAsText: string;
2635
- /**
2636
- * The response body as parsed JSON or XML
2637
- */
2638
- parsedBody: ApplicationInsightsComponentExportConfiguration;
2639
- };
2640
- };
2641
- /**
2642
- * Contains response data for the get operation.
2643
- */
2644
- export declare type ComponentCurrentBillingFeaturesGetResponse = ApplicationInsightsComponentBillingFeatures & {
2645
- /**
2646
- * The underlying HTTP response.
2647
- */
2648
- _response: msRest.HttpResponse & {
2649
- /**
2650
- * The response body as text (string format)
2651
- */
2652
- bodyAsText: string;
2653
- /**
2654
- * The response body as parsed JSON or XML
2655
- */
2656
- parsedBody: ApplicationInsightsComponentBillingFeatures;
2657
- };
2658
- };
2659
- /**
2660
- * Contains response data for the update operation.
2661
- */
2662
- export declare type ComponentCurrentBillingFeaturesUpdateResponse = ApplicationInsightsComponentBillingFeatures & {
2663
- /**
2664
- * The underlying HTTP response.
2665
- */
2666
- _response: msRest.HttpResponse & {
2667
- /**
2668
- * The response body as text (string format)
2669
- */
2670
- bodyAsText: string;
2671
- /**
2672
- * The response body as parsed JSON or XML
2673
- */
2674
- parsedBody: ApplicationInsightsComponentBillingFeatures;
2675
- };
2676
- };
2677
- /**
2678
- * Contains response data for the get operation.
2679
- */
2680
- export declare type ComponentQuotaStatusGetResponse = ApplicationInsightsComponentQuotaStatus & {
2681
- /**
2682
- * The underlying HTTP response.
2683
- */
2684
- _response: msRest.HttpResponse & {
2685
- /**
2686
- * The response body as text (string format)
2687
- */
2688
- bodyAsText: string;
2689
- /**
2690
- * The response body as parsed JSON or XML
2691
- */
2692
- parsedBody: ApplicationInsightsComponentQuotaStatus;
2693
- };
2694
- };
2695
- /**
2696
- * Contains response data for the get operation.
2697
- */
2698
- export declare type ComponentFeatureCapabilitiesGetResponse = ApplicationInsightsComponentFeatureCapabilities & {
2699
- /**
2700
- * The underlying HTTP response.
2701
- */
2702
- _response: msRest.HttpResponse & {
2703
- /**
2704
- * The response body as text (string format)
2705
- */
2706
- bodyAsText: string;
2707
- /**
2708
- * The response body as parsed JSON or XML
2709
- */
2710
- parsedBody: ApplicationInsightsComponentFeatureCapabilities;
2711
- };
2712
- };
2713
- /**
2714
- * Contains response data for the get operation.
2715
- */
2716
- export declare type ComponentAvailableFeaturesGetResponse = ApplicationInsightsComponentAvailableFeatures & {
2717
- /**
2718
- * The underlying HTTP response.
2719
- */
2720
- _response: msRest.HttpResponse & {
2721
- /**
2722
- * The response body as text (string format)
2723
- */
2724
- bodyAsText: string;
2725
- /**
2726
- * The response body as parsed JSON or XML
2727
- */
2728
- parsedBody: ApplicationInsightsComponentAvailableFeatures;
2729
- };
2730
- };
2731
- /**
2732
- * Contains response data for the list operation.
2733
- */
2734
- export declare type ProactiveDetectionConfigurationsListResponse = Array<ApplicationInsightsComponentProactiveDetectionConfiguration> & {
2735
- /**
2736
- * The underlying HTTP response.
2737
- */
2738
- _response: msRest.HttpResponse & {
2739
- /**
2740
- * The response body as text (string format)
2741
- */
2742
- bodyAsText: string;
2743
- /**
2744
- * The response body as parsed JSON or XML
2745
- */
2746
- parsedBody: ApplicationInsightsComponentProactiveDetectionConfiguration[];
2747
- };
2748
- };
2749
- /**
2750
- * Contains response data for the get operation.
2751
- */
2752
- export declare type ProactiveDetectionConfigurationsGetResponse = ApplicationInsightsComponentProactiveDetectionConfiguration & {
2753
- /**
2754
- * The underlying HTTP response.
2755
- */
2756
- _response: msRest.HttpResponse & {
2757
- /**
2758
- * The response body as text (string format)
2759
- */
2760
- bodyAsText: string;
2761
- /**
2762
- * The response body as parsed JSON or XML
2763
- */
2764
- parsedBody: ApplicationInsightsComponentProactiveDetectionConfiguration;
2765
- };
2766
- };
2767
- /**
2768
- * Contains response data for the update operation.
2769
- */
2770
- export declare type ProactiveDetectionConfigurationsUpdateResponse = ApplicationInsightsComponentProactiveDetectionConfiguration & {
2771
- /**
2772
- * The underlying HTTP response.
2773
- */
2774
- _response: msRest.HttpResponse & {
2775
- /**
2776
- * The response body as text (string format)
2777
- */
2778
- bodyAsText: string;
2779
- /**
2780
- * The response body as parsed JSON or XML
2781
- */
2782
- parsedBody: ApplicationInsightsComponentProactiveDetectionConfiguration;
2783
- };
2784
- };
2785
- /**
2786
- * Contains response data for the list operation.
2787
- */
2788
- export declare type WorkItemConfigurationsListResponse = WorkItemConfigurationsListResult & {
2789
- /**
2790
- * The underlying HTTP response.
2791
- */
2792
- _response: msRest.HttpResponse & {
2793
- /**
2794
- * The response body as text (string format)
2795
- */
2796
- bodyAsText: string;
2797
- /**
2798
- * The response body as parsed JSON or XML
2799
- */
2800
- parsedBody: WorkItemConfigurationsListResult;
2801
- };
2802
- };
2803
- /**
2804
- * Contains response data for the create operation.
2805
- */
2806
- export declare type WorkItemConfigurationsCreateResponse = WorkItemConfiguration & {
2807
- /**
2808
- * The underlying HTTP response.
2809
- */
2810
- _response: msRest.HttpResponse & {
2811
- /**
2812
- * The response body as text (string format)
2813
- */
2814
- bodyAsText: string;
2815
- /**
2816
- * The response body as parsed JSON or XML
2817
- */
2818
- parsedBody: WorkItemConfiguration;
2819
- };
2820
- };
2821
- /**
2822
- * Contains response data for the getDefault operation.
2823
- */
2824
- export declare type WorkItemConfigurationsGetDefaultResponse = WorkItemConfiguration & {
2825
- /**
2826
- * The underlying HTTP response.
2827
- */
2828
- _response: msRest.HttpResponse & {
2829
- /**
2830
- * The response body as text (string format)
2831
- */
2832
- bodyAsText: string;
2833
- /**
2834
- * The response body as parsed JSON or XML
2835
- */
2836
- parsedBody: WorkItemConfiguration;
2837
- };
2838
- };
2839
- /**
2840
- * Contains response data for the getItem operation.
2841
- */
2842
- export declare type WorkItemConfigurationsGetItemResponse = WorkItemConfiguration & {
2843
- /**
2844
- * The underlying HTTP response.
2845
- */
2846
- _response: msRest.HttpResponse & {
2847
- /**
2848
- * The response body as text (string format)
2849
- */
2850
- bodyAsText: string;
2851
- /**
2852
- * The response body as parsed JSON or XML
2853
- */
2854
- parsedBody: WorkItemConfiguration;
2855
- };
2856
- };
2857
- /**
2858
- * Contains response data for the updateItem operation.
2859
- */
2860
- export declare type WorkItemConfigurationsUpdateItemResponse = WorkItemConfiguration & {
2861
- /**
2862
- * The underlying HTTP response.
2863
- */
2864
- _response: msRest.HttpResponse & {
2865
- /**
2866
- * The response body as text (string format)
2867
- */
2868
- bodyAsText: string;
2869
- /**
2870
- * The response body as parsed JSON or XML
2871
- */
2872
- parsedBody: WorkItemConfiguration;
2873
- };
2874
- };
2875
- /**
2876
- * Contains response data for the list operation.
2877
- */
2878
- export declare type FavoritesListResponse = Array<ApplicationInsightsComponentFavorite> & {
2879
- /**
2880
- * The underlying HTTP response.
2881
- */
2882
- _response: msRest.HttpResponse & {
2883
- /**
2884
- * The response body as text (string format)
2885
- */
2886
- bodyAsText: string;
2887
- /**
2888
- * The response body as parsed JSON or XML
2889
- */
2890
- parsedBody: ApplicationInsightsComponentFavorite[];
2891
- };
2892
- };
2893
- /**
2894
- * Contains response data for the get operation.
2895
- */
2896
- export declare type FavoritesGetResponse = ApplicationInsightsComponentFavorite & {
2897
- /**
2898
- * The underlying HTTP response.
2899
- */
2900
- _response: msRest.HttpResponse & {
2901
- /**
2902
- * The response body as text (string format)
2903
- */
2904
- bodyAsText: string;
2905
- /**
2906
- * The response body as parsed JSON or XML
2907
- */
2908
- parsedBody: ApplicationInsightsComponentFavorite;
2909
- };
2910
- };
2911
- /**
2912
- * Contains response data for the add operation.
2913
- */
2914
- export declare type FavoritesAddResponse = ApplicationInsightsComponentFavorite & {
2915
- /**
2916
- * The underlying HTTP response.
2917
- */
2918
- _response: msRest.HttpResponse & {
2919
- /**
2920
- * The response body as text (string format)
2921
- */
2922
- bodyAsText: string;
2923
- /**
2924
- * The response body as parsed JSON or XML
2925
- */
2926
- parsedBody: ApplicationInsightsComponentFavorite;
2927
- };
2928
- };
2929
- /**
2930
- * Contains response data for the update operation.
2931
- */
2932
- export declare type FavoritesUpdateResponse = ApplicationInsightsComponentFavorite & {
2933
- /**
2934
- * The underlying HTTP response.
2935
- */
2936
- _response: msRest.HttpResponse & {
2937
- /**
2938
- * The response body as text (string format)
2939
- */
2940
- bodyAsText: string;
2941
- /**
2942
- * The response body as parsed JSON or XML
2943
- */
2944
- parsedBody: ApplicationInsightsComponentFavorite;
2945
- };
2946
- };
2947
- /**
2948
- * Contains response data for the list operation.
2949
- */
2950
- export declare type WebTestLocationsListResponse = ApplicationInsightsWebTestLocationsListResult & {
2951
- /**
2952
- * The underlying HTTP response.
2953
- */
2954
- _response: msRest.HttpResponse & {
2955
- /**
2956
- * The response body as text (string format)
2957
- */
2958
- bodyAsText: string;
2959
- /**
2960
- * The response body as parsed JSON or XML
2961
- */
2962
- parsedBody: ApplicationInsightsWebTestLocationsListResult;
2963
- };
2964
- };
2965
- /**
2966
- * Contains response data for the listByResourceGroup operation.
2967
- */
2968
- export declare type WebTestsListByResourceGroupResponse = WebTestListResult & {
2969
- /**
2970
- * The underlying HTTP response.
2971
- */
2972
- _response: msRest.HttpResponse & {
2973
- /**
2974
- * The response body as text (string format)
2975
- */
2976
- bodyAsText: string;
2977
- /**
2978
- * The response body as parsed JSON or XML
2979
- */
2980
- parsedBody: WebTestListResult;
2981
- };
2982
- };
2983
- /**
2984
- * Contains response data for the get operation.
2985
- */
2986
- export declare type WebTestsGetResponse = WebTest & {
2987
- /**
2988
- * The underlying HTTP response.
2989
- */
2990
- _response: msRest.HttpResponse & {
2991
- /**
2992
- * The response body as text (string format)
2993
- */
2994
- bodyAsText: string;
2995
- /**
2996
- * The response body as parsed JSON or XML
2997
- */
2998
- parsedBody: WebTest;
2999
- };
3000
- };
3001
- /**
3002
- * Contains response data for the createOrUpdate operation.
3003
- */
3004
- export declare type WebTestsCreateOrUpdateResponse = WebTest & {
3005
- /**
3006
- * The underlying HTTP response.
3007
- */
3008
- _response: msRest.HttpResponse & {
3009
- /**
3010
- * The response body as text (string format)
3011
- */
3012
- bodyAsText: string;
3013
- /**
3014
- * The response body as parsed JSON or XML
3015
- */
3016
- parsedBody: WebTest;
3017
- };
3018
- };
3019
- /**
3020
- * Contains response data for the updateTags operation.
3021
- */
3022
- export declare type WebTestsUpdateTagsResponse = WebTest & {
3023
- /**
3024
- * The underlying HTTP response.
3025
- */
3026
- _response: msRest.HttpResponse & {
3027
- /**
3028
- * The response body as text (string format)
3029
- */
3030
- bodyAsText: string;
3031
- /**
3032
- * The response body as parsed JSON or XML
3033
- */
3034
- parsedBody: WebTest;
3035
- };
3036
- };
3037
- /**
3038
- * Contains response data for the list operation.
3039
- */
3040
- export declare type WebTestsListResponse = WebTestListResult & {
3041
- /**
3042
- * The underlying HTTP response.
3043
- */
3044
- _response: msRest.HttpResponse & {
3045
- /**
3046
- * The response body as text (string format)
3047
- */
3048
- bodyAsText: string;
3049
- /**
3050
- * The response body as parsed JSON or XML
3051
- */
3052
- parsedBody: WebTestListResult;
3053
- };
3054
- };
3055
- /**
3056
- * Contains response data for the listByComponent operation.
3057
- */
3058
- export declare type WebTestsListByComponentResponse = WebTestListResult & {
3059
- /**
3060
- * The underlying HTTP response.
3061
- */
3062
- _response: msRest.HttpResponse & {
3063
- /**
3064
- * The response body as text (string format)
3065
- */
3066
- bodyAsText: string;
3067
- /**
3068
- * The response body as parsed JSON or XML
3069
- */
3070
- parsedBody: WebTestListResult;
3071
- };
3072
- };
3073
- /**
3074
- * Contains response data for the listByResourceGroupNext operation.
3075
- */
3076
- export declare type WebTestsListByResourceGroupNextResponse = WebTestListResult & {
3077
- /**
3078
- * The underlying HTTP response.
3079
- */
3080
- _response: msRest.HttpResponse & {
3081
- /**
3082
- * The response body as text (string format)
3083
- */
3084
- bodyAsText: string;
3085
- /**
3086
- * The response body as parsed JSON or XML
3087
- */
3088
- parsedBody: WebTestListResult;
3089
- };
3090
- };
3091
- /**
3092
- * Contains response data for the listNext operation.
3093
- */
3094
- export declare type WebTestsListNextResponse = WebTestListResult & {
3095
- /**
3096
- * The underlying HTTP response.
3097
- */
3098
- _response: msRest.HttpResponse & {
3099
- /**
3100
- * The response body as text (string format)
3101
- */
3102
- bodyAsText: string;
3103
- /**
3104
- * The response body as parsed JSON or XML
3105
- */
3106
- parsedBody: WebTestListResult;
3107
- };
3108
- };
3109
- /**
3110
- * Contains response data for the listByComponentNext operation.
3111
- */
3112
- export declare type WebTestsListByComponentNextResponse = WebTestListResult & {
3113
- /**
3114
- * The underlying HTTP response.
3115
- */
3116
- _response: msRest.HttpResponse & {
3117
- /**
3118
- * The response body as text (string format)
3119
- */
3120
- bodyAsText: string;
3121
- /**
3122
- * The response body as parsed JSON or XML
3123
- */
3124
- parsedBody: WebTestListResult;
3125
- };
3126
- };
3127
- /**
3128
- * Contains response data for the list operation.
3129
- */
3130
- export declare type AnalyticsItemsListResponse = Array<ApplicationInsightsComponentAnalyticsItem> & {
3131
- /**
3132
- * The underlying HTTP response.
3133
- */
3134
- _response: msRest.HttpResponse & {
3135
- /**
3136
- * The response body as text (string format)
3137
- */
3138
- bodyAsText: string;
3139
- /**
3140
- * The response body as parsed JSON or XML
3141
- */
3142
- parsedBody: ApplicationInsightsComponentAnalyticsItem[];
3143
- };
3144
- };
3145
- /**
3146
- * Contains response data for the get operation.
3147
- */
3148
- export declare type AnalyticsItemsGetResponse = ApplicationInsightsComponentAnalyticsItem & {
3149
- /**
3150
- * The underlying HTTP response.
3151
- */
3152
- _response: msRest.HttpResponse & {
3153
- /**
3154
- * The response body as text (string format)
3155
- */
3156
- bodyAsText: string;
3157
- /**
3158
- * The response body as parsed JSON or XML
3159
- */
3160
- parsedBody: ApplicationInsightsComponentAnalyticsItem;
3161
- };
3162
- };
3163
- /**
3164
- * Contains response data for the put operation.
3165
- */
3166
- export declare type AnalyticsItemsPutResponse = ApplicationInsightsComponentAnalyticsItem & {
3167
- /**
3168
- * The underlying HTTP response.
3169
- */
3170
- _response: msRest.HttpResponse & {
3171
- /**
3172
- * The response body as text (string format)
3173
- */
3174
- bodyAsText: string;
3175
- /**
3176
- * The response body as parsed JSON or XML
3177
- */
3178
- parsedBody: ApplicationInsightsComponentAnalyticsItem;
3179
- };
3180
- };
3181
- /**
3182
- * Contains response data for the listByResourceGroup operation.
3183
- */
3184
- export declare type WorkbookTemplatesListByResourceGroupResponse = WorkbookTemplatesListResult & {
3185
- /**
3186
- * The underlying HTTP response.
3187
- */
3188
- _response: msRest.HttpResponse & {
3189
- /**
3190
- * The response body as text (string format)
3191
- */
3192
- bodyAsText: string;
3193
- /**
3194
- * The response body as parsed JSON or XML
3195
- */
3196
- parsedBody: WorkbookTemplatesListResult;
3197
- };
3198
- };
3199
- /**
3200
- * Contains response data for the get operation.
3201
- */
3202
- export declare type WorkbookTemplatesGetResponse = WorkbookTemplate & {
3203
- /**
3204
- * The underlying HTTP response.
3205
- */
3206
- _response: msRest.HttpResponse & {
3207
- /**
3208
- * The response body as text (string format)
3209
- */
3210
- bodyAsText: string;
3211
- /**
3212
- * The response body as parsed JSON or XML
3213
- */
3214
- parsedBody: WorkbookTemplate;
3215
- };
3216
- };
3217
- /**
3218
- * Contains response data for the createOrUpdate operation.
3219
- */
3220
- export declare type WorkbookTemplatesCreateOrUpdateResponse = WorkbookTemplate & {
3221
- /**
3222
- * The underlying HTTP response.
3223
- */
3224
- _response: msRest.HttpResponse & {
3225
- /**
3226
- * The response body as text (string format)
3227
- */
3228
- bodyAsText: string;
3229
- /**
3230
- * The response body as parsed JSON or XML
3231
- */
3232
- parsedBody: WorkbookTemplate;
3233
- };
3234
- };
3235
- /**
3236
- * Contains response data for the update operation.
3237
- */
3238
- export declare type WorkbookTemplatesUpdateResponse = WorkbookTemplate & {
3239
- /**
3240
- * The underlying HTTP response.
3241
- */
3242
- _response: msRest.HttpResponse & {
3243
- /**
3244
- * The response body as text (string format)
3245
- */
3246
- bodyAsText: string;
3247
- /**
3248
- * The response body as parsed JSON or XML
3249
- */
3250
- parsedBody: WorkbookTemplate;
3251
- };
3252
- };
3253
- /**
3254
- * Contains response data for the listByResourceGroup operation.
3255
- */
3256
- export declare type MyWorkbooksListByResourceGroupResponse = MyWorkbooksListResult & {
3257
- /**
3258
- * The underlying HTTP response.
3259
- */
3260
- _response: msRest.HttpResponse & {
3261
- /**
3262
- * The response body as text (string format)
3263
- */
3264
- bodyAsText: string;
3265
- /**
3266
- * The response body as parsed JSON or XML
3267
- */
3268
- parsedBody: MyWorkbooksListResult;
3269
- };
3270
- };
3271
- /**
3272
- * Contains response data for the listBySubscription operation.
3273
- */
3274
- export declare type MyWorkbooksListBySubscriptionResponse = MyWorkbooksListResult & {
3275
- /**
3276
- * The underlying HTTP response.
3277
- */
3278
- _response: msRest.HttpResponse & {
3279
- /**
3280
- * The response body as text (string format)
3281
- */
3282
- bodyAsText: string;
3283
- /**
3284
- * The response body as parsed JSON or XML
3285
- */
3286
- parsedBody: MyWorkbooksListResult;
3287
- };
3288
- };
3289
- /**
3290
- * Contains response data for the get operation.
3291
- */
3292
- export declare type MyWorkbooksGetResponse = MyWorkbook & {
3293
- /**
3294
- * The underlying HTTP response.
3295
- */
3296
- _response: msRest.HttpResponse & {
3297
- /**
3298
- * The response body as text (string format)
3299
- */
3300
- bodyAsText: string;
3301
- /**
3302
- * The response body as parsed JSON or XML
3303
- */
3304
- parsedBody: MyWorkbook;
3305
- };
3306
- };
3307
- /**
3308
- * Contains response data for the createOrUpdate operation.
3309
- */
3310
- export declare type MyWorkbooksCreateOrUpdateResponse = MyWorkbook & {
3311
- /**
3312
- * The underlying HTTP response.
3313
- */
3314
- _response: msRest.HttpResponse & {
3315
- /**
3316
- * The response body as text (string format)
3317
- */
3318
- bodyAsText: string;
3319
- /**
3320
- * The response body as parsed JSON or XML
3321
- */
3322
- parsedBody: MyWorkbook;
3323
- };
3324
- };
3325
- /**
3326
- * Contains response data for the update operation.
3327
- */
3328
- export declare type MyWorkbooksUpdateResponse = MyWorkbook & {
3329
- /**
3330
- * The underlying HTTP response.
3331
- */
3332
- _response: msRest.HttpResponse & {
3333
- /**
3334
- * The response body as text (string format)
3335
- */
3336
- bodyAsText: string;
3337
- /**
3338
- * The response body as parsed JSON or XML
3339
- */
3340
- parsedBody: MyWorkbook;
3341
- };
3342
- };
3343
- /**
3344
- * Contains response data for the listByResourceGroupNext operation.
3345
- */
3346
- export declare type MyWorkbooksListByResourceGroupNextResponse = MyWorkbooksListResult & {
3347
- /**
3348
- * The underlying HTTP response.
3349
- */
3350
- _response: msRest.HttpResponse & {
3351
- /**
3352
- * The response body as text (string format)
3353
- */
3354
- bodyAsText: string;
3355
- /**
3356
- * The response body as parsed JSON or XML
3357
- */
3358
- parsedBody: MyWorkbooksListResult;
3359
- };
3360
- };
3361
- /**
3362
- * Contains response data for the listBySubscriptionNext operation.
3363
- */
3364
- export declare type MyWorkbooksListBySubscriptionNextResponse = MyWorkbooksListResult & {
3365
- /**
3366
- * The underlying HTTP response.
3367
- */
3368
- _response: msRest.HttpResponse & {
3369
- /**
3370
- * The response body as text (string format)
3371
- */
3372
- bodyAsText: string;
3373
- /**
3374
- * The response body as parsed JSON or XML
3375
- */
3376
- parsedBody: MyWorkbooksListResult;
3377
- };
3378
- };
3379
- /**
3380
- * Contains response data for the listBySubscription operation.
3381
- */
3382
- export declare type WorkbooksListBySubscriptionResponse = WorkbooksListResult & {
3383
- /**
3384
- * The underlying HTTP response.
3385
- */
3386
- _response: msRest.HttpResponse & {
3387
- /**
3388
- * The response body as text (string format)
3389
- */
3390
- bodyAsText: string;
3391
- /**
3392
- * The response body as parsed JSON or XML
3393
- */
3394
- parsedBody: WorkbooksListResult;
3395
- };
3396
- };
3397
- /**
3398
- * Contains response data for the listByResourceGroup operation.
3399
- */
3400
- export declare type WorkbooksListByResourceGroupResponse = WorkbooksListResult & {
3401
- /**
3402
- * The underlying HTTP response.
3403
- */
3404
- _response: msRest.HttpResponse & {
3405
- /**
3406
- * The response body as text (string format)
3407
- */
3408
- bodyAsText: string;
3409
- /**
3410
- * The response body as parsed JSON or XML
3411
- */
3412
- parsedBody: WorkbooksListResult;
3413
- };
3414
- };
3415
- /**
3416
- * Contains response data for the get operation.
3417
- */
3418
- export declare type WorkbooksGetResponse = Workbook & {
3419
- /**
3420
- * The underlying HTTP response.
3421
- */
3422
- _response: msRest.HttpResponse & {
3423
- /**
3424
- * The response body as text (string format)
3425
- */
3426
- bodyAsText: string;
3427
- /**
3428
- * The response body as parsed JSON or XML
3429
- */
3430
- parsedBody: Workbook;
3431
- };
3432
- };
3433
- /**
3434
- * Contains response data for the createOrUpdate operation.
3435
- */
3436
- export declare type WorkbooksCreateOrUpdateResponse = Workbook & {
3437
- /**
3438
- * The underlying HTTP response.
3439
- */
3440
- _response: msRest.HttpResponse & {
3441
- /**
3442
- * The response body as text (string format)
3443
- */
3444
- bodyAsText: string;
3445
- /**
3446
- * The response body as parsed JSON or XML
3447
- */
3448
- parsedBody: Workbook;
3449
- };
3450
- };
3451
- /**
3452
- * Contains response data for the update operation.
3453
- */
3454
- export declare type WorkbooksUpdateResponse = Workbook & {
3455
- /**
3456
- * The underlying HTTP response.
3457
- */
3458
- _response: msRest.HttpResponse & {
3459
- /**
3460
- * The response body as text (string format)
3461
- */
3462
- bodyAsText: string;
3463
- /**
3464
- * The response body as parsed JSON or XML
3465
- */
3466
- parsedBody: Workbook;
3467
- };
3468
- };
3469
- /**
3470
- * Contains response data for the revisionsList operation.
3471
- */
3472
- export declare type WorkbooksRevisionsListResponse = WorkbooksListResult & {
3473
- /**
3474
- * The underlying HTTP response.
3475
- */
3476
- _response: msRest.HttpResponse & {
3477
- /**
3478
- * The response body as text (string format)
3479
- */
3480
- bodyAsText: string;
3481
- /**
3482
- * The response body as parsed JSON or XML
3483
- */
3484
- parsedBody: WorkbooksListResult;
3485
- };
3486
- };
3487
- /**
3488
- * Contains response data for the revisionGet operation.
3489
- */
3490
- export declare type WorkbooksRevisionGetResponse = Workbook & {
3491
- /**
3492
- * The underlying HTTP response.
3493
- */
3494
- _response: msRest.HttpResponse & {
3495
- /**
3496
- * The response body as text (string format)
3497
- */
3498
- bodyAsText: string;
3499
- /**
3500
- * The response body as parsed JSON or XML
3501
- */
3502
- parsedBody: Workbook;
3503
- };
3504
- };
3505
- /**
3506
- * Contains response data for the listBySubscriptionNext operation.
3507
- */
3508
- export declare type WorkbooksListBySubscriptionNextResponse = WorkbooksListResult & {
3509
- /**
3510
- * The underlying HTTP response.
3511
- */
3512
- _response: msRest.HttpResponse & {
3513
- /**
3514
- * The response body as text (string format)
3515
- */
3516
- bodyAsText: string;
3517
- /**
3518
- * The response body as parsed JSON or XML
3519
- */
3520
- parsedBody: WorkbooksListResult;
3521
- };
3522
- };
3523
- /**
3524
- * Contains response data for the listByResourceGroupNext operation.
3525
- */
3526
- export declare type WorkbooksListByResourceGroupNextResponse = WorkbooksListResult & {
3527
- /**
3528
- * The underlying HTTP response.
3529
- */
3530
- _response: msRest.HttpResponse & {
3531
- /**
3532
- * The response body as text (string format)
3533
- */
3534
- bodyAsText: string;
3535
- /**
3536
- * The response body as parsed JSON or XML
3537
- */
3538
- parsedBody: WorkbooksListResult;
3539
- };
3540
- };
3541
- /**
3542
- * Contains response data for the revisionsListNext operation.
3543
- */
3544
- export declare type WorkbooksRevisionsListNextResponse = WorkbooksListResult & {
3545
- /**
3546
- * The underlying HTTP response.
3547
- */
3548
- _response: msRest.HttpResponse & {
3549
- /**
3550
- * The response body as text (string format)
3551
- */
3552
- bodyAsText: string;
3553
- /**
3554
- * The response body as parsed JSON or XML
3555
- */
3556
- parsedBody: WorkbooksListResult;
3557
- };
3558
- };
3559
- /**
3560
- * Contains response data for the list operation.
3561
- */
3562
- export declare type ComponentsListResponse = ApplicationInsightsComponentListResult & {
3563
- /**
3564
- * The underlying HTTP response.
3565
- */
3566
- _response: msRest.HttpResponse & {
3567
- /**
3568
- * The response body as text (string format)
3569
- */
3570
- bodyAsText: string;
3571
- /**
3572
- * The response body as parsed JSON or XML
3573
- */
3574
- parsedBody: ApplicationInsightsComponentListResult;
3575
- };
3576
- };
3577
- /**
3578
- * Contains response data for the listByResourceGroup operation.
3579
- */
3580
- export declare type ComponentsListByResourceGroupResponse = ApplicationInsightsComponentListResult & {
3581
- /**
3582
- * The underlying HTTP response.
3583
- */
3584
- _response: msRest.HttpResponse & {
3585
- /**
3586
- * The response body as text (string format)
3587
- */
3588
- bodyAsText: string;
3589
- /**
3590
- * The response body as parsed JSON or XML
3591
- */
3592
- parsedBody: ApplicationInsightsComponentListResult;
3593
- };
3594
- };
3595
- /**
3596
- * Contains response data for the get operation.
3597
- */
3598
- export declare type ComponentsGetResponse = ApplicationInsightsComponent & {
3599
- /**
3600
- * The underlying HTTP response.
3601
- */
3602
- _response: msRest.HttpResponse & {
3603
- /**
3604
- * The response body as text (string format)
3605
- */
3606
- bodyAsText: string;
3607
- /**
3608
- * The response body as parsed JSON or XML
3609
- */
3610
- parsedBody: ApplicationInsightsComponent;
3611
- };
3612
- };
3613
- /**
3614
- * Contains response data for the createOrUpdate operation.
3615
- */
3616
- export declare type ComponentsCreateOrUpdateResponse = ApplicationInsightsComponent & {
3617
- /**
3618
- * The underlying HTTP response.
3619
- */
3620
- _response: msRest.HttpResponse & {
3621
- /**
3622
- * The response body as text (string format)
3623
- */
3624
- bodyAsText: string;
3625
- /**
3626
- * The response body as parsed JSON or XML
3627
- */
3628
- parsedBody: ApplicationInsightsComponent;
3629
- };
3630
- };
3631
- /**
3632
- * Contains response data for the updateTags operation.
3633
- */
3634
- export declare type ComponentsUpdateTagsResponse = ApplicationInsightsComponent & {
3635
- /**
3636
- * The underlying HTTP response.
3637
- */
3638
- _response: msRest.HttpResponse & {
3639
- /**
3640
- * The response body as text (string format)
3641
- */
3642
- bodyAsText: string;
3643
- /**
3644
- * The response body as parsed JSON or XML
3645
- */
3646
- parsedBody: ApplicationInsightsComponent;
3647
- };
3648
- };
3649
- /**
3650
- * Contains response data for the purge operation.
3651
- */
3652
- export declare type ComponentsPurgeResponse = ComponentPurgeResponse & {
3653
- /**
3654
- * The underlying HTTP response.
3655
- */
3656
- _response: msRest.HttpResponse & {
3657
- /**
3658
- * The response body as text (string format)
3659
- */
3660
- bodyAsText: string;
3661
- /**
3662
- * The response body as parsed JSON or XML
3663
- */
3664
- parsedBody: ComponentPurgeResponse;
3665
- };
3666
- };
3667
- /**
3668
- * Contains response data for the getPurgeStatus operation.
3669
- */
3670
- export declare type ComponentsGetPurgeStatusResponse = ComponentPurgeStatusResponse & {
3671
- /**
3672
- * The underlying HTTP response.
3673
- */
3674
- _response: msRest.HttpResponse & {
3675
- /**
3676
- * The response body as text (string format)
3677
- */
3678
- bodyAsText: string;
3679
- /**
3680
- * The response body as parsed JSON or XML
3681
- */
3682
- parsedBody: ComponentPurgeStatusResponse;
3683
- };
3684
- };
3685
- /**
3686
- * Contains response data for the listNext operation.
3687
- */
3688
- export declare type ComponentsListNextResponse = ApplicationInsightsComponentListResult & {
3689
- /**
3690
- * The underlying HTTP response.
3691
- */
3692
- _response: msRest.HttpResponse & {
3693
- /**
3694
- * The response body as text (string format)
3695
- */
3696
- bodyAsText: string;
3697
- /**
3698
- * The response body as parsed JSON or XML
3699
- */
3700
- parsedBody: ApplicationInsightsComponentListResult;
3701
- };
3702
- };
3703
- /**
3704
- * Contains response data for the listByResourceGroupNext operation.
3705
- */
3706
- export declare type ComponentsListByResourceGroupNextResponse = ApplicationInsightsComponentListResult & {
3707
- /**
3708
- * The underlying HTTP response.
3709
- */
3710
- _response: msRest.HttpResponse & {
3711
- /**
3712
- * The response body as text (string format)
3713
- */
3714
- bodyAsText: string;
3715
- /**
3716
- * The response body as parsed JSON or XML
3717
- */
3718
- parsedBody: ApplicationInsightsComponentListResult;
3719
- };
3720
- };
3721
- /**
3722
- * Contains response data for the get operation.
3723
- */
3724
- export declare type ComponentLinkedStorageAccountsGetResponse = ComponentLinkedStorageAccounts & {
3725
- /**
3726
- * The underlying HTTP response.
3727
- */
3728
- _response: msRest.HttpResponse & {
3729
- /**
3730
- * The response body as text (string format)
3731
- */
3732
- bodyAsText: string;
3733
- /**
3734
- * The response body as parsed JSON or XML
3735
- */
3736
- parsedBody: ComponentLinkedStorageAccounts;
3737
- };
3738
- };
3739
- /**
3740
- * Contains response data for the createAndUpdate operation.
3741
- */
3742
- export declare type ComponentLinkedStorageAccountsCreateAndUpdateResponse = ComponentLinkedStorageAccounts & {
3743
- /**
3744
- * The underlying HTTP response.
3745
- */
3746
- _response: msRest.HttpResponse & {
3747
- /**
3748
- * The response body as text (string format)
3749
- */
3750
- bodyAsText: string;
3751
- /**
3752
- * The response body as parsed JSON or XML
3753
- */
3754
- parsedBody: ComponentLinkedStorageAccounts;
3755
- };
3756
- };
3757
- /**
3758
- * Contains response data for the update operation.
3759
- */
3760
- export declare type ComponentLinkedStorageAccountsUpdateResponse = ComponentLinkedStorageAccounts & {
3761
- /**
3762
- * The underlying HTTP response.
3763
- */
3764
- _response: msRest.HttpResponse & {
3765
- /**
3766
- * The response body as text (string format)
3767
- */
3768
- bodyAsText: string;
3769
- /**
3770
- * The response body as parsed JSON or XML
3771
- */
3772
- parsedBody: ComponentLinkedStorageAccounts;
3773
- };
3774
- };
3775
- /**
3776
- * Contains response data for the get operation.
3777
- */
3778
- export declare type LiveTokenGetResponse = LiveTokenResponse & {
3779
- /**
3780
- * The underlying HTTP response.
3781
- */
3782
- _response: msRest.HttpResponse & {
3783
- /**
3784
- * The response body as text (string format)
3785
- */
3786
- bodyAsText: string;
3787
- /**
3788
- * The response body as parsed JSON or XML
3789
- */
3790
- parsedBody: LiveTokenResponse;
3791
- };
3792
- };
3793
- //# sourceMappingURL=index.d.ts.map