@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
@@ -0,0 +1,47 @@
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 { PollerLike, PollOperationState } from "@azure/core-lro";
10
+ import {
11
+ PurgeParameters,
12
+ EndpointsPurgeContentOptionalParams
13
+ } from "../models";
14
+
15
+ /** Interface representing a Endpoints. */
16
+ export interface Endpoints {
17
+ /**
18
+ * Removes a content from Front Door.
19
+ * @param resourceGroupName Name of the Resource group within the Azure subscription.
20
+ * @param frontDoorName Name of the Front Door which is globally unique.
21
+ * @param contentFilePaths The path to the content to be purged. Path can be a full URL, e.g.
22
+ * '/pictures/city.png' which removes a single file, or a directory with a wildcard, e.g. '/pictures/*'
23
+ * which removes all folders and files in the directory.
24
+ * @param options The options parameters.
25
+ */
26
+ beginPurgeContent(
27
+ resourceGroupName: string,
28
+ frontDoorName: string,
29
+ contentFilePaths: PurgeParameters,
30
+ options?: EndpointsPurgeContentOptionalParams
31
+ ): Promise<PollerLike<PollOperationState<void>, void>>;
32
+ /**
33
+ * Removes a content from Front Door.
34
+ * @param resourceGroupName Name of the Resource group within the Azure subscription.
35
+ * @param frontDoorName Name of the Front Door which is globally unique.
36
+ * @param contentFilePaths The path to the content to be purged. Path can be a full URL, e.g.
37
+ * '/pictures/city.png' which removes a single file, or a directory with a wildcard, e.g. '/pictures/*'
38
+ * which removes all folders and files in the directory.
39
+ * @param options The options parameters.
40
+ */
41
+ beginPurgeContentAndWait(
42
+ resourceGroupName: string,
43
+ frontDoorName: string,
44
+ contentFilePaths: PurgeParameters,
45
+ options?: EndpointsPurgeContentOptionalParams
46
+ ): Promise<void>;
47
+ }
@@ -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
+ }
@@ -1,20 +1,20 @@
1
1
  /*
2
- * Copyright (c) Microsoft Corporation. All rights reserved.
3
- * Licensed under the MIT License. See License.txt in the project root for
4
- * license information.
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
5
4
  *
6
5
  * Code generated by Microsoft (R) AutoRest Code Generator.
7
- * Changes may cause incorrect behavior and will be lost if the code is
8
- * regenerated.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
9
7
  */
8
+
10
9
  export * from "./networkExperimentProfiles";
11
10
  export * from "./preconfiguredEndpoints";
12
11
  export * from "./experiments";
13
12
  export * from "./reports";
13
+ export * from "./frontDoorNameAvailability";
14
+ export * from "./frontDoorNameAvailabilityWithSubscription";
14
15
  export * from "./frontDoors";
15
16
  export * from "./frontendEndpoints";
16
17
  export * from "./endpoints";
17
18
  export * from "./rulesEngines";
18
19
  export * from "./policies";
19
20
  export * from "./managedRuleSets";
20
- //# sourceMappingURL=index.js.map
@@ -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
+ }