@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
@@ -0,0 +1,1126 @@
1
+ import * as coreClient from "@azure/core-client";
2
+ export declare type HostingConfigurationUnion = HostingConfiguration | AzureHostingConfiguration;
3
+ export declare type ResourceReferenceUnion = ResourceReference | MachineReference | PortReference | MachineReferenceWithHints | ProcessReference | ClientGroupReference;
4
+ export declare type ProcessHostingConfigurationUnion = ProcessHostingConfiguration | AzureProcessHostingConfiguration;
5
+ export declare type MapRequestUnion = MapRequest | SingleMachineDependencyMapRequest | MultipleMachinesMapRequestUnion;
6
+ export declare type CoreResourceUnion = CoreResource | Machine | Process | Port | MachineGroup | ClientGroup;
7
+ export declare type RelationshipUnion = Relationship | Connection | Acceptor;
8
+ export declare type MultipleMachinesMapRequestUnion = MultipleMachinesMapRequest | MachineListMapRequest | MachineGroupMapRequest;
9
+ /** Collection of Machine resources. */
10
+ export interface MachineCollection {
11
+ /** Collection of Machine resources. */
12
+ value?: Machine[];
13
+ /** The URL to the next set of resources. */
14
+ nextLink?: string;
15
+ }
16
+ /** Describes a timezone. */
17
+ export interface Timezone {
18
+ /** Timezone full name. */
19
+ fullName?: string;
20
+ }
21
+ /** Describes the configuration of the Dependency Agent installed on a machine. */
22
+ export interface AgentConfiguration {
23
+ /** Health Service Agent unique identifier. */
24
+ agentId: string;
25
+ /** Dependency Agent unique identifier. */
26
+ dependencyAgentId?: string;
27
+ /** Dependency Agent version number. */
28
+ dependencyAgentVersion?: string;
29
+ /** Dependency Agent revision number. */
30
+ dependencyAgentRevision?: string;
31
+ /** Specifies whether the machine has been rebooted since the Dependency Agent installation. */
32
+ rebootStatus?: MachineRebootStatus;
33
+ /** Machine clock granularity in milliseconds. */
34
+ clockGranularity?: number;
35
+ }
36
+ /** Describes the resources of a machine. */
37
+ export interface MachineResourcesConfiguration {
38
+ /** Physical memory in megabytes (MB). */
39
+ physicalMemory?: number;
40
+ /** Number of CPUs. */
41
+ cpus?: number;
42
+ /** CPU speed in megahertz (Mhz). */
43
+ cpuSpeed?: number;
44
+ /** Describes the accuracy of the cpuSpeed field. */
45
+ cpuSpeedAccuracy?: Accuracy;
46
+ }
47
+ /** Describes the network configuration of a machine. */
48
+ export interface NetworkConfiguration {
49
+ /** IPv4 interfaces. */
50
+ ipv4Interfaces?: Ipv4NetworkInterface[];
51
+ /** IPv6 interfaces. */
52
+ ipv6Interfaces?: Ipv6NetworkInterface[];
53
+ /** Default IPv4 gateways. */
54
+ defaultIpv4Gateways?: string[];
55
+ /** MAC addresses of all active network interfaces. */
56
+ macAddresses?: string[];
57
+ /** DNS names associated with the machine. */
58
+ dnsNames?: string[];
59
+ }
60
+ /** Describes an IPv4 network interface. */
61
+ export interface Ipv4NetworkInterface {
62
+ /** IPv4 address. */
63
+ ipAddress: string;
64
+ /** IPv4 subnet mask. */
65
+ subnetMask?: string;
66
+ }
67
+ /** Describes an IPv6 network interface. */
68
+ export interface Ipv6NetworkInterface {
69
+ /** IPv6 address. */
70
+ ipAddress: string;
71
+ }
72
+ /** Describes the configuration of the operating system of a machine. */
73
+ export interface OperatingSystemConfiguration {
74
+ /** Windows, Linux, etc. */
75
+ family: OperatingSystemFamily;
76
+ /** Operating system full name. */
77
+ fullName: string;
78
+ /** Operating system bitness (32-bit or 64-bit). */
79
+ bitness: Bitness;
80
+ }
81
+ /** Describes the virtualization-related configuration of a machine. */
82
+ export interface VirtualMachineConfiguration {
83
+ /** Specifies the virtualization technology used by the machine (hyperv, vmware, etc.) */
84
+ virtualMachineType?: VirtualMachineType;
85
+ /** The unique identifier of the virtual machine as reported by the underlying virtualization system. */
86
+ nativeMachineId?: string;
87
+ /** The Name of the virtual machine. */
88
+ virtualMachineName?: string;
89
+ /** The unique identifier of the host of this virtual machine as reported by the underlying virtualization system. */
90
+ nativeHostMachineId?: string;
91
+ }
92
+ /** Describes the hypervisor configuration of a machine. */
93
+ export interface HypervisorConfiguration {
94
+ /** Specifies the virtualization technology used by the hypervisor (hyperv, vmware, etc.) */
95
+ hypervisorType?: HypervisorType;
96
+ /** The unique identifier of the hypervisor machine as reported by the underlying virtualization system. */
97
+ nativeHostMachineId?: string;
98
+ }
99
+ /** Describes the hosting configuration of a machine. */
100
+ export interface HostingConfiguration {
101
+ /** Polymorphic discriminator, which specifies the different types this object can be */
102
+ kind: "provider:azure";
103
+ /** The hosting provider of the VM. */
104
+ provider?: "azure";
105
+ }
106
+ /** Resource model definition. */
107
+ export interface Resource {
108
+ /**
109
+ * Resource identifier.
110
+ * NOTE: This property will not be serialized. It can only be populated by the server.
111
+ */
112
+ readonly id?: string;
113
+ /**
114
+ * Resource type.
115
+ * NOTE: This property will not be serialized. It can only be populated by the server.
116
+ */
117
+ readonly type?: string;
118
+ /**
119
+ * Resource name.
120
+ * NOTE: This property will not be serialized. It can only be populated by the server.
121
+ */
122
+ readonly name?: string;
123
+ }
124
+ /** An error response from the API. */
125
+ export interface ErrorResponse {
126
+ /** Error information. */
127
+ error: ErrorModel;
128
+ }
129
+ /** Error details. */
130
+ export interface ErrorModel {
131
+ /** Error code identifying the specific error. */
132
+ code: string;
133
+ /** Error message in the caller's locale. */
134
+ message?: string;
135
+ }
136
+ /** Specifies the contents of a check liveness response. */
137
+ export interface Liveness {
138
+ /** Liveness interval start time. */
139
+ startTime: Date;
140
+ /** Liveness interval end time. */
141
+ endTime: Date;
142
+ /** `true` if the resource is live during [startTime, endTime], `false` otherwise */
143
+ live: boolean;
144
+ }
145
+ /** Collection of Connection resources. */
146
+ export interface ConnectionCollection {
147
+ /** Collection of Connection resources. */
148
+ value?: Connection[];
149
+ /** The URL to the next set of resources. */
150
+ nextLink?: string;
151
+ }
152
+ /** Represents a reference to another resource. */
153
+ export interface ResourceReference {
154
+ /** Polymorphic discriminator, which specifies the different types this object can be */
155
+ kind: "ref:machine" | "ref:port" | "ref:machinewithhints" | "ref:process" | "ref:clientgroup";
156
+ /** Resource URI. */
157
+ id: string;
158
+ /**
159
+ * Resource type qualifier.
160
+ * NOTE: This property will not be serialized. It can only be populated by the server.
161
+ */
162
+ readonly type?: string;
163
+ /**
164
+ * Resource name.
165
+ * NOTE: This property will not be serialized. It can only be populated by the server.
166
+ */
167
+ readonly name?: string;
168
+ }
169
+ /** Relationship properties. */
170
+ export interface RelationshipProperties {
171
+ /** Source resource of the relationship. */
172
+ source: ResourceReferenceUnion;
173
+ /** Destination resource of the relationship. */
174
+ destination: ResourceReferenceUnion;
175
+ /** Relationship start time. */
176
+ startTime?: Date;
177
+ /** Relationship end time. */
178
+ endTime?: Date;
179
+ }
180
+ /** Collection of Process resources. */
181
+ export interface ProcessCollection {
182
+ /** Collection of Process resources. */
183
+ value?: Process[];
184
+ /** The URL to the next set of resources. */
185
+ nextLink?: string;
186
+ }
187
+ /** Describes process metadata. */
188
+ export interface ProcessDetails {
189
+ /** A unique identifier for a process, generally resilient to process restart, computed by Service Map. */
190
+ persistentKey?: string;
191
+ /** Represents the identity of the process pool assigned to the process by Dependency Agent. */
192
+ poolId?: number;
193
+ /** The Operating System Process Identifier (PID) of the first process in this process pool. */
194
+ firstPid?: number;
195
+ /** Process description. */
196
+ description?: string;
197
+ /** Name of company that created the process executable. */
198
+ companyName?: string;
199
+ /** Internal process name. */
200
+ internalName?: string;
201
+ /** Product name. */
202
+ productName?: string;
203
+ /** Product version. */
204
+ productVersion?: string;
205
+ /** File version. */
206
+ fileVersion?: string;
207
+ /** Process command line. */
208
+ commandLine?: string;
209
+ /** Process executable path. */
210
+ executablePath?: string;
211
+ /** Process workingDirectory. */
212
+ workingDirectory?: string;
213
+ /** Collection of services hosted by this Process (Windows only). */
214
+ services?: ProcessHostedService[];
215
+ /** Process zone name (Linux only). */
216
+ zoneName?: string;
217
+ }
218
+ /** A service hosted by a process. */
219
+ export interface ProcessHostedService {
220
+ /** The name of the service. */
221
+ name?: string;
222
+ /** The service's display name. */
223
+ displayName?: string;
224
+ }
225
+ /** Describes the user under which a process is running. */
226
+ export interface ProcessUser {
227
+ /** User name under which the process is running. */
228
+ userName?: string;
229
+ /** Domain name for the user. */
230
+ userDomain?: string;
231
+ }
232
+ /** Describes the hosting configuration of a process. */
233
+ export interface ProcessHostingConfiguration {
234
+ /** Polymorphic discriminator, which specifies the different types this object can be */
235
+ kind: "provider:azure";
236
+ /** The hosting provider of the VM. */
237
+ provider?: "azure";
238
+ }
239
+ /** Collection of Port resources. */
240
+ export interface PortCollection {
241
+ /** Collection of Port resources. */
242
+ value?: Port[];
243
+ /** The URL to the next set of resources. */
244
+ nextLink?: string;
245
+ }
246
+ /** Collection of Machine Group resources. */
247
+ export interface MachineGroupCollection {
248
+ /** Collection of Machine Group resources. */
249
+ value?: MachineGroup[];
250
+ /** The URL to the next set of resources. */
251
+ nextLink?: string;
252
+ }
253
+ /** Specifies the number of members in a client group. */
254
+ export interface ClientGroupMembersCount {
255
+ /** Membership interval start time. */
256
+ startTime: Date;
257
+ /** Membership interval start time. */
258
+ endTime: Date;
259
+ /** Client Group URI. */
260
+ groupId: string;
261
+ /** Number of members in the client group. Use this value together with the value of ```accuracy```. If accuracy is `exact` then the value represents the actual number of members in the cloud. When accuracy is `estimated`, the actual number of members is larger than the value of ```count```. */
262
+ count: number;
263
+ /** Accuracy of the reported count. */
264
+ accuracy: Accuracy;
265
+ }
266
+ /** Collection of ClientGroupMember resources. */
267
+ export interface ClientGroupMembersCollection {
268
+ /** Collection of ClientGroupMember resources. */
269
+ value?: ClientGroupMember[];
270
+ /** The URL to the next set of resources. */
271
+ nextLink?: string;
272
+ }
273
+ /** Specifies the contents of request to generate a map. */
274
+ export interface MapRequest {
275
+ /** Polymorphic discriminator, which specifies the different types this object can be */
276
+ kind: "map:single-machine-dependency" | "MultipleMachinesMapRequest" | "map:machine-list-dependency" | "map:machine-group-dependency";
277
+ /** Map interval start time. */
278
+ startTime?: Date;
279
+ /** Map interval end time. */
280
+ endTime?: Date;
281
+ }
282
+ /** Specified the contents of a map response. */
283
+ export interface MapResponse {
284
+ /** Map interval start time. */
285
+ startTime: Date;
286
+ /** Map interval end time. */
287
+ endTime: Date;
288
+ /** The generated map. */
289
+ map: Map;
290
+ }
291
+ /** A map of resources and relationships between them. */
292
+ export interface Map {
293
+ /** The nodes (entities) of a map. */
294
+ nodes: MapNodes;
295
+ /** The edges (relationships) of a map. */
296
+ edges: MapEdges;
297
+ }
298
+ /** The nodes (entities) of a map. */
299
+ export interface MapNodes {
300
+ /** Machine resources. */
301
+ machines?: Machine[];
302
+ /** Process resources. */
303
+ processes?: Process[];
304
+ /** Port resources. */
305
+ ports?: Port[];
306
+ /** Client Group resources. */
307
+ clientGroups?: ClientGroup[];
308
+ }
309
+ /** The edges (relationships) of a map. */
310
+ export interface MapEdges {
311
+ /** Network connections. */
312
+ connections?: Connection[];
313
+ /** Processes accepting on a port. */
314
+ acceptors?: Acceptor[];
315
+ }
316
+ /** Machines by operating system. */
317
+ export interface MachineCountsByOperatingSystem {
318
+ /** Number of live Windows machines. */
319
+ windows: number;
320
+ /** Number of live Linux machines. */
321
+ linux: number;
322
+ }
323
+ /** Base for all summaries. */
324
+ export interface SummaryProperties {
325
+ /** Summary interval start time. */
326
+ startTime: Date;
327
+ /** Summary interval end time. */
328
+ endTime: Date;
329
+ }
330
+ /** Describes the VM image of a machine. */
331
+ export interface ImageConfiguration {
332
+ /** Publisher of the VM image. */
333
+ publisher?: string;
334
+ /** Offering of the VM image. */
335
+ offering?: string;
336
+ /** SKU of the VM image. */
337
+ sku?: string;
338
+ /** Version of the VM image. */
339
+ version?: string;
340
+ }
341
+ /** Describes an Azure Cloud Service */
342
+ export interface AzureCloudServiceConfiguration {
343
+ /** Cloud Service name */
344
+ name?: string;
345
+ /** Cloud Service instance identifier */
346
+ instanceId?: string;
347
+ /** Cloud Service deployment identifier */
348
+ deployment?: string;
349
+ /** Cloud Service role name */
350
+ roleName?: string;
351
+ /** Used to specify type of an Azure Cloud Service role */
352
+ roleType?: AzureCloudServiceRoleType;
353
+ }
354
+ /** Describes an Azure Virtual Machine Scale Set */
355
+ export interface AzureVmScaleSetConfiguration {
356
+ /** Virtual Machine Scale Set name */
357
+ name?: string;
358
+ /** Virtual Machine Scale Set instance identifier */
359
+ instanceId?: string;
360
+ /** Virtual Machine Scale Set deployment identifier */
361
+ deployment?: string;
362
+ /** Unique identifier of the resource. */
363
+ resourceId?: string;
364
+ }
365
+ /** Describes an Azure Service Fabric Cluster */
366
+ export interface AzureServiceFabricClusterConfiguration {
367
+ /** Service Fabric cluster name. */
368
+ name?: string;
369
+ /** Service Fabric cluster identifier. */
370
+ clusterId?: string;
371
+ }
372
+ /** Provides information about how a machine is hosted in Azure */
373
+ export declare type AzureHostingConfiguration = HostingConfiguration & {
374
+ /** Polymorphic discriminator, which specifies the different types this object can be */
375
+ kind: "provider:azure";
376
+ /** Virtual Machine ID (unique identifier). */
377
+ vmId?: string;
378
+ /** Geographical location of the VM. */
379
+ location?: string;
380
+ /** Machine name according to the hosting provider. */
381
+ name?: string;
382
+ /** Size of the VM. */
383
+ size?: string;
384
+ /** Update domain of the VM. */
385
+ updateDomain?: string;
386
+ /** Fault domain of the VM. */
387
+ faultDomain?: string;
388
+ /** Subscription ID. */
389
+ subscriptionId?: string;
390
+ /** Resource group name within the specified subscription. */
391
+ resourceGroup?: string;
392
+ /** Unique identifier of the resource. */
393
+ resourceId?: string;
394
+ /** Image of the machine. */
395
+ image?: ImageConfiguration;
396
+ /** Contains information about machines hosted as an Azure Cloud Service */
397
+ cloudService?: AzureCloudServiceConfiguration;
398
+ /** Contains information about machines hosted as an Azure Virtual Machine Scale Set */
399
+ vmScaleSet?: AzureVmScaleSetConfiguration;
400
+ /** Contains information about machines that belong an Azure Service Fabric Cluster */
401
+ serviceFabricCluster?: AzureServiceFabricClusterConfiguration;
402
+ };
403
+ /** Marker resource for the core Service Map resources */
404
+ export declare type CoreResource = Resource & {
405
+ /** Resource ETAG. */
406
+ etag?: string;
407
+ /** Additional resource type qualifier. */
408
+ kind: CoreResourceKind;
409
+ };
410
+ /** A typed relationship between two entities. */
411
+ export declare type Relationship = Resource & {
412
+ /** Additional resource type qualifier. */
413
+ kind: RelationshipKind;
414
+ };
415
+ /** Represents a member of a client group */
416
+ export declare type ClientGroupMember = Resource & {
417
+ /** IP address. */
418
+ ipAddress?: string;
419
+ /** Port into which this client connected */
420
+ port?: PortReference;
421
+ /** Processes accepting on the above port that received connections from this client. */
422
+ processes?: ProcessReference[];
423
+ };
424
+ /** Base for all resource summaries. */
425
+ export declare type Summary = Resource & {};
426
+ /** Reference to a machine. */
427
+ export declare type MachineReference = ResourceReference & {
428
+ /** Polymorphic discriminator, which specifies the different types this object can be */
429
+ kind: "ref:machine";
430
+ };
431
+ /** Reference to a port. */
432
+ export declare type PortReference = ResourceReference & {
433
+ /** Polymorphic discriminator, which specifies the different types this object can be */
434
+ kind: "ref:port";
435
+ /**
436
+ * Machine hosting the port.
437
+ * NOTE: This property will not be serialized. It can only be populated by the server.
438
+ */
439
+ readonly machine?: MachineReference;
440
+ /**
441
+ * IP address of the port.
442
+ * NOTE: This property will not be serialized. It can only be populated by the server.
443
+ */
444
+ readonly ipAddress?: string;
445
+ /** Port number. */
446
+ portNumber?: number;
447
+ };
448
+ /** A machine reference with a hint of the machine's name and operating system. */
449
+ export declare type MachineReferenceWithHints = ResourceReference & {
450
+ /** Polymorphic discriminator, which specifies the different types this object can be */
451
+ kind: "ref:machinewithhints";
452
+ /**
453
+ * Last known display name.
454
+ * NOTE: This property will not be serialized. It can only be populated by the server.
455
+ */
456
+ readonly displayNameHint?: string;
457
+ /**
458
+ * Last known operating system family.
459
+ * NOTE: This property will not be serialized. It can only be populated by the server.
460
+ */
461
+ readonly osFamilyHint?: OperatingSystemFamily;
462
+ };
463
+ /** Reference to a process. */
464
+ export declare type ProcessReference = ResourceReference & {
465
+ /** Polymorphic discriminator, which specifies the different types this object can be */
466
+ kind: "ref:process";
467
+ /**
468
+ * Machine hosting the process.
469
+ * NOTE: This property will not be serialized. It can only be populated by the server.
470
+ */
471
+ readonly machine?: MachineReference;
472
+ };
473
+ /** Reference to a client group. */
474
+ export declare type ClientGroupReference = ResourceReference & {
475
+ /** Polymorphic discriminator, which specifies the different types this object can be */
476
+ kind: "ref:clientgroup";
477
+ };
478
+ /** Properties for a connection resource. */
479
+ export declare type ConnectionProperties = RelationshipProperties & {
480
+ /** Reference to the server port via which this connection has been established. */
481
+ serverPort?: PortReference;
482
+ /** Specifies whether there are only successful, failed or a mixture of both connections represented by this resource. */
483
+ failureState?: ConnectionFailureState;
484
+ };
485
+ /** Describes the hosting configuration of a process when hosted on azure */
486
+ export declare type AzureProcessHostingConfiguration = ProcessHostingConfiguration & {
487
+ /** Polymorphic discriminator, which specifies the different types this object can be */
488
+ kind: "provider:azure";
489
+ /** Contains information about the cloud service the process belongs to */
490
+ cloudService?: AzureCloudServiceConfiguration;
491
+ };
492
+ /** Specifies the computation of a single server dependency map. A single server dependency map includes all direct dependencies of a given machine. */
493
+ export declare type SingleMachineDependencyMapRequest = MapRequest & {
494
+ /** Polymorphic discriminator, which specifies the different types this object can be */
495
+ kind: "map:single-machine-dependency";
496
+ /** URI of machine resource for which to generate the map. */
497
+ machineId: string;
498
+ };
499
+ /** Provides a base class for describing map requests for a collection of machines */
500
+ export declare type MultipleMachinesMapRequest = MapRequest & {
501
+ /** Polymorphic discriminator, which specifies the different types this object can be */
502
+ kind: "MultipleMachinesMapRequest" | "map:machine-list-dependency" | "map:machine-group-dependency";
503
+ /** If true, only processes between specified machines will be included. Any connections in or out of those processes will be included. */
504
+ filterProcesses?: boolean;
505
+ };
506
+ /** Summarizes machines in the workspace. */
507
+ export declare type MachinesSummaryProperties = SummaryProperties & {
508
+ /** Total number of machines. */
509
+ total: number;
510
+ /** Number of live machines. */
511
+ live: number;
512
+ /** Machine counts by operating system. */
513
+ os: MachineCountsByOperatingSystem;
514
+ };
515
+ /** A machine resource represents a discovered computer system. It can be *monitored*, i.e., a Dependency Agent is running on it, or *discovered*, i.e., its existence was inferred by observing the data stream from monitored machines. As machines change, prior versions of the machine resource are preserved and available for access. A machine is live during an interval of time, if either its Dependency Agent has reported data during (parts) of that interval, or a Dependency agent running on other machines has reported activity associated with the machine. */
516
+ export declare type Machine = CoreResource & {
517
+ /** UTC date and time when this resource was updated in the system. */
518
+ timestamp?: Date;
519
+ /** Specifies whether the machine is actively monitored or discovered. */
520
+ monitoringState?: MonitoringState;
521
+ /** Specifies whether the machine is virtualized. */
522
+ virtualizationState?: VirtualizationState;
523
+ /** Name to use for display purposes */
524
+ displayName?: string;
525
+ /** Name of the machine, e.g., server */
526
+ computerName?: string;
527
+ /** Fully-qualified name of the machine, e.g., server.company.com */
528
+ fullyQualifiedDomainName?: string;
529
+ /** UTC date and time when the machine last booted */
530
+ bootTime?: Date;
531
+ /** Timezone of the machine. */
532
+ timezone?: Timezone;
533
+ /** Dependency Agent configuration. */
534
+ agent?: AgentConfiguration;
535
+ /** Machine resources (memory, cpu, etc.). */
536
+ resources?: MachineResourcesConfiguration;
537
+ /** Network configuration (ips, gateways, dns, etc.) */
538
+ networking?: NetworkConfiguration;
539
+ /** Operating system information. */
540
+ operatingSystem?: OperatingSystemConfiguration;
541
+ /** Virtualization-related configuration. Present only when `virtualizationState` is `virtual`. */
542
+ virtualMachine?: VirtualMachineConfiguration;
543
+ /** Hypervisor-related configuration. Present only when 'virtualizationState' is `hypervisor`. */
544
+ hypervisor?: HypervisorConfiguration;
545
+ /** Hosting-related configuration. Present if hosting information is discovered for the VM. */
546
+ hosting?: HostingConfigurationUnion;
547
+ };
548
+ /** A process resource represents a process running on a machine. The process may be actively *monitored*, i.e., a Dependency Agent is running on its machine, or *discovered*, i.e., its existence was inferred by observing the data stream from monitored machines. A process resource represents a pool of actual operating system resources that share command lines and metadata. As the process pool evolves over time, prior versions of the process resource are preserved and available for access. A process is live during an interval of time, if that process is executing during (parts) of that interval */
549
+ export declare type Process = CoreResource & {
550
+ /** UTC date and time when this process resource was updated in the system */
551
+ timestamp?: Date;
552
+ /** Specifies whether the process is actively monitored or discovered. */
553
+ monitoringState?: MonitoringState;
554
+ /** Machine hosting this process. */
555
+ machine?: ResourceReferenceUnion;
556
+ /** The name of the process executable */
557
+ executableName?: string;
558
+ /** Name to use for display purposes */
559
+ displayName?: string;
560
+ /** UTC date and time when the process started */
561
+ startTime?: Date;
562
+ /** The inferred role of this process based on its name, command line, etc. */
563
+ role?: ProcessRole;
564
+ /** The name of the product or suite of the process. The group is determined by its executable name, command line, etc. */
565
+ group?: string;
566
+ /** Process metadata (command line, product name, etc.). */
567
+ details?: ProcessDetails;
568
+ /** Information about the account under which the process is executing. */
569
+ user?: ProcessUser;
570
+ /** Present only for a discovered process acting as a client of a monitored process/machine/port. References the monitored process/machine/port that this process is a client of. */
571
+ clientOf?: ResourceReferenceUnion;
572
+ /** Present only for a discovered process acting as a server. References the port on which the discovered process is accepting. */
573
+ acceptorOf?: ResourceReferenceUnion;
574
+ /** Information about the hosting environment */
575
+ hosting?: ProcessHostingConfigurationUnion;
576
+ };
577
+ /** A port resource represents a server port on a machine. The port may be actively *monitored*, i.e., a Dependency Agent is running on its machine, or *discovered*, i.e., its existence was inferred by observing the data stream from monitored machines. A port is live during an interval of time, if that port had associated activity during (parts) of that interval. */
578
+ export declare type Port = CoreResource & {
579
+ /** Specifies whether the port is actively monitored or discovered. */
580
+ monitoringState?: MonitoringState;
581
+ /** Machine hosting this port. */
582
+ machine?: ResourceReferenceUnion;
583
+ /** Name to use for display purposes. */
584
+ displayName?: string;
585
+ /** IP address associated with the port. At present only IPv4 addresses are supported. */
586
+ ipAddress?: string;
587
+ /** Port number. */
588
+ portNumber?: number;
589
+ };
590
+ /** A user-defined logical grouping of machines. */
591
+ export declare type MachineGroup = CoreResource & {
592
+ /** Type of the machine group */
593
+ groupType?: MachineGroupType;
594
+ /** User defined name for the group */
595
+ displayName?: string;
596
+ /** Count of machines in this group. The value of count may be bigger than the number of machines in case of the group has been truncated due to exceeding the max number of machines a group can handle. */
597
+ count?: number;
598
+ /** References of the machines in this group. The hints within each reference do not represent the current value of the corresponding fields. They are a snapshot created during the last time the machine group was updated. */
599
+ machines?: MachineReferenceWithHints[];
600
+ };
601
+ /** Represents a collection of clients of a resource. A client group can represent the clients of a port, process, or a machine. */
602
+ export declare type ClientGroup = CoreResource & {
603
+ /** Reference to the resource whose clients are represented by this group. */
604
+ clientsOf?: ResourceReferenceUnion;
605
+ };
606
+ /** A network connection. */
607
+ export declare type Connection = Relationship & {
608
+ /** Source resource of the relationship. */
609
+ source?: ResourceReferenceUnion;
610
+ /** Destination resource of the relationship. */
611
+ destination?: ResourceReferenceUnion;
612
+ /** Relationship start time. */
613
+ startTime?: Date;
614
+ /** Relationship end time. */
615
+ endTime?: Date;
616
+ /** Reference to the server port via which this connection has been established. */
617
+ serverPort?: PortReference;
618
+ /** Specifies whether there are only successful, failed or a mixture of both connections represented by this resource. */
619
+ failureState?: ConnectionFailureState;
620
+ };
621
+ /** A process accepting on a port. */
622
+ export declare type Acceptor = Relationship & {
623
+ /** Port being accepted. */
624
+ source?: PortReference;
625
+ /** Accepting process. */
626
+ destination?: ProcessReference;
627
+ /** Relationship start time. */
628
+ startTime?: Date;
629
+ /** Relationship end time. */
630
+ endTime?: Date;
631
+ };
632
+ /** A summary of the machines in the workspace. */
633
+ export declare type MachinesSummary = Summary & {
634
+ /** Summary interval start time. */
635
+ startTime?: Date;
636
+ /** Summary interval end time. */
637
+ endTime?: Date;
638
+ /** Total number of machines. */
639
+ total?: number;
640
+ /** Number of live machines. */
641
+ live?: number;
642
+ /** Machine counts by operating system. */
643
+ os?: MachineCountsByOperatingSystem;
644
+ };
645
+ /** Specifies the computation of a one hope dependency map for a list of machines. The resulting map includes all direct dependencies for the specified machines. */
646
+ export declare type MachineListMapRequest = MultipleMachinesMapRequest & {
647
+ /** Polymorphic discriminator, which specifies the different types this object can be */
648
+ kind: "map:machine-list-dependency";
649
+ /** a list of URIs of machine resources for which to generate the map. */
650
+ machineIds: string[];
651
+ };
652
+ /** Specifies the computation of a machine group dependency map. A machine group dependency map includes all direct dependencies the machines in the group. */
653
+ export declare type MachineGroupMapRequest = MultipleMachinesMapRequest & {
654
+ /** Polymorphic discriminator, which specifies the different types this object can be */
655
+ kind: "map:machine-group-dependency";
656
+ /** URI of machine group resource for which to generate the map. */
657
+ machineGroupId: string;
658
+ };
659
+ /** Known values of {@link CoreResourceKind} that the service accepts. */
660
+ export declare enum KnownCoreResourceKind {
661
+ Machine = "machine",
662
+ Process = "process",
663
+ Port = "port",
664
+ ClientGroup = "clientGroup",
665
+ MachineGroup = "machineGroup"
666
+ }
667
+ /**
668
+ * Defines values for CoreResourceKind. \
669
+ * {@link KnownCoreResourceKind} can be used interchangeably with CoreResourceKind,
670
+ * this enum contains the known values that the service supports.
671
+ * ### Known values supported by the service
672
+ * **machine** \
673
+ * **process** \
674
+ * **port** \
675
+ * **clientGroup** \
676
+ * **machineGroup**
677
+ */
678
+ export declare type CoreResourceKind = string;
679
+ /** Known values of {@link ResourceReferenceKind} that the service accepts. */
680
+ export declare enum KnownResourceReferenceKind {
681
+ RefMachine = "ref:machine",
682
+ RefMachinewithhints = "ref:machinewithhints",
683
+ RefProcess = "ref:process",
684
+ RefPort = "ref:port",
685
+ RefOnmachine = "ref:onmachine",
686
+ RefClientgroup = "ref:clientgroup"
687
+ }
688
+ /**
689
+ * Defines values for ResourceReferenceKind. \
690
+ * {@link KnownResourceReferenceKind} can be used interchangeably with ResourceReferenceKind,
691
+ * this enum contains the known values that the service supports.
692
+ * ### Known values supported by the service
693
+ * **ref:machine** \
694
+ * **ref:machinewithhints** \
695
+ * **ref:process** \
696
+ * **ref:port** \
697
+ * **ref:onmachine** \
698
+ * **ref:clientgroup**
699
+ */
700
+ export declare type ResourceReferenceKind = string;
701
+ /** Known values of {@link RelationshipKind} that the service accepts. */
702
+ export declare enum KnownRelationshipKind {
703
+ RelConnection = "rel:connection",
704
+ RelAcceptor = "rel:acceptor"
705
+ }
706
+ /**
707
+ * Defines values for RelationshipKind. \
708
+ * {@link KnownRelationshipKind} can be used interchangeably with RelationshipKind,
709
+ * this enum contains the known values that the service supports.
710
+ * ### Known values supported by the service
711
+ * **rel:connection** \
712
+ * **rel:acceptor**
713
+ */
714
+ export declare type RelationshipKind = string;
715
+ /** Known values of {@link ProcessRole} that the service accepts. */
716
+ export declare enum KnownProcessRole {
717
+ WebServer = "webServer",
718
+ AppServer = "appServer",
719
+ DatabaseServer = "databaseServer",
720
+ LdapServer = "ldapServer",
721
+ SmbServer = "smbServer"
722
+ }
723
+ /**
724
+ * Defines values for ProcessRole. \
725
+ * {@link KnownProcessRole} can be used interchangeably with ProcessRole,
726
+ * this enum contains the known values that the service supports.
727
+ * ### Known values supported by the service
728
+ * **webServer** \
729
+ * **appServer** \
730
+ * **databaseServer** \
731
+ * **ldapServer** \
732
+ * **smbServer**
733
+ */
734
+ export declare type ProcessRole = string;
735
+ /** Known values of {@link MachineGroupType} that the service accepts. */
736
+ export declare enum KnownMachineGroupType {
737
+ Unknown = "unknown",
738
+ AzureCs = "azure-cs",
739
+ AzureSf = "azure-sf",
740
+ AzureVmss = "azure-vmss",
741
+ UserStatic = "user-static"
742
+ }
743
+ /**
744
+ * Defines values for MachineGroupType. \
745
+ * {@link KnownMachineGroupType} can be used interchangeably with MachineGroupType,
746
+ * this enum contains the known values that the service supports.
747
+ * ### Known values supported by the service
748
+ * **unknown** \
749
+ * **azure-cs** \
750
+ * **azure-sf** \
751
+ * **azure-vmss** \
752
+ * **user-static**
753
+ */
754
+ export declare type MachineGroupType = string;
755
+ /** Known values of {@link MapRequestKind} that the service accepts. */
756
+ export declare enum KnownMapRequestKind {
757
+ MapSingleMachineDependency = "map:single-machine-dependency",
758
+ MapMachineGroupDependency = "map:machine-group-dependency",
759
+ MapMachineListDependency = "map:machine-list-dependency"
760
+ }
761
+ /**
762
+ * Defines values for MapRequestKind. \
763
+ * {@link KnownMapRequestKind} can be used interchangeably with MapRequestKind,
764
+ * this enum contains the known values that the service supports.
765
+ * ### Known values supported by the service
766
+ * **map:single-machine-dependency** \
767
+ * **map:machine-group-dependency** \
768
+ * **map:machine-list-dependency**
769
+ */
770
+ export declare type MapRequestKind = string;
771
+ /** Defines values for MonitoringState. */
772
+ export declare type MonitoringState = "monitored" | "discovered";
773
+ /** Defines values for VirtualizationState. */
774
+ export declare type VirtualizationState = "unknown" | "physical" | "virtual" | "hypervisor";
775
+ /** Defines values for MachineRebootStatus. */
776
+ export declare type MachineRebootStatus = "unknown" | "rebooted" | "notRebooted";
777
+ /** Defines values for Accuracy. */
778
+ export declare type Accuracy = "actual" | "estimated";
779
+ /** Defines values for OperatingSystemFamily. */
780
+ export declare type OperatingSystemFamily = "unknown" | "windows" | "linux" | "solaris" | "aix";
781
+ /** Defines values for Bitness. */
782
+ export declare type Bitness = "32bit" | "64bit";
783
+ /** Defines values for VirtualMachineType. */
784
+ export declare type VirtualMachineType = "unknown" | "hyperv" | "ldom" | "lpar" | "vmware" | "virtualPc" | "xen";
785
+ /** Defines values for HypervisorType. */
786
+ export declare type HypervisorType = "unknown" | "hyperv";
787
+ /** Defines values for ConnectionFailureState. */
788
+ export declare type ConnectionFailureState = "ok" | "failed" | "mixed";
789
+ /** Defines values for AzureCloudServiceRoleType. */
790
+ export declare type AzureCloudServiceRoleType = "unknown" | "worker" | "web";
791
+ /** Optional parameters. */
792
+ export interface MachinesListByWorkspaceOptionalParams extends coreClient.OperationOptions {
793
+ /** Specifies whether to return live resources (true) or inventory resources (false). Defaults to **true**. When retrieving live resources, the start time (`startTime`) and end time (`endTime`) of the desired interval should be included. When retrieving inventory resources, an optional timestamp (`timestamp`) parameter can be specified to return the version of each resource closest (not-after) that timestamp. */
794
+ live?: boolean;
795
+ /** UTC date and time specifying the start time of an interval. When not specified the service uses DateTime.UtcNow - 10m */
796
+ startTime?: Date;
797
+ /** UTC date and time specifying the end time of an interval. When not specified the service uses DateTime.UtcNow */
798
+ endTime?: Date;
799
+ /** UTC date and time specifying a time instance relative to which to evaluate each machine resource. Only applies when `live=false`. When not specified, the service uses DateTime.UtcNow. */
800
+ timestamp?: Date;
801
+ /** Page size to use. When not specified, the default page size is 100 records. */
802
+ top?: number;
803
+ }
804
+ /** Contains response data for the listByWorkspace operation. */
805
+ export declare type MachinesListByWorkspaceResponse = MachineCollection;
806
+ /** Optional parameters. */
807
+ export interface MachinesGetOptionalParams extends coreClient.OperationOptions {
808
+ /** UTC date and time specifying a time instance relative to which to evaluate the machine resource. When not specified, the service uses DateTime.UtcNow. */
809
+ timestamp?: Date;
810
+ }
811
+ /** Contains response data for the get operation. */
812
+ export declare type MachinesGetResponse = Machine;
813
+ /** Optional parameters. */
814
+ export interface MachinesGetLivenessOptionalParams extends coreClient.OperationOptions {
815
+ /** UTC date and time specifying the start time of an interval. When not specified the service uses DateTime.UtcNow - 10m */
816
+ startTime?: Date;
817
+ /** UTC date and time specifying the end time of an interval. When not specified the service uses DateTime.UtcNow */
818
+ endTime?: Date;
819
+ }
820
+ /** Contains response data for the getLiveness operation. */
821
+ export declare type MachinesGetLivenessResponse = Liveness;
822
+ /** Optional parameters. */
823
+ export interface MachinesListConnectionsOptionalParams extends coreClient.OperationOptions {
824
+ /** UTC date and time specifying the start time of an interval. When not specified the service uses DateTime.UtcNow - 10m */
825
+ startTime?: Date;
826
+ /** UTC date and time specifying the end time of an interval. When not specified the service uses DateTime.UtcNow */
827
+ endTime?: Date;
828
+ }
829
+ /** Contains response data for the listConnections operation. */
830
+ export declare type MachinesListConnectionsResponse = ConnectionCollection;
831
+ /** Optional parameters. */
832
+ export interface MachinesListProcessesOptionalParams extends coreClient.OperationOptions {
833
+ /** Specifies whether to return live resources (true) or inventory resources (false). Defaults to **true**. When retrieving live resources, the start time (`startTime`) and end time (`endTime`) of the desired interval should be included. When retrieving inventory resources, an optional timestamp (`timestamp`) parameter can be specified to return the version of each resource closest (not-after) that timestamp. */
834
+ live?: boolean;
835
+ /** UTC date and time specifying the start time of an interval. When not specified the service uses DateTime.UtcNow - 10m */
836
+ startTime?: Date;
837
+ /** UTC date and time specifying the end time of an interval. When not specified the service uses DateTime.UtcNow */
838
+ endTime?: Date;
839
+ /** UTC date and time specifying a time instance relative to which to evaluate all process resource. Only applies when `live=false`. When not specified, the service uses DateTime.UtcNow. */
840
+ timestamp?: Date;
841
+ }
842
+ /** Contains response data for the listProcesses operation. */
843
+ export declare type MachinesListProcessesResponse = ProcessCollection;
844
+ /** Optional parameters. */
845
+ export interface MachinesListPortsOptionalParams extends coreClient.OperationOptions {
846
+ /** UTC date and time specifying the start time of an interval. When not specified the service uses DateTime.UtcNow - 10m */
847
+ startTime?: Date;
848
+ /** UTC date and time specifying the end time of an interval. When not specified the service uses DateTime.UtcNow */
849
+ endTime?: Date;
850
+ }
851
+ /** Contains response data for the listPorts operation. */
852
+ export declare type MachinesListPortsResponse = PortCollection;
853
+ /** Optional parameters. */
854
+ export interface MachinesListMachineGroupMembershipOptionalParams extends coreClient.OperationOptions {
855
+ /** UTC date and time specifying the start time of an interval. When not specified the service uses DateTime.UtcNow - 10m */
856
+ startTime?: Date;
857
+ /** UTC date and time specifying the end time of an interval. When not specified the service uses DateTime.UtcNow */
858
+ endTime?: Date;
859
+ }
860
+ /** Contains response data for the listMachineGroupMembership operation. */
861
+ export declare type MachinesListMachineGroupMembershipResponse = MachineGroupCollection;
862
+ /** Optional parameters. */
863
+ export interface MachinesListByWorkspaceNextOptionalParams extends coreClient.OperationOptions {
864
+ /** Specifies whether to return live resources (true) or inventory resources (false). Defaults to **true**. When retrieving live resources, the start time (`startTime`) and end time (`endTime`) of the desired interval should be included. When retrieving inventory resources, an optional timestamp (`timestamp`) parameter can be specified to return the version of each resource closest (not-after) that timestamp. */
865
+ live?: boolean;
866
+ /** UTC date and time specifying the start time of an interval. When not specified the service uses DateTime.UtcNow - 10m */
867
+ startTime?: Date;
868
+ /** UTC date and time specifying the end time of an interval. When not specified the service uses DateTime.UtcNow */
869
+ endTime?: Date;
870
+ /** UTC date and time specifying a time instance relative to which to evaluate each machine resource. Only applies when `live=false`. When not specified, the service uses DateTime.UtcNow. */
871
+ timestamp?: Date;
872
+ /** Page size to use. When not specified, the default page size is 100 records. */
873
+ top?: number;
874
+ }
875
+ /** Contains response data for the listByWorkspaceNext operation. */
876
+ export declare type MachinesListByWorkspaceNextResponse = MachineCollection;
877
+ /** Optional parameters. */
878
+ export interface MachinesListConnectionsNextOptionalParams extends coreClient.OperationOptions {
879
+ /** UTC date and time specifying the start time of an interval. When not specified the service uses DateTime.UtcNow - 10m */
880
+ startTime?: Date;
881
+ /** UTC date and time specifying the end time of an interval. When not specified the service uses DateTime.UtcNow */
882
+ endTime?: Date;
883
+ }
884
+ /** Contains response data for the listConnectionsNext operation. */
885
+ export declare type MachinesListConnectionsNextResponse = ConnectionCollection;
886
+ /** Optional parameters. */
887
+ export interface MachinesListProcessesNextOptionalParams extends coreClient.OperationOptions {
888
+ /** Specifies whether to return live resources (true) or inventory resources (false). Defaults to **true**. When retrieving live resources, the start time (`startTime`) and end time (`endTime`) of the desired interval should be included. When retrieving inventory resources, an optional timestamp (`timestamp`) parameter can be specified to return the version of each resource closest (not-after) that timestamp. */
889
+ live?: boolean;
890
+ /** UTC date and time specifying the start time of an interval. When not specified the service uses DateTime.UtcNow - 10m */
891
+ startTime?: Date;
892
+ /** UTC date and time specifying the end time of an interval. When not specified the service uses DateTime.UtcNow */
893
+ endTime?: Date;
894
+ /** UTC date and time specifying a time instance relative to which to evaluate all process resource. Only applies when `live=false`. When not specified, the service uses DateTime.UtcNow. */
895
+ timestamp?: Date;
896
+ }
897
+ /** Contains response data for the listProcessesNext operation. */
898
+ export declare type MachinesListProcessesNextResponse = ProcessCollection;
899
+ /** Optional parameters. */
900
+ export interface MachinesListPortsNextOptionalParams extends coreClient.OperationOptions {
901
+ /** UTC date and time specifying the start time of an interval. When not specified the service uses DateTime.UtcNow - 10m */
902
+ startTime?: Date;
903
+ /** UTC date and time specifying the end time of an interval. When not specified the service uses DateTime.UtcNow */
904
+ endTime?: Date;
905
+ }
906
+ /** Contains response data for the listPortsNext operation. */
907
+ export declare type MachinesListPortsNextResponse = PortCollection;
908
+ /** Optional parameters. */
909
+ export interface MachinesListMachineGroupMembershipNextOptionalParams extends coreClient.OperationOptions {
910
+ /** UTC date and time specifying the start time of an interval. When not specified the service uses DateTime.UtcNow - 10m */
911
+ startTime?: Date;
912
+ /** UTC date and time specifying the end time of an interval. When not specified the service uses DateTime.UtcNow */
913
+ endTime?: Date;
914
+ }
915
+ /** Contains response data for the listMachineGroupMembershipNext operation. */
916
+ export declare type MachinesListMachineGroupMembershipNextResponse = MachineGroupCollection;
917
+ /** Optional parameters. */
918
+ export interface ProcessesGetOptionalParams extends coreClient.OperationOptions {
919
+ /** UTC date and time specifying a time instance relative to which to evaluate a resource. When not specified, the service uses DateTime.UtcNow. */
920
+ timestamp?: Date;
921
+ }
922
+ /** Contains response data for the get operation. */
923
+ export declare type ProcessesGetResponse = Process;
924
+ /** Optional parameters. */
925
+ export interface ProcessesGetLivenessOptionalParams extends coreClient.OperationOptions {
926
+ /** UTC date and time specifying the start time of an interval. When not specified the service uses DateTime.UtcNow - 10m */
927
+ startTime?: Date;
928
+ /** UTC date and time specifying the end time of an interval. When not specified the service uses DateTime.UtcNow */
929
+ endTime?: Date;
930
+ }
931
+ /** Contains response data for the getLiveness operation. */
932
+ export declare type ProcessesGetLivenessResponse = Liveness;
933
+ /** Optional parameters. */
934
+ export interface ProcessesListAcceptingPortsOptionalParams extends coreClient.OperationOptions {
935
+ /** UTC date and time specifying the start time of an interval. When not specified the service uses DateTime.UtcNow - 10m */
936
+ startTime?: Date;
937
+ /** UTC date and time specifying the end time of an interval. When not specified the service uses DateTime.UtcNow */
938
+ endTime?: Date;
939
+ }
940
+ /** Contains response data for the listAcceptingPorts operation. */
941
+ export declare type ProcessesListAcceptingPortsResponse = PortCollection;
942
+ /** Optional parameters. */
943
+ export interface ProcessesListConnectionsOptionalParams extends coreClient.OperationOptions {
944
+ /** UTC date and time specifying the start time of an interval. When not specified the service uses DateTime.UtcNow - 10m */
945
+ startTime?: Date;
946
+ /** UTC date and time specifying the end time of an interval. When not specified the service uses DateTime.UtcNow */
947
+ endTime?: Date;
948
+ }
949
+ /** Contains response data for the listConnections operation. */
950
+ export declare type ProcessesListConnectionsResponse = ConnectionCollection;
951
+ /** Optional parameters. */
952
+ export interface ProcessesListAcceptingPortsNextOptionalParams extends coreClient.OperationOptions {
953
+ /** UTC date and time specifying the start time of an interval. When not specified the service uses DateTime.UtcNow - 10m */
954
+ startTime?: Date;
955
+ /** UTC date and time specifying the end time of an interval. When not specified the service uses DateTime.UtcNow */
956
+ endTime?: Date;
957
+ }
958
+ /** Contains response data for the listAcceptingPortsNext operation. */
959
+ export declare type ProcessesListAcceptingPortsNextResponse = PortCollection;
960
+ /** Optional parameters. */
961
+ export interface ProcessesListConnectionsNextOptionalParams extends coreClient.OperationOptions {
962
+ /** UTC date and time specifying the start time of an interval. When not specified the service uses DateTime.UtcNow - 10m */
963
+ startTime?: Date;
964
+ /** UTC date and time specifying the end time of an interval. When not specified the service uses DateTime.UtcNow */
965
+ endTime?: Date;
966
+ }
967
+ /** Contains response data for the listConnectionsNext operation. */
968
+ export declare type ProcessesListConnectionsNextResponse = ConnectionCollection;
969
+ /** Optional parameters. */
970
+ export interface PortsGetOptionalParams extends coreClient.OperationOptions {
971
+ /** UTC date and time specifying the start time of an interval. When not specified the service uses DateTime.UtcNow - 10m */
972
+ startTime?: Date;
973
+ /** UTC date and time specifying the end time of an interval. When not specified the service uses DateTime.UtcNow */
974
+ endTime?: Date;
975
+ }
976
+ /** Contains response data for the get operation. */
977
+ export declare type PortsGetResponse = Port;
978
+ /** Optional parameters. */
979
+ export interface PortsGetLivenessOptionalParams extends coreClient.OperationOptions {
980
+ /** UTC date and time specifying the start time of an interval. When not specified the service uses DateTime.UtcNow - 10m */
981
+ startTime?: Date;
982
+ /** UTC date and time specifying the end time of an interval. When not specified the service uses DateTime.UtcNow */
983
+ endTime?: Date;
984
+ }
985
+ /** Contains response data for the getLiveness operation. */
986
+ export declare type PortsGetLivenessResponse = Liveness;
987
+ /** Optional parameters. */
988
+ export interface PortsListAcceptingProcessesOptionalParams extends coreClient.OperationOptions {
989
+ /** UTC date and time specifying the start time of an interval. When not specified the service uses DateTime.UtcNow - 10m */
990
+ startTime?: Date;
991
+ /** UTC date and time specifying the end time of an interval. When not specified the service uses DateTime.UtcNow */
992
+ endTime?: Date;
993
+ }
994
+ /** Contains response data for the listAcceptingProcesses operation. */
995
+ export declare type PortsListAcceptingProcessesResponse = ProcessCollection;
996
+ /** Optional parameters. */
997
+ export interface PortsListConnectionsOptionalParams extends coreClient.OperationOptions {
998
+ /** UTC date and time specifying the start time of an interval. When not specified the service uses DateTime.UtcNow - 10m */
999
+ startTime?: Date;
1000
+ /** UTC date and time specifying the end time of an interval. When not specified the service uses DateTime.UtcNow */
1001
+ endTime?: Date;
1002
+ }
1003
+ /** Contains response data for the listConnections operation. */
1004
+ export declare type PortsListConnectionsResponse = ConnectionCollection;
1005
+ /** Optional parameters. */
1006
+ export interface PortsListAcceptingProcessesNextOptionalParams extends coreClient.OperationOptions {
1007
+ /** UTC date and time specifying the start time of an interval. When not specified the service uses DateTime.UtcNow - 10m */
1008
+ startTime?: Date;
1009
+ /** UTC date and time specifying the end time of an interval. When not specified the service uses DateTime.UtcNow */
1010
+ endTime?: Date;
1011
+ }
1012
+ /** Contains response data for the listAcceptingProcessesNext operation. */
1013
+ export declare type PortsListAcceptingProcessesNextResponse = ProcessCollection;
1014
+ /** Optional parameters. */
1015
+ export interface PortsListConnectionsNextOptionalParams extends coreClient.OperationOptions {
1016
+ /** UTC date and time specifying the start time of an interval. When not specified the service uses DateTime.UtcNow - 10m */
1017
+ startTime?: Date;
1018
+ /** UTC date and time specifying the end time of an interval. When not specified the service uses DateTime.UtcNow */
1019
+ endTime?: Date;
1020
+ }
1021
+ /** Contains response data for the listConnectionsNext operation. */
1022
+ export declare type PortsListConnectionsNextResponse = ConnectionCollection;
1023
+ /** Optional parameters. */
1024
+ export interface ClientGroupsGetOptionalParams extends coreClient.OperationOptions {
1025
+ /** UTC date and time specifying the start time of an interval. When not specified the service uses DateTime.UtcNow - 10m */
1026
+ startTime?: Date;
1027
+ /** UTC date and time specifying the end time of an interval. When not specified the service uses DateTime.UtcNow */
1028
+ endTime?: Date;
1029
+ }
1030
+ /** Contains response data for the get operation. */
1031
+ export declare type ClientGroupsGetResponse = ClientGroup;
1032
+ /** Optional parameters. */
1033
+ export interface ClientGroupsGetMembersCountOptionalParams extends coreClient.OperationOptions {
1034
+ /** UTC date and time specifying the start time of an interval. When not specified the service uses DateTime.UtcNow - 10m */
1035
+ startTime?: Date;
1036
+ /** UTC date and time specifying the end time of an interval. When not specified the service uses DateTime.UtcNow */
1037
+ endTime?: Date;
1038
+ }
1039
+ /** Contains response data for the getMembersCount operation. */
1040
+ export declare type ClientGroupsGetMembersCountResponse = ClientGroupMembersCount;
1041
+ /** Optional parameters. */
1042
+ export interface ClientGroupsListMembersOptionalParams extends coreClient.OperationOptions {
1043
+ /** UTC date and time specifying the start time of an interval. When not specified the service uses DateTime.UtcNow - 10m */
1044
+ startTime?: Date;
1045
+ /** UTC date and time specifying the end time of an interval. When not specified the service uses DateTime.UtcNow */
1046
+ endTime?: Date;
1047
+ /** Page size to use. When not specified, the default page size is 100 records. */
1048
+ top?: number;
1049
+ }
1050
+ /** Contains response data for the listMembers operation. */
1051
+ export declare type ClientGroupsListMembersResponse = ClientGroupMembersCollection;
1052
+ /** Optional parameters. */
1053
+ export interface ClientGroupsListMembersNextOptionalParams extends coreClient.OperationOptions {
1054
+ /** UTC date and time specifying the start time of an interval. When not specified the service uses DateTime.UtcNow - 10m */
1055
+ startTime?: Date;
1056
+ /** UTC date and time specifying the end time of an interval. When not specified the service uses DateTime.UtcNow */
1057
+ endTime?: Date;
1058
+ /** Page size to use. When not specified, the default page size is 100 records. */
1059
+ top?: number;
1060
+ }
1061
+ /** Contains response data for the listMembersNext operation. */
1062
+ export declare type ClientGroupsListMembersNextResponse = ClientGroupMembersCollection;
1063
+ /** Optional parameters. */
1064
+ export interface MapsGenerateOptionalParams extends coreClient.OperationOptions {
1065
+ }
1066
+ /** Contains response data for the generate operation. */
1067
+ export declare type MapsGenerateResponse = MapResponse;
1068
+ /** Optional parameters. */
1069
+ export interface SummariesGetMachinesOptionalParams extends coreClient.OperationOptions {
1070
+ /** UTC date and time specifying the start time of an interval. When not specified the service uses DateTime.UtcNow - 10m */
1071
+ startTime?: Date;
1072
+ /** UTC date and time specifying the end time of an interval. When not specified the service uses DateTime.UtcNow */
1073
+ endTime?: Date;
1074
+ }
1075
+ /** Contains response data for the getMachines operation. */
1076
+ export declare type SummariesGetMachinesResponse = MachinesSummary;
1077
+ /** Optional parameters. */
1078
+ export interface MachineGroupsListByWorkspaceOptionalParams extends coreClient.OperationOptions {
1079
+ /** UTC date and time specifying the start time of an interval. When not specified the service uses DateTime.UtcNow - 10m */
1080
+ startTime?: Date;
1081
+ /** UTC date and time specifying the end time of an interval. When not specified the service uses DateTime.UtcNow */
1082
+ endTime?: Date;
1083
+ }
1084
+ /** Contains response data for the listByWorkspace operation. */
1085
+ export declare type MachineGroupsListByWorkspaceResponse = MachineGroupCollection;
1086
+ /** Optional parameters. */
1087
+ export interface MachineGroupsCreateOptionalParams extends coreClient.OperationOptions {
1088
+ }
1089
+ /** Contains response data for the create operation. */
1090
+ export declare type MachineGroupsCreateResponse = MachineGroup;
1091
+ /** Optional parameters. */
1092
+ export interface MachineGroupsGetOptionalParams extends coreClient.OperationOptions {
1093
+ /** UTC date and time specifying the start time of an interval. When not specified the service uses DateTime.UtcNow - 10m */
1094
+ startTime?: Date;
1095
+ /** UTC date and time specifying the end time of an interval. When not specified the service uses DateTime.UtcNow */
1096
+ endTime?: Date;
1097
+ }
1098
+ /** Contains response data for the get operation. */
1099
+ export declare type MachineGroupsGetResponse = MachineGroup;
1100
+ /** Optional parameters. */
1101
+ export interface MachineGroupsUpdateOptionalParams extends coreClient.OperationOptions {
1102
+ }
1103
+ /** Contains response data for the update operation. */
1104
+ export declare type MachineGroupsUpdateResponse = MachineGroup;
1105
+ /** Optional parameters. */
1106
+ export interface MachineGroupsDeleteOptionalParams extends coreClient.OperationOptions {
1107
+ }
1108
+ /** Optional parameters. */
1109
+ export interface MachineGroupsListByWorkspaceNextOptionalParams extends coreClient.OperationOptions {
1110
+ /** UTC date and time specifying the start time of an interval. When not specified the service uses DateTime.UtcNow - 10m */
1111
+ startTime?: Date;
1112
+ /** UTC date and time specifying the end time of an interval. When not specified the service uses DateTime.UtcNow */
1113
+ endTime?: Date;
1114
+ }
1115
+ /** Contains response data for the listByWorkspaceNext operation. */
1116
+ export declare type MachineGroupsListByWorkspaceNextResponse = MachineGroupCollection;
1117
+ /** Optional parameters. */
1118
+ export interface ServiceMapOptionalParams extends coreClient.ServiceClientOptions {
1119
+ /** server parameter */
1120
+ $host?: string;
1121
+ /** Api Version */
1122
+ apiVersion?: string;
1123
+ /** Overrides client endpoint. */
1124
+ endpoint?: string;
1125
+ }
1126
+ //# sourceMappingURL=index.d.ts.map