@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,113 @@
|
|
|
1
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
+
import { Springbootsites } from "../operationsInterfaces/index.js";
|
|
3
|
+
import { SpringAppDiscoveryManagementClient } from "../springAppDiscoveryManagementClient.js";
|
|
4
|
+
import { SimplePollerLike, OperationState } from "@azure/core-lro";
|
|
5
|
+
import { SpringbootsitesModel, SpringbootsitesListByResourceGroupOptionalParams, SpringbootsitesListBySubscriptionOptionalParams, SpringbootsitesGetOptionalParams, SpringbootsitesGetResponse, SpringbootsitesCreateOrUpdateOptionalParams, SpringbootsitesCreateOrUpdateResponse, SpringbootsitesDeleteOptionalParams, SpringbootsitesDeleteResponse, SpringbootsitesPatch, SpringbootsitesUpdateOptionalParams, SpringbootsitesUpdateResponse, SpringbootsitesTriggerRefreshSiteOptionalParams, SpringbootsitesTriggerRefreshSiteResponse } from "../models/index.js";
|
|
6
|
+
/** Class containing Springbootsites operations. */
|
|
7
|
+
export declare class SpringbootsitesImpl implements Springbootsites {
|
|
8
|
+
private readonly client;
|
|
9
|
+
/**
|
|
10
|
+
* Initialize a new instance of the class Springbootsites class.
|
|
11
|
+
* @param client Reference to the service client
|
|
12
|
+
*/
|
|
13
|
+
constructor(client: SpringAppDiscoveryManagementClient);
|
|
14
|
+
/**
|
|
15
|
+
* List springbootsites resource by resourceGroup.
|
|
16
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
17
|
+
* @param options The options parameters.
|
|
18
|
+
*/
|
|
19
|
+
listByResourceGroup(resourceGroupName: string, options?: SpringbootsitesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<SpringbootsitesModel>;
|
|
20
|
+
private listByResourceGroupPagingPage;
|
|
21
|
+
private listByResourceGroupPagingAll;
|
|
22
|
+
/**
|
|
23
|
+
* List springbootsites resource by subscription
|
|
24
|
+
* @param options The options parameters.
|
|
25
|
+
*/
|
|
26
|
+
listBySubscription(options?: SpringbootsitesListBySubscriptionOptionalParams): PagedAsyncIterableIterator<SpringbootsitesModel>;
|
|
27
|
+
private listBySubscriptionPagingPage;
|
|
28
|
+
private listBySubscriptionPagingAll;
|
|
29
|
+
/**
|
|
30
|
+
* Get a springbootsites resource.
|
|
31
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
32
|
+
* @param springbootsitesName The springbootsites name.
|
|
33
|
+
* @param options The options parameters.
|
|
34
|
+
*/
|
|
35
|
+
get(resourceGroupName: string, springbootsitesName: string, options?: SpringbootsitesGetOptionalParams): Promise<SpringbootsitesGetResponse>;
|
|
36
|
+
/**
|
|
37
|
+
* Create a springbootsites resource.
|
|
38
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
39
|
+
* @param springbootsitesName The springbootsites name.
|
|
40
|
+
* @param springbootsites Create a springbootsites payload.
|
|
41
|
+
* @param options The options parameters.
|
|
42
|
+
*/
|
|
43
|
+
createOrUpdate(resourceGroupName: string, springbootsitesName: string, springbootsites: SpringbootsitesModel, options?: SpringbootsitesCreateOrUpdateOptionalParams): Promise<SpringbootsitesCreateOrUpdateResponse>;
|
|
44
|
+
/**
|
|
45
|
+
* Delete a springbootsites resource.
|
|
46
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
47
|
+
* @param springbootsitesName The springbootsites name.
|
|
48
|
+
* @param options The options parameters.
|
|
49
|
+
*/
|
|
50
|
+
beginDelete(resourceGroupName: string, springbootsitesName: string, options?: SpringbootsitesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<SpringbootsitesDeleteResponse>, SpringbootsitesDeleteResponse>>;
|
|
51
|
+
/**
|
|
52
|
+
* Delete a springbootsites resource.
|
|
53
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
54
|
+
* @param springbootsitesName The springbootsites name.
|
|
55
|
+
* @param options The options parameters.
|
|
56
|
+
*/
|
|
57
|
+
beginDeleteAndWait(resourceGroupName: string, springbootsitesName: string, options?: SpringbootsitesDeleteOptionalParams): Promise<SpringbootsitesDeleteResponse>;
|
|
58
|
+
/**
|
|
59
|
+
* Update a springbootsites resource.
|
|
60
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
61
|
+
* @param springbootsitesName The springbootsites name.
|
|
62
|
+
* @param springbootsites Update a springbootsites payload.
|
|
63
|
+
* @param options The options parameters.
|
|
64
|
+
*/
|
|
65
|
+
beginUpdate(resourceGroupName: string, springbootsitesName: string, springbootsites: SpringbootsitesPatch, options?: SpringbootsitesUpdateOptionalParams): Promise<SimplePollerLike<OperationState<SpringbootsitesUpdateResponse>, SpringbootsitesUpdateResponse>>;
|
|
66
|
+
/**
|
|
67
|
+
* Update a springbootsites resource.
|
|
68
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
69
|
+
* @param springbootsitesName The springbootsites name.
|
|
70
|
+
* @param springbootsites Update a springbootsites payload.
|
|
71
|
+
* @param options The options parameters.
|
|
72
|
+
*/
|
|
73
|
+
beginUpdateAndWait(resourceGroupName: string, springbootsitesName: string, springbootsites: SpringbootsitesPatch, options?: SpringbootsitesUpdateOptionalParams): Promise<SpringbootsitesUpdateResponse>;
|
|
74
|
+
/**
|
|
75
|
+
* Trigger refresh springbootsites action
|
|
76
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
77
|
+
* @param springbootsitesName The springbootsites name.
|
|
78
|
+
* @param options The options parameters.
|
|
79
|
+
*/
|
|
80
|
+
beginTriggerRefreshSite(resourceGroupName: string, springbootsitesName: string, options?: SpringbootsitesTriggerRefreshSiteOptionalParams): Promise<SimplePollerLike<OperationState<SpringbootsitesTriggerRefreshSiteResponse>, SpringbootsitesTriggerRefreshSiteResponse>>;
|
|
81
|
+
/**
|
|
82
|
+
* Trigger refresh springbootsites action
|
|
83
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
84
|
+
* @param springbootsitesName The springbootsites name.
|
|
85
|
+
* @param options The options parameters.
|
|
86
|
+
*/
|
|
87
|
+
beginTriggerRefreshSiteAndWait(resourceGroupName: string, springbootsitesName: string, options?: SpringbootsitesTriggerRefreshSiteOptionalParams): Promise<SpringbootsitesTriggerRefreshSiteResponse>;
|
|
88
|
+
/**
|
|
89
|
+
* List springbootsites resource by resourceGroup.
|
|
90
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
91
|
+
* @param options The options parameters.
|
|
92
|
+
*/
|
|
93
|
+
private _listByResourceGroup;
|
|
94
|
+
/**
|
|
95
|
+
* List springbootsites resource by subscription
|
|
96
|
+
* @param options The options parameters.
|
|
97
|
+
*/
|
|
98
|
+
private _listBySubscription;
|
|
99
|
+
/**
|
|
100
|
+
* ListByResourceGroupNext
|
|
101
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
102
|
+
* @param nextLink The nextLink from the previous successful call to the ListByResourceGroup method.
|
|
103
|
+
* @param options The options parameters.
|
|
104
|
+
*/
|
|
105
|
+
private _listByResourceGroupNext;
|
|
106
|
+
/**
|
|
107
|
+
* ListBySubscriptionNext
|
|
108
|
+
* @param nextLink The nextLink from the previous successful call to the ListBySubscription method.
|
|
109
|
+
* @param options The options parameters.
|
|
110
|
+
*/
|
|
111
|
+
private _listBySubscriptionNext;
|
|
112
|
+
}
|
|
113
|
+
//# sourceMappingURL=springbootsites.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"springbootsites.d.ts","sourceRoot":"","sources":["../../../src/operations/springbootsites.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AAE9E,OAAO,EAAE,eAAe,EAAE,MAAM,kCAAkC,CAAC;AAInE,OAAO,EAAE,kCAAkC,EAAE,MAAM,0CAA0C,CAAC;AAC9F,OAAO,EACL,gBAAgB,EAChB,cAAc,EAEf,MAAM,iBAAiB,CAAC;AAEzB,OAAO,EACL,oBAAoB,EAEpB,gDAAgD,EAGhD,+CAA+C,EAE/C,gCAAgC,EAChC,0BAA0B,EAC1B,2CAA2C,EAC3C,qCAAqC,EACrC,mCAAmC,EACnC,6BAA6B,EAC7B,oBAAoB,EACpB,mCAAmC,EACnC,6BAA6B,EAC7B,+CAA+C,EAC/C,yCAAyC,EAG1C,MAAM,oBAAoB,CAAC;AAG5B,mDAAmD;AACnD,qBAAa,mBAAoB,YAAW,eAAe;IACzD,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAqC;IAE5D;;;OAGG;gBACS,MAAM,EAAE,kCAAkC;IAItD;;;;OAIG;IACI,mBAAmB,CACxB,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,gDAAgD,GACzD,0BAA0B,CAAC,oBAAoB,CAAC;YAsBpC,6BAA6B;YA2B7B,4BAA4B;IAY3C;;;OAGG;IACI,kBAAkB,CACvB,OAAO,CAAC,EAAE,+CAA+C,GACxD,0BAA0B,CAAC,oBAAoB,CAAC;YAkBpC,4BAA4B;YAsB5B,2BAA2B;IAQ1C;;;;;OAKG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,mBAAmB,EAAE,MAAM,EAC3B,OAAO,CAAC,EAAE,gCAAgC,GACzC,OAAO,CAAC,0BAA0B,CAAC;IAOtC;;;;;;OAMG;IACH,cAAc,CACZ,iBAAiB,EAAE,MAAM,EACzB,mBAAmB,EAAE,MAAM,EAC3B,eAAe,EAAE,oBAAoB,EACrC,OAAO,CAAC,EAAE,2CAA2C,GACpD,OAAO,CAAC,qCAAqC,CAAC;IAOjD;;;;;OAKG;IACG,WAAW,CACf,iBAAiB,EAAE,MAAM,EACzB,mBAAmB,EAAE,MAAM,EAC3B,OAAO,CAAC,EAAE,mCAAmC,GAC5C,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,6BAA6B,CAAC,EAC7C,6BAA6B,CAC9B,CACF;IAwDD;;;;;OAKG;IACG,kBAAkB,CACtB,iBAAiB,EAAE,MAAM,EACzB,mBAAmB,EAAE,MAAM,EAC3B,OAAO,CAAC,EAAE,mCAAmC,GAC5C,OAAO,CAAC,6BAA6B,CAAC;IASzC;;;;;;OAMG;IACG,WAAW,CACf,iBAAiB,EAAE,MAAM,EACzB,mBAAmB,EAAE,MAAM,EAC3B,eAAe,EAAE,oBAAoB,EACrC,OAAO,CAAC,EAAE,mCAAmC,GAC5C,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,6BAA6B,CAAC,EAC7C,6BAA6B,CAC9B,CACF;IA6DD;;;;;;OAMG;IACG,kBAAkB,CACtB,iBAAiB,EAAE,MAAM,EACzB,mBAAmB,EAAE,MAAM,EAC3B,eAAe,EAAE,oBAAoB,EACrC,OAAO,CAAC,EAAE,mCAAmC,GAC5C,OAAO,CAAC,6BAA6B,CAAC;IAUzC;;;;;OAKG;IACG,uBAAuB,CAC3B,iBAAiB,EAAE,MAAM,EACzB,mBAAmB,EAAE,MAAM,EAC3B,OAAO,CAAC,EAAE,+CAA+C,GACxD,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,yCAAyC,CAAC,EACzD,yCAAyC,CAC1C,CACF;IAwDD;;;;;OAKG;IACG,8BAA8B,CAClC,iBAAiB,EAAE,MAAM,EACzB,mBAAmB,EAAE,MAAM,EAC3B,OAAO,CAAC,EAAE,+CAA+C,GACxD,OAAO,CAAC,yCAAyC,CAAC;IASrD;;;;OAIG;IACH,OAAO,CAAC,oBAAoB;IAU5B;;;OAGG;IACH,OAAO,CAAC,mBAAmB;IAS3B;;;;;OAKG;IACH,OAAO,CAAC,wBAAwB;IAWhC;;;;OAIG;IACH,OAAO,CAAC,uBAAuB;CAShC"}
|
|
@@ -0,0 +1,565 @@
|
|
|
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.SpringbootsitesImpl = 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
|
+
const core_lro_1 = require("@azure/core-lro");
|
|
17
|
+
const lroImpl_js_1 = require("../lroImpl.js");
|
|
18
|
+
/// <reference lib="esnext.asynciterable" />
|
|
19
|
+
/** Class containing Springbootsites operations. */
|
|
20
|
+
class SpringbootsitesImpl {
|
|
21
|
+
client;
|
|
22
|
+
/**
|
|
23
|
+
* Initialize a new instance of the class Springbootsites class.
|
|
24
|
+
* @param client Reference to the service client
|
|
25
|
+
*/
|
|
26
|
+
constructor(client) {
|
|
27
|
+
this.client = client;
|
|
28
|
+
}
|
|
29
|
+
/**
|
|
30
|
+
* List springbootsites resource by resourceGroup.
|
|
31
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
32
|
+
* @param options The options parameters.
|
|
33
|
+
*/
|
|
34
|
+
listByResourceGroup(resourceGroupName, options) {
|
|
35
|
+
const iter = this.listByResourceGroupPagingAll(resourceGroupName, options);
|
|
36
|
+
return {
|
|
37
|
+
next() {
|
|
38
|
+
return iter.next();
|
|
39
|
+
},
|
|
40
|
+
[Symbol.asyncIterator]() {
|
|
41
|
+
return this;
|
|
42
|
+
},
|
|
43
|
+
byPage: (settings) => {
|
|
44
|
+
if (settings?.maxPageSize) {
|
|
45
|
+
throw new Error("maxPageSize is not supported by this operation.");
|
|
46
|
+
}
|
|
47
|
+
return this.listByResourceGroupPagingPage(resourceGroupName, options, settings);
|
|
48
|
+
},
|
|
49
|
+
};
|
|
50
|
+
}
|
|
51
|
+
async *listByResourceGroupPagingPage(resourceGroupName, options, settings) {
|
|
52
|
+
let result;
|
|
53
|
+
let continuationToken = settings?.continuationToken;
|
|
54
|
+
if (!continuationToken) {
|
|
55
|
+
result = await this._listByResourceGroup(resourceGroupName, options);
|
|
56
|
+
let page = result.value || [];
|
|
57
|
+
continuationToken = result.nextLink;
|
|
58
|
+
(0, pagingHelper_js_1.setContinuationToken)(page, continuationToken);
|
|
59
|
+
yield page;
|
|
60
|
+
}
|
|
61
|
+
while (continuationToken) {
|
|
62
|
+
result = await this._listByResourceGroupNext(resourceGroupName, continuationToken, options);
|
|
63
|
+
continuationToken = result.nextLink;
|
|
64
|
+
let page = result.value || [];
|
|
65
|
+
(0, pagingHelper_js_1.setContinuationToken)(page, continuationToken);
|
|
66
|
+
yield page;
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
async *listByResourceGroupPagingAll(resourceGroupName, options) {
|
|
70
|
+
for await (const page of this.listByResourceGroupPagingPage(resourceGroupName, options)) {
|
|
71
|
+
yield* page;
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
/**
|
|
75
|
+
* List springbootsites resource by subscription
|
|
76
|
+
* @param options The options parameters.
|
|
77
|
+
*/
|
|
78
|
+
listBySubscription(options) {
|
|
79
|
+
const iter = this.listBySubscriptionPagingAll(options);
|
|
80
|
+
return {
|
|
81
|
+
next() {
|
|
82
|
+
return iter.next();
|
|
83
|
+
},
|
|
84
|
+
[Symbol.asyncIterator]() {
|
|
85
|
+
return this;
|
|
86
|
+
},
|
|
87
|
+
byPage: (settings) => {
|
|
88
|
+
if (settings?.maxPageSize) {
|
|
89
|
+
throw new Error("maxPageSize is not supported by this operation.");
|
|
90
|
+
}
|
|
91
|
+
return this.listBySubscriptionPagingPage(options, settings);
|
|
92
|
+
},
|
|
93
|
+
};
|
|
94
|
+
}
|
|
95
|
+
async *listBySubscriptionPagingPage(options, settings) {
|
|
96
|
+
let result;
|
|
97
|
+
let continuationToken = settings?.continuationToken;
|
|
98
|
+
if (!continuationToken) {
|
|
99
|
+
result = await this._listBySubscription(options);
|
|
100
|
+
let page = result.value || [];
|
|
101
|
+
continuationToken = result.nextLink;
|
|
102
|
+
(0, pagingHelper_js_1.setContinuationToken)(page, continuationToken);
|
|
103
|
+
yield page;
|
|
104
|
+
}
|
|
105
|
+
while (continuationToken) {
|
|
106
|
+
result = await this._listBySubscriptionNext(continuationToken, options);
|
|
107
|
+
continuationToken = result.nextLink;
|
|
108
|
+
let page = result.value || [];
|
|
109
|
+
(0, pagingHelper_js_1.setContinuationToken)(page, continuationToken);
|
|
110
|
+
yield page;
|
|
111
|
+
}
|
|
112
|
+
}
|
|
113
|
+
async *listBySubscriptionPagingAll(options) {
|
|
114
|
+
for await (const page of this.listBySubscriptionPagingPage(options)) {
|
|
115
|
+
yield* page;
|
|
116
|
+
}
|
|
117
|
+
}
|
|
118
|
+
/**
|
|
119
|
+
* Get a springbootsites resource.
|
|
120
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
121
|
+
* @param springbootsitesName The springbootsites name.
|
|
122
|
+
* @param options The options parameters.
|
|
123
|
+
*/
|
|
124
|
+
get(resourceGroupName, springbootsitesName, options) {
|
|
125
|
+
return this.client.sendOperationRequest({ resourceGroupName, springbootsitesName, options }, getOperationSpec);
|
|
126
|
+
}
|
|
127
|
+
/**
|
|
128
|
+
* Create a springbootsites resource.
|
|
129
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
130
|
+
* @param springbootsitesName The springbootsites name.
|
|
131
|
+
* @param springbootsites Create a springbootsites payload.
|
|
132
|
+
* @param options The options parameters.
|
|
133
|
+
*/
|
|
134
|
+
createOrUpdate(resourceGroupName, springbootsitesName, springbootsites, options) {
|
|
135
|
+
return this.client.sendOperationRequest({ resourceGroupName, springbootsitesName, springbootsites, options }, createOrUpdateOperationSpec);
|
|
136
|
+
}
|
|
137
|
+
/**
|
|
138
|
+
* Delete a springbootsites resource.
|
|
139
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
140
|
+
* @param springbootsitesName The springbootsites name.
|
|
141
|
+
* @param options The options parameters.
|
|
142
|
+
*/
|
|
143
|
+
async beginDelete(resourceGroupName, springbootsitesName, options) {
|
|
144
|
+
const directSendOperation = async (args, spec) => {
|
|
145
|
+
return this.client.sendOperationRequest(args, spec);
|
|
146
|
+
};
|
|
147
|
+
const sendOperationFn = async (args, spec) => {
|
|
148
|
+
let currentRawResponse = undefined;
|
|
149
|
+
const providedCallback = args.options?.onResponse;
|
|
150
|
+
const callback = (rawResponse, flatResponse) => {
|
|
151
|
+
currentRawResponse = rawResponse;
|
|
152
|
+
providedCallback?.(rawResponse, flatResponse);
|
|
153
|
+
};
|
|
154
|
+
const updatedArgs = {
|
|
155
|
+
...args,
|
|
156
|
+
options: {
|
|
157
|
+
...args.options,
|
|
158
|
+
onResponse: callback,
|
|
159
|
+
},
|
|
160
|
+
};
|
|
161
|
+
const flatResponse = await directSendOperation(updatedArgs, spec);
|
|
162
|
+
return {
|
|
163
|
+
flatResponse,
|
|
164
|
+
rawResponse: {
|
|
165
|
+
statusCode: currentRawResponse.status,
|
|
166
|
+
body: currentRawResponse.parsedBody,
|
|
167
|
+
headers: currentRawResponse.headers.toJSON(),
|
|
168
|
+
},
|
|
169
|
+
};
|
|
170
|
+
};
|
|
171
|
+
const lro = (0, lroImpl_js_1.createLroSpec)({
|
|
172
|
+
sendOperationFn,
|
|
173
|
+
args: { resourceGroupName, springbootsitesName, options },
|
|
174
|
+
spec: deleteOperationSpec,
|
|
175
|
+
});
|
|
176
|
+
const poller = await (0, core_lro_1.createHttpPoller)(lro, {
|
|
177
|
+
restoreFrom: options?.resumeFrom,
|
|
178
|
+
intervalInMs: options?.updateIntervalInMs,
|
|
179
|
+
resourceLocationConfig: "location",
|
|
180
|
+
});
|
|
181
|
+
await poller.poll();
|
|
182
|
+
return poller;
|
|
183
|
+
}
|
|
184
|
+
/**
|
|
185
|
+
* Delete a springbootsites resource.
|
|
186
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
187
|
+
* @param springbootsitesName The springbootsites name.
|
|
188
|
+
* @param options The options parameters.
|
|
189
|
+
*/
|
|
190
|
+
async beginDeleteAndWait(resourceGroupName, springbootsitesName, options) {
|
|
191
|
+
const poller = await this.beginDelete(resourceGroupName, springbootsitesName, options);
|
|
192
|
+
return poller.pollUntilDone();
|
|
193
|
+
}
|
|
194
|
+
/**
|
|
195
|
+
* Update a springbootsites resource.
|
|
196
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
197
|
+
* @param springbootsitesName The springbootsites name.
|
|
198
|
+
* @param springbootsites Update a springbootsites payload.
|
|
199
|
+
* @param options The options parameters.
|
|
200
|
+
*/
|
|
201
|
+
async beginUpdate(resourceGroupName, springbootsitesName, springbootsites, options) {
|
|
202
|
+
const directSendOperation = async (args, spec) => {
|
|
203
|
+
return this.client.sendOperationRequest(args, spec);
|
|
204
|
+
};
|
|
205
|
+
const sendOperationFn = async (args, spec) => {
|
|
206
|
+
let currentRawResponse = undefined;
|
|
207
|
+
const providedCallback = args.options?.onResponse;
|
|
208
|
+
const callback = (rawResponse, flatResponse) => {
|
|
209
|
+
currentRawResponse = rawResponse;
|
|
210
|
+
providedCallback?.(rawResponse, flatResponse);
|
|
211
|
+
};
|
|
212
|
+
const updatedArgs = {
|
|
213
|
+
...args,
|
|
214
|
+
options: {
|
|
215
|
+
...args.options,
|
|
216
|
+
onResponse: callback,
|
|
217
|
+
},
|
|
218
|
+
};
|
|
219
|
+
const flatResponse = await directSendOperation(updatedArgs, spec);
|
|
220
|
+
return {
|
|
221
|
+
flatResponse,
|
|
222
|
+
rawResponse: {
|
|
223
|
+
statusCode: currentRawResponse.status,
|
|
224
|
+
body: currentRawResponse.parsedBody,
|
|
225
|
+
headers: currentRawResponse.headers.toJSON(),
|
|
226
|
+
},
|
|
227
|
+
};
|
|
228
|
+
};
|
|
229
|
+
const lro = (0, lroImpl_js_1.createLroSpec)({
|
|
230
|
+
sendOperationFn,
|
|
231
|
+
args: {
|
|
232
|
+
resourceGroupName,
|
|
233
|
+
springbootsitesName,
|
|
234
|
+
springbootsites,
|
|
235
|
+
options,
|
|
236
|
+
},
|
|
237
|
+
spec: updateOperationSpec,
|
|
238
|
+
});
|
|
239
|
+
const poller = await (0, core_lro_1.createHttpPoller)(lro, {
|
|
240
|
+
restoreFrom: options?.resumeFrom,
|
|
241
|
+
intervalInMs: options?.updateIntervalInMs,
|
|
242
|
+
resourceLocationConfig: "location",
|
|
243
|
+
});
|
|
244
|
+
await poller.poll();
|
|
245
|
+
return poller;
|
|
246
|
+
}
|
|
247
|
+
/**
|
|
248
|
+
* Update a springbootsites resource.
|
|
249
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
250
|
+
* @param springbootsitesName The springbootsites name.
|
|
251
|
+
* @param springbootsites Update a springbootsites payload.
|
|
252
|
+
* @param options The options parameters.
|
|
253
|
+
*/
|
|
254
|
+
async beginUpdateAndWait(resourceGroupName, springbootsitesName, springbootsites, options) {
|
|
255
|
+
const poller = await this.beginUpdate(resourceGroupName, springbootsitesName, springbootsites, options);
|
|
256
|
+
return poller.pollUntilDone();
|
|
257
|
+
}
|
|
258
|
+
/**
|
|
259
|
+
* Trigger refresh springbootsites action
|
|
260
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
261
|
+
* @param springbootsitesName The springbootsites name.
|
|
262
|
+
* @param options The options parameters.
|
|
263
|
+
*/
|
|
264
|
+
async beginTriggerRefreshSite(resourceGroupName, springbootsitesName, options) {
|
|
265
|
+
const directSendOperation = async (args, spec) => {
|
|
266
|
+
return this.client.sendOperationRequest(args, spec);
|
|
267
|
+
};
|
|
268
|
+
const sendOperationFn = async (args, spec) => {
|
|
269
|
+
let currentRawResponse = undefined;
|
|
270
|
+
const providedCallback = args.options?.onResponse;
|
|
271
|
+
const callback = (rawResponse, flatResponse) => {
|
|
272
|
+
currentRawResponse = rawResponse;
|
|
273
|
+
providedCallback?.(rawResponse, flatResponse);
|
|
274
|
+
};
|
|
275
|
+
const updatedArgs = {
|
|
276
|
+
...args,
|
|
277
|
+
options: {
|
|
278
|
+
...args.options,
|
|
279
|
+
onResponse: callback,
|
|
280
|
+
},
|
|
281
|
+
};
|
|
282
|
+
const flatResponse = await directSendOperation(updatedArgs, spec);
|
|
283
|
+
return {
|
|
284
|
+
flatResponse,
|
|
285
|
+
rawResponse: {
|
|
286
|
+
statusCode: currentRawResponse.status,
|
|
287
|
+
body: currentRawResponse.parsedBody,
|
|
288
|
+
headers: currentRawResponse.headers.toJSON(),
|
|
289
|
+
},
|
|
290
|
+
};
|
|
291
|
+
};
|
|
292
|
+
const lro = (0, lroImpl_js_1.createLroSpec)({
|
|
293
|
+
sendOperationFn,
|
|
294
|
+
args: { resourceGroupName, springbootsitesName, options },
|
|
295
|
+
spec: triggerRefreshSiteOperationSpec,
|
|
296
|
+
});
|
|
297
|
+
const poller = await (0, core_lro_1.createHttpPoller)(lro, {
|
|
298
|
+
restoreFrom: options?.resumeFrom,
|
|
299
|
+
intervalInMs: options?.updateIntervalInMs,
|
|
300
|
+
resourceLocationConfig: "location",
|
|
301
|
+
});
|
|
302
|
+
await poller.poll();
|
|
303
|
+
return poller;
|
|
304
|
+
}
|
|
305
|
+
/**
|
|
306
|
+
* Trigger refresh springbootsites action
|
|
307
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
308
|
+
* @param springbootsitesName The springbootsites name.
|
|
309
|
+
* @param options The options parameters.
|
|
310
|
+
*/
|
|
311
|
+
async beginTriggerRefreshSiteAndWait(resourceGroupName, springbootsitesName, options) {
|
|
312
|
+
const poller = await this.beginTriggerRefreshSite(resourceGroupName, springbootsitesName, options);
|
|
313
|
+
return poller.pollUntilDone();
|
|
314
|
+
}
|
|
315
|
+
/**
|
|
316
|
+
* List springbootsites resource by resourceGroup.
|
|
317
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
318
|
+
* @param options The options parameters.
|
|
319
|
+
*/
|
|
320
|
+
_listByResourceGroup(resourceGroupName, options) {
|
|
321
|
+
return this.client.sendOperationRequest({ resourceGroupName, options }, listByResourceGroupOperationSpec);
|
|
322
|
+
}
|
|
323
|
+
/**
|
|
324
|
+
* List springbootsites resource by subscription
|
|
325
|
+
* @param options The options parameters.
|
|
326
|
+
*/
|
|
327
|
+
_listBySubscription(options) {
|
|
328
|
+
return this.client.sendOperationRequest({ options }, listBySubscriptionOperationSpec);
|
|
329
|
+
}
|
|
330
|
+
/**
|
|
331
|
+
* ListByResourceGroupNext
|
|
332
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
333
|
+
* @param nextLink The nextLink from the previous successful call to the ListByResourceGroup method.
|
|
334
|
+
* @param options The options parameters.
|
|
335
|
+
*/
|
|
336
|
+
_listByResourceGroupNext(resourceGroupName, nextLink, options) {
|
|
337
|
+
return this.client.sendOperationRequest({ resourceGroupName, nextLink, options }, listByResourceGroupNextOperationSpec);
|
|
338
|
+
}
|
|
339
|
+
/**
|
|
340
|
+
* ListBySubscriptionNext
|
|
341
|
+
* @param nextLink The nextLink from the previous successful call to the ListBySubscription method.
|
|
342
|
+
* @param options The options parameters.
|
|
343
|
+
*/
|
|
344
|
+
_listBySubscriptionNext(nextLink, options) {
|
|
345
|
+
return this.client.sendOperationRequest({ nextLink, options }, listBySubscriptionNextOperationSpec);
|
|
346
|
+
}
|
|
347
|
+
}
|
|
348
|
+
exports.SpringbootsitesImpl = SpringbootsitesImpl;
|
|
349
|
+
// Operation Specifications
|
|
350
|
+
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
351
|
+
const getOperationSpec = {
|
|
352
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzureSpringBoot/springbootsites/{springbootsitesName}",
|
|
353
|
+
httpMethod: "GET",
|
|
354
|
+
responses: {
|
|
355
|
+
200: {
|
|
356
|
+
bodyMapper: Mappers.SpringbootsitesModel,
|
|
357
|
+
},
|
|
358
|
+
default: {
|
|
359
|
+
bodyMapper: Mappers.ErrorResponse,
|
|
360
|
+
},
|
|
361
|
+
},
|
|
362
|
+
queryParameters: [Parameters.apiVersion],
|
|
363
|
+
urlParameters: [
|
|
364
|
+
Parameters.$host,
|
|
365
|
+
Parameters.subscriptionId,
|
|
366
|
+
Parameters.resourceGroupName,
|
|
367
|
+
Parameters.springbootsitesName,
|
|
368
|
+
],
|
|
369
|
+
headerParameters: [Parameters.accept],
|
|
370
|
+
serializer,
|
|
371
|
+
};
|
|
372
|
+
const createOrUpdateOperationSpec = {
|
|
373
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzureSpringBoot/springbootsites/{springbootsitesName}",
|
|
374
|
+
httpMethod: "PUT",
|
|
375
|
+
responses: {
|
|
376
|
+
200: {
|
|
377
|
+
bodyMapper: Mappers.SpringbootsitesModel,
|
|
378
|
+
},
|
|
379
|
+
201: {
|
|
380
|
+
bodyMapper: Mappers.SpringbootsitesModel,
|
|
381
|
+
},
|
|
382
|
+
default: {
|
|
383
|
+
bodyMapper: Mappers.ErrorResponse,
|
|
384
|
+
},
|
|
385
|
+
},
|
|
386
|
+
requestBody: Parameters.springbootsites,
|
|
387
|
+
queryParameters: [Parameters.apiVersion],
|
|
388
|
+
urlParameters: [
|
|
389
|
+
Parameters.$host,
|
|
390
|
+
Parameters.subscriptionId,
|
|
391
|
+
Parameters.resourceGroupName,
|
|
392
|
+
Parameters.springbootsitesName,
|
|
393
|
+
],
|
|
394
|
+
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
395
|
+
mediaType: "json",
|
|
396
|
+
serializer,
|
|
397
|
+
};
|
|
398
|
+
const deleteOperationSpec = {
|
|
399
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzureSpringBoot/springbootsites/{springbootsitesName}",
|
|
400
|
+
httpMethod: "DELETE",
|
|
401
|
+
responses: {
|
|
402
|
+
200: {
|
|
403
|
+
headersMapper: Mappers.SpringbootsitesDeleteHeaders,
|
|
404
|
+
},
|
|
405
|
+
201: {
|
|
406
|
+
headersMapper: Mappers.SpringbootsitesDeleteHeaders,
|
|
407
|
+
},
|
|
408
|
+
202: {
|
|
409
|
+
headersMapper: Mappers.SpringbootsitesDeleteHeaders,
|
|
410
|
+
},
|
|
411
|
+
204: {
|
|
412
|
+
headersMapper: Mappers.SpringbootsitesDeleteHeaders,
|
|
413
|
+
},
|
|
414
|
+
default: {
|
|
415
|
+
bodyMapper: Mappers.ErrorResponse,
|
|
416
|
+
},
|
|
417
|
+
},
|
|
418
|
+
queryParameters: [Parameters.apiVersion],
|
|
419
|
+
urlParameters: [
|
|
420
|
+
Parameters.$host,
|
|
421
|
+
Parameters.subscriptionId,
|
|
422
|
+
Parameters.resourceGroupName,
|
|
423
|
+
Parameters.springbootsitesName,
|
|
424
|
+
],
|
|
425
|
+
headerParameters: [Parameters.accept],
|
|
426
|
+
serializer,
|
|
427
|
+
};
|
|
428
|
+
const updateOperationSpec = {
|
|
429
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzureSpringBoot/springbootsites/{springbootsitesName}",
|
|
430
|
+
httpMethod: "PATCH",
|
|
431
|
+
responses: {
|
|
432
|
+
200: {
|
|
433
|
+
bodyMapper: Mappers.SpringbootsitesModel,
|
|
434
|
+
},
|
|
435
|
+
201: {
|
|
436
|
+
bodyMapper: Mappers.SpringbootsitesModel,
|
|
437
|
+
},
|
|
438
|
+
202: {
|
|
439
|
+
bodyMapper: Mappers.SpringbootsitesModel,
|
|
440
|
+
},
|
|
441
|
+
204: {
|
|
442
|
+
bodyMapper: Mappers.SpringbootsitesModel,
|
|
443
|
+
},
|
|
444
|
+
default: {
|
|
445
|
+
bodyMapper: Mappers.ErrorResponse,
|
|
446
|
+
},
|
|
447
|
+
},
|
|
448
|
+
requestBody: Parameters.springbootsites1,
|
|
449
|
+
queryParameters: [Parameters.apiVersion],
|
|
450
|
+
urlParameters: [
|
|
451
|
+
Parameters.$host,
|
|
452
|
+
Parameters.subscriptionId,
|
|
453
|
+
Parameters.resourceGroupName,
|
|
454
|
+
Parameters.springbootsitesName,
|
|
455
|
+
],
|
|
456
|
+
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
457
|
+
mediaType: "json",
|
|
458
|
+
serializer,
|
|
459
|
+
};
|
|
460
|
+
const triggerRefreshSiteOperationSpec = {
|
|
461
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzureSpringBoot/springbootsites/{springbootsitesName}/refreshSite",
|
|
462
|
+
httpMethod: "POST",
|
|
463
|
+
responses: {
|
|
464
|
+
200: {
|
|
465
|
+
headersMapper: Mappers.SpringbootsitesTriggerRefreshSiteHeaders,
|
|
466
|
+
},
|
|
467
|
+
201: {
|
|
468
|
+
headersMapper: Mappers.SpringbootsitesTriggerRefreshSiteHeaders,
|
|
469
|
+
},
|
|
470
|
+
202: {
|
|
471
|
+
headersMapper: Mappers.SpringbootsitesTriggerRefreshSiteHeaders,
|
|
472
|
+
},
|
|
473
|
+
204: {
|
|
474
|
+
headersMapper: Mappers.SpringbootsitesTriggerRefreshSiteHeaders,
|
|
475
|
+
},
|
|
476
|
+
default: {
|
|
477
|
+
bodyMapper: Mappers.ErrorResponse,
|
|
478
|
+
},
|
|
479
|
+
},
|
|
480
|
+
queryParameters: [Parameters.apiVersion],
|
|
481
|
+
urlParameters: [
|
|
482
|
+
Parameters.$host,
|
|
483
|
+
Parameters.subscriptionId,
|
|
484
|
+
Parameters.resourceGroupName,
|
|
485
|
+
Parameters.springbootsitesName,
|
|
486
|
+
],
|
|
487
|
+
headerParameters: [Parameters.accept],
|
|
488
|
+
serializer,
|
|
489
|
+
};
|
|
490
|
+
const listByResourceGroupOperationSpec = {
|
|
491
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzureSpringBoot/springbootsites",
|
|
492
|
+
httpMethod: "GET",
|
|
493
|
+
responses: {
|
|
494
|
+
200: {
|
|
495
|
+
bodyMapper: Mappers.SpringbootsitesListResult,
|
|
496
|
+
},
|
|
497
|
+
default: {
|
|
498
|
+
bodyMapper: Mappers.ErrorResponse,
|
|
499
|
+
},
|
|
500
|
+
},
|
|
501
|
+
queryParameters: [Parameters.apiVersion],
|
|
502
|
+
urlParameters: [
|
|
503
|
+
Parameters.$host,
|
|
504
|
+
Parameters.subscriptionId,
|
|
505
|
+
Parameters.resourceGroupName,
|
|
506
|
+
],
|
|
507
|
+
headerParameters: [Parameters.accept],
|
|
508
|
+
serializer,
|
|
509
|
+
};
|
|
510
|
+
const listBySubscriptionOperationSpec = {
|
|
511
|
+
path: "/subscriptions/{subscriptionId}/providers/Microsoft.OffAzureSpringBoot/springbootsites",
|
|
512
|
+
httpMethod: "GET",
|
|
513
|
+
responses: {
|
|
514
|
+
200: {
|
|
515
|
+
bodyMapper: Mappers.SpringbootsitesListResult,
|
|
516
|
+
},
|
|
517
|
+
default: {
|
|
518
|
+
bodyMapper: Mappers.ErrorResponse,
|
|
519
|
+
},
|
|
520
|
+
},
|
|
521
|
+
queryParameters: [Parameters.apiVersion],
|
|
522
|
+
urlParameters: [Parameters.$host, Parameters.subscriptionId],
|
|
523
|
+
headerParameters: [Parameters.accept],
|
|
524
|
+
serializer,
|
|
525
|
+
};
|
|
526
|
+
const listByResourceGroupNextOperationSpec = {
|
|
527
|
+
path: "{nextLink}",
|
|
528
|
+
httpMethod: "GET",
|
|
529
|
+
responses: {
|
|
530
|
+
200: {
|
|
531
|
+
bodyMapper: Mappers.SpringbootsitesListResult,
|
|
532
|
+
},
|
|
533
|
+
default: {
|
|
534
|
+
bodyMapper: Mappers.ErrorResponse,
|
|
535
|
+
},
|
|
536
|
+
},
|
|
537
|
+
urlParameters: [
|
|
538
|
+
Parameters.$host,
|
|
539
|
+
Parameters.subscriptionId,
|
|
540
|
+
Parameters.resourceGroupName,
|
|
541
|
+
Parameters.nextLink,
|
|
542
|
+
],
|
|
543
|
+
headerParameters: [Parameters.accept],
|
|
544
|
+
serializer,
|
|
545
|
+
};
|
|
546
|
+
const listBySubscriptionNextOperationSpec = {
|
|
547
|
+
path: "{nextLink}",
|
|
548
|
+
httpMethod: "GET",
|
|
549
|
+
responses: {
|
|
550
|
+
200: {
|
|
551
|
+
bodyMapper: Mappers.SpringbootsitesListResult,
|
|
552
|
+
},
|
|
553
|
+
default: {
|
|
554
|
+
bodyMapper: Mappers.ErrorResponse,
|
|
555
|
+
},
|
|
556
|
+
},
|
|
557
|
+
urlParameters: [
|
|
558
|
+
Parameters.$host,
|
|
559
|
+
Parameters.subscriptionId,
|
|
560
|
+
Parameters.nextLink,
|
|
561
|
+
],
|
|
562
|
+
headerParameters: [Parameters.accept],
|
|
563
|
+
serializer,
|
|
564
|
+
};
|
|
565
|
+
//# sourceMappingURL=springbootsites.js.map
|