@azure/arm-networkfunction 2.0.1-alpha.20250217.1 → 2.0.1-alpha.20250218.2

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 (420) hide show
  1. package/README.md +21 -14
  2. package/{dist-esm/src → dist/browser}/azureTrafficCollectorClient.d.ts +2 -2
  3. package/dist/browser/azureTrafficCollectorClient.d.ts.map +1 -0
  4. package/{dist-esm/src → dist/browser}/azureTrafficCollectorClient.js +15 -18
  5. package/dist/browser/azureTrafficCollectorClient.js.map +1 -0
  6. package/dist/browser/index.d.ts +5 -0
  7. package/{dist-esm/src → dist/browser}/index.d.ts.map +1 -1
  8. package/{dist-esm/src → dist/browser}/index.js +4 -4
  9. package/dist/browser/index.js.map +1 -0
  10. package/dist/browser/lroImpl.js +25 -0
  11. package/dist/browser/lroImpl.js.map +1 -0
  12. package/dist/browser/models/index.js.map +1 -0
  13. package/dist/browser/models/mappers.js.map +1 -0
  14. package/{dist-esm/src → dist/browser}/models/parameters.js +1 -1
  15. package/dist/browser/models/parameters.js.map +1 -0
  16. package/{dist-esm/src → dist/browser}/operations/azureTrafficCollectors.d.ts +3 -3
  17. package/dist/browser/operations/azureTrafficCollectors.d.ts.map +1 -0
  18. package/{dist-esm/src → dist/browser}/operations/azureTrafficCollectors.js +69 -78
  19. package/dist/browser/operations/azureTrafficCollectors.js.map +1 -0
  20. package/{dist-esm/src → dist/browser}/operations/azureTrafficCollectorsByResourceGroup.d.ts +3 -3
  21. package/dist/browser/operations/azureTrafficCollectorsByResourceGroup.d.ts.map +1 -0
  22. package/{dist-esm/src → dist/browser}/operations/azureTrafficCollectorsByResourceGroup.js +3 -3
  23. package/dist/browser/operations/azureTrafficCollectorsByResourceGroup.js.map +1 -0
  24. package/{dist-esm/src → dist/browser}/operations/azureTrafficCollectorsBySubscription.d.ts +3 -3
  25. package/dist/browser/operations/azureTrafficCollectorsBySubscription.d.ts.map +1 -0
  26. package/{dist-esm/src → dist/browser}/operations/azureTrafficCollectorsBySubscription.js +3 -3
  27. package/dist/browser/operations/azureTrafficCollectorsBySubscription.js.map +1 -0
  28. package/{dist-esm/src → dist/browser}/operations/collectorPolicies.d.ts +3 -3
  29. package/dist/browser/operations/collectorPolicies.d.ts.map +1 -0
  30. package/{dist-esm/src → dist/browser}/operations/collectorPolicies.js +82 -90
  31. package/dist/browser/operations/collectorPolicies.js.map +1 -0
  32. package/dist/browser/operations/index.d.ts +6 -0
  33. package/{dist-esm/src → dist/browser}/operations/index.d.ts.map +1 -1
  34. package/dist/browser/operations/index.js +13 -0
  35. package/dist/browser/operations/index.js.map +1 -0
  36. package/{dist-esm/src → dist/browser}/operations/networkFunction.d.ts +3 -3
  37. package/dist/browser/operations/networkFunction.d.ts.map +1 -0
  38. package/{dist-esm/src → dist/browser}/operations/networkFunction.js +2 -2
  39. package/dist/browser/operations/networkFunction.js.map +1 -0
  40. package/{dist-esm/src → dist/browser}/operationsInterfaces/azureTrafficCollectors.d.ts +1 -1
  41. package/dist/browser/operationsInterfaces/azureTrafficCollectors.d.ts.map +1 -0
  42. package/dist/browser/operationsInterfaces/azureTrafficCollectors.js.map +1 -0
  43. package/{dist-esm/src → dist/browser}/operationsInterfaces/azureTrafficCollectorsByResourceGroup.d.ts +1 -1
  44. package/{dist-esm/src → dist/browser}/operationsInterfaces/azureTrafficCollectorsByResourceGroup.d.ts.map +1 -1
  45. package/dist/browser/operationsInterfaces/azureTrafficCollectorsByResourceGroup.js.map +1 -0
  46. package/{dist-esm/src → dist/browser}/operationsInterfaces/azureTrafficCollectorsBySubscription.d.ts +1 -1
  47. package/{dist-esm/src → dist/browser}/operationsInterfaces/azureTrafficCollectorsBySubscription.d.ts.map +1 -1
  48. package/dist/browser/operationsInterfaces/azureTrafficCollectorsBySubscription.js.map +1 -0
  49. package/{dist-esm/src → dist/browser}/operationsInterfaces/collectorPolicies.d.ts +1 -1
  50. package/dist/browser/operationsInterfaces/collectorPolicies.d.ts.map +1 -0
  51. package/dist/browser/operationsInterfaces/collectorPolicies.js.map +1 -0
  52. package/dist/browser/operationsInterfaces/index.d.ts +6 -0
  53. package/{dist-esm/src → dist/browser}/operationsInterfaces/index.d.ts.map +1 -1
  54. package/dist/browser/operationsInterfaces/index.js +13 -0
  55. package/dist/browser/operationsInterfaces/index.js.map +1 -0
  56. package/{dist-esm/src → dist/browser}/operationsInterfaces/networkFunction.d.ts +1 -1
  57. package/{dist-esm/src → dist/browser}/operationsInterfaces/networkFunction.d.ts.map +1 -1
  58. package/dist/browser/operationsInterfaces/networkFunction.js.map +1 -0
  59. package/dist/browser/package.json +3 -0
  60. package/dist/browser/pagingHelper.js.map +1 -0
  61. package/dist/commonjs/azureTrafficCollectorClient.d.ts +24 -0
  62. package/dist/commonjs/azureTrafficCollectorClient.d.ts.map +1 -0
  63. package/dist/commonjs/azureTrafficCollectorClient.js +106 -0
  64. package/dist/commonjs/azureTrafficCollectorClient.js.map +1 -0
  65. package/dist/commonjs/index.d.ts +5 -0
  66. package/dist/commonjs/index.d.ts.map +1 -0
  67. package/dist/commonjs/index.js +19 -0
  68. package/dist/commonjs/index.js.map +1 -0
  69. package/dist/commonjs/lroImpl.d.ts +16 -0
  70. package/dist/commonjs/lroImpl.d.ts.map +1 -0
  71. package/dist/commonjs/lroImpl.js +29 -0
  72. package/dist/commonjs/lroImpl.js.map +1 -0
  73. package/dist/commonjs/models/index.d.ts +433 -0
  74. package/dist/commonjs/models/index.d.ts.map +1 -0
  75. package/dist/commonjs/models/index.js +69 -0
  76. package/dist/commonjs/models/index.js.map +1 -0
  77. package/dist/commonjs/models/mappers.d.ts +21 -0
  78. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  79. package/dist/commonjs/models/mappers.js +523 -0
  80. package/dist/commonjs/models/mappers.js.map +1 -0
  81. package/dist/commonjs/models/parameters.d.ts +19 -0
  82. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  83. package/dist/commonjs/models/parameters.js +139 -0
  84. package/dist/commonjs/models/parameters.js.map +1 -0
  85. package/dist/commonjs/operations/azureTrafficCollectors.d.ts +59 -0
  86. package/dist/commonjs/operations/azureTrafficCollectors.d.ts.map +1 -0
  87. package/dist/commonjs/operations/azureTrafficCollectors.js +252 -0
  88. package/dist/commonjs/operations/azureTrafficCollectors.js.map +1 -0
  89. package/dist/commonjs/operations/azureTrafficCollectorsByResourceGroup.d.ts +35 -0
  90. package/dist/commonjs/operations/azureTrafficCollectorsByResourceGroup.d.ts.map +1 -0
  91. package/dist/commonjs/operations/azureTrafficCollectorsByResourceGroup.js +150 -0
  92. package/dist/commonjs/operations/azureTrafficCollectorsByResourceGroup.js.map +1 -0
  93. package/dist/commonjs/operations/azureTrafficCollectorsBySubscription.d.ts +32 -0
  94. package/dist/commonjs/operations/azureTrafficCollectorsBySubscription.d.ts.map +1 -0
  95. package/dist/commonjs/operations/azureTrafficCollectorsBySubscription.js +142 -0
  96. package/dist/commonjs/operations/azureTrafficCollectorsBySubscription.js.map +1 -0
  97. package/dist/commonjs/operations/collectorPolicies.d.ts +90 -0
  98. package/dist/commonjs/operations/collectorPolicies.d.ts.map +1 -0
  99. package/dist/commonjs/operations/collectorPolicies.js +412 -0
  100. package/dist/commonjs/operations/collectorPolicies.js.map +1 -0
  101. package/dist/commonjs/operations/index.d.ts +6 -0
  102. package/dist/commonjs/operations/index.d.ts.map +1 -0
  103. package/dist/commonjs/operations/index.js +16 -0
  104. package/dist/commonjs/operations/index.js.map +1 -0
  105. package/dist/commonjs/operations/networkFunction.d.ts +26 -0
  106. package/dist/commonjs/operations/networkFunction.d.ts.map +1 -0
  107. package/dist/commonjs/operations/networkFunction.js +100 -0
  108. package/dist/commonjs/operations/networkFunction.js.map +1 -0
  109. package/dist/commonjs/operationsInterfaces/azureTrafficCollectors.d.ts +51 -0
  110. package/dist/commonjs/operationsInterfaces/azureTrafficCollectors.d.ts.map +1 -0
  111. package/dist/commonjs/operationsInterfaces/azureTrafficCollectors.js +10 -0
  112. package/dist/commonjs/operationsInterfaces/azureTrafficCollectors.js.map +1 -0
  113. package/dist/commonjs/operationsInterfaces/azureTrafficCollectorsByResourceGroup.d.ts +12 -0
  114. package/dist/commonjs/operationsInterfaces/azureTrafficCollectorsByResourceGroup.d.ts.map +1 -0
  115. package/dist/commonjs/operationsInterfaces/azureTrafficCollectorsByResourceGroup.js +10 -0
  116. package/dist/commonjs/operationsInterfaces/azureTrafficCollectorsByResourceGroup.js.map +1 -0
  117. package/dist/commonjs/operationsInterfaces/azureTrafficCollectorsBySubscription.d.ts +11 -0
  118. package/dist/commonjs/operationsInterfaces/azureTrafficCollectorsBySubscription.d.ts.map +1 -0
  119. package/dist/commonjs/operationsInterfaces/azureTrafficCollectorsBySubscription.js +10 -0
  120. package/dist/commonjs/operationsInterfaces/azureTrafficCollectorsBySubscription.js.map +1 -0
  121. package/dist/commonjs/operationsInterfaces/collectorPolicies.d.ts +65 -0
  122. package/dist/commonjs/operationsInterfaces/collectorPolicies.d.ts.map +1 -0
  123. package/dist/commonjs/operationsInterfaces/collectorPolicies.js +10 -0
  124. package/dist/commonjs/operationsInterfaces/collectorPolicies.js.map +1 -0
  125. package/dist/commonjs/operationsInterfaces/index.d.ts +6 -0
  126. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  127. package/dist/commonjs/operationsInterfaces/index.js +16 -0
  128. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  129. package/dist/commonjs/operationsInterfaces/networkFunction.d.ts +11 -0
  130. package/dist/commonjs/operationsInterfaces/networkFunction.d.ts.map +1 -0
  131. package/dist/commonjs/operationsInterfaces/networkFunction.js +10 -0
  132. package/dist/commonjs/operationsInterfaces/networkFunction.js.map +1 -0
  133. package/dist/commonjs/package.json +3 -0
  134. package/dist/commonjs/pagingHelper.d.ts +13 -0
  135. package/dist/commonjs/pagingHelper.d.ts.map +1 -0
  136. package/dist/commonjs/pagingHelper.js +36 -0
  137. package/dist/commonjs/pagingHelper.js.map +1 -0
  138. package/dist/esm/azureTrafficCollectorClient.d.ts +24 -0
  139. package/dist/esm/azureTrafficCollectorClient.d.ts.map +1 -0
  140. package/dist/esm/azureTrafficCollectorClient.js +101 -0
  141. package/dist/esm/azureTrafficCollectorClient.js.map +1 -0
  142. package/dist/esm/index.d.ts +5 -0
  143. package/dist/esm/index.d.ts.map +1 -0
  144. package/{src/index.ts → dist/esm/index.js} +5 -5
  145. package/dist/esm/index.js.map +1 -0
  146. package/dist/esm/lroImpl.d.ts +16 -0
  147. package/dist/esm/lroImpl.d.ts.map +1 -0
  148. package/dist/esm/lroImpl.js +25 -0
  149. package/dist/esm/lroImpl.js.map +1 -0
  150. package/dist/esm/models/index.d.ts +433 -0
  151. package/dist/esm/models/index.d.ts.map +1 -0
  152. package/dist/esm/models/index.js +66 -0
  153. package/dist/esm/models/index.js.map +1 -0
  154. package/dist/esm/models/mappers.d.ts +21 -0
  155. package/dist/esm/models/mappers.d.ts.map +1 -0
  156. package/dist/esm/models/mappers.js +520 -0
  157. package/dist/esm/models/mappers.js.map +1 -0
  158. package/dist/esm/models/parameters.d.ts +19 -0
  159. package/dist/esm/models/parameters.d.ts.map +1 -0
  160. package/dist/esm/models/parameters.js +136 -0
  161. package/dist/esm/models/parameters.js.map +1 -0
  162. package/dist/esm/operations/azureTrafficCollectors.d.ts +59 -0
  163. package/dist/esm/operations/azureTrafficCollectors.d.ts.map +1 -0
  164. package/dist/esm/operations/azureTrafficCollectors.js +247 -0
  165. package/dist/esm/operations/azureTrafficCollectors.js.map +1 -0
  166. package/dist/esm/operations/azureTrafficCollectorsByResourceGroup.d.ts +35 -0
  167. package/dist/esm/operations/azureTrafficCollectorsByResourceGroup.d.ts.map +1 -0
  168. package/dist/esm/operations/azureTrafficCollectorsByResourceGroup.js +146 -0
  169. package/dist/esm/operations/azureTrafficCollectorsByResourceGroup.js.map +1 -0
  170. package/dist/esm/operations/azureTrafficCollectorsBySubscription.d.ts +32 -0
  171. package/dist/esm/operations/azureTrafficCollectorsBySubscription.d.ts.map +1 -0
  172. package/dist/esm/operations/azureTrafficCollectorsBySubscription.js +138 -0
  173. package/dist/esm/operations/azureTrafficCollectorsBySubscription.js.map +1 -0
  174. package/dist/esm/operations/collectorPolicies.d.ts +90 -0
  175. package/dist/esm/operations/collectorPolicies.d.ts.map +1 -0
  176. package/dist/esm/operations/collectorPolicies.js +408 -0
  177. package/dist/esm/operations/collectorPolicies.js.map +1 -0
  178. package/dist/esm/operations/index.d.ts +6 -0
  179. package/dist/esm/operations/index.d.ts.map +1 -0
  180. package/dist/esm/operations/index.js +13 -0
  181. package/dist/esm/operations/index.js.map +1 -0
  182. package/dist/esm/operations/networkFunction.d.ts +26 -0
  183. package/dist/esm/operations/networkFunction.d.ts.map +1 -0
  184. package/dist/esm/operations/networkFunction.js +96 -0
  185. package/dist/esm/operations/networkFunction.js.map +1 -0
  186. package/dist/esm/operationsInterfaces/azureTrafficCollectors.d.ts +51 -0
  187. package/dist/esm/operationsInterfaces/azureTrafficCollectors.d.ts.map +1 -0
  188. package/dist/esm/operationsInterfaces/azureTrafficCollectors.js +9 -0
  189. package/dist/esm/operationsInterfaces/azureTrafficCollectors.js.map +1 -0
  190. package/dist/esm/operationsInterfaces/azureTrafficCollectorsByResourceGroup.d.ts +12 -0
  191. package/dist/esm/operationsInterfaces/azureTrafficCollectorsByResourceGroup.d.ts.map +1 -0
  192. package/dist/esm/operationsInterfaces/azureTrafficCollectorsByResourceGroup.js +9 -0
  193. package/dist/esm/operationsInterfaces/azureTrafficCollectorsByResourceGroup.js.map +1 -0
  194. package/dist/esm/operationsInterfaces/azureTrafficCollectorsBySubscription.d.ts +11 -0
  195. package/dist/esm/operationsInterfaces/azureTrafficCollectorsBySubscription.d.ts.map +1 -0
  196. package/dist/esm/operationsInterfaces/azureTrafficCollectorsBySubscription.js +9 -0
  197. package/dist/esm/operationsInterfaces/azureTrafficCollectorsBySubscription.js.map +1 -0
  198. package/dist/esm/operationsInterfaces/collectorPolicies.d.ts +65 -0
  199. package/dist/esm/operationsInterfaces/collectorPolicies.d.ts.map +1 -0
  200. package/dist/esm/operationsInterfaces/collectorPolicies.js +9 -0
  201. package/dist/esm/operationsInterfaces/collectorPolicies.js.map +1 -0
  202. package/dist/esm/operationsInterfaces/index.d.ts +6 -0
  203. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  204. package/dist/esm/operationsInterfaces/index.js +13 -0
  205. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  206. package/dist/esm/operationsInterfaces/networkFunction.d.ts +11 -0
  207. package/dist/esm/operationsInterfaces/networkFunction.d.ts.map +1 -0
  208. package/dist/esm/operationsInterfaces/networkFunction.js +9 -0
  209. package/dist/esm/operationsInterfaces/networkFunction.js.map +1 -0
  210. package/dist/esm/package.json +3 -0
  211. package/dist/esm/pagingHelper.d.ts +13 -0
  212. package/dist/esm/pagingHelper.d.ts.map +1 -0
  213. package/dist/esm/pagingHelper.js +32 -0
  214. package/dist/esm/pagingHelper.js.map +1 -0
  215. package/dist/react-native/azureTrafficCollectorClient.d.ts +24 -0
  216. package/dist/react-native/azureTrafficCollectorClient.d.ts.map +1 -0
  217. package/dist/react-native/azureTrafficCollectorClient.js +101 -0
  218. package/dist/react-native/azureTrafficCollectorClient.js.map +1 -0
  219. package/dist/react-native/index.d.ts +5 -0
  220. package/dist/react-native/index.d.ts.map +1 -0
  221. package/dist/react-native/index.js +13 -0
  222. package/dist/react-native/index.js.map +1 -0
  223. package/dist/react-native/lroImpl.d.ts +16 -0
  224. package/dist/react-native/lroImpl.d.ts.map +1 -0
  225. package/dist/react-native/lroImpl.js +25 -0
  226. package/dist/react-native/lroImpl.js.map +1 -0
  227. package/dist/react-native/models/index.d.ts +433 -0
  228. package/dist/react-native/models/index.d.ts.map +1 -0
  229. package/dist/react-native/models/index.js +66 -0
  230. package/dist/react-native/models/index.js.map +1 -0
  231. package/dist/react-native/models/mappers.d.ts +21 -0
  232. package/dist/react-native/models/mappers.d.ts.map +1 -0
  233. package/dist/react-native/models/mappers.js +520 -0
  234. package/dist/react-native/models/mappers.js.map +1 -0
  235. package/dist/react-native/models/parameters.d.ts +19 -0
  236. package/dist/react-native/models/parameters.d.ts.map +1 -0
  237. package/dist/react-native/models/parameters.js +136 -0
  238. package/dist/react-native/models/parameters.js.map +1 -0
  239. package/dist/react-native/operations/azureTrafficCollectors.d.ts +59 -0
  240. package/dist/react-native/operations/azureTrafficCollectors.d.ts.map +1 -0
  241. package/dist/react-native/operations/azureTrafficCollectors.js +247 -0
  242. package/dist/react-native/operations/azureTrafficCollectors.js.map +1 -0
  243. package/dist/react-native/operations/azureTrafficCollectorsByResourceGroup.d.ts +35 -0
  244. package/dist/react-native/operations/azureTrafficCollectorsByResourceGroup.d.ts.map +1 -0
  245. package/dist/react-native/operations/azureTrafficCollectorsByResourceGroup.js +146 -0
  246. package/dist/react-native/operations/azureTrafficCollectorsByResourceGroup.js.map +1 -0
  247. package/dist/react-native/operations/azureTrafficCollectorsBySubscription.d.ts +32 -0
  248. package/dist/react-native/operations/azureTrafficCollectorsBySubscription.d.ts.map +1 -0
  249. package/dist/react-native/operations/azureTrafficCollectorsBySubscription.js +138 -0
  250. package/dist/react-native/operations/azureTrafficCollectorsBySubscription.js.map +1 -0
  251. package/dist/react-native/operations/collectorPolicies.d.ts +90 -0
  252. package/dist/react-native/operations/collectorPolicies.d.ts.map +1 -0
  253. package/dist/react-native/operations/collectorPolicies.js +408 -0
  254. package/dist/react-native/operations/collectorPolicies.js.map +1 -0
  255. package/dist/react-native/operations/index.d.ts +6 -0
  256. package/dist/react-native/operations/index.d.ts.map +1 -0
  257. package/dist/react-native/operations/index.js +13 -0
  258. package/dist/react-native/operations/index.js.map +1 -0
  259. package/dist/react-native/operations/networkFunction.d.ts +26 -0
  260. package/dist/react-native/operations/networkFunction.d.ts.map +1 -0
  261. package/dist/react-native/operations/networkFunction.js +96 -0
  262. package/dist/react-native/operations/networkFunction.js.map +1 -0
  263. package/dist/react-native/operationsInterfaces/azureTrafficCollectors.d.ts +51 -0
  264. package/dist/react-native/operationsInterfaces/azureTrafficCollectors.d.ts.map +1 -0
  265. package/dist/react-native/operationsInterfaces/azureTrafficCollectors.js +9 -0
  266. package/dist/react-native/operationsInterfaces/azureTrafficCollectors.js.map +1 -0
  267. package/dist/react-native/operationsInterfaces/azureTrafficCollectorsByResourceGroup.d.ts +12 -0
  268. package/dist/react-native/operationsInterfaces/azureTrafficCollectorsByResourceGroup.d.ts.map +1 -0
  269. package/dist/react-native/operationsInterfaces/azureTrafficCollectorsByResourceGroup.js +9 -0
  270. package/dist/react-native/operationsInterfaces/azureTrafficCollectorsByResourceGroup.js.map +1 -0
  271. package/dist/react-native/operationsInterfaces/azureTrafficCollectorsBySubscription.d.ts +11 -0
  272. package/dist/react-native/operationsInterfaces/azureTrafficCollectorsBySubscription.d.ts.map +1 -0
  273. package/dist/react-native/operationsInterfaces/azureTrafficCollectorsBySubscription.js +9 -0
  274. package/dist/react-native/operationsInterfaces/azureTrafficCollectorsBySubscription.js.map +1 -0
  275. package/dist/react-native/operationsInterfaces/collectorPolicies.d.ts +65 -0
  276. package/dist/react-native/operationsInterfaces/collectorPolicies.d.ts.map +1 -0
  277. package/dist/react-native/operationsInterfaces/collectorPolicies.js +9 -0
  278. package/dist/react-native/operationsInterfaces/collectorPolicies.js.map +1 -0
  279. package/dist/react-native/operationsInterfaces/index.d.ts +6 -0
  280. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
  281. package/dist/react-native/operationsInterfaces/index.js +13 -0
  282. package/dist/react-native/operationsInterfaces/index.js.map +1 -0
  283. package/dist/react-native/operationsInterfaces/networkFunction.d.ts +11 -0
  284. package/dist/react-native/operationsInterfaces/networkFunction.d.ts.map +1 -0
  285. package/dist/react-native/operationsInterfaces/networkFunction.js +9 -0
  286. package/dist/react-native/operationsInterfaces/networkFunction.js.map +1 -0
  287. package/dist/react-native/package.json +3 -0
  288. package/dist/react-native/pagingHelper.d.ts +13 -0
  289. package/dist/react-native/pagingHelper.d.ts.map +1 -0
  290. package/dist/react-native/pagingHelper.js +32 -0
  291. package/dist/react-native/pagingHelper.js.map +1 -0
  292. package/package.json +70 -41
  293. package/dist/index.js +0 -1933
  294. package/dist/index.js.map +0 -1
  295. package/dist/index.min.js +0 -1
  296. package/dist/index.min.js.map +0 -1
  297. package/dist-esm/samples-dev/azureTrafficCollectorsByResourceGroupListSample.d.ts +0 -2
  298. package/dist-esm/samples-dev/azureTrafficCollectorsByResourceGroupListSample.d.ts.map +0 -1
  299. package/dist-esm/samples-dev/azureTrafficCollectorsByResourceGroupListSample.js +0 -44
  300. package/dist-esm/samples-dev/azureTrafficCollectorsByResourceGroupListSample.js.map +0 -1
  301. package/dist-esm/samples-dev/azureTrafficCollectorsBySubscriptionListSample.d.ts +0 -2
  302. package/dist-esm/samples-dev/azureTrafficCollectorsBySubscriptionListSample.d.ts.map +0 -1
  303. package/dist-esm/samples-dev/azureTrafficCollectorsBySubscriptionListSample.js +0 -43
  304. package/dist-esm/samples-dev/azureTrafficCollectorsBySubscriptionListSample.js.map +0 -1
  305. package/dist-esm/samples-dev/azureTrafficCollectorsCreateOrUpdateSample.d.ts +0 -2
  306. package/dist-esm/samples-dev/azureTrafficCollectorsCreateOrUpdateSample.d.ts.map +0 -1
  307. package/dist-esm/samples-dev/azureTrafficCollectorsCreateOrUpdateSample.js +0 -25
  308. package/dist-esm/samples-dev/azureTrafficCollectorsCreateOrUpdateSample.js.map +0 -1
  309. package/dist-esm/samples-dev/azureTrafficCollectorsDeleteSample.d.ts +0 -2
  310. package/dist-esm/samples-dev/azureTrafficCollectorsDeleteSample.d.ts.map +0 -1
  311. package/dist-esm/samples-dev/azureTrafficCollectorsDeleteSample.js +0 -29
  312. package/dist-esm/samples-dev/azureTrafficCollectorsDeleteSample.js.map +0 -1
  313. package/dist-esm/samples-dev/azureTrafficCollectorsGetSample.d.ts +0 -2
  314. package/dist-esm/samples-dev/azureTrafficCollectorsGetSample.d.ts.map +0 -1
  315. package/dist-esm/samples-dev/azureTrafficCollectorsGetSample.js +0 -29
  316. package/dist-esm/samples-dev/azureTrafficCollectorsGetSample.js.map +0 -1
  317. package/dist-esm/samples-dev/azureTrafficCollectorsUpdateTagsSample.d.ts +0 -2
  318. package/dist-esm/samples-dev/azureTrafficCollectorsUpdateTagsSample.d.ts.map +0 -1
  319. package/dist-esm/samples-dev/azureTrafficCollectorsUpdateTagsSample.js +0 -23
  320. package/dist-esm/samples-dev/azureTrafficCollectorsUpdateTagsSample.js.map +0 -1
  321. package/dist-esm/samples-dev/collectorPoliciesCreateOrUpdateSample.d.ts +0 -2
  322. package/dist-esm/samples-dev/collectorPoliciesCreateOrUpdateSample.d.ts.map +0 -1
  323. package/dist-esm/samples-dev/collectorPoliciesCreateOrUpdateSample.js +0 -31
  324. package/dist-esm/samples-dev/collectorPoliciesCreateOrUpdateSample.js.map +0 -1
  325. package/dist-esm/samples-dev/collectorPoliciesDeleteSample.d.ts +0 -2
  326. package/dist-esm/samples-dev/collectorPoliciesDeleteSample.d.ts.map +0 -1
  327. package/dist-esm/samples-dev/collectorPoliciesDeleteSample.js +0 -30
  328. package/dist-esm/samples-dev/collectorPoliciesDeleteSample.js.map +0 -1
  329. package/dist-esm/samples-dev/collectorPoliciesGetSample.d.ts +0 -2
  330. package/dist-esm/samples-dev/collectorPoliciesGetSample.d.ts.map +0 -1
  331. package/dist-esm/samples-dev/collectorPoliciesGetSample.js +0 -30
  332. package/dist-esm/samples-dev/collectorPoliciesGetSample.js.map +0 -1
  333. package/dist-esm/samples-dev/collectorPoliciesListSample.d.ts +0 -2
  334. package/dist-esm/samples-dev/collectorPoliciesListSample.d.ts.map +0 -1
  335. package/dist-esm/samples-dev/collectorPoliciesListSample.js +0 -45
  336. package/dist-esm/samples-dev/collectorPoliciesListSample.js.map +0 -1
  337. package/dist-esm/samples-dev/collectorPoliciesUpdateTagsSample.d.ts +0 -2
  338. package/dist-esm/samples-dev/collectorPoliciesUpdateTagsSample.d.ts.map +0 -1
  339. package/dist-esm/samples-dev/collectorPoliciesUpdateTagsSample.js +0 -24
  340. package/dist-esm/samples-dev/collectorPoliciesUpdateTagsSample.js.map +0 -1
  341. package/dist-esm/samples-dev/networkFunctionListOperationsSample.d.ts +0 -2
  342. package/dist-esm/samples-dev/networkFunctionListOperationsSample.d.ts.map +0 -1
  343. package/dist-esm/samples-dev/networkFunctionListOperationsSample.js +0 -43
  344. package/dist-esm/samples-dev/networkFunctionListOperationsSample.js.map +0 -1
  345. package/dist-esm/src/azureTrafficCollectorClient.d.ts.map +0 -1
  346. package/dist-esm/src/azureTrafficCollectorClient.js.map +0 -1
  347. package/dist-esm/src/index.d.ts +0 -5
  348. package/dist-esm/src/index.js.map +0 -1
  349. package/dist-esm/src/lroImpl.js +0 -29
  350. package/dist-esm/src/lroImpl.js.map +0 -1
  351. package/dist-esm/src/models/index.js.map +0 -1
  352. package/dist-esm/src/models/mappers.js.map +0 -1
  353. package/dist-esm/src/models/parameters.js.map +0 -1
  354. package/dist-esm/src/operations/azureTrafficCollectors.d.ts.map +0 -1
  355. package/dist-esm/src/operations/azureTrafficCollectors.js.map +0 -1
  356. package/dist-esm/src/operations/azureTrafficCollectorsByResourceGroup.d.ts.map +0 -1
  357. package/dist-esm/src/operations/azureTrafficCollectorsByResourceGroup.js.map +0 -1
  358. package/dist-esm/src/operations/azureTrafficCollectorsBySubscription.d.ts.map +0 -1
  359. package/dist-esm/src/operations/azureTrafficCollectorsBySubscription.js.map +0 -1
  360. package/dist-esm/src/operations/collectorPolicies.d.ts.map +0 -1
  361. package/dist-esm/src/operations/collectorPolicies.js.map +0 -1
  362. package/dist-esm/src/operations/index.d.ts +0 -6
  363. package/dist-esm/src/operations/index.js +0 -13
  364. package/dist-esm/src/operations/index.js.map +0 -1
  365. package/dist-esm/src/operations/networkFunction.d.ts.map +0 -1
  366. package/dist-esm/src/operations/networkFunction.js.map +0 -1
  367. package/dist-esm/src/operationsInterfaces/azureTrafficCollectors.d.ts.map +0 -1
  368. package/dist-esm/src/operationsInterfaces/azureTrafficCollectors.js.map +0 -1
  369. package/dist-esm/src/operationsInterfaces/azureTrafficCollectorsByResourceGroup.js.map +0 -1
  370. package/dist-esm/src/operationsInterfaces/azureTrafficCollectorsBySubscription.js.map +0 -1
  371. package/dist-esm/src/operationsInterfaces/collectorPolicies.d.ts.map +0 -1
  372. package/dist-esm/src/operationsInterfaces/collectorPolicies.js.map +0 -1
  373. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -6
  374. package/dist-esm/src/operationsInterfaces/index.js +0 -13
  375. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  376. package/dist-esm/src/operationsInterfaces/networkFunction.js.map +0 -1
  377. package/dist-esm/src/pagingHelper.js.map +0 -1
  378. package/dist-esm/test/networkfunction_examples.spec.d.ts +0 -4
  379. package/dist-esm/test/networkfunction_examples.spec.d.ts.map +0 -1
  380. package/dist-esm/test/networkfunction_examples.spec.js +0 -73
  381. package/dist-esm/test/networkfunction_examples.spec.js.map +0 -1
  382. package/src/azureTrafficCollectorClient.ts +0 -164
  383. package/src/lroImpl.ts +0 -34
  384. package/src/models/index.ts +0 -498
  385. package/src/models/mappers.ts +0 -554
  386. package/src/models/parameters.ts +0 -162
  387. package/src/operations/azureTrafficCollectors.ts +0 -362
  388. package/src/operations/azureTrafficCollectorsByResourceGroup.ts +0 -176
  389. package/src/operations/azureTrafficCollectorsBySubscription.ts +0 -156
  390. package/src/operations/collectorPolicies.ts +0 -575
  391. package/src/operations/index.ts +0 -13
  392. package/src/operations/networkFunction.ts +0 -106
  393. package/src/operationsInterfaces/azureTrafficCollectors.ts +0 -100
  394. package/src/operationsInterfaces/azureTrafficCollectorsByResourceGroup.ts +0 -27
  395. package/src/operationsInterfaces/azureTrafficCollectorsBySubscription.ts +0 -25
  396. package/src/operationsInterfaces/collectorPolicies.ts +0 -127
  397. package/src/operationsInterfaces/index.ts +0 -13
  398. package/src/operationsInterfaces/networkFunction.ts +0 -25
  399. package/src/pagingHelper.ts +0 -39
  400. package/tsconfig.json +0 -33
  401. package/types/arm-networkfunction.d.ts +0 -668
  402. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
  403. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +0 -0
  404. /package/{dist-esm/src → dist/browser}/models/index.d.ts +0 -0
  405. /package/{dist-esm/src → dist/browser}/models/index.d.ts.map +0 -0
  406. /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
  407. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
  408. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
  409. /package/{dist-esm/src → dist/browser}/models/mappers.js +0 -0
  410. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
  411. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
  412. /package/{dist-esm/src → dist/browser}/operationsInterfaces/azureTrafficCollectors.js +0 -0
  413. /package/{dist-esm/src → dist/browser}/operationsInterfaces/azureTrafficCollectorsByResourceGroup.js +0 -0
  414. /package/{dist-esm/src → dist/browser}/operationsInterfaces/azureTrafficCollectorsBySubscription.js +0 -0
  415. /package/{dist-esm/src → dist/browser}/operationsInterfaces/collectorPolicies.js +0 -0
  416. /package/{dist-esm/src → dist/browser}/operationsInterfaces/networkFunction.js +0 -0
  417. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
  418. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
  419. /package/{dist-esm/src → dist/browser}/pagingHelper.js +0 -0
  420. /package/{types → dist/commonjs}/tsdoc-metadata.json +0 -0
