@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
@@ -1,668 +0,0 @@
1
- import * as coreAuth from '@azure/core-auth';
2
- import * as coreClient from '@azure/core-client';
3
- import { PagedAsyncIterableIterator } from '@azure/core-paging';
4
- import { PollerLike } from '@azure/core-lro';
5
- import { PollOperationState } from '@azure/core-lro';
6
-
7
- /**
8
- * Defines values for ApiVersionParameter. \
9
- * {@link KnownApiVersionParameter} can be used interchangeably with ApiVersionParameter,
10
- * this enum contains the known values that the service supports.
11
- * ### Known values supported by the service
12
- * **2022-05-01** \
13
- * **2022-08-01** \
14
- * **2022-11-01**
15
- */
16
- export declare type ApiVersionParameter = string;
17
-
18
- /** Azure Traffic Collector resource. */
19
- export declare interface AzureTrafficCollector extends TrackedResource {
20
- /**
21
- * A unique read-only string that changes whenever the resource is updated.
22
- * NOTE: This property will not be serialized. It can only be populated by the server.
23
- */
24
- readonly etag?: string;
25
- /**
26
- * Collector Policies for Azure Traffic Collector.
27
- * NOTE: This property will not be serialized. It can only be populated by the server.
28
- */
29
- readonly collectorPolicies?: ResourceReference[];
30
- /** The virtualHub to which the Azure Traffic Collector belongs. */
31
- virtualHub?: ResourceReference;
32
- /**
33
- * The provisioning state of the application rule collection resource.
34
- * NOTE: This property will not be serialized. It can only be populated by the server.
35
- */
36
- readonly provisioningState?: ProvisioningState;
37
- }
38
-
39
- export declare class AzureTrafficCollectorClient extends coreClient.ServiceClient {
40
- $host: string;
41
- apiVersion: string;
42
- subscriptionId: string;
43
- /**
44
- * Initializes a new instance of the AzureTrafficCollectorClient class.
45
- * @param credentials Subscription credentials which uniquely identify client subscription.
46
- * @param subscriptionId Azure Subscription ID.
47
- * @param options The parameter options
48
- */
49
- constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: AzureTrafficCollectorClientOptionalParams);
50
- /** A function that adds a policy that sets the api-version (or equivalent) to reflect the library version. */
51
- private addCustomApiVersionPolicy;
52
- networkFunction: NetworkFunction;
53
- azureTrafficCollectorsBySubscription: AzureTrafficCollectorsBySubscription;
54
- azureTrafficCollectorsByResourceGroup: AzureTrafficCollectorsByResourceGroup;
55
- azureTrafficCollectors: AzureTrafficCollectors;
56
- collectorPolicies: CollectorPolicies;
57
- }
58
-
59
- /** Optional parameters. */
60
- export declare interface AzureTrafficCollectorClientOptionalParams extends coreClient.ServiceClientOptions {
61
- /** server parameter */
62
- $host?: string;
63
- /** Api Version */
64
- apiVersion?: string;
65
- /** Overrides client endpoint. */
66
- endpoint?: string;
67
- }
68
-
69
- /** Response for the ListTrafficCollectors API service call. */
70
- export declare interface AzureTrafficCollectorListResult {
71
- /** A list of Traffic Collector resources. */
72
- value?: AzureTrafficCollector[];
73
- /**
74
- * The URL to get the next set of results.
75
- * NOTE: This property will not be serialized. It can only be populated by the server.
76
- */
77
- readonly nextLink?: string;
78
- }
79
-
80
- /** Interface representing a AzureTrafficCollectors. */
81
- export declare interface AzureTrafficCollectors {
82
- /**
83
- * Gets the specified Azure Traffic Collector in a specified resource group
84
- * @param resourceGroupName The name of the resource group.
85
- * @param azureTrafficCollectorName Azure Traffic Collector name
86
- * @param options The options parameters.
87
- */
88
- get(resourceGroupName: string, azureTrafficCollectorName: string, options?: AzureTrafficCollectorsGetOptionalParams): Promise<AzureTrafficCollectorsGetResponse>;
89
- /**
90
- * Creates or updates a Azure Traffic Collector resource
91
- * @param resourceGroupName The name of the resource group.
92
- * @param azureTrafficCollectorName Azure Traffic Collector name
93
- * @param location Resource location.
94
- * @param options The options parameters.
95
- */
96
- beginCreateOrUpdate(resourceGroupName: string, azureTrafficCollectorName: string, location: string, options?: AzureTrafficCollectorsCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<AzureTrafficCollectorsCreateOrUpdateResponse>, AzureTrafficCollectorsCreateOrUpdateResponse>>;
97
- /**
98
- * Creates or updates a Azure Traffic Collector resource
99
- * @param resourceGroupName The name of the resource group.
100
- * @param azureTrafficCollectorName Azure Traffic Collector name
101
- * @param location Resource location.
102
- * @param options The options parameters.
103
- */
104
- beginCreateOrUpdateAndWait(resourceGroupName: string, azureTrafficCollectorName: string, location: string, options?: AzureTrafficCollectorsCreateOrUpdateOptionalParams): Promise<AzureTrafficCollectorsCreateOrUpdateResponse>;
105
- /**
106
- * Deletes a specified Azure Traffic Collector resource.
107
- * @param resourceGroupName The name of the resource group.
108
- * @param azureTrafficCollectorName Azure Traffic Collector name
109
- * @param options The options parameters.
110
- */
111
- beginDelete(resourceGroupName: string, azureTrafficCollectorName: string, options?: AzureTrafficCollectorsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
112
- /**
113
- * Deletes a specified Azure Traffic Collector resource.
114
- * @param resourceGroupName The name of the resource group.
115
- * @param azureTrafficCollectorName Azure Traffic Collector name
116
- * @param options The options parameters.
117
- */
118
- beginDeleteAndWait(resourceGroupName: string, azureTrafficCollectorName: string, options?: AzureTrafficCollectorsDeleteOptionalParams): Promise<void>;
119
- /**
120
- * Updates the specified Azure Traffic Collector tags.
121
- * @param resourceGroupName The name of the resource group.
122
- * @param azureTrafficCollectorName Azure Traffic Collector name
123
- * @param parameters Parameters supplied to update Azure Traffic Collector tags.
124
- * @param options The options parameters.
125
- */
126
- updateTags(resourceGroupName: string, azureTrafficCollectorName: string, parameters: TagsObject, options?: AzureTrafficCollectorsUpdateTagsOptionalParams): Promise<AzureTrafficCollectorsUpdateTagsResponse>;
127
- }
128
-
129
- /** Interface representing a AzureTrafficCollectorsByResourceGroup. */
130
- export declare interface AzureTrafficCollectorsByResourceGroup {
131
- /**
132
- * Return list of Azure Traffic Collectors in a Resource Group
133
- * @param resourceGroupName The name of the resource group.
134
- * @param options The options parameters.
135
- */
136
- list(resourceGroupName: string, options?: AzureTrafficCollectorsByResourceGroupListOptionalParams): PagedAsyncIterableIterator<AzureTrafficCollector>;
137
- }
138
-
139
- /** Optional parameters. */
140
- export declare interface AzureTrafficCollectorsByResourceGroupListNextOptionalParams extends coreClient.OperationOptions {
141
- }
142
-
143
- /** Contains response data for the listNext operation. */
144
- export declare type AzureTrafficCollectorsByResourceGroupListNextResponse = AzureTrafficCollectorListResult;
145
-
146
- /** Optional parameters. */
147
- export declare interface AzureTrafficCollectorsByResourceGroupListOptionalParams extends coreClient.OperationOptions {
148
- }
149
-
150
- /** Contains response data for the list operation. */
151
- export declare type AzureTrafficCollectorsByResourceGroupListResponse = AzureTrafficCollectorListResult;
152
-
153
- /** Interface representing a AzureTrafficCollectorsBySubscription. */
154
- export declare interface AzureTrafficCollectorsBySubscription {
155
- /**
156
- * Return list of Azure Traffic Collectors in a subscription
157
- * @param options The options parameters.
158
- */
159
- list(options?: AzureTrafficCollectorsBySubscriptionListOptionalParams): PagedAsyncIterableIterator<AzureTrafficCollector>;
160
- }
161
-
162
- /** Optional parameters. */
163
- export declare interface AzureTrafficCollectorsBySubscriptionListNextOptionalParams extends coreClient.OperationOptions {
164
- }
165
-
166
- /** Contains response data for the listNext operation. */
167
- export declare type AzureTrafficCollectorsBySubscriptionListNextResponse = AzureTrafficCollectorListResult;
168
-
169
- /** Optional parameters. */
170
- export declare interface AzureTrafficCollectorsBySubscriptionListOptionalParams extends coreClient.OperationOptions {
171
- }
172
-
173
- /** Contains response data for the list operation. */
174
- export declare type AzureTrafficCollectorsBySubscriptionListResponse = AzureTrafficCollectorListResult;
175
-
176
- /** Optional parameters. */
177
- export declare interface AzureTrafficCollectorsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
178
- /** Resource tags. */
179
- tags?: {
180
- [propertyName: string]: string;
181
- };
182
- /** The virtualHub to which the Azure Traffic Collector belongs. */
183
- virtualHub?: ResourceReference;
184
- /** Delay to wait until next poll, in milliseconds. */
185
- updateIntervalInMs?: number;
186
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
187
- resumeFrom?: string;
188
- }
189
-
190
- /** Contains response data for the createOrUpdate operation. */
191
- export declare type AzureTrafficCollectorsCreateOrUpdateResponse = AzureTrafficCollector;
192
-
193
- /** Optional parameters. */
194
- export declare interface AzureTrafficCollectorsDeleteOptionalParams extends coreClient.OperationOptions {
195
- /** Delay to wait until next poll, in milliseconds. */
196
- updateIntervalInMs?: number;
197
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
198
- resumeFrom?: string;
199
- }
200
-
201
- /** Optional parameters. */
202
- export declare interface AzureTrafficCollectorsGetOptionalParams extends coreClient.OperationOptions {
203
- }
204
-
205
- /** Contains response data for the get operation. */
206
- export declare type AzureTrafficCollectorsGetResponse = AzureTrafficCollector;
207
-
208
- /** Optional parameters. */
209
- export declare interface AzureTrafficCollectorsUpdateTagsOptionalParams extends coreClient.OperationOptions {
210
- }
211
-
212
- /** Contains response data for the updateTags operation. */
213
- export declare type AzureTrafficCollectorsUpdateTagsResponse = AzureTrafficCollector;
214
-
215
- /** An error response from the service. */
216
- export declare interface CloudError {
217
- /** An error response from the service. */
218
- error?: CloudErrorBody;
219
- }
220
-
221
- /** An error response from the service. */
222
- export declare interface CloudErrorBody {
223
- /** An identifier for the error. Codes are invariant and are intended to be consumed programmatically. */
224
- code?: string;
225
- /** A message describing the error, intended to be suitable for display in a user interface. */
226
- message?: string;
227
- /** The target of the particular error. For example, the name of the property in error. */
228
- target?: string;
229
- /** A list of additional details about the error. */
230
- details?: CloudErrorBody[];
231
- }
232
-
233
- /** Interface representing a CollectorPolicies. */
234
- export declare interface CollectorPolicies {
235
- /**
236
- * Return list of Collector policies in a Azure Traffic Collector
237
- * @param resourceGroupName The name of the resource group.
238
- * @param azureTrafficCollectorName Azure Traffic Collector name
239
- * @param options The options parameters.
240
- */
241
- list(resourceGroupName: string, azureTrafficCollectorName: string, options?: CollectorPoliciesListOptionalParams): PagedAsyncIterableIterator<CollectorPolicy>;
242
- /**
243
- * Gets the collector policy in a specified Traffic Collector
244
- * @param resourceGroupName The name of the resource group.
245
- * @param azureTrafficCollectorName Azure Traffic Collector name
246
- * @param collectorPolicyName Collector Policy Name
247
- * @param options The options parameters.
248
- */
249
- get(resourceGroupName: string, azureTrafficCollectorName: string, collectorPolicyName: string, options?: CollectorPoliciesGetOptionalParams): Promise<CollectorPoliciesGetResponse>;
250
- /**
251
- * Creates or updates a Collector Policy resource
252
- * @param resourceGroupName The name of the resource group.
253
- * @param azureTrafficCollectorName Azure Traffic Collector name
254
- * @param collectorPolicyName Collector Policy Name
255
- * @param location Resource location.
256
- * @param options The options parameters.
257
- */
258
- beginCreateOrUpdate(resourceGroupName: string, azureTrafficCollectorName: string, collectorPolicyName: string, location: string, options?: CollectorPoliciesCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<CollectorPoliciesCreateOrUpdateResponse>, CollectorPoliciesCreateOrUpdateResponse>>;
259
- /**
260
- * Creates or updates a Collector Policy resource
261
- * @param resourceGroupName The name of the resource group.
262
- * @param azureTrafficCollectorName Azure Traffic Collector name
263
- * @param collectorPolicyName Collector Policy Name
264
- * @param location Resource location.
265
- * @param options The options parameters.
266
- */
267
- beginCreateOrUpdateAndWait(resourceGroupName: string, azureTrafficCollectorName: string, collectorPolicyName: string, location: string, options?: CollectorPoliciesCreateOrUpdateOptionalParams): Promise<CollectorPoliciesCreateOrUpdateResponse>;
268
- /**
269
- * Deletes a specified Collector Policy resource.
270
- * @param resourceGroupName The name of the resource group.
271
- * @param azureTrafficCollectorName Azure Traffic Collector name
272
- * @param collectorPolicyName Collector Policy Name
273
- * @param options The options parameters.
274
- */
275
- beginDelete(resourceGroupName: string, azureTrafficCollectorName: string, collectorPolicyName: string, options?: CollectorPoliciesDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
276
- /**
277
- * Deletes a specified Collector Policy resource.
278
- * @param resourceGroupName The name of the resource group.
279
- * @param azureTrafficCollectorName Azure Traffic Collector name
280
- * @param collectorPolicyName Collector Policy Name
281
- * @param options The options parameters.
282
- */
283
- beginDeleteAndWait(resourceGroupName: string, azureTrafficCollectorName: string, collectorPolicyName: string, options?: CollectorPoliciesDeleteOptionalParams): Promise<void>;
284
- /**
285
- * Updates the specified Collector Policy tags.
286
- * @param resourceGroupName The name of the resource group.
287
- * @param azureTrafficCollectorName Azure Traffic Collector name
288
- * @param collectorPolicyName Collector Policy Name
289
- * @param parameters Parameters supplied to update Collector Policy tags.
290
- * @param options The options parameters.
291
- */
292
- updateTags(resourceGroupName: string, azureTrafficCollectorName: string, collectorPolicyName: string, parameters: TagsObject, options?: CollectorPoliciesUpdateTagsOptionalParams): Promise<CollectorPoliciesUpdateTagsResponse>;
293
- }
294
-
295
- /** Optional parameters. */
296
- export declare interface CollectorPoliciesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
297
- /** Resource tags. */
298
- tags?: {
299
- [propertyName: string]: string;
300
- };
301
- /** Ingestion policies. */
302
- ingestionPolicy?: IngestionPolicyPropertiesFormat;
303
- /** Emission policies. */
304
- emissionPolicies?: EmissionPoliciesPropertiesFormat[];
305
- /** Delay to wait until next poll, in milliseconds. */
306
- updateIntervalInMs?: number;
307
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
308
- resumeFrom?: string;
309
- }
310
-
311
- /** Contains response data for the createOrUpdate operation. */
312
- export declare type CollectorPoliciesCreateOrUpdateResponse = CollectorPolicy;
313
-
314
- /** Optional parameters. */
315
- export declare interface CollectorPoliciesDeleteOptionalParams extends coreClient.OperationOptions {
316
- /** Delay to wait until next poll, in milliseconds. */
317
- updateIntervalInMs?: number;
318
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
319
- resumeFrom?: string;
320
- }
321
-
322
- /** Optional parameters. */
323
- export declare interface CollectorPoliciesGetOptionalParams extends coreClient.OperationOptions {
324
- }
325
-
326
- /** Contains response data for the get operation. */
327
- export declare type CollectorPoliciesGetResponse = CollectorPolicy;
328
-
329
- /** Optional parameters. */
330
- export declare interface CollectorPoliciesListNextOptionalParams extends coreClient.OperationOptions {
331
- }
332
-
333
- /** Contains response data for the listNext operation. */
334
- export declare type CollectorPoliciesListNextResponse = CollectorPolicyListResult;
335
-
336
- /** Optional parameters. */
337
- export declare interface CollectorPoliciesListOptionalParams extends coreClient.OperationOptions {
338
- }
339
-
340
- /** Contains response data for the list operation. */
341
- export declare type CollectorPoliciesListResponse = CollectorPolicyListResult;
342
-
343
- /** Optional parameters. */
344
- export declare interface CollectorPoliciesUpdateTagsOptionalParams extends coreClient.OperationOptions {
345
- }
346
-
347
- /** Contains response data for the updateTags operation. */
348
- export declare type CollectorPoliciesUpdateTagsResponse = CollectorPolicy;
349
-
350
- /** Collector policy resource. */
351
- export declare interface CollectorPolicy extends TrackedResource {
352
- /**
353
- * A unique read-only string that changes whenever the resource is updated.
354
- * NOTE: This property will not be serialized. It can only be populated by the server.
355
- */
356
- readonly etag?: string;
357
- /** Ingestion policies. */
358
- ingestionPolicy?: IngestionPolicyPropertiesFormat;
359
- /** Emission policies. */
360
- emissionPolicies?: EmissionPoliciesPropertiesFormat[];
361
- /**
362
- * The provisioning state.
363
- * NOTE: This property will not be serialized. It can only be populated by the server.
364
- */
365
- readonly provisioningState?: ProvisioningState;
366
- }
367
-
368
- /** Response for the ListCollectorPolicies API service call. */
369
- export declare interface CollectorPolicyListResult {
370
- /** A list of collection policies. */
371
- value?: CollectorPolicy[];
372
- /**
373
- * The URL to get the next set of results.
374
- * NOTE: This property will not be serialized. It can only be populated by the server.
375
- */
376
- readonly nextLink?: string;
377
- }
378
-
379
- /**
380
- * Defines values for CreatedByType. \
381
- * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
382
- * this enum contains the known values that the service supports.
383
- * ### Known values supported by the service
384
- * **User** \
385
- * **Application** \
386
- * **ManagedIdentity** \
387
- * **Key**
388
- */
389
- export declare type CreatedByType = string;
390
-
391
- /**
392
- * Defines values for DestinationType. \
393
- * {@link KnownDestinationType} can be used interchangeably with DestinationType,
394
- * this enum contains the known values that the service supports.
395
- * ### Known values supported by the service
396
- * **AzureMonitor**
397
- */
398
- export declare type DestinationType = string;
399
-
400
- /** Emission policy properties. */
401
- export declare interface EmissionPoliciesPropertiesFormat {
402
- /** Emission format type. */
403
- emissionType?: EmissionType;
404
- /** Emission policy destinations. */
405
- emissionDestinations?: EmissionPolicyDestination[];
406
- }
407
-
408
- /** Emission policy destination properties. */
409
- export declare interface EmissionPolicyDestination {
410
- /** Emission destination type. */
411
- destinationType?: DestinationType;
412
- }
413
-
414
- /**
415
- * Defines values for EmissionType. \
416
- * {@link KnownEmissionType} can be used interchangeably with EmissionType,
417
- * this enum contains the known values that the service supports.
418
- * ### Known values supported by the service
419
- * **IPFIX**
420
- */
421
- export declare type EmissionType = string;
422
-
423
- /**
424
- * Given a result page from a pageable operation, returns a
425
- * continuation token that can be used to begin paging from
426
- * that point later.
427
- * @param page A result object from calling .byPage() on a paged operation.
428
- * @returns The continuation token that can be passed into byPage().
429
- */
430
- export declare function getContinuationToken(page: unknown): string | undefined;
431
-
432
- /** Ingestion Policy properties. */
433
- export declare interface IngestionPolicyPropertiesFormat {
434
- /** The ingestion type. */
435
- ingestionType?: IngestionType;
436
- /** Ingestion Sources. */
437
- ingestionSources?: IngestionSourcesPropertiesFormat[];
438
- }
439
-
440
- /** Ingestion policy properties. */
441
- export declare interface IngestionSourcesPropertiesFormat {
442
- /** Ingestion source type. */
443
- sourceType?: SourceType;
444
- /** Resource ID. */
445
- resourceId?: string;
446
- }
447
-
448
- /**
449
- * Defines values for IngestionType. \
450
- * {@link KnownIngestionType} can be used interchangeably with IngestionType,
451
- * this enum contains the known values that the service supports.
452
- * ### Known values supported by the service
453
- * **IPFIX**
454
- */
455
- export declare type IngestionType = string;
456
-
457
- /** Known values of {@link ApiVersionParameter} that the service accepts. */
458
- export declare enum KnownApiVersionParameter {
459
- /** TwoThousandTwentyTwo0501 */
460
- TwoThousandTwentyTwo0501 = "2022-05-01",
461
- /** TwoThousandTwentyTwo0801 */
462
- TwoThousandTwentyTwo0801 = "2022-08-01",
463
- /** TwoThousandTwentyTwo1101 */
464
- TwoThousandTwentyTwo1101 = "2022-11-01"
465
- }
466
-
467
- /** Known values of {@link CreatedByType} that the service accepts. */
468
- export declare enum KnownCreatedByType {
469
- /** User */
470
- User = "User",
471
- /** Application */
472
- Application = "Application",
473
- /** ManagedIdentity */
474
- ManagedIdentity = "ManagedIdentity",
475
- /** Key */
476
- Key = "Key"
477
- }
478
-
479
- /** Known values of {@link DestinationType} that the service accepts. */
480
- export declare enum KnownDestinationType {
481
- /** AzureMonitor */
482
- AzureMonitor = "AzureMonitor"
483
- }
484
-
485
- /** Known values of {@link EmissionType} that the service accepts. */
486
- export declare enum KnownEmissionType {
487
- /** Ipfix */
488
- Ipfix = "IPFIX"
489
- }
490
-
491
- /** Known values of {@link IngestionType} that the service accepts. */
492
- export declare enum KnownIngestionType {
493
- /** Ipfix */
494
- Ipfix = "IPFIX"
495
- }
496
-
497
- /** Known values of {@link ProvisioningState} that the service accepts. */
498
- export declare enum KnownProvisioningState {
499
- /** Succeeded */
500
- Succeeded = "Succeeded",
501
- /** Updating */
502
- Updating = "Updating",
503
- /** Deleting */
504
- Deleting = "Deleting",
505
- /** Failed */
506
- Failed = "Failed"
507
- }
508
-
509
- /** Known values of {@link SourceType} that the service accepts. */
510
- export declare enum KnownSourceType {
511
- /** Resource */
512
- Resource = "Resource"
513
- }
514
-
515
- /** Interface representing a NetworkFunction. */
516
- export declare interface NetworkFunction {
517
- /**
518
- * Lists all of the available NetworkFunction Rest API operations.
519
- * @param options The options parameters.
520
- */
521
- listOperations(options?: NetworkFunctionListOperationsOptionalParams): PagedAsyncIterableIterator<Operation>;
522
- }
523
-
524
- /** Optional parameters. */
525
- export declare interface NetworkFunctionListOperationsOptionalParams extends coreClient.OperationOptions {
526
- }
527
-
528
- /** Contains response data for the listOperations operation. */
529
- export declare type NetworkFunctionListOperationsResponse = OperationListResult;
530
-
531
- /** Azure Traffic Collector REST API operation definition. */
532
- export declare interface Operation {
533
- /** Operation name: {provider}/{resource}/{operation} */
534
- name?: string;
535
- /** Indicates whether the operation is a data action */
536
- isDataAction?: boolean;
537
- /** Display metadata associated with the operation. */
538
- display?: OperationDisplay;
539
- /** Origin of the operation */
540
- origin?: string;
541
- }
542
-
543
- /** Display metadata associated with the operation. */
544
- export declare interface OperationDisplay {
545
- /** Service provider: Microsoft NetworkFunction. */
546
- provider?: string;
547
- /** Resource on which the operation is performed etc. */
548
- resource?: string;
549
- /** Type of operation: get, read, delete, etc. */
550
- operation?: string;
551
- /** Description of the operation. */
552
- description?: string;
553
- }
554
-
555
- /** Result of the request to list Azure Traffic Collector operations. It contains a list of operations and a URL link to get the next set of results. */
556
- export declare interface OperationListResult {
557
- /** List of operations supported by the Azure Traffic Collector resource provider. */
558
- value?: Operation[];
559
- /** URL to get the next set of operation list results if there are any. */
560
- nextLink?: string;
561
- }
562
-
563
- /**
564
- * Defines values for ProvisioningState. \
565
- * {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,
566
- * this enum contains the known values that the service supports.
567
- * ### Known values supported by the service
568
- * **Succeeded** \
569
- * **Updating** \
570
- * **Deleting** \
571
- * **Failed**
572
- */
573
- export declare type ProvisioningState = string;
574
-
575
- /** An azure resource object */
576
- export declare interface ProxyResource {
577
- /**
578
- * Azure resource Id
579
- * NOTE: This property will not be serialized. It can only be populated by the server.
580
- */
581
- readonly id?: string;
582
- /**
583
- * Azure resource type
584
- * NOTE: This property will not be serialized. It can only be populated by the server.
585
- */
586
- readonly type?: string;
587
- /**
588
- * Azure resource name
589
- * NOTE: This property will not be serialized. It can only be populated by the server.
590
- */
591
- readonly name?: string;
592
- }
593
-
594
- /** Resource reference properties. */
595
- export declare interface ResourceReference {
596
- /**
597
- * Resource ID.
598
- * NOTE: This property will not be serialized. It can only be populated by the server.
599
- */
600
- readonly id?: string;
601
- }
602
-
603
- /**
604
- * Defines values for SourceType. \
605
- * {@link KnownSourceType} can be used interchangeably with SourceType,
606
- * this enum contains the known values that the service supports.
607
- * ### Known values supported by the service
608
- * **Resource**
609
- */
610
- export declare type SourceType = string;
611
-
612
- /** Metadata pertaining to creation and last modification of the resource. */
613
- export declare interface SystemData {
614
- /** The identity that created the resource. */
615
- createdBy?: string;
616
- /** The type of identity that created the resource. */
617
- createdByType?: CreatedByType;
618
- /** The timestamp of resource creation (UTC). */
619
- createdAt?: Date;
620
- /** The identity that last modified the resource. */
621
- lastModifiedBy?: string;
622
- /** The type of identity that last modified the resource. */
623
- lastModifiedByType?: CreatedByType;
624
- }
625
-
626
- /** Tags object for patch operations. */
627
- export declare interface TagsObject {
628
- /** Resource tags. */
629
- tags?: {
630
- [propertyName: string]: string;
631
- };
632
- }
633
-
634
- /** Common resource representation. */
635
- export declare interface TrackedResource {
636
- /**
637
- * Resource ID.
638
- * NOTE: This property will not be serialized. It can only be populated by the server.
639
- */
640
- readonly id?: string;
641
- /**
642
- * Resource name.
643
- * NOTE: This property will not be serialized. It can only be populated by the server.
644
- */
645
- readonly name?: string;
646
- /**
647
- * Resource type.
648
- * NOTE: This property will not be serialized. It can only be populated by the server.
649
- */
650
- readonly type?: string;
651
- /** Resource location. */
652
- location: string;
653
- /** Resource tags. */
654
- tags?: {
655
- [propertyName: string]: string;
656
- };
657
- /**
658
- * Metadata pertaining to creation and last modification of the resource.
659
- * NOTE: This property will not be serialized. It can only be populated by the server.
660
- */
661
- readonly systemData?: TrackedResourceSystemData;
662
- }
663
-
664
- /** Metadata pertaining to creation and last modification of the resource. */
665
- export declare interface TrackedResourceSystemData extends SystemData {
666
- }
667
-
668
- export { }
File without changes
File without changes
File without changes