@azure/arm-selfhelp 2.0.0-beta.4 → 2.0.0-beta.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +138 -8
- package/LICENSE +4 -4
- package/README.md +27 -17
- package/{dist-esm/src → dist/browser}/helpRP.d.ts +3 -4
- package/dist/browser/helpRP.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/helpRP.js +38 -28
- package/dist/browser/helpRP.js.map +1 -0
- package/dist/browser/index.d.ts +5 -0
- package/dist/browser/index.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/index.js +4 -4
- package/dist/browser/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +1 -1
- package/dist/browser/lroImpl.js +18 -0
- package/dist/browser/lroImpl.js.map +1 -0
- package/{dist-esm/src → dist/browser}/models/index.d.ts +9 -9
- package/{dist-esm/src → dist/browser}/models/index.d.ts.map +1 -1
- package/dist/browser/models/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/models/mappers.js +99 -45
- package/dist/browser/models/mappers.js.map +1 -0
- package/{dist-esm/src → dist/browser}/models/parameters.js +1 -1
- package/dist/browser/models/parameters.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/checkNameAvailability.d.ts +4 -4
- package/dist/browser/operations/checkNameAvailability.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/checkNameAvailability.js +6 -5
- package/dist/browser/operations/checkNameAvailability.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/diagnostics.d.ts +3 -3
- package/dist/browser/operations/diagnostics.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/diagnostics.js +46 -45
- package/dist/browser/operations/diagnostics.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/discoverySolution.d.ts +3 -3
- package/dist/browser/operations/discoverySolution.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/discoverySolution.js +26 -43
- package/dist/browser/operations/discoverySolution.js.map +1 -0
- package/dist/browser/operations/discoverySolutionNLP.d.ts +26 -0
- package/dist/browser/operations/discoverySolutionNLP.d.ts.map +1 -0
- package/{dist-esm/src/operations/discoverySolutionNLPSubscriptionScope.js → dist/browser/operations/discoverySolutionNLP.js} +36 -9
- package/dist/browser/operations/discoverySolutionNLP.js.map +1 -0
- package/dist/browser/operations/index.d.ts +10 -0
- package/dist/browser/operations/index.d.ts.map +1 -0
- package/dist/browser/operations/index.js +17 -0
- package/dist/browser/operations/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/operations.d.ts +3 -3
- package/dist/browser/operations/operations.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/operations.js +26 -43
- package/dist/browser/operations/operations.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/simplifiedSolutions.d.ts +3 -3
- package/dist/browser/operations/simplifiedSolutions.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/simplifiedSolutions.js +46 -45
- package/dist/browser/operations/simplifiedSolutions.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/solution.d.ts +3 -3
- package/dist/browser/operations/solution.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/solution.js +88 -86
- package/dist/browser/operations/solution.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/solutionSelfHelp.d.ts +3 -3
- package/dist/browser/operations/solutionSelfHelp.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/solutionSelfHelp.js +3 -2
- package/dist/browser/operations/solutionSelfHelp.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/troubleshooters.d.ts +3 -3
- package/dist/browser/operations/troubleshooters.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/troubleshooters.js +3 -2
- package/dist/browser/operations/troubleshooters.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/checkNameAvailability.d.ts +2 -2
- package/dist/browser/operationsInterfaces/checkNameAvailability.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/checkNameAvailability.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/diagnostics.d.ts +1 -1
- package/dist/browser/operationsInterfaces/diagnostics.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/diagnostics.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/discoverySolution.d.ts +1 -1
- package/dist/browser/operationsInterfaces/discoverySolution.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/discoverySolution.js.map +1 -0
- package/dist/browser/operationsInterfaces/discoverySolutionNLP.d.ts +18 -0
- package/dist/browser/operationsInterfaces/discoverySolutionNLP.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/discoverySolutionNLP.js +9 -0
- package/dist/browser/operationsInterfaces/discoverySolutionNLP.js.map +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts +10 -0
- package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/index.js +17 -0
- package/dist/browser/operationsInterfaces/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts +1 -1
- package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/operations.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/simplifiedSolutions.d.ts +1 -1
- package/dist/browser/operationsInterfaces/simplifiedSolutions.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/simplifiedSolutions.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/solution.d.ts +1 -1
- package/dist/browser/operationsInterfaces/solution.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/solution.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/solutionSelfHelp.d.ts +1 -1
- package/{dist-esm/src → dist/browser}/operationsInterfaces/solutionSelfHelp.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/solutionSelfHelp.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/troubleshooters.d.ts +1 -1
- package/dist/browser/operationsInterfaces/troubleshooters.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/troubleshooters.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/{dist-esm/src → dist/browser}/pagingHelper.js +2 -4
- package/dist/browser/pagingHelper.js.map +1 -0
- package/dist/commonjs/helpRP.d.ts +26 -0
- package/dist/commonjs/helpRP.d.ts.map +1 -0
- package/dist/commonjs/helpRP.js +120 -0
- package/dist/commonjs/helpRP.js.map +1 -0
- package/dist/commonjs/index.d.ts +5 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +19 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/lroImpl.d.ts +11 -0
- package/dist/commonjs/lroImpl.d.ts.map +1 -0
- package/dist/commonjs/lroImpl.js +21 -0
- package/dist/commonjs/lroImpl.js.map +1 -0
- package/{types/arm-selfhelp.d.ts → dist/commonjs/models/index.d.ts} +1315 -1775
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +237 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +58 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +1975 -0
- package/dist/commonjs/models/mappers.js.map +1 -0
- package/dist/commonjs/models/parameters.d.ts +25 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/models/parameters.js +218 -0
- package/dist/commonjs/models/parameters.js.map +1 -0
- package/dist/commonjs/operations/checkNameAvailability.d.ts +22 -0
- package/dist/commonjs/operations/checkNameAvailability.d.ts.map +1 -0
- package/dist/commonjs/operations/checkNameAvailability.js +58 -0
- package/dist/commonjs/operations/checkNameAvailability.js.map +1 -0
- package/dist/commonjs/operations/diagnostics.d.ts +45 -0
- package/dist/commonjs/operations/diagnostics.d.ts.map +1 -0
- package/dist/commonjs/operations/diagnostics.js +158 -0
- package/dist/commonjs/operations/diagnostics.js.map +1 -0
- package/dist/commonjs/operations/discoverySolution.d.ts +48 -0
- package/dist/commonjs/operations/discoverySolution.d.ts.map +1 -0
- package/dist/commonjs/operations/discoverySolution.js +141 -0
- package/dist/commonjs/operations/discoverySolution.js.map +1 -0
- package/dist/commonjs/operations/discoverySolutionNLP.d.ts +26 -0
- package/dist/commonjs/operations/discoverySolutionNLP.d.ts.map +1 -0
- package/dist/commonjs/operations/discoverySolutionNLP.js +82 -0
- package/dist/commonjs/operations/discoverySolutionNLP.js.map +1 -0
- package/dist/commonjs/operations/index.d.ts +10 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -0
- package/dist/commonjs/operations/index.js +20 -0
- package/dist/commonjs/operations/index.js.map +1 -0
- package/dist/commonjs/operations/operations.d.ts +32 -0
- package/dist/commonjs/operations/operations.d.ts.map +1 -0
- package/dist/commonjs/operations/operations.js +121 -0
- package/dist/commonjs/operations/operations.js.map +1 -0
- package/dist/commonjs/operations/simplifiedSolutions.d.ts +52 -0
- package/dist/commonjs/operations/simplifiedSolutions.d.ts.map +1 -0
- package/dist/commonjs/operations/simplifiedSolutions.js +165 -0
- package/dist/commonjs/operations/simplifiedSolutions.js.map +1 -0
- package/dist/commonjs/operations/solution.d.ts +82 -0
- package/dist/commonjs/operations/solution.d.ts.map +1 -0
- package/dist/commonjs/operations/solution.js +295 -0
- package/dist/commonjs/operations/solution.js.map +1 -0
- package/dist/commonjs/operations/solutionSelfHelp.d.ts +23 -0
- package/dist/commonjs/operations/solutionSelfHelp.d.ts.map +1 -0
- package/dist/commonjs/operations/solutionSelfHelp.js +57 -0
- package/dist/commonjs/operations/solutionSelfHelp.js.map +1 -0
- package/dist/commonjs/operations/troubleshooters.d.ts +73 -0
- package/dist/commonjs/operations/troubleshooters.d.ts.map +1 -0
- package/dist/commonjs/operations/troubleshooters.js +207 -0
- package/dist/commonjs/operations/troubleshooters.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/checkNameAvailability.d.ts +14 -0
- package/dist/commonjs/operationsInterfaces/checkNameAvailability.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/checkNameAvailability.js +10 -0
- package/dist/commonjs/operationsInterfaces/checkNameAvailability.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/diagnostics.d.ts +37 -0
- package/dist/commonjs/operationsInterfaces/diagnostics.d.ts.map +1 -0
- package/{dist-esm/src/operationsInterfaces/discoverySolutionNLPSubscriptionScope.js → dist/commonjs/operationsInterfaces/diagnostics.js} +3 -2
- package/dist/commonjs/operationsInterfaces/diagnostics.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/discoverySolution.d.ts +19 -0
- package/dist/commonjs/operationsInterfaces/discoverySolution.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/discoverySolution.js +10 -0
- package/dist/commonjs/operationsInterfaces/discoverySolution.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/discoverySolutionNLP.d.ts +18 -0
- package/dist/commonjs/operationsInterfaces/discoverySolutionNLP.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/discoverySolutionNLP.js +10 -0
- package/dist/commonjs/operationsInterfaces/discoverySolutionNLP.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts +10 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.js +20 -0
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.js +10 -0
- package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/simplifiedSolutions.d.ts +44 -0
- package/dist/commonjs/operationsInterfaces/simplifiedSolutions.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/simplifiedSolutions.js +10 -0
- package/dist/commonjs/operationsInterfaces/simplifiedSolutions.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/solution.d.ts +74 -0
- package/dist/commonjs/operationsInterfaces/solution.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/solution.js +10 -0
- package/dist/commonjs/operationsInterfaces/solution.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/solutionSelfHelp.d.ts +15 -0
- package/dist/commonjs/operationsInterfaces/solutionSelfHelp.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/solutionSelfHelp.js +10 -0
- package/dist/commonjs/operationsInterfaces/solutionSelfHelp.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/troubleshooters.d.ts +65 -0
- package/dist/commonjs/operationsInterfaces/troubleshooters.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/troubleshooters.js +10 -0
- package/dist/commonjs/operationsInterfaces/troubleshooters.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/pagingHelper.d.ts +13 -0
- package/dist/commonjs/pagingHelper.d.ts.map +1 -0
- package/dist/commonjs/pagingHelper.js +34 -0
- package/dist/commonjs/pagingHelper.js.map +1 -0
- package/{types → dist/commonjs}/tsdoc-metadata.json +11 -11
- package/dist/esm/helpRP.d.ts +26 -0
- package/dist/esm/helpRP.d.ts.map +1 -0
- package/dist/esm/helpRP.js +115 -0
- package/dist/esm/helpRP.js.map +1 -0
- package/dist/esm/index.d.ts +5 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/{src/index.ts → dist/esm/index.js} +5 -5
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/lroImpl.d.ts +11 -0
- package/dist/esm/lroImpl.d.ts.map +1 -0
- package/dist/esm/lroImpl.js +18 -0
- package/dist/esm/lroImpl.js.map +1 -0
- package/dist/esm/models/index.d.ts +1315 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +234 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +58 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/esm/models/mappers.js +1971 -0
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +25 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +215 -0
- package/dist/esm/models/parameters.js.map +1 -0
- package/dist/esm/operations/checkNameAvailability.d.ts +22 -0
- package/dist/esm/operations/checkNameAvailability.d.ts.map +1 -0
- package/dist/esm/operations/checkNameAvailability.js +53 -0
- package/dist/esm/operations/checkNameAvailability.js.map +1 -0
- package/dist/esm/operations/diagnostics.d.ts +45 -0
- package/dist/esm/operations/diagnostics.d.ts.map +1 -0
- package/dist/esm/operations/diagnostics.js +153 -0
- package/dist/esm/operations/diagnostics.js.map +1 -0
- package/dist/esm/operations/discoverySolution.d.ts +48 -0
- package/dist/esm/operations/discoverySolution.d.ts.map +1 -0
- package/dist/esm/operations/discoverySolution.js +136 -0
- package/dist/esm/operations/discoverySolution.js.map +1 -0
- package/dist/esm/operations/discoverySolutionNLP.d.ts +26 -0
- package/dist/esm/operations/discoverySolutionNLP.d.ts.map +1 -0
- package/dist/esm/operations/discoverySolutionNLP.js +77 -0
- package/dist/esm/operations/discoverySolutionNLP.js.map +1 -0
- package/dist/esm/operations/index.d.ts +10 -0
- package/dist/esm/operations/index.d.ts.map +1 -0
- package/dist/esm/operations/index.js +17 -0
- package/dist/esm/operations/index.js.map +1 -0
- package/dist/esm/operations/operations.d.ts +32 -0
- package/dist/esm/operations/operations.d.ts.map +1 -0
- package/dist/esm/operations/operations.js +116 -0
- package/dist/esm/operations/operations.js.map +1 -0
- package/dist/esm/operations/simplifiedSolutions.d.ts +52 -0
- package/dist/esm/operations/simplifiedSolutions.d.ts.map +1 -0
- package/dist/esm/operations/simplifiedSolutions.js +160 -0
- package/dist/esm/operations/simplifiedSolutions.js.map +1 -0
- package/dist/esm/operations/solution.d.ts +82 -0
- package/dist/esm/operations/solution.d.ts.map +1 -0
- package/dist/esm/operations/solution.js +290 -0
- package/dist/esm/operations/solution.js.map +1 -0
- package/dist/esm/operations/solutionSelfHelp.d.ts +23 -0
- package/dist/esm/operations/solutionSelfHelp.d.ts.map +1 -0
- package/dist/esm/operations/solutionSelfHelp.js +52 -0
- package/dist/esm/operations/solutionSelfHelp.js.map +1 -0
- package/dist/esm/operations/troubleshooters.d.ts +73 -0
- package/dist/esm/operations/troubleshooters.d.ts.map +1 -0
- package/dist/esm/operations/troubleshooters.js +202 -0
- package/dist/esm/operations/troubleshooters.js.map +1 -0
- package/dist/esm/operationsInterfaces/checkNameAvailability.d.ts +14 -0
- package/dist/esm/operationsInterfaces/checkNameAvailability.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/checkNameAvailability.js +9 -0
- package/dist/esm/operationsInterfaces/checkNameAvailability.js.map +1 -0
- package/dist/esm/operationsInterfaces/diagnostics.d.ts +37 -0
- package/dist/esm/operationsInterfaces/diagnostics.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/diagnostics.js +9 -0
- package/dist/esm/operationsInterfaces/diagnostics.js.map +1 -0
- package/dist/esm/operationsInterfaces/discoverySolution.d.ts +19 -0
- package/dist/esm/operationsInterfaces/discoverySolution.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/discoverySolution.js +9 -0
- package/dist/esm/operationsInterfaces/discoverySolution.js.map +1 -0
- package/dist/esm/operationsInterfaces/discoverySolutionNLP.d.ts +18 -0
- package/dist/esm/operationsInterfaces/discoverySolutionNLP.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/discoverySolutionNLP.js +9 -0
- package/dist/esm/operationsInterfaces/discoverySolutionNLP.js.map +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts +10 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/index.js +17 -0
- package/dist/esm/operationsInterfaces/index.js.map +1 -0
- package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
- package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/operations.js +9 -0
- package/dist/esm/operationsInterfaces/operations.js.map +1 -0
- package/dist/esm/operationsInterfaces/simplifiedSolutions.d.ts +44 -0
- package/dist/esm/operationsInterfaces/simplifiedSolutions.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/simplifiedSolutions.js +9 -0
- package/dist/esm/operationsInterfaces/simplifiedSolutions.js.map +1 -0
- package/dist/esm/operationsInterfaces/solution.d.ts +74 -0
- package/dist/esm/operationsInterfaces/solution.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/solution.js +9 -0
- package/dist/esm/operationsInterfaces/solution.js.map +1 -0
- package/dist/esm/operationsInterfaces/solutionSelfHelp.d.ts +15 -0
- package/dist/esm/operationsInterfaces/solutionSelfHelp.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/solutionSelfHelp.js +9 -0
- package/dist/esm/operationsInterfaces/solutionSelfHelp.js.map +1 -0
- package/dist/esm/operationsInterfaces/troubleshooters.d.ts +65 -0
- package/dist/esm/operationsInterfaces/troubleshooters.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/troubleshooters.js +9 -0
- package/dist/esm/operationsInterfaces/troubleshooters.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/pagingHelper.d.ts +13 -0
- package/dist/esm/pagingHelper.d.ts.map +1 -0
- package/dist/esm/pagingHelper.js +30 -0
- package/dist/esm/pagingHelper.js.map +1 -0
- package/dist/react-native/helpRP.d.ts +26 -0
- package/dist/react-native/helpRP.d.ts.map +1 -0
- package/dist/react-native/helpRP.js +115 -0
- package/dist/react-native/helpRP.js.map +1 -0
- package/dist/react-native/index.d.ts +5 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +13 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/lroImpl.d.ts +11 -0
- package/dist/react-native/lroImpl.d.ts.map +1 -0
- package/dist/react-native/lroImpl.js +18 -0
- package/dist/react-native/lroImpl.js.map +1 -0
- package/dist/react-native/models/index.d.ts +1315 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +234 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +58 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +1971 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +25 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +215 -0
- package/dist/react-native/models/parameters.js.map +1 -0
- package/dist/react-native/operations/checkNameAvailability.d.ts +22 -0
- package/dist/react-native/operations/checkNameAvailability.d.ts.map +1 -0
- package/dist/react-native/operations/checkNameAvailability.js +53 -0
- package/dist/react-native/operations/checkNameAvailability.js.map +1 -0
- package/dist/react-native/operations/diagnostics.d.ts +45 -0
- package/dist/react-native/operations/diagnostics.d.ts.map +1 -0
- package/dist/react-native/operations/diagnostics.js +153 -0
- package/dist/react-native/operations/diagnostics.js.map +1 -0
- package/dist/react-native/operations/discoverySolution.d.ts +48 -0
- package/dist/react-native/operations/discoverySolution.d.ts.map +1 -0
- package/dist/react-native/operations/discoverySolution.js +136 -0
- package/dist/react-native/operations/discoverySolution.js.map +1 -0
- package/dist/react-native/operations/discoverySolutionNLP.d.ts +26 -0
- package/dist/react-native/operations/discoverySolutionNLP.d.ts.map +1 -0
- package/dist/react-native/operations/discoverySolutionNLP.js +77 -0
- package/dist/react-native/operations/discoverySolutionNLP.js.map +1 -0
- package/dist/react-native/operations/index.d.ts +10 -0
- package/dist/react-native/operations/index.d.ts.map +1 -0
- package/dist/react-native/operations/index.js +17 -0
- package/dist/react-native/operations/index.js.map +1 -0
- package/dist/react-native/operations/operations.d.ts +32 -0
- package/dist/react-native/operations/operations.d.ts.map +1 -0
- package/dist/react-native/operations/operations.js +116 -0
- package/dist/react-native/operations/operations.js.map +1 -0
- package/dist/react-native/operations/simplifiedSolutions.d.ts +52 -0
- package/dist/react-native/operations/simplifiedSolutions.d.ts.map +1 -0
- package/dist/react-native/operations/simplifiedSolutions.js +160 -0
- package/dist/react-native/operations/simplifiedSolutions.js.map +1 -0
- package/dist/react-native/operations/solution.d.ts +82 -0
- package/dist/react-native/operations/solution.d.ts.map +1 -0
- package/dist/react-native/operations/solution.js +290 -0
- package/dist/react-native/operations/solution.js.map +1 -0
- package/dist/react-native/operations/solutionSelfHelp.d.ts +23 -0
- package/dist/react-native/operations/solutionSelfHelp.d.ts.map +1 -0
- package/dist/react-native/operations/solutionSelfHelp.js +52 -0
- package/dist/react-native/operations/solutionSelfHelp.js.map +1 -0
- package/dist/react-native/operations/troubleshooters.d.ts +73 -0
- package/dist/react-native/operations/troubleshooters.d.ts.map +1 -0
- package/dist/react-native/operations/troubleshooters.js +202 -0
- package/dist/react-native/operations/troubleshooters.js.map +1 -0
- package/dist/react-native/operationsInterfaces/checkNameAvailability.d.ts +14 -0
- package/dist/react-native/operationsInterfaces/checkNameAvailability.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/checkNameAvailability.js +9 -0
- package/dist/react-native/operationsInterfaces/checkNameAvailability.js.map +1 -0
- package/dist/react-native/operationsInterfaces/diagnostics.d.ts +37 -0
- package/dist/react-native/operationsInterfaces/diagnostics.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/diagnostics.js +9 -0
- package/dist/react-native/operationsInterfaces/diagnostics.js.map +1 -0
- package/dist/react-native/operationsInterfaces/discoverySolution.d.ts +19 -0
- package/dist/react-native/operationsInterfaces/discoverySolution.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/discoverySolution.js +9 -0
- package/dist/react-native/operationsInterfaces/discoverySolution.js.map +1 -0
- package/dist/react-native/operationsInterfaces/discoverySolutionNLP.d.ts +18 -0
- package/dist/react-native/operationsInterfaces/discoverySolutionNLP.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/discoverySolutionNLP.js +9 -0
- package/dist/react-native/operationsInterfaces/discoverySolutionNLP.js.map +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts +10 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/index.js +17 -0
- package/dist/react-native/operationsInterfaces/index.js.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.js +9 -0
- package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/simplifiedSolutions.d.ts +44 -0
- package/dist/react-native/operationsInterfaces/simplifiedSolutions.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/simplifiedSolutions.js +9 -0
- package/dist/react-native/operationsInterfaces/simplifiedSolutions.js.map +1 -0
- package/dist/react-native/operationsInterfaces/solution.d.ts +74 -0
- package/dist/react-native/operationsInterfaces/solution.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/solution.js +9 -0
- package/dist/react-native/operationsInterfaces/solution.js.map +1 -0
- package/dist/react-native/operationsInterfaces/solutionSelfHelp.d.ts +15 -0
- package/dist/react-native/operationsInterfaces/solutionSelfHelp.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/solutionSelfHelp.js +9 -0
- package/dist/react-native/operationsInterfaces/solutionSelfHelp.js.map +1 -0
- package/dist/react-native/operationsInterfaces/troubleshooters.d.ts +65 -0
- package/dist/react-native/operationsInterfaces/troubleshooters.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/troubleshooters.js +9 -0
- package/dist/react-native/operationsInterfaces/troubleshooters.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/pagingHelper.d.ts +13 -0
- package/dist/react-native/pagingHelper.d.ts.map +1 -0
- package/dist/react-native/pagingHelper.js +30 -0
- package/dist/react-native/pagingHelper.js.map +1 -0
- package/package.json +84 -68
- package/review/{arm-selfhelp.api.md → arm-selfhelp-node.api.md} +11 -17
- package/dist/index.js +0 -3855
- 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/checkNameAvailabilityPostSample.d.ts +0 -2
- package/dist-esm/samples-dev/checkNameAvailabilityPostSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/checkNameAvailabilityPostSample.js +0 -66
- package/dist-esm/samples-dev/checkNameAvailabilityPostSample.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/discoverySolutionNlpSubscriptionScopePostSample.d.ts +0 -2
- package/dist-esm/samples-dev/discoverySolutionNlpSubscriptionScopePostSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/discoverySolutionNlpSubscriptionScopePostSample.js +0 -44
- package/dist-esm/samples-dev/discoverySolutionNlpSubscriptionScopePostSample.js.map +0 -1
- package/dist-esm/samples-dev/discoverySolutionNlpTenantScopePostSample.d.ts +0 -2
- package/dist-esm/samples-dev/discoverySolutionNlpTenantScopePostSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/discoverySolutionNlpTenantScopePostSample.js +0 -42
- package/dist-esm/samples-dev/discoverySolutionNlpTenantScopePostSample.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.map +0 -1
- 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.map +0 -1
- package/dist-esm/src/lroImpl.js +0 -21
- package/dist-esm/src/lroImpl.js.map +0 -1
- package/dist-esm/src/models/index.js.map +0 -1
- package/dist-esm/src/models/mappers.js.map +0 -1
- package/dist-esm/src/models/parameters.js.map +0 -1
- package/dist-esm/src/operations/checkNameAvailability.d.ts.map +0 -1
- package/dist-esm/src/operations/checkNameAvailability.js.map +0 -1
- package/dist-esm/src/operations/diagnostics.d.ts.map +0 -1
- package/dist-esm/src/operations/diagnostics.js.map +0 -1
- package/dist-esm/src/operations/discoverySolution.d.ts.map +0 -1
- package/dist-esm/src/operations/discoverySolution.js.map +0 -1
- package/dist-esm/src/operations/discoverySolutionNLPSubscriptionScope.d.ts +0 -20
- package/dist-esm/src/operations/discoverySolutionNLPSubscriptionScope.d.ts.map +0 -1
- package/dist-esm/src/operations/discoverySolutionNLPSubscriptionScope.js.map +0 -1
- package/dist-esm/src/operations/discoverySolutionNLPTenantScope.d.ts +0 -19
- package/dist-esm/src/operations/discoverySolutionNLPTenantScope.d.ts.map +0 -1
- package/dist-esm/src/operations/discoverySolutionNLPTenantScope.js +0 -49
- package/dist-esm/src/operations/discoverySolutionNLPTenantScope.js.map +0 -1
- package/dist-esm/src/operations/index.d.ts +0 -11
- package/dist-esm/src/operations/index.d.ts.map +0 -1
- package/dist-esm/src/operations/index.js +0 -18
- package/dist-esm/src/operations/index.js.map +0 -1
- package/dist-esm/src/operations/operations.d.ts.map +0 -1
- package/dist-esm/src/operations/operations.js.map +0 -1
- package/dist-esm/src/operations/simplifiedSolutions.d.ts.map +0 -1
- package/dist-esm/src/operations/simplifiedSolutions.js.map +0 -1
- package/dist-esm/src/operations/solution.d.ts.map +0 -1
- package/dist-esm/src/operations/solution.js.map +0 -1
- package/dist-esm/src/operations/solutionSelfHelp.d.ts.map +0 -1
- package/dist-esm/src/operations/solutionSelfHelp.js.map +0 -1
- package/dist-esm/src/operations/troubleshooters.d.ts.map +0 -1
- package/dist-esm/src/operations/troubleshooters.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/checkNameAvailability.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/checkNameAvailability.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/diagnostics.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/diagnostics.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/discoverySolution.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/discoverySolution.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/discoverySolutionNLPSubscriptionScope.d.ts +0 -12
- package/dist-esm/src/operationsInterfaces/discoverySolutionNLPSubscriptionScope.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/discoverySolutionNLPSubscriptionScope.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/discoverySolutionNLPTenantScope.d.ts +0 -11
- package/dist-esm/src/operationsInterfaces/discoverySolutionNLPTenantScope.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/discoverySolutionNLPTenantScope.js +0 -9
- package/dist-esm/src/operationsInterfaces/discoverySolutionNLPTenantScope.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -11
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.js +0 -18
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/simplifiedSolutions.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/simplifiedSolutions.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/solution.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/solution.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/solutionSelfHelp.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/troubleshooters.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/troubleshooters.js.map +0 -1
- 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/src/helpRP.ts +0 -175
- package/src/lroImpl.ts +0 -42
- package/src/models/index.ts +0 -1454
- 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/discoverySolutionNLPSubscriptionScope.ts +0 -69
- package/src/operations/discoverySolutionNLPTenantScope.ts +0 -64
- package/src/operations/index.ts +0 -18
- 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/discoverySolutionNLPSubscriptionScope.ts +0 -26
- package/src/operationsInterfaces/discoverySolutionNLPTenantScope.ts +0 -24
- package/src/operationsInterfaces/index.ts +0 -18
- 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/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/checkNameAvailability.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/diagnostics.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/discoverySolution.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/simplifiedSolutions.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/solution.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/solutionSelfHelp.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/troubleshooters.js +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
package/src/models/index.ts
DELETED
|
@@ -1,1454 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
|
|
9
|
-
import * as coreClient from "@azure/core-client";
|
|
10
|
-
|
|
11
|
-
/** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */
|
|
12
|
-
export interface OperationListResult {
|
|
13
|
-
/**
|
|
14
|
-
* List of operations supported by the resource provider
|
|
15
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
16
|
-
*/
|
|
17
|
-
readonly value?: Operation[];
|
|
18
|
-
/**
|
|
19
|
-
* URL to get the next set of operation list results (if there are any).
|
|
20
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
21
|
-
*/
|
|
22
|
-
readonly nextLink?: string;
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
/** Details of a REST API operation, returned from the Resource Provider Operations API */
|
|
26
|
-
export interface Operation {
|
|
27
|
-
/**
|
|
28
|
-
* The name of the operation, as per Resource-Based Access Control (RBAC). Examples: "Microsoft.Compute/virtualMachines/write", "Microsoft.Compute/virtualMachines/capture/action"
|
|
29
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
30
|
-
*/
|
|
31
|
-
readonly name?: string;
|
|
32
|
-
/**
|
|
33
|
-
* Whether the operation applies to data-plane. This is "true" for data-plane operations and "false" for ARM/control-plane operations.
|
|
34
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
35
|
-
*/
|
|
36
|
-
readonly isDataAction?: boolean;
|
|
37
|
-
/** Localized display information for this particular operation. */
|
|
38
|
-
display?: OperationDisplay;
|
|
39
|
-
/**
|
|
40
|
-
* The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system"
|
|
41
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
42
|
-
*/
|
|
43
|
-
readonly origin?: Origin;
|
|
44
|
-
/**
|
|
45
|
-
* Enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs.
|
|
46
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
47
|
-
*/
|
|
48
|
-
readonly actionType?: ActionType;
|
|
49
|
-
}
|
|
50
|
-
|
|
51
|
-
/** Localized display information for this particular operation. */
|
|
52
|
-
export interface OperationDisplay {
|
|
53
|
-
/**
|
|
54
|
-
* The localized friendly form of the resource provider name, e.g. "Microsoft Monitoring Insights" or "Microsoft Compute".
|
|
55
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
56
|
-
*/
|
|
57
|
-
readonly provider?: string;
|
|
58
|
-
/**
|
|
59
|
-
* The localized friendly name of the resource type related to this operation. E.g. "Virtual Machines" or "Job Schedule Collections".
|
|
60
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
61
|
-
*/
|
|
62
|
-
readonly resource?: string;
|
|
63
|
-
/**
|
|
64
|
-
* The concise, localized friendly name for the operation; suitable for dropdowns. E.g. "Create or Update Virtual Machine", "Restart Virtual Machine".
|
|
65
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
66
|
-
*/
|
|
67
|
-
readonly operation?: string;
|
|
68
|
-
/**
|
|
69
|
-
* The short, localized friendly description of the operation; suitable for tool tips and detailed views.
|
|
70
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
71
|
-
*/
|
|
72
|
-
readonly description?: string;
|
|
73
|
-
}
|
|
74
|
-
|
|
75
|
-
/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */
|
|
76
|
-
export interface ErrorResponse {
|
|
77
|
-
/** The error object. */
|
|
78
|
-
error?: ErrorDetail;
|
|
79
|
-
}
|
|
80
|
-
|
|
81
|
-
/** The error detail. */
|
|
82
|
-
export interface ErrorDetail {
|
|
83
|
-
/**
|
|
84
|
-
* The error code.
|
|
85
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
86
|
-
*/
|
|
87
|
-
readonly code?: string;
|
|
88
|
-
/**
|
|
89
|
-
* The error message.
|
|
90
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
91
|
-
*/
|
|
92
|
-
readonly message?: string;
|
|
93
|
-
/**
|
|
94
|
-
* The error target.
|
|
95
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
96
|
-
*/
|
|
97
|
-
readonly target?: string;
|
|
98
|
-
/**
|
|
99
|
-
* The error details.
|
|
100
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
101
|
-
*/
|
|
102
|
-
readonly details?: ErrorDetail[];
|
|
103
|
-
/**
|
|
104
|
-
* The error additional info.
|
|
105
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
106
|
-
*/
|
|
107
|
-
readonly additionalInfo?: ErrorAdditionalInfo[];
|
|
108
|
-
}
|
|
109
|
-
|
|
110
|
-
/** The resource management error additional info. */
|
|
111
|
-
export interface ErrorAdditionalInfo {
|
|
112
|
-
/**
|
|
113
|
-
* The additional info type.
|
|
114
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
115
|
-
*/
|
|
116
|
-
readonly type?: string;
|
|
117
|
-
/**
|
|
118
|
-
* The additional info.
|
|
119
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
120
|
-
*/
|
|
121
|
-
readonly info?: Record<string, unknown>;
|
|
122
|
-
}
|
|
123
|
-
|
|
124
|
-
/** The check availability request body. */
|
|
125
|
-
export interface CheckNameAvailabilityRequest {
|
|
126
|
-
/** The name of the resource for which availability needs to be checked. */
|
|
127
|
-
name?: string;
|
|
128
|
-
/** The resource type. */
|
|
129
|
-
type?: string;
|
|
130
|
-
}
|
|
131
|
-
|
|
132
|
-
/** Response for whether the requested resource name is available or not. */
|
|
133
|
-
export interface CheckNameAvailabilityResponse {
|
|
134
|
-
/** Returns true or false depending on the availability of the name */
|
|
135
|
-
nameAvailable?: boolean;
|
|
136
|
-
/** Reason for why value is not available. This field is returned if nameAvailable is false. */
|
|
137
|
-
reason?: string;
|
|
138
|
-
/** Gets an error message explaining the 'reason' value with more details. This field is returned iif nameAvailable is false. */
|
|
139
|
-
message?: string;
|
|
140
|
-
}
|
|
141
|
-
|
|
142
|
-
/** Solution Invocation with additional params needed for invocation. */
|
|
143
|
-
export interface DiagnosticInvocation {
|
|
144
|
-
/** Solution Id to invoke. */
|
|
145
|
-
solutionId?: string;
|
|
146
|
-
/** Additional parameters required to invoke the solutionId. */
|
|
147
|
-
additionalParameters?: { [propertyName: string]: string };
|
|
148
|
-
}
|
|
149
|
-
|
|
150
|
-
/** Properties returned with in an insight. */
|
|
151
|
-
export interface Diagnostic {
|
|
152
|
-
/** Solution Id */
|
|
153
|
-
solutionId?: string;
|
|
154
|
-
/** Denotes the status of the diagnostic resource. */
|
|
155
|
-
status?: Status;
|
|
156
|
-
/** The problems (if any) detected by this insight. */
|
|
157
|
-
insights?: Insight[];
|
|
158
|
-
/** Error definition. */
|
|
159
|
-
error?: ErrorModel;
|
|
160
|
-
}
|
|
161
|
-
|
|
162
|
-
/** Detailed insights(s) obtained via the invocation of an insight diagnostic */
|
|
163
|
-
export interface Insight {
|
|
164
|
-
/** Article id. */
|
|
165
|
-
id?: string;
|
|
166
|
-
/** This insight's title. */
|
|
167
|
-
title?: string;
|
|
168
|
-
/** Detailed result content. */
|
|
169
|
-
results?: string;
|
|
170
|
-
/** Importance level of the insight. */
|
|
171
|
-
importanceLevel?: ImportanceLevel;
|
|
172
|
-
}
|
|
173
|
-
|
|
174
|
-
/** Error definition. */
|
|
175
|
-
export interface ErrorModel {
|
|
176
|
-
/**
|
|
177
|
-
* Service specific error code which serves as the substatus for the HTTP error code.
|
|
178
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
179
|
-
*/
|
|
180
|
-
readonly code?: string;
|
|
181
|
-
/**
|
|
182
|
-
* Service specific error type which serves as additional context for the error herein.
|
|
183
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
184
|
-
*/
|
|
185
|
-
readonly type?: string;
|
|
186
|
-
/**
|
|
187
|
-
* Description of the error.
|
|
188
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
189
|
-
*/
|
|
190
|
-
readonly message?: string;
|
|
191
|
-
/** An array of additional nested error response info objects, as described by this contract. */
|
|
192
|
-
details?: ErrorModel[];
|
|
193
|
-
}
|
|
194
|
-
|
|
195
|
-
/** Common fields that are returned in the response for all Azure Resource Manager resources */
|
|
196
|
-
export interface Resource {
|
|
197
|
-
/**
|
|
198
|
-
* Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
|
|
199
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
200
|
-
*/
|
|
201
|
-
readonly id?: string;
|
|
202
|
-
/**
|
|
203
|
-
* The name of the resource
|
|
204
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
205
|
-
*/
|
|
206
|
-
readonly name?: string;
|
|
207
|
-
/**
|
|
208
|
-
* The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
209
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
210
|
-
*/
|
|
211
|
-
readonly type?: string;
|
|
212
|
-
/**
|
|
213
|
-
* Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
214
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
215
|
-
*/
|
|
216
|
-
readonly systemData?: SystemData;
|
|
217
|
-
}
|
|
218
|
-
|
|
219
|
-
/** Metadata pertaining to creation and last modification of the resource. */
|
|
220
|
-
export interface SystemData {
|
|
221
|
-
/** The identity that created the resource. */
|
|
222
|
-
createdBy?: string;
|
|
223
|
-
/** The type of identity that created the resource. */
|
|
224
|
-
createdByType?: CreatedByType;
|
|
225
|
-
/** The timestamp of resource creation (UTC). */
|
|
226
|
-
createdAt?: Date;
|
|
227
|
-
/** The identity that last modified the resource. */
|
|
228
|
-
lastModifiedBy?: string;
|
|
229
|
-
/** The type of identity that last modified the resource. */
|
|
230
|
-
lastModifiedByType?: CreatedByType;
|
|
231
|
-
/** The timestamp of resource last modification (UTC) */
|
|
232
|
-
lastModifiedAt?: Date;
|
|
233
|
-
}
|
|
234
|
-
|
|
235
|
-
/** Discovery response. */
|
|
236
|
-
export interface DiscoveryResponse {
|
|
237
|
-
/** The list of metadata. */
|
|
238
|
-
value?: SolutionMetadataResource[];
|
|
239
|
-
/** The link used to get the next page of solution metadata. */
|
|
240
|
-
nextLink?: string;
|
|
241
|
-
}
|
|
242
|
-
|
|
243
|
-
/** Metadata Properties */
|
|
244
|
-
export interface SolutionMetadataProperties {
|
|
245
|
-
/** Solution Id. */
|
|
246
|
-
solutionId?: string;
|
|
247
|
-
/**
|
|
248
|
-
* Solution Type.
|
|
249
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
250
|
-
*/
|
|
251
|
-
readonly solutionType?: SolutionType;
|
|
252
|
-
/**
|
|
253
|
-
* A detailed description of solution.
|
|
254
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
255
|
-
*/
|
|
256
|
-
readonly description?: string;
|
|
257
|
-
/**
|
|
258
|
-
* Required parameters for invoking this particular solution.
|
|
259
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
260
|
-
*/
|
|
261
|
-
readonly requiredInputs?: string[];
|
|
262
|
-
}
|
|
263
|
-
|
|
264
|
-
/** 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. */
|
|
265
|
-
export interface TriggerCriterion {
|
|
266
|
-
/** Trigger criterion name. */
|
|
267
|
-
name?: Name;
|
|
268
|
-
/** Trigger criterion value. */
|
|
269
|
-
value?: string;
|
|
270
|
-
}
|
|
271
|
-
|
|
272
|
-
/** Solution replacement maps. */
|
|
273
|
-
export interface ReplacementMaps {
|
|
274
|
-
/** Solution AzureKB results */
|
|
275
|
-
webResults?: WebResult[];
|
|
276
|
-
/** Solution diagnostics results. */
|
|
277
|
-
diagnostics?: SolutionsDiagnostic[];
|
|
278
|
-
/** Solutions Troubleshooters */
|
|
279
|
-
troubleshooters?: SolutionsTroubleshooters[];
|
|
280
|
-
/** Solution metrics based charts */
|
|
281
|
-
metricsBasedCharts?: MetricsBasedChart[];
|
|
282
|
-
/** Video solutions, which have the power to engage the customer by stimulating their senses */
|
|
283
|
-
videos?: Video[];
|
|
284
|
-
/** Group of Videos */
|
|
285
|
-
videoGroups?: VideoGroup[];
|
|
286
|
-
}
|
|
287
|
-
|
|
288
|
-
/** AzureKB web result */
|
|
289
|
-
export interface WebResult {
|
|
290
|
-
/** Place holder used in HTML Content replace control with the content */
|
|
291
|
-
replacementKey?: string;
|
|
292
|
-
/** AzureKB search results */
|
|
293
|
-
searchResults?: SearchResult[];
|
|
294
|
-
}
|
|
295
|
-
|
|
296
|
-
/** Details of an AzureKB search result. */
|
|
297
|
-
export interface SearchResult {
|
|
298
|
-
/** Unique id of the result. */
|
|
299
|
-
solutionId?: string;
|
|
300
|
-
/** Content of the search result. */
|
|
301
|
-
content?: string;
|
|
302
|
-
/** Title of the search result. */
|
|
303
|
-
title?: string;
|
|
304
|
-
/** Confidence of the search result. */
|
|
305
|
-
confidence?: Confidence;
|
|
306
|
-
/** Source of the search result. */
|
|
307
|
-
source?: string;
|
|
308
|
-
/** Result type of the search result. */
|
|
309
|
-
resultType?: ResultType;
|
|
310
|
-
/** rank of the search result */
|
|
311
|
-
rank?: number;
|
|
312
|
-
/** Link to the document. */
|
|
313
|
-
link?: string;
|
|
314
|
-
}
|
|
315
|
-
|
|
316
|
-
/** Solutions Diagnostic */
|
|
317
|
-
export interface SolutionsDiagnostic {
|
|
318
|
-
/** Solution Id to identify single Solutions Diagnostic */
|
|
319
|
-
solutionId?: string;
|
|
320
|
-
/** Denotes the status of the diagnostic resource. */
|
|
321
|
-
status?: Status;
|
|
322
|
-
/** Details of the status */
|
|
323
|
-
statusDetails?: string;
|
|
324
|
-
/** Place holder used in HTML Content replace control with the content */
|
|
325
|
-
replacementKey?: string;
|
|
326
|
-
/** Diagnostics estimated completion time in minutes */
|
|
327
|
-
estimatedCompletionTime?: string;
|
|
328
|
-
/** Required parameters of this item */
|
|
329
|
-
requiredParameters?: string[];
|
|
330
|
-
/** Diagnostic insights */
|
|
331
|
-
insights?: Insight[];
|
|
332
|
-
}
|
|
333
|
-
|
|
334
|
-
/** Troubleshooters in Solutions */
|
|
335
|
-
export interface SolutionsTroubleshooters {
|
|
336
|
-
/** Solution Id to identify single Solutions Troubleshooter */
|
|
337
|
-
solutionId?: string;
|
|
338
|
-
/** Troubleshooter title */
|
|
339
|
-
title?: string;
|
|
340
|
-
/** Troubleshooter summary */
|
|
341
|
-
summary?: string;
|
|
342
|
-
}
|
|
343
|
-
|
|
344
|
-
/** Solutions metrics based chart */
|
|
345
|
-
export interface MetricsBasedChart {
|
|
346
|
-
/** Chart name */
|
|
347
|
-
name?: string;
|
|
348
|
-
/** Allowed values are Sum, Avg, Count, Min, Max. Default is Sum */
|
|
349
|
-
aggregationType?: AggregationType;
|
|
350
|
-
/** Time span duration */
|
|
351
|
-
timeSpanDuration?: string;
|
|
352
|
-
/** Chart title */
|
|
353
|
-
title?: string;
|
|
354
|
-
/** Filter group */
|
|
355
|
-
filterGroup?: FilterGroup;
|
|
356
|
-
/** Place holder used in HTML Content replace control with the content */
|
|
357
|
-
replacementKey?: string;
|
|
358
|
-
}
|
|
359
|
-
|
|
360
|
-
/** Filter group */
|
|
361
|
-
export interface FilterGroup {
|
|
362
|
-
/** List of filters */
|
|
363
|
-
filter?: Filter[];
|
|
364
|
-
}
|
|
365
|
-
|
|
366
|
-
/** Filter criterion */
|
|
367
|
-
export interface Filter {
|
|
368
|
-
/** Filter name */
|
|
369
|
-
name?: string;
|
|
370
|
-
/** Filter values */
|
|
371
|
-
values?: string;
|
|
372
|
-
/** Filter operator */
|
|
373
|
-
operator?: string;
|
|
374
|
-
}
|
|
375
|
-
|
|
376
|
-
/** VideoGroup video detail */
|
|
377
|
-
export interface VideoGroupVideo {
|
|
378
|
-
/** Link to the video */
|
|
379
|
-
src?: string;
|
|
380
|
-
/** Title of the video */
|
|
381
|
-
title?: string;
|
|
382
|
-
}
|
|
383
|
-
|
|
384
|
-
/** Video group detail */
|
|
385
|
-
export interface VideoGroup {
|
|
386
|
-
/** List of videos will be shown to customers */
|
|
387
|
-
videos?: VideoGroupVideo[];
|
|
388
|
-
/** Place holder used in HTML Content replace control with the insight content */
|
|
389
|
-
replacementKey?: string;
|
|
390
|
-
}
|
|
391
|
-
|
|
392
|
-
/** Part of the solution and are dividers in the solution rendering. */
|
|
393
|
-
export interface Section {
|
|
394
|
-
/** Solution sections title. */
|
|
395
|
-
title?: string;
|
|
396
|
-
/** Solution sections content. */
|
|
397
|
-
content?: string;
|
|
398
|
-
/** Solution replacement maps. */
|
|
399
|
-
replacementMaps?: ReplacementMaps;
|
|
400
|
-
}
|
|
401
|
-
|
|
402
|
-
/** Solution PatchRequest body */
|
|
403
|
-
export interface SolutionPatchRequestBody {
|
|
404
|
-
/** Solution request trigger criteria */
|
|
405
|
-
triggerCriteria?: TriggerCriterion[];
|
|
406
|
-
/** Client input parameters to run Solution */
|
|
407
|
-
parameters?: { [propertyName: string]: string };
|
|
408
|
-
/**
|
|
409
|
-
* Solution Id to identify single solution.
|
|
410
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
411
|
-
*/
|
|
412
|
-
readonly solutionId?: string;
|
|
413
|
-
/**
|
|
414
|
-
* Status of solution provisioning.
|
|
415
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
416
|
-
*/
|
|
417
|
-
readonly provisioningState?: SolutionProvisioningState;
|
|
418
|
-
/**
|
|
419
|
-
* The title.
|
|
420
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
421
|
-
*/
|
|
422
|
-
readonly title?: string;
|
|
423
|
-
/**
|
|
424
|
-
* The HTML content that needs to be rendered and shown to customer.
|
|
425
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
426
|
-
*/
|
|
427
|
-
readonly content?: string;
|
|
428
|
-
/**
|
|
429
|
-
* Solution replacement maps.
|
|
430
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
431
|
-
*/
|
|
432
|
-
readonly replacementMaps?: ReplacementMaps;
|
|
433
|
-
/**
|
|
434
|
-
* List of section object.
|
|
435
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
436
|
-
*/
|
|
437
|
-
readonly sections?: Section[];
|
|
438
|
-
}
|
|
439
|
-
|
|
440
|
-
/** Solution WarmUpRequest body */
|
|
441
|
-
export interface SolutionWarmUpRequestBody {
|
|
442
|
-
/** Dictionary of <string> */
|
|
443
|
-
parameters?: { [propertyName: string]: string };
|
|
444
|
-
}
|
|
445
|
-
|
|
446
|
-
/** Troubleshooter step */
|
|
447
|
-
export interface Step {
|
|
448
|
-
/** Unique step id. */
|
|
449
|
-
id?: string;
|
|
450
|
-
/** Step title. */
|
|
451
|
-
title?: string;
|
|
452
|
-
/** Step description. */
|
|
453
|
-
description?: string;
|
|
454
|
-
/** Get or sets the Step guidance. */
|
|
455
|
-
guidance?: string;
|
|
456
|
-
/** Status of Troubleshooter Step execution. */
|
|
457
|
-
executionStatus?: ExecutionStatus;
|
|
458
|
-
/** This field has more detailed status description of the execution status. */
|
|
459
|
-
executionStatusDescription?: string;
|
|
460
|
-
/** Type of Troubleshooting step. */
|
|
461
|
-
type?: Type;
|
|
462
|
-
/** is this last step of the workflow. */
|
|
463
|
-
isLastStep?: boolean;
|
|
464
|
-
inputs?: StepInput[];
|
|
465
|
-
/** Only for AutomatedStep type */
|
|
466
|
-
automatedCheckResults?: AutomatedCheckResult;
|
|
467
|
-
insights?: Insight[];
|
|
468
|
-
/** The error detail. */
|
|
469
|
-
error?: ErrorDetail;
|
|
470
|
-
}
|
|
471
|
-
|
|
472
|
-
/** Details of step input. */
|
|
473
|
-
export interface StepInput {
|
|
474
|
-
/** Use Index as QuestionId. */
|
|
475
|
-
questionId?: string;
|
|
476
|
-
/** Type of Question */
|
|
477
|
-
questionType?: QuestionType;
|
|
478
|
-
/** Question title */
|
|
479
|
-
questionTitle?: string;
|
|
480
|
-
/** User question content. */
|
|
481
|
-
questionContent?: string;
|
|
482
|
-
/** Default is Text. */
|
|
483
|
-
questionContentType?: QuestionContentType;
|
|
484
|
-
/** Place holder text for response hints. */
|
|
485
|
-
responseHint?: string;
|
|
486
|
-
/** Result of Automate step. */
|
|
487
|
-
recommendedOption?: string;
|
|
488
|
-
/** Text of response that was selected. */
|
|
489
|
-
selectedOptionValue?: string;
|
|
490
|
-
/** Troubleshooter step input response validation properties */
|
|
491
|
-
responseValidationProperties?: ResponseValidationProperties;
|
|
492
|
-
responseOptions?: ResponseOption[];
|
|
493
|
-
}
|
|
494
|
-
|
|
495
|
-
/** Troubleshooter step input response validation properties */
|
|
496
|
-
export interface ResponseValidationProperties {
|
|
497
|
-
/** Regex used for the input validation. */
|
|
498
|
-
regex?: string;
|
|
499
|
-
/** Validation scope */
|
|
500
|
-
validationScope?: ValidationScope;
|
|
501
|
-
/** Default True */
|
|
502
|
-
isRequired?: boolean;
|
|
503
|
-
/** Validation Error Message. */
|
|
504
|
-
validationErrorMessage?: string;
|
|
505
|
-
/** Max text input (open Ended Text). */
|
|
506
|
-
maxLength?: number;
|
|
507
|
-
}
|
|
508
|
-
|
|
509
|
-
/** The status of the resource. */
|
|
510
|
-
export interface ResponseOption {
|
|
511
|
-
/** Unique string. */
|
|
512
|
-
key?: string;
|
|
513
|
-
/** Option description */
|
|
514
|
-
value?: string;
|
|
515
|
-
}
|
|
516
|
-
|
|
517
|
-
/** Only for AutomatedStep type */
|
|
518
|
-
export interface AutomatedCheckResult {
|
|
519
|
-
/** Version for automated check result */
|
|
520
|
-
version?: string;
|
|
521
|
-
/** Status for automated check result */
|
|
522
|
-
status?: string;
|
|
523
|
-
/** Insight Article Content */
|
|
524
|
-
result?: string;
|
|
525
|
-
/** Type of Result. */
|
|
526
|
-
type?: AutomatedCheckResultType;
|
|
527
|
-
}
|
|
528
|
-
|
|
529
|
-
/** Troubleshooter ContinueRequest body. */
|
|
530
|
-
export interface ContinueRequestBody {
|
|
531
|
-
/** Unique id of the result. */
|
|
532
|
-
stepId?: string;
|
|
533
|
-
responses?: TroubleshooterResponse[];
|
|
534
|
-
}
|
|
535
|
-
|
|
536
|
-
/** User Response for Troubleshooter continue request */
|
|
537
|
-
export interface TroubleshooterResponse {
|
|
538
|
-
/** id of the question. */
|
|
539
|
-
questionId?: string;
|
|
540
|
-
/** Type of Question */
|
|
541
|
-
questionType?: QuestionType;
|
|
542
|
-
/** Response key for SingleInput. For Multi-line test/open ended question it is free form text */
|
|
543
|
-
response?: string;
|
|
544
|
-
}
|
|
545
|
-
|
|
546
|
-
/** Troubleshooter restart response */
|
|
547
|
-
export interface RestartTroubleshooterResponse {
|
|
548
|
-
/**
|
|
549
|
-
* Updated TroubleshooterResource Name .
|
|
550
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
551
|
-
*/
|
|
552
|
-
readonly troubleshooterResourceName?: string;
|
|
553
|
-
}
|
|
554
|
-
|
|
555
|
-
/** Solution replacement maps. */
|
|
556
|
-
export interface ReplacementMapsSelfHelp {
|
|
557
|
-
/** Solution AzureKB results */
|
|
558
|
-
webResults?: WebResult[];
|
|
559
|
-
/** Video solutions, which have the power to engage the customer by stimulating their senses */
|
|
560
|
-
videos?: Video[];
|
|
561
|
-
/** Group of Videos */
|
|
562
|
-
videoGroups?: VideoGroup[];
|
|
563
|
-
}
|
|
564
|
-
|
|
565
|
-
/** Part of the solution and are dividers in the solution rendering. */
|
|
566
|
-
export interface SectionSelfHelp {
|
|
567
|
-
/** Solution sections title. */
|
|
568
|
-
title?: string;
|
|
569
|
-
/** Solution sections content. */
|
|
570
|
-
content?: string;
|
|
571
|
-
/** Solution replacement maps. */
|
|
572
|
-
replacementMaps?: ReplacementMapsSelfHelp;
|
|
573
|
-
}
|
|
574
|
-
|
|
575
|
-
/** Discover NLP request. */
|
|
576
|
-
export interface DiscoveryNlpRequest {
|
|
577
|
-
/** Natural language description of the issue. */
|
|
578
|
-
issueSummary: string;
|
|
579
|
-
/** ARM resource Id of the resource that is having the issue. Only applicable for Discovery Solution NLP Subscription Scope. */
|
|
580
|
-
resourceId?: string;
|
|
581
|
-
/** 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. */
|
|
582
|
-
serviceId?: string;
|
|
583
|
-
/** Additional information in the form of a string. */
|
|
584
|
-
additionalContext?: string;
|
|
585
|
-
}
|
|
586
|
-
|
|
587
|
-
/** Successfully fetched list of solution metadata. */
|
|
588
|
-
export interface DiscoveryNlpResponse {
|
|
589
|
-
/** The list of solution metadata. */
|
|
590
|
-
value?: SolutionNlpMetadataResource[];
|
|
591
|
-
}
|
|
592
|
-
|
|
593
|
-
/** Service Classification result object. */
|
|
594
|
-
export interface ClassificationService {
|
|
595
|
-
/**
|
|
596
|
-
* Azure resource Id of the service.
|
|
597
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
598
|
-
*/
|
|
599
|
-
readonly serviceId?: string;
|
|
600
|
-
/**
|
|
601
|
-
* Localized name of the azure service.
|
|
602
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
603
|
-
*/
|
|
604
|
-
readonly displayName?: string;
|
|
605
|
-
/** List of applicable ARM resource types for this service. */
|
|
606
|
-
resourceTypes?: string[];
|
|
607
|
-
}
|
|
608
|
-
|
|
609
|
-
/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
|
|
610
|
-
export interface ProxyResource extends Resource {}
|
|
611
|
-
|
|
612
|
-
/** Video detail */
|
|
613
|
-
export interface Video extends VideoGroupVideo {
|
|
614
|
-
/** Place holder used in HTML Content replace control with the insight content */
|
|
615
|
-
replacementKey?: string;
|
|
616
|
-
}
|
|
617
|
-
|
|
618
|
-
/** Diagnostic resource */
|
|
619
|
-
export interface DiagnosticResource extends ProxyResource {
|
|
620
|
-
/** Global parameters is an optional map which can be used to add key and value to request body to improve the diagnostics results */
|
|
621
|
-
globalParameters?: { [propertyName: string]: string };
|
|
622
|
-
/** SolutionIds that are needed to be invoked. */
|
|
623
|
-
insights?: DiagnosticInvocation[];
|
|
624
|
-
/**
|
|
625
|
-
* Diagnostic Request Accepted time.
|
|
626
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
627
|
-
*/
|
|
628
|
-
readonly acceptedAt?: string;
|
|
629
|
-
/**
|
|
630
|
-
* Status of diagnostic provisioning.
|
|
631
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
632
|
-
*/
|
|
633
|
-
readonly provisioningState?: DiagnosticProvisioningState;
|
|
634
|
-
/**
|
|
635
|
-
* Array of Diagnostics.
|
|
636
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
637
|
-
*/
|
|
638
|
-
readonly diagnostics?: Diagnostic[];
|
|
639
|
-
}
|
|
640
|
-
|
|
641
|
-
/** Metadata resource */
|
|
642
|
-
export interface SolutionMetadataResource extends ProxyResource {
|
|
643
|
-
/** List of metadata. */
|
|
644
|
-
solutions?: SolutionMetadataProperties[];
|
|
645
|
-
}
|
|
646
|
-
|
|
647
|
-
/** Solution response. */
|
|
648
|
-
export interface SolutionResource extends ProxyResource {
|
|
649
|
-
/** Solution request trigger criteria */
|
|
650
|
-
triggerCriteria?: TriggerCriterion[];
|
|
651
|
-
/** Client input parameters to run Solution */
|
|
652
|
-
parameters?: { [propertyName: string]: string };
|
|
653
|
-
/**
|
|
654
|
-
* Solution Id to identify single solution.
|
|
655
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
656
|
-
*/
|
|
657
|
-
readonly solutionId?: string;
|
|
658
|
-
/**
|
|
659
|
-
* Status of solution provisioning.
|
|
660
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
661
|
-
*/
|
|
662
|
-
readonly provisioningState?: SolutionProvisioningState;
|
|
663
|
-
/**
|
|
664
|
-
* The title.
|
|
665
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
666
|
-
*/
|
|
667
|
-
readonly title?: string;
|
|
668
|
-
/**
|
|
669
|
-
* The HTML content that needs to be rendered and shown to customer.
|
|
670
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
671
|
-
*/
|
|
672
|
-
readonly content?: string;
|
|
673
|
-
/**
|
|
674
|
-
* Solution replacement maps.
|
|
675
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
676
|
-
*/
|
|
677
|
-
readonly replacementMaps?: ReplacementMaps;
|
|
678
|
-
/**
|
|
679
|
-
* List of section object.
|
|
680
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
681
|
-
*/
|
|
682
|
-
readonly sections?: Section[];
|
|
683
|
-
}
|
|
684
|
-
|
|
685
|
-
/** Simplified Solutions response. */
|
|
686
|
-
export interface SimplifiedSolutionsResource extends ProxyResource {
|
|
687
|
-
/** Solution Id to identify single Simplified Solution. */
|
|
688
|
-
solutionId?: string;
|
|
689
|
-
/** Client input parameters to run Simplified Solutions */
|
|
690
|
-
parameters?: { [propertyName: string]: string };
|
|
691
|
-
/**
|
|
692
|
-
* The title.
|
|
693
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
694
|
-
*/
|
|
695
|
-
readonly title?: string;
|
|
696
|
-
/**
|
|
697
|
-
* Additional parameter response for Simplified Solutions
|
|
698
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
699
|
-
*/
|
|
700
|
-
readonly appendix?: { [propertyName: string]: string };
|
|
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
|
-
* Status of Simplified Solution provisioning.
|
|
708
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
709
|
-
*/
|
|
710
|
-
readonly provisioningState?: SolutionProvisioningState;
|
|
711
|
-
}
|
|
712
|
-
|
|
713
|
-
/** Troubleshooter response. */
|
|
714
|
-
export interface TroubleshooterResource extends ProxyResource {
|
|
715
|
-
/** Solution Id to identify single troubleshooter. */
|
|
716
|
-
solutionId?: string;
|
|
717
|
-
/** Client input parameters to run Troubleshooter Resource */
|
|
718
|
-
parameters?: { [propertyName: string]: string };
|
|
719
|
-
/**
|
|
720
|
-
* Status of troubleshooter provisioning.
|
|
721
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
722
|
-
*/
|
|
723
|
-
readonly provisioningState?: TroubleshooterProvisioningState;
|
|
724
|
-
/**
|
|
725
|
-
* List of step object.
|
|
726
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
727
|
-
*/
|
|
728
|
-
readonly steps?: Step[];
|
|
729
|
-
}
|
|
730
|
-
|
|
731
|
-
/** Self Help Solution response. */
|
|
732
|
-
export interface SolutionResourceSelfHelp extends ProxyResource {
|
|
733
|
-
/**
|
|
734
|
-
* 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
|
|
735
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
736
|
-
*/
|
|
737
|
-
readonly solutionId?: string;
|
|
738
|
-
/**
|
|
739
|
-
* The title.
|
|
740
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
741
|
-
*/
|
|
742
|
-
readonly title?: string;
|
|
743
|
-
/**
|
|
744
|
-
* The HTML content that needs to be rendered and shown to customer.
|
|
745
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
746
|
-
*/
|
|
747
|
-
readonly content?: string;
|
|
748
|
-
/**
|
|
749
|
-
* Solution replacement maps.
|
|
750
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
751
|
-
*/
|
|
752
|
-
readonly replacementMaps?: ReplacementMapsSelfHelp;
|
|
753
|
-
/**
|
|
754
|
-
* List of section object.
|
|
755
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
756
|
-
*/
|
|
757
|
-
readonly sections?: SectionSelfHelp[];
|
|
758
|
-
}
|
|
759
|
-
|
|
760
|
-
/** Nlp Metadata resource */
|
|
761
|
-
export interface SolutionNlpMetadataResource extends ProxyResource {
|
|
762
|
-
/** Title of the problem classification. */
|
|
763
|
-
problemTitle?: string;
|
|
764
|
-
/** Description of the problem classification. */
|
|
765
|
-
problemDescription?: string;
|
|
766
|
-
/** 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. */
|
|
767
|
-
serviceId?: string;
|
|
768
|
-
/** 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. */
|
|
769
|
-
problemClassificationId?: string;
|
|
770
|
-
/** The list of solution metadata. */
|
|
771
|
-
solutions?: SolutionMetadataProperties[];
|
|
772
|
-
/** 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. */
|
|
773
|
-
relatedServices?: ClassificationService[];
|
|
774
|
-
}
|
|
775
|
-
|
|
776
|
-
/** Defines headers for Solution_update operation. */
|
|
777
|
-
export interface SolutionUpdateHeaders {
|
|
778
|
-
location?: string;
|
|
779
|
-
}
|
|
780
|
-
|
|
781
|
-
/** Defines headers for Troubleshooters_continue operation. */
|
|
782
|
-
export interface TroubleshootersContinueHeaders {
|
|
783
|
-
location?: string;
|
|
784
|
-
}
|
|
785
|
-
|
|
786
|
-
/** Defines headers for Troubleshooters_end operation. */
|
|
787
|
-
export interface TroubleshootersEndHeaders {
|
|
788
|
-
location?: string;
|
|
789
|
-
}
|
|
790
|
-
|
|
791
|
-
/** Defines headers for Troubleshooters_restart operation. */
|
|
792
|
-
export interface TroubleshootersRestartHeaders {
|
|
793
|
-
location?: string;
|
|
794
|
-
}
|
|
795
|
-
|
|
796
|
-
/** Known values of {@link Origin} that the service accepts. */
|
|
797
|
-
export enum KnownOrigin {
|
|
798
|
-
/** User */
|
|
799
|
-
User = "user",
|
|
800
|
-
/** System */
|
|
801
|
-
System = "system",
|
|
802
|
-
/** UserSystem */
|
|
803
|
-
UserSystem = "user,system",
|
|
804
|
-
}
|
|
805
|
-
|
|
806
|
-
/**
|
|
807
|
-
* Defines values for Origin. \
|
|
808
|
-
* {@link KnownOrigin} can be used interchangeably with Origin,
|
|
809
|
-
* this enum contains the known values that the service supports.
|
|
810
|
-
* ### Known values supported by the service
|
|
811
|
-
* **user** \
|
|
812
|
-
* **system** \
|
|
813
|
-
* **user,system**
|
|
814
|
-
*/
|
|
815
|
-
export type Origin = string;
|
|
816
|
-
|
|
817
|
-
/** Known values of {@link ActionType} that the service accepts. */
|
|
818
|
-
export enum KnownActionType {
|
|
819
|
-
/** Internal */
|
|
820
|
-
Internal = "Internal",
|
|
821
|
-
}
|
|
822
|
-
|
|
823
|
-
/**
|
|
824
|
-
* Defines values for ActionType. \
|
|
825
|
-
* {@link KnownActionType} can be used interchangeably with ActionType,
|
|
826
|
-
* this enum contains the known values that the service supports.
|
|
827
|
-
* ### Known values supported by the service
|
|
828
|
-
* **Internal**
|
|
829
|
-
*/
|
|
830
|
-
export type ActionType = string;
|
|
831
|
-
|
|
832
|
-
/** Known values of {@link DiagnosticProvisioningState} that the service accepts. */
|
|
833
|
-
export enum KnownDiagnosticProvisioningState {
|
|
834
|
-
/** All Diagnostics in the Batch succeeded. */
|
|
835
|
-
Succeeded = "Succeeded",
|
|
836
|
-
/** Some Diagnostics are still running or failed. */
|
|
837
|
-
PartialComplete = "PartialComplete",
|
|
838
|
-
/** All Diagnostics failed to run. */
|
|
839
|
-
Failed = "Failed",
|
|
840
|
-
/** All Diagnostics are still running. */
|
|
841
|
-
Running = "Running",
|
|
842
|
-
/** When Diagnostic request gets canceled. */
|
|
843
|
-
Canceled = "Canceled",
|
|
844
|
-
}
|
|
845
|
-
|
|
846
|
-
/**
|
|
847
|
-
* Defines values for DiagnosticProvisioningState. \
|
|
848
|
-
* {@link KnownDiagnosticProvisioningState} can be used interchangeably with DiagnosticProvisioningState,
|
|
849
|
-
* this enum contains the known values that the service supports.
|
|
850
|
-
* ### Known values supported by the service
|
|
851
|
-
* **Succeeded**: All Diagnostics in the Batch succeeded. \
|
|
852
|
-
* **PartialComplete**: Some Diagnostics are still running or failed. \
|
|
853
|
-
* **Failed**: All Diagnostics failed to run. \
|
|
854
|
-
* **Running**: All Diagnostics are still running. \
|
|
855
|
-
* **Canceled**: When Diagnostic request gets canceled.
|
|
856
|
-
*/
|
|
857
|
-
export type DiagnosticProvisioningState = string;
|
|
858
|
-
|
|
859
|
-
/** Known values of {@link Status} that the service accepts. */
|
|
860
|
-
export enum KnownStatus {
|
|
861
|
-
/** Diagnostic creation failed. */
|
|
862
|
-
Failed = "Failed",
|
|
863
|
-
/** Request is missing required inputs to run. */
|
|
864
|
-
MissingInputs = "MissingInputs",
|
|
865
|
-
/** Diagnostic is still running. */
|
|
866
|
-
Running = "Running",
|
|
867
|
-
/** Diagnostic creation succeeded. */
|
|
868
|
-
Succeeded = "Succeeded",
|
|
869
|
-
/** Diagnostic was timed out. */
|
|
870
|
-
Timeout = "Timeout",
|
|
871
|
-
}
|
|
872
|
-
|
|
873
|
-
/**
|
|
874
|
-
* Defines values for Status. \
|
|
875
|
-
* {@link KnownStatus} can be used interchangeably with Status,
|
|
876
|
-
* this enum contains the known values that the service supports.
|
|
877
|
-
* ### Known values supported by the service
|
|
878
|
-
* **Failed**: Diagnostic creation failed. \
|
|
879
|
-
* **MissingInputs**: Request is missing required inputs to run. \
|
|
880
|
-
* **Running**: Diagnostic is still running. \
|
|
881
|
-
* **Succeeded**: Diagnostic creation succeeded. \
|
|
882
|
-
* **Timeout**: Diagnostic was timed out.
|
|
883
|
-
*/
|
|
884
|
-
export type Status = string;
|
|
885
|
-
|
|
886
|
-
/** Known values of {@link ImportanceLevel} that the service accepts. */
|
|
887
|
-
export enum KnownImportanceLevel {
|
|
888
|
-
/** A critical insight has been found after running the diagnostic. */
|
|
889
|
-
Critical = "Critical",
|
|
890
|
-
/** A warning insight has been found after running the diagnostic. */
|
|
891
|
-
Warning = "Warning",
|
|
892
|
-
/** An information insight has been found after running the diagnostic. */
|
|
893
|
-
Information = "Information",
|
|
894
|
-
}
|
|
895
|
-
|
|
896
|
-
/**
|
|
897
|
-
* Defines values for ImportanceLevel. \
|
|
898
|
-
* {@link KnownImportanceLevel} can be used interchangeably with ImportanceLevel,
|
|
899
|
-
* this enum contains the known values that the service supports.
|
|
900
|
-
* ### Known values supported by the service
|
|
901
|
-
* **Critical**: A critical insight has been found after running the diagnostic. \
|
|
902
|
-
* **Warning**: A warning insight has been found after running the diagnostic. \
|
|
903
|
-
* **Information**: An information insight has been found after running the diagnostic.
|
|
904
|
-
*/
|
|
905
|
-
export type ImportanceLevel = string;
|
|
906
|
-
|
|
907
|
-
/** Known values of {@link CreatedByType} that the service accepts. */
|
|
908
|
-
export enum KnownCreatedByType {
|
|
909
|
-
/** User */
|
|
910
|
-
User = "User",
|
|
911
|
-
/** Application */
|
|
912
|
-
Application = "Application",
|
|
913
|
-
/** ManagedIdentity */
|
|
914
|
-
ManagedIdentity = "ManagedIdentity",
|
|
915
|
-
/** Key */
|
|
916
|
-
Key = "Key",
|
|
917
|
-
}
|
|
918
|
-
|
|
919
|
-
/**
|
|
920
|
-
* Defines values for CreatedByType. \
|
|
921
|
-
* {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
|
|
922
|
-
* this enum contains the known values that the service supports.
|
|
923
|
-
* ### Known values supported by the service
|
|
924
|
-
* **User** \
|
|
925
|
-
* **Application** \
|
|
926
|
-
* **ManagedIdentity** \
|
|
927
|
-
* **Key**
|
|
928
|
-
*/
|
|
929
|
-
export type CreatedByType = string;
|
|
930
|
-
|
|
931
|
-
/** Known values of {@link SolutionType} that the service accepts. */
|
|
932
|
-
export enum KnownSolutionType {
|
|
933
|
-
/** Diagnostics resource type. */
|
|
934
|
-
Diagnostics = "Diagnostics",
|
|
935
|
-
/** Solutions resource type. */
|
|
936
|
-
Solutions = "Solutions",
|
|
937
|
-
/** Troubleshooters resource type. */
|
|
938
|
-
Troubleshooters = "Troubleshooters",
|
|
939
|
-
/** SelfHelp resource type. */
|
|
940
|
-
SelfHelp = "SelfHelp",
|
|
941
|
-
}
|
|
942
|
-
|
|
943
|
-
/**
|
|
944
|
-
* Defines values for SolutionType. \
|
|
945
|
-
* {@link KnownSolutionType} can be used interchangeably with SolutionType,
|
|
946
|
-
* this enum contains the known values that the service supports.
|
|
947
|
-
* ### Known values supported by the service
|
|
948
|
-
* **Diagnostics**: Diagnostics resource type. \
|
|
949
|
-
* **Solutions**: Solutions resource type. \
|
|
950
|
-
* **Troubleshooters**: Troubleshooters resource type. \
|
|
951
|
-
* **SelfHelp**: SelfHelp resource type.
|
|
952
|
-
*/
|
|
953
|
-
export type SolutionType = string;
|
|
954
|
-
|
|
955
|
-
/** Known values of {@link Name} that the service accepts. */
|
|
956
|
-
export enum KnownName {
|
|
957
|
-
/** SolutionId */
|
|
958
|
-
SolutionId = "SolutionId",
|
|
959
|
-
/** ProblemClassificationId */
|
|
960
|
-
ProblemClassificationId = "ProblemClassificationId",
|
|
961
|
-
/** ReplacementKey */
|
|
962
|
-
ReplacementKey = "ReplacementKey",
|
|
963
|
-
}
|
|
964
|
-
|
|
965
|
-
/**
|
|
966
|
-
* Defines values for Name. \
|
|
967
|
-
* {@link KnownName} can be used interchangeably with Name,
|
|
968
|
-
* this enum contains the known values that the service supports.
|
|
969
|
-
* ### Known values supported by the service
|
|
970
|
-
* **SolutionId** \
|
|
971
|
-
* **ProblemClassificationId** \
|
|
972
|
-
* **ReplacementKey**
|
|
973
|
-
*/
|
|
974
|
-
export type Name = string;
|
|
975
|
-
|
|
976
|
-
/** Known values of {@link SolutionProvisioningState} that the service accepts. */
|
|
977
|
-
export enum KnownSolutionProvisioningState {
|
|
978
|
-
/** All Solutions in the Batch succeeded. */
|
|
979
|
-
Succeeded = "Succeeded",
|
|
980
|
-
/** Some Solutions are still running or failed. */
|
|
981
|
-
PartialComplete = "PartialComplete",
|
|
982
|
-
/** All Solutions failed to run. */
|
|
983
|
-
Failed = "Failed",
|
|
984
|
-
/** All Solutions are still running. */
|
|
985
|
-
Running = "Running",
|
|
986
|
-
/** When Solutions request gets canceled. */
|
|
987
|
-
Canceled = "Canceled",
|
|
988
|
-
}
|
|
989
|
-
|
|
990
|
-
/**
|
|
991
|
-
* Defines values for SolutionProvisioningState. \
|
|
992
|
-
* {@link KnownSolutionProvisioningState} can be used interchangeably with SolutionProvisioningState,
|
|
993
|
-
* this enum contains the known values that the service supports.
|
|
994
|
-
* ### Known values supported by the service
|
|
995
|
-
* **Succeeded**: All Solutions in the Batch succeeded. \
|
|
996
|
-
* **PartialComplete**: Some Solutions are still running or failed. \
|
|
997
|
-
* **Failed**: All Solutions failed to run. \
|
|
998
|
-
* **Running**: All Solutions are still running. \
|
|
999
|
-
* **Canceled**: When Solutions request gets canceled.
|
|
1000
|
-
*/
|
|
1001
|
-
export type SolutionProvisioningState = string;
|
|
1002
|
-
|
|
1003
|
-
/** Known values of {@link Confidence} that the service accepts. */
|
|
1004
|
-
export enum KnownConfidence {
|
|
1005
|
-
/** Low */
|
|
1006
|
-
Low = "Low",
|
|
1007
|
-
/** Medium */
|
|
1008
|
-
Medium = "Medium",
|
|
1009
|
-
/** High */
|
|
1010
|
-
High = "High",
|
|
1011
|
-
}
|
|
1012
|
-
|
|
1013
|
-
/**
|
|
1014
|
-
* Defines values for Confidence. \
|
|
1015
|
-
* {@link KnownConfidence} can be used interchangeably with Confidence,
|
|
1016
|
-
* this enum contains the known values that the service supports.
|
|
1017
|
-
* ### Known values supported by the service
|
|
1018
|
-
* **Low** \
|
|
1019
|
-
* **Medium** \
|
|
1020
|
-
* **High**
|
|
1021
|
-
*/
|
|
1022
|
-
export type Confidence = string;
|
|
1023
|
-
|
|
1024
|
-
/** Known values of {@link ResultType} that the service accepts. */
|
|
1025
|
-
export enum KnownResultType {
|
|
1026
|
-
/** Community */
|
|
1027
|
-
Community = "Community",
|
|
1028
|
-
/** Documentation */
|
|
1029
|
-
Documentation = "Documentation",
|
|
1030
|
-
}
|
|
1031
|
-
|
|
1032
|
-
/**
|
|
1033
|
-
* Defines values for ResultType. \
|
|
1034
|
-
* {@link KnownResultType} can be used interchangeably with ResultType,
|
|
1035
|
-
* this enum contains the known values that the service supports.
|
|
1036
|
-
* ### Known values supported by the service
|
|
1037
|
-
* **Community** \
|
|
1038
|
-
* **Documentation**
|
|
1039
|
-
*/
|
|
1040
|
-
export type ResultType = string;
|
|
1041
|
-
|
|
1042
|
-
/** Known values of {@link AggregationType} that the service accepts. */
|
|
1043
|
-
export enum KnownAggregationType {
|
|
1044
|
-
/** Sum */
|
|
1045
|
-
Sum = "Sum",
|
|
1046
|
-
/** Avg */
|
|
1047
|
-
Avg = "Avg",
|
|
1048
|
-
/** Count */
|
|
1049
|
-
Count = "Count",
|
|
1050
|
-
/** Min */
|
|
1051
|
-
Min = "Min",
|
|
1052
|
-
/** Max */
|
|
1053
|
-
Max = "Max",
|
|
1054
|
-
}
|
|
1055
|
-
|
|
1056
|
-
/**
|
|
1057
|
-
* Defines values for AggregationType. \
|
|
1058
|
-
* {@link KnownAggregationType} can be used interchangeably with AggregationType,
|
|
1059
|
-
* this enum contains the known values that the service supports.
|
|
1060
|
-
* ### Known values supported by the service
|
|
1061
|
-
* **Sum** \
|
|
1062
|
-
* **Avg** \
|
|
1063
|
-
* **Count** \
|
|
1064
|
-
* **Min** \
|
|
1065
|
-
* **Max**
|
|
1066
|
-
*/
|
|
1067
|
-
export type AggregationType = string;
|
|
1068
|
-
|
|
1069
|
-
/** Known values of {@link TroubleshooterProvisioningState} that the service accepts. */
|
|
1070
|
-
export enum KnownTroubleshooterProvisioningState {
|
|
1071
|
-
/** Succeeded */
|
|
1072
|
-
Succeeded = "Succeeded",
|
|
1073
|
-
/** Failed */
|
|
1074
|
-
Failed = "Failed",
|
|
1075
|
-
/** Canceled */
|
|
1076
|
-
Canceled = "Canceled",
|
|
1077
|
-
/** Running */
|
|
1078
|
-
Running = "Running",
|
|
1079
|
-
/** AutoContinue */
|
|
1080
|
-
AutoContinue = "AutoContinue",
|
|
1081
|
-
}
|
|
1082
|
-
|
|
1083
|
-
/**
|
|
1084
|
-
* Defines values for TroubleshooterProvisioningState. \
|
|
1085
|
-
* {@link KnownTroubleshooterProvisioningState} can be used interchangeably with TroubleshooterProvisioningState,
|
|
1086
|
-
* this enum contains the known values that the service supports.
|
|
1087
|
-
* ### Known values supported by the service
|
|
1088
|
-
* **Succeeded** \
|
|
1089
|
-
* **Failed** \
|
|
1090
|
-
* **Canceled** \
|
|
1091
|
-
* **Running** \
|
|
1092
|
-
* **AutoContinue**
|
|
1093
|
-
*/
|
|
1094
|
-
export type TroubleshooterProvisioningState = string;
|
|
1095
|
-
|
|
1096
|
-
/** Known values of {@link ExecutionStatus} that the service accepts. */
|
|
1097
|
-
export enum KnownExecutionStatus {
|
|
1098
|
-
/** Step execution succeeded. */
|
|
1099
|
-
Success = "Success",
|
|
1100
|
-
/** Step execution running */
|
|
1101
|
-
Running = "Running",
|
|
1102
|
-
/** Step execution failed */
|
|
1103
|
-
Failed = "Failed",
|
|
1104
|
-
/** Step execution warning */
|
|
1105
|
-
Warning = "Warning",
|
|
1106
|
-
}
|
|
1107
|
-
|
|
1108
|
-
/**
|
|
1109
|
-
* Defines values for ExecutionStatus. \
|
|
1110
|
-
* {@link KnownExecutionStatus} can be used interchangeably with ExecutionStatus,
|
|
1111
|
-
* this enum contains the known values that the service supports.
|
|
1112
|
-
* ### Known values supported by the service
|
|
1113
|
-
* **Success**: Step execution succeeded. \
|
|
1114
|
-
* **Running**: Step execution running \
|
|
1115
|
-
* **Failed**: Step execution failed \
|
|
1116
|
-
* **Warning**: Step execution warning
|
|
1117
|
-
*/
|
|
1118
|
-
export type ExecutionStatus = string;
|
|
1119
|
-
|
|
1120
|
-
/** Known values of {@link Type} that the service accepts. */
|
|
1121
|
-
export enum KnownType {
|
|
1122
|
-
/** Decision */
|
|
1123
|
-
Decision = "Decision",
|
|
1124
|
-
/** Solution */
|
|
1125
|
-
Solution = "Solution",
|
|
1126
|
-
/** Insight */
|
|
1127
|
-
Insight = "Insight",
|
|
1128
|
-
/** AutomatedCheck */
|
|
1129
|
-
AutomatedCheck = "AutomatedCheck",
|
|
1130
|
-
/** Input */
|
|
1131
|
-
Input = "Input",
|
|
1132
|
-
}
|
|
1133
|
-
|
|
1134
|
-
/**
|
|
1135
|
-
* Defines values for Type. \
|
|
1136
|
-
* {@link KnownType} can be used interchangeably with Type,
|
|
1137
|
-
* this enum contains the known values that the service supports.
|
|
1138
|
-
* ### Known values supported by the service
|
|
1139
|
-
* **Decision** \
|
|
1140
|
-
* **Solution** \
|
|
1141
|
-
* **Insight** \
|
|
1142
|
-
* **AutomatedCheck** \
|
|
1143
|
-
* **Input**
|
|
1144
|
-
*/
|
|
1145
|
-
export type Type = string;
|
|
1146
|
-
|
|
1147
|
-
/** Known values of {@link QuestionType} that the service accepts. */
|
|
1148
|
-
export enum KnownQuestionType {
|
|
1149
|
-
/** SingleChoice radio button */
|
|
1150
|
-
RadioButton = "RadioButton",
|
|
1151
|
-
/** SingleChoice dropdown. */
|
|
1152
|
-
Dropdown = "Dropdown",
|
|
1153
|
-
/** Text Input */
|
|
1154
|
-
TextInput = "TextInput",
|
|
1155
|
-
/** MultiLineInfoBox */
|
|
1156
|
-
MultiLineInfoBox = "MultiLineInfoBox",
|
|
1157
|
-
/** DateTime Picker */
|
|
1158
|
-
DateTimePicker = "DateTimePicker",
|
|
1159
|
-
/** Multi Select */
|
|
1160
|
-
MultiSelect = "MultiSelect",
|
|
1161
|
-
}
|
|
1162
|
-
|
|
1163
|
-
/**
|
|
1164
|
-
* Defines values for QuestionType. \
|
|
1165
|
-
* {@link KnownQuestionType} can be used interchangeably with QuestionType,
|
|
1166
|
-
* this enum contains the known values that the service supports.
|
|
1167
|
-
* ### Known values supported by the service
|
|
1168
|
-
* **RadioButton**: SingleChoice radio button \
|
|
1169
|
-
* **Dropdown**: SingleChoice dropdown. \
|
|
1170
|
-
* **TextInput**: Text Input \
|
|
1171
|
-
* **MultiLineInfoBox**: MultiLineInfoBox \
|
|
1172
|
-
* **DateTimePicker**: DateTime Picker \
|
|
1173
|
-
* **MultiSelect**: Multi Select
|
|
1174
|
-
*/
|
|
1175
|
-
export type QuestionType = string;
|
|
1176
|
-
|
|
1177
|
-
/** Known values of {@link QuestionContentType} that the service accepts. */
|
|
1178
|
-
export enum KnownQuestionContentType {
|
|
1179
|
-
/** Text */
|
|
1180
|
-
Text = "Text",
|
|
1181
|
-
/** Html */
|
|
1182
|
-
Html = "Html",
|
|
1183
|
-
/** Markdown */
|
|
1184
|
-
Markdown = "Markdown",
|
|
1185
|
-
}
|
|
1186
|
-
|
|
1187
|
-
/**
|
|
1188
|
-
* Defines values for QuestionContentType. \
|
|
1189
|
-
* {@link KnownQuestionContentType} can be used interchangeably with QuestionContentType,
|
|
1190
|
-
* this enum contains the known values that the service supports.
|
|
1191
|
-
* ### Known values supported by the service
|
|
1192
|
-
* **Text** \
|
|
1193
|
-
* **Html** \
|
|
1194
|
-
* **Markdown**
|
|
1195
|
-
*/
|
|
1196
|
-
export type QuestionContentType = string;
|
|
1197
|
-
|
|
1198
|
-
/** Known values of {@link ValidationScope} that the service accepts. */
|
|
1199
|
-
export enum KnownValidationScope {
|
|
1200
|
-
/** None */
|
|
1201
|
-
None = "None",
|
|
1202
|
-
/** URLFormat */
|
|
1203
|
-
URLFormat = "URLFormat",
|
|
1204
|
-
/** GuidFormat */
|
|
1205
|
-
GuidFormat = "GuidFormat",
|
|
1206
|
-
/** IpAddressFormat */
|
|
1207
|
-
IpAddressFormat = "IpAddressFormat",
|
|
1208
|
-
/** NumberOnlyFormat */
|
|
1209
|
-
NumberOnlyFormat = "NumberOnlyFormat",
|
|
1210
|
-
}
|
|
1211
|
-
|
|
1212
|
-
/**
|
|
1213
|
-
* Defines values for ValidationScope. \
|
|
1214
|
-
* {@link KnownValidationScope} can be used interchangeably with ValidationScope,
|
|
1215
|
-
* this enum contains the known values that the service supports.
|
|
1216
|
-
* ### Known values supported by the service
|
|
1217
|
-
* **None** \
|
|
1218
|
-
* **URLFormat** \
|
|
1219
|
-
* **GuidFormat** \
|
|
1220
|
-
* **IpAddressFormat** \
|
|
1221
|
-
* **NumberOnlyFormat**
|
|
1222
|
-
*/
|
|
1223
|
-
export type ValidationScope = string;
|
|
1224
|
-
|
|
1225
|
-
/** Known values of {@link AutomatedCheckResultType} that the service accepts. */
|
|
1226
|
-
export enum KnownAutomatedCheckResultType {
|
|
1227
|
-
/** Success */
|
|
1228
|
-
Success = "Success",
|
|
1229
|
-
/** Warning */
|
|
1230
|
-
Warning = "Warning",
|
|
1231
|
-
/** Error */
|
|
1232
|
-
Error = "Error",
|
|
1233
|
-
/** Information */
|
|
1234
|
-
Information = "Information",
|
|
1235
|
-
}
|
|
1236
|
-
|
|
1237
|
-
/**
|
|
1238
|
-
* Defines values for AutomatedCheckResultType. \
|
|
1239
|
-
* {@link KnownAutomatedCheckResultType} can be used interchangeably with AutomatedCheckResultType,
|
|
1240
|
-
* this enum contains the known values that the service supports.
|
|
1241
|
-
* ### Known values supported by the service
|
|
1242
|
-
* **Success** \
|
|
1243
|
-
* **Warning** \
|
|
1244
|
-
* **Error** \
|
|
1245
|
-
* **Information**
|
|
1246
|
-
*/
|
|
1247
|
-
export type AutomatedCheckResultType = string;
|
|
1248
|
-
|
|
1249
|
-
/** Optional parameters. */
|
|
1250
|
-
export interface OperationsListOptionalParams
|
|
1251
|
-
extends coreClient.OperationOptions {}
|
|
1252
|
-
|
|
1253
|
-
/** Contains response data for the list operation. */
|
|
1254
|
-
export type OperationsListResponse = OperationListResult;
|
|
1255
|
-
|
|
1256
|
-
/** Optional parameters. */
|
|
1257
|
-
export interface OperationsListNextOptionalParams
|
|
1258
|
-
extends coreClient.OperationOptions {}
|
|
1259
|
-
|
|
1260
|
-
/** Contains response data for the listNext operation. */
|
|
1261
|
-
export type OperationsListNextResponse = OperationListResult;
|
|
1262
|
-
|
|
1263
|
-
/** Optional parameters. */
|
|
1264
|
-
export interface CheckNameAvailabilityPostOptionalParams
|
|
1265
|
-
extends coreClient.OperationOptions {
|
|
1266
|
-
/** The required parameters for availability check. */
|
|
1267
|
-
checkNameAvailabilityRequest?: CheckNameAvailabilityRequest;
|
|
1268
|
-
}
|
|
1269
|
-
|
|
1270
|
-
/** Contains response data for the post operation. */
|
|
1271
|
-
export type CheckNameAvailabilityPostResponse = CheckNameAvailabilityResponse;
|
|
1272
|
-
|
|
1273
|
-
/** Optional parameters. */
|
|
1274
|
-
export interface DiagnosticsCreateOptionalParams
|
|
1275
|
-
extends coreClient.OperationOptions {
|
|
1276
|
-
/** The required request body for this insightResource invocation. */
|
|
1277
|
-
diagnosticResourceRequest?: DiagnosticResource;
|
|
1278
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1279
|
-
updateIntervalInMs?: number;
|
|
1280
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1281
|
-
resumeFrom?: string;
|
|
1282
|
-
}
|
|
1283
|
-
|
|
1284
|
-
/** Contains response data for the create operation. */
|
|
1285
|
-
export type DiagnosticsCreateResponse = DiagnosticResource;
|
|
1286
|
-
|
|
1287
|
-
/** Optional parameters. */
|
|
1288
|
-
export interface DiagnosticsGetOptionalParams
|
|
1289
|
-
extends coreClient.OperationOptions {}
|
|
1290
|
-
|
|
1291
|
-
/** Contains response data for the get operation. */
|
|
1292
|
-
export type DiagnosticsGetResponse = DiagnosticResource;
|
|
1293
|
-
|
|
1294
|
-
/** Optional parameters. */
|
|
1295
|
-
export interface DiscoverySolutionListOptionalParams
|
|
1296
|
-
extends coreClient.OperationOptions {
|
|
1297
|
-
/** 'ProblemClassificationId' is a mandatory filter to get solutions ids. It also supports optional 'ResourceType' and 'SolutionType' filters. The [$filter](https://learn.microsoft.com/en-us/odata/webapi/first-odata-api#filter) supports only 'and', 'or' and 'eq' operators. Example: $filter=ProblemClassificationId eq '1ddda5b4-cf6c-4d4f-91ad-bc38ab0e811e' */
|
|
1298
|
-
filter?: string;
|
|
1299
|
-
/** Skiptoken is only used if a previous operation returned a partial result. */
|
|
1300
|
-
skiptoken?: string;
|
|
1301
|
-
}
|
|
1302
|
-
|
|
1303
|
-
/** Contains response data for the list operation. */
|
|
1304
|
-
export type DiscoverySolutionListResponse = DiscoveryResponse;
|
|
1305
|
-
|
|
1306
|
-
/** Optional parameters. */
|
|
1307
|
-
export interface DiscoverySolutionListNextOptionalParams
|
|
1308
|
-
extends coreClient.OperationOptions {}
|
|
1309
|
-
|
|
1310
|
-
/** Contains response data for the listNext operation. */
|
|
1311
|
-
export type DiscoverySolutionListNextResponse = DiscoveryResponse;
|
|
1312
|
-
|
|
1313
|
-
/** Optional parameters. */
|
|
1314
|
-
export interface SolutionCreateOptionalParams
|
|
1315
|
-
extends coreClient.OperationOptions {
|
|
1316
|
-
/** The required request body for this solution resource creation. */
|
|
1317
|
-
solutionRequestBody?: SolutionResource;
|
|
1318
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1319
|
-
updateIntervalInMs?: number;
|
|
1320
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1321
|
-
resumeFrom?: string;
|
|
1322
|
-
}
|
|
1323
|
-
|
|
1324
|
-
/** Contains response data for the create operation. */
|
|
1325
|
-
export type SolutionCreateResponse = SolutionResource;
|
|
1326
|
-
|
|
1327
|
-
/** Optional parameters. */
|
|
1328
|
-
export interface SolutionGetOptionalParams
|
|
1329
|
-
extends coreClient.OperationOptions {}
|
|
1330
|
-
|
|
1331
|
-
/** Contains response data for the get operation. */
|
|
1332
|
-
export type SolutionGetResponse = SolutionResource;
|
|
1333
|
-
|
|
1334
|
-
/** Optional parameters. */
|
|
1335
|
-
export interface SolutionUpdateOptionalParams
|
|
1336
|
-
extends coreClient.OperationOptions {
|
|
1337
|
-
/** The required request body for updating a solution resource. */
|
|
1338
|
-
solutionPatchRequestBody?: SolutionPatchRequestBody;
|
|
1339
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1340
|
-
updateIntervalInMs?: number;
|
|
1341
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1342
|
-
resumeFrom?: string;
|
|
1343
|
-
}
|
|
1344
|
-
|
|
1345
|
-
/** Contains response data for the update operation. */
|
|
1346
|
-
export type SolutionUpdateResponse = SolutionUpdateHeaders & SolutionResource;
|
|
1347
|
-
|
|
1348
|
-
/** Optional parameters. */
|
|
1349
|
-
export interface SolutionWarmUpOptionalParams
|
|
1350
|
-
extends coreClient.OperationOptions {
|
|
1351
|
-
/** The required request body for warming up a solution resource. */
|
|
1352
|
-
solutionWarmUpRequestBody?: SolutionWarmUpRequestBody;
|
|
1353
|
-
}
|
|
1354
|
-
|
|
1355
|
-
/** Optional parameters. */
|
|
1356
|
-
export interface SimplifiedSolutionsCreateOptionalParams
|
|
1357
|
-
extends coreClient.OperationOptions {
|
|
1358
|
-
/** The required request body for simplified Solutions resource creation. */
|
|
1359
|
-
simplifiedSolutionsRequestBody?: SimplifiedSolutionsResource;
|
|
1360
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1361
|
-
updateIntervalInMs?: number;
|
|
1362
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1363
|
-
resumeFrom?: string;
|
|
1364
|
-
}
|
|
1365
|
-
|
|
1366
|
-
/** Contains response data for the create operation. */
|
|
1367
|
-
export type SimplifiedSolutionsCreateResponse = SimplifiedSolutionsResource;
|
|
1368
|
-
|
|
1369
|
-
/** Optional parameters. */
|
|
1370
|
-
export interface SimplifiedSolutionsGetOptionalParams
|
|
1371
|
-
extends coreClient.OperationOptions {}
|
|
1372
|
-
|
|
1373
|
-
/** Contains response data for the get operation. */
|
|
1374
|
-
export type SimplifiedSolutionsGetResponse = SimplifiedSolutionsResource;
|
|
1375
|
-
|
|
1376
|
-
/** Optional parameters. */
|
|
1377
|
-
export interface TroubleshootersCreateOptionalParams
|
|
1378
|
-
extends coreClient.OperationOptions {
|
|
1379
|
-
/** The required request body for this Troubleshooter resource creation. */
|
|
1380
|
-
createTroubleshooterRequestBody?: TroubleshooterResource;
|
|
1381
|
-
}
|
|
1382
|
-
|
|
1383
|
-
/** Contains response data for the create operation. */
|
|
1384
|
-
export type TroubleshootersCreateResponse = TroubleshooterResource;
|
|
1385
|
-
|
|
1386
|
-
/** Optional parameters. */
|
|
1387
|
-
export interface TroubleshootersGetOptionalParams
|
|
1388
|
-
extends coreClient.OperationOptions {}
|
|
1389
|
-
|
|
1390
|
-
/** Contains response data for the get operation. */
|
|
1391
|
-
export type TroubleshootersGetResponse = TroubleshooterResource;
|
|
1392
|
-
|
|
1393
|
-
/** Optional parameters. */
|
|
1394
|
-
export interface TroubleshootersContinueOptionalParams
|
|
1395
|
-
extends coreClient.OperationOptions {
|
|
1396
|
-
/** The required request body for going to next step in Troubleshooter resource. */
|
|
1397
|
-
continueRequestBody?: ContinueRequestBody;
|
|
1398
|
-
}
|
|
1399
|
-
|
|
1400
|
-
/** Contains response data for the continue operation. */
|
|
1401
|
-
export type TroubleshootersContinueResponse = TroubleshootersContinueHeaders;
|
|
1402
|
-
|
|
1403
|
-
/** Optional parameters. */
|
|
1404
|
-
export interface TroubleshootersEndOptionalParams
|
|
1405
|
-
extends coreClient.OperationOptions {}
|
|
1406
|
-
|
|
1407
|
-
/** Contains response data for the end operation. */
|
|
1408
|
-
export type TroubleshootersEndResponse = TroubleshootersEndHeaders;
|
|
1409
|
-
|
|
1410
|
-
/** Optional parameters. */
|
|
1411
|
-
export interface TroubleshootersRestartOptionalParams
|
|
1412
|
-
extends coreClient.OperationOptions {}
|
|
1413
|
-
|
|
1414
|
-
/** Contains response data for the restart operation. */
|
|
1415
|
-
export type TroubleshootersRestartResponse = TroubleshootersRestartHeaders &
|
|
1416
|
-
RestartTroubleshooterResponse;
|
|
1417
|
-
|
|
1418
|
-
/** Optional parameters. */
|
|
1419
|
-
export interface SolutionSelfHelpGetOptionalParams
|
|
1420
|
-
extends coreClient.OperationOptions {}
|
|
1421
|
-
|
|
1422
|
-
/** Contains response data for the get operation. */
|
|
1423
|
-
export type SolutionSelfHelpGetResponse = SolutionResourceSelfHelp;
|
|
1424
|
-
|
|
1425
|
-
/** Optional parameters. */
|
|
1426
|
-
export interface DiscoverySolutionNLPTenantScopePostOptionalParams
|
|
1427
|
-
extends coreClient.OperationOptions {
|
|
1428
|
-
/** Request body for discovering solutions using NLP. */
|
|
1429
|
-
discoverSolutionRequest?: DiscoveryNlpRequest;
|
|
1430
|
-
}
|
|
1431
|
-
|
|
1432
|
-
/** Contains response data for the post operation. */
|
|
1433
|
-
export type DiscoverySolutionNLPTenantScopePostResponse = DiscoveryNlpResponse;
|
|
1434
|
-
|
|
1435
|
-
/** Optional parameters. */
|
|
1436
|
-
export interface DiscoverySolutionNLPSubscriptionScopePostOptionalParams
|
|
1437
|
-
extends coreClient.OperationOptions {
|
|
1438
|
-
/** Request body for discovering solutions using NLP. */
|
|
1439
|
-
discoverSolutionRequest?: DiscoveryNlpRequest;
|
|
1440
|
-
}
|
|
1441
|
-
|
|
1442
|
-
/** Contains response data for the post operation. */
|
|
1443
|
-
export type DiscoverySolutionNLPSubscriptionScopePostResponse =
|
|
1444
|
-
DiscoveryNlpResponse;
|
|
1445
|
-
|
|
1446
|
-
/** Optional parameters. */
|
|
1447
|
-
export interface HelpRPOptionalParams extends coreClient.ServiceClientOptions {
|
|
1448
|
-
/** server parameter */
|
|
1449
|
-
$host?: string;
|
|
1450
|
-
/** Api Version */
|
|
1451
|
-
apiVersion?: string;
|
|
1452
|
-
/** Overrides client endpoint. */
|
|
1453
|
-
endpoint?: string;
|
|
1454
|
-
}
|