@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,1160 +0,0 @@
1
- ## API Report File for "@azure/arm-newrelicobservability"
2
-
3
- > Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
4
-
5
- ```ts
6
-
7
- import * as coreAuth from '@azure/core-auth';
8
- import * as coreClient from '@azure/core-client';
9
- import { OperationState } from '@azure/core-lro';
10
- import { PagedAsyncIterableIterator } from '@azure/core-paging';
11
- import { SimplePollerLike } from '@azure/core-lro';
12
-
13
- // @public
14
- export type AccountCreationSource = string;
15
-
16
- // @public
17
- export interface AccountInfo {
18
- accountId?: string;
19
- ingestionKey?: string;
20
- region?: string;
21
- }
22
-
23
- // @public
24
- export interface AccountResource extends ProxyResource {
25
- accountId?: string;
26
- accountName?: string;
27
- organizationId?: string;
28
- region?: string;
29
- }
30
-
31
- // @public
32
- export interface Accounts {
33
- list(userEmail: string, location: string, options?: AccountsListOptionalParams): PagedAsyncIterableIterator<AccountResource>;
34
- }
35
-
36
- // @public
37
- export interface AccountsListNextOptionalParams extends coreClient.OperationOptions {
38
- }
39
-
40
- // @public
41
- export type AccountsListNextResponse = AccountsListResponse;
42
-
43
- // @public
44
- export type AccountsListOperationResponse = AccountsListResponse;
45
-
46
- // @public
47
- export interface AccountsListOptionalParams extends coreClient.OperationOptions {
48
- }
49
-
50
- // @public
51
- export interface AccountsListResponse {
52
- nextLink?: string;
53
- value: AccountResource[];
54
- }
55
-
56
- // @public
57
- export type ActionType = string;
58
-
59
- // @public
60
- export interface AppServiceInfo {
61
- agentStatus?: string;
62
- agentVersion?: string;
63
- azureResourceId?: string;
64
- }
65
-
66
- // @public
67
- export interface AppServicesGetParameter {
68
- request: AppServicesGetRequest;
69
- }
70
-
71
- // @public
72
- export interface AppServicesGetRequest {
73
- azureResourceIds?: string[];
74
- userEmail: string;
75
- }
76
-
77
- // @public
78
- export interface AppServicesListResponse {
79
- nextLink?: string;
80
- value: AppServiceInfo[];
81
- }
82
-
83
- // @public
84
- export type BillingCycle = string;
85
-
86
- // @public
87
- export interface BillingInfo {
88
- get(resourceGroupName: string, monitorName: string, options?: BillingInfoGetOptionalParams): Promise<BillingInfoGetResponse>;
89
- }
90
-
91
- // @public
92
- export interface BillingInfoGetOptionalParams extends coreClient.OperationOptions {
93
- }
94
-
95
- // @public
96
- export type BillingInfoGetResponse = BillingInfoResponse;
97
-
98
- // @public
99
- export interface BillingInfoResponse {
100
- marketplaceSaasInfo?: MarketplaceSaaSInfo;
101
- partnerBillingEntity?: PartnerBillingEntity;
102
- }
103
-
104
- // @public
105
- export type BillingSource = string;
106
-
107
- // @public
108
- export type ConfigurationName = string;
109
-
110
- // @public
111
- export interface ConnectedPartnerResourceProperties {
112
- accountId?: string;
113
- accountName?: string;
114
- azureResourceId?: string;
115
- location?: string;
116
- }
117
-
118
- // @public
119
- export interface ConnectedPartnerResources {
120
- list(resourceGroupName: string, monitorName: string, options?: ConnectedPartnerResourcesListOptionalParams): PagedAsyncIterableIterator<ConnectedPartnerResourcesListFormat>;
121
- }
122
-
123
- // @public
124
- export interface ConnectedPartnerResourcesListFormat {
125
- properties?: ConnectedPartnerResourceProperties;
126
- }
127
-
128
- // @public
129
- export interface ConnectedPartnerResourcesListNextOptionalParams extends coreClient.OperationOptions {
130
- body?: string;
131
- }
132
-
133
- // @public
134
- export type ConnectedPartnerResourcesListNextResponse = ConnectedPartnerResourcesListResponse;
135
-
136
- // @public
137
- export type ConnectedPartnerResourcesListOperationResponse = ConnectedPartnerResourcesListResponse;
138
-
139
- // @public
140
- export interface ConnectedPartnerResourcesListOptionalParams extends coreClient.OperationOptions {
141
- body?: string;
142
- }
143
-
144
- // @public
145
- export interface ConnectedPartnerResourcesListResponse {
146
- nextLink?: string;
147
- value?: ConnectedPartnerResourcesListFormat[];
148
- }
149
-
150
- // @public
151
- export type CreatedByType = string;
152
-
153
- // @public
154
- export interface ErrorAdditionalInfo {
155
- readonly info?: Record<string, unknown>;
156
- readonly type?: string;
157
- }
158
-
159
- // @public
160
- export interface ErrorDetail {
161
- readonly additionalInfo?: ErrorAdditionalInfo[];
162
- readonly code?: string;
163
- readonly details?: ErrorDetail[];
164
- readonly message?: string;
165
- readonly target?: string;
166
- }
167
-
168
- // @public
169
- export interface ErrorResponse {
170
- error?: ErrorDetail;
171
- }
172
-
173
- // @public
174
- export interface FilteringTag {
175
- action?: TagAction;
176
- name?: string;
177
- value?: string;
178
- }
179
-
180
- // @public
181
- export function getContinuationToken(page: unknown): string | undefined;
182
-
183
- // @public
184
- export interface HostsGetParameter {
185
- request: HostsGetRequest;
186
- }
187
-
188
- // @public
189
- export interface HostsGetRequest {
190
- userEmail: string;
191
- vmIds?: string[];
192
- }
193
-
194
- // @public
195
- export enum KnownAccountCreationSource {
196
- Liftr = "LIFTR",
197
- Newrelic = "NEWRELIC"
198
- }
199
-
200
- // @public
201
- export enum KnownActionType {
202
- Internal = "Internal"
203
- }
204
-
205
- // @public
206
- export enum KnownBillingCycle {
207
- Monthly = "MONTHLY",
208
- Weekly = "WEEKLY",
209
- Yearly = "YEARLY"
210
- }
211
-
212
- // @public
213
- export enum KnownBillingSource {
214
- Azure = "AZURE",
215
- Newrelic = "NEWRELIC"
216
- }
217
-
218
- // @public
219
- export enum KnownConfigurationName {
220
- Default = "default"
221
- }
222
-
223
- // @public
224
- export enum KnownCreatedByType {
225
- Application = "Application",
226
- Key = "Key",
227
- ManagedIdentity = "ManagedIdentity",
228
- User = "User"
229
- }
230
-
231
- // @public
232
- export enum KnownLiftrResourceCategories {
233
- MonitorLogs = "MonitorLogs",
234
- Unknown = "Unknown"
235
- }
236
-
237
- // @public
238
- export enum KnownManagedServiceIdentityType {
239
- None = "None",
240
- SystemAssigned = "SystemAssigned",
241
- SystemAssignedUserAssigned = "SystemAssigned, UserAssigned",
242
- UserAssigned = "UserAssigned"
243
- }
244
-
245
- // @public
246
- export enum KnownMarketplaceSubscriptionStatus {
247
- Active = "Active",
248
- Suspended = "Suspended"
249
- }
250
-
251
- // @public
252
- export enum KnownMonitoringStatus {
253
- Disabled = "Disabled",
254
- Enabled = "Enabled"
255
- }
256
-
257
- // @public
258
- export enum KnownOrgCreationSource {
259
- Liftr = "LIFTR",
260
- Newrelic = "NEWRELIC"
261
- }
262
-
263
- // @public
264
- export enum KnownOrigin {
265
- System = "system",
266
- User = "user",
267
- UserSystem = "user,system"
268
- }
269
-
270
- // @public
271
- export enum KnownPatchOperation {
272
- Active = "Active",
273
- AddBegin = "AddBegin",
274
- AddComplete = "AddComplete",
275
- DeleteBegin = "DeleteBegin",
276
- DeleteComplete = "DeleteComplete"
277
- }
278
-
279
- // @public
280
- export enum KnownProvisioningState {
281
- Accepted = "Accepted",
282
- Canceled = "Canceled",
283
- Creating = "Creating",
284
- Deleted = "Deleted",
285
- Deleting = "Deleting",
286
- Failed = "Failed",
287
- NotSpecified = "NotSpecified",
288
- Succeeded = "Succeeded",
289
- Updating = "Updating"
290
- }
291
-
292
- // @public
293
- export enum KnownSendAadLogsStatus {
294
- Disabled = "Disabled",
295
- Enabled = "Enabled"
296
- }
297
-
298
- // @public
299
- export enum KnownSendActivityLogsStatus {
300
- Disabled = "Disabled",
301
- Enabled = "Enabled"
302
- }
303
-
304
- // @public
305
- export enum KnownSendingLogsStatus {
306
- Disabled = "Disabled",
307
- Enabled = "Enabled"
308
- }
309
-
310
- // @public
311
- export enum KnownSendingMetricsStatus {
312
- Disabled = "Disabled",
313
- Enabled = "Enabled"
314
- }
315
-
316
- // @public
317
- export enum KnownSendMetricsStatus {
318
- Disabled = "Disabled",
319
- Enabled = "Enabled"
320
- }
321
-
322
- // @public
323
- export enum KnownSendSubscriptionLogsStatus {
324
- Disabled = "Disabled",
325
- Enabled = "Enabled"
326
- }
327
-
328
- // @public
329
- export enum KnownSingleSignOnStates {
330
- Disable = "Disable",
331
- Enable = "Enable",
332
- Existing = "Existing",
333
- Initial = "Initial"
334
- }
335
-
336
- // @public
337
- export enum KnownStatus {
338
- Active = "Active",
339
- Deleting = "Deleting",
340
- Failed = "Failed",
341
- InProgress = "InProgress"
342
- }
343
-
344
- // @public
345
- export enum KnownTagAction {
346
- Exclude = "Exclude",
347
- Include = "Include"
348
- }
349
-
350
- // @public
351
- export enum KnownUsageType {
352
- Committed = "COMMITTED",
353
- Payg = "PAYG"
354
- }
355
-
356
- // @public
357
- export type LiftrResourceCategories = string;
358
-
359
- // @public
360
- export interface LinkedResource {
361
- id?: string;
362
- }
363
-
364
- // @public
365
- export interface LinkedResourceListResponse {
366
- nextLink?: string;
367
- value?: LinkedResource[];
368
- }
369
-
370
- // @public
371
- export interface LogRules {
372
- filteringTags?: FilteringTag[];
373
- sendAadLogs?: SendAadLogsStatus;
374
- sendActivityLogs?: SendActivityLogsStatus;
375
- sendSubscriptionLogs?: SendSubscriptionLogsStatus;
376
- }
377
-
378
- // @public
379
- export interface ManagedServiceIdentity {
380
- readonly principalId?: string;
381
- readonly tenantId?: string;
382
- type: ManagedServiceIdentityType;
383
- userAssignedIdentities?: {
384
- [propertyName: string]: UserAssignedIdentity;
385
- };
386
- }
387
-
388
- // @public
389
- export type ManagedServiceIdentityType = string;
390
-
391
- // @public
392
- export interface MarketplaceSaaSInfo {
393
- billedAzureSubscriptionId?: string;
394
- marketplaceResourceId?: string;
395
- marketplaceStatus?: string;
396
- marketplaceSubscriptionId?: string;
397
- marketplaceSubscriptionName?: string;
398
- }
399
-
400
- // @public
401
- export type MarketplaceSubscriptionStatus = string;
402
-
403
- // @public
404
- export interface MetricRules {
405
- filteringTags?: FilteringTag[];
406
- sendMetrics?: SendMetricsStatus;
407
- userEmail?: string;
408
- }
409
-
410
- // @public
411
- export interface MetricsRequest {
412
- userEmail: string;
413
- }
414
-
415
- // @public
416
- export interface MetricsRequestParameter {
417
- request: MetricsRequest;
418
- }
419
-
420
- // @public
421
- export interface MetricsStatusRequest {
422
- azureResourceIds?: string[];
423
- userEmail: string;
424
- }
425
-
426
- // @public
427
- export interface MetricsStatusRequestParameter {
428
- request: MetricsStatusRequest;
429
- }
430
-
431
- // @public
432
- export interface MetricsStatusResponse {
433
- azureResourceIds?: string[];
434
- }
435
-
436
- // @public
437
- export interface MonitoredResource {
438
- id?: string;
439
- reasonForLogsStatus?: string;
440
- reasonForMetricsStatus?: string;
441
- sendingLogs?: SendingLogsStatus;
442
- sendingMetrics?: SendingMetricsStatus;
443
- }
444
-
445
- // @public
446
- export interface MonitoredResourceListResponse {
447
- nextLink?: string;
448
- value: MonitoredResource[];
449
- }
450
-
451
- // @public
452
- export interface MonitoredSubscription {
453
- error?: string;
454
- status?: Status;
455
- subscriptionId?: string;
456
- tagRules?: MonitoringTagRulesProperties;
457
- }
458
-
459
- // @public
460
- export interface MonitoredSubscriptionProperties {
461
- readonly id?: string;
462
- readonly name?: string;
463
- properties?: SubscriptionList;
464
- readonly type?: string;
465
- }
466
-
467
- // @public (undocumented)
468
- export interface MonitoredSubscriptionPropertiesList {
469
- nextLink?: string;
470
- // (undocumented)
471
- value?: MonitoredSubscriptionProperties[];
472
- }
473
-
474
- // @public
475
- export interface MonitoredSubscriptions {
476
- beginCreateorUpdate(resourceGroupName: string, monitorName: string, configurationName: ConfigurationName, options?: MonitoredSubscriptionsCreateorUpdateOptionalParams): Promise<SimplePollerLike<OperationState<MonitoredSubscriptionsCreateorUpdateResponse>, MonitoredSubscriptionsCreateorUpdateResponse>>;
477
- beginCreateorUpdateAndWait(resourceGroupName: string, monitorName: string, configurationName: ConfigurationName, options?: MonitoredSubscriptionsCreateorUpdateOptionalParams): Promise<MonitoredSubscriptionsCreateorUpdateResponse>;
478
- beginDelete(resourceGroupName: string, monitorName: string, configurationName: ConfigurationName, options?: MonitoredSubscriptionsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<MonitoredSubscriptionsDeleteResponse>, MonitoredSubscriptionsDeleteResponse>>;
479
- beginDeleteAndWait(resourceGroupName: string, monitorName: string, configurationName: ConfigurationName, options?: MonitoredSubscriptionsDeleteOptionalParams): Promise<MonitoredSubscriptionsDeleteResponse>;
480
- beginUpdate(resourceGroupName: string, monitorName: string, configurationName: ConfigurationName, options?: MonitoredSubscriptionsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<MonitoredSubscriptionsUpdateResponse>, MonitoredSubscriptionsUpdateResponse>>;
481
- beginUpdateAndWait(resourceGroupName: string, monitorName: string, configurationName: ConfigurationName, options?: MonitoredSubscriptionsUpdateOptionalParams): Promise<MonitoredSubscriptionsUpdateResponse>;
482
- get(resourceGroupName: string, monitorName: string, configurationName: ConfigurationName, options?: MonitoredSubscriptionsGetOptionalParams): Promise<MonitoredSubscriptionsGetResponse>;
483
- list(resourceGroupName: string, monitorName: string, options?: MonitoredSubscriptionsListOptionalParams): PagedAsyncIterableIterator<MonitoredSubscriptionProperties>;
484
- }
485
-
486
- // @public
487
- export interface MonitoredSubscriptionsCreateorUpdateOptionalParams extends coreClient.OperationOptions {
488
- body?: MonitoredSubscriptionProperties;
489
- resumeFrom?: string;
490
- updateIntervalInMs?: number;
491
- }
492
-
493
- // @public
494
- export type MonitoredSubscriptionsCreateorUpdateResponse = MonitoredSubscriptionProperties;
495
-
496
- // @public
497
- export interface MonitoredSubscriptionsDeleteHeaders {
498
- // (undocumented)
499
- location?: string;
500
- }
501
-
502
- // @public
503
- export interface MonitoredSubscriptionsDeleteOptionalParams extends coreClient.OperationOptions {
504
- resumeFrom?: string;
505
- updateIntervalInMs?: number;
506
- }
507
-
508
- // @public
509
- export type MonitoredSubscriptionsDeleteResponse = MonitoredSubscriptionsDeleteHeaders;
510
-
511
- // @public
512
- export interface MonitoredSubscriptionsGetOptionalParams extends coreClient.OperationOptions {
513
- }
514
-
515
- // @public
516
- export type MonitoredSubscriptionsGetResponse = MonitoredSubscriptionProperties;
517
-
518
- // @public
519
- export interface MonitoredSubscriptionsListNextOptionalParams extends coreClient.OperationOptions {
520
- }
521
-
522
- // @public
523
- export type MonitoredSubscriptionsListNextResponse = MonitoredSubscriptionPropertiesList;
524
-
525
- // @public
526
- export interface MonitoredSubscriptionsListOptionalParams extends coreClient.OperationOptions {
527
- }
528
-
529
- // @public
530
- export type MonitoredSubscriptionsListResponse = MonitoredSubscriptionPropertiesList;
531
-
532
- // @public
533
- export interface MonitoredSubscriptionsUpdateHeaders {
534
- // (undocumented)
535
- location?: string;
536
- }
537
-
538
- // @public
539
- export interface MonitoredSubscriptionsUpdateOptionalParams extends coreClient.OperationOptions {
540
- body?: MonitoredSubscriptionProperties;
541
- resumeFrom?: string;
542
- updateIntervalInMs?: number;
543
- }
544
-
545
- // @public
546
- export type MonitoredSubscriptionsUpdateResponse = MonitoredSubscriptionProperties;
547
-
548
- // @public
549
- export type MonitoringStatus = string;
550
-
551
- // @public
552
- export interface MonitoringTagRulesProperties {
553
- logRules?: LogRules;
554
- metricRules?: MetricRules;
555
- readonly provisioningState?: ProvisioningState;
556
- }
557
-
558
- // @public
559
- export interface Monitors {
560
- beginCreateOrUpdate(resourceGroupName: string, monitorName: string, resource: NewRelicMonitorResource, options?: MonitorsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<MonitorsCreateOrUpdateResponse>, MonitorsCreateOrUpdateResponse>>;
561
- beginCreateOrUpdateAndWait(resourceGroupName: string, monitorName: string, resource: NewRelicMonitorResource, options?: MonitorsCreateOrUpdateOptionalParams): Promise<MonitorsCreateOrUpdateResponse>;
562
- beginDelete(resourceGroupName: string, userEmail: string, monitorName: string, options?: MonitorsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
563
- beginDeleteAndWait(resourceGroupName: string, userEmail: string, monitorName: string, options?: MonitorsDeleteOptionalParams): Promise<void>;
564
- get(resourceGroupName: string, monitorName: string, options?: MonitorsGetOptionalParams): Promise<MonitorsGetResponse>;
565
- getMetricRules(resourceGroupName: string, monitorName: string, request: MetricsRequest, options?: MonitorsGetMetricRulesOptionalParams): Promise<MonitorsGetMetricRulesResponse>;
566
- getMetricStatus(resourceGroupName: string, monitorName: string, request: MetricsStatusRequest, options?: MonitorsGetMetricStatusOptionalParams): Promise<MonitorsGetMetricStatusResponse>;
567
- listAppServices(resourceGroupName: string, monitorName: string, request: AppServicesGetRequest, options?: MonitorsListAppServicesOptionalParams): PagedAsyncIterableIterator<AppServiceInfo>;
568
- listByResourceGroup(resourceGroupName: string, options?: MonitorsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<NewRelicMonitorResource>;
569
- listBySubscription(options?: MonitorsListBySubscriptionOptionalParams): PagedAsyncIterableIterator<NewRelicMonitorResource>;
570
- listHosts(resourceGroupName: string, monitorName: string, request: HostsGetRequest, options?: MonitorsListHostsOptionalParams): PagedAsyncIterableIterator<VMInfo>;
571
- listLinkedResources(resourceGroupName: string, monitorName: string, options?: MonitorsListLinkedResourcesOptionalParams): PagedAsyncIterableIterator<LinkedResource>;
572
- listMonitoredResources(resourceGroupName: string, monitorName: string, options?: MonitorsListMonitoredResourcesOptionalParams): PagedAsyncIterableIterator<MonitoredResource>;
573
- switchBilling(resourceGroupName: string, monitorName: string, request: SwitchBillingRequest, options?: MonitorsSwitchBillingOptionalParams): Promise<MonitorsSwitchBillingResponse>;
574
- update(resourceGroupName: string, monitorName: string, properties: NewRelicMonitorResourceUpdate, options?: MonitorsUpdateOptionalParams): Promise<MonitorsUpdateResponse>;
575
- vmHostPayload(resourceGroupName: string, monitorName: string, options?: MonitorsVmHostPayloadOptionalParams): Promise<MonitorsVmHostPayloadResponse>;
576
- }
577
-
578
- // @public
579
- export interface MonitorsCreateOrUpdateHeaders {
580
- retryAfter?: number;
581
- }
582
-
583
- // @public
584
- export interface MonitorsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
585
- resumeFrom?: string;
586
- updateIntervalInMs?: number;
587
- }
588
-
589
- // @public
590
- export type MonitorsCreateOrUpdateResponse = NewRelicMonitorResource;
591
-
592
- // @public
593
- export interface MonitorsDeleteHeaders {
594
- retryAfter?: number;
595
- }
596
-
597
- // @public
598
- export interface MonitorsDeleteOptionalParams extends coreClient.OperationOptions {
599
- resumeFrom?: string;
600
- updateIntervalInMs?: number;
601
- }
602
-
603
- // @public
604
- export interface MonitorsGetMetricRulesOptionalParams extends coreClient.OperationOptions {
605
- }
606
-
607
- // @public
608
- export type MonitorsGetMetricRulesResponse = MetricRules;
609
-
610
- // @public
611
- export interface MonitorsGetMetricStatusOptionalParams extends coreClient.OperationOptions {
612
- }
613
-
614
- // @public
615
- export type MonitorsGetMetricStatusResponse = MetricsStatusResponse;
616
-
617
- // @public
618
- export interface MonitorsGetOptionalParams extends coreClient.OperationOptions {
619
- }
620
-
621
- // @public
622
- export type MonitorsGetResponse = NewRelicMonitorResource;
623
-
624
- // @public
625
- export interface MonitorsListAppServicesNextOptionalParams extends coreClient.OperationOptions {
626
- }
627
-
628
- // @public
629
- export type MonitorsListAppServicesNextResponse = AppServicesListResponse;
630
-
631
- // @public
632
- export interface MonitorsListAppServicesOptionalParams extends coreClient.OperationOptions {
633
- }
634
-
635
- // @public
636
- export type MonitorsListAppServicesResponse = AppServicesListResponse;
637
-
638
- // @public
639
- export interface MonitorsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
640
- }
641
-
642
- // @public
643
- export type MonitorsListByResourceGroupNextResponse = NewRelicMonitorResourceListResult;
644
-
645
- // @public
646
- export interface MonitorsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
647
- }
648
-
649
- // @public
650
- export type MonitorsListByResourceGroupResponse = NewRelicMonitorResourceListResult;
651
-
652
- // @public
653
- export interface MonitorsListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
654
- }
655
-
656
- // @public
657
- export type MonitorsListBySubscriptionNextResponse = NewRelicMonitorResourceListResult;
658
-
659
- // @public
660
- export interface MonitorsListBySubscriptionOptionalParams extends coreClient.OperationOptions {
661
- }
662
-
663
- // @public
664
- export type MonitorsListBySubscriptionResponse = NewRelicMonitorResourceListResult;
665
-
666
- // @public
667
- export interface MonitorsListHostsNextOptionalParams extends coreClient.OperationOptions {
668
- }
669
-
670
- // @public
671
- export type MonitorsListHostsNextResponse = VMHostsListResponse;
672
-
673
- // @public
674
- export interface MonitorsListHostsOptionalParams extends coreClient.OperationOptions {
675
- }
676
-
677
- // @public
678
- export type MonitorsListHostsResponse = VMHostsListResponse;
679
-
680
- // @public
681
- export interface MonitorsListLinkedResourcesNextOptionalParams extends coreClient.OperationOptions {
682
- }
683
-
684
- // @public
685
- export type MonitorsListLinkedResourcesNextResponse = LinkedResourceListResponse;
686
-
687
- // @public
688
- export interface MonitorsListLinkedResourcesOptionalParams extends coreClient.OperationOptions {
689
- }
690
-
691
- // @public
692
- export type MonitorsListLinkedResourcesResponse = LinkedResourceListResponse;
693
-
694
- // @public
695
- export interface MonitorsListMonitoredResourcesNextOptionalParams extends coreClient.OperationOptions {
696
- }
697
-
698
- // @public
699
- export type MonitorsListMonitoredResourcesNextResponse = MonitoredResourceListResponse;
700
-
701
- // @public
702
- export interface MonitorsListMonitoredResourcesOptionalParams extends coreClient.OperationOptions {
703
- }
704
-
705
- // @public
706
- export type MonitorsListMonitoredResourcesResponse = MonitoredResourceListResponse;
707
-
708
- // @public
709
- export interface MonitorsSwitchBillingHeaders {
710
- retryAfter?: number;
711
- }
712
-
713
- // @public
714
- export interface MonitorsSwitchBillingOptionalParams extends coreClient.OperationOptions {
715
- }
716
-
717
- // @public
718
- export type MonitorsSwitchBillingResponse = NewRelicMonitorResource;
719
-
720
- // @public
721
- export interface MonitorsUpdateOptionalParams extends coreClient.OperationOptions {
722
- }
723
-
724
- // @public
725
- export type MonitorsUpdateResponse = NewRelicMonitorResource;
726
-
727
- // @public
728
- export interface MonitorsVmHostPayloadOptionalParams extends coreClient.OperationOptions {
729
- }
730
-
731
- // @public
732
- export type MonitorsVmHostPayloadResponse = VMExtensionPayload;
733
-
734
- // @public
735
- export interface NewRelicAccountProperties {
736
- accountInfo?: AccountInfo;
737
- organizationInfo?: OrganizationInfo;
738
- singleSignOnProperties?: NewRelicSingleSignOnProperties;
739
- userId?: string;
740
- }
741
-
742
- // @public
743
- export interface NewRelicMonitorResource extends TrackedResource {
744
- accountCreationSource?: AccountCreationSource;
745
- identity?: ManagedServiceIdentity;
746
- readonly liftrResourceCategory?: LiftrResourceCategories;
747
- readonly liftrResourcePreference?: number;
748
- readonly marketplaceSubscriptionId?: string;
749
- readonly marketplaceSubscriptionStatus?: MarketplaceSubscriptionStatus;
750
- readonly monitoringStatus?: MonitoringStatus;
751
- newRelicAccountProperties?: NewRelicAccountProperties;
752
- orgCreationSource?: OrgCreationSource;
753
- planData?: PlanData;
754
- readonly provisioningState?: ProvisioningState;
755
- saaSAzureSubscriptionStatus?: string;
756
- subscriptionState?: string;
757
- userInfo?: UserInfo;
758
- }
759
-
760
- // @public
761
- export interface NewRelicMonitorResourceListResult {
762
- nextLink?: string;
763
- value: NewRelicMonitorResource[];
764
- }
765
-
766
- // @public
767
- export interface NewRelicMonitorResourceUpdate {
768
- accountCreationSource?: AccountCreationSource;
769
- identity?: ManagedServiceIdentity;
770
- newRelicAccountProperties?: NewRelicAccountProperties;
771
- orgCreationSource?: OrgCreationSource;
772
- planData?: PlanData;
773
- tags?: {
774
- [propertyName: string]: string;
775
- };
776
- userInfo?: UserInfo;
777
- }
778
-
779
- // @public (undocumented)
780
- export class NewRelicObservability extends coreClient.ServiceClient {
781
- // (undocumented)
782
- $host: string;
783
- constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: NewRelicObservabilityOptionalParams);
784
- // (undocumented)
785
- accounts: Accounts;
786
- // (undocumented)
787
- apiVersion: string;
788
- // (undocumented)
789
- billingInfo: BillingInfo;
790
- // (undocumented)
791
- connectedPartnerResources: ConnectedPartnerResources;
792
- // (undocumented)
793
- monitoredSubscriptions: MonitoredSubscriptions;
794
- // (undocumented)
795
- monitors: Monitors;
796
- // (undocumented)
797
- operations: Operations;
798
- // (undocumented)
799
- organizations: Organizations;
800
- // (undocumented)
801
- plans: Plans;
802
- // (undocumented)
803
- subscriptionId: string;
804
- // (undocumented)
805
- tagRules: TagRules;
806
- }
807
-
808
- // @public
809
- export interface NewRelicObservabilityOptionalParams extends coreClient.ServiceClientOptions {
810
- $host?: string;
811
- apiVersion?: string;
812
- endpoint?: string;
813
- }
814
-
815
- // @public
816
- export interface NewRelicSingleSignOnProperties {
817
- enterpriseAppId?: string;
818
- provisioningState?: ProvisioningState;
819
- singleSignOnState?: SingleSignOnStates;
820
- singleSignOnUrl?: string;
821
- }
822
-
823
- // @public
824
- export interface Operation {
825
- readonly actionType?: ActionType;
826
- display?: OperationDisplay;
827
- readonly isDataAction?: boolean;
828
- readonly name?: string;
829
- readonly origin?: Origin;
830
- }
831
-
832
- // @public
833
- export interface OperationDisplay {
834
- readonly description?: string;
835
- readonly operation?: string;
836
- readonly provider?: string;
837
- readonly resource?: string;
838
- }
839
-
840
- // @public
841
- export interface OperationListResult {
842
- readonly nextLink?: string;
843
- readonly value?: Operation[];
844
- }
845
-
846
- // @public
847
- export interface Operations {
848
- list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<Operation>;
849
- }
850
-
851
- // @public
852
- export interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
853
- }
854
-
855
- // @public
856
- export type OperationsListNextResponse = OperationListResult;
857
-
858
- // @public
859
- export interface OperationsListOptionalParams extends coreClient.OperationOptions {
860
- }
861
-
862
- // @public
863
- export type OperationsListResponse = OperationListResult;
864
-
865
- // @public
866
- export interface OrganizationInfo {
867
- organizationId?: string;
868
- }
869
-
870
- // @public
871
- export interface OrganizationResource extends ProxyResource {
872
- billingSource?: BillingSource;
873
- organizationId?: string;
874
- organizationName?: string;
875
- }
876
-
877
- // @public
878
- export interface Organizations {
879
- list(userEmail: string, location: string, options?: OrganizationsListOptionalParams): PagedAsyncIterableIterator<OrganizationResource>;
880
- }
881
-
882
- // @public
883
- export interface OrganizationsListNextOptionalParams extends coreClient.OperationOptions {
884
- }
885
-
886
- // @public
887
- export type OrganizationsListNextResponse = OrganizationsListResponse;
888
-
889
- // @public
890
- export type OrganizationsListOperationResponse = OrganizationsListResponse;
891
-
892
- // @public
893
- export interface OrganizationsListOptionalParams extends coreClient.OperationOptions {
894
- }
895
-
896
- // @public
897
- export interface OrganizationsListResponse {
898
- nextLink?: string;
899
- value: OrganizationResource[];
900
- }
901
-
902
- // @public
903
- export type OrgCreationSource = string;
904
-
905
- // @public
906
- export type Origin = string;
907
-
908
- // @public
909
- export interface PartnerBillingEntity {
910
- organizationId?: string;
911
- organizationName?: string;
912
- }
913
-
914
- // @public
915
- export type PatchOperation = string;
916
-
917
- // @public
918
- export interface PlanData {
919
- billingCycle?: BillingCycle;
920
- effectiveDate?: Date;
921
- planDetails?: string;
922
- usageType?: UsageType;
923
- }
924
-
925
- // @public
926
- export interface PlanDataListResponse {
927
- nextLink?: string;
928
- value: PlanDataResource[];
929
- }
930
-
931
- // @public
932
- export interface PlanDataResource extends ProxyResource {
933
- accountCreationSource?: AccountCreationSource;
934
- orgCreationSource?: OrgCreationSource;
935
- planData?: PlanData;
936
- }
937
-
938
- // @public
939
- export interface Plans {
940
- list(options?: PlansListOptionalParams): PagedAsyncIterableIterator<PlanDataResource>;
941
- }
942
-
943
- // @public
944
- export interface PlansListNextOptionalParams extends coreClient.OperationOptions {
945
- }
946
-
947
- // @public
948
- export type PlansListNextResponse = PlanDataListResponse;
949
-
950
- // @public
951
- export interface PlansListOptionalParams extends coreClient.OperationOptions {
952
- accountId?: string;
953
- organizationId?: string;
954
- }
955
-
956
- // @public
957
- export type PlansListResponse = PlanDataListResponse;
958
-
959
- // @public
960
- export type ProvisioningState = string;
961
-
962
- // @public
963
- export interface ProxyResource extends Resource {
964
- }
965
-
966
- // @public
967
- export interface Resource {
968
- readonly id?: string;
969
- readonly name?: string;
970
- readonly systemData?: SystemData;
971
- readonly type?: string;
972
- }
973
-
974
- // @public
975
- export type SendAadLogsStatus = string;
976
-
977
- // @public
978
- export type SendActivityLogsStatus = string;
979
-
980
- // @public
981
- export type SendingLogsStatus = string;
982
-
983
- // @public
984
- export type SendingMetricsStatus = string;
985
-
986
- // @public
987
- export type SendMetricsStatus = string;
988
-
989
- // @public
990
- export type SendSubscriptionLogsStatus = string;
991
-
992
- // @public
993
- export type SingleSignOnStates = string;
994
-
995
- // @public
996
- export type Status = string;
997
-
998
- // @public
999
- export interface SubscriptionList {
1000
- monitoredSubscriptionList?: MonitoredSubscription[];
1001
- patchOperation?: PatchOperation;
1002
- readonly provisioningState?: ProvisioningState;
1003
- }
1004
-
1005
- // @public
1006
- export interface SwitchBillingParameter {
1007
- request: SwitchBillingRequest;
1008
- }
1009
-
1010
- // @public
1011
- export interface SwitchBillingRequest {
1012
- azureResourceId?: string;
1013
- organizationId?: string;
1014
- planData?: PlanData;
1015
- userEmail: string;
1016
- }
1017
-
1018
- // @public
1019
- export interface SystemData {
1020
- createdAt?: Date;
1021
- createdBy?: string;
1022
- createdByType?: CreatedByType;
1023
- lastModifiedAt?: Date;
1024
- lastModifiedBy?: string;
1025
- lastModifiedByType?: CreatedByType;
1026
- }
1027
-
1028
- // @public
1029
- export type TagAction = string;
1030
-
1031
- // @public
1032
- export interface TagRule extends ProxyResource {
1033
- logRules?: LogRules;
1034
- metricRules?: MetricRules;
1035
- readonly provisioningState?: ProvisioningState;
1036
- }
1037
-
1038
- // @public
1039
- export interface TagRuleListResult {
1040
- nextLink?: string;
1041
- value: TagRule[];
1042
- }
1043
-
1044
- // @public
1045
- export interface TagRules {
1046
- beginCreateOrUpdate(resourceGroupName: string, monitorName: string, ruleSetName: string, resource: TagRule, options?: TagRulesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<TagRulesCreateOrUpdateResponse>, TagRulesCreateOrUpdateResponse>>;
1047
- beginCreateOrUpdateAndWait(resourceGroupName: string, monitorName: string, ruleSetName: string, resource: TagRule, options?: TagRulesCreateOrUpdateOptionalParams): Promise<TagRulesCreateOrUpdateResponse>;
1048
- beginDelete(resourceGroupName: string, monitorName: string, ruleSetName: string, options?: TagRulesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
1049
- beginDeleteAndWait(resourceGroupName: string, monitorName: string, ruleSetName: string, options?: TagRulesDeleteOptionalParams): Promise<void>;
1050
- get(resourceGroupName: string, monitorName: string, ruleSetName: string, options?: TagRulesGetOptionalParams): Promise<TagRulesGetResponse>;
1051
- listByNewRelicMonitorResource(resourceGroupName: string, monitorName: string, options?: TagRulesListByNewRelicMonitorResourceOptionalParams): PagedAsyncIterableIterator<TagRule>;
1052
- update(resourceGroupName: string, monitorName: string, ruleSetName: string, properties: TagRuleUpdate, options?: TagRulesUpdateOptionalParams): Promise<TagRulesUpdateResponse>;
1053
- }
1054
-
1055
- // @public
1056
- export interface TagRulesCreateOrUpdateHeaders {
1057
- retryAfter?: number;
1058
- }
1059
-
1060
- // @public
1061
- export interface TagRulesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
1062
- resumeFrom?: string;
1063
- updateIntervalInMs?: number;
1064
- }
1065
-
1066
- // @public
1067
- export type TagRulesCreateOrUpdateResponse = TagRule;
1068
-
1069
- // @public
1070
- export interface TagRulesDeleteHeaders {
1071
- retryAfter?: number;
1072
- }
1073
-
1074
- // @public
1075
- export interface TagRulesDeleteOptionalParams extends coreClient.OperationOptions {
1076
- resumeFrom?: string;
1077
- updateIntervalInMs?: number;
1078
- }
1079
-
1080
- // @public
1081
- export interface TagRulesGetOptionalParams extends coreClient.OperationOptions {
1082
- }
1083
-
1084
- // @public
1085
- export type TagRulesGetResponse = TagRule;
1086
-
1087
- // @public
1088
- export interface TagRulesListByNewRelicMonitorResourceNextOptionalParams extends coreClient.OperationOptions {
1089
- }
1090
-
1091
- // @public
1092
- export type TagRulesListByNewRelicMonitorResourceNextResponse = TagRuleListResult;
1093
-
1094
- // @public
1095
- export interface TagRulesListByNewRelicMonitorResourceOptionalParams extends coreClient.OperationOptions {
1096
- }
1097
-
1098
- // @public
1099
- export type TagRulesListByNewRelicMonitorResourceResponse = TagRuleListResult;
1100
-
1101
- // @public
1102
- export interface TagRulesUpdateOptionalParams extends coreClient.OperationOptions {
1103
- }
1104
-
1105
- // @public
1106
- export type TagRulesUpdateResponse = TagRule;
1107
-
1108
- // @public
1109
- export interface TagRuleUpdate {
1110
- logRules?: LogRules;
1111
- metricRules?: MetricRules;
1112
- }
1113
-
1114
- // @public
1115
- export interface TrackedResource extends Resource {
1116
- location: string;
1117
- tags?: {
1118
- [propertyName: string]: string;
1119
- };
1120
- }
1121
-
1122
- // @public
1123
- export type UsageType = string;
1124
-
1125
- // @public
1126
- export interface UserAssignedIdentity {
1127
- readonly clientId?: string;
1128
- readonly principalId?: string;
1129
- }
1130
-
1131
- // @public
1132
- export interface UserInfo {
1133
- country?: string;
1134
- emailAddress?: string;
1135
- firstName?: string;
1136
- lastName?: string;
1137
- phoneNumber?: string;
1138
- }
1139
-
1140
- // @public
1141
- export interface VMExtensionPayload {
1142
- ingestionKey?: string;
1143
- }
1144
-
1145
- // @public
1146
- export interface VMHostsListResponse {
1147
- nextLink?: string;
1148
- value: VMInfo[];
1149
- }
1150
-
1151
- // @public
1152
- export interface VMInfo {
1153
- agentStatus?: string;
1154
- agentVersion?: string;
1155
- vmId?: string;
1156
- }
1157
-
1158
- // (No @packageDocumentation comment for this package)
1159
-
1160
- ```