@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,137 +1,63 @@
1
1
  /*
2
- * Copyright (c) Microsoft Corporation. All rights reserved.
3
- * Licensed under the MIT License. See License.txt in the project root for license information.
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
4
  *
5
5
  * Code generated by Microsoft (R) AutoRest Code Generator.
6
6
  * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
7
  */
8
8
 
9
- import { CloudErrorMapper, BaseResourceMapper } from "@azure/ms-rest-azure-js";
10
- import * as msRest from "@azure/ms-rest-js";
9
+ import * as coreClient from "@azure/core-client";
11
10
 
12
- export const CloudError = CloudErrorMapper;
13
- export const BaseResource = BaseResourceMapper;
14
-
15
- export const ErrorDetails: msRest.CompositeMapper = {
16
- serializedName: "ErrorDetails",
17
- type: {
18
- name: "Composite",
19
- className: "ErrorDetails",
20
- modelProperties: {
21
- code: {
22
- serializedName: "code",
23
- type: {
24
- name: "String"
25
- }
26
- },
27
- target: {
28
- serializedName: "target",
29
- type: {
30
- name: "String"
31
- }
32
- },
33
- message: {
34
- serializedName: "message",
35
- type: {
36
- name: "String"
37
- }
38
- }
39
- }
40
- }
41
- };
42
-
43
- export const ErrorModel: msRest.CompositeMapper = {
44
- serializedName: "Error",
11
+ export const ProfileList: coreClient.CompositeMapper = {
45
12
  type: {
46
13
  name: "Composite",
47
- className: "ErrorModel",
14
+ className: "ProfileList",
48
15
  modelProperties: {
49
- code: {
50
- serializedName: "code",
51
- type: {
52
- name: "String"
53
- }
54
- },
55
- message: {
56
- serializedName: "message",
57
- type: {
58
- name: "String"
59
- }
60
- },
61
- target: {
62
- serializedName: "target",
63
- type: {
64
- name: "String"
65
- }
66
- },
67
- details: {
68
- serializedName: "details",
16
+ value: {
17
+ serializedName: "value",
18
+ readOnly: true,
69
19
  type: {
70
20
  name: "Sequence",
71
21
  element: {
72
22
  type: {
73
23
  name: "Composite",
74
- className: "ErrorDetails"
24
+ className: "Profile"
75
25
  }
76
26
  }
77
27
  }
78
28
  },
79
- innerError: {
80
- serializedName: "innerError",
81
- type: {
82
- name: "String"
83
- }
84
- }
85
- }
86
- }
87
- };
88
-
89
- export const AzureAsyncOperationResult: msRest.CompositeMapper = {
90
- serializedName: "AzureAsyncOperationResult",
91
- type: {
92
- name: "Composite",
93
- className: "AzureAsyncOperationResult",
94
- modelProperties: {
95
- status: {
96
- serializedName: "status",
29
+ nextLink: {
30
+ serializedName: "nextLink",
97
31
  type: {
98
32
  name: "String"
99
33
  }
100
- },
101
- error: {
102
- serializedName: "error",
103
- type: {
104
- name: "Composite",
105
- className: "ErrorModel"
106
- }
107
34
  }
108
35
  }
109
36
  }
110
37
  };
111
38
 
112
- export const Resource: msRest.CompositeMapper = {
113
- serializedName: "Resource",
39
+ export const Resource: coreClient.CompositeMapper = {
114
40
  type: {
115
41
  name: "Composite",
116
42
  className: "Resource",
117
43
  modelProperties: {
118
44
  id: {
119
- readOnly: true,
120
45
  serializedName: "id",
46
+ readOnly: true,
121
47
  type: {
122
48
  name: "String"
123
49
  }
124
50
  },
125
51
  name: {
126
- readOnly: true,
127
52
  serializedName: "name",
53
+ readOnly: true,
128
54
  type: {
129
55
  name: "String"
130
56
  }
131
57
  },
132
58
  type: {
133
- readOnly: true,
134
59
  serializedName: "type",
60
+ readOnly: true,
135
61
  type: {
136
62
  name: "String"
137
63
  }
@@ -146,25 +72,28 @@ export const Resource: msRest.CompositeMapper = {
146
72
  serializedName: "tags",
147
73
  type: {
148
74
  name: "Dictionary",
149
- value: {
150
- type: {
151
- name: "String"
152
- }
153
- }
75
+ value: { type: { name: "String" } }
154
76
  }
155
77
  }
156
78
  }
157
79
  }
158
80
  };
159
81
 
160
- export const SubResource: msRest.CompositeMapper = {
161
- serializedName: "SubResource",
82
+ export const ErrorResponse: coreClient.CompositeMapper = {
162
83
  type: {
163
84
  name: "Composite",
164
- className: "SubResource",
85
+ className: "ErrorResponse",
165
86
  modelProperties: {
166
- id: {
167
- serializedName: "id",
87
+ code: {
88
+ serializedName: "code",
89
+ readOnly: true,
90
+ type: {
91
+ name: "String"
92
+ }
93
+ },
94
+ message: {
95
+ serializedName: "message",
96
+ readOnly: true,
168
97
  type: {
169
98
  name: "String"
170
99
  }
@@ -173,48 +102,48 @@ export const SubResource: msRest.CompositeMapper = {
173
102
  }
174
103
  };
175
104
 
176
- export const TagsObject: msRest.CompositeMapper = {
177
- serializedName: "TagsObject",
105
+ export const ProfileUpdateModel: coreClient.CompositeMapper = {
178
106
  type: {
179
107
  name: "Composite",
180
- className: "TagsObject",
108
+ className: "ProfileUpdateModel",
181
109
  modelProperties: {
182
110
  tags: {
183
111
  serializedName: "tags",
184
112
  type: {
185
113
  name: "Dictionary",
186
- value: {
187
- type: {
188
- name: "String"
189
- }
190
- }
114
+ value: { type: { name: "String" } }
115
+ }
116
+ },
117
+ enabledState: {
118
+ serializedName: "properties.enabledState",
119
+ type: {
120
+ name: "String"
191
121
  }
192
122
  }
193
123
  }
194
124
  }
195
125
  };
196
126
 
197
- export const Profile: msRest.CompositeMapper = {
198
- serializedName: "Profile",
127
+ export const PreconfiguredEndpointList: coreClient.CompositeMapper = {
199
128
  type: {
200
129
  name: "Composite",
201
- className: "Profile",
130
+ className: "PreconfiguredEndpointList",
202
131
  modelProperties: {
203
- ...Resource.type.modelProperties,
204
- resourceState: {
205
- serializedName: "properties.resourceState",
206
- type: {
207
- name: "String"
208
- }
209
- },
210
- enabledState: {
211
- serializedName: "properties.enabledState",
132
+ value: {
133
+ serializedName: "value",
134
+ readOnly: true,
212
135
  type: {
213
- name: "String"
136
+ name: "Sequence",
137
+ element: {
138
+ type: {
139
+ name: "Composite",
140
+ className: "PreconfiguredEndpoint"
141
+ }
142
+ }
214
143
  }
215
144
  },
216
- etag: {
217
- serializedName: "etag",
145
+ nextLink: {
146
+ serializedName: "nextLink",
218
147
  type: {
219
148
  name: "String"
220
149
  }
@@ -223,20 +152,26 @@ export const Profile: msRest.CompositeMapper = {
223
152
  }
224
153
  };
225
154
 
226
- export const Endpoint: msRest.CompositeMapper = {
227
- serializedName: "Endpoint",
155
+ export const ExperimentList: coreClient.CompositeMapper = {
228
156
  type: {
229
157
  name: "Composite",
230
- className: "Endpoint",
158
+ className: "ExperimentList",
231
159
  modelProperties: {
232
- name: {
233
- serializedName: "name",
160
+ value: {
161
+ serializedName: "value",
162
+ readOnly: true,
234
163
  type: {
235
- name: "String"
164
+ name: "Sequence",
165
+ element: {
166
+ type: {
167
+ name: "Composite",
168
+ className: "Experiment"
169
+ }
170
+ }
236
171
  }
237
172
  },
238
- endpoint: {
239
- serializedName: "endpoint",
173
+ nextLink: {
174
+ serializedName: "nextLink",
240
175
  type: {
241
176
  name: "String"
242
177
  }
@@ -245,35 +180,28 @@ export const Endpoint: msRest.CompositeMapper = {
245
180
  }
246
181
  };
247
182
 
248
- export const ProfileUpdateModel: msRest.CompositeMapper = {
249
- serializedName: "ProfileUpdateModel",
183
+ export const Endpoint: coreClient.CompositeMapper = {
250
184
  type: {
251
185
  name: "Composite",
252
- className: "ProfileUpdateModel",
186
+ className: "Endpoint",
253
187
  modelProperties: {
254
- enabledState: {
255
- serializedName: "properties.enabledState",
188
+ name: {
189
+ serializedName: "name",
256
190
  type: {
257
191
  name: "String"
258
192
  }
259
193
  },
260
- tags: {
261
- serializedName: "tags",
194
+ endpoint: {
195
+ serializedName: "endpoint",
262
196
  type: {
263
- name: "Dictionary",
264
- value: {
265
- type: {
266
- name: "String"
267
- }
268
- }
197
+ name: "String"
269
198
  }
270
199
  }
271
200
  }
272
201
  }
273
202
  };
274
203
 
275
- export const ExperimentUpdateModel: msRest.CompositeMapper = {
276
- serializedName: "ExperimentUpdateModel",
204
+ export const ExperimentUpdateModel: coreClient.CompositeMapper = {
277
205
  type: {
278
206
  name: "Composite",
279
207
  className: "ExperimentUpdateModel",
@@ -282,158 +210,96 @@ export const ExperimentUpdateModel: msRest.CompositeMapper = {
282
210
  serializedName: "tags",
283
211
  type: {
284
212
  name: "Dictionary",
285
- value: {
286
- type: {
287
- name: "String"
288
- }
289
- }
290
- }
291
- },
292
- description: {
293
- serializedName: "properties.description",
294
- type: {
295
- name: "String"
213
+ value: { type: { name: "String" } }
296
214
  }
297
215
  },
298
- enabledState: {
299
- serializedName: "properties.enabledState",
300
- type: {
301
- name: "String"
302
- }
303
- }
304
- }
305
- }
306
- };
307
-
308
- export const Experiment: msRest.CompositeMapper = {
309
- serializedName: "Experiment",
310
- type: {
311
- name: "Composite",
312
- className: "Experiment",
313
- modelProperties: {
314
- ...Resource.type.modelProperties,
315
216
  description: {
316
217
  serializedName: "properties.description",
317
218
  type: {
318
219
  name: "String"
319
220
  }
320
221
  },
321
- endpointA: {
322
- serializedName: "properties.endpointA",
323
- type: {
324
- name: "Composite",
325
- className: "Endpoint"
326
- }
327
- },
328
- endpointB: {
329
- serializedName: "properties.endpointB",
330
- type: {
331
- name: "Composite",
332
- className: "Endpoint"
333
- }
334
- },
335
222
  enabledState: {
336
223
  serializedName: "properties.enabledState",
337
224
  type: {
338
225
  name: "String"
339
226
  }
340
- },
341
- resourceState: {
342
- serializedName: "properties.resourceState",
343
- type: {
344
- name: "String"
345
- }
346
- },
347
- status: {
348
- readOnly: true,
349
- serializedName: "properties.status",
350
- type: {
351
- name: "String"
352
- }
353
- },
354
- scriptFileUri: {
355
- readOnly: true,
356
- serializedName: "properties.scriptFileUri",
357
- type: {
358
- name: "String"
359
- }
360
227
  }
361
228
  }
362
229
  }
363
230
  };
364
231
 
365
- export const LatencyMetric: msRest.CompositeMapper = {
366
- serializedName: "LatencyMetric",
232
+ export const LatencyMetric: coreClient.CompositeMapper = {
367
233
  type: {
368
234
  name: "Composite",
369
235
  className: "LatencyMetric",
370
236
  modelProperties: {
371
237
  name: {
372
- readOnly: true,
373
238
  serializedName: "name",
239
+ readOnly: true,
374
240
  type: {
375
241
  name: "String"
376
242
  }
377
243
  },
378
244
  endDateTimeUTC: {
379
- readOnly: true,
380
245
  serializedName: "endDateTimeUTC",
246
+ readOnly: true,
381
247
  type: {
382
248
  name: "String"
383
249
  }
384
250
  },
385
251
  aValue: {
386
- readOnly: true,
387
252
  serializedName: "aValue",
253
+ readOnly: true,
388
254
  type: {
389
255
  name: "Number"
390
256
  }
391
257
  },
392
258
  bValue: {
393
- readOnly: true,
394
259
  serializedName: "bValue",
260
+ readOnly: true,
395
261
  type: {
396
262
  name: "Number"
397
263
  }
398
264
  },
399
265
  delta: {
400
- readOnly: true,
401
266
  serializedName: "delta",
267
+ readOnly: true,
402
268
  type: {
403
269
  name: "Number"
404
270
  }
405
271
  },
406
272
  deltaPercent: {
407
- readOnly: true,
408
273
  serializedName: "deltaPercent",
274
+ readOnly: true,
409
275
  type: {
410
276
  name: "Number"
411
277
  }
412
278
  },
413
279
  aCLower95CI: {
414
- readOnly: true,
415
280
  serializedName: "aCLower95CI",
281
+ readOnly: true,
416
282
  type: {
417
283
  name: "Number"
418
284
  }
419
285
  },
420
286
  aHUpper95CI: {
421
- readOnly: true,
422
287
  serializedName: "aHUpper95CI",
288
+ readOnly: true,
423
289
  type: {
424
290
  name: "Number"
425
291
  }
426
292
  },
427
293
  bCLower95CI: {
428
- readOnly: true,
429
294
  serializedName: "bCLower95CI",
295
+ readOnly: true,
430
296
  type: {
431
297
  name: "Number"
432
298
  }
433
299
  },
434
300
  bUpper95CI: {
435
- readOnly: true,
436
301
  serializedName: "bUpper95CI",
302
+ readOnly: true,
437
303
  type: {
438
304
  name: "Number"
439
305
  }
@@ -442,193 +308,291 @@ export const LatencyMetric: msRest.CompositeMapper = {
442
308
  }
443
309
  };
444
310
 
445
- export const LatencyScorecard: msRest.CompositeMapper = {
446
- serializedName: "LatencyScorecard",
311
+ export const TimeseriesDataPoint: coreClient.CompositeMapper = {
447
312
  type: {
448
313
  name: "Composite",
449
- className: "LatencyScorecard",
314
+ className: "TimeseriesDataPoint",
450
315
  modelProperties: {
451
- ...Resource.type.modelProperties,
452
- latencyScorecardId: {
453
- readOnly: true,
454
- serializedName: "properties.id",
316
+ dateTimeUTC: {
317
+ serializedName: "dateTimeUTC",
455
318
  type: {
456
319
  name: "String"
457
320
  }
458
321
  },
459
- latencyScorecardName: {
460
- readOnly: true,
461
- serializedName: "properties.name",
322
+ value: {
323
+ serializedName: "value",
324
+ type: {
325
+ name: "Number"
326
+ }
327
+ }
328
+ }
329
+ }
330
+ };
331
+
332
+ export const CheckNameAvailabilityInput: coreClient.CompositeMapper = {
333
+ type: {
334
+ name: "Composite",
335
+ className: "CheckNameAvailabilityInput",
336
+ modelProperties: {
337
+ name: {
338
+ serializedName: "name",
339
+ required: true,
462
340
  type: {
463
341
  name: "String"
464
342
  }
465
343
  },
466
- description: {
344
+ type: {
345
+ serializedName: "type",
346
+ required: true,
347
+ type: {
348
+ name: "Enum",
349
+ allowedValues: [
350
+ "Microsoft.Network/frontDoors",
351
+ "Microsoft.Network/frontDoors/frontendEndpoints"
352
+ ]
353
+ }
354
+ }
355
+ }
356
+ }
357
+ };
358
+
359
+ export const CheckNameAvailabilityOutput: coreClient.CompositeMapper = {
360
+ type: {
361
+ name: "Composite",
362
+ className: "CheckNameAvailabilityOutput",
363
+ modelProperties: {
364
+ nameAvailability: {
365
+ serializedName: "nameAvailability",
467
366
  readOnly: true,
468
- serializedName: "properties.description",
469
367
  type: {
470
368
  name: "String"
471
369
  }
472
370
  },
473
- endpointA: {
371
+ reason: {
372
+ serializedName: "reason",
474
373
  readOnly: true,
475
- serializedName: "properties.endpointA",
476
374
  type: {
477
375
  name: "String"
478
376
  }
479
377
  },
480
- endpointB: {
378
+ message: {
379
+ serializedName: "message",
481
380
  readOnly: true,
482
- serializedName: "properties.endpointB",
483
381
  type: {
484
382
  name: "String"
485
383
  }
384
+ }
385
+ }
386
+ }
387
+ };
388
+
389
+ export const FrontDoorListResult: coreClient.CompositeMapper = {
390
+ type: {
391
+ name: "Composite",
392
+ className: "FrontDoorListResult",
393
+ modelProperties: {
394
+ value: {
395
+ serializedName: "value",
396
+ readOnly: true,
397
+ type: {
398
+ name: "Sequence",
399
+ element: {
400
+ type: {
401
+ name: "Composite",
402
+ className: "FrontDoor"
403
+ }
404
+ }
405
+ }
486
406
  },
487
- startDateTimeUTC: {
407
+ nextLink: {
408
+ serializedName: "nextLink",
409
+ type: {
410
+ name: "String"
411
+ }
412
+ }
413
+ }
414
+ }
415
+ };
416
+
417
+ export const RulesEngine: coreClient.CompositeMapper = {
418
+ type: {
419
+ name: "Composite",
420
+ className: "RulesEngine",
421
+ modelProperties: {
422
+ name: {
423
+ serializedName: "name",
488
424
  readOnly: true,
489
- serializedName: "properties.startDateTimeUTC",
490
425
  type: {
491
- name: "DateTime"
426
+ name: "String"
492
427
  }
493
428
  },
494
- endDateTimeUTC: {
429
+ type: {
430
+ serializedName: "type",
495
431
  readOnly: true,
496
- serializedName: "properties.endDateTimeUTC",
497
432
  type: {
498
- name: "DateTime"
433
+ name: "String"
499
434
  }
500
435
  },
501
- country: {
436
+ id: {
437
+ serializedName: "id",
502
438
  readOnly: true,
503
- serializedName: "properties.country",
504
439
  type: {
505
440
  name: "String"
506
441
  }
507
442
  },
508
- latencyMetrics: {
509
- serializedName: "properties.latencyMetrics",
443
+ rules: {
444
+ serializedName: "properties.rules",
510
445
  type: {
511
446
  name: "Sequence",
512
447
  element: {
513
448
  type: {
514
449
  name: "Composite",
515
- className: "LatencyMetric"
450
+ className: "RulesEngineRule"
516
451
  }
517
452
  }
518
453
  }
454
+ },
455
+ resourceState: {
456
+ serializedName: "properties.resourceState",
457
+ readOnly: true,
458
+ type: {
459
+ name: "String"
460
+ }
519
461
  }
520
462
  }
521
463
  }
522
464
  };
523
465
 
524
- export const TimeseriesDataPoint: msRest.CompositeMapper = {
525
- serializedName: "TimeseriesDataPoint",
466
+ export const RulesEngineUpdateParameters: coreClient.CompositeMapper = {
526
467
  type: {
527
468
  name: "Composite",
528
- className: "TimeseriesDataPoint",
469
+ className: "RulesEngineUpdateParameters",
529
470
  modelProperties: {
530
- dateTimeUTC: {
531
- serializedName: "dateTimeUTC",
532
- type: {
533
- name: "String"
534
- }
535
- },
536
- value: {
537
- serializedName: "value",
471
+ rules: {
472
+ serializedName: "rules",
538
473
  type: {
539
- name: "Number"
474
+ name: "Sequence",
475
+ element: {
476
+ type: {
477
+ name: "Composite",
478
+ className: "RulesEngineRule"
479
+ }
480
+ }
540
481
  }
541
482
  }
542
483
  }
543
484
  }
544
485
  };
545
486
 
546
- export const Timeseries: msRest.CompositeMapper = {
547
- serializedName: "Timeseries",
487
+ export const RulesEngineRule: coreClient.CompositeMapper = {
548
488
  type: {
549
489
  name: "Composite",
550
- className: "Timeseries",
490
+ className: "RulesEngineRule",
551
491
  modelProperties: {
552
- ...Resource.type.modelProperties,
553
- endpoint: {
554
- serializedName: "properties.endpoint",
492
+ name: {
493
+ serializedName: "name",
494
+ required: true,
555
495
  type: {
556
496
  name: "String"
557
497
  }
558
498
  },
559
- startDateTimeUTC: {
560
- serializedName: "properties.startDateTimeUTC",
499
+ priority: {
500
+ serializedName: "priority",
501
+ required: true,
561
502
  type: {
562
- name: "String"
503
+ name: "Number"
563
504
  }
564
505
  },
565
- endDateTimeUTC: {
566
- serializedName: "properties.endDateTimeUTC",
506
+ action: {
507
+ serializedName: "action",
567
508
  type: {
568
- name: "String"
509
+ name: "Composite",
510
+ className: "RulesEngineAction"
569
511
  }
570
512
  },
571
- aggregationInterval: {
572
- serializedName: "properties.aggregationInterval",
513
+ matchConditions: {
514
+ serializedName: "matchConditions",
573
515
  type: {
574
- name: "String"
516
+ name: "Sequence",
517
+ element: {
518
+ type: {
519
+ name: "Composite",
520
+ className: "RulesEngineMatchCondition"
521
+ }
522
+ }
575
523
  }
576
524
  },
577
- timeseriesType: {
578
- serializedName: "properties.timeseriesType",
525
+ matchProcessingBehavior: {
526
+ serializedName: "matchProcessingBehavior",
579
527
  type: {
580
528
  name: "String"
581
529
  }
582
- },
583
- country: {
584
- serializedName: "properties.country",
530
+ }
531
+ }
532
+ }
533
+ };
534
+
535
+ export const RulesEngineAction: coreClient.CompositeMapper = {
536
+ type: {
537
+ name: "Composite",
538
+ className: "RulesEngineAction",
539
+ modelProperties: {
540
+ requestHeaderActions: {
541
+ serializedName: "requestHeaderActions",
585
542
  type: {
586
- name: "String"
543
+ name: "Sequence",
544
+ element: {
545
+ type: {
546
+ name: "Composite",
547
+ className: "HeaderAction"
548
+ }
549
+ }
587
550
  }
588
551
  },
589
- timeseriesData: {
590
- serializedName: "properties.timeseriesData",
552
+ responseHeaderActions: {
553
+ serializedName: "responseHeaderActions",
591
554
  type: {
592
555
  name: "Sequence",
593
556
  element: {
594
557
  type: {
595
558
  name: "Composite",
596
- className: "TimeseriesDataPoint"
559
+ className: "HeaderAction"
597
560
  }
598
561
  }
599
562
  }
563
+ },
564
+ routeConfigurationOverride: {
565
+ serializedName: "routeConfigurationOverride",
566
+ type: {
567
+ name: "Composite",
568
+ className: "RouteConfiguration"
569
+ }
600
570
  }
601
571
  }
602
572
  }
603
573
  };
604
574
 
605
- export const PreconfiguredEndpoint: msRest.CompositeMapper = {
606
- serializedName: "PreconfiguredEndpoint",
575
+ export const HeaderAction: coreClient.CompositeMapper = {
607
576
  type: {
608
577
  name: "Composite",
609
- className: "PreconfiguredEndpoint",
578
+ className: "HeaderAction",
610
579
  modelProperties: {
611
- ...Resource.type.modelProperties,
612
- description: {
613
- serializedName: "properties.description",
614
- type: {
615
- name: "String"
616
- }
617
- },
618
- endpoint: {
619
- serializedName: "properties.endpoint",
580
+ headerActionType: {
581
+ serializedName: "headerActionType",
582
+ required: true,
620
583
  type: {
621
584
  name: "String"
622
585
  }
623
586
  },
624
- endpointType: {
625
- serializedName: "properties.endpointType",
587
+ headerName: {
588
+ serializedName: "headerName",
589
+ required: true,
626
590
  type: {
627
591
  name: "String"
628
592
  }
629
593
  },
630
- backend: {
631
- serializedName: "properties.backend",
594
+ value: {
595
+ serializedName: "value",
632
596
  type: {
633
597
  name: "String"
634
598
  }
@@ -637,22 +601,19 @@ export const PreconfiguredEndpoint: msRest.CompositeMapper = {
637
601
  }
638
602
  };
639
603
 
640
- export const ErrorResponse: msRest.CompositeMapper = {
641
- serializedName: "ErrorResponse",
604
+ export const RouteConfiguration: coreClient.CompositeMapper = {
642
605
  type: {
643
606
  name: "Composite",
644
- className: "ErrorResponse",
607
+ className: "RouteConfiguration",
608
+ uberParent: "RouteConfiguration",
609
+ polymorphicDiscriminator: {
610
+ serializedName: "@odata\\.type",
611
+ clientName: "odataType"
612
+ },
645
613
  modelProperties: {
646
- code: {
647
- readOnly: true,
648
- serializedName: "code",
649
- type: {
650
- name: "String"
651
- }
652
- },
653
- message: {
654
- readOnly: true,
655
- serializedName: "message",
614
+ odataType: {
615
+ serializedName: "@odata\\.type",
616
+ required: true,
656
617
  type: {
657
618
  name: "String"
658
619
  }
@@ -661,70 +622,77 @@ export const ErrorResponse: msRest.CompositeMapper = {
661
622
  }
662
623
  };
663
624
 
664
- export const RulesEngine: msRest.CompositeMapper = {
665
- serializedName: "RulesEngine",
625
+ export const RulesEngineMatchCondition: coreClient.CompositeMapper = {
666
626
  type: {
667
627
  name: "Composite",
668
- className: "RulesEngine",
628
+ className: "RulesEngineMatchCondition",
669
629
  modelProperties: {
670
- rules: {
671
- serializedName: "properties.rules",
630
+ rulesEngineMatchVariable: {
631
+ serializedName: "rulesEngineMatchVariable",
632
+ required: true,
672
633
  type: {
673
- name: "Sequence",
674
- element: {
675
- type: {
676
- name: "Composite",
677
- className: "RulesEngineRule"
678
- }
679
- }
634
+ name: "String"
680
635
  }
681
636
  },
682
- resourceState: {
683
- serializedName: "properties.resourceState",
637
+ selector: {
638
+ serializedName: "selector",
684
639
  type: {
685
640
  name: "String"
686
641
  }
687
642
  },
688
- name: {
689
- readOnly: true,
690
- serializedName: "name",
643
+ rulesEngineOperator: {
644
+ serializedName: "rulesEngineOperator",
645
+ required: true,
691
646
  type: {
692
647
  name: "String"
693
648
  }
694
649
  },
695
- type: {
696
- readOnly: true,
697
- serializedName: "type",
650
+ negateCondition: {
651
+ serializedName: "negateCondition",
698
652
  type: {
699
- name: "String"
653
+ name: "Boolean"
700
654
  }
701
655
  },
702
- id: {
703
- readOnly: true,
704
- serializedName: "id",
656
+ rulesEngineMatchValue: {
657
+ serializedName: "rulesEngineMatchValue",
658
+ required: true,
705
659
  type: {
706
- name: "String"
660
+ name: "Sequence",
661
+ element: {
662
+ type: {
663
+ name: "String"
664
+ }
665
+ }
666
+ }
667
+ },
668
+ transforms: {
669
+ serializedName: "transforms",
670
+ type: {
671
+ name: "Sequence",
672
+ element: {
673
+ type: {
674
+ name: "String"
675
+ }
676
+ }
707
677
  }
708
678
  }
709
679
  }
710
680
  }
711
681
  };
712
682
 
713
- export const FrontDoor: msRest.CompositeMapper = {
714
- serializedName: "FrontDoor",
683
+ export const FrontDoorUpdateParameters: coreClient.CompositeMapper = {
715
684
  type: {
716
685
  name: "Composite",
717
- className: "FrontDoor",
686
+ className: "FrontDoorUpdateParameters",
718
687
  modelProperties: {
719
- ...Resource.type.modelProperties,
720
688
  friendlyName: {
721
- serializedName: "properties.friendlyName",
689
+ serializedName: "friendlyName",
722
690
  type: {
723
691
  name: "String"
724
692
  }
725
693
  },
726
694
  routingRules: {
727
- serializedName: "properties.routingRules",
695
+ serializedName: "routingRules",
728
696
  type: {
729
697
  name: "Sequence",
730
698
  element: {
@@ -736,7 +704,7 @@ export const FrontDoor: msRest.CompositeMapper = {
736
704
  }
737
705
  },
738
706
  loadBalancingSettings: {
739
- serializedName: "properties.loadBalancingSettings",
707
+ serializedName: "loadBalancingSettings",
740
708
  type: {
741
709
  name: "Sequence",
742
710
  element: {
@@ -748,7 +716,7 @@ export const FrontDoor: msRest.CompositeMapper = {
748
716
  }
749
717
  },
750
718
  healthProbeSettings: {
751
- serializedName: "properties.healthProbeSettings",
719
+ serializedName: "healthProbeSettings",
752
720
  type: {
753
721
  name: "Sequence",
754
722
  element: {
@@ -760,7 +728,7 @@ export const FrontDoor: msRest.CompositeMapper = {
760
728
  }
761
729
  },
762
730
  backendPools: {
763
- serializedName: "properties.backendPools",
731
+ serializedName: "backendPools",
764
732
  type: {
765
733
  name: "Sequence",
766
734
  element: {
@@ -772,7 +740,7 @@ export const FrontDoor: msRest.CompositeMapper = {
772
740
  }
773
741
  },
774
742
  frontendEndpoints: {
775
- serializedName: "properties.frontendEndpoints",
743
+ serializedName: "frontendEndpoints",
776
744
  type: {
777
745
  name: "Sequence",
778
746
  element: {
@@ -784,71 +752,29 @@ export const FrontDoor: msRest.CompositeMapper = {
784
752
  }
785
753
  },
786
754
  backendPoolsSettings: {
787
- serializedName: "properties.backendPoolsSettings",
755
+ serializedName: "backendPoolsSettings",
788
756
  type: {
789
757
  name: "Composite",
790
758
  className: "BackendPoolsSettings"
791
759
  }
792
760
  },
793
761
  enabledState: {
794
- serializedName: "properties.enabledState",
795
- type: {
796
- name: "String"
797
- }
798
- },
799
- resourceState: {
800
- serializedName: "properties.resourceState",
801
- type: {
802
- name: "String"
803
- }
804
- },
805
- provisioningState: {
806
- readOnly: true,
807
- serializedName: "properties.provisioningState",
808
- type: {
809
- name: "String"
810
- }
811
- },
812
- cname: {
813
- readOnly: true,
814
- serializedName: "properties.cname",
815
- type: {
816
- name: "String"
817
- }
818
- },
819
- frontdoorId: {
820
- readOnly: true,
821
- serializedName: "properties.frontdoorId",
762
+ serializedName: "enabledState",
822
763
  type: {
823
764
  name: "String"
824
765
  }
825
- },
826
- rulesEngines: {
827
- readOnly: true,
828
- serializedName: "properties.rulesEngines",
829
- type: {
830
- name: "Sequence",
831
- element: {
832
- type: {
833
- name: "Composite",
834
- className: "RulesEngine"
835
- }
836
- }
837
- }
838
766
  }
839
767
  }
840
768
  }
841
769
  };
842
770
 
843
- export const RoutingRule: msRest.CompositeMapper = {
844
- serializedName: "RoutingRule",
771
+ export const RoutingRuleUpdateParameters: coreClient.CompositeMapper = {
845
772
  type: {
846
773
  name: "Composite",
847
- className: "RoutingRule",
774
+ className: "RoutingRuleUpdateParameters",
848
775
  modelProperties: {
849
- ...SubResource.type.modelProperties,
850
776
  frontendEndpoints: {
851
- serializedName: "properties.frontendEndpoints",
777
+ serializedName: "frontendEndpoints",
852
778
  type: {
853
779
  name: "Sequence",
854
780
  element: {
@@ -860,7 +786,7 @@ export const RoutingRule: msRest.CompositeMapper = {
860
786
  }
861
787
  },
862
788
  acceptedProtocols: {
863
- serializedName: "properties.acceptedProtocols",
789
+ serializedName: "acceptedProtocols",
864
790
  type: {
865
791
  name: "Sequence",
866
792
  element: {
@@ -871,7 +797,7 @@ export const RoutingRule: msRest.CompositeMapper = {
871
797
  }
872
798
  },
873
799
  patternsToMatch: {
874
- serializedName: "properties.patternsToMatch",
800
+ serializedName: "patternsToMatch",
875
801
  type: {
876
802
  name: "Sequence",
877
803
  element: {
@@ -882,40 +808,59 @@ export const RoutingRule: msRest.CompositeMapper = {
882
808
  }
883
809
  },
884
810
  enabledState: {
885
- serializedName: "properties.enabledState",
811
+ serializedName: "enabledState",
886
812
  type: {
887
813
  name: "String"
888
814
  }
889
815
  },
890
816
  routeConfiguration: {
891
- serializedName: "properties.routeConfiguration",
817
+ serializedName: "routeConfiguration",
892
818
  type: {
893
819
  name: "Composite",
894
820
  className: "RouteConfiguration"
895
821
  }
896
822
  },
897
823
  rulesEngine: {
898
- serializedName: "properties.rulesEngine",
824
+ serializedName: "rulesEngine",
899
825
  type: {
900
826
  name: "Composite",
901
827
  className: "SubResource"
902
828
  }
903
829
  },
904
- resourceState: {
905
- serializedName: "properties.resourceState",
830
+ webApplicationFirewallPolicyLink: {
831
+ serializedName: "webApplicationFirewallPolicyLink",
906
832
  type: {
907
- name: "String"
833
+ name: "Composite",
834
+ className:
835
+ "RoutingRuleUpdateParametersWebApplicationFirewallPolicyLink"
908
836
  }
909
- },
910
- name: {
911
- serializedName: "name",
837
+ }
838
+ }
839
+ }
840
+ };
841
+
842
+ export const SubResource: coreClient.CompositeMapper = {
843
+ type: {
844
+ name: "Composite",
845
+ className: "SubResource",
846
+ modelProperties: {
847
+ id: {
848
+ serializedName: "id",
912
849
  type: {
913
850
  name: "String"
914
851
  }
915
- },
916
- type: {
917
- readOnly: true,
918
- serializedName: "type",
852
+ }
853
+ }
854
+ }
855
+ };
856
+
857
+ export const RoutingRuleUpdateParametersWebApplicationFirewallPolicyLink: coreClient.CompositeMapper = {
858
+ type: {
859
+ name: "Composite",
860
+ className: "RoutingRuleUpdateParametersWebApplicationFirewallPolicyLink",
861
+ modelProperties: {
862
+ id: {
863
+ serializedName: "id",
919
864
  type: {
920
865
  name: "String"
921
866
  }
@@ -924,107 +869,65 @@ export const RoutingRule: msRest.CompositeMapper = {
924
869
  }
925
870
  };
926
871
 
927
- export const LoadBalancingSettingsModel: msRest.CompositeMapper = {
928
- serializedName: "LoadBalancingSettingsModel",
872
+ export const LoadBalancingSettingsUpdateParameters: coreClient.CompositeMapper = {
929
873
  type: {
930
874
  name: "Composite",
931
- className: "LoadBalancingSettingsModel",
875
+ className: "LoadBalancingSettingsUpdateParameters",
932
876
  modelProperties: {
933
- ...SubResource.type.modelProperties,
934
877
  sampleSize: {
935
- serializedName: "properties.sampleSize",
878
+ serializedName: "sampleSize",
936
879
  type: {
937
880
  name: "Number"
938
881
  }
939
882
  },
940
883
  successfulSamplesRequired: {
941
- serializedName: "properties.successfulSamplesRequired",
884
+ serializedName: "successfulSamplesRequired",
942
885
  type: {
943
886
  name: "Number"
944
887
  }
945
888
  },
946
889
  additionalLatencyMilliseconds: {
947
- serializedName: "properties.additionalLatencyMilliseconds",
890
+ serializedName: "additionalLatencyMilliseconds",
948
891
  type: {
949
892
  name: "Number"
950
893
  }
951
- },
952
- resourceState: {
953
- serializedName: "properties.resourceState",
954
- type: {
955
- name: "String"
956
- }
957
- },
958
- name: {
959
- serializedName: "name",
960
- type: {
961
- name: "String"
962
- }
963
- },
964
- type: {
965
- readOnly: true,
966
- serializedName: "type",
967
- type: {
968
- name: "String"
969
- }
970
894
  }
971
895
  }
972
896
  }
973
897
  };
974
898
 
975
- export const HealthProbeSettingsModel: msRest.CompositeMapper = {
976
- serializedName: "HealthProbeSettingsModel",
899
+ export const HealthProbeSettingsUpdateParameters: coreClient.CompositeMapper = {
977
900
  type: {
978
901
  name: "Composite",
979
- className: "HealthProbeSettingsModel",
902
+ className: "HealthProbeSettingsUpdateParameters",
980
903
  modelProperties: {
981
- ...SubResource.type.modelProperties,
982
904
  path: {
983
- serializedName: "properties.path",
905
+ serializedName: "path",
984
906
  type: {
985
907
  name: "String"
986
908
  }
987
909
  },
988
910
  protocol: {
989
- serializedName: "properties.protocol",
911
+ serializedName: "protocol",
990
912
  type: {
991
913
  name: "String"
992
914
  }
993
915
  },
994
916
  intervalInSeconds: {
995
- serializedName: "properties.intervalInSeconds",
917
+ serializedName: "intervalInSeconds",
996
918
  type: {
997
919
  name: "Number"
998
920
  }
999
921
  },
1000
922
  healthProbeMethod: {
1001
- serializedName: "properties.healthProbeMethod",
1002
- defaultValue: 'HEAD',
923
+ defaultValue: "HEAD",
924
+ serializedName: "healthProbeMethod",
1003
925
  type: {
1004
926
  name: "String"
1005
927
  }
1006
928
  },
1007
929
  enabledState: {
1008
- serializedName: "properties.enabledState",
1009
- type: {
1010
- name: "String"
1011
- }
1012
- },
1013
- resourceState: {
1014
- serializedName: "properties.resourceState",
1015
- type: {
1016
- name: "String"
1017
- }
1018
- },
1019
- name: {
1020
- serializedName: "name",
1021
- type: {
1022
- name: "String"
1023
- }
1024
- },
1025
- type: {
1026
- readOnly: true,
1027
- serializedName: "type",
930
+ serializedName: "enabledState",
1028
931
  type: {
1029
932
  name: "String"
1030
933
  }
@@ -1033,15 +936,13 @@ export const HealthProbeSettingsModel: msRest.CompositeMapper = {
1033
936
  }
1034
937
  };
1035
938
 
1036
- export const BackendPool: msRest.CompositeMapper = {
1037
- serializedName: "BackendPool",
939
+ export const BackendPoolUpdateParameters: coreClient.CompositeMapper = {
1038
940
  type: {
1039
941
  name: "Composite",
1040
- className: "BackendPool",
942
+ className: "BackendPoolUpdateParameters",
1041
943
  modelProperties: {
1042
- ...SubResource.type.modelProperties,
1043
944
  backends: {
1044
- serializedName: "properties.backends",
945
+ serializedName: "backends",
1045
946
  type: {
1046
947
  name: "Sequence",
1047
948
  element: {
@@ -1053,50 +954,113 @@ export const BackendPool: msRest.CompositeMapper = {
1053
954
  }
1054
955
  },
1055
956
  loadBalancingSettings: {
1056
- serializedName: "properties.loadBalancingSettings",
957
+ serializedName: "loadBalancingSettings",
1057
958
  type: {
1058
959
  name: "Composite",
1059
960
  className: "SubResource"
1060
961
  }
1061
962
  },
1062
963
  healthProbeSettings: {
1063
- serializedName: "properties.healthProbeSettings",
964
+ serializedName: "healthProbeSettings",
1064
965
  type: {
1065
966
  name: "Composite",
1066
967
  className: "SubResource"
1067
968
  }
969
+ }
970
+ }
971
+ }
972
+ };
973
+
974
+ export const Backend: coreClient.CompositeMapper = {
975
+ type: {
976
+ name: "Composite",
977
+ className: "Backend",
978
+ modelProperties: {
979
+ address: {
980
+ serializedName: "address",
981
+ type: {
982
+ name: "String"
983
+ }
1068
984
  },
1069
- resourceState: {
1070
- serializedName: "properties.resourceState",
985
+ privateLinkAlias: {
986
+ serializedName: "privateLinkAlias",
1071
987
  type: {
1072
988
  name: "String"
1073
989
  }
1074
990
  },
1075
- name: {
1076
- serializedName: "name",
991
+ privateLinkResourceId: {
992
+ serializedName: "privateLinkResourceId",
1077
993
  type: {
1078
994
  name: "String"
1079
995
  }
1080
996
  },
1081
- type: {
1082
- readOnly: true,
1083
- serializedName: "type",
997
+ privateLinkLocation: {
998
+ serializedName: "privateLinkLocation",
1084
999
  type: {
1085
1000
  name: "String"
1086
1001
  }
1087
- }
1088
- }
1089
- }
1090
- };
1091
-
1092
- export const KeyVaultCertificateSourceParametersVault: msRest.CompositeMapper = {
1093
- serializedName: "KeyVaultCertificateSourceParameters_vault",
1094
- type: {
1095
- name: "Composite",
1096
- className: "KeyVaultCertificateSourceParametersVault",
1097
- modelProperties: {
1098
- id: {
1099
- serializedName: "id",
1002
+ },
1003
+ privateEndpointStatus: {
1004
+ serializedName: "privateEndpointStatus",
1005
+ readOnly: true,
1006
+ type: {
1007
+ name: "String"
1008
+ }
1009
+ },
1010
+ privateLinkApprovalMessage: {
1011
+ serializedName: "privateLinkApprovalMessage",
1012
+ type: {
1013
+ name: "String"
1014
+ }
1015
+ },
1016
+ httpPort: {
1017
+ constraints: {
1018
+ InclusiveMaximum: 65535,
1019
+ InclusiveMinimum: 1
1020
+ },
1021
+ serializedName: "httpPort",
1022
+ type: {
1023
+ name: "Number"
1024
+ }
1025
+ },
1026
+ httpsPort: {
1027
+ constraints: {
1028
+ InclusiveMaximum: 65535,
1029
+ InclusiveMinimum: 1
1030
+ },
1031
+ serializedName: "httpsPort",
1032
+ type: {
1033
+ name: "Number"
1034
+ }
1035
+ },
1036
+ enabledState: {
1037
+ serializedName: "enabledState",
1038
+ type: {
1039
+ name: "String"
1040
+ }
1041
+ },
1042
+ priority: {
1043
+ constraints: {
1044
+ InclusiveMaximum: 5,
1045
+ InclusiveMinimum: 1
1046
+ },
1047
+ serializedName: "priority",
1048
+ type: {
1049
+ name: "Number"
1050
+ }
1051
+ },
1052
+ weight: {
1053
+ constraints: {
1054
+ InclusiveMaximum: 1000,
1055
+ InclusiveMinimum: 1
1056
+ },
1057
+ serializedName: "weight",
1058
+ type: {
1059
+ name: "Number"
1060
+ }
1061
+ },
1062
+ backendHostHeader: {
1063
+ serializedName: "backendHostHeader",
1100
1064
  type: {
1101
1065
  name: "String"
1102
1066
  }
@@ -1105,31 +1069,34 @@ export const KeyVaultCertificateSourceParametersVault: msRest.CompositeMapper =
1105
1069
  }
1106
1070
  };
1107
1071
 
1108
- export const CustomHttpsConfiguration: msRest.CompositeMapper = {
1109
- serializedName: "CustomHttpsConfiguration",
1072
+ export const CustomHttpsConfiguration: coreClient.CompositeMapper = {
1110
1073
  type: {
1111
1074
  name: "Composite",
1112
1075
  className: "CustomHttpsConfiguration",
1113
1076
  modelProperties: {
1114
1077
  certificateSource: {
1115
- required: true,
1116
1078
  serializedName: "certificateSource",
1079
+ required: true,
1117
1080
  type: {
1118
1081
  name: "String"
1119
1082
  }
1120
1083
  },
1121
1084
  protocolType: {
1122
- required: true,
1123
- isConstant: true,
1124
1085
  serializedName: "protocolType",
1125
- defaultValue: 'ServerNameIndication',
1086
+ required: true,
1126
1087
  type: {
1127
1088
  name: "String"
1128
1089
  }
1129
1090
  },
1130
1091
  minimumTlsVersion: {
1131
- required: true,
1132
1092
  serializedName: "minimumTlsVersion",
1093
+ required: true,
1094
+ type: {
1095
+ name: "String"
1096
+ }
1097
+ },
1098
+ certificateType: {
1099
+ serializedName: "frontDoorCertificateSourceParameters.certificateType",
1133
1100
  type: {
1134
1101
  name: "String"
1135
1102
  }
@@ -1152,9 +1119,18 @@ export const CustomHttpsConfiguration: msRest.CompositeMapper = {
1152
1119
  type: {
1153
1120
  name: "String"
1154
1121
  }
1155
- },
1156
- certificateType: {
1157
- serializedName: "frontDoorCertificateSourceParameters.certificateType",
1122
+ }
1123
+ }
1124
+ }
1125
+ };
1126
+
1127
+ export const KeyVaultCertificateSourceParametersVault: coreClient.CompositeMapper = {
1128
+ type: {
1129
+ name: "Composite",
1130
+ className: "KeyVaultCertificateSourceParametersVault",
1131
+ modelProperties: {
1132
+ id: {
1133
+ serializedName: "id",
1158
1134
  type: {
1159
1135
  name: "String"
1160
1136
  }
@@ -1163,75 +1139,49 @@ export const CustomHttpsConfiguration: msRest.CompositeMapper = {
1163
1139
  }
1164
1140
  };
1165
1141
 
1166
- export const FrontendEndpoint: msRest.CompositeMapper = {
1167
- serializedName: "FrontendEndpoint",
1142
+ export const FrontendEndpointUpdateParameters: coreClient.CompositeMapper = {
1168
1143
  type: {
1169
1144
  name: "Composite",
1170
- className: "FrontendEndpoint",
1145
+ className: "FrontendEndpointUpdateParameters",
1171
1146
  modelProperties: {
1172
- ...SubResource.type.modelProperties,
1173
1147
  hostName: {
1174
- serializedName: "properties.hostName",
1148
+ serializedName: "hostName",
1175
1149
  type: {
1176
1150
  name: "String"
1177
1151
  }
1178
1152
  },
1179
1153
  sessionAffinityEnabledState: {
1180
- serializedName: "properties.sessionAffinityEnabledState",
1154
+ serializedName: "sessionAffinityEnabledState",
1181
1155
  type: {
1182
1156
  name: "String"
1183
1157
  }
1184
1158
  },
1185
1159
  sessionAffinityTtlSeconds: {
1186
- serializedName: "properties.sessionAffinityTtlSeconds",
1160
+ serializedName: "sessionAffinityTtlSeconds",
1187
1161
  type: {
1188
1162
  name: "Number"
1189
1163
  }
1190
1164
  },
1191
1165
  webApplicationFirewallPolicyLink: {
1192
- serializedName: "properties.webApplicationFirewallPolicyLink",
1193
- type: {
1194
- name: "Composite",
1195
- className: "FrontendEndpointUpdateParametersWebApplicationFirewallPolicyLink"
1196
- }
1197
- },
1198
- resourceState: {
1199
- serializedName: "properties.resourceState",
1200
- type: {
1201
- name: "String"
1202
- }
1203
- },
1204
- customHttpsProvisioningState: {
1205
- readOnly: true,
1206
- serializedName: "properties.customHttpsProvisioningState",
1207
- type: {
1208
- name: "String"
1209
- }
1210
- },
1211
- customHttpsProvisioningSubstate: {
1212
- readOnly: true,
1213
- serializedName: "properties.customHttpsProvisioningSubstate",
1214
- type: {
1215
- name: "String"
1216
- }
1217
- },
1218
- customHttpsConfiguration: {
1219
- readOnly: true,
1220
- serializedName: "properties.customHttpsConfiguration",
1166
+ serializedName: "webApplicationFirewallPolicyLink",
1221
1167
  type: {
1222
1168
  name: "Composite",
1223
- className: "CustomHttpsConfiguration"
1224
- }
1225
- },
1226
- name: {
1227
- serializedName: "name",
1228
- type: {
1229
- name: "String"
1169
+ className:
1170
+ "FrontendEndpointUpdateParametersWebApplicationFirewallPolicyLink"
1230
1171
  }
1231
- },
1232
- type: {
1233
- readOnly: true,
1234
- serializedName: "type",
1172
+ }
1173
+ }
1174
+ }
1175
+ };
1176
+
1177
+ export const FrontendEndpointUpdateParametersWebApplicationFirewallPolicyLink: coreClient.CompositeMapper = {
1178
+ type: {
1179
+ name: "Composite",
1180
+ className:
1181
+ "FrontendEndpointUpdateParametersWebApplicationFirewallPolicyLink",
1182
+ modelProperties: {
1183
+ id: {
1184
+ serializedName: "id",
1235
1185
  type: {
1236
1186
  name: "String"
1237
1187
  }
@@ -1240,24 +1190,23 @@ export const FrontendEndpoint: msRest.CompositeMapper = {
1240
1190
  }
1241
1191
  };
1242
1192
 
1243
- export const BackendPoolsSettings: msRest.CompositeMapper = {
1244
- serializedName: "BackendPoolsSettings",
1193
+ export const BackendPoolsSettings: coreClient.CompositeMapper = {
1245
1194
  type: {
1246
1195
  name: "Composite",
1247
1196
  className: "BackendPoolsSettings",
1248
1197
  modelProperties: {
1249
1198
  enforceCertificateNameCheck: {
1199
+ defaultValue: "Enabled",
1250
1200
  serializedName: "enforceCertificateNameCheck",
1251
- defaultValue: 'Enabled',
1252
1201
  type: {
1253
1202
  name: "String"
1254
1203
  }
1255
1204
  },
1256
1205
  sendRecvTimeoutSeconds: {
1257
- serializedName: "sendRecvTimeoutSeconds",
1258
1206
  constraints: {
1259
1207
  InclusiveMinimum: 16
1260
1208
  },
1209
+ serializedName: "sendRecvTimeoutSeconds",
1261
1210
  type: {
1262
1211
  name: "Number"
1263
1212
  }
@@ -1266,68 +1215,14 @@ export const BackendPoolsSettings: msRest.CompositeMapper = {
1266
1215
  }
1267
1216
  };
1268
1217
 
1269
- export const FrontDoorUpdateParameters: msRest.CompositeMapper = {
1270
- serializedName: "FrontDoorUpdateParameters",
1218
+ export const FrontendEndpointsListResult: coreClient.CompositeMapper = {
1271
1219
  type: {
1272
1220
  name: "Composite",
1273
- className: "FrontDoorUpdateParameters",
1221
+ className: "FrontendEndpointsListResult",
1274
1222
  modelProperties: {
1275
- friendlyName: {
1276
- serializedName: "friendlyName",
1277
- type: {
1278
- name: "String"
1279
- }
1280
- },
1281
- routingRules: {
1282
- serializedName: "routingRules",
1283
- type: {
1284
- name: "Sequence",
1285
- element: {
1286
- type: {
1287
- name: "Composite",
1288
- className: "RoutingRule"
1289
- }
1290
- }
1291
- }
1292
- },
1293
- loadBalancingSettings: {
1294
- serializedName: "loadBalancingSettings",
1295
- type: {
1296
- name: "Sequence",
1297
- element: {
1298
- type: {
1299
- name: "Composite",
1300
- className: "LoadBalancingSettingsModel"
1301
- }
1302
- }
1303
- }
1304
- },
1305
- healthProbeSettings: {
1306
- serializedName: "healthProbeSettings",
1307
- type: {
1308
- name: "Sequence",
1309
- element: {
1310
- type: {
1311
- name: "Composite",
1312
- className: "HealthProbeSettingsModel"
1313
- }
1314
- }
1315
- }
1316
- },
1317
- backendPools: {
1318
- serializedName: "backendPools",
1319
- type: {
1320
- name: "Sequence",
1321
- element: {
1322
- type: {
1323
- name: "Composite",
1324
- className: "BackendPool"
1325
- }
1326
- }
1327
- }
1328
- },
1329
- frontendEndpoints: {
1330
- serializedName: "frontendEndpoints",
1223
+ value: {
1224
+ serializedName: "value",
1225
+ readOnly: true,
1331
1226
  type: {
1332
1227
  name: "Sequence",
1333
1228
  element: {
@@ -1338,15 +1233,8 @@ export const FrontDoorUpdateParameters: msRest.CompositeMapper = {
1338
1233
  }
1339
1234
  }
1340
1235
  },
1341
- backendPoolsSettings: {
1342
- serializedName: "backendPoolsSettings",
1343
- type: {
1344
- name: "Composite",
1345
- className: "BackendPoolsSettings"
1346
- }
1347
- },
1348
- enabledState: {
1349
- serializedName: "enabledState",
1236
+ nextLink: {
1237
+ serializedName: "nextLink",
1350
1238
  type: {
1351
1239
  name: "String"
1352
1240
  }
@@ -1355,15 +1243,14 @@ export const FrontDoorUpdateParameters: msRest.CompositeMapper = {
1355
1243
  }
1356
1244
  };
1357
1245
 
1358
- export const PurgeParameters: msRest.CompositeMapper = {
1359
- serializedName: "PurgeParameters",
1246
+ export const PurgeParameters: coreClient.CompositeMapper = {
1360
1247
  type: {
1361
1248
  name: "Composite",
1362
1249
  className: "PurgeParameters",
1363
1250
  modelProperties: {
1364
1251
  contentPaths: {
1365
- required: true,
1366
1252
  serializedName: "contentPaths",
1253
+ required: true,
1367
1254
  type: {
1368
1255
  name: "Sequence",
1369
1256
  element: {
@@ -1377,27 +1264,14 @@ export const PurgeParameters: msRest.CompositeMapper = {
1377
1264
  }
1378
1265
  };
1379
1266
 
1380
- export const RoutingRuleListResult: msRest.CompositeMapper = {
1381
- serializedName: "RoutingRuleListResult",
1267
+ export const ValidateCustomDomainInput: coreClient.CompositeMapper = {
1382
1268
  type: {
1383
1269
  name: "Composite",
1384
- className: "RoutingRuleListResult",
1270
+ className: "ValidateCustomDomainInput",
1385
1271
  modelProperties: {
1386
- value: {
1387
- readOnly: true,
1388
- serializedName: "value",
1389
- type: {
1390
- name: "Sequence",
1391
- element: {
1392
- type: {
1393
- name: "Composite",
1394
- className: "RoutingRule"
1395
- }
1396
- }
1397
- }
1398
- },
1399
- nextLink: {
1400
- serializedName: "nextLink",
1272
+ hostName: {
1273
+ serializedName: "hostName",
1274
+ required: true,
1401
1275
  type: {
1402
1276
  name: "String"
1403
1277
  }
@@ -1406,20 +1280,28 @@ export const RoutingRuleListResult: msRest.CompositeMapper = {
1406
1280
  }
1407
1281
  };
1408
1282
 
1409
- export const RouteConfiguration: msRest.CompositeMapper = {
1410
- serializedName: "RouteConfiguration",
1283
+ export const ValidateCustomDomainOutput: coreClient.CompositeMapper = {
1411
1284
  type: {
1412
1285
  name: "Composite",
1413
- polymorphicDiscriminator: {
1414
- serializedName: "@odata.type",
1415
- clientName: "odatatype"
1416
- },
1417
- uberParent: "RouteConfiguration",
1418
- className: "RouteConfiguration",
1286
+ className: "ValidateCustomDomainOutput",
1419
1287
  modelProperties: {
1420
- odatatype: {
1421
- required: true,
1422
- serializedName: "@odata\\.type",
1288
+ customDomainValidated: {
1289
+ serializedName: "customDomainValidated",
1290
+ readOnly: true,
1291
+ type: {
1292
+ name: "Boolean"
1293
+ }
1294
+ },
1295
+ reason: {
1296
+ serializedName: "reason",
1297
+ readOnly: true,
1298
+ type: {
1299
+ name: "String"
1300
+ }
1301
+ },
1302
+ message: {
1303
+ serializedName: "message",
1304
+ readOnly: true,
1423
1305
  type: {
1424
1306
  name: "String"
1425
1307
  }
@@ -1428,184 +1310,202 @@ export const RouteConfiguration: msRest.CompositeMapper = {
1428
1310
  }
1429
1311
  };
1430
1312
 
1431
- export const RoutingRuleUpdateParameters: msRest.CompositeMapper = {
1432
- serializedName: "RoutingRuleUpdateParameters",
1313
+ export const RulesEngineListResult: coreClient.CompositeMapper = {
1433
1314
  type: {
1434
1315
  name: "Composite",
1435
- className: "RoutingRuleUpdateParameters",
1316
+ className: "RulesEngineListResult",
1436
1317
  modelProperties: {
1437
- frontendEndpoints: {
1438
- serializedName: "frontendEndpoints",
1318
+ value: {
1319
+ serializedName: "value",
1320
+ readOnly: true,
1439
1321
  type: {
1440
1322
  name: "Sequence",
1441
1323
  element: {
1442
1324
  type: {
1443
1325
  name: "Composite",
1444
- className: "SubResource"
1326
+ className: "RulesEngine"
1445
1327
  }
1446
1328
  }
1447
1329
  }
1448
1330
  },
1449
- acceptedProtocols: {
1450
- serializedName: "acceptedProtocols",
1331
+ nextLink: {
1332
+ serializedName: "nextLink",
1451
1333
  type: {
1452
- name: "Sequence",
1453
- element: {
1454
- type: {
1455
- name: "String"
1456
- }
1457
- }
1334
+ name: "String"
1458
1335
  }
1459
- },
1460
- patternsToMatch: {
1461
- serializedName: "patternsToMatch",
1336
+ }
1337
+ }
1338
+ }
1339
+ };
1340
+
1341
+ export const WebApplicationFirewallPolicyList: coreClient.CompositeMapper = {
1342
+ type: {
1343
+ name: "Composite",
1344
+ className: "WebApplicationFirewallPolicyList",
1345
+ modelProperties: {
1346
+ value: {
1347
+ serializedName: "value",
1348
+ readOnly: true,
1462
1349
  type: {
1463
1350
  name: "Sequence",
1464
1351
  element: {
1465
1352
  type: {
1466
- name: "String"
1353
+ name: "Composite",
1354
+ className: "WebApplicationFirewallPolicy"
1467
1355
  }
1468
1356
  }
1469
1357
  }
1470
1358
  },
1471
- enabledState: {
1472
- serializedName: "enabledState",
1359
+ nextLink: {
1360
+ serializedName: "nextLink",
1473
1361
  type: {
1474
1362
  name: "String"
1475
1363
  }
1476
- },
1477
- routeConfiguration: {
1478
- serializedName: "routeConfiguration",
1479
- type: {
1480
- name: "Composite",
1481
- className: "RouteConfiguration"
1482
- }
1483
- },
1484
- rulesEngine: {
1485
- serializedName: "rulesEngine",
1486
- type: {
1487
- name: "Composite",
1488
- className: "SubResource"
1489
- }
1490
1364
  }
1491
1365
  }
1492
1366
  }
1493
1367
  };
1494
1368
 
1495
- export const CacheConfiguration: msRest.CompositeMapper = {
1496
- serializedName: "CacheConfiguration",
1369
+ export const PolicySettings: coreClient.CompositeMapper = {
1497
1370
  type: {
1498
1371
  name: "Composite",
1499
- className: "CacheConfiguration",
1372
+ className: "PolicySettings",
1500
1373
  modelProperties: {
1501
- queryParameterStripDirective: {
1502
- serializedName: "queryParameterStripDirective",
1374
+ enabledState: {
1375
+ serializedName: "enabledState",
1503
1376
  type: {
1504
1377
  name: "String"
1505
1378
  }
1506
1379
  },
1507
- queryParameters: {
1508
- serializedName: "queryParameters",
1380
+ mode: {
1381
+ serializedName: "mode",
1509
1382
  type: {
1510
1383
  name: "String"
1511
1384
  }
1512
1385
  },
1513
- dynamicCompression: {
1514
- serializedName: "dynamicCompression",
1386
+ redirectUrl: {
1387
+ serializedName: "redirectUrl",
1515
1388
  type: {
1516
1389
  name: "String"
1517
1390
  }
1518
1391
  },
1519
- cacheDuration: {
1520
- serializedName: "cacheDuration",
1392
+ customBlockResponseStatusCode: {
1393
+ serializedName: "customBlockResponseStatusCode",
1521
1394
  type: {
1522
- name: "TimeSpan"
1395
+ name: "Number"
1396
+ }
1397
+ },
1398
+ customBlockResponseBody: {
1399
+ constraints: {
1400
+ Pattern: new RegExp(
1401
+ "^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=|[A-Za-z0-9+/]{4})$"
1402
+ )
1403
+ },
1404
+ serializedName: "customBlockResponseBody",
1405
+ type: {
1406
+ name: "String"
1407
+ }
1408
+ },
1409
+ requestBodyCheck: {
1410
+ serializedName: "requestBodyCheck",
1411
+ type: {
1412
+ name: "String"
1523
1413
  }
1524
1414
  }
1525
1415
  }
1526
1416
  }
1527
1417
  };
1528
1418
 
1529
- export const ForwardingConfiguration: msRest.CompositeMapper = {
1530
- serializedName: "#Microsoft.Azure.FrontDoor.Models.FrontdoorForwardingConfiguration",
1419
+ export const CustomRuleList: coreClient.CompositeMapper = {
1531
1420
  type: {
1532
1421
  name: "Composite",
1533
- polymorphicDiscriminator: RouteConfiguration.type.polymorphicDiscriminator,
1534
- uberParent: "RouteConfiguration",
1535
- className: "ForwardingConfiguration",
1422
+ className: "CustomRuleList",
1536
1423
  modelProperties: {
1537
- ...RouteConfiguration.type.modelProperties,
1538
- customForwardingPath: {
1539
- serializedName: "customForwardingPath",
1540
- type: {
1541
- name: "String"
1542
- }
1543
- },
1544
- forwardingProtocol: {
1545
- serializedName: "forwardingProtocol",
1546
- type: {
1547
- name: "String"
1548
- }
1549
- },
1550
- cacheConfiguration: {
1551
- serializedName: "cacheConfiguration",
1552
- type: {
1553
- name: "Composite",
1554
- className: "CacheConfiguration"
1555
- }
1556
- },
1557
- backendPool: {
1558
- serializedName: "backendPool",
1424
+ rules: {
1425
+ serializedName: "rules",
1559
1426
  type: {
1560
- name: "Composite",
1561
- className: "SubResource"
1427
+ name: "Sequence",
1428
+ element: {
1429
+ type: {
1430
+ name: "Composite",
1431
+ className: "CustomRule"
1432
+ }
1433
+ }
1562
1434
  }
1563
1435
  }
1564
1436
  }
1565
1437
  }
1566
1438
  };
1567
1439
 
1568
- export const RedirectConfiguration: msRest.CompositeMapper = {
1569
- serializedName: "#Microsoft.Azure.FrontDoor.Models.FrontdoorRedirectConfiguration",
1440
+ export const CustomRule: coreClient.CompositeMapper = {
1570
1441
  type: {
1571
1442
  name: "Composite",
1572
- polymorphicDiscriminator: RouteConfiguration.type.polymorphicDiscriminator,
1573
- uberParent: "RouteConfiguration",
1574
- className: "RedirectConfiguration",
1443
+ className: "CustomRule",
1575
1444
  modelProperties: {
1576
- ...RouteConfiguration.type.modelProperties,
1577
- redirectType: {
1578
- serializedName: "redirectType",
1445
+ name: {
1446
+ constraints: {
1447
+ MaxLength: 128
1448
+ },
1449
+ serializedName: "name",
1579
1450
  type: {
1580
1451
  name: "String"
1581
1452
  }
1582
1453
  },
1583
- redirectProtocol: {
1584
- serializedName: "redirectProtocol",
1454
+ priority: {
1455
+ serializedName: "priority",
1456
+ required: true,
1585
1457
  type: {
1586
- name: "String"
1458
+ name: "Number"
1587
1459
  }
1588
1460
  },
1589
- customHost: {
1590
- serializedName: "customHost",
1461
+ enabledState: {
1462
+ serializedName: "enabledState",
1591
1463
  type: {
1592
1464
  name: "String"
1593
1465
  }
1594
1466
  },
1595
- customPath: {
1596
- serializedName: "customPath",
1467
+ ruleType: {
1468
+ serializedName: "ruleType",
1469
+ required: true,
1597
1470
  type: {
1598
1471
  name: "String"
1599
1472
  }
1600
1473
  },
1601
- customFragment: {
1602
- serializedName: "customFragment",
1474
+ rateLimitDurationInMinutes: {
1475
+ constraints: {
1476
+ InclusiveMaximum: 5,
1477
+ InclusiveMinimum: 0
1478
+ },
1479
+ serializedName: "rateLimitDurationInMinutes",
1603
1480
  type: {
1604
- name: "String"
1481
+ name: "Number"
1605
1482
  }
1606
1483
  },
1607
- customQueryString: {
1608
- serializedName: "customQueryString",
1484
+ rateLimitThreshold: {
1485
+ constraints: {
1486
+ InclusiveMinimum: 0
1487
+ },
1488
+ serializedName: "rateLimitThreshold",
1489
+ type: {
1490
+ name: "Number"
1491
+ }
1492
+ },
1493
+ matchConditions: {
1494
+ serializedName: "matchConditions",
1495
+ required: true,
1496
+ type: {
1497
+ name: "Sequence",
1498
+ element: {
1499
+ type: {
1500
+ name: "Composite",
1501
+ className: "MatchCondition"
1502
+ }
1503
+ }
1504
+ }
1505
+ },
1506
+ action: {
1507
+ serializedName: "action",
1508
+ required: true,
1609
1509
  type: {
1610
1510
  name: "String"
1611
1511
  }
@@ -1614,219 +1514,160 @@ export const RedirectConfiguration: msRest.CompositeMapper = {
1614
1514
  }
1615
1515
  };
1616
1516
 
1617
- export const Backend: msRest.CompositeMapper = {
1618
- serializedName: "Backend",
1517
+ export const MatchCondition: coreClient.CompositeMapper = {
1619
1518
  type: {
1620
1519
  name: "Composite",
1621
- className: "Backend",
1520
+ className: "MatchCondition",
1622
1521
  modelProperties: {
1623
- address: {
1624
- serializedName: "address",
1522
+ matchVariable: {
1523
+ serializedName: "matchVariable",
1524
+ required: true,
1625
1525
  type: {
1626
1526
  name: "String"
1627
1527
  }
1628
1528
  },
1629
- privateLinkAlias: {
1630
- serializedName: "privateLinkAlias",
1529
+ selector: {
1530
+ serializedName: "selector",
1631
1531
  type: {
1632
1532
  name: "String"
1633
1533
  }
1634
1534
  },
1635
- privateEndpointStatus: {
1636
- readOnly: true,
1637
- serializedName: "privateEndpointStatus",
1535
+ operator: {
1536
+ serializedName: "operator",
1537
+ required: true,
1638
1538
  type: {
1639
- name: "Enum",
1640
- allowedValues: [
1641
- "Pending",
1642
- "Approved",
1643
- "Rejected",
1644
- "Disconnected",
1645
- "Timeout"
1646
- ]
1539
+ name: "String"
1647
1540
  }
1648
1541
  },
1649
- privateLinkApprovalMessage: {
1650
- serializedName: "privateLinkApprovalMessage",
1542
+ negateCondition: {
1543
+ serializedName: "negateCondition",
1651
1544
  type: {
1652
- name: "String"
1545
+ name: "Boolean"
1653
1546
  }
1654
1547
  },
1655
- httpPort: {
1656
- serializedName: "httpPort",
1657
- constraints: {
1658
- InclusiveMaximum: 65535,
1659
- InclusiveMinimum: 1
1660
- },
1548
+ matchValue: {
1549
+ serializedName: "matchValue",
1550
+ required: true,
1661
1551
  type: {
1662
- name: "Number"
1552
+ name: "Sequence",
1553
+ element: {
1554
+ type: {
1555
+ name: "String"
1556
+ }
1557
+ }
1663
1558
  }
1664
1559
  },
1665
- httpsPort: {
1666
- serializedName: "httpsPort",
1667
- constraints: {
1668
- InclusiveMaximum: 65535,
1669
- InclusiveMinimum: 1
1670
- },
1671
- type: {
1672
- name: "Number"
1673
- }
1674
- },
1675
- enabledState: {
1676
- serializedName: "enabledState",
1677
- type: {
1678
- name: "String"
1679
- }
1680
- },
1681
- priority: {
1682
- serializedName: "priority",
1683
- constraints: {
1684
- InclusiveMaximum: 5,
1685
- InclusiveMinimum: 1
1686
- },
1687
- type: {
1688
- name: "Number"
1689
- }
1690
- },
1691
- weight: {
1692
- serializedName: "weight",
1693
- constraints: {
1694
- InclusiveMaximum: 1000,
1695
- InclusiveMinimum: 1
1696
- },
1697
- type: {
1698
- name: "Number"
1699
- }
1700
- },
1701
- backendHostHeader: {
1702
- serializedName: "backendHostHeader",
1560
+ transforms: {
1561
+ serializedName: "transforms",
1703
1562
  type: {
1704
- name: "String"
1563
+ name: "Sequence",
1564
+ element: {
1565
+ type: {
1566
+ name: "String"
1567
+ }
1568
+ }
1705
1569
  }
1706
1570
  }
1707
1571
  }
1708
1572
  }
1709
1573
  };
1710
1574
 
1711
- export const LoadBalancingSettingsListResult: msRest.CompositeMapper = {
1712
- serializedName: "LoadBalancingSettingsListResult",
1575
+ export const ManagedRuleSetList: coreClient.CompositeMapper = {
1713
1576
  type: {
1714
1577
  name: "Composite",
1715
- className: "LoadBalancingSettingsListResult",
1578
+ className: "ManagedRuleSetList",
1716
1579
  modelProperties: {
1717
- value: {
1718
- readOnly: true,
1719
- serializedName: "value",
1580
+ managedRuleSets: {
1581
+ serializedName: "managedRuleSets",
1720
1582
  type: {
1721
1583
  name: "Sequence",
1722
1584
  element: {
1723
1585
  type: {
1724
1586
  name: "Composite",
1725
- className: "LoadBalancingSettingsModel"
1587
+ className: "ManagedRuleSet"
1726
1588
  }
1727
1589
  }
1728
1590
  }
1729
- },
1730
- nextLink: {
1731
- serializedName: "nextLink",
1732
- type: {
1733
- name: "String"
1734
- }
1735
1591
  }
1736
1592
  }
1737
1593
  }
1738
1594
  };
1739
1595
 
1740
- export const LoadBalancingSettingsUpdateParameters: msRest.CompositeMapper = {
1741
- serializedName: "LoadBalancingSettingsUpdateParameters",
1596
+ export const ManagedRuleSet: coreClient.CompositeMapper = {
1742
1597
  type: {
1743
1598
  name: "Composite",
1744
- className: "LoadBalancingSettingsUpdateParameters",
1599
+ className: "ManagedRuleSet",
1745
1600
  modelProperties: {
1746
- sampleSize: {
1747
- serializedName: "sampleSize",
1601
+ ruleSetType: {
1602
+ serializedName: "ruleSetType",
1603
+ required: true,
1748
1604
  type: {
1749
- name: "Number"
1605
+ name: "String"
1750
1606
  }
1751
1607
  },
1752
- successfulSamplesRequired: {
1753
- serializedName: "successfulSamplesRequired",
1608
+ ruleSetVersion: {
1609
+ serializedName: "ruleSetVersion",
1610
+ required: true,
1754
1611
  type: {
1755
- name: "Number"
1612
+ name: "String"
1756
1613
  }
1757
1614
  },
1758
- additionalLatencyMilliseconds: {
1759
- serializedName: "additionalLatencyMilliseconds",
1615
+ ruleSetAction: {
1616
+ serializedName: "ruleSetAction",
1760
1617
  type: {
1761
- name: "Number"
1618
+ name: "String"
1762
1619
  }
1763
- }
1764
- }
1765
- }
1766
- };
1767
-
1768
- export const HealthProbeSettingsListResult: msRest.CompositeMapper = {
1769
- serializedName: "HealthProbeSettingsListResult",
1770
- type: {
1771
- name: "Composite",
1772
- className: "HealthProbeSettingsListResult",
1773
- modelProperties: {
1774
- value: {
1775
- readOnly: true,
1776
- serializedName: "value",
1620
+ },
1621
+ exclusions: {
1622
+ serializedName: "exclusions",
1777
1623
  type: {
1778
1624
  name: "Sequence",
1779
1625
  element: {
1780
1626
  type: {
1781
1627
  name: "Composite",
1782
- className: "HealthProbeSettingsModel"
1628
+ className: "ManagedRuleExclusion"
1783
1629
  }
1784
1630
  }
1785
1631
  }
1786
1632
  },
1787
- nextLink: {
1788
- serializedName: "nextLink",
1633
+ ruleGroupOverrides: {
1634
+ serializedName: "ruleGroupOverrides",
1789
1635
  type: {
1790
- name: "String"
1636
+ name: "Sequence",
1637
+ element: {
1638
+ type: {
1639
+ name: "Composite",
1640
+ className: "ManagedRuleGroupOverride"
1641
+ }
1642
+ }
1791
1643
  }
1792
1644
  }
1793
1645
  }
1794
1646
  }
1795
1647
  };
1796
1648
 
1797
- export const HealthProbeSettingsUpdateParameters: msRest.CompositeMapper = {
1798
- serializedName: "HealthProbeSettingsUpdateParameters",
1649
+ export const ManagedRuleExclusion: coreClient.CompositeMapper = {
1799
1650
  type: {
1800
1651
  name: "Composite",
1801
- className: "HealthProbeSettingsUpdateParameters",
1652
+ className: "ManagedRuleExclusion",
1802
1653
  modelProperties: {
1803
- path: {
1804
- serializedName: "path",
1805
- type: {
1806
- name: "String"
1807
- }
1808
- },
1809
- protocol: {
1810
- serializedName: "protocol",
1654
+ matchVariable: {
1655
+ serializedName: "matchVariable",
1656
+ required: true,
1811
1657
  type: {
1812
1658
  name: "String"
1813
1659
  }
1814
1660
  },
1815
- intervalInSeconds: {
1816
- serializedName: "intervalInSeconds",
1817
- type: {
1818
- name: "Number"
1819
- }
1820
- },
1821
- healthProbeMethod: {
1822
- serializedName: "healthProbeMethod",
1823
- defaultValue: 'HEAD',
1661
+ selectorMatchOperator: {
1662
+ serializedName: "selectorMatchOperator",
1663
+ required: true,
1824
1664
  type: {
1825
1665
  name: "String"
1826
1666
  }
1827
1667
  },
1828
- enabledState: {
1829
- serializedName: "enabledState",
1668
+ selector: {
1669
+ serializedName: "selector",
1670
+ required: true,
1830
1671
  type: {
1831
1672
  name: "String"
1832
1673
  }
@@ -1835,76 +1676,90 @@ export const HealthProbeSettingsUpdateParameters: msRest.CompositeMapper = {
1835
1676
  }
1836
1677
  };
1837
1678
 
1838
- export const BackendPoolUpdateParameters: msRest.CompositeMapper = {
1839
- serializedName: "BackendPoolUpdateParameters",
1679
+ export const ManagedRuleGroupOverride: coreClient.CompositeMapper = {
1840
1680
  type: {
1841
1681
  name: "Composite",
1842
- className: "BackendPoolUpdateParameters",
1682
+ className: "ManagedRuleGroupOverride",
1843
1683
  modelProperties: {
1844
- backends: {
1845
- serializedName: "backends",
1684
+ ruleGroupName: {
1685
+ serializedName: "ruleGroupName",
1686
+ required: true,
1687
+ type: {
1688
+ name: "String"
1689
+ }
1690
+ },
1691
+ exclusions: {
1692
+ serializedName: "exclusions",
1846
1693
  type: {
1847
1694
  name: "Sequence",
1848
1695
  element: {
1849
1696
  type: {
1850
1697
  name: "Composite",
1851
- className: "Backend"
1698
+ className: "ManagedRuleExclusion"
1852
1699
  }
1853
1700
  }
1854
1701
  }
1855
1702
  },
1856
- loadBalancingSettings: {
1857
- serializedName: "loadBalancingSettings",
1858
- type: {
1859
- name: "Composite",
1860
- className: "SubResource"
1861
- }
1862
- },
1863
- healthProbeSettings: {
1864
- serializedName: "healthProbeSettings",
1703
+ rules: {
1704
+ serializedName: "rules",
1865
1705
  type: {
1866
- name: "Composite",
1867
- className: "SubResource"
1706
+ name: "Sequence",
1707
+ element: {
1708
+ type: {
1709
+ name: "Composite",
1710
+ className: "ManagedRuleOverride"
1711
+ }
1712
+ }
1868
1713
  }
1869
1714
  }
1870
1715
  }
1871
1716
  }
1872
1717
  };
1873
1718
 
1874
- export const BackendPoolListResult: msRest.CompositeMapper = {
1875
- serializedName: "BackendPoolListResult",
1719
+ export const ManagedRuleOverride: coreClient.CompositeMapper = {
1876
1720
  type: {
1877
1721
  name: "Composite",
1878
- className: "BackendPoolListResult",
1722
+ className: "ManagedRuleOverride",
1879
1723
  modelProperties: {
1880
- value: {
1881
- readOnly: true,
1882
- serializedName: "value",
1724
+ ruleId: {
1725
+ serializedName: "ruleId",
1726
+ required: true,
1727
+ type: {
1728
+ name: "String"
1729
+ }
1730
+ },
1731
+ enabledState: {
1732
+ serializedName: "enabledState",
1733
+ type: {
1734
+ name: "String"
1735
+ }
1736
+ },
1737
+ action: {
1738
+ serializedName: "action",
1739
+ type: {
1740
+ name: "String"
1741
+ }
1742
+ },
1743
+ exclusions: {
1744
+ serializedName: "exclusions",
1883
1745
  type: {
1884
1746
  name: "Sequence",
1885
1747
  element: {
1886
1748
  type: {
1887
1749
  name: "Composite",
1888
- className: "BackendPool"
1750
+ className: "ManagedRuleExclusion"
1889
1751
  }
1890
1752
  }
1891
1753
  }
1892
- },
1893
- nextLink: {
1894
- serializedName: "nextLink",
1895
- type: {
1896
- name: "String"
1897
- }
1898
1754
  }
1899
1755
  }
1900
1756
  }
1901
1757
  };
1902
1758
 
1903
- export const FrontendEndpointUpdateParametersWebApplicationFirewallPolicyLink: msRest.CompositeMapper = {
1904
- serializedName: "FrontendEndpointUpdateParameters_webApplicationFirewallPolicyLink",
1759
+ export const FrontendEndpointLink: coreClient.CompositeMapper = {
1905
1760
  type: {
1906
1761
  name: "Composite",
1907
- className: "FrontendEndpointUpdateParametersWebApplicationFirewallPolicyLink",
1762
+ className: "FrontendEndpointLink",
1908
1763
  modelProperties: {
1909
1764
  id: {
1910
1765
  serializedName: "id",
@@ -1916,63 +1771,28 @@ export const FrontendEndpointUpdateParametersWebApplicationFirewallPolicyLink: m
1916
1771
  }
1917
1772
  };
1918
1773
 
1919
- export const FrontendEndpointUpdateParameters: msRest.CompositeMapper = {
1920
- serializedName: "FrontendEndpointUpdateParameters",
1774
+ export const RoutingRuleLink: coreClient.CompositeMapper = {
1921
1775
  type: {
1922
1776
  name: "Composite",
1923
- className: "FrontendEndpointUpdateParameters",
1777
+ className: "RoutingRuleLink",
1924
1778
  modelProperties: {
1925
- hostName: {
1926
- serializedName: "hostName",
1927
- type: {
1928
- name: "String"
1929
- }
1930
- },
1931
- sessionAffinityEnabledState: {
1932
- serializedName: "sessionAffinityEnabledState",
1779
+ id: {
1780
+ serializedName: "id",
1933
1781
  type: {
1934
1782
  name: "String"
1935
1783
  }
1936
- },
1937
- sessionAffinityTtlSeconds: {
1938
- serializedName: "sessionAffinityTtlSeconds",
1939
- type: {
1940
- name: "Number"
1941
- }
1942
- },
1943
- webApplicationFirewallPolicyLink: {
1944
- serializedName: "webApplicationFirewallPolicyLink",
1945
- type: {
1946
- name: "Composite",
1947
- className: "FrontendEndpointUpdateParametersWebApplicationFirewallPolicyLink"
1948
- }
1949
1784
  }
1950
1785
  }
1951
1786
  }
1952
1787
  };
1953
1788
 
1954
- export const HeaderAction: msRest.CompositeMapper = {
1955
- serializedName: "HeaderAction",
1789
+ export const SecurityPolicyLink: coreClient.CompositeMapper = {
1956
1790
  type: {
1957
1791
  name: "Composite",
1958
- className: "HeaderAction",
1792
+ className: "SecurityPolicyLink",
1959
1793
  modelProperties: {
1960
- headerActionType: {
1961
- required: true,
1962
- serializedName: "headerActionType",
1963
- type: {
1964
- name: "String"
1965
- }
1966
- },
1967
- headerName: {
1968
- required: true,
1969
- serializedName: "headerName",
1970
- type: {
1971
- name: "String"
1972
- }
1973
- },
1974
- value: {
1975
- serializedName: "value",
1794
+ id: {
1795
+ serializedName: "id",
1976
1796
  type: {
1977
1797
  name: "String"
1978
1798
  }
@@ -1981,170 +1801,77 @@ export const HeaderAction: msRest.CompositeMapper = {
1981
1801
  }
1982
1802
  };
1983
1803
 
1984
- export const RulesEngineMatchCondition: msRest.CompositeMapper = {
1985
- serializedName: "RulesEngineMatchCondition",
1804
+ export const Sku: coreClient.CompositeMapper = {
1986
1805
  type: {
1987
1806
  name: "Composite",
1988
- className: "RulesEngineMatchCondition",
1807
+ className: "Sku",
1989
1808
  modelProperties: {
1990
- rulesEngineMatchVariable: {
1991
- required: true,
1992
- serializedName: "rulesEngineMatchVariable",
1809
+ name: {
1810
+ serializedName: "name",
1993
1811
  type: {
1994
1812
  name: "String"
1995
1813
  }
1996
- },
1997
- selector: {
1998
- serializedName: "selector",
1999
- type: {
2000
- name: "String"
2001
- }
2002
- },
2003
- rulesEngineOperator: {
2004
- required: true,
2005
- serializedName: "rulesEngineOperator",
2006
- type: {
2007
- name: "String"
2008
- }
2009
- },
2010
- negateCondition: {
2011
- serializedName: "negateCondition",
2012
- type: {
2013
- name: "Boolean"
2014
- }
2015
- },
2016
- rulesEngineMatchValue: {
2017
- required: true,
2018
- serializedName: "rulesEngineMatchValue",
2019
- type: {
2020
- name: "Sequence",
2021
- element: {
2022
- type: {
2023
- name: "String"
2024
- }
2025
- }
2026
- }
2027
- },
2028
- transforms: {
2029
- serializedName: "transforms",
2030
- type: {
2031
- name: "Sequence",
2032
- element: {
2033
- type: {
2034
- name: "String"
2035
- }
2036
- }
2037
- }
2038
1814
  }
2039
1815
  }
2040
1816
  }
2041
1817
  };
2042
1818
 
2043
- export const RulesEngineAction: msRest.CompositeMapper = {
2044
- serializedName: "RulesEngineAction",
1819
+ export const ManagedRuleSetDefinitionList: coreClient.CompositeMapper = {
2045
1820
  type: {
2046
1821
  name: "Composite",
2047
- className: "RulesEngineAction",
1822
+ className: "ManagedRuleSetDefinitionList",
2048
1823
  modelProperties: {
2049
- requestHeaderActions: {
2050
- serializedName: "requestHeaderActions",
2051
- type: {
2052
- name: "Sequence",
2053
- element: {
2054
- type: {
2055
- name: "Composite",
2056
- className: "HeaderAction"
2057
- }
2058
- }
2059
- }
2060
- },
2061
- responseHeaderActions: {
2062
- serializedName: "responseHeaderActions",
1824
+ value: {
1825
+ serializedName: "value",
1826
+ readOnly: true,
2063
1827
  type: {
2064
1828
  name: "Sequence",
2065
1829
  element: {
2066
1830
  type: {
2067
1831
  name: "Composite",
2068
- className: "HeaderAction"
1832
+ className: "ManagedRuleSetDefinition"
2069
1833
  }
2070
1834
  }
2071
1835
  }
2072
1836
  },
2073
- routeConfigurationOverride: {
2074
- serializedName: "routeConfigurationOverride",
1837
+ nextLink: {
1838
+ serializedName: "nextLink",
2075
1839
  type: {
2076
- name: "Composite",
2077
- className: "RouteConfiguration"
1840
+ name: "String"
2078
1841
  }
2079
1842
  }
2080
1843
  }
2081
1844
  }
2082
1845
  };
2083
1846
 
2084
- export const RulesEngineRule: msRest.CompositeMapper = {
2085
- serializedName: "RulesEngineRule",
1847
+ export const ManagedRuleGroupDefinition: coreClient.CompositeMapper = {
2086
1848
  type: {
2087
1849
  name: "Composite",
2088
- className: "RulesEngineRule",
1850
+ className: "ManagedRuleGroupDefinition",
2089
1851
  modelProperties: {
2090
- name: {
2091
- required: true,
2092
- serializedName: "name",
1852
+ ruleGroupName: {
1853
+ serializedName: "ruleGroupName",
1854
+ readOnly: true,
2093
1855
  type: {
2094
1856
  name: "String"
2095
1857
  }
2096
1858
  },
2097
- priority: {
2098
- required: true,
2099
- serializedName: "priority",
2100
- type: {
2101
- name: "Number"
2102
- }
2103
- },
2104
- action: {
2105
- required: true,
2106
- serializedName: "action",
2107
- type: {
2108
- name: "Composite",
2109
- className: "RulesEngineAction"
2110
- }
2111
- },
2112
- matchConditions: {
2113
- serializedName: "matchConditions",
2114
- type: {
2115
- name: "Sequence",
2116
- element: {
2117
- type: {
2118
- name: "Composite",
2119
- className: "RulesEngineMatchCondition"
2120
- }
2121
- }
2122
- }
2123
- },
2124
- matchProcessingBehavior: {
2125
- serializedName: "matchProcessingBehavior",
1859
+ description: {
1860
+ serializedName: "description",
1861
+ readOnly: true,
2126
1862
  type: {
2127
1863
  name: "String"
2128
1864
  }
2129
- }
2130
- }
2131
- }
2132
- };
2133
-
2134
- export const RulesEngineUpdateParameters: msRest.CompositeMapper = {
2135
- serializedName: "RulesEngineUpdateParameters",
2136
- type: {
2137
- name: "Composite",
2138
- className: "RulesEngineUpdateParameters",
2139
- modelProperties: {
1865
+ },
2140
1866
  rules: {
2141
1867
  serializedName: "rules",
1868
+ readOnly: true,
2142
1869
  type: {
2143
1870
  name: "Sequence",
2144
1871
  element: {
2145
1872
  type: {
2146
1873
  name: "Composite",
2147
- className: "RulesEngineRule"
1874
+ className: "ManagedRuleDefinition"
2148
1875
  }
2149
1876
  }
2150
1877
  }
@@ -2153,104 +1880,61 @@ export const RulesEngineUpdateParameters: msRest.CompositeMapper = {
2153
1880
  }
2154
1881
  };
2155
1882
 
2156
- export const ValidateCustomDomainInput: msRest.CompositeMapper = {
2157
- serializedName: "ValidateCustomDomainInput",
2158
- type: {
2159
- name: "Composite",
2160
- className: "ValidateCustomDomainInput",
2161
- modelProperties: {
2162
- hostName: {
2163
- required: true,
2164
- serializedName: "hostName",
2165
- type: {
2166
- name: "String"
2167
- }
2168
- }
2169
- }
2170
- }
2171
- };
2172
-
2173
- export const ValidateCustomDomainOutput: msRest.CompositeMapper = {
2174
- serializedName: "ValidateCustomDomainOutput",
1883
+ export const ManagedRuleDefinition: coreClient.CompositeMapper = {
2175
1884
  type: {
2176
1885
  name: "Composite",
2177
- className: "ValidateCustomDomainOutput",
1886
+ className: "ManagedRuleDefinition",
2178
1887
  modelProperties: {
2179
- customDomainValidated: {
1888
+ ruleId: {
1889
+ serializedName: "ruleId",
2180
1890
  readOnly: true,
2181
- serializedName: "customDomainValidated",
2182
1891
  type: {
2183
- name: "Boolean"
1892
+ name: "String"
2184
1893
  }
2185
1894
  },
2186
- reason: {
1895
+ defaultState: {
1896
+ serializedName: "defaultState",
2187
1897
  readOnly: true,
2188
- serializedName: "reason",
2189
1898
  type: {
2190
1899
  name: "String"
2191
1900
  }
2192
1901
  },
2193
- message: {
1902
+ defaultAction: {
1903
+ serializedName: "defaultAction",
2194
1904
  readOnly: true,
2195
- serializedName: "message",
2196
- type: {
2197
- name: "String"
2198
- }
2199
- }
2200
- }
2201
- }
2202
- };
2203
-
2204
- export const CheckNameAvailabilityInput: msRest.CompositeMapper = {
2205
- serializedName: "CheckNameAvailabilityInput",
2206
- type: {
2207
- name: "Composite",
2208
- className: "CheckNameAvailabilityInput",
2209
- modelProperties: {
2210
- name: {
2211
- required: true,
2212
- serializedName: "name",
2213
1905
  type: {
2214
1906
  name: "String"
2215
1907
  }
2216
1908
  },
2217
- type: {
2218
- required: true,
2219
- serializedName: "type",
1909
+ description: {
1910
+ serializedName: "description",
1911
+ readOnly: true,
2220
1912
  type: {
2221
- name: "Enum",
2222
- allowedValues: [
2223
- "Microsoft.Network/frontDoors",
2224
- "Microsoft.Network/frontDoors/frontendEndpoints"
2225
- ]
1913
+ name: "String"
2226
1914
  }
2227
1915
  }
2228
1916
  }
2229
1917
  }
2230
1918
  };
2231
1919
 
2232
- export const CheckNameAvailabilityOutput: msRest.CompositeMapper = {
2233
- serializedName: "CheckNameAvailabilityOutput",
1920
+ export const ErrorDetails: coreClient.CompositeMapper = {
2234
1921
  type: {
2235
1922
  name: "Composite",
2236
- className: "CheckNameAvailabilityOutput",
1923
+ className: "ErrorDetails",
2237
1924
  modelProperties: {
2238
- nameAvailability: {
2239
- readOnly: true,
2240
- serializedName: "nameAvailability",
1925
+ code: {
1926
+ serializedName: "code",
2241
1927
  type: {
2242
1928
  name: "String"
2243
1929
  }
2244
1930
  },
2245
- reason: {
2246
- readOnly: true,
2247
- serializedName: "reason",
1931
+ target: {
1932
+ serializedName: "target",
2248
1933
  type: {
2249
1934
  name: "String"
2250
1935
  }
2251
1936
  },
2252
1937
  message: {
2253
- readOnly: true,
2254
1938
  serializedName: "message",
2255
1939
  type: {
2256
1940
  name: "String"
@@ -2260,41 +1944,43 @@ export const CheckNameAvailabilityOutput: msRest.CompositeMapper = {
2260
1944
  }
2261
1945
  };
2262
1946
 
2263
- export const PolicySettings: msRest.CompositeMapper = {
2264
- serializedName: "PolicySettings",
1947
+ export const ErrorModel: coreClient.CompositeMapper = {
2265
1948
  type: {
2266
1949
  name: "Composite",
2267
- className: "PolicySettings",
1950
+ className: "ErrorModel",
2268
1951
  modelProperties: {
2269
- enabledState: {
2270
- serializedName: "enabledState",
1952
+ code: {
1953
+ serializedName: "code",
2271
1954
  type: {
2272
1955
  name: "String"
2273
1956
  }
2274
1957
  },
2275
- mode: {
2276
- serializedName: "mode",
1958
+ message: {
1959
+ serializedName: "message",
2277
1960
  type: {
2278
1961
  name: "String"
2279
1962
  }
2280
1963
  },
2281
- redirectUrl: {
2282
- serializedName: "redirectUrl",
1964
+ target: {
1965
+ serializedName: "target",
2283
1966
  type: {
2284
1967
  name: "String"
2285
1968
  }
2286
1969
  },
2287
- customBlockResponseStatusCode: {
2288
- serializedName: "customBlockResponseStatusCode",
1970
+ details: {
1971
+ serializedName: "details",
2289
1972
  type: {
2290
- name: "Number"
1973
+ name: "Sequence",
1974
+ element: {
1975
+ type: {
1976
+ name: "Composite",
1977
+ className: "ErrorDetails"
1978
+ }
1979
+ }
2291
1980
  }
2292
1981
  },
2293
- customBlockResponseBody: {
2294
- serializedName: "customBlockResponseBody",
2295
- constraints: {
2296
- Pattern: /^(?:[A-Za-z0-9+\/]{4})*(?:[A-Za-z0-9+\/]{2}==|[A-Za-z0-9+\/]{3}=|[A-Za-z0-9+\/]{4})$/
2297
- },
1982
+ innerError: {
1983
+ serializedName: "innerError",
2298
1984
  type: {
2299
1985
  name: "String"
2300
1986
  }
@@ -2303,57 +1989,567 @@ export const PolicySettings: msRest.CompositeMapper = {
2303
1989
  }
2304
1990
  };
2305
1991
 
2306
- export const MatchCondition: msRest.CompositeMapper = {
2307
- serializedName: "MatchCondition",
1992
+ export const AzureAsyncOperationResult: coreClient.CompositeMapper = {
2308
1993
  type: {
2309
1994
  name: "Composite",
2310
- className: "MatchCondition",
1995
+ className: "AzureAsyncOperationResult",
2311
1996
  modelProperties: {
2312
- matchVariable: {
2313
- required: true,
2314
- serializedName: "matchVariable",
1997
+ status: {
1998
+ serializedName: "status",
2315
1999
  type: {
2316
2000
  name: "String"
2317
2001
  }
2318
2002
  },
2319
- selector: {
2320
- serializedName: "selector",
2003
+ error: {
2004
+ serializedName: "error",
2321
2005
  type: {
2322
- name: "String"
2006
+ name: "Composite",
2007
+ className: "ErrorModel"
2323
2008
  }
2324
- },
2325
- operator: {
2326
- required: true,
2327
- serializedName: "operator",
2009
+ }
2010
+ }
2011
+ }
2012
+ };
2013
+
2014
+ export const TagsObject: coreClient.CompositeMapper = {
2015
+ type: {
2016
+ name: "Composite",
2017
+ className: "TagsObject",
2018
+ modelProperties: {
2019
+ tags: {
2020
+ serializedName: "tags",
2328
2021
  type: {
2329
- name: "String"
2022
+ name: "Dictionary",
2023
+ value: { type: { name: "String" } }
2330
2024
  }
2331
- },
2332
- negateCondition: {
2333
- serializedName: "negateCondition",
2025
+ }
2026
+ }
2027
+ }
2028
+ };
2029
+
2030
+ export const RoutingRuleListResult: coreClient.CompositeMapper = {
2031
+ type: {
2032
+ name: "Composite",
2033
+ className: "RoutingRuleListResult",
2034
+ modelProperties: {
2035
+ value: {
2036
+ serializedName: "value",
2037
+ readOnly: true,
2334
2038
  type: {
2335
- name: "Boolean"
2039
+ name: "Sequence",
2040
+ element: {
2041
+ type: {
2042
+ name: "Composite",
2043
+ className: "RoutingRule"
2044
+ }
2045
+ }
2046
+ }
2047
+ },
2048
+ nextLink: {
2049
+ serializedName: "nextLink",
2050
+ type: {
2051
+ name: "String"
2052
+ }
2053
+ }
2054
+ }
2055
+ }
2056
+ };
2057
+
2058
+ export const CacheConfiguration: coreClient.CompositeMapper = {
2059
+ type: {
2060
+ name: "Composite",
2061
+ className: "CacheConfiguration",
2062
+ modelProperties: {
2063
+ queryParameterStripDirective: {
2064
+ serializedName: "queryParameterStripDirective",
2065
+ type: {
2066
+ name: "String"
2067
+ }
2068
+ },
2069
+ queryParameters: {
2070
+ serializedName: "queryParameters",
2071
+ type: {
2072
+ name: "String"
2073
+ }
2074
+ },
2075
+ dynamicCompression: {
2076
+ serializedName: "dynamicCompression",
2077
+ type: {
2078
+ name: "String"
2079
+ }
2080
+ },
2081
+ cacheDuration: {
2082
+ serializedName: "cacheDuration",
2083
+ type: {
2084
+ name: "TimeSpan"
2085
+ }
2086
+ }
2087
+ }
2088
+ }
2089
+ };
2090
+
2091
+ export const LoadBalancingSettingsListResult: coreClient.CompositeMapper = {
2092
+ type: {
2093
+ name: "Composite",
2094
+ className: "LoadBalancingSettingsListResult",
2095
+ modelProperties: {
2096
+ value: {
2097
+ serializedName: "value",
2098
+ readOnly: true,
2099
+ type: {
2100
+ name: "Sequence",
2101
+ element: {
2102
+ type: {
2103
+ name: "Composite",
2104
+ className: "LoadBalancingSettingsModel"
2105
+ }
2106
+ }
2107
+ }
2108
+ },
2109
+ nextLink: {
2110
+ serializedName: "nextLink",
2111
+ type: {
2112
+ name: "String"
2113
+ }
2114
+ }
2115
+ }
2116
+ }
2117
+ };
2118
+
2119
+ export const HealthProbeSettingsListResult: coreClient.CompositeMapper = {
2120
+ type: {
2121
+ name: "Composite",
2122
+ className: "HealthProbeSettingsListResult",
2123
+ modelProperties: {
2124
+ value: {
2125
+ serializedName: "value",
2126
+ readOnly: true,
2127
+ type: {
2128
+ name: "Sequence",
2129
+ element: {
2130
+ type: {
2131
+ name: "Composite",
2132
+ className: "HealthProbeSettingsModel"
2133
+ }
2134
+ }
2135
+ }
2136
+ },
2137
+ nextLink: {
2138
+ serializedName: "nextLink",
2139
+ type: {
2140
+ name: "String"
2141
+ }
2142
+ }
2143
+ }
2144
+ }
2145
+ };
2146
+
2147
+ export const BackendPoolListResult: coreClient.CompositeMapper = {
2148
+ type: {
2149
+ name: "Composite",
2150
+ className: "BackendPoolListResult",
2151
+ modelProperties: {
2152
+ value: {
2153
+ serializedName: "value",
2154
+ readOnly: true,
2155
+ type: {
2156
+ name: "Sequence",
2157
+ element: {
2158
+ type: {
2159
+ name: "Composite",
2160
+ className: "BackendPool"
2161
+ }
2162
+ }
2163
+ }
2164
+ },
2165
+ nextLink: {
2166
+ serializedName: "nextLink",
2167
+ type: {
2168
+ name: "String"
2169
+ }
2170
+ }
2171
+ }
2172
+ }
2173
+ };
2174
+
2175
+ export const Profile: coreClient.CompositeMapper = {
2176
+ type: {
2177
+ name: "Composite",
2178
+ className: "Profile",
2179
+ modelProperties: {
2180
+ ...Resource.type.modelProperties,
2181
+ etag: {
2182
+ serializedName: "etag",
2183
+ type: {
2184
+ name: "String"
2185
+ }
2186
+ },
2187
+ resourceState: {
2188
+ serializedName: "properties.resourceState",
2189
+ readOnly: true,
2190
+ type: {
2191
+ name: "String"
2192
+ }
2193
+ },
2194
+ enabledState: {
2195
+ serializedName: "properties.enabledState",
2196
+ type: {
2197
+ name: "String"
2198
+ }
2199
+ }
2200
+ }
2201
+ }
2202
+ };
2203
+
2204
+ export const PreconfiguredEndpoint: coreClient.CompositeMapper = {
2205
+ type: {
2206
+ name: "Composite",
2207
+ className: "PreconfiguredEndpoint",
2208
+ modelProperties: {
2209
+ ...Resource.type.modelProperties,
2210
+ description: {
2211
+ serializedName: "properties.description",
2212
+ type: {
2213
+ name: "String"
2214
+ }
2215
+ },
2216
+ endpoint: {
2217
+ serializedName: "properties.endpoint",
2218
+ type: {
2219
+ name: "String"
2220
+ }
2221
+ },
2222
+ endpointType: {
2223
+ serializedName: "properties.endpointType",
2224
+ type: {
2225
+ name: "String"
2226
+ }
2227
+ },
2228
+ backend: {
2229
+ serializedName: "properties.backend",
2230
+ type: {
2231
+ name: "String"
2232
+ }
2233
+ }
2234
+ }
2235
+ }
2236
+ };
2237
+
2238
+ export const Experiment: coreClient.CompositeMapper = {
2239
+ type: {
2240
+ name: "Composite",
2241
+ className: "Experiment",
2242
+ modelProperties: {
2243
+ ...Resource.type.modelProperties,
2244
+ description: {
2245
+ serializedName: "properties.description",
2246
+ type: {
2247
+ name: "String"
2248
+ }
2249
+ },
2250
+ endpointA: {
2251
+ serializedName: "properties.endpointA",
2252
+ type: {
2253
+ name: "Composite",
2254
+ className: "Endpoint"
2255
+ }
2256
+ },
2257
+ endpointB: {
2258
+ serializedName: "properties.endpointB",
2259
+ type: {
2260
+ name: "Composite",
2261
+ className: "Endpoint"
2262
+ }
2263
+ },
2264
+ enabledState: {
2265
+ serializedName: "properties.enabledState",
2266
+ type: {
2267
+ name: "String"
2268
+ }
2269
+ },
2270
+ resourceState: {
2271
+ serializedName: "properties.resourceState",
2272
+ readOnly: true,
2273
+ type: {
2274
+ name: "String"
2275
+ }
2276
+ },
2277
+ status: {
2278
+ serializedName: "properties.status",
2279
+ readOnly: true,
2280
+ type: {
2281
+ name: "String"
2282
+ }
2283
+ },
2284
+ scriptFileUri: {
2285
+ serializedName: "properties.scriptFileUri",
2286
+ readOnly: true,
2287
+ type: {
2288
+ name: "String"
2289
+ }
2290
+ }
2291
+ }
2292
+ }
2293
+ };
2294
+
2295
+ export const LatencyScorecard: coreClient.CompositeMapper = {
2296
+ type: {
2297
+ name: "Composite",
2298
+ className: "LatencyScorecard",
2299
+ modelProperties: {
2300
+ ...Resource.type.modelProperties,
2301
+ idPropertiesId: {
2302
+ serializedName: "properties.id",
2303
+ readOnly: true,
2304
+ type: {
2305
+ name: "String"
2306
+ }
2307
+ },
2308
+ namePropertiesName: {
2309
+ serializedName: "properties.name",
2310
+ readOnly: true,
2311
+ type: {
2312
+ name: "String"
2313
+ }
2314
+ },
2315
+ description: {
2316
+ serializedName: "properties.description",
2317
+ readOnly: true,
2318
+ type: {
2319
+ name: "String"
2320
+ }
2321
+ },
2322
+ endpointA: {
2323
+ serializedName: "properties.endpointA",
2324
+ readOnly: true,
2325
+ type: {
2326
+ name: "String"
2327
+ }
2328
+ },
2329
+ endpointB: {
2330
+ serializedName: "properties.endpointB",
2331
+ readOnly: true,
2332
+ type: {
2333
+ name: "String"
2334
+ }
2335
+ },
2336
+ startDateTimeUTC: {
2337
+ serializedName: "properties.startDateTimeUTC",
2338
+ readOnly: true,
2339
+ type: {
2340
+ name: "DateTime"
2341
+ }
2342
+ },
2343
+ endDateTimeUTC: {
2344
+ serializedName: "properties.endDateTimeUTC",
2345
+ readOnly: true,
2346
+ type: {
2347
+ name: "DateTime"
2348
+ }
2349
+ },
2350
+ country: {
2351
+ serializedName: "properties.country",
2352
+ readOnly: true,
2353
+ type: {
2354
+ name: "String"
2355
+ }
2356
+ },
2357
+ latencyMetrics: {
2358
+ serializedName: "properties.latencyMetrics",
2359
+ type: {
2360
+ name: "Sequence",
2361
+ element: {
2362
+ type: {
2363
+ name: "Composite",
2364
+ className: "LatencyMetric"
2365
+ }
2366
+ }
2367
+ }
2368
+ }
2369
+ }
2370
+ }
2371
+ };
2372
+
2373
+ export const Timeseries: coreClient.CompositeMapper = {
2374
+ type: {
2375
+ name: "Composite",
2376
+ className: "Timeseries",
2377
+ modelProperties: {
2378
+ ...Resource.type.modelProperties,
2379
+ endpoint: {
2380
+ serializedName: "properties.endpoint",
2381
+ type: {
2382
+ name: "String"
2383
+ }
2384
+ },
2385
+ startDateTimeUTC: {
2386
+ serializedName: "properties.startDateTimeUTC",
2387
+ type: {
2388
+ name: "String"
2389
+ }
2390
+ },
2391
+ endDateTimeUTC: {
2392
+ serializedName: "properties.endDateTimeUTC",
2393
+ type: {
2394
+ name: "String"
2395
+ }
2396
+ },
2397
+ aggregationInterval: {
2398
+ serializedName: "properties.aggregationInterval",
2399
+ type: {
2400
+ name: "String"
2401
+ }
2402
+ },
2403
+ timeseriesType: {
2404
+ serializedName: "properties.timeseriesType",
2405
+ type: {
2406
+ name: "String"
2407
+ }
2408
+ },
2409
+ country: {
2410
+ serializedName: "properties.country",
2411
+ type: {
2412
+ name: "String"
2413
+ }
2414
+ },
2415
+ timeseriesData: {
2416
+ serializedName: "properties.timeseriesData",
2417
+ type: {
2418
+ name: "Sequence",
2419
+ element: {
2420
+ type: {
2421
+ name: "Composite",
2422
+ className: "TimeseriesDataPoint"
2423
+ }
2424
+ }
2425
+ }
2426
+ }
2427
+ }
2428
+ }
2429
+ };
2430
+
2431
+ export const FrontDoor: coreClient.CompositeMapper = {
2432
+ type: {
2433
+ name: "Composite",
2434
+ className: "FrontDoor",
2435
+ modelProperties: {
2436
+ ...Resource.type.modelProperties,
2437
+ friendlyName: {
2438
+ serializedName: "properties.friendlyName",
2439
+ type: {
2440
+ name: "String"
2441
+ }
2442
+ },
2443
+ routingRules: {
2444
+ serializedName: "properties.routingRules",
2445
+ type: {
2446
+ name: "Sequence",
2447
+ element: {
2448
+ type: {
2449
+ name: "Composite",
2450
+ className: "RoutingRule"
2451
+ }
2452
+ }
2453
+ }
2454
+ },
2455
+ loadBalancingSettings: {
2456
+ serializedName: "properties.loadBalancingSettings",
2457
+ type: {
2458
+ name: "Sequence",
2459
+ element: {
2460
+ type: {
2461
+ name: "Composite",
2462
+ className: "LoadBalancingSettingsModel"
2463
+ }
2464
+ }
2465
+ }
2466
+ },
2467
+ healthProbeSettings: {
2468
+ serializedName: "properties.healthProbeSettings",
2469
+ type: {
2470
+ name: "Sequence",
2471
+ element: {
2472
+ type: {
2473
+ name: "Composite",
2474
+ className: "HealthProbeSettingsModel"
2475
+ }
2476
+ }
2477
+ }
2478
+ },
2479
+ backendPools: {
2480
+ serializedName: "properties.backendPools",
2481
+ type: {
2482
+ name: "Sequence",
2483
+ element: {
2484
+ type: {
2485
+ name: "Composite",
2486
+ className: "BackendPool"
2487
+ }
2488
+ }
2336
2489
  }
2337
2490
  },
2338
- matchValue: {
2339
- required: true,
2340
- serializedName: "matchValue",
2491
+ frontendEndpoints: {
2492
+ serializedName: "properties.frontendEndpoints",
2341
2493
  type: {
2342
2494
  name: "Sequence",
2343
2495
  element: {
2344
2496
  type: {
2345
- name: "String"
2497
+ name: "Composite",
2498
+ className: "FrontendEndpoint"
2346
2499
  }
2347
2500
  }
2348
2501
  }
2349
2502
  },
2350
- transforms: {
2351
- serializedName: "transforms",
2503
+ backendPoolsSettings: {
2504
+ serializedName: "properties.backendPoolsSettings",
2505
+ type: {
2506
+ name: "Composite",
2507
+ className: "BackendPoolsSettings"
2508
+ }
2509
+ },
2510
+ enabledState: {
2511
+ serializedName: "properties.enabledState",
2512
+ type: {
2513
+ name: "String"
2514
+ }
2515
+ },
2516
+ resourceState: {
2517
+ serializedName: "properties.resourceState",
2518
+ readOnly: true,
2519
+ type: {
2520
+ name: "String"
2521
+ }
2522
+ },
2523
+ provisioningState: {
2524
+ serializedName: "properties.provisioningState",
2525
+ readOnly: true,
2526
+ type: {
2527
+ name: "String"
2528
+ }
2529
+ },
2530
+ cname: {
2531
+ serializedName: "properties.cname",
2532
+ readOnly: true,
2533
+ type: {
2534
+ name: "String"
2535
+ }
2536
+ },
2537
+ frontdoorId: {
2538
+ serializedName: "properties.frontdoorId",
2539
+ readOnly: true,
2540
+ type: {
2541
+ name: "String"
2542
+ }
2543
+ },
2544
+ rulesEngines: {
2545
+ serializedName: "properties.rulesEngines",
2546
+ readOnly: true,
2352
2547
  type: {
2353
2548
  name: "Sequence",
2354
2549
  element: {
2355
2550
  type: {
2356
- name: "String"
2551
+ name: "Composite",
2552
+ className: "RulesEngine"
2357
2553
  }
2358
2554
  }
2359
2555
  }
@@ -2362,76 +2558,95 @@ export const MatchCondition: msRest.CompositeMapper = {
2362
2558
  }
2363
2559
  };
2364
2560
 
2365
- export const CustomRule: msRest.CompositeMapper = {
2366
- serializedName: "CustomRule",
2561
+ export const WebApplicationFirewallPolicy: coreClient.CompositeMapper = {
2367
2562
  type: {
2368
2563
  name: "Composite",
2369
- className: "CustomRule",
2564
+ className: "WebApplicationFirewallPolicy",
2370
2565
  modelProperties: {
2371
- name: {
2372
- serializedName: "name",
2373
- constraints: {
2374
- MaxLength: 128
2375
- },
2566
+ ...Resource.type.modelProperties,
2567
+ etag: {
2568
+ serializedName: "etag",
2376
2569
  type: {
2377
2570
  name: "String"
2378
2571
  }
2379
2572
  },
2380
- priority: {
2381
- required: true,
2382
- serializedName: "priority",
2573
+ sku: {
2574
+ serializedName: "sku",
2383
2575
  type: {
2384
- name: "Number"
2576
+ name: "Composite",
2577
+ className: "Sku"
2385
2578
  }
2386
2579
  },
2387
- enabledState: {
2388
- serializedName: "enabledState",
2580
+ policySettings: {
2581
+ serializedName: "properties.policySettings",
2389
2582
  type: {
2390
- name: "String"
2583
+ name: "Composite",
2584
+ className: "PolicySettings"
2391
2585
  }
2392
2586
  },
2393
- ruleType: {
2394
- required: true,
2395
- serializedName: "ruleType",
2587
+ customRules: {
2588
+ serializedName: "properties.customRules",
2396
2589
  type: {
2397
- name: "String"
2590
+ name: "Composite",
2591
+ className: "CustomRuleList"
2398
2592
  }
2399
2593
  },
2400
- rateLimitDurationInMinutes: {
2401
- serializedName: "rateLimitDurationInMinutes",
2402
- constraints: {
2403
- InclusiveMaximum: 5,
2404
- InclusiveMinimum: 0
2405
- },
2594
+ managedRules: {
2595
+ serializedName: "properties.managedRules",
2406
2596
  type: {
2407
- name: "Number"
2597
+ name: "Composite",
2598
+ className: "ManagedRuleSetList"
2408
2599
  }
2409
2600
  },
2410
- rateLimitThreshold: {
2411
- serializedName: "rateLimitThreshold",
2412
- constraints: {
2413
- InclusiveMinimum: 0
2414
- },
2601
+ frontendEndpointLinks: {
2602
+ serializedName: "properties.frontendEndpointLinks",
2603
+ readOnly: true,
2415
2604
  type: {
2416
- name: "Number"
2605
+ name: "Sequence",
2606
+ element: {
2607
+ type: {
2608
+ name: "Composite",
2609
+ className: "FrontendEndpointLink"
2610
+ }
2611
+ }
2417
2612
  }
2418
2613
  },
2419
- matchConditions: {
2420
- required: true,
2421
- serializedName: "matchConditions",
2614
+ routingRuleLinks: {
2615
+ serializedName: "properties.routingRuleLinks",
2616
+ readOnly: true,
2422
2617
  type: {
2423
2618
  name: "Sequence",
2424
2619
  element: {
2425
2620
  type: {
2426
2621
  name: "Composite",
2427
- className: "MatchCondition"
2622
+ className: "RoutingRuleLink"
2428
2623
  }
2429
2624
  }
2430
2625
  }
2431
2626
  },
2432
- action: {
2433
- required: true,
2434
- serializedName: "action",
2627
+ securityPolicyLinks: {
2628
+ serializedName: "properties.securityPolicyLinks",
2629
+ readOnly: true,
2630
+ type: {
2631
+ name: "Sequence",
2632
+ element: {
2633
+ type: {
2634
+ name: "Composite",
2635
+ className: "SecurityPolicyLink"
2636
+ }
2637
+ }
2638
+ }
2639
+ },
2640
+ provisioningState: {
2641
+ serializedName: "properties.provisioningState",
2642
+ readOnly: true,
2643
+ type: {
2644
+ name: "String"
2645
+ }
2646
+ },
2647
+ resourceState: {
2648
+ serializedName: "properties.resourceState",
2649
+ readOnly: true,
2435
2650
  type: {
2436
2651
  name: "String"
2437
2652
  }
@@ -2440,51 +2655,156 @@ export const CustomRule: msRest.CompositeMapper = {
2440
2655
  }
2441
2656
  };
2442
2657
 
2443
- export const CustomRuleList: msRest.CompositeMapper = {
2444
- serializedName: "CustomRuleList",
2658
+ export const ManagedRuleSetDefinition: coreClient.CompositeMapper = {
2445
2659
  type: {
2446
2660
  name: "Composite",
2447
- className: "CustomRuleList",
2661
+ className: "ManagedRuleSetDefinition",
2448
2662
  modelProperties: {
2449
- rules: {
2450
- serializedName: "rules",
2663
+ ...Resource.type.modelProperties,
2664
+ provisioningState: {
2665
+ serializedName: "properties.provisioningState",
2666
+ readOnly: true,
2667
+ type: {
2668
+ name: "String"
2669
+ }
2670
+ },
2671
+ ruleSetId: {
2672
+ serializedName: "properties.ruleSetId",
2673
+ readOnly: true,
2674
+ type: {
2675
+ name: "String"
2676
+ }
2677
+ },
2678
+ ruleSetType: {
2679
+ serializedName: "properties.ruleSetType",
2680
+ readOnly: true,
2681
+ type: {
2682
+ name: "String"
2683
+ }
2684
+ },
2685
+ ruleSetVersion: {
2686
+ serializedName: "properties.ruleSetVersion",
2687
+ readOnly: true,
2688
+ type: {
2689
+ name: "String"
2690
+ }
2691
+ },
2692
+ ruleGroups: {
2693
+ serializedName: "properties.ruleGroups",
2694
+ readOnly: true,
2451
2695
  type: {
2452
2696
  name: "Sequence",
2453
2697
  element: {
2454
2698
  type: {
2455
2699
  name: "Composite",
2456
- className: "CustomRule"
2700
+ className: "ManagedRuleGroupDefinition"
2457
2701
  }
2458
2702
  }
2459
2703
  }
2460
- }
2461
- }
2462
- }
2463
- };
2464
-
2465
- export const ManagedRuleExclusion: msRest.CompositeMapper = {
2466
- serializedName: "ManagedRuleExclusion",
2467
- type: {
2468
- name: "Composite",
2469
- className: "ManagedRuleExclusion",
2470
- modelProperties: {
2471
- matchVariable: {
2472
- required: true,
2473
- serializedName: "matchVariable",
2704
+ }
2705
+ }
2706
+ }
2707
+ };
2708
+
2709
+ export const RulesEngineProperties: coreClient.CompositeMapper = {
2710
+ type: {
2711
+ name: "Composite",
2712
+ className: "RulesEngineProperties",
2713
+ modelProperties: {
2714
+ ...RulesEngineUpdateParameters.type.modelProperties,
2715
+ resourceState: {
2716
+ serializedName: "resourceState",
2717
+ readOnly: true,
2718
+ type: {
2719
+ name: "String"
2720
+ }
2721
+ }
2722
+ }
2723
+ }
2724
+ };
2725
+
2726
+ export const ForwardingConfiguration: coreClient.CompositeMapper = {
2727
+ serializedName:
2728
+ "#Microsoft.Azure.FrontDoor.Models.FrontdoorForwardingConfiguration",
2729
+ type: {
2730
+ name: "Composite",
2731
+ className: "ForwardingConfiguration",
2732
+ uberParent: "RouteConfiguration",
2733
+ polymorphicDiscriminator: RouteConfiguration.type.polymorphicDiscriminator,
2734
+ modelProperties: {
2735
+ ...RouteConfiguration.type.modelProperties,
2736
+ customForwardingPath: {
2737
+ serializedName: "customForwardingPath",
2738
+ type: {
2739
+ name: "String"
2740
+ }
2741
+ },
2742
+ forwardingProtocol: {
2743
+ serializedName: "forwardingProtocol",
2744
+ type: {
2745
+ name: "String"
2746
+ }
2747
+ },
2748
+ cacheConfiguration: {
2749
+ serializedName: "cacheConfiguration",
2750
+ type: {
2751
+ name: "Composite",
2752
+ className: "CacheConfiguration"
2753
+ }
2754
+ },
2755
+ backendPool: {
2756
+ serializedName: "backendPool",
2757
+ type: {
2758
+ name: "Composite",
2759
+ className: "SubResource"
2760
+ }
2761
+ }
2762
+ }
2763
+ }
2764
+ };
2765
+
2766
+ export const RedirectConfiguration: coreClient.CompositeMapper = {
2767
+ serializedName:
2768
+ "#Microsoft.Azure.FrontDoor.Models.FrontdoorRedirectConfiguration",
2769
+ type: {
2770
+ name: "Composite",
2771
+ className: "RedirectConfiguration",
2772
+ uberParent: "RouteConfiguration",
2773
+ polymorphicDiscriminator: RouteConfiguration.type.polymorphicDiscriminator,
2774
+ modelProperties: {
2775
+ ...RouteConfiguration.type.modelProperties,
2776
+ redirectType: {
2777
+ serializedName: "redirectType",
2778
+ type: {
2779
+ name: "String"
2780
+ }
2781
+ },
2782
+ redirectProtocol: {
2783
+ serializedName: "redirectProtocol",
2784
+ type: {
2785
+ name: "String"
2786
+ }
2787
+ },
2788
+ customHost: {
2789
+ serializedName: "customHost",
2790
+ type: {
2791
+ name: "String"
2792
+ }
2793
+ },
2794
+ customPath: {
2795
+ serializedName: "customPath",
2474
2796
  type: {
2475
2797
  name: "String"
2476
2798
  }
2477
2799
  },
2478
- selectorMatchOperator: {
2479
- required: true,
2480
- serializedName: "selectorMatchOperator",
2800
+ customFragment: {
2801
+ serializedName: "customFragment",
2481
2802
  type: {
2482
2803
  name: "String"
2483
2804
  }
2484
2805
  },
2485
- selector: {
2486
- required: true,
2487
- serializedName: "selector",
2806
+ customQueryString: {
2807
+ serializedName: "customQueryString",
2488
2808
  type: {
2489
2809
  name: "String"
2490
2810
  }
@@ -2493,39 +2813,49 @@ export const ManagedRuleExclusion: msRest.CompositeMapper = {
2493
2813
  }
2494
2814
  };
2495
2815
 
2496
- export const ManagedRuleOverride: msRest.CompositeMapper = {
2497
- serializedName: "ManagedRuleOverride",
2816
+ export const FrontDoorProperties: coreClient.CompositeMapper = {
2498
2817
  type: {
2499
2818
  name: "Composite",
2500
- className: "ManagedRuleOverride",
2819
+ className: "FrontDoorProperties",
2501
2820
  modelProperties: {
2502
- ruleId: {
2503
- required: true,
2504
- serializedName: "ruleId",
2821
+ ...FrontDoorUpdateParameters.type.modelProperties,
2822
+ resourceState: {
2823
+ serializedName: "resourceState",
2824
+ readOnly: true,
2505
2825
  type: {
2506
2826
  name: "String"
2507
2827
  }
2508
2828
  },
2509
- enabledState: {
2510
- serializedName: "enabledState",
2829
+ provisioningState: {
2830
+ serializedName: "provisioningState",
2831
+ readOnly: true,
2511
2832
  type: {
2512
2833
  name: "String"
2513
2834
  }
2514
2835
  },
2515
- action: {
2516
- serializedName: "action",
2836
+ cname: {
2837
+ serializedName: "cname",
2838
+ readOnly: true,
2517
2839
  type: {
2518
2840
  name: "String"
2519
2841
  }
2520
2842
  },
2521
- exclusions: {
2522
- serializedName: "exclusions",
2843
+ frontdoorId: {
2844
+ serializedName: "frontdoorId",
2845
+ readOnly: true,
2846
+ type: {
2847
+ name: "String"
2848
+ }
2849
+ },
2850
+ rulesEngines: {
2851
+ serializedName: "rulesEngines",
2852
+ readOnly: true,
2523
2853
  type: {
2524
2854
  name: "Sequence",
2525
2855
  element: {
2526
2856
  type: {
2527
2857
  name: "Composite",
2528
- className: "ManagedRuleExclusion"
2858
+ className: "RulesEngine"
2529
2859
  }
2530
2860
  }
2531
2861
  }
@@ -2534,125 +2864,107 @@ export const ManagedRuleOverride: msRest.CompositeMapper = {
2534
2864
  }
2535
2865
  };
2536
2866
 
2537
- export const ManagedRuleGroupOverride: msRest.CompositeMapper = {
2538
- serializedName: "ManagedRuleGroupOverride",
2867
+ export const RoutingRuleProperties: coreClient.CompositeMapper = {
2539
2868
  type: {
2540
2869
  name: "Composite",
2541
- className: "ManagedRuleGroupOverride",
2870
+ className: "RoutingRuleProperties",
2542
2871
  modelProperties: {
2543
- ruleGroupName: {
2544
- required: true,
2545
- serializedName: "ruleGroupName",
2872
+ ...RoutingRuleUpdateParameters.type.modelProperties,
2873
+ resourceState: {
2874
+ serializedName: "resourceState",
2875
+ readOnly: true,
2546
2876
  type: {
2547
2877
  name: "String"
2548
2878
  }
2549
- },
2550
- exclusions: {
2551
- serializedName: "exclusions",
2552
- type: {
2553
- name: "Sequence",
2554
- element: {
2555
- type: {
2556
- name: "Composite",
2557
- className: "ManagedRuleExclusion"
2558
- }
2559
- }
2560
- }
2561
- },
2562
- rules: {
2563
- serializedName: "rules",
2564
- type: {
2565
- name: "Sequence",
2566
- element: {
2567
- type: {
2568
- name: "Composite",
2569
- className: "ManagedRuleOverride"
2570
- }
2571
- }
2572
- }
2573
2879
  }
2574
2880
  }
2575
2881
  }
2576
2882
  };
2577
2883
 
2578
- export const ManagedRuleSet: msRest.CompositeMapper = {
2579
- serializedName: "ManagedRuleSet",
2884
+ export const RoutingRule: coreClient.CompositeMapper = {
2580
2885
  type: {
2581
2886
  name: "Composite",
2582
- className: "ManagedRuleSet",
2887
+ className: "RoutingRule",
2583
2888
  modelProperties: {
2584
- ruleSetType: {
2585
- required: true,
2586
- serializedName: "ruleSetType",
2889
+ ...SubResource.type.modelProperties,
2890
+ name: {
2891
+ serializedName: "name",
2587
2892
  type: {
2588
2893
  name: "String"
2589
2894
  }
2590
2895
  },
2591
- ruleSetVersion: {
2592
- required: true,
2593
- serializedName: "ruleSetVersion",
2896
+ type: {
2897
+ serializedName: "type",
2898
+ readOnly: true,
2594
2899
  type: {
2595
2900
  name: "String"
2596
2901
  }
2597
2902
  },
2598
- exclusions: {
2599
- serializedName: "exclusions",
2903
+ frontendEndpoints: {
2904
+ serializedName: "properties.frontendEndpoints",
2600
2905
  type: {
2601
2906
  name: "Sequence",
2602
2907
  element: {
2603
2908
  type: {
2604
2909
  name: "Composite",
2605
- className: "ManagedRuleExclusion"
2910
+ className: "SubResource"
2606
2911
  }
2607
2912
  }
2608
2913
  }
2609
2914
  },
2610
- ruleGroupOverrides: {
2611
- serializedName: "ruleGroupOverrides",
2915
+ acceptedProtocols: {
2916
+ serializedName: "properties.acceptedProtocols",
2612
2917
  type: {
2613
2918
  name: "Sequence",
2614
2919
  element: {
2615
2920
  type: {
2616
- name: "Composite",
2617
- className: "ManagedRuleGroupOverride"
2921
+ name: "String"
2618
2922
  }
2619
2923
  }
2620
2924
  }
2621
- }
2622
- }
2623
- }
2624
- };
2625
-
2626
- export const ManagedRuleSetList: msRest.CompositeMapper = {
2627
- serializedName: "ManagedRuleSetList",
2628
- type: {
2629
- name: "Composite",
2630
- className: "ManagedRuleSetList",
2631
- modelProperties: {
2632
- managedRuleSets: {
2633
- serializedName: "managedRuleSets",
2925
+ },
2926
+ patternsToMatch: {
2927
+ serializedName: "properties.patternsToMatch",
2634
2928
  type: {
2635
2929
  name: "Sequence",
2636
2930
  element: {
2637
2931
  type: {
2638
- name: "Composite",
2639
- className: "ManagedRuleSet"
2932
+ name: "String"
2640
2933
  }
2641
2934
  }
2642
2935
  }
2643
- }
2644
- }
2645
- }
2646
- };
2647
-
2648
- export const FrontendEndpointLink: msRest.CompositeMapper = {
2649
- serializedName: "FrontendEndpointLink",
2650
- type: {
2651
- name: "Composite",
2652
- className: "FrontendEndpointLink",
2653
- modelProperties: {
2654
- id: {
2655
- serializedName: "id",
2936
+ },
2937
+ enabledState: {
2938
+ serializedName: "properties.enabledState",
2939
+ type: {
2940
+ name: "String"
2941
+ }
2942
+ },
2943
+ routeConfiguration: {
2944
+ serializedName: "properties.routeConfiguration",
2945
+ type: {
2946
+ name: "Composite",
2947
+ className: "RouteConfiguration"
2948
+ }
2949
+ },
2950
+ rulesEngine: {
2951
+ serializedName: "properties.rulesEngine",
2952
+ type: {
2953
+ name: "Composite",
2954
+ className: "SubResource"
2955
+ }
2956
+ },
2957
+ webApplicationFirewallPolicyLink: {
2958
+ serializedName: "properties.webApplicationFirewallPolicyLink",
2959
+ type: {
2960
+ name: "Composite",
2961
+ className:
2962
+ "RoutingRuleUpdateParametersWebApplicationFirewallPolicyLink"
2963
+ }
2964
+ },
2965
+ resourceState: {
2966
+ serializedName: "properties.resourceState",
2967
+ readOnly: true,
2656
2968
  type: {
2657
2969
  name: "String"
2658
2970
  }
@@ -2661,63 +2973,46 @@ export const FrontendEndpointLink: msRest.CompositeMapper = {
2661
2973
  }
2662
2974
  };
2663
2975
 
2664
- export const WebApplicationFirewallPolicy: msRest.CompositeMapper = {
2665
- serializedName: "WebApplicationFirewallPolicy",
2976
+ export const LoadBalancingSettingsModel: coreClient.CompositeMapper = {
2666
2977
  type: {
2667
2978
  name: "Composite",
2668
- className: "WebApplicationFirewallPolicy",
2979
+ className: "LoadBalancingSettingsModel",
2669
2980
  modelProperties: {
2670
- ...Resource.type.modelProperties,
2671
- policySettings: {
2672
- serializedName: "properties.policySettings",
2981
+ ...SubResource.type.modelProperties,
2982
+ name: {
2983
+ serializedName: "name",
2673
2984
  type: {
2674
- name: "Composite",
2675
- className: "PolicySettings"
2985
+ name: "String"
2676
2986
  }
2677
2987
  },
2678
- customRules: {
2679
- serializedName: "properties.customRules",
2988
+ type: {
2989
+ serializedName: "type",
2990
+ readOnly: true,
2680
2991
  type: {
2681
- name: "Composite",
2682
- className: "CustomRuleList"
2992
+ name: "String"
2683
2993
  }
2684
2994
  },
2685
- managedRules: {
2686
- serializedName: "properties.managedRules",
2995
+ sampleSize: {
2996
+ serializedName: "properties.sampleSize",
2687
2997
  type: {
2688
- name: "Composite",
2689
- className: "ManagedRuleSetList"
2998
+ name: "Number"
2690
2999
  }
2691
3000
  },
2692
- frontendEndpointLinks: {
2693
- readOnly: true,
2694
- serializedName: "properties.frontendEndpointLinks",
3001
+ successfulSamplesRequired: {
3002
+ serializedName: "properties.successfulSamplesRequired",
2695
3003
  type: {
2696
- name: "Sequence",
2697
- element: {
2698
- type: {
2699
- name: "Composite",
2700
- className: "FrontendEndpointLink"
2701
- }
2702
- }
3004
+ name: "Number"
2703
3005
  }
2704
3006
  },
2705
- provisioningState: {
2706
- readOnly: true,
2707
- serializedName: "properties.provisioningState",
3007
+ additionalLatencyMilliseconds: {
3008
+ serializedName: "properties.additionalLatencyMilliseconds",
2708
3009
  type: {
2709
- name: "String"
3010
+ name: "Number"
2710
3011
  }
2711
3012
  },
2712
3013
  resourceState: {
2713
- readOnly: true,
2714
3014
  serializedName: "properties.resourceState",
2715
- type: {
2716
- name: "String"
2717
- }
2718
- },
2719
- etag: {
2720
- serializedName: "etag",
3015
+ readOnly: true,
2721
3016
  type: {
2722
3017
  name: "String"
2723
3018
  }
@@ -2726,36 +3021,59 @@ export const WebApplicationFirewallPolicy: msRest.CompositeMapper = {
2726
3021
  }
2727
3022
  };
2728
3023
 
2729
- export const ManagedRuleDefinition: msRest.CompositeMapper = {
2730
- serializedName: "ManagedRuleDefinition",
3024
+ export const HealthProbeSettingsModel: coreClient.CompositeMapper = {
2731
3025
  type: {
2732
3026
  name: "Composite",
2733
- className: "ManagedRuleDefinition",
3027
+ className: "HealthProbeSettingsModel",
2734
3028
  modelProperties: {
2735
- ruleId: {
2736
- readOnly: true,
2737
- serializedName: "ruleId",
3029
+ ...SubResource.type.modelProperties,
3030
+ name: {
3031
+ serializedName: "name",
2738
3032
  type: {
2739
3033
  name: "String"
2740
3034
  }
2741
3035
  },
2742
- defaultState: {
3036
+ type: {
3037
+ serializedName: "type",
2743
3038
  readOnly: true,
2744
- serializedName: "defaultState",
2745
3039
  type: {
2746
3040
  name: "String"
2747
3041
  }
2748
3042
  },
2749
- defaultAction: {
2750
- readOnly: true,
2751
- serializedName: "defaultAction",
3043
+ path: {
3044
+ serializedName: "properties.path",
3045
+ type: {
3046
+ name: "String"
3047
+ }
3048
+ },
3049
+ protocol: {
3050
+ serializedName: "properties.protocol",
3051
+ type: {
3052
+ name: "String"
3053
+ }
3054
+ },
3055
+ intervalInSeconds: {
3056
+ serializedName: "properties.intervalInSeconds",
3057
+ type: {
3058
+ name: "Number"
3059
+ }
3060
+ },
3061
+ healthProbeMethod: {
3062
+ defaultValue: "HEAD",
3063
+ serializedName: "properties.healthProbeMethod",
3064
+ type: {
3065
+ name: "String"
3066
+ }
3067
+ },
3068
+ enabledState: {
3069
+ serializedName: "properties.enabledState",
2752
3070
  type: {
2753
3071
  name: "String"
2754
3072
  }
2755
3073
  },
2756
- description: {
3074
+ resourceState: {
3075
+ serializedName: "properties.resourceState",
2757
3076
  readOnly: true,
2758
- serializedName: "description",
2759
3077
  type: {
2760
3078
  name: "String"
2761
3079
  }
@@ -2764,203 +3082,148 @@ export const ManagedRuleDefinition: msRest.CompositeMapper = {
2764
3082
  }
2765
3083
  };
2766
3084
 
2767
- export const ManagedRuleGroupDefinition: msRest.CompositeMapper = {
2768
- serializedName: "ManagedRuleGroupDefinition",
3085
+ export const BackendPool: coreClient.CompositeMapper = {
2769
3086
  type: {
2770
3087
  name: "Composite",
2771
- className: "ManagedRuleGroupDefinition",
3088
+ className: "BackendPool",
2772
3089
  modelProperties: {
2773
- ruleGroupName: {
2774
- readOnly: true,
2775
- serializedName: "ruleGroupName",
3090
+ ...SubResource.type.modelProperties,
3091
+ name: {
3092
+ serializedName: "name",
2776
3093
  type: {
2777
3094
  name: "String"
2778
3095
  }
2779
3096
  },
2780
- description: {
3097
+ type: {
3098
+ serializedName: "type",
2781
3099
  readOnly: true,
2782
- serializedName: "description",
2783
3100
  type: {
2784
3101
  name: "String"
2785
3102
  }
2786
3103
  },
2787
- rules: {
2788
- readOnly: true,
2789
- serializedName: "rules",
3104
+ backends: {
3105
+ serializedName: "properties.backends",
2790
3106
  type: {
2791
3107
  name: "Sequence",
2792
3108
  element: {
2793
3109
  type: {
2794
3110
  name: "Composite",
2795
- className: "ManagedRuleDefinition"
3111
+ className: "Backend"
2796
3112
  }
2797
3113
  }
2798
3114
  }
3115
+ },
3116
+ loadBalancingSettings: {
3117
+ serializedName: "properties.loadBalancingSettings",
3118
+ type: {
3119
+ name: "Composite",
3120
+ className: "SubResource"
3121
+ }
3122
+ },
3123
+ healthProbeSettings: {
3124
+ serializedName: "properties.healthProbeSettings",
3125
+ type: {
3126
+ name: "Composite",
3127
+ className: "SubResource"
3128
+ }
3129
+ },
3130
+ resourceState: {
3131
+ serializedName: "properties.resourceState",
3132
+ readOnly: true,
3133
+ type: {
3134
+ name: "String"
3135
+ }
2799
3136
  }
2800
3137
  }
2801
3138
  }
2802
3139
  };
2803
3140
 
2804
- export const ManagedRuleSetDefinition: msRest.CompositeMapper = {
2805
- serializedName: "ManagedRuleSetDefinition",
3141
+ export const FrontendEndpoint: coreClient.CompositeMapper = {
2806
3142
  type: {
2807
3143
  name: "Composite",
2808
- className: "ManagedRuleSetDefinition",
3144
+ className: "FrontendEndpoint",
2809
3145
  modelProperties: {
2810
- ...Resource.type.modelProperties,
2811
- provisioningState: {
2812
- readOnly: true,
2813
- serializedName: "properties.provisioningState",
3146
+ ...SubResource.type.modelProperties,
3147
+ name: {
3148
+ serializedName: "name",
2814
3149
  type: {
2815
3150
  name: "String"
2816
3151
  }
2817
3152
  },
2818
- ruleSetId: {
3153
+ type: {
3154
+ serializedName: "type",
2819
3155
  readOnly: true,
2820
- serializedName: "properties.ruleSetId",
2821
3156
  type: {
2822
3157
  name: "String"
2823
3158
  }
2824
3159
  },
2825
- ruleSetType: {
2826
- readOnly: true,
2827
- serializedName: "properties.ruleSetType",
3160
+ hostName: {
3161
+ serializedName: "properties.hostName",
2828
3162
  type: {
2829
3163
  name: "String"
2830
3164
  }
2831
3165
  },
2832
- ruleSetVersion: {
2833
- readOnly: true,
2834
- serializedName: "properties.ruleSetVersion",
3166
+ sessionAffinityEnabledState: {
3167
+ serializedName: "properties.sessionAffinityEnabledState",
2835
3168
  type: {
2836
3169
  name: "String"
2837
3170
  }
2838
3171
  },
2839
- ruleGroups: {
2840
- readOnly: true,
2841
- serializedName: "properties.ruleGroups",
2842
- type: {
2843
- name: "Sequence",
2844
- element: {
2845
- type: {
2846
- name: "Composite",
2847
- className: "ManagedRuleGroupDefinition"
2848
- }
2849
- }
2850
- }
2851
- }
2852
- }
2853
- }
2854
- };
2855
-
2856
- export const ProfileList: msRest.CompositeMapper = {
2857
- serializedName: "ProfileList",
2858
- type: {
2859
- name: "Composite",
2860
- className: "ProfileList",
2861
- modelProperties: {
2862
- value: {
2863
- readOnly: true,
2864
- serializedName: "",
3172
+ sessionAffinityTtlSeconds: {
3173
+ serializedName: "properties.sessionAffinityTtlSeconds",
2865
3174
  type: {
2866
- name: "Sequence",
2867
- element: {
2868
- type: {
2869
- name: "Composite",
2870
- className: "Profile"
2871
- }
2872
- }
3175
+ name: "Number"
2873
3176
  }
2874
3177
  },
2875
- nextLink: {
2876
- serializedName: "nextLink",
3178
+ webApplicationFirewallPolicyLink: {
3179
+ serializedName: "properties.webApplicationFirewallPolicyLink",
2877
3180
  type: {
2878
- name: "String"
3181
+ name: "Composite",
3182
+ className:
3183
+ "FrontendEndpointUpdateParametersWebApplicationFirewallPolicyLink"
2879
3184
  }
2880
- }
2881
- }
2882
- }
2883
- };
2884
-
2885
- export const PreconfiguredEndpointList: msRest.CompositeMapper = {
2886
- serializedName: "PreconfiguredEndpointList",
2887
- type: {
2888
- name: "Composite",
2889
- className: "PreconfiguredEndpointList",
2890
- modelProperties: {
2891
- value: {
3185
+ },
3186
+ resourceState: {
3187
+ serializedName: "properties.resourceState",
2892
3188
  readOnly: true,
2893
- serializedName: "",
2894
3189
  type: {
2895
- name: "Sequence",
2896
- element: {
2897
- type: {
2898
- name: "Composite",
2899
- className: "PreconfiguredEndpoint"
2900
- }
2901
- }
3190
+ name: "String"
2902
3191
  }
2903
3192
  },
2904
- nextLink: {
2905
- serializedName: "nextLink",
3193
+ customHttpsProvisioningState: {
3194
+ serializedName: "properties.customHttpsProvisioningState",
3195
+ readOnly: true,
2906
3196
  type: {
2907
3197
  name: "String"
2908
3198
  }
2909
- }
2910
- }
2911
- }
2912
- };
2913
-
2914
- export const ExperimentList: msRest.CompositeMapper = {
2915
- serializedName: "ExperimentList",
2916
- type: {
2917
- name: "Composite",
2918
- className: "ExperimentList",
2919
- modelProperties: {
2920
- value: {
3199
+ },
3200
+ customHttpsProvisioningSubstate: {
3201
+ serializedName: "properties.customHttpsProvisioningSubstate",
2921
3202
  readOnly: true,
2922
- serializedName: "",
2923
3203
  type: {
2924
- name: "Sequence",
2925
- element: {
2926
- type: {
2927
- name: "Composite",
2928
- className: "Experiment"
2929
- }
2930
- }
3204
+ name: "String"
2931
3205
  }
2932
3206
  },
2933
- nextLink: {
2934
- serializedName: "nextLink",
3207
+ customHttpsConfiguration: {
3208
+ serializedName: "properties.customHttpsConfiguration",
2935
3209
  type: {
2936
- name: "String"
3210
+ name: "Composite",
3211
+ className: "CustomHttpsConfiguration"
2937
3212
  }
2938
3213
  }
2939
3214
  }
2940
3215
  }
2941
3216
  };
2942
3217
 
2943
- export const FrontDoorListResult: msRest.CompositeMapper = {
2944
- serializedName: "FrontDoorListResult",
3218
+ export const LoadBalancingSettingsProperties: coreClient.CompositeMapper = {
2945
3219
  type: {
2946
3220
  name: "Composite",
2947
- className: "FrontDoorListResult",
3221
+ className: "LoadBalancingSettingsProperties",
2948
3222
  modelProperties: {
2949
- value: {
3223
+ ...LoadBalancingSettingsUpdateParameters.type.modelProperties,
3224
+ resourceState: {
3225
+ serializedName: "resourceState",
2950
3226
  readOnly: true,
2951
- serializedName: "",
2952
- type: {
2953
- name: "Sequence",
2954
- element: {
2955
- type: {
2956
- name: "Composite",
2957
- className: "FrontDoor"
2958
- }
2959
- }
2960
- }
2961
- },
2962
- nextLink: {
2963
- serializedName: "nextLink",
2964
3227
  type: {
2965
3228
  name: "String"
2966
3229
  }
@@ -2969,27 +3232,15 @@ export const FrontDoorListResult: msRest.CompositeMapper = {
2969
3232
  }
2970
3233
  };
2971
3234
 
2972
- export const FrontendEndpointsListResult: msRest.CompositeMapper = {
2973
- serializedName: "FrontendEndpointsListResult",
3235
+ export const HealthProbeSettingsProperties: coreClient.CompositeMapper = {
2974
3236
  type: {
2975
3237
  name: "Composite",
2976
- className: "FrontendEndpointsListResult",
3238
+ className: "HealthProbeSettingsProperties",
2977
3239
  modelProperties: {
2978
- value: {
3240
+ ...HealthProbeSettingsUpdateParameters.type.modelProperties,
3241
+ resourceState: {
3242
+ serializedName: "resourceState",
2979
3243
  readOnly: true,
2980
- serializedName: "",
2981
- type: {
2982
- name: "Sequence",
2983
- element: {
2984
- type: {
2985
- name: "Composite",
2986
- className: "FrontendEndpoint"
2987
- }
2988
- }
2989
- }
2990
- },
2991
- nextLink: {
2992
- serializedName: "nextLink",
2993
3244
  type: {
2994
3245
  name: "String"
2995
3246
  }
@@ -2998,27 +3249,15 @@ export const FrontendEndpointsListResult: msRest.CompositeMapper = {
2998
3249
  }
2999
3250
  };
3000
3251
 
3001
- export const RulesEngineListResult: msRest.CompositeMapper = {
3002
- serializedName: "RulesEngineListResult",
3252
+ export const BackendPoolProperties: coreClient.CompositeMapper = {
3003
3253
  type: {
3004
3254
  name: "Composite",
3005
- className: "RulesEngineListResult",
3255
+ className: "BackendPoolProperties",
3006
3256
  modelProperties: {
3007
- value: {
3257
+ ...BackendPoolUpdateParameters.type.modelProperties,
3258
+ resourceState: {
3259
+ serializedName: "resourceState",
3008
3260
  readOnly: true,
3009
- serializedName: "",
3010
- type: {
3011
- name: "Sequence",
3012
- element: {
3013
- type: {
3014
- name: "Composite",
3015
- className: "RulesEngine"
3016
- }
3017
- }
3018
- }
3019
- },
3020
- nextLink: {
3021
- serializedName: "nextLink",
3022
3261
  type: {
3023
3262
  name: "String"
3024
3263
  }
@@ -3027,67 +3266,46 @@ export const RulesEngineListResult: msRest.CompositeMapper = {
3027
3266
  }
3028
3267
  };
3029
3268
 
3030
- export const WebApplicationFirewallPolicyList: msRest.CompositeMapper = {
3031
- serializedName: "WebApplicationFirewallPolicyList",
3269
+ export const FrontendEndpointProperties: coreClient.CompositeMapper = {
3032
3270
  type: {
3033
3271
  name: "Composite",
3034
- className: "WebApplicationFirewallPolicyList",
3272
+ className: "FrontendEndpointProperties",
3035
3273
  modelProperties: {
3036
- value: {
3274
+ ...FrontendEndpointUpdateParameters.type.modelProperties,
3275
+ resourceState: {
3276
+ serializedName: "resourceState",
3037
3277
  readOnly: true,
3038
- serializedName: "",
3039
3278
  type: {
3040
- name: "Sequence",
3041
- element: {
3042
- type: {
3043
- name: "Composite",
3044
- className: "WebApplicationFirewallPolicy"
3045
- }
3046
- }
3279
+ name: "String"
3047
3280
  }
3048
3281
  },
3049
- nextLink: {
3050
- serializedName: "nextLink",
3282
+ customHttpsProvisioningState: {
3283
+ serializedName: "customHttpsProvisioningState",
3284
+ readOnly: true,
3051
3285
  type: {
3052
3286
  name: "String"
3053
3287
  }
3054
- }
3055
- }
3056
- }
3057
- };
3058
-
3059
- export const ManagedRuleSetDefinitionList: msRest.CompositeMapper = {
3060
- serializedName: "ManagedRuleSetDefinitionList",
3061
- type: {
3062
- name: "Composite",
3063
- className: "ManagedRuleSetDefinitionList",
3064
- modelProperties: {
3065
- value: {
3288
+ },
3289
+ customHttpsProvisioningSubstate: {
3290
+ serializedName: "customHttpsProvisioningSubstate",
3066
3291
  readOnly: true,
3067
- serializedName: "",
3068
3292
  type: {
3069
- name: "Sequence",
3070
- element: {
3071
- type: {
3072
- name: "Composite",
3073
- className: "ManagedRuleSetDefinition"
3074
- }
3075
- }
3293
+ name: "String"
3076
3294
  }
3077
3295
  },
3078
- nextLink: {
3079
- serializedName: "nextLink",
3296
+ customHttpsConfiguration: {
3297
+ serializedName: "customHttpsConfiguration",
3080
3298
  type: {
3081
- name: "String"
3299
+ name: "Composite",
3300
+ className: "CustomHttpsConfiguration"
3082
3301
  }
3083
3302
  }
3084
3303
  }
3085
3304
  }
3086
3305
  };
3087
3306
 
3088
- export const discriminators = {
3089
- 'RouteConfiguration' : RouteConfiguration,
3090
- 'RouteConfiguration.#Microsoft.Azure.FrontDoor.Models.FrontdoorForwardingConfiguration' : ForwardingConfiguration,
3091
- 'RouteConfiguration.#Microsoft.Azure.FrontDoor.Models.FrontdoorRedirectConfiguration' : RedirectConfiguration
3092
-
3307
+ export let discriminators = {
3308
+ RouteConfiguration: RouteConfiguration,
3309
+ "RouteConfiguration.#Microsoft.Azure.FrontDoor.Models.FrontdoorForwardingConfiguration": ForwardingConfiguration,
3310
+ "RouteConfiguration.#Microsoft.Azure.FrontDoor.Models.FrontdoorRedirectConfiguration": RedirectConfiguration
3093
3311
  };