@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 @@
|
|
|
1
|
+
{"version":3,"file":"models.js","sourceRoot":"","sources":["../../../src/models/models.ts"],"names":[],"mappings":"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","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\n/** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */\nexport interface _OperationListResult {\n /** The Operation items on this page */\n value: Operation[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _operationListResultDeserializer(item: any): _OperationListResult {\n return {\n value: operationArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function operationArrayDeserializer(result: Array<Operation>): any[] {\n return result.map((item) => {\n return operationDeserializer(item);\n });\n}\n\n/** Details of a REST API operation, returned from the Resource Provider Operations API */\nexport interface Operation {\n /** The name of the operation, as per Resource-Based Access Control (RBAC). Examples: \"Microsoft.Compute/virtualMachines/write\", \"Microsoft.Compute/virtualMachines/capture/action\" */\n readonly name?: string;\n /** Whether the operation applies to data-plane. This is \"true\" for data-plane operations and \"false\" for Azure Resource Manager/control-plane operations. */\n readonly isDataAction?: boolean;\n /** Localized display information for this particular operation. */\n display?: OperationDisplay;\n /** The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is \"user,system\" */\n readonly origin?: Origin;\n /** Extensible enum. Indicates the action type. \"Internal\" refers to actions that are for internal only APIs. */\n readonly actionType?: ActionType;\n}\n\nexport function operationDeserializer(item: any): Operation {\n return {\n name: item[\"name\"],\n isDataAction: item[\"isDataAction\"],\n display: !item[\"display\"] ? item[\"display\"] : operationDisplayDeserializer(item[\"display\"]),\n origin: item[\"origin\"],\n actionType: item[\"actionType\"],\n };\n}\n\n/** Localized display information for and operation. */\nexport interface OperationDisplay {\n /** The localized friendly form of the resource provider name, e.g. \"Microsoft Monitoring Insights\" or \"Microsoft Compute\". */\n readonly provider?: string;\n /** The localized friendly name of the resource type related to this operation. E.g. \"Virtual Machines\" or \"Job Schedule Collections\". */\n readonly resource?: string;\n /** The concise, localized friendly name for the operation; suitable for dropdowns. E.g. \"Create or Update Virtual Machine\", \"Restart Virtual Machine\". */\n readonly operation?: string;\n /** The short, localized friendly description of the operation; suitable for tool tips and detailed views. */\n readonly description?: string;\n}\n\nexport function operationDisplayDeserializer(item: any): OperationDisplay {\n return {\n provider: item[\"provider\"],\n resource: item[\"resource\"],\n operation: item[\"operation\"],\n description: item[\"description\"],\n };\n}\n\n/** The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is \"user,system\" */\nexport enum KnownOrigin {\n /** Indicates the operation is initiated by a user. */\n User = \"user\",\n /** Indicates the operation is initiated by a system. */\n System = \"system\",\n /** Indicates the operation is initiated by a user or system. */\n UserSystem = \"user,system\",\n}\n\n/**\n * The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is \"user,system\" \\\n * {@link KnownOrigin} can be used interchangeably with Origin,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **user**: Indicates the operation is initiated by a user. \\\n * **system**: Indicates the operation is initiated by a system. \\\n * **user,system**: Indicates the operation is initiated by a user or system.\n */\nexport type Origin = string;\n\n/** Extensible enum. Indicates the action type. \"Internal\" refers to actions that are for internal only APIs. */\nexport enum KnownActionType {\n /** Actions are for internal-only APIs. */\n Internal = \"Internal\",\n}\n\n/**\n * Extensible enum. Indicates the action type. \"Internal\" refers to actions that are for internal only APIs. \\\n * {@link KnownActionType} can be used interchangeably with ActionType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Internal**: Actions are for internal-only APIs.\n */\nexport type ActionType = string;\n\n/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. */\nexport interface ErrorResponse {\n /** The error object. */\n error?: ErrorDetail;\n}\n\nexport function errorResponseDeserializer(item: any): ErrorResponse {\n return {\n error: !item[\"error\"] ? item[\"error\"] : errorDetailDeserializer(item[\"error\"]),\n };\n}\n\n/** The error detail. */\nexport interface ErrorDetail {\n /** The error code. */\n readonly code?: string;\n /** The error message. */\n readonly message?: string;\n /** The error target. */\n readonly target?: string;\n /** The error details. */\n readonly details?: ErrorDetail[];\n /** The error additional info. */\n readonly additionalInfo?: ErrorAdditionalInfo[];\n}\n\nexport function errorDetailDeserializer(item: any): ErrorDetail {\n return {\n code: item[\"code\"],\n message: item[\"message\"],\n target: item[\"target\"],\n details: !item[\"details\"] ? item[\"details\"] : errorDetailArrayDeserializer(item[\"details\"]),\n additionalInfo: !item[\"additionalInfo\"]\n ? item[\"additionalInfo\"]\n : errorAdditionalInfoArrayDeserializer(item[\"additionalInfo\"]),\n };\n}\n\nexport function errorDetailArrayDeserializer(result: Array<ErrorDetail>): any[] {\n return result.map((item) => {\n return errorDetailDeserializer(item);\n });\n}\n\nexport function errorAdditionalInfoArrayDeserializer(result: Array<ErrorAdditionalInfo>): any[] {\n return result.map((item) => {\n return errorAdditionalInfoDeserializer(item);\n });\n}\n\n/** The resource management error additional info. */\nexport interface ErrorAdditionalInfo {\n /** The additional info type. */\n readonly type?: string;\n /** The additional info. */\n readonly info?: Record<string, any>;\n}\n\nexport function errorAdditionalInfoDeserializer(item: any): ErrorAdditionalInfo {\n return {\n type: item[\"type\"],\n info: !item[\"info\"] ? item[\"info\"] : _errorAdditionalInfoInfoDeserializer(item[\"info\"]),\n };\n}\n\n/** model interface _ErrorAdditionalInfoInfo */\nexport interface _ErrorAdditionalInfoInfo {}\n\nexport function _errorAdditionalInfoInfoDeserializer(item: any): _ErrorAdditionalInfoInfo {\n return item;\n}\n\n/** Define the Virtual Instance for SAP solutions resource. */\nexport interface SAPVirtualInstance extends TrackedResource {\n /** The resource-specific properties for this resource. */\n properties?: SAPVirtualInstanceProperties;\n /** The managed service identities assigned to this resource. */\n identity?: SAPVirtualInstanceIdentity;\n}\n\nexport function sapVirtualInstanceSerializer(item: SAPVirtualInstance): any {\n return {\n tags: item[\"tags\"],\n location: item[\"location\"],\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : sapVirtualInstancePropertiesSerializer(item[\"properties\"]),\n identity: !item[\"identity\"]\n ? item[\"identity\"]\n : sapVirtualInstanceIdentitySerializer(item[\"identity\"]),\n };\n}\n\nexport function sapVirtualInstanceDeserializer(item: any): SAPVirtualInstance {\n return {\n tags: item[\"tags\"],\n location: item[\"location\"],\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : sapVirtualInstancePropertiesDeserializer(item[\"properties\"]),\n identity: !item[\"identity\"]\n ? item[\"identity\"]\n : sapVirtualInstanceIdentityDeserializer(item[\"identity\"]),\n };\n}\n\n/** Defines the Virtual Instance for SAP solutions resource properties. */\nexport interface SAPVirtualInstanceProperties {\n /** Defines the environment type - Production/Non Production. */\n environment: SAPEnvironmentType;\n /** Defines the SAP Product type. */\n sapProduct: SAPProductType;\n /** 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 */\n managedResourcesNetworkAccessType?: ManagedResourcesNetworkAccessType;\n /** 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 */\n configuration: SAPConfigurationUnion;\n /** Managed resource group configuration */\n managedResourceGroupConfiguration?: ManagedRGConfiguration;\n /** Defines the SAP Instance status. */\n readonly status?: SAPVirtualInstanceStatus;\n /** Defines the health of SAP Instances. */\n readonly health?: SAPHealthState;\n /** Defines the Virtual Instance for SAP state. */\n readonly state?: SAPVirtualInstanceState;\n /** Defines the provisioning states. */\n readonly provisioningState?: SapVirtualInstanceProvisioningState;\n /** Indicates any errors on the Virtual Instance for SAP solutions resource. */\n readonly errors?: SAPVirtualInstanceError;\n}\n\nexport function sapVirtualInstancePropertiesSerializer(item: SAPVirtualInstanceProperties): any {\n return {\n environment: item[\"environment\"],\n sapProduct: item[\"sapProduct\"],\n managedResourcesNetworkAccessType: item[\"managedResourcesNetworkAccessType\"],\n configuration: sapConfigurationUnionSerializer(item[\"configuration\"]),\n managedResourceGroupConfiguration: !item[\"managedResourceGroupConfiguration\"]\n ? item[\"managedResourceGroupConfiguration\"]\n : managedRGConfigurationSerializer(item[\"managedResourceGroupConfiguration\"]),\n };\n}\n\nexport function sapVirtualInstancePropertiesDeserializer(item: any): SAPVirtualInstanceProperties {\n return {\n environment: item[\"environment\"],\n sapProduct: item[\"sapProduct\"],\n managedResourcesNetworkAccessType: item[\"managedResourcesNetworkAccessType\"],\n configuration: sapConfigurationUnionDeserializer(item[\"configuration\"]),\n managedResourceGroupConfiguration: !item[\"managedResourceGroupConfiguration\"]\n ? item[\"managedResourceGroupConfiguration\"]\n : managedRGConfigurationDeserializer(item[\"managedResourceGroupConfiguration\"]),\n status: item[\"status\"],\n health: item[\"health\"],\n state: item[\"state\"],\n provisioningState: item[\"provisioningState\"],\n errors: !item[\"errors\"] ? item[\"errors\"] : sapVirtualInstanceErrorDeserializer(item[\"errors\"]),\n };\n}\n\n/** Defines the environment type - Production/Non Production. */\nexport enum KnownSAPEnvironmentType {\n /** Non Production SAP system. */\n NonProd = \"NonProd\",\n /** Production SAP system. */\n Prod = \"Prod\",\n}\n\n/**\n * Defines the environment type - Production/Non Production. \\\n * {@link KnownSAPEnvironmentType} can be used interchangeably with SAPEnvironmentType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **NonProd**: Non Production SAP system. \\\n * **Prod**: Production SAP system.\n */\nexport type SAPEnvironmentType = string;\n\n/** Defines the SAP Product type. */\nexport enum KnownSAPProductType {\n /** SAP Product ECC. */\n ECC = \"ECC\",\n /** SAP Product S4HANA. */\n S4Hana = \"S4HANA\",\n /** SAP Products other than the ones listed. */\n Other = \"Other\",\n}\n\n/**\n * Defines the SAP Product type. \\\n * {@link KnownSAPProductType} can be used interchangeably with SAPProductType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **ECC**: SAP Product ECC. \\\n * **S4HANA**: SAP Product S4HANA. \\\n * **Other**: SAP Products other than the ones listed.\n */\nexport type SAPProductType = string;\n\n/** Defines the network access type for managed resources. */\nexport enum KnownManagedResourcesNetworkAccessType {\n /** Managed resources will be deployed with public network access enabled. */\n Public = \"Public\",\n /** Managed resources will be deployed with public network access disabled. */\n Private = \"Private\",\n}\n\n/**\n * Defines the network access type for managed resources. \\\n * {@link KnownManagedResourcesNetworkAccessType} can be used interchangeably with ManagedResourcesNetworkAccessType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Public**: Managed resources will be deployed with public network access enabled. \\\n * **Private**: Managed resources will be deployed with public network access disabled.\n */\nexport type ManagedResourcesNetworkAccessType = string;\n\n/** The SAP Configuration. */\nexport interface SAPConfiguration {\n /** The configuration type. Eg: Deployment/Discovery */\n /** The discriminator possible values: Discovery, Deployment, DeploymentWithOSConfig */\n configurationType: SAPConfigurationType;\n}\n\nexport function sapConfigurationSerializer(item: SAPConfiguration): any {\n return { configurationType: item[\"configurationType\"] };\n}\n\nexport function sapConfigurationDeserializer(item: any): SAPConfiguration {\n return {\n configurationType: item[\"configurationType\"],\n };\n}\n\n/** Alias for SAPConfigurationUnion */\nexport type SAPConfigurationUnion =\n | DiscoveryConfiguration\n | DeploymentConfiguration\n | DeploymentWithOSConfiguration\n | SAPConfiguration;\n\nexport function sapConfigurationUnionSerializer(item: SAPConfigurationUnion): any {\n switch (item.configurationType) {\n case \"Discovery\":\n return discoveryConfigurationSerializer(item as DiscoveryConfiguration);\n\n case \"Deployment\":\n return deploymentConfigurationSerializer(item as DeploymentConfiguration);\n\n case \"DeploymentWithOSConfig\":\n return deploymentWithOSConfigurationSerializer(item as DeploymentWithOSConfiguration);\n\n default:\n return sapConfigurationSerializer(item);\n }\n}\n\nexport function sapConfigurationUnionDeserializer(item: any): SAPConfigurationUnion {\n switch (item.configurationType) {\n case \"Discovery\":\n return discoveryConfigurationDeserializer(item as DiscoveryConfiguration);\n\n case \"Deployment\":\n return deploymentConfigurationDeserializer(item as DeploymentConfiguration);\n\n case \"DeploymentWithOSConfig\":\n return deploymentWithOSConfigurationDeserializer(item as DeploymentWithOSConfiguration);\n\n default:\n return sapConfigurationDeserializer(item);\n }\n}\n\n/** The configuration Type. */\nexport enum KnownSAPConfigurationType {\n /** SAP system will be deployed by service. No OS configurations will be done. */\n Deployment = \"Deployment\",\n /** Existing SAP system will be registered. */\n Discovery = \"Discovery\",\n /** SAP system will be deployed by service. OS configurations will be done. */\n DeploymentWithOSConfig = \"DeploymentWithOSConfig\",\n}\n\n/**\n * The configuration Type. \\\n * {@link KnownSAPConfigurationType} can be used interchangeably with SAPConfigurationType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Deployment**: SAP system will be deployed by service. No OS configurations will be done. \\\n * **Discovery**: Existing SAP system will be registered. \\\n * **DeploymentWithOSConfig**: SAP system will be deployed by service. OS configurations will be done.\n */\nexport type SAPConfigurationType = string;\n\n/** Discovery Details. */\nexport interface DiscoveryConfiguration extends SAPConfiguration {\n /** The virtual machine ID of the Central Server. */\n centralServerVmId?: string;\n /** 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. */\n managedRgStorageAccountName?: string;\n /** The geo-location where the SAP system exists. */\n readonly appLocation?: string;\n /** The configuration Type. */\n configurationType: \"Discovery\";\n}\n\nexport function discoveryConfigurationSerializer(item: DiscoveryConfiguration): any {\n return {\n configurationType: item[\"configurationType\"],\n centralServerVmId: item[\"centralServerVmId\"],\n managedRgStorageAccountName: item[\"managedRgStorageAccountName\"],\n };\n}\n\nexport function discoveryConfigurationDeserializer(item: any): DiscoveryConfiguration {\n return {\n configurationType: item[\"configurationType\"],\n centralServerVmId: item[\"centralServerVmId\"],\n managedRgStorageAccountName: item[\"managedRgStorageAccountName\"],\n appLocation: item[\"appLocation\"],\n };\n}\n\n/** Deployment Configuration. */\nexport interface DeploymentConfiguration extends SAPConfiguration {\n /** The geo-location where the SAP system is to be created. */\n appLocation?: string;\n /** The infrastructure configuration. */\n infrastructureConfiguration?: InfrastructureConfigurationUnion;\n /** The software configuration. */\n softwareConfiguration?: SoftwareConfigurationUnion;\n /** The deployment configuration Type. */\n configurationType: \"Deployment\";\n}\n\nexport function deploymentConfigurationSerializer(item: DeploymentConfiguration): any {\n return {\n configurationType: item[\"configurationType\"],\n appLocation: item[\"appLocation\"],\n infrastructureConfiguration: !item[\"infrastructureConfiguration\"]\n ? item[\"infrastructureConfiguration\"]\n : infrastructureConfigurationUnionSerializer(item[\"infrastructureConfiguration\"]),\n softwareConfiguration: !item[\"softwareConfiguration\"]\n ? item[\"softwareConfiguration\"]\n : softwareConfigurationUnionSerializer(item[\"softwareConfiguration\"]),\n };\n}\n\nexport function deploymentConfigurationDeserializer(item: any): DeploymentConfiguration {\n return {\n configurationType: item[\"configurationType\"],\n appLocation: item[\"appLocation\"],\n infrastructureConfiguration: !item[\"infrastructureConfiguration\"]\n ? item[\"infrastructureConfiguration\"]\n : infrastructureConfigurationUnionDeserializer(item[\"infrastructureConfiguration\"]),\n softwareConfiguration: !item[\"softwareConfiguration\"]\n ? item[\"softwareConfiguration\"]\n : softwareConfigurationUnionDeserializer(item[\"softwareConfiguration\"]),\n };\n}\n\n/** Deploy SAP Infrastructure Details. */\nexport interface InfrastructureConfiguration {\n /** The application resource group where SAP system resources will be deployed. */\n appResourceGroup: string;\n /** The SAP deployment type. Eg: SingleServer/ThreeTier. */\n /** The discriminator possible values: SingleServer, ThreeTier */\n deploymentType: SAPDeploymentType;\n}\n\nexport function infrastructureConfigurationSerializer(item: InfrastructureConfiguration): any {\n return {\n appResourceGroup: item[\"appResourceGroup\"],\n deploymentType: item[\"deploymentType\"],\n };\n}\n\nexport function infrastructureConfigurationDeserializer(item: any): InfrastructureConfiguration {\n return {\n appResourceGroup: item[\"appResourceGroup\"],\n deploymentType: item[\"deploymentType\"],\n };\n}\n\n/** Alias for InfrastructureConfigurationUnion */\nexport type InfrastructureConfigurationUnion =\n | SingleServerConfiguration\n | ThreeTierConfiguration\n | InfrastructureConfiguration;\n\nexport function infrastructureConfigurationUnionSerializer(\n item: InfrastructureConfigurationUnion,\n): any {\n switch (item.deploymentType) {\n case \"SingleServer\":\n return singleServerConfigurationSerializer(item as SingleServerConfiguration);\n\n case \"ThreeTier\":\n return threeTierConfigurationSerializer(item as ThreeTierConfiguration);\n\n default:\n return infrastructureConfigurationSerializer(item);\n }\n}\n\nexport function infrastructureConfigurationUnionDeserializer(\n item: any,\n): InfrastructureConfigurationUnion {\n switch (item.deploymentType) {\n case \"SingleServer\":\n return singleServerConfigurationDeserializer(item as SingleServerConfiguration);\n\n case \"ThreeTier\":\n return threeTierConfigurationDeserializer(item as ThreeTierConfiguration);\n\n default:\n return infrastructureConfigurationDeserializer(item);\n }\n}\n\n/** The type of SAP deployment, single server or Three tier. */\nexport enum KnownSAPDeploymentType {\n /** SAP Single server deployment type. */\n SingleServer = \"SingleServer\",\n /** SAP Distributed deployment type. */\n ThreeTier = \"ThreeTier\",\n}\n\n/**\n * The type of SAP deployment, single server or Three tier. \\\n * {@link KnownSAPDeploymentType} can be used interchangeably with SAPDeploymentType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **SingleServer**: SAP Single server deployment type. \\\n * **ThreeTier**: SAP Distributed deployment type.\n */\nexport type SAPDeploymentType = string;\n\n/** 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) */\nexport interface SingleServerConfiguration extends InfrastructureConfiguration {\n /** Network configuration for the server */\n networkConfiguration?: NetworkConfiguration;\n /** The database type. */\n databaseType?: SAPDatabaseType;\n /** The subnet id. */\n subnetId: string;\n /** Gets or sets the virtual machine configuration. */\n virtualMachineConfiguration: VirtualMachineConfiguration;\n /** Gets or sets the disk configuration. */\n dbDiskConfiguration?: DiskConfiguration;\n /** The set of custom names to be used for underlying azure resources that are part of the SAP system. */\n customResourceNames?: SingleServerCustomResourceNamesUnion;\n /** The type of SAP deployment, single server in this case. */\n deploymentType: \"SingleServer\";\n}\n\nexport function singleServerConfigurationSerializer(item: SingleServerConfiguration): any {\n return {\n appResourceGroup: item[\"appResourceGroup\"],\n deploymentType: item[\"deploymentType\"],\n networkConfiguration: !item[\"networkConfiguration\"]\n ? item[\"networkConfiguration\"]\n : networkConfigurationSerializer(item[\"networkConfiguration\"]),\n databaseType: item[\"databaseType\"],\n subnetId: item[\"subnetId\"],\n virtualMachineConfiguration: virtualMachineConfigurationSerializer(\n item[\"virtualMachineConfiguration\"],\n ),\n dbDiskConfiguration: !item[\"dbDiskConfiguration\"]\n ? item[\"dbDiskConfiguration\"]\n : diskConfigurationSerializer(item[\"dbDiskConfiguration\"]),\n customResourceNames: !item[\"customResourceNames\"]\n ? item[\"customResourceNames\"]\n : singleServerCustomResourceNamesUnionSerializer(item[\"customResourceNames\"]),\n };\n}\n\nexport function singleServerConfigurationDeserializer(item: any): SingleServerConfiguration {\n return {\n appResourceGroup: item[\"appResourceGroup\"],\n deploymentType: item[\"deploymentType\"],\n networkConfiguration: !item[\"networkConfiguration\"]\n ? item[\"networkConfiguration\"]\n : networkConfigurationDeserializer(item[\"networkConfiguration\"]),\n databaseType: item[\"databaseType\"],\n subnetId: item[\"subnetId\"],\n virtualMachineConfiguration: virtualMachineConfigurationDeserializer(\n item[\"virtualMachineConfiguration\"],\n ),\n dbDiskConfiguration: !item[\"dbDiskConfiguration\"]\n ? item[\"dbDiskConfiguration\"]\n : diskConfigurationDeserializer(item[\"dbDiskConfiguration\"]),\n customResourceNames: !item[\"customResourceNames\"]\n ? item[\"customResourceNames\"]\n : singleServerCustomResourceNamesUnionDeserializer(item[\"customResourceNames\"]),\n };\n}\n\n/** Defines the network configuration type for SAP system infrastructure that is being deployed */\nexport interface NetworkConfiguration {\n /** Specifies whether a secondary IP address should be added to the network interface on all VMs of the SAP system being deployed */\n isSecondaryIpEnabled?: boolean;\n}\n\nexport function networkConfigurationSerializer(item: NetworkConfiguration): any {\n return { isSecondaryIpEnabled: item[\"isSecondaryIpEnabled\"] };\n}\n\nexport function networkConfigurationDeserializer(item: any): NetworkConfiguration {\n return {\n isSecondaryIpEnabled: item[\"isSecondaryIpEnabled\"],\n };\n}\n\n/** Defines the supported SAP Database types. */\nexport enum KnownSAPDatabaseType {\n /** HANA Database type of SAP system. */\n Hana = \"HANA\",\n /** DB2 database type of the SAP system. */\n DB2 = \"DB2\",\n}\n\n/**\n * Defines the supported SAP Database types. \\\n * {@link KnownSAPDatabaseType} can be used interchangeably with SAPDatabaseType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **HANA**: HANA Database type of SAP system. \\\n * **DB2**: DB2 database type of the SAP system.\n */\nexport type SAPDatabaseType = string;\n\n/** Defines the virtual machine configuration. */\nexport interface VirtualMachineConfiguration {\n /** The virtual machine size. */\n vmSize: string;\n /** The image reference. */\n imageReference: ImageReference;\n /** The OS profile. */\n osProfile: OSProfile;\n}\n\nexport function virtualMachineConfigurationSerializer(item: VirtualMachineConfiguration): any {\n return {\n vmSize: item[\"vmSize\"],\n imageReference: imageReferenceSerializer(item[\"imageReference\"]),\n osProfile: osProfileSerializer(item[\"osProfile\"]),\n };\n}\n\nexport function virtualMachineConfigurationDeserializer(item: any): VirtualMachineConfiguration {\n return {\n vmSize: item[\"vmSize\"],\n imageReference: imageReferenceDeserializer(item[\"imageReference\"]),\n osProfile: osProfileDeserializer(item[\"osProfile\"]),\n };\n}\n\n/** 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. */\nexport interface ImageReference {\n /** The image publisher. */\n publisher?: string;\n /** Specifies the offer of the platform image or marketplace image used to create the virtual machine. */\n offer?: string;\n /** The image SKU. */\n sku?: string;\n /** 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. */\n version?: string;\n /** 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. */\n id?: string;\n}\n\nexport function imageReferenceSerializer(item: ImageReference): any {\n return {\n publisher: item[\"publisher\"],\n offer: item[\"offer\"],\n sku: item[\"sku\"],\n version: item[\"version\"],\n id: item[\"id\"],\n };\n}\n\nexport function imageReferenceDeserializer(item: any): ImageReference {\n return {\n publisher: item[\"publisher\"],\n offer: item[\"offer\"],\n sku: item[\"sku\"],\n version: item[\"version\"],\n id: item[\"id\"],\n };\n}\n\n/** Specifies the operating system settings for the virtual machine. Some of the settings cannot be changed once VM is provisioned. */\nexport interface OSProfile {\n /** 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. */\n adminUsername?: string;\n /** 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) */\n adminPassword?: string;\n /** Specifies Windows operating system settings on the virtual machine. */\n osConfiguration?: OSConfigurationUnion;\n}\n\nexport function osProfileSerializer(item: OSProfile): any {\n return {\n adminUsername: item[\"adminUsername\"],\n adminPassword: item[\"adminPassword\"],\n osConfiguration: !item[\"osConfiguration\"]\n ? item[\"osConfiguration\"]\n : osConfigurationUnionSerializer(item[\"osConfiguration\"]),\n };\n}\n\nexport function osProfileDeserializer(item: any): OSProfile {\n return {\n adminUsername: item[\"adminUsername\"],\n adminPassword: item[\"adminPassword\"],\n osConfiguration: !item[\"osConfiguration\"]\n ? item[\"osConfiguration\"]\n : osConfigurationUnionDeserializer(item[\"osConfiguration\"]),\n };\n}\n\n/** Defines the OS configuration. */\nexport interface OSConfiguration {\n /** The OS Type */\n /** The discriminator possible values: Windows, Linux */\n osType: OSType;\n}\n\nexport function osConfigurationSerializer(item: OSConfiguration): any {\n return { osType: item[\"osType\"] };\n}\n\nexport function osConfigurationDeserializer(item: any): OSConfiguration {\n return {\n osType: item[\"osType\"],\n };\n}\n\n/** Alias for OSConfigurationUnion */\nexport type OSConfigurationUnion = WindowsConfiguration | LinuxConfiguration | OSConfiguration;\n\nexport function osConfigurationUnionSerializer(item: OSConfigurationUnion): any {\n switch (item.osType) {\n case \"Windows\":\n return windowsConfigurationSerializer(item as WindowsConfiguration);\n\n case \"Linux\":\n return linuxConfigurationSerializer(item as LinuxConfiguration);\n\n default:\n return osConfigurationSerializer(item);\n }\n}\n\nexport function osConfigurationUnionDeserializer(item: any): OSConfigurationUnion {\n switch (item.osType) {\n case \"Windows\":\n return windowsConfigurationDeserializer(item as WindowsConfiguration);\n\n case \"Linux\":\n return linuxConfigurationDeserializer(item as LinuxConfiguration);\n\n default:\n return osConfigurationDeserializer(item);\n }\n}\n\n/** The OS Type */\nexport enum KnownOSType {\n /** Linux OS Type. */\n Linux = \"Linux\",\n /** Windows OS Type. */\n Windows = \"Windows\",\n}\n\n/**\n * The OS Type \\\n * {@link KnownOSType} can be used interchangeably with OSType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Linux**: Linux OS Type. \\\n * **Windows**: Windows OS Type.\n */\nexport type OSType = string;\n\n/** Specifies Windows operating system settings on the virtual machine. */\nexport interface WindowsConfiguration extends OSConfiguration {\n /** The OS Type */\n osType: \"Windows\";\n}\n\nexport function windowsConfigurationSerializer(item: WindowsConfiguration): any {\n return { osType: item[\"osType\"] };\n}\n\nexport function windowsConfigurationDeserializer(item: any): WindowsConfiguration {\n return {\n osType: item[\"osType\"],\n };\n}\n\n/** 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). */\nexport interface LinuxConfiguration extends OSConfiguration {\n /** Specifies whether password authentication should be disabled. */\n disablePasswordAuthentication?: boolean;\n /** Specifies the ssh key configuration for a Linux OS. (This property is deprecated, please use 'sshKeyPair' instead) */\n ssh?: SshConfiguration;\n /** The SSH Key-pair used to authenticate with the VM's. */\n sshKeyPair?: SshKeyPair;\n /** The OS Type */\n osType: \"Linux\";\n}\n\nexport function linuxConfigurationSerializer(item: LinuxConfiguration): any {\n return {\n osType: item[\"osType\"],\n disablePasswordAuthentication: item[\"disablePasswordAuthentication\"],\n ssh: !item[\"ssh\"] ? item[\"ssh\"] : sshConfigurationSerializer(item[\"ssh\"]),\n sshKeyPair: !item[\"sshKeyPair\"] ? item[\"sshKeyPair\"] : sshKeyPairSerializer(item[\"sshKeyPair\"]),\n };\n}\n\nexport function linuxConfigurationDeserializer(item: any): LinuxConfiguration {\n return {\n osType: item[\"osType\"],\n disablePasswordAuthentication: item[\"disablePasswordAuthentication\"],\n ssh: !item[\"ssh\"] ? item[\"ssh\"] : sshConfigurationDeserializer(item[\"ssh\"]),\n sshKeyPair: !item[\"sshKeyPair\"]\n ? item[\"sshKeyPair\"]\n : sshKeyPairDeserializer(item[\"sshKeyPair\"]),\n };\n}\n\n/** SSH configuration for Linux based VMs running on Azure */\nexport interface SshConfiguration {\n /** The list of SSH public keys used to authenticate with linux based VMs. */\n publicKeys?: SshPublicKey[];\n}\n\nexport function sshConfigurationSerializer(item: SshConfiguration): any {\n return {\n publicKeys: !item[\"publicKeys\"]\n ? item[\"publicKeys\"]\n : sshPublicKeyArraySerializer(item[\"publicKeys\"]),\n };\n}\n\nexport function sshConfigurationDeserializer(item: any): SshConfiguration {\n return {\n publicKeys: !item[\"publicKeys\"]\n ? item[\"publicKeys\"]\n : sshPublicKeyArrayDeserializer(item[\"publicKeys\"]),\n };\n}\n\nexport function sshPublicKeyArraySerializer(result: Array<SshPublicKey>): any[] {\n return result.map((item) => {\n return sshPublicKeySerializer(item);\n });\n}\n\nexport function sshPublicKeyArrayDeserializer(result: Array<SshPublicKey>): any[] {\n return result.map((item) => {\n return sshPublicKeyDeserializer(item);\n });\n}\n\n/** Contains information about SSH certificate public key and the path on the Linux VM where the public key is placed. */\nexport interface SshPublicKey {\n /** 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). */\n keyData?: string;\n}\n\nexport function sshPublicKeySerializer(item: SshPublicKey): any {\n return { keyData: item[\"keyData\"] };\n}\n\nexport function sshPublicKeyDeserializer(item: any): SshPublicKey {\n return {\n keyData: item[\"keyData\"],\n };\n}\n\n/** 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). */\nexport interface SshKeyPair {\n /** SSH public key */\n publicKey?: string;\n /** SSH private key. */\n privateKey?: string;\n}\n\nexport function sshKeyPairSerializer(item: SshKeyPair): any {\n return { publicKey: item[\"publicKey\"], privateKey: item[\"privateKey\"] };\n}\n\nexport function sshKeyPairDeserializer(item: any): SshKeyPair {\n return {\n publicKey: item[\"publicKey\"],\n privateKey: item[\"privateKey\"],\n };\n}\n\n/** The Disk Configuration Details. */\nexport interface DiskConfiguration {\n /** The disk configuration for the db volume. For HANA, Required volumes are: ['hana/data', 'hana/log', hana/shared', 'usr/sap', 'os'], Optional volume : ['backup']. */\n diskVolumeConfigurations?: Record<string, DiskVolumeConfiguration>;\n}\n\nexport function diskConfigurationSerializer(item: DiskConfiguration): any {\n return {\n diskVolumeConfigurations: !item[\"diskVolumeConfigurations\"]\n ? item[\"diskVolumeConfigurations\"]\n : diskVolumeConfigurationRecordSerializer(item[\"diskVolumeConfigurations\"]),\n };\n}\n\nexport function diskConfigurationDeserializer(item: any): DiskConfiguration {\n return {\n diskVolumeConfigurations: !item[\"diskVolumeConfigurations\"]\n ? item[\"diskVolumeConfigurations\"]\n : diskVolumeConfigurationRecordDeserializer(item[\"diskVolumeConfigurations\"]),\n };\n}\n\nexport function diskVolumeConfigurationRecordSerializer(\n item: Record<string, DiskVolumeConfiguration>,\n): Record<string, any> {\n const result: Record<string, any> = {};\n Object.keys(item).map((key) => {\n result[key] = !item[key] ? item[key] : diskVolumeConfigurationSerializer(item[key]);\n });\n return result;\n}\n\nexport function diskVolumeConfigurationRecordDeserializer(\n item: Record<string, any>,\n): Record<string, DiskVolumeConfiguration> {\n const result: Record<string, any> = {};\n Object.keys(item).map((key) => {\n result[key] = !item[key] ? item[key] : diskVolumeConfigurationDeserializer(item[key]);\n });\n return result;\n}\n\n/** The disk configuration required for the selected volume. */\nexport interface DiskVolumeConfiguration {\n /** The total number of disks required for the concerned volume. */\n count?: number;\n /** The disk size in GB. */\n sizeGB?: number;\n /** The disk SKU details. */\n sku?: DiskSku;\n}\n\nexport function diskVolumeConfigurationSerializer(item: DiskVolumeConfiguration): any {\n return {\n count: item[\"count\"],\n sizeGB: item[\"sizeGB\"],\n sku: !item[\"sku\"] ? item[\"sku\"] : diskSkuSerializer(item[\"sku\"]),\n };\n}\n\nexport function diskVolumeConfigurationDeserializer(item: any): DiskVolumeConfiguration {\n return {\n count: item[\"count\"],\n sizeGB: item[\"sizeGB\"],\n sku: !item[\"sku\"] ? item[\"sku\"] : diskSkuDeserializer(item[\"sku\"]),\n };\n}\n\n/** The type of disk sku. For example, Standard_LRS, Standard_ZRS, Premium_LRS, Premium_ZRS. */\nexport interface DiskSku {\n /** Defines the disk sku name. */\n name?: DiskSkuName;\n}\n\nexport function diskSkuSerializer(item: DiskSku): any {\n return { name: item[\"name\"] };\n}\n\nexport function diskSkuDeserializer(item: any): DiskSku {\n return {\n name: item[\"name\"],\n };\n}\n\n/** Defines the disk sku name. */\nexport enum KnownDiskSkuName {\n /** Standard LRS Disk SKU. */\n StandardLRS = \"Standard_LRS\",\n /** Premium_LRS Disk SKU. */\n PremiumLRS = \"Premium_LRS\",\n /** StandardSSD_LRS Disk SKU. */\n StandardSSDLRS = \"StandardSSD_LRS\",\n /** UltraSSD_LRS Disk SKU. */\n UltraSSDLRS = \"UltraSSD_LRS\",\n /** Premium_ZRS Disk SKU. */\n PremiumZRS = \"Premium_ZRS\",\n /** StandardSSD_ZRS Disk SKU. */\n StandardSSDZRS = \"StandardSSD_ZRS\",\n /** PremiumV2_LRS Disk SKU. */\n PremiumV2LRS = \"PremiumV2_LRS\",\n}\n\n/**\n * Defines the disk sku name. \\\n * {@link KnownDiskSkuName} can be used interchangeably with DiskSkuName,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Standard_LRS**: Standard LRS Disk SKU. \\\n * **Premium_LRS**: Premium_LRS Disk SKU. \\\n * **StandardSSD_LRS**: StandardSSD_LRS Disk SKU. \\\n * **UltraSSD_LRS**: UltraSSD_LRS Disk SKU. \\\n * **Premium_ZRS**: Premium_ZRS Disk SKU. \\\n * **StandardSSD_ZRS**: StandardSSD_ZRS Disk SKU. \\\n * **PremiumV2_LRS**: PremiumV2_LRS Disk SKU.\n */\nexport type DiskSkuName = string;\n\n/** The resource-names input to specify custom names for underlying azure resources that are part of a single server SAP system. */\nexport interface SingleServerCustomResourceNames {\n /** The naming pattern type. */\n /** The discriminator possible values: FullResourceName */\n namingPatternType: NamingPatternType;\n}\n\nexport function singleServerCustomResourceNamesSerializer(\n item: SingleServerCustomResourceNames,\n): any {\n return { namingPatternType: item[\"namingPatternType\"] };\n}\n\nexport function singleServerCustomResourceNamesDeserializer(\n item: any,\n): SingleServerCustomResourceNames {\n return {\n namingPatternType: item[\"namingPatternType\"],\n };\n}\n\n/** Alias for SingleServerCustomResourceNamesUnion */\nexport type SingleServerCustomResourceNamesUnion =\n | SingleServerFullResourceNames\n | SingleServerCustomResourceNames;\n\nexport function singleServerCustomResourceNamesUnionSerializer(\n item: SingleServerCustomResourceNamesUnion,\n): any {\n switch (item.namingPatternType) {\n case \"FullResourceName\":\n return singleServerFullResourceNamesSerializer(item as SingleServerFullResourceNames);\n\n default:\n return singleServerCustomResourceNamesSerializer(item);\n }\n}\n\nexport function singleServerCustomResourceNamesUnionDeserializer(\n item: any,\n): SingleServerCustomResourceNamesUnion {\n switch (item.namingPatternType) {\n case \"FullResourceName\":\n return singleServerFullResourceNamesDeserializer(item as SingleServerFullResourceNames);\n\n default:\n return singleServerCustomResourceNamesDeserializer(item);\n }\n}\n\n/** The pattern type to be used for resource naming. */\nexport enum KnownNamingPatternType {\n /** Full resource names that will be created by service. */\n FullResourceName = \"FullResourceName\",\n}\n\n/**\n * The pattern type to be used for resource naming. \\\n * {@link KnownNamingPatternType} can be used interchangeably with NamingPatternType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **FullResourceName**: Full resource names that will be created by service.\n */\nexport type NamingPatternType = string;\n\n/** The resource name object where the specified values will be full resource names of the corresponding resources in a single server SAP system. */\nexport interface SingleServerFullResourceNames extends SingleServerCustomResourceNames {\n /** The resource names object for virtual machine and related resources. */\n virtualMachine?: VirtualMachineResourceNames;\n /** The pattern type to be used for resource naming. */\n namingPatternType: \"FullResourceName\";\n}\n\nexport function singleServerFullResourceNamesSerializer(item: SingleServerFullResourceNames): any {\n return {\n namingPatternType: item[\"namingPatternType\"],\n virtualMachine: !item[\"virtualMachine\"]\n ? item[\"virtualMachine\"]\n : virtualMachineResourceNamesSerializer(item[\"virtualMachine\"]),\n };\n}\n\nexport function singleServerFullResourceNamesDeserializer(\n item: any,\n): SingleServerFullResourceNames {\n return {\n namingPatternType: item[\"namingPatternType\"],\n virtualMachine: !item[\"virtualMachine\"]\n ? item[\"virtualMachine\"]\n : virtualMachineResourceNamesDeserializer(item[\"virtualMachine\"]),\n };\n}\n\n/** The resource names object for virtual machine and related resources. */\nexport interface VirtualMachineResourceNames {\n /** 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. */\n vmName?: string;\n /** 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. */\n hostName?: string;\n /** The list of network interface name objects for the selected virtual machine. Currently, only one network interface is supported per virtual machine. */\n networkInterfaces?: NetworkInterfaceResourceNames[];\n /** 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. */\n osDiskName?: string;\n /** 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 */\n dataDiskNames?: Record<string, string[]>;\n}\n\nexport function virtualMachineResourceNamesSerializer(item: VirtualMachineResourceNames): any {\n return {\n vmName: item[\"vmName\"],\n hostName: item[\"hostName\"],\n networkInterfaces: !item[\"networkInterfaces\"]\n ? item[\"networkInterfaces\"]\n : networkInterfaceResourceNamesArraySerializer(item[\"networkInterfaces\"]),\n osDiskName: item[\"osDiskName\"],\n dataDiskNames: item[\"dataDiskNames\"],\n };\n}\n\nexport function virtualMachineResourceNamesDeserializer(item: any): VirtualMachineResourceNames {\n return {\n vmName: item[\"vmName\"],\n hostName: item[\"hostName\"],\n networkInterfaces: !item[\"networkInterfaces\"]\n ? item[\"networkInterfaces\"]\n : networkInterfaceResourceNamesArrayDeserializer(item[\"networkInterfaces\"]),\n osDiskName: item[\"osDiskName\"],\n dataDiskNames: item[\"dataDiskNames\"],\n };\n}\n\nexport function networkInterfaceResourceNamesArraySerializer(\n result: Array<NetworkInterfaceResourceNames>,\n): any[] {\n return result.map((item) => {\n return networkInterfaceResourceNamesSerializer(item);\n });\n}\n\nexport function networkInterfaceResourceNamesArrayDeserializer(\n result: Array<NetworkInterfaceResourceNames>,\n): any[] {\n return result.map((item) => {\n return networkInterfaceResourceNamesDeserializer(item);\n });\n}\n\n/** The resource names object for network interface and related resources. */\nexport interface NetworkInterfaceResourceNames {\n /** 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. */\n networkInterfaceName?: string;\n}\n\nexport function networkInterfaceResourceNamesSerializer(item: NetworkInterfaceResourceNames): any {\n return { networkInterfaceName: item[\"networkInterfaceName\"] };\n}\n\nexport function networkInterfaceResourceNamesDeserializer(\n item: any,\n): NetworkInterfaceResourceNames {\n return {\n networkInterfaceName: item[\"networkInterfaceName\"],\n };\n}\n\n/** 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) */\nexport interface ThreeTierConfiguration extends InfrastructureConfiguration {\n /** Network configuration common to all servers */\n networkConfiguration?: NetworkConfiguration;\n /** The central server configuration. */\n centralServer: CentralServerConfiguration;\n /** The application server configuration. */\n applicationServer: ApplicationServerConfiguration;\n /** The database configuration. */\n databaseServer: DatabaseConfiguration;\n /** The high availability configuration. */\n highAvailabilityConfig?: HighAvailabilityConfiguration;\n /** The storage configuration. */\n storageConfiguration?: StorageConfiguration;\n /** The set of custom names to be used for underlying azure resources that are part of the SAP system. */\n customResourceNames?: ThreeTierCustomResourceNamesUnion;\n /** The type of SAP deployment, ThreeTier in this case. */\n deploymentType: \"ThreeTier\";\n}\n\nexport function threeTierConfigurationSerializer(item: ThreeTierConfiguration): any {\n return {\n appResourceGroup: item[\"appResourceGroup\"],\n deploymentType: item[\"deploymentType\"],\n networkConfiguration: !item[\"networkConfiguration\"]\n ? item[\"networkConfiguration\"]\n : networkConfigurationSerializer(item[\"networkConfiguration\"]),\n centralServer: centralServerConfigurationSerializer(item[\"centralServer\"]),\n applicationServer: applicationServerConfigurationSerializer(item[\"applicationServer\"]),\n databaseServer: databaseConfigurationSerializer(item[\"databaseServer\"]),\n highAvailabilityConfig: !item[\"highAvailabilityConfig\"]\n ? item[\"highAvailabilityConfig\"]\n : highAvailabilityConfigurationSerializer(item[\"highAvailabilityConfig\"]),\n storageConfiguration: !item[\"storageConfiguration\"]\n ? item[\"storageConfiguration\"]\n : storageConfigurationSerializer(item[\"storageConfiguration\"]),\n customResourceNames: !item[\"customResourceNames\"]\n ? item[\"customResourceNames\"]\n : threeTierCustomResourceNamesUnionSerializer(item[\"customResourceNames\"]),\n };\n}\n\nexport function threeTierConfigurationDeserializer(item: any): ThreeTierConfiguration {\n return {\n appResourceGroup: item[\"appResourceGroup\"],\n deploymentType: item[\"deploymentType\"],\n networkConfiguration: !item[\"networkConfiguration\"]\n ? item[\"networkConfiguration\"]\n : networkConfigurationDeserializer(item[\"networkConfiguration\"]),\n centralServer: centralServerConfigurationDeserializer(item[\"centralServer\"]),\n applicationServer: applicationServerConfigurationDeserializer(item[\"applicationServer\"]),\n databaseServer: databaseConfigurationDeserializer(item[\"databaseServer\"]),\n highAvailabilityConfig: !item[\"highAvailabilityConfig\"]\n ? item[\"highAvailabilityConfig\"]\n : highAvailabilityConfigurationDeserializer(item[\"highAvailabilityConfig\"]),\n storageConfiguration: !item[\"storageConfiguration\"]\n ? item[\"storageConfiguration\"]\n : storageConfigurationDeserializer(item[\"storageConfiguration\"]),\n customResourceNames: !item[\"customResourceNames\"]\n ? item[\"customResourceNames\"]\n : threeTierCustomResourceNamesUnionDeserializer(item[\"customResourceNames\"]),\n };\n}\n\n/** Gets or sets the central server configuration. */\nexport interface CentralServerConfiguration {\n /** The subnet id. */\n subnetId: string;\n /** Gets or sets the virtual machine configuration. */\n virtualMachineConfiguration: VirtualMachineConfiguration;\n /** The number of central server VMs. */\n instanceCount: number;\n}\n\nexport function centralServerConfigurationSerializer(item: CentralServerConfiguration): any {\n return {\n subnetId: item[\"subnetId\"],\n virtualMachineConfiguration: virtualMachineConfigurationSerializer(\n item[\"virtualMachineConfiguration\"],\n ),\n instanceCount: item[\"instanceCount\"],\n };\n}\n\nexport function centralServerConfigurationDeserializer(item: any): CentralServerConfiguration {\n return {\n subnetId: item[\"subnetId\"],\n virtualMachineConfiguration: virtualMachineConfigurationDeserializer(\n item[\"virtualMachineConfiguration\"],\n ),\n instanceCount: item[\"instanceCount\"],\n };\n}\n\n/** Gets or sets the application server configuration. */\nexport interface ApplicationServerConfiguration {\n /** The subnet id. */\n subnetId: string;\n /** Gets or sets the virtual machine configuration. */\n virtualMachineConfiguration: VirtualMachineConfiguration;\n /** The number of app server instances. */\n instanceCount: number;\n}\n\nexport function applicationServerConfigurationSerializer(\n item: ApplicationServerConfiguration,\n): any {\n return {\n subnetId: item[\"subnetId\"],\n virtualMachineConfiguration: virtualMachineConfigurationSerializer(\n item[\"virtualMachineConfiguration\"],\n ),\n instanceCount: item[\"instanceCount\"],\n };\n}\n\nexport function applicationServerConfigurationDeserializer(\n item: any,\n): ApplicationServerConfiguration {\n return {\n subnetId: item[\"subnetId\"],\n virtualMachineConfiguration: virtualMachineConfigurationDeserializer(\n item[\"virtualMachineConfiguration\"],\n ),\n instanceCount: item[\"instanceCount\"],\n };\n}\n\n/** Gets or sets the database configuration. */\nexport interface DatabaseConfiguration {\n /** The database type. */\n databaseType?: SAPDatabaseType;\n /** The subnet id. */\n subnetId: string;\n /** Gets or sets the virtual machine configuration. */\n virtualMachineConfiguration: VirtualMachineConfiguration;\n /** The number of database VMs. */\n instanceCount: number;\n /** Gets or sets the disk configuration. */\n diskConfiguration?: DiskConfiguration;\n}\n\nexport function databaseConfigurationSerializer(item: DatabaseConfiguration): any {\n return {\n databaseType: item[\"databaseType\"],\n subnetId: item[\"subnetId\"],\n virtualMachineConfiguration: virtualMachineConfigurationSerializer(\n item[\"virtualMachineConfiguration\"],\n ),\n instanceCount: item[\"instanceCount\"],\n diskConfiguration: !item[\"diskConfiguration\"]\n ? item[\"diskConfiguration\"]\n : diskConfigurationSerializer(item[\"diskConfiguration\"]),\n };\n}\n\nexport function databaseConfigurationDeserializer(item: any): DatabaseConfiguration {\n return {\n databaseType: item[\"databaseType\"],\n subnetId: item[\"subnetId\"],\n virtualMachineConfiguration: virtualMachineConfigurationDeserializer(\n item[\"virtualMachineConfiguration\"],\n ),\n instanceCount: item[\"instanceCount\"],\n diskConfiguration: !item[\"diskConfiguration\"]\n ? item[\"diskConfiguration\"]\n : diskConfigurationDeserializer(item[\"diskConfiguration\"]),\n };\n}\n\n/** Gets or sets the high availability configuration. */\nexport interface HighAvailabilityConfiguration {\n /** The high availability type. */\n highAvailabilityType: SAPHighAvailabilityType;\n}\n\nexport function highAvailabilityConfigurationSerializer(item: HighAvailabilityConfiguration): any {\n return { highAvailabilityType: item[\"highAvailabilityType\"] };\n}\n\nexport function highAvailabilityConfigurationDeserializer(\n item: any,\n): HighAvailabilityConfiguration {\n return {\n highAvailabilityType: item[\"highAvailabilityType\"],\n };\n}\n\n/** The high availability type (AvailabilitySet or AvailabilityZone). */\nexport enum KnownSAPHighAvailabilityType {\n /** HA deployment with availability sets. */\n AvailabilitySet = \"AvailabilitySet\",\n /** HA deployment with availability zones. */\n AvailabilityZone = \"AvailabilityZone\",\n}\n\n/**\n * The high availability type (AvailabilitySet or AvailabilityZone). \\\n * {@link KnownSAPHighAvailabilityType} can be used interchangeably with SAPHighAvailabilityType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **AvailabilitySet**: HA deployment with availability sets. \\\n * **AvailabilityZone**: HA deployment with availability zones.\n */\nexport type SAPHighAvailabilityType = string;\n\n/** Gets or sets the storage configuration. */\nexport interface StorageConfiguration {\n /** The properties of the transport directory attached to the VIS. The default for transportFileShareConfiguration is the createAndMount flow if storage configuration is missing. */\n transportFileShareConfiguration?: FileShareConfigurationUnion;\n}\n\nexport function storageConfigurationSerializer(item: StorageConfiguration): any {\n return {\n transportFileShareConfiguration: !item[\"transportFileShareConfiguration\"]\n ? item[\"transportFileShareConfiguration\"]\n : fileShareConfigurationUnionSerializer(item[\"transportFileShareConfiguration\"]),\n };\n}\n\nexport function storageConfigurationDeserializer(item: any): StorageConfiguration {\n return {\n transportFileShareConfiguration: !item[\"transportFileShareConfiguration\"]\n ? item[\"transportFileShareConfiguration\"]\n : fileShareConfigurationUnionDeserializer(item[\"transportFileShareConfiguration\"]),\n };\n}\n\n/** File Share configuration details, populated with information on storage configuration mounted on the VIS. The createAndMount option is selected in case of missing input. */\nexport interface FileShareConfiguration {\n /** The type of file share config, eg: Mount/CreateAndMount/Skip. */\n /** The discriminator possible values: Skip, CreateAndMount, Mount */\n configurationType: FileShareConfigurationType;\n}\n\nexport function fileShareConfigurationSerializer(item: FileShareConfiguration): any {\n return { configurationType: item[\"configurationType\"] };\n}\n\nexport function fileShareConfigurationDeserializer(item: any): FileShareConfiguration {\n return {\n configurationType: item[\"configurationType\"],\n };\n}\n\n/** Alias for FileShareConfigurationUnion */\nexport type FileShareConfigurationUnion =\n | SkipFileShareConfiguration\n | CreateAndMountFileShareConfiguration\n | MountFileShareConfiguration\n | FileShareConfiguration;\n\nexport function fileShareConfigurationUnionSerializer(item: FileShareConfigurationUnion): any {\n switch (item.configurationType) {\n case \"Skip\":\n return skipFileShareConfigurationSerializer(item as SkipFileShareConfiguration);\n\n case \"CreateAndMount\":\n return createAndMountFileShareConfigurationSerializer(\n item as CreateAndMountFileShareConfiguration,\n );\n\n case \"Mount\":\n return mountFileShareConfigurationSerializer(item as MountFileShareConfiguration);\n\n default:\n return fileShareConfigurationSerializer(item);\n }\n}\n\nexport function fileShareConfigurationUnionDeserializer(item: any): FileShareConfigurationUnion {\n switch (item.configurationType) {\n case \"Skip\":\n return skipFileShareConfigurationDeserializer(item as SkipFileShareConfiguration);\n\n case \"CreateAndMount\":\n return createAndMountFileShareConfigurationDeserializer(\n item as CreateAndMountFileShareConfiguration,\n );\n\n case \"Mount\":\n return mountFileShareConfigurationDeserializer(item as MountFileShareConfiguration);\n\n default:\n return fileShareConfigurationDeserializer(item);\n }\n}\n\n/** The type of file share config. */\nexport enum KnownFileShareConfigurationType {\n /** Skip creating the file share. */\n Skip = \"Skip\",\n /** Fileshare will be created and mounted by service. */\n CreateAndMount = \"CreateAndMount\",\n /** Existing fileshare provided will be mounted by service. */\n Mount = \"Mount\",\n}\n\n/**\n * The type of file share config. \\\n * {@link KnownFileShareConfigurationType} can be used interchangeably with FileShareConfigurationType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Skip**: Skip creating the file share. \\\n * **CreateAndMount**: Fileshare will be created and mounted by service. \\\n * **Mount**: Existing fileshare provided will be mounted by service.\n */\nexport type FileShareConfigurationType = string;\n\n/** Gets or sets the file share configuration for scenarios where transport directory fileshare is not created or required. */\nexport interface SkipFileShareConfiguration extends FileShareConfiguration {\n /** The type of file share config, skip in this case i.e. fileshare is not created or required. */\n configurationType: \"Skip\";\n}\n\nexport function skipFileShareConfigurationSerializer(item: SkipFileShareConfiguration): any {\n return { configurationType: item[\"configurationType\"] };\n}\n\nexport function skipFileShareConfigurationDeserializer(item: any): SkipFileShareConfiguration {\n return {\n configurationType: item[\"configurationType\"],\n };\n}\n\n/** 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. */\nexport interface CreateAndMountFileShareConfiguration extends FileShareConfiguration {\n /** 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. */\n resourceGroup?: string;\n /** The name of file share storage account name . A custom name is used in case of missing input. */\n storageAccountName?: string;\n /** The type of file share config. */\n configurationType: \"CreateAndMount\";\n}\n\nexport function createAndMountFileShareConfigurationSerializer(\n item: CreateAndMountFileShareConfiguration,\n): any {\n return {\n configurationType: item[\"configurationType\"],\n resourceGroup: item[\"resourceGroup\"],\n storageAccountName: item[\"storageAccountName\"],\n };\n}\n\nexport function createAndMountFileShareConfigurationDeserializer(\n item: any,\n): CreateAndMountFileShareConfiguration {\n return {\n configurationType: item[\"configurationType\"],\n resourceGroup: item[\"resourceGroup\"],\n storageAccountName: item[\"storageAccountName\"],\n };\n}\n\n/** 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. */\nexport interface MountFileShareConfiguration extends FileShareConfiguration {\n /** The fileshare resource ID */\n id: string;\n /** The private endpoint resource ID */\n privateEndpointId: string;\n /** The type of file share config, mount in this case. */\n configurationType: \"Mount\";\n}\n\nexport function mountFileShareConfigurationSerializer(item: MountFileShareConfiguration): any {\n return {\n configurationType: item[\"configurationType\"],\n id: item[\"id\"],\n privateEndpointId: item[\"privateEndpointId\"],\n };\n}\n\nexport function mountFileShareConfigurationDeserializer(item: any): MountFileShareConfiguration {\n return {\n configurationType: item[\"configurationType\"],\n id: item[\"id\"],\n privateEndpointId: item[\"privateEndpointId\"],\n };\n}\n\n/** The resource-names input to specify custom names for underlying azure resources that are part of a three tier SAP system. */\nexport interface ThreeTierCustomResourceNames {\n /** The pattern type to be used for resource naming. */\n /** The discriminator possible values: FullResourceName */\n namingPatternType: NamingPatternType;\n}\n\nexport function threeTierCustomResourceNamesSerializer(item: ThreeTierCustomResourceNames): any {\n return { namingPatternType: item[\"namingPatternType\"] };\n}\n\nexport function threeTierCustomResourceNamesDeserializer(item: any): ThreeTierCustomResourceNames {\n return {\n namingPatternType: item[\"namingPatternType\"],\n };\n}\n\n/** Alias for ThreeTierCustomResourceNamesUnion */\nexport type ThreeTierCustomResourceNamesUnion =\n | ThreeTierFullResourceNames\n | ThreeTierCustomResourceNames;\n\nexport function threeTierCustomResourceNamesUnionSerializer(\n item: ThreeTierCustomResourceNamesUnion,\n): any {\n switch (item.namingPatternType) {\n case \"FullResourceName\":\n return threeTierFullResourceNamesSerializer(item as ThreeTierFullResourceNames);\n\n default:\n return threeTierCustomResourceNamesSerializer(item);\n }\n}\n\nexport function threeTierCustomResourceNamesUnionDeserializer(\n item: any,\n): ThreeTierCustomResourceNamesUnion {\n switch (item.namingPatternType) {\n case \"FullResourceName\":\n return threeTierFullResourceNamesDeserializer(item as ThreeTierFullResourceNames);\n\n default:\n return threeTierCustomResourceNamesDeserializer(item);\n }\n}\n\n/** The resource name object where the specified values will be full resource names of the corresponding resources in a three tier SAP system. */\nexport interface ThreeTierFullResourceNames extends ThreeTierCustomResourceNames {\n /** The full resource names object for central server layer resources. */\n centralServer?: CentralServerFullResourceNames;\n /** 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. */\n applicationServer?: ApplicationServerFullResourceNames;\n /** 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. */\n databaseServer?: DatabaseServerFullResourceNames;\n /** The resource names object for shared storage. */\n sharedStorage?: SharedStorageResourceNames;\n /** The pattern type to be used for resource naming, FullResourceName in this case. */\n namingPatternType: \"FullResourceName\";\n}\n\nexport function threeTierFullResourceNamesSerializer(item: ThreeTierFullResourceNames): any {\n return {\n namingPatternType: item[\"namingPatternType\"],\n centralServer: !item[\"centralServer\"]\n ? item[\"centralServer\"]\n : centralServerFullResourceNamesSerializer(item[\"centralServer\"]),\n applicationServer: !item[\"applicationServer\"]\n ? item[\"applicationServer\"]\n : applicationServerFullResourceNamesSerializer(item[\"applicationServer\"]),\n databaseServer: !item[\"databaseServer\"]\n ? item[\"databaseServer\"]\n : databaseServerFullResourceNamesSerializer(item[\"databaseServer\"]),\n sharedStorage: !item[\"sharedStorage\"]\n ? item[\"sharedStorage\"]\n : sharedStorageResourceNamesSerializer(item[\"sharedStorage\"]),\n };\n}\n\nexport function threeTierFullResourceNamesDeserializer(item: any): ThreeTierFullResourceNames {\n return {\n namingPatternType: item[\"namingPatternType\"],\n centralServer: !item[\"centralServer\"]\n ? item[\"centralServer\"]\n : centralServerFullResourceNamesDeserializer(item[\"centralServer\"]),\n applicationServer: !item[\"applicationServer\"]\n ? item[\"applicationServer\"]\n : applicationServerFullResourceNamesDeserializer(item[\"applicationServer\"]),\n databaseServer: !item[\"databaseServer\"]\n ? item[\"databaseServer\"]\n : databaseServerFullResourceNamesDeserializer(item[\"databaseServer\"]),\n sharedStorage: !item[\"sharedStorage\"]\n ? item[\"sharedStorage\"]\n : sharedStorageResourceNamesDeserializer(item[\"sharedStorage\"]),\n };\n}\n\n/** The full resource names object for central server layer resources. */\nexport interface CentralServerFullResourceNames {\n /** 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. */\n virtualMachines?: VirtualMachineResourceNames[];\n /** The full name for availability set. In case name is not provided, it will be defaulted to {SID}-ASCS-AvSet. */\n availabilitySetName?: string;\n /** The resource names object for load balancer and related resources. */\n loadBalancer?: LoadBalancerResourceNames;\n}\n\nexport function centralServerFullResourceNamesSerializer(\n item: CentralServerFullResourceNames,\n): any {\n return {\n virtualMachines: !item[\"virtualMachines\"]\n ? item[\"virtualMachines\"]\n : virtualMachineResourceNamesArraySerializer(item[\"virtualMachines\"]),\n availabilitySetName: item[\"availabilitySetName\"],\n loadBalancer: !item[\"loadBalancer\"]\n ? item[\"loadBalancer\"]\n : loadBalancerResourceNamesSerializer(item[\"loadBalancer\"]),\n };\n}\n\nexport function centralServerFullResourceNamesDeserializer(\n item: any,\n): CentralServerFullResourceNames {\n return {\n virtualMachines: !item[\"virtualMachines\"]\n ? item[\"virtualMachines\"]\n : virtualMachineResourceNamesArrayDeserializer(item[\"virtualMachines\"]),\n availabilitySetName: item[\"availabilitySetName\"],\n loadBalancer: !item[\"loadBalancer\"]\n ? item[\"loadBalancer\"]\n : loadBalancerResourceNamesDeserializer(item[\"loadBalancer\"]),\n };\n}\n\nexport function virtualMachineResourceNamesArraySerializer(\n result: Array<VirtualMachineResourceNames>,\n): any[] {\n return result.map((item) => {\n return virtualMachineResourceNamesSerializer(item);\n });\n}\n\nexport function virtualMachineResourceNamesArrayDeserializer(\n result: Array<VirtualMachineResourceNames>,\n): any[] {\n return result.map((item) => {\n return virtualMachineResourceNamesDeserializer(item);\n });\n}\n\n/** The resource names object for load balancer and related resources. */\nexport interface LoadBalancerResourceNames {\n /** The full resource name for load balancer. If this value is not provided, load balancer will be name as {ASCS/DB}-loadBalancer. */\n loadBalancerName?: string;\n /** 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. */\n frontendIpConfigurationNames?: string[];\n /** The list of backend pool names. Currently, ACSS deploys only one backend pool and hence, size of this list should be 1 */\n backendPoolNames?: string[];\n /** 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. */\n healthProbeNames?: string[];\n}\n\nexport function loadBalancerResourceNamesSerializer(item: LoadBalancerResourceNames): any {\n return {\n loadBalancerName: item[\"loadBalancerName\"],\n frontendIpConfigurationNames: !item[\"frontendIpConfigurationNames\"]\n ? item[\"frontendIpConfigurationNames\"]\n : item[\"frontendIpConfigurationNames\"].map((p: any) => {\n return p;\n }),\n backendPoolNames: !item[\"backendPoolNames\"]\n ? item[\"backendPoolNames\"]\n : item[\"backendPoolNames\"].map((p: any) => {\n return p;\n }),\n healthProbeNames: !item[\"healthProbeNames\"]\n ? item[\"healthProbeNames\"]\n : item[\"healthProbeNames\"].map((p: any) => {\n return p;\n }),\n };\n}\n\nexport function loadBalancerResourceNamesDeserializer(item: any): LoadBalancerResourceNames {\n return {\n loadBalancerName: item[\"loadBalancerName\"],\n frontendIpConfigurationNames: !item[\"frontendIpConfigurationNames\"]\n ? item[\"frontendIpConfigurationNames\"]\n : item[\"frontendIpConfigurationNames\"].map((p: any) => {\n return p;\n }),\n backendPoolNames: !item[\"backendPoolNames\"]\n ? item[\"backendPoolNames\"]\n : item[\"backendPoolNames\"].map((p: any) => {\n return p;\n }),\n healthProbeNames: !item[\"healthProbeNames\"]\n ? item[\"healthProbeNames\"]\n : item[\"healthProbeNames\"].map((p: any) => {\n return p;\n }),\n };\n}\n\n/** 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. */\nexport interface ApplicationServerFullResourceNames {\n /** The list of virtual machine naming details. */\n virtualMachines?: VirtualMachineResourceNames[];\n /** The full name for availability set. In case name is not provided, it will be defaulted to {SID}-App-AvSet. */\n availabilitySetName?: string;\n}\n\nexport function applicationServerFullResourceNamesSerializer(\n item: ApplicationServerFullResourceNames,\n): any {\n return {\n virtualMachines: !item[\"virtualMachines\"]\n ? item[\"virtualMachines\"]\n : virtualMachineResourceNamesArraySerializer(item[\"virtualMachines\"]),\n availabilitySetName: item[\"availabilitySetName\"],\n };\n}\n\nexport function applicationServerFullResourceNamesDeserializer(\n item: any,\n): ApplicationServerFullResourceNames {\n return {\n virtualMachines: !item[\"virtualMachines\"]\n ? item[\"virtualMachines\"]\n : virtualMachineResourceNamesArrayDeserializer(item[\"virtualMachines\"]),\n availabilitySetName: item[\"availabilitySetName\"],\n };\n}\n\n/** 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. */\nexport interface DatabaseServerFullResourceNames {\n /** The list of virtual machine naming details. */\n virtualMachines?: VirtualMachineResourceNames[];\n /** The full name for availability set. In case name is not provided, it will be defaulted to {SID}-DB-AvSet. */\n availabilitySetName?: string;\n /** The resource names object for load balancer and related resources. */\n loadBalancer?: LoadBalancerResourceNames;\n}\n\nexport function databaseServerFullResourceNamesSerializer(\n item: DatabaseServerFullResourceNames,\n): any {\n return {\n virtualMachines: !item[\"virtualMachines\"]\n ? item[\"virtualMachines\"]\n : virtualMachineResourceNamesArraySerializer(item[\"virtualMachines\"]),\n availabilitySetName: item[\"availabilitySetName\"],\n loadBalancer: !item[\"loadBalancer\"]\n ? item[\"loadBalancer\"]\n : loadBalancerResourceNamesSerializer(item[\"loadBalancer\"]),\n };\n}\n\nexport function databaseServerFullResourceNamesDeserializer(\n item: any,\n): DatabaseServerFullResourceNames {\n return {\n virtualMachines: !item[\"virtualMachines\"]\n ? item[\"virtualMachines\"]\n : virtualMachineResourceNamesArrayDeserializer(item[\"virtualMachines\"]),\n availabilitySetName: item[\"availabilitySetName\"],\n loadBalancer: !item[\"loadBalancer\"]\n ? item[\"loadBalancer\"]\n : loadBalancerResourceNamesDeserializer(item[\"loadBalancer\"]),\n };\n}\n\n/** The resource names object for shared storage. */\nexport interface SharedStorageResourceNames {\n /** The full name of the shared storage account. If it is not provided, it will be defaulted to {SID}nfs{guid of 15 chars}. */\n sharedStorageAccountName?: string;\n /** The full name of private end point for the shared storage account. If it is not provided, it will be defaulted to {storageAccountName}_pe */\n sharedStorageAccountPrivateEndPointName?: string;\n}\n\nexport function sharedStorageResourceNamesSerializer(item: SharedStorageResourceNames): any {\n return {\n sharedStorageAccountName: item[\"sharedStorageAccountName\"],\n sharedStorageAccountPrivateEndPointName: item[\"sharedStorageAccountPrivateEndPointName\"],\n };\n}\n\nexport function sharedStorageResourceNamesDeserializer(item: any): SharedStorageResourceNames {\n return {\n sharedStorageAccountName: item[\"sharedStorageAccountName\"],\n sharedStorageAccountPrivateEndPointName: item[\"sharedStorageAccountPrivateEndPointName\"],\n };\n}\n\n/** The SAP Software configuration Input. */\nexport interface SoftwareConfiguration {\n /** The SAP software installation type. */\n /** The discriminator possible values: ServiceInitiated, SAPInstallWithoutOSConfig, External */\n softwareInstallationType: SAPSoftwareInstallationType;\n}\n\nexport function softwareConfigurationSerializer(item: SoftwareConfiguration): any {\n return { softwareInstallationType: item[\"softwareInstallationType\"] };\n}\n\nexport function softwareConfigurationDeserializer(item: any): SoftwareConfiguration {\n return {\n softwareInstallationType: item[\"softwareInstallationType\"],\n };\n}\n\n/** Alias for SoftwareConfigurationUnion */\nexport type SoftwareConfigurationUnion =\n | ServiceInitiatedSoftwareConfiguration\n | SAPInstallWithoutOSConfigSoftwareConfiguration\n | ExternalInstallationSoftwareConfiguration\n | SoftwareConfiguration;\n\nexport function softwareConfigurationUnionSerializer(item: SoftwareConfigurationUnion): any {\n switch (item.softwareInstallationType) {\n case \"ServiceInitiated\":\n return serviceInitiatedSoftwareConfigurationSerializer(\n item as ServiceInitiatedSoftwareConfiguration,\n );\n\n case \"SAPInstallWithoutOSConfig\":\n return sapInstallWithoutOSConfigSoftwareConfigurationSerializer(\n item as SAPInstallWithoutOSConfigSoftwareConfiguration,\n );\n\n case \"External\":\n return externalInstallationSoftwareConfigurationSerializer(\n item as ExternalInstallationSoftwareConfiguration,\n );\n\n default:\n return softwareConfigurationSerializer(item);\n }\n}\n\nexport function softwareConfigurationUnionDeserializer(item: any): SoftwareConfigurationUnion {\n switch (item.softwareInstallationType) {\n case \"ServiceInitiated\":\n return serviceInitiatedSoftwareConfigurationDeserializer(\n item as ServiceInitiatedSoftwareConfiguration,\n );\n\n case \"SAPInstallWithoutOSConfig\":\n return sapInstallWithoutOSConfigSoftwareConfigurationDeserializer(\n item as SAPInstallWithoutOSConfigSoftwareConfiguration,\n );\n\n case \"External\":\n return externalInstallationSoftwareConfigurationDeserializer(\n item as ExternalInstallationSoftwareConfiguration,\n );\n\n default:\n return softwareConfigurationDeserializer(item);\n }\n}\n\n/** The SAP software installation Type. */\nexport enum KnownSAPSoftwareInstallationType {\n /** SAP Install managed by service. */\n ServiceInitiated = \"ServiceInitiated\",\n /** SAP Install without OS Config. */\n SAPInstallWithoutOSConfig = \"SAPInstallWithoutOSConfig\",\n /** External software installation type. */\n External = \"External\",\n}\n\n/**\n * The SAP software installation Type. \\\n * {@link KnownSAPSoftwareInstallationType} can be used interchangeably with SAPSoftwareInstallationType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **ServiceInitiated**: SAP Install managed by service. \\\n * **SAPInstallWithoutOSConfig**: SAP Install without OS Config. \\\n * **External**: External software installation type.\n */\nexport type SAPSoftwareInstallationType = string;\n\n/** The SAP Software configuration Input when the software is to be installed by service. */\nexport interface ServiceInitiatedSoftwareConfiguration extends SoftwareConfiguration {\n /** The URL to the SAP Build of Materials(BOM) file. */\n bomUrl: string;\n /** The software version to install. */\n softwareVersion: string;\n /** The SAP bits storage account id. */\n sapBitsStorageAccountId: string;\n /** The FQDN to set for the SAP system during install. */\n sapFqdn: string;\n /** The SSH private key. */\n sshPrivateKey: string;\n /** Gets or sets the HA software configuration. */\n highAvailabilitySoftwareConfiguration?: HighAvailabilitySoftwareConfiguration;\n /** The SAP software installation Type, service initiated in this case. */\n softwareInstallationType: \"ServiceInitiated\";\n}\n\nexport function serviceInitiatedSoftwareConfigurationSerializer(\n item: ServiceInitiatedSoftwareConfiguration,\n): any {\n return {\n softwareInstallationType: item[\"softwareInstallationType\"],\n bomUrl: item[\"bomUrl\"],\n softwareVersion: item[\"softwareVersion\"],\n sapBitsStorageAccountId: item[\"sapBitsStorageAccountId\"],\n sapFqdn: item[\"sapFqdn\"],\n sshPrivateKey: item[\"sshPrivateKey\"],\n highAvailabilitySoftwareConfiguration: !item[\"highAvailabilitySoftwareConfiguration\"]\n ? item[\"highAvailabilitySoftwareConfiguration\"]\n : highAvailabilitySoftwareConfigurationSerializer(\n item[\"highAvailabilitySoftwareConfiguration\"],\n ),\n };\n}\n\nexport function serviceInitiatedSoftwareConfigurationDeserializer(\n item: any,\n): ServiceInitiatedSoftwareConfiguration {\n return {\n softwareInstallationType: item[\"softwareInstallationType\"],\n bomUrl: item[\"bomUrl\"],\n softwareVersion: item[\"softwareVersion\"],\n sapBitsStorageAccountId: item[\"sapBitsStorageAccountId\"],\n sapFqdn: item[\"sapFqdn\"],\n sshPrivateKey: item[\"sshPrivateKey\"],\n highAvailabilitySoftwareConfiguration: !item[\"highAvailabilitySoftwareConfiguration\"]\n ? item[\"highAvailabilitySoftwareConfiguration\"]\n : highAvailabilitySoftwareConfigurationDeserializer(\n item[\"highAvailabilitySoftwareConfiguration\"],\n ),\n };\n}\n\n/** Gets or sets the HA software configuration. */\nexport interface HighAvailabilitySoftwareConfiguration {\n /** The fencing client id. */\n fencingClientId: string;\n /** The fencing client id secret/password. The secret should never expire. This will be used pacemaker to start/stop the cluster VMs. */\n fencingClientPassword: string;\n}\n\nexport function highAvailabilitySoftwareConfigurationSerializer(\n item: HighAvailabilitySoftwareConfiguration,\n): any {\n return {\n fencingClientId: item[\"fencingClientId\"],\n fencingClientPassword: item[\"fencingClientPassword\"],\n };\n}\n\nexport function highAvailabilitySoftwareConfigurationDeserializer(\n item: any,\n): HighAvailabilitySoftwareConfiguration {\n return {\n fencingClientId: item[\"fencingClientId\"],\n fencingClientPassword: item[\"fencingClientPassword\"],\n };\n}\n\n/** The SAP Software configuration Input when the software is to be installed by service without OS Configurations */\nexport interface SAPInstallWithoutOSConfigSoftwareConfiguration extends SoftwareConfiguration {\n /** The URL to the SAP Build of Materials(BOM) file. */\n bomUrl: string;\n /** The SAP bits storage account id. */\n sapBitsStorageAccountId: string;\n /** The software version to install. */\n softwareVersion: string;\n /** Gets or sets the HA software configuration. */\n highAvailabilitySoftwareConfiguration?: HighAvailabilitySoftwareConfiguration;\n /** The SAP software installation Type. */\n softwareInstallationType: \"SAPInstallWithoutOSConfig\";\n}\n\nexport function sapInstallWithoutOSConfigSoftwareConfigurationSerializer(\n item: SAPInstallWithoutOSConfigSoftwareConfiguration,\n): any {\n return {\n softwareInstallationType: item[\"softwareInstallationType\"],\n bomUrl: item[\"bomUrl\"],\n sapBitsStorageAccountId: item[\"sapBitsStorageAccountId\"],\n softwareVersion: item[\"softwareVersion\"],\n highAvailabilitySoftwareConfiguration: !item[\"highAvailabilitySoftwareConfiguration\"]\n ? item[\"highAvailabilitySoftwareConfiguration\"]\n : highAvailabilitySoftwareConfigurationSerializer(\n item[\"highAvailabilitySoftwareConfiguration\"],\n ),\n };\n}\n\nexport function sapInstallWithoutOSConfigSoftwareConfigurationDeserializer(\n item: any,\n): SAPInstallWithoutOSConfigSoftwareConfiguration {\n return {\n softwareInstallationType: item[\"softwareInstallationType\"],\n bomUrl: item[\"bomUrl\"],\n sapBitsStorageAccountId: item[\"sapBitsStorageAccountId\"],\n softwareVersion: item[\"softwareVersion\"],\n highAvailabilitySoftwareConfiguration: !item[\"highAvailabilitySoftwareConfiguration\"]\n ? item[\"highAvailabilitySoftwareConfiguration\"]\n : highAvailabilitySoftwareConfigurationDeserializer(\n item[\"highAvailabilitySoftwareConfiguration\"],\n ),\n };\n}\n\n/** The SAP Software configuration Input when the software is installed externally outside the service. */\nexport interface ExternalInstallationSoftwareConfiguration extends SoftwareConfiguration {\n /** The resource ID of the virtual machine containing the central server instance. */\n centralServerVmId?: string;\n /** The SAP software installation Type. */\n softwareInstallationType: \"External\";\n}\n\nexport function externalInstallationSoftwareConfigurationSerializer(\n item: ExternalInstallationSoftwareConfiguration,\n): any {\n return {\n softwareInstallationType: item[\"softwareInstallationType\"],\n centralServerVmId: item[\"centralServerVmId\"],\n };\n}\n\nexport function externalInstallationSoftwareConfigurationDeserializer(\n item: any,\n): ExternalInstallationSoftwareConfiguration {\n return {\n softwareInstallationType: item[\"softwareInstallationType\"],\n centralServerVmId: item[\"centralServerVmId\"],\n };\n}\n\n/** Deployment along with OS Configuration. */\nexport interface DeploymentWithOSConfiguration extends SAPConfiguration {\n /** The geo-location where the SAP system is to be created. */\n appLocation?: string;\n /** The infrastructure configuration. */\n infrastructureConfiguration?: InfrastructureConfigurationUnion;\n /** The software configuration. */\n softwareConfiguration?: SoftwareConfigurationUnion;\n /** The OS and SAP configuration. */\n osSapConfiguration?: OsSapConfiguration;\n /** The configuration Type. */\n configurationType: \"DeploymentWithOSConfig\";\n}\n\nexport function deploymentWithOSConfigurationSerializer(item: DeploymentWithOSConfiguration): any {\n return {\n configurationType: item[\"configurationType\"],\n appLocation: item[\"appLocation\"],\n infrastructureConfiguration: !item[\"infrastructureConfiguration\"]\n ? item[\"infrastructureConfiguration\"]\n : infrastructureConfigurationUnionSerializer(item[\"infrastructureConfiguration\"]),\n softwareConfiguration: !item[\"softwareConfiguration\"]\n ? item[\"softwareConfiguration\"]\n : softwareConfigurationUnionSerializer(item[\"softwareConfiguration\"]),\n osSapConfiguration: !item[\"osSapConfiguration\"]\n ? item[\"osSapConfiguration\"]\n : osSapConfigurationSerializer(item[\"osSapConfiguration\"]),\n };\n}\n\nexport function deploymentWithOSConfigurationDeserializer(\n item: any,\n): DeploymentWithOSConfiguration {\n return {\n configurationType: item[\"configurationType\"],\n appLocation: item[\"appLocation\"],\n infrastructureConfiguration: !item[\"infrastructureConfiguration\"]\n ? item[\"infrastructureConfiguration\"]\n : infrastructureConfigurationUnionDeserializer(item[\"infrastructureConfiguration\"]),\n softwareConfiguration: !item[\"softwareConfiguration\"]\n ? item[\"softwareConfiguration\"]\n : softwareConfigurationUnionDeserializer(item[\"softwareConfiguration\"]),\n osSapConfiguration: !item[\"osSapConfiguration\"]\n ? item[\"osSapConfiguration\"]\n : osSapConfigurationDeserializer(item[\"osSapConfiguration\"]),\n };\n}\n\n/** Defines the OS and SAP Configurations for Deployment */\nexport interface OsSapConfiguration {\n /** The url and storage account ID where deployer VM packages are uploaded */\n deployerVmPackages?: DeployerVmPackages;\n /** The FQDN to set for the SAP system */\n sapFqdn?: string;\n}\n\nexport function osSapConfigurationSerializer(item: OsSapConfiguration): any {\n return {\n deployerVmPackages: !item[\"deployerVmPackages\"]\n ? item[\"deployerVmPackages\"]\n : deployerVmPackagesSerializer(item[\"deployerVmPackages\"]),\n sapFqdn: item[\"sapFqdn\"],\n };\n}\n\nexport function osSapConfigurationDeserializer(item: any): OsSapConfiguration {\n return {\n deployerVmPackages: !item[\"deployerVmPackages\"]\n ? item[\"deployerVmPackages\"]\n : deployerVmPackagesDeserializer(item[\"deployerVmPackages\"]),\n sapFqdn: item[\"sapFqdn\"],\n };\n}\n\n/** Defines the url and storage account ID where deployer VM packages are uploaded */\nexport interface DeployerVmPackages {\n /** The URL to the deployer VM packages file. */\n url?: string;\n /** The deployer VM packages storage account id */\n storageAccountId?: string;\n}\n\nexport function deployerVmPackagesSerializer(item: DeployerVmPackages): any {\n return { url: item[\"url\"], storageAccountId: item[\"storageAccountId\"] };\n}\n\nexport function deployerVmPackagesDeserializer(item: any): DeployerVmPackages {\n return {\n url: item[\"url\"],\n storageAccountId: item[\"storageAccountId\"],\n };\n}\n\n/** Managed resource group configuration */\nexport interface ManagedRGConfiguration {\n /** Managed resource group name */\n name?: string;\n}\n\nexport function managedRGConfigurationSerializer(item: ManagedRGConfiguration): any {\n return { name: item[\"name\"] };\n}\n\nexport function managedRGConfigurationDeserializer(item: any): ManagedRGConfiguration {\n return {\n name: item[\"name\"],\n };\n}\n\n/** Defines the SAP Instance status. */\nexport enum KnownSAPVirtualInstanceStatus {\n /** SAP system is getting started. */\n Starting = \"Starting\",\n /** SAP system is running. */\n Running = \"Running\",\n /** SAP system is being stopped. */\n Stopping = \"Stopping\",\n /** SAP system is offline. */\n Offline = \"Offline\",\n /** SAP system is partially running. */\n PartiallyRunning = \"PartiallyRunning\",\n /** SAP system status is unavailable. */\n Unavailable = \"Unavailable\",\n /** Soft shutdown of SAP system is initiated. */\n SoftShutdown = \"SoftShutdown\",\n}\n\n/**\n * Defines the SAP Instance status. \\\n * {@link KnownSAPVirtualInstanceStatus} can be used interchangeably with SAPVirtualInstanceStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Starting**: SAP system is getting started. \\\n * **Running**: SAP system is running. \\\n * **Stopping**: SAP system is being stopped. \\\n * **Offline**: SAP system is offline. \\\n * **PartiallyRunning**: SAP system is partially running. \\\n * **Unavailable**: SAP system status is unavailable. \\\n * **SoftShutdown**: Soft shutdown of SAP system is initiated.\n */\nexport type SAPVirtualInstanceStatus = string;\n\n/** Defines the health of SAP Instances. */\nexport enum KnownSAPHealthState {\n /** SAP System health is unknown. */\n Unknown = \"Unknown\",\n /** SAP System health is healthy. */\n Healthy = \"Healthy\",\n /** SAP System is unhealthy. */\n Unhealthy = \"Unhealthy\",\n /** SAP System health is degraded. */\n Degraded = \"Degraded\",\n}\n\n/**\n * Defines the health of SAP Instances. \\\n * {@link KnownSAPHealthState} can be used interchangeably with SAPHealthState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Unknown**: SAP System health is unknown. \\\n * **Healthy**: SAP System health is healthy. \\\n * **Unhealthy**: SAP System is unhealthy. \\\n * **Degraded**: SAP System health is degraded.\n */\nexport type SAPHealthState = string;\n\n/** Defines the Virtual Instance for SAP state. */\nexport enum KnownSAPVirtualInstanceState {\n /** Infrastructure is not yet deployed. */\n InfrastructureDeploymentPending = \"InfrastructureDeploymentPending\",\n /** Infrastructure deployment is in progress. */\n InfrastructureDeploymentInProgress = \"InfrastructureDeploymentInProgress\",\n /** Infrastructure deployment has failed. */\n InfrastructureDeploymentFailed = \"InfrastructureDeploymentFailed\",\n /** Infrastructure deployment is successful. Software installation is pending. */\n SoftwareInstallationPending = \"SoftwareInstallationPending\",\n /** Software installation is in progress. */\n SoftwareInstallationInProgress = \"SoftwareInstallationInProgress\",\n /** Software installation failed. */\n SoftwareInstallationFailed = \"SoftwareInstallationFailed\",\n /** Software detection is in progress. */\n SoftwareDetectionInProgress = \"SoftwareDetectionInProgress\",\n /** Software detection failed. */\n SoftwareDetectionFailed = \"SoftwareDetectionFailed\",\n /** Registration has not started. */\n DiscoveryPending = \"DiscoveryPending\",\n /** Registration is in progress. */\n DiscoveryInProgress = \"DiscoveryInProgress\",\n /** Registration has failed. */\n DiscoveryFailed = \"DiscoveryFailed\",\n /** Registration is complete. */\n RegistrationComplete = \"RegistrationComplete\",\n /** ACSS installation cannot proceed. */\n AcssInstallationBlocked = \"ACSSInstallationBlocked\",\n}\n\n/**\n * Defines the Virtual Instance for SAP state. \\\n * {@link KnownSAPVirtualInstanceState} can be used interchangeably with SAPVirtualInstanceState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **InfrastructureDeploymentPending**: Infrastructure is not yet deployed. \\\n * **InfrastructureDeploymentInProgress**: Infrastructure deployment is in progress. \\\n * **InfrastructureDeploymentFailed**: Infrastructure deployment has failed. \\\n * **SoftwareInstallationPending**: Infrastructure deployment is successful. Software installation is pending. \\\n * **SoftwareInstallationInProgress**: Software installation is in progress. \\\n * **SoftwareInstallationFailed**: Software installation failed. \\\n * **SoftwareDetectionInProgress**: Software detection is in progress. \\\n * **SoftwareDetectionFailed**: Software detection failed. \\\n * **DiscoveryPending**: Registration has not started. \\\n * **DiscoveryInProgress**: Registration is in progress. \\\n * **DiscoveryFailed**: Registration has failed. \\\n * **RegistrationComplete**: Registration is complete. \\\n * **ACSSInstallationBlocked**: ACSS installation cannot proceed.\n */\nexport type SAPVirtualInstanceState = string;\n\n/** Defines the provisioning states. */\nexport enum KnownSapVirtualInstanceProvisioningState {\n /** ACSS succeeded provisioning state. */\n Succeeded = \"Succeeded\",\n /** ACSS updating provisioning state. */\n Updating = \"Updating\",\n /** ACSS Creating provisioning state. */\n Creating = \"Creating\",\n /** ACSS Failed provisioning state. */\n Failed = \"Failed\",\n /** ACSS Deleting provisioning state. */\n Deleting = \"Deleting\",\n /** ACSS Canceled provisioning state. */\n Canceled = \"Canceled\",\n}\n\n/**\n * Defines the provisioning states. \\\n * {@link KnownSapVirtualInstanceProvisioningState} can be used interchangeably with SapVirtualInstanceProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded**: ACSS succeeded provisioning state. \\\n * **Updating**: ACSS updating provisioning state. \\\n * **Creating**: ACSS Creating provisioning state. \\\n * **Failed**: ACSS Failed provisioning state. \\\n * **Deleting**: ACSS Deleting provisioning state. \\\n * **Canceled**: ACSS Canceled provisioning state.\n */\nexport type SapVirtualInstanceProvisioningState = string;\n\n/** An error response from the Virtual Instance for SAP Workload service. */\nexport interface SAPVirtualInstanceError {\n /** The Virtual Instance for SAP error body. */\n properties?: ErrorDefinition;\n}\n\nexport function sapVirtualInstanceErrorDeserializer(item: any): SAPVirtualInstanceError {\n return {\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : errorDefinitionDeserializer(item[\"properties\"]),\n };\n}\n\n/** Error definition. */\nexport interface ErrorDefinition {\n /** Service specific error code which serves as the substatus for the HTTP error code. */\n readonly code?: string;\n /** Description of the error. */\n readonly message?: string;\n /** Internal error details. */\n readonly details?: ErrorDefinition[];\n}\n\nexport function errorDefinitionDeserializer(item: any): ErrorDefinition {\n return {\n code: item[\"code\"],\n message: item[\"message\"],\n details: !item[\"details\"] ? item[\"details\"] : errorDefinitionArrayDeserializer(item[\"details\"]),\n };\n}\n\nexport function errorDefinitionArrayDeserializer(result: Array<ErrorDefinition>): any[] {\n return result.map((item) => {\n return errorDefinitionDeserializer(item);\n });\n}\n\n/** Managed service identity (user assigned identities) */\nexport interface SAPVirtualInstanceIdentity {\n /** The type of managed identity assigned to this resource. */\n type: SAPVirtualInstanceIdentityType;\n /** The identities assigned to this resource by the user. */\n userAssignedIdentities?: Record<string, UserAssignedIdentity | null>;\n}\n\nexport function sapVirtualInstanceIdentitySerializer(item: SAPVirtualInstanceIdentity): any {\n return {\n type: item[\"type\"],\n userAssignedIdentities: item[\"userAssignedIdentities\"],\n };\n}\n\nexport function sapVirtualInstanceIdentityDeserializer(item: any): SAPVirtualInstanceIdentity {\n return {\n type: item[\"type\"],\n userAssignedIdentities: item[\"userAssignedIdentities\"],\n };\n}\n\n/** Type of managed service identity (where only None and UserAssigned types are allowed). */\nexport enum KnownSAPVirtualInstanceIdentityType {\n /** No managed identity. */\n None = \"None\",\n /** User assigned managed identity. */\n UserAssigned = \"UserAssigned\",\n}\n\n/**\n * Type of managed service identity (where only None and UserAssigned types are allowed). \\\n * {@link KnownSAPVirtualInstanceIdentityType} can be used interchangeably with SAPVirtualInstanceIdentityType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None**: No managed identity. \\\n * **UserAssigned**: User assigned managed identity.\n */\nexport type SAPVirtualInstanceIdentityType = string;\n\n/** User assigned identity properties */\nexport interface UserAssignedIdentity {\n /** The client ID of the assigned identity. */\n readonly clientId?: string;\n /** The principal ID of the assigned identity. */\n readonly principalId?: string;\n}\n\nexport function userAssignedIdentitySerializer(item: UserAssignedIdentity): any {\n return item;\n}\n\nexport function userAssignedIdentityDeserializer(item: any): UserAssignedIdentity {\n return {\n clientId: item[\"clientId\"],\n principalId: item[\"principalId\"],\n };\n}\n\n/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */\nexport interface TrackedResource extends Resource {\n /** Resource tags. */\n tags?: Record<string, string>;\n /** The geo-location where the resource lives */\n location: string;\n}\n\nexport function trackedResourceSerializer(item: TrackedResource): any {\n return { tags: item[\"tags\"], location: item[\"location\"] };\n}\n\nexport function trackedResourceDeserializer(item: any): TrackedResource {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n tags: item[\"tags\"],\n location: item[\"location\"],\n };\n}\n\n/** Common fields that are returned in the response for all Azure Resource Manager resources */\nexport interface Resource {\n /** Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} */\n readonly id?: string;\n /** The name of the resource */\n readonly name?: string;\n /** The type of the resource. E.g. \"Microsoft.Compute/virtualMachines\" or \"Microsoft.Storage/storageAccounts\" */\n readonly type?: string;\n /** Azure Resource Manager metadata containing createdBy and modifiedBy information. */\n readonly systemData?: SystemData;\n}\n\nexport function resourceSerializer(item: Resource): any {\n return item;\n}\n\nexport function resourceDeserializer(item: any): Resource {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n };\n}\n\n/** Metadata pertaining to creation and last modification of the resource. */\nexport interface SystemData {\n /** The identity that created the resource. */\n createdBy?: string;\n /** The type of identity that created the resource. */\n createdByType?: CreatedByType;\n /** The timestamp of resource creation (UTC). */\n createdAt?: Date;\n /** The identity that last modified the resource. */\n lastModifiedBy?: string;\n /** The type of identity that last modified the resource. */\n lastModifiedByType?: CreatedByType;\n /** The timestamp of resource last modification (UTC) */\n lastModifiedAt?: Date;\n}\n\nexport function systemDataDeserializer(item: any): SystemData {\n return {\n createdBy: item[\"createdBy\"],\n createdByType: item[\"createdByType\"],\n createdAt: !item[\"createdAt\"] ? item[\"createdAt\"] : new Date(item[\"createdAt\"]),\n lastModifiedBy: item[\"lastModifiedBy\"],\n lastModifiedByType: item[\"lastModifiedByType\"],\n lastModifiedAt: !item[\"lastModifiedAt\"]\n ? item[\"lastModifiedAt\"]\n : new Date(item[\"lastModifiedAt\"]),\n };\n}\n\n/** The kind of entity that created the resource. */\nexport enum KnownCreatedByType {\n /** The entity was created by a user. */\n User = \"User\",\n /** The entity was created by an application. */\n Application = \"Application\",\n /** The entity was created by a managed identity. */\n ManagedIdentity = \"ManagedIdentity\",\n /** The entity was created by a key. */\n Key = \"Key\",\n}\n\n/**\n * The kind of entity that created the resource. \\\n * {@link KnowncreatedByType} can be used interchangeably with createdByType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **User**: The entity was created by a user. \\\n * **Application**: The entity was created by an application. \\\n * **ManagedIdentity**: The entity was created by a managed identity. \\\n * **Key**: The entity was created by a key.\n */\nexport type CreatedByType = string;\n\n/** Defines the request body for updating Virtual Instance for SAP. */\nexport interface UpdateSAPVirtualInstanceRequest {\n /** Gets or sets the Resource tags. */\n tags?: Record<string, string>;\n /** Managed service identity (user assigned identities) */\n identity?: SAPVirtualInstanceIdentity;\n /** The update properties. */\n properties?: UpdateSAPVirtualInstanceProperties;\n}\n\nexport function updateSAPVirtualInstanceRequestSerializer(\n item: UpdateSAPVirtualInstanceRequest,\n): any {\n return {\n tags: item[\"tags\"],\n identity: !item[\"identity\"]\n ? item[\"identity\"]\n : sapVirtualInstanceIdentitySerializer(item[\"identity\"]),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : updateSAPVirtualInstancePropertiesSerializer(item[\"properties\"]),\n };\n}\n\n/** Defines the update request body properties for updating Virtual Instance for SAP. */\nexport interface UpdateSAPVirtualInstanceProperties {\n /** 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 */\n managedResourcesNetworkAccessType?: ManagedResourcesNetworkAccessType;\n}\n\nexport function updateSAPVirtualInstancePropertiesSerializer(\n item: UpdateSAPVirtualInstanceProperties,\n): any {\n return {\n managedResourcesNetworkAccessType: item[\"managedResourcesNetworkAccessType\"],\n };\n}\n\n/** The response of a SAPVirtualInstance list operation. */\nexport interface _SAPVirtualInstanceListResult {\n /** The SAPVirtualInstance items on this page */\n value: SAPVirtualInstance[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _sapVirtualInstanceListResultDeserializer(\n item: any,\n): _SAPVirtualInstanceListResult {\n return {\n value: sapVirtualInstanceArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function sapVirtualInstanceArraySerializer(result: Array<SAPVirtualInstance>): any[] {\n return result.map((item) => {\n return sapVirtualInstanceSerializer(item);\n });\n}\n\nexport function sapVirtualInstanceArrayDeserializer(result: Array<SAPVirtualInstance>): any[] {\n return result.map((item) => {\n return sapVirtualInstanceDeserializer(item);\n });\n}\n\n/** Start SAP instance(s) request body. */\nexport interface StartRequest {\n /** The boolean value indicates whether to start the virtual machines before starting the SAP instances. */\n startVm?: boolean;\n}\n\nexport function startRequestSerializer(item: StartRequest): any {\n return { startVm: item[\"startVm\"] };\n}\n\n/** The current status of an async operation. */\nexport interface OperationStatusResult {\n /** Fully qualified ID for the async operation. */\n id?: string;\n /** Name of the async operation. */\n name?: string;\n /** Operation status. */\n status: string;\n /** Percent of the operation that is complete. */\n percentComplete?: number;\n /** The start time of the operation. */\n startTime?: Date;\n /** The end time of the operation. */\n endTime?: Date;\n /** The operations list. */\n operations?: OperationStatusResult[];\n /** If present, details of the operation error. */\n error?: ErrorDetail;\n /** Fully qualified ID of the resource against which the original async operation was started. */\n readonly resourceId?: string;\n}\n\nexport function operationStatusResultDeserializer(item: any): OperationStatusResult {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n status: item[\"status\"],\n percentComplete: item[\"percentComplete\"],\n startTime: !item[\"startTime\"] ? item[\"startTime\"] : new Date(item[\"startTime\"]),\n endTime: !item[\"endTime\"] ? item[\"endTime\"] : new Date(item[\"endTime\"]),\n operations: !item[\"operations\"]\n ? item[\"operations\"]\n : operationStatusResultArrayDeserializer(item[\"operations\"]),\n error: !item[\"error\"] ? item[\"error\"] : errorDetailDeserializer(item[\"error\"]),\n resourceId: item[\"resourceId\"],\n };\n}\n\nexport function operationStatusResultArrayDeserializer(\n result: Array<OperationStatusResult>,\n): any[] {\n return result.map((item) => {\n return operationStatusResultDeserializer(item);\n });\n}\n\n/** Stop SAP instance(s) request body. */\nexport interface StopRequest {\n /** 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. */\n softStopTimeoutSeconds?: number;\n /** The boolean value indicates whether to Stop and deallocate the virtual machines along with the SAP instances. */\n deallocateVm?: boolean;\n}\n\nexport function stopRequestSerializer(item: StopRequest): any {\n return {\n softStopTimeoutSeconds: item[\"softStopTimeoutSeconds\"],\n deallocateVm: item[\"deallocateVm\"],\n };\n}\n\n/** The SAP Sizing Recommendation request. */\nexport interface SAPSizingRecommendationRequest {\n /** The geo-location where the resource is to be created. */\n appLocation: string;\n /** Defines the environment type - Production/Non Production. */\n environment: SAPEnvironmentType;\n /** Defines the SAP Product type. */\n sapProduct: SAPProductType;\n /** The deployment type. Eg: SingleServer/ThreeTier */\n deploymentType: SAPDeploymentType;\n /** The SAP Application Performance Standard measurement. */\n saps: number;\n /** The database memory configuration. */\n dbMemory: number;\n /** The database type. */\n databaseType: SAPDatabaseType;\n /** The DB scale method. */\n dbScaleMethod?: SAPDatabaseScaleMethod;\n /** The high availability type. */\n highAvailabilityType?: SAPHighAvailabilityType;\n}\n\nexport function sapSizingRecommendationRequestSerializer(\n item: SAPSizingRecommendationRequest,\n): any {\n return {\n appLocation: item[\"appLocation\"],\n environment: item[\"environment\"],\n sapProduct: item[\"sapProduct\"],\n deploymentType: item[\"deploymentType\"],\n saps: item[\"saps\"],\n dbMemory: item[\"dbMemory\"],\n databaseType: item[\"databaseType\"],\n dbScaleMethod: item[\"dbScaleMethod\"],\n highAvailabilityType: item[\"highAvailabilityType\"],\n };\n}\n\n/** The database scale method. */\nexport enum KnownSAPDatabaseScaleMethod {\n /** ScaleUp Hana Database deployment type */\n ScaleUp = \"ScaleUp\",\n}\n\n/**\n * The database scale method. \\\n * {@link KnownSAPDatabaseScaleMethod} can be used interchangeably with SAPDatabaseScaleMethod,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **ScaleUp**: ScaleUp Hana Database deployment type\n */\nexport type SAPDatabaseScaleMethod = string;\n\n/** The SAP sizing recommendation result. */\nexport interface SAPSizingRecommendationResult {\n /** The deployment type. Eg: SingleServer/ThreeTier */\n /** The discriminator possible values: SingleServer, ThreeTier */\n deploymentType: SAPDeploymentType;\n}\n\nexport function sapSizingRecommendationResultDeserializer(\n item: any,\n): SAPSizingRecommendationResult {\n return {\n deploymentType: item[\"deploymentType\"],\n };\n}\n\n/** Alias for SAPSizingRecommendationResultUnion */\nexport type SAPSizingRecommendationResultUnion =\n | SingleServerRecommendationResult\n | ThreeTierRecommendationResult\n | SAPSizingRecommendationResult;\n\nexport function sapSizingRecommendationResultUnionDeserializer(\n item: any,\n): SAPSizingRecommendationResultUnion {\n switch (item.deploymentType) {\n case \"SingleServer\":\n return singleServerRecommendationResultDeserializer(item as SingleServerRecommendationResult);\n\n case \"ThreeTier\":\n return threeTierRecommendationResultDeserializer(item as ThreeTierRecommendationResult);\n\n default:\n return sapSizingRecommendationResultDeserializer(item);\n }\n}\n\n/** The recommended configuration for a single server SAP system. */\nexport interface SingleServerRecommendationResult extends SAPSizingRecommendationResult {\n /** The recommended VM SKU for single server. */\n vmSku?: string;\n /** The single server SAP deployment type. */\n deploymentType: \"SingleServer\";\n}\n\nexport function singleServerRecommendationResultDeserializer(\n item: any,\n): SingleServerRecommendationResult {\n return {\n deploymentType: item[\"deploymentType\"],\n vmSku: item[\"vmSku\"],\n };\n}\n\n/** The recommended configuration for a three tier SAP system. */\nexport interface ThreeTierRecommendationResult extends SAPSizingRecommendationResult {\n /** The database VM SKU. */\n dbVmSku?: string;\n /** The database server instance count. */\n databaseInstanceCount?: number;\n /** The central server VM SKU. */\n centralServerVmSku?: string;\n /** The central server instance count. */\n centralServerInstanceCount?: number;\n /** The application server VM SKU. */\n applicationServerVmSku?: string;\n /** The application server instance count. */\n applicationServerInstanceCount?: number;\n /** The three tier SAP deployment type. */\n deploymentType: \"ThreeTier\";\n}\n\nexport function threeTierRecommendationResultDeserializer(\n item: any,\n): ThreeTierRecommendationResult {\n return {\n deploymentType: item[\"deploymentType\"],\n dbVmSku: item[\"dbVmSku\"],\n databaseInstanceCount: item[\"databaseInstanceCount\"],\n centralServerVmSku: item[\"centralServerVmSku\"],\n centralServerInstanceCount: item[\"centralServerInstanceCount\"],\n applicationServerVmSku: item[\"applicationServerVmSku\"],\n applicationServerInstanceCount: item[\"applicationServerInstanceCount\"],\n };\n}\n\n/** The SAP request to get list of supported SKUs. */\nexport interface SAPSupportedSkusRequest {\n /** The geo-location where the resource is to be created. */\n appLocation: string;\n /** Defines the environment type - Production/Non Production. */\n environment: SAPEnvironmentType;\n /** Defines the SAP Product type. */\n sapProduct: SAPProductType;\n /** The deployment type. Eg: SingleServer/ThreeTier */\n deploymentType: SAPDeploymentType;\n /** The database type. Eg: HANA, DB2, etc */\n databaseType: SAPDatabaseType;\n /** The high availability type. */\n highAvailabilityType?: SAPHighAvailabilityType;\n}\n\nexport function sapSupportedSkusRequestSerializer(item: SAPSupportedSkusRequest): any {\n return {\n appLocation: item[\"appLocation\"],\n environment: item[\"environment\"],\n sapProduct: item[\"sapProduct\"],\n deploymentType: item[\"deploymentType\"],\n databaseType: item[\"databaseType\"],\n highAvailabilityType: item[\"highAvailabilityType\"],\n };\n}\n\n/** The list of supported SKUs for different resources which are part of SAP deployment. */\nexport interface SAPSupportedResourceSkusResult {\n /** Gets the list of SAP supported SKUs. */\n supportedSkus?: SAPSupportedSku[];\n}\n\nexport function sapSupportedResourceSkusResultDeserializer(\n item: any,\n): SAPSupportedResourceSkusResult {\n return {\n supportedSkus: !item[\"supportedSkus\"]\n ? item[\"supportedSkus\"]\n : sapSupportedSkuArrayDeserializer(item[\"supportedSkus\"]),\n };\n}\n\nexport function sapSupportedSkuArrayDeserializer(result: Array<SAPSupportedSku>): any[] {\n return result.map((item) => {\n return sapSupportedSkuDeserializer(item);\n });\n}\n\n/** The SAP supported SKU. */\nexport interface SAPSupportedSku {\n /** The VM Sku. */\n vmSku?: string;\n /** True if the Sku is certified for App server in the SAP system. */\n isAppServerCertified?: boolean;\n /** True if the Sku is certified for Database server in the SAP system. */\n isDatabaseCertified?: boolean;\n}\n\nexport function sapSupportedSkuDeserializer(item: any): SAPSupportedSku {\n return {\n vmSku: item[\"vmSku\"],\n isAppServerCertified: item[\"isAppServerCertified\"],\n isDatabaseCertified: item[\"isDatabaseCertified\"],\n };\n}\n\n/** The SAP request to get list of disk configurations. */\nexport interface SAPDiskConfigurationsRequest {\n /** The geo-location where the SAP resources will be created. */\n appLocation: string;\n /** Defines the environment type - Production/Non Production. */\n environment: SAPEnvironmentType;\n /** Defines the SAP Product type. */\n sapProduct: SAPProductType;\n /** The database type. Eg: HANA, DB2, etc */\n databaseType: SAPDatabaseType;\n /** The deployment type. Eg: SingleServer/ThreeTier */\n deploymentType: SAPDeploymentType;\n /** The VM SKU for database instance. */\n dbVmSku: string;\n}\n\nexport function sapDiskConfigurationsRequestSerializer(item: SAPDiskConfigurationsRequest): any {\n return {\n appLocation: item[\"appLocation\"],\n environment: item[\"environment\"],\n sapProduct: item[\"sapProduct\"],\n databaseType: item[\"databaseType\"],\n deploymentType: item[\"deploymentType\"],\n dbVmSku: item[\"dbVmSku\"],\n };\n}\n\n/** The list of disk configuration for vmSku which are part of SAP deployment. */\nexport interface SAPDiskConfigurationsResult {\n /** The disk configuration for the db volume. For HANA, Required volumes are: ['hana/data', 'hana/log', hana/shared', 'usr/sap', 'os'], Optional volume : ['backup']. */\n volumeConfigurations?: Record<string, SAPDiskConfiguration>;\n}\n\nexport function sapDiskConfigurationsResultDeserializer(item: any): SAPDiskConfigurationsResult {\n return {\n volumeConfigurations: !item[\"volumeConfigurations\"]\n ? item[\"volumeConfigurations\"]\n : sapDiskConfigurationRecordDeserializer(item[\"volumeConfigurations\"]),\n };\n}\n\nexport function sapDiskConfigurationRecordDeserializer(\n item: Record<string, any>,\n): Record<string, SAPDiskConfiguration> {\n const result: Record<string, any> = {};\n Object.keys(item).map((key) => {\n result[key] = !item[key] ? item[key] : sapDiskConfigurationDeserializer(item[key]);\n });\n return result;\n}\n\n/** The SAP Disk Configuration contains 'recommended disk' details and list of supported disks detail for a volume type. */\nexport interface SAPDiskConfiguration {\n /** The recommended disk details for a given VM Sku. */\n recommendedConfiguration?: DiskVolumeConfiguration;\n /** The list of supported disks for a given VM Sku. */\n supportedConfigurations?: DiskDetails[];\n}\n\nexport function sapDiskConfigurationDeserializer(item: any): SAPDiskConfiguration {\n return {\n recommendedConfiguration: !item[\"recommendedConfiguration\"]\n ? item[\"recommendedConfiguration\"]\n : diskVolumeConfigurationDeserializer(item[\"recommendedConfiguration\"]),\n supportedConfigurations: !item[\"supportedConfigurations\"]\n ? item[\"supportedConfigurations\"]\n : diskDetailsArrayDeserializer(item[\"supportedConfigurations\"]),\n };\n}\n\nexport function diskDetailsArrayDeserializer(result: Array<DiskDetails>): any[] {\n return result.map((item) => {\n return diskDetailsDeserializer(item);\n });\n}\n\n/** The supported disk size details for a disk type. */\nexport interface DiskDetails {\n /** The type of disk sku. For example, Standard_LRS, Standard_ZRS, Premium_LRS, Premium_ZRS. */\n sku?: DiskSku;\n /** The disk size in GB. */\n sizeGB?: number;\n /** The minimum supported disk count. */\n minimumSupportedDiskCount?: number;\n /** The maximum supported disk count. */\n maximumSupportedDiskCount?: number;\n /** The disk Iops. */\n iopsReadWrite?: number;\n /** The disk provisioned throughput in MBps. */\n mbpsReadWrite?: number;\n /** The disk tier, e.g. P10, E10. */\n diskTier?: string;\n}\n\nexport function diskDetailsDeserializer(item: any): DiskDetails {\n return {\n sku: !item[\"sku\"] ? item[\"sku\"] : diskSkuDeserializer(item[\"sku\"]),\n sizeGB: item[\"sizeGB\"],\n minimumSupportedDiskCount: item[\"minimumSupportedDiskCount\"],\n maximumSupportedDiskCount: item[\"maximumSupportedDiskCount\"],\n iopsReadWrite: item[\"iopsReadWrite\"],\n mbpsReadWrite: item[\"mbpsReadWrite\"],\n diskTier: item[\"diskTier\"],\n };\n}\n\n/** The SAP request to get list of availability zones. */\nexport interface SAPAvailabilityZoneDetailsRequest {\n /** The geo-location where the SAP resources will be created. */\n appLocation: string;\n /** Defines the SAP Product type. */\n sapProduct: SAPProductType;\n /** The database type. Eg: HANA, DB2, etc */\n databaseType: SAPDatabaseType;\n}\n\nexport function sapAvailabilityZoneDetailsRequestSerializer(\n item: SAPAvailabilityZoneDetailsRequest,\n): any {\n return {\n appLocation: item[\"appLocation\"],\n sapProduct: item[\"sapProduct\"],\n databaseType: item[\"databaseType\"],\n };\n}\n\n/** The list of supported availability zone pairs which are part of SAP HA deployment. */\nexport interface SAPAvailabilityZoneDetailsResult {\n /** Gets the list of availability zone pairs. */\n availabilityZonePairs?: SAPAvailabilityZonePair[];\n}\n\nexport function sapAvailabilityZoneDetailsResultDeserializer(\n item: any,\n): SAPAvailabilityZoneDetailsResult {\n return {\n availabilityZonePairs: !item[\"availabilityZonePairs\"]\n ? item[\"availabilityZonePairs\"]\n : sapAvailabilityZonePairArrayDeserializer(item[\"availabilityZonePairs\"]),\n };\n}\n\nexport function sapAvailabilityZonePairArrayDeserializer(\n result: Array<SAPAvailabilityZonePair>,\n): any[] {\n return result.map((item) => {\n return sapAvailabilityZonePairDeserializer(item);\n });\n}\n\n/** The SAP Availability Zone Pair. */\nexport interface SAPAvailabilityZonePair {\n /** The zone A. */\n zoneA?: number;\n /** The zone B. */\n zoneB?: number;\n}\n\nexport function sapAvailabilityZonePairDeserializer(item: any): SAPAvailabilityZonePair {\n return {\n zoneA: item[\"zoneA\"],\n zoneB: item[\"zoneB\"],\n };\n}\n\n/** Define the SAP Central Services Instance resource. */\nexport interface SAPCentralServerInstance extends TrackedResource {\n /** The resource-specific properties for this resource. */\n properties?: SAPCentralServerProperties;\n}\n\nexport function sapCentralServerInstanceSerializer(item: SAPCentralServerInstance): any {\n return {\n tags: item[\"tags\"],\n location: item[\"location\"],\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : sapCentralServerPropertiesSerializer(item[\"properties\"]),\n };\n}\n\nexport function sapCentralServerInstanceDeserializer(item: any): SAPCentralServerInstance {\n return {\n tags: item[\"tags\"],\n location: item[\"location\"],\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : sapCentralServerPropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** Defines the SAP Central Services Instance properties. */\nexport interface SAPCentralServerProperties {\n /** The central services instance number. */\n readonly instanceNo?: string;\n /** The central services instance subnet. */\n readonly subnet?: string;\n /** Defines the SAP message server properties. */\n messageServerProperties?: MessageServerProperties;\n /** Defines the SAP Enqueue Server properties. */\n enqueueServerProperties?: EnqueueServerProperties;\n /** Defines the SAP Gateway Server properties. */\n gatewayServerProperties?: GatewayServerProperties;\n /** Defines the SAP Enqueue Replication Server (ERS) properties. */\n enqueueReplicationServerProperties?: EnqueueReplicationServerProperties;\n /** The central services instance Kernel Version. */\n readonly kernelVersion?: string;\n /** The central services instance Kernel Patch level. */\n readonly kernelPatch?: string;\n /** The Load Balancer details such as LoadBalancer ID attached to ASCS Virtual Machines */\n readonly loadBalancerDetails?: LoadBalancerDetails;\n /** The list of virtual machines corresponding to the Central Services instance. */\n readonly vmDetails?: CentralServerVmDetails[];\n /** Defines the SAP Instance status. */\n readonly status?: SAPVirtualInstanceStatus;\n /** Defines the health of SAP Instances. */\n readonly health?: SAPHealthState;\n /** Defines the provisioning states. */\n readonly provisioningState?: SapVirtualInstanceProvisioningState;\n /** Defines the errors related to SAP Central Services Instance resource. */\n readonly errors?: SAPVirtualInstanceError;\n}\n\nexport function sapCentralServerPropertiesSerializer(item: SAPCentralServerProperties): any {\n return {\n messageServerProperties: !item[\"messageServerProperties\"]\n ? item[\"messageServerProperties\"]\n : messageServerPropertiesSerializer(item[\"messageServerProperties\"]),\n enqueueServerProperties: !item[\"enqueueServerProperties\"]\n ? item[\"enqueueServerProperties\"]\n : enqueueServerPropertiesSerializer(item[\"enqueueServerProperties\"]),\n gatewayServerProperties: !item[\"gatewayServerProperties\"]\n ? item[\"gatewayServerProperties\"]\n : gatewayServerPropertiesSerializer(item[\"gatewayServerProperties\"]),\n enqueueReplicationServerProperties: !item[\"enqueueReplicationServerProperties\"]\n ? item[\"enqueueReplicationServerProperties\"]\n : enqueueReplicationServerPropertiesSerializer(item[\"enqueueReplicationServerProperties\"]),\n };\n}\n\nexport function sapCentralServerPropertiesDeserializer(item: any): SAPCentralServerProperties {\n return {\n instanceNo: item[\"instanceNo\"],\n subnet: item[\"subnet\"],\n messageServerProperties: !item[\"messageServerProperties\"]\n ? item[\"messageServerProperties\"]\n : messageServerPropertiesDeserializer(item[\"messageServerProperties\"]),\n enqueueServerProperties: !item[\"enqueueServerProperties\"]\n ? item[\"enqueueServerProperties\"]\n : enqueueServerPropertiesDeserializer(item[\"enqueueServerProperties\"]),\n gatewayServerProperties: !item[\"gatewayServerProperties\"]\n ? item[\"gatewayServerProperties\"]\n : gatewayServerPropertiesDeserializer(item[\"gatewayServerProperties\"]),\n enqueueReplicationServerProperties: !item[\"enqueueReplicationServerProperties\"]\n ? item[\"enqueueReplicationServerProperties\"]\n : enqueueReplicationServerPropertiesDeserializer(item[\"enqueueReplicationServerProperties\"]),\n kernelVersion: item[\"kernelVersion\"],\n kernelPatch: item[\"kernelPatch\"],\n loadBalancerDetails: !item[\"loadBalancerDetails\"]\n ? item[\"loadBalancerDetails\"]\n : loadBalancerDetailsDeserializer(item[\"loadBalancerDetails\"]),\n vmDetails: !item[\"vmDetails\"]\n ? item[\"vmDetails\"]\n : centralServerVmDetailsArrayDeserializer(item[\"vmDetails\"]),\n status: item[\"status\"],\n health: item[\"health\"],\n provisioningState: item[\"provisioningState\"],\n errors: !item[\"errors\"] ? item[\"errors\"] : sapVirtualInstanceErrorDeserializer(item[\"errors\"]),\n };\n}\n\n/** Defines the SAP message server properties. */\nexport interface MessageServerProperties {\n /** message server port. */\n readonly msPort?: number;\n /** message server internal MS port. */\n readonly internalMsPort?: number;\n /** message server HTTP Port. */\n readonly httpPort?: number;\n /** message server HTTPS Port. */\n readonly httpsPort?: number;\n /** message server SAP Hostname. */\n readonly hostname?: string;\n /** message server IP Address. */\n readonly ipAddress?: string;\n /** Defines the health of SAP Instances. */\n readonly health?: SAPHealthState;\n}\n\nexport function messageServerPropertiesSerializer(item: MessageServerProperties): any {\n return item;\n}\n\nexport function messageServerPropertiesDeserializer(item: any): MessageServerProperties {\n return {\n msPort: item[\"msPort\"],\n internalMsPort: item[\"internalMsPort\"],\n httpPort: item[\"httpPort\"],\n httpsPort: item[\"httpsPort\"],\n hostname: item[\"hostname\"],\n ipAddress: item[\"ipAddress\"],\n health: item[\"health\"],\n };\n}\n\n/** Defines the SAP Enqueue Server properties. */\nexport interface EnqueueServerProperties {\n /** Enqueue Server SAP Hostname. */\n readonly hostname?: string;\n /** Enqueue Server SAP IP Address. */\n readonly ipAddress?: string;\n /** Enqueue Server Port. */\n readonly port?: number;\n /** Defines the health of SAP Instances. */\n readonly health?: SAPHealthState;\n}\n\nexport function enqueueServerPropertiesSerializer(item: EnqueueServerProperties): any {\n return item;\n}\n\nexport function enqueueServerPropertiesDeserializer(item: any): EnqueueServerProperties {\n return {\n hostname: item[\"hostname\"],\n ipAddress: item[\"ipAddress\"],\n port: item[\"port\"],\n health: item[\"health\"],\n };\n}\n\n/** Defines the SAP Gateway Server properties. */\nexport interface GatewayServerProperties {\n /** Gateway Port. */\n readonly port?: number;\n /** Defines the health of SAP Instances. */\n readonly health?: SAPHealthState;\n}\n\nexport function gatewayServerPropertiesSerializer(item: GatewayServerProperties): any {\n return item;\n}\n\nexport function gatewayServerPropertiesDeserializer(item: any): GatewayServerProperties {\n return {\n port: item[\"port\"],\n health: item[\"health\"],\n };\n}\n\n/** Defines the SAP Enqueue Replication Server (ERS) properties. */\nexport interface EnqueueReplicationServerProperties {\n /** Defines the type of Enqueue Replication Server. */\n readonly ersVersion?: EnqueueReplicationServerType;\n /** ERS Instance Number. */\n readonly instanceNo?: string;\n /** ERS SAP Hostname. */\n readonly hostname?: string;\n /** ERS SAP Kernel Version. */\n readonly kernelVersion?: string;\n /** ERS SAP Kernel Patch level. */\n readonly kernelPatch?: string;\n /** ERS SAP IP Address. */\n readonly ipAddress?: string;\n /** Defines the health of SAP Instances. */\n readonly health?: SAPHealthState;\n}\n\nexport function enqueueReplicationServerPropertiesSerializer(\n item: EnqueueReplicationServerProperties,\n): any {\n return item;\n}\n\nexport function enqueueReplicationServerPropertiesDeserializer(\n item: any,\n): EnqueueReplicationServerProperties {\n return {\n ersVersion: item[\"ersVersion\"],\n instanceNo: item[\"instanceNo\"],\n hostname: item[\"hostname\"],\n kernelVersion: item[\"kernelVersion\"],\n kernelPatch: item[\"kernelPatch\"],\n ipAddress: item[\"ipAddress\"],\n health: item[\"health\"],\n };\n}\n\n/** Defines the type of Enqueue Replication Server. */\nexport enum KnownEnqueueReplicationServerType {\n /** Enqueue Replication server type 1. */\n EnqueueReplicator1 = \"EnqueueReplicator1\",\n /** Enqueue Replication server type 2. */\n EnqueueReplicator2 = \"EnqueueReplicator2\",\n}\n\n/**\n * Defines the type of Enqueue Replication Server. \\\n * {@link KnownEnqueueReplicationServerType} can be used interchangeably with EnqueueReplicationServerType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **EnqueueReplicator1**: Enqueue Replication server type 1. \\\n * **EnqueueReplicator2**: Enqueue Replication server type 2.\n */\nexport type EnqueueReplicationServerType = string;\n\n/** The Load Balancer details such as Load Balancer ID. */\nexport interface LoadBalancerDetails {\n /** Fully qualified resource ID for the load balancer. */\n readonly id?: string;\n}\n\nexport function loadBalancerDetailsDeserializer(item: any): LoadBalancerDetails {\n return {\n id: item[\"id\"],\n };\n}\n\nexport function centralServerVmDetailsArrayDeserializer(\n result: Array<CentralServerVmDetails>,\n): any[] {\n return result.map((item) => {\n return centralServerVmDetailsDeserializer(item);\n });\n}\n\n/** The SAP Central Services Instance VM details. */\nexport interface CentralServerVmDetails {\n /** Defines the type of central server VM. */\n readonly type?: CentralServerVirtualMachineType;\n /** The virtual machine id. */\n readonly virtualMachineId?: string;\n /** Storage details of all the Storage Accounts attached to the ASCS Virtual Machine. For e.g. NFS on AFS Shared Storage. */\n readonly storageDetails?: StorageInformation[];\n}\n\nexport function centralServerVmDetailsDeserializer(item: any): CentralServerVmDetails {\n return {\n type: item[\"type\"],\n virtualMachineId: item[\"virtualMachineId\"],\n storageDetails: !item[\"storageDetails\"]\n ? item[\"storageDetails\"]\n : storageInformationArrayDeserializer(item[\"storageDetails\"]),\n };\n}\n\n/** Defines the type of central server VM. */\nexport enum KnownCentralServerVirtualMachineType {\n /** Primary central server vm. */\n Primary = \"Primary\",\n /** Secondary central server vm. */\n Secondary = \"Secondary\",\n /** Central server vm type unknown. */\n Unknown = \"Unknown\",\n /** ASCS Central server vm type. */\n Ascs = \"ASCS\",\n /** ERSInactive Central server vm type. */\n ERSInactive = \"ERSInactive\",\n /** ERS Central server vm type. */\n ERS = \"ERS\",\n /** Standby Central server vm type. */\n Standby = \"Standby\",\n}\n\n/**\n * Defines the type of central server VM. \\\n * {@link KnownCentralServerVirtualMachineType} can be used interchangeably with CentralServerVirtualMachineType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Primary**: Primary central server vm. \\\n * **Secondary**: Secondary central server vm. \\\n * **Unknown**: Central server vm type unknown. \\\n * **ASCS**: ASCS Central server vm type. \\\n * **ERSInactive**: ERSInactive Central server vm type. \\\n * **ERS**: ERS Central server vm type. \\\n * **Standby**: Standby Central server vm type.\n */\nexport type CentralServerVirtualMachineType = string;\n\nexport function storageInformationArrayDeserializer(result: Array<StorageInformation>): any[] {\n return result.map((item) => {\n return storageInformationDeserializer(item);\n });\n}\n\n/** Storage details of all the Storage accounts attached to the VM. For e.g. NFS on AFS Shared Storage. */\nexport interface StorageInformation {\n /** Fully qualified resource ID for the storage account. */\n readonly id?: string;\n}\n\nexport function storageInformationDeserializer(item: any): StorageInformation {\n return {\n id: item[\"id\"],\n };\n}\n\n/** Defines the request body for updating SAP Central Instance. */\nexport interface UpdateSAPCentralInstanceRequest {\n /** Gets or sets the Resource tags. */\n tags?: Record<string, string>;\n}\n\nexport function updateSAPCentralInstanceRequestSerializer(\n item: UpdateSAPCentralInstanceRequest,\n): any {\n return { tags: item[\"tags\"] };\n}\n\n/** The response of a SAPCentralServerInstance list operation. */\nexport interface _SAPCentralServerInstanceListResult {\n /** The SAPCentralServerInstance items on this page */\n value: SAPCentralServerInstance[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _sapCentralServerInstanceListResultDeserializer(\n item: any,\n): _SAPCentralServerInstanceListResult {\n return {\n value: sapCentralServerInstanceArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function sapCentralServerInstanceArraySerializer(\n result: Array<SAPCentralServerInstance>,\n): any[] {\n return result.map((item) => {\n return sapCentralServerInstanceSerializer(item);\n });\n}\n\nexport function sapCentralServerInstanceArrayDeserializer(\n result: Array<SAPCentralServerInstance>,\n): any[] {\n return result.map((item) => {\n return sapCentralServerInstanceDeserializer(item);\n });\n}\n\n/** Define the Database resource. */\nexport interface SAPDatabaseInstance extends TrackedResource {\n /** The resource-specific properties for this resource. */\n properties?: SAPDatabaseProperties;\n}\n\nexport function sapDatabaseInstanceSerializer(item: SAPDatabaseInstance): any {\n return {\n tags: item[\"tags\"],\n location: item[\"location\"],\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : sapDatabasePropertiesSerializer(item[\"properties\"]),\n };\n}\n\nexport function sapDatabaseInstanceDeserializer(item: any): SAPDatabaseInstance {\n return {\n tags: item[\"tags\"],\n location: item[\"location\"],\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : sapDatabasePropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** Defines the Database properties. */\nexport interface SAPDatabaseProperties {\n /** Database subnet. */\n readonly subnet?: string;\n /** Database SID name. */\n readonly databaseSid?: string;\n /** Database type, that is if the DB is HANA, DB2, Oracle, SAP ASE, Max DB or MS SQL Server. */\n readonly databaseType?: string;\n /** Database IP Address. */\n readonly ipAddress?: string;\n /** The Load Balancer details such as LoadBalancer ID attached to Database Virtual Machines */\n readonly loadBalancerDetails?: LoadBalancerDetails;\n /** The list of virtual machines corresponding to the Database resource. */\n readonly vmDetails?: DatabaseVmDetails[];\n /** Defines the SAP Instance status. */\n readonly status?: SAPVirtualInstanceStatus;\n /** Defines the provisioning states. */\n readonly provisioningState?: SapVirtualInstanceProvisioningState;\n /** Defines the errors related to Database resource. */\n readonly errors?: SAPVirtualInstanceError;\n}\n\nexport function sapDatabasePropertiesSerializer(item: SAPDatabaseProperties): any {\n return item;\n}\n\nexport function sapDatabasePropertiesDeserializer(item: any): SAPDatabaseProperties {\n return {\n subnet: item[\"subnet\"],\n databaseSid: item[\"databaseSid\"],\n databaseType: item[\"databaseType\"],\n ipAddress: item[\"ipAddress\"],\n loadBalancerDetails: !item[\"loadBalancerDetails\"]\n ? item[\"loadBalancerDetails\"]\n : loadBalancerDetailsDeserializer(item[\"loadBalancerDetails\"]),\n vmDetails: !item[\"vmDetails\"]\n ? item[\"vmDetails\"]\n : databaseVmDetailsArrayDeserializer(item[\"vmDetails\"]),\n status: item[\"status\"],\n provisioningState: item[\"provisioningState\"],\n errors: !item[\"errors\"] ? item[\"errors\"] : sapVirtualInstanceErrorDeserializer(item[\"errors\"]),\n };\n}\n\nexport function databaseVmDetailsArrayDeserializer(result: Array<DatabaseVmDetails>): any[] {\n return result.map((item) => {\n return databaseVmDetailsDeserializer(item);\n });\n}\n\n/** Database VM details. */\nexport interface DatabaseVmDetails {\n /** The virtual machine id. */\n readonly virtualMachineId?: string;\n /** Defines the SAP Instance status. */\n readonly status?: SAPVirtualInstanceStatus;\n /** Storage details of all the Storage Accounts attached to the Database Virtual Machine. For e.g. NFS on AFS Shared Storage. */\n readonly storageDetails?: StorageInformation[];\n}\n\nexport function databaseVmDetailsDeserializer(item: any): DatabaseVmDetails {\n return {\n virtualMachineId: item[\"virtualMachineId\"],\n status: item[\"status\"],\n storageDetails: !item[\"storageDetails\"]\n ? item[\"storageDetails\"]\n : storageInformationArrayDeserializer(item[\"storageDetails\"]),\n };\n}\n\n/** Defines the request body for updating SAP Database Instance. */\nexport interface UpdateSAPDatabaseInstanceRequest {\n /** Gets or sets the Resource tags. */\n tags?: Record<string, string>;\n}\n\nexport function updateSAPDatabaseInstanceRequestSerializer(\n item: UpdateSAPDatabaseInstanceRequest,\n): any {\n return { tags: item[\"tags\"] };\n}\n\n/** The response of a SAPDatabaseInstance list operation. */\nexport interface _SAPDatabaseInstanceListResult {\n /** The SAPDatabaseInstance items on this page */\n value: SAPDatabaseInstance[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _sapDatabaseInstanceListResultDeserializer(\n item: any,\n): _SAPDatabaseInstanceListResult {\n return {\n value: sapDatabaseInstanceArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function sapDatabaseInstanceArraySerializer(result: Array<SAPDatabaseInstance>): any[] {\n return result.map((item) => {\n return sapDatabaseInstanceSerializer(item);\n });\n}\n\nexport function sapDatabaseInstanceArrayDeserializer(result: Array<SAPDatabaseInstance>): any[] {\n return result.map((item) => {\n return sapDatabaseInstanceDeserializer(item);\n });\n}\n\n/** Define the SAP Application Server Instance resource. */\nexport interface SAPApplicationServerInstance extends TrackedResource {\n /** The resource-specific properties for this resource. */\n properties?: SAPApplicationServerProperties;\n}\n\nexport function sapApplicationServerInstanceSerializer(item: SAPApplicationServerInstance): any {\n return {\n tags: item[\"tags\"],\n location: item[\"location\"],\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : sapApplicationServerPropertiesSerializer(item[\"properties\"]),\n };\n}\n\nexport function sapApplicationServerInstanceDeserializer(item: any): SAPApplicationServerInstance {\n return {\n tags: item[\"tags\"],\n location: item[\"location\"],\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : sapApplicationServerPropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** Defines the SAP Application Server instance properties. */\nexport interface SAPApplicationServerProperties {\n /** Application server Instance Number. */\n readonly instanceNo?: string;\n /** Application server Subnet. */\n readonly subnet?: string;\n /** Application server instance SAP hostname. */\n readonly hostname?: string;\n /** Application server instance SAP Kernel Version. */\n readonly kernelVersion?: string;\n /** Application server instance SAP Kernel Patch level. */\n readonly kernelPatch?: string;\n /** Application server instance SAP IP Address. */\n readonly ipAddress?: string;\n /** Application server instance gateway Port. */\n readonly gatewayPort?: number;\n /** Application server instance ICM HTTP Port. */\n readonly icmHttpPort?: number;\n /** Application server instance ICM HTTPS Port. */\n readonly icmHttpsPort?: number;\n /** Application server instance dispatcher status. */\n readonly dispatcherStatus?: string;\n /** The Load Balancer details such as LoadBalancer ID attached to Application Server Virtual Machines */\n readonly loadBalancerDetails?: LoadBalancerDetails;\n /** The list of virtual machines. */\n readonly vmDetails?: ApplicationServerVmDetails[];\n /** Defines the SAP Instance status. */\n readonly status?: SAPVirtualInstanceStatus;\n /** Defines the health of SAP Instances. */\n readonly health?: SAPHealthState;\n /** Defines the provisioning states. */\n readonly provisioningState?: SapVirtualInstanceProvisioningState;\n /** Defines the Application Instance errors. */\n readonly errors?: SAPVirtualInstanceError;\n}\n\nexport function sapApplicationServerPropertiesSerializer(\n item: SAPApplicationServerProperties,\n): any {\n return item;\n}\n\nexport function sapApplicationServerPropertiesDeserializer(\n item: any,\n): SAPApplicationServerProperties {\n return {\n instanceNo: item[\"instanceNo\"],\n subnet: item[\"subnet\"],\n hostname: item[\"hostname\"],\n kernelVersion: item[\"kernelVersion\"],\n kernelPatch: item[\"kernelPatch\"],\n ipAddress: item[\"ipAddress\"],\n gatewayPort: item[\"gatewayPort\"],\n icmHttpPort: item[\"icmHttpPort\"],\n icmHttpsPort: item[\"icmHttpsPort\"],\n dispatcherStatus: item[\"dispatcherStatus\"],\n loadBalancerDetails: !item[\"loadBalancerDetails\"]\n ? item[\"loadBalancerDetails\"]\n : loadBalancerDetailsDeserializer(item[\"loadBalancerDetails\"]),\n vmDetails: !item[\"vmDetails\"]\n ? item[\"vmDetails\"]\n : applicationServerVmDetailsArrayDeserializer(item[\"vmDetails\"]),\n status: item[\"status\"],\n health: item[\"health\"],\n provisioningState: item[\"provisioningState\"],\n errors: !item[\"errors\"] ? item[\"errors\"] : sapVirtualInstanceErrorDeserializer(item[\"errors\"]),\n };\n}\n\nexport function applicationServerVmDetailsArrayDeserializer(\n result: Array<ApplicationServerVmDetails>,\n): any[] {\n return result.map((item) => {\n return applicationServerVmDetailsDeserializer(item);\n });\n}\n\n/** The Application Server VM Details. */\nexport interface ApplicationServerVmDetails {\n /** Defines the type of application server VM. */\n readonly type?: ApplicationServerVirtualMachineType;\n /** The virtual machine id. */\n readonly virtualMachineId?: string;\n /** Storage details of all the Storage Accounts attached to the App Virtual Machine. For e.g. NFS on AFS Shared Storage. */\n readonly storageDetails?: StorageInformation[];\n}\n\nexport function applicationServerVmDetailsDeserializer(item: any): ApplicationServerVmDetails {\n return {\n type: item[\"type\"],\n virtualMachineId: item[\"virtualMachineId\"],\n storageDetails: !item[\"storageDetails\"]\n ? item[\"storageDetails\"]\n : storageInformationArrayDeserializer(item[\"storageDetails\"]),\n };\n}\n\n/** Defines the type of application server VM. */\nexport enum KnownApplicationServerVirtualMachineType {\n /** Active Application server vm type. */\n Active = \"Active\",\n /** Standby Application server vm type. */\n Standby = \"Standby\",\n /** Unknown Application server vm type. */\n Unknown = \"Unknown\",\n}\n\n/**\n * Defines the type of application server VM. \\\n * {@link KnownApplicationServerVirtualMachineType} can be used interchangeably with ApplicationServerVirtualMachineType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Active**: Active Application server vm type. \\\n * **Standby**: Standby Application server vm type. \\\n * **Unknown**: Unknown Application server vm type.\n */\nexport type ApplicationServerVirtualMachineType = string;\n\n/** Defines the request body for updating SAP Application Instance. */\nexport interface UpdateSAPApplicationInstanceRequest {\n /** Gets or sets the Resource tags. */\n tags?: Record<string, string>;\n}\n\nexport function updateSAPApplicationInstanceRequestSerializer(\n item: UpdateSAPApplicationInstanceRequest,\n): any {\n return { tags: item[\"tags\"] };\n}\n\n/** The response of a SAPApplicationServerInstance list operation. */\nexport interface _SAPApplicationServerInstanceListResult {\n /** The SAPApplicationServerInstance items on this page */\n value: SAPApplicationServerInstance[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _sapApplicationServerInstanceListResultDeserializer(\n item: any,\n): _SAPApplicationServerInstanceListResult {\n return {\n value: sapApplicationServerInstanceArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function sapApplicationServerInstanceArraySerializer(\n result: Array<SAPApplicationServerInstance>,\n): any[] {\n return result.map((item) => {\n return sapApplicationServerInstanceSerializer(item);\n });\n}\n\nexport function sapApplicationServerInstanceArrayDeserializer(\n result: Array<SAPApplicationServerInstance>,\n): any[] {\n return result.map((item) => {\n return sapApplicationServerInstanceDeserializer(item);\n });\n}\n\n/** The available API versions. */\nexport enum KnownVersions {\n /** The 2024-09-01 API version. */\n V20240901 = \"2024-09-01\",\n}\n"]}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { WorkloadsClient } from "./workloadsClient.js";
|
|
2
|
+
import { OperationOptions, PathUncheckedResponse } from "@azure-rest/core-client";
|
|
3
|
+
import { AbortSignalLike } from "@azure/abort-controller";
|
|
4
|
+
import { PollerLike, OperationState } from "@azure/core-lro";
|
|
5
|
+
export interface RestorePollerOptions<TResult, TResponse extends PathUncheckedResponse = PathUncheckedResponse> extends OperationOptions {
|
|
6
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
7
|
+
updateIntervalInMs?: number;
|
|
8
|
+
/**
|
|
9
|
+
* The signal which can be used to abort requests.
|
|
10
|
+
*/
|
|
11
|
+
abortSignal?: AbortSignalLike;
|
|
12
|
+
/** Deserialization function for raw response body */
|
|
13
|
+
processResponseBody?: (result: TResponse) => Promise<TResult>;
|
|
14
|
+
}
|
|
15
|
+
/**
|
|
16
|
+
* Creates a poller from the serialized state of another poller. This can be
|
|
17
|
+
* useful when you want to create pollers on a different host or a poller
|
|
18
|
+
* needs to be constructed after the original one is not in scope.
|
|
19
|
+
*/
|
|
20
|
+
export declare function restorePoller<TResponse extends PathUncheckedResponse, TResult>(client: WorkloadsClient, serializedState: string, sourceOperation: (...args: any[]) => PollerLike<OperationState<TResult>, TResult>, options?: RestorePollerOptions<TResult>): PollerLike<OperationState<TResult>, TResult>;
|
|
21
|
+
//# sourceMappingURL=restorePollerHelpers.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"restorePollerHelpers.d.ts","sourceRoot":"","sources":["../../src/restorePollerHelpers.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AA2BvD,OAAO,EAAE,gBAAgB,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AAClF,OAAO,EAAE,eAAe,EAAE,MAAM,yBAAyB,CAAC;AAC1D,OAAO,EACL,UAAU,EACV,cAAc,EAGf,MAAM,iBAAiB,CAAC;AAEzB,MAAM,WAAW,oBAAoB,CACnC,OAAO,EACP,SAAS,SAAS,qBAAqB,GAAG,qBAAqB,CAC/D,SAAQ,gBAAgB;IACxB,sDAAsD;IACtD,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B;;OAEG;IACH,WAAW,CAAC,EAAE,eAAe,CAAC;IAC9B,qDAAqD;IACrD,mBAAmB,CAAC,EAAE,CAAC,MAAM,EAAE,SAAS,KAAK,OAAO,CAAC,OAAO,CAAC,CAAC;CAC/D;AAED;;;;GAIG;AACH,wBAAgB,aAAa,CAAC,SAAS,SAAS,qBAAqB,EAAE,OAAO,EAC5E,MAAM,EAAE,eAAe,EACvB,eAAe,EAAE,MAAM,EACvB,eAAe,EAAE,CAAC,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,UAAU,CAAC,cAAc,CAAC,OAAO,CAAC,EAAE,OAAO,CAAC,EACjF,OAAO,CAAC,EAAE,oBAAoB,CAAC,OAAO,CAAC,GACtC,UAAU,CAAC,cAAc,CAAC,OAAO,CAAC,EAAE,OAAO,CAAC,CA+B9C"}
|