@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
@@ -1,2261 +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
-
11
- import { BaseResource, CloudError, AzureServiceClientOptions } from "@azure/ms-rest-azure-js";
12
- import * as msRest from "@azure/ms-rest-js";
13
-
14
- export { BaseResource, CloudError };
15
-
16
-
17
- /**
18
- * @interface
19
- * An interface representing Resource.
20
- * Common resource representation.
21
- *
22
- * @extends BaseResource
23
- */
24
- export interface Resource extends BaseResource {
25
- /**
26
- * @member {string} [id] Resource ID.
27
- * **NOTE: This property will not be serialized. It can only be populated by
28
- * the server.**
29
- */
30
- readonly id?: string;
31
- /**
32
- * @member {string} [name] Resource name.
33
- * **NOTE: This property will not be serialized. It can only be populated by
34
- * the server.**
35
- */
36
- readonly name?: string;
37
- /**
38
- * @member {string} [type] Resource type.
39
- * **NOTE: This property will not be serialized. It can only be populated by
40
- * the server.**
41
- */
42
- readonly type?: string;
43
- /**
44
- * @member {string} [location] Resource location.
45
- */
46
- location?: string;
47
- /**
48
- * @member {{ [propertyName: string]: string }} [tags] Resource tags.
49
- */
50
- tags?: { [propertyName: string]: string };
51
- }
52
-
53
- /**
54
- * @interface
55
- * An interface representing FrontDoor.
56
- * Front Door represents a collection of backend endpoints to route traffic to
57
- * along with rules that specify how traffic is sent there.
58
- *
59
- * @extends Resource
60
- */
61
- export interface FrontDoor extends Resource {
62
- /**
63
- * @member {string} [friendlyName] A friendly name for the frontDoor
64
- */
65
- friendlyName?: string;
66
- /**
67
- * @member {RoutingRule[]} [routingRules] Routing rules associated with this
68
- * Front Door.
69
- */
70
- routingRules?: RoutingRule[];
71
- /**
72
- * @member {LoadBalancingSettingsModel[]} [loadBalancingSettings] Load
73
- * balancing settings associated with this Front Door instance.
74
- */
75
- loadBalancingSettings?: LoadBalancingSettingsModel[];
76
- /**
77
- * @member {HealthProbeSettingsModel[]} [healthProbeSettings] Health probe
78
- * settings associated with this Front Door instance.
79
- */
80
- healthProbeSettings?: HealthProbeSettingsModel[];
81
- /**
82
- * @member {BackendPool[]} [backendPools] Backend pools available to routing
83
- * rules.
84
- */
85
- backendPools?: BackendPool[];
86
- /**
87
- * @member {FrontendEndpoint[]} [frontendEndpoints] Frontend endpoints
88
- * available to routing rules.
89
- */
90
- frontendEndpoints?: FrontendEndpoint[];
91
- /**
92
- * @member {FrontDoorEnabledState} [enabledState] Operational status of the
93
- * Front Door load balancer. Permitted values are 'Enabled' or 'Disabled'.
94
- * Possible values include: 'Enabled', 'Disabled'
95
- */
96
- enabledState?: FrontDoorEnabledState;
97
- /**
98
- * @member {FrontDoorResourceState} [resourceState] Resource status of the
99
- * Front Door. Possible values include: 'Creating', 'Enabling', 'Enabled',
100
- * 'Disabling', 'Disabled', 'Deleting'
101
- */
102
- resourceState?: FrontDoorResourceState;
103
- /**
104
- * @member {string} [provisioningState] Provisioning state of the Front Door.
105
- * **NOTE: This property will not be serialized. It can only be populated by
106
- * the server.**
107
- */
108
- readonly provisioningState?: string;
109
- /**
110
- * @member {string} [cname] The host that each frontendEndpoint must CNAME
111
- * to.
112
- * **NOTE: This property will not be serialized. It can only be populated by
113
- * the server.**
114
- */
115
- readonly cname?: string;
116
- }
117
-
118
- /**
119
- * @interface
120
- * An interface representing SubResource.
121
- * Reference to another subresource.
122
- *
123
- * @extends BaseResource
124
- */
125
- export interface SubResource extends BaseResource {
126
- /**
127
- * @member {string} [id] Resource ID.
128
- */
129
- id?: string;
130
- }
131
-
132
- /**
133
- * @interface
134
- * An interface representing RoutingRule.
135
- * A routing rule represents a specification for traffic to treat and where to
136
- * send it, along with health probe information.
137
- *
138
- * @extends SubResource
139
- */
140
- export interface RoutingRule extends SubResource {
141
- /**
142
- * @member {SubResource[]} [frontendEndpoints] Frontend endpoints associated
143
- * with this rule
144
- */
145
- frontendEndpoints?: SubResource[];
146
- /**
147
- * @member {FrontDoorProtocol[]} [acceptedProtocols] Protocol schemes to
148
- * match for this rule
149
- */
150
- acceptedProtocols?: FrontDoorProtocol[];
151
- /**
152
- * @member {string[]} [patternsToMatch] The route patterns of the rule.
153
- */
154
- patternsToMatch?: string[];
155
- /**
156
- * @member {string} [customForwardingPath] A custom path used to rewrite
157
- * resource paths matched by this rule. Leave empty to use incoming path.
158
- */
159
- customForwardingPath?: string;
160
- /**
161
- * @member {FrontDoorForwardingProtocol} [forwardingProtocol] Protocol this
162
- * rule will use when forwarding traffic to backends. Possible values
163
- * include: 'HttpOnly', 'HttpsOnly', 'MatchRequest'
164
- */
165
- forwardingProtocol?: FrontDoorForwardingProtocol;
166
- /**
167
- * @member {CacheConfiguration} [cacheConfiguration] The caching
168
- * configuration associated with this rule.
169
- */
170
- cacheConfiguration?: CacheConfiguration;
171
- /**
172
- * @member {SubResource} [backendPool] A reference to the BackendPool which
173
- * this rule routes to.
174
- */
175
- backendPool?: SubResource;
176
- /**
177
- * @member {FrontDoorEnabledState} [enabledState] Whether to enable use of
178
- * this rule. Permitted values are 'Enabled' or 'Disabled'. Possible values
179
- * include: 'Enabled', 'Disabled'
180
- */
181
- enabledState?: FrontDoorEnabledState;
182
- /**
183
- * @member {FrontDoorResourceState} [resourceState] Resource status. Possible
184
- * values include: 'Creating', 'Enabling', 'Enabled', 'Disabling',
185
- * 'Disabled', 'Deleting'
186
- */
187
- resourceState?: FrontDoorResourceState;
188
- /**
189
- * @member {string} [name] Resource name.
190
- */
191
- name?: string;
192
- /**
193
- * @member {string} [type] Resource type.
194
- * **NOTE: This property will not be serialized. It can only be populated by
195
- * the server.**
196
- */
197
- readonly type?: string;
198
- }
199
-
200
- /**
201
- * @interface
202
- * An interface representing LoadBalancingSettingsModel.
203
- * Load balancing settings for a backend pool
204
- *
205
- * @extends SubResource
206
- */
207
- export interface LoadBalancingSettingsModel extends SubResource {
208
- /**
209
- * @member {number} [sampleSize] The number of samples to consider for load
210
- * balancing decisions
211
- */
212
- sampleSize?: number;
213
- /**
214
- * @member {number} [successfulSamplesRequired] The number of samples within
215
- * the sample period that must succeed
216
- */
217
- successfulSamplesRequired?: number;
218
- /**
219
- * @member {number} [additionalLatencyMilliseconds] The additional latency in
220
- * milliseconds for probes to fall into the lowest latency bucket
221
- */
222
- additionalLatencyMilliseconds?: number;
223
- /**
224
- * @member {FrontDoorResourceState} [resourceState] Resource status. Possible
225
- * values include: 'Creating', 'Enabling', 'Enabled', 'Disabling',
226
- * 'Disabled', 'Deleting'
227
- */
228
- resourceState?: FrontDoorResourceState;
229
- /**
230
- * @member {string} [name] Resource name.
231
- */
232
- name?: string;
233
- /**
234
- * @member {string} [type] Resource type.
235
- * **NOTE: This property will not be serialized. It can only be populated by
236
- * the server.**
237
- */
238
- readonly type?: string;
239
- }
240
-
241
- /**
242
- * @interface
243
- * An interface representing HealthProbeSettingsModel.
244
- * Load balancing settings for a backend pool
245
- *
246
- * @extends SubResource
247
- */
248
- export interface HealthProbeSettingsModel extends SubResource {
249
- /**
250
- * @member {string} [path] The path to use for the health probe. Default is /
251
- */
252
- path?: string;
253
- /**
254
- * @member {FrontDoorProtocol} [protocol] Protocol scheme to use for this
255
- * probe. Possible values include: 'Http', 'Https'
256
- */
257
- protocol?: FrontDoorProtocol;
258
- /**
259
- * @member {number} [intervalInSeconds] The number of seconds between health
260
- * probes.
261
- */
262
- intervalInSeconds?: number;
263
- /**
264
- * @member {FrontDoorResourceState} [resourceState] Resource status. Possible
265
- * values include: 'Creating', 'Enabling', 'Enabled', 'Disabling',
266
- * 'Disabled', 'Deleting'
267
- */
268
- resourceState?: FrontDoorResourceState;
269
- /**
270
- * @member {string} [name] Resource name.
271
- */
272
- name?: string;
273
- /**
274
- * @member {string} [type] Resource type.
275
- * **NOTE: This property will not be serialized. It can only be populated by
276
- * the server.**
277
- */
278
- readonly type?: string;
279
- }
280
-
281
- /**
282
- * @interface
283
- * An interface representing BackendPool.
284
- * A backend pool is a collection of backends that can be routed to.
285
- *
286
- * @extends SubResource
287
- */
288
- export interface BackendPool extends SubResource {
289
- /**
290
- * @member {Backend[]} [backends] The set of backends for this pool
291
- */
292
- backends?: Backend[];
293
- /**
294
- * @member {SubResource} [loadBalancingSettings] Load balancing settings for
295
- * a backend pool
296
- */
297
- loadBalancingSettings?: SubResource;
298
- /**
299
- * @member {SubResource} [healthProbeSettings] L7 health probe settings for a
300
- * backend pool
301
- */
302
- healthProbeSettings?: SubResource;
303
- /**
304
- * @member {FrontDoorResourceState} [resourceState] Resource status. Possible
305
- * values include: 'Creating', 'Enabling', 'Enabled', 'Disabling',
306
- * 'Disabled', 'Deleting'
307
- */
308
- resourceState?: FrontDoorResourceState;
309
- /**
310
- * @member {string} [name] Resource name.
311
- */
312
- name?: string;
313
- /**
314
- * @member {string} [type] Resource type.
315
- * **NOTE: This property will not be serialized. It can only be populated by
316
- * the server.**
317
- */
318
- readonly type?: string;
319
- }
320
-
321
- /**
322
- * @interface
323
- * An interface representing KeyVaultCertificateSourceParametersVault.
324
- * The Key Vault containing the SSL certificate
325
- *
326
- */
327
- export interface KeyVaultCertificateSourceParametersVault {
328
- /**
329
- * @member {string} [id] Resource ID.
330
- */
331
- id?: string;
332
- }
333
-
334
- /**
335
- * @interface
336
- * An interface representing CustomHttpsConfiguration.
337
- * Https settings for a domain
338
- *
339
- */
340
- export interface CustomHttpsConfiguration {
341
- /**
342
- * @member {FrontDoorCertificateSource} [certificateSource] Defines the
343
- * source of the SSL certificate. Possible values include: 'AzureKeyVault',
344
- * 'FrontDoor'
345
- */
346
- certificateSource?: FrontDoorCertificateSource;
347
- /**
348
- * @member {FrontDoorTlsProtocolType} [protocolType] Defines the TLS
349
- * extension protocol that is used for secure delivery. Possible values
350
- * include: 'ServerNameIndication'
351
- */
352
- protocolType?: FrontDoorTlsProtocolType;
353
- /**
354
- * @member {KeyVaultCertificateSourceParametersVault} [vault] The Key Vault
355
- * containing the SSL certificate
356
- */
357
- vault?: KeyVaultCertificateSourceParametersVault;
358
- /**
359
- * @member {string} [secretName] The name of the Key Vault secret
360
- * representing the full certificate PFX
361
- */
362
- secretName?: string;
363
- /**
364
- * @member {string} [secretVersion] The version of the Key Vault secret
365
- * representing the full certificate PFX
366
- */
367
- secretVersion?: string;
368
- /**
369
- * @member {FrontDoorCertificateType} [certificateType] Defines the type of
370
- * the certificate used for secure connections to a frontendEndpoint.
371
- * Possible values include: 'Dedicated'
372
- */
373
- certificateType?: FrontDoorCertificateType;
374
- }
375
-
376
- /**
377
- * @interface
378
- * An interface representing FrontendEndpoint.
379
- * A frontend endpoint used for routing.
380
- *
381
- * @extends SubResource
382
- */
383
- export interface FrontendEndpoint extends SubResource {
384
- /**
385
- * @member {string} [hostName] The host name of the frontendEndpoint. Must be
386
- * a domain name.
387
- */
388
- hostName?: string;
389
- /**
390
- * @member {SessionAffinityEnabledState} [sessionAffinityEnabledState]
391
- * Whether to allow session affinity on this host. Valid options are
392
- * 'Enabled' or 'Disabled'. Possible values include: 'Enabled', 'Disabled'
393
- */
394
- sessionAffinityEnabledState?: SessionAffinityEnabledState;
395
- /**
396
- * @member {number} [sessionAffinityTtlSeconds] UNUSED. This field will be
397
- * ignored. The TTL to use in seconds for session affinity, if applicable.
398
- */
399
- sessionAffinityTtlSeconds?: number;
400
- /**
401
- * @member {FrontendEndpointUpdateParametersWebApplicationFirewallPolicyLink}
402
- * [webApplicationFirewallPolicyLink] Defines the Web Application Firewall
403
- * policy for each host (if applicable)
404
- */
405
- webApplicationFirewallPolicyLink?: FrontendEndpointUpdateParametersWebApplicationFirewallPolicyLink;
406
- /**
407
- * @member {FrontDoorResourceState} [resourceState] Resource status. Possible
408
- * values include: 'Creating', 'Enabling', 'Enabled', 'Disabling',
409
- * 'Disabled', 'Deleting'
410
- */
411
- resourceState?: FrontDoorResourceState;
412
- /**
413
- * @member {CustomHttpsProvisioningState} [customHttpsProvisioningState]
414
- * Provisioning status of Custom Https of the frontendEndpoint. Possible
415
- * values include: 'Enabling', 'Enabled', 'Disabling', 'Disabled', 'Failed'
416
- * **NOTE: This property will not be serialized. It can only be populated by
417
- * the server.**
418
- */
419
- readonly customHttpsProvisioningState?: CustomHttpsProvisioningState;
420
- /**
421
- * @member {CustomHttpsProvisioningSubstate}
422
- * [customHttpsProvisioningSubstate] Provisioning substate shows the progress
423
- * of custom HTTPS enabling/disabling process step by step. Possible values
424
- * include: 'SubmittingDomainControlValidationRequest',
425
- * 'PendingDomainControlValidationREquestApproval',
426
- * 'DomainControlValidationRequestApproved',
427
- * 'DomainControlValidationRequestRejected',
428
- * 'DomainControlValidationRequestTimedOut', 'IssuingCertificate',
429
- * 'DeployingCertificate', 'CertificateDeployed', 'DeletingCertificate',
430
- * 'CertificateDeleted'
431
- * **NOTE: This property will not be serialized. It can only be populated by
432
- * the server.**
433
- */
434
- readonly customHttpsProvisioningSubstate?: CustomHttpsProvisioningSubstate;
435
- /**
436
- * @member {CustomHttpsConfiguration} [customHttpsConfiguration] The
437
- * configuration specifying how to enable HTTPS
438
- * **NOTE: This property will not be serialized. It can only be populated by
439
- * the server.**
440
- */
441
- readonly customHttpsConfiguration?: CustomHttpsConfiguration;
442
- /**
443
- * @member {string} [name] Resource name.
444
- */
445
- name?: string;
446
- /**
447
- * @member {string} [type] Resource type.
448
- * **NOTE: This property will not be serialized. It can only be populated by
449
- * the server.**
450
- */
451
- readonly type?: string;
452
- }
453
-
454
- /**
455
- * @interface
456
- * An interface representing FrontDoorUpdateParameters.
457
- * The properties needed to update a Front Door
458
- *
459
- */
460
- export interface FrontDoorUpdateParameters {
461
- /**
462
- * @member {string} [friendlyName] A friendly name for the frontDoor
463
- */
464
- friendlyName?: string;
465
- /**
466
- * @member {RoutingRule[]} [routingRules] Routing rules associated with this
467
- * Front Door.
468
- */
469
- routingRules?: RoutingRule[];
470
- /**
471
- * @member {LoadBalancingSettingsModel[]} [loadBalancingSettings] Load
472
- * balancing settings associated with this Front Door instance.
473
- */
474
- loadBalancingSettings?: LoadBalancingSettingsModel[];
475
- /**
476
- * @member {HealthProbeSettingsModel[]} [healthProbeSettings] Health probe
477
- * settings associated with this Front Door instance.
478
- */
479
- healthProbeSettings?: HealthProbeSettingsModel[];
480
- /**
481
- * @member {BackendPool[]} [backendPools] Backend pools available to routing
482
- * rules.
483
- */
484
- backendPools?: BackendPool[];
485
- /**
486
- * @member {FrontendEndpoint[]} [frontendEndpoints] Frontend endpoints
487
- * available to routing rules.
488
- */
489
- frontendEndpoints?: FrontendEndpoint[];
490
- /**
491
- * @member {FrontDoorEnabledState} [enabledState] Operational status of the
492
- * Front Door load balancer. Permitted values are 'Enabled' or 'Disabled'.
493
- * Possible values include: 'Enabled', 'Disabled'
494
- */
495
- enabledState?: FrontDoorEnabledState;
496
- }
497
-
498
- /**
499
- * @interface
500
- * An interface representing PurgeParameters.
501
- * Parameters required for content purge.
502
- *
503
- */
504
- export interface PurgeParameters {
505
- /**
506
- * @member {string[]} contentPaths The path to the content to be purged. Can
507
- * describe a file path or a wild card directory.
508
- */
509
- contentPaths: string[];
510
- }
511
-
512
- /**
513
- * @interface
514
- * An interface representing CacheConfiguration.
515
- * Caching settings for a caching-type route. To disable caching, do not
516
- * provide a cacheConfiguration object.
517
- *
518
- */
519
- export interface CacheConfiguration {
520
- /**
521
- * @member {FrontDoorQuery} [queryParameterStripDirective] Treatment of URL
522
- * query terms when forming the cache key. Possible values include:
523
- * 'StripNone', 'StripAll'
524
- */
525
- queryParameterStripDirective?: FrontDoorQuery;
526
- /**
527
- * @member {DynamicCompressionEnabled} [dynamicCompression] Whether to use
528
- * dynamic compression for cached content. Possible values include:
529
- * 'Enabled', 'Disabled'
530
- */
531
- dynamicCompression?: DynamicCompressionEnabled;
532
- }
533
-
534
- /**
535
- * @interface
536
- * An interface representing RoutingRuleUpdateParameters.
537
- * Routing rules to apply to an endpoint
538
- *
539
- */
540
- export interface RoutingRuleUpdateParameters {
541
- /**
542
- * @member {SubResource[]} [frontendEndpoints] Frontend endpoints associated
543
- * with this rule
544
- */
545
- frontendEndpoints?: SubResource[];
546
- /**
547
- * @member {FrontDoorProtocol[]} [acceptedProtocols] Protocol schemes to
548
- * match for this rule
549
- */
550
- acceptedProtocols?: FrontDoorProtocol[];
551
- /**
552
- * @member {string[]} [patternsToMatch] The route patterns of the rule.
553
- */
554
- patternsToMatch?: string[];
555
- /**
556
- * @member {string} [customForwardingPath] A custom path used to rewrite
557
- * resource paths matched by this rule. Leave empty to use incoming path.
558
- */
559
- customForwardingPath?: string;
560
- /**
561
- * @member {FrontDoorForwardingProtocol} [forwardingProtocol] Protocol this
562
- * rule will use when forwarding traffic to backends. Possible values
563
- * include: 'HttpOnly', 'HttpsOnly', 'MatchRequest'
564
- */
565
- forwardingProtocol?: FrontDoorForwardingProtocol;
566
- /**
567
- * @member {CacheConfiguration} [cacheConfiguration] The caching
568
- * configuration associated with this rule.
569
- */
570
- cacheConfiguration?: CacheConfiguration;
571
- /**
572
- * @member {SubResource} [backendPool] A reference to the BackendPool which
573
- * this rule routes to.
574
- */
575
- backendPool?: SubResource;
576
- /**
577
- * @member {FrontDoorEnabledState} [enabledState] Whether to enable use of
578
- * this rule. Permitted values are 'Enabled' or 'Disabled'. Possible values
579
- * include: 'Enabled', 'Disabled'
580
- */
581
- enabledState?: FrontDoorEnabledState;
582
- }
583
-
584
- /**
585
- * @interface
586
- * An interface representing Backend.
587
- * Backend address of a frontDoor load balancer.
588
- *
589
- */
590
- export interface Backend {
591
- /**
592
- * @member {string} [address] Location of the backend (IP address or FQDN)
593
- */
594
- address?: string;
595
- /**
596
- * @member {number} [httpPort] The HTTP TCP port number. Must be between 1
597
- * and 65535.
598
- */
599
- httpPort?: number;
600
- /**
601
- * @member {number} [httpsPort] The HTTPS TCP port number. Must be between 1
602
- * and 65535.
603
- */
604
- httpsPort?: number;
605
- /**
606
- * @member {FrontDoorEnabledState} [enabledState] Whether to enable use of
607
- * this backend. Permitted values are 'Enabled' or 'Disabled'. Possible
608
- * values include: 'Enabled', 'Disabled'
609
- */
610
- enabledState?: FrontDoorEnabledState;
611
- /**
612
- * @member {number} [priority] Priority to use for load balancing. Higher
613
- * priorities will not be used for load balancing if any lower priority
614
- * backend is healthy.
615
- */
616
- priority?: number;
617
- /**
618
- * @member {number} [weight] Weight of this endpoint for load balancing
619
- * purposes.
620
- */
621
- weight?: number;
622
- /**
623
- * @member {string} [backendHostHeader] The value to use as the host header
624
- * sent to the backend. If blank or unspecified, this defaults to the
625
- * incoming host.
626
- */
627
- backendHostHeader?: string;
628
- }
629
-
630
- /**
631
- * @interface
632
- * An interface representing LoadBalancingSettingsUpdateParameters.
633
- * Round-Robin load balancing settings for a backend pool
634
- *
635
- */
636
- export interface LoadBalancingSettingsUpdateParameters {
637
- /**
638
- * @member {number} [sampleSize] The number of samples to consider for load
639
- * balancing decisions
640
- */
641
- sampleSize?: number;
642
- /**
643
- * @member {number} [successfulSamplesRequired] The number of samples within
644
- * the sample period that must succeed
645
- */
646
- successfulSamplesRequired?: number;
647
- /**
648
- * @member {number} [additionalLatencyMilliseconds] The additional latency in
649
- * milliseconds for probes to fall into the lowest latency bucket
650
- */
651
- additionalLatencyMilliseconds?: number;
652
- }
653
-
654
- /**
655
- * @interface
656
- * An interface representing HealthProbeSettingsUpdateParameters.
657
- * L7 health probe settings for a backend pool
658
- *
659
- */
660
- export interface HealthProbeSettingsUpdateParameters {
661
- /**
662
- * @member {string} [path] The path to use for the health probe. Default is /
663
- */
664
- path?: string;
665
- /**
666
- * @member {FrontDoorProtocol} [protocol] Protocol scheme to use for this
667
- * probe. Possible values include: 'Http', 'Https'
668
- */
669
- protocol?: FrontDoorProtocol;
670
- /**
671
- * @member {number} [intervalInSeconds] The number of seconds between health
672
- * probes.
673
- */
674
- intervalInSeconds?: number;
675
- }
676
-
677
- /**
678
- * @interface
679
- * An interface representing BackendPoolUpdateParameters.
680
- * A collection of backends that can be routed to.
681
- *
682
- */
683
- export interface BackendPoolUpdateParameters {
684
- /**
685
- * @member {Backend[]} [backends] The set of backends for this pool
686
- */
687
- backends?: Backend[];
688
- /**
689
- * @member {SubResource} [loadBalancingSettings] Load balancing settings for
690
- * a backend pool
691
- */
692
- loadBalancingSettings?: SubResource;
693
- /**
694
- * @member {SubResource} [healthProbeSettings] L7 health probe settings for a
695
- * backend pool
696
- */
697
- healthProbeSettings?: SubResource;
698
- }
699
-
700
- /**
701
- * @interface
702
- * An interface representing FrontendEndpointUpdateParametersWebApplicationFirewallPolicyLink.
703
- * Defines the Web Application Firewall policy for each host (if applicable)
704
- *
705
- */
706
- export interface FrontendEndpointUpdateParametersWebApplicationFirewallPolicyLink {
707
- /**
708
- * @member {string} [id] Resource ID.
709
- */
710
- id?: string;
711
- }
712
-
713
- /**
714
- * @interface
715
- * An interface representing FrontendEndpointUpdateParameters.
716
- * Frontend endpoint used in routing rule
717
- *
718
- */
719
- export interface FrontendEndpointUpdateParameters {
720
- /**
721
- * @member {string} [hostName] The host name of the frontendEndpoint. Must be
722
- * a domain name.
723
- */
724
- hostName?: string;
725
- /**
726
- * @member {SessionAffinityEnabledState} [sessionAffinityEnabledState]
727
- * Whether to allow session affinity on this host. Valid options are
728
- * 'Enabled' or 'Disabled'. Possible values include: 'Enabled', 'Disabled'
729
- */
730
- sessionAffinityEnabledState?: SessionAffinityEnabledState;
731
- /**
732
- * @member {number} [sessionAffinityTtlSeconds] UNUSED. This field will be
733
- * ignored. The TTL to use in seconds for session affinity, if applicable.
734
- */
735
- sessionAffinityTtlSeconds?: number;
736
- /**
737
- * @member {FrontendEndpointUpdateParametersWebApplicationFirewallPolicyLink}
738
- * [webApplicationFirewallPolicyLink] Defines the Web Application Firewall
739
- * policy for each host (if applicable)
740
- */
741
- webApplicationFirewallPolicyLink?: FrontendEndpointUpdateParametersWebApplicationFirewallPolicyLink;
742
- }
743
-
744
- /**
745
- * @interface
746
- * An interface representing ValidateCustomDomainInput.
747
- * Input of the custom domain to be validated for DNS mapping.
748
- *
749
- */
750
- export interface ValidateCustomDomainInput {
751
- /**
752
- * @member {string} hostName The host name of the custom domain. Must be a
753
- * domain name.
754
- */
755
- hostName: string;
756
- }
757
-
758
- /**
759
- * @interface
760
- * An interface representing ValidateCustomDomainOutput.
761
- * Output of custom domain validation.
762
- *
763
- */
764
- export interface ValidateCustomDomainOutput {
765
- /**
766
- * @member {boolean} [customDomainValidated] Indicates whether the custom
767
- * domain is valid or not.
768
- * **NOTE: This property will not be serialized. It can only be populated by
769
- * the server.**
770
- */
771
- readonly customDomainValidated?: boolean;
772
- /**
773
- * @member {string} [reason] The reason why the custom domain is not valid.
774
- * **NOTE: This property will not be serialized. It can only be populated by
775
- * the server.**
776
- */
777
- readonly reason?: string;
778
- /**
779
- * @member {string} [message] Error message describing why the custom domain
780
- * is not valid.
781
- * **NOTE: This property will not be serialized. It can only be populated by
782
- * the server.**
783
- */
784
- readonly message?: string;
785
- }
786
-
787
- /**
788
- * @interface
789
- * An interface representing ErrorResponse.
790
- * Error reponse indicates Front Door service is not able to process the
791
- * incoming request. The reason is provided in the error message.
792
- *
793
- */
794
- export interface ErrorResponse {
795
- /**
796
- * @member {string} [code] Error code.
797
- * **NOTE: This property will not be serialized. It can only be populated by
798
- * the server.**
799
- */
800
- readonly code?: string;
801
- /**
802
- * @member {string} [message] Error message indicating why the operation
803
- * failed.
804
- * **NOTE: This property will not be serialized. It can only be populated by
805
- * the server.**
806
- */
807
- readonly message?: string;
808
- }
809
-
810
- /**
811
- * @interface
812
- * An interface representing CheckNameAvailabilityInput.
813
- * Input of CheckNameAvailability API.
814
- *
815
- */
816
- export interface CheckNameAvailabilityInput {
817
- /**
818
- * @member {string} name The resource name to validate.
819
- */
820
- name: string;
821
- /**
822
- * @member {ResourceType} type The type of the resource whose name is to be
823
- * validated. Possible values include: 'Microsoft.Network/frontDoors',
824
- * 'Microsoft.Network/frontDoors/frontendEndpoints'
825
- */
826
- type: ResourceType;
827
- }
828
-
829
- /**
830
- * @interface
831
- * An interface representing CheckNameAvailabilityOutput.
832
- * Output of check name availability API.
833
- *
834
- */
835
- export interface CheckNameAvailabilityOutput {
836
- /**
837
- * @member {Availability} [nameAvailability] Indicates whether the name is
838
- * available. Possible values include: 'Available', 'Unavailable'
839
- * **NOTE: This property will not be serialized. It can only be populated by
840
- * the server.**
841
- */
842
- readonly nameAvailability?: Availability;
843
- /**
844
- * @member {string} [reason] The reason why the name is not available.
845
- * **NOTE: This property will not be serialized. It can only be populated by
846
- * the server.**
847
- */
848
- readonly reason?: string;
849
- /**
850
- * @member {string} [message] The detailed error message describing why the
851
- * name is not available.
852
- * **NOTE: This property will not be serialized. It can only be populated by
853
- * the server.**
854
- */
855
- readonly message?: string;
856
- }
857
-
858
- /**
859
- * @interface
860
- * An interface representing ErrorDetails.
861
- */
862
- export interface ErrorDetails {
863
- /**
864
- * @member {string} [code]
865
- */
866
- code?: string;
867
- /**
868
- * @member {string} [target]
869
- */
870
- target?: string;
871
- /**
872
- * @member {string} [message]
873
- */
874
- message?: string;
875
- }
876
-
877
- /**
878
- * @interface
879
- * An interface representing ErrorModel.
880
- */
881
- export interface ErrorModel {
882
- /**
883
- * @member {string} [code]
884
- */
885
- code?: string;
886
- /**
887
- * @member {string} [message]
888
- */
889
- message?: string;
890
- /**
891
- * @member {string} [target]
892
- */
893
- target?: string;
894
- /**
895
- * @member {ErrorDetails[]} [details]
896
- */
897
- details?: ErrorDetails[];
898
- /**
899
- * @member {string} [innerError]
900
- */
901
- innerError?: string;
902
- }
903
-
904
- /**
905
- * @interface
906
- * An interface representing AzureAsyncOperationResult.
907
- * The response body contains the status of the specified asynchronous
908
- * operation, indicating whether it has succeeded, is in progress, or has
909
- * failed. Note that this status is distinct from the HTTP status code returned
910
- * for the Get Operation Status operation itself. If the asynchronous operation
911
- * succeeded, the response body includes the HTTP status code for the
912
- * successful request. If the asynchronous operation failed, the response body
913
- * includes the HTTP status code for the failed request and error information
914
- * regarding the failure.
915
- *
916
- */
917
- export interface AzureAsyncOperationResult {
918
- /**
919
- * @member {NetworkOperationStatus} [status] Status of the Azure async
920
- * operation. Possible values are: 'InProgress', 'Succeeded', and 'Failed'.
921
- * Possible values include: 'InProgress', 'Succeeded', 'Failed'
922
- */
923
- status?: NetworkOperationStatus;
924
- /**
925
- * @member {ErrorModel} [error]
926
- */
927
- error?: ErrorModel;
928
- }
929
-
930
- /**
931
- * @interface
932
- * An interface representing TagsObject.
933
- * Tags object for patch operations.
934
- *
935
- */
936
- export interface TagsObject {
937
- /**
938
- * @member {{ [propertyName: string]: string }} [tags] Resource tags.
939
- */
940
- tags?: { [propertyName: string]: string };
941
- }
942
-
943
- /**
944
- * @interface
945
- * An interface representing PolicySettings.
946
- * Defines contents of a web application firewall global configuration
947
- *
948
- */
949
- export interface PolicySettings {
950
- /**
951
- * @member {EnabledState} [enabledState] describes if the policy is in
952
- * enabled state or disabled state. Possible values include: 'Disabled',
953
- * 'Enabled'
954
- */
955
- enabledState?: EnabledState;
956
- /**
957
- * @member {Mode} [mode] Describes if it is in detection mode or prevention
958
- * mode at policy level. Possible values include: 'Prevention', 'Detection'
959
- */
960
- mode?: Mode;
961
- }
962
-
963
- /**
964
- * @interface
965
- * An interface representing MatchCondition1.
966
- * Define match conditions
967
- *
968
- */
969
- export interface MatchCondition1 {
970
- /**
971
- * @member {MatchCondition} matchVariable Match Variable. Possible values
972
- * include: 'RemoteAddr', 'RequestMethod', 'QueryString', 'PostArgs',
973
- * 'RequestUri', 'RequestHeader', 'RequestBody'
974
- */
975
- matchVariable: MatchCondition;
976
- /**
977
- * @member {string} [selector] Name of selector in RequestHeader or
978
- * RequestBody to be matched
979
- */
980
- selector?: string;
981
- /**
982
- * @member {Operator} operator Describes operator to be matched. Possible
983
- * values include: 'Any', 'IPMatch', 'GeoMatch', 'Equal', 'Contains',
984
- * 'LessThan', 'GreaterThan', 'LessThanOrEqual', 'GreaterThanOrEqual',
985
- * 'BeginsWith', 'EndsWith'
986
- */
987
- operator: Operator;
988
- /**
989
- * @member {boolean} [negateCondition] Describes if this is negate condition
990
- * or not
991
- */
992
- negateCondition?: boolean;
993
- /**
994
- * @member {string[]} matchValue Match value
995
- */
996
- matchValue: string[];
997
- }
998
-
999
- /**
1000
- * @interface
1001
- * An interface representing CustomRule.
1002
- * Defines contents of a web application rule
1003
- *
1004
- */
1005
- export interface CustomRule {
1006
- /**
1007
- * @member {string} [name] Gets name of the resource that is unique within a
1008
- * policy. This name can be used to access the resource.
1009
- */
1010
- name?: string;
1011
- /**
1012
- * @member {string} [etag] Gets a unique read-only string that changes
1013
- * whenever the resource is updated.
1014
- * **NOTE: This property will not be serialized. It can only be populated by
1015
- * the server.**
1016
- */
1017
- readonly etag?: string;
1018
- /**
1019
- * @member {number} priority Describes priority of the rule. Rules with a
1020
- * lower value will be evaluated before rules with a higher value
1021
- */
1022
- priority: number;
1023
- /**
1024
- * @member {RuleType} ruleType Describes type of rule. Possible values
1025
- * include: 'MatchRule', 'RateLimitRule'
1026
- */
1027
- ruleType: RuleType;
1028
- /**
1029
- * @member {number} [rateLimitDurationInMinutes] Defines rate limit duration.
1030
- * Default - 1 minute
1031
- */
1032
- rateLimitDurationInMinutes?: number;
1033
- /**
1034
- * @member {number} [rateLimitThreshold] Defines rate limit thresold
1035
- */
1036
- rateLimitThreshold?: number;
1037
- /**
1038
- * @member {MatchCondition1[]} matchConditions List of match conditions
1039
- */
1040
- matchConditions: MatchCondition1[];
1041
- /**
1042
- * @member {Action} action Type of Actions. Possible values include: 'Allow',
1043
- * 'Block', 'Log'
1044
- */
1045
- action: Action;
1046
- /**
1047
- * @member {Transform[]} [transforms] List of transforms
1048
- */
1049
- transforms?: Transform[];
1050
- }
1051
-
1052
- /**
1053
- * @interface
1054
- * An interface representing CustomRules.
1055
- * Defines contents of custom rules
1056
- *
1057
- */
1058
- export interface CustomRules {
1059
- /**
1060
- * @member {CustomRule[]} [rules] List of rules
1061
- */
1062
- rules?: CustomRule[];
1063
- }
1064
-
1065
- /**
1066
- * Contains the possible cases for ManagedRuleSet.
1067
- */
1068
- export type ManagedRuleSetUnion = ManagedRuleSet | AzureManagedRuleSet;
1069
-
1070
- /**
1071
- * @interface
1072
- * An interface representing ManagedRuleSet.
1073
- * Base class for all types of ManagedRuleSet.
1074
- *
1075
- */
1076
- export interface ManagedRuleSet {
1077
- /**
1078
- * @member {string} ruleSetType Polymorphic Discriminator
1079
- */
1080
- ruleSetType: "Unknown";
1081
- /**
1082
- * @member {number} [priority] Describes priority of the rule
1083
- */
1084
- priority?: number;
1085
- /**
1086
- * @member {number} [version] defines version of the ruleset
1087
- */
1088
- version?: number;
1089
- }
1090
-
1091
- /**
1092
- * @interface
1093
- * An interface representing ManagedRuleSets.
1094
- * Defines ManagedRuleSets - array of managedRuleSet
1095
- *
1096
- */
1097
- export interface ManagedRuleSets {
1098
- /**
1099
- * @member {ManagedRuleSetUnion[]} [ruleSets] List of rules
1100
- */
1101
- ruleSets?: ManagedRuleSetUnion[];
1102
- }
1103
-
1104
- /**
1105
- * @interface
1106
- * An interface representing WebApplicationFirewallPolicy1.
1107
- * Defines web application firewall policy.
1108
- *
1109
- * @extends Resource
1110
- */
1111
- export interface WebApplicationFirewallPolicy1 extends Resource {
1112
- /**
1113
- * @member {PolicySettings} [policySettings] Describes policySettings for
1114
- * policy
1115
- */
1116
- policySettings?: PolicySettings;
1117
- /**
1118
- * @member {CustomRules} [customRules] Describes custom rules inside the
1119
- * policy
1120
- */
1121
- customRules?: CustomRules;
1122
- /**
1123
- * @member {ManagedRuleSets} [managedRules] Describes managed rules inside
1124
- * the policy
1125
- */
1126
- managedRules?: ManagedRuleSets;
1127
- /**
1128
- * @member {string} [provisioningState] Provisioning state of the
1129
- * WebApplicationFirewallPolicy.
1130
- * **NOTE: This property will not be serialized. It can only be populated by
1131
- * the server.**
1132
- */
1133
- readonly provisioningState?: string;
1134
- /**
1135
- * @member {WebApplicationFirewallPolicy} [resourceState] Resource status of
1136
- * the policy. Possible values include: 'Creating', 'Enabling', 'Enabled',
1137
- * 'Disabling', 'Disabled', 'Deleting'
1138
- * **NOTE: This property will not be serialized. It can only be populated by
1139
- * the server.**
1140
- */
1141
- readonly resourceState?: WebApplicationFirewallPolicy;
1142
- /**
1143
- * @member {string} [etag] Gets a unique read-only string that changes
1144
- * whenever the resource is updated.
1145
- */
1146
- etag?: string;
1147
- }
1148
-
1149
- /**
1150
- * @interface
1151
- * An interface representing AzureManagedOverrideRuleGroup.
1152
- * Defines contents of a web application rule
1153
- *
1154
- */
1155
- export interface AzureManagedOverrideRuleGroup {
1156
- /**
1157
- * @member {RuleGroupOverride} ruleGroupOverride Describes overrideruleGroup.
1158
- * Possible values include: 'SqlInjection', 'XSS'
1159
- */
1160
- ruleGroupOverride: RuleGroupOverride;
1161
- /**
1162
- * @member {Action} action Type of Actions. Possible values include: 'Allow',
1163
- * 'Block', 'Log'
1164
- */
1165
- action: Action;
1166
- }
1167
-
1168
- /**
1169
- * @interface
1170
- * An interface representing AzureManagedRuleSet.
1171
- * Describes azure managed provider.
1172
- *
1173
- */
1174
- export interface AzureManagedRuleSet {
1175
- /**
1176
- * @member {string} ruleSetType Polymorphic Discriminator
1177
- */
1178
- ruleSetType: "AzureManagedRuleSet";
1179
- /**
1180
- * @member {number} [priority] Describes priority of the rule
1181
- */
1182
- priority?: number;
1183
- /**
1184
- * @member {number} [version] defines version of the ruleset
1185
- */
1186
- version?: number;
1187
- /**
1188
- * @member {AzureManagedOverrideRuleGroup[]} [ruleGroupOverrides] List of
1189
- * azure managed provider override configuration (optional)
1190
- */
1191
- ruleGroupOverrides?: AzureManagedOverrideRuleGroup[];
1192
- }
1193
-
1194
- /**
1195
- * @interface
1196
- * An interface representing FrontDoorManagementClientOptions.
1197
- * @extends AzureServiceClientOptions
1198
- */
1199
- export interface FrontDoorManagementClientOptions extends AzureServiceClientOptions {
1200
- /**
1201
- * @member {string} [baseUri]
1202
- */
1203
- baseUri?: string;
1204
- }
1205
-
1206
-
1207
- /**
1208
- * @interface
1209
- * An interface representing the FrontDoorListResult.
1210
- * Result of the request to list Front Doors. It contains a list of Front Door
1211
- * objects and a URL link to get the the next set of results.
1212
- *
1213
- * @extends Array<FrontDoor>
1214
- */
1215
- export interface FrontDoorListResult extends Array<FrontDoor> {
1216
- /**
1217
- * @member {string} [nextLink] URL to get the next set of Front Door objects
1218
- * if there are any.
1219
- */
1220
- nextLink?: string;
1221
- }
1222
-
1223
- /**
1224
- * @interface
1225
- * An interface representing the RoutingRuleListResult.
1226
- * Result of the request to list Routing Rules. It contains a list of Routing
1227
- * Rule objects and a URL link to get the the next set of results.
1228
- *
1229
- * @extends Array<RoutingRule>
1230
- */
1231
- export interface RoutingRuleListResult extends Array<RoutingRule> {
1232
- /**
1233
- * @member {string} [nextLink] URL to get the next set of RoutingRule objects
1234
- * if there are any.
1235
- */
1236
- nextLink?: string;
1237
- }
1238
-
1239
- /**
1240
- * @interface
1241
- * An interface representing the HealthProbeSettingsListResult.
1242
- * Result of the request to list HealthProbeSettings. It contains a list of
1243
- * HealthProbeSettings objects and a URL link to get the the next set of
1244
- * results.
1245
- *
1246
- * @extends Array<HealthProbeSettingsModel>
1247
- */
1248
- export interface HealthProbeSettingsListResult extends Array<HealthProbeSettingsModel> {
1249
- /**
1250
- * @member {string} [nextLink] URL to get the next set of HealthProbeSettings
1251
- * objects if there are any.
1252
- */
1253
- nextLink?: string;
1254
- }
1255
-
1256
- /**
1257
- * @interface
1258
- * An interface representing the LoadBalancingSettingsListResult.
1259
- * Result of the request to list load balancing settings. It contains a list of
1260
- * load balancing settings objects and a URL link to get the the next set of
1261
- * results.
1262
- *
1263
- * @extends Array<LoadBalancingSettingsModel>
1264
- */
1265
- export interface LoadBalancingSettingsListResult extends Array<LoadBalancingSettingsModel> {
1266
- /**
1267
- * @member {string} [nextLink] URL to get the next set of
1268
- * LoadBalancingSettings objects if there are any.
1269
- */
1270
- nextLink?: string;
1271
- }
1272
-
1273
- /**
1274
- * @interface
1275
- * An interface representing the BackendPoolListResult.
1276
- * Result of the request to list Backend Pools. It contains a list of Backend
1277
- * Pools objects and a URL link to get the the next set of results.
1278
- *
1279
- * @extends Array<BackendPool>
1280
- */
1281
- export interface BackendPoolListResult extends Array<BackendPool> {
1282
- /**
1283
- * @member {string} [nextLink] URL to get the next set of BackendPool objects
1284
- * if there are any.
1285
- */
1286
- nextLink?: string;
1287
- }
1288
-
1289
- /**
1290
- * @interface
1291
- * An interface representing the FrontendEndpointsListResult.
1292
- * Result of the request to list frontend endpoints. It contains a list of
1293
- * Frontend endpoint objects and a URL link to get the the next set of results.
1294
- *
1295
- * @extends Array<FrontendEndpoint>
1296
- */
1297
- export interface FrontendEndpointsListResult extends Array<FrontendEndpoint> {
1298
- /**
1299
- * @member {string} [nextLink] URL to get the next set of frontend endpoints
1300
- * if there are any.
1301
- */
1302
- nextLink?: string;
1303
- }
1304
-
1305
- /**
1306
- * @interface
1307
- * An interface representing the WebApplicationFirewallPolicyListResult.
1308
- * Result of the request to list WebApplicationFirewallPolicies. It contains a
1309
- * list of WebApplicationFirewallPolicy objects and a URL link to get the the
1310
- * next set of results.
1311
- *
1312
- * @extends Array<WebApplicationFirewallPolicy1>
1313
- */
1314
- export interface WebApplicationFirewallPolicyListResult extends Array<WebApplicationFirewallPolicy1> {
1315
- /**
1316
- * @member {string} [nextLink] URL to get the next set of
1317
- * WebApplicationFirewallPolicy objects if there are any.
1318
- */
1319
- nextLink?: string;
1320
- }
1321
-
1322
- /**
1323
- * Defines values for FrontDoorResourceState.
1324
- * Possible values include: 'Creating', 'Enabling', 'Enabled', 'Disabling', 'Disabled', 'Deleting'
1325
- * @readonly
1326
- * @enum {string}
1327
- */
1328
- export type FrontDoorResourceState = 'Creating' | 'Enabling' | 'Enabled' | 'Disabling' | 'Disabled' | 'Deleting';
1329
-
1330
- /**
1331
- * Defines values for CustomHttpsProvisioningState.
1332
- * Possible values include: 'Enabling', 'Enabled', 'Disabling', 'Disabled', 'Failed'
1333
- * @readonly
1334
- * @enum {string}
1335
- */
1336
- export type CustomHttpsProvisioningState = 'Enabling' | 'Enabled' | 'Disabling' | 'Disabled' | 'Failed';
1337
-
1338
- /**
1339
- * Defines values for CustomHttpsProvisioningSubstate.
1340
- * Possible values include: 'SubmittingDomainControlValidationRequest',
1341
- * 'PendingDomainControlValidationREquestApproval', 'DomainControlValidationRequestApproved',
1342
- * 'DomainControlValidationRequestRejected', 'DomainControlValidationRequestTimedOut',
1343
- * 'IssuingCertificate', 'DeployingCertificate', 'CertificateDeployed', 'DeletingCertificate',
1344
- * 'CertificateDeleted'
1345
- * @readonly
1346
- * @enum {string}
1347
- */
1348
- export type CustomHttpsProvisioningSubstate = 'SubmittingDomainControlValidationRequest' | 'PendingDomainControlValidationREquestApproval' | 'DomainControlValidationRequestApproved' | 'DomainControlValidationRequestRejected' | 'DomainControlValidationRequestTimedOut' | 'IssuingCertificate' | 'DeployingCertificate' | 'CertificateDeployed' | 'DeletingCertificate' | 'CertificateDeleted';
1349
-
1350
- /**
1351
- * Defines values for FrontDoorCertificateSource.
1352
- * Possible values include: 'AzureKeyVault', 'FrontDoor'
1353
- * @readonly
1354
- * @enum {string}
1355
- */
1356
- export type FrontDoorCertificateSource = 'AzureKeyVault' | 'FrontDoor';
1357
-
1358
- /**
1359
- * Defines values for FrontDoorTlsProtocolType.
1360
- * Possible values include: 'ServerNameIndication'
1361
- * @readonly
1362
- * @enum {string}
1363
- */
1364
- export type FrontDoorTlsProtocolType = 'ServerNameIndication';
1365
-
1366
- /**
1367
- * Defines values for FrontDoorCertificateType.
1368
- * Possible values include: 'Dedicated'
1369
- * @readonly
1370
- * @enum {string}
1371
- */
1372
- export type FrontDoorCertificateType = 'Dedicated';
1373
-
1374
- /**
1375
- * Defines values for FrontDoorEnabledState.
1376
- * Possible values include: 'Enabled', 'Disabled'
1377
- * @readonly
1378
- * @enum {string}
1379
- */
1380
- export type FrontDoorEnabledState = 'Enabled' | 'Disabled';
1381
-
1382
- /**
1383
- * Defines values for FrontDoorProtocol.
1384
- * Possible values include: 'Http', 'Https'
1385
- * @readonly
1386
- * @enum {string}
1387
- */
1388
- export type FrontDoorProtocol = 'Http' | 'Https';
1389
-
1390
- /**
1391
- * Defines values for FrontDoorForwardingProtocol.
1392
- * Possible values include: 'HttpOnly', 'HttpsOnly', 'MatchRequest'
1393
- * @readonly
1394
- * @enum {string}
1395
- */
1396
- export type FrontDoorForwardingProtocol = 'HttpOnly' | 'HttpsOnly' | 'MatchRequest';
1397
-
1398
- /**
1399
- * Defines values for FrontDoorQuery.
1400
- * Possible values include: 'StripNone', 'StripAll'
1401
- * @readonly
1402
- * @enum {string}
1403
- */
1404
- export type FrontDoorQuery = 'StripNone' | 'StripAll';
1405
-
1406
- /**
1407
- * Defines values for DynamicCompressionEnabled.
1408
- * Possible values include: 'Enabled', 'Disabled'
1409
- * @readonly
1410
- * @enum {string}
1411
- */
1412
- export type DynamicCompressionEnabled = 'Enabled' | 'Disabled';
1413
-
1414
- /**
1415
- * Defines values for SessionAffinityEnabledState.
1416
- * Possible values include: 'Enabled', 'Disabled'
1417
- * @readonly
1418
- * @enum {string}
1419
- */
1420
- export type SessionAffinityEnabledState = 'Enabled' | 'Disabled';
1421
-
1422
- /**
1423
- * Defines values for ResourceType.
1424
- * Possible values include: 'Microsoft.Network/frontDoors',
1425
- * 'Microsoft.Network/frontDoors/frontendEndpoints'
1426
- * @readonly
1427
- * @enum {string}
1428
- */
1429
- export type ResourceType = 'Microsoft.Network/frontDoors' | 'Microsoft.Network/frontDoors/frontendEndpoints';
1430
-
1431
- /**
1432
- * Defines values for Availability.
1433
- * Possible values include: 'Available', 'Unavailable'
1434
- * @readonly
1435
- * @enum {string}
1436
- */
1437
- export type Availability = 'Available' | 'Unavailable';
1438
-
1439
- /**
1440
- * Defines values for NetworkOperationStatus.
1441
- * Possible values include: 'InProgress', 'Succeeded', 'Failed'
1442
- * @readonly
1443
- * @enum {string}
1444
- */
1445
- export type NetworkOperationStatus = 'InProgress' | 'Succeeded' | 'Failed';
1446
-
1447
- /**
1448
- * Defines values for EnabledState.
1449
- * Possible values include: 'Disabled', 'Enabled'
1450
- * @readonly
1451
- * @enum {string}
1452
- */
1453
- export type EnabledState = 'Disabled' | 'Enabled';
1454
-
1455
- /**
1456
- * Defines values for Mode.
1457
- * Possible values include: 'Prevention', 'Detection'
1458
- * @readonly
1459
- * @enum {string}
1460
- */
1461
- export type Mode = 'Prevention' | 'Detection';
1462
-
1463
- /**
1464
- * Defines values for RuleType.
1465
- * Possible values include: 'MatchRule', 'RateLimitRule'
1466
- * @readonly
1467
- * @enum {string}
1468
- */
1469
- export type RuleType = 'MatchRule' | 'RateLimitRule';
1470
-
1471
- /**
1472
- * Defines values for MatchCondition.
1473
- * Possible values include: 'RemoteAddr', 'RequestMethod', 'QueryString', 'PostArgs', 'RequestUri',
1474
- * 'RequestHeader', 'RequestBody'
1475
- * @readonly
1476
- * @enum {string}
1477
- */
1478
- export type MatchCondition = 'RemoteAddr' | 'RequestMethod' | 'QueryString' | 'PostArgs' | 'RequestUri' | 'RequestHeader' | 'RequestBody';
1479
-
1480
- /**
1481
- * Defines values for Operator.
1482
- * Possible values include: 'Any', 'IPMatch', 'GeoMatch', 'Equal', 'Contains', 'LessThan',
1483
- * 'GreaterThan', 'LessThanOrEqual', 'GreaterThanOrEqual', 'BeginsWith', 'EndsWith'
1484
- * @readonly
1485
- * @enum {string}
1486
- */
1487
- export type Operator = 'Any' | 'IPMatch' | 'GeoMatch' | 'Equal' | 'Contains' | 'LessThan' | 'GreaterThan' | 'LessThanOrEqual' | 'GreaterThanOrEqual' | 'BeginsWith' | 'EndsWith';
1488
-
1489
- /**
1490
- * Defines values for Action.
1491
- * Possible values include: 'Allow', 'Block', 'Log'
1492
- * @readonly
1493
- * @enum {string}
1494
- */
1495
- export type Action = 'Allow' | 'Block' | 'Log';
1496
-
1497
- /**
1498
- * Defines values for Transform.
1499
- * Possible values include: 'Lowercase', 'Uppercase', 'Trim', 'UrlDecode', 'UrlEncode',
1500
- * 'RemoveNulls', 'HtmlEntityDecode'
1501
- * @readonly
1502
- * @enum {string}
1503
- */
1504
- export type Transform = 'Lowercase' | 'Uppercase' | 'Trim' | 'UrlDecode' | 'UrlEncode' | 'RemoveNulls' | 'HtmlEntityDecode';
1505
-
1506
- /**
1507
- * Defines values for WebApplicationFirewallPolicy.
1508
- * Possible values include: 'Creating', 'Enabling', 'Enabled', 'Disabling', 'Disabled', 'Deleting'
1509
- * @readonly
1510
- * @enum {string}
1511
- */
1512
- export type WebApplicationFirewallPolicy = 'Creating' | 'Enabling' | 'Enabled' | 'Disabling' | 'Disabled' | 'Deleting';
1513
-
1514
- /**
1515
- * Defines values for RuleGroupOverride.
1516
- * Possible values include: 'SqlInjection', 'XSS'
1517
- * @readonly
1518
- * @enum {string}
1519
- */
1520
- export type RuleGroupOverride = 'SqlInjection' | 'XSS';
1521
-
1522
- /**
1523
- * Contains response data for the checkFrontDoorNameAvailability operation.
1524
- */
1525
- export type CheckFrontDoorNameAvailabilityResponse = CheckNameAvailabilityOutput & {
1526
- /**
1527
- * The underlying HTTP response.
1528
- */
1529
- _response: msRest.HttpResponse & {
1530
- /**
1531
- * The response body as text (string format)
1532
- */
1533
- bodyAsText: string;
1534
- /**
1535
- * The response body as parsed JSON or XML
1536
- */
1537
- parsedBody: CheckNameAvailabilityOutput;
1538
- };
1539
- };
1540
-
1541
- /**
1542
- * Contains response data for the checkFrontDoorNameAvailabilityWithSubscription operation.
1543
- */
1544
- export type CheckFrontDoorNameAvailabilityWithSubscriptionResponse = CheckNameAvailabilityOutput & {
1545
- /**
1546
- * The underlying HTTP response.
1547
- */
1548
- _response: msRest.HttpResponse & {
1549
- /**
1550
- * The response body as text (string format)
1551
- */
1552
- bodyAsText: string;
1553
- /**
1554
- * The response body as parsed JSON or XML
1555
- */
1556
- parsedBody: CheckNameAvailabilityOutput;
1557
- };
1558
- };
1559
-
1560
- /**
1561
- * Contains response data for the list operation.
1562
- */
1563
- export type FrontDoorsListResponse = FrontDoorListResult & {
1564
- /**
1565
- * The underlying HTTP response.
1566
- */
1567
- _response: msRest.HttpResponse & {
1568
- /**
1569
- * The response body as text (string format)
1570
- */
1571
- bodyAsText: string;
1572
- /**
1573
- * The response body as parsed JSON or XML
1574
- */
1575
- parsedBody: FrontDoorListResult;
1576
- };
1577
- };
1578
-
1579
- /**
1580
- * Contains response data for the listByResourceGroup operation.
1581
- */
1582
- export type FrontDoorsListByResourceGroupResponse = FrontDoorListResult & {
1583
- /**
1584
- * The underlying HTTP response.
1585
- */
1586
- _response: msRest.HttpResponse & {
1587
- /**
1588
- * The response body as text (string format)
1589
- */
1590
- bodyAsText: string;
1591
- /**
1592
- * The response body as parsed JSON or XML
1593
- */
1594
- parsedBody: FrontDoorListResult;
1595
- };
1596
- };
1597
-
1598
- /**
1599
- * Contains response data for the get operation.
1600
- */
1601
- export type FrontDoorsGetResponse = FrontDoor & {
1602
- /**
1603
- * The underlying HTTP response.
1604
- */
1605
- _response: msRest.HttpResponse & {
1606
- /**
1607
- * The response body as text (string format)
1608
- */
1609
- bodyAsText: string;
1610
- /**
1611
- * The response body as parsed JSON or XML
1612
- */
1613
- parsedBody: FrontDoor;
1614
- };
1615
- };
1616
-
1617
- /**
1618
- * Contains response data for the createOrUpdate operation.
1619
- */
1620
- export type FrontDoorsCreateOrUpdateResponse = FrontDoor & {
1621
- /**
1622
- * The underlying HTTP response.
1623
- */
1624
- _response: msRest.HttpResponse & {
1625
- /**
1626
- * The response body as text (string format)
1627
- */
1628
- bodyAsText: string;
1629
- /**
1630
- * The response body as parsed JSON or XML
1631
- */
1632
- parsedBody: FrontDoor;
1633
- };
1634
- };
1635
-
1636
- /**
1637
- * Contains response data for the validateCustomDomain operation.
1638
- */
1639
- export type FrontDoorsValidateCustomDomainResponse = ValidateCustomDomainOutput & {
1640
- /**
1641
- * The underlying HTTP response.
1642
- */
1643
- _response: msRest.HttpResponse & {
1644
- /**
1645
- * The response body as text (string format)
1646
- */
1647
- bodyAsText: string;
1648
- /**
1649
- * The response body as parsed JSON or XML
1650
- */
1651
- parsedBody: ValidateCustomDomainOutput;
1652
- };
1653
- };
1654
-
1655
- /**
1656
- * Contains response data for the beginCreateOrUpdate operation.
1657
- */
1658
- export type FrontDoorsBeginCreateOrUpdateResponse = FrontDoor & {
1659
- /**
1660
- * The underlying HTTP response.
1661
- */
1662
- _response: msRest.HttpResponse & {
1663
- /**
1664
- * The response body as text (string format)
1665
- */
1666
- bodyAsText: string;
1667
- /**
1668
- * The response body as parsed JSON or XML
1669
- */
1670
- parsedBody: FrontDoor;
1671
- };
1672
- };
1673
-
1674
- /**
1675
- * Contains response data for the listNext operation.
1676
- */
1677
- export type FrontDoorsListNextResponse = FrontDoorListResult & {
1678
- /**
1679
- * The underlying HTTP response.
1680
- */
1681
- _response: msRest.HttpResponse & {
1682
- /**
1683
- * The response body as text (string format)
1684
- */
1685
- bodyAsText: string;
1686
- /**
1687
- * The response body as parsed JSON or XML
1688
- */
1689
- parsedBody: FrontDoorListResult;
1690
- };
1691
- };
1692
-
1693
- /**
1694
- * Contains response data for the listByResourceGroupNext operation.
1695
- */
1696
- export type FrontDoorsListByResourceGroupNextResponse = FrontDoorListResult & {
1697
- /**
1698
- * The underlying HTTP response.
1699
- */
1700
- _response: msRest.HttpResponse & {
1701
- /**
1702
- * The response body as text (string format)
1703
- */
1704
- bodyAsText: string;
1705
- /**
1706
- * The response body as parsed JSON or XML
1707
- */
1708
- parsedBody: FrontDoorListResult;
1709
- };
1710
- };
1711
-
1712
- /**
1713
- * Contains response data for the listByFrontDoor operation.
1714
- */
1715
- export type RoutingRulesListByFrontDoorResponse = RoutingRuleListResult & {
1716
- /**
1717
- * The underlying HTTP response.
1718
- */
1719
- _response: msRest.HttpResponse & {
1720
- /**
1721
- * The response body as text (string format)
1722
- */
1723
- bodyAsText: string;
1724
- /**
1725
- * The response body as parsed JSON or XML
1726
- */
1727
- parsedBody: RoutingRuleListResult;
1728
- };
1729
- };
1730
-
1731
- /**
1732
- * Contains response data for the get operation.
1733
- */
1734
- export type RoutingRulesGetResponse = RoutingRule & {
1735
- /**
1736
- * The underlying HTTP response.
1737
- */
1738
- _response: msRest.HttpResponse & {
1739
- /**
1740
- * The response body as text (string format)
1741
- */
1742
- bodyAsText: string;
1743
- /**
1744
- * The response body as parsed JSON or XML
1745
- */
1746
- parsedBody: RoutingRule;
1747
- };
1748
- };
1749
-
1750
- /**
1751
- * Contains response data for the createOrUpdate operation.
1752
- */
1753
- export type RoutingRulesCreateOrUpdateResponse = RoutingRule & {
1754
- /**
1755
- * The underlying HTTP response.
1756
- */
1757
- _response: msRest.HttpResponse & {
1758
- /**
1759
- * The response body as text (string format)
1760
- */
1761
- bodyAsText: string;
1762
- /**
1763
- * The response body as parsed JSON or XML
1764
- */
1765
- parsedBody: RoutingRule;
1766
- };
1767
- };
1768
-
1769
- /**
1770
- * Contains response data for the beginCreateOrUpdate operation.
1771
- */
1772
- export type RoutingRulesBeginCreateOrUpdateResponse = RoutingRule & {
1773
- /**
1774
- * The underlying HTTP response.
1775
- */
1776
- _response: msRest.HttpResponse & {
1777
- /**
1778
- * The response body as text (string format)
1779
- */
1780
- bodyAsText: string;
1781
- /**
1782
- * The response body as parsed JSON or XML
1783
- */
1784
- parsedBody: RoutingRule;
1785
- };
1786
- };
1787
-
1788
- /**
1789
- * Contains response data for the listByFrontDoorNext operation.
1790
- */
1791
- export type RoutingRulesListByFrontDoorNextResponse = RoutingRuleListResult & {
1792
- /**
1793
- * The underlying HTTP response.
1794
- */
1795
- _response: msRest.HttpResponse & {
1796
- /**
1797
- * The response body as text (string format)
1798
- */
1799
- bodyAsText: string;
1800
- /**
1801
- * The response body as parsed JSON or XML
1802
- */
1803
- parsedBody: RoutingRuleListResult;
1804
- };
1805
- };
1806
-
1807
- /**
1808
- * Contains response data for the listByFrontDoor operation.
1809
- */
1810
- export type HealthProbeSettingsListByFrontDoorResponse = HealthProbeSettingsListResult & {
1811
- /**
1812
- * The underlying HTTP response.
1813
- */
1814
- _response: msRest.HttpResponse & {
1815
- /**
1816
- * The response body as text (string format)
1817
- */
1818
- bodyAsText: string;
1819
- /**
1820
- * The response body as parsed JSON or XML
1821
- */
1822
- parsedBody: HealthProbeSettingsListResult;
1823
- };
1824
- };
1825
-
1826
- /**
1827
- * Contains response data for the get operation.
1828
- */
1829
- export type HealthProbeSettingsGetResponse = HealthProbeSettingsModel & {
1830
- /**
1831
- * The underlying HTTP response.
1832
- */
1833
- _response: msRest.HttpResponse & {
1834
- /**
1835
- * The response body as text (string format)
1836
- */
1837
- bodyAsText: string;
1838
- /**
1839
- * The response body as parsed JSON or XML
1840
- */
1841
- parsedBody: HealthProbeSettingsModel;
1842
- };
1843
- };
1844
-
1845
- /**
1846
- * Contains response data for the createOrUpdate operation.
1847
- */
1848
- export type HealthProbeSettingsCreateOrUpdateResponse = HealthProbeSettingsModel & {
1849
- /**
1850
- * The underlying HTTP response.
1851
- */
1852
- _response: msRest.HttpResponse & {
1853
- /**
1854
- * The response body as text (string format)
1855
- */
1856
- bodyAsText: string;
1857
- /**
1858
- * The response body as parsed JSON or XML
1859
- */
1860
- parsedBody: HealthProbeSettingsModel;
1861
- };
1862
- };
1863
-
1864
- /**
1865
- * Contains response data for the beginCreateOrUpdate operation.
1866
- */
1867
- export type HealthProbeSettingsBeginCreateOrUpdateResponse = HealthProbeSettingsModel & {
1868
- /**
1869
- * The underlying HTTP response.
1870
- */
1871
- _response: msRest.HttpResponse & {
1872
- /**
1873
- * The response body as text (string format)
1874
- */
1875
- bodyAsText: string;
1876
- /**
1877
- * The response body as parsed JSON or XML
1878
- */
1879
- parsedBody: HealthProbeSettingsModel;
1880
- };
1881
- };
1882
-
1883
- /**
1884
- * Contains response data for the listByFrontDoorNext operation.
1885
- */
1886
- export type HealthProbeSettingsListByFrontDoorNextResponse = HealthProbeSettingsListResult & {
1887
- /**
1888
- * The underlying HTTP response.
1889
- */
1890
- _response: msRest.HttpResponse & {
1891
- /**
1892
- * The response body as text (string format)
1893
- */
1894
- bodyAsText: string;
1895
- /**
1896
- * The response body as parsed JSON or XML
1897
- */
1898
- parsedBody: HealthProbeSettingsListResult;
1899
- };
1900
- };
1901
-
1902
- /**
1903
- * Contains response data for the listByFrontDoor operation.
1904
- */
1905
- export type LoadBalancingSettingsListByFrontDoorResponse = LoadBalancingSettingsListResult & {
1906
- /**
1907
- * The underlying HTTP response.
1908
- */
1909
- _response: msRest.HttpResponse & {
1910
- /**
1911
- * The response body as text (string format)
1912
- */
1913
- bodyAsText: string;
1914
- /**
1915
- * The response body as parsed JSON or XML
1916
- */
1917
- parsedBody: LoadBalancingSettingsListResult;
1918
- };
1919
- };
1920
-
1921
- /**
1922
- * Contains response data for the get operation.
1923
- */
1924
- export type LoadBalancingSettingsGetResponse = LoadBalancingSettingsModel & {
1925
- /**
1926
- * The underlying HTTP response.
1927
- */
1928
- _response: msRest.HttpResponse & {
1929
- /**
1930
- * The response body as text (string format)
1931
- */
1932
- bodyAsText: string;
1933
- /**
1934
- * The response body as parsed JSON or XML
1935
- */
1936
- parsedBody: LoadBalancingSettingsModel;
1937
- };
1938
- };
1939
-
1940
- /**
1941
- * Contains response data for the createOrUpdate operation.
1942
- */
1943
- export type LoadBalancingSettingsCreateOrUpdateResponse = LoadBalancingSettingsModel & {
1944
- /**
1945
- * The underlying HTTP response.
1946
- */
1947
- _response: msRest.HttpResponse & {
1948
- /**
1949
- * The response body as text (string format)
1950
- */
1951
- bodyAsText: string;
1952
- /**
1953
- * The response body as parsed JSON or XML
1954
- */
1955
- parsedBody: LoadBalancingSettingsModel;
1956
- };
1957
- };
1958
-
1959
- /**
1960
- * Contains response data for the beginCreateOrUpdate operation.
1961
- */
1962
- export type LoadBalancingSettingsBeginCreateOrUpdateResponse = LoadBalancingSettingsModel & {
1963
- /**
1964
- * The underlying HTTP response.
1965
- */
1966
- _response: msRest.HttpResponse & {
1967
- /**
1968
- * The response body as text (string format)
1969
- */
1970
- bodyAsText: string;
1971
- /**
1972
- * The response body as parsed JSON or XML
1973
- */
1974
- parsedBody: LoadBalancingSettingsModel;
1975
- };
1976
- };
1977
-
1978
- /**
1979
- * Contains response data for the listByFrontDoorNext operation.
1980
- */
1981
- export type LoadBalancingSettingsListByFrontDoorNextResponse = LoadBalancingSettingsListResult & {
1982
- /**
1983
- * The underlying HTTP response.
1984
- */
1985
- _response: msRest.HttpResponse & {
1986
- /**
1987
- * The response body as text (string format)
1988
- */
1989
- bodyAsText: string;
1990
- /**
1991
- * The response body as parsed JSON or XML
1992
- */
1993
- parsedBody: LoadBalancingSettingsListResult;
1994
- };
1995
- };
1996
-
1997
- /**
1998
- * Contains response data for the listByFrontDoor operation.
1999
- */
2000
- export type BackendPoolsListByFrontDoorResponse = BackendPoolListResult & {
2001
- /**
2002
- * The underlying HTTP response.
2003
- */
2004
- _response: msRest.HttpResponse & {
2005
- /**
2006
- * The response body as text (string format)
2007
- */
2008
- bodyAsText: string;
2009
- /**
2010
- * The response body as parsed JSON or XML
2011
- */
2012
- parsedBody: BackendPoolListResult;
2013
- };
2014
- };
2015
-
2016
- /**
2017
- * Contains response data for the get operation.
2018
- */
2019
- export type BackendPoolsGetResponse = BackendPool & {
2020
- /**
2021
- * The underlying HTTP response.
2022
- */
2023
- _response: msRest.HttpResponse & {
2024
- /**
2025
- * The response body as text (string format)
2026
- */
2027
- bodyAsText: string;
2028
- /**
2029
- * The response body as parsed JSON or XML
2030
- */
2031
- parsedBody: BackendPool;
2032
- };
2033
- };
2034
-
2035
- /**
2036
- * Contains response data for the createOrUpdate operation.
2037
- */
2038
- export type BackendPoolsCreateOrUpdateResponse = BackendPool & {
2039
- /**
2040
- * The underlying HTTP response.
2041
- */
2042
- _response: msRest.HttpResponse & {
2043
- /**
2044
- * The response body as text (string format)
2045
- */
2046
- bodyAsText: string;
2047
- /**
2048
- * The response body as parsed JSON or XML
2049
- */
2050
- parsedBody: BackendPool;
2051
- };
2052
- };
2053
-
2054
- /**
2055
- * Contains response data for the beginCreateOrUpdate operation.
2056
- */
2057
- export type BackendPoolsBeginCreateOrUpdateResponse = BackendPool & {
2058
- /**
2059
- * The underlying HTTP response.
2060
- */
2061
- _response: msRest.HttpResponse & {
2062
- /**
2063
- * The response body as text (string format)
2064
- */
2065
- bodyAsText: string;
2066
- /**
2067
- * The response body as parsed JSON or XML
2068
- */
2069
- parsedBody: BackendPool;
2070
- };
2071
- };
2072
-
2073
- /**
2074
- * Contains response data for the listByFrontDoorNext operation.
2075
- */
2076
- export type BackendPoolsListByFrontDoorNextResponse = BackendPoolListResult & {
2077
- /**
2078
- * The underlying HTTP response.
2079
- */
2080
- _response: msRest.HttpResponse & {
2081
- /**
2082
- * The response body as text (string format)
2083
- */
2084
- bodyAsText: string;
2085
- /**
2086
- * The response body as parsed JSON or XML
2087
- */
2088
- parsedBody: BackendPoolListResult;
2089
- };
2090
- };
2091
-
2092
- /**
2093
- * Contains response data for the listByFrontDoor operation.
2094
- */
2095
- export type FrontendEndpointsListByFrontDoorResponse = FrontendEndpointsListResult & {
2096
- /**
2097
- * The underlying HTTP response.
2098
- */
2099
- _response: msRest.HttpResponse & {
2100
- /**
2101
- * The response body as text (string format)
2102
- */
2103
- bodyAsText: string;
2104
- /**
2105
- * The response body as parsed JSON or XML
2106
- */
2107
- parsedBody: FrontendEndpointsListResult;
2108
- };
2109
- };
2110
-
2111
- /**
2112
- * Contains response data for the get operation.
2113
- */
2114
- export type FrontendEndpointsGetResponse = FrontendEndpoint & {
2115
- /**
2116
- * The underlying HTTP response.
2117
- */
2118
- _response: msRest.HttpResponse & {
2119
- /**
2120
- * The response body as text (string format)
2121
- */
2122
- bodyAsText: string;
2123
- /**
2124
- * The response body as parsed JSON or XML
2125
- */
2126
- parsedBody: FrontendEndpoint;
2127
- };
2128
- };
2129
-
2130
- /**
2131
- * Contains response data for the createOrUpdate operation.
2132
- */
2133
- export type FrontendEndpointsCreateOrUpdateResponse = FrontendEndpoint & {
2134
- /**
2135
- * The underlying HTTP response.
2136
- */
2137
- _response: msRest.HttpResponse & {
2138
- /**
2139
- * The response body as text (string format)
2140
- */
2141
- bodyAsText: string;
2142
- /**
2143
- * The response body as parsed JSON or XML
2144
- */
2145
- parsedBody: FrontendEndpoint;
2146
- };
2147
- };
2148
-
2149
- /**
2150
- * Contains response data for the beginCreateOrUpdate operation.
2151
- */
2152
- export type FrontendEndpointsBeginCreateOrUpdateResponse = FrontendEndpoint & {
2153
- /**
2154
- * The underlying HTTP response.
2155
- */
2156
- _response: msRest.HttpResponse & {
2157
- /**
2158
- * The response body as text (string format)
2159
- */
2160
- bodyAsText: string;
2161
- /**
2162
- * The response body as parsed JSON or XML
2163
- */
2164
- parsedBody: FrontendEndpoint;
2165
- };
2166
- };
2167
-
2168
- /**
2169
- * Contains response data for the listByFrontDoorNext operation.
2170
- */
2171
- export type FrontendEndpointsListByFrontDoorNextResponse = FrontendEndpointsListResult & {
2172
- /**
2173
- * The underlying HTTP response.
2174
- */
2175
- _response: msRest.HttpResponse & {
2176
- /**
2177
- * The response body as text (string format)
2178
- */
2179
- bodyAsText: string;
2180
- /**
2181
- * The response body as parsed JSON or XML
2182
- */
2183
- parsedBody: FrontendEndpointsListResult;
2184
- };
2185
- };
2186
-
2187
- /**
2188
- * Contains response data for the list operation.
2189
- */
2190
- export type PoliciesListResponse = WebApplicationFirewallPolicyListResult & {
2191
- /**
2192
- * The underlying HTTP response.
2193
- */
2194
- _response: msRest.HttpResponse & {
2195
- /**
2196
- * The response body as text (string format)
2197
- */
2198
- bodyAsText: string;
2199
- /**
2200
- * The response body as parsed JSON or XML
2201
- */
2202
- parsedBody: WebApplicationFirewallPolicyListResult;
2203
- };
2204
- };
2205
-
2206
- /**
2207
- * Contains response data for the get operation.
2208
- */
2209
- export type PoliciesGetResponse = WebApplicationFirewallPolicy1 & {
2210
- /**
2211
- * The underlying HTTP response.
2212
- */
2213
- _response: msRest.HttpResponse & {
2214
- /**
2215
- * The response body as text (string format)
2216
- */
2217
- bodyAsText: string;
2218
- /**
2219
- * The response body as parsed JSON or XML
2220
- */
2221
- parsedBody: WebApplicationFirewallPolicy1;
2222
- };
2223
- };
2224
-
2225
- /**
2226
- * Contains response data for the createOrUpdate operation.
2227
- */
2228
- export type PoliciesCreateOrUpdateResponse = WebApplicationFirewallPolicy1 & {
2229
- /**
2230
- * The underlying HTTP response.
2231
- */
2232
- _response: msRest.HttpResponse & {
2233
- /**
2234
- * The response body as text (string format)
2235
- */
2236
- bodyAsText: string;
2237
- /**
2238
- * The response body as parsed JSON or XML
2239
- */
2240
- parsedBody: WebApplicationFirewallPolicy1;
2241
- };
2242
- };
2243
-
2244
- /**
2245
- * Contains response data for the listNext operation.
2246
- */
2247
- export type PoliciesListNextResponse = WebApplicationFirewallPolicyListResult & {
2248
- /**
2249
- * The underlying HTTP response.
2250
- */
2251
- _response: msRest.HttpResponse & {
2252
- /**
2253
- * The response body as text (string format)
2254
- */
2255
- bodyAsText: string;
2256
- /**
2257
- * The response body as parsed JSON or XML
2258
- */
2259
- parsedBody: WebApplicationFirewallPolicyListResult;
2260
- };
2261
- };