@@ -0,0 +1,136 @@
1
+ /*
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
+ *
5
+ * Code generated by Microsoft (R) AutoRest Code Generator.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ */
8
+ import { AzureTrafficCollector as AzureTrafficCollectorMapper, TagsObject as TagsObjectMapper, CollectorPolicy as CollectorPolicyMapper } from "../models/mappers.js";
9
+ export const accept = {
10
+ parameterPath: "accept",
11
+ mapper: {
12
+ defaultValue: "application/json",
13
+ isConstant: true,
14
+ serializedName: "Accept",
15
+ type: {
16
+ name: "String"
17
+ }
18
+ }
19
+ };
20
+ export const $host = {
21
+ parameterPath: "$host",
22
+ mapper: {
23
+ serializedName: "$host",
24
+ required: true,
25
+ type: {
26
+ name: "String"
27
+ }
28
+ },
29
+ skipEncoding: true
30
+ };
31
+ export const apiVersion = {
32
+ parameterPath: "apiVersion",
33
+ mapper: {
34
+ defaultValue: "2022-11-01",
35
+ isConstant: true,
36
+ serializedName: "api-version",
37
+ type: {
38
+ name: "String"
39
+ }
40
+ }
41
+ };
42
+ export const subscriptionId = {
43
+ parameterPath: "subscriptionId",
44
+ mapper: {
45
+ serializedName: "subscriptionId",
46
+ required: true,
47
+ type: {
48
+ name: "String"
49
+ }
50
+ }
51
+ };
52
+ export const nextLink = {
53
+ parameterPath: "nextLink",
54
+ mapper: {
55
+ serializedName: "nextLink",
56
+ required: true,
57
+ type: {
58
+ name: "String"
59
+ }
60
+ },
61
+ skipEncoding: true
62
+ };
63
+ export const resourceGroupName = {
64
+ parameterPath: "resourceGroupName",
65
+ mapper: {
66
+ serializedName: "resourceGroupName",
67
+ required: true,
68
+ type: {
69
+ name: "String"
70
+ }
71
+ }
72
+ };
73
+ export const azureTrafficCollectorName = {
74
+ parameterPath: "azureTrafficCollectorName",
75
+ mapper: {
76
+ serializedName: "azureTrafficCollectorName",
77
+ required: true,
78
+ type: {
79
+ name: "String"
80
+ }
81
+ }
82
+ };
83
+ export const contentType = {
84
+ parameterPath: ["options", "contentType"],
85
+ mapper: {
86
+ defaultValue: "application/json",
87
+ isConstant: true,
88
+ serializedName: "Content-Type",
89
+ type: {
90
+ name: "String"
91
+ }
92
+ }
93
+ };
94
+ export const location = {
95
+ parameterPath: "location",
96
+ mapper: AzureTrafficCollectorMapper
97
+ };
98
+ export const tags = {
99
+ parameterPath: ["options", "tags"],
100
+ mapper: AzureTrafficCollectorMapper
101
+ };
102
+ export const virtualHub = {
103
+ parameterPath: ["options", "virtualHub"],
104
+ mapper: AzureTrafficCollectorMapper
105
+ };
106
+ export const parameters1 = {
107
+ parameterPath: "parameters",
108
+ mapper: TagsObjectMapper
109
+ };
110
+ export const collectorPolicyName = {
111
+ parameterPath: "collectorPolicyName",
112
+ mapper: {
113
+ serializedName: "collectorPolicyName",
114
+ required: true,
115
+ type: {
116
+ name: "String"
117
+ }
118
+ }
119
+ };
120
+ export const location1 = {
121
+ parameterPath: "location",
122
+ mapper: CollectorPolicyMapper
123
+ };
124
+ export const tags1 = {
125
+ parameterPath: ["options", "tags"],
126
+ mapper: CollectorPolicyMapper
127
+ };
128
+ export const ingestionPolicy = {
129
+ parameterPath: ["options", "ingestionPolicy"],
130
+ mapper: CollectorPolicyMapper
131
+ };
132
+ export const emissionPolicies = {
133
+ parameterPath: ["options", "emissionPolicies"],
134
+ mapper: CollectorPolicyMapper
135
+ };
136
+ //# sourceMappingURL=parameters.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"parameters.js","sourceRoot":"","sources":["../../../src/models/parameters.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport {\n OperationParameter,\n OperationURLParameter,\n OperationQueryParameter\n} from \"@azure/core-client\";\nimport {\n AzureTrafficCollector as AzureTrafficCollectorMapper,\n TagsObject as TagsObjectMapper,\n CollectorPolicy as CollectorPolicyMapper\n} from \"../models/mappers.js\";\n\nexport const accept: OperationParameter = {\n parameterPath: \"accept\",\n mapper: {\n defaultValue: \"application/json\",\n isConstant: true,\n serializedName: \"Accept\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const $host: OperationURLParameter = {\n parameterPath: \"$host\",\n mapper: {\n serializedName: \"$host\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n skipEncoding: true\n};\n\nexport const apiVersion: OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n defaultValue: \"2022-11-01\",\n isConstant: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const subscriptionId: OperationURLParameter = {\n parameterPath: \"subscriptionId\",\n mapper: {\n serializedName: \"subscriptionId\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const nextLink: OperationURLParameter = {\n parameterPath: \"nextLink\",\n mapper: {\n serializedName: \"nextLink\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n skipEncoding: true\n};\n\nexport const resourceGroupName: OperationURLParameter = {\n parameterPath: \"resourceGroupName\",\n mapper: {\n serializedName: \"resourceGroupName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const azureTrafficCollectorName: OperationURLParameter = {\n parameterPath: \"azureTrafficCollectorName\",\n mapper: {\n serializedName: \"azureTrafficCollectorName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const contentType: OperationParameter = {\n parameterPath: [\"options\", \"contentType\"],\n mapper: {\n defaultValue: \"application/json\",\n isConstant: true,\n serializedName: \"Content-Type\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const location: OperationParameter = {\n parameterPath: \"location\",\n mapper: AzureTrafficCollectorMapper\n};\n\nexport const tags: OperationParameter = {\n parameterPath: [\"options\", \"tags\"],\n mapper: AzureTrafficCollectorMapper\n};\n\nexport const virtualHub: OperationParameter = {\n parameterPath: [\"options\", \"virtualHub\"],\n mapper: AzureTrafficCollectorMapper\n};\n\nexport const parameters1: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: TagsObjectMapper\n};\n\nexport const collectorPolicyName: OperationURLParameter = {\n parameterPath: \"collectorPolicyName\",\n mapper: {\n serializedName: \"collectorPolicyName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const location1: OperationParameter = {\n parameterPath: \"location\",\n mapper: CollectorPolicyMapper\n};\n\nexport const tags1: OperationParameter = {\n parameterPath: [\"options\", \"tags\"],\n mapper: CollectorPolicyMapper\n};\n\nexport const ingestionPolicy: OperationParameter = {\n parameterPath: [\"options\", \"ingestionPolicy\"],\n mapper: CollectorPolicyMapper\n};\n\nexport const emissionPolicies: OperationParameter = {\n parameterPath: [\"options\", \"emissionPolicies\"],\n mapper: CollectorPolicyMapper\n};\n"]}
@@ -0,0 +1,59 @@
1
+ import { AzureTrafficCollectors } from "../operationsInterfaces/index.js";
2
+ import { AzureTrafficCollectorClient } from "../azureTrafficCollectorClient.js";
3
+ import { PollerLike, PollOperationState } from "@azure/core-lro";
4
+ import { AzureTrafficCollectorsGetOptionalParams, AzureTrafficCollectorsGetResponse, AzureTrafficCollectorsCreateOrUpdateOptionalParams, AzureTrafficCollectorsCreateOrUpdateResponse, AzureTrafficCollectorsDeleteOptionalParams, TagsObject, AzureTrafficCollectorsUpdateTagsOptionalParams, AzureTrafficCollectorsUpdateTagsResponse } from "../models/index.js";
5
+ /** Class containing AzureTrafficCollectors operations. */
6
+ export declare class AzureTrafficCollectorsImpl implements AzureTrafficCollectors {
7
+ private readonly client;
8
+ /**
9
+ * Initialize a new instance of the class AzureTrafficCollectors class.
10
+ * @param client Reference to the service client
11
+ */
12
+ constructor(client: AzureTrafficCollectorClient);
13
+ /**
14
+ * Gets the specified Azure Traffic Collector in a specified resource group
15
+ * @param resourceGroupName The name of the resource group.
16
+ * @param azureTrafficCollectorName Azure Traffic Collector name
17
+ * @param options The options parameters.
18
+ */
19
+ get(resourceGroupName: string, azureTrafficCollectorName: string, options?: AzureTrafficCollectorsGetOptionalParams): Promise<AzureTrafficCollectorsGetResponse>;
20
+ /**
21
+ * Creates or updates a Azure Traffic Collector resource
22
+ * @param resourceGroupName The name of the resource group.
23
+ * @param azureTrafficCollectorName Azure Traffic Collector name
24
+ * @param location Resource location.
25
+ * @param options The options parameters.
26
+ */
27
+ beginCreateOrUpdate(resourceGroupName: string, azureTrafficCollectorName: string, location: string, options?: AzureTrafficCollectorsCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<AzureTrafficCollectorsCreateOrUpdateResponse>, AzureTrafficCollectorsCreateOrUpdateResponse>>;
28
+ /**
29
+ * Creates or updates a Azure Traffic Collector resource
30
+ * @param resourceGroupName The name of the resource group.
31
+ * @param azureTrafficCollectorName Azure Traffic Collector name
32
+ * @param location Resource location.
33
+ * @param options The options parameters.
34
+ */
35
+ beginCreateOrUpdateAndWait(resourceGroupName: string, azureTrafficCollectorName: string, location: string, options?: AzureTrafficCollectorsCreateOrUpdateOptionalParams): Promise<AzureTrafficCollectorsCreateOrUpdateResponse>;
36
+ /**
37
+ * Deletes a specified Azure Traffic Collector resource.
38
+ * @param resourceGroupName The name of the resource group.
39
+ * @param azureTrafficCollectorName Azure Traffic Collector name
40
+ * @param options The options parameters.
41
+ */
42
+ beginDelete(resourceGroupName: string, azureTrafficCollectorName: string, options?: AzureTrafficCollectorsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
43
+ /**
44
+ * Deletes a specified Azure Traffic Collector resource.
45
+ * @param resourceGroupName The name of the resource group.
46
+ * @param azureTrafficCollectorName Azure Traffic Collector name
47
+ * @param options The options parameters.
48
+ */
49
+ beginDeleteAndWait(resourceGroupName: string, azureTrafficCollectorName: string, options?: AzureTrafficCollectorsDeleteOptionalParams): Promise<void>;
50
+ /**
51
+ * Updates the specified Azure Traffic Collector tags.
52
+ * @param resourceGroupName The name of the resource group.
53
+ * @param azureTrafficCollectorName Azure Traffic Collector name
54
+ * @param parameters Parameters supplied to update Azure Traffic Collector tags.
55
+ * @param options The options parameters.
56
+ */
57
+ updateTags(resourceGroupName: string, azureTrafficCollectorName: string, parameters: TagsObject, options?: AzureTrafficCollectorsUpdateTagsOptionalParams): Promise<AzureTrafficCollectorsUpdateTagsResponse>;
58
+ }
59
+ //# sourceMappingURL=azureTrafficCollectors.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"azureTrafficCollectors.d.ts","sourceRoot":"","sources":["../../../src/operations/azureTrafficCollectors.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,sBAAsB,EAAE,MAAM,kCAAkC,CAAC;AAI1E,OAAO,EAAE,2BAA2B,EAAE,MAAM,mCAAmC,CAAC;AAChF,OAAO,EAAE,UAAU,EAAE,kBAAkB,EAAa,MAAM,iBAAiB,CAAC;AAE5E,OAAO,EACL,uCAAuC,EACvC,iCAAiC,EACjC,kDAAkD,EAClD,4CAA4C,EAC5C,0CAA0C,EAC1C,UAAU,EACV,8CAA8C,EAC9C,wCAAwC,EACzC,MAAM,oBAAoB,CAAC;AAE5B,0DAA0D;AAC1D,qBAAa,0BAA2B,YAAW,sBAAsB;IACvE,OAAO,CAAC,QAAQ,CAAC,MAAM,CAA8B;IAErD;;;OAGG;gBACS,MAAM,EAAE,2BAA2B;IAI/C;;;;;OAKG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,yBAAyB,EAAE,MAAM,EACjC,OAAO,CAAC,EAAE,uCAAuC,GAChD,OAAO,CAAC,iCAAiC,CAAC;IAO7C;;;;;;OAMG;IACG,mBAAmB,CACvB,iBAAiB,EAAE,MAAM,EACzB,yBAAyB,EAAE,MAAM,EACjC,QAAQ,EAAE,MAAM,EAChB,OAAO,CAAC,EAAE,kDAAkD,GAC3D,OAAO,CACR,UAAU,CACR,kBAAkB,CAAC,4CAA4C,CAAC,EAChE,4CAA4C,CAC7C,CACF;IAsDD;;;;;;OAMG;IACG,0BAA0B,CAC9B,iBAAiB,EAAE,MAAM,EACzB,yBAAyB,EAAE,MAAM,EACjC,QAAQ,EAAE,MAAM,EAChB,OAAO,CAAC,EAAE,kDAAkD,GAC3D,OAAO,CAAC,4CAA4C,CAAC;IAUxD;;;;;OAKG;IACG,WAAW,CACf,iBAAiB,EAAE,MAAM,EACzB,yBAAyB,EAAE,MAAM,EACjC,OAAO,CAAC,EAAE,0CAA0C,GACnD,OAAO,CAAC,UAAU,CAAC,kBAAkB,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC;IAsDtD;;;;;OAKG;IACG,kBAAkB,CACtB,iBAAiB,EAAE,MAAM,EACzB,yBAAyB,EAAE,MAAM,EACjC,OAAO,CAAC,EAAE,0CAA0C,GACnD,OAAO,CAAC,IAAI,CAAC;IAShB;;;;;;OAMG;IACH,UAAU,CACR,iBAAiB,EAAE,MAAM,EACzB,yBAAyB,EAAE,MAAM,EACjC,UAAU,EAAE,UAAU,EACtB,OAAO,CAAC,EAAE,8CAA8C,GACvD,OAAO,CAAC,wCAAwC,CAAC;CAMrD"}
@@ -0,0 +1,247 @@
1
+ /*
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
+ *
5
+ * Code generated by Microsoft (R) AutoRest Code Generator.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ */
8
+ import * as coreClient from "@azure/core-client";
9
+ import * as Mappers from "../models/mappers.js";
10
+ import * as Parameters from "../models/parameters.js";
11
+ import { LroEngine } from "@azure/core-lro";
12
+ import { LroImpl } from "../lroImpl.js";
13
+ /** Class containing AzureTrafficCollectors operations. */
14
+ export class AzureTrafficCollectorsImpl {
15
+ /**
16
+ * Initialize a new instance of the class AzureTrafficCollectors class.
17
+ * @param client Reference to the service client
18
+ */
19
+ constructor(client) {
20
+ this.client = client;
21
+ }
22
+ /**
23
+ * Gets the specified Azure Traffic Collector in a specified resource group
24
+ * @param resourceGroupName The name of the resource group.
25
+ * @param azureTrafficCollectorName Azure Traffic Collector name
26
+ * @param options The options parameters.
27
+ */
28
+ get(resourceGroupName, azureTrafficCollectorName, options) {
29
+ return this.client.sendOperationRequest({ resourceGroupName, azureTrafficCollectorName, options }, getOperationSpec);
30
+ }
31
+ /**
32
+ * Creates or updates a Azure Traffic Collector resource
33
+ * @param resourceGroupName The name of the resource group.
34
+ * @param azureTrafficCollectorName Azure Traffic Collector name
35
+ * @param location Resource location.
36
+ * @param options The options parameters.
37
+ */
38
+ async beginCreateOrUpdate(resourceGroupName, azureTrafficCollectorName, location, options) {
39
+ const directSendOperation = async (args, spec) => {
40
+ return this.client.sendOperationRequest(args, spec);
41
+ };
42
+ const sendOperation = async (args, spec) => {
43
+ var _a;
44
+ let currentRawResponse = undefined;
45
+ const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
46
+ const callback = (rawResponse, flatResponse) => {
47
+ currentRawResponse = rawResponse;
48
+ providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
49
+ };
50
+ const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
51
+ const flatResponse = await directSendOperation(updatedArgs, spec);
52
+ return {
53
+ flatResponse,
54
+ rawResponse: {
55
+ statusCode: currentRawResponse.status,
56
+ body: currentRawResponse.parsedBody,
57
+ headers: currentRawResponse.headers.toJSON()
58
+ }
59
+ };
60
+ };
61
+ const lro = new LroImpl(sendOperation, { resourceGroupName, azureTrafficCollectorName, location, options }, createOrUpdateOperationSpec);
62
+ const poller = new LroEngine(lro, {
63
+ resumeFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
64
+ intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
65
+ lroResourceLocationConfig: "azure-async-operation"
66
+ });
67
+ await poller.poll();
68
+ return poller;
69
+ }
70
+ /**
71
+ * Creates or updates a Azure Traffic Collector resource
72
+ * @param resourceGroupName The name of the resource group.
73
+ * @param azureTrafficCollectorName Azure Traffic Collector name
74
+ * @param location Resource location.
75
+ * @param options The options parameters.
76
+ */
77
+ async beginCreateOrUpdateAndWait(resourceGroupName, azureTrafficCollectorName, location, options) {
78
+ const poller = await this.beginCreateOrUpdate(resourceGroupName, azureTrafficCollectorName, location, options);
79
+ return poller.pollUntilDone();
80
+ }
81
+ /**
82
+ * Deletes a specified Azure Traffic Collector resource.
83
+ * @param resourceGroupName The name of the resource group.
84
+ * @param azureTrafficCollectorName Azure Traffic Collector name
85
+ * @param options The options parameters.
86
+ */
87
+ async beginDelete(resourceGroupName, azureTrafficCollectorName, options) {
88
+ const directSendOperation = async (args, spec) => {
89
+ return this.client.sendOperationRequest(args, spec);
90
+ };
91
+ const sendOperation = async (args, spec) => {
92
+ var _a;
93
+ let currentRawResponse = undefined;
94
+ const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
95
+ const callback = (rawResponse, flatResponse) => {
96
+ currentRawResponse = rawResponse;
97
+ providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
98
+ };
99
+ const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
100
+ const flatResponse = await directSendOperation(updatedArgs, spec);
101
+ return {
102
+ flatResponse,
103
+ rawResponse: {
104
+ statusCode: currentRawResponse.status,
105
+ body: currentRawResponse.parsedBody,
106
+ headers: currentRawResponse.headers.toJSON()
107
+ }
108
+ };
109
+ };
110
+ const lro = new LroImpl(sendOperation, { resourceGroupName, azureTrafficCollectorName, options }, deleteOperationSpec);
111
+ const poller = new LroEngine(lro, {
112
+ resumeFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
113
+ intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
114
+ lroResourceLocationConfig: "location"
115
+ });
116
+ await poller.poll();
117
+ return poller;
118
+ }
119
+ /**
120
+ * Deletes a specified Azure Traffic Collector resource.
121
+ * @param resourceGroupName The name of the resource group.
122
+ * @param azureTrafficCollectorName Azure Traffic Collector name
123
+ * @param options The options parameters.
124
+ */
125
+ async beginDeleteAndWait(resourceGroupName, azureTrafficCollectorName, options) {
126
+ const poller = await this.beginDelete(resourceGroupName, azureTrafficCollectorName, options);
127
+ return poller.pollUntilDone();
128
+ }
129
+ /**
130
+ * Updates the specified Azure Traffic Collector tags.
131
+ * @param resourceGroupName The name of the resource group.
132
+ * @param azureTrafficCollectorName Azure Traffic Collector name
133
+ * @param parameters Parameters supplied to update Azure Traffic Collector tags.
134
+ * @param options The options parameters.
135
+ */
136
+ updateTags(resourceGroupName, azureTrafficCollectorName, parameters, options) {
137
+ return this.client.sendOperationRequest({ resourceGroupName, azureTrafficCollectorName, parameters, options }, updateTagsOperationSpec);
138
+ }
139
+ }
140
+ // Operation Specifications
141
+ const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
142
+ const getOperationSpec = {
143
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkFunction/azureTrafficCollectors/{azureTrafficCollectorName}",
144
+ httpMethod: "GET",
145
+ responses: {
146
+ 200: {
147
+ bodyMapper: Mappers.AzureTrafficCollector
148
+ },
149
+ default: {
150
+ bodyMapper: Mappers.CloudError
151
+ }
152
+ },
153
+ queryParameters: [Parameters.apiVersion],
154
+ urlParameters: [
155
+ Parameters.$host,
156
+ Parameters.subscriptionId,
157
+ Parameters.resourceGroupName,
158
+ Parameters.azureTrafficCollectorName
159
+ ],
160
+ headerParameters: [Parameters.accept],
161
+ serializer
162
+ };
163
+ const createOrUpdateOperationSpec = {
164
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkFunction/azureTrafficCollectors/{azureTrafficCollectorName}",
165
+ httpMethod: "PUT",
166
+ responses: {
167
+ 200: {
168
+ bodyMapper: Mappers.AzureTrafficCollector
169
+ },
170
+ 201: {
171
+ bodyMapper: Mappers.AzureTrafficCollector
172
+ },
173
+ 202: {
174
+ bodyMapper: Mappers.AzureTrafficCollector
175
+ },
176
+ 204: {
177
+ bodyMapper: Mappers.AzureTrafficCollector
178
+ },
179
+ default: {
180
+ bodyMapper: Mappers.CloudError
181
+ }
182
+ },
183
+ requestBody: {
184
+ parameterPath: {
185
+ location: ["location"],
186
+ tags: ["options", "tags"],
187
+ virtualHub: ["options", "virtualHub"]
188
+ },
189
+ mapper: Object.assign(Object.assign({}, Mappers.AzureTrafficCollector), { required: true })
190
+ },
191
+ queryParameters: [Parameters.apiVersion],
192
+ urlParameters: [
193
+ Parameters.$host,
194
+ Parameters.subscriptionId,
195
+ Parameters.resourceGroupName,
196
+ Parameters.azureTrafficCollectorName
197
+ ],
198
+ headerParameters: [Parameters.accept, Parameters.contentType],
199
+ mediaType: "json",
200
+ serializer
201
+ };
202
+ const deleteOperationSpec = {
203
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkFunction/azureTrafficCollectors/{azureTrafficCollectorName}",
204
+ httpMethod: "DELETE",
205
+ responses: {
206
+ 200: {},
207
+ 201: {},
208
+ 202: {},
209
+ 204: {},
210
+ default: {
211
+ bodyMapper: Mappers.CloudError
212
+ }
213
+ },
214
+ queryParameters: [Parameters.apiVersion],
215
+ urlParameters: [
216
+ Parameters.$host,
217
+ Parameters.subscriptionId,
218
+ Parameters.resourceGroupName,
219
+ Parameters.azureTrafficCollectorName
220
+ ],
221
+ headerParameters: [Parameters.accept],
222
+ serializer
223
+ };
224
+ const updateTagsOperationSpec = {
225
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkFunction/azureTrafficCollectors/{azureTrafficCollectorName}",
226
+ httpMethod: "PATCH",
227
+ responses: {
228
+ 200: {
229
+ bodyMapper: Mappers.AzureTrafficCollector
230
+ },
231
+ default: {
232
+ bodyMapper: Mappers.CloudError
233
+ }
234
+ },
235
+ requestBody: Parameters.parameters1,
236
+ queryParameters: [Parameters.apiVersion],
237
+ urlParameters: [
238
+ Parameters.$host,
239
+ Parameters.subscriptionId,
240
+ Parameters.resourceGroupName,
241
+ Parameters.azureTrafficCollectorName
242
+ ],
243
+ headerParameters: [Parameters.accept, Parameters.contentType],
244
+ mediaType: "json",
245
+ serializer
246
+ };
247
+ //# sourceMappingURL=azureTrafficCollectors.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"azureTrafficCollectors.js","sourceRoot":"","sources":["../../../src/operations/azureTrafficCollectors.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { AzureTrafficCollectors } from \"../operationsInterfaces/index.js\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers.js\";\nimport * as Parameters from \"../models/parameters.js\";\nimport { AzureTrafficCollectorClient } from \"../azureTrafficCollectorClient.js\";\nimport { PollerLike, PollOperationState, LroEngine } from \"@azure/core-lro\";\nimport { LroImpl } from \"../lroImpl.js\";\nimport {\n AzureTrafficCollectorsGetOptionalParams,\n AzureTrafficCollectorsGetResponse,\n AzureTrafficCollectorsCreateOrUpdateOptionalParams,\n AzureTrafficCollectorsCreateOrUpdateResponse,\n AzureTrafficCollectorsDeleteOptionalParams,\n TagsObject,\n AzureTrafficCollectorsUpdateTagsOptionalParams,\n AzureTrafficCollectorsUpdateTagsResponse\n} from \"../models/index.js\";\n\n/** Class containing AzureTrafficCollectors operations. */\nexport class AzureTrafficCollectorsImpl implements AzureTrafficCollectors {\n private readonly client: AzureTrafficCollectorClient;\n\n /**\n * Initialize a new instance of the class AzureTrafficCollectors class.\n * @param client Reference to the service client\n */\n constructor(client: AzureTrafficCollectorClient) {\n this.client = client;\n }\n\n /**\n * Gets the specified Azure Traffic Collector in a specified resource group\n * @param resourceGroupName The name of the resource group.\n * @param azureTrafficCollectorName Azure Traffic Collector name\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n azureTrafficCollectorName: string,\n options?: AzureTrafficCollectorsGetOptionalParams\n ): Promise<AzureTrafficCollectorsGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, azureTrafficCollectorName, options },\n getOperationSpec\n );\n }\n\n /**\n * Creates or updates a Azure Traffic Collector resource\n * @param resourceGroupName The name of the resource group.\n * @param azureTrafficCollectorName Azure Traffic Collector name\n * @param location Resource location.\n * @param options The options parameters.\n */\n async beginCreateOrUpdate(\n resourceGroupName: string,\n azureTrafficCollectorName: string,\n location: string,\n options?: AzureTrafficCollectorsCreateOrUpdateOptionalParams\n ): Promise<\n PollerLike<\n PollOperationState<AzureTrafficCollectorsCreateOrUpdateResponse>,\n AzureTrafficCollectorsCreateOrUpdateResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<AzureTrafficCollectorsCreateOrUpdateResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ) => {\n let currentRawResponse:\n | coreClient.FullOperationResponse\n | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback\n }\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON()\n }\n };\n };\n\n const lro = new LroImpl(\n sendOperation,\n { resourceGroupName, azureTrafficCollectorName, location, options },\n createOrUpdateOperationSpec\n );\n const poller = new LroEngine(lro, {\n resumeFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n lroResourceLocationConfig: \"azure-async-operation\"\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Creates or updates a Azure Traffic Collector resource\n * @param resourceGroupName The name of the resource group.\n * @param azureTrafficCollectorName Azure Traffic Collector name\n * @param location Resource location.\n * @param options The options parameters.\n */\n async beginCreateOrUpdateAndWait(\n resourceGroupName: string,\n azureTrafficCollectorName: string,\n location: string,\n options?: AzureTrafficCollectorsCreateOrUpdateOptionalParams\n ): Promise<AzureTrafficCollectorsCreateOrUpdateResponse> {\n const poller = await this.beginCreateOrUpdate(\n resourceGroupName,\n azureTrafficCollectorName,\n location,\n options\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Deletes a specified Azure Traffic Collector resource.\n * @param resourceGroupName The name of the resource group.\n * @param azureTrafficCollectorName Azure Traffic Collector name\n * @param options The options parameters.\n */\n async beginDelete(\n resourceGroupName: string,\n azureTrafficCollectorName: string,\n options?: AzureTrafficCollectorsDeleteOptionalParams\n ): Promise<PollerLike<PollOperationState<void>, void>> {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<void> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ) => {\n let currentRawResponse:\n | coreClient.FullOperationResponse\n | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback\n }\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON()\n }\n };\n };\n\n const lro = new LroImpl(\n sendOperation,\n { resourceGroupName, azureTrafficCollectorName, options },\n deleteOperationSpec\n );\n const poller = new LroEngine(lro, {\n resumeFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n lroResourceLocationConfig: \"location\"\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Deletes a specified Azure Traffic Collector resource.\n * @param resourceGroupName The name of the resource group.\n * @param azureTrafficCollectorName Azure Traffic Collector name\n * @param options The options parameters.\n */\n async beginDeleteAndWait(\n resourceGroupName: string,\n azureTrafficCollectorName: string,\n options?: AzureTrafficCollectorsDeleteOptionalParams\n ): Promise<void> {\n const poller = await this.beginDelete(\n resourceGroupName,\n azureTrafficCollectorName,\n options\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Updates the specified Azure Traffic Collector tags.\n * @param resourceGroupName The name of the resource group.\n * @param azureTrafficCollectorName Azure Traffic Collector name\n * @param parameters Parameters supplied to update Azure Traffic Collector tags.\n * @param options The options parameters.\n */\n updateTags(\n resourceGroupName: string,\n azureTrafficCollectorName: string,\n parameters: TagsObject,\n options?: AzureTrafficCollectorsUpdateTagsOptionalParams\n ): Promise<AzureTrafficCollectorsUpdateTagsResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, azureTrafficCollectorName, parameters, options },\n updateTagsOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkFunction/azureTrafficCollectors/{azureTrafficCollectorName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.AzureTrafficCollector\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.azureTrafficCollectorName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst createOrUpdateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkFunction/azureTrafficCollectors/{azureTrafficCollectorName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.AzureTrafficCollector\n },\n 201: {\n bodyMapper: Mappers.AzureTrafficCollector\n },\n 202: {\n bodyMapper: Mappers.AzureTrafficCollector\n },\n 204: {\n bodyMapper: Mappers.AzureTrafficCollector\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n requestBody: {\n parameterPath: {\n location: [\"location\"],\n tags: [\"options\", \"tags\"],\n virtualHub: [\"options\", \"virtualHub\"]\n },\n mapper: { ...Mappers.AzureTrafficCollector, required: true }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.azureTrafficCollectorName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkFunction/azureTrafficCollectors/{azureTrafficCollectorName}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {},\n 201: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.azureTrafficCollectorName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst updateTagsOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkFunction/azureTrafficCollectors/{azureTrafficCollectorName}\",\n httpMethod: \"PATCH\",\n responses: {\n 200: {\n bodyMapper: Mappers.AzureTrafficCollector\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n requestBody: Parameters.parameters1,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.azureTrafficCollectorName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\n"]}
@@ -0,0 +1,35 @@
1
+ import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
+ import { AzureTrafficCollectorsByResourceGroup } from "../operationsInterfaces/index.js";
3
+ import { AzureTrafficCollectorClient } from "../azureTrafficCollectorClient.js";
4
+ import { AzureTrafficCollector, AzureTrafficCollectorsByResourceGroupListOptionalParams } from "../models/index.js";
5
+ /** Class containing AzureTrafficCollectorsByResourceGroup operations. */
6
+ export declare class AzureTrafficCollectorsByResourceGroupImpl implements AzureTrafficCollectorsByResourceGroup {
7
+ private readonly client;
8
+ /**
9
+ * Initialize a new instance of the class AzureTrafficCollectorsByResourceGroup class.
10
+ * @param client Reference to the service client
11
+ */
12
+ constructor(client: AzureTrafficCollectorClient);
13
+ /**
14
+ * Return list of Azure Traffic Collectors in a Resource Group
15
+ * @param resourceGroupName The name of the resource group.
16
+ * @param options The options parameters.
17
+ */
18
+ list(resourceGroupName: string, options?: AzureTrafficCollectorsByResourceGroupListOptionalParams): PagedAsyncIterableIterator<AzureTrafficCollector>;
19
+ private listPagingPage;
20
+ private listPagingAll;
21
+ /**
22
+ * Return list of Azure Traffic Collectors in a Resource Group
23
+ * @param resourceGroupName The name of the resource group.
24
+ * @param options The options parameters.
25
+ */
26
+ private _list;
27
+ /**
28
+ * ListNext
29
+ * @param resourceGroupName The name of the resource group.
30
+ * @param nextLink The nextLink from the previous successful call to the List method.
31
+ * @param options The options parameters.
32
+ */
33
+ private _listNext;
34
+ }
35
+ //# sourceMappingURL=azureTrafficCollectorsByResourceGroup.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"azureTrafficCollectorsByResourceGroup.d.ts","sourceRoot":"","sources":["../../../src/operations/azureTrafficCollectorsByResourceGroup.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AAE9E,OAAO,EAAE,qCAAqC,EAAE,MAAM,kCAAkC,CAAC;AAIzF,OAAO,EAAE,2BAA2B,EAAE,MAAM,mCAAmC,CAAC;AAChF,OAAO,EACL,qBAAqB,EAErB,uDAAuD,EAGxD,MAAM,oBAAoB,CAAC;AAG5B,yEAAyE;AACzE,qBAAa,yCACX,YAAW,qCAAqC;IAChD,OAAO,CAAC,QAAQ,CAAC,MAAM,CAA8B;IAErD;;;OAGG;gBACS,MAAM,EAAE,2BAA2B;IAI/C;;;;OAIG;IACI,IAAI,CACT,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,uDAAuD,GAChE,0BAA0B,CAAC,qBAAqB,CAAC;YAkBrC,cAAc;YA2Bd,aAAa;IAS5B;;;;OAIG;IACH,OAAO,CAAC,KAAK;IAUb;;;;;OAKG;IACH,OAAO,CAAC,SAAS;CAUlB"}