@azure/arm-appinsights 3.1.1 → 5.0.0-beta.2

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 (440) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/LICENSE +21 -0
  3. package/README.md +69 -80
  4. package/dist/index.js +7666 -0
  5. package/dist/index.js.map +1 -0
  6. package/dist/index.min.js +1 -0
  7. package/dist/index.min.js.map +1 -0
  8. package/dist-esm/src/applicationInsightsManagementClient.d.ts +35 -0
  9. package/dist-esm/src/applicationInsightsManagementClient.d.ts.map +1 -0
  10. package/dist-esm/src/applicationInsightsManagementClient.js +68 -0
  11. package/dist-esm/src/applicationInsightsManagementClient.js.map +1 -0
  12. package/dist-esm/src/index.d.ts +5 -0
  13. package/dist-esm/src/index.d.ts.map +1 -0
  14. package/dist-esm/src/index.js +12 -0
  15. package/dist-esm/src/index.js.map +1 -0
  16. package/dist-esm/src/models/index.d.ts +2107 -0
  17. package/dist-esm/src/models/index.d.ts.map +1 -0
  18. package/dist-esm/src/models/index.js +133 -0
  19. package/dist-esm/src/models/index.js.map +1 -0
  20. package/dist-esm/src/models/mappers.d.ts +88 -0
  21. package/dist-esm/src/models/mappers.d.ts.map +1 -0
  22. package/{esm → dist-esm/src}/models/mappers.js +1580 -1028
  23. package/dist-esm/src/models/mappers.js.map +1 -0
  24. package/dist-esm/src/models/parameters.d.ts +63 -0
  25. package/dist-esm/src/models/parameters.d.ts.map +1 -0
  26. package/dist-esm/src/models/parameters.js +515 -0
  27. package/dist-esm/src/models/parameters.js.map +1 -0
  28. package/dist-esm/src/operations/aPIKeys.d.ts +55 -0
  29. package/dist-esm/src/operations/aPIKeys.d.ts.map +1 -0
  30. package/dist-esm/src/operations/aPIKeys.js +185 -0
  31. package/dist-esm/src/operations/aPIKeys.js.map +1 -0
  32. package/dist-esm/src/operations/analyticsItems.d.ts +51 -0
  33. package/dist-esm/src/operations/analyticsItems.d.ts.map +1 -0
  34. package/dist-esm/src/operations/analyticsItems.js +157 -0
  35. package/dist-esm/src/operations/analyticsItems.js.map +1 -0
  36. package/dist-esm/src/operations/annotations.d.ts +63 -0
  37. package/dist-esm/src/operations/annotations.d.ts.map +1 -0
  38. package/dist-esm/src/operations/annotations.js +207 -0
  39. package/dist-esm/src/operations/annotations.js.map +1 -0
  40. package/dist-esm/src/operations/componentAvailableFeatures.d.ts +20 -0
  41. package/dist-esm/src/operations/componentAvailableFeatures.d.ts.map +1 -0
  42. package/dist-esm/src/operations/componentAvailableFeatures.js +50 -0
  43. package/dist-esm/src/operations/componentAvailableFeatures.js.map +1 -0
  44. package/dist-esm/src/operations/componentCurrentBillingFeatures.d.ts +29 -0
  45. package/dist-esm/src/operations/componentCurrentBillingFeatures.d.ts.map +1 -0
  46. package/dist-esm/src/operations/componentCurrentBillingFeatures.js +81 -0
  47. package/dist-esm/src/operations/componentCurrentBillingFeatures.js.map +1 -0
  48. package/dist-esm/src/operations/componentFeatureCapabilities.d.ts +20 -0
  49. package/dist-esm/src/operations/componentFeatureCapabilities.d.ts.map +1 -0
  50. package/dist-esm/src/operations/componentFeatureCapabilities.js +50 -0
  51. package/dist-esm/src/operations/componentFeatureCapabilities.js.map +1 -0
  52. package/dist-esm/src/operations/componentLinkedStorageAccountsOperations.d.ts +53 -0
  53. package/dist-esm/src/operations/componentLinkedStorageAccountsOperations.d.ts.map +1 -0
  54. package/dist-esm/src/operations/componentLinkedStorageAccountsOperations.js +174 -0
  55. package/dist-esm/src/operations/componentLinkedStorageAccountsOperations.js.map +1 -0
  56. package/dist-esm/src/operations/componentQuotaStatus.d.ts +20 -0
  57. package/dist-esm/src/operations/componentQuotaStatus.d.ts.map +1 -0
  58. package/dist-esm/src/operations/componentQuotaStatus.js +50 -0
  59. package/dist-esm/src/operations/componentQuotaStatus.js.map +1 -0
  60. package/dist-esm/src/operations/components.d.ts +108 -0
  61. package/dist-esm/src/operations/components.d.ts.map +1 -0
  62. package/dist-esm/src/operations/components.js +430 -0
  63. package/dist-esm/src/operations/components.js.map +1 -0
  64. package/dist-esm/src/operations/exportConfigurations.d.ts +58 -0
  65. package/dist-esm/src/operations/exportConfigurations.d.ts.map +1 -0
  66. package/dist-esm/src/operations/exportConfigurations.js +195 -0
  67. package/dist-esm/src/operations/exportConfigurations.js.map +1 -0
  68. package/dist-esm/src/operations/favorites.d.ts +55 -0
  69. package/dist-esm/src/operations/favorites.d.ts.map +1 -0
  70. package/dist-esm/src/operations/favorites.js +196 -0
  71. package/dist-esm/src/operations/favorites.js.map +1 -0
  72. package/{esm → dist-esm/src}/operations/index.d.ts +2 -2
  73. package/dist-esm/src/operations/index.d.ts.map +1 -0
  74. package/{esm → dist-esm/src}/operations/index.js +5 -7
  75. package/dist-esm/src/operations/index.js.map +1 -0
  76. package/dist-esm/src/operations/liveToken.d.ts +19 -0
  77. package/dist-esm/src/operations/liveToken.d.ts.map +1 -0
  78. package/dist-esm/src/operations/liveToken.js +47 -0
  79. package/dist-esm/src/operations/liveToken.js.map +1 -0
  80. package/dist-esm/src/operations/myWorkbooks.d.ts +89 -0
  81. package/dist-esm/src/operations/myWorkbooks.d.ts.map +1 -0
  82. package/dist-esm/src/operations/myWorkbooks.js +387 -0
  83. package/dist-esm/src/operations/myWorkbooks.js.map +1 -0
  84. package/dist-esm/src/operations/proactiveDetectionConfigurations.d.ts +40 -0
  85. package/dist-esm/src/operations/proactiveDetectionConfigurations.d.ts.map +1 -0
  86. package/dist-esm/src/operations/proactiveDetectionConfigurations.js +130 -0
  87. package/dist-esm/src/operations/proactiveDetectionConfigurations.js.map +1 -0
  88. package/dist-esm/src/operations/webTestLocations.d.ts +30 -0
  89. package/dist-esm/src/operations/webTestLocations.d.ts.map +1 -0
  90. package/dist-esm/src/operations/webTestLocations.js +96 -0
  91. package/dist-esm/src/operations/webTestLocations.js.map +1 -0
  92. package/dist-esm/src/operations/webTests.d.ts +108 -0
  93. package/dist-esm/src/operations/webTests.d.ts.map +1 -0
  94. package/dist-esm/src/operations/webTests.js +435 -0
  95. package/dist-esm/src/operations/webTests.js.map +1 -0
  96. package/dist-esm/src/operations/workItemConfigurations.d.ts +75 -0
  97. package/dist-esm/src/operations/workItemConfigurations.d.ts.map +1 -0
  98. package/dist-esm/src/operations/workItemConfigurations.js +257 -0
  99. package/dist-esm/src/operations/workItemConfigurations.js.map +1 -0
  100. package/dist-esm/src/operations/workbookTemplates.d.ts +57 -0
  101. package/dist-esm/src/operations/workbookTemplates.d.ts.map +1 -0
  102. package/dist-esm/src/operations/workbookTemplates.js +223 -0
  103. package/dist-esm/src/operations/workbookTemplates.js.map +1 -0
  104. package/dist-esm/src/operations/workbooks.d.ts +120 -0
  105. package/dist-esm/src/operations/workbooks.d.ts.map +1 -0
  106. package/dist-esm/src/operations/workbooks.js +530 -0
  107. package/dist-esm/src/operations/workbooks.js.map +1 -0
  108. package/dist-esm/src/operationsInterfaces/aPIKeys.d.ts +38 -0
  109. package/dist-esm/src/operationsInterfaces/aPIKeys.d.ts.map +1 -0
  110. package/dist-esm/src/operationsInterfaces/aPIKeys.js +9 -0
  111. package/dist-esm/src/operationsInterfaces/aPIKeys.js.map +1 -0
  112. package/dist-esm/src/operationsInterfaces/analyticsItems.d.ts +43 -0
  113. package/dist-esm/src/operationsInterfaces/analyticsItems.d.ts.map +1 -0
  114. package/dist-esm/src/operationsInterfaces/analyticsItems.js +9 -0
  115. package/dist-esm/src/operationsInterfaces/analyticsItems.js.map +1 -0
  116. package/dist-esm/src/operationsInterfaces/annotations.d.ts +43 -0
  117. package/dist-esm/src/operationsInterfaces/annotations.d.ts.map +1 -0
  118. package/dist-esm/src/operationsInterfaces/annotations.js +9 -0
  119. package/dist-esm/src/operationsInterfaces/annotations.js.map +1 -0
  120. package/dist-esm/src/operationsInterfaces/componentAvailableFeatures.d.ts +12 -0
  121. package/dist-esm/src/operationsInterfaces/componentAvailableFeatures.d.ts.map +1 -0
  122. package/dist-esm/src/operationsInterfaces/componentAvailableFeatures.js +9 -0
  123. package/dist-esm/src/operationsInterfaces/componentAvailableFeatures.js.map +1 -0
  124. package/dist-esm/src/operationsInterfaces/componentCurrentBillingFeatures.d.ts +21 -0
  125. package/dist-esm/src/operationsInterfaces/componentCurrentBillingFeatures.d.ts.map +1 -0
  126. package/dist-esm/src/operationsInterfaces/componentCurrentBillingFeatures.js +9 -0
  127. package/dist-esm/src/operationsInterfaces/componentCurrentBillingFeatures.js.map +1 -0
  128. package/dist-esm/src/operationsInterfaces/componentFeatureCapabilities.d.ts +12 -0
  129. package/dist-esm/src/operationsInterfaces/componentFeatureCapabilities.d.ts.map +1 -0
  130. package/dist-esm/src/operationsInterfaces/componentFeatureCapabilities.js +9 -0
  131. package/dist-esm/src/operationsInterfaces/componentFeatureCapabilities.js.map +1 -0
  132. package/dist-esm/src/operationsInterfaces/componentLinkedStorageAccountsOperations.d.ts +45 -0
  133. package/dist-esm/src/operationsInterfaces/componentLinkedStorageAccountsOperations.d.ts.map +1 -0
  134. package/dist-esm/src/operationsInterfaces/componentLinkedStorageAccountsOperations.js +9 -0
  135. package/dist-esm/src/operationsInterfaces/componentLinkedStorageAccountsOperations.js.map +1 -0
  136. package/dist-esm/src/operationsInterfaces/componentQuotaStatus.d.ts +12 -0
  137. package/dist-esm/src/operationsInterfaces/componentQuotaStatus.d.ts.map +1 -0
  138. package/dist-esm/src/operationsInterfaces/componentQuotaStatus.js +9 -0
  139. package/dist-esm/src/operationsInterfaces/componentQuotaStatus.js.map +1 -0
  140. package/dist-esm/src/operationsInterfaces/components.d.ts +72 -0
  141. package/dist-esm/src/operationsInterfaces/components.d.ts.map +1 -0
  142. package/dist-esm/src/operationsInterfaces/components.js +9 -0
  143. package/dist-esm/src/operationsInterfaces/components.js.map +1 -0
  144. package/dist-esm/src/operationsInterfaces/exportConfigurations.d.ts +50 -0
  145. package/dist-esm/src/operationsInterfaces/exportConfigurations.d.ts.map +1 -0
  146. package/dist-esm/src/operationsInterfaces/exportConfigurations.js +9 -0
  147. package/dist-esm/src/operationsInterfaces/exportConfigurations.js.map +1 -0
  148. package/dist-esm/src/operationsInterfaces/favorites.d.ts +47 -0
  149. package/dist-esm/src/operationsInterfaces/favorites.d.ts.map +1 -0
  150. package/dist-esm/src/operationsInterfaces/favorites.js +9 -0
  151. package/dist-esm/src/operationsInterfaces/favorites.js.map +1 -0
  152. package/dist-esm/src/operationsInterfaces/index.d.ts +20 -0
  153. package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
  154. package/dist-esm/src/operationsInterfaces/index.js +27 -0
  155. package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
  156. package/dist-esm/src/operationsInterfaces/liveToken.d.ts +11 -0
  157. package/dist-esm/src/operationsInterfaces/liveToken.d.ts.map +1 -0
  158. package/dist-esm/src/operationsInterfaces/liveToken.js +9 -0
  159. package/dist-esm/src/operationsInterfaces/liveToken.js.map +1 -0
  160. package/dist-esm/src/operationsInterfaces/myWorkbooks.d.ts +49 -0
  161. package/dist-esm/src/operationsInterfaces/myWorkbooks.d.ts.map +1 -0
  162. package/dist-esm/src/operationsInterfaces/myWorkbooks.js +9 -0
  163. package/dist-esm/src/operationsInterfaces/myWorkbooks.js.map +1 -0
  164. package/dist-esm/src/operationsInterfaces/proactiveDetectionConfigurations.d.ts +32 -0
  165. package/dist-esm/src/operationsInterfaces/proactiveDetectionConfigurations.d.ts.map +1 -0
  166. package/dist-esm/src/operationsInterfaces/proactiveDetectionConfigurations.js +9 -0
  167. package/dist-esm/src/operationsInterfaces/proactiveDetectionConfigurations.js.map +1 -0
  168. package/dist-esm/src/operationsInterfaces/webTestLocations.d.ts +13 -0
  169. package/dist-esm/src/operationsInterfaces/webTestLocations.d.ts.map +1 -0
  170. package/dist-esm/src/operationsInterfaces/webTestLocations.js +9 -0
  171. package/dist-esm/src/operationsInterfaces/webTestLocations.js.map +1 -0
  172. package/dist-esm/src/operationsInterfaces/webTests.d.ts +55 -0
  173. package/dist-esm/src/operationsInterfaces/webTests.d.ts.map +1 -0
  174. package/dist-esm/src/operationsInterfaces/webTests.js +9 -0
  175. package/dist-esm/src/operationsInterfaces/webTests.js.map +1 -0
  176. package/dist-esm/src/operationsInterfaces/workItemConfigurations.d.ts +58 -0
  177. package/dist-esm/src/operationsInterfaces/workItemConfigurations.d.ts.map +1 -0
  178. package/dist-esm/src/operationsInterfaces/workItemConfigurations.js +9 -0
  179. package/dist-esm/src/operationsInterfaces/workItemConfigurations.js.map +1 -0
  180. package/dist-esm/src/operationsInterfaces/workbookTemplates.d.ts +41 -0
  181. package/dist-esm/src/operationsInterfaces/workbookTemplates.d.ts.map +1 -0
  182. package/dist-esm/src/operationsInterfaces/workbookTemplates.js +9 -0
  183. package/dist-esm/src/operationsInterfaces/workbookTemplates.js.map +1 -0
  184. package/dist-esm/src/operationsInterfaces/workbooks.d.ts +63 -0
  185. package/dist-esm/src/operationsInterfaces/workbooks.d.ts.map +1 -0
  186. package/dist-esm/src/operationsInterfaces/workbooks.js +9 -0
  187. package/dist-esm/src/operationsInterfaces/workbooks.js.map +1 -0
  188. package/dist-esm/test/sampleTest.d.ts +2 -0
  189. package/dist-esm/test/sampleTest.d.ts.map +1 -0
  190. package/dist-esm/test/sampleTest.js +40 -0
  191. package/dist-esm/test/sampleTest.js.map +1 -0
  192. package/package.json +72 -23
  193. package/review/arm-appinsights.api.md +1776 -0
  194. package/rollup.config.js +181 -30
  195. package/src/applicationInsightsManagementClient.ts +144 -71
  196. package/src/index.ts +12 -0
  197. package/src/models/index.ts +1634 -2500
  198. package/src/models/mappers.ts +1679 -1084
  199. package/src/models/parameters.ts +370 -186
  200. package/src/operations/aPIKeys.ts +155 -191
  201. package/src/operations/analyticsItems.ts +122 -240
  202. package/src/operations/annotations.ts +187 -214
  203. package/src/operations/componentAvailableFeatures.ts +40 -57
  204. package/src/operations/componentCurrentBillingFeatures.ts +66 -110
  205. package/src/operations/componentFeatureCapabilities.ts +40 -57
  206. package/src/operations/componentLinkedStorageAccountsOperations.ts +128 -182
  207. package/src/operations/componentQuotaStatus.ts +39 -57
  208. package/src/operations/components.ts +340 -425
  209. package/src/operations/exportConfigurations.ts +139 -264
  210. package/src/operations/favorites.ts +134 -242
  211. package/src/operations/index.ts +5 -7
  212. package/src/operations/liveToken.ts +30 -50
  213. package/src/operations/myWorkbooks.ts +360 -252
  214. package/src/operations/proactiveDetectionConfigurations.ts +97 -160
  215. package/src/operations/webTestLocations.ts +86 -53
  216. package/src/operations/webTests.ts +391 -411
  217. package/src/operations/workItemConfigurations.ts +202 -283
  218. package/src/operations/workbookTemplates.ts +286 -0
  219. package/src/operations/workbooks.ts +558 -196
  220. package/src/operationsInterfaces/aPIKeys.ts +76 -0
  221. package/src/operationsInterfaces/analyticsItems.ts +82 -0
  222. package/src/operationsInterfaces/annotations.ts +81 -0
  223. package/src/operationsInterfaces/componentAvailableFeatures.ts +27 -0
  224. package/src/operationsInterfaces/componentCurrentBillingFeatures.ts +44 -0
  225. package/src/operationsInterfaces/componentFeatureCapabilities.ts +27 -0
  226. package/src/operationsInterfaces/componentLinkedStorageAccountsOperations.ts +86 -0
  227. package/src/operationsInterfaces/componentQuotaStatus.ts +27 -0
  228. package/src/operationsInterfaces/components.ts +131 -0
  229. package/src/operationsInterfaces/exportConfigurations.ts +95 -0
  230. package/src/operationsInterfaces/favorites.ts +92 -0
  231. package/src/operationsInterfaces/index.ts +27 -0
  232. package/src/operationsInterfaces/liveToken.ts +22 -0
  233. package/src/operationsInterfaces/myWorkbooks.ts +95 -0
  234. package/src/operationsInterfaces/proactiveDetectionConfigurations.ts +63 -0
  235. package/src/operationsInterfaces/webTestLocations.ts +29 -0
  236. package/src/operationsInterfaces/webTests.ts +104 -0
  237. package/src/operationsInterfaces/workItemConfigurations.ts +109 -0
  238. package/src/operationsInterfaces/workbookTemplates.ts +80 -0
  239. package/src/operationsInterfaces/workbooks.ts +120 -0
  240. package/tsconfig.json +14 -6
  241. package/types/arm-appinsights.d.ts +3117 -0
  242. package/types/tsdoc-metadata.json +11 -0
  243. package/dist/arm-appinsights.js +0 -6626
  244. package/dist/arm-appinsights.js.map +0 -1
  245. package/dist/arm-appinsights.min.js +0 -1
  246. package/dist/arm-appinsights.min.js.map +0 -1
  247. package/esm/applicationInsightsManagementClient.d.ts +0 -42
  248. package/esm/applicationInsightsManagementClient.d.ts.map +0 -1
  249. package/esm/applicationInsightsManagementClient.js +0 -56
  250. package/esm/applicationInsightsManagementClient.js.map +0 -1
  251. package/esm/applicationInsightsManagementClientContext.d.ts +0 -21
  252. package/esm/applicationInsightsManagementClientContext.d.ts.map +0 -1
  253. package/esm/applicationInsightsManagementClientContext.js +0 -60
  254. package/esm/applicationInsightsManagementClientContext.js.map +0 -1
  255. package/esm/models/aPIKeysMappers.d.ts +0 -2
  256. package/esm/models/aPIKeysMappers.d.ts.map +0 -1
  257. package/esm/models/aPIKeysMappers.js +0 -9
  258. package/esm/models/aPIKeysMappers.js.map +0 -1
  259. package/esm/models/analyticsItemsMappers.d.ts +0 -2
  260. package/esm/models/analyticsItemsMappers.d.ts.map +0 -1
  261. package/esm/models/analyticsItemsMappers.js +0 -9
  262. package/esm/models/analyticsItemsMappers.js.map +0 -1
  263. package/esm/models/annotationsMappers.d.ts +0 -2
  264. package/esm/models/annotationsMappers.d.ts.map +0 -1
  265. package/esm/models/annotationsMappers.js +0 -9
  266. package/esm/models/annotationsMappers.js.map +0 -1
  267. package/esm/models/componentAvailableFeaturesMappers.d.ts +0 -2
  268. package/esm/models/componentAvailableFeaturesMappers.d.ts.map +0 -1
  269. package/esm/models/componentAvailableFeaturesMappers.js +0 -9
  270. package/esm/models/componentAvailableFeaturesMappers.js.map +0 -1
  271. package/esm/models/componentCurrentBillingFeaturesMappers.d.ts +0 -2
  272. package/esm/models/componentCurrentBillingFeaturesMappers.d.ts.map +0 -1
  273. package/esm/models/componentCurrentBillingFeaturesMappers.js +0 -9
  274. package/esm/models/componentCurrentBillingFeaturesMappers.js.map +0 -1
  275. package/esm/models/componentFeatureCapabilitiesMappers.d.ts +0 -2
  276. package/esm/models/componentFeatureCapabilitiesMappers.d.ts.map +0 -1
  277. package/esm/models/componentFeatureCapabilitiesMappers.js +0 -9
  278. package/esm/models/componentFeatureCapabilitiesMappers.js.map +0 -1
  279. package/esm/models/componentLinkedStorageAccountsOperationsMappers.d.ts +0 -2
  280. package/esm/models/componentLinkedStorageAccountsOperationsMappers.d.ts.map +0 -1
  281. package/esm/models/componentLinkedStorageAccountsOperationsMappers.js +0 -9
  282. package/esm/models/componentLinkedStorageAccountsOperationsMappers.js.map +0 -1
  283. package/esm/models/componentQuotaStatusMappers.d.ts +0 -2
  284. package/esm/models/componentQuotaStatusMappers.d.ts.map +0 -1
  285. package/esm/models/componentQuotaStatusMappers.js +0 -9
  286. package/esm/models/componentQuotaStatusMappers.js.map +0 -1
  287. package/esm/models/componentsMappers.d.ts +0 -2
  288. package/esm/models/componentsMappers.d.ts.map +0 -1
  289. package/esm/models/componentsMappers.js +0 -9
  290. package/esm/models/componentsMappers.js.map +0 -1
  291. package/esm/models/exportConfigurationsMappers.d.ts +0 -2
  292. package/esm/models/exportConfigurationsMappers.d.ts.map +0 -1
  293. package/esm/models/exportConfigurationsMappers.js +0 -9
  294. package/esm/models/exportConfigurationsMappers.js.map +0 -1
  295. package/esm/models/favoritesMappers.d.ts +0 -2
  296. package/esm/models/favoritesMappers.d.ts.map +0 -1
  297. package/esm/models/favoritesMappers.js +0 -9
  298. package/esm/models/favoritesMappers.js.map +0 -1
  299. package/esm/models/index.d.ts +0 -3038
  300. package/esm/models/index.d.ts.map +0 -1
  301. package/esm/models/index.js +0 -8
  302. package/esm/models/index.js.map +0 -1
  303. package/esm/models/liveTokenMappers.d.ts +0 -2
  304. package/esm/models/liveTokenMappers.d.ts.map +0 -1
  305. package/esm/models/liveTokenMappers.js +0 -9
  306. package/esm/models/liveTokenMappers.js.map +0 -1
  307. package/esm/models/mappers.d.ts +0 -69
  308. package/esm/models/mappers.d.ts.map +0 -1
  309. package/esm/models/mappers.js.map +0 -1
  310. package/esm/models/myWorkbooksMappers.d.ts +0 -2
  311. package/esm/models/myWorkbooksMappers.d.ts.map +0 -1
  312. package/esm/models/myWorkbooksMappers.js +0 -9
  313. package/esm/models/myWorkbooksMappers.js.map +0 -1
  314. package/esm/models/operationsMappers.d.ts +0 -2
  315. package/esm/models/operationsMappers.d.ts.map +0 -1
  316. package/esm/models/operationsMappers.js +0 -9
  317. package/esm/models/operationsMappers.js.map +0 -1
  318. package/esm/models/parameters.d.ts +0 -36
  319. package/esm/models/parameters.d.ts.map +0 -1
  320. package/esm/models/parameters.js +0 -416
  321. package/esm/models/parameters.js.map +0 -1
  322. package/esm/models/proactiveDetectionConfigurationsMappers.d.ts +0 -2
  323. package/esm/models/proactiveDetectionConfigurationsMappers.d.ts.map +0 -1
  324. package/esm/models/proactiveDetectionConfigurationsMappers.js +0 -9
  325. package/esm/models/proactiveDetectionConfigurationsMappers.js.map +0 -1
  326. package/esm/models/webTestLocationsMappers.d.ts +0 -2
  327. package/esm/models/webTestLocationsMappers.d.ts.map +0 -1
  328. package/esm/models/webTestLocationsMappers.js +0 -9
  329. package/esm/models/webTestLocationsMappers.js.map +0 -1
  330. package/esm/models/webTestsMappers.d.ts +0 -2
  331. package/esm/models/webTestsMappers.d.ts.map +0 -1
  332. package/esm/models/webTestsMappers.js +0 -9
  333. package/esm/models/webTestsMappers.js.map +0 -1
  334. package/esm/models/workItemConfigurationsMappers.d.ts +0 -2
  335. package/esm/models/workItemConfigurationsMappers.d.ts.map +0 -1
  336. package/esm/models/workItemConfigurationsMappers.js +0 -9
  337. package/esm/models/workItemConfigurationsMappers.js.map +0 -1
  338. package/esm/models/workbooksMappers.d.ts +0 -2
  339. package/esm/models/workbooksMappers.d.ts.map +0 -1
  340. package/esm/models/workbooksMappers.js +0 -9
  341. package/esm/models/workbooksMappers.js.map +0 -1
  342. package/esm/operations/aPIKeys.d.ts +0 -109
  343. package/esm/operations/aPIKeys.d.ts.map +0 -1
  344. package/esm/operations/aPIKeys.js +0 -161
  345. package/esm/operations/aPIKeys.js.map +0 -1
  346. package/esm/operations/analyticsItems.d.ts +0 -139
  347. package/esm/operations/analyticsItems.d.ts.map +0 -1
  348. package/esm/operations/analyticsItems.js +0 -182
  349. package/esm/operations/analyticsItems.js.map +0 -1
  350. package/esm/operations/annotations.d.ts +0 -124
  351. package/esm/operations/annotations.d.ts.map +0 -1
  352. package/esm/operations/annotations.js +0 -185
  353. package/esm/operations/annotations.js.map +0 -1
  354. package/esm/operations/componentAvailableFeatures.d.ts +0 -34
  355. package/esm/operations/componentAvailableFeatures.d.ts.map +0 -1
  356. package/esm/operations/componentAvailableFeatures.js +0 -58
  357. package/esm/operations/componentAvailableFeatures.js.map +0 -1
  358. package/esm/operations/componentCurrentBillingFeatures.d.ts +0 -61
  359. package/esm/operations/componentCurrentBillingFeatures.d.ts.map +0 -1
  360. package/esm/operations/componentCurrentBillingFeatures.js +0 -95
  361. package/esm/operations/componentCurrentBillingFeatures.js.map +0 -1
  362. package/esm/operations/componentFeatureCapabilities.d.ts +0 -34
  363. package/esm/operations/componentFeatureCapabilities.d.ts.map +0 -1
  364. package/esm/operations/componentFeatureCapabilities.js +0 -58
  365. package/esm/operations/componentFeatureCapabilities.js.map +0 -1
  366. package/esm/operations/componentLinkedStorageAccountsOperations.d.ts +0 -109
  367. package/esm/operations/componentLinkedStorageAccountsOperations.d.ts.map +0 -1
  368. package/esm/operations/componentLinkedStorageAccountsOperations.js +0 -165
  369. package/esm/operations/componentLinkedStorageAccountsOperations.js.map +0 -1
  370. package/esm/operations/componentQuotaStatus.d.ts +0 -34
  371. package/esm/operations/componentQuotaStatus.d.ts.map +0 -1
  372. package/esm/operations/componentQuotaStatus.js +0 -58
  373. package/esm/operations/componentQuotaStatus.js.map +0 -1
  374. package/esm/operations/components.d.ts +0 -236
  375. package/esm/operations/components.d.ts.map +0 -1
  376. package/esm/operations/components.js +0 -344
  377. package/esm/operations/components.js.map +0 -1
  378. package/esm/operations/exportConfigurations.d.ts +0 -148
  379. package/esm/operations/exportConfigurations.d.ts.map +0 -1
  380. package/esm/operations/exportConfigurations.js +0 -221
  381. package/esm/operations/exportConfigurations.js.map +0 -1
  382. package/esm/operations/favorites.d.ts +0 -139
  383. package/esm/operations/favorites.d.ts.map +0 -1
  384. package/esm/operations/favorites.js +0 -214
  385. package/esm/operations/favorites.js.map +0 -1
  386. package/esm/operations/index.d.ts.map +0 -1
  387. package/esm/operations/index.js.map +0 -1
  388. package/esm/operations/liveToken.d.ts +0 -31
  389. package/esm/operations/liveToken.d.ts.map +0 -1
  390. package/esm/operations/liveToken.js +0 -55
  391. package/esm/operations/liveToken.js.map +0 -1
  392. package/esm/operations/myWorkbooks.d.ts +0 -148
  393. package/esm/operations/myWorkbooks.d.ts.map +0 -1
  394. package/esm/operations/myWorkbooks.js +0 -228
  395. package/esm/operations/myWorkbooks.js.map +0 -1
  396. package/esm/operations/operations.d.ts +0 -81
  397. package/esm/operations/operations.d.ts.map +0 -1
  398. package/esm/operations/operations.js +0 -127
  399. package/esm/operations/operations.js.map +0 -1
  400. package/esm/operations/proactiveDetectionConfigurations.d.ts +0 -94
  401. package/esm/operations/proactiveDetectionConfigurations.d.ts.map +0 -1
  402. package/esm/operations/proactiveDetectionConfigurations.js +0 -141
  403. package/esm/operations/proactiveDetectionConfigurations.js.map +0 -1
  404. package/esm/operations/webTestLocations.d.ts +0 -34
  405. package/esm/operations/webTestLocations.d.ts.map +0 -1
  406. package/esm/operations/webTestLocations.js +0 -58
  407. package/esm/operations/webTestLocations.js.map +0 -1
  408. package/esm/operations/webTests.d.ts +0 -214
  409. package/esm/operations/webTests.d.ts.map +0 -1
  410. package/esm/operations/webTests.js +0 -326
  411. package/esm/operations/webTests.js.map +0 -1
  412. package/esm/operations/workItemConfigurations.d.ts +0 -169
  413. package/esm/operations/workItemConfigurations.d.ts.map +0 -1
  414. package/esm/operations/workItemConfigurations.js +0 -228
  415. package/esm/operations/workItemConfigurations.js.map +0 -1
  416. package/esm/operations/workbooks.d.ts +0 -127
  417. package/esm/operations/workbooks.d.ts.map +0 -1
  418. package/esm/operations/workbooks.js +0 -197
  419. package/esm/operations/workbooks.js.map +0 -1
  420. package/src/applicationInsightsManagementClientContext.ts +0 -66
  421. package/src/models/aPIKeysMappers.ts +0 -14
  422. package/src/models/analyticsItemsMappers.ts +0 -13
  423. package/src/models/annotationsMappers.ts +0 -15
  424. package/src/models/componentAvailableFeaturesMappers.ts +0 -14
  425. package/src/models/componentCurrentBillingFeaturesMappers.ts +0 -13
  426. package/src/models/componentFeatureCapabilitiesMappers.ts +0 -12
  427. package/src/models/componentLinkedStorageAccountsOperationsMappers.ts +0 -31
  428. package/src/models/componentQuotaStatusMappers.ts +0 -12
  429. package/src/models/componentsMappers.ts +0 -36
  430. package/src/models/exportConfigurationsMappers.ts +0 -13
  431. package/src/models/favoritesMappers.ts +0 -12
  432. package/src/models/liveTokenMappers.ts +0 -12
  433. package/src/models/myWorkbooksMappers.ts +0 -32
  434. package/src/models/operationsMappers.ts +0 -18
  435. package/src/models/proactiveDetectionConfigurationsMappers.ts +0 -30
  436. package/src/models/webTestLocationsMappers.ts +0 -13
  437. package/src/models/webTestsMappers.ts +0 -32
  438. package/src/models/workItemConfigurationsMappers.ts +0 -16
  439. package/src/models/workbooksMappers.ts +0 -32
  440. package/src/operations/operations.ts +0 -218
