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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (319) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/LICENSE +21 -0
  3. package/README.md +69 -93
  4. package/dist/index.js +4469 -0
  5. package/dist/index.js.map +1 -0
  6. package/dist/index.min.js +1 -0
  7. package/dist/index.min.js.map +1 -0
  8. package/dist-esm/samples-dev/smClientGroupsGet.d.ts +2 -0
  9. package/dist-esm/samples-dev/smClientGroupsGet.d.ts.map +1 -0
  10. package/dist-esm/samples-dev/smClientGroupsGet.js +35 -0
  11. package/dist-esm/samples-dev/smClientGroupsGet.js.map +1 -0
  12. package/dist-esm/samples-dev/smClientGroupsGetMembersCountGet.d.ts +2 -0
  13. package/dist-esm/samples-dev/smClientGroupsGetMembersCountGet.d.ts.map +1 -0
  14. package/dist-esm/samples-dev/smClientGroupsGetMembersCountGet.js +35 -0
  15. package/dist-esm/samples-dev/smClientGroupsGetMembersCountGet.js.map +1 -0
  16. package/dist-esm/samples-dev/smClientGroupsListMembersGet.d.ts +2 -0
  17. package/dist-esm/samples-dev/smClientGroupsListMembersGet.d.ts.map +1 -0
  18. package/dist-esm/samples-dev/smClientGroupsListMembersGet.js +49 -0
  19. package/dist-esm/samples-dev/smClientGroupsListMembersGet.js.map +1 -0
  20. package/dist-esm/samples-dev/smMachineGroupsCreatePost.d.ts +2 -0
  21. package/dist-esm/samples-dev/smMachineGroupsCreatePost.d.ts.map +1 -0
  22. package/dist-esm/samples-dev/smMachineGroupsCreatePost.js +43 -0
  23. package/dist-esm/samples-dev/smMachineGroupsCreatePost.js.map +1 -0
  24. package/dist-esm/samples-dev/smMachineGroupsDelete.d.ts +2 -0
  25. package/dist-esm/samples-dev/smMachineGroupsDelete.d.ts.map +1 -0
  26. package/dist-esm/samples-dev/smMachineGroupsDelete.js +32 -0
  27. package/dist-esm/samples-dev/smMachineGroupsDelete.js.map +1 -0
  28. package/dist-esm/samples-dev/smMachineGroupsGet.d.ts +2 -0
  29. package/dist-esm/samples-dev/smMachineGroupsGet.d.ts.map +1 -0
  30. package/dist-esm/samples-dev/smMachineGroupsGet.js +32 -0
  31. package/dist-esm/samples-dev/smMachineGroupsGet.js.map +1 -0
  32. package/dist-esm/samples-dev/smMachineGroupsListByWorkspaceGet.d.ts +2 -0
  33. package/dist-esm/samples-dev/smMachineGroupsListByWorkspaceGet.d.ts.map +1 -0
  34. package/dist-esm/samples-dev/smMachineGroupsListByWorkspaceGet.js +48 -0
  35. package/dist-esm/samples-dev/smMachineGroupsListByWorkspaceGet.js.map +1 -0
  36. package/dist-esm/samples-dev/smMachineGroupsUpdatePut.d.ts +2 -0
  37. package/dist-esm/samples-dev/smMachineGroupsUpdatePut.d.ts.map +1 -0
  38. package/dist-esm/samples-dev/smMachineGroupsUpdatePut.js +44 -0
  39. package/dist-esm/samples-dev/smMachineGroupsUpdatePut.js.map +1 -0
  40. package/dist-esm/samples-dev/smMachinesGet.d.ts +2 -0
  41. package/dist-esm/samples-dev/smMachinesGet.d.ts.map +1 -0
  42. package/dist-esm/samples-dev/smMachinesGet.js +34 -0
  43. package/dist-esm/samples-dev/smMachinesGet.js.map +1 -0
  44. package/dist-esm/samples-dev/smMachinesGetLivenessGet.d.ts +2 -0
  45. package/dist-esm/samples-dev/smMachinesGetLivenessGet.d.ts.map +1 -0
  46. package/dist-esm/samples-dev/smMachinesGetLivenessGet.js +35 -0
  47. package/dist-esm/samples-dev/smMachinesGetLivenessGet.js.map +1 -0
  48. package/dist-esm/samples-dev/smMachinesListByWorkspaceGet.d.ts +2 -0
  49. package/dist-esm/samples-dev/smMachinesListByWorkspaceGet.d.ts.map +1 -0
  50. package/dist-esm/samples-dev/smMachinesListByWorkspaceGet.js +48 -0
  51. package/dist-esm/samples-dev/smMachinesListByWorkspaceGet.js.map +1 -0
  52. package/dist-esm/samples-dev/smMachinesListConnectionsGet.d.ts +2 -0
  53. package/dist-esm/samples-dev/smMachinesListConnectionsGet.d.ts.map +1 -0
  54. package/dist-esm/samples-dev/smMachinesListConnectionsGet.js +49 -0
  55. package/dist-esm/samples-dev/smMachinesListConnectionsGet.js.map +1 -0
  56. package/dist-esm/samples-dev/smMachinesListMachineGroupMembershipGet.d.ts +2 -0
  57. package/dist-esm/samples-dev/smMachinesListMachineGroupMembershipGet.d.ts.map +1 -0
  58. package/dist-esm/samples-dev/smMachinesListMachineGroupMembershipGet.js +49 -0
  59. package/dist-esm/samples-dev/smMachinesListMachineGroupMembershipGet.js.map +1 -0
  60. package/dist-esm/samples-dev/smMachinesListPortsGet.d.ts +2 -0
  61. package/dist-esm/samples-dev/smMachinesListPortsGet.d.ts.map +1 -0
  62. package/dist-esm/samples-dev/smMachinesListPortsGet.js +49 -0
  63. package/dist-esm/samples-dev/smMachinesListPortsGet.js.map +1 -0
  64. package/dist-esm/samples-dev/smMachinesListProcessesGet.d.ts +2 -0
  65. package/dist-esm/samples-dev/smMachinesListProcessesGet.d.ts.map +1 -0
  66. package/dist-esm/samples-dev/smMachinesListProcessesGet.js +49 -0
  67. package/dist-esm/samples-dev/smMachinesListProcessesGet.js.map +1 -0
  68. package/dist-esm/samples-dev/smMachinesPortsGet.d.ts +2 -0
  69. package/dist-esm/samples-dev/smMachinesPortsGet.d.ts.map +1 -0
  70. package/dist-esm/samples-dev/smMachinesPortsGet.js +36 -0
  71. package/dist-esm/samples-dev/smMachinesPortsGet.js.map +1 -0
  72. package/dist-esm/samples-dev/smMachinesPortsGetLivenessGet.d.ts +2 -0
  73. package/dist-esm/samples-dev/smMachinesPortsGetLivenessGet.d.ts.map +1 -0
  74. package/dist-esm/samples-dev/smMachinesPortsGetLivenessGet.js +36 -0
  75. package/dist-esm/samples-dev/smMachinesPortsGetLivenessGet.js.map +1 -0
  76. package/dist-esm/samples-dev/smMachinesPortsListAcceptingProcessesGet.d.ts +2 -0
  77. package/dist-esm/samples-dev/smMachinesPortsListAcceptingProcessesGet.d.ts.map +1 -0
  78. package/dist-esm/samples-dev/smMachinesPortsListAcceptingProcessesGet.js +50 -0
  79. package/dist-esm/samples-dev/smMachinesPortsListAcceptingProcessesGet.js.map +1 -0
  80. package/dist-esm/samples-dev/smMachinesPortsListConnectionsGet.d.ts +2 -0
  81. package/dist-esm/samples-dev/smMachinesPortsListConnectionsGet.d.ts.map +1 -0
  82. package/dist-esm/samples-dev/smMachinesPortsListConnectionsGet.js +50 -0
  83. package/dist-esm/samples-dev/smMachinesPortsListConnectionsGet.js.map +1 -0
  84. package/dist-esm/samples-dev/smMachinesProcessesGet.d.ts +2 -0
  85. package/dist-esm/samples-dev/smMachinesProcessesGet.d.ts.map +1 -0
  86. package/dist-esm/samples-dev/smMachinesProcessesGet.js +35 -0
  87. package/dist-esm/samples-dev/smMachinesProcessesGet.js.map +1 -0
  88. package/dist-esm/samples-dev/smMachinesProcessesGetLivenessGet.d.ts +2 -0
  89. package/dist-esm/samples-dev/smMachinesProcessesGetLivenessGet.d.ts.map +1 -0
  90. package/dist-esm/samples-dev/smMachinesProcessesGetLivenessGet.js +36 -0
  91. package/dist-esm/samples-dev/smMachinesProcessesGetLivenessGet.js.map +1 -0
  92. package/dist-esm/samples-dev/smMachinesProcessesListAcceptingPortsGet.d.ts +2 -0
  93. package/dist-esm/samples-dev/smMachinesProcessesListAcceptingPortsGet.d.ts.map +1 -0
  94. package/dist-esm/samples-dev/smMachinesProcessesListAcceptingPortsGet.js +50 -0
  95. package/dist-esm/samples-dev/smMachinesProcessesListAcceptingPortsGet.js.map +1 -0
  96. package/dist-esm/samples-dev/smMachinesProcessesListConnectionsGet.d.ts +2 -0
  97. package/dist-esm/samples-dev/smMachinesProcessesListConnectionsGet.d.ts.map +1 -0
  98. package/dist-esm/samples-dev/smMachinesProcessesListConnectionsGet.js +50 -0
  99. package/dist-esm/samples-dev/smMachinesProcessesListConnectionsGet.js.map +1 -0
  100. package/dist-esm/samples-dev/smMapsGenerateMachineGroupDependencyPost.d.ts +2 -0
  101. package/dist-esm/samples-dev/smMapsGenerateMachineGroupDependencyPost.d.ts.map +1 -0
  102. package/dist-esm/samples-dev/smMapsGenerateMachineGroupDependencyPost.js +38 -0
  103. package/dist-esm/samples-dev/smMapsGenerateMachineGroupDependencyPost.js.map +1 -0
  104. package/dist-esm/samples-dev/smMapsGenerateMachineListDependencyPost.d.ts +2 -0
  105. package/dist-esm/samples-dev/smMapsGenerateMachineListDependencyPost.d.ts.map +1 -0
  106. package/dist-esm/samples-dev/smMapsGenerateMachineListDependencyPost.js +41 -0
  107. package/dist-esm/samples-dev/smMapsGenerateMachineListDependencyPost.js.map +1 -0
  108. package/dist-esm/samples-dev/smMapsGenerateSingleMachineDependencyPost.d.ts +2 -0
  109. package/dist-esm/samples-dev/smMapsGenerateSingleMachineDependencyPost.d.ts.map +1 -0
  110. package/dist-esm/samples-dev/smMapsGenerateSingleMachineDependencyPost.js +37 -0
  111. package/dist-esm/samples-dev/smMapsGenerateSingleMachineDependencyPost.js.map +1 -0
  112. package/dist-esm/samples-dev/smSummariesGetMachinesGet.d.ts +2 -0
  113. package/dist-esm/samples-dev/smSummariesGetMachinesGet.d.ts.map +1 -0
  114. package/dist-esm/samples-dev/smSummariesGetMachinesGet.js +34 -0
  115. package/dist-esm/samples-dev/smSummariesGetMachinesGet.js.map +1 -0
  116. package/dist-esm/src/index.d.ts +5 -0
  117. package/dist-esm/src/index.d.ts.map +1 -0
  118. package/dist-esm/src/index.js +12 -0
  119. package/dist-esm/src/index.js.map +1 -0
  120. package/dist-esm/src/models/index.d.ts +1126 -0
  121. package/dist-esm/src/models/index.d.ts.map +1 -0
  122. package/dist-esm/src/models/index.js +58 -0
  123. package/dist-esm/src/models/index.js.map +1 -0
  124. package/dist-esm/src/models/mappers.d.ts +91 -0
  125. package/dist-esm/src/models/mappers.d.ts.map +1 -0
  126. package/{esm → dist-esm/src}/models/mappers.js +1004 -1051
  127. package/dist-esm/src/models/mappers.js.map +1 -0
  128. package/dist-esm/src/models/parameters.d.ts +22 -0
  129. package/dist-esm/src/models/parameters.d.ts.map +1 -0
  130. package/{esm → dist-esm/src}/models/parameters.js +124 -108
  131. package/dist-esm/src/models/parameters.js.map +1 -0
  132. package/dist-esm/src/operations/clientGroups.d.ts +57 -0
  133. package/dist-esm/src/operations/clientGroups.d.ts.map +1 -0
  134. package/dist-esm/src/operations/clientGroups.js +224 -0
  135. package/dist-esm/src/operations/clientGroups.js.map +1 -0
  136. package/{esm → dist-esm/src}/operations/index.d.ts +0 -0
  137. package/dist-esm/src/operations/index.d.ts.map +1 -0
  138. package/{esm → dist-esm/src}/operations/index.js +3 -5
  139. package/dist-esm/src/operations/index.js.map +1 -0
  140. package/dist-esm/src/operations/machineGroups.d.ts +71 -0
  141. package/dist-esm/src/operations/machineGroups.d.ts.map +1 -0
  142. package/dist-esm/src/operations/machineGroups.js +285 -0
  143. package/dist-esm/src/operations/machineGroups.js.map +1 -0
  144. package/dist-esm/src/operations/machines.d.ts +177 -0
  145. package/dist-esm/src/operations/machines.d.ts.map +1 -0
  146. package/dist-esm/src/operations/machines.js +738 -0
  147. package/dist-esm/src/operations/machines.js.map +1 -0
  148. package/dist-esm/src/operations/maps.d.ts +21 -0
  149. package/dist-esm/src/operations/maps.d.ts.map +1 -0
  150. package/dist-esm/src/operations/maps.js +56 -0
  151. package/dist-esm/src/operations/maps.js.map +1 -0
  152. package/dist-esm/src/operations/ports.d.ts +93 -0
  153. package/dist-esm/src/operations/ports.d.ts.map +1 -0
  154. package/dist-esm/src/operations/ports.js +376 -0
  155. package/dist-esm/src/operations/ports.js.map +1 -0
  156. package/dist-esm/src/operations/processes.d.ts +92 -0
  157. package/dist-esm/src/operations/processes.d.ts.map +1 -0
  158. package/dist-esm/src/operations/processes.js +371 -0
  159. package/dist-esm/src/operations/processes.js.map +1 -0
  160. package/dist-esm/src/operations/summaries.d.ts +20 -0
  161. package/dist-esm/src/operations/summaries.d.ts.map +1 -0
  162. package/dist-esm/src/operations/summaries.js +57 -0
  163. package/dist-esm/src/operations/summaries.js.map +1 -0
  164. package/dist-esm/src/operationsInterfaces/clientGroups.d.ts +30 -0
  165. package/dist-esm/src/operationsInterfaces/clientGroups.d.ts.map +1 -0
  166. package/dist-esm/src/operationsInterfaces/clientGroups.js +9 -0
  167. package/dist-esm/src/operationsInterfaces/clientGroups.js.map +1 -0
  168. package/dist-esm/src/operationsInterfaces/index.d.ts +8 -0
  169. package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
  170. package/dist-esm/src/operationsInterfaces/index.js +15 -0
  171. package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
  172. package/dist-esm/src/operationsInterfaces/machineGroups.d.ts +46 -0
  173. package/dist-esm/src/operationsInterfaces/machineGroups.d.ts.map +1 -0
  174. package/dist-esm/src/operationsInterfaces/machineGroups.js +9 -0
  175. package/dist-esm/src/operationsInterfaces/machineGroups.js.map +1 -0
  176. package/dist-esm/src/operationsInterfaces/machines.d.ts +68 -0
  177. package/dist-esm/src/operationsInterfaces/machines.d.ts.map +1 -0
  178. package/dist-esm/src/operationsInterfaces/machines.js +9 -0
  179. package/dist-esm/src/operationsInterfaces/machines.js.map +1 -0
  180. package/dist-esm/src/operationsInterfaces/maps.d.ts +13 -0
  181. package/dist-esm/src/operationsInterfaces/maps.d.ts.map +1 -0
  182. package/dist-esm/src/operationsInterfaces/maps.js +9 -0
  183. package/dist-esm/src/operationsInterfaces/maps.js.map +1 -0
  184. package/dist-esm/src/operationsInterfaces/ports.d.ts +43 -0
  185. package/dist-esm/src/operationsInterfaces/ports.d.ts.map +1 -0
  186. package/dist-esm/src/operationsInterfaces/ports.js +9 -0
  187. package/dist-esm/src/operationsInterfaces/ports.js.map +1 -0
  188. package/dist-esm/src/operationsInterfaces/processes.d.ts +42 -0
  189. package/dist-esm/src/operationsInterfaces/processes.d.ts.map +1 -0
  190. package/dist-esm/src/operationsInterfaces/processes.js +9 -0
  191. package/dist-esm/src/operationsInterfaces/processes.js.map +1 -0
  192. package/dist-esm/src/operationsInterfaces/summaries.d.ts +12 -0
  193. package/dist-esm/src/operationsInterfaces/summaries.d.ts.map +1 -0
  194. package/dist-esm/src/operationsInterfaces/summaries.js +9 -0
  195. package/dist-esm/src/operationsInterfaces/summaries.js.map +1 -0
  196. package/dist-esm/src/serviceMap.d.ts +24 -0
  197. package/dist-esm/src/serviceMap.d.ts.map +1 -0
  198. package/dist-esm/src/serviceMap.js +57 -0
  199. package/dist-esm/src/serviceMap.js.map +1 -0
  200. package/dist-esm/test/sampleTest.d.ts +2 -0
  201. package/dist-esm/test/sampleTest.d.ts.map +1 -0
  202. package/dist-esm/test/sampleTest.js +40 -0
  203. package/dist-esm/test/sampleTest.js.map +1 -0
  204. package/package.json +75 -33
  205. package/review/arm-servicemap.api.md +1034 -0
  206. package/rollup.config.js +181 -30
  207. package/src/index.ts +12 -0
  208. package/src/models/index.ts +1135 -2551
  209. package/src/models/mappers.ts +1115 -1150
  210. package/src/models/parameters.ts +151 -109
  211. package/src/operations/clientGroups.ts +208 -170
  212. package/src/operations/index.ts +3 -5
  213. package/src/operations/machineGroups.ts +236 -254
  214. package/src/operations/machines.ts +752 -460
  215. package/src/operations/maps.ts +43 -64
  216. package/src/operations/ports.ts +367 -234
  217. package/src/operations/processes.ts +362 -232
  218. package/src/operations/summaries.ts +43 -56
  219. package/src/operationsInterfaces/clientGroups.ts +61 -0
  220. package/src/operationsInterfaces/index.ts +15 -0
  221. package/src/operationsInterfaces/machineGroups.ts +90 -0
  222. package/src/operationsInterfaces/machines.ts +126 -0
  223. package/src/operationsInterfaces/maps.ts +30 -0
  224. package/src/operationsInterfaces/ports.ts +85 -0
  225. package/src/operationsInterfaces/processes.ts +84 -0
  226. package/src/operationsInterfaces/summaries.ts +27 -0
  227. package/src/serviceMap.ts +103 -0
  228. package/tsconfig.json +5 -4
  229. package/types/arm-servicemap.d.ts +1556 -0
  230. package/types/tsdoc-metadata.json +11 -0
  231. package/dist/arm-servicemap.js +0 -4238
  232. package/dist/arm-servicemap.js.map +0 -1
  233. package/dist/arm-servicemap.min.js +0 -1
  234. package/dist/arm-servicemap.min.js.map +0 -1
  235. package/esm/models/clientGroupsMappers.d.ts +0 -2
  236. package/esm/models/clientGroupsMappers.d.ts.map +0 -1
  237. package/esm/models/clientGroupsMappers.js +0 -9
  238. package/esm/models/clientGroupsMappers.js.map +0 -1
  239. package/esm/models/index.d.ts +0 -2596
  240. package/esm/models/index.d.ts.map +0 -1
  241. package/esm/models/index.js +0 -8
  242. package/esm/models/index.js.map +0 -1
  243. package/esm/models/machineGroupsMappers.d.ts +0 -2
  244. package/esm/models/machineGroupsMappers.d.ts.map +0 -1
  245. package/esm/models/machineGroupsMappers.js +0 -9
  246. package/esm/models/machineGroupsMappers.js.map +0 -1
  247. package/esm/models/machinesMappers.d.ts +0 -2
  248. package/esm/models/machinesMappers.d.ts.map +0 -1
  249. package/esm/models/machinesMappers.js +0 -9
  250. package/esm/models/machinesMappers.js.map +0 -1
  251. package/esm/models/mappers.d.ts +0 -91
  252. package/esm/models/mappers.d.ts.map +0 -1
  253. package/esm/models/mappers.js.map +0 -1
  254. package/esm/models/mapsMappers.d.ts +0 -2
  255. package/esm/models/mapsMappers.d.ts.map +0 -1
  256. package/esm/models/mapsMappers.js +0 -9
  257. package/esm/models/mapsMappers.js.map +0 -1
  258. package/esm/models/parameters.d.ts +0 -18
  259. package/esm/models/parameters.d.ts.map +0 -1
  260. package/esm/models/parameters.js.map +0 -1
  261. package/esm/models/portsMappers.d.ts +0 -2
  262. package/esm/models/portsMappers.d.ts.map +0 -1
  263. package/esm/models/portsMappers.js +0 -9
  264. package/esm/models/portsMappers.js.map +0 -1
  265. package/esm/models/processesMappers.d.ts +0 -2
  266. package/esm/models/processesMappers.d.ts.map +0 -1
  267. package/esm/models/processesMappers.js +0 -9
  268. package/esm/models/processesMappers.js.map +0 -1
  269. package/esm/models/summariesMappers.d.ts +0 -2
  270. package/esm/models/summariesMappers.d.ts.map +0 -1
  271. package/esm/models/summariesMappers.js +0 -9
  272. package/esm/models/summariesMappers.js.map +0 -1
  273. package/esm/operations/clientGroups.d.ts +0 -103
  274. package/esm/operations/clientGroups.d.ts.map +0 -1
  275. package/esm/operations/clientGroups.js +0 -159
  276. package/esm/operations/clientGroups.js.map +0 -1
  277. package/esm/operations/index.d.ts.map +0 -1
  278. package/esm/operations/index.js.map +0 -1
  279. package/esm/operations/machineGroups.d.ts +0 -151
  280. package/esm/operations/machineGroups.d.ts.map +0 -1
  281. package/esm/operations/machineGroups.js +0 -227
  282. package/esm/operations/machineGroups.js.map +0 -1
  283. package/esm/operations/machines.d.ts +0 -284
  284. package/esm/operations/machines.d.ts.map +0 -1
  285. package/esm/operations/machines.js +0 -404
  286. package/esm/operations/machines.js.map +0 -1
  287. package/esm/operations/maps.d.ts +0 -37
  288. package/esm/operations/maps.d.ts.map +0 -1
  289. package/esm/operations/maps.js +0 -64
  290. package/esm/operations/maps.js.map +0 -1
  291. package/esm/operations/ports.d.ts +0 -158
  292. package/esm/operations/ports.d.ts.map +0 -1
  293. package/esm/operations/ports.js +0 -227
  294. package/esm/operations/ports.js.map +0 -1
  295. package/esm/operations/processes.d.ts +0 -157
  296. package/esm/operations/processes.d.ts.map +0 -1
  297. package/esm/operations/processes.js +0 -226
  298. package/esm/operations/processes.js.map +0 -1
  299. package/esm/operations/summaries.d.ts +0 -34
  300. package/esm/operations/summaries.d.ts.map +0 -1
  301. package/esm/operations/summaries.js +0 -60
  302. package/esm/operations/summaries.js.map +0 -1
  303. package/esm/servicemapManagementClient.d.ts +0 -30
  304. package/esm/servicemapManagementClient.d.ts.map +0 -1
  305. package/esm/servicemapManagementClient.js +0 -44
  306. package/esm/servicemapManagementClient.js.map +0 -1
  307. package/esm/servicemapManagementClientContext.d.ts +0 -22
  308. package/esm/servicemapManagementClientContext.d.ts.map +0 -1
  309. package/esm/servicemapManagementClientContext.js +0 -61
  310. package/esm/servicemapManagementClientContext.js.map +0 -1
  311. package/src/models/clientGroupsMappers.ts +0 -56
  312. package/src/models/machineGroupsMappers.ts +0 -55
  313. package/src/models/machinesMappers.ts +0 -60
  314. package/src/models/mapsMappers.ts +0 -63
  315. package/src/models/portsMappers.ts +0 -57
  316. package/src/models/processesMappers.ts +0 -57
  317. package/src/models/summariesMappers.ts +0 -54
  318. package/src/servicemapManagementClient.ts +0 -60
  319. package/src/servicemapManagementClientContext.ts +0 -68
