@azure/arm-frontdoor 4.1.1 → 5.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 (293) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/LICENSE +21 -0
  3. package/README.md +69 -80
  4. package/dist/index.js +6728 -0
  5. package/dist/index.js.map +1 -0
  6. package/dist/index.min.js +1 -0
  7. package/dist/index.min.js.map +1 -0
  8. package/dist-esm/src/frontDoorManagementClient.d.ts +29 -0
  9. package/dist-esm/src/frontDoorManagementClient.d.ts.map +1 -0
  10. package/dist-esm/src/frontDoorManagementClient.js +62 -0
  11. package/dist-esm/src/frontDoorManagementClient.js.map +1 -0
  12. package/dist-esm/src/index.d.ts +5 -0
  13. package/dist-esm/src/index.d.ts.map +1 -0
  14. package/dist-esm/src/index.js +12 -0
  15. package/dist-esm/src/index.js.map +1 -0
  16. package/dist-esm/src/lroImpl.d.ts +16 -0
  17. package/dist-esm/src/lroImpl.d.ts.map +1 -0
  18. package/dist-esm/src/lroImpl.js +29 -0
  19. package/dist-esm/src/lroImpl.js.map +1 -0
  20. package/dist-esm/src/models/index.d.ts +2380 -0
  21. package/dist-esm/src/models/index.d.ts.map +1 -0
  22. package/dist-esm/src/models/index.js +399 -0
  23. package/dist-esm/src/models/index.js.map +1 -0
  24. package/dist-esm/src/models/mappers.d.ts +93 -0
  25. package/dist-esm/src/models/mappers.d.ts.map +1 -0
  26. package/{esm → dist-esm/src}/models/mappers.js +1812 -1645
  27. package/dist-esm/src/models/mappers.js.map +1 -0
  28. package/dist-esm/src/models/parameters.d.ts +36 -0
  29. package/dist-esm/src/models/parameters.d.ts.map +1 -0
  30. package/dist-esm/src/models/parameters.js +316 -0
  31. package/dist-esm/src/models/parameters.js.map +1 -0
  32. package/dist-esm/src/operations/endpoints.d.ts +34 -0
  33. package/dist-esm/src/operations/endpoints.d.ts.map +1 -0
  34. package/dist-esm/src/operations/endpoints.js +106 -0
  35. package/dist-esm/src/operations/endpoints.js.map +1 -0
  36. package/dist-esm/src/operations/experiments.d.ts +99 -0
  37. package/dist-esm/src/operations/experiments.d.ts.map +1 -0
  38. package/dist-esm/src/operations/experiments.js +417 -0
  39. package/dist-esm/src/operations/experiments.js.map +1 -0
  40. package/dist-esm/src/operations/frontDoorNameAvailability.d.ts +19 -0
  41. package/dist-esm/src/operations/frontDoorNameAvailability.d.ts.map +1 -0
  42. package/dist-esm/src/operations/frontDoorNameAvailability.js +49 -0
  43. package/dist-esm/src/operations/frontDoorNameAvailability.js.map +1 -0
  44. package/dist-esm/src/operations/frontDoorNameAvailabilityWithSubscription.d.ts +19 -0
  45. package/dist-esm/src/operations/frontDoorNameAvailabilityWithSubscription.d.ts.map +1 -0
  46. package/dist-esm/src/operations/frontDoorNameAvailabilityWithSubscription.js +49 -0
  47. package/dist-esm/src/operations/frontDoorNameAvailabilityWithSubscription.js.map +1 -0
  48. package/dist-esm/src/operations/frontDoors.d.ts +100 -0
  49. package/dist-esm/src/operations/frontDoors.d.ts.map +1 -0
  50. package/dist-esm/src/operations/frontDoors.js +453 -0
  51. package/dist-esm/src/operations/frontDoors.js.map +1 -0
  52. package/dist-esm/src/operations/frontendEndpoints.d.ts +81 -0
  53. package/dist-esm/src/operations/frontendEndpoints.d.ts.map +1 -0
  54. package/dist-esm/src/operations/frontendEndpoints.js +331 -0
  55. package/dist-esm/src/operations/frontendEndpoints.js.map +1 -0
  56. package/{esm → dist-esm/src}/operations/index.d.ts +2 -0
  57. package/dist-esm/src/operations/index.d.ts.map +1 -0
  58. package/dist-esm/src/operations/index.js +20 -0
  59. package/dist-esm/src/operations/index.js.map +1 -0
  60. package/dist-esm/src/operations/managedRuleSets.d.ts +32 -0
  61. package/dist-esm/src/operations/managedRuleSets.d.ts.map +1 -0
  62. package/dist-esm/src/operations/managedRuleSets.js +124 -0
  63. package/dist-esm/src/operations/managedRuleSets.js.map +1 -0
  64. package/dist-esm/src/operations/networkExperimentProfiles.d.ts +107 -0
  65. package/dist-esm/src/operations/networkExperimentProfiles.d.ts.map +1 -0
  66. package/dist-esm/src/operations/networkExperimentProfiles.js +500 -0
  67. package/dist-esm/src/operations/networkExperimentProfiles.js.map +1 -0
  68. package/dist-esm/src/operations/policies.d.ts +73 -0
  69. package/dist-esm/src/operations/policies.d.ts.map +1 -0
  70. package/dist-esm/src/operations/policies.js +309 -0
  71. package/dist-esm/src/operations/policies.js.map +1 -0
  72. package/dist-esm/src/operations/preconfiguredEndpoints.d.ts +38 -0
  73. package/dist-esm/src/operations/preconfiguredEndpoints.d.ts.map +1 -0
  74. package/dist-esm/src/operations/preconfiguredEndpoints.js +137 -0
  75. package/dist-esm/src/operations/preconfiguredEndpoints.js.map +1 -0
  76. package/dist-esm/src/operations/reports.d.ts +34 -0
  77. package/dist-esm/src/operations/reports.d.ts.map +1 -0
  78. package/dist-esm/src/operations/reports.js +120 -0
  79. package/dist-esm/src/operations/reports.js.map +1 -0
  80. package/dist-esm/src/operations/rulesEngines.d.ts +83 -0
  81. package/dist-esm/src/operations/rulesEngines.d.ts.map +1 -0
  82. package/dist-esm/src/operations/rulesEngines.js +341 -0
  83. package/dist-esm/src/operations/rulesEngines.js.map +1 -0
  84. package/dist-esm/src/operationsInterfaces/endpoints.d.ts +26 -0
  85. package/dist-esm/src/operationsInterfaces/endpoints.d.ts.map +1 -0
  86. package/dist-esm/src/operationsInterfaces/endpoints.js +9 -0
  87. package/dist-esm/src/operationsInterfaces/endpoints.js.map +1 -0
  88. package/dist-esm/src/operationsInterfaces/experiments.d.ts +74 -0
  89. package/dist-esm/src/operationsInterfaces/experiments.d.ts.map +1 -0
  90. package/dist-esm/src/operationsInterfaces/experiments.js +9 -0
  91. package/dist-esm/src/operationsInterfaces/experiments.js.map +1 -0
  92. package/dist-esm/src/operationsInterfaces/frontDoorNameAvailability.d.ts +11 -0
  93. package/dist-esm/src/operationsInterfaces/frontDoorNameAvailability.d.ts.map +1 -0
  94. package/dist-esm/src/operationsInterfaces/frontDoorNameAvailability.js +9 -0
  95. package/dist-esm/src/operationsInterfaces/frontDoorNameAvailability.js.map +1 -0
  96. package/dist-esm/src/operationsInterfaces/frontDoorNameAvailabilityWithSubscription.d.ts +11 -0
  97. package/dist-esm/src/operationsInterfaces/frontDoorNameAvailabilityWithSubscription.d.ts.map +1 -0
  98. package/dist-esm/src/operationsInterfaces/frontDoorNameAvailabilityWithSubscription.js +9 -0
  99. package/dist-esm/src/operationsInterfaces/frontDoorNameAvailabilityWithSubscription.js.map +1 -0
  100. package/dist-esm/src/operationsInterfaces/frontDoors.d.ts +64 -0
  101. package/dist-esm/src/operationsInterfaces/frontDoors.d.ts.map +1 -0
  102. package/dist-esm/src/operationsInterfaces/frontDoors.js +9 -0
  103. package/dist-esm/src/operationsInterfaces/frontDoors.js.map +1 -0
  104. package/dist-esm/src/operationsInterfaces/frontendEndpoints.d.ts +56 -0
  105. package/dist-esm/src/operationsInterfaces/frontendEndpoints.d.ts.map +1 -0
  106. package/dist-esm/src/operationsInterfaces/frontendEndpoints.js +9 -0
  107. package/dist-esm/src/operationsInterfaces/frontendEndpoints.js.map +1 -0
  108. package/dist-esm/src/operationsInterfaces/index.d.ts +13 -0
  109. package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
  110. package/dist-esm/src/operationsInterfaces/index.js +20 -0
  111. package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
  112. package/dist-esm/src/operationsInterfaces/managedRuleSets.d.ts +11 -0
  113. package/dist-esm/src/operationsInterfaces/managedRuleSets.d.ts.map +1 -0
  114. package/dist-esm/src/operationsInterfaces/managedRuleSets.js +9 -0
  115. package/dist-esm/src/operationsInterfaces/managedRuleSets.js.map +1 -0
  116. package/dist-esm/src/operationsInterfaces/networkExperimentProfiles.d.ts +71 -0
  117. package/dist-esm/src/operationsInterfaces/networkExperimentProfiles.d.ts.map +1 -0
  118. package/dist-esm/src/operationsInterfaces/networkExperimentProfiles.js +9 -0
  119. package/dist-esm/src/operationsInterfaces/networkExperimentProfiles.js.map +1 -0
  120. package/dist-esm/src/operationsInterfaces/policies.d.ts +50 -0
  121. package/dist-esm/src/operationsInterfaces/policies.d.ts.map +1 -0
  122. package/dist-esm/src/operationsInterfaces/policies.js +9 -0
  123. package/dist-esm/src/operationsInterfaces/policies.js.map +1 -0
  124. package/dist-esm/src/operationsInterfaces/preconfiguredEndpoints.d.ts +13 -0
  125. package/dist-esm/src/operationsInterfaces/preconfiguredEndpoints.d.ts.map +1 -0
  126. package/dist-esm/src/operationsInterfaces/preconfiguredEndpoints.js +9 -0
  127. package/dist-esm/src/operationsInterfaces/preconfiguredEndpoints.js.map +1 -0
  128. package/dist-esm/src/operationsInterfaces/reports.d.ts +26 -0
  129. package/dist-esm/src/operationsInterfaces/reports.d.ts.map +1 -0
  130. package/dist-esm/src/operationsInterfaces/reports.js +9 -0
  131. package/dist-esm/src/operationsInterfaces/reports.js.map +1 -0
  132. package/dist-esm/src/operationsInterfaces/rulesEngines.d.ts +58 -0
  133. package/dist-esm/src/operationsInterfaces/rulesEngines.d.ts.map +1 -0
  134. package/dist-esm/src/operationsInterfaces/rulesEngines.js +9 -0
  135. package/dist-esm/src/operationsInterfaces/rulesEngines.js.map +1 -0
  136. package/dist-esm/test/sampleTest.d.ts +2 -0
  137. package/dist-esm/test/sampleTest.d.ts.map +1 -0
  138. package/dist-esm/test/sampleTest.js +40 -0
  139. package/dist-esm/test/sampleTest.js.map +1 -0
  140. package/package.json +65 -32
  141. package/review/arm-frontdoor.api.md +1910 -0
  142. package/rollup.config.js +181 -30
  143. package/src/frontDoorManagementClient.ts +107 -164
  144. package/src/index.ts +12 -0
  145. package/src/lroImpl.ts +34 -0
  146. package/src/models/index.ts +2184 -2625
  147. package/src/models/mappers.ts +1796 -1578
  148. package/src/models/parameters.ts +228 -115
  149. package/src/operations/endpoints.ts +110 -59
  150. package/src/operations/experiments.ts +439 -238
  151. package/src/operations/frontDoorNameAvailability.ts +68 -0
  152. package/src/operations/frontDoorNameAvailabilityWithSubscription.ts +69 -0
  153. package/src/operations/frontDoors.ts +423 -310
  154. package/src/operations/frontendEndpoints.ts +334 -188
  155. package/src/operations/index.ts +5 -5
  156. package/src/operations/managedRuleSets.ts +92 -76
  157. package/src/operations/networkExperimentProfiles.ts +488 -297
  158. package/src/operations/policies.ts +305 -195
  159. package/src/operations/preconfiguredEndpoints.ts +125 -84
  160. package/src/operations/reports.ts +86 -118
  161. package/src/operations/rulesEngines.ts +343 -193
  162. package/src/operationsInterfaces/endpoints.ts +47 -0
  163. package/src/operationsInterfaces/experiments.ts +147 -0
  164. package/src/operationsInterfaces/frontDoorNameAvailability.ts +26 -0
  165. package/src/operationsInterfaces/frontDoorNameAvailabilityWithSubscription.ts +26 -0
  166. package/src/operationsInterfaces/frontDoors.ts +122 -0
  167. package/src/operationsInterfaces/frontendEndpoints.ts +104 -0
  168. package/{esm/operations/index.js → src/operationsInterfaces/index.ts} +6 -6
  169. package/src/operationsInterfaces/managedRuleSets.ts +25 -0
  170. package/src/operationsInterfaces/networkExperimentProfiles.ts +139 -0
  171. package/src/operationsInterfaces/policies.ts +97 -0
  172. package/src/operationsInterfaces/preconfiguredEndpoints.ts +29 -0
  173. package/src/operationsInterfaces/reports.ts +57 -0
  174. package/src/operationsInterfaces/rulesEngines.ts +111 -0
  175. package/tsconfig.json +3 -3
  176. package/types/arm-frontdoor.d.ts +3127 -0
  177. package/types/tsdoc-metadata.json +11 -0
  178. package/dist/arm-frontdoor.js +0 -5978
  179. package/dist/arm-frontdoor.js.map +0 -1
  180. package/dist/arm-frontdoor.min.js +0 -1
  181. package/dist/arm-frontdoor.min.js.map +0 -1
  182. package/esm/frontDoorManagementClient.d.ts +0 -70
  183. package/esm/frontDoorManagementClient.d.ts.map +0 -1
  184. package/esm/frontDoorManagementClient.js +0 -112
  185. package/esm/frontDoorManagementClient.js.map +0 -1
  186. package/esm/frontDoorManagementClientContext.d.ts +0 -22
  187. package/esm/frontDoorManagementClientContext.d.ts.map +0 -1
  188. package/esm/frontDoorManagementClientContext.js +0 -61
  189. package/esm/frontDoorManagementClientContext.js.map +0 -1
  190. package/esm/models/endpointsMappers.d.ts +0 -2
  191. package/esm/models/endpointsMappers.d.ts.map +0 -1
  192. package/esm/models/endpointsMappers.js +0 -9
  193. package/esm/models/endpointsMappers.js.map +0 -1
  194. package/esm/models/experimentsMappers.d.ts +0 -2
  195. package/esm/models/experimentsMappers.d.ts.map +0 -1
  196. package/esm/models/experimentsMappers.js +0 -9
  197. package/esm/models/experimentsMappers.js.map +0 -1
  198. package/esm/models/frontDoorsMappers.d.ts +0 -2
  199. package/esm/models/frontDoorsMappers.d.ts.map +0 -1
  200. package/esm/models/frontDoorsMappers.js +0 -9
  201. package/esm/models/frontDoorsMappers.js.map +0 -1
  202. package/esm/models/frontendEndpointsMappers.d.ts +0 -2
  203. package/esm/models/frontendEndpointsMappers.d.ts.map +0 -1
  204. package/esm/models/frontendEndpointsMappers.js +0 -9
  205. package/esm/models/frontendEndpointsMappers.js.map +0 -1
  206. package/esm/models/index.d.ts +0 -2901
  207. package/esm/models/index.d.ts.map +0 -1
  208. package/esm/models/index.js +0 -8
  209. package/esm/models/index.js.map +0 -1
  210. package/esm/models/managedRuleSetsMappers.d.ts +0 -2
  211. package/esm/models/managedRuleSetsMappers.d.ts.map +0 -1
  212. package/esm/models/managedRuleSetsMappers.js +0 -9
  213. package/esm/models/managedRuleSetsMappers.js.map +0 -1
  214. package/esm/models/mappers.d.ts +0 -84
  215. package/esm/models/mappers.d.ts.map +0 -1
  216. package/esm/models/mappers.js.map +0 -1
  217. package/esm/models/networkExperimentProfilesMappers.d.ts +0 -2
  218. package/esm/models/networkExperimentProfilesMappers.d.ts.map +0 -1
  219. package/esm/models/networkExperimentProfilesMappers.js +0 -9
  220. package/esm/models/networkExperimentProfilesMappers.js.map +0 -1
  221. package/esm/models/parameters.d.ts +0 -22
  222. package/esm/models/parameters.d.ts.map +0 -1
  223. package/esm/models/parameters.js +0 -252
  224. package/esm/models/parameters.js.map +0 -1
  225. package/esm/models/policiesMappers.d.ts +0 -2
  226. package/esm/models/policiesMappers.d.ts.map +0 -1
  227. package/esm/models/policiesMappers.js +0 -9
  228. package/esm/models/policiesMappers.js.map +0 -1
  229. package/esm/models/preconfiguredEndpointsMappers.d.ts +0 -2
  230. package/esm/models/preconfiguredEndpointsMappers.d.ts.map +0 -1
  231. package/esm/models/preconfiguredEndpointsMappers.js +0 -9
  232. package/esm/models/preconfiguredEndpointsMappers.js.map +0 -1
  233. package/esm/models/reportsMappers.d.ts +0 -2
  234. package/esm/models/reportsMappers.d.ts.map +0 -1
  235. package/esm/models/reportsMappers.js +0 -9
  236. package/esm/models/reportsMappers.js.map +0 -1
  237. package/esm/models/rulesEnginesMappers.d.ts +0 -2
  238. package/esm/models/rulesEnginesMappers.d.ts.map +0 -1
  239. package/esm/models/rulesEnginesMappers.js +0 -9
  240. package/esm/models/rulesEnginesMappers.js.map +0 -1
  241. package/esm/operations/endpoints.d.ts +0 -36
  242. package/esm/operations/endpoints.d.ts.map +0 -1
  243. package/esm/operations/endpoints.js +0 -87
  244. package/esm/operations/endpoints.js.map +0 -1
  245. package/esm/operations/experiments.d.ts +0 -137
  246. package/esm/operations/experiments.d.ts.map +0 -1
  247. package/esm/operations/experiments.js +0 -302
  248. package/esm/operations/experiments.js.map +0 -1
  249. package/esm/operations/frontDoors.d.ts +0 -165
  250. package/esm/operations/frontDoors.d.ts.map +0 -1
  251. package/esm/operations/frontDoors.js +0 -315
  252. package/esm/operations/frontDoors.js.map +0 -1
  253. package/esm/operations/frontendEndpoints.d.ts +0 -115
  254. package/esm/operations/frontendEndpoints.d.ts.map +0 -1
  255. package/esm/operations/frontendEndpoints.js +0 -229
  256. package/esm/operations/frontendEndpoints.js.map +0 -1
  257. package/esm/operations/index.d.ts.map +0 -1
  258. package/esm/operations/index.js.map +0 -1
  259. package/esm/operations/managedRuleSets.d.ts +0 -46
  260. package/esm/operations/managedRuleSets.d.ts.map +0 -1
  261. package/esm/operations/managedRuleSets.js +0 -80
  262. package/esm/operations/managedRuleSets.js.map +0 -1
  263. package/esm/operations/networkExperimentProfiles.d.ts +0 -158
  264. package/esm/operations/networkExperimentProfiles.d.ts.map +0 -1
  265. package/esm/operations/networkExperimentProfiles.js +0 -339
  266. package/esm/operations/networkExperimentProfiles.js.map +0 -1
  267. package/esm/operations/policies.d.ts +0 -105
  268. package/esm/operations/policies.d.ts.map +0 -1
  269. package/esm/operations/policies.js +0 -225
  270. package/esm/operations/policies.js.map +0 -1
  271. package/esm/operations/preconfiguredEndpoints.d.ts +0 -52
  272. package/esm/operations/preconfiguredEndpoints.d.ts.map +0 -1
  273. package/esm/operations/preconfiguredEndpoints.js +0 -84
  274. package/esm/operations/preconfiguredEndpoints.js.map +0 -1
  275. package/esm/operations/reports.d.ts +0 -85
  276. package/esm/operations/reports.d.ts.map +0 -1
  277. package/esm/operations/reports.js +0 -107
  278. package/esm/operations/reports.js.map +0 -1
  279. package/esm/operations/rulesEngines.d.ts +0 -119
  280. package/esm/operations/rulesEngines.d.ts.map +0 -1
  281. package/esm/operations/rulesEngines.js +0 -240
  282. package/esm/operations/rulesEngines.js.map +0 -1
  283. package/src/frontDoorManagementClientContext.ts +0 -67
  284. package/src/models/endpointsMappers.ts +0 -13
  285. package/src/models/experimentsMappers.ts +0 -59
  286. package/src/models/frontDoorsMappers.ts +0 -60
  287. package/src/models/frontendEndpointsMappers.ts +0 -58
  288. package/src/models/managedRuleSetsMappers.ts +0 -58
  289. package/src/models/networkExperimentProfilesMappers.ts +0 -59
  290. package/src/models/policiesMappers.ts +0 -59
  291. package/src/models/preconfiguredEndpointsMappers.ts +0 -58
  292. package/src/models/reportsMappers.ts +0 -57
  293. package/src/models/rulesEnginesMappers.ts +0 -58
