@azure/arm-servicemap 3.0.0-beta.1 → 3.0.0-beta.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (547) hide show
  1. package/CHANGELOG.md +5 -3
  2. package/LICENSE +4 -4
  3. package/README.md +37 -17
  4. package/dist/browser/index.d.ts +5 -0
  5. package/dist/browser/index.d.ts.map +1 -0
  6. package/{dist-esm/src → dist/browser}/index.js +4 -3
  7. package/dist/browser/index.js.map +1 -0
  8. package/{dist-esm/src → dist/browser}/models/index.d.ts +148 -163
  9. package/dist/browser/models/index.d.ts.map +1 -0
  10. package/{dist-esm/src → dist/browser}/models/index.js +26 -0
  11. package/dist/browser/models/index.js.map +1 -0
  12. package/{dist-esm/src → dist/browser}/models/mappers.d.ts +9 -9
  13. package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +1 -1
  14. package/{dist-esm/src → dist/browser}/models/mappers.js +278 -140
  15. package/dist/browser/models/mappers.js.map +1 -0
  16. package/{dist-esm/src → dist/browser}/models/parameters.js +1 -1
  17. package/dist/browser/models/parameters.js.map +1 -0
  18. package/{dist-esm/src → dist/browser}/operations/clientGroups.d.ts +3 -3
  19. package/dist/browser/operations/clientGroups.d.ts.map +1 -0
  20. package/{dist-esm/src → dist/browser}/operations/clientGroups.js +30 -39
  21. package/dist/browser/operations/clientGroups.js.map +1 -0
  22. package/dist/browser/operations/index.d.ts +8 -0
  23. package/dist/browser/operations/index.d.ts.map +1 -0
  24. package/dist/browser/operations/index.js +15 -0
  25. package/dist/browser/operations/index.js.map +1 -0
  26. package/{dist-esm/src → dist/browser}/operations/machineGroups.d.ts +3 -3
  27. package/dist/browser/operations/machineGroups.d.ts.map +1 -0
  28. package/{dist-esm/src → dist/browser}/operations/machineGroups.js +30 -38
  29. package/dist/browser/operations/machineGroups.js.map +1 -0
  30. package/{dist-esm/src → dist/browser}/operations/machines.d.ts +3 -3
  31. package/dist/browser/operations/machines.d.ts.map +1 -0
  32. package/{dist-esm/src → dist/browser}/operations/machines.js +134 -183
  33. package/dist/browser/operations/machines.js.map +1 -0
  34. package/{dist-esm/src → dist/browser}/operations/maps.d.ts +3 -3
  35. package/dist/browser/operations/maps.d.ts.map +1 -0
  36. package/{dist-esm/src → dist/browser}/operations/maps.js +3 -2
  37. package/dist/browser/operations/maps.js.map +1 -0
  38. package/{dist-esm/src → dist/browser}/operations/ports.d.ts +3 -3
  39. package/dist/browser/operations/ports.d.ts.map +1 -0
  40. package/{dist-esm/src → dist/browser}/operations/ports.js +56 -73
  41. package/dist/browser/operations/ports.js.map +1 -0
  42. package/{dist-esm/src → dist/browser}/operations/processes.d.ts +3 -3
  43. package/dist/browser/operations/processes.d.ts.map +1 -0
  44. package/{dist-esm/src → dist/browser}/operations/processes.js +56 -73
  45. package/dist/browser/operations/processes.js.map +1 -0
  46. package/{dist-esm/src → dist/browser}/operations/summaries.d.ts +3 -3
  47. package/dist/browser/operations/summaries.d.ts.map +1 -0
  48. package/{dist-esm/src → dist/browser}/operations/summaries.js +3 -2
  49. package/dist/browser/operations/summaries.js.map +1 -0
  50. package/{dist-esm/src → dist/browser}/operationsInterfaces/clientGroups.d.ts +1 -1
  51. package/dist/browser/operationsInterfaces/clientGroups.d.ts.map +1 -0
  52. package/dist/browser/operationsInterfaces/clientGroups.js.map +1 -0
  53. package/dist/browser/operationsInterfaces/index.d.ts +8 -0
  54. package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
  55. package/dist/browser/operationsInterfaces/index.js +15 -0
  56. package/dist/browser/operationsInterfaces/index.js.map +1 -0
  57. package/{dist-esm/src → dist/browser}/operationsInterfaces/machineGroups.d.ts +1 -1
  58. package/dist/browser/operationsInterfaces/machineGroups.d.ts.map +1 -0
  59. package/dist/browser/operationsInterfaces/machineGroups.js.map +1 -0
  60. package/{dist-esm/src → dist/browser}/operationsInterfaces/machines.d.ts +1 -1
  61. package/dist/browser/operationsInterfaces/machines.d.ts.map +1 -0
  62. package/dist/browser/operationsInterfaces/machines.js.map +1 -0
  63. package/{dist-esm/src → dist/browser}/operationsInterfaces/maps.d.ts +1 -1
  64. package/dist/browser/operationsInterfaces/maps.d.ts.map +1 -0
  65. package/dist/browser/operationsInterfaces/maps.js.map +1 -0
  66. package/{dist-esm/src → dist/browser}/operationsInterfaces/ports.d.ts +1 -1
  67. package/dist/browser/operationsInterfaces/ports.d.ts.map +1 -0
  68. package/dist/browser/operationsInterfaces/ports.js.map +1 -0
  69. package/{dist-esm/src → dist/browser}/operationsInterfaces/processes.d.ts +1 -1
  70. package/dist/browser/operationsInterfaces/processes.d.ts.map +1 -0
  71. package/dist/browser/operationsInterfaces/processes.js.map +1 -0
  72. package/{dist-esm/src → dist/browser}/operationsInterfaces/summaries.d.ts +1 -1
  73. package/dist/browser/operationsInterfaces/summaries.d.ts.map +1 -0
  74. package/dist/browser/operationsInterfaces/summaries.js.map +1 -0
  75. package/dist/browser/package.json +3 -0
  76. package/dist/browser/pagingHelper.d.ts +13 -0
  77. package/dist/browser/pagingHelper.d.ts.map +1 -0
  78. package/dist/browser/pagingHelper.js +30 -0
  79. package/dist/browser/pagingHelper.js.map +1 -0
  80. package/{dist-esm/src → dist/browser}/serviceMap.d.ts +4 -2
  81. package/dist/browser/serviceMap.d.ts.map +1 -0
  82. package/dist/browser/serviceMap.js +118 -0
  83. package/dist/browser/serviceMap.js.map +1 -0
  84. package/dist/commonjs/index.d.ts +5 -0
  85. package/dist/commonjs/index.d.ts.map +1 -0
  86. package/dist/commonjs/index.js +19 -0
  87. package/dist/commonjs/index.js.map +1 -0
  88. package/{types/arm-servicemap.d.ts → dist/commonjs/models/index.d.ts} +1111 -1556
  89. package/dist/commonjs/models/index.d.ts.map +1 -0
  90. package/dist/commonjs/models/index.js +87 -0
  91. package/dist/commonjs/models/index.js.map +1 -0
  92. package/dist/commonjs/models/mappers.d.ts +91 -0
  93. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  94. package/dist/commonjs/models/mappers.js +2121 -0
  95. package/dist/commonjs/models/mappers.js.map +1 -0
  96. package/dist/commonjs/models/parameters.d.ts +22 -0
  97. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  98. package/dist/commonjs/models/parameters.js +235 -0
  99. package/dist/commonjs/models/parameters.js.map +1 -0
  100. package/dist/commonjs/operations/clientGroups.d.ts +57 -0
  101. package/dist/commonjs/operations/clientGroups.d.ts.map +1 -0
  102. package/dist/commonjs/operations/clientGroups.js +220 -0
  103. package/dist/commonjs/operations/clientGroups.js.map +1 -0
  104. package/dist/commonjs/operations/index.d.ts +8 -0
  105. package/dist/commonjs/operations/index.d.ts.map +1 -0
  106. package/dist/commonjs/operations/index.js +18 -0
  107. package/dist/commonjs/operations/index.js.map +1 -0
  108. package/dist/commonjs/operations/machineGroups.d.ts +71 -0
  109. package/dist/commonjs/operations/machineGroups.d.ts.map +1 -0
  110. package/dist/commonjs/operations/machineGroups.js +282 -0
  111. package/dist/commonjs/operations/machineGroups.js.map +1 -0
  112. package/dist/commonjs/operations/machines.d.ts +177 -0
  113. package/dist/commonjs/operations/machines.d.ts.map +1 -0
  114. package/dist/commonjs/operations/machines.js +694 -0
  115. package/dist/commonjs/operations/machines.js.map +1 -0
  116. package/dist/commonjs/operations/maps.d.ts +21 -0
  117. package/dist/commonjs/operations/maps.d.ts.map +1 -0
  118. package/dist/commonjs/operations/maps.js +62 -0
  119. package/dist/commonjs/operations/maps.js.map +1 -0
  120. package/dist/commonjs/operations/ports.d.ts +93 -0
  121. package/dist/commonjs/operations/ports.d.ts.map +1 -0
  122. package/dist/commonjs/operations/ports.js +364 -0
  123. package/dist/commonjs/operations/ports.js.map +1 -0
  124. package/dist/commonjs/operations/processes.d.ts +92 -0
  125. package/dist/commonjs/operations/processes.d.ts.map +1 -0
  126. package/dist/commonjs/operations/processes.js +359 -0
  127. package/dist/commonjs/operations/processes.js.map +1 -0
  128. package/dist/commonjs/operations/summaries.d.ts +20 -0
  129. package/dist/commonjs/operations/summaries.d.ts.map +1 -0
  130. package/dist/commonjs/operations/summaries.js +63 -0
  131. package/dist/commonjs/operations/summaries.js.map +1 -0
  132. package/dist/commonjs/operationsInterfaces/clientGroups.d.ts +30 -0
  133. package/dist/commonjs/operationsInterfaces/clientGroups.d.ts.map +1 -0
  134. package/dist/commonjs/operationsInterfaces/clientGroups.js +10 -0
  135. package/dist/commonjs/operationsInterfaces/clientGroups.js.map +1 -0
  136. package/dist/commonjs/operationsInterfaces/index.d.ts +8 -0
  137. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  138. package/dist/commonjs/operationsInterfaces/index.js +18 -0
  139. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  140. package/dist/commonjs/operationsInterfaces/machineGroups.d.ts +46 -0
  141. package/dist/commonjs/operationsInterfaces/machineGroups.d.ts.map +1 -0
  142. package/dist/commonjs/operationsInterfaces/machineGroups.js +10 -0
  143. package/dist/commonjs/operationsInterfaces/machineGroups.js.map +1 -0
  144. package/dist/commonjs/operationsInterfaces/machines.d.ts +68 -0
  145. package/dist/commonjs/operationsInterfaces/machines.d.ts.map +1 -0
  146. package/dist/commonjs/operationsInterfaces/machines.js +10 -0
  147. package/dist/commonjs/operationsInterfaces/machines.js.map +1 -0
  148. package/dist/commonjs/operationsInterfaces/maps.d.ts +13 -0
  149. package/dist/commonjs/operationsInterfaces/maps.d.ts.map +1 -0
  150. package/dist/commonjs/operationsInterfaces/maps.js +10 -0
  151. package/dist/commonjs/operationsInterfaces/maps.js.map +1 -0
  152. package/dist/commonjs/operationsInterfaces/ports.d.ts +43 -0
  153. package/dist/commonjs/operationsInterfaces/ports.d.ts.map +1 -0
  154. package/dist/commonjs/operationsInterfaces/ports.js +10 -0
  155. package/dist/commonjs/operationsInterfaces/ports.js.map +1 -0
  156. package/dist/commonjs/operationsInterfaces/processes.d.ts +42 -0
  157. package/dist/commonjs/operationsInterfaces/processes.d.ts.map +1 -0
  158. package/dist/commonjs/operationsInterfaces/processes.js +10 -0
  159. package/dist/commonjs/operationsInterfaces/processes.js.map +1 -0
  160. package/dist/commonjs/operationsInterfaces/summaries.d.ts +12 -0
  161. package/dist/commonjs/operationsInterfaces/summaries.d.ts.map +1 -0
  162. package/dist/commonjs/operationsInterfaces/summaries.js +10 -0
  163. package/dist/commonjs/operationsInterfaces/summaries.js.map +1 -0
  164. package/dist/commonjs/package.json +3 -0
  165. package/dist/commonjs/pagingHelper.d.ts +13 -0
  166. package/dist/commonjs/pagingHelper.d.ts.map +1 -0
  167. package/dist/commonjs/pagingHelper.js +34 -0
  168. package/dist/commonjs/pagingHelper.js.map +1 -0
  169. package/dist/commonjs/serviceMap.d.ts +26 -0
  170. package/dist/commonjs/serviceMap.d.ts.map +1 -0
  171. package/dist/commonjs/serviceMap.js +123 -0
  172. package/dist/commonjs/serviceMap.js.map +1 -0
  173. package/{types → dist/commonjs}/tsdoc-metadata.json +11 -11
  174. package/dist/esm/index.d.ts +5 -0
  175. package/dist/esm/index.d.ts.map +1 -0
  176. package/{src/index.ts → dist/esm/index.js} +5 -4
  177. package/dist/esm/index.js.map +1 -0
  178. package/dist/esm/models/index.d.ts +1111 -0
  179. package/dist/esm/models/index.d.ts.map +1 -0
  180. package/dist/esm/models/index.js +84 -0
  181. package/dist/esm/models/index.js.map +1 -0
  182. package/dist/esm/models/mappers.d.ts +91 -0
  183. package/dist/esm/models/mappers.d.ts.map +1 -0
  184. package/dist/esm/models/mappers.js +2117 -0
  185. package/dist/esm/models/mappers.js.map +1 -0
  186. package/dist/esm/models/parameters.d.ts +22 -0
  187. package/dist/esm/models/parameters.d.ts.map +1 -0
  188. package/dist/esm/models/parameters.js +232 -0
  189. package/dist/esm/models/parameters.js.map +1 -0
  190. package/dist/esm/operations/clientGroups.d.ts +57 -0
  191. package/dist/esm/operations/clientGroups.d.ts.map +1 -0
  192. package/dist/esm/operations/clientGroups.js +215 -0
  193. package/dist/esm/operations/clientGroups.js.map +1 -0
  194. package/dist/esm/operations/index.d.ts +8 -0
  195. package/dist/esm/operations/index.d.ts.map +1 -0
  196. package/dist/esm/operations/index.js +15 -0
  197. package/dist/esm/operations/index.js.map +1 -0
  198. package/dist/esm/operations/machineGroups.d.ts +71 -0
  199. package/dist/esm/operations/machineGroups.d.ts.map +1 -0
  200. package/dist/esm/operations/machineGroups.js +277 -0
  201. package/dist/esm/operations/machineGroups.js.map +1 -0
  202. package/dist/esm/operations/machines.d.ts +177 -0
  203. package/dist/esm/operations/machines.d.ts.map +1 -0
  204. package/dist/esm/operations/machines.js +689 -0
  205. package/dist/esm/operations/machines.js.map +1 -0
  206. package/dist/esm/operations/maps.d.ts +21 -0
  207. package/dist/esm/operations/maps.d.ts.map +1 -0
  208. package/dist/esm/operations/maps.js +57 -0
  209. package/dist/esm/operations/maps.js.map +1 -0
  210. package/dist/esm/operations/ports.d.ts +93 -0
  211. package/dist/esm/operations/ports.d.ts.map +1 -0
  212. package/dist/esm/operations/ports.js +359 -0
  213. package/dist/esm/operations/ports.js.map +1 -0
  214. package/dist/esm/operations/processes.d.ts +92 -0
  215. package/dist/esm/operations/processes.d.ts.map +1 -0
  216. package/dist/esm/operations/processes.js +354 -0
  217. package/dist/esm/operations/processes.js.map +1 -0
  218. package/dist/esm/operations/summaries.d.ts +20 -0
  219. package/dist/esm/operations/summaries.d.ts.map +1 -0
  220. package/dist/esm/operations/summaries.js +58 -0
  221. package/dist/esm/operations/summaries.js.map +1 -0
  222. package/dist/esm/operationsInterfaces/clientGroups.d.ts +30 -0
  223. package/dist/esm/operationsInterfaces/clientGroups.d.ts.map +1 -0
  224. package/dist/esm/operationsInterfaces/clientGroups.js +9 -0
  225. package/dist/esm/operationsInterfaces/clientGroups.js.map +1 -0
  226. package/dist/esm/operationsInterfaces/index.d.ts +8 -0
  227. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  228. package/dist/esm/operationsInterfaces/index.js +15 -0
  229. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  230. package/dist/esm/operationsInterfaces/machineGroups.d.ts +46 -0
  231. package/dist/esm/operationsInterfaces/machineGroups.d.ts.map +1 -0
  232. package/dist/esm/operationsInterfaces/machineGroups.js +9 -0
  233. package/dist/esm/operationsInterfaces/machineGroups.js.map +1 -0
  234. package/dist/esm/operationsInterfaces/machines.d.ts +68 -0
  235. package/dist/esm/operationsInterfaces/machines.d.ts.map +1 -0
  236. package/dist/esm/operationsInterfaces/machines.js +9 -0
  237. package/dist/esm/operationsInterfaces/machines.js.map +1 -0
  238. package/dist/esm/operationsInterfaces/maps.d.ts +13 -0
  239. package/dist/esm/operationsInterfaces/maps.d.ts.map +1 -0
  240. package/dist/esm/operationsInterfaces/maps.js +9 -0
  241. package/dist/esm/operationsInterfaces/maps.js.map +1 -0
  242. package/dist/esm/operationsInterfaces/ports.d.ts +43 -0
  243. package/dist/esm/operationsInterfaces/ports.d.ts.map +1 -0
  244. package/dist/esm/operationsInterfaces/ports.js +9 -0
  245. package/dist/esm/operationsInterfaces/ports.js.map +1 -0
  246. package/dist/esm/operationsInterfaces/processes.d.ts +42 -0
  247. package/dist/esm/operationsInterfaces/processes.d.ts.map +1 -0
  248. package/dist/esm/operationsInterfaces/processes.js +9 -0
  249. package/dist/esm/operationsInterfaces/processes.js.map +1 -0
  250. package/dist/esm/operationsInterfaces/summaries.d.ts +12 -0
  251. package/dist/esm/operationsInterfaces/summaries.d.ts.map +1 -0
  252. package/dist/esm/operationsInterfaces/summaries.js +9 -0
  253. package/dist/esm/operationsInterfaces/summaries.js.map +1 -0
  254. package/dist/esm/package.json +3 -0
  255. package/dist/esm/pagingHelper.d.ts +13 -0
  256. package/dist/esm/pagingHelper.d.ts.map +1 -0
  257. package/dist/esm/pagingHelper.js +30 -0
  258. package/dist/esm/pagingHelper.js.map +1 -0
  259. package/dist/esm/serviceMap.d.ts +26 -0
  260. package/dist/esm/serviceMap.d.ts.map +1 -0
  261. package/dist/esm/serviceMap.js +118 -0
  262. package/dist/esm/serviceMap.js.map +1 -0
  263. package/dist/react-native/index.d.ts +5 -0
  264. package/dist/react-native/index.d.ts.map +1 -0
  265. package/dist/react-native/index.js +13 -0
  266. package/dist/react-native/index.js.map +1 -0
  267. package/dist/react-native/models/index.d.ts +1111 -0
  268. package/dist/react-native/models/index.d.ts.map +1 -0
  269. package/dist/react-native/models/index.js +84 -0
  270. package/dist/react-native/models/index.js.map +1 -0
  271. package/dist/react-native/models/mappers.d.ts +91 -0
  272. package/dist/react-native/models/mappers.d.ts.map +1 -0
  273. package/dist/react-native/models/mappers.js +2117 -0
  274. package/dist/react-native/models/mappers.js.map +1 -0
  275. package/dist/react-native/models/parameters.d.ts +22 -0
  276. package/dist/react-native/models/parameters.d.ts.map +1 -0
  277. package/dist/react-native/models/parameters.js +232 -0
  278. package/dist/react-native/models/parameters.js.map +1 -0
  279. package/dist/react-native/operations/clientGroups.d.ts +57 -0
  280. package/dist/react-native/operations/clientGroups.d.ts.map +1 -0
  281. package/dist/react-native/operations/clientGroups.js +215 -0
  282. package/dist/react-native/operations/clientGroups.js.map +1 -0
  283. package/dist/react-native/operations/index.d.ts +8 -0
  284. package/dist/react-native/operations/index.d.ts.map +1 -0
  285. package/dist/react-native/operations/index.js +15 -0
  286. package/dist/react-native/operations/index.js.map +1 -0
  287. package/dist/react-native/operations/machineGroups.d.ts +71 -0
  288. package/dist/react-native/operations/machineGroups.d.ts.map +1 -0
  289. package/dist/react-native/operations/machineGroups.js +277 -0
  290. package/dist/react-native/operations/machineGroups.js.map +1 -0
  291. package/dist/react-native/operations/machines.d.ts +177 -0
  292. package/dist/react-native/operations/machines.d.ts.map +1 -0
  293. package/dist/react-native/operations/machines.js +689 -0
  294. package/dist/react-native/operations/machines.js.map +1 -0
  295. package/dist/react-native/operations/maps.d.ts +21 -0
  296. package/dist/react-native/operations/maps.d.ts.map +1 -0
  297. package/dist/react-native/operations/maps.js +57 -0
  298. package/dist/react-native/operations/maps.js.map +1 -0
  299. package/dist/react-native/operations/ports.d.ts +93 -0
  300. package/dist/react-native/operations/ports.d.ts.map +1 -0
  301. package/dist/react-native/operations/ports.js +359 -0
  302. package/dist/react-native/operations/ports.js.map +1 -0
  303. package/dist/react-native/operations/processes.d.ts +92 -0
  304. package/dist/react-native/operations/processes.d.ts.map +1 -0
  305. package/dist/react-native/operations/processes.js +354 -0
  306. package/dist/react-native/operations/processes.js.map +1 -0
  307. package/dist/react-native/operations/summaries.d.ts +20 -0
  308. package/dist/react-native/operations/summaries.d.ts.map +1 -0
  309. package/dist/react-native/operations/summaries.js +58 -0
  310. package/dist/react-native/operations/summaries.js.map +1 -0
  311. package/dist/react-native/operationsInterfaces/clientGroups.d.ts +30 -0
  312. package/dist/react-native/operationsInterfaces/clientGroups.d.ts.map +1 -0
  313. package/dist/react-native/operationsInterfaces/clientGroups.js +9 -0
  314. package/dist/react-native/operationsInterfaces/clientGroups.js.map +1 -0
  315. package/dist/react-native/operationsInterfaces/index.d.ts +8 -0
  316. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
  317. package/dist/react-native/operationsInterfaces/index.js +15 -0
  318. package/dist/react-native/operationsInterfaces/index.js.map +1 -0
  319. package/dist/react-native/operationsInterfaces/machineGroups.d.ts +46 -0
  320. package/dist/react-native/operationsInterfaces/machineGroups.d.ts.map +1 -0
  321. package/dist/react-native/operationsInterfaces/machineGroups.js +9 -0
  322. package/dist/react-native/operationsInterfaces/machineGroups.js.map +1 -0
  323. package/dist/react-native/operationsInterfaces/machines.d.ts +68 -0
  324. package/dist/react-native/operationsInterfaces/machines.d.ts.map +1 -0
  325. package/dist/react-native/operationsInterfaces/machines.js +9 -0
  326. package/dist/react-native/operationsInterfaces/machines.js.map +1 -0
  327. package/dist/react-native/operationsInterfaces/maps.d.ts +13 -0
  328. package/dist/react-native/operationsInterfaces/maps.d.ts.map +1 -0
  329. package/dist/react-native/operationsInterfaces/maps.js +9 -0
  330. package/dist/react-native/operationsInterfaces/maps.js.map +1 -0
  331. package/dist/react-native/operationsInterfaces/ports.d.ts +43 -0
  332. package/dist/react-native/operationsInterfaces/ports.d.ts.map +1 -0
  333. package/dist/react-native/operationsInterfaces/ports.js +9 -0
  334. package/dist/react-native/operationsInterfaces/ports.js.map +1 -0
  335. package/dist/react-native/operationsInterfaces/processes.d.ts +42 -0
  336. package/dist/react-native/operationsInterfaces/processes.d.ts.map +1 -0
  337. package/dist/react-native/operationsInterfaces/processes.js +9 -0
  338. package/dist/react-native/operationsInterfaces/processes.js.map +1 -0
  339. package/dist/react-native/operationsInterfaces/summaries.d.ts +12 -0
  340. package/dist/react-native/operationsInterfaces/summaries.d.ts.map +1 -0
  341. package/dist/react-native/operationsInterfaces/summaries.js +9 -0
  342. package/dist/react-native/operationsInterfaces/summaries.js.map +1 -0
  343. package/dist/react-native/package.json +3 -0
  344. package/dist/react-native/pagingHelper.d.ts +13 -0
  345. package/dist/react-native/pagingHelper.d.ts.map +1 -0
  346. package/dist/react-native/pagingHelper.js +30 -0
  347. package/dist/react-native/pagingHelper.js.map +1 -0
  348. package/dist/react-native/serviceMap.d.ts +26 -0
  349. package/dist/react-native/serviceMap.d.ts.map +1 -0
  350. package/dist/react-native/serviceMap.js +118 -0
  351. package/dist/react-native/serviceMap.js.map +1 -0
  352. package/package.json +104 -73
  353. package/review/{arm-servicemap.api.md → arm-servicemap-node.api.md} +105 -148
  354. package/LICENSE.txt +0 -21
  355. package/dist/index.js +0 -4469
  356. package/dist/index.js.map +0 -1
  357. package/dist/index.min.js +0 -1
  358. package/dist/index.min.js.map +0 -1
  359. package/dist-esm/samples-dev/smClientGroupsGet.d.ts +0 -2
  360. package/dist-esm/samples-dev/smClientGroupsGet.d.ts.map +0 -1
  361. package/dist-esm/samples-dev/smClientGroupsGet.js +0 -35
  362. package/dist-esm/samples-dev/smClientGroupsGet.js.map +0 -1
  363. package/dist-esm/samples-dev/smClientGroupsGetMembersCountGet.d.ts +0 -2
  364. package/dist-esm/samples-dev/smClientGroupsGetMembersCountGet.d.ts.map +0 -1
  365. package/dist-esm/samples-dev/smClientGroupsGetMembersCountGet.js +0 -35
  366. package/dist-esm/samples-dev/smClientGroupsGetMembersCountGet.js.map +0 -1
  367. package/dist-esm/samples-dev/smClientGroupsListMembersGet.d.ts +0 -2
  368. package/dist-esm/samples-dev/smClientGroupsListMembersGet.d.ts.map +0 -1
  369. package/dist-esm/samples-dev/smClientGroupsListMembersGet.js +0 -49
  370. package/dist-esm/samples-dev/smClientGroupsListMembersGet.js.map +0 -1
  371. package/dist-esm/samples-dev/smMachineGroupsCreatePost.d.ts +0 -2
  372. package/dist-esm/samples-dev/smMachineGroupsCreatePost.d.ts.map +0 -1
  373. package/dist-esm/samples-dev/smMachineGroupsCreatePost.js +0 -43
  374. package/dist-esm/samples-dev/smMachineGroupsCreatePost.js.map +0 -1
  375. package/dist-esm/samples-dev/smMachineGroupsDelete.d.ts +0 -2
  376. package/dist-esm/samples-dev/smMachineGroupsDelete.d.ts.map +0 -1
  377. package/dist-esm/samples-dev/smMachineGroupsDelete.js +0 -32
  378. package/dist-esm/samples-dev/smMachineGroupsDelete.js.map +0 -1
  379. package/dist-esm/samples-dev/smMachineGroupsGet.d.ts +0 -2
  380. package/dist-esm/samples-dev/smMachineGroupsGet.d.ts.map +0 -1
  381. package/dist-esm/samples-dev/smMachineGroupsGet.js +0 -32
  382. package/dist-esm/samples-dev/smMachineGroupsGet.js.map +0 -1
  383. package/dist-esm/samples-dev/smMachineGroupsListByWorkspaceGet.d.ts +0 -2
  384. package/dist-esm/samples-dev/smMachineGroupsListByWorkspaceGet.d.ts.map +0 -1
  385. package/dist-esm/samples-dev/smMachineGroupsListByWorkspaceGet.js +0 -48
  386. package/dist-esm/samples-dev/smMachineGroupsListByWorkspaceGet.js.map +0 -1
  387. package/dist-esm/samples-dev/smMachineGroupsUpdatePut.d.ts +0 -2
  388. package/dist-esm/samples-dev/smMachineGroupsUpdatePut.d.ts.map +0 -1
  389. package/dist-esm/samples-dev/smMachineGroupsUpdatePut.js +0 -44
  390. package/dist-esm/samples-dev/smMachineGroupsUpdatePut.js.map +0 -1
  391. package/dist-esm/samples-dev/smMachinesGet.d.ts +0 -2
  392. package/dist-esm/samples-dev/smMachinesGet.d.ts.map +0 -1
  393. package/dist-esm/samples-dev/smMachinesGet.js +0 -34
  394. package/dist-esm/samples-dev/smMachinesGet.js.map +0 -1
  395. package/dist-esm/samples-dev/smMachinesGetLivenessGet.d.ts +0 -2
  396. package/dist-esm/samples-dev/smMachinesGetLivenessGet.d.ts.map +0 -1
  397. package/dist-esm/samples-dev/smMachinesGetLivenessGet.js +0 -35
  398. package/dist-esm/samples-dev/smMachinesGetLivenessGet.js.map +0 -1
  399. package/dist-esm/samples-dev/smMachinesListByWorkspaceGet.d.ts +0 -2
  400. package/dist-esm/samples-dev/smMachinesListByWorkspaceGet.d.ts.map +0 -1
  401. package/dist-esm/samples-dev/smMachinesListByWorkspaceGet.js +0 -48
  402. package/dist-esm/samples-dev/smMachinesListByWorkspaceGet.js.map +0 -1
  403. package/dist-esm/samples-dev/smMachinesListConnectionsGet.d.ts +0 -2
  404. package/dist-esm/samples-dev/smMachinesListConnectionsGet.d.ts.map +0 -1
  405. package/dist-esm/samples-dev/smMachinesListConnectionsGet.js +0 -49
  406. package/dist-esm/samples-dev/smMachinesListConnectionsGet.js.map +0 -1
  407. package/dist-esm/samples-dev/smMachinesListMachineGroupMembershipGet.d.ts +0 -2
  408. package/dist-esm/samples-dev/smMachinesListMachineGroupMembershipGet.d.ts.map +0 -1
  409. package/dist-esm/samples-dev/smMachinesListMachineGroupMembershipGet.js +0 -49
  410. package/dist-esm/samples-dev/smMachinesListMachineGroupMembershipGet.js.map +0 -1
  411. package/dist-esm/samples-dev/smMachinesListPortsGet.d.ts +0 -2
  412. package/dist-esm/samples-dev/smMachinesListPortsGet.d.ts.map +0 -1
  413. package/dist-esm/samples-dev/smMachinesListPortsGet.js +0 -49
  414. package/dist-esm/samples-dev/smMachinesListPortsGet.js.map +0 -1
  415. package/dist-esm/samples-dev/smMachinesListProcessesGet.d.ts +0 -2
  416. package/dist-esm/samples-dev/smMachinesListProcessesGet.d.ts.map +0 -1
  417. package/dist-esm/samples-dev/smMachinesListProcessesGet.js +0 -49
  418. package/dist-esm/samples-dev/smMachinesListProcessesGet.js.map +0 -1
  419. package/dist-esm/samples-dev/smMachinesPortsGet.d.ts +0 -2
  420. package/dist-esm/samples-dev/smMachinesPortsGet.d.ts.map +0 -1
  421. package/dist-esm/samples-dev/smMachinesPortsGet.js +0 -36
  422. package/dist-esm/samples-dev/smMachinesPortsGet.js.map +0 -1
  423. package/dist-esm/samples-dev/smMachinesPortsGetLivenessGet.d.ts +0 -2
  424. package/dist-esm/samples-dev/smMachinesPortsGetLivenessGet.d.ts.map +0 -1
  425. package/dist-esm/samples-dev/smMachinesPortsGetLivenessGet.js +0 -36
  426. package/dist-esm/samples-dev/smMachinesPortsGetLivenessGet.js.map +0 -1
  427. package/dist-esm/samples-dev/smMachinesPortsListAcceptingProcessesGet.d.ts +0 -2
  428. package/dist-esm/samples-dev/smMachinesPortsListAcceptingProcessesGet.d.ts.map +0 -1
  429. package/dist-esm/samples-dev/smMachinesPortsListAcceptingProcessesGet.js +0 -50
  430. package/dist-esm/samples-dev/smMachinesPortsListAcceptingProcessesGet.js.map +0 -1
  431. package/dist-esm/samples-dev/smMachinesPortsListConnectionsGet.d.ts +0 -2
  432. package/dist-esm/samples-dev/smMachinesPortsListConnectionsGet.d.ts.map +0 -1
  433. package/dist-esm/samples-dev/smMachinesPortsListConnectionsGet.js +0 -50
  434. package/dist-esm/samples-dev/smMachinesPortsListConnectionsGet.js.map +0 -1
  435. package/dist-esm/samples-dev/smMachinesProcessesGet.d.ts +0 -2
  436. package/dist-esm/samples-dev/smMachinesProcessesGet.d.ts.map +0 -1
  437. package/dist-esm/samples-dev/smMachinesProcessesGet.js +0 -35
  438. package/dist-esm/samples-dev/smMachinesProcessesGet.js.map +0 -1
  439. package/dist-esm/samples-dev/smMachinesProcessesGetLivenessGet.d.ts +0 -2
  440. package/dist-esm/samples-dev/smMachinesProcessesGetLivenessGet.d.ts.map +0 -1
  441. package/dist-esm/samples-dev/smMachinesProcessesGetLivenessGet.js +0 -36
  442. package/dist-esm/samples-dev/smMachinesProcessesGetLivenessGet.js.map +0 -1
  443. package/dist-esm/samples-dev/smMachinesProcessesListAcceptingPortsGet.d.ts +0 -2
  444. package/dist-esm/samples-dev/smMachinesProcessesListAcceptingPortsGet.d.ts.map +0 -1
  445. package/dist-esm/samples-dev/smMachinesProcessesListAcceptingPortsGet.js +0 -50
  446. package/dist-esm/samples-dev/smMachinesProcessesListAcceptingPortsGet.js.map +0 -1
  447. package/dist-esm/samples-dev/smMachinesProcessesListConnectionsGet.d.ts +0 -2
  448. package/dist-esm/samples-dev/smMachinesProcessesListConnectionsGet.d.ts.map +0 -1
  449. package/dist-esm/samples-dev/smMachinesProcessesListConnectionsGet.js +0 -50
  450. package/dist-esm/samples-dev/smMachinesProcessesListConnectionsGet.js.map +0 -1
  451. package/dist-esm/samples-dev/smMapsGenerateMachineGroupDependencyPost.d.ts +0 -2
  452. package/dist-esm/samples-dev/smMapsGenerateMachineGroupDependencyPost.d.ts.map +0 -1
  453. package/dist-esm/samples-dev/smMapsGenerateMachineGroupDependencyPost.js +0 -38
  454. package/dist-esm/samples-dev/smMapsGenerateMachineGroupDependencyPost.js.map +0 -1
  455. package/dist-esm/samples-dev/smMapsGenerateMachineListDependencyPost.d.ts +0 -2
  456. package/dist-esm/samples-dev/smMapsGenerateMachineListDependencyPost.d.ts.map +0 -1
  457. package/dist-esm/samples-dev/smMapsGenerateMachineListDependencyPost.js +0 -41
  458. package/dist-esm/samples-dev/smMapsGenerateMachineListDependencyPost.js.map +0 -1
  459. package/dist-esm/samples-dev/smMapsGenerateSingleMachineDependencyPost.d.ts +0 -2
  460. package/dist-esm/samples-dev/smMapsGenerateSingleMachineDependencyPost.d.ts.map +0 -1
  461. package/dist-esm/samples-dev/smMapsGenerateSingleMachineDependencyPost.js +0 -37
  462. package/dist-esm/samples-dev/smMapsGenerateSingleMachineDependencyPost.js.map +0 -1
  463. package/dist-esm/samples-dev/smSummariesGetMachinesGet.d.ts +0 -2
  464. package/dist-esm/samples-dev/smSummariesGetMachinesGet.d.ts.map +0 -1
  465. package/dist-esm/samples-dev/smSummariesGetMachinesGet.js +0 -34
  466. package/dist-esm/samples-dev/smSummariesGetMachinesGet.js.map +0 -1
  467. package/dist-esm/src/index.d.ts +0 -5
  468. package/dist-esm/src/index.d.ts.map +0 -1
  469. package/dist-esm/src/index.js.map +0 -1
  470. package/dist-esm/src/models/index.d.ts.map +0 -1
  471. package/dist-esm/src/models/index.js.map +0 -1
  472. package/dist-esm/src/models/mappers.js.map +0 -1
  473. package/dist-esm/src/models/parameters.js.map +0 -1
  474. package/dist-esm/src/operations/clientGroups.d.ts.map +0 -1
  475. package/dist-esm/src/operations/clientGroups.js.map +0 -1
  476. package/dist-esm/src/operations/index.d.ts +0 -8
  477. package/dist-esm/src/operations/index.d.ts.map +0 -1
  478. package/dist-esm/src/operations/index.js +0 -15
  479. package/dist-esm/src/operations/index.js.map +0 -1
  480. package/dist-esm/src/operations/machineGroups.d.ts.map +0 -1
  481. package/dist-esm/src/operations/machineGroups.js.map +0 -1
  482. package/dist-esm/src/operations/machines.d.ts.map +0 -1
  483. package/dist-esm/src/operations/machines.js.map +0 -1
  484. package/dist-esm/src/operations/maps.d.ts.map +0 -1
  485. package/dist-esm/src/operations/maps.js.map +0 -1
  486. package/dist-esm/src/operations/ports.d.ts.map +0 -1
  487. package/dist-esm/src/operations/ports.js.map +0 -1
  488. package/dist-esm/src/operations/processes.d.ts.map +0 -1
  489. package/dist-esm/src/operations/processes.js.map +0 -1
  490. package/dist-esm/src/operations/summaries.d.ts.map +0 -1
  491. package/dist-esm/src/operations/summaries.js.map +0 -1
  492. package/dist-esm/src/operationsInterfaces/clientGroups.d.ts.map +0 -1
  493. package/dist-esm/src/operationsInterfaces/clientGroups.js.map +0 -1
  494. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -8
  495. package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
  496. package/dist-esm/src/operationsInterfaces/index.js +0 -15
  497. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  498. package/dist-esm/src/operationsInterfaces/machineGroups.d.ts.map +0 -1
  499. package/dist-esm/src/operationsInterfaces/machineGroups.js.map +0 -1
  500. package/dist-esm/src/operationsInterfaces/machines.d.ts.map +0 -1
  501. package/dist-esm/src/operationsInterfaces/machines.js.map +0 -1
  502. package/dist-esm/src/operationsInterfaces/maps.d.ts.map +0 -1
  503. package/dist-esm/src/operationsInterfaces/maps.js.map +0 -1
  504. package/dist-esm/src/operationsInterfaces/ports.d.ts.map +0 -1
  505. package/dist-esm/src/operationsInterfaces/ports.js.map +0 -1
  506. package/dist-esm/src/operationsInterfaces/processes.d.ts.map +0 -1
  507. package/dist-esm/src/operationsInterfaces/processes.js.map +0 -1
  508. package/dist-esm/src/operationsInterfaces/summaries.d.ts.map +0 -1
  509. package/dist-esm/src/operationsInterfaces/summaries.js.map +0 -1
  510. package/dist-esm/src/serviceMap.d.ts.map +0 -1
  511. package/dist-esm/src/serviceMap.js +0 -57
  512. package/dist-esm/src/serviceMap.js.map +0 -1
  513. package/dist-esm/test/sampleTest.d.ts +0 -2
  514. package/dist-esm/test/sampleTest.d.ts.map +0 -1
  515. package/dist-esm/test/sampleTest.js +0 -40
  516. package/dist-esm/test/sampleTest.js.map +0 -1
  517. package/rollup.config.js +0 -188
  518. package/src/models/index.ts +0 -1362
  519. package/src/models/mappers.ts +0 -2184
  520. package/src/models/parameters.ts +0 -260
  521. package/src/operations/clientGroups.ts +0 -310
  522. package/src/operations/index.ts +0 -15
  523. package/src/operations/machineGroups.ts +0 -385
  524. package/src/operations/machines.ts +0 -1030
  525. package/src/operations/maps.ts +0 -77
  526. package/src/operations/ports.ts +0 -538
  527. package/src/operations/processes.ts +0 -533
  528. package/src/operations/summaries.ts +0 -76
  529. package/src/operationsInterfaces/clientGroups.ts +0 -61
  530. package/src/operationsInterfaces/index.ts +0 -15
  531. package/src/operationsInterfaces/machineGroups.ts +0 -90
  532. package/src/operationsInterfaces/machines.ts +0 -126
  533. package/src/operationsInterfaces/maps.ts +0 -30
  534. package/src/operationsInterfaces/ports.ts +0 -85
  535. package/src/operationsInterfaces/processes.ts +0 -84
  536. package/src/operationsInterfaces/summaries.ts +0 -27
  537. package/src/serviceMap.ts +0 -103
  538. package/tsconfig.json +0 -20
  539. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
  540. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
  541. /package/{dist-esm/src → dist/browser}/operationsInterfaces/clientGroups.js +0 -0
  542. /package/{dist-esm/src → dist/browser}/operationsInterfaces/machineGroups.js +0 -0
  543. /package/{dist-esm/src → dist/browser}/operationsInterfaces/machines.js +0 -0
  544. /package/{dist-esm/src → dist/browser}/operationsInterfaces/maps.js +0 -0
  545. /package/{dist-esm/src → dist/browser}/operationsInterfaces/ports.js +0 -0
  546. /package/{dist-esm/src → dist/browser}/operationsInterfaces/processes.js +0 -0
  547. /package/{dist-esm/src → dist/browser}/operationsInterfaces/summaries.js +0 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mappers.js","sourceRoot":"","sources":["../../../src/models/mappers.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\n\nexport const MachineCollection: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MachineCollection\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Machine\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Timezone: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Timezone\",\n modelProperties: {\n fullName: {\n serializedName: \"fullName\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AgentConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AgentConfiguration\",\n modelProperties: {\n agentId: {\n serializedName: \"agentId\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n dependencyAgentId: {\n serializedName: \"dependencyAgentId\",\n type: {\n name: \"String\"\n }\n },\n dependencyAgentVersion: {\n serializedName: \"dependencyAgentVersion\",\n type: {\n name: \"String\"\n }\n },\n dependencyAgentRevision: {\n serializedName: \"dependencyAgentRevision\",\n type: {\n name: \"String\"\n }\n },\n rebootStatus: {\n serializedName: \"rebootStatus\",\n type: {\n name: \"Enum\",\n allowedValues: [\"unknown\", \"rebooted\", \"notRebooted\"]\n }\n },\n clockGranularity: {\n serializedName: \"clockGranularity\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const MachineResourcesConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MachineResourcesConfiguration\",\n modelProperties: {\n physicalMemory: {\n serializedName: \"physicalMemory\",\n type: {\n name: \"Number\"\n }\n },\n cpus: {\n serializedName: \"cpus\",\n type: {\n name: \"Number\"\n }\n },\n cpuSpeed: {\n serializedName: \"cpuSpeed\",\n type: {\n name: \"Number\"\n }\n },\n cpuSpeedAccuracy: {\n serializedName: \"cpuSpeedAccuracy\",\n type: {\n name: \"Enum\",\n allowedValues: [\"actual\", \"estimated\"]\n }\n }\n }\n }\n};\n\nexport const NetworkConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"NetworkConfiguration\",\n modelProperties: {\n ipv4Interfaces: {\n serializedName: \"ipv4Interfaces\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Ipv4NetworkInterface\"\n }\n }\n }\n },\n ipv6Interfaces: {\n serializedName: \"ipv6Interfaces\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Ipv6NetworkInterface\"\n }\n }\n }\n },\n defaultIpv4Gateways: {\n serializedName: \"defaultIpv4Gateways\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n macAddresses: {\n serializedName: \"macAddresses\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n dnsNames: {\n serializedName: \"dnsNames\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const Ipv4NetworkInterface: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Ipv4NetworkInterface\",\n modelProperties: {\n ipAddress: {\n serializedName: \"ipAddress\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n subnetMask: {\n defaultValue: \"255.255.255.255\",\n serializedName: \"subnetMask\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Ipv6NetworkInterface: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Ipv6NetworkInterface\",\n modelProperties: {\n ipAddress: {\n serializedName: \"ipAddress\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const OperatingSystemConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperatingSystemConfiguration\",\n modelProperties: {\n family: {\n serializedName: \"family\",\n required: true,\n type: {\n name: \"Enum\",\n allowedValues: [\"unknown\", \"windows\", \"linux\", \"solaris\", \"aix\"]\n }\n },\n fullName: {\n serializedName: \"fullName\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n bitness: {\n serializedName: \"bitness\",\n required: true,\n type: {\n name: \"Enum\",\n allowedValues: [\"32bit\", \"64bit\"]\n }\n }\n }\n }\n};\n\nexport const VirtualMachineConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"VirtualMachineConfiguration\",\n modelProperties: {\n virtualMachineType: {\n serializedName: \"virtualMachineType\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"unknown\",\n \"hyperv\",\n \"ldom\",\n \"lpar\",\n \"vmware\",\n \"virtualPc\",\n \"xen\"\n ]\n }\n },\n nativeMachineId: {\n serializedName: \"nativeMachineId\",\n type: {\n name: \"String\"\n }\n },\n virtualMachineName: {\n serializedName: \"virtualMachineName\",\n type: {\n name: \"String\"\n }\n },\n nativeHostMachineId: {\n serializedName: \"nativeHostMachineId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const HypervisorConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"HypervisorConfiguration\",\n modelProperties: {\n hypervisorType: {\n serializedName: \"hypervisorType\",\n type: {\n name: \"Enum\",\n allowedValues: [\"unknown\", \"hyperv\"]\n }\n },\n nativeHostMachineId: {\n serializedName: \"nativeHostMachineId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const HostingConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"HostingConfiguration\",\n uberParent: \"HostingConfiguration\",\n polymorphicDiscriminator: {\n serializedName: \"kind\",\n clientName: \"kind\"\n },\n modelProperties: {\n provider: {\n defaultValue: \"azure\",\n isConstant: true,\n serializedName: \"provider\",\n type: {\n name: \"String\"\n }\n },\n kind: {\n defaultValue: \"provider:azure\",\n isConstant: true,\n serializedName: \"kind\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Resource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Resource\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ErrorResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorResponse\",\n modelProperties: {\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"ErrorModel\"\n }\n }\n }\n }\n};\n\nexport const ErrorModel: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorModel\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n message: {\n serializedName: \"message\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Liveness: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Liveness\",\n modelProperties: {\n startTime: {\n serializedName: \"startTime\",\n required: true,\n type: {\n name: \"DateTime\"\n }\n },\n endTime: {\n serializedName: \"endTime\",\n required: true,\n type: {\n name: \"DateTime\"\n }\n },\n live: {\n serializedName: \"live\",\n required: true,\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const ConnectionCollection: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConnectionCollection\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Connection\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ResourceReference: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ResourceReference\",\n uberParent: \"ResourceReference\",\n polymorphicDiscriminator: {\n serializedName: \"kind\",\n clientName: \"kind\"\n },\n modelProperties: {\n id: {\n serializedName: \"id\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n kind: {\n serializedName: \"kind\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const RelationshipProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RelationshipProperties\",\n modelProperties: {\n source: {\n serializedName: \"source\",\n type: {\n name: \"Composite\",\n className: \"ResourceReference\"\n }\n },\n destination: {\n serializedName: \"destination\",\n type: {\n name: \"Composite\",\n className: \"ResourceReference\"\n }\n },\n startTime: {\n serializedName: \"startTime\",\n type: {\n name: \"DateTime\"\n }\n },\n endTime: {\n serializedName: \"endTime\",\n type: {\n name: \"DateTime\"\n }\n }\n }\n }\n};\n\nexport const ProcessCollection: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProcessCollection\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Process\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ProcessDetails: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProcessDetails\",\n modelProperties: {\n persistentKey: {\n serializedName: \"persistentKey\",\n type: {\n name: \"String\"\n }\n },\n poolId: {\n serializedName: \"poolId\",\n type: {\n name: \"Number\"\n }\n },\n firstPid: {\n serializedName: \"firstPid\",\n type: {\n name: \"Number\"\n }\n },\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\"\n }\n },\n companyName: {\n serializedName: \"companyName\",\n type: {\n name: \"String\"\n }\n },\n internalName: {\n serializedName: \"internalName\",\n type: {\n name: \"String\"\n }\n },\n productName: {\n serializedName: \"productName\",\n type: {\n name: \"String\"\n }\n },\n productVersion: {\n serializedName: \"productVersion\",\n type: {\n name: \"String\"\n }\n },\n fileVersion: {\n serializedName: \"fileVersion\",\n type: {\n name: \"String\"\n }\n },\n commandLine: {\n serializedName: \"commandLine\",\n type: {\n name: \"String\"\n }\n },\n executablePath: {\n serializedName: \"executablePath\",\n type: {\n name: \"String\"\n }\n },\n workingDirectory: {\n serializedName: \"workingDirectory\",\n type: {\n name: \"String\"\n }\n },\n services: {\n serializedName: \"services\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ProcessHostedService\"\n }\n }\n }\n },\n zoneName: {\n serializedName: \"zoneName\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ProcessHostedService: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProcessHostedService\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n displayName: {\n serializedName: \"displayName\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ProcessUser: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProcessUser\",\n modelProperties: {\n userName: {\n serializedName: \"userName\",\n type: {\n name: \"String\"\n }\n },\n userDomain: {\n serializedName: \"userDomain\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ProcessHostingConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProcessHostingConfiguration\",\n uberParent: \"ProcessHostingConfiguration\",\n polymorphicDiscriminator: {\n serializedName: \"kind\",\n clientName: \"kind\"\n },\n modelProperties: {\n provider: {\n defaultValue: \"azure\",\n isConstant: true,\n serializedName: \"provider\",\n type: {\n name: \"String\"\n }\n },\n kind: {\n defaultValue: \"provider:azure\",\n isConstant: true,\n serializedName: \"kind\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const PortCollection: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PortCollection\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Port\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const MachineGroupCollection: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MachineGroupCollection\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MachineGroup\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ClientGroupMembersCount: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ClientGroupMembersCount\",\n modelProperties: {\n startTime: {\n serializedName: \"startTime\",\n required: true,\n type: {\n name: \"DateTime\"\n }\n },\n endTime: {\n serializedName: \"endTime\",\n required: true,\n type: {\n name: \"DateTime\"\n }\n },\n groupId: {\n serializedName: \"groupId\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n count: {\n serializedName: \"count\",\n required: true,\n type: {\n name: \"Number\"\n }\n },\n accuracy: {\n serializedName: \"accuracy\",\n required: true,\n type: {\n name: \"Enum\",\n allowedValues: [\"actual\", \"estimated\"]\n }\n }\n }\n }\n};\n\nexport const ClientGroupMembersCollection: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ClientGroupMembersCollection\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ClientGroupMember\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const MapRequest: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MapRequest\",\n uberParent: \"MapRequest\",\n polymorphicDiscriminator: {\n serializedName: \"kind\",\n clientName: \"kind\"\n },\n modelProperties: {\n startTime: {\n serializedName: \"startTime\",\n type: {\n name: \"DateTime\"\n }\n },\n endTime: {\n serializedName: \"endTime\",\n type: {\n name: \"DateTime\"\n }\n },\n kind: {\n serializedName: \"kind\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const MapResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MapResponse\",\n modelProperties: {\n startTime: {\n serializedName: \"startTime\",\n required: true,\n type: {\n name: \"DateTime\"\n }\n },\n endTime: {\n serializedName: \"endTime\",\n required: true,\n type: {\n name: \"DateTime\"\n }\n },\n map: {\n serializedName: \"map\",\n type: {\n name: \"Composite\",\n className: \"Map\"\n }\n }\n }\n }\n};\n\nexport const Map: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Map\",\n modelProperties: {\n nodes: {\n serializedName: \"nodes\",\n type: {\n name: \"Composite\",\n className: \"MapNodes\"\n }\n },\n edges: {\n serializedName: \"edges\",\n type: {\n name: \"Composite\",\n className: \"MapEdges\"\n }\n }\n }\n }\n};\n\nexport const MapNodes: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MapNodes\",\n modelProperties: {\n machines: {\n serializedName: \"machines\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Machine\"\n }\n }\n }\n },\n processes: {\n serializedName: \"processes\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Process\"\n }\n }\n }\n },\n ports: {\n serializedName: \"ports\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Port\"\n }\n }\n }\n },\n clientGroups: {\n serializedName: \"clientGroups\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ClientGroup\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const MapEdges: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MapEdges\",\n modelProperties: {\n connections: {\n serializedName: \"connections\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Connection\"\n }\n }\n }\n },\n acceptors: {\n serializedName: \"acceptors\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Acceptor\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const MachineCountsByOperatingSystem: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MachineCountsByOperatingSystem\",\n modelProperties: {\n windows: {\n serializedName: \"windows\",\n required: true,\n type: {\n name: \"Number\"\n }\n },\n linux: {\n serializedName: \"linux\",\n required: true,\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const SummaryProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SummaryProperties\",\n modelProperties: {\n startTime: {\n serializedName: \"startTime\",\n required: true,\n type: {\n name: \"DateTime\"\n }\n },\n endTime: {\n serializedName: \"endTime\",\n required: true,\n type: {\n name: \"DateTime\"\n }\n }\n }\n }\n};\n\nexport const ImageConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ImageConfiguration\",\n modelProperties: {\n publisher: {\n serializedName: \"publisher\",\n type: {\n name: \"String\"\n }\n },\n offering: {\n serializedName: \"offering\",\n type: {\n name: \"String\"\n }\n },\n sku: {\n serializedName: \"sku\",\n type: {\n name: \"String\"\n }\n },\n version: {\n serializedName: \"version\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AzureCloudServiceConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AzureCloudServiceConfiguration\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n instanceId: {\n serializedName: \"instanceId\",\n type: {\n name: \"String\"\n }\n },\n deployment: {\n serializedName: \"deployment\",\n type: {\n name: \"String\"\n }\n },\n roleName: {\n serializedName: \"roleName\",\n type: {\n name: \"String\"\n }\n },\n roleType: {\n serializedName: \"roleType\",\n type: {\n name: \"Enum\",\n allowedValues: [\"unknown\", \"worker\", \"web\"]\n }\n }\n }\n }\n};\n\nexport const AzureVmScaleSetConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AzureVmScaleSetConfiguration\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n instanceId: {\n serializedName: \"instanceId\",\n type: {\n name: \"String\"\n }\n },\n deployment: {\n serializedName: \"deployment\",\n type: {\n name: \"String\"\n }\n },\n resourceId: {\n serializedName: \"resourceId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AzureServiceFabricClusterConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AzureServiceFabricClusterConfiguration\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n clusterId: {\n serializedName: \"clusterId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AzureHostingConfiguration: coreClient.CompositeMapper = {\n serializedName: \"provider:azure\",\n type: {\n name: \"Composite\",\n className: \"AzureHostingConfiguration\",\n uberParent: \"HostingConfiguration\",\n polymorphicDiscriminator:\n HostingConfiguration.type.polymorphicDiscriminator,\n modelProperties: {\n ...HostingConfiguration.type.modelProperties,\n vmId: {\n serializedName: \"vmId\",\n type: {\n name: \"String\"\n }\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n size: {\n serializedName: \"size\",\n type: {\n name: \"String\"\n }\n },\n updateDomain: {\n serializedName: \"updateDomain\",\n type: {\n name: \"String\"\n }\n },\n faultDomain: {\n serializedName: \"faultDomain\",\n type: {\n name: \"String\"\n }\n },\n subscriptionId: {\n serializedName: \"subscriptionId\",\n type: {\n name: \"String\"\n }\n },\n resourceGroup: {\n serializedName: \"resourceGroup\",\n type: {\n name: \"String\"\n }\n },\n resourceId: {\n serializedName: \"resourceId\",\n type: {\n name: \"String\"\n }\n },\n image: {\n serializedName: \"image\",\n type: {\n name: \"Composite\",\n className: \"ImageConfiguration\"\n }\n },\n cloudService: {\n serializedName: \"cloudService\",\n type: {\n name: \"Composite\",\n className: \"AzureCloudServiceConfiguration\"\n }\n },\n vmScaleSet: {\n serializedName: \"vmScaleSet\",\n type: {\n name: \"Composite\",\n className: \"AzureVmScaleSetConfiguration\"\n }\n },\n serviceFabricCluster: {\n serializedName: \"serviceFabricCluster\",\n type: {\n name: \"Composite\",\n className: \"AzureServiceFabricClusterConfiguration\"\n }\n }\n }\n }\n};\n\nexport const CoreResource: coreClient.CompositeMapper = {\n serializedName: \"CoreResource\",\n type: {\n name: \"Composite\",\n className: \"CoreResource\",\n uberParent: \"Resource\",\n polymorphicDiscriminator: {\n serializedName: \"kind\",\n clientName: \"kind\"\n },\n modelProperties: {\n ...Resource.type.modelProperties,\n etag: {\n serializedName: \"etag\",\n type: {\n name: \"String\"\n }\n },\n kind: {\n serializedName: \"kind\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Relationship: coreClient.CompositeMapper = {\n serializedName: \"Relationship\",\n type: {\n name: \"Composite\",\n className: \"Relationship\",\n uberParent: \"Resource\",\n polymorphicDiscriminator: {\n serializedName: \"kind\",\n clientName: \"kind\"\n },\n modelProperties: {\n ...Resource.type.modelProperties,\n kind: {\n serializedName: \"kind\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ClientGroupMember: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ClientGroupMember\",\n modelProperties: {\n ...Resource.type.modelProperties,\n ipAddress: {\n serializedName: \"properties.ipAddress\",\n type: {\n name: \"String\"\n }\n },\n port: {\n serializedName: \"properties.port\",\n type: {\n name: \"Composite\",\n className: \"PortReference\"\n }\n },\n processes: {\n serializedName: \"properties.processes\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ProcessReference\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const Summary: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Summary\",\n modelProperties: {\n ...Resource.type.modelProperties\n }\n }\n};\n\nexport const MachineReference: coreClient.CompositeMapper = {\n serializedName: \"ref:machine\",\n type: {\n name: \"Composite\",\n className: \"MachineReference\",\n uberParent: \"ResourceReference\",\n polymorphicDiscriminator: ResourceReference.type.polymorphicDiscriminator,\n modelProperties: {\n ...ResourceReference.type.modelProperties\n }\n }\n};\n\nexport const PortReference: coreClient.CompositeMapper = {\n serializedName: \"ref:port\",\n type: {\n name: \"Composite\",\n className: \"PortReference\",\n uberParent: \"ResourceReference\",\n polymorphicDiscriminator: ResourceReference.type.polymorphicDiscriminator,\n modelProperties: {\n ...ResourceReference.type.modelProperties,\n machine: {\n serializedName: \"properties.machine\",\n type: {\n name: \"Composite\",\n className: \"MachineReference\"\n }\n },\n ipAddress: {\n serializedName: \"properties.ipAddress\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n portNumber: {\n serializedName: \"properties.portNumber\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const MachineReferenceWithHints: coreClient.CompositeMapper = {\n serializedName: \"ref:machinewithhints\",\n type: {\n name: \"Composite\",\n className: \"MachineReferenceWithHints\",\n uberParent: \"ResourceReference\",\n polymorphicDiscriminator: ResourceReference.type.polymorphicDiscriminator,\n modelProperties: {\n ...ResourceReference.type.modelProperties,\n displayNameHint: {\n serializedName: \"properties.displayNameHint\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n osFamilyHint: {\n serializedName: \"properties.osFamilyHint\",\n readOnly: true,\n type: {\n name: \"Enum\",\n allowedValues: [\"unknown\", \"windows\", \"linux\", \"solaris\", \"aix\"]\n }\n }\n }\n }\n};\n\nexport const ProcessReference: coreClient.CompositeMapper = {\n serializedName: \"ref:process\",\n type: {\n name: \"Composite\",\n className: \"ProcessReference\",\n uberParent: \"ResourceReference\",\n polymorphicDiscriminator: ResourceReference.type.polymorphicDiscriminator,\n modelProperties: {\n ...ResourceReference.type.modelProperties,\n machine: {\n serializedName: \"properties.machine\",\n type: {\n name: \"Composite\",\n className: \"MachineReference\"\n }\n }\n }\n }\n};\n\nexport const ClientGroupReference: coreClient.CompositeMapper = {\n serializedName: \"ref:clientgroup\",\n type: {\n name: \"Composite\",\n className: \"ClientGroupReference\",\n uberParent: \"ResourceReference\",\n polymorphicDiscriminator: ResourceReference.type.polymorphicDiscriminator,\n modelProperties: {\n ...ResourceReference.type.modelProperties\n }\n }\n};\n\nexport const ConnectionProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConnectionProperties\",\n modelProperties: {\n ...RelationshipProperties.type.modelProperties,\n serverPort: {\n serializedName: \"serverPort\",\n type: {\n name: \"Composite\",\n className: \"PortReference\"\n }\n },\n failureState: {\n serializedName: \"failureState\",\n type: {\n name: \"Enum\",\n allowedValues: [\"ok\", \"failed\", \"mixed\"]\n }\n }\n }\n }\n};\n\nexport const AzureProcessHostingConfiguration: coreClient.CompositeMapper = {\n serializedName: \"provider:azure\",\n type: {\n name: \"Composite\",\n className: \"AzureProcessHostingConfiguration\",\n uberParent: \"ProcessHostingConfiguration\",\n polymorphicDiscriminator:\n ProcessHostingConfiguration.type.polymorphicDiscriminator,\n modelProperties: {\n ...ProcessHostingConfiguration.type.modelProperties,\n cloudService: {\n serializedName: \"cloudService\",\n type: {\n name: \"Composite\",\n className: \"AzureCloudServiceConfiguration\"\n }\n }\n }\n }\n};\n\nexport const SingleMachineDependencyMapRequest: coreClient.CompositeMapper = {\n serializedName: \"map:single-machine-dependency\",\n type: {\n name: \"Composite\",\n className: \"SingleMachineDependencyMapRequest\",\n uberParent: \"MapRequest\",\n polymorphicDiscriminator: MapRequest.type.polymorphicDiscriminator,\n modelProperties: {\n ...MapRequest.type.modelProperties,\n machineId: {\n serializedName: \"machineId\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const MultipleMachinesMapRequest: coreClient.CompositeMapper = {\n serializedName: \"MultipleMachinesMapRequest\",\n type: {\n name: \"Composite\",\n className: \"MultipleMachinesMapRequest\",\n uberParent: \"MapRequest\",\n polymorphicDiscriminator: {\n serializedName: \"kind\",\n clientName: \"kind\"\n },\n modelProperties: {\n ...MapRequest.type.modelProperties,\n filterProcesses: {\n serializedName: \"filterProcesses\",\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const MachinesSummaryProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MachinesSummaryProperties\",\n modelProperties: {\n ...SummaryProperties.type.modelProperties,\n total: {\n serializedName: \"total\",\n required: true,\n type: {\n name: \"Number\"\n }\n },\n live: {\n serializedName: \"live\",\n required: true,\n type: {\n name: \"Number\"\n }\n },\n os: {\n serializedName: \"os\",\n type: {\n name: \"Composite\",\n className: \"MachineCountsByOperatingSystem\"\n }\n }\n }\n }\n};\n\nexport const Machine: coreClient.CompositeMapper = {\n serializedName: \"machine\",\n type: {\n name: \"Composite\",\n className: \"Machine\",\n uberParent: \"CoreResource\",\n polymorphicDiscriminator: CoreResource.type.polymorphicDiscriminator,\n modelProperties: {\n ...CoreResource.type.modelProperties,\n timestamp: {\n serializedName: \"properties.timestamp\",\n type: {\n name: \"DateTime\"\n }\n },\n monitoringState: {\n serializedName: \"properties.monitoringState\",\n type: {\n name: \"Enum\",\n allowedValues: [\"monitored\", \"discovered\"]\n }\n },\n virtualizationState: {\n serializedName: \"properties.virtualizationState\",\n type: {\n name: \"Enum\",\n allowedValues: [\"unknown\", \"physical\", \"virtual\", \"hypervisor\"]\n }\n },\n displayName: {\n serializedName: \"properties.displayName\",\n type: {\n name: \"String\"\n }\n },\n computerName: {\n serializedName: \"properties.computerName\",\n type: {\n name: \"String\"\n }\n },\n fullyQualifiedDomainName: {\n serializedName: \"properties.fullyQualifiedDomainName\",\n type: {\n name: \"String\"\n }\n },\n bootTime: {\n serializedName: \"properties.bootTime\",\n type: {\n name: \"DateTime\"\n }\n },\n timezone: {\n serializedName: \"properties.timezone\",\n type: {\n name: \"Composite\",\n className: \"Timezone\"\n }\n },\n agent: {\n serializedName: \"properties.agent\",\n type: {\n name: \"Composite\",\n className: \"AgentConfiguration\"\n }\n },\n resources: {\n serializedName: \"properties.resources\",\n type: {\n name: \"Composite\",\n className: \"MachineResourcesConfiguration\"\n }\n },\n networking: {\n serializedName: \"properties.networking\",\n type: {\n name: \"Composite\",\n className: \"NetworkConfiguration\"\n }\n },\n operatingSystem: {\n serializedName: \"properties.operatingSystem\",\n type: {\n name: \"Composite\",\n className: \"OperatingSystemConfiguration\"\n }\n },\n virtualMachine: {\n serializedName: \"properties.virtualMachine\",\n type: {\n name: \"Composite\",\n className: \"VirtualMachineConfiguration\"\n }\n },\n hypervisor: {\n serializedName: \"properties.hypervisor\",\n type: {\n name: \"Composite\",\n className: \"HypervisorConfiguration\"\n }\n },\n hosting: {\n serializedName: \"properties.hosting\",\n type: {\n name: \"Composite\",\n className: \"HostingConfiguration\"\n }\n }\n }\n }\n};\n\nexport const Process: coreClient.CompositeMapper = {\n serializedName: \"process\",\n type: {\n name: \"Composite\",\n className: \"Process\",\n uberParent: \"CoreResource\",\n polymorphicDiscriminator: CoreResource.type.polymorphicDiscriminator,\n modelProperties: {\n ...CoreResource.type.modelProperties,\n timestamp: {\n serializedName: \"properties.timestamp\",\n type: {\n name: \"DateTime\"\n }\n },\n monitoringState: {\n serializedName: \"properties.monitoringState\",\n type: {\n name: \"Enum\",\n allowedValues: [\"monitored\", \"discovered\"]\n }\n },\n machine: {\n serializedName: \"properties.machine\",\n type: {\n name: \"Composite\",\n className: \"ResourceReference\"\n }\n },\n executableName: {\n serializedName: \"properties.executableName\",\n type: {\n name: \"String\"\n }\n },\n displayName: {\n serializedName: \"properties.displayName\",\n type: {\n name: \"String\"\n }\n },\n startTime: {\n serializedName: \"properties.startTime\",\n type: {\n name: \"DateTime\"\n }\n },\n role: {\n serializedName: \"properties.role\",\n type: {\n name: \"String\"\n }\n },\n group: {\n serializedName: \"properties.group\",\n type: {\n name: \"String\"\n }\n },\n details: {\n serializedName: \"properties.details\",\n type: {\n name: \"Composite\",\n className: \"ProcessDetails\"\n }\n },\n user: {\n serializedName: \"properties.user\",\n type: {\n name: \"Composite\",\n className: \"ProcessUser\"\n }\n },\n clientOf: {\n serializedName: \"properties.clientOf\",\n type: {\n name: \"Composite\",\n className: \"ResourceReference\"\n }\n },\n acceptorOf: {\n serializedName: \"properties.acceptorOf\",\n type: {\n name: \"Composite\",\n className: \"ResourceReference\"\n }\n },\n hosting: {\n serializedName: \"properties.hosting\",\n type: {\n name: \"Composite\",\n className: \"ProcessHostingConfiguration\"\n }\n }\n }\n }\n};\n\nexport const Port: coreClient.CompositeMapper = {\n serializedName: \"port\",\n type: {\n name: \"Composite\",\n className: \"Port\",\n uberParent: \"CoreResource\",\n polymorphicDiscriminator: CoreResource.type.polymorphicDiscriminator,\n modelProperties: {\n ...CoreResource.type.modelProperties,\n monitoringState: {\n serializedName: \"properties.monitoringState\",\n type: {\n name: \"Enum\",\n allowedValues: [\"monitored\", \"discovered\"]\n }\n },\n machine: {\n serializedName: \"properties.machine\",\n type: {\n name: \"Composite\",\n className: \"ResourceReference\"\n }\n },\n displayName: {\n serializedName: \"properties.displayName\",\n type: {\n name: \"String\"\n }\n },\n ipAddress: {\n serializedName: \"properties.ipAddress\",\n type: {\n name: \"String\"\n }\n },\n portNumber: {\n serializedName: \"properties.portNumber\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const MachineGroup: coreClient.CompositeMapper = {\n serializedName: \"machineGroup\",\n type: {\n name: \"Composite\",\n className: \"MachineGroup\",\n uberParent: \"CoreResource\",\n polymorphicDiscriminator: CoreResource.type.polymorphicDiscriminator,\n modelProperties: {\n ...CoreResource.type.modelProperties,\n groupType: {\n serializedName: \"properties.groupType\",\n type: {\n name: \"String\"\n }\n },\n displayName: {\n constraints: {\n MaxLength: 256,\n MinLength: 1\n },\n serializedName: \"properties.displayName\",\n type: {\n name: \"String\"\n }\n },\n count: {\n serializedName: \"properties.count\",\n type: {\n name: \"Number\"\n }\n },\n machines: {\n serializedName: \"properties.machines\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MachineReferenceWithHints\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ClientGroup: coreClient.CompositeMapper = {\n serializedName: \"clientGroup\",\n type: {\n name: \"Composite\",\n className: \"ClientGroup\",\n uberParent: \"CoreResource\",\n polymorphicDiscriminator: CoreResource.type.polymorphicDiscriminator,\n modelProperties: {\n ...CoreResource.type.modelProperties,\n clientsOf: {\n serializedName: \"properties.clientsOf\",\n type: {\n name: \"Composite\",\n className: \"ResourceReference\"\n }\n }\n }\n }\n};\n\nexport const Connection: coreClient.CompositeMapper = {\n serializedName: \"rel:connection\",\n type: {\n name: \"Composite\",\n className: \"Connection\",\n uberParent: \"Relationship\",\n polymorphicDiscriminator: Relationship.type.polymorphicDiscriminator,\n modelProperties: {\n ...Relationship.type.modelProperties,\n source: {\n serializedName: \"properties.source\",\n type: {\n name: \"Composite\",\n className: \"ResourceReference\"\n }\n },\n destination: {\n serializedName: \"properties.destination\",\n type: {\n name: \"Composite\",\n className: \"ResourceReference\"\n }\n },\n startTime: {\n serializedName: \"properties.startTime\",\n type: {\n name: \"DateTime\"\n }\n },\n endTime: {\n serializedName: \"properties.endTime\",\n type: {\n name: \"DateTime\"\n }\n },\n serverPort: {\n serializedName: \"properties.serverPort\",\n type: {\n name: \"Composite\",\n className: \"PortReference\"\n }\n },\n failureState: {\n serializedName: \"properties.failureState\",\n type: {\n name: \"Enum\",\n allowedValues: [\"ok\", \"failed\", \"mixed\"]\n }\n }\n }\n }\n};\n\nexport const Acceptor: coreClient.CompositeMapper = {\n serializedName: \"rel:acceptor\",\n type: {\n name: \"Composite\",\n className: \"Acceptor\",\n uberParent: \"Relationship\",\n polymorphicDiscriminator: Relationship.type.polymorphicDiscriminator,\n modelProperties: {\n ...Relationship.type.modelProperties,\n source: {\n serializedName: \"properties.source\",\n type: {\n name: \"Composite\",\n className: \"PortReference\"\n }\n },\n destination: {\n serializedName: \"properties.destination\",\n type: {\n name: \"Composite\",\n className: \"ProcessReference\"\n }\n },\n startTime: {\n serializedName: \"properties.startTime\",\n type: {\n name: \"DateTime\"\n }\n },\n endTime: {\n serializedName: \"properties.endTime\",\n type: {\n name: \"DateTime\"\n }\n }\n }\n }\n};\n\nexport const MachinesSummary: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MachinesSummary\",\n modelProperties: {\n ...Summary.type.modelProperties,\n startTime: {\n serializedName: \"properties.startTime\",\n type: {\n name: \"DateTime\"\n }\n },\n endTime: {\n serializedName: \"properties.endTime\",\n type: {\n name: \"DateTime\"\n }\n },\n total: {\n serializedName: \"properties.total\",\n type: {\n name: \"Number\"\n }\n },\n live: {\n serializedName: \"properties.live\",\n type: {\n name: \"Number\"\n }\n },\n os: {\n serializedName: \"properties.os\",\n type: {\n name: \"Composite\",\n className: \"MachineCountsByOperatingSystem\"\n }\n }\n }\n }\n};\n\nexport const MachineListMapRequest: coreClient.CompositeMapper = {\n serializedName: \"map:machine-list-dependency\",\n type: {\n name: \"Composite\",\n className: \"MachineListMapRequest\",\n uberParent: \"MultipleMachinesMapRequest\",\n polymorphicDiscriminator:\n MultipleMachinesMapRequest.type.polymorphicDiscriminator,\n modelProperties: {\n ...MultipleMachinesMapRequest.type.modelProperties,\n machineIds: {\n serializedName: \"machineIds\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const MachineGroupMapRequest: coreClient.CompositeMapper = {\n serializedName: \"map:machine-group-dependency\",\n type: {\n name: \"Composite\",\n className: \"MachineGroupMapRequest\",\n uberParent: \"MultipleMachinesMapRequest\",\n polymorphicDiscriminator:\n MultipleMachinesMapRequest.type.polymorphicDiscriminator,\n modelProperties: {\n ...MultipleMachinesMapRequest.type.modelProperties,\n machineGroupId: {\n serializedName: \"machineGroupId\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport let discriminators = {\n HostingConfiguration: HostingConfiguration,\n ResourceReference: ResourceReference,\n ProcessHostingConfiguration: ProcessHostingConfiguration,\n MapRequest: MapRequest,\n \"HostingConfiguration.provider:azure\": AzureHostingConfiguration,\n \"Resource.CoreResource\": CoreResource,\n \"Resource.Relationship\": Relationship,\n \"ResourceReference.ref:machine\": MachineReference,\n \"ResourceReference.ref:port\": PortReference,\n \"ResourceReference.ref:machinewithhints\": MachineReferenceWithHints,\n \"ResourceReference.ref:process\": ProcessReference,\n \"ResourceReference.ref:clientgroup\": ClientGroupReference,\n \"ProcessHostingConfiguration.provider:azure\": AzureProcessHostingConfiguration,\n \"MapRequest.map:single-machine-dependency\": SingleMachineDependencyMapRequest,\n \"MapRequest.MultipleMachinesMapRequest\": MultipleMachinesMapRequest,\n \"CoreResource.machine\": Machine,\n \"CoreResource.process\": Process,\n \"CoreResource.port\": Port,\n \"CoreResource.machineGroup\": MachineGroup,\n \"CoreResource.clientGroup\": ClientGroup,\n \"Relationship.rel:connection\": Connection,\n \"Relationship.rel:acceptor\": Acceptor,\n \"MultipleMachinesMapRequest.map:machine-list-dependency\": MachineListMapRequest,\n \"MultipleMachinesMapRequest.map:machine-group-dependency\": MachineGroupMapRequest\n};\n"]}
