@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,4 +1,4 @@
1
- import * as coreClient from "@azure/core-client";
1
+ import type * as coreClient from "@azure/core-client";
2
2
  /** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */
3
3
  export interface OperationListResult {
4
4
  /**
@@ -151,6 +151,13 @@ export interface SystemData {
151
151
  /** The timestamp of resource last modification (UTC) */
152
152
  lastModifiedAt?: Date;
153
153
  }
154
+ /** SaaS guid & PublishedId for Activate and Validate SaaS Resource */
155
+ export interface ActivateSaaSParameterRequest {
156
+ /** SaaS guid for Activate and Validate SaaS Resource */
157
+ saasGuid: string;
158
+ /** Publisher Id for NewRelic resource */
159
+ publisherId: string;
160
+ }
154
161
  /** The response of a NewRelicMonitorResource list operation. */
155
162
  export interface NewRelicMonitorResourceListResult {
156
163
  /** The NewRelicMonitorResource items on this page */
@@ -174,7 +181,7 @@ export interface AccountInfo {
174
181
  /** Account id */
175
182
  accountId?: string;
176
183
  /**
177
- * ingestion key of account
184
+ * Credential string.
178
185
  * This value contains a credential. Consider obscuring before showing to users
179
186
  */
180
187
  ingestionKey?: string;
@@ -203,7 +210,7 @@ export interface UserInfo {
203
210
  firstName?: string;
204
211
  /** Last name */
205
212
  lastName?: string;
206
- /** User Email */
213
+ /** Reusable representation of an email address */
207
214
  emailAddress?: string;
208
215
  /** Contact phone number */
209
216
  phoneNumber?: string;
@@ -214,13 +221,18 @@ export interface UserInfo {
214
221
  export interface PlanData {
215
222
  /** Different usage type like PAYG/COMMITTED. this could be enum */
216
223
  usageType?: UsageType;
217
- /** Different billing cycles like MONTHLY/WEEKLY. this could be enum */
218
- billingCycle?: BillingCycle;
224
+ /** Different billing cycles like Monthly/Weekly. */
225
+ billingCycle?: string;
219
226
  /** plan id as published by NewRelic */
220
227
  planDetails?: string;
221
228
  /** date when plan was applied */
222
229
  effectiveDate?: Date;
223
230
  }
231
+ /** SaaS details */
232
+ export interface SaaSData {
233
+ /** SaaS resource id */
234
+ saaSResourceId?: string;
235
+ }
224
236
  /** Managed service identity (system assigned and/or user assigned identities) */
225
237
  export interface ManagedServiceIdentity {
226
238
  /**
@@ -281,14 +293,47 @@ export interface NewRelicMonitorResourceUpdate {
281
293
  userInfo?: UserInfo;
282
294
  /** Plan details */
283
295
  planData?: PlanData;
296
+ /** SaaS details */
297
+ saaSData?: SaaSData;
284
298
  /** Source of org creation */
285
299
  orgCreationSource?: OrgCreationSource;
286
300
  /** Source of account creation */
287
301
  accountCreationSource?: AccountCreationSource;
288
302
  }
303
+ /** Marketplace Subscription and Organization details to which resource gets billed into. */
304
+ export interface BillingInfoResponse {
305
+ /** Marketplace Subscription details */
306
+ marketplaceSaasInfo?: MarketplaceSaaSInfo;
307
+ /** Partner Billing Entity details: Organization Info */
308
+ partnerBillingEntity?: PartnerBillingEntity;
309
+ }
310
+ /** Marketplace SAAS Info of the resource. */
311
+ export interface MarketplaceSaaSInfo {
312
+ /** Marketplace Subscription Id. This is a GUID-formatted string. */
313
+ marketplaceSubscriptionId?: string;
314
+ /** Marketplace Subscription Details: SAAS Name */
315
+ marketplaceSubscriptionName?: string;
316
+ /** Marketplace Subscription Details: Resource URI */
317
+ marketplaceResourceId?: string;
318
+ /** Marketplace Subscription Details: SaaS Subscription Status */
319
+ marketplaceStatus?: string;
320
+ /** The Azure Subscription ID to which the Marketplace Subscription belongs and gets billed into. */
321
+ billedAzureSubscriptionId?: string;
322
+ /** Publisher Id of the Marketplace offer. */
323
+ publisherId?: string;
324
+ /** Offer Id of the Marketplace offer, */
325
+ offerId?: string;
326
+ }
327
+ /** Partner Billing details associated with the resource. */
328
+ export interface PartnerBillingEntity {
329
+ /** The New Relic Organization Id. */
330
+ organizationId?: string;
331
+ /** The New Relic Organization Name. */
332
+ organizationName?: string;
333
+ }
289
334
  /** Request of get metrics Operation. */
290
335
  export interface MetricsRequest {
291
- /** User Email */
336
+ /** Reusable representation of an email address */
292
337
  userEmail: string;
293
338
  }
294
339
  /** Set of rules for sending metrics for the Monitor resource. */
@@ -297,7 +342,7 @@ export interface MetricRules {
297
342
  sendMetrics?: SendMetricsStatus;
298
343
  /** List of filtering tags to be used for capturing metrics. */
299
344
  filteringTags?: FilteringTag[];
300
- /** User Email */
345
+ /** Reusable representation of an email address */
301
346
  userEmail?: string;
302
347
  }
303
348
  /** The definition of a filtering tag. Filtering tags are used for capturing resources and include/exclude them from being monitored. */
@@ -313,7 +358,7 @@ export interface FilteringTag {
313
358
  export interface MetricsStatusRequest {
314
359
  /** Azure resource IDs */
315
360
  azureResourceIds?: string[];
316
- /** User Email */
361
+ /** Reusable representation of an email address */
317
362
  userEmail: string;
318
363
  }
319
364
  /** Response of get metrics status Operation. */
@@ -321,11 +366,18 @@ export interface MetricsStatusResponse {
321
366
  /** Azure resource IDs */
322
367
  azureResourceIds?: string[];
323
368
  }
369
+ /** Response of get latest linked SaaS resource operation */
370
+ export interface LatestLinkedSaaSResponse {
371
+ /** SaaS resource id */
372
+ saaSResourceId?: string;
373
+ /** Flag indicating if the SaaS resource is hidden */
374
+ isHiddenSaaS?: boolean;
375
+ }
324
376
  /** Request of a app services get Operation. */
325
377
  export interface AppServicesGetRequest {
326
378
  /** Azure resource IDs */
327
379
  azureResourceIds?: string[];
328
- /** User Email */
380
+ /** Reusable representation of an email address */
329
381
  userEmail: string;
330
382
  }
331
383
  /** Response of a list app services Operation. */
@@ -344,22 +396,34 @@ export interface AppServiceInfo {
344
396
  /** Status of the NewRelic agent installed on the App service. */
345
397
  agentStatus?: string;
346
398
  }
347
- /** Request of a switch billing Operation. */
348
- export interface SwitchBillingRequest {
349
- /** Azure resource Id */
399
+ /** List of all active newrelic deployments. */
400
+ export interface ConnectedPartnerResourcesListResponse {
401
+ /** The ConnectedPartnerResourcesListFormat items on this page */
402
+ value: ConnectedPartnerResourcesListFormat[];
403
+ /** The link to the next page of items */
404
+ nextLink?: string;
405
+ }
406
+ /** Connected Partner Resources List Format */
407
+ export interface ConnectedPartnerResourcesListFormat {
408
+ /** Connected Partner Resource Properties */
409
+ properties?: ConnectedPartnerResourceProperties;
410
+ }
411
+ /** Connected Partner Resource Properties */
412
+ export interface ConnectedPartnerResourceProperties {
413
+ /** NewRelic account name */
414
+ accountName?: string;
415
+ /** NewRelic Account Id */
416
+ accountId?: string;
417
+ /** The azure resource Id of the deployment. */
350
418
  azureResourceId?: string;
351
- /** Organization id */
352
- organizationId?: string;
353
- /** Plan details */
354
- planData?: PlanData;
355
- /** User Email */
356
- userEmail: string;
419
+ /** The location of the deployment. */
420
+ location?: string;
357
421
  }
358
422
  /** Request of a Hosts get Operation. */
359
423
  export interface HostsGetRequest {
360
424
  /** VM resource IDs */
361
425
  vmIds?: string[];
362
- /** User Email */
426
+ /** Reusable representation of an email address */
363
427
  userEmail: string;
364
428
  }
365
429
  /** Response of a list VM Host Operation. */
@@ -378,6 +442,18 @@ export interface VMInfo {
378
442
  /** Status of the NewRelic agent installed on the VM. */
379
443
  agentStatus?: string;
380
444
  }
445
+ /** Response of a list operation. */
446
+ export interface LinkedResourceListResponse {
447
+ /** The LinkedResource items on this page */
448
+ value: LinkedResource[];
449
+ /** The link to the next page of items */
450
+ nextLink?: string;
451
+ }
452
+ /** The definition of a linked resource. */
453
+ export interface LinkedResource {
454
+ /** The ARM id of the linked resource. */
455
+ id?: string;
456
+ }
381
457
  /** List of all the resources being monitored by NewRelic monitor resource */
382
458
  export interface MonitoredResourceListResponse {
383
459
  /** The MonitoredResource items on this page */
@@ -398,62 +474,35 @@ export interface MonitoredResource {
398
474
  /** Reason for why the resource is sending logs (or why it is not sending). */
399
475
  reasonForLogsStatus?: string;
400
476
  }
401
- /** Marketplace Subscription and Organization details to which resource gets billed into. */
402
- export interface BillingInfoResponse {
403
- /** Marketplace Subscription details */
404
- marketplaceSaasInfo?: MarketplaceSaaSInfo;
405
- /** Partner Billing Entity details: Organization Info */
406
- partnerBillingEntity?: PartnerBillingEntity;
407
- }
408
- /** Marketplace SAAS Info of the resource. */
409
- export interface MarketplaceSaaSInfo {
410
- /** Marketplace Subscription Id. This is a GUID-formatted string. */
411
- marketplaceSubscriptionId?: string;
412
- /** Marketplace Subscription Details: SAAS Name */
413
- marketplaceSubscriptionName?: string;
414
- /** Marketplace Subscription Details: Resource URI */
415
- marketplaceResourceId?: string;
416
- /** Marketplace Subscription Details: SaaS Subscription Status */
417
- marketplaceStatus?: string;
418
- /** The Azure Subscription ID to which the Marketplace Subscription belongs and gets billed into. */
419
- billedAzureSubscriptionId?: string;
420
- }
421
- /** Partner Billing details associated with the resource. */
422
- export interface PartnerBillingEntity {
423
- /** The New Relic Organization Id. */
424
- organizationId?: string;
425
- /** The New Relic Organization Name. */
426
- organizationName?: string;
427
- }
428
- /** List of all active newrelic deployments. */
429
- export interface ConnectedPartnerResourcesListResponse {
430
- /** Results of a list operation. */
431
- value?: ConnectedPartnerResourcesListFormat[];
432
- /** Link to the next set of results, if any. */
477
+ /** Paged collection of MonitoredSubscriptionProperties items */
478
+ export interface MonitoredSubscriptionPropertiesList {
479
+ /** The MonitoredSubscriptionProperties items on this page */
480
+ value: MonitoredSubscriptionProperties[];
481
+ /** The link to the next page of items */
433
482
  nextLink?: string;
434
483
  }
435
- /** Connected Partner Resources List Format */
436
- export interface ConnectedPartnerResourcesListFormat {
437
- /** Connected Partner Resource Properties */
438
- properties?: ConnectedPartnerResourceProperties;
439
- }
440
- /** Connected Partner Resource Properties */
441
- export interface ConnectedPartnerResourceProperties {
442
- /** NewRelic account name */
443
- accountName?: string;
444
- /** NewRelic Account Id */
445
- accountId?: string;
446
- /** The azure resource Id of the deployment. */
447
- azureResourceId?: string;
448
- /** The location of the deployment. */
449
- location?: string;
484
+ /** The request to update subscriptions needed to be monitored by the NewRelic monitor resource. */
485
+ export interface SubscriptionList {
486
+ /** The operation for the patch on the resource. */
487
+ patchOperation?: PatchOperation;
488
+ /** List of subscriptions and the state of the monitoring. */
489
+ monitoredSubscriptionList?: MonitoredSubscription[];
490
+ /**
491
+ * Provisioning State of the resource
492
+ * NOTE: This property will not be serialized. It can only be populated by the server.
493
+ */
494
+ readonly provisioningState?: ProvisioningState;
450
495
  }
451
- /** The response of a TagRule list operation. */
452
- export interface TagRuleListResult {
453
- /** The TagRule items on this page */
454
- value: TagRule[];
455
- /** The link to the next page of items */
456
- nextLink?: string;
496
+ /** The list of subscriptions and it's monitoring status by current NewRelic monitor. */
497
+ export interface MonitoredSubscription {
498
+ /** The subscriptionId to be monitored. */
499
+ subscriptionId?: string;
500
+ /** The state of monitoring. */
501
+ status?: Status;
502
+ /** The reason of not monitoring the subscription. */
503
+ error?: string;
504
+ /** The resource-specific properties for this resource. */
505
+ tagRules?: MonitoringTagRulesProperties;
457
506
  }
458
507
  /** The resource-specific properties for this resource. */
459
508
  export interface MonitoringTagRulesProperties {
@@ -481,6 +530,41 @@ export interface LogRules {
481
530
  */
482
531
  filteringTags?: FilteringTag[];
483
532
  }
533
+ /** Resubscribe Properties */
534
+ export interface ResubscribeProperties {
535
+ /** Newly selected plan Id to create the new Marketplace subscription for Resubscribe */
536
+ planId?: string;
537
+ /** Newly selected term Id to create the new Marketplace subscription for Resubscribe */
538
+ termId?: string;
539
+ /** Newly selected Azure Subscription Id in which the new Marketplace subscription will be created for Resubscribe */
540
+ subscriptionId?: string;
541
+ /** Newly selected Azure resource group in which the new Marketplace subscription will be created for Resubscribe */
542
+ resourceGroup?: string;
543
+ /** Organization Id of the NewRelic Organization that needs to be resubscribed */
544
+ organizationId?: string;
545
+ /** Publisher Id of the NewRelic offer that needs to be resubscribed */
546
+ publisherId?: string;
547
+ /** Offer Id of the NewRelic offer that needs to be resubscribed */
548
+ offerId?: string;
549
+ }
550
+ /** Request of a switch billing Operation. */
551
+ export interface SwitchBillingRequest {
552
+ /** Azure resource Id */
553
+ azureResourceId?: string;
554
+ /** Organization id */
555
+ organizationId?: string;
556
+ /** Plan details */
557
+ planData?: PlanData;
558
+ /** Reusable representation of an email address */
559
+ userEmail: string;
560
+ }
561
+ /** The response of a TagRule list operation. */
562
+ export interface TagRuleListResult {
563
+ /** The TagRule items on this page */
564
+ value: TagRule[];
565
+ /** The link to the next page of items */
566
+ nextLink?: string;
567
+ }
484
568
  /** The type used for update operations of the TagRule. */
485
569
  export interface TagRuleUpdate {
486
570
  /** Set of rules for sending logs for the Monitor resource. */
@@ -488,96 +572,11 @@ export interface TagRuleUpdate {
488
572
  /** Set of rules for sending metrics for the Monitor resource. */
489
573
  metricRules?: MetricRules;
490
574
  }
491
- export interface MonitoredSubscriptionPropertiesList {
492
- value?: MonitoredSubscriptionProperties[];
493
- /** The link to the next page of items */
494
- nextLink?: string;
495
- }
496
- /** The request to update subscriptions needed to be monitored by the NewRelic monitor resource. */
497
- export interface MonitoredSubscriptionProperties {
498
- /**
499
- * Name of the monitored subscription resource.
500
- * NOTE: This property will not be serialized. It can only be populated by the server.
501
- */
502
- readonly name?: string;
503
- /**
504
- * The id of the monitored subscription resource.
505
- * NOTE: This property will not be serialized. It can only be populated by the server.
506
- */
507
- readonly id?: string;
508
- /**
509
- * The type of the monitored subscription resource.
510
- * NOTE: This property will not be serialized. It can only be populated by the server.
511
- */
512
- readonly type?: string;
513
- /** The request to update subscriptions needed to be monitored by the NewRelic monitor resource. */
514
- properties?: SubscriptionList;
515
- }
516
- /** The request to update subscriptions needed to be monitored by the NewRelic monitor resource. */
517
- export interface SubscriptionList {
518
- /** The operation for the patch on the resource. */
519
- patchOperation?: PatchOperation;
520
- /** List of subscriptions and the state of the monitoring. */
521
- monitoredSubscriptionList?: MonitoredSubscription[];
522
- /**
523
- * Provisioning State of the resource
524
- * NOTE: This property will not be serialized. It can only be populated by the server.
525
- */
526
- readonly provisioningState?: ProvisioningState;
527
- }
528
- /** The list of subscriptions and it's monitoring status by current NewRelic monitor. */
529
- export interface MonitoredSubscription {
530
- /** The subscriptionId to be monitored. */
531
- subscriptionId?: string;
532
- /** The state of monitoring. */
533
- status?: Status;
534
- /** The reason of not monitoring the subscription. */
535
- error?: string;
536
- /** The resource-specific properties for this resource. */
537
- tagRules?: MonitoringTagRulesProperties;
538
- }
539
- /** Response of a list operation. */
540
- export interface LinkedResourceListResponse {
541
- /** Results of a list operation. */
542
- value?: LinkedResource[];
543
- /** Link to the next set of results, if any. */
544
- nextLink?: string;
545
- }
546
- /** The definition of a linked resource. */
547
- export interface LinkedResource {
548
- /** The ARM id of the linked resource. */
549
- id?: string;
550
- }
551
575
  /** Response of payload to be passed while installing VM agent. */
552
576
  export interface VMExtensionPayload {
553
577
  /** Ingestion key of the account */
554
578
  ingestionKey?: string;
555
579
  }
556
- /** App services Get Parameter specification. */
557
- export interface AppServicesGetParameter {
558
- /** The details of the app services get request. */
559
- request: AppServicesGetRequest;
560
- }
561
- /** Switch Billing Parameter specification. */
562
- export interface SwitchBillingParameter {
563
- /** The details of the switch billing request. */
564
- request: SwitchBillingRequest;
565
- }
566
- /** Host Get Parameter specification. */
567
- export interface HostsGetParameter {
568
- /** The details of the Hosts get request. */
569
- request: HostsGetRequest;
570
- }
571
- /** Get Metrics Status Parameter specification. */
572
- export interface MetricsRequestParameter {
573
- /** The details of the get metrics status request. */
574
- request: MetricsRequest;
575
- }
576
- /** Get Metrics Status Parameter specification. */
577
- export interface MetricsStatusRequestParameter {
578
- /** The details of the get metrics status request. */
579
- request: MetricsStatusRequest;
580
- }
581
580
  /** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
582
581
  export interface ProxyResource extends Resource {
583
582
  }
@@ -601,6 +600,11 @@ export interface AccountResource extends ProxyResource {
601
600
  /** Region where New Relic account is present */
602
601
  region?: string;
603
602
  }
603
+ /** Marketplace SaaS resource details. */
604
+ export interface SaaSResourceDetailsResponse extends ProxyResource {
605
+ /** Id of the Marketplace SaaS Resource */
606
+ saasId?: string;
607
+ }
604
608
  /** The details of a Organization resource. */
605
609
  export interface OrganizationResource extends ProxyResource {
606
610
  /** organization id */
@@ -619,6 +623,11 @@ export interface PlanDataResource extends ProxyResource {
619
623
  /** Source of account creation */
620
624
  accountCreationSource?: AccountCreationSource;
621
625
  }
626
+ /** The request to update subscriptions needed to be monitored by the NewRelic monitor resource. */
627
+ export interface MonitoredSubscriptionProperties extends ProxyResource {
628
+ /** The request to update subscriptions needed to be monitored by the NewRelic monitor resource. */
629
+ properties?: SubscriptionList;
630
+ }
622
631
  /** A tag rule belonging to NewRelic account */
623
632
  export interface TagRule extends ProxyResource {
624
633
  /**
@@ -661,6 +670,8 @@ export interface NewRelicMonitorResource extends TrackedResource {
661
670
  userInfo?: UserInfo;
662
671
  /** Plan details */
663
672
  planData?: PlanData;
673
+ /** SaaS details */
674
+ saaSData?: SaaSData;
664
675
  /**
665
676
  * Liftr resource category
666
677
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -682,36 +693,77 @@ export interface NewRelicMonitorResource extends TrackedResource {
682
693
  }
683
694
  /** Defines headers for Monitors_createOrUpdate operation. */
684
695
  export interface MonitorsCreateOrUpdateHeaders {
696
+ /** A link to the status monitor */
697
+ azureAsyncOperation?: string;
698
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
699
+ retryAfter?: number;
700
+ }
701
+ /** Defines headers for Monitors_update operation. */
702
+ export interface MonitorsUpdateHeaders {
703
+ /** The Location header contains the URL where the status of the long running operation can be checked. */
704
+ location?: string;
685
705
  /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
686
706
  retryAfter?: number;
687
707
  }
688
708
  /** Defines headers for Monitors_delete operation. */
689
709
  export interface MonitorsDeleteHeaders {
710
+ /** A link to the status monitor */
711
+ azureAsyncOperation?: string;
690
712
  /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
691
713
  retryAfter?: number;
692
714
  }
693
- /** Defines headers for Monitors_switchBilling operation. */
694
- export interface MonitorsSwitchBillingHeaders {
715
+ /** Defines headers for Monitors_linkSaaS operation. */
716
+ export interface MonitorsLinkSaaSHeaders {
717
+ /** A link to the status monitor */
718
+ azureAsyncOperation?: string;
719
+ /** The Location header contains the URL where the status of the long running operation can be checked. */
720
+ location?: string;
695
721
  /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
696
722
  retryAfter?: number;
697
723
  }
698
- /** Defines headers for TagRules_createOrUpdate operation. */
699
- export interface TagRulesCreateOrUpdateHeaders {
724
+ /** Defines headers for Monitors_resubscribe operation. */
725
+ export interface MonitorsResubscribeHeaders {
726
+ /** A link to the status monitor */
727
+ azureAsyncOperation?: string;
728
+ /** The Location header contains the URL where the status of the long running operation can be checked. */
729
+ location?: string;
700
730
  /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
701
731
  retryAfter?: number;
702
732
  }
703
- /** Defines headers for TagRules_delete operation. */
704
- export interface TagRulesDeleteHeaders {
733
+ /** Defines headers for MonitoredSubscriptions_createOrUpdate operation. */
734
+ export interface MonitoredSubscriptionsCreateOrUpdateHeaders {
735
+ /** The Location header contains the URL where the status of the long running operation can be checked. */
736
+ location?: string;
705
737
  /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
706
738
  retryAfter?: number;
707
739
  }
708
740
  /** Defines headers for MonitoredSubscriptions_update operation. */
709
741
  export interface MonitoredSubscriptionsUpdateHeaders {
742
+ /** The Location header contains the URL where the status of the long running operation can be checked. */
710
743
  location?: string;
744
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
745
+ retryAfter?: number;
711
746
  }
712
747
  /** Defines headers for MonitoredSubscriptions_delete operation. */
713
748
  export interface MonitoredSubscriptionsDeleteHeaders {
749
+ /** The Location header contains the URL where the status of the long running operation can be checked. */
714
750
  location?: string;
751
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
752
+ retryAfter?: number;
753
+ }
754
+ /** Defines headers for TagRules_createOrUpdate operation. */
755
+ export interface TagRulesCreateOrUpdateHeaders {
756
+ /** A link to the status monitor */
757
+ azureAsyncOperation?: string;
758
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
759
+ retryAfter?: number;
760
+ }
761
+ /** Defines headers for TagRules_delete operation. */
762
+ export interface TagRulesDeleteHeaders {
763
+ /** A link to the status monitor */
764
+ azureAsyncOperation?: string;
765
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
766
+ retryAfter?: number;
715
767
  }
716
768
  /** Known values of {@link Origin} that the service accepts. */
717
769
  export declare enum KnownOrigin {
@@ -874,25 +926,6 @@ export declare enum KnownUsageType {
874
926
  * **COMMITTED**: Usage type is COMMITTED
875
927
  */
876
928
  export type UsageType = string;
877
- /** Known values of {@link BillingCycle} that the service accepts. */
878
- export declare enum KnownBillingCycle {
879
- /** Billing cycle is YEARLY */
880
- Yearly = "YEARLY",
881
- /** Billing cycle is MONTHLY */
882
- Monthly = "MONTHLY",
883
- /** Billing cycle is WEEKLY */
884
- Weekly = "WEEKLY"
885
- }
886
- /**
887
- * Defines values for BillingCycle. \
888
- * {@link KnownBillingCycle} can be used interchangeably with BillingCycle,
889
- * this enum contains the known values that the service supports.
890
- * ### Known values supported by the service
891
- * **YEARLY**: Billing cycle is YEARLY \
892
- * **MONTHLY**: Billing cycle is MONTHLY \
893
- * **WEEKLY**: Billing cycle is WEEKLY
894
- */
895
- export type BillingCycle = string;
896
929
  /** Known values of {@link LiftrResourceCategories} that the service accepts. */
897
930
  export declare enum KnownLiftrResourceCategories {
898
931
  /** Unknown */
@@ -950,7 +983,7 @@ export declare enum KnownManagedServiceIdentityType {
950
983
  /** UserAssigned */
951
984
  UserAssigned = "UserAssigned",
952
985
  /** SystemAssignedUserAssigned */
953
- SystemAssignedUserAssigned = "SystemAssigned, UserAssigned"
986
+ SystemAssignedUserAssigned = "SystemAssigned,UserAssigned"
954
987
  }
955
988
  /**
956
989
  * Defines values for ManagedServiceIdentityType. \
@@ -960,7 +993,7 @@ export declare enum KnownManagedServiceIdentityType {
960
993
  * **None** \
961
994
  * **SystemAssigned** \
962
995
  * **UserAssigned** \
963
- * **SystemAssigned, UserAssigned**
996
+ * **SystemAssigned,UserAssigned**
964
997
  */
965
998
  export type ManagedServiceIdentityType = string;
966
999
  /** Known values of {@link BillingSource} that the service accepts. */
@@ -1043,6 +1076,53 @@ export declare enum KnownSendingLogsStatus {
1043
1076
  * **Disabled**
1044
1077
  */
1045
1078
  export type SendingLogsStatus = string;
1079
+ /** Known values of {@link PatchOperation} that the service accepts. */
1080
+ export declare enum KnownPatchOperation {
1081
+ /** AddBegin */
1082
+ AddBegin = "AddBegin",
1083
+ /** AddComplete */
1084
+ AddComplete = "AddComplete",
1085
+ /** DeleteBegin */
1086
+ DeleteBegin = "DeleteBegin",
1087
+ /** DeleteComplete */
1088
+ DeleteComplete = "DeleteComplete",
1089
+ /** Active */
1090
+ Active = "Active"
1091
+ }
1092
+ /**
1093
+ * Defines values for PatchOperation. \
1094
+ * {@link KnownPatchOperation} can be used interchangeably with PatchOperation,
1095
+ * this enum contains the known values that the service supports.
1096
+ * ### Known values supported by the service
1097
+ * **AddBegin** \
1098
+ * **AddComplete** \
1099
+ * **DeleteBegin** \
1100
+ * **DeleteComplete** \
1101
+ * **Active**
1102
+ */
1103
+ export type PatchOperation = string;
1104
+ /** Known values of {@link Status} that the service accepts. */
1105
+ export declare enum KnownStatus {
1106
+ /** InProgress */
1107
+ InProgress = "InProgress",
1108
+ /** Active */
1109
+ Active = "Active",
1110
+ /** Failed */
1111
+ Failed = "Failed",
1112
+ /** Deleting */
1113
+ Deleting = "Deleting"
1114
+ }
1115
+ /**
1116
+ * Defines values for Status. \
1117
+ * {@link KnownStatus} can be used interchangeably with Status,
1118
+ * this enum contains the known values that the service supports.
1119
+ * ### Known values supported by the service
1120
+ * **InProgress** \
1121
+ * **Active** \
1122
+ * **Failed** \
1123
+ * **Deleting**
1124
+ */
1125
+ export type Status = string;
1046
1126
  /** Known values of {@link SendAadLogsStatus} that the service accepts. */
1047
1127
  export declare enum KnownSendAadLogsStatus {
1048
1128
  /** Enabled */
@@ -1091,53 +1171,6 @@ export declare enum KnownSendActivityLogsStatus {
1091
1171
  * **Disabled**
1092
1172
  */
1093
1173
  export type SendActivityLogsStatus = string;
1094
- /** Known values of {@link PatchOperation} that the service accepts. */
1095
- export declare enum KnownPatchOperation {
1096
- /** AddBegin */
1097
- AddBegin = "AddBegin",
1098
- /** AddComplete */
1099
- AddComplete = "AddComplete",
1100
- /** DeleteBegin */
1101
- DeleteBegin = "DeleteBegin",
1102
- /** DeleteComplete */
1103
- DeleteComplete = "DeleteComplete",
1104
- /** Active */
1105
- Active = "Active"
1106
- }
1107
- /**
1108
- * Defines values for PatchOperation. \
1109
- * {@link KnownPatchOperation} can be used interchangeably with PatchOperation,
1110
- * this enum contains the known values that the service supports.
1111
- * ### Known values supported by the service
1112
- * **AddBegin** \
1113
- * **AddComplete** \
1114
- * **DeleteBegin** \
1115
- * **DeleteComplete** \
1116
- * **Active**
1117
- */
1118
- export type PatchOperation = string;
1119
- /** Known values of {@link Status} that the service accepts. */
1120
- export declare enum KnownStatus {
1121
- /** InProgress */
1122
- InProgress = "InProgress",
1123
- /** Active */
1124
- Active = "Active",
1125
- /** Failed */
1126
- Failed = "Failed",
1127
- /** Deleting */
1128
- Deleting = "Deleting"
1129
- }
1130
- /**
1131
- * Defines values for Status. \
1132
- * {@link KnownStatus} can be used interchangeably with Status,
1133
- * this enum contains the known values that the service supports.
1134
- * ### Known values supported by the service
1135
- * **InProgress** \
1136
- * **Active** \
1137
- * **Failed** \
1138
- * **Deleting**
1139
- */
1140
- export type Status = string;
1141
1174
  /** Known values of {@link ConfigurationName} that the service accepts. */
1142
1175
  export declare enum KnownConfigurationName {
1143
1176
  /** Default */
@@ -1172,6 +1205,11 @@ export interface AccountsListNextOptionalParams extends coreClient.OperationOpti
1172
1205
  /** Contains response data for the listNext operation. */
1173
1206
  export type AccountsListNextResponse = AccountsListResponse;
1174
1207
  /** Optional parameters. */
1208
+ export interface SaaSActivateResourceOptionalParams extends coreClient.OperationOptions {
1209
+ }
1210
+ /** Contains response data for the activateResource operation. */
1211
+ export type SaaSActivateResourceResponse = SaaSResourceDetailsResponse;
1212
+ /** Optional parameters. */
1175
1213
  export interface MonitorsListBySubscriptionOptionalParams extends coreClient.OperationOptions {
1176
1214
  }
1177
1215
  /** Contains response data for the listBySubscription operation. */
@@ -1197,6 +1235,10 @@ export interface MonitorsCreateOrUpdateOptionalParams extends coreClient.Operati
1197
1235
  export type MonitorsCreateOrUpdateResponse = NewRelicMonitorResource;
1198
1236
  /** Optional parameters. */
1199
1237
  export interface MonitorsUpdateOptionalParams extends coreClient.OperationOptions {
1238
+ /** Delay to wait until next poll, in milliseconds. */
1239
+ updateIntervalInMs?: number;
1240
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1241
+ resumeFrom?: string;
1200
1242
  }
1201
1243
  /** Contains response data for the update operation. */
1202
1244
  export type MonitorsUpdateResponse = NewRelicMonitorResource;
@@ -1218,30 +1260,58 @@ export interface MonitorsGetMetricStatusOptionalParams extends coreClient.Operat
1218
1260
  /** Contains response data for the getMetricStatus operation. */
1219
1261
  export type MonitorsGetMetricStatusResponse = MetricsStatusResponse;
1220
1262
  /** Optional parameters. */
1263
+ export interface MonitorsLatestLinkedSaaSOptionalParams extends coreClient.OperationOptions {
1264
+ }
1265
+ /** Contains response data for the latestLinkedSaaS operation. */
1266
+ export type MonitorsLatestLinkedSaaSResponse = LatestLinkedSaaSResponse;
1267
+ /** Optional parameters. */
1268
+ export interface MonitorsLinkSaaSOptionalParams extends coreClient.OperationOptions {
1269
+ /** Delay to wait until next poll, in milliseconds. */
1270
+ updateIntervalInMs?: number;
1271
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1272
+ resumeFrom?: string;
1273
+ }
1274
+ /** Contains response data for the linkSaaS operation. */
1275
+ export type MonitorsLinkSaaSResponse = NewRelicMonitorResource;
1276
+ /** Optional parameters. */
1221
1277
  export interface MonitorsListAppServicesOptionalParams extends coreClient.OperationOptions {
1222
1278
  }
1223
1279
  /** Contains response data for the listAppServices operation. */
1224
1280
  export type MonitorsListAppServicesResponse = AppServicesListResponse;
1225
1281
  /** Optional parameters. */
1226
- export interface MonitorsSwitchBillingOptionalParams extends coreClient.OperationOptions {
1227
- }
1228
- /** Contains response data for the switchBilling operation. */
1229
- export type MonitorsSwitchBillingResponse = NewRelicMonitorResource;
1230
- /** Optional parameters. */
1231
1282
  export interface MonitorsListHostsOptionalParams extends coreClient.OperationOptions {
1232
1283
  }
1233
1284
  /** Contains response data for the listHosts operation. */
1234
1285
  export type MonitorsListHostsResponse = VMHostsListResponse;
1235
1286
  /** Optional parameters. */
1287
+ export interface MonitorsListLinkedResourcesOptionalParams extends coreClient.OperationOptions {
1288
+ }
1289
+ /** Contains response data for the listLinkedResources operation. */
1290
+ export type MonitorsListLinkedResourcesResponse = LinkedResourceListResponse;
1291
+ /** Optional parameters. */
1236
1292
  export interface MonitorsListMonitoredResourcesOptionalParams extends coreClient.OperationOptions {
1237
1293
  }
1238
1294
  /** Contains response data for the listMonitoredResources operation. */
1239
1295
  export type MonitorsListMonitoredResourcesResponse = MonitoredResourceListResponse;
1240
1296
  /** Optional parameters. */
1241
- export interface MonitorsListLinkedResourcesOptionalParams extends coreClient.OperationOptions {
1297
+ export interface MonitorsRefreshIngestionKeyOptionalParams extends coreClient.OperationOptions {
1242
1298
  }
1243
- /** Contains response data for the listLinkedResources operation. */
1244
- export type MonitorsListLinkedResourcesResponse = LinkedResourceListResponse;
1299
+ /** Optional parameters. */
1300
+ export interface MonitorsResubscribeOptionalParams extends coreClient.OperationOptions {
1301
+ /** Resubscribe Properties */
1302
+ body?: ResubscribeProperties;
1303
+ /** Delay to wait until next poll, in milliseconds. */
1304
+ updateIntervalInMs?: number;
1305
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1306
+ resumeFrom?: string;
1307
+ }
1308
+ /** Contains response data for the resubscribe operation. */
1309
+ export type MonitorsResubscribeResponse = NewRelicMonitorResource;
1310
+ /** Optional parameters. */
1311
+ export interface MonitorsSwitchBillingOptionalParams extends coreClient.OperationOptions {
1312
+ }
1313
+ /** Contains response data for the switchBilling operation. */
1314
+ export type MonitorsSwitchBillingResponse = NewRelicMonitorResource;
1245
1315
  /** Optional parameters. */
1246
1316
  export interface MonitorsVmHostPayloadOptionalParams extends coreClient.OperationOptions {
1247
1317
  }
@@ -1268,16 +1338,16 @@ export interface MonitorsListHostsNextOptionalParams extends coreClient.Operatio
1268
1338
  /** Contains response data for the listHostsNext operation. */
1269
1339
  export type MonitorsListHostsNextResponse = VMHostsListResponse;
1270
1340
  /** Optional parameters. */
1271
- export interface MonitorsListMonitoredResourcesNextOptionalParams extends coreClient.OperationOptions {
1272
- }
1273
- /** Contains response data for the listMonitoredResourcesNext operation. */
1274
- export type MonitorsListMonitoredResourcesNextResponse = MonitoredResourceListResponse;
1275
- /** Optional parameters. */
1276
1341
  export interface MonitorsListLinkedResourcesNextOptionalParams extends coreClient.OperationOptions {
1277
1342
  }
1278
1343
  /** Contains response data for the listLinkedResourcesNext operation. */
1279
1344
  export type MonitorsListLinkedResourcesNextResponse = LinkedResourceListResponse;
1280
1345
  /** Optional parameters. */
1346
+ export interface MonitorsListMonitoredResourcesNextOptionalParams extends coreClient.OperationOptions {
1347
+ }
1348
+ /** Contains response data for the listMonitoredResourcesNext operation. */
1349
+ export type MonitorsListMonitoredResourcesNextResponse = MonitoredResourceListResponse;
1350
+ /** Optional parameters. */
1281
1351
  export interface OrganizationsListOptionalParams extends coreClient.OperationOptions {
1282
1352
  }
1283
1353
  /** Contains response data for the list operation. */
@@ -1321,87 +1391,87 @@ export interface ConnectedPartnerResourcesListNextOptionalParams extends coreCli
1321
1391
  /** Contains response data for the listNext operation. */
1322
1392
  export type ConnectedPartnerResourcesListNextResponse = ConnectedPartnerResourcesListResponse;
1323
1393
  /** Optional parameters. */
1324
- export interface TagRulesListByNewRelicMonitorResourceOptionalParams extends coreClient.OperationOptions {
1394
+ export interface MonitoredSubscriptionsListOptionalParams extends coreClient.OperationOptions {
1325
1395
  }
1326
- /** Contains response data for the listByNewRelicMonitorResource operation. */
1327
- export type TagRulesListByNewRelicMonitorResourceResponse = TagRuleListResult;
1396
+ /** Contains response data for the list operation. */
1397
+ export type MonitoredSubscriptionsListResponse = MonitoredSubscriptionPropertiesList;
1328
1398
  /** Optional parameters. */
1329
- export interface TagRulesGetOptionalParams extends coreClient.OperationOptions {
1399
+ export interface MonitoredSubscriptionsGetOptionalParams extends coreClient.OperationOptions {
1330
1400
  }
1331
1401
  /** Contains response data for the get operation. */
1332
- export type TagRulesGetResponse = TagRule;
1402
+ export type MonitoredSubscriptionsGetResponse = MonitoredSubscriptionProperties;
1333
1403
  /** Optional parameters. */
1334
- export interface TagRulesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
1404
+ export interface MonitoredSubscriptionsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
1405
+ /** The request to update subscriptions needed to be monitored by the NewRelic monitor resource. */
1406
+ body?: MonitoredSubscriptionProperties;
1335
1407
  /** Delay to wait until next poll, in milliseconds. */
1336
1408
  updateIntervalInMs?: number;
1337
1409
  /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1338
1410
  resumeFrom?: string;
1339
1411
  }
1340
1412
  /** Contains response data for the createOrUpdate operation. */
1341
- export type TagRulesCreateOrUpdateResponse = TagRule;
1413
+ export type MonitoredSubscriptionsCreateOrUpdateResponse = MonitoredSubscriptionProperties;
1342
1414
  /** Optional parameters. */
1343
- export interface TagRulesDeleteOptionalParams extends coreClient.OperationOptions {
1415
+ export interface MonitoredSubscriptionsUpdateOptionalParams extends coreClient.OperationOptions {
1416
+ /** The request to update subscriptions needed to be monitored by the NewRelic monitor resource. */
1417
+ body?: MonitoredSubscriptionProperties;
1344
1418
  /** Delay to wait until next poll, in milliseconds. */
1345
1419
  updateIntervalInMs?: number;
1346
1420
  /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1347
1421
  resumeFrom?: string;
1348
1422
  }
1423
+ /** Contains response data for the update operation. */
1424
+ export type MonitoredSubscriptionsUpdateResponse = MonitoredSubscriptionProperties;
1349
1425
  /** Optional parameters. */
1350
- export interface TagRulesUpdateOptionalParams extends coreClient.OperationOptions {
1426
+ export interface MonitoredSubscriptionsDeleteOptionalParams extends coreClient.OperationOptions {
1427
+ /** Delay to wait until next poll, in milliseconds. */
1428
+ updateIntervalInMs?: number;
1429
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1430
+ resumeFrom?: string;
1351
1431
  }
1352
- /** Contains response data for the update operation. */
1353
- export type TagRulesUpdateResponse = TagRule;
1432
+ /** Contains response data for the delete operation. */
1433
+ export type MonitoredSubscriptionsDeleteResponse = MonitoredSubscriptionsDeleteHeaders;
1354
1434
  /** Optional parameters. */
1355
- export interface TagRulesListByNewRelicMonitorResourceNextOptionalParams extends coreClient.OperationOptions {
1435
+ export interface MonitoredSubscriptionsListNextOptionalParams extends coreClient.OperationOptions {
1356
1436
  }
1357
- /** Contains response data for the listByNewRelicMonitorResourceNext operation. */
1358
- export type TagRulesListByNewRelicMonitorResourceNextResponse = TagRuleListResult;
1437
+ /** Contains response data for the listNext operation. */
1438
+ export type MonitoredSubscriptionsListNextResponse = MonitoredSubscriptionPropertiesList;
1359
1439
  /** Optional parameters. */
1360
- export interface MonitoredSubscriptionsListOptionalParams extends coreClient.OperationOptions {
1440
+ export interface TagRulesListByNewRelicMonitorResourceOptionalParams extends coreClient.OperationOptions {
1361
1441
  }
1362
- /** Contains response data for the list operation. */
1363
- export type MonitoredSubscriptionsListResponse = MonitoredSubscriptionPropertiesList;
1442
+ /** Contains response data for the listByNewRelicMonitorResource operation. */
1443
+ export type TagRulesListByNewRelicMonitorResourceResponse = TagRuleListResult;
1364
1444
  /** Optional parameters. */
1365
- export interface MonitoredSubscriptionsGetOptionalParams extends coreClient.OperationOptions {
1445
+ export interface TagRulesGetOptionalParams extends coreClient.OperationOptions {
1366
1446
  }
1367
1447
  /** Contains response data for the get operation. */
1368
- export type MonitoredSubscriptionsGetResponse = MonitoredSubscriptionProperties;
1448
+ export type TagRulesGetResponse = TagRule;
1369
1449
  /** Optional parameters. */
1370
- export interface MonitoredSubscriptionsCreateorUpdateOptionalParams extends coreClient.OperationOptions {
1371
- /** The request to update subscriptions needed to be monitored by the NewRelic monitor resource. */
1372
- body?: MonitoredSubscriptionProperties;
1450
+ export interface TagRulesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
1373
1451
  /** Delay to wait until next poll, in milliseconds. */
1374
1452
  updateIntervalInMs?: number;
1375
1453
  /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1376
1454
  resumeFrom?: string;
1377
1455
  }
1378
- /** Contains response data for the createorUpdate operation. */
1379
- export type MonitoredSubscriptionsCreateorUpdateResponse = MonitoredSubscriptionProperties;
1456
+ /** Contains response data for the createOrUpdate operation. */
1457
+ export type TagRulesCreateOrUpdateResponse = TagRule;
1380
1458
  /** Optional parameters. */
1381
- export interface MonitoredSubscriptionsUpdateOptionalParams extends coreClient.OperationOptions {
1382
- /** The request to update subscriptions needed to be monitored by the NewRelic monitor resource. */
1383
- body?: MonitoredSubscriptionProperties;
1384
- /** Delay to wait until next poll, in milliseconds. */
1385
- updateIntervalInMs?: number;
1386
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1387
- resumeFrom?: string;
1459
+ export interface TagRulesUpdateOptionalParams extends coreClient.OperationOptions {
1388
1460
  }
1389
1461
  /** Contains response data for the update operation. */
1390
- export type MonitoredSubscriptionsUpdateResponse = MonitoredSubscriptionProperties;
1462
+ export type TagRulesUpdateResponse = TagRule;
1391
1463
  /** Optional parameters. */
1392
- export interface MonitoredSubscriptionsDeleteOptionalParams extends coreClient.OperationOptions {
1464
+ export interface TagRulesDeleteOptionalParams extends coreClient.OperationOptions {
1393
1465
  /** Delay to wait until next poll, in milliseconds. */
1394
1466
  updateIntervalInMs?: number;
1395
1467
  /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1396
1468
  resumeFrom?: string;
1397
1469
  }
1398
- /** Contains response data for the delete operation. */
1399
- export type MonitoredSubscriptionsDeleteResponse = MonitoredSubscriptionsDeleteHeaders;
1400
1470
  /** Optional parameters. */
1401
- export interface MonitoredSubscriptionsListNextOptionalParams extends coreClient.OperationOptions {
1471
+ export interface TagRulesListByNewRelicMonitorResourceNextOptionalParams extends coreClient.OperationOptions {
1402
1472
  }
1403
- /** Contains response data for the listNext operation. */
1404
- export type MonitoredSubscriptionsListNextResponse = MonitoredSubscriptionPropertiesList;
1473
+ /** Contains response data for the listByNewRelicMonitorResourceNext operation. */
1474
+ export type TagRulesListByNewRelicMonitorResourceNextResponse = TagRuleListResult;
1405
1475
  /** Optional parameters. */
1406
1476
  export interface NewRelicObservabilityOptionalParams extends coreClient.ServiceClientOptions {
1407
1477
  /** server parameter */