@azure/arm-newrelicobservability 1.1.2-alpha.20251114.1 → 2.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 (462) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +4 -3
  3. package/dist/browser/index.d.ts.map +1 -1
  4. package/dist/browser/index.js +4 -7
  5. package/dist/browser/index.js.map +1 -1
  6. package/dist/browser/lroImpl.d.ts +1 -1
  7. package/dist/browser/lroImpl.d.ts.map +1 -1
  8. package/dist/browser/lroImpl.js +2 -0
  9. package/dist/browser/lroImpl.js.map +1 -1
  10. package/dist/browser/models/index.d.ts +352 -282
  11. package/dist/browser/models/index.d.ts.map +1 -1
  12. package/dist/browser/models/index.js +27 -42
  13. package/dist/browser/models/index.js.map +1 -1
  14. package/dist/browser/models/mappers.d.ts +26 -23
  15. package/dist/browser/models/mappers.d.ts.map +1 -1
  16. package/dist/browser/models/mappers.js +495 -331
  17. package/dist/browser/models/mappers.js.map +1 -1
  18. package/dist/browser/models/parameters.d.ts +9 -7
  19. package/dist/browser/models/parameters.d.ts.map +1 -1
  20. package/dist/browser/models/parameters.js +50 -53
  21. package/dist/browser/models/parameters.js.map +1 -1
  22. package/dist/browser/newRelicObservability.d.ts +5 -4
  23. package/dist/browser/newRelicObservability.d.ts.map +1 -1
  24. package/dist/browser/newRelicObservability.js +13 -16
  25. package/dist/browser/newRelicObservability.js.map +1 -1
  26. package/dist/browser/operations/accounts.d.ts +8 -6
  27. package/dist/browser/operations/accounts.d.ts.map +1 -1
  28. package/dist/browser/operations/accounts.js +10 -21
  29. package/dist/browser/operations/accounts.js.map +1 -1
  30. package/dist/browser/operations/billingInfo.d.ts +4 -4
  31. package/dist/browser/operations/billingInfo.d.ts.map +1 -1
  32. package/dist/browser/operations/billingInfo.js +4 -9
  33. package/dist/browser/operations/billingInfo.js.map +1 -1
  34. package/dist/browser/operations/connectedPartnerResources.d.ts +6 -8
  35. package/dist/browser/operations/connectedPartnerResources.d.ts.map +1 -1
  36. package/dist/browser/operations/connectedPartnerResources.js +9 -16
  37. package/dist/browser/operations/connectedPartnerResources.js.map +1 -1
  38. package/dist/browser/operations/index.d.ts +2 -1
  39. package/dist/browser/operations/index.d.ts.map +1 -1
  40. package/dist/browser/operations/index.js +6 -8
  41. package/dist/browser/operations/index.js.map +1 -1
  42. package/dist/browser/operations/monitoredSubscriptions.d.ts +16 -16
  43. package/dist/browser/operations/monitoredSubscriptions.d.ts.map +1 -1
  44. package/dist/browser/operations/monitoredSubscriptions.js +30 -32
  45. package/dist/browser/operations/monitoredSubscriptions.js.map +1 -1
  46. package/dist/browser/operations/monitors.d.ts +117 -51
  47. package/dist/browser/operations/monitors.d.ts.map +1 -1
  48. package/dist/browser/operations/monitors.js +412 -117
  49. package/dist/browser/operations/monitors.js.map +1 -1
  50. package/dist/browser/operations/operations.d.ts +4 -4
  51. package/dist/browser/operations/operations.d.ts.map +1 -1
  52. package/dist/browser/operations/operations.js +4 -9
  53. package/dist/browser/operations/operations.js.map +1 -1
  54. package/dist/browser/operations/organizations.d.ts +8 -6
  55. package/dist/browser/operations/organizations.d.ts.map +1 -1
  56. package/dist/browser/operations/organizations.js +10 -21
  57. package/dist/browser/operations/organizations.js.map +1 -1
  58. package/dist/browser/operations/plans.d.ts +6 -6
  59. package/dist/browser/operations/plans.d.ts.map +1 -1
  60. package/dist/browser/operations/plans.js +8 -21
  61. package/dist/browser/operations/plans.js.map +1 -1
  62. package/dist/browser/operations/saaS.d.ts +19 -0
  63. package/dist/browser/operations/saaS.d.ts.map +1 -0
  64. package/dist/browser/operations/saaS.js +45 -0
  65. package/dist/browser/operations/saaS.js.map +1 -0
  66. package/dist/browser/operations/tagRules.d.ts +25 -17
  67. package/dist/browser/operations/tagRules.d.ts.map +1 -1
  68. package/dist/browser/operations/tagRules.js +46 -43
  69. package/dist/browser/operations/tagRules.js.map +1 -1
  70. package/dist/browser/operationsInterfaces/accounts.d.ts +4 -3
  71. package/dist/browser/operationsInterfaces/accounts.d.ts.map +1 -1
  72. package/dist/browser/operationsInterfaces/accounts.js +2 -7
  73. package/dist/browser/operationsInterfaces/accounts.js.map +1 -1
  74. package/dist/browser/operationsInterfaces/billingInfo.d.ts +2 -2
  75. package/dist/browser/operationsInterfaces/billingInfo.d.ts.map +1 -1
  76. package/dist/browser/operationsInterfaces/billingInfo.js +2 -7
  77. package/dist/browser/operationsInterfaces/billingInfo.js.map +1 -1
  78. package/dist/browser/operationsInterfaces/connectedPartnerResources.d.ts +3 -4
  79. package/dist/browser/operationsInterfaces/connectedPartnerResources.d.ts.map +1 -1
  80. package/dist/browser/operationsInterfaces/connectedPartnerResources.js +2 -7
  81. package/dist/browser/operationsInterfaces/connectedPartnerResources.js.map +1 -1
  82. package/dist/browser/operationsInterfaces/index.d.ts +2 -1
  83. package/dist/browser/operationsInterfaces/index.d.ts.map +1 -1
  84. package/dist/browser/operationsInterfaces/index.js +6 -8
  85. package/dist/browser/operationsInterfaces/index.js.map +1 -1
  86. package/dist/browser/operationsInterfaces/monitoredSubscriptions.d.ts +13 -13
  87. package/dist/browser/operationsInterfaces/monitoredSubscriptions.d.ts.map +1 -1
  88. package/dist/browser/operationsInterfaces/monitoredSubscriptions.js +2 -7
  89. package/dist/browser/operationsInterfaces/monitoredSubscriptions.js.map +1 -1
  90. package/dist/browser/operationsInterfaces/monitors.d.ts +90 -27
  91. package/dist/browser/operationsInterfaces/monitors.d.ts.map +1 -1
  92. package/dist/browser/operationsInterfaces/monitors.js +2 -7
  93. package/dist/browser/operationsInterfaces/monitors.js.map +1 -1
  94. package/dist/browser/operationsInterfaces/operations.d.ts +2 -2
  95. package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -1
  96. package/dist/browser/operationsInterfaces/operations.js +2 -7
  97. package/dist/browser/operationsInterfaces/operations.js.map +1 -1
  98. package/dist/browser/operationsInterfaces/organizations.d.ts +4 -3
  99. package/dist/browser/operationsInterfaces/organizations.d.ts.map +1 -1
  100. package/dist/browser/operationsInterfaces/organizations.js +2 -7
  101. package/dist/browser/operationsInterfaces/organizations.js.map +1 -1
  102. package/dist/browser/operationsInterfaces/plans.d.ts +3 -3
  103. package/dist/browser/operationsInterfaces/plans.d.ts.map +1 -1
  104. package/dist/browser/operationsInterfaces/plans.js +2 -7
  105. package/dist/browser/operationsInterfaces/plans.js.map +1 -1
  106. package/dist/browser/operationsInterfaces/saaS.d.ts +11 -0
  107. package/dist/browser/operationsInterfaces/saaS.d.ts.map +1 -0
  108. package/dist/browser/operationsInterfaces/saaS.js +4 -0
  109. package/dist/browser/operationsInterfaces/saaS.js.map +1 -0
  110. package/dist/browser/operationsInterfaces/tagRules.d.ts +21 -14
  111. package/dist/browser/operationsInterfaces/tagRules.d.ts.map +1 -1
  112. package/dist/browser/operationsInterfaces/tagRules.js +2 -7
  113. package/dist/browser/operationsInterfaces/tagRules.js.map +1 -1
  114. package/dist/browser/pagingHelper.d.ts.map +1 -1
  115. package/dist/browser/pagingHelper.js +2 -7
  116. package/dist/browser/pagingHelper.js.map +1 -1
  117. package/dist/commonjs/index.d.ts.map +1 -1
  118. package/dist/commonjs/index.js +4 -7
  119. package/dist/commonjs/index.js.map +1 -1
  120. package/dist/commonjs/lroImpl.d.ts +1 -1
  121. package/dist/commonjs/lroImpl.d.ts.map +1 -1
  122. package/dist/commonjs/lroImpl.js +2 -0
  123. package/dist/commonjs/lroImpl.js.map +1 -1
  124. package/dist/commonjs/models/index.d.ts +352 -282
  125. package/dist/commonjs/models/index.d.ts.map +1 -1
  126. package/dist/commonjs/models/index.js +28 -43
  127. package/dist/commonjs/models/index.js.map +1 -1
  128. package/dist/commonjs/models/mappers.d.ts +26 -23
  129. package/dist/commonjs/models/mappers.d.ts.map +1 -1
  130. package/dist/commonjs/models/mappers.js +497 -333
  131. package/dist/commonjs/models/mappers.js.map +1 -1
  132. package/dist/commonjs/models/parameters.d.ts +9 -7
  133. package/dist/commonjs/models/parameters.d.ts.map +1 -1
  134. package/dist/commonjs/models/parameters.js +50 -53
  135. package/dist/commonjs/models/parameters.js.map +1 -1
  136. package/dist/commonjs/newRelicObservability.d.ts +5 -4
  137. package/dist/commonjs/newRelicObservability.d.ts.map +1 -1
  138. package/dist/commonjs/newRelicObservability.js +12 -15
  139. package/dist/commonjs/newRelicObservability.js.map +1 -1
  140. package/dist/commonjs/operations/accounts.d.ts +8 -6
  141. package/dist/commonjs/operations/accounts.d.ts.map +1 -1
  142. package/dist/commonjs/operations/accounts.js +10 -21
  143. package/dist/commonjs/operations/accounts.js.map +1 -1
  144. package/dist/commonjs/operations/billingInfo.d.ts +4 -4
  145. package/dist/commonjs/operations/billingInfo.d.ts.map +1 -1
  146. package/dist/commonjs/operations/billingInfo.js +4 -9
  147. package/dist/commonjs/operations/billingInfo.js.map +1 -1
  148. package/dist/commonjs/operations/connectedPartnerResources.d.ts +6 -8
  149. package/dist/commonjs/operations/connectedPartnerResources.d.ts.map +1 -1
  150. package/dist/commonjs/operations/connectedPartnerResources.js +9 -16
  151. package/dist/commonjs/operations/connectedPartnerResources.js.map +1 -1
  152. package/dist/commonjs/operations/index.d.ts +2 -1
  153. package/dist/commonjs/operations/index.d.ts.map +1 -1
  154. package/dist/commonjs/operations/index.js +6 -8
  155. package/dist/commonjs/operations/index.js.map +1 -1
  156. package/dist/commonjs/operations/monitoredSubscriptions.d.ts +16 -16
  157. package/dist/commonjs/operations/monitoredSubscriptions.d.ts.map +1 -1
  158. package/dist/commonjs/operations/monitoredSubscriptions.js +29 -31
  159. package/dist/commonjs/operations/monitoredSubscriptions.js.map +1 -1
  160. package/dist/commonjs/operations/monitors.d.ts +117 -51
  161. package/dist/commonjs/operations/monitors.d.ts.map +1 -1
  162. package/dist/commonjs/operations/monitors.js +411 -116
  163. package/dist/commonjs/operations/monitors.js.map +1 -1
  164. package/dist/commonjs/operations/operations.d.ts +4 -4
  165. package/dist/commonjs/operations/operations.d.ts.map +1 -1
  166. package/dist/commonjs/operations/operations.js +4 -9
  167. package/dist/commonjs/operations/operations.js.map +1 -1
  168. package/dist/commonjs/operations/organizations.d.ts +8 -6
  169. package/dist/commonjs/operations/organizations.d.ts.map +1 -1
  170. package/dist/commonjs/operations/organizations.js +10 -21
  171. package/dist/commonjs/operations/organizations.js.map +1 -1
  172. package/dist/commonjs/operations/plans.d.ts +6 -6
  173. package/dist/commonjs/operations/plans.d.ts.map +1 -1
  174. package/dist/commonjs/operations/plans.js +8 -21
  175. package/dist/commonjs/operations/plans.js.map +1 -1
  176. package/dist/commonjs/operations/saaS.d.ts +19 -0
  177. package/dist/commonjs/operations/saaS.d.ts.map +1 -0
  178. package/dist/commonjs/operations/saaS.js +50 -0
  179. package/dist/commonjs/operations/saaS.js.map +1 -0
  180. package/dist/commonjs/operations/tagRules.d.ts +25 -17
  181. package/dist/commonjs/operations/tagRules.d.ts.map +1 -1
  182. package/dist/commonjs/operations/tagRules.js +45 -42
  183. package/dist/commonjs/operations/tagRules.js.map +1 -1
  184. package/dist/commonjs/operationsInterfaces/accounts.d.ts +4 -3
  185. package/dist/commonjs/operationsInterfaces/accounts.d.ts.map +1 -1
  186. package/dist/commonjs/operationsInterfaces/accounts.js +2 -7
  187. package/dist/commonjs/operationsInterfaces/accounts.js.map +1 -1
  188. package/dist/commonjs/operationsInterfaces/billingInfo.d.ts +2 -2
  189. package/dist/commonjs/operationsInterfaces/billingInfo.d.ts.map +1 -1
  190. package/dist/commonjs/operationsInterfaces/billingInfo.js +2 -7
  191. package/dist/commonjs/operationsInterfaces/billingInfo.js.map +1 -1
  192. package/dist/commonjs/operationsInterfaces/connectedPartnerResources.d.ts +3 -4
  193. package/dist/commonjs/operationsInterfaces/connectedPartnerResources.d.ts.map +1 -1
  194. package/dist/commonjs/operationsInterfaces/connectedPartnerResources.js +2 -7
  195. package/dist/commonjs/operationsInterfaces/connectedPartnerResources.js.map +1 -1
  196. package/dist/commonjs/operationsInterfaces/index.d.ts +2 -1
  197. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -1
  198. package/dist/commonjs/operationsInterfaces/index.js +6 -8
  199. package/dist/commonjs/operationsInterfaces/index.js.map +1 -1
  200. package/dist/commonjs/operationsInterfaces/monitoredSubscriptions.d.ts +13 -13
  201. package/dist/commonjs/operationsInterfaces/monitoredSubscriptions.d.ts.map +1 -1
  202. package/dist/commonjs/operationsInterfaces/monitoredSubscriptions.js +2 -7
  203. package/dist/commonjs/operationsInterfaces/monitoredSubscriptions.js.map +1 -1
  204. package/dist/commonjs/operationsInterfaces/monitors.d.ts +90 -27
  205. package/dist/commonjs/operationsInterfaces/monitors.d.ts.map +1 -1
  206. package/dist/commonjs/operationsInterfaces/monitors.js +2 -7
  207. package/dist/commonjs/operationsInterfaces/monitors.js.map +1 -1
  208. package/dist/commonjs/operationsInterfaces/operations.d.ts +2 -2
  209. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -1
  210. package/dist/commonjs/operationsInterfaces/operations.js +2 -7
  211. package/dist/commonjs/operationsInterfaces/operations.js.map +1 -1
  212. package/dist/commonjs/operationsInterfaces/organizations.d.ts +4 -3
  213. package/dist/commonjs/operationsInterfaces/organizations.d.ts.map +1 -1
  214. package/dist/commonjs/operationsInterfaces/organizations.js +2 -7
  215. package/dist/commonjs/operationsInterfaces/organizations.js.map +1 -1
  216. package/dist/commonjs/operationsInterfaces/plans.d.ts +3 -3
  217. package/dist/commonjs/operationsInterfaces/plans.d.ts.map +1 -1
  218. package/dist/commonjs/operationsInterfaces/plans.js +2 -7
  219. package/dist/commonjs/operationsInterfaces/plans.js.map +1 -1
  220. package/dist/commonjs/operationsInterfaces/saaS.d.ts +11 -0
  221. package/dist/commonjs/operationsInterfaces/saaS.d.ts.map +1 -0
  222. package/dist/commonjs/operationsInterfaces/saaS.js +5 -0
  223. package/dist/commonjs/operationsInterfaces/saaS.js.map +1 -0
  224. package/dist/commonjs/operationsInterfaces/tagRules.d.ts +21 -14
  225. package/dist/commonjs/operationsInterfaces/tagRules.d.ts.map +1 -1
  226. package/dist/commonjs/operationsInterfaces/tagRules.js +2 -7
  227. package/dist/commonjs/operationsInterfaces/tagRules.js.map +1 -1
  228. package/dist/commonjs/pagingHelper.d.ts.map +1 -1
  229. package/dist/commonjs/pagingHelper.js +2 -7
  230. package/dist/commonjs/pagingHelper.js.map +1 -1
  231. package/dist/commonjs/tsdoc-metadata.json +1 -1
  232. package/dist/esm/index.d.ts.map +1 -1
  233. package/dist/esm/index.js +4 -7
  234. package/dist/esm/index.js.map +1 -1
  235. package/dist/esm/lroImpl.d.ts +1 -1
  236. package/dist/esm/lroImpl.d.ts.map +1 -1
  237. package/dist/esm/lroImpl.js +2 -0
  238. package/dist/esm/lroImpl.js.map +1 -1
  239. package/dist/esm/models/index.d.ts +352 -282
  240. package/dist/esm/models/index.d.ts.map +1 -1
  241. package/dist/esm/models/index.js +27 -42
  242. package/dist/esm/models/index.js.map +1 -1
  243. package/dist/esm/models/mappers.d.ts +26 -23
  244. package/dist/esm/models/mappers.d.ts.map +1 -1
  245. package/dist/esm/models/mappers.js +495 -331
  246. package/dist/esm/models/mappers.js.map +1 -1
  247. package/dist/esm/models/parameters.d.ts +9 -7
  248. package/dist/esm/models/parameters.d.ts.map +1 -1
  249. package/dist/esm/models/parameters.js +50 -53
  250. package/dist/esm/models/parameters.js.map +1 -1
  251. package/dist/esm/newRelicObservability.d.ts +5 -4
  252. package/dist/esm/newRelicObservability.d.ts.map +1 -1
  253. package/dist/esm/newRelicObservability.js +13 -16
  254. package/dist/esm/newRelicObservability.js.map +1 -1
  255. package/dist/esm/operations/accounts.d.ts +8 -6
  256. package/dist/esm/operations/accounts.d.ts.map +1 -1
  257. package/dist/esm/operations/accounts.js +10 -21
  258. package/dist/esm/operations/accounts.js.map +1 -1
  259. package/dist/esm/operations/billingInfo.d.ts +4 -4
  260. package/dist/esm/operations/billingInfo.d.ts.map +1 -1
  261. package/dist/esm/operations/billingInfo.js +4 -9
  262. package/dist/esm/operations/billingInfo.js.map +1 -1
  263. package/dist/esm/operations/connectedPartnerResources.d.ts +6 -8
  264. package/dist/esm/operations/connectedPartnerResources.d.ts.map +1 -1
  265. package/dist/esm/operations/connectedPartnerResources.js +9 -16
  266. package/dist/esm/operations/connectedPartnerResources.js.map +1 -1
  267. package/dist/esm/operations/index.d.ts +2 -1
  268. package/dist/esm/operations/index.d.ts.map +1 -1
  269. package/dist/esm/operations/index.js +6 -8
  270. package/dist/esm/operations/index.js.map +1 -1
  271. package/dist/esm/operations/monitoredSubscriptions.d.ts +16 -16
  272. package/dist/esm/operations/monitoredSubscriptions.d.ts.map +1 -1
  273. package/dist/esm/operations/monitoredSubscriptions.js +30 -32
  274. package/dist/esm/operations/monitoredSubscriptions.js.map +1 -1
  275. package/dist/esm/operations/monitors.d.ts +117 -51
  276. package/dist/esm/operations/monitors.d.ts.map +1 -1
  277. package/dist/esm/operations/monitors.js +412 -117
  278. package/dist/esm/operations/monitors.js.map +1 -1
  279. package/dist/esm/operations/operations.d.ts +4 -4
  280. package/dist/esm/operations/operations.d.ts.map +1 -1
  281. package/dist/esm/operations/operations.js +4 -9
  282. package/dist/esm/operations/operations.js.map +1 -1
  283. package/dist/esm/operations/organizations.d.ts +8 -6
  284. package/dist/esm/operations/organizations.d.ts.map +1 -1
  285. package/dist/esm/operations/organizations.js +10 -21
  286. package/dist/esm/operations/organizations.js.map +1 -1
  287. package/dist/esm/operations/plans.d.ts +6 -6
  288. package/dist/esm/operations/plans.d.ts.map +1 -1
  289. package/dist/esm/operations/plans.js +8 -21
  290. package/dist/esm/operations/plans.js.map +1 -1
  291. package/dist/esm/operations/saaS.d.ts +19 -0
  292. package/dist/esm/operations/saaS.d.ts.map +1 -0
  293. package/dist/esm/operations/saaS.js +45 -0
  294. package/dist/esm/operations/saaS.js.map +1 -0
  295. package/dist/esm/operations/tagRules.d.ts +25 -17
  296. package/dist/esm/operations/tagRules.d.ts.map +1 -1
  297. package/dist/esm/operations/tagRules.js +46 -43
  298. package/dist/esm/operations/tagRules.js.map +1 -1
  299. package/dist/esm/operationsInterfaces/accounts.d.ts +4 -3
  300. package/dist/esm/operationsInterfaces/accounts.d.ts.map +1 -1
  301. package/dist/esm/operationsInterfaces/accounts.js +2 -7
  302. package/dist/esm/operationsInterfaces/accounts.js.map +1 -1
  303. package/dist/esm/operationsInterfaces/billingInfo.d.ts +2 -2
  304. package/dist/esm/operationsInterfaces/billingInfo.d.ts.map +1 -1
  305. package/dist/esm/operationsInterfaces/billingInfo.js +2 -7
  306. package/dist/esm/operationsInterfaces/billingInfo.js.map +1 -1
  307. package/dist/esm/operationsInterfaces/connectedPartnerResources.d.ts +3 -4
  308. package/dist/esm/operationsInterfaces/connectedPartnerResources.d.ts.map +1 -1
  309. package/dist/esm/operationsInterfaces/connectedPartnerResources.js +2 -7
  310. package/dist/esm/operationsInterfaces/connectedPartnerResources.js.map +1 -1
  311. package/dist/esm/operationsInterfaces/index.d.ts +2 -1
  312. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -1
  313. package/dist/esm/operationsInterfaces/index.js +6 -8
  314. package/dist/esm/operationsInterfaces/index.js.map +1 -1
  315. package/dist/esm/operationsInterfaces/monitoredSubscriptions.d.ts +13 -13
  316. package/dist/esm/operationsInterfaces/monitoredSubscriptions.d.ts.map +1 -1
  317. package/dist/esm/operationsInterfaces/monitoredSubscriptions.js +2 -7
  318. package/dist/esm/operationsInterfaces/monitoredSubscriptions.js.map +1 -1
  319. package/dist/esm/operationsInterfaces/monitors.d.ts +90 -27
  320. package/dist/esm/operationsInterfaces/monitors.d.ts.map +1 -1
  321. package/dist/esm/operationsInterfaces/monitors.js +2 -7
  322. package/dist/esm/operationsInterfaces/monitors.js.map +1 -1
  323. package/dist/esm/operationsInterfaces/operations.d.ts +2 -2
  324. package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -1
  325. package/dist/esm/operationsInterfaces/operations.js +2 -7
  326. package/dist/esm/operationsInterfaces/operations.js.map +1 -1
  327. package/dist/esm/operationsInterfaces/organizations.d.ts +4 -3
  328. package/dist/esm/operationsInterfaces/organizations.d.ts.map +1 -1
  329. package/dist/esm/operationsInterfaces/organizations.js +2 -7
  330. package/dist/esm/operationsInterfaces/organizations.js.map +1 -1
  331. package/dist/esm/operationsInterfaces/plans.d.ts +3 -3
  332. package/dist/esm/operationsInterfaces/plans.d.ts.map +1 -1
  333. package/dist/esm/operationsInterfaces/plans.js +2 -7
  334. package/dist/esm/operationsInterfaces/plans.js.map +1 -1
  335. package/dist/esm/operationsInterfaces/saaS.d.ts +11 -0
  336. package/dist/esm/operationsInterfaces/saaS.d.ts.map +1 -0
  337. package/dist/esm/operationsInterfaces/saaS.js +4 -0
  338. package/dist/esm/operationsInterfaces/saaS.js.map +1 -0
  339. package/dist/esm/operationsInterfaces/tagRules.d.ts +21 -14
  340. package/dist/esm/operationsInterfaces/tagRules.d.ts.map +1 -1
  341. package/dist/esm/operationsInterfaces/tagRules.js +2 -7
  342. package/dist/esm/operationsInterfaces/tagRules.js.map +1 -1
  343. package/dist/esm/pagingHelper.d.ts.map +1 -1
  344. package/dist/esm/pagingHelper.js +2 -7
  345. package/dist/esm/pagingHelper.js.map +1 -1
  346. package/dist/react-native/index.d.ts.map +1 -1
  347. package/dist/react-native/index.js +4 -7
  348. package/dist/react-native/index.js.map +1 -1
  349. package/dist/react-native/lroImpl.d.ts +1 -1
  350. package/dist/react-native/lroImpl.d.ts.map +1 -1
  351. package/dist/react-native/lroImpl.js +2 -0
  352. package/dist/react-native/lroImpl.js.map +1 -1
  353. package/dist/react-native/models/index.d.ts +352 -282
  354. package/dist/react-native/models/index.d.ts.map +1 -1
  355. package/dist/react-native/models/index.js +27 -42
  356. package/dist/react-native/models/index.js.map +1 -1
  357. package/dist/react-native/models/mappers.d.ts +26 -23
  358. package/dist/react-native/models/mappers.d.ts.map +1 -1
  359. package/dist/react-native/models/mappers.js +495 -331
  360. package/dist/react-native/models/mappers.js.map +1 -1
  361. package/dist/react-native/models/parameters.d.ts +9 -7
  362. package/dist/react-native/models/parameters.d.ts.map +1 -1
  363. package/dist/react-native/models/parameters.js +50 -53
  364. package/dist/react-native/models/parameters.js.map +1 -1
  365. package/dist/react-native/newRelicObservability.d.ts +5 -4
  366. package/dist/react-native/newRelicObservability.d.ts.map +1 -1
  367. package/dist/react-native/newRelicObservability.js +13 -16
  368. package/dist/react-native/newRelicObservability.js.map +1 -1
  369. package/dist/react-native/operations/accounts.d.ts +8 -6
  370. package/dist/react-native/operations/accounts.d.ts.map +1 -1
  371. package/dist/react-native/operations/accounts.js +10 -21
  372. package/dist/react-native/operations/accounts.js.map +1 -1
  373. package/dist/react-native/operations/billingInfo.d.ts +4 -4
  374. package/dist/react-native/operations/billingInfo.d.ts.map +1 -1
  375. package/dist/react-native/operations/billingInfo.js +4 -9
  376. package/dist/react-native/operations/billingInfo.js.map +1 -1
  377. package/dist/react-native/operations/connectedPartnerResources.d.ts +6 -8
  378. package/dist/react-native/operations/connectedPartnerResources.d.ts.map +1 -1
  379. package/dist/react-native/operations/connectedPartnerResources.js +9 -16
  380. package/dist/react-native/operations/connectedPartnerResources.js.map +1 -1
  381. package/dist/react-native/operations/index.d.ts +2 -1
  382. package/dist/react-native/operations/index.d.ts.map +1 -1
  383. package/dist/react-native/operations/index.js +6 -8
  384. package/dist/react-native/operations/index.js.map +1 -1
  385. package/dist/react-native/operations/monitoredSubscriptions.d.ts +16 -16
  386. package/dist/react-native/operations/monitoredSubscriptions.d.ts.map +1 -1
  387. package/dist/react-native/operations/monitoredSubscriptions.js +30 -32
  388. package/dist/react-native/operations/monitoredSubscriptions.js.map +1 -1
  389. package/dist/react-native/operations/monitors.d.ts +117 -51
  390. package/dist/react-native/operations/monitors.d.ts.map +1 -1
  391. package/dist/react-native/operations/monitors.js +412 -117
  392. package/dist/react-native/operations/monitors.js.map +1 -1
  393. package/dist/react-native/operations/operations.d.ts +4 -4
  394. package/dist/react-native/operations/operations.d.ts.map +1 -1
  395. package/dist/react-native/operations/operations.js +4 -9
  396. package/dist/react-native/operations/operations.js.map +1 -1
  397. package/dist/react-native/operations/organizations.d.ts +8 -6
  398. package/dist/react-native/operations/organizations.d.ts.map +1 -1
  399. package/dist/react-native/operations/organizations.js +10 -21
  400. package/dist/react-native/operations/organizations.js.map +1 -1
  401. package/dist/react-native/operations/plans.d.ts +6 -6
  402. package/dist/react-native/operations/plans.d.ts.map +1 -1
  403. package/dist/react-native/operations/plans.js +8 -21
  404. package/dist/react-native/operations/plans.js.map +1 -1
  405. package/dist/react-native/operations/saaS.d.ts +19 -0
  406. package/dist/react-native/operations/saaS.d.ts.map +1 -0
  407. package/dist/react-native/operations/saaS.js +45 -0
  408. package/dist/react-native/operations/saaS.js.map +1 -0
  409. package/dist/react-native/operations/tagRules.d.ts +25 -17
  410. package/dist/react-native/operations/tagRules.d.ts.map +1 -1
  411. package/dist/react-native/operations/tagRules.js +46 -43
  412. package/dist/react-native/operations/tagRules.js.map +1 -1
  413. package/dist/react-native/operationsInterfaces/accounts.d.ts +4 -3
  414. package/dist/react-native/operationsInterfaces/accounts.d.ts.map +1 -1
  415. package/dist/react-native/operationsInterfaces/accounts.js +2 -7
  416. package/dist/react-native/operationsInterfaces/accounts.js.map +1 -1
  417. package/dist/react-native/operationsInterfaces/billingInfo.d.ts +2 -2
  418. package/dist/react-native/operationsInterfaces/billingInfo.d.ts.map +1 -1
  419. package/dist/react-native/operationsInterfaces/billingInfo.js +2 -7
  420. package/dist/react-native/operationsInterfaces/billingInfo.js.map +1 -1
  421. package/dist/react-native/operationsInterfaces/connectedPartnerResources.d.ts +3 -4
  422. package/dist/react-native/operationsInterfaces/connectedPartnerResources.d.ts.map +1 -1
  423. package/dist/react-native/operationsInterfaces/connectedPartnerResources.js +2 -7
  424. package/dist/react-native/operationsInterfaces/connectedPartnerResources.js.map +1 -1
  425. package/dist/react-native/operationsInterfaces/index.d.ts +2 -1
  426. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -1
  427. package/dist/react-native/operationsInterfaces/index.js +6 -8
  428. package/dist/react-native/operationsInterfaces/index.js.map +1 -1
  429. package/dist/react-native/operationsInterfaces/monitoredSubscriptions.d.ts +13 -13
  430. package/dist/react-native/operationsInterfaces/monitoredSubscriptions.d.ts.map +1 -1
  431. package/dist/react-native/operationsInterfaces/monitoredSubscriptions.js +2 -7
  432. package/dist/react-native/operationsInterfaces/monitoredSubscriptions.js.map +1 -1
  433. package/dist/react-native/operationsInterfaces/monitors.d.ts +90 -27
  434. package/dist/react-native/operationsInterfaces/monitors.d.ts.map +1 -1
  435. package/dist/react-native/operationsInterfaces/monitors.js +2 -7
  436. package/dist/react-native/operationsInterfaces/monitors.js.map +1 -1
  437. package/dist/react-native/operationsInterfaces/operations.d.ts +2 -2
  438. package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -1
  439. package/dist/react-native/operationsInterfaces/operations.js +2 -7
  440. package/dist/react-native/operationsInterfaces/operations.js.map +1 -1
  441. package/dist/react-native/operationsInterfaces/organizations.d.ts +4 -3
  442. package/dist/react-native/operationsInterfaces/organizations.d.ts.map +1 -1
  443. package/dist/react-native/operationsInterfaces/organizations.js +2 -7
  444. package/dist/react-native/operationsInterfaces/organizations.js.map +1 -1
  445. package/dist/react-native/operationsInterfaces/plans.d.ts +3 -3
  446. package/dist/react-native/operationsInterfaces/plans.d.ts.map +1 -1
  447. package/dist/react-native/operationsInterfaces/plans.js +2 -7
  448. package/dist/react-native/operationsInterfaces/plans.js.map +1 -1
  449. package/dist/react-native/operationsInterfaces/saaS.d.ts +11 -0
  450. package/dist/react-native/operationsInterfaces/saaS.d.ts.map +1 -0
  451. package/dist/react-native/operationsInterfaces/saaS.js +4 -0
  452. package/dist/react-native/operationsInterfaces/saaS.js.map +1 -0
  453. package/dist/react-native/operationsInterfaces/tagRules.d.ts +21 -14
  454. package/dist/react-native/operationsInterfaces/tagRules.d.ts.map +1 -1
  455. package/dist/react-native/operationsInterfaces/tagRules.js +2 -7
  456. package/dist/react-native/operationsInterfaces/tagRules.js.map +1 -1
  457. package/dist/react-native/pagingHelper.d.ts.map +1 -1
  458. package/dist/react-native/pagingHelper.js +2 -7
  459. package/dist/react-native/pagingHelper.js.map +1 -1
  460. package/package.json +38 -37
  461. package/CHANGELOG.md +0 -76
  462. package/review/arm-newrelicobservability-node.api.md +0 -1160
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"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"}
@@ -1,10 +1,5 @@
1
- /*
2
- * Copyright (c) Microsoft Corporation.
3
- * Licensed under the MIT License.
4
- *
5
- * Code generated by Microsoft (R) AutoRest Code Generator.
6
- * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
- */
1
+ // Copyright (c) Microsoft Corporation.
2
+ // Licensed under the MIT License.
8
3
  /** Known values of {@link Origin} that the service accepts. */
