@azure/arm-selfhelp 2.0.0-beta.5 → 2.0.0-beta.6

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 (605) hide show
  1. package/CHANGELOG.md +11 -1
  2. package/LICENSE +4 -4
  3. package/README.md +27 -17
  4. package/{dist-esm/src → dist/browser}/helpRP.d.ts +2 -2
  5. package/dist/browser/helpRP.d.ts.map +1 -0
  6. package/{dist-esm/src → dist/browser}/helpRP.js +37 -24
  7. package/dist/browser/helpRP.js.map +1 -0
  8. package/dist/browser/index.d.ts +5 -0
  9. package/dist/browser/index.d.ts.map +1 -0
  10. package/{dist-esm/src → dist/browser}/index.js +4 -4
  11. package/dist/browser/index.js.map +1 -0
  12. package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +1 -1
  13. package/dist/browser/lroImpl.js +18 -0
  14. package/dist/browser/lroImpl.js.map +1 -0
  15. package/dist/browser/models/index.js.map +1 -0
  16. package/{dist-esm/src → dist/browser}/models/mappers.js +99 -45
  17. package/dist/browser/models/mappers.js.map +1 -0
  18. package/{dist-esm/src → dist/browser}/models/parameters.js +1 -1
  19. package/dist/browser/models/parameters.js.map +1 -0
  20. package/{dist-esm/src → dist/browser}/operations/checkNameAvailability.d.ts +3 -3
  21. package/dist/browser/operations/checkNameAvailability.d.ts.map +1 -0
  22. package/{dist-esm/src → dist/browser}/operations/checkNameAvailability.js +3 -2
  23. package/dist/browser/operations/checkNameAvailability.js.map +1 -0
  24. package/{dist-esm/src → dist/browser}/operations/diagnostics.d.ts +3 -3
  25. package/dist/browser/operations/diagnostics.d.ts.map +1 -0
  26. package/{dist-esm/src → dist/browser}/operations/diagnostics.js +46 -45
  27. package/dist/browser/operations/diagnostics.js.map +1 -0
  28. package/{dist-esm/src → dist/browser}/operations/discoverySolution.d.ts +3 -3
  29. package/dist/browser/operations/discoverySolution.d.ts.map +1 -0
  30. package/{dist-esm/src → dist/browser}/operations/discoverySolution.js +26 -43
  31. package/dist/browser/operations/discoverySolution.js.map +1 -0
  32. package/{dist-esm/src → dist/browser}/operations/discoverySolutionNLP.d.ts +3 -3
  33. package/dist/browser/operations/discoverySolutionNLP.d.ts.map +1 -0
  34. package/{dist-esm/src → dist/browser}/operations/discoverySolutionNLP.js +3 -2
  35. package/dist/browser/operations/discoverySolutionNLP.js.map +1 -0
  36. package/dist/browser/operations/index.d.ts +10 -0
  37. package/dist/browser/operations/index.d.ts.map +1 -0
  38. package/dist/browser/operations/index.js +17 -0
  39. package/dist/browser/operations/index.js.map +1 -0
  40. package/{dist-esm/src → dist/browser}/operations/operations.d.ts +3 -3
  41. package/dist/browser/operations/operations.d.ts.map +1 -0
  42. package/{dist-esm/src → dist/browser}/operations/operations.js +26 -43
  43. package/dist/browser/operations/operations.js.map +1 -0
  44. package/{dist-esm/src → dist/browser}/operations/simplifiedSolutions.d.ts +3 -3
  45. package/dist/browser/operations/simplifiedSolutions.d.ts.map +1 -0
  46. package/{dist-esm/src → dist/browser}/operations/simplifiedSolutions.js +46 -45
  47. package/dist/browser/operations/simplifiedSolutions.js.map +1 -0
  48. package/{dist-esm/src → dist/browser}/operations/solution.d.ts +3 -3
  49. package/dist/browser/operations/solution.d.ts.map +1 -0
  50. package/{dist-esm/src → dist/browser}/operations/solution.js +88 -86
  51. package/dist/browser/operations/solution.js.map +1 -0
  52. package/{dist-esm/src → dist/browser}/operations/solutionSelfHelp.d.ts +3 -3
  53. package/dist/browser/operations/solutionSelfHelp.d.ts.map +1 -0
  54. package/{dist-esm/src → dist/browser}/operations/solutionSelfHelp.js +3 -2
  55. package/dist/browser/operations/solutionSelfHelp.js.map +1 -0
  56. package/{dist-esm/src → dist/browser}/operations/troubleshooters.d.ts +3 -3
  57. package/dist/browser/operations/troubleshooters.d.ts.map +1 -0
  58. package/{dist-esm/src → dist/browser}/operations/troubleshooters.js +3 -2
  59. package/dist/browser/operations/troubleshooters.js.map +1 -0
  60. package/{dist-esm/src → dist/browser}/operationsInterfaces/checkNameAvailability.d.ts +1 -1
  61. package/{dist-esm/src → dist/browser}/operationsInterfaces/checkNameAvailability.d.ts.map +1 -1
  62. package/dist/browser/operationsInterfaces/checkNameAvailability.js.map +1 -0
  63. package/{dist-esm/src → dist/browser}/operationsInterfaces/diagnostics.d.ts +1 -1
  64. package/dist/browser/operationsInterfaces/diagnostics.d.ts.map +1 -0
  65. package/dist/browser/operationsInterfaces/diagnostics.js.map +1 -0
  66. package/{dist-esm/src → dist/browser}/operationsInterfaces/discoverySolution.d.ts +1 -1
  67. package/dist/browser/operationsInterfaces/discoverySolution.d.ts.map +1 -0
  68. package/dist/browser/operationsInterfaces/discoverySolution.js.map +1 -0
  69. package/{dist-esm/src → dist/browser}/operationsInterfaces/discoverySolutionNLP.d.ts +1 -1
  70. package/dist/browser/operationsInterfaces/discoverySolutionNLP.d.ts.map +1 -0
  71. package/dist/browser/operationsInterfaces/discoverySolutionNLP.js.map +1 -0
  72. package/dist/browser/operationsInterfaces/index.d.ts +10 -0
  73. package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
  74. package/dist/browser/operationsInterfaces/index.js +17 -0
  75. package/dist/browser/operationsInterfaces/index.js.map +1 -0
  76. package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts +1 -1
  77. package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts.map +1 -1
  78. package/dist/browser/operationsInterfaces/operations.js.map +1 -0
  79. package/{dist-esm/src → dist/browser}/operationsInterfaces/simplifiedSolutions.d.ts +1 -1
  80. package/dist/browser/operationsInterfaces/simplifiedSolutions.d.ts.map +1 -0
  81. package/dist/browser/operationsInterfaces/simplifiedSolutions.js.map +1 -0
  82. package/{dist-esm/src → dist/browser}/operationsInterfaces/solution.d.ts +1 -1
  83. package/dist/browser/operationsInterfaces/solution.d.ts.map +1 -0
  84. package/dist/browser/operationsInterfaces/solution.js.map +1 -0
  85. package/{dist-esm/src → dist/browser}/operationsInterfaces/solutionSelfHelp.d.ts +1 -1
  86. package/{dist-esm/src → dist/browser}/operationsInterfaces/solutionSelfHelp.d.ts.map +1 -1
  87. package/dist/browser/operationsInterfaces/solutionSelfHelp.js.map +1 -0
  88. package/{dist-esm/src → dist/browser}/operationsInterfaces/troubleshooters.d.ts +1 -1
  89. package/dist/browser/operationsInterfaces/troubleshooters.d.ts.map +1 -0
  90. package/dist/browser/operationsInterfaces/troubleshooters.js.map +1 -0
  91. package/dist/browser/package.json +3 -0
  92. package/{dist-esm/src → dist/browser}/pagingHelper.js +2 -4
  93. package/dist/browser/pagingHelper.js.map +1 -0
  94. package/dist/commonjs/helpRP.d.ts +26 -0
  95. package/dist/commonjs/helpRP.d.ts.map +1 -0
  96. package/dist/commonjs/helpRP.js +120 -0
  97. package/dist/commonjs/helpRP.js.map +1 -0
  98. package/dist/commonjs/index.d.ts +5 -0
  99. package/dist/commonjs/index.d.ts.map +1 -0
  100. package/dist/commonjs/index.js +19 -0
  101. package/dist/commonjs/index.js.map +1 -0
  102. package/dist/commonjs/lroImpl.d.ts +11 -0
  103. package/dist/commonjs/lroImpl.d.ts.map +1 -0
  104. package/dist/commonjs/lroImpl.js +21 -0
  105. package/dist/commonjs/lroImpl.js.map +1 -0
  106. package/{types/arm-selfhelp.d.ts → dist/commonjs/models/index.d.ts} +1315 -1770
  107. package/dist/commonjs/models/index.d.ts.map +1 -0
  108. package/dist/commonjs/models/index.js +237 -0
  109. package/dist/commonjs/models/index.js.map +1 -0
  110. package/dist/commonjs/models/mappers.d.ts +58 -0
  111. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  112. package/dist/commonjs/models/mappers.js +1975 -0
  113. package/dist/commonjs/models/mappers.js.map +1 -0
  114. package/dist/commonjs/models/parameters.d.ts +25 -0
  115. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  116. package/dist/commonjs/models/parameters.js +218 -0
  117. package/dist/commonjs/models/parameters.js.map +1 -0
  118. package/dist/commonjs/operations/checkNameAvailability.d.ts +22 -0
  119. package/dist/commonjs/operations/checkNameAvailability.d.ts.map +1 -0
  120. package/dist/commonjs/operations/checkNameAvailability.js +58 -0
  121. package/dist/commonjs/operations/checkNameAvailability.js.map +1 -0
  122. package/dist/commonjs/operations/diagnostics.d.ts +45 -0
  123. package/dist/commonjs/operations/diagnostics.d.ts.map +1 -0
  124. package/dist/commonjs/operations/diagnostics.js +158 -0
  125. package/dist/commonjs/operations/diagnostics.js.map +1 -0
  126. package/dist/commonjs/operations/discoverySolution.d.ts +48 -0
  127. package/dist/commonjs/operations/discoverySolution.d.ts.map +1 -0
  128. package/dist/commonjs/operations/discoverySolution.js +141 -0
  129. package/dist/commonjs/operations/discoverySolution.js.map +1 -0
  130. package/dist/commonjs/operations/discoverySolutionNLP.d.ts +26 -0
  131. package/dist/commonjs/operations/discoverySolutionNLP.d.ts.map +1 -0
  132. package/dist/commonjs/operations/discoverySolutionNLP.js +82 -0
  133. package/dist/commonjs/operations/discoverySolutionNLP.js.map +1 -0
  134. package/dist/commonjs/operations/index.d.ts +10 -0
  135. package/dist/commonjs/operations/index.d.ts.map +1 -0
  136. package/dist/commonjs/operations/index.js +20 -0
  137. package/dist/commonjs/operations/index.js.map +1 -0
  138. package/dist/commonjs/operations/operations.d.ts +32 -0
  139. package/dist/commonjs/operations/operations.d.ts.map +1 -0
  140. package/dist/commonjs/operations/operations.js +121 -0
  141. package/dist/commonjs/operations/operations.js.map +1 -0
  142. package/dist/commonjs/operations/simplifiedSolutions.d.ts +52 -0
  143. package/dist/commonjs/operations/simplifiedSolutions.d.ts.map +1 -0
  144. package/dist/commonjs/operations/simplifiedSolutions.js +165 -0
  145. package/dist/commonjs/operations/simplifiedSolutions.js.map +1 -0
  146. package/dist/commonjs/operations/solution.d.ts +82 -0
  147. package/dist/commonjs/operations/solution.d.ts.map +1 -0
  148. package/dist/commonjs/operations/solution.js +295 -0
  149. package/dist/commonjs/operations/solution.js.map +1 -0
  150. package/dist/commonjs/operations/solutionSelfHelp.d.ts +23 -0
  151. package/dist/commonjs/operations/solutionSelfHelp.d.ts.map +1 -0
  152. package/dist/commonjs/operations/solutionSelfHelp.js +57 -0
  153. package/dist/commonjs/operations/solutionSelfHelp.js.map +1 -0
  154. package/dist/commonjs/operations/troubleshooters.d.ts +73 -0
  155. package/dist/commonjs/operations/troubleshooters.d.ts.map +1 -0
  156. package/dist/commonjs/operations/troubleshooters.js +207 -0
  157. package/dist/commonjs/operations/troubleshooters.js.map +1 -0
  158. package/dist/commonjs/operationsInterfaces/checkNameAvailability.d.ts +14 -0
  159. package/dist/commonjs/operationsInterfaces/checkNameAvailability.d.ts.map +1 -0
  160. package/dist/commonjs/operationsInterfaces/checkNameAvailability.js +10 -0
  161. package/dist/commonjs/operationsInterfaces/checkNameAvailability.js.map +1 -0
  162. package/dist/commonjs/operationsInterfaces/diagnostics.d.ts +37 -0
  163. package/dist/commonjs/operationsInterfaces/diagnostics.d.ts.map +1 -0
  164. package/dist/commonjs/operationsInterfaces/diagnostics.js +10 -0
  165. package/dist/commonjs/operationsInterfaces/diagnostics.js.map +1 -0
  166. package/dist/commonjs/operationsInterfaces/discoverySolution.d.ts +19 -0
  167. package/dist/commonjs/operationsInterfaces/discoverySolution.d.ts.map +1 -0
  168. package/dist/commonjs/operationsInterfaces/discoverySolution.js +10 -0
  169. package/dist/commonjs/operationsInterfaces/discoverySolution.js.map +1 -0
  170. package/dist/commonjs/operationsInterfaces/discoverySolutionNLP.d.ts +18 -0
  171. package/dist/commonjs/operationsInterfaces/discoverySolutionNLP.d.ts.map +1 -0
  172. package/dist/commonjs/operationsInterfaces/discoverySolutionNLP.js +10 -0
  173. package/dist/commonjs/operationsInterfaces/discoverySolutionNLP.js.map +1 -0
  174. package/dist/commonjs/operationsInterfaces/index.d.ts +10 -0
  175. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  176. package/dist/commonjs/operationsInterfaces/index.js +20 -0
  177. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  178. package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
  179. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
  180. package/dist/commonjs/operationsInterfaces/operations.js +10 -0
  181. package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
  182. package/dist/commonjs/operationsInterfaces/simplifiedSolutions.d.ts +44 -0
  183. package/dist/commonjs/operationsInterfaces/simplifiedSolutions.d.ts.map +1 -0
  184. package/dist/commonjs/operationsInterfaces/simplifiedSolutions.js +10 -0
  185. package/dist/commonjs/operationsInterfaces/simplifiedSolutions.js.map +1 -0
  186. package/dist/commonjs/operationsInterfaces/solution.d.ts +74 -0
  187. package/dist/commonjs/operationsInterfaces/solution.d.ts.map +1 -0
  188. package/dist/commonjs/operationsInterfaces/solution.js +10 -0
  189. package/dist/commonjs/operationsInterfaces/solution.js.map +1 -0
  190. package/dist/commonjs/operationsInterfaces/solutionSelfHelp.d.ts +15 -0
  191. package/dist/commonjs/operationsInterfaces/solutionSelfHelp.d.ts.map +1 -0
  192. package/dist/commonjs/operationsInterfaces/solutionSelfHelp.js +10 -0
  193. package/dist/commonjs/operationsInterfaces/solutionSelfHelp.js.map +1 -0
  194. package/dist/commonjs/operationsInterfaces/troubleshooters.d.ts +65 -0
  195. package/dist/commonjs/operationsInterfaces/troubleshooters.d.ts.map +1 -0
  196. package/dist/commonjs/operationsInterfaces/troubleshooters.js +10 -0
  197. package/dist/commonjs/operationsInterfaces/troubleshooters.js.map +1 -0
  198. package/dist/commonjs/package.json +3 -0
  199. package/dist/commonjs/pagingHelper.d.ts +13 -0
  200. package/dist/commonjs/pagingHelper.d.ts.map +1 -0
  201. package/dist/commonjs/pagingHelper.js +34 -0
  202. package/dist/commonjs/pagingHelper.js.map +1 -0
  203. package/{types → dist/commonjs}/tsdoc-metadata.json +11 -11
  204. package/dist/esm/helpRP.d.ts +26 -0
  205. package/dist/esm/helpRP.d.ts.map +1 -0
  206. package/dist/esm/helpRP.js +115 -0
  207. package/dist/esm/helpRP.js.map +1 -0
  208. package/dist/esm/index.d.ts +5 -0
  209. package/dist/esm/index.d.ts.map +1 -0
  210. package/{src/index.ts → dist/esm/index.js} +5 -5
  211. package/dist/esm/index.js.map +1 -0
  212. package/dist/esm/lroImpl.d.ts +11 -0
  213. package/dist/esm/lroImpl.d.ts.map +1 -0
  214. package/dist/esm/lroImpl.js +18 -0
  215. package/dist/esm/lroImpl.js.map +1 -0
  216. package/dist/esm/models/index.d.ts +1315 -0
  217. package/dist/esm/models/index.d.ts.map +1 -0
  218. package/dist/esm/models/index.js +234 -0
  219. package/dist/esm/models/index.js.map +1 -0
  220. package/dist/esm/models/mappers.d.ts +58 -0
  221. package/dist/esm/models/mappers.d.ts.map +1 -0
  222. package/dist/esm/models/mappers.js +1971 -0
  223. package/dist/esm/models/mappers.js.map +1 -0
  224. package/dist/esm/models/parameters.d.ts +25 -0
  225. package/dist/esm/models/parameters.d.ts.map +1 -0
  226. package/dist/esm/models/parameters.js +215 -0
  227. package/dist/esm/models/parameters.js.map +1 -0
  228. package/dist/esm/operations/checkNameAvailability.d.ts +22 -0
  229. package/dist/esm/operations/checkNameAvailability.d.ts.map +1 -0
  230. package/dist/esm/operations/checkNameAvailability.js +53 -0
  231. package/dist/esm/operations/checkNameAvailability.js.map +1 -0
  232. package/dist/esm/operations/diagnostics.d.ts +45 -0
  233. package/dist/esm/operations/diagnostics.d.ts.map +1 -0
  234. package/dist/esm/operations/diagnostics.js +153 -0
  235. package/dist/esm/operations/diagnostics.js.map +1 -0
  236. package/dist/esm/operations/discoverySolution.d.ts +48 -0
  237. package/dist/esm/operations/discoverySolution.d.ts.map +1 -0
  238. package/dist/esm/operations/discoverySolution.js +136 -0
  239. package/dist/esm/operations/discoverySolution.js.map +1 -0
  240. package/dist/esm/operations/discoverySolutionNLP.d.ts +26 -0
  241. package/dist/esm/operations/discoverySolutionNLP.d.ts.map +1 -0
  242. package/dist/esm/operations/discoverySolutionNLP.js +77 -0
  243. package/dist/esm/operations/discoverySolutionNLP.js.map +1 -0
  244. package/dist/esm/operations/index.d.ts +10 -0
  245. package/dist/esm/operations/index.d.ts.map +1 -0
  246. package/dist/esm/operations/index.js +17 -0
  247. package/dist/esm/operations/index.js.map +1 -0
  248. package/dist/esm/operations/operations.d.ts +32 -0
  249. package/dist/esm/operations/operations.d.ts.map +1 -0
  250. package/dist/esm/operations/operations.js +116 -0
  251. package/dist/esm/operations/operations.js.map +1 -0
  252. package/dist/esm/operations/simplifiedSolutions.d.ts +52 -0
  253. package/dist/esm/operations/simplifiedSolutions.d.ts.map +1 -0
  254. package/dist/esm/operations/simplifiedSolutions.js +160 -0
  255. package/dist/esm/operations/simplifiedSolutions.js.map +1 -0
  256. package/dist/esm/operations/solution.d.ts +82 -0
  257. package/dist/esm/operations/solution.d.ts.map +1 -0
  258. package/dist/esm/operations/solution.js +290 -0
  259. package/dist/esm/operations/solution.js.map +1 -0
  260. package/dist/esm/operations/solutionSelfHelp.d.ts +23 -0
  261. package/dist/esm/operations/solutionSelfHelp.d.ts.map +1 -0
  262. package/dist/esm/operations/solutionSelfHelp.js +52 -0
  263. package/dist/esm/operations/solutionSelfHelp.js.map +1 -0
  264. package/dist/esm/operations/troubleshooters.d.ts +73 -0
  265. package/dist/esm/operations/troubleshooters.d.ts.map +1 -0
  266. package/dist/esm/operations/troubleshooters.js +202 -0
  267. package/dist/esm/operations/troubleshooters.js.map +1 -0
  268. package/dist/esm/operationsInterfaces/checkNameAvailability.d.ts +14 -0
  269. package/dist/esm/operationsInterfaces/checkNameAvailability.d.ts.map +1 -0
  270. package/dist/esm/operationsInterfaces/checkNameAvailability.js +9 -0
  271. package/dist/esm/operationsInterfaces/checkNameAvailability.js.map +1 -0
  272. package/dist/esm/operationsInterfaces/diagnostics.d.ts +37 -0
  273. package/dist/esm/operationsInterfaces/diagnostics.d.ts.map +1 -0
  274. package/dist/esm/operationsInterfaces/diagnostics.js +9 -0
  275. package/dist/esm/operationsInterfaces/diagnostics.js.map +1 -0
  276. package/dist/esm/operationsInterfaces/discoverySolution.d.ts +19 -0
  277. package/dist/esm/operationsInterfaces/discoverySolution.d.ts.map +1 -0
  278. package/dist/esm/operationsInterfaces/discoverySolution.js +9 -0
  279. package/dist/esm/operationsInterfaces/discoverySolution.js.map +1 -0
  280. package/dist/esm/operationsInterfaces/discoverySolutionNLP.d.ts +18 -0
  281. package/dist/esm/operationsInterfaces/discoverySolutionNLP.d.ts.map +1 -0
  282. package/dist/esm/operationsInterfaces/discoverySolutionNLP.js +9 -0
  283. package/dist/esm/operationsInterfaces/discoverySolutionNLP.js.map +1 -0
  284. package/dist/esm/operationsInterfaces/index.d.ts +10 -0
  285. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  286. package/dist/esm/operationsInterfaces/index.js +17 -0
  287. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  288. package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
  289. package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
  290. package/dist/esm/operationsInterfaces/operations.js +9 -0
  291. package/dist/esm/operationsInterfaces/operations.js.map +1 -0
  292. package/dist/esm/operationsInterfaces/simplifiedSolutions.d.ts +44 -0
  293. package/dist/esm/operationsInterfaces/simplifiedSolutions.d.ts.map +1 -0
  294. package/dist/esm/operationsInterfaces/simplifiedSolutions.js +9 -0
  295. package/dist/esm/operationsInterfaces/simplifiedSolutions.js.map +1 -0
  296. package/dist/esm/operationsInterfaces/solution.d.ts +74 -0
  297. package/dist/esm/operationsInterfaces/solution.d.ts.map +1 -0
  298. package/dist/esm/operationsInterfaces/solution.js +9 -0
  299. package/dist/esm/operationsInterfaces/solution.js.map +1 -0
  300. package/dist/esm/operationsInterfaces/solutionSelfHelp.d.ts +15 -0
  301. package/dist/esm/operationsInterfaces/solutionSelfHelp.d.ts.map +1 -0
  302. package/dist/esm/operationsInterfaces/solutionSelfHelp.js +9 -0
  303. package/dist/esm/operationsInterfaces/solutionSelfHelp.js.map +1 -0
  304. package/dist/esm/operationsInterfaces/troubleshooters.d.ts +65 -0
  305. package/dist/esm/operationsInterfaces/troubleshooters.d.ts.map +1 -0
  306. package/dist/esm/operationsInterfaces/troubleshooters.js +9 -0
  307. package/dist/esm/operationsInterfaces/troubleshooters.js.map +1 -0
  308. package/dist/esm/package.json +3 -0
  309. package/dist/esm/pagingHelper.d.ts +13 -0
  310. package/dist/esm/pagingHelper.d.ts.map +1 -0
  311. package/dist/esm/pagingHelper.js +30 -0
  312. package/dist/esm/pagingHelper.js.map +1 -0
  313. package/dist/react-native/helpRP.d.ts +26 -0
  314. package/dist/react-native/helpRP.d.ts.map +1 -0
  315. package/dist/react-native/helpRP.js +115 -0
  316. package/dist/react-native/helpRP.js.map +1 -0
  317. package/dist/react-native/index.d.ts +5 -0
  318. package/dist/react-native/index.d.ts.map +1 -0
  319. package/dist/react-native/index.js +13 -0
  320. package/dist/react-native/index.js.map +1 -0
  321. package/dist/react-native/lroImpl.d.ts +11 -0
  322. package/dist/react-native/lroImpl.d.ts.map +1 -0
  323. package/dist/react-native/lroImpl.js +18 -0
  324. package/dist/react-native/lroImpl.js.map +1 -0
  325. package/dist/react-native/models/index.d.ts +1315 -0
  326. package/dist/react-native/models/index.d.ts.map +1 -0
  327. package/dist/react-native/models/index.js +234 -0
  328. package/dist/react-native/models/index.js.map +1 -0
  329. package/dist/react-native/models/mappers.d.ts +58 -0
  330. package/dist/react-native/models/mappers.d.ts.map +1 -0
  331. package/dist/react-native/models/mappers.js +1971 -0
  332. package/dist/react-native/models/mappers.js.map +1 -0
  333. package/dist/react-native/models/parameters.d.ts +25 -0
  334. package/dist/react-native/models/parameters.d.ts.map +1 -0
  335. package/dist/react-native/models/parameters.js +215 -0
  336. package/dist/react-native/models/parameters.js.map +1 -0
  337. package/dist/react-native/operations/checkNameAvailability.d.ts +22 -0
  338. package/dist/react-native/operations/checkNameAvailability.d.ts.map +1 -0
  339. package/dist/react-native/operations/checkNameAvailability.js +53 -0
  340. package/dist/react-native/operations/checkNameAvailability.js.map +1 -0
  341. package/dist/react-native/operations/diagnostics.d.ts +45 -0
  342. package/dist/react-native/operations/diagnostics.d.ts.map +1 -0
  343. package/dist/react-native/operations/diagnostics.js +153 -0
  344. package/dist/react-native/operations/diagnostics.js.map +1 -0
  345. package/dist/react-native/operations/discoverySolution.d.ts +48 -0
  346. package/dist/react-native/operations/discoverySolution.d.ts.map +1 -0
  347. package/dist/react-native/operations/discoverySolution.js +136 -0
  348. package/dist/react-native/operations/discoverySolution.js.map +1 -0
  349. package/dist/react-native/operations/discoverySolutionNLP.d.ts +26 -0
  350. package/dist/react-native/operations/discoverySolutionNLP.d.ts.map +1 -0
  351. package/dist/react-native/operations/discoverySolutionNLP.js +77 -0
  352. package/dist/react-native/operations/discoverySolutionNLP.js.map +1 -0
  353. package/dist/react-native/operations/index.d.ts +10 -0
  354. package/dist/react-native/operations/index.d.ts.map +1 -0
  355. package/dist/react-native/operations/index.js +17 -0
  356. package/dist/react-native/operations/index.js.map +1 -0
  357. package/dist/react-native/operations/operations.d.ts +32 -0
  358. package/dist/react-native/operations/operations.d.ts.map +1 -0
  359. package/dist/react-native/operations/operations.js +116 -0
  360. package/dist/react-native/operations/operations.js.map +1 -0
  361. package/dist/react-native/operations/simplifiedSolutions.d.ts +52 -0
  362. package/dist/react-native/operations/simplifiedSolutions.d.ts.map +1 -0
  363. package/dist/react-native/operations/simplifiedSolutions.js +160 -0
  364. package/dist/react-native/operations/simplifiedSolutions.js.map +1 -0
  365. package/dist/react-native/operations/solution.d.ts +82 -0
  366. package/dist/react-native/operations/solution.d.ts.map +1 -0
  367. package/dist/react-native/operations/solution.js +290 -0
  368. package/dist/react-native/operations/solution.js.map +1 -0
  369. package/dist/react-native/operations/solutionSelfHelp.d.ts +23 -0
  370. package/dist/react-native/operations/solutionSelfHelp.d.ts.map +1 -0
  371. package/dist/react-native/operations/solutionSelfHelp.js +52 -0
  372. package/dist/react-native/operations/solutionSelfHelp.js.map +1 -0
  373. package/dist/react-native/operations/troubleshooters.d.ts +73 -0
  374. package/dist/react-native/operations/troubleshooters.d.ts.map +1 -0
  375. package/dist/react-native/operations/troubleshooters.js +202 -0
  376. package/dist/react-native/operations/troubleshooters.js.map +1 -0
  377. package/dist/react-native/operationsInterfaces/checkNameAvailability.d.ts +14 -0
  378. package/dist/react-native/operationsInterfaces/checkNameAvailability.d.ts.map +1 -0
  379. package/dist/react-native/operationsInterfaces/checkNameAvailability.js +9 -0
  380. package/dist/react-native/operationsInterfaces/checkNameAvailability.js.map +1 -0
  381. package/dist/react-native/operationsInterfaces/diagnostics.d.ts +37 -0
  382. package/dist/react-native/operationsInterfaces/diagnostics.d.ts.map +1 -0
  383. package/dist/react-native/operationsInterfaces/diagnostics.js +9 -0
  384. package/dist/react-native/operationsInterfaces/diagnostics.js.map +1 -0
  385. package/dist/react-native/operationsInterfaces/discoverySolution.d.ts +19 -0
  386. package/dist/react-native/operationsInterfaces/discoverySolution.d.ts.map +1 -0
  387. package/dist/react-native/operationsInterfaces/discoverySolution.js +9 -0
  388. package/dist/react-native/operationsInterfaces/discoverySolution.js.map +1 -0
  389. package/dist/react-native/operationsInterfaces/discoverySolutionNLP.d.ts +18 -0
  390. package/dist/react-native/operationsInterfaces/discoverySolutionNLP.d.ts.map +1 -0
  391. package/dist/react-native/operationsInterfaces/discoverySolutionNLP.js +9 -0
  392. package/dist/react-native/operationsInterfaces/discoverySolutionNLP.js.map +1 -0
  393. package/dist/react-native/operationsInterfaces/index.d.ts +10 -0
  394. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
  395. package/dist/react-native/operationsInterfaces/index.js +17 -0
  396. package/dist/react-native/operationsInterfaces/index.js.map +1 -0
  397. package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
  398. package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
  399. package/dist/react-native/operationsInterfaces/operations.js +9 -0
  400. package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
  401. package/dist/react-native/operationsInterfaces/simplifiedSolutions.d.ts +44 -0
  402. package/dist/react-native/operationsInterfaces/simplifiedSolutions.d.ts.map +1 -0
  403. package/dist/react-native/operationsInterfaces/simplifiedSolutions.js +9 -0
  404. package/dist/react-native/operationsInterfaces/simplifiedSolutions.js.map +1 -0
  405. package/dist/react-native/operationsInterfaces/solution.d.ts +74 -0
  406. package/dist/react-native/operationsInterfaces/solution.d.ts.map +1 -0
  407. package/dist/react-native/operationsInterfaces/solution.js +9 -0
  408. package/dist/react-native/operationsInterfaces/solution.js.map +1 -0
  409. package/dist/react-native/operationsInterfaces/solutionSelfHelp.d.ts +15 -0
  410. package/dist/react-native/operationsInterfaces/solutionSelfHelp.d.ts.map +1 -0
  411. package/dist/react-native/operationsInterfaces/solutionSelfHelp.js +9 -0
  412. package/dist/react-native/operationsInterfaces/solutionSelfHelp.js.map +1 -0
  413. package/dist/react-native/operationsInterfaces/troubleshooters.d.ts +65 -0
  414. package/dist/react-native/operationsInterfaces/troubleshooters.d.ts.map +1 -0
  415. package/dist/react-native/operationsInterfaces/troubleshooters.js +9 -0
  416. package/dist/react-native/operationsInterfaces/troubleshooters.js.map +1 -0
  417. package/dist/react-native/package.json +3 -0
  418. package/dist/react-native/pagingHelper.d.ts +13 -0
  419. package/dist/react-native/pagingHelper.d.ts.map +1 -0
  420. package/dist/react-native/pagingHelper.js +30 -0
  421. package/dist/react-native/pagingHelper.js.map +1 -0
  422. package/package.json +83 -67
  423. package/dist/index.js +0 -3832
  424. package/dist/index.js.map +0 -1
  425. package/dist/index.min.js +0 -1
  426. package/dist/index.min.js.map +0 -1
  427. package/dist-esm/samples-dev/checkNameAvailabilityCheckAvailabilitySample.d.ts +0 -2
  428. package/dist-esm/samples-dev/checkNameAvailabilityCheckAvailabilitySample.d.ts.map +0 -1
  429. package/dist-esm/samples-dev/checkNameAvailabilityCheckAvailabilitySample.js +0 -66
  430. package/dist-esm/samples-dev/checkNameAvailabilityCheckAvailabilitySample.js.map +0 -1
  431. package/dist-esm/samples-dev/diagnosticsCreateSample.d.ts +0 -2
  432. package/dist-esm/samples-dev/diagnosticsCreateSample.d.ts.map +0 -1
  433. package/dist-esm/samples-dev/diagnosticsCreateSample.js +0 -37
  434. package/dist-esm/samples-dev/diagnosticsCreateSample.js.map +0 -1
  435. package/dist-esm/samples-dev/diagnosticsGetSample.d.ts +0 -2
  436. package/dist-esm/samples-dev/diagnosticsGetSample.d.ts.map +0 -1
  437. package/dist-esm/samples-dev/diagnosticsGetSample.js +0 -37
  438. package/dist-esm/samples-dev/diagnosticsGetSample.js.map +0 -1
  439. package/dist-esm/samples-dev/discoverySolutionListSample.d.ts +0 -2
  440. package/dist-esm/samples-dev/discoverySolutionListSample.d.ts.map +0 -1
  441. package/dist-esm/samples-dev/discoverySolutionListSample.js +0 -53
  442. package/dist-esm/samples-dev/discoverySolutionListSample.js.map +0 -1
  443. package/dist-esm/samples-dev/discoverySolutionNlpDiscoverSolutionsBySubscriptionSample.d.ts +0 -2
  444. package/dist-esm/samples-dev/discoverySolutionNlpDiscoverSolutionsBySubscriptionSample.d.ts.map +0 -1
  445. package/dist-esm/samples-dev/discoverySolutionNlpDiscoverSolutionsBySubscriptionSample.js +0 -42
  446. package/dist-esm/samples-dev/discoverySolutionNlpDiscoverSolutionsBySubscriptionSample.js.map +0 -1
  447. package/dist-esm/samples-dev/discoverySolutionNlpDiscoverSolutionsSample.d.ts +0 -2
  448. package/dist-esm/samples-dev/discoverySolutionNlpDiscoverSolutionsSample.d.ts.map +0 -1
  449. package/dist-esm/samples-dev/discoverySolutionNlpDiscoverSolutionsSample.js +0 -42
  450. package/dist-esm/samples-dev/discoverySolutionNlpDiscoverSolutionsSample.js.map +0 -1
  451. package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
  452. package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
  453. package/dist-esm/samples-dev/operationsListSample.js +0 -51
  454. package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
  455. package/dist-esm/samples-dev/simplifiedSolutionsCreateSample.d.ts +0 -2
  456. package/dist-esm/samples-dev/simplifiedSolutionsCreateSample.d.ts.map +0 -1
  457. package/dist-esm/samples-dev/simplifiedSolutionsCreateSample.js +0 -46
  458. package/dist-esm/samples-dev/simplifiedSolutionsCreateSample.js.map +0 -1
  459. package/dist-esm/samples-dev/simplifiedSolutionsGetSample.d.ts +0 -2
  460. package/dist-esm/samples-dev/simplifiedSolutionsGetSample.d.ts.map +0 -1
  461. package/dist-esm/samples-dev/simplifiedSolutionsGetSample.js +0 -37
  462. package/dist-esm/samples-dev/simplifiedSolutionsGetSample.js.map +0 -1
  463. package/dist-esm/samples-dev/solutionCreateSample.d.ts +0 -2
  464. package/dist-esm/samples-dev/solutionCreateSample.d.ts.map +0 -1
  465. package/dist-esm/samples-dev/solutionCreateSample.js +0 -44
  466. package/dist-esm/samples-dev/solutionCreateSample.js.map +0 -1
  467. package/dist-esm/samples-dev/solutionGetSample.d.ts +0 -2
  468. package/dist-esm/samples-dev/solutionGetSample.d.ts.map +0 -1
  469. package/dist-esm/samples-dev/solutionGetSample.js +0 -37
  470. package/dist-esm/samples-dev/solutionGetSample.js.map +0 -1
  471. package/dist-esm/samples-dev/solutionSelfHelpGetSample.d.ts +0 -2
  472. package/dist-esm/samples-dev/solutionSelfHelpGetSample.d.ts.map +0 -1
  473. package/dist-esm/samples-dev/solutionSelfHelpGetSample.js +0 -36
  474. package/dist-esm/samples-dev/solutionSelfHelpGetSample.js.map +0 -1
  475. package/dist-esm/samples-dev/solutionUpdateSample.d.ts +0 -2
  476. package/dist-esm/samples-dev/solutionUpdateSample.d.ts.map +0 -1
  477. package/dist-esm/samples-dev/solutionUpdateSample.js +0 -37
  478. package/dist-esm/samples-dev/solutionUpdateSample.js.map +0 -1
  479. package/dist-esm/samples-dev/solutionWarmUpSample.d.ts +0 -2
  480. package/dist-esm/samples-dev/solutionWarmUpSample.d.ts.map +0 -1
  481. package/dist-esm/samples-dev/solutionWarmUpSample.js +0 -37
  482. package/dist-esm/samples-dev/solutionWarmUpSample.js.map +0 -1
  483. package/dist-esm/samples-dev/troubleshootersContinueSample.d.ts +0 -2
  484. package/dist-esm/samples-dev/troubleshootersContinueSample.d.ts.map +0 -1
  485. package/dist-esm/samples-dev/troubleshootersContinueSample.js +0 -50
  486. package/dist-esm/samples-dev/troubleshootersContinueSample.js.map +0 -1
  487. package/dist-esm/samples-dev/troubleshootersCreateSample.d.ts +0 -2
  488. package/dist-esm/samples-dev/troubleshootersCreateSample.d.ts.map +0 -1
  489. package/dist-esm/samples-dev/troubleshootersCreateSample.js +0 -46
  490. package/dist-esm/samples-dev/troubleshootersCreateSample.js.map +0 -1
  491. package/dist-esm/samples-dev/troubleshootersEndSample.d.ts +0 -2
  492. package/dist-esm/samples-dev/troubleshootersEndSample.d.ts.map +0 -1
  493. package/dist-esm/samples-dev/troubleshootersEndSample.js +0 -37
  494. package/dist-esm/samples-dev/troubleshootersEndSample.js.map +0 -1
  495. package/dist-esm/samples-dev/troubleshootersGetSample.d.ts +0 -2
  496. package/dist-esm/samples-dev/troubleshootersGetSample.d.ts.map +0 -1
  497. package/dist-esm/samples-dev/troubleshootersGetSample.js +0 -37
  498. package/dist-esm/samples-dev/troubleshootersGetSample.js.map +0 -1
  499. package/dist-esm/samples-dev/troubleshootersRestartSample.d.ts +0 -2
  500. package/dist-esm/samples-dev/troubleshootersRestartSample.d.ts.map +0 -1
  501. package/dist-esm/samples-dev/troubleshootersRestartSample.js +0 -37
  502. package/dist-esm/samples-dev/troubleshootersRestartSample.js.map +0 -1
  503. package/dist-esm/src/helpRP.d.ts.map +0 -1
  504. package/dist-esm/src/helpRP.js.map +0 -1
  505. package/dist-esm/src/index.d.ts +0 -6
  506. package/dist-esm/src/index.d.ts.map +0 -1
  507. package/dist-esm/src/index.js.map +0 -1
  508. package/dist-esm/src/lroImpl.js +0 -21
  509. package/dist-esm/src/lroImpl.js.map +0 -1
  510. package/dist-esm/src/models/index.js.map +0 -1
  511. package/dist-esm/src/models/mappers.js.map +0 -1
  512. package/dist-esm/src/models/parameters.js.map +0 -1
  513. package/dist-esm/src/operations/checkNameAvailability.d.ts.map +0 -1
  514. package/dist-esm/src/operations/checkNameAvailability.js.map +0 -1
  515. package/dist-esm/src/operations/diagnostics.d.ts.map +0 -1
  516. package/dist-esm/src/operations/diagnostics.js.map +0 -1
  517. package/dist-esm/src/operations/discoverySolution.d.ts.map +0 -1
  518. package/dist-esm/src/operations/discoverySolution.js.map +0 -1
  519. package/dist-esm/src/operations/discoverySolutionNLP.d.ts.map +0 -1
  520. package/dist-esm/src/operations/discoverySolutionNLP.js.map +0 -1
  521. package/dist-esm/src/operations/index.d.ts +0 -10
  522. package/dist-esm/src/operations/index.d.ts.map +0 -1
  523. package/dist-esm/src/operations/index.js +0 -17
  524. package/dist-esm/src/operations/index.js.map +0 -1
  525. package/dist-esm/src/operations/operations.d.ts.map +0 -1
  526. package/dist-esm/src/operations/operations.js.map +0 -1
  527. package/dist-esm/src/operations/simplifiedSolutions.d.ts.map +0 -1
  528. package/dist-esm/src/operations/simplifiedSolutions.js.map +0 -1
  529. package/dist-esm/src/operations/solution.d.ts.map +0 -1
  530. package/dist-esm/src/operations/solution.js.map +0 -1
  531. package/dist-esm/src/operations/solutionSelfHelp.d.ts.map +0 -1
  532. package/dist-esm/src/operations/solutionSelfHelp.js.map +0 -1
  533. package/dist-esm/src/operations/troubleshooters.d.ts.map +0 -1
  534. package/dist-esm/src/operations/troubleshooters.js.map +0 -1
  535. package/dist-esm/src/operationsInterfaces/checkNameAvailability.js.map +0 -1
  536. package/dist-esm/src/operationsInterfaces/diagnostics.d.ts.map +0 -1
  537. package/dist-esm/src/operationsInterfaces/diagnostics.js.map +0 -1
  538. package/dist-esm/src/operationsInterfaces/discoverySolution.d.ts.map +0 -1
  539. package/dist-esm/src/operationsInterfaces/discoverySolution.js.map +0 -1
  540. package/dist-esm/src/operationsInterfaces/discoverySolutionNLP.d.ts.map +0 -1
  541. package/dist-esm/src/operationsInterfaces/discoverySolutionNLP.js.map +0 -1
  542. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -10
  543. package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
  544. package/dist-esm/src/operationsInterfaces/index.js +0 -17
  545. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  546. package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
  547. package/dist-esm/src/operationsInterfaces/simplifiedSolutions.d.ts.map +0 -1
  548. package/dist-esm/src/operationsInterfaces/simplifiedSolutions.js.map +0 -1
  549. package/dist-esm/src/operationsInterfaces/solution.d.ts.map +0 -1
  550. package/dist-esm/src/operationsInterfaces/solution.js.map +0 -1
  551. package/dist-esm/src/operationsInterfaces/solutionSelfHelp.js.map +0 -1
  552. package/dist-esm/src/operationsInterfaces/troubleshooters.d.ts.map +0 -1
  553. package/dist-esm/src/operationsInterfaces/troubleshooters.js.map +0 -1
  554. package/dist-esm/src/pagingHelper.js.map +0 -1
  555. package/dist-esm/test/selfhelp_operations_test.spec.d.ts +0 -4
  556. package/dist-esm/test/selfhelp_operations_test.spec.d.ts.map +0 -1
  557. package/dist-esm/test/selfhelp_operations_test.spec.js +0 -99
  558. package/dist-esm/test/selfhelp_operations_test.spec.js.map +0 -1
  559. package/src/helpRP.ts +0 -169
  560. package/src/lroImpl.ts +0 -42
  561. package/src/models/index.ts +0 -1456
  562. package/src/models/mappers.ts +0 -2028
  563. package/src/models/parameters.ts +0 -253
  564. package/src/operations/checkNameAvailability.ts +0 -69
  565. package/src/operations/diagnostics.ts +0 -209
  566. package/src/operations/discoverySolution.ts +0 -169
  567. package/src/operations/discoverySolutionNLP.ts +0 -101
  568. package/src/operations/index.ts +0 -17
  569. package/src/operations/operations.ts +0 -149
  570. package/src/operations/simplifiedSolutions.ts +0 -216
  571. package/src/operations/solution.ts +0 -382
  572. package/src/operations/solutionSelfHelp.ts +0 -68
  573. package/src/operations/troubleshooters.ts +0 -259
  574. package/src/operationsInterfaces/checkNameAvailability.ts +0 -28
  575. package/src/operationsInterfaces/diagnostics.ts +0 -67
  576. package/src/operationsInterfaces/discoverySolution.ts +0 -33
  577. package/src/operationsInterfaces/discoverySolutionNLP.ts +0 -36
  578. package/src/operationsInterfaces/index.ts +0 -17
  579. package/src/operationsInterfaces/operations.ts +0 -22
  580. package/src/operationsInterfaces/simplifiedSolutions.ts +0 -74
  581. package/src/operationsInterfaces/solution.ts +0 -124
  582. package/src/operationsInterfaces/solutionSelfHelp.ts +0 -29
  583. package/src/operationsInterfaces/troubleshooters.ts +0 -104
  584. package/src/pagingHelper.ts +0 -39
  585. package/tsconfig.json +0 -33
  586. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
  587. /package/{dist-esm/src → dist/browser}/models/index.d.ts +0 -0
  588. /package/{dist-esm/src → dist/browser}/models/index.d.ts.map +0 -0
  589. /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
  590. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
  591. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
  592. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
  593. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
  594. /package/{dist-esm/src → dist/browser}/operationsInterfaces/checkNameAvailability.js +0 -0
  595. /package/{dist-esm/src → dist/browser}/operationsInterfaces/diagnostics.js +0 -0
  596. /package/{dist-esm/src → dist/browser}/operationsInterfaces/discoverySolution.js +0 -0
  597. /package/{dist-esm/src → dist/browser}/operationsInterfaces/discoverySolutionNLP.js +0 -0
  598. /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
  599. /package/{dist-esm/src → dist/browser}/operationsInterfaces/simplifiedSolutions.js +0 -0
  600. /package/{dist-esm/src → dist/browser}/operationsInterfaces/solution.js +0 -0
  601. /package/{dist-esm/src → dist/browser}/operationsInterfaces/solutionSelfHelp.js +0 -0
  602. /package/{dist-esm/src → dist/browser}/operationsInterfaces/troubleshooters.js +0 -0
  603. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
  604. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
  605. /package/review/{arm-selfhelp.api.md → arm-selfhelp-node.api.md} +0 -0