@@ -1 +0,0 @@
1
- {"version":3,"file":"frontendEndpoints.js","sourceRoot":"","sources":["../../src/operations/frontendEndpoints.ts"],"names":[],"mappings":"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"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/operations/index.ts"],"names":[],"mappings":"AAUA,cAAc,6BAA6B,CAAC;AAC5C,cAAc,0BAA0B,CAAC;AACzC,cAAc,eAAe,CAAC;AAC9B,cAAc,WAAW,CAAC;AAC1B,cAAc,cAAc,CAAC;AAC7B,cAAc,qBAAqB,CAAC;AACpC,cAAc,aAAa,CAAC;AAC5B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,YAAY,CAAC;AAC3B,cAAc,mBAAmB,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/operations/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH,cAAc,6BAA6B,CAAC;AAC5C,cAAc,0BAA0B,CAAC;AACzC,cAAc,eAAe,CAAC;AAC9B,cAAc,WAAW,CAAC;AAC1B,cAAc,cAAc,CAAC;AAC7B,cAAc,qBAAqB,CAAC;AACpC,cAAc,aAAa,CAAC;AAC5B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,YAAY,CAAC;AAC3B,cAAc,mBAAmB,CAAC"}
@@ -1,46 +0,0 @@
1
- import * as msRest from "@azure/ms-rest-js";
2
- import * as Models from "../models";
3
- import { FrontDoorManagementClientContext } from "../frontDoorManagementClientContext";
4
- /** Class representing a ManagedRuleSets. */
5
- export declare class ManagedRuleSets {
6
- private readonly client;
7
- /**
8
- * Create a ManagedRuleSets.
9
- * @param {FrontDoorManagementClientContext} client Reference to the service client.
10
- */
11
- constructor(client: FrontDoorManagementClientContext);
12
- /**
13
- * Lists all available managed rule sets.
14
- * @param [options] The optional parameters
15
- * @returns Promise<Models.ManagedRuleSetsListResponse>
16
- */
17
- list(options?: msRest.RequestOptionsBase): Promise<Models.ManagedRuleSetsListResponse>;
18
- /**
19
- * @param callback The callback
20
- */
21
- list(callback: msRest.ServiceCallback<Models.ManagedRuleSetDefinitionList>): void;
22
- /**
23
- * @param options The optional parameters
24
- * @param callback The callback
25
- */
26
- list(options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ManagedRuleSetDefinitionList>): void;
27
- /**
28
- * Lists all available managed rule sets.
29
- * @param nextPageLink The NextLink from the previous successful call to List operation.
30
- * @param [options] The optional parameters
31
- * @returns Promise<Models.ManagedRuleSetsListNextResponse>
32
- */
33
- listNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.ManagedRuleSetsListNextResponse>;
34
- /**
35
- * @param nextPageLink The NextLink from the previous successful call to List operation.
36
- * @param callback The callback
37
- */
38
- listNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.ManagedRuleSetDefinitionList>): void;
39
- /**
40
- * @param nextPageLink The NextLink from the previous successful call to List operation.
41
- * @param options The optional parameters
42
- * @param callback The callback
43
- */
44
- listNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ManagedRuleSetDefinitionList>): void;
45
- }
46
- //# sourceMappingURL=managedRuleSets.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"managedRuleSets.d.ts","sourceRoot":"","sources":["../../src/operations/managedRuleSets.ts"],"names":[],"mappings":"AAUA,OAAO,KAAK,MAAM,MAAM,mBAAmB,CAAC;AAC5C,OAAO,KAAK,MAAM,MAAM,WAAW,CAAC;AAGpC,OAAO,EAAE,gCAAgC,EAAE,MAAM,qCAAqC,CAAC;AAEvF,4CAA4C;AAC5C,qBAAa,eAAe;IAC1B,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAmC;IAE1D;;;OAGG;gBACS,MAAM,EAAE,gCAAgC;IAIpD;;;;OAIG;IACH,IAAI,CAAC,OAAO,CAAC,EAAE,MAAM,CAAC,kBAAkB,GAAG,OAAO,CAAC,MAAM,CAAC,2BAA2B,CAAC;IACtF;;OAEG;IACH,IAAI,CAAC,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,4BAA4B,CAAC,GAAG,IAAI;IACjF;;;OAGG;IACH,IAAI,CAAC,OAAO,EAAE,MAAM,CAAC,kBAAkB,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,4BAA4B,CAAC,GAAG,IAAI;IAUrH;;;;;OAKG;IACH,QAAQ,CAAC,YAAY,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,kBAAkB,GAAG,OAAO,CAAC,MAAM,CAAC,+BAA+B,CAAC;IACpH;;;OAGG;IACH,QAAQ,CAAC,YAAY,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,4BAA4B,CAAC,GAAG,IAAI;IAC3G;;;;OAIG;IACH,QAAQ,CAAC,YAAY,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,CAAC,kBAAkB,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,4BAA4B,CAAC,GAAG,IAAI;CAUhJ"}
@@ -1,80 +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/managedRuleSetsMappers";
12
- import * as Parameters from "../models/parameters";
13
- /** Class representing a ManagedRuleSets. */
14
- var ManagedRuleSets = /** @class */ (function () {
15
- /**
16
- * Create a ManagedRuleSets.
17
- * @param {FrontDoorManagementClientContext} client Reference to the service client.
18
- */
19
- function ManagedRuleSets(client) {
20
- this.client = client;
21
- }
22
- ManagedRuleSets.prototype.list = function (options, callback) {
23
- return this.client.sendOperationRequest({
24
- options: options
25
- }, listOperationSpec, callback);
26
- };
27
- ManagedRuleSets.prototype.listNext = function (nextPageLink, options, callback) {
28
- return this.client.sendOperationRequest({
29
- nextPageLink: nextPageLink,
30
- options: options
31
- }, listNextOperationSpec, callback);
32
- };
33
- return ManagedRuleSets;
34
- }());
35
- export { ManagedRuleSets };
36
- // Operation Specifications
37
- var serializer = new msRest.Serializer(Mappers);
38
- var listOperationSpec = {
39
- httpMethod: "GET",
40
- path: "subscriptions/{subscriptionId}/providers/Microsoft.Network/FrontDoorWebApplicationFirewallManagedRuleSets",
41
- urlParameters: [
42
- Parameters.subscriptionId
43
- ],
44
- queryParameters: [
45
- Parameters.apiVersion2
46
- ],
47
- headerParameters: [
48
- Parameters.acceptLanguage
49
- ],
50
- responses: {
51
- 200: {
52
- bodyMapper: Mappers.ManagedRuleSetDefinitionList
53
- },
54
- default: {
55
- bodyMapper: Mappers.ErrorResponse
56
- }
57
- },
58
- serializer: serializer
59
- };
60
- var listNextOperationSpec = {
61
- httpMethod: "GET",
62
- baseUrl: "https://management.azure.com",
63
- path: "{nextLink}",
64
- urlParameters: [
65
- Parameters.nextPageLink
66
- ],
67
- headerParameters: [
68
- Parameters.acceptLanguage
69
- ],
70
- responses: {
71
- 200: {
72
- bodyMapper: Mappers.ManagedRuleSetDefinitionList
73
- },
74
- default: {
75
- bodyMapper: Mappers.ErrorResponse
76
- }
77
- },
78
- serializer: serializer
79
- };
80
- //# sourceMappingURL=managedRuleSets.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"managedRuleSets.js","sourceRoot":"","sources":["../../src/operations/managedRuleSets.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH,OAAO,KAAK,MAAM,MAAM,mBAAmB,CAAC;AAE5C,OAAO,KAAK,OAAO,MAAM,kCAAkC,CAAC;AAC5D,OAAO,KAAK,UAAU,MAAM,sBAAsB,CAAC;AAGnD,4CAA4C;AAC5C;IAGE;;;OAGG;IACH,yBAAY,MAAwC;QAClD,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;IACvB,CAAC;IAiBD,8BAAI,GAAJ,UAAK,OAAiG,EAAE,QAAsE;QAC5K,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;YACE,OAAO,SAAA;SACR,EACD,iBAAiB,EACjB,QAAQ,CAAgD,CAAC;IAC7D,CAAC;IAoBD,kCAAQ,GAAR,UAAS,YAAoB,EAAE,OAAiG,EAAE,QAAsE;QACtM,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;YACE,YAAY,cAAA;YACZ,OAAO,SAAA;SACR,EACD,qBAAqB,EACrB,QAAQ,CAAoD,CAAC;IACjE,CAAC;IACH,sBAAC;AAAD,CAAC,AA9DD,IA8DC;;AAED,2BAA2B;AAC3B,IAAM,UAAU,GAAG,IAAI,MAAM,CAAC,UAAU,CAAC,OAAO,CAAC,CAAC;AAClD,IAAM,iBAAiB,GAAyB;IAC9C,UAAU,EAAE,KAAK;IACjB,IAAI,EAAE,2GAA2G;IACjH,aAAa,EAAE;QACb,UAAU,CAAC,cAAc;KAC1B;IACD,eAAe,EAAE;QACf,UAAU,CAAC,WAAW;KACvB;IACD,gBAAgB,EAAE;QAChB,UAAU,CAAC,cAAc;KAC1B;IACD,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,4BAA4B;SACjD;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,aAAa;SAClC;KACF;IACD,UAAU,YAAA;CACX,CAAC;AAEF,IAAM,qBAAqB,GAAyB;IAClD,UAAU,EAAE,KAAK;IACjB,OAAO,EAAE,8BAA8B;IACvC,IAAI,EAAE,YAAY;IAClB,aAAa,EAAE;QACb,UAAU,CAAC,YAAY;KACxB;IACD,gBAAgB,EAAE;QAChB,UAAU,CAAC,cAAc;KAC1B;IACD,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,4BAA4B;SACjD;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,aAAa;SAClC;KACF;IACD,UAAU,YAAA;CACX,CAAC"}
@@ -1,158 +0,0 @@
1
- import * as msRest from "@azure/ms-rest-js";
2
- import * as msRestAzure from "@azure/ms-rest-azure-js";
3
- import * as Models from "../models";
4
- import { FrontDoorManagementClientContext } from "../frontDoorManagementClientContext";
5
- /** Class representing a NetworkExperimentProfiles. */
6
- export declare class NetworkExperimentProfiles {
7
- private readonly client;
8
- /**
9
- * Create a NetworkExperimentProfiles.
10
- * @param {FrontDoorManagementClientContext} client Reference to the service client.
11
- */
12
- constructor(client: FrontDoorManagementClientContext);
13
- /**
14
- * @summary Gets a list of Network Experiment Profiles under a subscription
15
- * @param [options] The optional parameters
16
- * @returns Promise<Models.NetworkExperimentProfilesListResponse>
17
- */
18
- list(options?: msRest.RequestOptionsBase): Promise<Models.NetworkExperimentProfilesListResponse>;
19
- /**
20
- * @param callback The callback
21
- */
22
- list(callback: msRest.ServiceCallback<Models.ProfileList>): void;
23
- /**
24
- * @param options The optional parameters
25
- * @param callback The callback
26
- */
27
- list(options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ProfileList>): void;
28
- /**
29
- * @summary Gets a list of Network Experiment Profiles within a resource group under a subscription
30
- * @param resourceGroupName Name of the Resource group within the Azure subscription.
31
- * @param [options] The optional parameters
32
- * @returns Promise<Models.NetworkExperimentProfilesListByResourceGroupResponse>
33
- */
34
- listByResourceGroup(resourceGroupName: string, options?: msRest.RequestOptionsBase): Promise<Models.NetworkExperimentProfilesListByResourceGroupResponse>;
35
- /**
36
- * @param resourceGroupName Name of the Resource group within the Azure subscription.
37
- * @param callback The callback
38
- */
39
- listByResourceGroup(resourceGroupName: string, callback: msRest.ServiceCallback<Models.ProfileList>): void;
40
- /**
41
- * @param resourceGroupName Name of the Resource group within the Azure subscription.
42
- * @param options The optional parameters
43
- * @param callback The callback
44
- */
45
- listByResourceGroup(resourceGroupName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ProfileList>): void;
46
- /**
47
- * @summary Gets an NetworkExperiment Profile by ProfileName
48
- * @param resourceGroupName Name of the Resource group within the Azure subscription.
49
- * @param profileName The Profile identifier associated with the Tenant and Partner
50
- * @param [options] The optional parameters
51
- * @returns Promise<Models.NetworkExperimentProfilesGetResponse>
52
- */
53
- get(resourceGroupName: string, profileName: string, options?: msRest.RequestOptionsBase): Promise<Models.NetworkExperimentProfilesGetResponse>;
54
- /**
55
- * @param resourceGroupName Name of the Resource group within the Azure subscription.
56
- * @param profileName The Profile identifier associated with the Tenant and Partner
57
- * @param callback The callback
58
- */
59
- get(resourceGroupName: string, profileName: string, callback: msRest.ServiceCallback<Models.Profile>): void;
60
- /**
61
- * @param resourceGroupName Name of the Resource group within the Azure subscription.
62
- * @param profileName The Profile identifier associated with the Tenant and Partner
63
- * @param options The optional parameters
64
- * @param callback The callback
65
- */
66
- get(resourceGroupName: string, profileName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Profile>): void;
67
- /**
68
- * @summary Creates an NetworkExperiment Profile
69
- * @param profileName The Profile identifier associated with the Tenant and Partner
70
- * @param resourceGroupName Name of the Resource group within the Azure subscription.
71
- * @param parameters An Network Experiment Profile
72
- * @param [options] The optional parameters
73
- * @returns Promise<Models.NetworkExperimentProfilesCreateOrUpdateResponse>
74
- */
75
- createOrUpdate(profileName: string, resourceGroupName: string, parameters: Models.Profile, options?: msRest.RequestOptionsBase): Promise<Models.NetworkExperimentProfilesCreateOrUpdateResponse>;
76
- /**
77
- * Updates an NetworkExperimentProfiles
78
- * @summary Updates an NetworkExperimentProfiles by NetworkExperimentProfile name
79
- * @param resourceGroupName Name of the Resource group within the Azure subscription.
80
- * @param profileName The Profile identifier associated with the Tenant and Partner
81
- * @param parameters The Profile Update Model
82
- * @param [options] The optional parameters
83
- * @returns Promise<Models.NetworkExperimentProfilesUpdateResponse>
84
- */
85
- update(resourceGroupName: string, profileName: string, parameters: Models.ProfileUpdateModel, options?: msRest.RequestOptionsBase): Promise<Models.NetworkExperimentProfilesUpdateResponse>;
86
- /**
87
- * @summary Deletes an NetworkExperiment Profile by ProfileName
88
- * @param resourceGroupName Name of the Resource group within the Azure subscription.
89
- * @param profileName The Profile identifier associated with the Tenant and Partner
90
- * @param [options] The optional parameters
91
- * @returns Promise<msRest.RestResponse>
92
- */
93
- deleteMethod(resourceGroupName: string, profileName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;
94
- /**
95
- * @summary Creates an NetworkExperiment Profile
96
- * @param profileName The Profile identifier associated with the Tenant and Partner
97
- * @param resourceGroupName Name of the Resource group within the Azure subscription.
98
- * @param parameters An Network Experiment Profile
99
- * @param [options] The optional parameters
100
- * @returns Promise<msRestAzure.LROPoller>
101
- */
102
- beginCreateOrUpdate(profileName: string, resourceGroupName: string, parameters: Models.Profile, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller>;
103
- /**
104
- * Updates an NetworkExperimentProfiles
105
- * @summary Updates an NetworkExperimentProfiles by NetworkExperimentProfile name
106
- * @param resourceGroupName Name of the Resource group within the Azure subscription.
107
- * @param profileName The Profile identifier associated with the Tenant and Partner
108
- * @param parameters The Profile Update Model
109
- * @param [options] The optional parameters
110
- * @returns Promise<msRestAzure.LROPoller>
111
- */
112
- beginUpdate(resourceGroupName: string, profileName: string, parameters: Models.ProfileUpdateModel, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller>;
113
- /**
114
- * @summary Deletes an NetworkExperiment Profile by ProfileName
115
- * @param resourceGroupName Name of the Resource group within the Azure subscription.
116
- * @param profileName The Profile identifier associated with the Tenant and Partner
117
- * @param [options] The optional parameters
118
- * @returns Promise<msRestAzure.LROPoller>
119
- */
120
- beginDeleteMethod(resourceGroupName: string, profileName: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller>;
121
- /**
122
- * @summary Gets a list of Network Experiment Profiles under a subscription
123
- * @param nextPageLink The NextLink from the previous successful call to List operation.
124
- * @param [options] The optional parameters
125
- * @returns Promise<Models.NetworkExperimentProfilesListNextResponse>
126
- */
127
- listNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.NetworkExperimentProfilesListNextResponse>;
128
- /**
129
- * @param nextPageLink The NextLink from the previous successful call to List operation.
130
- * @param callback The callback
131
- */
132
- listNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.ProfileList>): void;
133
- /**
134
- * @param nextPageLink The NextLink from the previous successful call to List operation.
135
- * @param options The optional parameters
136
- * @param callback The callback
137
- */
138
- listNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ProfileList>): void;
139
- /**
140
- * @summary Gets a list of Network Experiment Profiles within a resource group under a subscription
141
- * @param nextPageLink The NextLink from the previous successful call to List operation.
142
- * @param [options] The optional parameters
143
- * @returns Promise<Models.NetworkExperimentProfilesListByResourceGroupNextResponse>
144
- */
145
- listByResourceGroupNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.NetworkExperimentProfilesListByResourceGroupNextResponse>;
146
- /**
147
- * @param nextPageLink The NextLink from the previous successful call to List operation.
148
- * @param callback The callback
149
- */
150
- listByResourceGroupNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.ProfileList>): void;
151
- /**
152
- * @param nextPageLink The NextLink from the previous successful call to List operation.
153
- * @param options The optional parameters
154
- * @param callback The callback
155
- */
156
- listByResourceGroupNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ProfileList>): void;
157
- }
158
- //# sourceMappingURL=networkExperimentProfiles.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"networkExperimentProfiles.d.ts","sourceRoot":"","sources":["../../src/operations/networkExperimentProfiles.ts"],"names":[],"mappings":"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"}
@@ -1,339 +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/networkExperimentProfilesMappers";
13
- import * as Parameters from "../models/parameters";
14
- /** Class representing a NetworkExperimentProfiles. */
15
- var NetworkExperimentProfiles = /** @class */ (function () {
16
- /**
17
- * Create a NetworkExperimentProfiles.
18
- * @param {FrontDoorManagementClientContext} client Reference to the service client.
19
- */
20
- function NetworkExperimentProfiles(client) {
21
- this.client = client;
22
- }
23
- NetworkExperimentProfiles.prototype.list = function (options, callback) {
24
- return this.client.sendOperationRequest({
25
- options: options
26
- }, listOperationSpec, callback);
27
- };
28
- NetworkExperimentProfiles.prototype.listByResourceGroup = function (resourceGroupName, options, callback) {
29
- return this.client.sendOperationRequest({
30
- resourceGroupName: resourceGroupName,
31
- options: options
32
- }, listByResourceGroupOperationSpec, callback);
33
- };
34
- NetworkExperimentProfiles.prototype.get = function (resourceGroupName, profileName, options, callback) {
35
- return this.client.sendOperationRequest({
36
- resourceGroupName: resourceGroupName,
37
- profileName: profileName,
38
- options: options
39
- }, getOperationSpec, callback);
40
- };
41
- /**
42
- * @summary Creates an NetworkExperiment Profile
43
- * @param profileName The Profile identifier associated with the Tenant and Partner
44
- * @param resourceGroupName Name of the Resource group within the Azure subscription.
45
- * @param parameters An Network Experiment Profile
46
- * @param [options] The optional parameters
47
- * @returns Promise<Models.NetworkExperimentProfilesCreateOrUpdateResponse>
48
- */
49
- NetworkExperimentProfiles.prototype.createOrUpdate = function (profileName, resourceGroupName, parameters, options) {
50
- return this.beginCreateOrUpdate(profileName, resourceGroupName, parameters, options)
51
- .then(function (lroPoller) { return lroPoller.pollUntilFinished(); });
52
- };
53
- /**
54
- * Updates an NetworkExperimentProfiles
55
- * @summary Updates an NetworkExperimentProfiles by NetworkExperimentProfile name
56
- * @param resourceGroupName Name of the Resource group within the Azure subscription.
57
- * @param profileName The Profile identifier associated with the Tenant and Partner
58
- * @param parameters The Profile Update Model
59
- * @param [options] The optional parameters
60
- * @returns Promise<Models.NetworkExperimentProfilesUpdateResponse>
61
- */
62
- NetworkExperimentProfiles.prototype.update = function (resourceGroupName, profileName, parameters, options) {
63
- return this.beginUpdate(resourceGroupName, profileName, parameters, options)
64
- .then(function (lroPoller) { return lroPoller.pollUntilFinished(); });
65
- };
66
- /**
67
- * @summary Deletes an NetworkExperiment Profile by ProfileName
68
- * @param resourceGroupName Name of the Resource group within the Azure subscription.
69
- * @param profileName The Profile identifier associated with the Tenant and Partner
70
- * @param [options] The optional parameters
71
- * @returns Promise<msRest.RestResponse>
72
- */
73
- NetworkExperimentProfiles.prototype.deleteMethod = function (resourceGroupName, profileName, options) {
74
- return this.beginDeleteMethod(resourceGroupName, profileName, options)
75
- .then(function (lroPoller) { return lroPoller.pollUntilFinished(); });
76
- };
77
- /**
78
- * @summary Creates an NetworkExperiment Profile
79
- * @param profileName The Profile identifier associated with the Tenant and Partner
80
- * @param resourceGroupName Name of the Resource group within the Azure subscription.
81
- * @param parameters An Network Experiment Profile
82
- * @param [options] The optional parameters
83
- * @returns Promise<msRestAzure.LROPoller>
84
- */
85
- NetworkExperimentProfiles.prototype.beginCreateOrUpdate = function (profileName, resourceGroupName, parameters, options) {
86
- return this.client.sendLRORequest({
87
- profileName: profileName,
88
- resourceGroupName: resourceGroupName,
89
- parameters: parameters,
90
- options: options
91
- }, beginCreateOrUpdateOperationSpec, options);
92
- };
93
- /**
94
- * Updates an NetworkExperimentProfiles
95
- * @summary Updates an NetworkExperimentProfiles by NetworkExperimentProfile name
96
- * @param resourceGroupName Name of the Resource group within the Azure subscription.
97
- * @param profileName The Profile identifier associated with the Tenant and Partner
98
- * @param parameters The Profile Update Model
99
- * @param [options] The optional parameters
100
- * @returns Promise<msRestAzure.LROPoller>
101
- */
102
- NetworkExperimentProfiles.prototype.beginUpdate = function (resourceGroupName, profileName, parameters, options) {
103
- return this.client.sendLRORequest({
104
- resourceGroupName: resourceGroupName,
105
- profileName: profileName,
106
- parameters: parameters,
107
- options: options
108
- }, beginUpdateOperationSpec, options);
109
- };
110
- /**
111
- * @summary Deletes an NetworkExperiment Profile by ProfileName
112
- * @param resourceGroupName Name of the Resource group within the Azure subscription.
113
- * @param profileName The Profile identifier associated with the Tenant and Partner
114
- * @param [options] The optional parameters
115
- * @returns Promise<msRestAzure.LROPoller>
116
- */
117
- NetworkExperimentProfiles.prototype.beginDeleteMethod = function (resourceGroupName, profileName, options) {
118
- return this.client.sendLRORequest({
119
- resourceGroupName: resourceGroupName,
120
- profileName: profileName,
121
- options: options
122
- }, beginDeleteMethodOperationSpec, options);
123
- };
124
- NetworkExperimentProfiles.prototype.listNext = function (nextPageLink, options, callback) {
125
- return this.client.sendOperationRequest({
126
- nextPageLink: nextPageLink,
127
- options: options
128
- }, listNextOperationSpec, callback);
129
- };
130
- NetworkExperimentProfiles.prototype.listByResourceGroupNext = function (nextPageLink, options, callback) {
131
- return this.client.sendOperationRequest({
132
- nextPageLink: nextPageLink,
133
- options: options
134
- }, listByResourceGroupNextOperationSpec, callback);
135
- };
136
- return NetworkExperimentProfiles;
137
- }());
138
- export { NetworkExperimentProfiles };
139
- // Operation Specifications
140
- var serializer = new msRest.Serializer(Mappers);
141
- var listOperationSpec = {
142
- httpMethod: "GET",
143
- path: "subscriptions/{subscriptionId}/providers/Microsoft.Network/NetworkExperimentProfiles",
144
- urlParameters: [
145
- Parameters.subscriptionId
146
- ],
147
- queryParameters: [
148
- Parameters.apiVersion0
149
- ],
150
- headerParameters: [
151
- Parameters.acceptLanguage
152
- ],
153
- responses: {
154
- 200: {
155
- bodyMapper: Mappers.ProfileList
156
- },
157
- default: {
158
- bodyMapper: Mappers.ErrorResponse
159
- }
160
- },
161
- serializer: serializer
162
- };
163
- var listByResourceGroupOperationSpec = {
164
- httpMethod: "GET",
165
- path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/NetworkExperimentProfiles",
166
- urlParameters: [
167
- Parameters.subscriptionId,
168
- Parameters.resourceGroupName
169
- ],
170
- queryParameters: [
171
- Parameters.apiVersion0
172
- ],
173
- headerParameters: [
174
- Parameters.acceptLanguage
175
- ],
176
- responses: {
177
- 200: {
178
- bodyMapper: Mappers.ProfileList
179
- },
180
- default: {
181
- bodyMapper: Mappers.ErrorResponse
182
- }
183
- },
184
- serializer: serializer
185
- };
186
- var getOperationSpec = {
187
- httpMethod: "GET",
188
- path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/NetworkExperimentProfiles/{profileName}",
189
- urlParameters: [
190
- Parameters.subscriptionId,
191
- Parameters.resourceGroupName,
192
- Parameters.profileName
193
- ],
194
- queryParameters: [
195
- Parameters.apiVersion0
196
- ],
197
- headerParameters: [
198
- Parameters.acceptLanguage
199
- ],
200
- responses: {
201
- 200: {
202
- bodyMapper: Mappers.Profile
203
- },
204
- default: {
205
- bodyMapper: Mappers.ErrorResponse
206
- }
207
- },
208
- serializer: serializer
209
- };
210
- var beginCreateOrUpdateOperationSpec = {
211
- httpMethod: "PUT",
212
- path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/NetworkExperimentProfiles/{profileName}",
213
- urlParameters: [
214
- Parameters.profileName,
215
- Parameters.subscriptionId,
216
- Parameters.resourceGroupName
217
- ],
218
- queryParameters: [
219
- Parameters.apiVersion0
220
- ],
221
- headerParameters: [
222
- Parameters.acceptLanguage
223
- ],
224
- requestBody: {
225
- parameterPath: "parameters",
226
- mapper: __assign(__assign({}, Mappers.Profile), { required: true })
227
- },
228
- responses: {
229
- 200: {
230
- bodyMapper: Mappers.Profile
231
- },
232
- 201: {
233
- bodyMapper: Mappers.Profile
234
- },
235
- 202: {
236
- bodyMapper: Mappers.Profile
237
- },
238
- default: {
239
- bodyMapper: Mappers.ErrorResponse
240
- }
241
- },
242
- serializer: serializer
243
- };
244
- var beginUpdateOperationSpec = {
245
- httpMethod: "PATCH",
246
- path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/NetworkExperimentProfiles/{profileName}",
247
- urlParameters: [
248
- Parameters.subscriptionId,
249
- Parameters.resourceGroupName,
250
- Parameters.profileName
251
- ],
252
- queryParameters: [
253
- Parameters.apiVersion0
254
- ],
255
- headerParameters: [
256
- Parameters.acceptLanguage
257
- ],
258
- requestBody: {
259
- parameterPath: "parameters",
260
- mapper: __assign(__assign({}, Mappers.ProfileUpdateModel), { required: true })
261
- },
262
- responses: {
263
- 200: {
264
- bodyMapper: Mappers.Profile
265
- },
266
- 202: {
267
- bodyMapper: Mappers.Profile
268
- },
269
- default: {
270
- bodyMapper: Mappers.ErrorResponse
271
- }
272
- },
273
- serializer: serializer
274
- };
275
- var beginDeleteMethodOperationSpec = {
276
- httpMethod: "DELETE",
277
- path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/NetworkExperimentProfiles/{profileName}",
278
- urlParameters: [
279
- Parameters.subscriptionId,
280
- Parameters.resourceGroupName,
281
- Parameters.profileName
282
- ],
283
- queryParameters: [
284
- Parameters.apiVersion0
285
- ],
286
- headerParameters: [
287
- Parameters.acceptLanguage
288
- ],
289
- responses: {
290
- 200: {},
291
- 202: {},
292
- 204: {},
293
- default: {
294
- bodyMapper: Mappers.ErrorResponse
295
- }
296
- },
297
- serializer: serializer
298
- };
299
- var listNextOperationSpec = {
300
- httpMethod: "GET",
301
- baseUrl: "https://management.azure.com",
302
- path: "{nextLink}",
303
- urlParameters: [
304
- Parameters.nextPageLink
305
- ],
306
- headerParameters: [
307
- Parameters.acceptLanguage
308
- ],
309
- responses: {
310
- 200: {
311
- bodyMapper: Mappers.ProfileList
312
- },
313
- default: {
314
- bodyMapper: Mappers.ErrorResponse
315
- }
316
- },
317
- serializer: serializer
318
- };
319
- var listByResourceGroupNextOperationSpec = {
320
- httpMethod: "GET",
321
- baseUrl: "https://management.azure.com",
322
- path: "{nextLink}",
323
- urlParameters: [
324
- Parameters.nextPageLink
325
- ],
326
- headerParameters: [
327
- Parameters.acceptLanguage
328
- ],
329
- responses: {
330
- 200: {
331
- bodyMapper: Mappers.ProfileList
332
- },
333
- default: {
334
- bodyMapper: Mappers.ErrorResponse
335
- }
336
- },
337
- serializer: serializer
338
- };
339
- //# sourceMappingURL=networkExperimentProfiles.js.map