@azure/arm-trafficmanager 6.1.1-alpha.20250128.1 → 6.1.1-alpha.20250130.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (420) hide show
  1. package/README.md +21 -12
  2. package/dist/browser/index.d.ts +5 -0
  3. package/{dist-esm/src → dist/browser}/index.d.ts.map +1 -1
  4. package/{dist-esm/src → dist/browser}/index.js +4 -4
  5. package/dist/browser/index.js.map +1 -0
  6. package/dist/browser/models/index.js.map +1 -0
  7. package/dist/browser/models/mappers.js.map +1 -0
  8. package/{dist-esm/src → dist/browser}/models/parameters.js +1 -1
  9. package/dist/browser/models/parameters.js.map +1 -0
  10. package/{dist-esm/src → dist/browser}/operations/endpoints.d.ts +3 -3
  11. package/dist/browser/operations/endpoints.d.ts.map +1 -0
  12. package/{dist-esm/src → dist/browser}/operations/endpoints.js +2 -2
  13. package/dist/browser/operations/endpoints.js.map +1 -0
  14. package/{dist-esm/src → dist/browser}/operations/geographicHierarchies.d.ts +3 -3
  15. package/dist/browser/operations/geographicHierarchies.d.ts.map +1 -0
  16. package/{dist-esm/src → dist/browser}/operations/geographicHierarchies.js +2 -2
  17. package/dist/browser/operations/geographicHierarchies.js.map +1 -0
  18. package/{dist-esm/src → dist/browser}/operations/heatMap.d.ts +3 -3
  19. package/dist/browser/operations/heatMap.d.ts.map +1 -0
  20. package/{dist-esm/src → dist/browser}/operations/heatMap.js +2 -2
  21. package/dist/browser/operations/heatMap.js.map +1 -0
  22. package/dist/browser/operations/index.d.ts +6 -0
  23. package/{dist-esm/src → dist/browser}/operations/index.d.ts.map +1 -1
  24. package/{dist-esm/src/operationsInterfaces → dist/browser/operations}/index.js +5 -5
  25. package/dist/browser/operations/index.js.map +1 -0
  26. package/{dist-esm/src → dist/browser}/operations/profiles.d.ts +3 -3
  27. package/dist/browser/operations/profiles.d.ts.map +1 -0
  28. package/{dist-esm/src → dist/browser}/operations/profiles.js +2 -2
  29. package/dist/browser/operations/profiles.js.map +1 -0
  30. package/{dist-esm/src → dist/browser}/operations/trafficManagerUserMetricsKeys.d.ts +3 -3
  31. package/dist/browser/operations/trafficManagerUserMetricsKeys.d.ts.map +1 -0
  32. package/{dist-esm/src → dist/browser}/operations/trafficManagerUserMetricsKeys.js +2 -2
  33. package/dist/browser/operations/trafficManagerUserMetricsKeys.js.map +1 -0
  34. package/{dist-esm/src → dist/browser}/operationsInterfaces/endpoints.d.ts +1 -1
  35. package/dist/browser/operationsInterfaces/endpoints.d.ts.map +1 -0
  36. package/dist/browser/operationsInterfaces/endpoints.js.map +1 -0
  37. package/{dist-esm/src → dist/browser}/operationsInterfaces/geographicHierarchies.d.ts +1 -1
  38. package/{dist-esm/src → dist/browser}/operationsInterfaces/geographicHierarchies.d.ts.map +1 -1
  39. package/dist/browser/operationsInterfaces/geographicHierarchies.js.map +1 -0
  40. package/{dist-esm/src → dist/browser}/operationsInterfaces/heatMap.d.ts +1 -1
  41. package/dist/browser/operationsInterfaces/heatMap.d.ts.map +1 -0
  42. package/dist/browser/operationsInterfaces/heatMap.js.map +1 -0
  43. package/dist/browser/operationsInterfaces/index.d.ts +6 -0
  44. package/{dist-esm/src → dist/browser}/operationsInterfaces/index.d.ts.map +1 -1
  45. package/{dist-esm/src/operations → dist/browser/operationsInterfaces}/index.js +5 -5
  46. package/dist/browser/operationsInterfaces/index.js.map +1 -0
  47. package/{dist-esm/src → dist/browser}/operationsInterfaces/profiles.d.ts +1 -1
  48. package/dist/browser/operationsInterfaces/profiles.d.ts.map +1 -0
  49. package/dist/browser/operationsInterfaces/profiles.js.map +1 -0
  50. package/{dist-esm/src → dist/browser}/operationsInterfaces/trafficManagerUserMetricsKeys.d.ts +1 -1
  51. package/dist/browser/operationsInterfaces/trafficManagerUserMetricsKeys.d.ts.map +1 -0
  52. package/dist/browser/operationsInterfaces/trafficManagerUserMetricsKeys.js.map +1 -0
  53. package/dist/browser/package.json +3 -0
  54. package/dist/browser/pagingHelper.js.map +1 -0
  55. package/{dist-esm/src → dist/browser}/trafficManagerManagementClient.d.ts +2 -2
  56. package/dist/browser/trafficManagerManagementClient.d.ts.map +1 -0
  57. package/{dist-esm/src → dist/browser}/trafficManagerManagementClient.js +15 -18
  58. package/dist/browser/trafficManagerManagementClient.js.map +1 -0
  59. package/dist/commonjs/index.d.ts +5 -0
  60. package/dist/commonjs/index.d.ts.map +1 -0
  61. package/dist/commonjs/index.js +19 -0
  62. package/dist/commonjs/index.js.map +1 -0
  63. package/{types/arm-trafficmanager.d.ts → dist/commonjs/models/index.d.ts} +531 -781
  64. package/dist/commonjs/models/index.d.ts.map +1 -0
  65. package/dist/commonjs/models/index.js +113 -0
  66. package/dist/commonjs/models/index.js.map +1 -0
  67. package/dist/commonjs/models/mappers.d.ts +26 -0
  68. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  69. package/dist/commonjs/models/mappers.js +731 -0
  70. package/dist/commonjs/models/mappers.js.map +1 -0
  71. package/dist/commonjs/models/parameters.d.ts +17 -0
  72. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  73. package/dist/commonjs/models/parameters.js +175 -0
  74. package/dist/commonjs/models/parameters.js.map +1 -0
  75. package/dist/commonjs/operations/endpoints.d.ts +51 -0
  76. package/dist/commonjs/operations/endpoints.d.ts.map +1 -0
  77. package/dist/commonjs/operations/endpoints.js +188 -0
  78. package/dist/commonjs/operations/endpoints.js.map +1 -0
  79. package/dist/commonjs/operations/geographicHierarchies.d.ts +18 -0
  80. package/dist/commonjs/operations/geographicHierarchies.d.ts.map +1 -0
  81. package/dist/commonjs/operations/geographicHierarchies.js +51 -0
  82. package/dist/commonjs/operations/geographicHierarchies.js.map +1 -0
  83. package/dist/commonjs/operations/heatMap.d.ts +20 -0
  84. package/dist/commonjs/operations/heatMap.d.ts.map +1 -0
  85. package/dist/commonjs/operations/heatMap.js +63 -0
  86. package/dist/commonjs/operations/heatMap.js.map +1 -0
  87. package/dist/commonjs/operations/index.d.ts +6 -0
  88. package/dist/commonjs/operations/index.d.ts.map +1 -0
  89. package/dist/commonjs/operations/index.js +16 -0
  90. package/dist/commonjs/operations/index.js.map +1 -0
  91. package/dist/commonjs/operations/profiles.d.ts +84 -0
  92. package/dist/commonjs/operations/profiles.d.ts.map +1 -0
  93. package/dist/commonjs/operations/profiles.js +361 -0
  94. package/dist/commonjs/operations/profiles.js.map +1 -0
  95. package/dist/commonjs/operations/trafficManagerUserMetricsKeys.d.ts +28 -0
  96. package/dist/commonjs/operations/trafficManagerUserMetricsKeys.d.ts.map +1 -0
  97. package/dist/commonjs/operations/trafficManagerUserMetricsKeys.js +97 -0
  98. package/dist/commonjs/operations/trafficManagerUserMetricsKeys.js.map +1 -0
  99. package/dist/commonjs/operationsInterfaces/endpoints.d.ts +43 -0
  100. package/dist/commonjs/operationsInterfaces/endpoints.d.ts.map +1 -0
  101. package/dist/commonjs/operationsInterfaces/endpoints.js +10 -0
  102. package/dist/commonjs/operationsInterfaces/endpoints.js.map +1 -0
  103. package/dist/commonjs/operationsInterfaces/geographicHierarchies.d.ts +10 -0
  104. package/dist/commonjs/operationsInterfaces/geographicHierarchies.d.ts.map +1 -0
  105. package/dist/commonjs/operationsInterfaces/geographicHierarchies.js +10 -0
  106. package/dist/commonjs/operationsInterfaces/geographicHierarchies.js.map +1 -0
  107. package/dist/commonjs/operationsInterfaces/heatMap.d.ts +12 -0
  108. package/dist/commonjs/operationsInterfaces/heatMap.d.ts.map +1 -0
  109. package/dist/commonjs/operationsInterfaces/heatMap.js +10 -0
  110. package/dist/commonjs/operationsInterfaces/heatMap.js.map +1 -0
  111. package/dist/commonjs/operationsInterfaces/index.d.ts +6 -0
  112. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  113. package/dist/commonjs/operationsInterfaces/index.js +16 -0
  114. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  115. package/dist/commonjs/operationsInterfaces/profiles.d.ts +61 -0
  116. package/dist/commonjs/operationsInterfaces/profiles.d.ts.map +1 -0
  117. package/dist/commonjs/operationsInterfaces/profiles.js +10 -0
  118. package/dist/commonjs/operationsInterfaces/profiles.js.map +1 -0
  119. package/dist/commonjs/operationsInterfaces/trafficManagerUserMetricsKeys.d.ts +20 -0
  120. package/dist/commonjs/operationsInterfaces/trafficManagerUserMetricsKeys.d.ts.map +1 -0
  121. package/dist/commonjs/operationsInterfaces/trafficManagerUserMetricsKeys.js +10 -0
  122. package/dist/commonjs/operationsInterfaces/trafficManagerUserMetricsKeys.js.map +1 -0
  123. package/dist/commonjs/package.json +3 -0
  124. package/dist/commonjs/pagingHelper.d.ts +13 -0
  125. package/dist/commonjs/pagingHelper.d.ts.map +1 -0
  126. package/dist/commonjs/pagingHelper.js +36 -0
  127. package/dist/commonjs/pagingHelper.js.map +1 -0
  128. package/dist/commonjs/trafficManagerManagementClient.d.ts +24 -0
  129. package/dist/commonjs/trafficManagerManagementClient.d.ts.map +1 -0
  130. package/dist/commonjs/trafficManagerManagementClient.js +106 -0
  131. package/dist/commonjs/trafficManagerManagementClient.js.map +1 -0
  132. package/dist/esm/index.d.ts +5 -0
  133. package/dist/esm/index.d.ts.map +1 -0
  134. package/{src/index.ts → dist/esm/index.js} +5 -5
  135. package/dist/esm/index.js.map +1 -0
  136. package/dist/esm/models/index.d.ts +531 -0
  137. package/dist/esm/models/index.d.ts.map +1 -0
  138. package/dist/esm/models/index.js +110 -0
  139. package/dist/esm/models/index.js.map +1 -0
  140. package/dist/esm/models/mappers.d.ts +26 -0
  141. package/dist/esm/models/mappers.d.ts.map +1 -0
  142. package/dist/esm/models/mappers.js +728 -0
  143. package/dist/esm/models/mappers.js.map +1 -0
  144. package/dist/esm/models/parameters.d.ts +17 -0
  145. package/dist/esm/models/parameters.d.ts.map +1 -0
  146. package/dist/esm/models/parameters.js +172 -0
  147. package/dist/esm/models/parameters.js.map +1 -0
  148. package/dist/esm/operations/endpoints.d.ts +51 -0
  149. package/dist/esm/operations/endpoints.d.ts.map +1 -0
  150. package/dist/esm/operations/endpoints.js +183 -0
  151. package/dist/esm/operations/endpoints.js.map +1 -0
  152. package/dist/esm/operations/geographicHierarchies.d.ts +18 -0
  153. package/dist/esm/operations/geographicHierarchies.d.ts.map +1 -0
  154. package/dist/esm/operations/geographicHierarchies.js +46 -0
  155. package/dist/esm/operations/geographicHierarchies.js.map +1 -0
  156. package/dist/esm/operations/heatMap.d.ts +20 -0
  157. package/dist/esm/operations/heatMap.d.ts.map +1 -0
  158. package/dist/esm/operations/heatMap.js +58 -0
  159. package/dist/esm/operations/heatMap.js.map +1 -0
  160. package/dist/esm/operations/index.d.ts +6 -0
  161. package/dist/esm/operations/index.d.ts.map +1 -0
  162. package/dist/esm/operations/index.js +13 -0
  163. package/dist/esm/operations/index.js.map +1 -0
  164. package/dist/esm/operations/profiles.d.ts +84 -0
  165. package/dist/esm/operations/profiles.d.ts.map +1 -0
  166. package/dist/esm/operations/profiles.js +357 -0
  167. package/dist/esm/operations/profiles.js.map +1 -0
  168. package/dist/esm/operations/trafficManagerUserMetricsKeys.d.ts +28 -0
  169. package/dist/esm/operations/trafficManagerUserMetricsKeys.d.ts.map +1 -0
  170. package/dist/esm/operations/trafficManagerUserMetricsKeys.js +92 -0
  171. package/dist/esm/operations/trafficManagerUserMetricsKeys.js.map +1 -0
  172. package/dist/esm/operationsInterfaces/endpoints.d.ts +43 -0
  173. package/dist/esm/operationsInterfaces/endpoints.d.ts.map +1 -0
  174. package/dist/esm/operationsInterfaces/endpoints.js +9 -0
  175. package/dist/esm/operationsInterfaces/endpoints.js.map +1 -0
  176. package/dist/esm/operationsInterfaces/geographicHierarchies.d.ts +10 -0
  177. package/dist/esm/operationsInterfaces/geographicHierarchies.d.ts.map +1 -0
  178. package/dist/esm/operationsInterfaces/geographicHierarchies.js +9 -0
  179. package/dist/esm/operationsInterfaces/geographicHierarchies.js.map +1 -0
  180. package/dist/esm/operationsInterfaces/heatMap.d.ts +12 -0
  181. package/dist/esm/operationsInterfaces/heatMap.d.ts.map +1 -0
  182. package/dist/esm/operationsInterfaces/heatMap.js +9 -0
  183. package/dist/esm/operationsInterfaces/heatMap.js.map +1 -0
  184. package/dist/esm/operationsInterfaces/index.d.ts +6 -0
  185. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  186. package/dist/esm/operationsInterfaces/index.js +13 -0
  187. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  188. package/dist/esm/operationsInterfaces/profiles.d.ts +61 -0
  189. package/dist/esm/operationsInterfaces/profiles.d.ts.map +1 -0
  190. package/dist/esm/operationsInterfaces/profiles.js +9 -0
  191. package/dist/esm/operationsInterfaces/profiles.js.map +1 -0
  192. package/dist/esm/operationsInterfaces/trafficManagerUserMetricsKeys.d.ts +20 -0
  193. package/dist/esm/operationsInterfaces/trafficManagerUserMetricsKeys.d.ts.map +1 -0
  194. package/dist/esm/operationsInterfaces/trafficManagerUserMetricsKeys.js +9 -0
  195. package/dist/esm/operationsInterfaces/trafficManagerUserMetricsKeys.js.map +1 -0
  196. package/dist/esm/package.json +3 -0
  197. package/dist/esm/pagingHelper.d.ts +13 -0
  198. package/dist/esm/pagingHelper.d.ts.map +1 -0
  199. package/dist/esm/pagingHelper.js +32 -0
  200. package/dist/esm/pagingHelper.js.map +1 -0
  201. package/dist/esm/trafficManagerManagementClient.d.ts +24 -0
  202. package/dist/esm/trafficManagerManagementClient.d.ts.map +1 -0
  203. package/dist/esm/trafficManagerManagementClient.js +101 -0
  204. package/dist/esm/trafficManagerManagementClient.js.map +1 -0
  205. package/dist/react-native/index.d.ts +5 -0
  206. package/dist/react-native/index.d.ts.map +1 -0
  207. package/dist/react-native/index.js +13 -0
  208. package/dist/react-native/index.js.map +1 -0
  209. package/dist/react-native/models/index.d.ts +531 -0
  210. package/dist/react-native/models/index.d.ts.map +1 -0
  211. package/dist/react-native/models/index.js +110 -0
  212. package/dist/react-native/models/index.js.map +1 -0
  213. package/dist/react-native/models/mappers.d.ts +26 -0
  214. package/dist/react-native/models/mappers.d.ts.map +1 -0
  215. package/dist/react-native/models/mappers.js +728 -0
  216. package/dist/react-native/models/mappers.js.map +1 -0
  217. package/dist/react-native/models/parameters.d.ts +17 -0
  218. package/dist/react-native/models/parameters.d.ts.map +1 -0
  219. package/dist/react-native/models/parameters.js +172 -0
  220. package/dist/react-native/models/parameters.js.map +1 -0
  221. package/dist/react-native/operations/endpoints.d.ts +51 -0
  222. package/dist/react-native/operations/endpoints.d.ts.map +1 -0
  223. package/dist/react-native/operations/endpoints.js +183 -0
  224. package/dist/react-native/operations/endpoints.js.map +1 -0
  225. package/dist/react-native/operations/geographicHierarchies.d.ts +18 -0
  226. package/dist/react-native/operations/geographicHierarchies.d.ts.map +1 -0
  227. package/dist/react-native/operations/geographicHierarchies.js +46 -0
  228. package/dist/react-native/operations/geographicHierarchies.js.map +1 -0
  229. package/dist/react-native/operations/heatMap.d.ts +20 -0
  230. package/dist/react-native/operations/heatMap.d.ts.map +1 -0
  231. package/dist/react-native/operations/heatMap.js +58 -0
  232. package/dist/react-native/operations/heatMap.js.map +1 -0
  233. package/dist/react-native/operations/index.d.ts +6 -0
  234. package/dist/react-native/operations/index.d.ts.map +1 -0
  235. package/dist/react-native/operations/index.js +13 -0
  236. package/dist/react-native/operations/index.js.map +1 -0
  237. package/dist/react-native/operations/profiles.d.ts +84 -0
  238. package/dist/react-native/operations/profiles.d.ts.map +1 -0
  239. package/dist/react-native/operations/profiles.js +357 -0
  240. package/dist/react-native/operations/profiles.js.map +1 -0
  241. package/dist/react-native/operations/trafficManagerUserMetricsKeys.d.ts +28 -0
  242. package/dist/react-native/operations/trafficManagerUserMetricsKeys.d.ts.map +1 -0
  243. package/dist/react-native/operations/trafficManagerUserMetricsKeys.js +92 -0
  244. package/dist/react-native/operations/trafficManagerUserMetricsKeys.js.map +1 -0
  245. package/dist/react-native/operationsInterfaces/endpoints.d.ts +43 -0
  246. package/dist/react-native/operationsInterfaces/endpoints.d.ts.map +1 -0
  247. package/dist/react-native/operationsInterfaces/endpoints.js +9 -0
  248. package/dist/react-native/operationsInterfaces/endpoints.js.map +1 -0
  249. package/dist/react-native/operationsInterfaces/geographicHierarchies.d.ts +10 -0
  250. package/dist/react-native/operationsInterfaces/geographicHierarchies.d.ts.map +1 -0
  251. package/dist/react-native/operationsInterfaces/geographicHierarchies.js +9 -0
  252. package/dist/react-native/operationsInterfaces/geographicHierarchies.js.map +1 -0
  253. package/dist/react-native/operationsInterfaces/heatMap.d.ts +12 -0
  254. package/dist/react-native/operationsInterfaces/heatMap.d.ts.map +1 -0
  255. package/dist/react-native/operationsInterfaces/heatMap.js +9 -0
  256. package/dist/react-native/operationsInterfaces/heatMap.js.map +1 -0
  257. package/dist/react-native/operationsInterfaces/index.d.ts +6 -0
  258. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
  259. package/dist/react-native/operationsInterfaces/index.js +13 -0
  260. package/dist/react-native/operationsInterfaces/index.js.map +1 -0
  261. package/dist/react-native/operationsInterfaces/profiles.d.ts +61 -0
  262. package/dist/react-native/operationsInterfaces/profiles.d.ts.map +1 -0
  263. package/dist/react-native/operationsInterfaces/profiles.js +9 -0
  264. package/dist/react-native/operationsInterfaces/profiles.js.map +1 -0
  265. package/dist/react-native/operationsInterfaces/trafficManagerUserMetricsKeys.d.ts +20 -0
  266. package/dist/react-native/operationsInterfaces/trafficManagerUserMetricsKeys.d.ts.map +1 -0
  267. package/dist/react-native/operationsInterfaces/trafficManagerUserMetricsKeys.js +9 -0
  268. package/dist/react-native/operationsInterfaces/trafficManagerUserMetricsKeys.js.map +1 -0
  269. package/dist/react-native/package.json +3 -0
  270. package/dist/react-native/pagingHelper.d.ts +13 -0
  271. package/dist/react-native/pagingHelper.d.ts.map +1 -0
  272. package/dist/react-native/pagingHelper.js +32 -0
  273. package/dist/react-native/pagingHelper.js.map +1 -0
  274. package/dist/react-native/trafficManagerManagementClient.d.ts +24 -0
  275. package/dist/react-native/trafficManagerManagementClient.d.ts.map +1 -0
  276. package/dist/react-native/trafficManagerManagementClient.js +101 -0
  277. package/dist/react-native/trafficManagerManagementClient.js.map +1 -0
  278. package/package.json +69 -40
  279. package/dist/index.js +0 -1911
  280. package/dist/index.js.map +0 -1
  281. package/dist/index.min.js +0 -1
  282. package/dist/index.min.js.map +0 -1
  283. package/dist-esm/samples-dev/endpointsCreateOrUpdateSample.d.ts +0 -2
  284. package/dist-esm/samples-dev/endpointsCreateOrUpdateSample.d.ts.map +0 -1
  285. package/dist-esm/samples-dev/endpointsCreateOrUpdateSample.js +0 -154
  286. package/dist-esm/samples-dev/endpointsCreateOrUpdateSample.js.map +0 -1
  287. package/dist-esm/samples-dev/endpointsDeleteSample.d.ts +0 -2
  288. package/dist-esm/samples-dev/endpointsDeleteSample.d.ts.map +0 -1
  289. package/dist-esm/samples-dev/endpointsDeleteSample.js +0 -38
  290. package/dist-esm/samples-dev/endpointsDeleteSample.js.map +0 -1
  291. package/dist-esm/samples-dev/endpointsGetSample.d.ts +0 -2
  292. package/dist-esm/samples-dev/endpointsGetSample.d.ts.map +0 -1
  293. package/dist-esm/samples-dev/endpointsGetSample.js +0 -78
  294. package/dist-esm/samples-dev/endpointsGetSample.js.map +0 -1
  295. package/dist-esm/samples-dev/endpointsUpdateSample.d.ts +0 -2
  296. package/dist-esm/samples-dev/endpointsUpdateSample.d.ts.map +0 -1
  297. package/dist-esm/samples-dev/endpointsUpdateSample.js +0 -37
  298. package/dist-esm/samples-dev/endpointsUpdateSample.js.map +0 -1
  299. package/dist-esm/samples-dev/geographicHierarchiesGetDefaultSample.d.ts +0 -2
  300. package/dist-esm/samples-dev/geographicHierarchiesGetDefaultSample.d.ts.map +0 -1
  301. package/dist-esm/samples-dev/geographicHierarchiesGetDefaultSample.js +0 -34
  302. package/dist-esm/samples-dev/geographicHierarchiesGetDefaultSample.js.map +0 -1
  303. package/dist-esm/samples-dev/heatMapGetSample.d.ts +0 -2
  304. package/dist-esm/samples-dev/heatMapGetSample.d.ts.map +0 -1
  305. package/dist-esm/samples-dev/heatMapGetSample.js +0 -68
  306. package/dist-esm/samples-dev/heatMapGetSample.js.map +0 -1
  307. package/dist-esm/samples-dev/profilesCheckTrafficManagerNameAvailabilityV2Sample.d.ts +0 -2
  308. package/dist-esm/samples-dev/profilesCheckTrafficManagerNameAvailabilityV2Sample.d.ts.map +0 -1
  309. package/dist-esm/samples-dev/profilesCheckTrafficManagerNameAvailabilityV2Sample.js +0 -51
  310. package/dist-esm/samples-dev/profilesCheckTrafficManagerNameAvailabilityV2Sample.js.map +0 -1
  311. package/dist-esm/samples-dev/profilesCheckTrafficManagerRelativeDnsNameAvailabilitySample.d.ts +0 -2
  312. package/dist-esm/samples-dev/profilesCheckTrafficManagerRelativeDnsNameAvailabilitySample.d.ts.map +0 -1
  313. package/dist-esm/samples-dev/profilesCheckTrafficManagerRelativeDnsNameAvailabilitySample.js +0 -51
  314. package/dist-esm/samples-dev/profilesCheckTrafficManagerRelativeDnsNameAvailabilitySample.js.map +0 -1
  315. package/dist-esm/samples-dev/profilesCreateOrUpdateSample.d.ts +0 -2
  316. package/dist-esm/samples-dev/profilesCreateOrUpdateSample.d.ts.map +0 -1
  317. package/dist-esm/samples-dev/profilesCreateOrUpdateSample.js +0 -262
  318. package/dist-esm/samples-dev/profilesCreateOrUpdateSample.js.map +0 -1
  319. package/dist-esm/samples-dev/profilesDeleteSample.d.ts +0 -2
  320. package/dist-esm/samples-dev/profilesDeleteSample.d.ts.map +0 -1
  321. package/dist-esm/samples-dev/profilesDeleteSample.js +0 -36
  322. package/dist-esm/samples-dev/profilesDeleteSample.js.map +0 -1
  323. package/dist-esm/samples-dev/profilesGetSample.d.ts +0 -2
  324. package/dist-esm/samples-dev/profilesGetSample.d.ts.map +0 -1
  325. package/dist-esm/samples-dev/profilesGetSample.js +0 -72
  326. package/dist-esm/samples-dev/profilesGetSample.js.map +0 -1
  327. package/dist-esm/samples-dev/profilesListByResourceGroupSample.d.ts +0 -2
  328. package/dist-esm/samples-dev/profilesListByResourceGroupSample.d.ts.map +0 -1
  329. package/dist-esm/samples-dev/profilesListByResourceGroupSample.js +0 -51
  330. package/dist-esm/samples-dev/profilesListByResourceGroupSample.js.map +0 -1
  331. package/dist-esm/samples-dev/profilesListBySubscriptionSample.d.ts +0 -2
  332. package/dist-esm/samples-dev/profilesListBySubscriptionSample.d.ts.map +0 -1
  333. package/dist-esm/samples-dev/profilesListBySubscriptionSample.js +0 -50
  334. package/dist-esm/samples-dev/profilesListBySubscriptionSample.js.map +0 -1
  335. package/dist-esm/samples-dev/profilesUpdateSample.d.ts +0 -2
  336. package/dist-esm/samples-dev/profilesUpdateSample.d.ts.map +0 -1
  337. package/dist-esm/samples-dev/profilesUpdateSample.js +0 -43
  338. package/dist-esm/samples-dev/profilesUpdateSample.js.map +0 -1
  339. package/dist-esm/samples-dev/trafficManagerUserMetricsKeysCreateOrUpdateSample.d.ts +0 -2
  340. package/dist-esm/samples-dev/trafficManagerUserMetricsKeysCreateOrUpdateSample.d.ts.map +0 -1
  341. package/dist-esm/samples-dev/trafficManagerUserMetricsKeysCreateOrUpdateSample.js +0 -34
  342. package/dist-esm/samples-dev/trafficManagerUserMetricsKeysCreateOrUpdateSample.js.map +0 -1
  343. package/dist-esm/samples-dev/trafficManagerUserMetricsKeysDeleteSample.d.ts +0 -2
  344. package/dist-esm/samples-dev/trafficManagerUserMetricsKeysDeleteSample.d.ts.map +0 -1
  345. package/dist-esm/samples-dev/trafficManagerUserMetricsKeysDeleteSample.js +0 -34
  346. package/dist-esm/samples-dev/trafficManagerUserMetricsKeysDeleteSample.js.map +0 -1
  347. package/dist-esm/samples-dev/trafficManagerUserMetricsKeysGetSample.d.ts +0 -2
  348. package/dist-esm/samples-dev/trafficManagerUserMetricsKeysGetSample.d.ts.map +0 -1
  349. package/dist-esm/samples-dev/trafficManagerUserMetricsKeysGetSample.js +0 -34
  350. package/dist-esm/samples-dev/trafficManagerUserMetricsKeysGetSample.js.map +0 -1
  351. package/dist-esm/src/index.d.ts +0 -5
  352. package/dist-esm/src/index.js.map +0 -1
  353. package/dist-esm/src/models/index.js.map +0 -1
  354. package/dist-esm/src/models/mappers.js.map +0 -1
  355. package/dist-esm/src/models/parameters.js.map +0 -1
  356. package/dist-esm/src/operations/endpoints.d.ts.map +0 -1
  357. package/dist-esm/src/operations/endpoints.js.map +0 -1
  358. package/dist-esm/src/operations/geographicHierarchies.d.ts.map +0 -1
  359. package/dist-esm/src/operations/geographicHierarchies.js.map +0 -1
  360. package/dist-esm/src/operations/heatMap.d.ts.map +0 -1
  361. package/dist-esm/src/operations/heatMap.js.map +0 -1
  362. package/dist-esm/src/operations/index.d.ts +0 -6
  363. package/dist-esm/src/operations/index.js.map +0 -1
  364. package/dist-esm/src/operations/profiles.d.ts.map +0 -1
  365. package/dist-esm/src/operations/profiles.js.map +0 -1
  366. package/dist-esm/src/operations/trafficManagerUserMetricsKeys.d.ts.map +0 -1
  367. package/dist-esm/src/operations/trafficManagerUserMetricsKeys.js.map +0 -1
  368. package/dist-esm/src/operationsInterfaces/endpoints.d.ts.map +0 -1
  369. package/dist-esm/src/operationsInterfaces/endpoints.js.map +0 -1
  370. package/dist-esm/src/operationsInterfaces/geographicHierarchies.js.map +0 -1
  371. package/dist-esm/src/operationsInterfaces/heatMap.d.ts.map +0 -1
  372. package/dist-esm/src/operationsInterfaces/heatMap.js.map +0 -1
  373. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -6
  374. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  375. package/dist-esm/src/operationsInterfaces/profiles.d.ts.map +0 -1
  376. package/dist-esm/src/operationsInterfaces/profiles.js.map +0 -1
  377. package/dist-esm/src/operationsInterfaces/trafficManagerUserMetricsKeys.d.ts.map +0 -1
  378. package/dist-esm/src/operationsInterfaces/trafficManagerUserMetricsKeys.js.map +0 -1
  379. package/dist-esm/src/pagingHelper.js.map +0 -1
  380. package/dist-esm/src/trafficManagerManagementClient.d.ts.map +0 -1
  381. package/dist-esm/src/trafficManagerManagementClient.js.map +0 -1
  382. package/dist-esm/test/trafficmanager_examples.spec.d.ts +0 -4
  383. package/dist-esm/test/trafficmanager_examples.spec.d.ts.map +0 -1
  384. package/dist-esm/test/trafficmanager_examples.spec.js +0 -120
  385. package/dist-esm/test/trafficmanager_examples.spec.js.map +0 -1
  386. package/src/models/index.ts +0 -616
  387. package/src/models/mappers.ts +0 -797
  388. package/src/models/parameters.ts +0 -196
  389. package/src/operations/endpoints.ts +0 -247
  390. package/src/operations/geographicHierarchies.ts +0 -63
  391. package/src/operations/heatMap.ts +0 -74
  392. package/src/operations/index.ts +0 -13
  393. package/src/operations/profiles.ts +0 -447
  394. package/src/operations/trafficManagerUserMetricsKeys.ts +0 -122
  395. package/src/operationsInterfaces/endpoints.ts +0 -88
  396. package/src/operationsInterfaces/geographicHierarchies.ts +0 -23
  397. package/src/operationsInterfaces/heatMap.ts +0 -24
  398. package/src/operationsInterfaces/index.ts +0 -13
  399. package/src/operationsInterfaces/profiles.ts +0 -116
  400. package/src/operationsInterfaces/trafficManagerUserMetricsKeys.ts +0 -41
  401. package/src/pagingHelper.ts +0 -39
  402. package/src/trafficManagerManagementClient.ts +0 -162
  403. package/tsconfig.json +0 -33
  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/endpoints.js +0 -0
  413. /package/{dist-esm/src → dist/browser}/operationsInterfaces/geographicHierarchies.js +0 -0
  414. /package/{dist-esm/src → dist/browser}/operationsInterfaces/heatMap.js +0 -0
  415. /package/{dist-esm/src → dist/browser}/operationsInterfaces/profiles.js +0 -0
  416. /package/{dist-esm/src → dist/browser}/operationsInterfaces/trafficManagerUserMetricsKeys.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 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AAEjD,wDAAwD;AACxD,MAAM,WAAW,6BAA6B;IAC5C,mCAAmC;IACnC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,kCAAkC;IAClC,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,8DAA8D;IAC9D,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,oCAAoC;AACpC,MAAM,WAAW,mCAAmC;IAClD,mBAAmB;IACnB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,oBAAoB;IACpB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,2CAA2C;AAC3C,MAAM,WAAW,QAAQ;IACvB,8LAA8L;IAC9L,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,+BAA+B;IAC/B,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,8EAA8E;IAC9E,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AAED,sDAAsD;AACtD,MAAM,WAAW,UAAU;IACzB,gCAAgC;IAChC,KAAK,CAAC,EAAE,cAAc,CAAC;CACxB;AAED,qEAAqE;AACrE,MAAM,WAAW,cAAc;IAC7B,iBAAiB;IACjB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,oBAAoB;IACpB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,mBAAmB;IACnB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,oBAAoB;IACpB,OAAO,CAAC,EAAE,cAAc,EAAE,CAAC;CAC5B;AAED,8CAA8C;AAC9C,MAAM,WAAW,qBAAqB;IACpC;;;OAGG;IACH,QAAQ,CAAC,eAAe,CAAC,EAAE,OAAO,CAAC;CACpC;AAED,mEAAmE;AACnE,MAAM,WAAW,wDAAwD;IACvE,gCAAgC;IAChC,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,gCAAgC;IAChC,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AAED,uEAAuE;AACvE,MAAM,WAAW,8BAA8B;IAC7C,yBAAyB;IACzB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,6CAA6C;IAC7C,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,+DAA+D;IAC/D,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,iEAAiE;IACjE,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,wFAAwF;IACxF,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AAED,4DAA4D;AAC5D,MAAM,WAAW,iBAAiB;IAChC,iDAAiD;IACjD,KAAK,CAAC,EAAE,OAAO,EAAE,CAAC;CACnB;AAED,kEAAkE;AAClE,MAAM,WAAW,SAAS;IACxB,mNAAmN;IACnN,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;OAGG;IACH,QAAQ,CAAC,IAAI,CAAC,EAAE,MAAM,CAAC;IACvB,6KAA6K;IAC7K,GAAG,CAAC,EAAE,MAAM,CAAC;CACd;AAED,kFAAkF;AAClF,MAAM,WAAW,aAAa;IAC5B,0EAA0E;IAC1E,oBAAoB,CAAC,EAAE,oBAAoB,CAAC;IAC5C,2EAA2E;IAC3E,QAAQ,CAAC,EAAE,eAAe,CAAC;IAC3B,sDAAsD;IACtD,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,uFAAuF;IACvF,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,gKAAgK;IAChK,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,iKAAiK;IACjK,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,6KAA6K;IAC7K,yBAAyB,CAAC,EAAE,MAAM,CAAC;IACnC,8BAA8B;IAC9B,aAAa,CAAC,EAAE,8BAA8B,EAAE,CAAC;IACjD,2CAA2C;IAC3C,wBAAwB,CAAC,EAAE,yCAAyC,EAAE,CAAC;CACxE;AAED,oCAAoC;AACpC,MAAM,WAAW,8BAA8B;IAC7C,mBAAmB;IACnB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,oBAAoB;IACpB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,gDAAgD;AAChD,MAAM,WAAW,yCAAyC;IACxD,uBAAuB;IACvB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,uBAAuB;IACvB,GAAG,CAAC,EAAE,MAAM,CAAC;CACd;AAED,+GAA+G;AAC/G,MAAM,WAAW,MAAM;IACrB,6BAA6B;IAC7B,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,6BAA6B;IAC7B,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,iFAAiF;IACjF,OAAO,CAAC,EAAE,MAAM,EAAE,CAAC;CACpB;AAED,4EAA4E;AAC5E,MAAM,WAAW,eAAe;IAC9B,4DAA4D;IAC5D,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,wEAAwE;IACxE,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,4EAA4E;AAC5E,MAAM,WAAW,WAAW;IAC1B,iEAAiE;IACjE,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,mEAAmE;IACnE,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,oEAAoE;IACpE,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,kEAAkE;IAClE,gBAAgB,CAAC,EAAE,eAAe,EAAE,CAAC;CACtC;AAED,gFAAgF;AAChF,MAAM,WAAW,eAAe;IAC9B,4FAA4F;IAC5F,UAAU,EAAE,MAAM,CAAC;IACnB,4DAA4D;IAC5D,UAAU,EAAE,MAAM,CAAC;IACnB,yEAAyE;IACzE,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AAED,4HAA4H;AAC5H,MAAM,WAAW,aAAc,SAAQ,QAAQ;CAAG;AAElD,yEAAyE;AACzE,MAAM,WAAW,eAAgB,SAAQ,QAAQ;IAC/C,qBAAqB;IACrB,IAAI,CAAC,EAAE;QAAE,CAAC,YAAY,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,CAAC;IAC1C,gDAAgD;IAChD,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AAED,qDAAqD;AACrD,MAAM,WAAW,QAAS,SAAQ,aAAa;IAC7C,8GAA8G;IAC9G,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,0JAA0J;IAC1J,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,8IAA8I;IAC9I,cAAc,CAAC,EAAE,cAAc,CAAC;IAChC,wHAAwH;IACxH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,+SAA+S;IAC/S,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,sHAAsH;IACtH,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,6CAA6C;IAC7C,qBAAqB,CAAC,EAAE,qBAAqB,CAAC;IAC9C,qMAAqM;IACrM,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,8NAA8N;IAC9N,qBAAqB,CAAC,EAAE,MAAM,CAAC;IAC/B,iOAAiO;IACjO,qBAAqB,CAAC,EAAE,MAAM,CAAC;IAC/B,4MAA4M;IAC5M,UAAU,CAAC,EAAE,MAAM,EAAE,CAAC;IACtB,2MAA2M;IAC3M,OAAO,CAAC,EAAE,6BAA6B,EAAE,CAAC;IAC1C,8BAA8B;IAC9B,aAAa,CAAC,EAAE,mCAAmC,EAAE,CAAC;IACtD,6IAA6I;IAC7I,WAAW,CAAC,EAAE,WAAW,CAAC;CAC3B;AAED,mGAAmG;AACnG,MAAM,WAAW,iCAAkC,SAAQ,aAAa;IACtE,sGAAsG;IACtG,mBAAmB,CAAC,EAAE,MAAM,CAAC;CAC9B;AAED,oDAAoD;AACpD,MAAM,WAAW,YAAa,SAAQ,aAAa;IACjD,oEAAoE;IACpE,SAAS,CAAC,EAAE,IAAI,CAAC;IACjB,iEAAiE;IACjE,OAAO,CAAC,EAAE,IAAI,CAAC;IACf,sDAAsD;IACtD,SAAS,CAAC,EAAE,eAAe,EAAE,CAAC;IAC9B,8DAA8D;IAC9D,YAAY,CAAC,EAAE,WAAW,EAAE,CAAC;CAC9B;AAED,uDAAuD;AACvD,MAAM,WAAW,gBAAiB,SAAQ,aAAa;IACrD,sDAAsD;IACtD,GAAG,CAAC,EAAE,MAAM,CAAC;CACd;AAED,oDAAoD;AACpD,MAAM,WAAW,OAAQ,SAAQ,eAAe;IAC9C,iDAAiD;IACjD,aAAa,CAAC,EAAE,aAAa,CAAC;IAC9B,iEAAiE;IACjE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC;IAC5C,uDAAuD;IACvD,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB,uEAAuE;IACvE,aAAa,CAAC,EAAE,aAAa,CAAC;IAC9B,4DAA4D;IAC5D,SAAS,CAAC,EAAE,QAAQ,EAAE,CAAC;IACvB,yMAAyM;IACzM,2BAA2B,CAAC,EAAE,2BAA2B,CAAC;IAC1D,iDAAiD;IACjD,0BAA0B,CAAC,EAAE,yBAAyB,EAAE,CAAC;IACzD,8EAA8E;IAC9E,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,uEAAuE;AACvE,oBAAY,mBAAmB;IAC7B,cAAc;IACd,OAAO,YAAY;IACnB,eAAe;IACf,QAAQ,aAAa;CACtB;AAED;;;;;;;GAOG;AACH,MAAM,MAAM,cAAc,GAAG,MAAM,CAAC;AAEpC,8EAA8E;AAC9E,oBAAY,0BAA0B;IACpC,uBAAuB;IACvB,gBAAgB,qBAAqB;IACrC,aAAa;IACb,MAAM,WAAW;IACjB,eAAe;IACf,QAAQ,aAAa;IACrB,eAAe;IACf,QAAQ,aAAa;IACrB,eAAe;IACf,QAAQ,aAAa;IACrB,cAAc;IACd,OAAO,YAAY;IACnB,kBAAkB;IAClB,WAAW,gBAAgB;CAC5B;AAED;;;;;;;;;;;;GAYG;AACH,MAAM,MAAM,qBAAqB,GAAG,MAAM,CAAC;AAE3C,oEAAoE;AACpE,oBAAY,gBAAgB;IAC1B,cAAc;IACd,OAAO,YAAY;IACnB,eAAe;IACf,QAAQ,aAAa;CACtB;AAED;;;;;;;GAOG;AACH,MAAM,MAAM,WAAW,GAAG,MAAM,CAAC;AAEjC,sEAAsE;AACtE,oBAAY,kBAAkB;IAC5B,cAAc;IACd,OAAO,YAAY;IACnB,eAAe;IACf,QAAQ,aAAa;CACtB;AAED;;;;;;;GAOG;AACH,MAAM,MAAM,aAAa,GAAG,MAAM,CAAC;AAEnC,6EAA6E;AAC7E,oBAAY,yBAAyB;IACnC,kBAAkB;IAClB,WAAW,gBAAgB;IAC3B,eAAe;IACf,QAAQ,aAAa;IACrB,eAAe;IACf,QAAQ,aAAa;IACrB,iBAAiB;IACjB,UAAU,eAAe;IACzB,iBAAiB;IACjB,UAAU,eAAe;IACzB,aAAa;IACb,MAAM,WAAW;CAClB;AAED;;;;;;;;;;;GAWG;AACH,MAAM,MAAM,oBAAoB,GAAG,MAAM,CAAC;AAE1C,6EAA6E;AAC7E,oBAAY,yBAAyB;IACnC,wBAAwB;IACxB,iBAAiB,sBAAsB;IACvC,aAAa;IACb,MAAM,WAAW;IACjB,eAAe;IACf,QAAQ,aAAa;IACrB,eAAe;IACf,QAAQ,aAAa;IACrB,eAAe;IACf,QAAQ,aAAa;CACtB;AAED;;;;;;;;;;GAUG;AACH,MAAM,MAAM,oBAAoB,GAAG,MAAM,CAAC;AAE1C,wEAAwE;AACxE,oBAAY,oBAAoB;IAC9B,WAAW;IACX,IAAI,SAAS;IACb,YAAY;IACZ,KAAK,UAAU;IACf,UAAU;IACV,GAAG,QAAQ;CACZ;AAED;;;;;;;;GAQG;AACH,MAAM,MAAM,eAAe,GAAG,MAAM,CAAC;AAErC,oFAAoF;AACpF,oBAAY,gCAAgC;IAC1C,cAAc;IACd,OAAO,YAAY;IACnB,eAAe;IACf,QAAQ,aAAa;CACtB;AAED;;;;;;;GAOG;AACH,MAAM,MAAM,2BAA2B,GAAG,MAAM,CAAC;AAEjD,kFAAkF;AAClF,oBAAY,8BAA8B;IACxC,iBAAiB;IACjB,UAAU,eAAe;IACzB,kBAAkB;IAClB,WAAW,gBAAgB;IAC3B,kBAAkB;IAClB,WAAW,gBAAgB;IAC3B,UAAU;IACV,GAAG,QAAQ;CACZ;AAED;;;;;;;;;GASG;AACH,MAAM,MAAM,yBAAyB,GAAG,MAAM,CAAC;AAC/C,uCAAuC;AACvC,MAAM,MAAM,YAAY,GACpB,gBAAgB,GAChB,mBAAmB,GACnB,iBAAiB,CAAC;AAEtB,2BAA2B;AAC3B,MAAM,WAAW,6BACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,uDAAuD;AACvD,MAAM,MAAM,uBAAuB,GAAG,QAAQ,CAAC;AAE/C,2BAA2B;AAC3B,MAAM,WAAW,0BACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,oDAAoD;AACpD,MAAM,MAAM,oBAAoB,GAAG,QAAQ,CAAC;AAE5C,2BAA2B;AAC3B,MAAM,WAAW,qCACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,+DAA+D;AAC/D,MAAM,MAAM,+BAA+B,GAAG,QAAQ,CAAC;AAEvD,2BAA2B;AAC3B,MAAM,WAAW,6BACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,uDAAuD;AACvD,MAAM,MAAM,uBAAuB,GAAG,qBAAqB,CAAC;AAE5D,2BAA2B;AAC3B,MAAM,WAAW,oEACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,+FAA+F;AAC/F,MAAM,MAAM,8DAA8D,GAAG,8BAA8B,CAAC;AAE5G,2BAA2B;AAC3B,MAAM,WAAW,2DACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,sFAAsF;AACtF,MAAM,MAAM,qDAAqD,GAAG,8BAA8B,CAAC;AAEnG,2BAA2B;AAC3B,MAAM,WAAW,yCACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,oEAAoE;AACpE,MAAM,MAAM,mCAAmC,GAAG,iBAAiB,CAAC;AAEpE,2BAA2B;AAC3B,MAAM,WAAW,wCACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,mEAAmE;AACnE,MAAM,MAAM,kCAAkC,GAAG,iBAAiB,CAAC;AAEnE,2BAA2B;AAC3B,MAAM,WAAW,yBACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,oDAAoD;AACpD,MAAM,MAAM,mBAAmB,GAAG,OAAO,CAAC;AAE1C,2BAA2B;AAC3B,MAAM,WAAW,oCACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,+DAA+D;AAC/D,MAAM,MAAM,8BAA8B,GAAG,OAAO,CAAC;AAErD,2BAA2B;AAC3B,MAAM,WAAW,4BACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,uDAAuD;AACvD,MAAM,MAAM,sBAAsB,GAAG,qBAAqB,CAAC;AAE3D,2BAA2B;AAC3B,MAAM,WAAW,4BACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,uDAAuD;AACvD,MAAM,MAAM,sBAAsB,GAAG,OAAO,CAAC;AAE7C,2BAA2B;AAC3B,MAAM,WAAW,6CACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,2DAA2D;AAC3D,MAAM,MAAM,uCAAuC,GAAG,iCAAiC,CAAC;AAExF,2BAA2B;AAC3B,MAAM,WAAW,wBAAyB,SAAQ,UAAU,CAAC,gBAAgB;IAC3E,qFAAqF;IACrF,OAAO,CAAC,EAAE,MAAM,EAAE,CAAC;IACnB,yFAAyF;IACzF,QAAQ,CAAC,EAAE,MAAM,EAAE,CAAC;CACrB;AAED,oDAAoD;AACpD,MAAM,MAAM,kBAAkB,GAAG,YAAY,CAAC;AAE9C,2BAA2B;AAC3B,MAAM,WAAW,8CACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,oDAAoD;AACpD,MAAM,MAAM,wCAAwC,GAAG,gBAAgB,CAAC;AAExE,2BAA2B;AAC3B,MAAM,WAAW,yDACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,+DAA+D;AAC/D,MAAM,MAAM,mDAAmD,GAAG,gBAAgB,CAAC;AAEnF,2BAA2B;AAC3B,MAAM,WAAW,iDACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,uDAAuD;AACvD,MAAM,MAAM,2CAA2C,GAAG,qBAAqB,CAAC;AAEhF,2BAA2B;AAC3B,MAAM,WAAW,4CACf,SAAQ,UAAU,CAAC,oBAAoB;IACvC,uBAAuB;IACvB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,kBAAkB;IAClB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,iCAAiC;IACjC,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB"}
