@azure/arm-dynatrace 2.0.0 → 3.0.0-beta.1

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.
Files changed (535) hide show
  1. package/LICENSE +3 -3
  2. package/README.md +30 -24
  3. package/dist/browser/api/creationSupported/index.d.ts +3 -0
  4. package/dist/browser/api/creationSupported/index.js +4 -0
  5. package/dist/browser/api/creationSupported/index.js.map +1 -0
  6. package/dist/browser/api/creationSupported/operations.d.ts +13 -0
  7. package/dist/browser/api/creationSupported/operations.js +64 -0
  8. package/dist/browser/api/creationSupported/operations.js.map +1 -0
  9. package/dist/browser/api/creationSupported/options.d.ts +8 -0
  10. package/dist/browser/api/creationSupported/options.js +4 -0
  11. package/dist/browser/api/creationSupported/options.js.map +1 -0
  12. package/dist/browser/api/dynatraceObservabilityContext.d.ts +20 -0
  13. package/dist/browser/api/dynatraceObservabilityContext.js +25 -0
  14. package/dist/browser/api/dynatraceObservabilityContext.js.map +1 -0
  15. package/dist/browser/api/index.d.ts +3 -0
  16. package/dist/browser/api/index.js +4 -0
  17. package/dist/browser/api/index.js.map +1 -0
  18. package/dist/browser/api/monitoredSubscriptions/index.d.ts +3 -0
  19. package/dist/browser/api/monitoredSubscriptions/index.js +4 -0
  20. package/dist/browser/api/monitoredSubscriptions/index.js.map +1 -0
  21. package/dist/browser/api/monitoredSubscriptions/operations.d.ts +27 -0
  22. package/dist/browser/api/monitoredSubscriptions/operations.js +173 -0
  23. package/dist/browser/api/monitoredSubscriptions/operations.js.map +1 -0
  24. package/dist/browser/api/monitoredSubscriptions/options.d.ts +26 -0
  25. package/dist/browser/api/monitoredSubscriptions/options.js +4 -0
  26. package/dist/browser/api/monitoredSubscriptions/options.js.map +1 -0
  27. package/dist/browser/api/monitors/index.d.ts +3 -0
  28. package/dist/browser/api/monitors/index.js +4 -0
  29. package/dist/browser/api/monitors/index.js.map +1 -0
  30. package/dist/browser/api/monitors/operations.d.ts +75 -0
  31. package/dist/browser/api/monitors/operations.js +535 -0
  32. package/dist/browser/api/monitors/operations.js.map +1 -0
  33. package/dist/browser/api/monitors/options.d.ts +66 -0
  34. package/dist/browser/api/monitors/options.js +4 -0
  35. package/dist/browser/api/monitors/options.js.map +1 -0
  36. package/dist/browser/api/operations/index.d.ts +3 -0
  37. package/dist/browser/api/operations/index.js +4 -0
  38. package/dist/browser/api/operations/index.js.map +1 -0
  39. package/dist/browser/api/operations/operations.d.ts +10 -0
  40. package/dist/browser/api/operations/operations.js +33 -0
  41. package/dist/browser/api/operations/operations.js.map +1 -0
  42. package/dist/browser/api/operations/options.d.ts +5 -0
  43. package/dist/browser/api/operations/options.js +4 -0
  44. package/dist/browser/api/operations/options.js.map +1 -0
  45. package/dist/browser/api/singleSignOn/index.d.ts +3 -0
  46. package/dist/browser/api/singleSignOn/index.js +4 -0
  47. package/dist/browser/api/singleSignOn/index.js.map +1 -0
  48. package/dist/browser/api/singleSignOn/operations.d.ts +19 -0
  49. package/dist/browser/api/singleSignOn/operations.js +106 -0
  50. package/dist/browser/api/singleSignOn/operations.js.map +1 -0
  51. package/dist/browser/api/singleSignOn/options.d.ts +13 -0
  52. package/dist/browser/api/singleSignOn/options.js +4 -0
  53. package/dist/browser/api/singleSignOn/options.js.map +1 -0
  54. package/dist/browser/api/tagRules/index.d.ts +3 -0
  55. package/dist/browser/api/tagRules/index.js +4 -0
  56. package/dist/browser/api/tagRules/index.js.map +1 -0
  57. package/dist/browser/api/tagRules/operations.d.ts +23 -0
  58. package/dist/browser/api/tagRules/operations.js +139 -0
  59. package/dist/browser/api/tagRules/operations.js.map +1 -0
  60. package/dist/browser/api/tagRules/options.d.ts +18 -0
  61. package/dist/browser/api/tagRules/options.js +4 -0
  62. package/dist/browser/api/tagRules/options.js.map +1 -0
  63. package/dist/browser/classic/creationSupported/index.d.ts +12 -0
  64. package/dist/browser/classic/creationSupported/index.js +15 -0
  65. package/dist/browser/classic/creationSupported/index.js.map +1 -0
  66. package/dist/browser/classic/index.d.ts +7 -0
  67. package/dist/browser/classic/index.js +4 -0
  68. package/dist/browser/classic/index.js.map +1 -0
  69. package/dist/browser/classic/monitoredSubscriptions/index.d.ts +33 -0
  70. package/dist/browser/classic/monitoredSubscriptions/index.js +43 -0
  71. package/dist/browser/classic/monitoredSubscriptions/index.js.map +1 -0
  72. package/dist/browser/classic/monitors/index.d.ts +57 -0
  73. package/dist/browser/classic/monitors/index.js +55 -0
  74. package/dist/browser/classic/monitors/index.js.map +1 -0
  75. package/dist/browser/classic/operations/index.d.ts +11 -0
  76. package/dist/browser/classic/operations/index.js +14 -0
  77. package/dist/browser/classic/operations/index.js.map +1 -0
  78. package/dist/browser/classic/singleSignOn/index.d.ts +21 -0
  79. package/dist/browser/classic/singleSignOn/index.js +25 -0
  80. package/dist/browser/classic/singleSignOn/index.js.map +1 -0
  81. package/dist/browser/classic/tagRules/index.d.ts +27 -0
  82. package/dist/browser/classic/tagRules/index.js +34 -0
  83. package/dist/browser/classic/tagRules/index.js.map +1 -0
  84. package/dist/browser/dynatraceObservability.d.ts +29 -0
  85. package/dist/browser/dynatraceObservability.js +44 -0
  86. package/dist/browser/dynatraceObservability.js.map +1 -0
  87. package/dist/browser/index.d.ts +22 -0
  88. package/dist/browser/index.js +9 -0
  89. package/dist/browser/index.js.map +1 -0
  90. package/dist/browser/logger.d.ts +2 -0
  91. package/dist/browser/logger.js +5 -0
  92. package/dist/browser/logger.js.map +1 -0
  93. package/dist/browser/models/index.d.ts +3 -0
  94. package/dist/browser/models/index.js +4 -0
  95. package/dist/browser/models/index.js.map +1 -0
  96. package/dist/browser/models/models.d.ts +1218 -0
  97. package/dist/browser/models/models.js +1132 -0
  98. package/dist/browser/models/models.js.map +1 -0
  99. package/dist/browser/package.json +3 -0
  100. package/dist/browser/restorePollerHelpers.d.ts +21 -0
  101. package/dist/browser/restorePollerHelpers.js +111 -0
  102. package/dist/browser/restorePollerHelpers.js.map +1 -0
  103. package/dist/browser/static-helpers/cloudSettingHelpers.d.ts +22 -0
  104. package/dist/browser/static-helpers/cloudSettingHelpers.js +38 -0
  105. package/dist/browser/static-helpers/cloudSettingHelpers.js.map +1 -0
  106. package/dist/browser/static-helpers/pagingHelpers.d.ts +74 -0
  107. package/dist/browser/static-helpers/pagingHelpers.js +143 -0
  108. package/dist/browser/static-helpers/pagingHelpers.js.map +1 -0
  109. package/dist/browser/static-helpers/pollingHelpers.d.ts +34 -0
  110. package/dist/browser/static-helpers/pollingHelpers.js +95 -0
  111. package/dist/browser/static-helpers/pollingHelpers.js.map +1 -0
  112. package/dist/browser/static-helpers/simplePollerHelpers.d.ts +73 -0
  113. package/dist/browser/static-helpers/simplePollerHelpers.js +44 -0
  114. package/dist/browser/static-helpers/simplePollerHelpers.js.map +1 -0
  115. package/dist/browser/static-helpers/urlTemplate.d.ts +5 -0
  116. package/dist/browser/static-helpers/urlTemplate.js +200 -0
  117. package/dist/browser/static-helpers/urlTemplate.js.map +1 -0
  118. package/dist/commonjs/api/creationSupported/index.d.ts +3 -0
  119. package/dist/commonjs/api/creationSupported/index.js +30 -0
  120. package/dist/commonjs/api/creationSupported/index.js.map +7 -0
  121. package/dist/commonjs/api/creationSupported/operations.d.ts +13 -0
  122. package/dist/commonjs/api/creationSupported/operations.js +104 -0
  123. package/dist/commonjs/api/creationSupported/operations.js.map +7 -0
  124. package/dist/commonjs/api/creationSupported/options.d.ts +8 -0
  125. package/dist/commonjs/api/creationSupported/options.js +16 -0
  126. package/dist/commonjs/api/creationSupported/options.js.map +7 -0
  127. package/dist/commonjs/api/dynatraceObservabilityContext.d.ts +20 -0
  128. package/dist/commonjs/api/dynatraceObservabilityContext.js +47 -0
  129. package/dist/commonjs/api/dynatraceObservabilityContext.js.map +7 -0
  130. package/dist/commonjs/api/index.d.ts +3 -0
  131. package/dist/commonjs/api/index.js +28 -0
  132. package/dist/commonjs/api/index.js.map +7 -0
  133. package/dist/commonjs/api/monitoredSubscriptions/index.d.ts +3 -0
  134. package/dist/commonjs/api/monitoredSubscriptions/index.js +36 -0
  135. package/dist/commonjs/api/monitoredSubscriptions/index.js.map +7 -0
  136. package/dist/commonjs/api/monitoredSubscriptions/operations.d.ts +27 -0
  137. package/dist/commonjs/api/monitoredSubscriptions/operations.js +246 -0
  138. package/dist/commonjs/api/monitoredSubscriptions/operations.js.map +7 -0
  139. package/dist/commonjs/api/monitoredSubscriptions/options.d.ts +26 -0
  140. package/dist/commonjs/api/monitoredSubscriptions/options.js +16 -0
  141. package/dist/commonjs/api/monitoredSubscriptions/options.js.map +7 -0
  142. package/dist/commonjs/api/monitors/index.d.ts +3 -0
  143. package/dist/commonjs/api/monitors/index.js +60 -0
  144. package/dist/commonjs/api/monitors/index.js.map +7 -0
  145. package/dist/commonjs/api/monitors/operations.d.ts +75 -0
  146. package/dist/commonjs/api/monitors/operations.js +752 -0
  147. package/dist/commonjs/api/monitors/operations.js.map +7 -0
  148. package/dist/commonjs/api/monitors/options.d.ts +66 -0
  149. package/dist/commonjs/api/monitors/options.js +16 -0
  150. package/dist/commonjs/api/monitors/options.js.map +7 -0
  151. package/dist/commonjs/api/operations/index.d.ts +3 -0
  152. package/dist/commonjs/api/operations/index.js +28 -0
  153. package/dist/commonjs/api/operations/index.js.map +7 -0
  154. package/dist/commonjs/api/operations/operations.d.ts +10 -0
  155. package/dist/commonjs/api/operations/operations.js +70 -0
  156. package/dist/commonjs/api/operations/operations.js.map +7 -0
  157. package/dist/commonjs/api/operations/options.d.ts +5 -0
  158. package/dist/commonjs/api/operations/options.js +16 -0
  159. package/dist/commonjs/api/operations/options.js.map +7 -0
  160. package/dist/commonjs/api/singleSignOn/index.d.ts +3 -0
  161. package/dist/commonjs/api/singleSignOn/index.js +32 -0
  162. package/dist/commonjs/api/singleSignOn/index.js.map +7 -0
  163. package/dist/commonjs/api/singleSignOn/operations.d.ts +19 -0
  164. package/dist/commonjs/api/singleSignOn/operations.js +174 -0
  165. package/dist/commonjs/api/singleSignOn/operations.js.map +7 -0
  166. package/dist/commonjs/api/singleSignOn/options.d.ts +13 -0
  167. package/dist/commonjs/api/singleSignOn/options.js +16 -0
  168. package/dist/commonjs/api/singleSignOn/options.js.map +7 -0
  169. package/dist/commonjs/api/tagRules/index.d.ts +3 -0
  170. package/dist/commonjs/api/tagRules/index.js +34 -0
  171. package/dist/commonjs/api/tagRules/index.js.map +7 -0
  172. package/dist/commonjs/api/tagRules/operations.d.ts +23 -0
  173. package/dist/commonjs/api/tagRules/operations.js +203 -0
  174. package/dist/commonjs/api/tagRules/operations.js.map +7 -0
  175. package/dist/commonjs/api/tagRules/options.d.ts +18 -0
  176. package/dist/commonjs/api/tagRules/options.js +16 -0
  177. package/dist/commonjs/api/tagRules/options.js.map +7 -0
  178. package/dist/commonjs/classic/creationSupported/index.d.ts +12 -0
  179. package/dist/commonjs/classic/creationSupported/index.js +39 -0
  180. package/dist/commonjs/classic/creationSupported/index.js.map +7 -0
  181. package/dist/commonjs/classic/index.d.ts +7 -0
  182. package/dist/commonjs/classic/index.js +16 -0
  183. package/dist/commonjs/classic/index.js.map +7 -0
  184. package/dist/commonjs/classic/monitoredSubscriptions/index.d.ts +33 -0
  185. package/dist/commonjs/classic/monitoredSubscriptions/index.js +67 -0
  186. package/dist/commonjs/classic/monitoredSubscriptions/index.js.map +7 -0
  187. package/dist/commonjs/classic/monitors/index.d.ts +57 -0
  188. package/dist/commonjs/classic/monitors/index.js +79 -0
  189. package/dist/commonjs/classic/monitors/index.js.map +7 -0
  190. package/dist/commonjs/classic/operations/index.d.ts +11 -0
  191. package/dist/commonjs/classic/operations/index.js +38 -0
  192. package/dist/commonjs/classic/operations/index.js.map +7 -0
  193. package/dist/commonjs/classic/singleSignOn/index.d.ts +21 -0
  194. package/dist/commonjs/classic/singleSignOn/index.js +63 -0
  195. package/dist/commonjs/classic/singleSignOn/index.js.map +7 -0
  196. package/dist/commonjs/classic/tagRules/index.d.ts +27 -0
  197. package/dist/commonjs/classic/tagRules/index.js +72 -0
  198. package/dist/commonjs/classic/tagRules/index.js.map +7 -0
  199. package/dist/commonjs/dynatraceObservability.d.ts +29 -0
  200. package/dist/commonjs/dynatraceObservability.js +66 -0
  201. package/dist/commonjs/dynatraceObservability.js.map +7 -0
  202. package/dist/commonjs/index.d.ts +22 -0
  203. package/dist/commonjs/index.js +94 -0
  204. package/dist/commonjs/index.js.map +7 -0
  205. package/dist/commonjs/logger.d.ts +2 -0
  206. package/dist/commonjs/logger.js +29 -0
  207. package/dist/commonjs/logger.js.map +7 -0
  208. package/dist/commonjs/models/index.d.ts +3 -0
  209. package/dist/commonjs/models/index.js +80 -0
  210. package/dist/commonjs/models/index.js.map +7 -0
  211. package/dist/commonjs/models/models.d.ts +1218 -0
  212. package/dist/commonjs/models/models.js +1216 -0
  213. package/dist/commonjs/models/models.js.map +7 -0
  214. package/dist/commonjs/package.json +3 -0
  215. package/dist/commonjs/restorePollerHelpers.d.ts +21 -0
  216. package/dist/commonjs/restorePollerHelpers.js +124 -0
  217. package/dist/commonjs/restorePollerHelpers.js.map +7 -0
  218. package/dist/commonjs/static-helpers/cloudSettingHelpers.d.ts +22 -0
  219. package/dist/commonjs/static-helpers/cloudSettingHelpers.js +52 -0
  220. package/dist/commonjs/static-helpers/cloudSettingHelpers.js.map +7 -0
  221. package/dist/commonjs/static-helpers/pagingHelpers.d.ts +74 -0
  222. package/dist/commonjs/static-helpers/pagingHelpers.js +143 -0
  223. package/dist/commonjs/static-helpers/pagingHelpers.js.map +7 -0
  224. package/dist/commonjs/static-helpers/pollingHelpers.d.ts +34 -0
  225. package/dist/commonjs/static-helpers/pollingHelpers.js +101 -0
  226. package/dist/commonjs/static-helpers/pollingHelpers.js.map +7 -0
  227. package/dist/commonjs/static-helpers/simplePollerHelpers.d.ts +73 -0
  228. package/dist/commonjs/static-helpers/simplePollerHelpers.js +67 -0
  229. package/dist/commonjs/static-helpers/simplePollerHelpers.js.map +7 -0
  230. package/dist/commonjs/static-helpers/urlTemplate.d.ts +5 -0
  231. package/dist/commonjs/static-helpers/urlTemplate.js +197 -0
  232. package/dist/commonjs/static-helpers/urlTemplate.js.map +7 -0
  233. package/{types → dist/commonjs}/tsdoc-metadata.json +11 -11
  234. package/dist/esm/api/creationSupported/index.d.ts +3 -0
  235. package/dist/esm/api/creationSupported/index.js +4 -0
  236. package/dist/esm/api/creationSupported/index.js.map +1 -0
  237. package/dist/esm/api/creationSupported/operations.d.ts +13 -0
  238. package/dist/esm/api/creationSupported/operations.js +64 -0
  239. package/dist/esm/api/creationSupported/operations.js.map +1 -0
  240. package/dist/esm/api/creationSupported/options.d.ts +8 -0
  241. package/dist/esm/api/creationSupported/options.js +4 -0
  242. package/dist/esm/api/creationSupported/options.js.map +1 -0
  243. package/dist/esm/api/dynatraceObservabilityContext.d.ts +20 -0
  244. package/dist/esm/api/dynatraceObservabilityContext.js +25 -0
  245. package/dist/esm/api/dynatraceObservabilityContext.js.map +1 -0
  246. package/dist/esm/api/index.d.ts +3 -0
  247. package/dist/esm/api/index.js +4 -0
  248. package/dist/esm/api/index.js.map +1 -0
  249. package/dist/esm/api/monitoredSubscriptions/index.d.ts +3 -0
  250. package/dist/esm/api/monitoredSubscriptions/index.js +4 -0
  251. package/dist/esm/api/monitoredSubscriptions/index.js.map +1 -0
  252. package/dist/esm/api/monitoredSubscriptions/operations.d.ts +27 -0
  253. package/dist/esm/api/monitoredSubscriptions/operations.js +173 -0
  254. package/dist/esm/api/monitoredSubscriptions/operations.js.map +1 -0
  255. package/dist/esm/api/monitoredSubscriptions/options.d.ts +26 -0
  256. package/dist/esm/api/monitoredSubscriptions/options.js +4 -0
  257. package/dist/esm/api/monitoredSubscriptions/options.js.map +1 -0
  258. package/dist/esm/api/monitors/index.d.ts +3 -0
  259. package/dist/esm/api/monitors/index.js +4 -0
  260. package/dist/esm/api/monitors/index.js.map +1 -0
  261. package/dist/esm/api/monitors/operations.d.ts +75 -0
  262. package/dist/esm/api/monitors/operations.js +535 -0
  263. package/dist/esm/api/monitors/operations.js.map +1 -0
  264. package/dist/esm/api/monitors/options.d.ts +66 -0
  265. package/dist/esm/api/monitors/options.js +4 -0
  266. package/dist/esm/api/monitors/options.js.map +1 -0
  267. package/dist/esm/api/operations/index.d.ts +3 -0
  268. package/dist/esm/api/operations/index.js +4 -0
  269. package/dist/esm/api/operations/index.js.map +1 -0
  270. package/dist/esm/api/operations/operations.d.ts +10 -0
  271. package/dist/esm/api/operations/operations.js +33 -0
  272. package/dist/esm/api/operations/operations.js.map +1 -0
  273. package/dist/esm/api/operations/options.d.ts +5 -0
  274. package/dist/esm/api/operations/options.js +4 -0
  275. package/dist/esm/api/operations/options.js.map +1 -0
  276. package/dist/esm/api/singleSignOn/index.d.ts +3 -0
  277. package/dist/esm/api/singleSignOn/index.js +4 -0
  278. package/dist/esm/api/singleSignOn/index.js.map +1 -0
  279. package/dist/esm/api/singleSignOn/operations.d.ts +19 -0
  280. package/dist/esm/api/singleSignOn/operations.js +106 -0
  281. package/dist/esm/api/singleSignOn/operations.js.map +1 -0
  282. package/dist/esm/api/singleSignOn/options.d.ts +13 -0
  283. package/dist/esm/api/singleSignOn/options.js +4 -0
  284. package/dist/esm/api/singleSignOn/options.js.map +1 -0
  285. package/dist/esm/api/tagRules/index.d.ts +3 -0
  286. package/dist/esm/api/tagRules/index.js +4 -0
  287. package/dist/esm/api/tagRules/index.js.map +1 -0
  288. package/dist/esm/api/tagRules/operations.d.ts +23 -0
  289. package/dist/esm/api/tagRules/operations.js +139 -0
  290. package/dist/esm/api/tagRules/operations.js.map +1 -0
  291. package/dist/esm/api/tagRules/options.d.ts +18 -0
  292. package/dist/esm/api/tagRules/options.js +4 -0
  293. package/dist/esm/api/tagRules/options.js.map +1 -0
  294. package/dist/esm/classic/creationSupported/index.d.ts +12 -0
  295. package/dist/esm/classic/creationSupported/index.js +15 -0
  296. package/dist/esm/classic/creationSupported/index.js.map +1 -0
  297. package/dist/esm/classic/index.d.ts +7 -0
  298. package/dist/esm/classic/index.js +4 -0
  299. package/dist/esm/classic/index.js.map +1 -0
  300. package/dist/esm/classic/monitoredSubscriptions/index.d.ts +33 -0
  301. package/dist/esm/classic/monitoredSubscriptions/index.js +43 -0
  302. package/dist/esm/classic/monitoredSubscriptions/index.js.map +1 -0
  303. package/dist/esm/classic/monitors/index.d.ts +57 -0
  304. package/dist/esm/classic/monitors/index.js +55 -0
  305. package/dist/esm/classic/monitors/index.js.map +1 -0
  306. package/dist/esm/classic/operations/index.d.ts +11 -0
  307. package/dist/esm/classic/operations/index.js +14 -0
  308. package/dist/esm/classic/operations/index.js.map +1 -0
  309. package/dist/esm/classic/singleSignOn/index.d.ts +21 -0
  310. package/dist/esm/classic/singleSignOn/index.js +25 -0
  311. package/dist/esm/classic/singleSignOn/index.js.map +1 -0
  312. package/dist/esm/classic/tagRules/index.d.ts +27 -0
  313. package/dist/esm/classic/tagRules/index.js +34 -0
  314. package/dist/esm/classic/tagRules/index.js.map +1 -0
  315. package/dist/esm/dynatraceObservability.d.ts +29 -0
  316. package/dist/esm/dynatraceObservability.js +44 -0
  317. package/dist/esm/dynatraceObservability.js.map +1 -0
  318. package/dist/esm/index.d.ts +22 -0
  319. package/dist/esm/index.js +9 -0
  320. package/dist/esm/index.js.map +1 -0
  321. package/dist/esm/logger.d.ts +2 -0
  322. package/dist/esm/logger.js +5 -0
  323. package/dist/esm/logger.js.map +1 -0
  324. package/dist/esm/models/index.d.ts +3 -0
  325. package/dist/esm/models/index.js +4 -0
  326. package/dist/esm/models/index.js.map +1 -0
  327. package/dist/esm/models/models.d.ts +1218 -0
  328. package/dist/esm/models/models.js +1132 -0
  329. package/dist/esm/models/models.js.map +1 -0
  330. package/dist/esm/package.json +3 -0
  331. package/dist/esm/restorePollerHelpers.d.ts +21 -0
  332. package/dist/esm/restorePollerHelpers.js +111 -0
  333. package/dist/esm/restorePollerHelpers.js.map +1 -0
  334. package/dist/esm/static-helpers/cloudSettingHelpers.d.ts +22 -0
  335. package/dist/esm/static-helpers/cloudSettingHelpers.js +38 -0
  336. package/dist/esm/static-helpers/cloudSettingHelpers.js.map +1 -0
  337. package/dist/esm/static-helpers/pagingHelpers.d.ts +74 -0
  338. package/dist/esm/static-helpers/pagingHelpers.js +143 -0
  339. package/dist/esm/static-helpers/pagingHelpers.js.map +1 -0
  340. package/dist/esm/static-helpers/pollingHelpers.d.ts +34 -0
  341. package/dist/esm/static-helpers/pollingHelpers.js +95 -0
  342. package/dist/esm/static-helpers/pollingHelpers.js.map +1 -0
  343. package/dist/esm/static-helpers/simplePollerHelpers.d.ts +73 -0
  344. package/dist/esm/static-helpers/simplePollerHelpers.js +44 -0
  345. package/dist/esm/static-helpers/simplePollerHelpers.js.map +1 -0
  346. package/dist/esm/static-helpers/urlTemplate.d.ts +5 -0
  347. package/dist/esm/static-helpers/urlTemplate.js +200 -0
  348. package/dist/esm/static-helpers/urlTemplate.js.map +1 -0
  349. package/package.json +207 -92
  350. package/CHANGELOG.md +0 -44
  351. package/dist/index.js +0 -3880
  352. package/dist/index.js.map +0 -1
  353. package/dist/index.min.js +0 -1
  354. package/dist/index.min.js.map +0 -1
  355. package/dist-esm/samples-dev/monitorsCreateOrUpdateSample.d.ts +0 -2
  356. package/dist-esm/samples-dev/monitorsCreateOrUpdateSample.d.ts.map +0 -1
  357. package/dist-esm/samples-dev/monitorsCreateOrUpdateSample.js +0 -86
  358. package/dist-esm/samples-dev/monitorsCreateOrUpdateSample.js.map +0 -1
  359. package/dist-esm/samples-dev/monitorsDeleteSample.d.ts +0 -2
  360. package/dist-esm/samples-dev/monitorsDeleteSample.d.ts.map +0 -1
  361. package/dist-esm/samples-dev/monitorsDeleteSample.js +0 -58
  362. package/dist-esm/samples-dev/monitorsDeleteSample.js.map +0 -1
  363. package/dist-esm/samples-dev/monitorsGetMarketplaceSaaSResourceDetailsSample.d.ts +0 -2
  364. package/dist-esm/samples-dev/monitorsGetMarketplaceSaaSResourceDetailsSample.d.ts.map +0 -1
  365. package/dist-esm/samples-dev/monitorsGetMarketplaceSaaSResourceDetailsSample.js +0 -58
  366. package/dist-esm/samples-dev/monitorsGetMarketplaceSaaSResourceDetailsSample.js.map +0 -1
  367. package/dist-esm/samples-dev/monitorsGetMetricStatusSample.d.ts +0 -2
  368. package/dist-esm/samples-dev/monitorsGetMetricStatusSample.d.ts.map +0 -1
  369. package/dist-esm/samples-dev/monitorsGetMetricStatusSample.js +0 -56
  370. package/dist-esm/samples-dev/monitorsGetMetricStatusSample.js.map +0 -1
  371. package/dist-esm/samples-dev/monitorsGetSample.d.ts +0 -2
  372. package/dist-esm/samples-dev/monitorsGetSample.d.ts.map +0 -1
  373. package/dist-esm/samples-dev/monitorsGetSample.js +0 -58
  374. package/dist-esm/samples-dev/monitorsGetSample.js.map +0 -1
  375. package/dist-esm/samples-dev/monitorsGetSsoDetailsSample.d.ts +0 -2
  376. package/dist-esm/samples-dev/monitorsGetSsoDetailsSample.d.ts.map +0 -1
  377. package/dist-esm/samples-dev/monitorsGetSsoDetailsSample.js +0 -62
  378. package/dist-esm/samples-dev/monitorsGetSsoDetailsSample.js.map +0 -1
  379. package/dist-esm/samples-dev/monitorsGetVMHostPayloadSample.d.ts +0 -2
  380. package/dist-esm/samples-dev/monitorsGetVMHostPayloadSample.d.ts.map +0 -1
  381. package/dist-esm/samples-dev/monitorsGetVMHostPayloadSample.js +0 -58
  382. package/dist-esm/samples-dev/monitorsGetVMHostPayloadSample.js.map +0 -1
  383. package/dist-esm/samples-dev/monitorsListAppServicesSample.d.ts +0 -2
  384. package/dist-esm/samples-dev/monitorsListAppServicesSample.d.ts.map +0 -1
  385. package/dist-esm/samples-dev/monitorsListAppServicesSample.js +0 -100
  386. package/dist-esm/samples-dev/monitorsListAppServicesSample.js.map +0 -1
  387. package/dist-esm/samples-dev/monitorsListByResourceGroupSample.d.ts +0 -2
  388. package/dist-esm/samples-dev/monitorsListByResourceGroupSample.d.ts.map +0 -1
  389. package/dist-esm/samples-dev/monitorsListByResourceGroupSample.js +0 -98
  390. package/dist-esm/samples-dev/monitorsListByResourceGroupSample.js.map +0 -1
  391. package/dist-esm/samples-dev/monitorsListBySubscriptionIdSample.d.ts +0 -2
  392. package/dist-esm/samples-dev/monitorsListBySubscriptionIdSample.d.ts.map +0 -1
  393. package/dist-esm/samples-dev/monitorsListBySubscriptionIdSample.js +0 -96
  394. package/dist-esm/samples-dev/monitorsListBySubscriptionIdSample.js.map +0 -1
  395. package/dist-esm/samples-dev/monitorsListHostsSample.d.ts +0 -2
  396. package/dist-esm/samples-dev/monitorsListHostsSample.d.ts.map +0 -1
  397. package/dist-esm/samples-dev/monitorsListHostsSample.js +0 -100
  398. package/dist-esm/samples-dev/monitorsListHostsSample.js.map +0 -1
  399. package/dist-esm/samples-dev/monitorsListLinkableEnvironmentsSample.d.ts +0 -2
  400. package/dist-esm/samples-dev/monitorsListLinkableEnvironmentsSample.d.ts.map +0 -1
  401. package/dist-esm/samples-dev/monitorsListLinkableEnvironmentsSample.js +0 -110
  402. package/dist-esm/samples-dev/monitorsListLinkableEnvironmentsSample.js.map +0 -1
  403. package/dist-esm/samples-dev/monitorsListMonitoredResourcesSample.d.ts +0 -2
  404. package/dist-esm/samples-dev/monitorsListMonitoredResourcesSample.d.ts.map +0 -1
  405. package/dist-esm/samples-dev/monitorsListMonitoredResourcesSample.js +0 -100
  406. package/dist-esm/samples-dev/monitorsListMonitoredResourcesSample.js.map +0 -1
  407. package/dist-esm/samples-dev/monitorsUpdateSample.d.ts +0 -2
  408. package/dist-esm/samples-dev/monitorsUpdateSample.d.ts.map +0 -1
  409. package/dist-esm/samples-dev/monitorsUpdateSample.js +0 -60
  410. package/dist-esm/samples-dev/monitorsUpdateSample.js.map +0 -1
  411. package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
  412. package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
  413. package/dist-esm/samples-dev/operationsListSample.js +0 -96
  414. package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
  415. package/dist-esm/samples-dev/singleSignOnCreateOrUpdateSample.d.ts +0 -2
  416. package/dist-esm/samples-dev/singleSignOnCreateOrUpdateSample.d.ts.map +0 -1
  417. package/dist-esm/samples-dev/singleSignOnCreateOrUpdateSample.js +0 -71
  418. package/dist-esm/samples-dev/singleSignOnCreateOrUpdateSample.js.map +0 -1
  419. package/dist-esm/samples-dev/singleSignOnGetSample.d.ts +0 -2
  420. package/dist-esm/samples-dev/singleSignOnGetSample.d.ts.map +0 -1
  421. package/dist-esm/samples-dev/singleSignOnGetSample.js +0 -60
  422. package/dist-esm/samples-dev/singleSignOnGetSample.js.map +0 -1
  423. package/dist-esm/samples-dev/singleSignOnListSample.d.ts +0 -2
  424. package/dist-esm/samples-dev/singleSignOnListSample.d.ts.map +0 -1
  425. package/dist-esm/samples-dev/singleSignOnListSample.js +0 -100
  426. package/dist-esm/samples-dev/singleSignOnListSample.js.map +0 -1
  427. package/dist-esm/samples-dev/tagRulesCreateOrUpdateSample.d.ts +0 -2
  428. package/dist-esm/samples-dev/tagRulesCreateOrUpdateSample.d.ts.map +0 -1
  429. package/dist-esm/samples-dev/tagRulesCreateOrUpdateSample.js +0 -79
  430. package/dist-esm/samples-dev/tagRulesCreateOrUpdateSample.js.map +0 -1
  431. package/dist-esm/samples-dev/tagRulesDeleteSample.d.ts +0 -2
  432. package/dist-esm/samples-dev/tagRulesDeleteSample.d.ts.map +0 -1
  433. package/dist-esm/samples-dev/tagRulesDeleteSample.js +0 -60
  434. package/dist-esm/samples-dev/tagRulesDeleteSample.js.map +0 -1
  435. package/dist-esm/samples-dev/tagRulesGetSample.d.ts +0 -2
  436. package/dist-esm/samples-dev/tagRulesGetSample.d.ts.map +0 -1
  437. package/dist-esm/samples-dev/tagRulesGetSample.js +0 -60
  438. package/dist-esm/samples-dev/tagRulesGetSample.js.map +0 -1
  439. package/dist-esm/samples-dev/tagRulesListSample.d.ts +0 -2
  440. package/dist-esm/samples-dev/tagRulesListSample.d.ts.map +0 -1
  441. package/dist-esm/samples-dev/tagRulesListSample.js +0 -100
  442. package/dist-esm/samples-dev/tagRulesListSample.js.map +0 -1
  443. package/dist-esm/src/dynatraceObservability.d.ts +0 -23
  444. package/dist-esm/src/dynatraceObservability.d.ts.map +0 -1
  445. package/dist-esm/src/dynatraceObservability.js +0 -103
  446. package/dist-esm/src/dynatraceObservability.js.map +0 -1
  447. package/dist-esm/src/index.d.ts +0 -6
  448. package/dist-esm/src/index.d.ts.map +0 -1
  449. package/dist-esm/src/index.js +0 -13
  450. package/dist-esm/src/index.js.map +0 -1
  451. package/dist-esm/src/lroImpl.d.ts +0 -11
  452. package/dist-esm/src/lroImpl.d.ts.map +0 -1
  453. package/dist-esm/src/lroImpl.js +0 -21
  454. package/dist-esm/src/lroImpl.js.map +0 -1
  455. package/dist-esm/src/models/index.d.ts +0 -1118
  456. package/dist-esm/src/models/index.d.ts.map +0 -1
  457. package/dist-esm/src/models/index.js +0 -226
  458. package/dist-esm/src/models/index.js.map +0 -1
  459. package/dist-esm/src/models/mappers.d.ts +0 -45
  460. package/dist-esm/src/models/mappers.d.ts.map +0 -1
  461. package/dist-esm/src/models/mappers.js +0 -1365
  462. package/dist-esm/src/models/mappers.js.map +0 -1
  463. package/dist-esm/src/models/parameters.d.ts +0 -19
  464. package/dist-esm/src/models/parameters.d.ts.map +0 -1
  465. package/dist-esm/src/models/parameters.js +0 -149
  466. package/dist-esm/src/models/parameters.js.map +0 -1
  467. package/dist-esm/src/operations/index.d.ts +0 -5
  468. package/dist-esm/src/operations/index.d.ts.map +0 -1
  469. package/dist-esm/src/operations/index.js +0 -12
  470. package/dist-esm/src/operations/index.js.map +0 -1
  471. package/dist-esm/src/operations/monitors.d.ts +0 -227
  472. package/dist-esm/src/operations/monitors.d.ts.map +0 -1
  473. package/dist-esm/src/operations/monitors.js +0 -1147
  474. package/dist-esm/src/operations/monitors.js.map +0 -1
  475. package/dist-esm/src/operations/operations.d.ts +0 -32
  476. package/dist-esm/src/operations/operations.d.ts.map +0 -1
  477. package/dist-esm/src/operations/operations.js +0 -138
  478. package/dist-esm/src/operations/operations.js.map +0 -1
  479. package/dist-esm/src/operations/singleSignOn.d.ts +0 -65
  480. package/dist-esm/src/operations/singleSignOn.d.ts.map +0 -1
  481. package/dist-esm/src/operations/singleSignOn.js +0 -288
  482. package/dist-esm/src/operations/singleSignOn.js.map +0 -1
  483. package/dist-esm/src/operations/tagRules.d.ts +0 -81
  484. package/dist-esm/src/operations/tagRules.d.ts.map +0 -1
  485. package/dist-esm/src/operations/tagRules.js +0 -363
  486. package/dist-esm/src/operations/tagRules.js.map +0 -1
  487. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -5
  488. package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
  489. package/dist-esm/src/operationsInterfaces/index.js +0 -12
  490. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  491. package/dist-esm/src/operationsInterfaces/monitors.d.ts +0 -120
  492. package/dist-esm/src/operationsInterfaces/monitors.d.ts.map +0 -1
  493. package/dist-esm/src/operationsInterfaces/monitors.js +0 -9
  494. package/dist-esm/src/operationsInterfaces/monitors.js.map +0 -1
  495. package/dist-esm/src/operationsInterfaces/operations.d.ts +0 -11
  496. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +0 -1
  497. package/dist-esm/src/operationsInterfaces/operations.js +0 -9
  498. package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
  499. package/dist-esm/src/operationsInterfaces/singleSignOn.d.ts +0 -40
  500. package/dist-esm/src/operationsInterfaces/singleSignOn.d.ts.map +0 -1
  501. package/dist-esm/src/operationsInterfaces/singleSignOn.js +0 -9
  502. package/dist-esm/src/operationsInterfaces/singleSignOn.js.map +0 -1
  503. package/dist-esm/src/operationsInterfaces/tagRules.d.ts +0 -56
  504. package/dist-esm/src/operationsInterfaces/tagRules.d.ts.map +0 -1
  505. package/dist-esm/src/operationsInterfaces/tagRules.js +0 -9
  506. package/dist-esm/src/operationsInterfaces/tagRules.js.map +0 -1
  507. package/dist-esm/src/pagingHelper.d.ts +0 -13
  508. package/dist-esm/src/pagingHelper.d.ts.map +0 -1
  509. package/dist-esm/src/pagingHelper.js +0 -32
  510. package/dist-esm/src/pagingHelper.js.map +0 -1
  511. package/dist-esm/test/dynatrace_examples.spec.d.ts +0 -4
  512. package/dist-esm/test/dynatrace_examples.spec.d.ts.map +0 -1
  513. package/dist-esm/test/dynatrace_examples.spec.js +0 -172
  514. package/dist-esm/test/dynatrace_examples.spec.js.map +0 -1
  515. package/review/arm-dynatrace.api.md +0 -847
  516. package/rollup.config.js +0 -122
  517. package/src/dynatraceObservability.ts +0 -156
  518. package/src/index.ts +0 -13
  519. package/src/lroImpl.ts +0 -42
  520. package/src/models/index.ts +0 -1271
  521. package/src/models/mappers.ts +0 -1443
  522. package/src/models/parameters.ts +0 -179
  523. package/src/operations/index.ts +0 -12
  524. package/src/operations/monitors.ts +0 -1489
  525. package/src/operations/operations.ts +0 -149
  526. package/src/operations/singleSignOn.ts +0 -387
  527. package/src/operations/tagRules.ts +0 -494
  528. package/src/operationsInterfaces/index.ts +0 -12
  529. package/src/operationsInterfaces/monitors.ts +0 -228
  530. package/src/operationsInterfaces/operations.ts +0 -22
  531. package/src/operationsInterfaces/singleSignOn.ts +0 -82
  532. package/src/operationsInterfaces/tagRules.ts +0 -109
  533. package/src/pagingHelper.ts +0 -39
  534. package/tsconfig.json +0 -33
  535. package/types/arm-dynatrace.d.ts +0 -1513
