@azure/arm-workloadssapvirtualinstance 1.0.0-beta.1 → 1.0.0
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 +4 -2
- package/LICENSE +3 -3
- package/README.md +29 -23
- package/dist/browser/api/index.d.ts +2 -0
- package/dist/browser/api/index.d.ts.map +1 -0
- package/dist/browser/api/index.js +4 -0
- package/dist/browser/api/index.js.map +1 -0
- package/dist/browser/api/operations/index.d.ts +3 -0
- package/dist/browser/api/operations/index.d.ts.map +1 -0
- package/dist/browser/api/operations/index.js +4 -0
- package/dist/browser/api/operations/index.js.map +1 -0
- package/dist/browser/api/operations/operations.d.ts +10 -0
- package/dist/browser/api/operations/operations.d.ts.map +1 -0
- package/dist/browser/api/operations/operations.js +29 -0
- package/dist/browser/api/operations/operations.js.map +1 -0
- package/dist/browser/api/operations/options.d.ts +5 -0
- package/dist/browser/api/operations/options.d.ts.map +1 -0
- package/dist/browser/api/operations/options.js +4 -0
- package/dist/browser/api/operations/options.js.map +1 -0
- package/dist/browser/api/sapApplicationServerInstances/index.d.ts +3 -0
- package/dist/browser/api/sapApplicationServerInstances/index.d.ts.map +1 -0
- package/dist/browser/api/sapApplicationServerInstances/index.js +4 -0
- package/dist/browser/api/sapApplicationServerInstances/index.js.map +1 -0
- package/dist/browser/api/sapApplicationServerInstances/operations.d.ts +40 -0
- package/dist/browser/api/sapApplicationServerInstances/operations.d.ts.map +1 -0
- package/dist/browser/api/sapApplicationServerInstances/operations.js +244 -0
- package/dist/browser/api/sapApplicationServerInstances/operations.js.map +1 -0
- package/dist/browser/api/sapApplicationServerInstances/options.d.ts +36 -0
- package/dist/browser/api/sapApplicationServerInstances/options.d.ts.map +1 -0
- package/dist/browser/api/sapApplicationServerInstances/options.js +4 -0
- package/dist/browser/api/sapApplicationServerInstances/options.js.map +1 -0
- package/dist/browser/api/sapCentralServerInstances/index.d.ts +3 -0
- package/dist/browser/api/sapCentralServerInstances/index.d.ts.map +1 -0
- package/dist/browser/api/sapCentralServerInstances/index.js +4 -0
- package/dist/browser/api/sapCentralServerInstances/index.js.map +1 -0
- package/dist/browser/api/sapCentralServerInstances/operations.d.ts +40 -0
- package/dist/browser/api/sapCentralServerInstances/operations.d.ts.map +1 -0
- package/dist/browser/api/sapCentralServerInstances/operations.js +232 -0
- package/dist/browser/api/sapCentralServerInstances/operations.js.map +1 -0
- package/dist/browser/api/sapCentralServerInstances/options.d.ts +36 -0
- package/dist/browser/api/sapCentralServerInstances/options.d.ts.map +1 -0
- package/dist/browser/api/sapCentralServerInstances/options.js +4 -0
- package/dist/browser/api/sapCentralServerInstances/options.js.map +1 -0
- package/dist/browser/api/sapDatabaseInstances/index.d.ts +3 -0
- package/dist/browser/api/sapDatabaseInstances/index.d.ts.map +1 -0
- package/dist/browser/api/sapDatabaseInstances/index.js +4 -0
- package/dist/browser/api/sapDatabaseInstances/index.js.map +1 -0
- package/dist/browser/api/sapDatabaseInstances/operations.d.ts +40 -0
- package/dist/browser/api/sapDatabaseInstances/operations.d.ts.map +1 -0
- package/dist/browser/api/sapDatabaseInstances/operations.js +216 -0
- package/dist/browser/api/sapDatabaseInstances/operations.js.map +1 -0
- package/dist/browser/api/sapDatabaseInstances/options.d.ts +36 -0
- package/dist/browser/api/sapDatabaseInstances/options.d.ts.map +1 -0
- package/dist/browser/api/sapDatabaseInstances/options.js +4 -0
- package/dist/browser/api/sapDatabaseInstances/options.js.map +1 -0
- package/dist/browser/api/sapVirtualInstances/index.d.ts +3 -0
- package/dist/browser/api/sapVirtualInstances/index.d.ts.map +1 -0
- package/dist/browser/api/sapVirtualInstances/index.js +4 -0
- package/dist/browser/api/sapVirtualInstances/index.js.map +1 -0
- package/dist/browser/api/sapVirtualInstances/operations.d.ts +60 -0
- package/dist/browser/api/sapVirtualInstances/operations.d.ts.map +1 -0
- package/dist/browser/api/sapVirtualInstances/operations.js +360 -0
- package/dist/browser/api/sapVirtualInstances/operations.js.map +1 -0
- package/dist/browser/api/sapVirtualInstances/options.d.ts +53 -0
- package/dist/browser/api/sapVirtualInstances/options.d.ts.map +1 -0
- package/dist/browser/api/sapVirtualInstances/options.js +4 -0
- package/dist/browser/api/sapVirtualInstances/options.js.map +1 -0
- package/dist/browser/api/workloadsContext.d.ts +19 -0
- package/dist/browser/api/workloadsContext.d.ts.map +1 -0
- package/dist/browser/api/workloadsContext.js +35 -0
- package/dist/browser/api/workloadsContext.js.map +1 -0
- package/dist/browser/classic/index.d.ts +6 -0
- package/dist/browser/classic/index.d.ts.map +1 -0
- package/dist/browser/classic/index.js +4 -0
- package/dist/browser/classic/index.js.map +1 -0
- package/dist/browser/classic/operations/index.d.ts +11 -0
- package/dist/browser/classic/operations/index.d.ts.map +1 -0
- package/dist/browser/classic/operations/index.js +12 -0
- package/dist/browser/classic/operations/index.js.map +1 -0
- package/dist/browser/classic/sapApplicationServerInstances/index.d.ts +29 -0
- package/dist/browser/classic/sapApplicationServerInstances/index.d.ts.map +1 -0
- package/dist/browser/classic/sapApplicationServerInstances/index.js +18 -0
- package/dist/browser/classic/sapApplicationServerInstances/index.js.map +1 -0
- package/dist/browser/classic/sapCentralServerInstances/index.d.ts +29 -0
- package/dist/browser/classic/sapCentralServerInstances/index.d.ts.map +1 -0
- package/dist/browser/classic/sapCentralServerInstances/index.js +18 -0
- package/dist/browser/classic/sapCentralServerInstances/index.js.map +1 -0
- package/dist/browser/classic/sapDatabaseInstances/index.d.ts +29 -0
- package/dist/browser/classic/sapDatabaseInstances/index.d.ts.map +1 -0
- package/dist/browser/classic/sapDatabaseInstances/index.js +18 -0
- package/dist/browser/classic/sapDatabaseInstances/index.js.map +1 -0
- package/dist/browser/classic/sapVirtualInstances/index.d.ts +39 -0
- package/dist/browser/classic/sapVirtualInstances/index.d.ts.map +1 -0
- package/dist/browser/classic/sapVirtualInstances/index.js +23 -0
- package/dist/browser/classic/sapVirtualInstances/index.js.map +1 -0
- package/dist/browser/index.d.ts +13 -0
- package/dist/browser/index.d.ts.map +1 -0
- package/dist/browser/index.js +6 -0
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/logger.d.ts +2 -0
- package/dist/browser/logger.d.ts.map +1 -0
- package/dist/browser/logger.js +5 -0
- package/dist/browser/logger.js.map +1 -0
- package/dist/browser/models/index.d.ts +2 -0
- package/dist/browser/models/index.d.ts.map +1 -0
- package/dist/browser/models/index.js +4 -0
- package/dist/browser/models/index.js.map +1 -0
- package/{dist-esm/src/models/index.d.ts → dist/browser/models/models.d.ts} +1444 -1885
- package/dist/browser/models/models.d.ts.map +1 -0
- package/dist/browser/models/models.js +1963 -0
- package/dist/browser/models/models.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/restorePollerHelpers.d.ts +21 -0
- package/dist/browser/restorePollerHelpers.d.ts.map +1 -0
- package/dist/browser/restorePollerHelpers.js +148 -0
- package/dist/browser/restorePollerHelpers.js.map +1 -0
- package/dist/browser/static-helpers/pagingHelpers.d.ts +72 -0
- package/dist/browser/static-helpers/pagingHelpers.d.ts.map +1 -0
- package/dist/browser/static-helpers/pagingHelpers.js +137 -0
- package/dist/browser/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/pollingHelpers.d.ts +30 -0
- package/dist/browser/static-helpers/pollingHelpers.d.ts.map +1 -0
- package/dist/browser/static-helpers/pollingHelpers.js +76 -0
- package/dist/browser/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/browser/static-helpers/urlTemplate.d.ts.map +1 -0
- package/dist/browser/static-helpers/urlTemplate.js +169 -0
- package/dist/browser/static-helpers/urlTemplate.js.map +1 -0
- package/dist/browser/workloadsClient.d.ts +27 -0
- package/dist/browser/workloadsClient.d.ts.map +1 -0
- package/dist/browser/workloadsClient.js +26 -0
- package/dist/browser/workloadsClient.js.map +1 -0
- package/dist/commonjs/api/index.d.ts +2 -0
- package/dist/commonjs/api/index.d.ts.map +1 -0
- package/dist/commonjs/api/index.js +8 -0
- package/dist/commonjs/api/index.js.map +1 -0
- package/dist/commonjs/api/operations/index.d.ts +3 -0
- package/dist/commonjs/api/operations/index.d.ts.map +1 -0
- package/dist/commonjs/api/operations/index.js +8 -0
- package/dist/commonjs/api/operations/index.js.map +1 -0
- package/dist/commonjs/api/operations/operations.d.ts +10 -0
- package/dist/commonjs/api/operations/operations.d.ts.map +1 -0
- package/dist/commonjs/api/operations/operations.js +34 -0
- package/dist/commonjs/api/operations/operations.js.map +1 -0
- package/dist/commonjs/api/operations/options.d.ts +5 -0
- package/dist/commonjs/api/operations/options.d.ts.map +1 -0
- package/dist/commonjs/api/operations/options.js +5 -0
- package/dist/commonjs/api/operations/options.js.map +1 -0
- package/dist/commonjs/api/sapApplicationServerInstances/index.d.ts +3 -0
- package/dist/commonjs/api/sapApplicationServerInstances/index.d.ts.map +1 -0
- package/dist/commonjs/api/sapApplicationServerInstances/index.js +14 -0
- package/dist/commonjs/api/sapApplicationServerInstances/index.js.map +1 -0
- package/dist/commonjs/api/sapApplicationServerInstances/operations.d.ts +40 -0
- package/dist/commonjs/api/sapApplicationServerInstances/operations.d.ts.map +1 -0
- package/dist/commonjs/api/sapApplicationServerInstances/operations.js +267 -0
- package/dist/commonjs/api/sapApplicationServerInstances/operations.js.map +1 -0
- package/dist/commonjs/api/sapApplicationServerInstances/options.d.ts +36 -0
- package/dist/commonjs/api/sapApplicationServerInstances/options.d.ts.map +1 -0
- package/dist/commonjs/api/sapApplicationServerInstances/options.js +5 -0
- package/dist/commonjs/api/sapApplicationServerInstances/options.js.map +1 -0
- package/dist/commonjs/api/sapCentralServerInstances/index.d.ts +3 -0
- package/dist/commonjs/api/sapCentralServerInstances/index.d.ts.map +1 -0
- package/dist/commonjs/api/sapCentralServerInstances/index.js +14 -0
- package/dist/commonjs/api/sapCentralServerInstances/index.js.map +1 -0
- package/dist/commonjs/api/sapCentralServerInstances/operations.d.ts +40 -0
- package/dist/commonjs/api/sapCentralServerInstances/operations.d.ts.map +1 -0
- package/dist/commonjs/api/sapCentralServerInstances/operations.js +255 -0
- package/dist/commonjs/api/sapCentralServerInstances/operations.js.map +1 -0
- package/dist/commonjs/api/sapCentralServerInstances/options.d.ts +36 -0
- package/dist/commonjs/api/sapCentralServerInstances/options.d.ts.map +1 -0
- package/dist/commonjs/api/sapCentralServerInstances/options.js +5 -0
- package/dist/commonjs/api/sapCentralServerInstances/options.js.map +1 -0
- package/dist/commonjs/api/sapDatabaseInstances/index.d.ts +3 -0
- package/dist/commonjs/api/sapDatabaseInstances/index.d.ts.map +1 -0
- package/dist/commonjs/api/sapDatabaseInstances/index.js +14 -0
- package/dist/commonjs/api/sapDatabaseInstances/index.js.map +1 -0
- package/dist/commonjs/api/sapDatabaseInstances/operations.d.ts +40 -0
- package/dist/commonjs/api/sapDatabaseInstances/operations.d.ts.map +1 -0
- package/dist/commonjs/api/sapDatabaseInstances/operations.js +239 -0
- package/dist/commonjs/api/sapDatabaseInstances/operations.js.map +1 -0
- package/dist/commonjs/api/sapDatabaseInstances/options.d.ts +36 -0
- package/dist/commonjs/api/sapDatabaseInstances/options.d.ts.map +1 -0
- package/dist/commonjs/api/sapDatabaseInstances/options.js +5 -0
- package/dist/commonjs/api/sapDatabaseInstances/options.js.map +1 -0
- package/dist/commonjs/api/sapVirtualInstances/index.d.ts +3 -0
- package/dist/commonjs/api/sapVirtualInstances/index.d.ts.map +1 -0
- package/dist/commonjs/api/sapVirtualInstances/index.js +19 -0
- package/dist/commonjs/api/sapVirtualInstances/index.js.map +1 -0
- package/dist/commonjs/api/sapVirtualInstances/operations.d.ts +60 -0
- package/dist/commonjs/api/sapVirtualInstances/operations.d.ts.map +1 -0
- package/dist/commonjs/api/sapVirtualInstances/operations.js +398 -0
- package/dist/commonjs/api/sapVirtualInstances/operations.js.map +1 -0
- package/dist/commonjs/api/sapVirtualInstances/options.d.ts +53 -0
- package/dist/commonjs/api/sapVirtualInstances/options.d.ts.map +1 -0
- package/dist/commonjs/api/sapVirtualInstances/options.js +5 -0
- package/dist/commonjs/api/sapVirtualInstances/options.js.map +1 -0
- package/dist/commonjs/api/workloadsContext.d.ts +19 -0
- package/dist/commonjs/api/workloadsContext.d.ts.map +1 -0
- package/dist/commonjs/api/workloadsContext.js +38 -0
- package/dist/commonjs/api/workloadsContext.js.map +1 -0
- package/dist/commonjs/classic/index.d.ts +6 -0
- package/dist/commonjs/classic/index.d.ts.map +1 -0
- package/dist/commonjs/classic/index.js +5 -0
- package/dist/commonjs/classic/index.js.map +1 -0
- package/dist/commonjs/classic/operations/index.d.ts +11 -0
- package/dist/commonjs/classic/operations/index.d.ts.map +1 -0
- package/dist/commonjs/classic/operations/index.js +15 -0
- package/dist/commonjs/classic/operations/index.js.map +1 -0
- package/dist/commonjs/classic/sapApplicationServerInstances/index.d.ts +29 -0
- package/dist/commonjs/classic/sapApplicationServerInstances/index.d.ts.map +1 -0
- package/dist/commonjs/classic/sapApplicationServerInstances/index.js +21 -0
- package/dist/commonjs/classic/sapApplicationServerInstances/index.js.map +1 -0
- package/dist/commonjs/classic/sapCentralServerInstances/index.d.ts +29 -0
- package/dist/commonjs/classic/sapCentralServerInstances/index.d.ts.map +1 -0
- package/dist/commonjs/classic/sapCentralServerInstances/index.js +21 -0
- package/dist/commonjs/classic/sapCentralServerInstances/index.js.map +1 -0
- package/dist/commonjs/classic/sapDatabaseInstances/index.d.ts +29 -0
- package/dist/commonjs/classic/sapDatabaseInstances/index.d.ts.map +1 -0
- package/dist/commonjs/classic/sapDatabaseInstances/index.js +21 -0
- package/dist/commonjs/classic/sapDatabaseInstances/index.js.map +1 -0
- package/dist/commonjs/classic/sapVirtualInstances/index.d.ts +39 -0
- package/dist/commonjs/classic/sapVirtualInstances/index.d.ts.map +1 -0
- package/dist/commonjs/classic/sapVirtualInstances/index.js +26 -0
- package/dist/commonjs/classic/sapVirtualInstances/index.js.map +1 -0
- package/dist/commonjs/index.d.ts +13 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +36 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/logger.d.ts +2 -0
- package/dist/commonjs/logger.d.ts.map +1 -0
- package/dist/commonjs/logger.js +8 -0
- package/dist/commonjs/logger.js.map +1 -0
- package/dist/commonjs/models/index.d.ts +2 -0
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +32 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/models.d.ts +1717 -0
- package/dist/commonjs/models/models.d.ts.map +1 -0
- package/dist/commonjs/models/models.js +2179 -0
- package/dist/commonjs/models/models.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/restorePollerHelpers.d.ts +21 -0
- package/dist/commonjs/restorePollerHelpers.d.ts.map +1 -0
- package/dist/commonjs/restorePollerHelpers.js +151 -0
- package/dist/commonjs/restorePollerHelpers.js.map +1 -0
- package/dist/commonjs/static-helpers/pagingHelpers.d.ts +72 -0
- package/dist/commonjs/static-helpers/pagingHelpers.d.ts.map +1 -0
- package/dist/commonjs/static-helpers/pagingHelpers.js +140 -0
- package/dist/commonjs/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/commonjs/static-helpers/pollingHelpers.d.ts +30 -0
- package/dist/commonjs/static-helpers/pollingHelpers.d.ts.map +1 -0
- package/dist/commonjs/static-helpers/pollingHelpers.js +79 -0
- package/dist/commonjs/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/commonjs/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/commonjs/static-helpers/urlTemplate.d.ts.map +1 -0
- package/dist/commonjs/static-helpers/urlTemplate.js +172 -0
- package/dist/commonjs/static-helpers/urlTemplate.js.map +1 -0
- package/{types → dist/commonjs}/tsdoc-metadata.json +1 -1
- package/dist/commonjs/workloadsClient.d.ts +27 -0
- package/dist/commonjs/workloadsClient.d.ts.map +1 -0
- package/dist/commonjs/workloadsClient.js +30 -0
- package/dist/commonjs/workloadsClient.js.map +1 -0
- package/dist/esm/api/index.d.ts +2 -0
- package/dist/esm/api/index.d.ts.map +1 -0
- package/dist/esm/api/index.js +4 -0
- package/dist/esm/api/index.js.map +1 -0
- package/dist/esm/api/operations/index.d.ts +3 -0
- package/dist/esm/api/operations/index.d.ts.map +1 -0
- package/dist/esm/api/operations/index.js +4 -0
- package/dist/esm/api/operations/index.js.map +1 -0
- package/dist/esm/api/operations/operations.d.ts +10 -0
- package/dist/esm/api/operations/operations.d.ts.map +1 -0
- package/dist/esm/api/operations/operations.js +29 -0
- package/dist/esm/api/operations/operations.js.map +1 -0
- package/dist/esm/api/operations/options.d.ts +5 -0
- package/dist/esm/api/operations/options.d.ts.map +1 -0
- package/dist/esm/api/operations/options.js +4 -0
- package/dist/esm/api/operations/options.js.map +1 -0
- package/dist/esm/api/sapApplicationServerInstances/index.d.ts +3 -0
- package/dist/esm/api/sapApplicationServerInstances/index.d.ts.map +1 -0
- package/dist/esm/api/sapApplicationServerInstances/index.js +4 -0
- package/dist/esm/api/sapApplicationServerInstances/index.js.map +1 -0
- package/dist/esm/api/sapApplicationServerInstances/operations.d.ts +40 -0
- package/dist/esm/api/sapApplicationServerInstances/operations.d.ts.map +1 -0
- package/dist/esm/api/sapApplicationServerInstances/operations.js +244 -0
- package/dist/esm/api/sapApplicationServerInstances/operations.js.map +1 -0
- package/dist/esm/api/sapApplicationServerInstances/options.d.ts +36 -0
- package/dist/esm/api/sapApplicationServerInstances/options.d.ts.map +1 -0
- package/dist/esm/api/sapApplicationServerInstances/options.js +4 -0
- package/dist/esm/api/sapApplicationServerInstances/options.js.map +1 -0
- package/dist/esm/api/sapCentralServerInstances/index.d.ts +3 -0
- package/dist/esm/api/sapCentralServerInstances/index.d.ts.map +1 -0
- package/dist/esm/api/sapCentralServerInstances/index.js +4 -0
- package/dist/esm/api/sapCentralServerInstances/index.js.map +1 -0
- package/dist/esm/api/sapCentralServerInstances/operations.d.ts +40 -0
- package/dist/esm/api/sapCentralServerInstances/operations.d.ts.map +1 -0
- package/dist/esm/api/sapCentralServerInstances/operations.js +232 -0
- package/dist/esm/api/sapCentralServerInstances/operations.js.map +1 -0
- package/dist/esm/api/sapCentralServerInstances/options.d.ts +36 -0
- package/dist/esm/api/sapCentralServerInstances/options.d.ts.map +1 -0
- package/dist/esm/api/sapCentralServerInstances/options.js +4 -0
- package/dist/esm/api/sapCentralServerInstances/options.js.map +1 -0
- package/dist/esm/api/sapDatabaseInstances/index.d.ts +3 -0
- package/dist/esm/api/sapDatabaseInstances/index.d.ts.map +1 -0
- package/dist/esm/api/sapDatabaseInstances/index.js +4 -0
- package/dist/esm/api/sapDatabaseInstances/index.js.map +1 -0
- package/dist/esm/api/sapDatabaseInstances/operations.d.ts +40 -0
- package/dist/esm/api/sapDatabaseInstances/operations.d.ts.map +1 -0
- package/dist/esm/api/sapDatabaseInstances/operations.js +216 -0
- package/dist/esm/api/sapDatabaseInstances/operations.js.map +1 -0
- package/dist/esm/api/sapDatabaseInstances/options.d.ts +36 -0
- package/dist/esm/api/sapDatabaseInstances/options.d.ts.map +1 -0
- package/dist/esm/api/sapDatabaseInstances/options.js +4 -0
- package/dist/esm/api/sapDatabaseInstances/options.js.map +1 -0
- package/dist/esm/api/sapVirtualInstances/index.d.ts +3 -0
- package/dist/esm/api/sapVirtualInstances/index.d.ts.map +1 -0
- package/dist/esm/api/sapVirtualInstances/index.js +4 -0
- package/dist/esm/api/sapVirtualInstances/index.js.map +1 -0
- package/dist/esm/api/sapVirtualInstances/operations.d.ts +60 -0
- package/dist/esm/api/sapVirtualInstances/operations.d.ts.map +1 -0
- package/dist/esm/api/sapVirtualInstances/operations.js +360 -0
- package/dist/esm/api/sapVirtualInstances/operations.js.map +1 -0
- package/dist/esm/api/sapVirtualInstances/options.d.ts +53 -0
- package/dist/esm/api/sapVirtualInstances/options.d.ts.map +1 -0
- package/dist/esm/api/sapVirtualInstances/options.js +4 -0
- package/dist/esm/api/sapVirtualInstances/options.js.map +1 -0
- package/dist/esm/api/workloadsContext.d.ts +19 -0
- package/dist/esm/api/workloadsContext.d.ts.map +1 -0
- package/dist/esm/api/workloadsContext.js +35 -0
- package/dist/esm/api/workloadsContext.js.map +1 -0
- package/dist/esm/classic/index.d.ts +6 -0
- package/dist/esm/classic/index.d.ts.map +1 -0
- package/dist/esm/classic/index.js +4 -0
- package/dist/esm/classic/index.js.map +1 -0
- package/dist/esm/classic/operations/index.d.ts +11 -0
- package/dist/esm/classic/operations/index.d.ts.map +1 -0
- package/dist/esm/classic/operations/index.js +12 -0
- package/dist/esm/classic/operations/index.js.map +1 -0
- package/dist/esm/classic/sapApplicationServerInstances/index.d.ts +29 -0
- package/dist/esm/classic/sapApplicationServerInstances/index.d.ts.map +1 -0
- package/dist/esm/classic/sapApplicationServerInstances/index.js +18 -0
- package/dist/esm/classic/sapApplicationServerInstances/index.js.map +1 -0
- package/dist/esm/classic/sapCentralServerInstances/index.d.ts +29 -0
- package/dist/esm/classic/sapCentralServerInstances/index.d.ts.map +1 -0
- package/dist/esm/classic/sapCentralServerInstances/index.js +18 -0
- package/dist/esm/classic/sapCentralServerInstances/index.js.map +1 -0
- package/dist/esm/classic/sapDatabaseInstances/index.d.ts +29 -0
- package/dist/esm/classic/sapDatabaseInstances/index.d.ts.map +1 -0
- package/dist/esm/classic/sapDatabaseInstances/index.js +18 -0
- package/dist/esm/classic/sapDatabaseInstances/index.js.map +1 -0
- package/dist/esm/classic/sapVirtualInstances/index.d.ts +39 -0
- package/dist/esm/classic/sapVirtualInstances/index.d.ts.map +1 -0
- package/dist/esm/classic/sapVirtualInstances/index.js +23 -0
- package/dist/esm/classic/sapVirtualInstances/index.js.map +1 -0
- package/dist/esm/index.d.ts +13 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/dist/esm/index.js +6 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/logger.d.ts +2 -0
- package/dist/esm/logger.d.ts.map +1 -0
- package/dist/esm/logger.js +5 -0
- package/dist/esm/logger.js.map +1 -0
- package/dist/esm/models/index.d.ts +2 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +4 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/models.d.ts +1717 -0
- package/dist/esm/models/models.d.ts.map +1 -0
- package/dist/esm/models/models.js +1963 -0
- package/dist/esm/models/models.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/restorePollerHelpers.d.ts +21 -0
- package/dist/esm/restorePollerHelpers.d.ts.map +1 -0
- package/dist/esm/restorePollerHelpers.js +148 -0
- package/dist/esm/restorePollerHelpers.js.map +1 -0
- package/dist/esm/static-helpers/pagingHelpers.d.ts +72 -0
- package/dist/esm/static-helpers/pagingHelpers.d.ts.map +1 -0
- package/dist/esm/static-helpers/pagingHelpers.js +137 -0
- package/dist/esm/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/esm/static-helpers/pollingHelpers.d.ts +30 -0
- package/dist/esm/static-helpers/pollingHelpers.d.ts.map +1 -0
- package/dist/esm/static-helpers/pollingHelpers.js +76 -0
- package/dist/esm/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/esm/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/esm/static-helpers/urlTemplate.d.ts.map +1 -0
- package/dist/esm/static-helpers/urlTemplate.js +169 -0
- package/dist/esm/static-helpers/urlTemplate.js.map +1 -0
- package/dist/esm/workloadsClient.d.ts +27 -0
- package/dist/esm/workloadsClient.d.ts.map +1 -0
- package/dist/esm/workloadsClient.js +26 -0
- package/dist/esm/workloadsClient.js.map +1 -0
- package/dist/react-native/api/index.d.ts +2 -0
- package/dist/react-native/api/index.d.ts.map +1 -0
- package/dist/react-native/api/index.js +4 -0
- package/dist/react-native/api/index.js.map +1 -0
- package/dist/react-native/api/operations/index.d.ts +3 -0
- package/dist/react-native/api/operations/index.d.ts.map +1 -0
- package/dist/react-native/api/operations/index.js +4 -0
- package/dist/react-native/api/operations/index.js.map +1 -0
- package/dist/react-native/api/operations/operations.d.ts +10 -0
- package/dist/react-native/api/operations/operations.d.ts.map +1 -0
- package/dist/react-native/api/operations/operations.js +29 -0
- package/dist/react-native/api/operations/operations.js.map +1 -0
- package/dist/react-native/api/operations/options.d.ts +5 -0
- package/dist/react-native/api/operations/options.d.ts.map +1 -0
- package/dist/react-native/api/operations/options.js +4 -0
- package/dist/react-native/api/operations/options.js.map +1 -0
- package/dist/react-native/api/sapApplicationServerInstances/index.d.ts +3 -0
- package/dist/react-native/api/sapApplicationServerInstances/index.d.ts.map +1 -0
- package/dist/react-native/api/sapApplicationServerInstances/index.js +4 -0
- package/dist/react-native/api/sapApplicationServerInstances/index.js.map +1 -0
- package/dist/react-native/api/sapApplicationServerInstances/operations.d.ts +40 -0
- package/dist/react-native/api/sapApplicationServerInstances/operations.d.ts.map +1 -0
- package/dist/react-native/api/sapApplicationServerInstances/operations.js +244 -0
- package/dist/react-native/api/sapApplicationServerInstances/operations.js.map +1 -0
- package/dist/react-native/api/sapApplicationServerInstances/options.d.ts +36 -0
- package/dist/react-native/api/sapApplicationServerInstances/options.d.ts.map +1 -0
- package/dist/react-native/api/sapApplicationServerInstances/options.js +4 -0
- package/dist/react-native/api/sapApplicationServerInstances/options.js.map +1 -0
- package/dist/react-native/api/sapCentralServerInstances/index.d.ts +3 -0
- package/dist/react-native/api/sapCentralServerInstances/index.d.ts.map +1 -0
- package/dist/react-native/api/sapCentralServerInstances/index.js +4 -0
- package/dist/react-native/api/sapCentralServerInstances/index.js.map +1 -0
- package/dist/react-native/api/sapCentralServerInstances/operations.d.ts +40 -0
- package/dist/react-native/api/sapCentralServerInstances/operations.d.ts.map +1 -0
- package/dist/react-native/api/sapCentralServerInstances/operations.js +232 -0
- package/dist/react-native/api/sapCentralServerInstances/operations.js.map +1 -0
- package/dist/react-native/api/sapCentralServerInstances/options.d.ts +36 -0
- package/dist/react-native/api/sapCentralServerInstances/options.d.ts.map +1 -0
- package/dist/react-native/api/sapCentralServerInstances/options.js +4 -0
- package/dist/react-native/api/sapCentralServerInstances/options.js.map +1 -0
- package/dist/react-native/api/sapDatabaseInstances/index.d.ts +3 -0
- package/dist/react-native/api/sapDatabaseInstances/index.d.ts.map +1 -0
- package/dist/react-native/api/sapDatabaseInstances/index.js +4 -0
- package/dist/react-native/api/sapDatabaseInstances/index.js.map +1 -0
- package/dist/react-native/api/sapDatabaseInstances/operations.d.ts +40 -0
- package/dist/react-native/api/sapDatabaseInstances/operations.d.ts.map +1 -0
- package/dist/react-native/api/sapDatabaseInstances/operations.js +216 -0
- package/dist/react-native/api/sapDatabaseInstances/operations.js.map +1 -0
- package/dist/react-native/api/sapDatabaseInstances/options.d.ts +36 -0
- package/dist/react-native/api/sapDatabaseInstances/options.d.ts.map +1 -0
- package/dist/react-native/api/sapDatabaseInstances/options.js +4 -0
- package/dist/react-native/api/sapDatabaseInstances/options.js.map +1 -0
- package/dist/react-native/api/sapVirtualInstances/index.d.ts +3 -0
- package/dist/react-native/api/sapVirtualInstances/index.d.ts.map +1 -0
- package/dist/react-native/api/sapVirtualInstances/index.js +4 -0
- package/dist/react-native/api/sapVirtualInstances/index.js.map +1 -0
- package/dist/react-native/api/sapVirtualInstances/operations.d.ts +60 -0
- package/dist/react-native/api/sapVirtualInstances/operations.d.ts.map +1 -0
- package/dist/react-native/api/sapVirtualInstances/operations.js +360 -0
- package/dist/react-native/api/sapVirtualInstances/operations.js.map +1 -0
- package/dist/react-native/api/sapVirtualInstances/options.d.ts +53 -0
- package/dist/react-native/api/sapVirtualInstances/options.d.ts.map +1 -0
- package/dist/react-native/api/sapVirtualInstances/options.js +4 -0
- package/dist/react-native/api/sapVirtualInstances/options.js.map +1 -0
- package/dist/react-native/api/workloadsContext.d.ts +19 -0
- package/dist/react-native/api/workloadsContext.d.ts.map +1 -0
- package/dist/react-native/api/workloadsContext.js +35 -0
- package/dist/react-native/api/workloadsContext.js.map +1 -0
- package/dist/react-native/classic/index.d.ts +6 -0
- package/dist/react-native/classic/index.d.ts.map +1 -0
- package/dist/react-native/classic/index.js +4 -0
- package/dist/react-native/classic/index.js.map +1 -0
- package/dist/react-native/classic/operations/index.d.ts +11 -0
- package/dist/react-native/classic/operations/index.d.ts.map +1 -0
- package/dist/react-native/classic/operations/index.js +12 -0
- package/dist/react-native/classic/operations/index.js.map +1 -0
- package/dist/react-native/classic/sapApplicationServerInstances/index.d.ts +29 -0
- package/dist/react-native/classic/sapApplicationServerInstances/index.d.ts.map +1 -0
- package/dist/react-native/classic/sapApplicationServerInstances/index.js +18 -0
- package/dist/react-native/classic/sapApplicationServerInstances/index.js.map +1 -0
- package/dist/react-native/classic/sapCentralServerInstances/index.d.ts +29 -0
- package/dist/react-native/classic/sapCentralServerInstances/index.d.ts.map +1 -0
- package/dist/react-native/classic/sapCentralServerInstances/index.js +18 -0
- package/dist/react-native/classic/sapCentralServerInstances/index.js.map +1 -0
- package/dist/react-native/classic/sapDatabaseInstances/index.d.ts +29 -0
- package/dist/react-native/classic/sapDatabaseInstances/index.d.ts.map +1 -0
- package/dist/react-native/classic/sapDatabaseInstances/index.js +18 -0
- package/dist/react-native/classic/sapDatabaseInstances/index.js.map +1 -0
- package/dist/react-native/classic/sapVirtualInstances/index.d.ts +39 -0
- package/dist/react-native/classic/sapVirtualInstances/index.d.ts.map +1 -0
- package/dist/react-native/classic/sapVirtualInstances/index.js +23 -0
- package/dist/react-native/classic/sapVirtualInstances/index.js.map +1 -0
- package/dist/react-native/index.d.ts +13 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +6 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/logger.d.ts +2 -0
- package/dist/react-native/logger.d.ts.map +1 -0
- package/dist/react-native/logger.js +5 -0
- package/dist/react-native/logger.js.map +1 -0
- package/dist/react-native/models/index.d.ts +2 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +4 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/models.d.ts +1717 -0
- package/dist/react-native/models/models.d.ts.map +1 -0
- package/dist/react-native/models/models.js +1963 -0
- package/dist/react-native/models/models.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/restorePollerHelpers.d.ts +21 -0
- package/dist/react-native/restorePollerHelpers.d.ts.map +1 -0
- package/dist/react-native/restorePollerHelpers.js +148 -0
- package/dist/react-native/restorePollerHelpers.js.map +1 -0
- package/dist/react-native/static-helpers/pagingHelpers.d.ts +72 -0
- package/dist/react-native/static-helpers/pagingHelpers.d.ts.map +1 -0
- package/dist/react-native/static-helpers/pagingHelpers.js +137 -0
- package/dist/react-native/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/react-native/static-helpers/pollingHelpers.d.ts +30 -0
- package/dist/react-native/static-helpers/pollingHelpers.d.ts.map +1 -0
- package/dist/react-native/static-helpers/pollingHelpers.js +76 -0
- package/dist/react-native/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/react-native/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/react-native/static-helpers/urlTemplate.d.ts.map +1 -0
- package/dist/react-native/static-helpers/urlTemplate.js +169 -0
- package/dist/react-native/static-helpers/urlTemplate.js.map +1 -0
- package/dist/react-native/workloadsClient.d.ts +27 -0
- package/dist/react-native/workloadsClient.d.ts.map +1 -0
- package/dist/react-native/workloadsClient.js +26 -0
- package/dist/react-native/workloadsClient.js.map +1 -0
- package/package.json +246 -87
- package/review/arm-workloadssapvirtualinstance-api-operations.api.md +19 -0
- package/review/arm-workloadssapvirtualinstance-api-sapApplicationServerInstances.api.md +70 -0
- package/review/arm-workloadssapvirtualinstance-api-sapCentralServerInstances.api.md +70 -0
- package/review/arm-workloadssapvirtualinstance-api-sapDatabaseInstances.api.md +70 -0
- package/review/arm-workloadssapvirtualinstance-api-sapVirtualInstances.api.md +106 -0
- package/review/arm-workloadssapvirtualinstance-api.api.md +27 -0
- package/review/arm-workloadssapvirtualinstance-models.api.md +1009 -0
- package/review/arm-workloadssapvirtualinstance.api.md +180 -462
- package/dist/index.js +0 -6973
- 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/operationsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.js +0 -53
- package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
- package/dist-esm/samples-dev/sapApplicationServerInstancesCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/sapApplicationServerInstancesCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/sapApplicationServerInstancesCreateSample.js +0 -72
- package/dist-esm/samples-dev/sapApplicationServerInstancesCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/sapApplicationServerInstancesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/sapApplicationServerInstancesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/sapApplicationServerInstancesDeleteSample.js +0 -40
- package/dist-esm/samples-dev/sapApplicationServerInstancesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/sapApplicationServerInstancesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/sapApplicationServerInstancesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/sapApplicationServerInstancesGetSample.js +0 -40
- package/dist-esm/samples-dev/sapApplicationServerInstancesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/sapApplicationServerInstancesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/sapApplicationServerInstancesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/sapApplicationServerInstancesListSample.js +0 -55
- package/dist-esm/samples-dev/sapApplicationServerInstancesListSample.js.map +0 -1
- package/dist-esm/samples-dev/sapApplicationServerInstancesStartInstanceSample.d.ts +0 -2
- package/dist-esm/samples-dev/sapApplicationServerInstancesStartInstanceSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/sapApplicationServerInstancesStartInstanceSample.js +0 -64
- package/dist-esm/samples-dev/sapApplicationServerInstancesStartInstanceSample.js.map +0 -1
- package/dist-esm/samples-dev/sapApplicationServerInstancesStopInstanceSample.d.ts +0 -2
- package/dist-esm/samples-dev/sapApplicationServerInstancesStopInstanceSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/sapApplicationServerInstancesStopInstanceSample.js +0 -68
- package/dist-esm/samples-dev/sapApplicationServerInstancesStopInstanceSample.js.map +0 -1
- package/dist-esm/samples-dev/sapApplicationServerInstancesUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/sapApplicationServerInstancesUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/sapApplicationServerInstancesUpdateSample.js +0 -44
- package/dist-esm/samples-dev/sapApplicationServerInstancesUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/sapAvailabilityZoneDetailsSample.d.ts +0 -2
- package/dist-esm/samples-dev/sapAvailabilityZoneDetailsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/sapAvailabilityZoneDetailsSample.js +0 -56
- package/dist-esm/samples-dev/sapAvailabilityZoneDetailsSample.js.map +0 -1
- package/dist-esm/samples-dev/sapCentralInstancesCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/sapCentralInstancesCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/sapCentralInstancesCreateSample.js +0 -72
- package/dist-esm/samples-dev/sapCentralInstancesCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/sapCentralInstancesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/sapCentralInstancesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/sapCentralInstancesDeleteSample.js +0 -40
- package/dist-esm/samples-dev/sapCentralInstancesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/sapCentralInstancesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/sapCentralInstancesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/sapCentralInstancesGetSample.js +0 -40
- package/dist-esm/samples-dev/sapCentralInstancesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/sapCentralInstancesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/sapCentralInstancesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/sapCentralInstancesListSample.js +0 -55
- package/dist-esm/samples-dev/sapCentralInstancesListSample.js.map +0 -1
- package/dist-esm/samples-dev/sapCentralInstancesStartInstanceSample.d.ts +0 -2
- package/dist-esm/samples-dev/sapCentralInstancesStartInstanceSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/sapCentralInstancesStartInstanceSample.js +0 -62
- package/dist-esm/samples-dev/sapCentralInstancesStartInstanceSample.js.map +0 -1
- package/dist-esm/samples-dev/sapCentralInstancesStopInstanceSample.d.ts +0 -2
- package/dist-esm/samples-dev/sapCentralInstancesStopInstanceSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/sapCentralInstancesStopInstanceSample.js +0 -64
- package/dist-esm/samples-dev/sapCentralInstancesStopInstanceSample.js.map +0 -1
- package/dist-esm/samples-dev/sapCentralInstancesUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/sapCentralInstancesUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/sapCentralInstancesUpdateSample.js +0 -42
- package/dist-esm/samples-dev/sapCentralInstancesUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/sapDatabaseInstancesCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/sapDatabaseInstancesCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/sapDatabaseInstancesCreateSample.js +0 -72
- package/dist-esm/samples-dev/sapDatabaseInstancesCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/sapDatabaseInstancesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/sapDatabaseInstancesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/sapDatabaseInstancesDeleteSample.js +0 -40
- package/dist-esm/samples-dev/sapDatabaseInstancesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/sapDatabaseInstancesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/sapDatabaseInstancesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/sapDatabaseInstancesGetSample.js +0 -40
- package/dist-esm/samples-dev/sapDatabaseInstancesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/sapDatabaseInstancesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/sapDatabaseInstancesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/sapDatabaseInstancesListSample.js +0 -55
- package/dist-esm/samples-dev/sapDatabaseInstancesListSample.js.map +0 -1
- package/dist-esm/samples-dev/sapDatabaseInstancesStartInstanceSample.d.ts +0 -2
- package/dist-esm/samples-dev/sapDatabaseInstancesStartInstanceSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/sapDatabaseInstancesStartInstanceSample.js +0 -62
- package/dist-esm/samples-dev/sapDatabaseInstancesStartInstanceSample.js.map +0 -1
- package/dist-esm/samples-dev/sapDatabaseInstancesStopInstanceSample.d.ts +0 -2
- package/dist-esm/samples-dev/sapDatabaseInstancesStopInstanceSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/sapDatabaseInstancesStopInstanceSample.js +0 -64
- package/dist-esm/samples-dev/sapDatabaseInstancesStopInstanceSample.js.map +0 -1
- package/dist-esm/samples-dev/sapDatabaseInstancesUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/sapDatabaseInstancesUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/sapDatabaseInstancesUpdateSample.js +0 -42
- package/dist-esm/samples-dev/sapDatabaseInstancesUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/sapDiskConfigurationsSample.d.ts +0 -2
- package/dist-esm/samples-dev/sapDiskConfigurationsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/sapDiskConfigurationsSample.js +0 -56
- package/dist-esm/samples-dev/sapDiskConfigurationsSample.js.map +0 -1
- package/dist-esm/samples-dev/sapSizingRecommendationsSample.d.ts +0 -2
- package/dist-esm/samples-dev/sapSizingRecommendationsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/sapSizingRecommendationsSample.js +0 -92
- package/dist-esm/samples-dev/sapSizingRecommendationsSample.js.map +0 -1
- package/dist-esm/samples-dev/sapSupportedSkuSample.d.ts +0 -2
- package/dist-esm/samples-dev/sapSupportedSkuSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/sapSupportedSkuSample.js +0 -92
- package/dist-esm/samples-dev/sapSupportedSkuSample.js.map +0 -1
- package/dist-esm/samples-dev/sapVirtualInstancesCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/sapVirtualInstancesCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/sapVirtualInstancesCreateSample.js +0 -2993
- package/dist-esm/samples-dev/sapVirtualInstancesCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/sapVirtualInstancesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/sapVirtualInstancesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/sapVirtualInstancesDeleteSample.js +0 -39
- package/dist-esm/samples-dev/sapVirtualInstancesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/sapVirtualInstancesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/sapVirtualInstancesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/sapVirtualInstancesGetSample.js +0 -58
- package/dist-esm/samples-dev/sapVirtualInstancesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/sapVirtualInstancesListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/sapVirtualInstancesListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/sapVirtualInstancesListByResourceGroupSample.js +0 -54
- package/dist-esm/samples-dev/sapVirtualInstancesListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/sapVirtualInstancesListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/sapVirtualInstancesListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/sapVirtualInstancesListBySubscriptionSample.js +0 -53
- package/dist-esm/samples-dev/sapVirtualInstancesListBySubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/sapVirtualInstancesStartSample.d.ts +0 -2
- package/dist-esm/samples-dev/sapVirtualInstancesStartSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/sapVirtualInstancesStartSample.js +0 -60
- package/dist-esm/samples-dev/sapVirtualInstancesStartSample.js.map +0 -1
- package/dist-esm/samples-dev/sapVirtualInstancesStopSample.d.ts +0 -2
- package/dist-esm/samples-dev/sapVirtualInstancesStopSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/sapVirtualInstancesStopSample.js +0 -62
- package/dist-esm/samples-dev/sapVirtualInstancesStopSample.js.map +0 -1
- package/dist-esm/samples-dev/sapVirtualInstancesUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/sapVirtualInstancesUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/sapVirtualInstancesUpdateSample.js +0 -69
- package/dist-esm/samples-dev/sapVirtualInstancesUpdateSample.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 +0 -13
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/lroImpl.d.ts +0 -11
- package/dist-esm/src/lroImpl.d.ts.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.d.ts.map +0 -1
- package/dist-esm/src/models/index.js +0 -274
- package/dist-esm/src/models/index.js.map +0 -1
- package/dist-esm/src/models/mappers.d.ts +0 -146
- package/dist-esm/src/models/mappers.d.ts.map +0 -1
- package/dist-esm/src/models/mappers.js +0 -3364
- package/dist-esm/src/models/mappers.js.map +0 -1
- package/dist-esm/src/models/parameters.d.ts +0 -28
- package/dist-esm/src/models/parameters.d.ts.map +0 -1
- package/dist-esm/src/models/parameters.js +0 -212
- package/dist-esm/src/models/parameters.js.map +0 -1
- package/dist-esm/src/operations/index.d.ts +0 -6
- package/dist-esm/src/operations/index.d.ts.map +0 -1
- package/dist-esm/src/operations/index.js +0 -13
- package/dist-esm/src/operations/index.js.map +0 -1
- package/dist-esm/src/operations/operations.d.ts +0 -32
- package/dist-esm/src/operations/operations.d.ts.map +0 -1
- package/dist-esm/src/operations/operations.js +0 -133
- package/dist-esm/src/operations/operations.js.map +0 -1
- package/dist-esm/src/operations/sAPApplicationServerInstances.d.ts +0 -127
- package/dist-esm/src/operations/sAPApplicationServerInstances.d.ts.map +0 -1
- package/dist-esm/src/operations/sAPApplicationServerInstances.js +0 -617
- package/dist-esm/src/operations/sAPApplicationServerInstances.js.map +0 -1
- package/dist-esm/src/operations/sAPCentralInstances.d.ts +0 -140
- package/dist-esm/src/operations/sAPCentralInstances.d.ts.map +0 -1
- package/dist-esm/src/operations/sAPCentralInstances.js +0 -630
- package/dist-esm/src/operations/sAPCentralInstances.js.map +0 -1
- package/dist-esm/src/operations/sAPDatabaseInstances.d.ts +0 -133
- package/dist-esm/src/operations/sAPDatabaseInstances.d.ts.map +0 -1
- package/dist-esm/src/operations/sAPDatabaseInstances.js +0 -623
- package/dist-esm/src/operations/sAPDatabaseInstances.js.map +0 -1
- package/dist-esm/src/operations/sAPVirtualInstances.d.ts +0 -133
- package/dist-esm/src/operations/sAPVirtualInstances.d.ts.map +0 -1
- package/dist-esm/src/operations/sAPVirtualInstances.js +0 -725
- package/dist-esm/src/operations/sAPVirtualInstances.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -6
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.js +0 -13
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.d.ts +0 -11
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.js +0 -9
- package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/sAPApplicationServerInstances.d.ts +0 -101
- package/dist-esm/src/operationsInterfaces/sAPApplicationServerInstances.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/sAPApplicationServerInstances.js +0 -9
- package/dist-esm/src/operationsInterfaces/sAPApplicationServerInstances.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/sAPCentralInstances.d.ts +0 -114
- package/dist-esm/src/operationsInterfaces/sAPCentralInstances.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/sAPCentralInstances.js +0 -9
- package/dist-esm/src/operationsInterfaces/sAPCentralInstances.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/sAPDatabaseInstances.d.ts +0 -108
- package/dist-esm/src/operationsInterfaces/sAPDatabaseInstances.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/sAPDatabaseInstances.js +0 -9
- package/dist-esm/src/operationsInterfaces/sAPDatabaseInstances.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/sAPVirtualInstances.d.ts +0 -97
- package/dist-esm/src/operationsInterfaces/sAPVirtualInstances.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/sAPVirtualInstances.js +0 -9
- package/dist-esm/src/operationsInterfaces/sAPVirtualInstances.js.map +0 -1
- package/dist-esm/src/pagingHelper.d.ts +0 -13
- package/dist-esm/src/pagingHelper.d.ts.map +0 -1
- package/dist-esm/src/pagingHelper.js +0 -32
- package/dist-esm/src/pagingHelper.js.map +0 -1
- package/dist-esm/src/workloadsClient.d.ts +0 -49
- package/dist-esm/src/workloadsClient.d.ts.map +0 -1
- package/dist-esm/src/workloadsClient.js +0 -229
- package/dist-esm/src/workloadsClient.js.map +0 -1
- package/dist-esm/test/workloadssapvirtualinstance_operations_test.spec.d.ts +0 -4
- package/dist-esm/test/workloadssapvirtualinstance_operations_test.spec.d.ts.map +0 -1
- package/dist-esm/test/workloadssapvirtualinstance_operations_test.spec.js +0 -73
- package/dist-esm/test/workloadssapvirtualinstance_operations_test.spec.js.map +0 -1
- package/src/index.ts +0 -13
- package/src/lroImpl.ts +0 -42
- package/src/models/index.ts +0 -2476
- package/src/models/mappers.ts +0 -3615
- package/src/models/parameters.ts +0 -258
- package/src/operations/index.ts +0 -13
- package/src/operations/operations.ts +0 -149
- package/src/operations/sAPApplicationServerInstances.ts +0 -852
- package/src/operations/sAPCentralInstances.ts +0 -863
- package/src/operations/sAPDatabaseInstances.ts +0 -856
- package/src/operations/sAPVirtualInstances.ts +0 -964
- package/src/operationsInterfaces/index.ts +0 -13
- package/src/operationsInterfaces/operations.ts +0 -22
- package/src/operationsInterfaces/sAPApplicationServerInstances.ts +0 -199
- package/src/operationsInterfaces/sAPCentralInstances.ts +0 -212
- package/src/operationsInterfaces/sAPDatabaseInstances.ts +0 -206
- package/src/operationsInterfaces/sAPVirtualInstances.ts +0 -196
- package/src/pagingHelper.ts +0 -39
- package/src/workloadsClient.ts +0 -327
- package/tsconfig.json +0 -33
- package/types/arm-workloadssapvirtualinstance.d.ts +0 -2888
|
@@ -0,0 +1,1717 @@
|
|
|
1
|
+
/** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */
|
|
2
|
+
export interface _OperationListResult {
|
|
3
|
+
/** The Operation items on this page */
|
|
4
|
+
value: Operation[];
|
|
5
|
+
/** The link to the next page of items */
|
|
6
|
+
nextLink?: string;
|
|
7
|
+
}
|
|
8
|
+
export declare function _operationListResultDeserializer(item: any): _OperationListResult;
|
|
9
|
+
export declare function operationArrayDeserializer(result: Array<Operation>): any[];
|
|
10
|
+
/** Details of a REST API operation, returned from the Resource Provider Operations API */
|
|
11
|
+
export interface Operation {
|
|
12
|
+
/** The name of the operation, as per Resource-Based Access Control (RBAC). Examples: "Microsoft.Compute/virtualMachines/write", "Microsoft.Compute/virtualMachines/capture/action" */
|
|
13
|
+
readonly name?: string;
|
|
14
|
+
/** Whether the operation applies to data-plane. This is "true" for data-plane operations and "false" for Azure Resource Manager/control-plane operations. */
|
|
15
|
+
readonly isDataAction?: boolean;
|
|
16
|
+
/** Localized display information for this particular operation. */
|
|
17
|
+
display?: OperationDisplay;
|
|
18
|
+
/** The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system" */
|
|
19
|
+
readonly origin?: Origin;
|
|
20
|
+
/** Extensible enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. */
|
|
21
|
+
readonly actionType?: ActionType;
|
|
22
|
+
}
|
|
23
|
+
export declare function operationDeserializer(item: any): Operation;
|
|
24
|
+
/** Localized display information for and operation. */
|
|
25
|
+
export interface OperationDisplay {
|
|
26
|
+
/** The localized friendly form of the resource provider name, e.g. "Microsoft Monitoring Insights" or "Microsoft Compute". */
|
|
27
|
+
readonly provider?: string;
|
|
28
|
+
/** The localized friendly name of the resource type related to this operation. E.g. "Virtual Machines" or "Job Schedule Collections". */
|
|
29
|
+
readonly resource?: string;
|
|
30
|
+
/** The concise, localized friendly name for the operation; suitable for dropdowns. E.g. "Create or Update Virtual Machine", "Restart Virtual Machine". */
|
|
31
|
+
readonly operation?: string;
|
|
32
|
+
/** The short, localized friendly description of the operation; suitable for tool tips and detailed views. */
|
|
33
|
+
readonly description?: string;
|
|
34
|
+
}
|
|
35
|
+
export declare function operationDisplayDeserializer(item: any): OperationDisplay;
|
|
36
|
+
/** The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system" */
|
|
37
|
+
export declare enum KnownOrigin {
|
|
38
|
+
/** Indicates the operation is initiated by a user. */
|
|
39
|
+
User = "user",
|
|
40
|
+
/** Indicates the operation is initiated by a system. */
|
|
41
|
+
System = "system",
|
|
42
|
+
/** Indicates the operation is initiated by a user or system. */
|
|
43
|
+
UserSystem = "user,system"
|
|
44
|
+
}
|
|
45
|
+
/**
|
|
46
|
+
* The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system" \
|
|
47
|
+
* {@link KnownOrigin} can be used interchangeably with Origin,
|
|
48
|
+
* this enum contains the known values that the service supports.
|
|
49
|
+
* ### Known values supported by the service
|
|
50
|
+
* **user**: Indicates the operation is initiated by a user. \
|
|
51
|
+
* **system**: Indicates the operation is initiated by a system. \
|
|
52
|
+
* **user,system**: Indicates the operation is initiated by a user or system.
|
|
53
|
+
*/
|
|
54
|
+
export type Origin = string;
|
|
55
|
+
/** Extensible enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. */
|
|
56
|
+
export declare enum KnownActionType {
|
|
57
|
+
/** Actions are for internal-only APIs. */
|
|
58
|
+
Internal = "Internal"
|
|
59
|
+
}
|
|
60
|
+
/**
|
|
61
|
+
* Extensible enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. \
|
|
62
|
+
* {@link KnownActionType} can be used interchangeably with ActionType,
|
|
63
|
+
* this enum contains the known values that the service supports.
|
|
64
|
+
* ### Known values supported by the service
|
|
65
|
+
* **Internal**: Actions are for internal-only APIs.
|
|
66
|
+
*/
|
|
67
|
+
export type ActionType = string;
|
|
68
|
+
/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. */
|
|
69
|
+
export interface ErrorResponse {
|
|
70
|
+
/** The error object. */
|
|
71
|
+
error?: ErrorDetail;
|
|
72
|
+
}
|
|
73
|
+
export declare function errorResponseDeserializer(item: any): ErrorResponse;
|
|
74
|
+
/** The error detail. */
|
|
75
|
+
export interface ErrorDetail {
|
|
76
|
+
/** The error code. */
|
|
77
|
+
readonly code?: string;
|
|
78
|
+
/** The error message. */
|
|
79
|
+
readonly message?: string;
|
|
80
|
+
/** The error target. */
|
|
81
|
+
readonly target?: string;
|
|
82
|
+
/** The error details. */
|
|
83
|
+
readonly details?: ErrorDetail[];
|
|
84
|
+
/** The error additional info. */
|
|
85
|
+
readonly additionalInfo?: ErrorAdditionalInfo[];
|
|
86
|
+
}
|
|
87
|
+
export declare function errorDetailDeserializer(item: any): ErrorDetail;
|
|
88
|
+
export declare function errorDetailArrayDeserializer(result: Array<ErrorDetail>): any[];
|
|
89
|
+
export declare function errorAdditionalInfoArrayDeserializer(result: Array<ErrorAdditionalInfo>): any[];
|
|
90
|
+
/** The resource management error additional info. */
|
|
91
|
+
export interface ErrorAdditionalInfo {
|
|
92
|
+
/** The additional info type. */
|
|
93
|
+
readonly type?: string;
|
|
94
|
+
/** The additional info. */
|
|
95
|
+
readonly info?: Record<string, any>;
|
|
96
|
+
}
|
|
97
|
+
export declare function errorAdditionalInfoDeserializer(item: any): ErrorAdditionalInfo;
|
|
98
|
+
/** model interface _ErrorAdditionalInfoInfo */
|
|
99
|
+
export interface _ErrorAdditionalInfoInfo {
|
|
100
|
+
}
|
|
101
|
+
export declare function _errorAdditionalInfoInfoDeserializer(item: any): _ErrorAdditionalInfoInfo;
|
|
102
|
+
/** Define the Virtual Instance for SAP solutions resource. */
|
|
103
|
+
export interface SAPVirtualInstance extends TrackedResource {
|
|
104
|
+
/** The resource-specific properties for this resource. */
|
|
105
|
+
properties?: SAPVirtualInstanceProperties;
|
|
106
|
+
/** The managed service identities assigned to this resource. */
|
|
107
|
+
identity?: SAPVirtualInstanceIdentity;
|
|
108
|
+
}
|
|
109
|
+
export declare function sapVirtualInstanceSerializer(item: SAPVirtualInstance): any;
|
|
110
|
+
export declare function sapVirtualInstanceDeserializer(item: any): SAPVirtualInstance;
|
|
111
|
+
/** Defines the Virtual Instance for SAP solutions resource properties. */
|
|
112
|
+
export interface SAPVirtualInstanceProperties {
|
|
113
|
+
/** Defines the environment type - Production/Non Production. */
|
|
114
|
+
environment: SAPEnvironmentType;
|
|
115
|
+
/** Defines the SAP Product type. */
|
|
116
|
+
sapProduct: SAPProductType;
|
|
117
|
+
/** Specifies the network access configuration for the resources that will be deployed in the Managed Resource Group. The options to choose from are Public and Private. If 'Private' is chosen, the Storage Account service tag should be enabled on the subnets in which the SAP VMs exist. This is required for establishing connectivity between VM extensions and the managed resource group storage account. This setting is currently applicable only to Storage Account. Learn more here https://go.microsoft.com/fwlink/?linkid=2247228 */
|
|
118
|
+
managedResourcesNetworkAccessType?: ManagedResourcesNetworkAccessType;
|
|
119
|
+
/** Defines if the SAP system is being created using Azure Center for SAP solutions (ACSS) or if an existing SAP system is being registered with ACSS */
|
|
120
|
+
configuration: SAPConfigurationUnion;
|
|
121
|
+
/** Managed resource group configuration */
|
|
122
|
+
managedResourceGroupConfiguration?: ManagedRGConfiguration;
|
|
123
|
+
/** Defines the SAP Instance status. */
|
|
124
|
+
readonly status?: SAPVirtualInstanceStatus;
|
|
125
|
+
/** Defines the health of SAP Instances. */
|
|
126
|
+
readonly health?: SAPHealthState;
|
|
127
|
+
/** Defines the Virtual Instance for SAP state. */
|
|
128
|
+
readonly state?: SAPVirtualInstanceState;
|
|
129
|
+
/** Defines the provisioning states. */
|
|
130
|
+
readonly provisioningState?: SapVirtualInstanceProvisioningState;
|
|
131
|
+
/** Indicates any errors on the Virtual Instance for SAP solutions resource. */
|
|
132
|
+
readonly errors?: SAPVirtualInstanceError;
|
|
133
|
+
}
|
|
134
|
+
export declare function sapVirtualInstancePropertiesSerializer(item: SAPVirtualInstanceProperties): any;
|
|
135
|
+
export declare function sapVirtualInstancePropertiesDeserializer(item: any): SAPVirtualInstanceProperties;
|
|
136
|
+
/** Defines the environment type - Production/Non Production. */
|
|
137
|
+
export declare enum KnownSAPEnvironmentType {
|
|
138
|
+
/** Non Production SAP system. */
|
|
139
|
+
NonProd = "NonProd",
|
|
140
|
+
/** Production SAP system. */
|
|
141
|
+
Prod = "Prod"
|
|
142
|
+
}
|
|
143
|
+
/**
|
|
144
|
+
* Defines the environment type - Production/Non Production. \
|
|
145
|
+
* {@link KnownSAPEnvironmentType} can be used interchangeably with SAPEnvironmentType,
|
|
146
|
+
* this enum contains the known values that the service supports.
|
|
147
|
+
* ### Known values supported by the service
|
|
148
|
+
* **NonProd**: Non Production SAP system. \
|
|
149
|
+
* **Prod**: Production SAP system.
|
|
150
|
+
*/
|
|
151
|
+
export type SAPEnvironmentType = string;
|
|
152
|
+
/** Defines the SAP Product type. */
|
|
153
|
+
export declare enum KnownSAPProductType {
|
|
154
|
+
/** SAP Product ECC. */
|
|
155
|
+
ECC = "ECC",
|
|
156
|
+
/** SAP Product S4HANA. */
|
|
157
|
+
S4Hana = "S4HANA",
|
|
158
|
+
/** SAP Products other than the ones listed. */
|
|
159
|
+
Other = "Other"
|
|
160
|
+
}
|
|
161
|
+
/**
|
|
162
|
+
* Defines the SAP Product type. \
|
|
163
|
+
* {@link KnownSAPProductType} can be used interchangeably with SAPProductType,
|
|
164
|
+
* this enum contains the known values that the service supports.
|
|
165
|
+
* ### Known values supported by the service
|
|
166
|
+
* **ECC**: SAP Product ECC. \
|
|
167
|
+
* **S4HANA**: SAP Product S4HANA. \
|
|
168
|
+
* **Other**: SAP Products other than the ones listed.
|
|
169
|
+
*/
|
|
170
|
+
export type SAPProductType = string;
|
|
171
|
+
/** Defines the network access type for managed resources. */
|
|
172
|
+
export declare enum KnownManagedResourcesNetworkAccessType {
|
|
173
|
+
/** Managed resources will be deployed with public network access enabled. */
|
|
174
|
+
Public = "Public",
|
|
175
|
+
/** Managed resources will be deployed with public network access disabled. */
|
|
176
|
+
Private = "Private"
|
|
177
|
+
}
|
|
178
|
+
/**
|
|
179
|
+
* Defines the network access type for managed resources. \
|
|
180
|
+
* {@link KnownManagedResourcesNetworkAccessType} can be used interchangeably with ManagedResourcesNetworkAccessType,
|
|
181
|
+
* this enum contains the known values that the service supports.
|
|
182
|
+
* ### Known values supported by the service
|
|
183
|
+
* **Public**: Managed resources will be deployed with public network access enabled. \
|
|
184
|
+
* **Private**: Managed resources will be deployed with public network access disabled.
|
|
185
|
+
*/
|
|
186
|
+
export type ManagedResourcesNetworkAccessType = string;
|
|
187
|
+
/** The SAP Configuration. */
|
|
188
|
+
export interface SAPConfiguration {
|
|
189
|
+
/** The configuration type. Eg: Deployment/Discovery */
|
|
190
|
+
/** The discriminator possible values: Discovery, Deployment, DeploymentWithOSConfig */
|
|
191
|
+
configurationType: SAPConfigurationType;
|
|
192
|
+
}
|
|
193
|
+
export declare function sapConfigurationSerializer(item: SAPConfiguration): any;
|
|
194
|
+
export declare function sapConfigurationDeserializer(item: any): SAPConfiguration;
|
|
195
|
+
/** Alias for SAPConfigurationUnion */
|
|
196
|
+
export type SAPConfigurationUnion = DiscoveryConfiguration | DeploymentConfiguration | DeploymentWithOSConfiguration | SAPConfiguration;
|
|
197
|
+
export declare function sapConfigurationUnionSerializer(item: SAPConfigurationUnion): any;
|
|
198
|
+
export declare function sapConfigurationUnionDeserializer(item: any): SAPConfigurationUnion;
|
|
199
|
+
/** The configuration Type. */
|
|
200
|
+
export declare enum KnownSAPConfigurationType {
|
|
201
|
+
/** SAP system will be deployed by service. No OS configurations will be done. */
|
|
202
|
+
Deployment = "Deployment",
|
|
203
|
+
/** Existing SAP system will be registered. */
|
|
204
|
+
Discovery = "Discovery",
|
|
205
|
+
/** SAP system will be deployed by service. OS configurations will be done. */
|
|
206
|
+
DeploymentWithOSConfig = "DeploymentWithOSConfig"
|
|
207
|
+
}
|
|
208
|
+
/**
|
|
209
|
+
* The configuration Type. \
|
|
210
|
+
* {@link KnownSAPConfigurationType} can be used interchangeably with SAPConfigurationType,
|
|
211
|
+
* this enum contains the known values that the service supports.
|
|
212
|
+
* ### Known values supported by the service
|
|
213
|
+
* **Deployment**: SAP system will be deployed by service. No OS configurations will be done. \
|
|
214
|
+
* **Discovery**: Existing SAP system will be registered. \
|
|
215
|
+
* **DeploymentWithOSConfig**: SAP system will be deployed by service. OS configurations will be done.
|
|
216
|
+
*/
|
|
217
|
+
export type SAPConfigurationType = string;
|
|
218
|
+
/** Discovery Details. */
|
|
219
|
+
export interface DiscoveryConfiguration extends SAPConfiguration {
|
|
220
|
+
/** The virtual machine ID of the Central Server. */
|
|
221
|
+
centralServerVmId?: string;
|
|
222
|
+
/** The custom storage account name for the storage account created by the service in the managed resource group created as part of VIS deployment.<br><br>Refer to the storage account naming rules [here](https://learn.microsoft.com/azure/azure-resource-manager/management/resource-name-rules#microsoftstorage).<br><br>If not provided, the service will create the storage account with a random name. */
|
|
223
|
+
managedRgStorageAccountName?: string;
|
|
224
|
+
/** The geo-location where the SAP system exists. */
|
|
225
|
+
readonly appLocation?: string;
|
|
226
|
+
/** The configuration Type. */
|
|
227
|
+
configurationType: "Discovery";
|
|
228
|
+
}
|
|
229
|
+
export declare function discoveryConfigurationSerializer(item: DiscoveryConfiguration): any;
|
|
230
|
+
export declare function discoveryConfigurationDeserializer(item: any): DiscoveryConfiguration;
|
|
231
|
+
/** Deployment Configuration. */
|
|
232
|
+
export interface DeploymentConfiguration extends SAPConfiguration {
|
|
233
|
+
/** The geo-location where the SAP system is to be created. */
|
|
234
|
+
appLocation?: string;
|
|
235
|
+
/** The infrastructure configuration. */
|
|
236
|
+
infrastructureConfiguration?: InfrastructureConfigurationUnion;
|
|
237
|
+
/** The software configuration. */
|
|
238
|
+
softwareConfiguration?: SoftwareConfigurationUnion;
|
|
239
|
+
/** The deployment configuration Type. */
|
|
240
|
+
configurationType: "Deployment";
|
|
241
|
+
}
|
|
242
|
+
export declare function deploymentConfigurationSerializer(item: DeploymentConfiguration): any;
|
|
243
|
+
export declare function deploymentConfigurationDeserializer(item: any): DeploymentConfiguration;
|
|
244
|
+
/** Deploy SAP Infrastructure Details. */
|
|
245
|
+
export interface InfrastructureConfiguration {
|
|
246
|
+
/** The application resource group where SAP system resources will be deployed. */
|
|
247
|
+
appResourceGroup: string;
|
|
248
|
+
/** The SAP deployment type. Eg: SingleServer/ThreeTier. */
|
|
249
|
+
/** The discriminator possible values: SingleServer, ThreeTier */
|
|
250
|
+
deploymentType: SAPDeploymentType;
|
|
251
|
+
}
|
|
252
|
+
export declare function infrastructureConfigurationSerializer(item: InfrastructureConfiguration): any;
|
|
253
|
+
export declare function infrastructureConfigurationDeserializer(item: any): InfrastructureConfiguration;
|
|
254
|
+
/** Alias for InfrastructureConfigurationUnion */
|
|
255
|
+
export type InfrastructureConfigurationUnion = SingleServerConfiguration | ThreeTierConfiguration | InfrastructureConfiguration;
|
|
256
|
+
export declare function infrastructureConfigurationUnionSerializer(item: InfrastructureConfigurationUnion): any;
|
|
257
|
+
export declare function infrastructureConfigurationUnionDeserializer(item: any): InfrastructureConfigurationUnion;
|
|
258
|
+
/** The type of SAP deployment, single server or Three tier. */
|
|
259
|
+
export declare enum KnownSAPDeploymentType {
|
|
260
|
+
/** SAP Single server deployment type. */
|
|
261
|
+
SingleServer = "SingleServer",
|
|
262
|
+
/** SAP Distributed deployment type. */
|
|
263
|
+
ThreeTier = "ThreeTier"
|
|
264
|
+
}
|
|
265
|
+
/**
|
|
266
|
+
* The type of SAP deployment, single server or Three tier. \
|
|
267
|
+
* {@link KnownSAPDeploymentType} can be used interchangeably with SAPDeploymentType,
|
|
268
|
+
* this enum contains the known values that the service supports.
|
|
269
|
+
* ### Known values supported by the service
|
|
270
|
+
* **SingleServer**: SAP Single server deployment type. \
|
|
271
|
+
* **ThreeTier**: SAP Distributed deployment type.
|
|
272
|
+
*/
|
|
273
|
+
export type SAPDeploymentType = string;
|
|
274
|
+
/** Gets or sets the single server configuration. For prerequisites for creating the infrastructure, please see [here](https://go.microsoft.com/fwlink/?linkid=2212611&clcid=0x409) */
|
|
275
|
+
export interface SingleServerConfiguration extends InfrastructureConfiguration {
|
|
276
|
+
/** Network configuration for the server */
|
|
277
|
+
networkConfiguration?: NetworkConfiguration;
|
|
278
|
+
/** The database type. */
|
|
279
|
+
databaseType?: SAPDatabaseType;
|
|
280
|
+
/** The subnet id. */
|
|
281
|
+
subnetId: string;
|
|
282
|
+
/** Gets or sets the virtual machine configuration. */
|
|
283
|
+
virtualMachineConfiguration: VirtualMachineConfiguration;
|
|
284
|
+
/** Gets or sets the disk configuration. */
|
|
285
|
+
dbDiskConfiguration?: DiskConfiguration;
|
|
286
|
+
/** The set of custom names to be used for underlying azure resources that are part of the SAP system. */
|
|
287
|
+
customResourceNames?: SingleServerCustomResourceNamesUnion;
|
|
288
|
+
/** The type of SAP deployment, single server in this case. */
|
|
289
|
+
deploymentType: "SingleServer";
|
|
290
|
+
}
|
|
291
|
+
export declare function singleServerConfigurationSerializer(item: SingleServerConfiguration): any;
|
|
292
|
+
export declare function singleServerConfigurationDeserializer(item: any): SingleServerConfiguration;
|
|
293
|
+
/** Defines the network configuration type for SAP system infrastructure that is being deployed */
|
|
294
|
+
export interface NetworkConfiguration {
|
|
295
|
+
/** Specifies whether a secondary IP address should be added to the network interface on all VMs of the SAP system being deployed */
|
|
296
|
+
isSecondaryIpEnabled?: boolean;
|
|
297
|
+
}
|
|
298
|
+
export declare function networkConfigurationSerializer(item: NetworkConfiguration): any;
|
|
299
|
+
export declare function networkConfigurationDeserializer(item: any): NetworkConfiguration;
|
|
300
|
+
/** Defines the supported SAP Database types. */
|
|
301
|
+
export declare enum KnownSAPDatabaseType {
|
|
302
|
+
/** HANA Database type of SAP system. */
|
|
303
|
+
Hana = "HANA",
|
|
304
|
+
/** DB2 database type of the SAP system. */
|
|
305
|
+
DB2 = "DB2"
|
|
306
|
+
}
|
|
307
|
+
/**
|
|
308
|
+
* Defines the supported SAP Database types. \
|
|
309
|
+
* {@link KnownSAPDatabaseType} can be used interchangeably with SAPDatabaseType,
|
|
310
|
+
* this enum contains the known values that the service supports.
|
|
311
|
+
* ### Known values supported by the service
|
|
312
|
+
* **HANA**: HANA Database type of SAP system. \
|
|
313
|
+
* **DB2**: DB2 database type of the SAP system.
|
|
314
|
+
*/
|
|
315
|
+
export type SAPDatabaseType = string;
|
|
316
|
+
/** Defines the virtual machine configuration. */
|
|
317
|
+
export interface VirtualMachineConfiguration {
|
|
318
|
+
/** The virtual machine size. */
|
|
319
|
+
vmSize: string;
|
|
320
|
+
/** The image reference. */
|
|
321
|
+
imageReference: ImageReference;
|
|
322
|
+
/** The OS profile. */
|
|
323
|
+
osProfile: OSProfile;
|
|
324
|
+
}
|
|
325
|
+
export declare function virtualMachineConfigurationSerializer(item: VirtualMachineConfiguration): any;
|
|
326
|
+
export declare function virtualMachineConfigurationDeserializer(item: any): VirtualMachineConfiguration;
|
|
327
|
+
/** Specifies information about the image to use. You can specify information about platform images, marketplace images, or virtual machine images. This element is required when you want to use a platform image, marketplace image, or virtual machine image, but is not used in other creation operations. NOTE: Image reference publisher and offer can only be set when you create the scale set. */
|
|
328
|
+
export interface ImageReference {
|
|
329
|
+
/** The image publisher. */
|
|
330
|
+
publisher?: string;
|
|
331
|
+
/** Specifies the offer of the platform image or marketplace image used to create the virtual machine. */
|
|
332
|
+
offer?: string;
|
|
333
|
+
/** The image SKU. */
|
|
334
|
+
sku?: string;
|
|
335
|
+
/** Specifies the version of the platform image or marketplace image used to create the virtual machine. The allowed formats are Major.Minor.Build or 'latest'. Major, Minor, and Build are decimal numbers. Specify 'latest' to use the latest version of an image available at deploy time. Even if you use 'latest', the VM image will not automatically update after deploy time even if a new version becomes available. */
|
|
336
|
+
version?: string;
|
|
337
|
+
/** Specifies the ARM resource ID of the Azure Compute Gallery image version used for creating ACSS VMs. You will need to provide this input when you choose to deploy virtual machines in ACSS with OS image from the Azure Compute gallery. */
|
|
338
|
+
id?: string;
|
|
339
|
+
}
|
|
340
|
+
export declare function imageReferenceSerializer(item: ImageReference): any;
|
|
341
|
+
export declare function imageReferenceDeserializer(item: any): ImageReference;
|
|
342
|
+
/** Specifies the operating system settings for the virtual machine. Some of the settings cannot be changed once VM is provisioned. */
|
|
343
|
+
export interface OSProfile {
|
|
344
|
+
/** Specifies the name of the administrator account. <br><br> This property cannot be updated after the VM is created. <br><br> **Windows-only restriction:** Cannot end in "." <br><br> **Disallowed values:** "administrator", "admin", "user", "user1", "test", "user2", "test1", "user3", "admin1", "1", "123", "a", "actuser", "adm", "admin2", "aspnet", "backup", "console", "david", "guest", "john", "owner", "root", "server", "sql", "support", "support_388945a0", "sys", "test2", "test3", "user4", "user5". <br><br> **Minimum-length (Linux):** 1 character <br><br> **Max-length (Linux):** 64 characters <br><br> **Max-length (Windows):** 20 characters. */
|
|
345
|
+
adminUsername?: string;
|
|
346
|
+
/** Specifies the password of the administrator account. <br><br> **Minimum-length (Windows):** 8 characters <br><br> **Minimum-length (Linux):** 6 characters <br><br> **Max-length (Windows):** 123 characters <br><br> **Max-length (Linux):** 72 characters <br><br> **Complexity requirements:** 3 out of 4 conditions below need to be fulfilled <br> Has lower characters <br>Has upper characters <br> Has a digit <br> Has a special character (Regex match [\W_]) <br><br> **Disallowed values:** "abc@123", "P@$$w0rd", "P@ssw0rd", "P@ssword123", "Pa$$word", "pass@word1", "Password!", "Password1", "Password22", "iloveyou!" <br><br> For resetting the password, see [How to reset the Remote Desktop service or its login password in a Windows VM](https://learn.microsoft.com/troubleshoot/azure/virtual-machines/reset-rdp) <br><br> For resetting root password, see [Manage users, SSH, and check or repair disks on Azure Linux VMs using the VMAccess Extension](https://learn.microsoft.com/troubleshoot/azure/virtual-machines/troubleshoot-ssh-connection) */
|
|
347
|
+
adminPassword?: string;
|
|
348
|
+
/** Specifies Windows operating system settings on the virtual machine. */
|
|
349
|
+
osConfiguration?: OSConfigurationUnion;
|
|
350
|
+
}
|
|
351
|
+
export declare function osProfileSerializer(item: OSProfile): any;
|
|
352
|
+
export declare function osProfileDeserializer(item: any): OSProfile;
|
|
353
|
+
/** Defines the OS configuration. */
|
|
354
|
+
export interface OSConfiguration {
|
|
355
|
+
/** The OS Type */
|
|
356
|
+
/** The discriminator possible values: Windows, Linux */
|
|
357
|
+
osType: OSType;
|
|
358
|
+
}
|
|
359
|
+
export declare function osConfigurationSerializer(item: OSConfiguration): any;
|
|
360
|
+
export declare function osConfigurationDeserializer(item: any): OSConfiguration;
|
|
361
|
+
/** Alias for OSConfigurationUnion */
|
|
362
|
+
export type OSConfigurationUnion = WindowsConfiguration | LinuxConfiguration | OSConfiguration;
|
|
363
|
+
export declare function osConfigurationUnionSerializer(item: OSConfigurationUnion): any;
|
|
364
|
+
export declare function osConfigurationUnionDeserializer(item: any): OSConfigurationUnion;
|
|
365
|
+
/** The OS Type */
|
|
366
|
+
export declare enum KnownOSType {
|
|
367
|
+
/** Linux OS Type. */
|
|
368
|
+
Linux = "Linux",
|
|
369
|
+
/** Windows OS Type. */
|
|
370
|
+
Windows = "Windows"
|
|
371
|
+
}
|
|
372
|
+
/**
|
|
373
|
+
* The OS Type \
|
|
374
|
+
* {@link KnownOSType} can be used interchangeably with OSType,
|
|
375
|
+
* this enum contains the known values that the service supports.
|
|
376
|
+
* ### Known values supported by the service
|
|
377
|
+
* **Linux**: Linux OS Type. \
|
|
378
|
+
* **Windows**: Windows OS Type.
|
|
379
|
+
*/
|
|
380
|
+
export type OSType = string;
|
|
381
|
+
/** Specifies Windows operating system settings on the virtual machine. */
|
|
382
|
+
export interface WindowsConfiguration extends OSConfiguration {
|
|
383
|
+
/** The OS Type */
|
|
384
|
+
osType: "Windows";
|
|
385
|
+
}
|
|
386
|
+
export declare function windowsConfigurationSerializer(item: WindowsConfiguration): any;
|
|
387
|
+
export declare function windowsConfigurationDeserializer(item: any): WindowsConfiguration;
|
|
388
|
+
/** Specifies the Linux operating system settings on the virtual machine. For a list of supported Linux distributions, see [Linux on Azure-Endorsed Distributions](https://learn.microsoft.com/azure/virtual-machines/linux/endorsed-distros). */
|
|
389
|
+
export interface LinuxConfiguration extends OSConfiguration {
|
|
390
|
+
/** Specifies whether password authentication should be disabled. */
|
|
391
|
+
disablePasswordAuthentication?: boolean;
|
|
392
|
+
/** Specifies the ssh key configuration for a Linux OS. (This property is deprecated, please use 'sshKeyPair' instead) */
|
|
393
|
+
ssh?: SshConfiguration;
|
|
394
|
+
/** The SSH Key-pair used to authenticate with the VM's. */
|
|
395
|
+
sshKeyPair?: SshKeyPair;
|
|
396
|
+
/** The OS Type */
|
|
397
|
+
osType: "Linux";
|
|
398
|
+
}
|
|
399
|
+
export declare function linuxConfigurationSerializer(item: LinuxConfiguration): any;
|
|
400
|
+
export declare function linuxConfigurationDeserializer(item: any): LinuxConfiguration;
|
|
401
|
+
/** SSH configuration for Linux based VMs running on Azure */
|
|
402
|
+
export interface SshConfiguration {
|
|
403
|
+
/** The list of SSH public keys used to authenticate with linux based VMs. */
|
|
404
|
+
publicKeys?: SshPublicKey[];
|
|
405
|
+
}
|
|
406
|
+
export declare function sshConfigurationSerializer(item: SshConfiguration): any;
|
|
407
|
+
export declare function sshConfigurationDeserializer(item: any): SshConfiguration;
|
|
408
|
+
export declare function sshPublicKeyArraySerializer(result: Array<SshPublicKey>): any[];
|
|
409
|
+
export declare function sshPublicKeyArrayDeserializer(result: Array<SshPublicKey>): any[];
|
|
410
|
+
/** Contains information about SSH certificate public key and the path on the Linux VM where the public key is placed. */
|
|
411
|
+
export interface SshPublicKey {
|
|
412
|
+
/** SSH public key certificate used to authenticate with the VM through ssh. The key needs to be at least 2048-bit and in ssh-rsa format. <br><br> For creating ssh keys, see [Create SSH keys on Linux and Mac for Linux VMs in Azure](https://learn.microsoft.com/azure/virtual-machines/linux/create-ssh-keys-detailed). */
|
|
413
|
+
keyData?: string;
|
|
414
|
+
}
|
|
415
|
+
export declare function sshPublicKeySerializer(item: SshPublicKey): any;
|
|
416
|
+
export declare function sshPublicKeyDeserializer(item: any): SshPublicKey;
|
|
417
|
+
/** The SSH Key-pair used to authenticate with the VM. The key needs to be at least 2048-bit and in ssh-rsa format. For creating ssh keys, see [Create SSH keys on Linux and Mac for Linux VMs in Azure](https://learn.microsoft.com/azure/virtual-machines/linux/create-ssh-keys-detailed). */
|
|
418
|
+
export interface SshKeyPair {
|
|
419
|
+
/** SSH public key */
|
|
420
|
+
publicKey?: string;
|
|
421
|
+
/** SSH private key. */
|
|
422
|
+
privateKey?: string;
|
|
423
|
+
}
|
|
424
|
+
export declare function sshKeyPairSerializer(item: SshKeyPair): any;
|
|
425
|
+
export declare function sshKeyPairDeserializer(item: any): SshKeyPair;
|
|
426
|
+
/** The Disk Configuration Details. */
|
|
427
|
+
export interface DiskConfiguration {
|
|
428
|
+
/** The disk configuration for the db volume. For HANA, Required volumes are: ['hana/data', 'hana/log', hana/shared', 'usr/sap', 'os'], Optional volume : ['backup']. */
|
|
429
|
+
diskVolumeConfigurations?: Record<string, DiskVolumeConfiguration>;
|
|
430
|
+
}
|
|
431
|
+
export declare function diskConfigurationSerializer(item: DiskConfiguration): any;
|
|
432
|
+
export declare function diskConfigurationDeserializer(item: any): DiskConfiguration;
|
|
433
|
+
export declare function diskVolumeConfigurationRecordSerializer(item: Record<string, DiskVolumeConfiguration>): Record<string, any>;
|
|
434
|
+
export declare function diskVolumeConfigurationRecordDeserializer(item: Record<string, any>): Record<string, DiskVolumeConfiguration>;
|
|
435
|
+
/** The disk configuration required for the selected volume. */
|
|
436
|
+
export interface DiskVolumeConfiguration {
|
|
437
|
+
/** The total number of disks required for the concerned volume. */
|
|
438
|
+
count?: number;
|
|
439
|
+
/** The disk size in GB. */
|
|
440
|
+
sizeGB?: number;
|
|
441
|
+
/** The disk SKU details. */
|
|
442
|
+
sku?: DiskSku;
|
|
443
|
+
}
|
|
444
|
+
export declare function diskVolumeConfigurationSerializer(item: DiskVolumeConfiguration): any;
|
|
445
|
+
export declare function diskVolumeConfigurationDeserializer(item: any): DiskVolumeConfiguration;
|
|
446
|
+
/** The type of disk sku. For example, Standard_LRS, Standard_ZRS, Premium_LRS, Premium_ZRS. */
|
|
447
|
+
export interface DiskSku {
|
|
448
|
+
/** Defines the disk sku name. */
|
|
449
|
+
name?: DiskSkuName;
|
|
450
|
+
}
|
|
451
|
+
export declare function diskSkuSerializer(item: DiskSku): any;
|
|
452
|
+
export declare function diskSkuDeserializer(item: any): DiskSku;
|
|
453
|
+
/** Defines the disk sku name. */
|
|
454
|
+
export declare enum KnownDiskSkuName {
|
|
455
|
+
/** Standard LRS Disk SKU. */
|
|
456
|
+
StandardLRS = "Standard_LRS",
|
|
457
|
+
/** Premium_LRS Disk SKU. */
|
|
458
|
+
PremiumLRS = "Premium_LRS",
|
|
459
|
+
/** StandardSSD_LRS Disk SKU. */
|
|
460
|
+
StandardSSDLRS = "StandardSSD_LRS",
|
|
461
|
+
/** UltraSSD_LRS Disk SKU. */
|
|
462
|
+
UltraSSDLRS = "UltraSSD_LRS",
|
|
463
|
+
/** Premium_ZRS Disk SKU. */
|
|
464
|
+
PremiumZRS = "Premium_ZRS",
|
|
465
|
+
/** StandardSSD_ZRS Disk SKU. */
|
|
466
|
+
StandardSSDZRS = "StandardSSD_ZRS",
|
|
467
|
+
/** PremiumV2_LRS Disk SKU. */
|
|
468
|
+
PremiumV2LRS = "PremiumV2_LRS"
|
|
469
|
+
}
|
|
470
|
+
/**
|
|
471
|
+
* Defines the disk sku name. \
|
|
472
|
+
* {@link KnownDiskSkuName} can be used interchangeably with DiskSkuName,
|
|
473
|
+
* this enum contains the known values that the service supports.
|
|
474
|
+
* ### Known values supported by the service
|
|
475
|
+
* **Standard_LRS**: Standard LRS Disk SKU. \
|
|
476
|
+
* **Premium_LRS**: Premium_LRS Disk SKU. \
|
|
477
|
+
* **StandardSSD_LRS**: StandardSSD_LRS Disk SKU. \
|
|
478
|
+
* **UltraSSD_LRS**: UltraSSD_LRS Disk SKU. \
|
|
479
|
+
* **Premium_ZRS**: Premium_ZRS Disk SKU. \
|
|
480
|
+
* **StandardSSD_ZRS**: StandardSSD_ZRS Disk SKU. \
|
|
481
|
+
* **PremiumV2_LRS**: PremiumV2_LRS Disk SKU.
|
|
482
|
+
*/
|
|
483
|
+
export type DiskSkuName = string;
|
|
484
|
+
/** The resource-names input to specify custom names for underlying azure resources that are part of a single server SAP system. */
|
|
485
|
+
export interface SingleServerCustomResourceNames {
|
|
486
|
+
/** The naming pattern type. */
|
|
487
|
+
/** The discriminator possible values: FullResourceName */
|
|
488
|
+
namingPatternType: NamingPatternType;
|
|
489
|
+
}
|
|
490
|
+
export declare function singleServerCustomResourceNamesSerializer(item: SingleServerCustomResourceNames): any;
|
|
491
|
+
export declare function singleServerCustomResourceNamesDeserializer(item: any): SingleServerCustomResourceNames;
|
|
492
|
+
/** Alias for SingleServerCustomResourceNamesUnion */
|
|
493
|
+
export type SingleServerCustomResourceNamesUnion = SingleServerFullResourceNames | SingleServerCustomResourceNames;
|
|
494
|
+
export declare function singleServerCustomResourceNamesUnionSerializer(item: SingleServerCustomResourceNamesUnion): any;
|
|
495
|
+
export declare function singleServerCustomResourceNamesUnionDeserializer(item: any): SingleServerCustomResourceNamesUnion;
|
|
496
|
+
/** The pattern type to be used for resource naming. */
|
|
497
|
+
export declare enum KnownNamingPatternType {
|
|
498
|
+
/** Full resource names that will be created by service. */
|
|
499
|
+
FullResourceName = "FullResourceName"
|
|
500
|
+
}
|
|
501
|
+
/**
|
|
502
|
+
* The pattern type to be used for resource naming. \
|
|
503
|
+
* {@link KnownNamingPatternType} can be used interchangeably with NamingPatternType,
|
|
504
|
+
* this enum contains the known values that the service supports.
|
|
505
|
+
* ### Known values supported by the service
|
|
506
|
+
* **FullResourceName**: Full resource names that will be created by service.
|
|
507
|
+
*/
|
|
508
|
+
export type NamingPatternType = string;
|
|
509
|
+
/** The resource name object where the specified values will be full resource names of the corresponding resources in a single server SAP system. */
|
|
510
|
+
export interface SingleServerFullResourceNames extends SingleServerCustomResourceNames {
|
|
511
|
+
/** The resource names object for virtual machine and related resources. */
|
|
512
|
+
virtualMachine?: VirtualMachineResourceNames;
|
|
513
|
+
/** The pattern type to be used for resource naming. */
|
|
514
|
+
namingPatternType: "FullResourceName";
|
|
515
|
+
}
|
|
516
|
+
export declare function singleServerFullResourceNamesSerializer(item: SingleServerFullResourceNames): any;
|
|
517
|
+
export declare function singleServerFullResourceNamesDeserializer(item: any): SingleServerFullResourceNames;
|
|
518
|
+
/** The resource names object for virtual machine and related resources. */
|
|
519
|
+
export interface VirtualMachineResourceNames {
|
|
520
|
+
/** The full name for virtual machine. The length of this field can be upto 64 characters. If name is not provided, service uses a default name based on the deployment type. For SingleServer, default name is {SID}vm. In case of HA-AvZone systems, default name will be {SID}{app/ascs/db}z{a/b}vm with an incrementor at the end in case of more than 1 vm per layer. For distributed and HA-AvSet systems, default name will be {SID}{app/ascs/db}vm with an incrementor at the end in case of more than 1 vm per layer. */
|
|
521
|
+
vmName?: string;
|
|
522
|
+
/** The full name for virtual-machine's host (computer name). Currently, ACSS only supports host names which are less than or equal to 13 characters long. If this value is not provided, vmName will be used as host name. */
|
|
523
|
+
hostName?: string;
|
|
524
|
+
/** The list of network interface name objects for the selected virtual machine. Currently, only one network interface is supported per virtual machine. */
|
|
525
|
+
networkInterfaces?: NetworkInterfaceResourceNames[];
|
|
526
|
+
/** The full name for OS disk attached to the VM. If this value is not provided, it will be named by ARM as per its default naming standards (prefixed with vm name). There is only one OS disk attached per Virtual Machine. */
|
|
527
|
+
osDiskName?: string;
|
|
528
|
+
/** The full resource names for virtual machine data disks. This is a dictionary containing list of names of data disks per volume. Currently supported volumes for database layer are ['hana/data', 'hana/log', hana/shared', 'usr/sap', 'os', 'backup']. For application and cs layers, only 'default' volume is supported */
|
|
529
|
+
dataDiskNames?: Record<string, string[]>;
|
|
530
|
+
}
|
|
531
|
+
export declare function virtualMachineResourceNamesSerializer(item: VirtualMachineResourceNames): any;
|
|
532
|
+
export declare function virtualMachineResourceNamesDeserializer(item: any): VirtualMachineResourceNames;
|
|
533
|
+
export declare function networkInterfaceResourceNamesArraySerializer(result: Array<NetworkInterfaceResourceNames>): any[];
|
|
534
|
+
export declare function networkInterfaceResourceNamesArrayDeserializer(result: Array<NetworkInterfaceResourceNames>): any[];
|
|
535
|
+
/** The resource names object for network interface and related resources. */
|
|
536
|
+
export interface NetworkInterfaceResourceNames {
|
|
537
|
+
/** The full name for network interface. If name is not provided, service uses a default name based on the deployment type. For SingleServer, default name is {SID}-Nic. In case of HA-AvZone systems, default name will be {SID}-{App/ASCS/DB}-Zone{A/B}-Nic with an incrementor at the end in case of more than 1 instance per layer. For distributed and HA-AvSet systems, default name will be {SID}-{App/ASCS/DB}-Nic with an incrementor at the end in case of more than 1 instance per layer. */
|
|
538
|
+
networkInterfaceName?: string;
|
|
539
|
+
}
|
|
540
|
+
export declare function networkInterfaceResourceNamesSerializer(item: NetworkInterfaceResourceNames): any;
|
|
541
|
+
export declare function networkInterfaceResourceNamesDeserializer(item: any): NetworkInterfaceResourceNames;
|
|
542
|
+
/** Gets or sets the three tier SAP configuration. For prerequisites for creating the infrastructure, please see [here](https://go.microsoft.com/fwlink/?linkid=2212611&clcid=0x409) */
|
|
543
|
+
export interface ThreeTierConfiguration extends InfrastructureConfiguration {
|
|
544
|
+
/** Network configuration common to all servers */
|
|
545
|
+
networkConfiguration?: NetworkConfiguration;
|
|
546
|
+
/** The central server configuration. */
|
|
547
|
+
centralServer: CentralServerConfiguration;
|
|
548
|
+
/** The application server configuration. */
|
|
549
|
+
applicationServer: ApplicationServerConfiguration;
|
|
550
|
+
/** The database configuration. */
|
|
551
|
+
databaseServer: DatabaseConfiguration;
|
|
552
|
+
/** The high availability configuration. */
|
|
553
|
+
highAvailabilityConfig?: HighAvailabilityConfiguration;
|
|
554
|
+
/** The storage configuration. */
|
|
555
|
+
storageConfiguration?: StorageConfiguration;
|
|
556
|
+
/** The set of custom names to be used for underlying azure resources that are part of the SAP system. */
|
|
557
|
+
customResourceNames?: ThreeTierCustomResourceNamesUnion;
|
|
558
|
+
/** The type of SAP deployment, ThreeTier in this case. */
|
|
559
|
+
deploymentType: "ThreeTier";
|
|
560
|
+
}
|
|
561
|
+
export declare function threeTierConfigurationSerializer(item: ThreeTierConfiguration): any;
|
|
562
|
+
export declare function threeTierConfigurationDeserializer(item: any): ThreeTierConfiguration;
|
|
563
|
+
/** Gets or sets the central server configuration. */
|
|
564
|
+
export interface CentralServerConfiguration {
|
|
565
|
+
/** The subnet id. */
|
|
566
|
+
subnetId: string;
|
|
567
|
+
/** Gets or sets the virtual machine configuration. */
|
|
568
|
+
virtualMachineConfiguration: VirtualMachineConfiguration;
|
|
569
|
+
/** The number of central server VMs. */
|
|
570
|
+
instanceCount: number;
|
|
571
|
+
}
|
|
572
|
+
export declare function centralServerConfigurationSerializer(item: CentralServerConfiguration): any;
|
|
573
|
+
export declare function centralServerConfigurationDeserializer(item: any): CentralServerConfiguration;
|
|
574
|
+
/** Gets or sets the application server configuration. */
|
|
575
|
+
export interface ApplicationServerConfiguration {
|
|
576
|
+
/** The subnet id. */
|
|
577
|
+
subnetId: string;
|
|
578
|
+
/** Gets or sets the virtual machine configuration. */
|
|
579
|
+
virtualMachineConfiguration: VirtualMachineConfiguration;
|
|
580
|
+
/** The number of app server instances. */
|
|
581
|
+
instanceCount: number;
|
|
582
|
+
}
|
|
583
|
+
export declare function applicationServerConfigurationSerializer(item: ApplicationServerConfiguration): any;
|
|
584
|
+
export declare function applicationServerConfigurationDeserializer(item: any): ApplicationServerConfiguration;
|
|
585
|
+
/** Gets or sets the database configuration. */
|
|
586
|
+
export interface DatabaseConfiguration {
|
|
587
|
+
/** The database type. */
|
|
588
|
+
databaseType?: SAPDatabaseType;
|
|
589
|
+
/** The subnet id. */
|
|
590
|
+
subnetId: string;
|
|
591
|
+
/** Gets or sets the virtual machine configuration. */
|
|
592
|
+
virtualMachineConfiguration: VirtualMachineConfiguration;
|
|
593
|
+
/** The number of database VMs. */
|
|
594
|
+
instanceCount: number;
|
|
595
|
+
/** Gets or sets the disk configuration. */
|
|
596
|
+
diskConfiguration?: DiskConfiguration;
|
|
597
|
+
}
|
|
598
|
+
export declare function databaseConfigurationSerializer(item: DatabaseConfiguration): any;
|
|
599
|
+
export declare function databaseConfigurationDeserializer(item: any): DatabaseConfiguration;
|
|
600
|
+
/** Gets or sets the high availability configuration. */
|
|
601
|
+
export interface HighAvailabilityConfiguration {
|
|
602
|
+
/** The high availability type. */
|
|
603
|
+
highAvailabilityType: SAPHighAvailabilityType;
|
|
604
|
+
}
|
|
605
|
+
export declare function highAvailabilityConfigurationSerializer(item: HighAvailabilityConfiguration): any;
|
|
606
|
+
export declare function highAvailabilityConfigurationDeserializer(item: any): HighAvailabilityConfiguration;
|
|
607
|
+
/** The high availability type (AvailabilitySet or AvailabilityZone). */
|
|
608
|
+
export declare enum KnownSAPHighAvailabilityType {
|
|
609
|
+
/** HA deployment with availability sets. */
|
|
610
|
+
AvailabilitySet = "AvailabilitySet",
|
|
611
|
+
/** HA deployment with availability zones. */
|
|
612
|
+
AvailabilityZone = "AvailabilityZone"
|
|
613
|
+
}
|
|
614
|
+
/**
|
|
615
|
+
* The high availability type (AvailabilitySet or AvailabilityZone). \
|
|
616
|
+
* {@link KnownSAPHighAvailabilityType} can be used interchangeably with SAPHighAvailabilityType,
|
|
617
|
+
* this enum contains the known values that the service supports.
|
|
618
|
+
* ### Known values supported by the service
|
|
619
|
+
* **AvailabilitySet**: HA deployment with availability sets. \
|
|
620
|
+
* **AvailabilityZone**: HA deployment with availability zones.
|
|
621
|
+
*/
|
|
622
|
+
export type SAPHighAvailabilityType = string;
|
|
623
|
+
/** Gets or sets the storage configuration. */
|
|
624
|
+
export interface StorageConfiguration {
|
|
625
|
+
/** The properties of the transport directory attached to the VIS. The default for transportFileShareConfiguration is the createAndMount flow if storage configuration is missing. */
|
|
626
|
+
transportFileShareConfiguration?: FileShareConfigurationUnion;
|
|
627
|
+
}
|
|
628
|
+
export declare function storageConfigurationSerializer(item: StorageConfiguration): any;
|
|
629
|
+
export declare function storageConfigurationDeserializer(item: any): StorageConfiguration;
|
|
630
|
+
/** File Share configuration details, populated with information on storage configuration mounted on the VIS. The createAndMount option is selected in case of missing input. */
|
|
631
|
+
export interface FileShareConfiguration {
|
|
632
|
+
/** The type of file share config, eg: Mount/CreateAndMount/Skip. */
|
|
633
|
+
/** The discriminator possible values: Skip, CreateAndMount, Mount */
|
|
634
|
+
configurationType: FileShareConfigurationType;
|
|
635
|
+
}
|
|
636
|
+
export declare function fileShareConfigurationSerializer(item: FileShareConfiguration): any;
|
|
637
|
+
export declare function fileShareConfigurationDeserializer(item: any): FileShareConfiguration;
|
|
638
|
+
/** Alias for FileShareConfigurationUnion */
|
|
639
|
+
export type FileShareConfigurationUnion = SkipFileShareConfiguration | CreateAndMountFileShareConfiguration | MountFileShareConfiguration | FileShareConfiguration;
|
|
640
|
+
export declare function fileShareConfigurationUnionSerializer(item: FileShareConfigurationUnion): any;
|
|
641
|
+
export declare function fileShareConfigurationUnionDeserializer(item: any): FileShareConfigurationUnion;
|
|
642
|
+
/** The type of file share config. */
|
|
643
|
+
export declare enum KnownFileShareConfigurationType {
|
|
644
|
+
/** Skip creating the file share. */
|
|
645
|
+
Skip = "Skip",
|
|
646
|
+
/** Fileshare will be created and mounted by service. */
|
|
647
|
+
CreateAndMount = "CreateAndMount",
|
|
648
|
+
/** Existing fileshare provided will be mounted by service. */
|
|
649
|
+
Mount = "Mount"
|
|
650
|
+
}
|
|
651
|
+
/**
|
|
652
|
+
* The type of file share config. \
|
|
653
|
+
* {@link KnownFileShareConfigurationType} can be used interchangeably with FileShareConfigurationType,
|
|
654
|
+
* this enum contains the known values that the service supports.
|
|
655
|
+
* ### Known values supported by the service
|
|
656
|
+
* **Skip**: Skip creating the file share. \
|
|
657
|
+
* **CreateAndMount**: Fileshare will be created and mounted by service. \
|
|
658
|
+
* **Mount**: Existing fileshare provided will be mounted by service.
|
|
659
|
+
*/
|
|
660
|
+
export type FileShareConfigurationType = string;
|
|
661
|
+
/** Gets or sets the file share configuration for scenarios where transport directory fileshare is not created or required. */
|
|
662
|
+
export interface SkipFileShareConfiguration extends FileShareConfiguration {
|
|
663
|
+
/** The type of file share config, skip in this case i.e. fileshare is not created or required. */
|
|
664
|
+
configurationType: "Skip";
|
|
665
|
+
}
|
|
666
|
+
export declare function skipFileShareConfigurationSerializer(item: SkipFileShareConfiguration): any;
|
|
667
|
+
export declare function skipFileShareConfigurationDeserializer(item: any): SkipFileShareConfiguration;
|
|
668
|
+
/** Gets or sets the file share configuration where the transport directory fileshare is created and mounted as a part of the create infra flow. Please pre-create the resource group you intend to place the transport directory in. The storage account and fileshare will be auto-created by the ACSS and doesn't need to be pre-created. */
|
|
669
|
+
export interface CreateAndMountFileShareConfiguration extends FileShareConfiguration {
|
|
670
|
+
/** The name of transport file share resource group. This should be pre created by the customer. The app rg is used in case of missing input. */
|
|
671
|
+
resourceGroup?: string;
|
|
672
|
+
/** The name of file share storage account name . A custom name is used in case of missing input. */
|
|
673
|
+
storageAccountName?: string;
|
|
674
|
+
/** The type of file share config. */
|
|
675
|
+
configurationType: "CreateAndMount";
|
|
676
|
+
}
|
|
677
|
+
export declare function createAndMountFileShareConfigurationSerializer(item: CreateAndMountFileShareConfiguration): any;
|
|
678
|
+
export declare function createAndMountFileShareConfigurationDeserializer(item: any): CreateAndMountFileShareConfiguration;
|
|
679
|
+
/** Gets or sets the file share configuration where the transport directory fileshare already exists, and user wishes to mount the fileshare as a part of the create infra flow. */
|
|
680
|
+
export interface MountFileShareConfiguration extends FileShareConfiguration {
|
|
681
|
+
/** The fileshare resource ID */
|
|
682
|
+
id: string;
|
|
683
|
+
/** The private endpoint resource ID */
|
|
684
|
+
privateEndpointId: string;
|
|
685
|
+
/** The type of file share config, mount in this case. */
|
|
686
|
+
configurationType: "Mount";
|
|
687
|
+
}
|
|
688
|
+
export declare function mountFileShareConfigurationSerializer(item: MountFileShareConfiguration): any;
|
|
689
|
+
export declare function mountFileShareConfigurationDeserializer(item: any): MountFileShareConfiguration;
|
|
690
|
+
/** The resource-names input to specify custom names for underlying azure resources that are part of a three tier SAP system. */
|
|
691
|
+
export interface ThreeTierCustomResourceNames {
|
|
692
|
+
/** The pattern type to be used for resource naming. */
|
|
693
|
+
/** The discriminator possible values: FullResourceName */
|
|
694
|
+
namingPatternType: NamingPatternType;
|
|
695
|
+
}
|
|
696
|
+
export declare function threeTierCustomResourceNamesSerializer(item: ThreeTierCustomResourceNames): any;
|
|
697
|
+
export declare function threeTierCustomResourceNamesDeserializer(item: any): ThreeTierCustomResourceNames;
|
|
698
|
+
/** Alias for ThreeTierCustomResourceNamesUnion */
|
|
699
|
+
export type ThreeTierCustomResourceNamesUnion = ThreeTierFullResourceNames | ThreeTierCustomResourceNames;
|
|
700
|
+
export declare function threeTierCustomResourceNamesUnionSerializer(item: ThreeTierCustomResourceNamesUnion): any;
|
|
701
|
+
export declare function threeTierCustomResourceNamesUnionDeserializer(item: any): ThreeTierCustomResourceNamesUnion;
|
|
702
|
+
/** The resource name object where the specified values will be full resource names of the corresponding resources in a three tier SAP system. */
|
|
703
|
+
export interface ThreeTierFullResourceNames extends ThreeTierCustomResourceNames {
|
|
704
|
+
/** The full resource names object for central server layer resources. */
|
|
705
|
+
centralServer?: CentralServerFullResourceNames;
|
|
706
|
+
/** The full resource names object for application layer resources. The number of entries in this list should be equal to the number VMs to be created for application layer. */
|
|
707
|
+
applicationServer?: ApplicationServerFullResourceNames;
|
|
708
|
+
/** The full resource names object for database layer resources. The number of entries in this list should be equal to the number VMs to be created for database layer. */
|
|
709
|
+
databaseServer?: DatabaseServerFullResourceNames;
|
|
710
|
+
/** The resource names object for shared storage. */
|
|
711
|
+
sharedStorage?: SharedStorageResourceNames;
|
|
712
|
+
/** The pattern type to be used for resource naming, FullResourceName in this case. */
|
|
713
|
+
namingPatternType: "FullResourceName";
|
|
714
|
+
}
|
|
715
|
+
export declare function threeTierFullResourceNamesSerializer(item: ThreeTierFullResourceNames): any;
|
|
716
|
+
export declare function threeTierFullResourceNamesDeserializer(item: any): ThreeTierFullResourceNames;
|
|
717
|
+
/** The full resource names object for central server layer resources. */
|
|
718
|
+
export interface CentralServerFullResourceNames {
|
|
719
|
+
/** The list of names for all ASCS virtual machines to be deployed. The number of entries in this list should be equal to the number VMs to be created for ASCS layer. At maximum, there can be two virtual machines at this layer: ASCS and ERS. */
|
|
720
|
+
virtualMachines?: VirtualMachineResourceNames[];
|
|
721
|
+
/** The full name for availability set. In case name is not provided, it will be defaulted to {SID}-ASCS-AvSet. */
|
|
722
|
+
availabilitySetName?: string;
|
|
723
|
+
/** The resource names object for load balancer and related resources. */
|
|
724
|
+
loadBalancer?: LoadBalancerResourceNames;
|
|
725
|
+
}
|
|
726
|
+
export declare function centralServerFullResourceNamesSerializer(item: CentralServerFullResourceNames): any;
|
|
727
|
+
export declare function centralServerFullResourceNamesDeserializer(item: any): CentralServerFullResourceNames;
|
|
728
|
+
export declare function virtualMachineResourceNamesArraySerializer(result: Array<VirtualMachineResourceNames>): any[];
|
|
729
|
+
export declare function virtualMachineResourceNamesArrayDeserializer(result: Array<VirtualMachineResourceNames>): any[];
|
|
730
|
+
/** The resource names object for load balancer and related resources. */
|
|
731
|
+
export interface LoadBalancerResourceNames {
|
|
732
|
+
/** The full resource name for load balancer. If this value is not provided, load balancer will be name as {ASCS/DB}-loadBalancer. */
|
|
733
|
+
loadBalancerName?: string;
|
|
734
|
+
/** The list of frontend IP configuration names. If provided as input, size of this list should be 2 for cs layer and should be 1 for database layer. */
|
|
735
|
+
frontendIpConfigurationNames?: string[];
|
|
736
|
+
/** The list of backend pool names. Currently, ACSS deploys only one backend pool and hence, size of this list should be 1 */
|
|
737
|
+
backendPoolNames?: string[];
|
|
738
|
+
/** The list of health probe names. If provided as input, size of this list should be 2 for cs layer and should be 1 for database layer. */
|
|
739
|
+
healthProbeNames?: string[];
|
|
740
|
+
}
|
|
741
|
+
export declare function loadBalancerResourceNamesSerializer(item: LoadBalancerResourceNames): any;
|
|
742
|
+
export declare function loadBalancerResourceNamesDeserializer(item: any): LoadBalancerResourceNames;
|
|
743
|
+
/** The full resource names object for application layer resources. The number of entries in this list should be equal to the number VMs to be created for application layer. */
|
|
744
|
+
export interface ApplicationServerFullResourceNames {
|
|
745
|
+
/** The list of virtual machine naming details. */
|
|
746
|
+
virtualMachines?: VirtualMachineResourceNames[];
|
|
747
|
+
/** The full name for availability set. In case name is not provided, it will be defaulted to {SID}-App-AvSet. */
|
|
748
|
+
availabilitySetName?: string;
|
|
749
|
+
}
|
|
750
|
+
export declare function applicationServerFullResourceNamesSerializer(item: ApplicationServerFullResourceNames): any;
|
|
751
|
+
export declare function applicationServerFullResourceNamesDeserializer(item: any): ApplicationServerFullResourceNames;
|
|
752
|
+
/** The full resource names object for database layer resources. The number of entries in this list should be equal to the number VMs to be created for database layer. */
|
|
753
|
+
export interface DatabaseServerFullResourceNames {
|
|
754
|
+
/** The list of virtual machine naming details. */
|
|
755
|
+
virtualMachines?: VirtualMachineResourceNames[];
|
|
756
|
+
/** The full name for availability set. In case name is not provided, it will be defaulted to {SID}-DB-AvSet. */
|
|
757
|
+
availabilitySetName?: string;
|
|
758
|
+
/** The resource names object for load balancer and related resources. */
|
|
759
|
+
loadBalancer?: LoadBalancerResourceNames;
|
|
760
|
+
}
|
|
761
|
+
export declare function databaseServerFullResourceNamesSerializer(item: DatabaseServerFullResourceNames): any;
|
|
762
|
+
export declare function databaseServerFullResourceNamesDeserializer(item: any): DatabaseServerFullResourceNames;
|
|
763
|
+
/** The resource names object for shared storage. */
|
|
764
|
+
export interface SharedStorageResourceNames {
|
|
765
|
+
/** The full name of the shared storage account. If it is not provided, it will be defaulted to {SID}nfs{guid of 15 chars}. */
|
|
766
|
+
sharedStorageAccountName?: string;
|
|
767
|
+
/** The full name of private end point for the shared storage account. If it is not provided, it will be defaulted to {storageAccountName}_pe */
|
|
768
|
+
sharedStorageAccountPrivateEndPointName?: string;
|
|
769
|
+
}
|
|
770
|
+
export declare function sharedStorageResourceNamesSerializer(item: SharedStorageResourceNames): any;
|
|
771
|
+
export declare function sharedStorageResourceNamesDeserializer(item: any): SharedStorageResourceNames;
|
|
772
|
+
/** The SAP Software configuration Input. */
|
|
773
|
+
export interface SoftwareConfiguration {
|
|
774
|
+
/** The SAP software installation type. */
|
|
775
|
+
/** The discriminator possible values: ServiceInitiated, SAPInstallWithoutOSConfig, External */
|
|
776
|
+
softwareInstallationType: SAPSoftwareInstallationType;
|
|
777
|
+
}
|
|
778
|
+
export declare function softwareConfigurationSerializer(item: SoftwareConfiguration): any;
|
|
779
|
+
export declare function softwareConfigurationDeserializer(item: any): SoftwareConfiguration;
|
|
780
|
+
/** Alias for SoftwareConfigurationUnion */
|
|
781
|
+
export type SoftwareConfigurationUnion = ServiceInitiatedSoftwareConfiguration | SAPInstallWithoutOSConfigSoftwareConfiguration | ExternalInstallationSoftwareConfiguration | SoftwareConfiguration;
|
|
782
|
+
export declare function softwareConfigurationUnionSerializer(item: SoftwareConfigurationUnion): any;
|
|
783
|
+
export declare function softwareConfigurationUnionDeserializer(item: any): SoftwareConfigurationUnion;
|
|
784
|
+
/** The SAP software installation Type. */
|
|
785
|
+
export declare enum KnownSAPSoftwareInstallationType {
|
|
786
|
+
/** SAP Install managed by service. */
|
|
787
|
+
ServiceInitiated = "ServiceInitiated",
|
|
788
|
+
/** SAP Install without OS Config. */
|
|
789
|
+
SAPInstallWithoutOSConfig = "SAPInstallWithoutOSConfig",
|
|
790
|
+
/** External software installation type. */
|
|
791
|
+
External = "External"
|
|
792
|
+
}
|
|
793
|
+
/**
|
|
794
|
+
* The SAP software installation Type. \
|
|
795
|
+
* {@link KnownSAPSoftwareInstallationType} can be used interchangeably with SAPSoftwareInstallationType,
|
|
796
|
+
* this enum contains the known values that the service supports.
|
|
797
|
+
* ### Known values supported by the service
|
|
798
|
+
* **ServiceInitiated**: SAP Install managed by service. \
|
|
799
|
+
* **SAPInstallWithoutOSConfig**: SAP Install without OS Config. \
|
|
800
|
+
* **External**: External software installation type.
|
|
801
|
+
*/
|
|
802
|
+
export type SAPSoftwareInstallationType = string;
|
|
803
|
+
/** The SAP Software configuration Input when the software is to be installed by service. */
|
|
804
|
+
export interface ServiceInitiatedSoftwareConfiguration extends SoftwareConfiguration {
|
|
805
|
+
/** The URL to the SAP Build of Materials(BOM) file. */
|
|
806
|
+
bomUrl: string;
|
|
807
|
+
/** The software version to install. */
|
|
808
|
+
softwareVersion: string;
|
|
809
|
+
/** The SAP bits storage account id. */
|
|
810
|
+
sapBitsStorageAccountId: string;
|
|
811
|
+
/** The FQDN to set for the SAP system during install. */
|
|
812
|
+
sapFqdn: string;
|
|
813
|
+
/** The SSH private key. */
|
|
814
|
+
sshPrivateKey: string;
|
|
815
|
+
/** Gets or sets the HA software configuration. */
|
|
816
|
+
highAvailabilitySoftwareConfiguration?: HighAvailabilitySoftwareConfiguration;
|
|
817
|
+
/** The SAP software installation Type, service initiated in this case. */
|
|
818
|
+
softwareInstallationType: "ServiceInitiated";
|
|
819
|
+
}
|
|
820
|
+
export declare function serviceInitiatedSoftwareConfigurationSerializer(item: ServiceInitiatedSoftwareConfiguration): any;
|
|
821
|
+
export declare function serviceInitiatedSoftwareConfigurationDeserializer(item: any): ServiceInitiatedSoftwareConfiguration;
|
|
822
|
+
/** Gets or sets the HA software configuration. */
|
|
823
|
+
export interface HighAvailabilitySoftwareConfiguration {
|
|
824
|
+
/** The fencing client id. */
|
|
825
|
+
fencingClientId: string;
|
|
826
|
+
/** The fencing client id secret/password. The secret should never expire. This will be used pacemaker to start/stop the cluster VMs. */
|
|
827
|
+
fencingClientPassword: string;
|
|
828
|
+
}
|
|
829
|
+
export declare function highAvailabilitySoftwareConfigurationSerializer(item: HighAvailabilitySoftwareConfiguration): any;
|
|
830
|
+
export declare function highAvailabilitySoftwareConfigurationDeserializer(item: any): HighAvailabilitySoftwareConfiguration;
|
|
831
|
+
/** The SAP Software configuration Input when the software is to be installed by service without OS Configurations */
|
|
832
|
+
export interface SAPInstallWithoutOSConfigSoftwareConfiguration extends SoftwareConfiguration {
|
|
833
|
+
/** The URL to the SAP Build of Materials(BOM) file. */
|
|
834
|
+
bomUrl: string;
|
|
835
|
+
/** The SAP bits storage account id. */
|
|
836
|
+
sapBitsStorageAccountId: string;
|
|
837
|
+
/** The software version to install. */
|
|
838
|
+
softwareVersion: string;
|
|
839
|
+
/** Gets or sets the HA software configuration. */
|
|
840
|
+
highAvailabilitySoftwareConfiguration?: HighAvailabilitySoftwareConfiguration;
|
|
841
|
+
/** The SAP software installation Type. */
|
|
842
|
+
softwareInstallationType: "SAPInstallWithoutOSConfig";
|
|
843
|
+
}
|
|
844
|
+
export declare function sapInstallWithoutOSConfigSoftwareConfigurationSerializer(item: SAPInstallWithoutOSConfigSoftwareConfiguration): any;
|
|
845
|
+
export declare function sapInstallWithoutOSConfigSoftwareConfigurationDeserializer(item: any): SAPInstallWithoutOSConfigSoftwareConfiguration;
|
|
846
|
+
/** The SAP Software configuration Input when the software is installed externally outside the service. */
|
|
847
|
+
export interface ExternalInstallationSoftwareConfiguration extends SoftwareConfiguration {
|
|
848
|
+
/** The resource ID of the virtual machine containing the central server instance. */
|
|
849
|
+
centralServerVmId?: string;
|
|
850
|
+
/** The SAP software installation Type. */
|
|
851
|
+
softwareInstallationType: "External";
|
|
852
|
+
}
|
|
853
|
+
export declare function externalInstallationSoftwareConfigurationSerializer(item: ExternalInstallationSoftwareConfiguration): any;
|
|
854
|
+
export declare function externalInstallationSoftwareConfigurationDeserializer(item: any): ExternalInstallationSoftwareConfiguration;
|
|
855
|
+
/** Deployment along with OS Configuration. */
|
|
856
|
+
export interface DeploymentWithOSConfiguration extends SAPConfiguration {
|
|
857
|
+
/** The geo-location where the SAP system is to be created. */
|
|
858
|
+
appLocation?: string;
|
|
859
|
+
/** The infrastructure configuration. */
|
|
860
|
+
infrastructureConfiguration?: InfrastructureConfigurationUnion;
|
|
861
|
+
/** The software configuration. */
|
|
862
|
+
softwareConfiguration?: SoftwareConfigurationUnion;
|
|
863
|
+
/** The OS and SAP configuration. */
|
|
864
|
+
osSapConfiguration?: OsSapConfiguration;
|
|
865
|
+
/** The configuration Type. */
|
|
866
|
+
configurationType: "DeploymentWithOSConfig";
|
|
867
|
+
}
|
|
868
|
+
export declare function deploymentWithOSConfigurationSerializer(item: DeploymentWithOSConfiguration): any;
|
|
869
|
+
export declare function deploymentWithOSConfigurationDeserializer(item: any): DeploymentWithOSConfiguration;
|
|
870
|
+
/** Defines the OS and SAP Configurations for Deployment */
|
|
871
|
+
export interface OsSapConfiguration {
|
|
872
|
+
/** The url and storage account ID where deployer VM packages are uploaded */
|
|
873
|
+
deployerVmPackages?: DeployerVmPackages;
|
|
874
|
+
/** The FQDN to set for the SAP system */
|
|
875
|
+
sapFqdn?: string;
|
|
876
|
+
}
|
|
877
|
+
export declare function osSapConfigurationSerializer(item: OsSapConfiguration): any;
|
|
878
|
+
export declare function osSapConfigurationDeserializer(item: any): OsSapConfiguration;
|
|
879
|
+
/** Defines the url and storage account ID where deployer VM packages are uploaded */
|
|
880
|
+
export interface DeployerVmPackages {
|
|
881
|
+
/** The URL to the deployer VM packages file. */
|
|
882
|
+
url?: string;
|
|
883
|
+
/** The deployer VM packages storage account id */
|
|
884
|
+
storageAccountId?: string;
|
|
885
|
+
}
|
|
886
|
+
export declare function deployerVmPackagesSerializer(item: DeployerVmPackages): any;
|
|
887
|
+
export declare function deployerVmPackagesDeserializer(item: any): DeployerVmPackages;
|
|
888
|
+
/** Managed resource group configuration */
|
|
889
|
+
export interface ManagedRGConfiguration {
|
|
890
|
+
/** Managed resource group name */
|
|
891
|
+
name?: string;
|
|
892
|
+
}
|
|
893
|
+
export declare function managedRGConfigurationSerializer(item: ManagedRGConfiguration): any;
|
|
894
|
+
export declare function managedRGConfigurationDeserializer(item: any): ManagedRGConfiguration;
|
|
895
|
+
/** Defines the SAP Instance status. */
|
|
896
|
+
export declare enum KnownSAPVirtualInstanceStatus {
|
|
897
|
+
/** SAP system is getting started. */
|
|
898
|
+
Starting = "Starting",
|
|
899
|
+
/** SAP system is running. */
|
|
900
|
+
Running = "Running",
|
|
901
|
+
/** SAP system is being stopped. */
|
|
902
|
+
Stopping = "Stopping",
|
|
903
|
+
/** SAP system is offline. */
|
|
904
|
+
Offline = "Offline",
|
|
905
|
+
/** SAP system is partially running. */
|
|
906
|
+
PartiallyRunning = "PartiallyRunning",
|
|
907
|
+
/** SAP system status is unavailable. */
|
|
908
|
+
Unavailable = "Unavailable",
|
|
909
|
+
/** Soft shutdown of SAP system is initiated. */
|
|
910
|
+
SoftShutdown = "SoftShutdown"
|
|
911
|
+
}
|
|
912
|
+
/**
|
|
913
|
+
* Defines the SAP Instance status. \
|
|
914
|
+
* {@link KnownSAPVirtualInstanceStatus} can be used interchangeably with SAPVirtualInstanceStatus,
|
|
915
|
+
* this enum contains the known values that the service supports.
|
|
916
|
+
* ### Known values supported by the service
|
|
917
|
+
* **Starting**: SAP system is getting started. \
|
|
918
|
+
* **Running**: SAP system is running. \
|
|
919
|
+
* **Stopping**: SAP system is being stopped. \
|
|
920
|
+
* **Offline**: SAP system is offline. \
|
|
921
|
+
* **PartiallyRunning**: SAP system is partially running. \
|
|
922
|
+
* **Unavailable**: SAP system status is unavailable. \
|
|
923
|
+
* **SoftShutdown**: Soft shutdown of SAP system is initiated.
|
|
924
|
+
*/
|
|
925
|
+
export type SAPVirtualInstanceStatus = string;
|
|
926
|
+
/** Defines the health of SAP Instances. */
|
|
927
|
+
export declare enum KnownSAPHealthState {
|
|
928
|
+
/** SAP System health is unknown. */
|
|
929
|
+
Unknown = "Unknown",
|
|
930
|
+
/** SAP System health is healthy. */
|
|
931
|
+
Healthy = "Healthy",
|
|
932
|
+
/** SAP System is unhealthy. */
|
|
933
|
+
Unhealthy = "Unhealthy",
|
|
934
|
+
/** SAP System health is degraded. */
|
|
935
|
+
Degraded = "Degraded"
|
|
936
|
+
}
|
|
937
|
+
/**
|
|
938
|
+
* Defines the health of SAP Instances. \
|
|
939
|
+
* {@link KnownSAPHealthState} can be used interchangeably with SAPHealthState,
|
|
940
|
+
* this enum contains the known values that the service supports.
|
|
941
|
+
* ### Known values supported by the service
|
|
942
|
+
* **Unknown**: SAP System health is unknown. \
|
|
943
|
+
* **Healthy**: SAP System health is healthy. \
|
|
944
|
+
* **Unhealthy**: SAP System is unhealthy. \
|
|
945
|
+
* **Degraded**: SAP System health is degraded.
|
|
946
|
+
*/
|
|
947
|
+
export type SAPHealthState = string;
|
|
948
|
+
/** Defines the Virtual Instance for SAP state. */
|
|
949
|
+
export declare enum KnownSAPVirtualInstanceState {
|
|
950
|
+
/** Infrastructure is not yet deployed. */
|
|
951
|
+
InfrastructureDeploymentPending = "InfrastructureDeploymentPending",
|
|
952
|
+
/** Infrastructure deployment is in progress. */
|
|
953
|
+
InfrastructureDeploymentInProgress = "InfrastructureDeploymentInProgress",
|
|
954
|
+
/** Infrastructure deployment has failed. */
|
|
955
|
+
InfrastructureDeploymentFailed = "InfrastructureDeploymentFailed",
|
|
956
|
+
/** Infrastructure deployment is successful. Software installation is pending. */
|
|
957
|
+
SoftwareInstallationPending = "SoftwareInstallationPending",
|
|
958
|
+
/** Software installation is in progress. */
|
|
959
|
+
SoftwareInstallationInProgress = "SoftwareInstallationInProgress",
|
|
960
|
+
/** Software installation failed. */
|
|
961
|
+
SoftwareInstallationFailed = "SoftwareInstallationFailed",
|
|
962
|
+
/** Software detection is in progress. */
|
|
963
|
+
SoftwareDetectionInProgress = "SoftwareDetectionInProgress",
|
|
964
|
+
/** Software detection failed. */
|
|
965
|
+
SoftwareDetectionFailed = "SoftwareDetectionFailed",
|
|
966
|
+
/** Registration has not started. */
|
|
967
|
+
DiscoveryPending = "DiscoveryPending",
|
|
968
|
+
/** Registration is in progress. */
|
|
969
|
+
DiscoveryInProgress = "DiscoveryInProgress",
|
|
970
|
+
/** Registration has failed. */
|
|
971
|
+
DiscoveryFailed = "DiscoveryFailed",
|
|
972
|
+
/** Registration is complete. */
|
|
973
|
+
RegistrationComplete = "RegistrationComplete",
|
|
974
|
+
/** ACSS installation cannot proceed. */
|
|
975
|
+
AcssInstallationBlocked = "ACSSInstallationBlocked"
|
|
976
|
+
}
|
|
977
|
+
/**
|
|
978
|
+
* Defines the Virtual Instance for SAP state. \
|
|
979
|
+
* {@link KnownSAPVirtualInstanceState} can be used interchangeably with SAPVirtualInstanceState,
|
|
980
|
+
* this enum contains the known values that the service supports.
|
|
981
|
+
* ### Known values supported by the service
|
|
982
|
+
* **InfrastructureDeploymentPending**: Infrastructure is not yet deployed. \
|
|
983
|
+
* **InfrastructureDeploymentInProgress**: Infrastructure deployment is in progress. \
|
|
984
|
+
* **InfrastructureDeploymentFailed**: Infrastructure deployment has failed. \
|
|
985
|
+
* **SoftwareInstallationPending**: Infrastructure deployment is successful. Software installation is pending. \
|
|
986
|
+
* **SoftwareInstallationInProgress**: Software installation is in progress. \
|
|
987
|
+
* **SoftwareInstallationFailed**: Software installation failed. \
|
|
988
|
+
* **SoftwareDetectionInProgress**: Software detection is in progress. \
|
|
989
|
+
* **SoftwareDetectionFailed**: Software detection failed. \
|
|
990
|
+
* **DiscoveryPending**: Registration has not started. \
|
|
991
|
+
* **DiscoveryInProgress**: Registration is in progress. \
|
|
992
|
+
* **DiscoveryFailed**: Registration has failed. \
|
|
993
|
+
* **RegistrationComplete**: Registration is complete. \
|
|
994
|
+
* **ACSSInstallationBlocked**: ACSS installation cannot proceed.
|
|
995
|
+
*/
|
|
996
|
+
export type SAPVirtualInstanceState = string;
|
|
997
|
+
/** Defines the provisioning states. */
|
|
998
|
+
export declare enum KnownSapVirtualInstanceProvisioningState {
|
|
999
|
+
/** ACSS succeeded provisioning state. */
|
|
1000
|
+
Succeeded = "Succeeded",
|
|
1001
|
+
/** ACSS updating provisioning state. */
|
|
1002
|
+
Updating = "Updating",
|
|
1003
|
+
/** ACSS Creating provisioning state. */
|
|
1004
|
+
Creating = "Creating",
|
|
1005
|
+
/** ACSS Failed provisioning state. */
|
|
1006
|
+
Failed = "Failed",
|
|
1007
|
+
/** ACSS Deleting provisioning state. */
|
|
1008
|
+
Deleting = "Deleting",
|
|
1009
|
+
/** ACSS Canceled provisioning state. */
|
|
1010
|
+
Canceled = "Canceled"
|
|
1011
|
+
}
|
|
1012
|
+
/**
|
|
1013
|
+
* Defines the provisioning states. \
|
|
1014
|
+
* {@link KnownSapVirtualInstanceProvisioningState} can be used interchangeably with SapVirtualInstanceProvisioningState,
|
|
1015
|
+
* this enum contains the known values that the service supports.
|
|
1016
|
+
* ### Known values supported by the service
|
|
1017
|
+
* **Succeeded**: ACSS succeeded provisioning state. \
|
|
1018
|
+
* **Updating**: ACSS updating provisioning state. \
|
|
1019
|
+
* **Creating**: ACSS Creating provisioning state. \
|
|
1020
|
+
* **Failed**: ACSS Failed provisioning state. \
|
|
1021
|
+
* **Deleting**: ACSS Deleting provisioning state. \
|
|
1022
|
+
* **Canceled**: ACSS Canceled provisioning state.
|
|
1023
|
+
*/
|
|
1024
|
+
export type SapVirtualInstanceProvisioningState = string;
|
|
1025
|
+
/** An error response from the Virtual Instance for SAP Workload service. */
|
|
1026
|
+
export interface SAPVirtualInstanceError {
|
|
1027
|
+
/** The Virtual Instance for SAP error body. */
|
|
1028
|
+
properties?: ErrorDefinition;
|
|
1029
|
+
}
|
|
1030
|
+
export declare function sapVirtualInstanceErrorDeserializer(item: any): SAPVirtualInstanceError;
|
|
1031
|
+
/** Error definition. */
|
|
1032
|
+
export interface ErrorDefinition {
|
|
1033
|
+
/** Service specific error code which serves as the substatus for the HTTP error code. */
|
|
1034
|
+
readonly code?: string;
|
|
1035
|
+
/** Description of the error. */
|
|
1036
|
+
readonly message?: string;
|
|
1037
|
+
/** Internal error details. */
|
|
1038
|
+
readonly details?: ErrorDefinition[];
|
|
1039
|
+
}
|
|
1040
|
+
export declare function errorDefinitionDeserializer(item: any): ErrorDefinition;
|
|
1041
|
+
export declare function errorDefinitionArrayDeserializer(result: Array<ErrorDefinition>): any[];
|
|
1042
|
+
/** Managed service identity (user assigned identities) */
|
|
1043
|
+
export interface SAPVirtualInstanceIdentity {
|
|
1044
|
+
/** The type of managed identity assigned to this resource. */
|
|
1045
|
+
type: SAPVirtualInstanceIdentityType;
|
|
1046
|
+
/** The identities assigned to this resource by the user. */
|
|
1047
|
+
userAssignedIdentities?: Record<string, UserAssignedIdentity | null>;
|
|
1048
|
+
}
|
|
1049
|
+
export declare function sapVirtualInstanceIdentitySerializer(item: SAPVirtualInstanceIdentity): any;
|
|
1050
|
+
export declare function sapVirtualInstanceIdentityDeserializer(item: any): SAPVirtualInstanceIdentity;
|
|
1051
|
+
/** Type of managed service identity (where only None and UserAssigned types are allowed). */
|
|
1052
|
+
export declare enum KnownSAPVirtualInstanceIdentityType {
|
|
1053
|
+
/** No managed identity. */
|
|
1054
|
+
None = "None",
|
|
1055
|
+
/** User assigned managed identity. */
|
|
1056
|
+
UserAssigned = "UserAssigned"
|
|
1057
|
+
}
|
|
1058
|
+
/**
|
|
1059
|
+
* Type of managed service identity (where only None and UserAssigned types are allowed). \
|
|
1060
|
+
* {@link KnownSAPVirtualInstanceIdentityType} can be used interchangeably with SAPVirtualInstanceIdentityType,
|
|
1061
|
+
* this enum contains the known values that the service supports.
|
|
1062
|
+
* ### Known values supported by the service
|
|
1063
|
+
* **None**: No managed identity. \
|
|
1064
|
+
* **UserAssigned**: User assigned managed identity.
|
|
1065
|
+
*/
|
|
1066
|
+
export type SAPVirtualInstanceIdentityType = string;
|
|
1067
|
+
/** User assigned identity properties */
|
|
1068
|
+
export interface UserAssignedIdentity {
|
|
1069
|
+
/** The client ID of the assigned identity. */
|
|
1070
|
+
readonly clientId?: string;
|
|
1071
|
+
/** The principal ID of the assigned identity. */
|
|
1072
|
+
readonly principalId?: string;
|
|
1073
|
+
}
|
|
1074
|
+
export declare function userAssignedIdentitySerializer(item: UserAssignedIdentity): any;
|
|
1075
|
+
export declare function userAssignedIdentityDeserializer(item: any): UserAssignedIdentity;
|
|
1076
|
+
/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
|
|
1077
|
+
export interface TrackedResource extends Resource {
|
|
1078
|
+
/** Resource tags. */
|
|
1079
|
+
tags?: Record<string, string>;
|
|
1080
|
+
/** The geo-location where the resource lives */
|
|
1081
|
+
location: string;
|
|
1082
|
+
}
|
|
1083
|
+
export declare function trackedResourceSerializer(item: TrackedResource): any;
|
|
1084
|
+
export declare function trackedResourceDeserializer(item: any): TrackedResource;
|
|
1085
|
+
/** Common fields that are returned in the response for all Azure Resource Manager resources */
|
|
1086
|
+
export interface Resource {
|
|
1087
|
+
/** Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} */
|
|
1088
|
+
readonly id?: string;
|
|
1089
|
+
/** The name of the resource */
|
|
1090
|
+
readonly name?: string;
|
|
1091
|
+
/** The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" */
|
|
1092
|
+
readonly type?: string;
|
|
1093
|
+
/** Azure Resource Manager metadata containing createdBy and modifiedBy information. */
|
|
1094
|
+
readonly systemData?: SystemData;
|
|
1095
|
+
}
|
|
1096
|
+
export declare function resourceSerializer(item: Resource): any;
|
|
1097
|
+
export declare function resourceDeserializer(item: any): Resource;
|
|
1098
|
+
/** Metadata pertaining to creation and last modification of the resource. */
|
|
1099
|
+
export interface SystemData {
|
|
1100
|
+
/** The identity that created the resource. */
|
|
1101
|
+
createdBy?: string;
|
|
1102
|
+
/** The type of identity that created the resource. */
|
|
1103
|
+
createdByType?: CreatedByType;
|
|
1104
|
+
/** The timestamp of resource creation (UTC). */
|
|
1105
|
+
createdAt?: Date;
|
|
1106
|
+
/** The identity that last modified the resource. */
|
|
1107
|
+
lastModifiedBy?: string;
|
|
1108
|
+
/** The type of identity that last modified the resource. */
|
|
1109
|
+
lastModifiedByType?: CreatedByType;
|
|
1110
|
+
/** The timestamp of resource last modification (UTC) */
|
|
1111
|
+
lastModifiedAt?: Date;
|
|
1112
|
+
}
|
|
1113
|
+
export declare function systemDataDeserializer(item: any): SystemData;
|
|
1114
|
+
/** The kind of entity that created the resource. */
|
|
1115
|
+
export declare enum KnownCreatedByType {
|
|
1116
|
+
/** The entity was created by a user. */
|
|
1117
|
+
User = "User",
|
|
1118
|
+
/** The entity was created by an application. */
|
|
1119
|
+
Application = "Application",
|
|
1120
|
+
/** The entity was created by a managed identity. */
|
|
1121
|
+
ManagedIdentity = "ManagedIdentity",
|
|
1122
|
+
/** The entity was created by a key. */
|
|
1123
|
+
Key = "Key"
|
|
1124
|
+
}
|
|
1125
|
+
/**
|
|
1126
|
+
* The kind of entity that created the resource. \
|
|
1127
|
+
* {@link KnowncreatedByType} can be used interchangeably with createdByType,
|
|
1128
|
+
* this enum contains the known values that the service supports.
|
|
1129
|
+
* ### Known values supported by the service
|
|
1130
|
+
* **User**: The entity was created by a user. \
|
|
1131
|
+
* **Application**: The entity was created by an application. \
|
|
1132
|
+
* **ManagedIdentity**: The entity was created by a managed identity. \
|
|
1133
|
+
* **Key**: The entity was created by a key.
|
|
1134
|
+
*/
|
|
1135
|
+
export type CreatedByType = string;
|
|
1136
|
+
/** Defines the request body for updating Virtual Instance for SAP. */
|
|
1137
|
+
export interface UpdateSAPVirtualInstanceRequest {
|
|
1138
|
+
/** Gets or sets the Resource tags. */
|
|
1139
|
+
tags?: Record<string, string>;
|
|
1140
|
+
/** Managed service identity (user assigned identities) */
|
|
1141
|
+
identity?: SAPVirtualInstanceIdentity;
|
|
1142
|
+
/** The update properties. */
|
|
1143
|
+
properties?: UpdateSAPVirtualInstanceProperties;
|
|
1144
|
+
}
|
|
1145
|
+
export declare function updateSAPVirtualInstanceRequestSerializer(item: UpdateSAPVirtualInstanceRequest): any;
|
|
1146
|
+
/** Defines the update request body properties for updating Virtual Instance for SAP. */
|
|
1147
|
+
export interface UpdateSAPVirtualInstanceProperties {
|
|
1148
|
+
/** Specifies the network access configuration for the resources that will be deployed in the Managed Resource Group. The options to choose from are Public and Private. If 'Private' is chosen, the Storage Account service tag should be enabled on the subnets in which the SAP VMs exist. This is required for establishing connectivity between VM extensions and the managed resource group storage account. This setting is currently applicable only to Storage Account. Learn more here https://go.microsoft.com/fwlink/?linkid=2247228 */
|
|
1149
|
+
managedResourcesNetworkAccessType?: ManagedResourcesNetworkAccessType;
|
|
1150
|
+
}
|
|
1151
|
+
export declare function updateSAPVirtualInstancePropertiesSerializer(item: UpdateSAPVirtualInstanceProperties): any;
|
|
1152
|
+
/** The response of a SAPVirtualInstance list operation. */
|
|
1153
|
+
export interface _SAPVirtualInstanceListResult {
|
|
1154
|
+
/** The SAPVirtualInstance items on this page */
|
|
1155
|
+
value: SAPVirtualInstance[];
|
|
1156
|
+
/** The link to the next page of items */
|
|
1157
|
+
nextLink?: string;
|
|
1158
|
+
}
|
|
1159
|
+
export declare function _sapVirtualInstanceListResultDeserializer(item: any): _SAPVirtualInstanceListResult;
|
|
1160
|
+
export declare function sapVirtualInstanceArraySerializer(result: Array<SAPVirtualInstance>): any[];
|
|
1161
|
+
export declare function sapVirtualInstanceArrayDeserializer(result: Array<SAPVirtualInstance>): any[];
|
|
1162
|
+
/** Start SAP instance(s) request body. */
|
|
1163
|
+
export interface StartRequest {
|
|
1164
|
+
/** The boolean value indicates whether to start the virtual machines before starting the SAP instances. */
|
|
1165
|
+
startVm?: boolean;
|
|
1166
|
+
}
|
|
1167
|
+
export declare function startRequestSerializer(item: StartRequest): any;
|
|
1168
|
+
/** The current status of an async operation. */
|
|
1169
|
+
export interface OperationStatusResult {
|
|
1170
|
+
/** Fully qualified ID for the async operation. */
|
|
1171
|
+
id?: string;
|
|
1172
|
+
/** Name of the async operation. */
|
|
1173
|
+
name?: string;
|
|
1174
|
+
/** Operation status. */
|
|
1175
|
+
status: string;
|
|
1176
|
+
/** Percent of the operation that is complete. */
|
|
1177
|
+
percentComplete?: number;
|
|
1178
|
+
/** The start time of the operation. */
|
|
1179
|
+
startTime?: Date;
|
|
1180
|
+
/** The end time of the operation. */
|
|
1181
|
+
endTime?: Date;
|
|
1182
|
+
/** The operations list. */
|
|
1183
|
+
operations?: OperationStatusResult[];
|
|
1184
|
+
/** If present, details of the operation error. */
|
|
1185
|
+
error?: ErrorDetail;
|
|
1186
|
+
/** Fully qualified ID of the resource against which the original async operation was started. */
|
|
1187
|
+
readonly resourceId?: string;
|
|
1188
|
+
}
|
|
1189
|
+
export declare function operationStatusResultDeserializer(item: any): OperationStatusResult;
|
|
1190
|
+
export declare function operationStatusResultArrayDeserializer(result: Array<OperationStatusResult>): any[];
|
|
1191
|
+
/** Stop SAP instance(s) request body. */
|
|
1192
|
+
export interface StopRequest {
|
|
1193
|
+
/** This parameter defines how long (in seconds) the soft shutdown waits until the RFC/HTTP clients no longer consider the server for calls with load balancing. Value 0 means that the kernel does not wait, but goes directly into the next shutdown state, i.e. hard stop. */
|
|
1194
|
+
softStopTimeoutSeconds?: number;
|
|
1195
|
+
/** The boolean value indicates whether to Stop and deallocate the virtual machines along with the SAP instances. */
|
|
1196
|
+
deallocateVm?: boolean;
|
|
1197
|
+
}
|
|
1198
|
+
export declare function stopRequestSerializer(item: StopRequest): any;
|
|
1199
|
+
/** The SAP Sizing Recommendation request. */
|
|
1200
|
+
export interface SAPSizingRecommendationRequest {
|
|
1201
|
+
/** The geo-location where the resource is to be created. */
|
|
1202
|
+
appLocation: string;
|
|
1203
|
+
/** Defines the environment type - Production/Non Production. */
|
|
1204
|
+
environment: SAPEnvironmentType;
|
|
1205
|
+
/** Defines the SAP Product type. */
|
|
1206
|
+
sapProduct: SAPProductType;
|
|
1207
|
+
/** The deployment type. Eg: SingleServer/ThreeTier */
|
|
1208
|
+
deploymentType: SAPDeploymentType;
|
|
1209
|
+
/** The SAP Application Performance Standard measurement. */
|
|
1210
|
+
saps: number;
|
|
1211
|
+
/** The database memory configuration. */
|
|
1212
|
+
dbMemory: number;
|
|
1213
|
+
/** The database type. */
|
|
1214
|
+
databaseType: SAPDatabaseType;
|
|
1215
|
+
/** The DB scale method. */
|
|
1216
|
+
dbScaleMethod?: SAPDatabaseScaleMethod;
|
|
1217
|
+
/** The high availability type. */
|
|
1218
|
+
highAvailabilityType?: SAPHighAvailabilityType;
|
|
1219
|
+
}
|
|
1220
|
+
export declare function sapSizingRecommendationRequestSerializer(item: SAPSizingRecommendationRequest): any;
|
|
1221
|
+
/** The database scale method. */
|
|
1222
|
+
export declare enum KnownSAPDatabaseScaleMethod {
|
|
1223
|
+
/** ScaleUp Hana Database deployment type */
|
|
1224
|
+
ScaleUp = "ScaleUp"
|
|
1225
|
+
}
|
|
1226
|
+
/**
|
|
1227
|
+
* The database scale method. \
|
|
1228
|
+
* {@link KnownSAPDatabaseScaleMethod} can be used interchangeably with SAPDatabaseScaleMethod,
|
|
1229
|
+
* this enum contains the known values that the service supports.
|
|
1230
|
+
* ### Known values supported by the service
|
|
1231
|
+
* **ScaleUp**: ScaleUp Hana Database deployment type
|
|
1232
|
+
*/
|
|
1233
|
+
export type SAPDatabaseScaleMethod = string;
|
|
1234
|
+
/** The SAP sizing recommendation result. */
|
|
1235
|
+
export interface SAPSizingRecommendationResult {
|
|
1236
|
+
/** The deployment type. Eg: SingleServer/ThreeTier */
|
|
1237
|
+
/** The discriminator possible values: SingleServer, ThreeTier */
|
|
1238
|
+
deploymentType: SAPDeploymentType;
|
|
1239
|
+
}
|
|
1240
|
+
export declare function sapSizingRecommendationResultDeserializer(item: any): SAPSizingRecommendationResult;
|
|
1241
|
+
/** Alias for SAPSizingRecommendationResultUnion */
|
|
1242
|
+
export type SAPSizingRecommendationResultUnion = SingleServerRecommendationResult | ThreeTierRecommendationResult | SAPSizingRecommendationResult;
|
|
1243
|
+
export declare function sapSizingRecommendationResultUnionDeserializer(item: any): SAPSizingRecommendationResultUnion;
|
|
1244
|
+
/** The recommended configuration for a single server SAP system. */
|
|
1245
|
+
export interface SingleServerRecommendationResult extends SAPSizingRecommendationResult {
|
|
1246
|
+
/** The recommended VM SKU for single server. */
|
|
1247
|
+
vmSku?: string;
|
|
1248
|
+
/** The single server SAP deployment type. */
|
|
1249
|
+
deploymentType: "SingleServer";
|
|
1250
|
+
}
|
|
1251
|
+
export declare function singleServerRecommendationResultDeserializer(item: any): SingleServerRecommendationResult;
|
|
1252
|
+
/** The recommended configuration for a three tier SAP system. */
|
|
1253
|
+
export interface ThreeTierRecommendationResult extends SAPSizingRecommendationResult {
|
|
1254
|
+
/** The database VM SKU. */
|
|
1255
|
+
dbVmSku?: string;
|
|
1256
|
+
/** The database server instance count. */
|
|
1257
|
+
databaseInstanceCount?: number;
|
|
1258
|
+
/** The central server VM SKU. */
|
|
1259
|
+
centralServerVmSku?: string;
|
|
1260
|
+
/** The central server instance count. */
|
|
1261
|
+
centralServerInstanceCount?: number;
|
|
1262
|
+
/** The application server VM SKU. */
|
|
1263
|
+
applicationServerVmSku?: string;
|
|
1264
|
+
/** The application server instance count. */
|
|
1265
|
+
applicationServerInstanceCount?: number;
|
|
1266
|
+
/** The three tier SAP deployment type. */
|
|
1267
|
+
deploymentType: "ThreeTier";
|
|
1268
|
+
}
|
|
1269
|
+
export declare function threeTierRecommendationResultDeserializer(item: any): ThreeTierRecommendationResult;
|
|
1270
|
+
/** The SAP request to get list of supported SKUs. */
|
|
1271
|
+
export interface SAPSupportedSkusRequest {
|
|
1272
|
+
/** The geo-location where the resource is to be created. */
|
|
1273
|
+
appLocation: string;
|
|
1274
|
+
/** Defines the environment type - Production/Non Production. */
|
|
1275
|
+
environment: SAPEnvironmentType;
|
|
1276
|
+
/** Defines the SAP Product type. */
|
|
1277
|
+
sapProduct: SAPProductType;
|
|
1278
|
+
/** The deployment type. Eg: SingleServer/ThreeTier */
|
|
1279
|
+
deploymentType: SAPDeploymentType;
|
|
1280
|
+
/** The database type. Eg: HANA, DB2, etc */
|
|
1281
|
+
databaseType: SAPDatabaseType;
|
|
1282
|
+
/** The high availability type. */
|
|
1283
|
+
highAvailabilityType?: SAPHighAvailabilityType;
|
|
1284
|
+
}
|
|
1285
|
+
export declare function sapSupportedSkusRequestSerializer(item: SAPSupportedSkusRequest): any;
|
|
1286
|
+
/** The list of supported SKUs for different resources which are part of SAP deployment. */
|
|
1287
|
+
export interface SAPSupportedResourceSkusResult {
|
|
1288
|
+
/** Gets the list of SAP supported SKUs. */
|
|
1289
|
+
supportedSkus?: SAPSupportedSku[];
|
|
1290
|
+
}
|
|
1291
|
+
export declare function sapSupportedResourceSkusResultDeserializer(item: any): SAPSupportedResourceSkusResult;
|
|
1292
|
+
export declare function sapSupportedSkuArrayDeserializer(result: Array<SAPSupportedSku>): any[];
|
|
1293
|
+
/** The SAP supported SKU. */
|
|
1294
|
+
export interface SAPSupportedSku {
|
|
1295
|
+
/** The VM Sku. */
|
|
1296
|
+
vmSku?: string;
|
|
1297
|
+
/** True if the Sku is certified for App server in the SAP system. */
|
|
1298
|
+
isAppServerCertified?: boolean;
|
|
1299
|
+
/** True if the Sku is certified for Database server in the SAP system. */
|
|
1300
|
+
isDatabaseCertified?: boolean;
|
|
1301
|
+
}
|
|
1302
|
+
export declare function sapSupportedSkuDeserializer(item: any): SAPSupportedSku;
|
|
1303
|
+
/** The SAP request to get list of disk configurations. */
|
|
1304
|
+
export interface SAPDiskConfigurationsRequest {
|
|
1305
|
+
/** The geo-location where the SAP resources will be created. */
|
|
1306
|
+
appLocation: string;
|
|
1307
|
+
/** Defines the environment type - Production/Non Production. */
|
|
1308
|
+
environment: SAPEnvironmentType;
|
|
1309
|
+
/** Defines the SAP Product type. */
|
|
1310
|
+
sapProduct: SAPProductType;
|
|
1311
|
+
/** The database type. Eg: HANA, DB2, etc */
|
|
1312
|
+
databaseType: SAPDatabaseType;
|
|
1313
|
+
/** The deployment type. Eg: SingleServer/ThreeTier */
|
|
1314
|
+
deploymentType: SAPDeploymentType;
|
|
1315
|
+
/** The VM SKU for database instance. */
|
|
1316
|
+
dbVmSku: string;
|
|
1317
|
+
}
|
|
1318
|
+
export declare function sapDiskConfigurationsRequestSerializer(item: SAPDiskConfigurationsRequest): any;
|
|
1319
|
+
/** The list of disk configuration for vmSku which are part of SAP deployment. */
|
|
1320
|
+
export interface SAPDiskConfigurationsResult {
|
|
1321
|
+
/** The disk configuration for the db volume. For HANA, Required volumes are: ['hana/data', 'hana/log', hana/shared', 'usr/sap', 'os'], Optional volume : ['backup']. */
|
|
1322
|
+
volumeConfigurations?: Record<string, SAPDiskConfiguration>;
|
|
1323
|
+
}
|
|
1324
|
+
export declare function sapDiskConfigurationsResultDeserializer(item: any): SAPDiskConfigurationsResult;
|
|
1325
|
+
export declare function sapDiskConfigurationRecordDeserializer(item: Record<string, any>): Record<string, SAPDiskConfiguration>;
|
|
1326
|
+
/** The SAP Disk Configuration contains 'recommended disk' details and list of supported disks detail for a volume type. */
|
|
1327
|
+
export interface SAPDiskConfiguration {
|
|
1328
|
+
/** The recommended disk details for a given VM Sku. */
|
|
1329
|
+
recommendedConfiguration?: DiskVolumeConfiguration;
|
|
1330
|
+
/** The list of supported disks for a given VM Sku. */
|
|
1331
|
+
supportedConfigurations?: DiskDetails[];
|
|
1332
|
+
}
|
|
1333
|
+
export declare function sapDiskConfigurationDeserializer(item: any): SAPDiskConfiguration;
|
|
1334
|
+
export declare function diskDetailsArrayDeserializer(result: Array<DiskDetails>): any[];
|
|
1335
|
+
/** The supported disk size details for a disk type. */
|
|
1336
|
+
export interface DiskDetails {
|
|
1337
|
+
/** The type of disk sku. For example, Standard_LRS, Standard_ZRS, Premium_LRS, Premium_ZRS. */
|
|
1338
|
+
sku?: DiskSku;
|
|
1339
|
+
/** The disk size in GB. */
|
|
1340
|
+
sizeGB?: number;
|
|
1341
|
+
/** The minimum supported disk count. */
|
|
1342
|
+
minimumSupportedDiskCount?: number;
|
|
1343
|
+
/** The maximum supported disk count. */
|
|
1344
|
+
maximumSupportedDiskCount?: number;
|
|
1345
|
+
/** The disk Iops. */
|
|
1346
|
+
iopsReadWrite?: number;
|
|
1347
|
+
/** The disk provisioned throughput in MBps. */
|
|
1348
|
+
mbpsReadWrite?: number;
|
|
1349
|
+
/** The disk tier, e.g. P10, E10. */
|
|
1350
|
+
diskTier?: string;
|
|
1351
|
+
}
|
|
1352
|
+
export declare function diskDetailsDeserializer(item: any): DiskDetails;
|
|
1353
|
+
/** The SAP request to get list of availability zones. */
|
|
1354
|
+
export interface SAPAvailabilityZoneDetailsRequest {
|
|
1355
|
+
/** The geo-location where the SAP resources will be created. */
|
|
1356
|
+
appLocation: string;
|
|
1357
|
+
/** Defines the SAP Product type. */
|
|
1358
|
+
sapProduct: SAPProductType;
|
|
1359
|
+
/** The database type. Eg: HANA, DB2, etc */
|
|
1360
|
+
databaseType: SAPDatabaseType;
|
|
1361
|
+
}
|
|
1362
|
+
export declare function sapAvailabilityZoneDetailsRequestSerializer(item: SAPAvailabilityZoneDetailsRequest): any;
|
|
1363
|
+
/** The list of supported availability zone pairs which are part of SAP HA deployment. */
|
|
1364
|
+
export interface SAPAvailabilityZoneDetailsResult {
|
|
1365
|
+
/** Gets the list of availability zone pairs. */
|
|
1366
|
+
availabilityZonePairs?: SAPAvailabilityZonePair[];
|
|
1367
|
+
}
|
|
1368
|
+
export declare function sapAvailabilityZoneDetailsResultDeserializer(item: any): SAPAvailabilityZoneDetailsResult;
|
|
1369
|
+
export declare function sapAvailabilityZonePairArrayDeserializer(result: Array<SAPAvailabilityZonePair>): any[];
|
|
1370
|
+
/** The SAP Availability Zone Pair. */
|
|
1371
|
+
export interface SAPAvailabilityZonePair {
|
|
1372
|
+
/** The zone A. */
|
|
1373
|
+
zoneA?: number;
|
|
1374
|
+
/** The zone B. */
|
|
1375
|
+
zoneB?: number;
|
|
1376
|
+
}
|
|
1377
|
+
export declare function sapAvailabilityZonePairDeserializer(item: any): SAPAvailabilityZonePair;
|
|
1378
|
+
/** Define the SAP Central Services Instance resource. */
|
|
1379
|
+
export interface SAPCentralServerInstance extends TrackedResource {
|
|
1380
|
+
/** The resource-specific properties for this resource. */
|
|
1381
|
+
properties?: SAPCentralServerProperties;
|
|
1382
|
+
}
|
|
1383
|
+
export declare function sapCentralServerInstanceSerializer(item: SAPCentralServerInstance): any;
|
|
1384
|
+
export declare function sapCentralServerInstanceDeserializer(item: any): SAPCentralServerInstance;
|
|
1385
|
+
/** Defines the SAP Central Services Instance properties. */
|
|
1386
|
+
export interface SAPCentralServerProperties {
|
|
1387
|
+
/** The central services instance number. */
|
|
1388
|
+
readonly instanceNo?: string;
|
|
1389
|
+
/** The central services instance subnet. */
|
|
1390
|
+
readonly subnet?: string;
|
|
1391
|
+
/** Defines the SAP message server properties. */
|
|
1392
|
+
messageServerProperties?: MessageServerProperties;
|
|
1393
|
+
/** Defines the SAP Enqueue Server properties. */
|
|
1394
|
+
enqueueServerProperties?: EnqueueServerProperties;
|
|
1395
|
+
/** Defines the SAP Gateway Server properties. */
|
|
1396
|
+
gatewayServerProperties?: GatewayServerProperties;
|
|
1397
|
+
/** Defines the SAP Enqueue Replication Server (ERS) properties. */
|
|
1398
|
+
enqueueReplicationServerProperties?: EnqueueReplicationServerProperties;
|
|
1399
|
+
/** The central services instance Kernel Version. */
|
|
1400
|
+
readonly kernelVersion?: string;
|
|
1401
|
+
/** The central services instance Kernel Patch level. */
|
|
1402
|
+
readonly kernelPatch?: string;
|
|
1403
|
+
/** The Load Balancer details such as LoadBalancer ID attached to ASCS Virtual Machines */
|
|
1404
|
+
readonly loadBalancerDetails?: LoadBalancerDetails;
|
|
1405
|
+
/** The list of virtual machines corresponding to the Central Services instance. */
|
|
1406
|
+
readonly vmDetails?: CentralServerVmDetails[];
|
|
1407
|
+
/** Defines the SAP Instance status. */
|
|
1408
|
+
readonly status?: SAPVirtualInstanceStatus;
|
|
1409
|
+
/** Defines the health of SAP Instances. */
|
|
1410
|
+
readonly health?: SAPHealthState;
|
|
1411
|
+
/** Defines the provisioning states. */
|
|
1412
|
+
readonly provisioningState?: SapVirtualInstanceProvisioningState;
|
|
1413
|
+
/** Defines the errors related to SAP Central Services Instance resource. */
|
|
1414
|
+
readonly errors?: SAPVirtualInstanceError;
|
|
1415
|
+
}
|
|
1416
|
+
export declare function sapCentralServerPropertiesSerializer(item: SAPCentralServerProperties): any;
|
|
1417
|
+
export declare function sapCentralServerPropertiesDeserializer(item: any): SAPCentralServerProperties;
|
|
1418
|
+
/** Defines the SAP message server properties. */
|
|
1419
|
+
export interface MessageServerProperties {
|
|
1420
|
+
/** message server port. */
|
|
1421
|
+
readonly msPort?: number;
|
|
1422
|
+
/** message server internal MS port. */
|
|
1423
|
+
readonly internalMsPort?: number;
|
|
1424
|
+
/** message server HTTP Port. */
|
|
1425
|
+
readonly httpPort?: number;
|
|
1426
|
+
/** message server HTTPS Port. */
|
|
1427
|
+
readonly httpsPort?: number;
|
|
1428
|
+
/** message server SAP Hostname. */
|
|
1429
|
+
readonly hostname?: string;
|
|
1430
|
+
/** message server IP Address. */
|
|
1431
|
+
readonly ipAddress?: string;
|
|
1432
|
+
/** Defines the health of SAP Instances. */
|
|
1433
|
+
readonly health?: SAPHealthState;
|
|
1434
|
+
}
|
|
1435
|
+
export declare function messageServerPropertiesSerializer(item: MessageServerProperties): any;
|
|
1436
|
+
export declare function messageServerPropertiesDeserializer(item: any): MessageServerProperties;
|
|
1437
|
+
/** Defines the SAP Enqueue Server properties. */
|
|
1438
|
+
export interface EnqueueServerProperties {
|
|
1439
|
+
/** Enqueue Server SAP Hostname. */
|
|
1440
|
+
readonly hostname?: string;
|
|
1441
|
+
/** Enqueue Server SAP IP Address. */
|
|
1442
|
+
readonly ipAddress?: string;
|
|
1443
|
+
/** Enqueue Server Port. */
|
|
1444
|
+
readonly port?: number;
|
|
1445
|
+
/** Defines the health of SAP Instances. */
|
|
1446
|
+
readonly health?: SAPHealthState;
|
|
1447
|
+
}
|
|
1448
|
+
export declare function enqueueServerPropertiesSerializer(item: EnqueueServerProperties): any;
|
|
1449
|
+
export declare function enqueueServerPropertiesDeserializer(item: any): EnqueueServerProperties;
|
|
1450
|
+
/** Defines the SAP Gateway Server properties. */
|
|
1451
|
+
export interface GatewayServerProperties {
|
|
1452
|
+
/** Gateway Port. */
|
|
1453
|
+
readonly port?: number;
|
|
1454
|
+
/** Defines the health of SAP Instances. */
|
|
1455
|
+
readonly health?: SAPHealthState;
|
|
1456
|
+
}
|
|
1457
|
+
export declare function gatewayServerPropertiesSerializer(item: GatewayServerProperties): any;
|
|
1458
|
+
export declare function gatewayServerPropertiesDeserializer(item: any): GatewayServerProperties;
|
|
1459
|
+
/** Defines the SAP Enqueue Replication Server (ERS) properties. */
|
|
1460
|
+
export interface EnqueueReplicationServerProperties {
|
|
1461
|
+
/** Defines the type of Enqueue Replication Server. */
|
|
1462
|
+
readonly ersVersion?: EnqueueReplicationServerType;
|
|
1463
|
+
/** ERS Instance Number. */
|
|
1464
|
+
readonly instanceNo?: string;
|
|
1465
|
+
/** ERS SAP Hostname. */
|
|
1466
|
+
readonly hostname?: string;
|
|
1467
|
+
/** ERS SAP Kernel Version. */
|
|
1468
|
+
readonly kernelVersion?: string;
|
|
1469
|
+
/** ERS SAP Kernel Patch level. */
|
|
1470
|
+
readonly kernelPatch?: string;
|
|
1471
|
+
/** ERS SAP IP Address. */
|
|
1472
|
+
readonly ipAddress?: string;
|
|
1473
|
+
/** Defines the health of SAP Instances. */
|
|
1474
|
+
readonly health?: SAPHealthState;
|
|
1475
|
+
}
|
|
1476
|
+
export declare function enqueueReplicationServerPropertiesSerializer(item: EnqueueReplicationServerProperties): any;
|
|
1477
|
+
export declare function enqueueReplicationServerPropertiesDeserializer(item: any): EnqueueReplicationServerProperties;
|
|
1478
|
+
/** Defines the type of Enqueue Replication Server. */
|
|
1479
|
+
export declare enum KnownEnqueueReplicationServerType {
|
|
1480
|
+
/** Enqueue Replication server type 1. */
|
|
1481
|
+
EnqueueReplicator1 = "EnqueueReplicator1",
|
|
1482
|
+
/** Enqueue Replication server type 2. */
|
|
1483
|
+
EnqueueReplicator2 = "EnqueueReplicator2"
|
|
1484
|
+
}
|
|
1485
|
+
/**
|
|
1486
|
+
* Defines the type of Enqueue Replication Server. \
|
|
1487
|
+
* {@link KnownEnqueueReplicationServerType} can be used interchangeably with EnqueueReplicationServerType,
|
|
1488
|
+
* this enum contains the known values that the service supports.
|
|
1489
|
+
* ### Known values supported by the service
|
|
1490
|
+
* **EnqueueReplicator1**: Enqueue Replication server type 1. \
|
|
1491
|
+
* **EnqueueReplicator2**: Enqueue Replication server type 2.
|
|
1492
|
+
*/
|
|
1493
|
+
export type EnqueueReplicationServerType = string;
|
|
1494
|
+
/** The Load Balancer details such as Load Balancer ID. */
|
|
1495
|
+
export interface LoadBalancerDetails {
|
|
1496
|
+
/** Fully qualified resource ID for the load balancer. */
|
|
1497
|
+
readonly id?: string;
|
|
1498
|
+
}
|
|
1499
|
+
export declare function loadBalancerDetailsDeserializer(item: any): LoadBalancerDetails;
|
|
1500
|
+
export declare function centralServerVmDetailsArrayDeserializer(result: Array<CentralServerVmDetails>): any[];
|
|
1501
|
+
/** The SAP Central Services Instance VM details. */
|
|
1502
|
+
export interface CentralServerVmDetails {
|
|
1503
|
+
/** Defines the type of central server VM. */
|
|
1504
|
+
readonly type?: CentralServerVirtualMachineType;
|
|
1505
|
+
/** The virtual machine id. */
|
|
1506
|
+
readonly virtualMachineId?: string;
|
|
1507
|
+
/** Storage details of all the Storage Accounts attached to the ASCS Virtual Machine. For e.g. NFS on AFS Shared Storage. */
|
|
1508
|
+
readonly storageDetails?: StorageInformation[];
|
|
1509
|
+
}
|
|
1510
|
+
export declare function centralServerVmDetailsDeserializer(item: any): CentralServerVmDetails;
|
|
1511
|
+
/** Defines the type of central server VM. */
|
|
1512
|
+
export declare enum KnownCentralServerVirtualMachineType {
|
|
1513
|
+
/** Primary central server vm. */
|
|
1514
|
+
Primary = "Primary",
|
|
1515
|
+
/** Secondary central server vm. */
|
|
1516
|
+
Secondary = "Secondary",
|
|
1517
|
+
/** Central server vm type unknown. */
|
|
1518
|
+
Unknown = "Unknown",
|
|
1519
|
+
/** ASCS Central server vm type. */
|
|
1520
|
+
Ascs = "ASCS",
|
|
1521
|
+
/** ERSInactive Central server vm type. */
|
|
1522
|
+
ERSInactive = "ERSInactive",
|
|
1523
|
+
/** ERS Central server vm type. */
|
|
1524
|
+
ERS = "ERS",
|
|
1525
|
+
/** Standby Central server vm type. */
|
|
1526
|
+
Standby = "Standby"
|
|
1527
|
+
}
|
|
1528
|
+
/**
|
|
1529
|
+
* Defines the type of central server VM. \
|
|
1530
|
+
* {@link KnownCentralServerVirtualMachineType} can be used interchangeably with CentralServerVirtualMachineType,
|
|
1531
|
+
* this enum contains the known values that the service supports.
|
|
1532
|
+
* ### Known values supported by the service
|
|
1533
|
+
* **Primary**: Primary central server vm. \
|
|
1534
|
+
* **Secondary**: Secondary central server vm. \
|
|
1535
|
+
* **Unknown**: Central server vm type unknown. \
|
|
1536
|
+
* **ASCS**: ASCS Central server vm type. \
|
|
1537
|
+
* **ERSInactive**: ERSInactive Central server vm type. \
|
|
1538
|
+
* **ERS**: ERS Central server vm type. \
|
|
1539
|
+
* **Standby**: Standby Central server vm type.
|
|
1540
|
+
*/
|
|
1541
|
+
export type CentralServerVirtualMachineType = string;
|
|
1542
|
+
export declare function storageInformationArrayDeserializer(result: Array<StorageInformation>): any[];
|
|
1543
|
+
/** Storage details of all the Storage accounts attached to the VM. For e.g. NFS on AFS Shared Storage. */
|
|
1544
|
+
export interface StorageInformation {
|
|
1545
|
+
/** Fully qualified resource ID for the storage account. */
|
|
1546
|
+
readonly id?: string;
|
|
1547
|
+
}
|
|
1548
|
+
export declare function storageInformationDeserializer(item: any): StorageInformation;
|
|
1549
|
+
/** Defines the request body for updating SAP Central Instance. */
|
|
1550
|
+
export interface UpdateSAPCentralInstanceRequest {
|
|
1551
|
+
/** Gets or sets the Resource tags. */
|
|
1552
|
+
tags?: Record<string, string>;
|
|
1553
|
+
}
|
|
1554
|
+
export declare function updateSAPCentralInstanceRequestSerializer(item: UpdateSAPCentralInstanceRequest): any;
|
|
1555
|
+
/** The response of a SAPCentralServerInstance list operation. */
|
|
1556
|
+
export interface _SAPCentralServerInstanceListResult {
|
|
1557
|
+
/** The SAPCentralServerInstance items on this page */
|
|
1558
|
+
value: SAPCentralServerInstance[];
|
|
1559
|
+
/** The link to the next page of items */
|
|
1560
|
+
nextLink?: string;
|
|
1561
|
+
}
|
|
1562
|
+
export declare function _sapCentralServerInstanceListResultDeserializer(item: any): _SAPCentralServerInstanceListResult;
|
|
1563
|
+
export declare function sapCentralServerInstanceArraySerializer(result: Array<SAPCentralServerInstance>): any[];
|
|
1564
|
+
export declare function sapCentralServerInstanceArrayDeserializer(result: Array<SAPCentralServerInstance>): any[];
|
|
1565
|
+
/** Define the Database resource. */
|
|
1566
|
+
export interface SAPDatabaseInstance extends TrackedResource {
|
|
1567
|
+
/** The resource-specific properties for this resource. */
|
|
1568
|
+
properties?: SAPDatabaseProperties;
|
|
1569
|
+
}
|
|
1570
|
+
export declare function sapDatabaseInstanceSerializer(item: SAPDatabaseInstance): any;
|
|
1571
|
+
export declare function sapDatabaseInstanceDeserializer(item: any): SAPDatabaseInstance;
|
|
1572
|
+
/** Defines the Database properties. */
|
|
1573
|
+
export interface SAPDatabaseProperties {
|
|
1574
|
+
/** Database subnet. */
|
|
1575
|
+
readonly subnet?: string;
|
|
1576
|
+
/** Database SID name. */
|
|
1577
|
+
readonly databaseSid?: string;
|
|
1578
|
+
/** Database type, that is if the DB is HANA, DB2, Oracle, SAP ASE, Max DB or MS SQL Server. */
|
|
1579
|
+
readonly databaseType?: string;
|
|
1580
|
+
/** Database IP Address. */
|
|
1581
|
+
readonly ipAddress?: string;
|
|
1582
|
+
/** The Load Balancer details such as LoadBalancer ID attached to Database Virtual Machines */
|
|
1583
|
+
readonly loadBalancerDetails?: LoadBalancerDetails;
|
|
1584
|
+
/** The list of virtual machines corresponding to the Database resource. */
|
|
1585
|
+
readonly vmDetails?: DatabaseVmDetails[];
|
|
1586
|
+
/** Defines the SAP Instance status. */
|
|
1587
|
+
readonly status?: SAPVirtualInstanceStatus;
|
|
1588
|
+
/** Defines the provisioning states. */
|
|
1589
|
+
readonly provisioningState?: SapVirtualInstanceProvisioningState;
|
|
1590
|
+
/** Defines the errors related to Database resource. */
|
|
1591
|
+
readonly errors?: SAPVirtualInstanceError;
|
|
1592
|
+
}
|
|
1593
|
+
export declare function sapDatabasePropertiesSerializer(item: SAPDatabaseProperties): any;
|
|
1594
|
+
export declare function sapDatabasePropertiesDeserializer(item: any): SAPDatabaseProperties;
|
|
1595
|
+
export declare function databaseVmDetailsArrayDeserializer(result: Array<DatabaseVmDetails>): any[];
|
|
1596
|
+
/** Database VM details. */
|
|
1597
|
+
export interface DatabaseVmDetails {
|
|
1598
|
+
/** The virtual machine id. */
|
|
1599
|
+
readonly virtualMachineId?: string;
|
|
1600
|
+
/** Defines the SAP Instance status. */
|
|
1601
|
+
readonly status?: SAPVirtualInstanceStatus;
|
|
1602
|
+
/** Storage details of all the Storage Accounts attached to the Database Virtual Machine. For e.g. NFS on AFS Shared Storage. */
|
|
1603
|
+
readonly storageDetails?: StorageInformation[];
|
|
1604
|
+
}
|
|
1605
|
+
export declare function databaseVmDetailsDeserializer(item: any): DatabaseVmDetails;
|
|
1606
|
+
/** Defines the request body for updating SAP Database Instance. */
|
|
1607
|
+
export interface UpdateSAPDatabaseInstanceRequest {
|
|
1608
|
+
/** Gets or sets the Resource tags. */
|
|
1609
|
+
tags?: Record<string, string>;
|
|
1610
|
+
}
|
|
1611
|
+
export declare function updateSAPDatabaseInstanceRequestSerializer(item: UpdateSAPDatabaseInstanceRequest): any;
|
|
1612
|
+
/** The response of a SAPDatabaseInstance list operation. */
|
|
1613
|
+
export interface _SAPDatabaseInstanceListResult {
|
|
1614
|
+
/** The SAPDatabaseInstance items on this page */
|
|
1615
|
+
value: SAPDatabaseInstance[];
|
|
1616
|
+
/** The link to the next page of items */
|
|
1617
|
+
nextLink?: string;
|
|
1618
|
+
}
|
|
1619
|
+
export declare function _sapDatabaseInstanceListResultDeserializer(item: any): _SAPDatabaseInstanceListResult;
|
|
1620
|
+
export declare function sapDatabaseInstanceArraySerializer(result: Array<SAPDatabaseInstance>): any[];
|
|
1621
|
+
export declare function sapDatabaseInstanceArrayDeserializer(result: Array<SAPDatabaseInstance>): any[];
|
|
1622
|
+
/** Define the SAP Application Server Instance resource. */
|
|
1623
|
+
export interface SAPApplicationServerInstance extends TrackedResource {
|
|
1624
|
+
/** The resource-specific properties for this resource. */
|
|
1625
|
+
properties?: SAPApplicationServerProperties;
|
|
1626
|
+
}
|
|
1627
|
+
export declare function sapApplicationServerInstanceSerializer(item: SAPApplicationServerInstance): any;
|
|
1628
|
+
export declare function sapApplicationServerInstanceDeserializer(item: any): SAPApplicationServerInstance;
|
|
1629
|
+
/** Defines the SAP Application Server instance properties. */
|
|
1630
|
+
export interface SAPApplicationServerProperties {
|
|
1631
|
+
/** Application server Instance Number. */
|
|
1632
|
+
readonly instanceNo?: string;
|
|
1633
|
+
/** Application server Subnet. */
|
|
1634
|
+
readonly subnet?: string;
|
|
1635
|
+
/** Application server instance SAP hostname. */
|
|
1636
|
+
readonly hostname?: string;
|
|
1637
|
+
/** Application server instance SAP Kernel Version. */
|
|
1638
|
+
readonly kernelVersion?: string;
|
|
1639
|
+
/** Application server instance SAP Kernel Patch level. */
|
|
1640
|
+
readonly kernelPatch?: string;
|
|
1641
|
+
/** Application server instance SAP IP Address. */
|
|
1642
|
+
readonly ipAddress?: string;
|
|
1643
|
+
/** Application server instance gateway Port. */
|
|
1644
|
+
readonly gatewayPort?: number;
|
|
1645
|
+
/** Application server instance ICM HTTP Port. */
|
|
1646
|
+
readonly icmHttpPort?: number;
|
|
1647
|
+
/** Application server instance ICM HTTPS Port. */
|
|
1648
|
+
readonly icmHttpsPort?: number;
|
|
1649
|
+
/** Application server instance dispatcher status. */
|
|
1650
|
+
readonly dispatcherStatus?: string;
|
|
1651
|
+
/** The Load Balancer details such as LoadBalancer ID attached to Application Server Virtual Machines */
|
|
1652
|
+
readonly loadBalancerDetails?: LoadBalancerDetails;
|
|
1653
|
+
/** The list of virtual machines. */
|
|
1654
|
+
readonly vmDetails?: ApplicationServerVmDetails[];
|
|
1655
|
+
/** Defines the SAP Instance status. */
|
|
1656
|
+
readonly status?: SAPVirtualInstanceStatus;
|
|
1657
|
+
/** Defines the health of SAP Instances. */
|
|
1658
|
+
readonly health?: SAPHealthState;
|
|
1659
|
+
/** Defines the provisioning states. */
|
|
1660
|
+
readonly provisioningState?: SapVirtualInstanceProvisioningState;
|
|
1661
|
+
/** Defines the Application Instance errors. */
|
|
1662
|
+
readonly errors?: SAPVirtualInstanceError;
|
|
1663
|
+
}
|
|
1664
|
+
export declare function sapApplicationServerPropertiesSerializer(item: SAPApplicationServerProperties): any;
|
|
1665
|
+
export declare function sapApplicationServerPropertiesDeserializer(item: any): SAPApplicationServerProperties;
|
|
1666
|
+
export declare function applicationServerVmDetailsArrayDeserializer(result: Array<ApplicationServerVmDetails>): any[];
|
|
1667
|
+
/** The Application Server VM Details. */
|
|
1668
|
+
export interface ApplicationServerVmDetails {
|
|
1669
|
+
/** Defines the type of application server VM. */
|
|
1670
|
+
readonly type?: ApplicationServerVirtualMachineType;
|
|
1671
|
+
/** The virtual machine id. */
|
|
1672
|
+
readonly virtualMachineId?: string;
|
|
1673
|
+
/** Storage details of all the Storage Accounts attached to the App Virtual Machine. For e.g. NFS on AFS Shared Storage. */
|
|
1674
|
+
readonly storageDetails?: StorageInformation[];
|
|
1675
|
+
}
|
|
1676
|
+
export declare function applicationServerVmDetailsDeserializer(item: any): ApplicationServerVmDetails;
|
|
1677
|
+
/** Defines the type of application server VM. */
|
|
1678
|
+
export declare enum KnownApplicationServerVirtualMachineType {
|
|
1679
|
+
/** Active Application server vm type. */
|
|
1680
|
+
Active = "Active",
|
|
1681
|
+
/** Standby Application server vm type. */
|
|
1682
|
+
Standby = "Standby",
|
|
1683
|
+
/** Unknown Application server vm type. */
|
|
1684
|
+
Unknown = "Unknown"
|
|
1685
|
+
}
|
|
1686
|
+
/**
|
|
1687
|
+
* Defines the type of application server VM. \
|
|
1688
|
+
* {@link KnownApplicationServerVirtualMachineType} can be used interchangeably with ApplicationServerVirtualMachineType,
|
|
1689
|
+
* this enum contains the known values that the service supports.
|
|
1690
|
+
* ### Known values supported by the service
|
|
1691
|
+
* **Active**: Active Application server vm type. \
|
|
1692
|
+
* **Standby**: Standby Application server vm type. \
|
|
1693
|
+
* **Unknown**: Unknown Application server vm type.
|
|
1694
|
+
*/
|
|
1695
|
+
export type ApplicationServerVirtualMachineType = string;
|
|
1696
|
+
/** Defines the request body for updating SAP Application Instance. */
|
|
1697
|
+
export interface UpdateSAPApplicationInstanceRequest {
|
|
1698
|
+
/** Gets or sets the Resource tags. */
|
|
1699
|
+
tags?: Record<string, string>;
|
|
1700
|
+
}
|
|
1701
|
+
export declare function updateSAPApplicationInstanceRequestSerializer(item: UpdateSAPApplicationInstanceRequest): any;
|
|
1702
|
+
/** The response of a SAPApplicationServerInstance list operation. */
|
|
1703
|
+
export interface _SAPApplicationServerInstanceListResult {
|
|
1704
|
+
/** The SAPApplicationServerInstance items on this page */
|
|
1705
|
+
value: SAPApplicationServerInstance[];
|
|
1706
|
+
/** The link to the next page of items */
|
|
1707
|
+
nextLink?: string;
|
|
1708
|
+
}
|
|
1709
|
+
export declare function _sapApplicationServerInstanceListResultDeserializer(item: any): _SAPApplicationServerInstanceListResult;
|
|
1710
|
+
export declare function sapApplicationServerInstanceArraySerializer(result: Array<SAPApplicationServerInstance>): any[];
|
|
1711
|
+
export declare function sapApplicationServerInstanceArrayDeserializer(result: Array<SAPApplicationServerInstance>): any[];
|
|
1712
|
+
/** The available API versions. */
|
|
1713
|
+
export declare enum KnownVersions {
|
|
1714
|
+
/** The 2024-09-01 API version. */
|
|
1715
|
+
V20240901 = "2024-09-01"
|
|
1716
|
+
}
|
|
1717
|
+
//# sourceMappingURL=models.d.ts.map
|