@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":"springbootsites.js","sourceRoot":"","sources":["../../../src/operations/springbootsites.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 { Springbootsites } 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 SimplePollerLike,\n OperationState,\n createHttpPoller,\n} from \"@azure/core-lro\";\nimport { createLroSpec } from \"../lroImpl.js\";\nimport {\n SpringbootsitesModel,\n SpringbootsitesListByResourceGroupNextOptionalParams,\n SpringbootsitesListByResourceGroupOptionalParams,\n SpringbootsitesListByResourceGroupResponse,\n SpringbootsitesListBySubscriptionNextOptionalParams,\n SpringbootsitesListBySubscriptionOptionalParams,\n SpringbootsitesListBySubscriptionResponse,\n SpringbootsitesGetOptionalParams,\n SpringbootsitesGetResponse,\n SpringbootsitesCreateOrUpdateOptionalParams,\n SpringbootsitesCreateOrUpdateResponse,\n SpringbootsitesDeleteOptionalParams,\n SpringbootsitesDeleteResponse,\n SpringbootsitesPatch,\n SpringbootsitesUpdateOptionalParams,\n SpringbootsitesUpdateResponse,\n SpringbootsitesTriggerRefreshSiteOptionalParams,\n SpringbootsitesTriggerRefreshSiteResponse,\n SpringbootsitesListByResourceGroupNextResponse,\n SpringbootsitesListBySubscriptionNextResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing Springbootsites operations. */\nexport class SpringbootsitesImpl implements Springbootsites {\n private readonly client: SpringAppDiscoveryManagementClient;\n\n /**\n * Initialize a new instance of the class Springbootsites class.\n * @param client Reference to the service client\n */\n constructor(client: SpringAppDiscoveryManagementClient) {\n this.client = client;\n }\n\n /**\n * List springbootsites resource by resourceGroup.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param options The options parameters.\n */\n public listByResourceGroup(\n resourceGroupName: string,\n options?: SpringbootsitesListByResourceGroupOptionalParams,\n ): PagedAsyncIterableIterator<SpringbootsitesModel> {\n const iter = this.listByResourceGroupPagingAll(resourceGroupName, 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.listByResourceGroupPagingPage(\n resourceGroupName,\n options,\n settings,\n );\n },\n };\n }\n\n private async *listByResourceGroupPagingPage(\n resourceGroupName: string,\n options?: SpringbootsitesListByResourceGroupOptionalParams,\n settings?: PageSettings,\n ): AsyncIterableIterator<SpringbootsitesModel[]> {\n let result: SpringbootsitesListByResourceGroupResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listByResourceGroup(resourceGroupName, 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._listByResourceGroupNext(\n resourceGroupName,\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 *listByResourceGroupPagingAll(\n resourceGroupName: string,\n options?: SpringbootsitesListByResourceGroupOptionalParams,\n ): AsyncIterableIterator<SpringbootsitesModel> {\n for await (const page of this.listByResourceGroupPagingPage(\n resourceGroupName,\n options,\n )) {\n yield* page;\n }\n }\n\n /**\n * List springbootsites resource by subscription\n * @param options The options parameters.\n */\n public listBySubscription(\n options?: SpringbootsitesListBySubscriptionOptionalParams,\n ): PagedAsyncIterableIterator<SpringbootsitesModel> {\n const iter = this.listBySubscriptionPagingAll(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.listBySubscriptionPagingPage(options, settings);\n },\n };\n }\n\n private async *listBySubscriptionPagingPage(\n options?: SpringbootsitesListBySubscriptionOptionalParams,\n settings?: PageSettings,\n ): AsyncIterableIterator<SpringbootsitesModel[]> {\n let result: SpringbootsitesListBySubscriptionResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listBySubscription(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._listBySubscriptionNext(continuationToken, options);\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listBySubscriptionPagingAll(\n options?: SpringbootsitesListBySubscriptionOptionalParams,\n ): AsyncIterableIterator<SpringbootsitesModel> {\n for await (const page of this.listBySubscriptionPagingPage(options)) {\n yield* page;\n }\n }\n\n /**\n * Get a springbootsites resource.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param springbootsitesName The springbootsites name.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n springbootsitesName: string,\n options?: SpringbootsitesGetOptionalParams,\n ): Promise<SpringbootsitesGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, springbootsitesName, options },\n getOperationSpec,\n );\n }\n\n /**\n * Create a springbootsites resource.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param springbootsitesName The springbootsites name.\n * @param springbootsites Create a springbootsites payload.\n * @param options The options parameters.\n */\n createOrUpdate(\n resourceGroupName: string,\n springbootsitesName: string,\n springbootsites: SpringbootsitesModel,\n options?: SpringbootsitesCreateOrUpdateOptionalParams,\n ): Promise<SpringbootsitesCreateOrUpdateResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, springbootsitesName, springbootsites, options },\n createOrUpdateOperationSpec,\n );\n }\n\n /**\n * Delete a springbootsites resource.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param springbootsitesName The springbootsites name.\n * @param options The options parameters.\n */\n async beginDelete(\n resourceGroupName: string,\n springbootsitesName: string,\n options?: SpringbootsitesDeleteOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<SpringbootsitesDeleteResponse>,\n SpringbootsitesDeleteResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<SpringbootsitesDeleteResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined =\n undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: { resourceGroupName, springbootsitesName, options },\n spec: deleteOperationSpec,\n });\n const poller = await createHttpPoller<\n SpringbootsitesDeleteResponse,\n OperationState<SpringbootsitesDeleteResponse>\n >(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n resourceLocationConfig: \"location\",\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Delete a springbootsites resource.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param springbootsitesName The springbootsites name.\n * @param options The options parameters.\n */\n async beginDeleteAndWait(\n resourceGroupName: string,\n springbootsitesName: string,\n options?: SpringbootsitesDeleteOptionalParams,\n ): Promise<SpringbootsitesDeleteResponse> {\n const poller = await this.beginDelete(\n resourceGroupName,\n springbootsitesName,\n options,\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Update a springbootsites resource.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param springbootsitesName The springbootsites name.\n * @param springbootsites Update a springbootsites payload.\n * @param options The options parameters.\n */\n async beginUpdate(\n resourceGroupName: string,\n springbootsitesName: string,\n springbootsites: SpringbootsitesPatch,\n options?: SpringbootsitesUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<SpringbootsitesUpdateResponse>,\n SpringbootsitesUpdateResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<SpringbootsitesUpdateResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined =\n undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: {\n resourceGroupName,\n springbootsitesName,\n springbootsites,\n options,\n },\n spec: updateOperationSpec,\n });\n const poller = await createHttpPoller<\n SpringbootsitesUpdateResponse,\n OperationState<SpringbootsitesUpdateResponse>\n >(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n resourceLocationConfig: \"location\",\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Update a springbootsites resource.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param springbootsitesName The springbootsites name.\n * @param springbootsites Update a springbootsites payload.\n * @param options The options parameters.\n */\n async beginUpdateAndWait(\n resourceGroupName: string,\n springbootsitesName: string,\n springbootsites: SpringbootsitesPatch,\n options?: SpringbootsitesUpdateOptionalParams,\n ): Promise<SpringbootsitesUpdateResponse> {\n const poller = await this.beginUpdate(\n resourceGroupName,\n springbootsitesName,\n springbootsites,\n options,\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Trigger refresh springbootsites action\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param springbootsitesName The springbootsites name.\n * @param options The options parameters.\n */\n async beginTriggerRefreshSite(\n resourceGroupName: string,\n springbootsitesName: string,\n options?: SpringbootsitesTriggerRefreshSiteOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<SpringbootsitesTriggerRefreshSiteResponse>,\n SpringbootsitesTriggerRefreshSiteResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<SpringbootsitesTriggerRefreshSiteResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined =\n undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: { resourceGroupName, springbootsitesName, options },\n spec: triggerRefreshSiteOperationSpec,\n });\n const poller = await createHttpPoller<\n SpringbootsitesTriggerRefreshSiteResponse,\n OperationState<SpringbootsitesTriggerRefreshSiteResponse>\n >(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n resourceLocationConfig: \"location\",\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Trigger refresh springbootsites action\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param springbootsitesName The springbootsites name.\n * @param options The options parameters.\n */\n async beginTriggerRefreshSiteAndWait(\n resourceGroupName: string,\n springbootsitesName: string,\n options?: SpringbootsitesTriggerRefreshSiteOptionalParams,\n ): Promise<SpringbootsitesTriggerRefreshSiteResponse> {\n const poller = await this.beginTriggerRefreshSite(\n resourceGroupName,\n springbootsitesName,\n options,\n );\n return poller.pollUntilDone();\n }\n\n /**\n * List springbootsites resource by resourceGroup.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param options The options parameters.\n */\n private _listByResourceGroup(\n resourceGroupName: string,\n options?: SpringbootsitesListByResourceGroupOptionalParams,\n ): Promise<SpringbootsitesListByResourceGroupResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, options },\n listByResourceGroupOperationSpec,\n );\n }\n\n /**\n * List springbootsites resource by subscription\n * @param options The options parameters.\n */\n private _listBySubscription(\n options?: SpringbootsitesListBySubscriptionOptionalParams,\n ): Promise<SpringbootsitesListBySubscriptionResponse> {\n return this.client.sendOperationRequest(\n { options },\n listBySubscriptionOperationSpec,\n );\n }\n\n /**\n * ListByResourceGroupNext\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param nextLink The nextLink from the previous successful call to the ListByResourceGroup method.\n * @param options The options parameters.\n */\n private _listByResourceGroupNext(\n resourceGroupName: string,\n nextLink: string,\n options?: SpringbootsitesListByResourceGroupNextOptionalParams,\n ): Promise<SpringbootsitesListByResourceGroupNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, nextLink, options },\n listByResourceGroupNextOperationSpec,\n );\n }\n\n /**\n * ListBySubscriptionNext\n * @param nextLink The nextLink from the previous successful call to the ListBySubscription method.\n * @param options The options parameters.\n */\n private _listBySubscriptionNext(\n nextLink: string,\n options?: SpringbootsitesListBySubscriptionNextOptionalParams,\n ): Promise<SpringbootsitesListBySubscriptionNextResponse> {\n return this.client.sendOperationRequest(\n { nextLink, options },\n listBySubscriptionNextOperationSpec,\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/{springbootsitesName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.SpringbootsitesModel,\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.springbootsitesName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst createOrUpdateOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzureSpringBoot/springbootsites/{springbootsitesName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.SpringbootsitesModel,\n },\n 201: {\n bodyMapper: Mappers.SpringbootsitesModel,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n requestBody: Parameters.springbootsites,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.springbootsitesName,\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzureSpringBoot/springbootsites/{springbootsitesName}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {\n headersMapper: Mappers.SpringbootsitesDeleteHeaders,\n },\n 201: {\n headersMapper: Mappers.SpringbootsitesDeleteHeaders,\n },\n 202: {\n headersMapper: Mappers.SpringbootsitesDeleteHeaders,\n },\n 204: {\n headersMapper: Mappers.SpringbootsitesDeleteHeaders,\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.springbootsitesName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst updateOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzureSpringBoot/springbootsites/{springbootsitesName}\",\n httpMethod: \"PATCH\",\n responses: {\n 200: {\n bodyMapper: Mappers.SpringbootsitesModel,\n },\n 201: {\n bodyMapper: Mappers.SpringbootsitesModel,\n },\n 202: {\n bodyMapper: Mappers.SpringbootsitesModel,\n },\n 204: {\n bodyMapper: Mappers.SpringbootsitesModel,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n requestBody: Parameters.springbootsites1,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.springbootsitesName,\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst triggerRefreshSiteOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzureSpringBoot/springbootsites/{springbootsitesName}/refreshSite\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n headersMapper: Mappers.SpringbootsitesTriggerRefreshSiteHeaders,\n },\n 201: {\n headersMapper: Mappers.SpringbootsitesTriggerRefreshSiteHeaders,\n },\n 202: {\n headersMapper: Mappers.SpringbootsitesTriggerRefreshSiteHeaders,\n },\n 204: {\n headersMapper: Mappers.SpringbootsitesTriggerRefreshSiteHeaders,\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.springbootsitesName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listByResourceGroupOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzureSpringBoot/springbootsites\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.SpringbootsitesListResult,\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 ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listBySubscriptionOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/providers/Microsoft.OffAzureSpringBoot/springbootsites\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.SpringbootsitesListResult,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host, Parameters.subscriptionId],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listByResourceGroupNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.SpringbootsitesListResult,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.nextLink,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listBySubscriptionNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.SpringbootsitesListResult,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.nextLink,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\n"]}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
+
import { Summaries } from "../operationsInterfaces/index.js";
|
|
3
|
+
import { SpringAppDiscoveryManagementClient } from "../springAppDiscoveryManagementClient.js";
|
|
4
|
+
import { Summary, SummariesListBySiteOptionalParams, SummariesGetOptionalParams, SummariesGetResponse } from "../models/index.js";
|
|
5
|
+
/** Class containing Summaries operations. */
|
|
6
|
+
export declare class SummariesImpl implements Summaries {
|
|
7
|
+
private readonly client;
|
|
8
|
+
/**
|
|
9
|
+
* Initialize a new instance of the class Summaries class.
|
|
10
|
+
* @param client Reference to the service client
|
|
11
|
+
*/
|
|
12
|
+
constructor(client: SpringAppDiscoveryManagementClient);
|
|
13
|
+
/**
|
|
14
|
+
* Lists the Summaries 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?: SummariesListBySiteOptionalParams): PagedAsyncIterableIterator<Summary>;
|
|
20
|
+
private listBySitePagingPage;
|
|
21
|
+
private listBySitePagingAll;
|
|
22
|
+
/**
|
|
23
|
+
* Gets the Summaries resource.
|
|
24
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
25
|
+
* @param siteName The springbootsites name.
|
|
26
|
+
* @param summaryName The name of summary
|
|
27
|
+
* @param options The options parameters.
|
|
28
|
+
*/
|
|
29
|
+
get(resourceGroupName: string, siteName: string, summaryName: string, options?: SummariesGetOptionalParams): Promise<SummariesGetResponse>;
|
|
30
|
+
/**
|
|
31
|
+
* Lists the Summaries 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=summaries.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"summaries.d.ts","sourceRoot":"","sources":["../../../src/operations/summaries.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AAE9E,OAAO,EAAE,SAAS,EAAE,MAAM,kCAAkC,CAAC;AAI7D,OAAO,EAAE,kCAAkC,EAAE,MAAM,0CAA0C,CAAC;AAC9F,OAAO,EACL,OAAO,EAEP,iCAAiC,EAEjC,0BAA0B,EAC1B,oBAAoB,EAErB,MAAM,oBAAoB,CAAC;AAG5B,6CAA6C;AAC7C,qBAAa,aAAc,YAAW,SAAS;IAC7C,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,iCAAiC,GAC1C,0BAA0B,CAAC,OAAO,CAAC;YAuBvB,oBAAoB;YA6BpB,mBAAmB;IAclC;;;;;;OAMG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,QAAQ,EAAE,MAAM,EAChB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,0BAA0B,GACnC,OAAO,CAAC,oBAAoB,CAAC;IAOhC;;;;;OAKG;IACH,OAAO,CAAC,WAAW;IAWnB;;;;;;OAMG;IACH,OAAO,CAAC,eAAe;CAWxB"}
|
|
@@ -0,0 +1,170 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Copyright (c) Microsoft Corporation.
|
|
4
|
+
* Licensed under the MIT License.
|
|
5
|
+
*
|
|
6
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
8
|
+
*/
|
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
+
exports.SummariesImpl = void 0;
|
|
11
|
+
const tslib_1 = require("tslib");
|
|
12
|
+
const pagingHelper_js_1 = require("../pagingHelper.js");
|
|
13
|
+
const coreClient = tslib_1.__importStar(require("@azure/core-client"));
|
|
14
|
+
const Mappers = tslib_1.__importStar(require("../models/mappers.js"));
|
|
15
|
+
const Parameters = tslib_1.__importStar(require("../models/parameters.js"));
|
|
16
|
+
/// <reference lib="esnext.asynciterable" />
|
|
17
|
+
/** Class containing Summaries operations. */
|
|
18
|
+
class SummariesImpl {
|
|
19
|
+
client;
|
|
20
|
+
/**
|
|
21
|
+
* Initialize a new instance of the class Summaries class.
|
|
22
|
+
* @param client Reference to the service client
|
|
23
|
+
*/
|
|
24
|
+
constructor(client) {
|
|
25
|
+
this.client = client;
|
|
26
|
+
}
|
|
27
|
+
/**
|
|
28
|
+
* Lists the Summaries resource in springbootsites.
|
|
29
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
30
|
+
* @param siteName The springbootsites name.
|
|
31
|
+
* @param options The options parameters.
|
|
32
|
+
*/
|
|
33
|
+
listBySite(resourceGroupName, siteName, options) {
|
|
34
|
+
const iter = this.listBySitePagingAll(resourceGroupName, siteName, options);
|
|
35
|
+
return {
|
|
36
|
+
next() {
|
|
37
|
+
return iter.next();
|
|
38
|
+
},
|
|
39
|
+
[Symbol.asyncIterator]() {
|
|
40
|
+
return this;
|
|
41
|
+
},
|
|
42
|
+
byPage: (settings) => {
|
|
43
|
+
if (settings?.maxPageSize) {
|
|
44
|
+
throw new Error("maxPageSize is not supported by this operation.");
|
|
45
|
+
}
|
|
46
|
+
return this.listBySitePagingPage(resourceGroupName, siteName, options, settings);
|
|
47
|
+
},
|
|
48
|
+
};
|
|
49
|
+
}
|
|
50
|
+
async *listBySitePagingPage(resourceGroupName, siteName, options, settings) {
|
|
51
|
+
let result;
|
|
52
|
+
let continuationToken = settings?.continuationToken;
|
|
53
|
+
if (!continuationToken) {
|
|
54
|
+
result = await this._listBySite(resourceGroupName, siteName, options);
|
|
55
|
+
let page = result.value || [];
|
|
56
|
+
continuationToken = result.nextLink;
|
|
57
|
+
(0, pagingHelper_js_1.setContinuationToken)(page, continuationToken);
|
|
58
|
+
yield page;
|
|
59
|
+
}
|
|
60
|
+
while (continuationToken) {
|
|
61
|
+
result = await this._listBySiteNext(resourceGroupName, siteName, continuationToken, options);
|
|
62
|
+
continuationToken = result.nextLink;
|
|
63
|
+
let page = result.value || [];
|
|
64
|
+
(0, pagingHelper_js_1.setContinuationToken)(page, continuationToken);
|
|
65
|
+
yield page;
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
async *listBySitePagingAll(resourceGroupName, siteName, options) {
|
|
69
|
+
for await (const page of this.listBySitePagingPage(resourceGroupName, siteName, options)) {
|
|
70
|
+
yield* page;
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
/**
|
|
74
|
+
* Gets the Summaries resource.
|
|
75
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
76
|
+
* @param siteName The springbootsites name.
|
|
77
|
+
* @param summaryName The name of summary
|
|
78
|
+
* @param options The options parameters.
|
|
79
|
+
*/
|
|
80
|
+
get(resourceGroupName, siteName, summaryName, options) {
|
|
81
|
+
return this.client.sendOperationRequest({ resourceGroupName, siteName, summaryName, options }, getOperationSpec);
|
|
82
|
+
}
|
|
83
|
+
/**
|
|
84
|
+
* Lists the Summaries resource in springbootsites.
|
|
85
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
86
|
+
* @param siteName The springbootsites name.
|
|
87
|
+
* @param options The options parameters.
|
|
88
|
+
*/
|
|
89
|
+
_listBySite(resourceGroupName, siteName, options) {
|
|
90
|
+
return this.client.sendOperationRequest({ resourceGroupName, siteName, options }, listBySiteOperationSpec);
|
|
91
|
+
}
|
|
92
|
+
/**
|
|
93
|
+
* ListBySiteNext
|
|
94
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
95
|
+
* @param siteName The springbootsites name.
|
|
96
|
+
* @param nextLink The nextLink from the previous successful call to the ListBySite method.
|
|
97
|
+
* @param options The options parameters.
|
|
98
|
+
*/
|
|
99
|
+
_listBySiteNext(resourceGroupName, siteName, nextLink, options) {
|
|
100
|
+
return this.client.sendOperationRequest({ resourceGroupName, siteName, nextLink, options }, listBySiteNextOperationSpec);
|
|
101
|
+
}
|
|
102
|
+
}
|
|
103
|
+
exports.SummariesImpl = SummariesImpl;
|
|
104
|
+
// Operation Specifications
|
|
105
|
+
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
106
|
+
const getOperationSpec = {
|
|
107
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzureSpringBoot/springbootsites/{siteName}/summaries/{summaryName}",
|
|
108
|
+
httpMethod: "GET",
|
|
109
|
+
responses: {
|
|
110
|
+
200: {
|
|
111
|
+
bodyMapper: Mappers.Summary,
|
|
112
|
+
},
|
|
113
|
+
default: {
|
|
114
|
+
bodyMapper: Mappers.ErrorResponse,
|
|
115
|
+
},
|
|
116
|
+
},
|
|
117
|
+
queryParameters: [Parameters.apiVersion],
|
|
118
|
+
urlParameters: [
|
|
119
|
+
Parameters.$host,
|
|
120
|
+
Parameters.subscriptionId,
|
|
121
|
+
Parameters.resourceGroupName,
|
|
122
|
+
Parameters.siteName,
|
|
123
|
+
Parameters.summaryName,
|
|
124
|
+
],
|
|
125
|
+
headerParameters: [Parameters.accept],
|
|
126
|
+
serializer,
|
|
127
|
+
};
|
|
128
|
+
const listBySiteOperationSpec = {
|
|
129
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzureSpringBoot/springbootsites/{siteName}/summaries",
|
|
130
|
+
httpMethod: "GET",
|
|
131
|
+
responses: {
|
|
132
|
+
200: {
|
|
133
|
+
bodyMapper: Mappers.SummaryList,
|
|
134
|
+
},
|
|
135
|
+
default: {
|
|
136
|
+
bodyMapper: Mappers.ErrorResponse,
|
|
137
|
+
},
|
|
138
|
+
},
|
|
139
|
+
queryParameters: [Parameters.apiVersion],
|
|
140
|
+
urlParameters: [
|
|
141
|
+
Parameters.$host,
|
|
142
|
+
Parameters.subscriptionId,
|
|
143
|
+
Parameters.resourceGroupName,
|
|
144
|
+
Parameters.siteName,
|
|
145
|
+
],
|
|
146
|
+
headerParameters: [Parameters.accept],
|
|
147
|
+
serializer,
|
|
148
|
+
};
|
|
149
|
+
const listBySiteNextOperationSpec = {
|
|
150
|
+
path: "{nextLink}",
|
|
151
|
+
httpMethod: "GET",
|
|
152
|
+
responses: {
|
|
153
|
+
200: {
|
|
154
|
+
bodyMapper: Mappers.SummaryList,
|
|
155
|
+
},
|
|
156
|
+
default: {
|
|
157
|
+
bodyMapper: Mappers.ErrorResponse,
|
|
158
|
+
},
|
|
159
|
+
},
|
|
160
|
+
urlParameters: [
|
|
161
|
+
Parameters.$host,
|
|
162
|
+
Parameters.subscriptionId,
|
|
163
|
+
Parameters.resourceGroupName,
|
|
164
|
+
Parameters.nextLink,
|
|
165
|
+
Parameters.siteName,
|
|
166
|
+
],
|
|
167
|
+
headerParameters: [Parameters.accept],
|
|
168
|
+
serializer,
|
|
169
|
+
};
|
|
170
|
+
//# sourceMappingURL=summaries.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"summaries.js","sourceRoot":"","sources":["../../../src/operations/summaries.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 { Summaries } 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 Summary,\n SummariesListBySiteNextOptionalParams,\n SummariesListBySiteOptionalParams,\n SummariesListBySiteResponse,\n SummariesGetOptionalParams,\n SummariesGetResponse,\n SummariesListBySiteNextResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing Summaries operations. */\nexport class SummariesImpl implements Summaries {\n private readonly client: SpringAppDiscoveryManagementClient;\n\n /**\n * Initialize a new instance of the class Summaries class.\n * @param client Reference to the service client\n */\n constructor(client: SpringAppDiscoveryManagementClient) {\n this.client = client;\n }\n\n /**\n * Lists the Summaries 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?: SummariesListBySiteOptionalParams,\n ): PagedAsyncIterableIterator<Summary> {\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?: SummariesListBySiteOptionalParams,\n settings?: PageSettings,\n ): AsyncIterableIterator<Summary[]> {\n let result: SummariesListBySiteResponse;\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?: SummariesListBySiteOptionalParams,\n ): AsyncIterableIterator<Summary> {\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 Summaries resource.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param siteName The springbootsites name.\n * @param summaryName The name of summary\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n siteName: string,\n summaryName: string,\n options?: SummariesGetOptionalParams,\n ): Promise<SummariesGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, siteName, summaryName, options },\n getOperationSpec,\n );\n }\n\n /**\n * Lists the Summaries 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?: SummariesListBySiteOptionalParams,\n ): Promise<SummariesListBySiteResponse> {\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?: SummariesListBySiteNextOptionalParams,\n ): Promise<SummariesListBySiteNextResponse> {\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}/summaries/{summaryName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.Summary,\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.summaryName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listBySiteOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzureSpringBoot/springbootsites/{siteName}/summaries\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.SummaryList,\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.SummaryList,\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,21 @@
|
|
|
1
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
+
import { ErrorSummary, ErrorSummariesListBySiteOptionalParams, ErrorSummariesGetOptionalParams, ErrorSummariesGetResponse } from "../models/index.js";
|
|
3
|
+
/** Interface representing a ErrorSummaries. */
|
|
4
|
+
export interface ErrorSummaries {
|
|
5
|
+
/**
|
|
6
|
+
* Lists the ErrorSummaries resource in springbootsites.
|
|
7
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
8
|
+
* @param siteName The springbootsites name.
|
|
9
|
+
* @param options The options parameters.
|
|
10
|
+
*/
|
|
11
|
+
listBySite(resourceGroupName: string, siteName: string, options?: ErrorSummariesListBySiteOptionalParams): PagedAsyncIterableIterator<ErrorSummary>;
|
|
12
|
+
/**
|
|
13
|
+
* Gets the ErrorSummaries resource.
|
|
14
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
15
|
+
* @param siteName The springbootsites name.
|
|
16
|
+
* @param errorSummaryName The name of error summary
|
|
17
|
+
* @param options The options parameters.
|
|
18
|
+
*/
|
|
19
|
+
get(resourceGroupName: string, siteName: string, errorSummaryName: string, options?: ErrorSummariesGetOptionalParams): Promise<ErrorSummariesGetResponse>;
|
|
20
|
+
}
|
|
21
|
+
//# sourceMappingURL=errorSummaries.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"errorSummaries.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/errorSummaries.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EACL,YAAY,EACZ,sCAAsC,EACtC,+BAA+B,EAC/B,yBAAyB,EAC1B,MAAM,oBAAoB,CAAC;AAG5B,+CAA+C;AAC/C,MAAM,WAAW,cAAc;IAC7B;;;;;OAKG;IACH,UAAU,CACR,iBAAiB,EAAE,MAAM,EACzB,QAAQ,EAAE,MAAM,EAChB,OAAO,CAAC,EAAE,sCAAsC,GAC/C,0BAA0B,CAAC,YAAY,CAAC,CAAC;IAC5C;;;;;;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,CAAC;CACvC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Copyright (c) Microsoft Corporation.
|
|
4
|
+
* Licensed under the MIT License.
|
|
5
|
+
*
|
|
6
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
8
|
+
*/
|
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
+
//# sourceMappingURL=errorSummaries.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"errorSummaries.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/errorSummaries.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG","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 } from \"@azure/core-paging\";\nimport {\n ErrorSummary,\n ErrorSummariesListBySiteOptionalParams,\n ErrorSummariesGetOptionalParams,\n ErrorSummariesGetResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a ErrorSummaries. */\nexport interface ErrorSummaries {\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 listBySite(\n resourceGroupName: string,\n siteName: string,\n options?: ErrorSummariesListBySiteOptionalParams,\n ): PagedAsyncIterableIterator<ErrorSummary>;\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}\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/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,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Copyright (c) Microsoft Corporation.
|
|
4
|
+
* Licensed under the MIT License.
|
|
5
|
+
*
|
|
6
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
8
|
+
*/
|
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
+
const tslib_1 = require("tslib");
|
|
11
|
+
tslib_1.__exportStar(require("./springbootsites.js"), exports);
|
|
12
|
+
tslib_1.__exportStar(require("./operations.js"), exports);
|
|
13
|
+
tslib_1.__exportStar(require("./springbootservers.js"), exports);
|
|
14
|
+
tslib_1.__exportStar(require("./springbootapps.js"), exports);
|
|
15
|
+
tslib_1.__exportStar(require("./summaries.js"), exports);
|
|
16
|
+
tslib_1.__exportStar(require("./errorSummaries.js"), exports);
|
|
17
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/index.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG;;;AAEH,+DAAqC;AACrC,0DAAgC;AAChC,iEAAuC;AACvC,8DAAoC;AACpC,yDAA+B;AAC/B,8DAAoC","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\nexport * from \"./springbootsites.js\";\nexport * from \"./operations.js\";\nexport * from \"./springbootservers.js\";\nexport * from \"./springbootapps.js\";\nexport * from \"./summaries.js\";\nexport * from \"./errorSummaries.js\";\n"]}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
+
import { Operation, OperationsListOptionalParams } from "../models/index.js";
|
|
3
|
+
/** Interface representing a Operations. */
|
|
4
|
+
export interface Operations {
|
|
5
|
+
/**
|
|
6
|
+
* List operations.
|
|
7
|
+
* @param options The options parameters.
|
|
8
|
+
*/
|
|
9
|
+
list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<Operation>;
|
|
10
|
+
}
|
|
11
|
+
//# sourceMappingURL=operations.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"operations.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/operations.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,SAAS,EAAE,4BAA4B,EAAE,MAAM,oBAAoB,CAAC;AAG7E,2CAA2C;AAC3C,MAAM,WAAW,UAAU;IACzB;;;OAGG;IACH,IAAI,CACF,OAAO,CAAC,EAAE,4BAA4B,GACrC,0BAA0B,CAAC,SAAS,CAAC,CAAC;CAC1C"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Copyright (c) Microsoft Corporation.
|
|
4
|
+
* Licensed under the MIT License.
|
|
5
|
+
*
|
|
6
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
8
|
+
*/
|
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
+
//# sourceMappingURL=operations.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"operations.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/operations.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG","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 } from \"@azure/core-paging\";\nimport { Operation, OperationsListOptionalParams } from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a Operations. */\nexport interface Operations {\n /**\n * List operations.\n * @param options The options parameters.\n */\n list(\n options?: OperationsListOptionalParams,\n ): PagedAsyncIterableIterator<Operation>;\n}\n"]}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
+
import { SimplePollerLike, OperationState } from "@azure/core-lro";
|
|
3
|
+
import { SpringbootappsModel, SpringbootappsListByResourceGroupOptionalParams, SpringbootappsListBySubscriptionOptionalParams, SpringbootappsGetOptionalParams, SpringbootappsGetResponse, SpringbootappsPatch, SpringbootappsUpdateOptionalParams, SpringbootappsUpdateResponse } from "../models/index.js";
|
|
4
|
+
/** Interface representing a Springbootapps. */
|
|
5
|
+
export interface Springbootapps {
|
|
6
|
+
/**
|
|
7
|
+
* List springbootapps resource by resourceGroup
|
|
8
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
9
|
+
* @param siteName The springbootsites name.
|
|
10
|
+
* @param options The options parameters.
|
|
11
|
+
*/
|
|
12
|
+
listByResourceGroup(resourceGroupName: string, siteName: string, options?: SpringbootappsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<SpringbootappsModel>;
|
|
13
|
+
/**
|
|
14
|
+
* List springbootapps resource by subscription
|
|
15
|
+
* @param siteName The springbootsites name.
|
|
16
|
+
* @param options The options parameters.
|
|
17
|
+
*/
|
|
18
|
+
listBySubscription(siteName: string, options?: SpringbootappsListBySubscriptionOptionalParams): PagedAsyncIterableIterator<SpringbootappsModel>;
|
|
19
|
+
/**
|
|
20
|
+
* Get a springbootapps resource.
|
|
21
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
22
|
+
* @param siteName The springbootsites name.
|
|
23
|
+
* @param springbootappsName The springbootapps name.
|
|
24
|
+
* @param options The options parameters.
|
|
25
|
+
*/
|
|
26
|
+
get(resourceGroupName: string, siteName: string, springbootappsName: string, options?: SpringbootappsGetOptionalParams): Promise<SpringbootappsGetResponse>;
|
|
27
|
+
/**
|
|
28
|
+
* Update a springbootapps resource.
|
|
29
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
30
|
+
* @param siteName The springbootsites name.
|
|
31
|
+
* @param springbootappsName The springbootapps name.
|
|
32
|
+
* @param springbootapps Update a springbootapps payload.
|
|
33
|
+
* @param options The options parameters.
|
|
34
|
+
*/
|
|
35
|
+
beginUpdate(resourceGroupName: string, siteName: string, springbootappsName: string, springbootapps: SpringbootappsPatch, options?: SpringbootappsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<SpringbootappsUpdateResponse>, SpringbootappsUpdateResponse>>;
|
|
36
|
+
/**
|
|
37
|
+
* Update a springbootapps resource.
|
|
38
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
39
|
+
* @param siteName The springbootsites name.
|
|
40
|
+
* @param springbootappsName The springbootapps name.
|
|
41
|
+
* @param springbootapps Update a springbootapps payload.
|
|
42
|
+
* @param options The options parameters.
|
|
43
|
+
*/
|
|
44
|
+
beginUpdateAndWait(resourceGroupName: string, siteName: string, springbootappsName: string, springbootapps: SpringbootappsPatch, options?: SpringbootappsUpdateOptionalParams): Promise<SpringbootappsUpdateResponse>;
|
|
45
|
+
}
|
|
46
|
+
//# sourceMappingURL=springbootapps.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"springbootapps.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/springbootapps.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACnE,OAAO,EACL,mBAAmB,EACnB,+CAA+C,EAC/C,8CAA8C,EAC9C,+BAA+B,EAC/B,yBAAyB,EACzB,mBAAmB,EACnB,kCAAkC,EAClC,4BAA4B,EAC7B,MAAM,oBAAoB,CAAC;AAG5B,+CAA+C;AAC/C,MAAM,WAAW,cAAc;IAC7B;;;;;OAKG;IACH,mBAAmB,CACjB,iBAAiB,EAAE,MAAM,EACzB,QAAQ,EAAE,MAAM,EAChB,OAAO,CAAC,EAAE,+CAA+C,GACxD,0BAA0B,CAAC,mBAAmB,CAAC,CAAC;IACnD;;;;OAIG;IACH,kBAAkB,CAChB,QAAQ,EAAE,MAAM,EAChB,OAAO,CAAC,EAAE,8CAA8C,GACvD,0BAA0B,CAAC,mBAAmB,CAAC,CAAC;IACnD;;;;;;OAMG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,QAAQ,EAAE,MAAM,EAChB,kBAAkB,EAAE,MAAM,EAC1B,OAAO,CAAC,EAAE,+BAA+B,GACxC,OAAO,CAAC,yBAAyB,CAAC,CAAC;IACtC;;;;;;;OAOG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,QAAQ,EAAE,MAAM,EAChB,kBAAkB,EAAE,MAAM,EAC1B,cAAc,EAAE,mBAAmB,EACnC,OAAO,CAAC,EAAE,kCAAkC,GAC3C,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,4BAA4B,CAAC,EAC5C,4BAA4B,CAC7B,CACF,CAAC;IACF;;;;;;;OAOG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,QAAQ,EAAE,MAAM,EAChB,kBAAkB,EAAE,MAAM,EAC1B,cAAc,EAAE,mBAAmB,EACnC,OAAO,CAAC,EAAE,kCAAkC,GAC3C,OAAO,CAAC,4BAA4B,CAAC,CAAC;CAC1C"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Copyright (c) Microsoft Corporation.
|
|
4
|
+
* Licensed under the MIT License.
|
|
5
|
+
*
|
|
6
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
8
|
+
*/
|
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
+
//# sourceMappingURL=springbootapps.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"springbootapps.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/springbootapps.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG","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 } from \"@azure/core-paging\";\nimport { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport {\n SpringbootappsModel,\n SpringbootappsListByResourceGroupOptionalParams,\n SpringbootappsListBySubscriptionOptionalParams,\n SpringbootappsGetOptionalParams,\n SpringbootappsGetResponse,\n SpringbootappsPatch,\n SpringbootappsUpdateOptionalParams,\n SpringbootappsUpdateResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a Springbootapps. */\nexport interface Springbootapps {\n /**\n * List springbootapps resource by resourceGroup\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 listByResourceGroup(\n resourceGroupName: string,\n siteName: string,\n options?: SpringbootappsListByResourceGroupOptionalParams,\n ): PagedAsyncIterableIterator<SpringbootappsModel>;\n /**\n * List springbootapps resource by subscription\n * @param siteName The springbootsites name.\n * @param options The options parameters.\n */\n listBySubscription(\n siteName: string,\n options?: SpringbootappsListBySubscriptionOptionalParams,\n ): PagedAsyncIterableIterator<SpringbootappsModel>;\n /**\n * Get a springbootapps resource.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param siteName The springbootsites name.\n * @param springbootappsName The springbootapps name.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n siteName: string,\n springbootappsName: string,\n options?: SpringbootappsGetOptionalParams,\n ): Promise<SpringbootappsGetResponse>;\n /**\n * Update a springbootapps resource.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param siteName The springbootsites name.\n * @param springbootappsName The springbootapps name.\n * @param springbootapps Update a springbootapps payload.\n * @param options The options parameters.\n */\n beginUpdate(\n resourceGroupName: string,\n siteName: string,\n springbootappsName: string,\n springbootapps: SpringbootappsPatch,\n options?: SpringbootappsUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<SpringbootappsUpdateResponse>,\n SpringbootappsUpdateResponse\n >\n >;\n /**\n * Update a springbootapps resource.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param siteName The springbootsites name.\n * @param springbootappsName The springbootapps name.\n * @param springbootapps Update a springbootapps payload.\n * @param options The options parameters.\n */\n beginUpdateAndWait(\n resourceGroupName: string,\n siteName: string,\n springbootappsName: string,\n springbootapps: SpringbootappsPatch,\n options?: SpringbootappsUpdateOptionalParams,\n ): Promise<SpringbootappsUpdateResponse>;\n}\n"]}
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
+
import { SimplePollerLike, OperationState } from "@azure/core-lro";
|
|
3
|
+
import { SpringbootserversModel, SpringbootserversListByResourceGroupOptionalParams, SpringbootserversListBySubscriptionOptionalParams, SpringbootserversGetOptionalParams, SpringbootserversGetResponse, SpringbootserversCreateOrUpdateOptionalParams, SpringbootserversCreateOrUpdateResponse, SpringbootserversDeleteOptionalParams, SpringbootserversDeleteResponse, SpringbootserversPatch, SpringbootserversUpdateOptionalParams, SpringbootserversUpdateResponse } from "../models/index.js";
|
|
4
|
+
/** Interface representing a Springbootservers. */
|
|
5
|
+
export interface Springbootservers {
|
|
6
|
+
/**
|
|
7
|
+
* List springbootservers resource by resourceGroup
|
|
8
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
9
|
+
* @param siteName The springbootsites name.
|
|
10
|
+
* @param options The options parameters.
|
|
11
|
+
*/
|
|
12
|
+
listByResourceGroup(resourceGroupName: string, siteName: string, options?: SpringbootserversListByResourceGroupOptionalParams): PagedAsyncIterableIterator<SpringbootserversModel>;
|
|
13
|
+
/**
|
|
14
|
+
* List springbootservers resource by subscription
|
|
15
|
+
* @param siteName The springbootsites name.
|
|
16
|
+
* @param options The options parameters.
|
|
17
|
+
*/
|
|
18
|
+
listBySubscription(siteName: string, options?: SpringbootserversListBySubscriptionOptionalParams): PagedAsyncIterableIterator<SpringbootserversModel>;
|
|
19
|
+
/**
|
|
20
|
+
* List springbootservers resource.
|
|
21
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
22
|
+
* @param siteName The springbootsites name.
|
|
23
|
+
* @param springbootserversName The springbootservers name.
|
|
24
|
+
* @param options The options parameters.
|
|
25
|
+
*/
|
|
26
|
+
get(resourceGroupName: string, siteName: string, springbootserversName: string, options?: SpringbootserversGetOptionalParams): Promise<SpringbootserversGetResponse>;
|
|
27
|
+
/**
|
|
28
|
+
* Create springbootservers resource.
|
|
29
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
30
|
+
* @param siteName The springbootsites name.
|
|
31
|
+
* @param springbootserversName The springbootservers name.
|
|
32
|
+
* @param springbootservers Create a springbootservers payload.
|
|
33
|
+
* @param options The options parameters.
|
|
34
|
+
*/
|
|
35
|
+
createOrUpdate(resourceGroupName: string, siteName: string, springbootserversName: string, springbootservers: SpringbootserversModel, options?: SpringbootserversCreateOrUpdateOptionalParams): Promise<SpringbootserversCreateOrUpdateResponse>;
|
|
36
|
+
/**
|
|
37
|
+
* Delete springbootservers resource.
|
|
38
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
39
|
+
* @param siteName The springbootsites name.
|
|
40
|
+
* @param springbootserversName The springbootservers name.
|
|
41
|
+
* @param options The options parameters.
|
|
42
|
+
*/
|
|
43
|
+
beginDelete(resourceGroupName: string, siteName: string, springbootserversName: string, options?: SpringbootserversDeleteOptionalParams): Promise<SimplePollerLike<OperationState<SpringbootserversDeleteResponse>, SpringbootserversDeleteResponse>>;
|
|
44
|
+
/**
|
|
45
|
+
* Delete springbootservers resource.
|
|
46
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
47
|
+
* @param siteName The springbootsites name.
|
|
48
|
+
* @param springbootserversName The springbootservers name.
|
|
49
|
+
* @param options The options parameters.
|
|
50
|
+
*/
|
|
51
|
+
beginDeleteAndWait(resourceGroupName: string, siteName: string, springbootserversName: string, options?: SpringbootserversDeleteOptionalParams): Promise<SpringbootserversDeleteResponse>;
|
|
52
|
+
/**
|
|
53
|
+
* Update springbootservers resource.
|
|
54
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
55
|
+
* @param siteName The springbootsites name.
|
|
56
|
+
* @param springbootserversName The springbootservers name.
|
|
57
|
+
* @param springbootservers Update a springbootservers payload.
|
|
58
|
+
* @param options The options parameters.
|
|
59
|
+
*/
|
|
60
|
+
beginUpdate(resourceGroupName: string, siteName: string, springbootserversName: string, springbootservers: SpringbootserversPatch, options?: SpringbootserversUpdateOptionalParams): Promise<SimplePollerLike<OperationState<SpringbootserversUpdateResponse>, SpringbootserversUpdateResponse>>;
|
|
61
|
+
/**
|
|
62
|
+
* Update springbootservers resource.
|
|
63
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
64
|
+
* @param siteName The springbootsites name.
|
|
65
|
+
* @param springbootserversName The springbootservers name.
|
|
66
|
+
* @param springbootservers Update a springbootservers payload.
|
|
67
|
+
* @param options The options parameters.
|
|
68
|
+
*/
|
|
69
|
+
beginUpdateAndWait(resourceGroupName: string, siteName: string, springbootserversName: string, springbootservers: SpringbootserversPatch, options?: SpringbootserversUpdateOptionalParams): Promise<SpringbootserversUpdateResponse>;
|
|
70
|
+
}
|
|
71
|
+
//# sourceMappingURL=springbootservers.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"springbootservers.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/springbootservers.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACnE,OAAO,EACL,sBAAsB,EACtB,kDAAkD,EAClD,iDAAiD,EACjD,kCAAkC,EAClC,4BAA4B,EAC5B,6CAA6C,EAC7C,uCAAuC,EACvC,qCAAqC,EACrC,+BAA+B,EAC/B,sBAAsB,EACtB,qCAAqC,EACrC,+BAA+B,EAChC,MAAM,oBAAoB,CAAC;AAG5B,kDAAkD;AAClD,MAAM,WAAW,iBAAiB;IAChC;;;;;OAKG;IACH,mBAAmB,CACjB,iBAAiB,EAAE,MAAM,EACzB,QAAQ,EAAE,MAAM,EAChB,OAAO,CAAC,EAAE,kDAAkD,GAC3D,0BAA0B,CAAC,sBAAsB,CAAC,CAAC;IACtD;;;;OAIG;IACH,kBAAkB,CAChB,QAAQ,EAAE,MAAM,EAChB,OAAO,CAAC,EAAE,iDAAiD,GAC1D,0BAA0B,CAAC,sBAAsB,CAAC,CAAC;IACtD;;;;;;OAMG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,QAAQ,EAAE,MAAM,EAChB,qBAAqB,EAAE,MAAM,EAC7B,OAAO,CAAC,EAAE,kCAAkC,GAC3C,OAAO,CAAC,4BAA4B,CAAC,CAAC;IACzC;;;;;;;OAOG;IACH,cAAc,CACZ,iBAAiB,EAAE,MAAM,EACzB,QAAQ,EAAE,MAAM,EAChB,qBAAqB,EAAE,MAAM,EAC7B,iBAAiB,EAAE,sBAAsB,EACzC,OAAO,CAAC,EAAE,6CAA6C,GACtD,OAAO,CAAC,uCAAuC,CAAC,CAAC;IACpD;;;;;;OAMG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,QAAQ,EAAE,MAAM,EAChB,qBAAqB,EAAE,MAAM,EAC7B,OAAO,CAAC,EAAE,qCAAqC,GAC9C,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,+BAA+B,CAAC,EAC/C,+BAA+B,CAChC,CACF,CAAC;IACF;;;;;;OAMG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,QAAQ,EAAE,MAAM,EAChB,qBAAqB,EAAE,MAAM,EAC7B,OAAO,CAAC,EAAE,qCAAqC,GAC9C,OAAO,CAAC,+BAA+B,CAAC,CAAC;IAC5C;;;;;;;OAOG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,QAAQ,EAAE,MAAM,EAChB,qBAAqB,EAAE,MAAM,EAC7B,iBAAiB,EAAE,sBAAsB,EACzC,OAAO,CAAC,EAAE,qCAAqC,GAC9C,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,+BAA+B,CAAC,EAC/C,+BAA+B,CAChC,CACF,CAAC;IACF;;;;;;;OAOG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,QAAQ,EAAE,MAAM,EAChB,qBAAqB,EAAE,MAAM,EAC7B,iBAAiB,EAAE,sBAAsB,EACzC,OAAO,CAAC,EAAE,qCAAqC,GAC9C,OAAO,CAAC,+BAA+B,CAAC,CAAC;CAC7C"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Copyright (c) Microsoft Corporation.
|
|
4
|
+
* Licensed under the MIT License.
|
|
5
|
+
*
|
|
6
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
8
|
+
*/
|
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
+
//# sourceMappingURL=springbootservers.js.map
|