9
4
  export var KnownOrigin;
10
5
  (function (KnownOrigin) {
@@ -91,16 +86,6 @@ export var KnownUsageType;
91
86
  /** Usage type is COMMITTED */
92
87
  KnownUsageType["Committed"] = "COMMITTED";
93
88
  })(KnownUsageType || (KnownUsageType = {}));
94
- /** Known values of {@link BillingCycle} that the service accepts. */
95
- export var KnownBillingCycle;
96
- (function (KnownBillingCycle) {
97
- /** Billing cycle is YEARLY */
98
- KnownBillingCycle["Yearly"] = "YEARLY";
99
- /** Billing cycle is MONTHLY */
100
- KnownBillingCycle["Monthly"] = "MONTHLY";
101
- /** Billing cycle is WEEKLY */
102
- KnownBillingCycle["Weekly"] = "WEEKLY";
103
- })(KnownBillingCycle || (KnownBillingCycle = {}));
104
89
  /** Known values of {@link LiftrResourceCategories} that the service accepts. */
105
90
  export var KnownLiftrResourceCategories;
106
91
  (function (KnownLiftrResourceCategories) {
@@ -135,7 +120,7 @@ export var KnownManagedServiceIdentityType;
135
120
  /** UserAssigned */
136
121
  KnownManagedServiceIdentityType["UserAssigned"] = "UserAssigned";
137
122
  /** SystemAssignedUserAssigned */
138
- KnownManagedServiceIdentityType["SystemAssignedUserAssigned"] = "SystemAssigned, UserAssigned";
123
+ KnownManagedServiceIdentityType["SystemAssignedUserAssigned"] = "SystemAssigned,UserAssigned";
139
124
  })(KnownManagedServiceIdentityType || (KnownManagedServiceIdentityType = {}));
