@azure/arm-springappdiscovery 1.0.0-beta.1 → 1.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 +11 -1
- package/LICENSE +4 -4
- package/README.md +26 -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 -4
- package/dist/browser/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +1 -1
- package/dist/browser/lroImpl.js +18 -0
- package/dist/browser/lroImpl.js.map +1 -0
- package/dist/browser/models/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/models/mappers.js +64 -27
- 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/errorSummaries.d.ts +3 -3
- package/dist/browser/operations/errorSummaries.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/errorSummaries.js +26 -43
- package/dist/browser/operations/errorSummaries.js.map +1 -0
- package/dist/browser/operations/index.d.ts +7 -0
- package/dist/browser/operations/index.d.ts.map +1 -0
- package/dist/browser/operations/index.js +14 -0
- package/dist/browser/operations/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/operations.d.ts +3 -3
- package/dist/browser/operations/operations.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/operations.js +26 -43
- package/dist/browser/operations/operations.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/springbootapps.d.ts +3 -3
- package/dist/browser/operations/springbootapps.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/springbootapps.js +96 -129
- package/dist/browser/operations/springbootapps.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/springbootservers.d.ts +3 -3
- package/dist/browser/operations/springbootservers.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/springbootservers.js +138 -170
- package/dist/browser/operations/springbootservers.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/springbootsites.d.ts +3 -3
- package/dist/browser/operations/springbootsites.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/springbootsites.js +179 -210
- package/dist/browser/operations/springbootsites.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 +26 -43
- package/dist/browser/operations/summaries.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/errorSummaries.d.ts +1 -1
- package/dist/browser/operationsInterfaces/errorSummaries.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/errorSummaries.js.map +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts +7 -0
- package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/index.js +14 -0
- package/dist/browser/operationsInterfaces/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts +1 -1
- package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/operations.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/springbootapps.d.ts +1 -1
- package/dist/browser/operationsInterfaces/springbootapps.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/springbootapps.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/springbootservers.d.ts +1 -1
- package/dist/browser/operationsInterfaces/springbootservers.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/springbootservers.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/springbootsites.d.ts +1 -1
- package/dist/browser/operationsInterfaces/springbootsites.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/springbootsites.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-esm/src → dist/browser}/pagingHelper.js +2 -4
- package/dist/browser/pagingHelper.js.map +1 -0
- package/{dist-esm/src → dist/browser}/springAppDiscoveryManagementClient.d.ts +2 -2
- package/dist/browser/springAppDiscoveryManagementClient.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/springAppDiscoveryManagementClient.js +35 -24
- package/dist/browser/springAppDiscoveryManagementClient.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/dist/commonjs/lroImpl.d.ts +11 -0
- package/dist/commonjs/lroImpl.d.ts.map +1 -0
- package/dist/commonjs/lroImpl.js +21 -0
- package/dist/commonjs/lroImpl.js.map +1 -0
- package/dist/commonjs/models/index.d.ts +737 -0
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +57 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +44 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +1344 -0
- package/dist/commonjs/models/mappers.js.map +1 -0
- package/dist/commonjs/models/parameters.d.ts +20 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/models/parameters.js +204 -0
- package/dist/commonjs/models/parameters.js.map +1 -0
- package/dist/commonjs/operations/errorSummaries.d.ts +46 -0
- package/dist/commonjs/operations/errorSummaries.d.ts.map +1 -0
- package/dist/commonjs/operations/errorSummaries.js +170 -0
- package/dist/commonjs/operations/errorSummaries.js.map +1 -0
- package/dist/commonjs/operations/index.d.ts +7 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -0
- package/dist/commonjs/operations/index.js +17 -0
- package/dist/commonjs/operations/index.js.map +1 -0
- package/dist/commonjs/operations/operations.d.ts +32 -0
- package/dist/commonjs/operations/operations.d.ts.map +1 -0
- package/dist/commonjs/operations/operations.js +121 -0
- package/dist/commonjs/operations/operations.js.map +1 -0
- package/dist/commonjs/operations/springbootapps.d.ts +86 -0
- package/dist/commonjs/operations/springbootapps.d.ts.map +1 -0
- package/dist/commonjs/operations/springbootapps.js +374 -0
- package/dist/commonjs/operations/springbootapps.js.map +1 -0
- package/dist/commonjs/operations/springbootservers.d.ts +111 -0
- package/dist/commonjs/operations/springbootservers.d.ts.map +1 -0
- package/dist/commonjs/operations/springbootservers.js +508 -0
- package/dist/commonjs/operations/springbootservers.js.map +1 -0
- package/dist/commonjs/operations/springbootsites.d.ts +113 -0
- package/dist/commonjs/operations/springbootsites.d.ts.map +1 -0
- package/dist/commonjs/operations/springbootsites.js +565 -0
- package/dist/commonjs/operations/springbootsites.js.map +1 -0
- package/dist/commonjs/operations/summaries.d.ts +46 -0
- package/dist/commonjs/operations/summaries.d.ts.map +1 -0
- package/dist/commonjs/operations/summaries.js +170 -0
- package/dist/commonjs/operations/summaries.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/errorSummaries.d.ts +21 -0
- package/dist/commonjs/operationsInterfaces/errorSummaries.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/errorSummaries.js +10 -0
- package/dist/commonjs/operationsInterfaces/errorSummaries.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts +7 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.js +17 -0
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.js +10 -0
- package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/springbootapps.d.ts +46 -0
- package/dist/commonjs/operationsInterfaces/springbootapps.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/springbootapps.js +10 -0
- package/dist/commonjs/operationsInterfaces/springbootapps.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/springbootservers.d.ts +71 -0
- package/dist/commonjs/operationsInterfaces/springbootservers.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/springbootservers.js +10 -0
- package/dist/commonjs/operationsInterfaces/springbootservers.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/springbootsites.d.ts +77 -0
- package/dist/commonjs/operationsInterfaces/springbootsites.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/springbootsites.js +10 -0
- package/dist/commonjs/operationsInterfaces/springbootsites.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/summaries.d.ts +21 -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/springAppDiscoveryManagementClient.d.ts +25 -0
- package/dist/commonjs/springAppDiscoveryManagementClient.d.ts.map +1 -0
- package/dist/commonjs/springAppDiscoveryManagementClient.js +121 -0
- package/dist/commonjs/springAppDiscoveryManagementClient.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 -5
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/lroImpl.d.ts +11 -0
- package/dist/esm/lroImpl.d.ts.map +1 -0
- package/dist/esm/lroImpl.js +18 -0
- package/dist/esm/lroImpl.js.map +1 -0
- package/dist/esm/models/index.d.ts +737 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +54 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +44 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/esm/models/mappers.js +1341 -0
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +20 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +201 -0
- package/dist/esm/models/parameters.js.map +1 -0
- package/dist/esm/operations/errorSummaries.d.ts +46 -0
- package/dist/esm/operations/errorSummaries.d.ts.map +1 -0
- package/dist/esm/operations/errorSummaries.js +165 -0
- package/dist/esm/operations/errorSummaries.js.map +1 -0
- package/dist/esm/operations/index.d.ts +7 -0
- package/dist/esm/operations/index.d.ts.map +1 -0
- package/dist/esm/operations/index.js +14 -0
- package/dist/esm/operations/index.js.map +1 -0
- package/dist/esm/operations/operations.d.ts +32 -0
- package/dist/esm/operations/operations.d.ts.map +1 -0
- package/dist/esm/operations/operations.js +116 -0
- package/dist/esm/operations/operations.js.map +1 -0
- package/dist/esm/operations/springbootapps.d.ts +86 -0
- package/dist/esm/operations/springbootapps.d.ts.map +1 -0
- package/dist/esm/operations/springbootapps.js +369 -0
- package/dist/esm/operations/springbootapps.js.map +1 -0
- package/dist/esm/operations/springbootservers.d.ts +111 -0
- package/dist/esm/operations/springbootservers.d.ts.map +1 -0
- package/dist/esm/operations/springbootservers.js +503 -0
- package/dist/esm/operations/springbootservers.js.map +1 -0
- package/dist/esm/operations/springbootsites.d.ts +113 -0
- package/dist/esm/operations/springbootsites.d.ts.map +1 -0
- package/dist/esm/operations/springbootsites.js +560 -0
- package/dist/esm/operations/springbootsites.js.map +1 -0
- package/dist/esm/operations/summaries.d.ts +46 -0
- package/dist/esm/operations/summaries.d.ts.map +1 -0
- package/dist/esm/operations/summaries.js +165 -0
- package/dist/esm/operations/summaries.js.map +1 -0
- package/dist/esm/operationsInterfaces/errorSummaries.d.ts +21 -0
- package/dist/esm/operationsInterfaces/errorSummaries.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/errorSummaries.js +9 -0
- package/dist/esm/operationsInterfaces/errorSummaries.js.map +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts +7 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/index.js +14 -0
- package/dist/esm/operationsInterfaces/index.js.map +1 -0
- package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
- package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/operations.js +9 -0
- package/dist/esm/operationsInterfaces/operations.js.map +1 -0
- package/dist/esm/operationsInterfaces/springbootapps.d.ts +46 -0
- package/dist/esm/operationsInterfaces/springbootapps.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/springbootapps.js +9 -0
- package/dist/esm/operationsInterfaces/springbootapps.js.map +1 -0
- package/dist/esm/operationsInterfaces/springbootservers.d.ts +71 -0
- package/dist/esm/operationsInterfaces/springbootservers.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/springbootservers.js +9 -0
- package/dist/esm/operationsInterfaces/springbootservers.js.map +1 -0
- package/dist/esm/operationsInterfaces/springbootsites.d.ts +77 -0
- package/dist/esm/operationsInterfaces/springbootsites.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/springbootsites.js +9 -0
- package/dist/esm/operationsInterfaces/springbootsites.js.map +1 -0
- package/dist/esm/operationsInterfaces/summaries.d.ts +21 -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/springAppDiscoveryManagementClient.d.ts +25 -0
- package/dist/esm/springAppDiscoveryManagementClient.d.ts.map +1 -0
- package/dist/esm/springAppDiscoveryManagementClient.js +116 -0
- package/dist/esm/springAppDiscoveryManagementClient.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/lroImpl.d.ts +11 -0
- package/dist/react-native/lroImpl.d.ts.map +1 -0
- package/dist/react-native/lroImpl.js +18 -0
- package/dist/react-native/lroImpl.js.map +1 -0
- package/dist/react-native/models/index.d.ts +737 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +54 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +44 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +1341 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +20 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +201 -0
- package/dist/react-native/models/parameters.js.map +1 -0
- package/dist/react-native/operations/errorSummaries.d.ts +46 -0
- package/dist/react-native/operations/errorSummaries.d.ts.map +1 -0
- package/dist/react-native/operations/errorSummaries.js +165 -0
- package/dist/react-native/operations/errorSummaries.js.map +1 -0
- package/dist/react-native/operations/index.d.ts +7 -0
- package/dist/react-native/operations/index.d.ts.map +1 -0
- package/dist/react-native/operations/index.js +14 -0
- package/dist/react-native/operations/index.js.map +1 -0
- package/dist/react-native/operations/operations.d.ts +32 -0
- package/dist/react-native/operations/operations.d.ts.map +1 -0
- package/dist/react-native/operations/operations.js +116 -0
- package/dist/react-native/operations/operations.js.map +1 -0
- package/dist/react-native/operations/springbootapps.d.ts +86 -0
- package/dist/react-native/operations/springbootapps.d.ts.map +1 -0
- package/dist/react-native/operations/springbootapps.js +369 -0
- package/dist/react-native/operations/springbootapps.js.map +1 -0
- package/dist/react-native/operations/springbootservers.d.ts +111 -0
- package/dist/react-native/operations/springbootservers.d.ts.map +1 -0
- package/dist/react-native/operations/springbootservers.js +503 -0
- package/dist/react-native/operations/springbootservers.js.map +1 -0
- package/dist/react-native/operations/springbootsites.d.ts +113 -0
- package/dist/react-native/operations/springbootsites.d.ts.map +1 -0
- package/dist/react-native/operations/springbootsites.js +560 -0
- package/dist/react-native/operations/springbootsites.js.map +1 -0
- package/dist/react-native/operations/summaries.d.ts +46 -0
- package/dist/react-native/operations/summaries.d.ts.map +1 -0
- package/dist/react-native/operations/summaries.js +165 -0
- package/dist/react-native/operations/summaries.js.map +1 -0
- package/dist/react-native/operationsInterfaces/errorSummaries.d.ts +21 -0
- package/dist/react-native/operationsInterfaces/errorSummaries.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/errorSummaries.js +9 -0
- package/dist/react-native/operationsInterfaces/errorSummaries.js.map +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts +7 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/index.js +14 -0
- package/dist/react-native/operationsInterfaces/index.js.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.js +9 -0
- package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/springbootapps.d.ts +46 -0
- package/dist/react-native/operationsInterfaces/springbootapps.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/springbootapps.js +9 -0
- package/dist/react-native/operationsInterfaces/springbootapps.js.map +1 -0
- package/dist/react-native/operationsInterfaces/springbootservers.d.ts +71 -0
- package/dist/react-native/operationsInterfaces/springbootservers.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/springbootservers.js +9 -0
- package/dist/react-native/operationsInterfaces/springbootservers.js.map +1 -0
- package/dist/react-native/operationsInterfaces/springbootsites.d.ts +77 -0
- package/dist/react-native/operationsInterfaces/springbootsites.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/springbootsites.js +9 -0
- package/dist/react-native/operationsInterfaces/springbootsites.js.map +1 -0
- package/dist/react-native/operationsInterfaces/summaries.d.ts +21 -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/springAppDiscoveryManagementClient.d.ts +25 -0
- package/dist/react-native/springAppDiscoveryManagementClient.d.ts.map +1 -0
- package/dist/react-native/springAppDiscoveryManagementClient.js +116 -0
- package/dist/react-native/springAppDiscoveryManagementClient.js.map +1 -0
- package/package.json +83 -67
- package/dist/index.js +0 -3778
- 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/errorSummariesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/errorSummariesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/errorSummariesGetSample.js +0 -58
- package/dist-esm/samples-dev/errorSummariesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/errorSummariesListBySiteSample.d.ts +0 -2
- package/dist-esm/samples-dev/errorSummariesListBySiteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/errorSummariesListBySiteSample.js +0 -88
- package/dist-esm/samples-dev/errorSummariesListBySiteSample.js.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.js +0 -86
- package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
- package/dist-esm/samples-dev/springbootappsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/springbootappsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/springbootappsGetSample.js +0 -58
- package/dist-esm/samples-dev/springbootappsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/springbootappsListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/springbootappsListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/springbootappsListByResourceGroupSample.js +0 -88
- package/dist-esm/samples-dev/springbootappsListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/springbootappsListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/springbootappsListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/springbootappsListBySubscriptionSample.js +0 -86
- package/dist-esm/samples-dev/springbootappsListBySubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/springbootappsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/springbootappsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/springbootappsUpdateSample.js +0 -60
- package/dist-esm/samples-dev/springbootappsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/springbootserversCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/springbootserversCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/springbootserversCreateOrUpdateSample.js +0 -70
- package/dist-esm/samples-dev/springbootserversCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/springbootserversDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/springbootserversDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/springbootserversDeleteSample.js +0 -58
- package/dist-esm/samples-dev/springbootserversDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/springbootserversGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/springbootserversGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/springbootserversGetSample.js +0 -58
- package/dist-esm/samples-dev/springbootserversGetSample.js.map +0 -1
- package/dist-esm/samples-dev/springbootserversListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/springbootserversListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/springbootserversListByResourceGroupSample.js +0 -88
- package/dist-esm/samples-dev/springbootserversListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/springbootserversListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/springbootserversListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/springbootserversListBySubscriptionSample.js +0 -86
- package/dist-esm/samples-dev/springbootserversListBySubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/springbootserversUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/springbootserversUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/springbootserversUpdateSample.js +0 -60
- package/dist-esm/samples-dev/springbootserversUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/springbootsitesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/springbootsitesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/springbootsitesCreateOrUpdateSample.js +0 -70
- package/dist-esm/samples-dev/springbootsitesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/springbootsitesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/springbootsitesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/springbootsitesDeleteSample.js +0 -58
- package/dist-esm/samples-dev/springbootsitesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/springbootsitesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/springbootsitesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/springbootsitesGetSample.js +0 -58
- package/dist-esm/samples-dev/springbootsitesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/springbootsitesListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/springbootsitesListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/springbootsitesListByResourceGroupSample.js +0 -88
- package/dist-esm/samples-dev/springbootsitesListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/springbootsitesListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/springbootsitesListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/springbootsitesListBySubscriptionSample.js +0 -86
- package/dist-esm/samples-dev/springbootsitesListBySubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/springbootsitesTriggerRefreshSiteSample.d.ts +0 -2
- package/dist-esm/samples-dev/springbootsitesTriggerRefreshSiteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/springbootsitesTriggerRefreshSiteSample.js +0 -56
- package/dist-esm/samples-dev/springbootsitesTriggerRefreshSiteSample.js.map +0 -1
- package/dist-esm/samples-dev/springbootsitesUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/springbootsitesUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/springbootsitesUpdateSample.js +0 -65
- package/dist-esm/samples-dev/springbootsitesUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/summariesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/summariesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/summariesGetSample.js +0 -58
- package/dist-esm/samples-dev/summariesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/summariesListBySiteSample.d.ts +0 -2
- package/dist-esm/samples-dev/summariesListBySiteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/summariesListBySiteSample.js +0 -88
- package/dist-esm/samples-dev/summariesListBySiteSample.js.map +0 -1
- package/dist-esm/src/index.d.ts +0 -6
- package/dist-esm/src/index.d.ts.map +0 -1
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/lroImpl.js +0 -21
- package/dist-esm/src/lroImpl.js.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/errorSummaries.d.ts.map +0 -1
- package/dist-esm/src/operations/errorSummaries.js.map +0 -1
- package/dist-esm/src/operations/index.d.ts +0 -7
- package/dist-esm/src/operations/index.d.ts.map +0 -1
- package/dist-esm/src/operations/index.js +0 -14
- package/dist-esm/src/operations/index.js.map +0 -1
- package/dist-esm/src/operations/operations.d.ts.map +0 -1
- package/dist-esm/src/operations/operations.js.map +0 -1
- package/dist-esm/src/operations/springbootapps.d.ts.map +0 -1
- package/dist-esm/src/operations/springbootapps.js.map +0 -1
- package/dist-esm/src/operations/springbootservers.d.ts.map +0 -1
- package/dist-esm/src/operations/springbootservers.js.map +0 -1
- package/dist-esm/src/operations/springbootsites.d.ts.map +0 -1
- package/dist-esm/src/operations/springbootsites.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/errorSummaries.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/errorSummaries.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -7
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.js +0 -14
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/springbootapps.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/springbootapps.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/springbootservers.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/springbootservers.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/springbootsites.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/springbootsites.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/pagingHelper.js.map +0 -1
- package/dist-esm/src/springAppDiscoveryManagementClient.d.ts.map +0 -1
- package/dist-esm/src/springAppDiscoveryManagementClient.js.map +0 -1
- package/dist-esm/test/springappdiscovery_operations_test.spec.d.ts +0 -4
- package/dist-esm/test/springappdiscovery_operations_test.spec.d.ts.map +0 -1
- package/dist-esm/test/springappdiscovery_operations_test.spec.js +0 -73
- package/dist-esm/test/springappdiscovery_operations_test.spec.js.map +0 -1
- package/src/lroImpl.ts +0 -42
- package/src/models/index.ts +0 -857
- package/src/models/mappers.ts +0 -1389
- package/src/models/parameters.ts +0 -230
- package/src/operations/errorSummaries.ts +0 -236
- package/src/operations/index.ts +0 -14
- package/src/operations/operations.ts +0 -149
- package/src/operations/springbootapps.ts +0 -533
- package/src/operations/springbootservers.ts +0 -717
- package/src/operations/springbootsites.ts +0 -773
- package/src/operations/summaries.ts +0 -236
- package/src/operationsInterfaces/errorSummaries.ts +0 -44
- package/src/operationsInterfaces/index.ts +0 -14
- package/src/operationsInterfaces/operations.ts +0 -22
- package/src/operationsInterfaces/springbootapps.ts +0 -93
- package/src/operationsInterfaces/springbootservers.ts +0 -143
- package/src/operationsInterfaces/springbootsites.ts +0 -156
- package/src/operationsInterfaces/summaries.ts +0 -44
- package/src/pagingHelper.ts +0 -39
- package/src/springAppDiscoveryManagementClient.ts +0 -165
- package/tsconfig.json +0 -33
- package/types/arm-springappdiscovery.d.ts +0 -1117
- /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
- /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/errorSummaries.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/springbootapps.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/springbootservers.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/springbootsites.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/summaries.js +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
- /package/review/{arm-springappdiscovery.api.md → arm-springappdiscovery-node.api.md} +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"mappers.js","sourceRoot":"","sources":["../../../src/models/mappers.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 * as coreClient from \"@azure/core-client\";\n\nexport const SpringbootsitesProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SpringbootsitesProperties\",\n modelProperties: {\n masterSiteId: {\n serializedName: \"masterSiteId\",\n type: {\n name: \"String\",\n },\n },\n migrateProjectId: {\n serializedName: \"migrateProjectId\",\n type: {\n name: \"String\",\n },\n },\n provisioningState: {\n serializedName: \"provisioningState\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SpringbootsitesModelExtendedLocation: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"SpringbootsitesModelExtendedLocation\",\n modelProperties: {\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const Resource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Resource\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\",\n },\n },\n },\n },\n};\n\nexport const SystemData: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SystemData\",\n modelProperties: {\n createdBy: {\n serializedName: \"createdBy\",\n type: {\n name: \"String\",\n },\n },\n createdByType: {\n serializedName: \"createdByType\",\n type: {\n name: \"String\",\n },\n },\n createdAt: {\n serializedName: \"createdAt\",\n type: {\n name: \"DateTime\",\n },\n },\n lastModifiedBy: {\n serializedName: \"lastModifiedBy\",\n type: {\n name: \"String\",\n },\n },\n lastModifiedByType: {\n serializedName: \"lastModifiedByType\",\n type: {\n name: \"String\",\n },\n },\n lastModifiedAt: {\n serializedName: \"lastModifiedAt\",\n type: {\n name: \"DateTime\",\n },\n },\n },\n },\n};\n\nexport const ErrorResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorResponse\",\n modelProperties: {\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\",\n },\n },\n },\n },\n};\n\nexport const ErrorDetail: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n message: {\n serializedName: \"message\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n target: {\n serializedName: \"target\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n details: {\n serializedName: \"details\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\",\n },\n },\n },\n },\n additionalInfo: {\n serializedName: \"additionalInfo\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ErrorAdditionalInfo\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ErrorAdditionalInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorAdditionalInfo\",\n modelProperties: {\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n info: {\n serializedName: \"info\",\n readOnly: true,\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } },\n },\n },\n },\n },\n};\n\nexport const SpringbootsitesListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SpringbootsitesListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SpringbootsitesModel\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const OperationListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Operation\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const Operation: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Operation\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n isDataAction: {\n serializedName: \"isDataAction\",\n readOnly: true,\n type: {\n name: \"Boolean\",\n },\n },\n display: {\n serializedName: \"display\",\n type: {\n name: \"Composite\",\n className: \"OperationDisplay\",\n },\n },\n origin: {\n serializedName: \"origin\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n actionType: {\n serializedName: \"actionType\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const OperationDisplay: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationDisplay\",\n modelProperties: {\n provider: {\n serializedName: \"provider\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n resource: {\n serializedName: \"resource\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n operation: {\n serializedName: \"operation\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n description: {\n serializedName: \"description\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SpringbootserversProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SpringbootserversProperties\",\n modelProperties: {\n port: {\n serializedName: \"port\",\n type: {\n name: \"Number\",\n },\n },\n server: {\n serializedName: \"server\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n fqdnAndIpAddressList: {\n serializedName: \"fqdnAndIpAddressList\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n machineArmId: {\n serializedName: \"machineArmId\",\n type: {\n name: \"String\",\n },\n },\n totalApps: {\n serializedName: \"totalApps\",\n type: {\n name: \"Number\",\n },\n },\n springBootApps: {\n serializedName: \"springBootApps\",\n type: {\n name: \"Number\",\n },\n },\n errors: {\n serializedName: \"errors\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ErrorModel\",\n },\n },\n },\n },\n provisioningState: {\n serializedName: \"provisioningState\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ErrorModel: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorModel\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"Number\",\n },\n },\n code: {\n serializedName: \"code\",\n type: {\n name: \"String\",\n },\n },\n summaryMessage: {\n serializedName: \"summaryMessage\",\n type: {\n name: \"String\",\n },\n },\n runAsAccountId: {\n serializedName: \"runAsAccountId\",\n type: {\n name: \"String\",\n },\n },\n message: {\n serializedName: \"message\",\n type: {\n name: \"String\",\n },\n },\n possibleCauses: {\n serializedName: \"possibleCauses\",\n type: {\n name: \"String\",\n },\n },\n recommendedAction: {\n serializedName: \"recommendedAction\",\n type: {\n name: \"String\",\n },\n },\n severity: {\n serializedName: \"severity\",\n type: {\n name: \"String\",\n },\n },\n updatedTimeStamp: {\n serializedName: \"updatedTimeStamp\",\n type: {\n name: \"DateTime\",\n },\n },\n },\n },\n};\n\nexport const SpringbootserversListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SpringbootserversListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SpringbootserversModel\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SpringbootappsProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SpringbootappsProperties\",\n modelProperties: {\n appName: {\n serializedName: \"appName\",\n type: {\n name: \"String\",\n },\n },\n artifactName: {\n serializedName: \"artifactName\",\n type: {\n name: \"String\",\n },\n },\n appPort: {\n serializedName: \"appPort\",\n type: {\n name: \"Number\",\n },\n },\n appType: {\n serializedName: \"appType\",\n type: {\n name: \"String\",\n },\n },\n applicationConfigurations: {\n serializedName: \"applicationConfigurations\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className:\n \"SpringbootappsPropertiesApplicationConfigurationsItem\",\n },\n },\n },\n },\n bindingPorts: {\n serializedName: \"bindingPorts\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Number\",\n },\n },\n },\n },\n buildJdkVersion: {\n serializedName: \"buildJdkVersion\",\n type: {\n name: \"String\",\n },\n },\n certificates: {\n serializedName: \"certificates\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n checksum: {\n serializedName: \"checksum\",\n type: {\n name: \"String\",\n },\n },\n dependencies: {\n serializedName: \"dependencies\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n environments: {\n serializedName: \"environments\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n instanceCount: {\n serializedName: \"instanceCount\",\n type: {\n name: \"Number\",\n },\n },\n jarFileLocation: {\n serializedName: \"jarFileLocation\",\n type: {\n name: \"String\",\n },\n },\n jvmMemoryInMB: {\n serializedName: \"jvmMemoryInMB\",\n type: {\n name: \"Number\",\n },\n },\n jvmOptions: {\n serializedName: \"jvmOptions\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n miscs: {\n serializedName: \"miscs\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SpringbootappsPropertiesMiscsItem\",\n },\n },\n },\n },\n instances: {\n serializedName: \"instances\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SpringbootappsPropertiesInstancesItem\",\n },\n },\n },\n },\n runtimeJdkVersion: {\n serializedName: \"runtimeJdkVersion\",\n type: {\n name: \"String\",\n },\n },\n servers: {\n serializedName: \"servers\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n machineArmIds: {\n serializedName: \"machineArmIds\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n siteName: {\n serializedName: \"siteName\",\n type: {\n name: \"String\",\n },\n },\n springBootVersion: {\n serializedName: \"springBootVersion\",\n type: {\n name: \"String\",\n },\n },\n staticContentLocations: {\n serializedName: \"staticContentLocations\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n connectionStrings: {\n serializedName: \"connectionStrings\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n lastModifiedTime: {\n serializedName: \"lastModifiedTime\",\n type: {\n name: \"DateTime\",\n },\n },\n lastUpdatedTime: {\n serializedName: \"lastUpdatedTime\",\n type: {\n name: \"DateTime\",\n },\n },\n provisioningState: {\n serializedName: \"provisioningState\",\n type: {\n name: \"String\",\n },\n },\n errors: {\n serializedName: \"errors\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ErrorModel\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const SpringbootappsPropertiesApplicationConfigurationsItem: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"SpringbootappsPropertiesApplicationConfigurationsItem\",\n modelProperties: {\n key: {\n serializedName: \"key\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n value: {\n serializedName: \"value\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const SpringbootappsPropertiesMiscsItem: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SpringbootappsPropertiesMiscsItem\",\n modelProperties: {\n key: {\n serializedName: \"key\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n value: {\n serializedName: \"value\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SpringbootappsPropertiesInstancesItem: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"SpringbootappsPropertiesInstancesItem\",\n modelProperties: {\n machineArmId: {\n serializedName: \"machineArmId\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n instanceCount: {\n serializedName: \"instanceCount\",\n type: {\n name: \"Number\",\n },\n },\n jvmMemoryInMB: {\n serializedName: \"jvmMemoryInMB\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n };\n\nexport const SpringbootappsListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SpringbootappsListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SpringbootappsModel\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SummariesProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SummariesProperties\",\n modelProperties: {\n discoveredServers: {\n serializedName: \"discoveredServers\",\n type: {\n name: \"Number\",\n },\n },\n discoveredApps: {\n serializedName: \"discoveredApps\",\n type: {\n name: \"Number\",\n },\n },\n errors: {\n serializedName: \"errors\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ErrorModel\",\n },\n },\n },\n },\n provisioningState: {\n serializedName: \"provisioningState\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SummaryList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SummaryList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Summary\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ErrorSummariesProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorSummariesProperties\",\n modelProperties: {\n discoveryScopeErrorSummaries: {\n serializedName: \"discoveryScopeErrorSummaries\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ErrorSummaryModel\",\n },\n },\n },\n },\n errors: {\n serializedName: \"errors\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ErrorModel\",\n },\n },\n },\n },\n provisioningState: {\n serializedName: \"provisioningState\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ErrorSummaryModel: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorSummaryModel\",\n modelProperties: {\n affectedResourceType: {\n serializedName: \"affectedResourceType\",\n type: {\n name: \"String\",\n },\n },\n affectedObjectsCount: {\n serializedName: \"affectedObjectsCount\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const ErrorSummaryList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorSummaryList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ErrorSummary\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SummariesResourcePatch: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SummariesResourcePatch\",\n modelProperties: {\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"SummariesProperties\",\n },\n },\n },\n },\n};\n\nexport const ErrorSummariesResourcePatch: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorSummariesResourcePatch\",\n modelProperties: {\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"ErrorSummariesProperties\",\n },\n },\n },\n },\n};\n\nexport const TrackedResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TrackedResource\",\n modelProperties: {\n ...Resource.type.modelProperties,\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n location: {\n serializedName: \"location\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ProxyResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProxyResource\",\n modelProperties: {\n ...Resource.type.modelProperties,\n },\n },\n};\n\nexport const SpringbootsitesModel: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SpringbootsitesModel\",\n modelProperties: {\n ...TrackedResource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"SpringbootsitesProperties\",\n },\n },\n extendedLocation: {\n serializedName: \"extendedLocation\",\n type: {\n name: \"Composite\",\n className: \"SpringbootsitesModelExtendedLocation\",\n },\n },\n },\n },\n};\n\nexport const SpringbootsitesPatch: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SpringbootsitesPatch\",\n modelProperties: {\n ...TrackedResource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"SpringbootsitesProperties\",\n },\n },\n },\n },\n};\n\nexport const SpringbootserversModel: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SpringbootserversModel\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"SpringbootserversProperties\",\n },\n },\n },\n },\n};\n\nexport const SpringbootserversPatch: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SpringbootserversPatch\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"SpringbootserversProperties\",\n },\n },\n },\n },\n};\n\nexport const SpringbootappsModel: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SpringbootappsModel\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"SpringbootappsProperties\",\n },\n },\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n },\n },\n};\n\nexport const SpringbootappsPatch: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SpringbootappsPatch\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"SpringbootappsProperties\",\n },\n },\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n },\n },\n};\n\nexport const Summary: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Summary\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"SummariesProperties\",\n },\n },\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n },\n },\n};\n\nexport const ErrorSummary: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorSummary\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"ErrorSummariesProperties\",\n },\n },\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n },\n },\n};\n\nexport const SpringbootsitesDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SpringbootsitesDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SpringbootsitesUpdateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SpringbootsitesUpdateHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SpringbootsitesTriggerRefreshSiteHeaders: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"SpringbootsitesTriggerRefreshSiteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const SpringbootserversDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SpringbootserversDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SpringbootserversUpdateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SpringbootserversUpdateHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SpringbootappsUpdateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SpringbootappsUpdateHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n"]}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { OperationParameter, OperationURLParameter, OperationQueryParameter } from "@azure/core-client";
|
|
2
|
+
export declare const accept: OperationParameter;
|
|
3
|
+
export declare const $host: OperationURLParameter;
|
|
4
|
+
export declare const subscriptionId: OperationURLParameter;
|
|
5
|
+
export declare const resourceGroupName: OperationURLParameter;
|
|
6
|
+
export declare const springbootsitesName: OperationURLParameter;
|
|
7
|
+
export declare const apiVersion: OperationQueryParameter;
|
|
8
|
+
export declare const contentType: OperationParameter;
|
|
9
|
+
export declare const springbootsites: OperationParameter;
|
|
10
|
+
export declare const springbootsites1: OperationParameter;
|
|
11
|
+
export declare const nextLink: OperationURLParameter;
|
|
12
|
+
export declare const siteName: OperationURLParameter;
|
|
13
|
+
export declare const springbootserversName: OperationURLParameter;
|
|
14
|
+
export declare const springbootservers: OperationParameter;
|
|
15
|
+
export declare const springbootservers1: OperationParameter;
|
|
16
|
+
export declare const springbootappsName: OperationURLParameter;
|
|
17
|
+
export declare const springbootapps: OperationParameter;
|
|
18
|
+
export declare const summaryName: OperationURLParameter;
|
|
19
|
+
export declare const errorSummaryName: OperationURLParameter;
|
|
20
|
+
//# sourceMappingURL=parameters.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"parameters.d.ts","sourceRoot":"","sources":["../../../src/models/parameters.ts"],"names":[],"mappings":"AAQA,OAAO,EACL,kBAAkB,EAClB,qBAAqB,EACrB,uBAAuB,EACxB,MAAM,oBAAoB,CAAC;AAS5B,eAAO,MAAM,MAAM,EAAE,kBAUpB,CAAC;AAEF,eAAO,MAAM,KAAK,EAAE,qBAUnB,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,qBAY5B,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,qBAa/B,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,qBAcjC,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,uBAUxB,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,kBAUzB,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,kBAG7B,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,kBAG9B,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,qBAUtB,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,qBActB,CAAC;AAEF,eAAO,MAAM,qBAAqB,EAAE,qBAcnC,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,kBAG/B,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,kBAGhC,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,qBAchC,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,kBAG5B,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,qBAczB,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,qBAc9B,CAAC"}
|
|
@@ -0,0 +1,201 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*
|
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
+
*/
|
|
8
|
+
import { SpringbootsitesModel as SpringbootsitesModelMapper, SpringbootsitesPatch as SpringbootsitesPatchMapper, SpringbootserversModel as SpringbootserversModelMapper, SpringbootserversPatch as SpringbootserversPatchMapper, SpringbootappsPatch as SpringbootappsPatchMapper, } from "../models/mappers.js";
|
|
9
|
+
export const accept = {
|
|
10
|
+
parameterPath: "accept",
|
|
11
|
+
mapper: {
|
|
12
|
+
defaultValue: "application/json",
|
|
13
|
+
isConstant: true,
|
|
14
|
+
serializedName: "Accept",
|
|
15
|
+
type: {
|
|
16
|
+
name: "String",
|
|
17
|
+
},
|
|
18
|
+
},
|
|
19
|
+
};
|
|
20
|
+
export const $host = {
|
|
21
|
+
parameterPath: "$host",
|
|
22
|
+
mapper: {
|
|
23
|
+
serializedName: "$host",
|
|
24
|
+
required: true,
|
|
25
|
+
type: {
|
|
26
|
+
name: "String",
|
|
27
|
+
},
|
|
28
|
+
},
|
|
29
|
+
skipEncoding: true,
|
|
30
|
+
};
|
|
31
|
+
export const subscriptionId = {
|
|
32
|
+
parameterPath: "subscriptionId",
|
|
33
|
+
mapper: {
|
|
34
|
+
constraints: {
|
|
35
|
+
MinLength: 1,
|
|
36
|
+
},
|
|
37
|
+
serializedName: "subscriptionId",
|
|
38
|
+
required: true,
|
|
39
|
+
type: {
|
|
40
|
+
name: "String",
|
|
41
|
+
},
|
|
42
|
+
},
|
|
43
|
+
};
|
|
44
|
+
export const resourceGroupName = {
|
|
45
|
+
parameterPath: "resourceGroupName",
|
|
46
|
+
mapper: {
|
|
47
|
+
constraints: {
|
|
48
|
+
MaxLength: 90,
|
|
49
|
+
MinLength: 1,
|
|
50
|
+
},
|
|
51
|
+
serializedName: "resourceGroupName",
|
|
52
|
+
required: true,
|
|
53
|
+
type: {
|
|
54
|
+
name: "String",
|
|
55
|
+
},
|
|
56
|
+
},
|
|
57
|
+
};
|
|
58
|
+
export const springbootsitesName = {
|
|
59
|
+
parameterPath: "springbootsitesName",
|
|
60
|
+
mapper: {
|
|
61
|
+
constraints: {
|
|
62
|
+
Pattern: new RegExp("^[a-z][a-z0-9-]*$"),
|
|
63
|
+
MaxLength: 64,
|
|
64
|
+
MinLength: 3,
|
|
65
|
+
},
|
|
66
|
+
serializedName: "springbootsitesName",
|
|
67
|
+
required: true,
|
|
68
|
+
type: {
|
|
69
|
+
name: "String",
|
|
70
|
+
},
|
|
71
|
+
},
|
|
72
|
+
};
|
|
73
|
+
export const apiVersion = {
|
|
74
|
+
parameterPath: "apiVersion",
|
|
75
|
+
mapper: {
|
|
76
|
+
defaultValue: "2023-01-01-preview",
|
|
77
|
+
isConstant: true,
|
|
78
|
+
serializedName: "api-version",
|
|
79
|
+
type: {
|
|
80
|
+
name: "String",
|
|
81
|
+
},
|
|
82
|
+
},
|
|
83
|
+
};
|
|
84
|
+
export const contentType = {
|
|
85
|
+
parameterPath: ["options", "contentType"],
|
|
86
|
+
mapper: {
|
|
87
|
+
defaultValue: "application/json",
|
|
88
|
+
isConstant: true,
|
|
89
|
+
serializedName: "Content-Type",
|
|
90
|
+
type: {
|
|
91
|
+
name: "String",
|
|
92
|
+
},
|
|
93
|
+
},
|
|
94
|
+
};
|
|
95
|
+
export const springbootsites = {
|
|
96
|
+
parameterPath: "springbootsites",
|
|
97
|
+
mapper: SpringbootsitesModelMapper,
|
|
98
|
+
};
|
|
99
|
+
export const springbootsites1 = {
|
|
100
|
+
parameterPath: "springbootsites",
|
|
101
|
+
mapper: SpringbootsitesPatchMapper,
|
|
102
|
+
};
|
|
103
|
+
export const nextLink = {
|
|
104
|
+
parameterPath: "nextLink",
|
|
105
|
+
mapper: {
|
|
106
|
+
serializedName: "nextLink",
|
|
107
|
+
required: true,
|
|
108
|
+
type: {
|
|
109
|
+
name: "String",
|
|
110
|
+
},
|
|
111
|
+
},
|
|
112
|
+
skipEncoding: true,
|
|
113
|
+
};
|
|
114
|
+
export const siteName = {
|
|
115
|
+
parameterPath: "siteName",
|
|
116
|
+
mapper: {
|
|
117
|
+
constraints: {
|
|
118
|
+
Pattern: new RegExp("^[a-z][a-z0-9-]*$"),
|
|
119
|
+
MaxLength: 64,
|
|
120
|
+
MinLength: 3,
|
|
121
|
+
},
|
|
122
|
+
serializedName: "siteName",
|
|
123
|
+
required: true,
|
|
124
|
+
type: {
|
|
125
|
+
name: "String",
|
|
126
|
+
},
|
|
127
|
+
},
|
|
128
|
+
};
|
|
129
|
+
export const springbootserversName = {
|
|
130
|
+
parameterPath: "springbootserversName",
|
|
131
|
+
mapper: {
|
|
132
|
+
constraints: {
|
|
133
|
+
Pattern: new RegExp("^[A-Za-z0-9][A-Za-z0-9-]*$"),
|
|
134
|
+
MaxLength: 64,
|
|
135
|
+
MinLength: 3,
|
|
136
|
+
},
|
|
137
|
+
serializedName: "springbootserversName",
|
|
138
|
+
required: true,
|
|
139
|
+
type: {
|
|
140
|
+
name: "String",
|
|
141
|
+
},
|
|
142
|
+
},
|
|
143
|
+
};
|
|
144
|
+
export const springbootservers = {
|
|
145
|
+
parameterPath: "springbootservers",
|
|
146
|
+
mapper: SpringbootserversModelMapper,
|
|
147
|
+
};
|
|
148
|
+
export const springbootservers1 = {
|
|
149
|
+
parameterPath: "springbootservers",
|
|
150
|
+
mapper: SpringbootserversPatchMapper,
|
|
151
|
+
};
|
|
152
|
+
export const springbootappsName = {
|
|
153
|
+
parameterPath: "springbootappsName",
|
|
154
|
+
mapper: {
|
|
155
|
+
constraints: {
|
|
156
|
+
Pattern: new RegExp("^[A-Za-z0-9][A-Za-z0-9-]*$"),
|
|
157
|
+
MaxLength: 64,
|
|
158
|
+
MinLength: 3,
|
|
159
|
+
},
|
|
160
|
+
serializedName: "springbootappsName",
|
|
161
|
+
required: true,
|
|
162
|
+
type: {
|
|
163
|
+
name: "String",
|
|
164
|
+
},
|
|
165
|
+
},
|
|
166
|
+
};
|
|
167
|
+
export const springbootapps = {
|
|
168
|
+
parameterPath: "springbootapps",
|
|
169
|
+
mapper: SpringbootappsPatchMapper,
|
|
170
|
+
};
|
|
171
|
+
export const summaryName = {
|
|
172
|
+
parameterPath: "summaryName",
|
|
173
|
+
mapper: {
|
|
174
|
+
constraints: {
|
|
175
|
+
Pattern: new RegExp("^[A-Za-z][A-Za-z0-9]*$"),
|
|
176
|
+
MaxLength: 63,
|
|
177
|
+
MinLength: 3,
|
|
178
|
+
},
|
|
179
|
+
serializedName: "summaryName",
|
|
180
|
+
required: true,
|
|
181
|
+
type: {
|
|
182
|
+
name: "String",
|
|
183
|
+
},
|
|
184
|
+
},
|
|
185
|
+
};
|
|
186
|
+
export const errorSummaryName = {
|
|
187
|
+
parameterPath: "errorSummaryName",
|
|
188
|
+
mapper: {
|
|
189
|
+
constraints: {
|
|
190
|
+
Pattern: new RegExp("^[A-Za-z][A-Za-z0-9]*$"),
|
|
191
|
+
MaxLength: 63,
|
|
192
|
+
MinLength: 3,
|
|
193
|
+
},
|
|
194
|
+
serializedName: "errorSummaryName",
|
|
195
|
+
required: true,
|
|
196
|
+
type: {
|
|
197
|
+
name: "String",
|
|
198
|
+
},
|
|
199
|
+
},
|
|
200
|
+
};
|
|
201
|
+
//# sourceMappingURL=parameters.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"parameters.js","sourceRoot":"","sources":["../../../src/models/parameters.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 {\n OperationParameter,\n OperationURLParameter,\n OperationQueryParameter,\n} from \"@azure/core-client\";\nimport {\n SpringbootsitesModel as SpringbootsitesModelMapper,\n SpringbootsitesPatch as SpringbootsitesPatchMapper,\n SpringbootserversModel as SpringbootserversModelMapper,\n SpringbootserversPatch as SpringbootserversPatchMapper,\n SpringbootappsPatch as SpringbootappsPatchMapper,\n} from \"../models/mappers.js\";\n\nexport const accept: OperationParameter = {\n parameterPath: \"accept\",\n mapper: {\n defaultValue: \"application/json\",\n isConstant: true,\n serializedName: \"Accept\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const $host: OperationURLParameter = {\n parameterPath: \"$host\",\n mapper: {\n serializedName: \"$host\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n skipEncoding: true,\n};\n\nexport const subscriptionId: OperationURLParameter = {\n parameterPath: \"subscriptionId\",\n mapper: {\n constraints: {\n MinLength: 1,\n },\n serializedName: \"subscriptionId\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const resourceGroupName: OperationURLParameter = {\n parameterPath: \"resourceGroupName\",\n mapper: {\n constraints: {\n MaxLength: 90,\n MinLength: 1,\n },\n serializedName: \"resourceGroupName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const springbootsitesName: OperationURLParameter = {\n parameterPath: \"springbootsitesName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\"^[a-z][a-z0-9-]*$\"),\n MaxLength: 64,\n MinLength: 3,\n },\n serializedName: \"springbootsitesName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const apiVersion: OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n defaultValue: \"2023-01-01-preview\",\n isConstant: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const contentType: OperationParameter = {\n parameterPath: [\"options\", \"contentType\"],\n mapper: {\n defaultValue: \"application/json\",\n isConstant: true,\n serializedName: \"Content-Type\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const springbootsites: OperationParameter = {\n parameterPath: \"springbootsites\",\n mapper: SpringbootsitesModelMapper,\n};\n\nexport const springbootsites1: OperationParameter = {\n parameterPath: \"springbootsites\",\n mapper: SpringbootsitesPatchMapper,\n};\n\nexport const nextLink: OperationURLParameter = {\n parameterPath: \"nextLink\",\n mapper: {\n serializedName: \"nextLink\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n skipEncoding: true,\n};\n\nexport const siteName: OperationURLParameter = {\n parameterPath: \"siteName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\"^[a-z][a-z0-9-]*$\"),\n MaxLength: 64,\n MinLength: 3,\n },\n serializedName: \"siteName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const springbootserversName: OperationURLParameter = {\n parameterPath: \"springbootserversName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\"^[A-Za-z0-9][A-Za-z0-9-]*$\"),\n MaxLength: 64,\n MinLength: 3,\n },\n serializedName: \"springbootserversName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const springbootservers: OperationParameter = {\n parameterPath: \"springbootservers\",\n mapper: SpringbootserversModelMapper,\n};\n\nexport const springbootservers1: OperationParameter = {\n parameterPath: \"springbootservers\",\n mapper: SpringbootserversPatchMapper,\n};\n\nexport const springbootappsName: OperationURLParameter = {\n parameterPath: \"springbootappsName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\"^[A-Za-z0-9][A-Za-z0-9-]*$\"),\n MaxLength: 64,\n MinLength: 3,\n },\n serializedName: \"springbootappsName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const springbootapps: OperationParameter = {\n parameterPath: \"springbootapps\",\n mapper: SpringbootappsPatchMapper,\n};\n\nexport const summaryName: OperationURLParameter = {\n parameterPath: \"summaryName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\"^[A-Za-z][A-Za-z0-9]*$\"),\n MaxLength: 63,\n MinLength: 3,\n },\n serializedName: \"summaryName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const errorSummaryName: OperationURLParameter = {\n parameterPath: \"errorSummaryName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\"^[A-Za-z][A-Za-z0-9]*$\"),\n MaxLength: 63,\n MinLength: 3,\n },\n serializedName: \"errorSummaryName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n"]}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
+
import { ErrorSummaries } from "../operationsInterfaces/index.js";
|
|
3
|
+
import { SpringAppDiscoveryManagementClient } from "../springAppDiscoveryManagementClient.js";
|
|
4
|
+
import { ErrorSummary, ErrorSummariesListBySiteOptionalParams, ErrorSummariesGetOptionalParams, ErrorSummariesGetResponse } from "../models/index.js";
|
|
5
|
+
/** Class containing ErrorSummaries operations. */
|
|
6
|
+
export declare class ErrorSummariesImpl implements ErrorSummaries {
|
|
7
|
+
private readonly client;
|
|
8
|
+
/**
|
|
9
|
+
* Initialize a new instance of the class ErrorSummaries class.
|
|
10
|
+
* @param client Reference to the service client
|
|
11
|
+
*/
|
|
12
|
+
constructor(client: SpringAppDiscoveryManagementClient);
|
|
13
|
+
/**
|
|
14
|
+
* Lists the ErrorSummaries resource in springbootsites.
|
|
15
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
16
|
+
* @param siteName The springbootsites name.
|
|
17
|
+
* @param options The options parameters.
|
|
18
|
+
*/
|
|
19
|
+
listBySite(resourceGroupName: string, siteName: string, options?: ErrorSummariesListBySiteOptionalParams): PagedAsyncIterableIterator<ErrorSummary>;
|
|
20
|
+
private listBySitePagingPage;
|
|
21
|
+
private listBySitePagingAll;
|
|
22
|
+
/**
|
|
23
|
+
* Gets the ErrorSummaries resource.
|
|
24
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
25
|
+
* @param siteName The springbootsites name.
|
|
26
|
+
* @param errorSummaryName The name of error summary
|
|
27
|
+
* @param options The options parameters.
|
|
28
|
+
*/
|
|
29
|
+
get(resourceGroupName: string, siteName: string, errorSummaryName: string, options?: ErrorSummariesGetOptionalParams): Promise<ErrorSummariesGetResponse>;
|
|
30
|
+
/**
|
|
31
|
+
* Lists the ErrorSummaries resource in springbootsites.
|
|
32
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
33
|
+
* @param siteName The springbootsites name.
|
|
34
|
+
* @param options The options parameters.
|
|
35
|
+
*/
|
|
36
|
+
private _listBySite;
|
|
37
|
+
/**
|
|
38
|
+
* ListBySiteNext
|
|
39
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
40
|
+
* @param siteName The springbootsites name.
|
|
41
|
+
* @param nextLink The nextLink from the previous successful call to the ListBySite method.
|
|
42
|
+
* @param options The options parameters.
|
|
43
|
+
*/
|
|
44
|
+
private _listBySiteNext;
|
|
45
|
+
}
|
|
46
|
+
//# sourceMappingURL=errorSummaries.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"errorSummaries.d.ts","sourceRoot":"","sources":["../../../src/operations/errorSummaries.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AAE9E,OAAO,EAAE,cAAc,EAAE,MAAM,kCAAkC,CAAC;AAIlE,OAAO,EAAE,kCAAkC,EAAE,MAAM,0CAA0C,CAAC;AAC9F,OAAO,EACL,YAAY,EAEZ,sCAAsC,EAEtC,+BAA+B,EAC/B,yBAAyB,EAE1B,MAAM,oBAAoB,CAAC;AAG5B,kDAAkD;AAClD,qBAAa,kBAAmB,YAAW,cAAc;IACvD,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAqC;IAE5D;;;OAGG;gBACS,MAAM,EAAE,kCAAkC;IAItD;;;;;OAKG;IACI,UAAU,CACf,iBAAiB,EAAE,MAAM,EACzB,QAAQ,EAAE,MAAM,EAChB,OAAO,CAAC,EAAE,sCAAsC,GAC/C,0BAA0B,CAAC,YAAY,CAAC;YAuB5B,oBAAoB;YA6BpB,mBAAmB;IAclC;;;;;;OAMG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,QAAQ,EAAE,MAAM,EAChB,gBAAgB,EAAE,MAAM,EACxB,OAAO,CAAC,EAAE,+BAA+B,GACxC,OAAO,CAAC,yBAAyB,CAAC;IAOrC;;;;;OAKG;IACH,OAAO,CAAC,WAAW;IAWnB;;;;;;OAMG;IACH,OAAO,CAAC,eAAe;CAWxB"}
|
|
@@ -0,0 +1,165 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*
|
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
+
*/
|
|
8
|
+
import { setContinuationToken } from "../pagingHelper.js";
|
|
9
|
+
import * as coreClient from "@azure/core-client";
|
|
10
|
+
import * as Mappers from "../models/mappers.js";
|
|
11
|
+
import * as Parameters from "../models/parameters.js";
|
|
12
|
+
/// <reference lib="esnext.asynciterable" />
|
|
13
|
+
/** Class containing ErrorSummaries operations. */
|
|
14
|
+
export class ErrorSummariesImpl {
|
|
15
|
+
client;
|
|
16
|
+
/**
|
|
17
|
+
* Initialize a new instance of the class ErrorSummaries class.
|
|
18
|
+
* @param client Reference to the service client
|
|
19
|
+
*/
|
|
20
|
+
constructor(client) {
|
|
21
|
+
this.client = client;
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* Lists the ErrorSummaries resource in springbootsites.
|
|
25
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
26
|
+
* @param siteName The springbootsites name.
|
|
27
|
+
* @param options The options parameters.
|
|
28
|
+
*/
|
|
29
|
+
listBySite(resourceGroupName, siteName, options) {
|
|
30
|
+
const iter = this.listBySitePagingAll(resourceGroupName, siteName, options);
|
|
31
|
+
return {
|
|
32
|
+
next() {
|
|
33
|
+
return iter.next();
|
|
34
|
+
},
|
|
35
|
+
[Symbol.asyncIterator]() {
|
|
36
|
+
return this;
|
|
37
|
+
},
|
|
38
|
+
byPage: (settings) => {
|
|
39
|
+
if (settings?.maxPageSize) {
|
|
40
|
+
throw new Error("maxPageSize is not supported by this operation.");
|
|
41
|
+
}
|
|
42
|
+
return this.listBySitePagingPage(resourceGroupName, siteName, options, settings);
|
|
43
|
+
},
|
|
44
|
+
};
|
|
45
|
+
}
|
|
46
|
+
async *listBySitePagingPage(resourceGroupName, siteName, options, settings) {
|
|
47
|
+
let result;
|
|
48
|
+
let continuationToken = settings?.continuationToken;
|
|
49
|
+
if (!continuationToken) {
|
|
50
|
+
result = await this._listBySite(resourceGroupName, siteName, options);
|
|
51
|
+
let page = result.value || [];
|
|
52
|
+
continuationToken = result.nextLink;
|
|
53
|
+
setContinuationToken(page, continuationToken);
|
|
54
|
+
yield page;
|
|
55
|
+
}
|
|
56
|
+
while (continuationToken) {
|
|
57
|
+
result = await this._listBySiteNext(resourceGroupName, siteName, continuationToken, options);
|
|
58
|
+
continuationToken = result.nextLink;
|
|
59
|
+
let page = result.value || [];
|
|
60
|
+
setContinuationToken(page, continuationToken);
|
|
61
|
+
yield page;
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
async *listBySitePagingAll(resourceGroupName, siteName, options) {
|
|
65
|
+
for await (const page of this.listBySitePagingPage(resourceGroupName, siteName, options)) {
|
|
66
|
+
yield* page;
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
/**
|
|
70
|
+
* Gets the ErrorSummaries resource.
|
|
71
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
72
|
+
* @param siteName The springbootsites name.
|
|
73
|
+
* @param errorSummaryName The name of error summary
|
|
74
|
+
* @param options The options parameters.
|
|
75
|
+
*/
|
|
76
|
+
get(resourceGroupName, siteName, errorSummaryName, options) {
|
|
77
|
+
return this.client.sendOperationRequest({ resourceGroupName, siteName, errorSummaryName, options }, getOperationSpec);
|
|
78
|
+
}
|
|
79
|
+
/**
|
|
80
|
+
* Lists the ErrorSummaries resource in springbootsites.
|
|
81
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
82
|
+
* @param siteName The springbootsites name.
|
|
83
|
+
* @param options The options parameters.
|
|
84
|
+
*/
|
|
85
|
+
_listBySite(resourceGroupName, siteName, options) {
|
|
86
|
+
return this.client.sendOperationRequest({ resourceGroupName, siteName, options }, listBySiteOperationSpec);
|
|
87
|
+
}
|
|
88
|
+
/**
|
|
89
|
+
* ListBySiteNext
|
|
90
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
91
|
+
* @param siteName The springbootsites name.
|
|
92
|
+
* @param nextLink The nextLink from the previous successful call to the ListBySite method.
|
|
93
|
+
* @param options The options parameters.
|
|
94
|
+
*/
|
|
95
|
+
_listBySiteNext(resourceGroupName, siteName, nextLink, options) {
|
|
96
|
+
return this.client.sendOperationRequest({ resourceGroupName, siteName, nextLink, options }, listBySiteNextOperationSpec);
|
|
97
|
+
}
|
|
98
|
+
}
|
|
99
|
+
// Operation Specifications
|
|
100
|
+
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
101
|
+
const getOperationSpec = {
|
|
102
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzureSpringBoot/springbootsites/{siteName}/errorSummaries/{errorSummaryName}",
|
|
103
|
+
httpMethod: "GET",
|
|
104
|
+
responses: {
|
|
105
|
+
200: {
|
|
106
|
+
bodyMapper: Mappers.ErrorSummary,
|
|
107
|
+
},
|
|
108
|
+
default: {
|
|
109
|
+
bodyMapper: Mappers.ErrorResponse,
|
|
110
|
+
},
|
|
111
|
+
},
|
|
112
|
+
queryParameters: [Parameters.apiVersion],
|
|
113
|
+
urlParameters: [
|
|
114
|
+
Parameters.$host,
|
|
115
|
+
Parameters.subscriptionId,
|
|
116
|
+
Parameters.resourceGroupName,
|
|
117
|
+
Parameters.siteName,
|
|
118
|
+
Parameters.errorSummaryName,
|
|
119
|
+
],
|
|
120
|
+
headerParameters: [Parameters.accept],
|
|
121
|
+
serializer,
|
|
122
|
+
};
|
|
123
|
+
const listBySiteOperationSpec = {
|
|
124
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzureSpringBoot/springbootsites/{siteName}/errorSummaries",
|
|
125
|
+
httpMethod: "GET",
|
|
126
|
+
responses: {
|
|
127
|
+
200: {
|
|
128
|
+
bodyMapper: Mappers.ErrorSummaryList,
|
|
129
|
+
},
|
|
130
|
+
default: {
|
|
131
|
+
bodyMapper: Mappers.ErrorResponse,
|
|
132
|
+
},
|
|
133
|
+
},
|
|
134
|
+
queryParameters: [Parameters.apiVersion],
|
|
135
|
+
urlParameters: [
|
|
136
|
+
Parameters.$host,
|
|
137
|
+
Parameters.subscriptionId,
|
|
138
|
+
Parameters.resourceGroupName,
|
|
139
|
+
Parameters.siteName,
|
|
140
|
+
],
|
|
141
|
+
headerParameters: [Parameters.accept],
|
|
142
|
+
serializer,
|
|
143
|
+
};
|
|
144
|
+
const listBySiteNextOperationSpec = {
|
|
145
|
+
path: "{nextLink}",
|
|
146
|
+
httpMethod: "GET",
|
|
147
|
+
responses: {
|
|
148
|
+
200: {
|
|
149
|
+
bodyMapper: Mappers.ErrorSummaryList,
|
|
150
|
+
},
|
|
151
|
+
default: {
|
|
152
|
+
bodyMapper: Mappers.ErrorResponse,
|
|
153
|
+
},
|
|
154
|
+
},
|
|
155
|
+
urlParameters: [
|
|
156
|
+
Parameters.$host,
|
|
157
|
+
Parameters.subscriptionId,
|
|
158
|
+
Parameters.resourceGroupName,
|
|
159
|
+
Parameters.nextLink,
|
|
160
|
+
Parameters.siteName,
|
|
161
|
+
],
|
|
162
|
+
headerParameters: [Parameters.accept],
|
|
163
|
+
serializer,
|
|
164
|
+
};
|
|
165
|
+
//# sourceMappingURL=errorSummaries.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"errorSummaries.js","sourceRoot":"","sources":["../../../src/operations/errorSummaries.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 { ErrorSummaries } 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 { SpringAppDiscoveryManagementClient } from \"../springAppDiscoveryManagementClient.js\";\nimport {\n ErrorSummary,\n ErrorSummariesListBySiteNextOptionalParams,\n ErrorSummariesListBySiteOptionalParams,\n ErrorSummariesListBySiteResponse,\n ErrorSummariesGetOptionalParams,\n ErrorSummariesGetResponse,\n ErrorSummariesListBySiteNextResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing ErrorSummaries operations. */\nexport class ErrorSummariesImpl implements ErrorSummaries {\n private readonly client: SpringAppDiscoveryManagementClient;\n\n /**\n * Initialize a new instance of the class ErrorSummaries class.\n * @param client Reference to the service client\n */\n constructor(client: SpringAppDiscoveryManagementClient) {\n this.client = client;\n }\n\n /**\n * Lists the ErrorSummaries resource in springbootsites.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param siteName The springbootsites name.\n * @param options The options parameters.\n */\n public listBySite(\n resourceGroupName: string,\n siteName: string,\n options?: ErrorSummariesListBySiteOptionalParams,\n ): PagedAsyncIterableIterator<ErrorSummary> {\n const iter = this.listBySitePagingAll(resourceGroupName, siteName, options);\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.listBySitePagingPage(\n resourceGroupName,\n siteName,\n options,\n settings,\n );\n },\n };\n }\n\n private async *listBySitePagingPage(\n resourceGroupName: string,\n siteName: string,\n options?: ErrorSummariesListBySiteOptionalParams,\n settings?: PageSettings,\n ): AsyncIterableIterator<ErrorSummary[]> {\n let result: ErrorSummariesListBySiteResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listBySite(resourceGroupName, siteName, options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listBySiteNext(\n resourceGroupName,\n siteName,\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 *listBySitePagingAll(\n resourceGroupName: string,\n siteName: string,\n options?: ErrorSummariesListBySiteOptionalParams,\n ): AsyncIterableIterator<ErrorSummary> {\n for await (const page of this.listBySitePagingPage(\n resourceGroupName,\n siteName,\n options,\n )) {\n yield* page;\n }\n }\n\n /**\n * Gets the ErrorSummaries resource.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param siteName The springbootsites name.\n * @param errorSummaryName The name of error summary\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n siteName: string,\n errorSummaryName: string,\n options?: ErrorSummariesGetOptionalParams,\n ): Promise<ErrorSummariesGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, siteName, errorSummaryName, options },\n getOperationSpec,\n );\n }\n\n /**\n * Lists the ErrorSummaries resource in springbootsites.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param siteName The springbootsites name.\n * @param options The options parameters.\n */\n private _listBySite(\n resourceGroupName: string,\n siteName: string,\n options?: ErrorSummariesListBySiteOptionalParams,\n ): Promise<ErrorSummariesListBySiteResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, siteName, options },\n listBySiteOperationSpec,\n );\n }\n\n /**\n * ListBySiteNext\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param siteName The springbootsites name.\n * @param nextLink The nextLink from the previous successful call to the ListBySite method.\n * @param options The options parameters.\n */\n private _listBySiteNext(\n resourceGroupName: string,\n siteName: string,\n nextLink: string,\n options?: ErrorSummariesListBySiteNextOptionalParams,\n ): Promise<ErrorSummariesListBySiteNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, siteName, nextLink, options },\n listBySiteNextOperationSpec,\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst getOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzureSpringBoot/springbootsites/{siteName}/errorSummaries/{errorSummaryName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ErrorSummary,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.siteName,\n Parameters.errorSummaryName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listBySiteOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzureSpringBoot/springbootsites/{siteName}/errorSummaries\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ErrorSummaryList,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.siteName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listBySiteNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ErrorSummaryList,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.nextLink,\n Parameters.siteName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/operations/index.ts"],"names":[],"mappings":"AAQA,cAAc,sBAAsB,CAAC;AACrC,cAAc,iBAAiB,CAAC;AAChC,cAAc,wBAAwB,CAAC;AACvC,cAAc,qBAAqB,CAAC;AACpC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,qBAAqB,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*
|
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
+
*/
|
|
8
|
+
export * from "./springbootsites.js";
|
|
9
|
+
export * from "./operations.js";
|
|
10
|
+
export * from "./springbootservers.js";
|
|
11
|
+
export * from "./springbootapps.js";
|
|
12
|
+
export * from "./summaries.js";
|
|
13
|
+
export * from "./errorSummaries.js";
|
|
14
|
+
//# sourceMappingURL=index.js.map
|