@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
|
@@ -1,236 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
|
|
9
|
-
import { PagedAsyncIterableIterator, PageSettings } from "@azure/core-paging";
|
|
10
|
-
import { setContinuationToken } from "../pagingHelper";
|
|
11
|
-
import { Summaries } from "../operationsInterfaces";
|
|
12
|
-
import * as coreClient from "@azure/core-client";
|
|
13
|
-
import * as Mappers from "../models/mappers";
|
|
14
|
-
import * as Parameters from "../models/parameters";
|
|
15
|
-
import { SpringAppDiscoveryManagementClient } from "../springAppDiscoveryManagementClient";
|
|
16
|
-
import {
|
|
17
|
-
Summary,
|
|
18
|
-
SummariesListBySiteNextOptionalParams,
|
|
19
|
-
SummariesListBySiteOptionalParams,
|
|
20
|
-
SummariesListBySiteResponse,
|
|
21
|
-
SummariesGetOptionalParams,
|
|
22
|
-
SummariesGetResponse,
|
|
23
|
-
SummariesListBySiteNextResponse,
|
|
24
|
-
} from "../models";
|
|
25
|
-
|
|
26
|
-
/// <reference lib="esnext.asynciterable" />
|
|
27
|
-
/** Class containing Summaries operations. */
|
|
28
|
-
export class SummariesImpl implements Summaries {
|
|
29
|
-
private readonly client: SpringAppDiscoveryManagementClient;
|
|
30
|
-
|
|
31
|
-
/**
|
|
32
|
-
* Initialize a new instance of the class Summaries class.
|
|
33
|
-
* @param client Reference to the service client
|
|
34
|
-
*/
|
|
35
|
-
constructor(client: SpringAppDiscoveryManagementClient) {
|
|
36
|
-
this.client = client;
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
/**
|
|
40
|
-
* Lists the Summaries resource in springbootsites.
|
|
41
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
42
|
-
* @param siteName The springbootsites name.
|
|
43
|
-
* @param options The options parameters.
|
|
44
|
-
*/
|
|
45
|
-
public listBySite(
|
|
46
|
-
resourceGroupName: string,
|
|
47
|
-
siteName: string,
|
|
48
|
-
options?: SummariesListBySiteOptionalParams,
|
|
49
|
-
): PagedAsyncIterableIterator<Summary> {
|
|
50
|
-
const iter = this.listBySitePagingAll(resourceGroupName, siteName, options);
|
|
51
|
-
return {
|
|
52
|
-
next() {
|
|
53
|
-
return iter.next();
|
|
54
|
-
},
|
|
55
|
-
[Symbol.asyncIterator]() {
|
|
56
|
-
return this;
|
|
57
|
-
},
|
|
58
|
-
byPage: (settings?: PageSettings) => {
|
|
59
|
-
if (settings?.maxPageSize) {
|
|
60
|
-
throw new Error("maxPageSize is not supported by this operation.");
|
|
61
|
-
}
|
|
62
|
-
return this.listBySitePagingPage(
|
|
63
|
-
resourceGroupName,
|
|
64
|
-
siteName,
|
|
65
|
-
options,
|
|
66
|
-
settings,
|
|
67
|
-
);
|
|
68
|
-
},
|
|
69
|
-
};
|
|
70
|
-
}
|
|
71
|
-
|
|
72
|
-
private async *listBySitePagingPage(
|
|
73
|
-
resourceGroupName: string,
|
|
74
|
-
siteName: string,
|
|
75
|
-
options?: SummariesListBySiteOptionalParams,
|
|
76
|
-
settings?: PageSettings,
|
|
77
|
-
): AsyncIterableIterator<Summary[]> {
|
|
78
|
-
let result: SummariesListBySiteResponse;
|
|
79
|
-
let continuationToken = settings?.continuationToken;
|
|
80
|
-
if (!continuationToken) {
|
|
81
|
-
result = await this._listBySite(resourceGroupName, siteName, options);
|
|
82
|
-
let page = result.value || [];
|
|
83
|
-
continuationToken = result.nextLink;
|
|
84
|
-
setContinuationToken(page, continuationToken);
|
|
85
|
-
yield page;
|
|
86
|
-
}
|
|
87
|
-
while (continuationToken) {
|
|
88
|
-
result = await this._listBySiteNext(
|
|
89
|
-
resourceGroupName,
|
|
90
|
-
siteName,
|
|
91
|
-
continuationToken,
|
|
92
|
-
options,
|
|
93
|
-
);
|
|
94
|
-
continuationToken = result.nextLink;
|
|
95
|
-
let page = result.value || [];
|
|
96
|
-
setContinuationToken(page, continuationToken);
|
|
97
|
-
yield page;
|
|
98
|
-
}
|
|
99
|
-
}
|
|
100
|
-
|
|
101
|
-
private async *listBySitePagingAll(
|
|
102
|
-
resourceGroupName: string,
|
|
103
|
-
siteName: string,
|
|
104
|
-
options?: SummariesListBySiteOptionalParams,
|
|
105
|
-
): AsyncIterableIterator<Summary> {
|
|
106
|
-
for await (const page of this.listBySitePagingPage(
|
|
107
|
-
resourceGroupName,
|
|
108
|
-
siteName,
|
|
109
|
-
options,
|
|
110
|
-
)) {
|
|
111
|
-
yield* page;
|
|
112
|
-
}
|
|
113
|
-
}
|
|
114
|
-
|
|
115
|
-
/**
|
|
116
|
-
* Gets the Summaries resource.
|
|
117
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
118
|
-
* @param siteName The springbootsites name.
|
|
119
|
-
* @param summaryName The name of summary
|
|
120
|
-
* @param options The options parameters.
|
|
121
|
-
*/
|
|
122
|
-
get(
|
|
123
|
-
resourceGroupName: string,
|
|
124
|
-
siteName: string,
|
|
125
|
-
summaryName: string,
|
|
126
|
-
options?: SummariesGetOptionalParams,
|
|
127
|
-
): Promise<SummariesGetResponse> {
|
|
128
|
-
return this.client.sendOperationRequest(
|
|
129
|
-
{ resourceGroupName, siteName, summaryName, options },
|
|
130
|
-
getOperationSpec,
|
|
131
|
-
);
|
|
132
|
-
}
|
|
133
|
-
|
|
134
|
-
/**
|
|
135
|
-
* Lists the Summaries resource in springbootsites.
|
|
136
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
137
|
-
* @param siteName The springbootsites name.
|
|
138
|
-
* @param options The options parameters.
|
|
139
|
-
*/
|
|
140
|
-
private _listBySite(
|
|
141
|
-
resourceGroupName: string,
|
|
142
|
-
siteName: string,
|
|
143
|
-
options?: SummariesListBySiteOptionalParams,
|
|
144
|
-
): Promise<SummariesListBySiteResponse> {
|
|
145
|
-
return this.client.sendOperationRequest(
|
|
146
|
-
{ resourceGroupName, siteName, options },
|
|
147
|
-
listBySiteOperationSpec,
|
|
148
|
-
);
|
|
149
|
-
}
|
|
150
|
-
|
|
151
|
-
/**
|
|
152
|
-
* ListBySiteNext
|
|
153
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
154
|
-
* @param siteName The springbootsites name.
|
|
155
|
-
* @param nextLink The nextLink from the previous successful call to the ListBySite method.
|
|
156
|
-
* @param options The options parameters.
|
|
157
|
-
*/
|
|
158
|
-
private _listBySiteNext(
|
|
159
|
-
resourceGroupName: string,
|
|
160
|
-
siteName: string,
|
|
161
|
-
nextLink: string,
|
|
162
|
-
options?: SummariesListBySiteNextOptionalParams,
|
|
163
|
-
): Promise<SummariesListBySiteNextResponse> {
|
|
164
|
-
return this.client.sendOperationRequest(
|
|
165
|
-
{ resourceGroupName, siteName, nextLink, options },
|
|
166
|
-
listBySiteNextOperationSpec,
|
|
167
|
-
);
|
|
168
|
-
}
|
|
169
|
-
}
|
|
170
|
-
// Operation Specifications
|
|
171
|
-
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
172
|
-
|
|
173
|
-
const getOperationSpec: coreClient.OperationSpec = {
|
|
174
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzureSpringBoot/springbootsites/{siteName}/summaries/{summaryName}",
|
|
175
|
-
httpMethod: "GET",
|
|
176
|
-
responses: {
|
|
177
|
-
200: {
|
|
178
|
-
bodyMapper: Mappers.Summary,
|
|
179
|
-
},
|
|
180
|
-
default: {
|
|
181
|
-
bodyMapper: Mappers.ErrorResponse,
|
|
182
|
-
},
|
|
183
|
-
},
|
|
184
|
-
queryParameters: [Parameters.apiVersion],
|
|
185
|
-
urlParameters: [
|
|
186
|
-
Parameters.$host,
|
|
187
|
-
Parameters.subscriptionId,
|
|
188
|
-
Parameters.resourceGroupName,
|
|
189
|
-
Parameters.siteName,
|
|
190
|
-
Parameters.summaryName,
|
|
191
|
-
],
|
|
192
|
-
headerParameters: [Parameters.accept],
|
|
193
|
-
serializer,
|
|
194
|
-
};
|
|
195
|
-
const listBySiteOperationSpec: coreClient.OperationSpec = {
|
|
196
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzureSpringBoot/springbootsites/{siteName}/summaries",
|
|
197
|
-
httpMethod: "GET",
|
|
198
|
-
responses: {
|
|
199
|
-
200: {
|
|
200
|
-
bodyMapper: Mappers.SummaryList,
|
|
201
|
-
},
|
|
202
|
-
default: {
|
|
203
|
-
bodyMapper: Mappers.ErrorResponse,
|
|
204
|
-
},
|
|
205
|
-
},
|
|
206
|
-
queryParameters: [Parameters.apiVersion],
|
|
207
|
-
urlParameters: [
|
|
208
|
-
Parameters.$host,
|
|
209
|
-
Parameters.subscriptionId,
|
|
210
|
-
Parameters.resourceGroupName,
|
|
211
|
-
Parameters.siteName,
|
|
212
|
-
],
|
|
213
|
-
headerParameters: [Parameters.accept],
|
|
214
|
-
serializer,
|
|
215
|
-
};
|
|
216
|
-
const listBySiteNextOperationSpec: coreClient.OperationSpec = {
|
|
217
|
-
path: "{nextLink}",
|
|
218
|
-
httpMethod: "GET",
|
|
219
|
-
responses: {
|
|
220
|
-
200: {
|
|
221
|
-
bodyMapper: Mappers.SummaryList,
|
|
222
|
-
},
|
|
223
|
-
default: {
|
|
224
|
-
bodyMapper: Mappers.ErrorResponse,
|
|
225
|
-
},
|
|
226
|
-
},
|
|
227
|
-
urlParameters: [
|
|
228
|
-
Parameters.$host,
|
|
229
|
-
Parameters.subscriptionId,
|
|
230
|
-
Parameters.resourceGroupName,
|
|
231
|
-
Parameters.nextLink,
|
|
232
|
-
Parameters.siteName,
|
|
233
|
-
],
|
|
234
|
-
headerParameters: [Parameters.accept],
|
|
235
|
-
serializer,
|
|
236
|
-
};
|
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
|
|
9
|
-
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
10
|
-
import {
|
|
11
|
-
ErrorSummary,
|
|
12
|
-
ErrorSummariesListBySiteOptionalParams,
|
|
13
|
-
ErrorSummariesGetOptionalParams,
|
|
14
|
-
ErrorSummariesGetResponse,
|
|
15
|
-
} from "../models";
|
|
16
|
-
|
|
17
|
-
/// <reference lib="esnext.asynciterable" />
|
|
18
|
-
/** Interface representing a ErrorSummaries. */
|
|
19
|
-
export interface ErrorSummaries {
|
|
20
|
-
/**
|
|
21
|
-
* Lists the ErrorSummaries resource in springbootsites.
|
|
22
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
23
|
-
* @param siteName The springbootsites name.
|
|
24
|
-
* @param options The options parameters.
|
|
25
|
-
*/
|
|
26
|
-
listBySite(
|
|
27
|
-
resourceGroupName: string,
|
|
28
|
-
siteName: string,
|
|
29
|
-
options?: ErrorSummariesListBySiteOptionalParams,
|
|
30
|
-
): PagedAsyncIterableIterator<ErrorSummary>;
|
|
31
|
-
/**
|
|
32
|
-
* Gets the ErrorSummaries resource.
|
|
33
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
34
|
-
* @param siteName The springbootsites name.
|
|
35
|
-
* @param errorSummaryName The name of error summary
|
|
36
|
-
* @param options The options parameters.
|
|
37
|
-
*/
|
|
38
|
-
get(
|
|
39
|
-
resourceGroupName: string,
|
|
40
|
-
siteName: string,
|
|
41
|
-
errorSummaryName: string,
|
|
42
|
-
options?: ErrorSummariesGetOptionalParams,
|
|
43
|
-
): Promise<ErrorSummariesGetResponse>;
|
|
44
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
|
|
9
|
-
export * from "./springbootsites";
|
|
10
|
-
export * from "./operations";
|
|
11
|
-
export * from "./springbootservers";
|
|
12
|
-
export * from "./springbootapps";
|
|
13
|
-
export * from "./summaries";
|
|
14
|
-
export * from "./errorSummaries";
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
|
|
9
|
-
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
10
|
-
import { Operation, OperationsListOptionalParams } from "../models";
|
|
11
|
-
|
|
12
|
-
/// <reference lib="esnext.asynciterable" />
|
|
13
|
-
/** Interface representing a Operations. */
|
|
14
|
-
export interface Operations {
|
|
15
|
-
/**
|
|
16
|
-
* List operations.
|
|
17
|
-
* @param options The options parameters.
|
|
18
|
-
*/
|
|
19
|
-
list(
|
|
20
|
-
options?: OperationsListOptionalParams,
|
|
21
|
-
): PagedAsyncIterableIterator<Operation>;
|
|
22
|
-
}
|
|
@@ -1,93 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
|
|
9
|
-
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
10
|
-
import { SimplePollerLike, OperationState } from "@azure/core-lro";
|
|
11
|
-
import {
|
|
12
|
-
SpringbootappsModel,
|
|
13
|
-
SpringbootappsListByResourceGroupOptionalParams,
|
|
14
|
-
SpringbootappsListBySubscriptionOptionalParams,
|
|
15
|
-
SpringbootappsGetOptionalParams,
|
|
16
|
-
SpringbootappsGetResponse,
|
|
17
|
-
SpringbootappsPatch,
|
|
18
|
-
SpringbootappsUpdateOptionalParams,
|
|
19
|
-
SpringbootappsUpdateResponse,
|
|
20
|
-
} from "../models";
|
|
21
|
-
|
|
22
|
-
/// <reference lib="esnext.asynciterable" />
|
|
23
|
-
/** Interface representing a Springbootapps. */
|
|
24
|
-
export interface Springbootapps {
|
|
25
|
-
/**
|
|
26
|
-
* List springbootapps resource by resourceGroup
|
|
27
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
28
|
-
* @param siteName The springbootsites name.
|
|
29
|
-
* @param options The options parameters.
|
|
30
|
-
*/
|
|
31
|
-
listByResourceGroup(
|
|
32
|
-
resourceGroupName: string,
|
|
33
|
-
siteName: string,
|
|
34
|
-
options?: SpringbootappsListByResourceGroupOptionalParams,
|
|
35
|
-
): PagedAsyncIterableIterator<SpringbootappsModel>;
|
|
36
|
-
/**
|
|
37
|
-
* List springbootapps resource by subscription
|
|
38
|
-
* @param siteName The springbootsites name.
|
|
39
|
-
* @param options The options parameters.
|
|
40
|
-
*/
|
|
41
|
-
listBySubscription(
|
|
42
|
-
siteName: string,
|
|
43
|
-
options?: SpringbootappsListBySubscriptionOptionalParams,
|
|
44
|
-
): PagedAsyncIterableIterator<SpringbootappsModel>;
|
|
45
|
-
/**
|
|
46
|
-
* Get a springbootapps resource.
|
|
47
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
48
|
-
* @param siteName The springbootsites name.
|
|
49
|
-
* @param springbootappsName The springbootapps name.
|
|
50
|
-
* @param options The options parameters.
|
|
51
|
-
*/
|
|
52
|
-
get(
|
|
53
|
-
resourceGroupName: string,
|
|
54
|
-
siteName: string,
|
|
55
|
-
springbootappsName: string,
|
|
56
|
-
options?: SpringbootappsGetOptionalParams,
|
|
57
|
-
): Promise<SpringbootappsGetResponse>;
|
|
58
|
-
/**
|
|
59
|
-
* Update a springbootapps resource.
|
|
60
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
61
|
-
* @param siteName The springbootsites name.
|
|
62
|
-
* @param springbootappsName The springbootapps name.
|
|
63
|
-
* @param springbootapps Update a springbootapps payload.
|
|
64
|
-
* @param options The options parameters.
|
|
65
|
-
*/
|
|
66
|
-
beginUpdate(
|
|
67
|
-
resourceGroupName: string,
|
|
68
|
-
siteName: string,
|
|
69
|
-
springbootappsName: string,
|
|
70
|
-
springbootapps: SpringbootappsPatch,
|
|
71
|
-
options?: SpringbootappsUpdateOptionalParams,
|
|
72
|
-
): Promise<
|
|
73
|
-
SimplePollerLike<
|
|
74
|
-
OperationState<SpringbootappsUpdateResponse>,
|
|
75
|
-
SpringbootappsUpdateResponse
|
|
76
|
-
>
|
|
77
|
-
>;
|
|
78
|
-
/**
|
|
79
|
-
* Update a springbootapps resource.
|
|
80
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
81
|
-
* @param siteName The springbootsites name.
|
|
82
|
-
* @param springbootappsName The springbootapps name.
|
|
83
|
-
* @param springbootapps Update a springbootapps payload.
|
|
84
|
-
* @param options The options parameters.
|
|
85
|
-
*/
|
|
86
|
-
beginUpdateAndWait(
|
|
87
|
-
resourceGroupName: string,
|
|
88
|
-
siteName: string,
|
|
89
|
-
springbootappsName: string,
|
|
90
|
-
springbootapps: SpringbootappsPatch,
|
|
91
|
-
options?: SpringbootappsUpdateOptionalParams,
|
|
92
|
-
): Promise<SpringbootappsUpdateResponse>;
|
|
93
|
-
}
|
|
@@ -1,143 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
|
|
9
|
-
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
10
|
-
import { SimplePollerLike, OperationState } from "@azure/core-lro";
|
|
11
|
-
import {
|
|
12
|
-
SpringbootserversModel,
|
|
13
|
-
SpringbootserversListByResourceGroupOptionalParams,
|
|
14
|
-
SpringbootserversListBySubscriptionOptionalParams,
|
|
15
|
-
SpringbootserversGetOptionalParams,
|
|
16
|
-
SpringbootserversGetResponse,
|
|
17
|
-
SpringbootserversCreateOrUpdateOptionalParams,
|
|
18
|
-
SpringbootserversCreateOrUpdateResponse,
|
|
19
|
-
SpringbootserversDeleteOptionalParams,
|
|
20
|
-
SpringbootserversDeleteResponse,
|
|
21
|
-
SpringbootserversPatch,
|
|
22
|
-
SpringbootserversUpdateOptionalParams,
|
|
23
|
-
SpringbootserversUpdateResponse,
|
|
24
|
-
} from "../models";
|
|
25
|
-
|
|
26
|
-
/// <reference lib="esnext.asynciterable" />
|
|
27
|
-
/** Interface representing a Springbootservers. */
|
|
28
|
-
export interface Springbootservers {
|
|
29
|
-
/**
|
|
30
|
-
* List springbootservers resource by resourceGroup
|
|
31
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
32
|
-
* @param siteName The springbootsites name.
|
|
33
|
-
* @param options The options parameters.
|
|
34
|
-
*/
|
|
35
|
-
listByResourceGroup(
|
|
36
|
-
resourceGroupName: string,
|
|
37
|
-
siteName: string,
|
|
38
|
-
options?: SpringbootserversListByResourceGroupOptionalParams,
|
|
39
|
-
): PagedAsyncIterableIterator<SpringbootserversModel>;
|
|
40
|
-
/**
|
|
41
|
-
* List springbootservers resource by subscription
|
|
42
|
-
* @param siteName The springbootsites name.
|
|
43
|
-
* @param options The options parameters.
|
|
44
|
-
*/
|
|
45
|
-
listBySubscription(
|
|
46
|
-
siteName: string,
|
|
47
|
-
options?: SpringbootserversListBySubscriptionOptionalParams,
|
|
48
|
-
): PagedAsyncIterableIterator<SpringbootserversModel>;
|
|
49
|
-
/**
|
|
50
|
-
* List springbootservers resource.
|
|
51
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
52
|
-
* @param siteName The springbootsites name.
|
|
53
|
-
* @param springbootserversName The springbootservers name.
|
|
54
|
-
* @param options The options parameters.
|
|
55
|
-
*/
|
|
56
|
-
get(
|
|
57
|
-
resourceGroupName: string,
|
|
58
|
-
siteName: string,
|
|
59
|
-
springbootserversName: string,
|
|
60
|
-
options?: SpringbootserversGetOptionalParams,
|
|
61
|
-
): Promise<SpringbootserversGetResponse>;
|
|
62
|
-
/**
|
|
63
|
-
* Create springbootservers resource.
|
|
64
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
65
|
-
* @param siteName The springbootsites name.
|
|
66
|
-
* @param springbootserversName The springbootservers name.
|
|
67
|
-
* @param springbootservers Create a springbootservers payload.
|
|
68
|
-
* @param options The options parameters.
|
|
69
|
-
*/
|
|
70
|
-
createOrUpdate(
|
|
71
|
-
resourceGroupName: string,
|
|
72
|
-
siteName: string,
|
|
73
|
-
springbootserversName: string,
|
|
74
|
-
springbootservers: SpringbootserversModel,
|
|
75
|
-
options?: SpringbootserversCreateOrUpdateOptionalParams,
|
|
76
|
-
): Promise<SpringbootserversCreateOrUpdateResponse>;
|
|
77
|
-
/**
|
|
78
|
-
* Delete springbootservers resource.
|
|
79
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
80
|
-
* @param siteName The springbootsites name.
|
|
81
|
-
* @param springbootserversName The springbootservers name.
|
|
82
|
-
* @param options The options parameters.
|
|
83
|
-
*/
|
|
84
|
-
beginDelete(
|
|
85
|
-
resourceGroupName: string,
|
|
86
|
-
siteName: string,
|
|
87
|
-
springbootserversName: string,
|
|
88
|
-
options?: SpringbootserversDeleteOptionalParams,
|
|
89
|
-
): Promise<
|
|
90
|
-
SimplePollerLike<
|
|
91
|
-
OperationState<SpringbootserversDeleteResponse>,
|
|
92
|
-
SpringbootserversDeleteResponse
|
|
93
|
-
>
|
|
94
|
-
>;
|
|
95
|
-
/**
|
|
96
|
-
* Delete springbootservers resource.
|
|
97
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
98
|
-
* @param siteName The springbootsites name.
|
|
99
|
-
* @param springbootserversName The springbootservers name.
|
|
100
|
-
* @param options The options parameters.
|
|
101
|
-
*/
|
|
102
|
-
beginDeleteAndWait(
|
|
103
|
-
resourceGroupName: string,
|
|
104
|
-
siteName: string,
|
|
105
|
-
springbootserversName: string,
|
|
106
|
-
options?: SpringbootserversDeleteOptionalParams,
|
|
107
|
-
): Promise<SpringbootserversDeleteResponse>;
|
|
108
|
-
/**
|
|
109
|
-
* Update springbootservers resource.
|
|
110
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
111
|
-
* @param siteName The springbootsites name.
|
|
112
|
-
* @param springbootserversName The springbootservers name.
|
|
113
|
-
* @param springbootservers Update a springbootservers payload.
|
|
114
|
-
* @param options The options parameters.
|
|
115
|
-
*/
|
|
116
|
-
beginUpdate(
|
|
117
|
-
resourceGroupName: string,
|
|
118
|
-
siteName: string,
|
|
119
|
-
springbootserversName: string,
|
|
120
|
-
springbootservers: SpringbootserversPatch,
|
|
121
|
-
options?: SpringbootserversUpdateOptionalParams,
|
|
122
|
-
): Promise<
|
|
123
|
-
SimplePollerLike<
|
|
124
|
-
OperationState<SpringbootserversUpdateResponse>,
|
|
125
|
-
SpringbootserversUpdateResponse
|
|
126
|
-
>
|
|
127
|
-
>;
|
|
128
|
-
/**
|
|
129
|
-
* Update springbootservers resource.
|
|
130
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
131
|
-
* @param siteName The springbootsites name.
|
|
132
|
-
* @param springbootserversName The springbootservers name.
|
|
133
|
-
* @param springbootservers Update a springbootservers payload.
|
|
134
|
-
* @param options The options parameters.
|
|
135
|
-
*/
|
|
136
|
-
beginUpdateAndWait(
|
|
137
|
-
resourceGroupName: string,
|
|
138
|
-
siteName: string,
|
|
139
|
-
springbootserversName: string,
|
|
140
|
-
springbootservers: SpringbootserversPatch,
|
|
141
|
-
options?: SpringbootserversUpdateOptionalParams,
|
|
142
|
-
): Promise<SpringbootserversUpdateResponse>;
|
|
143
|
-
}
|