@@ -0,0 +1,113 @@
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.KnownAllowedEndpointRecordType = exports.KnownTrafficViewEnrollmentStatus = exports.KnownMonitorProtocol = exports.KnownProfileMonitorStatus = exports.KnownTrafficRoutingMethod = exports.KnownProfileStatus = exports.KnownAlwaysServe = exports.KnownEndpointMonitorStatus = exports.KnownEndpointStatus = void 0;
11
+ /** Known values of {@link EndpointStatus} that the service accepts. */
12
+ var KnownEndpointStatus;
13
+ (function (KnownEndpointStatus) {
14
+ /** Enabled */
15
+ KnownEndpointStatus["Enabled"] = "Enabled";
16
+ /** Disabled */
17
+ KnownEndpointStatus["Disabled"] = "Disabled";
18
+ })(KnownEndpointStatus || (exports.KnownEndpointStatus = KnownEndpointStatus = {}));
19
+ /** Known values of {@link EndpointMonitorStatus} that the service accepts. */
20
+ var KnownEndpointMonitorStatus;
21
+ (function (KnownEndpointMonitorStatus) {
22
+ /** CheckingEndpoint */
23
+ KnownEndpointMonitorStatus["CheckingEndpoint"] = "CheckingEndpoint";
24
+ /** Online */
25
+ KnownEndpointMonitorStatus["Online"] = "Online";
26
+ /** Degraded */
27
+ KnownEndpointMonitorStatus["Degraded"] = "Degraded";
28
+ /** Disabled */
29
+ KnownEndpointMonitorStatus["Disabled"] = "Disabled";
30
+ /** Inactive */
31
+ KnownEndpointMonitorStatus["Inactive"] = "Inactive";
32
+ /** Stopped */
33
+ KnownEndpointMonitorStatus["Stopped"] = "Stopped";
34
+ /** Unmonitored */
35
+ KnownEndpointMonitorStatus["Unmonitored"] = "Unmonitored";
36
+ })(KnownEndpointMonitorStatus || (exports.KnownEndpointMonitorStatus = KnownEndpointMonitorStatus = {}));
37
+ /** Known values of {@link AlwaysServe} that the service accepts. */
38
+ var KnownAlwaysServe;
39
+ (function (KnownAlwaysServe) {
40
+ /** Enabled */
41
+ KnownAlwaysServe["Enabled"] = "Enabled";
42
+ /** Disabled */
43
+ KnownAlwaysServe["Disabled"] = "Disabled";
44
+ })(KnownAlwaysServe || (exports.KnownAlwaysServe = KnownAlwaysServe = {}));
45
+ /** Known values of {@link ProfileStatus} that the service accepts. */
46
+ var KnownProfileStatus;
47
+ (function (KnownProfileStatus) {
48
+ /** Enabled */
49
+ KnownProfileStatus["Enabled"] = "Enabled";
50
+ /** Disabled */
51
+ KnownProfileStatus["Disabled"] = "Disabled";
52
+ })(KnownProfileStatus || (exports.KnownProfileStatus = KnownProfileStatus = {}));
53
+ /** Known values of {@link TrafficRoutingMethod} that the service accepts. */
54
+ var KnownTrafficRoutingMethod;
55
+ (function (KnownTrafficRoutingMethod) {
56
+ /** Performance */
57
+ KnownTrafficRoutingMethod["Performance"] = "Performance";
58
+ /** Priority */
59
+ KnownTrafficRoutingMethod["Priority"] = "Priority";
60
+ /** Weighted */
61
+ KnownTrafficRoutingMethod["Weighted"] = "Weighted";
62
+ /** Geographic */
63
+ KnownTrafficRoutingMethod["Geographic"] = "Geographic";
64
+ /** MultiValue */
65
+ KnownTrafficRoutingMethod["MultiValue"] = "MultiValue";
66
+ /** Subnet */
67
+ KnownTrafficRoutingMethod["Subnet"] = "Subnet";
68
+ })(KnownTrafficRoutingMethod || (exports.KnownTrafficRoutingMethod = KnownTrafficRoutingMethod = {}));
69
+ /** Known values of {@link ProfileMonitorStatus} that the service accepts. */
70
+ var KnownProfileMonitorStatus;
71
+ (function (KnownProfileMonitorStatus) {
72
+ /** CheckingEndpoints */
73
+ KnownProfileMonitorStatus["CheckingEndpoints"] = "CheckingEndpoints";
74
+ /** Online */
75
+ KnownProfileMonitorStatus["Online"] = "Online";
76
+ /** Degraded */
77
+ KnownProfileMonitorStatus["Degraded"] = "Degraded";
78
+ /** Disabled */
79
+ KnownProfileMonitorStatus["Disabled"] = "Disabled";
80
+ /** Inactive */
81
+ KnownProfileMonitorStatus["Inactive"] = "Inactive";
82
+ })(KnownProfileMonitorStatus || (exports.KnownProfileMonitorStatus = KnownProfileMonitorStatus = {}));
83
+ /** Known values of {@link MonitorProtocol} that the service accepts. */
84
+ var KnownMonitorProtocol;
85
+ (function (KnownMonitorProtocol) {
86
+ /** Http */
87
+ KnownMonitorProtocol["Http"] = "HTTP";
88
+ /** Https */
89
+ KnownMonitorProtocol["Https"] = "HTTPS";
90
+ /** TCP */
91
+ KnownMonitorProtocol["TCP"] = "TCP";
92
+ })(KnownMonitorProtocol || (exports.KnownMonitorProtocol = KnownMonitorProtocol = {}));
93
+ /** Known values of {@link TrafficViewEnrollmentStatus} that the service accepts. */
94
+ var KnownTrafficViewEnrollmentStatus;
95
+ (function (KnownTrafficViewEnrollmentStatus) {
96
+ /** Enabled */
97
+ KnownTrafficViewEnrollmentStatus["Enabled"] = "Enabled";
98
+ /** Disabled */
99
+ KnownTrafficViewEnrollmentStatus["Disabled"] = "Disabled";
100
+ })(KnownTrafficViewEnrollmentStatus || (exports.KnownTrafficViewEnrollmentStatus = KnownTrafficViewEnrollmentStatus = {}));
101
+ /** Known values of {@link AllowedEndpointRecordType} that the service accepts. */
102
+ var KnownAllowedEndpointRecordType;
103
+ (function (KnownAllowedEndpointRecordType) {
104
+ /** DomainName */
105
+ KnownAllowedEndpointRecordType["DomainName"] = "DomainName";
106
+ /** IPv4Address */
107
+ KnownAllowedEndpointRecordType["IPv4Address"] = "IPv4Address";
108
+ /** IPv6Address */
109
+ KnownAllowedEndpointRecordType["IPv6Address"] = "IPv6Address";
110
+ /** Any */
111
+ KnownAllowedEndpointRecordType["Any"] = "Any";
112
+ })(KnownAllowedEndpointRecordType || (exports.KnownAllowedEndpointRecordType = KnownAllowedEndpointRecordType = {}));
113
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG;;;AAyQH,uEAAuE;AACvE,IAAY,mBAKX;AALD,WAAY,mBAAmB;IAC7B,cAAc;IACd,0CAAmB,CAAA;IACnB,eAAe;IACf,4CAAqB,CAAA;AACvB,CAAC,EALW,mBAAmB,mCAAnB,mBAAmB,QAK9B;AAYD,8EAA8E;AAC9E,IAAY,0BAeX;AAfD,WAAY,0BAA0B;IACpC,uBAAuB;IACvB,mEAAqC,CAAA;IACrC,aAAa;IACb,+CAAiB,CAAA;IACjB,eAAe;IACf,mDAAqB,CAAA;IACrB,eAAe;IACf,mDAAqB,CAAA;IACrB,eAAe;IACf,mDAAqB,CAAA;IACrB,cAAc;IACd,iDAAmB,CAAA;IACnB,kBAAkB;IAClB,yDAA2B,CAAA;AAC7B,CAAC,EAfW,0BAA0B,0CAA1B,0BAA0B,QAerC;AAiBD,oEAAoE;AACpE,IAAY,gBAKX;AALD,WAAY,gBAAgB;IAC1B,cAAc;IACd,uCAAmB,CAAA;IACnB,eAAe;IACf,yCAAqB,CAAA;AACvB,CAAC,EALW,gBAAgB,gCAAhB,gBAAgB,QAK3B;AAYD,sEAAsE;AACtE,IAAY,kBAKX;AALD,WAAY,kBAAkB;IAC5B,cAAc;IACd,yCAAmB,CAAA;IACnB,eAAe;IACf,2CAAqB,CAAA;AACvB,CAAC,EALW,kBAAkB,kCAAlB,kBAAkB,QAK7B;AAYD,6EAA6E;AAC7E,IAAY,yBAaX;AAbD,WAAY,yBAAyB;IACnC,kBAAkB;IAClB,wDAA2B,CAAA;IAC3B,eAAe;IACf,kDAAqB,CAAA;IACrB,eAAe;IACf,kDAAqB,CAAA;IACrB,iBAAiB;IACjB,sDAAyB,CAAA;IACzB,iBAAiB;IACjB,sDAAyB,CAAA;IACzB,aAAa;IACb,8CAAiB,CAAA;AACnB,CAAC,EAbW,yBAAyB,yCAAzB,yBAAyB,QAapC;AAgBD,6EAA6E;AAC7E,IAAY,yBAWX;AAXD,WAAY,yBAAyB;IACnC,wBAAwB;IACxB,oEAAuC,CAAA;IACvC,aAAa;IACb,8CAAiB,CAAA;IACjB,eAAe;IACf,kDAAqB,CAAA;IACrB,eAAe;IACf,kDAAqB,CAAA;IACrB,eAAe;IACf,kDAAqB,CAAA;AACvB,CAAC,EAXW,yBAAyB,yCAAzB,yBAAyB,QAWpC;AAeD,wEAAwE;AACxE,IAAY,oBAOX;AAPD,WAAY,oBAAoB;IAC9B,WAAW;IACX,qCAAa,CAAA;IACb,YAAY;IACZ,uCAAe,CAAA;IACf,UAAU;IACV,mCAAW,CAAA;AACb,CAAC,EAPW,oBAAoB,oCAApB,oBAAoB,QAO/B;AAaD,oFAAoF;AACpF,IAAY,gCAKX;AALD,WAAY,gCAAgC;IAC1C,cAAc;IACd,uDAAmB,CAAA;IACnB,eAAe;IACf,yDAAqB,CAAA;AACvB,CAAC,EALW,gCAAgC,gDAAhC,gCAAgC,QAK3C;AAYD,kFAAkF;AAClF,IAAY,8BASX;AATD,WAAY,8BAA8B;IACxC,iBAAiB;IACjB,2DAAyB,CAAA;IACzB,kBAAkB;IAClB,6DAA2B,CAAA;IAC3B,kBAAkB;IAClB,6DAA2B,CAAA;IAC3B,UAAU;IACV,6CAAW,CAAA;AACb,CAAC,EATW,8BAA8B,8CAA9B,8BAA8B,QASzC","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/** Subnet first address, scope, and/or last address. */\nexport interface EndpointPropertiesSubnetsItem {\n /** First address in the subnet. */\n first?: string;\n /** Last address in the subnet. */\n last?: string;\n /** Block size (number of leading bits in the subnet mask). */\n scope?: number;\n}\n\n/** Custom header name and value. */\nexport interface EndpointPropertiesCustomHeadersItem {\n /** Header name. */\n name?: string;\n /** Header value. */\n value?: string;\n}\n\n/** The core properties of ARM resources */\nexport interface Resource {\n /** Fully qualified resource Id for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/trafficManagerProfiles/{resourceName} */\n id?: string;\n /** The name of the resource */\n name?: string;\n /** The type of the resource. Ex- Microsoft.Network/trafficManagerProfiles. */\n type?: string;\n}\n\n/** An error returned by the Azure Resource Manager */\nexport interface CloudError {\n /** The content of the error. */\n error?: CloudErrorBody;\n}\n\n/** The content of an error returned by the Azure Resource Manager */\nexport interface CloudErrorBody {\n /** Error code */\n code?: string;\n /** Error message */\n message?: string;\n /** Error target */\n target?: string;\n /** Error details */\n details?: CloudErrorBody[];\n}\n\n/** The result of the request or operation. */\nexport interface DeleteOperationResult {\n /**\n * The result of the operation or request.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly operationResult?: boolean;\n}\n\n/** Parameters supplied to check Traffic Manager name operation. */\nexport interface CheckTrafficManagerRelativeDnsNameAvailabilityParameters {\n /** The name of the resource. */\n name?: string;\n /** The type of the resource. */\n type?: string;\n}\n\n/** Class representing a Traffic Manager Name Availability response. */\nexport interface TrafficManagerNameAvailability {\n /** The relative name. */\n name?: string;\n /** Traffic Manager profile resource type. */\n type?: string;\n /** Describes whether the relative name is available or not. */\n nameAvailable?: boolean;\n /** The reason why the name is not available, when applicable. */\n reason?: string;\n /** Descriptive message that explains why the name is not available, when applicable. */\n message?: string;\n}\n\n/** The list Traffic Manager profiles operation response. */\nexport interface ProfileListResult {\n /** Gets the list of Traffic manager profiles. */\n value?: Profile[];\n}\n\n/** Class containing DNS settings in a Traffic Manager profile. */\nexport interface DnsConfig {\n /** The relative DNS name provided by this Traffic Manager profile. This value is combined with the DNS domain name used by Azure Traffic Manager to form the fully-qualified domain name (FQDN) of the profile. */\n relativeName?: string;\n /**\n * The fully-qualified domain name (FQDN) of the Traffic Manager profile. This is formed from the concatenation of the RelativeName with the DNS domain used by Azure Traffic Manager.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly fqdn?: string;\n /** The DNS Time-To-Live (TTL), in seconds. This informs the local DNS resolvers and DNS clients how long to cache DNS responses provided by this Traffic Manager profile. */\n ttl?: number;\n}\n\n/** Class containing endpoint monitoring settings in a Traffic Manager profile. */\nexport interface MonitorConfig {\n /** The profile-level monitoring status of the Traffic Manager profile. */\n profileMonitorStatus?: ProfileMonitorStatus;\n /** The protocol (HTTP, HTTPS or TCP) used to probe for endpoint health. */\n protocol?: MonitorProtocol;\n /** The TCP port used to probe for endpoint health. */\n port?: number;\n /** The path relative to the endpoint domain name used to probe for endpoint health. */\n path?: string;\n /** The monitor interval for endpoints in this profile. This is the interval at which Traffic Manager will check the health of each endpoint in this profile. */\n intervalInSeconds?: number;\n /** The monitor timeout for endpoints in this profile. This is the time that Traffic Manager allows endpoints in this profile to response to the health check. */\n timeoutInSeconds?: number;\n /** The number of consecutive failed health check that Traffic Manager tolerates before declaring an endpoint in this profile Degraded after the next failed health check. */\n toleratedNumberOfFailures?: number;\n /** List of custom headers. */\n customHeaders?: MonitorConfigCustomHeadersItem[];\n /** List of expected status code ranges. */\n expectedStatusCodeRanges?: MonitorConfigExpectedStatusCodeRangesItem[];\n}\n\n/** Custom header name and value. */\nexport interface MonitorConfigCustomHeadersItem {\n /** Header name. */\n name?: string;\n /** Header value. */\n value?: string;\n}\n\n/** Min and max value of a status code range. */\nexport interface MonitorConfigExpectedStatusCodeRangesItem {\n /** Min status code. */\n min?: number;\n /** Max status code. */\n max?: number;\n}\n\n/** Class representing a region in the Geographic hierarchy used with the Geographic traffic routing method. */\nexport interface Region {\n /** The code of the region */\n code?: string;\n /** The name of the region */\n name?: string;\n /** The list of Regions grouped under this Region in the Geographic Hierarchy. */\n regions?: Region[];\n}\n\n/** Class which is a sparse representation of a Traffic Manager endpoint. */\nexport interface HeatMapEndpoint {\n /** The ARM Resource ID of this Traffic Manager endpoint. */\n resourceId?: string;\n /** A number uniquely identifying this endpoint in query experiences. */\n endpointId?: number;\n}\n\n/** Class representing a Traffic Manager HeatMap traffic flow properties. */\nexport interface TrafficFlow {\n /** The IP address that this query experience originated from. */\n sourceIp?: string;\n /** The approximate latitude that these queries originated from. */\n latitude?: number;\n /** The approximate longitude that these queries originated from. */\n longitude?: number;\n /** The query experiences produced in this HeatMap calculation. */\n queryExperiences?: QueryExperience[];\n}\n\n/** Class representing a Traffic Manager HeatMap query experience properties. */\nexport interface QueryExperience {\n /** The id of the endpoint from the 'endpoints' array which these queries were routed to. */\n endpointId: number;\n /** The number of queries originating from this location. */\n queryCount: number;\n /** The latency experienced by queries originating from this location. */\n latency?: number;\n}\n\n/** The resource model definition for a ARM proxy resource. It will have everything other than required location and tags */\nexport interface ProxyResource extends Resource {}\n\n/** The resource model definition for a ARM tracked top level resource */\nexport interface TrackedResource extends Resource {\n /** Resource tags. */\n tags?: { [propertyName: string]: string };\n /** The Azure Region where the resource lives */\n location?: string;\n}\n\n/** Class representing a Traffic Manager endpoint. */\nexport interface Endpoint extends ProxyResource {\n /** The Azure Resource URI of the of the endpoint. Not applicable to endpoints of type 'ExternalEndpoints'. */\n targetResourceId?: string;\n /** The fully-qualified DNS name or IP address of the endpoint. Traffic Manager returns this value in DNS responses to direct traffic to this endpoint. */\n target?: string;\n /** The status of the endpoint. If the endpoint is Enabled, it is probed for endpoint health and is included in the traffic routing method. */\n endpointStatus?: EndpointStatus;\n /** The weight of this endpoint when using the 'Weighted' traffic routing method. Possible values are from 1 to 1000. */\n weight?: number;\n /** The priority of this endpoint when using the 'Priority' traffic routing method. Possible values are from 1 to 1000, lower values represent higher priority. This is an optional parameter. If specified, it must be specified on all endpoints, and no two endpoints can share the same priority value. */\n priority?: number;\n /** Specifies the location of the external or nested endpoints when using the 'Performance' traffic routing method. */\n endpointLocation?: string;\n /** The monitoring status of the endpoint. */\n endpointMonitorStatus?: EndpointMonitorStatus;\n /** The minimum number of endpoints that must be available in the child profile in order for the parent profile to be considered available. Only applicable to endpoint of type 'NestedEndpoints'. */\n minChildEndpoints?: number;\n /** The minimum number of IPv4 (DNS record type A) endpoints that must be available in the child profile in order for the parent profile to be considered available. Only applicable to endpoint of type 'NestedEndpoints'. */\n minChildEndpointsIPv4?: number;\n /** The minimum number of IPv6 (DNS record type AAAA) endpoints that must be available in the child profile in order for the parent profile to be considered available. Only applicable to endpoint of type 'NestedEndpoints'. */\n minChildEndpointsIPv6?: number;\n /** The list of countries/regions mapped to this endpoint when using the 'Geographic' traffic routing method. Please consult Traffic Manager Geographic documentation for a full list of accepted values. */\n geoMapping?: string[];\n /** The list of subnets, IP addresses, and/or address ranges mapped to this endpoint when using the 'Subnet' traffic routing method. An empty list will match all ranges not covered by other endpoints. */\n subnets?: EndpointPropertiesSubnetsItem[];\n /** List of custom headers. */\n customHeaders?: EndpointPropertiesCustomHeadersItem[];\n /** If Always Serve is enabled, probing for endpoint health will be disabled and endpoints will be included in the traffic routing method. */\n alwaysServe?: AlwaysServe;\n}\n\n/** Class representing the Geographic hierarchy used with the Geographic traffic routing method. */\nexport interface TrafficManagerGeographicHierarchy extends ProxyResource {\n /** The region at the root of the hierarchy from all the regions in the hierarchy can be retrieved. */\n geographicHierarchy?: Region;\n}\n\n/** Class representing a Traffic Manager HeatMap. */\nexport interface HeatMapModel extends ProxyResource {\n /** The beginning of the time window for this HeatMap, inclusive. */\n startTime?: Date;\n /** The ending of the time window for this HeatMap, exclusive. */\n endTime?: Date;\n /** The endpoints used in this HeatMap calculation. */\n endpoints?: HeatMapEndpoint[];\n /** The traffic flows produced in this HeatMap calculation. */\n trafficFlows?: TrafficFlow[];\n}\n\n/** Class representing Traffic Manager User Metrics. */\nexport interface UserMetricsModel extends ProxyResource {\n /** The key returned by the User Metrics operation. */\n key?: string;\n}\n\n/** Class representing a Traffic Manager profile. */\nexport interface Profile extends TrackedResource {\n /** The status of the Traffic Manager profile. */\n profileStatus?: ProfileStatus;\n /** The traffic routing method of the Traffic Manager profile. */\n trafficRoutingMethod?: TrafficRoutingMethod;\n /** The DNS settings of the Traffic Manager profile. */\n dnsConfig?: DnsConfig;\n /** The endpoint monitoring settings of the Traffic Manager profile. */\n monitorConfig?: MonitorConfig;\n /** The list of endpoints in the Traffic Manager profile. */\n endpoints?: Endpoint[];\n /** Indicates whether Traffic View is 'Enabled' or 'Disabled' for the Traffic Manager profile. Null, indicates 'Disabled'. Enabling this feature will increase the cost of the Traffic Manage profile. */\n trafficViewEnrollmentStatus?: TrafficViewEnrollmentStatus;\n /** The list of allowed endpoint record types. */\n allowedEndpointRecordTypes?: AllowedEndpointRecordType[];\n /** Maximum number of endpoints to be returned for MultiValue routing type. */\n maxReturn?: number;\n}\n\n/** Known values of {@link EndpointStatus} that the service accepts. */\nexport enum KnownEndpointStatus {\n /** Enabled */\n Enabled = \"Enabled\",\n /** Disabled */\n Disabled = \"Disabled\"\n}\n\n/**\n * Defines values for EndpointStatus. \\\n * {@link KnownEndpointStatus} can be used interchangeably with EndpointStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled** \\\n * **Disabled**\n */\nexport type EndpointStatus = string;\n\n/** Known values of {@link EndpointMonitorStatus} that the service accepts. */\nexport enum KnownEndpointMonitorStatus {\n /** CheckingEndpoint */\n CheckingEndpoint = \"CheckingEndpoint\",\n /** Online */\n Online = \"Online\",\n /** Degraded */\n Degraded = \"Degraded\",\n /** Disabled */\n Disabled = \"Disabled\",\n /** Inactive */\n Inactive = \"Inactive\",\n /** Stopped */\n Stopped = \"Stopped\",\n /** Unmonitored */\n Unmonitored = \"Unmonitored\"\n}\n\n/**\n * Defines values for EndpointMonitorStatus. \\\n * {@link KnownEndpointMonitorStatus} can be used interchangeably with EndpointMonitorStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **CheckingEndpoint** \\\n * **Online** \\\n * **Degraded** \\\n * **Disabled** \\\n * **Inactive** \\\n * **Stopped** \\\n * **Unmonitored**\n */\nexport type EndpointMonitorStatus = string;\n\n/** Known values of {@link AlwaysServe} that the service accepts. */\nexport enum KnownAlwaysServe {\n /** Enabled */\n Enabled = \"Enabled\",\n /** Disabled */\n Disabled = \"Disabled\"\n}\n\n/**\n * Defines values for AlwaysServe. \\\n * {@link KnownAlwaysServe} can be used interchangeably with AlwaysServe,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled** \\\n * **Disabled**\n */\nexport type AlwaysServe = string;\n\n/** Known values of {@link ProfileStatus} that the service accepts. */\nexport enum KnownProfileStatus {\n /** Enabled */\n Enabled = \"Enabled\",\n /** Disabled */\n Disabled = \"Disabled\"\n}\n\n/**\n * Defines values for ProfileStatus. \\\n * {@link KnownProfileStatus} can be used interchangeably with ProfileStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled** \\\n * **Disabled**\n */\nexport type ProfileStatus = string;\n\n/** Known values of {@link TrafficRoutingMethod} that the service accepts. */\nexport enum KnownTrafficRoutingMethod {\n /** Performance */\n Performance = \"Performance\",\n /** Priority */\n Priority = \"Priority\",\n /** Weighted */\n Weighted = \"Weighted\",\n /** Geographic */\n Geographic = \"Geographic\",\n /** MultiValue */\n MultiValue = \"MultiValue\",\n /** Subnet */\n Subnet = \"Subnet\"\n}\n\n/**\n * Defines values for TrafficRoutingMethod. \\\n * {@link KnownTrafficRoutingMethod} can be used interchangeably with TrafficRoutingMethod,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Performance** \\\n * **Priority** \\\n * **Weighted** \\\n * **Geographic** \\\n * **MultiValue** \\\n * **Subnet**\n */\nexport type TrafficRoutingMethod = string;\n\n/** Known values of {@link ProfileMonitorStatus} that the service accepts. */\nexport enum KnownProfileMonitorStatus {\n /** CheckingEndpoints */\n CheckingEndpoints = \"CheckingEndpoints\",\n /** Online */\n Online = \"Online\",\n /** Degraded */\n Degraded = \"Degraded\",\n /** Disabled */\n Disabled = \"Disabled\",\n /** Inactive */\n Inactive = \"Inactive\"\n}\n\n/**\n * Defines values for ProfileMonitorStatus. \\\n * {@link KnownProfileMonitorStatus} can be used interchangeably with ProfileMonitorStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **CheckingEndpoints** \\\n * **Online** \\\n * **Degraded** \\\n * **Disabled** \\\n * **Inactive**\n */\nexport type ProfileMonitorStatus = string;\n\n/** Known values of {@link MonitorProtocol} that the service accepts. */\nexport enum KnownMonitorProtocol {\n /** Http */\n Http = \"HTTP\",\n /** Https */\n Https = \"HTTPS\",\n /** TCP */\n TCP = \"TCP\"\n}\n\n/**\n * Defines values for MonitorProtocol. \\\n * {@link KnownMonitorProtocol} can be used interchangeably with MonitorProtocol,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **HTTP** \\\n * **HTTPS** \\\n * **TCP**\n */\nexport type MonitorProtocol = string;\n\n/** Known values of {@link TrafficViewEnrollmentStatus} that the service accepts. */\nexport enum KnownTrafficViewEnrollmentStatus {\n /** Enabled */\n Enabled = \"Enabled\",\n /** Disabled */\n Disabled = \"Disabled\"\n}\n\n/**\n * Defines values for TrafficViewEnrollmentStatus. \\\n * {@link KnownTrafficViewEnrollmentStatus} can be used interchangeably with TrafficViewEnrollmentStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled** \\\n * **Disabled**\n */\nexport type TrafficViewEnrollmentStatus = string;\n\n/** Known values of {@link AllowedEndpointRecordType} that the service accepts. */\nexport enum KnownAllowedEndpointRecordType {\n /** DomainName */\n DomainName = \"DomainName\",\n /** IPv4Address */\n IPv4Address = \"IPv4Address\",\n /** IPv6Address */\n IPv6Address = \"IPv6Address\",\n /** Any */\n Any = \"Any\"\n}\n\n/**\n * Defines values for AllowedEndpointRecordType. \\\n * {@link KnownAllowedEndpointRecordType} can be used interchangeably with AllowedEndpointRecordType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **DomainName** \\\n * **IPv4Address** \\\n * **IPv6Address** \\\n * **Any**\n */\nexport type AllowedEndpointRecordType = string;\n/** Defines values for EndpointType. */\nexport type EndpointType =\n | \"AzureEndpoints\"\n | \"ExternalEndpoints\"\n | \"NestedEndpoints\";\n\n/** Optional parameters. */\nexport interface EndpointsUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type EndpointsUpdateResponse = Endpoint;\n\n/** Optional parameters. */\nexport interface EndpointsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type EndpointsGetResponse = Endpoint;\n\n/** Optional parameters. */\nexport interface EndpointsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type EndpointsCreateOrUpdateResponse = Endpoint;\n\n/** Optional parameters. */\nexport interface EndpointsDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the delete operation. */\nexport type EndpointsDeleteResponse = DeleteOperationResult;\n\n/** Optional parameters. */\nexport interface ProfilesCheckTrafficManagerRelativeDnsNameAvailabilityOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the checkTrafficManagerRelativeDnsNameAvailability operation. */\nexport type ProfilesCheckTrafficManagerRelativeDnsNameAvailabilityResponse = TrafficManagerNameAvailability;\n\n/** Optional parameters. */\nexport interface ProfilesCheckTrafficManagerNameAvailabilityV2OptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the checkTrafficManagerNameAvailabilityV2 operation. */\nexport type ProfilesCheckTrafficManagerNameAvailabilityV2Response = TrafficManagerNameAvailability;\n\n/** Optional parameters. */\nexport interface ProfilesListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type ProfilesListByResourceGroupResponse = ProfileListResult;\n\n/** Optional parameters. */\nexport interface ProfilesListBySubscriptionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscription operation. */\nexport type ProfilesListBySubscriptionResponse = ProfileListResult;\n\n/** Optional parameters. */\nexport interface ProfilesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ProfilesGetResponse = Profile;\n\n/** Optional parameters. */\nexport interface ProfilesCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type ProfilesCreateOrUpdateResponse = Profile;\n\n/** Optional parameters. */\nexport interface ProfilesDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the delete operation. */\nexport type ProfilesDeleteResponse = DeleteOperationResult;\n\n/** Optional parameters. */\nexport interface ProfilesUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type ProfilesUpdateResponse = Profile;\n\n/** Optional parameters. */\nexport interface GeographicHierarchiesGetDefaultOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getDefault operation. */\nexport type GeographicHierarchiesGetDefaultResponse = TrafficManagerGeographicHierarchy;\n\n/** Optional parameters. */\nexport interface HeatMapGetOptionalParams extends coreClient.OperationOptions {\n /** The top left latitude,longitude pair of the rectangular viewport to query for. */\n topLeft?: number[];\n /** The bottom right latitude,longitude pair of the rectangular viewport to query for. */\n botRight?: number[];\n}\n\n/** Contains response data for the get operation. */\nexport type HeatMapGetResponse = HeatMapModel;\n\n/** Optional parameters. */\nexport interface TrafficManagerUserMetricsKeysGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type TrafficManagerUserMetricsKeysGetResponse = UserMetricsModel;\n\n/** Optional parameters. */\nexport interface TrafficManagerUserMetricsKeysCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type TrafficManagerUserMetricsKeysCreateOrUpdateResponse = UserMetricsModel;\n\n/** Optional parameters. */\nexport interface TrafficManagerUserMetricsKeysDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the delete operation. */\nexport type TrafficManagerUserMetricsKeysDeleteResponse = DeleteOperationResult;\n\n/** Optional parameters. */\nexport interface TrafficManagerManagementClientOptionalParams\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,26 @@
1
+ import * as coreClient from "@azure/core-client";
2
+ export declare const EndpointPropertiesSubnetsItem: coreClient.CompositeMapper;
3
+ export declare const EndpointPropertiesCustomHeadersItem: coreClient.CompositeMapper;
4
+ export declare const Resource: coreClient.CompositeMapper;
5
+ export declare const CloudError: coreClient.CompositeMapper;
6
+ export declare const CloudErrorBody: coreClient.CompositeMapper;
7
+ export declare const DeleteOperationResult: coreClient.CompositeMapper;
8
+ export declare const CheckTrafficManagerRelativeDnsNameAvailabilityParameters: coreClient.CompositeMapper;
9
+ export declare const TrafficManagerNameAvailability: coreClient.CompositeMapper;
10
+ export declare const ProfileListResult: coreClient.CompositeMapper;
11
+ export declare const DnsConfig: coreClient.CompositeMapper;
12
+ export declare const MonitorConfig: coreClient.CompositeMapper;
13
+ export declare const MonitorConfigCustomHeadersItem: coreClient.CompositeMapper;
14
+ export declare const MonitorConfigExpectedStatusCodeRangesItem: coreClient.CompositeMapper;
15
+ export declare const Region: coreClient.CompositeMapper;
16
+ export declare const HeatMapEndpoint: coreClient.CompositeMapper;
17
+ export declare const TrafficFlow: coreClient.CompositeMapper;
18
+ export declare const QueryExperience: coreClient.CompositeMapper;
19
+ export declare const ProxyResource: coreClient.CompositeMapper;
20
+ export declare const TrackedResource: coreClient.CompositeMapper;
21
+ export declare const Endpoint: coreClient.CompositeMapper;
22
+ export declare const TrafficManagerGeographicHierarchy: coreClient.CompositeMapper;
23
+ export declare const HeatMapModel: coreClient.CompositeMapper;
24
+ export declare const UserMetricsModel: coreClient.CompositeMapper;
25
+ export declare const Profile: coreClient.CompositeMapper;
26
+ //# 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,6BAA6B,EAAE,UAAU,CAAC,eAyBtD,CAAC;AAEF,eAAO,MAAM,mCAAmC,EAAE,UAAU,CAAC,eAmB5D,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,UAAU,CAAC,eAyBjC,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,UAAU,CAAC,eAcnC,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,UAAU,CAAC,eAqCvC,CAAC;AAEF,eAAO,MAAM,qBAAqB,EAAE,UAAU,CAAC,eAc9C,CAAC;AAEF,eAAO,MAAM,wDAAwD,EAAE,UAAU,CAAC,eAmBjF,CAAC;AAEF,eAAO,MAAM,8BAA8B,EAAE,UAAU,CAAC,eAqCvD,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,UAAU,CAAC,eAmB1C,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,UAAU,CAAC,eA0BlC,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,UAAU,CAAC,eAyEtC,CAAC;AAEF,eAAO,MAAM,8BAA8B,EAAE,UAAU,CAAC,eAmBvD,CAAC;AAEF,eAAO,MAAM,yCAAyC,EAAE,UAAU,CAAC,eAmBlE,CAAC;AAEF,eAAO,MAAM,MAAM,EAAE,UAAU,CAAC,eA+B/B,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,UAAU,CAAC,eAmBxC,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,UAAU,CAAC,eAqCpC,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,UAAU,CAAC,eA2BxC,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,UAAU,CAAC,eAQtC,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,UAAU,CAAC,eAqBxC,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,UAAU,CAAC,eA6GjC,CAAC;AAEF,eAAO,MAAM,iCAAiC,EAAE,UAAU,CAAC,eAe1D,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,UAAU,CAAC,eA4CrC,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,UAAU,CAAC,eAczC,CAAC;AAEF,eAAO,MAAM,OAAO,EAAE,UAAU,CAAC,eAqEhC,CAAC"}