@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
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Copyright (c) Microsoft Corporation.
|
|
4
|
+
* Licensed under the MIT License.
|
|
5
|
+
*
|
|
6
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
8
|
+
*/
|
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
+
exports.KnownMapRequestKind = exports.KnownMachineGroupType = exports.KnownProcessRole = exports.KnownRelationshipKind = exports.KnownResourceReferenceKind = exports.KnownCoreResourceKind = void 0;
|
|
11
|
+
/** Known values of {@link CoreResourceKind} that the service accepts. */
|
|
12
|
+
var KnownCoreResourceKind;
|
|
13
|
+
(function (KnownCoreResourceKind) {
|
|
14
|
+
/** Machine */
|
|
15
|
+
KnownCoreResourceKind["Machine"] = "machine";
|
|
16
|
+
/** Process */
|
|
17
|
+
KnownCoreResourceKind["Process"] = "process";
|
|
18
|
+
/** Port */
|
|
19
|
+
KnownCoreResourceKind["Port"] = "port";
|
|
20
|
+
/** ClientGroup */
|
|
21
|
+
KnownCoreResourceKind["ClientGroup"] = "clientGroup";
|
|
22
|
+
/** MachineGroup */
|
|
23
|
+
KnownCoreResourceKind["MachineGroup"] = "machineGroup";
|
|
24
|
+
})(KnownCoreResourceKind || (exports.KnownCoreResourceKind = KnownCoreResourceKind = {}));
|
|
25
|
+
/** Known values of {@link ResourceReferenceKind} that the service accepts. */
|
|
26
|
+
var KnownResourceReferenceKind;
|
|
27
|
+
(function (KnownResourceReferenceKind) {
|
|
28
|
+
/** RefMachine */
|
|
29
|
+
KnownResourceReferenceKind["RefMachine"] = "ref:machine";
|
|
30
|
+
/** RefMachinewithhints */
|
|
31
|
+
KnownResourceReferenceKind["RefMachinewithhints"] = "ref:machinewithhints";
|
|
32
|
+
/** RefProcess */
|
|
33
|
+
KnownResourceReferenceKind["RefProcess"] = "ref:process";
|
|
34
|
+
/** RefPort */
|
|
35
|
+
KnownResourceReferenceKind["RefPort"] = "ref:port";
|
|
36
|
+
/** RefOnmachine */
|
|
37
|
+
KnownResourceReferenceKind["RefOnmachine"] = "ref:onmachine";
|
|
38
|
+
/** RefClientgroup */
|
|
39
|
+
KnownResourceReferenceKind["RefClientgroup"] = "ref:clientgroup";
|
|
40
|
+
})(KnownResourceReferenceKind || (exports.KnownResourceReferenceKind = KnownResourceReferenceKind = {}));
|
|
41
|
+
/** Known values of {@link RelationshipKind} that the service accepts. */
|
|
42
|
+
var KnownRelationshipKind;
|
|
43
|
+
(function (KnownRelationshipKind) {
|
|
44
|
+
/** RelConnection */
|
|
45
|
+
KnownRelationshipKind["RelConnection"] = "rel:connection";
|
|
46
|
+
/** RelAcceptor */
|
|
47
|
+
KnownRelationshipKind["RelAcceptor"] = "rel:acceptor";
|
|
48
|
+
})(KnownRelationshipKind || (exports.KnownRelationshipKind = KnownRelationshipKind = {}));
|
|
49
|
+
/** Known values of {@link ProcessRole} that the service accepts. */
|
|
50
|
+
var KnownProcessRole;
|
|
51
|
+
(function (KnownProcessRole) {
|
|
52
|
+
/** WebServer */
|
|
53
|
+
KnownProcessRole["WebServer"] = "webServer";
|
|
54
|
+
/** AppServer */
|
|
55
|
+
KnownProcessRole["AppServer"] = "appServer";
|
|
56
|
+
/** DatabaseServer */
|
|
57
|
+
KnownProcessRole["DatabaseServer"] = "databaseServer";
|
|
58
|
+
/** LdapServer */
|
|
59
|
+
KnownProcessRole["LdapServer"] = "ldapServer";
|
|
60
|
+
/** SmbServer */
|
|
61
|
+
KnownProcessRole["SmbServer"] = "smbServer";
|
|
62
|
+
})(KnownProcessRole || (exports.KnownProcessRole = KnownProcessRole = {}));
|
|
63
|
+
/** Known values of {@link MachineGroupType} that the service accepts. */
|
|
64
|
+
var KnownMachineGroupType;
|
|
65
|
+
(function (KnownMachineGroupType) {
|
|
66
|
+
/** Unknown */
|
|
67
|
+
KnownMachineGroupType["Unknown"] = "unknown";
|
|
68
|
+
/** AzureCs */
|
|
69
|
+
KnownMachineGroupType["AzureCs"] = "azure-cs";
|
|
70
|
+
/** AzureSf */
|
|
71
|
+
KnownMachineGroupType["AzureSf"] = "azure-sf";
|
|
72
|
+
/** AzureVmss */
|
|
73
|
+
KnownMachineGroupType["AzureVmss"] = "azure-vmss";
|
|
74
|
+
/** UserStatic */
|
|
75
|
+
KnownMachineGroupType["UserStatic"] = "user-static";
|
|
76
|
+
})(KnownMachineGroupType || (exports.KnownMachineGroupType = KnownMachineGroupType = {}));
|
|
77
|
+
/** Known values of {@link MapRequestKind} that the service accepts. */
|
|
78
|
+
var KnownMapRequestKind;
|
|
79
|
+
(function (KnownMapRequestKind) {
|
|
80
|
+
/** MapSingleMachineDependency */
|
|
81
|
+
KnownMapRequestKind["MapSingleMachineDependency"] = "map:single-machine-dependency";
|
|
82
|
+
/** MapMachineGroupDependency */
|
|
83
|
+
KnownMapRequestKind["MapMachineGroupDependency"] = "map:machine-group-dependency";
|
|
84
|
+
/** MapMachineListDependency */
|
|
85
|
+
KnownMapRequestKind["MapMachineListDependency"] = "map:machine-list-dependency";
|
|
86
|
+
})(KnownMapRequestKind || (exports.KnownMapRequestKind = KnownMapRequestKind = {}));
|
|
87
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG;;;AAswBH,yEAAyE;AACzE,IAAY,qBAWX;AAXD,WAAY,qBAAqB;IAC/B,cAAc;IACd,4CAAmB,CAAA;IACnB,cAAc;IACd,4CAAmB,CAAA;IACnB,WAAW;IACX,sCAAa,CAAA;IACb,kBAAkB;IAClB,oDAA2B,CAAA;IAC3B,mBAAmB;IACnB,sDAA6B,CAAA;AAC/B,CAAC,EAXW,qBAAqB,qCAArB,qBAAqB,QAWhC;AAeD,8EAA8E;AAC9E,IAAY,0BAaX;AAbD,WAAY,0BAA0B;IACpC,iBAAiB;IACjB,wDAA0B,CAAA;IAC1B,0BAA0B;IAC1B,0EAA4C,CAAA;IAC5C,iBAAiB;IACjB,wDAA0B,CAAA;IAC1B,cAAc;IACd,kDAAoB,CAAA;IACpB,mBAAmB;IACnB,4DAA8B,CAAA;IAC9B,qBAAqB;IACrB,gEAAkC,CAAA;AACpC,CAAC,EAbW,0BAA0B,0CAA1B,0BAA0B,QAarC;AAgBD,yEAAyE;AACzE,IAAY,qBAKX;AALD,WAAY,qBAAqB;IAC/B,oBAAoB;IACpB,yDAAgC,CAAA;IAChC,kBAAkB;IAClB,qDAA4B,CAAA;AAC9B,CAAC,EALW,qBAAqB,qCAArB,qBAAqB,QAKhC;AAYD,oEAAoE;AACpE,IAAY,gBAWX;AAXD,WAAY,gBAAgB;IAC1B,gBAAgB;IAChB,2CAAuB,CAAA;IACvB,gBAAgB;IAChB,2CAAuB,CAAA;IACvB,qBAAqB;IACrB,qDAAiC,CAAA;IACjC,iBAAiB;IACjB,6CAAyB,CAAA;IACzB,gBAAgB;IAChB,2CAAuB,CAAA;AACzB,CAAC,EAXW,gBAAgB,gCAAhB,gBAAgB,QAW3B;AAeD,yEAAyE;AACzE,IAAY,qBAWX;AAXD,WAAY,qBAAqB;IAC/B,cAAc;IACd,4CAAmB,CAAA;IACnB,cAAc;IACd,6CAAoB,CAAA;IACpB,cAAc;IACd,6CAAoB,CAAA;IACpB,gBAAgB;IAChB,iDAAwB,CAAA;IACxB,iBAAiB;IACjB,mDAA0B,CAAA;AAC5B,CAAC,EAXW,qBAAqB,qCAArB,qBAAqB,QAWhC;AAeD,uEAAuE;AACvE,IAAY,mBAOX;AAPD,WAAY,mBAAmB;IAC7B,iCAAiC;IACjC,mFAA4D,CAAA;IAC5D,gCAAgC;IAChC,iFAA0D,CAAA;IAC1D,+BAA+B;IAC/B,+EAAwD,CAAA;AAC1D,CAAC,EAPW,mBAAmB,mCAAnB,mBAAmB,QAO9B","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\n\nexport type HostingConfigurationUnion =\n | HostingConfiguration\n | AzureHostingConfiguration;\nexport type ResourceReferenceUnion =\n | ResourceReference\n | MachineReference\n | PortReference\n | MachineReferenceWithHints\n | ProcessReference\n | ClientGroupReference;\nexport type ProcessHostingConfigurationUnion =\n | ProcessHostingConfiguration\n | AzureProcessHostingConfiguration;\nexport type MapRequestUnion =\n | MapRequest\n | SingleMachineDependencyMapRequest\n | MultipleMachinesMapRequestUnion;\nexport type CoreResourceUnion =\n | CoreResource\n | Machine\n | Process\n | Port\n | MachineGroup\n | ClientGroup;\nexport type RelationshipUnion = Relationship | Connection | Acceptor;\nexport type MultipleMachinesMapRequestUnion =\n | MultipleMachinesMapRequest\n | MachineListMapRequest\n | MachineGroupMapRequest;\n\n/** Collection of Machine resources. */\nexport interface MachineCollection {\n /** Collection of Machine resources. */\n value?: Machine[];\n /** The URL to the next set of resources. */\n nextLink?: string;\n}\n\n/** Describes a timezone. */\nexport interface Timezone {\n /** Timezone full name. */\n fullName?: string;\n}\n\n/** Describes the configuration of the Dependency Agent installed on a machine. */\nexport interface AgentConfiguration {\n /** Health Service Agent unique identifier. */\n agentId: string;\n /** Dependency Agent unique identifier. */\n dependencyAgentId?: string;\n /** Dependency Agent version number. */\n dependencyAgentVersion?: string;\n /** Dependency Agent revision number. */\n dependencyAgentRevision?: string;\n /** Specifies whether the machine has been rebooted since the Dependency Agent installation. */\n rebootStatus?: MachineRebootStatus;\n /** Machine clock granularity in milliseconds. */\n clockGranularity?: number;\n}\n\n/** Describes the resources of a machine. */\nexport interface MachineResourcesConfiguration {\n /** Physical memory in megabytes (MB). */\n physicalMemory?: number;\n /** Number of CPUs. */\n cpus?: number;\n /** CPU speed in megahertz (Mhz). */\n cpuSpeed?: number;\n /** Describes the accuracy of the cpuSpeed field. */\n cpuSpeedAccuracy?: Accuracy;\n}\n\n/** Describes the network configuration of a machine. */\nexport interface NetworkConfiguration {\n /** IPv4 interfaces. */\n ipv4Interfaces?: Ipv4NetworkInterface[];\n /** IPv6 interfaces. */\n ipv6Interfaces?: Ipv6NetworkInterface[];\n /** Default IPv4 gateways. */\n defaultIpv4Gateways?: string[];\n /** MAC addresses of all active network interfaces. */\n macAddresses?: string[];\n /** DNS names associated with the machine. */\n dnsNames?: string[];\n}\n\n/** Describes an IPv4 network interface. */\nexport interface Ipv4NetworkInterface {\n /** IPv4 address. */\n ipAddress: string;\n /** IPv4 subnet mask. */\n subnetMask?: string;\n}\n\n/** Describes an IPv6 network interface. */\nexport interface Ipv6NetworkInterface {\n /** IPv6 address. */\n ipAddress: string;\n}\n\n/** Describes the configuration of the operating system of a machine. */\nexport interface OperatingSystemConfiguration {\n /** Windows, Linux, etc. */\n family: OperatingSystemFamily;\n /** Operating system full name. */\n fullName: string;\n /** Operating system bitness (32-bit or 64-bit). */\n bitness: Bitness;\n}\n\n/** Describes the virtualization-related configuration of a machine. */\nexport interface VirtualMachineConfiguration {\n /** Specifies the virtualization technology used by the machine (hyperv, vmware, etc.) */\n virtualMachineType?: VirtualMachineType;\n /** The unique identifier of the virtual machine as reported by the underlying virtualization system. */\n nativeMachineId?: string;\n /** The Name of the virtual machine. */\n virtualMachineName?: string;\n /** The unique identifier of the host of this virtual machine as reported by the underlying virtualization system. */\n nativeHostMachineId?: string;\n}\n\n/** Describes the hypervisor configuration of a machine. */\nexport interface HypervisorConfiguration {\n /** Specifies the virtualization technology used by the hypervisor (hyperv, vmware, etc.) */\n hypervisorType?: HypervisorType;\n /** The unique identifier of the hypervisor machine as reported by the underlying virtualization system. */\n nativeHostMachineId?: string;\n}\n\n/** Describes the hosting configuration of a machine. */\nexport interface HostingConfiguration {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n kind: \"provider:azure\";\n /** The hosting provider of the VM. */\n provider?: \"azure\";\n}\n\n/** Resource model definition. */\nexport interface Resource {\n /**\n * Resource identifier.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * Resource type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * Resource name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n}\n\n/** An error response from the API. */\nexport interface ErrorResponse {\n /** Error information. */\n error: ErrorModel;\n}\n\n/** Error details. */\nexport interface ErrorModel {\n /** Error code identifying the specific error. */\n code: string;\n /** Error message in the caller's locale. */\n message?: string;\n}\n\n/** Specifies the contents of a check liveness response. */\nexport interface Liveness {\n /** Liveness interval start time. */\n startTime: Date;\n /** Liveness interval end time. */\n endTime: Date;\n /** `true` if the resource is live during [startTime, endTime], `false` otherwise */\n live: boolean;\n}\n\n/** Collection of Connection resources. */\nexport interface ConnectionCollection {\n /** Collection of Connection resources. */\n value?: Connection[];\n /** The URL to the next set of resources. */\n nextLink?: string;\n}\n\n/** Represents a reference to another resource. */\nexport interface ResourceReference {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n kind:\n | \"ref:machine\"\n | \"ref:port\"\n | \"ref:machinewithhints\"\n | \"ref:process\"\n | \"ref:clientgroup\";\n /** Resource URI. */\n id: string;\n /**\n * Resource type qualifier.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * Resource name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n}\n\n/** Relationship properties. */\nexport interface RelationshipProperties {\n /** Source resource of the relationship. */\n source: ResourceReferenceUnion;\n /** Destination resource of the relationship. */\n destination: ResourceReferenceUnion;\n /** Relationship start time. */\n startTime?: Date;\n /** Relationship end time. */\n endTime?: Date;\n}\n\n/** Collection of Process resources. */\nexport interface ProcessCollection {\n /** Collection of Process resources. */\n value?: Process[];\n /** The URL to the next set of resources. */\n nextLink?: string;\n}\n\n/** Describes process metadata. */\nexport interface ProcessDetails {\n /** A unique identifier for a process, generally resilient to process restart, computed by Service Map. */\n persistentKey?: string;\n /** Represents the identity of the process pool assigned to the process by Dependency Agent. */\n poolId?: number;\n /** The Operating System Process Identifier (PID) of the first process in this process pool. */\n firstPid?: number;\n /** Process description. */\n description?: string;\n /** Name of company that created the process executable. */\n companyName?: string;\n /** Internal process name. */\n internalName?: string;\n /** Product name. */\n productName?: string;\n /** Product version. */\n productVersion?: string;\n /** File version. */\n fileVersion?: string;\n /** Process command line. */\n commandLine?: string;\n /** Process executable path. */\n executablePath?: string;\n /** Process workingDirectory. */\n workingDirectory?: string;\n /** Collection of services hosted by this Process (Windows only). */\n services?: ProcessHostedService[];\n /** Process zone name (Linux only). */\n zoneName?: string;\n}\n\n/** A service hosted by a process. */\nexport interface ProcessHostedService {\n /** The name of the service. */\n name?: string;\n /** The service's display name. */\n displayName?: string;\n}\n\n/** Describes the user under which a process is running. */\nexport interface ProcessUser {\n /** User name under which the process is running. */\n userName?: string;\n /** Domain name for the user. */\n userDomain?: string;\n}\n\n/** Describes the hosting configuration of a process. */\nexport interface ProcessHostingConfiguration {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n kind: \"provider:azure\";\n /** The hosting provider of the VM. */\n provider?: \"azure\";\n}\n\n/** Collection of Port resources. */\nexport interface PortCollection {\n /** Collection of Port resources. */\n value?: Port[];\n /** The URL to the next set of resources. */\n nextLink?: string;\n}\n\n/** Collection of Machine Group resources. */\nexport interface MachineGroupCollection {\n /** Collection of Machine Group resources. */\n value?: MachineGroup[];\n /** The URL to the next set of resources. */\n nextLink?: string;\n}\n\n/** Specifies the number of members in a client group. */\nexport interface ClientGroupMembersCount {\n /** Membership interval start time. */\n startTime: Date;\n /** Membership interval start time. */\n endTime: Date;\n /** Client Group URI. */\n groupId: string;\n /** 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```. */\n count: number;\n /** Accuracy of the reported count. */\n accuracy: Accuracy;\n}\n\n/** Collection of ClientGroupMember resources. */\nexport interface ClientGroupMembersCollection {\n /** Collection of ClientGroupMember resources. */\n value?: ClientGroupMember[];\n /** The URL to the next set of resources. */\n nextLink?: string;\n}\n\n/** Specifies the contents of request to generate a map. */\nexport interface MapRequest {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n kind:\n | \"map:single-machine-dependency\"\n | \"MultipleMachinesMapRequest\"\n | \"map:machine-list-dependency\"\n | \"map:machine-group-dependency\";\n /** Map interval start time. */\n startTime?: Date;\n /** Map interval end time. */\n endTime?: Date;\n}\n\n/** Specified the contents of a map response. */\nexport interface MapResponse {\n /** Map interval start time. */\n startTime: Date;\n /** Map interval end time. */\n endTime: Date;\n /** The generated map. */\n map: Map;\n}\n\n/** A map of resources and relationships between them. */\nexport interface Map {\n /** The nodes (entities) of a map. */\n nodes: MapNodes;\n /** The edges (relationships) of a map. */\n edges: MapEdges;\n}\n\n/** The nodes (entities) of a map. */\nexport interface MapNodes {\n /** Machine resources. */\n machines?: Machine[];\n /** Process resources. */\n processes?: Process[];\n /** Port resources. */\n ports?: Port[];\n /** Client Group resources. */\n clientGroups?: ClientGroup[];\n}\n\n/** The edges (relationships) of a map. */\nexport interface MapEdges {\n /** Network connections. */\n connections?: Connection[];\n /** Processes accepting on a port. */\n acceptors?: Acceptor[];\n}\n\n/** Machines by operating system. */\nexport interface MachineCountsByOperatingSystem {\n /** Number of live Windows machines. */\n windows: number;\n /** Number of live Linux machines. */\n linux: number;\n}\n\n/** Base for all summaries. */\nexport interface SummaryProperties {\n /** Summary interval start time. */\n startTime: Date;\n /** Summary interval end time. */\n endTime: Date;\n}\n\n/** Describes the VM image of a machine. */\nexport interface ImageConfiguration {\n /** Publisher of the VM image. */\n publisher?: string;\n /** Offering of the VM image. */\n offering?: string;\n /** SKU of the VM image. */\n sku?: string;\n /** Version of the VM image. */\n version?: string;\n}\n\n/** Describes an Azure Cloud Service */\nexport interface AzureCloudServiceConfiguration {\n /** Cloud Service name */\n name?: string;\n /** Cloud Service instance identifier */\n instanceId?: string;\n /** Cloud Service deployment identifier */\n deployment?: string;\n /** Cloud Service role name */\n roleName?: string;\n /** Used to specify type of an Azure Cloud Service role */\n roleType?: AzureCloudServiceRoleType;\n}\n\n/** Describes an Azure Virtual Machine Scale Set */\nexport interface AzureVmScaleSetConfiguration {\n /** Virtual Machine Scale Set name */\n name?: string;\n /** Virtual Machine Scale Set instance identifier */\n instanceId?: string;\n /** Virtual Machine Scale Set deployment identifier */\n deployment?: string;\n /** Unique identifier of the resource. */\n resourceId?: string;\n}\n\n/** Describes an Azure Service Fabric Cluster */\nexport interface AzureServiceFabricClusterConfiguration {\n /** Service Fabric cluster name. */\n name?: string;\n /** Service Fabric cluster identifier. */\n clusterId?: string;\n}\n\n/** Provides information about how a machine is hosted in Azure */\nexport interface AzureHostingConfiguration extends HostingConfiguration {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n kind: \"provider:azure\";\n /** Virtual Machine ID (unique identifier). */\n vmId?: string;\n /** Geographical location of the VM. */\n location?: string;\n /** Machine name according to the hosting provider. */\n name?: string;\n /** Size of the VM. */\n size?: string;\n /** Update domain of the VM. */\n updateDomain?: string;\n /** Fault domain of the VM. */\n faultDomain?: string;\n /** Subscription ID. */\n subscriptionId?: string;\n /** Resource group name within the specified subscription. */\n resourceGroup?: string;\n /** Unique identifier of the resource. */\n resourceId?: string;\n /** Image of the machine. */\n image?: ImageConfiguration;\n /** Contains information about machines hosted as an Azure Cloud Service */\n cloudService?: AzureCloudServiceConfiguration;\n /** Contains information about machines hosted as an Azure Virtual Machine Scale Set */\n vmScaleSet?: AzureVmScaleSetConfiguration;\n /** Contains information about machines that belong an Azure Service Fabric Cluster */\n serviceFabricCluster?: AzureServiceFabricClusterConfiguration;\n}\n\n/** Marker resource for the core Service Map resources */\nexport interface CoreResource extends Resource {\n /** Resource ETAG. */\n etag?: string;\n /** Additional resource type qualifier. */\n kind: CoreResourceKind;\n}\n\n/** A typed relationship between two entities. */\nexport interface Relationship extends Resource {\n /** Additional resource type qualifier. */\n kind: RelationshipKind;\n}\n\n/** Represents a member of a client group */\nexport interface ClientGroupMember extends Resource {\n /** IP address. */\n ipAddress?: string;\n /** Port into which this client connected */\n port?: PortReference;\n /** Processes accepting on the above port that received connections from this client. */\n processes?: ProcessReference[];\n}\n\n/** Base for all resource summaries. */\nexport interface Summary extends Resource {}\n\n/** Reference to a machine. */\nexport interface MachineReference extends ResourceReference {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n kind: \"ref:machine\";\n}\n\n/** Reference to a port. */\nexport interface PortReference extends ResourceReference {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n kind: \"ref:port\";\n /**\n * Machine hosting the port.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly machine?: MachineReference;\n /**\n * IP address of the port.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly ipAddress?: string;\n /** Port number. */\n portNumber?: number;\n}\n\n/** A machine reference with a hint of the machine's name and operating system. */\nexport interface MachineReferenceWithHints extends ResourceReference {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n kind: \"ref:machinewithhints\";\n /**\n * Last known display name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly displayNameHint?: string;\n /**\n * Last known operating system family.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly osFamilyHint?: OperatingSystemFamily;\n}\n\n/** Reference to a process. */\nexport interface ProcessReference extends ResourceReference {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n kind: \"ref:process\";\n /**\n * Machine hosting the process.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly machine?: MachineReference;\n}\n\n/** Reference to a client group. */\nexport interface ClientGroupReference extends ResourceReference {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n kind: \"ref:clientgroup\";\n}\n\n/** Properties for a connection resource. */\nexport interface ConnectionProperties extends RelationshipProperties {\n /** Reference to the server port via which this connection has been established. */\n serverPort?: PortReference;\n /** Specifies whether there are only successful, failed or a mixture of both connections represented by this resource. */\n failureState?: ConnectionFailureState;\n}\n\n/** Describes the hosting configuration of a process when hosted on azure */\nexport interface AzureProcessHostingConfiguration\n extends ProcessHostingConfiguration {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n kind: \"provider:azure\";\n /** Contains information about the cloud service the process belongs to */\n cloudService?: AzureCloudServiceConfiguration;\n}\n\n/** Specifies the computation of a single server dependency map. A single server dependency map includes all direct dependencies of a given machine. */\nexport interface SingleMachineDependencyMapRequest extends MapRequest {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n kind: \"map:single-machine-dependency\";\n /** URI of machine resource for which to generate the map. */\n machineId: string;\n}\n\n/** Provides a base class for describing map requests for a collection of machines */\nexport interface MultipleMachinesMapRequest extends MapRequest {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n kind:\n | \"MultipleMachinesMapRequest\"\n | \"map:machine-list-dependency\"\n | \"map:machine-group-dependency\";\n /** If true, only processes between specified machines will be included. Any connections in or out of those processes will be included. */\n filterProcesses?: boolean;\n}\n\n/** Summarizes machines in the workspace. */\nexport interface MachinesSummaryProperties extends SummaryProperties {\n /** Total number of machines. */\n total: number;\n /** Number of live machines. */\n live: number;\n /** Machine counts by operating system. */\n os: MachineCountsByOperatingSystem;\n}\n\n/** 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. */\nexport interface Machine extends CoreResource {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n kind: \"machine\";\n /** UTC date and time when this resource was updated in the system. */\n timestamp?: Date;\n /** Specifies whether the machine is actively monitored or discovered. */\n monitoringState?: MonitoringState;\n /** Specifies whether the machine is virtualized. */\n virtualizationState?: VirtualizationState;\n /** Name to use for display purposes */\n displayName?: string;\n /** Name of the machine, e.g., server */\n computerName?: string;\n /** Fully-qualified name of the machine, e.g., server.company.com */\n fullyQualifiedDomainName?: string;\n /** UTC date and time when the machine last booted */\n bootTime?: Date;\n /** Timezone of the machine. */\n timezone?: Timezone;\n /** Dependency Agent configuration. */\n agent?: AgentConfiguration;\n /** Machine resources (memory, cpu, etc.). */\n resources?: MachineResourcesConfiguration;\n /** Network configuration (ips, gateways, dns, etc.) */\n networking?: NetworkConfiguration;\n /** Operating system information. */\n operatingSystem?: OperatingSystemConfiguration;\n /** Virtualization-related configuration. Present only when `virtualizationState` is `virtual`. */\n virtualMachine?: VirtualMachineConfiguration;\n /** Hypervisor-related configuration. Present only when 'virtualizationState' is `hypervisor`. */\n hypervisor?: HypervisorConfiguration;\n /** Hosting-related configuration. Present if hosting information is discovered for the VM. */\n hosting?: HostingConfigurationUnion;\n}\n\n/** 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 */\nexport interface Process extends CoreResource {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n kind: \"process\";\n /** UTC date and time when this process resource was updated in the system */\n timestamp?: Date;\n /** Specifies whether the process is actively monitored or discovered. */\n monitoringState?: MonitoringState;\n /** Machine hosting this process. */\n machine?: ResourceReferenceUnion;\n /** The name of the process executable */\n executableName?: string;\n /** Name to use for display purposes */\n displayName?: string;\n /** UTC date and time when the process started */\n startTime?: Date;\n /** The inferred role of this process based on its name, command line, etc. */\n role?: ProcessRole;\n /** The name of the product or suite of the process. The group is determined by its executable name, command line, etc. */\n group?: string;\n /** Process metadata (command line, product name, etc.). */\n details?: ProcessDetails;\n /** Information about the account under which the process is executing. */\n user?: ProcessUser;\n /** 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. */\n clientOf?: ResourceReferenceUnion;\n /** Present only for a discovered process acting as a server. References the port on which the discovered process is accepting. */\n acceptorOf?: ResourceReferenceUnion;\n /** Information about the hosting environment */\n hosting?: ProcessHostingConfigurationUnion;\n}\n\n/** 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. */\nexport interface Port extends CoreResource {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n kind: \"port\";\n /** Specifies whether the port is actively monitored or discovered. */\n monitoringState?: MonitoringState;\n /** Machine hosting this port. */\n machine?: ResourceReferenceUnion;\n /** Name to use for display purposes. */\n displayName?: string;\n /** IP address associated with the port. At present only IPv4 addresses are supported. */\n ipAddress?: string;\n /** Port number. */\n portNumber?: number;\n}\n\n/** A user-defined logical grouping of machines. */\nexport interface MachineGroup extends CoreResource {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n kind: \"machineGroup\";\n /** Type of the machine group */\n groupType?: MachineGroupType;\n /** User defined name for the group */\n displayName?: string;\n /** 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. */\n count?: number;\n /** 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. */\n machines?: MachineReferenceWithHints[];\n}\n\n/** Represents a collection of clients of a resource. A client group can represent the clients of a port, process, or a machine. */\nexport interface ClientGroup extends CoreResource {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n kind: \"clientGroup\";\n /** Reference to the resource whose clients are represented by this group. */\n clientsOf?: ResourceReferenceUnion;\n}\n\n/** A network connection. */\nexport interface Connection extends Relationship {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n kind: \"rel:connection\";\n /** Source resource of the relationship. */\n source?: ResourceReferenceUnion;\n /** Destination resource of the relationship. */\n destination?: ResourceReferenceUnion;\n /** Relationship start time. */\n startTime?: Date;\n /** Relationship end time. */\n endTime?: Date;\n /** Reference to the server port via which this connection has been established. */\n serverPort?: PortReference;\n /** Specifies whether there are only successful, failed or a mixture of both connections represented by this resource. */\n failureState?: ConnectionFailureState;\n}\n\n/** A process accepting on a port. */\nexport interface Acceptor extends Relationship {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n kind: \"rel:acceptor\";\n /** Port being accepted. */\n source?: PortReference;\n /** Accepting process. */\n destination?: ProcessReference;\n /** Relationship start time. */\n startTime?: Date;\n /** Relationship end time. */\n endTime?: Date;\n}\n\n/** A summary of the machines in the workspace. */\nexport interface MachinesSummary extends Summary {\n /** Summary interval start time. */\n startTime?: Date;\n /** Summary interval end time. */\n endTime?: Date;\n /** Total number of machines. */\n total?: number;\n /** Number of live machines. */\n live?: number;\n /** Machine counts by operating system. */\n os?: MachineCountsByOperatingSystem;\n}\n\n/** 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. */\nexport interface MachineListMapRequest extends MultipleMachinesMapRequest {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n kind: \"map:machine-list-dependency\";\n /** a list of URIs of machine resources for which to generate the map. */\n machineIds: string[];\n}\n\n/** Specifies the computation of a machine group dependency map. A machine group dependency map includes all direct dependencies the machines in the group. */\nexport interface MachineGroupMapRequest extends MultipleMachinesMapRequest {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n kind: \"map:machine-group-dependency\";\n /** URI of machine group resource for which to generate the map. */\n machineGroupId: string;\n}\n\n/** Known values of {@link CoreResourceKind} that the service accepts. */\nexport enum KnownCoreResourceKind {\n /** Machine */\n Machine = \"machine\",\n /** Process */\n Process = \"process\",\n /** Port */\n Port = \"port\",\n /** ClientGroup */\n ClientGroup = \"clientGroup\",\n /** MachineGroup */\n MachineGroup = \"machineGroup\"\n}\n\n/**\n * Defines values for CoreResourceKind. \\\n * {@link KnownCoreResourceKind} can be used interchangeably with CoreResourceKind,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **machine** \\\n * **process** \\\n * **port** \\\n * **clientGroup** \\\n * **machineGroup**\n */\nexport type CoreResourceKind = string;\n\n/** Known values of {@link ResourceReferenceKind} that the service accepts. */\nexport enum KnownResourceReferenceKind {\n /** RefMachine */\n RefMachine = \"ref:machine\",\n /** RefMachinewithhints */\n RefMachinewithhints = \"ref:machinewithhints\",\n /** RefProcess */\n RefProcess = \"ref:process\",\n /** RefPort */\n RefPort = \"ref:port\",\n /** RefOnmachine */\n RefOnmachine = \"ref:onmachine\",\n /** RefClientgroup */\n RefClientgroup = \"ref:clientgroup\"\n}\n\n/**\n * Defines values for ResourceReferenceKind. \\\n * {@link KnownResourceReferenceKind} can be used interchangeably with ResourceReferenceKind,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **ref:machine** \\\n * **ref:machinewithhints** \\\n * **ref:process** \\\n * **ref:port** \\\n * **ref:onmachine** \\\n * **ref:clientgroup**\n */\nexport type ResourceReferenceKind = string;\n\n/** Known values of {@link RelationshipKind} that the service accepts. */\nexport enum KnownRelationshipKind {\n /** RelConnection */\n RelConnection = \"rel:connection\",\n /** RelAcceptor */\n RelAcceptor = \"rel:acceptor\"\n}\n\n/**\n * Defines values for RelationshipKind. \\\n * {@link KnownRelationshipKind} can be used interchangeably with RelationshipKind,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **rel:connection** \\\n * **rel:acceptor**\n */\nexport type RelationshipKind = string;\n\n/** Known values of {@link ProcessRole} that the service accepts. */\nexport enum KnownProcessRole {\n /** WebServer */\n WebServer = \"webServer\",\n /** AppServer */\n AppServer = \"appServer\",\n /** DatabaseServer */\n DatabaseServer = \"databaseServer\",\n /** LdapServer */\n LdapServer = \"ldapServer\",\n /** SmbServer */\n SmbServer = \"smbServer\"\n}\n\n/**\n * Defines values for ProcessRole. \\\n * {@link KnownProcessRole} can be used interchangeably with ProcessRole,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **webServer** \\\n * **appServer** \\\n * **databaseServer** \\\n * **ldapServer** \\\n * **smbServer**\n */\nexport type ProcessRole = string;\n\n/** Known values of {@link MachineGroupType} that the service accepts. */\nexport enum KnownMachineGroupType {\n /** Unknown */\n Unknown = \"unknown\",\n /** AzureCs */\n AzureCs = \"azure-cs\",\n /** AzureSf */\n AzureSf = \"azure-sf\",\n /** AzureVmss */\n AzureVmss = \"azure-vmss\",\n /** UserStatic */\n UserStatic = \"user-static\"\n}\n\n/**\n * Defines values for MachineGroupType. \\\n * {@link KnownMachineGroupType} can be used interchangeably with MachineGroupType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **unknown** \\\n * **azure-cs** \\\n * **azure-sf** \\\n * **azure-vmss** \\\n * **user-static**\n */\nexport type MachineGroupType = string;\n\n/** Known values of {@link MapRequestKind} that the service accepts. */\nexport enum KnownMapRequestKind {\n /** MapSingleMachineDependency */\n MapSingleMachineDependency = \"map:single-machine-dependency\",\n /** MapMachineGroupDependency */\n MapMachineGroupDependency = \"map:machine-group-dependency\",\n /** MapMachineListDependency */\n MapMachineListDependency = \"map:machine-list-dependency\"\n}\n\n/**\n * Defines values for MapRequestKind. \\\n * {@link KnownMapRequestKind} can be used interchangeably with MapRequestKind,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **map:single-machine-dependency** \\\n * **map:machine-group-dependency** \\\n * **map:machine-list-dependency**\n */\nexport type MapRequestKind = string;\n/** Defines values for MonitoringState. */\nexport type MonitoringState = \"monitored\" | \"discovered\";\n/** Defines values for VirtualizationState. */\nexport type VirtualizationState =\n | \"unknown\"\n | \"physical\"\n | \"virtual\"\n | \"hypervisor\";\n/** Defines values for MachineRebootStatus. */\nexport type MachineRebootStatus = \"unknown\" | \"rebooted\" | \"notRebooted\";\n/** Defines values for Accuracy. */\nexport type Accuracy = \"actual\" | \"estimated\";\n/** Defines values for OperatingSystemFamily. */\nexport type OperatingSystemFamily =\n | \"unknown\"\n | \"windows\"\n | \"linux\"\n | \"solaris\"\n | \"aix\";\n/** Defines values for Bitness. */\nexport type Bitness = \"32bit\" | \"64bit\";\n/** Defines values for VirtualMachineType. */\nexport type VirtualMachineType =\n | \"unknown\"\n | \"hyperv\"\n | \"ldom\"\n | \"lpar\"\n | \"vmware\"\n | \"virtualPc\"\n | \"xen\";\n/** Defines values for HypervisorType. */\nexport type HypervisorType = \"unknown\" | \"hyperv\";\n/** Defines values for ConnectionFailureState. */\nexport type ConnectionFailureState = \"ok\" | \"failed\" | \"mixed\";\n/** Defines values for AzureCloudServiceRoleType. */\nexport type AzureCloudServiceRoleType = \"unknown\" | \"worker\" | \"web\";\n\n/** Optional parameters. */\nexport interface MachinesListByWorkspaceOptionalParams\n extends coreClient.OperationOptions {\n /** 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. */\n live?: boolean;\n /** UTC date and time specifying the start time of an interval. When not specified the service uses DateTime.UtcNow - 10m */\n startTime?: Date;\n /** UTC date and time specifying the end time of an interval. When not specified the service uses DateTime.UtcNow */\n endTime?: Date;\n /** 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. */\n timestamp?: Date;\n /** Page size to use. When not specified, the default page size is 100 records. */\n top?: number;\n}\n\n/** Contains response data for the listByWorkspace operation. */\nexport type MachinesListByWorkspaceResponse = MachineCollection;\n\n/** Optional parameters. */\nexport interface MachinesGetOptionalParams extends coreClient.OperationOptions {\n /** UTC date and time specifying a time instance relative to which to evaluate the machine resource. When not specified, the service uses DateTime.UtcNow. */\n timestamp?: Date;\n}\n\n/** Contains response data for the get operation. */\nexport type MachinesGetResponse = Machine;\n\n/** Optional parameters. */\nexport interface MachinesGetLivenessOptionalParams\n extends coreClient.OperationOptions {\n /** UTC date and time specifying the start time of an interval. When not specified the service uses DateTime.UtcNow - 10m */\n startTime?: Date;\n /** UTC date and time specifying the end time of an interval. When not specified the service uses DateTime.UtcNow */\n endTime?: Date;\n}\n\n/** Contains response data for the getLiveness operation. */\nexport type MachinesGetLivenessResponse = Liveness;\n\n/** Optional parameters. */\nexport interface MachinesListConnectionsOptionalParams\n extends coreClient.OperationOptions {\n /** UTC date and time specifying the start time of an interval. When not specified the service uses DateTime.UtcNow - 10m */\n startTime?: Date;\n /** UTC date and time specifying the end time of an interval. When not specified the service uses DateTime.UtcNow */\n endTime?: Date;\n}\n\n/** Contains response data for the listConnections operation. */\nexport type MachinesListConnectionsResponse = ConnectionCollection;\n\n/** Optional parameters. */\nexport interface MachinesListProcessesOptionalParams\n extends coreClient.OperationOptions {\n /** 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. */\n live?: boolean;\n /** UTC date and time specifying the start time of an interval. When not specified the service uses DateTime.UtcNow - 10m */\n startTime?: Date;\n /** UTC date and time specifying the end time of an interval. When not specified the service uses DateTime.UtcNow */\n endTime?: Date;\n /** 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. */\n timestamp?: Date;\n}\n\n/** Contains response data for the listProcesses operation. */\nexport type MachinesListProcessesResponse = ProcessCollection;\n\n/** Optional parameters. */\nexport interface MachinesListPortsOptionalParams\n extends coreClient.OperationOptions {\n /** UTC date and time specifying the start time of an interval. When not specified the service uses DateTime.UtcNow - 10m */\n startTime?: Date;\n /** UTC date and time specifying the end time of an interval. When not specified the service uses DateTime.UtcNow */\n endTime?: Date;\n}\n\n/** Contains response data for the listPorts operation. */\nexport type MachinesListPortsResponse = PortCollection;\n\n/** Optional parameters. */\nexport interface MachinesListMachineGroupMembershipOptionalParams\n extends coreClient.OperationOptions {\n /** UTC date and time specifying the start time of an interval. When not specified the service uses DateTime.UtcNow - 10m */\n startTime?: Date;\n /** UTC date and time specifying the end time of an interval. When not specified the service uses DateTime.UtcNow */\n endTime?: Date;\n}\n\n/** Contains response data for the listMachineGroupMembership operation. */\nexport type MachinesListMachineGroupMembershipResponse = MachineGroupCollection;\n\n/** Optional parameters. */\nexport interface MachinesListByWorkspaceNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByWorkspaceNext operation. */\nexport type MachinesListByWorkspaceNextResponse = MachineCollection;\n\n/** Optional parameters. */\nexport interface MachinesListConnectionsNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listConnectionsNext operation. */\nexport type MachinesListConnectionsNextResponse = ConnectionCollection;\n\n/** Optional parameters. */\nexport interface MachinesListProcessesNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listProcessesNext operation. */\nexport type MachinesListProcessesNextResponse = ProcessCollection;\n\n/** Optional parameters. */\nexport interface MachinesListPortsNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listPortsNext operation. */\nexport type MachinesListPortsNextResponse = PortCollection;\n\n/** Optional parameters. */\nexport interface MachinesListMachineGroupMembershipNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listMachineGroupMembershipNext operation. */\nexport type MachinesListMachineGroupMembershipNextResponse = MachineGroupCollection;\n\n/** Optional parameters. */\nexport interface ProcessesGetOptionalParams\n extends coreClient.OperationOptions {\n /** UTC date and time specifying a time instance relative to which to evaluate a resource. When not specified, the service uses DateTime.UtcNow. */\n timestamp?: Date;\n}\n\n/** Contains response data for the get operation. */\nexport type ProcessesGetResponse = Process;\n\n/** Optional parameters. */\nexport interface ProcessesGetLivenessOptionalParams\n extends coreClient.OperationOptions {\n /** UTC date and time specifying the start time of an interval. When not specified the service uses DateTime.UtcNow - 10m */\n startTime?: Date;\n /** UTC date and time specifying the end time of an interval. When not specified the service uses DateTime.UtcNow */\n endTime?: Date;\n}\n\n/** Contains response data for the getLiveness operation. */\nexport type ProcessesGetLivenessResponse = Liveness;\n\n/** Optional parameters. */\nexport interface ProcessesListAcceptingPortsOptionalParams\n extends coreClient.OperationOptions {\n /** UTC date and time specifying the start time of an interval. When not specified the service uses DateTime.UtcNow - 10m */\n startTime?: Date;\n /** UTC date and time specifying the end time of an interval. When not specified the service uses DateTime.UtcNow */\n endTime?: Date;\n}\n\n/** Contains response data for the listAcceptingPorts operation. */\nexport type ProcessesListAcceptingPortsResponse = PortCollection;\n\n/** Optional parameters. */\nexport interface ProcessesListConnectionsOptionalParams\n extends coreClient.OperationOptions {\n /** UTC date and time specifying the start time of an interval. When not specified the service uses DateTime.UtcNow - 10m */\n startTime?: Date;\n /** UTC date and time specifying the end time of an interval. When not specified the service uses DateTime.UtcNow */\n endTime?: Date;\n}\n\n/** Contains response data for the listConnections operation. */\nexport type ProcessesListConnectionsResponse = ConnectionCollection;\n\n/** Optional parameters. */\nexport interface ProcessesListAcceptingPortsNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listAcceptingPortsNext operation. */\nexport type ProcessesListAcceptingPortsNextResponse = PortCollection;\n\n/** Optional parameters. */\nexport interface ProcessesListConnectionsNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listConnectionsNext operation. */\nexport type ProcessesListConnectionsNextResponse = ConnectionCollection;\n\n/** Optional parameters. */\nexport interface PortsGetOptionalParams extends coreClient.OperationOptions {\n /** UTC date and time specifying the start time of an interval. When not specified the service uses DateTime.UtcNow - 10m */\n startTime?: Date;\n /** UTC date and time specifying the end time of an interval. When not specified the service uses DateTime.UtcNow */\n endTime?: Date;\n}\n\n/** Contains response data for the get operation. */\nexport type PortsGetResponse = Port;\n\n/** Optional parameters. */\nexport interface PortsGetLivenessOptionalParams\n extends coreClient.OperationOptions {\n /** UTC date and time specifying the start time of an interval. When not specified the service uses DateTime.UtcNow - 10m */\n startTime?: Date;\n /** UTC date and time specifying the end time of an interval. When not specified the service uses DateTime.UtcNow */\n endTime?: Date;\n}\n\n/** Contains response data for the getLiveness operation. */\nexport type PortsGetLivenessResponse = Liveness;\n\n/** Optional parameters. */\nexport interface PortsListAcceptingProcessesOptionalParams\n extends coreClient.OperationOptions {\n /** UTC date and time specifying the start time of an interval. When not specified the service uses DateTime.UtcNow - 10m */\n startTime?: Date;\n /** UTC date and time specifying the end time of an interval. When not specified the service uses DateTime.UtcNow */\n endTime?: Date;\n}\n\n/** Contains response data for the listAcceptingProcesses operation. */\nexport type PortsListAcceptingProcessesResponse = ProcessCollection;\n\n/** Optional parameters. */\nexport interface PortsListConnectionsOptionalParams\n extends coreClient.OperationOptions {\n /** UTC date and time specifying the start time of an interval. When not specified the service uses DateTime.UtcNow - 10m */\n startTime?: Date;\n /** UTC date and time specifying the end time of an interval. When not specified the service uses DateTime.UtcNow */\n endTime?: Date;\n}\n\n/** Contains response data for the listConnections operation. */\nexport type PortsListConnectionsResponse = ConnectionCollection;\n\n/** Optional parameters. */\nexport interface PortsListAcceptingProcessesNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listAcceptingProcessesNext operation. */\nexport type PortsListAcceptingProcessesNextResponse = ProcessCollection;\n\n/** Optional parameters. */\nexport interface PortsListConnectionsNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listConnectionsNext operation. */\nexport type PortsListConnectionsNextResponse = ConnectionCollection;\n\n/** Optional parameters. */\nexport interface ClientGroupsGetOptionalParams\n extends coreClient.OperationOptions {\n /** UTC date and time specifying the start time of an interval. When not specified the service uses DateTime.UtcNow - 10m */\n startTime?: Date;\n /** UTC date and time specifying the end time of an interval. When not specified the service uses DateTime.UtcNow */\n endTime?: Date;\n}\n\n/** Contains response data for the get operation. */\nexport type ClientGroupsGetResponse = ClientGroup;\n\n/** Optional parameters. */\nexport interface ClientGroupsGetMembersCountOptionalParams\n extends coreClient.OperationOptions {\n /** UTC date and time specifying the start time of an interval. When not specified the service uses DateTime.UtcNow - 10m */\n startTime?: Date;\n /** UTC date and time specifying the end time of an interval. When not specified the service uses DateTime.UtcNow */\n endTime?: Date;\n}\n\n/** Contains response data for the getMembersCount operation. */\nexport type ClientGroupsGetMembersCountResponse = ClientGroupMembersCount;\n\n/** Optional parameters. */\nexport interface ClientGroupsListMembersOptionalParams\n extends coreClient.OperationOptions {\n /** UTC date and time specifying the start time of an interval. When not specified the service uses DateTime.UtcNow - 10m */\n startTime?: Date;\n /** UTC date and time specifying the end time of an interval. When not specified the service uses DateTime.UtcNow */\n endTime?: Date;\n /** Page size to use. When not specified, the default page size is 100 records. */\n top?: number;\n}\n\n/** Contains response data for the listMembers operation. */\nexport type ClientGroupsListMembersResponse = ClientGroupMembersCollection;\n\n/** Optional parameters. */\nexport interface ClientGroupsListMembersNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listMembersNext operation. */\nexport type ClientGroupsListMembersNextResponse = ClientGroupMembersCollection;\n\n/** Optional parameters. */\nexport interface MapsGenerateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the generate operation. */\nexport type MapsGenerateResponse = MapResponse;\n\n/** Optional parameters. */\nexport interface SummariesGetMachinesOptionalParams\n extends coreClient.OperationOptions {\n /** UTC date and time specifying the start time of an interval. When not specified the service uses DateTime.UtcNow - 10m */\n startTime?: Date;\n /** UTC date and time specifying the end time of an interval. When not specified the service uses DateTime.UtcNow */\n endTime?: Date;\n}\n\n/** Contains response data for the getMachines operation. */\nexport type SummariesGetMachinesResponse = MachinesSummary;\n\n/** Optional parameters. */\nexport interface MachineGroupsListByWorkspaceOptionalParams\n extends coreClient.OperationOptions {\n /** UTC date and time specifying the start time of an interval. When not specified the service uses DateTime.UtcNow - 10m */\n startTime?: Date;\n /** UTC date and time specifying the end time of an interval. When not specified the service uses DateTime.UtcNow */\n endTime?: Date;\n}\n\n/** Contains response data for the listByWorkspace operation. */\nexport type MachineGroupsListByWorkspaceResponse = MachineGroupCollection;\n\n/** Optional parameters. */\nexport interface MachineGroupsCreateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the create operation. */\nexport type MachineGroupsCreateResponse = MachineGroup;\n\n/** Optional parameters. */\nexport interface MachineGroupsGetOptionalParams\n extends coreClient.OperationOptions {\n /** UTC date and time specifying the start time of an interval. When not specified the service uses DateTime.UtcNow - 10m */\n startTime?: Date;\n /** UTC date and time specifying the end time of an interval. When not specified the service uses DateTime.UtcNow */\n endTime?: Date;\n}\n\n/** Contains response data for the get operation. */\nexport type MachineGroupsGetResponse = MachineGroup;\n\n/** Optional parameters. */\nexport interface MachineGroupsUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type MachineGroupsUpdateResponse = MachineGroup;\n\n/** Optional parameters. */\nexport interface MachineGroupsDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface MachineGroupsListByWorkspaceNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByWorkspaceNext operation. */\nexport type MachineGroupsListByWorkspaceNextResponse = MachineGroupCollection;\n\n/** Optional parameters. */\nexport interface ServiceMapOptionalParams\n extends coreClient.ServiceClientOptions {\n /** server parameter */\n $host?: string;\n /** Api Version */\n apiVersion?: string;\n /** Overrides client endpoint. */\n endpoint?: string;\n}\n"]}
|
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
import * as coreClient from "@azure/core-client";
|
|
2
|
+
export declare const MachineCollection: coreClient.CompositeMapper;
|
|
3
|
+
export declare const Timezone: coreClient.CompositeMapper;
|
|
4
|
+
export declare const AgentConfiguration: coreClient.CompositeMapper;
|
|
5
|
+
export declare const MachineResourcesConfiguration: coreClient.CompositeMapper;
|
|
6
|
+
export declare const NetworkConfiguration: coreClient.CompositeMapper;
|
|
7
|
+
export declare const Ipv4NetworkInterface: coreClient.CompositeMapper;
|
|
8
|
+
export declare const Ipv6NetworkInterface: coreClient.CompositeMapper;
|
|
9
|
+
export declare const OperatingSystemConfiguration: coreClient.CompositeMapper;
|
|
10
|
+
export declare const VirtualMachineConfiguration: coreClient.CompositeMapper;
|
|
11
|
+
export declare const HypervisorConfiguration: coreClient.CompositeMapper;
|
|
12
|
+
export declare const HostingConfiguration: coreClient.CompositeMapper;
|
|
13
|
+
export declare const Resource: coreClient.CompositeMapper;
|
|
14
|
+
export declare const ErrorResponse: coreClient.CompositeMapper;
|
|
15
|
+
export declare const ErrorModel: coreClient.CompositeMapper;
|
|
16
|
+
export declare const Liveness: coreClient.CompositeMapper;
|
|
17
|
+
export declare const ConnectionCollection: coreClient.CompositeMapper;
|
|
18
|
+
export declare const ResourceReference: coreClient.CompositeMapper;
|
|
19
|
+
export declare const RelationshipProperties: coreClient.CompositeMapper;
|
|
20
|
+
export declare const ProcessCollection: coreClient.CompositeMapper;
|
|
21
|
+
export declare const ProcessDetails: coreClient.CompositeMapper;
|
|
22
|
+
export declare const ProcessHostedService: coreClient.CompositeMapper;
|
|
23
|
+
export declare const ProcessUser: coreClient.CompositeMapper;
|
|
24
|
+
export declare const ProcessHostingConfiguration: coreClient.CompositeMapper;
|
|
25
|
+
export declare const PortCollection: coreClient.CompositeMapper;
|
|
26
|
+
export declare const MachineGroupCollection: coreClient.CompositeMapper;
|
|
27
|
+
export declare const ClientGroupMembersCount: coreClient.CompositeMapper;
|
|
28
|
+
export declare const ClientGroupMembersCollection: coreClient.CompositeMapper;
|
|
29
|
+
export declare const MapRequest: coreClient.CompositeMapper;
|
|
30
|
+
export declare const MapResponse: coreClient.CompositeMapper;
|
|
31
|
+
export declare const Map: coreClient.CompositeMapper;
|
|
32
|
+
export declare const MapNodes: coreClient.CompositeMapper;
|
|
33
|
+
export declare const MapEdges: coreClient.CompositeMapper;
|
|
34
|
+
export declare const MachineCountsByOperatingSystem: coreClient.CompositeMapper;
|
|
35
|
+
export declare const SummaryProperties: coreClient.CompositeMapper;
|
|
36
|
+
export declare const ImageConfiguration: coreClient.CompositeMapper;
|
|
37
|
+
export declare const AzureCloudServiceConfiguration: coreClient.CompositeMapper;
|
|
38
|
+
export declare const AzureVmScaleSetConfiguration: coreClient.CompositeMapper;
|
|
39
|
+
export declare const AzureServiceFabricClusterConfiguration: coreClient.CompositeMapper;
|
|
40
|
+
export declare const AzureHostingConfiguration: coreClient.CompositeMapper;
|
|
41
|
+
export declare const CoreResource: coreClient.CompositeMapper;
|
|
42
|
+
export declare const Relationship: coreClient.CompositeMapper;
|
|
43
|
+
export declare const ClientGroupMember: coreClient.CompositeMapper;
|
|
44
|
+
export declare const Summary: coreClient.CompositeMapper;
|
|
45
|
+
export declare const MachineReference: coreClient.CompositeMapper;
|
|
46
|
+
export declare const PortReference: coreClient.CompositeMapper;
|
|
47
|
+
export declare const MachineReferenceWithHints: coreClient.CompositeMapper;
|
|
48
|
+
export declare const ProcessReference: coreClient.CompositeMapper;
|
|
49
|
+
export declare const ClientGroupReference: coreClient.CompositeMapper;
|
|
50
|
+
export declare const ConnectionProperties: coreClient.CompositeMapper;
|
|
51
|
+
export declare const AzureProcessHostingConfiguration: coreClient.CompositeMapper;
|
|
52
|
+
export declare const SingleMachineDependencyMapRequest: coreClient.CompositeMapper;
|
|
53
|
+
export declare const MultipleMachinesMapRequest: coreClient.CompositeMapper;
|
|
54
|
+
export declare const MachinesSummaryProperties: coreClient.CompositeMapper;
|
|
55
|
+
export declare const Machine: coreClient.CompositeMapper;
|
|
56
|
+
export declare const Process: coreClient.CompositeMapper;
|
|
57
|
+
export declare const Port: coreClient.CompositeMapper;
|
|
58
|
+
export declare const MachineGroup: coreClient.CompositeMapper;
|
|
59
|
+
export declare const ClientGroup: coreClient.CompositeMapper;
|
|
60
|
+
export declare const Connection: coreClient.CompositeMapper;
|
|
61
|
+
export declare const Acceptor: coreClient.CompositeMapper;
|
|
62
|
+
export declare const MachinesSummary: coreClient.CompositeMapper;
|
|
63
|
+
export declare const MachineListMapRequest: coreClient.CompositeMapper;
|
|
64
|
+
export declare const MachineGroupMapRequest: coreClient.CompositeMapper;
|
|
65
|
+
export declare let discriminators: {
|
|
66
|
+
HostingConfiguration: coreClient.CompositeMapper;
|
|
67
|
+
ResourceReference: coreClient.CompositeMapper;
|
|
68
|
+
ProcessHostingConfiguration: coreClient.CompositeMapper;
|
|
69
|
+
MapRequest: coreClient.CompositeMapper;
|
|
70
|
+
"HostingConfiguration.provider:azure": coreClient.CompositeMapper;
|
|
71
|
+
"Resource.CoreResource": coreClient.CompositeMapper;
|
|
72
|
+
"Resource.Relationship": coreClient.CompositeMapper;
|
|
73
|
+
"ResourceReference.ref:machine": coreClient.CompositeMapper;
|
|
74
|
+
"ResourceReference.ref:port": coreClient.CompositeMapper;
|
|
75
|
+
"ResourceReference.ref:machinewithhints": coreClient.CompositeMapper;
|
|
76
|
+
"ResourceReference.ref:process": coreClient.CompositeMapper;
|
|
77
|
+
"ResourceReference.ref:clientgroup": coreClient.CompositeMapper;
|
|
78
|
+
"ProcessHostingConfiguration.provider:azure": coreClient.CompositeMapper;
|
|
79
|
+
"MapRequest.map:single-machine-dependency": coreClient.CompositeMapper;
|
|
80
|
+
"MapRequest.MultipleMachinesMapRequest": coreClient.CompositeMapper;
|
|
81
|
+
"CoreResource.machine": coreClient.CompositeMapper;
|
|
82
|
+
"CoreResource.process": coreClient.CompositeMapper;
|
|
83
|
+
"CoreResource.port": coreClient.CompositeMapper;
|
|
84
|
+
"CoreResource.machineGroup": coreClient.CompositeMapper;
|
|
85
|
+
"CoreResource.clientGroup": coreClient.CompositeMapper;
|
|
86
|
+
"Relationship.rel:connection": coreClient.CompositeMapper;
|
|
87
|
+
"Relationship.rel:acceptor": coreClient.CompositeMapper;
|
|
88
|
+
"MultipleMachinesMapRequest.map:machine-list-dependency": coreClient.CompositeMapper;
|
|
89
|
+
"MultipleMachinesMapRequest.map:machine-group-dependency": coreClient.CompositeMapper;
|
|
90
|
+
};
|
|
91
|
+
//# sourceMappingURL=mappers.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"mappers.d.ts","sourceRoot":"","sources":["../../../src/models/mappers.ts"],"names":[],"mappings":"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"}
|