@azure/arm-trafficmanager 5.0.0 → 6.0.0-alpha.20220131.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 (297) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/LICENSE +21 -0
  3. package/LICENSE.txt +1 -1
  4. package/README.md +72 -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 +370 -327
  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 +80 -22
  206. package/review/arm-trafficmanager.api.md +486 -0
  207. package/rollup.config.js +181 -30
  208. package/src/index.ts +12 -0
  209. package/src/models/index.ts +438 -740
  210. package/src/models/mappers.ts +372 -324
  211. package/src/models/parameters.ts +111 -60
  212. package/src/operations/endpoints.ts +122 -208
  213. package/src/operations/geographicHierarchies.ts +32 -43
  214. package/src/operations/heatMap.ts +41 -57
  215. package/src/operations/index.ts +3 -5
  216. package/src/operations/profiles.ts +244 -295
  217. package/src/operations/trafficManagerUserMetricsKeys.ts +59 -108
  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 +85 -38
  225. package/tsconfig.json +5 -4
  226. package/types/arm-trafficmanager.d.ts +708 -0
  227. package/types/tsdoc-metadata.json +11 -0
  228. package/dist/arm-trafficmanager.js +0 -1802
  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 -9
  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 -9
  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 -9
  243. package/esm/models/heatMapMappers.js.map +0 -1
  244. package/esm/models/index.d.ts +0 -789
  245. package/esm/models/index.d.ts.map +0 -1
  246. package/esm/models/index.js +0 -8
  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 -9
  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 -9
  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/src/models/endpointsMappers.ts +0 -31
  293. package/src/models/geographicHierarchiesMappers.ts +0 -30
  294. package/src/models/heatMapMappers.ts +0 -30
  295. package/src/models/profilesMappers.ts +0 -34
  296. package/src/models/trafficManagerUserMetricsKeysMappers.ts +0 -31
  297. package/src/trafficManagerManagementClientContext.ts +0 -63