140
125
  /** Known values of {@link BillingSource} that the service accepts. */
141
126
  export var KnownBillingSource;
@@ -177,30 +162,6 @@ export var KnownSendingLogsStatus;
177
162
  /** Disabled */
178
163
  KnownSendingLogsStatus["Disabled"] = "Disabled";
179
164
  })(KnownSendingLogsStatus || (KnownSendingLogsStatus = {}));
180
- /** Known values of {@link SendAadLogsStatus} that the service accepts. */
181
- export var KnownSendAadLogsStatus;
182
- (function (KnownSendAadLogsStatus) {
183
- /** Enabled */
184
- KnownSendAadLogsStatus["Enabled"] = "Enabled";
185
- /** Disabled */
186
- KnownSendAadLogsStatus["Disabled"] = "Disabled";
187
- })(KnownSendAadLogsStatus || (KnownSendAadLogsStatus = {}));
188
- /** Known values of {@link SendSubscriptionLogsStatus} that the service accepts. */
189
- export var KnownSendSubscriptionLogsStatus;
190
- (function (KnownSendSubscriptionLogsStatus) {
191
- /** Enabled */
192
- KnownSendSubscriptionLogsStatus["Enabled"] = "Enabled";
193
- /** Disabled */
194
- KnownSendSubscriptionLogsStatus["Disabled"] = "Disabled";
195
- })(KnownSendSubscriptionLogsStatus || (KnownSendSubscriptionLogsStatus = {}));
196
- /** Known values of {@link SendActivityLogsStatus} that the service accepts. */
197
- export var KnownSendActivityLogsStatus;
198
- (function (KnownSendActivityLogsStatus) {
199
- /** Enabled */
200
- KnownSendActivityLogsStatus["Enabled"] = "Enabled";
201
- /** Disabled */
202
- KnownSendActivityLogsStatus["Disabled"] = "Disabled";
203
- })(KnownSendActivityLogsStatus || (KnownSendActivityLogsStatus = {}));
204
165
  /** Known values of {@link PatchOperation} that the service accepts. */
205
166
  export var KnownPatchOperation;
206
167
  (function (KnownPatchOperation) {
@@ -227,6 +188,30 @@ export var KnownStatus;
227
188
  /** Deleting */
228
189
  KnownStatus["Deleting"] = "Deleting";
229
190
  })(KnownStatus || (KnownStatus = {}));
191
+ /** Known values of {@link SendAadLogsStatus} that the service accepts. */
192
+ export var KnownSendAadLogsStatus;
193
+ (function (KnownSendAadLogsStatus) {
194
+ /** Enabled */
195
+ KnownSendAadLogsStatus["Enabled"] = "Enabled";
196
+ /** Disabled */
197
+ KnownSendAadLogsStatus["Disabled"] = "Disabled";
198
+ })(KnownSendAadLogsStatus || (KnownSendAadLogsStatus = {}));
199
+ /** Known values of {@link SendSubscriptionLogsStatus} that the service accepts. */
200
+ export var KnownSendSubscriptionLogsStatus;
201
+ (function (KnownSendSubscriptionLogsStatus) {
202
+ /** Enabled */
203
+ KnownSendSubscriptionLogsStatus["Enabled"] = "Enabled";
204
+ /** Disabled */
205
+ KnownSendSubscriptionLogsStatus["Disabled"] = "Disabled";
206
+ })(KnownSendSubscriptionLogsStatus || (KnownSendSubscriptionLogsStatus = {}));
207
+ /** Known values of {@link SendActivityLogsStatus} that the service accepts. */
208
+ export var KnownSendActivityLogsStatus;
209
+ (function (KnownSendActivityLogsStatus) {
210
+ /** Enabled */
211
+ KnownSendActivityLogsStatus["Enabled"] = "Enabled";
212
+ /** Disabled */
213
+ KnownSendActivityLogsStatus["Disabled"] = "Disabled";
214
+ })(KnownSendActivityLogsStatus || (KnownSendActivityLogsStatus = {}));
230
215
  /** Known values of {@link ConfigurationName} that the service accepts. */
231
216
  export var KnownConfigurationName;