@@ -0,0 +1,1776 @@
1
+ ## API Report File for "@azure/arm-appinsights"
2
+
3
+ > Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
4
+
5
+ ```ts
6
+
7
+ import * as coreAuth from '@azure/core-auth';
8
+ import * as coreClient from '@azure/core-client';
9
+ import { PagedAsyncIterableIterator } from '@azure/core-paging';
10
+
11
+ // @public
12
+ export interface AnalyticsItems {
13
+ delete(resourceGroupName: string, resourceName: string, scopePath: ItemScopePath, options?: AnalyticsItemsDeleteOptionalParams): Promise<void>;
14
+ get(resourceGroupName: string, resourceName: string, scopePath: ItemScopePath, options?: AnalyticsItemsGetOptionalParams): Promise<AnalyticsItemsGetResponse>;
15
+ list(resourceGroupName: string, resourceName: string, scopePath: ItemScopePath, options?: AnalyticsItemsListOptionalParams): Promise<AnalyticsItemsListResponse>;
16
+ put(resourceGroupName: string, resourceName: string, scopePath: ItemScopePath, itemProperties: ApplicationInsightsComponentAnalyticsItem, options?: AnalyticsItemsPutOptionalParams): Promise<AnalyticsItemsPutResponse>;
17
+ }
18
+
19
+ // @public
20
+ export interface AnalyticsItemsDeleteOptionalParams extends coreClient.OperationOptions {
21
+ id?: string;
22
+ name?: string;
23
+ }
24
+
25
+ // @public
26
+ export interface AnalyticsItemsGetOptionalParams extends coreClient.OperationOptions {
27
+ id?: string;
28
+ name?: string;
29
+ }
30
+
31
+ // @public
32
+ export type AnalyticsItemsGetResponse = ApplicationInsightsComponentAnalyticsItem;
33
+
34
+ // @public
35
+ export interface AnalyticsItemsListOptionalParams extends coreClient.OperationOptions {
36
+ includeContent?: boolean;
37
+ scope?: ItemScope;
38
+ typeParam?: ItemTypeParameter;
39
+ }
40
+
41
+ // @public
42
+ export type AnalyticsItemsListResponse = ApplicationInsightsComponentAnalyticsItem[];
43
+
44
+ // @public
45
+ export interface AnalyticsItemsPutOptionalParams extends coreClient.OperationOptions {
46
+ overrideItem?: boolean;
47
+ }
48
+
49
+ // @public
50
+ export type AnalyticsItemsPutResponse = ApplicationInsightsComponentAnalyticsItem;
51
+
52
+ // @public
53
+ export interface Annotation {
54
+ annotationName?: string;
55
+ category?: string;
56
+ eventTime?: Date;
57
+ id?: string;
58
+ properties?: string;
59
+ relatedAnnotation?: string;
60
+ }
61
+
62
+ // @public
63
+ export interface AnnotationError {
64
+ code?: string;
65
+ innererror?: InnerError;
66
+ message?: string;
67
+ }
68
+
69
+ // @public
70
+ export interface Annotations {
71
+ create(resourceGroupName: string, resourceName: string, annotationProperties: Annotation, options?: AnnotationsCreateOptionalParams): Promise<AnnotationsCreateResponse>;
72
+ delete(resourceGroupName: string, resourceName: string, annotationId: string, options?: AnnotationsDeleteOptionalParams): Promise<void>;
73
+ get(resourceGroupName: string, resourceName: string, annotationId: string, options?: AnnotationsGetOptionalParams): Promise<AnnotationsGetResponse>;
74
+ list(resourceGroupName: string, resourceName: string, start: string, end: string, options?: AnnotationsListOptionalParams): PagedAsyncIterableIterator<Annotation>;
75
+ }
76
+
77
+ // @public
78
+ export interface AnnotationsCreateOptionalParams extends coreClient.OperationOptions {
79
+ }
80
+
81
+ // @public
82
+ export type AnnotationsCreateResponse = Annotation[];
83
+
84
+ // @public
85
+ export interface AnnotationsDeleteOptionalParams extends coreClient.OperationOptions {
86
+ }
87
+
88
+ // @public
89
+ export interface AnnotationsGetOptionalParams extends coreClient.OperationOptions {
90
+ }
91
+
92
+ // @public
93
+ export type AnnotationsGetResponse = Annotation[];
94
+
95
+ // @public
96
+ export interface AnnotationsListOptionalParams extends coreClient.OperationOptions {
97
+ }
98
+
99
+ // @public
100
+ export type AnnotationsListResponse = AnnotationsListResult;
101
+
102
+ // @public
103
+ export interface AnnotationsListResult {
104
+ readonly value?: Annotation[];
105
+ }
106
+
107
+ // @public
108
+ export interface APIKeyRequest {
109
+ linkedReadProperties?: string[];
110
+ linkedWriteProperties?: string[];
111
+ name?: string;
112
+ }
113
+
114
+ // @public
115
+ export interface APIKeys {
116
+ create(resourceGroupName: string, resourceName: string, aPIKeyProperties: APIKeyRequest, options?: APIKeysCreateOptionalParams): Promise<APIKeysCreateResponse>;
117
+ delete(resourceGroupName: string, resourceName: string, keyId: string, options?: APIKeysDeleteOptionalParams): Promise<APIKeysDeleteResponse>;
118
+ get(resourceGroupName: string, resourceName: string, keyId: string, options?: APIKeysGetOptionalParams): Promise<APIKeysGetResponse>;
119
+ list(resourceGroupName: string, resourceName: string, options?: APIKeysListOptionalParams): PagedAsyncIterableIterator<ApplicationInsightsComponentAPIKey>;
120
+ }
121
+
122
+ // @public
123
+ export interface APIKeysCreateOptionalParams extends coreClient.OperationOptions {
124
+ }
125
+
126
+ // @public
127
+ export type APIKeysCreateResponse = ApplicationInsightsComponentAPIKey;
128
+
129
+ // @public
130
+ export interface APIKeysDeleteOptionalParams extends coreClient.OperationOptions {
131
+ }
132
+
133
+ // @public
134
+ export type APIKeysDeleteResponse = ApplicationInsightsComponentAPIKey;
135
+
136
+ // @public
137
+ export interface APIKeysGetOptionalParams extends coreClient.OperationOptions {
138
+ }
139
+
140
+ // @public
141
+ export type APIKeysGetResponse = ApplicationInsightsComponentAPIKey;
142
+
143
+ // @public
144
+ export interface APIKeysListOptionalParams extends coreClient.OperationOptions {
145
+ }
146
+
147
+ // @public
148
+ export type APIKeysListResponse = ApplicationInsightsComponentAPIKeyListResult;
149
+
150
+ // @public
151
+ export type ApplicationInsightsComponent = ComponentsResource & {
152
+ kind: string;
153
+ etag?: string;
154
+ readonly applicationId?: string;
155
+ readonly appId?: string;
156
+ readonly namePropertiesName?: string;
157
+ applicationType?: ApplicationType;
158
+ flowType?: FlowType;
159
+ requestSource?: RequestSource;
160
+ readonly instrumentationKey?: string;
161
+ readonly creationDate?: Date;
162
+ readonly tenantId?: string;
163
+ hockeyAppId?: string;
164
+ readonly hockeyAppToken?: string;
165
+ readonly provisioningState?: string;
166
+ samplingPercentage?: number;
167
+ readonly connectionString?: string;
168
+ retentionInDays?: number;
169
+ disableIpMasking?: boolean;
170
+ immediatePurgeDataOn30Days?: boolean;
171
+ workspaceResourceId?: string;
172
+ readonly laMigrationDate?: Date;
173
+ readonly privateLinkScopedResources?: PrivateLinkScopedResource[];
174
+ publicNetworkAccessForIngestion?: PublicNetworkAccessType;
175
+ publicNetworkAccessForQuery?: PublicNetworkAccessType;
176
+ ingestionMode?: IngestionMode;
177
+ disableLocalAuth?: boolean;
178
+ forceCustomerStorageForProfiler?: boolean;
179
+ };
180
+
181
+ // @public
182
+ export interface ApplicationInsightsComponentAnalyticsItem {
183
+ content?: string;
184
+ id?: string;
185
+ name?: string;
186
+ properties?: ApplicationInsightsComponentAnalyticsItemProperties;
187
+ scope?: ItemScope;
188
+ readonly timeCreated?: string;
189
+ readonly timeModified?: string;
190
+ type?: ItemType;
191
+ readonly version?: string;
192
+ }
193
+
194
+ // @public
195
+ export interface ApplicationInsightsComponentAnalyticsItemProperties {
196
+ functionAlias?: string;
197
+ }
198
+
199
+ // @public
200
+ export interface ApplicationInsightsComponentAPIKey {
201
+ readonly apiKey?: string;
202
+ createdDate?: string;
203
+ readonly id?: string;
204
+ linkedReadProperties?: string[];
205
+ linkedWriteProperties?: string[];
206
+ name?: string;
207
+ }
208
+
209
+ // @public
210
+ export interface ApplicationInsightsComponentAPIKeyListResult {
211
+ value: ApplicationInsightsComponentAPIKey[];
212
+ }
213
+
214
+ // @public
215
+ export interface ApplicationInsightsComponentAvailableFeatures {
216
+ readonly result?: ApplicationInsightsComponentFeature[];
217
+ }
218
+
219
+ // @public
220
+ export interface ApplicationInsightsComponentBillingFeatures {
221
+ currentBillingFeatures?: string[];
222
+ dataVolumeCap?: ApplicationInsightsComponentDataVolumeCap;
223
+ }
224
+
225
+ // @public
226
+ export interface ApplicationInsightsComponentDataVolumeCap {
227
+ cap?: number;
228
+ readonly maxHistoryCap?: number;
229
+ readonly resetTime?: number;
230
+ stopSendNotificationWhenHitCap?: boolean;
231
+ stopSendNotificationWhenHitThreshold?: boolean;
232
+ warningThreshold?: number;
233
+ }
234
+
235
+ // @public
236
+ export interface ApplicationInsightsComponentExportConfiguration {
237
+ readonly applicationName?: string;
238
+ readonly containerName?: string;
239
+ readonly destinationAccountId?: string;
240
+ readonly destinationStorageLocationId?: string;
241
+ readonly destinationStorageSubscriptionId?: string;
242
+ readonly destinationType?: string;
243
+ readonly exportId?: string;
244
+ readonly exportStatus?: string;
245
+ readonly instrumentationKey?: string;
246
+ readonly isUserEnabled?: string;
247
+ readonly lastGapTime?: string;
248
+ readonly lastSuccessTime?: string;
249
+ readonly lastUserUpdate?: string;
250
+ notificationQueueEnabled?: string;
251
+ readonly permanentErrorReason?: string;
252
+ recordTypes?: string;
253
+ readonly resourceGroup?: string;
254
+ readonly storageName?: string;
255
+ readonly subscriptionId?: string;
256
+ }
257
+
258
+ // @public
259
+ export interface ApplicationInsightsComponentExportRequest {
260
+ destinationAccountId?: string;
261
+ destinationAddress?: string;
262
+ destinationStorageLocationId?: string;
263
+ destinationStorageSubscriptionId?: string;
264
+ destinationType?: string;
265
+ isEnabled?: string;
266
+ notificationQueueEnabled?: string;
267
+ notificationQueueUri?: string;
268
+ recordTypes?: string;
269
+ }
270
+
271
+ // @public
272
+ export interface ApplicationInsightsComponentFavorite {
273
+ category?: string;
274
+ config?: string;
275
+ readonly favoriteId?: string;
276
+ favoriteType?: FavoriteType;
277
+ isGeneratedFromTemplate?: boolean;
278
+ name?: string;
279
+ sourceType?: string;
280
+ tags?: string[];
281
+ readonly timeModified?: string;
282
+ readonly userId?: string;
283
+ version?: string;
284
+ }
285
+
286
+ // @public
287
+ export interface ApplicationInsightsComponentFeature {
288
+ readonly capabilities?: ApplicationInsightsComponentFeatureCapability[];
289
+ readonly featureName?: string;
290
+ readonly isHidden?: boolean;
291
+ readonly isMainFeature?: boolean;
292
+ readonly meterId?: string;
293
+ readonly meterRateFrequency?: string;
294
+ readonly resouceId?: string;
295
+ readonly supportedAddonFeatures?: string;
296
+ readonly title?: string;
297
+ }
298
+
299
+ // @public
300
+ export interface ApplicationInsightsComponentFeatureCapabilities {
301
+ readonly analyticsIntegration?: boolean;
302
+ readonly apiAccessLevel?: string;
303
+ readonly applicationMap?: boolean;
304
+ readonly burstThrottlePolicy?: string;
305
+ readonly dailyCap?: number;
306
+ readonly dailyCapResetTime?: number;
307
+ readonly liveStreamMetrics?: boolean;
308
+ readonly metadataClass?: string;
309
+ readonly multipleStepWebTest?: boolean;
310
+ readonly openSchema?: boolean;
311
+ readonly powerBIIntegration?: boolean;
312
+ readonly proactiveDetection?: boolean;
313
+ readonly supportExportData?: boolean;
314
+ readonly throttleRate?: number;
315
+ readonly trackingType?: string;
316
+ readonly workItemIntegration?: boolean;
317
+ }
318
+
319
+ // @public
320
+ export interface ApplicationInsightsComponentFeatureCapability {
321
+ readonly description?: string;
322
+ readonly meterId?: string;
323
+ readonly meterRateFrequency?: string;
324
+ readonly name?: string;
325
+ readonly unit?: string;
326
+ readonly value?: string;
327
+ }
328
+
329
+ // @public
330
+ export interface ApplicationInsightsComponentListResult {
331
+ nextLink?: string;
332
+ value: ApplicationInsightsComponent[];
333
+ }
334
+
335
+ // @public
336
+ export interface ApplicationInsightsComponentProactiveDetectionConfiguration {
337
+ customEmails?: string[];
338
+ enabled?: boolean;
339
+ lastUpdatedTime?: string;
340
+ name?: string;
341
+ ruleDefinitions?: ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinitions;
342
+ sendEmailsToSubscriptionOwners?: boolean;
343
+ }
344
+
345
+ // @public
346
+ export interface ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinitions {
347
+ description?: string;
348
+ displayName?: string;
349
+ helpUrl?: string;
350
+ isEnabledByDefault?: boolean;
351
+ isHidden?: boolean;
352
+ isInPreview?: boolean;
353
+ name?: string;
354
+ supportsEmailNotifications?: boolean;
355
+ }
356
+
357
+ // @public
358
+ export interface ApplicationInsightsComponentQuotaStatus {
359
+ readonly appId?: string;
360
+ readonly expirationTime?: string;
361
+ readonly shouldBeThrottled?: boolean;
362
+ }
363
+
364
+ // @public
365
+ export interface ApplicationInsightsComponentWebTestLocation {
366
+ readonly displayName?: string;
367
+ readonly tag?: string;
368
+ }
369
+
370
+ // @public (undocumented)
371
+ export class ApplicationInsightsManagementClient extends coreClient.ServiceClient {
372
+ // (undocumented)
373
+ $host: string;
374
+ constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: ApplicationInsightsManagementClientOptionalParams);
375
+ // (undocumented)
376
+ analyticsItems: AnalyticsItems;
377
+ // (undocumented)
378
+ annotations: Annotations;
379
+ // (undocumented)
380
+ aPIKeys: APIKeys;
381
+ // (undocumented)
382
+ componentAvailableFeatures: ComponentAvailableFeatures;
383
+ // (undocumented)
384
+ componentCurrentBillingFeatures: ComponentCurrentBillingFeatures;
385
+ // (undocumented)
386
+ componentFeatureCapabilities: ComponentFeatureCapabilities;
387
+ // (undocumented)
388
+ componentLinkedStorageAccountsOperations: ComponentLinkedStorageAccountsOperations;
389
+ // (undocumented)
390
+ componentQuotaStatus: ComponentQuotaStatus;
391
+ // (undocumented)
392
+ components: Components;
393
+ // (undocumented)
394
+ exportConfigurations: ExportConfigurations;
395
+ // (undocumented)
396
+ favorites: Favorites;
397
+ // (undocumented)
398
+ liveToken: LiveToken;
399
+ // (undocumented)
400
+ myWorkbooks: MyWorkbooks;
401
+ // (undocumented)
402
+ proactiveDetectionConfigurations: ProactiveDetectionConfigurations;
403
+ // (undocumented)
404
+ subscriptionId: string;
405
+ // (undocumented)
406
+ webTestLocations: WebTestLocations;
407
+ // (undocumented)
408
+ webTests: WebTests;
409
+ // (undocumented)
410
+ workbooks: Workbooks;
411
+ // (undocumented)
412
+ workbookTemplates: WorkbookTemplates;
413
+ // (undocumented)
414
+ workItemConfigurations: WorkItemConfigurations;
415
+ }
416
+
417
+ // @public
418
+ export interface ApplicationInsightsManagementClientOptionalParams extends coreClient.ServiceClientOptions {
419
+ $host?: string;
420
+ endpoint?: string;
421
+ }
422
+
423
+ // @public
424
+ export interface ApplicationInsightsWebTestLocationsListResult {
425
+ value: ApplicationInsightsComponentWebTestLocation[];
426
+ }
427
+
428
+ // @public
429
+ export type ApplicationType = string;
430
+
431
+ // @public
432
+ export type CategoryType = string;
433
+
434
+ // @public
435
+ export interface ComponentAvailableFeatures {
436
+ get(resourceGroupName: string, resourceName: string, options?: ComponentAvailableFeaturesGetOptionalParams): Promise<ComponentAvailableFeaturesGetResponse>;
437
+ }
438
+
439
+ // @public
440
+ export interface ComponentAvailableFeaturesGetOptionalParams extends coreClient.OperationOptions {
441
+ }
442
+
443
+ // @public
444
+ export type ComponentAvailableFeaturesGetResponse = ApplicationInsightsComponentAvailableFeatures;
445
+
446
+ // @public
447
+ export interface ComponentCurrentBillingFeatures {
448
+ get(resourceGroupName: string, resourceName: string, options?: ComponentCurrentBillingFeaturesGetOptionalParams): Promise<ComponentCurrentBillingFeaturesGetResponse>;
449
+ update(resourceGroupName: string, resourceName: string, billingFeaturesProperties: ApplicationInsightsComponentBillingFeatures, options?: ComponentCurrentBillingFeaturesUpdateOptionalParams): Promise<ComponentCurrentBillingFeaturesUpdateResponse>;
450
+ }
451
+
452
+ // @public
453
+ export interface ComponentCurrentBillingFeaturesGetOptionalParams extends coreClient.OperationOptions {
454
+ }
455
+
456
+ // @public
457
+ export type ComponentCurrentBillingFeaturesGetResponse = ApplicationInsightsComponentBillingFeatures;
458
+
459
+ // @public
460
+ export interface ComponentCurrentBillingFeaturesUpdateOptionalParams extends coreClient.OperationOptions {
461
+ }
462
+
463
+ // @public
464
+ export type ComponentCurrentBillingFeaturesUpdateResponse = ApplicationInsightsComponentBillingFeatures;
465
+
466
+ // @public
467
+ export interface ComponentFeatureCapabilities {
468
+ get(resourceGroupName: string, resourceName: string, options?: ComponentFeatureCapabilitiesGetOptionalParams): Promise<ComponentFeatureCapabilitiesGetResponse>;
469
+ }
470
+
471
+ // @public
472
+ export interface ComponentFeatureCapabilitiesGetOptionalParams extends coreClient.OperationOptions {
473
+ }
474
+
475
+ // @public
476
+ export type ComponentFeatureCapabilitiesGetResponse = ApplicationInsightsComponentFeatureCapabilities;
477
+
478
+ // @public
479
+ export type ComponentLinkedStorageAccounts = ProxyResource & {
480
+ linkedStorageAccount?: string;
481
+ };
482
+
483
+ // @public
484
+ export interface ComponentLinkedStorageAccountsCreateAndUpdateOptionalParams extends coreClient.OperationOptions {
485
+ }
486
+
487
+ // @public
488
+ export type ComponentLinkedStorageAccountsCreateAndUpdateResponse = ComponentLinkedStorageAccounts;
489
+
490
+ // @public
491
+ export interface ComponentLinkedStorageAccountsDeleteOptionalParams extends coreClient.OperationOptions {
492
+ }
493
+
494
+ // @public
495
+ export interface ComponentLinkedStorageAccountsGetOptionalParams extends coreClient.OperationOptions {
496
+ }
497
+
498
+ // @public
499
+ export type ComponentLinkedStorageAccountsGetResponse = ComponentLinkedStorageAccounts;
500
+
501
+ // @public
502
+ export interface ComponentLinkedStorageAccountsOperations {
503
+ createAndUpdate(resourceGroupName: string, resourceName: string, storageType: StorageType, linkedStorageAccountsProperties: ComponentLinkedStorageAccounts, options?: ComponentLinkedStorageAccountsCreateAndUpdateOptionalParams): Promise<ComponentLinkedStorageAccountsCreateAndUpdateResponse>;
504
+ delete(resourceGroupName: string, resourceName: string, storageType: StorageType, options?: ComponentLinkedStorageAccountsDeleteOptionalParams): Promise<void>;
505
+ get(resourceGroupName: string, resourceName: string, storageType: StorageType, options?: ComponentLinkedStorageAccountsGetOptionalParams): Promise<ComponentLinkedStorageAccountsGetResponse>;
506
+ update(resourceGroupName: string, resourceName: string, storageType: StorageType, linkedStorageAccountsProperties: ComponentLinkedStorageAccountsPatch, options?: ComponentLinkedStorageAccountsUpdateOptionalParams): Promise<ComponentLinkedStorageAccountsUpdateResponse>;
507
+ }
508
+
509
+ // @public
510
+ export interface ComponentLinkedStorageAccountsPatch {
511
+ linkedStorageAccount?: string;
512
+ }
513
+
514
+ // @public
515
+ export interface ComponentLinkedStorageAccountsUpdateOptionalParams extends coreClient.OperationOptions {
516
+ }
517
+
518
+ // @public
519
+ export type ComponentLinkedStorageAccountsUpdateResponse = ComponentLinkedStorageAccounts;
520
+
521
+ // @public
522
+ export interface ComponentPurgeBody {
523
+ filters: ComponentPurgeBodyFilters[];
524
+ table: string;
525
+ }
526
+
527
+ // @public
528
+ export interface ComponentPurgeBodyFilters {
529
+ column?: string;
530
+ key?: string;
531
+ operator?: string;
532
+ value?: any;
533
+ }
534
+
535
+ // @public
536
+ export interface ComponentPurgeResponse {
537
+ operationId: string;
538
+ }
539
+
540
+ // @public
541
+ export interface ComponentPurgeStatusResponse {
542
+ status: PurgeState;
543
+ }
544
+
545
+ // @public
546
+ export interface ComponentQuotaStatus {
547
+ get(resourceGroupName: string, resourceName: string, options?: ComponentQuotaStatusGetOptionalParams): Promise<ComponentQuotaStatusGetResponse>;
548
+ }
549
+
550
+ // @public
551
+ export interface ComponentQuotaStatusGetOptionalParams extends coreClient.OperationOptions {
552
+ }
553
+
554
+ // @public
555
+ export type ComponentQuotaStatusGetResponse = ApplicationInsightsComponentQuotaStatus;
556
+
557
+ // @public
558
+ export interface Components {
559
+ createOrUpdate(resourceGroupName: string, resourceName: string, insightProperties: ApplicationInsightsComponent, options?: ComponentsCreateOrUpdateOptionalParams): Promise<ComponentsCreateOrUpdateResponse>;
560
+ delete(resourceGroupName: string, resourceName: string, options?: ComponentsDeleteOptionalParams): Promise<void>;
561
+ get(resourceGroupName: string, resourceName: string, options?: ComponentsGetOptionalParams): Promise<ComponentsGetResponse>;
562
+ getPurgeStatus(resourceGroupName: string, resourceName: string, purgeId: string, options?: ComponentsGetPurgeStatusOptionalParams): Promise<ComponentsGetPurgeStatusResponse>;
563
+ list(options?: ComponentsListOptionalParams): PagedAsyncIterableIterator<ApplicationInsightsComponent>;
564
+ listByResourceGroup(resourceGroupName: string, options?: ComponentsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<ApplicationInsightsComponent>;
565
+ purge(resourceGroupName: string, resourceName: string, body: ComponentPurgeBody, options?: ComponentsPurgeOptionalParams): Promise<ComponentsPurgeResponse>;
566
+ updateTags(resourceGroupName: string, resourceName: string, componentTags: TagsResource, options?: ComponentsUpdateTagsOptionalParams): Promise<ComponentsUpdateTagsResponse>;
567
+ }
568
+
569
+ // @public
570
+ export interface ComponentsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
571
+ }
572
+
573
+ // @public
574
+ export type ComponentsCreateOrUpdateResponse = ApplicationInsightsComponent;
575
+
576
+ // @public
577
+ export interface ComponentsDeleteOptionalParams extends coreClient.OperationOptions {
578
+ }
579
+
580
+ // @public
581
+ export interface ComponentsGetOptionalParams extends coreClient.OperationOptions {
582
+ }
583
+
584
+ // @public
585
+ export interface ComponentsGetPurgeStatusOptionalParams extends coreClient.OperationOptions {
586
+ }
587
+
588
+ // @public
589
+ export type ComponentsGetPurgeStatusResponse = ComponentPurgeStatusResponse;
590
+
591
+ // @public
592
+ export type ComponentsGetResponse = ApplicationInsightsComponent;
593
+
594
+ // @public
595
+ export interface ComponentsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
596
+ }
597
+
598
+ // @public
599
+ export type ComponentsListByResourceGroupNextResponse = ApplicationInsightsComponentListResult;
600
+
601
+ // @public
602
+ export interface ComponentsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
603
+ }
604
+
605
+ // @public
606
+ export type ComponentsListByResourceGroupResponse = ApplicationInsightsComponentListResult;
607
+
608
+ // @public
609
+ export interface ComponentsListNextOptionalParams extends coreClient.OperationOptions {
610
+ }
611
+
612
+ // @public
613
+ export type ComponentsListNextResponse = ApplicationInsightsComponentListResult;
614
+
615
+ // @public
616
+ export interface ComponentsListOptionalParams extends coreClient.OperationOptions {
617
+ }
618
+
619
+ // @public
620
+ export type ComponentsListResponse = ApplicationInsightsComponentListResult;
621
+
622
+ // @public
623
+ export interface ComponentsPurgeOptionalParams extends coreClient.OperationOptions {
624
+ }
625
+
626
+ // @public
627
+ export type ComponentsPurgeResponse = ComponentPurgeResponse;
628
+
629
+ // @public
630
+ export interface ComponentsResource {
631
+ readonly id?: string;
632
+ location: string;
633
+ readonly name?: string;
634
+ tags?: {
635
+ [propertyName: string]: string;
636
+ };
637
+ readonly type?: string;
638
+ }
639
+
640
+ // @public
641
+ export interface ComponentsUpdateTagsOptionalParams extends coreClient.OperationOptions {
642
+ }
643
+
644
+ // @public
645
+ export type ComponentsUpdateTagsResponse = ApplicationInsightsComponent;
646
+
647
+ // @public
648
+ export type CreatedByType = string;
649
+
650
+ // @public
651
+ export interface ErrorDefinition {
652
+ readonly code?: string;
653
+ readonly innererror?: any;
654
+ readonly message?: string;
655
+ }
656
+
657
+ // @public
658
+ export interface ErrorResponse {
659
+ code?: string;
660
+ message?: string;
661
+ }
662
+
663
+ // @public (undocumented)
664
+ export interface ErrorResponseComponents {
665
+ error?: ErrorResponseComponentsError;
666
+ }
667
+
668
+ // @public
669
+ export interface ErrorResponseComponentsError {
670
+ readonly code?: string;
671
+ readonly message?: string;
672
+ }
673
+
674
+ // @public (undocumented)
675
+ export interface ErrorResponseLinkedStorage {
676
+ error?: ErrorResponseLinkedStorageError;
677
+ }
678
+
679
+ // @public
680
+ export interface ErrorResponseLinkedStorageError {
681
+ readonly code?: string;
682
+ readonly message?: string;
683
+ }
684
+
685
+ // @public
686
+ export interface ExportConfigurations {
687
+ create(resourceGroupName: string, resourceName: string, exportProperties: ApplicationInsightsComponentExportRequest, options?: ExportConfigurationsCreateOptionalParams): Promise<ExportConfigurationsCreateResponse>;
688
+ delete(resourceGroupName: string, resourceName: string, exportId: string, options?: ExportConfigurationsDeleteOptionalParams): Promise<ExportConfigurationsDeleteResponse>;
689
+ get(resourceGroupName: string, resourceName: string, exportId: string, options?: ExportConfigurationsGetOptionalParams): Promise<ExportConfigurationsGetResponse>;
690
+ list(resourceGroupName: string, resourceName: string, options?: ExportConfigurationsListOptionalParams): Promise<ExportConfigurationsListResponse>;
691
+ update(resourceGroupName: string, resourceName: string, exportId: string, exportProperties: ApplicationInsightsComponentExportRequest, options?: ExportConfigurationsUpdateOptionalParams): Promise<ExportConfigurationsUpdateResponse>;
692
+ }
693
+
694
+ // @public
695
+ export interface ExportConfigurationsCreateOptionalParams extends coreClient.OperationOptions {
696
+ }
697
+
698
+ // @public
699
+ export type ExportConfigurationsCreateResponse = ApplicationInsightsComponentExportConfiguration[];
700
+
701
+ // @public
702
+ export interface ExportConfigurationsDeleteOptionalParams extends coreClient.OperationOptions {
703
+ }
704
+
705
+ // @public
706
+ export type ExportConfigurationsDeleteResponse = ApplicationInsightsComponentExportConfiguration;
707
+
708
+ // @public
709
+ export interface ExportConfigurationsGetOptionalParams extends coreClient.OperationOptions {
710
+ }
711
+
712
+ // @public
713
+ export type ExportConfigurationsGetResponse = ApplicationInsightsComponentExportConfiguration;
714
+
715
+ // @public
716
+ export interface ExportConfigurationsListOptionalParams extends coreClient.OperationOptions {
717
+ }
718
+
719
+ // @public
720
+ export type ExportConfigurationsListResponse = ApplicationInsightsComponentExportConfiguration[];
721
+
722
+ // @public
723
+ export interface ExportConfigurationsUpdateOptionalParams extends coreClient.OperationOptions {
724
+ }
725
+
726
+ // @public
727
+ export type ExportConfigurationsUpdateResponse = ApplicationInsightsComponentExportConfiguration;
728
+
729
+ // @public
730
+ export interface Favorites {
731
+ add(resourceGroupName: string, resourceName: string, favoriteId: string, favoriteProperties: ApplicationInsightsComponentFavorite, options?: FavoritesAddOptionalParams): Promise<FavoritesAddResponse>;
732
+ delete(resourceGroupName: string, resourceName: string, favoriteId: string, options?: FavoritesDeleteOptionalParams): Promise<void>;
733
+ get(resourceGroupName: string, resourceName: string, favoriteId: string, options?: FavoritesGetOptionalParams): Promise<FavoritesGetResponse>;
734
+ list(resourceGroupName: string, resourceName: string, options?: FavoritesListOptionalParams): Promise<FavoritesListResponse>;
735
+ update(resourceGroupName: string, resourceName: string, favoriteId: string, favoriteProperties: ApplicationInsightsComponentFavorite, options?: FavoritesUpdateOptionalParams): Promise<FavoritesUpdateResponse>;
736
+ }
737
+
738
+ // @public
739
+ export interface FavoritesAddOptionalParams extends coreClient.OperationOptions {
740
+ }
741
+
742
+ // @public
743
+ export type FavoritesAddResponse = ApplicationInsightsComponentFavorite;
744
+
745
+ // @public
746
+ export interface FavoritesDeleteOptionalParams extends coreClient.OperationOptions {
747
+ }
748
+
749
+ // @public
750
+ export interface FavoritesGetOptionalParams extends coreClient.OperationOptions {
751
+ }
752
+
753
+ // @public
754
+ export type FavoritesGetResponse = ApplicationInsightsComponentFavorite;
755
+
756
+ // @public
757
+ export interface FavoritesListOptionalParams extends coreClient.OperationOptions {
758
+ canFetchContent?: boolean;
759
+ favoriteType?: FavoriteType;
760
+ sourceType?: FavoriteSourceType;
761
+ tags?: string[];
762
+ }
763
+
764
+ // @public
765
+ export type FavoritesListResponse = ApplicationInsightsComponentFavorite[];
766
+
767
+ // @public
768
+ export type FavoriteSourceType = string;
769
+
770
+ // @public
771
+ export interface FavoritesUpdateOptionalParams extends coreClient.OperationOptions {
772
+ }
773
+
774
+ // @public
775
+ export type FavoritesUpdateResponse = ApplicationInsightsComponentFavorite;
776
+
777
+ // @public
778
+ export type FavoriteType = "shared" | "user";
779
+
780
+ // @public
781
+ export type FlowType = string;
782
+
783
+ // @public
784
+ export type IngestionMode = string;
785
+
786
+ // @public
787
+ export interface InnerError {
788
+ diagnosticcontext?: string;
789
+ time?: Date;
790
+ }
791
+
792
+ // @public
793
+ export interface InnerErrorTrace {
794
+ readonly trace?: string[];
795
+ }
796
+
797
+ // @public
798
+ export type ItemScope = string;
799
+
800
+ // @public
801
+ export type ItemScopePath = string;
802
+
803
+ // @public
804
+ export type ItemType = string;
805
+
806
+ // @public
807
+ export type ItemTypeParameter = string;
808
+
809
+ // @public
810
+ export type Kind = string;
811
+
812
+ // @public
813
+ export enum KnownApplicationType {
814
+ // (undocumented)
815
+ Other = "other",
816
+ // (undocumented)
817
+ Web = "web"
818
+ }
819
+
820
+ // @public
821
+ export enum KnownCategoryType {
822
+ // (undocumented)
823
+ Performance = "performance",
824
+ // (undocumented)
825
+ Retention = "retention",
826
+ // (undocumented)
827
+ TSG = "TSG",
828
+ // (undocumented)
829
+ Workbook = "workbook"
830
+ }
831
+
832
+ // @public
833
+ export enum KnownCreatedByType {
834
+ // (undocumented)
835
+ Application = "Application",
836
+ // (undocumented)
837
+ Key = "Key",
838
+ // (undocumented)
839
+ ManagedIdentity = "ManagedIdentity",
840
+ // (undocumented)
841
+ User = "User"
842
+ }
843
+
844
+ // @public
845
+ export enum KnownFavoriteSourceType {
846
+ // (undocumented)
847
+ Events = "events",
848
+ // (undocumented)
849
+ Funnel = "funnel",
850
+ // (undocumented)
851
+ Impact = "impact",
852
+ // (undocumented)
853
+ Notebook = "notebook",
854
+ // (undocumented)
855
+ Retention = "retention",
856
+ // (undocumented)
857
+ Segmentation = "segmentation",
858
+ // (undocumented)
859
+ Sessions = "sessions",
860
+ // (undocumented)
861
+ Userflows = "userflows"
862
+ }
863
+
864
+ // @public
865
+ export enum KnownFlowType {
866
+ // (undocumented)
867
+ Bluefield = "Bluefield"
868
+ }
869
+
870
+ // @public
871
+ export enum KnownIngestionMode {
872
+ // (undocumented)
873
+ ApplicationInsights = "ApplicationInsights",
874
+ // (undocumented)
875
+ ApplicationInsightsWithDiagnosticSettings = "ApplicationInsightsWithDiagnosticSettings",
876
+ // (undocumented)
877
+ LogAnalytics = "LogAnalytics"
878
+ }
879
+
880
+ // @public
881
+ export enum KnownItemScope {
882
+ // (undocumented)
883
+ Shared = "shared",
884
+ // (undocumented)
885
+ User = "user"
886
+ }
887
+
888
+ // @public
889
+ export enum KnownItemScopePath {
890
+ // (undocumented)
891
+ AnalyticsItems = "analyticsItems",
892
+ // (undocumented)
893
+ MyanalyticsItems = "myanalyticsItems"
894
+ }
895
+
896
+ // @public
897
+ export enum KnownItemType {
898
+ // (undocumented)
899
+ Function = "function",
900
+ // (undocumented)
901
+ None = "none",
902
+ // (undocumented)
903
+ Query = "query",
904
+ // (undocumented)
905
+ Recent = "recent"
906
+ }
907
+
908
+ // @public
909
+ export enum KnownItemTypeParameter {
910
+ // (undocumented)
911
+ Folder = "folder",
912
+ // (undocumented)
913
+ Function = "function",
914
+ // (undocumented)
915
+ None = "none",
916
+ // (undocumented)
917
+ Query = "query",
918
+ // (undocumented)
919
+ Recent = "recent"
920
+ }
921
+
922
+ // @public
923
+ export enum KnownKind {
924
+ // (undocumented)
925
+ Shared = "shared",
926
+ // (undocumented)
927
+ User = "user"
928
+ }
929
+
930
+ // @public
931
+ export enum KnownManagedServiceIdentityType {
932
+ // (undocumented)
933
+ None = "None",
934
+ // (undocumented)
935
+ SystemAssigned = "SystemAssigned",
936
+ // (undocumented)
937
+ SystemAssignedUserAssigned = "SystemAssigned,UserAssigned",
938
+ // (undocumented)
939
+ UserAssigned = "UserAssigned"
940
+ }
941
+
942
+ // @public
943
+ export enum KnownMyWorkbookManagedIdentityType {
944
+ // (undocumented)
945
+ None = "None",
946
+ // (undocumented)
947
+ UserAssigned = "UserAssigned"
948
+ }
949
+
950
+ // @public
951
+ export enum KnownPublicNetworkAccessType {
952
+ Disabled = "Disabled",
953
+ Enabled = "Enabled"
954
+ }
955
+
956
+ // @public
957
+ export enum KnownPurgeState {
958
+ // (undocumented)
959
+ Completed = "completed",
960
+ // (undocumented)
961
+ Pending = "pending"
962
+ }
963
+
964
+ // @public
965
+ export enum KnownRequestSource {
966
+ // (undocumented)
967
+ Rest = "rest"
968
+ }
969
+
970
+ // @public
971
+ export enum KnownSharedTypeKind {
972
+ // (undocumented)
973
+ Shared = "shared",
974
+ // (undocumented)
975
+ User = "user"
976
+ }
977
+
978
+ // @public
979
+ export enum KnownStorageType {
980
+ // (undocumented)
981
+ ServiceProfiler = "ServiceProfiler"
982
+ }
983
+
984
+ // @public
985
+ export interface LiveToken {
986
+ get(resourceUri: string, options?: LiveTokenGetOptionalParams): Promise<LiveTokenGetResponse>;
987
+ }
988
+
989
+ // @public
990
+ export interface LiveTokenGetOptionalParams extends coreClient.OperationOptions {
991
+ }
992
+
993
+ // @public
994
+ export type LiveTokenGetResponse = LiveTokenResponse;
995
+
996
+ // @public
997
+ export interface LiveTokenResponse {
998
+ readonly liveToken?: string;
999
+ }
1000
+
1001
+ // @public
1002
+ export interface ManagedServiceIdentity {
1003
+ readonly principalId?: string;
1004
+ readonly tenantId?: string;
1005
+ type: ManagedServiceIdentityType;
1006
+ userAssignedIdentities?: {
1007
+ [propertyName: string]: UserAssignedIdentity;
1008
+ };
1009
+ }
1010
+
1011
+ // @public
1012
+ export type ManagedServiceIdentityType = string;
1013
+
1014
+ // @public
1015
+ export type MyWorkbook = MyWorkbookResource & {
1016
+ kind?: Kind;
1017
+ readonly systemData?: SystemData;
1018
+ displayName?: string;
1019
+ serializedData?: string;
1020
+ version?: string;
1021
+ readonly timeModified?: string;
1022
+ category?: string;
1023
+ tagsPropertiesTags?: string[];
1024
+ readonly userId?: string;
1025
+ sourceId?: string;
1026
+ storageUri?: string;
1027
+ };
1028
+
1029
+ // @public
1030
+ export interface MyWorkbookError {
1031
+ error?: ErrorDefinition;
1032
+ }
1033
+
1034
+ // @public
1035
+ export interface MyWorkbookManagedIdentity {
1036
+ type?: MyWorkbookManagedIdentityType;
1037
+ userAssignedIdentities?: MyWorkbookUserAssignedIdentities;
1038
+ }
1039
+
1040
+ // @public
1041
+ export type MyWorkbookManagedIdentityType = string;
1042
+
1043
+ // @public
1044
+ export interface MyWorkbookResource {
1045
+ etag?: {
1046
+ [propertyName: string]: string;
1047
+ };
1048
+ id?: string;
1049
+ identity?: MyWorkbookManagedIdentity;
1050
+ location?: string;
1051
+ name?: string;
1052
+ tags?: {
1053
+ [propertyName: string]: string;
1054
+ };
1055
+ type?: string;
1056
+ }
1057
+
1058
+ // @public
1059
+ export interface MyWorkbooks {
1060
+ createOrUpdate(resourceGroupName: string, resourceName: string, workbookProperties: MyWorkbook, options?: MyWorkbooksCreateOrUpdateOptionalParams): Promise<MyWorkbooksCreateOrUpdateResponse>;
1061
+ delete(resourceGroupName: string, resourceName: string, options?: MyWorkbooksDeleteOptionalParams): Promise<void>;
1062
+ get(resourceGroupName: string, resourceName: string, options?: MyWorkbooksGetOptionalParams): Promise<MyWorkbooksGetResponse>;
1063
+ listByResourceGroup(resourceGroupName: string, category: CategoryType, options?: MyWorkbooksListByResourceGroupOptionalParams): PagedAsyncIterableIterator<MyWorkbook>;
1064
+ listBySubscription(category: CategoryType, options?: MyWorkbooksListBySubscriptionOptionalParams): PagedAsyncIterableIterator<MyWorkbook>;
1065
+ update(resourceGroupName: string, resourceName: string, workbookProperties: MyWorkbook, options?: MyWorkbooksUpdateOptionalParams): Promise<MyWorkbooksUpdateResponse>;
1066
+ }
1067
+
1068
+ // @public
1069
+ export interface MyWorkbooksCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
1070
+ sourceId?: string;
1071
+ }
1072
+
1073
+ // @public
1074
+ export type MyWorkbooksCreateOrUpdateResponse = MyWorkbook;
1075
+
1076
+ // @public
1077
+ export interface MyWorkbooksDeleteOptionalParams extends coreClient.OperationOptions {
1078
+ }
1079
+
1080
+ // @public
1081
+ export interface MyWorkbooksGetOptionalParams extends coreClient.OperationOptions {
1082
+ }
1083
+
1084
+ // @public
1085
+ export type MyWorkbooksGetResponse = MyWorkbook;
1086
+
1087
+ // @public
1088
+ export interface MyWorkbooksListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
1089
+ canFetchContent?: boolean;
1090
+ sourceId?: string;
1091
+ tags?: string[];
1092
+ }
1093
+
1094
+ // @public
1095
+ export type MyWorkbooksListByResourceGroupNextResponse = MyWorkbooksListResult;
1096
+
1097
+ // @public
1098
+ export interface MyWorkbooksListByResourceGroupOptionalParams extends coreClient.OperationOptions {
1099
+ canFetchContent?: boolean;
1100
+ sourceId?: string;
1101
+ tags?: string[];
1102
+ }
1103
+
1104
+ // @public
1105
+ export type MyWorkbooksListByResourceGroupResponse = MyWorkbooksListResult;
1106
+
1107
+ // @public
1108
+ export interface MyWorkbooksListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
1109
+ canFetchContent?: boolean;
1110
+ tags?: string[];
1111
+ }
1112
+
1113
+ // @public
1114
+ export type MyWorkbooksListBySubscriptionNextResponse = MyWorkbooksListResult;
1115
+
1116
+ // @public
1117
+ export interface MyWorkbooksListBySubscriptionOptionalParams extends coreClient.OperationOptions {
1118
+ canFetchContent?: boolean;
1119
+ tags?: string[];
1120
+ }
1121
+
1122
+ // @public
1123
+ export type MyWorkbooksListBySubscriptionResponse = MyWorkbooksListResult;
1124
+
1125
+ // @public
1126
+ export interface MyWorkbooksListResult {
1127
+ // (undocumented)
1128
+ nextLink?: string;
1129
+ readonly value?: MyWorkbook[];
1130
+ }
1131
+
1132
+ // @public
1133
+ export interface MyWorkbooksUpdateOptionalParams extends coreClient.OperationOptions {
1134
+ sourceId?: string;
1135
+ }
1136
+
1137
+ // @public
1138
+ export type MyWorkbooksUpdateResponse = MyWorkbook;
1139
+
1140
+ // @public
1141
+ export interface MyWorkbookUserAssignedIdentities {
1142
+ readonly principalId?: string;
1143
+ readonly tenantId?: string;
1144
+ }
1145
+
1146
+ // @public
1147
+ export interface Operation {
1148
+ display?: OperationDisplay;
1149
+ name?: string;
1150
+ }
1151
+
1152
+ // @public
1153
+ export interface OperationDisplay {
1154
+ operation?: string;
1155
+ provider?: string;
1156
+ resource?: string;
1157
+ }
1158
+
1159
+ // @public
1160
+ export interface OperationInfo {
1161
+ description?: string;
1162
+ operation?: string;
1163
+ provider?: string;
1164
+ resource?: string;
1165
+ }
1166
+
1167
+ // @public
1168
+ export interface OperationListResult {
1169
+ nextLink?: string;
1170
+ value?: Operation[];
1171
+ }
1172
+
1173
+ // @public
1174
+ export interface OperationLive {
1175
+ display?: OperationInfo;
1176
+ isDataAction?: boolean;
1177
+ name?: string;
1178
+ origin?: string;
1179
+ properties?: Record<string, unknown>;
1180
+ }
1181
+
1182
+ // @public
1183
+ export interface OperationsListResult {
1184
+ nextLink?: string;
1185
+ value?: OperationLive[];
1186
+ }
1187
+
1188
+ // @public
1189
+ export interface PrivateLinkScopedResource {
1190
+ resourceId?: string;
1191
+ scopeId?: string;
1192
+ }
1193
+
1194
+ // @public
1195
+ export interface ProactiveDetectionConfigurations {
1196
+ get(resourceGroupName: string, resourceName: string, configurationId: string, options?: ProactiveDetectionConfigurationsGetOptionalParams): Promise<ProactiveDetectionConfigurationsGetResponse>;
1197
+ list(resourceGroupName: string, resourceName: string, options?: ProactiveDetectionConfigurationsListOptionalParams): Promise<ProactiveDetectionConfigurationsListResponse>;
1198
+ update(resourceGroupName: string, resourceName: string, configurationId: string, proactiveDetectionProperties: ApplicationInsightsComponentProactiveDetectionConfiguration, options?: ProactiveDetectionConfigurationsUpdateOptionalParams): Promise<ProactiveDetectionConfigurationsUpdateResponse>;
1199
+ }
1200
+
1201
+ // @public
1202
+ export interface ProactiveDetectionConfigurationsGetOptionalParams extends coreClient.OperationOptions {
1203
+ }
1204
+
1205
+ // @public
1206
+ export type ProactiveDetectionConfigurationsGetResponse = ApplicationInsightsComponentProactiveDetectionConfiguration;
1207
+
1208
+ // @public
1209
+ export interface ProactiveDetectionConfigurationsListOptionalParams extends coreClient.OperationOptions {
1210
+ }
1211
+
1212
+ // @public
1213
+ export type ProactiveDetectionConfigurationsListResponse = ApplicationInsightsComponentProactiveDetectionConfiguration[];
1214
+
1215
+ // @public
1216
+ export interface ProactiveDetectionConfigurationsUpdateOptionalParams extends coreClient.OperationOptions {
1217
+ }
1218
+
1219
+ // @public
1220
+ export type ProactiveDetectionConfigurationsUpdateResponse = ApplicationInsightsComponentProactiveDetectionConfiguration;
1221
+
1222
+ // @public
1223
+ export type ProxyResource = Resource & {};
1224
+
1225
+ // @public
1226
+ export type PublicNetworkAccessType = string;
1227
+
1228
+ // @public
1229
+ export type PurgeState = string;
1230
+
1231
+ // @public
1232
+ export type RequestSource = string;
1233
+
1234
+ // @public
1235
+ export interface Resource {
1236
+ readonly id?: string;
1237
+ readonly name?: string;
1238
+ readonly type?: string;
1239
+ }
1240
+
1241
+ // @public
1242
+ export type SharedTypeKind = string;
1243
+
1244
+ // @public
1245
+ export type StorageType = string;
1246
+
1247
+ // @public
1248
+ export interface SystemData {
1249
+ createdAt?: Date;
1250
+ createdBy?: string;
1251
+ createdByType?: CreatedByType;
1252
+ lastModifiedAt?: Date;
1253
+ lastModifiedBy?: string;
1254
+ lastModifiedByType?: CreatedByType;
1255
+ }
1256
+
1257
+ // @public
1258
+ export interface TagsResource {
1259
+ tags?: {
1260
+ [propertyName: string]: string;
1261
+ };
1262
+ }
1263
+
1264
+ // @public
1265
+ export type TrackedResource = Resource & {
1266
+ tags?: {
1267
+ [propertyName: string]: string;
1268
+ };
1269
+ location: string;
1270
+ };
1271
+
1272
+ // @public
1273
+ export interface UserAssignedIdentity {
1274
+ readonly clientId?: string;
1275
+ readonly principalId?: string;
1276
+ }
1277
+
1278
+ // @public
1279
+ export type WebTest = WebtestsResource & {
1280
+ kind?: WebTestKind;
1281
+ syntheticMonitorId?: string;
1282
+ webTestName?: string;
1283
+ description?: string;
1284
+ enabled?: boolean;
1285
+ frequency?: number;
1286
+ timeout?: number;
1287
+ webTestKind?: WebTestKind;
1288
+ retryEnabled?: boolean;
1289
+ locations?: WebTestGeolocation[];
1290
+ configuration?: WebTestPropertiesConfiguration;
1291
+ readonly provisioningState?: string;
1292
+ };
1293
+
1294
+ // @public
1295
+ export interface WebTestGeolocation {
1296
+ location?: string;
1297
+ }
1298
+
1299
+ // @public
1300
+ export type WebTestKind = "ping" | "multistep";
1301
+
1302
+ // @public
1303
+ export interface WebTestListResult {
1304
+ nextLink?: string;
1305
+ value: WebTest[];
1306
+ }
1307
+
1308
+ // @public
1309
+ export interface WebTestLocations {
1310
+ list(resourceGroupName: string, resourceName: string, options?: WebTestLocationsListOptionalParams): PagedAsyncIterableIterator<ApplicationInsightsComponentWebTestLocation>;
1311
+ }
1312
+
1313
+ // @public
1314
+ export interface WebTestLocationsListOptionalParams extends coreClient.OperationOptions {
1315
+ }
1316
+
1317
+ // @public
1318
+ export type WebTestLocationsListResponse = ApplicationInsightsWebTestLocationsListResult;
1319
+
1320
+ // @public
1321
+ export interface WebTestPropertiesConfiguration {
1322
+ webTest?: string;
1323
+ }
1324
+
1325
+ // @public
1326
+ export interface WebTests {
1327
+ createOrUpdate(resourceGroupName: string, webTestName: string, webTestDefinition: WebTest, options?: WebTestsCreateOrUpdateOptionalParams): Promise<WebTestsCreateOrUpdateResponse>;
1328
+ delete(resourceGroupName: string, webTestName: string, options?: WebTestsDeleteOptionalParams): Promise<void>;
1329
+ get(resourceGroupName: string, webTestName: string, options?: WebTestsGetOptionalParams): Promise<WebTestsGetResponse>;
1330
+ list(options?: WebTestsListOptionalParams): PagedAsyncIterableIterator<WebTest>;
1331
+ listByComponent(componentName: string, resourceGroupName: string, options?: WebTestsListByComponentOptionalParams): PagedAsyncIterableIterator<WebTest>;
1332
+ listByResourceGroup(resourceGroupName: string, options?: WebTestsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<WebTest>;
1333
+ updateTags(resourceGroupName: string, webTestName: string, webTestTags: TagsResource, options?: WebTestsUpdateTagsOptionalParams): Promise<WebTestsUpdateTagsResponse>;
1334
+ }
1335
+
1336
+ // @public
1337
+ export interface WebTestsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
1338
+ }
1339
+
1340
+ // @public
1341
+ export type WebTestsCreateOrUpdateResponse = WebTest;
1342
+
1343
+ // @public
1344
+ export interface WebTestsDeleteOptionalParams extends coreClient.OperationOptions {
1345
+ }
1346
+
1347
+ // @public
1348
+ export interface WebTestsGetOptionalParams extends coreClient.OperationOptions {
1349
+ }
1350
+
1351
+ // @public
1352
+ export type WebTestsGetResponse = WebTest;
1353
+
1354
+ // @public
1355
+ export interface WebTestsListByComponentNextOptionalParams extends coreClient.OperationOptions {
1356
+ }
1357
+
1358
+ // @public
1359
+ export type WebTestsListByComponentNextResponse = WebTestListResult;
1360
+
1361
+ // @public
1362
+ export interface WebTestsListByComponentOptionalParams extends coreClient.OperationOptions {
1363
+ }
1364
+
1365
+ // @public
1366
+ export type WebTestsListByComponentResponse = WebTestListResult;
1367
+
1368
+ // @public
1369
+ export interface WebTestsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
1370
+ }
1371
+
1372
+ // @public
1373
+ export type WebTestsListByResourceGroupNextResponse = WebTestListResult;
1374
+
1375
+ // @public
1376
+ export interface WebTestsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
1377
+ }
1378
+
1379
+ // @public
1380
+ export type WebTestsListByResourceGroupResponse = WebTestListResult;
1381
+
1382
+ // @public
1383
+ export interface WebTestsListNextOptionalParams extends coreClient.OperationOptions {
1384
+ }
1385
+
1386
+ // @public
1387
+ export type WebTestsListNextResponse = WebTestListResult;
1388
+
1389
+ // @public
1390
+ export interface WebTestsListOptionalParams extends coreClient.OperationOptions {
1391
+ }
1392
+
1393
+ // @public
1394
+ export type WebTestsListResponse = WebTestListResult;
1395
+
1396
+ // @public
1397
+ export interface WebtestsResource {
1398
+ readonly id?: string;
1399
+ location: string;
1400
+ readonly name?: string;
1401
+ tags?: {
1402
+ [propertyName: string]: string;
1403
+ };
1404
+ readonly type?: string;
1405
+ }
1406
+
1407
+ // @public
1408
+ export interface WebTestsUpdateTagsOptionalParams extends coreClient.OperationOptions {
1409
+ }
1410
+
1411
+ // @public
1412
+ export type WebTestsUpdateTagsResponse = WebTest;
1413
+
1414
+ // @public
1415
+ export type Workbook = WorkbookResource & {
1416
+ readonly systemData?: SystemData;
1417
+ displayName?: string;
1418
+ serializedData?: string;
1419
+ version?: string;
1420
+ readonly timeModified?: Date;
1421
+ category?: string;
1422
+ tagsPropertiesTags?: string[];
1423
+ readonly userId?: string;
1424
+ sourceId?: string;
1425
+ storageUri?: string;
1426
+ description?: string;
1427
+ readonly revision?: string;
1428
+ };
1429
+
1430
+ // @public
1431
+ export interface WorkbookError {
1432
+ error?: WorkbookErrorDefinition;
1433
+ }
1434
+
1435
+ // @public
1436
+ export interface WorkbookErrorDefinition {
1437
+ readonly code?: string;
1438
+ readonly innerError?: any;
1439
+ readonly message?: string;
1440
+ }
1441
+
1442
+ // @public
1443
+ export interface WorkbookInnerErrorTrace {
1444
+ readonly trace?: string[];
1445
+ }
1446
+
1447
+ // @public
1448
+ export type WorkbookResource = TrackedResource & {
1449
+ identity?: WorkbookResourceIdentity;
1450
+ kind?: Kind;
1451
+ etag?: string;
1452
+ };
1453
+
1454
+ // @public
1455
+ export type WorkbookResourceIdentity = ManagedServiceIdentity & {};
1456
+
1457
+ // @public
1458
+ export interface Workbooks {
1459
+ createOrUpdate(resourceGroupName: string, resourceName: string, workbookProperties: Workbook, options?: WorkbooksCreateOrUpdateOptionalParams): Promise<WorkbooksCreateOrUpdateResponse>;
1460
+ delete(resourceGroupName: string, resourceName: string, options?: WorkbooksDeleteOptionalParams): Promise<void>;
1461
+ get(resourceGroupName: string, resourceName: string, options?: WorkbooksGetOptionalParams): Promise<WorkbooksGetResponse>;
1462
+ listByResourceGroup(resourceGroupName: string, category: CategoryType, options?: WorkbooksListByResourceGroupOptionalParams): PagedAsyncIterableIterator<Workbook>;
1463
+ listBySubscription(category: CategoryType, options?: WorkbooksListBySubscriptionOptionalParams): PagedAsyncIterableIterator<Workbook>;
1464
+ listRevisionsList(resourceGroupName: string, resourceName: string, options?: WorkbooksRevisionsListOptionalParams): PagedAsyncIterableIterator<Workbook>;
1465
+ revisionGet(resourceGroupName: string, resourceName: string, revisionId: string, options?: WorkbooksRevisionGetOptionalParams): Promise<WorkbooksRevisionGetResponse>;
1466
+ update(resourceGroupName: string, resourceName: string, options?: WorkbooksUpdateOptionalParams): Promise<WorkbooksUpdateResponse>;
1467
+ }
1468
+
1469
+ // @public
1470
+ export interface WorkbooksCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
1471
+ sourceId?: string;
1472
+ }
1473
+
1474
+ // @public
1475
+ export type WorkbooksCreateOrUpdateResponse = Workbook;
1476
+
1477
+ // @public
1478
+ export interface WorkbooksDeleteOptionalParams extends coreClient.OperationOptions {
1479
+ }
1480
+
1481
+ // @public
1482
+ export interface WorkbooksGetOptionalParams extends coreClient.OperationOptions {
1483
+ }
1484
+
1485
+ // @public
1486
+ export type WorkbooksGetResponse = Workbook;
1487
+
1488
+ // @public
1489
+ export interface WorkbooksListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
1490
+ canFetchContent?: boolean;
1491
+ sourceId?: string;
1492
+ tags?: string[];
1493
+ }
1494
+
1495
+ // @public
1496
+ export type WorkbooksListByResourceGroupNextResponse = WorkbooksListResult;
1497
+
1498
+ // @public
1499
+ export interface WorkbooksListByResourceGroupOptionalParams extends coreClient.OperationOptions {
1500
+ canFetchContent?: boolean;
1501
+ sourceId?: string;
1502
+ tags?: string[];
1503
+ }
1504
+
1505
+ // @public
1506
+ export type WorkbooksListByResourceGroupResponse = WorkbooksListResult;
1507
+
1508
+ // @public
1509
+ export interface WorkbooksListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
1510
+ canFetchContent?: boolean;
1511
+ tags?: string[];
1512
+ }
1513
+
1514
+ // @public
1515
+ export type WorkbooksListBySubscriptionNextResponse = WorkbooksListResult;
1516
+
1517
+ // @public
1518
+ export interface WorkbooksListBySubscriptionOptionalParams extends coreClient.OperationOptions {
1519
+ canFetchContent?: boolean;
1520
+ tags?: string[];
1521
+ }
1522
+
1523
+ // @public
1524
+ export type WorkbooksListBySubscriptionResponse = WorkbooksListResult;
1525
+
1526
+ // @public
1527
+ export interface WorkbooksListResult {
1528
+ // (undocumented)
1529
+ nextLink?: string;
1530
+ readonly value?: Workbook[];
1531
+ }
1532
+
1533
+ // @public
1534
+ export interface WorkbooksRevisionGetOptionalParams extends coreClient.OperationOptions {
1535
+ }
1536
+
1537
+ // @public
1538
+ export type WorkbooksRevisionGetResponse = Workbook;
1539
+
1540
+ // @public
1541
+ export interface WorkbooksRevisionsListNextOptionalParams extends coreClient.OperationOptions {
1542
+ }
1543
+
1544
+ // @public
1545
+ export type WorkbooksRevisionsListNextResponse = WorkbooksListResult;
1546
+
1547
+ // @public
1548
+ export interface WorkbooksRevisionsListOptionalParams extends coreClient.OperationOptions {
1549
+ }
1550
+
1551
+ // @public
1552
+ export type WorkbooksRevisionsListResponse = WorkbooksListResult;
1553
+
1554
+ // @public
1555
+ export interface WorkbooksUpdateOptionalParams extends coreClient.OperationOptions {
1556
+ sourceId?: string;
1557
+ workbookUpdateParameters?: WorkbookUpdateParameters;
1558
+ }
1559
+
1560
+ // @public
1561
+ export type WorkbooksUpdateResponse = Workbook;
1562
+
1563
+ // @public
1564
+ export type WorkbookTemplate = WorkbookTemplateResource & {
1565
+ priority?: number;
1566
+ author?: string;
1567
+ templateData?: Record<string, unknown>;
1568
+ galleries?: WorkbookTemplateGallery[];
1569
+ localized?: {
1570
+ [propertyName: string]: WorkbookTemplateLocalizedGallery[];
1571
+ };
1572
+ };
1573
+
1574
+ // @public
1575
+ export interface WorkbookTemplateError {
1576
+ error?: WorkbookTemplateErrorBody;
1577
+ }
1578
+
1579
+ // @public
1580
+ export interface WorkbookTemplateErrorBody {
1581
+ code?: string;
1582
+ details?: WorkbookTemplateErrorFieldContract[];
1583
+ message?: string;
1584
+ }
1585
+
1586
+ // @public
1587
+ export interface WorkbookTemplateErrorFieldContract {
1588
+ code?: string;
1589
+ message?: string;
1590
+ target?: string;
1591
+ }
1592
+
1593
+ // @public
1594
+ export interface WorkbookTemplateGallery {
1595
+ category?: string;
1596
+ name?: string;
1597
+ order?: number;
1598
+ resourceType?: string;
1599
+ type?: string;
1600
+ }
1601
+
1602
+ // @public
1603
+ export interface WorkbookTemplateLocalizedGallery {
1604
+ galleries?: WorkbookTemplateGallery[];
1605
+ templateData?: Record<string, unknown>;
1606
+ }
1607
+
1608
+ // @public
1609
+ export interface WorkbookTemplateResource {
1610
+ readonly id?: string;
1611
+ location: string;
1612
+ readonly name?: string;
1613
+ tags?: {
1614
+ [propertyName: string]: string;
1615
+ };
1616
+ readonly type?: string;
1617
+ }
1618
+
1619
+ // @public
1620
+ export interface WorkbookTemplates {
1621
+ createOrUpdate(resourceGroupName: string, resourceName: string, workbookTemplateProperties: WorkbookTemplate, options?: WorkbookTemplatesCreateOrUpdateOptionalParams): Promise<WorkbookTemplatesCreateOrUpdateResponse>;
1622
+ delete(resourceGroupName: string, resourceName: string, options?: WorkbookTemplatesDeleteOptionalParams): Promise<void>;
1623
+ get(resourceGroupName: string, resourceName: string, options?: WorkbookTemplatesGetOptionalParams): Promise<WorkbookTemplatesGetResponse>;
1624
+ listByResourceGroup(resourceGroupName: string, options?: WorkbookTemplatesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<WorkbookTemplate>;
1625
+ update(resourceGroupName: string, resourceName: string, options?: WorkbookTemplatesUpdateOptionalParams): Promise<WorkbookTemplatesUpdateResponse>;
1626
+ }
1627
+
1628
+ // @public
1629
+ export interface WorkbookTemplatesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
1630
+ }
1631
+
1632
+ // @public
1633
+ export type WorkbookTemplatesCreateOrUpdateResponse = WorkbookTemplate;
1634
+
1635
+ // @public
1636
+ export interface WorkbookTemplatesDeleteOptionalParams extends coreClient.OperationOptions {
1637
+ }
1638
+
1639
+ // @public
1640
+ export interface WorkbookTemplatesGetOptionalParams extends coreClient.OperationOptions {
1641
+ }
1642
+
1643
+ // @public
1644
+ export type WorkbookTemplatesGetResponse = WorkbookTemplate;
1645
+
1646
+ // @public
1647
+ export interface WorkbookTemplatesListByResourceGroupOptionalParams extends coreClient.OperationOptions {
1648
+ }
1649
+
1650
+ // @public
1651
+ export type WorkbookTemplatesListByResourceGroupResponse = WorkbookTemplatesListResult;
1652
+
1653
+ // @public
1654
+ export interface WorkbookTemplatesListResult {
1655
+ value?: WorkbookTemplate[];
1656
+ }
1657
+
1658
+ // @public
1659
+ export interface WorkbookTemplatesUpdateOptionalParams extends coreClient.OperationOptions {
1660
+ workbookTemplateUpdateParameters?: WorkbookTemplateUpdateParameters;
1661
+ }
1662
+
1663
+ // @public
1664
+ export type WorkbookTemplatesUpdateResponse = WorkbookTemplate;
1665
+
1666
+ // @public
1667
+ export interface WorkbookTemplateUpdateParameters {
1668
+ author?: string;
1669
+ galleries?: WorkbookTemplateGallery[];
1670
+ localized?: {
1671
+ [propertyName: string]: WorkbookTemplateLocalizedGallery[];
1672
+ };
1673
+ priority?: number;
1674
+ tags?: {
1675
+ [propertyName: string]: string;
1676
+ };
1677
+ templateData?: Record<string, unknown>;
1678
+ }
1679
+
1680
+ // @public
1681
+ export interface WorkbookUpdateParameters {
1682
+ category?: string;
1683
+ description?: string;
1684
+ displayName?: string;
1685
+ kind?: SharedTypeKind;
1686
+ revision?: string;
1687
+ serializedData?: string;
1688
+ tags?: {
1689
+ [propertyName: string]: string;
1690
+ };
1691
+ tagsPropertiesTags?: string[];
1692
+ }
1693
+
1694
+ // @public
1695
+ export interface WorkItemConfiguration {
1696
+ configDisplayName?: string;
1697
+ configProperties?: string;
1698
+ connectorId?: string;
1699
+ id?: string;
1700
+ isDefault?: boolean;
1701
+ }
1702
+
1703
+ // @public
1704
+ export interface WorkItemConfigurationError {
1705
+ code?: string;
1706
+ innererror?: InnerError;
1707
+ message?: string;
1708
+ }
1709
+
1710
+ // @public
1711
+ export interface WorkItemConfigurations {
1712
+ create(resourceGroupName: string, resourceName: string, workItemConfigurationProperties: WorkItemCreateConfiguration, options?: WorkItemConfigurationsCreateOptionalParams): Promise<WorkItemConfigurationsCreateResponse>;
1713
+ delete(resourceGroupName: string, resourceName: string, workItemConfigId: string, options?: WorkItemConfigurationsDeleteOptionalParams): Promise<void>;
1714
+ getDefault(resourceGroupName: string, resourceName: string, options?: WorkItemConfigurationsGetDefaultOptionalParams): Promise<WorkItemConfigurationsGetDefaultResponse>;
1715
+ getItem(resourceGroupName: string, resourceName: string, workItemConfigId: string, options?: WorkItemConfigurationsGetItemOptionalParams): Promise<WorkItemConfigurationsGetItemResponse>;
1716
+ list(resourceGroupName: string, resourceName: string, options?: WorkItemConfigurationsListOptionalParams): PagedAsyncIterableIterator<WorkItemConfiguration>;
1717
+ updateItem(resourceGroupName: string, resourceName: string, workItemConfigId: string, workItemConfigurationProperties: WorkItemCreateConfiguration, options?: WorkItemConfigurationsUpdateItemOptionalParams): Promise<WorkItemConfigurationsUpdateItemResponse>;
1718
+ }
1719
+
1720
+ // @public
1721
+ export interface WorkItemConfigurationsCreateOptionalParams extends coreClient.OperationOptions {
1722
+ }
1723
+
1724
+ // @public
1725
+ export type WorkItemConfigurationsCreateResponse = WorkItemConfiguration;
1726
+
1727
+ // @public
1728
+ export interface WorkItemConfigurationsDeleteOptionalParams extends coreClient.OperationOptions {
1729
+ }
1730
+
1731
+ // @public
1732
+ export interface WorkItemConfigurationsGetDefaultOptionalParams extends coreClient.OperationOptions {
1733
+ }
1734
+
1735
+ // @public
1736
+ export type WorkItemConfigurationsGetDefaultResponse = WorkItemConfiguration;
1737
+
1738
+ // @public
1739
+ export interface WorkItemConfigurationsGetItemOptionalParams extends coreClient.OperationOptions {
1740
+ }
1741
+
1742
+ // @public
1743
+ export type WorkItemConfigurationsGetItemResponse = WorkItemConfiguration;
1744
+
1745
+ // @public
1746
+ export interface WorkItemConfigurationsListOptionalParams extends coreClient.OperationOptions {
1747
+ }
1748
+
1749
+ // @public
1750
+ export type WorkItemConfigurationsListResponse = WorkItemConfigurationsListResult;
1751
+
1752
+ // @public
1753
+ export interface WorkItemConfigurationsListResult {
1754
+ readonly value?: WorkItemConfiguration[];
1755
+ }
1756
+
1757
+ // @public
1758
+ export interface WorkItemConfigurationsUpdateItemOptionalParams extends coreClient.OperationOptions {
1759
+ }
1760
+
1761
+ // @public
1762
+ export type WorkItemConfigurationsUpdateItemResponse = WorkItemConfiguration;
1763
+
1764
+ // @public
1765
+ export interface WorkItemCreateConfiguration {
1766
+ connectorDataConfiguration?: string;
1767
+ connectorId?: string;
1768
+ validateOnly?: boolean;
1769
+ workItemProperties?: {
1770
+ [propertyName: string]: string;
1771
+ };
1772
+ }
1773
+
1774
+ // (No @packageDocumentation comment for this package)
1775
+
1776
+ ```