@azure/arm-frontdoor 3.1.0 → 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 (292) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/LICENSE +21 -0
  3. package/LICENSE.txt +1 -1
  4. package/README.md +75 -73
  5. package/dist/index.js +6728 -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/src/frontDoorManagementClient.d.ts +29 -0
  10. package/dist-esm/src/frontDoorManagementClient.d.ts.map +1 -0
  11. package/dist-esm/src/frontDoorManagementClient.js +62 -0
  12. package/dist-esm/src/frontDoorManagementClient.js.map +1 -0
  13. package/dist-esm/src/index.d.ts +5 -0
  14. package/dist-esm/src/index.d.ts.map +1 -0
  15. package/dist-esm/src/index.js +12 -0
  16. package/dist-esm/src/index.js.map +1 -0
  17. package/dist-esm/src/lroImpl.d.ts +16 -0
  18. package/dist-esm/src/lroImpl.d.ts.map +1 -0
  19. package/dist-esm/src/lroImpl.js +29 -0
  20. package/dist-esm/src/lroImpl.js.map +1 -0
  21. package/dist-esm/src/models/index.d.ts +2380 -0
  22. package/dist-esm/src/models/index.d.ts.map +1 -0
  23. package/dist-esm/src/models/index.js +399 -0
  24. package/dist-esm/src/models/index.js.map +1 -0
  25. package/dist-esm/src/models/mappers.d.ts +93 -0
  26. package/dist-esm/src/models/mappers.d.ts.map +1 -0
  27. package/dist-esm/src/models/mappers.js +3048 -0
  28. package/dist-esm/src/models/mappers.js.map +1 -0
  29. package/dist-esm/src/models/parameters.d.ts +36 -0
  30. package/dist-esm/src/models/parameters.d.ts.map +1 -0
  31. package/dist-esm/src/models/parameters.js +316 -0
  32. package/dist-esm/src/models/parameters.js.map +1 -0
  33. package/dist-esm/src/operations/endpoints.d.ts +34 -0
  34. package/dist-esm/src/operations/endpoints.d.ts.map +1 -0
  35. package/dist-esm/src/operations/endpoints.js +106 -0
  36. package/dist-esm/src/operations/endpoints.js.map +1 -0
  37. package/dist-esm/src/operations/experiments.d.ts +99 -0
  38. package/dist-esm/src/operations/experiments.d.ts.map +1 -0
  39. package/dist-esm/src/operations/experiments.js +417 -0
  40. package/dist-esm/src/operations/experiments.js.map +1 -0
  41. package/dist-esm/src/operations/frontDoorNameAvailability.d.ts +19 -0
  42. package/dist-esm/src/operations/frontDoorNameAvailability.d.ts.map +1 -0
  43. package/dist-esm/src/operations/frontDoorNameAvailability.js +49 -0
  44. package/dist-esm/src/operations/frontDoorNameAvailability.js.map +1 -0
  45. package/dist-esm/src/operations/frontDoorNameAvailabilityWithSubscription.d.ts +19 -0
  46. package/dist-esm/src/operations/frontDoorNameAvailabilityWithSubscription.d.ts.map +1 -0
  47. package/dist-esm/src/operations/frontDoorNameAvailabilityWithSubscription.js +49 -0
  48. package/dist-esm/src/operations/frontDoorNameAvailabilityWithSubscription.js.map +1 -0
  49. package/dist-esm/src/operations/frontDoors.d.ts +100 -0
  50. package/dist-esm/src/operations/frontDoors.d.ts.map +1 -0
  51. package/dist-esm/src/operations/frontDoors.js +453 -0
  52. package/dist-esm/src/operations/frontDoors.js.map +1 -0
  53. package/dist-esm/src/operations/frontendEndpoints.d.ts +81 -0
  54. package/dist-esm/src/operations/frontendEndpoints.d.ts.map +1 -0
  55. package/dist-esm/src/operations/frontendEndpoints.js +331 -0
  56. package/dist-esm/src/operations/frontendEndpoints.js.map +1 -0
  57. package/dist-esm/src/operations/index.d.ts +13 -0
  58. package/dist-esm/src/operations/index.d.ts.map +1 -0
  59. package/dist-esm/src/operations/index.js +20 -0
  60. package/dist-esm/src/operations/index.js.map +1 -0
  61. package/dist-esm/src/operations/managedRuleSets.d.ts +32 -0
  62. package/dist-esm/src/operations/managedRuleSets.d.ts.map +1 -0
  63. package/dist-esm/src/operations/managedRuleSets.js +124 -0
  64. package/dist-esm/src/operations/managedRuleSets.js.map +1 -0
  65. package/dist-esm/src/operations/networkExperimentProfiles.d.ts +107 -0
  66. package/dist-esm/src/operations/networkExperimentProfiles.d.ts.map +1 -0
  67. package/dist-esm/src/operations/networkExperimentProfiles.js +500 -0
  68. package/dist-esm/src/operations/networkExperimentProfiles.js.map +1 -0
  69. package/dist-esm/src/operations/policies.d.ts +73 -0
  70. package/dist-esm/src/operations/policies.d.ts.map +1 -0
  71. package/dist-esm/src/operations/policies.js +309 -0
  72. package/dist-esm/src/operations/policies.js.map +1 -0
  73. package/dist-esm/src/operations/preconfiguredEndpoints.d.ts +38 -0
  74. package/dist-esm/src/operations/preconfiguredEndpoints.d.ts.map +1 -0
  75. package/dist-esm/src/operations/preconfiguredEndpoints.js +137 -0
  76. package/dist-esm/src/operations/preconfiguredEndpoints.js.map +1 -0
  77. package/dist-esm/src/operations/reports.d.ts +34 -0
  78. package/dist-esm/src/operations/reports.d.ts.map +1 -0
  79. package/dist-esm/src/operations/reports.js +120 -0
  80. package/dist-esm/src/operations/reports.js.map +1 -0
  81. package/dist-esm/src/operations/rulesEngines.d.ts +83 -0
  82. package/dist-esm/src/operations/rulesEngines.d.ts.map +1 -0
  83. package/dist-esm/src/operations/rulesEngines.js +341 -0
  84. package/dist-esm/src/operations/rulesEngines.js.map +1 -0
  85. package/dist-esm/src/operationsInterfaces/endpoints.d.ts +26 -0
  86. package/dist-esm/src/operationsInterfaces/endpoints.d.ts.map +1 -0
  87. package/dist-esm/src/operationsInterfaces/endpoints.js +9 -0
  88. package/dist-esm/src/operationsInterfaces/endpoints.js.map +1 -0
  89. package/dist-esm/src/operationsInterfaces/experiments.d.ts +74 -0
  90. package/dist-esm/src/operationsInterfaces/experiments.d.ts.map +1 -0
  91. package/dist-esm/src/operationsInterfaces/experiments.js +9 -0
  92. package/dist-esm/src/operationsInterfaces/experiments.js.map +1 -0
  93. package/dist-esm/src/operationsInterfaces/frontDoorNameAvailability.d.ts +11 -0
  94. package/dist-esm/src/operationsInterfaces/frontDoorNameAvailability.d.ts.map +1 -0
  95. package/dist-esm/src/operationsInterfaces/frontDoorNameAvailability.js +9 -0
  96. package/dist-esm/src/operationsInterfaces/frontDoorNameAvailability.js.map +1 -0
  97. package/dist-esm/src/operationsInterfaces/frontDoorNameAvailabilityWithSubscription.d.ts +11 -0
  98. package/dist-esm/src/operationsInterfaces/frontDoorNameAvailabilityWithSubscription.d.ts.map +1 -0
  99. package/dist-esm/src/operationsInterfaces/frontDoorNameAvailabilityWithSubscription.js +9 -0
  100. package/dist-esm/src/operationsInterfaces/frontDoorNameAvailabilityWithSubscription.js.map +1 -0
  101. package/dist-esm/src/operationsInterfaces/frontDoors.d.ts +64 -0
  102. package/dist-esm/src/operationsInterfaces/frontDoors.d.ts.map +1 -0
  103. package/dist-esm/src/operationsInterfaces/frontDoors.js +9 -0
  104. package/dist-esm/src/operationsInterfaces/frontDoors.js.map +1 -0
  105. package/dist-esm/src/operationsInterfaces/frontendEndpoints.d.ts +56 -0
  106. package/dist-esm/src/operationsInterfaces/frontendEndpoints.d.ts.map +1 -0
  107. package/dist-esm/src/operationsInterfaces/frontendEndpoints.js +9 -0
  108. package/dist-esm/src/operationsInterfaces/frontendEndpoints.js.map +1 -0
  109. package/dist-esm/src/operationsInterfaces/index.d.ts +13 -0
  110. package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
  111. package/dist-esm/src/operationsInterfaces/index.js +20 -0
  112. package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
  113. package/dist-esm/src/operationsInterfaces/managedRuleSets.d.ts +11 -0
  114. package/dist-esm/src/operationsInterfaces/managedRuleSets.d.ts.map +1 -0
  115. package/dist-esm/src/operationsInterfaces/managedRuleSets.js +9 -0
  116. package/dist-esm/src/operationsInterfaces/managedRuleSets.js.map +1 -0
  117. package/dist-esm/src/operationsInterfaces/networkExperimentProfiles.d.ts +71 -0
  118. package/dist-esm/src/operationsInterfaces/networkExperimentProfiles.d.ts.map +1 -0
  119. package/dist-esm/src/operationsInterfaces/networkExperimentProfiles.js +9 -0
  120. package/dist-esm/src/operationsInterfaces/networkExperimentProfiles.js.map +1 -0
  121. package/dist-esm/src/operationsInterfaces/policies.d.ts +50 -0
  122. package/dist-esm/src/operationsInterfaces/policies.d.ts.map +1 -0
  123. package/dist-esm/src/operationsInterfaces/policies.js +9 -0
  124. package/dist-esm/src/operationsInterfaces/policies.js.map +1 -0
  125. package/dist-esm/src/operationsInterfaces/preconfiguredEndpoints.d.ts +13 -0
  126. package/dist-esm/src/operationsInterfaces/preconfiguredEndpoints.d.ts.map +1 -0
  127. package/dist-esm/src/operationsInterfaces/preconfiguredEndpoints.js +9 -0
  128. package/dist-esm/src/operationsInterfaces/preconfiguredEndpoints.js.map +1 -0
  129. package/dist-esm/src/operationsInterfaces/reports.d.ts +26 -0
  130. package/dist-esm/src/operationsInterfaces/reports.d.ts.map +1 -0
  131. package/dist-esm/src/operationsInterfaces/reports.js +9 -0
  132. package/dist-esm/src/operationsInterfaces/reports.js.map +1 -0
  133. package/dist-esm/src/operationsInterfaces/rulesEngines.d.ts +58 -0
  134. package/dist-esm/src/operationsInterfaces/rulesEngines.d.ts.map +1 -0
  135. package/dist-esm/src/operationsInterfaces/rulesEngines.js +9 -0
  136. package/dist-esm/src/operationsInterfaces/rulesEngines.js.map +1 -0
  137. package/dist-esm/test/sampleTest.d.ts +2 -0
  138. package/dist-esm/test/sampleTest.d.ts.map +1 -0
  139. package/dist-esm/test/sampleTest.js +40 -0
  140. package/dist-esm/test/sampleTest.js.map +1 -0
  141. package/package.json +70 -34
  142. package/review/arm-frontdoor.api.md +1910 -0
  143. package/rollup.config.js +184 -27
  144. package/src/frontDoorManagementClient.ts +124 -0
  145. package/src/index.ts +12 -0
  146. package/src/lroImpl.ts +34 -0
  147. package/src/models/index.ts +2676 -0
  148. package/src/models/mappers.ts +3311 -0
  149. package/src/models/parameters.ts +367 -0
  150. package/src/operations/endpoints.ts +150 -0
  151. package/src/operations/experiments.ts +608 -0
  152. package/src/operations/frontDoorNameAvailability.ts +68 -0
  153. package/src/operations/frontDoorNameAvailabilityWithSubscription.ts +69 -0
  154. package/src/operations/frontDoors.ts +594 -0
  155. package/src/operations/frontendEndpoints.ts +471 -0
  156. package/src/operations/index.ts +20 -0
  157. package/src/operations/managedRuleSets.ts +142 -0
  158. package/src/operations/networkExperimentProfiles.ts +672 -0
  159. package/src/operations/policies.ts +425 -0
  160. package/src/operations/preconfiguredEndpoints.ts +177 -0
  161. package/src/operations/reports.ts +160 -0
  162. package/src/operations/rulesEngines.ts +486 -0
  163. package/src/operationsInterfaces/endpoints.ts +47 -0
  164. package/src/operationsInterfaces/experiments.ts +147 -0
  165. package/src/operationsInterfaces/frontDoorNameAvailability.ts +26 -0
  166. package/src/operationsInterfaces/frontDoorNameAvailabilityWithSubscription.ts +26 -0
  167. package/src/operationsInterfaces/frontDoors.ts +122 -0
  168. package/src/operationsInterfaces/frontendEndpoints.ts +104 -0
  169. package/src/operationsInterfaces/index.ts +20 -0
  170. package/src/operationsInterfaces/managedRuleSets.ts +25 -0
  171. package/src/operationsInterfaces/networkExperimentProfiles.ts +139 -0
  172. package/src/operationsInterfaces/policies.ts +97 -0
  173. package/src/operationsInterfaces/preconfiguredEndpoints.ts +29 -0
  174. package/src/operationsInterfaces/reports.ts +57 -0
  175. package/src/operationsInterfaces/rulesEngines.ts +111 -0
  176. package/tsconfig.json +4 -4
  177. package/types/arm-frontdoor.d.ts +3127 -0
  178. package/types/tsdoc-metadata.json +11 -0
  179. package/dist/arm-frontdoor.js +0 -4289
  180. package/dist/arm-frontdoor.js.map +0 -1
  181. package/dist/arm-frontdoor.min.js +0 -1
  182. package/dist/arm-frontdoor.min.js.map +0 -1
  183. package/esm/frontDoorManagementClient.d.ts +0 -62
  184. package/esm/frontDoorManagementClient.d.ts.map +0 -1
  185. package/esm/frontDoorManagementClient.js +0 -105
  186. package/esm/frontDoorManagementClient.js.map +0 -1
  187. package/esm/frontDoorManagementClientContext.d.ts +0 -16
  188. package/esm/frontDoorManagementClientContext.d.ts.map +0 -1
  189. package/esm/frontDoorManagementClientContext.js +0 -56
  190. package/esm/frontDoorManagementClientContext.js.map +0 -1
  191. package/esm/models/backendPoolsMappers.d.ts +0 -2
  192. package/esm/models/backendPoolsMappers.d.ts.map +0 -1
  193. package/esm/models/backendPoolsMappers.js +0 -11
  194. package/esm/models/backendPoolsMappers.js.map +0 -1
  195. package/esm/models/endpointsMappers.d.ts +0 -2
  196. package/esm/models/endpointsMappers.d.ts.map +0 -1
  197. package/esm/models/endpointsMappers.js +0 -11
  198. package/esm/models/endpointsMappers.js.map +0 -1
  199. package/esm/models/frontDoorsMappers.d.ts +0 -2
  200. package/esm/models/frontDoorsMappers.d.ts.map +0 -1
  201. package/esm/models/frontDoorsMappers.js +0 -11
  202. package/esm/models/frontDoorsMappers.js.map +0 -1
  203. package/esm/models/frontendEndpointsMappers.d.ts +0 -2
  204. package/esm/models/frontendEndpointsMappers.d.ts.map +0 -1
  205. package/esm/models/frontendEndpointsMappers.js +0 -11
  206. package/esm/models/frontendEndpointsMappers.js.map +0 -1
  207. package/esm/models/healthProbeSettingsMappers.d.ts +0 -2
  208. package/esm/models/healthProbeSettingsMappers.d.ts.map +0 -1
  209. package/esm/models/healthProbeSettingsMappers.js +0 -11
  210. package/esm/models/healthProbeSettingsMappers.js.map +0 -1
  211. package/esm/models/index.d.ts +0 -2143
  212. package/esm/models/index.d.ts.map +0 -1
  213. package/esm/models/index.js +0 -10
  214. package/esm/models/index.js.map +0 -1
  215. package/esm/models/loadBalancingSettingsMappers.d.ts +0 -2
  216. package/esm/models/loadBalancingSettingsMappers.d.ts.map +0 -1
  217. package/esm/models/loadBalancingSettingsMappers.js +0 -11
  218. package/esm/models/loadBalancingSettingsMappers.js.map +0 -1
  219. package/esm/models/mappers.d.ts +0 -53
  220. package/esm/models/mappers.d.ts.map +0 -1
  221. package/esm/models/mappers.js +0 -1653
  222. package/esm/models/mappers.js.map +0 -1
  223. package/esm/models/parameters.d.ts +0 -15
  224. package/esm/models/parameters.d.ts.map +0 -1
  225. package/esm/models/parameters.js +0 -181
  226. package/esm/models/parameters.js.map +0 -1
  227. package/esm/models/policiesMappers.d.ts +0 -2
  228. package/esm/models/policiesMappers.d.ts.map +0 -1
  229. package/esm/models/policiesMappers.js +0 -11
  230. package/esm/models/policiesMappers.js.map +0 -1
  231. package/esm/models/routingRulesMappers.d.ts +0 -2
  232. package/esm/models/routingRulesMappers.d.ts.map +0 -1
  233. package/esm/models/routingRulesMappers.js +0 -11
  234. package/esm/models/routingRulesMappers.js.map +0 -1
  235. package/esm/operations/backendPools.d.ts +0 -115
  236. package/esm/operations/backendPools.d.ts.map +0 -1
  237. package/esm/operations/backendPools.js +0 -236
  238. package/esm/operations/backendPools.js.map +0 -1
  239. package/esm/operations/endpoints.d.ts +0 -36
  240. package/esm/operations/endpoints.d.ts.map +0 -1
  241. package/esm/operations/endpoints.js +0 -87
  242. package/esm/operations/endpoints.js.map +0 -1
  243. package/esm/operations/frontDoors.d.ts +0 -165
  244. package/esm/operations/frontDoors.d.ts.map +0 -1
  245. package/esm/operations/frontDoors.js +0 -315
  246. package/esm/operations/frontDoors.js.map +0 -1
  247. package/esm/operations/frontendEndpoints.d.ts +0 -153
  248. package/esm/operations/frontendEndpoints.d.ts.map +0 -1
  249. package/esm/operations/frontendEndpoints.js +0 -347
  250. package/esm/operations/frontendEndpoints.js.map +0 -1
  251. package/esm/operations/healthProbeSettings.d.ts +0 -124
  252. package/esm/operations/healthProbeSettings.d.ts.map +0 -1
  253. package/esm/operations/healthProbeSettings.js +0 -242
  254. package/esm/operations/healthProbeSettings.js.map +0 -1
  255. package/esm/operations/index.d.ts +0 -9
  256. package/esm/operations/index.d.ts.map +0 -1
  257. package/esm/operations/index.js +0 -18
  258. package/esm/operations/index.js.map +0 -1
  259. package/esm/operations/loadBalancingSettings.d.ts +0 -126
  260. package/esm/operations/loadBalancingSettings.d.ts.map +0 -1
  261. package/esm/operations/loadBalancingSettings.js +0 -244
  262. package/esm/operations/loadBalancingSettings.js.map +0 -1
  263. package/esm/operations/policies.d.ts +0 -111
  264. package/esm/operations/policies.d.ts.map +0 -1
  265. package/esm/operations/policies.js +0 -202
  266. package/esm/operations/policies.js.map +0 -1
  267. package/esm/operations/routingRules.d.ts +0 -115
  268. package/esm/operations/routingRules.d.ts.map +0 -1
  269. package/esm/operations/routingRules.js +0 -236
  270. package/esm/operations/routingRules.js.map +0 -1
  271. package/lib/frontDoorManagementClient.ts +0 -171
  272. package/lib/frontDoorManagementClientContext.ts +0 -61
  273. package/lib/models/backendPoolsMappers.ts +0 -39
  274. package/lib/models/endpointsMappers.ts +0 -16
  275. package/lib/models/frontDoorsMappers.ts +0 -41
  276. package/lib/models/frontendEndpointsMappers.ts +0 -39
  277. package/lib/models/healthProbeSettingsMappers.ts +0 -39
  278. package/lib/models/index.ts +0 -2261
  279. package/lib/models/loadBalancingSettingsMappers.ts +0 -39
  280. package/lib/models/mappers.ts +0 -1772
  281. package/lib/models/parameters.ts +0 -183
  282. package/lib/models/policiesMappers.ts +0 -40
  283. package/lib/models/routingRulesMappers.ts +0 -39
  284. package/lib/operations/backendPools.ts +0 -332
  285. package/lib/operations/endpoints.ts +0 -99
  286. package/lib/operations/frontDoors.ts +0 -481
  287. package/lib/operations/frontendEndpoints.ts +0 -458
  288. package/lib/operations/healthProbeSettings.ts +0 -341
  289. package/lib/operations/index.ts +0 -18
  290. package/lib/operations/loadBalancingSettings.ts +0 -343
  291. package/lib/operations/policies.ts +0 -315
  292. package/lib/operations/routingRules.ts +0 -332
