@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,1117 +0,0 @@
|
|
|
1
|
-
import * as coreAuth from '@azure/core-auth';
|
|
2
|
-
import * as coreClient from '@azure/core-client';
|
|
3
|
-
import { OperationState } from '@azure/core-lro';
|
|
4
|
-
import { PagedAsyncIterableIterator } from '@azure/core-paging';
|
|
5
|
-
import { SimplePollerLike } from '@azure/core-lro';
|
|
6
|
-
|
|
7
|
-
/**
|
|
8
|
-
* Defines values for ActionType. \
|
|
9
|
-
* {@link KnownActionType} can be used interchangeably with ActionType,
|
|
10
|
-
* this enum contains the known values that the service supports.
|
|
11
|
-
* ### Known values supported by the service
|
|
12
|
-
* **Internal**
|
|
13
|
-
*/
|
|
14
|
-
export declare type ActionType = string;
|
|
15
|
-
|
|
16
|
-
/**
|
|
17
|
-
* Defines values for CreatedByType. \
|
|
18
|
-
* {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
|
|
19
|
-
* this enum contains the known values that the service supports.
|
|
20
|
-
* ### Known values supported by the service
|
|
21
|
-
* **User** \
|
|
22
|
-
* **Application** \
|
|
23
|
-
* **ManagedIdentity** \
|
|
24
|
-
* **Key**
|
|
25
|
-
*/
|
|
26
|
-
export declare type CreatedByType = string;
|
|
27
|
-
|
|
28
|
-
/** The resource management error additional info. */
|
|
29
|
-
export declare interface ErrorAdditionalInfo {
|
|
30
|
-
/**
|
|
31
|
-
* The additional info type.
|
|
32
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
33
|
-
*/
|
|
34
|
-
readonly type?: string;
|
|
35
|
-
/**
|
|
36
|
-
* The additional info.
|
|
37
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
38
|
-
*/
|
|
39
|
-
readonly info?: Record<string, unknown>;
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
/** The error detail. */
|
|
43
|
-
export declare interface ErrorDetail {
|
|
44
|
-
/**
|
|
45
|
-
* The error code.
|
|
46
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
47
|
-
*/
|
|
48
|
-
readonly code?: string;
|
|
49
|
-
/**
|
|
50
|
-
* The error message.
|
|
51
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
52
|
-
*/
|
|
53
|
-
readonly message?: string;
|
|
54
|
-
/**
|
|
55
|
-
* The error target.
|
|
56
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
57
|
-
*/
|
|
58
|
-
readonly target?: string;
|
|
59
|
-
/**
|
|
60
|
-
* The error details.
|
|
61
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
62
|
-
*/
|
|
63
|
-
readonly details?: ErrorDetail[];
|
|
64
|
-
/**
|
|
65
|
-
* The error additional info.
|
|
66
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
67
|
-
*/
|
|
68
|
-
readonly additionalInfo?: ErrorAdditionalInfo[];
|
|
69
|
-
}
|
|
70
|
-
|
|
71
|
-
/** Defines the error. */
|
|
72
|
-
export declare interface ErrorModel {
|
|
73
|
-
/** The error ID. */
|
|
74
|
-
id?: number;
|
|
75
|
-
/** The error code. */
|
|
76
|
-
code?: string;
|
|
77
|
-
/** The summarized error message. */
|
|
78
|
-
summaryMessage?: string;
|
|
79
|
-
/** The account ID used to login. */
|
|
80
|
-
runAsAccountId?: string;
|
|
81
|
-
/** The detailed error message. */
|
|
82
|
-
message?: string;
|
|
83
|
-
/** The error possible causes. */
|
|
84
|
-
possibleCauses?: string;
|
|
85
|
-
/** The error recommended action */
|
|
86
|
-
recommendedAction?: string;
|
|
87
|
-
/** The error severity */
|
|
88
|
-
severity?: string;
|
|
89
|
-
/** Time when this error was last updated. */
|
|
90
|
-
updatedTimeStamp?: Date;
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */
|
|
94
|
-
export declare interface ErrorResponse {
|
|
95
|
-
/** The error object. */
|
|
96
|
-
error?: ErrorDetail;
|
|
97
|
-
}
|
|
98
|
-
|
|
99
|
-
/** Interface representing a ErrorSummaries. */
|
|
100
|
-
export declare interface ErrorSummaries {
|
|
101
|
-
/**
|
|
102
|
-
* Lists the ErrorSummaries resource in springbootsites.
|
|
103
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
104
|
-
* @param siteName The springbootsites name.
|
|
105
|
-
* @param options The options parameters.
|
|
106
|
-
*/
|
|
107
|
-
listBySite(resourceGroupName: string, siteName: string, options?: ErrorSummariesListBySiteOptionalParams): PagedAsyncIterableIterator<ErrorSummary>;
|
|
108
|
-
/**
|
|
109
|
-
* Gets the ErrorSummaries resource.
|
|
110
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
111
|
-
* @param siteName The springbootsites name.
|
|
112
|
-
* @param errorSummaryName The name of error summary
|
|
113
|
-
* @param options The options parameters.
|
|
114
|
-
*/
|
|
115
|
-
get(resourceGroupName: string, siteName: string, errorSummaryName: string, options?: ErrorSummariesGetOptionalParams): Promise<ErrorSummariesGetResponse>;
|
|
116
|
-
}
|
|
117
|
-
|
|
118
|
-
/** Optional parameters. */
|
|
119
|
-
export declare interface ErrorSummariesGetOptionalParams extends coreClient.OperationOptions {
|
|
120
|
-
}
|
|
121
|
-
|
|
122
|
-
/** Contains response data for the get operation. */
|
|
123
|
-
export declare type ErrorSummariesGetResponse = ErrorSummary;
|
|
124
|
-
|
|
125
|
-
/** Optional parameters. */
|
|
126
|
-
export declare interface ErrorSummariesListBySiteNextOptionalParams extends coreClient.OperationOptions {
|
|
127
|
-
}
|
|
128
|
-
|
|
129
|
-
/** Contains response data for the listBySiteNext operation. */
|
|
130
|
-
export declare type ErrorSummariesListBySiteNextResponse = ErrorSummaryList;
|
|
131
|
-
|
|
132
|
-
/** Optional parameters. */
|
|
133
|
-
export declare interface ErrorSummariesListBySiteOptionalParams extends coreClient.OperationOptions {
|
|
134
|
-
}
|
|
135
|
-
|
|
136
|
-
/** Contains response data for the listBySite operation. */
|
|
137
|
-
export declare type ErrorSummariesListBySiteResponse = ErrorSummaryList;
|
|
138
|
-
|
|
139
|
-
/** Error summary properties */
|
|
140
|
-
export declare interface ErrorSummariesProperties {
|
|
141
|
-
/** The list of ErrorSummary. */
|
|
142
|
-
discoveryScopeErrorSummaries?: ErrorSummaryModel[];
|
|
143
|
-
/** The list of errors. */
|
|
144
|
-
errors?: ErrorModel[];
|
|
145
|
-
/** The resource provisioning state. */
|
|
146
|
-
provisioningState?: ProvisioningState;
|
|
147
|
-
}
|
|
148
|
-
|
|
149
|
-
/** Object containing tags updates for patch operations. */
|
|
150
|
-
export declare interface ErrorSummariesResourcePatch {
|
|
151
|
-
/** Resource tags. */
|
|
152
|
-
tags?: {
|
|
153
|
-
[propertyName: string]: string;
|
|
154
|
-
};
|
|
155
|
-
/** The ErrorSummaries resource definition. */
|
|
156
|
-
properties?: ErrorSummariesProperties;
|
|
157
|
-
}
|
|
158
|
-
|
|
159
|
-
/** The error summary resource definition. */
|
|
160
|
-
export declare interface ErrorSummary extends ProxyResource {
|
|
161
|
-
/** Resource properties. */
|
|
162
|
-
properties?: ErrorSummariesProperties;
|
|
163
|
-
/** Resource tags */
|
|
164
|
-
tags?: {
|
|
165
|
-
[propertyName: string]: string;
|
|
166
|
-
};
|
|
167
|
-
}
|
|
168
|
-
|
|
169
|
-
/** The list of ErrorSummary. */
|
|
170
|
-
export declare interface ErrorSummaryList {
|
|
171
|
-
/** The list of ErrorSummary. */
|
|
172
|
-
value?: ErrorSummary[];
|
|
173
|
-
/** Url to follow for getting next page of resources. */
|
|
174
|
-
nextLink?: string;
|
|
175
|
-
}
|
|
176
|
-
|
|
177
|
-
/** ErrorSummary model. */
|
|
178
|
-
export declare interface ErrorSummaryModel {
|
|
179
|
-
/** The type of Object. */
|
|
180
|
-
affectedResourceType?: string;
|
|
181
|
-
/** The count. */
|
|
182
|
-
affectedObjectsCount?: number;
|
|
183
|
-
}
|
|
184
|
-
|
|
185
|
-
/**
|
|
186
|
-
* Given the last `.value` produced by the `byPage` iterator,
|
|
187
|
-
* returns a continuation token that can be used to begin paging from
|
|
188
|
-
* that point later.
|
|
189
|
-
* @param page An object from accessing `value` on the IteratorResult from a `byPage` iterator.
|
|
190
|
-
* @returns The continuation token that can be passed into byPage() during future calls.
|
|
191
|
-
*/
|
|
192
|
-
export declare function getContinuationToken(page: unknown): string | undefined;
|
|
193
|
-
|
|
194
|
-
/** Known values of {@link ActionType} that the service accepts. */
|
|
195
|
-
export declare enum KnownActionType {
|
|
196
|
-
/** Internal */
|
|
197
|
-
Internal = "Internal"
|
|
198
|
-
}
|
|
199
|
-
|
|
200
|
-
/** Known values of {@link CreatedByType} that the service accepts. */
|
|
201
|
-
export declare enum KnownCreatedByType {
|
|
202
|
-
/** User */
|
|
203
|
-
User = "User",
|
|
204
|
-
/** Application */
|
|
205
|
-
Application = "Application",
|
|
206
|
-
/** ManagedIdentity */
|
|
207
|
-
ManagedIdentity = "ManagedIdentity",
|
|
208
|
-
/** Key */
|
|
209
|
-
Key = "Key"
|
|
210
|
-
}
|
|
211
|
-
|
|
212
|
-
/** Known values of {@link Origin} that the service accepts. */
|
|
213
|
-
export declare enum KnownOrigin {
|
|
214
|
-
/** User */
|
|
215
|
-
User = "user",
|
|
216
|
-
/** System */
|
|
217
|
-
System = "system",
|
|
218
|
-
/** UserSystem */
|
|
219
|
-
UserSystem = "user,system"
|
|
220
|
-
}
|
|
221
|
-
|
|
222
|
-
/** Known values of {@link ProvisioningState} that the service accepts. */
|
|
223
|
-
export declare enum KnownProvisioningState {
|
|
224
|
-
/** Unknown */
|
|
225
|
-
Unknown = "Unknown",
|
|
226
|
-
/** Succeeded */
|
|
227
|
-
Succeeded = "Succeeded",
|
|
228
|
-
/** Failed */
|
|
229
|
-
Failed = "Failed",
|
|
230
|
-
/** Canceled */
|
|
231
|
-
Canceled = "Canceled",
|
|
232
|
-
/** Accepted */
|
|
233
|
-
Accepted = "Accepted",
|
|
234
|
-
/** Provisioning */
|
|
235
|
-
Provisioning = "Provisioning",
|
|
236
|
-
/** Deleting */
|
|
237
|
-
Deleting = "Deleting"
|
|
238
|
-
}
|
|
239
|
-
|
|
240
|
-
/** Details of a REST API operation, returned from the Resource Provider Operations API */
|
|
241
|
-
export declare interface Operation {
|
|
242
|
-
/**
|
|
243
|
-
* The name of the operation, as per Resource-Based Access Control (RBAC). Examples: "Microsoft.Compute/virtualMachines/write", "Microsoft.Compute/virtualMachines/capture/action"
|
|
244
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
245
|
-
*/
|
|
246
|
-
readonly name?: string;
|
|
247
|
-
/**
|
|
248
|
-
* Whether the operation applies to data-plane. This is "true" for data-plane operations and "false" for ARM/control-plane operations.
|
|
249
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
250
|
-
*/
|
|
251
|
-
readonly isDataAction?: boolean;
|
|
252
|
-
/** Localized display information for this particular operation. */
|
|
253
|
-
display?: OperationDisplay;
|
|
254
|
-
/**
|
|
255
|
-
* The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system"
|
|
256
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
257
|
-
*/
|
|
258
|
-
readonly origin?: Origin;
|
|
259
|
-
/**
|
|
260
|
-
* Enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs.
|
|
261
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
262
|
-
*/
|
|
263
|
-
readonly actionType?: ActionType;
|
|
264
|
-
}
|
|
265
|
-
|
|
266
|
-
/** Localized display information for this particular operation. */
|
|
267
|
-
export declare interface OperationDisplay {
|
|
268
|
-
/**
|
|
269
|
-
* The localized friendly form of the resource provider name, e.g. "Microsoft Monitoring Insights" or "Microsoft Compute".
|
|
270
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
271
|
-
*/
|
|
272
|
-
readonly provider?: string;
|
|
273
|
-
/**
|
|
274
|
-
* The localized friendly name of the resource type related to this operation. E.g. "Virtual Machines" or "Job Schedule Collections".
|
|
275
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
276
|
-
*/
|
|
277
|
-
readonly resource?: string;
|
|
278
|
-
/**
|
|
279
|
-
* The concise, localized friendly name for the operation; suitable for dropdowns. E.g. "Create or Update Virtual Machine", "Restart Virtual Machine".
|
|
280
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
281
|
-
*/
|
|
282
|
-
readonly operation?: string;
|
|
283
|
-
/**
|
|
284
|
-
* The short, localized friendly description of the operation; suitable for tool tips and detailed views.
|
|
285
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
286
|
-
*/
|
|
287
|
-
readonly description?: string;
|
|
288
|
-
}
|
|
289
|
-
|
|
290
|
-
/** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */
|
|
291
|
-
export declare interface OperationListResult {
|
|
292
|
-
/**
|
|
293
|
-
* List of operations supported by the resource provider
|
|
294
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
295
|
-
*/
|
|
296
|
-
readonly value?: Operation[];
|
|
297
|
-
/**
|
|
298
|
-
* URL to get the next set of operation list results (if there are any).
|
|
299
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
300
|
-
*/
|
|
301
|
-
readonly nextLink?: string;
|
|
302
|
-
}
|
|
303
|
-
|
|
304
|
-
/** Interface representing a Operations. */
|
|
305
|
-
export declare interface Operations {
|
|
306
|
-
/**
|
|
307
|
-
* List operations.
|
|
308
|
-
* @param options The options parameters.
|
|
309
|
-
*/
|
|
310
|
-
list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<Operation>;
|
|
311
|
-
}
|
|
312
|
-
|
|
313
|
-
/** Optional parameters. */
|
|
314
|
-
export declare interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
|
|
315
|
-
}
|
|
316
|
-
|
|
317
|
-
/** Contains response data for the listNext operation. */
|
|
318
|
-
export declare type OperationsListNextResponse = OperationListResult;
|
|
319
|
-
|
|
320
|
-
/** Optional parameters. */
|
|
321
|
-
export declare interface OperationsListOptionalParams extends coreClient.OperationOptions {
|
|
322
|
-
}
|
|
323
|
-
|
|
324
|
-
/** Contains response data for the list operation. */
|
|
325
|
-
export declare type OperationsListResponse = OperationListResult;
|
|
326
|
-
|
|
327
|
-
/**
|
|
328
|
-
* Defines values for Origin. \
|
|
329
|
-
* {@link KnownOrigin} can be used interchangeably with Origin,
|
|
330
|
-
* this enum contains the known values that the service supports.
|
|
331
|
-
* ### Known values supported by the service
|
|
332
|
-
* **user** \
|
|
333
|
-
* **system** \
|
|
334
|
-
* **user,system**
|
|
335
|
-
*/
|
|
336
|
-
export declare type Origin = string;
|
|
337
|
-
|
|
338
|
-
/**
|
|
339
|
-
* Defines values for ProvisioningState. \
|
|
340
|
-
* {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,
|
|
341
|
-
* this enum contains the known values that the service supports.
|
|
342
|
-
* ### Known values supported by the service
|
|
343
|
-
* **Unknown** \
|
|
344
|
-
* **Succeeded** \
|
|
345
|
-
* **Failed** \
|
|
346
|
-
* **Canceled** \
|
|
347
|
-
* **Accepted** \
|
|
348
|
-
* **Provisioning** \
|
|
349
|
-
* **Deleting**
|
|
350
|
-
*/
|
|
351
|
-
export declare type ProvisioningState = string;
|
|
352
|
-
|
|
353
|
-
/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
|
|
354
|
-
export declare interface ProxyResource extends Resource {
|
|
355
|
-
}
|
|
356
|
-
|
|
357
|
-
/** Common fields that are returned in the response for all Azure Resource Manager resources */
|
|
358
|
-
export declare interface Resource {
|
|
359
|
-
/**
|
|
360
|
-
* Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
|
|
361
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
362
|
-
*/
|
|
363
|
-
readonly id?: string;
|
|
364
|
-
/**
|
|
365
|
-
* The name of the resource
|
|
366
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
367
|
-
*/
|
|
368
|
-
readonly name?: string;
|
|
369
|
-
/**
|
|
370
|
-
* The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
371
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
372
|
-
*/
|
|
373
|
-
readonly type?: string;
|
|
374
|
-
/**
|
|
375
|
-
* Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
376
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
377
|
-
*/
|
|
378
|
-
readonly systemData?: SystemData;
|
|
379
|
-
}
|
|
380
|
-
|
|
381
|
-
export declare class SpringAppDiscoveryManagementClient extends coreClient.ServiceClient {
|
|
382
|
-
$host: string;
|
|
383
|
-
subscriptionId: string;
|
|
384
|
-
apiVersion: string;
|
|
385
|
-
/**
|
|
386
|
-
* Initializes a new instance of the SpringAppDiscoveryManagementClient class.
|
|
387
|
-
* @param credentials Subscription credentials which uniquely identify client subscription.
|
|
388
|
-
* @param subscriptionId The ID of the target subscription.
|
|
389
|
-
* @param options The parameter options
|
|
390
|
-
*/
|
|
391
|
-
constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: SpringAppDiscoveryManagementClientOptionalParams);
|
|
392
|
-
/** A function that adds a policy that sets the api-version (or equivalent) to reflect the library version. */
|
|
393
|
-
private addCustomApiVersionPolicy;
|
|
394
|
-
springbootsites: Springbootsites;
|
|
395
|
-
operations: Operations;
|
|
396
|
-
springbootservers: Springbootservers;
|
|
397
|
-
springbootapps: Springbootapps;
|
|
398
|
-
summaries: Summaries;
|
|
399
|
-
errorSummaries: ErrorSummaries;
|
|
400
|
-
}
|
|
401
|
-
|
|
402
|
-
/** Optional parameters. */
|
|
403
|
-
export declare interface SpringAppDiscoveryManagementClientOptionalParams extends coreClient.ServiceClientOptions {
|
|
404
|
-
/** server parameter */
|
|
405
|
-
$host?: string;
|
|
406
|
-
/** Api Version */
|
|
407
|
-
apiVersion?: string;
|
|
408
|
-
/** Overrides client endpoint. */
|
|
409
|
-
endpoint?: string;
|
|
410
|
-
}
|
|
411
|
-
|
|
412
|
-
/** Interface representing a Springbootapps. */
|
|
413
|
-
export declare interface Springbootapps {
|
|
414
|
-
/**
|
|
415
|
-
* List springbootapps resource by resourceGroup
|
|
416
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
417
|
-
* @param siteName The springbootsites name.
|
|
418
|
-
* @param options The options parameters.
|
|
419
|
-
*/
|
|
420
|
-
listByResourceGroup(resourceGroupName: string, siteName: string, options?: SpringbootappsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<SpringbootappsModel>;
|
|
421
|
-
/**
|
|
422
|
-
* List springbootapps resource by subscription
|
|
423
|
-
* @param siteName The springbootsites name.
|
|
424
|
-
* @param options The options parameters.
|
|
425
|
-
*/
|
|
426
|
-
listBySubscription(siteName: string, options?: SpringbootappsListBySubscriptionOptionalParams): PagedAsyncIterableIterator<SpringbootappsModel>;
|
|
427
|
-
/**
|
|
428
|
-
* Get a springbootapps resource.
|
|
429
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
430
|
-
* @param siteName The springbootsites name.
|
|
431
|
-
* @param springbootappsName The springbootapps name.
|
|
432
|
-
* @param options The options parameters.
|
|
433
|
-
*/
|
|
434
|
-
get(resourceGroupName: string, siteName: string, springbootappsName: string, options?: SpringbootappsGetOptionalParams): Promise<SpringbootappsGetResponse>;
|
|
435
|
-
/**
|
|
436
|
-
* Update a springbootapps resource.
|
|
437
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
438
|
-
* @param siteName The springbootsites name.
|
|
439
|
-
* @param springbootappsName The springbootapps name.
|
|
440
|
-
* @param springbootapps Update a springbootapps payload.
|
|
441
|
-
* @param options The options parameters.
|
|
442
|
-
*/
|
|
443
|
-
beginUpdate(resourceGroupName: string, siteName: string, springbootappsName: string, springbootapps: SpringbootappsPatch, options?: SpringbootappsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<SpringbootappsUpdateResponse>, SpringbootappsUpdateResponse>>;
|
|
444
|
-
/**
|
|
445
|
-
* Update a springbootapps resource.
|
|
446
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
447
|
-
* @param siteName The springbootsites name.
|
|
448
|
-
* @param springbootappsName The springbootapps name.
|
|
449
|
-
* @param springbootapps Update a springbootapps payload.
|
|
450
|
-
* @param options The options parameters.
|
|
451
|
-
*/
|
|
452
|
-
beginUpdateAndWait(resourceGroupName: string, siteName: string, springbootappsName: string, springbootapps: SpringbootappsPatch, options?: SpringbootappsUpdateOptionalParams): Promise<SpringbootappsUpdateResponse>;
|
|
453
|
-
}
|
|
454
|
-
|
|
455
|
-
/** Optional parameters. */
|
|
456
|
-
export declare interface SpringbootappsGetOptionalParams extends coreClient.OperationOptions {
|
|
457
|
-
}
|
|
458
|
-
|
|
459
|
-
/** Contains response data for the get operation. */
|
|
460
|
-
export declare type SpringbootappsGetResponse = SpringbootappsModel;
|
|
461
|
-
|
|
462
|
-
/** Optional parameters. */
|
|
463
|
-
export declare interface SpringbootappsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
464
|
-
}
|
|
465
|
-
|
|
466
|
-
/** Contains response data for the listByResourceGroupNext operation. */
|
|
467
|
-
export declare type SpringbootappsListByResourceGroupNextResponse = SpringbootappsListResult;
|
|
468
|
-
|
|
469
|
-
/** Optional parameters. */
|
|
470
|
-
export declare interface SpringbootappsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
471
|
-
}
|
|
472
|
-
|
|
473
|
-
/** Contains response data for the listByResourceGroup operation. */
|
|
474
|
-
export declare type SpringbootappsListByResourceGroupResponse = SpringbootappsListResult;
|
|
475
|
-
|
|
476
|
-
/** Optional parameters. */
|
|
477
|
-
export declare interface SpringbootappsListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
478
|
-
}
|
|
479
|
-
|
|
480
|
-
/** Contains response data for the listBySubscriptionNext operation. */
|
|
481
|
-
export declare type SpringbootappsListBySubscriptionNextResponse = SpringbootappsListResult;
|
|
482
|
-
|
|
483
|
-
/** Optional parameters. */
|
|
484
|
-
export declare interface SpringbootappsListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
485
|
-
}
|
|
486
|
-
|
|
487
|
-
/** Contains response data for the listBySubscription operation. */
|
|
488
|
-
export declare type SpringbootappsListBySubscriptionResponse = SpringbootappsListResult;
|
|
489
|
-
|
|
490
|
-
/** The springbootapps list resource definition. */
|
|
491
|
-
export declare interface SpringbootappsListResult {
|
|
492
|
-
/** The springbootsites list. */
|
|
493
|
-
value?: SpringbootappsModel[];
|
|
494
|
-
/** The link used to get the next page of springbootapps resources list. */
|
|
495
|
-
nextLink?: string;
|
|
496
|
-
}
|
|
497
|
-
|
|
498
|
-
/** The springbootapps envelope resource definition. */
|
|
499
|
-
export declare interface SpringbootappsModel extends ProxyResource {
|
|
500
|
-
/** The springbootapps resource definition. */
|
|
501
|
-
properties?: SpringbootappsProperties;
|
|
502
|
-
/** Resource tags */
|
|
503
|
-
tags?: {
|
|
504
|
-
[propertyName: string]: string;
|
|
505
|
-
};
|
|
506
|
-
}
|
|
507
|
-
|
|
508
|
-
/** The springbootapps resource patch definition. */
|
|
509
|
-
export declare interface SpringbootappsPatch extends ProxyResource {
|
|
510
|
-
/** The springbootapps resource definition. */
|
|
511
|
-
properties?: SpringbootappsProperties;
|
|
512
|
-
/** Resource tags */
|
|
513
|
-
tags?: {
|
|
514
|
-
[propertyName: string]: string;
|
|
515
|
-
};
|
|
516
|
-
}
|
|
517
|
-
|
|
518
|
-
/** The springbootapps resource definition. */
|
|
519
|
-
export declare interface SpringbootappsProperties {
|
|
520
|
-
/** The name of SpringBootApp. */
|
|
521
|
-
appName?: string;
|
|
522
|
-
/** The artifact name of SpringBootApp. */
|
|
523
|
-
artifactName?: string;
|
|
524
|
-
/** The application port. */
|
|
525
|
-
appPort?: number;
|
|
526
|
-
/** The application type, whether it is a SpringBoot app. */
|
|
527
|
-
appType?: string;
|
|
528
|
-
/** The application configuration file list. */
|
|
529
|
-
applicationConfigurations?: SpringbootappsPropertiesApplicationConfigurationsItem[];
|
|
530
|
-
/** The application binding port list. */
|
|
531
|
-
bindingPorts?: number[];
|
|
532
|
-
/** The jdk version in build. */
|
|
533
|
-
buildJdkVersion?: string;
|
|
534
|
-
/** The certificate file list. */
|
|
535
|
-
certificates?: string[];
|
|
536
|
-
/** The checksum of jar file. */
|
|
537
|
-
checksum?: string;
|
|
538
|
-
/** The dependency list. */
|
|
539
|
-
dependencies?: string[];
|
|
540
|
-
/** The environment variable list. */
|
|
541
|
-
environments?: string[];
|
|
542
|
-
/** The total instance count the app deployed. */
|
|
543
|
-
instanceCount?: number;
|
|
544
|
-
/** The jar file location on the server. */
|
|
545
|
-
jarFileLocation?: string;
|
|
546
|
-
/** The jvm heap memory allocated. */
|
|
547
|
-
jvmMemoryInMB?: number;
|
|
548
|
-
/** The jvm options. */
|
|
549
|
-
jvmOptions?: string[];
|
|
550
|
-
/** The other types of date collected. */
|
|
551
|
-
miscs?: SpringbootappsPropertiesMiscsItem[];
|
|
552
|
-
/** The breakdown info for app instances on all the servers */
|
|
553
|
-
instances?: SpringbootappsPropertiesInstancesItem[];
|
|
554
|
-
/** The jdk version installed on server */
|
|
555
|
-
runtimeJdkVersion?: string;
|
|
556
|
-
/** The server list the app installed */
|
|
557
|
-
servers?: string[];
|
|
558
|
-
/** The machine ARM id list the app belongs to. */
|
|
559
|
-
machineArmIds?: string[];
|
|
560
|
-
/** The site name. */
|
|
561
|
-
siteName?: string;
|
|
562
|
-
/** The spring boot version. */
|
|
563
|
-
springBootVersion?: string;
|
|
564
|
-
/** The static content location list. */
|
|
565
|
-
staticContentLocations?: string[];
|
|
566
|
-
/** The connection string list. */
|
|
567
|
-
connectionStrings?: string[];
|
|
568
|
-
/** Time when this springbootapps jar file was last modified. */
|
|
569
|
-
lastModifiedTime?: Date;
|
|
570
|
-
/** Time when this springbootapps instance was last refreshed. */
|
|
571
|
-
lastUpdatedTime?: Date;
|
|
572
|
-
/** The resource provisioning state. */
|
|
573
|
-
provisioningState?: ProvisioningState;
|
|
574
|
-
/** The list of errors. */
|
|
575
|
-
errors?: ErrorModel[];
|
|
576
|
-
}
|
|
577
|
-
|
|
578
|
-
export declare interface SpringbootappsPropertiesApplicationConfigurationsItem {
|
|
579
|
-
/** The application config file name. */
|
|
580
|
-
key: string;
|
|
581
|
-
/** The application config file content, only contains config keys. */
|
|
582
|
-
value?: string;
|
|
583
|
-
}
|
|
584
|
-
|
|
585
|
-
export declare interface SpringbootappsPropertiesInstancesItem {
|
|
586
|
-
/** The machine ARM resource Id of this app instance */
|
|
587
|
-
machineArmId: string;
|
|
588
|
-
/** The instance count of this app instance */
|
|
589
|
-
instanceCount?: number;
|
|
590
|
-
/** The jvm heap memory allocated of this app instance */
|
|
591
|
-
jvmMemoryInMB?: number;
|
|
592
|
-
}
|
|
593
|
-
|
|
594
|
-
export declare interface SpringbootappsPropertiesMiscsItem {
|
|
595
|
-
/** The miscs. key. */
|
|
596
|
-
key: string;
|
|
597
|
-
/** The miscs. value. */
|
|
598
|
-
value?: string;
|
|
599
|
-
}
|
|
600
|
-
|
|
601
|
-
/** Defines headers for Springbootapps_update operation. */
|
|
602
|
-
export declare interface SpringbootappsUpdateHeaders {
|
|
603
|
-
location?: string;
|
|
604
|
-
}
|
|
605
|
-
|
|
606
|
-
/** Optional parameters. */
|
|
607
|
-
export declare interface SpringbootappsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
608
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
609
|
-
updateIntervalInMs?: number;
|
|
610
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
611
|
-
resumeFrom?: string;
|
|
612
|
-
}
|
|
613
|
-
|
|
614
|
-
/** Contains response data for the update operation. */
|
|
615
|
-
export declare type SpringbootappsUpdateResponse = SpringbootappsModel;
|
|
616
|
-
|
|
617
|
-
/** Interface representing a Springbootservers. */
|
|
618
|
-
export declare interface Springbootservers {
|
|
619
|
-
/**
|
|
620
|
-
* List springbootservers resource by resourceGroup
|
|
621
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
622
|
-
* @param siteName The springbootsites name.
|
|
623
|
-
* @param options The options parameters.
|
|
624
|
-
*/
|
|
625
|
-
listByResourceGroup(resourceGroupName: string, siteName: string, options?: SpringbootserversListByResourceGroupOptionalParams): PagedAsyncIterableIterator<SpringbootserversModel>;
|
|
626
|
-
/**
|
|
627
|
-
* List springbootservers resource by subscription
|
|
628
|
-
* @param siteName The springbootsites name.
|
|
629
|
-
* @param options The options parameters.
|
|
630
|
-
*/
|
|
631
|
-
listBySubscription(siteName: string, options?: SpringbootserversListBySubscriptionOptionalParams): PagedAsyncIterableIterator<SpringbootserversModel>;
|
|
632
|
-
/**
|
|
633
|
-
* List springbootservers resource.
|
|
634
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
635
|
-
* @param siteName The springbootsites name.
|
|
636
|
-
* @param springbootserversName The springbootservers name.
|
|
637
|
-
* @param options The options parameters.
|
|
638
|
-
*/
|
|
639
|
-
get(resourceGroupName: string, siteName: string, springbootserversName: string, options?: SpringbootserversGetOptionalParams): Promise<SpringbootserversGetResponse>;
|
|
640
|
-
/**
|
|
641
|
-
* Create springbootservers resource.
|
|
642
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
643
|
-
* @param siteName The springbootsites name.
|
|
644
|
-
* @param springbootserversName The springbootservers name.
|
|
645
|
-
* @param springbootservers Create a springbootservers payload.
|
|
646
|
-
* @param options The options parameters.
|
|
647
|
-
*/
|
|
648
|
-
createOrUpdate(resourceGroupName: string, siteName: string, springbootserversName: string, springbootservers: SpringbootserversModel, options?: SpringbootserversCreateOrUpdateOptionalParams): Promise<SpringbootserversCreateOrUpdateResponse>;
|
|
649
|
-
/**
|
|
650
|
-
* Delete springbootservers resource.
|
|
651
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
652
|
-
* @param siteName The springbootsites name.
|
|
653
|
-
* @param springbootserversName The springbootservers name.
|
|
654
|
-
* @param options The options parameters.
|
|
655
|
-
*/
|
|
656
|
-
beginDelete(resourceGroupName: string, siteName: string, springbootserversName: string, options?: SpringbootserversDeleteOptionalParams): Promise<SimplePollerLike<OperationState<SpringbootserversDeleteResponse>, SpringbootserversDeleteResponse>>;
|
|
657
|
-
/**
|
|
658
|
-
* Delete springbootservers resource.
|
|
659
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
660
|
-
* @param siteName The springbootsites name.
|
|
661
|
-
* @param springbootserversName The springbootservers name.
|
|
662
|
-
* @param options The options parameters.
|
|
663
|
-
*/
|
|
664
|
-
beginDeleteAndWait(resourceGroupName: string, siteName: string, springbootserversName: string, options?: SpringbootserversDeleteOptionalParams): Promise<SpringbootserversDeleteResponse>;
|
|
665
|
-
/**
|
|
666
|
-
* Update springbootservers resource.
|
|
667
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
668
|
-
* @param siteName The springbootsites name.
|
|
669
|
-
* @param springbootserversName The springbootservers name.
|
|
670
|
-
* @param springbootservers Update a springbootservers payload.
|
|
671
|
-
* @param options The options parameters.
|
|
672
|
-
*/
|
|
673
|
-
beginUpdate(resourceGroupName: string, siteName: string, springbootserversName: string, springbootservers: SpringbootserversPatch, options?: SpringbootserversUpdateOptionalParams): Promise<SimplePollerLike<OperationState<SpringbootserversUpdateResponse>, SpringbootserversUpdateResponse>>;
|
|
674
|
-
/**
|
|
675
|
-
* Update springbootservers resource.
|
|
676
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
677
|
-
* @param siteName The springbootsites name.
|
|
678
|
-
* @param springbootserversName The springbootservers name.
|
|
679
|
-
* @param springbootservers Update a springbootservers payload.
|
|
680
|
-
* @param options The options parameters.
|
|
681
|
-
*/
|
|
682
|
-
beginUpdateAndWait(resourceGroupName: string, siteName: string, springbootserversName: string, springbootservers: SpringbootserversPatch, options?: SpringbootserversUpdateOptionalParams): Promise<SpringbootserversUpdateResponse>;
|
|
683
|
-
}
|
|
684
|
-
|
|
685
|
-
/** Optional parameters. */
|
|
686
|
-
export declare interface SpringbootserversCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
687
|
-
}
|
|
688
|
-
|
|
689
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
690
|
-
export declare type SpringbootserversCreateOrUpdateResponse = SpringbootserversModel;
|
|
691
|
-
|
|
692
|
-
/** Defines headers for Springbootservers_delete operation. */
|
|
693
|
-
export declare interface SpringbootserversDeleteHeaders {
|
|
694
|
-
location?: string;
|
|
695
|
-
}
|
|
696
|
-
|
|
697
|
-
/** Optional parameters. */
|
|
698
|
-
export declare interface SpringbootserversDeleteOptionalParams extends coreClient.OperationOptions {
|
|
699
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
700
|
-
updateIntervalInMs?: number;
|
|
701
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
702
|
-
resumeFrom?: string;
|
|
703
|
-
}
|
|
704
|
-
|
|
705
|
-
/** Contains response data for the delete operation. */
|
|
706
|
-
export declare type SpringbootserversDeleteResponse = SpringbootserversDeleteHeaders;
|
|
707
|
-
|
|
708
|
-
/** Optional parameters. */
|
|
709
|
-
export declare interface SpringbootserversGetOptionalParams extends coreClient.OperationOptions {
|
|
710
|
-
}
|
|
711
|
-
|
|
712
|
-
/** Contains response data for the get operation. */
|
|
713
|
-
export declare type SpringbootserversGetResponse = SpringbootserversModel;
|
|
714
|
-
|
|
715
|
-
/** Optional parameters. */
|
|
716
|
-
export declare interface SpringbootserversListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
717
|
-
}
|
|
718
|
-
|
|
719
|
-
/** Contains response data for the listByResourceGroupNext operation. */
|
|
720
|
-
export declare type SpringbootserversListByResourceGroupNextResponse = SpringbootserversListResult;
|
|
721
|
-
|
|
722
|
-
/** Optional parameters. */
|
|
723
|
-
export declare interface SpringbootserversListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
724
|
-
}
|
|
725
|
-
|
|
726
|
-
/** Contains response data for the listByResourceGroup operation. */
|
|
727
|
-
export declare type SpringbootserversListByResourceGroupResponse = SpringbootserversListResult;
|
|
728
|
-
|
|
729
|
-
/** Optional parameters. */
|
|
730
|
-
export declare interface SpringbootserversListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
731
|
-
}
|
|
732
|
-
|
|
733
|
-
/** Contains response data for the listBySubscriptionNext operation. */
|
|
734
|
-
export declare type SpringbootserversListBySubscriptionNextResponse = SpringbootserversListResult;
|
|
735
|
-
|
|
736
|
-
/** Optional parameters. */
|
|
737
|
-
export declare interface SpringbootserversListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
738
|
-
}
|
|
739
|
-
|
|
740
|
-
/** Contains response data for the listBySubscription operation. */
|
|
741
|
-
export declare type SpringbootserversListBySubscriptionResponse = SpringbootserversListResult;
|
|
742
|
-
|
|
743
|
-
/** The springbootservers list resource definition. */
|
|
744
|
-
export declare interface SpringbootserversListResult {
|
|
745
|
-
/** The springbootsites list. */
|
|
746
|
-
value?: SpringbootserversModel[];
|
|
747
|
-
/** The link used to get the next page of springbootservers resources list. */
|
|
748
|
-
nextLink?: string;
|
|
749
|
-
}
|
|
750
|
-
|
|
751
|
-
/** The springbootservers envelope resource definition. */
|
|
752
|
-
export declare interface SpringbootserversModel extends ProxyResource {
|
|
753
|
-
/** Resource tags */
|
|
754
|
-
tags?: {
|
|
755
|
-
[propertyName: string]: string;
|
|
756
|
-
};
|
|
757
|
-
/** The springbootservers resource definition. */
|
|
758
|
-
properties?: SpringbootserversProperties;
|
|
759
|
-
}
|
|
760
|
-
|
|
761
|
-
/** The springbootservers resource patch definition. */
|
|
762
|
-
export declare interface SpringbootserversPatch extends ProxyResource {
|
|
763
|
-
/** Resource tags */
|
|
764
|
-
tags?: {
|
|
765
|
-
[propertyName: string]: string;
|
|
766
|
-
};
|
|
767
|
-
/** The springbootsites resource definition. */
|
|
768
|
-
properties?: SpringbootserversProperties;
|
|
769
|
-
}
|
|
770
|
-
|
|
771
|
-
/** The springbootservers resource definition. */
|
|
772
|
-
export declare interface SpringbootserversProperties {
|
|
773
|
-
/** Target server port for remote login */
|
|
774
|
-
port?: number;
|
|
775
|
-
/** Server is the target server name or ip address to discover of SpringBootServer. */
|
|
776
|
-
server: string;
|
|
777
|
-
/** The alternative FQDN or IP addresses to discover for this server */
|
|
778
|
-
fqdnAndIpAddressList?: string[];
|
|
779
|
-
/** The machine Id from ARM */
|
|
780
|
-
machineArmId?: string;
|
|
781
|
-
/** The total number of apps been discovered */
|
|
782
|
-
totalApps?: number;
|
|
783
|
-
/** The total number of spring boot apps been discovered */
|
|
784
|
-
springBootApps?: number;
|
|
785
|
-
/** The list of errors. */
|
|
786
|
-
errors?: ErrorModel[];
|
|
787
|
-
/** The resource provisioning state. */
|
|
788
|
-
provisioningState?: ProvisioningState;
|
|
789
|
-
}
|
|
790
|
-
|
|
791
|
-
/** Defines headers for Springbootservers_update operation. */
|
|
792
|
-
export declare interface SpringbootserversUpdateHeaders {
|
|
793
|
-
location?: string;
|
|
794
|
-
}
|
|
795
|
-
|
|
796
|
-
/** Optional parameters. */
|
|
797
|
-
export declare interface SpringbootserversUpdateOptionalParams extends coreClient.OperationOptions {
|
|
798
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
799
|
-
updateIntervalInMs?: number;
|
|
800
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
801
|
-
resumeFrom?: string;
|
|
802
|
-
}
|
|
803
|
-
|
|
804
|
-
/** Contains response data for the update operation. */
|
|
805
|
-
export declare type SpringbootserversUpdateResponse = SpringbootserversModel;
|
|
806
|
-
|
|
807
|
-
/** Interface representing a Springbootsites. */
|
|
808
|
-
export declare interface Springbootsites {
|
|
809
|
-
/**
|
|
810
|
-
* List springbootsites resource by resourceGroup.
|
|
811
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
812
|
-
* @param options The options parameters.
|
|
813
|
-
*/
|
|
814
|
-
listByResourceGroup(resourceGroupName: string, options?: SpringbootsitesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<SpringbootsitesModel>;
|
|
815
|
-
/**
|
|
816
|
-
* List springbootsites resource by subscription
|
|
817
|
-
* @param options The options parameters.
|
|
818
|
-
*/
|
|
819
|
-
listBySubscription(options?: SpringbootsitesListBySubscriptionOptionalParams): PagedAsyncIterableIterator<SpringbootsitesModel>;
|
|
820
|
-
/**
|
|
821
|
-
* Get a springbootsites resource.
|
|
822
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
823
|
-
* @param springbootsitesName The springbootsites name.
|
|
824
|
-
* @param options The options parameters.
|
|
825
|
-
*/
|
|
826
|
-
get(resourceGroupName: string, springbootsitesName: string, options?: SpringbootsitesGetOptionalParams): Promise<SpringbootsitesGetResponse>;
|
|
827
|
-
/**
|
|
828
|
-
* Create a springbootsites resource.
|
|
829
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
830
|
-
* @param springbootsitesName The springbootsites name.
|
|
831
|
-
* @param springbootsites Create a springbootsites payload.
|
|
832
|
-
* @param options The options parameters.
|
|
833
|
-
*/
|
|
834
|
-
createOrUpdate(resourceGroupName: string, springbootsitesName: string, springbootsites: SpringbootsitesModel, options?: SpringbootsitesCreateOrUpdateOptionalParams): Promise<SpringbootsitesCreateOrUpdateResponse>;
|
|
835
|
-
/**
|
|
836
|
-
* Delete a springbootsites resource.
|
|
837
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
838
|
-
* @param springbootsitesName The springbootsites name.
|
|
839
|
-
* @param options The options parameters.
|
|
840
|
-
*/
|
|
841
|
-
beginDelete(resourceGroupName: string, springbootsitesName: string, options?: SpringbootsitesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<SpringbootsitesDeleteResponse>, SpringbootsitesDeleteResponse>>;
|
|
842
|
-
/**
|
|
843
|
-
* Delete a springbootsites resource.
|
|
844
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
845
|
-
* @param springbootsitesName The springbootsites name.
|
|
846
|
-
* @param options The options parameters.
|
|
847
|
-
*/
|
|
848
|
-
beginDeleteAndWait(resourceGroupName: string, springbootsitesName: string, options?: SpringbootsitesDeleteOptionalParams): Promise<SpringbootsitesDeleteResponse>;
|
|
849
|
-
/**
|
|
850
|
-
* Update a springbootsites resource.
|
|
851
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
852
|
-
* @param springbootsitesName The springbootsites name.
|
|
853
|
-
* @param springbootsites Update a springbootsites payload.
|
|
854
|
-
* @param options The options parameters.
|
|
855
|
-
*/
|
|
856
|
-
beginUpdate(resourceGroupName: string, springbootsitesName: string, springbootsites: SpringbootsitesPatch, options?: SpringbootsitesUpdateOptionalParams): Promise<SimplePollerLike<OperationState<SpringbootsitesUpdateResponse>, SpringbootsitesUpdateResponse>>;
|
|
857
|
-
/**
|
|
858
|
-
* Update a springbootsites resource.
|
|
859
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
860
|
-
* @param springbootsitesName The springbootsites name.
|
|
861
|
-
* @param springbootsites Update a springbootsites payload.
|
|
862
|
-
* @param options The options parameters.
|
|
863
|
-
*/
|
|
864
|
-
beginUpdateAndWait(resourceGroupName: string, springbootsitesName: string, springbootsites: SpringbootsitesPatch, options?: SpringbootsitesUpdateOptionalParams): Promise<SpringbootsitesUpdateResponse>;
|
|
865
|
-
/**
|
|
866
|
-
* Trigger refresh springbootsites action
|
|
867
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
868
|
-
* @param springbootsitesName The springbootsites name.
|
|
869
|
-
* @param options The options parameters.
|
|
870
|
-
*/
|
|
871
|
-
beginTriggerRefreshSite(resourceGroupName: string, springbootsitesName: string, options?: SpringbootsitesTriggerRefreshSiteOptionalParams): Promise<SimplePollerLike<OperationState<SpringbootsitesTriggerRefreshSiteResponse>, SpringbootsitesTriggerRefreshSiteResponse>>;
|
|
872
|
-
/**
|
|
873
|
-
* Trigger refresh springbootsites action
|
|
874
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
875
|
-
* @param springbootsitesName The springbootsites name.
|
|
876
|
-
* @param options The options parameters.
|
|
877
|
-
*/
|
|
878
|
-
beginTriggerRefreshSiteAndWait(resourceGroupName: string, springbootsitesName: string, options?: SpringbootsitesTriggerRefreshSiteOptionalParams): Promise<SpringbootsitesTriggerRefreshSiteResponse>;
|
|
879
|
-
}
|
|
880
|
-
|
|
881
|
-
/** Optional parameters. */
|
|
882
|
-
export declare interface SpringbootsitesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
883
|
-
}
|
|
884
|
-
|
|
885
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
886
|
-
export declare type SpringbootsitesCreateOrUpdateResponse = SpringbootsitesModel;
|
|
887
|
-
|
|
888
|
-
/** Defines headers for Springbootsites_delete operation. */
|
|
889
|
-
export declare interface SpringbootsitesDeleteHeaders {
|
|
890
|
-
location?: string;
|
|
891
|
-
}
|
|
892
|
-
|
|
893
|
-
/** Optional parameters. */
|
|
894
|
-
export declare interface SpringbootsitesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
895
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
896
|
-
updateIntervalInMs?: number;
|
|
897
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
898
|
-
resumeFrom?: string;
|
|
899
|
-
}
|
|
900
|
-
|
|
901
|
-
/** Contains response data for the delete operation. */
|
|
902
|
-
export declare type SpringbootsitesDeleteResponse = SpringbootsitesDeleteHeaders;
|
|
903
|
-
|
|
904
|
-
/** Optional parameters. */
|
|
905
|
-
export declare interface SpringbootsitesGetOptionalParams extends coreClient.OperationOptions {
|
|
906
|
-
}
|
|
907
|
-
|
|
908
|
-
/** Contains response data for the get operation. */
|
|
909
|
-
export declare type SpringbootsitesGetResponse = SpringbootsitesModel;
|
|
910
|
-
|
|
911
|
-
/** Optional parameters. */
|
|
912
|
-
export declare interface SpringbootsitesListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
913
|
-
}
|
|
914
|
-
|
|
915
|
-
/** Contains response data for the listByResourceGroupNext operation. */
|
|
916
|
-
export declare type SpringbootsitesListByResourceGroupNextResponse = SpringbootsitesListResult;
|
|
917
|
-
|
|
918
|
-
/** Optional parameters. */
|
|
919
|
-
export declare interface SpringbootsitesListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
920
|
-
}
|
|
921
|
-
|
|
922
|
-
/** Contains response data for the listByResourceGroup operation. */
|
|
923
|
-
export declare type SpringbootsitesListByResourceGroupResponse = SpringbootsitesListResult;
|
|
924
|
-
|
|
925
|
-
/** Optional parameters. */
|
|
926
|
-
export declare interface SpringbootsitesListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
927
|
-
}
|
|
928
|
-
|
|
929
|
-
/** Contains response data for the listBySubscriptionNext operation. */
|
|
930
|
-
export declare type SpringbootsitesListBySubscriptionNextResponse = SpringbootsitesListResult;
|
|
931
|
-
|
|
932
|
-
/** Optional parameters. */
|
|
933
|
-
export declare interface SpringbootsitesListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
934
|
-
}
|
|
935
|
-
|
|
936
|
-
/** Contains response data for the listBySubscription operation. */
|
|
937
|
-
export declare type SpringbootsitesListBySubscriptionResponse = SpringbootsitesListResult;
|
|
938
|
-
|
|
939
|
-
/** The springbootsites list resource definition. */
|
|
940
|
-
export declare interface SpringbootsitesListResult {
|
|
941
|
-
/** The springbootsites list. */
|
|
942
|
-
value?: SpringbootsitesModel[];
|
|
943
|
-
/** The link used to get the next page of springbootsites resources list. */
|
|
944
|
-
nextLink?: string;
|
|
945
|
-
}
|
|
946
|
-
|
|
947
|
-
/** The springbootsites envelope resource definition. */
|
|
948
|
-
export declare interface SpringbootsitesModel extends TrackedResource {
|
|
949
|
-
/** The springbootsites resource definition. */
|
|
950
|
-
properties?: SpringbootsitesProperties;
|
|
951
|
-
/** The extended location definition. */
|
|
952
|
-
extendedLocation?: SpringbootsitesModelExtendedLocation;
|
|
953
|
-
}
|
|
954
|
-
|
|
955
|
-
/** The extended location definition. */
|
|
956
|
-
export declare interface SpringbootsitesModelExtendedLocation {
|
|
957
|
-
/** The extended location type. */
|
|
958
|
-
type?: string;
|
|
959
|
-
/** The extended location name. */
|
|
960
|
-
name?: string;
|
|
961
|
-
}
|
|
962
|
-
|
|
963
|
-
/** The springbootsites resource patch definition. */
|
|
964
|
-
export declare interface SpringbootsitesPatch extends TrackedResource {
|
|
965
|
-
/** The springbootsites resource definition. */
|
|
966
|
-
properties?: SpringbootsitesProperties;
|
|
967
|
-
}
|
|
968
|
-
|
|
969
|
-
/** The springbootsites resource definition. */
|
|
970
|
-
export declare interface SpringbootsitesProperties {
|
|
971
|
-
/** The master site ID from Azure Migrate. */
|
|
972
|
-
masterSiteId?: string;
|
|
973
|
-
/** The migrate project ID from Azure Migrate. */
|
|
974
|
-
migrateProjectId?: string;
|
|
975
|
-
/** The resource provisioning state. */
|
|
976
|
-
provisioningState?: ProvisioningState;
|
|
977
|
-
}
|
|
978
|
-
|
|
979
|
-
/** Defines headers for Springbootsites_triggerRefreshSite operation. */
|
|
980
|
-
export declare interface SpringbootsitesTriggerRefreshSiteHeaders {
|
|
981
|
-
location?: string;
|
|
982
|
-
}
|
|
983
|
-
|
|
984
|
-
/** Optional parameters. */
|
|
985
|
-
export declare interface SpringbootsitesTriggerRefreshSiteOptionalParams extends coreClient.OperationOptions {
|
|
986
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
987
|
-
updateIntervalInMs?: number;
|
|
988
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
989
|
-
resumeFrom?: string;
|
|
990
|
-
}
|
|
991
|
-
|
|
992
|
-
/** Contains response data for the triggerRefreshSite operation. */
|
|
993
|
-
export declare type SpringbootsitesTriggerRefreshSiteResponse = SpringbootsitesTriggerRefreshSiteHeaders;
|
|
994
|
-
|
|
995
|
-
/** Defines headers for Springbootsites_update operation. */
|
|
996
|
-
export declare interface SpringbootsitesUpdateHeaders {
|
|
997
|
-
location?: string;
|
|
998
|
-
}
|
|
999
|
-
|
|
1000
|
-
/** Optional parameters. */
|
|
1001
|
-
export declare interface SpringbootsitesUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1002
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1003
|
-
updateIntervalInMs?: number;
|
|
1004
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1005
|
-
resumeFrom?: string;
|
|
1006
|
-
}
|
|
1007
|
-
|
|
1008
|
-
/** Contains response data for the update operation. */
|
|
1009
|
-
export declare type SpringbootsitesUpdateResponse = SpringbootsitesModel;
|
|
1010
|
-
|
|
1011
|
-
/** Interface representing a Summaries. */
|
|
1012
|
-
export declare interface Summaries {
|
|
1013
|
-
/**
|
|
1014
|
-
* Lists the Summaries resource in springbootsites.
|
|
1015
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1016
|
-
* @param siteName The springbootsites name.
|
|
1017
|
-
* @param options The options parameters.
|
|
1018
|
-
*/
|
|
1019
|
-
listBySite(resourceGroupName: string, siteName: string, options?: SummariesListBySiteOptionalParams): PagedAsyncIterableIterator<Summary>;
|
|
1020
|
-
/**
|
|
1021
|
-
* Gets the Summaries resource.
|
|
1022
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1023
|
-
* @param siteName The springbootsites name.
|
|
1024
|
-
* @param summaryName The name of summary
|
|
1025
|
-
* @param options The options parameters.
|
|
1026
|
-
*/
|
|
1027
|
-
get(resourceGroupName: string, siteName: string, summaryName: string, options?: SummariesGetOptionalParams): Promise<SummariesGetResponse>;
|
|
1028
|
-
}
|
|
1029
|
-
|
|
1030
|
-
/** Optional parameters. */
|
|
1031
|
-
export declare interface SummariesGetOptionalParams extends coreClient.OperationOptions {
|
|
1032
|
-
}
|
|
1033
|
-
|
|
1034
|
-
/** Contains response data for the get operation. */
|
|
1035
|
-
export declare type SummariesGetResponse = Summary;
|
|
1036
|
-
|
|
1037
|
-
/** Optional parameters. */
|
|
1038
|
-
export declare interface SummariesListBySiteNextOptionalParams extends coreClient.OperationOptions {
|
|
1039
|
-
}
|
|
1040
|
-
|
|
1041
|
-
/** Contains response data for the listBySiteNext operation. */
|
|
1042
|
-
export declare type SummariesListBySiteNextResponse = SummaryList;
|
|
1043
|
-
|
|
1044
|
-
/** Optional parameters. */
|
|
1045
|
-
export declare interface SummariesListBySiteOptionalParams extends coreClient.OperationOptions {
|
|
1046
|
-
}
|
|
1047
|
-
|
|
1048
|
-
/** Contains response data for the listBySite operation. */
|
|
1049
|
-
export declare type SummariesListBySiteResponse = SummaryList;
|
|
1050
|
-
|
|
1051
|
-
/** Summaries properties */
|
|
1052
|
-
export declare interface SummariesProperties {
|
|
1053
|
-
/** The of number discovered spring boot servers. */
|
|
1054
|
-
discoveredServers?: number;
|
|
1055
|
-
/** The of number discovered spring boot apps. */
|
|
1056
|
-
discoveredApps?: number;
|
|
1057
|
-
/** The list of errors. */
|
|
1058
|
-
errors?: ErrorModel[];
|
|
1059
|
-
/** The resource provisioning state. */
|
|
1060
|
-
provisioningState?: ProvisioningState;
|
|
1061
|
-
}
|
|
1062
|
-
|
|
1063
|
-
/** Object containing tags updates for patch operations. */
|
|
1064
|
-
export declare interface SummariesResourcePatch {
|
|
1065
|
-
/** Resource tags. */
|
|
1066
|
-
tags?: {
|
|
1067
|
-
[propertyName: string]: string;
|
|
1068
|
-
};
|
|
1069
|
-
/** The Summaries resource definition. */
|
|
1070
|
-
properties?: SummariesProperties;
|
|
1071
|
-
}
|
|
1072
|
-
|
|
1073
|
-
/** The summary resource definition. */
|
|
1074
|
-
export declare interface Summary extends ProxyResource {
|
|
1075
|
-
/** Resource properties. */
|
|
1076
|
-
properties?: SummariesProperties;
|
|
1077
|
-
/** Resource tags */
|
|
1078
|
-
tags?: {
|
|
1079
|
-
[propertyName: string]: string;
|
|
1080
|
-
};
|
|
1081
|
-
}
|
|
1082
|
-
|
|
1083
|
-
/** List of Sites. */
|
|
1084
|
-
export declare interface SummaryList {
|
|
1085
|
-
/** List of Sites. */
|
|
1086
|
-
value?: Summary[];
|
|
1087
|
-
/** Url to follow for getting next page of resources. */
|
|
1088
|
-
nextLink?: string;
|
|
1089
|
-
}
|
|
1090
|
-
|
|
1091
|
-
/** Metadata pertaining to creation and last modification of the resource. */
|
|
1092
|
-
export declare interface SystemData {
|
|
1093
|
-
/** The identity that created the resource. */
|
|
1094
|
-
createdBy?: string;
|
|
1095
|
-
/** The type of identity that created the resource. */
|
|
1096
|
-
createdByType?: CreatedByType;
|
|
1097
|
-
/** The timestamp of resource creation (UTC). */
|
|
1098
|
-
createdAt?: Date;
|
|
1099
|
-
/** The identity that last modified the resource. */
|
|
1100
|
-
lastModifiedBy?: string;
|
|
1101
|
-
/** The type of identity that last modified the resource. */
|
|
1102
|
-
lastModifiedByType?: CreatedByType;
|
|
1103
|
-
/** The timestamp of resource last modification (UTC) */
|
|
1104
|
-
lastModifiedAt?: Date;
|
|
1105
|
-
}
|
|
1106
|
-
|
|
1107
|
-
/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
|
|
1108
|
-
export declare interface TrackedResource extends Resource {
|
|
1109
|
-
/** Resource tags. */
|
|
1110
|
-
tags?: {
|
|
1111
|
-
[propertyName: string]: string;
|
|
1112
|
-
};
|
|
1113
|
-
/** The geo-location where the resource lives */
|
|
1114
|
-
location: string;
|
|
1115
|
-
}
|
|
1116
|
-
|
|
1117
|
-
export { }
|