@@ -0,0 +1,1218 @@
1
+ /**
2
+ * This file contains only generated model types and their (de)serializers.
3
+ * Disable the following rules for internal models with '_' prefix and deserializers which require 'any' for raw JSON input.
4
+ */
5
+ /** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */
6
+ export interface _OperationListResult {
7
+ /** The Operation items on this page */
8
+ value: Operation[];
9
+ /** The link to the next page of items */
10
+ nextLink?: string;
11
+ }
12
+ export declare function _operationListResultDeserializer(item: any): _OperationListResult;
13
+ export declare function operationArrayDeserializer(result: Array<Operation>): any[];
14
+ /** Details of a REST API operation, returned from the Resource Provider Operations API */
15
+ export interface Operation {
16
+ /** The name of the operation, as per Resource-Based Access Control (RBAC). Examples: "Microsoft.Compute/virtualMachines/write", "Microsoft.Compute/virtualMachines/capture/action" */
17
+ readonly name?: string;
18
+ /** Whether the operation applies to data-plane. This is "true" for data-plane operations and "false" for Azure Resource Manager/control-plane operations. */
19
+ readonly isDataAction?: boolean;
20
+ /** Localized display information for this particular operation. */
21
+ display?: OperationDisplay;
22
+ /** The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system" */
23
+ readonly origin?: Origin;
24
+ /** Extensible enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. */
25
+ readonly actionType?: ActionType;
26
+ }
27
+ export declare function operationDeserializer(item: any): Operation;
28
+ /** Localized display information for an operation. */
29
+ export interface OperationDisplay {
30
+ /** The localized friendly form of the resource provider name, e.g. "Microsoft Monitoring Insights" or "Microsoft Compute". */
31
+ readonly provider?: string;
32
+ /** The localized friendly name of the resource type related to this operation. E.g. "Virtual Machines" or "Job Schedule Collections". */
33
+ readonly resource?: string;
34
+ /** The concise, localized friendly name for the operation; suitable for dropdowns. E.g. "Create or Update Virtual Machine", "Restart Virtual Machine". */
35
+ readonly operation?: string;
36
+ /** The short, localized friendly description of the operation; suitable for tool tips and detailed views. */
37
+ readonly description?: string;
38
+ }
39
+ export declare function operationDisplayDeserializer(item: any): OperationDisplay;
40
+ /** The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system" */
41
+ export declare enum KnownOrigin {
42
+ /** Indicates the operation is initiated by a user. */
43
+ User = "user",
44
+ /** Indicates the operation is initiated by a system. */
45
+ System = "system",
46
+ /** Indicates the operation is initiated by a user or system. */
47
+ UserSystem = "user,system"
48
+ }
49
+ /**
50
+ * The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system" \
51
+ * {@link KnownOrigin} can be used interchangeably with Origin,
52
+ * this enum contains the known values that the service supports.
53
+ * ### Known values supported by the service
54
+ * **user**: Indicates the operation is initiated by a user. \
55
+ * **system**: Indicates the operation is initiated by a system. \
56
+ * **user,system**: Indicates the operation is initiated by a user or system.
57
+ */
58
+ export type Origin = string;
59
+ /** Extensible enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. */
60
+ export declare enum KnownActionType {
61
+ /** Actions are for internal-only APIs. */
62
+ Internal = "Internal"
63
+ }
64
+ /**
65
+ * Extensible enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. \
66
+ * {@link KnownActionType} can be used interchangeably with ActionType,
67
+ * this enum contains the known values that the service supports.
68
+ * ### Known values supported by the service
69
+ * **Internal**: Actions are for internal-only APIs.
70
+ */
71
+ export type ActionType = string;
72
+ /** Common error response for all Azure Resource Manager APIs to return error details for failed operations. */
73
+ export interface ErrorResponse {
74
+ /** The error object. */
75
+ error?: ErrorDetail;
76
+ }
77
+ export declare function errorResponseDeserializer(item: any): ErrorResponse;
78
+ /** The error detail. */
79
+ export interface ErrorDetail {
80
+ /** The error code. */
81
+ readonly code?: string;
82
+ /** The error message. */
83
+ readonly message?: string;
84
+ /** The error target. */
85
+ readonly target?: string;
86
+ /** The error details. */
87
+ readonly details?: ErrorDetail[];
88
+ /** The error additional info. */
89
+ readonly additionalInfo?: ErrorAdditionalInfo[];
90
+ }
91
+ export declare function errorDetailDeserializer(item: any): ErrorDetail;
92
+ export declare function errorDetailArrayDeserializer(result: Array<ErrorDetail>): any[];
93
+ export declare function errorAdditionalInfoArrayDeserializer(result: Array<ErrorAdditionalInfo>): any[];
94
+ /** The resource management error additional info. */
95
+ export interface ErrorAdditionalInfo {
96
+ /** The additional info type. */
97
+ readonly type?: string;
98
+ /** The additional info. */
99
+ readonly info?: any;
100
+ }
101
+ export declare function errorAdditionalInfoDeserializer(item: any): ErrorAdditionalInfo;
102
+ /** The request to update subscriptions needed to be monitored by the Dynatrace monitor resource. */
103
+ export interface MonitoredSubscriptionProperties extends ProxyResource {
104
+ /** The request to update subscriptions needed to be monitored by the Dynatrace monitor resource. */
105
+ properties?: SubscriptionList;
106
+ }
107
+ export declare function monitoredSubscriptionPropertiesSerializer(item: MonitoredSubscriptionProperties): any;
108
+ export declare function monitoredSubscriptionPropertiesDeserializer(item: any): MonitoredSubscriptionProperties;
109
+ /** The request to update subscriptions needed to be monitored by the Dynatrace monitor resource. */
110
+ export interface SubscriptionList {
111
+ /** The operation for the patch on the resource. */
112
+ operation?: SubscriptionListOperation;
113
+ /** List of subscriptions and the state of the monitoring. */
114
+ monitoredSubscriptionList?: MonitoredSubscription[];
115
+ /** Provisioning State of the resource */
116
+ readonly provisioningState?: ProvisioningState;
117
+ }
118
+ export declare function subscriptionListSerializer(item: SubscriptionList): any;
119
+ export declare function subscriptionListDeserializer(item: any): SubscriptionList;
120
+ /** The operation for the patch on the resource. */
121
+ export declare enum KnownSubscriptionListOperation {
122
+ /** AddBegin */
123
+ AddBegin = "AddBegin",
124
+ /** AddComplete */
125
+ AddComplete = "AddComplete",
126
+ /** DeleteBegin */
127
+ DeleteBegin = "DeleteBegin",
128
+ /** DeleteComplete */
129
+ DeleteComplete = "DeleteComplete",
130
+ /** Active */
131
+ Active = "Active"
132
+ }
133
+ /**
134
+ * The operation for the patch on the resource. \
135
+ * {@link KnownSubscriptionListOperation} can be used interchangeably with SubscriptionListOperation,
136
+ * this enum contains the known values that the service supports.
137
+ * ### Known values supported by the service
138
+ * **AddBegin** \
139
+ * **AddComplete** \
140
+ * **DeleteBegin** \
141
+ * **DeleteComplete** \
142
+ * **Active**
143
+ */
144
+ export type SubscriptionListOperation = string;
145
+ export declare function monitoredSubscriptionArraySerializer(result: Array<MonitoredSubscription>): any[];
146
+ export declare function monitoredSubscriptionArrayDeserializer(result: Array<MonitoredSubscription>): any[];
147
+ /** The list of subscriptions and it's monitoring status by current Dynatrace monitor. */
148
+ export interface MonitoredSubscription {
149
+ /** The subscriptionId to be monitored. */
150
+ subscriptionId: string;
151
+ /** The state of monitoring. */
152
+ status?: Status;
153
+ /** The reason of not monitoring the subscription. */
154
+ error?: string;
155
+ /** Properties for the Tag rules resource of a Monitor account. */
156
+ tagRules?: MonitoringTagRulesProperties;
157
+ }
158
+ export declare function monitoredSubscriptionSerializer(item: MonitoredSubscription): any;
159
+ export declare function monitoredSubscriptionDeserializer(item: any): MonitoredSubscription;
160
+ /** The state of monitoring. */
161
+ export declare enum KnownStatus {
162
+ /** InProgress */
163
+ InProgress = "InProgress",
164
+ /** Active */
165
+ Active = "Active",
166
+ /** Failed */
167
+ Failed = "Failed",
168
+ /** Deleting */
169
+ Deleting = "Deleting"
170
+ }
171
+ /**
172
+ * The state of monitoring. \
173
+ * {@link KnownStatus} can be used interchangeably with Status,
174
+ * this enum contains the known values that the service supports.
175
+ * ### Known values supported by the service
176
+ * **InProgress** \
177
+ * **Active** \
178
+ * **Failed** \
179
+ * **Deleting**
180
+ */
181
+ export type Status = string;
182
+ /** Properties for the Tag rules resource of a Monitor account. */
183
+ export interface MonitoringTagRulesProperties {
184
+ /** Set of rules for sending logs for the Monitor resource. */
185
+ logRules?: LogRules;
186
+ /** Set of rules for sending metrics for the Monitor resource. */
187
+ metricRules?: MetricRules;
188
+ /** Provisioning state of the resource. */
189
+ readonly provisioningState?: ProvisioningState;
190
+ }
191
+ export declare function monitoringTagRulesPropertiesSerializer(item: MonitoringTagRulesProperties): any;
192
+ export declare function monitoringTagRulesPropertiesDeserializer(item: any): MonitoringTagRulesProperties;
193
+ /** Set of rules for sending logs for the Monitor resource. */
194
+ export interface LogRules {
195
+ /** Flag specifying if AAD logs should be sent for the Monitor resource. */
196
+ sendAadLogs?: SendAadLogsStatus;
197
+ /** Flag specifying if subscription logs should be sent for the Monitor resource. */
198
+ sendSubscriptionLogs?: SendSubscriptionLogsStatus;
199
+ /** Flag specifying if activity logs from Azure resources should be sent for the Monitor resource. */
200
+ sendActivityLogs?: SendActivityLogsStatus;
201
+ /**
202
+ * 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.
203
+ * 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.
204
+ */
205
+ filteringTags?: FilteringTag[];
206
+ }
207
+ export declare function logRulesSerializer(item: LogRules): any;
208
+ export declare function logRulesDeserializer(item: any): LogRules;
209
+ /** Indicates whether AAD logs are being sent. */
210
+ export declare enum KnownSendAadLogsStatus {
211
+ /** Enabled */
212
+ Enabled = "Enabled",
213
+ /** Disabled */
214
+ Disabled = "Disabled"
215
+ }
216
+ /**
217
+ * Indicates whether AAD logs are being sent. \
218
+ * {@link KnownSendAadLogsStatus} can be used interchangeably with SendAadLogsStatus,
219
+ * this enum contains the known values that the service supports.
220
+ * ### Known values supported by the service
221
+ * **Enabled** \
222
+ * **Disabled**
223
+ */
224
+ export type SendAadLogsStatus = string;
225
+ /** Indicates whether subscription logs are being sent. */
226
+ export declare enum KnownSendSubscriptionLogsStatus {
227
+ /** Enabled */
228
+ Enabled = "Enabled",
229
+ /** Disabled */
230
+ Disabled = "Disabled"
231
+ }
232
+ /**
233
+ * Indicates whether subscription logs are being sent. \
234
+ * {@link KnownSendSubscriptionLogsStatus} can be used interchangeably with SendSubscriptionLogsStatus,
235
+ * this enum contains the known values that the service supports.
236
+ * ### Known values supported by the service
237
+ * **Enabled** \
238
+ * **Disabled**
239
+ */
240
+ export type SendSubscriptionLogsStatus = string;
241
+ /** Indicates whether activity logs are being sent. */
242
+ export declare enum KnownSendActivityLogsStatus {
243
+ /** Enabled */
244
+ Enabled = "Enabled",
245
+ /** Disabled */
246
+ Disabled = "Disabled"
247
+ }
248
+ /**
249
+ * Indicates whether activity logs are being sent. \
250
+ * {@link KnownSendActivityLogsStatus} can be used interchangeably with SendActivityLogsStatus,
251
+ * this enum contains the known values that the service supports.
252
+ * ### Known values supported by the service
253
+ * **Enabled** \
254
+ * **Disabled**
255
+ */
256
+ export type SendActivityLogsStatus = string;
257
+ export declare function filteringTagArraySerializer(result: Array<FilteringTag>): any[];
258
+ export declare function filteringTagArrayDeserializer(result: Array<FilteringTag>): any[];
259
+ /** The definition of a filtering tag. Filtering tags are used for capturing resources and include/exclude them from being monitored. */
260
+ export interface FilteringTag {
261
+ /** The name (also known as the key) of the tag. */
262
+ name?: string;
263
+ /** The value of the tag. */
264
+ value?: string;
265
+ /** Valid actions for a filtering tag. Exclusion takes priority over inclusion. */
266
+ action?: TagAction;
267
+ }
268
+ export declare function filteringTagSerializer(item: FilteringTag): any;
269
+ export declare function filteringTagDeserializer(item: any): FilteringTag;
270
+ /** Valid actions for a filtering tag. Exclusion takes priority over inclusion. */
271
+ export declare enum KnownTagAction {
272
+ /** Include */
273
+ Include = "Include",
274
+ /** Exclude */
275
+ Exclude = "Exclude"
276
+ }
277
+ /**
278
+ * Valid actions for a filtering tag. Exclusion takes priority over inclusion. \
279
+ * {@link KnownTagAction} can be used interchangeably with TagAction,
280
+ * this enum contains the known values that the service supports.
281
+ * ### Known values supported by the service
282
+ * **Include** \
283
+ * **Exclude**
284
+ */
285
+ export type TagAction = string;
286
+ /** Set of rules for sending metrics for the Monitor resource. */
287
+ export interface MetricRules {
288
+ /** Flag specifying if metrics from Azure resources should be sent for the Monitor resource. */
289
+ sendingMetrics?: SendingMetricsStatus;
290
+ /** 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. */
291
+ filteringTags?: FilteringTag[];
292
+ }
293
+ export declare function metricRulesSerializer(item: MetricRules): any;
294
+ export declare function metricRulesDeserializer(item: any): MetricRules;
295
+ /** Indicates whether metrics are being sent. */
296
+ export declare enum KnownSendingMetricsStatus {
297
+ /** Enabled */
298
+ Enabled = "Enabled",
299
+ /** Disabled */
300
+ Disabled = "Disabled"
301
+ }
302
+ /**
303
+ * Indicates whether metrics are being sent. \
304
+ * {@link KnownSendingMetricsStatus} can be used interchangeably with SendingMetricsStatus,
305
+ * this enum contains the known values that the service supports.
306
+ * ### Known values supported by the service
307
+ * **Enabled** \
308
+ * **Disabled**
309
+ */
310
+ export type SendingMetricsStatus = string;
311
+ /** Provisioning state of the monitoring resource */
312
+ export declare enum KnownProvisioningState {
313
+ /** Accepted */
314
+ Accepted = "Accepted",
315
+ /** Creating */
316
+ Creating = "Creating",
317
+ /** Updating */
318
+ Updating = "Updating",
319
+ /** Deleting */
320
+ Deleting = "Deleting",
321
+ /** Succeeded */
322
+ Succeeded = "Succeeded",
323
+ /** Failed */
324
+ Failed = "Failed",
325
+ /** Canceled */
326
+ Canceled = "Canceled",
327
+ /** Deleted */
328
+ Deleted = "Deleted",
329
+ /** NotSpecified */
330
+ NotSpecified = "NotSpecified"
331
+ }
332
+ /**
333
+ * Provisioning state of the monitoring resource \
334
+ * {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,
335
+ * this enum contains the known values that the service supports.
336
+ * ### Known values supported by the service
337
+ * **Accepted** \
338
+ * **Creating** \
339
+ * **Updating** \
340
+ * **Deleting** \
341
+ * **Succeeded** \
342
+ * **Failed** \
343
+ * **Canceled** \
344
+ * **Deleted** \
345
+ * **NotSpecified**
346
+ */
347
+ export type ProvisioningState = string;
348
+ /** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
349
+ export interface ProxyResource extends Resource {
350
+ }
351
+ export declare function proxyResourceSerializer(_item: ProxyResource): any;
352
+ export declare function proxyResourceDeserializer(item: any): ProxyResource;
353
+ /** Common fields that are returned in the response for all Azure Resource Manager resources */
354
+ export interface Resource {
355
+ /** Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} */
356
+ readonly id?: string;
357
+ /** The name of the resource */
358
+ readonly name?: string;
359
+ /** The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" */
360
+ readonly type?: string;
361
+ /** Azure Resource Manager metadata containing createdBy and modifiedBy information. */
362
+ readonly systemData?: SystemData;
363
+ }
364
+ export declare function resourceSerializer(_item: Resource): any;
365
+ export declare function resourceDeserializer(item: any): Resource;
366
+ /** Metadata pertaining to creation and last modification of the resource. */
367
+ export interface SystemData {
368
+ /** The identity that created the resource. */
369
+ createdBy?: string;
370
+ /** The type of identity that created the resource. */
371
+ createdByType?: CreatedByType;
372
+ /** The timestamp of resource creation (UTC). */
373
+ createdAt?: Date;
374
+ /** The identity that last modified the resource. */
375
+ lastModifiedBy?: string;
376
+ /** The type of identity that last modified the resource. */
377
+ lastModifiedByType?: CreatedByType;
378
+ /** The timestamp of resource last modification (UTC) */
379
+ lastModifiedAt?: Date;
380
+ }
381
+ export declare function systemDataDeserializer(item: any): SystemData;
382
+ /** The kind of entity that created the resource. */
383
+ export declare enum KnownCreatedByType {
384
+ /** The entity was created by a user. */
385
+ User = "User",
386
+ /** The entity was created by an application. */
387
+ Application = "Application",
388
+ /** The entity was created by a managed identity. */
389
+ ManagedIdentity = "ManagedIdentity",
390
+ /** The entity was created by a key. */
391
+ Key = "Key"
392
+ }
393
+ /**
394
+ * The kind of entity that created the resource. \
395
+ * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
396
+ * this enum contains the known values that the service supports.
397
+ * ### Known values supported by the service
398
+ * **User**: The entity was created by a user. \
399
+ * **Application**: The entity was created by an application. \
400
+ * **ManagedIdentity**: The entity was created by a managed identity. \
401
+ * **Key**: The entity was created by a key.
402
+ */
403
+ export type CreatedByType = string;
404
+ /** Paged collection of MonitoredSubscriptionProperties items */
405
+ export interface _MonitoredSubscriptionPropertiesList {
406
+ /** The MonitoredSubscriptionProperties items on this page */
407
+ value: MonitoredSubscriptionProperties[];
408
+ /** The link to the next page of items */
409
+ nextLink?: string;
410
+ }
411
+ export declare function _monitoredSubscriptionPropertiesListDeserializer(item: any): _MonitoredSubscriptionPropertiesList;
412
+ export declare function monitoredSubscriptionPropertiesArraySerializer(result: Array<MonitoredSubscriptionProperties>): any[];
413
+ export declare function monitoredSubscriptionPropertiesArrayDeserializer(result: Array<MonitoredSubscriptionProperties>): any[];
414
+ /** Tag rules for a monitor resource */
415
+ export interface TagRule extends ProxyResource {
416
+ /** Set of rules for sending logs for the Monitor resource. */
417
+ logRules?: LogRules;
418
+ /** Set of rules for sending metrics for the Monitor resource. */
419
+ metricRules?: MetricRules;
420
+ /** Provisioning state of the resource. */
421
+ readonly provisioningState?: ProvisioningState;
422
+ }
423
+ export declare function tagRuleSerializer(item: TagRule): any;
424
+ export declare function tagRuleDeserializer(item: any): TagRule;
425
+ /** The response of a TagRule list operation. */
426
+ export interface _TagRuleListResult {
427
+ /** The TagRule items on this page */
428
+ value: TagRule[];
429
+ /** The link to the next page of items */
430
+ nextLink?: string;
431
+ }
432
+ export declare function _tagRuleListResultDeserializer(item: any): _TagRuleListResult;
433
+ export declare function tagRuleArraySerializer(result: Array<TagRule>): any[];
434
+ export declare function tagRuleArrayDeserializer(result: Array<TagRule>): any[];
435
+ /** Dynatrace Monitor Resource */
436
+ export interface MonitorResource extends TrackedResource {
437
+ /** The managed service identities assigned to this resource. */
438
+ identity?: IdentityProperties;
439
+ /** Status of the monitor. */
440
+ monitoringStatus?: MonitoringStatus;
441
+ /** Marketplace subscription status. */
442
+ marketplaceSubscriptionStatus?: MarketplaceSubscriptionStatus;
443
+ /** Marketplace resource autorenew flag */
444
+ marketplaceSaasAutoRenew?: MarketplaceSaasAutoRenew;
445
+ /** Properties of the Dynatrace environment. */
446
+ dynatraceEnvironmentProperties?: DynatraceEnvironmentProperties;
447
+ /** User info. */
448
+ userInfo?: UserInfo;
449
+ /** Billing plan information. */
450
+ planData?: PlanData;
451
+ /** Liftr Resource category. */
452
+ readonly liftrResourceCategory?: LiftrResourceCategories;
453
+ /** The priority of the resource. */
454
+ readonly liftrResourcePreference?: number;
455
+ /** Provisioning state of the resource. */
456
+ readonly provisioningState?: ProvisioningState;
457
+ }
458
+ export declare function monitorResourceSerializer(item: MonitorResource): any;
459
+ export declare function monitorResourceDeserializer(item: any): MonitorResource;
460
+ /** Properties specific to the monitor resource. */
461
+ export interface MonitorProperties {
462
+ /** Status of the monitor. */
463
+ monitoringStatus?: MonitoringStatus;
464
+ /** Marketplace subscription status. */
465
+ marketplaceSubscriptionStatus?: MarketplaceSubscriptionStatus;
466
+ /** Marketplace resource autorenew flag */
467
+ marketplaceSaasAutoRenew?: MarketplaceSaasAutoRenew;
468
+ /** Properties of the Dynatrace environment. */
469
+ dynatraceEnvironmentProperties?: DynatraceEnvironmentProperties;
470
+ /** User info. */
471
+ userInfo?: UserInfo;
472
+ /** Billing plan information. */
473
+ planData?: PlanData;
474
+ /** Liftr Resource category. */
475
+ readonly liftrResourceCategory?: LiftrResourceCategories;
476
+ /** The priority of the resource. */
477
+ readonly liftrResourcePreference?: number;
478
+ /** Provisioning state of the resource. */
479
+ readonly provisioningState?: ProvisioningState;
480
+ }
481
+ export declare function monitorPropertiesSerializer(item: MonitorProperties): any;
482
+ export declare function monitorPropertiesDeserializer(item: any): MonitorProperties;
483
+ /** Flag specifying if the resource monitoring is enabled or disabled. */
484
+ export declare enum KnownMonitoringStatus {
485
+ /** Enabled */
486
+ Enabled = "Enabled",
487
+ /** Disabled */
488
+ Disabled = "Disabled"
489
+ }
490
+ /**
491
+ * Flag specifying if the resource monitoring is enabled or disabled. \
492
+ * {@link KnownMonitoringStatus} can be used interchangeably with MonitoringStatus,
493
+ * this enum contains the known values that the service supports.
494
+ * ### Known values supported by the service
495
+ * **Enabled** \
496
+ * **Disabled**
497
+ */
498
+ export type MonitoringStatus = string;
499
+ /** Flag specifying the Marketplace Subscription Status of the resource. If payment is not made in time, the resource will go in Suspended state. */
500
+ export declare enum KnownMarketplaceSubscriptionStatus {
501
+ /** Active */
502
+ Active = "Active",
503
+ /** Suspended */
504
+ Suspended = "Suspended",
505
+ /** Unsubscribed */
506
+ Unsubscribed = "Unsubscribed"
507
+ }
508
+ /**
509
+ * Flag specifying the Marketplace Subscription Status of the resource. If payment is not made in time, the resource will go in Suspended state. \
510
+ * {@link KnownMarketplaceSubscriptionStatus} can be used interchangeably with MarketplaceSubscriptionStatus,
511
+ * this enum contains the known values that the service supports.
512
+ * ### Known values supported by the service
513
+ * **Active** \
514
+ * **Suspended** \
515
+ * **Unsubscribed**
516
+ */
517
+ export type MarketplaceSubscriptionStatus = string;
518
+ /** Marketplace resource autorenew flag */
519
+ export declare enum KnownMarketplaceSaasAutoRenew {
520
+ /** On */
521
+ On = "On",
522
+ /** Off */
523
+ Off = "Off"
524
+ }
525
+ /**
526
+ * Marketplace resource autorenew flag \
527
+ * {@link KnownMarketplaceSaasAutoRenew} can be used interchangeably with MarketplaceSaasAutoRenew,
528
+ * this enum contains the known values that the service supports.
529
+ * ### Known values supported by the service
530
+ * **On** \
531
+ * **Off**
532
+ */
533
+ export type MarketplaceSaasAutoRenew = string;
534
+ /** Properties of the Dynatrace environment. */
535
+ export interface DynatraceEnvironmentProperties {
536
+ /** User id */
537
+ userId?: string;
538
+ /** Dynatrace Account Information */
539
+ accountInfo?: AccountInfo;
540
+ /** Dynatrace Environment Information */
541
+ environmentInfo?: EnvironmentInfo;
542
+ /** The details of a Dynatrace single sign-on. */
543
+ singleSignOnProperties?: DynatraceSingleSignOnProperties;
544
+ }
545
+ export declare function dynatraceEnvironmentPropertiesSerializer(item: DynatraceEnvironmentProperties): any;
546
+ export declare function dynatraceEnvironmentPropertiesDeserializer(item: any): DynatraceEnvironmentProperties;
547
+ /** Dynatrace Account Information */
548
+ export interface AccountInfo {
549
+ /** Account Id of the account this environment is linked to */
550
+ accountId?: string;
551
+ /** Region in which the account is created */
552
+ regionId?: string;
553
+ /** Name of the customer account / company */
554
+ companyName?: string;
555
+ }
556
+ export declare function accountInfoSerializer(item: AccountInfo): any;
557
+ export declare function accountInfoDeserializer(item: any): AccountInfo;
558
+ /** Dynatrace Environment Information */
559
+ export interface EnvironmentInfo {
560
+ /** Id of the environment created */
561
+ environmentId?: string;
562
+ /** Ingestion key of the environment */
563
+ ingestionKey?: string;
564
+ /** Ingestion endpoint used for sending logs */
565
+ logsIngestionEndpoint?: string;
566
+ /** Landing URL for Dynatrace environment */
567
+ landingURL?: string;
568
+ }
569
+ export declare function environmentInfoSerializer(item: EnvironmentInfo): any;
570
+ export declare function environmentInfoDeserializer(item: any): EnvironmentInfo;
571
+ /** The details of a Dynatrace single sign-on. */
572
+ export interface DynatraceSingleSignOnProperties {
573
+ /** State of Single Sign On */
574
+ singleSignOnState?: SingleSignOnStates;
575
+ /** Version of the Dynatrace agent installed on the VM. */
576
+ enterpriseAppId?: string;
577
+ /** The login URL specific to this Dynatrace Environment */
578
+ singleSignOnUrl?: string;
579
+ /** array of Aad(azure active directory) domains */
580
+ aadDomains?: string[];
581
+ /** Provisioning state of the resource. */
582
+ readonly provisioningState?: ProvisioningState;
583
+ }
584
+ export declare function dynatraceSingleSignOnPropertiesSerializer(item: DynatraceSingleSignOnProperties): any;
585
+ export declare function dynatraceSingleSignOnPropertiesDeserializer(item: any): DynatraceSingleSignOnProperties;
586
+ /** Various states of the SSO resource */
587
+ export declare enum KnownSingleSignOnStates {
588
+ /** Initial */
589
+ Initial = "Initial",
590
+ /** Enable */
591
+ Enable = "Enable",
592
+ /** Disable */
593
+ Disable = "Disable",
594
+ /** Existing */
595
+ Existing = "Existing"
596
+ }
597
+ /**
598
+ * Various states of the SSO resource \
599
+ * {@link KnownSingleSignOnStates} can be used interchangeably with SingleSignOnStates,
600
+ * this enum contains the known values that the service supports.
601
+ * ### Known values supported by the service
602
+ * **Initial** \
603
+ * **Enable** \
604
+ * **Disable** \
605
+ * **Existing**
606
+ */
607
+ export type SingleSignOnStates = string;
608
+ /** User info. */
609
+ export interface UserInfo {
610
+ /** First Name of the user */
611
+ firstName?: string;
612
+ /** Last Name of the user */
613
+ lastName?: string;
614
+ /** Email of the user used by Dynatrace for contacting them if needed */
615
+ emailAddress?: string;
616
+ /** Phone number of the user used by Dynatrace for contacting them if needed */
617
+ phoneNumber?: string;
618
+ /** Country of the user */
619
+ country?: string;
620
+ }
621
+ export declare function userInfoSerializer(item: UserInfo): any;
622
+ export declare function userInfoDeserializer(item: any): UserInfo;
623
+ /** Billing plan information. */
624
+ export interface PlanData {
625
+ /** different usage type like PAYG/COMMITTED. this could be enum */
626
+ usageType?: string;
627
+ /** different billing cycles like MONTHLY/WEEKLY. this could be enum */
628
+ billingCycle?: string;
629
+ /** plan id as published by Dynatrace */
630
+ planDetails?: string;
631
+ /** date when plan was applied */
632
+ effectiveDate?: Date;
633
+ }
634
+ export declare function planDataSerializer(item: PlanData): any;
635
+ export declare function planDataDeserializer(item: any): PlanData;
636
+ /** Liftr resource category */
637
+ export declare enum KnownLiftrResourceCategories {
638
+ /** Unknown */
639
+ Unknown = "Unknown",
640
+ /** MonitorLogs */
641
+ MonitorLogs = "MonitorLogs"
642
+ }
643
+ /**
644
+ * Liftr resource category \
645
+ * {@link KnownLiftrResourceCategories} can be used interchangeably with LiftrResourceCategories,
646
+ * this enum contains the known values that the service supports.
647
+ * ### Known values supported by the service
648
+ * **Unknown** \
649
+ * **MonitorLogs**
650
+ */
651
+ export type LiftrResourceCategories = string;
652
+ /** The properties of the managed service identities assigned to this resource. */
653
+ export interface IdentityProperties {
654
+ /** The Active Directory tenant id of the principal. */
655
+ readonly tenantId?: string;
656
+ /** The active directory identifier of this principal. */
657
+ readonly principalId?: string;
658
+ /** The type of managed identity assigned to this resource. */
659
+ type: ManagedIdentityType;
660
+ /** The identities assigned to this resource by the user. */
661
+ userAssignedIdentities?: Record<string, UserAssignedIdentity>;
662
+ }
663
+ export declare function identityPropertiesSerializer(item: IdentityProperties): any;
664
+ export declare function identityPropertiesDeserializer(item: any): IdentityProperties;
665
+ /** The kind of managed identity assigned to this resource. */
666
+ export declare enum KnownManagedIdentityType {
667
+ /** SystemAssigned */
668
+ SystemAssigned = "SystemAssigned",
669
+ /** UserAssigned */
670
+ UserAssigned = "UserAssigned",
671
+ /** SystemAndUserAssigned */
672
+ SystemAndUserAssigned = "SystemAndUserAssigned"
673
+ }
674
+ /**
675
+ * The kind of managed identity assigned to this resource. \
676
+ * {@link KnownManagedIdentityType} can be used interchangeably with ManagedIdentityType,
677
+ * this enum contains the known values that the service supports.
678
+ * ### Known values supported by the service
679
+ * **SystemAssigned** \
680
+ * **UserAssigned** \
681
+ * **SystemAndUserAssigned**
682
+ */
683
+ export type ManagedIdentityType = string;
684
+ export declare function userAssignedIdentityRecordSerializer(item: Record<string, UserAssignedIdentity>): Record<string, any>;
685
+ export declare function userAssignedIdentityRecordDeserializer(item: Record<string, any>): Record<string, UserAssignedIdentity>;
686
+ /** User assigned identity properties */
687
+ export interface UserAssignedIdentity {
688
+ /** The principal ID of the assigned identity. */
689
+ readonly principalId?: string;
690
+ /** The client ID of the assigned identity. */
691
+ readonly clientId?: string;
692
+ }
693
+ export declare function userAssignedIdentitySerializer(_item: UserAssignedIdentity): any;
694
+ export declare function userAssignedIdentityDeserializer(item: any): UserAssignedIdentity;
695
+ /** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
696
+ export interface TrackedResource extends Resource {
697
+ /** Resource tags. */
698
+ tags?: Record<string, string>;
699
+ /** The geo-location where the resource lives */
700
+ location: string;
701
+ }
702
+ export declare function trackedResourceSerializer(item: TrackedResource): any;
703
+ export declare function trackedResourceDeserializer(item: any): TrackedResource;
704
+ /** The updatable properties of the MonitorResource. */
705
+ export interface MonitorResourceUpdate {
706
+ /** Resource tags. */
707
+ tags?: Record<string, string>;
708
+ /** The set of properties that can be updated in a PATCH request to a monitor resource. */
709
+ properties?: MonitorUpdateProperties;
710
+ /** The managed service identities assigned to this resource. */
711
+ identity?: ManagedServiceIdentity;
712
+ }
713
+ export declare function monitorResourceUpdateSerializer(item: MonitorResourceUpdate): any;
714
+ /** The set of properties that can be updated in a PATCH request to a monitor resource. */
715
+ export interface MonitorUpdateProperties {
716
+ /** The new Billing plan information. */
717
+ planData?: PlanData;
718
+ }
719
+ export declare function monitorUpdatePropertiesSerializer(item: MonitorUpdateProperties): any;
720
+ /** Managed service identity (system assigned and/or user assigned identities) */
721
+ export interface ManagedServiceIdentity {
722
+ /** The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity. */
723
+ readonly principalId?: string;
724
+ /** The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity. */
725
+ readonly tenantId?: string;
726
+ /** The type of managed identity assigned to this resource. */
727
+ type: ManagedServiceIdentityType;
728
+ /** The identities assigned to this resource by the user. */
729
+ userAssignedIdentities?: Record<string, UserAssignedIdentity>;
730
+ }
731
+ export declare function managedServiceIdentitySerializer(item: ManagedServiceIdentity): any;
732
+ /** Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). */
733
+ export declare enum KnownManagedServiceIdentityType {
734
+ /** No managed identity. */
735
+ None = "None",
736
+ /** System assigned managed identity. */
737
+ SystemAssigned = "SystemAssigned",
738
+ /** User assigned managed identity. */
739
+ UserAssigned = "UserAssigned",
740
+ /** System and user assigned managed identity. */
741
+ SystemAssignedUserAssigned = "SystemAssigned,UserAssigned"
742
+ }
743
+ /**
744
+ * Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). \
745
+ * {@link KnownManagedServiceIdentityType} can be used interchangeably with ManagedServiceIdentityType,
746
+ * this enum contains the known values that the service supports.
747
+ * ### Known values supported by the service
748
+ * **None**: No managed identity. \
749
+ * **SystemAssigned**: System assigned managed identity. \
750
+ * **UserAssigned**: User assigned managed identity. \
751
+ * **SystemAssigned,UserAssigned**: System and user assigned managed identity.
752
+ */
753
+ export type ManagedServiceIdentityType = string;
754
+ /** The response of a MonitorResource list operation. */
755
+ export interface _MonitorResourceListResult {
756
+ /** The MonitorResource items on this page */
757
+ value: MonitorResource[];
758
+ /** The link to the next page of items */
759
+ nextLink?: string;
760
+ }
761
+ export declare function _monitorResourceListResultDeserializer(item: any): _MonitorResourceListResult;
762
+ export declare function monitorResourceArraySerializer(result: Array<MonitorResource>): any[];
763
+ export declare function monitorResourceArrayDeserializer(result: Array<MonitorResource>): any[];
764
+ /** Request for getting log status for given monitored resource Ids */
765
+ export interface LogStatusRequest {
766
+ /** List of azure resource Id of monitored resources for which we get the log status */
767
+ monitoredResourceIds?: string[];
768
+ }
769
+ export declare function logStatusRequestSerializer(item: LogStatusRequest): any;
770
+ /** List of all the resources being monitored by Dynatrace monitor resource */
771
+ export interface _MonitoredResourceListResponse {
772
+ /** The MonitoredResource items on this page */
773
+ value: MonitoredResource[];
774
+ /** The link to the next page of items */
775
+ nextLink?: string;
776
+ }
777
+ export declare function _monitoredResourceListResponseDeserializer(item: any): _MonitoredResourceListResponse;
778
+ export declare function monitoredResourceArrayDeserializer(result: Array<MonitoredResource>): any[];
779
+ /** Details of resource being monitored by Dynatrace monitor resource */
780
+ export interface MonitoredResource {
781
+ /** The ARM id of the resource. */
782
+ id?: string;
783
+ /** Flag indicating if resource is sending metrics to Dynatrace. */
784
+ sendingMetrics?: SendingMetricsStatus;
785
+ /** Reason for why the resource is sending metrics (or why it is not sending). */
786
+ reasonForMetricsStatus?: string;
787
+ /** Flag indicating if resource is sending logs to Dynatrace. */
788
+ sendingLogs?: SendingLogsStatus;
789
+ /** Reason for why the resource is sending logs (or why it is not sending). */
790
+ reasonForLogsStatus?: string;
791
+ }
792
+ export declare function monitoredResourceDeserializer(item: any): MonitoredResource;
793
+ /** Indicates whether logs are being sent. */
794
+ export declare enum KnownSendingLogsStatus {
795
+ /** Enabled */
796
+ Enabled = "Enabled",
797
+ /** Disabled */
798
+ Disabled = "Disabled"
799
+ }
800
+ /**
801
+ * Indicates whether logs are being sent. \
802
+ * {@link KnownSendingLogsStatus} can be used interchangeably with SendingLogsStatus,
803
+ * this enum contains the known values that the service supports.
804
+ * ### Known values supported by the service
805
+ * **Enabled** \
806
+ * **Disabled**
807
+ */
808
+ export type SendingLogsStatus = string;
809
+ /** Response of payload to be passed while installing VM agent. */
810
+ export interface VMExtensionPayload {
811
+ /** Ingestion key of the environment */
812
+ ingestionKey?: string;
813
+ /** Id of the environment created */
814
+ environmentId?: string;
815
+ }
816
+ export declare function vmExtensionPayloadDeserializer(item: any): VMExtensionPayload;
817
+ /** Request for performing Dynatrace agent install/uninstall action through the Azure Dynatrace resource on the provided list of agent resources. */
818
+ export interface ManageAgentInstallationRequest {
819
+ /** The list of resources. */
820
+ manageAgentInstallationList: ManageAgentList[];
821
+ /** Install/Uninstall action. */
822
+ action: Action;
823
+ }
824
+ export declare function manageAgentInstallationRequestSerializer(item: ManageAgentInstallationRequest): any;
825
+ export declare function manageAgentListArraySerializer(result: Array<ManageAgentList>): any[];
826
+ /** Details of resource that has Dynatrace agent installed through the Azure Dynatrace resource. */
827
+ export interface ManageAgentList {
828
+ /** The ARM id of the resource to install/uninstall agent. */
829
+ id?: string;
830
+ }
831
+ export declare function manageAgentListSerializer(item: ManageAgentList): any;
832
+ /** Install/Uninstall action. */
833
+ export declare enum KnownAction {
834
+ /** Install */
835
+ Install = "Install",
836
+ /** Uninstall */
837
+ Uninstall = "Uninstall"
838
+ }
839
+ /**
840
+ * Install/Uninstall action. \
841
+ * {@link KnownAction} can be used interchangeably with Action,
842
+ * this enum contains the known values that the service supports.
843
+ * ### Known values supported by the service
844
+ * **Install** \
845
+ * **Uninstall**
846
+ */
847
+ export type Action = string;
848
+ /** Response of a list VM Host Operation. */
849
+ export interface _VMHostsListResponse {
850
+ /** The VMInfo items on this page */
851
+ value: VMInfo[];
852
+ /** The link to the next page of items */
853
+ nextLink?: string;
854
+ }
855
+ export declare function _vmHostsListResponseDeserializer(item: any): _VMHostsListResponse;
856
+ export declare function vmInfoArrayDeserializer(result: Array<VMInfo>): any[];
857
+ /** Details of VM Resource having Dynatrace OneAgent installed */
858
+ export interface VMInfo {
859
+ /** Azure VM resource ID */
860
+ resourceId?: string;
861
+ /** Version of the Dynatrace agent installed on the VM. */
862
+ version?: string;
863
+ /** The monitoring mode of OneAgent */
864
+ monitoringType?: MonitoringType;
865
+ /** Update settings of OneAgent. */
866
+ autoUpdateSetting?: AutoUpdateSetting;
867
+ /** The current update status of OneAgent. */
868
+ updateStatus?: UpdateStatus;
869
+ /** The availability state of OneAgent. */
870
+ availabilityState?: AvailabilityState;
871
+ /** Tells whether log modules are enabled or not */
872
+ logModule?: LogModule;
873
+ /** The name of the host group */
874
+ hostGroup?: string;
875
+ /** The name of the host */
876
+ hostName?: string;
877
+ }
878
+ export declare function vmInfoDeserializer(item: any): VMInfo;
879
+ /** The monitoring mode of OneAgent */
880
+ export declare enum KnownMonitoringType {
881
+ /** CLOUD_INFRASTRUCTURE */
882
+ CloudInfrastructure = "CLOUD_INFRASTRUCTURE",
883
+ /** FULL_STACK */
884
+ FullStack = "FULL_STACK",
885
+ /** DISCOVERY */
886
+ Discovery = "DISCOVERY"
887
+ }
888
+ /**
889
+ * The monitoring mode of OneAgent \
890
+ * {@link KnownMonitoringType} can be used interchangeably with MonitoringType,
891
+ * this enum contains the known values that the service supports.
892
+ * ### Known values supported by the service
893
+ * **CLOUD_INFRASTRUCTURE** \
894
+ * **FULL_STACK** \
895
+ * **DISCOVERY**
896
+ */
897
+ export type MonitoringType = string;
898
+ /** Update settings of OneAgent. */
899
+ export declare enum KnownAutoUpdateSetting {
900
+ /** ENABLED */
901
+ Enabled = "ENABLED",
902
+ /** DISABLED */
903
+ Disabled = "DISABLED"
904
+ }
905
+ /**
906
+ * Update settings of OneAgent. \
907
+ * {@link KnownAutoUpdateSetting} can be used interchangeably with AutoUpdateSetting,
908
+ * this enum contains the known values that the service supports.
909
+ * ### Known values supported by the service
910
+ * **ENABLED** \
911
+ * **DISABLED**
912
+ */
913
+ export type AutoUpdateSetting = string;
914
+ /** The current update status of OneAgent. */
915
+ export declare enum KnownUpdateStatus {
916
+ /** INCOMPATIBLE */
917
+ Incompatible = "INCOMPATIBLE",
918
+ /** OUTDATED */
919
+ Outdated = "OUTDATED",
920
+ /** SCHEDULED */
921
+ Scheduled = "SCHEDULED",
922
+ /** SUPPRESSED */
923
+ Suppressed = "SUPPRESSED",
924
+ /** UNKNOWN */
925
+ Unknown = "UNKNOWN",
926
+ /** UP2DATE */
927
+ UP2Date = "UP2DATE",
928
+ /** UPDATE_IN_PROGRESS */
929
+ UpdateINProgress = "UPDATE_IN_PROGRESS",
930
+ /** UPDATE_PENDING */
931
+ UpdatePending = "UPDATE_PENDING",
932
+ /** UPDATE_PROBLEM */
933
+ UpdateProblem = "UPDATE_PROBLEM"
934
+ }
935
+ /**
936
+ * The current update status of OneAgent. \
937
+ * {@link KnownUpdateStatus} can be used interchangeably with UpdateStatus,
938
+ * this enum contains the known values that the service supports.
939
+ * ### Known values supported by the service
940
+ * **INCOMPATIBLE** \
941
+ * **OUTDATED** \
942
+ * **SCHEDULED** \
943
+ * **SUPPRESSED** \
944
+ * **UNKNOWN** \
945
+ * **UP2DATE** \
946
+ * **UPDATE_IN_PROGRESS** \
947
+ * **UPDATE_PENDING** \
948
+ * **UPDATE_PROBLEM**
949
+ */
950
+ export type UpdateStatus = string;
951
+ /** The availability state of OneAgent. */
952
+ export declare enum KnownAvailabilityState {
953
+ /** CRASHED */
954
+ Crashed = "CRASHED",
955
+ /** LOST */
956
+ Lost = "LOST",
957
+ /** MONITORED */
958
+ Monitored = "MONITORED",
959
+ /** PRE_MONITORED */
960
+ PREMonitored = "PRE_MONITORED",
961
+ /** SHUTDOWN */
962
+ Shutdown = "SHUTDOWN",
963
+ /** UNEXPECTED_SHUTDOWN */
964
+ UnexpectedShutdown = "UNEXPECTED_SHUTDOWN",
965
+ /** UNKNOWN */
966
+ Unknown = "UNKNOWN",
967
+ /** UNMONITORED */
968
+ Unmonitored = "UNMONITORED"
969
+ }
970
+ /**
971
+ * The availability state of OneAgent. \
972
+ * {@link KnownAvailabilityState} can be used interchangeably with AvailabilityState,
973
+ * this enum contains the known values that the service supports.
974
+ * ### Known values supported by the service
975
+ * **CRASHED** \
976
+ * **LOST** \
977
+ * **MONITORED** \
978
+ * **PRE_MONITORED** \
979
+ * **SHUTDOWN** \
980
+ * **UNEXPECTED_SHUTDOWN** \
981
+ * **UNKNOWN** \
982
+ * **UNMONITORED**
983
+ */
984
+ export type AvailabilityState = string;
985
+ /** Tells whether log modules are enabled or not */
986
+ export declare enum KnownLogModule {
987
+ /** ENABLED */
988
+ Enabled = "ENABLED",
989
+ /** DISABLED */
990
+ Disabled = "DISABLED"
991
+ }
992
+ /**
993
+ * Tells whether log modules are enabled or not \
994
+ * {@link KnownLogModule} can be used interchangeably with LogModule,
995
+ * this enum contains the known values that the service supports.
996
+ * ### Known values supported by the service
997
+ * **ENABLED** \
998
+ * **DISABLED**
999
+ */
1000
+ export type LogModule = string;
1001
+ /** Request for getting metric status for given monitored resource Ids */
1002
+ export interface MetricStatusRequest {
1003
+ /** List of azure resource Id of monitored resources for which we get the metric status */
1004
+ monitoredResourceIds?: string[];
1005
+ }
1006
+ export declare function metricStatusRequestSerializer(item: MetricStatusRequest): any;
1007
+ /** Response of get metrics status operation */
1008
+ export interface MetricsStatusResponse {
1009
+ /** Azure resource IDs */
1010
+ azureResourceIds?: string[];
1011
+ }
1012
+ export declare function metricsStatusResponseDeserializer(item: any): MetricsStatusResponse;
1013
+ /** Response of a list App Services Operation. */
1014
+ export interface _AppServiceListResponse {
1015
+ /** The AppServiceInfo items on this page */
1016
+ value: AppServiceInfo[];
1017
+ /** The link to the next page of items */
1018
+ nextLink?: string;
1019
+ }
1020
+ export declare function _appServiceListResponseDeserializer(item: any): _AppServiceListResponse;
1021
+ export declare function appServiceInfoArrayDeserializer(result: Array<AppServiceInfo>): any[];
1022
+ /** Details of App Services having Dynatrace OneAgent installed */
1023
+ export interface AppServiceInfo {
1024
+ /** App service resource ID */
1025
+ resourceId?: string;
1026
+ /** Version of the Dynatrace agent installed on the App Service. */
1027
+ version?: string;
1028
+ /** The monitoring mode of OneAgent */
1029
+ monitoringType?: MonitoringType;
1030
+ /** Update settings of OneAgent. */
1031
+ autoUpdateSetting?: AutoUpdateSetting;
1032
+ /** The current update status of OneAgent. */
1033
+ updateStatus?: UpdateStatus;
1034
+ /** The availability state of OneAgent. */
1035
+ availabilityState?: AvailabilityState;
1036
+ /** Tells whether log modules are enabled or not */
1037
+ logModule?: LogModule;
1038
+ /** The name of the host group */
1039
+ hostGroup?: string;
1040
+ /** The name of the host */
1041
+ hostName?: string;
1042
+ }
1043
+ export declare function appServiceInfoDeserializer(item: any): AppServiceInfo;
1044
+ /** The billing plan properties for the upgrade plan call. */
1045
+ export interface UpgradePlanRequest {
1046
+ /** The new Billing plan information. */
1047
+ planData?: PlanData;
1048
+ }
1049
+ export declare function upgradePlanRequestSerializer(item: UpgradePlanRequest): any;
1050
+ /** Request for getting sso details for a user */
1051
+ export interface SSODetailsRequest {
1052
+ /** user principal id of the user */
1053
+ userPrincipal: string;
1054
+ }
1055
+ export declare function ssoDetailsRequestSerializer(item: SSODetailsRequest): any;
1056
+ /** SSO details from the Dynatrace partner */
1057
+ export interface SSODetailsResponse {
1058
+ /** Whether the SSO is enabled for this resource or not. */
1059
+ isSsoEnabled?: SSOStatus;
1060
+ /** URL for Azure AD metadata */
1061
+ metadataUrl?: string;
1062
+ /** The login URL specific to this Dynatrace Environment */
1063
+ singleSignOnUrl?: string;
1064
+ /** array of Aad(azure active directory) domains */
1065
+ aadDomains?: string[];
1066
+ /** Array of admin user emails. */
1067
+ adminUsers?: string[];
1068
+ }
1069
+ export declare function ssoDetailsResponseDeserializer(item: any): SSODetailsResponse;
1070
+ /** Indicates whether SSO is enabled or not */
1071
+ export declare enum KnownSSOStatus {
1072
+ /** Enabled */
1073
+ Enabled = "Enabled",
1074
+ /** Disabled */
1075
+ Disabled = "Disabled"
1076
+ }
1077
+ /**
1078
+ * Indicates whether SSO is enabled or not \
1079
+ * {@link KnownSSOStatus} can be used interchangeably with SSOStatus,
1080
+ * this enum contains the known values that the service supports.
1081
+ * ### Known values supported by the service
1082
+ * **Enabled** \
1083
+ * **Disabled**
1084
+ */
1085
+ export type SSOStatus = string;
1086
+ /** Request for getting all the linkable environments for a user */
1087
+ export interface LinkableEnvironmentRequest {
1088
+ /** Tenant Id of the user in which they want to link the environment */
1089
+ tenantId: string;
1090
+ /** user principal id of the user */
1091
+ userPrincipal: string;
1092
+ /** Azure region in which we want to link the environment */
1093
+ region: string;
1094
+ }
1095
+ export declare function linkableEnvironmentRequestSerializer(item: LinkableEnvironmentRequest): any;
1096
+ /** Response for getting all the linkable environments */
1097
+ export interface _LinkableEnvironmentListResponse {
1098
+ /** The LinkableEnvironmentResponse items on this page */
1099
+ value: LinkableEnvironmentResponse[];
1100
+ /** The link to the next page of items */
1101
+ nextLink?: string;
1102
+ }
1103
+ export declare function _linkableEnvironmentListResponseDeserializer(item: any): _LinkableEnvironmentListResponse;
1104
+ export declare function linkableEnvironmentResponseArrayDeserializer(result: Array<LinkableEnvironmentResponse>): any[];
1105
+ /** Response for getting all the linkable environments */
1106
+ export interface LinkableEnvironmentResponse {
1107
+ /** environment id for which user is an admin */
1108
+ environmentId?: string;
1109
+ /** Name of the environment */
1110
+ environmentName?: string;
1111
+ /** Billing plan information. */
1112
+ planData?: PlanData;
1113
+ }
1114
+ export declare function linkableEnvironmentResponseDeserializer(item: any): LinkableEnvironmentResponse;
1115
+ /** Request for getting connected resources count for a Marketplace Subscription Id */
1116
+ export interface MarketplaceSubscriptionIdRequest {
1117
+ /** Marketplace Subscription Id */
1118
+ marketplaceSubscriptionId: string;
1119
+ }
1120
+ export declare function marketplaceSubscriptionIdRequestSerializer(item: MarketplaceSubscriptionIdRequest): any;
1121
+ /** Response for getting Connected resources for a MP SaaS Resource */
1122
+ export interface ConnectedResourcesCountResponse {
1123
+ /** Count of the connected resources */
1124
+ connectedResourcesCount?: number;
1125
+ }
1126
+ export declare function connectedResourcesCountResponseDeserializer(item: any): ConnectedResourcesCountResponse;
1127
+ /** Request for getting Marketplace SaaS resource details for a tenant Id */
1128
+ export interface MarketplaceSaaSResourceDetailsRequest {
1129
+ /** Tenant Id */
1130
+ tenantId: string;
1131
+ }
1132
+ export declare function marketplaceSaaSResourceDetailsRequestSerializer(item: MarketplaceSaaSResourceDetailsRequest): any;
1133
+ /** Marketplace SaaS resource details linked to the given tenant Id */
1134
+ export interface MarketplaceSaaSResourceDetailsResponse {
1135
+ /** Id of the Marketplace SaaS Resource */
1136
+ marketplaceSaaSResourceId?: string;
1137
+ /** Id of the plan */
1138
+ planId?: string;
1139
+ /** Marketplace subscription status */
1140
+ marketplaceSubscriptionStatus?: MarketplaceSubscriptionStatus;
1141
+ /** Name of the Marketplace SaaS Resource */
1142
+ marketplaceSaaSResourceName?: string;
1143
+ }
1144
+ export declare function marketplaceSaaSResourceDetailsResponseDeserializer(item: any): MarketplaceSaaSResourceDetailsResponse;
1145
+ /** Single sign-on configurations for a given monitor resource. */
1146
+ export interface DynatraceSingleSignOnResource extends ProxyResource {
1147
+ /** State of Single Sign On */
1148
+ singleSignOnState?: SingleSignOnStates;
1149
+ /** Version of the Dynatrace agent installed on the VM. */
1150
+ enterpriseAppId?: string;
1151
+ /** The login URL specific to this Dynatrace Environment */
1152
+ singleSignOnUrl?: string;
1153
+ /** array of Aad(azure active directory) domains */
1154
+ aadDomains?: string[];
1155
+ /** Provisioning state of the resource. */
1156
+ readonly provisioningState?: ProvisioningState;
1157
+ }
1158
+ export declare function dynatraceSingleSignOnResourceSerializer(item: DynatraceSingleSignOnResource): any;
1159
+ export declare function dynatraceSingleSignOnResourceDeserializer(item: any): DynatraceSingleSignOnResource;
1160
+ /** The response of a DynatraceSingleSignOnResource list operation. */
1161
+ export interface _DynatraceSingleSignOnResourceListResult {
1162
+ /** The DynatraceSingleSignOnResource items on this page */
1163
+ value: DynatraceSingleSignOnResource[];
1164
+ /** The link to the next page of items */
1165
+ nextLink?: string;
1166
+ }
1167
+ export declare function _dynatraceSingleSignOnResourceListResultDeserializer(item: any): _DynatraceSingleSignOnResourceListResult;
1168
+ export declare function dynatraceSingleSignOnResourceArraySerializer(result: Array<DynatraceSingleSignOnResource>): any[];
1169
+ export declare function dynatraceSingleSignOnResourceArrayDeserializer(result: Array<DynatraceSingleSignOnResource>): any[];
1170
+ /** Dynatrace resource can be created or not. */
1171
+ export interface CreateResourceSupportedResponse {
1172
+ /** Represents the properties of the resource. */
1173
+ value?: CreateResourceSupportedProperties[];
1174
+ /** The link to the next page of items */
1175
+ nextLink?: string;
1176
+ }
1177
+ export declare function createResourceSupportedResponseDeserializer(item: any): CreateResourceSupportedResponse;
1178
+ export declare function createResourceSupportedPropertiesArrayDeserializer(result: Array<CreateResourceSupportedProperties>): any[];
1179
+ /** Properties related to the support for creating Dynatrace resources. */
1180
+ export interface CreateResourceSupportedProperties {
1181
+ /** The ARM id of the subscription. */
1182
+ readonly name?: string;
1183
+ /** Indicates if selected subscription supports Dynatrace resource creation, if not it is already being monitored for the selected organization via multi subscription feature. */
1184
+ readonly creationSupported?: boolean;
1185
+ }
1186
+ export declare function createResourceSupportedPropertiesDeserializer(item: any): CreateResourceSupportedProperties;
1187
+ /** The available API versions. */
1188
+ export declare enum KnownVersions {
1189
+ /** The 2024-04-24 API version. */
1190
+ V20240424 = "2024-04-24"
1191
+ }
1192
+ export declare function _tagRulePropertiesSerializer(item: TagRule): any;
1193
+ export declare function _tagRulePropertiesDeserializer(item: any): {
1194
+ logRules: any;
1195
+ metricRules: any;
1196
+ provisioningState: any;
1197
+ };
1198
+ export declare function _monitorResourcePropertiesSerializer(item: MonitorResource): any;
1199
+ export declare function _monitorResourcePropertiesDeserializer(item: any): {
1200
+ monitoringStatus: any;
1201
+ marketplaceSubscriptionStatus: any;
1202
+ marketplaceSaasAutoRenew: any;
1203
+ dynatraceEnvironmentProperties: any;
1204
+ userInfo: any;
1205
+ planData: any;
1206
+ liftrResourceCategory: any;
1207
+ liftrResourcePreference: any;
1208
+ provisioningState: any;
1209
+ };
1210
+ export declare function _dynatraceSingleSignOnResourcePropertiesSerializer(item: DynatraceSingleSignOnResource): any;
1211
+ export declare function _dynatraceSingleSignOnResourcePropertiesDeserializer(item: any): {
1212
+ singleSignOnState: any;
1213
+ enterpriseAppId: any;
1214
+ singleSignOnUrl: any;
1215
+ aadDomains: any;
1216
+ provisioningState: any;
1217
+ };
1218
+ //# sourceMappingURL=models.d.ts.map