@@ -0,0 +1,147 @@
1
+ /*
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
+ *
5
+ * Code generated by Microsoft (R) AutoRest Code Generator.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ */
8
+
9
+ import { PagedAsyncIterableIterator } from "@azure/core-paging";
10
+ import { PollerLike, PollOperationState } from "@azure/core-lro";
11
+ import {
12
+ Experiment,
13
+ ExperimentsListByProfileOptionalParams,
14
+ ExperimentsGetOptionalParams,
15
+ ExperimentsGetResponse,
16
+ ExperimentsCreateOrUpdateOptionalParams,
17
+ ExperimentsCreateOrUpdateResponse,
18
+ ExperimentUpdateModel,
19
+ ExperimentsUpdateOptionalParams,
20
+ ExperimentsUpdateResponse,
21
+ ExperimentsDeleteOptionalParams
22
+ } from "../models";
23
+
24
+ /// <reference lib="esnext.asynciterable" />
25
+ /** Interface representing a Experiments. */
26
+ export interface Experiments {
27
+ /**
28
+ * Gets a list of Experiments
29
+ * @param resourceGroupName Name of the Resource group within the Azure subscription.
30
+ * @param profileName The Profile identifier associated with the Tenant and Partner
31
+ * @param options The options parameters.
32
+ */
33
+ listByProfile(
34
+ resourceGroupName: string,
35
+ profileName: string,
36
+ options?: ExperimentsListByProfileOptionalParams
37
+ ): PagedAsyncIterableIterator<Experiment>;
38
+ /**
39
+ * Gets an Experiment by ExperimentName
40
+ * @param resourceGroupName Name of the Resource group within the Azure subscription.
41
+ * @param profileName The Profile identifier associated with the Tenant and Partner
42
+ * @param experimentName The Experiment identifier associated with the Experiment
43
+ * @param options The options parameters.
44
+ */
45
+ get(
46
+ resourceGroupName: string,
47
+ profileName: string,
48
+ experimentName: string,
49
+ options?: ExperimentsGetOptionalParams
50
+ ): Promise<ExperimentsGetResponse>;
51
+ /**
52
+ * Creates or updates an Experiment
53
+ * @param resourceGroupName Name of the Resource group within the Azure subscription.
54
+ * @param profileName The Profile identifier associated with the Tenant and Partner
55
+ * @param experimentName The Experiment identifier associated with the Experiment
56
+ * @param parameters The Experiment resource
57
+ * @param options The options parameters.
58
+ */
59
+ beginCreateOrUpdate(
60
+ resourceGroupName: string,
61
+ profileName: string,
62
+ experimentName: string,
63
+ parameters: Experiment,
64
+ options?: ExperimentsCreateOrUpdateOptionalParams
65
+ ): Promise<
66
+ PollerLike<
67
+ PollOperationState<ExperimentsCreateOrUpdateResponse>,
68
+ ExperimentsCreateOrUpdateResponse
69
+ >
70
+ >;
71
+ /**
72
+ * Creates or updates an Experiment
73
+ * @param resourceGroupName Name of the Resource group within the Azure subscription.
74
+ * @param profileName The Profile identifier associated with the Tenant and Partner
75
+ * @param experimentName The Experiment identifier associated with the Experiment
76
+ * @param parameters The Experiment resource
77
+ * @param options The options parameters.
78
+ */
79
+ beginCreateOrUpdateAndWait(
80
+ resourceGroupName: string,
81
+ profileName: string,
82
+ experimentName: string,
83
+ parameters: Experiment,
84
+ options?: ExperimentsCreateOrUpdateOptionalParams
85
+ ): Promise<ExperimentsCreateOrUpdateResponse>;
86
+ /**
87
+ * Updates an Experiment
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 experimentName The Experiment identifier associated with the Experiment
91
+ * @param parameters The Experiment Update Model
92
+ * @param options The options parameters.
93
+ */
94
+ beginUpdate(
95
+ resourceGroupName: string,
96
+ profileName: string,
97
+ experimentName: string,
98
+ parameters: ExperimentUpdateModel,
99
+ options?: ExperimentsUpdateOptionalParams
100
+ ): Promise<
101
+ PollerLike<
102
+ PollOperationState<ExperimentsUpdateResponse>,
103
+ ExperimentsUpdateResponse
104
+ >
105
+ >;
106
+ /**
107
+ * Updates an Experiment
108
+ * @param resourceGroupName Name of the Resource group within the Azure subscription.
109
+ * @param profileName The Profile identifier associated with the Tenant and Partner
110
+ * @param experimentName The Experiment identifier associated with the Experiment
111
+ * @param parameters The Experiment Update Model
112
+ * @param options The options parameters.
113
+ */
114
+ beginUpdateAndWait(
115
+ resourceGroupName: string,
116
+ profileName: string,
117
+ experimentName: string,
118
+ parameters: ExperimentUpdateModel,
119
+ options?: ExperimentsUpdateOptionalParams
120
+ ): Promise<ExperimentsUpdateResponse>;
121
+ /**
122
+ * Deletes an Experiment
123
+ * @param resourceGroupName Name of the Resource group within the Azure subscription.
124
+ * @param profileName The Profile identifier associated with the Tenant and Partner
125
+ * @param experimentName The Experiment identifier associated with the Experiment
126
+ * @param options The options parameters.
127
+ */
128
+ beginDelete(
129
+ resourceGroupName: string,
130
+ profileName: string,
131
+ experimentName: string,
132
+ options?: ExperimentsDeleteOptionalParams
133
+ ): Promise<PollerLike<PollOperationState<void>, void>>;
134
+ /**
135
+ * Deletes an Experiment
136
+ * @param resourceGroupName Name of the Resource group within the Azure subscription.
137
+ * @param profileName The Profile identifier associated with the Tenant and Partner
138
+ * @param experimentName The Experiment identifier associated with the Experiment
139
+ * @param options The options parameters.
140
+ */
141
+ beginDeleteAndWait(
142
+ resourceGroupName: string,
143
+ profileName: string,
144
+ experimentName: string,
145
+ options?: ExperimentsDeleteOptionalParams
146
+ ): Promise<void>;
147
+ }
@@ -0,0 +1,26 @@
1
+ /*
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
+ *
5
+ * Code generated by Microsoft (R) AutoRest Code Generator.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ */
8
+
9
+ import {
10
+ CheckNameAvailabilityInput,
11
+ FrontDoorNameAvailabilityCheckOptionalParams,
12
+ FrontDoorNameAvailabilityCheckResponse
13
+ } from "../models";
14
+
15
+ /** Interface representing a FrontDoorNameAvailability. */
16
+ export interface FrontDoorNameAvailability {
17
+ /**
18
+ * Check the availability of a Front Door resource name.
19
+ * @param checkFrontDoorNameAvailabilityInput Input to check.
20
+ * @param options The options parameters.
21
+ */
22
+ check(
23
+ checkFrontDoorNameAvailabilityInput: CheckNameAvailabilityInput,
24
+ options?: FrontDoorNameAvailabilityCheckOptionalParams
25
+ ): Promise<FrontDoorNameAvailabilityCheckResponse>;
26
+ }
@@ -0,0 +1,26 @@
1
+ /*
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
+ *
5
+ * Code generated by Microsoft (R) AutoRest Code Generator.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ */
8
+
9
+ import {
10
+ CheckNameAvailabilityInput,
11
+ FrontDoorNameAvailabilityWithSubscriptionCheckOptionalParams,
12
+ FrontDoorNameAvailabilityWithSubscriptionCheckResponse
13
+ } from "../models";
14
+
15
+ /** Interface representing a FrontDoorNameAvailabilityWithSubscription. */
16
+ export interface FrontDoorNameAvailabilityWithSubscription {
17
+ /**
18
+ * Check the availability of a Front Door subdomain.
19
+ * @param checkFrontDoorNameAvailabilityInput Input to check.
20
+ * @param options The options parameters.
21
+ */
22
+ check(
23
+ checkFrontDoorNameAvailabilityInput: CheckNameAvailabilityInput,
24
+ options?: FrontDoorNameAvailabilityWithSubscriptionCheckOptionalParams
25
+ ): Promise<FrontDoorNameAvailabilityWithSubscriptionCheckResponse>;
26
+ }
@@ -0,0 +1,122 @@
1
+ /*
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
+ *
5
+ * Code generated by Microsoft (R) AutoRest Code Generator.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ */
8
+
9
+ import { PagedAsyncIterableIterator } from "@azure/core-paging";
10
+ import { PollerLike, PollOperationState } from "@azure/core-lro";
11
+ import {
12
+ FrontDoor,
13
+ FrontDoorsListOptionalParams,
14
+ FrontDoorsListByResourceGroupOptionalParams,
15
+ FrontDoorsGetOptionalParams,
16
+ FrontDoorsGetResponse,
17
+ FrontDoorsCreateOrUpdateOptionalParams,
18
+ FrontDoorsCreateOrUpdateResponse,
19
+ FrontDoorsDeleteOptionalParams,
20
+ ValidateCustomDomainInput,
21
+ FrontDoorsValidateCustomDomainOptionalParams,
22
+ FrontDoorsValidateCustomDomainResponse
23
+ } from "../models";
24
+
25
+ /// <reference lib="esnext.asynciterable" />
26
+ /** Interface representing a FrontDoors. */
27
+ export interface FrontDoors {
28
+ /**
29
+ * Lists all of the Front Doors within an Azure subscription.
30
+ * @param options The options parameters.
31
+ */
32
+ list(
33
+ options?: FrontDoorsListOptionalParams
34
+ ): PagedAsyncIterableIterator<FrontDoor>;
35
+ /**
36
+ * Lists all of the Front Doors within a resource group under a subscription.
37
+ * @param resourceGroupName Name of the Resource group within the Azure subscription.
38
+ * @param options The options parameters.
39
+ */
40
+ listByResourceGroup(
41
+ resourceGroupName: string,
42
+ options?: FrontDoorsListByResourceGroupOptionalParams
43
+ ): PagedAsyncIterableIterator<FrontDoor>;
44
+ /**
45
+ * Gets a Front Door with the specified Front Door name under the specified subscription and resource
46
+ * group.
47
+ * @param resourceGroupName Name of the Resource group within the Azure subscription.
48
+ * @param frontDoorName Name of the Front Door which is globally unique.
49
+ * @param options The options parameters.
50
+ */
51
+ get(
52
+ resourceGroupName: string,
53
+ frontDoorName: string,
54
+ options?: FrontDoorsGetOptionalParams
55
+ ): Promise<FrontDoorsGetResponse>;
56
+ /**
57
+ * Creates a new Front Door with a Front Door name under the specified subscription and resource group.
58
+ * @param resourceGroupName Name of the Resource group within the Azure subscription.
59
+ * @param frontDoorName Name of the Front Door which is globally unique.
60
+ * @param frontDoorParameters Front Door properties needed to create a new Front Door.
61
+ * @param options The options parameters.
62
+ */
63
+ beginCreateOrUpdate(
64
+ resourceGroupName: string,
65
+ frontDoorName: string,
66
+ frontDoorParameters: FrontDoor,
67
+ options?: FrontDoorsCreateOrUpdateOptionalParams
68
+ ): Promise<
69
+ PollerLike<
70
+ PollOperationState<FrontDoorsCreateOrUpdateResponse>,
71
+ FrontDoorsCreateOrUpdateResponse
72
+ >
73
+ >;
74
+ /**
75
+ * Creates a new Front Door with a Front Door name under the specified subscription and resource group.
76
+ * @param resourceGroupName Name of the Resource group within the Azure subscription.
77
+ * @param frontDoorName Name of the Front Door which is globally unique.
78
+ * @param frontDoorParameters Front Door properties needed to create a new Front Door.
79
+ * @param options The options parameters.
80
+ */
81
+ beginCreateOrUpdateAndWait(
82
+ resourceGroupName: string,
83
+ frontDoorName: string,
84
+ frontDoorParameters: FrontDoor,
85
+ options?: FrontDoorsCreateOrUpdateOptionalParams
86
+ ): Promise<FrontDoorsCreateOrUpdateResponse>;
87
+ /**
88
+ * Deletes an existing Front Door with the specified parameters.
89
+ * @param resourceGroupName Name of the Resource group within the Azure subscription.
90
+ * @param frontDoorName Name of the Front Door which is globally unique.
91
+ * @param options The options parameters.
92
+ */
93
+ beginDelete(
94
+ resourceGroupName: string,
95
+ frontDoorName: string,
96
+ options?: FrontDoorsDeleteOptionalParams
97
+ ): Promise<PollerLike<PollOperationState<void>, void>>;
98
+ /**
99
+ * Deletes an existing Front Door with the specified parameters.
100
+ * @param resourceGroupName Name of the Resource group within the Azure subscription.
101
+ * @param frontDoorName Name of the Front Door which is globally unique.
102
+ * @param options The options parameters.
103
+ */
104
+ beginDeleteAndWait(
105
+ resourceGroupName: string,
106
+ frontDoorName: string,
107
+ options?: FrontDoorsDeleteOptionalParams
108
+ ): Promise<void>;
109
+ /**
110
+ * Validates the custom domain mapping to ensure it maps to the correct Front Door endpoint in DNS.
111
+ * @param resourceGroupName Name of the Resource group within the Azure subscription.
112
+ * @param frontDoorName Name of the Front Door which is globally unique.
113
+ * @param customDomainProperties Custom domain to be validated.
114
+ * @param options The options parameters.
115
+ */
116
+ validateCustomDomain(
117
+ resourceGroupName: string,
118
+ frontDoorName: string,
119
+ customDomainProperties: ValidateCustomDomainInput,
120
+ options?: FrontDoorsValidateCustomDomainOptionalParams
121
+ ): Promise<FrontDoorsValidateCustomDomainResponse>;
122
+ }
@@ -0,0 +1,104 @@
1
+ /*
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
+ *
5
+ * Code generated by Microsoft (R) AutoRest Code Generator.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ */
8
+
9
+ import { PagedAsyncIterableIterator } from "@azure/core-paging";
10
+ import { PollerLike, PollOperationState } from "@azure/core-lro";
11
+ import {
12
+ FrontendEndpoint,
13
+ FrontendEndpointsListByFrontDoorOptionalParams,
14
+ FrontendEndpointsGetOptionalParams,
15
+ FrontendEndpointsGetResponse,
16
+ CustomHttpsConfiguration,
17
+ FrontendEndpointsEnableHttpsOptionalParams,
18
+ FrontendEndpointsDisableHttpsOptionalParams
19
+ } from "../models";
20
+
21
+ /// <reference lib="esnext.asynciterable" />
22
+ /** Interface representing a FrontendEndpoints. */
23
+ export interface FrontendEndpoints {
24
+ /**
25
+ * Lists all of the frontend endpoints within a Front Door.
26
+ * @param resourceGroupName Name of the Resource group within the Azure subscription.
27
+ * @param frontDoorName Name of the Front Door which is globally unique.
28
+ * @param options The options parameters.
29
+ */
30
+ listByFrontDoor(
31
+ resourceGroupName: string,
32
+ frontDoorName: string,
33
+ options?: FrontendEndpointsListByFrontDoorOptionalParams
34
+ ): PagedAsyncIterableIterator<FrontendEndpoint>;
35
+ /**
36
+ * Gets a Frontend endpoint with the specified name within the specified Front Door.
37
+ * @param resourceGroupName Name of the Resource group within the Azure subscription.
38
+ * @param frontDoorName Name of the Front Door which is globally unique.
39
+ * @param frontendEndpointName Name of the Frontend endpoint which is unique within the Front Door.
40
+ * @param options The options parameters.
41
+ */
42
+ get(
43
+ resourceGroupName: string,
44
+ frontDoorName: string,
45
+ frontendEndpointName: string,
46
+ options?: FrontendEndpointsGetOptionalParams
47
+ ): Promise<FrontendEndpointsGetResponse>;
48
+ /**
49
+ * Enables a frontendEndpoint for HTTPS traffic
50
+ * @param resourceGroupName Name of the Resource group within the Azure subscription.
51
+ * @param frontDoorName Name of the Front Door which is globally unique.
52
+ * @param frontendEndpointName Name of the Frontend endpoint which is unique within the Front Door.
53
+ * @param customHttpsConfiguration The configuration specifying how to enable HTTPS
54
+ * @param options The options parameters.
55
+ */
56
+ beginEnableHttps(
57
+ resourceGroupName: string,
58
+ frontDoorName: string,
59
+ frontendEndpointName: string,
60
+ customHttpsConfiguration: CustomHttpsConfiguration,
61
+ options?: FrontendEndpointsEnableHttpsOptionalParams
62
+ ): Promise<PollerLike<PollOperationState<void>, void>>;
63
+ /**
64
+ * Enables a frontendEndpoint for HTTPS traffic
65
+ * @param resourceGroupName Name of the Resource group within the Azure subscription.
66
+ * @param frontDoorName Name of the Front Door which is globally unique.
67
+ * @param frontendEndpointName Name of the Frontend endpoint which is unique within the Front Door.
68
+ * @param customHttpsConfiguration The configuration specifying how to enable HTTPS
69
+ * @param options The options parameters.
70
+ */
71
+ beginEnableHttpsAndWait(
72
+ resourceGroupName: string,
73
+ frontDoorName: string,
74
+ frontendEndpointName: string,
75
+ customHttpsConfiguration: CustomHttpsConfiguration,
76
+ options?: FrontendEndpointsEnableHttpsOptionalParams
77
+ ): Promise<void>;
78
+ /**
79
+ * Disables a frontendEndpoint for HTTPS traffic
80
+ * @param resourceGroupName Name of the Resource group within the Azure subscription.
81
+ * @param frontDoorName Name of the Front Door which is globally unique.
82
+ * @param frontendEndpointName Name of the Frontend endpoint which is unique within the Front Door.
83
+ * @param options The options parameters.
84
+ */
85
+ beginDisableHttps(
86
+ resourceGroupName: string,
87
+ frontDoorName: string,
88
+ frontendEndpointName: string,
89
+ options?: FrontendEndpointsDisableHttpsOptionalParams
90
+ ): Promise<PollerLike<PollOperationState<void>, void>>;
91
+ /**
92
+ * Disables a frontendEndpoint for HTTPS traffic
93
+ * @param resourceGroupName Name of the Resource group within the Azure subscription.
94
+ * @param frontDoorName Name of the Front Door which is globally unique.
95
+ * @param frontendEndpointName Name of the Frontend endpoint which is unique within the Front Door.
96
+ * @param options The options parameters.
97
+ */
98
+ beginDisableHttpsAndWait(
99
+ resourceGroupName: string,
100
+ frontDoorName: string,
101
+ frontendEndpointName: string,
102
+ options?: FrontendEndpointsDisableHttpsOptionalParams
103
+ ): Promise<void>;
104
+ }
@@ -0,0 +1,20 @@
1
+ /*
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
+ *
5
+ * Code generated by Microsoft (R) AutoRest Code Generator.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ */
8
+
9
+ export * from "./networkExperimentProfiles";
10
+ export * from "./preconfiguredEndpoints";
11
+ export * from "./experiments";
12
+ export * from "./reports";
13
+ export * from "./frontDoorNameAvailability";
14
+ export * from "./frontDoorNameAvailabilityWithSubscription";
15
+ export * from "./frontDoors";
16
+ export * from "./frontendEndpoints";
17
+ export * from "./endpoints";
18
+ export * from "./rulesEngines";
19
+ export * from "./policies";
20
+ export * from "./managedRuleSets";
@@ -0,0 +1,25 @@
1
+ /*
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
+ *
5
+ * Code generated by Microsoft (R) AutoRest Code Generator.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ */
8
+
9
+ import { PagedAsyncIterableIterator } from "@azure/core-paging";
10
+ import {
11
+ ManagedRuleSetDefinition,
12
+ ManagedRuleSetsListOptionalParams
13
+ } from "../models";
14
+
15
+ /// <reference lib="esnext.asynciterable" />
16
+ /** Interface representing a ManagedRuleSets. */
17
+ export interface ManagedRuleSets {
18
+ /**
19
+ * Lists all available managed rule sets.
20
+ * @param options The options parameters.
21
+ */
22
+ list(
23
+ options?: ManagedRuleSetsListOptionalParams
24
+ ): PagedAsyncIterableIterator<ManagedRuleSetDefinition>;
25
+ }
@@ -0,0 +1,139 @@
1
+ /*
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
+ *
5
+ * Code generated by Microsoft (R) AutoRest Code Generator.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ */
8
+
9
+ import { PagedAsyncIterableIterator } from "@azure/core-paging";
10
+ import { PollerLike, PollOperationState } from "@azure/core-lro";
11
+ import {
12
+ Profile,
13
+ NetworkExperimentProfilesListOptionalParams,
14
+ NetworkExperimentProfilesListByResourceGroupOptionalParams,
15
+ NetworkExperimentProfilesGetOptionalParams,
16
+ NetworkExperimentProfilesGetResponse,
17
+ NetworkExperimentProfilesCreateOrUpdateOptionalParams,
18
+ NetworkExperimentProfilesCreateOrUpdateResponse,
19
+ ProfileUpdateModel,
20
+ NetworkExperimentProfilesUpdateOptionalParams,
21
+ NetworkExperimentProfilesUpdateResponse,
22
+ NetworkExperimentProfilesDeleteOptionalParams
23
+ } from "../models";
24
+
25
+ /// <reference lib="esnext.asynciterable" />
26
+ /** Interface representing a NetworkExperimentProfiles. */
27
+ export interface NetworkExperimentProfiles {
28
+ /**
29
+ * Gets a list of Network Experiment Profiles under a subscription
30
+ * @param options The options parameters.
31
+ */
32
+ list(
33
+ options?: NetworkExperimentProfilesListOptionalParams
34
+ ): PagedAsyncIterableIterator<Profile>;
35
+ /**
36
+ * Gets a list of Network Experiment Profiles within a resource group under a subscription
37
+ * @param resourceGroupName Name of the Resource group within the Azure subscription.
38
+ * @param options The options parameters.
39
+ */
40
+ listByResourceGroup(
41
+ resourceGroupName: string,
42
+ options?: NetworkExperimentProfilesListByResourceGroupOptionalParams
43
+ ): PagedAsyncIterableIterator<Profile>;
44
+ /**
45
+ * Gets an NetworkExperiment Profile by ProfileName
46
+ * @param resourceGroupName Name of the Resource group within the Azure subscription.
47
+ * @param profileName The Profile identifier associated with the Tenant and Partner
48
+ * @param options The options parameters.
49
+ */
50
+ get(
51
+ resourceGroupName: string,
52
+ profileName: string,
53
+ options?: NetworkExperimentProfilesGetOptionalParams
54
+ ): Promise<NetworkExperimentProfilesGetResponse>;
55
+ /**
56
+ * Creates an NetworkExperiment Profile
57
+ * @param profileName The Profile identifier associated with the Tenant and Partner
58
+ * @param resourceGroupName Name of the Resource group within the Azure subscription.
59
+ * @param parameters An Network Experiment Profile
60
+ * @param options The options parameters.
61
+ */
62
+ beginCreateOrUpdate(
63
+ profileName: string,
64
+ resourceGroupName: string,
65
+ parameters: Profile,
66
+ options?: NetworkExperimentProfilesCreateOrUpdateOptionalParams
67
+ ): Promise<
68
+ PollerLike<
69
+ PollOperationState<NetworkExperimentProfilesCreateOrUpdateResponse>,
70
+ NetworkExperimentProfilesCreateOrUpdateResponse
71
+ >
72
+ >;
73
+ /**
74
+ * Creates an NetworkExperiment Profile
75
+ * @param profileName The Profile identifier associated with the Tenant and Partner
76
+ * @param resourceGroupName Name of the Resource group within the Azure subscription.
77
+ * @param parameters An Network Experiment Profile
78
+ * @param options The options parameters.
79
+ */
80
+ beginCreateOrUpdateAndWait(
81
+ profileName: string,
82
+ resourceGroupName: string,
83
+ parameters: Profile,
84
+ options?: NetworkExperimentProfilesCreateOrUpdateOptionalParams
85
+ ): Promise<NetworkExperimentProfilesCreateOrUpdateResponse>;
86
+ /**
87
+ * Updates an NetworkExperimentProfiles
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 parameters The Profile Update Model
91
+ * @param options The options parameters.
92
+ */
93
+ beginUpdate(
94
+ resourceGroupName: string,
95
+ profileName: string,
96
+ parameters: ProfileUpdateModel,
97
+ options?: NetworkExperimentProfilesUpdateOptionalParams
98
+ ): Promise<
99
+ PollerLike<
100
+ PollOperationState<NetworkExperimentProfilesUpdateResponse>,
101
+ NetworkExperimentProfilesUpdateResponse
102
+ >
103
+ >;
104
+ /**
105
+ * Updates an NetworkExperimentProfiles
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 options parameters.
110
+ */
111
+ beginUpdateAndWait(
112
+ resourceGroupName: string,
113
+ profileName: string,
114
+ parameters: ProfileUpdateModel,
115
+ options?: NetworkExperimentProfilesUpdateOptionalParams
116
+ ): Promise<NetworkExperimentProfilesUpdateResponse>;
117
+ /**
118
+ * Deletes an NetworkExperiment Profile by ProfileName
119
+ * @param resourceGroupName Name of the Resource group within the Azure subscription.
120
+ * @param profileName The Profile identifier associated with the Tenant and Partner
121
+ * @param options The options parameters.
122
+ */
123
+ beginDelete(
124
+ resourceGroupName: string,
125
+ profileName: string,
126
+ options?: NetworkExperimentProfilesDeleteOptionalParams
127
+ ): Promise<PollerLike<PollOperationState<void>, void>>;
128
+ /**
129
+ * Deletes an NetworkExperiment Profile by ProfileName
130
+ * @param resourceGroupName Name of the Resource group within the Azure subscription.
131
+ * @param profileName The Profile identifier associated with the Tenant and Partner
132
+ * @param options The options parameters.
133
+ */
134
+ beginDeleteAndWait(
135
+ resourceGroupName: string,
136
+ profileName: string,
137
+ options?: NetworkExperimentProfilesDeleteOptionalParams
138
+ ): Promise<void>;
139
+ }