@@ -1,2596 +0,0 @@
1
- import { BaseResource, CloudError, AzureServiceClientOptions } from "@azure/ms-rest-azure-js";
2
- import * as msRest from "@azure/ms-rest-js";
3
- export { BaseResource, CloudError };
4
- /**
5
- * Resource model definition.
6
- */
7
- export interface Resource extends BaseResource {
8
- /**
9
- * Resource identifier.
10
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
11
- */
12
- readonly id?: string;
13
- /**
14
- * Resource type.
15
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
16
- */
17
- readonly type?: string;
18
- /**
19
- * Resource name.
20
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
21
- */
22
- readonly name?: string;
23
- }
24
- /**
25
- * Contains the possible cases for ResourceReference.
26
- */
27
- export declare type ResourceReferenceUnion = ResourceReference | MachineReference | ProcessReference | PortReference | MachineReferenceWithHints | ClientGroupReference;
28
- /**
29
- * Represents a reference to another resource.
30
- */
31
- export interface ResourceReference {
32
- /**
33
- * Polymorphic Discriminator
34
- */
35
- kind: "ResourceReference";
36
- /**
37
- * Resource URI.
38
- */
39
- id: string;
40
- /**
41
- * Resource type qualifier.
42
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
43
- */
44
- readonly type?: string;
45
- /**
46
- * Resource name.
47
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
48
- */
49
- readonly name?: string;
50
- }
51
- /**
52
- * Reference to a machine.
53
- */
54
- export interface MachineReference {
55
- /**
56
- * Polymorphic Discriminator
57
- */
58
- kind: "ref:machine";
59
- /**
60
- * Resource URI.
61
- */
62
- id: string;
63
- /**
64
- * Resource type qualifier.
65
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
66
- */
67
- readonly type?: string;
68
- /**
69
- * Resource name.
70
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
71
- */
72
- readonly name?: string;
73
- }
74
- /**
75
- * Reference to a process.
76
- */
77
- export interface ProcessReference {
78
- /**
79
- * Polymorphic Discriminator
80
- */
81
- kind: "ref:process";
82
- /**
83
- * Resource URI.
84
- */
85
- id: string;
86
- /**
87
- * Resource type qualifier.
88
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
89
- */
90
- readonly type?: string;
91
- /**
92
- * Resource name.
93
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
94
- */
95
- readonly name?: string;
96
- /**
97
- * Machine hosting the process.
98
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
99
- */
100
- readonly machine?: MachineReference;
101
- }
102
- /**
103
- * Reference to a port.
104
- */
105
- export interface PortReference {
106
- /**
107
- * Polymorphic Discriminator
108
- */
109
- kind: "ref:port";
110
- /**
111
- * Resource URI.
112
- */
113
- id: string;
114
- /**
115
- * Resource type qualifier.
116
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
117
- */
118
- readonly type?: string;
119
- /**
120
- * Resource name.
121
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
122
- */
123
- readonly name?: string;
124
- /**
125
- * Machine hosting the port.
126
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
127
- */
128
- readonly machine?: MachineReference;
129
- /**
130
- * IP address of the port.
131
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
132
- */
133
- readonly ipAddress?: string;
134
- /**
135
- * Port number.
136
- */
137
- portNumber?: number;
138
- }
139
- /**
140
- * A machine reference with a hint of the machine's name and operating system.
141
- */
142
- export interface MachineReferenceWithHints {
143
- /**
144
- * Polymorphic Discriminator
145
- */
146
- kind: "ref:machinewithhints";
147
- /**
148
- * Resource URI.
149
- */
150
- id: string;
151
- /**
152
- * Resource type qualifier.
153
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
154
- */
155
- readonly type?: string;
156
- /**
157
- * Resource name.
158
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
159
- */
160
- readonly name?: string;
161
- /**
162
- * Last known display name.
163
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
164
- */
165
- readonly displayNameHint?: string;
166
- /**
167
- * Last known operating system family. Possible values include: 'unknown', 'windows', 'linux',
168
- * 'solaris', 'aix'
169
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
170
- */
171
- readonly osFamilyHint?: OperatingSystemFamily;
172
- }
173
- /**
174
- * Reference to a client group.
175
- */
176
- export interface ClientGroupReference {
177
- /**
178
- * Polymorphic Discriminator
179
- */
180
- kind: "ref:clientgroup";
181
- /**
182
- * Resource URI.
183
- */
184
- id: string;
185
- /**
186
- * Resource type qualifier.
187
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
188
- */
189
- readonly type?: string;
190
- /**
191
- * Resource name.
192
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
193
- */
194
- readonly name?: string;
195
- }
196
- /**
197
- * Contains the possible cases for CoreResource.
198
- */
199
- export declare type CoreResourceUnion = CoreResource | Machine | Process | Port | ClientGroup | MachineGroup;
200
- /**
201
- * Marker resource for the core Service Map resources
202
- */
203
- export interface CoreResource {
204
- /**
205
- * Polymorphic Discriminator
206
- */
207
- kind: "CoreResource";
208
- /**
209
- * Resource identifier.
210
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
211
- */
212
- readonly id?: string;
213
- /**
214
- * Resource type.
215
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
216
- */
217
- readonly type?: string;
218
- /**
219
- * Resource name.
220
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
221
- */
222
- readonly name?: string;
223
- /**
224
- * Resource ETAG.
225
- */
226
- etag?: string;
227
- }
228
- /**
229
- * Describes a timezone.
230
- */
231
- export interface Timezone {
232
- /**
233
- * Timezone full name.
234
- */
235
- fullName?: string;
236
- }
237
- /**
238
- * Describes the configuration of the Dependency Agent installed on a machine.
239
- */
240
- export interface AgentConfiguration {
241
- /**
242
- * Health Service Agent unique identifier.
243
- */
244
- agentId: string;
245
- /**
246
- * Dependency Agent unique identifier.
247
- */
248
- dependencyAgentId?: string;
249
- /**
250
- * Dependency Agent version number.
251
- */
252
- dependencyAgentVersion?: string;
253
- /**
254
- * Dependency Agent revision number.
255
- */
256
- dependencyAgentRevision?: string;
257
- /**
258
- * Specifies whether the machine has been rebooted since the Dependency Agent installation.
259
- * Possible values include: 'unknown', 'rebooted', 'notRebooted'
260
- */
261
- rebootStatus?: MachineRebootStatus;
262
- /**
263
- * Machine clock granularity in milliseconds.
264
- */
265
- clockGranularity?: number;
266
- }
267
- /**
268
- * Describes the resources of a machine.
269
- */
270
- export interface MachineResourcesConfiguration {
271
- /**
272
- * Physical memory in megabytes (MB).
273
- */
274
- physicalMemory?: number;
275
- /**
276
- * Number of CPUs.
277
- */
278
- cpus?: number;
279
- /**
280
- * CPU speed in megahertz (Mhz).
281
- */
282
- cpuSpeed?: number;
283
- /**
284
- * Describes the accuracy of the cpuSpeed field. Possible values include: 'actual', 'estimated'
285
- */
286
- cpuSpeedAccuracy?: Accuracy;
287
- }
288
- /**
289
- * Describes an IPv4 network interface.
290
- */
291
- export interface Ipv4NetworkInterface {
292
- /**
293
- * IPv4 address.
294
- */
295
- ipAddress: string;
296
- /**
297
- * IPv4 subnet mask. Default value: '255.255.255.255'.
298
- */
299
- subnetMask?: string;
300
- }
301
- /**
302
- * Describes an IPv6 network interface.
303
- */
304
- export interface Ipv6NetworkInterface {
305
- /**
306
- * IPv6 address.
307
- */
308
- ipAddress: string;
309
- }
310
- /**
311
- * Describes the network configuration of a machine.
312
- */
313
- export interface NetworkConfiguration {
314
- /**
315
- * IPv4 interfaces.
316
- */
317
- ipv4Interfaces?: Ipv4NetworkInterface[];
318
- /**
319
- * IPv6 interfaces.
320
- */
321
- ipv6Interfaces?: Ipv6NetworkInterface[];
322
- /**
323
- * Default IPv4 gateways.
324
- */
325
- defaultIpv4Gateways?: string[];
326
- /**
327
- * MAC addresses of all active network interfaces.
328
- */
329
- macAddresses?: string[];
330
- /**
331
- * DNS names associated with the machine.
332
- */
333
- dnsNames?: string[];
334
- }
335
- /**
336
- * Describes the configuration of the operating system of a machine.
337
- */
338
- export interface OperatingSystemConfiguration {
339
- /**
340
- * Windows, Linux, etc. Possible values include: 'unknown', 'windows', 'linux', 'solaris', 'aix'
341
- */
342
- family: OperatingSystemFamily;
343
- /**
344
- * Operating system full name.
345
- */
346
- fullName: string;
347
- /**
348
- * Operating system bitness (32-bit or 64-bit). Possible values include: '32bit', '64bit'
349
- */
350
- bitness: Bitness;
351
- }
352
- /**
353
- * Describes the virtualization-related configuration of a machine.
354
- */
355
- export interface VirtualMachineConfiguration {
356
- /**
357
- * Specifies the virtualization technology used by the machine (hyperv, vmware, etc.). Possible
358
- * values include: 'unknown', 'hyperv', 'ldom', 'lpar', 'vmware', 'virtualPc', 'xen'
359
- */
360
- virtualMachineType?: VirtualMachineType;
361
- /**
362
- * The unique identifier of the virtual machine as reported by the underlying virtualization
363
- * system.
364
- */
365
- nativeMachineId?: string;
366
- /**
367
- * The Name of the virtual machine.
368
- */
369
- virtualMachineName?: string;
370
- /**
371
- * The unique identifier of the host of this virtual machine as reported by the underlying
372
- * virtualization system.
373
- */
374
- nativeHostMachineId?: string;
375
- }
376
- /**
377
- * Describes the hypervisor configuration of a machine.
378
- */
379
- export interface HypervisorConfiguration {
380
- /**
381
- * Specifies the virtualization technology used by the hypervisor (hyperv, vmware, etc.).
382
- * Possible values include: 'unknown', 'hyperv'
383
- */
384
- hypervisorType?: HypervisorType;
385
- /**
386
- * The unique identifier of the hypervisor machine as reported by the underlying virtualization
387
- * system.
388
- */
389
- nativeHostMachineId?: string;
390
- }
391
- /**
392
- * Contains the possible cases for HostingConfiguration.
393
- */
394
- export declare type HostingConfigurationUnion = HostingConfiguration | AzureHostingConfiguration;
395
- /**
396
- * Describes the hosting configuration of a machine.
397
- */
398
- export interface HostingConfiguration {
399
- /**
400
- * Polymorphic Discriminator
401
- */
402
- kind: "HostingConfiguration";
403
- /**
404
- * The hosting provider of the VM. Possible values include: 'azure'
405
- */
406
- provider?: Provider;
407
- }
408
- /**
409
- * A machine resource represents a discovered computer system. It can be *monitored*, i.e., a
410
- * Dependency Agent is running on it, or *discovered*, i.e., its existence was inferred by
411
- * observing the data stream from monitored machines. As machines change, prior versions of the
412
- * machine resource are preserved and available for access. A machine is live during an interval of
413
- * time, if either its Dependency Agent has reported data during (parts) of that interval, or a
414
- * Dependency agent running on other machines has reported activity associated with the machine.
415
- */
416
- export interface Machine {
417
- /**
418
- * Polymorphic Discriminator
419
- */
420
- kind: "machine";
421
- /**
422
- * Resource identifier.
423
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
424
- */
425
- readonly id?: string;
426
- /**
427
- * Resource type.
428
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
429
- */
430
- readonly type?: string;
431
- /**
432
- * Resource name.
433
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
434
- */
435
- readonly name?: string;
436
- /**
437
- * Resource ETAG.
438
- */
439
- etag?: string;
440
- /**
441
- * UTC date and time when this resource was updated in the system.
442
- */
443
- timestamp?: Date;
444
- /**
445
- * Specifies whether the machine is actively monitored or discovered. Possible values include:
446
- * 'monitored', 'discovered'
447
- */
448
- monitoringState?: MonitoringState;
449
- /**
450
- * Specifies whether the machine is virtualized. Possible values include: 'unknown', 'physical',
451
- * 'virtual', 'hypervisor'
452
- */
453
- virtualizationState?: VirtualizationState;
454
- /**
455
- * Name to use for display purposes
456
- */
457
- displayName?: string;
458
- /**
459
- * Name of the machine, e.g., server
460
- */
461
- computerName?: string;
462
- /**
463
- * Fully-qualified name of the machine, e.g., server.company.com
464
- */
465
- fullyQualifiedDomainName?: string;
466
- /**
467
- * UTC date and time when the machine last booted
468
- */
469
- bootTime?: Date;
470
- /**
471
- * Timezone of the machine.
472
- */
473
- timezone?: Timezone;
474
- /**
475
- * Dependency Agent configuration.
476
- */
477
- agent?: AgentConfiguration;
478
- /**
479
- * Machine resources (memory, cpu, etc.).
480
- */
481
- resources?: MachineResourcesConfiguration;
482
- /**
483
- * Network configuration (ips, gateways, dns, etc.)
484
- */
485
- networking?: NetworkConfiguration;
486
- /**
487
- * Operating system information.
488
- */
489
- operatingSystem?: OperatingSystemConfiguration;
490
- /**
491
- * Virtualization-related configuration. Present only when `virtualizationState` is `virtual`.
492
- */
493
- virtualMachine?: VirtualMachineConfiguration;
494
- /**
495
- * Hypervisor-related configuration. Present only when 'virtualizationState' is `hypervisor`.
496
- */
497
- hypervisor?: HypervisorConfiguration;
498
- /**
499
- * Hosting-related configuration. Present if hosting information is discovered for the VM.
500
- */
501
- hosting?: HostingConfigurationUnion;
502
- }
503
- /**
504
- * A service hosted by a process.
505
- */
506
- export interface ProcessHostedService {
507
- /**
508
- * The name of the service.
509
- */
510
- name?: string;
511
- /**
512
- * The service's display name.
513
- */
514
- displayName?: string;
515
- }
516
- /**
517
- * Describes process metadata.
518
- */
519
- export interface ProcessDetails {
520
- /**
521
- * A unique identifier for a process, generally resilient to process restart, computed by Service
522
- * Map.
523
- */
524
- persistentKey?: string;
525
- /**
526
- * Represents the identity of the process pool assigned to the process by Dependency Agent.
527
- */
528
- poolId?: number;
529
- /**
530
- * The Operating System Process Identifier (PID) of the first process in this process pool.
531
- */
532
- firstPid?: number;
533
- /**
534
- * Process description.
535
- */
536
- description?: string;
537
- /**
538
- * Name of company that created the process executable.
539
- */
540
- companyName?: string;
541
- /**
542
- * Internal process name.
543
- */
544
- internalName?: string;
545
- /**
546
- * Product name.
547
- */
548
- productName?: string;
549
- /**
550
- * Product version.
551
- */
552
- productVersion?: string;
553
- /**
554
- * File version.
555
- */
556
- fileVersion?: string;
557
- /**
558
- * Process command line.
559
- */
560
- commandLine?: string;
561
- /**
562
- * Process executable path.
563
- */
564
- executablePath?: string;
565
- /**
566
- * Process workingDirectory.
567
- */
568
- workingDirectory?: string;
569
- /**
570
- * Collection of services hosted by this Process (Windows only).
571
- */
572
- services?: ProcessHostedService[];
573
- /**
574
- * Process zone name (Linux only).
575
- */
576
- zoneName?: string;
577
- }
578
- /**
579
- * Describes the user under which a process is running.
580
- */
581
- export interface ProcessUser {
582
- /**
583
- * User name under which the process is running.
584
- */
585
- userName?: string;
586
- /**
587
- * Domain name for the user.
588
- */
589
- userDomain?: string;
590
- }
591
- /**
592
- * Contains the possible cases for ProcessHostingConfiguration.
593
- */
594
- export declare type ProcessHostingConfigurationUnion = ProcessHostingConfiguration | AzureProcessHostingConfiguration;
595
- /**
596
- * Describes the hosting configuration of a process.
597
- */
598
- export interface ProcessHostingConfiguration {
599
- /**
600
- * Polymorphic Discriminator
601
- */
602
- kind: "ProcessHostingConfiguration";
603
- /**
604
- * The hosting provider of the VM. Possible values include: 'azure'
605
- */
606
- provider?: Provider1;
607
- }
608
- /**
609
- * A process resource represents a process running on a machine. The process may be actively
610
- * *monitored*, i.e., a Dependency Agent is running on its machine, or *discovered*, i.e., its
611
- * existence was inferred by observing the data stream from monitored machines. A process resource
612
- * represents a pool of actual operating system resources that share command lines and metadata. As
613
- * the process pool evolves over time, prior versions of the process resource are preserved and
614
- * available for access. A process is live during an interval of time, if that process is executing
615
- * during (parts) of that interval
616
- */
617
- export interface Process {
618
- /**
619
- * Polymorphic Discriminator
620
- */
621
- kind: "process";
622
- /**
623
- * Resource identifier.
624
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
625
- */
626
- readonly id?: string;
627
- /**
628
- * Resource type.
629
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
630
- */
631
- readonly type?: string;
632
- /**
633
- * Resource name.
634
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
635
- */
636
- readonly name?: string;
637
- /**
638
- * Resource ETAG.
639
- */
640
- etag?: string;
641
- /**
642
- * UTC date and time when this process resource was updated in the system
643
- */
644
- timestamp?: Date;
645
- /**
646
- * Specifies whether the process is actively monitored or discovered. Possible values include:
647
- * 'monitored', 'discovered'
648
- */
649
- monitoringState?: MonitoringState;
650
- /**
651
- * Machine hosting this process.
652
- */
653
- machine?: ResourceReferenceUnion;
654
- /**
655
- * The name of the process executable
656
- */
657
- executableName?: string;
658
- /**
659
- * Name to use for display purposes
660
- */
661
- displayName?: string;
662
- /**
663
- * UTC date and time when the process started
664
- */
665
- startTime?: Date;
666
- /**
667
- * The inferred role of this process based on its name, command line, etc. Possible values
668
- * include: 'webServer', 'appServer', 'databaseServer', 'ldapServer', 'smbServer'
669
- */
670
- role?: ProcessRole;
671
- /**
672
- * The name of the product or suite of the process. The group is determined by its executable
673
- * name, command line, etc.
674
- */
675
- group?: string;
676
- /**
677
- * Process metadata (command line, product name, etc.).
678
- */
679
- details?: ProcessDetails;
680
- /**
681
- * Information about the account under which the process is executing.
682
- */
683
- user?: ProcessUser;
684
- /**
685
- * Present only for a discovered process acting as a client of a monitored process/machine/port.
686
- * References the monitored process/machine/port that this process is a client of.
687
- */
688
- clientOf?: ResourceReferenceUnion;
689
- /**
690
- * Present only for a discovered process acting as a server. References the port on which the
691
- * discovered process is accepting.
692
- */
693
- acceptorOf?: ResourceReferenceUnion;
694
- /**
695
- * Information about the hosting environment
696
- */
697
- hosting?: ProcessHostingConfigurationUnion;
698
- }
699
- /**
700
- * A port resource represents a server port on a machine. The port may be actively *monitored*,
701
- * i.e., a Dependency Agent is running on its machine, or *discovered*, i.e., its existence was
702
- * inferred by observing the data stream from monitored machines. A port is live during an interval
703
- * of time, if that port had associated activity during (parts) of that interval.
704
- */
705
- export interface Port {
706
- /**
707
- * Polymorphic Discriminator
708
- */
709
- kind: "port";
710
- /**
711
- * Resource identifier.
712
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
713
- */
714
- readonly id?: string;
715
- /**
716
- * Resource type.
717
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
718
- */
719
- readonly type?: string;
720
- /**
721
- * Resource name.
722
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
723
- */
724
- readonly name?: string;
725
- /**
726
- * Resource ETAG.
727
- */
728
- etag?: string;
729
- /**
730
- * Specifies whether the port is actively monitored or discovered. Possible values include:
731
- * 'monitored', 'discovered'
732
- */
733
- monitoringState?: MonitoringState;
734
- /**
735
- * Machine hosting this port.
736
- */
737
- machine?: ResourceReferenceUnion;
738
- /**
739
- * Name to use for display purposes.
740
- */
741
- displayName?: string;
742
- /**
743
- * IP address associated with the port. At present only IPv4 addresses are supported.
744
- */
745
- ipAddress?: string;
746
- /**
747
- * Port number.
748
- */
749
- portNumber?: number;
750
- }
751
- /**
752
- * Represents a collection of clients of a resource. A client group can represent the clients of a
753
- * port, process, or a machine.
754
- */
755
- export interface ClientGroup {
756
- /**
757
- * Polymorphic Discriminator
758
- */
759
- kind: "clientGroup";
760
- /**
761
- * Resource identifier.
762
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
763
- */
764
- readonly id?: string;
765
- /**
766
- * Resource type.
767
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
768
- */
769
- readonly type?: string;
770
- /**
771
- * Resource name.
772
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
773
- */
774
- readonly name?: string;
775
- /**
776
- * Resource ETAG.
777
- */
778
- etag?: string;
779
- /**
780
- * Reference to the resource whose clients are represented by this group.
781
- */
782
- clientsOf: ResourceReferenceUnion;
783
- }
784
- /**
785
- * Represents a member of a client group
786
- */
787
- export interface ClientGroupMember extends Resource {
788
- /**
789
- * IP address.
790
- */
791
- ipAddress?: string;
792
- /**
793
- * Port into which this client connected
794
- */
795
- port?: PortReference;
796
- /**
797
- * Processes accepting on the above port that received connections from this client.
798
- */
799
- processes?: ProcessReference[];
800
- }
801
- /**
802
- * A user-defined logical grouping of machines.
803
- */
804
- export interface MachineGroup {
805
- /**
806
- * Polymorphic Discriminator
807
- */
808
- kind: "machineGroup";
809
- /**
810
- * Resource identifier.
811
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
812
- */
813
- readonly id?: string;
814
- /**
815
- * Resource type.
816
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
817
- */
818
- readonly type?: string;
819
- /**
820
- * Resource name.
821
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
822
- */
823
- readonly name?: string;
824
- /**
825
- * Resource ETAG.
826
- */
827
- etag?: string;
828
- /**
829
- * Type of the machine group. Possible values include: 'unknown', 'azure-cs', 'azure-sf',
830
- * 'azure-vmss', 'user-static'
831
- */
832
- groupType?: MachineGroupType;
833
- /**
834
- * User defined name for the group
835
- */
836
- displayName: string;
837
- /**
838
- * Count of machines in this group. The value of count may be bigger than the number of machines
839
- * in case of the group has been truncated due to exceeding the max number of machines a group
840
- * can handle.
841
- */
842
- count?: number;
843
- /**
844
- * References of the machines in this group. The hints within each reference do not represent the
845
- * current value of the corresponding fields. They are a snapshot created during the last time
846
- * the machine group was updated.
847
- */
848
- machines?: MachineReferenceWithHints[];
849
- }
850
- /**
851
- * Base for all resource summaries.
852
- */
853
- export interface Summary extends Resource {
854
- }
855
- /**
856
- * Machines by operating system.
857
- */
858
- export interface MachineCountsByOperatingSystem {
859
- /**
860
- * Number of live Windows machines.
861
- */
862
- windows: number;
863
- /**
864
- * Number of live Linux machines.
865
- */
866
- linux: number;
867
- }
868
- /**
869
- * A summary of the machines in the workspace.
870
- */
871
- export interface MachinesSummary extends Summary {
872
- /**
873
- * Summary interval start time.
874
- */
875
- startTime: Date;
876
- /**
877
- * Summary interval end time.
878
- */
879
- endTime: Date;
880
- /**
881
- * Total number of machines.
882
- */
883
- total: number;
884
- /**
885
- * Number of live machines.
886
- */
887
- live: number;
888
- /**
889
- * Machine counts by operating system.
890
- */
891
- os: MachineCountsByOperatingSystem;
892
- }
893
- /**
894
- * Contains the possible cases for Relationship.
895
- */
896
- export declare type RelationshipUnion = Relationship | Connection | Acceptor;
897
- /**
898
- * A typed relationship between two entities.
899
- */
900
- export interface Relationship {
901
- /**
902
- * Polymorphic Discriminator
903
- */
904
- kind: "Relationship";
905
- /**
906
- * Resource identifier.
907
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
908
- */
909
- readonly id?: string;
910
- /**
911
- * Resource type.
912
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
913
- */
914
- readonly type?: string;
915
- /**
916
- * Resource name.
917
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
918
- */
919
- readonly name?: string;
920
- }
921
- /**
922
- * A network connection.
923
- */
924
- export interface Connection {
925
- /**
926
- * Polymorphic Discriminator
927
- */
928
- kind: "rel:connection";
929
- /**
930
- * Resource identifier.
931
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
932
- */
933
- readonly id?: string;
934
- /**
935
- * Resource type.
936
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
937
- */
938
- readonly type?: string;
939
- /**
940
- * Resource name.
941
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
942
- */
943
- readonly name?: string;
944
- /**
945
- * Source resource of the relationship.
946
- */
947
- source: ResourceReferenceUnion;
948
- /**
949
- * Destination resource of the relationship.
950
- */
951
- destination: ResourceReferenceUnion;
952
- /**
953
- * Relationship start time.
954
- */
955
- startTime?: Date;
956
- /**
957
- * Relationship end time.
958
- */
959
- endTime?: Date;
960
- /**
961
- * Reference to the server port via which this connection has been established.
962
- */
963
- serverPort?: PortReference;
964
- /**
965
- * Specifies whether there are only successful, failed or a mixture of both connections
966
- * represented by this resource. Possible values include: 'ok', 'failed', 'mixed'
967
- */
968
- failureState?: ConnectionFailureState;
969
- }
970
- /**
971
- * A process accepting on a port.
972
- */
973
- export interface Acceptor {
974
- /**
975
- * Polymorphic Discriminator
976
- */
977
- kind: "rel:acceptor";
978
- /**
979
- * Resource identifier.
980
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
981
- */
982
- readonly id?: string;
983
- /**
984
- * Resource type.
985
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
986
- */
987
- readonly type?: string;
988
- /**
989
- * Resource name.
990
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
991
- */
992
- readonly name?: string;
993
- /**
994
- * Port being accepted.
995
- */
996
- source: PortReference;
997
- /**
998
- * Accepting process.
999
- */
1000
- destination: ProcessReference;
1001
- /**
1002
- * Relationship start time.
1003
- */
1004
- startTime?: Date;
1005
- /**
1006
- * Relationship end time.
1007
- */
1008
- endTime?: Date;
1009
- }
1010
- /**
1011
- * Base for all summaries.
1012
- */
1013
- export interface SummaryProperties {
1014
- /**
1015
- * Summary interval start time.
1016
- */
1017
- startTime: Date;
1018
- /**
1019
- * Summary interval end time.
1020
- */
1021
- endTime: Date;
1022
- }
1023
- /**
1024
- * Relationship properties.
1025
- */
1026
- export interface RelationshipProperties {
1027
- /**
1028
- * Source resource of the relationship.
1029
- */
1030
- source: ResourceReferenceUnion;
1031
- /**
1032
- * Destination resource of the relationship.
1033
- */
1034
- destination: ResourceReferenceUnion;
1035
- /**
1036
- * Relationship start time.
1037
- */
1038
- startTime?: Date;
1039
- /**
1040
- * Relationship end time.
1041
- */
1042
- endTime?: Date;
1043
- }
1044
- /**
1045
- * Describes the VM image of a machine.
1046
- */
1047
- export interface ImageConfiguration {
1048
- /**
1049
- * Publisher of the VM image.
1050
- */
1051
- publisher?: string;
1052
- /**
1053
- * Offering of the VM image.
1054
- */
1055
- offering?: string;
1056
- /**
1057
- * SKU of the VM image.
1058
- */
1059
- sku?: string;
1060
- /**
1061
- * Version of the VM image.
1062
- */
1063
- version?: string;
1064
- }
1065
- /**
1066
- * Describes an Azure Cloud Service
1067
- */
1068
- export interface AzureCloudServiceConfiguration {
1069
- /**
1070
- * Cloud Service name
1071
- */
1072
- name?: string;
1073
- /**
1074
- * Cloud Service instance identifier
1075
- */
1076
- instanceId?: string;
1077
- /**
1078
- * Cloud Service deployment identifier
1079
- */
1080
- deployment?: string;
1081
- /**
1082
- * Cloud Service role name
1083
- */
1084
- roleName?: string;
1085
- /**
1086
- * Used to specify type of an Azure Cloud Service role. Possible values include: 'unknown',
1087
- * 'worker', 'web'
1088
- */
1089
- roleType?: AzureCloudServiceRoleType;
1090
- }
1091
- /**
1092
- * Describes an Azure Virtual Machine Scale Set
1093
- */
1094
- export interface AzureVmScaleSetConfiguration {
1095
- /**
1096
- * Virtual Machine Scale Set name
1097
- */
1098
- name?: string;
1099
- /**
1100
- * Virtual Machine Scale Set instance identifier
1101
- */
1102
- instanceId?: string;
1103
- /**
1104
- * Virtual Machine Scale Set deployment identifier
1105
- */
1106
- deployment?: string;
1107
- /**
1108
- * Unique identifier of the resource.
1109
- */
1110
- resourceId?: string;
1111
- }
1112
- /**
1113
- * Describes an Azure Service Fabric Cluster
1114
- */
1115
- export interface AzureServiceFabricClusterConfiguration {
1116
- /**
1117
- * Service Fabric cluster name.
1118
- */
1119
- name?: string;
1120
- /**
1121
- * Service Fabric cluster identifier.
1122
- */
1123
- clusterId?: string;
1124
- }
1125
- /**
1126
- * Provides information about how a machine is hosted in Azure
1127
- */
1128
- export interface AzureHostingConfiguration {
1129
- /**
1130
- * Polymorphic Discriminator
1131
- */
1132
- kind: "provider:azure";
1133
- /**
1134
- * The hosting provider of the VM. Possible values include: 'azure'
1135
- */
1136
- provider?: Provider;
1137
- /**
1138
- * Virtual Machine ID (unique identifier).
1139
- */
1140
- vmId?: string;
1141
- /**
1142
- * Geographical location of the VM.
1143
- */
1144
- location?: string;
1145
- /**
1146
- * Machine name according to the hosting provider.
1147
- */
1148
- name?: string;
1149
- /**
1150
- * Size of the VM.
1151
- */
1152
- size?: string;
1153
- /**
1154
- * Update domain of the VM.
1155
- */
1156
- updateDomain?: string;
1157
- /**
1158
- * Fault domain of the VM.
1159
- */
1160
- faultDomain?: string;
1161
- /**
1162
- * Subscription ID.
1163
- */
1164
- subscriptionId?: string;
1165
- /**
1166
- * Resource group name within the specified subscription.
1167
- */
1168
- resourceGroup?: string;
1169
- /**
1170
- * Unique identifier of the resource.
1171
- */
1172
- resourceId?: string;
1173
- /**
1174
- * Image of the machine.
1175
- */
1176
- image?: ImageConfiguration;
1177
- /**
1178
- * Contains information about machines hosted as an Azure Cloud Service
1179
- */
1180
- cloudService?: AzureCloudServiceConfiguration;
1181
- /**
1182
- * Contains information about machines hosted as an Azure Virtual Machine Scale Set
1183
- */
1184
- vmScaleSet?: AzureVmScaleSetConfiguration;
1185
- /**
1186
- * Contains information about machines that belong an Azure Service Fabric Cluster
1187
- */
1188
- serviceFabricCluster?: AzureServiceFabricClusterConfiguration;
1189
- }
1190
- /**
1191
- * Describes the hosting configuration of a process when hosted on azure
1192
- */
1193
- export interface AzureProcessHostingConfiguration {
1194
- /**
1195
- * Polymorphic Discriminator
1196
- */
1197
- kind: "provider:azure";
1198
- /**
1199
- * The hosting provider of the VM. Possible values include: 'azure'
1200
- */
1201
- provider?: Provider1;
1202
- /**
1203
- * Contains information about the cloud service the process belongs to
1204
- */
1205
- cloudService?: AzureCloudServiceConfiguration;
1206
- }
1207
- /**
1208
- * The nodes (entities) of a map.
1209
- */
1210
- export interface MapNodes {
1211
- /**
1212
- * Machine resources.
1213
- */
1214
- machines?: Machine[];
1215
- /**
1216
- * Process resources.
1217
- */
1218
- processes?: Process[];
1219
- /**
1220
- * Port resources.
1221
- */
1222
- ports?: Port[];
1223
- /**
1224
- * Client Group resources.
1225
- */
1226
- clientGroups?: ClientGroup[];
1227
- }
1228
- /**
1229
- * The edges (relationships) of a map.
1230
- */
1231
- export interface MapEdges {
1232
- /**
1233
- * Network connections.
1234
- */
1235
- connections?: Connection[];
1236
- /**
1237
- * Processes accepting on a port.
1238
- */
1239
- acceptors?: Acceptor[];
1240
- }
1241
- /**
1242
- * A map of resources and relationships between them.
1243
- */
1244
- export interface Map {
1245
- nodes: MapNodes;
1246
- edges: MapEdges;
1247
- }
1248
- /**
1249
- * Specifies the contents of a check liveness response.
1250
- */
1251
- export interface Liveness {
1252
- /**
1253
- * Liveness interval start time.
1254
- */
1255
- startTime: Date;
1256
- /**
1257
- * Liveness interval end time.
1258
- */
1259
- endTime: Date;
1260
- /**
1261
- * `true` if the resource is live during [startTime, endTime], `false` otherwise
1262
- */
1263
- live: boolean;
1264
- }
1265
- /**
1266
- * Contains the possible cases for MapRequest.
1267
- */
1268
- export declare type MapRequestUnion = MapRequest | SingleMachineDependencyMapRequest | MultipleMachinesMapRequestUnion;
1269
- /**
1270
- * Specifies the contents of request to generate a map.
1271
- */
1272
- export interface MapRequest {
1273
- /**
1274
- * Polymorphic Discriminator
1275
- */
1276
- kind: "MapRequest";
1277
- /**
1278
- * Map interval start time.
1279
- */
1280
- startTime?: Date;
1281
- /**
1282
- * Map interval end time.
1283
- */
1284
- endTime?: Date;
1285
- }
1286
- /**
1287
- * Specifies the computation of a single server dependency map. A single server dependency map
1288
- * includes all direct dependencies of a given machine.
1289
- */
1290
- export interface SingleMachineDependencyMapRequest {
1291
- /**
1292
- * Polymorphic Discriminator
1293
- */
1294
- kind: "map:single-machine-dependency";
1295
- /**
1296
- * Map interval start time.
1297
- */
1298
- startTime?: Date;
1299
- /**
1300
- * Map interval end time.
1301
- */
1302
- endTime?: Date;
1303
- /**
1304
- * URI of machine resource for which to generate the map.
1305
- */
1306
- machineId: string;
1307
- }
1308
- /**
1309
- * Contains the possible cases for MultipleMachinesMapRequest.
1310
- */
1311
- export declare type MultipleMachinesMapRequestUnion = MultipleMachinesMapRequest | MachineListMapRequest | MachineGroupMapRequest;
1312
- /**
1313
- * Provides a base class for describing map requests for a collection of machines
1314
- */
1315
- export interface MultipleMachinesMapRequest {
1316
- /**
1317
- * Polymorphic Discriminator
1318
- */
1319
- kind: "MultipleMachinesMapRequest";
1320
- /**
1321
- * Map interval start time.
1322
- */
1323
- startTime?: Date;
1324
- /**
1325
- * Map interval end time.
1326
- */
1327
- endTime?: Date;
1328
- /**
1329
- * If true, only processes between specified machines will be included. Any connections in or out
1330
- * of those processes will be included.
1331
- */
1332
- filterProcesses?: boolean;
1333
- }
1334
- /**
1335
- * Specifies the computation of a one hope dependency map for a list of machines. The resulting map
1336
- * includes all direct dependencies for the specified machines.
1337
- */
1338
- export interface MachineListMapRequest {
1339
- /**
1340
- * Polymorphic Discriminator
1341
- */
1342
- kind: "map:machine-list-dependency";
1343
- /**
1344
- * Map interval start time.
1345
- */
1346
- startTime?: Date;
1347
- /**
1348
- * Map interval end time.
1349
- */
1350
- endTime?: Date;
1351
- /**
1352
- * If true, only processes between specified machines will be included. Any connections in or out
1353
- * of those processes will be included.
1354
- */
1355
- filterProcesses?: boolean;
1356
- /**
1357
- * a list of URIs of machine resources for which to generate the map.
1358
- */
1359
- machineIds: string[];
1360
- }
1361
- /**
1362
- * Specifies the computation of a machine group dependency map. A machine group dependency map
1363
- * includes all direct dependencies the machines in the group.
1364
- */
1365
- export interface MachineGroupMapRequest {
1366
- /**
1367
- * Polymorphic Discriminator
1368
- */
1369
- kind: "map:machine-group-dependency";
1370
- /**
1371
- * Map interval start time.
1372
- */
1373
- startTime?: Date;
1374
- /**
1375
- * Map interval end time.
1376
- */
1377
- endTime?: Date;
1378
- /**
1379
- * If true, only processes between specified machines will be included. Any connections in or out
1380
- * of those processes will be included.
1381
- */
1382
- filterProcesses?: boolean;
1383
- /**
1384
- * URI of machine group resource for which to generate the map.
1385
- */
1386
- machineGroupId: string;
1387
- }
1388
- /**
1389
- * Specified the contents of a map response.
1390
- */
1391
- export interface MapResponse {
1392
- /**
1393
- * Map interval start time.
1394
- */
1395
- startTime: Date;
1396
- /**
1397
- * Map interval end time.
1398
- */
1399
- endTime: Date;
1400
- /**
1401
- * The generated map.
1402
- */
1403
- map: Map;
1404
- }
1405
- /**
1406
- * Specifies the number of members in a client group.
1407
- */
1408
- export interface ClientGroupMembersCount {
1409
- /**
1410
- * Membership interval start time.
1411
- */
1412
- startTime: Date;
1413
- /**
1414
- * Membership interval start time.
1415
- */
1416
- endTime: Date;
1417
- /**
1418
- * Client Group URI.
1419
- */
1420
- groupId: string;
1421
- /**
1422
- * Number of members in the client group. Use this value together with the value of
1423
- * ```accuracy```. If accuracy is `exact` then the value represents the actual number of members
1424
- * in the cloud. When accuracy is `estimated`, the actual number of members is larger than the
1425
- * value of ```count```.
1426
- */
1427
- count: number;
1428
- /**
1429
- * Accuracy of the reported count. Possible values include: 'actual', 'estimated'
1430
- */
1431
- accuracy: Accuracy;
1432
- }
1433
- /**
1434
- * Error details.
1435
- */
1436
- export interface ErrorModel {
1437
- /**
1438
- * Error code identifying the specific error.
1439
- */
1440
- code: string;
1441
- /**
1442
- * Error message in the caller's locale.
1443
- */
1444
- message?: string;
1445
- }
1446
- /**
1447
- * An error response from the API.
1448
- */
1449
- export interface ErrorResponse {
1450
- /**
1451
- * Error information.
1452
- */
1453
- error: ErrorModel;
1454
- }
1455
- /**
1456
- * Optional Parameters.
1457
- */
1458
- export interface MachinesListByWorkspaceOptionalParams extends msRest.RequestOptionsBase {
1459
- /**
1460
- * Specifies whether to return live resources (true) or inventory resources (false). Defaults to
1461
- * **true**. When retrieving live resources, the start time (`startTime`) and end time
1462
- * (`endTime`) of the desired interval should be included. When retrieving inventory resources,
1463
- * an optional timestamp (`timestamp`) parameter can be specified to return the version of each
1464
- * resource closest (not-after) that timestamp. Default value: true.
1465
- */
1466
- live?: boolean;
1467
- /**
1468
- * UTC date and time specifying the start time of an interval. When not specified the service
1469
- * uses DateTime.UtcNow - 10m
1470
- */
1471
- startTime?: Date;
1472
- /**
1473
- * UTC date and time specifying the end time of an interval. When not specified the service uses
1474
- * DateTime.UtcNow
1475
- */
1476
- endTime?: Date;
1477
- /**
1478
- * UTC date and time specifying a time instance relative to which to evaluate each machine
1479
- * resource. Only applies when `live=false`. When not specified, the service uses
1480
- * DateTime.UtcNow.
1481
- */
1482
- timestamp?: Date;
1483
- /**
1484
- * Page size to use. When not specified, the default page size is 100 records.
1485
- */
1486
- top?: number;
1487
- }
1488
- /**
1489
- * Optional Parameters.
1490
- */
1491
- export interface MachinesGetOptionalParams extends msRest.RequestOptionsBase {
1492
- /**
1493
- * UTC date and time specifying a time instance relative to which to evaluate the machine
1494
- * resource. When not specified, the service uses DateTime.UtcNow.
1495
- */
1496
- timestamp?: Date;
1497
- }
1498
- /**
1499
- * Optional Parameters.
1500
- */
1501
- export interface MachinesGetLivenessOptionalParams extends msRest.RequestOptionsBase {
1502
- /**
1503
- * UTC date and time specifying the start time of an interval. When not specified the service
1504
- * uses DateTime.UtcNow - 10m
1505
- */
1506
- startTime?: Date;
1507
- /**
1508
- * UTC date and time specifying the end time of an interval. When not specified the service uses
1509
- * DateTime.UtcNow
1510
- */
1511
- endTime?: Date;
1512
- }
1513
- /**
1514
- * Optional Parameters.
1515
- */
1516
- export interface MachinesListConnectionsOptionalParams extends msRest.RequestOptionsBase {
1517
- /**
1518
- * UTC date and time specifying the start time of an interval. When not specified the service
1519
- * uses DateTime.UtcNow - 10m
1520
- */
1521
- startTime?: Date;
1522
- /**
1523
- * UTC date and time specifying the end time of an interval. When not specified the service uses
1524
- * DateTime.UtcNow
1525
- */
1526
- endTime?: Date;
1527
- }
1528
- /**
1529
- * Optional Parameters.
1530
- */
1531
- export interface MachinesListProcessesOptionalParams extends msRest.RequestOptionsBase {
1532
- /**
1533
- * Specifies whether to return live resources (true) or inventory resources (false). Defaults to
1534
- * **true**. When retrieving live resources, the start time (`startTime`) and end time
1535
- * (`endTime`) of the desired interval should be included. When retrieving inventory resources,
1536
- * an optional timestamp (`timestamp`) parameter can be specified to return the version of each
1537
- * resource closest (not-after) that timestamp. Default value: true.
1538
- */
1539
- live?: boolean;
1540
- /**
1541
- * UTC date and time specifying the start time of an interval. When not specified the service
1542
- * uses DateTime.UtcNow - 10m
1543
- */
1544
- startTime?: Date;
1545
- /**
1546
- * UTC date and time specifying the end time of an interval. When not specified the service uses
1547
- * DateTime.UtcNow
1548
- */
1549
- endTime?: Date;
1550
- /**
1551
- * UTC date and time specifying a time instance relative to which to evaluate all process
1552
- * resource. Only applies when `live=false`. When not specified, the service uses
1553
- * DateTime.UtcNow.
1554
- */
1555
- timestamp?: Date;
1556
- }
1557
- /**
1558
- * Optional Parameters.
1559
- */
1560
- export interface MachinesListPortsOptionalParams extends msRest.RequestOptionsBase {
1561
- /**
1562
- * UTC date and time specifying the start time of an interval. When not specified the service
1563
- * uses DateTime.UtcNow - 10m
1564
- */
1565
- startTime?: Date;
1566
- /**
1567
- * UTC date and time specifying the end time of an interval. When not specified the service uses
1568
- * DateTime.UtcNow
1569
- */
1570
- endTime?: Date;
1571
- }
1572
- /**
1573
- * Optional Parameters.
1574
- */
1575
- export interface MachinesListMachineGroupMembershipOptionalParams extends msRest.RequestOptionsBase {
1576
- /**
1577
- * UTC date and time specifying the start time of an interval. When not specified the service
1578
- * uses DateTime.UtcNow - 10m
1579
- */
1580
- startTime?: Date;
1581
- /**
1582
- * UTC date and time specifying the end time of an interval. When not specified the service uses
1583
- * DateTime.UtcNow
1584
- */
1585
- endTime?: Date;
1586
- }
1587
- /**
1588
- * Optional Parameters.
1589
- */
1590
- export interface ProcessesGetOptionalParams extends msRest.RequestOptionsBase {
1591
- /**
1592
- * UTC date and time specifying a time instance relative to which to evaluate a resource. When
1593
- * not specified, the service uses DateTime.UtcNow.
1594
- */
1595
- timestamp?: Date;
1596
- }
1597
- /**
1598
- * Optional Parameters.
1599
- */
1600
- export interface ProcessesGetLivenessOptionalParams extends msRest.RequestOptionsBase {
1601
- /**
1602
- * UTC date and time specifying the start time of an interval. When not specified the service
1603
- * uses DateTime.UtcNow - 10m
1604
- */
1605
- startTime?: Date;
1606
- /**
1607
- * UTC date and time specifying the end time of an interval. When not specified the service uses
1608
- * DateTime.UtcNow
1609
- */
1610
- endTime?: Date;
1611
- }
1612
- /**
1613
- * Optional Parameters.
1614
- */
1615
- export interface ProcessesListAcceptingPortsOptionalParams extends msRest.RequestOptionsBase {
1616
- /**
1617
- * UTC date and time specifying the start time of an interval. When not specified the service
1618
- * uses DateTime.UtcNow - 10m
1619
- */
1620
- startTime?: Date;
1621
- /**
1622
- * UTC date and time specifying the end time of an interval. When not specified the service uses
1623
- * DateTime.UtcNow
1624
- */
1625
- endTime?: Date;
1626
- }
1627
- /**
1628
- * Optional Parameters.
1629
- */
1630
- export interface ProcessesListConnectionsOptionalParams extends msRest.RequestOptionsBase {
1631
- /**
1632
- * UTC date and time specifying the start time of an interval. When not specified the service
1633
- * uses DateTime.UtcNow - 10m
1634
- */
1635
- startTime?: Date;
1636
- /**
1637
- * UTC date and time specifying the end time of an interval. When not specified the service uses
1638
- * DateTime.UtcNow
1639
- */
1640
- endTime?: Date;
1641
- }
1642
- /**
1643
- * Optional Parameters.
1644
- */
1645
- export interface PortsGetOptionalParams extends msRest.RequestOptionsBase {
1646
- /**
1647
- * UTC date and time specifying the start time of an interval. When not specified the service
1648
- * uses DateTime.UtcNow - 10m
1649
- */
1650
- startTime?: Date;
1651
- /**
1652
- * UTC date and time specifying the end time of an interval. When not specified the service uses
1653
- * DateTime.UtcNow
1654
- */
1655
- endTime?: Date;
1656
- }
1657
- /**
1658
- * Optional Parameters.
1659
- */
1660
- export interface PortsGetLivenessOptionalParams extends msRest.RequestOptionsBase {
1661
- /**
1662
- * UTC date and time specifying the start time of an interval. When not specified the service
1663
- * uses DateTime.UtcNow - 10m
1664
- */
1665
- startTime?: Date;
1666
- /**
1667
- * UTC date and time specifying the end time of an interval. When not specified the service uses
1668
- * DateTime.UtcNow
1669
- */
1670
- endTime?: Date;
1671
- }
1672
- /**
1673
- * Optional Parameters.
1674
- */
1675
- export interface PortsListAcceptingProcessesOptionalParams extends msRest.RequestOptionsBase {
1676
- /**
1677
- * UTC date and time specifying the start time of an interval. When not specified the service
1678
- * uses DateTime.UtcNow - 10m
1679
- */
1680
- startTime?: Date;
1681
- /**
1682
- * UTC date and time specifying the end time of an interval. When not specified the service uses
1683
- * DateTime.UtcNow
1684
- */
1685
- endTime?: Date;
1686
- }
1687
- /**
1688
- * Optional Parameters.
1689
- */
1690
- export interface PortsListConnectionsOptionalParams extends msRest.RequestOptionsBase {
1691
- /**
1692
- * UTC date and time specifying the start time of an interval. When not specified the service
1693
- * uses DateTime.UtcNow - 10m
1694
- */
1695
- startTime?: Date;
1696
- /**
1697
- * UTC date and time specifying the end time of an interval. When not specified the service uses
1698
- * DateTime.UtcNow
1699
- */
1700
- endTime?: Date;
1701
- }
1702
- /**
1703
- * Optional Parameters.
1704
- */
1705
- export interface ClientGroupsGetOptionalParams extends msRest.RequestOptionsBase {
1706
- /**
1707
- * UTC date and time specifying the start time of an interval. When not specified the service
1708
- * uses DateTime.UtcNow - 10m
1709
- */
1710
- startTime?: Date;
1711
- /**
1712
- * UTC date and time specifying the end time of an interval. When not specified the service uses
1713
- * DateTime.UtcNow
1714
- */
1715
- endTime?: Date;
1716
- }
1717
- /**
1718
- * Optional Parameters.
1719
- */
1720
- export interface ClientGroupsGetMembersCountOptionalParams extends msRest.RequestOptionsBase {
1721
- /**
1722
- * UTC date and time specifying the start time of an interval. When not specified the service
1723
- * uses DateTime.UtcNow - 10m
1724
- */
1725
- startTime?: Date;
1726
- /**
1727
- * UTC date and time specifying the end time of an interval. When not specified the service uses
1728
- * DateTime.UtcNow
1729
- */
1730
- endTime?: Date;
1731
- }
1732
- /**
1733
- * Optional Parameters.
1734
- */
1735
- export interface ClientGroupsListMembersOptionalParams extends msRest.RequestOptionsBase {
1736
- /**
1737
- * UTC date and time specifying the start time of an interval. When not specified the service
1738
- * uses DateTime.UtcNow - 10m
1739
- */
1740
- startTime?: Date;
1741
- /**
1742
- * UTC date and time specifying the end time of an interval. When not specified the service uses
1743
- * DateTime.UtcNow
1744
- */
1745
- endTime?: Date;
1746
- /**
1747
- * Page size to use. When not specified, the default page size is 100 records.
1748
- */
1749
- top?: number;
1750
- }
1751
- /**
1752
- * Optional Parameters.
1753
- */
1754
- export interface SummariesGetMachinesOptionalParams extends msRest.RequestOptionsBase {
1755
- /**
1756
- * UTC date and time specifying the start time of an interval. When not specified the service
1757
- * uses DateTime.UtcNow - 10m
1758
- */
1759
- startTime?: Date;
1760
- /**
1761
- * UTC date and time specifying the end time of an interval. When not specified the service uses
1762
- * DateTime.UtcNow
1763
- */
1764
- endTime?: Date;
1765
- }
1766
- /**
1767
- * Optional Parameters.
1768
- */
1769
- export interface MachineGroupsListByWorkspaceOptionalParams extends msRest.RequestOptionsBase {
1770
- /**
1771
- * UTC date and time specifying the start time of an interval. When not specified the service
1772
- * uses DateTime.UtcNow - 10m
1773
- */
1774
- startTime?: Date;
1775
- /**
1776
- * UTC date and time specifying the end time of an interval. When not specified the service uses
1777
- * DateTime.UtcNow
1778
- */
1779
- endTime?: Date;
1780
- }
1781
- /**
1782
- * Optional Parameters.
1783
- */
1784
- export interface MachineGroupsGetOptionalParams extends msRest.RequestOptionsBase {
1785
- /**
1786
- * UTC date and time specifying the start time of an interval. When not specified the service
1787
- * uses DateTime.UtcNow - 10m
1788
- */
1789
- startTime?: Date;
1790
- /**
1791
- * UTC date and time specifying the end time of an interval. When not specified the service uses
1792
- * DateTime.UtcNow
1793
- */
1794
- endTime?: Date;
1795
- }
1796
- /**
1797
- * An interface representing ServicemapManagementClientOptions.
1798
- */
1799
- export interface ServicemapManagementClientOptions extends AzureServiceClientOptions {
1800
- baseUri?: string;
1801
- }
1802
- /**
1803
- * @interface
1804
- * Collection of Machine resources.
1805
- * @extends Array<Machine>
1806
- */
1807
- export interface MachineCollection extends Array<Machine> {
1808
- /**
1809
- * The URL to the next set of resources.
1810
- */
1811
- nextLink?: string;
1812
- }
1813
- /**
1814
- * @interface
1815
- * Collection of Connection resources.
1816
- * @extends Array<Connection>
1817
- */
1818
- export interface ConnectionCollection extends Array<Connection> {
1819
- /**
1820
- * The URL to the next set of resources.
1821
- */
1822
- nextLink?: string;
1823
- }
1824
- /**
1825
- * @interface
1826
- * Collection of Process resources.
1827
- * @extends Array<Process>
1828
- */
1829
- export interface ProcessCollection extends Array<Process> {
1830
- /**
1831
- * The URL to the next set of resources.
1832
- */
1833
- nextLink?: string;
1834
- }
1835
- /**
1836
- * @interface
1837
- * Collection of Port resources.
1838
- * @extends Array<Port>
1839
- */
1840
- export interface PortCollection extends Array<Port> {
1841
- /**
1842
- * The URL to the next set of resources.
1843
- */
1844
- nextLink?: string;
1845
- }
1846
- /**
1847
- * @interface
1848
- * Collection of Machine Group resources.
1849
- * @extends Array<MachineGroup>
1850
- */
1851
- export interface MachineGroupCollection extends Array<MachineGroup> {
1852
- /**
1853
- * The URL to the next set of resources.
1854
- */
1855
- nextLink?: string;
1856
- }
1857
- /**
1858
- * @interface
1859
- * Collection of ClientGroupMember resources.
1860
- * @extends Array<ClientGroupMember>
1861
- */
1862
- export interface ClientGroupMembersCollection extends Array<ClientGroupMember> {
1863
- /**
1864
- * The URL to the next set of resources.
1865
- */
1866
- nextLink?: string;
1867
- }
1868
- /**
1869
- * Defines values for OperatingSystemFamily.
1870
- * Possible values include: 'unknown', 'windows', 'linux', 'solaris', 'aix'
1871
- * @readonly
1872
- * @enum {string}
1873
- */
1874
- export declare type OperatingSystemFamily = 'unknown' | 'windows' | 'linux' | 'solaris' | 'aix';
1875
- /**
1876
- * Defines values for MonitoringState.
1877
- * Possible values include: 'monitored', 'discovered'
1878
- * @readonly
1879
- * @enum {string}
1880
- */
1881
- export declare type MonitoringState = 'monitored' | 'discovered';
1882
- /**
1883
- * Defines values for VirtualizationState.
1884
- * Possible values include: 'unknown', 'physical', 'virtual', 'hypervisor'
1885
- * @readonly
1886
- * @enum {string}
1887
- */
1888
- export declare type VirtualizationState = 'unknown' | 'physical' | 'virtual' | 'hypervisor';
1889
- /**
1890
- * Defines values for MachineRebootStatus.
1891
- * Possible values include: 'unknown', 'rebooted', 'notRebooted'
1892
- * @readonly
1893
- * @enum {string}
1894
- */
1895
- export declare type MachineRebootStatus = 'unknown' | 'rebooted' | 'notRebooted';
1896
- /**
1897
- * Defines values for Accuracy.
1898
- * Possible values include: 'actual', 'estimated'
1899
- * @readonly
1900
- * @enum {string}
1901
- */
1902
- export declare type Accuracy = 'actual' | 'estimated';
1903
- /**
1904
- * Defines values for Bitness.
1905
- * Possible values include: '32bit', '64bit'
1906
- * @readonly
1907
- * @enum {string}
1908
- */
1909
- export declare type Bitness = '32bit' | '64bit';
1910
- /**
1911
- * Defines values for VirtualMachineType.
1912
- * Possible values include: 'unknown', 'hyperv', 'ldom', 'lpar', 'vmware', 'virtualPc', 'xen'
1913
- * @readonly
1914
- * @enum {string}
1915
- */
1916
- export declare type VirtualMachineType = 'unknown' | 'hyperv' | 'ldom' | 'lpar' | 'vmware' | 'virtualPc' | 'xen';
1917
- /**
1918
- * Defines values for HypervisorType.
1919
- * Possible values include: 'unknown', 'hyperv'
1920
- * @readonly
1921
- * @enum {string}
1922
- */
1923
- export declare type HypervisorType = 'unknown' | 'hyperv';
1924
- /**
1925
- * Defines values for ProcessRole.
1926
- * Possible values include: 'webServer', 'appServer', 'databaseServer', 'ldapServer', 'smbServer'
1927
- * @readonly
1928
- * @enum {string}
1929
- */
1930
- export declare type ProcessRole = 'webServer' | 'appServer' | 'databaseServer' | 'ldapServer' | 'smbServer';
1931
- /**
1932
- * Defines values for MachineGroupType.
1933
- * Possible values include: 'unknown', 'azure-cs', 'azure-sf', 'azure-vmss', 'user-static'
1934
- * @readonly
1935
- * @enum {string}
1936
- */
1937
- export declare type MachineGroupType = 'unknown' | 'azure-cs' | 'azure-sf' | 'azure-vmss' | 'user-static';
1938
- /**
1939
- * Defines values for ConnectionFailureState.
1940
- * Possible values include: 'ok', 'failed', 'mixed'
1941
- * @readonly
1942
- * @enum {string}
1943
- */
1944
- export declare type ConnectionFailureState = 'ok' | 'failed' | 'mixed';
1945
- /**
1946
- * Defines values for AzureCloudServiceRoleType.
1947
- * Possible values include: 'unknown', 'worker', 'web'
1948
- * @readonly
1949
- * @enum {string}
1950
- */
1951
- export declare type AzureCloudServiceRoleType = 'unknown' | 'worker' | 'web';
1952
- /**
1953
- * Defines values for Provider.
1954
- * Possible values include: 'azure'
1955
- * @readonly
1956
- * @enum {string}
1957
- */
1958
- export declare type Provider = 'azure';
1959
- /**
1960
- * Defines values for Provider1.
1961
- * Possible values include: 'azure'
1962
- * @readonly
1963
- * @enum {string}
1964
- */
1965
- export declare type Provider1 = 'azure';
1966
- /**
1967
- * Contains response data for the listByWorkspace operation.
1968
- */
1969
- export declare type MachinesListByWorkspaceResponse = MachineCollection & {
1970
- /**
1971
- * The underlying HTTP response.
1972
- */
1973
- _response: msRest.HttpResponse & {
1974
- /**
1975
- * The response body as text (string format)
1976
- */
1977
- bodyAsText: string;
1978
- /**
1979
- * The response body as parsed JSON or XML
1980
- */
1981
- parsedBody: MachineCollection;
1982
- };
1983
- };
1984
- /**
1985
- * Contains response data for the get operation.
1986
- */
1987
- export declare type MachinesGetResponse = Machine & {
1988
- /**
1989
- * The underlying HTTP response.
1990
- */
1991
- _response: msRest.HttpResponse & {
1992
- /**
1993
- * The response body as text (string format)
1994
- */
1995
- bodyAsText: string;
1996
- /**
1997
- * The response body as parsed JSON or XML
1998
- */
1999
- parsedBody: Machine;
2000
- };
2001
- };
2002
- /**
2003
- * Contains response data for the getLiveness operation.
2004
- */
2005
- export declare type MachinesGetLivenessResponse = Liveness & {
2006
- /**
2007
- * The underlying HTTP response.
2008
- */
2009
- _response: msRest.HttpResponse & {
2010
- /**
2011
- * The response body as text (string format)
2012
- */
2013
- bodyAsText: string;
2014
- /**
2015
- * The response body as parsed JSON or XML
2016
- */
2017
- parsedBody: Liveness;
2018
- };
2019
- };
2020
- /**
2021
- * Contains response data for the listConnections operation.
2022
- */
2023
- export declare type MachinesListConnectionsResponse = ConnectionCollection & {
2024
- /**
2025
- * The underlying HTTP response.
2026
- */
2027
- _response: msRest.HttpResponse & {
2028
- /**
2029
- * The response body as text (string format)
2030
- */
2031
- bodyAsText: string;
2032
- /**
2033
- * The response body as parsed JSON or XML
2034
- */
2035
- parsedBody: ConnectionCollection;
2036
- };
2037
- };
2038
- /**
2039
- * Contains response data for the listProcesses operation.
2040
- */
2041
- export declare type MachinesListProcessesResponse = ProcessCollection & {
2042
- /**
2043
- * The underlying HTTP response.
2044
- */
2045
- _response: msRest.HttpResponse & {
2046
- /**
2047
- * The response body as text (string format)
2048
- */
2049
- bodyAsText: string;
2050
- /**
2051
- * The response body as parsed JSON or XML
2052
- */
2053
- parsedBody: ProcessCollection;
2054
- };
2055
- };
2056
- /**
2057
- * Contains response data for the listPorts operation.
2058
- */
2059
- export declare type MachinesListPortsResponse = PortCollection & {
2060
- /**
2061
- * The underlying HTTP response.
2062
- */
2063
- _response: msRest.HttpResponse & {
2064
- /**
2065
- * The response body as text (string format)
2066
- */
2067
- bodyAsText: string;
2068
- /**
2069
- * The response body as parsed JSON or XML
2070
- */
2071
- parsedBody: PortCollection;
2072
- };
2073
- };
2074
- /**
2075
- * Contains response data for the listMachineGroupMembership operation.
2076
- */
2077
- export declare type MachinesListMachineGroupMembershipResponse = MachineGroupCollection & {
2078
- /**
2079
- * The underlying HTTP response.
2080
- */
2081
- _response: msRest.HttpResponse & {
2082
- /**
2083
- * The response body as text (string format)
2084
- */
2085
- bodyAsText: string;
2086
- /**
2087
- * The response body as parsed JSON or XML
2088
- */
2089
- parsedBody: MachineGroupCollection;
2090
- };
2091
- };
2092
- /**
2093
- * Contains response data for the listByWorkspaceNext operation.
2094
- */
2095
- export declare type MachinesListByWorkspaceNextResponse = MachineCollection & {
2096
- /**
2097
- * The underlying HTTP response.
2098
- */
2099
- _response: msRest.HttpResponse & {
2100
- /**
2101
- * The response body as text (string format)
2102
- */
2103
- bodyAsText: string;
2104
- /**
2105
- * The response body as parsed JSON or XML
2106
- */
2107
- parsedBody: MachineCollection;
2108
- };
2109
- };
2110
- /**
2111
- * Contains response data for the listConnectionsNext operation.
2112
- */
2113
- export declare type MachinesListConnectionsNextResponse = ConnectionCollection & {
2114
- /**
2115
- * The underlying HTTP response.
2116
- */
2117
- _response: msRest.HttpResponse & {
2118
- /**
2119
- * The response body as text (string format)
2120
- */
2121
- bodyAsText: string;
2122
- /**
2123
- * The response body as parsed JSON or XML
2124
- */
2125
- parsedBody: ConnectionCollection;
2126
- };
2127
- };
2128
- /**
2129
- * Contains response data for the listProcessesNext operation.
2130
- */
2131
- export declare type MachinesListProcessesNextResponse = ProcessCollection & {
2132
- /**
2133
- * The underlying HTTP response.
2134
- */
2135
- _response: msRest.HttpResponse & {
2136
- /**
2137
- * The response body as text (string format)
2138
- */
2139
- bodyAsText: string;
2140
- /**
2141
- * The response body as parsed JSON or XML
2142
- */
2143
- parsedBody: ProcessCollection;
2144
- };
2145
- };
2146
- /**
2147
- * Contains response data for the listPortsNext operation.
2148
- */
2149
- export declare type MachinesListPortsNextResponse = PortCollection & {
2150
- /**
2151
- * The underlying HTTP response.
2152
- */
2153
- _response: msRest.HttpResponse & {
2154
- /**
2155
- * The response body as text (string format)
2156
- */
2157
- bodyAsText: string;
2158
- /**
2159
- * The response body as parsed JSON or XML
2160
- */
2161
- parsedBody: PortCollection;
2162
- };
2163
- };
2164
- /**
2165
- * Contains response data for the listMachineGroupMembershipNext operation.
2166
- */
2167
- export declare type MachinesListMachineGroupMembershipNextResponse = MachineGroupCollection & {
2168
- /**
2169
- * The underlying HTTP response.
2170
- */
2171
- _response: msRest.HttpResponse & {
2172
- /**
2173
- * The response body as text (string format)
2174
- */
2175
- bodyAsText: string;
2176
- /**
2177
- * The response body as parsed JSON or XML
2178
- */
2179
- parsedBody: MachineGroupCollection;
2180
- };
2181
- };
2182
- /**
2183
- * Contains response data for the get operation.
2184
- */
2185
- export declare type ProcessesGetResponse = Process & {
2186
- /**
2187
- * The underlying HTTP response.
2188
- */
2189
- _response: msRest.HttpResponse & {
2190
- /**
2191
- * The response body as text (string format)
2192
- */
2193
- bodyAsText: string;
2194
- /**
2195
- * The response body as parsed JSON or XML
2196
- */
2197
- parsedBody: Process;
2198
- };
2199
- };
2200
- /**
2201
- * Contains response data for the getLiveness operation.
2202
- */
2203
- export declare type ProcessesGetLivenessResponse = Liveness & {
2204
- /**
2205
- * The underlying HTTP response.
2206
- */
2207
- _response: msRest.HttpResponse & {
2208
- /**
2209
- * The response body as text (string format)
2210
- */
2211
- bodyAsText: string;
2212
- /**
2213
- * The response body as parsed JSON or XML
2214
- */
2215
- parsedBody: Liveness;
2216
- };
2217
- };
2218
- /**
2219
- * Contains response data for the listAcceptingPorts operation.
2220
- */
2221
- export declare type ProcessesListAcceptingPortsResponse = PortCollection & {
2222
- /**
2223
- * The underlying HTTP response.
2224
- */
2225
- _response: msRest.HttpResponse & {
2226
- /**
2227
- * The response body as text (string format)
2228
- */
2229
- bodyAsText: string;
2230
- /**
2231
- * The response body as parsed JSON or XML
2232
- */
2233
- parsedBody: PortCollection;
2234
- };
2235
- };
2236
- /**
2237
- * Contains response data for the listConnections operation.
2238
- */
2239
- export declare type ProcessesListConnectionsResponse = ConnectionCollection & {
2240
- /**
2241
- * The underlying HTTP response.
2242
- */
2243
- _response: msRest.HttpResponse & {
2244
- /**
2245
- * The response body as text (string format)
2246
- */
2247
- bodyAsText: string;
2248
- /**
2249
- * The response body as parsed JSON or XML
2250
- */
2251
- parsedBody: ConnectionCollection;
2252
- };
2253
- };
2254
- /**
2255
- * Contains response data for the listAcceptingPortsNext operation.
2256
- */
2257
- export declare type ProcessesListAcceptingPortsNextResponse = PortCollection & {
2258
- /**
2259
- * The underlying HTTP response.
2260
- */
2261
- _response: msRest.HttpResponse & {
2262
- /**
2263
- * The response body as text (string format)
2264
- */
2265
- bodyAsText: string;
2266
- /**
2267
- * The response body as parsed JSON or XML
2268
- */
2269
- parsedBody: PortCollection;
2270
- };
2271
- };
2272
- /**
2273
- * Contains response data for the listConnectionsNext operation.
2274
- */
2275
- export declare type ProcessesListConnectionsNextResponse = ConnectionCollection & {
2276
- /**
2277
- * The underlying HTTP response.
2278
- */
2279
- _response: msRest.HttpResponse & {
2280
- /**
2281
- * The response body as text (string format)
2282
- */
2283
- bodyAsText: string;
2284
- /**
2285
- * The response body as parsed JSON or XML
2286
- */
2287
- parsedBody: ConnectionCollection;
2288
- };
2289
- };
2290
- /**
2291
- * Contains response data for the get operation.
2292
- */
2293
- export declare type PortsGetResponse = Port & {
2294
- /**
2295
- * The underlying HTTP response.
2296
- */
2297
- _response: msRest.HttpResponse & {
2298
- /**
2299
- * The response body as text (string format)
2300
- */
2301
- bodyAsText: string;
2302
- /**
2303
- * The response body as parsed JSON or XML
2304
- */
2305
- parsedBody: Port;
2306
- };
2307
- };
2308
- /**
2309
- * Contains response data for the getLiveness operation.
2310
- */
2311
- export declare type PortsGetLivenessResponse = Liveness & {
2312
- /**
2313
- * The underlying HTTP response.
2314
- */
2315
- _response: msRest.HttpResponse & {
2316
- /**
2317
- * The response body as text (string format)
2318
- */
2319
- bodyAsText: string;
2320
- /**
2321
- * The response body as parsed JSON or XML
2322
- */
2323
- parsedBody: Liveness;
2324
- };
2325
- };
2326
- /**
2327
- * Contains response data for the listAcceptingProcesses operation.
2328
- */
2329
- export declare type PortsListAcceptingProcessesResponse = ProcessCollection & {
2330
- /**
2331
- * The underlying HTTP response.
2332
- */
2333
- _response: msRest.HttpResponse & {
2334
- /**
2335
- * The response body as text (string format)
2336
- */
2337
- bodyAsText: string;
2338
- /**
2339
- * The response body as parsed JSON or XML
2340
- */
2341
- parsedBody: ProcessCollection;
2342
- };
2343
- };
2344
- /**
2345
- * Contains response data for the listConnections operation.
2346
- */
2347
- export declare type PortsListConnectionsResponse = ConnectionCollection & {
2348
- /**
2349
- * The underlying HTTP response.
2350
- */
2351
- _response: msRest.HttpResponse & {
2352
- /**
2353
- * The response body as text (string format)
2354
- */
2355
- bodyAsText: string;
2356
- /**
2357
- * The response body as parsed JSON or XML
2358
- */
2359
- parsedBody: ConnectionCollection;
2360
- };
2361
- };
2362
- /**
2363
- * Contains response data for the listAcceptingProcessesNext operation.
2364
- */
2365
- export declare type PortsListAcceptingProcessesNextResponse = ProcessCollection & {
2366
- /**
2367
- * The underlying HTTP response.
2368
- */
2369
- _response: msRest.HttpResponse & {
2370
- /**
2371
- * The response body as text (string format)
2372
- */
2373
- bodyAsText: string;
2374
- /**
2375
- * The response body as parsed JSON or XML
2376
- */
2377
- parsedBody: ProcessCollection;
2378
- };
2379
- };
2380
- /**
2381
- * Contains response data for the listConnectionsNext operation.
2382
- */
2383
- export declare type PortsListConnectionsNextResponse = ConnectionCollection & {
2384
- /**
2385
- * The underlying HTTP response.
2386
- */
2387
- _response: msRest.HttpResponse & {
2388
- /**
2389
- * The response body as text (string format)
2390
- */
2391
- bodyAsText: string;
2392
- /**
2393
- * The response body as parsed JSON or XML
2394
- */
2395
- parsedBody: ConnectionCollection;
2396
- };
2397
- };
2398
- /**
2399
- * Contains response data for the get operation.
2400
- */
2401
- export declare type ClientGroupsGetResponse = ClientGroup & {
2402
- /**
2403
- * The underlying HTTP response.
2404
- */
2405
- _response: msRest.HttpResponse & {
2406
- /**
2407
- * The response body as text (string format)
2408
- */
2409
- bodyAsText: string;
2410
- /**
2411
- * The response body as parsed JSON or XML
2412
- */
2413
- parsedBody: ClientGroup;
2414
- };
2415
- };
2416
- /**
2417
- * Contains response data for the getMembersCount operation.
2418
- */
2419
- export declare type ClientGroupsGetMembersCountResponse = ClientGroupMembersCount & {
2420
- /**
2421
- * The underlying HTTP response.
2422
- */
2423
- _response: msRest.HttpResponse & {
2424
- /**
2425
- * The response body as text (string format)
2426
- */
2427
- bodyAsText: string;
2428
- /**
2429
- * The response body as parsed JSON or XML
2430
- */
2431
- parsedBody: ClientGroupMembersCount;
2432
- };
2433
- };
2434
- /**
2435
- * Contains response data for the listMembers operation.
2436
- */
2437
- export declare type ClientGroupsListMembersResponse = ClientGroupMembersCollection & {
2438
- /**
2439
- * The underlying HTTP response.
2440
- */
2441
- _response: msRest.HttpResponse & {
2442
- /**
2443
- * The response body as text (string format)
2444
- */
2445
- bodyAsText: string;
2446
- /**
2447
- * The response body as parsed JSON or XML
2448
- */
2449
- parsedBody: ClientGroupMembersCollection;
2450
- };
2451
- };
2452
- /**
2453
- * Contains response data for the listMembersNext operation.
2454
- */
2455
- export declare type ClientGroupsListMembersNextResponse = ClientGroupMembersCollection & {
2456
- /**
2457
- * The underlying HTTP response.
2458
- */
2459
- _response: msRest.HttpResponse & {
2460
- /**
2461
- * The response body as text (string format)
2462
- */
2463
- bodyAsText: string;
2464
- /**
2465
- * The response body as parsed JSON or XML
2466
- */
2467
- parsedBody: ClientGroupMembersCollection;
2468
- };
2469
- };
2470
- /**
2471
- * Contains response data for the generate operation.
2472
- */
2473
- export declare type MapsGenerateResponse = MapResponse & {
2474
- /**
2475
- * The underlying HTTP response.
2476
- */
2477
- _response: msRest.HttpResponse & {
2478
- /**
2479
- * The response body as text (string format)
2480
- */
2481
- bodyAsText: string;
2482
- /**
2483
- * The response body as parsed JSON or XML
2484
- */
2485
- parsedBody: MapResponse;
2486
- };
2487
- };
2488
- /**
2489
- * Contains response data for the getMachines operation.
2490
- */
2491
- export declare type SummariesGetMachinesResponse = MachinesSummary & {
2492
- /**
2493
- * The underlying HTTP response.
2494
- */
2495
- _response: msRest.HttpResponse & {
2496
- /**
2497
- * The response body as text (string format)
2498
- */
2499
- bodyAsText: string;
2500
- /**
2501
- * The response body as parsed JSON or XML
2502
- */
2503
- parsedBody: MachinesSummary;
2504
- };
2505
- };
2506
- /**
2507
- * Contains response data for the listByWorkspace operation.
2508
- */
2509
- export declare type MachineGroupsListByWorkspaceResponse = MachineGroupCollection & {
2510
- /**
2511
- * The underlying HTTP response.
2512
- */
2513
- _response: msRest.HttpResponse & {
2514
- /**
2515
- * The response body as text (string format)
2516
- */
2517
- bodyAsText: string;
2518
- /**
2519
- * The response body as parsed JSON or XML
2520
- */
2521
- parsedBody: MachineGroupCollection;
2522
- };
2523
- };
2524
- /**
2525
- * Contains response data for the create operation.
2526
- */
2527
- export declare type MachineGroupsCreateResponse = MachineGroup & {
2528
- /**
2529
- * The underlying HTTP response.
2530
- */
2531
- _response: msRest.HttpResponse & {
2532
- /**
2533
- * The response body as text (string format)
2534
- */
2535
- bodyAsText: string;
2536
- /**
2537
- * The response body as parsed JSON or XML
2538
- */
2539
- parsedBody: MachineGroup;
2540
- };
2541
- };
2542
- /**
2543
- * Contains response data for the get operation.
2544
- */
2545
- export declare type MachineGroupsGetResponse = MachineGroup & {
2546
- /**
2547
- * The underlying HTTP response.
2548
- */
2549
- _response: msRest.HttpResponse & {
2550
- /**
2551
- * The response body as text (string format)
2552
- */
2553
- bodyAsText: string;
2554
- /**
2555
- * The response body as parsed JSON or XML
2556
- */
2557
- parsedBody: MachineGroup;
2558
- };
2559
- };
2560
- /**
2561
- * Contains response data for the update operation.
2562
- */
2563
- export declare type MachineGroupsUpdateResponse = MachineGroup & {
2564
- /**
2565
- * The underlying HTTP response.
2566
- */
2567
- _response: msRest.HttpResponse & {
2568
- /**
2569
- * The response body as text (string format)
2570
- */
2571
- bodyAsText: string;
2572
- /**
2573
- * The response body as parsed JSON or XML
2574
- */
2575
- parsedBody: MachineGroup;
2576
- };
2577
- };
2578
- /**
2579
- * Contains response data for the listByWorkspaceNext operation.
2580
- */
2581
- export declare type MachineGroupsListByWorkspaceNextResponse = MachineGroupCollection & {
2582
- /**
2583
- * The underlying HTTP response.
2584
- */
2585
- _response: msRest.HttpResponse & {
2586
- /**
2587
- * The response body as text (string format)
2588
- */
2589
- bodyAsText: string;
2590
- /**
2591
- * The response body as parsed JSON or XML
2592
- */
2593
- parsedBody: MachineGroupCollection;
2594
- };
2595
- };
2596
- //# sourceMappingURL=index.d.ts.map