@@ -1 +0,0 @@
1
- {"version":3,"file":"heatMap.d.ts","sourceRoot":"","sources":["../../src/operations/heatMap.ts"],"names":[],"mappings":"AAUA,OAAO,KAAK,MAAM,MAAM,mBAAmB,CAAC;AAC5C,OAAO,KAAK,MAAM,MAAM,WAAW,CAAC;AAGpC,OAAO,EAAE,qCAAqC,EAAE,MAAM,0CAA0C,CAAC;AAEjG,oCAAoC;AACpC,qBAAa,OAAO;IAClB,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAwC;IAE/D;;;OAGG;gBACS,MAAM,EAAE,qCAAqC;IAIzD;;;;;;OAMG;IACH,GAAG,CAAC,iBAAiB,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,wBAAwB,GAAG,OAAO,CAAC,MAAM,CAAC,kBAAkB,CAAC;IAClI;;;;OAIG;IACH,GAAG,CAAC,iBAAiB,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,YAAY,CAAC,GAAG,IAAI;IAChH;;;;;OAKG;IACH,GAAG,CAAC,iBAAiB,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,CAAC,wBAAwB,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,YAAY,CAAC,GAAG,IAAI;CAW3J"}
@@ -1,61 +0,0 @@
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.
5
- *
6
- * Code generated by Microsoft (R) AutoRest Code Generator.
7
- * Changes may cause incorrect behavior and will be lost if the code is
8
- * regenerated.
9
- */
10
- import * as msRest from "@azure/ms-rest-js";
11
- import * as Mappers from "../models/heatMapMappers";
12
- import * as Parameters from "../models/parameters";
13
- /** Class representing a HeatMap. */
14
- var HeatMap = /** @class */ (function () {
15
- /**
16
- * Create a HeatMap.
17
- * @param {TrafficManagerManagementClientContext} client Reference to the service client.
18
- */
19
- function HeatMap(client) {
20
- this.client = client;
21
- }
22
- HeatMap.prototype.get = function (resourceGroupName, profileName, options, callback) {
23
- return this.client.sendOperationRequest({
24
- resourceGroupName: resourceGroupName,
25
- profileName: profileName,
26
- options: options
27
- }, getOperationSpec, callback);
28
- };
29
- return HeatMap;
30
- }());
31
- export { HeatMap };
32
- // Operation Specifications
33
- var serializer = new msRest.Serializer(Mappers);
34
- var getOperationSpec = {
35
- httpMethod: "GET",
36
- path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/trafficmanagerprofiles/{profileName}/heatMaps/{heatMapType}",
37
- urlParameters: [
38
- Parameters.subscriptionId,
39
- Parameters.resourceGroupName,
40
- Parameters.profileName,
41
- Parameters.heatMapType
42
- ],
43
- queryParameters: [
44
- Parameters.topLeft,
45
- Parameters.botRight,
46
- Parameters.apiVersion
47
- ],
48
- headerParameters: [
49
- Parameters.acceptLanguage
50
- ],
51
- responses: {
52
- 200: {
53
- bodyMapper: Mappers.HeatMapModel
54
- },
55
- default: {
56
- bodyMapper: Mappers.CloudError
57
- }
58
- },
59
- serializer: serializer
60
- };
61
- //# sourceMappingURL=heatMap.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"heatMap.js","sourceRoot":"","sources":["../../src/operations/heatMap.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH,OAAO,KAAK,MAAM,MAAM,mBAAmB,CAAC;AAE5C,OAAO,KAAK,OAAO,MAAM,0BAA0B,CAAC;AACpD,OAAO,KAAK,UAAU,MAAM,sBAAsB,CAAC;AAGnD,oCAAoC;AACpC;IAGE;;;OAGG;IACH,iBAAY,MAA6C;QACvD,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;IACvB,CAAC;IAuBD,qBAAG,GAAH,UAAI,iBAAyB,EAAE,WAAmB,EAAE,OAAuF,EAAE,QAAsD;QACjM,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;YACE,iBAAiB,mBAAA;YACjB,WAAW,aAAA;YACX,OAAO,SAAA;SACR,EACD,gBAAgB,EAChB,QAAQ,CAAuC,CAAC;IACpD,CAAC;IACH,cAAC;AAAD,CAAC,AA1CD,IA0CC;;AAED,2BAA2B;AAC3B,IAAM,UAAU,GAAG,IAAI,MAAM,CAAC,UAAU,CAAC,OAAO,CAAC,CAAC;AAClD,IAAM,gBAAgB,GAAyB;IAC7C,UAAU,EAAE,KAAK;IACjB,IAAI,EAAE,2JAA2J;IACjK,aAAa,EAAE;QACb,UAAU,CAAC,cAAc;QACzB,UAAU,CAAC,iBAAiB;QAC5B,UAAU,CAAC,WAAW;QACtB,UAAU,CAAC,WAAW;KACvB;IACD,eAAe,EAAE;QACf,UAAU,CAAC,OAAO;QAClB,UAAU,CAAC,QAAQ;QACnB,UAAU,CAAC,UAAU;KACtB;IACD,gBAAgB,EAAE;QAChB,UAAU,CAAC,cAAc;KAC1B;IACD,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,YAAY;SACjC;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,UAAU;SAC/B;KACF;IACD,UAAU,YAAA;CACX,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/operations/index.ts"],"names":[],"mappings":"AAUA,cAAc,aAAa,CAAC;AAC5B,cAAc,YAAY,CAAC;AAC3B,cAAc,yBAAyB,CAAC;AACxC,cAAc,WAAW,CAAC;AAC1B,cAAc,iCAAiC,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/operations/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH,cAAc,aAAa,CAAC;AAC5B,cAAc,YAAY,CAAC;AAC3B,cAAc,yBAAyB,CAAC;AACxC,cAAc,WAAW,CAAC;AAC1B,cAAc,iCAAiC,CAAC"}
@@ -1,166 +0,0 @@
1
- import * as msRest from "@azure/ms-rest-js";
2
- import * as Models from "../models";
3
- import { TrafficManagerManagementClientContext } from "../trafficManagerManagementClientContext";
4
- /** Class representing a Profiles. */
5
- export declare class Profiles {
6
- private readonly client;
7
- /**
8
- * Create a Profiles.
9
- * @param {TrafficManagerManagementClientContext} client Reference to the service client.
10
- */
11
- constructor(client: TrafficManagerManagementClientContext);
12
- /**
13
- * Checks the availability of a Traffic Manager Relative DNS name.
14
- * @param parameters The Traffic Manager name parameters supplied to the
15
- * CheckTrafficManagerNameAvailability operation.
16
- * @param [options] The optional parameters
17
- * @returns Promise<Models.ProfilesCheckTrafficManagerRelativeDnsNameAvailabilityResponse>
18
- */
19
- checkTrafficManagerRelativeDnsNameAvailability(parameters: Models.CheckTrafficManagerRelativeDnsNameAvailabilityParameters, options?: msRest.RequestOptionsBase): Promise<Models.ProfilesCheckTrafficManagerRelativeDnsNameAvailabilityResponse>;
20
- /**
21
- * @param parameters The Traffic Manager name parameters supplied to the
22
- * CheckTrafficManagerNameAvailability operation.
23
- * @param callback The callback
24
- */
25
- checkTrafficManagerRelativeDnsNameAvailability(parameters: Models.CheckTrafficManagerRelativeDnsNameAvailabilityParameters, callback: msRest.ServiceCallback<Models.TrafficManagerNameAvailability>): void;
26
- /**
27
- * @param parameters The Traffic Manager name parameters supplied to the
28
- * CheckTrafficManagerNameAvailability operation.
29
- * @param options The optional parameters
30
- * @param callback The callback
31
- */
32
- checkTrafficManagerRelativeDnsNameAvailability(parameters: Models.CheckTrafficManagerRelativeDnsNameAvailabilityParameters, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.TrafficManagerNameAvailability>): void;
33
- /**
34
- * Lists all Traffic Manager profiles within a resource group.
35
- * @param resourceGroupName The name of the resource group containing the Traffic Manager profiles
36
- * to be listed.
37
- * @param [options] The optional parameters
38
- * @returns Promise<Models.ProfilesListByResourceGroupResponse>
39
- */
40
- listByResourceGroup(resourceGroupName: string, options?: msRest.RequestOptionsBase): Promise<Models.ProfilesListByResourceGroupResponse>;
41
- /**
42
- * @param resourceGroupName The name of the resource group containing the Traffic Manager profiles
43
- * to be listed.
44
- * @param callback The callback
45
- */
46
- listByResourceGroup(resourceGroupName: string, callback: msRest.ServiceCallback<Models.ProfileListResult>): void;
47
- /**
48
- * @param resourceGroupName The name of the resource group containing the Traffic Manager profiles
49
- * to be listed.
50
- * @param options The optional parameters
51
- * @param callback The callback
52
- */
53
- listByResourceGroup(resourceGroupName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ProfileListResult>): void;
54
- /**
55
- * Lists all Traffic Manager profiles within a subscription.
56
- * @param [options] The optional parameters
57
- * @returns Promise<Models.ProfilesListBySubscriptionResponse>
58
- */
59
- listBySubscription(options?: msRest.RequestOptionsBase): Promise<Models.ProfilesListBySubscriptionResponse>;
60
- /**
61
- * @param callback The callback
62
- */
63
- listBySubscription(callback: msRest.ServiceCallback<Models.ProfileListResult>): void;
64
- /**
65
- * @param options The optional parameters
66
- * @param callback The callback
67
- */
68
- listBySubscription(options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ProfileListResult>): void;
69
- /**
70
- * Gets a Traffic Manager profile.
71
- * @param resourceGroupName The name of the resource group containing the Traffic Manager profile.
72
- * @param profileName The name of the Traffic Manager profile.
73
- * @param [options] The optional parameters
74
- * @returns Promise<Models.ProfilesGetResponse>
75
- */
76
- get(resourceGroupName: string, profileName: string, options?: msRest.RequestOptionsBase): Promise<Models.ProfilesGetResponse>;
77
- /**
78
- * @param resourceGroupName The name of the resource group containing the Traffic Manager profile.
79
- * @param profileName The name of the Traffic Manager profile.
80
- * @param callback The callback
81
- */
82
- get(resourceGroupName: string, profileName: string, callback: msRest.ServiceCallback<Models.Profile>): void;
83
- /**
84
- * @param resourceGroupName The name of the resource group containing the Traffic Manager profile.
85
- * @param profileName The name of the Traffic Manager profile.
86
- * @param options The optional parameters
87
- * @param callback The callback
88
- */
89
- get(resourceGroupName: string, profileName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Profile>): void;
90
- /**
91
- * Create or update a Traffic Manager profile.
92
- * @param resourceGroupName The name of the resource group containing the Traffic Manager profile.
93
- * @param profileName The name of the Traffic Manager profile.
94
- * @param parameters The Traffic Manager profile parameters supplied to the CreateOrUpdate
95
- * operation.
96
- * @param [options] The optional parameters
97
- * @returns Promise<Models.ProfilesCreateOrUpdateResponse>
98
- */
99
- createOrUpdate(resourceGroupName: string, profileName: string, parameters: Models.Profile, options?: msRest.RequestOptionsBase): Promise<Models.ProfilesCreateOrUpdateResponse>;
100
- /**
101
- * @param resourceGroupName The name of the resource group containing the Traffic Manager profile.
102
- * @param profileName The name of the Traffic Manager profile.
103
- * @param parameters The Traffic Manager profile parameters supplied to the CreateOrUpdate
104
- * operation.
105
- * @param callback The callback
106
- */
107
- createOrUpdate(resourceGroupName: string, profileName: string, parameters: Models.Profile, callback: msRest.ServiceCallback<Models.Profile>): void;
108
- /**
109
- * @param resourceGroupName The name of the resource group containing the Traffic Manager profile.
110
- * @param profileName The name of the Traffic Manager profile.
111
- * @param parameters The Traffic Manager profile parameters supplied to the CreateOrUpdate
112
- * operation.
113
- * @param options The optional parameters
114
- * @param callback The callback
115
- */
116
- createOrUpdate(resourceGroupName: string, profileName: string, parameters: Models.Profile, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Profile>): void;
117
- /**
118
- * Deletes a Traffic Manager profile.
119
- * @param resourceGroupName The name of the resource group containing the Traffic Manager profile
120
- * to be deleted.
121
- * @param profileName The name of the Traffic Manager profile to be deleted.
122
- * @param [options] The optional parameters
123
- * @returns Promise<Models.ProfilesDeleteMethodResponse>
124
- */
125
- deleteMethod(resourceGroupName: string, profileName: string, options?: msRest.RequestOptionsBase): Promise<Models.ProfilesDeleteMethodResponse>;
126
- /**
127
- * @param resourceGroupName The name of the resource group containing the Traffic Manager profile
128
- * to be deleted.
129
- * @param profileName The name of the Traffic Manager profile to be deleted.
130
- * @param callback The callback
131
- */
132
- deleteMethod(resourceGroupName: string, profileName: string, callback: msRest.ServiceCallback<Models.DeleteOperationResult>): void;
133
- /**
134
- * @param resourceGroupName The name of the resource group containing the Traffic Manager profile
135
- * to be deleted.
136
- * @param profileName The name of the Traffic Manager profile to be deleted.
137
- * @param options The optional parameters
138
- * @param callback The callback
139
- */
140
- deleteMethod(resourceGroupName: string, profileName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.DeleteOperationResult>): void;
141
- /**
142
- * Update a Traffic Manager profile.
143
- * @param resourceGroupName The name of the resource group containing the Traffic Manager profile.
144
- * @param profileName The name of the Traffic Manager profile.
145
- * @param parameters The Traffic Manager profile parameters supplied to the Update operation.
146
- * @param [options] The optional parameters
147
- * @returns Promise<Models.ProfilesUpdateResponse>
148
- */
149
- update(resourceGroupName: string, profileName: string, parameters: Models.Profile, options?: msRest.RequestOptionsBase): Promise<Models.ProfilesUpdateResponse>;
150
- /**
151
- * @param resourceGroupName The name of the resource group containing the Traffic Manager profile.
152
- * @param profileName The name of the Traffic Manager profile.
153
- * @param parameters The Traffic Manager profile parameters supplied to the Update operation.
154
- * @param callback The callback
155
- */
156
- update(resourceGroupName: string, profileName: string, parameters: Models.Profile, callback: msRest.ServiceCallback<Models.Profile>): void;
157
- /**
158
- * @param resourceGroupName The name of the resource group containing the Traffic Manager profile.
159
- * @param profileName The name of the Traffic Manager profile.
160
- * @param parameters The Traffic Manager profile parameters supplied to the Update operation.
161
- * @param options The optional parameters
162
- * @param callback The callback
163
- */
164
- update(resourceGroupName: string, profileName: string, parameters: Models.Profile, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Profile>): void;
165
- }
166
- //# sourceMappingURL=profiles.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"profiles.d.ts","sourceRoot":"","sources":["../../src/operations/profiles.ts"],"names":[],"mappings":"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"}
@@ -1,251 +0,0 @@
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.
5
- *
6
- * Code generated by Microsoft (R) AutoRest Code Generator.
7
- * Changes may cause incorrect behavior and will be lost if the code is
8
- * regenerated.
9
- */
10
- import { __assign } from "tslib";
11
- import * as msRest from "@azure/ms-rest-js";
12
- import * as Mappers from "../models/profilesMappers";
13
- import * as Parameters from "../models/parameters";
14
- /** Class representing a Profiles. */
15
- var Profiles = /** @class */ (function () {
16
- /**
17
- * Create a Profiles.
18
- * @param {TrafficManagerManagementClientContext} client Reference to the service client.
19
- */
20
- function Profiles(client) {
21
- this.client = client;
22
- }
23
- Profiles.prototype.checkTrafficManagerRelativeDnsNameAvailability = function (parameters, options, callback) {
24
- return this.client.sendOperationRequest({
25
- parameters: parameters,
26
- options: options
27
- }, checkTrafficManagerRelativeDnsNameAvailabilityOperationSpec, callback);
28
- };
29
- Profiles.prototype.listByResourceGroup = function (resourceGroupName, options, callback) {
30
- return this.client.sendOperationRequest({
31
- resourceGroupName: resourceGroupName,
32
- options: options
33
- }, listByResourceGroupOperationSpec, callback);
34
- };
35
- Profiles.prototype.listBySubscription = function (options, callback) {
36
- return this.client.sendOperationRequest({
37
- options: options
38
- }, listBySubscriptionOperationSpec, callback);
39
- };
40
- Profiles.prototype.get = function (resourceGroupName, profileName, options, callback) {
41
- return this.client.sendOperationRequest({
42
- resourceGroupName: resourceGroupName,
43
- profileName: profileName,
44
- options: options
45
- }, getOperationSpec, callback);
46
- };
47
- Profiles.prototype.createOrUpdate = function (resourceGroupName, profileName, parameters, options, callback) {
48
- return this.client.sendOperationRequest({
49
- resourceGroupName: resourceGroupName,
50
- profileName: profileName,
51
- parameters: parameters,
52
- options: options
53
- }, createOrUpdateOperationSpec, callback);
54
- };
55
- Profiles.prototype.deleteMethod = function (resourceGroupName, profileName, options, callback) {
56
- return this.client.sendOperationRequest({
57
- resourceGroupName: resourceGroupName,
58
- profileName: profileName,
59
- options: options
60
- }, deleteMethodOperationSpec, callback);
61
- };
62
- Profiles.prototype.update = function (resourceGroupName, profileName, parameters, options, callback) {
63
- return this.client.sendOperationRequest({
64
- resourceGroupName: resourceGroupName,
65
- profileName: profileName,
66
- parameters: parameters,
67
- options: options
68
- }, updateOperationSpec, callback);
69
- };
70
- return Profiles;
71
- }());
72
- export { Profiles };
73
- // Operation Specifications
74
- var serializer = new msRest.Serializer(Mappers);
75
- var checkTrafficManagerRelativeDnsNameAvailabilityOperationSpec = {
76
- httpMethod: "POST",
77
- path: "providers/Microsoft.Network/checkTrafficManagerNameAvailability",
78
- queryParameters: [
79
- Parameters.apiVersion
80
- ],
81
- headerParameters: [
82
- Parameters.acceptLanguage
83
- ],
84
- requestBody: {
85
- parameterPath: "parameters",
86
- mapper: __assign(__assign({}, Mappers.CheckTrafficManagerRelativeDnsNameAvailabilityParameters), { required: true })
87
- },
88
- responses: {
89
- 200: {
90
- bodyMapper: Mappers.TrafficManagerNameAvailability
91
- },
92
- default: {
93
- bodyMapper: Mappers.CloudError
94
- }
95
- },
96
- serializer: serializer
97
- };
98
- var listByResourceGroupOperationSpec = {
99
- httpMethod: "GET",
100
- path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/trafficmanagerprofiles",
101
- urlParameters: [
102
- Parameters.resourceGroupName,
103
- Parameters.subscriptionId
104
- ],
105
- queryParameters: [
106
- Parameters.apiVersion
107
- ],
108
- headerParameters: [
109
- Parameters.acceptLanguage
110
- ],
111
- responses: {
112
- 200: {
113
- bodyMapper: Mappers.ProfileListResult
114
- },
115
- default: {
116
- bodyMapper: Mappers.CloudError
117
- }
118
- },
119
- serializer: serializer
120
- };
121
- var listBySubscriptionOperationSpec = {
122
- httpMethod: "GET",
123
- path: "subscriptions/{subscriptionId}/providers/Microsoft.Network/trafficmanagerprofiles",
124
- urlParameters: [
125
- Parameters.subscriptionId
126
- ],
127
- queryParameters: [
128
- Parameters.apiVersion
129
- ],
130
- headerParameters: [
131
- Parameters.acceptLanguage
132
- ],
133
- responses: {
134
- 200: {
135
- bodyMapper: Mappers.ProfileListResult
136
- },
137
- default: {
138
- bodyMapper: Mappers.CloudError
139
- }
140
- },
141
- serializer: serializer
142
- };
143
- var getOperationSpec = {
144
- httpMethod: "GET",
145
- path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/trafficmanagerprofiles/{profileName}",
146
- urlParameters: [
147
- Parameters.resourceGroupName,
148
- Parameters.profileName,
149
- Parameters.subscriptionId
150
- ],
151
- queryParameters: [
152
- Parameters.apiVersion
153
- ],
154
- headerParameters: [
155
- Parameters.acceptLanguage
156
- ],
157
- responses: {
158
- 200: {
159
- bodyMapper: Mappers.Profile
160
- },
161
- default: {
162
- bodyMapper: Mappers.CloudError
163
- }
164
- },
165
- serializer: serializer
166
- };
167
- var createOrUpdateOperationSpec = {
168
- httpMethod: "PUT",
169
- path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/trafficmanagerprofiles/{profileName}",
170
- urlParameters: [
171
- Parameters.resourceGroupName,
172
- Parameters.profileName,
173
- Parameters.subscriptionId
174
- ],
175
- queryParameters: [
176
- Parameters.apiVersion
177
- ],
178
- headerParameters: [
179
- Parameters.acceptLanguage
180
- ],
181
- requestBody: {
182
- parameterPath: "parameters",
183
- mapper: __assign(__assign({}, Mappers.Profile), { required: true })
184
- },
185
- responses: {
186
- 200: {
187
- bodyMapper: Mappers.Profile
188
- },
189
- 201: {
190
- bodyMapper: Mappers.Profile
191
- },
192
- default: {
193
- bodyMapper: Mappers.CloudError
194
- }
195
- },
196
- serializer: serializer
197
- };
198
- var deleteMethodOperationSpec = {
199
- httpMethod: "DELETE",
200
- path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/trafficmanagerprofiles/{profileName}",
201
- urlParameters: [
202
- Parameters.resourceGroupName,
203
- Parameters.profileName,
204
- Parameters.subscriptionId
205
- ],
206
- queryParameters: [
207
- Parameters.apiVersion
208
- ],
209
- headerParameters: [
210
- Parameters.acceptLanguage
211
- ],
212
- responses: {
213
- 200: {
214
- bodyMapper: Mappers.DeleteOperationResult
215
- },
216
- 204: {},
217
- default: {
218
- bodyMapper: Mappers.CloudError
219
- }
220
- },
221
- serializer: serializer
222
- };
223
- var updateOperationSpec = {
224
- httpMethod: "PATCH",
225
- path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/trafficmanagerprofiles/{profileName}",
226
- urlParameters: [
227
- Parameters.resourceGroupName,
228
- Parameters.profileName,
229
- Parameters.subscriptionId
230
- ],
231
- queryParameters: [
232
- Parameters.apiVersion
233
- ],
234
- headerParameters: [
235
- Parameters.acceptLanguage
236
- ],
237
- requestBody: {
238
- parameterPath: "parameters",
239
- mapper: __assign(__assign({}, Mappers.Profile), { required: true })
240
- },
241
- responses: {
242
- 200: {
243
- bodyMapper: Mappers.Profile
244
- },
245
- default: {
246
- bodyMapper: Mappers.CloudError
247
- }
248
- },
249
- serializer: serializer
250
- };
251
- //# sourceMappingURL=profiles.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"profiles.js","sourceRoot":"","sources":["../../src/operations/profiles.ts"],"names":[],"mappings":"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"}
@@ -1,58 +0,0 @@
1
- import * as msRest from "@azure/ms-rest-js";
2
- import * as Models from "../models";
3
- import { TrafficManagerManagementClientContext } from "../trafficManagerManagementClientContext";
4
- /** Class representing a TrafficManagerUserMetricsKeys. */
5
- export declare class TrafficManagerUserMetricsKeys {
6
- private readonly client;
7
- /**
8
- * Create a TrafficManagerUserMetricsKeys.
9
- * @param {TrafficManagerManagementClientContext} client Reference to the service client.
10
- */
11
- constructor(client: TrafficManagerManagementClientContext);
12
- /**
13
- * Get the subscription-level key used for Real User Metrics collection.
14
- * @param [options] The optional parameters
15
- * @returns Promise<Models.TrafficManagerUserMetricsKeysGetResponse>
16
- */
17
- get(options?: msRest.RequestOptionsBase): Promise<Models.TrafficManagerUserMetricsKeysGetResponse>;
18
- /**
19
- * @param callback The callback
20
- */
21
- get(callback: msRest.ServiceCallback<Models.UserMetricsModel>): void;
22
- /**
23
- * @param options The optional parameters
24
- * @param callback The callback
25
- */
26
- get(options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.UserMetricsModel>): void;
27
- /**
28
- * Create or update a subscription-level key used for Real User Metrics collection.
29
- * @param [options] The optional parameters
30
- * @returns Promise<Models.TrafficManagerUserMetricsKeysCreateOrUpdateResponse>
31
- */
32
- createOrUpdate(options?: msRest.RequestOptionsBase): Promise<Models.TrafficManagerUserMetricsKeysCreateOrUpdateResponse>;
33
- /**
34
- * @param callback The callback
35
- */
36
- createOrUpdate(callback: msRest.ServiceCallback<Models.UserMetricsModel>): void;
37
- /**
38
- * @param options The optional parameters
39
- * @param callback The callback
40
- */
41
- createOrUpdate(options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.UserMetricsModel>): void;
42
- /**
43
- * Delete a subscription-level key used for Real User Metrics collection.
44
- * @param [options] The optional parameters
45
- * @returns Promise<Models.TrafficManagerUserMetricsKeysDeleteMethodResponse>
46
- */
47
- deleteMethod(options?: msRest.RequestOptionsBase): Promise<Models.TrafficManagerUserMetricsKeysDeleteMethodResponse>;
48
- /**
49
- * @param callback The callback
50
- */
51
- deleteMethod(callback: msRest.ServiceCallback<Models.DeleteOperationResult>): void;
52
- /**
53
- * @param options The optional parameters
54
- * @param callback The callback
55
- */
56
- deleteMethod(options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.DeleteOperationResult>): void;
57
- }
58
- //# sourceMappingURL=trafficManagerUserMetricsKeys.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"trafficManagerUserMetricsKeys.d.ts","sourceRoot":"","sources":["../../src/operations/trafficManagerUserMetricsKeys.ts"],"names":[],"mappings":"AAUA,OAAO,KAAK,MAAM,MAAM,mBAAmB,CAAC;AAC5C,OAAO,KAAK,MAAM,MAAM,WAAW,CAAC;AAGpC,OAAO,EAAE,qCAAqC,EAAE,MAAM,0CAA0C,CAAC;AAEjG,0DAA0D;AAC1D,qBAAa,6BAA6B;IACxC,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAwC;IAE/D;;;OAGG;gBACS,MAAM,EAAE,qCAAqC;IAIzD;;;;OAIG;IACH,GAAG,CAAC,OAAO,CAAC,EAAE,MAAM,CAAC,kBAAkB,GAAG,OAAO,CAAC,MAAM,CAAC,wCAAwC,CAAC;IAClG;;OAEG;IACH,GAAG,CAAC,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,gBAAgB,CAAC,GAAG,IAAI;IACpE;;;OAGG;IACH,GAAG,CAAC,OAAO,EAAE,MAAM,CAAC,kBAAkB,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,gBAAgB,CAAC,GAAG,IAAI;IAUxG;;;;OAIG;IACH,cAAc,CAAC,OAAO,CAAC,EAAE,MAAM,CAAC,kBAAkB,GAAG,OAAO,CAAC,MAAM,CAAC,mDAAmD,CAAC;IACxH;;OAEG;IACH,cAAc,CAAC,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,gBAAgB,CAAC,GAAG,IAAI;IAC/E;;;OAGG;IACH,cAAc,CAAC,OAAO,EAAE,MAAM,CAAC,kBAAkB,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,gBAAgB,CAAC,GAAG,IAAI;IAUnH;;;;OAIG;IACH,YAAY,CAAC,OAAO,CAAC,EAAE,MAAM,CAAC,kBAAkB,GAAG,OAAO,CAAC,MAAM,CAAC,iDAAiD,CAAC;IACpH;;OAEG;IACH,YAAY,CAAC,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,qBAAqB,CAAC,GAAG,IAAI;IAClF;;;OAGG;IACH,YAAY,CAAC,OAAO,EAAE,MAAM,CAAC,kBAAkB,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,qBAAqB,CAAC,GAAG,IAAI;CASvH"}