@azure/arm-frontdoor 4.1.1 → 5.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (293) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/LICENSE +21 -0
  3. package/README.md +69 -80
  4. package/dist/index.js +6728 -0
  5. package/dist/index.js.map +1 -0
  6. package/dist/index.min.js +1 -0
  7. package/dist/index.min.js.map +1 -0
  8. package/dist-esm/src/frontDoorManagementClient.d.ts +29 -0
  9. package/dist-esm/src/frontDoorManagementClient.d.ts.map +1 -0
  10. package/dist-esm/src/frontDoorManagementClient.js +62 -0
  11. package/dist-esm/src/frontDoorManagementClient.js.map +1 -0
  12. package/dist-esm/src/index.d.ts +5 -0
  13. package/dist-esm/src/index.d.ts.map +1 -0
  14. package/dist-esm/src/index.js +12 -0
  15. package/dist-esm/src/index.js.map +1 -0
  16. package/dist-esm/src/lroImpl.d.ts +16 -0
  17. package/dist-esm/src/lroImpl.d.ts.map +1 -0
  18. package/dist-esm/src/lroImpl.js +29 -0
  19. package/dist-esm/src/lroImpl.js.map +1 -0
  20. package/dist-esm/src/models/index.d.ts +2380 -0
  21. package/dist-esm/src/models/index.d.ts.map +1 -0
  22. package/dist-esm/src/models/index.js +399 -0
  23. package/dist-esm/src/models/index.js.map +1 -0
  24. package/dist-esm/src/models/mappers.d.ts +93 -0
  25. package/dist-esm/src/models/mappers.d.ts.map +1 -0
  26. package/{esm → dist-esm/src}/models/mappers.js +1812 -1645
  27. package/dist-esm/src/models/mappers.js.map +1 -0
  28. package/dist-esm/src/models/parameters.d.ts +36 -0
  29. package/dist-esm/src/models/parameters.d.ts.map +1 -0
  30. package/dist-esm/src/models/parameters.js +316 -0
  31. package/dist-esm/src/models/parameters.js.map +1 -0
  32. package/dist-esm/src/operations/endpoints.d.ts +34 -0
  33. package/dist-esm/src/operations/endpoints.d.ts.map +1 -0
  34. package/dist-esm/src/operations/endpoints.js +106 -0
  35. package/dist-esm/src/operations/endpoints.js.map +1 -0
  36. package/dist-esm/src/operations/experiments.d.ts +99 -0
  37. package/dist-esm/src/operations/experiments.d.ts.map +1 -0
  38. package/dist-esm/src/operations/experiments.js +417 -0
  39. package/dist-esm/src/operations/experiments.js.map +1 -0
  40. package/dist-esm/src/operations/frontDoorNameAvailability.d.ts +19 -0
  41. package/dist-esm/src/operations/frontDoorNameAvailability.d.ts.map +1 -0
  42. package/dist-esm/src/operations/frontDoorNameAvailability.js +49 -0
  43. package/dist-esm/src/operations/frontDoorNameAvailability.js.map +1 -0
  44. package/dist-esm/src/operations/frontDoorNameAvailabilityWithSubscription.d.ts +19 -0
  45. package/dist-esm/src/operations/frontDoorNameAvailabilityWithSubscription.d.ts.map +1 -0
  46. package/dist-esm/src/operations/frontDoorNameAvailabilityWithSubscription.js +49 -0
  47. package/dist-esm/src/operations/frontDoorNameAvailabilityWithSubscription.js.map +1 -0
  48. package/dist-esm/src/operations/frontDoors.d.ts +100 -0
  49. package/dist-esm/src/operations/frontDoors.d.ts.map +1 -0
  50. package/dist-esm/src/operations/frontDoors.js +453 -0
  51. package/dist-esm/src/operations/frontDoors.js.map +1 -0
  52. package/dist-esm/src/operations/frontendEndpoints.d.ts +81 -0
  53. package/dist-esm/src/operations/frontendEndpoints.d.ts.map +1 -0
  54. package/dist-esm/src/operations/frontendEndpoints.js +331 -0
  55. package/dist-esm/src/operations/frontendEndpoints.js.map +1 -0
  56. package/{esm → dist-esm/src}/operations/index.d.ts +2 -0
  57. package/dist-esm/src/operations/index.d.ts.map +1 -0
  58. package/dist-esm/src/operations/index.js +20 -0
  59. package/dist-esm/src/operations/index.js.map +1 -0
  60. package/dist-esm/src/operations/managedRuleSets.d.ts +32 -0
  61. package/dist-esm/src/operations/managedRuleSets.d.ts.map +1 -0
  62. package/dist-esm/src/operations/managedRuleSets.js +124 -0
  63. package/dist-esm/src/operations/managedRuleSets.js.map +1 -0
  64. package/dist-esm/src/operations/networkExperimentProfiles.d.ts +107 -0
  65. package/dist-esm/src/operations/networkExperimentProfiles.d.ts.map +1 -0
  66. package/dist-esm/src/operations/networkExperimentProfiles.js +500 -0
  67. package/dist-esm/src/operations/networkExperimentProfiles.js.map +1 -0
  68. package/dist-esm/src/operations/policies.d.ts +73 -0
  69. package/dist-esm/src/operations/policies.d.ts.map +1 -0
  70. package/dist-esm/src/operations/policies.js +309 -0
  71. package/dist-esm/src/operations/policies.js.map +1 -0
  72. package/dist-esm/src/operations/preconfiguredEndpoints.d.ts +38 -0
  73. package/dist-esm/src/operations/preconfiguredEndpoints.d.ts.map +1 -0
  74. package/dist-esm/src/operations/preconfiguredEndpoints.js +137 -0
  75. package/dist-esm/src/operations/preconfiguredEndpoints.js.map +1 -0
  76. package/dist-esm/src/operations/reports.d.ts +34 -0
  77. package/dist-esm/src/operations/reports.d.ts.map +1 -0
  78. package/dist-esm/src/operations/reports.js +120 -0
  79. package/dist-esm/src/operations/reports.js.map +1 -0
  80. package/dist-esm/src/operations/rulesEngines.d.ts +83 -0
  81. package/dist-esm/src/operations/rulesEngines.d.ts.map +1 -0
  82. package/dist-esm/src/operations/rulesEngines.js +341 -0
  83. package/dist-esm/src/operations/rulesEngines.js.map +1 -0
  84. package/dist-esm/src/operationsInterfaces/endpoints.d.ts +26 -0
  85. package/dist-esm/src/operationsInterfaces/endpoints.d.ts.map +1 -0
  86. package/dist-esm/src/operationsInterfaces/endpoints.js +9 -0
  87. package/dist-esm/src/operationsInterfaces/endpoints.js.map +1 -0
  88. package/dist-esm/src/operationsInterfaces/experiments.d.ts +74 -0
  89. package/dist-esm/src/operationsInterfaces/experiments.d.ts.map +1 -0
  90. package/dist-esm/src/operationsInterfaces/experiments.js +9 -0
  91. package/dist-esm/src/operationsInterfaces/experiments.js.map +1 -0
  92. package/dist-esm/src/operationsInterfaces/frontDoorNameAvailability.d.ts +11 -0
  93. package/dist-esm/src/operationsInterfaces/frontDoorNameAvailability.d.ts.map +1 -0
  94. package/dist-esm/src/operationsInterfaces/frontDoorNameAvailability.js +9 -0
  95. package/dist-esm/src/operationsInterfaces/frontDoorNameAvailability.js.map +1 -0
  96. package/dist-esm/src/operationsInterfaces/frontDoorNameAvailabilityWithSubscription.d.ts +11 -0
  97. package/dist-esm/src/operationsInterfaces/frontDoorNameAvailabilityWithSubscription.d.ts.map +1 -0
  98. package/dist-esm/src/operationsInterfaces/frontDoorNameAvailabilityWithSubscription.js +9 -0
  99. package/dist-esm/src/operationsInterfaces/frontDoorNameAvailabilityWithSubscription.js.map +1 -0
  100. package/dist-esm/src/operationsInterfaces/frontDoors.d.ts +64 -0
  101. package/dist-esm/src/operationsInterfaces/frontDoors.d.ts.map +1 -0
  102. package/dist-esm/src/operationsInterfaces/frontDoors.js +9 -0
  103. package/dist-esm/src/operationsInterfaces/frontDoors.js.map +1 -0
  104. package/dist-esm/src/operationsInterfaces/frontendEndpoints.d.ts +56 -0
  105. package/dist-esm/src/operationsInterfaces/frontendEndpoints.d.ts.map +1 -0
  106. package/dist-esm/src/operationsInterfaces/frontendEndpoints.js +9 -0
  107. package/dist-esm/src/operationsInterfaces/frontendEndpoints.js.map +1 -0
  108. package/dist-esm/src/operationsInterfaces/index.d.ts +13 -0
  109. package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
  110. package/dist-esm/src/operationsInterfaces/index.js +20 -0
  111. package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
  112. package/dist-esm/src/operationsInterfaces/managedRuleSets.d.ts +11 -0
  113. package/dist-esm/src/operationsInterfaces/managedRuleSets.d.ts.map +1 -0
  114. package/dist-esm/src/operationsInterfaces/managedRuleSets.js +9 -0
  115. package/dist-esm/src/operationsInterfaces/managedRuleSets.js.map +1 -0
  116. package/dist-esm/src/operationsInterfaces/networkExperimentProfiles.d.ts +71 -0
  117. package/dist-esm/src/operationsInterfaces/networkExperimentProfiles.d.ts.map +1 -0
  118. package/dist-esm/src/operationsInterfaces/networkExperimentProfiles.js +9 -0
  119. package/dist-esm/src/operationsInterfaces/networkExperimentProfiles.js.map +1 -0
  120. package/dist-esm/src/operationsInterfaces/policies.d.ts +50 -0
  121. package/dist-esm/src/operationsInterfaces/policies.d.ts.map +1 -0
  122. package/dist-esm/src/operationsInterfaces/policies.js +9 -0
  123. package/dist-esm/src/operationsInterfaces/policies.js.map +1 -0
  124. package/dist-esm/src/operationsInterfaces/preconfiguredEndpoints.d.ts +13 -0
  125. package/dist-esm/src/operationsInterfaces/preconfiguredEndpoints.d.ts.map +1 -0
  126. package/dist-esm/src/operationsInterfaces/preconfiguredEndpoints.js +9 -0
  127. package/dist-esm/src/operationsInterfaces/preconfiguredEndpoints.js.map +1 -0
  128. package/dist-esm/src/operationsInterfaces/reports.d.ts +26 -0
  129. package/dist-esm/src/operationsInterfaces/reports.d.ts.map +1 -0
  130. package/dist-esm/src/operationsInterfaces/reports.js +9 -0
  131. package/dist-esm/src/operationsInterfaces/reports.js.map +1 -0
  132. package/dist-esm/src/operationsInterfaces/rulesEngines.d.ts +58 -0
  133. package/dist-esm/src/operationsInterfaces/rulesEngines.d.ts.map +1 -0
  134. package/dist-esm/src/operationsInterfaces/rulesEngines.js +9 -0
  135. package/dist-esm/src/operationsInterfaces/rulesEngines.js.map +1 -0
  136. package/dist-esm/test/sampleTest.d.ts +2 -0
  137. package/dist-esm/test/sampleTest.d.ts.map +1 -0
  138. package/dist-esm/test/sampleTest.js +40 -0
  139. package/dist-esm/test/sampleTest.js.map +1 -0
  140. package/package.json +65 -32
  141. package/review/arm-frontdoor.api.md +1910 -0
  142. package/rollup.config.js +181 -30
  143. package/src/frontDoorManagementClient.ts +107 -164
  144. package/src/index.ts +12 -0
  145. package/src/lroImpl.ts +34 -0
  146. package/src/models/index.ts +2184 -2625
  147. package/src/models/mappers.ts +1796 -1578
  148. package/src/models/parameters.ts +228 -115
  149. package/src/operations/endpoints.ts +110 -59
  150. package/src/operations/experiments.ts +439 -238
  151. package/src/operations/frontDoorNameAvailability.ts +68 -0
  152. package/src/operations/frontDoorNameAvailabilityWithSubscription.ts +69 -0
  153. package/src/operations/frontDoors.ts +423 -310
  154. package/src/operations/frontendEndpoints.ts +334 -188
  155. package/src/operations/index.ts +5 -5
  156. package/src/operations/managedRuleSets.ts +92 -76
  157. package/src/operations/networkExperimentProfiles.ts +488 -297
  158. package/src/operations/policies.ts +305 -195
  159. package/src/operations/preconfiguredEndpoints.ts +125 -84
  160. package/src/operations/reports.ts +86 -118
  161. package/src/operations/rulesEngines.ts +343 -193
  162. package/src/operationsInterfaces/endpoints.ts +47 -0
  163. package/src/operationsInterfaces/experiments.ts +147 -0
  164. package/src/operationsInterfaces/frontDoorNameAvailability.ts +26 -0
  165. package/src/operationsInterfaces/frontDoorNameAvailabilityWithSubscription.ts +26 -0
  166. package/src/operationsInterfaces/frontDoors.ts +122 -0
  167. package/src/operationsInterfaces/frontendEndpoints.ts +104 -0
  168. package/{esm/operations/index.js → src/operationsInterfaces/index.ts} +6 -6
  169. package/src/operationsInterfaces/managedRuleSets.ts +25 -0
  170. package/src/operationsInterfaces/networkExperimentProfiles.ts +139 -0
  171. package/src/operationsInterfaces/policies.ts +97 -0
  172. package/src/operationsInterfaces/preconfiguredEndpoints.ts +29 -0
  173. package/src/operationsInterfaces/reports.ts +57 -0
  174. package/src/operationsInterfaces/rulesEngines.ts +111 -0
  175. package/tsconfig.json +3 -3
  176. package/types/arm-frontdoor.d.ts +3127 -0
  177. package/types/tsdoc-metadata.json +11 -0
  178. package/dist/arm-frontdoor.js +0 -5978
  179. package/dist/arm-frontdoor.js.map +0 -1
  180. package/dist/arm-frontdoor.min.js +0 -1
  181. package/dist/arm-frontdoor.min.js.map +0 -1
  182. package/esm/frontDoorManagementClient.d.ts +0 -70
  183. package/esm/frontDoorManagementClient.d.ts.map +0 -1
  184. package/esm/frontDoorManagementClient.js +0 -112
  185. package/esm/frontDoorManagementClient.js.map +0 -1
  186. package/esm/frontDoorManagementClientContext.d.ts +0 -22
  187. package/esm/frontDoorManagementClientContext.d.ts.map +0 -1
  188. package/esm/frontDoorManagementClientContext.js +0 -61
  189. package/esm/frontDoorManagementClientContext.js.map +0 -1
  190. package/esm/models/endpointsMappers.d.ts +0 -2
  191. package/esm/models/endpointsMappers.d.ts.map +0 -1
  192. package/esm/models/endpointsMappers.js +0 -9
  193. package/esm/models/endpointsMappers.js.map +0 -1
  194. package/esm/models/experimentsMappers.d.ts +0 -2
  195. package/esm/models/experimentsMappers.d.ts.map +0 -1
  196. package/esm/models/experimentsMappers.js +0 -9
  197. package/esm/models/experimentsMappers.js.map +0 -1
  198. package/esm/models/frontDoorsMappers.d.ts +0 -2
  199. package/esm/models/frontDoorsMappers.d.ts.map +0 -1
  200. package/esm/models/frontDoorsMappers.js +0 -9
  201. package/esm/models/frontDoorsMappers.js.map +0 -1
  202. package/esm/models/frontendEndpointsMappers.d.ts +0 -2
  203. package/esm/models/frontendEndpointsMappers.d.ts.map +0 -1
  204. package/esm/models/frontendEndpointsMappers.js +0 -9
  205. package/esm/models/frontendEndpointsMappers.js.map +0 -1
  206. package/esm/models/index.d.ts +0 -2901
  207. package/esm/models/index.d.ts.map +0 -1
  208. package/esm/models/index.js +0 -8
  209. package/esm/models/index.js.map +0 -1
  210. package/esm/models/managedRuleSetsMappers.d.ts +0 -2
  211. package/esm/models/managedRuleSetsMappers.d.ts.map +0 -1
  212. package/esm/models/managedRuleSetsMappers.js +0 -9
  213. package/esm/models/managedRuleSetsMappers.js.map +0 -1
  214. package/esm/models/mappers.d.ts +0 -84
  215. package/esm/models/mappers.d.ts.map +0 -1
  216. package/esm/models/mappers.js.map +0 -1
  217. package/esm/models/networkExperimentProfilesMappers.d.ts +0 -2
  218. package/esm/models/networkExperimentProfilesMappers.d.ts.map +0 -1
  219. package/esm/models/networkExperimentProfilesMappers.js +0 -9
  220. package/esm/models/networkExperimentProfilesMappers.js.map +0 -1
  221. package/esm/models/parameters.d.ts +0 -22
  222. package/esm/models/parameters.d.ts.map +0 -1
  223. package/esm/models/parameters.js +0 -252
  224. package/esm/models/parameters.js.map +0 -1
  225. package/esm/models/policiesMappers.d.ts +0 -2
  226. package/esm/models/policiesMappers.d.ts.map +0 -1
  227. package/esm/models/policiesMappers.js +0 -9
  228. package/esm/models/policiesMappers.js.map +0 -1
  229. package/esm/models/preconfiguredEndpointsMappers.d.ts +0 -2
  230. package/esm/models/preconfiguredEndpointsMappers.d.ts.map +0 -1
  231. package/esm/models/preconfiguredEndpointsMappers.js +0 -9
  232. package/esm/models/preconfiguredEndpointsMappers.js.map +0 -1
  233. package/esm/models/reportsMappers.d.ts +0 -2
  234. package/esm/models/reportsMappers.d.ts.map +0 -1
  235. package/esm/models/reportsMappers.js +0 -9
  236. package/esm/models/reportsMappers.js.map +0 -1
  237. package/esm/models/rulesEnginesMappers.d.ts +0 -2
  238. package/esm/models/rulesEnginesMappers.d.ts.map +0 -1
  239. package/esm/models/rulesEnginesMappers.js +0 -9
  240. package/esm/models/rulesEnginesMappers.js.map +0 -1
  241. package/esm/operations/endpoints.d.ts +0 -36
  242. package/esm/operations/endpoints.d.ts.map +0 -1
  243. package/esm/operations/endpoints.js +0 -87
  244. package/esm/operations/endpoints.js.map +0 -1
  245. package/esm/operations/experiments.d.ts +0 -137
  246. package/esm/operations/experiments.d.ts.map +0 -1
  247. package/esm/operations/experiments.js +0 -302
  248. package/esm/operations/experiments.js.map +0 -1
  249. package/esm/operations/frontDoors.d.ts +0 -165
  250. package/esm/operations/frontDoors.d.ts.map +0 -1
  251. package/esm/operations/frontDoors.js +0 -315
  252. package/esm/operations/frontDoors.js.map +0 -1
  253. package/esm/operations/frontendEndpoints.d.ts +0 -115
  254. package/esm/operations/frontendEndpoints.d.ts.map +0 -1
  255. package/esm/operations/frontendEndpoints.js +0 -229
  256. package/esm/operations/frontendEndpoints.js.map +0 -1
  257. package/esm/operations/index.d.ts.map +0 -1
  258. package/esm/operations/index.js.map +0 -1
  259. package/esm/operations/managedRuleSets.d.ts +0 -46
  260. package/esm/operations/managedRuleSets.d.ts.map +0 -1
  261. package/esm/operations/managedRuleSets.js +0 -80
  262. package/esm/operations/managedRuleSets.js.map +0 -1
  263. package/esm/operations/networkExperimentProfiles.d.ts +0 -158
  264. package/esm/operations/networkExperimentProfiles.d.ts.map +0 -1
  265. package/esm/operations/networkExperimentProfiles.js +0 -339
  266. package/esm/operations/networkExperimentProfiles.js.map +0 -1
  267. package/esm/operations/policies.d.ts +0 -105
  268. package/esm/operations/policies.d.ts.map +0 -1
  269. package/esm/operations/policies.js +0 -225
  270. package/esm/operations/policies.js.map +0 -1
  271. package/esm/operations/preconfiguredEndpoints.d.ts +0 -52
  272. package/esm/operations/preconfiguredEndpoints.d.ts.map +0 -1
  273. package/esm/operations/preconfiguredEndpoints.js +0 -84
  274. package/esm/operations/preconfiguredEndpoints.js.map +0 -1
  275. package/esm/operations/reports.d.ts +0 -85
  276. package/esm/operations/reports.d.ts.map +0 -1
  277. package/esm/operations/reports.js +0 -107
  278. package/esm/operations/reports.js.map +0 -1
  279. package/esm/operations/rulesEngines.d.ts +0 -119
  280. package/esm/operations/rulesEngines.d.ts.map +0 -1
  281. package/esm/operations/rulesEngines.js +0 -240
  282. package/esm/operations/rulesEngines.js.map +0 -1
  283. package/src/frontDoorManagementClientContext.ts +0 -67
  284. package/src/models/endpointsMappers.ts +0 -13
  285. package/src/models/experimentsMappers.ts +0 -59
  286. package/src/models/frontDoorsMappers.ts +0 -60
  287. package/src/models/frontendEndpointsMappers.ts +0 -58
  288. package/src/models/managedRuleSetsMappers.ts +0 -58
  289. package/src/models/networkExperimentProfilesMappers.ts +0 -59
  290. package/src/models/policiesMappers.ts +0 -59
  291. package/src/models/preconfiguredEndpointsMappers.ts +0 -58
  292. package/src/models/reportsMappers.ts +0 -57
  293. package/src/models/rulesEnginesMappers.ts +0 -58
