@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
|
@@ -1,1118 +0,0 @@
|
|
|
1
|
-
import * as coreClient from "@azure/core-client";
|
|
2
|
-
/** List of all the resources being monitored by Dynatrace monitor resource */
|
|
3
|
-
export interface MonitoredResourceListResponse {
|
|
4
|
-
/** The items on this page */
|
|
5
|
-
value?: MonitoredResource[];
|
|
6
|
-
/** The link to the next page of items */
|
|
7
|
-
nextLink?: string;
|
|
8
|
-
}
|
|
9
|
-
/** Details of resource being monitored by Dynatrace monitor resource */
|
|
10
|
-
export interface MonitoredResource {
|
|
11
|
-
/** The ARM id of the resource. */
|
|
12
|
-
id?: string;
|
|
13
|
-
/** Flag indicating if resource is sending metrics to Dynatrace. */
|
|
14
|
-
sendingMetrics?: SendingMetricsStatus;
|
|
15
|
-
/** Reason for why the resource is sending metrics (or why it is not sending). */
|
|
16
|
-
reasonForMetricsStatus?: string;
|
|
17
|
-
/** Flag indicating if resource is sending logs to Dynatrace. */
|
|
18
|
-
sendingLogs?: SendingLogsStatus;
|
|
19
|
-
/** Reason for why the resource is sending logs (or why it is not sending). */
|
|
20
|
-
reasonForLogsStatus?: string;
|
|
21
|
-
}
|
|
22
|
-
/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */
|
|
23
|
-
export interface ErrorResponse {
|
|
24
|
-
/** The error object. */
|
|
25
|
-
error?: ErrorDetail;
|
|
26
|
-
}
|
|
27
|
-
/** The error detail. */
|
|
28
|
-
export interface ErrorDetail {
|
|
29
|
-
/**
|
|
30
|
-
* The error code.
|
|
31
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
32
|
-
*/
|
|
33
|
-
readonly code?: string;
|
|
34
|
-
/**
|
|
35
|
-
* The error message.
|
|
36
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
37
|
-
*/
|
|
38
|
-
readonly message?: string;
|
|
39
|
-
/**
|
|
40
|
-
* The error target.
|
|
41
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
42
|
-
*/
|
|
43
|
-
readonly target?: string;
|
|
44
|
-
/**
|
|
45
|
-
* The error details.
|
|
46
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
47
|
-
*/
|
|
48
|
-
readonly details?: ErrorDetail[];
|
|
49
|
-
/**
|
|
50
|
-
* The error additional info.
|
|
51
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
52
|
-
*/
|
|
53
|
-
readonly additionalInfo?: ErrorAdditionalInfo[];
|
|
54
|
-
}
|
|
55
|
-
/** The resource management error additional info. */
|
|
56
|
-
export interface ErrorAdditionalInfo {
|
|
57
|
-
/**
|
|
58
|
-
* The additional info type.
|
|
59
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
60
|
-
*/
|
|
61
|
-
readonly type?: string;
|
|
62
|
-
/**
|
|
63
|
-
* The additional info.
|
|
64
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
65
|
-
*/
|
|
66
|
-
readonly info?: Record<string, unknown>;
|
|
67
|
-
}
|
|
68
|
-
/** Response of payload to be passed while installing VM agent. */
|
|
69
|
-
export interface VMExtensionPayload {
|
|
70
|
-
/** Ingestion key of the environment */
|
|
71
|
-
ingestionKey?: string;
|
|
72
|
-
/** Id of the environment created */
|
|
73
|
-
environmentId?: string;
|
|
74
|
-
}
|
|
75
|
-
/** Properties of the Dynatrace environment. */
|
|
76
|
-
export interface DynatraceEnvironmentProperties {
|
|
77
|
-
/** User id */
|
|
78
|
-
userId?: string;
|
|
79
|
-
/** Dynatrace Account Information */
|
|
80
|
-
accountInfo?: AccountInfo;
|
|
81
|
-
/** Dynatrace Environment Information */
|
|
82
|
-
environmentInfo?: EnvironmentInfo;
|
|
83
|
-
/** The details of a Dynatrace single sign-on. */
|
|
84
|
-
singleSignOnProperties?: DynatraceSingleSignOnProperties;
|
|
85
|
-
}
|
|
86
|
-
/** Dynatrace Account Information */
|
|
87
|
-
export interface AccountInfo {
|
|
88
|
-
/** Account Id of the account this environment is linked to */
|
|
89
|
-
accountId?: string;
|
|
90
|
-
/** Region in which the account is created */
|
|
91
|
-
regionId?: string;
|
|
92
|
-
}
|
|
93
|
-
/** Dynatrace Environment Information */
|
|
94
|
-
export interface EnvironmentInfo {
|
|
95
|
-
/** Id of the environment created */
|
|
96
|
-
environmentId?: string;
|
|
97
|
-
/** Ingestion key of the environment */
|
|
98
|
-
ingestionKey?: string;
|
|
99
|
-
/** Ingestion endpoint used for sending logs */
|
|
100
|
-
logsIngestionEndpoint?: string;
|
|
101
|
-
/** Landing URL for Dynatrace environment */
|
|
102
|
-
landingURL?: string;
|
|
103
|
-
}
|
|
104
|
-
/** The details of a Dynatrace single sign-on. */
|
|
105
|
-
export interface DynatraceSingleSignOnProperties {
|
|
106
|
-
/** State of Single Sign On */
|
|
107
|
-
singleSignOnState?: SingleSignOnStates;
|
|
108
|
-
/** Version of the Dynatrace agent installed on the VM. */
|
|
109
|
-
enterpriseAppId?: string;
|
|
110
|
-
/** The login URL specific to this Dynatrace Environment */
|
|
111
|
-
singleSignOnUrl?: string;
|
|
112
|
-
/** array of Aad(azure active directory) domains */
|
|
113
|
-
aadDomains?: string[];
|
|
114
|
-
/**
|
|
115
|
-
* Provisioning state of the resource.
|
|
116
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
117
|
-
*/
|
|
118
|
-
readonly provisioningState?: ProvisioningState;
|
|
119
|
-
}
|
|
120
|
-
/** User info. */
|
|
121
|
-
export interface UserInfo {
|
|
122
|
-
/** First Name of the user */
|
|
123
|
-
firstName?: string;
|
|
124
|
-
/** Last Name of the user */
|
|
125
|
-
lastName?: string;
|
|
126
|
-
/** Email of the user used by Dynatrace for contacting them if needed */
|
|
127
|
-
emailAddress?: string;
|
|
128
|
-
/** Phone number of the user used by Dynatrace for contacting them if needed */
|
|
129
|
-
phoneNumber?: string;
|
|
130
|
-
/** Country of the user */
|
|
131
|
-
country?: string;
|
|
132
|
-
}
|
|
133
|
-
/** Billing plan information. */
|
|
134
|
-
export interface PlanData {
|
|
135
|
-
/** different usage type like PAYG/COMMITTED. this could be enum */
|
|
136
|
-
usageType?: string;
|
|
137
|
-
/** different billing cycles like MONTHLY/WEEKLY. this could be enum */
|
|
138
|
-
billingCycle?: string;
|
|
139
|
-
/** plan id as published by Dynatrace */
|
|
140
|
-
planDetails?: string;
|
|
141
|
-
/** date when plan was applied */
|
|
142
|
-
effectiveDate?: Date;
|
|
143
|
-
}
|
|
144
|
-
/** Metadata pertaining to creation and last modification of the resource. */
|
|
145
|
-
export interface SystemData {
|
|
146
|
-
/** The identity that created the resource. */
|
|
147
|
-
createdBy?: string;
|
|
148
|
-
/** The type of identity that created the resource. */
|
|
149
|
-
createdByType?: CreatedByType;
|
|
150
|
-
/** The timestamp of resource creation (UTC). */
|
|
151
|
-
createdAt?: Date;
|
|
152
|
-
/** The identity that last modified the resource. */
|
|
153
|
-
lastModifiedBy?: string;
|
|
154
|
-
/** The type of identity that last modified the resource. */
|
|
155
|
-
lastModifiedByType?: CreatedByType;
|
|
156
|
-
/** The timestamp of resource last modification (UTC) */
|
|
157
|
-
lastModifiedAt?: Date;
|
|
158
|
-
}
|
|
159
|
-
/** The properties of the managed service identities assigned to this resource. */
|
|
160
|
-
export interface IdentityProperties {
|
|
161
|
-
/**
|
|
162
|
-
* The Active Directory tenant id of the principal.
|
|
163
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
164
|
-
*/
|
|
165
|
-
readonly tenantId?: string;
|
|
166
|
-
/**
|
|
167
|
-
* The active directory identifier of this principal.
|
|
168
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
169
|
-
*/
|
|
170
|
-
readonly principalId?: string;
|
|
171
|
-
/** The type of managed identity assigned to this resource. */
|
|
172
|
-
type: ManagedIdentityType;
|
|
173
|
-
/** The identities assigned to this resource by the user. */
|
|
174
|
-
userAssignedIdentities?: {
|
|
175
|
-
[propertyName: string]: UserAssignedIdentity;
|
|
176
|
-
};
|
|
177
|
-
}
|
|
178
|
-
/** A managed identity assigned by the user. */
|
|
179
|
-
export interface UserAssignedIdentity {
|
|
180
|
-
/** The active directory client identifier for this principal. */
|
|
181
|
-
clientId: string;
|
|
182
|
-
/** The active directory identifier for this principal. */
|
|
183
|
-
principalId: string;
|
|
184
|
-
}
|
|
185
|
-
/** Common fields that are returned in the response for all Azure Resource Manager resources */
|
|
186
|
-
export interface Resource {
|
|
187
|
-
/**
|
|
188
|
-
* Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
|
|
189
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
190
|
-
*/
|
|
191
|
-
readonly id?: string;
|
|
192
|
-
/**
|
|
193
|
-
* The name of the resource
|
|
194
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
195
|
-
*/
|
|
196
|
-
readonly name?: string;
|
|
197
|
-
/**
|
|
198
|
-
* The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
199
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
200
|
-
*/
|
|
201
|
-
readonly type?: string;
|
|
202
|
-
}
|
|
203
|
-
/** The updatable properties of the MonitorResource. */
|
|
204
|
-
export interface MonitorResourceUpdate {
|
|
205
|
-
/** Resource tags. */
|
|
206
|
-
tags?: {
|
|
207
|
-
[propertyName: string]: string;
|
|
208
|
-
};
|
|
209
|
-
}
|
|
210
|
-
/** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */
|
|
211
|
-
export interface OperationListResult {
|
|
212
|
-
/**
|
|
213
|
-
* List of operations supported by the resource provider
|
|
214
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
215
|
-
*/
|
|
216
|
-
readonly value?: Operation[];
|
|
217
|
-
/**
|
|
218
|
-
* URL to get the next set of operation list results (if there are any).
|
|
219
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
220
|
-
*/
|
|
221
|
-
readonly nextLink?: string;
|
|
222
|
-
}
|
|
223
|
-
/** Details of a REST API operation, returned from the Resource Provider Operations API */
|
|
224
|
-
export interface Operation {
|
|
225
|
-
/**
|
|
226
|
-
* The name of the operation, as per Resource-Based Access Control (RBAC). Examples: "Microsoft.Compute/virtualMachines/write", "Microsoft.Compute/virtualMachines/capture/action"
|
|
227
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
228
|
-
*/
|
|
229
|
-
readonly name?: string;
|
|
230
|
-
/**
|
|
231
|
-
* Whether the operation applies to data-plane. This is "true" for data-plane operations and "false" for ARM/control-plane operations.
|
|
232
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
233
|
-
*/
|
|
234
|
-
readonly isDataAction?: boolean;
|
|
235
|
-
/** Localized display information for this particular operation. */
|
|
236
|
-
display?: OperationDisplay;
|
|
237
|
-
/**
|
|
238
|
-
* The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system"
|
|
239
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
240
|
-
*/
|
|
241
|
-
readonly origin?: Origin;
|
|
242
|
-
/**
|
|
243
|
-
* Enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs.
|
|
244
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
245
|
-
*/
|
|
246
|
-
readonly actionType?: ActionType;
|
|
247
|
-
}
|
|
248
|
-
/** Localized display information for this particular operation. */
|
|
249
|
-
export interface OperationDisplay {
|
|
250
|
-
/**
|
|
251
|
-
* The localized friendly form of the resource provider name, e.g. "Microsoft Monitoring Insights" or "Microsoft Compute".
|
|
252
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
253
|
-
*/
|
|
254
|
-
readonly provider?: string;
|
|
255
|
-
/**
|
|
256
|
-
* The localized friendly name of the resource type related to this operation. E.g. "Virtual Machines" or "Job Schedule Collections".
|
|
257
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
258
|
-
*/
|
|
259
|
-
readonly resource?: string;
|
|
260
|
-
/**
|
|
261
|
-
* The concise, localized friendly name for the operation; suitable for dropdowns. E.g. "Create or Update Virtual Machine", "Restart Virtual Machine".
|
|
262
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
263
|
-
*/
|
|
264
|
-
readonly operation?: string;
|
|
265
|
-
/**
|
|
266
|
-
* The short, localized friendly description of the operation; suitable for tool tips and detailed views.
|
|
267
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
268
|
-
*/
|
|
269
|
-
readonly description?: string;
|
|
270
|
-
}
|
|
271
|
-
/** The response of a MonitorResource list operation. */
|
|
272
|
-
export interface MonitorResourceListResult {
|
|
273
|
-
/** The items on this page */
|
|
274
|
-
value: MonitorResource[];
|
|
275
|
-
/** The link to the next page of items */
|
|
276
|
-
nextLink?: string;
|
|
277
|
-
}
|
|
278
|
-
/** Set of rules for sending logs for the Monitor resource. */
|
|
279
|
-
export interface LogRules {
|
|
280
|
-
/** Flag specifying if AAD logs should be sent for the Monitor resource. */
|
|
281
|
-
sendAadLogs?: SendAadLogsStatus;
|
|
282
|
-
/** Flag specifying if subscription logs should be sent for the Monitor resource. */
|
|
283
|
-
sendSubscriptionLogs?: SendSubscriptionLogsStatus;
|
|
284
|
-
/** Flag specifying if activity logs from Azure resources should be sent for the Monitor resource. */
|
|
285
|
-
sendActivityLogs?: SendActivityLogsStatus;
|
|
286
|
-
/**
|
|
287
|
-
* 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.
|
|
288
|
-
* 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.
|
|
289
|
-
*/
|
|
290
|
-
filteringTags?: FilteringTag[];
|
|
291
|
-
}
|
|
292
|
-
/** The definition of a filtering tag. Filtering tags are used for capturing resources and include/exclude them from being monitored. */
|
|
293
|
-
export interface FilteringTag {
|
|
294
|
-
/** The name (also known as the key) of the tag. */
|
|
295
|
-
name?: string;
|
|
296
|
-
/** The value of the tag. */
|
|
297
|
-
value?: string;
|
|
298
|
-
/** Valid actions for a filtering tag. Exclusion takes priority over inclusion. */
|
|
299
|
-
action?: TagAction;
|
|
300
|
-
}
|
|
301
|
-
/** Set of rules for sending metrics for the Monitor resource. */
|
|
302
|
-
export interface MetricRules {
|
|
303
|
-
/** Flag specifying if metrics from Azure resources should be sent for the Monitor resource. */
|
|
304
|
-
sendingMetrics?: SendingMetricsStatus;
|
|
305
|
-
/** 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. */
|
|
306
|
-
filteringTags?: FilteringTag[];
|
|
307
|
-
}
|
|
308
|
-
/** The response of a TagRule list operation. */
|
|
309
|
-
export interface TagRuleListResult {
|
|
310
|
-
/** The items on this page */
|
|
311
|
-
value: TagRule[];
|
|
312
|
-
/** The link to the next page of items */
|
|
313
|
-
nextLink?: string;
|
|
314
|
-
}
|
|
315
|
-
/** Request for getting Marketplace SaaS resource details for a tenant Id */
|
|
316
|
-
export interface MarketplaceSaaSResourceDetailsRequest {
|
|
317
|
-
/** Tenant Id */
|
|
318
|
-
tenantId: string;
|
|
319
|
-
}
|
|
320
|
-
/** Marketplace SaaS resource details linked to the given tenant Id */
|
|
321
|
-
export interface MarketplaceSaaSResourceDetailsResponse {
|
|
322
|
-
/** Id of the Marketplace SaaS Resource */
|
|
323
|
-
marketplaceSaaSResourceId?: string;
|
|
324
|
-
/** Id of the plan */
|
|
325
|
-
planId?: string;
|
|
326
|
-
/** Marketplace subscription status */
|
|
327
|
-
marketplaceSubscriptionStatus?: MarketplaceSubscriptionStatus;
|
|
328
|
-
}
|
|
329
|
-
/** The response of a DynatraceSingleSignOnResource list operation. */
|
|
330
|
-
export interface DynatraceSingleSignOnResourceListResult {
|
|
331
|
-
/** The items on this page */
|
|
332
|
-
value: DynatraceSingleSignOnResource[];
|
|
333
|
-
/** The link to the next page of items */
|
|
334
|
-
nextLink?: string;
|
|
335
|
-
}
|
|
336
|
-
/** Response of a list VM Host Operation. */
|
|
337
|
-
export interface VMHostsListResponse {
|
|
338
|
-
/** The items on this page */
|
|
339
|
-
value?: VMInfo[];
|
|
340
|
-
/** The link to the next page of items */
|
|
341
|
-
nextLink?: string;
|
|
342
|
-
}
|
|
343
|
-
/** Details of VM Resource having Dynatrace OneAgent installed */
|
|
344
|
-
export interface VMInfo {
|
|
345
|
-
/** Azure VM resource ID */
|
|
346
|
-
resourceId?: string;
|
|
347
|
-
/** Version of the Dynatrace agent installed on the VM. */
|
|
348
|
-
version?: string;
|
|
349
|
-
/** The monitoring mode of OneAgent */
|
|
350
|
-
monitoringType?: MonitoringType;
|
|
351
|
-
/** Update settings of OneAgent. */
|
|
352
|
-
autoUpdateSetting?: AutoUpdateSetting;
|
|
353
|
-
/** The current update status of OneAgent. */
|
|
354
|
-
updateStatus?: UpdateStatus;
|
|
355
|
-
/** The availability state of OneAgent. */
|
|
356
|
-
availabilityState?: AvailabilityState;
|
|
357
|
-
/** Tells whether log modules are enabled or not */
|
|
358
|
-
logModule?: LogModule;
|
|
359
|
-
/** The name of the host group */
|
|
360
|
-
hostGroup?: string;
|
|
361
|
-
/** The name of the host */
|
|
362
|
-
hostName?: string;
|
|
363
|
-
}
|
|
364
|
-
/** Response of get metrics status operation */
|
|
365
|
-
export interface MetricsStatusResponse {
|
|
366
|
-
/** Azure resource IDs */
|
|
367
|
-
azureResourceIds?: string[];
|
|
368
|
-
}
|
|
369
|
-
/** Response of a list App Services Operation. */
|
|
370
|
-
export interface AppServiceListResponse {
|
|
371
|
-
/** The items on this page */
|
|
372
|
-
value?: AppServiceInfo[];
|
|
373
|
-
/** The link to the next page of items */
|
|
374
|
-
nextLink?: string;
|
|
375
|
-
}
|
|
376
|
-
/** Details of App Services having Dynatrace OneAgent installed */
|
|
377
|
-
export interface AppServiceInfo {
|
|
378
|
-
/** App service resource ID */
|
|
379
|
-
resourceId?: string;
|
|
380
|
-
/** Version of the Dynatrace agent installed on the App Service. */
|
|
381
|
-
version?: string;
|
|
382
|
-
/** The monitoring mode of OneAgent */
|
|
383
|
-
monitoringType?: MonitoringType;
|
|
384
|
-
/** Update settings of OneAgent. */
|
|
385
|
-
autoUpdateSetting?: AutoUpdateSetting;
|
|
386
|
-
/** The current update status of OneAgent. */
|
|
387
|
-
updateStatus?: UpdateStatus;
|
|
388
|
-
/** The availability state of OneAgent. */
|
|
389
|
-
availabilityState?: AvailabilityState;
|
|
390
|
-
/** Tells whether log modules are enabled or not */
|
|
391
|
-
logModule?: LogModule;
|
|
392
|
-
/** The name of the host group */
|
|
393
|
-
hostGroup?: string;
|
|
394
|
-
/** The name of the host */
|
|
395
|
-
hostName?: string;
|
|
396
|
-
}
|
|
397
|
-
/** Request for getting sso details for a user */
|
|
398
|
-
export interface SSODetailsRequest {
|
|
399
|
-
/** user principal id of the user */
|
|
400
|
-
userPrincipal: string;
|
|
401
|
-
}
|
|
402
|
-
/** SSO details from the Dynatrace partner */
|
|
403
|
-
export interface SSODetailsResponse {
|
|
404
|
-
/** Whether the SSO is enabled for this resource or not. */
|
|
405
|
-
isSsoEnabled?: SSOStatus;
|
|
406
|
-
/** URL for Azure AD metadata */
|
|
407
|
-
metadataUrl?: string;
|
|
408
|
-
/** The login URL specific to this Dynatrace Environment */
|
|
409
|
-
singleSignOnUrl?: string;
|
|
410
|
-
/** array of Aad(azure active directory) domains */
|
|
411
|
-
aadDomains?: string[];
|
|
412
|
-
/** Array of admin user emails. */
|
|
413
|
-
adminUsers?: string[];
|
|
414
|
-
}
|
|
415
|
-
/** Request for getting all the linkable environments for a user */
|
|
416
|
-
export interface LinkableEnvironmentRequest {
|
|
417
|
-
/** Tenant Id of the user in which they want to link the environment */
|
|
418
|
-
tenantId: string;
|
|
419
|
-
/** user principal id of the user */
|
|
420
|
-
userPrincipal: string;
|
|
421
|
-
/** Azure region in which we want to link the environment */
|
|
422
|
-
region: string;
|
|
423
|
-
}
|
|
424
|
-
/** Response for getting all the linkable environments */
|
|
425
|
-
export interface LinkableEnvironmentListResponse {
|
|
426
|
-
/** List of environments for which user is an admin */
|
|
427
|
-
value?: LinkableEnvironmentResponse[];
|
|
428
|
-
/** Link to the next set of results, if any. */
|
|
429
|
-
nextLink?: string;
|
|
430
|
-
}
|
|
431
|
-
/** Response for getting all the linkable environments */
|
|
432
|
-
export interface LinkableEnvironmentResponse {
|
|
433
|
-
/** environment id for which user is an admin */
|
|
434
|
-
environmentId?: string;
|
|
435
|
-
/** Name of the environment */
|
|
436
|
-
environmentName?: string;
|
|
437
|
-
/** Billing plan information. */
|
|
438
|
-
planData?: PlanData;
|
|
439
|
-
}
|
|
440
|
-
/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
|
|
441
|
-
export interface TrackedResource extends Resource {
|
|
442
|
-
/** Resource tags. */
|
|
443
|
-
tags?: {
|
|
444
|
-
[propertyName: string]: string;
|
|
445
|
-
};
|
|
446
|
-
/** The geo-location where the resource lives */
|
|
447
|
-
location: string;
|
|
448
|
-
}
|
|
449
|
-
/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
|
|
450
|
-
export interface ProxyResource extends Resource {
|
|
451
|
-
}
|
|
452
|
-
/** Dynatrace Monitor Resource */
|
|
453
|
-
export interface MonitorResource extends TrackedResource {
|
|
454
|
-
/**
|
|
455
|
-
* System metadata for this resource.
|
|
456
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
457
|
-
*/
|
|
458
|
-
readonly systemData?: SystemData;
|
|
459
|
-
/** The managed service identities assigned to this resource. */
|
|
460
|
-
identity?: IdentityProperties;
|
|
461
|
-
/** Status of the monitor. */
|
|
462
|
-
monitoringStatus?: MonitoringStatus;
|
|
463
|
-
/** Marketplace subscription status. */
|
|
464
|
-
marketplaceSubscriptionStatus?: MarketplaceSubscriptionStatus;
|
|
465
|
-
/** Properties of the Dynatrace environment. */
|
|
466
|
-
dynatraceEnvironmentProperties?: DynatraceEnvironmentProperties;
|
|
467
|
-
/** User info. */
|
|
468
|
-
userInfo?: UserInfo;
|
|
469
|
-
/** Billing plan information. */
|
|
470
|
-
planData?: PlanData;
|
|
471
|
-
/**
|
|
472
|
-
* Liftr Resource category.
|
|
473
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
474
|
-
*/
|
|
475
|
-
readonly liftrResourceCategory?: LiftrResourceCategories;
|
|
476
|
-
/**
|
|
477
|
-
* The priority of the resource.
|
|
478
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
479
|
-
*/
|
|
480
|
-
readonly liftrResourcePreference?: number;
|
|
481
|
-
/**
|
|
482
|
-
* Provisioning state of the resource.
|
|
483
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
484
|
-
*/
|
|
485
|
-
readonly provisioningState?: ProvisioningState;
|
|
486
|
-
}
|
|
487
|
-
/** Tag rules for a monitor resource */
|
|
488
|
-
export interface TagRule extends ProxyResource {
|
|
489
|
-
/**
|
|
490
|
-
* System metadata for this resource.
|
|
491
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
492
|
-
*/
|
|
493
|
-
readonly systemData?: SystemData;
|
|
494
|
-
/** Set of rules for sending logs for the Monitor resource. */
|
|
495
|
-
logRules?: LogRules;
|
|
496
|
-
/** Set of rules for sending metrics for the Monitor resource. */
|
|
497
|
-
metricRules?: MetricRules;
|
|
498
|
-
/**
|
|
499
|
-
* Provisioning state of the resource.
|
|
500
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
501
|
-
*/
|
|
502
|
-
readonly provisioningState?: ProvisioningState;
|
|
503
|
-
}
|
|
504
|
-
/** Single sign-on configurations for a given monitor resource. */
|
|
505
|
-
export interface DynatraceSingleSignOnResource extends ProxyResource {
|
|
506
|
-
/**
|
|
507
|
-
* System metadata for this resource.
|
|
508
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
509
|
-
*/
|
|
510
|
-
readonly systemData?: SystemData;
|
|
511
|
-
/** State of Single Sign On */
|
|
512
|
-
singleSignOnState?: SingleSignOnStates;
|
|
513
|
-
/** Version of the Dynatrace agent installed on the VM. */
|
|
514
|
-
enterpriseAppId?: string;
|
|
515
|
-
/** The login URL specific to this Dynatrace Environment */
|
|
516
|
-
singleSignOnUrl?: string;
|
|
517
|
-
/** array of Aad(azure active directory) domains */
|
|
518
|
-
aadDomains?: string[];
|
|
519
|
-
/**
|
|
520
|
-
* Provisioning state of the resource.
|
|
521
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
522
|
-
*/
|
|
523
|
-
readonly provisioningState?: ProvisioningState;
|
|
524
|
-
}
|
|
525
|
-
/** Known values of {@link SendingMetricsStatus} that the service accepts. */
|
|
526
|
-
export declare enum KnownSendingMetricsStatus {
|
|
527
|
-
/** Enabled */
|
|
528
|
-
Enabled = "Enabled",
|
|
529
|
-
/** Disabled */
|
|
530
|
-
Disabled = "Disabled"
|
|
531
|
-
}
|
|
532
|
-
/**
|
|
533
|
-
* Defines values for SendingMetricsStatus. \
|
|
534
|
-
* {@link KnownSendingMetricsStatus} can be used interchangeably with SendingMetricsStatus,
|
|
535
|
-
* this enum contains the known values that the service supports.
|
|
536
|
-
* ### Known values supported by the service
|
|
537
|
-
* **Enabled** \
|
|
538
|
-
* **Disabled**
|
|
539
|
-
*/
|
|
540
|
-
export type SendingMetricsStatus = string;
|
|
541
|
-
/** Known values of {@link SendingLogsStatus} that the service accepts. */
|
|
542
|
-
export declare enum KnownSendingLogsStatus {
|
|
543
|
-
/** Enabled */
|
|
544
|
-
Enabled = "Enabled",
|
|
545
|
-
/** Disabled */
|
|
546
|
-
Disabled = "Disabled"
|
|
547
|
-
}
|
|
548
|
-
/**
|
|
549
|
-
* Defines values for SendingLogsStatus. \
|
|
550
|
-
* {@link KnownSendingLogsStatus} can be used interchangeably with SendingLogsStatus,
|
|
551
|
-
* this enum contains the known values that the service supports.
|
|
552
|
-
* ### Known values supported by the service
|
|
553
|
-
* **Enabled** \
|
|
554
|
-
* **Disabled**
|
|
555
|
-
*/
|
|
556
|
-
export type SendingLogsStatus = string;
|
|
557
|
-
/** Known values of {@link MonitoringStatus} that the service accepts. */
|
|
558
|
-
export declare enum KnownMonitoringStatus {
|
|
559
|
-
/** Enabled */
|
|
560
|
-
Enabled = "Enabled",
|
|
561
|
-
/** Disabled */
|
|
562
|
-
Disabled = "Disabled"
|
|
563
|
-
}
|
|
564
|
-
/**
|
|
565
|
-
* Defines values for MonitoringStatus. \
|
|
566
|
-
* {@link KnownMonitoringStatus} can be used interchangeably with MonitoringStatus,
|
|
567
|
-
* this enum contains the known values that the service supports.
|
|
568
|
-
* ### Known values supported by the service
|
|
569
|
-
* **Enabled** \
|
|
570
|
-
* **Disabled**
|
|
571
|
-
*/
|
|
572
|
-
export type MonitoringStatus = string;
|
|
573
|
-
/** Known values of {@link MarketplaceSubscriptionStatus} that the service accepts. */
|
|
574
|
-
export declare enum KnownMarketplaceSubscriptionStatus {
|
|
575
|
-
/** Active */
|
|
576
|
-
Active = "Active",
|
|
577
|
-
/** Suspended */
|
|
578
|
-
Suspended = "Suspended"
|
|
579
|
-
}
|
|
580
|
-
/**
|
|
581
|
-
* Defines values for MarketplaceSubscriptionStatus. \
|
|
582
|
-
* {@link KnownMarketplaceSubscriptionStatus} can be used interchangeably with MarketplaceSubscriptionStatus,
|
|
583
|
-
* this enum contains the known values that the service supports.
|
|
584
|
-
* ### Known values supported by the service
|
|
585
|
-
* **Active** \
|
|
586
|
-
* **Suspended**
|
|
587
|
-
*/
|
|
588
|
-
export type MarketplaceSubscriptionStatus = string;
|
|
589
|
-
/** Known values of {@link SingleSignOnStates} that the service accepts. */
|
|
590
|
-
export declare enum KnownSingleSignOnStates {
|
|
591
|
-
/** Initial */
|
|
592
|
-
Initial = "Initial",
|
|
593
|
-
/** Enable */
|
|
594
|
-
Enable = "Enable",
|
|
595
|
-
/** Disable */
|
|
596
|
-
Disable = "Disable",
|
|
597
|
-
/** Existing */
|
|
598
|
-
Existing = "Existing"
|
|
599
|
-
}
|
|
600
|
-
/**
|
|
601
|
-
* Defines values for SingleSignOnStates. \
|
|
602
|
-
* {@link KnownSingleSignOnStates} can be used interchangeably with SingleSignOnStates,
|
|
603
|
-
* this enum contains the known values that the service supports.
|
|
604
|
-
* ### Known values supported by the service
|
|
605
|
-
* **Initial** \
|
|
606
|
-
* **Enable** \
|
|
607
|
-
* **Disable** \
|
|
608
|
-
* **Existing**
|
|
609
|
-
*/
|
|
610
|
-
export type SingleSignOnStates = string;
|
|
611
|
-
/** Known values of {@link ProvisioningState} that the service accepts. */
|
|
612
|
-
export declare enum KnownProvisioningState {
|
|
613
|
-
/** Accepted */
|
|
614
|
-
Accepted = "Accepted",
|
|
615
|
-
/** Creating */
|
|
616
|
-
Creating = "Creating",
|
|
617
|
-
/** Updating */
|
|
618
|
-
Updating = "Updating",
|
|
619
|
-
/** Deleting */
|
|
620
|
-
Deleting = "Deleting",
|
|
621
|
-
/** Succeeded */
|
|
622
|
-
Succeeded = "Succeeded",
|
|
623
|
-
/** Failed */
|
|
624
|
-
Failed = "Failed",
|
|
625
|
-
/** Canceled */
|
|
626
|
-
Canceled = "Canceled",
|
|
627
|
-
/** Deleted */
|
|
628
|
-
Deleted = "Deleted",
|
|
629
|
-
/** NotSpecified */
|
|
630
|
-
NotSpecified = "NotSpecified"
|
|
631
|
-
}
|
|
632
|
-
/**
|
|
633
|
-
* Defines values for ProvisioningState. \
|
|
634
|
-
* {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,
|
|
635
|
-
* this enum contains the known values that the service supports.
|
|
636
|
-
* ### Known values supported by the service
|
|
637
|
-
* **Accepted** \
|
|
638
|
-
* **Creating** \
|
|
639
|
-
* **Updating** \
|
|
640
|
-
* **Deleting** \
|
|
641
|
-
* **Succeeded** \
|
|
642
|
-
* **Failed** \
|
|
643
|
-
* **Canceled** \
|
|
644
|
-
* **Deleted** \
|
|
645
|
-
* **NotSpecified**
|
|
646
|
-
*/
|
|
647
|
-
export type ProvisioningState = string;
|
|
648
|
-
/** Known values of {@link LiftrResourceCategories} that the service accepts. */
|
|
649
|
-
export declare enum KnownLiftrResourceCategories {
|
|
650
|
-
/** Unknown */
|
|
651
|
-
Unknown = "Unknown",
|
|
652
|
-
/** MonitorLogs */
|
|
653
|
-
MonitorLogs = "MonitorLogs"
|
|
654
|
-
}
|
|
655
|
-
/**
|
|
656
|
-
* Defines values for LiftrResourceCategories. \
|
|
657
|
-
* {@link KnownLiftrResourceCategories} can be used interchangeably with LiftrResourceCategories,
|
|
658
|
-
* this enum contains the known values that the service supports.
|
|
659
|
-
* ### Known values supported by the service
|
|
660
|
-
* **Unknown** \
|
|
661
|
-
* **MonitorLogs**
|
|
662
|
-
*/
|
|
663
|
-
export type LiftrResourceCategories = string;
|
|
664
|
-
/** Known values of {@link CreatedByType} that the service accepts. */
|
|
665
|
-
export declare enum KnownCreatedByType {
|
|
666
|
-
/** User */
|
|
667
|
-
User = "User",
|
|
668
|
-
/** Application */
|
|
669
|
-
Application = "Application",
|
|
670
|
-
/** ManagedIdentity */
|
|
671
|
-
ManagedIdentity = "ManagedIdentity",
|
|
672
|
-
/** Key */
|
|
673
|
-
Key = "Key"
|
|
674
|
-
}
|
|
675
|
-
/**
|
|
676
|
-
* Defines values for CreatedByType. \
|
|
677
|
-
* {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
|
|
678
|
-
* this enum contains the known values that the service supports.
|
|
679
|
-
* ### Known values supported by the service
|
|
680
|
-
* **User** \
|
|
681
|
-
* **Application** \
|
|
682
|
-
* **ManagedIdentity** \
|
|
683
|
-
* **Key**
|
|
684
|
-
*/
|
|
685
|
-
export type CreatedByType = string;
|
|
686
|
-
/** Known values of {@link ManagedIdentityType} that the service accepts. */
|
|
687
|
-
export declare enum KnownManagedIdentityType {
|
|
688
|
-
/** SystemAssigned */
|
|
689
|
-
SystemAssigned = "SystemAssigned",
|
|
690
|
-
/** UserAssigned */
|
|
691
|
-
UserAssigned = "UserAssigned",
|
|
692
|
-
/** SystemAndUserAssigned */
|
|
693
|
-
SystemAndUserAssigned = "SystemAndUserAssigned"
|
|
694
|
-
}
|
|
695
|
-
/**
|
|
696
|
-
* Defines values for ManagedIdentityType. \
|
|
697
|
-
* {@link KnownManagedIdentityType} can be used interchangeably with ManagedIdentityType,
|
|
698
|
-
* this enum contains the known values that the service supports.
|
|
699
|
-
* ### Known values supported by the service
|
|
700
|
-
* **SystemAssigned** \
|
|
701
|
-
* **UserAssigned** \
|
|
702
|
-
* **SystemAndUserAssigned**
|
|
703
|
-
*/
|
|
704
|
-
export type ManagedIdentityType = string;
|
|
705
|
-
/** Known values of {@link Origin} that the service accepts. */
|
|
706
|
-
export declare enum KnownOrigin {
|
|
707
|
-
/** User */
|
|
708
|
-
User = "user",
|
|
709
|
-
/** System */
|
|
710
|
-
System = "system",
|
|
711
|
-
/** UserSystem */
|
|
712
|
-
UserSystem = "user,system"
|
|
713
|
-
}
|
|
714
|
-
/**
|
|
715
|
-
* Defines values for Origin. \
|
|
716
|
-
* {@link KnownOrigin} can be used interchangeably with Origin,
|
|
717
|
-
* this enum contains the known values that the service supports.
|
|
718
|
-
* ### Known values supported by the service
|
|
719
|
-
* **user** \
|
|
720
|
-
* **system** \
|
|
721
|
-
* **user,system**
|
|
722
|
-
*/
|
|
723
|
-
export type Origin = string;
|
|
724
|
-
/** Known values of {@link ActionType} that the service accepts. */
|
|
725
|
-
export declare enum KnownActionType {
|
|
726
|
-
/** Internal */
|
|
727
|
-
Internal = "Internal"
|
|
728
|
-
}
|
|
729
|
-
/**
|
|
730
|
-
* Defines values for ActionType. \
|
|
731
|
-
* {@link KnownActionType} can be used interchangeably with ActionType,
|
|
732
|
-
* this enum contains the known values that the service supports.
|
|
733
|
-
* ### Known values supported by the service
|
|
734
|
-
* **Internal**
|
|
735
|
-
*/
|
|
736
|
-
export type ActionType = string;
|
|
737
|
-
/** Known values of {@link SendAadLogsStatus} that the service accepts. */
|
|
738
|
-
export declare enum KnownSendAadLogsStatus {
|
|
739
|
-
/** Enabled */
|
|
740
|
-
Enabled = "Enabled",
|
|
741
|
-
/** Disabled */
|
|
742
|
-
Disabled = "Disabled"
|
|
743
|
-
}
|
|
744
|
-
/**
|
|
745
|
-
* Defines values for SendAadLogsStatus. \
|
|
746
|
-
* {@link KnownSendAadLogsStatus} can be used interchangeably with SendAadLogsStatus,
|
|
747
|
-
* this enum contains the known values that the service supports.
|
|
748
|
-
* ### Known values supported by the service
|
|
749
|
-
* **Enabled** \
|
|
750
|
-
* **Disabled**
|
|
751
|
-
*/
|
|
752
|
-
export type SendAadLogsStatus = string;
|
|
753
|
-
/** Known values of {@link SendSubscriptionLogsStatus} that the service accepts. */
|
|
754
|
-
export declare enum KnownSendSubscriptionLogsStatus {
|
|
755
|
-
/** Enabled */
|
|
756
|
-
Enabled = "Enabled",
|
|
757
|
-
/** Disabled */
|
|
758
|
-
Disabled = "Disabled"
|
|
759
|
-
}
|
|
760
|
-
/**
|
|
761
|
-
* Defines values for SendSubscriptionLogsStatus. \
|
|
762
|
-
* {@link KnownSendSubscriptionLogsStatus} can be used interchangeably with SendSubscriptionLogsStatus,
|
|
763
|
-
* this enum contains the known values that the service supports.
|
|
764
|
-
* ### Known values supported by the service
|
|
765
|
-
* **Enabled** \
|
|
766
|
-
* **Disabled**
|
|
767
|
-
*/
|
|
768
|
-
export type SendSubscriptionLogsStatus = string;
|
|
769
|
-
/** Known values of {@link SendActivityLogsStatus} that the service accepts. */
|
|
770
|
-
export declare enum KnownSendActivityLogsStatus {
|
|
771
|
-
/** Enabled */
|
|
772
|
-
Enabled = "Enabled",
|
|
773
|
-
/** Disabled */
|
|
774
|
-
Disabled = "Disabled"
|
|
775
|
-
}
|
|
776
|
-
/**
|
|
777
|
-
* Defines values for SendActivityLogsStatus. \
|
|
778
|
-
* {@link KnownSendActivityLogsStatus} can be used interchangeably with SendActivityLogsStatus,
|
|
779
|
-
* this enum contains the known values that the service supports.
|
|
780
|
-
* ### Known values supported by the service
|
|
781
|
-
* **Enabled** \
|
|
782
|
-
* **Disabled**
|
|
783
|
-
*/
|
|
784
|
-
export type SendActivityLogsStatus = string;
|
|
785
|
-
/** Known values of {@link TagAction} that the service accepts. */
|
|
786
|
-
export declare enum KnownTagAction {
|
|
787
|
-
/** Include */
|
|
788
|
-
Include = "Include",
|
|
789
|
-
/** Exclude */
|
|
790
|
-
Exclude = "Exclude"
|
|
791
|
-
}
|
|
792
|
-
/**
|
|
793
|
-
* Defines values for TagAction. \
|
|
794
|
-
* {@link KnownTagAction} can be used interchangeably with TagAction,
|
|
795
|
-
* this enum contains the known values that the service supports.
|
|
796
|
-
* ### Known values supported by the service
|
|
797
|
-
* **Include** \
|
|
798
|
-
* **Exclude**
|
|
799
|
-
*/
|
|
800
|
-
export type TagAction = string;
|
|
801
|
-
/** Known values of {@link MonitoringType} that the service accepts. */
|
|
802
|
-
export declare enum KnownMonitoringType {
|
|
803
|
-
/** CloudInfrastructure */
|
|
804
|
-
CloudInfrastructure = "CLOUD_INFRASTRUCTURE",
|
|
805
|
-
/** FullStack */
|
|
806
|
-
FullStack = "FULL_STACK"
|
|
807
|
-
}
|
|
808
|
-
/**
|
|
809
|
-
* Defines values for MonitoringType. \
|
|
810
|
-
* {@link KnownMonitoringType} can be used interchangeably with MonitoringType,
|
|
811
|
-
* this enum contains the known values that the service supports.
|
|
812
|
-
* ### Known values supported by the service
|
|
813
|
-
* **CLOUD_INFRASTRUCTURE** \
|
|
814
|
-
* **FULL_STACK**
|
|
815
|
-
*/
|
|
816
|
-
export type MonitoringType = string;
|
|
817
|
-
/** Known values of {@link AutoUpdateSetting} that the service accepts. */
|
|
818
|
-
export declare enum KnownAutoUpdateSetting {
|
|
819
|
-
/** Enabled */
|
|
820
|
-
Enabled = "ENABLED",
|
|
821
|
-
/** Disabled */
|
|
822
|
-
Disabled = "DISABLED"
|
|
823
|
-
}
|
|
824
|
-
/**
|
|
825
|
-
* Defines values for AutoUpdateSetting. \
|
|
826
|
-
* {@link KnownAutoUpdateSetting} can be used interchangeably with AutoUpdateSetting,
|
|
827
|
-
* this enum contains the known values that the service supports.
|
|
828
|
-
* ### Known values supported by the service
|
|
829
|
-
* **ENABLED** \
|
|
830
|
-
* **DISABLED**
|
|
831
|
-
*/
|
|
832
|
-
export type AutoUpdateSetting = string;
|
|
833
|
-
/** Known values of {@link UpdateStatus} that the service accepts. */
|
|
834
|
-
export declare enum KnownUpdateStatus {
|
|
835
|
-
/** Incompatible */
|
|
836
|
-
Incompatible = "INCOMPATIBLE",
|
|
837
|
-
/** Outdated */
|
|
838
|
-
Outdated = "OUTDATED",
|
|
839
|
-
/** Scheduled */
|
|
840
|
-
Scheduled = "SCHEDULED",
|
|
841
|
-
/** Suppressed */
|
|
842
|
-
Suppressed = "SUPPRESSED",
|
|
843
|
-
/** Unknown */
|
|
844
|
-
Unknown = "UNKNOWN",
|
|
845
|
-
/** UP2Date */
|
|
846
|
-
UP2Date = "UP2DATE",
|
|
847
|
-
/** UpdateINProgress */
|
|
848
|
-
UpdateINProgress = "UPDATE_IN_PROGRESS",
|
|
849
|
-
/** UpdatePending */
|
|
850
|
-
UpdatePending = "UPDATE_PENDING",
|
|
851
|
-
/** UpdateProblem */
|
|
852
|
-
UpdateProblem = "UPDATE_PROBLEM"
|
|
853
|
-
}
|
|
854
|
-
/**
|
|
855
|
-
* Defines values for UpdateStatus. \
|
|
856
|
-
* {@link KnownUpdateStatus} can be used interchangeably with UpdateStatus,
|
|
857
|
-
* this enum contains the known values that the service supports.
|
|
858
|
-
* ### Known values supported by the service
|
|
859
|
-
* **INCOMPATIBLE** \
|
|
860
|
-
* **OUTDATED** \
|
|
861
|
-
* **SCHEDULED** \
|
|
862
|
-
* **SUPPRESSED** \
|
|
863
|
-
* **UNKNOWN** \
|
|
864
|
-
* **UP2DATE** \
|
|
865
|
-
* **UPDATE_IN_PROGRESS** \
|
|
866
|
-
* **UPDATE_PENDING** \
|
|
867
|
-
* **UPDATE_PROBLEM**
|
|
868
|
-
*/
|
|
869
|
-
export type UpdateStatus = string;
|
|
870
|
-
/** Known values of {@link AvailabilityState} that the service accepts. */
|
|
871
|
-
export declare enum KnownAvailabilityState {
|
|
872
|
-
/** Crashed */
|
|
873
|
-
Crashed = "CRASHED",
|
|
874
|
-
/** Lost */
|
|
875
|
-
Lost = "LOST",
|
|
876
|
-
/** Monitored */
|
|
877
|
-
Monitored = "MONITORED",
|
|
878
|
-
/** PREMonitored */
|
|
879
|
-
PREMonitored = "PRE_MONITORED",
|
|
880
|
-
/** Shutdown */
|
|
881
|
-
Shutdown = "SHUTDOWN",
|
|
882
|
-
/** UnexpectedShutdown */
|
|
883
|
-
UnexpectedShutdown = "UNEXPECTED_SHUTDOWN",
|
|
884
|
-
/** Unknown */
|
|
885
|
-
Unknown = "UNKNOWN",
|
|
886
|
-
/** Unmonitored */
|
|
887
|
-
Unmonitored = "UNMONITORED"
|
|
888
|
-
}
|
|
889
|
-
/**
|
|
890
|
-
* Defines values for AvailabilityState. \
|
|
891
|
-
* {@link KnownAvailabilityState} can be used interchangeably with AvailabilityState,
|
|
892
|
-
* this enum contains the known values that the service supports.
|
|
893
|
-
* ### Known values supported by the service
|
|
894
|
-
* **CRASHED** \
|
|
895
|
-
* **LOST** \
|
|
896
|
-
* **MONITORED** \
|
|
897
|
-
* **PRE_MONITORED** \
|
|
898
|
-
* **SHUTDOWN** \
|
|
899
|
-
* **UNEXPECTED_SHUTDOWN** \
|
|
900
|
-
* **UNKNOWN** \
|
|
901
|
-
* **UNMONITORED**
|
|
902
|
-
*/
|
|
903
|
-
export type AvailabilityState = string;
|
|
904
|
-
/** Known values of {@link LogModule} that the service accepts. */
|
|
905
|
-
export declare enum KnownLogModule {
|
|
906
|
-
/** Enabled */
|
|
907
|
-
Enabled = "ENABLED",
|
|
908
|
-
/** Disabled */
|
|
909
|
-
Disabled = "DISABLED"
|
|
910
|
-
}
|
|
911
|
-
/**
|
|
912
|
-
* Defines values for LogModule. \
|
|
913
|
-
* {@link KnownLogModule} can be used interchangeably with LogModule,
|
|
914
|
-
* this enum contains the known values that the service supports.
|
|
915
|
-
* ### Known values supported by the service
|
|
916
|
-
* **ENABLED** \
|
|
917
|
-
* **DISABLED**
|
|
918
|
-
*/
|
|
919
|
-
export type LogModule = string;
|
|
920
|
-
/** Known values of {@link SSOStatus} that the service accepts. */
|
|
921
|
-
export declare enum KnownSSOStatus {
|
|
922
|
-
/** Enabled */
|
|
923
|
-
Enabled = "Enabled",
|
|
924
|
-
/** Disabled */
|
|
925
|
-
Disabled = "Disabled"
|
|
926
|
-
}
|
|
927
|
-
/**
|
|
928
|
-
* Defines values for SSOStatus. \
|
|
929
|
-
* {@link KnownSSOStatus} can be used interchangeably with SSOStatus,
|
|
930
|
-
* this enum contains the known values that the service supports.
|
|
931
|
-
* ### Known values supported by the service
|
|
932
|
-
* **Enabled** \
|
|
933
|
-
* **Disabled**
|
|
934
|
-
*/
|
|
935
|
-
export type SSOStatus = string;
|
|
936
|
-
/** Optional parameters. */
|
|
937
|
-
export interface MonitorsListMonitoredResourcesOptionalParams extends coreClient.OperationOptions {
|
|
938
|
-
}
|
|
939
|
-
/** Contains response data for the listMonitoredResources operation. */
|
|
940
|
-
export type MonitorsListMonitoredResourcesResponse = MonitoredResourceListResponse;
|
|
941
|
-
/** Optional parameters. */
|
|
942
|
-
export interface MonitorsGetVMHostPayloadOptionalParams extends coreClient.OperationOptions {
|
|
943
|
-
}
|
|
944
|
-
/** Contains response data for the getVMHostPayload operation. */
|
|
945
|
-
export type MonitorsGetVMHostPayloadResponse = VMExtensionPayload;
|
|
946
|
-
/** Optional parameters. */
|
|
947
|
-
export interface MonitorsGetOptionalParams extends coreClient.OperationOptions {
|
|
948
|
-
}
|
|
949
|
-
/** Contains response data for the get operation. */
|
|
950
|
-
export type MonitorsGetResponse = MonitorResource;
|
|
951
|
-
/** Optional parameters. */
|
|
952
|
-
export interface MonitorsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
953
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
954
|
-
updateIntervalInMs?: number;
|
|
955
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
956
|
-
resumeFrom?: string;
|
|
957
|
-
}
|
|
958
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
959
|
-
export type MonitorsCreateOrUpdateResponse = MonitorResource;
|
|
960
|
-
/** Optional parameters. */
|
|
961
|
-
export interface MonitorsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
962
|
-
}
|
|
963
|
-
/** Contains response data for the update operation. */
|
|
964
|
-
export type MonitorsUpdateResponse = MonitorResource;
|
|
965
|
-
/** Optional parameters. */
|
|
966
|
-
export interface MonitorsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
967
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
968
|
-
updateIntervalInMs?: number;
|
|
969
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
970
|
-
resumeFrom?: string;
|
|
971
|
-
}
|
|
972
|
-
/** Optional parameters. */
|
|
973
|
-
export interface MonitorsListBySubscriptionIdOptionalParams extends coreClient.OperationOptions {
|
|
974
|
-
}
|
|
975
|
-
/** Contains response data for the listBySubscriptionId operation. */
|
|
976
|
-
export type MonitorsListBySubscriptionIdResponse = MonitorResourceListResult;
|
|
977
|
-
/** Optional parameters. */
|
|
978
|
-
export interface MonitorsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
979
|
-
}
|
|
980
|
-
/** Contains response data for the listByResourceGroup operation. */
|
|
981
|
-
export type MonitorsListByResourceGroupResponse = MonitorResourceListResult;
|
|
982
|
-
/** Optional parameters. */
|
|
983
|
-
export interface MonitorsGetMarketplaceSaaSResourceDetailsOptionalParams extends coreClient.OperationOptions {
|
|
984
|
-
}
|
|
985
|
-
/** Contains response data for the getMarketplaceSaaSResourceDetails operation. */
|
|
986
|
-
export type MonitorsGetMarketplaceSaaSResourceDetailsResponse = MarketplaceSaaSResourceDetailsResponse;
|
|
987
|
-
/** Optional parameters. */
|
|
988
|
-
export interface MonitorsListHostsOptionalParams extends coreClient.OperationOptions {
|
|
989
|
-
}
|
|
990
|
-
/** Contains response data for the listHosts operation. */
|
|
991
|
-
export type MonitorsListHostsResponse = VMHostsListResponse;
|
|
992
|
-
/** Optional parameters. */
|
|
993
|
-
export interface MonitorsGetMetricStatusOptionalParams extends coreClient.OperationOptions {
|
|
994
|
-
}
|
|
995
|
-
/** Contains response data for the getMetricStatus operation. */
|
|
996
|
-
export type MonitorsGetMetricStatusResponse = MetricsStatusResponse;
|
|
997
|
-
/** Optional parameters. */
|
|
998
|
-
export interface MonitorsListAppServicesOptionalParams extends coreClient.OperationOptions {
|
|
999
|
-
}
|
|
1000
|
-
/** Contains response data for the listAppServices operation. */
|
|
1001
|
-
export type MonitorsListAppServicesResponse = AppServiceListResponse;
|
|
1002
|
-
/** Optional parameters. */
|
|
1003
|
-
export interface MonitorsGetSSODetailsOptionalParams extends coreClient.OperationOptions {
|
|
1004
|
-
/** The details of the get sso details request. */
|
|
1005
|
-
request?: SSODetailsRequest;
|
|
1006
|
-
}
|
|
1007
|
-
/** Contains response data for the getSSODetails operation. */
|
|
1008
|
-
export type MonitorsGetSSODetailsResponse = SSODetailsResponse;
|
|
1009
|
-
/** Optional parameters. */
|
|
1010
|
-
export interface MonitorsListLinkableEnvironmentsOptionalParams extends coreClient.OperationOptions {
|
|
1011
|
-
}
|
|
1012
|
-
/** Contains response data for the listLinkableEnvironments operation. */
|
|
1013
|
-
export type MonitorsListLinkableEnvironmentsResponse = LinkableEnvironmentListResponse;
|
|
1014
|
-
/** Optional parameters. */
|
|
1015
|
-
export interface MonitorsListMonitoredResourcesNextOptionalParams extends coreClient.OperationOptions {
|
|
1016
|
-
}
|
|
1017
|
-
/** Contains response data for the listMonitoredResourcesNext operation. */
|
|
1018
|
-
export type MonitorsListMonitoredResourcesNextResponse = MonitoredResourceListResponse;
|
|
1019
|
-
/** Optional parameters. */
|
|
1020
|
-
export interface MonitorsListBySubscriptionIdNextOptionalParams extends coreClient.OperationOptions {
|
|
1021
|
-
}
|
|
1022
|
-
/** Contains response data for the listBySubscriptionIdNext operation. */
|
|
1023
|
-
export type MonitorsListBySubscriptionIdNextResponse = MonitorResourceListResult;
|
|
1024
|
-
/** Optional parameters. */
|
|
1025
|
-
export interface MonitorsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
1026
|
-
}
|
|
1027
|
-
/** Contains response data for the listByResourceGroupNext operation. */
|
|
1028
|
-
export type MonitorsListByResourceGroupNextResponse = MonitorResourceListResult;
|
|
1029
|
-
/** Optional parameters. */
|
|
1030
|
-
export interface MonitorsListHostsNextOptionalParams extends coreClient.OperationOptions {
|
|
1031
|
-
}
|
|
1032
|
-
/** Contains response data for the listHostsNext operation. */
|
|
1033
|
-
export type MonitorsListHostsNextResponse = VMHostsListResponse;
|
|
1034
|
-
/** Optional parameters. */
|
|
1035
|
-
export interface MonitorsListAppServicesNextOptionalParams extends coreClient.OperationOptions {
|
|
1036
|
-
}
|
|
1037
|
-
/** Contains response data for the listAppServicesNext operation. */
|
|
1038
|
-
export type MonitorsListAppServicesNextResponse = AppServiceListResponse;
|
|
1039
|
-
/** Optional parameters. */
|
|
1040
|
-
export interface MonitorsListLinkableEnvironmentsNextOptionalParams extends coreClient.OperationOptions {
|
|
1041
|
-
}
|
|
1042
|
-
/** Contains response data for the listLinkableEnvironmentsNext operation. */
|
|
1043
|
-
export type MonitorsListLinkableEnvironmentsNextResponse = LinkableEnvironmentListResponse;
|
|
1044
|
-
/** Optional parameters. */
|
|
1045
|
-
export interface OperationsListOptionalParams extends coreClient.OperationOptions {
|
|
1046
|
-
}
|
|
1047
|
-
/** Contains response data for the list operation. */
|
|
1048
|
-
export type OperationsListResponse = OperationListResult;
|
|
1049
|
-
/** Optional parameters. */
|
|
1050
|
-
export interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
|
|
1051
|
-
}
|
|
1052
|
-
/** Contains response data for the listNext operation. */
|
|
1053
|
-
export type OperationsListNextResponse = OperationListResult;
|
|
1054
|
-
/** Optional parameters. */
|
|
1055
|
-
export interface TagRulesGetOptionalParams extends coreClient.OperationOptions {
|
|
1056
|
-
}
|
|
1057
|
-
/** Contains response data for the get operation. */
|
|
1058
|
-
export type TagRulesGetResponse = TagRule;
|
|
1059
|
-
/** Optional parameters. */
|
|
1060
|
-
export interface TagRulesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1061
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1062
|
-
updateIntervalInMs?: number;
|
|
1063
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1064
|
-
resumeFrom?: string;
|
|
1065
|
-
}
|
|
1066
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
1067
|
-
export type TagRulesCreateOrUpdateResponse = TagRule;
|
|
1068
|
-
/** Optional parameters. */
|
|
1069
|
-
export interface TagRulesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1070
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1071
|
-
updateIntervalInMs?: number;
|
|
1072
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1073
|
-
resumeFrom?: string;
|
|
1074
|
-
}
|
|
1075
|
-
/** Optional parameters. */
|
|
1076
|
-
export interface TagRulesListOptionalParams extends coreClient.OperationOptions {
|
|
1077
|
-
}
|
|
1078
|
-
/** Contains response data for the list operation. */
|
|
1079
|
-
export type TagRulesListResponse = TagRuleListResult;
|
|
1080
|
-
/** Optional parameters. */
|
|
1081
|
-
export interface TagRulesListNextOptionalParams extends coreClient.OperationOptions {
|
|
1082
|
-
}
|
|
1083
|
-
/** Contains response data for the listNext operation. */
|
|
1084
|
-
export type TagRulesListNextResponse = TagRuleListResult;
|
|
1085
|
-
/** Optional parameters. */
|
|
1086
|
-
export interface SingleSignOnCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1087
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1088
|
-
updateIntervalInMs?: number;
|
|
1089
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1090
|
-
resumeFrom?: string;
|
|
1091
|
-
}
|
|
1092
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
1093
|
-
export type SingleSignOnCreateOrUpdateResponse = DynatraceSingleSignOnResource;
|
|
1094
|
-
/** Optional parameters. */
|
|
1095
|
-
export interface SingleSignOnGetOptionalParams extends coreClient.OperationOptions {
|
|
1096
|
-
}
|
|
1097
|
-
/** Contains response data for the get operation. */
|
|
1098
|
-
export type SingleSignOnGetResponse = DynatraceSingleSignOnResource;
|
|
1099
|
-
/** Optional parameters. */
|
|
1100
|
-
export interface SingleSignOnListOptionalParams extends coreClient.OperationOptions {
|
|
1101
|
-
}
|
|
1102
|
-
/** Contains response data for the list operation. */
|
|
1103
|
-
export type SingleSignOnListResponse = DynatraceSingleSignOnResourceListResult;
|
|
1104
|
-
/** Optional parameters. */
|
|
1105
|
-
export interface SingleSignOnListNextOptionalParams extends coreClient.OperationOptions {
|
|
1106
|
-
}
|
|
1107
|
-
/** Contains response data for the listNext operation. */
|
|
1108
|
-
export type SingleSignOnListNextResponse = DynatraceSingleSignOnResourceListResult;
|
|
1109
|
-
/** Optional parameters. */
|
|
1110
|
-
export interface DynatraceObservabilityOptionalParams extends coreClient.ServiceClientOptions {
|
|
1111
|
-
/** server parameter */
|
|
1112
|
-
$host?: string;
|
|
1113
|
-
/** Api Version */
|
|
1114
|
-
apiVersion?: string;
|
|
1115
|
-
/** Overrides client endpoint. */
|
|
1116
|
-
endpoint?: string;
|
|
1117
|
-
}
|
|
1118
|
-
//# sourceMappingURL=index.d.ts.map
|