@azure/arm-dynatrace 2.0.0 → 3.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +3 -3
- package/README.md +30 -24
- package/dist/browser/api/creationSupported/index.d.ts +3 -0
- package/dist/browser/api/creationSupported/index.js +4 -0
- package/dist/browser/api/creationSupported/index.js.map +1 -0
- package/dist/browser/api/creationSupported/operations.d.ts +13 -0
- package/dist/browser/api/creationSupported/operations.js +64 -0
- package/dist/browser/api/creationSupported/operations.js.map +1 -0
- package/dist/browser/api/creationSupported/options.d.ts +8 -0
- package/dist/browser/api/creationSupported/options.js +4 -0
- package/dist/browser/api/creationSupported/options.js.map +1 -0
- package/dist/browser/api/dynatraceObservabilityContext.d.ts +20 -0
- package/dist/browser/api/dynatraceObservabilityContext.js +25 -0
- package/dist/browser/api/dynatraceObservabilityContext.js.map +1 -0
- package/dist/browser/api/index.d.ts +3 -0
- package/dist/browser/api/index.js +4 -0
- package/dist/browser/api/index.js.map +1 -0
- package/dist/browser/api/monitoredSubscriptions/index.d.ts +3 -0
- package/dist/browser/api/monitoredSubscriptions/index.js +4 -0
- package/dist/browser/api/monitoredSubscriptions/index.js.map +1 -0
- package/dist/browser/api/monitoredSubscriptions/operations.d.ts +27 -0
- package/dist/browser/api/monitoredSubscriptions/operations.js +173 -0
- package/dist/browser/api/monitoredSubscriptions/operations.js.map +1 -0
- package/dist/browser/api/monitoredSubscriptions/options.d.ts +26 -0
- package/dist/browser/api/monitoredSubscriptions/options.js +4 -0
- package/dist/browser/api/monitoredSubscriptions/options.js.map +1 -0
- package/dist/browser/api/monitors/index.d.ts +3 -0
- package/dist/browser/api/monitors/index.js +4 -0
- package/dist/browser/api/monitors/index.js.map +1 -0
- package/dist/browser/api/monitors/operations.d.ts +75 -0
- package/dist/browser/api/monitors/operations.js +535 -0
- package/dist/browser/api/monitors/operations.js.map +1 -0
- package/dist/browser/api/monitors/options.d.ts +66 -0
- package/dist/browser/api/monitors/options.js +4 -0
- package/dist/browser/api/monitors/options.js.map +1 -0
- package/dist/browser/api/operations/index.d.ts +3 -0
- package/dist/browser/api/operations/index.js +4 -0
- package/dist/browser/api/operations/index.js.map +1 -0
- package/dist/browser/api/operations/operations.d.ts +10 -0
- package/dist/browser/api/operations/operations.js +33 -0
- package/dist/browser/api/operations/operations.js.map +1 -0
- package/dist/browser/api/operations/options.d.ts +5 -0
- package/dist/browser/api/operations/options.js +4 -0
- package/dist/browser/api/operations/options.js.map +1 -0
- package/dist/browser/api/singleSignOn/index.d.ts +3 -0
- package/dist/browser/api/singleSignOn/index.js +4 -0
- package/dist/browser/api/singleSignOn/index.js.map +1 -0
- package/dist/browser/api/singleSignOn/operations.d.ts +19 -0
- package/dist/browser/api/singleSignOn/operations.js +106 -0
- package/dist/browser/api/singleSignOn/operations.js.map +1 -0
- package/dist/browser/api/singleSignOn/options.d.ts +13 -0
- package/dist/browser/api/singleSignOn/options.js +4 -0
- package/dist/browser/api/singleSignOn/options.js.map +1 -0
- package/dist/browser/api/tagRules/index.d.ts +3 -0
- package/dist/browser/api/tagRules/index.js +4 -0
- package/dist/browser/api/tagRules/index.js.map +1 -0
- package/dist/browser/api/tagRules/operations.d.ts +23 -0
- package/dist/browser/api/tagRules/operations.js +139 -0
- package/dist/browser/api/tagRules/operations.js.map +1 -0
- package/dist/browser/api/tagRules/options.d.ts +18 -0
- package/dist/browser/api/tagRules/options.js +4 -0
- package/dist/browser/api/tagRules/options.js.map +1 -0
- package/dist/browser/classic/creationSupported/index.d.ts +12 -0
- package/dist/browser/classic/creationSupported/index.js +15 -0
- package/dist/browser/classic/creationSupported/index.js.map +1 -0
- package/dist/browser/classic/index.d.ts +7 -0
- package/dist/browser/classic/index.js +4 -0
- package/dist/browser/classic/index.js.map +1 -0
- package/dist/browser/classic/monitoredSubscriptions/index.d.ts +33 -0
- package/dist/browser/classic/monitoredSubscriptions/index.js +43 -0
- package/dist/browser/classic/monitoredSubscriptions/index.js.map +1 -0
- package/dist/browser/classic/monitors/index.d.ts +57 -0
- package/dist/browser/classic/monitors/index.js +55 -0
- package/dist/browser/classic/monitors/index.js.map +1 -0
- package/dist/browser/classic/operations/index.d.ts +11 -0
- package/dist/browser/classic/operations/index.js +14 -0
- package/dist/browser/classic/operations/index.js.map +1 -0
- package/dist/browser/classic/singleSignOn/index.d.ts +21 -0
- package/dist/browser/classic/singleSignOn/index.js +25 -0
- package/dist/browser/classic/singleSignOn/index.js.map +1 -0
- package/dist/browser/classic/tagRules/index.d.ts +27 -0
- package/dist/browser/classic/tagRules/index.js +34 -0
- package/dist/browser/classic/tagRules/index.js.map +1 -0
- package/dist/browser/dynatraceObservability.d.ts +29 -0
- package/dist/browser/dynatraceObservability.js +44 -0
- package/dist/browser/dynatraceObservability.js.map +1 -0
- package/dist/browser/index.d.ts +22 -0
- package/dist/browser/index.js +9 -0
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/logger.d.ts +2 -0
- package/dist/browser/logger.js +5 -0
- package/dist/browser/logger.js.map +1 -0
- package/dist/browser/models/index.d.ts +3 -0
- package/dist/browser/models/index.js +4 -0
- package/dist/browser/models/index.js.map +1 -0
- package/dist/browser/models/models.d.ts +1218 -0
- package/dist/browser/models/models.js +1132 -0
- package/dist/browser/models/models.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/restorePollerHelpers.d.ts +21 -0
- package/dist/browser/restorePollerHelpers.js +111 -0
- package/dist/browser/restorePollerHelpers.js.map +1 -0
- package/dist/browser/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/browser/static-helpers/cloudSettingHelpers.js +38 -0
- package/dist/browser/static-helpers/cloudSettingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/pagingHelpers.d.ts +74 -0
- package/dist/browser/static-helpers/pagingHelpers.js +143 -0
- package/dist/browser/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/pollingHelpers.d.ts +34 -0
- package/dist/browser/static-helpers/pollingHelpers.js +95 -0
- package/dist/browser/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/simplePollerHelpers.d.ts +73 -0
- package/dist/browser/static-helpers/simplePollerHelpers.js +44 -0
- package/dist/browser/static-helpers/simplePollerHelpers.js.map +1 -0
- package/dist/browser/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/browser/static-helpers/urlTemplate.js +200 -0
- package/dist/browser/static-helpers/urlTemplate.js.map +1 -0
- package/dist/commonjs/api/creationSupported/index.d.ts +3 -0
- package/dist/commonjs/api/creationSupported/index.js +30 -0
- package/dist/commonjs/api/creationSupported/index.js.map +7 -0
- package/dist/commonjs/api/creationSupported/operations.d.ts +13 -0
- package/dist/commonjs/api/creationSupported/operations.js +104 -0
- package/dist/commonjs/api/creationSupported/operations.js.map +7 -0
- package/dist/commonjs/api/creationSupported/options.d.ts +8 -0
- package/dist/commonjs/api/creationSupported/options.js +16 -0
- package/dist/commonjs/api/creationSupported/options.js.map +7 -0
- package/dist/commonjs/api/dynatraceObservabilityContext.d.ts +20 -0
- package/dist/commonjs/api/dynatraceObservabilityContext.js +47 -0
- package/dist/commonjs/api/dynatraceObservabilityContext.js.map +7 -0
- package/dist/commonjs/api/index.d.ts +3 -0
- package/dist/commonjs/api/index.js +28 -0
- package/dist/commonjs/api/index.js.map +7 -0
- package/dist/commonjs/api/monitoredSubscriptions/index.d.ts +3 -0
- package/dist/commonjs/api/monitoredSubscriptions/index.js +36 -0
- package/dist/commonjs/api/monitoredSubscriptions/index.js.map +7 -0
- package/dist/commonjs/api/monitoredSubscriptions/operations.d.ts +27 -0
- package/dist/commonjs/api/monitoredSubscriptions/operations.js +246 -0
- package/dist/commonjs/api/monitoredSubscriptions/operations.js.map +7 -0
- package/dist/commonjs/api/monitoredSubscriptions/options.d.ts +26 -0
- package/dist/commonjs/api/monitoredSubscriptions/options.js +16 -0
- package/dist/commonjs/api/monitoredSubscriptions/options.js.map +7 -0
- package/dist/commonjs/api/monitors/index.d.ts +3 -0
- package/dist/commonjs/api/monitors/index.js +60 -0
- package/dist/commonjs/api/monitors/index.js.map +7 -0
- package/dist/commonjs/api/monitors/operations.d.ts +75 -0
- package/dist/commonjs/api/monitors/operations.js +752 -0
- package/dist/commonjs/api/monitors/operations.js.map +7 -0
- package/dist/commonjs/api/monitors/options.d.ts +66 -0
- package/dist/commonjs/api/monitors/options.js +16 -0
- package/dist/commonjs/api/monitors/options.js.map +7 -0
- package/dist/commonjs/api/operations/index.d.ts +3 -0
- package/dist/commonjs/api/operations/index.js +28 -0
- package/dist/commonjs/api/operations/index.js.map +7 -0
- package/dist/commonjs/api/operations/operations.d.ts +10 -0
- package/dist/commonjs/api/operations/operations.js +70 -0
- package/dist/commonjs/api/operations/operations.js.map +7 -0
- package/dist/commonjs/api/operations/options.d.ts +5 -0
- package/dist/commonjs/api/operations/options.js +16 -0
- package/dist/commonjs/api/operations/options.js.map +7 -0
- package/dist/commonjs/api/singleSignOn/index.d.ts +3 -0
- package/dist/commonjs/api/singleSignOn/index.js +32 -0
- package/dist/commonjs/api/singleSignOn/index.js.map +7 -0
- package/dist/commonjs/api/singleSignOn/operations.d.ts +19 -0
- package/dist/commonjs/api/singleSignOn/operations.js +174 -0
- package/dist/commonjs/api/singleSignOn/operations.js.map +7 -0
- package/dist/commonjs/api/singleSignOn/options.d.ts +13 -0
- package/dist/commonjs/api/singleSignOn/options.js +16 -0
- package/dist/commonjs/api/singleSignOn/options.js.map +7 -0
- package/dist/commonjs/api/tagRules/index.d.ts +3 -0
- package/dist/commonjs/api/tagRules/index.js +34 -0
- package/dist/commonjs/api/tagRules/index.js.map +7 -0
- package/dist/commonjs/api/tagRules/operations.d.ts +23 -0
- package/dist/commonjs/api/tagRules/operations.js +203 -0
- package/dist/commonjs/api/tagRules/operations.js.map +7 -0
- package/dist/commonjs/api/tagRules/options.d.ts +18 -0
- package/dist/commonjs/api/tagRules/options.js +16 -0
- package/dist/commonjs/api/tagRules/options.js.map +7 -0
- package/dist/commonjs/classic/creationSupported/index.d.ts +12 -0
- package/dist/commonjs/classic/creationSupported/index.js +39 -0
- package/dist/commonjs/classic/creationSupported/index.js.map +7 -0
- package/dist/commonjs/classic/index.d.ts +7 -0
- package/dist/commonjs/classic/index.js +16 -0
- package/dist/commonjs/classic/index.js.map +7 -0
- package/dist/commonjs/classic/monitoredSubscriptions/index.d.ts +33 -0
- package/dist/commonjs/classic/monitoredSubscriptions/index.js +67 -0
- package/dist/commonjs/classic/monitoredSubscriptions/index.js.map +7 -0
- package/dist/commonjs/classic/monitors/index.d.ts +57 -0
- package/dist/commonjs/classic/monitors/index.js +79 -0
- package/dist/commonjs/classic/monitors/index.js.map +7 -0
- package/dist/commonjs/classic/operations/index.d.ts +11 -0
- package/dist/commonjs/classic/operations/index.js +38 -0
- package/dist/commonjs/classic/operations/index.js.map +7 -0
- package/dist/commonjs/classic/singleSignOn/index.d.ts +21 -0
- package/dist/commonjs/classic/singleSignOn/index.js +63 -0
- package/dist/commonjs/classic/singleSignOn/index.js.map +7 -0
- package/dist/commonjs/classic/tagRules/index.d.ts +27 -0
- package/dist/commonjs/classic/tagRules/index.js +72 -0
- package/dist/commonjs/classic/tagRules/index.js.map +7 -0
- package/dist/commonjs/dynatraceObservability.d.ts +29 -0
- package/dist/commonjs/dynatraceObservability.js +66 -0
- package/dist/commonjs/dynatraceObservability.js.map +7 -0
- package/dist/commonjs/index.d.ts +22 -0
- package/dist/commonjs/index.js +94 -0
- package/dist/commonjs/index.js.map +7 -0
- package/dist/commonjs/logger.d.ts +2 -0
- package/dist/commonjs/logger.js +29 -0
- package/dist/commonjs/logger.js.map +7 -0
- package/dist/commonjs/models/index.d.ts +3 -0
- package/dist/commonjs/models/index.js +80 -0
- package/dist/commonjs/models/index.js.map +7 -0
- package/dist/commonjs/models/models.d.ts +1218 -0
- package/dist/commonjs/models/models.js +1216 -0
- package/dist/commonjs/models/models.js.map +7 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/restorePollerHelpers.d.ts +21 -0
- package/dist/commonjs/restorePollerHelpers.js +124 -0
- package/dist/commonjs/restorePollerHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.js +52 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/pagingHelpers.d.ts +74 -0
- package/dist/commonjs/static-helpers/pagingHelpers.js +143 -0
- package/dist/commonjs/static-helpers/pagingHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/pollingHelpers.d.ts +34 -0
- package/dist/commonjs/static-helpers/pollingHelpers.js +101 -0
- package/dist/commonjs/static-helpers/pollingHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/simplePollerHelpers.d.ts +73 -0
- package/dist/commonjs/static-helpers/simplePollerHelpers.js +67 -0
- package/dist/commonjs/static-helpers/simplePollerHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/commonjs/static-helpers/urlTemplate.js +197 -0
- package/dist/commonjs/static-helpers/urlTemplate.js.map +7 -0
- package/{types → dist/commonjs}/tsdoc-metadata.json +11 -11
- package/dist/esm/api/creationSupported/index.d.ts +3 -0
- package/dist/esm/api/creationSupported/index.js +4 -0
- package/dist/esm/api/creationSupported/index.js.map +1 -0
- package/dist/esm/api/creationSupported/operations.d.ts +13 -0
- package/dist/esm/api/creationSupported/operations.js +64 -0
- package/dist/esm/api/creationSupported/operations.js.map +1 -0
- package/dist/esm/api/creationSupported/options.d.ts +8 -0
- package/dist/esm/api/creationSupported/options.js +4 -0
- package/dist/esm/api/creationSupported/options.js.map +1 -0
- package/dist/esm/api/dynatraceObservabilityContext.d.ts +20 -0
- package/dist/esm/api/dynatraceObservabilityContext.js +25 -0
- package/dist/esm/api/dynatraceObservabilityContext.js.map +1 -0
- package/dist/esm/api/index.d.ts +3 -0
- package/dist/esm/api/index.js +4 -0
- package/dist/esm/api/index.js.map +1 -0
- package/dist/esm/api/monitoredSubscriptions/index.d.ts +3 -0
- package/dist/esm/api/monitoredSubscriptions/index.js +4 -0
- package/dist/esm/api/monitoredSubscriptions/index.js.map +1 -0
- package/dist/esm/api/monitoredSubscriptions/operations.d.ts +27 -0
- package/dist/esm/api/monitoredSubscriptions/operations.js +173 -0
- package/dist/esm/api/monitoredSubscriptions/operations.js.map +1 -0
- package/dist/esm/api/monitoredSubscriptions/options.d.ts +26 -0
- package/dist/esm/api/monitoredSubscriptions/options.js +4 -0
- package/dist/esm/api/monitoredSubscriptions/options.js.map +1 -0
- package/dist/esm/api/monitors/index.d.ts +3 -0
- package/dist/esm/api/monitors/index.js +4 -0
- package/dist/esm/api/monitors/index.js.map +1 -0
- package/dist/esm/api/monitors/operations.d.ts +75 -0
- package/dist/esm/api/monitors/operations.js +535 -0
- package/dist/esm/api/monitors/operations.js.map +1 -0
- package/dist/esm/api/monitors/options.d.ts +66 -0
- package/dist/esm/api/monitors/options.js +4 -0
- package/dist/esm/api/monitors/options.js.map +1 -0
- package/dist/esm/api/operations/index.d.ts +3 -0
- package/dist/esm/api/operations/index.js +4 -0
- package/dist/esm/api/operations/index.js.map +1 -0
- package/dist/esm/api/operations/operations.d.ts +10 -0
- package/dist/esm/api/operations/operations.js +33 -0
- package/dist/esm/api/operations/operations.js.map +1 -0
- package/dist/esm/api/operations/options.d.ts +5 -0
- package/dist/esm/api/operations/options.js +4 -0
- package/dist/esm/api/operations/options.js.map +1 -0
- package/dist/esm/api/singleSignOn/index.d.ts +3 -0
- package/dist/esm/api/singleSignOn/index.js +4 -0
- package/dist/esm/api/singleSignOn/index.js.map +1 -0
- package/dist/esm/api/singleSignOn/operations.d.ts +19 -0
- package/dist/esm/api/singleSignOn/operations.js +106 -0
- package/dist/esm/api/singleSignOn/operations.js.map +1 -0
- package/dist/esm/api/singleSignOn/options.d.ts +13 -0
- package/dist/esm/api/singleSignOn/options.js +4 -0
- package/dist/esm/api/singleSignOn/options.js.map +1 -0
- package/dist/esm/api/tagRules/index.d.ts +3 -0
- package/dist/esm/api/tagRules/index.js +4 -0
- package/dist/esm/api/tagRules/index.js.map +1 -0
- package/dist/esm/api/tagRules/operations.d.ts +23 -0
- package/dist/esm/api/tagRules/operations.js +139 -0
- package/dist/esm/api/tagRules/operations.js.map +1 -0
- package/dist/esm/api/tagRules/options.d.ts +18 -0
- package/dist/esm/api/tagRules/options.js +4 -0
- package/dist/esm/api/tagRules/options.js.map +1 -0
- package/dist/esm/classic/creationSupported/index.d.ts +12 -0
- package/dist/esm/classic/creationSupported/index.js +15 -0
- package/dist/esm/classic/creationSupported/index.js.map +1 -0
- package/dist/esm/classic/index.d.ts +7 -0
- package/dist/esm/classic/index.js +4 -0
- package/dist/esm/classic/index.js.map +1 -0
- package/dist/esm/classic/monitoredSubscriptions/index.d.ts +33 -0
- package/dist/esm/classic/monitoredSubscriptions/index.js +43 -0
- package/dist/esm/classic/monitoredSubscriptions/index.js.map +1 -0
- package/dist/esm/classic/monitors/index.d.ts +57 -0
- package/dist/esm/classic/monitors/index.js +55 -0
- package/dist/esm/classic/monitors/index.js.map +1 -0
- package/dist/esm/classic/operations/index.d.ts +11 -0
- package/dist/esm/classic/operations/index.js +14 -0
- package/dist/esm/classic/operations/index.js.map +1 -0
- package/dist/esm/classic/singleSignOn/index.d.ts +21 -0
- package/dist/esm/classic/singleSignOn/index.js +25 -0
- package/dist/esm/classic/singleSignOn/index.js.map +1 -0
- package/dist/esm/classic/tagRules/index.d.ts +27 -0
- package/dist/esm/classic/tagRules/index.js +34 -0
- package/dist/esm/classic/tagRules/index.js.map +1 -0
- package/dist/esm/dynatraceObservability.d.ts +29 -0
- package/dist/esm/dynatraceObservability.js +44 -0
- package/dist/esm/dynatraceObservability.js.map +1 -0
- package/dist/esm/index.d.ts +22 -0
- package/dist/esm/index.js +9 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/logger.d.ts +2 -0
- package/dist/esm/logger.js +5 -0
- package/dist/esm/logger.js.map +1 -0
- package/dist/esm/models/index.d.ts +3 -0
- package/dist/esm/models/index.js +4 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/models.d.ts +1218 -0
- package/dist/esm/models/models.js +1132 -0
- package/dist/esm/models/models.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/restorePollerHelpers.d.ts +21 -0
- package/dist/esm/restorePollerHelpers.js +111 -0
- package/dist/esm/restorePollerHelpers.js.map +1 -0
- package/dist/esm/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/esm/static-helpers/cloudSettingHelpers.js +38 -0
- package/dist/esm/static-helpers/cloudSettingHelpers.js.map +1 -0
- package/dist/esm/static-helpers/pagingHelpers.d.ts +74 -0
- package/dist/esm/static-helpers/pagingHelpers.js +143 -0
- package/dist/esm/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/esm/static-helpers/pollingHelpers.d.ts +34 -0
- package/dist/esm/static-helpers/pollingHelpers.js +95 -0
- package/dist/esm/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/esm/static-helpers/simplePollerHelpers.d.ts +73 -0
- package/dist/esm/static-helpers/simplePollerHelpers.js +44 -0
- package/dist/esm/static-helpers/simplePollerHelpers.js.map +1 -0
- package/dist/esm/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/esm/static-helpers/urlTemplate.js +200 -0
- package/dist/esm/static-helpers/urlTemplate.js.map +1 -0
- package/package.json +207 -92
- package/CHANGELOG.md +0 -44
- package/dist/index.js +0 -3880
- 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/monitorsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/monitorsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/monitorsCreateOrUpdateSample.js +0 -86
- package/dist-esm/samples-dev/monitorsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/monitorsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/monitorsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/monitorsDeleteSample.js +0 -58
- package/dist-esm/samples-dev/monitorsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/monitorsGetMarketplaceSaaSResourceDetailsSample.d.ts +0 -2
- package/dist-esm/samples-dev/monitorsGetMarketplaceSaaSResourceDetailsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/monitorsGetMarketplaceSaaSResourceDetailsSample.js +0 -58
- package/dist-esm/samples-dev/monitorsGetMarketplaceSaaSResourceDetailsSample.js.map +0 -1
- package/dist-esm/samples-dev/monitorsGetMetricStatusSample.d.ts +0 -2
- package/dist-esm/samples-dev/monitorsGetMetricStatusSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/monitorsGetMetricStatusSample.js +0 -56
- package/dist-esm/samples-dev/monitorsGetMetricStatusSample.js.map +0 -1
- package/dist-esm/samples-dev/monitorsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/monitorsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/monitorsGetSample.js +0 -58
- package/dist-esm/samples-dev/monitorsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/monitorsGetSsoDetailsSample.d.ts +0 -2
- package/dist-esm/samples-dev/monitorsGetSsoDetailsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/monitorsGetSsoDetailsSample.js +0 -62
- package/dist-esm/samples-dev/monitorsGetSsoDetailsSample.js.map +0 -1
- package/dist-esm/samples-dev/monitorsGetVMHostPayloadSample.d.ts +0 -2
- package/dist-esm/samples-dev/monitorsGetVMHostPayloadSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/monitorsGetVMHostPayloadSample.js +0 -58
- package/dist-esm/samples-dev/monitorsGetVMHostPayloadSample.js.map +0 -1
- package/dist-esm/samples-dev/monitorsListAppServicesSample.d.ts +0 -2
- package/dist-esm/samples-dev/monitorsListAppServicesSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/monitorsListAppServicesSample.js +0 -100
- package/dist-esm/samples-dev/monitorsListAppServicesSample.js.map +0 -1
- package/dist-esm/samples-dev/monitorsListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/monitorsListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/monitorsListByResourceGroupSample.js +0 -98
- package/dist-esm/samples-dev/monitorsListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/monitorsListBySubscriptionIdSample.d.ts +0 -2
- package/dist-esm/samples-dev/monitorsListBySubscriptionIdSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/monitorsListBySubscriptionIdSample.js +0 -96
- package/dist-esm/samples-dev/monitorsListBySubscriptionIdSample.js.map +0 -1
- package/dist-esm/samples-dev/monitorsListHostsSample.d.ts +0 -2
- package/dist-esm/samples-dev/monitorsListHostsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/monitorsListHostsSample.js +0 -100
- package/dist-esm/samples-dev/monitorsListHostsSample.js.map +0 -1
- package/dist-esm/samples-dev/monitorsListLinkableEnvironmentsSample.d.ts +0 -2
- package/dist-esm/samples-dev/monitorsListLinkableEnvironmentsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/monitorsListLinkableEnvironmentsSample.js +0 -110
- package/dist-esm/samples-dev/monitorsListLinkableEnvironmentsSample.js.map +0 -1
- package/dist-esm/samples-dev/monitorsListMonitoredResourcesSample.d.ts +0 -2
- package/dist-esm/samples-dev/monitorsListMonitoredResourcesSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/monitorsListMonitoredResourcesSample.js +0 -100
- package/dist-esm/samples-dev/monitorsListMonitoredResourcesSample.js.map +0 -1
- package/dist-esm/samples-dev/monitorsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/monitorsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/monitorsUpdateSample.js +0 -60
- package/dist-esm/samples-dev/monitorsUpdateSample.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 -96
- package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
- package/dist-esm/samples-dev/singleSignOnCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/singleSignOnCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/singleSignOnCreateOrUpdateSample.js +0 -71
- package/dist-esm/samples-dev/singleSignOnCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/singleSignOnGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/singleSignOnGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/singleSignOnGetSample.js +0 -60
- package/dist-esm/samples-dev/singleSignOnGetSample.js.map +0 -1
- package/dist-esm/samples-dev/singleSignOnListSample.d.ts +0 -2
- package/dist-esm/samples-dev/singleSignOnListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/singleSignOnListSample.js +0 -100
- package/dist-esm/samples-dev/singleSignOnListSample.js.map +0 -1
- package/dist-esm/samples-dev/tagRulesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/tagRulesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/tagRulesCreateOrUpdateSample.js +0 -79
- package/dist-esm/samples-dev/tagRulesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/tagRulesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/tagRulesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/tagRulesDeleteSample.js +0 -60
- package/dist-esm/samples-dev/tagRulesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/tagRulesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/tagRulesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/tagRulesGetSample.js +0 -60
- package/dist-esm/samples-dev/tagRulesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/tagRulesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/tagRulesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/tagRulesListSample.js +0 -100
- package/dist-esm/samples-dev/tagRulesListSample.js.map +0 -1
- package/dist-esm/src/dynatraceObservability.d.ts +0 -23
- package/dist-esm/src/dynatraceObservability.d.ts.map +0 -1
- package/dist-esm/src/dynatraceObservability.js +0 -103
- package/dist-esm/src/dynatraceObservability.js.map +0 -1
- package/dist-esm/src/index.d.ts +0 -6
- package/dist-esm/src/index.d.ts.map +0 -1
- package/dist-esm/src/index.js +0 -13
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/lroImpl.d.ts +0 -11
- package/dist-esm/src/lroImpl.d.ts.map +0 -1
- package/dist-esm/src/lroImpl.js +0 -21
- package/dist-esm/src/lroImpl.js.map +0 -1
- package/dist-esm/src/models/index.d.ts +0 -1118
- package/dist-esm/src/models/index.d.ts.map +0 -1
- package/dist-esm/src/models/index.js +0 -226
- package/dist-esm/src/models/index.js.map +0 -1
- package/dist-esm/src/models/mappers.d.ts +0 -45
- package/dist-esm/src/models/mappers.d.ts.map +0 -1
- package/dist-esm/src/models/mappers.js +0 -1365
- package/dist-esm/src/models/mappers.js.map +0 -1
- package/dist-esm/src/models/parameters.d.ts +0 -19
- package/dist-esm/src/models/parameters.d.ts.map +0 -1
- package/dist-esm/src/models/parameters.js +0 -149
- package/dist-esm/src/models/parameters.js.map +0 -1
- package/dist-esm/src/operations/index.d.ts +0 -5
- package/dist-esm/src/operations/index.d.ts.map +0 -1
- package/dist-esm/src/operations/index.js +0 -12
- package/dist-esm/src/operations/index.js.map +0 -1
- package/dist-esm/src/operations/monitors.d.ts +0 -227
- package/dist-esm/src/operations/monitors.d.ts.map +0 -1
- package/dist-esm/src/operations/monitors.js +0 -1147
- package/dist-esm/src/operations/monitors.js.map +0 -1
- package/dist-esm/src/operations/operations.d.ts +0 -32
- package/dist-esm/src/operations/operations.d.ts.map +0 -1
- package/dist-esm/src/operations/operations.js +0 -138
- package/dist-esm/src/operations/operations.js.map +0 -1
- package/dist-esm/src/operations/singleSignOn.d.ts +0 -65
- package/dist-esm/src/operations/singleSignOn.d.ts.map +0 -1
- package/dist-esm/src/operations/singleSignOn.js +0 -288
- package/dist-esm/src/operations/singleSignOn.js.map +0 -1
- package/dist-esm/src/operations/tagRules.d.ts +0 -81
- package/dist-esm/src/operations/tagRules.d.ts.map +0 -1
- package/dist-esm/src/operations/tagRules.js +0 -363
- package/dist-esm/src/operations/tagRules.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -5
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.js +0 -12
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/monitors.d.ts +0 -120
- package/dist-esm/src/operationsInterfaces/monitors.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/monitors.js +0 -9
- package/dist-esm/src/operationsInterfaces/monitors.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.d.ts +0 -11
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.js +0 -9
- package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/singleSignOn.d.ts +0 -40
- package/dist-esm/src/operationsInterfaces/singleSignOn.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/singleSignOn.js +0 -9
- package/dist-esm/src/operationsInterfaces/singleSignOn.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/tagRules.d.ts +0 -56
- package/dist-esm/src/operationsInterfaces/tagRules.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/tagRules.js +0 -9
- package/dist-esm/src/operationsInterfaces/tagRules.js.map +0 -1
- package/dist-esm/src/pagingHelper.d.ts +0 -13
- package/dist-esm/src/pagingHelper.d.ts.map +0 -1
- package/dist-esm/src/pagingHelper.js +0 -32
- package/dist-esm/src/pagingHelper.js.map +0 -1
- package/dist-esm/test/dynatrace_examples.spec.d.ts +0 -4
- package/dist-esm/test/dynatrace_examples.spec.d.ts.map +0 -1
- package/dist-esm/test/dynatrace_examples.spec.js +0 -172
- package/dist-esm/test/dynatrace_examples.spec.js.map +0 -1
- package/review/arm-dynatrace.api.md +0 -847
- package/rollup.config.js +0 -122
- package/src/dynatraceObservability.ts +0 -156
- package/src/index.ts +0 -13
- package/src/lroImpl.ts +0 -42
- package/src/models/index.ts +0 -1271
- package/src/models/mappers.ts +0 -1443
- package/src/models/parameters.ts +0 -179
- package/src/operations/index.ts +0 -12
- package/src/operations/monitors.ts +0 -1489
- package/src/operations/operations.ts +0 -149
- package/src/operations/singleSignOn.ts +0 -387
- package/src/operations/tagRules.ts +0 -494
- package/src/operationsInterfaces/index.ts +0 -12
- package/src/operationsInterfaces/monitors.ts +0 -228
- package/src/operationsInterfaces/operations.ts +0 -22
- package/src/operationsInterfaces/singleSignOn.ts +0 -82
- package/src/operationsInterfaces/tagRules.ts +0 -109
- package/src/pagingHelper.ts +0 -39
- package/tsconfig.json +0 -33
- package/types/arm-dynatrace.d.ts +0 -1513
package/types/arm-dynatrace.d.ts
DELETED
|
@@ -1,1513 +0,0 @@
|
|
|
1
|
-
import * as coreAuth from '@azure/core-auth';
|
|
2
|
-
import * as coreClient from '@azure/core-client';
|
|
3
|
-
import { OperationState } from '@azure/core-lro';
|
|
4
|
-
import { PagedAsyncIterableIterator } from '@azure/core-paging';
|
|
5
|
-
import { SimplePollerLike } from '@azure/core-lro';
|
|
6
|
-
|
|
7
|
-
/** Dynatrace Account Information */
|
|
8
|
-
export declare interface AccountInfo {
|
|
9
|
-
/** Account Id of the account this environment is linked to */
|
|
10
|
-
accountId?: string;
|
|
11
|
-
/** Region in which the account is created */
|
|
12
|
-
regionId?: string;
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
/**
|
|
16
|
-
* Defines values for ActionType. \
|
|
17
|
-
* {@link KnownActionType} can be used interchangeably with ActionType,
|
|
18
|
-
* this enum contains the known values that the service supports.
|
|
19
|
-
* ### Known values supported by the service
|
|
20
|
-
* **Internal**
|
|
21
|
-
*/
|
|
22
|
-
export declare type ActionType = string;
|
|
23
|
-
|
|
24
|
-
/** Details of App Services having Dynatrace OneAgent installed */
|
|
25
|
-
export declare interface AppServiceInfo {
|
|
26
|
-
/** App service resource ID */
|
|
27
|
-
resourceId?: string;
|
|
28
|
-
/** Version of the Dynatrace agent installed on the App Service. */
|
|
29
|
-
version?: string;
|
|
30
|
-
/** The monitoring mode of OneAgent */
|
|
31
|
-
monitoringType?: MonitoringType;
|
|
32
|
-
/** Update settings of OneAgent. */
|
|
33
|
-
autoUpdateSetting?: AutoUpdateSetting;
|
|
34
|
-
/** The current update status of OneAgent. */
|
|
35
|
-
updateStatus?: UpdateStatus;
|
|
36
|
-
/** The availability state of OneAgent. */
|
|
37
|
-
availabilityState?: AvailabilityState;
|
|
38
|
-
/** Tells whether log modules are enabled or not */
|
|
39
|
-
logModule?: LogModule;
|
|
40
|
-
/** The name of the host group */
|
|
41
|
-
hostGroup?: string;
|
|
42
|
-
/** The name of the host */
|
|
43
|
-
hostName?: string;
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
/** Response of a list App Services Operation. */
|
|
47
|
-
export declare interface AppServiceListResponse {
|
|
48
|
-
/** The items on this page */
|
|
49
|
-
value?: AppServiceInfo[];
|
|
50
|
-
/** The link to the next page of items */
|
|
51
|
-
nextLink?: string;
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
/**
|
|
55
|
-
* Defines values for AutoUpdateSetting. \
|
|
56
|
-
* {@link KnownAutoUpdateSetting} can be used interchangeably with AutoUpdateSetting,
|
|
57
|
-
* this enum contains the known values that the service supports.
|
|
58
|
-
* ### Known values supported by the service
|
|
59
|
-
* **ENABLED** \
|
|
60
|
-
* **DISABLED**
|
|
61
|
-
*/
|
|
62
|
-
export declare type AutoUpdateSetting = string;
|
|
63
|
-
|
|
64
|
-
/**
|
|
65
|
-
* Defines values for AvailabilityState. \
|
|
66
|
-
* {@link KnownAvailabilityState} can be used interchangeably with AvailabilityState,
|
|
67
|
-
* this enum contains the known values that the service supports.
|
|
68
|
-
* ### Known values supported by the service
|
|
69
|
-
* **CRASHED** \
|
|
70
|
-
* **LOST** \
|
|
71
|
-
* **MONITORED** \
|
|
72
|
-
* **PRE_MONITORED** \
|
|
73
|
-
* **SHUTDOWN** \
|
|
74
|
-
* **UNEXPECTED_SHUTDOWN** \
|
|
75
|
-
* **UNKNOWN** \
|
|
76
|
-
* **UNMONITORED**
|
|
77
|
-
*/
|
|
78
|
-
export declare type AvailabilityState = string;
|
|
79
|
-
|
|
80
|
-
/**
|
|
81
|
-
* Defines values for CreatedByType. \
|
|
82
|
-
* {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
|
|
83
|
-
* this enum contains the known values that the service supports.
|
|
84
|
-
* ### Known values supported by the service
|
|
85
|
-
* **User** \
|
|
86
|
-
* **Application** \
|
|
87
|
-
* **ManagedIdentity** \
|
|
88
|
-
* **Key**
|
|
89
|
-
*/
|
|
90
|
-
export declare type CreatedByType = string;
|
|
91
|
-
|
|
92
|
-
/** Properties of the Dynatrace environment. */
|
|
93
|
-
export declare interface DynatraceEnvironmentProperties {
|
|
94
|
-
/** User id */
|
|
95
|
-
userId?: string;
|
|
96
|
-
/** Dynatrace Account Information */
|
|
97
|
-
accountInfo?: AccountInfo;
|
|
98
|
-
/** Dynatrace Environment Information */
|
|
99
|
-
environmentInfo?: EnvironmentInfo;
|
|
100
|
-
/** The details of a Dynatrace single sign-on. */
|
|
101
|
-
singleSignOnProperties?: DynatraceSingleSignOnProperties;
|
|
102
|
-
}
|
|
103
|
-
|
|
104
|
-
export declare class DynatraceObservability extends coreClient.ServiceClient {
|
|
105
|
-
$host: string;
|
|
106
|
-
apiVersion: string;
|
|
107
|
-
subscriptionId: string;
|
|
108
|
-
/**
|
|
109
|
-
* Initializes a new instance of the DynatraceObservability class.
|
|
110
|
-
* @param credentials Subscription credentials which uniquely identify client subscription.
|
|
111
|
-
* @param subscriptionId The ID of the target subscription.
|
|
112
|
-
* @param options The parameter options
|
|
113
|
-
*/
|
|
114
|
-
constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: DynatraceObservabilityOptionalParams);
|
|
115
|
-
/** A function that adds a policy that sets the api-version (or equivalent) to reflect the library version. */
|
|
116
|
-
private addCustomApiVersionPolicy;
|
|
117
|
-
monitors: Monitors;
|
|
118
|
-
operations: Operations;
|
|
119
|
-
tagRules: TagRules;
|
|
120
|
-
singleSignOn: SingleSignOn;
|
|
121
|
-
}
|
|
122
|
-
|
|
123
|
-
/** Optional parameters. */
|
|
124
|
-
export declare interface DynatraceObservabilityOptionalParams extends coreClient.ServiceClientOptions {
|
|
125
|
-
/** server parameter */
|
|
126
|
-
$host?: string;
|
|
127
|
-
/** Api Version */
|
|
128
|
-
apiVersion?: string;
|
|
129
|
-
/** Overrides client endpoint. */
|
|
130
|
-
endpoint?: string;
|
|
131
|
-
}
|
|
132
|
-
|
|
133
|
-
/** The details of a Dynatrace single sign-on. */
|
|
134
|
-
export declare interface DynatraceSingleSignOnProperties {
|
|
135
|
-
/** State of Single Sign On */
|
|
136
|
-
singleSignOnState?: SingleSignOnStates;
|
|
137
|
-
/** Version of the Dynatrace agent installed on the VM. */
|
|
138
|
-
enterpriseAppId?: string;
|
|
139
|
-
/** The login URL specific to this Dynatrace Environment */
|
|
140
|
-
singleSignOnUrl?: string;
|
|
141
|
-
/** array of Aad(azure active directory) domains */
|
|
142
|
-
aadDomains?: string[];
|
|
143
|
-
/**
|
|
144
|
-
* Provisioning state of the resource.
|
|
145
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
146
|
-
*/
|
|
147
|
-
readonly provisioningState?: ProvisioningState;
|
|
148
|
-
}
|
|
149
|
-
|
|
150
|
-
/** Single sign-on configurations for a given monitor resource. */
|
|
151
|
-
export declare interface DynatraceSingleSignOnResource extends ProxyResource {
|
|
152
|
-
/**
|
|
153
|
-
* System metadata for this resource.
|
|
154
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
155
|
-
*/
|
|
156
|
-
readonly systemData?: SystemData;
|
|
157
|
-
/** State of Single Sign On */
|
|
158
|
-
singleSignOnState?: SingleSignOnStates;
|
|
159
|
-
/** Version of the Dynatrace agent installed on the VM. */
|
|
160
|
-
enterpriseAppId?: string;
|
|
161
|
-
/** The login URL specific to this Dynatrace Environment */
|
|
162
|
-
singleSignOnUrl?: string;
|
|
163
|
-
/** array of Aad(azure active directory) domains */
|
|
164
|
-
aadDomains?: string[];
|
|
165
|
-
/**
|
|
166
|
-
* Provisioning state of the resource.
|
|
167
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
168
|
-
*/
|
|
169
|
-
readonly provisioningState?: ProvisioningState;
|
|
170
|
-
}
|
|
171
|
-
|
|
172
|
-
/** The response of a DynatraceSingleSignOnResource list operation. */
|
|
173
|
-
export declare interface DynatraceSingleSignOnResourceListResult {
|
|
174
|
-
/** The items on this page */
|
|
175
|
-
value: DynatraceSingleSignOnResource[];
|
|
176
|
-
/** The link to the next page of items */
|
|
177
|
-
nextLink?: string;
|
|
178
|
-
}
|
|
179
|
-
|
|
180
|
-
/** Dynatrace Environment Information */
|
|
181
|
-
export declare interface EnvironmentInfo {
|
|
182
|
-
/** Id of the environment created */
|
|
183
|
-
environmentId?: string;
|
|
184
|
-
/** Ingestion key of the environment */
|
|
185
|
-
ingestionKey?: string;
|
|
186
|
-
/** Ingestion endpoint used for sending logs */
|
|
187
|
-
logsIngestionEndpoint?: string;
|
|
188
|
-
/** Landing URL for Dynatrace environment */
|
|
189
|
-
landingURL?: string;
|
|
190
|
-
}
|
|
191
|
-
|
|
192
|
-
/** The resource management error additional info. */
|
|
193
|
-
export declare interface ErrorAdditionalInfo {
|
|
194
|
-
/**
|
|
195
|
-
* The additional info type.
|
|
196
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
197
|
-
*/
|
|
198
|
-
readonly type?: string;
|
|
199
|
-
/**
|
|
200
|
-
* The additional info.
|
|
201
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
202
|
-
*/
|
|
203
|
-
readonly info?: Record<string, unknown>;
|
|
204
|
-
}
|
|
205
|
-
|
|
206
|
-
/** The error detail. */
|
|
207
|
-
export declare interface ErrorDetail {
|
|
208
|
-
/**
|
|
209
|
-
* The error code.
|
|
210
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
211
|
-
*/
|
|
212
|
-
readonly code?: string;
|
|
213
|
-
/**
|
|
214
|
-
* The error message.
|
|
215
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
216
|
-
*/
|
|
217
|
-
readonly message?: string;
|
|
218
|
-
/**
|
|
219
|
-
* The error target.
|
|
220
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
221
|
-
*/
|
|
222
|
-
readonly target?: string;
|
|
223
|
-
/**
|
|
224
|
-
* The error details.
|
|
225
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
226
|
-
*/
|
|
227
|
-
readonly details?: ErrorDetail[];
|
|
228
|
-
/**
|
|
229
|
-
* The error additional info.
|
|
230
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
231
|
-
*/
|
|
232
|
-
readonly additionalInfo?: ErrorAdditionalInfo[];
|
|
233
|
-
}
|
|
234
|
-
|
|
235
|
-
/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */
|
|
236
|
-
export declare interface ErrorResponse {
|
|
237
|
-
/** The error object. */
|
|
238
|
-
error?: ErrorDetail;
|
|
239
|
-
}
|
|
240
|
-
|
|
241
|
-
/** The definition of a filtering tag. Filtering tags are used for capturing resources and include/exclude them from being monitored. */
|
|
242
|
-
export declare interface FilteringTag {
|
|
243
|
-
/** The name (also known as the key) of the tag. */
|
|
244
|
-
name?: string;
|
|
245
|
-
/** The value of the tag. */
|
|
246
|
-
value?: string;
|
|
247
|
-
/** Valid actions for a filtering tag. Exclusion takes priority over inclusion. */
|
|
248
|
-
action?: TagAction;
|
|
249
|
-
}
|
|
250
|
-
|
|
251
|
-
/**
|
|
252
|
-
* Given the last `.value` produced by the `byPage` iterator,
|
|
253
|
-
* returns a continuation token that can be used to begin paging from
|
|
254
|
-
* that point later.
|
|
255
|
-
* @param page An object from accessing `value` on the IteratorResult from a `byPage` iterator.
|
|
256
|
-
* @returns The continuation token that can be passed into byPage() during future calls.
|
|
257
|
-
*/
|
|
258
|
-
export declare function getContinuationToken(page: unknown): string | undefined;
|
|
259
|
-
|
|
260
|
-
/** The properties of the managed service identities assigned to this resource. */
|
|
261
|
-
export declare interface IdentityProperties {
|
|
262
|
-
/**
|
|
263
|
-
* The Active Directory tenant id of the principal.
|
|
264
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
265
|
-
*/
|
|
266
|
-
readonly tenantId?: string;
|
|
267
|
-
/**
|
|
268
|
-
* The active directory identifier of this principal.
|
|
269
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
270
|
-
*/
|
|
271
|
-
readonly principalId?: string;
|
|
272
|
-
/** The type of managed identity assigned to this resource. */
|
|
273
|
-
type: ManagedIdentityType;
|
|
274
|
-
/** The identities assigned to this resource by the user. */
|
|
275
|
-
userAssignedIdentities?: {
|
|
276
|
-
[propertyName: string]: UserAssignedIdentity;
|
|
277
|
-
};
|
|
278
|
-
}
|
|
279
|
-
|
|
280
|
-
/** Known values of {@link ActionType} that the service accepts. */
|
|
281
|
-
export declare enum KnownActionType {
|
|
282
|
-
/** Internal */
|
|
283
|
-
Internal = "Internal"
|
|
284
|
-
}
|
|
285
|
-
|
|
286
|
-
/** Known values of {@link AutoUpdateSetting} that the service accepts. */
|
|
287
|
-
export declare enum KnownAutoUpdateSetting {
|
|
288
|
-
/** Enabled */
|
|
289
|
-
Enabled = "ENABLED",
|
|
290
|
-
/** Disabled */
|
|
291
|
-
Disabled = "DISABLED"
|
|
292
|
-
}
|
|
293
|
-
|
|
294
|
-
/** Known values of {@link AvailabilityState} that the service accepts. */
|
|
295
|
-
export declare enum KnownAvailabilityState {
|
|
296
|
-
/** Crashed */
|
|
297
|
-
Crashed = "CRASHED",
|
|
298
|
-
/** Lost */
|
|
299
|
-
Lost = "LOST",
|
|
300
|
-
/** Monitored */
|
|
301
|
-
Monitored = "MONITORED",
|
|
302
|
-
/** PREMonitored */
|
|
303
|
-
PREMonitored = "PRE_MONITORED",
|
|
304
|
-
/** Shutdown */
|
|
305
|
-
Shutdown = "SHUTDOWN",
|
|
306
|
-
/** UnexpectedShutdown */
|
|
307
|
-
UnexpectedShutdown = "UNEXPECTED_SHUTDOWN",
|
|
308
|
-
/** Unknown */
|
|
309
|
-
Unknown = "UNKNOWN",
|
|
310
|
-
/** Unmonitored */
|
|
311
|
-
Unmonitored = "UNMONITORED"
|
|
312
|
-
}
|
|
313
|
-
|
|
314
|
-
/** Known values of {@link CreatedByType} that the service accepts. */
|
|
315
|
-
export declare enum KnownCreatedByType {
|
|
316
|
-
/** User */
|
|
317
|
-
User = "User",
|
|
318
|
-
/** Application */
|
|
319
|
-
Application = "Application",
|
|
320
|
-
/** ManagedIdentity */
|
|
321
|
-
ManagedIdentity = "ManagedIdentity",
|
|
322
|
-
/** Key */
|
|
323
|
-
Key = "Key"
|
|
324
|
-
}
|
|
325
|
-
|
|
326
|
-
/** Known values of {@link LiftrResourceCategories} that the service accepts. */
|
|
327
|
-
export declare enum KnownLiftrResourceCategories {
|
|
328
|
-
/** Unknown */
|
|
329
|
-
Unknown = "Unknown",
|
|
330
|
-
/** MonitorLogs */
|
|
331
|
-
MonitorLogs = "MonitorLogs"
|
|
332
|
-
}
|
|
333
|
-
|
|
334
|
-
/** Known values of {@link LogModule} that the service accepts. */
|
|
335
|
-
export declare enum KnownLogModule {
|
|
336
|
-
/** Enabled */
|
|
337
|
-
Enabled = "ENABLED",
|
|
338
|
-
/** Disabled */
|
|
339
|
-
Disabled = "DISABLED"
|
|
340
|
-
}
|
|
341
|
-
|
|
342
|
-
/** Known values of {@link ManagedIdentityType} that the service accepts. */
|
|
343
|
-
export declare enum KnownManagedIdentityType {
|
|
344
|
-
/** SystemAssigned */
|
|
345
|
-
SystemAssigned = "SystemAssigned",
|
|
346
|
-
/** UserAssigned */
|
|
347
|
-
UserAssigned = "UserAssigned",
|
|
348
|
-
/** SystemAndUserAssigned */
|
|
349
|
-
SystemAndUserAssigned = "SystemAndUserAssigned"
|
|
350
|
-
}
|
|
351
|
-
|
|
352
|
-
/** Known values of {@link MarketplaceSubscriptionStatus} that the service accepts. */
|
|
353
|
-
export declare enum KnownMarketplaceSubscriptionStatus {
|
|
354
|
-
/** Active */
|
|
355
|
-
Active = "Active",
|
|
356
|
-
/** Suspended */
|
|
357
|
-
Suspended = "Suspended"
|
|
358
|
-
}
|
|
359
|
-
|
|
360
|
-
/** Known values of {@link MonitoringStatus} that the service accepts. */
|
|
361
|
-
export declare enum KnownMonitoringStatus {
|
|
362
|
-
/** Enabled */
|
|
363
|
-
Enabled = "Enabled",
|
|
364
|
-
/** Disabled */
|
|
365
|
-
Disabled = "Disabled"
|
|
366
|
-
}
|
|
367
|
-
|
|
368
|
-
/** Known values of {@link MonitoringType} that the service accepts. */
|
|
369
|
-
export declare enum KnownMonitoringType {
|
|
370
|
-
/** CloudInfrastructure */
|
|
371
|
-
CloudInfrastructure = "CLOUD_INFRASTRUCTURE",
|
|
372
|
-
/** FullStack */
|
|
373
|
-
FullStack = "FULL_STACK"
|
|
374
|
-
}
|
|
375
|
-
|
|
376
|
-
/** Known values of {@link Origin} that the service accepts. */
|
|
377
|
-
export declare enum KnownOrigin {
|
|
378
|
-
/** User */
|
|
379
|
-
User = "user",
|
|
380
|
-
/** System */
|
|
381
|
-
System = "system",
|
|
382
|
-
/** UserSystem */
|
|
383
|
-
UserSystem = "user,system"
|
|
384
|
-
}
|
|
385
|
-
|
|
386
|
-
/** Known values of {@link ProvisioningState} that the service accepts. */
|
|
387
|
-
export declare enum KnownProvisioningState {
|
|
388
|
-
/** Accepted */
|
|
389
|
-
Accepted = "Accepted",
|
|
390
|
-
/** Creating */
|
|
391
|
-
Creating = "Creating",
|
|
392
|
-
/** Updating */
|
|
393
|
-
Updating = "Updating",
|
|
394
|
-
/** Deleting */
|
|
395
|
-
Deleting = "Deleting",
|
|
396
|
-
/** Succeeded */
|
|
397
|
-
Succeeded = "Succeeded",
|
|
398
|
-
/** Failed */
|
|
399
|
-
Failed = "Failed",
|
|
400
|
-
/** Canceled */
|
|
401
|
-
Canceled = "Canceled",
|
|
402
|
-
/** Deleted */
|
|
403
|
-
Deleted = "Deleted",
|
|
404
|
-
/** NotSpecified */
|
|
405
|
-
NotSpecified = "NotSpecified"
|
|
406
|
-
}
|
|
407
|
-
|
|
408
|
-
/** Known values of {@link SendAadLogsStatus} that the service accepts. */
|
|
409
|
-
export declare enum KnownSendAadLogsStatus {
|
|
410
|
-
/** Enabled */
|
|
411
|
-
Enabled = "Enabled",
|
|
412
|
-
/** Disabled */
|
|
413
|
-
Disabled = "Disabled"
|
|
414
|
-
}
|
|
415
|
-
|
|
416
|
-
/** Known values of {@link SendActivityLogsStatus} that the service accepts. */
|
|
417
|
-
export declare enum KnownSendActivityLogsStatus {
|
|
418
|
-
/** Enabled */
|
|
419
|
-
Enabled = "Enabled",
|
|
420
|
-
/** Disabled */
|
|
421
|
-
Disabled = "Disabled"
|
|
422
|
-
}
|
|
423
|
-
|
|
424
|
-
/** Known values of {@link SendingLogsStatus} that the service accepts. */
|
|
425
|
-
export declare enum KnownSendingLogsStatus {
|
|
426
|
-
/** Enabled */
|
|
427
|
-
Enabled = "Enabled",
|
|
428
|
-
/** Disabled */
|
|
429
|
-
Disabled = "Disabled"
|
|
430
|
-
}
|
|
431
|
-
|
|
432
|
-
/** Known values of {@link SendingMetricsStatus} that the service accepts. */
|
|
433
|
-
export declare enum KnownSendingMetricsStatus {
|
|
434
|
-
/** Enabled */
|
|
435
|
-
Enabled = "Enabled",
|
|
436
|
-
/** Disabled */
|
|
437
|
-
Disabled = "Disabled"
|
|
438
|
-
}
|
|
439
|
-
|
|
440
|
-
/** Known values of {@link SendSubscriptionLogsStatus} that the service accepts. */
|
|
441
|
-
export declare enum KnownSendSubscriptionLogsStatus {
|
|
442
|
-
/** Enabled */
|
|
443
|
-
Enabled = "Enabled",
|
|
444
|
-
/** Disabled */
|
|
445
|
-
Disabled = "Disabled"
|
|
446
|
-
}
|
|
447
|
-
|
|
448
|
-
/** Known values of {@link SingleSignOnStates} that the service accepts. */
|
|
449
|
-
export declare enum KnownSingleSignOnStates {
|
|
450
|
-
/** Initial */
|
|
451
|
-
Initial = "Initial",
|
|
452
|
-
/** Enable */
|
|
453
|
-
Enable = "Enable",
|
|
454
|
-
/** Disable */
|
|
455
|
-
Disable = "Disable",
|
|
456
|
-
/** Existing */
|
|
457
|
-
Existing = "Existing"
|
|
458
|
-
}
|
|
459
|
-
|
|
460
|
-
/** Known values of {@link SSOStatus} that the service accepts. */
|
|
461
|
-
export declare enum KnownSSOStatus {
|
|
462
|
-
/** Enabled */
|
|
463
|
-
Enabled = "Enabled",
|
|
464
|
-
/** Disabled */
|
|
465
|
-
Disabled = "Disabled"
|
|
466
|
-
}
|
|
467
|
-
|
|
468
|
-
/** Known values of {@link TagAction} that the service accepts. */
|
|
469
|
-
export declare enum KnownTagAction {
|
|
470
|
-
/** Include */
|
|
471
|
-
Include = "Include",
|
|
472
|
-
/** Exclude */
|
|
473
|
-
Exclude = "Exclude"
|
|
474
|
-
}
|
|
475
|
-
|
|
476
|
-
/** Known values of {@link UpdateStatus} that the service accepts. */
|
|
477
|
-
export declare enum KnownUpdateStatus {
|
|
478
|
-
/** Incompatible */
|
|
479
|
-
Incompatible = "INCOMPATIBLE",
|
|
480
|
-
/** Outdated */
|
|
481
|
-
Outdated = "OUTDATED",
|
|
482
|
-
/** Scheduled */
|
|
483
|
-
Scheduled = "SCHEDULED",
|
|
484
|
-
/** Suppressed */
|
|
485
|
-
Suppressed = "SUPPRESSED",
|
|
486
|
-
/** Unknown */
|
|
487
|
-
Unknown = "UNKNOWN",
|
|
488
|
-
/** UP2Date */
|
|
489
|
-
UP2Date = "UP2DATE",
|
|
490
|
-
/** UpdateINProgress */
|
|
491
|
-
UpdateINProgress = "UPDATE_IN_PROGRESS",
|
|
492
|
-
/** UpdatePending */
|
|
493
|
-
UpdatePending = "UPDATE_PENDING",
|
|
494
|
-
/** UpdateProblem */
|
|
495
|
-
UpdateProblem = "UPDATE_PROBLEM"
|
|
496
|
-
}
|
|
497
|
-
|
|
498
|
-
/**
|
|
499
|
-
* Defines values for LiftrResourceCategories. \
|
|
500
|
-
* {@link KnownLiftrResourceCategories} can be used interchangeably with LiftrResourceCategories,
|
|
501
|
-
* this enum contains the known values that the service supports.
|
|
502
|
-
* ### Known values supported by the service
|
|
503
|
-
* **Unknown** \
|
|
504
|
-
* **MonitorLogs**
|
|
505
|
-
*/
|
|
506
|
-
export declare type LiftrResourceCategories = string;
|
|
507
|
-
|
|
508
|
-
/** Response for getting all the linkable environments */
|
|
509
|
-
export declare interface LinkableEnvironmentListResponse {
|
|
510
|
-
/** List of environments for which user is an admin */
|
|
511
|
-
value?: LinkableEnvironmentResponse[];
|
|
512
|
-
/** Link to the next set of results, if any. */
|
|
513
|
-
nextLink?: string;
|
|
514
|
-
}
|
|
515
|
-
|
|
516
|
-
/** Request for getting all the linkable environments for a user */
|
|
517
|
-
export declare interface LinkableEnvironmentRequest {
|
|
518
|
-
/** Tenant Id of the user in which they want to link the environment */
|
|
519
|
-
tenantId: string;
|
|
520
|
-
/** user principal id of the user */
|
|
521
|
-
userPrincipal: string;
|
|
522
|
-
/** Azure region in which we want to link the environment */
|
|
523
|
-
region: string;
|
|
524
|
-
}
|
|
525
|
-
|
|
526
|
-
/** Response for getting all the linkable environments */
|
|
527
|
-
export declare interface LinkableEnvironmentResponse {
|
|
528
|
-
/** environment id for which user is an admin */
|
|
529
|
-
environmentId?: string;
|
|
530
|
-
/** Name of the environment */
|
|
531
|
-
environmentName?: string;
|
|
532
|
-
/** Billing plan information. */
|
|
533
|
-
planData?: PlanData;
|
|
534
|
-
}
|
|
535
|
-
|
|
536
|
-
/**
|
|
537
|
-
* Defines values for LogModule. \
|
|
538
|
-
* {@link KnownLogModule} can be used interchangeably with LogModule,
|
|
539
|
-
* this enum contains the known values that the service supports.
|
|
540
|
-
* ### Known values supported by the service
|
|
541
|
-
* **ENABLED** \
|
|
542
|
-
* **DISABLED**
|
|
543
|
-
*/
|
|
544
|
-
export declare type LogModule = string;
|
|
545
|
-
|
|
546
|
-
/** Set of rules for sending logs for the Monitor resource. */
|
|
547
|
-
export declare interface LogRules {
|
|
548
|
-
/** Flag specifying if AAD logs should be sent for the Monitor resource. */
|
|
549
|
-
sendAadLogs?: SendAadLogsStatus;
|
|
550
|
-
/** Flag specifying if subscription logs should be sent for the Monitor resource. */
|
|
551
|
-
sendSubscriptionLogs?: SendSubscriptionLogsStatus;
|
|
552
|
-
/** Flag specifying if activity logs from Azure resources should be sent for the Monitor resource. */
|
|
553
|
-
sendActivityLogs?: SendActivityLogsStatus;
|
|
554
|
-
/**
|
|
555
|
-
* List of filtering tags to be used for capturing logs. This only takes effect if SendActivityLogs flag is enabled. If empty, all resources will be captured.
|
|
556
|
-
* If only Exclude action is specified, the rules will apply to the list of all available resources. If Include actions are specified, the rules will only include resources with the associated tags.
|
|
557
|
-
*/
|
|
558
|
-
filteringTags?: FilteringTag[];
|
|
559
|
-
}
|
|
560
|
-
|
|
561
|
-
/**
|
|
562
|
-
* Defines values for ManagedIdentityType. \
|
|
563
|
-
* {@link KnownManagedIdentityType} can be used interchangeably with ManagedIdentityType,
|
|
564
|
-
* this enum contains the known values that the service supports.
|
|
565
|
-
* ### Known values supported by the service
|
|
566
|
-
* **SystemAssigned** \
|
|
567
|
-
* **UserAssigned** \
|
|
568
|
-
* **SystemAndUserAssigned**
|
|
569
|
-
*/
|
|
570
|
-
export declare type ManagedIdentityType = string;
|
|
571
|
-
|
|
572
|
-
/** Request for getting Marketplace SaaS resource details for a tenant Id */
|
|
573
|
-
export declare interface MarketplaceSaaSResourceDetailsRequest {
|
|
574
|
-
/** Tenant Id */
|
|
575
|
-
tenantId: string;
|
|
576
|
-
}
|
|
577
|
-
|
|
578
|
-
/** Marketplace SaaS resource details linked to the given tenant Id */
|
|
579
|
-
export declare interface MarketplaceSaaSResourceDetailsResponse {
|
|
580
|
-
/** Id of the Marketplace SaaS Resource */
|
|
581
|
-
marketplaceSaaSResourceId?: string;
|
|
582
|
-
/** Id of the plan */
|
|
583
|
-
planId?: string;
|
|
584
|
-
/** Marketplace subscription status */
|
|
585
|
-
marketplaceSubscriptionStatus?: MarketplaceSubscriptionStatus;
|
|
586
|
-
}
|
|
587
|
-
|
|
588
|
-
/**
|
|
589
|
-
* Defines values for MarketplaceSubscriptionStatus. \
|
|
590
|
-
* {@link KnownMarketplaceSubscriptionStatus} can be used interchangeably with MarketplaceSubscriptionStatus,
|
|
591
|
-
* this enum contains the known values that the service supports.
|
|
592
|
-
* ### Known values supported by the service
|
|
593
|
-
* **Active** \
|
|
594
|
-
* **Suspended**
|
|
595
|
-
*/
|
|
596
|
-
export declare type MarketplaceSubscriptionStatus = string;
|
|
597
|
-
|
|
598
|
-
/** Set of rules for sending metrics for the Monitor resource. */
|
|
599
|
-
export declare interface MetricRules {
|
|
600
|
-
/** Flag specifying if metrics from Azure resources should be sent for the Monitor resource. */
|
|
601
|
-
sendingMetrics?: SendingMetricsStatus;
|
|
602
|
-
/** List of filtering tags to be used for capturing metrics. If empty, all resources will be captured. If only Exclude action is specified, the rules will apply to the list of all available resources. If Include actions are specified, the rules will only include resources with the associated tags. */
|
|
603
|
-
filteringTags?: FilteringTag[];
|
|
604
|
-
}
|
|
605
|
-
|
|
606
|
-
/** Response of get metrics status operation */
|
|
607
|
-
export declare interface MetricsStatusResponse {
|
|
608
|
-
/** Azure resource IDs */
|
|
609
|
-
azureResourceIds?: string[];
|
|
610
|
-
}
|
|
611
|
-
|
|
612
|
-
/** Details of resource being monitored by Dynatrace monitor resource */
|
|
613
|
-
export declare interface MonitoredResource {
|
|
614
|
-
/** The ARM id of the resource. */
|
|
615
|
-
id?: string;
|
|
616
|
-
/** Flag indicating if resource is sending metrics to Dynatrace. */
|
|
617
|
-
sendingMetrics?: SendingMetricsStatus;
|
|
618
|
-
/** Reason for why the resource is sending metrics (or why it is not sending). */
|
|
619
|
-
reasonForMetricsStatus?: string;
|
|
620
|
-
/** Flag indicating if resource is sending logs to Dynatrace. */
|
|
621
|
-
sendingLogs?: SendingLogsStatus;
|
|
622
|
-
/** Reason for why the resource is sending logs (or why it is not sending). */
|
|
623
|
-
reasonForLogsStatus?: string;
|
|
624
|
-
}
|
|
625
|
-
|
|
626
|
-
/** List of all the resources being monitored by Dynatrace monitor resource */
|
|
627
|
-
export declare interface MonitoredResourceListResponse {
|
|
628
|
-
/** The items on this page */
|
|
629
|
-
value?: MonitoredResource[];
|
|
630
|
-
/** The link to the next page of items */
|
|
631
|
-
nextLink?: string;
|
|
632
|
-
}
|
|
633
|
-
|
|
634
|
-
/**
|
|
635
|
-
* Defines values for MonitoringStatus. \
|
|
636
|
-
* {@link KnownMonitoringStatus} can be used interchangeably with MonitoringStatus,
|
|
637
|
-
* this enum contains the known values that the service supports.
|
|
638
|
-
* ### Known values supported by the service
|
|
639
|
-
* **Enabled** \
|
|
640
|
-
* **Disabled**
|
|
641
|
-
*/
|
|
642
|
-
export declare type MonitoringStatus = string;
|
|
643
|
-
|
|
644
|
-
/**
|
|
645
|
-
* Defines values for MonitoringType. \
|
|
646
|
-
* {@link KnownMonitoringType} can be used interchangeably with MonitoringType,
|
|
647
|
-
* this enum contains the known values that the service supports.
|
|
648
|
-
* ### Known values supported by the service
|
|
649
|
-
* **CLOUD_INFRASTRUCTURE** \
|
|
650
|
-
* **FULL_STACK**
|
|
651
|
-
*/
|
|
652
|
-
export declare type MonitoringType = string;
|
|
653
|
-
|
|
654
|
-
/** Dynatrace Monitor Resource */
|
|
655
|
-
export declare interface MonitorResource extends TrackedResource {
|
|
656
|
-
/**
|
|
657
|
-
* System metadata for this resource.
|
|
658
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
659
|
-
*/
|
|
660
|
-
readonly systemData?: SystemData;
|
|
661
|
-
/** The managed service identities assigned to this resource. */
|
|
662
|
-
identity?: IdentityProperties;
|
|
663
|
-
/** Status of the monitor. */
|
|
664
|
-
monitoringStatus?: MonitoringStatus;
|
|
665
|
-
/** Marketplace subscription status. */
|
|
666
|
-
marketplaceSubscriptionStatus?: MarketplaceSubscriptionStatus;
|
|
667
|
-
/** Properties of the Dynatrace environment. */
|
|
668
|
-
dynatraceEnvironmentProperties?: DynatraceEnvironmentProperties;
|
|
669
|
-
/** User info. */
|
|
670
|
-
userInfo?: UserInfo;
|
|
671
|
-
/** Billing plan information. */
|
|
672
|
-
planData?: PlanData;
|
|
673
|
-
/**
|
|
674
|
-
* Liftr Resource category.
|
|
675
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
676
|
-
*/
|
|
677
|
-
readonly liftrResourceCategory?: LiftrResourceCategories;
|
|
678
|
-
/**
|
|
679
|
-
* The priority of the resource.
|
|
680
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
681
|
-
*/
|
|
682
|
-
readonly liftrResourcePreference?: number;
|
|
683
|
-
/**
|
|
684
|
-
* Provisioning state of the resource.
|
|
685
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
686
|
-
*/
|
|
687
|
-
readonly provisioningState?: ProvisioningState;
|
|
688
|
-
}
|
|
689
|
-
|
|
690
|
-
/** The response of a MonitorResource list operation. */
|
|
691
|
-
export declare interface MonitorResourceListResult {
|
|
692
|
-
/** The items on this page */
|
|
693
|
-
value: MonitorResource[];
|
|
694
|
-
/** The link to the next page of items */
|
|
695
|
-
nextLink?: string;
|
|
696
|
-
}
|
|
697
|
-
|
|
698
|
-
/** The updatable properties of the MonitorResource. */
|
|
699
|
-
export declare interface MonitorResourceUpdate {
|
|
700
|
-
/** Resource tags. */
|
|
701
|
-
tags?: {
|
|
702
|
-
[propertyName: string]: string;
|
|
703
|
-
};
|
|
704
|
-
}
|
|
705
|
-
|
|
706
|
-
/** Interface representing a Monitors. */
|
|
707
|
-
export declare interface Monitors {
|
|
708
|
-
/**
|
|
709
|
-
* List the resources currently being monitored by the Dynatrace monitor resource.
|
|
710
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
711
|
-
* @param monitorName Monitor resource name
|
|
712
|
-
* @param options The options parameters.
|
|
713
|
-
*/
|
|
714
|
-
listMonitoredResources(resourceGroupName: string, monitorName: string, options?: MonitorsListMonitoredResourcesOptionalParams): PagedAsyncIterableIterator<MonitoredResource>;
|
|
715
|
-
/**
|
|
716
|
-
* List all MonitorResource by subscriptionId
|
|
717
|
-
* @param options The options parameters.
|
|
718
|
-
*/
|
|
719
|
-
listBySubscriptionId(options?: MonitorsListBySubscriptionIdOptionalParams): PagedAsyncIterableIterator<MonitorResource>;
|
|
720
|
-
/**
|
|
721
|
-
* List MonitorResource resources by resource group
|
|
722
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
723
|
-
* @param options The options parameters.
|
|
724
|
-
*/
|
|
725
|
-
listByResourceGroup(resourceGroupName: string, options?: MonitorsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<MonitorResource>;
|
|
726
|
-
/**
|
|
727
|
-
* List the VM/VMSS resources currently being monitored by the Dynatrace resource.
|
|
728
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
729
|
-
* @param monitorName Monitor resource name
|
|
730
|
-
* @param options The options parameters.
|
|
731
|
-
*/
|
|
732
|
-
listHosts(resourceGroupName: string, monitorName: string, options?: MonitorsListHostsOptionalParams): PagedAsyncIterableIterator<VMInfo>;
|
|
733
|
-
/**
|
|
734
|
-
* Gets list of App Services with Dynatrace PaaS OneAgent enabled
|
|
735
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
736
|
-
* @param monitorName Monitor resource name
|
|
737
|
-
* @param options The options parameters.
|
|
738
|
-
*/
|
|
739
|
-
listAppServices(resourceGroupName: string, monitorName: string, options?: MonitorsListAppServicesOptionalParams): PagedAsyncIterableIterator<AppServiceInfo>;
|
|
740
|
-
/**
|
|
741
|
-
* Gets all the Dynatrace environments that a user can link a azure resource to
|
|
742
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
743
|
-
* @param monitorName Monitor resource name
|
|
744
|
-
* @param request The details of the linkable environment request.
|
|
745
|
-
* @param options The options parameters.
|
|
746
|
-
*/
|
|
747
|
-
listLinkableEnvironments(resourceGroupName: string, monitorName: string, request: LinkableEnvironmentRequest, options?: MonitorsListLinkableEnvironmentsOptionalParams): PagedAsyncIterableIterator<LinkableEnvironmentResponse>;
|
|
748
|
-
/**
|
|
749
|
-
* Returns the payload that needs to be passed in the request body for installing Dynatrace agent on a
|
|
750
|
-
* VM.
|
|
751
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
752
|
-
* @param monitorName Monitor resource name
|
|
753
|
-
* @param options The options parameters.
|
|
754
|
-
*/
|
|
755
|
-
getVMHostPayload(resourceGroupName: string, monitorName: string, options?: MonitorsGetVMHostPayloadOptionalParams): Promise<MonitorsGetVMHostPayloadResponse>;
|
|
756
|
-
/**
|
|
757
|
-
* Get a MonitorResource
|
|
758
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
759
|
-
* @param monitorName Monitor resource name
|
|
760
|
-
* @param options The options parameters.
|
|
761
|
-
*/
|
|
762
|
-
get(resourceGroupName: string, monitorName: string, options?: MonitorsGetOptionalParams): Promise<MonitorsGetResponse>;
|
|
763
|
-
/**
|
|
764
|
-
* Create a MonitorResource
|
|
765
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
766
|
-
* @param monitorName Monitor resource name
|
|
767
|
-
* @param resource Resource create parameters.
|
|
768
|
-
* @param options The options parameters.
|
|
769
|
-
*/
|
|
770
|
-
beginCreateOrUpdate(resourceGroupName: string, monitorName: string, resource: MonitorResource, options?: MonitorsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<MonitorsCreateOrUpdateResponse>, MonitorsCreateOrUpdateResponse>>;
|
|
771
|
-
/**
|
|
772
|
-
* Create a MonitorResource
|
|
773
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
774
|
-
* @param monitorName Monitor resource name
|
|
775
|
-
* @param resource Resource create parameters.
|
|
776
|
-
* @param options The options parameters.
|
|
777
|
-
*/
|
|
778
|
-
beginCreateOrUpdateAndWait(resourceGroupName: string, monitorName: string, resource: MonitorResource, options?: MonitorsCreateOrUpdateOptionalParams): Promise<MonitorsCreateOrUpdateResponse>;
|
|
779
|
-
/**
|
|
780
|
-
* Update a MonitorResource
|
|
781
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
782
|
-
* @param monitorName Monitor resource name
|
|
783
|
-
* @param resource The resource properties to be updated.
|
|
784
|
-
* @param options The options parameters.
|
|
785
|
-
*/
|
|
786
|
-
update(resourceGroupName: string, monitorName: string, resource: MonitorResourceUpdate, options?: MonitorsUpdateOptionalParams): Promise<MonitorsUpdateResponse>;
|
|
787
|
-
/**
|
|
788
|
-
* Delete a MonitorResource
|
|
789
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
790
|
-
* @param monitorName Monitor resource name
|
|
791
|
-
* @param options The options parameters.
|
|
792
|
-
*/
|
|
793
|
-
beginDelete(resourceGroupName: string, monitorName: string, options?: MonitorsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
794
|
-
/**
|
|
795
|
-
* Delete a MonitorResource
|
|
796
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
797
|
-
* @param monitorName Monitor resource name
|
|
798
|
-
* @param options The options parameters.
|
|
799
|
-
*/
|
|
800
|
-
beginDeleteAndWait(resourceGroupName: string, monitorName: string, options?: MonitorsDeleteOptionalParams): Promise<void>;
|
|
801
|
-
/**
|
|
802
|
-
* Get Marketplace SaaS resource details of a tenant under a specific subscription
|
|
803
|
-
* @param request Tenant Id
|
|
804
|
-
* @param options The options parameters.
|
|
805
|
-
*/
|
|
806
|
-
getMarketplaceSaaSResourceDetails(request: MarketplaceSaaSResourceDetailsRequest, options?: MonitorsGetMarketplaceSaaSResourceDetailsOptionalParams): Promise<MonitorsGetMarketplaceSaaSResourceDetailsResponse>;
|
|
807
|
-
/**
|
|
808
|
-
* Get metric status
|
|
809
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
810
|
-
* @param monitorName Name of the Monitor resource
|
|
811
|
-
* @param options The options parameters.
|
|
812
|
-
*/
|
|
813
|
-
getMetricStatus(resourceGroupName: string, monitorName: string, options?: MonitorsGetMetricStatusOptionalParams): Promise<MonitorsGetMetricStatusResponse>;
|
|
814
|
-
/**
|
|
815
|
-
* Gets the SSO configuration details from the partner.
|
|
816
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
817
|
-
* @param monitorName Monitor resource name
|
|
818
|
-
* @param options The options parameters.
|
|
819
|
-
*/
|
|
820
|
-
getSSODetails(resourceGroupName: string, monitorName: string, options?: MonitorsGetSSODetailsOptionalParams): Promise<MonitorsGetSSODetailsResponse>;
|
|
821
|
-
}
|
|
822
|
-
|
|
823
|
-
/** Optional parameters. */
|
|
824
|
-
export declare interface MonitorsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
825
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
826
|
-
updateIntervalInMs?: number;
|
|
827
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
828
|
-
resumeFrom?: string;
|
|
829
|
-
}
|
|
830
|
-
|
|
831
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
832
|
-
export declare type MonitorsCreateOrUpdateResponse = MonitorResource;
|
|
833
|
-
|
|
834
|
-
/** Optional parameters. */
|
|
835
|
-
export declare interface MonitorsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
836
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
837
|
-
updateIntervalInMs?: number;
|
|
838
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
839
|
-
resumeFrom?: string;
|
|
840
|
-
}
|
|
841
|
-
|
|
842
|
-
/** Optional parameters. */
|
|
843
|
-
export declare interface MonitorsGetMarketplaceSaaSResourceDetailsOptionalParams extends coreClient.OperationOptions {
|
|
844
|
-
}
|
|
845
|
-
|
|
846
|
-
/** Contains response data for the getMarketplaceSaaSResourceDetails operation. */
|
|
847
|
-
export declare type MonitorsGetMarketplaceSaaSResourceDetailsResponse = MarketplaceSaaSResourceDetailsResponse;
|
|
848
|
-
|
|
849
|
-
/** Optional parameters. */
|
|
850
|
-
export declare interface MonitorsGetMetricStatusOptionalParams extends coreClient.OperationOptions {
|
|
851
|
-
}
|
|
852
|
-
|
|
853
|
-
/** Contains response data for the getMetricStatus operation. */
|
|
854
|
-
export declare type MonitorsGetMetricStatusResponse = MetricsStatusResponse;
|
|
855
|
-
|
|
856
|
-
/** Optional parameters. */
|
|
857
|
-
export declare interface MonitorsGetOptionalParams extends coreClient.OperationOptions {
|
|
858
|
-
}
|
|
859
|
-
|
|
860
|
-
/** Contains response data for the get operation. */
|
|
861
|
-
export declare type MonitorsGetResponse = MonitorResource;
|
|
862
|
-
|
|
863
|
-
/** Optional parameters. */
|
|
864
|
-
export declare interface MonitorsGetSSODetailsOptionalParams extends coreClient.OperationOptions {
|
|
865
|
-
/** The details of the get sso details request. */
|
|
866
|
-
request?: SSODetailsRequest;
|
|
867
|
-
}
|
|
868
|
-
|
|
869
|
-
/** Contains response data for the getSSODetails operation. */
|
|
870
|
-
export declare type MonitorsGetSSODetailsResponse = SSODetailsResponse;
|
|
871
|
-
|
|
872
|
-
/** Optional parameters. */
|
|
873
|
-
export declare interface MonitorsGetVMHostPayloadOptionalParams extends coreClient.OperationOptions {
|
|
874
|
-
}
|
|
875
|
-
|
|
876
|
-
/** Contains response data for the getVMHostPayload operation. */
|
|
877
|
-
export declare type MonitorsGetVMHostPayloadResponse = VMExtensionPayload;
|
|
878
|
-
|
|
879
|
-
/** Optional parameters. */
|
|
880
|
-
export declare interface MonitorsListAppServicesNextOptionalParams extends coreClient.OperationOptions {
|
|
881
|
-
}
|
|
882
|
-
|
|
883
|
-
/** Contains response data for the listAppServicesNext operation. */
|
|
884
|
-
export declare type MonitorsListAppServicesNextResponse = AppServiceListResponse;
|
|
885
|
-
|
|
886
|
-
/** Optional parameters. */
|
|
887
|
-
export declare interface MonitorsListAppServicesOptionalParams extends coreClient.OperationOptions {
|
|
888
|
-
}
|
|
889
|
-
|
|
890
|
-
/** Contains response data for the listAppServices operation. */
|
|
891
|
-
export declare type MonitorsListAppServicesResponse = AppServiceListResponse;
|
|
892
|
-
|
|
893
|
-
/** Optional parameters. */
|
|
894
|
-
export declare interface MonitorsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
895
|
-
}
|
|
896
|
-
|
|
897
|
-
/** Contains response data for the listByResourceGroupNext operation. */
|
|
898
|
-
export declare type MonitorsListByResourceGroupNextResponse = MonitorResourceListResult;
|
|
899
|
-
|
|
900
|
-
/** Optional parameters. */
|
|
901
|
-
export declare interface MonitorsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
902
|
-
}
|
|
903
|
-
|
|
904
|
-
/** Contains response data for the listByResourceGroup operation. */
|
|
905
|
-
export declare type MonitorsListByResourceGroupResponse = MonitorResourceListResult;
|
|
906
|
-
|
|
907
|
-
/** Optional parameters. */
|
|
908
|
-
export declare interface MonitorsListBySubscriptionIdNextOptionalParams extends coreClient.OperationOptions {
|
|
909
|
-
}
|
|
910
|
-
|
|
911
|
-
/** Contains response data for the listBySubscriptionIdNext operation. */
|
|
912
|
-
export declare type MonitorsListBySubscriptionIdNextResponse = MonitorResourceListResult;
|
|
913
|
-
|
|
914
|
-
/** Optional parameters. */
|
|
915
|
-
export declare interface MonitorsListBySubscriptionIdOptionalParams extends coreClient.OperationOptions {
|
|
916
|
-
}
|
|
917
|
-
|
|
918
|
-
/** Contains response data for the listBySubscriptionId operation. */
|
|
919
|
-
export declare type MonitorsListBySubscriptionIdResponse = MonitorResourceListResult;
|
|
920
|
-
|
|
921
|
-
/** Optional parameters. */
|
|
922
|
-
export declare interface MonitorsListHostsNextOptionalParams extends coreClient.OperationOptions {
|
|
923
|
-
}
|
|
924
|
-
|
|
925
|
-
/** Contains response data for the listHostsNext operation. */
|
|
926
|
-
export declare type MonitorsListHostsNextResponse = VMHostsListResponse;
|
|
927
|
-
|
|
928
|
-
/** Optional parameters. */
|
|
929
|
-
export declare interface MonitorsListHostsOptionalParams extends coreClient.OperationOptions {
|
|
930
|
-
}
|
|
931
|
-
|
|
932
|
-
/** Contains response data for the listHosts operation. */
|
|
933
|
-
export declare type MonitorsListHostsResponse = VMHostsListResponse;
|
|
934
|
-
|
|
935
|
-
/** Optional parameters. */
|
|
936
|
-
export declare interface MonitorsListLinkableEnvironmentsNextOptionalParams extends coreClient.OperationOptions {
|
|
937
|
-
}
|
|
938
|
-
|
|
939
|
-
/** Contains response data for the listLinkableEnvironmentsNext operation. */
|
|
940
|
-
export declare type MonitorsListLinkableEnvironmentsNextResponse = LinkableEnvironmentListResponse;
|
|
941
|
-
|
|
942
|
-
/** Optional parameters. */
|
|
943
|
-
export declare interface MonitorsListLinkableEnvironmentsOptionalParams extends coreClient.OperationOptions {
|
|
944
|
-
}
|
|
945
|
-
|
|
946
|
-
/** Contains response data for the listLinkableEnvironments operation. */
|
|
947
|
-
export declare type MonitorsListLinkableEnvironmentsResponse = LinkableEnvironmentListResponse;
|
|
948
|
-
|
|
949
|
-
/** Optional parameters. */
|
|
950
|
-
export declare interface MonitorsListMonitoredResourcesNextOptionalParams extends coreClient.OperationOptions {
|
|
951
|
-
}
|
|
952
|
-
|
|
953
|
-
/** Contains response data for the listMonitoredResourcesNext operation. */
|
|
954
|
-
export declare type MonitorsListMonitoredResourcesNextResponse = MonitoredResourceListResponse;
|
|
955
|
-
|
|
956
|
-
/** Optional parameters. */
|
|
957
|
-
export declare interface MonitorsListMonitoredResourcesOptionalParams extends coreClient.OperationOptions {
|
|
958
|
-
}
|
|
959
|
-
|
|
960
|
-
/** Contains response data for the listMonitoredResources operation. */
|
|
961
|
-
export declare type MonitorsListMonitoredResourcesResponse = MonitoredResourceListResponse;
|
|
962
|
-
|
|
963
|
-
/** Optional parameters. */
|
|
964
|
-
export declare interface MonitorsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
965
|
-
}
|
|
966
|
-
|
|
967
|
-
/** Contains response data for the update operation. */
|
|
968
|
-
export declare type MonitorsUpdateResponse = MonitorResource;
|
|
969
|
-
|
|
970
|
-
/** Details of a REST API operation, returned from the Resource Provider Operations API */
|
|
971
|
-
export declare interface Operation {
|
|
972
|
-
/**
|
|
973
|
-
* The name of the operation, as per Resource-Based Access Control (RBAC). Examples: "Microsoft.Compute/virtualMachines/write", "Microsoft.Compute/virtualMachines/capture/action"
|
|
974
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
975
|
-
*/
|
|
976
|
-
readonly name?: string;
|
|
977
|
-
/**
|
|
978
|
-
* Whether the operation applies to data-plane. This is "true" for data-plane operations and "false" for ARM/control-plane operations.
|
|
979
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
980
|
-
*/
|
|
981
|
-
readonly isDataAction?: boolean;
|
|
982
|
-
/** Localized display information for this particular operation. */
|
|
983
|
-
display?: OperationDisplay;
|
|
984
|
-
/**
|
|
985
|
-
* The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system"
|
|
986
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
987
|
-
*/
|
|
988
|
-
readonly origin?: Origin;
|
|
989
|
-
/**
|
|
990
|
-
* Enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs.
|
|
991
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
992
|
-
*/
|
|
993
|
-
readonly actionType?: ActionType;
|
|
994
|
-
}
|
|
995
|
-
|
|
996
|
-
/** Localized display information for this particular operation. */
|
|
997
|
-
export declare interface OperationDisplay {
|
|
998
|
-
/**
|
|
999
|
-
* The localized friendly form of the resource provider name, e.g. "Microsoft Monitoring Insights" or "Microsoft Compute".
|
|
1000
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1001
|
-
*/
|
|
1002
|
-
readonly provider?: string;
|
|
1003
|
-
/**
|
|
1004
|
-
* The localized friendly name of the resource type related to this operation. E.g. "Virtual Machines" or "Job Schedule Collections".
|
|
1005
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1006
|
-
*/
|
|
1007
|
-
readonly resource?: string;
|
|
1008
|
-
/**
|
|
1009
|
-
* The concise, localized friendly name for the operation; suitable for dropdowns. E.g. "Create or Update Virtual Machine", "Restart Virtual Machine".
|
|
1010
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1011
|
-
*/
|
|
1012
|
-
readonly operation?: string;
|
|
1013
|
-
/**
|
|
1014
|
-
* The short, localized friendly description of the operation; suitable for tool tips and detailed views.
|
|
1015
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1016
|
-
*/
|
|
1017
|
-
readonly description?: string;
|
|
1018
|
-
}
|
|
1019
|
-
|
|
1020
|
-
/** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */
|
|
1021
|
-
export declare interface OperationListResult {
|
|
1022
|
-
/**
|
|
1023
|
-
* List of operations supported by the resource provider
|
|
1024
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1025
|
-
*/
|
|
1026
|
-
readonly value?: Operation[];
|
|
1027
|
-
/**
|
|
1028
|
-
* URL to get the next set of operation list results (if there are any).
|
|
1029
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1030
|
-
*/
|
|
1031
|
-
readonly nextLink?: string;
|
|
1032
|
-
}
|
|
1033
|
-
|
|
1034
|
-
/** Interface representing a Operations. */
|
|
1035
|
-
export declare interface Operations {
|
|
1036
|
-
/**
|
|
1037
|
-
* List the operations for Dynatrace.Observability
|
|
1038
|
-
* @param options The options parameters.
|
|
1039
|
-
*/
|
|
1040
|
-
list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<Operation>;
|
|
1041
|
-
}
|
|
1042
|
-
|
|
1043
|
-
/** Optional parameters. */
|
|
1044
|
-
export declare interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
|
|
1045
|
-
}
|
|
1046
|
-
|
|
1047
|
-
/** Contains response data for the listNext operation. */
|
|
1048
|
-
export declare type OperationsListNextResponse = OperationListResult;
|
|
1049
|
-
|
|
1050
|
-
/** Optional parameters. */
|
|
1051
|
-
export declare interface OperationsListOptionalParams extends coreClient.OperationOptions {
|
|
1052
|
-
}
|
|
1053
|
-
|
|
1054
|
-
/** Contains response data for the list operation. */
|
|
1055
|
-
export declare type OperationsListResponse = OperationListResult;
|
|
1056
|
-
|
|
1057
|
-
/**
|
|
1058
|
-
* Defines values for Origin. \
|
|
1059
|
-
* {@link KnownOrigin} can be used interchangeably with Origin,
|
|
1060
|
-
* this enum contains the known values that the service supports.
|
|
1061
|
-
* ### Known values supported by the service
|
|
1062
|
-
* **user** \
|
|
1063
|
-
* **system** \
|
|
1064
|
-
* **user,system**
|
|
1065
|
-
*/
|
|
1066
|
-
export declare type Origin = string;
|
|
1067
|
-
|
|
1068
|
-
/** Billing plan information. */
|
|
1069
|
-
export declare interface PlanData {
|
|
1070
|
-
/** different usage type like PAYG/COMMITTED. this could be enum */
|
|
1071
|
-
usageType?: string;
|
|
1072
|
-
/** different billing cycles like MONTHLY/WEEKLY. this could be enum */
|
|
1073
|
-
billingCycle?: string;
|
|
1074
|
-
/** plan id as published by Dynatrace */
|
|
1075
|
-
planDetails?: string;
|
|
1076
|
-
/** date when plan was applied */
|
|
1077
|
-
effectiveDate?: Date;
|
|
1078
|
-
}
|
|
1079
|
-
|
|
1080
|
-
/**
|
|
1081
|
-
* Defines values for ProvisioningState. \
|
|
1082
|
-
* {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,
|
|
1083
|
-
* this enum contains the known values that the service supports.
|
|
1084
|
-
* ### Known values supported by the service
|
|
1085
|
-
* **Accepted** \
|
|
1086
|
-
* **Creating** \
|
|
1087
|
-
* **Updating** \
|
|
1088
|
-
* **Deleting** \
|
|
1089
|
-
* **Succeeded** \
|
|
1090
|
-
* **Failed** \
|
|
1091
|
-
* **Canceled** \
|
|
1092
|
-
* **Deleted** \
|
|
1093
|
-
* **NotSpecified**
|
|
1094
|
-
*/
|
|
1095
|
-
export declare type ProvisioningState = string;
|
|
1096
|
-
|
|
1097
|
-
/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
|
|
1098
|
-
export declare interface ProxyResource extends Resource {
|
|
1099
|
-
}
|
|
1100
|
-
|
|
1101
|
-
/** Common fields that are returned in the response for all Azure Resource Manager resources */
|
|
1102
|
-
export declare interface Resource {
|
|
1103
|
-
/**
|
|
1104
|
-
* Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
|
|
1105
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1106
|
-
*/
|
|
1107
|
-
readonly id?: string;
|
|
1108
|
-
/**
|
|
1109
|
-
* The name of the resource
|
|
1110
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1111
|
-
*/
|
|
1112
|
-
readonly name?: string;
|
|
1113
|
-
/**
|
|
1114
|
-
* The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
1115
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1116
|
-
*/
|
|
1117
|
-
readonly type?: string;
|
|
1118
|
-
}
|
|
1119
|
-
|
|
1120
|
-
/**
|
|
1121
|
-
* Defines values for SendAadLogsStatus. \
|
|
1122
|
-
* {@link KnownSendAadLogsStatus} can be used interchangeably with SendAadLogsStatus,
|
|
1123
|
-
* this enum contains the known values that the service supports.
|
|
1124
|
-
* ### Known values supported by the service
|
|
1125
|
-
* **Enabled** \
|
|
1126
|
-
* **Disabled**
|
|
1127
|
-
*/
|
|
1128
|
-
export declare type SendAadLogsStatus = string;
|
|
1129
|
-
|
|
1130
|
-
/**
|
|
1131
|
-
* Defines values for SendActivityLogsStatus. \
|
|
1132
|
-
* {@link KnownSendActivityLogsStatus} can be used interchangeably with SendActivityLogsStatus,
|
|
1133
|
-
* this enum contains the known values that the service supports.
|
|
1134
|
-
* ### Known values supported by the service
|
|
1135
|
-
* **Enabled** \
|
|
1136
|
-
* **Disabled**
|
|
1137
|
-
*/
|
|
1138
|
-
export declare type SendActivityLogsStatus = string;
|
|
1139
|
-
|
|
1140
|
-
/**
|
|
1141
|
-
* Defines values for SendingLogsStatus. \
|
|
1142
|
-
* {@link KnownSendingLogsStatus} can be used interchangeably with SendingLogsStatus,
|
|
1143
|
-
* this enum contains the known values that the service supports.
|
|
1144
|
-
* ### Known values supported by the service
|
|
1145
|
-
* **Enabled** \
|
|
1146
|
-
* **Disabled**
|
|
1147
|
-
*/
|
|
1148
|
-
export declare type SendingLogsStatus = string;
|
|
1149
|
-
|
|
1150
|
-
/**
|
|
1151
|
-
* Defines values for SendingMetricsStatus. \
|
|
1152
|
-
* {@link KnownSendingMetricsStatus} can be used interchangeably with SendingMetricsStatus,
|
|
1153
|
-
* this enum contains the known values that the service supports.
|
|
1154
|
-
* ### Known values supported by the service
|
|
1155
|
-
* **Enabled** \
|
|
1156
|
-
* **Disabled**
|
|
1157
|
-
*/
|
|
1158
|
-
export declare type SendingMetricsStatus = string;
|
|
1159
|
-
|
|
1160
|
-
/**
|
|
1161
|
-
* Defines values for SendSubscriptionLogsStatus. \
|
|
1162
|
-
* {@link KnownSendSubscriptionLogsStatus} can be used interchangeably with SendSubscriptionLogsStatus,
|
|
1163
|
-
* this enum contains the known values that the service supports.
|
|
1164
|
-
* ### Known values supported by the service
|
|
1165
|
-
* **Enabled** \
|
|
1166
|
-
* **Disabled**
|
|
1167
|
-
*/
|
|
1168
|
-
export declare type SendSubscriptionLogsStatus = string;
|
|
1169
|
-
|
|
1170
|
-
/** Interface representing a SingleSignOn. */
|
|
1171
|
-
export declare interface SingleSignOn {
|
|
1172
|
-
/**
|
|
1173
|
-
* List all DynatraceSingleSignOnResource by monitorName
|
|
1174
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1175
|
-
* @param monitorName Monitor resource name
|
|
1176
|
-
* @param options The options parameters.
|
|
1177
|
-
*/
|
|
1178
|
-
list(resourceGroupName: string, monitorName: string, options?: SingleSignOnListOptionalParams): PagedAsyncIterableIterator<DynatraceSingleSignOnResource>;
|
|
1179
|
-
/**
|
|
1180
|
-
* Create a DynatraceSingleSignOnResource
|
|
1181
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1182
|
-
* @param monitorName Monitor resource name
|
|
1183
|
-
* @param configurationName Single Sign On Configuration Name
|
|
1184
|
-
* @param resource Resource create parameters.
|
|
1185
|
-
* @param options The options parameters.
|
|
1186
|
-
*/
|
|
1187
|
-
beginCreateOrUpdate(resourceGroupName: string, monitorName: string, configurationName: string, resource: DynatraceSingleSignOnResource, options?: SingleSignOnCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<SingleSignOnCreateOrUpdateResponse>, SingleSignOnCreateOrUpdateResponse>>;
|
|
1188
|
-
/**
|
|
1189
|
-
* Create a DynatraceSingleSignOnResource
|
|
1190
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1191
|
-
* @param monitorName Monitor resource name
|
|
1192
|
-
* @param configurationName Single Sign On Configuration Name
|
|
1193
|
-
* @param resource Resource create parameters.
|
|
1194
|
-
* @param options The options parameters.
|
|
1195
|
-
*/
|
|
1196
|
-
beginCreateOrUpdateAndWait(resourceGroupName: string, monitorName: string, configurationName: string, resource: DynatraceSingleSignOnResource, options?: SingleSignOnCreateOrUpdateOptionalParams): Promise<SingleSignOnCreateOrUpdateResponse>;
|
|
1197
|
-
/**
|
|
1198
|
-
* Get a DynatraceSingleSignOnResource
|
|
1199
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1200
|
-
* @param monitorName Monitor resource name
|
|
1201
|
-
* @param configurationName Single Sign On Configuration Name
|
|
1202
|
-
* @param options The options parameters.
|
|
1203
|
-
*/
|
|
1204
|
-
get(resourceGroupName: string, monitorName: string, configurationName: string, options?: SingleSignOnGetOptionalParams): Promise<SingleSignOnGetResponse>;
|
|
1205
|
-
}
|
|
1206
|
-
|
|
1207
|
-
/** Optional parameters. */
|
|
1208
|
-
export declare interface SingleSignOnCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1209
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1210
|
-
updateIntervalInMs?: number;
|
|
1211
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1212
|
-
resumeFrom?: string;
|
|
1213
|
-
}
|
|
1214
|
-
|
|
1215
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
1216
|
-
export declare type SingleSignOnCreateOrUpdateResponse = DynatraceSingleSignOnResource;
|
|
1217
|
-
|
|
1218
|
-
/** Optional parameters. */
|
|
1219
|
-
export declare interface SingleSignOnGetOptionalParams extends coreClient.OperationOptions {
|
|
1220
|
-
}
|
|
1221
|
-
|
|
1222
|
-
/** Contains response data for the get operation. */
|
|
1223
|
-
export declare type SingleSignOnGetResponse = DynatraceSingleSignOnResource;
|
|
1224
|
-
|
|
1225
|
-
/** Optional parameters. */
|
|
1226
|
-
export declare interface SingleSignOnListNextOptionalParams extends coreClient.OperationOptions {
|
|
1227
|
-
}
|
|
1228
|
-
|
|
1229
|
-
/** Contains response data for the listNext operation. */
|
|
1230
|
-
export declare type SingleSignOnListNextResponse = DynatraceSingleSignOnResourceListResult;
|
|
1231
|
-
|
|
1232
|
-
/** Optional parameters. */
|
|
1233
|
-
export declare interface SingleSignOnListOptionalParams extends coreClient.OperationOptions {
|
|
1234
|
-
}
|
|
1235
|
-
|
|
1236
|
-
/** Contains response data for the list operation. */
|
|
1237
|
-
export declare type SingleSignOnListResponse = DynatraceSingleSignOnResourceListResult;
|
|
1238
|
-
|
|
1239
|
-
/**
|
|
1240
|
-
* Defines values for SingleSignOnStates. \
|
|
1241
|
-
* {@link KnownSingleSignOnStates} can be used interchangeably with SingleSignOnStates,
|
|
1242
|
-
* this enum contains the known values that the service supports.
|
|
1243
|
-
* ### Known values supported by the service
|
|
1244
|
-
* **Initial** \
|
|
1245
|
-
* **Enable** \
|
|
1246
|
-
* **Disable** \
|
|
1247
|
-
* **Existing**
|
|
1248
|
-
*/
|
|
1249
|
-
export declare type SingleSignOnStates = string;
|
|
1250
|
-
|
|
1251
|
-
/** Request for getting sso details for a user */
|
|
1252
|
-
export declare interface SSODetailsRequest {
|
|
1253
|
-
/** user principal id of the user */
|
|
1254
|
-
userPrincipal: string;
|
|
1255
|
-
}
|
|
1256
|
-
|
|
1257
|
-
/** SSO details from the Dynatrace partner */
|
|
1258
|
-
export declare interface SSODetailsResponse {
|
|
1259
|
-
/** Whether the SSO is enabled for this resource or not. */
|
|
1260
|
-
isSsoEnabled?: SSOStatus;
|
|
1261
|
-
/** URL for Azure AD metadata */
|
|
1262
|
-
metadataUrl?: string;
|
|
1263
|
-
/** The login URL specific to this Dynatrace Environment */
|
|
1264
|
-
singleSignOnUrl?: string;
|
|
1265
|
-
/** array of Aad(azure active directory) domains */
|
|
1266
|
-
aadDomains?: string[];
|
|
1267
|
-
/** Array of admin user emails. */
|
|
1268
|
-
adminUsers?: string[];
|
|
1269
|
-
}
|
|
1270
|
-
|
|
1271
|
-
/**
|
|
1272
|
-
* Defines values for SSOStatus. \
|
|
1273
|
-
* {@link KnownSSOStatus} can be used interchangeably with SSOStatus,
|
|
1274
|
-
* this enum contains the known values that the service supports.
|
|
1275
|
-
* ### Known values supported by the service
|
|
1276
|
-
* **Enabled** \
|
|
1277
|
-
* **Disabled**
|
|
1278
|
-
*/
|
|
1279
|
-
export declare type SSOStatus = string;
|
|
1280
|
-
|
|
1281
|
-
/** Metadata pertaining to creation and last modification of the resource. */
|
|
1282
|
-
export declare interface SystemData {
|
|
1283
|
-
/** The identity that created the resource. */
|
|
1284
|
-
createdBy?: string;
|
|
1285
|
-
/** The type of identity that created the resource. */
|
|
1286
|
-
createdByType?: CreatedByType;
|
|
1287
|
-
/** The timestamp of resource creation (UTC). */
|
|
1288
|
-
createdAt?: Date;
|
|
1289
|
-
/** The identity that last modified the resource. */
|
|
1290
|
-
lastModifiedBy?: string;
|
|
1291
|
-
/** The type of identity that last modified the resource. */
|
|
1292
|
-
lastModifiedByType?: CreatedByType;
|
|
1293
|
-
/** The timestamp of resource last modification (UTC) */
|
|
1294
|
-
lastModifiedAt?: Date;
|
|
1295
|
-
}
|
|
1296
|
-
|
|
1297
|
-
/**
|
|
1298
|
-
* Defines values for TagAction. \
|
|
1299
|
-
* {@link KnownTagAction} can be used interchangeably with TagAction,
|
|
1300
|
-
* this enum contains the known values that the service supports.
|
|
1301
|
-
* ### Known values supported by the service
|
|
1302
|
-
* **Include** \
|
|
1303
|
-
* **Exclude**
|
|
1304
|
-
*/
|
|
1305
|
-
export declare type TagAction = string;
|
|
1306
|
-
|
|
1307
|
-
/** Tag rules for a monitor resource */
|
|
1308
|
-
export declare interface TagRule extends ProxyResource {
|
|
1309
|
-
/**
|
|
1310
|
-
* System metadata for this resource.
|
|
1311
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1312
|
-
*/
|
|
1313
|
-
readonly systemData?: SystemData;
|
|
1314
|
-
/** Set of rules for sending logs for the Monitor resource. */
|
|
1315
|
-
logRules?: LogRules;
|
|
1316
|
-
/** Set of rules for sending metrics for the Monitor resource. */
|
|
1317
|
-
metricRules?: MetricRules;
|
|
1318
|
-
/**
|
|
1319
|
-
* Provisioning state of the resource.
|
|
1320
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1321
|
-
*/
|
|
1322
|
-
readonly provisioningState?: ProvisioningState;
|
|
1323
|
-
}
|
|
1324
|
-
|
|
1325
|
-
/** The response of a TagRule list operation. */
|
|
1326
|
-
export declare interface TagRuleListResult {
|
|
1327
|
-
/** The items on this page */
|
|
1328
|
-
value: TagRule[];
|
|
1329
|
-
/** The link to the next page of items */
|
|
1330
|
-
nextLink?: string;
|
|
1331
|
-
}
|
|
1332
|
-
|
|
1333
|
-
/** Interface representing a TagRules. */
|
|
1334
|
-
export declare interface TagRules {
|
|
1335
|
-
/**
|
|
1336
|
-
* List all TagRule by monitorName
|
|
1337
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1338
|
-
* @param monitorName Monitor resource name
|
|
1339
|
-
* @param options The options parameters.
|
|
1340
|
-
*/
|
|
1341
|
-
list(resourceGroupName: string, monitorName: string, options?: TagRulesListOptionalParams): PagedAsyncIterableIterator<TagRule>;
|
|
1342
|
-
/**
|
|
1343
|
-
* Get a TagRule
|
|
1344
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1345
|
-
* @param monitorName Monitor resource name
|
|
1346
|
-
* @param ruleSetName Monitor resource name
|
|
1347
|
-
* @param options The options parameters.
|
|
1348
|
-
*/
|
|
1349
|
-
get(resourceGroupName: string, monitorName: string, ruleSetName: string, options?: TagRulesGetOptionalParams): Promise<TagRulesGetResponse>;
|
|
1350
|
-
/**
|
|
1351
|
-
* Create a TagRule
|
|
1352
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1353
|
-
* @param monitorName Monitor resource name
|
|
1354
|
-
* @param ruleSetName Monitor resource name
|
|
1355
|
-
* @param resource Resource create parameters.
|
|
1356
|
-
* @param options The options parameters.
|
|
1357
|
-
*/
|
|
1358
|
-
beginCreateOrUpdate(resourceGroupName: string, monitorName: string, ruleSetName: string, resource: TagRule, options?: TagRulesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<TagRulesCreateOrUpdateResponse>, TagRulesCreateOrUpdateResponse>>;
|
|
1359
|
-
/**
|
|
1360
|
-
* Create a TagRule
|
|
1361
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1362
|
-
* @param monitorName Monitor resource name
|
|
1363
|
-
* @param ruleSetName Monitor resource name
|
|
1364
|
-
* @param resource Resource create parameters.
|
|
1365
|
-
* @param options The options parameters.
|
|
1366
|
-
*/
|
|
1367
|
-
beginCreateOrUpdateAndWait(resourceGroupName: string, monitorName: string, ruleSetName: string, resource: TagRule, options?: TagRulesCreateOrUpdateOptionalParams): Promise<TagRulesCreateOrUpdateResponse>;
|
|
1368
|
-
/**
|
|
1369
|
-
* Delete a TagRule
|
|
1370
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1371
|
-
* @param monitorName Monitor resource name
|
|
1372
|
-
* @param ruleSetName Monitor resource name
|
|
1373
|
-
* @param options The options parameters.
|
|
1374
|
-
*/
|
|
1375
|
-
beginDelete(resourceGroupName: string, monitorName: string, ruleSetName: string, options?: TagRulesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
1376
|
-
/**
|
|
1377
|
-
* Delete a TagRule
|
|
1378
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1379
|
-
* @param monitorName Monitor resource name
|
|
1380
|
-
* @param ruleSetName Monitor resource name
|
|
1381
|
-
* @param options The options parameters.
|
|
1382
|
-
*/
|
|
1383
|
-
beginDeleteAndWait(resourceGroupName: string, monitorName: string, ruleSetName: string, options?: TagRulesDeleteOptionalParams): Promise<void>;
|
|
1384
|
-
}
|
|
1385
|
-
|
|
1386
|
-
/** Optional parameters. */
|
|
1387
|
-
export declare interface TagRulesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1388
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1389
|
-
updateIntervalInMs?: number;
|
|
1390
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1391
|
-
resumeFrom?: string;
|
|
1392
|
-
}
|
|
1393
|
-
|
|
1394
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
1395
|
-
export declare type TagRulesCreateOrUpdateResponse = TagRule;
|
|
1396
|
-
|
|
1397
|
-
/** Optional parameters. */
|
|
1398
|
-
export declare interface TagRulesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1399
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1400
|
-
updateIntervalInMs?: number;
|
|
1401
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1402
|
-
resumeFrom?: string;
|
|
1403
|
-
}
|
|
1404
|
-
|
|
1405
|
-
/** Optional parameters. */
|
|
1406
|
-
export declare interface TagRulesGetOptionalParams extends coreClient.OperationOptions {
|
|
1407
|
-
}
|
|
1408
|
-
|
|
1409
|
-
/** Contains response data for the get operation. */
|
|
1410
|
-
export declare type TagRulesGetResponse = TagRule;
|
|
1411
|
-
|
|
1412
|
-
/** Optional parameters. */
|
|
1413
|
-
export declare interface TagRulesListNextOptionalParams extends coreClient.OperationOptions {
|
|
1414
|
-
}
|
|
1415
|
-
|
|
1416
|
-
/** Contains response data for the listNext operation. */
|
|
1417
|
-
export declare type TagRulesListNextResponse = TagRuleListResult;
|
|
1418
|
-
|
|
1419
|
-
/** Optional parameters. */
|
|
1420
|
-
export declare interface TagRulesListOptionalParams extends coreClient.OperationOptions {
|
|
1421
|
-
}
|
|
1422
|
-
|
|
1423
|
-
/** Contains response data for the list operation. */
|
|
1424
|
-
export declare type TagRulesListResponse = TagRuleListResult;
|
|
1425
|
-
|
|
1426
|
-
/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
|
|
1427
|
-
export declare interface TrackedResource extends Resource {
|
|
1428
|
-
/** Resource tags. */
|
|
1429
|
-
tags?: {
|
|
1430
|
-
[propertyName: string]: string;
|
|
1431
|
-
};
|
|
1432
|
-
/** The geo-location where the resource lives */
|
|
1433
|
-
location: string;
|
|
1434
|
-
}
|
|
1435
|
-
|
|
1436
|
-
/**
|
|
1437
|
-
* Defines values for UpdateStatus. \
|
|
1438
|
-
* {@link KnownUpdateStatus} can be used interchangeably with UpdateStatus,
|
|
1439
|
-
* this enum contains the known values that the service supports.
|
|
1440
|
-
* ### Known values supported by the service
|
|
1441
|
-
* **INCOMPATIBLE** \
|
|
1442
|
-
* **OUTDATED** \
|
|
1443
|
-
* **SCHEDULED** \
|
|
1444
|
-
* **SUPPRESSED** \
|
|
1445
|
-
* **UNKNOWN** \
|
|
1446
|
-
* **UP2DATE** \
|
|
1447
|
-
* **UPDATE_IN_PROGRESS** \
|
|
1448
|
-
* **UPDATE_PENDING** \
|
|
1449
|
-
* **UPDATE_PROBLEM**
|
|
1450
|
-
*/
|
|
1451
|
-
export declare type UpdateStatus = string;
|
|
1452
|
-
|
|
1453
|
-
/** A managed identity assigned by the user. */
|
|
1454
|
-
export declare interface UserAssignedIdentity {
|
|
1455
|
-
/** The active directory client identifier for this principal. */
|
|
1456
|
-
clientId: string;
|
|
1457
|
-
/** The active directory identifier for this principal. */
|
|
1458
|
-
principalId: string;
|
|
1459
|
-
}
|
|
1460
|
-
|
|
1461
|
-
/** User info. */
|
|
1462
|
-
export declare interface UserInfo {
|
|
1463
|
-
/** First Name of the user */
|
|
1464
|
-
firstName?: string;
|
|
1465
|
-
/** Last Name of the user */
|
|
1466
|
-
lastName?: string;
|
|
1467
|
-
/** Email of the user used by Dynatrace for contacting them if needed */
|
|
1468
|
-
emailAddress?: string;
|
|
1469
|
-
/** Phone number of the user used by Dynatrace for contacting them if needed */
|
|
1470
|
-
phoneNumber?: string;
|
|
1471
|
-
/** Country of the user */
|
|
1472
|
-
country?: string;
|
|
1473
|
-
}
|
|
1474
|
-
|
|
1475
|
-
/** Response of payload to be passed while installing VM agent. */
|
|
1476
|
-
export declare interface VMExtensionPayload {
|
|
1477
|
-
/** Ingestion key of the environment */
|
|
1478
|
-
ingestionKey?: string;
|
|
1479
|
-
/** Id of the environment created */
|
|
1480
|
-
environmentId?: string;
|
|
1481
|
-
}
|
|
1482
|
-
|
|
1483
|
-
/** Response of a list VM Host Operation. */
|
|
1484
|
-
export declare interface VMHostsListResponse {
|
|
1485
|
-
/** The items on this page */
|
|
1486
|
-
value?: VMInfo[];
|
|
1487
|
-
/** The link to the next page of items */
|
|
1488
|
-
nextLink?: string;
|
|
1489
|
-
}
|
|
1490
|
-
|
|
1491
|
-
/** Details of VM Resource having Dynatrace OneAgent installed */
|
|
1492
|
-
export declare interface VMInfo {
|
|
1493
|
-
/** Azure VM resource ID */
|
|
1494
|
-
resourceId?: string;
|
|
1495
|
-
/** Version of the Dynatrace agent installed on the VM. */
|
|
1496
|
-
version?: string;
|
|
1497
|
-
/** The monitoring mode of OneAgent */
|
|
1498
|
-
monitoringType?: MonitoringType;
|
|
1499
|
-
/** Update settings of OneAgent. */
|
|
1500
|
-
autoUpdateSetting?: AutoUpdateSetting;
|
|
1501
|
-
/** The current update status of OneAgent. */
|
|
1502
|
-
updateStatus?: UpdateStatus;
|
|
1503
|
-
/** The availability state of OneAgent. */
|
|
1504
|
-
availabilityState?: AvailabilityState;
|
|
1505
|
-
/** Tells whether log modules are enabled or not */
|
|
1506
|
-
logModule?: LogModule;
|
|
1507
|
-
/** The name of the host group */
|
|
1508
|
-
hostGroup?: string;
|
|
1509
|
-
/** The name of the host */
|
|
1510
|
-
hostName?: string;
|
|
1511
|
-
}
|
|
1512
|
-
|
|
1513
|
-
export { }
|