@@ -1,2901 +0,0 @@
1
- import { BaseResource, CloudError, AzureServiceClientOptions } from "@azure/ms-rest-azure-js";
2
- import * as msRest from "@azure/ms-rest-js";
3
- export { BaseResource, CloudError };
4
- /**
5
- * An interface representing ErrorDetails.
6
- */
7
- export interface ErrorDetails {
8
- code?: string;
9
- target?: string;
10
- message?: string;
11
- }
12
- /**
13
- * An interface representing ErrorModel.
14
- */
15
- export interface ErrorModel {
16
- code?: string;
17
- message?: string;
18
- target?: string;
19
- details?: ErrorDetails[];
20
- innerError?: string;
21
- }
22
- /**
23
- * The response body contains the status of the specified asynchronous operation, indicating
24
- * whether it has succeeded, is in progress, or has failed. Note that this status is distinct from
25
- * the HTTP status code returned for the Get Operation Status operation itself. If the asynchronous
26
- * operation succeeded, the response body includes the HTTP status code for the successful request.
27
- * If the asynchronous operation failed, the response body includes the HTTP status code for the
28
- * failed request and error information regarding the failure.
29
- */
30
- export interface AzureAsyncOperationResult {
31
- /**
32
- * Status of the Azure async operation. Possible values are: 'InProgress', 'Succeeded', and
33
- * 'Failed'. Possible values include: 'InProgress', 'Succeeded', 'Failed'
34
- */
35
- status?: NetworkOperationStatus;
36
- error?: ErrorModel;
37
- }
38
- /**
39
- * Common resource representation.
40
- */
41
- export interface Resource extends BaseResource {
42
- /**
43
- * Resource ID.
44
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
45
- */
46
- readonly id?: string;
47
- /**
48
- * Resource name.
49
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
50
- */
51
- readonly name?: string;
52
- /**
53
- * Resource type.
54
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
55
- */
56
- readonly type?: string;
57
- /**
58
- * Resource location.
59
- */
60
- location?: string;
61
- /**
62
- * Resource tags.
63
- */
64
- tags?: {
65
- [propertyName: string]: string;
66
- };
67
- }
68
- /**
69
- * Reference to another subresource.
70
- */
71
- export interface SubResource extends BaseResource {
72
- /**
73
- * Resource ID.
74
- */
75
- id?: string;
76
- }
77
- /**
78
- * Tags object for patch operations.
79
- */
80
- export interface TagsObject {
81
- /**
82
- * Resource tags.
83
- */
84
- tags?: {
85
- [propertyName: string]: string;
86
- };
87
- }
88
- /**
89
- * Defines an Network Experiment Profile and lists of Experiments
90
- */
91
- export interface Profile extends Resource {
92
- /**
93
- * Resource status. Possible values include: 'Creating', 'Enabling', 'Enabled', 'Disabling',
94
- * 'Disabled', 'Deleting'
95
- */
96
- resourceState?: NetworkExperimentResourceState;
97
- /**
98
- * The state of the Experiment. Possible values include: 'Enabled', 'Disabled'
99
- */
100
- enabledState?: State;
101
- /**
102
- * Gets a unique read-only string that changes whenever the resource is updated.
103
- */
104
- etag?: string;
105
- }
106
- /**
107
- * Defines the endpoint properties
108
- */
109
- export interface Endpoint {
110
- /**
111
- * The name of the endpoint
112
- */
113
- name?: string;
114
- /**
115
- * The endpoint URL
116
- */
117
- endpoint?: string;
118
- }
119
- /**
120
- * Defines modifiable attributes of a Profile
121
- */
122
- export interface ProfileUpdateModel {
123
- /**
124
- * The enabled state of the Profile. Possible values include: 'Enabled', 'Disabled'
125
- */
126
- enabledState?: State;
127
- /**
128
- * Resource tags.
129
- */
130
- tags?: {
131
- [propertyName: string]: string;
132
- };
133
- }
134
- /**
135
- * Defines modifiable attributes of an Experiment
136
- */
137
- export interface ExperimentUpdateModel {
138
- /**
139
- * Resource tags.
140
- */
141
- tags?: {
142
- [propertyName: string]: string;
143
- };
144
- /**
145
- * The description of the intent or details of the Experiment
146
- */
147
- description?: string;
148
- /**
149
- * The state of the Experiment. Possible values include: 'Enabled', 'Disabled'
150
- */
151
- enabledState?: State;
152
- }
153
- /**
154
- * Defines the properties of an Experiment
155
- */
156
- export interface Experiment extends Resource {
157
- /**
158
- * The description of the details or intents of the Experiment
159
- */
160
- description?: string;
161
- /**
162
- * The endpoint A of an experiment
163
- */
164
- endpointA?: Endpoint;
165
- /**
166
- * The endpoint B of an experiment
167
- */
168
- endpointB?: Endpoint;
169
- /**
170
- * The state of the Experiment. Possible values include: 'Enabled', 'Disabled'
171
- */
172
- enabledState?: State;
173
- /**
174
- * Resource status. Possible values include: 'Creating', 'Enabling', 'Enabled', 'Disabling',
175
- * 'Disabled', 'Deleting'
176
- */
177
- resourceState?: NetworkExperimentResourceState;
178
- /**
179
- * The description of Experiment status from the server side
180
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
181
- */
182
- readonly status?: string;
183
- /**
184
- * The uri to the Script used in the Experiment
185
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
186
- */
187
- readonly scriptFileUri?: string;
188
- }
189
- /**
190
- * Defines the properties of a latency metric used in the latency scorecard
191
- */
192
- export interface LatencyMetric {
193
- /**
194
- * The name of the Latency Metric
195
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
196
- */
197
- readonly name?: string;
198
- /**
199
- * The end time of the Latency Scorecard in UTC
200
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
201
- */
202
- readonly endDateTimeUTC?: string;
203
- /**
204
- * The metric value of the A endpoint
205
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
206
- */
207
- readonly aValue?: number;
208
- /**
209
- * The metric value of the B endpoint
210
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
211
- */
212
- readonly bValue?: number;
213
- /**
214
- * The difference in value between endpoint A and B
215
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
216
- */
217
- readonly delta?: number;
218
- /**
219
- * The percent difference between endpoint A and B
220
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
221
- */
222
- readonly deltaPercent?: number;
223
- /**
224
- * The lower end of the 95% confidence interval for endpoint A
225
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
226
- */
227
- readonly aCLower95CI?: number;
228
- /**
229
- * The upper end of the 95% confidence interval for endpoint A
230
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
231
- */
232
- readonly aHUpper95CI?: number;
233
- /**
234
- * The lower end of the 95% confidence interval for endpoint B
235
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
236
- */
237
- readonly bCLower95CI?: number;
238
- /**
239
- * The upper end of the 95% confidence interval for endpoint B
240
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
241
- */
242
- readonly bUpper95CI?: number;
243
- }
244
- /**
245
- * Defines the LatencyScorecard
246
- */
247
- export interface LatencyScorecard extends Resource {
248
- /**
249
- * The unique identifier of the Latency Scorecard
250
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
251
- */
252
- readonly latencyScorecardId?: string;
253
- /**
254
- * The name of the Latency Scorecard
255
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
256
- */
257
- readonly latencyScorecardName?: string;
258
- /**
259
- * The description of the Latency Scorecard
260
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
261
- */
262
- readonly description?: string;
263
- /**
264
- * The A endpoint in the scorecard
265
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
266
- */
267
- readonly endpointA?: string;
268
- /**
269
- * The B endpoint in the scorecard
270
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
271
- */
272
- readonly endpointB?: string;
273
- /**
274
- * The start time of the Latency Scorecard in UTC
275
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
276
- */
277
- readonly startDateTimeUTC?: Date;
278
- /**
279
- * The end time of the Latency Scorecard in UTC
280
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
281
- */
282
- readonly endDateTimeUTC?: Date;
283
- /**
284
- * The country associated with the Latency Scorecard. Values are country ISO codes as specified
285
- * here- https://www.iso.org/iso-3166-country-codes.html
286
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
287
- */
288
- readonly country?: string;
289
- /**
290
- * The latency metrics of the Latency Scorecard
291
- */
292
- latencyMetrics?: LatencyMetric[];
293
- }
294
- /**
295
- * Defines a timeseries datapoint used in a timeseries
296
- */
297
- export interface TimeseriesDataPoint {
298
- /**
299
- * The DateTime of the Timeseries data point in UTC
300
- */
301
- dateTimeUTC?: string;
302
- /**
303
- * The Value of the Timeseries data point
304
- */
305
- value?: number;
306
- }
307
- /**
308
- * Defines the Timeseries
309
- */
310
- export interface Timeseries extends Resource {
311
- /**
312
- * The endpoint associated with the Timeseries data point
313
- */
314
- endpoint?: string;
315
- /**
316
- * The start DateTime of the Timeseries in UTC
317
- */
318
- startDateTimeUTC?: string;
319
- /**
320
- * The end DateTime of the Timeseries in UTC
321
- */
322
- endDateTimeUTC?: string;
323
- /**
324
- * The aggregation interval of the Timeseries. Possible values include: 'Hourly', 'Daily'
325
- */
326
- aggregationInterval?: AggregationInterval;
327
- /**
328
- * The type of Timeseries. Possible values include: 'MeasurementCounts', 'LatencyP50',
329
- * 'LatencyP75', 'LatencyP95'
330
- */
331
- timeseriesType?: TimeseriesType;
332
- /**
333
- * The country associated with the Timeseries. Values are country ISO codes as specified here-
334
- * https://www.iso.org/iso-3166-country-codes.html
335
- */
336
- country?: string;
337
- /**
338
- * The set of data points for the timeseries
339
- */
340
- timeseriesData?: TimeseriesDataPoint[];
341
- }
342
- /**
343
- * Defines the properties of a preconfigured endpoint
344
- */
345
- export interface PreconfiguredEndpoint extends Resource {
346
- /**
347
- * The description of the endpoint
348
- */
349
- description?: string;
350
- /**
351
- * The endpoint that is preconfigured
352
- */
353
- endpoint?: string;
354
- /**
355
- * The type of endpoint. Possible values include: 'AFD', 'AzureRegion', 'CDN', 'ATM'
356
- */
357
- endpointType?: EndpointType;
358
- /**
359
- * The preconfigured endpoint backend
360
- */
361
- backend?: string;
362
- }
363
- /**
364
- * Error response indicates Front Door service is not able to process the incoming request. The
365
- * reason is provided in the error message.
366
- */
367
- export interface ErrorResponse {
368
- /**
369
- * Error code.
370
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
371
- */
372
- readonly code?: string;
373
- /**
374
- * Error message indicating why the operation failed.
375
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
376
- */
377
- readonly message?: string;
378
- }
379
- /**
380
- * A rules engine configuration containing a list of rules that will run to modify the runtime
381
- * behavior of the request and response.
382
- */
383
- export interface RulesEngine extends BaseResource {
384
- /**
385
- * A list of rules that define a particular Rules Engine Configuration.
386
- */
387
- rules?: RulesEngineRule[];
388
- /**
389
- * Resource status. Possible values include: 'Creating', 'Enabling', 'Enabled', 'Disabling',
390
- * 'Disabled', 'Deleting'
391
- */
392
- resourceState?: FrontDoorResourceState;
393
- /**
394
- * Resource name.
395
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
396
- */
397
- readonly name?: string;
398
- /**
399
- * Resource type.
400
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
401
- */
402
- readonly type?: string;
403
- /**
404
- * Resource ID.
405
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
406
- */
407
- readonly id?: string;
408
- }
409
- /**
410
- * Front Door represents a collection of backend endpoints to route traffic to along with rules
411
- * that specify how traffic is sent there.
412
- */
413
- export interface FrontDoor extends Resource {
414
- /**
415
- * A friendly name for the frontDoor
416
- */
417
- friendlyName?: string;
418
- /**
419
- * Routing rules associated with this Front Door.
420
- */
421
- routingRules?: RoutingRule[];
422
- /**
423
- * Load balancing settings associated with this Front Door instance.
424
- */
425
- loadBalancingSettings?: LoadBalancingSettingsModel[];
426
- /**
427
- * Health probe settings associated with this Front Door instance.
428
- */
429
- healthProbeSettings?: HealthProbeSettingsModel[];
430
- /**
431
- * Backend pools available to routing rules.
432
- */
433
- backendPools?: BackendPool[];
434
- /**
435
- * Frontend endpoints available to routing rules.
436
- */
437
- frontendEndpoints?: FrontendEndpoint[];
438
- /**
439
- * Settings for all backendPools
440
- */
441
- backendPoolsSettings?: BackendPoolsSettings;
442
- /**
443
- * Operational status of the Front Door load balancer. Permitted values are 'Enabled' or
444
- * 'Disabled'. Possible values include: 'Enabled', 'Disabled'
445
- */
446
- enabledState?: FrontDoorEnabledState;
447
- /**
448
- * Resource status of the Front Door. Possible values include: 'Creating', 'Enabling', 'Enabled',
449
- * 'Disabling', 'Disabled', 'Deleting'
450
- */
451
- resourceState?: FrontDoorResourceState;
452
- /**
453
- * Provisioning state of the Front Door.
454
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
455
- */
456
- readonly provisioningState?: string;
457
- /**
458
- * The host that each frontendEndpoint must CNAME to.
459
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
460
- */
461
- readonly cname?: string;
462
- /**
463
- * The Id of the frontdoor.
464
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
465
- */
466
- readonly frontdoorId?: string;
467
- /**
468
- * Rules Engine Configurations available to routing rules.
469
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
470
- */
471
- readonly rulesEngines?: RulesEngine[];
472
- }
473
- /**
474
- * A routing rule represents a specification for traffic to treat and where to send it, along with
475
- * health probe information.
476
- */
477
- export interface RoutingRule extends SubResource {
478
- /**
479
- * Frontend endpoints associated with this rule
480
- */
481
- frontendEndpoints?: SubResource[];
482
- /**
483
- * Protocol schemes to match for this rule
484
- */
485
- acceptedProtocols?: FrontDoorProtocol[];
486
- /**
487
- * The route patterns of the rule.
488
- */
489
- patternsToMatch?: string[];
490
- /**
491
- * Whether to enable use of this rule. Permitted values are 'Enabled' or 'Disabled'. Possible
492
- * values include: 'Enabled', 'Disabled'
493
- */
494
- enabledState?: RoutingRuleEnabledState;
495
- /**
496
- * A reference to the routing configuration.
497
- */
498
- routeConfiguration?: RouteConfigurationUnion;
499
- /**
500
- * A reference to a specific Rules Engine Configuration to apply to this route.
501
- */
502
- rulesEngine?: SubResource;
503
- /**
504
- * Resource status. Possible values include: 'Creating', 'Enabling', 'Enabled', 'Disabling',
505
- * 'Disabled', 'Deleting'
506
- */
507
- resourceState?: FrontDoorResourceState;
508
- /**
509
- * Resource name.
510
- */
511
- name?: string;
512
- /**
513
- * Resource type.
514
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
515
- */
516
- readonly type?: string;
517
- }
518
- /**
519
- * Load balancing settings for a backend pool
520
- */
521
- export interface LoadBalancingSettingsModel extends SubResource {
522
- /**
523
- * The number of samples to consider for load balancing decisions
524
- */
525
- sampleSize?: number;
526
- /**
527
- * The number of samples within the sample period that must succeed
528
- */
529
- successfulSamplesRequired?: number;
530
- /**
531
- * The additional latency in milliseconds for probes to fall into the lowest latency bucket
532
- */
533
- additionalLatencyMilliseconds?: number;
534
- /**
535
- * Resource status. Possible values include: 'Creating', 'Enabling', 'Enabled', 'Disabling',
536
- * 'Disabled', 'Deleting'
537
- */
538
- resourceState?: FrontDoorResourceState;
539
- /**
540
- * Resource name.
541
- */
542
- name?: string;
543
- /**
544
- * Resource type.
545
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
546
- */
547
- readonly type?: string;
548
- }
549
- /**
550
- * Load balancing settings for a backend pool
551
- */
552
- export interface HealthProbeSettingsModel extends SubResource {
553
- /**
554
- * The path to use for the health probe. Default is /
555
- */
556
- path?: string;
557
- /**
558
- * Protocol scheme to use for this probe. Possible values include: 'Http', 'Https'
559
- */
560
- protocol?: FrontDoorProtocol;
561
- /**
562
- * The number of seconds between health probes.
563
- */
564
- intervalInSeconds?: number;
565
- /**
566
- * Configures which HTTP method to use to probe the backends defined under backendPools. Possible
567
- * values include: 'GET', 'HEAD'. Default value: 'HEAD'.
568
- */
569
- healthProbeMethod?: FrontDoorHealthProbeMethod;
570
- /**
571
- * Whether to enable health probes to be made against backends defined under backendPools. Health
572
- * probes can only be disabled if there is a single enabled backend in single enabled backend
573
- * pool. Possible values include: 'Enabled', 'Disabled'
574
- */
575
- enabledState?: HealthProbeEnabled;
576
- /**
577
- * Resource status. Possible values include: 'Creating', 'Enabling', 'Enabled', 'Disabling',
578
- * 'Disabled', 'Deleting'
579
- */
580
- resourceState?: FrontDoorResourceState;
581
- /**
582
- * Resource name.
583
- */
584
- name?: string;
585
- /**
586
- * Resource type.
587
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
588
- */
589
- readonly type?: string;
590
- }
591
- /**
592
- * A backend pool is a collection of backends that can be routed to.
593
- */
594
- export interface BackendPool extends SubResource {
595
- /**
596
- * The set of backends for this pool
597
- */
598
- backends?: Backend[];
599
- /**
600
- * Load balancing settings for a backend pool
601
- */
602
- loadBalancingSettings?: SubResource;
603
- /**
604
- * L7 health probe settings for a backend pool
605
- */
606
- healthProbeSettings?: SubResource;
607
- /**
608
- * Resource status. Possible values include: 'Creating', 'Enabling', 'Enabled', 'Disabling',
609
- * 'Disabled', 'Deleting'
610
- */
611
- resourceState?: FrontDoorResourceState;
612
- /**
613
- * Resource name.
614
- */
615
- name?: string;
616
- /**
617
- * Resource type.
618
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
619
- */
620
- readonly type?: string;
621
- }
622
- /**
623
- * The Key Vault containing the SSL certificate
624
- */
625
- export interface KeyVaultCertificateSourceParametersVault {
626
- /**
627
- * Resource ID.
628
- */
629
- id?: string;
630
- }
631
- /**
632
- * Https settings for a domain
633
- */
634
- export interface CustomHttpsConfiguration {
635
- /**
636
- * Defines the source of the SSL certificate. Possible values include: 'AzureKeyVault',
637
- * 'FrontDoor'
638
- */
639
- certificateSource: FrontDoorCertificateSource;
640
- /**
641
- * The minimum TLS version required from the clients to establish an SSL handshake with Front
642
- * Door. Possible values include: '1.0', '1.2'
643
- */
644
- minimumTlsVersion: MinimumTLSVersion;
645
- /**
646
- * The Key Vault containing the SSL certificate
647
- */
648
- vault?: KeyVaultCertificateSourceParametersVault;
649
- /**
650
- * The name of the Key Vault secret representing the full certificate PFX
651
- */
652
- secretName?: string;
653
- /**
654
- * The version of the Key Vault secret representing the full certificate PFX
655
- */
656
- secretVersion?: string;
657
- /**
658
- * Defines the type of the certificate used for secure connections to a frontendEndpoint.
659
- * Possible values include: 'Dedicated'
660
- */
661
- certificateType?: FrontDoorCertificateType;
662
- }
663
- /**
664
- * A frontend endpoint used for routing.
665
- */
666
- export interface FrontendEndpoint extends SubResource {
667
- /**
668
- * The host name of the frontendEndpoint. Must be a domain name.
669
- */
670
- hostName?: string;
671
- /**
672
- * Whether to allow session affinity on this host. Valid options are 'Enabled' or 'Disabled'.
673
- * Possible values include: 'Enabled', 'Disabled'
674
- */
675
- sessionAffinityEnabledState?: SessionAffinityEnabledState;
676
- /**
677
- * UNUSED. This field will be ignored. The TTL to use in seconds for session affinity, if
678
- * applicable.
679
- */
680
- sessionAffinityTtlSeconds?: number;
681
- /**
682
- * Defines the Web Application Firewall policy for each host (if applicable)
683
- */
684
- webApplicationFirewallPolicyLink?: FrontendEndpointUpdateParametersWebApplicationFirewallPolicyLink;
685
- /**
686
- * Resource status. Possible values include: 'Creating', 'Enabling', 'Enabled', 'Disabling',
687
- * 'Disabled', 'Deleting'
688
- */
689
- resourceState?: FrontDoorResourceState;
690
- /**
691
- * Provisioning status of Custom Https of the frontendEndpoint. Possible values include:
692
- * 'Enabling', 'Enabled', 'Disabling', 'Disabled', 'Failed'
693
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
694
- */
695
- readonly customHttpsProvisioningState?: CustomHttpsProvisioningState;
696
- /**
697
- * Provisioning substate shows the progress of custom HTTPS enabling/disabling process step by
698
- * step. Possible values include: 'SubmittingDomainControlValidationRequest',
699
- * 'PendingDomainControlValidationREquestApproval', 'DomainControlValidationRequestApproved',
700
- * 'DomainControlValidationRequestRejected', 'DomainControlValidationRequestTimedOut',
701
- * 'IssuingCertificate', 'DeployingCertificate', 'CertificateDeployed', 'DeletingCertificate',
702
- * 'CertificateDeleted'
703
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
704
- */
705
- readonly customHttpsProvisioningSubstate?: CustomHttpsProvisioningSubstate;
706
- /**
707
- * The configuration specifying how to enable HTTPS
708
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
709
- */
710
- readonly customHttpsConfiguration?: CustomHttpsConfiguration;
711
- /**
712
- * Resource name.
713
- */
714
- name?: string;
715
- /**
716
- * Resource type.
717
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
718
- */
719
- readonly type?: string;
720
- }
721
- /**
722
- * Settings that apply to all backend pools.
723
- */
724
- export interface BackendPoolsSettings {
725
- /**
726
- * Whether to enforce certificate name check on HTTPS requests to all backend pools. No effect on
727
- * non-HTTPS requests. Possible values include: 'Enabled', 'Disabled'. Default value: 'Enabled'.
728
- */
729
- enforceCertificateNameCheck?: EnforceCertificateNameCheckEnabledState;
730
- /**
731
- * Send and receive timeout on forwarding request to the backend. When timeout is reached, the
732
- * request fails and returns.
733
- */
734
- sendRecvTimeoutSeconds?: number;
735
- }
736
- /**
737
- * The properties needed to update a Front Door
738
- */
739
- export interface FrontDoorUpdateParameters {
740
- /**
741
- * A friendly name for the frontDoor
742
- */
743
- friendlyName?: string;
744
- /**
745
- * Routing rules associated with this Front Door.
746
- */
747
- routingRules?: RoutingRule[];
748
- /**
749
- * Load balancing settings associated with this Front Door instance.
750
- */
751
- loadBalancingSettings?: LoadBalancingSettingsModel[];
752
- /**
753
- * Health probe settings associated with this Front Door instance.
754
- */
755
- healthProbeSettings?: HealthProbeSettingsModel[];
756
- /**
757
- * Backend pools available to routing rules.
758
- */
759
- backendPools?: BackendPool[];
760
- /**
761
- * Frontend endpoints available to routing rules.
762
- */
763
- frontendEndpoints?: FrontendEndpoint[];
764
- /**
765
- * Settings for all backendPools
766
- */
767
- backendPoolsSettings?: BackendPoolsSettings;
768
- /**
769
- * Operational status of the Front Door load balancer. Permitted values are 'Enabled' or
770
- * 'Disabled'. Possible values include: 'Enabled', 'Disabled'
771
- */
772
- enabledState?: FrontDoorEnabledState;
773
- }
774
- /**
775
- * Parameters required for content purge.
776
- */
777
- export interface PurgeParameters {
778
- /**
779
- * The path to the content to be purged. Can describe a file path or a wild card directory.
780
- */
781
- contentPaths: string[];
782
- }
783
- /**
784
- * Result of the request to list Routing Rules. It contains a list of Routing Rule objects and a
785
- * URL link to get the next set of results.
786
- */
787
- export interface RoutingRuleListResult {
788
- /**
789
- * List of Routing Rules within a Front Door.
790
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
791
- */
792
- readonly value?: RoutingRule[];
793
- /**
794
- * URL to get the next set of RoutingRule objects if there are any.
795
- */
796
- nextLink?: string;
797
- }
798
- /**
799
- * Contains the possible cases for RouteConfiguration.
800
- */
801
- export declare type RouteConfigurationUnion = RouteConfiguration | ForwardingConfiguration | RedirectConfiguration;
802
- /**
803
- * Base class for all types of Route.
804
- */
805
- export interface RouteConfiguration {
806
- /**
807
- * Polymorphic Discriminator
808
- */
809
- odatatype: "RouteConfiguration";
810
- }
811
- /**
812
- * Routing rules to apply to an endpoint
813
- */
814
- export interface RoutingRuleUpdateParameters {
815
- /**
816
- * Frontend endpoints associated with this rule
817
- */
818
- frontendEndpoints?: SubResource[];
819
- /**
820
- * Protocol schemes to match for this rule
821
- */
822
- acceptedProtocols?: FrontDoorProtocol[];
823
- /**
824
- * The route patterns of the rule.
825
- */
826
- patternsToMatch?: string[];
827
- /**
828
- * Whether to enable use of this rule. Permitted values are 'Enabled' or 'Disabled'. Possible
829
- * values include: 'Enabled', 'Disabled'
830
- */
831
- enabledState?: RoutingRuleEnabledState;
832
- /**
833
- * A reference to the routing configuration.
834
- */
835
- routeConfiguration?: RouteConfigurationUnion;
836
- /**
837
- * A reference to a specific Rules Engine Configuration to apply to this route.
838
- */
839
- rulesEngine?: SubResource;
840
- }
841
- /**
842
- * Caching settings for a caching-type route. To disable caching, do not provide a
843
- * cacheConfiguration object.
844
- */
845
- export interface CacheConfiguration {
846
- /**
847
- * Treatment of URL query terms when forming the cache key. Possible values include: 'StripNone',
848
- * 'StripAll', 'StripOnly', 'StripAllExcept'
849
- */
850
- queryParameterStripDirective?: FrontDoorQuery;
851
- /**
852
- * query parameters to include or exclude (comma separated).
853
- */
854
- queryParameters?: string;
855
- /**
856
- * Whether to use dynamic compression for cached content. Possible values include: 'Enabled',
857
- * 'Disabled'
858
- */
859
- dynamicCompression?: DynamicCompressionEnabled;
860
- /**
861
- * The duration for which the content needs to be cached. Allowed format is in ISO 8601 format
862
- * (http://en.wikipedia.org/wiki/ISO_8601#Durations). HTTP requires the value to be no more than
863
- * a year
864
- */
865
- cacheDuration?: string;
866
- }
867
- /**
868
- * Describes Forwarding Route.
869
- */
870
- export interface ForwardingConfiguration {
871
- /**
872
- * Polymorphic Discriminator
873
- */
874
- odatatype: "#Microsoft.Azure.FrontDoor.Models.FrontdoorForwardingConfiguration";
875
- /**
876
- * A custom path used to rewrite resource paths matched by this rule. Leave empty to use incoming
877
- * path.
878
- */
879
- customForwardingPath?: string;
880
- /**
881
- * Protocol this rule will use when forwarding traffic to backends. Possible values include:
882
- * 'HttpOnly', 'HttpsOnly', 'MatchRequest'
883
- */
884
- forwardingProtocol?: FrontDoorForwardingProtocol;
885
- /**
886
- * The caching configuration associated with this rule.
887
- */
888
- cacheConfiguration?: CacheConfiguration;
889
- /**
890
- * A reference to the BackendPool which this rule routes to.
891
- */
892
- backendPool?: SubResource;
893
- }
894
- /**
895
- * Describes Redirect Route.
896
- */
897
- export interface RedirectConfiguration {
898
- /**
899
- * Polymorphic Discriminator
900
- */
901
- odatatype: "#Microsoft.Azure.FrontDoor.Models.FrontdoorRedirectConfiguration";
902
- /**
903
- * The redirect type the rule will use when redirecting traffic. Possible values include:
904
- * 'Moved', 'Found', 'TemporaryRedirect', 'PermanentRedirect'
905
- */
906
- redirectType?: FrontDoorRedirectType;
907
- /**
908
- * The protocol of the destination to where the traffic is redirected. Possible values include:
909
- * 'HttpOnly', 'HttpsOnly', 'MatchRequest'
910
- */
911
- redirectProtocol?: FrontDoorRedirectProtocol;
912
- /**
913
- * Host to redirect. Leave empty to use the incoming host as the destination host.
914
- */
915
- customHost?: string;
916
- /**
917
- * The full path to redirect. Path cannot be empty and must start with /. Leave empty to use the
918
- * incoming path as destination path.
919
- */
920
- customPath?: string;
921
- /**
922
- * Fragment to add to the redirect URL. Fragment is the part of the URL that comes after #. Do
923
- * not include the #.
924
- */
925
- customFragment?: string;
926
- /**
927
- * The set of query strings to be placed in the redirect URL. Setting this value would replace
928
- * any existing query string; leave empty to preserve the incoming query string. Query string
929
- * must be in <key>=<value> format. The first ? and & will be added automatically so do not
930
- * include them in the front, but do separate multiple query strings with &.
931
- */
932
- customQueryString?: string;
933
- }
934
- /**
935
- * Backend address of a frontDoor load balancer.
936
- */
937
- export interface Backend {
938
- /**
939
- * Location of the backend (IP address or FQDN)
940
- */
941
- address?: string;
942
- /**
943
- * The Alias of the Private Link resource. Populating this optional field indicates that this
944
- * backend is 'Private'
945
- */
946
- privateLinkAlias?: string;
947
- /**
948
- * The Approval status for the connection to the Private Link. Possible values include:
949
- * 'Pending', 'Approved', 'Rejected', 'Disconnected', 'Timeout'
950
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
951
- */
952
- readonly privateEndpointStatus?: PrivateEndpointStatus;
953
- /**
954
- * A custom message to be included in the approval request to connect to the Private Link
955
- */
956
- privateLinkApprovalMessage?: string;
957
- /**
958
- * The HTTP TCP port number. Must be between 1 and 65535.
959
- */
960
- httpPort?: number;
961
- /**
962
- * The HTTPS TCP port number. Must be between 1 and 65535.
963
- */
964
- httpsPort?: number;
965
- /**
966
- * Whether to enable use of this backend. Permitted values are 'Enabled' or 'Disabled'. Possible
967
- * values include: 'Enabled', 'Disabled'
968
- */
969
- enabledState?: BackendEnabledState;
970
- /**
971
- * Priority to use for load balancing. Higher priorities will not be used for load balancing if
972
- * any lower priority backend is healthy.
973
- */
974
- priority?: number;
975
- /**
976
- * Weight of this endpoint for load balancing purposes.
977
- */
978
- weight?: number;
979
- /**
980
- * The value to use as the host header sent to the backend. If blank or unspecified, this
981
- * defaults to the incoming host.
982
- */
983
- backendHostHeader?: string;
984
- }
985
- /**
986
- * Result of the request to list load balancing settings. It contains a list of load balancing
987
- * settings objects and a URL link to get the next set of results.
988
- */
989
- export interface LoadBalancingSettingsListResult {
990
- /**
991
- * List of Backend Pools within a Front Door.
992
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
993
- */
994
- readonly value?: LoadBalancingSettingsModel[];
995
- /**
996
- * URL to get the next set of LoadBalancingSettings objects if there are any.
997
- */
998
- nextLink?: string;
999
- }
1000
- /**
1001
- * Round-Robin load balancing settings for a backend pool
1002
- */
1003
- export interface LoadBalancingSettingsUpdateParameters {
1004
- /**
1005
- * The number of samples to consider for load balancing decisions
1006
- */
1007
- sampleSize?: number;
1008
- /**
1009
- * The number of samples within the sample period that must succeed
1010
- */
1011
- successfulSamplesRequired?: number;
1012
- /**
1013
- * The additional latency in milliseconds for probes to fall into the lowest latency bucket
1014
- */
1015
- additionalLatencyMilliseconds?: number;
1016
- }
1017
- /**
1018
- * Result of the request to list HealthProbeSettings. It contains a list of HealthProbeSettings
1019
- * objects and a URL link to get the next set of results.
1020
- */
1021
- export interface HealthProbeSettingsListResult {
1022
- /**
1023
- * List of HealthProbeSettings within a Front Door.
1024
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1025
- */
1026
- readonly value?: HealthProbeSettingsModel[];
1027
- /**
1028
- * URL to get the next set of HealthProbeSettings objects if there are any.
1029
- */
1030
- nextLink?: string;
1031
- }
1032
- /**
1033
- * L7 health probe settings for a backend pool
1034
- */
1035
- export interface HealthProbeSettingsUpdateParameters {
1036
- /**
1037
- * The path to use for the health probe. Default is /
1038
- */
1039
- path?: string;
1040
- /**
1041
- * Protocol scheme to use for this probe. Possible values include: 'Http', 'Https'
1042
- */
1043
- protocol?: FrontDoorProtocol;
1044
- /**
1045
- * The number of seconds between health probes.
1046
- */
1047
- intervalInSeconds?: number;
1048
- /**
1049
- * Configures which HTTP method to use to probe the backends defined under backendPools. Possible
1050
- * values include: 'GET', 'HEAD'. Default value: 'HEAD'.
1051
- */
1052
- healthProbeMethod?: FrontDoorHealthProbeMethod;
1053
- /**
1054
- * Whether to enable health probes to be made against backends defined under backendPools. Health
1055
- * probes can only be disabled if there is a single enabled backend in single enabled backend
1056
- * pool. Possible values include: 'Enabled', 'Disabled'
1057
- */
1058
- enabledState?: HealthProbeEnabled;
1059
- }
1060
- /**
1061
- * A collection of backends that can be routed to.
1062
- */
1063
- export interface BackendPoolUpdateParameters {
1064
- /**
1065
- * The set of backends for this pool
1066
- */
1067
- backends?: Backend[];
1068
- /**
1069
- * Load balancing settings for a backend pool
1070
- */
1071
- loadBalancingSettings?: SubResource;
1072
- /**
1073
- * L7 health probe settings for a backend pool
1074
- */
1075
- healthProbeSettings?: SubResource;
1076
- }
1077
- /**
1078
- * Result of the request to list Backend Pools. It contains a list of Backend Pools objects and a
1079
- * URL link to get the next set of results.
1080
- */
1081
- export interface BackendPoolListResult {
1082
- /**
1083
- * List of Backend Pools within a Front Door.
1084
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1085
- */
1086
- readonly value?: BackendPool[];
1087
- /**
1088
- * URL to get the next set of BackendPool objects if there are any.
1089
- */
1090
- nextLink?: string;
1091
- }
1092
- /**
1093
- * Defines the Web Application Firewall policy for each host (if applicable)
1094
- */
1095
- export interface FrontendEndpointUpdateParametersWebApplicationFirewallPolicyLink {
1096
- /**
1097
- * Resource ID.
1098
- */
1099
- id?: string;
1100
- }
1101
- /**
1102
- * Frontend endpoint used in routing rule
1103
- */
1104
- export interface FrontendEndpointUpdateParameters {
1105
- /**
1106
- * The host name of the frontendEndpoint. Must be a domain name.
1107
- */
1108
- hostName?: string;
1109
- /**
1110
- * Whether to allow session affinity on this host. Valid options are 'Enabled' or 'Disabled'.
1111
- * Possible values include: 'Enabled', 'Disabled'
1112
- */
1113
- sessionAffinityEnabledState?: SessionAffinityEnabledState;
1114
- /**
1115
- * UNUSED. This field will be ignored. The TTL to use in seconds for session affinity, if
1116
- * applicable.
1117
- */
1118
- sessionAffinityTtlSeconds?: number;
1119
- /**
1120
- * Defines the Web Application Firewall policy for each host (if applicable)
1121
- */
1122
- webApplicationFirewallPolicyLink?: FrontendEndpointUpdateParametersWebApplicationFirewallPolicyLink;
1123
- }
1124
- /**
1125
- * An action that can manipulate an http header.
1126
- */
1127
- export interface HeaderAction {
1128
- /**
1129
- * Which type of manipulation to apply to the header. Possible values include: 'Append',
1130
- * 'Delete', 'Overwrite'
1131
- */
1132
- headerActionType: HeaderActionType;
1133
- /**
1134
- * The name of the header this action will apply to.
1135
- */
1136
- headerName: string;
1137
- /**
1138
- * The value to update the given header name with. This value is not used if the actionType is
1139
- * Delete.
1140
- */
1141
- value?: string;
1142
- }
1143
- /**
1144
- * Define a match condition
1145
- */
1146
- export interface RulesEngineMatchCondition {
1147
- /**
1148
- * Match Variable. Possible values include: 'IsMobile', 'RemoteAddr', 'RequestMethod',
1149
- * 'QueryString', 'PostArgs', 'RequestUri', 'RequestPath', 'RequestFilename',
1150
- * 'RequestFilenameExtension', 'RequestHeader', 'RequestBody', 'RequestScheme'
1151
- */
1152
- rulesEngineMatchVariable: RulesEngineMatchVariable;
1153
- /**
1154
- * Name of selector in RequestHeader or RequestBody to be matched
1155
- */
1156
- selector?: string;
1157
- /**
1158
- * Describes operator to apply to the match condition. Possible values include: 'Any', 'IPMatch',
1159
- * 'GeoMatch', 'Equal', 'Contains', 'LessThan', 'GreaterThan', 'LessThanOrEqual',
1160
- * 'GreaterThanOrEqual', 'BeginsWith', 'EndsWith'
1161
- */
1162
- rulesEngineOperator: RulesEngineOperator;
1163
- /**
1164
- * Describes if this is negate condition or not
1165
- */
1166
- negateCondition?: boolean;
1167
- /**
1168
- * Match values to match against. The operator will apply to each value in here with OR
1169
- * semantics. If any of them match the variable with the given operator this match condition is
1170
- * considered a match.
1171
- */
1172
- rulesEngineMatchValue: string[];
1173
- /**
1174
- * List of transforms
1175
- */
1176
- transforms?: Transform[];
1177
- }
1178
- /**
1179
- * One or more actions that will execute, modifying the request and/or response.
1180
- */
1181
- export interface RulesEngineAction {
1182
- /**
1183
- * A list of header actions to apply from the request from AFD to the origin.
1184
- */
1185
- requestHeaderActions?: HeaderAction[];
1186
- /**
1187
- * A list of header actions to apply from the response from AFD to the client.
1188
- */
1189
- responseHeaderActions?: HeaderAction[];
1190
- /**
1191
- * Override the route configuration.
1192
- */
1193
- routeConfigurationOverride?: RouteConfigurationUnion;
1194
- }
1195
- /**
1196
- * Contains a list of match conditions, and an action on how to modify the request/response. If
1197
- * multiple rules match, the actions from one rule that conflict with a previous rule overwrite for
1198
- * a singular action, or append in the case of headers manipulation.
1199
- */
1200
- export interface RulesEngineRule {
1201
- /**
1202
- * A name to refer to this specific rule.
1203
- */
1204
- name: string;
1205
- /**
1206
- * A priority assigned to this rule.
1207
- */
1208
- priority: number;
1209
- /**
1210
- * Actions to perform on the request and response if all of the match conditions are met.
1211
- */
1212
- action: RulesEngineAction;
1213
- /**
1214
- * A list of match conditions that must meet in order for the actions of this rule to run. Having
1215
- * no match conditions means the actions will always run.
1216
- */
1217
- matchConditions?: RulesEngineMatchCondition[];
1218
- /**
1219
- * If this rule is a match should the rules engine continue running the remaining rules or stop.
1220
- * If not present, defaults to Continue. Possible values include: 'Continue', 'Stop'
1221
- */
1222
- matchProcessingBehavior?: MatchProcessingBehavior;
1223
- }
1224
- /**
1225
- * Rules Engine Configuration to apply to a Routing Rule.
1226
- */
1227
- export interface RulesEngineUpdateParameters {
1228
- /**
1229
- * A list of rules that define a particular Rules Engine Configuration.
1230
- */
1231
- rules?: RulesEngineRule[];
1232
- }
1233
- /**
1234
- * Input of the custom domain to be validated for DNS mapping.
1235
- */
1236
- export interface ValidateCustomDomainInput {
1237
- /**
1238
- * The host name of the custom domain. Must be a domain name.
1239
- */
1240
- hostName: string;
1241
- }
1242
- /**
1243
- * Output of custom domain validation.
1244
- */
1245
- export interface ValidateCustomDomainOutput {
1246
- /**
1247
- * Indicates whether the custom domain is valid or not.
1248
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1249
- */
1250
- readonly customDomainValidated?: boolean;
1251
- /**
1252
- * The reason why the custom domain is not valid.
1253
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1254
- */
1255
- readonly reason?: string;
1256
- /**
1257
- * Error message describing why the custom domain is not valid.
1258
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1259
- */
1260
- readonly message?: string;
1261
- }
1262
- /**
1263
- * Input of CheckNameAvailability API.
1264
- */
1265
- export interface CheckNameAvailabilityInput {
1266
- /**
1267
- * The resource name to validate.
1268
- */
1269
- name: string;
1270
- /**
1271
- * The type of the resource whose name is to be validated. Possible values include:
1272
- * 'Microsoft.Network/frontDoors', 'Microsoft.Network/frontDoors/frontendEndpoints'
1273
- */
1274
- type: ResourceType;
1275
- }
1276
- /**
1277
- * Output of check name availability API.
1278
- */
1279
- export interface CheckNameAvailabilityOutput {
1280
- /**
1281
- * Indicates whether the name is available. Possible values include: 'Available', 'Unavailable'
1282
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1283
- */
1284
- readonly nameAvailability?: Availability;
1285
- /**
1286
- * The reason why the name is not available.
1287
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1288
- */
1289
- readonly reason?: string;
1290
- /**
1291
- * The detailed error message describing why the name is not available.
1292
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1293
- */
1294
- readonly message?: string;
1295
- }
1296
- /**
1297
- * Defines top-level WebApplicationFirewallPolicy configuration settings.
1298
- */
1299
- export interface PolicySettings {
1300
- /**
1301
- * Describes if the policy is in enabled or disabled state. Defaults to Enabled if not specified.
1302
- * Possible values include: 'Disabled', 'Enabled'
1303
- */
1304
- enabledState?: PolicyEnabledState;
1305
- /**
1306
- * Describes if it is in detection mode or prevention mode at policy level. Possible values
1307
- * include: 'Prevention', 'Detection'
1308
- */
1309
- mode?: PolicyMode;
1310
- /**
1311
- * If action type is redirect, this field represents redirect URL for the client.
1312
- */
1313
- redirectUrl?: string;
1314
- /**
1315
- * If the action type is block, customer can override the response status code.
1316
- */
1317
- customBlockResponseStatusCode?: number;
1318
- /**
1319
- * If the action type is block, customer can override the response body. The body must be
1320
- * specified in base64 encoding.
1321
- */
1322
- customBlockResponseBody?: string;
1323
- }
1324
- /**
1325
- * Define a match condition.
1326
- */
1327
- export interface MatchCondition {
1328
- /**
1329
- * Request variable to compare with. Possible values include: 'RemoteAddr', 'RequestMethod',
1330
- * 'QueryString', 'PostArgs', 'RequestUri', 'RequestHeader', 'RequestBody', 'Cookies',
1331
- * 'SocketAddr'
1332
- */
1333
- matchVariable: MatchVariable;
1334
- /**
1335
- * Match against a specific key from the QueryString, PostArgs, RequestHeader or Cookies
1336
- * variables. Default is null.
1337
- */
1338
- selector?: string;
1339
- /**
1340
- * Comparison type to use for matching with the variable value. Possible values include: 'Any',
1341
- * 'IPMatch', 'GeoMatch', 'Equal', 'Contains', 'LessThan', 'GreaterThan', 'LessThanOrEqual',
1342
- * 'GreaterThanOrEqual', 'BeginsWith', 'EndsWith', 'RegEx'
1343
- */
1344
- operator: Operator;
1345
- /**
1346
- * Describes if the result of this condition should be negated.
1347
- */
1348
- negateCondition?: boolean;
1349
- /**
1350
- * List of possible match values.
1351
- */
1352
- matchValue: string[];
1353
- /**
1354
- * List of transforms.
1355
- */
1356
- transforms?: TransformType[];
1357
- }
1358
- /**
1359
- * Defines contents of a web application rule
1360
- */
1361
- export interface CustomRule {
1362
- /**
1363
- * Describes the name of the rule.
1364
- */
1365
- name?: string;
1366
- /**
1367
- * Describes priority of the rule. Rules with a lower value will be evaluated before rules with a
1368
- * higher value.
1369
- */
1370
- priority: number;
1371
- /**
1372
- * Describes if the custom rule is in enabled or disabled state. Defaults to Enabled if not
1373
- * specified. Possible values include: 'Disabled', 'Enabled'
1374
- */
1375
- enabledState?: CustomRuleEnabledState;
1376
- /**
1377
- * Describes type of rule. Possible values include: 'MatchRule', 'RateLimitRule'
1378
- */
1379
- ruleType: RuleType;
1380
- /**
1381
- * Time window for resetting the rate limit count. Default is 1 minute.
1382
- */
1383
- rateLimitDurationInMinutes?: number;
1384
- /**
1385
- * Number of allowed requests per client within the time window.
1386
- */
1387
- rateLimitThreshold?: number;
1388
- /**
1389
- * List of match conditions.
1390
- */
1391
- matchConditions: MatchCondition[];
1392
- /**
1393
- * Describes what action to be applied when rule matches. Possible values include: 'Allow',
1394
- * 'Block', 'Log', 'Redirect'
1395
- */
1396
- action: ActionType;
1397
- }
1398
- /**
1399
- * Defines contents of custom rules
1400
- */
1401
- export interface CustomRuleList {
1402
- /**
1403
- * List of rules
1404
- */
1405
- rules?: CustomRule[];
1406
- }
1407
- /**
1408
- * Exclude variables from managed rule evaluation.
1409
- */
1410
- export interface ManagedRuleExclusion {
1411
- /**
1412
- * The variable type to be excluded. Possible values include: 'RequestHeaderNames',
1413
- * 'RequestCookieNames', 'QueryStringArgNames', 'RequestBodyPostArgNames'
1414
- */
1415
- matchVariable: ManagedRuleExclusionMatchVariable;
1416
- /**
1417
- * Comparison operator to apply to the selector when specifying which elements in the collection
1418
- * this exclusion applies to. Possible values include: 'Equals', 'Contains', 'StartsWith',
1419
- * 'EndsWith', 'EqualsAny'
1420
- */
1421
- selectorMatchOperator: ManagedRuleExclusionSelectorMatchOperator;
1422
- /**
1423
- * Selector value for which elements in the collection this exclusion applies to.
1424
- */
1425
- selector: string;
1426
- }
1427
- /**
1428
- * Defines a managed rule group override setting.
1429
- */
1430
- export interface ManagedRuleOverride {
1431
- /**
1432
- * Identifier for the managed rule.
1433
- */
1434
- ruleId: string;
1435
- /**
1436
- * Describes if the managed rule is in enabled or disabled state. Defaults to Disabled if not
1437
- * specified. Possible values include: 'Disabled', 'Enabled'
1438
- */
1439
- enabledState?: ManagedRuleEnabledState;
1440
- /**
1441
- * Describes the override action to be applied when rule matches. Possible values include:
1442
- * 'Allow', 'Block', 'Log', 'Redirect'
1443
- */
1444
- action?: ActionType;
1445
- /**
1446
- * Describes the exclusions that are applied to this specific rule.
1447
- */
1448
- exclusions?: ManagedRuleExclusion[];
1449
- }
1450
- /**
1451
- * Defines a managed rule group override setting.
1452
- */
1453
- export interface ManagedRuleGroupOverride {
1454
- /**
1455
- * Describes the managed rule group to override.
1456
- */
1457
- ruleGroupName: string;
1458
- /**
1459
- * Describes the exclusions that are applied to all rules in the group.
1460
- */
1461
- exclusions?: ManagedRuleExclusion[];
1462
- /**
1463
- * List of rules that will be disabled. If none specified, all rules in the group will be
1464
- * disabled.
1465
- */
1466
- rules?: ManagedRuleOverride[];
1467
- }
1468
- /**
1469
- * Defines a managed rule set.
1470
- */
1471
- export interface ManagedRuleSet {
1472
- /**
1473
- * Defines the rule set type to use.
1474
- */
1475
- ruleSetType: string;
1476
- /**
1477
- * Defines the version of the rule set to use.
1478
- */
1479
- ruleSetVersion: string;
1480
- /**
1481
- * Describes the exclusions that are applied to all rules in the set.
1482
- */
1483
- exclusions?: ManagedRuleExclusion[];
1484
- /**
1485
- * Defines the rule group overrides to apply to the rule set.
1486
- */
1487
- ruleGroupOverrides?: ManagedRuleGroupOverride[];
1488
- }
1489
- /**
1490
- * Defines the list of managed rule sets for the policy.
1491
- */
1492
- export interface ManagedRuleSetList {
1493
- /**
1494
- * List of rule sets.
1495
- */
1496
- managedRuleSets?: ManagedRuleSet[];
1497
- }
1498
- /**
1499
- * Defines the Resource ID for a Frontend Endpoint.
1500
- */
1501
- export interface FrontendEndpointLink {
1502
- /**
1503
- * Resource ID.
1504
- */
1505
- id?: string;
1506
- }
1507
- /**
1508
- * Defines web application firewall policy.
1509
- */
1510
- export interface WebApplicationFirewallPolicy extends Resource {
1511
- /**
1512
- * Describes settings for the policy.
1513
- */
1514
- policySettings?: PolicySettings;
1515
- /**
1516
- * Describes custom rules inside the policy.
1517
- */
1518
- customRules?: CustomRuleList;
1519
- /**
1520
- * Describes managed rules inside the policy.
1521
- */
1522
- managedRules?: ManagedRuleSetList;
1523
- /**
1524
- * Describes Frontend Endpoints associated with this Web Application Firewall policy.
1525
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1526
- */
1527
- readonly frontendEndpointLinks?: FrontendEndpointLink[];
1528
- /**
1529
- * Provisioning state of the policy.
1530
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1531
- */
1532
- readonly provisioningState?: string;
1533
- /**
1534
- * Resource status of the policy. Possible values include: 'Creating', 'Enabling', 'Enabled',
1535
- * 'Disabling', 'Disabled', 'Deleting'
1536
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1537
- */
1538
- readonly resourceState?: PolicyResourceState;
1539
- /**
1540
- * Gets a unique read-only string that changes whenever the resource is updated.
1541
- */
1542
- etag?: string;
1543
- }
1544
- /**
1545
- * Describes a managed rule definition.
1546
- */
1547
- export interface ManagedRuleDefinition {
1548
- /**
1549
- * Identifier for the managed rule.
1550
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1551
- */
1552
- readonly ruleId?: string;
1553
- /**
1554
- * Describes the default state for the managed rule. Possible values include: 'Disabled',
1555
- * 'Enabled'
1556
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1557
- */
1558
- readonly defaultState?: ManagedRuleEnabledState;
1559
- /**
1560
- * Describes the default action to be applied when the managed rule matches. Possible values
1561
- * include: 'Allow', 'Block', 'Log', 'Redirect'
1562
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1563
- */
1564
- readonly defaultAction?: ActionType;
1565
- /**
1566
- * Describes the functionality of the managed rule.
1567
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1568
- */
1569
- readonly description?: string;
1570
- }
1571
- /**
1572
- * Describes a managed rule group.
1573
- */
1574
- export interface ManagedRuleGroupDefinition {
1575
- /**
1576
- * Name of the managed rule group.
1577
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1578
- */
1579
- readonly ruleGroupName?: string;
1580
- /**
1581
- * Description of the managed rule group.
1582
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1583
- */
1584
- readonly description?: string;
1585
- /**
1586
- * List of rules within the managed rule group.
1587
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1588
- */
1589
- readonly rules?: ManagedRuleDefinition[];
1590
- }
1591
- /**
1592
- * Describes the a managed rule set definition.
1593
- */
1594
- export interface ManagedRuleSetDefinition extends Resource {
1595
- /**
1596
- * Provisioning state of the managed rule set.
1597
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1598
- */
1599
- readonly provisioningState?: string;
1600
- /**
1601
- * Id of the managed rule set.
1602
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1603
- */
1604
- readonly ruleSetId?: string;
1605
- /**
1606
- * Type of the managed rule set.
1607
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1608
- */
1609
- readonly ruleSetType?: string;
1610
- /**
1611
- * Version of the managed rule set type.
1612
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1613
- */
1614
- readonly ruleSetVersion?: string;
1615
- /**
1616
- * Rule groups of the managed rule set.
1617
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1618
- */
1619
- readonly ruleGroups?: ManagedRuleGroupDefinition[];
1620
- }
1621
- /**
1622
- * Optional Parameters.
1623
- */
1624
- export interface ReportsGetLatencyScorecardsOptionalParams extends msRest.RequestOptionsBase {
1625
- /**
1626
- * The end DateTime of the Latency Scorecard in UTC
1627
- */
1628
- endDateTimeUTC?: string;
1629
- /**
1630
- * The country associated with the Latency Scorecard. Values are country ISO codes as specified
1631
- * here- https://www.iso.org/iso-3166-country-codes.html
1632
- */
1633
- country?: string;
1634
- }
1635
- /**
1636
- * Optional Parameters.
1637
- */
1638
- export interface ReportsGetTimeseriesOptionalParams extends msRest.RequestOptionsBase {
1639
- /**
1640
- * The specific endpoint
1641
- */
1642
- endpoint?: string;
1643
- /**
1644
- * The country associated with the Timeseries. Values are country ISO codes as specified here-
1645
- * https://www.iso.org/iso-3166-country-codes.html
1646
- */
1647
- country?: string;
1648
- }
1649
- /**
1650
- * An interface representing FrontDoorManagementClientOptions.
1651
- */
1652
- export interface FrontDoorManagementClientOptions extends AzureServiceClientOptions {
1653
- baseUri?: string;
1654
- }
1655
- /**
1656
- * @interface
1657
- * Defines a list of Profiles. It contains a list of Profile objects and a URL link to get the next
1658
- * set of results.
1659
- * @extends Array<Profile>
1660
- */
1661
- export interface ProfileList extends Array<Profile> {
1662
- /**
1663
- * URL to get the next set of Profile objects if there are any.
1664
- */
1665
- nextLink?: string;
1666
- }
1667
- /**
1668
- * @interface
1669
- * Defines a list of preconfigured endpoints.
1670
- * @extends Array<PreconfiguredEndpoint>
1671
- */
1672
- export interface PreconfiguredEndpointList extends Array<PreconfiguredEndpoint> {
1673
- /**
1674
- * URL to get the next set of PreconfiguredEndpoints if there are any.
1675
- */
1676
- nextLink?: string;
1677
- }
1678
- /**
1679
- * @interface
1680
- * Defines a list of Experiments. It contains a list of Experiment objects and a URL link to get
1681
- * the next set of results.
1682
- * @extends Array<Experiment>
1683
- */
1684
- export interface ExperimentList extends Array<Experiment> {
1685
- /**
1686
- * URL to get the next set of Experiment objects if there are any.
1687
- */
1688
- nextLink?: string;
1689
- }
1690
- /**
1691
- * @interface
1692
- * Result of the request to list Front Doors. It contains a list of Front Door objects and a URL
1693
- * link to get the next set of results.
1694
- * @extends Array<FrontDoor>
1695
- */
1696
- export interface FrontDoorListResult extends Array<FrontDoor> {
1697
- /**
1698
- * URL to get the next set of Front Door objects if there are any.
1699
- */
1700
- nextLink?: string;
1701
- }
1702
- /**
1703
- * @interface
1704
- * Result of the request to list frontend endpoints. It contains a list of Frontend endpoint
1705
- * objects and a URL link to get the next set of results.
1706
- * @extends Array<FrontendEndpoint>
1707
- */
1708
- export interface FrontendEndpointsListResult extends Array<FrontendEndpoint> {
1709
- /**
1710
- * URL to get the next set of frontend endpoints if there are any.
1711
- */
1712
- nextLink?: string;
1713
- }
1714
- /**
1715
- * @interface
1716
- * Result of the request to list Rules Engine Configurations. It contains a list of RulesEngine
1717
- * objects and a URL link to get the next set of results.
1718
- * @extends Array<RulesEngine>
1719
- */
1720
- export interface RulesEngineListResult extends Array<RulesEngine> {
1721
- /**
1722
- * URL to get the next set of RulesEngine objects if there are any.
1723
- */
1724
- nextLink?: string;
1725
- }
1726
- /**
1727
- * @interface
1728
- * Defines a list of WebApplicationFirewallPolicies. It contains a list of
1729
- * WebApplicationFirewallPolicy objects and a URL link to get the next set of results.
1730
- * @extends Array<WebApplicationFirewallPolicy>
1731
- */
1732
- export interface WebApplicationFirewallPolicyList extends Array<WebApplicationFirewallPolicy> {
1733
- /**
1734
- * URL to get the next set of WebApplicationFirewallPolicy objects if there are any.
1735
- */
1736
- nextLink?: string;
1737
- }
1738
- /**
1739
- * @interface
1740
- * List of managed rule set definitions available for use in a policy.
1741
- * @extends Array<ManagedRuleSetDefinition>
1742
- */
1743
- export interface ManagedRuleSetDefinitionList extends Array<ManagedRuleSetDefinition> {
1744
- /**
1745
- * URL to retrieve next set of managed rule set definitions.
1746
- */
1747
- nextLink?: string;
1748
- }
1749
- /**
1750
- * Defines values for NetworkOperationStatus.
1751
- * Possible values include: 'InProgress', 'Succeeded', 'Failed'
1752
- * @readonly
1753
- * @enum {string}
1754
- */
1755
- export declare type NetworkOperationStatus = 'InProgress' | 'Succeeded' | 'Failed';
1756
- /**
1757
- * Defines values for NetworkExperimentResourceState.
1758
- * Possible values include: 'Creating', 'Enabling', 'Enabled', 'Disabling', 'Disabled', 'Deleting'
1759
- * @readonly
1760
- * @enum {string}
1761
- */
1762
- export declare type NetworkExperimentResourceState = 'Creating' | 'Enabling' | 'Enabled' | 'Disabling' | 'Disabled' | 'Deleting';
1763
- /**
1764
- * Defines values for State.
1765
- * Possible values include: 'Enabled', 'Disabled'
1766
- * @readonly
1767
- * @enum {string}
1768
- */
1769
- export declare type State = 'Enabled' | 'Disabled';
1770
- /**
1771
- * Defines values for AggregationInterval.
1772
- * Possible values include: 'Hourly', 'Daily'
1773
- * @readonly
1774
- * @enum {string}
1775
- */
1776
- export declare type AggregationInterval = 'Hourly' | 'Daily';
1777
- /**
1778
- * Defines values for TimeseriesType.
1779
- * Possible values include: 'MeasurementCounts', 'LatencyP50', 'LatencyP75', 'LatencyP95'
1780
- * @readonly
1781
- * @enum {string}
1782
- */
1783
- export declare type TimeseriesType = 'MeasurementCounts' | 'LatencyP50' | 'LatencyP75' | 'LatencyP95';
1784
- /**
1785
- * Defines values for EndpointType.
1786
- * Possible values include: 'AFD', 'AzureRegion', 'CDN', 'ATM'
1787
- * @readonly
1788
- * @enum {string}
1789
- */
1790
- export declare type EndpointType = 'AFD' | 'AzureRegion' | 'CDN' | 'ATM';
1791
- /**
1792
- * Defines values for FrontDoorResourceState.
1793
- * Possible values include: 'Creating', 'Enabling', 'Enabled', 'Disabling', 'Disabled', 'Deleting'
1794
- * @readonly
1795
- * @enum {string}
1796
- */
1797
- export declare type FrontDoorResourceState = 'Creating' | 'Enabling' | 'Enabled' | 'Disabling' | 'Disabled' | 'Deleting';
1798
- /**
1799
- * Defines values for CustomHttpsProvisioningState.
1800
- * Possible values include: 'Enabling', 'Enabled', 'Disabling', 'Disabled', 'Failed'
1801
- * @readonly
1802
- * @enum {string}
1803
- */
1804
- export declare type CustomHttpsProvisioningState = 'Enabling' | 'Enabled' | 'Disabling' | 'Disabled' | 'Failed';
1805
- /**
1806
- * Defines values for CustomHttpsProvisioningSubstate.
1807
- * Possible values include: 'SubmittingDomainControlValidationRequest',
1808
- * 'PendingDomainControlValidationREquestApproval', 'DomainControlValidationRequestApproved',
1809
- * 'DomainControlValidationRequestRejected', 'DomainControlValidationRequestTimedOut',
1810
- * 'IssuingCertificate', 'DeployingCertificate', 'CertificateDeployed', 'DeletingCertificate',
1811
- * 'CertificateDeleted'
1812
- * @readonly
1813
- * @enum {string}
1814
- */
1815
- export declare type CustomHttpsProvisioningSubstate = 'SubmittingDomainControlValidationRequest' | 'PendingDomainControlValidationREquestApproval' | 'DomainControlValidationRequestApproved' | 'DomainControlValidationRequestRejected' | 'DomainControlValidationRequestTimedOut' | 'IssuingCertificate' | 'DeployingCertificate' | 'CertificateDeployed' | 'DeletingCertificate' | 'CertificateDeleted';
1816
- /**
1817
- * Defines values for FrontDoorCertificateSource.
1818
- * Possible values include: 'AzureKeyVault', 'FrontDoor'
1819
- * @readonly
1820
- * @enum {string}
1821
- */
1822
- export declare type FrontDoorCertificateSource = 'AzureKeyVault' | 'FrontDoor';
1823
- /**
1824
- * Defines values for MinimumTLSVersion.
1825
- * Possible values include: '1.0', '1.2'
1826
- * @readonly
1827
- * @enum {string}
1828
- */
1829
- export declare type MinimumTLSVersion = '1.0' | '1.2';
1830
- /**
1831
- * Defines values for FrontDoorCertificateType.
1832
- * Possible values include: 'Dedicated'
1833
- * @readonly
1834
- * @enum {string}
1835
- */
1836
- export declare type FrontDoorCertificateType = 'Dedicated';
1837
- /**
1838
- * Defines values for EnforceCertificateNameCheckEnabledState.
1839
- * Possible values include: 'Enabled', 'Disabled'
1840
- * @readonly
1841
- * @enum {string}
1842
- */
1843
- export declare type EnforceCertificateNameCheckEnabledState = 'Enabled' | 'Disabled';
1844
- /**
1845
- * Defines values for FrontDoorEnabledState.
1846
- * Possible values include: 'Enabled', 'Disabled'
1847
- * @readonly
1848
- * @enum {string}
1849
- */
1850
- export declare type FrontDoorEnabledState = 'Enabled' | 'Disabled';
1851
- /**
1852
- * Defines values for FrontDoorProtocol.
1853
- * Possible values include: 'Http', 'Https'
1854
- * @readonly
1855
- * @enum {string}
1856
- */
1857
- export declare type FrontDoorProtocol = 'Http' | 'Https';
1858
- /**
1859
- * Defines values for RoutingRuleEnabledState.
1860
- * Possible values include: 'Enabled', 'Disabled'
1861
- * @readonly
1862
- * @enum {string}
1863
- */
1864
- export declare type RoutingRuleEnabledState = 'Enabled' | 'Disabled';
1865
- /**
1866
- * Defines values for FrontDoorForwardingProtocol.
1867
- * Possible values include: 'HttpOnly', 'HttpsOnly', 'MatchRequest'
1868
- * @readonly
1869
- * @enum {string}
1870
- */
1871
- export declare type FrontDoorForwardingProtocol = 'HttpOnly' | 'HttpsOnly' | 'MatchRequest';
1872
- /**
1873
- * Defines values for FrontDoorQuery.
1874
- * Possible values include: 'StripNone', 'StripAll', 'StripOnly', 'StripAllExcept'
1875
- * @readonly
1876
- * @enum {string}
1877
- */
1878
- export declare type FrontDoorQuery = 'StripNone' | 'StripAll' | 'StripOnly' | 'StripAllExcept';
1879
- /**
1880
- * Defines values for DynamicCompressionEnabled.
1881
- * Possible values include: 'Enabled', 'Disabled'
1882
- * @readonly
1883
- * @enum {string}
1884
- */
1885
- export declare type DynamicCompressionEnabled = 'Enabled' | 'Disabled';
1886
- /**
1887
- * Defines values for FrontDoorRedirectType.
1888
- * Possible values include: 'Moved', 'Found', 'TemporaryRedirect', 'PermanentRedirect'
1889
- * @readonly
1890
- * @enum {string}
1891
- */
1892
- export declare type FrontDoorRedirectType = 'Moved' | 'Found' | 'TemporaryRedirect' | 'PermanentRedirect';
1893
- /**
1894
- * Defines values for FrontDoorRedirectProtocol.
1895
- * Possible values include: 'HttpOnly', 'HttpsOnly', 'MatchRequest'
1896
- * @readonly
1897
- * @enum {string}
1898
- */
1899
- export declare type FrontDoorRedirectProtocol = 'HttpOnly' | 'HttpsOnly' | 'MatchRequest';
1900
- /**
1901
- * Defines values for PrivateEndpointStatus.
1902
- * Possible values include: 'Pending', 'Approved', 'Rejected', 'Disconnected', 'Timeout'
1903
- * @readonly
1904
- * @enum {string}
1905
- */
1906
- export declare type PrivateEndpointStatus = 'Pending' | 'Approved' | 'Rejected' | 'Disconnected' | 'Timeout';
1907
- /**
1908
- * Defines values for BackendEnabledState.
1909
- * Possible values include: 'Enabled', 'Disabled'
1910
- * @readonly
1911
- * @enum {string}
1912
- */
1913
- export declare type BackendEnabledState = 'Enabled' | 'Disabled';
1914
- /**
1915
- * Defines values for FrontDoorHealthProbeMethod.
1916
- * Possible values include: 'GET', 'HEAD'
1917
- * @readonly
1918
- * @enum {string}
1919
- */
1920
- export declare type FrontDoorHealthProbeMethod = 'GET' | 'HEAD';
1921
- /**
1922
- * Defines values for HealthProbeEnabled.
1923
- * Possible values include: 'Enabled', 'Disabled'
1924
- * @readonly
1925
- * @enum {string}
1926
- */
1927
- export declare type HealthProbeEnabled = 'Enabled' | 'Disabled';
1928
- /**
1929
- * Defines values for SessionAffinityEnabledState.
1930
- * Possible values include: 'Enabled', 'Disabled'
1931
- * @readonly
1932
- * @enum {string}
1933
- */
1934
- export declare type SessionAffinityEnabledState = 'Enabled' | 'Disabled';
1935
- /**
1936
- * Defines values for HeaderActionType.
1937
- * Possible values include: 'Append', 'Delete', 'Overwrite'
1938
- * @readonly
1939
- * @enum {string}
1940
- */
1941
- export declare type HeaderActionType = 'Append' | 'Delete' | 'Overwrite';
1942
- /**
1943
- * Defines values for RulesEngineMatchVariable.
1944
- * Possible values include: 'IsMobile', 'RemoteAddr', 'RequestMethod', 'QueryString', 'PostArgs',
1945
- * 'RequestUri', 'RequestPath', 'RequestFilename', 'RequestFilenameExtension', 'RequestHeader',
1946
- * 'RequestBody', 'RequestScheme'
1947
- * @readonly
1948
- * @enum {string}
1949
- */
1950
- export declare type RulesEngineMatchVariable = 'IsMobile' | 'RemoteAddr' | 'RequestMethod' | 'QueryString' | 'PostArgs' | 'RequestUri' | 'RequestPath' | 'RequestFilename' | 'RequestFilenameExtension' | 'RequestHeader' | 'RequestBody' | 'RequestScheme';
1951
- /**
1952
- * Defines values for RulesEngineOperator.
1953
- * Possible values include: 'Any', 'IPMatch', 'GeoMatch', 'Equal', 'Contains', 'LessThan',
1954
- * 'GreaterThan', 'LessThanOrEqual', 'GreaterThanOrEqual', 'BeginsWith', 'EndsWith'
1955
- * @readonly
1956
- * @enum {string}
1957
- */
1958
- export declare type RulesEngineOperator = 'Any' | 'IPMatch' | 'GeoMatch' | 'Equal' | 'Contains' | 'LessThan' | 'GreaterThan' | 'LessThanOrEqual' | 'GreaterThanOrEqual' | 'BeginsWith' | 'EndsWith';
1959
- /**
1960
- * Defines values for Transform.
1961
- * Possible values include: 'Lowercase', 'Uppercase', 'Trim', 'UrlDecode', 'UrlEncode',
1962
- * 'RemoveNulls'
1963
- * @readonly
1964
- * @enum {string}
1965
- */
1966
- export declare type Transform = 'Lowercase' | 'Uppercase' | 'Trim' | 'UrlDecode' | 'UrlEncode' | 'RemoveNulls';
1967
- /**
1968
- * Defines values for MatchProcessingBehavior.
1969
- * Possible values include: 'Continue', 'Stop'
1970
- * @readonly
1971
- * @enum {string}
1972
- */
1973
- export declare type MatchProcessingBehavior = 'Continue' | 'Stop';
1974
- /**
1975
- * Defines values for ResourceType.
1976
- * Possible values include: 'Microsoft.Network/frontDoors',
1977
- * 'Microsoft.Network/frontDoors/frontendEndpoints'
1978
- * @readonly
1979
- * @enum {string}
1980
- */
1981
- export declare type ResourceType = 'Microsoft.Network/frontDoors' | 'Microsoft.Network/frontDoors/frontendEndpoints';
1982
- /**
1983
- * Defines values for Availability.
1984
- * Possible values include: 'Available', 'Unavailable'
1985
- * @readonly
1986
- * @enum {string}
1987
- */
1988
- export declare type Availability = 'Available' | 'Unavailable';
1989
- /**
1990
- * Defines values for PolicyEnabledState.
1991
- * Possible values include: 'Disabled', 'Enabled'
1992
- * @readonly
1993
- * @enum {string}
1994
- */
1995
- export declare type PolicyEnabledState = 'Disabled' | 'Enabled';
1996
- /**
1997
- * Defines values for PolicyMode.
1998
- * Possible values include: 'Prevention', 'Detection'
1999
- * @readonly
2000
- * @enum {string}
2001
- */
2002
- export declare type PolicyMode = 'Prevention' | 'Detection';
2003
- /**
2004
- * Defines values for CustomRuleEnabledState.
2005
- * Possible values include: 'Disabled', 'Enabled'
2006
- * @readonly
2007
- * @enum {string}
2008
- */
2009
- export declare type CustomRuleEnabledState = 'Disabled' | 'Enabled';
2010
- /**
2011
- * Defines values for RuleType.
2012
- * Possible values include: 'MatchRule', 'RateLimitRule'
2013
- * @readonly
2014
- * @enum {string}
2015
- */
2016
- export declare type RuleType = 'MatchRule' | 'RateLimitRule';
2017
- /**
2018
- * Defines values for MatchVariable.
2019
- * Possible values include: 'RemoteAddr', 'RequestMethod', 'QueryString', 'PostArgs', 'RequestUri',
2020
- * 'RequestHeader', 'RequestBody', 'Cookies', 'SocketAddr'
2021
- * @readonly
2022
- * @enum {string}
2023
- */
2024
- export declare type MatchVariable = 'RemoteAddr' | 'RequestMethod' | 'QueryString' | 'PostArgs' | 'RequestUri' | 'RequestHeader' | 'RequestBody' | 'Cookies' | 'SocketAddr';
2025
- /**
2026
- * Defines values for Operator.
2027
- * Possible values include: 'Any', 'IPMatch', 'GeoMatch', 'Equal', 'Contains', 'LessThan',
2028
- * 'GreaterThan', 'LessThanOrEqual', 'GreaterThanOrEqual', 'BeginsWith', 'EndsWith', 'RegEx'
2029
- * @readonly
2030
- * @enum {string}
2031
- */
2032
- export declare type Operator = 'Any' | 'IPMatch' | 'GeoMatch' | 'Equal' | 'Contains' | 'LessThan' | 'GreaterThan' | 'LessThanOrEqual' | 'GreaterThanOrEqual' | 'BeginsWith' | 'EndsWith' | 'RegEx';
2033
- /**
2034
- * Defines values for TransformType.
2035
- * Possible values include: 'Lowercase', 'Uppercase', 'Trim', 'UrlDecode', 'UrlEncode',
2036
- * 'RemoveNulls'
2037
- * @readonly
2038
- * @enum {string}
2039
- */
2040
- export declare type TransformType = 'Lowercase' | 'Uppercase' | 'Trim' | 'UrlDecode' | 'UrlEncode' | 'RemoveNulls';
2041
- /**
2042
- * Defines values for ActionType.
2043
- * Possible values include: 'Allow', 'Block', 'Log', 'Redirect'
2044
- * @readonly
2045
- * @enum {string}
2046
- */
2047
- export declare type ActionType = 'Allow' | 'Block' | 'Log' | 'Redirect';
2048
- /**
2049
- * Defines values for ManagedRuleExclusionMatchVariable.
2050
- * Possible values include: 'RequestHeaderNames', 'RequestCookieNames', 'QueryStringArgNames',
2051
- * 'RequestBodyPostArgNames'
2052
- * @readonly
2053
- * @enum {string}
2054
- */
2055
- export declare type ManagedRuleExclusionMatchVariable = 'RequestHeaderNames' | 'RequestCookieNames' | 'QueryStringArgNames' | 'RequestBodyPostArgNames';
2056
- /**
2057
- * Defines values for ManagedRuleExclusionSelectorMatchOperator.
2058
- * Possible values include: 'Equals', 'Contains', 'StartsWith', 'EndsWith', 'EqualsAny'
2059
- * @readonly
2060
- * @enum {string}
2061
- */
2062
- export declare type ManagedRuleExclusionSelectorMatchOperator = 'Equals' | 'Contains' | 'StartsWith' | 'EndsWith' | 'EqualsAny';
2063
- /**
2064
- * Defines values for ManagedRuleEnabledState.
2065
- * Possible values include: 'Disabled', 'Enabled'
2066
- * @readonly
2067
- * @enum {string}
2068
- */
2069
- export declare type ManagedRuleEnabledState = 'Disabled' | 'Enabled';
2070
- /**
2071
- * Defines values for PolicyResourceState.
2072
- * Possible values include: 'Creating', 'Enabling', 'Enabled', 'Disabling', 'Disabled', 'Deleting'
2073
- * @readonly
2074
- * @enum {string}
2075
- */
2076
- export declare type PolicyResourceState = 'Creating' | 'Enabling' | 'Enabled' | 'Disabling' | 'Disabled' | 'Deleting';
2077
- /**
2078
- * Defines values for LatencyScorecardAggregationInterval.
2079
- * Possible values include: 'Daily', 'Weekly', 'Monthly'
2080
- * @readonly
2081
- * @enum {string}
2082
- */
2083
- export declare type LatencyScorecardAggregationInterval = 'Daily' | 'Weekly' | 'Monthly';
2084
- /**
2085
- * Defines values for TimeseriesAggregationInterval.
2086
- * Possible values include: 'Hourly', 'Daily'
2087
- * @readonly
2088
- * @enum {string}
2089
- */
2090
- export declare type TimeseriesAggregationInterval = 'Hourly' | 'Daily';
2091
- /**
2092
- * Contains response data for the list operation.
2093
- */
2094
- export declare type NetworkExperimentProfilesListResponse = ProfileList & {
2095
- /**
2096
- * The underlying HTTP response.
2097
- */
2098
- _response: msRest.HttpResponse & {
2099
- /**
2100
- * The response body as text (string format)
2101
- */
2102
- bodyAsText: string;
2103
- /**
2104
- * The response body as parsed JSON or XML
2105
- */
2106
- parsedBody: ProfileList;
2107
- };
2108
- };
2109
- /**
2110
- * Contains response data for the listByResourceGroup operation.
2111
- */
2112
- export declare type NetworkExperimentProfilesListByResourceGroupResponse = ProfileList & {
2113
- /**
2114
- * The underlying HTTP response.
2115
- */
2116
- _response: msRest.HttpResponse & {
2117
- /**
2118
- * The response body as text (string format)
2119
- */
2120
- bodyAsText: string;
2121
- /**
2122
- * The response body as parsed JSON or XML
2123
- */
2124
- parsedBody: ProfileList;
2125
- };
2126
- };
2127
- /**
2128
- * Contains response data for the get operation.
2129
- */
2130
- export declare type NetworkExperimentProfilesGetResponse = Profile & {
2131
- /**
2132
- * The underlying HTTP response.
2133
- */
2134
- _response: msRest.HttpResponse & {
2135
- /**
2136
- * The response body as text (string format)
2137
- */
2138
- bodyAsText: string;
2139
- /**
2140
- * The response body as parsed JSON or XML
2141
- */
2142
- parsedBody: Profile;
2143
- };
2144
- };
2145
- /**
2146
- * Contains response data for the createOrUpdate operation.
2147
- */
2148
- export declare type NetworkExperimentProfilesCreateOrUpdateResponse = Profile & {
2149
- /**
2150
- * The underlying HTTP response.
2151
- */
2152
- _response: msRest.HttpResponse & {
2153
- /**
2154
- * The response body as text (string format)
2155
- */
2156
- bodyAsText: string;
2157
- /**
2158
- * The response body as parsed JSON or XML
2159
- */
2160
- parsedBody: Profile;
2161
- };
2162
- };
2163
- /**
2164
- * Contains response data for the update operation.
2165
- */
2166
- export declare type NetworkExperimentProfilesUpdateResponse = Profile & {
2167
- /**
2168
- * The underlying HTTP response.
2169
- */
2170
- _response: msRest.HttpResponse & {
2171
- /**
2172
- * The response body as text (string format)
2173
- */
2174
- bodyAsText: string;
2175
- /**
2176
- * The response body as parsed JSON or XML
2177
- */
2178
- parsedBody: Profile;
2179
- };
2180
- };
2181
- /**
2182
- * Contains response data for the beginCreateOrUpdate operation.
2183
- */
2184
- export declare type NetworkExperimentProfilesBeginCreateOrUpdateResponse = Profile & {
2185
- /**
2186
- * The underlying HTTP response.
2187
- */
2188
- _response: msRest.HttpResponse & {
2189
- /**
2190
- * The response body as text (string format)
2191
- */
2192
- bodyAsText: string;
2193
- /**
2194
- * The response body as parsed JSON or XML
2195
- */
2196
- parsedBody: Profile;
2197
- };
2198
- };
2199
- /**
2200
- * Contains response data for the beginUpdate operation.
2201
- */
2202
- export declare type NetworkExperimentProfilesBeginUpdateResponse = Profile & {
2203
- /**
2204
- * The underlying HTTP response.
2205
- */
2206
- _response: msRest.HttpResponse & {
2207
- /**
2208
- * The response body as text (string format)
2209
- */
2210
- bodyAsText: string;
2211
- /**
2212
- * The response body as parsed JSON or XML
2213
- */
2214
- parsedBody: Profile;
2215
- };
2216
- };
2217
- /**
2218
- * Contains response data for the listNext operation.
2219
- */
2220
- export declare type NetworkExperimentProfilesListNextResponse = ProfileList & {
2221
- /**
2222
- * The underlying HTTP response.
2223
- */
2224
- _response: msRest.HttpResponse & {
2225
- /**
2226
- * The response body as text (string format)
2227
- */
2228
- bodyAsText: string;
2229
- /**
2230
- * The response body as parsed JSON or XML
2231
- */
2232
- parsedBody: ProfileList;
2233
- };
2234
- };
2235
- /**
2236
- * Contains response data for the listByResourceGroupNext operation.
2237
- */
2238
- export declare type NetworkExperimentProfilesListByResourceGroupNextResponse = ProfileList & {
2239
- /**
2240
- * The underlying HTTP response.
2241
- */
2242
- _response: msRest.HttpResponse & {
2243
- /**
2244
- * The response body as text (string format)
2245
- */
2246
- bodyAsText: string;
2247
- /**
2248
- * The response body as parsed JSON or XML
2249
- */
2250
- parsedBody: ProfileList;
2251
- };
2252
- };
2253
- /**
2254
- * Contains response data for the list operation.
2255
- */
2256
- export declare type PreconfiguredEndpointsListResponse = PreconfiguredEndpointList & {
2257
- /**
2258
- * The underlying HTTP response.
2259
- */
2260
- _response: msRest.HttpResponse & {
2261
- /**
2262
- * The response body as text (string format)
2263
- */
2264
- bodyAsText: string;
2265
- /**
2266
- * The response body as parsed JSON or XML
2267
- */
2268
- parsedBody: PreconfiguredEndpointList;
2269
- };
2270
- };
2271
- /**
2272
- * Contains response data for the listNext operation.
2273
- */
2274
- export declare type PreconfiguredEndpointsListNextResponse = PreconfiguredEndpointList & {
2275
- /**
2276
- * The underlying HTTP response.
2277
- */
2278
- _response: msRest.HttpResponse & {
2279
- /**
2280
- * The response body as text (string format)
2281
- */
2282
- bodyAsText: string;
2283
- /**
2284
- * The response body as parsed JSON or XML
2285
- */
2286
- parsedBody: PreconfiguredEndpointList;
2287
- };
2288
- };
2289
- /**
2290
- * Contains response data for the listByProfile operation.
2291
- */
2292
- export declare type ExperimentsListByProfileResponse = ExperimentList & {
2293
- /**
2294
- * The underlying HTTP response.
2295
- */
2296
- _response: msRest.HttpResponse & {
2297
- /**
2298
- * The response body as text (string format)
2299
- */
2300
- bodyAsText: string;
2301
- /**
2302
- * The response body as parsed JSON or XML
2303
- */
2304
- parsedBody: ExperimentList;
2305
- };
2306
- };
2307
- /**
2308
- * Contains response data for the get operation.
2309
- */
2310
- export declare type ExperimentsGetResponse = Experiment & {
2311
- /**
2312
- * The underlying HTTP response.
2313
- */
2314
- _response: msRest.HttpResponse & {
2315
- /**
2316
- * The response body as text (string format)
2317
- */
2318
- bodyAsText: string;
2319
- /**
2320
- * The response body as parsed JSON or XML
2321
- */
2322
- parsedBody: Experiment;
2323
- };
2324
- };
2325
- /**
2326
- * Contains response data for the createOrUpdate operation.
2327
- */
2328
- export declare type ExperimentsCreateOrUpdateResponse = Experiment & {
2329
- /**
2330
- * The underlying HTTP response.
2331
- */
2332
- _response: msRest.HttpResponse & {
2333
- /**
2334
- * The response body as text (string format)
2335
- */
2336
- bodyAsText: string;
2337
- /**
2338
- * The response body as parsed JSON or XML
2339
- */
2340
- parsedBody: Experiment;
2341
- };
2342
- };
2343
- /**
2344
- * Contains response data for the update operation.
2345
- */
2346
- export declare type ExperimentsUpdateResponse = Experiment & {
2347
- /**
2348
- * The underlying HTTP response.
2349
- */
2350
- _response: msRest.HttpResponse & {
2351
- /**
2352
- * The response body as text (string format)
2353
- */
2354
- bodyAsText: string;
2355
- /**
2356
- * The response body as parsed JSON or XML
2357
- */
2358
- parsedBody: Experiment;
2359
- };
2360
- };
2361
- /**
2362
- * Contains response data for the beginCreateOrUpdate operation.
2363
- */
2364
- export declare type ExperimentsBeginCreateOrUpdateResponse = Experiment & {
2365
- /**
2366
- * The underlying HTTP response.
2367
- */
2368
- _response: msRest.HttpResponse & {
2369
- /**
2370
- * The response body as text (string format)
2371
- */
2372
- bodyAsText: string;
2373
- /**
2374
- * The response body as parsed JSON or XML
2375
- */
2376
- parsedBody: Experiment;
2377
- };
2378
- };
2379
- /**
2380
- * Contains response data for the beginUpdate operation.
2381
- */
2382
- export declare type ExperimentsBeginUpdateResponse = Experiment & {
2383
- /**
2384
- * The underlying HTTP response.
2385
- */
2386
- _response: msRest.HttpResponse & {
2387
- /**
2388
- * The response body as text (string format)
2389
- */
2390
- bodyAsText: string;
2391
- /**
2392
- * The response body as parsed JSON or XML
2393
- */
2394
- parsedBody: Experiment;
2395
- };
2396
- };
2397
- /**
2398
- * Contains response data for the listByProfileNext operation.
2399
- */
2400
- export declare type ExperimentsListByProfileNextResponse = ExperimentList & {
2401
- /**
2402
- * The underlying HTTP response.
2403
- */
2404
- _response: msRest.HttpResponse & {
2405
- /**
2406
- * The response body as text (string format)
2407
- */
2408
- bodyAsText: string;
2409
- /**
2410
- * The response body as parsed JSON or XML
2411
- */
2412
- parsedBody: ExperimentList;
2413
- };
2414
- };
2415
- /**
2416
- * Contains response data for the getLatencyScorecards operation.
2417
- */
2418
- export declare type ReportsGetLatencyScorecardsResponse = LatencyScorecard & {
2419
- /**
2420
- * The underlying HTTP response.
2421
- */
2422
- _response: msRest.HttpResponse & {
2423
- /**
2424
- * The response body as text (string format)
2425
- */
2426
- bodyAsText: string;
2427
- /**
2428
- * The response body as parsed JSON or XML
2429
- */
2430
- parsedBody: LatencyScorecard;
2431
- };
2432
- };
2433
- /**
2434
- * Contains response data for the getTimeseries operation.
2435
- */
2436
- export declare type ReportsGetTimeseriesResponse = Timeseries & {
2437
- /**
2438
- * The underlying HTTP response.
2439
- */
2440
- _response: msRest.HttpResponse & {
2441
- /**
2442
- * The response body as text (string format)
2443
- */
2444
- bodyAsText: string;
2445
- /**
2446
- * The response body as parsed JSON or XML
2447
- */
2448
- parsedBody: Timeseries;
2449
- };
2450
- };
2451
- /**
2452
- * Contains response data for the checkFrontDoorNameAvailability operation.
2453
- */
2454
- export declare type CheckFrontDoorNameAvailabilityResponse = CheckNameAvailabilityOutput & {
2455
- /**
2456
- * The underlying HTTP response.
2457
- */
2458
- _response: msRest.HttpResponse & {
2459
- /**
2460
- * The response body as text (string format)
2461
- */
2462
- bodyAsText: string;
2463
- /**
2464
- * The response body as parsed JSON or XML
2465
- */
2466
- parsedBody: CheckNameAvailabilityOutput;
2467
- };
2468
- };
2469
- /**
2470
- * Contains response data for the checkFrontDoorNameAvailabilityWithSubscription operation.
2471
- */
2472
- export declare type CheckFrontDoorNameAvailabilityWithSubscriptionResponse = CheckNameAvailabilityOutput & {
2473
- /**
2474
- * The underlying HTTP response.
2475
- */
2476
- _response: msRest.HttpResponse & {
2477
- /**
2478
- * The response body as text (string format)
2479
- */
2480
- bodyAsText: string;
2481
- /**
2482
- * The response body as parsed JSON or XML
2483
- */
2484
- parsedBody: CheckNameAvailabilityOutput;
2485
- };
2486
- };
2487
- /**
2488
- * Contains response data for the list operation.
2489
- */
2490
- export declare type FrontDoorsListResponse = FrontDoorListResult & {
2491
- /**
2492
- * The underlying HTTP response.
2493
- */
2494
- _response: msRest.HttpResponse & {
2495
- /**
2496
- * The response body as text (string format)
2497
- */
2498
- bodyAsText: string;
2499
- /**
2500
- * The response body as parsed JSON or XML
2501
- */
2502
- parsedBody: FrontDoorListResult;
2503
- };
2504
- };
2505
- /**
2506
- * Contains response data for the listByResourceGroup operation.
2507
- */
2508
- export declare type FrontDoorsListByResourceGroupResponse = FrontDoorListResult & {
2509
- /**
2510
- * The underlying HTTP response.
2511
- */
2512
- _response: msRest.HttpResponse & {
2513
- /**
2514
- * The response body as text (string format)
2515
- */
2516
- bodyAsText: string;
2517
- /**
2518
- * The response body as parsed JSON or XML
2519
- */
2520
- parsedBody: FrontDoorListResult;
2521
- };
2522
- };
2523
- /**
2524
- * Contains response data for the get operation.
2525
- */
2526
- export declare type FrontDoorsGetResponse = FrontDoor & {
2527
- /**
2528
- * The underlying HTTP response.
2529
- */
2530
- _response: msRest.HttpResponse & {
2531
- /**
2532
- * The response body as text (string format)
2533
- */
2534
- bodyAsText: string;
2535
- /**
2536
- * The response body as parsed JSON or XML
2537
- */
2538
- parsedBody: FrontDoor;
2539
- };
2540
- };
2541
- /**
2542
- * Contains response data for the createOrUpdate operation.
2543
- */
2544
- export declare type FrontDoorsCreateOrUpdateResponse = FrontDoor & {
2545
- /**
2546
- * The underlying HTTP response.
2547
- */
2548
- _response: msRest.HttpResponse & {
2549
- /**
2550
- * The response body as text (string format)
2551
- */
2552
- bodyAsText: string;
2553
- /**
2554
- * The response body as parsed JSON or XML
2555
- */
2556
- parsedBody: FrontDoor;
2557
- };
2558
- };
2559
- /**
2560
- * Contains response data for the validateCustomDomain operation.
2561
- */
2562
- export declare type FrontDoorsValidateCustomDomainResponse = ValidateCustomDomainOutput & {
2563
- /**
2564
- * The underlying HTTP response.
2565
- */
2566
- _response: msRest.HttpResponse & {
2567
- /**
2568
- * The response body as text (string format)
2569
- */
2570
- bodyAsText: string;
2571
- /**
2572
- * The response body as parsed JSON or XML
2573
- */
2574
- parsedBody: ValidateCustomDomainOutput;
2575
- };
2576
- };
2577
- /**
2578
- * Contains response data for the beginCreateOrUpdate operation.
2579
- */
2580
- export declare type FrontDoorsBeginCreateOrUpdateResponse = FrontDoor & {
2581
- /**
2582
- * The underlying HTTP response.
2583
- */
2584
- _response: msRest.HttpResponse & {
2585
- /**
2586
- * The response body as text (string format)
2587
- */
2588
- bodyAsText: string;
2589
- /**
2590
- * The response body as parsed JSON or XML
2591
- */
2592
- parsedBody: FrontDoor;
2593
- };
2594
- };
2595
- /**
2596
- * Contains response data for the listNext operation.
2597
- */
2598
- export declare type FrontDoorsListNextResponse = FrontDoorListResult & {
2599
- /**
2600
- * The underlying HTTP response.
2601
- */
2602
- _response: msRest.HttpResponse & {
2603
- /**
2604
- * The response body as text (string format)
2605
- */
2606
- bodyAsText: string;
2607
- /**
2608
- * The response body as parsed JSON or XML
2609
- */
2610
- parsedBody: FrontDoorListResult;
2611
- };
2612
- };
2613
- /**
2614
- * Contains response data for the listByResourceGroupNext operation.
2615
- */
2616
- export declare type FrontDoorsListByResourceGroupNextResponse = FrontDoorListResult & {
2617
- /**
2618
- * The underlying HTTP response.
2619
- */
2620
- _response: msRest.HttpResponse & {
2621
- /**
2622
- * The response body as text (string format)
2623
- */
2624
- bodyAsText: string;
2625
- /**
2626
- * The response body as parsed JSON or XML
2627
- */
2628
- parsedBody: FrontDoorListResult;
2629
- };
2630
- };
2631
- /**
2632
- * Contains response data for the listByFrontDoor operation.
2633
- */
2634
- export declare type FrontendEndpointsListByFrontDoorResponse = FrontendEndpointsListResult & {
2635
- /**
2636
- * The underlying HTTP response.
2637
- */
2638
- _response: msRest.HttpResponse & {
2639
- /**
2640
- * The response body as text (string format)
2641
- */
2642
- bodyAsText: string;
2643
- /**
2644
- * The response body as parsed JSON or XML
2645
- */
2646
- parsedBody: FrontendEndpointsListResult;
2647
- };
2648
- };
2649
- /**
2650
- * Contains response data for the get operation.
2651
- */
2652
- export declare type FrontendEndpointsGetResponse = FrontendEndpoint & {
2653
- /**
2654
- * The underlying HTTP response.
2655
- */
2656
- _response: msRest.HttpResponse & {
2657
- /**
2658
- * The response body as text (string format)
2659
- */
2660
- bodyAsText: string;
2661
- /**
2662
- * The response body as parsed JSON or XML
2663
- */
2664
- parsedBody: FrontendEndpoint;
2665
- };
2666
- };
2667
- /**
2668
- * Contains response data for the listByFrontDoorNext operation.
2669
- */
2670
- export declare type FrontendEndpointsListByFrontDoorNextResponse = FrontendEndpointsListResult & {
2671
- /**
2672
- * The underlying HTTP response.
2673
- */
2674
- _response: msRest.HttpResponse & {
2675
- /**
2676
- * The response body as text (string format)
2677
- */
2678
- bodyAsText: string;
2679
- /**
2680
- * The response body as parsed JSON or XML
2681
- */
2682
- parsedBody: FrontendEndpointsListResult;
2683
- };
2684
- };
2685
- /**
2686
- * Contains response data for the listByFrontDoor operation.
2687
- */
2688
- export declare type RulesEnginesListByFrontDoorResponse = RulesEngineListResult & {
2689
- /**
2690
- * The underlying HTTP response.
2691
- */
2692
- _response: msRest.HttpResponse & {
2693
- /**
2694
- * The response body as text (string format)
2695
- */
2696
- bodyAsText: string;
2697
- /**
2698
- * The response body as parsed JSON or XML
2699
- */
2700
- parsedBody: RulesEngineListResult;
2701
- };
2702
- };
2703
- /**
2704
- * Contains response data for the get operation.
2705
- */
2706
- export declare type RulesEnginesGetResponse = RulesEngine & {
2707
- /**
2708
- * The underlying HTTP response.
2709
- */
2710
- _response: msRest.HttpResponse & {
2711
- /**
2712
- * The response body as text (string format)
2713
- */
2714
- bodyAsText: string;
2715
- /**
2716
- * The response body as parsed JSON or XML
2717
- */
2718
- parsedBody: RulesEngine;
2719
- };
2720
- };
2721
- /**
2722
- * Contains response data for the createOrUpdate operation.
2723
- */
2724
- export declare type RulesEnginesCreateOrUpdateResponse = RulesEngine & {
2725
- /**
2726
- * The underlying HTTP response.
2727
- */
2728
- _response: msRest.HttpResponse & {
2729
- /**
2730
- * The response body as text (string format)
2731
- */
2732
- bodyAsText: string;
2733
- /**
2734
- * The response body as parsed JSON or XML
2735
- */
2736
- parsedBody: RulesEngine;
2737
- };
2738
- };
2739
- /**
2740
- * Contains response data for the beginCreateOrUpdate operation.
2741
- */
2742
- export declare type RulesEnginesBeginCreateOrUpdateResponse = RulesEngine & {
2743
- /**
2744
- * The underlying HTTP response.
2745
- */
2746
- _response: msRest.HttpResponse & {
2747
- /**
2748
- * The response body as text (string format)
2749
- */
2750
- bodyAsText: string;
2751
- /**
2752
- * The response body as parsed JSON or XML
2753
- */
2754
- parsedBody: RulesEngine;
2755
- };
2756
- };
2757
- /**
2758
- * Contains response data for the listByFrontDoorNext operation.
2759
- */
2760
- export declare type RulesEnginesListByFrontDoorNextResponse = RulesEngineListResult & {
2761
- /**
2762
- * The underlying HTTP response.
2763
- */
2764
- _response: msRest.HttpResponse & {
2765
- /**
2766
- * The response body as text (string format)
2767
- */
2768
- bodyAsText: string;
2769
- /**
2770
- * The response body as parsed JSON or XML
2771
- */
2772
- parsedBody: RulesEngineListResult;
2773
- };
2774
- };
2775
- /**
2776
- * Contains response data for the list operation.
2777
- */
2778
- export declare type PoliciesListResponse = WebApplicationFirewallPolicyList & {
2779
- /**
2780
- * The underlying HTTP response.
2781
- */
2782
- _response: msRest.HttpResponse & {
2783
- /**
2784
- * The response body as text (string format)
2785
- */
2786
- bodyAsText: string;
2787
- /**
2788
- * The response body as parsed JSON or XML
2789
- */
2790
- parsedBody: WebApplicationFirewallPolicyList;
2791
- };
2792
- };
2793
- /**
2794
- * Contains response data for the get operation.
2795
- */
2796
- export declare type PoliciesGetResponse = WebApplicationFirewallPolicy & {
2797
- /**
2798
- * The underlying HTTP response.
2799
- */
2800
- _response: msRest.HttpResponse & {
2801
- /**
2802
- * The response body as text (string format)
2803
- */
2804
- bodyAsText: string;
2805
- /**
2806
- * The response body as parsed JSON or XML
2807
- */
2808
- parsedBody: WebApplicationFirewallPolicy;
2809
- };
2810
- };
2811
- /**
2812
- * Contains response data for the createOrUpdate operation.
2813
- */
2814
- export declare type PoliciesCreateOrUpdateResponse = WebApplicationFirewallPolicy & {
2815
- /**
2816
- * The underlying HTTP response.
2817
- */
2818
- _response: msRest.HttpResponse & {
2819
- /**
2820
- * The response body as text (string format)
2821
- */
2822
- bodyAsText: string;
2823
- /**
2824
- * The response body as parsed JSON or XML
2825
- */
2826
- parsedBody: WebApplicationFirewallPolicy;
2827
- };
2828
- };
2829
- /**
2830
- * Contains response data for the beginCreateOrUpdate operation.
2831
- */
2832
- export declare type PoliciesBeginCreateOrUpdateResponse = WebApplicationFirewallPolicy & {
2833
- /**
2834
- * The underlying HTTP response.
2835
- */
2836
- _response: msRest.HttpResponse & {
2837
- /**
2838
- * The response body as text (string format)
2839
- */
2840
- bodyAsText: string;
2841
- /**
2842
- * The response body as parsed JSON or XML
2843
- */
2844
- parsedBody: WebApplicationFirewallPolicy;
2845
- };
2846
- };
2847
- /**
2848
- * Contains response data for the listNext operation.
2849
- */
2850
- export declare type PoliciesListNextResponse = WebApplicationFirewallPolicyList & {
2851
- /**
2852
- * The underlying HTTP response.
2853
- */
2854
- _response: msRest.HttpResponse & {
2855
- /**
2856
- * The response body as text (string format)
2857
- */
2858
- bodyAsText: string;
2859
- /**
2860
- * The response body as parsed JSON or XML
2861
- */
2862
- parsedBody: WebApplicationFirewallPolicyList;
2863
- };
2864
- };
2865
- /**
2866
- * Contains response data for the list operation.
2867
- */
2868
- export declare type ManagedRuleSetsListResponse = ManagedRuleSetDefinitionList & {
2869
- /**
2870
- * The underlying HTTP response.
2871
- */
2872
- _response: msRest.HttpResponse & {
2873
- /**
2874
- * The response body as text (string format)
2875
- */
2876
- bodyAsText: string;
2877
- /**
2878
- * The response body as parsed JSON or XML
2879
- */
2880
- parsedBody: ManagedRuleSetDefinitionList;
2881
- };
2882
- };
2883
- /**
2884
- * Contains response data for the listNext operation.
2885
- */
2886
- export declare type ManagedRuleSetsListNextResponse = ManagedRuleSetDefinitionList & {
2887
- /**
2888
- * The underlying HTTP response.
2889
- */
2890
- _response: msRest.HttpResponse & {
2891
- /**
2892
- * The response body as text (string format)
2893
- */
2894
- bodyAsText: string;
2895
- /**
2896
- * The response body as parsed JSON or XML
2897
- */
2898
- parsedBody: ManagedRuleSetDefinitionList;
2899
- };
2900
- };
2901
- //# sourceMappingURL=index.d.ts.map