@azure/arm-trafficmanager 4.1.0 → 6.0.0

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 (305) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/LICENSE +21 -0
  3. package/LICENSE.txt +1 -1
  4. package/README.md +75 -81
  5. package/dist/index.js +1719 -0
  6. package/dist/index.js.map +1 -0
  7. package/dist/index.min.js +1 -0
  8. package/dist/index.min.js.map +1 -0
  9. package/dist-esm/samples-dev/endpointDeleteExternal.d.ts +2 -0
  10. package/dist-esm/samples-dev/endpointDeleteExternal.d.ts.map +1 -0
  11. package/dist-esm/samples-dev/endpointDeleteExternal.js +33 -0
  12. package/dist-esm/samples-dev/endpointDeleteExternal.js.map +1 -0
  13. package/dist-esm/samples-dev/endpointGetExternalWithGeoMapping.d.ts +2 -0
  14. package/dist-esm/samples-dev/endpointGetExternalWithGeoMapping.d.ts.map +1 -0
  15. package/dist-esm/samples-dev/endpointGetExternalWithGeoMapping.js +33 -0
  16. package/dist-esm/samples-dev/endpointGetExternalWithGeoMapping.js.map +1 -0
  17. package/dist-esm/samples-dev/endpointGetExternalWithLocation.d.ts +2 -0
  18. package/dist-esm/samples-dev/endpointGetExternalWithLocation.d.ts.map +1 -0
  19. package/dist-esm/samples-dev/endpointGetExternalWithLocation.js +33 -0
  20. package/dist-esm/samples-dev/endpointGetExternalWithLocation.js.map +1 -0
  21. package/dist-esm/samples-dev/endpointGetExternalWithSubnetMapping.d.ts +2 -0
  22. package/dist-esm/samples-dev/endpointGetExternalWithSubnetMapping.d.ts.map +1 -0
  23. package/dist-esm/samples-dev/endpointGetExternalWithSubnetMapping.js +33 -0
  24. package/dist-esm/samples-dev/endpointGetExternalWithSubnetMapping.js.map +1 -0
  25. package/dist-esm/samples-dev/endpointPatchExternalTarget.d.ts +2 -0
  26. package/dist-esm/samples-dev/endpointPatchExternalTarget.d.ts.map +1 -0
  27. package/dist-esm/samples-dev/endpointPatchExternalTarget.js +39 -0
  28. package/dist-esm/samples-dev/endpointPatchExternalTarget.js.map +1 -0
  29. package/dist-esm/samples-dev/endpointPutExternalWithCustomHeaders.d.ts +2 -0
  30. package/dist-esm/samples-dev/endpointPutExternalWithCustomHeaders.d.ts.map +1 -0
  31. package/dist-esm/samples-dev/endpointPutExternalWithCustomHeaders.js +44 -0
  32. package/dist-esm/samples-dev/endpointPutExternalWithCustomHeaders.js.map +1 -0
  33. package/dist-esm/samples-dev/endpointPutExternalWithGeoMapping.d.ts +2 -0
  34. package/dist-esm/samples-dev/endpointPutExternalWithGeoMapping.d.ts.map +1 -0
  35. package/dist-esm/samples-dev/endpointPutExternalWithGeoMapping.js +40 -0
  36. package/dist-esm/samples-dev/endpointPutExternalWithGeoMapping.js.map +1 -0
  37. package/dist-esm/samples-dev/endpointPutExternalWithLocation.d.ts +2 -0
  38. package/dist-esm/samples-dev/endpointPutExternalWithLocation.d.ts.map +1 -0
  39. package/dist-esm/samples-dev/endpointPutExternalWithLocation.js +40 -0
  40. package/dist-esm/samples-dev/endpointPutExternalWithLocation.js.map +1 -0
  41. package/dist-esm/samples-dev/endpointPutExternalWithSubnetMapping.d.ts +2 -0
  42. package/dist-esm/samples-dev/endpointPutExternalWithSubnetMapping.d.ts.map +1 -0
  43. package/dist-esm/samples-dev/endpointPutExternalWithSubnetMapping.js +43 -0
  44. package/dist-esm/samples-dev/endpointPutExternalWithSubnetMapping.js.map +1 -0
  45. package/dist-esm/samples-dev/geographicHierarchyGetDefault.d.ts +2 -0
  46. package/dist-esm/samples-dev/geographicHierarchyGetDefault.d.ts.map +1 -0
  47. package/dist-esm/samples-dev/geographicHierarchyGetDefault.js +29 -0
  48. package/dist-esm/samples-dev/geographicHierarchyGetDefault.js.map +1 -0
  49. package/dist-esm/samples-dev/heatMapGet.d.ts +2 -0
  50. package/dist-esm/samples-dev/heatMapGet.d.ts.map +1 -0
  51. package/dist-esm/samples-dev/heatMapGet.js +31 -0
  52. package/dist-esm/samples-dev/heatMapGet.js.map +1 -0
  53. package/dist-esm/samples-dev/heatMapGetWithNullValues.d.ts +2 -0
  54. package/dist-esm/samples-dev/heatMapGetWithNullValues.d.ts.map +1 -0
  55. package/dist-esm/samples-dev/heatMapGetWithNullValues.js +31 -0
  56. package/dist-esm/samples-dev/heatMapGetWithNullValues.js.map +1 -0
  57. package/dist-esm/samples-dev/heatMapGetWithTopLeftBotRight.d.ts +2 -0
  58. package/dist-esm/samples-dev/heatMapGetWithTopLeftBotRight.d.ts.map +1 -0
  59. package/dist-esm/samples-dev/heatMapGetWithTopLeftBotRight.js +34 -0
  60. package/dist-esm/samples-dev/heatMapGetWithTopLeftBotRight.js.map +1 -0
  61. package/dist-esm/samples-dev/listBySubscription.d.ts +2 -0
  62. package/dist-esm/samples-dev/listBySubscription.d.ts.map +1 -0
  63. package/dist-esm/samples-dev/listBySubscription.js +43 -0
  64. package/dist-esm/samples-dev/listBySubscription.js.map +1 -0
  65. package/dist-esm/samples-dev/listProfilesByResourceGroup.d.ts +2 -0
  66. package/dist-esm/samples-dev/listProfilesByResourceGroup.d.ts.map +1 -0
  67. package/dist-esm/samples-dev/listProfilesByResourceGroup.js +44 -0
  68. package/dist-esm/samples-dev/listProfilesByResourceGroup.js.map +1 -0
  69. package/dist-esm/samples-dev/nameAvailabilityTestNameAvailablePost21.d.ts +2 -0
  70. package/dist-esm/samples-dev/nameAvailabilityTestNameAvailablePost21.d.ts.map +1 -0
  71. package/dist-esm/samples-dev/nameAvailabilityTestNameAvailablePost21.js +33 -0
  72. package/dist-esm/samples-dev/nameAvailabilityTestNameAvailablePost21.js.map +1 -0
  73. package/dist-esm/samples-dev/nameAvailabilityTestNameNotAvailablePost23.d.ts +2 -0
  74. package/dist-esm/samples-dev/nameAvailabilityTestNameNotAvailablePost23.d.ts.map +1 -0
  75. package/dist-esm/samples-dev/nameAvailabilityTestNameNotAvailablePost23.js +33 -0
  76. package/dist-esm/samples-dev/nameAvailabilityTestNameNotAvailablePost23.js.map +1 -0
  77. package/dist-esm/samples-dev/profileDelete.d.ts +2 -0
  78. package/dist-esm/samples-dev/profileDelete.d.ts.map +1 -0
  79. package/dist-esm/samples-dev/profileDelete.js +31 -0
  80. package/dist-esm/samples-dev/profileDelete.js.map +1 -0
  81. package/dist-esm/samples-dev/profileGetWithEndpoints.d.ts +2 -0
  82. package/dist-esm/samples-dev/profileGetWithEndpoints.d.ts.map +1 -0
  83. package/dist-esm/samples-dev/profileGetWithEndpoints.js +31 -0
  84. package/dist-esm/samples-dev/profileGetWithEndpoints.js.map +1 -0
  85. package/dist-esm/samples-dev/profileGetWithTrafficViewDisabled.d.ts +2 -0
  86. package/dist-esm/samples-dev/profileGetWithTrafficViewDisabled.d.ts.map +1 -0
  87. package/dist-esm/samples-dev/profileGetWithTrafficViewDisabled.js +31 -0
  88. package/dist-esm/samples-dev/profileGetWithTrafficViewDisabled.js.map +1 -0
  89. package/dist-esm/samples-dev/profileGetWithTrafficViewEnabled.d.ts +2 -0
  90. package/dist-esm/samples-dev/profileGetWithTrafficViewEnabled.d.ts.map +1 -0
  91. package/dist-esm/samples-dev/profileGetWithTrafficViewEnabled.js +31 -0
  92. package/dist-esm/samples-dev/profileGetWithTrafficViewEnabled.js.map +1 -0
  93. package/dist-esm/samples-dev/profilePatchMonitorConfig.d.ts +2 -0
  94. package/dist-esm/samples-dev/profilePatchMonitorConfig.d.ts.map +1 -0
  95. package/dist-esm/samples-dev/profilePatchMonitorConfig.js +45 -0
  96. package/dist-esm/samples-dev/profilePatchMonitorConfig.js.map +1 -0
  97. package/dist-esm/samples-dev/profilePutMultiValue.d.ts +2 -0
  98. package/dist-esm/samples-dev/profilePutMultiValue.d.ts.map +1 -0
  99. package/dist-esm/samples-dev/profilePutMultiValue.js +40 -0
  100. package/dist-esm/samples-dev/profilePutMultiValue.js.map +1 -0
  101. package/dist-esm/samples-dev/profilePutNoEndpoints.d.ts +2 -0
  102. package/dist-esm/samples-dev/profilePutNoEndpoints.d.ts.map +1 -0
  103. package/dist-esm/samples-dev/profilePutNoEndpoints.js +38 -0
  104. package/dist-esm/samples-dev/profilePutNoEndpoints.js.map +1 -0
  105. package/dist-esm/samples-dev/profilePutWithAliasing.d.ts +2 -0
  106. package/dist-esm/samples-dev/profilePutWithAliasing.d.ts.map +1 -0
  107. package/dist-esm/samples-dev/profilePutWithAliasing.js +58 -0
  108. package/dist-esm/samples-dev/profilePutWithAliasing.js.map +1 -0
  109. package/dist-esm/samples-dev/profilePutWithCustomHeaders.d.ts +2 -0
  110. package/dist-esm/samples-dev/profilePutWithCustomHeaders.d.ts.map +1 -0
  111. package/dist-esm/samples-dev/profilePutWithCustomHeaders.js +67 -0
  112. package/dist-esm/samples-dev/profilePutWithCustomHeaders.js.map +1 -0
  113. package/dist-esm/samples-dev/profilePutWithEndpoints.d.ts +2 -0
  114. package/dist-esm/samples-dev/profilePutWithEndpoints.d.ts.map +1 -0
  115. package/dist-esm/samples-dev/profilePutWithEndpoints.js +57 -0
  116. package/dist-esm/samples-dev/profilePutWithEndpoints.js.map +1 -0
  117. package/dist-esm/samples-dev/profilePutWithNestedEndpoints.d.ts +2 -0
  118. package/dist-esm/samples-dev/profilePutWithNestedEndpoints.d.ts.map +1 -0
  119. package/dist-esm/samples-dev/profilePutWithNestedEndpoints.js +69 -0
  120. package/dist-esm/samples-dev/profilePutWithNestedEndpoints.js.map +1 -0
  121. package/dist-esm/samples-dev/trafficManagerUserMetricsKeysDelete.d.ts +2 -0
  122. package/dist-esm/samples-dev/trafficManagerUserMetricsKeysDelete.d.ts.map +1 -0
  123. package/dist-esm/samples-dev/trafficManagerUserMetricsKeysDelete.js +29 -0
  124. package/dist-esm/samples-dev/trafficManagerUserMetricsKeysDelete.js.map +1 -0
  125. package/dist-esm/samples-dev/trafficManagerUserMetricsKeysGet.d.ts +2 -0
  126. package/dist-esm/samples-dev/trafficManagerUserMetricsKeysGet.d.ts.map +1 -0
  127. package/dist-esm/samples-dev/trafficManagerUserMetricsKeysGet.js +29 -0
  128. package/dist-esm/samples-dev/trafficManagerUserMetricsKeysGet.js.map +1 -0
  129. package/dist-esm/samples-dev/trafficManagerUserMetricsKeysPut.d.ts +2 -0
  130. package/dist-esm/samples-dev/trafficManagerUserMetricsKeysPut.d.ts.map +1 -0
  131. package/dist-esm/samples-dev/trafficManagerUserMetricsKeysPut.js +29 -0
  132. package/dist-esm/samples-dev/trafficManagerUserMetricsKeysPut.js.map +1 -0
  133. package/dist-esm/src/index.d.ts +5 -0
  134. package/dist-esm/src/index.d.ts.map +1 -0
  135. package/dist-esm/src/index.js +12 -0
  136. package/dist-esm/src/index.js.map +1 -0
  137. package/dist-esm/src/models/index.d.ts +474 -0
  138. package/dist-esm/src/models/index.d.ts.map +1 -0
  139. package/dist-esm/src/models/index.js +70 -0
  140. package/dist-esm/src/models/index.js.map +1 -0
  141. package/dist-esm/src/models/mappers.d.ts +26 -0
  142. package/dist-esm/src/models/mappers.d.ts.map +1 -0
  143. package/{esm → dist-esm/src}/models/mappers.js +371 -330
  144. package/dist-esm/src/models/mappers.js.map +1 -0
  145. package/dist-esm/src/models/parameters.d.ts +17 -0
  146. package/dist-esm/src/models/parameters.d.ts.map +1 -0
  147. package/{esm → dist-esm/src}/models/parameters.js +88 -60
  148. package/dist-esm/src/models/parameters.js.map +1 -0
  149. package/dist-esm/src/operations/endpoints.d.ts +54 -0
  150. package/dist-esm/src/operations/endpoints.d.ts.map +1 -0
  151. package/dist-esm/src/operations/endpoints.js +186 -0
  152. package/dist-esm/src/operations/endpoints.js.map +1 -0
  153. package/dist-esm/src/operations/geographicHierarchies.d.ts +18 -0
  154. package/dist-esm/src/operations/geographicHierarchies.d.ts.map +1 -0
  155. package/dist-esm/src/operations/geographicHierarchies.js +46 -0
  156. package/dist-esm/src/operations/geographicHierarchies.js.map +1 -0
  157. package/dist-esm/src/operations/heatMap.d.ts +20 -0
  158. package/dist-esm/src/operations/heatMap.d.ts.map +1 -0
  159. package/dist-esm/src/operations/heatMap.js +58 -0
  160. package/dist-esm/src/operations/heatMap.js.map +1 -0
  161. package/{esm → dist-esm/src}/operations/index.d.ts +0 -0
  162. package/dist-esm/src/operations/index.d.ts.map +1 -0
  163. package/{esm → dist-esm/src}/operations/index.js +3 -5
  164. package/dist-esm/src/operations/index.js.map +1 -0
  165. package/dist-esm/src/operations/profiles.d.ts +80 -0
  166. package/dist-esm/src/operations/profiles.d.ts.map +1 -0
  167. package/dist-esm/src/operations/profiles.js +321 -0
  168. package/dist-esm/src/operations/profiles.js.map +1 -0
  169. package/dist-esm/src/operations/trafficManagerUserMetricsKeys.d.ts +28 -0
  170. package/dist-esm/src/operations/trafficManagerUserMetricsKeys.d.ts.map +1 -0
  171. package/dist-esm/src/operations/trafficManagerUserMetricsKeys.js +92 -0
  172. package/dist-esm/src/operations/trafficManagerUserMetricsKeys.js.map +1 -0
  173. package/dist-esm/src/operationsInterfaces/endpoints.d.ts +46 -0
  174. package/dist-esm/src/operationsInterfaces/endpoints.d.ts.map +1 -0
  175. package/dist-esm/src/operationsInterfaces/endpoints.js +9 -0
  176. package/dist-esm/src/operationsInterfaces/endpoints.js.map +1 -0
  177. package/dist-esm/src/operationsInterfaces/geographicHierarchies.d.ts +10 -0
  178. package/dist-esm/src/operationsInterfaces/geographicHierarchies.d.ts.map +1 -0
  179. package/dist-esm/src/operationsInterfaces/geographicHierarchies.js +9 -0
  180. package/dist-esm/src/operationsInterfaces/geographicHierarchies.js.map +1 -0
  181. package/dist-esm/src/operationsInterfaces/heatMap.d.ts +12 -0
  182. package/dist-esm/src/operationsInterfaces/heatMap.d.ts.map +1 -0
  183. package/dist-esm/src/operationsInterfaces/heatMap.js +9 -0
  184. package/dist-esm/src/operationsInterfaces/heatMap.js.map +1 -0
  185. package/dist-esm/src/operationsInterfaces/index.d.ts +6 -0
  186. package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
  187. package/dist-esm/src/operationsInterfaces/index.js +13 -0
  188. package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
  189. package/dist-esm/src/operationsInterfaces/profiles.d.ts +56 -0
  190. package/dist-esm/src/operationsInterfaces/profiles.d.ts.map +1 -0
  191. package/dist-esm/src/operationsInterfaces/profiles.js +9 -0
  192. package/dist-esm/src/operationsInterfaces/profiles.js.map +1 -0
  193. package/dist-esm/src/operationsInterfaces/trafficManagerUserMetricsKeys.d.ts +20 -0
  194. package/dist-esm/src/operationsInterfaces/trafficManagerUserMetricsKeys.d.ts.map +1 -0
  195. package/dist-esm/src/operationsInterfaces/trafficManagerUserMetricsKeys.js +9 -0
  196. package/dist-esm/src/operationsInterfaces/trafficManagerUserMetricsKeys.js.map +1 -0
  197. package/dist-esm/src/trafficManagerManagementClient.d.ts +23 -0
  198. package/dist-esm/src/trafficManagerManagementClient.d.ts.map +1 -0
  199. package/dist-esm/src/trafficManagerManagementClient.js +56 -0
  200. package/dist-esm/src/trafficManagerManagementClient.js.map +1 -0
  201. package/dist-esm/test/sampleTest.d.ts +2 -0
  202. package/dist-esm/test/sampleTest.d.ts.map +1 -0
  203. package/dist-esm/test/sampleTest.js +40 -0
  204. package/dist-esm/test/sampleTest.js.map +1 -0
  205. package/package.json +82 -34
  206. package/review/arm-trafficmanager.api.md +486 -0
  207. package/rollup.config.js +184 -27
  208. package/src/index.ts +12 -0
  209. package/src/models/index.ts +556 -0
  210. package/{lib → src}/models/mappers.ts +373 -327
  211. package/src/models/parameters.ts +189 -0
  212. package/src/operations/endpoints.ts +250 -0
  213. package/src/operations/geographicHierarchies.ts +63 -0
  214. package/src/operations/heatMap.ts +74 -0
  215. package/{lib → src}/operations/index.ts +3 -5
  216. package/src/operations/profiles.ts +399 -0
  217. package/src/operations/trafficManagerUserMetricsKeys.ts +122 -0
  218. package/src/operationsInterfaces/endpoints.ts +91 -0
  219. package/src/operationsInterfaces/geographicHierarchies.ts +23 -0
  220. package/src/operationsInterfaces/heatMap.ts +24 -0
  221. package/src/operationsInterfaces/index.ts +13 -0
  222. package/src/operationsInterfaces/profiles.ts +106 -0
  223. package/src/operationsInterfaces/trafficManagerUserMetricsKeys.ts +41 -0
  224. package/src/trafficManagerManagementClient.ts +98 -0
  225. package/tsconfig.json +6 -5
  226. package/types/arm-trafficmanager.d.ts +708 -0
  227. package/types/tsdoc-metadata.json +11 -0
  228. package/dist/arm-trafficmanager.js +0 -1822
  229. package/dist/arm-trafficmanager.js.map +0 -1
  230. package/dist/arm-trafficmanager.min.js +0 -1
  231. package/dist/arm-trafficmanager.min.js.map +0 -1
  232. package/esm/models/endpointsMappers.d.ts +0 -2
  233. package/esm/models/endpointsMappers.d.ts.map +0 -1
  234. package/esm/models/endpointsMappers.js +0 -11
  235. package/esm/models/endpointsMappers.js.map +0 -1
  236. package/esm/models/geographicHierarchiesMappers.d.ts +0 -2
  237. package/esm/models/geographicHierarchiesMappers.d.ts.map +0 -1
  238. package/esm/models/geographicHierarchiesMappers.js +0 -11
  239. package/esm/models/geographicHierarchiesMappers.js.map +0 -1
  240. package/esm/models/heatMapMappers.d.ts +0 -2
  241. package/esm/models/heatMapMappers.d.ts.map +0 -1
  242. package/esm/models/heatMapMappers.js +0 -11
  243. package/esm/models/heatMapMappers.js.map +0 -1
  244. package/esm/models/index.d.ts +0 -925
  245. package/esm/models/index.d.ts.map +0 -1
  246. package/esm/models/index.js +0 -10
  247. package/esm/models/index.js.map +0 -1
  248. package/esm/models/mappers.d.ts +0 -26
  249. package/esm/models/mappers.d.ts.map +0 -1
  250. package/esm/models/mappers.js.map +0 -1
  251. package/esm/models/parameters.d.ts +0 -12
  252. package/esm/models/parameters.d.ts.map +0 -1
  253. package/esm/models/parameters.js.map +0 -1
  254. package/esm/models/profilesMappers.d.ts +0 -2
  255. package/esm/models/profilesMappers.d.ts.map +0 -1
  256. package/esm/models/profilesMappers.js +0 -11
  257. package/esm/models/profilesMappers.js.map +0 -1
  258. package/esm/models/trafficManagerUserMetricsKeysMappers.d.ts +0 -2
  259. package/esm/models/trafficManagerUserMetricsKeysMappers.d.ts.map +0 -1
  260. package/esm/models/trafficManagerUserMetricsKeysMappers.js +0 -11
  261. package/esm/models/trafficManagerUserMetricsKeysMappers.js.map +0 -1
  262. package/esm/operations/endpoints.d.ts +0 -139
  263. package/esm/operations/endpoints.d.ts.map +0 -1
  264. package/esm/operations/endpoints.js +0 -182
  265. package/esm/operations/endpoints.js.map +0 -1
  266. package/esm/operations/geographicHierarchies.d.ts +0 -28
  267. package/esm/operations/geographicHierarchies.d.ts.map +0 -1
  268. package/esm/operations/geographicHierarchies.js +0 -51
  269. package/esm/operations/geographicHierarchies.js.map +0 -1
  270. package/esm/operations/heatMap.d.ts +0 -34
  271. package/esm/operations/heatMap.d.ts.map +0 -1
  272. package/esm/operations/heatMap.js +0 -61
  273. package/esm/operations/heatMap.js.map +0 -1
  274. package/esm/operations/index.d.ts.map +0 -1
  275. package/esm/operations/index.js.map +0 -1
  276. package/esm/operations/profiles.d.ts +0 -166
  277. package/esm/operations/profiles.d.ts.map +0 -1
  278. package/esm/operations/profiles.js +0 -251
  279. package/esm/operations/profiles.js.map +0 -1
  280. package/esm/operations/trafficManagerUserMetricsKeys.d.ts +0 -58
  281. package/esm/operations/trafficManagerUserMetricsKeys.d.ts.map +0 -1
  282. package/esm/operations/trafficManagerUserMetricsKeys.js +0 -108
  283. package/esm/operations/trafficManagerUserMetricsKeys.js.map +0 -1
  284. package/esm/trafficManagerManagementClient.d.ts +0 -23
  285. package/esm/trafficManagerManagementClient.d.ts.map +0 -1
  286. package/esm/trafficManagerManagementClient.js +0 -38
  287. package/esm/trafficManagerManagementClient.js.map +0 -1
  288. package/esm/trafficManagerManagementClientContext.d.ts +0 -17
  289. package/esm/trafficManagerManagementClientContext.d.ts.map +0 -1
  290. package/esm/trafficManagerManagementClientContext.js +0 -57
  291. package/esm/trafficManagerManagementClientContext.js.map +0 -1
  292. package/lib/models/endpointsMappers.ts +0 -34
  293. package/lib/models/geographicHierarchiesMappers.ts +0 -33
  294. package/lib/models/heatMapMappers.ts +0 -33
  295. package/lib/models/index.ts +0 -982
  296. package/lib/models/parameters.ts +0 -138
  297. package/lib/models/profilesMappers.ts +0 -37
  298. package/lib/models/trafficManagerUserMetricsKeysMappers.ts +0 -34
  299. package/lib/operations/endpoints.ts +0 -336
  300. package/lib/operations/geographicHierarchies.ts +0 -74
  301. package/lib/operations/heatMap.ts +0 -90
  302. package/lib/operations/profiles.ts +0 -450
  303. package/lib/operations/trafficManagerUserMetricsKeys.ts +0 -171
  304. package/lib/trafficManagerManagementClient.ts +0 -51
  305. package/lib/trafficManagerManagementClientContext.ts +0 -63
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mappers.js","sourceRoot":"","sources":["../../../src/models/mappers.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAIH,MAAM,CAAC,MAAM,6BAA6B,GAA+B;IACvE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,+BAA+B;QAC1C,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,mCAAmC,GAA+B;IAC7E,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,qCAAqC;QAChD,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,QAAQ,GAA+B;IAClD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,UAAU;QACrB,eAAe,EAAE;YACf,EAAE,EAAE;gBACF,cAAc,EAAE,IAAI;gBACpB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,UAAU,GAA+B;IACpD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,YAAY;QACvB,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,gBAAgB;iBAC5B;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,cAAc,GAA+B;IACxD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,gBAAgB;QAC3B,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,gBAAgB;yBAC5B;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,qBAAqB,GAA+B;IAC/D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,uBAAuB;QAClC,eAAe,EAAE;YACf,eAAe,EAAE;gBACf,cAAc,EAAE,SAAS;gBACzB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,wDAAwD,GAA+B;IAClG,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,0DAA0D;QACrE,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,8BAA8B,GAA+B;IACxE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,gCAAgC;QAC3C,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;YACD,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,iBAAiB,GAA+B;IAC3D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,mBAAmB;QAC9B,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,SAAS;yBACrB;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,SAAS,GAA+B;IACnD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,WAAW;QACtB,eAAe,EAAE;YACf,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,GAAG,EAAE;gBACH,cAAc,EAAE,KAAK;gBACrB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,aAAa,GAA+B;IACvD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,eAAe;QAC1B,eAAe,EAAE;YACf,oBAAoB,EAAE;gBACpB,cAAc,EAAE,sBAAsB;gBACtC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,iBAAiB,EAAE;gBACjB,cAAc,EAAE,mBAAmB;gBACnC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,kBAAkB;gBAClC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,yBAAyB,EAAE;gBACzB,cAAc,EAAE,2BAA2B;gBAC3C,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,gCAAgC;yBAC5C;qBACF;iBACF;aACF;YACD,wBAAwB,EAAE;gBACxB,cAAc,EAAE,0BAA0B;gBAC1C,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,2CAA2C;yBACvD;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,8BAA8B,GAA+B;IACxE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,gCAAgC;QAC3C,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,yCAAyC,GAA+B;IACnF,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,2CAA2C;QACtD,eAAe,EAAE;YACf,GAAG,EAAE;gBACH,cAAc,EAAE,KAAK;gBACrB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,GAAG,EAAE;gBACH,cAAc,EAAE,KAAK;gBACrB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,MAAM,GAA+B;IAChD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,QAAQ;QACnB,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,QAAQ;yBACpB;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,eAAe,GAA+B;IACzD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,iBAAiB;QAC5B,eAAe,EAAE;YACf,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,WAAW,GAA+B;IACrD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,aAAa;QACxB,eAAe,EAAE;YACf,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,kBAAkB;gBAClC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,iBAAiB;yBAC7B;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,eAAe,GAA+B;IACzD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,iBAAiB;QAC5B,eAAe,EAAE;YACf,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,aAAa,GAA+B;IACvD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,eAAe;QAC1B,eAAe,oBACV,QAAQ,CAAC,IAAI,CAAC,eAAe,CACjC;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,eAAe,GAA+B;IACzD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,iBAAiB;QAC5B,eAAe,kCACV,QAAQ,CAAC,IAAI,CAAC,eAAe,KAChC,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE;iBACpC;aACF,EACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,GACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,QAAQ,GAA+B;IAClD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,UAAU;QACrB,eAAe,kCACV,aAAa,CAAC,IAAI,CAAC,eAAe,KACrC,gBAAgB,EAAE;gBAChB,cAAc,EAAE,6BAA6B;gBAC7C,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,MAAM,EAAE;gBACN,cAAc,EAAE,mBAAmB;gBACnC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,cAAc,EAAE;gBACd,cAAc,EAAE,2BAA2B;gBAC3C,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,MAAM,EAAE;gBACN,cAAc,EAAE,mBAAmB;gBACnC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,QAAQ,EAAE;gBACR,cAAc,EAAE,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,6BAA6B;gBAC7C,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,qBAAqB,EAAE;gBACrB,cAAc,EAAE,kCAAkC;gBAClD,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,iBAAiB,EAAE;gBACjB,cAAc,EAAE,8BAA8B;gBAC9C,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,qBAAqB,EAAE;gBACrB,cAAc,EAAE,kCAAkC;gBAClD,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,qBAAqB,EAAE;gBACrB,cAAc,EAAE,kCAAkC;gBAClD,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,UAAU,EAAE;gBACV,cAAc,EAAE,uBAAuB;gBACvC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF,EACD,OAAO,EAAE;gBACP,cAAc,EAAE,oBAAoB;gBACpC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,+BAA+B;yBAC3C;qBACF;iBACF;aACF,EACD,aAAa,EAAE;gBACb,cAAc,EAAE,0BAA0B;gBAC1C,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,qCAAqC;yBACjD;qBACF;iBACF;aACF,GACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,iCAAiC,GAA+B;IAC3E,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,mCAAmC;QAC9C,eAAe,kCACV,aAAa,CAAC,IAAI,CAAC,eAAe,KACrC,mBAAmB,EAAE;gBACnB,cAAc,EAAE,gCAAgC;gBAChD,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,QAAQ;iBACpB;aACF,GACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,YAAY,GAA+B;IACtD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,cAAc;QACzB,eAAe,kCACV,aAAa,CAAC,IAAI,CAAC,eAAe,KACrC,SAAS,EAAE;gBACT,cAAc,EAAE,sBAAsB;gBACtC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF,EACD,OAAO,EAAE;gBACP,cAAc,EAAE,oBAAoB;gBACpC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF,EACD,SAAS,EAAE;gBACT,cAAc,EAAE,sBAAsB;gBACtC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,iBAAiB;yBAC7B;qBACF;iBACF;aACF,EACD,YAAY,EAAE;gBACZ,cAAc,EAAE,yBAAyB;gBACzC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,aAAa;yBACzB;qBACF;iBACF;aACF,GACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,gBAAgB,GAA+B;IAC1D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,kBAAkB;QAC7B,eAAe,kCACV,aAAa,CAAC,IAAI,CAAC,eAAe,KACrC,GAAG,EAAE;gBACH,cAAc,EAAE,gBAAgB;gBAChC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,GACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,OAAO,GAA+B;IACjD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,SAAS;QACpB,eAAe,kCACV,eAAe,CAAC,IAAI,CAAC,eAAe,KACvC,aAAa,EAAE;gBACb,cAAc,EAAE,0BAA0B;gBAC1C,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,oBAAoB,EAAE;gBACpB,cAAc,EAAE,iCAAiC;gBACjD,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,SAAS,EAAE;gBACT,cAAc,EAAE,sBAAsB;gBACtC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,WAAW;iBACvB;aACF,EACD,aAAa,EAAE;gBACb,cAAc,EAAE,0BAA0B;gBAC1C,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,eAAe;iBAC3B;aACF,EACD,SAAS,EAAE;gBACT,cAAc,EAAE,sBAAsB;gBACtC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,UAAU;yBACtB;qBACF;iBACF;aACF,EACD,2BAA2B,EAAE;gBAC3B,cAAc,EAAE,wCAAwC;gBACxD,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,0BAA0B,EAAE;gBAC1B,cAAc,EAAE,uCAAuC;gBACvD,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF,EACD,SAAS,EAAE;gBACT,cAAc,EAAE,sBAAsB;gBACtC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,GACF;KACF;CACF,CAAC"}
@@ -0,0 +1,17 @@
1
+ import { OperationParameter, OperationURLParameter, OperationQueryParameter } from "@azure/core-client";
2
+ export declare const contentType: OperationParameter;
3
+ export declare const parameters: OperationParameter;
4
+ export declare const accept: OperationParameter;
5
+ export declare const $host: OperationURLParameter;
6
+ export declare const resourceGroupName: OperationURLParameter;
7
+ export declare const profileName: OperationURLParameter;
8
+ export declare const endpointType: OperationURLParameter;
9
+ export declare const endpointName: OperationURLParameter;
10
+ export declare const apiVersion: OperationQueryParameter;
11
+ export declare const subscriptionId: OperationURLParameter;
12
+ export declare const parameters1: OperationParameter;
13
+ export declare const parameters2: OperationParameter;
14
+ export declare const heatMapType: OperationURLParameter;
15
+ export declare const topLeft: OperationQueryParameter;
16
+ export declare const botRight: OperationQueryParameter;
17
+ //# sourceMappingURL=parameters.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"parameters.d.ts","sourceRoot":"","sources":["../../../src/models/parameters.ts"],"names":[],"mappings":"AAQA,OAAO,EACL,kBAAkB,EAClB,qBAAqB,EACrB,uBAAuB,EACxB,MAAM,oBAAoB,CAAC;AAO5B,eAAO,MAAM,WAAW,EAAE,kBAUzB,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,kBAGxB,CAAC;AAEF,eAAO,MAAM,MAAM,EAAE,kBAUpB,CAAC;AAEF,eAAO,MAAM,KAAK,EAAE,qBAUnB,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,qBAS/B,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,qBASzB,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,qBAU1B,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,qBAS1B,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,uBAUxB,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,qBAS5B,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,kBAGzB,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,kBAGzB,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,qBAUzB,CAAC;AAEF,eAAO,MAAM,OAAO,EAAE,uBAkBrB,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,uBAkBtB,CAAC"}
@@ -1,128 +1,156 @@
1
1
  /*
2
- * Copyright (c) Microsoft Corporation. All rights reserved.
3
- * Licensed under the MIT License. See License.txt in the project root for
4
- * license information.
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
5
4
  *
6
5
  * Code generated by Microsoft (R) AutoRest Code Generator.
7
- * Changes may cause incorrect behavior and will be lost if the code is
8
- * regenerated.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
9
7
  */
