@azure/arm-servicemap 3.0.0-beta.1 → 3.0.0-beta.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +5 -3
- package/LICENSE +4 -4
- package/README.md +37 -17
- package/dist/browser/index.d.ts +5 -0
- package/dist/browser/index.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/index.js +4 -3
- package/dist/browser/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/models/index.d.ts +148 -163
- package/dist/browser/models/index.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/models/index.js +26 -0
- package/dist/browser/models/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/models/mappers.d.ts +9 -9
- package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +1 -1
- package/{dist-esm/src → dist/browser}/models/mappers.js +278 -140
- package/dist/browser/models/mappers.js.map +1 -0
- package/{dist-esm/src → dist/browser}/models/parameters.js +1 -1
- package/dist/browser/models/parameters.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/clientGroups.d.ts +3 -3
- package/dist/browser/operations/clientGroups.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/clientGroups.js +30 -39
- package/dist/browser/operations/clientGroups.js.map +1 -0
- package/dist/browser/operations/index.d.ts +8 -0
- package/dist/browser/operations/index.d.ts.map +1 -0
- package/dist/browser/operations/index.js +15 -0
- package/dist/browser/operations/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/machineGroups.d.ts +3 -3
- package/dist/browser/operations/machineGroups.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/machineGroups.js +30 -38
- package/dist/browser/operations/machineGroups.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/machines.d.ts +3 -3
- package/dist/browser/operations/machines.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/machines.js +134 -183
- package/dist/browser/operations/machines.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/maps.d.ts +3 -3
- package/dist/browser/operations/maps.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/maps.js +3 -2
- package/dist/browser/operations/maps.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/ports.d.ts +3 -3
- package/dist/browser/operations/ports.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/ports.js +56 -73
- package/dist/browser/operations/ports.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/processes.d.ts +3 -3
- package/dist/browser/operations/processes.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/processes.js +56 -73
- package/dist/browser/operations/processes.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/summaries.d.ts +3 -3
- package/dist/browser/operations/summaries.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/summaries.js +3 -2
- package/dist/browser/operations/summaries.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/clientGroups.d.ts +1 -1
- package/dist/browser/operationsInterfaces/clientGroups.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/clientGroups.js.map +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts +8 -0
- package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/index.js +15 -0
- package/dist/browser/operationsInterfaces/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/machineGroups.d.ts +1 -1
- package/dist/browser/operationsInterfaces/machineGroups.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/machineGroups.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/machines.d.ts +1 -1
- package/dist/browser/operationsInterfaces/machines.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/machines.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/maps.d.ts +1 -1
- package/dist/browser/operationsInterfaces/maps.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/maps.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/ports.d.ts +1 -1
- package/dist/browser/operationsInterfaces/ports.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/ports.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/processes.d.ts +1 -1
- package/dist/browser/operationsInterfaces/processes.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/processes.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/summaries.d.ts +1 -1
- package/dist/browser/operationsInterfaces/summaries.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/summaries.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/pagingHelper.d.ts +13 -0
- package/dist/browser/pagingHelper.d.ts.map +1 -0
- package/dist/browser/pagingHelper.js +30 -0
- package/dist/browser/pagingHelper.js.map +1 -0
- package/{dist-esm/src → dist/browser}/serviceMap.d.ts +4 -2
- package/dist/browser/serviceMap.d.ts.map +1 -0
- package/dist/browser/serviceMap.js +118 -0
- package/dist/browser/serviceMap.js.map +1 -0
- package/dist/commonjs/index.d.ts +5 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +19 -0
- package/dist/commonjs/index.js.map +1 -0
- package/{types/arm-servicemap.d.ts → dist/commonjs/models/index.d.ts} +1111 -1556
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +87 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +91 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +2121 -0
- package/dist/commonjs/models/mappers.js.map +1 -0
- package/dist/commonjs/models/parameters.d.ts +22 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/models/parameters.js +235 -0
- package/dist/commonjs/models/parameters.js.map +1 -0
- package/dist/commonjs/operations/clientGroups.d.ts +57 -0
- package/dist/commonjs/operations/clientGroups.d.ts.map +1 -0
- package/dist/commonjs/operations/clientGroups.js +220 -0
- package/dist/commonjs/operations/clientGroups.js.map +1 -0
- package/dist/commonjs/operations/index.d.ts +8 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -0
- package/dist/commonjs/operations/index.js +18 -0
- package/dist/commonjs/operations/index.js.map +1 -0
- package/dist/commonjs/operations/machineGroups.d.ts +71 -0
- package/dist/commonjs/operations/machineGroups.d.ts.map +1 -0
- package/dist/commonjs/operations/machineGroups.js +282 -0
- package/dist/commonjs/operations/machineGroups.js.map +1 -0
- package/dist/commonjs/operations/machines.d.ts +177 -0
- package/dist/commonjs/operations/machines.d.ts.map +1 -0
- package/dist/commonjs/operations/machines.js +694 -0
- package/dist/commonjs/operations/machines.js.map +1 -0
- package/dist/commonjs/operations/maps.d.ts +21 -0
- package/dist/commonjs/operations/maps.d.ts.map +1 -0
- package/dist/commonjs/operations/maps.js +62 -0
- package/dist/commonjs/operations/maps.js.map +1 -0
- package/dist/commonjs/operations/ports.d.ts +93 -0
- package/dist/commonjs/operations/ports.d.ts.map +1 -0
- package/dist/commonjs/operations/ports.js +364 -0
- package/dist/commonjs/operations/ports.js.map +1 -0
- package/dist/commonjs/operations/processes.d.ts +92 -0
- package/dist/commonjs/operations/processes.d.ts.map +1 -0
- package/dist/commonjs/operations/processes.js +359 -0
- package/dist/commonjs/operations/processes.js.map +1 -0
- package/dist/commonjs/operations/summaries.d.ts +20 -0
- package/dist/commonjs/operations/summaries.d.ts.map +1 -0
- package/dist/commonjs/operations/summaries.js +63 -0
- package/dist/commonjs/operations/summaries.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/clientGroups.d.ts +30 -0
- package/dist/commonjs/operationsInterfaces/clientGroups.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/clientGroups.js +10 -0
- package/dist/commonjs/operationsInterfaces/clientGroups.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts +8 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.js +18 -0
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/machineGroups.d.ts +46 -0
- package/dist/commonjs/operationsInterfaces/machineGroups.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/machineGroups.js +10 -0
- package/dist/commonjs/operationsInterfaces/machineGroups.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/machines.d.ts +68 -0
- package/dist/commonjs/operationsInterfaces/machines.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/machines.js +10 -0
- package/dist/commonjs/operationsInterfaces/machines.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/maps.d.ts +13 -0
- package/dist/commonjs/operationsInterfaces/maps.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/maps.js +10 -0
- package/dist/commonjs/operationsInterfaces/maps.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/ports.d.ts +43 -0
- package/dist/commonjs/operationsInterfaces/ports.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/ports.js +10 -0
- package/dist/commonjs/operationsInterfaces/ports.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/processes.d.ts +42 -0
- package/dist/commonjs/operationsInterfaces/processes.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/processes.js +10 -0
- package/dist/commonjs/operationsInterfaces/processes.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/summaries.d.ts +12 -0
- package/dist/commonjs/operationsInterfaces/summaries.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/summaries.js +10 -0
- package/dist/commonjs/operationsInterfaces/summaries.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/pagingHelper.d.ts +13 -0
- package/dist/commonjs/pagingHelper.d.ts.map +1 -0
- package/dist/commonjs/pagingHelper.js +34 -0
- package/dist/commonjs/pagingHelper.js.map +1 -0
- package/dist/commonjs/serviceMap.d.ts +26 -0
- package/dist/commonjs/serviceMap.d.ts.map +1 -0
- package/dist/commonjs/serviceMap.js +123 -0
- package/dist/commonjs/serviceMap.js.map +1 -0
- package/{types → dist/commonjs}/tsdoc-metadata.json +11 -11
- package/dist/esm/index.d.ts +5 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/{src/index.ts → dist/esm/index.js} +5 -4
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/models/index.d.ts +1111 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +84 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +91 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/esm/models/mappers.js +2117 -0
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +22 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +232 -0
- package/dist/esm/models/parameters.js.map +1 -0
- package/dist/esm/operations/clientGroups.d.ts +57 -0
- package/dist/esm/operations/clientGroups.d.ts.map +1 -0
- package/dist/esm/operations/clientGroups.js +215 -0
- package/dist/esm/operations/clientGroups.js.map +1 -0
- package/dist/esm/operations/index.d.ts +8 -0
- package/dist/esm/operations/index.d.ts.map +1 -0
- package/dist/esm/operations/index.js +15 -0
- package/dist/esm/operations/index.js.map +1 -0
- package/dist/esm/operations/machineGroups.d.ts +71 -0
- package/dist/esm/operations/machineGroups.d.ts.map +1 -0
- package/dist/esm/operations/machineGroups.js +277 -0
- package/dist/esm/operations/machineGroups.js.map +1 -0
- package/dist/esm/operations/machines.d.ts +177 -0
- package/dist/esm/operations/machines.d.ts.map +1 -0
- package/dist/esm/operations/machines.js +689 -0
- package/dist/esm/operations/machines.js.map +1 -0
- package/dist/esm/operations/maps.d.ts +21 -0
- package/dist/esm/operations/maps.d.ts.map +1 -0
- package/dist/esm/operations/maps.js +57 -0
- package/dist/esm/operations/maps.js.map +1 -0
- package/dist/esm/operations/ports.d.ts +93 -0
- package/dist/esm/operations/ports.d.ts.map +1 -0
- package/dist/esm/operations/ports.js +359 -0
- package/dist/esm/operations/ports.js.map +1 -0
- package/dist/esm/operations/processes.d.ts +92 -0
- package/dist/esm/operations/processes.d.ts.map +1 -0
- package/dist/esm/operations/processes.js +354 -0
- package/dist/esm/operations/processes.js.map +1 -0
- package/dist/esm/operations/summaries.d.ts +20 -0
- package/dist/esm/operations/summaries.d.ts.map +1 -0
- package/dist/esm/operations/summaries.js +58 -0
- package/dist/esm/operations/summaries.js.map +1 -0
- package/dist/esm/operationsInterfaces/clientGroups.d.ts +30 -0
- package/dist/esm/operationsInterfaces/clientGroups.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/clientGroups.js +9 -0
- package/dist/esm/operationsInterfaces/clientGroups.js.map +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts +8 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/index.js +15 -0
- package/dist/esm/operationsInterfaces/index.js.map +1 -0
- package/dist/esm/operationsInterfaces/machineGroups.d.ts +46 -0
- package/dist/esm/operationsInterfaces/machineGroups.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/machineGroups.js +9 -0
- package/dist/esm/operationsInterfaces/machineGroups.js.map +1 -0
- package/dist/esm/operationsInterfaces/machines.d.ts +68 -0
- package/dist/esm/operationsInterfaces/machines.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/machines.js +9 -0
- package/dist/esm/operationsInterfaces/machines.js.map +1 -0
- package/dist/esm/operationsInterfaces/maps.d.ts +13 -0
- package/dist/esm/operationsInterfaces/maps.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/maps.js +9 -0
- package/dist/esm/operationsInterfaces/maps.js.map +1 -0
- package/dist/esm/operationsInterfaces/ports.d.ts +43 -0
- package/dist/esm/operationsInterfaces/ports.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/ports.js +9 -0
- package/dist/esm/operationsInterfaces/ports.js.map +1 -0
- package/dist/esm/operationsInterfaces/processes.d.ts +42 -0
- package/dist/esm/operationsInterfaces/processes.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/processes.js +9 -0
- package/dist/esm/operationsInterfaces/processes.js.map +1 -0
- package/dist/esm/operationsInterfaces/summaries.d.ts +12 -0
- package/dist/esm/operationsInterfaces/summaries.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/summaries.js +9 -0
- package/dist/esm/operationsInterfaces/summaries.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/pagingHelper.d.ts +13 -0
- package/dist/esm/pagingHelper.d.ts.map +1 -0
- package/dist/esm/pagingHelper.js +30 -0
- package/dist/esm/pagingHelper.js.map +1 -0
- package/dist/esm/serviceMap.d.ts +26 -0
- package/dist/esm/serviceMap.d.ts.map +1 -0
- package/dist/esm/serviceMap.js +118 -0
- package/dist/esm/serviceMap.js.map +1 -0
- package/dist/react-native/index.d.ts +5 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +13 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/models/index.d.ts +1111 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +84 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +91 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +2117 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +22 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +232 -0
- package/dist/react-native/models/parameters.js.map +1 -0
- package/dist/react-native/operations/clientGroups.d.ts +57 -0
- package/dist/react-native/operations/clientGroups.d.ts.map +1 -0
- package/dist/react-native/operations/clientGroups.js +215 -0
- package/dist/react-native/operations/clientGroups.js.map +1 -0
- package/dist/react-native/operations/index.d.ts +8 -0
- package/dist/react-native/operations/index.d.ts.map +1 -0
- package/dist/react-native/operations/index.js +15 -0
- package/dist/react-native/operations/index.js.map +1 -0
- package/dist/react-native/operations/machineGroups.d.ts +71 -0
- package/dist/react-native/operations/machineGroups.d.ts.map +1 -0
- package/dist/react-native/operations/machineGroups.js +277 -0
- package/dist/react-native/operations/machineGroups.js.map +1 -0
- package/dist/react-native/operations/machines.d.ts +177 -0
- package/dist/react-native/operations/machines.d.ts.map +1 -0
- package/dist/react-native/operations/machines.js +689 -0
- package/dist/react-native/operations/machines.js.map +1 -0
- package/dist/react-native/operations/maps.d.ts +21 -0
- package/dist/react-native/operations/maps.d.ts.map +1 -0
- package/dist/react-native/operations/maps.js +57 -0
- package/dist/react-native/operations/maps.js.map +1 -0
- package/dist/react-native/operations/ports.d.ts +93 -0
- package/dist/react-native/operations/ports.d.ts.map +1 -0
- package/dist/react-native/operations/ports.js +359 -0
- package/dist/react-native/operations/ports.js.map +1 -0
- package/dist/react-native/operations/processes.d.ts +92 -0
- package/dist/react-native/operations/processes.d.ts.map +1 -0
- package/dist/react-native/operations/processes.js +354 -0
- package/dist/react-native/operations/processes.js.map +1 -0
- package/dist/react-native/operations/summaries.d.ts +20 -0
- package/dist/react-native/operations/summaries.d.ts.map +1 -0
- package/dist/react-native/operations/summaries.js +58 -0
- package/dist/react-native/operations/summaries.js.map +1 -0
- package/dist/react-native/operationsInterfaces/clientGroups.d.ts +30 -0
- package/dist/react-native/operationsInterfaces/clientGroups.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/clientGroups.js +9 -0
- package/dist/react-native/operationsInterfaces/clientGroups.js.map +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts +8 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/index.js +15 -0
- package/dist/react-native/operationsInterfaces/index.js.map +1 -0
- package/dist/react-native/operationsInterfaces/machineGroups.d.ts +46 -0
- package/dist/react-native/operationsInterfaces/machineGroups.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/machineGroups.js +9 -0
- package/dist/react-native/operationsInterfaces/machineGroups.js.map +1 -0
- package/dist/react-native/operationsInterfaces/machines.d.ts +68 -0
- package/dist/react-native/operationsInterfaces/machines.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/machines.js +9 -0
- package/dist/react-native/operationsInterfaces/machines.js.map +1 -0
- package/dist/react-native/operationsInterfaces/maps.d.ts +13 -0
- package/dist/react-native/operationsInterfaces/maps.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/maps.js +9 -0
- package/dist/react-native/operationsInterfaces/maps.js.map +1 -0
- package/dist/react-native/operationsInterfaces/ports.d.ts +43 -0
- package/dist/react-native/operationsInterfaces/ports.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/ports.js +9 -0
- package/dist/react-native/operationsInterfaces/ports.js.map +1 -0
- package/dist/react-native/operationsInterfaces/processes.d.ts +42 -0
- package/dist/react-native/operationsInterfaces/processes.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/processes.js +9 -0
- package/dist/react-native/operationsInterfaces/processes.js.map +1 -0
- package/dist/react-native/operationsInterfaces/summaries.d.ts +12 -0
- package/dist/react-native/operationsInterfaces/summaries.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/summaries.js +9 -0
- package/dist/react-native/operationsInterfaces/summaries.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/pagingHelper.d.ts +13 -0
- package/dist/react-native/pagingHelper.d.ts.map +1 -0
- package/dist/react-native/pagingHelper.js +30 -0
- package/dist/react-native/pagingHelper.js.map +1 -0
- package/dist/react-native/serviceMap.d.ts +26 -0
- package/dist/react-native/serviceMap.d.ts.map +1 -0
- package/dist/react-native/serviceMap.js +118 -0
- package/dist/react-native/serviceMap.js.map +1 -0
- package/package.json +104 -73
- package/review/{arm-servicemap.api.md → arm-servicemap-node.api.md} +105 -148
- package/LICENSE.txt +0 -21
- package/dist/index.js +0 -4469
- package/dist/index.js.map +0 -1
- package/dist/index.min.js +0 -1
- package/dist/index.min.js.map +0 -1
- package/dist-esm/samples-dev/smClientGroupsGet.d.ts +0 -2
- package/dist-esm/samples-dev/smClientGroupsGet.d.ts.map +0 -1
- package/dist-esm/samples-dev/smClientGroupsGet.js +0 -35
- package/dist-esm/samples-dev/smClientGroupsGet.js.map +0 -1
- package/dist-esm/samples-dev/smClientGroupsGetMembersCountGet.d.ts +0 -2
- package/dist-esm/samples-dev/smClientGroupsGetMembersCountGet.d.ts.map +0 -1
- package/dist-esm/samples-dev/smClientGroupsGetMembersCountGet.js +0 -35
- package/dist-esm/samples-dev/smClientGroupsGetMembersCountGet.js.map +0 -1
- package/dist-esm/samples-dev/smClientGroupsListMembersGet.d.ts +0 -2
- package/dist-esm/samples-dev/smClientGroupsListMembersGet.d.ts.map +0 -1
- package/dist-esm/samples-dev/smClientGroupsListMembersGet.js +0 -49
- package/dist-esm/samples-dev/smClientGroupsListMembersGet.js.map +0 -1
- package/dist-esm/samples-dev/smMachineGroupsCreatePost.d.ts +0 -2
- package/dist-esm/samples-dev/smMachineGroupsCreatePost.d.ts.map +0 -1
- package/dist-esm/samples-dev/smMachineGroupsCreatePost.js +0 -43
- package/dist-esm/samples-dev/smMachineGroupsCreatePost.js.map +0 -1
- package/dist-esm/samples-dev/smMachineGroupsDelete.d.ts +0 -2
- package/dist-esm/samples-dev/smMachineGroupsDelete.d.ts.map +0 -1
- package/dist-esm/samples-dev/smMachineGroupsDelete.js +0 -32
- package/dist-esm/samples-dev/smMachineGroupsDelete.js.map +0 -1
- package/dist-esm/samples-dev/smMachineGroupsGet.d.ts +0 -2
- package/dist-esm/samples-dev/smMachineGroupsGet.d.ts.map +0 -1
- package/dist-esm/samples-dev/smMachineGroupsGet.js +0 -32
- package/dist-esm/samples-dev/smMachineGroupsGet.js.map +0 -1
- package/dist-esm/samples-dev/smMachineGroupsListByWorkspaceGet.d.ts +0 -2
- package/dist-esm/samples-dev/smMachineGroupsListByWorkspaceGet.d.ts.map +0 -1
- package/dist-esm/samples-dev/smMachineGroupsListByWorkspaceGet.js +0 -48
- package/dist-esm/samples-dev/smMachineGroupsListByWorkspaceGet.js.map +0 -1
- package/dist-esm/samples-dev/smMachineGroupsUpdatePut.d.ts +0 -2
- package/dist-esm/samples-dev/smMachineGroupsUpdatePut.d.ts.map +0 -1
- package/dist-esm/samples-dev/smMachineGroupsUpdatePut.js +0 -44
- package/dist-esm/samples-dev/smMachineGroupsUpdatePut.js.map +0 -1
- package/dist-esm/samples-dev/smMachinesGet.d.ts +0 -2
- package/dist-esm/samples-dev/smMachinesGet.d.ts.map +0 -1
- package/dist-esm/samples-dev/smMachinesGet.js +0 -34
- package/dist-esm/samples-dev/smMachinesGet.js.map +0 -1
- package/dist-esm/samples-dev/smMachinesGetLivenessGet.d.ts +0 -2
- package/dist-esm/samples-dev/smMachinesGetLivenessGet.d.ts.map +0 -1
- package/dist-esm/samples-dev/smMachinesGetLivenessGet.js +0 -35
- package/dist-esm/samples-dev/smMachinesGetLivenessGet.js.map +0 -1
- package/dist-esm/samples-dev/smMachinesListByWorkspaceGet.d.ts +0 -2
- package/dist-esm/samples-dev/smMachinesListByWorkspaceGet.d.ts.map +0 -1
- package/dist-esm/samples-dev/smMachinesListByWorkspaceGet.js +0 -48
- package/dist-esm/samples-dev/smMachinesListByWorkspaceGet.js.map +0 -1
- package/dist-esm/samples-dev/smMachinesListConnectionsGet.d.ts +0 -2
- package/dist-esm/samples-dev/smMachinesListConnectionsGet.d.ts.map +0 -1
- package/dist-esm/samples-dev/smMachinesListConnectionsGet.js +0 -49
- package/dist-esm/samples-dev/smMachinesListConnectionsGet.js.map +0 -1
- package/dist-esm/samples-dev/smMachinesListMachineGroupMembershipGet.d.ts +0 -2
- package/dist-esm/samples-dev/smMachinesListMachineGroupMembershipGet.d.ts.map +0 -1
- package/dist-esm/samples-dev/smMachinesListMachineGroupMembershipGet.js +0 -49
- package/dist-esm/samples-dev/smMachinesListMachineGroupMembershipGet.js.map +0 -1
- package/dist-esm/samples-dev/smMachinesListPortsGet.d.ts +0 -2
- package/dist-esm/samples-dev/smMachinesListPortsGet.d.ts.map +0 -1
- package/dist-esm/samples-dev/smMachinesListPortsGet.js +0 -49
- package/dist-esm/samples-dev/smMachinesListPortsGet.js.map +0 -1
- package/dist-esm/samples-dev/smMachinesListProcessesGet.d.ts +0 -2
- package/dist-esm/samples-dev/smMachinesListProcessesGet.d.ts.map +0 -1
- package/dist-esm/samples-dev/smMachinesListProcessesGet.js +0 -49
- package/dist-esm/samples-dev/smMachinesListProcessesGet.js.map +0 -1
- package/dist-esm/samples-dev/smMachinesPortsGet.d.ts +0 -2
- package/dist-esm/samples-dev/smMachinesPortsGet.d.ts.map +0 -1
- package/dist-esm/samples-dev/smMachinesPortsGet.js +0 -36
- package/dist-esm/samples-dev/smMachinesPortsGet.js.map +0 -1
- package/dist-esm/samples-dev/smMachinesPortsGetLivenessGet.d.ts +0 -2
- package/dist-esm/samples-dev/smMachinesPortsGetLivenessGet.d.ts.map +0 -1
- package/dist-esm/samples-dev/smMachinesPortsGetLivenessGet.js +0 -36
- package/dist-esm/samples-dev/smMachinesPortsGetLivenessGet.js.map +0 -1
- package/dist-esm/samples-dev/smMachinesPortsListAcceptingProcessesGet.d.ts +0 -2
- package/dist-esm/samples-dev/smMachinesPortsListAcceptingProcessesGet.d.ts.map +0 -1
- package/dist-esm/samples-dev/smMachinesPortsListAcceptingProcessesGet.js +0 -50
- package/dist-esm/samples-dev/smMachinesPortsListAcceptingProcessesGet.js.map +0 -1
- package/dist-esm/samples-dev/smMachinesPortsListConnectionsGet.d.ts +0 -2
- package/dist-esm/samples-dev/smMachinesPortsListConnectionsGet.d.ts.map +0 -1
- package/dist-esm/samples-dev/smMachinesPortsListConnectionsGet.js +0 -50
- package/dist-esm/samples-dev/smMachinesPortsListConnectionsGet.js.map +0 -1
- package/dist-esm/samples-dev/smMachinesProcessesGet.d.ts +0 -2
- package/dist-esm/samples-dev/smMachinesProcessesGet.d.ts.map +0 -1
- package/dist-esm/samples-dev/smMachinesProcessesGet.js +0 -35
- package/dist-esm/samples-dev/smMachinesProcessesGet.js.map +0 -1
- package/dist-esm/samples-dev/smMachinesProcessesGetLivenessGet.d.ts +0 -2
- package/dist-esm/samples-dev/smMachinesProcessesGetLivenessGet.d.ts.map +0 -1
- package/dist-esm/samples-dev/smMachinesProcessesGetLivenessGet.js +0 -36
- package/dist-esm/samples-dev/smMachinesProcessesGetLivenessGet.js.map +0 -1
- package/dist-esm/samples-dev/smMachinesProcessesListAcceptingPortsGet.d.ts +0 -2
- package/dist-esm/samples-dev/smMachinesProcessesListAcceptingPortsGet.d.ts.map +0 -1
- package/dist-esm/samples-dev/smMachinesProcessesListAcceptingPortsGet.js +0 -50
- package/dist-esm/samples-dev/smMachinesProcessesListAcceptingPortsGet.js.map +0 -1
- package/dist-esm/samples-dev/smMachinesProcessesListConnectionsGet.d.ts +0 -2
- package/dist-esm/samples-dev/smMachinesProcessesListConnectionsGet.d.ts.map +0 -1
- package/dist-esm/samples-dev/smMachinesProcessesListConnectionsGet.js +0 -50
- package/dist-esm/samples-dev/smMachinesProcessesListConnectionsGet.js.map +0 -1
- package/dist-esm/samples-dev/smMapsGenerateMachineGroupDependencyPost.d.ts +0 -2
- package/dist-esm/samples-dev/smMapsGenerateMachineGroupDependencyPost.d.ts.map +0 -1
- package/dist-esm/samples-dev/smMapsGenerateMachineGroupDependencyPost.js +0 -38
- package/dist-esm/samples-dev/smMapsGenerateMachineGroupDependencyPost.js.map +0 -1
- package/dist-esm/samples-dev/smMapsGenerateMachineListDependencyPost.d.ts +0 -2
- package/dist-esm/samples-dev/smMapsGenerateMachineListDependencyPost.d.ts.map +0 -1
- package/dist-esm/samples-dev/smMapsGenerateMachineListDependencyPost.js +0 -41
- package/dist-esm/samples-dev/smMapsGenerateMachineListDependencyPost.js.map +0 -1
- package/dist-esm/samples-dev/smMapsGenerateSingleMachineDependencyPost.d.ts +0 -2
- package/dist-esm/samples-dev/smMapsGenerateSingleMachineDependencyPost.d.ts.map +0 -1
- package/dist-esm/samples-dev/smMapsGenerateSingleMachineDependencyPost.js +0 -37
- package/dist-esm/samples-dev/smMapsGenerateSingleMachineDependencyPost.js.map +0 -1
- package/dist-esm/samples-dev/smSummariesGetMachinesGet.d.ts +0 -2
- package/dist-esm/samples-dev/smSummariesGetMachinesGet.d.ts.map +0 -1
- package/dist-esm/samples-dev/smSummariesGetMachinesGet.js +0 -34
- package/dist-esm/samples-dev/smSummariesGetMachinesGet.js.map +0 -1
- package/dist-esm/src/index.d.ts +0 -5
- package/dist-esm/src/index.d.ts.map +0 -1
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/models/index.d.ts.map +0 -1
- package/dist-esm/src/models/index.js.map +0 -1
- package/dist-esm/src/models/mappers.js.map +0 -1
- package/dist-esm/src/models/parameters.js.map +0 -1
- package/dist-esm/src/operations/clientGroups.d.ts.map +0 -1
- package/dist-esm/src/operations/clientGroups.js.map +0 -1
- package/dist-esm/src/operations/index.d.ts +0 -8
- package/dist-esm/src/operations/index.d.ts.map +0 -1
- package/dist-esm/src/operations/index.js +0 -15
- package/dist-esm/src/operations/index.js.map +0 -1
- package/dist-esm/src/operations/machineGroups.d.ts.map +0 -1
- package/dist-esm/src/operations/machineGroups.js.map +0 -1
- package/dist-esm/src/operations/machines.d.ts.map +0 -1
- package/dist-esm/src/operations/machines.js.map +0 -1
- package/dist-esm/src/operations/maps.d.ts.map +0 -1
- package/dist-esm/src/operations/maps.js.map +0 -1
- package/dist-esm/src/operations/ports.d.ts.map +0 -1
- package/dist-esm/src/operations/ports.js.map +0 -1
- package/dist-esm/src/operations/processes.d.ts.map +0 -1
- package/dist-esm/src/operations/processes.js.map +0 -1
- package/dist-esm/src/operations/summaries.d.ts.map +0 -1
- package/dist-esm/src/operations/summaries.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/clientGroups.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/clientGroups.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -8
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.js +0 -15
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/machineGroups.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/machineGroups.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/machines.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/machines.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/maps.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/maps.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/ports.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/ports.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/processes.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/processes.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/summaries.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/summaries.js.map +0 -1
- package/dist-esm/src/serviceMap.d.ts.map +0 -1
- package/dist-esm/src/serviceMap.js +0 -57
- package/dist-esm/src/serviceMap.js.map +0 -1
- package/dist-esm/test/sampleTest.d.ts +0 -2
- package/dist-esm/test/sampleTest.d.ts.map +0 -1
- package/dist-esm/test/sampleTest.js +0 -40
- package/dist-esm/test/sampleTest.js.map +0 -1
- package/rollup.config.js +0 -188
- package/src/models/index.ts +0 -1362
- package/src/models/mappers.ts +0 -2184
- package/src/models/parameters.ts +0 -260
- package/src/operations/clientGroups.ts +0 -310
- package/src/operations/index.ts +0 -15
- package/src/operations/machineGroups.ts +0 -385
- package/src/operations/machines.ts +0 -1030
- package/src/operations/maps.ts +0 -77
- package/src/operations/ports.ts +0 -538
- package/src/operations/processes.ts +0 -533
- package/src/operations/summaries.ts +0 -76
- package/src/operationsInterfaces/clientGroups.ts +0 -61
- package/src/operationsInterfaces/index.ts +0 -15
- package/src/operationsInterfaces/machineGroups.ts +0 -90
- package/src/operationsInterfaces/machines.ts +0 -126
- package/src/operationsInterfaces/maps.ts +0 -30
- package/src/operationsInterfaces/ports.ts +0 -85
- package/src/operationsInterfaces/processes.ts +0 -84
- package/src/operationsInterfaces/summaries.ts +0 -27
- package/src/serviceMap.ts +0 -103
- package/tsconfig.json +0 -20
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/clientGroups.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/machineGroups.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/machines.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/maps.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/ports.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/processes.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/summaries.js +0 -0
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import * as coreClient from "@azure/core-client";
|
|
2
|
-
export
|
|
3
|
-
export
|
|
4
|
-
export
|
|
5
|
-
export
|
|
6
|
-
export
|
|
7
|
-
export
|
|
8
|
-
export
|
|
2
|
+
export type HostingConfigurationUnion = HostingConfiguration | AzureHostingConfiguration;
|
|
3
|
+
export type ResourceReferenceUnion = ResourceReference | MachineReference | PortReference | MachineReferenceWithHints | ProcessReference | ClientGroupReference;
|
|
4
|
+
export type ProcessHostingConfigurationUnion = ProcessHostingConfiguration | AzureProcessHostingConfiguration;
|
|
5
|
+
export type MapRequestUnion = MapRequest | SingleMachineDependencyMapRequest | MultipleMachinesMapRequestUnion;
|
|
6
|
+
export type CoreResourceUnion = CoreResource | Machine | Process | Port | MachineGroup | ClientGroup;
|
|
7
|
+
export type RelationshipUnion = Relationship | Connection | Acceptor;
|
|
8
|
+
export type MultipleMachinesMapRequestUnion = MultipleMachinesMapRequest | MachineListMapRequest | MachineGroupMapRequest;
|
|
9
9
|
/** Collection of Machine resources. */
|
|
10
10
|
export interface MachineCollection {
|
|
11
11
|
/** Collection of Machine resources. */
|
|
@@ -370,7 +370,7 @@ export interface AzureServiceFabricClusterConfiguration {
|
|
|
370
370
|
clusterId?: string;
|
|
371
371
|
}
|
|
372
372
|
/** Provides information about how a machine is hosted in Azure */
|
|
373
|
-
export
|
|
373
|
+
export interface AzureHostingConfiguration extends HostingConfiguration {
|
|
374
374
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
375
375
|
kind: "provider:azure";
|
|
376
376
|
/** Virtual Machine ID (unique identifier). */
|
|
@@ -399,37 +399,38 @@ export declare type AzureHostingConfiguration = HostingConfiguration & {
|
|
|
399
399
|
vmScaleSet?: AzureVmScaleSetConfiguration;
|
|
400
400
|
/** Contains information about machines that belong an Azure Service Fabric Cluster */
|
|
401
401
|
serviceFabricCluster?: AzureServiceFabricClusterConfiguration;
|
|
402
|
-
}
|
|
402
|
+
}
|
|
403
403
|
/** Marker resource for the core Service Map resources */
|
|
404
|
-
export
|
|
404
|
+
export interface CoreResource extends Resource {
|
|
405
405
|
/** Resource ETAG. */
|
|
406
406
|
etag?: string;
|
|
407
407
|
/** Additional resource type qualifier. */
|
|
408
408
|
kind: CoreResourceKind;
|
|
409
|
-
}
|
|
409
|
+
}
|
|
410
410
|
/** A typed relationship between two entities. */
|
|
411
|
-
export
|
|
411
|
+
export interface Relationship extends Resource {
|
|
412
412
|
/** Additional resource type qualifier. */
|
|
413
413
|
kind: RelationshipKind;
|
|
414
|
-
}
|
|
414
|
+
}
|
|
415
415
|
/** Represents a member of a client group */
|
|
416
|
-
export
|
|
416
|
+
export interface ClientGroupMember extends Resource {
|
|
417
417
|
/** IP address. */
|
|
418
418
|
ipAddress?: string;
|
|
419
419
|
/** Port into which this client connected */
|
|
420
420
|
port?: PortReference;
|
|
421
421
|
/** Processes accepting on the above port that received connections from this client. */
|
|
422
422
|
processes?: ProcessReference[];
|
|
423
|
-
}
|
|
423
|
+
}
|
|
424
424
|
/** Base for all resource summaries. */
|
|
425
|
-
export
|
|
425
|
+
export interface Summary extends Resource {
|
|
426
|
+
}
|
|
426
427
|
/** Reference to a machine. */
|
|
427
|
-
export
|
|
428
|
+
export interface MachineReference extends ResourceReference {
|
|
428
429
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
429
430
|
kind: "ref:machine";
|
|
430
|
-
}
|
|
431
|
+
}
|
|
431
432
|
/** Reference to a port. */
|
|
432
|
-
export
|
|
433
|
+
export interface PortReference extends ResourceReference {
|
|
433
434
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
434
435
|
kind: "ref:port";
|
|
435
436
|
/**
|
|
@@ -444,9 +445,9 @@ export declare type PortReference = ResourceReference & {
|
|
|
444
445
|
readonly ipAddress?: string;
|
|
445
446
|
/** Port number. */
|
|
446
447
|
portNumber?: number;
|
|
447
|
-
}
|
|
448
|
+
}
|
|
448
449
|
/** A machine reference with a hint of the machine's name and operating system. */
|
|
449
|
-
export
|
|
450
|
+
export interface MachineReferenceWithHints extends ResourceReference {
|
|
450
451
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
451
452
|
kind: "ref:machinewithhints";
|
|
452
453
|
/**
|
|
@@ -459,9 +460,9 @@ export declare type MachineReferenceWithHints = ResourceReference & {
|
|
|
459
460
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
460
461
|
*/
|
|
461
462
|
readonly osFamilyHint?: OperatingSystemFamily;
|
|
462
|
-
}
|
|
463
|
+
}
|
|
463
464
|
/** Reference to a process. */
|
|
464
|
-
export
|
|
465
|
+
export interface ProcessReference extends ResourceReference {
|
|
465
466
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
466
467
|
kind: "ref:process";
|
|
467
468
|
/**
|
|
@@ -469,51 +470,53 @@ export declare type ProcessReference = ResourceReference & {
|
|
|
469
470
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
470
471
|
*/
|
|
471
472
|
readonly machine?: MachineReference;
|
|
472
|
-
}
|
|
473
|
+
}
|
|
473
474
|
/** Reference to a client group. */
|
|
474
|
-
export
|
|
475
|
+
export interface ClientGroupReference extends ResourceReference {
|
|
475
476
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
476
477
|
kind: "ref:clientgroup";
|
|
477
|
-
}
|
|
478
|
+
}
|
|
478
479
|
/** Properties for a connection resource. */
|
|
479
|
-
export
|
|
480
|
+
export interface ConnectionProperties extends RelationshipProperties {
|
|
480
481
|
/** Reference to the server port via which this connection has been established. */
|
|
481
482
|
serverPort?: PortReference;
|
|
482
483
|
/** Specifies whether there are only successful, failed or a mixture of both connections represented by this resource. */
|
|
483
484
|
failureState?: ConnectionFailureState;
|
|
484
|
-
}
|
|
485
|
+
}
|
|
485
486
|
/** Describes the hosting configuration of a process when hosted on azure */
|
|
486
|
-
export
|
|
487
|
+
export interface AzureProcessHostingConfiguration extends ProcessHostingConfiguration {
|
|
487
488
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
488
489
|
kind: "provider:azure";
|
|
489
490
|
/** Contains information about the cloud service the process belongs to */
|
|
490
491
|
cloudService?: AzureCloudServiceConfiguration;
|
|
491
|
-
}
|
|
492
|
+
}
|
|
492
493
|
/** Specifies the computation of a single server dependency map. A single server dependency map includes all direct dependencies of a given machine. */
|
|
493
|
-
export
|
|
494
|
+
export interface SingleMachineDependencyMapRequest extends MapRequest {
|
|
494
495
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
495
496
|
kind: "map:single-machine-dependency";
|
|
496
497
|
/** URI of machine resource for which to generate the map. */
|
|
497
498
|
machineId: string;
|
|
498
|
-
}
|
|
499
|
+
}
|
|
499
500
|
/** Provides a base class for describing map requests for a collection of machines */
|
|
500
|
-
export
|
|
501
|
+
export interface MultipleMachinesMapRequest extends MapRequest {
|
|
501
502
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
502
503
|
kind: "MultipleMachinesMapRequest" | "map:machine-list-dependency" | "map:machine-group-dependency";
|
|
503
504
|
/** If true, only processes between specified machines will be included. Any connections in or out of those processes will be included. */
|
|
504
505
|
filterProcesses?: boolean;
|
|
505
|
-
}
|
|
506
|
+
}
|
|
506
507
|
/** Summarizes machines in the workspace. */
|
|
507
|
-
export
|
|
508
|
+
export interface MachinesSummaryProperties extends SummaryProperties {
|
|
508
509
|
/** Total number of machines. */
|
|
509
510
|
total: number;
|
|
510
511
|
/** Number of live machines. */
|
|
511
512
|
live: number;
|
|
512
513
|
/** Machine counts by operating system. */
|
|
513
514
|
os: MachineCountsByOperatingSystem;
|
|
514
|
-
}
|
|
515
|
+
}
|
|
515
516
|
/** 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
|
|
517
|
+
export interface Machine extends CoreResource {
|
|
518
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
519
|
+
kind: "machine";
|
|
517
520
|
/** UTC date and time when this resource was updated in the system. */
|
|
518
521
|
timestamp?: Date;
|
|
519
522
|
/** Specifies whether the machine is actively monitored or discovered. */
|
|
@@ -544,9 +547,11 @@ export declare type Machine = CoreResource & {
|
|
|
544
547
|
hypervisor?: HypervisorConfiguration;
|
|
545
548
|
/** Hosting-related configuration. Present if hosting information is discovered for the VM. */
|
|
546
549
|
hosting?: HostingConfigurationUnion;
|
|
547
|
-
}
|
|
550
|
+
}
|
|
548
551
|
/** 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
|
|
552
|
+
export interface Process extends CoreResource {
|
|
553
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
554
|
+
kind: "process";
|
|
550
555
|
/** UTC date and time when this process resource was updated in the system */
|
|
551
556
|
timestamp?: Date;
|
|
552
557
|
/** Specifies whether the process is actively monitored or discovered. */
|
|
@@ -573,9 +578,11 @@ export declare type Process = CoreResource & {
|
|
|
573
578
|
acceptorOf?: ResourceReferenceUnion;
|
|
574
579
|
/** Information about the hosting environment */
|
|
575
580
|
hosting?: ProcessHostingConfigurationUnion;
|
|
576
|
-
}
|
|
581
|
+
}
|
|
577
582
|
/** 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
|
|
583
|
+
export interface Port extends CoreResource {
|
|
584
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
585
|
+
kind: "port";
|
|
579
586
|
/** Specifies whether the port is actively monitored or discovered. */
|
|
580
587
|
monitoringState?: MonitoringState;
|
|
581
588
|
/** Machine hosting this port. */
|
|
@@ -586,9 +593,11 @@ export declare type Port = CoreResource & {
|
|
|
586
593
|
ipAddress?: string;
|
|
587
594
|
/** Port number. */
|
|
588
595
|
portNumber?: number;
|
|
589
|
-
}
|
|
596
|
+
}
|
|
590
597
|
/** A user-defined logical grouping of machines. */
|
|
591
|
-
export
|
|
598
|
+
export interface MachineGroup extends CoreResource {
|
|
599
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
600
|
+
kind: "machineGroup";
|
|
592
601
|
/** Type of the machine group */
|
|
593
602
|
groupType?: MachineGroupType;
|
|
594
603
|
/** User defined name for the group */
|
|
@@ -597,14 +606,18 @@ export declare type MachineGroup = CoreResource & {
|
|
|
597
606
|
count?: number;
|
|
598
607
|
/** 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
608
|
machines?: MachineReferenceWithHints[];
|
|
600
|
-
}
|
|
609
|
+
}
|
|
601
610
|
/** Represents a collection of clients of a resource. A client group can represent the clients of a port, process, or a machine. */
|
|
602
|
-
export
|
|
611
|
+
export interface ClientGroup extends CoreResource {
|
|
612
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
613
|
+
kind: "clientGroup";
|
|
603
614
|
/** Reference to the resource whose clients are represented by this group. */
|
|
604
615
|
clientsOf?: ResourceReferenceUnion;
|
|
605
|
-
}
|
|
616
|
+
}
|
|
606
617
|
/** A network connection. */
|
|
607
|
-
export
|
|
618
|
+
export interface Connection extends Relationship {
|
|
619
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
620
|
+
kind: "rel:connection";
|
|
608
621
|
/** Source resource of the relationship. */
|
|
609
622
|
source?: ResourceReferenceUnion;
|
|
610
623
|
/** Destination resource of the relationship. */
|
|
@@ -617,9 +630,11 @@ export declare type Connection = Relationship & {
|
|
|
617
630
|
serverPort?: PortReference;
|
|
618
631
|
/** Specifies whether there are only successful, failed or a mixture of both connections represented by this resource. */
|
|
619
632
|
failureState?: ConnectionFailureState;
|
|
620
|
-
}
|
|
633
|
+
}
|
|
621
634
|
/** A process accepting on a port. */
|
|
622
|
-
export
|
|
635
|
+
export interface Acceptor extends Relationship {
|
|
636
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
637
|
+
kind: "rel:acceptor";
|
|
623
638
|
/** Port being accepted. */
|
|
624
639
|
source?: PortReference;
|
|
625
640
|
/** Accepting process. */
|
|
@@ -628,9 +643,9 @@ export declare type Acceptor = Relationship & {
|
|
|
628
643
|
startTime?: Date;
|
|
629
644
|
/** Relationship end time. */
|
|
630
645
|
endTime?: Date;
|
|
631
|
-
}
|
|
646
|
+
}
|
|
632
647
|
/** A summary of the machines in the workspace. */
|
|
633
|
-
export
|
|
648
|
+
export interface MachinesSummary extends Summary {
|
|
634
649
|
/** Summary interval start time. */
|
|
635
650
|
startTime?: Date;
|
|
636
651
|
/** Summary interval end time. */
|
|
@@ -641,27 +656,32 @@ export declare type MachinesSummary = Summary & {
|
|
|
641
656
|
live?: number;
|
|
642
657
|
/** Machine counts by operating system. */
|
|
643
658
|
os?: MachineCountsByOperatingSystem;
|
|
644
|
-
}
|
|
659
|
+
}
|
|
645
660
|
/** 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
|
|
661
|
+
export interface MachineListMapRequest extends MultipleMachinesMapRequest {
|
|
647
662
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
648
663
|
kind: "map:machine-list-dependency";
|
|
649
664
|
/** a list of URIs of machine resources for which to generate the map. */
|
|
650
665
|
machineIds: string[];
|
|
651
|
-
}
|
|
666
|
+
}
|
|
652
667
|
/** 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
|
|
668
|
+
export interface MachineGroupMapRequest extends MultipleMachinesMapRequest {
|
|
654
669
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
655
670
|
kind: "map:machine-group-dependency";
|
|
656
671
|
/** URI of machine group resource for which to generate the map. */
|
|
657
672
|
machineGroupId: string;
|
|
658
|
-
}
|
|
673
|
+
}
|
|
659
674
|
/** Known values of {@link CoreResourceKind} that the service accepts. */
|
|
660
675
|
export declare enum KnownCoreResourceKind {
|
|
676
|
+
/** Machine */
|
|
661
677
|
Machine = "machine",
|
|
678
|
+
/** Process */
|
|
662
679
|
Process = "process",
|
|
680
|
+
/** Port */
|
|
663
681
|
Port = "port",
|
|
682
|
+
/** ClientGroup */
|
|
664
683
|
ClientGroup = "clientGroup",
|
|
684
|
+
/** MachineGroup */
|
|
665
685
|
MachineGroup = "machineGroup"
|
|
666
686
|
}
|
|
667
687
|
/**
|
|
@@ -675,14 +695,20 @@ export declare enum KnownCoreResourceKind {
|
|
|
675
695
|
* **clientGroup** \
|
|
676
696
|
* **machineGroup**
|
|
677
697
|
*/
|
|
678
|
-
export
|
|
698
|
+
export type CoreResourceKind = string;
|
|
679
699
|
/** Known values of {@link ResourceReferenceKind} that the service accepts. */
|
|
680
700
|
export declare enum KnownResourceReferenceKind {
|
|
701
|
+
/** RefMachine */
|
|
681
702
|
RefMachine = "ref:machine",
|
|
703
|
+
/** RefMachinewithhints */
|
|
682
704
|
RefMachinewithhints = "ref:machinewithhints",
|
|
705
|
+
/** RefProcess */
|
|
683
706
|
RefProcess = "ref:process",
|
|
707
|
+
/** RefPort */
|
|
684
708
|
RefPort = "ref:port",
|
|
709
|
+
/** RefOnmachine */
|
|
685
710
|
RefOnmachine = "ref:onmachine",
|
|
711
|
+
/** RefClientgroup */
|
|
686
712
|
RefClientgroup = "ref:clientgroup"
|
|
687
713
|
}
|
|
688
714
|
/**
|
|
@@ -697,10 +723,12 @@ export declare enum KnownResourceReferenceKind {
|
|
|
697
723
|
* **ref:onmachine** \
|
|
698
724
|
* **ref:clientgroup**
|
|
699
725
|
*/
|
|
700
|
-
export
|
|
726
|
+
export type ResourceReferenceKind = string;
|
|
701
727
|
/** Known values of {@link RelationshipKind} that the service accepts. */
|
|
702
728
|
export declare enum KnownRelationshipKind {
|
|
729
|
+
/** RelConnection */
|
|
703
730
|
RelConnection = "rel:connection",
|
|
731
|
+
/** RelAcceptor */
|
|
704
732
|
RelAcceptor = "rel:acceptor"
|
|
705
733
|
}
|
|
706
734
|
/**
|
|
@@ -711,13 +739,18 @@ export declare enum KnownRelationshipKind {
|
|
|
711
739
|
* **rel:connection** \
|
|
712
740
|
* **rel:acceptor**
|
|
713
741
|
*/
|
|
714
|
-
export
|
|
742
|
+
export type RelationshipKind = string;
|
|
715
743
|
/** Known values of {@link ProcessRole} that the service accepts. */
|
|
716
744
|
export declare enum KnownProcessRole {
|
|
745
|
+
/** WebServer */
|
|
717
746
|
WebServer = "webServer",
|
|
747
|
+
/** AppServer */
|
|
718
748
|
AppServer = "appServer",
|
|
749
|
+
/** DatabaseServer */
|
|
719
750
|
DatabaseServer = "databaseServer",
|
|
751
|
+
/** LdapServer */
|
|
720
752
|
LdapServer = "ldapServer",
|
|
753
|
+
/** SmbServer */
|
|
721
754
|
SmbServer = "smbServer"
|
|
722
755
|
}
|
|
723
756
|
/**
|
|
@@ -731,13 +764,18 @@ export declare enum KnownProcessRole {
|
|
|
731
764
|
* **ldapServer** \
|
|
732
765
|
* **smbServer**
|
|
733
766
|
*/
|
|
734
|
-
export
|
|
767
|
+
export type ProcessRole = string;
|
|
735
768
|
/** Known values of {@link MachineGroupType} that the service accepts. */
|
|
736
769
|
export declare enum KnownMachineGroupType {
|
|
770
|
+
/** Unknown */
|
|
737
771
|
Unknown = "unknown",
|
|
772
|
+
/** AzureCs */
|
|
738
773
|
AzureCs = "azure-cs",
|
|
774
|
+
/** AzureSf */
|
|
739
775
|
AzureSf = "azure-sf",
|
|
776
|
+
/** AzureVmss */
|
|
740
777
|
AzureVmss = "azure-vmss",
|
|
778
|
+
/** UserStatic */
|
|
741
779
|
UserStatic = "user-static"
|
|
742
780
|
}
|
|
743
781
|
/**
|
|
@@ -751,11 +789,14 @@ export declare enum KnownMachineGroupType {
|
|
|
751
789
|
* **azure-vmss** \
|
|
752
790
|
* **user-static**
|
|
753
791
|
*/
|
|
754
|
-
export
|
|
792
|
+
export type MachineGroupType = string;
|
|
755
793
|
/** Known values of {@link MapRequestKind} that the service accepts. */
|
|
756
794
|
export declare enum KnownMapRequestKind {
|
|
795
|
+
/** MapSingleMachineDependency */
|
|
757
796
|
MapSingleMachineDependency = "map:single-machine-dependency",
|
|
797
|
+
/** MapMachineGroupDependency */
|
|
758
798
|
MapMachineGroupDependency = "map:machine-group-dependency",
|
|
799
|
+
/** MapMachineListDependency */
|
|
759
800
|
MapMachineListDependency = "map:machine-list-dependency"
|
|
760
801
|
}
|
|
761
802
|
/**
|
|
@@ -767,27 +808,27 @@ export declare enum KnownMapRequestKind {
|
|
|
767
808
|
* **map:machine-group-dependency** \
|
|
768
809
|
* **map:machine-list-dependency**
|
|
769
810
|
*/
|
|
770
|
-
export
|
|
811
|
+
export type MapRequestKind = string;
|
|
771
812
|
/** Defines values for MonitoringState. */
|
|
772
|
-
export
|
|
813
|
+
export type MonitoringState = "monitored" | "discovered";
|
|
773
814
|
/** Defines values for VirtualizationState. */
|
|
774
|
-
export
|
|
815
|
+
export type VirtualizationState = "unknown" | "physical" | "virtual" | "hypervisor";
|
|
775
816
|
/** Defines values for MachineRebootStatus. */
|
|
776
|
-
export
|
|
817
|
+
export type MachineRebootStatus = "unknown" | "rebooted" | "notRebooted";
|
|
777
818
|
/** Defines values for Accuracy. */
|
|
778
|
-
export
|
|
819
|
+
export type Accuracy = "actual" | "estimated";
|
|
779
820
|
/** Defines values for OperatingSystemFamily. */
|
|
780
|
-
export
|
|
821
|
+
export type OperatingSystemFamily = "unknown" | "windows" | "linux" | "solaris" | "aix";
|
|
781
822
|
/** Defines values for Bitness. */
|
|
782
|
-
export
|
|
823
|
+
export type Bitness = "32bit" | "64bit";
|
|
783
824
|
/** Defines values for VirtualMachineType. */
|
|
784
|
-
export
|
|
825
|
+
export type VirtualMachineType = "unknown" | "hyperv" | "ldom" | "lpar" | "vmware" | "virtualPc" | "xen";
|
|
785
826
|
/** Defines values for HypervisorType. */
|
|
786
|
-
export
|
|
827
|
+
export type HypervisorType = "unknown" | "hyperv";
|
|
787
828
|
/** Defines values for ConnectionFailureState. */
|
|
788
|
-
export
|
|
829
|
+
export type ConnectionFailureState = "ok" | "failed" | "mixed";
|
|
789
830
|
/** Defines values for AzureCloudServiceRoleType. */
|
|
790
|
-
export
|
|
831
|
+
export type AzureCloudServiceRoleType = "unknown" | "worker" | "web";
|
|
791
832
|
/** Optional parameters. */
|
|
792
833
|
export interface MachinesListByWorkspaceOptionalParams extends coreClient.OperationOptions {
|
|
793
834
|
/** 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. */
|
|
@@ -802,14 +843,14 @@ export interface MachinesListByWorkspaceOptionalParams extends coreClient.Operat
|
|
|
802
843
|
top?: number;
|
|
803
844
|
}
|
|
804
845
|
/** Contains response data for the listByWorkspace operation. */
|
|
805
|
-
export
|
|
846
|
+
export type MachinesListByWorkspaceResponse = MachineCollection;
|
|
806
847
|
/** Optional parameters. */
|
|
807
848
|
export interface MachinesGetOptionalParams extends coreClient.OperationOptions {
|
|
808
849
|
/** 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
850
|
timestamp?: Date;
|
|
810
851
|
}
|
|
811
852
|
/** Contains response data for the get operation. */
|
|
812
|
-
export
|
|
853
|
+
export type MachinesGetResponse = Machine;
|
|
813
854
|
/** Optional parameters. */
|
|
814
855
|
export interface MachinesGetLivenessOptionalParams extends coreClient.OperationOptions {
|
|
815
856
|
/** UTC date and time specifying the start time of an interval. When not specified the service uses DateTime.UtcNow - 10m */
|
|
@@ -818,7 +859,7 @@ export interface MachinesGetLivenessOptionalParams extends coreClient.OperationO
|
|
|
818
859
|
endTime?: Date;
|
|
819
860
|
}
|
|
820
861
|
/** Contains response data for the getLiveness operation. */
|
|
821
|
-
export
|
|
862
|
+
export type MachinesGetLivenessResponse = Liveness;
|
|
822
863
|
/** Optional parameters. */
|
|
823
864
|
export interface MachinesListConnectionsOptionalParams extends coreClient.OperationOptions {
|
|
824
865
|
/** UTC date and time specifying the start time of an interval. When not specified the service uses DateTime.UtcNow - 10m */
|
|
@@ -827,7 +868,7 @@ export interface MachinesListConnectionsOptionalParams extends coreClient.Operat
|
|
|
827
868
|
endTime?: Date;
|
|
828
869
|
}
|
|
829
870
|
/** Contains response data for the listConnections operation. */
|
|
830
|
-
export
|
|
871
|
+
export type MachinesListConnectionsResponse = ConnectionCollection;
|
|
831
872
|
/** Optional parameters. */
|
|
832
873
|
export interface MachinesListProcessesOptionalParams extends coreClient.OperationOptions {
|
|
833
874
|
/** 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. */
|
|
@@ -840,7 +881,7 @@ export interface MachinesListProcessesOptionalParams extends coreClient.Operatio
|
|
|
840
881
|
timestamp?: Date;
|
|
841
882
|
}
|
|
842
883
|
/** Contains response data for the listProcesses operation. */
|
|
843
|
-
export
|
|
884
|
+
export type MachinesListProcessesResponse = ProcessCollection;
|
|
844
885
|
/** Optional parameters. */
|
|
845
886
|
export interface MachinesListPortsOptionalParams extends coreClient.OperationOptions {
|
|
846
887
|
/** UTC date and time specifying the start time of an interval. When not specified the service uses DateTime.UtcNow - 10m */
|
|
@@ -849,7 +890,7 @@ export interface MachinesListPortsOptionalParams extends coreClient.OperationOpt
|
|
|
849
890
|
endTime?: Date;
|
|
850
891
|
}
|
|
851
892
|
/** Contains response data for the listPorts operation. */
|
|
852
|
-
export
|
|
893
|
+
export type MachinesListPortsResponse = PortCollection;
|
|
853
894
|
/** Optional parameters. */
|
|
854
895
|
export interface MachinesListMachineGroupMembershipOptionalParams extends coreClient.OperationOptions {
|
|
855
896
|
/** UTC date and time specifying the start time of an interval. When not specified the service uses DateTime.UtcNow - 10m */
|
|
@@ -858,69 +899,39 @@ export interface MachinesListMachineGroupMembershipOptionalParams extends coreCl
|
|
|
858
899
|
endTime?: Date;
|
|
859
900
|
}
|
|
860
901
|
/** Contains response data for the listMachineGroupMembership operation. */
|
|
861
|
-
export
|
|
902
|
+
export type MachinesListMachineGroupMembershipResponse = MachineGroupCollection;
|
|
862
903
|
/** Optional parameters. */
|
|
863
904
|
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
905
|
}
|
|
875
906
|
/** Contains response data for the listByWorkspaceNext operation. */
|
|
876
|
-
export
|
|
907
|
+
export type MachinesListByWorkspaceNextResponse = MachineCollection;
|
|
877
908
|
/** Optional parameters. */
|
|
878
909
|
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
910
|
}
|
|
884
911
|
/** Contains response data for the listConnectionsNext operation. */
|
|
885
|
-
export
|
|
912
|
+
export type MachinesListConnectionsNextResponse = ConnectionCollection;
|
|
886
913
|
/** Optional parameters. */
|
|
887
914
|
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
915
|
}
|
|
897
916
|
/** Contains response data for the listProcessesNext operation. */
|
|
898
|
-
export
|
|
917
|
+
export type MachinesListProcessesNextResponse = ProcessCollection;
|
|
899
918
|
/** Optional parameters. */
|
|
900
919
|
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
920
|
}
|
|
906
921
|
/** Contains response data for the listPortsNext operation. */
|
|
907
|
-
export
|
|
922
|
+
export type MachinesListPortsNextResponse = PortCollection;
|
|
908
923
|
/** Optional parameters. */
|
|
909
924
|
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
925
|
}
|
|
915
926
|
/** Contains response data for the listMachineGroupMembershipNext operation. */
|
|
916
|
-
export
|
|
927
|
+
export type MachinesListMachineGroupMembershipNextResponse = MachineGroupCollection;
|
|
917
928
|
/** Optional parameters. */
|
|
918
929
|
export interface ProcessesGetOptionalParams extends coreClient.OperationOptions {
|
|
919
930
|
/** UTC date and time specifying a time instance relative to which to evaluate a resource. When not specified, the service uses DateTime.UtcNow. */
|
|
920
931
|
timestamp?: Date;
|
|
921
932
|
}
|
|
922
933
|
/** Contains response data for the get operation. */
|
|
923
|
-
export
|
|
934
|
+
export type ProcessesGetResponse = Process;
|
|
924
935
|
/** Optional parameters. */
|
|
925
936
|
export interface ProcessesGetLivenessOptionalParams extends coreClient.OperationOptions {
|
|
926
937
|
/** UTC date and time specifying the start time of an interval. When not specified the service uses DateTime.UtcNow - 10m */
|
|
@@ -929,7 +940,7 @@ export interface ProcessesGetLivenessOptionalParams extends coreClient.Operation
|
|
|
929
940
|
endTime?: Date;
|
|
930
941
|
}
|
|
931
942
|
/** Contains response data for the getLiveness operation. */
|
|
932
|
-
export
|
|
943
|
+
export type ProcessesGetLivenessResponse = Liveness;
|
|
933
944
|
/** Optional parameters. */
|
|
934
945
|
export interface ProcessesListAcceptingPortsOptionalParams extends coreClient.OperationOptions {
|
|
935
946
|
/** UTC date and time specifying the start time of an interval. When not specified the service uses DateTime.UtcNow - 10m */
|
|
@@ -938,7 +949,7 @@ export interface ProcessesListAcceptingPortsOptionalParams extends coreClient.Op
|
|
|
938
949
|
endTime?: Date;
|
|
939
950
|
}
|
|
940
951
|
/** Contains response data for the listAcceptingPorts operation. */
|
|
941
|
-
export
|
|
952
|
+
export type ProcessesListAcceptingPortsResponse = PortCollection;
|
|
942
953
|
/** Optional parameters. */
|
|
943
954
|
export interface ProcessesListConnectionsOptionalParams extends coreClient.OperationOptions {
|
|
944
955
|
/** UTC date and time specifying the start time of an interval. When not specified the service uses DateTime.UtcNow - 10m */
|
|
@@ -947,25 +958,17 @@ export interface ProcessesListConnectionsOptionalParams extends coreClient.Opera
|
|
|
947
958
|
endTime?: Date;
|
|
948
959
|
}
|
|
949
960
|
/** Contains response data for the listConnections operation. */
|
|
950
|
-
export
|
|
961
|
+
export type ProcessesListConnectionsResponse = ConnectionCollection;
|
|
951
962
|
/** Optional parameters. */
|
|
952
963
|
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
964
|
}
|
|
958
965
|
/** Contains response data for the listAcceptingPortsNext operation. */
|
|
959
|
-
export
|
|
966
|
+
export type ProcessesListAcceptingPortsNextResponse = PortCollection;
|
|
960
967
|
/** Optional parameters. */
|
|
961
968
|
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
969
|
}
|
|
967
970
|
/** Contains response data for the listConnectionsNext operation. */
|
|
968
|
-
export
|
|
971
|
+
export type ProcessesListConnectionsNextResponse = ConnectionCollection;
|
|
969
972
|
/** Optional parameters. */
|
|
970
973
|
export interface PortsGetOptionalParams extends coreClient.OperationOptions {
|
|
971
974
|
/** UTC date and time specifying the start time of an interval. When not specified the service uses DateTime.UtcNow - 10m */
|
|
@@ -974,7 +977,7 @@ export interface PortsGetOptionalParams extends coreClient.OperationOptions {
|
|
|
974
977
|
endTime?: Date;
|
|
975
978
|
}
|
|
976
979
|
/** Contains response data for the get operation. */
|
|
977
|
-
export
|
|
980
|
+
export type PortsGetResponse = Port;
|
|
978
981
|
/** Optional parameters. */
|
|
979
982
|
export interface PortsGetLivenessOptionalParams extends coreClient.OperationOptions {
|
|
980
983
|
/** UTC date and time specifying the start time of an interval. When not specified the service uses DateTime.UtcNow - 10m */
|
|
@@ -983,7 +986,7 @@ export interface PortsGetLivenessOptionalParams extends coreClient.OperationOpti
|
|
|
983
986
|
endTime?: Date;
|
|
984
987
|
}
|
|
985
988
|
/** Contains response data for the getLiveness operation. */
|
|
986
|
-
export
|
|
989
|
+
export type PortsGetLivenessResponse = Liveness;
|
|
987
990
|
/** Optional parameters. */
|
|
988
991
|
export interface PortsListAcceptingProcessesOptionalParams extends coreClient.OperationOptions {
|
|
989
992
|
/** UTC date and time specifying the start time of an interval. When not specified the service uses DateTime.UtcNow - 10m */
|
|
@@ -992,7 +995,7 @@ export interface PortsListAcceptingProcessesOptionalParams extends coreClient.Op
|
|
|
992
995
|
endTime?: Date;
|
|
993
996
|
}
|
|
994
997
|
/** Contains response data for the listAcceptingProcesses operation. */
|
|
995
|
-
export
|
|
998
|
+
export type PortsListAcceptingProcessesResponse = ProcessCollection;
|
|
996
999
|
/** Optional parameters. */
|
|
997
1000
|
export interface PortsListConnectionsOptionalParams extends coreClient.OperationOptions {
|
|
998
1001
|
/** UTC date and time specifying the start time of an interval. When not specified the service uses DateTime.UtcNow - 10m */
|
|
@@ -1001,25 +1004,17 @@ export interface PortsListConnectionsOptionalParams extends coreClient.Operation
|
|
|
1001
1004
|
endTime?: Date;
|
|
1002
1005
|
}
|
|
1003
1006
|
/** Contains response data for the listConnections operation. */
|
|
1004
|
-
export
|
|
1007
|
+
export type PortsListConnectionsResponse = ConnectionCollection;
|
|
1005
1008
|
/** Optional parameters. */
|
|
1006
1009
|
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
1010
|
}
|
|
1012
1011
|
/** Contains response data for the listAcceptingProcessesNext operation. */
|
|
1013
|
-
export
|
|
1012
|
+
export type PortsListAcceptingProcessesNextResponse = ProcessCollection;
|
|
1014
1013
|
/** Optional parameters. */
|
|
1015
1014
|
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
1015
|
}
|
|
1021
1016
|
/** Contains response data for the listConnectionsNext operation. */
|
|
1022
|
-
export
|
|
1017
|
+
export type PortsListConnectionsNextResponse = ConnectionCollection;
|
|
1023
1018
|
/** Optional parameters. */
|
|
1024
1019
|
export interface ClientGroupsGetOptionalParams extends coreClient.OperationOptions {
|
|
1025
1020
|
/** UTC date and time specifying the start time of an interval. When not specified the service uses DateTime.UtcNow - 10m */
|
|
@@ -1028,7 +1023,7 @@ export interface ClientGroupsGetOptionalParams extends coreClient.OperationOptio
|
|
|
1028
1023
|
endTime?: Date;
|
|
1029
1024
|
}
|
|
1030
1025
|
/** Contains response data for the get operation. */
|
|
1031
|
-
export
|
|
1026
|
+
export type ClientGroupsGetResponse = ClientGroup;
|
|
1032
1027
|
/** Optional parameters. */
|
|
1033
1028
|
export interface ClientGroupsGetMembersCountOptionalParams extends coreClient.OperationOptions {
|
|
1034
1029
|
/** UTC date and time specifying the start time of an interval. When not specified the service uses DateTime.UtcNow - 10m */
|
|
@@ -1037,7 +1032,7 @@ export interface ClientGroupsGetMembersCountOptionalParams extends coreClient.Op
|
|
|
1037
1032
|
endTime?: Date;
|
|
1038
1033
|
}
|
|
1039
1034
|
/** Contains response data for the getMembersCount operation. */
|
|
1040
|
-
export
|
|
1035
|
+
export type ClientGroupsGetMembersCountResponse = ClientGroupMembersCount;
|
|
1041
1036
|
/** Optional parameters. */
|
|
1042
1037
|
export interface ClientGroupsListMembersOptionalParams extends coreClient.OperationOptions {
|
|
1043
1038
|
/** UTC date and time specifying the start time of an interval. When not specified the service uses DateTime.UtcNow - 10m */
|
|
@@ -1048,23 +1043,17 @@ export interface ClientGroupsListMembersOptionalParams extends coreClient.Operat
|
|
|
1048
1043
|
top?: number;
|
|
1049
1044
|
}
|
|
1050
1045
|
/** Contains response data for the listMembers operation. */
|
|
1051
|
-
export
|
|
1046
|
+
export type ClientGroupsListMembersResponse = ClientGroupMembersCollection;
|
|
1052
1047
|
/** Optional parameters. */
|
|
1053
1048
|
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
1049
|
}
|
|
1061
1050
|
/** Contains response data for the listMembersNext operation. */
|
|
1062
|
-
export
|
|
1051
|
+
export type ClientGroupsListMembersNextResponse = ClientGroupMembersCollection;
|
|
1063
1052
|
/** Optional parameters. */
|
|
1064
1053
|
export interface MapsGenerateOptionalParams extends coreClient.OperationOptions {
|
|
1065
1054
|
}
|
|
1066
1055
|
/** Contains response data for the generate operation. */
|
|
1067
|
-
export
|
|
1056
|
+
export type MapsGenerateResponse = MapResponse;
|
|
1068
1057
|
/** Optional parameters. */
|
|
1069
1058
|
export interface SummariesGetMachinesOptionalParams extends coreClient.OperationOptions {
|
|
1070
1059
|
/** UTC date and time specifying the start time of an interval. When not specified the service uses DateTime.UtcNow - 10m */
|
|
@@ -1073,7 +1062,7 @@ export interface SummariesGetMachinesOptionalParams extends coreClient.Operation
|
|
|
1073
1062
|
endTime?: Date;
|
|
1074
1063
|
}
|
|
1075
1064
|
/** Contains response data for the getMachines operation. */
|
|
1076
|
-
export
|
|
1065
|
+
export type SummariesGetMachinesResponse = MachinesSummary;
|
|
1077
1066
|
/** Optional parameters. */
|
|
1078
1067
|
export interface MachineGroupsListByWorkspaceOptionalParams extends coreClient.OperationOptions {
|
|
1079
1068
|
/** UTC date and time specifying the start time of an interval. When not specified the service uses DateTime.UtcNow - 10m */
|
|
@@ -1082,12 +1071,12 @@ export interface MachineGroupsListByWorkspaceOptionalParams extends coreClient.O
|
|
|
1082
1071
|
endTime?: Date;
|
|
1083
1072
|
}
|
|
1084
1073
|
/** Contains response data for the listByWorkspace operation. */
|
|
1085
|
-
export
|
|
1074
|
+
export type MachineGroupsListByWorkspaceResponse = MachineGroupCollection;
|
|
1086
1075
|
/** Optional parameters. */
|
|
1087
1076
|
export interface MachineGroupsCreateOptionalParams extends coreClient.OperationOptions {
|
|
1088
1077
|
}
|
|
1089
1078
|
/** Contains response data for the create operation. */
|
|
1090
|
-
export
|
|
1079
|
+
export type MachineGroupsCreateResponse = MachineGroup;
|
|
1091
1080
|
/** Optional parameters. */
|
|
1092
1081
|
export interface MachineGroupsGetOptionalParams extends coreClient.OperationOptions {
|
|
1093
1082
|
/** UTC date and time specifying the start time of an interval. When not specified the service uses DateTime.UtcNow - 10m */
|
|
@@ -1096,24 +1085,20 @@ export interface MachineGroupsGetOptionalParams extends coreClient.OperationOpti
|
|
|
1096
1085
|
endTime?: Date;
|
|
1097
1086
|
}
|
|
1098
1087
|
/** Contains response data for the get operation. */
|
|
1099
|
-
export
|
|
1088
|
+
export type MachineGroupsGetResponse = MachineGroup;
|
|
1100
1089
|
/** Optional parameters. */
|
|
1101
1090
|
export interface MachineGroupsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1102
1091
|
}
|
|
1103
1092
|
/** Contains response data for the update operation. */
|
|
1104
|
-
export
|
|
1093
|
+
export type MachineGroupsUpdateResponse = MachineGroup;
|
|
1105
1094
|
/** Optional parameters. */
|
|
1106
1095
|
export interface MachineGroupsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1107
1096
|
}
|
|
1108
1097
|
/** Optional parameters. */
|
|
1109
1098
|
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
1099
|
}
|
|
1115
1100
|
/** Contains response data for the listByWorkspaceNext operation. */
|
|
1116
|
-
export
|
|
1101
|
+
export type MachineGroupsListByWorkspaceNextResponse = MachineGroupCollection;
|
|
1117
1102
|
/** Optional parameters. */
|
|
1118
1103
|
export interface ServiceMapOptionalParams extends coreClient.ServiceClientOptions {
|
|
1119
1104
|
/** server parameter */
|