@azure/arm-frontdoor 3.1.0 → 5.0.0

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