10
- import * as msRest from "@azure/ms-rest-js";
11
- export var acceptLanguage = {
12
- parameterPath: "acceptLanguage",
8
+ import { Endpoint as EndpointMapper, CheckTrafficManagerRelativeDnsNameAvailabilityParameters as CheckTrafficManagerRelativeDnsNameAvailabilityParametersMapper, Profile as ProfileMapper } from "../models/mappers";
9
+ export const contentType = {
10
+ parameterPath: ["options", "contentType"],
13
11
  mapper: {
14
- serializedName: "accept-language",
15
- defaultValue: 'en-US',
12
+ defaultValue: "application/json",
13
+ isConstant: true,
14
+ serializedName: "Content-Type",
16
15
  type: {
17
16
  name: "String"
18
17
  }
19
18
  }
20
19
  };
21
- export var apiVersion = {
22
- parameterPath: "apiVersion",
20
+ export const parameters = {
21
+ parameterPath: "parameters",
22
+ mapper: EndpointMapper
23
+ };
24
+ export const accept = {
25
+ parameterPath: "accept",
23
26
  mapper: {
24
- required: true,
25
- serializedName: "api-version",
27
+ defaultValue: "application/json",
28
+ isConstant: true,
29
+ serializedName: "Accept",
26
30
  type: {
27
31
  name: "String"
28
32
  }
29
33
  }
30
34
  };
31
- export var botRight = {
32
- parameterPath: [
33
- "options",
34
- "botRight"
35
- ],
35
+ export const $host = {
36
+ parameterPath: "$host",
36
37
  mapper: {
37
- serializedName: "botRight",
38
- constraints: {
39
- MaxItems: 2,
40
- MinItems: 2
41
- },
38
+ serializedName: "$host",
39
+ required: true,
42
40
  type: {
43
- name: "Sequence",
44
- element: {
45
- type: {
46
- name: "Number"
47
- }
48
- }
41
+ name: "String"
49
42
  }
50
43
  },
51
- collectionFormat: msRest.QueryCollectionFormat.Csv
44
+ skipEncoding: true
52
45
  };
53
- export var endpointName = {
54
- parameterPath: "endpointName",
46
+ export const resourceGroupName = {
47
+ parameterPath: "resourceGroupName",
55
48
  mapper: {
49
+ serializedName: "resourceGroupName",
56
50
  required: true,
57
- serializedName: "endpointName",
58
51
  type: {
59
52
  name: "String"
60
53
  }
61
54
  }
62
55
  };
63
- export var endpointType = {
64
- parameterPath: "endpointType",
56
+ export const profileName = {
57
+ parameterPath: "profileName",
65
58
  mapper: {
59
+ serializedName: "profileName",
66
60
  required: true,
67
- serializedName: "endpointType",
68
61
  type: {
69
62
  name: "String"
70
63
  }
71
64
  }
72
65
  };
73
- export var heatMapType = {
74
- parameterPath: "heatMapType",
66
+ export const endpointType = {
67
+ parameterPath: "endpointType",
75
68
  mapper: {
69
+ serializedName: "endpointType",
76
70
  required: true,
77
- isConstant: true,
78
- serializedName: "heatMapType",
79
- defaultValue: 'default',
80
71
  type: {
81
- name: "String"
72
+ name: "Enum",
73
+ allowedValues: ["AzureEndpoints", "ExternalEndpoints", "NestedEndpoints"]
82
74
  }
83
75
  }
84
76
  };
85
- export var profileName = {
86
- parameterPath: "profileName",
77
+ export const endpointName = {
78
+ parameterPath: "endpointName",
87
79
  mapper: {
80
+ serializedName: "endpointName",
88
81
  required: true,
89
- serializedName: "profileName",
90
82
  type: {
91
83
  name: "String"
92
84
  }
93
85
  }
94
86
  };
95
- export var resourceGroupName = {
96
- parameterPath: "resourceGroupName",
87
+ export const apiVersion = {
88
+ parameterPath: "apiVersion",
97
89
  mapper: {
98
- required: true,
99
- serializedName: "resourceGroupName",
90
+ defaultValue: "2018-08-01",
91
+ isConstant: true,
92
+ serializedName: "api-version",
100
93
  type: {
101
94
  name: "String"
102
95
  }
103
96
  }
104
97
  };
105
- export var subscriptionId = {
98
+ export const subscriptionId = {
106
99
  parameterPath: "subscriptionId",
107
100
  mapper: {
108
- required: true,
109
101
  serializedName: "subscriptionId",
102
+ required: true,
103
+ type: {
104
+ name: "String"
105
+ }
106
+ }
107
+ };
108
+ export const parameters1 = {
109
+ parameterPath: "parameters",
110
+ mapper: CheckTrafficManagerRelativeDnsNameAvailabilityParametersMapper
111
+ };
112
+ export const parameters2 = {
113
+ parameterPath: "parameters",
114
+ mapper: ProfileMapper
115
+ };
116
+ export const heatMapType = {
117
+ parameterPath: "heatMapType",
118
+ mapper: {
119
+ defaultValue: "default",
120
+ isConstant: true,
121
+ serializedName: "heatMapType",
110
122
  type: {
111
123
  name: "String"
112
124
  }
113
125
  }
114
126
  };
115
- export var topLeft = {
116
- parameterPath: [
117
- "options",
118
- "topLeft"
119
- ],
127
+ export const topLeft = {
128
+ parameterPath: ["options", "topLeft"],
120
129
  mapper: {
130
+ constraints: {
131
+ MinItems: 2,
132
+ MaxItems: 2
133
+ },
121
134
  serializedName: "topLeft",
135
+ type: {
136
+ name: "Sequence",
137
+ element: {
138
+ type: {
139
+ name: "Number"
140
+ }
141
+ }
142
+ }
143
+ },
144
+ collectionFormat: "CSV"
145
+ };
146
+ export const botRight = {
147
+ parameterPath: ["options", "botRight"],
148
+ mapper: {
122
149
  constraints: {
123
- MaxItems: 2,
124
- MinItems: 2
150
+ MinItems: 2,
151
+ MaxItems: 2
125
152
  },
153
+ serializedName: "botRight",
126
154
  type: {
127
155
  name: "Sequence",
128
156
  element: {
@@ -132,6 +160,6 @@ export var topLeft = {
132
160
  }
133
161
  }
134
162
  },
135
- collectionFormat: msRest.QueryCollectionFormat.Csv
163
+ collectionFormat: "CSV"
136
164
  };
137
165
  //# sourceMappingURL=parameters.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"parameters.js","sourceRoot":"","sources":["../../../src/models/parameters.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,54 @@
1
+ import { Endpoints } from "../operationsInterfaces";
2
+ import { TrafficManagerManagementClient } from "../trafficManagerManagementClient";
3
+ import { Endpoint, EndpointType, EndpointsUpdateOptionalParams, EndpointsUpdateResponse, EndpointsGetOptionalParams, EndpointsGetResponse, EndpointsCreateOrUpdateOptionalParams, EndpointsCreateOrUpdateResponse, EndpointsDeleteOptionalParams, EndpointsDeleteResponse } from "../models";
4
+ /** Class containing Endpoints operations. */
5
+ export declare class EndpointsImpl implements Endpoints {
6
+ private readonly client;
7
+ /**
8
+ * Initialize a new instance of the class Endpoints class.
9
+ * @param client Reference to the service client
10
+ */
11
+ constructor(client: TrafficManagerManagementClient);
12
+ /**
13
+ * Update a Traffic Manager endpoint.
14
+ * @param resourceGroupName The name of the resource group containing the Traffic Manager endpoint to
15
+ * be updated.
16
+ * @param profileName The name of the Traffic Manager profile.
17
+ * @param endpointType The type of the Traffic Manager endpoint to be updated.
18
+ * @param endpointName The name of the Traffic Manager endpoint to be updated.
19
+ * @param parameters The Traffic Manager endpoint parameters supplied to the Update operation.
20
+ * @param options The options parameters.
21
+ */
22
+ update(resourceGroupName: string, profileName: string, endpointType: EndpointType, endpointName: string, parameters: Endpoint, options?: EndpointsUpdateOptionalParams): Promise<EndpointsUpdateResponse>;
23
+ /**
24
+ * Gets a Traffic Manager endpoint.
25
+ * @param resourceGroupName The name of the resource group containing the Traffic Manager endpoint.
26
+ * @param profileName The name of the Traffic Manager profile.
27
+ * @param endpointType The type of the Traffic Manager endpoint.
28
+ * @param endpointName The name of the Traffic Manager endpoint.
29
+ * @param options The options parameters.
30
+ */
31
+ get(resourceGroupName: string, profileName: string, endpointType: EndpointType, endpointName: string, options?: EndpointsGetOptionalParams): Promise<EndpointsGetResponse>;
32
+ /**
33
+ * Create or update a Traffic Manager endpoint.
34
+ * @param resourceGroupName The name of the resource group containing the Traffic Manager endpoint to
35
+ * be created or updated.
36
+ * @param profileName The name of the Traffic Manager profile.
37
+ * @param endpointType The type of the Traffic Manager endpoint to be created or updated.
38
+ * @param endpointName The name of the Traffic Manager endpoint to be created or updated.
39
+ * @param parameters The Traffic Manager endpoint parameters supplied to the CreateOrUpdate operation.
40
+ * @param options The options parameters.
41
+ */
42
+ createOrUpdate(resourceGroupName: string, profileName: string, endpointType: EndpointType, endpointName: string, parameters: Endpoint, options?: EndpointsCreateOrUpdateOptionalParams): Promise<EndpointsCreateOrUpdateResponse>;
43
+ /**
44
+ * Deletes a Traffic Manager endpoint.
45
+ * @param resourceGroupName The name of the resource group containing the Traffic Manager endpoint to
46
+ * be deleted.
47
+ * @param profileName The name of the Traffic Manager profile.
48
+ * @param endpointType The type of the Traffic Manager endpoint to be deleted.
49
+ * @param endpointName The name of the Traffic Manager endpoint to be deleted.
50
+ * @param options The options parameters.
51
+ */
52
+ delete(resourceGroupName: string, profileName: string, endpointType: EndpointType, endpointName: string, options?: EndpointsDeleteOptionalParams): Promise<EndpointsDeleteResponse>;
53
+ }
54
+ //# sourceMappingURL=endpoints.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"endpoints.d.ts","sourceRoot":"","sources":["../../../src/operations/endpoints.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,SAAS,EAAE,MAAM,yBAAyB,CAAC;AAIpD,OAAO,EAAE,8BAA8B,EAAE,MAAM,mCAAmC,CAAC;AACnF,OAAO,EACL,QAAQ,EACR,YAAY,EACZ,6BAA6B,EAC7B,uBAAuB,EACvB,0BAA0B,EAC1B,oBAAoB,EACpB,qCAAqC,EACrC,+BAA+B,EAC/B,6BAA6B,EAC7B,uBAAuB,EACxB,MAAM,WAAW,CAAC;AAEnB,6CAA6C;AAC7C,qBAAa,aAAc,YAAW,SAAS;IAC7C,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAiC;IAExD;;;OAGG;gBACS,MAAM,EAAE,8BAA8B;IAIlD;;;;;;;;;OASG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,YAAY,EAAE,YAAY,EAC1B,YAAY,EAAE,MAAM,EACpB,UAAU,EAAE,QAAQ,EACpB,OAAO,CAAC,EAAE,6BAA6B,GACtC,OAAO,CAAC,uBAAuB,CAAC;IAcnC;;;;;;;OAOG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,YAAY,EAAE,YAAY,EAC1B,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,0BAA0B,GACnC,OAAO,CAAC,oBAAoB,CAAC;IAOhC;;;;;;;;;OASG;IACH,cAAc,CACZ,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,YAAY,EAAE,YAAY,EAC1B,YAAY,EAAE,MAAM,EACpB,UAAU,EAAE,QAAQ,EACpB,OAAO,CAAC,EAAE,qCAAqC,GAC9C,OAAO,CAAC,+BAA+B,CAAC;IAc3C;;;;;;;;OAQG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,YAAY,EAAE,YAAY,EAC1B,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,6BAA6B,GACtC,OAAO,CAAC,uBAAuB,CAAC;CAMpC"}
@@ -0,0 +1,186 @@
1
+ /*
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
+ *
5
+ * Code generated by Microsoft (R) AutoRest Code Generator.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ */
8
+ import * as coreClient from "@azure/core-client";
9
+ import * as Mappers from "../models/mappers";
10
+ import * as Parameters from "../models/parameters";
11
+ /** Class containing Endpoints operations. */
12
+ export class EndpointsImpl {
13
+ /**
14
+ * Initialize a new instance of the class Endpoints class.
15
+ * @param client Reference to the service client
16
+ */
17
+ constructor(client) {
18
+ this.client = client;
19
+ }
20
+ /**
21
+ * Update a Traffic Manager endpoint.
22
+ * @param resourceGroupName The name of the resource group containing the Traffic Manager endpoint to
23
+ * be updated.
24
+ * @param profileName The name of the Traffic Manager profile.
25
+ * @param endpointType The type of the Traffic Manager endpoint to be updated.
26
+ * @param endpointName The name of the Traffic Manager endpoint to be updated.
27
+ * @param parameters The Traffic Manager endpoint parameters supplied to the Update operation.
28
+ * @param options The options parameters.
29
+ */
30
+ update(resourceGroupName, profileName, endpointType, endpointName, parameters, options) {
31
+ return this.client.sendOperationRequest({
32
+ resourceGroupName,
33
+ profileName,
34
+ endpointType,
35
+ endpointName,
36
+ parameters,
37
+ options
38
+ }, updateOperationSpec);
39
+ }
40
+ /**
41
+ * Gets a Traffic Manager endpoint.
42
+ * @param resourceGroupName The name of the resource group containing the Traffic Manager endpoint.
43
+ * @param profileName The name of the Traffic Manager profile.
44
+ * @param endpointType The type of the Traffic Manager endpoint.
45
+ * @param endpointName The name of the Traffic Manager endpoint.
46
+ * @param options The options parameters.
47
+ */
48
+ get(resourceGroupName, profileName, endpointType, endpointName, options) {
49
+ return this.client.sendOperationRequest({ resourceGroupName, profileName, endpointType, endpointName, options }, getOperationSpec);
50
+ }
51
+ /**
52
+ * Create or update a Traffic Manager endpoint.
53
+ * @param resourceGroupName The name of the resource group containing the Traffic Manager endpoint to
54
+ * be created or updated.
55
+ * @param profileName The name of the Traffic Manager profile.
56
+ * @param endpointType The type of the Traffic Manager endpoint to be created or updated.
57
+ * @param endpointName The name of the Traffic Manager endpoint to be created or updated.
58
+ * @param parameters The Traffic Manager endpoint parameters supplied to the CreateOrUpdate operation.
59
+ * @param options The options parameters.
60
+ */
61
+ createOrUpdate(resourceGroupName, profileName, endpointType, endpointName, parameters, options) {
62
+ return this.client.sendOperationRequest({
63
+ resourceGroupName,
64
+ profileName,
65
+ endpointType,
66
+ endpointName,
67
+ parameters,
68
+ options
69
+ }, createOrUpdateOperationSpec);
70
+ }
71
+ /**
72
+ * Deletes a Traffic Manager endpoint.
73
+ * @param resourceGroupName The name of the resource group containing the Traffic Manager endpoint to
74
+ * be deleted.
75
+ * @param profileName The name of the Traffic Manager profile.
76
+ * @param endpointType The type of the Traffic Manager endpoint to be deleted.
77
+ * @param endpointName The name of the Traffic Manager endpoint to be deleted.
78
+ * @param options The options parameters.
79
+ */
80
+ delete(resourceGroupName, profileName, endpointType, endpointName, options) {
81
+ return this.client.sendOperationRequest({ resourceGroupName, profileName, endpointType, endpointName, options }, deleteOperationSpec);
82
+ }
83
+ }
84
+ // Operation Specifications
85
+ const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
86
+ const updateOperationSpec = {
87
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/trafficmanagerprofiles/{profileName}/{endpointType}/{endpointName}",
88
+ httpMethod: "PATCH",
89
+ responses: {
90
+ 200: {
91
+ bodyMapper: Mappers.Endpoint
92
+ },
93
+ default: {
94
+ bodyMapper: Mappers.CloudError
95
+ }
96
+ },
97
+ requestBody: Parameters.parameters,
98
+ queryParameters: [Parameters.apiVersion],
99
+ urlParameters: [
100
+ Parameters.$host,
101
+ Parameters.resourceGroupName,
102
+ Parameters.profileName,
103
+ Parameters.endpointType,
104
+ Parameters.endpointName,
105
+ Parameters.subscriptionId
106
+ ],
107
+ headerParameters: [Parameters.contentType, Parameters.accept],
108
+ mediaType: "json",
109
+ serializer
110
+ };
111
+ const getOperationSpec = {
112
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/trafficmanagerprofiles/{profileName}/{endpointType}/{endpointName}",
113
+ httpMethod: "GET",
114
+ responses: {
115
+ 200: {
116
+ bodyMapper: Mappers.Endpoint
117
+ },
118
+ default: {
119
+ bodyMapper: Mappers.CloudError
120
+ }
121
+ },
122
+ queryParameters: [Parameters.apiVersion],
123
+ urlParameters: [
124
+ Parameters.$host,
125
+ Parameters.resourceGroupName,
126
+ Parameters.profileName,
127
+ Parameters.endpointType,
128
+ Parameters.endpointName,
129
+ Parameters.subscriptionId
130
+ ],
131
+ headerParameters: [Parameters.accept],
132
+ serializer
133
+ };
134
+ const createOrUpdateOperationSpec = {
135
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/trafficmanagerprofiles/{profileName}/{endpointType}/{endpointName}",
136
+ httpMethod: "PUT",
137
+ responses: {
138
+ 200: {
139
+ bodyMapper: Mappers.Endpoint
140
+ },
141
+ 201: {
142
+ bodyMapper: Mappers.Endpoint
143
+ },
144
+ default: {
145
+ bodyMapper: Mappers.CloudError
146
+ }
147
+ },
148
+ requestBody: Parameters.parameters,
149
+ queryParameters: [Parameters.apiVersion],
150
+ urlParameters: [
151
+ Parameters.$host,
152
+ Parameters.resourceGroupName,
153
+ Parameters.profileName,
154
+ Parameters.endpointType,
155
+ Parameters.endpointName,
156
+ Parameters.subscriptionId
157
+ ],
158
+ headerParameters: [Parameters.contentType, Parameters.accept],
159
+ mediaType: "json",
160
+ serializer
161
+ };
162
+ const deleteOperationSpec = {
163
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/trafficmanagerprofiles/{profileName}/{endpointType}/{endpointName}",
164
+ httpMethod: "DELETE",
165
+ responses: {
166
+ 200: {
167
+ bodyMapper: Mappers.DeleteOperationResult
168
+ },
169
+ 204: {},
170
+ default: {
171
+ bodyMapper: Mappers.CloudError
172
+ }
173
+ },
174
+ queryParameters: [Parameters.apiVersion],
175
+ urlParameters: [
176
+ Parameters.$host,
177
+ Parameters.resourceGroupName,
178
+ Parameters.profileName,
179
+ Parameters.endpointType,
180
+ Parameters.endpointName,
181
+ Parameters.subscriptionId
182
+ ],
183
+ headerParameters: [Parameters.accept],
184
+ serializer
185
+ };
186
+ //# sourceMappingURL=endpoints.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"endpoints.js","sourceRoot":"","sources":["../../../src/operations/endpoints.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,18 @@
1
+ import { GeographicHierarchies } from "../operationsInterfaces";
2
+ import { TrafficManagerManagementClient } from "../trafficManagerManagementClient";
3
+ import { GeographicHierarchiesGetDefaultOptionalParams, GeographicHierarchiesGetDefaultResponse } from "../models";
4
+ /** Class containing GeographicHierarchies operations. */
5
+ export declare class GeographicHierarchiesImpl implements GeographicHierarchies {
6
+ private readonly client;
7
+ /**
8
+ * Initialize a new instance of the class GeographicHierarchies class.
9
+ * @param client Reference to the service client
10
+ */
11
+ constructor(client: TrafficManagerManagementClient);
12
+ /**
13
+ * Gets the default Geographic Hierarchy used by the Geographic traffic routing method.
14
+ * @param options The options parameters.
15
+ */
16
+ getDefault(options?: GeographicHierarchiesGetDefaultOptionalParams): Promise<GeographicHierarchiesGetDefaultResponse>;
17
+ }
18
+ //# sourceMappingURL=geographicHierarchies.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"geographicHierarchies.d.ts","sourceRoot":"","sources":["../../../src/operations/geographicHierarchies.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AAIhE,OAAO,EAAE,8BAA8B,EAAE,MAAM,mCAAmC,CAAC;AACnF,OAAO,EACL,6CAA6C,EAC7C,uCAAuC,EACxC,MAAM,WAAW,CAAC;AAEnB,yDAAyD;AACzD,qBAAa,yBAA0B,YAAW,qBAAqB;IACrE,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAiC;IAExD;;;OAGG;gBACS,MAAM,EAAE,8BAA8B;IAIlD;;;OAGG;IACH,UAAU,CACR,OAAO,CAAC,EAAE,6CAA6C,GACtD,OAAO,CAAC,uCAAuC,CAAC;CAMpD"}
@@ -0,0 +1,46 @@
1
+ /*
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
+ *
5
+ * Code generated by Microsoft (R) AutoRest Code Generator.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ */
8
+ import * as coreClient from "@azure/core-client";
9
+ import * as Mappers from "../models/mappers";
10
+ import * as Parameters from "../models/parameters";
11
+ /** Class containing GeographicHierarchies operations. */
12
+ export class GeographicHierarchiesImpl {
13
+ /**
14
+ * Initialize a new instance of the class GeographicHierarchies class.
15
+ * @param client Reference to the service client
16
+ */
17
+ constructor(client) {
18
+ this.client = client;
19
+ }
20
+ /**
21
+ * Gets the default Geographic Hierarchy used by the Geographic traffic routing method.
22
+ * @param options The options parameters.
23
+ */
24
+ getDefault(options) {
25
+ return this.client.sendOperationRequest({ options }, getDefaultOperationSpec);
26
+ }
27
+ }
28
+ // Operation Specifications
29
+ const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
30
+ const getDefaultOperationSpec = {
31
+ path: "/providers/Microsoft.Network/trafficManagerGeographicHierarchies/default",
32
+ httpMethod: "GET",
33
+ responses: {
34
+ 200: {
35
+ bodyMapper: Mappers.TrafficManagerGeographicHierarchy
36
+ },
37
+ default: {
38
+ bodyMapper: Mappers.CloudError
39
+ }
40
+ },
41
+ queryParameters: [Parameters.apiVersion],
42
+ urlParameters: [Parameters.$host],
43
+ headerParameters: [Parameters.accept],
44
+ serializer
45
+ };
46
+ //# sourceMappingURL=geographicHierarchies.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"geographicHierarchies.js","sourceRoot":"","sources":["../../../src/operations/geographicHierarchies.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAGH,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AACjD,OAAO,KAAK,OAAO,MAAM,mBAAmB,CAAC;AAC7C,OAAO,KAAK,UAAU,MAAM,sBAAsB,CAAC;AAOnD,yDAAyD;AACzD,MAAM,OAAO,yBAAyB;IAGpC;;;OAGG;IACH,YAAY,MAAsC;QAChD,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;IACvB,CAAC;IAED;;;OAGG;IACH,UAAU,CACR,OAAuD;QAEvD,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,OAAO,EAAE,EACX,uBAAuB,CACxB,CAAC;IACJ,CAAC;CACF;AACD,2BAA2B;AAC3B,MAAM,UAAU,GAAG,UAAU,CAAC,gBAAgB,CAAC,OAAO,EAAE,WAAW,CAAC,KAAK,CAAC,CAAC;AAE3E,MAAM,uBAAuB,GAA6B;IACxD,IAAI,EACF,0EAA0E;IAC5E,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,iCAAiC;SACtD;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,UAAU;SAC/B;KACF;IACD,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,CAAC;IACxC,aAAa,EAAE,CAAC,UAAU,CAAC,KAAK,CAAC;IACjC,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC"}
@@ -0,0 +1,20 @@
1
+ import { HeatMap } from "../operationsInterfaces";
2
+ import { TrafficManagerManagementClient } from "../trafficManagerManagementClient";
3
+ import { HeatMapGetOptionalParams, HeatMapGetResponse } from "../models";
4
+ /** Class containing HeatMap operations. */
5
+ export declare class HeatMapImpl implements HeatMap {
6
+ private readonly client;
7
+ /**
8
+ * Initialize a new instance of the class HeatMap class.
9
+ * @param client Reference to the service client
10
+ */
11
+ constructor(client: TrafficManagerManagementClient);
12
+ /**
13
+ * Gets latest heatmap for Traffic Manager profile.
14
+ * @param resourceGroupName The name of the resource group containing the Traffic Manager endpoint.
15
+ * @param profileName The name of the Traffic Manager profile.
16
+ * @param options The options parameters.
17
+ */
18
+ get(resourceGroupName: string, profileName: string, options?: HeatMapGetOptionalParams): Promise<HeatMapGetResponse>;
19
+ }
20
+ //# sourceMappingURL=heatMap.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"heatMap.d.ts","sourceRoot":"","sources":["../../../src/operations/heatMap.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,OAAO,EAAE,MAAM,yBAAyB,CAAC;AAIlD,OAAO,EAAE,8BAA8B,EAAE,MAAM,mCAAmC,CAAC;AACnF,OAAO,EAAE,wBAAwB,EAAE,kBAAkB,EAAE,MAAM,WAAW,CAAC;AAEzE,2CAA2C;AAC3C,qBAAa,WAAY,YAAW,OAAO;IACzC,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAiC;IAExD;;;OAGG;gBACS,MAAM,EAAE,8BAA8B;IAIlD;;;;;OAKG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,wBAAwB,GACjC,OAAO,CAAC,kBAAkB,CAAC;CAM/B"}