@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
|
@@ -1,136 +1,171 @@
|
|
|
1
|
-
|
|
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
|
+
*/
|
|
2
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. */
|
|
3
|
-
export interface
|
|
4
|
-
/**
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
readonly value?: Operation[];
|
|
9
|
-
/**
|
|
10
|
-
* URL to get the next set of operation list results (if there are any).
|
|
11
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
12
|
-
*/
|
|
13
|
-
readonly nextLink?: string;
|
|
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;
|
|
14
11
|
}
|
|
12
|
+
export declare function _operationListResultDeserializer(item: any): _OperationListResult;
|
|
13
|
+
export declare function operationArrayDeserializer(result: Array<Operation>): any[];
|
|
15
14
|
/** Details of a REST API operation, returned from the Resource Provider Operations API */
|
|
16
15
|
export interface Operation {
|
|
17
|
-
/**
|
|
18
|
-
* The name of the operation, as per Resource-Based Access Control (RBAC). Examples: "Microsoft.Compute/virtualMachines/write", "Microsoft.Compute/virtualMachines/capture/action"
|
|
19
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
20
|
-
*/
|
|
16
|
+
/** The name of the operation, as per Resource-Based Access Control (RBAC). Examples: "Microsoft.Compute/virtualMachines/write", "Microsoft.Compute/virtualMachines/capture/action" */
|
|
21
17
|
readonly name?: string;
|
|
22
|
-
/**
|
|
23
|
-
* Whether the operation applies to data-plane. This is "true" for data-plane operations and "false" for ARM/control-plane operations.
|
|
24
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
25
|
-
*/
|
|
18
|
+
/** Whether the operation applies to data-plane. This is "true" for data-plane operations and "false" for Azure Resource Manager/control-plane operations. */
|
|
26
19
|
readonly isDataAction?: boolean;
|
|
27
20
|
/** Localized display information for this particular operation. */
|
|
28
21
|
display?: OperationDisplay;
|
|
29
|
-
/**
|
|
30
|
-
* The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system"
|
|
31
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
32
|
-
*/
|
|
22
|
+
/** The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system" */
|
|
33
23
|
readonly origin?: Origin;
|
|
34
|
-
/**
|
|
35
|
-
* Enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs.
|
|
36
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
37
|
-
*/
|
|
24
|
+
/** Extensible enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. */
|
|
38
25
|
readonly actionType?: ActionType;
|
|
39
26
|
}
|
|
40
|
-
|
|
27
|
+
export declare function operationDeserializer(item: any): Operation;
|
|
28
|
+
/** Localized display information for an operation. */
|
|
41
29
|
export interface OperationDisplay {
|
|
42
|
-
/**
|
|
43
|
-
* The localized friendly form of the resource provider name, e.g. "Microsoft Monitoring Insights" or "Microsoft Compute".
|
|
44
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
45
|
-
*/
|
|
30
|
+
/** The localized friendly form of the resource provider name, e.g. "Microsoft Monitoring Insights" or "Microsoft Compute". */
|
|
46
31
|
readonly provider?: string;
|
|
47
|
-
/**
|
|
48
|
-
* The localized friendly name of the resource type related to this operation. E.g. "Virtual Machines" or "Job Schedule Collections".
|
|
49
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
50
|
-
*/
|
|
32
|
+
/** The localized friendly name of the resource type related to this operation. E.g. "Virtual Machines" or "Job Schedule Collections". */
|
|
51
33
|
readonly resource?: string;
|
|
52
|
-
/**
|
|
53
|
-
* The concise, localized friendly name for the operation; suitable for dropdowns. E.g. "Create or Update Virtual Machine", "Restart Virtual Machine".
|
|
54
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
55
|
-
*/
|
|
34
|
+
/** The concise, localized friendly name for the operation; suitable for dropdowns. E.g. "Create or Update Virtual Machine", "Restart Virtual Machine". */
|
|
56
35
|
readonly operation?: string;
|
|
57
|
-
/**
|
|
58
|
-
* The short, localized friendly description of the operation; suitable for tool tips and detailed views.
|
|
59
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
60
|
-
*/
|
|
36
|
+
/** The short, localized friendly description of the operation; suitable for tool tips and detailed views. */
|
|
61
37
|
readonly description?: string;
|
|
62
38
|
}
|
|
63
|
-
|
|
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. */
|
|
64
73
|
export interface ErrorResponse {
|
|
65
74
|
/** The error object. */
|
|
66
75
|
error?: ErrorDetail;
|
|
67
76
|
}
|
|
77
|
+
export declare function errorResponseDeserializer(item: any): ErrorResponse;
|
|
68
78
|
/** The error detail. */
|
|
69
79
|
export interface ErrorDetail {
|
|
70
|
-
/**
|
|
71
|
-
* The error code.
|
|
72
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
73
|
-
*/
|
|
80
|
+
/** The error code. */
|
|
74
81
|
readonly code?: string;
|
|
75
|
-
/**
|
|
76
|
-
* The error message.
|
|
77
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
78
|
-
*/
|
|
82
|
+
/** The error message. */
|
|
79
83
|
readonly message?: string;
|
|
80
|
-
/**
|
|
81
|
-
* The error target.
|
|
82
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
83
|
-
*/
|
|
84
|
+
/** The error target. */
|
|
84
85
|
readonly target?: string;
|
|
85
|
-
/**
|
|
86
|
-
* The error details.
|
|
87
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
88
|
-
*/
|
|
86
|
+
/** The error details. */
|
|
89
87
|
readonly details?: ErrorDetail[];
|
|
90
|
-
/**
|
|
91
|
-
* The error additional info.
|
|
92
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
93
|
-
*/
|
|
88
|
+
/** The error additional info. */
|
|
94
89
|
readonly additionalInfo?: ErrorAdditionalInfo[];
|
|
95
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[];
|
|
96
94
|
/** The resource management error additional info. */
|
|
97
95
|
export interface ErrorAdditionalInfo {
|
|
98
|
-
/**
|
|
99
|
-
* The additional info type.
|
|
100
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
101
|
-
*/
|
|
96
|
+
/** The additional info type. */
|
|
102
97
|
readonly type?: string;
|
|
103
|
-
/**
|
|
104
|
-
|
|
105
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
106
|
-
*/
|
|
107
|
-
readonly info?: Record<string, unknown>;
|
|
98
|
+
/** The additional info. */
|
|
99
|
+
readonly info?: any;
|
|
108
100
|
}
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
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[];
|
|
115
114
|
}
|
|
116
|
-
|
|
117
|
-
export
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
/**
|
|
121
|
-
|
|
122
|
-
/**
|
|
123
|
-
|
|
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[];
|
|
124
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[];
|
|
125
134
|
/** Solution Invocation with additional params needed for invocation. */
|
|
126
135
|
export interface DiagnosticInvocation {
|
|
127
136
|
/** Solution Id to invoke. */
|
|
128
137
|
solutionId?: string;
|
|
129
138
|
/** Additional parameters required to invoke the solutionId. */
|
|
130
|
-
additionalParameters?:
|
|
131
|
-
|
|
132
|
-
|
|
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"
|
|
133
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[];
|
|
134
169
|
/** Properties returned with in an insight. */
|
|
135
170
|
export interface Diagnostic {
|
|
136
171
|
/** Solution Id */
|
|
@@ -142,6 +177,33 @@ export interface Diagnostic {
|
|
|
142
177
|
/** Error definition. */
|
|
143
178
|
error?: ErrorModel;
|
|
144
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[];
|
|
145
207
|
/** Detailed insights(s) obtained via the invocation of an insight diagnostic */
|
|
146
208
|
export interface Insight {
|
|
147
209
|
/** Article id. */
|
|
@@ -153,49 +215,57 @@ export interface Insight {
|
|
|
153
215
|
/** Importance level of the insight. */
|
|
154
216
|
importanceLevel?: ImportanceLevel;
|
|
155
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;
|
|
156
238
|
/** Error definition. */
|
|
157
239
|
export interface ErrorModel {
|
|
158
|
-
/**
|
|
159
|
-
* Service specific error code which serves as the substatus for the HTTP error code.
|
|
160
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
161
|
-
*/
|
|
240
|
+
/** Service specific error code which serves as the substatus for the HTTP error code. */
|
|
162
241
|
readonly code?: string;
|
|
163
|
-
/**
|
|
164
|
-
* Service specific error type which serves as additional context for the error herein.
|
|
165
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
166
|
-
*/
|
|
242
|
+
/** Service specific error type which serves as additional context for the error herein. */
|
|
167
243
|
readonly type?: string;
|
|
168
|
-
/**
|
|
169
|
-
* Description of the error.
|
|
170
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
171
|
-
*/
|
|
244
|
+
/** Description of the error. */
|
|
172
245
|
readonly message?: string;
|
|
173
246
|
/** An array of additional nested error response info objects, as described by this contract. */
|
|
174
247
|
details?: ErrorModel[];
|
|
175
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;
|
|
176
256
|
/** Common fields that are returned in the response for all Azure Resource Manager resources */
|
|
177
257
|
export interface Resource {
|
|
178
|
-
/**
|
|
179
|
-
* Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
|
|
180
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
181
|
-
*/
|
|
258
|
+
/** Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} */
|
|
182
259
|
readonly id?: string;
|
|
183
|
-
/**
|
|
184
|
-
* The name of the resource
|
|
185
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
186
|
-
*/
|
|
260
|
+
/** The name of the resource */
|
|
187
261
|
readonly name?: string;
|
|
188
|
-
/**
|
|
189
|
-
* The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
190
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
191
|
-
*/
|
|
262
|
+
/** The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" */
|
|
192
263
|
readonly type?: string;
|
|
193
|
-
/**
|
|
194
|
-
* Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
195
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
196
|
-
*/
|
|
264
|
+
/** Azure Resource Manager metadata containing createdBy and modifiedBy information. */
|
|
197
265
|
readonly systemData?: SystemData;
|
|
198
266
|
}
|
|
267
|
+
export declare function resourceSerializer(_item: Resource): any;
|
|
268
|
+
export declare function resourceDeserializer(item: any): Resource;
|
|
199
269
|
/** Metadata pertaining to creation and last modification of the resource. */
|
|
200
270
|
export interface SystemData {
|
|
201
271
|
/** The identity that created the resource. */
|
|
@@ -211,33 +281,73 @@ export interface SystemData {
|
|
|
211
281
|
/** The timestamp of resource last modification (UTC) */
|
|
212
282
|
lastModifiedAt?: Date;
|
|
213
283
|
}
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
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"
|
|
220
295
|
}
|
|
221
|
-
/**
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
readonly
|
|
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[];
|
|
240
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[];
|
|
241
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. */
|
|
242
352
|
export interface TriggerCriterion {
|
|
243
353
|
/** Trigger criterion name. */
|
|
@@ -245,6 +355,52 @@ export interface TriggerCriterion {
|
|
|
245
355
|
/** Trigger criterion value. */
|
|
246
356
|
value?: string;
|
|
247
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;
|
|
248
404
|
/** Solution replacement maps. */
|
|
249
405
|
export interface ReplacementMaps {
|
|
250
406
|
/** Solution AzureKB results */
|
|
@@ -260,6 +416,8 @@ export interface ReplacementMaps {
|
|
|
260
416
|
/** Group of Videos */
|
|
261
417
|
videoGroups?: VideoGroup[];
|
|
262
418
|
}
|
|
419
|
+
export declare function replacementMapsDeserializer(item: any): ReplacementMaps;
|
|
420
|
+
export declare function webResultArrayDeserializer(result: Array<WebResult>): any[];
|
|
263
421
|
/** AzureKB web result */
|
|
264
422
|
export interface WebResult {
|
|
265
423
|
/** Place holder used in HTML Content replace control with the content */
|
|
@@ -267,6 +425,8 @@ export interface WebResult {
|
|
|
267
425
|
/** AzureKB search results */
|
|
268
426
|
searchResults?: SearchResult[];
|
|
269
427
|
}
|
|
428
|
+
export declare function webResultDeserializer(item: any): WebResult;
|
|
429
|
+
export declare function searchResultArrayDeserializer(result: Array<SearchResult>): any[];
|
|
270
430
|
/** Details of an AzureKB search result. */
|
|
271
431
|
export interface SearchResult {
|
|
272
432
|
/** Unique id of the result. */
|
|
@@ -286,6 +446,43 @@ export interface SearchResult {
|
|
|
286
446
|
/** Link to the document. */
|
|
287
447
|
link?: string;
|
|
288
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[];
|
|
289
486
|
/** Solutions Diagnostic */
|
|
290
487
|
export interface SolutionsDiagnostic {
|
|
291
488
|
/** Solution Id to identify single Solutions Diagnostic */
|
|
@@ -303,6 +500,8 @@ export interface SolutionsDiagnostic {
|
|
|
303
500
|
/** Diagnostic insights */
|
|
304
501
|
insights?: Insight[];
|
|
305
502
|
}
|
|
503
|
+
export declare function solutionsDiagnosticDeserializer(item: any): SolutionsDiagnostic;
|
|
504
|
+
export declare function solutionsTroubleshootersArrayDeserializer(result: Array<SolutionsTroubleshooters>): any[];
|
|
306
505
|
/** Troubleshooters in Solutions */
|
|
307
506
|
export interface SolutionsTroubleshooters {
|
|
308
507
|
/** Solution Id to identify single Solutions Troubleshooter */
|
|
@@ -312,6 +511,8 @@ export interface SolutionsTroubleshooters {
|
|
|
312
511
|
/** Troubleshooter summary */
|
|
313
512
|
summary?: string;
|
|
314
513
|
}
|
|
514
|
+
export declare function solutionsTroubleshootersDeserializer(item: any): SolutionsTroubleshooters;
|
|
515
|
+
export declare function metricsBasedChartArrayDeserializer(result: Array<MetricsBasedChart>): any[];
|
|
315
516
|
/** Solutions metrics based chart */
|
|
316
517
|
export interface MetricsBasedChart {
|
|
317
518
|
/** Chart name */
|
|
@@ -327,11 +528,39 @@ export interface MetricsBasedChart {
|
|
|
327
528
|
/** Place holder used in HTML Content replace control with the content */
|
|
328
529
|
replacementKey?: string;
|
|
329
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;
|
|
330
557
|
/** Filter group */
|
|
331
558
|
export interface FilterGroup {
|
|
332
559
|
/** List of filters */
|
|
333
560
|
filter?: Filter[];
|
|
334
561
|
}
|
|
562
|
+
export declare function filterGroupDeserializer(item: any): FilterGroup;
|
|
563
|
+
export declare function filterArrayDeserializer(result: Array<Filter>): any[];
|
|
335
564
|
/** Filter criterion */
|
|
336
565
|
export interface Filter {
|
|
337
566
|
/** Filter name */
|
|
@@ -341,13 +570,15 @@ export interface Filter {
|
|
|
341
570
|
/** Filter operator */
|
|
342
571
|
operator?: string;
|
|
343
572
|
}
|
|
344
|
-
|
|
345
|
-
export
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
/**
|
|
349
|
-
|
|
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;
|
|
350
579
|
}
|
|
580
|
+
export declare function videoDeserializer(item: any): Video;
|
|
581
|
+
export declare function videoGroupArrayDeserializer(result: Array<VideoGroup>): any[];
|
|
351
582
|
/** Video group detail */
|
|
352
583
|
export interface VideoGroup {
|
|
353
584
|
/** List of videos will be shown to customers */
|
|
@@ -355,6 +586,17 @@ export interface VideoGroup {
|
|
|
355
586
|
/** Place holder used in HTML Content replace control with the insight content */
|
|
356
587
|
replacementKey?: string;
|
|
357
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[];
|
|
358
600
|
/** Part of the solution and are dividers in the solution rendering. */
|
|
359
601
|
export interface Section {
|
|
360
602
|
/** Solution sections title. */
|
|
@@ -364,637 +606,94 @@ export interface Section {
|
|
|
364
606
|
/** Solution replacement maps. */
|
|
365
607
|
replacementMaps?: ReplacementMaps;
|
|
366
608
|
}
|
|
609
|
+
export declare function sectionDeserializer(item: any): Section;
|
|
367
610
|
/** Solution PatchRequest body */
|
|
368
611
|
export interface SolutionPatchRequestBody {
|
|
369
612
|
/** Solution request trigger criteria */
|
|
370
613
|
triggerCriteria?: TriggerCriterion[];
|
|
371
614
|
/** Client input parameters to run Solution */
|
|
372
|
-
parameters?:
|
|
373
|
-
|
|
374
|
-
};
|
|
375
|
-
/**
|
|
376
|
-
* Solution Id to identify single solution.
|
|
377
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
378
|
-
*/
|
|
615
|
+
parameters?: Record<string, string>;
|
|
616
|
+
/** Solution Id to identify single solution. */
|
|
379
617
|
readonly solutionId?: string;
|
|
380
|
-
/**
|
|
381
|
-
* Status of solution provisioning.
|
|
382
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
383
|
-
*/
|
|
618
|
+
/** Status of solution provisioning. */
|
|
384
619
|
readonly provisioningState?: SolutionProvisioningState;
|
|
385
|
-
/**
|
|
386
|
-
* The title.
|
|
387
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
388
|
-
*/
|
|
620
|
+
/** The title. */
|
|
389
621
|
readonly title?: string;
|
|
390
|
-
/**
|
|
391
|
-
* The HTML content that needs to be rendered and shown to customer.
|
|
392
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
393
|
-
*/
|
|
622
|
+
/** The HTML content that needs to be rendered and shown to customer. */
|
|
394
623
|
readonly content?: string;
|
|
395
|
-
/**
|
|
396
|
-
* Solution replacement maps.
|
|
397
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
398
|
-
*/
|
|
624
|
+
/** Solution replacement maps. */
|
|
399
625
|
readonly replacementMaps?: ReplacementMaps;
|
|
400
|
-
/**
|
|
401
|
-
* List of section object.
|
|
402
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
403
|
-
*/
|
|
626
|
+
/** List of section object. */
|
|
404
627
|
readonly sections?: Section[];
|
|
405
628
|
}
|
|
629
|
+
export declare function solutionPatchRequestBodySerializer(item: SolutionPatchRequestBody): any;
|
|
406
630
|
/** Solution WarmUpRequest body */
|
|
407
631
|
export interface SolutionWarmUpRequestBody {
|
|
408
632
|
/** Dictionary of <string> */
|
|
409
|
-
parameters?:
|
|
410
|
-
[propertyName: string]: string;
|
|
411
|
-
};
|
|
412
|
-
}
|
|
413
|
-
/** Troubleshooter step */
|
|
414
|
-
export interface Step {
|
|
415
|
-
/** Unique step id. */
|
|
416
|
-
id?: string;
|
|
417
|
-
/** Step title. */
|
|
418
|
-
title?: string;
|
|
419
|
-
/** Step description. */
|
|
420
|
-
description?: string;
|
|
421
|
-
/** Get or sets the Step guidance. */
|
|
422
|
-
guidance?: string;
|
|
423
|
-
/** Status of Troubleshooter Step execution. */
|
|
424
|
-
executionStatus?: ExecutionStatus;
|
|
425
|
-
/** This field has more detailed status description of the execution status. */
|
|
426
|
-
executionStatusDescription?: string;
|
|
427
|
-
/** Type of Troubleshooting step. */
|
|
428
|
-
type?: Type;
|
|
429
|
-
/** is this last step of the workflow. */
|
|
430
|
-
isLastStep?: boolean;
|
|
431
|
-
inputs?: StepInput[];
|
|
432
|
-
/** Only for AutomatedStep type */
|
|
433
|
-
automatedCheckResults?: AutomatedCheckResult;
|
|
434
|
-
insights?: Insight[];
|
|
435
|
-
/** The error detail. */
|
|
436
|
-
error?: ErrorDetail;
|
|
633
|
+
parameters?: Record<string, string>;
|
|
437
634
|
}
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
/** User question content. */
|
|
447
|
-
questionContent?: string;
|
|
448
|
-
/** Default is Text. */
|
|
449
|
-
questionContentType?: QuestionContentType;
|
|
450
|
-
/** Place holder text for response hints. */
|
|
451
|
-
responseHint?: string;
|
|
452
|
-
/** Result of Automate step. */
|
|
453
|
-
recommendedOption?: string;
|
|
454
|
-
/** Text of response that was selected. */
|
|
455
|
-
selectedOptionValue?: string;
|
|
456
|
-
/** Troubleshooter step input response validation properties */
|
|
457
|
-
responseValidationProperties?: ResponseValidationProperties;
|
|
458
|
-
responseOptions?: ResponseOption[];
|
|
459
|
-
}
|
|
460
|
-
/** Troubleshooter step input response validation properties */
|
|
461
|
-
export interface ResponseValidationProperties {
|
|
462
|
-
/** Regex used for the input validation. */
|
|
463
|
-
regex?: string;
|
|
464
|
-
/** Validation scope */
|
|
465
|
-
validationScope?: ValidationScope;
|
|
466
|
-
/** Default True */
|
|
467
|
-
isRequired?: boolean;
|
|
468
|
-
/** Validation Error Message. */
|
|
469
|
-
validationErrorMessage?: string;
|
|
470
|
-
/** Max text input (open Ended Text). */
|
|
471
|
-
maxLength?: number;
|
|
472
|
-
}
|
|
473
|
-
/** The status of the resource. */
|
|
474
|
-
export interface ResponseOption {
|
|
475
|
-
/** Unique string. */
|
|
476
|
-
key?: string;
|
|
477
|
-
/** Option description */
|
|
478
|
-
value?: string;
|
|
479
|
-
}
|
|
480
|
-
/** Only for AutomatedStep type */
|
|
481
|
-
export interface AutomatedCheckResult {
|
|
482
|
-
/** Version for automated check result */
|
|
483
|
-
version?: string;
|
|
484
|
-
/** Status for automated check result */
|
|
485
|
-
status?: string;
|
|
486
|
-
/** Insight Article Content */
|
|
487
|
-
result?: string;
|
|
488
|
-
/** Type of Result. */
|
|
489
|
-
type?: AutomatedCheckResultType;
|
|
490
|
-
}
|
|
491
|
-
/** Troubleshooter ContinueRequest body. */
|
|
492
|
-
export interface ContinueRequestBody {
|
|
493
|
-
/** Unique id of the result. */
|
|
494
|
-
stepId?: string;
|
|
495
|
-
responses?: TroubleshooterResponse[];
|
|
496
|
-
}
|
|
497
|
-
/** User Response for Troubleshooter continue request */
|
|
498
|
-
export interface TroubleshooterResponse {
|
|
499
|
-
/** id of the question. */
|
|
500
|
-
questionId?: string;
|
|
501
|
-
/** Type of Question */
|
|
502
|
-
questionType?: QuestionType;
|
|
503
|
-
/** Response key for SingleInput. For Multi-line test/open ended question it is free form text */
|
|
504
|
-
response?: string;
|
|
505
|
-
}
|
|
506
|
-
/** Troubleshooter restart response */
|
|
507
|
-
export interface RestartTroubleshooterResponse {
|
|
508
|
-
/**
|
|
509
|
-
* Updated TroubleshooterResource Name .
|
|
510
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
511
|
-
*/
|
|
512
|
-
readonly troubleshooterResourceName?: string;
|
|
513
|
-
}
|
|
514
|
-
/** Solution replacement maps. */
|
|
515
|
-
export interface ReplacementMapsSelfHelp {
|
|
516
|
-
/** Solution AzureKB results */
|
|
517
|
-
webResults?: WebResult[];
|
|
518
|
-
/** Video solutions, which have the power to engage the customer by stimulating their senses */
|
|
519
|
-
videos?: Video[];
|
|
520
|
-
/** Group of Videos */
|
|
521
|
-
videoGroups?: VideoGroup[];
|
|
522
|
-
}
|
|
523
|
-
/** Part of the solution and are dividers in the solution rendering. */
|
|
524
|
-
export interface SectionSelfHelp {
|
|
525
|
-
/** Solution sections title. */
|
|
526
|
-
title?: string;
|
|
527
|
-
/** Solution sections content. */
|
|
528
|
-
content?: string;
|
|
529
|
-
/** Solution replacement maps. */
|
|
530
|
-
replacementMaps?: ReplacementMapsSelfHelp;
|
|
531
|
-
}
|
|
532
|
-
/** Discover NLP request. */
|
|
533
|
-
export interface DiscoveryNlpRequest {
|
|
534
|
-
/** Natural language description of the issue. */
|
|
535
|
-
issueSummary: string;
|
|
536
|
-
/** ARM resource Id of the resource that is having the issue. Only applicable for Discovery Solution NLP Subscription Scope. */
|
|
537
|
-
resourceId?: string;
|
|
538
|
-
/** 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. */
|
|
539
|
-
serviceId?: string;
|
|
540
|
-
/** Additional information in the form of a string. */
|
|
541
|
-
additionalContext?: string;
|
|
542
|
-
}
|
|
543
|
-
/** Successfully fetched list of solution metadata. */
|
|
544
|
-
export interface DiscoveryNlpResponse {
|
|
545
|
-
/** The list of solution metadata. */
|
|
546
|
-
value?: SolutionNlpMetadataResource[];
|
|
547
|
-
}
|
|
548
|
-
/** Service Classification result object. */
|
|
549
|
-
export interface ClassificationService {
|
|
550
|
-
/**
|
|
551
|
-
* Azure resource Id of the service.
|
|
552
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
553
|
-
*/
|
|
554
|
-
readonly serviceId?: string;
|
|
555
|
-
/**
|
|
556
|
-
* Localized name of the azure service.
|
|
557
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
558
|
-
*/
|
|
559
|
-
readonly displayName?: string;
|
|
560
|
-
/** List of applicable ARM resource types for this service. */
|
|
561
|
-
resourceTypes?: string[];
|
|
562
|
-
}
|
|
563
|
-
/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
|
|
564
|
-
export interface ProxyResource extends Resource {
|
|
565
|
-
}
|
|
566
|
-
/** Video detail */
|
|
567
|
-
export interface Video extends VideoGroupVideo {
|
|
568
|
-
/** Place holder used in HTML Content replace control with the insight content */
|
|
569
|
-
replacementKey?: string;
|
|
570
|
-
}
|
|
571
|
-
/** Diagnostic resource */
|
|
572
|
-
export interface DiagnosticResource extends ProxyResource {
|
|
573
|
-
/** Global parameters is an optional map which can be used to add key and value to request body to improve the diagnostics results */
|
|
574
|
-
globalParameters?: {
|
|
575
|
-
[propertyName: string]: string;
|
|
576
|
-
};
|
|
577
|
-
/** SolutionIds that are needed to be invoked. */
|
|
578
|
-
insights?: DiagnosticInvocation[];
|
|
579
|
-
/**
|
|
580
|
-
* Diagnostic Request Accepted time.
|
|
581
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
582
|
-
*/
|
|
583
|
-
readonly acceptedAt?: string;
|
|
584
|
-
/**
|
|
585
|
-
* Status of diagnostic provisioning.
|
|
586
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
587
|
-
*/
|
|
588
|
-
readonly provisioningState?: DiagnosticProvisioningState;
|
|
589
|
-
/**
|
|
590
|
-
* Array of Diagnostics.
|
|
591
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
592
|
-
*/
|
|
593
|
-
readonly diagnostics?: Diagnostic[];
|
|
594
|
-
}
|
|
595
|
-
/** Metadata resource */
|
|
596
|
-
export interface SolutionMetadataResource extends ProxyResource {
|
|
597
|
-
/** List of metadata. */
|
|
598
|
-
solutions?: SolutionMetadataProperties[];
|
|
599
|
-
}
|
|
600
|
-
/** Solution response. */
|
|
601
|
-
export interface SolutionResource extends ProxyResource {
|
|
602
|
-
/** Solution request trigger criteria */
|
|
603
|
-
triggerCriteria?: TriggerCriterion[];
|
|
604
|
-
/** Client input parameters to run Solution */
|
|
605
|
-
parameters?: {
|
|
606
|
-
[propertyName: string]: string;
|
|
607
|
-
};
|
|
608
|
-
/**
|
|
609
|
-
* Solution Id to identify single solution.
|
|
610
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
611
|
-
*/
|
|
612
|
-
readonly solutionId?: string;
|
|
613
|
-
/**
|
|
614
|
-
* Status of solution provisioning.
|
|
615
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
616
|
-
*/
|
|
617
|
-
readonly provisioningState?: SolutionProvisioningState;
|
|
618
|
-
/**
|
|
619
|
-
* The title.
|
|
620
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
621
|
-
*/
|
|
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. */
|
|
622
643
|
readonly title?: string;
|
|
623
|
-
/**
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
*/
|
|
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. */
|
|
627
647
|
readonly content?: string;
|
|
628
|
-
/**
|
|
629
|
-
|
|
630
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
631
|
-
*/
|
|
632
|
-
readonly replacementMaps?: ReplacementMaps;
|
|
633
|
-
/**
|
|
634
|
-
* List of section object.
|
|
635
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
636
|
-
*/
|
|
637
|
-
readonly sections?: Section[];
|
|
648
|
+
/** Status of Simplified Solution provisioning. */
|
|
649
|
+
readonly provisioningState?: SolutionProvisioningState;
|
|
638
650
|
}
|
|
639
|
-
|
|
640
|
-
export
|
|
651
|
+
export declare function simplifiedSolutionsResourceSerializer(item: SimplifiedSolutionsResource): any;
|
|
652
|
+
export declare function simplifiedSolutionsResourceDeserializer(item: any): SimplifiedSolutionsResource;
|
|
653
|
+
/** Simplified Solutions result */
|
|
654
|
+
export interface SimplifiedSolutionsResourceProperties {
|
|
641
655
|
/** Solution Id to identify single Simplified Solution. */
|
|
642
656
|
solutionId?: string;
|
|
643
657
|
/** Client input parameters to run Simplified Solutions */
|
|
644
|
-
parameters?:
|
|
645
|
-
|
|
646
|
-
};
|
|
647
|
-
/**
|
|
648
|
-
* The title.
|
|
649
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
650
|
-
*/
|
|
658
|
+
parameters?: Record<string, string>;
|
|
659
|
+
/** The title. */
|
|
651
660
|
readonly title?: string;
|
|
652
|
-
/**
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
*/
|
|
656
|
-
readonly appendix?: {
|
|
657
|
-
[propertyName: string]: string;
|
|
658
|
-
};
|
|
659
|
-
/**
|
|
660
|
-
* The HTML content that needs to be rendered and shown to customer.
|
|
661
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
662
|
-
*/
|
|
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. */
|
|
663
664
|
readonly content?: string;
|
|
664
|
-
/**
|
|
665
|
-
* Status of Simplified Solution provisioning.
|
|
666
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
667
|
-
*/
|
|
665
|
+
/** Status of Simplified Solution provisioning. */
|
|
668
666
|
readonly provisioningState?: SolutionProvisioningState;
|
|
669
667
|
}
|
|
668
|
+
export declare function simplifiedSolutionsResourcePropertiesSerializer(item: SimplifiedSolutionsResourceProperties): any;
|
|
669
|
+
export declare function simplifiedSolutionsResourcePropertiesDeserializer(item: any): SimplifiedSolutionsResourceProperties;
|
|
670
670
|
/** Troubleshooter response. */
|
|
671
|
-
export interface TroubleshooterResource extends
|
|
671
|
+
export interface TroubleshooterResource extends ExtensionResource {
|
|
672
672
|
/** Solution Id to identify single troubleshooter. */
|
|
673
673
|
solutionId?: string;
|
|
674
674
|
/** Client input parameters to run Troubleshooter Resource */
|
|
675
|
-
parameters?:
|
|
676
|
-
|
|
677
|
-
};
|
|
678
|
-
/**
|
|
679
|
-
* Status of troubleshooter provisioning.
|
|
680
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
681
|
-
*/
|
|
675
|
+
parameters?: Record<string, string>;
|
|
676
|
+
/** Status of troubleshooter provisioning. */
|
|
682
677
|
readonly provisioningState?: TroubleshooterProvisioningState;
|
|
683
|
-
/**
|
|
684
|
-
* List of step object.
|
|
685
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
686
|
-
*/
|
|
678
|
+
/** List of step object. */
|
|
687
679
|
readonly steps?: Step[];
|
|
688
680
|
}
|
|
689
|
-
|
|
690
|
-
export
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
readonly
|
|
701
|
-
/**
|
|
702
|
-
* The HTML content that needs to be rendered and shown to customer.
|
|
703
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
704
|
-
*/
|
|
705
|
-
readonly content?: string;
|
|
706
|
-
/**
|
|
707
|
-
* Solution replacement maps.
|
|
708
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
709
|
-
*/
|
|
710
|
-
readonly replacementMaps?: ReplacementMapsSelfHelp;
|
|
711
|
-
/**
|
|
712
|
-
* List of section object.
|
|
713
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
714
|
-
*/
|
|
715
|
-
readonly sections?: SectionSelfHelp[];
|
|
716
|
-
}
|
|
717
|
-
/** Nlp Metadata resource */
|
|
718
|
-
export interface SolutionNlpMetadataResource extends ProxyResource {
|
|
719
|
-
/** Title of the problem classification. */
|
|
720
|
-
problemTitle?: string;
|
|
721
|
-
/** Description of the problem classification. */
|
|
722
|
-
problemDescription?: string;
|
|
723
|
-
/** 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. */
|
|
724
|
-
serviceId?: string;
|
|
725
|
-
/** 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. */
|
|
726
|
-
problemClassificationId?: string;
|
|
727
|
-
/** The list of solution metadata. */
|
|
728
|
-
solutions?: SolutionMetadataProperties[];
|
|
729
|
-
/** 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. */
|
|
730
|
-
relatedServices?: ClassificationService[];
|
|
731
|
-
}
|
|
732
|
-
/** Defines headers for Solution_update operation. */
|
|
733
|
-
export interface SolutionUpdateHeaders {
|
|
734
|
-
location?: string;
|
|
735
|
-
}
|
|
736
|
-
/** Defines headers for Troubleshooters_continue operation. */
|
|
737
|
-
export interface TroubleshootersContinueHeaders {
|
|
738
|
-
location?: string;
|
|
739
|
-
}
|
|
740
|
-
/** Defines headers for Troubleshooters_end operation. */
|
|
741
|
-
export interface TroubleshootersEndHeaders {
|
|
742
|
-
location?: string;
|
|
743
|
-
}
|
|
744
|
-
/** Defines headers for Troubleshooters_restart operation. */
|
|
745
|
-
export interface TroubleshootersRestartHeaders {
|
|
746
|
-
location?: string;
|
|
747
|
-
}
|
|
748
|
-
/** Known values of {@link Origin} that the service accepts. */
|
|
749
|
-
export declare enum KnownOrigin {
|
|
750
|
-
/** User */
|
|
751
|
-
User = "user",
|
|
752
|
-
/** System */
|
|
753
|
-
System = "system",
|
|
754
|
-
/** UserSystem */
|
|
755
|
-
UserSystem = "user,system"
|
|
756
|
-
}
|
|
757
|
-
/**
|
|
758
|
-
* Defines values for Origin. \
|
|
759
|
-
* {@link KnownOrigin} can be used interchangeably with Origin,
|
|
760
|
-
* this enum contains the known values that the service supports.
|
|
761
|
-
* ### Known values supported by the service
|
|
762
|
-
* **user** \
|
|
763
|
-
* **system** \
|
|
764
|
-
* **user,system**
|
|
765
|
-
*/
|
|
766
|
-
export type Origin = string;
|
|
767
|
-
/** Known values of {@link ActionType} that the service accepts. */
|
|
768
|
-
export declare enum KnownActionType {
|
|
769
|
-
/** Internal */
|
|
770
|
-
Internal = "Internal"
|
|
771
|
-
}
|
|
772
|
-
/**
|
|
773
|
-
* Defines values for ActionType. \
|
|
774
|
-
* {@link KnownActionType} can be used interchangeably with ActionType,
|
|
775
|
-
* this enum contains the known values that the service supports.
|
|
776
|
-
* ### Known values supported by the service
|
|
777
|
-
* **Internal**
|
|
778
|
-
*/
|
|
779
|
-
export type ActionType = string;
|
|
780
|
-
/** Known values of {@link DiagnosticProvisioningState} that the service accepts. */
|
|
781
|
-
export declare enum KnownDiagnosticProvisioningState {
|
|
782
|
-
/** All Diagnostics in the Batch succeeded. */
|
|
783
|
-
Succeeded = "Succeeded",
|
|
784
|
-
/** Some Diagnostics are still running or failed. */
|
|
785
|
-
PartialComplete = "PartialComplete",
|
|
786
|
-
/** All Diagnostics failed to run. */
|
|
787
|
-
Failed = "Failed",
|
|
788
|
-
/** All Diagnostics are still running. */
|
|
789
|
-
Running = "Running",
|
|
790
|
-
/** When Diagnostic request gets canceled. */
|
|
791
|
-
Canceled = "Canceled"
|
|
792
|
-
}
|
|
793
|
-
/**
|
|
794
|
-
* Defines values for DiagnosticProvisioningState. \
|
|
795
|
-
* {@link KnownDiagnosticProvisioningState} can be used interchangeably with DiagnosticProvisioningState,
|
|
796
|
-
* this enum contains the known values that the service supports.
|
|
797
|
-
* ### Known values supported by the service
|
|
798
|
-
* **Succeeded**: All Diagnostics in the Batch succeeded. \
|
|
799
|
-
* **PartialComplete**: Some Diagnostics are still running or failed. \
|
|
800
|
-
* **Failed**: All Diagnostics failed to run. \
|
|
801
|
-
* **Running**: All Diagnostics are still running. \
|
|
802
|
-
* **Canceled**: When Diagnostic request gets canceled.
|
|
803
|
-
*/
|
|
804
|
-
export type DiagnosticProvisioningState = string;
|
|
805
|
-
/** Known values of {@link Status} that the service accepts. */
|
|
806
|
-
export declare enum KnownStatus {
|
|
807
|
-
/** Diagnostic creation failed. */
|
|
808
|
-
Failed = "Failed",
|
|
809
|
-
/** Request is missing required inputs to run. */
|
|
810
|
-
MissingInputs = "MissingInputs",
|
|
811
|
-
/** Diagnostic is still running. */
|
|
812
|
-
Running = "Running",
|
|
813
|
-
/** Diagnostic creation succeeded. */
|
|
814
|
-
Succeeded = "Succeeded",
|
|
815
|
-
/** Diagnostic was timed out. */
|
|
816
|
-
Timeout = "Timeout"
|
|
817
|
-
}
|
|
818
|
-
/**
|
|
819
|
-
* Defines values for Status. \
|
|
820
|
-
* {@link KnownStatus} can be used interchangeably with Status,
|
|
821
|
-
* this enum contains the known values that the service supports.
|
|
822
|
-
* ### Known values supported by the service
|
|
823
|
-
* **Failed**: Diagnostic creation failed. \
|
|
824
|
-
* **MissingInputs**: Request is missing required inputs to run. \
|
|
825
|
-
* **Running**: Diagnostic is still running. \
|
|
826
|
-
* **Succeeded**: Diagnostic creation succeeded. \
|
|
827
|
-
* **Timeout**: Diagnostic was timed out.
|
|
828
|
-
*/
|
|
829
|
-
export type Status = string;
|
|
830
|
-
/** Known values of {@link ImportanceLevel} that the service accepts. */
|
|
831
|
-
export declare enum KnownImportanceLevel {
|
|
832
|
-
/** A critical insight has been found after running the diagnostic. */
|
|
833
|
-
Critical = "Critical",
|
|
834
|
-
/** A warning insight has been found after running the diagnostic. */
|
|
835
|
-
Warning = "Warning",
|
|
836
|
-
/** An information insight has been found after running the diagnostic. */
|
|
837
|
-
Information = "Information"
|
|
838
|
-
}
|
|
839
|
-
/**
|
|
840
|
-
* Defines values for ImportanceLevel. \
|
|
841
|
-
* {@link KnownImportanceLevel} can be used interchangeably with ImportanceLevel,
|
|
842
|
-
* this enum contains the known values that the service supports.
|
|
843
|
-
* ### Known values supported by the service
|
|
844
|
-
* **Critical**: A critical insight has been found after running the diagnostic. \
|
|
845
|
-
* **Warning**: A warning insight has been found after running the diagnostic. \
|
|
846
|
-
* **Information**: An information insight has been found after running the diagnostic.
|
|
847
|
-
*/
|
|
848
|
-
export type ImportanceLevel = string;
|
|
849
|
-
/** Known values of {@link CreatedByType} that the service accepts. */
|
|
850
|
-
export declare enum KnownCreatedByType {
|
|
851
|
-
/** User */
|
|
852
|
-
User = "User",
|
|
853
|
-
/** Application */
|
|
854
|
-
Application = "Application",
|
|
855
|
-
/** ManagedIdentity */
|
|
856
|
-
ManagedIdentity = "ManagedIdentity",
|
|
857
|
-
/** Key */
|
|
858
|
-
Key = "Key"
|
|
859
|
-
}
|
|
860
|
-
/**
|
|
861
|
-
* Defines values for CreatedByType. \
|
|
862
|
-
* {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
|
|
863
|
-
* this enum contains the known values that the service supports.
|
|
864
|
-
* ### Known values supported by the service
|
|
865
|
-
* **User** \
|
|
866
|
-
* **Application** \
|
|
867
|
-
* **ManagedIdentity** \
|
|
868
|
-
* **Key**
|
|
869
|
-
*/
|
|
870
|
-
export type CreatedByType = string;
|
|
871
|
-
/** Known values of {@link SolutionType} that the service accepts. */
|
|
872
|
-
export declare enum KnownSolutionType {
|
|
873
|
-
/** Diagnostics resource type. */
|
|
874
|
-
Diagnostics = "Diagnostics",
|
|
875
|
-
/** Solutions resource type. */
|
|
876
|
-
Solutions = "Solutions",
|
|
877
|
-
/** Troubleshooters resource type. */
|
|
878
|
-
Troubleshooters = "Troubleshooters",
|
|
879
|
-
/** SelfHelp resource type. */
|
|
880
|
-
SelfHelp = "SelfHelp"
|
|
881
|
-
}
|
|
882
|
-
/**
|
|
883
|
-
* Defines values for SolutionType. \
|
|
884
|
-
* {@link KnownSolutionType} can be used interchangeably with SolutionType,
|
|
885
|
-
* this enum contains the known values that the service supports.
|
|
886
|
-
* ### Known values supported by the service
|
|
887
|
-
* **Diagnostics**: Diagnostics resource type. \
|
|
888
|
-
* **Solutions**: Solutions resource type. \
|
|
889
|
-
* **Troubleshooters**: Troubleshooters resource type. \
|
|
890
|
-
* **SelfHelp**: SelfHelp resource type.
|
|
891
|
-
*/
|
|
892
|
-
export type SolutionType = string;
|
|
893
|
-
/** Known values of {@link Name} that the service accepts. */
|
|
894
|
-
export declare enum KnownName {
|
|
895
|
-
/** SolutionId */
|
|
896
|
-
SolutionId = "SolutionId",
|
|
897
|
-
/** ProblemClassificationId */
|
|
898
|
-
ProblemClassificationId = "ProblemClassificationId",
|
|
899
|
-
/** ReplacementKey */
|
|
900
|
-
ReplacementKey = "ReplacementKey"
|
|
901
|
-
}
|
|
902
|
-
/**
|
|
903
|
-
* Defines values for Name. \
|
|
904
|
-
* {@link KnownName} can be used interchangeably with Name,
|
|
905
|
-
* this enum contains the known values that the service supports.
|
|
906
|
-
* ### Known values supported by the service
|
|
907
|
-
* **SolutionId** \
|
|
908
|
-
* **ProblemClassificationId** \
|
|
909
|
-
* **ReplacementKey**
|
|
910
|
-
*/
|
|
911
|
-
export type Name = string;
|
|
912
|
-
/** Known values of {@link SolutionProvisioningState} that the service accepts. */
|
|
913
|
-
export declare enum KnownSolutionProvisioningState {
|
|
914
|
-
/** All Solutions in the Batch succeeded. */
|
|
915
|
-
Succeeded = "Succeeded",
|
|
916
|
-
/** Some Solutions are still running or failed. */
|
|
917
|
-
PartialComplete = "PartialComplete",
|
|
918
|
-
/** All Solutions failed to run. */
|
|
919
|
-
Failed = "Failed",
|
|
920
|
-
/** All Solutions are still running. */
|
|
921
|
-
Running = "Running",
|
|
922
|
-
/** When Solutions request gets canceled. */
|
|
923
|
-
Canceled = "Canceled"
|
|
924
|
-
}
|
|
925
|
-
/**
|
|
926
|
-
* Defines values for SolutionProvisioningState. \
|
|
927
|
-
* {@link KnownSolutionProvisioningState} can be used interchangeably with SolutionProvisioningState,
|
|
928
|
-
* this enum contains the known values that the service supports.
|
|
929
|
-
* ### Known values supported by the service
|
|
930
|
-
* **Succeeded**: All Solutions in the Batch succeeded. \
|
|
931
|
-
* **PartialComplete**: Some Solutions are still running or failed. \
|
|
932
|
-
* **Failed**: All Solutions failed to run. \
|
|
933
|
-
* **Running**: All Solutions are still running. \
|
|
934
|
-
* **Canceled**: When Solutions request gets canceled.
|
|
935
|
-
*/
|
|
936
|
-
export type SolutionProvisioningState = string;
|
|
937
|
-
/** Known values of {@link Confidence} that the service accepts. */
|
|
938
|
-
export declare enum KnownConfidence {
|
|
939
|
-
/** Low */
|
|
940
|
-
Low = "Low",
|
|
941
|
-
/** Medium */
|
|
942
|
-
Medium = "Medium",
|
|
943
|
-
/** High */
|
|
944
|
-
High = "High"
|
|
945
|
-
}
|
|
946
|
-
/**
|
|
947
|
-
* Defines values for Confidence. \
|
|
948
|
-
* {@link KnownConfidence} can be used interchangeably with Confidence,
|
|
949
|
-
* this enum contains the known values that the service supports.
|
|
950
|
-
* ### Known values supported by the service
|
|
951
|
-
* **Low** \
|
|
952
|
-
* **Medium** \
|
|
953
|
-
* **High**
|
|
954
|
-
*/
|
|
955
|
-
export type Confidence = string;
|
|
956
|
-
/** Known values of {@link ResultType} that the service accepts. */
|
|
957
|
-
export declare enum KnownResultType {
|
|
958
|
-
/** Community */
|
|
959
|
-
Community = "Community",
|
|
960
|
-
/** Documentation */
|
|
961
|
-
Documentation = "Documentation"
|
|
962
|
-
}
|
|
963
|
-
/**
|
|
964
|
-
* Defines values for ResultType. \
|
|
965
|
-
* {@link KnownResultType} can be used interchangeably with ResultType,
|
|
966
|
-
* this enum contains the known values that the service supports.
|
|
967
|
-
* ### Known values supported by the service
|
|
968
|
-
* **Community** \
|
|
969
|
-
* **Documentation**
|
|
970
|
-
*/
|
|
971
|
-
export type ResultType = string;
|
|
972
|
-
/** Known values of {@link AggregationType} that the service accepts. */
|
|
973
|
-
export declare enum KnownAggregationType {
|
|
974
|
-
/** Sum */
|
|
975
|
-
Sum = "Sum",
|
|
976
|
-
/** Avg */
|
|
977
|
-
Avg = "Avg",
|
|
978
|
-
/** Count */
|
|
979
|
-
Count = "Count",
|
|
980
|
-
/** Min */
|
|
981
|
-
Min = "Min",
|
|
982
|
-
/** Max */
|
|
983
|
-
Max = "Max"
|
|
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[];
|
|
984
693
|
}
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
* this enum contains the known values that the service supports.
|
|
989
|
-
* ### Known values supported by the service
|
|
990
|
-
* **Sum** \
|
|
991
|
-
* **Avg** \
|
|
992
|
-
* **Count** \
|
|
993
|
-
* **Min** \
|
|
994
|
-
* **Max**
|
|
995
|
-
*/
|
|
996
|
-
export type AggregationType = string;
|
|
997
|
-
/** Known values of {@link TroubleshooterProvisioningState} that the service accepts. */
|
|
694
|
+
export declare function troubleshooterInstancePropertiesSerializer(item: TroubleshooterInstanceProperties): any;
|
|
695
|
+
export declare function troubleshooterInstancePropertiesDeserializer(item: any): TroubleshooterInstanceProperties;
|
|
696
|
+
/** Status of troubleshooter provisioning. */
|
|
998
697
|
export declare enum KnownTroubleshooterProvisioningState {
|
|
999
698
|
/** Succeeded */
|
|
1000
699
|
Succeeded = "Succeeded",
|
|
@@ -1008,7 +707,7 @@ export declare enum KnownTroubleshooterProvisioningState {
|
|
|
1008
707
|
AutoContinue = "AutoContinue"
|
|
1009
708
|
}
|
|
1010
709
|
/**
|
|
1011
|
-
*
|
|
710
|
+
* Status of troubleshooter provisioning. \
|
|
1012
711
|
* {@link KnownTroubleshooterProvisioningState} can be used interchangeably with TroubleshooterProvisioningState,
|
|
1013
712
|
* this enum contains the known values that the service supports.
|
|
1014
713
|
* ### Known values supported by the service
|
|
@@ -1019,7 +718,34 @@ export declare enum KnownTroubleshooterProvisioningState {
|
|
|
1019
718
|
* **AutoContinue**
|
|
1020
719
|
*/
|
|
1021
720
|
export type TroubleshooterProvisioningState = string;
|
|
1022
|
-
|
|
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. */
|
|
1023
749
|
export declare enum KnownExecutionStatus {
|
|
1024
750
|
/** Step execution succeeded. */
|
|
1025
751
|
Success = "Success",
|
|
@@ -1031,7 +757,7 @@ export declare enum KnownExecutionStatus {
|
|
|
1031
757
|
Warning = "Warning"
|
|
1032
758
|
}
|
|
1033
759
|
/**
|
|
1034
|
-
*
|
|
760
|
+
* Status of Troubleshooter Step execution. \
|
|
1035
761
|
* {@link KnownExecutionStatus} can be used interchangeably with ExecutionStatus,
|
|
1036
762
|
* this enum contains the known values that the service supports.
|
|
1037
763
|
* ### Known values supported by the service
|
|
@@ -1041,7 +767,7 @@ export declare enum KnownExecutionStatus {
|
|
|
1041
767
|
* **Warning**: Step execution warning
|
|
1042
768
|
*/
|
|
1043
769
|
export type ExecutionStatus = string;
|
|
1044
|
-
/**
|
|
770
|
+
/** Type of Troubleshooting step. */
|
|
1045
771
|
export declare enum KnownType {
|
|
1046
772
|
/** Decision */
|
|
1047
773
|
Decision = "Decision",
|
|
@@ -1055,7 +781,7 @@ export declare enum KnownType {
|
|
|
1055
781
|
Input = "Input"
|
|
1056
782
|
}
|
|
1057
783
|
/**
|
|
1058
|
-
*
|
|
784
|
+
* Type of Troubleshooting step. \
|
|
1059
785
|
* {@link KnownType} can be used interchangeably with Type,
|
|
1060
786
|
* this enum contains the known values that the service supports.
|
|
1061
787
|
* ### Known values supported by the service
|
|
@@ -1066,7 +792,31 @@ export declare enum KnownType {
|
|
|
1066
792
|
* **Input**
|
|
1067
793
|
*/
|
|
1068
794
|
export type Type = string;
|
|
1069
|
-
|
|
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 */
|
|
1070
820
|
export declare enum KnownQuestionType {
|
|
1071
821
|
/** SingleChoice radio button */
|
|
1072
822
|
RadioButton = "RadioButton",
|
|
@@ -1082,7 +832,7 @@ export declare enum KnownQuestionType {
|
|
|
1082
832
|
MultiSelect = "MultiSelect"
|
|
1083
833
|
}
|
|
1084
834
|
/**
|
|
1085
|
-
*
|
|
835
|
+
* Type of Question \
|
|
1086
836
|
* {@link KnownQuestionType} can be used interchangeably with QuestionType,
|
|
1087
837
|
* this enum contains the known values that the service supports.
|
|
1088
838
|
* ### Known values supported by the service
|
|
@@ -1094,7 +844,7 @@ export declare enum KnownQuestionType {
|
|
|
1094
844
|
* **MultiSelect**: Multi Select
|
|
1095
845
|
*/
|
|
1096
846
|
export type QuestionType = string;
|
|
1097
|
-
/**
|
|
847
|
+
/** Default is Text. */
|
|
1098
848
|
export declare enum KnownQuestionContentType {
|
|
1099
849
|
/** Text */
|
|
1100
850
|
Text = "Text",
|
|
@@ -1104,7 +854,7 @@ export declare enum KnownQuestionContentType {
|
|
|
1104
854
|
Markdown = "Markdown"
|
|
1105
855
|
}
|
|
1106
856
|
/**
|
|
1107
|
-
*
|
|
857
|
+
* Default is Text. \
|
|
1108
858
|
* {@link KnownQuestionContentType} can be used interchangeably with QuestionContentType,
|
|
1109
859
|
* this enum contains the known values that the service supports.
|
|
1110
860
|
* ### Known values supported by the service
|
|
@@ -1113,7 +863,21 @@ export declare enum KnownQuestionContentType {
|
|
|
1113
863
|
* **Markdown**
|
|
1114
864
|
*/
|
|
1115
865
|
export type QuestionContentType = string;
|
|
1116
|
-
/**
|
|
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 */
|
|
1117
881
|
export declare enum KnownValidationScope {
|
|
1118
882
|
/** None */
|
|
1119
883
|
None = "None",
|
|
@@ -1127,7 +891,7 @@ export declare enum KnownValidationScope {
|
|
|
1127
891
|
NumberOnlyFormat = "NumberOnlyFormat"
|
|
1128
892
|
}
|
|
1129
893
|
/**
|
|
1130
|
-
*
|
|
894
|
+
* Validation scope \
|
|
1131
895
|
* {@link KnownValidationScope} can be used interchangeably with ValidationScope,
|
|
1132
896
|
* this enum contains the known values that the service supports.
|
|
1133
897
|
* ### Known values supported by the service
|
|
@@ -1138,7 +902,28 @@ export declare enum KnownValidationScope {
|
|
|
1138
902
|
* **NumberOnlyFormat**
|
|
1139
903
|
*/
|
|
1140
904
|
export type ValidationScope = string;
|
|
1141
|
-
|
|
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. */
|
|
1142
927
|
export declare enum KnownAutomatedCheckResultType {
|
|
1143
928
|
/** Success */
|
|
1144
929
|
Success = "Success",
|
|
@@ -1150,7 +935,7 @@ export declare enum KnownAutomatedCheckResultType {
|
|
|
1150
935
|
Information = "Information"
|
|
1151
936
|
}
|
|
1152
937
|
/**
|
|
1153
|
-
*
|
|
938
|
+
* Type of Result. \
|
|
1154
939
|
* {@link KnownAutomatedCheckResultType} can be used interchangeably with AutomatedCheckResultType,
|
|
1155
940
|
* this enum contains the known values that the service supports.
|
|
1156
941
|
* ### Known values supported by the service
|
|
@@ -1160,156 +945,302 @@ export declare enum KnownAutomatedCheckResultType {
|
|
|
1160
945
|
* **Information**
|
|
1161
946
|
*/
|
|
1162
947
|
export type AutomatedCheckResultType = string;
|
|
1163
|
-
/**
|
|
1164
|
-
export interface
|
|
1165
|
-
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
|
|
1169
|
-
export
|
|
1170
|
-
|
|
1171
|
-
/**
|
|
1172
|
-
export
|
|
1173
|
-
/**
|
|
1174
|
-
|
|
1175
|
-
/**
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
/**
|
|
1190
|
-
|
|
1191
|
-
/**
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
|
-
|
|
1207
|
-
|
|
1208
|
-
/**
|
|
1209
|
-
|
|
1210
|
-
/**
|
|
1211
|
-
|
|
1212
|
-
/**
|
|
1213
|
-
|
|
1214
|
-
|
|
1215
|
-
|
|
1216
|
-
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
/**
|
|
1220
|
-
|
|
1221
|
-
/**
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
export
|
|
1228
|
-
|
|
1229
|
-
|
|
1230
|
-
/**
|
|
1231
|
-
|
|
1232
|
-
/**
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
|
|
1236
|
-
|
|
1237
|
-
|
|
1238
|
-
|
|
1239
|
-
|
|
1240
|
-
|
|
1241
|
-
|
|
1242
|
-
|
|
1243
|
-
|
|
1244
|
-
|
|
1245
|
-
|
|
1246
|
-
|
|
1247
|
-
|
|
1248
|
-
|
|
1249
|
-
|
|
1250
|
-
|
|
1251
|
-
/**
|
|
1252
|
-
export
|
|
1253
|
-
/**
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
|
|
1263
|
-
/**
|
|
1264
|
-
|
|
1265
|
-
/**
|
|
1266
|
-
|
|
1267
|
-
}
|
|
1268
|
-
|
|
1269
|
-
export
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
export
|
|
1277
|
-
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
/**
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
export
|
|
1284
|
-
|
|
1285
|
-
|
|
1286
|
-
export
|
|
1287
|
-
/**
|
|
1288
|
-
export interface
|
|
1289
|
-
|
|
1290
|
-
|
|
1291
|
-
|
|
1292
|
-
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
|
|
1298
|
-
export
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
/**
|
|
1305
|
-
|
|
1306
|
-
/**
|
|
1307
|
-
|
|
1308
|
-
/**
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
|
|
1315
|
-
|
|
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
|