@azure/arm-servicemap 3.0.0-beta.1 → 3.0.0-beta.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +5 -3
- package/LICENSE +4 -4
- package/README.md +37 -17
- package/dist/browser/index.d.ts +5 -0
- package/dist/browser/index.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/index.js +4 -3
- package/dist/browser/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/models/index.d.ts +148 -163
- package/dist/browser/models/index.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/models/index.js +26 -0
- package/dist/browser/models/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/models/mappers.d.ts +9 -9
- package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +1 -1
- package/{dist-esm/src → dist/browser}/models/mappers.js +278 -140
- package/dist/browser/models/mappers.js.map +1 -0
- package/{dist-esm/src → dist/browser}/models/parameters.js +1 -1
- package/dist/browser/models/parameters.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/clientGroups.d.ts +3 -3
- package/dist/browser/operations/clientGroups.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/clientGroups.js +30 -39
- package/dist/browser/operations/clientGroups.js.map +1 -0
- package/dist/browser/operations/index.d.ts +8 -0
- package/dist/browser/operations/index.d.ts.map +1 -0
- package/dist/browser/operations/index.js +15 -0
- package/dist/browser/operations/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/machineGroups.d.ts +3 -3
- package/dist/browser/operations/machineGroups.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/machineGroups.js +30 -38
- package/dist/browser/operations/machineGroups.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/machines.d.ts +3 -3
- package/dist/browser/operations/machines.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/machines.js +134 -183
- package/dist/browser/operations/machines.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/maps.d.ts +3 -3
- package/dist/browser/operations/maps.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/maps.js +3 -2
- package/dist/browser/operations/maps.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/ports.d.ts +3 -3
- package/dist/browser/operations/ports.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/ports.js +56 -73
- package/dist/browser/operations/ports.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/processes.d.ts +3 -3
- package/dist/browser/operations/processes.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/processes.js +56 -73
- package/dist/browser/operations/processes.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/summaries.d.ts +3 -3
- package/dist/browser/operations/summaries.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/summaries.js +3 -2
- package/dist/browser/operations/summaries.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/clientGroups.d.ts +1 -1
- package/dist/browser/operationsInterfaces/clientGroups.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/clientGroups.js.map +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts +8 -0
- package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/index.js +15 -0
- package/dist/browser/operationsInterfaces/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/machineGroups.d.ts +1 -1
- package/dist/browser/operationsInterfaces/machineGroups.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/machineGroups.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/machines.d.ts +1 -1
- package/dist/browser/operationsInterfaces/machines.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/machines.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/maps.d.ts +1 -1
- package/dist/browser/operationsInterfaces/maps.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/maps.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/ports.d.ts +1 -1
- package/dist/browser/operationsInterfaces/ports.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/ports.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/processes.d.ts +1 -1
- package/dist/browser/operationsInterfaces/processes.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/processes.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/summaries.d.ts +1 -1
- package/dist/browser/operationsInterfaces/summaries.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/summaries.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/pagingHelper.d.ts +13 -0
- package/dist/browser/pagingHelper.d.ts.map +1 -0
- package/dist/browser/pagingHelper.js +30 -0
- package/dist/browser/pagingHelper.js.map +1 -0
- package/{dist-esm/src → dist/browser}/serviceMap.d.ts +4 -2
- package/dist/browser/serviceMap.d.ts.map +1 -0
- package/dist/browser/serviceMap.js +118 -0
- package/dist/browser/serviceMap.js.map +1 -0
- package/dist/commonjs/index.d.ts +5 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +19 -0
- package/dist/commonjs/index.js.map +1 -0
- package/{types/arm-servicemap.d.ts → dist/commonjs/models/index.d.ts} +1111 -1556
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +87 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +91 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +2121 -0
- package/dist/commonjs/models/mappers.js.map +1 -0
- package/dist/commonjs/models/parameters.d.ts +22 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/models/parameters.js +235 -0
- package/dist/commonjs/models/parameters.js.map +1 -0
- package/dist/commonjs/operations/clientGroups.d.ts +57 -0
- package/dist/commonjs/operations/clientGroups.d.ts.map +1 -0
- package/dist/commonjs/operations/clientGroups.js +220 -0
- package/dist/commonjs/operations/clientGroups.js.map +1 -0
- package/dist/commonjs/operations/index.d.ts +8 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -0
- package/dist/commonjs/operations/index.js +18 -0
- package/dist/commonjs/operations/index.js.map +1 -0
- package/dist/commonjs/operations/machineGroups.d.ts +71 -0
- package/dist/commonjs/operations/machineGroups.d.ts.map +1 -0
- package/dist/commonjs/operations/machineGroups.js +282 -0
- package/dist/commonjs/operations/machineGroups.js.map +1 -0
- package/dist/commonjs/operations/machines.d.ts +177 -0
- package/dist/commonjs/operations/machines.d.ts.map +1 -0
- package/dist/commonjs/operations/machines.js +694 -0
- package/dist/commonjs/operations/machines.js.map +1 -0
- package/dist/commonjs/operations/maps.d.ts +21 -0
- package/dist/commonjs/operations/maps.d.ts.map +1 -0
- package/dist/commonjs/operations/maps.js +62 -0
- package/dist/commonjs/operations/maps.js.map +1 -0
- package/dist/commonjs/operations/ports.d.ts +93 -0
- package/dist/commonjs/operations/ports.d.ts.map +1 -0
- package/dist/commonjs/operations/ports.js +364 -0
- package/dist/commonjs/operations/ports.js.map +1 -0
- package/dist/commonjs/operations/processes.d.ts +92 -0
- package/dist/commonjs/operations/processes.d.ts.map +1 -0
- package/dist/commonjs/operations/processes.js +359 -0
- package/dist/commonjs/operations/processes.js.map +1 -0
- package/dist/commonjs/operations/summaries.d.ts +20 -0
- package/dist/commonjs/operations/summaries.d.ts.map +1 -0
- package/dist/commonjs/operations/summaries.js +63 -0
- package/dist/commonjs/operations/summaries.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/clientGroups.d.ts +30 -0
- package/dist/commonjs/operationsInterfaces/clientGroups.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/clientGroups.js +10 -0
- package/dist/commonjs/operationsInterfaces/clientGroups.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts +8 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.js +18 -0
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/machineGroups.d.ts +46 -0
- package/dist/commonjs/operationsInterfaces/machineGroups.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/machineGroups.js +10 -0
- package/dist/commonjs/operationsInterfaces/machineGroups.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/machines.d.ts +68 -0
- package/dist/commonjs/operationsInterfaces/machines.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/machines.js +10 -0
- package/dist/commonjs/operationsInterfaces/machines.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/maps.d.ts +13 -0
- package/dist/commonjs/operationsInterfaces/maps.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/maps.js +10 -0
- package/dist/commonjs/operationsInterfaces/maps.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/ports.d.ts +43 -0
- package/dist/commonjs/operationsInterfaces/ports.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/ports.js +10 -0
- package/dist/commonjs/operationsInterfaces/ports.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/processes.d.ts +42 -0
- package/dist/commonjs/operationsInterfaces/processes.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/processes.js +10 -0
- package/dist/commonjs/operationsInterfaces/processes.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/summaries.d.ts +12 -0
- package/dist/commonjs/operationsInterfaces/summaries.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/summaries.js +10 -0
- package/dist/commonjs/operationsInterfaces/summaries.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/pagingHelper.d.ts +13 -0
- package/dist/commonjs/pagingHelper.d.ts.map +1 -0
- package/dist/commonjs/pagingHelper.js +34 -0
- package/dist/commonjs/pagingHelper.js.map +1 -0
- package/dist/commonjs/serviceMap.d.ts +26 -0
- package/dist/commonjs/serviceMap.d.ts.map +1 -0
- package/dist/commonjs/serviceMap.js +123 -0
- package/dist/commonjs/serviceMap.js.map +1 -0
- package/{types → dist/commonjs}/tsdoc-metadata.json +11 -11
- package/dist/esm/index.d.ts +5 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/{src/index.ts → dist/esm/index.js} +5 -4
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/models/index.d.ts +1111 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +84 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +91 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/esm/models/mappers.js +2117 -0
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +22 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +232 -0
- package/dist/esm/models/parameters.js.map +1 -0
- package/dist/esm/operations/clientGroups.d.ts +57 -0
- package/dist/esm/operations/clientGroups.d.ts.map +1 -0
- package/dist/esm/operations/clientGroups.js +215 -0
- package/dist/esm/operations/clientGroups.js.map +1 -0
- package/dist/esm/operations/index.d.ts +8 -0
- package/dist/esm/operations/index.d.ts.map +1 -0
- package/dist/esm/operations/index.js +15 -0
- package/dist/esm/operations/index.js.map +1 -0
- package/dist/esm/operations/machineGroups.d.ts +71 -0
- package/dist/esm/operations/machineGroups.d.ts.map +1 -0
- package/dist/esm/operations/machineGroups.js +277 -0
- package/dist/esm/operations/machineGroups.js.map +1 -0
- package/dist/esm/operations/machines.d.ts +177 -0
- package/dist/esm/operations/machines.d.ts.map +1 -0
- package/dist/esm/operations/machines.js +689 -0
- package/dist/esm/operations/machines.js.map +1 -0
- package/dist/esm/operations/maps.d.ts +21 -0
- package/dist/esm/operations/maps.d.ts.map +1 -0
- package/dist/esm/operations/maps.js +57 -0
- package/dist/esm/operations/maps.js.map +1 -0
- package/dist/esm/operations/ports.d.ts +93 -0
- package/dist/esm/operations/ports.d.ts.map +1 -0
- package/dist/esm/operations/ports.js +359 -0
- package/dist/esm/operations/ports.js.map +1 -0
- package/dist/esm/operations/processes.d.ts +92 -0
- package/dist/esm/operations/processes.d.ts.map +1 -0
- package/dist/esm/operations/processes.js +354 -0
- package/dist/esm/operations/processes.js.map +1 -0
- package/dist/esm/operations/summaries.d.ts +20 -0
- package/dist/esm/operations/summaries.d.ts.map +1 -0
- package/dist/esm/operations/summaries.js +58 -0
- package/dist/esm/operations/summaries.js.map +1 -0
- package/dist/esm/operationsInterfaces/clientGroups.d.ts +30 -0
- package/dist/esm/operationsInterfaces/clientGroups.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/clientGroups.js +9 -0
- package/dist/esm/operationsInterfaces/clientGroups.js.map +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts +8 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/index.js +15 -0
- package/dist/esm/operationsInterfaces/index.js.map +1 -0
- package/dist/esm/operationsInterfaces/machineGroups.d.ts +46 -0
- package/dist/esm/operationsInterfaces/machineGroups.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/machineGroups.js +9 -0
- package/dist/esm/operationsInterfaces/machineGroups.js.map +1 -0
- package/dist/esm/operationsInterfaces/machines.d.ts +68 -0
- package/dist/esm/operationsInterfaces/machines.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/machines.js +9 -0
- package/dist/esm/operationsInterfaces/machines.js.map +1 -0
- package/dist/esm/operationsInterfaces/maps.d.ts +13 -0
- package/dist/esm/operationsInterfaces/maps.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/maps.js +9 -0
- package/dist/esm/operationsInterfaces/maps.js.map +1 -0
- package/dist/esm/operationsInterfaces/ports.d.ts +43 -0
- package/dist/esm/operationsInterfaces/ports.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/ports.js +9 -0
- package/dist/esm/operationsInterfaces/ports.js.map +1 -0
- package/dist/esm/operationsInterfaces/processes.d.ts +42 -0
- package/dist/esm/operationsInterfaces/processes.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/processes.js +9 -0
- package/dist/esm/operationsInterfaces/processes.js.map +1 -0
- package/dist/esm/operationsInterfaces/summaries.d.ts +12 -0
- package/dist/esm/operationsInterfaces/summaries.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/summaries.js +9 -0
- package/dist/esm/operationsInterfaces/summaries.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/pagingHelper.d.ts +13 -0
- package/dist/esm/pagingHelper.d.ts.map +1 -0
- package/dist/esm/pagingHelper.js +30 -0
- package/dist/esm/pagingHelper.js.map +1 -0
- package/dist/esm/serviceMap.d.ts +26 -0
- package/dist/esm/serviceMap.d.ts.map +1 -0
- package/dist/esm/serviceMap.js +118 -0
- package/dist/esm/serviceMap.js.map +1 -0
- package/dist/react-native/index.d.ts +5 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +13 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/models/index.d.ts +1111 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +84 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +91 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +2117 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +22 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +232 -0
- package/dist/react-native/models/parameters.js.map +1 -0
- package/dist/react-native/operations/clientGroups.d.ts +57 -0
- package/dist/react-native/operations/clientGroups.d.ts.map +1 -0
- package/dist/react-native/operations/clientGroups.js +215 -0
- package/dist/react-native/operations/clientGroups.js.map +1 -0
- package/dist/react-native/operations/index.d.ts +8 -0
- package/dist/react-native/operations/index.d.ts.map +1 -0
- package/dist/react-native/operations/index.js +15 -0
- package/dist/react-native/operations/index.js.map +1 -0
- package/dist/react-native/operations/machineGroups.d.ts +71 -0
- package/dist/react-native/operations/machineGroups.d.ts.map +1 -0
- package/dist/react-native/operations/machineGroups.js +277 -0
- package/dist/react-native/operations/machineGroups.js.map +1 -0
- package/dist/react-native/operations/machines.d.ts +177 -0
- package/dist/react-native/operations/machines.d.ts.map +1 -0
- package/dist/react-native/operations/machines.js +689 -0
- package/dist/react-native/operations/machines.js.map +1 -0
- package/dist/react-native/operations/maps.d.ts +21 -0
- package/dist/react-native/operations/maps.d.ts.map +1 -0
- package/dist/react-native/operations/maps.js +57 -0
- package/dist/react-native/operations/maps.js.map +1 -0
- package/dist/react-native/operations/ports.d.ts +93 -0
- package/dist/react-native/operations/ports.d.ts.map +1 -0
- package/dist/react-native/operations/ports.js +359 -0
- package/dist/react-native/operations/ports.js.map +1 -0
- package/dist/react-native/operations/processes.d.ts +92 -0
- package/dist/react-native/operations/processes.d.ts.map +1 -0
- package/dist/react-native/operations/processes.js +354 -0
- package/dist/react-native/operations/processes.js.map +1 -0
- package/dist/react-native/operations/summaries.d.ts +20 -0
- package/dist/react-native/operations/summaries.d.ts.map +1 -0
- package/dist/react-native/operations/summaries.js +58 -0
- package/dist/react-native/operations/summaries.js.map +1 -0
- package/dist/react-native/operationsInterfaces/clientGroups.d.ts +30 -0
- package/dist/react-native/operationsInterfaces/clientGroups.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/clientGroups.js +9 -0
- package/dist/react-native/operationsInterfaces/clientGroups.js.map +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts +8 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/index.js +15 -0
- package/dist/react-native/operationsInterfaces/index.js.map +1 -0
- package/dist/react-native/operationsInterfaces/machineGroups.d.ts +46 -0
- package/dist/react-native/operationsInterfaces/machineGroups.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/machineGroups.js +9 -0
- package/dist/react-native/operationsInterfaces/machineGroups.js.map +1 -0
- package/dist/react-native/operationsInterfaces/machines.d.ts +68 -0
- package/dist/react-native/operationsInterfaces/machines.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/machines.js +9 -0
- package/dist/react-native/operationsInterfaces/machines.js.map +1 -0
- package/dist/react-native/operationsInterfaces/maps.d.ts +13 -0
- package/dist/react-native/operationsInterfaces/maps.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/maps.js +9 -0
- package/dist/react-native/operationsInterfaces/maps.js.map +1 -0
- package/dist/react-native/operationsInterfaces/ports.d.ts +43 -0
- package/dist/react-native/operationsInterfaces/ports.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/ports.js +9 -0
- package/dist/react-native/operationsInterfaces/ports.js.map +1 -0
- package/dist/react-native/operationsInterfaces/processes.d.ts +42 -0
- package/dist/react-native/operationsInterfaces/processes.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/processes.js +9 -0
- package/dist/react-native/operationsInterfaces/processes.js.map +1 -0
- package/dist/react-native/operationsInterfaces/summaries.d.ts +12 -0
- package/dist/react-native/operationsInterfaces/summaries.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/summaries.js +9 -0
- package/dist/react-native/operationsInterfaces/summaries.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/pagingHelper.d.ts +13 -0
- package/dist/react-native/pagingHelper.d.ts.map +1 -0
- package/dist/react-native/pagingHelper.js +30 -0
- package/dist/react-native/pagingHelper.js.map +1 -0
- package/dist/react-native/serviceMap.d.ts +26 -0
- package/dist/react-native/serviceMap.d.ts.map +1 -0
- package/dist/react-native/serviceMap.js +118 -0
- package/dist/react-native/serviceMap.js.map +1 -0
- package/package.json +104 -73
- package/review/{arm-servicemap.api.md → arm-servicemap-node.api.md} +105 -148
- package/LICENSE.txt +0 -21
- package/dist/index.js +0 -4469
- package/dist/index.js.map +0 -1
- package/dist/index.min.js +0 -1
- package/dist/index.min.js.map +0 -1
- package/dist-esm/samples-dev/smClientGroupsGet.d.ts +0 -2
- package/dist-esm/samples-dev/smClientGroupsGet.d.ts.map +0 -1
- package/dist-esm/samples-dev/smClientGroupsGet.js +0 -35
- package/dist-esm/samples-dev/smClientGroupsGet.js.map +0 -1
- package/dist-esm/samples-dev/smClientGroupsGetMembersCountGet.d.ts +0 -2
- package/dist-esm/samples-dev/smClientGroupsGetMembersCountGet.d.ts.map +0 -1
- package/dist-esm/samples-dev/smClientGroupsGetMembersCountGet.js +0 -35
- package/dist-esm/samples-dev/smClientGroupsGetMembersCountGet.js.map +0 -1
- package/dist-esm/samples-dev/smClientGroupsListMembersGet.d.ts +0 -2
- package/dist-esm/samples-dev/smClientGroupsListMembersGet.d.ts.map +0 -1
- package/dist-esm/samples-dev/smClientGroupsListMembersGet.js +0 -49
- package/dist-esm/samples-dev/smClientGroupsListMembersGet.js.map +0 -1
- package/dist-esm/samples-dev/smMachineGroupsCreatePost.d.ts +0 -2
- package/dist-esm/samples-dev/smMachineGroupsCreatePost.d.ts.map +0 -1
- package/dist-esm/samples-dev/smMachineGroupsCreatePost.js +0 -43
- package/dist-esm/samples-dev/smMachineGroupsCreatePost.js.map +0 -1
- package/dist-esm/samples-dev/smMachineGroupsDelete.d.ts +0 -2
- package/dist-esm/samples-dev/smMachineGroupsDelete.d.ts.map +0 -1
- package/dist-esm/samples-dev/smMachineGroupsDelete.js +0 -32
- package/dist-esm/samples-dev/smMachineGroupsDelete.js.map +0 -1
- package/dist-esm/samples-dev/smMachineGroupsGet.d.ts +0 -2
- package/dist-esm/samples-dev/smMachineGroupsGet.d.ts.map +0 -1
- package/dist-esm/samples-dev/smMachineGroupsGet.js +0 -32
- package/dist-esm/samples-dev/smMachineGroupsGet.js.map +0 -1
- package/dist-esm/samples-dev/smMachineGroupsListByWorkspaceGet.d.ts +0 -2
- package/dist-esm/samples-dev/smMachineGroupsListByWorkspaceGet.d.ts.map +0 -1
- package/dist-esm/samples-dev/smMachineGroupsListByWorkspaceGet.js +0 -48
- package/dist-esm/samples-dev/smMachineGroupsListByWorkspaceGet.js.map +0 -1
- package/dist-esm/samples-dev/smMachineGroupsUpdatePut.d.ts +0 -2
- package/dist-esm/samples-dev/smMachineGroupsUpdatePut.d.ts.map +0 -1
- package/dist-esm/samples-dev/smMachineGroupsUpdatePut.js +0 -44
- package/dist-esm/samples-dev/smMachineGroupsUpdatePut.js.map +0 -1
- package/dist-esm/samples-dev/smMachinesGet.d.ts +0 -2
- package/dist-esm/samples-dev/smMachinesGet.d.ts.map +0 -1
- package/dist-esm/samples-dev/smMachinesGet.js +0 -34
- package/dist-esm/samples-dev/smMachinesGet.js.map +0 -1
- package/dist-esm/samples-dev/smMachinesGetLivenessGet.d.ts +0 -2
- package/dist-esm/samples-dev/smMachinesGetLivenessGet.d.ts.map +0 -1
- package/dist-esm/samples-dev/smMachinesGetLivenessGet.js +0 -35
- package/dist-esm/samples-dev/smMachinesGetLivenessGet.js.map +0 -1
- package/dist-esm/samples-dev/smMachinesListByWorkspaceGet.d.ts +0 -2
- package/dist-esm/samples-dev/smMachinesListByWorkspaceGet.d.ts.map +0 -1
- package/dist-esm/samples-dev/smMachinesListByWorkspaceGet.js +0 -48
- package/dist-esm/samples-dev/smMachinesListByWorkspaceGet.js.map +0 -1
- package/dist-esm/samples-dev/smMachinesListConnectionsGet.d.ts +0 -2
- package/dist-esm/samples-dev/smMachinesListConnectionsGet.d.ts.map +0 -1
- package/dist-esm/samples-dev/smMachinesListConnectionsGet.js +0 -49
- package/dist-esm/samples-dev/smMachinesListConnectionsGet.js.map +0 -1
- package/dist-esm/samples-dev/smMachinesListMachineGroupMembershipGet.d.ts +0 -2
- package/dist-esm/samples-dev/smMachinesListMachineGroupMembershipGet.d.ts.map +0 -1
- package/dist-esm/samples-dev/smMachinesListMachineGroupMembershipGet.js +0 -49
- package/dist-esm/samples-dev/smMachinesListMachineGroupMembershipGet.js.map +0 -1
- package/dist-esm/samples-dev/smMachinesListPortsGet.d.ts +0 -2
- package/dist-esm/samples-dev/smMachinesListPortsGet.d.ts.map +0 -1
- package/dist-esm/samples-dev/smMachinesListPortsGet.js +0 -49
- package/dist-esm/samples-dev/smMachinesListPortsGet.js.map +0 -1
- package/dist-esm/samples-dev/smMachinesListProcessesGet.d.ts +0 -2
- package/dist-esm/samples-dev/smMachinesListProcessesGet.d.ts.map +0 -1
- package/dist-esm/samples-dev/smMachinesListProcessesGet.js +0 -49
- package/dist-esm/samples-dev/smMachinesListProcessesGet.js.map +0 -1
- package/dist-esm/samples-dev/smMachinesPortsGet.d.ts +0 -2
- package/dist-esm/samples-dev/smMachinesPortsGet.d.ts.map +0 -1
- package/dist-esm/samples-dev/smMachinesPortsGet.js +0 -36
- package/dist-esm/samples-dev/smMachinesPortsGet.js.map +0 -1
- package/dist-esm/samples-dev/smMachinesPortsGetLivenessGet.d.ts +0 -2
- package/dist-esm/samples-dev/smMachinesPortsGetLivenessGet.d.ts.map +0 -1
- package/dist-esm/samples-dev/smMachinesPortsGetLivenessGet.js +0 -36
- package/dist-esm/samples-dev/smMachinesPortsGetLivenessGet.js.map +0 -1
- package/dist-esm/samples-dev/smMachinesPortsListAcceptingProcessesGet.d.ts +0 -2
- package/dist-esm/samples-dev/smMachinesPortsListAcceptingProcessesGet.d.ts.map +0 -1
- package/dist-esm/samples-dev/smMachinesPortsListAcceptingProcessesGet.js +0 -50
- package/dist-esm/samples-dev/smMachinesPortsListAcceptingProcessesGet.js.map +0 -1
- package/dist-esm/samples-dev/smMachinesPortsListConnectionsGet.d.ts +0 -2
- package/dist-esm/samples-dev/smMachinesPortsListConnectionsGet.d.ts.map +0 -1
- package/dist-esm/samples-dev/smMachinesPortsListConnectionsGet.js +0 -50
- package/dist-esm/samples-dev/smMachinesPortsListConnectionsGet.js.map +0 -1
- package/dist-esm/samples-dev/smMachinesProcessesGet.d.ts +0 -2
- package/dist-esm/samples-dev/smMachinesProcessesGet.d.ts.map +0 -1
- package/dist-esm/samples-dev/smMachinesProcessesGet.js +0 -35
- package/dist-esm/samples-dev/smMachinesProcessesGet.js.map +0 -1
- package/dist-esm/samples-dev/smMachinesProcessesGetLivenessGet.d.ts +0 -2
- package/dist-esm/samples-dev/smMachinesProcessesGetLivenessGet.d.ts.map +0 -1
- package/dist-esm/samples-dev/smMachinesProcessesGetLivenessGet.js +0 -36
- package/dist-esm/samples-dev/smMachinesProcessesGetLivenessGet.js.map +0 -1
- package/dist-esm/samples-dev/smMachinesProcessesListAcceptingPortsGet.d.ts +0 -2
- package/dist-esm/samples-dev/smMachinesProcessesListAcceptingPortsGet.d.ts.map +0 -1
- package/dist-esm/samples-dev/smMachinesProcessesListAcceptingPortsGet.js +0 -50
- package/dist-esm/samples-dev/smMachinesProcessesListAcceptingPortsGet.js.map +0 -1
- package/dist-esm/samples-dev/smMachinesProcessesListConnectionsGet.d.ts +0 -2
- package/dist-esm/samples-dev/smMachinesProcessesListConnectionsGet.d.ts.map +0 -1
- package/dist-esm/samples-dev/smMachinesProcessesListConnectionsGet.js +0 -50
- package/dist-esm/samples-dev/smMachinesProcessesListConnectionsGet.js.map +0 -1
- package/dist-esm/samples-dev/smMapsGenerateMachineGroupDependencyPost.d.ts +0 -2
- package/dist-esm/samples-dev/smMapsGenerateMachineGroupDependencyPost.d.ts.map +0 -1
- package/dist-esm/samples-dev/smMapsGenerateMachineGroupDependencyPost.js +0 -38
- package/dist-esm/samples-dev/smMapsGenerateMachineGroupDependencyPost.js.map +0 -1
- package/dist-esm/samples-dev/smMapsGenerateMachineListDependencyPost.d.ts +0 -2
- package/dist-esm/samples-dev/smMapsGenerateMachineListDependencyPost.d.ts.map +0 -1
- package/dist-esm/samples-dev/smMapsGenerateMachineListDependencyPost.js +0 -41
- package/dist-esm/samples-dev/smMapsGenerateMachineListDependencyPost.js.map +0 -1
- package/dist-esm/samples-dev/smMapsGenerateSingleMachineDependencyPost.d.ts +0 -2
- package/dist-esm/samples-dev/smMapsGenerateSingleMachineDependencyPost.d.ts.map +0 -1
- package/dist-esm/samples-dev/smMapsGenerateSingleMachineDependencyPost.js +0 -37
- package/dist-esm/samples-dev/smMapsGenerateSingleMachineDependencyPost.js.map +0 -1
- package/dist-esm/samples-dev/smSummariesGetMachinesGet.d.ts +0 -2
- package/dist-esm/samples-dev/smSummariesGetMachinesGet.d.ts.map +0 -1
- package/dist-esm/samples-dev/smSummariesGetMachinesGet.js +0 -34
- package/dist-esm/samples-dev/smSummariesGetMachinesGet.js.map +0 -1
- package/dist-esm/src/index.d.ts +0 -5
- package/dist-esm/src/index.d.ts.map +0 -1
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/models/index.d.ts.map +0 -1
- package/dist-esm/src/models/index.js.map +0 -1
- package/dist-esm/src/models/mappers.js.map +0 -1
- package/dist-esm/src/models/parameters.js.map +0 -1
- package/dist-esm/src/operations/clientGroups.d.ts.map +0 -1
- package/dist-esm/src/operations/clientGroups.js.map +0 -1
- package/dist-esm/src/operations/index.d.ts +0 -8
- package/dist-esm/src/operations/index.d.ts.map +0 -1
- package/dist-esm/src/operations/index.js +0 -15
- package/dist-esm/src/operations/index.js.map +0 -1
- package/dist-esm/src/operations/machineGroups.d.ts.map +0 -1
- package/dist-esm/src/operations/machineGroups.js.map +0 -1
- package/dist-esm/src/operations/machines.d.ts.map +0 -1
- package/dist-esm/src/operations/machines.js.map +0 -1
- package/dist-esm/src/operations/maps.d.ts.map +0 -1
- package/dist-esm/src/operations/maps.js.map +0 -1
- package/dist-esm/src/operations/ports.d.ts.map +0 -1
- package/dist-esm/src/operations/ports.js.map +0 -1
- package/dist-esm/src/operations/processes.d.ts.map +0 -1
- package/dist-esm/src/operations/processes.js.map +0 -1
- package/dist-esm/src/operations/summaries.d.ts.map +0 -1
- package/dist-esm/src/operations/summaries.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/clientGroups.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/clientGroups.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -8
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.js +0 -15
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/machineGroups.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/machineGroups.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/machines.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/machines.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/maps.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/maps.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/ports.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/ports.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/processes.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/processes.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/summaries.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/summaries.js.map +0 -1
- package/dist-esm/src/serviceMap.d.ts.map +0 -1
- package/dist-esm/src/serviceMap.js +0 -57
- package/dist-esm/src/serviceMap.js.map +0 -1
- package/dist-esm/test/sampleTest.d.ts +0 -2
- package/dist-esm/test/sampleTest.d.ts.map +0 -1
- package/dist-esm/test/sampleTest.js +0 -40
- package/dist-esm/test/sampleTest.js.map +0 -1
- package/rollup.config.js +0 -188
- package/src/models/index.ts +0 -1362
- package/src/models/mappers.ts +0 -2184
- package/src/models/parameters.ts +0 -260
- package/src/operations/clientGroups.ts +0 -310
- package/src/operations/index.ts +0 -15
- package/src/operations/machineGroups.ts +0 -385
- package/src/operations/machines.ts +0 -1030
- package/src/operations/maps.ts +0 -77
- package/src/operations/ports.ts +0 -538
- package/src/operations/processes.ts +0 -533
- package/src/operations/summaries.ts +0 -76
- package/src/operationsInterfaces/clientGroups.ts +0 -61
- package/src/operationsInterfaces/index.ts +0 -15
- package/src/operationsInterfaces/machineGroups.ts +0 -90
- package/src/operationsInterfaces/machines.ts +0 -126
- package/src/operationsInterfaces/maps.ts +0 -30
- package/src/operationsInterfaces/ports.ts +0 -85
- package/src/operationsInterfaces/processes.ts +0 -84
- package/src/operationsInterfaces/summaries.ts +0 -27
- package/src/serviceMap.ts +0 -103
- package/tsconfig.json +0 -20
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/clientGroups.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/machineGroups.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/machines.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/maps.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/ports.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/processes.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/summaries.js +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
-
import { Machines } from "../operationsInterfaces";
|
|
3
|
-
import { ServiceMap } from "../serviceMap";
|
|
4
|
-
import { Machine, MachinesListByWorkspaceOptionalParams, Connection, MachinesListConnectionsOptionalParams, Process, MachinesListProcessesOptionalParams, Port, MachinesListPortsOptionalParams, MachineGroup, MachinesListMachineGroupMembershipOptionalParams, MachinesGetOptionalParams, MachinesGetResponse, MachinesGetLivenessOptionalParams, MachinesGetLivenessResponse } from "../models";
|
|
2
|
+
import { Machines } from "../operationsInterfaces/index.js";
|
|
3
|
+
import { ServiceMap } from "../serviceMap.js";
|
|
4
|
+
import { Machine, MachinesListByWorkspaceOptionalParams, Connection, MachinesListConnectionsOptionalParams, Process, MachinesListProcessesOptionalParams, Port, MachinesListPortsOptionalParams, MachineGroup, MachinesListMachineGroupMembershipOptionalParams, MachinesGetOptionalParams, MachinesGetResponse, MachinesGetLivenessOptionalParams, MachinesGetLivenessResponse } from "../models/index.js";
|
|
5
5
|
/** Class containing Machines operations. */
|
|
6
6
|
export declare class MachinesImpl implements Machines {
|
|
7
7
|
private readonly client;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"machines.d.ts","sourceRoot":"","sources":["../../../src/operations/machines.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AAE9E,OAAO,EAAE,QAAQ,EAAE,MAAM,kCAAkC,CAAC;AAI5D,OAAO,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;AAC9C,OAAO,EACL,OAAO,EAEP,qCAAqC,EAErC,UAAU,EAEV,qCAAqC,EAErC,OAAO,EAEP,mCAAmC,EAEnC,IAAI,EAEJ,+BAA+B,EAE/B,YAAY,EAEZ,gDAAgD,EAEhD,yBAAyB,EACzB,mBAAmB,EACnB,iCAAiC,EACjC,2BAA2B,EAM5B,MAAM,oBAAoB,CAAC;AAG5B,4CAA4C;AAC5C,qBAAa,YAAa,YAAW,QAAQ;IAC3C,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAa;IAEpC;;;OAGG;gBACS,MAAM,EAAE,UAAU;IAI9B;;;;;;;;OAQG;IACI,eAAe,CACpB,iBAAiB,EAAE,MAAM,EACzB,aAAa,EAAE,MAAM,EACrB,OAAO,CAAC,EAAE,qCAAqC,GAC9C,0BAA0B,CAAC,OAAO,CAAC;YA2BvB,yBAAyB;YAiCzB,wBAAwB;IAcvC;;;;;;OAMG;IACI,eAAe,CACpB,iBAAiB,EAAE,MAAM,EACzB,aAAa,EAAE,MAAM,EACrB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,qCAAqC,GAC9C,0BAA0B,CAAC,UAAU,CAAC;YA6B1B,yBAAyB;YAoCzB,wBAAwB;IAgBvC;;;;;;;;;;OAUG;IACI,aAAa,CAClB,iBAAiB,EAAE,MAAM,EACzB,aAAa,EAAE,MAAM,EACrB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,mCAAmC,GAC5C,0BAA0B,CAAC,OAAO,CAAC;YA6BvB,uBAAuB;YAoCvB,sBAAsB;IAgBrC;;;;;;OAMG;IACI,SAAS,CACd,iBAAiB,EAAE,MAAM,EACzB,aAAa,EAAE,MAAM,EACrB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,+BAA+B,GACxC,0BAA0B,CAAC,IAAI,CAAC;YA6BpB,mBAAmB;YAoCnB,kBAAkB;IAgBjC;;;;;;OAMG;IACI,0BAA0B,CAC/B,iBAAiB,EAAE,MAAM,EACzB,aAAa,EAAE,MAAM,EACrB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,gDAAgD,GACzD,0BAA0B,CAAC,YAAY,CAAC;YA6B5B,oCAAoC;YAoCpC,mCAAmC;IAgBlD;;;;;;;;OAQG;IACH,OAAO,CAAC,gBAAgB;IAWxB;;;;;;OAMG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,aAAa,EAAE,MAAM,EACrB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,yBAAyB,GAClC,OAAO,CAAC,mBAAmB,CAAC;IAO/B;;;;;;OAMG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,aAAa,EAAE,MAAM,EACrB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,iCAAiC,GAC1C,OAAO,CAAC,2BAA2B,CAAC;IAOvC;;;;;;OAMG;IACH,OAAO,CAAC,gBAAgB;IAYxB;;;;;;;;;;OAUG;IACH,OAAO,CAAC,cAAc;IAYtB;;;;;;OAMG;IACH,OAAO,CAAC,UAAU;IAYlB;;;;;;OAMG;IACH,OAAO,CAAC,2BAA2B;IAYnC;;;;;;OAMG;IACH,OAAO,CAAC,oBAAoB;IAY5B;;;;;;;OAOG;IACH,OAAO,CAAC,oBAAoB;IAa5B;;;;;;;OAOG;IACH,OAAO,CAAC,kBAAkB;IAa1B;;;;;;;OAOG;IACH,OAAO,CAAC,cAAc;IAatB;;;;;;;;OAQG;IACH,OAAO,CAAC,+BAA+B;CAYxC"}
|
|
@@ -5,13 +5,14 @@
|
|
|
5
5
|
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
6
|
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
7
|
*/
|
|
8
|
-
import {
|
|
8
|
+
import { setContinuationToken } from "../pagingHelper.js";
|
|
9
9
|
import * as coreClient from "@azure/core-client";
|
|
10
|
-
import * as Mappers from "../models/mappers";
|
|
11
|
-
import * as Parameters from "../models/parameters";
|
|
10
|
+
import * as Mappers from "../models/mappers.js";
|
|
11
|
+
import * as Parameters from "../models/parameters.js";
|
|
12
12
|
/// <reference lib="esnext.asynciterable" />
|
|
13
13
|
/** Class containing Machines operations. */
|
|
14
14
|
export class MachinesImpl {
|
|
15
|
+
client;
|
|
15
16
|
/**
|
|
16
17
|
* Initialize a new instance of the class Machines class.
|
|
17
18
|
* @param client Reference to the service client
|
|
@@ -37,40 +38,36 @@ export class MachinesImpl {
|
|
|
37
38
|
[Symbol.asyncIterator]() {
|
|
38
39
|
return this;
|
|
39
40
|
},
|
|
40
|
-
byPage: () => {
|
|
41
|
-
|
|
41
|
+
byPage: (settings) => {
|
|
42
|
+
if (settings?.maxPageSize) {
|
|
43
|
+
throw new Error("maxPageSize is not supported by this operation.");
|
|
44
|
+
}
|
|
45
|
+
return this.listByWorkspacePagingPage(resourceGroupName, workspaceName, options, settings);
|
|
42
46
|
}
|
|
43
47
|
};
|
|
44
48
|
}
|
|
45
|
-
listByWorkspacePagingPage(resourceGroupName, workspaceName, options) {
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
49
|
+
async *listByWorkspacePagingPage(resourceGroupName, workspaceName, options, settings) {
|
|
50
|
+
let result;
|
|
51
|
+
let continuationToken = settings?.continuationToken;
|
|
52
|
+
if (!continuationToken) {
|
|
53
|
+
result = await this._listByWorkspace(resourceGroupName, workspaceName, options);
|
|
54
|
+
let page = result.value || [];
|
|
55
|
+
continuationToken = result.nextLink;
|
|
56
|
+
setContinuationToken(page, continuationToken);
|
|
57
|
+
yield page;
|
|
58
|
+
}
|
|
59
|
+
while (continuationToken) {
|
|
60
|
+
result = await this._listByWorkspaceNext(resourceGroupName, workspaceName, continuationToken, options);
|
|
61
|
+
continuationToken = result.nextLink;
|
|
62
|
+
let page = result.value || [];
|
|
63
|
+
setContinuationToken(page, continuationToken);
|
|
64
|
+
yield page;
|
|
65
|
+
}
|
|
56
66
|
}
|
|
57
|
-
listByWorkspacePagingAll(resourceGroupName, workspaceName, options) {
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
for (var _b = __asyncValues(this.listByWorkspacePagingPage(resourceGroupName, workspaceName, options)), _c; _c = yield __await(_b.next()), !_c.done;) {
|
|
62
|
-
const page = _c.value;
|
|
63
|
-
yield __await(yield* __asyncDelegator(__asyncValues(page)));
|
|
64
|
-
}
|
|
65
|
-
}
|
|
66
|
-
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
67
|
-
finally {
|
|
68
|
-
try {
|
|
69
|
-
if (_c && !_c.done && (_a = _b.return)) yield __await(_a.call(_b));
|
|
70
|
-
}
|
|
71
|
-
finally { if (e_1) throw e_1.error; }
|
|
72
|
-
}
|
|
73
|
-
});
|
|
67
|
+
async *listByWorkspacePagingAll(resourceGroupName, workspaceName, options) {
|
|
68
|
+
for await (const page of this.listByWorkspacePagingPage(resourceGroupName, workspaceName, options)) {
|
|
69
|
+
yield* page;
|
|
70
|
+
}
|
|
74
71
|
}
|
|
75
72
|
/**
|
|
76
73
|
* Returns a collection of connections terminating or originating at the specified machine
|
|
@@ -88,40 +85,36 @@ export class MachinesImpl {
|
|
|
88
85
|
[Symbol.asyncIterator]() {
|
|
89
86
|
return this;
|
|
90
87
|
},
|
|
91
|
-
byPage: () => {
|
|
92
|
-
|
|
88
|
+
byPage: (settings) => {
|
|
89
|
+
if (settings?.maxPageSize) {
|
|
90
|
+
throw new Error("maxPageSize is not supported by this operation.");
|
|
91
|
+
}
|
|
92
|
+
return this.listConnectionsPagingPage(resourceGroupName, workspaceName, machineName, options, settings);
|
|
93
93
|
}
|
|
94
94
|
};
|
|
95
95
|
}
|
|
96
|
-
listConnectionsPagingPage(resourceGroupName, workspaceName, machineName, options) {
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
96
|
+
async *listConnectionsPagingPage(resourceGroupName, workspaceName, machineName, options, settings) {
|
|
97
|
+
let result;
|
|
98
|
+
let continuationToken = settings?.continuationToken;
|
|
99
|
+
if (!continuationToken) {
|
|
100
|
+
result = await this._listConnections(resourceGroupName, workspaceName, machineName, options);
|
|
101
|
+
let page = result.value || [];
|
|
102
|
+
continuationToken = result.nextLink;
|
|
103
|
+
setContinuationToken(page, continuationToken);
|
|
104
|
+
yield page;
|
|
105
|
+
}
|
|
106
|
+
while (continuationToken) {
|
|
107
|
+
result = await this._listConnectionsNext(resourceGroupName, workspaceName, machineName, continuationToken, options);
|
|
108
|
+
continuationToken = result.nextLink;
|
|
109
|
+
let page = result.value || [];
|
|
110
|
+
setContinuationToken(page, continuationToken);
|
|
111
|
+
yield page;
|
|
112
|
+
}
|
|
107
113
|
}
|
|
108
|
-
listConnectionsPagingAll(resourceGroupName, workspaceName, machineName, options) {
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
for (var _b = __asyncValues(this.listConnectionsPagingPage(resourceGroupName, workspaceName, machineName, options)), _c; _c = yield __await(_b.next()), !_c.done;) {
|
|
113
|
-
const page = _c.value;
|
|
114
|
-
yield __await(yield* __asyncDelegator(__asyncValues(page)));
|
|
115
|
-
}
|
|
116
|
-
}
|
|
117
|
-
catch (e_2_1) { e_2 = { error: e_2_1 }; }
|
|
118
|
-
finally {
|
|
119
|
-
try {
|
|
120
|
-
if (_c && !_c.done && (_a = _b.return)) yield __await(_a.call(_b));
|
|
121
|
-
}
|
|
122
|
-
finally { if (e_2) throw e_2.error; }
|
|
123
|
-
}
|
|
124
|
-
});
|
|
114
|
+
async *listConnectionsPagingAll(resourceGroupName, workspaceName, machineName, options) {
|
|
115
|
+
for await (const page of this.listConnectionsPagingPage(resourceGroupName, workspaceName, machineName, options)) {
|
|
116
|
+
yield* page;
|
|
117
|
+
}
|
|
125
118
|
}
|
|
126
119
|
/**
|
|
127
120
|
* Returns a collection of processes on the specified machine matching the specified conditions. The
|
|
@@ -143,40 +136,36 @@ export class MachinesImpl {
|
|
|
143
136
|
[Symbol.asyncIterator]() {
|
|
144
137
|
return this;
|
|
145
138
|
},
|
|
146
|
-
byPage: () => {
|
|
147
|
-
|
|
139
|
+
byPage: (settings) => {
|
|
140
|
+
if (settings?.maxPageSize) {
|
|
141
|
+
throw new Error("maxPageSize is not supported by this operation.");
|
|
142
|
+
}
|
|
143
|
+
return this.listProcessesPagingPage(resourceGroupName, workspaceName, machineName, options, settings);
|
|
148
144
|
}
|
|
149
145
|
};
|
|
150
146
|
}
|
|
151
|
-
listProcessesPagingPage(resourceGroupName, workspaceName, machineName, options) {
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
147
|
+
async *listProcessesPagingPage(resourceGroupName, workspaceName, machineName, options, settings) {
|
|
148
|
+
let result;
|
|
149
|
+
let continuationToken = settings?.continuationToken;
|
|
150
|
+
if (!continuationToken) {
|
|
151
|
+
result = await this._listProcesses(resourceGroupName, workspaceName, machineName, options);
|
|
152
|
+
let page = result.value || [];
|
|
153
|
+
continuationToken = result.nextLink;
|
|
154
|
+
setContinuationToken(page, continuationToken);
|
|
155
|
+
yield page;
|
|
156
|
+
}
|
|
157
|
+
while (continuationToken) {
|
|
158
|
+
result = await this._listProcessesNext(resourceGroupName, workspaceName, machineName, continuationToken, options);
|
|
159
|
+
continuationToken = result.nextLink;
|
|
160
|
+
let page = result.value || [];
|
|
161
|
+
setContinuationToken(page, continuationToken);
|
|
162
|
+
yield page;
|
|
163
|
+
}
|
|
162
164
|
}
|
|
163
|
-
listProcessesPagingAll(resourceGroupName, workspaceName, machineName, options) {
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
for (var _b = __asyncValues(this.listProcessesPagingPage(resourceGroupName, workspaceName, machineName, options)), _c; _c = yield __await(_b.next()), !_c.done;) {
|
|
168
|
-
const page = _c.value;
|
|
169
|
-
yield __await(yield* __asyncDelegator(__asyncValues(page)));
|
|
170
|
-
}
|
|
171
|
-
}
|
|
172
|
-
catch (e_3_1) { e_3 = { error: e_3_1 }; }
|
|
173
|
-
finally {
|
|
174
|
-
try {
|
|
175
|
-
if (_c && !_c.done && (_a = _b.return)) yield __await(_a.call(_b));
|
|
176
|
-
}
|
|
177
|
-
finally { if (e_3) throw e_3.error; }
|
|
178
|
-
}
|
|
179
|
-
});
|
|
165
|
+
async *listProcessesPagingAll(resourceGroupName, workspaceName, machineName, options) {
|
|
166
|
+
for await (const page of this.listProcessesPagingPage(resourceGroupName, workspaceName, machineName, options)) {
|
|
167
|
+
yield* page;
|
|
168
|
+
}
|
|
180
169
|
}
|
|
181
170
|
/**
|
|
182
171
|
* Returns a collection of live ports on the specified machine during the specified time interval.
|
|
@@ -194,40 +183,36 @@ export class MachinesImpl {
|
|
|
194
183
|
[Symbol.asyncIterator]() {
|
|
195
184
|
return this;
|
|
196
185
|
},
|
|
197
|
-
byPage: () => {
|
|
198
|
-
|
|
186
|
+
byPage: (settings) => {
|
|
187
|
+
if (settings?.maxPageSize) {
|
|
188
|
+
throw new Error("maxPageSize is not supported by this operation.");
|
|
189
|
+
}
|
|
190
|
+
return this.listPortsPagingPage(resourceGroupName, workspaceName, machineName, options, settings);
|
|
199
191
|
}
|
|
200
192
|
};
|
|
201
193
|
}
|
|
202
|
-
listPortsPagingPage(resourceGroupName, workspaceName, machineName, options) {
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
194
|
+
async *listPortsPagingPage(resourceGroupName, workspaceName, machineName, options, settings) {
|
|
195
|
+
let result;
|
|
196
|
+
let continuationToken = settings?.continuationToken;
|
|
197
|
+
if (!continuationToken) {
|
|
198
|
+
result = await this._listPorts(resourceGroupName, workspaceName, machineName, options);
|
|
199
|
+
let page = result.value || [];
|
|
200
|
+
continuationToken = result.nextLink;
|
|
201
|
+
setContinuationToken(page, continuationToken);
|
|
202
|
+
yield page;
|
|
203
|
+
}
|
|
204
|
+
while (continuationToken) {
|
|
205
|
+
result = await this._listPortsNext(resourceGroupName, workspaceName, machineName, continuationToken, options);
|
|
206
|
+
continuationToken = result.nextLink;
|
|
207
|
+
let page = result.value || [];
|
|
208
|
+
setContinuationToken(page, continuationToken);
|
|
209
|
+
yield page;
|
|
210
|
+
}
|
|
213
211
|
}
|
|
214
|
-
listPortsPagingAll(resourceGroupName, workspaceName, machineName, options) {
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
for (var _b = __asyncValues(this.listPortsPagingPage(resourceGroupName, workspaceName, machineName, options)), _c; _c = yield __await(_b.next()), !_c.done;) {
|
|
219
|
-
const page = _c.value;
|
|
220
|
-
yield __await(yield* __asyncDelegator(__asyncValues(page)));
|
|
221
|
-
}
|
|
222
|
-
}
|
|
223
|
-
catch (e_4_1) { e_4 = { error: e_4_1 }; }
|
|
224
|
-
finally {
|
|
225
|
-
try {
|
|
226
|
-
if (_c && !_c.done && (_a = _b.return)) yield __await(_a.call(_b));
|
|
227
|
-
}
|
|
228
|
-
finally { if (e_4) throw e_4.error; }
|
|
229
|
-
}
|
|
230
|
-
});
|
|
212
|
+
async *listPortsPagingAll(resourceGroupName, workspaceName, machineName, options) {
|
|
213
|
+
for await (const page of this.listPortsPagingPage(resourceGroupName, workspaceName, machineName, options)) {
|
|
214
|
+
yield* page;
|
|
215
|
+
}
|
|
231
216
|
}
|
|
232
217
|
/**
|
|
233
218
|
* Returns a collection of machine groups this machine belongs to during the specified time interval.
|
|
@@ -245,40 +230,36 @@ export class MachinesImpl {
|
|
|
245
230
|
[Symbol.asyncIterator]() {
|
|
246
231
|
return this;
|
|
247
232
|
},
|
|
248
|
-
byPage: () => {
|
|
249
|
-
|
|
233
|
+
byPage: (settings) => {
|
|
234
|
+
if (settings?.maxPageSize) {
|
|
235
|
+
throw new Error("maxPageSize is not supported by this operation.");
|
|
236
|
+
}
|
|
237
|
+
return this.listMachineGroupMembershipPagingPage(resourceGroupName, workspaceName, machineName, options, settings);
|
|
250
238
|
}
|
|
251
239
|
};
|
|
252
240
|
}
|
|
253
|
-
listMachineGroupMembershipPagingPage(resourceGroupName, workspaceName, machineName, options) {
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
241
|
+
async *listMachineGroupMembershipPagingPage(resourceGroupName, workspaceName, machineName, options, settings) {
|
|
242
|
+
let result;
|
|
243
|
+
let continuationToken = settings?.continuationToken;
|
|
244
|
+
if (!continuationToken) {
|
|
245
|
+
result = await this._listMachineGroupMembership(resourceGroupName, workspaceName, machineName, options);
|
|
246
|
+
let page = result.value || [];
|
|
247
|
+
continuationToken = result.nextLink;
|
|
248
|
+
setContinuationToken(page, continuationToken);
|
|
249
|
+
yield page;
|
|
250
|
+
}
|
|
251
|
+
while (continuationToken) {
|
|
252
|
+
result = await this._listMachineGroupMembershipNext(resourceGroupName, workspaceName, machineName, continuationToken, options);
|
|
253
|
+
continuationToken = result.nextLink;
|
|
254
|
+
let page = result.value || [];
|
|
255
|
+
setContinuationToken(page, continuationToken);
|
|
256
|
+
yield page;
|
|
257
|
+
}
|
|
264
258
|
}
|
|
265
|
-
listMachineGroupMembershipPagingAll(resourceGroupName, workspaceName, machineName, options) {
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
for (var _b = __asyncValues(this.listMachineGroupMembershipPagingPage(resourceGroupName, workspaceName, machineName, options)), _c; _c = yield __await(_b.next()), !_c.done;) {
|
|
270
|
-
const page = _c.value;
|
|
271
|
-
yield __await(yield* __asyncDelegator(__asyncValues(page)));
|
|
272
|
-
}
|
|
273
|
-
}
|
|
274
|
-
catch (e_5_1) { e_5 = { error: e_5_1 }; }
|
|
275
|
-
finally {
|
|
276
|
-
try {
|
|
277
|
-
if (_c && !_c.done && (_a = _b.return)) yield __await(_a.call(_b));
|
|
278
|
-
}
|
|
279
|
-
finally { if (e_5) throw e_5.error; }
|
|
280
|
-
}
|
|
281
|
-
});
|
|
259
|
+
async *listMachineGroupMembershipPagingAll(resourceGroupName, workspaceName, machineName, options) {
|
|
260
|
+
for await (const page of this.listMachineGroupMembershipPagingPage(resourceGroupName, workspaceName, machineName, options)) {
|
|
261
|
+
yield* page;
|
|
262
|
+
}
|
|
282
263
|
}
|
|
283
264
|
/**
|
|
284
265
|
* Returns a collection of machines matching the specified conditions. The returned collection
|
|
@@ -607,14 +588,6 @@ const listByWorkspaceNextOperationSpec = {
|
|
|
607
588
|
bodyMapper: Mappers.ErrorResponse
|
|
608
589
|
}
|
|
609
590
|
},
|
|
610
|
-
queryParameters: [
|
|
611
|
-
Parameters.apiVersion,
|
|
612
|
-
Parameters.live,
|
|
613
|
-
Parameters.startTime,
|
|
614
|
-
Parameters.endTime,
|
|
615
|
-
Parameters.timestamp,
|
|
616
|
-
Parameters.top
|
|
617
|
-
],
|
|
618
591
|
urlParameters: [
|
|
619
592
|
Parameters.$host,
|
|
620
593
|
Parameters.subscriptionId,
|
|
@@ -636,11 +609,6 @@ const listConnectionsNextOperationSpec = {
|
|
|
636
609
|
bodyMapper: Mappers.ErrorResponse
|
|
637
610
|
}
|
|
638
611
|
},
|
|
639
|
-
queryParameters: [
|
|
640
|
-
Parameters.apiVersion,
|
|
641
|
-
Parameters.startTime,
|
|
642
|
-
Parameters.endTime
|
|
643
|
-
],
|
|
644
612
|
urlParameters: [
|
|
645
613
|
Parameters.$host,
|
|
646
614
|
Parameters.subscriptionId,
|
|
@@ -663,13 +631,6 @@ const listProcessesNextOperationSpec = {
|
|
|
663
631
|
bodyMapper: Mappers.ErrorResponse
|
|
664
632
|
}
|
|
665
633
|
},
|
|
666
|
-
queryParameters: [
|
|
667
|
-
Parameters.apiVersion,
|
|
668
|
-
Parameters.live,
|
|
669
|
-
Parameters.startTime,
|
|
670
|
-
Parameters.endTime,
|
|
671
|
-
Parameters.timestamp
|
|
672
|
-
],
|
|
673
634
|
urlParameters: [
|
|
674
635
|
Parameters.$host,
|
|
675
636
|
Parameters.subscriptionId,
|
|
@@ -692,11 +653,6 @@ const listPortsNextOperationSpec = {
|
|
|
692
653
|
bodyMapper: Mappers.ErrorResponse
|
|
693
654
|
}
|
|
694
655
|
},
|
|
695
|
-
queryParameters: [
|
|
696
|
-
Parameters.apiVersion,
|
|
697
|
-
Parameters.startTime,
|
|
698
|
-
Parameters.endTime
|
|
699
|
-
],
|
|
700
656
|
urlParameters: [
|
|
701
657
|
Parameters.$host,
|
|
702
658
|
Parameters.subscriptionId,
|
|
@@ -719,11 +675,6 @@ const listMachineGroupMembershipNextOperationSpec = {
|
|
|
719
675
|
bodyMapper: Mappers.ErrorResponse
|
|
720
676
|
}
|
|
721
677
|
},
|
|
722
|
-
queryParameters: [
|
|
723
|
-
Parameters.apiVersion,
|
|
724
|
-
Parameters.startTime,
|
|
725
|
-
Parameters.endTime
|
|
726
|
-
],
|
|
727
678
|
urlParameters: [
|
|
728
679
|
Parameters.$host,
|
|
729
680
|
Parameters.subscriptionId,
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"machines.js","sourceRoot":"","sources":["../../../src/operations/machines.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper.js\";\nimport { Machines } from \"../operationsInterfaces/index.js\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers.js\";\nimport * as Parameters from \"../models/parameters.js\";\nimport { ServiceMap } from \"../serviceMap.js\";\nimport {\n Machine,\n MachinesListByWorkspaceNextOptionalParams,\n MachinesListByWorkspaceOptionalParams,\n MachinesListByWorkspaceResponse,\n Connection,\n MachinesListConnectionsNextOptionalParams,\n MachinesListConnectionsOptionalParams,\n MachinesListConnectionsResponse,\n Process,\n MachinesListProcessesNextOptionalParams,\n MachinesListProcessesOptionalParams,\n MachinesListProcessesResponse,\n Port,\n MachinesListPortsNextOptionalParams,\n MachinesListPortsOptionalParams,\n MachinesListPortsResponse,\n MachineGroup,\n MachinesListMachineGroupMembershipNextOptionalParams,\n MachinesListMachineGroupMembershipOptionalParams,\n MachinesListMachineGroupMembershipResponse,\n MachinesGetOptionalParams,\n MachinesGetResponse,\n MachinesGetLivenessOptionalParams,\n MachinesGetLivenessResponse,\n MachinesListByWorkspaceNextResponse,\n MachinesListConnectionsNextResponse,\n MachinesListProcessesNextResponse,\n MachinesListPortsNextResponse,\n MachinesListMachineGroupMembershipNextResponse\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing Machines operations. */\nexport class MachinesImpl implements Machines {\n private readonly client: ServiceMap;\n\n /**\n * Initialize a new instance of the class Machines class.\n * @param client Reference to the service client\n */\n constructor(client: ServiceMap) {\n this.client = client;\n }\n\n /**\n * Returns a collection of machines matching the specified conditions. The returned collection\n * represents either machines that are active/live during the specified interval of time (`live=true`\n * and `startTime`/`endTime` are specified) or that are known to have existed at or some time prior to\n * the specified point in time (`live=false` and `timestamp` is specified).\n * @param resourceGroupName Resource group name within the specified subscriptionId.\n * @param workspaceName OMS workspace containing the resources of interest.\n * @param options The options parameters.\n */\n public listByWorkspace(\n resourceGroupName: string,\n workspaceName: string,\n options?: MachinesListByWorkspaceOptionalParams\n ): PagedAsyncIterableIterator<Machine> {\n const iter = this.listByWorkspacePagingAll(\n resourceGroupName,\n workspaceName,\n options\n );\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listByWorkspacePagingPage(\n resourceGroupName,\n workspaceName,\n options,\n settings\n );\n }\n };\n }\n\n private async *listByWorkspacePagingPage(\n resourceGroupName: string,\n workspaceName: string,\n options?: MachinesListByWorkspaceOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<Machine[]> {\n let result: MachinesListByWorkspaceResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listByWorkspace(\n resourceGroupName,\n workspaceName,\n options\n );\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listByWorkspaceNext(\n resourceGroupName,\n workspaceName,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listByWorkspacePagingAll(\n resourceGroupName: string,\n workspaceName: string,\n options?: MachinesListByWorkspaceOptionalParams\n ): AsyncIterableIterator<Machine> {\n for await (const page of this.listByWorkspacePagingPage(\n resourceGroupName,\n workspaceName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * Returns a collection of connections terminating or originating at the specified machine\n * @param resourceGroupName Resource group name within the specified subscriptionId.\n * @param workspaceName OMS workspace containing the resources of interest.\n * @param machineName Machine resource name.\n * @param options The options parameters.\n */\n public listConnections(\n resourceGroupName: string,\n workspaceName: string,\n machineName: string,\n options?: MachinesListConnectionsOptionalParams\n ): PagedAsyncIterableIterator<Connection> {\n const iter = this.listConnectionsPagingAll(\n resourceGroupName,\n workspaceName,\n machineName,\n options\n );\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listConnectionsPagingPage(\n resourceGroupName,\n workspaceName,\n machineName,\n options,\n settings\n );\n }\n };\n }\n\n private async *listConnectionsPagingPage(\n resourceGroupName: string,\n workspaceName: string,\n machineName: string,\n options?: MachinesListConnectionsOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<Connection[]> {\n let result: MachinesListConnectionsResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listConnections(\n resourceGroupName,\n workspaceName,\n machineName,\n options\n );\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listConnectionsNext(\n resourceGroupName,\n workspaceName,\n machineName,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listConnectionsPagingAll(\n resourceGroupName: string,\n workspaceName: string,\n machineName: string,\n options?: MachinesListConnectionsOptionalParams\n ): AsyncIterableIterator<Connection> {\n for await (const page of this.listConnectionsPagingPage(\n resourceGroupName,\n workspaceName,\n machineName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * Returns a collection of processes on the specified machine matching the specified conditions. The\n * returned collection represents either processes that are active/live during the specified interval\n * of time (`live=true` and `startTime`/`endTime` are specified) or that are known to have existed at\n * or some time prior to the specified point in time (`live=false` and `timestamp` is specified).\n *\n * @param resourceGroupName Resource group name within the specified subscriptionId.\n * @param workspaceName OMS workspace containing the resources of interest.\n * @param machineName Machine resource name.\n * @param options The options parameters.\n */\n public listProcesses(\n resourceGroupName: string,\n workspaceName: string,\n machineName: string,\n options?: MachinesListProcessesOptionalParams\n ): PagedAsyncIterableIterator<Process> {\n const iter = this.listProcessesPagingAll(\n resourceGroupName,\n workspaceName,\n machineName,\n options\n );\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listProcessesPagingPage(\n resourceGroupName,\n workspaceName,\n machineName,\n options,\n settings\n );\n }\n };\n }\n\n private async *listProcessesPagingPage(\n resourceGroupName: string,\n workspaceName: string,\n machineName: string,\n options?: MachinesListProcessesOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<Process[]> {\n let result: MachinesListProcessesResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listProcesses(\n resourceGroupName,\n workspaceName,\n machineName,\n options\n );\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listProcessesNext(\n resourceGroupName,\n workspaceName,\n machineName,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listProcessesPagingAll(\n resourceGroupName: string,\n workspaceName: string,\n machineName: string,\n options?: MachinesListProcessesOptionalParams\n ): AsyncIterableIterator<Process> {\n for await (const page of this.listProcessesPagingPage(\n resourceGroupName,\n workspaceName,\n machineName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * Returns a collection of live ports on the specified machine during the specified time interval.\n * @param resourceGroupName Resource group name within the specified subscriptionId.\n * @param workspaceName OMS workspace containing the resources of interest.\n * @param machineName Machine resource name.\n * @param options The options parameters.\n */\n public listPorts(\n resourceGroupName: string,\n workspaceName: string,\n machineName: string,\n options?: MachinesListPortsOptionalParams\n ): PagedAsyncIterableIterator<Port> {\n const iter = this.listPortsPagingAll(\n resourceGroupName,\n workspaceName,\n machineName,\n options\n );\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listPortsPagingPage(\n resourceGroupName,\n workspaceName,\n machineName,\n options,\n settings\n );\n }\n };\n }\n\n private async *listPortsPagingPage(\n resourceGroupName: string,\n workspaceName: string,\n machineName: string,\n options?: MachinesListPortsOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<Port[]> {\n let result: MachinesListPortsResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listPorts(\n resourceGroupName,\n workspaceName,\n machineName,\n options\n );\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listPortsNext(\n resourceGroupName,\n workspaceName,\n machineName,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listPortsPagingAll(\n resourceGroupName: string,\n workspaceName: string,\n machineName: string,\n options?: MachinesListPortsOptionalParams\n ): AsyncIterableIterator<Port> {\n for await (const page of this.listPortsPagingPage(\n resourceGroupName,\n workspaceName,\n machineName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * Returns a collection of machine groups this machine belongs to during the specified time interval.\n * @param resourceGroupName Resource group name within the specified subscriptionId.\n * @param workspaceName OMS workspace containing the resources of interest.\n * @param machineName Machine resource name.\n * @param options The options parameters.\n */\n public listMachineGroupMembership(\n resourceGroupName: string,\n workspaceName: string,\n machineName: string,\n options?: MachinesListMachineGroupMembershipOptionalParams\n ): PagedAsyncIterableIterator<MachineGroup> {\n const iter = this.listMachineGroupMembershipPagingAll(\n resourceGroupName,\n workspaceName,\n machineName,\n options\n );\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listMachineGroupMembershipPagingPage(\n resourceGroupName,\n workspaceName,\n machineName,\n options,\n settings\n );\n }\n };\n }\n\n private async *listMachineGroupMembershipPagingPage(\n resourceGroupName: string,\n workspaceName: string,\n machineName: string,\n options?: MachinesListMachineGroupMembershipOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<MachineGroup[]> {\n let result: MachinesListMachineGroupMembershipResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listMachineGroupMembership(\n resourceGroupName,\n workspaceName,\n machineName,\n options\n );\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listMachineGroupMembershipNext(\n resourceGroupName,\n workspaceName,\n machineName,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listMachineGroupMembershipPagingAll(\n resourceGroupName: string,\n workspaceName: string,\n machineName: string,\n options?: MachinesListMachineGroupMembershipOptionalParams\n ): AsyncIterableIterator<MachineGroup> {\n for await (const page of this.listMachineGroupMembershipPagingPage(\n resourceGroupName,\n workspaceName,\n machineName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * Returns a collection of machines matching the specified conditions. The returned collection\n * represents either machines that are active/live during the specified interval of time (`live=true`\n * and `startTime`/`endTime` are specified) or that are known to have existed at or some time prior to\n * the specified point in time (`live=false` and `timestamp` is specified).\n * @param resourceGroupName Resource group name within the specified subscriptionId.\n * @param workspaceName OMS workspace containing the resources of interest.\n * @param options The options parameters.\n */\n private _listByWorkspace(\n resourceGroupName: string,\n workspaceName: string,\n options?: MachinesListByWorkspaceOptionalParams\n ): Promise<MachinesListByWorkspaceResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, workspaceName, options },\n listByWorkspaceOperationSpec\n );\n }\n\n /**\n * Returns the specified machine.\n * @param resourceGroupName Resource group name within the specified subscriptionId.\n * @param workspaceName OMS workspace containing the resources of interest.\n * @param machineName Machine resource name.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n workspaceName: string,\n machineName: string,\n options?: MachinesGetOptionalParams\n ): Promise<MachinesGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, workspaceName, machineName, options },\n getOperationSpec\n );\n }\n\n /**\n * Obtains the liveness status of the machine during the specified time interval.\n * @param resourceGroupName Resource group name within the specified subscriptionId.\n * @param workspaceName OMS workspace containing the resources of interest.\n * @param machineName Machine resource name.\n * @param options The options parameters.\n */\n getLiveness(\n resourceGroupName: string,\n workspaceName: string,\n machineName: string,\n options?: MachinesGetLivenessOptionalParams\n ): Promise<MachinesGetLivenessResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, workspaceName, machineName, options },\n getLivenessOperationSpec\n );\n }\n\n /**\n * Returns a collection of connections terminating or originating at the specified machine\n * @param resourceGroupName Resource group name within the specified subscriptionId.\n * @param workspaceName OMS workspace containing the resources of interest.\n * @param machineName Machine resource name.\n * @param options The options parameters.\n */\n private _listConnections(\n resourceGroupName: string,\n workspaceName: string,\n machineName: string,\n options?: MachinesListConnectionsOptionalParams\n ): Promise<MachinesListConnectionsResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, workspaceName, machineName, options },\n listConnectionsOperationSpec\n );\n }\n\n /**\n * Returns a collection of processes on the specified machine matching the specified conditions. The\n * returned collection represents either processes that are active/live during the specified interval\n * of time (`live=true` and `startTime`/`endTime` are specified) or that are known to have existed at\n * or some time prior to the specified point in time (`live=false` and `timestamp` is specified).\n *\n * @param resourceGroupName Resource group name within the specified subscriptionId.\n * @param workspaceName OMS workspace containing the resources of interest.\n * @param machineName Machine resource name.\n * @param options The options parameters.\n */\n private _listProcesses(\n resourceGroupName: string,\n workspaceName: string,\n machineName: string,\n options?: MachinesListProcessesOptionalParams\n ): Promise<MachinesListProcessesResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, workspaceName, machineName, options },\n listProcessesOperationSpec\n );\n }\n\n /**\n * Returns a collection of live ports on the specified machine during the specified time interval.\n * @param resourceGroupName Resource group name within the specified subscriptionId.\n * @param workspaceName OMS workspace containing the resources of interest.\n * @param machineName Machine resource name.\n * @param options The options parameters.\n */\n private _listPorts(\n resourceGroupName: string,\n workspaceName: string,\n machineName: string,\n options?: MachinesListPortsOptionalParams\n ): Promise<MachinesListPortsResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, workspaceName, machineName, options },\n listPortsOperationSpec\n );\n }\n\n /**\n * Returns a collection of machine groups this machine belongs to during the specified time interval.\n * @param resourceGroupName Resource group name within the specified subscriptionId.\n * @param workspaceName OMS workspace containing the resources of interest.\n * @param machineName Machine resource name.\n * @param options The options parameters.\n */\n private _listMachineGroupMembership(\n resourceGroupName: string,\n workspaceName: string,\n machineName: string,\n options?: MachinesListMachineGroupMembershipOptionalParams\n ): Promise<MachinesListMachineGroupMembershipResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, workspaceName, machineName, options },\n listMachineGroupMembershipOperationSpec\n );\n }\n\n /**\n * ListByWorkspaceNext\n * @param resourceGroupName Resource group name within the specified subscriptionId.\n * @param workspaceName OMS workspace containing the resources of interest.\n * @param nextLink The nextLink from the previous successful call to the ListByWorkspace method.\n * @param options The options parameters.\n */\n private _listByWorkspaceNext(\n resourceGroupName: string,\n workspaceName: string,\n nextLink: string,\n options?: MachinesListByWorkspaceNextOptionalParams\n ): Promise<MachinesListByWorkspaceNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, workspaceName, nextLink, options },\n listByWorkspaceNextOperationSpec\n );\n }\n\n /**\n * ListConnectionsNext\n * @param resourceGroupName Resource group name within the specified subscriptionId.\n * @param workspaceName OMS workspace containing the resources of interest.\n * @param machineName Machine resource name.\n * @param nextLink The nextLink from the previous successful call to the ListConnections method.\n * @param options The options parameters.\n */\n private _listConnectionsNext(\n resourceGroupName: string,\n workspaceName: string,\n machineName: string,\n nextLink: string,\n options?: MachinesListConnectionsNextOptionalParams\n ): Promise<MachinesListConnectionsNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, workspaceName, machineName, nextLink, options },\n listConnectionsNextOperationSpec\n );\n }\n\n /**\n * ListProcessesNext\n * @param resourceGroupName Resource group name within the specified subscriptionId.\n * @param workspaceName OMS workspace containing the resources of interest.\n * @param machineName Machine resource name.\n * @param nextLink The nextLink from the previous successful call to the ListProcesses method.\n * @param options The options parameters.\n */\n private _listProcessesNext(\n resourceGroupName: string,\n workspaceName: string,\n machineName: string,\n nextLink: string,\n options?: MachinesListProcessesNextOptionalParams\n ): Promise<MachinesListProcessesNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, workspaceName, machineName, nextLink, options },\n listProcessesNextOperationSpec\n );\n }\n\n /**\n * ListPortsNext\n * @param resourceGroupName Resource group name within the specified subscriptionId.\n * @param workspaceName OMS workspace containing the resources of interest.\n * @param machineName Machine resource name.\n * @param nextLink The nextLink from the previous successful call to the ListPorts method.\n * @param options The options parameters.\n */\n private _listPortsNext(\n resourceGroupName: string,\n workspaceName: string,\n machineName: string,\n nextLink: string,\n options?: MachinesListPortsNextOptionalParams\n ): Promise<MachinesListPortsNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, workspaceName, machineName, nextLink, options },\n listPortsNextOperationSpec\n );\n }\n\n /**\n * ListMachineGroupMembershipNext\n * @param resourceGroupName Resource group name within the specified subscriptionId.\n * @param workspaceName OMS workspace containing the resources of interest.\n * @param machineName Machine resource name.\n * @param nextLink The nextLink from the previous successful call to the ListMachineGroupMembership\n * method.\n * @param options The options parameters.\n */\n private _listMachineGroupMembershipNext(\n resourceGroupName: string,\n workspaceName: string,\n machineName: string,\n nextLink: string,\n options?: MachinesListMachineGroupMembershipNextOptionalParams\n ): Promise<MachinesListMachineGroupMembershipNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, workspaceName, machineName, nextLink, options },\n listMachineGroupMembershipNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listByWorkspaceOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/features/serviceMap/machines\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.MachineCollection\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [\n Parameters.apiVersion,\n Parameters.live,\n Parameters.startTime,\n Parameters.endTime,\n Parameters.timestamp,\n Parameters.top\n ],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.workspaceName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/features/serviceMap/machines/{machineName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.Machine\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion, Parameters.timestamp],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.workspaceName,\n Parameters.machineName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getLivenessOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/features/serviceMap/machines/{machineName}/liveness\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.Liveness\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [\n Parameters.apiVersion,\n Parameters.startTime,\n Parameters.endTime\n ],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.workspaceName,\n Parameters.machineName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listConnectionsOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/features/serviceMap/machines/{machineName}/connections\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ConnectionCollection\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [\n Parameters.apiVersion,\n Parameters.startTime,\n Parameters.endTime\n ],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.workspaceName,\n Parameters.machineName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listProcessesOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/features/serviceMap/machines/{machineName}/processes\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ProcessCollection\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [\n Parameters.apiVersion,\n Parameters.live,\n Parameters.startTime,\n Parameters.endTime,\n Parameters.timestamp\n ],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.workspaceName,\n Parameters.machineName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listPortsOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/features/serviceMap/machines/{machineName}/ports\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.PortCollection\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [\n Parameters.apiVersion,\n Parameters.startTime,\n Parameters.endTime\n ],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.workspaceName,\n Parameters.machineName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listMachineGroupMembershipOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/features/serviceMap/machines/{machineName}/machineGroups\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.MachineGroupCollection\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [\n Parameters.apiVersion,\n Parameters.startTime,\n Parameters.endTime\n ],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.workspaceName,\n Parameters.machineName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listByWorkspaceNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.MachineCollection\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.workspaceName,\n Parameters.nextLink\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listConnectionsNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ConnectionCollection\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.workspaceName,\n Parameters.machineName,\n Parameters.nextLink\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listProcessesNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ProcessCollection\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.workspaceName,\n Parameters.machineName,\n Parameters.nextLink\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listPortsNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.PortCollection\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.workspaceName,\n Parameters.machineName,\n Parameters.nextLink\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listMachineGroupMembershipNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.MachineGroupCollection\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.workspaceName,\n Parameters.machineName,\n Parameters.nextLink\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n"]}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Maps } from "../operationsInterfaces";
|
|
2
|
-
import { ServiceMap } from "../serviceMap";
|
|
3
|
-
import { MapRequestUnion, MapsGenerateOptionalParams, MapsGenerateResponse } from "../models";
|
|
1
|
+
import { Maps } from "../operationsInterfaces/index.js";
|
|
2
|
+
import { ServiceMap } from "../serviceMap.js";
|
|
3
|
+
import { MapRequestUnion, MapsGenerateOptionalParams, MapsGenerateResponse } from "../models/index.js";
|
|
4
4
|
/** Class containing Maps operations. */
|
|
5
5
|
export declare class MapsImpl implements Maps {
|
|
6
6
|
private readonly client;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"maps.d.ts","sourceRoot":"","sources":["../../../src/operations/maps.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,IAAI,EAAE,MAAM,kCAAkC,CAAC;AAIxD,OAAO,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;AAC9C,OAAO,EACL,eAAe,EACf,0BAA0B,EAC1B,oBAAoB,EACrB,MAAM,oBAAoB,CAAC;AAE5B,wCAAwC;AACxC,qBAAa,QAAS,YAAW,IAAI;IACnC,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAa;IAEpC;;;OAGG;gBACS,MAAM,EAAE,UAAU;IAI9B;;;;;;OAMG;IACH,QAAQ,CACN,iBAAiB,EAAE,MAAM,EACzB,aAAa,EAAE,MAAM,EACrB,OAAO,EAAE,eAAe,EACxB,OAAO,CAAC,EAAE,0BAA0B,GACnC,OAAO,CAAC,oBAAoB,CAAC;CAMjC"}
|
|
@@ -6,10 +6,11 @@
|
|
|
6
6
|
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
7
|
*/
|
|
8
8
|
import * as coreClient from "@azure/core-client";
|
|
9
|
-
import * as Mappers from "../models/mappers";
|
|
10
|
-
import * as Parameters from "../models/parameters";
|
|
9
|
+
import * as Mappers from "../models/mappers.js";
|
|
10
|
+
import * as Parameters from "../models/parameters.js";
|
|
11
11
|
/** Class containing Maps operations. */
|
|
12
12
|
export class MapsImpl {
|
|
13
|
+
client;
|
|
13
14
|
/**
|
|
14
15
|
* Initialize a new instance of the class Maps class.
|
|
15
16
|
* @param client Reference to the service client
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"maps.js","sourceRoot":"","sources":["../../../src/operations/maps.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAGH,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AACjD,OAAO,KAAK,OAAO,MAAM,sBAAsB,CAAC;AAChD,OAAO,KAAK,UAAU,MAAM,yBAAyB,CAAC;AAQtD,wCAAwC;AACxC,MAAM,OAAO,QAAQ;IACF,MAAM,CAAa;IAEpC;;;OAGG;IACH,YAAY,MAAkB;QAC5B,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;IACvB,CAAC;IAED;;;;;;OAMG;IACH,QAAQ,CACN,iBAAyB,EACzB,aAAqB,EACrB,OAAwB,EACxB,OAAoC;QAEpC,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,aAAa,EAAE,OAAO,EAAE,OAAO,EAAE,EACtD,qBAAqB,CACtB,CAAC;IACJ,CAAC;CACF;AACD,2BAA2B;AAC3B,MAAM,UAAU,GAAG,UAAU,CAAC,gBAAgB,CAAC,OAAO,EAAE,WAAW,CAAC,KAAK,CAAC,CAAC;AAE3E,MAAM,qBAAqB,GAA6B;IACtD,IAAI,EACF,uKAAuK;IACzK,UAAU,EAAE,MAAM;IAClB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,WAAW;SAChC;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,aAAa;SAClC;KACF;IACD,WAAW,EAAE,UAAU,CAAC,OAAO;IAC/B,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,CAAC;IACxC,aAAa,EAAE;QACb,UAAU,CAAC,KAAK;QAChB,UAAU,CAAC,cAAc;QACzB,UAAU,CAAC,iBAAiB;QAC5B,UAAU,CAAC,aAAa;KACzB;IACD,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,EAAE,UAAU,CAAC,WAAW,CAAC;IAC7D,SAAS,EAAE,MAAM;IACjB,UAAU;CACX,CAAC","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 { Maps } from \"../operationsInterfaces/index.js\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers.js\";\nimport * as Parameters from \"../models/parameters.js\";\nimport { ServiceMap } from \"../serviceMap.js\";\nimport {\n MapRequestUnion,\n MapsGenerateOptionalParams,\n MapsGenerateResponse\n} from \"../models/index.js\";\n\n/** Class containing Maps operations. */\nexport class MapsImpl implements Maps {\n private readonly client: ServiceMap;\n\n /**\n * Initialize a new instance of the class Maps class.\n * @param client Reference to the service client\n */\n constructor(client: ServiceMap) {\n this.client = client;\n }\n\n /**\n * Generates the specified map.\n * @param resourceGroupName Resource group name within the specified subscriptionId.\n * @param workspaceName OMS workspace containing the resources of interest.\n * @param request Request options.\n * @param options The options parameters.\n */\n generate(\n resourceGroupName: string,\n workspaceName: string,\n request: MapRequestUnion,\n options?: MapsGenerateOptionalParams\n ): Promise<MapsGenerateResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, workspaceName, request, options },\n generateOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst generateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/features/serviceMap/generateMap\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.MapResponse\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n requestBody: Parameters.request,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.workspaceName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\n"]}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
-
import { Ports } from "../operationsInterfaces";
|
|
3
|
-
import { ServiceMap } from "../serviceMap";
|
|
4
|
-
import { Process, PortsListAcceptingProcessesOptionalParams, Connection, PortsListConnectionsOptionalParams, PortsGetOptionalParams, PortsGetResponse, PortsGetLivenessOptionalParams, PortsGetLivenessResponse } from "../models";
|
|
2
|
+
import { Ports } from "../operationsInterfaces/index.js";
|
|
3
|
+
import { ServiceMap } from "../serviceMap.js";
|
|
4
|
+
import { Process, PortsListAcceptingProcessesOptionalParams, Connection, PortsListConnectionsOptionalParams, PortsGetOptionalParams, PortsGetResponse, PortsGetLivenessOptionalParams, PortsGetLivenessResponse } from "../models/index.js";
|
|
5
5
|
/** Class containing Ports operations. */
|
|
6
6
|
export declare class PortsImpl implements Ports {
|
|
7
7
|
private readonly client;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ports.d.ts","sourceRoot":"","sources":["../../../src/operations/ports.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AAE9E,OAAO,EAAE,KAAK,EAAE,MAAM,kCAAkC,CAAC;AAIzD,OAAO,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;AAC9C,OAAO,EACL,OAAO,EAEP,yCAAyC,EAEzC,UAAU,EAEV,kCAAkC,EAElC,sBAAsB,EACtB,gBAAgB,EAChB,8BAA8B,EAC9B,wBAAwB,EAGzB,MAAM,oBAAoB,CAAC;AAG5B,yCAAyC;AACzC,qBAAa,SAAU,YAAW,KAAK;IACrC,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAa;IAEpC;;;OAGG;gBACS,MAAM,EAAE,UAAU;IAI9B;;;;;;;OAOG;IACI,sBAAsB,CAC3B,iBAAiB,EAAE,MAAM,EACzB,aAAa,EAAE,MAAM,EACrB,WAAW,EAAE,MAAM,EACnB,QAAQ,EAAE,MAAM,EAChB,OAAO,CAAC,EAAE,yCAAyC,GAClD,0BAA0B,CAAC,OAAO,CAAC;YA+BvB,gCAAgC;YAuChC,+BAA+B;IAkB9C;;;;;;;OAOG;IACI,eAAe,CACpB,iBAAiB,EAAE,MAAM,EACzB,aAAa,EAAE,MAAM,EACrB,WAAW,EAAE,MAAM,EACnB,QAAQ,EAAE,MAAM,EAChB,OAAO,CAAC,EAAE,kCAAkC,GAC3C,0BAA0B,CAAC,UAAU,CAAC;YA+B1B,yBAAyB;YAuCzB,wBAAwB;IAkBvC;;;;;;;;OAQG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,aAAa,EAAE,MAAM,EACrB,WAAW,EAAE,MAAM,EACnB,QAAQ,EAAE,MAAM,EAChB,OAAO,CAAC,EAAE,sBAAsB,GAC/B,OAAO,CAAC,gBAAgB,CAAC;IAO5B;;;;;;;OAOG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,aAAa,EAAE,MAAM,EACrB,WAAW,EAAE,MAAM,EACnB,QAAQ,EAAE,MAAM,EAChB,OAAO,CAAC,EAAE,8BAA8B,GACvC,OAAO,CAAC,wBAAwB,CAAC;IAOpC;;;;;;;OAOG;IACH,OAAO,CAAC,uBAAuB;IAa/B;;;;;;;OAOG;IACH,OAAO,CAAC,gBAAgB;IAaxB;;;;;;;;OAQG;IACH,OAAO,CAAC,2BAA2B;IAqBnC;;;;;;;;OAQG;IACH,OAAO,CAAC,oBAAoB;CAoB7B"}
|