@@ -0,0 +1,22 @@
1
+ import { OperationParameter, OperationURLParameter, OperationQueryParameter } from "@azure/core-client";
2
+ export declare const accept: OperationParameter;
3
+ export declare const $host: OperationURLParameter;
4
+ export declare const subscriptionId: OperationURLParameter;
5
+ export declare const resourceGroupName: OperationURLParameter;
6
+ export declare const workspaceName: OperationURLParameter;
7
+ export declare const apiVersion: OperationQueryParameter;
8
+ export declare const live: OperationQueryParameter;
9
+ export declare const startTime: OperationQueryParameter;
10
+ export declare const endTime: OperationQueryParameter;
11
+ export declare const timestamp: OperationQueryParameter;
12
+ export declare const top: OperationQueryParameter;
13
+ export declare const machineName: OperationURLParameter;
14
+ export declare const nextLink: OperationURLParameter;
15
+ export declare const processName: OperationURLParameter;
16
+ export declare const portName: OperationURLParameter;
17
+ export declare const clientGroupName: OperationURLParameter;
18
+ export declare const contentType: OperationParameter;
19
+ export declare const request: OperationParameter;
20
+ export declare const machineGroup: OperationParameter;
21
+ export declare const machineGroupName: OperationURLParameter;
22
+ //# sourceMappingURL=parameters.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"parameters.d.ts","sourceRoot":"","sources":["../../../src/models/parameters.ts"],"names":[],"mappings":"AAQA,OAAO,EACL,kBAAkB,EAClB,qBAAqB,EACrB,uBAAuB,EACxB,MAAM,oBAAoB,CAAC;AAM5B,eAAO,MAAM,MAAM,EAAE,kBAUpB,CAAC;AAEF,eAAO,MAAM,KAAK,EAAE,qBAUnB,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,qBAS5B,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,qBAc/B,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,qBAc3B,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,uBAUxB,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,uBASlB,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,uBAQvB,CAAC;AAEF,eAAO,MAAM,OAAO,EAAE,uBAQrB,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,uBAQvB,CAAC;AAEF,eAAO,MAAM,GAAG,EAAE,uBAYjB,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,qBAazB,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,qBAUtB,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,qBAazB,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,qBAatB,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,qBAa7B,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,kBAUzB,CAAC;AAEF,eAAO,MAAM,OAAO,EAAE,kBAGrB,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,kBAG1B,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,qBAa9B,CAAC"}
@@ -0,0 +1,235 @@
1
+ "use strict";
2
+ /*
3
+ * Copyright (c) Microsoft Corporation.
4
+ * Licensed under the MIT License.
5
+ *
6
+ * Code generated by Microsoft (R) AutoRest Code Generator.
7
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
8
+ */
9
+ Object.defineProperty(exports, "__esModule", { value: true });
10
+ exports.machineGroupName = exports.machineGroup = exports.request = exports.contentType = exports.clientGroupName = exports.portName = exports.processName = exports.nextLink = exports.machineName = exports.top = exports.timestamp = exports.endTime = exports.startTime = exports.live = exports.apiVersion = exports.workspaceName = exports.resourceGroupName = exports.subscriptionId = exports.$host = exports.accept = void 0;
11
+ const mappers_js_1 = require("../models/mappers.js");
12
+ exports.accept = {
13
+ parameterPath: "accept",
14
+ mapper: {
15
+ defaultValue: "application/json",
16
+ isConstant: true,
17
+ serializedName: "Accept",
18
+ type: {
19
+ name: "String"
20
+ }
21
+ }
22
+ };
23
+ exports.$host = {
24
+ parameterPath: "$host",
25
+ mapper: {
26
+ serializedName: "$host",
27
+ required: true,
28
+ type: {
29
+ name: "String"
30
+ }
31
+ },
32
+ skipEncoding: true
33
+ };
34
+ exports.subscriptionId = {
35
+ parameterPath: "subscriptionId",
36
+ mapper: {
37
+ serializedName: "subscriptionId",
38
+ required: true,
39
+ type: {
40
+ name: "String"
41
+ }
42
+ }
43
+ };
44
+ exports.resourceGroupName = {
45
+ parameterPath: "resourceGroupName",
46
+ mapper: {
47
+ constraints: {
48
+ Pattern: new RegExp("[a-zA-Z0-9_-]+"),
49
+ MaxLength: 64,
50
+ MinLength: 1
51
+ },
52
+ serializedName: "resourceGroupName",
53
+ required: true,
54
+ type: {
55
+ name: "String"
56
+ }
57
+ }
58
+ };
59
+ exports.workspaceName = {
60
+ parameterPath: "workspaceName",
61
+ mapper: {
62
+ constraints: {
63
+ Pattern: new RegExp("[a-zA-Z0-9_][a-zA-Z0-9_-]+[a-zA-Z0-9_]"),
64
+ MaxLength: 63,
65
+ MinLength: 3
66
+ },
67
+ serializedName: "workspaceName",
68
+ required: true,
69
+ type: {
70
+ name: "String"
71
+ }
72
+ }
73
+ };
74
+ exports.apiVersion = {
75
+ parameterPath: "apiVersion",
76
+ mapper: {
77
+ defaultValue: "2015-11-01-preview",
78
+ isConstant: true,
79
+ serializedName: "api-version",
80
+ type: {
81
+ name: "String"
82
+ }
83
+ }
84
+ };
85
+ exports.live = {
86
+ parameterPath: ["options", "live"],
87
+ mapper: {
88
+ defaultValue: true,
89
+ serializedName: "live",
90
+ type: {
91
+ name: "Boolean"
92
+ }
93
+ }
94
+ };
95
+ exports.startTime = {
96
+ parameterPath: ["options", "startTime"],
97
+ mapper: {
98
+ serializedName: "startTime",
99
+ type: {
100
+ name: "DateTime"
101
+ }
102
+ }
103
+ };
104
+ exports.endTime = {
105
+ parameterPath: ["options", "endTime"],
106
+ mapper: {
107
+ serializedName: "endTime",
108
+ type: {
109
+ name: "DateTime"
110
+ }
111
+ }
112
+ };
113
+ exports.timestamp = {
114
+ parameterPath: ["options", "timestamp"],
115
+ mapper: {
116
+ serializedName: "timestamp",
117
+ type: {
118
+ name: "DateTime"
119
+ }
120
+ }
121
+ };
122
+ exports.top = {
123
+ parameterPath: ["options", "top"],
124
+ mapper: {
125
+ constraints: {
126
+ InclusiveMaximum: 200,
127
+ InclusiveMinimum: 1
128
+ },
129
+ serializedName: "$top",
130
+ type: {
131
+ name: "Number"
132
+ }
133
+ }
134
+ };
135
+ exports.machineName = {
136
+ parameterPath: "machineName",
137
+ mapper: {
138
+ constraints: {
139
+ MaxLength: 64,
140
+ MinLength: 3
141
+ },
142
+ serializedName: "machineName",
143
+ required: true,
144
+ type: {
145
+ name: "String"
146
+ }
147
+ }
148
+ };
149
+ exports.nextLink = {
150
+ parameterPath: "nextLink",
151
+ mapper: {
152
+ serializedName: "nextLink",
153
+ required: true,
154
+ type: {
155
+ name: "String"
156
+ }
157
+ },
158
+ skipEncoding: true
159
+ };
160
+ exports.processName = {
161
+ parameterPath: "processName",
162
+ mapper: {
163
+ constraints: {
164
+ MaxLength: 128,
165
+ MinLength: 3
166
+ },
167
+ serializedName: "processName",
168
+ required: true,
169
+ type: {
170
+ name: "String"
171
+ }
172
+ }
173
+ };
174
+ exports.portName = {
175
+ parameterPath: "portName",
176
+ mapper: {
177
+ constraints: {
178
+ MaxLength: 64,
179
+ MinLength: 3
180
+ },
181
+ serializedName: "portName",
182
+ required: true,
183
+ type: {
184
+ name: "String"
185
+ }
186
+ }
187
+ };
188
+ exports.clientGroupName = {
189
+ parameterPath: "clientGroupName",
190
+ mapper: {
191
+ constraints: {
192
+ MaxLength: 256,
193
+ MinLength: 3
194
+ },
195
+ serializedName: "clientGroupName",
196
+ required: true,
197
+ type: {
198
+ name: "String"
199
+ }
200
+ }
201
+ };
202
+ exports.contentType = {
203
+ parameterPath: ["options", "contentType"],
204
+ mapper: {
205
+ defaultValue: "application/json",
206
+ isConstant: true,
207
+ serializedName: "Content-Type",
208
+ type: {
209
+ name: "String"
210
+ }
211
+ }
212
+ };
213
+ exports.request = {
214
+ parameterPath: "request",
215
+ mapper: mappers_js_1.MapRequest
216
+ };
217
+ exports.machineGroup = {
218
+ parameterPath: "machineGroup",
219
+ mapper: mappers_js_1.MachineGroup
220
+ };
221
+ exports.machineGroupName = {
222
+ parameterPath: "machineGroupName",
223
+ mapper: {
224
+ constraints: {
225
+ MaxLength: 36,
226
+ MinLength: 36
227
+ },
228
+ serializedName: "machineGroupName",
229
+ required: true,
230
+ type: {
231
+ name: "String"
232
+ }
233
+ }
234
+ };
235
+ //# sourceMappingURL=parameters.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"parameters.js","sourceRoot":"","sources":["../../../src/models/parameters.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport {\n OperationParameter,\n OperationURLParameter,\n OperationQueryParameter\n} from \"@azure/core-client\";\nimport {\n MapRequest as MapRequestMapper,\n MachineGroup as MachineGroupMapper\n} from \"../models/mappers.js\";\n\nexport const accept: OperationParameter = {\n parameterPath: \"accept\",\n mapper: {\n defaultValue: \"application/json\",\n isConstant: true,\n serializedName: \"Accept\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const $host: OperationURLParameter = {\n parameterPath: \"$host\",\n mapper: {\n serializedName: \"$host\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n skipEncoding: true\n};\n\nexport const subscriptionId: OperationURLParameter = {\n parameterPath: \"subscriptionId\",\n mapper: {\n serializedName: \"subscriptionId\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const resourceGroupName: OperationURLParameter = {\n parameterPath: \"resourceGroupName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\"[a-zA-Z0-9_-]+\"),\n MaxLength: 64,\n MinLength: 1\n },\n serializedName: \"resourceGroupName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const workspaceName: OperationURLParameter = {\n parameterPath: \"workspaceName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\"[a-zA-Z0-9_][a-zA-Z0-9_-]+[a-zA-Z0-9_]\"),\n MaxLength: 63,\n MinLength: 3\n },\n serializedName: \"workspaceName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const apiVersion: OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n defaultValue: \"2015-11-01-preview\",\n isConstant: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const live: OperationQueryParameter = {\n parameterPath: [\"options\", \"live\"],\n mapper: {\n defaultValue: true,\n serializedName: \"live\",\n type: {\n name: \"Boolean\"\n }\n }\n};\n\nexport const startTime: OperationQueryParameter = {\n parameterPath: [\"options\", \"startTime\"],\n mapper: {\n serializedName: \"startTime\",\n type: {\n name: \"DateTime\"\n }\n }\n};\n\nexport const endTime: OperationQueryParameter = {\n parameterPath: [\"options\", \"endTime\"],\n mapper: {\n serializedName: \"endTime\",\n type: {\n name: \"DateTime\"\n }\n }\n};\n\nexport const timestamp: OperationQueryParameter = {\n parameterPath: [\"options\", \"timestamp\"],\n mapper: {\n serializedName: \"timestamp\",\n type: {\n name: \"DateTime\"\n }\n }\n};\n\nexport const top: OperationQueryParameter = {\n parameterPath: [\"options\", \"top\"],\n mapper: {\n constraints: {\n InclusiveMaximum: 200,\n InclusiveMinimum: 1\n },\n serializedName: \"$top\",\n type: {\n name: \"Number\"\n }\n }\n};\n\nexport const machineName: OperationURLParameter = {\n parameterPath: \"machineName\",\n mapper: {\n constraints: {\n MaxLength: 64,\n MinLength: 3\n },\n serializedName: \"machineName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const nextLink: OperationURLParameter = {\n parameterPath: \"nextLink\",\n mapper: {\n serializedName: \"nextLink\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n skipEncoding: true\n};\n\nexport const processName: OperationURLParameter = {\n parameterPath: \"processName\",\n mapper: {\n constraints: {\n MaxLength: 128,\n MinLength: 3\n },\n serializedName: \"processName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const portName: OperationURLParameter = {\n parameterPath: \"portName\",\n mapper: {\n constraints: {\n MaxLength: 64,\n MinLength: 3\n },\n serializedName: \"portName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const clientGroupName: OperationURLParameter = {\n parameterPath: \"clientGroupName\",\n mapper: {\n constraints: {\n MaxLength: 256,\n MinLength: 3\n },\n serializedName: \"clientGroupName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const contentType: OperationParameter = {\n parameterPath: [\"options\", \"contentType\"],\n mapper: {\n defaultValue: \"application/json\",\n isConstant: true,\n serializedName: \"Content-Type\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const request: OperationParameter = {\n parameterPath: \"request\",\n mapper: MapRequestMapper\n};\n\nexport const machineGroup: OperationParameter = {\n parameterPath: \"machineGroup\",\n mapper: MachineGroupMapper\n};\n\nexport const machineGroupName: OperationURLParameter = {\n parameterPath: \"machineGroupName\",\n mapper: {\n constraints: {\n MaxLength: 36,\n MinLength: 36\n },\n serializedName: \"machineGroupName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n"]}
@@ -0,0 +1,57 @@
1
+ import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
+ import { ClientGroups } from "../operationsInterfaces/index.js";
3
+ import { ServiceMap } from "../serviceMap.js";
4
+ import { ClientGroupMember, ClientGroupsListMembersOptionalParams, ClientGroupsGetOptionalParams, ClientGroupsGetResponse, ClientGroupsGetMembersCountOptionalParams, ClientGroupsGetMembersCountResponse } from "../models/index.js";
5
+ /** Class containing ClientGroups operations. */
6
+ export declare class ClientGroupsImpl implements ClientGroups {
7
+ private readonly client;
8
+ /**
9
+ * Initialize a new instance of the class ClientGroups class.
10
+ * @param client Reference to the service client
11
+ */
12
+ constructor(client: ServiceMap);
13
+ /**
14
+ * Returns the members of the client group during the specified time interval.
15
+ * @param resourceGroupName Resource group name within the specified subscriptionId.
16
+ * @param workspaceName OMS workspace containing the resources of interest.
17
+ * @param clientGroupName Client Group resource name.
18
+ * @param options The options parameters.
19
+ */
20
+ listMembers(resourceGroupName: string, workspaceName: string, clientGroupName: string, options?: ClientGroupsListMembersOptionalParams): PagedAsyncIterableIterator<ClientGroupMember>;
21
+ private listMembersPagingPage;
22
+ private listMembersPagingAll;
23
+ /**
24
+ * Retrieves the specified client group
25
+ * @param resourceGroupName Resource group name within the specified subscriptionId.
26
+ * @param workspaceName OMS workspace containing the resources of interest.
27
+ * @param clientGroupName Client Group resource name.
28
+ * @param options The options parameters.
29
+ */
30
+ get(resourceGroupName: string, workspaceName: string, clientGroupName: string, options?: ClientGroupsGetOptionalParams): Promise<ClientGroupsGetResponse>;
31
+ /**
32
+ * Returns the approximate number of members in the client group.
33
+ * @param resourceGroupName Resource group name within the specified subscriptionId.
34
+ * @param workspaceName OMS workspace containing the resources of interest.
35
+ * @param clientGroupName Client Group resource name.
36
+ * @param options The options parameters.
37
+ */
38
+ getMembersCount(resourceGroupName: string, workspaceName: string, clientGroupName: string, options?: ClientGroupsGetMembersCountOptionalParams): Promise<ClientGroupsGetMembersCountResponse>;
39
+ /**
40
+ * Returns the members of the client group during the specified time interval.
41
+ * @param resourceGroupName Resource group name within the specified subscriptionId.
42
+ * @param workspaceName OMS workspace containing the resources of interest.
43
+ * @param clientGroupName Client Group resource name.
44
+ * @param options The options parameters.
45
+ */
46
+ private _listMembers;
47
+ /**
48
+ * ListMembersNext
49
+ * @param resourceGroupName Resource group name within the specified subscriptionId.
50
+ * @param workspaceName OMS workspace containing the resources of interest.
51
+ * @param clientGroupName Client Group resource name.
52
+ * @param nextLink The nextLink from the previous successful call to the ListMembers method.
53
+ * @param options The options parameters.
54
+ */
55
+ private _listMembersNext;
56
+ }
57
+ //# sourceMappingURL=clientGroups.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"clientGroups.d.ts","sourceRoot":"","sources":["../../../src/operations/clientGroups.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AAE9E,OAAO,EAAE,YAAY,EAAE,MAAM,kCAAkC,CAAC;AAIhE,OAAO,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;AAC9C,OAAO,EACL,iBAAiB,EAEjB,qCAAqC,EAErC,6BAA6B,EAC7B,uBAAuB,EACvB,yCAAyC,EACzC,mCAAmC,EAEpC,MAAM,oBAAoB,CAAC;AAG5B,gDAAgD;AAChD,qBAAa,gBAAiB,YAAW,YAAY;IACnD,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAa;IAEpC;;;OAGG;gBACS,MAAM,EAAE,UAAU;IAI9B;;;;;;OAMG;IACI,WAAW,CAChB,iBAAiB,EAAE,MAAM,EACzB,aAAa,EAAE,MAAM,EACrB,eAAe,EAAE,MAAM,EACvB,OAAO,CAAC,EAAE,qCAAqC,GAC9C,0BAA0B,CAAC,iBAAiB,CAAC;YA6BjC,qBAAqB;YAoCrB,oBAAoB;IAgBnC;;;;;;OAMG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,aAAa,EAAE,MAAM,EACrB,eAAe,EAAE,MAAM,EACvB,OAAO,CAAC,EAAE,6BAA6B,GACtC,OAAO,CAAC,uBAAuB,CAAC;IAOnC;;;;;;OAMG;IACH,eAAe,CACb,iBAAiB,EAAE,MAAM,EACzB,aAAa,EAAE,MAAM,EACrB,eAAe,EAAE,MAAM,EACvB,OAAO,CAAC,EAAE,yCAAyC,GAClD,OAAO,CAAC,mCAAmC,CAAC;IAO/C;;;;;;OAMG;IACH,OAAO,CAAC,YAAY;IAYpB;;;;;;;OAOG;IACH,OAAO,CAAC,gBAAgB;CAYzB"}