@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,433 @@
1
+ import * as coreClient from "@azure/core-client";
2
+ /** 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. */
3
+ export interface OperationListResult {
4
+ /** List of operations supported by the Azure Traffic Collector resource provider. */
5
+ value?: Operation[];
6
+ /** URL to get the next set of operation list results if there are any. */
7
+ nextLink?: string;
8
+ }
9
+ /** Azure Traffic Collector REST API operation definition. */
10
+ export interface Operation {
11
+ /** Operation name: {provider}/{resource}/{operation} */
12
+ name?: string;
13
+ /** Indicates whether the operation is a data action */
14
+ isDataAction?: boolean;
15
+ /** Display metadata associated with the operation. */
16
+ display?: OperationDisplay;
17
+ /** Origin of the operation */
18
+ origin?: string;
19
+ }
20
+ /** Display metadata associated with the operation. */
21
+ export interface OperationDisplay {
22
+ /** Service provider: Microsoft NetworkFunction. */
23
+ provider?: string;
24
+ /** Resource on which the operation is performed etc. */
25
+ resource?: string;
26
+ /** Type of operation: get, read, delete, etc. */
27
+ operation?: string;
28
+ /** Description of the operation. */
29
+ description?: string;
30
+ }
31
+ /** An error response from the service. */
32
+ export interface CloudError {
33
+ /** An error response from the service. */
34
+ error?: CloudErrorBody;
35
+ }
36
+ /** An error response from the service. */
37
+ export interface CloudErrorBody {
38
+ /** An identifier for the error. Codes are invariant and are intended to be consumed programmatically. */
39
+ code?: string;
40
+ /** A message describing the error, intended to be suitable for display in a user interface. */
41
+ message?: string;
42
+ /** The target of the particular error. For example, the name of the property in error. */
43
+ target?: string;
44
+ /** A list of additional details about the error. */
45
+ details?: CloudErrorBody[];
46
+ }
47
+ /** Response for the ListTrafficCollectors API service call. */
48
+ export interface AzureTrafficCollectorListResult {
49
+ /** A list of Traffic Collector resources. */
50
+ value?: AzureTrafficCollector[];
51
+ /**
52
+ * The URL to get the next set of results.
53
+ * NOTE: This property will not be serialized. It can only be populated by the server.
54
+ */
55
+ readonly nextLink?: string;
56
+ }
57
+ /** Resource reference properties. */
58
+ export interface ResourceReference {
59
+ /**
60
+ * Resource ID.
61
+ * NOTE: This property will not be serialized. It can only be populated by the server.
62
+ */
63
+ readonly id?: string;
64
+ }
65
+ /** Common resource representation. */
66
+ export interface TrackedResource {
67
+ /**
68
+ * Resource ID.
69
+ * NOTE: This property will not be serialized. It can only be populated by the server.
70
+ */
71
+ readonly id?: string;
72
+ /**
73
+ * Resource name.
74
+ * NOTE: This property will not be serialized. It can only be populated by the server.
75
+ */
76
+ readonly name?: string;
77
+ /**
78
+ * Resource type.
79
+ * NOTE: This property will not be serialized. It can only be populated by the server.
80
+ */
81
+ readonly type?: string;
82
+ /** Resource location. */
83
+ location: string;
84
+ /** Resource tags. */
85
+ tags?: {
86
+ [propertyName: string]: string;
87
+ };
88
+ /**
89
+ * Metadata pertaining to creation and last modification of the resource.
90
+ * NOTE: This property will not be serialized. It can only be populated by the server.
91
+ */
92
+ readonly systemData?: TrackedResourceSystemData;
93
+ }
94
+ /** Metadata pertaining to creation and last modification of the resource. */
95
+ export interface SystemData {
96
+ /** The identity that created the resource. */
97
+ createdBy?: string;
98
+ /** The type of identity that created the resource. */
99
+ createdByType?: CreatedByType;
100
+ /** The timestamp of resource creation (UTC). */
101
+ createdAt?: Date;
102
+ /** The identity that last modified the resource. */
103
+ lastModifiedBy?: string;
104
+ /** The type of identity that last modified the resource. */
105
+ lastModifiedByType?: CreatedByType;
106
+ }
107
+ /** Tags object for patch operations. */
108
+ export interface TagsObject {
109
+ /** Resource tags. */
110
+ tags?: {
111
+ [propertyName: string]: string;
112
+ };
113
+ }
114
+ /** Response for the ListCollectorPolicies API service call. */
115
+ export interface CollectorPolicyListResult {
116
+ /** A list of collection policies. */
117
+ value?: CollectorPolicy[];
118
+ /**
119
+ * The URL to get the next set of results.
120
+ * NOTE: This property will not be serialized. It can only be populated by the server.
121
+ */
122
+ readonly nextLink?: string;
123
+ }
124
+ /** Ingestion Policy properties. */
125
+ export interface IngestionPolicyPropertiesFormat {
126
+ /** The ingestion type. */
127
+ ingestionType?: IngestionType;
128
+ /** Ingestion Sources. */
129
+ ingestionSources?: IngestionSourcesPropertiesFormat[];
130
+ }
131
+ /** Ingestion policy properties. */
132
+ export interface IngestionSourcesPropertiesFormat {
133
+ /** Ingestion source type. */
134
+ sourceType?: SourceType;
135
+ /** Resource ID. */
136
+ resourceId?: string;
137
+ }
138
+ /** Emission policy properties. */
139
+ export interface EmissionPoliciesPropertiesFormat {
140
+ /** Emission format type. */
141
+ emissionType?: EmissionType;
142
+ /** Emission policy destinations. */
143
+ emissionDestinations?: EmissionPolicyDestination[];
144
+ }
145
+ /** Emission policy destination properties. */
146
+ export interface EmissionPolicyDestination {
147
+ /** Emission destination type. */
148
+ destinationType?: DestinationType;
149
+ }
150
+ /** An azure resource object */
151
+ export interface ProxyResource {
152
+ /**
153
+ * Azure resource Id
154
+ * NOTE: This property will not be serialized. It can only be populated by the server.
155
+ */
156
+ readonly id?: string;
157
+ /**
158
+ * Azure resource type
159
+ * NOTE: This property will not be serialized. It can only be populated by the server.
160
+ */
161
+ readonly type?: string;
162
+ /**
163
+ * Azure resource name
164
+ * NOTE: This property will not be serialized. It can only be populated by the server.
165
+ */
166
+ readonly name?: string;
167
+ }
168
+ /** Azure Traffic Collector resource. */
169
+ export interface AzureTrafficCollector extends TrackedResource {
170
+ /**
171
+ * A unique read-only string that changes whenever the resource is updated.
172
+ * NOTE: This property will not be serialized. It can only be populated by the server.
173
+ */
174
+ readonly etag?: string;
175
+ /**
176
+ * Collector Policies for Azure Traffic Collector.
177
+ * NOTE: This property will not be serialized. It can only be populated by the server.
178
+ */
179
+ readonly collectorPolicies?: ResourceReference[];
180
+ /** The virtualHub to which the Azure Traffic Collector belongs. */
181
+ virtualHub?: ResourceReference;
182
+ /**
183
+ * The provisioning state of the application rule collection resource.
184
+ * NOTE: This property will not be serialized. It can only be populated by the server.
185
+ */
186
+ readonly provisioningState?: ProvisioningState;
187
+ }
188
+ /** Collector policy resource. */
189
+ export interface CollectorPolicy extends TrackedResource {
190
+ /**
191
+ * A unique read-only string that changes whenever the resource is updated.
192
+ * NOTE: This property will not be serialized. It can only be populated by the server.
193
+ */
194
+ readonly etag?: string;
195
+ /** Ingestion policies. */
196
+ ingestionPolicy?: IngestionPolicyPropertiesFormat;
197
+ /** Emission policies. */
198
+ emissionPolicies?: EmissionPoliciesPropertiesFormat[];
199
+ /**
200
+ * The provisioning state.
201
+ * NOTE: This property will not be serialized. It can only be populated by the server.
202
+ */
203
+ readonly provisioningState?: ProvisioningState;
204
+ }
205
+ /** Metadata pertaining to creation and last modification of the resource. */
206
+ export interface TrackedResourceSystemData extends SystemData {
207
+ }
208
+ /** Known values of {@link ProvisioningState} that the service accepts. */
209
+ export declare enum KnownProvisioningState {
210
+ /** Succeeded */
211
+ Succeeded = "Succeeded",
212
+ /** Updating */
213
+ Updating = "Updating",
214
+ /** Deleting */
215
+ Deleting = "Deleting",
216
+ /** Failed */
217
+ Failed = "Failed"
218
+ }
219
+ /**
220
+ * Defines values for ProvisioningState. \
221
+ * {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,
222
+ * this enum contains the known values that the service supports.
223
+ * ### Known values supported by the service
224
+ * **Succeeded** \
225
+ * **Updating** \
226
+ * **Deleting** \
227
+ * **Failed**
228
+ */
229
+ export type ProvisioningState = string;
230
+ /** Known values of {@link CreatedByType} that the service accepts. */
231
+ export declare enum KnownCreatedByType {
232
+ /** User */
233
+ User = "User",
234
+ /** Application */
235
+ Application = "Application",
236
+ /** ManagedIdentity */
237
+ ManagedIdentity = "ManagedIdentity",
238
+ /** Key */
239
+ Key = "Key"
240
+ }
241
+ /**
242
+ * Defines values for CreatedByType. \
243
+ * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
244
+ * this enum contains the known values that the service supports.
245
+ * ### Known values supported by the service
246
+ * **User** \
247
+ * **Application** \
248
+ * **ManagedIdentity** \
249
+ * **Key**
250
+ */
251
+ export type CreatedByType = string;
252
+ /** Known values of {@link IngestionType} that the service accepts. */
253
+ export declare enum KnownIngestionType {
254
+ /** Ipfix */
255
+ Ipfix = "IPFIX"
256
+ }
257
+ /**
258
+ * Defines values for IngestionType. \
259
+ * {@link KnownIngestionType} can be used interchangeably with IngestionType,
260
+ * this enum contains the known values that the service supports.
261
+ * ### Known values supported by the service
262
+ * **IPFIX**
263
+ */
264
+ export type IngestionType = string;
265
+ /** Known values of {@link SourceType} that the service accepts. */
266
+ export declare enum KnownSourceType {
267
+ /** Resource */
268
+ Resource = "Resource"
269
+ }
270
+ /**
271
+ * Defines values for SourceType. \
272
+ * {@link KnownSourceType} can be used interchangeably with SourceType,
273
+ * this enum contains the known values that the service supports.
274
+ * ### Known values supported by the service
275
+ * **Resource**
276
+ */
277
+ export type SourceType = string;
278
+ /** Known values of {@link EmissionType} that the service accepts. */
279
+ export declare enum KnownEmissionType {
280
+ /** Ipfix */
281
+ Ipfix = "IPFIX"
282
+ }
283
+ /**
284
+ * Defines values for EmissionType. \
285
+ * {@link KnownEmissionType} can be used interchangeably with EmissionType,
286
+ * this enum contains the known values that the service supports.
287
+ * ### Known values supported by the service
288
+ * **IPFIX**
289
+ */
290
+ export type EmissionType = string;
291
+ /** Known values of {@link DestinationType} that the service accepts. */
292
+ export declare enum KnownDestinationType {
293
+ /** AzureMonitor */
294
+ AzureMonitor = "AzureMonitor"
295
+ }
296
+ /**
297
+ * Defines values for DestinationType. \
298
+ * {@link KnownDestinationType} can be used interchangeably with DestinationType,
299
+ * this enum contains the known values that the service supports.
300
+ * ### Known values supported by the service
301
+ * **AzureMonitor**
302
+ */
303
+ export type DestinationType = string;
304
+ /** Known values of {@link ApiVersionParameter} that the service accepts. */
305
+ export declare enum KnownApiVersionParameter {
306
+ /** TwoThousandTwentyTwo0501 */
307
+ TwoThousandTwentyTwo0501 = "2022-05-01",
308
+ /** TwoThousandTwentyTwo0801 */
309
+ TwoThousandTwentyTwo0801 = "2022-08-01",
310
+ /** TwoThousandTwentyTwo1101 */
311
+ TwoThousandTwentyTwo1101 = "2022-11-01"
312
+ }
313
+ /**
314
+ * Defines values for ApiVersionParameter. \
315
+ * {@link KnownApiVersionParameter} can be used interchangeably with ApiVersionParameter,
316
+ * this enum contains the known values that the service supports.
317
+ * ### Known values supported by the service
318
+ * **2022-05-01** \
319
+ * **2022-08-01** \
320
+ * **2022-11-01**
321
+ */
322
+ export type ApiVersionParameter = string;
323
+ /** Optional parameters. */
324
+ export interface NetworkFunctionListOperationsOptionalParams extends coreClient.OperationOptions {
325
+ }
326
+ /** Contains response data for the listOperations operation. */
327
+ export type NetworkFunctionListOperationsResponse = OperationListResult;
328
+ /** Optional parameters. */
329
+ export interface AzureTrafficCollectorsBySubscriptionListOptionalParams extends coreClient.OperationOptions {
330
+ }
331
+ /** Contains response data for the list operation. */
332
+ export type AzureTrafficCollectorsBySubscriptionListResponse = AzureTrafficCollectorListResult;
333
+ /** Optional parameters. */
334
+ export interface AzureTrafficCollectorsBySubscriptionListNextOptionalParams extends coreClient.OperationOptions {
335
+ }
336
+ /** Contains response data for the listNext operation. */
337
+ export type AzureTrafficCollectorsBySubscriptionListNextResponse = AzureTrafficCollectorListResult;
338
+ /** Optional parameters. */
339
+ export interface AzureTrafficCollectorsByResourceGroupListOptionalParams extends coreClient.OperationOptions {
340
+ }
341
+ /** Contains response data for the list operation. */
342
+ export type AzureTrafficCollectorsByResourceGroupListResponse = AzureTrafficCollectorListResult;
343
+ /** Optional parameters. */
344
+ export interface AzureTrafficCollectorsByResourceGroupListNextOptionalParams extends coreClient.OperationOptions {
345
+ }
346
+ /** Contains response data for the listNext operation. */
347
+ export type AzureTrafficCollectorsByResourceGroupListNextResponse = AzureTrafficCollectorListResult;
348
+ /** Optional parameters. */
349
+ export interface AzureTrafficCollectorsGetOptionalParams extends coreClient.OperationOptions {
350
+ }
351
+ /** Contains response data for the get operation. */
352
+ export type AzureTrafficCollectorsGetResponse = AzureTrafficCollector;
353
+ /** Optional parameters. */
354
+ export interface AzureTrafficCollectorsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
355
+ /** Resource tags. */
356
+ tags?: {
357
+ [propertyName: string]: string;
358
+ };
359
+ /** The virtualHub to which the Azure Traffic Collector belongs. */
360
+ virtualHub?: ResourceReference;
361
+ /** Delay to wait until next poll, in milliseconds. */
362
+ updateIntervalInMs?: number;
363
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
364
+ resumeFrom?: string;
365
+ }
366
+ /** Contains response data for the createOrUpdate operation. */
367
+ export type AzureTrafficCollectorsCreateOrUpdateResponse = AzureTrafficCollector;
368
+ /** Optional parameters. */
369
+ export interface AzureTrafficCollectorsDeleteOptionalParams extends coreClient.OperationOptions {
370
+ /** Delay to wait until next poll, in milliseconds. */
371
+ updateIntervalInMs?: number;
372
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
373
+ resumeFrom?: string;
374
+ }
375
+ /** Optional parameters. */
376
+ export interface AzureTrafficCollectorsUpdateTagsOptionalParams extends coreClient.OperationOptions {
377
+ }
378
+ /** Contains response data for the updateTags operation. */
379
+ export type AzureTrafficCollectorsUpdateTagsResponse = AzureTrafficCollector;
380
+ /** Optional parameters. */
381
+ export interface CollectorPoliciesListOptionalParams extends coreClient.OperationOptions {
382
+ }
383
+ /** Contains response data for the list operation. */
384
+ export type CollectorPoliciesListResponse = CollectorPolicyListResult;
385
+ /** Optional parameters. */
386
+ export interface CollectorPoliciesGetOptionalParams extends coreClient.OperationOptions {
387
+ }
388
+ /** Contains response data for the get operation. */
389
+ export type CollectorPoliciesGetResponse = CollectorPolicy;
390
+ /** Optional parameters. */
391
+ export interface CollectorPoliciesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
392
+ /** Resource tags. */
393
+ tags?: {
394
+ [propertyName: string]: string;
395
+ };
396
+ /** Ingestion policies. */
397
+ ingestionPolicy?: IngestionPolicyPropertiesFormat;
398
+ /** Emission policies. */
399
+ emissionPolicies?: EmissionPoliciesPropertiesFormat[];
400
+ /** Delay to wait until next poll, in milliseconds. */
401
+ updateIntervalInMs?: number;
402
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
403
+ resumeFrom?: string;
404
+ }
405
+ /** Contains response data for the createOrUpdate operation. */
406
+ export type CollectorPoliciesCreateOrUpdateResponse = CollectorPolicy;
407
+ /** Optional parameters. */
408
+ export interface CollectorPoliciesDeleteOptionalParams extends coreClient.OperationOptions {
409
+ /** Delay to wait until next poll, in milliseconds. */
410
+ updateIntervalInMs?: number;
411
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
412
+ resumeFrom?: string;
413
+ }
414
+ /** Optional parameters. */
415
+ export interface CollectorPoliciesUpdateTagsOptionalParams extends coreClient.OperationOptions {
416
+ }
417
+ /** Contains response data for the updateTags operation. */
418
+ export type CollectorPoliciesUpdateTagsResponse = CollectorPolicy;
419
+ /** Optional parameters. */
420
+ export interface CollectorPoliciesListNextOptionalParams extends coreClient.OperationOptions {
421
+ }
422
+ /** Contains response data for the listNext operation. */
423
+ export type CollectorPoliciesListNextResponse = CollectorPolicyListResult;
424
+ /** Optional parameters. */
425
+ export interface AzureTrafficCollectorClientOptionalParams extends coreClient.ServiceClientOptions {
426
+ /** server parameter */
427
+ $host?: string;
428
+ /** Api Version */
429
+ apiVersion?: string;
430
+ /** Overrides client endpoint. */
431
+ endpoint?: string;
432
+ }
433
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,69 @@
1
+ "use strict";
2
+ /*
3
+ * Copyright (c) Microsoft Corporation.
4
+ * Licensed under the MIT License.
5
+ *
6
+ * Code generated by Microsoft (R) AutoRest Code Generator.
7
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
8
+ */
9
+ Object.defineProperty(exports, "__esModule", { value: true });
10
+ exports.KnownApiVersionParameter = exports.KnownDestinationType = exports.KnownEmissionType = exports.KnownSourceType = exports.KnownIngestionType = exports.KnownCreatedByType = exports.KnownProvisioningState = void 0;
11
+ /** Known values of {@link ProvisioningState} that the service accepts. */
12
+ var KnownProvisioningState;
13
+ (function (KnownProvisioningState) {
14
+ /** Succeeded */
15
+ KnownProvisioningState["Succeeded"] = "Succeeded";
16
+ /** Updating */
17
+ KnownProvisioningState["Updating"] = "Updating";
18
+ /** Deleting */
19
+ KnownProvisioningState["Deleting"] = "Deleting";
20
+ /** Failed */
21
+ KnownProvisioningState["Failed"] = "Failed";
22
+ })(KnownProvisioningState || (exports.KnownProvisioningState = KnownProvisioningState = {}));
23
+ /** Known values of {@link CreatedByType} that the service accepts. */
24
+ var KnownCreatedByType;
25
+ (function (KnownCreatedByType) {
26
+ /** User */
27
+ KnownCreatedByType["User"] = "User";
28
+ /** Application */
29
+ KnownCreatedByType["Application"] = "Application";
30
+ /** ManagedIdentity */
31
+ KnownCreatedByType["ManagedIdentity"] = "ManagedIdentity";
32
+ /** Key */
33
+ KnownCreatedByType["Key"] = "Key";
34
+ })(KnownCreatedByType || (exports.KnownCreatedByType = KnownCreatedByType = {}));
35
+ /** Known values of {@link IngestionType} that the service accepts. */
36
+ var KnownIngestionType;
37
+ (function (KnownIngestionType) {
38
+ /** Ipfix */
39
+ KnownIngestionType["Ipfix"] = "IPFIX";
40
+ })(KnownIngestionType || (exports.KnownIngestionType = KnownIngestionType = {}));
41
+ /** Known values of {@link SourceType} that the service accepts. */
42
+ var KnownSourceType;
43
+ (function (KnownSourceType) {
44
+ /** Resource */
45
+ KnownSourceType["Resource"] = "Resource";
46
+ })(KnownSourceType || (exports.KnownSourceType = KnownSourceType = {}));
47
+ /** Known values of {@link EmissionType} that the service accepts. */
48
+ var KnownEmissionType;
49
+ (function (KnownEmissionType) {
50
+ /** Ipfix */
51
+ KnownEmissionType["Ipfix"] = "IPFIX";
52
+ })(KnownEmissionType || (exports.KnownEmissionType = KnownEmissionType = {}));
53
+ /** Known values of {@link DestinationType} that the service accepts. */
54
+ var KnownDestinationType;
55
+ (function (KnownDestinationType) {
56
+ /** AzureMonitor */
57
+ KnownDestinationType["AzureMonitor"] = "AzureMonitor";
58
+ })(KnownDestinationType || (exports.KnownDestinationType = KnownDestinationType = {}));
59
+ /** Known values of {@link ApiVersionParameter} that the service accepts. */
60
+ var KnownApiVersionParameter;
61
+ (function (KnownApiVersionParameter) {
62
+ /** TwoThousandTwentyTwo0501 */
63
+ KnownApiVersionParameter["TwoThousandTwentyTwo0501"] = "2022-05-01";
64
+ /** TwoThousandTwentyTwo0801 */
65
+ KnownApiVersionParameter["TwoThousandTwentyTwo0801"] = "2022-08-01";
66
+ /** TwoThousandTwentyTwo1101 */
67
+ KnownApiVersionParameter["TwoThousandTwentyTwo1101"] = "2022-11-01";
68
+ })(KnownApiVersionParameter || (exports.KnownApiVersionParameter = KnownApiVersionParameter = {}));
69
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG;;;AAgOH,0EAA0E;AAC1E,IAAY,sBASX;AATD,WAAY,sBAAsB;IAChC,gBAAgB;IAChB,iDAAuB,CAAA;IACvB,eAAe;IACf,+CAAqB,CAAA;IACrB,eAAe;IACf,+CAAqB,CAAA;IACrB,aAAa;IACb,2CAAiB,CAAA;AACnB,CAAC,EATW,sBAAsB,sCAAtB,sBAAsB,QASjC;AAcD,sEAAsE;AACtE,IAAY,kBASX;AATD,WAAY,kBAAkB;IAC5B,WAAW;IACX,mCAAa,CAAA;IACb,kBAAkB;IAClB,iDAA2B,CAAA;IAC3B,sBAAsB;IACtB,yDAAmC,CAAA;IACnC,UAAU;IACV,iCAAW,CAAA;AACb,CAAC,EATW,kBAAkB,kCAAlB,kBAAkB,QAS7B;AAcD,sEAAsE;AACtE,IAAY,kBAGX;AAHD,WAAY,kBAAkB;IAC5B,YAAY;IACZ,qCAAe,CAAA;AACjB,CAAC,EAHW,kBAAkB,kCAAlB,kBAAkB,QAG7B;AAWD,mEAAmE;AACnE,IAAY,eAGX;AAHD,WAAY,eAAe;IACzB,eAAe;IACf,wCAAqB,CAAA;AACvB,CAAC,EAHW,eAAe,+BAAf,eAAe,QAG1B;AAWD,qEAAqE;AACrE,IAAY,iBAGX;AAHD,WAAY,iBAAiB;IAC3B,YAAY;IACZ,oCAAe,CAAA;AACjB,CAAC,EAHW,iBAAiB,iCAAjB,iBAAiB,QAG5B;AAWD,wEAAwE;AACxE,IAAY,oBAGX;AAHD,WAAY,oBAAoB;IAC9B,mBAAmB;IACnB,qDAA6B,CAAA;AAC/B,CAAC,EAHW,oBAAoB,oCAApB,oBAAoB,QAG/B;AAWD,4EAA4E;AAC5E,IAAY,wBAOX;AAPD,WAAY,wBAAwB;IAClC,+BAA+B;IAC/B,mEAAuC,CAAA;IACvC,+BAA+B;IAC/B,mEAAuC,CAAA;IACvC,+BAA+B;IAC/B,mEAAuC,CAAA;AACzC,CAAC,EAPW,wBAAwB,wCAAxB,wBAAwB,QAOnC","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\n\n/** 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. */\nexport interface OperationListResult {\n /** List of operations supported by the Azure Traffic Collector resource provider. */\n value?: Operation[];\n /** URL to get the next set of operation list results if there are any. */\n nextLink?: string;\n}\n\n/** Azure Traffic Collector REST API operation definition. */\nexport interface Operation {\n /** Operation name: {provider}/{resource}/{operation} */\n name?: string;\n /** Indicates whether the operation is a data action */\n isDataAction?: boolean;\n /** Display metadata associated with the operation. */\n display?: OperationDisplay;\n /** Origin of the operation */\n origin?: string;\n}\n\n/** Display metadata associated with the operation. */\nexport interface OperationDisplay {\n /** Service provider: Microsoft NetworkFunction. */\n provider?: string;\n /** Resource on which the operation is performed etc. */\n resource?: string;\n /** Type of operation: get, read, delete, etc. */\n operation?: string;\n /** Description of the operation. */\n description?: string;\n}\n\n/** An error response from the service. */\nexport interface CloudError {\n /** An error response from the service. */\n error?: CloudErrorBody;\n}\n\n/** An error response from the service. */\nexport interface CloudErrorBody {\n /** An identifier for the error. Codes are invariant and are intended to be consumed programmatically. */\n code?: string;\n /** A message describing the error, intended to be suitable for display in a user interface. */\n message?: string;\n /** The target of the particular error. For example, the name of the property in error. */\n target?: string;\n /** A list of additional details about the error. */\n details?: CloudErrorBody[];\n}\n\n/** Response for the ListTrafficCollectors API service call. */\nexport interface AzureTrafficCollectorListResult {\n /** A list of Traffic Collector resources. */\n value?: AzureTrafficCollector[];\n /**\n * The URL to get the next set of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Resource reference properties. */\nexport interface ResourceReference {\n /**\n * Resource ID.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n}\n\n/** Common resource representation. */\nexport interface TrackedResource {\n /**\n * Resource ID.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * Resource name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Resource type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /** Resource location. */\n location: string;\n /** Resource tags. */\n tags?: { [propertyName: string]: string };\n /**\n * Metadata pertaining to creation and last modification of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: TrackedResourceSystemData;\n}\n\n/** Metadata pertaining to creation and last modification of the resource. */\nexport interface SystemData {\n /** The identity that created the resource. */\n createdBy?: string;\n /** The type of identity that created the resource. */\n createdByType?: CreatedByType;\n /** The timestamp of resource creation (UTC). */\n createdAt?: Date;\n /** The identity that last modified the resource. */\n lastModifiedBy?: string;\n /** The type of identity that last modified the resource. */\n lastModifiedByType?: CreatedByType;\n}\n\n/** Tags object for patch operations. */\nexport interface TagsObject {\n /** Resource tags. */\n tags?: { [propertyName: string]: string };\n}\n\n/** Response for the ListCollectorPolicies API service call. */\nexport interface CollectorPolicyListResult {\n /** A list of collection policies. */\n value?: CollectorPolicy[];\n /**\n * The URL to get the next set of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Ingestion Policy properties. */\nexport interface IngestionPolicyPropertiesFormat {\n /** The ingestion type. */\n ingestionType?: IngestionType;\n /** Ingestion Sources. */\n ingestionSources?: IngestionSourcesPropertiesFormat[];\n}\n\n/** Ingestion policy properties. */\nexport interface IngestionSourcesPropertiesFormat {\n /** Ingestion source type. */\n sourceType?: SourceType;\n /** Resource ID. */\n resourceId?: string;\n}\n\n/** Emission policy properties. */\nexport interface EmissionPoliciesPropertiesFormat {\n /** Emission format type. */\n emissionType?: EmissionType;\n /** Emission policy destinations. */\n emissionDestinations?: EmissionPolicyDestination[];\n}\n\n/** Emission policy destination properties. */\nexport interface EmissionPolicyDestination {\n /** Emission destination type. */\n destinationType?: DestinationType;\n}\n\n/** An azure resource object */\nexport interface ProxyResource {\n /**\n * Azure resource Id\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * Azure resource type\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * Azure resource name\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n}\n\n/** Azure Traffic Collector resource. */\nexport interface AzureTrafficCollector extends TrackedResource {\n /**\n * A unique read-only string that changes whenever the resource is updated.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly etag?: string;\n /**\n * Collector Policies for Azure Traffic Collector.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly collectorPolicies?: ResourceReference[];\n /** The virtualHub to which the Azure Traffic Collector belongs. */\n virtualHub?: ResourceReference;\n /**\n * The provisioning state of the application rule collection resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n}\n\n/** Collector policy resource. */\nexport interface CollectorPolicy extends TrackedResource {\n /**\n * A unique read-only string that changes whenever the resource is updated.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly etag?: string;\n /** Ingestion policies. */\n ingestionPolicy?: IngestionPolicyPropertiesFormat;\n /** Emission policies. */\n emissionPolicies?: EmissionPoliciesPropertiesFormat[];\n /**\n * The provisioning state.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n}\n\n/** Metadata pertaining to creation and last modification of the resource. */\nexport interface TrackedResourceSystemData extends SystemData {}\n\n/** Known values of {@link ProvisioningState} that the service accepts. */\nexport enum KnownProvisioningState {\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Updating */\n Updating = \"Updating\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Failed */\n Failed = \"Failed\"\n}\n\n/**\n * Defines values for ProvisioningState. \\\n * {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded** \\\n * **Updating** \\\n * **Deleting** \\\n * **Failed**\n */\nexport type ProvisioningState = string;\n\n/** Known values of {@link CreatedByType} that the service accepts. */\nexport enum KnownCreatedByType {\n /** User */\n User = \"User\",\n /** Application */\n Application = \"Application\",\n /** ManagedIdentity */\n ManagedIdentity = \"ManagedIdentity\",\n /** Key */\n Key = \"Key\"\n}\n\n/**\n * Defines values for CreatedByType. \\\n * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **User** \\\n * **Application** \\\n * **ManagedIdentity** \\\n * **Key**\n */\nexport type CreatedByType = string;\n\n/** Known values of {@link IngestionType} that the service accepts. */\nexport enum KnownIngestionType {\n /** Ipfix */\n Ipfix = \"IPFIX\"\n}\n\n/**\n * Defines values for IngestionType. \\\n * {@link KnownIngestionType} can be used interchangeably with IngestionType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **IPFIX**\n */\nexport type IngestionType = string;\n\n/** Known values of {@link SourceType} that the service accepts. */\nexport enum KnownSourceType {\n /** Resource */\n Resource = \"Resource\"\n}\n\n/**\n * Defines values for SourceType. \\\n * {@link KnownSourceType} can be used interchangeably with SourceType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Resource**\n */\nexport type SourceType = string;\n\n/** Known values of {@link EmissionType} that the service accepts. */\nexport enum KnownEmissionType {\n /** Ipfix */\n Ipfix = \"IPFIX\"\n}\n\n/**\n * Defines values for EmissionType. \\\n * {@link KnownEmissionType} can be used interchangeably with EmissionType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **IPFIX**\n */\nexport type EmissionType = string;\n\n/** Known values of {@link DestinationType} that the service accepts. */\nexport enum KnownDestinationType {\n /** AzureMonitor */\n AzureMonitor = \"AzureMonitor\"\n}\n\n/**\n * Defines values for DestinationType. \\\n * {@link KnownDestinationType} can be used interchangeably with DestinationType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **AzureMonitor**\n */\nexport type DestinationType = string;\n\n/** Known values of {@link ApiVersionParameter} that the service accepts. */\nexport enum KnownApiVersionParameter {\n /** TwoThousandTwentyTwo0501 */\n TwoThousandTwentyTwo0501 = \"2022-05-01\",\n /** TwoThousandTwentyTwo0801 */\n TwoThousandTwentyTwo0801 = \"2022-08-01\",\n /** TwoThousandTwentyTwo1101 */\n TwoThousandTwentyTwo1101 = \"2022-11-01\"\n}\n\n/**\n * Defines values for ApiVersionParameter. \\\n * {@link KnownApiVersionParameter} can be used interchangeably with ApiVersionParameter,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **2022-05-01** \\\n * **2022-08-01** \\\n * **2022-11-01**\n */\nexport type ApiVersionParameter = string;\n\n/** Optional parameters. */\nexport interface NetworkFunctionListOperationsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listOperations operation. */\nexport type NetworkFunctionListOperationsResponse = OperationListResult;\n\n/** Optional parameters. */\nexport interface AzureTrafficCollectorsBySubscriptionListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type AzureTrafficCollectorsBySubscriptionListResponse = AzureTrafficCollectorListResult;\n\n/** Optional parameters. */\nexport interface AzureTrafficCollectorsBySubscriptionListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type AzureTrafficCollectorsBySubscriptionListNextResponse = AzureTrafficCollectorListResult;\n\n/** Optional parameters. */\nexport interface AzureTrafficCollectorsByResourceGroupListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type AzureTrafficCollectorsByResourceGroupListResponse = AzureTrafficCollectorListResult;\n\n/** Optional parameters. */\nexport interface AzureTrafficCollectorsByResourceGroupListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type AzureTrafficCollectorsByResourceGroupListNextResponse = AzureTrafficCollectorListResult;\n\n/** Optional parameters. */\nexport interface AzureTrafficCollectorsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type AzureTrafficCollectorsGetResponse = AzureTrafficCollector;\n\n/** Optional parameters. */\nexport interface AzureTrafficCollectorsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Resource tags. */\n tags?: { [propertyName: string]: string };\n /** The virtualHub to which the Azure Traffic Collector belongs. */\n virtualHub?: ResourceReference;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type AzureTrafficCollectorsCreateOrUpdateResponse = AzureTrafficCollector;\n\n/** Optional parameters. */\nexport interface AzureTrafficCollectorsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface AzureTrafficCollectorsUpdateTagsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the updateTags operation. */\nexport type AzureTrafficCollectorsUpdateTagsResponse = AzureTrafficCollector;\n\n/** Optional parameters. */\nexport interface CollectorPoliciesListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type CollectorPoliciesListResponse = CollectorPolicyListResult;\n\n/** Optional parameters. */\nexport interface CollectorPoliciesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type CollectorPoliciesGetResponse = CollectorPolicy;\n\n/** Optional parameters. */\nexport interface CollectorPoliciesCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Resource tags. */\n tags?: { [propertyName: string]: string };\n /** Ingestion policies. */\n ingestionPolicy?: IngestionPolicyPropertiesFormat;\n /** Emission policies. */\n emissionPolicies?: EmissionPoliciesPropertiesFormat[];\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type CollectorPoliciesCreateOrUpdateResponse = CollectorPolicy;\n\n/** Optional parameters. */\nexport interface CollectorPoliciesDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface CollectorPoliciesUpdateTagsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the updateTags operation. */\nexport type CollectorPoliciesUpdateTagsResponse = CollectorPolicy;\n\n/** Optional parameters. */\nexport interface CollectorPoliciesListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type CollectorPoliciesListNextResponse = CollectorPolicyListResult;\n\n/** Optional parameters. */\nexport interface AzureTrafficCollectorClientOptionalParams\n extends coreClient.ServiceClientOptions {\n /** server parameter */\n $host?: string;\n /** Api Version */\n apiVersion?: string;\n /** Overrides client endpoint. */\n endpoint?: string;\n}\n"]}
@@ -0,0 +1,21 @@
1
+ import * as coreClient from "@azure/core-client";
2
+ export declare const OperationListResult: coreClient.CompositeMapper;
3
+ export declare const Operation: coreClient.CompositeMapper;
4
+ export declare const OperationDisplay: coreClient.CompositeMapper;
5
+ export declare const CloudError: coreClient.CompositeMapper;
6
+ export declare const CloudErrorBody: coreClient.CompositeMapper;
7
+ export declare const AzureTrafficCollectorListResult: coreClient.CompositeMapper;
8
+ export declare const ResourceReference: coreClient.CompositeMapper;
9
+ export declare const TrackedResource: coreClient.CompositeMapper;
10
+ export declare const SystemData: coreClient.CompositeMapper;
11
+ export declare const TagsObject: coreClient.CompositeMapper;
12
+ export declare const CollectorPolicyListResult: coreClient.CompositeMapper;
13
+ export declare const IngestionPolicyPropertiesFormat: coreClient.CompositeMapper;
14
+ export declare const IngestionSourcesPropertiesFormat: coreClient.CompositeMapper;
15
+ export declare const EmissionPoliciesPropertiesFormat: coreClient.CompositeMapper;
16
+ export declare const EmissionPolicyDestination: coreClient.CompositeMapper;
17
+ export declare const ProxyResource: coreClient.CompositeMapper;
18
+ export declare const AzureTrafficCollector: coreClient.CompositeMapper;
19
+ export declare const CollectorPolicy: coreClient.CompositeMapper;
20
+ export declare const TrackedResourceSystemData: coreClient.CompositeMapper;
21
+ //# sourceMappingURL=mappers.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mappers.d.ts","sourceRoot":"","sources":["../../../src/models/mappers.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AAEjD,eAAO,MAAM,mBAAmB,EAAE,UAAU,CAAC,eAyB5C,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,UAAU,CAAC,eAiClC,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,UAAU,CAAC,eA+BzC,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,UAAU,CAAC,eAcnC,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,UAAU,CAAC,eAqCvC,CAAC;AAEF,eAAO,MAAM,+BAA+B,EAAE,UAAU,CAAC,eA0BxD,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,UAAU,CAAC,eAc1C,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,UAAU,CAAC,eAiDxC,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,UAAU,CAAC,eAqCnC,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,UAAU,CAAC,eAcnC,CAAC;AAEF,eAAO,MAAM,yBAAyB,EAAE,UAAU,CAAC,eA0BlD,CAAC;AAEF,eAAO,MAAM,+BAA+B,EAAE,UAAU,CAAC,eAyBxD,CAAC;AAEF,eAAO,MAAM,gCAAgC,EAAE,UAAU,CAAC,eAmBzD,CAAC;AAEF,eAAO,MAAM,gCAAgC,EAAE,UAAU,CAAC,eAyBzD,CAAC;AAEF,eAAO,MAAM,yBAAyB,EAAE,UAAU,CAAC,eAalD,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,UAAU,CAAC,eA4BtC,CAAC;AAEF,eAAO,MAAM,qBAAqB,EAAE,UAAU,CAAC,eA0C9C,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,UAAU,CAAC,eAyCxC,CAAC;AAEF,eAAO,MAAM,yBAAyB,EAAE,UAAU,CAAC,eAQlD,CAAC"}