@@ -1,1770 +1,1315 @@
1
- import * as coreAuth from '@azure/core-auth';
2
- import * as coreClient from '@azure/core-client';
3
- import { OperationState } from '@azure/core-lro';
4
- import { PagedAsyncIterableIterator } from '@azure/core-paging';
5
- import { SimplePollerLike } from '@azure/core-lro';
6
-
7
- /**
8
- * Defines values for ActionType. \
9
- * {@link KnownActionType} can be used interchangeably with ActionType,
10
- * this enum contains the known values that the service supports.
11
- * ### Known values supported by the service
12
- * **Internal**
13
- */
14
- export declare type ActionType = string;
15
-
16
- /**
17
- * Defines values for AggregationType. \
18
- * {@link KnownAggregationType} can be used interchangeably with AggregationType,
19
- * this enum contains the known values that the service supports.
20
- * ### Known values supported by the service
21
- * **Sum** \
22
- * **Avg** \
23
- * **Count** \
24
- * **Min** \
25
- * **Max**
26
- */
27
- export declare type AggregationType = string;
28
-
29
- /** Only for AutomatedStep type */
30
- export declare interface AutomatedCheckResult {
31
- /** Version for automated check result */
32
- version?: string;
33
- /** Status for automated check result */
34
- status?: string;
35
- /** Insight Article Content */
36
- result?: string;
37
- /** Type of Result. */
38
- type?: AutomatedCheckResultType;
39
- }
40
-
41
- /**
42
- * Defines values for AutomatedCheckResultType. \
43
- * {@link KnownAutomatedCheckResultType} can be used interchangeably with AutomatedCheckResultType,
44
- * this enum contains the known values that the service supports.
45
- * ### Known values supported by the service
46
- * **Success** \
47
- * **Warning** \
48
- * **Error** \
49
- * **Information**
50
- */
51
- export declare type AutomatedCheckResultType = string;
52
-
53
- /** Interface representing a CheckNameAvailability. */
54
- export declare interface CheckNameAvailability {
55
- /**
56
- * This API is used to check the uniqueness of a resource name used for a diagnostic, troubleshooter or
57
- * solutions
58
- * @param scope scope = resourceUri of affected resource.<br/> For example:
59
- * /subscriptions/0d0fcd2e-c4fd-4349-8497-200edb3923c6/resourcegroups/myresourceGroup/providers/Microsoft.KeyVault/vaults/test-keyvault-non-read
60
- *
61
- * @param options The options parameters.
62
- */
63
- checkAvailability(scope: string, options?: CheckNameAvailabilityCheckAvailabilityOptionalParams): Promise<CheckNameAvailabilityCheckAvailabilityResponse>;
64
- }
65
-
66
- /** Optional parameters. */
67
- export declare interface CheckNameAvailabilityCheckAvailabilityOptionalParams extends coreClient.OperationOptions {
68
- /** The required parameters for availability check. */
69
- checkNameAvailabilityRequest?: CheckNameAvailabilityRequest;
70
- }
71
-
72
- /** Contains response data for the checkAvailability operation. */
73
- export declare type CheckNameAvailabilityCheckAvailabilityResponse = CheckNameAvailabilityResponse;
74
-
75
- /** The check availability request body. */
76
- export declare interface CheckNameAvailabilityRequest {
77
- /** The name of the resource for which availability needs to be checked. */
78
- name?: string;
79
- /** The resource type. */
80
- type?: string;
81
- }
82
-
83
- /** Response for whether the requested resource name is available or not. */
84
- export declare interface CheckNameAvailabilityResponse {
85
- /** Returns true or false depending on the availability of the name */
86
- nameAvailable?: boolean;
87
- /** Reason for why value is not available. This field is returned if nameAvailable is false. */
88
- reason?: string;
89
- /** Gets an error message explaining the 'reason' value with more details. This field is returned iif nameAvailable is false. */
90
- message?: string;
91
- }
92
-
93
- /** Service Classification result object. */
94
- export declare interface ClassificationService {
95
- /**
96
- * Azure resource Id of the service.
97
- * NOTE: This property will not be serialized. It can only be populated by the server.
98
- */
99
- readonly serviceId?: string;
100
- /**
101
- * Localized name of the azure service.
102
- * NOTE: This property will not be serialized. It can only be populated by the server.
103
- */
104
- readonly displayName?: string;
105
- /** List of applicable ARM resource types for this service. */
106
- resourceTypes?: string[];
107
- }
108
-
109
- /**
110
- * Defines values for Confidence. \
111
- * {@link KnownConfidence} can be used interchangeably with Confidence,
112
- * this enum contains the known values that the service supports.
113
- * ### Known values supported by the service
114
- * **Low** \
115
- * **Medium** \
116
- * **High**
117
- */
118
- export declare type Confidence = string;
119
-
120
- /** Troubleshooter ContinueRequest body. */
121
- export declare interface ContinueRequestBody {
122
- /** Unique id of the result. */
123
- stepId?: string;
124
- responses?: TroubleshooterResponse[];
125
- }
126
-
127
- /**
128
- * Defines values for CreatedByType. \
129
- * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
130
- * this enum contains the known values that the service supports.
131
- * ### Known values supported by the service
132
- * **User** \
133
- * **Application** \
134
- * **ManagedIdentity** \
135
- * **Key**
136
- */
137
- export declare type CreatedByType = string;
138
-
139
- /** Properties returned with in an insight. */
140
- export declare interface Diagnostic {
141
- /** Solution Id */
142
- solutionId?: string;
143
- /** Denotes the status of the diagnostic resource. */
144
- status?: Status;
145
- /** The problems (if any) detected by this insight. */
146
- insights?: Insight[];
147
- /** Error definition. */
148
- error?: ErrorModel;
149
- }
150
-
151
- /** Solution Invocation with additional params needed for invocation. */
152
- export declare interface DiagnosticInvocation {
153
- /** Solution Id to invoke. */
154
- solutionId?: string;
155
- /** Additional parameters required to invoke the solutionId. */
156
- additionalParameters?: {
157
- [propertyName: string]: string;
158
- };
159
- }
160
-
161
- /**
162
- * Defines values for DiagnosticProvisioningState. \
163
- * {@link KnownDiagnosticProvisioningState} can be used interchangeably with DiagnosticProvisioningState,
164
- * this enum contains the known values that the service supports.
165
- * ### Known values supported by the service
166
- * **Succeeded**: All Diagnostics in the Batch succeeded. \
167
- * **PartialComplete**: Some Diagnostics are still running or failed. \
168
- * **Failed**: All Diagnostics failed to run. \
169
- * **Running**: All Diagnostics are still running. \
170
- * **Canceled**: When Diagnostic request gets canceled.
171
- */
172
- export declare type DiagnosticProvisioningState = string;
173
-
174
- /** Diagnostic resource */
175
- export declare interface DiagnosticResource extends ProxyResource {
176
- /** Global parameters is an optional map which can be used to add key and value to request body to improve the diagnostics results */
177
- globalParameters?: {
178
- [propertyName: string]: string;
179
- };
180
- /** SolutionIds that are needed to be invoked. */
181
- insights?: DiagnosticInvocation[];
182
- /**
183
- * Diagnostic Request Accepted time.
184
- * NOTE: This property will not be serialized. It can only be populated by the server.
185
- */
186
- readonly acceptedAt?: string;
187
- /**
188
- * Status of diagnostic provisioning.
189
- * NOTE: This property will not be serialized. It can only be populated by the server.
190
- */
191
- readonly provisioningState?: DiagnosticProvisioningState;
192
- /**
193
- * Array of Diagnostics.
194
- * NOTE: This property will not be serialized. It can only be populated by the server.
195
- */
196
- readonly diagnostics?: Diagnostic[];
197
- }
198
-
199
- /** Interface representing a Diagnostics. */
200
- export declare interface Diagnostics {
201
- /**
202
- * Creates a diagnostic for the specific resource using solutionId from discovery solutions.
203
- * <br/>Diagnostics are powerful solutions that access product resources or other relevant data and
204
- * provide the root cause of the issue and the steps to address the issue.<br/><br/>
205
- * @param scope scope = resourceUri of affected resource.<br/> For example:
206
- * /subscriptions/0d0fcd2e-c4fd-4349-8497-200edb3923c6/resourcegroups/myresourceGroup/providers/Microsoft.KeyVault/vaults/test-keyvault-non-read
207
- *
208
- * @param diagnosticsResourceName Unique resource name for insight resources
209
- * @param options The options parameters.
210
- */
211
- beginCreate(scope: string, diagnosticsResourceName: string, options?: DiagnosticsCreateOptionalParams): Promise<SimplePollerLike<OperationState<DiagnosticsCreateResponse>, DiagnosticsCreateResponse>>;
212
- /**
213
- * Creates a diagnostic for the specific resource using solutionId from discovery solutions.
214
- * <br/>Diagnostics are powerful solutions that access product resources or other relevant data and
215
- * provide the root cause of the issue and the steps to address the issue.<br/><br/>
216
- * @param scope scope = resourceUri of affected resource.<br/> For example:
217
- * /subscriptions/0d0fcd2e-c4fd-4349-8497-200edb3923c6/resourcegroups/myresourceGroup/providers/Microsoft.KeyVault/vaults/test-keyvault-non-read
218
- *
219
- * @param diagnosticsResourceName Unique resource name for insight resources
220
- * @param options The options parameters.
221
- */
222
- beginCreateAndWait(scope: string, diagnosticsResourceName: string, options?: DiagnosticsCreateOptionalParams): Promise<DiagnosticsCreateResponse>;
223
- /**
224
- * Get the diagnostics using the 'diagnosticsResourceName' you chose while creating the diagnostic.
225
- * @param scope scope = resourceUri of affected resource.<br/> For example:
226
- * /subscriptions/0d0fcd2e-c4fd-4349-8497-200edb3923c6/resourcegroups/myresourceGroup/providers/Microsoft.KeyVault/vaults/test-keyvault-non-read
227
- *
228
- * @param diagnosticsResourceName Unique resource name for insight resources
229
- * @param options The options parameters.
230
- */
231
- get(scope: string, diagnosticsResourceName: string, options?: DiagnosticsGetOptionalParams): Promise<DiagnosticsGetResponse>;
232
- }
233
-
234
- /** Optional parameters. */
235
- export declare interface DiagnosticsCreateOptionalParams extends coreClient.OperationOptions {
236
- /** The required request body for this insightResource invocation. */
237
- diagnosticResourceRequest?: DiagnosticResource;
238
- /** Delay to wait until next poll, in milliseconds. */
239
- updateIntervalInMs?: number;
240
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
241
- resumeFrom?: string;
242
- }
243
-
244
- /** Contains response data for the create operation. */
245
- export declare type DiagnosticsCreateResponse = DiagnosticResource;
246
-
247
- /** Optional parameters. */
248
- export declare interface DiagnosticsGetOptionalParams extends coreClient.OperationOptions {
249
- }
250
-
251
- /** Contains response data for the get operation. */
252
- export declare type DiagnosticsGetResponse = DiagnosticResource;
253
-
254
- /** Discover NLP request. */
255
- export declare interface DiscoveryNlpRequest {
256
- /** Natural language description of the issue. */
257
- issueSummary: string;
258
- /** ARM resource Id of the resource that is having the issue. Only applicable for Discovery Solution NLP Subscription Scope. */
259
- resourceId?: string;
260
- /** ARM service Id of the service that is having the issue. For more information on service Id see https://learn.microsoft.com/rest/api/support/services/list?tabs=HTTP. */
261
- serviceId?: string;
262
- /** Additional information in the form of a string. */
263
- additionalContext?: string;
264
- }
265
-
266
- /** Successfully fetched list of solution metadata. */
267
- export declare interface DiscoveryNlpResponse {
268
- /** The list of solution metadata. */
269
- value?: SolutionNlpMetadataResource[];
270
- }
271
-
272
- /** Discovery response. */
273
- export declare interface DiscoveryResponse {
274
- /** The list of metadata. */
275
- value?: SolutionMetadataResource[];
276
- /** The link used to get the next page of solution metadata. */
277
- nextLink?: string;
278
- }
279
-
280
- /** Interface representing a DiscoverySolution. */
281
- export declare interface DiscoverySolution {
282
- /**
283
- * Lists the relevant Azure Diagnostics, Solutions and Troubleshooters using [problemClassification
284
- * API](https://learn.microsoft.com/rest/api/support/problem-classifications/list?tabs=HTTP)) AND
285
- * resourceUri or resourceType.<br/> Discovery Solutions is the initial entry point within Help API,
286
- * which identifies relevant Azure diagnostics and solutions. <br/><br/> Required Input :
287
- * problemClassificationId (Use the [problemClassification
288
- * API](https://learn.microsoft.com/rest/api/support/problem-classifications/list?tabs=HTTP))
289
- * <br/>Optional input: resourceUri OR resource Type <br/><br/> <b>Note: </b> ‘requiredInputs’ from
290
- * Discovery solutions response must be passed via ‘additionalParameters’ as an input to Diagnostics
291
- * and Solutions API.
292
- * @param options The options parameters.
293
- */
294
- list(options?: DiscoverySolutionListOptionalParams): PagedAsyncIterableIterator<SolutionMetadataResource>;
295
- }
296
-
297
- /** Optional parameters. */
298
- export declare interface DiscoverySolutionListNextOptionalParams extends coreClient.OperationOptions {
299
- }
300
-
301
- /** Contains response data for the listNext operation. */
302
- export declare type DiscoverySolutionListNextResponse = DiscoveryResponse;
303
-
304
- /** Optional parameters. */
305
- export declare interface DiscoverySolutionListOptionalParams extends coreClient.OperationOptions {
306
- /** 'ProblemClassificationId' is a mandatory filter to get solutions ids. It also supports optional 'ResourceType' and 'SolutionType' filters. The [$filter](https://learn.microsoft.com/en-us/odata/webapi/first-odata-api#filter) supports only 'and', 'or' and 'eq' operators. Example: $filter=ProblemClassificationId eq '1ddda5b4-cf6c-4d4f-91ad-bc38ab0e811e' */
307
- filter?: string;
308
- /** Skiptoken is only used if a previous operation returned a partial result. */
309
- skiptoken?: string;
310
- }
311
-
312
- /** Contains response data for the list operation. */
313
- export declare type DiscoverySolutionListResponse = DiscoveryResponse;
314
-
315
- /** Interface representing a DiscoverySolutionNLP. */
316
- export declare interface DiscoverySolutionNLP {
317
- /**
318
- * Search for relevant Azure Diagnostics, Solutions and Troubleshooters using a natural language issue
319
- * summary.
320
- * @param options The options parameters.
321
- */
322
- discoverSolutions(options?: DiscoverySolutionNLPDiscoverSolutionsOptionalParams): Promise<DiscoverySolutionNLPDiscoverSolutionsResponse>;
323
- /**
324
- * Search for relevant Azure Diagnostics, Solutions and Troubleshooters using a natural language issue
325
- * summary and subscription.
326
- * @param subscriptionId The Azure subscription ID.
327
- * @param options The options parameters.
328
- */
329
- discoverSolutionsBySubscription(subscriptionId: string, options?: DiscoverySolutionNLPDiscoverSolutionsBySubscriptionOptionalParams): Promise<DiscoverySolutionNLPDiscoverSolutionsBySubscriptionResponse>;
330
- }
331
-
332
- /** Optional parameters. */
333
- export declare interface DiscoverySolutionNLPDiscoverSolutionsBySubscriptionOptionalParams extends coreClient.OperationOptions {
334
- /** Request body for discovering solutions using NLP. */
335
- discoverSolutionRequest?: DiscoveryNlpRequest;
336
- }
337
-
338
- /** Contains response data for the discoverSolutionsBySubscription operation. */
339
- export declare type DiscoverySolutionNLPDiscoverSolutionsBySubscriptionResponse = DiscoveryNlpResponse;
340
-
341
- /** Optional parameters. */
342
- export declare interface DiscoverySolutionNLPDiscoverSolutionsOptionalParams extends coreClient.OperationOptions {
343
- /** Request body for discovering solutions using NLP. */
344
- discoverSolutionRequest?: DiscoveryNlpRequest;
345
- }
346
-
347
- /** Contains response data for the discoverSolutions operation. */
348
- export declare type DiscoverySolutionNLPDiscoverSolutionsResponse = DiscoveryNlpResponse;
349
-
350
- /** The resource management error additional info. */
351
- export declare interface ErrorAdditionalInfo {
352
- /**
353
- * The additional info type.
354
- * NOTE: This property will not be serialized. It can only be populated by the server.
355
- */
356
- readonly type?: string;
357
- /**
358
- * The additional info.
359
- * NOTE: This property will not be serialized. It can only be populated by the server.
360
- */
361
- readonly info?: Record<string, unknown>;
362
- }
363
-
364
- /** The error detail. */
365
- export declare interface ErrorDetail {
366
- /**
367
- * The error code.
368
- * NOTE: This property will not be serialized. It can only be populated by the server.
369
- */
370
- readonly code?: string;
371
- /**
372
- * The error message.
373
- * NOTE: This property will not be serialized. It can only be populated by the server.
374
- */
375
- readonly message?: string;
376
- /**
377
- * The error target.
378
- * NOTE: This property will not be serialized. It can only be populated by the server.
379
- */
380
- readonly target?: string;
381
- /**
382
- * The error details.
383
- * NOTE: This property will not be serialized. It can only be populated by the server.
384
- */
385
- readonly details?: ErrorDetail[];
386
- /**
387
- * The error additional info.
388
- * NOTE: This property will not be serialized. It can only be populated by the server.
389
- */
390
- readonly additionalInfo?: ErrorAdditionalInfo[];
391
- }
392
-
393
- /** Error definition. */
394
- export declare interface ErrorModel {
395
- /**
396
- * Service specific error code which serves as the substatus for the HTTP error code.
397
- * NOTE: This property will not be serialized. It can only be populated by the server.
398
- */
399
- readonly code?: string;
400
- /**
401
- * Service specific error type which serves as additional context for the error herein.
402
- * NOTE: This property will not be serialized. It can only be populated by the server.
403
- */
404
- readonly type?: string;
405
- /**
406
- * Description of the error.
407
- * NOTE: This property will not be serialized. It can only be populated by the server.
408
- */
409
- readonly message?: string;
410
- /** An array of additional nested error response info objects, as described by this contract. */
411
- details?: ErrorModel[];
412
- }
413
-
414
- /** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */
415
- export declare interface ErrorResponse {
416
- /** The error object. */
417
- error?: ErrorDetail;
418
- }
419
-
420
- /**
421
- * Defines values for ExecutionStatus. \
422
- * {@link KnownExecutionStatus} can be used interchangeably with ExecutionStatus,
423
- * this enum contains the known values that the service supports.
424
- * ### Known values supported by the service
425
- * **Success**: Step execution succeeded. \
426
- * **Running**: Step execution running \
427
- * **Failed**: Step execution failed \
428
- * **Warning**: Step execution warning
429
- */
430
- export declare type ExecutionStatus = string;
431
-
432
- /** Filter criterion */
433
- export declare interface Filter {
434
- /** Filter name */
435
- name?: string;
436
- /** Filter values */
437
- values?: string;
438
- /** Filter operator */
439
- operator?: string;
440
- }
441
-
442
- /** Filter group */
443
- export declare interface FilterGroup {
444
- /** List of filters */
445
- filter?: Filter[];
446
- }
447
-
448
- /**
449
- * Given the last `.value` produced by the `byPage` iterator,
450
- * returns a continuation token that can be used to begin paging from
451
- * that point later.
452
- * @param page An object from accessing `value` on the IteratorResult from a `byPage` iterator.
453
- * @returns The continuation token that can be passed into byPage() during future calls.
454
- */
455
- export declare function getContinuationToken(page: unknown): string | undefined;
456
-
457
- export declare class HelpRP extends coreClient.ServiceClient {
458
- $host: string;
459
- apiVersion: string;
460
- /**
461
- * Initializes a new instance of the HelpRP class.
462
- * @param credentials Subscription credentials which uniquely identify client subscription.
463
- * @param options The parameter options
464
- */
465
- constructor(credentials: coreAuth.TokenCredential, options?: HelpRPOptionalParams);
466
- /** A function that adds a policy that sets the api-version (or equivalent) to reflect the library version. */
467
- private addCustomApiVersionPolicy;
468
- operations: Operations;
469
- checkNameAvailability: CheckNameAvailability;
470
- diagnostics: Diagnostics;
471
- discoverySolution: DiscoverySolution;
472
- solution: Solution;
473
- simplifiedSolutions: SimplifiedSolutions;
474
- troubleshooters: Troubleshooters;
475
- solutionSelfHelp: SolutionSelfHelp;
476
- discoverySolutionNLP: DiscoverySolutionNLP;
477
- }
478
-
479
- /** Optional parameters. */
480
- export declare interface HelpRPOptionalParams extends coreClient.ServiceClientOptions {
481
- /** server parameter */
482
- $host?: string;
483
- /** Api Version */
484
- apiVersion?: string;
485
- /** Overrides client endpoint. */
486
- endpoint?: string;
487
- }
488
-
489
- /**
490
- * Defines values for ImportanceLevel. \
491
- * {@link KnownImportanceLevel} can be used interchangeably with ImportanceLevel,
492
- * this enum contains the known values that the service supports.
493
- * ### Known values supported by the service
494
- * **Critical**: A critical insight has been found after running the diagnostic. \
495
- * **Warning**: A warning insight has been found after running the diagnostic. \
496
- * **Information**: An information insight has been found after running the diagnostic.
497
- */
498
- export declare type ImportanceLevel = string;
499
-
500
- /** Detailed insights(s) obtained via the invocation of an insight diagnostic */
501
- export declare interface Insight {
502
- /** Article id. */
503
- id?: string;
504
- /** This insight's title. */
505
- title?: string;
506
- /** Detailed result content. */
507
- results?: string;
508
- /** Importance level of the insight. */
509
- importanceLevel?: ImportanceLevel;
510
- }
511
-
512
- /** Known values of {@link ActionType} that the service accepts. */
513
- export declare enum KnownActionType {
514
- /** Internal */
515
- Internal = "Internal"
516
- }
517
-
518
- /** Known values of {@link AggregationType} that the service accepts. */
519
- export declare enum KnownAggregationType {
520
- /** Sum */
521
- Sum = "Sum",
522
- /** Avg */
523
- Avg = "Avg",
524
- /** Count */
525
- Count = "Count",
526
- /** Min */
527
- Min = "Min",
528
- /** Max */
529
- Max = "Max"
530
- }
531
-
532
- /** Known values of {@link AutomatedCheckResultType} that the service accepts. */
533
- export declare enum KnownAutomatedCheckResultType {
534
- /** Success */
535
- Success = "Success",
536
- /** Warning */
537
- Warning = "Warning",
538
- /** Error */
539
- Error = "Error",
540
- /** Information */
541
- Information = "Information"
542
- }
543
-
544
- /** Known values of {@link Confidence} that the service accepts. */
545
- export declare enum KnownConfidence {
546
- /** Low */
547
- Low = "Low",
548
- /** Medium */
549
- Medium = "Medium",
550
- /** High */
551
- High = "High"
552
- }
553
-
554
- /** Known values of {@link CreatedByType} that the service accepts. */
555
- export declare enum KnownCreatedByType {
556
- /** User */
557
- User = "User",
558
- /** Application */
559
- Application = "Application",
560
- /** ManagedIdentity */
561
- ManagedIdentity = "ManagedIdentity",
562
- /** Key */
563
- Key = "Key"
564
- }
565
-
566
- /** Known values of {@link DiagnosticProvisioningState} that the service accepts. */
567
- export declare enum KnownDiagnosticProvisioningState {
568
- /** All Diagnostics in the Batch succeeded. */
569
- Succeeded = "Succeeded",
570
- /** Some Diagnostics are still running or failed. */
571
- PartialComplete = "PartialComplete",
572
- /** All Diagnostics failed to run. */
573
- Failed = "Failed",
574
- /** All Diagnostics are still running. */
575
- Running = "Running",
576
- /** When Diagnostic request gets canceled. */
577
- Canceled = "Canceled"
578
- }
579
-
580
- /** Known values of {@link ExecutionStatus} that the service accepts. */
581
- export declare enum KnownExecutionStatus {
582
- /** Step execution succeeded. */
583
- Success = "Success",
584
- /** Step execution running */
585
- Running = "Running",
586
- /** Step execution failed */
587
- Failed = "Failed",
588
- /** Step execution warning */
589
- Warning = "Warning"
590
- }
591
-
592
- /** Known values of {@link ImportanceLevel} that the service accepts. */
593
- export declare enum KnownImportanceLevel {
594
- /** A critical insight has been found after running the diagnostic. */
595
- Critical = "Critical",
596
- /** A warning insight has been found after running the diagnostic. */
597
- Warning = "Warning",
598
- /** An information insight has been found after running the diagnostic. */
599
- Information = "Information"
600
- }
601
-
602
- /** Known values of {@link Name} that the service accepts. */
603
- export declare enum KnownName {
604
- /** SolutionId */
605
- SolutionId = "SolutionId",
606
- /** ProblemClassificationId */
607
- ProblemClassificationId = "ProblemClassificationId",
608
- /** ReplacementKey */
609
- ReplacementKey = "ReplacementKey"
610
- }
611
-
612
- /** Known values of {@link Origin} that the service accepts. */
613
- export declare enum KnownOrigin {
614
- /** User */
615
- User = "user",
616
- /** System */
617
- System = "system",
618
- /** UserSystem */
619
- UserSystem = "user,system"
620
- }
621
-
622
- /** Known values of {@link QuestionContentType} that the service accepts. */
623
- export declare enum KnownQuestionContentType {
624
- /** Text */
625
- Text = "Text",
626
- /** Html */
627
- Html = "Html",
628
- /** Markdown */
629
- Markdown = "Markdown"
630
- }
631
-
632
- /** Known values of {@link QuestionType} that the service accepts. */
633
- export declare enum KnownQuestionType {
634
- /** SingleChoice radio button */
635
- RadioButton = "RadioButton",
636
- /** SingleChoice dropdown. */
637
- Dropdown = "Dropdown",
638
- /** Text Input */
639
- TextInput = "TextInput",
640
- /** MultiLineInfoBox */
641
- MultiLineInfoBox = "MultiLineInfoBox",
642
- /** DateTime Picker */
643
- DateTimePicker = "DateTimePicker",
644
- /** Multi Select */
645
- MultiSelect = "MultiSelect"
646
- }
647
-
648
- /** Known values of {@link ResultType} that the service accepts. */
649
- export declare enum KnownResultType {
650
- /** Community */
651
- Community = "Community",
652
- /** Documentation */
653
- Documentation = "Documentation"
654
- }
655
-
656
- /** Known values of {@link SolutionProvisioningState} that the service accepts. */
657
- export declare enum KnownSolutionProvisioningState {
658
- /** All Solutions in the Batch succeeded. */
659
- Succeeded = "Succeeded",
660
- /** Some Solutions are still running or failed. */
661
- PartialComplete = "PartialComplete",
662
- /** All Solutions failed to run. */
663
- Failed = "Failed",
664
- /** All Solutions are still running. */
665
- Running = "Running",
666
- /** When Solutions request gets canceled. */
667
- Canceled = "Canceled"
668
- }
669
-
670
- /** Known values of {@link SolutionType} that the service accepts. */
671
- export declare enum KnownSolutionType {
672
- /** Diagnostics resource type. */
673
- Diagnostics = "Diagnostics",
674
- /** Solutions resource type. */
675
- Solutions = "Solutions",
676
- /** Troubleshooters resource type. */
677
- Troubleshooters = "Troubleshooters",
678
- /** SelfHelp resource type. */
679
- SelfHelp = "SelfHelp"
680
- }
681
-
682
- /** Known values of {@link Status} that the service accepts. */
683
- export declare enum KnownStatus {
684
- /** Diagnostic creation failed. */
685
- Failed = "Failed",
686
- /** Request is missing required inputs to run. */
687
- MissingInputs = "MissingInputs",
688
- /** Diagnostic is still running. */
689
- Running = "Running",
690
- /** Diagnostic creation succeeded. */
691
- Succeeded = "Succeeded",
692
- /** Diagnostic was timed out. */
693
- Timeout = "Timeout"
694
- }
695
-
696
- /** Known values of {@link TroubleshooterProvisioningState} that the service accepts. */
697
- export declare enum KnownTroubleshooterProvisioningState {
698
- /** Succeeded */
699
- Succeeded = "Succeeded",
700
- /** Failed */
701
- Failed = "Failed",
702
- /** Canceled */
703
- Canceled = "Canceled",
704
- /** Running */
705
- Running = "Running",
706
- /** AutoContinue */
707
- AutoContinue = "AutoContinue"
708
- }
709
-
710
- /** Known values of {@link Type} that the service accepts. */
711
- export declare enum KnownType {
712
- /** Decision */
713
- Decision = "Decision",
714
- /** Solution */
715
- Solution = "Solution",
716
- /** Insight */
717
- Insight = "Insight",
718
- /** AutomatedCheck */
719
- AutomatedCheck = "AutomatedCheck",
720
- /** Input */
721
- Input = "Input"
722
- }
723
-
724
- /** Known values of {@link ValidationScope} that the service accepts. */
725
- export declare enum KnownValidationScope {
726
- /** None */
727
- None = "None",
728
- /** URLFormat */
729
- URLFormat = "URLFormat",
730
- /** GuidFormat */
731
- GuidFormat = "GuidFormat",
732
- /** IpAddressFormat */
733
- IpAddressFormat = "IpAddressFormat",
734
- /** NumberOnlyFormat */
735
- NumberOnlyFormat = "NumberOnlyFormat"
736
- }
737
-
738
- /** Solutions metrics based chart */
739
- export declare interface MetricsBasedChart {
740
- /** Chart name */
741
- name?: string;
742
- /** Allowed values are Sum, Avg, Count, Min, Max. Default is Sum */
743
- aggregationType?: AggregationType;
744
- /** Time span duration */
745
- timeSpanDuration?: string;
746
- /** Chart title */
747
- title?: string;
748
- /** Filter group */
749
- filterGroup?: FilterGroup;
750
- /** Place holder used in HTML Content replace control with the content */
751
- replacementKey?: string;
752
- }
753
-
754
- /**
755
- * Defines values for Name. \
756
- * {@link KnownName} can be used interchangeably with Name,
757
- * this enum contains the known values that the service supports.
758
- * ### Known values supported by the service
759
- * **SolutionId** \
760
- * **ProblemClassificationId** \
761
- * **ReplacementKey**
762
- */
763
- export declare type Name = string;
764
-
765
- /** Details of a REST API operation, returned from the Resource Provider Operations API */
766
- export declare interface Operation {
767
- /**
768
- * The name of the operation, as per Resource-Based Access Control (RBAC). Examples: "Microsoft.Compute/virtualMachines/write", "Microsoft.Compute/virtualMachines/capture/action"
769
- * NOTE: This property will not be serialized. It can only be populated by the server.
770
- */
771
- readonly name?: string;
772
- /**
773
- * Whether the operation applies to data-plane. This is "true" for data-plane operations and "false" for ARM/control-plane operations.
774
- * NOTE: This property will not be serialized. It can only be populated by the server.
775
- */
776
- readonly isDataAction?: boolean;
777
- /** Localized display information for this particular operation. */
778
- display?: OperationDisplay;
779
- /**
780
- * The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system"
781
- * NOTE: This property will not be serialized. It can only be populated by the server.
782
- */
783
- readonly origin?: Origin;
784
- /**
785
- * Enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs.
786
- * NOTE: This property will not be serialized. It can only be populated by the server.
787
- */
788
- readonly actionType?: ActionType;
789
- }
790
-
791
- /** Localized display information for this particular operation. */
792
- export declare interface OperationDisplay {
793
- /**
794
- * The localized friendly form of the resource provider name, e.g. "Microsoft Monitoring Insights" or "Microsoft Compute".
795
- * NOTE: This property will not be serialized. It can only be populated by the server.
796
- */
797
- readonly provider?: string;
798
- /**
799
- * The localized friendly name of the resource type related to this operation. E.g. "Virtual Machines" or "Job Schedule Collections".
800
- * NOTE: This property will not be serialized. It can only be populated by the server.
801
- */
802
- readonly resource?: string;
803
- /**
804
- * The concise, localized friendly name for the operation; suitable for dropdowns. E.g. "Create or Update Virtual Machine", "Restart Virtual Machine".
805
- * NOTE: This property will not be serialized. It can only be populated by the server.
806
- */
807
- readonly operation?: string;
808
- /**
809
- * The short, localized friendly description of the operation; suitable for tool tips and detailed views.
810
- * NOTE: This property will not be serialized. It can only be populated by the server.
811
- */
812
- readonly description?: string;
813
- }
814
-
815
- /** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */
816
- export declare interface OperationListResult {
817
- /**
818
- * List of operations supported by the resource provider
819
- * NOTE: This property will not be serialized. It can only be populated by the server.
820
- */
821
- readonly value?: Operation[];
822
- /**
823
- * URL to get the next set of operation list results (if there are any).
824
- * NOTE: This property will not be serialized. It can only be populated by the server.
825
- */
826
- readonly nextLink?: string;
827
- }
828
-
829
- /** Interface representing a Operations. */
830
- export declare interface Operations {
831
- /**
832
- * Returns list of operations.
833
- * @param options The options parameters.
834
- */
835
- list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<Operation>;
836
- }
837
-
838
- /** Optional parameters. */
839
- export declare interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
840
- }
841
-
842
- /** Contains response data for the listNext operation. */
843
- export declare type OperationsListNextResponse = OperationListResult;
844
-
845
- /** Optional parameters. */
846
- export declare interface OperationsListOptionalParams extends coreClient.OperationOptions {
847
- }
848
-
849
- /** Contains response data for the list operation. */
850
- export declare type OperationsListResponse = OperationListResult;
851
-
852
- /**
853
- * Defines values for Origin. \
854
- * {@link KnownOrigin} can be used interchangeably with Origin,
855
- * this enum contains the known values that the service supports.
856
- * ### Known values supported by the service
857
- * **user** \
858
- * **system** \
859
- * **user,system**
860
- */
861
- export declare type Origin = string;
862
-
863
- /** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
864
- export declare interface ProxyResource extends Resource {
865
- }
866
-
867
- /**
868
- * Defines values for QuestionContentType. \
869
- * {@link KnownQuestionContentType} can be used interchangeably with QuestionContentType,
870
- * this enum contains the known values that the service supports.
871
- * ### Known values supported by the service
872
- * **Text** \
873
- * **Html** \
874
- * **Markdown**
875
- */
876
- export declare type QuestionContentType = string;
877
-
878
- /**
879
- * Defines values for QuestionType. \
880
- * {@link KnownQuestionType} can be used interchangeably with QuestionType,
881
- * this enum contains the known values that the service supports.
882
- * ### Known values supported by the service
883
- * **RadioButton**: SingleChoice radio button \
884
- * **Dropdown**: SingleChoice dropdown. \
885
- * **TextInput**: Text Input \
886
- * **MultiLineInfoBox**: MultiLineInfoBox \
887
- * **DateTimePicker**: DateTime Picker \
888
- * **MultiSelect**: Multi Select
889
- */
890
- export declare type QuestionType = string;
891
-
892
- /** Solution replacement maps. */
893
- export declare interface ReplacementMaps {
894
- /** Solution AzureKB results */
895
- webResults?: WebResult[];
896
- /** Solution diagnostics results. */
897
- diagnostics?: SolutionsDiagnostic[];
898
- /** Solutions Troubleshooters */
899
- troubleshooters?: SolutionsTroubleshooters[];
900
- /** Solution metrics based charts */
901
- metricsBasedCharts?: MetricsBasedChart[];
902
- /** Video solutions, which have the power to engage the customer by stimulating their senses */
903
- videos?: Video[];
904
- /** Group of Videos */
905
- videoGroups?: VideoGroup[];
906
- }
907
-
908
- /** Solution replacement maps. */
909
- export declare interface ReplacementMapsSelfHelp {
910
- /** Solution AzureKB results */
911
- webResults?: WebResult[];
912
- /** Video solutions, which have the power to engage the customer by stimulating their senses */
913
- videos?: Video[];
914
- /** Group of Videos */
915
- videoGroups?: VideoGroup[];
916
- }
917
-
918
- /** Common fields that are returned in the response for all Azure Resource Manager resources */
919
- export declare interface Resource {
920
- /**
921
- * Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
922
- * NOTE: This property will not be serialized. It can only be populated by the server.
923
- */
924
- readonly id?: string;
925
- /**
926
- * The name of the resource
927
- * NOTE: This property will not be serialized. It can only be populated by the server.
928
- */
929
- readonly name?: string;
930
- /**
931
- * The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
932
- * NOTE: This property will not be serialized. It can only be populated by the server.
933
- */
934
- readonly type?: string;
935
- /**
936
- * Azure Resource Manager metadata containing createdBy and modifiedBy information.
937
- * NOTE: This property will not be serialized. It can only be populated by the server.
938
- */
939
- readonly systemData?: SystemData;
940
- }
941
-
942
- /** The status of the resource. */
943
- export declare interface ResponseOption {
944
- /** Unique string. */
945
- key?: string;
946
- /** Option description */
947
- value?: string;
948
- }
949
-
950
- /** Troubleshooter step input response validation properties */
951
- export declare interface ResponseValidationProperties {
952
- /** Regex used for the input validation. */
953
- regex?: string;
954
- /** Validation scope */
955
- validationScope?: ValidationScope;
956
- /** Default True */
957
- isRequired?: boolean;
958
- /** Validation Error Message. */
959
- validationErrorMessage?: string;
960
- /** Max text input (open Ended Text). */
961
- maxLength?: number;
962
- }
963
-
964
- /** Troubleshooter restart response */
965
- export declare interface RestartTroubleshooterResponse {
966
- /**
967
- * Updated TroubleshooterResource Name .
968
- * NOTE: This property will not be serialized. It can only be populated by the server.
969
- */
970
- readonly troubleshooterResourceName?: string;
971
- }
972
-
973
- /**
974
- * Defines values for ResultType. \
975
- * {@link KnownResultType} can be used interchangeably with ResultType,
976
- * this enum contains the known values that the service supports.
977
- * ### Known values supported by the service
978
- * **Community** \
979
- * **Documentation**
980
- */
981
- export declare type ResultType = string;
982
-
983
- /** Details of an AzureKB search result. */
984
- export declare interface SearchResult {
985
- /** Unique id of the result. */
986
- solutionId?: string;
987
- /** Content of the search result. */
988
- content?: string;
989
- /** Title of the search result. */
990
- title?: string;
991
- /** Confidence of the search result. */
992
- confidence?: Confidence;
993
- /** Source of the search result. */
994
- source?: string;
995
- /** Result type of the search result. */
996
- resultType?: ResultType;
997
- /** rank of the search result */
998
- rank?: number;
999
- /** Link to the document. */
1000
- link?: string;
1001
- }
1002
-
1003
- /** Part of the solution and are dividers in the solution rendering. */
1004
- export declare interface Section {
1005
- /** Solution sections title. */
1006
- title?: string;
1007
- /** Solution sections content. */
1008
- content?: string;
1009
- /** Solution replacement maps. */
1010
- replacementMaps?: ReplacementMaps;
1011
- }
1012
-
1013
- /** Part of the solution and are dividers in the solution rendering. */
1014
- export declare interface SectionSelfHelp {
1015
- /** Solution sections title. */
1016
- title?: string;
1017
- /** Solution sections content. */
1018
- content?: string;
1019
- /** Solution replacement maps. */
1020
- replacementMaps?: ReplacementMapsSelfHelp;
1021
- }
1022
-
1023
- /** Interface representing a SimplifiedSolutions. */
1024
- export declare interface SimplifiedSolutions {
1025
- /**
1026
- * Creates Simplified Solutions for an Azure subscription using 'solutionId' from Discovery Solutions
1027
- * as the input. <br/><br/> Simplified Solutions API makes the consumption of solutions APIs easier
1028
- * while still providing access to the same powerful solutions rendered in Solutions API. With
1029
- * Simplified Solutions, users don't have to worry about stitching together the article using
1030
- * replacement maps and can use the content in the API response to directly render as HTML
1031
- * content.<br/>
1032
- * @param scope scope = resourceUri of affected resource.<br/> For example:
1033
- * /subscriptions/0d0fcd2e-c4fd-4349-8497-200edb3923c6/resourcegroups/myresourceGroup/providers/Microsoft.KeyVault/vaults/test-keyvault-non-read
1034
- *
1035
- * @param simplifiedSolutionsResourceName Simplified Solutions Resource Name.
1036
- * @param options The options parameters.
1037
- */
1038
- beginCreate(scope: string, simplifiedSolutionsResourceName: string, options?: SimplifiedSolutionsCreateOptionalParams): Promise<SimplePollerLike<OperationState<SimplifiedSolutionsCreateResponse>, SimplifiedSolutionsCreateResponse>>;
1039
- /**
1040
- * Creates Simplified Solutions for an Azure subscription using 'solutionId' from Discovery Solutions
1041
- * as the input. <br/><br/> Simplified Solutions API makes the consumption of solutions APIs easier
1042
- * while still providing access to the same powerful solutions rendered in Solutions API. With
1043
- * Simplified Solutions, users don't have to worry about stitching together the article using
1044
- * replacement maps and can use the content in the API response to directly render as HTML
1045
- * content.<br/>
1046
- * @param scope scope = resourceUri of affected resource.<br/> For example:
1047
- * /subscriptions/0d0fcd2e-c4fd-4349-8497-200edb3923c6/resourcegroups/myresourceGroup/providers/Microsoft.KeyVault/vaults/test-keyvault-non-read
1048
- *
1049
- * @param simplifiedSolutionsResourceName Simplified Solutions Resource Name.
1050
- * @param options The options parameters.
1051
- */
1052
- beginCreateAndWait(scope: string, simplifiedSolutionsResourceName: string, options?: SimplifiedSolutionsCreateOptionalParams): Promise<SimplifiedSolutionsCreateResponse>;
1053
- /**
1054
- * Get the simplified Solutions using the applicable solutionResourceName while creating the simplified
1055
- * Solutions.
1056
- * @param scope scope = resourceUri of affected resource.<br/> For example:
1057
- * /subscriptions/0d0fcd2e-c4fd-4349-8497-200edb3923c6/resourcegroups/myresourceGroup/providers/Microsoft.KeyVault/vaults/test-keyvault-non-read
1058
- *
1059
- * @param simplifiedSolutionsResourceName Simplified Solutions Resource Name.
1060
- * @param options The options parameters.
1061
- */
1062
- get(scope: string, simplifiedSolutionsResourceName: string, options?: SimplifiedSolutionsGetOptionalParams): Promise<SimplifiedSolutionsGetResponse>;
1063
- }
1064
-
1065
- /** Optional parameters. */
1066
- export declare interface SimplifiedSolutionsCreateOptionalParams extends coreClient.OperationOptions {
1067
- /** The required request body for simplified Solutions resource creation. */
1068
- simplifiedSolutionsRequestBody?: SimplifiedSolutionsResource;
1069
- /** Delay to wait until next poll, in milliseconds. */
1070
- updateIntervalInMs?: number;
1071
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1072
- resumeFrom?: string;
1073
- }
1074
-
1075
- /** Contains response data for the create operation. */
1076
- export declare type SimplifiedSolutionsCreateResponse = SimplifiedSolutionsResource;
1077
-
1078
- /** Optional parameters. */
1079
- export declare interface SimplifiedSolutionsGetOptionalParams extends coreClient.OperationOptions {
1080
- }
1081
-
1082
- /** Contains response data for the get operation. */
1083
- export declare type SimplifiedSolutionsGetResponse = SimplifiedSolutionsResource;
1084
-
1085
- /** Simplified Solutions response. */
1086
- export declare interface SimplifiedSolutionsResource extends ProxyResource {
1087
- /** Solution Id to identify single Simplified Solution. */
1088
- solutionId?: string;
1089
- /** Client input parameters to run Simplified Solutions */
1090
- parameters?: {
1091
- [propertyName: string]: string;
1092
- };
1093
- /**
1094
- * The title.
1095
- * NOTE: This property will not be serialized. It can only be populated by the server.
1096
- */
1097
- readonly title?: string;
1098
- /**
1099
- * Additional parameter response for Simplified Solutions
1100
- * NOTE: This property will not be serialized. It can only be populated by the server.
1101
- */
1102
- readonly appendix?: {
1103
- [propertyName: string]: string;
1104
- };
1105
- /**
1106
- * The HTML content that needs to be rendered and shown to customer.
1107
- * NOTE: This property will not be serialized. It can only be populated by the server.
1108
- */
1109
- readonly content?: string;
1110
- /**
1111
- * Status of Simplified Solution provisioning.
1112
- * NOTE: This property will not be serialized. It can only be populated by the server.
1113
- */
1114
- readonly provisioningState?: SolutionProvisioningState;
1115
- }
1116
-
1117
- /** Interface representing a Solution. */
1118
- export declare interface Solution {
1119
- /**
1120
- * Creates a solution for the specific Azure resource or subscription using the inputs ‘solutionId and
1121
- * requiredInputs’ from discovery solutions. <br/> Azure solutions comprise a comprehensive library of
1122
- * self-help resources that have been thoughtfully curated by Azure engineers to aid customers in
1123
- * resolving typical troubleshooting issues. These solutions encompass: <br/> (1.) Dynamic and
1124
- * context-aware diagnostics, guided troubleshooting wizards, and data visualizations. <br/> (2.) Rich
1125
- * instructional video tutorials and illustrative diagrams and images. <br/> (3.) Thoughtfully
1126
- * assembled textual troubleshooting instructions. <br/> All these components are seamlessly converged
1127
- * into unified solutions tailored to address a specific support problem area.
1128
- * @param scope scope = resourceUri of affected resource.<br/> For example:
1129
- * /subscriptions/0d0fcd2e-c4fd-4349-8497-200edb3923c6/resourcegroups/myresourceGroup/providers/Microsoft.KeyVault/vaults/test-keyvault-non-read
1130
- *
1131
- * @param solutionResourceName Solution resource Name.
1132
- * @param options The options parameters.
1133
- */
1134
- beginCreate(scope: string, solutionResourceName: string, options?: SolutionCreateOptionalParams): Promise<SimplePollerLike<OperationState<SolutionCreateResponse>, SolutionCreateResponse>>;
1135
- /**
1136
- * Creates a solution for the specific Azure resource or subscription using the inputs ‘solutionId and
1137
- * requiredInputs’ from discovery solutions. <br/> Azure solutions comprise a comprehensive library of
1138
- * self-help resources that have been thoughtfully curated by Azure engineers to aid customers in
1139
- * resolving typical troubleshooting issues. These solutions encompass: <br/> (1.) Dynamic and
1140
- * context-aware diagnostics, guided troubleshooting wizards, and data visualizations. <br/> (2.) Rich
1141
- * instructional video tutorials and illustrative diagrams and images. <br/> (3.) Thoughtfully
1142
- * assembled textual troubleshooting instructions. <br/> All these components are seamlessly converged
1143
- * into unified solutions tailored to address a specific support problem area.
1144
- * @param scope scope = resourceUri of affected resource.<br/> For example:
1145
- * /subscriptions/0d0fcd2e-c4fd-4349-8497-200edb3923c6/resourcegroups/myresourceGroup/providers/Microsoft.KeyVault/vaults/test-keyvault-non-read
1146
- *
1147
- * @param solutionResourceName Solution resource Name.
1148
- * @param options The options parameters.
1149
- */
1150
- beginCreateAndWait(scope: string, solutionResourceName: string, options?: SolutionCreateOptionalParams): Promise<SolutionCreateResponse>;
1151
- /**
1152
- * Get the solution using the applicable solutionResourceName while creating the solution.
1153
- * @param scope scope = resourceUri of affected resource.<br/> For example:
1154
- * /subscriptions/0d0fcd2e-c4fd-4349-8497-200edb3923c6/resourcegroups/myresourceGroup/providers/Microsoft.KeyVault/vaults/test-keyvault-non-read
1155
- *
1156
- * @param solutionResourceName Solution resource Name.
1157
- * @param options The options parameters.
1158
- */
1159
- get(scope: string, solutionResourceName: string, options?: SolutionGetOptionalParams): Promise<SolutionGetResponse>;
1160
- /**
1161
- * Update the requiredInputs or additional information needed to execute the solution
1162
- * @param scope scope = resourceUri of affected resource.<br/> For example:
1163
- * /subscriptions/0d0fcd2e-c4fd-4349-8497-200edb3923c6/resourcegroups/myresourceGroup/providers/Microsoft.KeyVault/vaults/test-keyvault-non-read
1164
- *
1165
- * @param solutionResourceName Solution resource Name.
1166
- * @param options The options parameters.
1167
- */
1168
- beginUpdate(scope: string, solutionResourceName: string, options?: SolutionUpdateOptionalParams): Promise<SimplePollerLike<OperationState<SolutionUpdateResponse>, SolutionUpdateResponse>>;
1169
- /**
1170
- * Update the requiredInputs or additional information needed to execute the solution
1171
- * @param scope scope = resourceUri of affected resource.<br/> For example:
1172
- * /subscriptions/0d0fcd2e-c4fd-4349-8497-200edb3923c6/resourcegroups/myresourceGroup/providers/Microsoft.KeyVault/vaults/test-keyvault-non-read
1173
- *
1174
- * @param solutionResourceName Solution resource Name.
1175
- * @param options The options parameters.
1176
- */
1177
- beginUpdateAndWait(scope: string, solutionResourceName: string, options?: SolutionUpdateOptionalParams): Promise<SolutionUpdateResponse>;
1178
- /**
1179
- * Warm up the solution resource by preloading asynchronous diagnostics results into cache
1180
- * @param scope scope = resourceUri of affected resource.<br/> For example:
1181
- * /subscriptions/0d0fcd2e-c4fd-4349-8497-200edb3923c6/resourcegroups/myresourceGroup/providers/Microsoft.KeyVault/vaults/test-keyvault-non-read
1182
- *
1183
- * @param solutionResourceName Solution resource Name.
1184
- * @param options The options parameters.
1185
- */
1186
- warmUp(scope: string, solutionResourceName: string, options?: SolutionWarmUpOptionalParams): Promise<void>;
1187
- }
1188
-
1189
- /** Optional parameters. */
1190
- export declare interface SolutionCreateOptionalParams extends coreClient.OperationOptions {
1191
- /** The required request body for this solution resource creation. */
1192
- solutionRequestBody?: SolutionResource;
1193
- /** Delay to wait until next poll, in milliseconds. */
1194
- updateIntervalInMs?: number;
1195
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1196
- resumeFrom?: string;
1197
- }
1198
-
1199
- /** Contains response data for the create operation. */
1200
- export declare type SolutionCreateResponse = SolutionResource;
1201
-
1202
- /** Optional parameters. */
1203
- export declare interface SolutionGetOptionalParams extends coreClient.OperationOptions {
1204
- }
1205
-
1206
- /** Contains response data for the get operation. */
1207
- export declare type SolutionGetResponse = SolutionResource;
1208
-
1209
- /** Metadata Properties */
1210
- export declare interface SolutionMetadataProperties {
1211
- /** Solution Id. */
1212
- solutionId?: string;
1213
- /**
1214
- * Solution Type.
1215
- * NOTE: This property will not be serialized. It can only be populated by the server.
1216
- */
1217
- readonly solutionType?: SolutionType;
1218
- /**
1219
- * A detailed description of solution.
1220
- * NOTE: This property will not be serialized. It can only be populated by the server.
1221
- */
1222
- readonly description?: string;
1223
- /**
1224
- * Required parameters for invoking this particular solution.
1225
- * NOTE: This property will not be serialized. It can only be populated by the server.
1226
- */
1227
- readonly requiredInputs?: string[];
1228
- }
1229
-
1230
- /** Metadata resource */
1231
- export declare interface SolutionMetadataResource extends ProxyResource {
1232
- /** List of metadata. */
1233
- solutions?: SolutionMetadataProperties[];
1234
- }
1235
-
1236
- /** Nlp Metadata resource */
1237
- export declare interface SolutionNlpMetadataResource extends ProxyResource {
1238
- /** Title of the problem classification. */
1239
- problemTitle?: string;
1240
- /** Description of the problem classification. */
1241
- problemDescription?: string;
1242
- /** Id of the service (https://learn.microsoft.com/en-us/rest/api/support/services?view=rest-support-2020-04-01) that may be used to create a support ticket. */
1243
- serviceId?: string;
1244
- /** Id of the ProblemClassification (https://learn.microsoft.com/en-us/rest/api/support/problem-classifications?view=rest-support-2020-04-01) that may be used to create a support ticket. */
1245
- problemClassificationId?: string;
1246
- /** The list of solution metadata. */
1247
- solutions?: SolutionMetadataProperties[];
1248
- /** The set of services that are most likely related to the request. If relatedServices is included in the response then solutions may not be discovered until the client calls a second time specifying one of the service Ids in the relatedServices object. */
1249
- relatedServices?: ClassificationService[];
1250
- }
1251
-
1252
- /** Solution PatchRequest body */
1253
- export declare interface SolutionPatchRequestBody {
1254
- /** Solution request trigger criteria */
1255
- triggerCriteria?: TriggerCriterion[];
1256
- /** Client input parameters to run Solution */
1257
- parameters?: {
1258
- [propertyName: string]: string;
1259
- };
1260
- /**
1261
- * Solution Id to identify single solution.
1262
- * NOTE: This property will not be serialized. It can only be populated by the server.
1263
- */
1264
- readonly solutionId?: string;
1265
- /**
1266
- * Status of solution provisioning.
1267
- * NOTE: This property will not be serialized. It can only be populated by the server.
1268
- */
1269
- readonly provisioningState?: SolutionProvisioningState;
1270
- /**
1271
- * The title.
1272
- * NOTE: This property will not be serialized. It can only be populated by the server.
1273
- */
1274
- readonly title?: string;
1275
- /**
1276
- * The HTML content that needs to be rendered and shown to customer.
1277
- * NOTE: This property will not be serialized. It can only be populated by the server.
1278
- */
1279
- readonly content?: string;
1280
- /**
1281
- * Solution replacement maps.
1282
- * NOTE: This property will not be serialized. It can only be populated by the server.
1283
- */
1284
- readonly replacementMaps?: ReplacementMaps;
1285
- /**
1286
- * List of section object.
1287
- * NOTE: This property will not be serialized. It can only be populated by the server.
1288
- */
1289
- readonly sections?: Section[];
1290
- }
1291
-
1292
- /**
1293
- * Defines values for SolutionProvisioningState. \
1294
- * {@link KnownSolutionProvisioningState} can be used interchangeably with SolutionProvisioningState,
1295
- * this enum contains the known values that the service supports.
1296
- * ### Known values supported by the service
1297
- * **Succeeded**: All Solutions in the Batch succeeded. \
1298
- * **PartialComplete**: Some Solutions are still running or failed. \
1299
- * **Failed**: All Solutions failed to run. \
1300
- * **Running**: All Solutions are still running. \
1301
- * **Canceled**: When Solutions request gets canceled.
1302
- */
1303
- export declare type SolutionProvisioningState = string;
1304
-
1305
- /** Solution response. */
1306
- export declare interface SolutionResource extends ProxyResource {
1307
- /** Solution request trigger criteria */
1308
- triggerCriteria?: TriggerCriterion[];
1309
- /** Client input parameters to run Solution */
1310
- parameters?: {
1311
- [propertyName: string]: string;
1312
- };
1313
- /**
1314
- * Solution Id to identify single solution.
1315
- * NOTE: This property will not be serialized. It can only be populated by the server.
1316
- */
1317
- readonly solutionId?: string;
1318
- /**
1319
- * Status of solution provisioning.
1320
- * NOTE: This property will not be serialized. It can only be populated by the server.
1321
- */
1322
- readonly provisioningState?: SolutionProvisioningState;
1323
- /**
1324
- * The title.
1325
- * NOTE: This property will not be serialized. It can only be populated by the server.
1326
- */
1327
- readonly title?: string;
1328
- /**
1329
- * The HTML content that needs to be rendered and shown to customer.
1330
- * NOTE: This property will not be serialized. It can only be populated by the server.
1331
- */
1332
- readonly content?: string;
1333
- /**
1334
- * Solution replacement maps.
1335
- * NOTE: This property will not be serialized. It can only be populated by the server.
1336
- */
1337
- readonly replacementMaps?: ReplacementMaps;
1338
- /**
1339
- * List of section object.
1340
- * NOTE: This property will not be serialized. It can only be populated by the server.
1341
- */
1342
- readonly sections?: Section[];
1343
- }
1344
-
1345
- /** Self Help Solution response. */
1346
- export declare interface SolutionResourceSelfHelp extends ProxyResource {
1347
- /**
1348
- * SolutionId is a unique id to identify a solution. You can retrieve the solution id using the Discovery api - https://learn.microsoft.com/en-us/rest/api/help/discovery-solution/list?view=rest-help-2023-09-01-preview&tabs=HTTP
1349
- * NOTE: This property will not be serialized. It can only be populated by the server.
1350
- */
1351
- readonly solutionId?: string;
1352
- /**
1353
- * The title.
1354
- * NOTE: This property will not be serialized. It can only be populated by the server.
1355
- */
1356
- readonly title?: string;
1357
- /**
1358
- * The HTML content that needs to be rendered and shown to customer.
1359
- * NOTE: This property will not be serialized. It can only be populated by the server.
1360
- */
1361
- readonly content?: string;
1362
- /**
1363
- * Solution replacement maps.
1364
- * NOTE: This property will not be serialized. It can only be populated by the server.
1365
- */
1366
- readonly replacementMaps?: ReplacementMapsSelfHelp;
1367
- /**
1368
- * List of section object.
1369
- * NOTE: This property will not be serialized. It can only be populated by the server.
1370
- */
1371
- readonly sections?: SectionSelfHelp[];
1372
- }
1373
-
1374
- /** Solutions Diagnostic */
1375
- export declare interface SolutionsDiagnostic {
1376
- /** Solution Id to identify single Solutions Diagnostic */
1377
- solutionId?: string;
1378
- /** Denotes the status of the diagnostic resource. */
1379
- status?: Status;
1380
- /** Details of the status */
1381
- statusDetails?: string;
1382
- /** Place holder used in HTML Content replace control with the content */
1383
- replacementKey?: string;
1384
- /** Diagnostics estimated completion time in minutes */
1385
- estimatedCompletionTime?: string;
1386
- /** Required parameters of this item */
1387
- requiredParameters?: string[];
1388
- /** Diagnostic insights */
1389
- insights?: Insight[];
1390
- }
1391
-
1392
- /** Interface representing a SolutionSelfHelp. */
1393
- export declare interface SolutionSelfHelp {
1394
- /**
1395
- * Gets Self Help Solutions for a given solutionId. Self Help Solutions consist of rich instructional
1396
- * video tutorials, links and guides to public documentation related to a specific problem that enables
1397
- * users to troubleshoot Azure issues.
1398
- * @param solutionId SolutionId is a unique id to identify a solution. You can retrieve the solution id
1399
- * using the Discovery api -
1400
- * https://learn.microsoft.com/en-us/rest/api/help/discovery-solution/list?view=rest-help-2023-09-01-preview&tabs=HTTP
1401
- * @param options The options parameters.
1402
- */
1403
- get(solutionId: string, options?: SolutionSelfHelpGetOptionalParams): Promise<SolutionSelfHelpGetResponse>;
1404
- }
1405
-
1406
- /** Optional parameters. */
1407
- export declare interface SolutionSelfHelpGetOptionalParams extends coreClient.OperationOptions {
1408
- }
1409
-
1410
- /** Contains response data for the get operation. */
1411
- export declare type SolutionSelfHelpGetResponse = SolutionResourceSelfHelp;
1412
-
1413
- /** Troubleshooters in Solutions */
1414
- export declare interface SolutionsTroubleshooters {
1415
- /** Solution Id to identify single Solutions Troubleshooter */
1416
- solutionId?: string;
1417
- /** Troubleshooter title */
1418
- title?: string;
1419
- /** Troubleshooter summary */
1420
- summary?: string;
1421
- }
1422
-
1423
- /**
1424
- * Defines values for SolutionType. \
1425
- * {@link KnownSolutionType} can be used interchangeably with SolutionType,
1426
- * this enum contains the known values that the service supports.
1427
- * ### Known values supported by the service
1428
- * **Diagnostics**: Diagnostics resource type. \
1429
- * **Solutions**: Solutions resource type. \
1430
- * **Troubleshooters**: Troubleshooters resource type. \
1431
- * **SelfHelp**: SelfHelp resource type.
1432
- */
1433
- export declare type SolutionType = string;
1434
-
1435
- /** Defines headers for Solution_update operation. */
1436
- export declare interface SolutionUpdateHeaders {
1437
- location?: string;
1438
- }
1439
-
1440
- /** Optional parameters. */
1441
- export declare interface SolutionUpdateOptionalParams extends coreClient.OperationOptions {
1442
- /** The required request body for updating a solution resource. */
1443
- solutionPatchRequestBody?: SolutionPatchRequestBody;
1444
- /** Delay to wait until next poll, in milliseconds. */
1445
- updateIntervalInMs?: number;
1446
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1447
- resumeFrom?: string;
1448
- }
1449
-
1450
- /** Contains response data for the update operation. */
1451
- export declare type SolutionUpdateResponse = SolutionUpdateHeaders & SolutionResource;
1452
-
1453
- /** Optional parameters. */
1454
- export declare interface SolutionWarmUpOptionalParams extends coreClient.OperationOptions {
1455
- /** The required request body for warming up a solution resource. */
1456
- solutionWarmUpRequestBody?: SolutionWarmUpRequestBody;
1457
- }
1458
-
1459
- /** Solution WarmUpRequest body */
1460
- export declare interface SolutionWarmUpRequestBody {
1461
- /** Dictionary of <string> */
1462
- parameters?: {
1463
- [propertyName: string]: string;
1464
- };
1465
- }
1466
-
1467
- /**
1468
- * Defines values for Status. \
1469
- * {@link KnownStatus} can be used interchangeably with Status,
1470
- * this enum contains the known values that the service supports.
1471
- * ### Known values supported by the service
1472
- * **Failed**: Diagnostic creation failed. \
1473
- * **MissingInputs**: Request is missing required inputs to run. \
1474
- * **Running**: Diagnostic is still running. \
1475
- * **Succeeded**: Diagnostic creation succeeded. \
1476
- * **Timeout**: Diagnostic was timed out.
1477
- */
1478
- export declare type Status = string;
1479
-
1480
- /** Troubleshooter step */
1481
- export declare interface Step {
1482
- /** Unique step id. */
1483
- id?: string;
1484
- /** Step title. */
1485
- title?: string;
1486
- /** Step description. */
1487
- description?: string;
1488
- /** Get or sets the Step guidance. */
1489
- guidance?: string;
1490
- /** Status of Troubleshooter Step execution. */
1491
- executionStatus?: ExecutionStatus;
1492
- /** This field has more detailed status description of the execution status. */
1493
- executionStatusDescription?: string;
1494
- /** Type of Troubleshooting step. */
1495
- type?: Type;
1496
- /** is this last step of the workflow. */
1497
- isLastStep?: boolean;
1498
- inputs?: StepInput[];
1499
- /** Only for AutomatedStep type */
1500
- automatedCheckResults?: AutomatedCheckResult;
1501
- insights?: Insight[];
1502
- /** The error detail. */
1503
- error?: ErrorDetail;
1504
- }
1505
-
1506
- /** Details of step input. */
1507
- export declare interface StepInput {
1508
- /** Use Index as QuestionId. */
1509
- questionId?: string;
1510
- /** Type of Question */
1511
- questionType?: QuestionType;
1512
- /** Question title */
1513
- questionTitle?: string;
1514
- /** User question content. */
1515
- questionContent?: string;
1516
- /** Default is Text. */
1517
- questionContentType?: QuestionContentType;
1518
- /** Place holder text for response hints. */
1519
- responseHint?: string;
1520
- /** Result of Automate step. */
1521
- recommendedOption?: string;
1522
- /** Text of response that was selected. */
1523
- selectedOptionValue?: string;
1524
- /** Troubleshooter step input response validation properties */
1525
- responseValidationProperties?: ResponseValidationProperties;
1526
- responseOptions?: ResponseOption[];
1527
- }
1528
-
1529
- /** Metadata pertaining to creation and last modification of the resource. */
1530
- export declare interface SystemData {
1531
- /** The identity that created the resource. */
1532
- createdBy?: string;
1533
- /** The type of identity that created the resource. */
1534
- createdByType?: CreatedByType;
1535
- /** The timestamp of resource creation (UTC). */
1536
- createdAt?: Date;
1537
- /** The identity that last modified the resource. */
1538
- lastModifiedBy?: string;
1539
- /** The type of identity that last modified the resource. */
1540
- lastModifiedByType?: CreatedByType;
1541
- /** The timestamp of resource last modification (UTC) */
1542
- lastModifiedAt?: Date;
1543
- }
1544
-
1545
- /** Solution request trigger criterion. SolutionId/ProblemClassificationId is the only supported trigger type for Solution PUT request. ReplacementKey is the only supported trigger type for Solution PATCH request. */
1546
- export declare interface TriggerCriterion {
1547
- /** Trigger criterion name. */
1548
- name?: Name;
1549
- /** Trigger criterion value. */
1550
- value?: string;
1551
- }
1552
-
1553
- /**
1554
- * Defines values for TroubleshooterProvisioningState. \
1555
- * {@link KnownTroubleshooterProvisioningState} can be used interchangeably with TroubleshooterProvisioningState,
1556
- * this enum contains the known values that the service supports.
1557
- * ### Known values supported by the service
1558
- * **Succeeded** \
1559
- * **Failed** \
1560
- * **Canceled** \
1561
- * **Running** \
1562
- * **AutoContinue**
1563
- */
1564
- export declare type TroubleshooterProvisioningState = string;
1565
-
1566
- /** Troubleshooter response. */
1567
- export declare interface TroubleshooterResource extends ProxyResource {
1568
- /** Solution Id to identify single troubleshooter. */
1569
- solutionId?: string;
1570
- /** Client input parameters to run Troubleshooter Resource */
1571
- parameters?: {
1572
- [propertyName: string]: string;
1573
- };
1574
- /**
1575
- * Status of troubleshooter provisioning.
1576
- * NOTE: This property will not be serialized. It can only be populated by the server.
1577
- */
1578
- readonly provisioningState?: TroubleshooterProvisioningState;
1579
- /**
1580
- * List of step object.
1581
- * NOTE: This property will not be serialized. It can only be populated by the server.
1582
- */
1583
- readonly steps?: Step[];
1584
- }
1585
-
1586
- /** User Response for Troubleshooter continue request */
1587
- export declare interface TroubleshooterResponse {
1588
- /** id of the question. */
1589
- questionId?: string;
1590
- /** Type of Question */
1591
- questionType?: QuestionType;
1592
- /** Response key for SingleInput. For Multi-line test/open ended question it is free form text */
1593
- response?: string;
1594
- }
1595
-
1596
- /** Interface representing a Troubleshooters. */
1597
- export declare interface Troubleshooters {
1598
- /**
1599
- * Creates the specific troubleshooter action under a resource or subscription using the ‘solutionId’
1600
- * and ‘properties.parameters’ as the trigger. <br/> Azure Troubleshooters help with hard to classify
1601
- * issues, reducing the gap between customer observed problems and solutions by guiding the user
1602
- * effortlessly through the troubleshooting process. Each Troubleshooter flow represents a problem area
1603
- * within Azure and has a complex tree-like structure that addresses many root causes. These flows are
1604
- * prepared with the help of Subject Matter experts and customer support engineers by carefully
1605
- * considering previous support requests raised by customers. Troubleshooters terminate at a well
1606
- * curated solution based off of resource backend signals and customer manual selections.
1607
- * @param scope scope = resourceUri of affected resource.<br/> For example:
1608
- * /subscriptions/0d0fcd2e-c4fd-4349-8497-200edb3923c6/resourcegroups/myresourceGroup/providers/Microsoft.KeyVault/vaults/test-keyvault-non-read
1609
- *
1610
- * @param troubleshooterName Troubleshooter resource Name.
1611
- * @param options The options parameters.
1612
- */
1613
- create(scope: string, troubleshooterName: string, options?: TroubleshootersCreateOptionalParams): Promise<TroubleshootersCreateResponse>;
1614
- /**
1615
- * Gets troubleshooter instance result which includes the step status/result of the troubleshooter
1616
- * resource name that is being executed.<br/> Get API is used to retrieve the result of a
1617
- * Troubleshooter instance, which includes the status and result of each step in the Troubleshooter
1618
- * workflow. This API requires the Troubleshooter resource name that was created using the Create API.
1619
- * @param scope scope = resourceUri of affected resource.<br/> For example:
1620
- * /subscriptions/0d0fcd2e-c4fd-4349-8497-200edb3923c6/resourcegroups/myresourceGroup/providers/Microsoft.KeyVault/vaults/test-keyvault-non-read
1621
- *
1622
- * @param troubleshooterName Troubleshooter resource Name.
1623
- * @param options The options parameters.
1624
- */
1625
- get(scope: string, troubleshooterName: string, options?: TroubleshootersGetOptionalParams): Promise<TroubleshootersGetResponse>;
1626
- /**
1627
- * Uses ‘stepId’ and ‘responses’ as the trigger to continue the troubleshooting steps for the
1628
- * respective troubleshooter resource name. <br/>Continue API is used to provide inputs that are
1629
- * required for the specific troubleshooter to progress into the next step in the process. This API is
1630
- * used after the Troubleshooter has been created using the Create API.
1631
- * @param scope scope = resourceUri of affected resource.<br/> For example:
1632
- * /subscriptions/0d0fcd2e-c4fd-4349-8497-200edb3923c6/resourcegroups/myresourceGroup/providers/Microsoft.KeyVault/vaults/test-keyvault-non-read
1633
- *
1634
- * @param troubleshooterName Troubleshooter resource Name.
1635
- * @param options The options parameters.
1636
- */
1637
- continue(scope: string, troubleshooterName: string, options?: TroubleshootersContinueOptionalParams): Promise<TroubleshootersContinueResponse>;
1638
- /**
1639
- * Ends the troubleshooter action
1640
- * @param scope scope = resourceUri of affected resource.<br/> For example:
1641
- * /subscriptions/0d0fcd2e-c4fd-4349-8497-200edb3923c6/resourcegroups/myresourceGroup/providers/Microsoft.KeyVault/vaults/test-keyvault-non-read
1642
- *
1643
- * @param troubleshooterName Troubleshooter resource Name.
1644
- * @param options The options parameters.
1645
- */
1646
- end(scope: string, troubleshooterName: string, options?: TroubleshootersEndOptionalParams): Promise<TroubleshootersEndResponse>;
1647
- /**
1648
- * Restarts the troubleshooter API using applicable troubleshooter resource name as the input.<br/> It
1649
- * returns new resource name which should be used in subsequent request. The old resource name is
1650
- * obsolete after this API is invoked.
1651
- * @param scope scope = resourceUri of affected resource.<br/> For example:
1652
- * /subscriptions/0d0fcd2e-c4fd-4349-8497-200edb3923c6/resourcegroups/myresourceGroup/providers/Microsoft.KeyVault/vaults/test-keyvault-non-read
1653
- *
1654
- * @param troubleshooterName Troubleshooter resource Name.
1655
- * @param options The options parameters.
1656
- */
1657
- restart(scope: string, troubleshooterName: string, options?: TroubleshootersRestartOptionalParams): Promise<TroubleshootersRestartResponse>;
1658
- }
1659
-
1660
- /** Defines headers for Troubleshooters_continue operation. */
1661
- export declare interface TroubleshootersContinueHeaders {
1662
- location?: string;
1663
- }
1664
-
1665
- /** Optional parameters. */
1666
- export declare interface TroubleshootersContinueOptionalParams extends coreClient.OperationOptions {
1667
- /** The required request body for going to next step in Troubleshooter resource. */
1668
- continueRequestBody?: ContinueRequestBody;
1669
- }
1670
-
1671
- /** Contains response data for the continue operation. */
1672
- export declare type TroubleshootersContinueResponse = TroubleshootersContinueHeaders;
1673
-
1674
- /** Optional parameters. */
1675
- export declare interface TroubleshootersCreateOptionalParams extends coreClient.OperationOptions {
1676
- /** The required request body for this Troubleshooter resource creation. */
1677
- createTroubleshooterRequestBody?: TroubleshooterResource;
1678
- }
1679
-
1680
- /** Contains response data for the create operation. */
1681
- export declare type TroubleshootersCreateResponse = TroubleshooterResource;
1682
-
1683
- /** Defines headers for Troubleshooters_end operation. */
1684
- export declare interface TroubleshootersEndHeaders {
1685
- location?: string;
1686
- }
1687
-
1688
- /** Optional parameters. */
1689
- export declare interface TroubleshootersEndOptionalParams extends coreClient.OperationOptions {
1690
- }
1691
-
1692
- /** Contains response data for the end operation. */
1693
- export declare type TroubleshootersEndResponse = TroubleshootersEndHeaders;
1694
-
1695
- /** Optional parameters. */
1696
- export declare interface TroubleshootersGetOptionalParams extends coreClient.OperationOptions {
1697
- }
1698
-
1699
- /** Contains response data for the get operation. */
1700
- export declare type TroubleshootersGetResponse = TroubleshooterResource;
1701
-
1702
- /** Defines headers for Troubleshooters_restart operation. */
1703
- export declare interface TroubleshootersRestartHeaders {
1704
- location?: string;
1705
- }
1706
-
1707
- /** Optional parameters. */
1708
- export declare interface TroubleshootersRestartOptionalParams extends coreClient.OperationOptions {
1709
- }
1710
-
1711
- /** Contains response data for the restart operation. */
1712
- export declare type TroubleshootersRestartResponse = TroubleshootersRestartHeaders & RestartTroubleshooterResponse;
1713
-
1714
- /**
1715
- * Defines values for Type. \
1716
- * {@link KnownType} can be used interchangeably with Type,
1717
- * this enum contains the known values that the service supports.
1718
- * ### Known values supported by the service
1719
- * **Decision** \
1720
- * **Solution** \
1721
- * **Insight** \
1722
- * **AutomatedCheck** \
1723
- * **Input**
1724
- */
1725
- export declare type Type = string;
1726
-
1727
- /**
1728
- * Defines values for ValidationScope. \
1729
- * {@link KnownValidationScope} can be used interchangeably with ValidationScope,
1730
- * this enum contains the known values that the service supports.
1731
- * ### Known values supported by the service
1732
- * **None** \
1733
- * **URLFormat** \
1734
- * **GuidFormat** \
1735
- * **IpAddressFormat** \
1736
- * **NumberOnlyFormat**
1737
- */
1738
- export declare type ValidationScope = string;
1739
-
1740
- /** Video detail */
1741
- export declare interface Video extends VideoGroupVideo {
1742
- /** Place holder used in HTML Content replace control with the insight content */
1743
- replacementKey?: string;
1744
- }
1745
-
1746
- /** Video group detail */
1747
- export declare interface VideoGroup {
1748
- /** List of videos will be shown to customers */
1749
- videos?: VideoGroupVideo[];
1750
- /** Place holder used in HTML Content replace control with the insight content */
1751
- replacementKey?: string;
1752
- }
1753
-
1754
- /** VideoGroup video detail */
1755
- export declare interface VideoGroupVideo {
1756
- /** Link to the video */
1757
- src?: string;
1758
- /** Title of the video */
1759
- title?: string;
1760
- }
1761
-
1762
- /** AzureKB web result */
1763
- export declare interface WebResult {
1764
- /** Place holder used in HTML Content replace control with the content */
1765
- replacementKey?: string;
1766
- /** AzureKB search results */
1767
- searchResults?: SearchResult[];
1768
- }
1769
-
1770
- export { }
1
+ import * as coreClient from "@azure/core-client";
2
+ /** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */
3
+ export interface OperationListResult {
4
+ /**
5
+ * List of operations supported by the resource provider
6
+ * NOTE: This property will not be serialized. It can only be populated by the server.
7
+ */
8
+ readonly value?: Operation[];
9
+ /**
10
+ * URL to get the next set of operation list results (if there are any).
11
+ * NOTE: This property will not be serialized. It can only be populated by the server.
12
+ */
13
+ readonly nextLink?: string;
14
+ }
15
+ /** Details of a REST API operation, returned from the Resource Provider Operations API */
16
+ export interface Operation {
17
+ /**
18
+ * The name of the operation, as per Resource-Based Access Control (RBAC). Examples: "Microsoft.Compute/virtualMachines/write", "Microsoft.Compute/virtualMachines/capture/action"
19
+ * NOTE: This property will not be serialized. It can only be populated by the server.
20
+ */
21
+ readonly name?: string;
22
+ /**
23
+ * Whether the operation applies to data-plane. This is "true" for data-plane operations and "false" for ARM/control-plane operations.
24
+ * NOTE: This property will not be serialized. It can only be populated by the server.
25
+ */
26
+ readonly isDataAction?: boolean;
27
+ /** Localized display information for this particular operation. */
28
+ display?: OperationDisplay;
29
+ /**
30
+ * The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system"
31
+ * NOTE: This property will not be serialized. It can only be populated by the server.
32
+ */
33
+ readonly origin?: Origin;
34
+ /**
35
+ * Enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs.
36
+ * NOTE: This property will not be serialized. It can only be populated by the server.
37
+ */
38
+ readonly actionType?: ActionType;
39
+ }
40
+ /** Localized display information for this particular operation. */
41
+ export interface OperationDisplay {
42
+ /**
43
+ * The localized friendly form of the resource provider name, e.g. "Microsoft Monitoring Insights" or "Microsoft Compute".
44
+ * NOTE: This property will not be serialized. It can only be populated by the server.
45
+ */
46
+ readonly provider?: string;
47
+ /**
48
+ * The localized friendly name of the resource type related to this operation. E.g. "Virtual Machines" or "Job Schedule Collections".
49
+ * NOTE: This property will not be serialized. It can only be populated by the server.
50
+ */
51
+ readonly resource?: string;
52
+ /**
53
+ * The concise, localized friendly name for the operation; suitable for dropdowns. E.g. "Create or Update Virtual Machine", "Restart Virtual Machine".
54
+ * NOTE: This property will not be serialized. It can only be populated by the server.
55
+ */
56
+ readonly operation?: string;
57
+ /**
58
+ * The short, localized friendly description of the operation; suitable for tool tips and detailed views.
59
+ * NOTE: This property will not be serialized. It can only be populated by the server.
60
+ */
61
+ readonly description?: string;
62
+ }
63
+ /** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */
64
+ export interface ErrorResponse {
65
+ /** The error object. */
66
+ error?: ErrorDetail;
67
+ }
68
+ /** The error detail. */
69
+ export interface ErrorDetail {
70
+ /**
71
+ * The error code.
72
+ * NOTE: This property will not be serialized. It can only be populated by the server.
73
+ */
74
+ readonly code?: string;
75
+ /**
76
+ * The error message.
77
+ * NOTE: This property will not be serialized. It can only be populated by the server.
78
+ */
79
+ readonly message?: string;
80
+ /**
81
+ * The error target.
82
+ * NOTE: This property will not be serialized. It can only be populated by the server.
83
+ */
84
+ readonly target?: string;
85
+ /**
86
+ * The error details.
87
+ * NOTE: This property will not be serialized. It can only be populated by the server.
88
+ */
89
+ readonly details?: ErrorDetail[];
90
+ /**
91
+ * The error additional info.
92
+ * NOTE: This property will not be serialized. It can only be populated by the server.
93
+ */
94
+ readonly additionalInfo?: ErrorAdditionalInfo[];
95
+ }
96
+ /** The resource management error additional info. */
97
+ export interface ErrorAdditionalInfo {
98
+ /**
99
+ * The additional info type.
100
+ * NOTE: This property will not be serialized. It can only be populated by the server.
101
+ */
102
+ readonly type?: string;
103
+ /**
104
+ * The additional info.
105
+ * NOTE: This property will not be serialized. It can only be populated by the server.
106
+ */
107
+ readonly info?: Record<string, unknown>;
108
+ }
109
+ /** The check availability request body. */
110
+ export interface CheckNameAvailabilityRequest {
111
+ /** The name of the resource for which availability needs to be checked. */
112
+ name?: string;
113
+ /** The resource type. */
114
+ type?: string;
115
+ }
116
+ /** Response for whether the requested resource name is available or not. */
117
+ export interface CheckNameAvailabilityResponse {
118
+ /** Returns true or false depending on the availability of the name */
119
+ nameAvailable?: boolean;
120
+ /** Reason for why value is not available. This field is returned if nameAvailable is false. */
121
+ reason?: string;
122
+ /** Gets an error message explaining the 'reason' value with more details. This field is returned iif nameAvailable is false. */
123
+ message?: string;
124
+ }
125
+ /** Solution Invocation with additional params needed for invocation. */
126
+ export interface DiagnosticInvocation {
127
+ /** Solution Id to invoke. */
128
+ solutionId?: string;
129
+ /** Additional parameters required to invoke the solutionId. */
130
+ additionalParameters?: {
131
+ [propertyName: string]: string;
132
+ };
133
+ }
134
+ /** Properties returned with in an insight. */
135
+ export interface Diagnostic {
136
+ /** Solution Id */
137
+ solutionId?: string;
138
+ /** Denotes the status of the diagnostic resource. */
139
+ status?: Status;
140
+ /** The problems (if any) detected by this insight. */
141
+ insights?: Insight[];
142
+ /** Error definition. */
143
+ error?: ErrorModel;
144
+ }
145
+ /** Detailed insights(s) obtained via the invocation of an insight diagnostic */
146
+ export interface Insight {
147
+ /** Article id. */
148
+ id?: string;
149
+ /** This insight's title. */
150
+ title?: string;
151
+ /** Detailed result content. */
152
+ results?: string;
153
+ /** Importance level of the insight. */
154
+ importanceLevel?: ImportanceLevel;
155
+ }
156
+ /** Error definition. */
157
+ export interface ErrorModel {
158
+ /**
159
+ * Service specific error code which serves as the substatus for the HTTP error code.
160
+ * NOTE: This property will not be serialized. It can only be populated by the server.
161
+ */
162
+ readonly code?: string;
163
+ /**
164
+ * Service specific error type which serves as additional context for the error herein.
165
+ * NOTE: This property will not be serialized. It can only be populated by the server.
166
+ */
167
+ readonly type?: string;
168
+ /**
169
+ * Description of the error.
170
+ * NOTE: This property will not be serialized. It can only be populated by the server.
171
+ */
172
+ readonly message?: string;
173
+ /** An array of additional nested error response info objects, as described by this contract. */
174
+ details?: ErrorModel[];
175
+ }
176
+ /** Common fields that are returned in the response for all Azure Resource Manager resources */
177
+ export interface Resource {
178
+ /**
179
+ * Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
180
+ * NOTE: This property will not be serialized. It can only be populated by the server.
181
+ */
182
+ readonly id?: string;
183
+ /**
184
+ * The name of the resource
185
+ * NOTE: This property will not be serialized. It can only be populated by the server.
186
+ */
187
+ readonly name?: string;
188
+ /**
189
+ * The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
190
+ * NOTE: This property will not be serialized. It can only be populated by the server.
191
+ */
192
+ readonly type?: string;
193
+ /**
194
+ * Azure Resource Manager metadata containing createdBy and modifiedBy information.
195
+ * NOTE: This property will not be serialized. It can only be populated by the server.
196
+ */
197
+ readonly systemData?: SystemData;
198
+ }
199
+ /** Metadata pertaining to creation and last modification of the resource. */
200
+ export interface SystemData {
201
+ /** The identity that created the resource. */
202
+ createdBy?: string;
203
+ /** The type of identity that created the resource. */
204
+ createdByType?: CreatedByType;
205
+ /** The timestamp of resource creation (UTC). */
206
+ createdAt?: Date;
207
+ /** The identity that last modified the resource. */
208
+ lastModifiedBy?: string;
209
+ /** The type of identity that last modified the resource. */
210
+ lastModifiedByType?: CreatedByType;
211
+ /** The timestamp of resource last modification (UTC) */
212
+ lastModifiedAt?: Date;
213
+ }
214
+ /** Discovery response. */
215
+ export interface DiscoveryResponse {
216
+ /** The list of metadata. */
217
+ value?: SolutionMetadataResource[];
218
+ /** The link used to get the next page of solution metadata. */
219
+ nextLink?: string;
220
+ }
221
+ /** Metadata Properties */
222
+ export interface SolutionMetadataProperties {
223
+ /** Solution Id. */
224
+ solutionId?: string;
225
+ /**
226
+ * Solution Type.
227
+ * NOTE: This property will not be serialized. It can only be populated by the server.
228
+ */
229
+ readonly solutionType?: SolutionType;
230
+ /**
231
+ * A detailed description of solution.
232
+ * NOTE: This property will not be serialized. It can only be populated by the server.
233
+ */
234
+ readonly description?: string;
235
+ /**
236
+ * Required parameters for invoking this particular solution.
237
+ * NOTE: This property will not be serialized. It can only be populated by the server.
238
+ */
239
+ readonly requiredInputs?: string[];
240
+ }
241
+ /** Solution request trigger criterion. SolutionId/ProblemClassificationId is the only supported trigger type for Solution PUT request. ReplacementKey is the only supported trigger type for Solution PATCH request. */
242
+ export interface TriggerCriterion {
243
+ /** Trigger criterion name. */
244
+ name?: Name;
245
+ /** Trigger criterion value. */
246
+ value?: string;
247
+ }
248
+ /** Solution replacement maps. */
249
+ export interface ReplacementMaps {
250
+ /** Solution AzureKB results */
251
+ webResults?: WebResult[];
252
+ /** Solution diagnostics results. */
253
+ diagnostics?: SolutionsDiagnostic[];
254
+ /** Solutions Troubleshooters */
255
+ troubleshooters?: SolutionsTroubleshooters[];
256
+ /** Solution metrics based charts */
257
+ metricsBasedCharts?: MetricsBasedChart[];
258
+ /** Video solutions, which have the power to engage the customer by stimulating their senses */
259
+ videos?: Video[];
260
+ /** Group of Videos */
261
+ videoGroups?: VideoGroup[];
262
+ }
263
+ /** AzureKB web result */
264
+ export interface WebResult {
265
+ /** Place holder used in HTML Content replace control with the content */
266
+ replacementKey?: string;
267
+ /** AzureKB search results */
268
+ searchResults?: SearchResult[];
269
+ }
270
+ /** Details of an AzureKB search result. */
271
+ export interface SearchResult {
272
+ /** Unique id of the result. */
273
+ solutionId?: string;
274
+ /** Content of the search result. */
275
+ content?: string;
276
+ /** Title of the search result. */
277
+ title?: string;
278
+ /** Confidence of the search result. */
279
+ confidence?: Confidence;
280
+ /** Source of the search result. */
281
+ source?: string;
282
+ /** Result type of the search result. */
283
+ resultType?: ResultType;
284
+ /** rank of the search result */
285
+ rank?: number;
286
+ /** Link to the document. */
287
+ link?: string;
288
+ }
289
+ /** Solutions Diagnostic */
290
+ export interface SolutionsDiagnostic {
291
+ /** Solution Id to identify single Solutions Diagnostic */
292
+ solutionId?: string;
293
+ /** Denotes the status of the diagnostic resource. */
294
+ status?: Status;
295
+ /** Details of the status */
296
+ statusDetails?: string;
297
+ /** Place holder used in HTML Content replace control with the content */
298
+ replacementKey?: string;
299
+ /** Diagnostics estimated completion time in minutes */
300
+ estimatedCompletionTime?: string;
301
+ /** Required parameters of this item */
302
+ requiredParameters?: string[];
303
+ /** Diagnostic insights */
304
+ insights?: Insight[];
305
+ }
306
+ /** Troubleshooters in Solutions */
307
+ export interface SolutionsTroubleshooters {
308
+ /** Solution Id to identify single Solutions Troubleshooter */
309
+ solutionId?: string;
310
+ /** Troubleshooter title */
311
+ title?: string;
312
+ /** Troubleshooter summary */
313
+ summary?: string;
314
+ }
315
+ /** Solutions metrics based chart */
316
+ export interface MetricsBasedChart {
317
+ /** Chart name */
318
+ name?: string;
319
+ /** Allowed values are Sum, Avg, Count, Min, Max. Default is Sum */
320
+ aggregationType?: AggregationType;
321
+ /** Time span duration */
322
+ timeSpanDuration?: string;
323
+ /** Chart title */
324
+ title?: string;
325
+ /** Filter group */
326
+ filterGroup?: FilterGroup;
327
+ /** Place holder used in HTML Content replace control with the content */
328
+ replacementKey?: string;
329
+ }
330
+ /** Filter group */
331
+ export interface FilterGroup {
332
+ /** List of filters */
333
+ filter?: Filter[];
334
+ }
335
+ /** Filter criterion */
336
+ export interface Filter {
337
+ /** Filter name */
338
+ name?: string;
339
+ /** Filter values */
340
+ values?: string;
341
+ /** Filter operator */
342
+ operator?: string;
343
+ }
344
+ /** VideoGroup video detail */
345
+ export interface VideoGroupVideo {
346
+ /** Link to the video */
347
+ src?: string;
348
+ /** Title of the video */
349
+ title?: string;
350
+ }
351
+ /** Video group detail */
352
+ export interface VideoGroup {
353
+ /** List of videos will be shown to customers */
354
+ videos?: VideoGroupVideo[];
355
+ /** Place holder used in HTML Content replace control with the insight content */
356
+ replacementKey?: string;
357
+ }
358
+ /** Part of the solution and are dividers in the solution rendering. */
359
+ export interface Section {
360
+ /** Solution sections title. */
361
+ title?: string;
362
+ /** Solution sections content. */
363
+ content?: string;
364
+ /** Solution replacement maps. */
365
+ replacementMaps?: ReplacementMaps;
366
+ }
367
+ /** Solution PatchRequest body */
368
+ export interface SolutionPatchRequestBody {
369
+ /** Solution request trigger criteria */
370
+ triggerCriteria?: TriggerCriterion[];
371
+ /** Client input parameters to run Solution */
372
+ parameters?: {
373
+ [propertyName: string]: string;
374
+ };
375
+ /**
376
+ * Solution Id to identify single solution.
377
+ * NOTE: This property will not be serialized. It can only be populated by the server.
378
+ */
379
+ readonly solutionId?: string;
380
+ /**
381
+ * Status of solution provisioning.
382
+ * NOTE: This property will not be serialized. It can only be populated by the server.
383
+ */
384
+ readonly provisioningState?: SolutionProvisioningState;
385
+ /**
386
+ * The title.
387
+ * NOTE: This property will not be serialized. It can only be populated by the server.
388
+ */
389
+ readonly title?: string;
390
+ /**
391
+ * The HTML content that needs to be rendered and shown to customer.
392
+ * NOTE: This property will not be serialized. It can only be populated by the server.
393
+ */
394
+ readonly content?: string;
395
+ /**
396
+ * Solution replacement maps.
397
+ * NOTE: This property will not be serialized. It can only be populated by the server.
398
+ */
399
+ readonly replacementMaps?: ReplacementMaps;
400
+ /**
401
+ * List of section object.
402
+ * NOTE: This property will not be serialized. It can only be populated by the server.
403
+ */
404
+ readonly sections?: Section[];
405
+ }
406
+ /** Solution WarmUpRequest body */
407
+ export interface SolutionWarmUpRequestBody {
408
+ /** Dictionary of <string> */
409
+ parameters?: {
410
+ [propertyName: string]: string;
411
+ };
412
+ }
413
+ /** Troubleshooter step */
414
+ export interface Step {
415
+ /** Unique step id. */
416
+ id?: string;
417
+ /** Step title. */
418
+ title?: string;
419
+ /** Step description. */
420
+ description?: string;
421
+ /** Get or sets the Step guidance. */
422
+ guidance?: string;
423
+ /** Status of Troubleshooter Step execution. */
424
+ executionStatus?: ExecutionStatus;
425
+ /** This field has more detailed status description of the execution status. */
426
+ executionStatusDescription?: string;
427
+ /** Type of Troubleshooting step. */
428
+ type?: Type;
429
+ /** is this last step of the workflow. */
430
+ isLastStep?: boolean;
431
+ inputs?: StepInput[];
432
+ /** Only for AutomatedStep type */
433
+ automatedCheckResults?: AutomatedCheckResult;
434
+ insights?: Insight[];
435
+ /** The error detail. */
436
+ error?: ErrorDetail;
437
+ }
438
+ /** Details of step input. */
439
+ export interface StepInput {
440
+ /** Use Index as QuestionId. */
441
+ questionId?: string;
442
+ /** Type of Question */
443
+ questionType?: QuestionType;
444
+ /** Question title */
445
+ questionTitle?: string;
446
+ /** User question content. */
447
+ questionContent?: string;
448
+ /** Default is Text. */
449
+ questionContentType?: QuestionContentType;
450
+ /** Place holder text for response hints. */
451
+ responseHint?: string;
452
+ /** Result of Automate step. */
453
+ recommendedOption?: string;
454
+ /** Text of response that was selected. */
455
+ selectedOptionValue?: string;
456
+ /** Troubleshooter step input response validation properties */
457
+ responseValidationProperties?: ResponseValidationProperties;
458
+ responseOptions?: ResponseOption[];
459
+ }
460
+ /** Troubleshooter step input response validation properties */
461
+ export interface ResponseValidationProperties {
462
+ /** Regex used for the input validation. */
463
+ regex?: string;
464
+ /** Validation scope */
465
+ validationScope?: ValidationScope;
466
+ /** Default True */
467
+ isRequired?: boolean;
468
+ /** Validation Error Message. */
469
+ validationErrorMessage?: string;
470
+ /** Max text input (open Ended Text). */
471
+ maxLength?: number;
472
+ }
473
+ /** The status of the resource. */
474
+ export interface ResponseOption {
475
+ /** Unique string. */
476
+ key?: string;
477
+ /** Option description */
478
+ value?: string;
479
+ }
480
+ /** Only for AutomatedStep type */
481
+ export interface AutomatedCheckResult {
482
+ /** Version for automated check result */
483
+ version?: string;
484
+ /** Status for automated check result */
485
+ status?: string;
486
+ /** Insight Article Content */
487
+ result?: string;
488
+ /** Type of Result. */
489
+ type?: AutomatedCheckResultType;
490
+ }
491
+ /** Troubleshooter ContinueRequest body. */
492
+ export interface ContinueRequestBody {
493
+ /** Unique id of the result. */
494
+ stepId?: string;
495
+ responses?: TroubleshooterResponse[];
496
+ }
497
+ /** User Response for Troubleshooter continue request */
498
+ export interface TroubleshooterResponse {
499
+ /** id of the question. */
500
+ questionId?: string;
501
+ /** Type of Question */
502
+ questionType?: QuestionType;
503
+ /** Response key for SingleInput. For Multi-line test/open ended question it is free form text */
504
+ response?: string;
505
+ }
506
+ /** Troubleshooter restart response */
507
+ export interface RestartTroubleshooterResponse {
508
+ /**
509
+ * Updated TroubleshooterResource Name .
510
+ * NOTE: This property will not be serialized. It can only be populated by the server.
511
+ */
512
+ readonly troubleshooterResourceName?: string;
513
+ }
514
+ /** Solution replacement maps. */
515
+ export interface ReplacementMapsSelfHelp {
516
+ /** Solution AzureKB results */
517
+ webResults?: WebResult[];
518
+ /** Video solutions, which have the power to engage the customer by stimulating their senses */
519
+ videos?: Video[];
520
+ /** Group of Videos */
521
+ videoGroups?: VideoGroup[];
522
+ }
523
+ /** Part of the solution and are dividers in the solution rendering. */
524
+ export interface SectionSelfHelp {
525
+ /** Solution sections title. */
526
+ title?: string;
527
+ /** Solution sections content. */
528
+ content?: string;
529
+ /** Solution replacement maps. */
530
+ replacementMaps?: ReplacementMapsSelfHelp;
531
+ }
532
+ /** Discover NLP request. */
533
+ export interface DiscoveryNlpRequest {
534
+ /** Natural language description of the issue. */
535
+ issueSummary: string;
536
+ /** ARM resource Id of the resource that is having the issue. Only applicable for Discovery Solution NLP Subscription Scope. */
537
+ resourceId?: string;
538
+ /** ARM service Id of the service that is having the issue. For more information on service Id see https://learn.microsoft.com/rest/api/support/services/list?tabs=HTTP. */
539
+ serviceId?: string;
540
+ /** Additional information in the form of a string. */
541
+ additionalContext?: string;
542
+ }
543
+ /** Successfully fetched list of solution metadata. */
544
+ export interface DiscoveryNlpResponse {
545
+ /** The list of solution metadata. */
546
+ value?: SolutionNlpMetadataResource[];
547
+ }
548
+ /** Service Classification result object. */
549
+ export interface ClassificationService {
550
+ /**
551
+ * Azure resource Id of the service.
552
+ * NOTE: This property will not be serialized. It can only be populated by the server.
553
+ */
554
+ readonly serviceId?: string;
555
+ /**
556
+ * Localized name of the azure service.
557
+ * NOTE: This property will not be serialized. It can only be populated by the server.
558
+ */
559
+ readonly displayName?: string;
560
+ /** List of applicable ARM resource types for this service. */
561
+ resourceTypes?: string[];
562
+ }
563
+ /** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
564
+ export interface ProxyResource extends Resource {
565
+ }
566
+ /** Video detail */
567
+ export interface Video extends VideoGroupVideo {
568
+ /** Place holder used in HTML Content replace control with the insight content */
569
+ replacementKey?: string;
570
+ }
571
+ /** Diagnostic resource */
572
+ export interface DiagnosticResource extends ProxyResource {
573
+ /** Global parameters is an optional map which can be used to add key and value to request body to improve the diagnostics results */
574
+ globalParameters?: {
575
+ [propertyName: string]: string;
576
+ };
577
+ /** SolutionIds that are needed to be invoked. */
578
+ insights?: DiagnosticInvocation[];
579
+ /**
580
+ * Diagnostic Request Accepted time.
581
+ * NOTE: This property will not be serialized. It can only be populated by the server.
582
+ */
583
+ readonly acceptedAt?: string;
584
+ /**
585
+ * Status of diagnostic provisioning.
586
+ * NOTE: This property will not be serialized. It can only be populated by the server.
587
+ */
588
+ readonly provisioningState?: DiagnosticProvisioningState;
589
+ /**
590
+ * Array of Diagnostics.
591
+ * NOTE: This property will not be serialized. It can only be populated by the server.
592
+ */
593
+ readonly diagnostics?: Diagnostic[];
594
+ }
595
+ /** Metadata resource */
596
+ export interface SolutionMetadataResource extends ProxyResource {
597
+ /** List of metadata. */
598
+ solutions?: SolutionMetadataProperties[];
599
+ }
600
+ /** Solution response. */
601
+ export interface SolutionResource extends ProxyResource {
602
+ /** Solution request trigger criteria */
603
+ triggerCriteria?: TriggerCriterion[];
604
+ /** Client input parameters to run Solution */
605
+ parameters?: {
606
+ [propertyName: string]: string;
607
+ };
608
+ /**
609
+ * Solution Id to identify single solution.
610
+ * NOTE: This property will not be serialized. It can only be populated by the server.
611
+ */
612
+ readonly solutionId?: string;
613
+ /**
614
+ * Status of solution provisioning.
615
+ * NOTE: This property will not be serialized. It can only be populated by the server.
616
+ */
617
+ readonly provisioningState?: SolutionProvisioningState;
618
+ /**
619
+ * The title.
620
+ * NOTE: This property will not be serialized. It can only be populated by the server.
621
+ */
622
+ readonly title?: string;
623
+ /**
624
+ * The HTML content that needs to be rendered and shown to customer.
625
+ * NOTE: This property will not be serialized. It can only be populated by the server.
626
+ */
627
+ readonly content?: string;
628
+ /**
629
+ * Solution replacement maps.
630
+ * NOTE: This property will not be serialized. It can only be populated by the server.
631
+ */
632
+ readonly replacementMaps?: ReplacementMaps;
633
+ /**
634
+ * List of section object.
635
+ * NOTE: This property will not be serialized. It can only be populated by the server.
636
+ */
637
+ readonly sections?: Section[];
638
+ }
639
+ /** Simplified Solutions response. */
640
+ export interface SimplifiedSolutionsResource extends ProxyResource {
641
+ /** Solution Id to identify single Simplified Solution. */
642
+ solutionId?: string;
643
+ /** Client input parameters to run Simplified Solutions */
644
+ parameters?: {
645
+ [propertyName: string]: string;
646
+ };
647
+ /**
648
+ * The title.
649
+ * NOTE: This property will not be serialized. It can only be populated by the server.
650
+ */
651
+ readonly title?: string;
652
+ /**
653
+ * Additional parameter response for Simplified Solutions
654
+ * NOTE: This property will not be serialized. It can only be populated by the server.
655
+ */
656
+ readonly appendix?: {
657
+ [propertyName: string]: string;
658
+ };
659
+ /**
660
+ * The HTML content that needs to be rendered and shown to customer.
661
+ * NOTE: This property will not be serialized. It can only be populated by the server.
662
+ */
663
+ readonly content?: string;
664
+ /**
665
+ * Status of Simplified Solution provisioning.
666
+ * NOTE: This property will not be serialized. It can only be populated by the server.
667
+ */
668
+ readonly provisioningState?: SolutionProvisioningState;
669
+ }
670
+ /** Troubleshooter response. */
671
+ export interface TroubleshooterResource extends ProxyResource {
672
+ /** Solution Id to identify single troubleshooter. */
673
+ solutionId?: string;
674
+ /** Client input parameters to run Troubleshooter Resource */
675
+ parameters?: {
676
+ [propertyName: string]: string;
677
+ };
678
+ /**
679
+ * Status of troubleshooter provisioning.
680
+ * NOTE: This property will not be serialized. It can only be populated by the server.
681
+ */
682
+ readonly provisioningState?: TroubleshooterProvisioningState;
683
+ /**
684
+ * List of step object.
685
+ * NOTE: This property will not be serialized. It can only be populated by the server.
686
+ */
687
+ readonly steps?: Step[];
688
+ }
689
+ /** Self Help Solution response. */
690
+ export interface SolutionResourceSelfHelp extends ProxyResource {
691
+ /**
692
+ * SolutionId is a unique id to identify a solution. You can retrieve the solution id using the Discovery api - https://learn.microsoft.com/en-us/rest/api/help/discovery-solution/list?view=rest-help-2023-09-01-preview&tabs=HTTP
693
+ * NOTE: This property will not be serialized. It can only be populated by the server.
694
+ */
695
+ readonly solutionId?: string;
696
+ /**
697
+ * The title.
698
+ * NOTE: This property will not be serialized. It can only be populated by the server.
699
+ */
700
+ readonly title?: string;
701
+ /**
702
+ * The HTML content that needs to be rendered and shown to customer.
703
+ * NOTE: This property will not be serialized. It can only be populated by the server.
704
+ */
705
+ readonly content?: string;
706
+ /**
707
+ * Solution replacement maps.
708
+ * NOTE: This property will not be serialized. It can only be populated by the server.
709
+ */
710
+ readonly replacementMaps?: ReplacementMapsSelfHelp;
711
+ /**
712
+ * List of section object.
713
+ * NOTE: This property will not be serialized. It can only be populated by the server.
714
+ */
715
+ readonly sections?: SectionSelfHelp[];
716
+ }
717
+ /** Nlp Metadata resource */
718
+ export interface SolutionNlpMetadataResource extends ProxyResource {
719
+ /** Title of the problem classification. */
720
+ problemTitle?: string;
721
+ /** Description of the problem classification. */
722
+ problemDescription?: string;
723
+ /** Id of the service (https://learn.microsoft.com/en-us/rest/api/support/services?view=rest-support-2020-04-01) that may be used to create a support ticket. */
724
+ serviceId?: string;
725
+ /** Id of the ProblemClassification (https://learn.microsoft.com/en-us/rest/api/support/problem-classifications?view=rest-support-2020-04-01) that may be used to create a support ticket. */
726
+ problemClassificationId?: string;
727
+ /** The list of solution metadata. */
728
+ solutions?: SolutionMetadataProperties[];
729
+ /** The set of services that are most likely related to the request. If relatedServices is included in the response then solutions may not be discovered until the client calls a second time specifying one of the service Ids in the relatedServices object. */
730
+ relatedServices?: ClassificationService[];
731
+ }
732
+ /** Defines headers for Solution_update operation. */
733
+ export interface SolutionUpdateHeaders {
734
+ location?: string;
735
+ }
736
+ /** Defines headers for Troubleshooters_continue operation. */
737
+ export interface TroubleshootersContinueHeaders {
738
+ location?: string;
739
+ }
740
+ /** Defines headers for Troubleshooters_end operation. */
741
+ export interface TroubleshootersEndHeaders {
742
+ location?: string;
743
+ }
744
+ /** Defines headers for Troubleshooters_restart operation. */
745
+ export interface TroubleshootersRestartHeaders {
746
+ location?: string;
747
+ }
748
+ /** Known values of {@link Origin} that the service accepts. */
749
+ export declare enum KnownOrigin {
750
+ /** User */
751
+ User = "user",
752
+ /** System */
753
+ System = "system",
754
+ /** UserSystem */
755
+ UserSystem = "user,system"
756
+ }
757
+ /**
758
+ * Defines values for Origin. \
759
+ * {@link KnownOrigin} can be used interchangeably with Origin,
760
+ * this enum contains the known values that the service supports.
761
+ * ### Known values supported by the service
762
+ * **user** \
763
+ * **system** \
764
+ * **user,system**
765
+ */
766
+ export type Origin = string;
767
+ /** Known values of {@link ActionType} that the service accepts. */
768
+ export declare enum KnownActionType {
769
+ /** Internal */
770
+ Internal = "Internal"
771
+ }
772
+ /**
773
+ * Defines values for ActionType. \
774
+ * {@link KnownActionType} can be used interchangeably with ActionType,
775
+ * this enum contains the known values that the service supports.
776
+ * ### Known values supported by the service
777
+ * **Internal**
778
+ */
779
+ export type ActionType = string;
780
+ /** Known values of {@link DiagnosticProvisioningState} that the service accepts. */
781
+ export declare enum KnownDiagnosticProvisioningState {
782
+ /** All Diagnostics in the Batch succeeded. */
783
+ Succeeded = "Succeeded",
784
+ /** Some Diagnostics are still running or failed. */
785
+ PartialComplete = "PartialComplete",
786
+ /** All Diagnostics failed to run. */
787
+ Failed = "Failed",
788
+ /** All Diagnostics are still running. */
789
+ Running = "Running",
790
+ /** When Diagnostic request gets canceled. */
791
+ Canceled = "Canceled"
792
+ }
793
+ /**
794
+ * Defines values for DiagnosticProvisioningState. \
795
+ * {@link KnownDiagnosticProvisioningState} can be used interchangeably with DiagnosticProvisioningState,
796
+ * this enum contains the known values that the service supports.
797
+ * ### Known values supported by the service
798
+ * **Succeeded**: All Diagnostics in the Batch succeeded. \
799
+ * **PartialComplete**: Some Diagnostics are still running or failed. \
800
+ * **Failed**: All Diagnostics failed to run. \
801
+ * **Running**: All Diagnostics are still running. \
802
+ * **Canceled**: When Diagnostic request gets canceled.
803
+ */
804
+ export type DiagnosticProvisioningState = string;
805
+ /** Known values of {@link Status} that the service accepts. */
806
+ export declare enum KnownStatus {
807
+ /** Diagnostic creation failed. */
808
+ Failed = "Failed",
809
+ /** Request is missing required inputs to run. */
810
+ MissingInputs = "MissingInputs",
811
+ /** Diagnostic is still running. */
812
+ Running = "Running",
813
+ /** Diagnostic creation succeeded. */
814
+ Succeeded = "Succeeded",
815
+ /** Diagnostic was timed out. */
816
+ Timeout = "Timeout"
817
+ }
818
+ /**
819
+ * Defines values for Status. \
820
+ * {@link KnownStatus} can be used interchangeably with Status,
821
+ * this enum contains the known values that the service supports.
822
+ * ### Known values supported by the service
823
+ * **Failed**: Diagnostic creation failed. \
824
+ * **MissingInputs**: Request is missing required inputs to run. \
825
+ * **Running**: Diagnostic is still running. \
826
+ * **Succeeded**: Diagnostic creation succeeded. \
827
+ * **Timeout**: Diagnostic was timed out.
828
+ */
829
+ export type Status = string;
830
+ /** Known values of {@link ImportanceLevel} that the service accepts. */
831
+ export declare enum KnownImportanceLevel {
832
+ /** A critical insight has been found after running the diagnostic. */
833
+ Critical = "Critical",
834
+ /** A warning insight has been found after running the diagnostic. */
835
+ Warning = "Warning",
836
+ /** An information insight has been found after running the diagnostic. */
837
+ Information = "Information"
838
+ }
839
+ /**
840
+ * Defines values for ImportanceLevel. \
841
+ * {@link KnownImportanceLevel} can be used interchangeably with ImportanceLevel,
842
+ * this enum contains the known values that the service supports.
843
+ * ### Known values supported by the service
844
+ * **Critical**: A critical insight has been found after running the diagnostic. \
845
+ * **Warning**: A warning insight has been found after running the diagnostic. \
846
+ * **Information**: An information insight has been found after running the diagnostic.
847
+ */
848
+ export type ImportanceLevel = string;
849
+ /** Known values of {@link CreatedByType} that the service accepts. */
850
+ export declare enum KnownCreatedByType {
851
+ /** User */
852
+ User = "User",
853
+ /** Application */
854
+ Application = "Application",
855
+ /** ManagedIdentity */
856
+ ManagedIdentity = "ManagedIdentity",
857
+ /** Key */
858
+ Key = "Key"
859
+ }
860
+ /**
861
+ * Defines values for CreatedByType. \
862
+ * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
863
+ * this enum contains the known values that the service supports.
864
+ * ### Known values supported by the service
865
+ * **User** \
866
+ * **Application** \
867
+ * **ManagedIdentity** \
868
+ * **Key**
869
+ */
870
+ export type CreatedByType = string;
871
+ /** Known values of {@link SolutionType} that the service accepts. */
872
+ export declare enum KnownSolutionType {
873
+ /** Diagnostics resource type. */
874
+ Diagnostics = "Diagnostics",
875
+ /** Solutions resource type. */
876
+ Solutions = "Solutions",
877
+ /** Troubleshooters resource type. */
878
+ Troubleshooters = "Troubleshooters",
879
+ /** SelfHelp resource type. */
880
+ SelfHelp = "SelfHelp"
881
+ }
882
+ /**
883
+ * Defines values for SolutionType. \
884
+ * {@link KnownSolutionType} can be used interchangeably with SolutionType,
885
+ * this enum contains the known values that the service supports.
886
+ * ### Known values supported by the service
887
+ * **Diagnostics**: Diagnostics resource type. \
888
+ * **Solutions**: Solutions resource type. \
889
+ * **Troubleshooters**: Troubleshooters resource type. \
890
+ * **SelfHelp**: SelfHelp resource type.
891
+ */
892
+ export type SolutionType = string;
893
+ /** Known values of {@link Name} that the service accepts. */
894
+ export declare enum KnownName {
895
+ /** SolutionId */
896
+ SolutionId = "SolutionId",
897
+ /** ProblemClassificationId */
898
+ ProblemClassificationId = "ProblemClassificationId",
899
+ /** ReplacementKey */
900
+ ReplacementKey = "ReplacementKey"
901
+ }
902
+ /**
903
+ * Defines values for Name. \
904
+ * {@link KnownName} can be used interchangeably with Name,
905
+ * this enum contains the known values that the service supports.
906
+ * ### Known values supported by the service
907
+ * **SolutionId** \
908
+ * **ProblemClassificationId** \
909
+ * **ReplacementKey**
910
+ */
911
+ export type Name = string;
912
+ /** Known values of {@link SolutionProvisioningState} that the service accepts. */
913
+ export declare enum KnownSolutionProvisioningState {
914
+ /** All Solutions in the Batch succeeded. */
915
+ Succeeded = "Succeeded",
916
+ /** Some Solutions are still running or failed. */
917
+ PartialComplete = "PartialComplete",
918
+ /** All Solutions failed to run. */
919
+ Failed = "Failed",
920
+ /** All Solutions are still running. */
921
+ Running = "Running",
922
+ /** When Solutions request gets canceled. */
923
+ Canceled = "Canceled"
924
+ }
925
+ /**
926
+ * Defines values for SolutionProvisioningState. \
927
+ * {@link KnownSolutionProvisioningState} can be used interchangeably with SolutionProvisioningState,
928
+ * this enum contains the known values that the service supports.
929
+ * ### Known values supported by the service
930
+ * **Succeeded**: All Solutions in the Batch succeeded. \
931
+ * **PartialComplete**: Some Solutions are still running or failed. \
932
+ * **Failed**: All Solutions failed to run. \
933
+ * **Running**: All Solutions are still running. \
934
+ * **Canceled**: When Solutions request gets canceled.
935
+ */
936
+ export type SolutionProvisioningState = string;
937
+ /** Known values of {@link Confidence} that the service accepts. */
938
+ export declare enum KnownConfidence {
939
+ /** Low */
940
+ Low = "Low",
941
+ /** Medium */
942
+ Medium = "Medium",
943
+ /** High */
944
+ High = "High"
945
+ }
946
+ /**
947
+ * Defines values for Confidence. \
948
+ * {@link KnownConfidence} can be used interchangeably with Confidence,
949
+ * this enum contains the known values that the service supports.
950
+ * ### Known values supported by the service
951
+ * **Low** \
952
+ * **Medium** \
953
+ * **High**
954
+ */
955
+ export type Confidence = string;
956
+ /** Known values of {@link ResultType} that the service accepts. */
957
+ export declare enum KnownResultType {
958
+ /** Community */
959
+ Community = "Community",
960
+ /** Documentation */
961
+ Documentation = "Documentation"
962
+ }
963
+ /**
964
+ * Defines values for ResultType. \
965
+ * {@link KnownResultType} can be used interchangeably with ResultType,
966
+ * this enum contains the known values that the service supports.
967
+ * ### Known values supported by the service
968
+ * **Community** \
969
+ * **Documentation**
970
+ */
971
+ export type ResultType = string;
972
+ /** Known values of {@link AggregationType} that the service accepts. */
973
+ export declare enum KnownAggregationType {
974
+ /** Sum */
975
+ Sum = "Sum",
976
+ /** Avg */
977
+ Avg = "Avg",
978
+ /** Count */
979
+ Count = "Count",
980
+ /** Min */
981
+ Min = "Min",
982
+ /** Max */
983
+ Max = "Max"
984
+ }
985
+ /**
986
+ * Defines values for AggregationType. \
987
+ * {@link KnownAggregationType} can be used interchangeably with AggregationType,
988
+ * this enum contains the known values that the service supports.
989
+ * ### Known values supported by the service
990
+ * **Sum** \
991
+ * **Avg** \
992
+ * **Count** \
993
+ * **Min** \
994
+ * **Max**
995
+ */
996
+ export type AggregationType = string;
997
+ /** Known values of {@link TroubleshooterProvisioningState} that the service accepts. */
998
+ export declare enum KnownTroubleshooterProvisioningState {
999
+ /** Succeeded */
1000
+ Succeeded = "Succeeded",
1001
+ /** Failed */
1002
+ Failed = "Failed",
1003
+ /** Canceled */
1004
+ Canceled = "Canceled",
1005
+ /** Running */
1006
+ Running = "Running",
1007
+ /** AutoContinue */
1008
+ AutoContinue = "AutoContinue"
1009
+ }
1010
+ /**
1011
+ * Defines values for TroubleshooterProvisioningState. \
1012
+ * {@link KnownTroubleshooterProvisioningState} can be used interchangeably with TroubleshooterProvisioningState,
1013
+ * this enum contains the known values that the service supports.
1014
+ * ### Known values supported by the service
1015
+ * **Succeeded** \
1016
+ * **Failed** \
1017
+ * **Canceled** \
1018
+ * **Running** \
1019
+ * **AutoContinue**
1020
+ */
1021
+ export type TroubleshooterProvisioningState = string;
1022
+ /** Known values of {@link ExecutionStatus} that the service accepts. */
1023
+ export declare enum KnownExecutionStatus {
1024
+ /** Step execution succeeded. */
1025
+ Success = "Success",
1026
+ /** Step execution running */
1027
+ Running = "Running",
1028
+ /** Step execution failed */
1029
+ Failed = "Failed",
1030
+ /** Step execution warning */
1031
+ Warning = "Warning"
1032
+ }
1033
+ /**
1034
+ * Defines values for ExecutionStatus. \
1035
+ * {@link KnownExecutionStatus} can be used interchangeably with ExecutionStatus,
1036
+ * this enum contains the known values that the service supports.
1037
+ * ### Known values supported by the service
1038
+ * **Success**: Step execution succeeded. \
1039
+ * **Running**: Step execution running \
1040
+ * **Failed**: Step execution failed \
1041
+ * **Warning**: Step execution warning
1042
+ */
1043
+ export type ExecutionStatus = string;
1044
+ /** Known values of {@link Type} that the service accepts. */
1045
+ export declare enum KnownType {
1046
+ /** Decision */
1047
+ Decision = "Decision",
1048
+ /** Solution */
1049
+ Solution = "Solution",
1050
+ /** Insight */
1051
+ Insight = "Insight",
1052
+ /** AutomatedCheck */
1053
+ AutomatedCheck = "AutomatedCheck",
1054
+ /** Input */
1055
+ Input = "Input"
1056
+ }
1057
+ /**
1058
+ * Defines values for Type. \
1059
+ * {@link KnownType} can be used interchangeably with Type,
1060
+ * this enum contains the known values that the service supports.
1061
+ * ### Known values supported by the service
1062
+ * **Decision** \
1063
+ * **Solution** \
1064
+ * **Insight** \
1065
+ * **AutomatedCheck** \
1066
+ * **Input**
1067
+ */
1068
+ export type Type = string;
1069
+ /** Known values of {@link QuestionType} that the service accepts. */
1070
+ export declare enum KnownQuestionType {
1071
+ /** SingleChoice radio button */
1072
+ RadioButton = "RadioButton",
1073
+ /** SingleChoice dropdown. */
1074
+ Dropdown = "Dropdown",
1075
+ /** Text Input */
1076
+ TextInput = "TextInput",
1077
+ /** MultiLineInfoBox */
1078
+ MultiLineInfoBox = "MultiLineInfoBox",
1079
+ /** DateTime Picker */
1080
+ DateTimePicker = "DateTimePicker",
1081
+ /** Multi Select */
1082
+ MultiSelect = "MultiSelect"
1083
+ }
1084
+ /**
1085
+ * Defines values for QuestionType. \
1086
+ * {@link KnownQuestionType} can be used interchangeably with QuestionType,
1087
+ * this enum contains the known values that the service supports.
1088
+ * ### Known values supported by the service
1089
+ * **RadioButton**: SingleChoice radio button \
1090
+ * **Dropdown**: SingleChoice dropdown. \
1091
+ * **TextInput**: Text Input \
1092
+ * **MultiLineInfoBox**: MultiLineInfoBox \
1093
+ * **DateTimePicker**: DateTime Picker \
1094
+ * **MultiSelect**: Multi Select
1095
+ */
1096
+ export type QuestionType = string;
1097
+ /** Known values of {@link QuestionContentType} that the service accepts. */
1098
+ export declare enum KnownQuestionContentType {
1099
+ /** Text */
1100
+ Text = "Text",
1101
+ /** Html */
1102
+ Html = "Html",
1103
+ /** Markdown */
1104
+ Markdown = "Markdown"
1105
+ }
1106
+ /**
1107
+ * Defines values for QuestionContentType. \
1108
+ * {@link KnownQuestionContentType} can be used interchangeably with QuestionContentType,
1109
+ * this enum contains the known values that the service supports.
1110
+ * ### Known values supported by the service
1111
+ * **Text** \
1112
+ * **Html** \
1113
+ * **Markdown**
1114
+ */
1115
+ export type QuestionContentType = string;
1116
+ /** Known values of {@link ValidationScope} that the service accepts. */
1117
+ export declare enum KnownValidationScope {
1118
+ /** None */
1119
+ None = "None",
1120
+ /** URLFormat */
1121
+ URLFormat = "URLFormat",
1122
+ /** GuidFormat */
1123
+ GuidFormat = "GuidFormat",
1124
+ /** IpAddressFormat */
1125
+ IpAddressFormat = "IpAddressFormat",
1126
+ /** NumberOnlyFormat */
1127
+ NumberOnlyFormat = "NumberOnlyFormat"
1128
+ }
1129
+ /**
1130
+ * Defines values for ValidationScope. \
1131
+ * {@link KnownValidationScope} can be used interchangeably with ValidationScope,
1132
+ * this enum contains the known values that the service supports.
1133
+ * ### Known values supported by the service
1134
+ * **None** \
1135
+ * **URLFormat** \
1136
+ * **GuidFormat** \
1137
+ * **IpAddressFormat** \
1138
+ * **NumberOnlyFormat**
1139
+ */
1140
+ export type ValidationScope = string;
1141
+ /** Known values of {@link AutomatedCheckResultType} that the service accepts. */
1142
+ export declare enum KnownAutomatedCheckResultType {
1143
+ /** Success */
1144
+ Success = "Success",
1145
+ /** Warning */
1146
+ Warning = "Warning",
1147
+ /** Error */
1148
+ Error = "Error",
1149
+ /** Information */
1150
+ Information = "Information"
1151
+ }
1152
+ /**
1153
+ * Defines values for AutomatedCheckResultType. \
1154
+ * {@link KnownAutomatedCheckResultType} can be used interchangeably with AutomatedCheckResultType,
1155
+ * this enum contains the known values that the service supports.
1156
+ * ### Known values supported by the service
1157
+ * **Success** \
1158
+ * **Warning** \
1159
+ * **Error** \
1160
+ * **Information**
1161
+ */
1162
+ export type AutomatedCheckResultType = string;
1163
+ /** Optional parameters. */
1164
+ export interface OperationsListOptionalParams extends coreClient.OperationOptions {
1165
+ }
1166
+ /** Contains response data for the list operation. */
1167
+ export type OperationsListResponse = OperationListResult;
1168
+ /** Optional parameters. */
1169
+ export interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
1170
+ }
1171
+ /** Contains response data for the listNext operation. */
1172
+ export type OperationsListNextResponse = OperationListResult;
1173
+ /** Optional parameters. */
1174
+ export interface CheckNameAvailabilityCheckAvailabilityOptionalParams extends coreClient.OperationOptions {
1175
+ /** The required parameters for availability check. */
1176
+ checkNameAvailabilityRequest?: CheckNameAvailabilityRequest;
1177
+ }
1178
+ /** Contains response data for the checkAvailability operation. */
1179
+ export type CheckNameAvailabilityCheckAvailabilityResponse = CheckNameAvailabilityResponse;
1180
+ /** Optional parameters. */
1181
+ export interface DiagnosticsCreateOptionalParams extends coreClient.OperationOptions {
1182
+ /** The required request body for this insightResource invocation. */
1183
+ diagnosticResourceRequest?: DiagnosticResource;
1184
+ /** Delay to wait until next poll, in milliseconds. */
1185
+ updateIntervalInMs?: number;
1186
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1187
+ resumeFrom?: string;
1188
+ }
1189
+ /** Contains response data for the create operation. */
1190
+ export type DiagnosticsCreateResponse = DiagnosticResource;
1191
+ /** Optional parameters. */
1192
+ export interface DiagnosticsGetOptionalParams extends coreClient.OperationOptions {
1193
+ }
1194
+ /** Contains response data for the get operation. */
1195
+ export type DiagnosticsGetResponse = DiagnosticResource;
1196
+ /** Optional parameters. */
1197
+ export interface DiscoverySolutionListOptionalParams extends coreClient.OperationOptions {
1198
+ /** 'ProblemClassificationId' is a mandatory filter to get solutions ids. It also supports optional 'ResourceType' and 'SolutionType' filters. The [$filter](https://learn.microsoft.com/en-us/odata/webapi/first-odata-api#filter) supports only 'and', 'or' and 'eq' operators. Example: $filter=ProblemClassificationId eq '1ddda5b4-cf6c-4d4f-91ad-bc38ab0e811e' */
1199
+ filter?: string;
1200
+ /** Skiptoken is only used if a previous operation returned a partial result. */
1201
+ skiptoken?: string;
1202
+ }
1203
+ /** Contains response data for the list operation. */
1204
+ export type DiscoverySolutionListResponse = DiscoveryResponse;
1205
+ /** Optional parameters. */
1206
+ export interface DiscoverySolutionListNextOptionalParams extends coreClient.OperationOptions {
1207
+ }
1208
+ /** Contains response data for the listNext operation. */
1209
+ export type DiscoverySolutionListNextResponse = DiscoveryResponse;
1210
+ /** Optional parameters. */
1211
+ export interface SolutionCreateOptionalParams extends coreClient.OperationOptions {
1212
+ /** The required request body for this solution resource creation. */
1213
+ solutionRequestBody?: SolutionResource;
1214
+ /** Delay to wait until next poll, in milliseconds. */
1215
+ updateIntervalInMs?: number;
1216
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1217
+ resumeFrom?: string;
1218
+ }
1219
+ /** Contains response data for the create operation. */
1220
+ export type SolutionCreateResponse = SolutionResource;
1221
+ /** Optional parameters. */
1222
+ export interface SolutionGetOptionalParams extends coreClient.OperationOptions {
1223
+ }
1224
+ /** Contains response data for the get operation. */
1225
+ export type SolutionGetResponse = SolutionResource;
1226
+ /** Optional parameters. */
1227
+ export interface SolutionUpdateOptionalParams extends coreClient.OperationOptions {
1228
+ /** The required request body for updating a solution resource. */
1229
+ solutionPatchRequestBody?: SolutionPatchRequestBody;
1230
+ /** Delay to wait until next poll, in milliseconds. */
1231
+ updateIntervalInMs?: number;
1232
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1233
+ resumeFrom?: string;
1234
+ }
1235
+ /** Contains response data for the update operation. */
1236
+ export type SolutionUpdateResponse = SolutionUpdateHeaders & SolutionResource;
1237
+ /** Optional parameters. */
1238
+ export interface SolutionWarmUpOptionalParams extends coreClient.OperationOptions {
1239
+ /** The required request body for warming up a solution resource. */
1240
+ solutionWarmUpRequestBody?: SolutionWarmUpRequestBody;
1241
+ }
1242
+ /** Optional parameters. */
1243
+ export interface SimplifiedSolutionsCreateOptionalParams extends coreClient.OperationOptions {
1244
+ /** The required request body for simplified Solutions resource creation. */
1245
+ simplifiedSolutionsRequestBody?: SimplifiedSolutionsResource;
1246
+ /** Delay to wait until next poll, in milliseconds. */
1247
+ updateIntervalInMs?: number;
1248
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1249
+ resumeFrom?: string;
1250
+ }
1251
+ /** Contains response data for the create operation. */
1252
+ export type SimplifiedSolutionsCreateResponse = SimplifiedSolutionsResource;
1253
+ /** Optional parameters. */
1254
+ export interface SimplifiedSolutionsGetOptionalParams extends coreClient.OperationOptions {
1255
+ }
1256
+ /** Contains response data for the get operation. */
1257
+ export type SimplifiedSolutionsGetResponse = SimplifiedSolutionsResource;
1258
+ /** Optional parameters. */
1259
+ export interface TroubleshootersCreateOptionalParams extends coreClient.OperationOptions {
1260
+ /** The required request body for this Troubleshooter resource creation. */
1261
+ createTroubleshooterRequestBody?: TroubleshooterResource;
1262
+ }
1263
+ /** Contains response data for the create operation. */
1264
+ export type TroubleshootersCreateResponse = TroubleshooterResource;
1265
+ /** Optional parameters. */
1266
+ export interface TroubleshootersGetOptionalParams extends coreClient.OperationOptions {
1267
+ }
1268
+ /** Contains response data for the get operation. */
1269
+ export type TroubleshootersGetResponse = TroubleshooterResource;
1270
+ /** Optional parameters. */
1271
+ export interface TroubleshootersContinueOptionalParams extends coreClient.OperationOptions {
1272
+ /** The required request body for going to next step in Troubleshooter resource. */
1273
+ continueRequestBody?: ContinueRequestBody;
1274
+ }
1275
+ /** Contains response data for the continue operation. */
1276
+ export type TroubleshootersContinueResponse = TroubleshootersContinueHeaders;
1277
+ /** Optional parameters. */
1278
+ export interface TroubleshootersEndOptionalParams extends coreClient.OperationOptions {
1279
+ }
1280
+ /** Contains response data for the end operation. */
1281
+ export type TroubleshootersEndResponse = TroubleshootersEndHeaders;
1282
+ /** Optional parameters. */
1283
+ export interface TroubleshootersRestartOptionalParams extends coreClient.OperationOptions {
1284
+ }
1285
+ /** Contains response data for the restart operation. */
1286
+ export type TroubleshootersRestartResponse = TroubleshootersRestartHeaders & RestartTroubleshooterResponse;
1287
+ /** Optional parameters. */
1288
+ export interface SolutionSelfHelpGetOptionalParams extends coreClient.OperationOptions {
1289
+ }
1290
+ /** Contains response data for the get operation. */
1291
+ export type SolutionSelfHelpGetResponse = SolutionResourceSelfHelp;
1292
+ /** Optional parameters. */
1293
+ export interface DiscoverySolutionNLPDiscoverSolutionsOptionalParams extends coreClient.OperationOptions {
1294
+ /** Request body for discovering solutions using NLP. */
1295
+ discoverSolutionRequest?: DiscoveryNlpRequest;
1296
+ }
1297
+ /** Contains response data for the discoverSolutions operation. */
1298
+ export type DiscoverySolutionNLPDiscoverSolutionsResponse = DiscoveryNlpResponse;
1299
+ /** Optional parameters. */
1300
+ export interface DiscoverySolutionNLPDiscoverSolutionsBySubscriptionOptionalParams extends coreClient.OperationOptions {
1301
+ /** Request body for discovering solutions using NLP. */
1302
+ discoverSolutionRequest?: DiscoveryNlpRequest;
1303
+ }
1304
+ /** Contains response data for the discoverSolutionsBySubscription operation. */
1305
+ export type DiscoverySolutionNLPDiscoverSolutionsBySubscriptionResponse = DiscoveryNlpResponse;
1306
+ /** Optional parameters. */
1307
+ export interface HelpRPOptionalParams extends coreClient.ServiceClientOptions {
1308
+ /** server parameter */
1309
+ $host?: string;
1310
+ /** Api Version */
1311
+ apiVersion?: string;
1312
+ /** Overrides client endpoint. */
1313
+ endpoint?: string;
1314
+ }
1315
+ //# sourceMappingURL=index.d.ts.map