232
217
  (function (KnownConfigurationName) {
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\n\n/** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */\nexport interface OperationListResult {\n /**\n * List of operations supported by the resource provider\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: Operation[];\n /**\n * URL to get the next set of operation list results (if there are any).\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Details of a REST API operation, returned from the Resource Provider Operations API */\nexport interface Operation {\n /**\n * The name of the operation, as per Resource-Based Access Control (RBAC). Examples: \"Microsoft.Compute/virtualMachines/write\", \"Microsoft.Compute/virtualMachines/capture/action\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Whether the operation applies to data-plane. This is \"true\" for data-plane operations and \"false\" for ARM/control-plane operations.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isDataAction?: boolean;\n /** Localized display information for this particular operation. */\n display?: OperationDisplay;\n /**\n * The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is \"user,system\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly origin?: Origin;\n /**\n * Enum. Indicates the action type. \"Internal\" refers to actions that are for internal only APIs.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly actionType?: ActionType;\n}\n\n/** Localized display information for this particular operation. */\nexport interface OperationDisplay {\n /**\n * The localized friendly form of the resource provider name, e.g. \"Microsoft Monitoring Insights\" or \"Microsoft Compute\".\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provider?: string;\n /**\n * The localized friendly name of the resource type related to this operation. E.g. \"Virtual Machines\" or \"Job Schedule Collections\".\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resource?: string;\n /**\n * The concise, localized friendly name for the operation; suitable for dropdowns. E.g. \"Create or Update Virtual Machine\", \"Restart Virtual Machine\".\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly operation?: string;\n /**\n * The short, localized friendly description of the operation; suitable for tool tips and detailed views.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly description?: string;\n}\n\n/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */\nexport interface ErrorResponse {\n /** The error object. */\n error?: ErrorDetail;\n}\n\n/** The error detail. */\nexport interface ErrorDetail {\n /**\n * The error code.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly code?: string;\n /**\n * The error message.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n /**\n * The error target.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly target?: string;\n /**\n * The error details.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly details?: ErrorDetail[];\n /**\n * The error additional info.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly additionalInfo?: ErrorAdditionalInfo[];\n}\n\n/** The resource management error additional info. */\nexport interface ErrorAdditionalInfo {\n /**\n * The additional info type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * The additional info.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly info?: Record<string, unknown>;\n}\n\n/** Response of get all accounts Operation. */\nexport interface AccountsListResponse {\n /** The AccountResource items on this page */\n value: AccountResource[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\n/** Common fields that are returned in the response for all Azure Resource Manager resources */\nexport interface Resource {\n /**\n * Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The name of the resource\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The type of the resource. E.g. \"Microsoft.Compute/virtualMachines\" or \"Microsoft.Storage/storageAccounts\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * Azure Resource Manager metadata containing createdBy and modifiedBy information.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n}\n\n/** Metadata pertaining to creation and last modification of the resource. */\nexport interface SystemData {\n /** The identity that created the resource. */\n createdBy?: string;\n /** The type of identity that created the resource. */\n createdByType?: CreatedByType;\n /** The timestamp of resource creation (UTC). */\n createdAt?: Date;\n /** The identity that last modified the resource. */\n lastModifiedBy?: string;\n /** The type of identity that last modified the resource. */\n lastModifiedByType?: CreatedByType;\n /** The timestamp of resource last modification (UTC) */\n lastModifiedAt?: Date;\n}\n\n/** The response of a NewRelicMonitorResource list operation. */\nexport interface NewRelicMonitorResourceListResult {\n /** The NewRelicMonitorResource items on this page */\n value: NewRelicMonitorResource[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\n/** Properties of the NewRelic account */\nexport interface NewRelicAccountProperties {\n /** User id */\n userId?: string;\n /** NewRelic Account Information */\n accountInfo?: AccountInfo;\n /** NewRelic Organization Information */\n organizationInfo?: OrganizationInfo;\n /** date when plan was applied */\n singleSignOnProperties?: NewRelicSingleSignOnProperties;\n}\n\n/** Account Info of the NewRelic account */\nexport interface AccountInfo {\n /** Account id */\n accountId?: string;\n /**\n * ingestion key of account\n * This value contains a credential. Consider obscuring before showing to users\n */\n ingestionKey?: string;\n /** Region where New Relic account is present */\n region?: string;\n}\n\n/** Organization Info of the NewRelic account */\nexport interface OrganizationInfo {\n /** Organization id */\n organizationId?: string;\n}\n\n/** Single sign on Info of the NewRelic account */\nexport interface NewRelicSingleSignOnProperties {\n /** Single sign-on state */\n singleSignOnState?: SingleSignOnStates;\n /** The Id of the Enterprise App used for Single sign-on. */\n enterpriseAppId?: string;\n /** The login URL specific to this NewRelic Organization */\n singleSignOnUrl?: string;\n /** Provisioning state */\n provisioningState?: ProvisioningState;\n}\n\n/** User Info of NewRelic Monitor resource */\nexport interface UserInfo {\n /** First name */\n firstName?: string;\n /** Last name */\n lastName?: string;\n /** User Email */\n emailAddress?: string;\n /** Contact phone number */\n phoneNumber?: string;\n /** country if user */\n country?: string;\n}\n\n/** Plan data of NewRelic Monitor resource */\nexport interface PlanData {\n /** Different usage type like PAYG/COMMITTED. this could be enum */\n usageType?: UsageType;\n /** Different billing cycles like MONTHLY/WEEKLY. this could be enum */\n billingCycle?: BillingCycle;\n /** plan id as published by NewRelic */\n planDetails?: string;\n /** date when plan was applied */\n effectiveDate?: Date;\n}\n\n/** Managed service identity (system assigned and/or user assigned identities) */\nexport interface ManagedServiceIdentity {\n /**\n * The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly principalId?: string;\n /**\n * The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly tenantId?: string;\n /** Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). */\n type: ManagedServiceIdentityType;\n /** The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests. */\n userAssignedIdentities?: { [propertyName: string]: UserAssignedIdentity };\n}\n\n/** User assigned identity properties */\nexport interface UserAssignedIdentity {\n /**\n * The principal ID of the assigned identity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly principalId?: string;\n /**\n * The client ID of the assigned identity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly clientId?: string;\n}\n\n/** Response of get all organizations Operation. */\nexport interface OrganizationsListResponse {\n /** The OrganizationResource items on this page */\n value: OrganizationResource[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\n/** Response of get all plan data Operation. */\nexport interface PlanDataListResponse {\n /** The PlanDataResource items on this page */\n value: PlanDataResource[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\n/** The type used for update operations of the NewRelicMonitorResource. */\nexport interface NewRelicMonitorResourceUpdate {\n /** The managed service identities assigned to this resource. */\n identity?: ManagedServiceIdentity;\n /** Resource tags. */\n tags?: { [propertyName: string]: string };\n /** MarketplaceSubscriptionStatus of the resource */\n newRelicAccountProperties?: NewRelicAccountProperties;\n /** User Info */\n userInfo?: UserInfo;\n /** Plan details */\n planData?: PlanData;\n /** Source of org creation */\n orgCreationSource?: OrgCreationSource;\n /** Source of account creation */\n accountCreationSource?: AccountCreationSource;\n}\n\n/** Request of get metrics Operation. */\nexport interface MetricsRequest {\n /** User Email */\n userEmail: string;\n}\n\n/** Set of rules for sending metrics for the Monitor resource. */\nexport interface MetricRules {\n /** Flag specifying if metrics should be sent for the Monitor resource. */\n sendMetrics?: SendMetricsStatus;\n /** List of filtering tags to be used for capturing metrics. */\n filteringTags?: FilteringTag[];\n /** User Email */\n userEmail?: string;\n}\n\n/** The definition of a filtering tag. Filtering tags are used for capturing resources and include/exclude them from being monitored. */\nexport interface FilteringTag {\n /** The name (also known as the key) of the tag. */\n name?: string;\n /** The value of the tag. */\n value?: string;\n /** Valid actions for a filtering tag. Exclusion takes priority over inclusion. */\n action?: TagAction;\n}\n\n/** Request of get metrics status Operation. */\nexport interface MetricsStatusRequest {\n /** Azure resource IDs */\n azureResourceIds?: string[];\n /** User Email */\n userEmail: string;\n}\n\n/** Response of get metrics status Operation. */\nexport interface MetricsStatusResponse {\n /** Azure resource IDs */\n azureResourceIds?: string[];\n}\n\n/** Request of a app services get Operation. */\nexport interface AppServicesGetRequest {\n /** Azure resource IDs */\n azureResourceIds?: string[];\n /** User Email */\n userEmail: string;\n}\n\n/** Response of a list app services Operation. */\nexport interface AppServicesListResponse {\n /** The AppServiceInfo items on this page */\n value: AppServiceInfo[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\n/** Details of VM Resource having NewRelic OneAgent installed */\nexport interface AppServiceInfo {\n /** Azure App service resource ID */\n azureResourceId?: string;\n /** Version of the NewRelic agent installed on the App service. */\n agentVersion?: string;\n /** Status of the NewRelic agent installed on the App service. */\n agentStatus?: string;\n}\n\n/** Request of a switch billing Operation. */\nexport interface SwitchBillingRequest {\n /** Azure resource Id */\n azureResourceId?: string;\n /** Organization id */\n organizationId?: string;\n /** Plan details */\n planData?: PlanData;\n /** User Email */\n userEmail: string;\n}\n\n/** Request of a Hosts get Operation. */\nexport interface HostsGetRequest {\n /** VM resource IDs */\n vmIds?: string[];\n /** User Email */\n userEmail: string;\n}\n\n/** Response of a list VM Host Operation. */\nexport interface VMHostsListResponse {\n /** The VMInfo items on this page */\n value: VMInfo[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\n/** Details of VM Resource having NewRelic OneAgent installed */\nexport interface VMInfo {\n /** Azure VM resource ID */\n vmId?: string;\n /** Version of the NewRelic agent installed on the VM. */\n agentVersion?: string;\n /** Status of the NewRelic agent installed on the VM. */\n agentStatus?: string;\n}\n\n/** List of all the resources being monitored by NewRelic monitor resource */\nexport interface MonitoredResourceListResponse {\n /** The MonitoredResource items on this page */\n value: MonitoredResource[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\n/** Details of resource being monitored by NewRelic monitor resource */\nexport interface MonitoredResource {\n /** The ARM id of the resource. */\n id?: string;\n /** Flag indicating if resource is sending metrics to NewRelic. */\n sendingMetrics?: SendingMetricsStatus;\n /** Reason for why the resource is sending metrics (or why it is not sending). */\n reasonForMetricsStatus?: string;\n /** Flag indicating if resource is sending logs to NewRelic. */\n sendingLogs?: SendingLogsStatus;\n /** Reason for why the resource is sending logs (or why it is not sending). */\n reasonForLogsStatus?: string;\n}\n\n/** Marketplace Subscription and Organization details to which resource gets billed into. */\nexport interface BillingInfoResponse {\n /** Marketplace Subscription details */\n marketplaceSaasInfo?: MarketplaceSaaSInfo;\n /** Partner Billing Entity details: Organization Info */\n partnerBillingEntity?: PartnerBillingEntity;\n}\n\n/** Marketplace SAAS Info of the resource. */\nexport interface MarketplaceSaaSInfo {\n /** Marketplace Subscription Id. This is a GUID-formatted string. */\n marketplaceSubscriptionId?: string;\n /** Marketplace Subscription Details: SAAS Name */\n marketplaceSubscriptionName?: string;\n /** Marketplace Subscription Details: Resource URI */\n marketplaceResourceId?: string;\n /** Marketplace Subscription Details: SaaS Subscription Status */\n marketplaceStatus?: string;\n /** The Azure Subscription ID to which the Marketplace Subscription belongs and gets billed into. */\n billedAzureSubscriptionId?: string;\n}\n\n/** Partner Billing details associated with the resource. */\nexport interface PartnerBillingEntity {\n /** The New Relic Organization Id. */\n organizationId?: string;\n /** The New Relic Organization Name. */\n organizationName?: string;\n}\n\n/** List of all active newrelic deployments. */\nexport interface ConnectedPartnerResourcesListResponse {\n /** Results of a list operation. */\n value?: ConnectedPartnerResourcesListFormat[];\n /** Link to the next set of results, if any. */\n nextLink?: string;\n}\n\n/** Connected Partner Resources List Format */\nexport interface ConnectedPartnerResourcesListFormat {\n /** Connected Partner Resource Properties */\n properties?: ConnectedPartnerResourceProperties;\n}\n\n/** Connected Partner Resource Properties */\nexport interface ConnectedPartnerResourceProperties {\n /** NewRelic account name */\n accountName?: string;\n /** NewRelic Account Id */\n accountId?: string;\n /** The azure resource Id of the deployment. */\n azureResourceId?: string;\n /** The location of the deployment. */\n location?: string;\n}\n\n/** The response of a TagRule list operation. */\nexport interface TagRuleListResult {\n /** The TagRule items on this page */\n value: TagRule[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\n/** The resource-specific properties for this resource. */\nexport interface MonitoringTagRulesProperties {\n /**\n * Provisioning State of the resource\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n /** Set of rules for sending logs for the Monitor resource. */\n logRules?: LogRules;\n /** Set of rules for sending metrics for the Monitor resource. */\n metricRules?: MetricRules;\n}\n\n/** Set of rules for sending logs for the Monitor resource. */\nexport interface LogRules {\n /** Flag specifying if AAD logs should be sent for the Monitor resource. */\n sendAadLogs?: SendAadLogsStatus;\n /** Flag specifying if subscription logs should be sent for the Monitor resource. */\n sendSubscriptionLogs?: SendSubscriptionLogsStatus;\n /** Flag specifying if activity logs from Azure resources should be sent for the Monitor resource. */\n sendActivityLogs?: SendActivityLogsStatus;\n /**\n * 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.\n * 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.\n */\n filteringTags?: FilteringTag[];\n}\n\n/** The type used for update operations of the TagRule. */\nexport interface TagRuleUpdate {\n /** Set of rules for sending logs for the Monitor resource. */\n logRules?: LogRules;\n /** Set of rules for sending metrics for the Monitor resource. */\n metricRules?: MetricRules;\n}\n\nexport interface MonitoredSubscriptionPropertiesList {\n value?: MonitoredSubscriptionProperties[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\n/** The request to update subscriptions needed to be monitored by the NewRelic monitor resource. */\nexport interface MonitoredSubscriptionProperties {\n /**\n * Name of the monitored subscription resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The id of the monitored subscription resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The type of the monitored subscription resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /** The request to update subscriptions needed to be monitored by the NewRelic monitor resource. */\n properties?: SubscriptionList;\n}\n\n/** The request to update subscriptions needed to be monitored by the NewRelic monitor resource. */\nexport interface SubscriptionList {\n /** The operation for the patch on the resource. */\n patchOperation?: PatchOperation;\n /** List of subscriptions and the state of the monitoring. */\n monitoredSubscriptionList?: MonitoredSubscription[];\n /**\n * Provisioning State of the resource\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n}\n\n/** The list of subscriptions and it's monitoring status by current NewRelic monitor. */\nexport interface MonitoredSubscription {\n /** The subscriptionId to be monitored. */\n subscriptionId?: string;\n /** The state of monitoring. */\n status?: Status;\n /** The reason of not monitoring the subscription. */\n error?: string;\n /** The resource-specific properties for this resource. */\n tagRules?: MonitoringTagRulesProperties;\n}\n\n/** Response of a list operation. */\nexport interface LinkedResourceListResponse {\n /** Results of a list operation. */\n value?: LinkedResource[];\n /** Link to the next set of results, if any. */\n nextLink?: string;\n}\n\n/** The definition of a linked resource. */\nexport interface LinkedResource {\n /** The ARM id of the linked resource. */\n id?: string;\n}\n\n/** Response of payload to be passed while installing VM agent. */\nexport interface VMExtensionPayload {\n /** Ingestion key of the account */\n ingestionKey?: string;\n}\n\n/** App services Get Parameter specification. */\nexport interface AppServicesGetParameter {\n /** The details of the app services get request. */\n request: AppServicesGetRequest;\n}\n\n/** Switch Billing Parameter specification. */\nexport interface SwitchBillingParameter {\n /** The details of the switch billing request. */\n request: SwitchBillingRequest;\n}\n\n/** Host Get Parameter specification. */\nexport interface HostsGetParameter {\n /** The details of the Hosts get request. */\n request: HostsGetRequest;\n}\n\n/** Get Metrics Status Parameter specification. */\nexport interface MetricsRequestParameter {\n /** The details of the get metrics status request. */\n request: MetricsRequest;\n}\n\n/** Get Metrics Status Parameter specification. */\nexport interface MetricsStatusRequestParameter {\n /** The details of the get metrics status request. */\n request: MetricsStatusRequest;\n}\n\n/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */\nexport interface ProxyResource extends Resource {}\n\n/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */\nexport interface TrackedResource extends Resource {\n /** Resource tags. */\n tags?: { [propertyName: string]: string };\n /** The geo-location where the resource lives */\n location: string;\n}\n\n/** The details of a account resource. */\nexport interface AccountResource extends ProxyResource {\n /** organization id */\n organizationId?: string;\n /** account id */\n accountId?: string;\n /** account name */\n accountName?: string;\n /** Region where New Relic account is present */\n region?: string;\n}\n\n/** The details of a Organization resource. */\nexport interface OrganizationResource extends ProxyResource {\n /** organization id */\n organizationId?: string;\n /** organization name */\n organizationName?: string;\n /** Billing source */\n billingSource?: BillingSource;\n}\n\n/** The details of a PlanData resource. */\nexport interface PlanDataResource extends ProxyResource {\n /** Plan details */\n planData?: PlanData;\n /** Source of org creation */\n orgCreationSource?: OrgCreationSource;\n /** Source of account creation */\n accountCreationSource?: AccountCreationSource;\n}\n\n/** A tag rule belonging to NewRelic account */\nexport interface TagRule extends ProxyResource {\n /**\n * Provisioning State of the resource\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n /** Set of rules for sending logs for the Monitor resource. */\n logRules?: LogRules;\n /** Set of rules for sending metrics for the Monitor resource. */\n metricRules?: MetricRules;\n}\n\n/** A Monitor Resource by NewRelic */\nexport interface NewRelicMonitorResource extends TrackedResource {\n /** The managed service identities assigned to this resource. */\n identity?: ManagedServiceIdentity;\n /**\n * Provisioning State of the resource\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n /**\n * MonitoringStatus of the resource\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly monitoringStatus?: MonitoringStatus;\n /**\n * NewRelic Organization properties of the resource\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly marketplaceSubscriptionStatus?: MarketplaceSubscriptionStatus;\n /**\n * Marketplace Subscription Id\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly marketplaceSubscriptionId?: string;\n /** MarketplaceSubscriptionStatus of the resource */\n newRelicAccountProperties?: NewRelicAccountProperties;\n /** User Info */\n userInfo?: UserInfo;\n /** Plan details */\n planData?: PlanData;\n /**\n * Liftr resource category\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly liftrResourceCategory?: LiftrResourceCategories;\n /**\n * Liftr resource preference. The priority of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly liftrResourcePreference?: number;\n /** Source of org creation */\n orgCreationSource?: OrgCreationSource;\n /** Source of account creation */\n accountCreationSource?: AccountCreationSource;\n /** State of the Azure Subscription containing the monitor resource */\n subscriptionState?: string;\n /** Status of Azure Subscription where Marketplace SaaS is located. */\n saaSAzureSubscriptionStatus?: string;\n}\n\n/** Defines headers for Monitors_createOrUpdate operation. */\nexport interface MonitorsCreateOrUpdateHeaders {\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n}\n\n/** Defines headers for Monitors_delete operation. */\nexport interface MonitorsDeleteHeaders {\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n}\n\n/** Defines headers for Monitors_switchBilling operation. */\nexport interface MonitorsSwitchBillingHeaders {\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n}\n\n/** Defines headers for TagRules_createOrUpdate operation. */\nexport interface TagRulesCreateOrUpdateHeaders {\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n}\n\n/** Defines headers for TagRules_delete operation. */\nexport interface TagRulesDeleteHeaders {\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n}\n\n/** Defines headers for MonitoredSubscriptions_update operation. */\nexport interface MonitoredSubscriptionsUpdateHeaders {\n location?: string;\n}\n\n/** Defines headers for MonitoredSubscriptions_delete operation. */\nexport interface MonitoredSubscriptionsDeleteHeaders {\n location?: string;\n}\n\n/** Known values of {@link Origin} that the service accepts. */\nexport enum KnownOrigin {\n /** User */\n User = \"user\",\n /** System */\n System = \"system\",\n /** UserSystem */\n UserSystem = \"user,system\",\n}\n\n/**\n * Defines values for Origin. \\\n * {@link KnownOrigin} can be used interchangeably with Origin,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **user** \\\n * **system** \\\n * **user,system**\n */\nexport type Origin = string;\n\n/** Known values of {@link ActionType} that the service accepts. */\nexport enum KnownActionType {\n /** Internal */\n Internal = \"Internal\",\n}\n\n/**\n * Defines values for ActionType. \\\n * {@link KnownActionType} can be used interchangeably with ActionType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Internal**\n */\nexport type ActionType = string;\n\n/** Known values of {@link CreatedByType} that the service accepts. */\nexport enum KnownCreatedByType {\n /** User */\n User = \"User\",\n /** Application */\n Application = \"Application\",\n /** ManagedIdentity */\n ManagedIdentity = \"ManagedIdentity\",\n /** Key */\n Key = \"Key\",\n}\n\n/**\n * Defines values for CreatedByType. \\\n * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **User** \\\n * **Application** \\\n * **ManagedIdentity** \\\n * **Key**\n */\nexport type CreatedByType = string;\n\n/** Known values of {@link ProvisioningState} that the service accepts. */\nexport enum KnownProvisioningState {\n /** Monitor resource creation request accepted */\n Accepted = \"Accepted\",\n /** Monitor resource creation started */\n Creating = \"Creating\",\n /** Monitor resource is being updated */\n Updating = \"Updating\",\n /** Monitor resource deletion started */\n Deleting = \"Deleting\",\n /** Monitor resource creation successful */\n Succeeded = \"Succeeded\",\n /** Monitor resource creation failed */\n Failed = \"Failed\",\n /** Monitor resource creation canceled */\n Canceled = \"Canceled\",\n /** Monitor resource is deleted */\n Deleted = \"Deleted\",\n /** Monitor resource state is unknown */\n NotSpecified = \"NotSpecified\",\n}\n\n/**\n * Defines values for ProvisioningState. \\\n * {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Accepted**: Monitor resource creation request accepted \\\n * **Creating**: Monitor resource creation started \\\n * **Updating**: Monitor resource is being updated \\\n * **Deleting**: Monitor resource deletion started \\\n * **Succeeded**: Monitor resource creation successful \\\n * **Failed**: Monitor resource creation failed \\\n * **Canceled**: Monitor resource creation canceled \\\n * **Deleted**: Monitor resource is deleted \\\n * **NotSpecified**: Monitor resource state is unknown\n */\nexport type ProvisioningState = string;\n\n/** Known values of {@link MonitoringStatus} that the service accepts. */\nexport enum KnownMonitoringStatus {\n /** monitoring is enabled */\n Enabled = \"Enabled\",\n /** monitoring is disabled */\n Disabled = \"Disabled\",\n}\n\n/**\n * Defines values for MonitoringStatus. \\\n * {@link KnownMonitoringStatus} can be used interchangeably with MonitoringStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled**: monitoring is enabled \\\n * **Disabled**: monitoring is disabled\n */\nexport type MonitoringStatus = string;\n\n/** Known values of {@link MarketplaceSubscriptionStatus} that the service accepts. */\nexport enum KnownMarketplaceSubscriptionStatus {\n /** monitoring is enabled */\n Active = \"Active\",\n /** monitoring is disabled */\n Suspended = \"Suspended\",\n}\n\n/**\n * Defines values for MarketplaceSubscriptionStatus. \\\n * {@link KnownMarketplaceSubscriptionStatus} can be used interchangeably with MarketplaceSubscriptionStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Active**: monitoring is enabled \\\n * **Suspended**: monitoring is disabled\n */\nexport type MarketplaceSubscriptionStatus = string;\n\n/** Known values of {@link SingleSignOnStates} that the service accepts. */\nexport enum KnownSingleSignOnStates {\n /** Initial */\n Initial = \"Initial\",\n /** Enable */\n Enable = \"Enable\",\n /** Disable */\n Disable = \"Disable\",\n /** Existing */\n Existing = \"Existing\",\n}\n\n/**\n * Defines values for SingleSignOnStates. \\\n * {@link KnownSingleSignOnStates} can be used interchangeably with SingleSignOnStates,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Initial** \\\n * **Enable** \\\n * **Disable** \\\n * **Existing**\n */\nexport type SingleSignOnStates = string;\n\n/** Known values of {@link UsageType} that the service accepts. */\nexport enum KnownUsageType {\n /** Usage type is PAYG */\n Payg = \"PAYG\",\n /** Usage type is COMMITTED */\n Committed = \"COMMITTED\",\n}\n\n/**\n * Defines values for UsageType. \\\n * {@link KnownUsageType} can be used interchangeably with UsageType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **PAYG**: Usage type is PAYG \\\n * **COMMITTED**: Usage type is COMMITTED\n */\nexport type UsageType = string;\n\n/** Known values of {@link BillingCycle} that the service accepts. */\nexport enum KnownBillingCycle {\n /** Billing cycle is YEARLY */\n Yearly = \"YEARLY\",\n /** Billing cycle is MONTHLY */\n Monthly = \"MONTHLY\",\n /** Billing cycle is WEEKLY */\n Weekly = \"WEEKLY\",\n}\n\n/**\n * Defines values for BillingCycle. \\\n * {@link KnownBillingCycle} can be used interchangeably with BillingCycle,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **YEARLY**: Billing cycle is YEARLY \\\n * **MONTHLY**: Billing cycle is MONTHLY \\\n * **WEEKLY**: Billing cycle is WEEKLY\n */\nexport type BillingCycle = string;\n\n/** Known values of {@link LiftrResourceCategories} that the service accepts. */\nexport enum KnownLiftrResourceCategories {\n /** Unknown */\n Unknown = \"Unknown\",\n /** MonitorLogs */\n MonitorLogs = \"MonitorLogs\",\n}\n\n/**\n * Defines values for LiftrResourceCategories. \\\n * {@link KnownLiftrResourceCategories} can be used interchangeably with LiftrResourceCategories,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Unknown** \\\n * **MonitorLogs**\n */\nexport type LiftrResourceCategories = string;\n\n/** Known values of {@link OrgCreationSource} that the service accepts. */\nexport enum KnownOrgCreationSource {\n /** Org is created from LIFTR */\n Liftr = \"LIFTR\",\n /** Org is created from NEWRELIC */\n Newrelic = \"NEWRELIC\",\n}\n\n/**\n * Defines values for OrgCreationSource. \\\n * {@link KnownOrgCreationSource} can be used interchangeably with OrgCreationSource,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **LIFTR**: Org is created from LIFTR \\\n * **NEWRELIC**: Org is created from NEWRELIC\n */\nexport type OrgCreationSource = string;\n\n/** Known values of {@link AccountCreationSource} that the service accepts. */\nexport enum KnownAccountCreationSource {\n /** Account is created from LIFTR */\n Liftr = \"LIFTR\",\n /** Account is created from NEWRELIC */\n Newrelic = \"NEWRELIC\",\n}\n\n/**\n * Defines values for AccountCreationSource. \\\n * {@link KnownAccountCreationSource} can be used interchangeably with AccountCreationSource,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **LIFTR**: Account is created from LIFTR \\\n * **NEWRELIC**: Account is created from NEWRELIC\n */\nexport type AccountCreationSource = string;\n\n/** Known values of {@link ManagedServiceIdentityType} that the service accepts. */\nexport enum KnownManagedServiceIdentityType {\n /** None */\n None = \"None\",\n /** SystemAssigned */\n SystemAssigned = \"SystemAssigned\",\n /** UserAssigned */\n UserAssigned = \"UserAssigned\",\n /** SystemAssignedUserAssigned */\n SystemAssignedUserAssigned = \"SystemAssigned, UserAssigned\",\n}\n\n/**\n * Defines values for ManagedServiceIdentityType. \\\n * {@link KnownManagedServiceIdentityType} can be used interchangeably with ManagedServiceIdentityType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None** \\\n * **SystemAssigned** \\\n * **UserAssigned** \\\n * **SystemAssigned, UserAssigned**\n */\nexport type ManagedServiceIdentityType = string;\n\n/** Known values of {@link BillingSource} that the service accepts. */\nexport enum KnownBillingSource {\n /** Billing source is Azure */\n Azure = \"AZURE\",\n /** Newrelic */\n Newrelic = \"NEWRELIC\",\n}\n\n/**\n * Defines values for BillingSource. \\\n * {@link KnownBillingSource} can be used interchangeably with BillingSource,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **AZURE**: Billing source is Azure \\\n * **NEWRELIC**\n */\nexport type BillingSource = string;\n\n/** Known values of {@link SendMetricsStatus} that the service accepts. */\nexport enum KnownSendMetricsStatus {\n /** Enabled */\n Enabled = \"Enabled\",\n /** Disabled */\n Disabled = \"Disabled\",\n}\n\n/**\n * Defines values for SendMetricsStatus. \\\n * {@link KnownSendMetricsStatus} can be used interchangeably with SendMetricsStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled** \\\n * **Disabled**\n */\nexport type SendMetricsStatus = string;\n\n/** Known values of {@link TagAction} that the service accepts. */\nexport enum KnownTagAction {\n /** Include */\n Include = \"Include\",\n /** Exclude */\n Exclude = \"Exclude\",\n}\n\n/**\n * Defines values for TagAction. \\\n * {@link KnownTagAction} can be used interchangeably with TagAction,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Include** \\\n * **Exclude**\n */\nexport type TagAction = string;\n\n/** Known values of {@link SendingMetricsStatus} that the service accepts. */\nexport enum KnownSendingMetricsStatus {\n /** Enabled */\n Enabled = \"Enabled\",\n /** Disabled */\n Disabled = \"Disabled\",\n}\n\n/**\n * Defines values for SendingMetricsStatus. \\\n * {@link KnownSendingMetricsStatus} can be used interchangeably with SendingMetricsStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled** \\\n * **Disabled**\n */\nexport type SendingMetricsStatus = string;\n\n/** Known values of {@link SendingLogsStatus} that the service accepts. */\nexport enum KnownSendingLogsStatus {\n /** Enabled */\n Enabled = \"Enabled\",\n /** Disabled */\n Disabled = \"Disabled\",\n}\n\n/**\n * Defines values for SendingLogsStatus. \\\n * {@link KnownSendingLogsStatus} can be used interchangeably with SendingLogsStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled** \\\n * **Disabled**\n */\nexport type SendingLogsStatus = string;\n\n/** Known values of {@link SendAadLogsStatus} that the service accepts. */\nexport enum KnownSendAadLogsStatus {\n /** Enabled */\n Enabled = \"Enabled\",\n /** Disabled */\n Disabled = \"Disabled\",\n}\n\n/**\n * Defines values for SendAadLogsStatus. \\\n * {@link KnownSendAadLogsStatus} can be used interchangeably with SendAadLogsStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled** \\\n * **Disabled**\n */\nexport type SendAadLogsStatus = string;\n\n/** Known values of {@link SendSubscriptionLogsStatus} that the service accepts. */\nexport enum KnownSendSubscriptionLogsStatus {\n /** Enabled */\n Enabled = \"Enabled\",\n /** Disabled */\n Disabled = \"Disabled\",\n}\n\n/**\n * Defines values for SendSubscriptionLogsStatus. \\\n * {@link KnownSendSubscriptionLogsStatus} can be used interchangeably with SendSubscriptionLogsStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled** \\\n * **Disabled**\n */\nexport type SendSubscriptionLogsStatus = string;\n\n/** Known values of {@link SendActivityLogsStatus} that the service accepts. */\nexport enum KnownSendActivityLogsStatus {\n /** Enabled */\n Enabled = \"Enabled\",\n /** Disabled */\n Disabled = \"Disabled\",\n}\n\n/**\n * Defines values for SendActivityLogsStatus. \\\n * {@link KnownSendActivityLogsStatus} can be used interchangeably with SendActivityLogsStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled** \\\n * **Disabled**\n */\nexport type SendActivityLogsStatus = string;\n\n/** Known values of {@link PatchOperation} that the service accepts. */\nexport enum KnownPatchOperation {\n /** AddBegin */\n AddBegin = \"AddBegin\",\n /** AddComplete */\n AddComplete = \"AddComplete\",\n /** DeleteBegin */\n DeleteBegin = \"DeleteBegin\",\n /** DeleteComplete */\n DeleteComplete = \"DeleteComplete\",\n /** Active */\n Active = \"Active\",\n}\n\n/**\n * Defines values for PatchOperation. \\\n * {@link KnownPatchOperation} can be used interchangeably with PatchOperation,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **AddBegin** \\\n * **AddComplete** \\\n * **DeleteBegin** \\\n * **DeleteComplete** \\\n * **Active**\n */\nexport type PatchOperation = string;\n\n/** Known values of {@link Status} that the service accepts. */\nexport enum KnownStatus {\n /** InProgress */\n InProgress = \"InProgress\",\n /** Active */\n Active = \"Active\",\n /** Failed */\n Failed = \"Failed\",\n /** Deleting */\n Deleting = \"Deleting\",\n}\n\n/**\n * Defines values for Status. \\\n * {@link KnownStatus} can be used interchangeably with Status,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **InProgress** \\\n * **Active** \\\n * **Failed** \\\n * **Deleting**\n */\nexport type Status = string;\n\n/** Known values of {@link ConfigurationName} that the service accepts. */\nexport enum KnownConfigurationName {\n /** Default */\n Default = \"default\",\n}\n\n/**\n * Defines values for ConfigurationName. \\\n * {@link KnownConfigurationName} can be used interchangeably with ConfigurationName,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **default**\n */\nexport type ConfigurationName = string;\n\n/** Optional parameters. */\nexport interface OperationsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type OperationsListResponse = OperationListResult;\n\n/** Optional parameters. */\nexport interface OperationsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type OperationsListNextResponse = OperationListResult;\n\n/** Optional parameters. */\nexport interface AccountsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type AccountsListOperationResponse = AccountsListResponse;\n\n/** Optional parameters. */\nexport interface AccountsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type AccountsListNextResponse = AccountsListResponse;\n\n/** Optional parameters. */\nexport interface MonitorsListBySubscriptionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscription operation. */\nexport type MonitorsListBySubscriptionResponse =\n NewRelicMonitorResourceListResult;\n\n/** Optional parameters. */\nexport interface MonitorsListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type MonitorsListByResourceGroupResponse =\n NewRelicMonitorResourceListResult;\n\n/** Optional parameters. */\nexport interface MonitorsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type MonitorsGetResponse = NewRelicMonitorResource;\n\n/** Optional parameters. */\nexport interface MonitorsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type MonitorsCreateOrUpdateResponse = NewRelicMonitorResource;\n\n/** Optional parameters. */\nexport interface MonitorsUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type MonitorsUpdateResponse = NewRelicMonitorResource;\n\n/** Optional parameters. */\nexport interface MonitorsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface MonitorsGetMetricRulesOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getMetricRules operation. */\nexport type MonitorsGetMetricRulesResponse = MetricRules;\n\n/** Optional parameters. */\nexport interface MonitorsGetMetricStatusOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getMetricStatus operation. */\nexport type MonitorsGetMetricStatusResponse = MetricsStatusResponse;\n\n/** Optional parameters. */\nexport interface MonitorsListAppServicesOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listAppServices operation. */\nexport type MonitorsListAppServicesResponse = AppServicesListResponse;\n\n/** Optional parameters. */\nexport interface MonitorsSwitchBillingOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the switchBilling operation. */\nexport type MonitorsSwitchBillingResponse = NewRelicMonitorResource;\n\n/** Optional parameters. */\nexport interface MonitorsListHostsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listHosts operation. */\nexport type MonitorsListHostsResponse = VMHostsListResponse;\n\n/** Optional parameters. */\nexport interface MonitorsListMonitoredResourcesOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listMonitoredResources operation. */\nexport type MonitorsListMonitoredResourcesResponse =\n MonitoredResourceListResponse;\n\n/** Optional parameters. */\nexport interface MonitorsListLinkedResourcesOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listLinkedResources operation. */\nexport type MonitorsListLinkedResourcesResponse = LinkedResourceListResponse;\n\n/** Optional parameters. */\nexport interface MonitorsVmHostPayloadOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the vmHostPayload operation. */\nexport type MonitorsVmHostPayloadResponse = VMExtensionPayload;\n\n/** Optional parameters. */\nexport interface MonitorsListBySubscriptionNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscriptionNext operation. */\nexport type MonitorsListBySubscriptionNextResponse =\n NewRelicMonitorResourceListResult;\n\n/** Optional parameters. */\nexport interface MonitorsListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type MonitorsListByResourceGroupNextResponse =\n NewRelicMonitorResourceListResult;\n\n/** Optional parameters. */\nexport interface MonitorsListAppServicesNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listAppServicesNext operation. */\nexport type MonitorsListAppServicesNextResponse = AppServicesListResponse;\n\n/** Optional parameters. */\nexport interface MonitorsListHostsNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listHostsNext operation. */\nexport type MonitorsListHostsNextResponse = VMHostsListResponse;\n\n/** Optional parameters. */\nexport interface MonitorsListMonitoredResourcesNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listMonitoredResourcesNext operation. */\nexport type MonitorsListMonitoredResourcesNextResponse =\n MonitoredResourceListResponse;\n\n/** Optional parameters. */\nexport interface MonitorsListLinkedResourcesNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listLinkedResourcesNext operation. */\nexport type MonitorsListLinkedResourcesNextResponse =\n LinkedResourceListResponse;\n\n/** Optional parameters. */\nexport interface OrganizationsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type OrganizationsListOperationResponse = OrganizationsListResponse;\n\n/** Optional parameters. */\nexport interface OrganizationsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type OrganizationsListNextResponse = OrganizationsListResponse;\n\n/** Optional parameters. */\nexport interface PlansListOptionalParams extends coreClient.OperationOptions {\n /** Account Id. */\n accountId?: string;\n /** Organization Id. */\n organizationId?: string;\n}\n\n/** Contains response data for the list operation. */\nexport type PlansListResponse = PlanDataListResponse;\n\n/** Optional parameters. */\nexport interface PlansListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type PlansListNextResponse = PlanDataListResponse;\n\n/** Optional parameters. */\nexport interface BillingInfoGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type BillingInfoGetResponse = BillingInfoResponse;\n\n/** Optional parameters. */\nexport interface ConnectedPartnerResourcesListOptionalParams\n extends coreClient.OperationOptions {\n /** Email Id of the user */\n body?: string;\n}\n\n/** Contains response data for the list operation. */\nexport type ConnectedPartnerResourcesListOperationResponse =\n ConnectedPartnerResourcesListResponse;\n\n/** Optional parameters. */\nexport interface ConnectedPartnerResourcesListNextOptionalParams\n extends coreClient.OperationOptions {\n /** Email Id of the user */\n body?: string;\n}\n\n/** Contains response data for the listNext operation. */\nexport type ConnectedPartnerResourcesListNextResponse =\n ConnectedPartnerResourcesListResponse;\n\n/** Optional parameters. */\nexport interface TagRulesListByNewRelicMonitorResourceOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByNewRelicMonitorResource operation. */\nexport type TagRulesListByNewRelicMonitorResourceResponse = TagRuleListResult;\n\n/** Optional parameters. */\nexport interface TagRulesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type TagRulesGetResponse = TagRule;\n\n/** Optional parameters. */\nexport interface TagRulesCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type TagRulesCreateOrUpdateResponse = TagRule;\n\n/** Optional parameters. */\nexport interface TagRulesDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface TagRulesUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type TagRulesUpdateResponse = TagRule;\n\n/** Optional parameters. */\nexport interface TagRulesListByNewRelicMonitorResourceNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByNewRelicMonitorResourceNext operation. */\nexport type TagRulesListByNewRelicMonitorResourceNextResponse =\n TagRuleListResult;\n\n/** Optional parameters. */\nexport interface MonitoredSubscriptionsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type MonitoredSubscriptionsListResponse =\n MonitoredSubscriptionPropertiesList;\n\n/** Optional parameters. */\nexport interface MonitoredSubscriptionsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type MonitoredSubscriptionsGetResponse = MonitoredSubscriptionProperties;\n\n/** Optional parameters. */\nexport interface MonitoredSubscriptionsCreateorUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** The request to update subscriptions needed to be monitored by the NewRelic monitor resource. */\n body?: MonitoredSubscriptionProperties;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createorUpdate operation. */\nexport type MonitoredSubscriptionsCreateorUpdateResponse =\n MonitoredSubscriptionProperties;\n\n/** Optional parameters. */\nexport interface MonitoredSubscriptionsUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** The request to update subscriptions needed to be monitored by the NewRelic monitor resource. */\n body?: MonitoredSubscriptionProperties;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type MonitoredSubscriptionsUpdateResponse =\n MonitoredSubscriptionProperties;\n\n/** Optional parameters. */\nexport interface MonitoredSubscriptionsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the delete operation. */\nexport type MonitoredSubscriptionsDeleteResponse =\n MonitoredSubscriptionsDeleteHeaders;\n\n/** Optional parameters. */\nexport interface MonitoredSubscriptionsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type MonitoredSubscriptionsListNextResponse =\n MonitoredSubscriptionPropertiesList;\n\n/** Optional parameters. */\nexport interface NewRelicObservabilityOptionalParams\n extends coreClient.ServiceClientOptions {\n /** server parameter */\n $host?: string;\n /** Api Version */\n apiVersion?: string;\n /** Overrides client endpoint. */\n endpoint?: string;\n}\n"]}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"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","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\n// Code generated by Microsoft (R) AutoRest Code Generator.\n// Changes may cause incorrect behavior and will be lost if the code is regenerated.\n\nimport type * as coreClient from \"@azure/core-client\";\n\n/** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */\nexport interface OperationListResult {\n /**\n * List of operations supported by the resource provider\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: Operation[];\n /**\n * URL to get the next set of operation list results (if there are any).\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Details of a REST API operation, returned from the Resource Provider Operations API */\nexport interface Operation {\n /**\n * The name of the operation, as per Resource-Based Access Control (RBAC). Examples: \"Microsoft.Compute/virtualMachines/write\", \"Microsoft.Compute/virtualMachines/capture/action\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Whether the operation applies to data-plane. This is \"true\" for data-plane operations and \"false\" for ARM/control-plane operations.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isDataAction?: boolean;\n /** Localized display information for this particular operation. */\n display?: OperationDisplay;\n /**\n * The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is \"user,system\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly origin?: Origin;\n /**\n * Enum. Indicates the action type. \"Internal\" refers to actions that are for internal only APIs.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly actionType?: ActionType;\n}\n\n/** Localized display information for this particular operation. */\nexport interface OperationDisplay {\n /**\n * The localized friendly form of the resource provider name, e.g. \"Microsoft Monitoring Insights\" or \"Microsoft Compute\".\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provider?: string;\n /**\n * The localized friendly name of the resource type related to this operation. E.g. \"Virtual Machines\" or \"Job Schedule Collections\".\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resource?: string;\n /**\n * The concise, localized friendly name for the operation; suitable for dropdowns. E.g. \"Create or Update Virtual Machine\", \"Restart Virtual Machine\".\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly operation?: string;\n /**\n * The short, localized friendly description of the operation; suitable for tool tips and detailed views.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly description?: string;\n}\n\n/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */\nexport interface ErrorResponse {\n /** The error object. */\n error?: ErrorDetail;\n}\n\n/** The error detail. */\nexport interface ErrorDetail {\n /**\n * The error code.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly code?: string;\n /**\n * The error message.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n /**\n * The error target.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly target?: string;\n /**\n * The error details.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly details?: ErrorDetail[];\n /**\n * The error additional info.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly additionalInfo?: ErrorAdditionalInfo[];\n}\n\n/** The resource management error additional info. */\nexport interface ErrorAdditionalInfo {\n /**\n * The additional info type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * The additional info.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly info?: Record<string, unknown>;\n}\n\n/** Response of get all accounts Operation. */\nexport interface AccountsListResponse {\n /** The AccountResource items on this page */\n value: AccountResource[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\n/** Common fields that are returned in the response for all Azure Resource Manager resources */\nexport interface Resource {\n /**\n * Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The name of the resource\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The type of the resource. E.g. \"Microsoft.Compute/virtualMachines\" or \"Microsoft.Storage/storageAccounts\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * Azure Resource Manager metadata containing createdBy and modifiedBy information.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n}\n\n/** Metadata pertaining to creation and last modification of the resource. */\nexport interface SystemData {\n /** The identity that created the resource. */\n createdBy?: string;\n /** The type of identity that created the resource. */\n createdByType?: CreatedByType;\n /** The timestamp of resource creation (UTC). */\n createdAt?: Date;\n /** The identity that last modified the resource. */\n lastModifiedBy?: string;\n /** The type of identity that last modified the resource. */\n lastModifiedByType?: CreatedByType;\n /** The timestamp of resource last modification (UTC) */\n lastModifiedAt?: Date;\n}\n\n/** SaaS guid & PublishedId for Activate and Validate SaaS Resource */\nexport interface ActivateSaaSParameterRequest {\n /** SaaS guid for Activate and Validate SaaS Resource */\n saasGuid: string;\n /** Publisher Id for NewRelic resource */\n publisherId: string;\n}\n\n/** The response of a NewRelicMonitorResource list operation. */\nexport interface NewRelicMonitorResourceListResult {\n /** The NewRelicMonitorResource items on this page */\n value: NewRelicMonitorResource[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\n/** Properties of the NewRelic account */\nexport interface NewRelicAccountProperties {\n /** User id */\n userId?: string;\n /** NewRelic Account Information */\n accountInfo?: AccountInfo;\n /** NewRelic Organization Information */\n organizationInfo?: OrganizationInfo;\n /** date when plan was applied */\n singleSignOnProperties?: NewRelicSingleSignOnProperties;\n}\n\n/** Account Info of the NewRelic account */\nexport interface AccountInfo {\n /** Account id */\n accountId?: string;\n /**\n * Credential string.\n * This value contains a credential. Consider obscuring before showing to users\n */\n ingestionKey?: string;\n /** Region where New Relic account is present */\n region?: string;\n}\n\n/** Organization Info of the NewRelic account */\nexport interface OrganizationInfo {\n /** Organization id */\n organizationId?: string;\n}\n\n/** Single sign on Info of the NewRelic account */\nexport interface NewRelicSingleSignOnProperties {\n /** Single sign-on state */\n singleSignOnState?: SingleSignOnStates;\n /** The Id of the Enterprise App used for Single sign-on. */\n enterpriseAppId?: string;\n /** The login URL specific to this NewRelic Organization */\n singleSignOnUrl?: string;\n /** Provisioning state */\n provisioningState?: ProvisioningState;\n}\n\n/** User Info of NewRelic Monitor resource */\nexport interface UserInfo {\n /** First name */\n firstName?: string;\n /** Last name */\n lastName?: string;\n /** Reusable representation of an email address */\n emailAddress?: string;\n /** Contact phone number */\n phoneNumber?: string;\n /** country if user */\n country?: string;\n}\n\n/** Plan data of NewRelic Monitor resource */\nexport interface PlanData {\n /** Different usage type like PAYG/COMMITTED. this could be enum */\n usageType?: UsageType;\n /** Different billing cycles like Monthly/Weekly. */\n billingCycle?: string;\n /** plan id as published by NewRelic */\n planDetails?: string;\n /** date when plan was applied */\n effectiveDate?: Date;\n}\n\n/** SaaS details */\nexport interface SaaSData {\n /** SaaS resource id */\n saaSResourceId?: string;\n}\n\n/** Managed service identity (system assigned and/or user assigned identities) */\nexport interface ManagedServiceIdentity {\n /**\n * The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly principalId?: string;\n /**\n * The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly tenantId?: string;\n /** Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). */\n type: ManagedServiceIdentityType;\n /** The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests. */\n userAssignedIdentities?: { [propertyName: string]: UserAssignedIdentity };\n}\n\n/** User assigned identity properties */\nexport interface UserAssignedIdentity {\n /**\n * The principal ID of the assigned identity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly principalId?: string;\n /**\n * The client ID of the assigned identity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly clientId?: string;\n}\n\n/** Response of get all organizations Operation. */\nexport interface OrganizationsListResponse {\n /** The OrganizationResource items on this page */\n value: OrganizationResource[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\n/** Response of get all plan data Operation. */\nexport interface PlanDataListResponse {\n /** The PlanDataResource items on this page */\n value: PlanDataResource[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\n/** The type used for update operations of the NewRelicMonitorResource. */\nexport interface NewRelicMonitorResourceUpdate {\n /** The managed service identities assigned to this resource. */\n identity?: ManagedServiceIdentity;\n /** Resource tags. */\n tags?: { [propertyName: string]: string };\n /** MarketplaceSubscriptionStatus of the resource */\n newRelicAccountProperties?: NewRelicAccountProperties;\n /** User Info */\n userInfo?: UserInfo;\n /** Plan details */\n planData?: PlanData;\n /** SaaS details */\n saaSData?: SaaSData;\n /** Source of org creation */\n orgCreationSource?: OrgCreationSource;\n /** Source of account creation */\n accountCreationSource?: AccountCreationSource;\n}\n\n/** Marketplace Subscription and Organization details to which resource gets billed into. */\nexport interface BillingInfoResponse {\n /** Marketplace Subscription details */\n marketplaceSaasInfo?: MarketplaceSaaSInfo;\n /** Partner Billing Entity details: Organization Info */\n partnerBillingEntity?: PartnerBillingEntity;\n}\n\n/** Marketplace SAAS Info of the resource. */\nexport interface MarketplaceSaaSInfo {\n /** Marketplace Subscription Id. This is a GUID-formatted string. */\n marketplaceSubscriptionId?: string;\n /** Marketplace Subscription Details: SAAS Name */\n marketplaceSubscriptionName?: string;\n /** Marketplace Subscription Details: Resource URI */\n marketplaceResourceId?: string;\n /** Marketplace Subscription Details: SaaS Subscription Status */\n marketplaceStatus?: string;\n /** The Azure Subscription ID to which the Marketplace Subscription belongs and gets billed into. */\n billedAzureSubscriptionId?: string;\n /** Publisher Id of the Marketplace offer. */\n publisherId?: string;\n /** Offer Id of the Marketplace offer, */\n offerId?: string;\n}\n\n/** Partner Billing details associated with the resource. */\nexport interface PartnerBillingEntity {\n /** The New Relic Organization Id. */\n organizationId?: string;\n /** The New Relic Organization Name. */\n organizationName?: string;\n}\n\n/** Request of get metrics Operation. */\nexport interface MetricsRequest {\n /** Reusable representation of an email address */\n userEmail: string;\n}\n\n/** Set of rules for sending metrics for the Monitor resource. */\nexport interface MetricRules {\n /** Flag specifying if metrics should be sent for the Monitor resource. */\n sendMetrics?: SendMetricsStatus;\n /** List of filtering tags to be used for capturing metrics. */\n filteringTags?: FilteringTag[];\n /** Reusable representation of an email address */\n userEmail?: string;\n}\n\n/** The definition of a filtering tag. Filtering tags are used for capturing resources and include/exclude them from being monitored. */\nexport interface FilteringTag {\n /** The name (also known as the key) of the tag. */\n name?: string;\n /** The value of the tag. */\n value?: string;\n /** Valid actions for a filtering tag. Exclusion takes priority over inclusion. */\n action?: TagAction;\n}\n\n/** Request of get metrics status Operation. */\nexport interface MetricsStatusRequest {\n /** Azure resource IDs */\n azureResourceIds?: string[];\n /** Reusable representation of an email address */\n userEmail: string;\n}\n\n/** Response of get metrics status Operation. */\nexport interface MetricsStatusResponse {\n /** Azure resource IDs */\n azureResourceIds?: string[];\n}\n\n/** Response of get latest linked SaaS resource operation */\nexport interface LatestLinkedSaaSResponse {\n /** SaaS resource id */\n saaSResourceId?: string;\n /** Flag indicating if the SaaS resource is hidden */\n isHiddenSaaS?: boolean;\n}\n\n/** Request of a app services get Operation. */\nexport interface AppServicesGetRequest {\n /** Azure resource IDs */\n azureResourceIds?: string[];\n /** Reusable representation of an email address */\n userEmail: string;\n}\n\n/** Response of a list app services Operation. */\nexport interface AppServicesListResponse {\n /** The AppServiceInfo items on this page */\n value: AppServiceInfo[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\n/** Details of VM Resource having NewRelic OneAgent installed */\nexport interface AppServiceInfo {\n /** Azure App service resource ID */\n azureResourceId?: string;\n /** Version of the NewRelic agent installed on the App service. */\n agentVersion?: string;\n /** Status of the NewRelic agent installed on the App service. */\n agentStatus?: string;\n}\n\n/** List of all active newrelic deployments. */\nexport interface ConnectedPartnerResourcesListResponse {\n /** The ConnectedPartnerResourcesListFormat items on this page */\n value: ConnectedPartnerResourcesListFormat[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\n/** Connected Partner Resources List Format */\nexport interface ConnectedPartnerResourcesListFormat {\n /** Connected Partner Resource Properties */\n properties?: ConnectedPartnerResourceProperties;\n}\n\n/** Connected Partner Resource Properties */\nexport interface ConnectedPartnerResourceProperties {\n /** NewRelic account name */\n accountName?: string;\n /** NewRelic Account Id */\n accountId?: string;\n /** The azure resource Id of the deployment. */\n azureResourceId?: string;\n /** The location of the deployment. */\n location?: string;\n}\n\n/** Request of a Hosts get Operation. */\nexport interface HostsGetRequest {\n /** VM resource IDs */\n vmIds?: string[];\n /** Reusable representation of an email address */\n userEmail: string;\n}\n\n/** Response of a list VM Host Operation. */\nexport interface VMHostsListResponse {\n /** The VMInfo items on this page */\n value: VMInfo[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\n/** Details of VM Resource having NewRelic OneAgent installed */\nexport interface VMInfo {\n /** Azure VM resource ID */\n vmId?: string;\n /** Version of the NewRelic agent installed on the VM. */\n agentVersion?: string;\n /** Status of the NewRelic agent installed on the VM. */\n agentStatus?: string;\n}\n\n/** Response of a list operation. */\nexport interface LinkedResourceListResponse {\n /** The LinkedResource items on this page */\n value: LinkedResource[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\n/** The definition of a linked resource. */\nexport interface LinkedResource {\n /** The ARM id of the linked resource. */\n id?: string;\n}\n\n/** List of all the resources being monitored by NewRelic monitor resource */\nexport interface MonitoredResourceListResponse {\n /** The MonitoredResource items on this page */\n value: MonitoredResource[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\n/** Details of resource being monitored by NewRelic monitor resource */\nexport interface MonitoredResource {\n /** The ARM id of the resource. */\n id?: string;\n /** Flag indicating if resource is sending metrics to NewRelic. */\n sendingMetrics?: SendingMetricsStatus;\n /** Reason for why the resource is sending metrics (or why it is not sending). */\n reasonForMetricsStatus?: string;\n /** Flag indicating if resource is sending logs to NewRelic. */\n sendingLogs?: SendingLogsStatus;\n /** Reason for why the resource is sending logs (or why it is not sending). */\n reasonForLogsStatus?: string;\n}\n\n/** Paged collection of MonitoredSubscriptionProperties items */\nexport interface MonitoredSubscriptionPropertiesList {\n /** The MonitoredSubscriptionProperties items on this page */\n value: MonitoredSubscriptionProperties[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\n/** The request to update subscriptions needed to be monitored by the NewRelic monitor resource. */\nexport interface SubscriptionList {\n /** The operation for the patch on the resource. */\n patchOperation?: PatchOperation;\n /** List of subscriptions and the state of the monitoring. */\n monitoredSubscriptionList?: MonitoredSubscription[];\n /**\n * Provisioning State of the resource\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n}\n\n/** The list of subscriptions and it's monitoring status by current NewRelic monitor. */\nexport interface MonitoredSubscription {\n /** The subscriptionId to be monitored. */\n subscriptionId?: string;\n /** The state of monitoring. */\n status?: Status;\n /** The reason of not monitoring the subscription. */\n error?: string;\n /** The resource-specific properties for this resource. */\n tagRules?: MonitoringTagRulesProperties;\n}\n\n/** The resource-specific properties for this resource. */\nexport interface MonitoringTagRulesProperties {\n /**\n * Provisioning State of the resource\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n /** Set of rules for sending logs for the Monitor resource. */\n logRules?: LogRules;\n /** Set of rules for sending metrics for the Monitor resource. */\n metricRules?: MetricRules;\n}\n\n/** Set of rules for sending logs for the Monitor resource. */\nexport interface LogRules {\n /** Flag specifying if AAD logs should be sent for the Monitor resource. */\n sendAadLogs?: SendAadLogsStatus;\n /** Flag specifying if subscription logs should be sent for the Monitor resource. */\n sendSubscriptionLogs?: SendSubscriptionLogsStatus;\n /** Flag specifying if activity logs from Azure resources should be sent for the Monitor resource. */\n sendActivityLogs?: SendActivityLogsStatus;\n /**\n * 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.\n * 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.\n */\n filteringTags?: FilteringTag[];\n}\n\n/** Resubscribe Properties */\nexport interface ResubscribeProperties {\n /** Newly selected plan Id to create the new Marketplace subscription for Resubscribe */\n planId?: string;\n /** Newly selected term Id to create the new Marketplace subscription for Resubscribe */\n termId?: string;\n /** Newly selected Azure Subscription Id in which the new Marketplace subscription will be created for Resubscribe */\n subscriptionId?: string;\n /** Newly selected Azure resource group in which the new Marketplace subscription will be created for Resubscribe */\n resourceGroup?: string;\n /** Organization Id of the NewRelic Organization that needs to be resubscribed */\n organizationId?: string;\n /** Publisher Id of the NewRelic offer that needs to be resubscribed */\n publisherId?: string;\n /** Offer Id of the NewRelic offer that needs to be resubscribed */\n offerId?: string;\n}\n\n/** Request of a switch billing Operation. */\nexport interface SwitchBillingRequest {\n /** Azure resource Id */\n azureResourceId?: string;\n /** Organization id */\n organizationId?: string;\n /** Plan details */\n planData?: PlanData;\n /** Reusable representation of an email address */\n userEmail: string;\n}\n\n/** The response of a TagRule list operation. */\nexport interface TagRuleListResult {\n /** The TagRule items on this page */\n value: TagRule[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\n/** The type used for update operations of the TagRule. */\nexport interface TagRuleUpdate {\n /** Set of rules for sending logs for the Monitor resource. */\n logRules?: LogRules;\n /** Set of rules for sending metrics for the Monitor resource. */\n metricRules?: MetricRules;\n}\n\n/** Response of payload to be passed while installing VM agent. */\nexport interface VMExtensionPayload {\n /** Ingestion key of the account */\n ingestionKey?: string;\n}\n\n/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */\nexport interface ProxyResource extends Resource {}\n\n/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */\nexport interface TrackedResource extends Resource {\n /** Resource tags. */\n tags?: { [propertyName: string]: string };\n /** The geo-location where the resource lives */\n location: string;\n}\n\n/** The details of a account resource. */\nexport interface AccountResource extends ProxyResource {\n /** organization id */\n organizationId?: string;\n /** account id */\n accountId?: string;\n /** account name */\n accountName?: string;\n /** Region where New Relic account is present */\n region?: string;\n}\n\n/** Marketplace SaaS resource details. */\nexport interface SaaSResourceDetailsResponse extends ProxyResource {\n /** Id of the Marketplace SaaS Resource */\n saasId?: string;\n}\n\n/** The details of a Organization resource. */\nexport interface OrganizationResource extends ProxyResource {\n /** organization id */\n organizationId?: string;\n /** organization name */\n organizationName?: string;\n /** Billing source */\n billingSource?: BillingSource;\n}\n\n/** The details of a PlanData resource. */\nexport interface PlanDataResource extends ProxyResource {\n /** Plan details */\n planData?: PlanData;\n /** Source of org creation */\n orgCreationSource?: OrgCreationSource;\n /** Source of account creation */\n accountCreationSource?: AccountCreationSource;\n}\n\n/** The request to update subscriptions needed to be monitored by the NewRelic monitor resource. */\nexport interface MonitoredSubscriptionProperties extends ProxyResource {\n /** The request to update subscriptions needed to be monitored by the NewRelic monitor resource. */\n properties?: SubscriptionList;\n}\n\n/** A tag rule belonging to NewRelic account */\nexport interface TagRule extends ProxyResource {\n /**\n * Provisioning State of the resource\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n /** Set of rules for sending logs for the Monitor resource. */\n logRules?: LogRules;\n /** Set of rules for sending metrics for the Monitor resource. */\n metricRules?: MetricRules;\n}\n\n/** A Monitor Resource by NewRelic */\nexport interface NewRelicMonitorResource extends TrackedResource {\n /** The managed service identities assigned to this resource. */\n identity?: ManagedServiceIdentity;\n /**\n * Provisioning State of the resource\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n /**\n * MonitoringStatus of the resource\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly monitoringStatus?: MonitoringStatus;\n /**\n * NewRelic Organization properties of the resource\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly marketplaceSubscriptionStatus?: MarketplaceSubscriptionStatus;\n /**\n * Marketplace Subscription Id\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly marketplaceSubscriptionId?: string;\n /** MarketplaceSubscriptionStatus of the resource */\n newRelicAccountProperties?: NewRelicAccountProperties;\n /** User Info */\n userInfo?: UserInfo;\n /** Plan details */\n planData?: PlanData;\n /** SaaS details */\n saaSData?: SaaSData;\n /**\n * Liftr resource category\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly liftrResourceCategory?: LiftrResourceCategories;\n /**\n * Liftr resource preference. The priority of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly liftrResourcePreference?: number;\n /** Source of org creation */\n orgCreationSource?: OrgCreationSource;\n /** Source of account creation */\n accountCreationSource?: AccountCreationSource;\n /** State of the Azure Subscription containing the monitor resource */\n subscriptionState?: string;\n /** Status of Azure Subscription where Marketplace SaaS is located. */\n saaSAzureSubscriptionStatus?: string;\n}\n\n/** Defines headers for Monitors_createOrUpdate operation. */\nexport interface MonitorsCreateOrUpdateHeaders {\n /** A link to the status monitor */\n azureAsyncOperation?: string;\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n}\n\n/** Defines headers for Monitors_update operation. */\nexport interface MonitorsUpdateHeaders {\n /** The Location header contains the URL where the status of the long running operation can be checked. */\n location?: string;\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n}\n\n/** Defines headers for Monitors_delete operation. */\nexport interface MonitorsDeleteHeaders {\n /** A link to the status monitor */\n azureAsyncOperation?: string;\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n}\n\n/** Defines headers for Monitors_linkSaaS operation. */\nexport interface MonitorsLinkSaaSHeaders {\n /** A link to the status monitor */\n azureAsyncOperation?: string;\n /** The Location header contains the URL where the status of the long running operation can be checked. */\n location?: string;\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n}\n\n/** Defines headers for Monitors_resubscribe operation. */\nexport interface MonitorsResubscribeHeaders {\n /** A link to the status monitor */\n azureAsyncOperation?: string;\n /** The Location header contains the URL where the status of the long running operation can be checked. */\n location?: string;\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n}\n\n/** Defines headers for MonitoredSubscriptions_createOrUpdate operation. */\nexport interface MonitoredSubscriptionsCreateOrUpdateHeaders {\n /** The Location header contains the URL where the status of the long running operation can be checked. */\n location?: string;\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n}\n\n/** Defines headers for MonitoredSubscriptions_update operation. */\nexport interface MonitoredSubscriptionsUpdateHeaders {\n /** The Location header contains the URL where the status of the long running operation can be checked. */\n location?: string;\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n}\n\n/** Defines headers for MonitoredSubscriptions_delete operation. */\nexport interface MonitoredSubscriptionsDeleteHeaders {\n /** The Location header contains the URL where the status of the long running operation can be checked. */\n location?: string;\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n}\n\n/** Defines headers for TagRules_createOrUpdate operation. */\nexport interface TagRulesCreateOrUpdateHeaders {\n /** A link to the status monitor */\n azureAsyncOperation?: string;\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n}\n\n/** Defines headers for TagRules_delete operation. */\nexport interface TagRulesDeleteHeaders {\n /** A link to the status monitor */\n azureAsyncOperation?: string;\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n}\n\n/** Known values of {@link Origin} that the service accepts. */\nexport enum KnownOrigin {\n /** User */\n User = \"user\",\n /** System */\n System = \"system\",\n /** UserSystem */\n UserSystem = \"user,system\",\n}\n\n/**\n * Defines values for Origin. \\\n * {@link KnownOrigin} can be used interchangeably with Origin,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **user** \\\n * **system** \\\n * **user,system**\n */\nexport type Origin = string;\n\n/** Known values of {@link ActionType} that the service accepts. */\nexport enum KnownActionType {\n /** Internal */\n Internal = \"Internal\",\n}\n\n/**\n * Defines values for ActionType. \\\n * {@link KnownActionType} can be used interchangeably with ActionType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Internal**\n */\nexport type ActionType = string;\n\n/** Known values of {@link CreatedByType} that the service accepts. */\nexport enum KnownCreatedByType {\n /** User */\n User = \"User\",\n /** Application */\n Application = \"Application\",\n /** ManagedIdentity */\n ManagedIdentity = \"ManagedIdentity\",\n /** Key */\n Key = \"Key\",\n}\n\n/**\n * Defines values for CreatedByType. \\\n * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **User** \\\n * **Application** \\\n * **ManagedIdentity** \\\n * **Key**\n */\nexport type CreatedByType = string;\n\n/** Known values of {@link ProvisioningState} that the service accepts. */\nexport enum KnownProvisioningState {\n /** Monitor resource creation request accepted */\n Accepted = \"Accepted\",\n /** Monitor resource creation started */\n Creating = \"Creating\",\n /** Monitor resource is being updated */\n Updating = \"Updating\",\n /** Monitor resource deletion started */\n Deleting = \"Deleting\",\n /** Monitor resource creation successful */\n Succeeded = \"Succeeded\",\n /** Monitor resource creation failed */\n Failed = \"Failed\",\n /** Monitor resource creation canceled */\n Canceled = \"Canceled\",\n /** Monitor resource is deleted */\n Deleted = \"Deleted\",\n /** Monitor resource state is unknown */\n NotSpecified = \"NotSpecified\",\n}\n\n/**\n * Defines values for ProvisioningState. \\\n * {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Accepted**: Monitor resource creation request accepted \\\n * **Creating**: Monitor resource creation started \\\n * **Updating**: Monitor resource is being updated \\\n * **Deleting**: Monitor resource deletion started \\\n * **Succeeded**: Monitor resource creation successful \\\n * **Failed**: Monitor resource creation failed \\\n * **Canceled**: Monitor resource creation canceled \\\n * **Deleted**: Monitor resource is deleted \\\n * **NotSpecified**: Monitor resource state is unknown\n */\nexport type ProvisioningState = string;\n\n/** Known values of {@link MonitoringStatus} that the service accepts. */\nexport enum KnownMonitoringStatus {\n /** monitoring is enabled */\n Enabled = \"Enabled\",\n /** monitoring is disabled */\n Disabled = \"Disabled\",\n}\n\n/**\n * Defines values for MonitoringStatus. \\\n * {@link KnownMonitoringStatus} can be used interchangeably with MonitoringStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled**: monitoring is enabled \\\n * **Disabled**: monitoring is disabled\n */\nexport type MonitoringStatus = string;\n\n/** Known values of {@link MarketplaceSubscriptionStatus} that the service accepts. */\nexport enum KnownMarketplaceSubscriptionStatus {\n /** monitoring is enabled */\n Active = \"Active\",\n /** monitoring is disabled */\n Suspended = \"Suspended\",\n}\n\n/**\n * Defines values for MarketplaceSubscriptionStatus. \\\n * {@link KnownMarketplaceSubscriptionStatus} can be used interchangeably with MarketplaceSubscriptionStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Active**: monitoring is enabled \\\n * **Suspended**: monitoring is disabled\n */\nexport type MarketplaceSubscriptionStatus = string;\n\n/** Known values of {@link SingleSignOnStates} that the service accepts. */\nexport enum KnownSingleSignOnStates {\n /** Initial */\n Initial = \"Initial\",\n /** Enable */\n Enable = \"Enable\",\n /** Disable */\n Disable = \"Disable\",\n /** Existing */\n Existing = \"Existing\",\n}\n\n/**\n * Defines values for SingleSignOnStates. \\\n * {@link KnownSingleSignOnStates} can be used interchangeably with SingleSignOnStates,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Initial** \\\n * **Enable** \\\n * **Disable** \\\n * **Existing**\n */\nexport type SingleSignOnStates = string;\n\n/** Known values of {@link UsageType} that the service accepts. */\nexport enum KnownUsageType {\n /** Usage type is PAYG */\n Payg = \"PAYG\",\n /** Usage type is COMMITTED */\n Committed = \"COMMITTED\",\n}\n\n/**\n * Defines values for UsageType. \\\n * {@link KnownUsageType} can be used interchangeably with UsageType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **PAYG**: Usage type is PAYG \\\n * **COMMITTED**: Usage type is COMMITTED\n */\nexport type UsageType = string;\n\n/** Known values of {@link LiftrResourceCategories} that the service accepts. */\nexport enum KnownLiftrResourceCategories {\n /** Unknown */\n Unknown = \"Unknown\",\n /** MonitorLogs */\n MonitorLogs = \"MonitorLogs\",\n}\n\n/**\n * Defines values for LiftrResourceCategories. \\\n * {@link KnownLiftrResourceCategories} can be used interchangeably with LiftrResourceCategories,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Unknown** \\\n * **MonitorLogs**\n */\nexport type LiftrResourceCategories = string;\n\n/** Known values of {@link OrgCreationSource} that the service accepts. */\nexport enum KnownOrgCreationSource {\n /** Org is created from LIFTR */\n Liftr = \"LIFTR\",\n /** Org is created from NEWRELIC */\n Newrelic = \"NEWRELIC\",\n}\n\n/**\n * Defines values for OrgCreationSource. \\\n * {@link KnownOrgCreationSource} can be used interchangeably with OrgCreationSource,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **LIFTR**: Org is created from LIFTR \\\n * **NEWRELIC**: Org is created from NEWRELIC\n */\nexport type OrgCreationSource = string;\n\n/** Known values of {@link AccountCreationSource} that the service accepts. */\nexport enum KnownAccountCreationSource {\n /** Account is created from LIFTR */\n Liftr = \"LIFTR\",\n /** Account is created from NEWRELIC */\n Newrelic = \"NEWRELIC\",\n}\n\n/**\n * Defines values for AccountCreationSource. \\\n * {@link KnownAccountCreationSource} can be used interchangeably with AccountCreationSource,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **LIFTR**: Account is created from LIFTR \\\n * **NEWRELIC**: Account is created from NEWRELIC\n */\nexport type AccountCreationSource = string;\n\n/** Known values of {@link ManagedServiceIdentityType} that the service accepts. */\nexport enum KnownManagedServiceIdentityType {\n /** None */\n None = \"None\",\n /** SystemAssigned */\n SystemAssigned = \"SystemAssigned\",\n /** UserAssigned */\n UserAssigned = \"UserAssigned\",\n /** SystemAssignedUserAssigned */\n SystemAssignedUserAssigned = \"SystemAssigned,UserAssigned\",\n}\n\n/**\n * Defines values for ManagedServiceIdentityType. \\\n * {@link KnownManagedServiceIdentityType} can be used interchangeably with ManagedServiceIdentityType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None** \\\n * **SystemAssigned** \\\n * **UserAssigned** \\\n * **SystemAssigned,UserAssigned**\n */\nexport type ManagedServiceIdentityType = string;\n\n/** Known values of {@link BillingSource} that the service accepts. */\nexport enum KnownBillingSource {\n /** Billing source is Azure */\n Azure = \"AZURE\",\n /** Newrelic */\n Newrelic = \"NEWRELIC\",\n}\n\n/**\n * Defines values for BillingSource. \\\n * {@link KnownBillingSource} can be used interchangeably with BillingSource,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **AZURE**: Billing source is Azure \\\n * **NEWRELIC**\n */\nexport type BillingSource = string;\n\n/** Known values of {@link SendMetricsStatus} that the service accepts. */\nexport enum KnownSendMetricsStatus {\n /** Enabled */\n Enabled = \"Enabled\",\n /** Disabled */\n Disabled = \"Disabled\",\n}\n\n/**\n * Defines values for SendMetricsStatus. \\\n * {@link KnownSendMetricsStatus} can be used interchangeably with SendMetricsStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled** \\\n * **Disabled**\n */\nexport type SendMetricsStatus = string;\n\n/** Known values of {@link TagAction} that the service accepts. */\nexport enum KnownTagAction {\n /** Include */\n Include = \"Include\",\n /** Exclude */\n Exclude = \"Exclude\",\n}\n\n/**\n * Defines values for TagAction. \\\n * {@link KnownTagAction} can be used interchangeably with TagAction,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Include** \\\n * **Exclude**\n */\nexport type TagAction = string;\n\n/** Known values of {@link SendingMetricsStatus} that the service accepts. */\nexport enum KnownSendingMetricsStatus {\n /** Enabled */\n Enabled = \"Enabled\",\n /** Disabled */\n Disabled = \"Disabled\",\n}\n\n/**\n * Defines values for SendingMetricsStatus. \\\n * {@link KnownSendingMetricsStatus} can be used interchangeably with SendingMetricsStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled** \\\n * **Disabled**\n */\nexport type SendingMetricsStatus = string;\n\n/** Known values of {@link SendingLogsStatus} that the service accepts. */\nexport enum KnownSendingLogsStatus {\n /** Enabled */\n Enabled = \"Enabled\",\n /** Disabled */\n Disabled = \"Disabled\",\n}\n\n/**\n * Defines values for SendingLogsStatus. \\\n * {@link KnownSendingLogsStatus} can be used interchangeably with SendingLogsStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled** \\\n * **Disabled**\n */\nexport type SendingLogsStatus = string;\n\n/** Known values of {@link PatchOperation} that the service accepts. */\nexport enum KnownPatchOperation {\n /** AddBegin */\n AddBegin = \"AddBegin\",\n /** AddComplete */\n AddComplete = \"AddComplete\",\n /** DeleteBegin */\n DeleteBegin = \"DeleteBegin\",\n /** DeleteComplete */\n DeleteComplete = \"DeleteComplete\",\n /** Active */\n Active = \"Active\",\n}\n\n/**\n * Defines values for PatchOperation. \\\n * {@link KnownPatchOperation} can be used interchangeably with PatchOperation,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **AddBegin** \\\n * **AddComplete** \\\n * **DeleteBegin** \\\n * **DeleteComplete** \\\n * **Active**\n */\nexport type PatchOperation = string;\n\n/** Known values of {@link Status} that the service accepts. */\nexport enum KnownStatus {\n /** InProgress */\n InProgress = \"InProgress\",\n /** Active */\n Active = \"Active\",\n /** Failed */\n Failed = \"Failed\",\n /** Deleting */\n Deleting = \"Deleting\",\n}\n\n/**\n * Defines values for Status. \\\n * {@link KnownStatus} can be used interchangeably with Status,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **InProgress** \\\n * **Active** \\\n * **Failed** \\\n * **Deleting**\n */\nexport type Status = string;\n\n/** Known values of {@link SendAadLogsStatus} that the service accepts. */\nexport enum KnownSendAadLogsStatus {\n /** Enabled */\n Enabled = \"Enabled\",\n /** Disabled */\n Disabled = \"Disabled\",\n}\n\n/**\n * Defines values for SendAadLogsStatus. \\\n * {@link KnownSendAadLogsStatus} can be used interchangeably with SendAadLogsStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled** \\\n * **Disabled**\n */\nexport type SendAadLogsStatus = string;\n\n/** Known values of {@link SendSubscriptionLogsStatus} that the service accepts. */\nexport enum KnownSendSubscriptionLogsStatus {\n /** Enabled */\n Enabled = \"Enabled\",\n /** Disabled */\n Disabled = \"Disabled\",\n}\n\n/**\n * Defines values for SendSubscriptionLogsStatus. \\\n * {@link KnownSendSubscriptionLogsStatus} can be used interchangeably with SendSubscriptionLogsStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled** \\\n * **Disabled**\n */\nexport type SendSubscriptionLogsStatus = string;\n\n/** Known values of {@link SendActivityLogsStatus} that the service accepts. */\nexport enum KnownSendActivityLogsStatus {\n /** Enabled */\n Enabled = \"Enabled\",\n /** Disabled */\n Disabled = \"Disabled\",\n}\n\n/**\n * Defines values for SendActivityLogsStatus. \\\n * {@link KnownSendActivityLogsStatus} can be used interchangeably with SendActivityLogsStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled** \\\n * **Disabled**\n */\nexport type SendActivityLogsStatus = string;\n\n/** Known values of {@link ConfigurationName} that the service accepts. */\nexport enum KnownConfigurationName {\n /** Default */\n Default = \"default\",\n}\n\n/**\n * Defines values for ConfigurationName. \\\n * {@link KnownConfigurationName} can be used interchangeably with ConfigurationName,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **default**\n */\nexport type ConfigurationName = string;\n\n/** Optional parameters. */\nexport interface OperationsListOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type OperationsListResponse = OperationListResult;\n\n/** Optional parameters. */\nexport interface OperationsListNextOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type OperationsListNextResponse = OperationListResult;\n\n/** Optional parameters. */\nexport interface AccountsListOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type AccountsListOperationResponse = AccountsListResponse;\n\n/** Optional parameters. */\nexport interface AccountsListNextOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type AccountsListNextResponse = AccountsListResponse;\n\n/** Optional parameters. */\nexport interface SaaSActivateResourceOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the activateResource operation. */\nexport type SaaSActivateResourceResponse = SaaSResourceDetailsResponse;\n\n/** Optional parameters. */\nexport interface MonitorsListBySubscriptionOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscription operation. */\nexport type MonitorsListBySubscriptionResponse = NewRelicMonitorResourceListResult;\n\n/** Optional parameters. */\nexport interface MonitorsListByResourceGroupOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type MonitorsListByResourceGroupResponse = NewRelicMonitorResourceListResult;\n\n/** Optional parameters. */\nexport interface MonitorsGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type MonitorsGetResponse = NewRelicMonitorResource;\n\n/** Optional parameters. */\nexport interface MonitorsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type MonitorsCreateOrUpdateResponse = NewRelicMonitorResource;\n\n/** Optional parameters. */\nexport interface MonitorsUpdateOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type MonitorsUpdateResponse = NewRelicMonitorResource;\n\n/** Optional parameters. */\nexport interface MonitorsDeleteOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface MonitorsGetMetricRulesOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the getMetricRules operation. */\nexport type MonitorsGetMetricRulesResponse = MetricRules;\n\n/** Optional parameters. */\nexport interface MonitorsGetMetricStatusOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the getMetricStatus operation. */\nexport type MonitorsGetMetricStatusResponse = MetricsStatusResponse;\n\n/** Optional parameters. */\nexport interface MonitorsLatestLinkedSaaSOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the latestLinkedSaaS operation. */\nexport type MonitorsLatestLinkedSaaSResponse = LatestLinkedSaaSResponse;\n\n/** Optional parameters. */\nexport interface MonitorsLinkSaaSOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the linkSaaS operation. */\nexport type MonitorsLinkSaaSResponse = NewRelicMonitorResource;\n\n/** Optional parameters. */\nexport interface MonitorsListAppServicesOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listAppServices operation. */\nexport type MonitorsListAppServicesResponse = AppServicesListResponse;\n\n/** Optional parameters. */\nexport interface MonitorsListHostsOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listHosts operation. */\nexport type MonitorsListHostsResponse = VMHostsListResponse;\n\n/** Optional parameters. */\nexport interface MonitorsListLinkedResourcesOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listLinkedResources operation. */\nexport type MonitorsListLinkedResourcesResponse = LinkedResourceListResponse;\n\n/** Optional parameters. */\nexport interface MonitorsListMonitoredResourcesOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listMonitoredResources operation. */\nexport type MonitorsListMonitoredResourcesResponse = MonitoredResourceListResponse;\n\n/** Optional parameters. */\nexport interface MonitorsRefreshIngestionKeyOptionalParams extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface MonitorsResubscribeOptionalParams extends coreClient.OperationOptions {\n /** Resubscribe Properties */\n body?: ResubscribeProperties;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the resubscribe operation. */\nexport type MonitorsResubscribeResponse = NewRelicMonitorResource;\n\n/** Optional parameters. */\nexport interface MonitorsSwitchBillingOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the switchBilling operation. */\nexport type MonitorsSwitchBillingResponse = NewRelicMonitorResource;\n\n/** Optional parameters. */\nexport interface MonitorsVmHostPayloadOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the vmHostPayload operation. */\nexport type MonitorsVmHostPayloadResponse = VMExtensionPayload;\n\n/** Optional parameters. */\nexport interface MonitorsListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscriptionNext operation. */\nexport type MonitorsListBySubscriptionNextResponse = NewRelicMonitorResourceListResult;\n\n/** Optional parameters. */\nexport interface MonitorsListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type MonitorsListByResourceGroupNextResponse = NewRelicMonitorResourceListResult;\n\n/** Optional parameters. */\nexport interface MonitorsListAppServicesNextOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listAppServicesNext operation. */\nexport type MonitorsListAppServicesNextResponse = AppServicesListResponse;\n\n/** Optional parameters. */\nexport interface MonitorsListHostsNextOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listHostsNext operation. */\nexport type MonitorsListHostsNextResponse = VMHostsListResponse;\n\n/** Optional parameters. */\nexport interface MonitorsListLinkedResourcesNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listLinkedResourcesNext operation. */\nexport type MonitorsListLinkedResourcesNextResponse = LinkedResourceListResponse;\n\n/** Optional parameters. */\nexport interface MonitorsListMonitoredResourcesNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listMonitoredResourcesNext operation. */\nexport type MonitorsListMonitoredResourcesNextResponse = MonitoredResourceListResponse;\n\n/** Optional parameters. */\nexport interface OrganizationsListOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type OrganizationsListOperationResponse = OrganizationsListResponse;\n\n/** Optional parameters. */\nexport interface OrganizationsListNextOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type OrganizationsListNextResponse = OrganizationsListResponse;\n\n/** Optional parameters. */\nexport interface PlansListOptionalParams extends coreClient.OperationOptions {\n /** Account Id. */\n accountId?: string;\n /** Organization Id. */\n organizationId?: string;\n}\n\n/** Contains response data for the list operation. */\nexport type PlansListResponse = PlanDataListResponse;\n\n/** Optional parameters. */\nexport interface PlansListNextOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type PlansListNextResponse = PlanDataListResponse;\n\n/** Optional parameters. */\nexport interface BillingInfoGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type BillingInfoGetResponse = BillingInfoResponse;\n\n/** Optional parameters. */\nexport interface ConnectedPartnerResourcesListOptionalParams extends coreClient.OperationOptions {\n /** Email Id of the user */\n body?: string;\n}\n\n/** Contains response data for the list operation. */\nexport type ConnectedPartnerResourcesListOperationResponse = ConnectedPartnerResourcesListResponse;\n\n/** Optional parameters. */\nexport interface ConnectedPartnerResourcesListNextOptionalParams\n extends coreClient.OperationOptions {\n /** Email Id of the user */\n body?: string;\n}\n\n/** Contains response data for the listNext operation. */\nexport type ConnectedPartnerResourcesListNextResponse = ConnectedPartnerResourcesListResponse;\n\n/** Optional parameters. */\nexport interface MonitoredSubscriptionsListOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type MonitoredSubscriptionsListResponse = MonitoredSubscriptionPropertiesList;\n\n/** Optional parameters. */\nexport interface MonitoredSubscriptionsGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type MonitoredSubscriptionsGetResponse = MonitoredSubscriptionProperties;\n\n/** Optional parameters. */\nexport interface MonitoredSubscriptionsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** The request to update subscriptions needed to be monitored by the NewRelic monitor resource. */\n body?: MonitoredSubscriptionProperties;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type MonitoredSubscriptionsCreateOrUpdateResponse = MonitoredSubscriptionProperties;\n\n/** Optional parameters. */\nexport interface MonitoredSubscriptionsUpdateOptionalParams extends coreClient.OperationOptions {\n /** The request to update subscriptions needed to be monitored by the NewRelic monitor resource. */\n body?: MonitoredSubscriptionProperties;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type MonitoredSubscriptionsUpdateResponse = MonitoredSubscriptionProperties;\n\n/** Optional parameters. */\nexport interface MonitoredSubscriptionsDeleteOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the delete operation. */\nexport type MonitoredSubscriptionsDeleteResponse = MonitoredSubscriptionsDeleteHeaders;\n\n/** Optional parameters. */\nexport interface MonitoredSubscriptionsListNextOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type MonitoredSubscriptionsListNextResponse = MonitoredSubscriptionPropertiesList;\n\n/** Optional parameters. */\nexport interface TagRulesListByNewRelicMonitorResourceOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByNewRelicMonitorResource operation. */\nexport type TagRulesListByNewRelicMonitorResourceResponse = TagRuleListResult;\n\n/** Optional parameters. */\nexport interface TagRulesGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type TagRulesGetResponse = TagRule;\n\n/** Optional parameters. */\nexport interface TagRulesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type TagRulesCreateOrUpdateResponse = TagRule;\n\n/** Optional parameters. */\nexport interface TagRulesUpdateOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type TagRulesUpdateResponse = TagRule;\n\n/** Optional parameters. */\nexport interface TagRulesDeleteOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface TagRulesListByNewRelicMonitorResourceNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByNewRelicMonitorResourceNext operation. */\nexport type TagRulesListByNewRelicMonitorResourceNextResponse = TagRuleListResult;\n\n/** Optional parameters. */\nexport interface NewRelicObservabilityOptionalParams extends coreClient.ServiceClientOptions {\n /** server parameter */\n $host?: string;\n /** Api Version */\n apiVersion?: string;\n /** Overrides client endpoint. */\n endpoint?: string;\n}\n"]}