@azure/arm-selfhelp 2.0.0-beta.5 → 2.0.0-beta.7
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/LICENSE +3 -3
- package/README.md +29 -24
- package/dist/browser/api/checkNameAvailability/index.d.ts +3 -0
- package/dist/browser/api/checkNameAvailability/index.js +4 -0
- package/dist/browser/api/checkNameAvailability/index.js.map +1 -0
- package/dist/browser/api/checkNameAvailability/operations.d.ts +9 -0
- package/dist/browser/api/checkNameAvailability/operations.js +36 -0
- package/dist/browser/api/checkNameAvailability/operations.js.map +1 -0
- package/dist/browser/api/checkNameAvailability/options.d.ts +8 -0
- package/dist/browser/api/checkNameAvailability/options.js +4 -0
- package/dist/browser/api/checkNameAvailability/options.js.map +1 -0
- package/dist/browser/api/diagnostics/index.d.ts +3 -0
- package/dist/browser/api/diagnostics/index.js +4 -0
- package/dist/browser/api/diagnostics/index.js.map +1 -0
- package/dist/browser/api/diagnostics/operations.d.ts +14 -0
- package/dist/browser/api/diagnostics/operations.js +70 -0
- package/dist/browser/api/diagnostics/operations.js.map +1 -0
- package/dist/browser/api/diagnostics/options.d.ts +13 -0
- package/dist/browser/api/diagnostics/options.js +4 -0
- package/dist/browser/api/diagnostics/options.js.map +1 -0
- package/dist/browser/api/discoverySolution/index.d.ts +3 -0
- package/dist/browser/api/discoverySolution/index.js +4 -0
- package/dist/browser/api/discoverySolution/index.js.map +1 -0
- package/dist/browser/api/discoverySolution/operations.d.ts +10 -0
- package/dist/browser/api/discoverySolution/operations.js +37 -0
- package/dist/browser/api/discoverySolution/operations.js.map +1 -0
- package/dist/browser/api/discoverySolution/options.d.ts +9 -0
- package/dist/browser/api/discoverySolution/options.js +4 -0
- package/dist/browser/api/discoverySolution/options.js.map +1 -0
- package/dist/browser/api/discoverySolutionNLP/index.d.ts +3 -0
- package/dist/browser/api/discoverySolutionNLP/index.js +4 -0
- package/dist/browser/api/discoverySolutionNLP/index.js.map +1 -0
- package/dist/browser/api/discoverySolutionNLP/operations.d.ts +13 -0
- package/dist/browser/api/discoverySolutionNLP/operations.js +69 -0
- package/dist/browser/api/discoverySolutionNLP/operations.js.map +1 -0
- package/dist/browser/api/discoverySolutionNLP/options.d.ts +13 -0
- package/dist/browser/api/discoverySolutionNLP/options.js +4 -0
- package/dist/browser/api/discoverySolutionNLP/options.js.map +1 -0
- package/dist/browser/api/helpRPContext.d.ts +20 -0
- package/dist/browser/api/helpRPContext.js +26 -0
- package/dist/browser/api/helpRPContext.js.map +1 -0
- package/dist/browser/api/index.d.ts +3 -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.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.js +35 -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.js +4 -0
- package/dist/browser/api/operations/options.js.map +1 -0
- package/dist/browser/api/simplifiedSolutions/index.d.ts +3 -0
- package/dist/browser/api/simplifiedSolutions/index.js +4 -0
- package/dist/browser/api/simplifiedSolutions/index.js.map +1 -0
- package/dist/browser/api/simplifiedSolutions/operations.d.ts +14 -0
- package/dist/browser/api/simplifiedSolutions/operations.js +70 -0
- package/dist/browser/api/simplifiedSolutions/operations.js.map +1 -0
- package/dist/browser/api/simplifiedSolutions/options.d.ts +13 -0
- package/dist/browser/api/simplifiedSolutions/options.js +4 -0
- package/dist/browser/api/simplifiedSolutions/options.js.map +1 -0
- package/dist/browser/api/solution/index.d.ts +3 -0
- package/dist/browser/api/solution/index.js +4 -0
- package/dist/browser/api/solution/index.js.map +1 -0
- package/dist/browser/api/solution/operations.d.ts +22 -0
- package/dist/browser/api/solution/operations.js +136 -0
- package/dist/browser/api/solution/operations.js.map +1 -0
- package/dist/browser/api/solution/options.d.ts +25 -0
- package/dist/browser/api/solution/options.js +4 -0
- package/dist/browser/api/solution/options.js.map +1 -0
- package/dist/browser/api/solutionSelfHelp/index.d.ts +3 -0
- package/dist/browser/api/solutionSelfHelp/index.js +4 -0
- package/dist/browser/api/solutionSelfHelp/index.js.map +1 -0
- package/dist/browser/api/solutionSelfHelp/operations.d.ts +9 -0
- package/dist/browser/api/solutionSelfHelp/operations.js +32 -0
- package/dist/browser/api/solutionSelfHelp/operations.js.map +1 -0
- package/dist/browser/api/solutionSelfHelp/options.d.ts +5 -0
- package/dist/browser/api/solutionSelfHelp/options.js +4 -0
- package/dist/browser/api/solutionSelfHelp/options.js.map +1 -0
- package/dist/browser/api/troubleshooters/index.d.ts +3 -0
- package/dist/browser/api/troubleshooters/index.js +4 -0
- package/dist/browser/api/troubleshooters/index.js.map +1 -0
- package/dist/browser/api/troubleshooters/operations.d.ts +25 -0
- package/dist/browser/api/troubleshooters/operations.js +145 -0
- package/dist/browser/api/troubleshooters/operations.js.map +1 -0
- package/dist/browser/api/troubleshooters/options.d.ts +22 -0
- package/dist/browser/api/troubleshooters/options.js +4 -0
- package/dist/browser/api/troubleshooters/options.js.map +1 -0
- package/dist/browser/classic/checkNameAvailability/index.d.ts +10 -0
- package/dist/browser/classic/checkNameAvailability/index.js +14 -0
- package/dist/browser/classic/checkNameAvailability/index.js.map +1 -0
- package/dist/browser/classic/diagnostics/index.d.ts +18 -0
- package/dist/browser/classic/diagnostics/index.js +24 -0
- package/dist/browser/classic/diagnostics/index.js.map +1 -0
- package/dist/browser/classic/discoverySolution/index.d.ts +11 -0
- package/dist/browser/classic/discoverySolution/index.js +14 -0
- package/dist/browser/classic/discoverySolution/index.js.map +1 -0
- package/dist/browser/classic/discoverySolutionNLP/index.d.ts +12 -0
- package/dist/browser/classic/discoverySolutionNLP/index.js +15 -0
- package/dist/browser/classic/discoverySolutionNLP/index.js.map +1 -0
- package/dist/browser/classic/index.d.ts +10 -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.js +14 -0
- package/dist/browser/classic/operations/index.js.map +1 -0
- package/dist/browser/classic/simplifiedSolutions/index.d.ts +18 -0
- package/dist/browser/classic/simplifiedSolutions/index.js +24 -0
- package/dist/browser/classic/simplifiedSolutions/index.js.map +1 -0
- package/dist/browser/classic/solution/index.d.ts +26 -0
- package/dist/browser/classic/solution/index.js +34 -0
- package/dist/browser/classic/solution/index.js.map +1 -0
- package/dist/browser/classic/solutionSelfHelp/index.d.ts +10 -0
- package/dist/browser/classic/solutionSelfHelp/index.js +14 -0
- package/dist/browser/classic/solutionSelfHelp/index.js.map +1 -0
- package/dist/browser/classic/troubleshooters/index.d.ts +18 -0
- package/dist/browser/classic/troubleshooters/index.js +18 -0
- package/dist/browser/classic/troubleshooters/index.js.map +1 -0
- package/dist/browser/helpRP.d.ts +39 -0
- package/dist/browser/helpRP.js +54 -0
- package/dist/browser/helpRP.js.map +1 -0
- package/dist/browser/index.d.ts +24 -0
- package/dist/browser/index.js +9 -0
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/logger.d.ts +2 -0
- package/dist/browser/logger.js +5 -0
- package/dist/browser/logger.js.map +1 -0
- package/dist/browser/models/index.d.ts +3 -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} +845 -914
- package/dist/browser/models/models.js +1277 -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.js +111 -0
- package/dist/browser/restorePollerHelpers.js.map +1 -0
- package/dist/browser/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/browser/static-helpers/cloudSettingHelpers.js +38 -0
- package/dist/browser/static-helpers/cloudSettingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/pagingHelpers.d.ts +74 -0
- package/dist/browser/static-helpers/pagingHelpers.js +143 -0
- package/dist/browser/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/pollingHelpers.d.ts +34 -0
- package/dist/browser/static-helpers/pollingHelpers.js +95 -0
- package/dist/browser/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
- package/dist/browser/static-helpers/serialization/check-prop-undefined.js +17 -0
- package/dist/browser/static-helpers/serialization/check-prop-undefined.js.map +1 -0
- package/dist/browser/static-helpers/simplePollerHelpers.d.ts +73 -0
- package/dist/browser/static-helpers/simplePollerHelpers.js +44 -0
- package/dist/browser/static-helpers/simplePollerHelpers.js.map +1 -0
- package/dist/browser/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/browser/static-helpers/urlTemplate.js +200 -0
- package/dist/browser/static-helpers/urlTemplate.js.map +1 -0
- package/dist/commonjs/api/checkNameAvailability/index.d.ts +3 -0
- package/dist/commonjs/api/checkNameAvailability/index.js +28 -0
- package/dist/commonjs/api/checkNameAvailability/index.js.map +7 -0
- package/dist/commonjs/api/checkNameAvailability/operations.d.ts +9 -0
- package/dist/commonjs/api/checkNameAvailability/operations.js +65 -0
- package/dist/commonjs/api/checkNameAvailability/operations.js.map +7 -0
- package/dist/commonjs/api/checkNameAvailability/options.d.ts +8 -0
- package/dist/commonjs/api/checkNameAvailability/options.js +16 -0
- package/dist/commonjs/api/checkNameAvailability/options.js.map +7 -0
- package/dist/commonjs/api/diagnostics/index.d.ts +3 -0
- package/dist/commonjs/api/diagnostics/index.js +30 -0
- package/dist/commonjs/api/diagnostics/index.js.map +7 -0
- package/dist/commonjs/api/diagnostics/operations.d.ts +14 -0
- package/dist/commonjs/api/diagnostics/operations.js +108 -0
- package/dist/commonjs/api/diagnostics/operations.js.map +7 -0
- package/dist/commonjs/api/diagnostics/options.d.ts +13 -0
- package/dist/commonjs/api/diagnostics/options.js +16 -0
- package/dist/commonjs/api/diagnostics/options.js.map +7 -0
- package/dist/commonjs/api/discoverySolution/index.d.ts +3 -0
- package/dist/commonjs/api/discoverySolution/index.js +28 -0
- package/dist/commonjs/api/discoverySolution/index.js.map +7 -0
- package/dist/commonjs/api/discoverySolution/operations.d.ts +10 -0
- package/dist/commonjs/api/discoverySolution/operations.js +74 -0
- package/dist/commonjs/api/discoverySolution/operations.js.map +7 -0
- package/dist/commonjs/api/discoverySolution/options.d.ts +9 -0
- package/dist/commonjs/api/discoverySolution/options.js +16 -0
- package/dist/commonjs/api/discoverySolution/options.js.map +7 -0
- package/dist/commonjs/api/discoverySolutionNLP/index.d.ts +3 -0
- package/dist/commonjs/api/discoverySolutionNLP/index.js +30 -0
- package/dist/commonjs/api/discoverySolutionNLP/index.js.map +7 -0
- package/dist/commonjs/api/discoverySolutionNLP/operations.d.ts +13 -0
- package/dist/commonjs/api/discoverySolutionNLP/operations.js +105 -0
- package/dist/commonjs/api/discoverySolutionNLP/operations.js.map +7 -0
- package/dist/commonjs/api/discoverySolutionNLP/options.d.ts +13 -0
- package/dist/commonjs/api/discoverySolutionNLP/options.js +16 -0
- package/dist/commonjs/api/discoverySolutionNLP/options.js.map +7 -0
- package/dist/commonjs/api/helpRPContext.d.ts +20 -0
- package/dist/commonjs/api/helpRPContext.js +47 -0
- package/dist/commonjs/api/helpRPContext.js.map +7 -0
- package/dist/commonjs/api/index.d.ts +3 -0
- package/dist/commonjs/api/index.js +28 -0
- package/dist/commonjs/api/index.js.map +7 -0
- package/dist/commonjs/api/operations/index.d.ts +3 -0
- package/dist/commonjs/api/operations/index.js +28 -0
- package/dist/commonjs/api/operations/index.js.map +7 -0
- package/dist/commonjs/api/operations/operations.d.ts +10 -0
- package/dist/commonjs/api/operations/operations.js +72 -0
- package/dist/commonjs/api/operations/operations.js.map +7 -0
- package/dist/commonjs/api/operations/options.d.ts +5 -0
- package/dist/commonjs/api/operations/options.js +16 -0
- package/dist/commonjs/api/operations/options.js.map +7 -0
- package/dist/commonjs/api/simplifiedSolutions/index.d.ts +3 -0
- package/dist/commonjs/api/simplifiedSolutions/index.js +30 -0
- package/dist/commonjs/api/simplifiedSolutions/index.js.map +7 -0
- package/dist/commonjs/api/simplifiedSolutions/operations.d.ts +14 -0
- package/dist/commonjs/api/simplifiedSolutions/operations.js +108 -0
- package/dist/commonjs/api/simplifiedSolutions/operations.js.map +7 -0
- package/dist/commonjs/api/simplifiedSolutions/options.d.ts +13 -0
- package/dist/commonjs/api/simplifiedSolutions/options.js +16 -0
- package/dist/commonjs/api/simplifiedSolutions/options.js.map +7 -0
- package/dist/commonjs/api/solution/index.d.ts +3 -0
- package/dist/commonjs/api/solution/index.js +34 -0
- package/dist/commonjs/api/solution/index.js.map +7 -0
- package/dist/commonjs/api/solution/operations.d.ts +22 -0
- package/dist/commonjs/api/solution/operations.js +188 -0
- package/dist/commonjs/api/solution/operations.js.map +7 -0
- package/dist/commonjs/api/solution/options.d.ts +25 -0
- package/dist/commonjs/api/solution/options.js +16 -0
- package/dist/commonjs/api/solution/options.js.map +7 -0
- package/dist/commonjs/api/solutionSelfHelp/index.d.ts +3 -0
- package/dist/commonjs/api/solutionSelfHelp/index.js +28 -0
- package/dist/commonjs/api/solutionSelfHelp/index.js.map +7 -0
- package/dist/commonjs/api/solutionSelfHelp/operations.d.ts +9 -0
- package/dist/commonjs/api/solutionSelfHelp/operations.js +63 -0
- package/dist/commonjs/api/solutionSelfHelp/operations.js.map +7 -0
- package/dist/commonjs/api/solutionSelfHelp/options.d.ts +5 -0
- package/dist/commonjs/api/solutionSelfHelp/options.js +16 -0
- package/dist/commonjs/api/solutionSelfHelp/options.js.map +7 -0
- package/dist/commonjs/api/troubleshooters/index.d.ts +3 -0
- package/dist/commonjs/api/troubleshooters/index.js +36 -0
- package/dist/commonjs/api/troubleshooters/index.js.map +7 -0
- package/dist/commonjs/api/troubleshooters/operations.d.ts +25 -0
- package/dist/commonjs/api/troubleshooters/operations.js +208 -0
- package/dist/commonjs/api/troubleshooters/operations.js.map +7 -0
- package/dist/commonjs/api/troubleshooters/options.d.ts +22 -0
- package/dist/commonjs/api/troubleshooters/options.js +16 -0
- package/dist/commonjs/api/troubleshooters/options.js.map +7 -0
- package/dist/commonjs/classic/checkNameAvailability/index.d.ts +10 -0
- package/dist/commonjs/classic/checkNameAvailability/index.js +38 -0
- package/dist/commonjs/classic/checkNameAvailability/index.js.map +7 -0
- package/dist/commonjs/classic/diagnostics/index.d.ts +18 -0
- package/dist/commonjs/classic/diagnostics/index.js +48 -0
- package/dist/commonjs/classic/diagnostics/index.js.map +7 -0
- package/dist/commonjs/classic/discoverySolution/index.d.ts +11 -0
- package/dist/commonjs/classic/discoverySolution/index.js +38 -0
- package/dist/commonjs/classic/discoverySolution/index.js.map +7 -0
- package/dist/commonjs/classic/discoverySolutionNLP/index.d.ts +12 -0
- package/dist/commonjs/classic/discoverySolutionNLP/index.js +39 -0
- package/dist/commonjs/classic/discoverySolutionNLP/index.js.map +7 -0
- package/dist/commonjs/classic/index.d.ts +10 -0
- package/dist/commonjs/classic/index.js +16 -0
- package/dist/commonjs/classic/index.js.map +7 -0
- package/dist/commonjs/classic/operations/index.d.ts +11 -0
- package/dist/commonjs/classic/operations/index.js +38 -0
- package/dist/commonjs/classic/operations/index.js.map +7 -0
- package/dist/commonjs/classic/simplifiedSolutions/index.d.ts +18 -0
- package/dist/commonjs/classic/simplifiedSolutions/index.js +48 -0
- package/dist/commonjs/classic/simplifiedSolutions/index.js.map +7 -0
- package/dist/commonjs/classic/solution/index.d.ts +26 -0
- package/dist/commonjs/classic/solution/index.js +58 -0
- package/dist/commonjs/classic/solution/index.js.map +7 -0
- package/dist/commonjs/classic/solutionSelfHelp/index.d.ts +10 -0
- package/dist/commonjs/classic/solutionSelfHelp/index.js +38 -0
- package/dist/commonjs/classic/solutionSelfHelp/index.js.map +7 -0
- package/dist/commonjs/classic/troubleshooters/index.d.ts +18 -0
- package/dist/commonjs/classic/troubleshooters/index.js +42 -0
- package/dist/commonjs/classic/troubleshooters/index.js.map +7 -0
- package/dist/commonjs/helpRP.d.ts +39 -0
- package/dist/commonjs/helpRP.js +76 -0
- package/dist/commonjs/helpRP.js.map +7 -0
- package/dist/commonjs/index.d.ts +24 -0
- package/dist/commonjs/index.js +80 -0
- package/dist/commonjs/index.js.map +7 -0
- package/dist/commonjs/logger.d.ts +2 -0
- package/dist/commonjs/logger.js +29 -0
- package/dist/commonjs/logger.js.map +7 -0
- package/dist/commonjs/models/index.d.ts +3 -0
- package/dist/commonjs/models/index.js +66 -0
- package/dist/commonjs/models/index.js.map +7 -0
- package/dist/commonjs/models/models.d.ts +1246 -0
- package/dist/commonjs/models/models.js +1343 -0
- package/dist/commonjs/models/models.js.map +7 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/restorePollerHelpers.d.ts +21 -0
- package/dist/commonjs/restorePollerHelpers.js +124 -0
- package/dist/commonjs/restorePollerHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.js +52 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/pagingHelpers.d.ts +74 -0
- package/dist/commonjs/static-helpers/pagingHelpers.js +143 -0
- package/dist/commonjs/static-helpers/pagingHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/pollingHelpers.d.ts +34 -0
- package/dist/commonjs/static-helpers/pollingHelpers.js +101 -0
- package/dist/commonjs/static-helpers/pollingHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
- package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js +35 -0
- package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js.map +7 -0
- package/dist/commonjs/static-helpers/simplePollerHelpers.d.ts +73 -0
- package/dist/commonjs/static-helpers/simplePollerHelpers.js +67 -0
- package/dist/commonjs/static-helpers/simplePollerHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/commonjs/static-helpers/urlTemplate.js +197 -0
- package/dist/commonjs/static-helpers/urlTemplate.js.map +7 -0
- package/{types → dist/commonjs}/tsdoc-metadata.json +11 -11
- package/dist/esm/api/checkNameAvailability/index.d.ts +3 -0
- package/dist/esm/api/checkNameAvailability/index.js +4 -0
- package/dist/esm/api/checkNameAvailability/index.js.map +1 -0
- package/dist/esm/api/checkNameAvailability/operations.d.ts +9 -0
- package/dist/esm/api/checkNameAvailability/operations.js +36 -0
- package/dist/esm/api/checkNameAvailability/operations.js.map +1 -0
- package/dist/esm/api/checkNameAvailability/options.d.ts +8 -0
- package/dist/esm/api/checkNameAvailability/options.js +4 -0
- package/dist/esm/api/checkNameAvailability/options.js.map +1 -0
- package/dist/esm/api/diagnostics/index.d.ts +3 -0
- package/dist/esm/api/diagnostics/index.js +4 -0
- package/dist/esm/api/diagnostics/index.js.map +1 -0
- package/dist/esm/api/diagnostics/operations.d.ts +14 -0
- package/dist/esm/api/diagnostics/operations.js +70 -0
- package/dist/esm/api/diagnostics/operations.js.map +1 -0
- package/dist/esm/api/diagnostics/options.d.ts +13 -0
- package/dist/esm/api/diagnostics/options.js +4 -0
- package/dist/esm/api/diagnostics/options.js.map +1 -0
- package/dist/esm/api/discoverySolution/index.d.ts +3 -0
- package/dist/esm/api/discoverySolution/index.js +4 -0
- package/dist/esm/api/discoverySolution/index.js.map +1 -0
- package/dist/esm/api/discoverySolution/operations.d.ts +10 -0
- package/dist/esm/api/discoverySolution/operations.js +37 -0
- package/dist/esm/api/discoverySolution/operations.js.map +1 -0
- package/dist/esm/api/discoverySolution/options.d.ts +9 -0
- package/dist/esm/api/discoverySolution/options.js +4 -0
- package/dist/esm/api/discoverySolution/options.js.map +1 -0
- package/dist/esm/api/discoverySolutionNLP/index.d.ts +3 -0
- package/dist/esm/api/discoverySolutionNLP/index.js +4 -0
- package/dist/esm/api/discoverySolutionNLP/index.js.map +1 -0
- package/dist/esm/api/discoverySolutionNLP/operations.d.ts +13 -0
- package/dist/esm/api/discoverySolutionNLP/operations.js +69 -0
- package/dist/esm/api/discoverySolutionNLP/operations.js.map +1 -0
- package/dist/esm/api/discoverySolutionNLP/options.d.ts +13 -0
- package/dist/esm/api/discoverySolutionNLP/options.js +4 -0
- package/dist/esm/api/discoverySolutionNLP/options.js.map +1 -0
- package/dist/esm/api/helpRPContext.d.ts +20 -0
- package/dist/esm/api/helpRPContext.js +26 -0
- package/dist/esm/api/helpRPContext.js.map +1 -0
- package/dist/esm/api/index.d.ts +3 -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.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.js +35 -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.js +4 -0
- package/dist/esm/api/operations/options.js.map +1 -0
- package/dist/esm/api/simplifiedSolutions/index.d.ts +3 -0
- package/dist/esm/api/simplifiedSolutions/index.js +4 -0
- package/dist/esm/api/simplifiedSolutions/index.js.map +1 -0
- package/dist/esm/api/simplifiedSolutions/operations.d.ts +14 -0
- package/dist/esm/api/simplifiedSolutions/operations.js +70 -0
- package/dist/esm/api/simplifiedSolutions/operations.js.map +1 -0
- package/dist/esm/api/simplifiedSolutions/options.d.ts +13 -0
- package/dist/esm/api/simplifiedSolutions/options.js +4 -0
- package/dist/esm/api/simplifiedSolutions/options.js.map +1 -0
- package/dist/esm/api/solution/index.d.ts +3 -0
- package/dist/esm/api/solution/index.js +4 -0
- package/dist/esm/api/solution/index.js.map +1 -0
- package/dist/esm/api/solution/operations.d.ts +22 -0
- package/dist/esm/api/solution/operations.js +136 -0
- package/dist/esm/api/solution/operations.js.map +1 -0
- package/dist/esm/api/solution/options.d.ts +25 -0
- package/dist/esm/api/solution/options.js +4 -0
- package/dist/esm/api/solution/options.js.map +1 -0
- package/dist/esm/api/solutionSelfHelp/index.d.ts +3 -0
- package/dist/esm/api/solutionSelfHelp/index.js +4 -0
- package/dist/esm/api/solutionSelfHelp/index.js.map +1 -0
- package/dist/esm/api/solutionSelfHelp/operations.d.ts +9 -0
- package/dist/esm/api/solutionSelfHelp/operations.js +32 -0
- package/dist/esm/api/solutionSelfHelp/operations.js.map +1 -0
- package/dist/esm/api/solutionSelfHelp/options.d.ts +5 -0
- package/dist/esm/api/solutionSelfHelp/options.js +4 -0
- package/dist/esm/api/solutionSelfHelp/options.js.map +1 -0
- package/dist/esm/api/troubleshooters/index.d.ts +3 -0
- package/dist/esm/api/troubleshooters/index.js +4 -0
- package/dist/esm/api/troubleshooters/index.js.map +1 -0
- package/dist/esm/api/troubleshooters/operations.d.ts +25 -0
- package/dist/esm/api/troubleshooters/operations.js +145 -0
- package/dist/esm/api/troubleshooters/operations.js.map +1 -0
- package/dist/esm/api/troubleshooters/options.d.ts +22 -0
- package/dist/esm/api/troubleshooters/options.js +4 -0
- package/dist/esm/api/troubleshooters/options.js.map +1 -0
- package/dist/esm/classic/checkNameAvailability/index.d.ts +10 -0
- package/dist/esm/classic/checkNameAvailability/index.js +14 -0
- package/dist/esm/classic/checkNameAvailability/index.js.map +1 -0
- package/dist/esm/classic/diagnostics/index.d.ts +18 -0
- package/dist/esm/classic/diagnostics/index.js +24 -0
- package/dist/esm/classic/diagnostics/index.js.map +1 -0
- package/dist/esm/classic/discoverySolution/index.d.ts +11 -0
- package/dist/esm/classic/discoverySolution/index.js +14 -0
- package/dist/esm/classic/discoverySolution/index.js.map +1 -0
- package/dist/esm/classic/discoverySolutionNLP/index.d.ts +12 -0
- package/dist/esm/classic/discoverySolutionNLP/index.js +15 -0
- package/dist/esm/classic/discoverySolutionNLP/index.js.map +1 -0
- package/dist/esm/classic/index.d.ts +10 -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.js +14 -0
- package/dist/esm/classic/operations/index.js.map +1 -0
- package/dist/esm/classic/simplifiedSolutions/index.d.ts +18 -0
- package/dist/esm/classic/simplifiedSolutions/index.js +24 -0
- package/dist/esm/classic/simplifiedSolutions/index.js.map +1 -0
- package/dist/esm/classic/solution/index.d.ts +26 -0
- package/dist/esm/classic/solution/index.js +34 -0
- package/dist/esm/classic/solution/index.js.map +1 -0
- package/dist/esm/classic/solutionSelfHelp/index.d.ts +10 -0
- package/dist/esm/classic/solutionSelfHelp/index.js +14 -0
- package/dist/esm/classic/solutionSelfHelp/index.js.map +1 -0
- package/dist/esm/classic/troubleshooters/index.d.ts +18 -0
- package/dist/esm/classic/troubleshooters/index.js +18 -0
- package/dist/esm/classic/troubleshooters/index.js.map +1 -0
- package/dist/esm/helpRP.d.ts +39 -0
- package/dist/esm/helpRP.js +54 -0
- package/dist/esm/helpRP.js.map +1 -0
- package/dist/esm/index.d.ts +24 -0
- package/dist/esm/index.js +9 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/logger.d.ts +2 -0
- package/dist/esm/logger.js +5 -0
- package/dist/esm/logger.js.map +1 -0
- package/dist/esm/models/index.d.ts +3 -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 +1246 -0
- package/dist/esm/models/models.js +1277 -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.js +111 -0
- package/dist/esm/restorePollerHelpers.js.map +1 -0
- package/dist/esm/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/esm/static-helpers/cloudSettingHelpers.js +38 -0
- package/dist/esm/static-helpers/cloudSettingHelpers.js.map +1 -0
- package/dist/esm/static-helpers/pagingHelpers.d.ts +74 -0
- package/dist/esm/static-helpers/pagingHelpers.js +143 -0
- package/dist/esm/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/esm/static-helpers/pollingHelpers.d.ts +34 -0
- package/dist/esm/static-helpers/pollingHelpers.js +95 -0
- package/dist/esm/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/esm/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
- package/dist/esm/static-helpers/serialization/check-prop-undefined.js +17 -0
- package/dist/esm/static-helpers/serialization/check-prop-undefined.js.map +1 -0
- package/dist/esm/static-helpers/simplePollerHelpers.d.ts +73 -0
- package/dist/esm/static-helpers/simplePollerHelpers.js +44 -0
- package/dist/esm/static-helpers/simplePollerHelpers.js.map +1 -0
- package/dist/esm/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/esm/static-helpers/urlTemplate.js +200 -0
- package/dist/esm/static-helpers/urlTemplate.js.map +1 -0
- package/package.json +249 -85
- package/CHANGELOG.md +0 -551
- package/dist/index.js +0 -3832
- 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/checkNameAvailabilityCheckAvailabilitySample.d.ts +0 -2
- package/dist-esm/samples-dev/checkNameAvailabilityCheckAvailabilitySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/checkNameAvailabilityCheckAvailabilitySample.js +0 -66
- package/dist-esm/samples-dev/checkNameAvailabilityCheckAvailabilitySample.js.map +0 -1
- package/dist-esm/samples-dev/diagnosticsCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/diagnosticsCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/diagnosticsCreateSample.js +0 -37
- package/dist-esm/samples-dev/diagnosticsCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/diagnosticsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/diagnosticsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/diagnosticsGetSample.js +0 -37
- package/dist-esm/samples-dev/diagnosticsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/discoverySolutionListSample.d.ts +0 -2
- package/dist-esm/samples-dev/discoverySolutionListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/discoverySolutionListSample.js +0 -53
- package/dist-esm/samples-dev/discoverySolutionListSample.js.map +0 -1
- package/dist-esm/samples-dev/discoverySolutionNlpDiscoverSolutionsBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/discoverySolutionNlpDiscoverSolutionsBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/discoverySolutionNlpDiscoverSolutionsBySubscriptionSample.js +0 -42
- package/dist-esm/samples-dev/discoverySolutionNlpDiscoverSolutionsBySubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/discoverySolutionNlpDiscoverSolutionsSample.d.ts +0 -2
- package/dist-esm/samples-dev/discoverySolutionNlpDiscoverSolutionsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/discoverySolutionNlpDiscoverSolutionsSample.js +0 -42
- package/dist-esm/samples-dev/discoverySolutionNlpDiscoverSolutionsSample.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 -51
- package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
- package/dist-esm/samples-dev/simplifiedSolutionsCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/simplifiedSolutionsCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/simplifiedSolutionsCreateSample.js +0 -46
- package/dist-esm/samples-dev/simplifiedSolutionsCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/simplifiedSolutionsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/simplifiedSolutionsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/simplifiedSolutionsGetSample.js +0 -37
- package/dist-esm/samples-dev/simplifiedSolutionsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/solutionCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/solutionCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/solutionCreateSample.js +0 -44
- package/dist-esm/samples-dev/solutionCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/solutionGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/solutionGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/solutionGetSample.js +0 -37
- package/dist-esm/samples-dev/solutionGetSample.js.map +0 -1
- package/dist-esm/samples-dev/solutionSelfHelpGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/solutionSelfHelpGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/solutionSelfHelpGetSample.js +0 -36
- package/dist-esm/samples-dev/solutionSelfHelpGetSample.js.map +0 -1
- package/dist-esm/samples-dev/solutionUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/solutionUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/solutionUpdateSample.js +0 -37
- package/dist-esm/samples-dev/solutionUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/solutionWarmUpSample.d.ts +0 -2
- package/dist-esm/samples-dev/solutionWarmUpSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/solutionWarmUpSample.js +0 -37
- package/dist-esm/samples-dev/solutionWarmUpSample.js.map +0 -1
- package/dist-esm/samples-dev/troubleshootersContinueSample.d.ts +0 -2
- package/dist-esm/samples-dev/troubleshootersContinueSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/troubleshootersContinueSample.js +0 -50
- package/dist-esm/samples-dev/troubleshootersContinueSample.js.map +0 -1
- package/dist-esm/samples-dev/troubleshootersCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/troubleshootersCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/troubleshootersCreateSample.js +0 -46
- package/dist-esm/samples-dev/troubleshootersCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/troubleshootersEndSample.d.ts +0 -2
- package/dist-esm/samples-dev/troubleshootersEndSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/troubleshootersEndSample.js +0 -37
- package/dist-esm/samples-dev/troubleshootersEndSample.js.map +0 -1
- package/dist-esm/samples-dev/troubleshootersGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/troubleshootersGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/troubleshootersGetSample.js +0 -37
- package/dist-esm/samples-dev/troubleshootersGetSample.js.map +0 -1
- package/dist-esm/samples-dev/troubleshootersRestartSample.d.ts +0 -2
- package/dist-esm/samples-dev/troubleshootersRestartSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/troubleshootersRestartSample.js +0 -37
- package/dist-esm/samples-dev/troubleshootersRestartSample.js.map +0 -1
- package/dist-esm/src/helpRP.d.ts +0 -26
- package/dist-esm/src/helpRP.d.ts.map +0 -1
- package/dist-esm/src/helpRP.js +0 -102
- package/dist-esm/src/helpRP.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 -234
- package/dist-esm/src/models/index.js.map +0 -1
- package/dist-esm/src/models/mappers.d.ts +0 -58
- package/dist-esm/src/models/mappers.d.ts.map +0 -1
- package/dist-esm/src/models/mappers.js +0 -1917
- package/dist-esm/src/models/mappers.js.map +0 -1
- package/dist-esm/src/models/parameters.d.ts +0 -25
- package/dist-esm/src/models/parameters.d.ts.map +0 -1
- package/dist-esm/src/models/parameters.js +0 -215
- package/dist-esm/src/models/parameters.js.map +0 -1
- package/dist-esm/src/operations/checkNameAvailability.d.ts +0 -22
- package/dist-esm/src/operations/checkNameAvailability.d.ts.map +0 -1
- package/dist-esm/src/operations/checkNameAvailability.js +0 -52
- package/dist-esm/src/operations/checkNameAvailability.js.map +0 -1
- package/dist-esm/src/operations/diagnostics.d.ts +0 -45
- package/dist-esm/src/operations/diagnostics.d.ts.map +0 -1
- package/dist-esm/src/operations/diagnostics.js +0 -152
- package/dist-esm/src/operations/diagnostics.js.map +0 -1
- package/dist-esm/src/operations/discoverySolution.d.ts +0 -48
- package/dist-esm/src/operations/discoverySolution.d.ts.map +0 -1
- package/dist-esm/src/operations/discoverySolution.js +0 -153
- package/dist-esm/src/operations/discoverySolution.js.map +0 -1
- package/dist-esm/src/operations/discoverySolutionNLP.d.ts +0 -26
- package/dist-esm/src/operations/discoverySolutionNLP.d.ts.map +0 -1
- package/dist-esm/src/operations/discoverySolutionNLP.js +0 -76
- package/dist-esm/src/operations/discoverySolutionNLP.js.map +0 -1
- package/dist-esm/src/operations/index.d.ts +0 -10
- package/dist-esm/src/operations/index.d.ts.map +0 -1
- package/dist-esm/src/operations/index.js +0 -17
- 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/simplifiedSolutions.d.ts +0 -52
- package/dist-esm/src/operations/simplifiedSolutions.d.ts.map +0 -1
- package/dist-esm/src/operations/simplifiedSolutions.js +0 -159
- package/dist-esm/src/operations/simplifiedSolutions.js.map +0 -1
- package/dist-esm/src/operations/solution.d.ts +0 -82
- package/dist-esm/src/operations/solution.d.ts.map +0 -1
- package/dist-esm/src/operations/solution.js +0 -288
- package/dist-esm/src/operations/solution.js.map +0 -1
- package/dist-esm/src/operations/solutionSelfHelp.d.ts +0 -23
- package/dist-esm/src/operations/solutionSelfHelp.d.ts.map +0 -1
- package/dist-esm/src/operations/solutionSelfHelp.js +0 -51
- package/dist-esm/src/operations/solutionSelfHelp.js.map +0 -1
- package/dist-esm/src/operations/troubleshooters.d.ts +0 -73
- package/dist-esm/src/operations/troubleshooters.d.ts.map +0 -1
- package/dist-esm/src/operations/troubleshooters.js +0 -201
- package/dist-esm/src/operations/troubleshooters.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/checkNameAvailability.d.ts +0 -14
- package/dist-esm/src/operationsInterfaces/checkNameAvailability.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/checkNameAvailability.js +0 -9
- package/dist-esm/src/operationsInterfaces/checkNameAvailability.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/diagnostics.d.ts +0 -37
- package/dist-esm/src/operationsInterfaces/diagnostics.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/diagnostics.js +0 -9
- package/dist-esm/src/operationsInterfaces/diagnostics.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/discoverySolution.d.ts +0 -19
- package/dist-esm/src/operationsInterfaces/discoverySolution.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/discoverySolution.js +0 -9
- package/dist-esm/src/operationsInterfaces/discoverySolution.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/discoverySolutionNLP.d.ts +0 -18
- package/dist-esm/src/operationsInterfaces/discoverySolutionNLP.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/discoverySolutionNLP.js +0 -9
- package/dist-esm/src/operationsInterfaces/discoverySolutionNLP.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -10
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.js +0 -17
- 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/simplifiedSolutions.d.ts +0 -44
- package/dist-esm/src/operationsInterfaces/simplifiedSolutions.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/simplifiedSolutions.js +0 -9
- package/dist-esm/src/operationsInterfaces/simplifiedSolutions.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/solution.d.ts +0 -74
- package/dist-esm/src/operationsInterfaces/solution.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/solution.js +0 -9
- package/dist-esm/src/operationsInterfaces/solution.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/solutionSelfHelp.d.ts +0 -15
- package/dist-esm/src/operationsInterfaces/solutionSelfHelp.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/solutionSelfHelp.js +0 -9
- package/dist-esm/src/operationsInterfaces/solutionSelfHelp.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/troubleshooters.d.ts +0 -65
- package/dist-esm/src/operationsInterfaces/troubleshooters.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/troubleshooters.js +0 -9
- package/dist-esm/src/operationsInterfaces/troubleshooters.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/test/selfhelp_operations_test.spec.d.ts +0 -4
- package/dist-esm/test/selfhelp_operations_test.spec.d.ts.map +0 -1
- package/dist-esm/test/selfhelp_operations_test.spec.js +0 -99
- package/dist-esm/test/selfhelp_operations_test.spec.js.map +0 -1
- package/review/arm-selfhelp.api.md +0 -932
- package/src/helpRP.ts +0 -169
- package/src/index.ts +0 -13
- package/src/lroImpl.ts +0 -42
- package/src/models/index.ts +0 -1456
- package/src/models/mappers.ts +0 -2028
- package/src/models/parameters.ts +0 -253
- package/src/operations/checkNameAvailability.ts +0 -69
- package/src/operations/diagnostics.ts +0 -209
- package/src/operations/discoverySolution.ts +0 -169
- package/src/operations/discoverySolutionNLP.ts +0 -101
- package/src/operations/index.ts +0 -17
- package/src/operations/operations.ts +0 -149
- package/src/operations/simplifiedSolutions.ts +0 -216
- package/src/operations/solution.ts +0 -382
- package/src/operations/solutionSelfHelp.ts +0 -68
- package/src/operations/troubleshooters.ts +0 -259
- package/src/operationsInterfaces/checkNameAvailability.ts +0 -28
- package/src/operationsInterfaces/diagnostics.ts +0 -67
- package/src/operationsInterfaces/discoverySolution.ts +0 -33
- package/src/operationsInterfaces/discoverySolutionNLP.ts +0 -36
- package/src/operationsInterfaces/index.ts +0 -17
- package/src/operationsInterfaces/operations.ts +0 -22
- package/src/operationsInterfaces/simplifiedSolutions.ts +0 -74
- package/src/operationsInterfaces/solution.ts +0 -124
- package/src/operationsInterfaces/solutionSelfHelp.ts +0 -29
- package/src/operationsInterfaces/troubleshooters.ts +0 -104
- package/src/pagingHelper.ts +0 -39
- package/tsconfig.json +0 -33
- package/types/arm-selfhelp.d.ts +0 -1770
|
@@ -0,0 +1,1246 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file contains only generated model types and their (de)serializers.
|
|
3
|
+
* Disable the following rules for internal models with '_' prefix and deserializers which require 'any' for raw JSON input.
|
|
4
|
+
*/
|
|
5
|
+
/** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */
|
|
6
|
+
export interface _OperationListResult {
|
|
7
|
+
/** The Operation items on this page */
|
|
8
|
+
value: Operation[];
|
|
9
|
+
/** The link to the next page of items */
|
|
10
|
+
nextLink?: string;
|
|
11
|
+
}
|
|
12
|
+
export declare function _operationListResultDeserializer(item: any): _OperationListResult;
|
|
13
|
+
export declare function operationArrayDeserializer(result: Array<Operation>): any[];
|
|
14
|
+
/** Details of a REST API operation, returned from the Resource Provider Operations API */
|
|
15
|
+
export interface Operation {
|
|
16
|
+
/** The name of the operation, as per Resource-Based Access Control (RBAC). Examples: "Microsoft.Compute/virtualMachines/write", "Microsoft.Compute/virtualMachines/capture/action" */
|
|
17
|
+
readonly name?: string;
|
|
18
|
+
/** Whether the operation applies to data-plane. This is "true" for data-plane operations and "false" for Azure Resource Manager/control-plane operations. */
|
|
19
|
+
readonly isDataAction?: boolean;
|
|
20
|
+
/** Localized display information for this particular operation. */
|
|
21
|
+
display?: OperationDisplay;
|
|
22
|
+
/** The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system" */
|
|
23
|
+
readonly origin?: Origin;
|
|
24
|
+
/** Extensible enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. */
|
|
25
|
+
readonly actionType?: ActionType;
|
|
26
|
+
}
|
|
27
|
+
export declare function operationDeserializer(item: any): Operation;
|
|
28
|
+
/** Localized display information for an operation. */
|
|
29
|
+
export interface OperationDisplay {
|
|
30
|
+
/** The localized friendly form of the resource provider name, e.g. "Microsoft Monitoring Insights" or "Microsoft Compute". */
|
|
31
|
+
readonly provider?: string;
|
|
32
|
+
/** The localized friendly name of the resource type related to this operation. E.g. "Virtual Machines" or "Job Schedule Collections". */
|
|
33
|
+
readonly resource?: string;
|
|
34
|
+
/** The concise, localized friendly name for the operation; suitable for dropdowns. E.g. "Create or Update Virtual Machine", "Restart Virtual Machine". */
|
|
35
|
+
readonly operation?: string;
|
|
36
|
+
/** The short, localized friendly description of the operation; suitable for tool tips and detailed views. */
|
|
37
|
+
readonly description?: string;
|
|
38
|
+
}
|
|
39
|
+
export declare function operationDisplayDeserializer(item: any): OperationDisplay;
|
|
40
|
+
/** The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system" */
|
|
41
|
+
export declare enum KnownOrigin {
|
|
42
|
+
/** Indicates the operation is initiated by a user. */
|
|
43
|
+
User = "user",
|
|
44
|
+
/** Indicates the operation is initiated by a system. */
|
|
45
|
+
System = "system",
|
|
46
|
+
/** Indicates the operation is initiated by a user or system. */
|
|
47
|
+
UserSystem = "user,system"
|
|
48
|
+
}
|
|
49
|
+
/**
|
|
50
|
+
* The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system" \
|
|
51
|
+
* {@link KnownOrigin} can be used interchangeably with Origin,
|
|
52
|
+
* this enum contains the known values that the service supports.
|
|
53
|
+
* ### Known values supported by the service
|
|
54
|
+
* **user**: Indicates the operation is initiated by a user. \
|
|
55
|
+
* **system**: Indicates the operation is initiated by a system. \
|
|
56
|
+
* **user,system**: Indicates the operation is initiated by a user or system.
|
|
57
|
+
*/
|
|
58
|
+
export type Origin = string;
|
|
59
|
+
/** Extensible enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. */
|
|
60
|
+
export declare enum KnownActionType {
|
|
61
|
+
/** Actions are for internal-only APIs. */
|
|
62
|
+
Internal = "Internal"
|
|
63
|
+
}
|
|
64
|
+
/**
|
|
65
|
+
* Extensible enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. \
|
|
66
|
+
* {@link KnownActionType} can be used interchangeably with ActionType,
|
|
67
|
+
* this enum contains the known values that the service supports.
|
|
68
|
+
* ### Known values supported by the service
|
|
69
|
+
* **Internal**: Actions are for internal-only APIs.
|
|
70
|
+
*/
|
|
71
|
+
export type ActionType = string;
|
|
72
|
+
/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. */
|
|
73
|
+
export interface ErrorResponse {
|
|
74
|
+
/** The error object. */
|
|
75
|
+
error?: ErrorDetail;
|
|
76
|
+
}
|
|
77
|
+
export declare function errorResponseDeserializer(item: any): ErrorResponse;
|
|
78
|
+
/** The error detail. */
|
|
79
|
+
export interface ErrorDetail {
|
|
80
|
+
/** The error code. */
|
|
81
|
+
readonly code?: string;
|
|
82
|
+
/** The error message. */
|
|
83
|
+
readonly message?: string;
|
|
84
|
+
/** The error target. */
|
|
85
|
+
readonly target?: string;
|
|
86
|
+
/** The error details. */
|
|
87
|
+
readonly details?: ErrorDetail[];
|
|
88
|
+
/** The error additional info. */
|
|
89
|
+
readonly additionalInfo?: ErrorAdditionalInfo[];
|
|
90
|
+
}
|
|
91
|
+
export declare function errorDetailDeserializer(item: any): ErrorDetail;
|
|
92
|
+
export declare function errorDetailArrayDeserializer(result: Array<ErrorDetail>): any[];
|
|
93
|
+
export declare function errorAdditionalInfoArrayDeserializer(result: Array<ErrorAdditionalInfo>): any[];
|
|
94
|
+
/** The resource management error additional info. */
|
|
95
|
+
export interface ErrorAdditionalInfo {
|
|
96
|
+
/** The additional info type. */
|
|
97
|
+
readonly type?: string;
|
|
98
|
+
/** The additional info. */
|
|
99
|
+
readonly info?: any;
|
|
100
|
+
}
|
|
101
|
+
export declare function errorAdditionalInfoDeserializer(item: any): ErrorAdditionalInfo;
|
|
102
|
+
/** Diagnostic resource */
|
|
103
|
+
export interface DiagnosticResource extends ExtensionResource {
|
|
104
|
+
/** Global parameters is an optional map which can be used to add key and value to request body to improve the diagnostics results */
|
|
105
|
+
globalParameters?: Record<string, string>;
|
|
106
|
+
/** SolutionIds that are needed to be invoked. */
|
|
107
|
+
insights?: DiagnosticInvocation[];
|
|
108
|
+
/** Diagnostic Request Accepted time. */
|
|
109
|
+
readonly acceptedAt?: string;
|
|
110
|
+
/** Status of diagnostic provisioning. */
|
|
111
|
+
readonly provisioningState?: DiagnosticProvisioningState;
|
|
112
|
+
/** Array of Diagnostics. */
|
|
113
|
+
readonly diagnostics?: Diagnostic[];
|
|
114
|
+
}
|
|
115
|
+
export declare function diagnosticResourceSerializer(item: DiagnosticResource): any;
|
|
116
|
+
export declare function diagnosticResourceDeserializer(item: any): DiagnosticResource;
|
|
117
|
+
/** Diagnostic resource properties. */
|
|
118
|
+
export interface DiagnosticResourceProperties {
|
|
119
|
+
/** Global parameters is an optional map which can be used to add key and value to request body to improve the diagnostics results */
|
|
120
|
+
globalParameters?: Record<string, string>;
|
|
121
|
+
/** SolutionIds that are needed to be invoked. */
|
|
122
|
+
insights?: DiagnosticInvocation[];
|
|
123
|
+
/** Diagnostic Request Accepted time. */
|
|
124
|
+
readonly acceptedAt?: string;
|
|
125
|
+
/** Status of diagnostic provisioning. */
|
|
126
|
+
readonly provisioningState?: DiagnosticProvisioningState;
|
|
127
|
+
/** Array of Diagnostics. */
|
|
128
|
+
readonly diagnostics?: Diagnostic[];
|
|
129
|
+
}
|
|
130
|
+
export declare function diagnosticResourcePropertiesSerializer(item: DiagnosticResourceProperties): any;
|
|
131
|
+
export declare function diagnosticResourcePropertiesDeserializer(item: any): DiagnosticResourceProperties;
|
|
132
|
+
export declare function diagnosticInvocationArraySerializer(result: Array<DiagnosticInvocation>): any[];
|
|
133
|
+
export declare function diagnosticInvocationArrayDeserializer(result: Array<DiagnosticInvocation>): any[];
|
|
134
|
+
/** Solution Invocation with additional params needed for invocation. */
|
|
135
|
+
export interface DiagnosticInvocation {
|
|
136
|
+
/** Solution Id to invoke. */
|
|
137
|
+
solutionId?: string;
|
|
138
|
+
/** Additional parameters required to invoke the solutionId. */
|
|
139
|
+
additionalParameters?: Record<string, string>;
|
|
140
|
+
}
|
|
141
|
+
export declare function diagnosticInvocationSerializer(item: DiagnosticInvocation): any;
|
|
142
|
+
export declare function diagnosticInvocationDeserializer(item: any): DiagnosticInvocation;
|
|
143
|
+
/** Status of diagnostic provisioning. */
|
|
144
|
+
export declare enum KnownDiagnosticProvisioningState {
|
|
145
|
+
/** All Diagnostics in the Batch succeeded. */
|
|
146
|
+
Succeeded = "Succeeded",
|
|
147
|
+
/** Some Diagnostics are still running or failed. */
|
|
148
|
+
PartialComplete = "PartialComplete",
|
|
149
|
+
/** All Diagnostics failed to run. */
|
|
150
|
+
Failed = "Failed",
|
|
151
|
+
/** All Diagnostics are still running. */
|
|
152
|
+
Running = "Running",
|
|
153
|
+
/** When Diagnostic request gets canceled. */
|
|
154
|
+
Canceled = "Canceled"
|
|
155
|
+
}
|
|
156
|
+
/**
|
|
157
|
+
* Status of diagnostic provisioning. \
|
|
158
|
+
* {@link KnownDiagnosticProvisioningState} can be used interchangeably with DiagnosticProvisioningState,
|
|
159
|
+
* this enum contains the known values that the service supports.
|
|
160
|
+
* ### Known values supported by the service
|
|
161
|
+
* **Succeeded**: All Diagnostics in the Batch succeeded. \
|
|
162
|
+
* **PartialComplete**: Some Diagnostics are still running or failed. \
|
|
163
|
+
* **Failed**: All Diagnostics failed to run. \
|
|
164
|
+
* **Running**: All Diagnostics are still running. \
|
|
165
|
+
* **Canceled**: When Diagnostic request gets canceled.
|
|
166
|
+
*/
|
|
167
|
+
export type DiagnosticProvisioningState = string;
|
|
168
|
+
export declare function diagnosticArrayDeserializer(result: Array<Diagnostic>): any[];
|
|
169
|
+
/** Properties returned with in an insight. */
|
|
170
|
+
export interface Diagnostic {
|
|
171
|
+
/** Solution Id */
|
|
172
|
+
solutionId?: string;
|
|
173
|
+
/** Denotes the status of the diagnostic resource. */
|
|
174
|
+
status?: Status;
|
|
175
|
+
/** The problems (if any) detected by this insight. */
|
|
176
|
+
insights?: Insight[];
|
|
177
|
+
/** Error definition. */
|
|
178
|
+
error?: ErrorModel;
|
|
179
|
+
}
|
|
180
|
+
export declare function diagnosticDeserializer(item: any): Diagnostic;
|
|
181
|
+
/** Denotes the status of the diagnostic resource. */
|
|
182
|
+
export declare enum KnownStatus {
|
|
183
|
+
/** Diagnostic creation failed. */
|
|
184
|
+
Failed = "Failed",
|
|
185
|
+
/** Request is missing required inputs to run. */
|
|
186
|
+
MissingInputs = "MissingInputs",
|
|
187
|
+
/** Diagnostic is still running. */
|
|
188
|
+
Running = "Running",
|
|
189
|
+
/** Diagnostic creation succeeded. */
|
|
190
|
+
Succeeded = "Succeeded",
|
|
191
|
+
/** Diagnostic was timed out. */
|
|
192
|
+
Timeout = "Timeout"
|
|
193
|
+
}
|
|
194
|
+
/**
|
|
195
|
+
* Denotes the status of the diagnostic resource. \
|
|
196
|
+
* {@link KnownStatus} can be used interchangeably with Status,
|
|
197
|
+
* this enum contains the known values that the service supports.
|
|
198
|
+
* ### Known values supported by the service
|
|
199
|
+
* **Failed**: Diagnostic creation failed. \
|
|
200
|
+
* **MissingInputs**: Request is missing required inputs to run. \
|
|
201
|
+
* **Running**: Diagnostic is still running. \
|
|
202
|
+
* **Succeeded**: Diagnostic creation succeeded. \
|
|
203
|
+
* **Timeout**: Diagnostic was timed out.
|
|
204
|
+
*/
|
|
205
|
+
export type Status = string;
|
|
206
|
+
export declare function insightArrayDeserializer(result: Array<Insight>): any[];
|
|
207
|
+
/** Detailed insights(s) obtained via the invocation of an insight diagnostic */
|
|
208
|
+
export interface Insight {
|
|
209
|
+
/** Article id. */
|
|
210
|
+
id?: string;
|
|
211
|
+
/** This insight's title. */
|
|
212
|
+
title?: string;
|
|
213
|
+
/** Detailed result content. */
|
|
214
|
+
results?: string;
|
|
215
|
+
/** Importance level of the insight. */
|
|
216
|
+
importanceLevel?: ImportanceLevel;
|
|
217
|
+
}
|
|
218
|
+
export declare function insightDeserializer(item: any): Insight;
|
|
219
|
+
/** Importance level of the insight. */
|
|
220
|
+
export declare enum KnownImportanceLevel {
|
|
221
|
+
/** A critical insight has been found after running the diagnostic. */
|
|
222
|
+
Critical = "Critical",
|
|
223
|
+
/** A warning insight has been found after running the diagnostic. */
|
|
224
|
+
Warning = "Warning",
|
|
225
|
+
/** An information insight has been found after running the diagnostic. */
|
|
226
|
+
Information = "Information"
|
|
227
|
+
}
|
|
228
|
+
/**
|
|
229
|
+
* Importance level of the insight. \
|
|
230
|
+
* {@link KnownImportanceLevel} can be used interchangeably with ImportanceLevel,
|
|
231
|
+
* this enum contains the known values that the service supports.
|
|
232
|
+
* ### Known values supported by the service
|
|
233
|
+
* **Critical**: A critical insight has been found after running the diagnostic. \
|
|
234
|
+
* **Warning**: A warning insight has been found after running the diagnostic. \
|
|
235
|
+
* **Information**: An information insight has been found after running the diagnostic.
|
|
236
|
+
*/
|
|
237
|
+
export type ImportanceLevel = string;
|
|
238
|
+
/** Error definition. */
|
|
239
|
+
export interface ErrorModel {
|
|
240
|
+
/** Service specific error code which serves as the substatus for the HTTP error code. */
|
|
241
|
+
readonly code?: string;
|
|
242
|
+
/** Service specific error type which serves as additional context for the error herein. */
|
|
243
|
+
readonly type?: string;
|
|
244
|
+
/** Description of the error. */
|
|
245
|
+
readonly message?: string;
|
|
246
|
+
/** An array of additional nested error response info objects, as described by this contract. */
|
|
247
|
+
details?: ErrorModel[];
|
|
248
|
+
}
|
|
249
|
+
export declare function errorDeserializer(item: any): ErrorModel;
|
|
250
|
+
export declare function errorArrayDeserializer(result: Array<ErrorModel>): any[];
|
|
251
|
+
/** The base extension resource. */
|
|
252
|
+
export interface ExtensionResource extends Resource {
|
|
253
|
+
}
|
|
254
|
+
export declare function extensionResourceSerializer(_item: ExtensionResource): any;
|
|
255
|
+
export declare function extensionResourceDeserializer(item: any): ExtensionResource;
|
|
256
|
+
/** Common fields that are returned in the response for all Azure Resource Manager resources */
|
|
257
|
+
export interface Resource {
|
|
258
|
+
/** Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} */
|
|
259
|
+
readonly id?: string;
|
|
260
|
+
/** The name of the resource */
|
|
261
|
+
readonly name?: string;
|
|
262
|
+
/** The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" */
|
|
263
|
+
readonly type?: string;
|
|
264
|
+
/** Azure Resource Manager metadata containing createdBy and modifiedBy information. */
|
|
265
|
+
readonly systemData?: SystemData;
|
|
266
|
+
}
|
|
267
|
+
export declare function resourceSerializer(_item: Resource): any;
|
|
268
|
+
export declare function resourceDeserializer(item: any): Resource;
|
|
269
|
+
/** Metadata pertaining to creation and last modification of the resource. */
|
|
270
|
+
export interface SystemData {
|
|
271
|
+
/** The identity that created the resource. */
|
|
272
|
+
createdBy?: string;
|
|
273
|
+
/** The type of identity that created the resource. */
|
|
274
|
+
createdByType?: CreatedByType;
|
|
275
|
+
/** The timestamp of resource creation (UTC). */
|
|
276
|
+
createdAt?: Date;
|
|
277
|
+
/** The identity that last modified the resource. */
|
|
278
|
+
lastModifiedBy?: string;
|
|
279
|
+
/** The type of identity that last modified the resource. */
|
|
280
|
+
lastModifiedByType?: CreatedByType;
|
|
281
|
+
/** The timestamp of resource last modification (UTC) */
|
|
282
|
+
lastModifiedAt?: Date;
|
|
283
|
+
}
|
|
284
|
+
export declare function systemDataDeserializer(item: any): SystemData;
|
|
285
|
+
/** The kind of entity that created the resource. */
|
|
286
|
+
export declare enum KnownCreatedByType {
|
|
287
|
+
/** The entity was created by a user. */
|
|
288
|
+
User = "User",
|
|
289
|
+
/** The entity was created by an application. */
|
|
290
|
+
Application = "Application",
|
|
291
|
+
/** The entity was created by a managed identity. */
|
|
292
|
+
ManagedIdentity = "ManagedIdentity",
|
|
293
|
+
/** The entity was created by a key. */
|
|
294
|
+
Key = "Key"
|
|
295
|
+
}
|
|
296
|
+
/**
|
|
297
|
+
* The kind of entity that created the resource. \
|
|
298
|
+
* {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
|
|
299
|
+
* this enum contains the known values that the service supports.
|
|
300
|
+
* ### Known values supported by the service
|
|
301
|
+
* **User**: The entity was created by a user. \
|
|
302
|
+
* **Application**: The entity was created by an application. \
|
|
303
|
+
* **ManagedIdentity**: The entity was created by a managed identity. \
|
|
304
|
+
* **Key**: The entity was created by a key.
|
|
305
|
+
*/
|
|
306
|
+
export type CreatedByType = string;
|
|
307
|
+
/** Solution response. */
|
|
308
|
+
export interface SolutionResource extends ExtensionResource {
|
|
309
|
+
/** Solution request trigger criteria */
|
|
310
|
+
triggerCriteria?: TriggerCriterion[];
|
|
311
|
+
/** Client input parameters to run Solution */
|
|
312
|
+
parameters?: Record<string, string>;
|
|
313
|
+
/** Solution Id to identify single solution. */
|
|
314
|
+
readonly solutionId?: string;
|
|
315
|
+
/** Status of solution provisioning. */
|
|
316
|
+
readonly provisioningState?: SolutionProvisioningState;
|
|
317
|
+
/** The title. */
|
|
318
|
+
readonly title?: string;
|
|
319
|
+
/** The HTML content that needs to be rendered and shown to customer. */
|
|
320
|
+
readonly content?: string;
|
|
321
|
+
/** Solution replacement maps. */
|
|
322
|
+
readonly replacementMaps?: ReplacementMaps;
|
|
323
|
+
/** List of section object. */
|
|
324
|
+
readonly sections?: Section[];
|
|
325
|
+
}
|
|
326
|
+
export declare function solutionResourceSerializer(item: SolutionResource): any;
|
|
327
|
+
export declare function solutionResourceDeserializer(item: any): SolutionResource;
|
|
328
|
+
/** Solution result */
|
|
329
|
+
export interface SolutionResourceProperties {
|
|
330
|
+
/** Solution request trigger criteria */
|
|
331
|
+
triggerCriteria?: TriggerCriterion[];
|
|
332
|
+
/** Client input parameters to run Solution */
|
|
333
|
+
parameters?: Record<string, string>;
|
|
334
|
+
/** Solution Id to identify single solution. */
|
|
335
|
+
readonly solutionId?: string;
|
|
336
|
+
/** Status of solution provisioning. */
|
|
337
|
+
readonly provisioningState?: SolutionProvisioningState;
|
|
338
|
+
/** The title. */
|
|
339
|
+
readonly title?: string;
|
|
340
|
+
/** The HTML content that needs to be rendered and shown to customer. */
|
|
341
|
+
readonly content?: string;
|
|
342
|
+
/** Solution replacement maps. */
|
|
343
|
+
readonly replacementMaps?: ReplacementMaps;
|
|
344
|
+
/** List of section object. */
|
|
345
|
+
readonly sections?: Section[];
|
|
346
|
+
}
|
|
347
|
+
export declare function solutionResourcePropertiesSerializer(item: SolutionResourceProperties): any;
|
|
348
|
+
export declare function solutionResourcePropertiesDeserializer(item: any): SolutionResourceProperties;
|
|
349
|
+
export declare function triggerCriterionArraySerializer(result: Array<TriggerCriterion>): any[];
|
|
350
|
+
export declare function triggerCriterionArrayDeserializer(result: Array<TriggerCriterion>): any[];
|
|
351
|
+
/** Solution request trigger criterion. SolutionId/ProblemClassificationId is the only supported trigger type for Solution PUT request. ReplacementKey is the only supported trigger type for Solution PATCH request. */
|
|
352
|
+
export interface TriggerCriterion {
|
|
353
|
+
/** Trigger criterion name. */
|
|
354
|
+
name?: Name;
|
|
355
|
+
/** Trigger criterion value. */
|
|
356
|
+
value?: string;
|
|
357
|
+
}
|
|
358
|
+
export declare function triggerCriterionSerializer(item: TriggerCriterion): any;
|
|
359
|
+
export declare function triggerCriterionDeserializer(item: any): TriggerCriterion;
|
|
360
|
+
/** Trigger criterion name. */
|
|
361
|
+
export declare enum KnownName {
|
|
362
|
+
/** SolutionId */
|
|
363
|
+
SolutionId = "SolutionId",
|
|
364
|
+
/** ProblemClassificationId */
|
|
365
|
+
ProblemClassificationId = "ProblemClassificationId",
|
|
366
|
+
/** ReplacementKey */
|
|
367
|
+
ReplacementKey = "ReplacementKey"
|
|
368
|
+
}
|
|
369
|
+
/**
|
|
370
|
+
* Trigger criterion name. \
|
|
371
|
+
* {@link KnownName} can be used interchangeably with Name,
|
|
372
|
+
* this enum contains the known values that the service supports.
|
|
373
|
+
* ### Known values supported by the service
|
|
374
|
+
* **SolutionId** \
|
|
375
|
+
* **ProblemClassificationId** \
|
|
376
|
+
* **ReplacementKey**
|
|
377
|
+
*/
|
|
378
|
+
export type Name = string;
|
|
379
|
+
/** Status of solution provisioning. */
|
|
380
|
+
export declare enum KnownSolutionProvisioningState {
|
|
381
|
+
/** All Solutions in the Batch succeeded. */
|
|
382
|
+
Succeeded = "Succeeded",
|
|
383
|
+
/** Some Solutions are still running or failed. */
|
|
384
|
+
PartialComplete = "PartialComplete",
|
|
385
|
+
/** All Solutions failed to run. */
|
|
386
|
+
Failed = "Failed",
|
|
387
|
+
/** All Solutions are still running. */
|
|
388
|
+
Running = "Running",
|
|
389
|
+
/** When Solutions request gets canceled. */
|
|
390
|
+
Canceled = "Canceled"
|
|
391
|
+
}
|
|
392
|
+
/**
|
|
393
|
+
* Status of solution provisioning. \
|
|
394
|
+
* {@link KnownSolutionProvisioningState} can be used interchangeably with SolutionProvisioningState,
|
|
395
|
+
* this enum contains the known values that the service supports.
|
|
396
|
+
* ### Known values supported by the service
|
|
397
|
+
* **Succeeded**: All Solutions in the Batch succeeded. \
|
|
398
|
+
* **PartialComplete**: Some Solutions are still running or failed. \
|
|
399
|
+
* **Failed**: All Solutions failed to run. \
|
|
400
|
+
* **Running**: All Solutions are still running. \
|
|
401
|
+
* **Canceled**: When Solutions request gets canceled.
|
|
402
|
+
*/
|
|
403
|
+
export type SolutionProvisioningState = string;
|
|
404
|
+
/** Solution replacement maps. */
|
|
405
|
+
export interface ReplacementMaps {
|
|
406
|
+
/** Solution AzureKB results */
|
|
407
|
+
webResults?: WebResult[];
|
|
408
|
+
/** Solution diagnostics results. */
|
|
409
|
+
diagnostics?: SolutionsDiagnostic[];
|
|
410
|
+
/** Solutions Troubleshooters */
|
|
411
|
+
troubleshooters?: SolutionsTroubleshooters[];
|
|
412
|
+
/** Solution metrics based charts */
|
|
413
|
+
metricsBasedCharts?: MetricsBasedChart[];
|
|
414
|
+
/** Video solutions, which have the power to engage the customer by stimulating their senses */
|
|
415
|
+
videos?: Video[];
|
|
416
|
+
/** Group of Videos */
|
|
417
|
+
videoGroups?: VideoGroup[];
|
|
418
|
+
}
|
|
419
|
+
export declare function replacementMapsDeserializer(item: any): ReplacementMaps;
|
|
420
|
+
export declare function webResultArrayDeserializer(result: Array<WebResult>): any[];
|
|
421
|
+
/** AzureKB web result */
|
|
422
|
+
export interface WebResult {
|
|
423
|
+
/** Place holder used in HTML Content replace control with the content */
|
|
424
|
+
replacementKey?: string;
|
|
425
|
+
/** AzureKB search results */
|
|
426
|
+
searchResults?: SearchResult[];
|
|
427
|
+
}
|
|
428
|
+
export declare function webResultDeserializer(item: any): WebResult;
|
|
429
|
+
export declare function searchResultArrayDeserializer(result: Array<SearchResult>): any[];
|
|
430
|
+
/** Details of an AzureKB search result. */
|
|
431
|
+
export interface SearchResult {
|
|
432
|
+
/** Unique id of the result. */
|
|
433
|
+
solutionId?: string;
|
|
434
|
+
/** Content of the search result. */
|
|
435
|
+
content?: string;
|
|
436
|
+
/** Title of the search result. */
|
|
437
|
+
title?: string;
|
|
438
|
+
/** Confidence of the search result. */
|
|
439
|
+
confidence?: Confidence;
|
|
440
|
+
/** Source of the search result. */
|
|
441
|
+
source?: string;
|
|
442
|
+
/** Result type of the search result. */
|
|
443
|
+
resultType?: ResultType;
|
|
444
|
+
/** rank of the search result */
|
|
445
|
+
rank?: number;
|
|
446
|
+
/** Link to the document. */
|
|
447
|
+
link?: string;
|
|
448
|
+
}
|
|
449
|
+
export declare function searchResultDeserializer(item: any): SearchResult;
|
|
450
|
+
/** Confidence of the search result. */
|
|
451
|
+
export declare enum KnownConfidence {
|
|
452
|
+
/** Low */
|
|
453
|
+
Low = "Low",
|
|
454
|
+
/** Medium */
|
|
455
|
+
Medium = "Medium",
|
|
456
|
+
/** High */
|
|
457
|
+
High = "High"
|
|
458
|
+
}
|
|
459
|
+
/**
|
|
460
|
+
* Confidence of the search result. \
|
|
461
|
+
* {@link KnownConfidence} can be used interchangeably with Confidence,
|
|
462
|
+
* this enum contains the known values that the service supports.
|
|
463
|
+
* ### Known values supported by the service
|
|
464
|
+
* **Low** \
|
|
465
|
+
* **Medium** \
|
|
466
|
+
* **High**
|
|
467
|
+
*/
|
|
468
|
+
export type Confidence = string;
|
|
469
|
+
/** Result type of the search result. */
|
|
470
|
+
export declare enum KnownResultType {
|
|
471
|
+
/** Community */
|
|
472
|
+
Community = "Community",
|
|
473
|
+
/** Documentation */
|
|
474
|
+
Documentation = "Documentation"
|
|
475
|
+
}
|
|
476
|
+
/**
|
|
477
|
+
* Result type of the search result. \
|
|
478
|
+
* {@link KnownResultType} can be used interchangeably with ResultType,
|
|
479
|
+
* this enum contains the known values that the service supports.
|
|
480
|
+
* ### Known values supported by the service
|
|
481
|
+
* **Community** \
|
|
482
|
+
* **Documentation**
|
|
483
|
+
*/
|
|
484
|
+
export type ResultType = string;
|
|
485
|
+
export declare function solutionsDiagnosticArrayDeserializer(result: Array<SolutionsDiagnostic>): any[];
|
|
486
|
+
/** Solutions Diagnostic */
|
|
487
|
+
export interface SolutionsDiagnostic {
|
|
488
|
+
/** Solution Id to identify single Solutions Diagnostic */
|
|
489
|
+
solutionId?: string;
|
|
490
|
+
/** Denotes the status of the diagnostic resource. */
|
|
491
|
+
status?: Status;
|
|
492
|
+
/** Details of the status */
|
|
493
|
+
statusDetails?: string;
|
|
494
|
+
/** Place holder used in HTML Content replace control with the content */
|
|
495
|
+
replacementKey?: string;
|
|
496
|
+
/** Diagnostics estimated completion time in minutes */
|
|
497
|
+
estimatedCompletionTime?: string;
|
|
498
|
+
/** Required parameters of this item */
|
|
499
|
+
requiredParameters?: string[];
|
|
500
|
+
/** Diagnostic insights */
|
|
501
|
+
insights?: Insight[];
|
|
502
|
+
}
|
|
503
|
+
export declare function solutionsDiagnosticDeserializer(item: any): SolutionsDiagnostic;
|
|
504
|
+
export declare function solutionsTroubleshootersArrayDeserializer(result: Array<SolutionsTroubleshooters>): any[];
|
|
505
|
+
/** Troubleshooters in Solutions */
|
|
506
|
+
export interface SolutionsTroubleshooters {
|
|
507
|
+
/** Solution Id to identify single Solutions Troubleshooter */
|
|
508
|
+
solutionId?: string;
|
|
509
|
+
/** Troubleshooter title */
|
|
510
|
+
title?: string;
|
|
511
|
+
/** Troubleshooter summary */
|
|
512
|
+
summary?: string;
|
|
513
|
+
}
|
|
514
|
+
export declare function solutionsTroubleshootersDeserializer(item: any): SolutionsTroubleshooters;
|
|
515
|
+
export declare function metricsBasedChartArrayDeserializer(result: Array<MetricsBasedChart>): any[];
|
|
516
|
+
/** Solutions metrics based chart */
|
|
517
|
+
export interface MetricsBasedChart {
|
|
518
|
+
/** Chart name */
|
|
519
|
+
name?: string;
|
|
520
|
+
/** Allowed values are Sum, Avg, Count, Min, Max. Default is Sum */
|
|
521
|
+
aggregationType?: AggregationType;
|
|
522
|
+
/** Time span duration */
|
|
523
|
+
timeSpanDuration?: string;
|
|
524
|
+
/** Chart title */
|
|
525
|
+
title?: string;
|
|
526
|
+
/** Filter group */
|
|
527
|
+
filterGroup?: FilterGroup;
|
|
528
|
+
/** Place holder used in HTML Content replace control with the content */
|
|
529
|
+
replacementKey?: string;
|
|
530
|
+
}
|
|
531
|
+
export declare function metricsBasedChartDeserializer(item: any): MetricsBasedChart;
|
|
532
|
+
/** Allowed values are Sum, Avg, Count, Min, Max. Default is Sum */
|
|
533
|
+
export declare enum KnownAggregationType {
|
|
534
|
+
/** Sum */
|
|
535
|
+
Sum = "Sum",
|
|
536
|
+
/** Avg */
|
|
537
|
+
Avg = "Avg",
|
|
538
|
+
/** Count */
|
|
539
|
+
Count = "Count",
|
|
540
|
+
/** Min */
|
|
541
|
+
Min = "Min",
|
|
542
|
+
/** Max */
|
|
543
|
+
Max = "Max"
|
|
544
|
+
}
|
|
545
|
+
/**
|
|
546
|
+
* Allowed values are Sum, Avg, Count, Min, Max. Default is Sum \
|
|
547
|
+
* {@link KnownAggregationType} can be used interchangeably with AggregationType,
|
|
548
|
+
* this enum contains the known values that the service supports.
|
|
549
|
+
* ### Known values supported by the service
|
|
550
|
+
* **Sum** \
|
|
551
|
+
* **Avg** \
|
|
552
|
+
* **Count** \
|
|
553
|
+
* **Min** \
|
|
554
|
+
* **Max**
|
|
555
|
+
*/
|
|
556
|
+
export type AggregationType = string;
|
|
557
|
+
/** Filter group */
|
|
558
|
+
export interface FilterGroup {
|
|
559
|
+
/** List of filters */
|
|
560
|
+
filter?: Filter[];
|
|
561
|
+
}
|
|
562
|
+
export declare function filterGroupDeserializer(item: any): FilterGroup;
|
|
563
|
+
export declare function filterArrayDeserializer(result: Array<Filter>): any[];
|
|
564
|
+
/** Filter criterion */
|
|
565
|
+
export interface Filter {
|
|
566
|
+
/** Filter name */
|
|
567
|
+
name?: string;
|
|
568
|
+
/** Filter values */
|
|
569
|
+
values?: string;
|
|
570
|
+
/** Filter operator */
|
|
571
|
+
operator?: string;
|
|
572
|
+
}
|
|
573
|
+
export declare function filterDeserializer(item: any): Filter;
|
|
574
|
+
export declare function videoArrayDeserializer(result: Array<Video>): any[];
|
|
575
|
+
/** Video detail */
|
|
576
|
+
export interface Video extends VideoGroupVideo {
|
|
577
|
+
/** Place holder used in HTML Content replace control with the insight content */
|
|
578
|
+
replacementKey?: string;
|
|
579
|
+
}
|
|
580
|
+
export declare function videoDeserializer(item: any): Video;
|
|
581
|
+
export declare function videoGroupArrayDeserializer(result: Array<VideoGroup>): any[];
|
|
582
|
+
/** Video group detail */
|
|
583
|
+
export interface VideoGroup {
|
|
584
|
+
/** List of videos will be shown to customers */
|
|
585
|
+
videos?: VideoGroupVideo[];
|
|
586
|
+
/** Place holder used in HTML Content replace control with the insight content */
|
|
587
|
+
replacementKey?: string;
|
|
588
|
+
}
|
|
589
|
+
export declare function videoGroupDeserializer(item: any): VideoGroup;
|
|
590
|
+
export declare function videoGroupVideoArrayDeserializer(result: Array<VideoGroupVideo>): any[];
|
|
591
|
+
/** VideoGroup video detail */
|
|
592
|
+
export interface VideoGroupVideo {
|
|
593
|
+
/** Link to the video */
|
|
594
|
+
src?: string;
|
|
595
|
+
/** Title of the video */
|
|
596
|
+
title?: string;
|
|
597
|
+
}
|
|
598
|
+
export declare function videoGroupVideoDeserializer(item: any): VideoGroupVideo;
|
|
599
|
+
export declare function sectionArrayDeserializer(result: Array<Section>): any[];
|
|
600
|
+
/** Part of the solution and are dividers in the solution rendering. */
|
|
601
|
+
export interface Section {
|
|
602
|
+
/** Solution sections title. */
|
|
603
|
+
title?: string;
|
|
604
|
+
/** Solution sections content. */
|
|
605
|
+
content?: string;
|
|
606
|
+
/** Solution replacement maps. */
|
|
607
|
+
replacementMaps?: ReplacementMaps;
|
|
608
|
+
}
|
|
609
|
+
export declare function sectionDeserializer(item: any): Section;
|
|
610
|
+
/** Solution PatchRequest body */
|
|
611
|
+
export interface SolutionPatchRequestBody {
|
|
612
|
+
/** Solution request trigger criteria */
|
|
613
|
+
triggerCriteria?: TriggerCriterion[];
|
|
614
|
+
/** Client input parameters to run Solution */
|
|
615
|
+
parameters?: Record<string, string>;
|
|
616
|
+
/** Solution Id to identify single solution. */
|
|
617
|
+
readonly solutionId?: string;
|
|
618
|
+
/** Status of solution provisioning. */
|
|
619
|
+
readonly provisioningState?: SolutionProvisioningState;
|
|
620
|
+
/** The title. */
|
|
621
|
+
readonly title?: string;
|
|
622
|
+
/** The HTML content that needs to be rendered and shown to customer. */
|
|
623
|
+
readonly content?: string;
|
|
624
|
+
/** Solution replacement maps. */
|
|
625
|
+
readonly replacementMaps?: ReplacementMaps;
|
|
626
|
+
/** List of section object. */
|
|
627
|
+
readonly sections?: Section[];
|
|
628
|
+
}
|
|
629
|
+
export declare function solutionPatchRequestBodySerializer(item: SolutionPatchRequestBody): any;
|
|
630
|
+
/** Solution WarmUpRequest body */
|
|
631
|
+
export interface SolutionWarmUpRequestBody {
|
|
632
|
+
/** Dictionary of <string> */
|
|
633
|
+
parameters?: Record<string, string>;
|
|
634
|
+
}
|
|
635
|
+
export declare function solutionWarmUpRequestBodySerializer(item: SolutionWarmUpRequestBody): any;
|
|
636
|
+
/** Simplified Solutions response. */
|
|
637
|
+
export interface SimplifiedSolutionsResource extends ExtensionResource {
|
|
638
|
+
/** Solution Id to identify single Simplified Solution. */
|
|
639
|
+
solutionId?: string;
|
|
640
|
+
/** Client input parameters to run Simplified Solutions */
|
|
641
|
+
parameters?: Record<string, string>;
|
|
642
|
+
/** The title. */
|
|
643
|
+
readonly title?: string;
|
|
644
|
+
/** Additional parameter response for Simplified Solutions */
|
|
645
|
+
readonly appendix?: Record<string, string>;
|
|
646
|
+
/** The HTML content that needs to be rendered and shown to customer. */
|
|
647
|
+
readonly content?: string;
|
|
648
|
+
/** Status of Simplified Solution provisioning. */
|
|
649
|
+
readonly provisioningState?: SolutionProvisioningState;
|
|
650
|
+
}
|
|
651
|
+
export declare function simplifiedSolutionsResourceSerializer(item: SimplifiedSolutionsResource): any;
|
|
652
|
+
export declare function simplifiedSolutionsResourceDeserializer(item: any): SimplifiedSolutionsResource;
|
|
653
|
+
/** Simplified Solutions result */
|
|
654
|
+
export interface SimplifiedSolutionsResourceProperties {
|
|
655
|
+
/** Solution Id to identify single Simplified Solution. */
|
|
656
|
+
solutionId?: string;
|
|
657
|
+
/** Client input parameters to run Simplified Solutions */
|
|
658
|
+
parameters?: Record<string, string>;
|
|
659
|
+
/** The title. */
|
|
660
|
+
readonly title?: string;
|
|
661
|
+
/** Additional parameter response for Simplified Solutions */
|
|
662
|
+
readonly appendix?: Record<string, string>;
|
|
663
|
+
/** The HTML content that needs to be rendered and shown to customer. */
|
|
664
|
+
readonly content?: string;
|
|
665
|
+
/** Status of Simplified Solution provisioning. */
|
|
666
|
+
readonly provisioningState?: SolutionProvisioningState;
|
|
667
|
+
}
|
|
668
|
+
export declare function simplifiedSolutionsResourcePropertiesSerializer(item: SimplifiedSolutionsResourceProperties): any;
|
|
669
|
+
export declare function simplifiedSolutionsResourcePropertiesDeserializer(item: any): SimplifiedSolutionsResourceProperties;
|
|
670
|
+
/** Troubleshooter response. */
|
|
671
|
+
export interface TroubleshooterResource extends ExtensionResource {
|
|
672
|
+
/** Solution Id to identify single troubleshooter. */
|
|
673
|
+
solutionId?: string;
|
|
674
|
+
/** Client input parameters to run Troubleshooter Resource */
|
|
675
|
+
parameters?: Record<string, string>;
|
|
676
|
+
/** Status of troubleshooter provisioning. */
|
|
677
|
+
readonly provisioningState?: TroubleshooterProvisioningState;
|
|
678
|
+
/** List of step object. */
|
|
679
|
+
readonly steps?: Step[];
|
|
680
|
+
}
|
|
681
|
+
export declare function troubleshooterResourceSerializer(item: TroubleshooterResource): any;
|
|
682
|
+
export declare function troubleshooterResourceDeserializer(item: any): TroubleshooterResource;
|
|
683
|
+
/** Troubleshooter Instance properties. */
|
|
684
|
+
export interface TroubleshooterInstanceProperties {
|
|
685
|
+
/** Solution Id to identify single troubleshooter. */
|
|
686
|
+
solutionId?: string;
|
|
687
|
+
/** Client input parameters to run Troubleshooter Resource */
|
|
688
|
+
parameters?: Record<string, string>;
|
|
689
|
+
/** Status of troubleshooter provisioning. */
|
|
690
|
+
readonly provisioningState?: TroubleshooterProvisioningState;
|
|
691
|
+
/** List of step object. */
|
|
692
|
+
readonly steps?: Step[];
|
|
693
|
+
}
|
|
694
|
+
export declare function troubleshooterInstancePropertiesSerializer(item: TroubleshooterInstanceProperties): any;
|
|
695
|
+
export declare function troubleshooterInstancePropertiesDeserializer(item: any): TroubleshooterInstanceProperties;
|
|
696
|
+
/** Status of troubleshooter provisioning. */
|
|
697
|
+
export declare enum KnownTroubleshooterProvisioningState {
|
|
698
|
+
/** Succeeded */
|
|
699
|
+
Succeeded = "Succeeded",
|
|
700
|
+
/** Failed */
|
|
701
|
+
Failed = "Failed",
|
|
702
|
+
/** Canceled */
|
|
703
|
+
Canceled = "Canceled",
|
|
704
|
+
/** Running */
|
|
705
|
+
Running = "Running",
|
|
706
|
+
/** AutoContinue */
|
|
707
|
+
AutoContinue = "AutoContinue"
|
|
708
|
+
}
|
|
709
|
+
/**
|
|
710
|
+
* Status of troubleshooter provisioning. \
|
|
711
|
+
* {@link KnownTroubleshooterProvisioningState} can be used interchangeably with TroubleshooterProvisioningState,
|
|
712
|
+
* this enum contains the known values that the service supports.
|
|
713
|
+
* ### Known values supported by the service
|
|
714
|
+
* **Succeeded** \
|
|
715
|
+
* **Failed** \
|
|
716
|
+
* **Canceled** \
|
|
717
|
+
* **Running** \
|
|
718
|
+
* **AutoContinue**
|
|
719
|
+
*/
|
|
720
|
+
export type TroubleshooterProvisioningState = string;
|
|
721
|
+
export declare function stepArrayDeserializer(result: Array<Step>): any[];
|
|
722
|
+
/** Troubleshooter step */
|
|
723
|
+
export interface Step {
|
|
724
|
+
/** Unique step id. */
|
|
725
|
+
id?: string;
|
|
726
|
+
/** Step title. */
|
|
727
|
+
title?: string;
|
|
728
|
+
/** Step description. */
|
|
729
|
+
description?: string;
|
|
730
|
+
/** Get or sets the Step guidance. */
|
|
731
|
+
guidance?: string;
|
|
732
|
+
/** Status of Troubleshooter Step execution. */
|
|
733
|
+
executionStatus?: ExecutionStatus;
|
|
734
|
+
/** This field has more detailed status description of the execution status. */
|
|
735
|
+
executionStatusDescription?: string;
|
|
736
|
+
/** Type of Troubleshooting step. */
|
|
737
|
+
type?: Type;
|
|
738
|
+
/** is this last step of the workflow. */
|
|
739
|
+
isLastStep?: boolean;
|
|
740
|
+
inputs?: StepInput[];
|
|
741
|
+
/** Only for AutomatedStep type */
|
|
742
|
+
automatedCheckResults?: AutomatedCheckResult;
|
|
743
|
+
insights?: Insight[];
|
|
744
|
+
/** The error detail. */
|
|
745
|
+
error?: ErrorDetail;
|
|
746
|
+
}
|
|
747
|
+
export declare function stepDeserializer(item: any): Step;
|
|
748
|
+
/** Status of Troubleshooter Step execution. */
|
|
749
|
+
export declare enum KnownExecutionStatus {
|
|
750
|
+
/** Step execution succeeded. */
|
|
751
|
+
Success = "Success",
|
|
752
|
+
/** Step execution running */
|
|
753
|
+
Running = "Running",
|
|
754
|
+
/** Step execution failed */
|
|
755
|
+
Failed = "Failed",
|
|
756
|
+
/** Step execution warning */
|
|
757
|
+
Warning = "Warning"
|
|
758
|
+
}
|
|
759
|
+
/**
|
|
760
|
+
* Status of Troubleshooter Step execution. \
|
|
761
|
+
* {@link KnownExecutionStatus} can be used interchangeably with ExecutionStatus,
|
|
762
|
+
* this enum contains the known values that the service supports.
|
|
763
|
+
* ### Known values supported by the service
|
|
764
|
+
* **Success**: Step execution succeeded. \
|
|
765
|
+
* **Running**: Step execution running \
|
|
766
|
+
* **Failed**: Step execution failed \
|
|
767
|
+
* **Warning**: Step execution warning
|
|
768
|
+
*/
|
|
769
|
+
export type ExecutionStatus = string;
|
|
770
|
+
/** Type of Troubleshooting step. */
|
|
771
|
+
export declare enum KnownType {
|
|
772
|
+
/** Decision */
|
|
773
|
+
Decision = "Decision",
|
|
774
|
+
/** Solution */
|
|
775
|
+
Solution = "Solution",
|
|
776
|
+
/** Insight */
|
|
777
|
+
Insight = "Insight",
|
|
778
|
+
/** AutomatedCheck */
|
|
779
|
+
AutomatedCheck = "AutomatedCheck",
|
|
780
|
+
/** Input */
|
|
781
|
+
Input = "Input"
|
|
782
|
+
}
|
|
783
|
+
/**
|
|
784
|
+
* Type of Troubleshooting step. \
|
|
785
|
+
* {@link KnownType} can be used interchangeably with Type,
|
|
786
|
+
* this enum contains the known values that the service supports.
|
|
787
|
+
* ### Known values supported by the service
|
|
788
|
+
* **Decision** \
|
|
789
|
+
* **Solution** \
|
|
790
|
+
* **Insight** \
|
|
791
|
+
* **AutomatedCheck** \
|
|
792
|
+
* **Input**
|
|
793
|
+
*/
|
|
794
|
+
export type Type = string;
|
|
795
|
+
export declare function stepInputArrayDeserializer(result: Array<StepInput>): any[];
|
|
796
|
+
/** Details of step input. */
|
|
797
|
+
export interface StepInput {
|
|
798
|
+
/** Use Index as QuestionId. */
|
|
799
|
+
questionId?: string;
|
|
800
|
+
/** Type of Question */
|
|
801
|
+
questionType?: QuestionType;
|
|
802
|
+
/** Question title */
|
|
803
|
+
questionTitle?: string;
|
|
804
|
+
/** User question content. */
|
|
805
|
+
questionContent?: string;
|
|
806
|
+
/** Default is Text. */
|
|
807
|
+
questionContentType?: QuestionContentType;
|
|
808
|
+
/** Place holder text for response hints. */
|
|
809
|
+
responseHint?: string;
|
|
810
|
+
/** Result of Automate step. */
|
|
811
|
+
recommendedOption?: string;
|
|
812
|
+
/** Text of response that was selected. */
|
|
813
|
+
selectedOptionValue?: string;
|
|
814
|
+
/** Troubleshooter step input response validation properties */
|
|
815
|
+
responseValidationProperties?: ResponseValidationProperties;
|
|
816
|
+
responseOptions?: ResponseOption[];
|
|
817
|
+
}
|
|
818
|
+
export declare function stepInputDeserializer(item: any): StepInput;
|
|
819
|
+
/** Type of Question */
|
|
820
|
+
export declare enum KnownQuestionType {
|
|
821
|
+
/** SingleChoice radio button */
|
|
822
|
+
RadioButton = "RadioButton",
|
|
823
|
+
/** SingleChoice dropdown. */
|
|
824
|
+
Dropdown = "Dropdown",
|
|
825
|
+
/** Text Input */
|
|
826
|
+
TextInput = "TextInput",
|
|
827
|
+
/** MultiLineInfoBox */
|
|
828
|
+
MultiLineInfoBox = "MultiLineInfoBox",
|
|
829
|
+
/** DateTime Picker */
|
|
830
|
+
DateTimePicker = "DateTimePicker",
|
|
831
|
+
/** Multi Select */
|
|
832
|
+
MultiSelect = "MultiSelect"
|
|
833
|
+
}
|
|
834
|
+
/**
|
|
835
|
+
* Type of Question \
|
|
836
|
+
* {@link KnownQuestionType} can be used interchangeably with QuestionType,
|
|
837
|
+
* this enum contains the known values that the service supports.
|
|
838
|
+
* ### Known values supported by the service
|
|
839
|
+
* **RadioButton**: SingleChoice radio button \
|
|
840
|
+
* **Dropdown**: SingleChoice dropdown. \
|
|
841
|
+
* **TextInput**: Text Input \
|
|
842
|
+
* **MultiLineInfoBox**: MultiLineInfoBox \
|
|
843
|
+
* **DateTimePicker**: DateTime Picker \
|
|
844
|
+
* **MultiSelect**: Multi Select
|
|
845
|
+
*/
|
|
846
|
+
export type QuestionType = string;
|
|
847
|
+
/** Default is Text. */
|
|
848
|
+
export declare enum KnownQuestionContentType {
|
|
849
|
+
/** Text */
|
|
850
|
+
Text = "Text",
|
|
851
|
+
/** Html */
|
|
852
|
+
Html = "Html",
|
|
853
|
+
/** Markdown */
|
|
854
|
+
Markdown = "Markdown"
|
|
855
|
+
}
|
|
856
|
+
/**
|
|
857
|
+
* Default is Text. \
|
|
858
|
+
* {@link KnownQuestionContentType} can be used interchangeably with QuestionContentType,
|
|
859
|
+
* this enum contains the known values that the service supports.
|
|
860
|
+
* ### Known values supported by the service
|
|
861
|
+
* **Text** \
|
|
862
|
+
* **Html** \
|
|
863
|
+
* **Markdown**
|
|
864
|
+
*/
|
|
865
|
+
export type QuestionContentType = string;
|
|
866
|
+
/** Troubleshooter step input response validation properties */
|
|
867
|
+
export interface ResponseValidationProperties {
|
|
868
|
+
/** Regex used for the input validation. */
|
|
869
|
+
regex?: string;
|
|
870
|
+
/** Validation scope */
|
|
871
|
+
validationScope?: ValidationScope;
|
|
872
|
+
/** Default True */
|
|
873
|
+
isRequired?: boolean;
|
|
874
|
+
/** Validation Error Message. */
|
|
875
|
+
validationErrorMessage?: string;
|
|
876
|
+
/** Max text input (open Ended Text). */
|
|
877
|
+
maxLength?: number;
|
|
878
|
+
}
|
|
879
|
+
export declare function responseValidationPropertiesDeserializer(item: any): ResponseValidationProperties;
|
|
880
|
+
/** Validation scope */
|
|
881
|
+
export declare enum KnownValidationScope {
|
|
882
|
+
/** None */
|
|
883
|
+
None = "None",
|
|
884
|
+
/** URLFormat */
|
|
885
|
+
URLFormat = "URLFormat",
|
|
886
|
+
/** GuidFormat */
|
|
887
|
+
GuidFormat = "GuidFormat",
|
|
888
|
+
/** IpAddressFormat */
|
|
889
|
+
IpAddressFormat = "IpAddressFormat",
|
|
890
|
+
/** NumberOnlyFormat */
|
|
891
|
+
NumberOnlyFormat = "NumberOnlyFormat"
|
|
892
|
+
}
|
|
893
|
+
/**
|
|
894
|
+
* Validation scope \
|
|
895
|
+
* {@link KnownValidationScope} can be used interchangeably with ValidationScope,
|
|
896
|
+
* this enum contains the known values that the service supports.
|
|
897
|
+
* ### Known values supported by the service
|
|
898
|
+
* **None** \
|
|
899
|
+
* **URLFormat** \
|
|
900
|
+
* **GuidFormat** \
|
|
901
|
+
* **IpAddressFormat** \
|
|
902
|
+
* **NumberOnlyFormat**
|
|
903
|
+
*/
|
|
904
|
+
export type ValidationScope = string;
|
|
905
|
+
export declare function responseOptionArrayDeserializer(result: Array<ResponseOption>): any[];
|
|
906
|
+
/** The status of the resource. */
|
|
907
|
+
export interface ResponseOption {
|
|
908
|
+
/** Unique string. */
|
|
909
|
+
key?: string;
|
|
910
|
+
/** Option description */
|
|
911
|
+
value?: string;
|
|
912
|
+
}
|
|
913
|
+
export declare function responseOptionDeserializer(item: any): ResponseOption;
|
|
914
|
+
/** Only for AutomatedStep type */
|
|
915
|
+
export interface AutomatedCheckResult {
|
|
916
|
+
/** Version for automated check result */
|
|
917
|
+
version?: string;
|
|
918
|
+
/** Status for automated check result */
|
|
919
|
+
status?: string;
|
|
920
|
+
/** Insight Article Content */
|
|
921
|
+
result?: string;
|
|
922
|
+
/** Type of Result. */
|
|
923
|
+
type?: AutomatedCheckResultType;
|
|
924
|
+
}
|
|
925
|
+
export declare function automatedCheckResultDeserializer(item: any): AutomatedCheckResult;
|
|
926
|
+
/** Type of Result. */
|
|
927
|
+
export declare enum KnownAutomatedCheckResultType {
|
|
928
|
+
/** Success */
|
|
929
|
+
Success = "Success",
|
|
930
|
+
/** Warning */
|
|
931
|
+
Warning = "Warning",
|
|
932
|
+
/** Error */
|
|
933
|
+
Error = "Error",
|
|
934
|
+
/** Information */
|
|
935
|
+
Information = "Information"
|
|
936
|
+
}
|
|
937
|
+
/**
|
|
938
|
+
* Type of Result. \
|
|
939
|
+
* {@link KnownAutomatedCheckResultType} can be used interchangeably with AutomatedCheckResultType,
|
|
940
|
+
* this enum contains the known values that the service supports.
|
|
941
|
+
* ### Known values supported by the service
|
|
942
|
+
* **Success** \
|
|
943
|
+
* **Warning** \
|
|
944
|
+
* **Error** \
|
|
945
|
+
* **Information**
|
|
946
|
+
*/
|
|
947
|
+
export type AutomatedCheckResultType = string;
|
|
948
|
+
/** Troubleshooter ContinueRequest body. */
|
|
949
|
+
export interface ContinueRequestBody {
|
|
950
|
+
/** Unique id of the result. */
|
|
951
|
+
stepId?: string;
|
|
952
|
+
responses?: TroubleshooterResponse[];
|
|
953
|
+
}
|
|
954
|
+
export declare function continueRequestBodySerializer(item: ContinueRequestBody): any;
|
|
955
|
+
export declare function troubleshooterResponseArraySerializer(result: Array<TroubleshooterResponse>): any[];
|
|
956
|
+
/** User Response for Troubleshooter continue request */
|
|
957
|
+
export interface TroubleshooterResponse {
|
|
958
|
+
/** id of the question. */
|
|
959
|
+
questionId?: string;
|
|
960
|
+
/** Type of Question */
|
|
961
|
+
questionType?: QuestionType;
|
|
962
|
+
/** Response key for SingleInput. For Multi-line test/open ended question it is free form text */
|
|
963
|
+
response?: string;
|
|
964
|
+
}
|
|
965
|
+
export declare function troubleshooterResponseSerializer(item: TroubleshooterResponse): any;
|
|
966
|
+
/** Troubleshooter restart response */
|
|
967
|
+
export interface RestartTroubleshooterResponse {
|
|
968
|
+
/** Updated TroubleshooterResource Name . */
|
|
969
|
+
readonly troubleshooterResourceName?: string;
|
|
970
|
+
}
|
|
971
|
+
export declare function restartTroubleshooterResponseDeserializer(item: any): RestartTroubleshooterResponse;
|
|
972
|
+
/** Self Help Solution response. */
|
|
973
|
+
export interface SolutionResourceSelfHelp extends ProxyResource {
|
|
974
|
+
/** SolutionId is a unique id to identify a solution. You can retrieve the solution id using the Discovery api - https://learn.microsoft.com/en-us/rest/api/help/discovery-solution/list?view=rest-help-2023-09-01-preview&tabs=HTTP */
|
|
975
|
+
readonly solutionId?: string;
|
|
976
|
+
/** The title. */
|
|
977
|
+
readonly title?: string;
|
|
978
|
+
/** The HTML content that needs to be rendered and shown to customer. */
|
|
979
|
+
readonly content?: string;
|
|
980
|
+
/** Solution replacement maps. */
|
|
981
|
+
readonly replacementMaps?: ReplacementMapsSelfHelp;
|
|
982
|
+
/** List of section object. */
|
|
983
|
+
readonly sections?: SectionSelfHelp[];
|
|
984
|
+
}
|
|
985
|
+
export declare function solutionResourceSelfHelpSerializer(item: SolutionResourceSelfHelp): any;
|
|
986
|
+
export declare function solutionResourceSelfHelpDeserializer(item: any): SolutionResourceSelfHelp;
|
|
987
|
+
/** Solution result */
|
|
988
|
+
export interface SolutionsResourcePropertiesSelfHelp {
|
|
989
|
+
/** SolutionId is a unique id to identify a solution. You can retrieve the solution id using the Discovery api - https://learn.microsoft.com/en-us/rest/api/help/discovery-solution/list?view=rest-help-2023-09-01-preview&tabs=HTTP */
|
|
990
|
+
readonly solutionId?: string;
|
|
991
|
+
/** The title. */
|
|
992
|
+
readonly title?: string;
|
|
993
|
+
/** The HTML content that needs to be rendered and shown to customer. */
|
|
994
|
+
readonly content?: string;
|
|
995
|
+
/** Solution replacement maps. */
|
|
996
|
+
readonly replacementMaps?: ReplacementMapsSelfHelp;
|
|
997
|
+
/** List of section object. */
|
|
998
|
+
readonly sections?: SectionSelfHelp[];
|
|
999
|
+
}
|
|
1000
|
+
export declare function solutionsResourcePropertiesSelfHelpSerializer(_item: SolutionsResourcePropertiesSelfHelp): any;
|
|
1001
|
+
export declare function solutionsResourcePropertiesSelfHelpDeserializer(item: any): SolutionsResourcePropertiesSelfHelp;
|
|
1002
|
+
/** Solution replacement maps. */
|
|
1003
|
+
export interface ReplacementMapsSelfHelp {
|
|
1004
|
+
/** Solution AzureKB results */
|
|
1005
|
+
webResults?: WebResult[];
|
|
1006
|
+
/** Video solutions, which have the power to engage the customer by stimulating their senses */
|
|
1007
|
+
videos?: Video[];
|
|
1008
|
+
/** Group of Videos */
|
|
1009
|
+
videoGroups?: VideoGroup[];
|
|
1010
|
+
}
|
|
1011
|
+
export declare function replacementMapsSelfHelpDeserializer(item: any): ReplacementMapsSelfHelp;
|
|
1012
|
+
export declare function sectionSelfHelpArrayDeserializer(result: Array<SectionSelfHelp>): any[];
|
|
1013
|
+
/** Part of the solution and are dividers in the solution rendering. */
|
|
1014
|
+
export interface SectionSelfHelp {
|
|
1015
|
+
/** Solution sections title. */
|
|
1016
|
+
title?: string;
|
|
1017
|
+
/** Solution sections content. */
|
|
1018
|
+
content?: string;
|
|
1019
|
+
/** Solution replacement maps. */
|
|
1020
|
+
replacementMaps?: ReplacementMapsSelfHelp;
|
|
1021
|
+
}
|
|
1022
|
+
export declare function sectionSelfHelpDeserializer(item: any): SectionSelfHelp;
|
|
1023
|
+
/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
|
|
1024
|
+
export interface ProxyResource extends Resource {
|
|
1025
|
+
}
|
|
1026
|
+
export declare function proxyResourceSerializer(_item: ProxyResource): any;
|
|
1027
|
+
export declare function proxyResourceDeserializer(item: any): ProxyResource;
|
|
1028
|
+
/** The check availability request body. */
|
|
1029
|
+
export interface CheckNameAvailabilityRequest {
|
|
1030
|
+
/** The name of the resource for which availability needs to be checked. */
|
|
1031
|
+
name?: string;
|
|
1032
|
+
/** The resource type. */
|
|
1033
|
+
type?: string;
|
|
1034
|
+
}
|
|
1035
|
+
export declare function checkNameAvailabilityRequestSerializer(item: CheckNameAvailabilityRequest): any;
|
|
1036
|
+
/** Response for whether the requested resource name is available or not. */
|
|
1037
|
+
export interface CheckNameAvailabilityResponse {
|
|
1038
|
+
/** Returns true or false depending on the availability of the name */
|
|
1039
|
+
nameAvailable?: boolean;
|
|
1040
|
+
/** Reason for why value is not available. This field is returned if nameAvailable is false. */
|
|
1041
|
+
reason?: string;
|
|
1042
|
+
/** Gets an error message explaining the 'reason' value with more details. This field is returned iif nameAvailable is false. */
|
|
1043
|
+
message?: string;
|
|
1044
|
+
}
|
|
1045
|
+
export declare function checkNameAvailabilityResponseDeserializer(item: any): CheckNameAvailabilityResponse;
|
|
1046
|
+
/** Discovery response. */
|
|
1047
|
+
export interface _DiscoveryResponse {
|
|
1048
|
+
/** The SolutionMetadataResource items on this page */
|
|
1049
|
+
value: SolutionMetadataResource[];
|
|
1050
|
+
/** The link to the next page of items */
|
|
1051
|
+
nextLink?: string;
|
|
1052
|
+
}
|
|
1053
|
+
export declare function _discoveryResponseDeserializer(item: any): _DiscoveryResponse;
|
|
1054
|
+
export declare function solutionMetadataResourceArraySerializer(result: Array<SolutionMetadataResource>): any[];
|
|
1055
|
+
export declare function solutionMetadataResourceArrayDeserializer(result: Array<SolutionMetadataResource>): any[];
|
|
1056
|
+
/** Metadata resource */
|
|
1057
|
+
export interface SolutionMetadataResource extends ProxyResource {
|
|
1058
|
+
/** List of metadata. */
|
|
1059
|
+
solutions?: SolutionMetadataProperties[];
|
|
1060
|
+
}
|
|
1061
|
+
export declare function solutionMetadataResourceSerializer(item: SolutionMetadataResource): any;
|
|
1062
|
+
export declare function solutionMetadataResourceDeserializer(item: any): SolutionMetadataResource;
|
|
1063
|
+
/** List of solutions */
|
|
1064
|
+
export interface Solutions {
|
|
1065
|
+
/** List of metadata. */
|
|
1066
|
+
solutions?: SolutionMetadataProperties[];
|
|
1067
|
+
}
|
|
1068
|
+
export declare function solutionsSerializer(item: Solutions): any;
|
|
1069
|
+
export declare function solutionsDeserializer(item: any): Solutions;
|
|
1070
|
+
export declare function solutionMetadataPropertiesArraySerializer(result: Array<SolutionMetadataProperties>): any[];
|
|
1071
|
+
export declare function solutionMetadataPropertiesArrayDeserializer(result: Array<SolutionMetadataProperties>): any[];
|
|
1072
|
+
/** Metadata Properties */
|
|
1073
|
+
export interface SolutionMetadataProperties {
|
|
1074
|
+
/** Solution Id. */
|
|
1075
|
+
solutionId?: string;
|
|
1076
|
+
/** Solution Type. */
|
|
1077
|
+
readonly solutionType?: SolutionType;
|
|
1078
|
+
/** A detailed description of solution. */
|
|
1079
|
+
readonly description?: string;
|
|
1080
|
+
/** Required parameters for invoking this particular solution. */
|
|
1081
|
+
readonly requiredInputs?: string[];
|
|
1082
|
+
}
|
|
1083
|
+
export declare function solutionMetadataPropertiesSerializer(item: SolutionMetadataProperties): any;
|
|
1084
|
+
export declare function solutionMetadataPropertiesDeserializer(item: any): SolutionMetadataProperties;
|
|
1085
|
+
/** Solution Type. */
|
|
1086
|
+
export declare enum KnownSolutionType {
|
|
1087
|
+
/** Diagnostics resource type. */
|
|
1088
|
+
Diagnostics = "Diagnostics",
|
|
1089
|
+
/** Solutions resource type. */
|
|
1090
|
+
Solutions = "Solutions",
|
|
1091
|
+
/** Troubleshooters resource type. */
|
|
1092
|
+
Troubleshooters = "Troubleshooters",
|
|
1093
|
+
/** SelfHelp resource type. */
|
|
1094
|
+
SelfHelp = "SelfHelp"
|
|
1095
|
+
}
|
|
1096
|
+
/**
|
|
1097
|
+
* Solution Type. \
|
|
1098
|
+
* {@link KnownSolutionType} can be used interchangeably with SolutionType,
|
|
1099
|
+
* this enum contains the known values that the service supports.
|
|
1100
|
+
* ### Known values supported by the service
|
|
1101
|
+
* **Diagnostics**: Diagnostics resource type. \
|
|
1102
|
+
* **Solutions**: Solutions resource type. \
|
|
1103
|
+
* **Troubleshooters**: Troubleshooters resource type. \
|
|
1104
|
+
* **SelfHelp**: SelfHelp resource type.
|
|
1105
|
+
*/
|
|
1106
|
+
export type SolutionType = string;
|
|
1107
|
+
/** Discover NLP request. */
|
|
1108
|
+
export interface DiscoveryNlpRequest {
|
|
1109
|
+
/** Natural language description of the issue. */
|
|
1110
|
+
issueSummary: string;
|
|
1111
|
+
/** ARM resource Id of the resource that is having the issue. Only applicable for Discovery Solution NLP Subscription Scope. */
|
|
1112
|
+
resourceId?: string;
|
|
1113
|
+
/** ARM service Id of the service that is having the issue. For more information on service Id see https://learn.microsoft.com/rest/api/support/services/list?tabs=HTTP. */
|
|
1114
|
+
serviceId?: string;
|
|
1115
|
+
/** Additional information in the form of a string. */
|
|
1116
|
+
additionalContext?: string;
|
|
1117
|
+
}
|
|
1118
|
+
export declare function discoveryNlpRequestSerializer(item: DiscoveryNlpRequest): any;
|
|
1119
|
+
/** Successfully fetched list of solution metadata. */
|
|
1120
|
+
export interface DiscoveryNlpResponse {
|
|
1121
|
+
/** The list of solution metadata. */
|
|
1122
|
+
value?: SolutionNlpMetadataResource[];
|
|
1123
|
+
}
|
|
1124
|
+
export declare function discoveryNlpResponseDeserializer(item: any): DiscoveryNlpResponse;
|
|
1125
|
+
export declare function solutionNlpMetadataResourceArraySerializer(result: Array<SolutionNlpMetadataResource>): any[];
|
|
1126
|
+
export declare function solutionNlpMetadataResourceArrayDeserializer(result: Array<SolutionNlpMetadataResource>): any[];
|
|
1127
|
+
/** Nlp Metadata resource */
|
|
1128
|
+
export interface SolutionNlpMetadataResource extends ProxyResource {
|
|
1129
|
+
/** Title of the problem classification. */
|
|
1130
|
+
problemTitle?: string;
|
|
1131
|
+
/** Description of the problem classification. */
|
|
1132
|
+
problemDescription?: string;
|
|
1133
|
+
/** Id of the service (https://learn.microsoft.com/en-us/rest/api/support/services?view=rest-support-2020-04-01) that may be used to create a support ticket. */
|
|
1134
|
+
serviceId?: string;
|
|
1135
|
+
/** Id of the ProblemClassification (https://learn.microsoft.com/en-us/rest/api/support/problem-classifications?view=rest-support-2020-04-01) that may be used to create a support ticket. */
|
|
1136
|
+
problemClassificationId?: string;
|
|
1137
|
+
/** The list of solution metadata. */
|
|
1138
|
+
solutions?: SolutionMetadataProperties[];
|
|
1139
|
+
/** The set of services that are most likely related to the request. If relatedServices is included in the response then solutions may not be discovered until the client calls a second time specifying one of the service Ids in the relatedServices object. */
|
|
1140
|
+
relatedServices?: ClassificationService[];
|
|
1141
|
+
}
|
|
1142
|
+
export declare function solutionNlpMetadataResourceSerializer(item: SolutionNlpMetadataResource): any;
|
|
1143
|
+
export declare function solutionNlpMetadataResourceDeserializer(item: any): SolutionNlpMetadataResource;
|
|
1144
|
+
/** Nlp metadata. */
|
|
1145
|
+
export interface NlpSolutions {
|
|
1146
|
+
/** Title of the problem classification. */
|
|
1147
|
+
problemTitle?: string;
|
|
1148
|
+
/** Description of the problem classification. */
|
|
1149
|
+
problemDescription?: string;
|
|
1150
|
+
/** Id of the service (https://learn.microsoft.com/en-us/rest/api/support/services?view=rest-support-2020-04-01) that may be used to create a support ticket. */
|
|
1151
|
+
serviceId?: string;
|
|
1152
|
+
/** Id of the ProblemClassification (https://learn.microsoft.com/en-us/rest/api/support/problem-classifications?view=rest-support-2020-04-01) that may be used to create a support ticket. */
|
|
1153
|
+
problemClassificationId?: string;
|
|
1154
|
+
/** The list of solution metadata. */
|
|
1155
|
+
solutions?: SolutionMetadataProperties[];
|
|
1156
|
+
/** The set of services that are most likely related to the request. If relatedServices is included in the response then solutions may not be discovered until the client calls a second time specifying one of the service Ids in the relatedServices object. */
|
|
1157
|
+
relatedServices?: ClassificationService[];
|
|
1158
|
+
}
|
|
1159
|
+
export declare function nlpSolutionsSerializer(item: NlpSolutions): any;
|
|
1160
|
+
export declare function nlpSolutionsDeserializer(item: any): NlpSolutions;
|
|
1161
|
+
export declare function classificationServiceArraySerializer(result: Array<ClassificationService>): any[];
|
|
1162
|
+
export declare function classificationServiceArrayDeserializer(result: Array<ClassificationService>): any[];
|
|
1163
|
+
/** Service Classification result object. */
|
|
1164
|
+
export interface ClassificationService {
|
|
1165
|
+
/** Azure resource Id of the service. */
|
|
1166
|
+
readonly serviceId?: string;
|
|
1167
|
+
/** Localized name of the azure service. */
|
|
1168
|
+
readonly displayName?: string;
|
|
1169
|
+
/** List of applicable ARM resource types for this service. */
|
|
1170
|
+
resourceTypes?: string[];
|
|
1171
|
+
}
|
|
1172
|
+
export declare function classificationServiceSerializer(item: ClassificationService): any;
|
|
1173
|
+
export declare function classificationServiceDeserializer(item: any): ClassificationService;
|
|
1174
|
+
/** The available API versions. */
|
|
1175
|
+
export declare enum KnownVersions {
|
|
1176
|
+
/** The 2024-03-01-preview API version. */
|
|
1177
|
+
V20240301Preview = "2024-03-01-preview"
|
|
1178
|
+
}
|
|
1179
|
+
export declare function _diagnosticResourcePropertiesSerializer(item: DiagnosticResource): any;
|
|
1180
|
+
export declare function _diagnosticResourcePropertiesDeserializer(item: any): {
|
|
1181
|
+
globalParameters: any;
|
|
1182
|
+
insights: any;
|
|
1183
|
+
acceptedAt: any;
|
|
1184
|
+
provisioningState: any;
|
|
1185
|
+
diagnostics: any;
|
|
1186
|
+
};
|
|
1187
|
+
export declare function _solutionResourcePropertiesSerializer(item: SolutionResource): any;
|
|
1188
|
+
export declare function _solutionResourcePropertiesDeserializer(item: any): {
|
|
1189
|
+
triggerCriteria: any;
|
|
1190
|
+
parameters: any;
|
|
1191
|
+
solutionId: any;
|
|
1192
|
+
provisioningState: any;
|
|
1193
|
+
title: any;
|
|
1194
|
+
content: any;
|
|
1195
|
+
replacementMaps: any;
|
|
1196
|
+
sections: any;
|
|
1197
|
+
};
|
|
1198
|
+
export declare function _solutionPatchRequestBodyPropertiesSerializer(item: SolutionPatchRequestBody): any;
|
|
1199
|
+
export declare function _solutionPatchRequestBodyPropertiesDeserializer(item: any): {
|
|
1200
|
+
triggerCriteria: any;
|
|
1201
|
+
parameters: any;
|
|
1202
|
+
solutionId: any;
|
|
1203
|
+
provisioningState: any;
|
|
1204
|
+
title: any;
|
|
1205
|
+
content: any;
|
|
1206
|
+
replacementMaps: any;
|
|
1207
|
+
sections: any;
|
|
1208
|
+
};
|
|
1209
|
+
export declare function _simplifiedSolutionsResourcePropertiesSerializer(item: SimplifiedSolutionsResource): any;
|
|
1210
|
+
export declare function _simplifiedSolutionsResourcePropertiesDeserializer(item: any): {
|
|
1211
|
+
solutionId: any;
|
|
1212
|
+
parameters: any;
|
|
1213
|
+
title: any;
|
|
1214
|
+
appendix: any;
|
|
1215
|
+
content: any;
|
|
1216
|
+
provisioningState: any;
|
|
1217
|
+
};
|
|
1218
|
+
export declare function _troubleshooterResourcePropertiesSerializer(item: TroubleshooterResource): any;
|
|
1219
|
+
export declare function _troubleshooterResourcePropertiesDeserializer(item: any): {
|
|
1220
|
+
solutionId: any;
|
|
1221
|
+
parameters: any;
|
|
1222
|
+
provisioningState: any;
|
|
1223
|
+
steps: any;
|
|
1224
|
+
};
|
|
1225
|
+
export declare function _solutionResourceSelfHelpPropertiesSerializer(_item: SolutionResourceSelfHelp): any;
|
|
1226
|
+
export declare function _solutionResourceSelfHelpPropertiesDeserializer(item: any): {
|
|
1227
|
+
solutionId: any;
|
|
1228
|
+
title: any;
|
|
1229
|
+
content: any;
|
|
1230
|
+
replacementMaps: any;
|
|
1231
|
+
sections: any;
|
|
1232
|
+
};
|
|
1233
|
+
export declare function _solutionMetadataResourcePropertiesSerializer(item: SolutionMetadataResource): any;
|
|
1234
|
+
export declare function _solutionMetadataResourcePropertiesDeserializer(item: any): {
|
|
1235
|
+
solutions: any;
|
|
1236
|
+
};
|
|
1237
|
+
export declare function _solutionNlpMetadataResourcePropertiesSerializer(item: SolutionNlpMetadataResource): any;
|
|
1238
|
+
export declare function _solutionNlpMetadataResourcePropertiesDeserializer(item: any): {
|
|
1239
|
+
problemTitle: any;
|
|
1240
|
+
problemDescription: any;
|
|
1241
|
+
serviceId: any;
|
|
1242
|
+
problemClassificationId: any;
|
|
1243
|
+
solutions: any;
|
|
1244
|
+
relatedServices: any;
|
|
1245
|
+
};
|
|
1246
|
+
//# sourceMappingURL=models.d.ts.map
|