@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,3311 @@
1
+ /*
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
+ *
5
+ * Code generated by Microsoft (R) AutoRest Code Generator.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ */
8
+
9
+ import * as coreClient from "@azure/core-client";
10
+
11
+ export const ProfileList: coreClient.CompositeMapper = {
12
+ type: {
13
+ name: "Composite",
14
+ className: "ProfileList",
15
+ modelProperties: {
16
+ value: {
17
+ serializedName: "value",
18
+ readOnly: true,
19
+ type: {
20
+ name: "Sequence",
21
+ element: {
22
+ type: {
23
+ name: "Composite",
24
+ className: "Profile"
25
+ }
26
+ }
27
+ }
28
+ },
29
+ nextLink: {
30
+ serializedName: "nextLink",
31
+ type: {
32
+ name: "String"
33
+ }
34
+ }
35
+ }
36
+ }
37
+ };
38
+
39
+ export const Resource: coreClient.CompositeMapper = {
40
+ type: {
41
+ name: "Composite",
42
+ className: "Resource",
43
+ modelProperties: {
44
+ id: {
45
+ serializedName: "id",
46
+ readOnly: true,
47
+ type: {
48
+ name: "String"
49
+ }
50
+ },
51
+ name: {
52
+ serializedName: "name",
53
+ readOnly: true,
54
+ type: {
55
+ name: "String"
56
+ }
57
+ },
58
+ type: {
59
+ serializedName: "type",
60
+ readOnly: true,
61
+ type: {
62
+ name: "String"
63
+ }
64
+ },
65
+ location: {
66
+ serializedName: "location",
67
+ type: {
68
+ name: "String"
69
+ }
70
+ },
71
+ tags: {
72
+ serializedName: "tags",
73
+ type: {
74
+ name: "Dictionary",
75
+ value: { type: { name: "String" } }
76
+ }
77
+ }
78
+ }
79
+ }
80
+ };
81
+
82
+ export const ErrorResponse: coreClient.CompositeMapper = {
83
+ type: {
84
+ name: "Composite",
85
+ className: "ErrorResponse",
86
+ modelProperties: {
87
+ code: {
88
+ serializedName: "code",
89
+ readOnly: true,
90
+ type: {
91
+ name: "String"
92
+ }
93
+ },
94
+ message: {
95
+ serializedName: "message",
96
+ readOnly: true,
97
+ type: {
98
+ name: "String"
99
+ }
100
+ }
101
+ }
102
+ }
103
+ };
104
+
105
+ export const ProfileUpdateModel: coreClient.CompositeMapper = {
106
+ type: {
107
+ name: "Composite",
108
+ className: "ProfileUpdateModel",
109
+ modelProperties: {
110
+ tags: {
111
+ serializedName: "tags",
112
+ type: {
113
+ name: "Dictionary",
114
+ value: { type: { name: "String" } }
115
+ }
116
+ },
117
+ enabledState: {
118
+ serializedName: "properties.enabledState",
119
+ type: {
120
+ name: "String"
121
+ }
122
+ }
123
+ }
124
+ }
125
+ };
126
+
127
+ export const PreconfiguredEndpointList: coreClient.CompositeMapper = {
128
+ type: {
129
+ name: "Composite",
130
+ className: "PreconfiguredEndpointList",
131
+ modelProperties: {
132
+ value: {
133
+ serializedName: "value",
134
+ readOnly: true,
135
+ type: {
136
+ name: "Sequence",
137
+ element: {
138
+ type: {
139
+ name: "Composite",
140
+ className: "PreconfiguredEndpoint"
141
+ }
142
+ }
143
+ }
144
+ },
145
+ nextLink: {
146
+ serializedName: "nextLink",
147
+ type: {
148
+ name: "String"
149
+ }
150
+ }
151
+ }
152
+ }
153
+ };
154
+
155
+ export const ExperimentList: coreClient.CompositeMapper = {
156
+ type: {
157
+ name: "Composite",
158
+ className: "ExperimentList",
159
+ modelProperties: {
160
+ value: {
161
+ serializedName: "value",
162
+ readOnly: true,
163
+ type: {
164
+ name: "Sequence",
165
+ element: {
166
+ type: {
167
+ name: "Composite",
168
+ className: "Experiment"
169
+ }
170
+ }
171
+ }
172
+ },
173
+ nextLink: {
174
+ serializedName: "nextLink",
175
+ type: {
176
+ name: "String"
177
+ }
178
+ }
179
+ }
180
+ }
181
+ };
182
+
183
+ export const Endpoint: coreClient.CompositeMapper = {
184
+ type: {
185
+ name: "Composite",
186
+ className: "Endpoint",
187
+ modelProperties: {
188
+ name: {
189
+ serializedName: "name",
190
+ type: {
191
+ name: "String"
192
+ }
193
+ },
194
+ endpoint: {
195
+ serializedName: "endpoint",
196
+ type: {
197
+ name: "String"
198
+ }
199
+ }
200
+ }
201
+ }
202
+ };
203
+
204
+ export const ExperimentUpdateModel: coreClient.CompositeMapper = {
205
+ type: {
206
+ name: "Composite",
207
+ className: "ExperimentUpdateModel",
208
+ modelProperties: {
209
+ tags: {
210
+ serializedName: "tags",
211
+ type: {
212
+ name: "Dictionary",
213
+ value: { type: { name: "String" } }
214
+ }
215
+ },
216
+ description: {
217
+ serializedName: "properties.description",
218
+ type: {
219
+ name: "String"
220
+ }
221
+ },
222
+ enabledState: {
223
+ serializedName: "properties.enabledState",
224
+ type: {
225
+ name: "String"
226
+ }
227
+ }
228
+ }
229
+ }
230
+ };
231
+
232
+ export const LatencyMetric: coreClient.CompositeMapper = {
233
+ type: {
234
+ name: "Composite",
235
+ className: "LatencyMetric",
236
+ modelProperties: {
237
+ name: {
238
+ serializedName: "name",
239
+ readOnly: true,
240
+ type: {
241
+ name: "String"
242
+ }
243
+ },
244
+ endDateTimeUTC: {
245
+ serializedName: "endDateTimeUTC",
246
+ readOnly: true,
247
+ type: {
248
+ name: "String"
249
+ }
250
+ },
251
+ aValue: {
252
+ serializedName: "aValue",
253
+ readOnly: true,
254
+ type: {
255
+ name: "Number"
256
+ }
257
+ },
258
+ bValue: {
259
+ serializedName: "bValue",
260
+ readOnly: true,
261
+ type: {
262
+ name: "Number"
263
+ }
264
+ },
265
+ delta: {
266
+ serializedName: "delta",
267
+ readOnly: true,
268
+ type: {
269
+ name: "Number"
270
+ }
271
+ },
272
+ deltaPercent: {
273
+ serializedName: "deltaPercent",
274
+ readOnly: true,
275
+ type: {
276
+ name: "Number"
277
+ }
278
+ },
279
+ aCLower95CI: {
280
+ serializedName: "aCLower95CI",
281
+ readOnly: true,
282
+ type: {
283
+ name: "Number"
284
+ }
285
+ },
286
+ aHUpper95CI: {
287
+ serializedName: "aHUpper95CI",
288
+ readOnly: true,
289
+ type: {
290
+ name: "Number"
291
+ }
292
+ },
293
+ bCLower95CI: {
294
+ serializedName: "bCLower95CI",
295
+ readOnly: true,
296
+ type: {
297
+ name: "Number"
298
+ }
299
+ },
300
+ bUpper95CI: {
301
+ serializedName: "bUpper95CI",
302
+ readOnly: true,
303
+ type: {
304
+ name: "Number"
305
+ }
306
+ }
307
+ }
308
+ }
309
+ };
310
+
311
+ export const TimeseriesDataPoint: coreClient.CompositeMapper = {
312
+ type: {
313
+ name: "Composite",
314
+ className: "TimeseriesDataPoint",
315
+ modelProperties: {
316
+ dateTimeUTC: {
317
+ serializedName: "dateTimeUTC",
318
+ type: {
319
+ name: "String"
320
+ }
321
+ },
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,
340
+ type: {
341
+ name: "String"
342
+ }
343
+ },
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",
366
+ readOnly: true,
367
+ type: {
368
+ name: "String"
369
+ }
370
+ },
371
+ reason: {
372
+ serializedName: "reason",
373
+ readOnly: true,
374
+ type: {
375
+ name: "String"
376
+ }
377
+ },
378
+ message: {
379
+ serializedName: "message",
380
+ readOnly: true,
381
+ type: {
382
+ name: "String"
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
+ }
406
+ },
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",
424
+ readOnly: true,
425
+ type: {
426
+ name: "String"
427
+ }
428
+ },
429
+ type: {
430
+ serializedName: "type",
431
+ readOnly: true,
432
+ type: {
433
+ name: "String"
434
+ }
435
+ },
436
+ id: {
437
+ serializedName: "id",
438
+ readOnly: true,
439
+ type: {
440
+ name: "String"
441
+ }
442
+ },
443
+ rules: {
444
+ serializedName: "properties.rules",
445
+ type: {
446
+ name: "Sequence",
447
+ element: {
448
+ type: {
449
+ name: "Composite",
450
+ className: "RulesEngineRule"
451
+ }
452
+ }
453
+ }
454
+ },
455
+ resourceState: {
456
+ serializedName: "properties.resourceState",
457
+ readOnly: true,
458
+ type: {
459
+ name: "String"
460
+ }
461
+ }
462
+ }
463
+ }
464
+ };
465
+
466
+ export const RulesEngineUpdateParameters: coreClient.CompositeMapper = {
467
+ type: {
468
+ name: "Composite",
469
+ className: "RulesEngineUpdateParameters",
470
+ modelProperties: {
471
+ rules: {
472
+ serializedName: "rules",
473
+ type: {
474
+ name: "Sequence",
475
+ element: {
476
+ type: {
477
+ name: "Composite",
478
+ className: "RulesEngineRule"
479
+ }
480
+ }
481
+ }
482
+ }
483
+ }
484
+ }
485
+ };
486
+
487
+ export const RulesEngineRule: coreClient.CompositeMapper = {
488
+ type: {
489
+ name: "Composite",
490
+ className: "RulesEngineRule",
491
+ modelProperties: {
492
+ name: {
493
+ serializedName: "name",
494
+ required: true,
495
+ type: {
496
+ name: "String"
497
+ }
498
+ },
499
+ priority: {
500
+ serializedName: "priority",
501
+ required: true,
502
+ type: {
503
+ name: "Number"
504
+ }
505
+ },
506
+ action: {
507
+ serializedName: "action",
508
+ type: {
509
+ name: "Composite",
510
+ className: "RulesEngineAction"
511
+ }
512
+ },
513
+ matchConditions: {
514
+ serializedName: "matchConditions",
515
+ type: {
516
+ name: "Sequence",
517
+ element: {
518
+ type: {
519
+ name: "Composite",
520
+ className: "RulesEngineMatchCondition"
521
+ }
522
+ }
523
+ }
524
+ },
525
+ matchProcessingBehavior: {
526
+ serializedName: "matchProcessingBehavior",
527
+ type: {
528
+ name: "String"
529
+ }
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",
542
+ type: {
543
+ name: "Sequence",
544
+ element: {
545
+ type: {
546
+ name: "Composite",
547
+ className: "HeaderAction"
548
+ }
549
+ }
550
+ }
551
+ },
552
+ responseHeaderActions: {
553
+ serializedName: "responseHeaderActions",
554
+ type: {
555
+ name: "Sequence",
556
+ element: {
557
+ type: {
558
+ name: "Composite",
559
+ className: "HeaderAction"
560
+ }
561
+ }
562
+ }
563
+ },
564
+ routeConfigurationOverride: {
565
+ serializedName: "routeConfigurationOverride",
566
+ type: {
567
+ name: "Composite",
568
+ className: "RouteConfiguration"
569
+ }
570
+ }
571
+ }
572
+ }
573
+ };
574
+
575
+ export const HeaderAction: coreClient.CompositeMapper = {
576
+ type: {
577
+ name: "Composite",
578
+ className: "HeaderAction",
579
+ modelProperties: {
580
+ headerActionType: {
581
+ serializedName: "headerActionType",
582
+ required: true,
583
+ type: {
584
+ name: "String"
585
+ }
586
+ },
587
+ headerName: {
588
+ serializedName: "headerName",
589
+ required: true,
590
+ type: {
591
+ name: "String"
592
+ }
593
+ },
594
+ value: {
595
+ serializedName: "value",
596
+ type: {
597
+ name: "String"
598
+ }
599
+ }
600
+ }
601
+ }
602
+ };
603
+
604
+ export const RouteConfiguration: coreClient.CompositeMapper = {
605
+ type: {
606
+ name: "Composite",
607
+ className: "RouteConfiguration",
608
+ uberParent: "RouteConfiguration",
609
+ polymorphicDiscriminator: {
610
+ serializedName: "@odata\\.type",
611
+ clientName: "odataType"
612
+ },
613
+ modelProperties: {
614
+ odataType: {
615
+ serializedName: "@odata\\.type",
616
+ required: true,
617
+ type: {
618
+ name: "String"
619
+ }
620
+ }
621
+ }
622
+ }
623
+ };
624
+
625
+ export const RulesEngineMatchCondition: coreClient.CompositeMapper = {
626
+ type: {
627
+ name: "Composite",
628
+ className: "RulesEngineMatchCondition",
629
+ modelProperties: {
630
+ rulesEngineMatchVariable: {
631
+ serializedName: "rulesEngineMatchVariable",
632
+ required: true,
633
+ type: {
634
+ name: "String"
635
+ }
636
+ },
637
+ selector: {
638
+ serializedName: "selector",
639
+ type: {
640
+ name: "String"
641
+ }
642
+ },
643
+ rulesEngineOperator: {
644
+ serializedName: "rulesEngineOperator",
645
+ required: true,
646
+ type: {
647
+ name: "String"
648
+ }
649
+ },
650
+ negateCondition: {
651
+ serializedName: "negateCondition",
652
+ type: {
653
+ name: "Boolean"
654
+ }
655
+ },
656
+ rulesEngineMatchValue: {
657
+ serializedName: "rulesEngineMatchValue",
658
+ required: true,
659
+ type: {
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
+ }
677
+ }
678
+ }
679
+ }
680
+ }
681
+ };
682
+
683
+ export const FrontDoorUpdateParameters: coreClient.CompositeMapper = {
684
+ type: {
685
+ name: "Composite",
686
+ className: "FrontDoorUpdateParameters",
687
+ modelProperties: {
688
+ friendlyName: {
689
+ serializedName: "friendlyName",
690
+ type: {
691
+ name: "String"
692
+ }
693
+ },
694
+ routingRules: {
695
+ serializedName: "routingRules",
696
+ type: {
697
+ name: "Sequence",
698
+ element: {
699
+ type: {
700
+ name: "Composite",
701
+ className: "RoutingRule"
702
+ }
703
+ }
704
+ }
705
+ },
706
+ loadBalancingSettings: {
707
+ serializedName: "loadBalancingSettings",
708
+ type: {
709
+ name: "Sequence",
710
+ element: {
711
+ type: {
712
+ name: "Composite",
713
+ className: "LoadBalancingSettingsModel"
714
+ }
715
+ }
716
+ }
717
+ },
718
+ healthProbeSettings: {
719
+ serializedName: "healthProbeSettings",
720
+ type: {
721
+ name: "Sequence",
722
+ element: {
723
+ type: {
724
+ name: "Composite",
725
+ className: "HealthProbeSettingsModel"
726
+ }
727
+ }
728
+ }
729
+ },
730
+ backendPools: {
731
+ serializedName: "backendPools",
732
+ type: {
733
+ name: "Sequence",
734
+ element: {
735
+ type: {
736
+ name: "Composite",
737
+ className: "BackendPool"
738
+ }
739
+ }
740
+ }
741
+ },
742
+ frontendEndpoints: {
743
+ serializedName: "frontendEndpoints",
744
+ type: {
745
+ name: "Sequence",
746
+ element: {
747
+ type: {
748
+ name: "Composite",
749
+ className: "FrontendEndpoint"
750
+ }
751
+ }
752
+ }
753
+ },
754
+ backendPoolsSettings: {
755
+ serializedName: "backendPoolsSettings",
756
+ type: {
757
+ name: "Composite",
758
+ className: "BackendPoolsSettings"
759
+ }
760
+ },
761
+ enabledState: {
762
+ serializedName: "enabledState",
763
+ type: {
764
+ name: "String"
765
+ }
766
+ }
767
+ }
768
+ }
769
+ };
770
+
771
+ export const RoutingRuleUpdateParameters: coreClient.CompositeMapper = {
772
+ type: {
773
+ name: "Composite",
774
+ className: "RoutingRuleUpdateParameters",
775
+ modelProperties: {
776
+ frontendEndpoints: {
777
+ serializedName: "frontendEndpoints",
778
+ type: {
779
+ name: "Sequence",
780
+ element: {
781
+ type: {
782
+ name: "Composite",
783
+ className: "SubResource"
784
+ }
785
+ }
786
+ }
787
+ },
788
+ acceptedProtocols: {
789
+ serializedName: "acceptedProtocols",
790
+ type: {
791
+ name: "Sequence",
792
+ element: {
793
+ type: {
794
+ name: "String"
795
+ }
796
+ }
797
+ }
798
+ },
799
+ patternsToMatch: {
800
+ serializedName: "patternsToMatch",
801
+ type: {
802
+ name: "Sequence",
803
+ element: {
804
+ type: {
805
+ name: "String"
806
+ }
807
+ }
808
+ }
809
+ },
810
+ enabledState: {
811
+ serializedName: "enabledState",
812
+ type: {
813
+ name: "String"
814
+ }
815
+ },
816
+ routeConfiguration: {
817
+ serializedName: "routeConfiguration",
818
+ type: {
819
+ name: "Composite",
820
+ className: "RouteConfiguration"
821
+ }
822
+ },
823
+ rulesEngine: {
824
+ serializedName: "rulesEngine",
825
+ type: {
826
+ name: "Composite",
827
+ className: "SubResource"
828
+ }
829
+ },
830
+ webApplicationFirewallPolicyLink: {
831
+ serializedName: "webApplicationFirewallPolicyLink",
832
+ type: {
833
+ name: "Composite",
834
+ className:
835
+ "RoutingRuleUpdateParametersWebApplicationFirewallPolicyLink"
836
+ }
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",
849
+ type: {
850
+ name: "String"
851
+ }
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",
864
+ type: {
865
+ name: "String"
866
+ }
867
+ }
868
+ }
869
+ }
870
+ };
871
+
872
+ export const LoadBalancingSettingsUpdateParameters: coreClient.CompositeMapper = {
873
+ type: {
874
+ name: "Composite",
875
+ className: "LoadBalancingSettingsUpdateParameters",
876
+ modelProperties: {
877
+ sampleSize: {
878
+ serializedName: "sampleSize",
879
+ type: {
880
+ name: "Number"
881
+ }
882
+ },
883
+ successfulSamplesRequired: {
884
+ serializedName: "successfulSamplesRequired",
885
+ type: {
886
+ name: "Number"
887
+ }
888
+ },
889
+ additionalLatencyMilliseconds: {
890
+ serializedName: "additionalLatencyMilliseconds",
891
+ type: {
892
+ name: "Number"
893
+ }
894
+ }
895
+ }
896
+ }
897
+ };
898
+
899
+ export const HealthProbeSettingsUpdateParameters: coreClient.CompositeMapper = {
900
+ type: {
901
+ name: "Composite",
902
+ className: "HealthProbeSettingsUpdateParameters",
903
+ modelProperties: {
904
+ path: {
905
+ serializedName: "path",
906
+ type: {
907
+ name: "String"
908
+ }
909
+ },
910
+ protocol: {
911
+ serializedName: "protocol",
912
+ type: {
913
+ name: "String"
914
+ }
915
+ },
916
+ intervalInSeconds: {
917
+ serializedName: "intervalInSeconds",
918
+ type: {
919
+ name: "Number"
920
+ }
921
+ },
922
+ healthProbeMethod: {
923
+ defaultValue: "HEAD",
924
+ serializedName: "healthProbeMethod",
925
+ type: {
926
+ name: "String"
927
+ }
928
+ },
929
+ enabledState: {
930
+ serializedName: "enabledState",
931
+ type: {
932
+ name: "String"
933
+ }
934
+ }
935
+ }
936
+ }
937
+ };
938
+
939
+ export const BackendPoolUpdateParameters: coreClient.CompositeMapper = {
940
+ type: {
941
+ name: "Composite",
942
+ className: "BackendPoolUpdateParameters",
943
+ modelProperties: {
944
+ backends: {
945
+ serializedName: "backends",
946
+ type: {
947
+ name: "Sequence",
948
+ element: {
949
+ type: {
950
+ name: "Composite",
951
+ className: "Backend"
952
+ }
953
+ }
954
+ }
955
+ },
956
+ loadBalancingSettings: {
957
+ serializedName: "loadBalancingSettings",
958
+ type: {
959
+ name: "Composite",
960
+ className: "SubResource"
961
+ }
962
+ },
963
+ healthProbeSettings: {
964
+ serializedName: "healthProbeSettings",
965
+ type: {
966
+ name: "Composite",
967
+ className: "SubResource"
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
+ }
984
+ },
985
+ privateLinkAlias: {
986
+ serializedName: "privateLinkAlias",
987
+ type: {
988
+ name: "String"
989
+ }
990
+ },
991
+ privateLinkResourceId: {
992
+ serializedName: "privateLinkResourceId",
993
+ type: {
994
+ name: "String"
995
+ }
996
+ },
997
+ privateLinkLocation: {
998
+ serializedName: "privateLinkLocation",
999
+ type: {
1000
+ name: "String"
1001
+ }
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",
1064
+ type: {
1065
+ name: "String"
1066
+ }
1067
+ }
1068
+ }
1069
+ }
1070
+ };
1071
+
1072
+ export const CustomHttpsConfiguration: coreClient.CompositeMapper = {
1073
+ type: {
1074
+ name: "Composite",
1075
+ className: "CustomHttpsConfiguration",
1076
+ modelProperties: {
1077
+ certificateSource: {
1078
+ serializedName: "certificateSource",
1079
+ required: true,
1080
+ type: {
1081
+ name: "String"
1082
+ }
1083
+ },
1084
+ protocolType: {
1085
+ serializedName: "protocolType",
1086
+ required: true,
1087
+ type: {
1088
+ name: "String"
1089
+ }
1090
+ },
1091
+ minimumTlsVersion: {
1092
+ serializedName: "minimumTlsVersion",
1093
+ required: true,
1094
+ type: {
1095
+ name: "String"
1096
+ }
1097
+ },
1098
+ certificateType: {
1099
+ serializedName: "frontDoorCertificateSourceParameters.certificateType",
1100
+ type: {
1101
+ name: "String"
1102
+ }
1103
+ },
1104
+ vault: {
1105
+ serializedName: "keyVaultCertificateSourceParameters.vault",
1106
+ type: {
1107
+ name: "Composite",
1108
+ className: "KeyVaultCertificateSourceParametersVault"
1109
+ }
1110
+ },
1111
+ secretName: {
1112
+ serializedName: "keyVaultCertificateSourceParameters.secretName",
1113
+ type: {
1114
+ name: "String"
1115
+ }
1116
+ },
1117
+ secretVersion: {
1118
+ serializedName: "keyVaultCertificateSourceParameters.secretVersion",
1119
+ type: {
1120
+ name: "String"
1121
+ }
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",
1134
+ type: {
1135
+ name: "String"
1136
+ }
1137
+ }
1138
+ }
1139
+ }
1140
+ };
1141
+
1142
+ export const FrontendEndpointUpdateParameters: coreClient.CompositeMapper = {
1143
+ type: {
1144
+ name: "Composite",
1145
+ className: "FrontendEndpointUpdateParameters",
1146
+ modelProperties: {
1147
+ hostName: {
1148
+ serializedName: "hostName",
1149
+ type: {
1150
+ name: "String"
1151
+ }
1152
+ },
1153
+ sessionAffinityEnabledState: {
1154
+ serializedName: "sessionAffinityEnabledState",
1155
+ type: {
1156
+ name: "String"
1157
+ }
1158
+ },
1159
+ sessionAffinityTtlSeconds: {
1160
+ serializedName: "sessionAffinityTtlSeconds",
1161
+ type: {
1162
+ name: "Number"
1163
+ }
1164
+ },
1165
+ webApplicationFirewallPolicyLink: {
1166
+ serializedName: "webApplicationFirewallPolicyLink",
1167
+ type: {
1168
+ name: "Composite",
1169
+ className:
1170
+ "FrontendEndpointUpdateParametersWebApplicationFirewallPolicyLink"
1171
+ }
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",
1185
+ type: {
1186
+ name: "String"
1187
+ }
1188
+ }
1189
+ }
1190
+ }
1191
+ };
1192
+
1193
+ export const BackendPoolsSettings: coreClient.CompositeMapper = {
1194
+ type: {
1195
+ name: "Composite",
1196
+ className: "BackendPoolsSettings",
1197
+ modelProperties: {
1198
+ enforceCertificateNameCheck: {
1199
+ defaultValue: "Enabled",
1200
+ serializedName: "enforceCertificateNameCheck",
1201
+ type: {
1202
+ name: "String"
1203
+ }
1204
+ },
1205
+ sendRecvTimeoutSeconds: {
1206
+ constraints: {
1207
+ InclusiveMinimum: 16
1208
+ },
1209
+ serializedName: "sendRecvTimeoutSeconds",
1210
+ type: {
1211
+ name: "Number"
1212
+ }
1213
+ }
1214
+ }
1215
+ }
1216
+ };
1217
+
1218
+ export const FrontendEndpointsListResult: coreClient.CompositeMapper = {
1219
+ type: {
1220
+ name: "Composite",
1221
+ className: "FrontendEndpointsListResult",
1222
+ modelProperties: {
1223
+ value: {
1224
+ serializedName: "value",
1225
+ readOnly: true,
1226
+ type: {
1227
+ name: "Sequence",
1228
+ element: {
1229
+ type: {
1230
+ name: "Composite",
1231
+ className: "FrontendEndpoint"
1232
+ }
1233
+ }
1234
+ }
1235
+ },
1236
+ nextLink: {
1237
+ serializedName: "nextLink",
1238
+ type: {
1239
+ name: "String"
1240
+ }
1241
+ }
1242
+ }
1243
+ }
1244
+ };
1245
+
1246
+ export const PurgeParameters: coreClient.CompositeMapper = {
1247
+ type: {
1248
+ name: "Composite",
1249
+ className: "PurgeParameters",
1250
+ modelProperties: {
1251
+ contentPaths: {
1252
+ serializedName: "contentPaths",
1253
+ required: true,
1254
+ type: {
1255
+ name: "Sequence",
1256
+ element: {
1257
+ type: {
1258
+ name: "String"
1259
+ }
1260
+ }
1261
+ }
1262
+ }
1263
+ }
1264
+ }
1265
+ };
1266
+
1267
+ export const ValidateCustomDomainInput: coreClient.CompositeMapper = {
1268
+ type: {
1269
+ name: "Composite",
1270
+ className: "ValidateCustomDomainInput",
1271
+ modelProperties: {
1272
+ hostName: {
1273
+ serializedName: "hostName",
1274
+ required: true,
1275
+ type: {
1276
+ name: "String"
1277
+ }
1278
+ }
1279
+ }
1280
+ }
1281
+ };
1282
+
1283
+ export const ValidateCustomDomainOutput: coreClient.CompositeMapper = {
1284
+ type: {
1285
+ name: "Composite",
1286
+ className: "ValidateCustomDomainOutput",
1287
+ modelProperties: {
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,
1305
+ type: {
1306
+ name: "String"
1307
+ }
1308
+ }
1309
+ }
1310
+ }
1311
+ };
1312
+
1313
+ export const RulesEngineListResult: coreClient.CompositeMapper = {
1314
+ type: {
1315
+ name: "Composite",
1316
+ className: "RulesEngineListResult",
1317
+ modelProperties: {
1318
+ value: {
1319
+ serializedName: "value",
1320
+ readOnly: true,
1321
+ type: {
1322
+ name: "Sequence",
1323
+ element: {
1324
+ type: {
1325
+ name: "Composite",
1326
+ className: "RulesEngine"
1327
+ }
1328
+ }
1329
+ }
1330
+ },
1331
+ nextLink: {
1332
+ serializedName: "nextLink",
1333
+ type: {
1334
+ name: "String"
1335
+ }
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,
1349
+ type: {
1350
+ name: "Sequence",
1351
+ element: {
1352
+ type: {
1353
+ name: "Composite",
1354
+ className: "WebApplicationFirewallPolicy"
1355
+ }
1356
+ }
1357
+ }
1358
+ },
1359
+ nextLink: {
1360
+ serializedName: "nextLink",
1361
+ type: {
1362
+ name: "String"
1363
+ }
1364
+ }
1365
+ }
1366
+ }
1367
+ };
1368
+
1369
+ export const PolicySettings: coreClient.CompositeMapper = {
1370
+ type: {
1371
+ name: "Composite",
1372
+ className: "PolicySettings",
1373
+ modelProperties: {
1374
+ enabledState: {
1375
+ serializedName: "enabledState",
1376
+ type: {
1377
+ name: "String"
1378
+ }
1379
+ },
1380
+ mode: {
1381
+ serializedName: "mode",
1382
+ type: {
1383
+ name: "String"
1384
+ }
1385
+ },
1386
+ redirectUrl: {
1387
+ serializedName: "redirectUrl",
1388
+ type: {
1389
+ name: "String"
1390
+ }
1391
+ },
1392
+ customBlockResponseStatusCode: {
1393
+ serializedName: "customBlockResponseStatusCode",
1394
+ type: {
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"
1413
+ }
1414
+ }
1415
+ }
1416
+ }
1417
+ };
1418
+
1419
+ export const CustomRuleList: coreClient.CompositeMapper = {
1420
+ type: {
1421
+ name: "Composite",
1422
+ className: "CustomRuleList",
1423
+ modelProperties: {
1424
+ rules: {
1425
+ serializedName: "rules",
1426
+ type: {
1427
+ name: "Sequence",
1428
+ element: {
1429
+ type: {
1430
+ name: "Composite",
1431
+ className: "CustomRule"
1432
+ }
1433
+ }
1434
+ }
1435
+ }
1436
+ }
1437
+ }
1438
+ };
1439
+
1440
+ export const CustomRule: coreClient.CompositeMapper = {
1441
+ type: {
1442
+ name: "Composite",
1443
+ className: "CustomRule",
1444
+ modelProperties: {
1445
+ name: {
1446
+ constraints: {
1447
+ MaxLength: 128
1448
+ },
1449
+ serializedName: "name",
1450
+ type: {
1451
+ name: "String"
1452
+ }
1453
+ },
1454
+ priority: {
1455
+ serializedName: "priority",
1456
+ required: true,
1457
+ type: {
1458
+ name: "Number"
1459
+ }
1460
+ },
1461
+ enabledState: {
1462
+ serializedName: "enabledState",
1463
+ type: {
1464
+ name: "String"
1465
+ }
1466
+ },
1467
+ ruleType: {
1468
+ serializedName: "ruleType",
1469
+ required: true,
1470
+ type: {
1471
+ name: "String"
1472
+ }
1473
+ },
1474
+ rateLimitDurationInMinutes: {
1475
+ constraints: {
1476
+ InclusiveMaximum: 5,
1477
+ InclusiveMinimum: 0
1478
+ },
1479
+ serializedName: "rateLimitDurationInMinutes",
1480
+ type: {
1481
+ name: "Number"
1482
+ }
1483
+ },
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,
1509
+ type: {
1510
+ name: "String"
1511
+ }
1512
+ }
1513
+ }
1514
+ }
1515
+ };
1516
+
1517
+ export const MatchCondition: coreClient.CompositeMapper = {
1518
+ type: {
1519
+ name: "Composite",
1520
+ className: "MatchCondition",
1521
+ modelProperties: {
1522
+ matchVariable: {
1523
+ serializedName: "matchVariable",
1524
+ required: true,
1525
+ type: {
1526
+ name: "String"
1527
+ }
1528
+ },
1529
+ selector: {
1530
+ serializedName: "selector",
1531
+ type: {
1532
+ name: "String"
1533
+ }
1534
+ },
1535
+ operator: {
1536
+ serializedName: "operator",
1537
+ required: true,
1538
+ type: {
1539
+ name: "String"
1540
+ }
1541
+ },
1542
+ negateCondition: {
1543
+ serializedName: "negateCondition",
1544
+ type: {
1545
+ name: "Boolean"
1546
+ }
1547
+ },
1548
+ matchValue: {
1549
+ serializedName: "matchValue",
1550
+ required: true,
1551
+ type: {
1552
+ name: "Sequence",
1553
+ element: {
1554
+ type: {
1555
+ name: "String"
1556
+ }
1557
+ }
1558
+ }
1559
+ },
1560
+ transforms: {
1561
+ serializedName: "transforms",
1562
+ type: {
1563
+ name: "Sequence",
1564
+ element: {
1565
+ type: {
1566
+ name: "String"
1567
+ }
1568
+ }
1569
+ }
1570
+ }
1571
+ }
1572
+ }
1573
+ };
1574
+
1575
+ export const ManagedRuleSetList: coreClient.CompositeMapper = {
1576
+ type: {
1577
+ name: "Composite",
1578
+ className: "ManagedRuleSetList",
1579
+ modelProperties: {
1580
+ managedRuleSets: {
1581
+ serializedName: "managedRuleSets",
1582
+ type: {
1583
+ name: "Sequence",
1584
+ element: {
1585
+ type: {
1586
+ name: "Composite",
1587
+ className: "ManagedRuleSet"
1588
+ }
1589
+ }
1590
+ }
1591
+ }
1592
+ }
1593
+ }
1594
+ };
1595
+
1596
+ export const ManagedRuleSet: coreClient.CompositeMapper = {
1597
+ type: {
1598
+ name: "Composite",
1599
+ className: "ManagedRuleSet",
1600
+ modelProperties: {
1601
+ ruleSetType: {
1602
+ serializedName: "ruleSetType",
1603
+ required: true,
1604
+ type: {
1605
+ name: "String"
1606
+ }
1607
+ },
1608
+ ruleSetVersion: {
1609
+ serializedName: "ruleSetVersion",
1610
+ required: true,
1611
+ type: {
1612
+ name: "String"
1613
+ }
1614
+ },
1615
+ ruleSetAction: {
1616
+ serializedName: "ruleSetAction",
1617
+ type: {
1618
+ name: "String"
1619
+ }
1620
+ },
1621
+ exclusions: {
1622
+ serializedName: "exclusions",
1623
+ type: {
1624
+ name: "Sequence",
1625
+ element: {
1626
+ type: {
1627
+ name: "Composite",
1628
+ className: "ManagedRuleExclusion"
1629
+ }
1630
+ }
1631
+ }
1632
+ },
1633
+ ruleGroupOverrides: {
1634
+ serializedName: "ruleGroupOverrides",
1635
+ type: {
1636
+ name: "Sequence",
1637
+ element: {
1638
+ type: {
1639
+ name: "Composite",
1640
+ className: "ManagedRuleGroupOverride"
1641
+ }
1642
+ }
1643
+ }
1644
+ }
1645
+ }
1646
+ }
1647
+ };
1648
+
1649
+ export const ManagedRuleExclusion: coreClient.CompositeMapper = {
1650
+ type: {
1651
+ name: "Composite",
1652
+ className: "ManagedRuleExclusion",
1653
+ modelProperties: {
1654
+ matchVariable: {
1655
+ serializedName: "matchVariable",
1656
+ required: true,
1657
+ type: {
1658
+ name: "String"
1659
+ }
1660
+ },
1661
+ selectorMatchOperator: {
1662
+ serializedName: "selectorMatchOperator",
1663
+ required: true,
1664
+ type: {
1665
+ name: "String"
1666
+ }
1667
+ },
1668
+ selector: {
1669
+ serializedName: "selector",
1670
+ required: true,
1671
+ type: {
1672
+ name: "String"
1673
+ }
1674
+ }
1675
+ }
1676
+ }
1677
+ };
1678
+
1679
+ export const ManagedRuleGroupOverride: coreClient.CompositeMapper = {
1680
+ type: {
1681
+ name: "Composite",
1682
+ className: "ManagedRuleGroupOverride",
1683
+ modelProperties: {
1684
+ ruleGroupName: {
1685
+ serializedName: "ruleGroupName",
1686
+ required: true,
1687
+ type: {
1688
+ name: "String"
1689
+ }
1690
+ },
1691
+ exclusions: {
1692
+ serializedName: "exclusions",
1693
+ type: {
1694
+ name: "Sequence",
1695
+ element: {
1696
+ type: {
1697
+ name: "Composite",
1698
+ className: "ManagedRuleExclusion"
1699
+ }
1700
+ }
1701
+ }
1702
+ },
1703
+ rules: {
1704
+ serializedName: "rules",
1705
+ type: {
1706
+ name: "Sequence",
1707
+ element: {
1708
+ type: {
1709
+ name: "Composite",
1710
+ className: "ManagedRuleOverride"
1711
+ }
1712
+ }
1713
+ }
1714
+ }
1715
+ }
1716
+ }
1717
+ };
1718
+
1719
+ export const ManagedRuleOverride: coreClient.CompositeMapper = {
1720
+ type: {
1721
+ name: "Composite",
1722
+ className: "ManagedRuleOverride",
1723
+ modelProperties: {
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",
1745
+ type: {
1746
+ name: "Sequence",
1747
+ element: {
1748
+ type: {
1749
+ name: "Composite",
1750
+ className: "ManagedRuleExclusion"
1751
+ }
1752
+ }
1753
+ }
1754
+ }
1755
+ }
1756
+ }
1757
+ };
1758
+
1759
+ export const FrontendEndpointLink: coreClient.CompositeMapper = {
1760
+ type: {
1761
+ name: "Composite",
1762
+ className: "FrontendEndpointLink",
1763
+ modelProperties: {
1764
+ id: {
1765
+ serializedName: "id",
1766
+ type: {
1767
+ name: "String"
1768
+ }
1769
+ }
1770
+ }
1771
+ }
1772
+ };
1773
+
1774
+ export const RoutingRuleLink: coreClient.CompositeMapper = {
1775
+ type: {
1776
+ name: "Composite",
1777
+ className: "RoutingRuleLink",
1778
+ modelProperties: {
1779
+ id: {
1780
+ serializedName: "id",
1781
+ type: {
1782
+ name: "String"
1783
+ }
1784
+ }
1785
+ }
1786
+ }
1787
+ };
1788
+
1789
+ export const SecurityPolicyLink: coreClient.CompositeMapper = {
1790
+ type: {
1791
+ name: "Composite",
1792
+ className: "SecurityPolicyLink",
1793
+ modelProperties: {
1794
+ id: {
1795
+ serializedName: "id",
1796
+ type: {
1797
+ name: "String"
1798
+ }
1799
+ }
1800
+ }
1801
+ }
1802
+ };
1803
+
1804
+ export const Sku: coreClient.CompositeMapper = {
1805
+ type: {
1806
+ name: "Composite",
1807
+ className: "Sku",
1808
+ modelProperties: {
1809
+ name: {
1810
+ serializedName: "name",
1811
+ type: {
1812
+ name: "String"
1813
+ }
1814
+ }
1815
+ }
1816
+ }
1817
+ };
1818
+
1819
+ export const ManagedRuleSetDefinitionList: coreClient.CompositeMapper = {
1820
+ type: {
1821
+ name: "Composite",
1822
+ className: "ManagedRuleSetDefinitionList",
1823
+ modelProperties: {
1824
+ value: {
1825
+ serializedName: "value",
1826
+ readOnly: true,
1827
+ type: {
1828
+ name: "Sequence",
1829
+ element: {
1830
+ type: {
1831
+ name: "Composite",
1832
+ className: "ManagedRuleSetDefinition"
1833
+ }
1834
+ }
1835
+ }
1836
+ },
1837
+ nextLink: {
1838
+ serializedName: "nextLink",
1839
+ type: {
1840
+ name: "String"
1841
+ }
1842
+ }
1843
+ }
1844
+ }
1845
+ };
1846
+
1847
+ export const ManagedRuleGroupDefinition: coreClient.CompositeMapper = {
1848
+ type: {
1849
+ name: "Composite",
1850
+ className: "ManagedRuleGroupDefinition",
1851
+ modelProperties: {
1852
+ ruleGroupName: {
1853
+ serializedName: "ruleGroupName",
1854
+ readOnly: true,
1855
+ type: {
1856
+ name: "String"
1857
+ }
1858
+ },
1859
+ description: {
1860
+ serializedName: "description",
1861
+ readOnly: true,
1862
+ type: {
1863
+ name: "String"
1864
+ }
1865
+ },
1866
+ rules: {
1867
+ serializedName: "rules",
1868
+ readOnly: true,
1869
+ type: {
1870
+ name: "Sequence",
1871
+ element: {
1872
+ type: {
1873
+ name: "Composite",
1874
+ className: "ManagedRuleDefinition"
1875
+ }
1876
+ }
1877
+ }
1878
+ }
1879
+ }
1880
+ }
1881
+ };
1882
+
1883
+ export const ManagedRuleDefinition: coreClient.CompositeMapper = {
1884
+ type: {
1885
+ name: "Composite",
1886
+ className: "ManagedRuleDefinition",
1887
+ modelProperties: {
1888
+ ruleId: {
1889
+ serializedName: "ruleId",
1890
+ readOnly: true,
1891
+ type: {
1892
+ name: "String"
1893
+ }
1894
+ },
1895
+ defaultState: {
1896
+ serializedName: "defaultState",
1897
+ readOnly: true,
1898
+ type: {
1899
+ name: "String"
1900
+ }
1901
+ },
1902
+ defaultAction: {
1903
+ serializedName: "defaultAction",
1904
+ readOnly: true,
1905
+ type: {
1906
+ name: "String"
1907
+ }
1908
+ },
1909
+ description: {
1910
+ serializedName: "description",
1911
+ readOnly: true,
1912
+ type: {
1913
+ name: "String"
1914
+ }
1915
+ }
1916
+ }
1917
+ }
1918
+ };
1919
+
1920
+ export const ErrorDetails: coreClient.CompositeMapper = {
1921
+ type: {
1922
+ name: "Composite",
1923
+ className: "ErrorDetails",
1924
+ modelProperties: {
1925
+ code: {
1926
+ serializedName: "code",
1927
+ type: {
1928
+ name: "String"
1929
+ }
1930
+ },
1931
+ target: {
1932
+ serializedName: "target",
1933
+ type: {
1934
+ name: "String"
1935
+ }
1936
+ },
1937
+ message: {
1938
+ serializedName: "message",
1939
+ type: {
1940
+ name: "String"
1941
+ }
1942
+ }
1943
+ }
1944
+ }
1945
+ };
1946
+
1947
+ export const ErrorModel: coreClient.CompositeMapper = {
1948
+ type: {
1949
+ name: "Composite",
1950
+ className: "ErrorModel",
1951
+ modelProperties: {
1952
+ code: {
1953
+ serializedName: "code",
1954
+ type: {
1955
+ name: "String"
1956
+ }
1957
+ },
1958
+ message: {
1959
+ serializedName: "message",
1960
+ type: {
1961
+ name: "String"
1962
+ }
1963
+ },
1964
+ target: {
1965
+ serializedName: "target",
1966
+ type: {
1967
+ name: "String"
1968
+ }
1969
+ },
1970
+ details: {
1971
+ serializedName: "details",
1972
+ type: {
1973
+ name: "Sequence",
1974
+ element: {
1975
+ type: {
1976
+ name: "Composite",
1977
+ className: "ErrorDetails"
1978
+ }
1979
+ }
1980
+ }
1981
+ },
1982
+ innerError: {
1983
+ serializedName: "innerError",
1984
+ type: {
1985
+ name: "String"
1986
+ }
1987
+ }
1988
+ }
1989
+ }
1990
+ };
1991
+
1992
+ export const AzureAsyncOperationResult: coreClient.CompositeMapper = {
1993
+ type: {
1994
+ name: "Composite",
1995
+ className: "AzureAsyncOperationResult",
1996
+ modelProperties: {
1997
+ status: {
1998
+ serializedName: "status",
1999
+ type: {
2000
+ name: "String"
2001
+ }
2002
+ },
2003
+ error: {
2004
+ serializedName: "error",
2005
+ type: {
2006
+ name: "Composite",
2007
+ className: "ErrorModel"
2008
+ }
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",
2021
+ type: {
2022
+ name: "Dictionary",
2023
+ value: { type: { name: "String" } }
2024
+ }
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,
2038
+ type: {
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
+ }
2489
+ }
2490
+ },
2491
+ frontendEndpoints: {
2492
+ serializedName: "properties.frontendEndpoints",
2493
+ type: {
2494
+ name: "Sequence",
2495
+ element: {
2496
+ type: {
2497
+ name: "Composite",
2498
+ className: "FrontendEndpoint"
2499
+ }
2500
+ }
2501
+ }
2502
+ },
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,
2547
+ type: {
2548
+ name: "Sequence",
2549
+ element: {
2550
+ type: {
2551
+ name: "Composite",
2552
+ className: "RulesEngine"
2553
+ }
2554
+ }
2555
+ }
2556
+ }
2557
+ }
2558
+ }
2559
+ };
2560
+
2561
+ export const WebApplicationFirewallPolicy: coreClient.CompositeMapper = {
2562
+ type: {
2563
+ name: "Composite",
2564
+ className: "WebApplicationFirewallPolicy",
2565
+ modelProperties: {
2566
+ ...Resource.type.modelProperties,
2567
+ etag: {
2568
+ serializedName: "etag",
2569
+ type: {
2570
+ name: "String"
2571
+ }
2572
+ },
2573
+ sku: {
2574
+ serializedName: "sku",
2575
+ type: {
2576
+ name: "Composite",
2577
+ className: "Sku"
2578
+ }
2579
+ },
2580
+ policySettings: {
2581
+ serializedName: "properties.policySettings",
2582
+ type: {
2583
+ name: "Composite",
2584
+ className: "PolicySettings"
2585
+ }
2586
+ },
2587
+ customRules: {
2588
+ serializedName: "properties.customRules",
2589
+ type: {
2590
+ name: "Composite",
2591
+ className: "CustomRuleList"
2592
+ }
2593
+ },
2594
+ managedRules: {
2595
+ serializedName: "properties.managedRules",
2596
+ type: {
2597
+ name: "Composite",
2598
+ className: "ManagedRuleSetList"
2599
+ }
2600
+ },
2601
+ frontendEndpointLinks: {
2602
+ serializedName: "properties.frontendEndpointLinks",
2603
+ readOnly: true,
2604
+ type: {
2605
+ name: "Sequence",
2606
+ element: {
2607
+ type: {
2608
+ name: "Composite",
2609
+ className: "FrontendEndpointLink"
2610
+ }
2611
+ }
2612
+ }
2613
+ },
2614
+ routingRuleLinks: {
2615
+ serializedName: "properties.routingRuleLinks",
2616
+ readOnly: true,
2617
+ type: {
2618
+ name: "Sequence",
2619
+ element: {
2620
+ type: {
2621
+ name: "Composite",
2622
+ className: "RoutingRuleLink"
2623
+ }
2624
+ }
2625
+ }
2626
+ },
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,
2650
+ type: {
2651
+ name: "String"
2652
+ }
2653
+ }
2654
+ }
2655
+ }
2656
+ };
2657
+
2658
+ export const ManagedRuleSetDefinition: coreClient.CompositeMapper = {
2659
+ type: {
2660
+ name: "Composite",
2661
+ className: "ManagedRuleSetDefinition",
2662
+ modelProperties: {
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,
2695
+ type: {
2696
+ name: "Sequence",
2697
+ element: {
2698
+ type: {
2699
+ name: "Composite",
2700
+ className: "ManagedRuleGroupDefinition"
2701
+ }
2702
+ }
2703
+ }
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",
2796
+ type: {
2797
+ name: "String"
2798
+ }
2799
+ },
2800
+ customFragment: {
2801
+ serializedName: "customFragment",
2802
+ type: {
2803
+ name: "String"
2804
+ }
2805
+ },
2806
+ customQueryString: {
2807
+ serializedName: "customQueryString",
2808
+ type: {
2809
+ name: "String"
2810
+ }
2811
+ }
2812
+ }
2813
+ }
2814
+ };
2815
+
2816
+ export const FrontDoorProperties: coreClient.CompositeMapper = {
2817
+ type: {
2818
+ name: "Composite",
2819
+ className: "FrontDoorProperties",
2820
+ modelProperties: {
2821
+ ...FrontDoorUpdateParameters.type.modelProperties,
2822
+ resourceState: {
2823
+ serializedName: "resourceState",
2824
+ readOnly: true,
2825
+ type: {
2826
+ name: "String"
2827
+ }
2828
+ },
2829
+ provisioningState: {
2830
+ serializedName: "provisioningState",
2831
+ readOnly: true,
2832
+ type: {
2833
+ name: "String"
2834
+ }
2835
+ },
2836
+ cname: {
2837
+ serializedName: "cname",
2838
+ readOnly: true,
2839
+ type: {
2840
+ name: "String"
2841
+ }
2842
+ },
2843
+ frontdoorId: {
2844
+ serializedName: "frontdoorId",
2845
+ readOnly: true,
2846
+ type: {
2847
+ name: "String"
2848
+ }
2849
+ },
2850
+ rulesEngines: {
2851
+ serializedName: "rulesEngines",
2852
+ readOnly: true,
2853
+ type: {
2854
+ name: "Sequence",
2855
+ element: {
2856
+ type: {
2857
+ name: "Composite",
2858
+ className: "RulesEngine"
2859
+ }
2860
+ }
2861
+ }
2862
+ }
2863
+ }
2864
+ }
2865
+ };
2866
+
2867
+ export const RoutingRuleProperties: coreClient.CompositeMapper = {
2868
+ type: {
2869
+ name: "Composite",
2870
+ className: "RoutingRuleProperties",
2871
+ modelProperties: {
2872
+ ...RoutingRuleUpdateParameters.type.modelProperties,
2873
+ resourceState: {
2874
+ serializedName: "resourceState",
2875
+ readOnly: true,
2876
+ type: {
2877
+ name: "String"
2878
+ }
2879
+ }
2880
+ }
2881
+ }
2882
+ };
2883
+
2884
+ export const RoutingRule: coreClient.CompositeMapper = {
2885
+ type: {
2886
+ name: "Composite",
2887
+ className: "RoutingRule",
2888
+ modelProperties: {
2889
+ ...SubResource.type.modelProperties,
2890
+ name: {
2891
+ serializedName: "name",
2892
+ type: {
2893
+ name: "String"
2894
+ }
2895
+ },
2896
+ type: {
2897
+ serializedName: "type",
2898
+ readOnly: true,
2899
+ type: {
2900
+ name: "String"
2901
+ }
2902
+ },
2903
+ frontendEndpoints: {
2904
+ serializedName: "properties.frontendEndpoints",
2905
+ type: {
2906
+ name: "Sequence",
2907
+ element: {
2908
+ type: {
2909
+ name: "Composite",
2910
+ className: "SubResource"
2911
+ }
2912
+ }
2913
+ }
2914
+ },
2915
+ acceptedProtocols: {
2916
+ serializedName: "properties.acceptedProtocols",
2917
+ type: {
2918
+ name: "Sequence",
2919
+ element: {
2920
+ type: {
2921
+ name: "String"
2922
+ }
2923
+ }
2924
+ }
2925
+ },
2926
+ patternsToMatch: {
2927
+ serializedName: "properties.patternsToMatch",
2928
+ type: {
2929
+ name: "Sequence",
2930
+ element: {
2931
+ type: {
2932
+ name: "String"
2933
+ }
2934
+ }
2935
+ }
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,
2968
+ type: {
2969
+ name: "String"
2970
+ }
2971
+ }
2972
+ }
2973
+ }
2974
+ };
2975
+
2976
+ export const LoadBalancingSettingsModel: coreClient.CompositeMapper = {
2977
+ type: {
2978
+ name: "Composite",
2979
+ className: "LoadBalancingSettingsModel",
2980
+ modelProperties: {
2981
+ ...SubResource.type.modelProperties,
2982
+ name: {
2983
+ serializedName: "name",
2984
+ type: {
2985
+ name: "String"
2986
+ }
2987
+ },
2988
+ type: {
2989
+ serializedName: "type",
2990
+ readOnly: true,
2991
+ type: {
2992
+ name: "String"
2993
+ }
2994
+ },
2995
+ sampleSize: {
2996
+ serializedName: "properties.sampleSize",
2997
+ type: {
2998
+ name: "Number"
2999
+ }
3000
+ },
3001
+ successfulSamplesRequired: {
3002
+ serializedName: "properties.successfulSamplesRequired",
3003
+ type: {
3004
+ name: "Number"
3005
+ }
3006
+ },
3007
+ additionalLatencyMilliseconds: {
3008
+ serializedName: "properties.additionalLatencyMilliseconds",
3009
+ type: {
3010
+ name: "Number"
3011
+ }
3012
+ },
3013
+ resourceState: {
3014
+ serializedName: "properties.resourceState",
3015
+ readOnly: true,
3016
+ type: {
3017
+ name: "String"
3018
+ }
3019
+ }
3020
+ }
3021
+ }
3022
+ };
3023
+
3024
+ export const HealthProbeSettingsModel: coreClient.CompositeMapper = {
3025
+ type: {
3026
+ name: "Composite",
3027
+ className: "HealthProbeSettingsModel",
3028
+ modelProperties: {
3029
+ ...SubResource.type.modelProperties,
3030
+ name: {
3031
+ serializedName: "name",
3032
+ type: {
3033
+ name: "String"
3034
+ }
3035
+ },
3036
+ type: {
3037
+ serializedName: "type",
3038
+ readOnly: true,
3039
+ type: {
3040
+ name: "String"
3041
+ }
3042
+ },
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",
3070
+ type: {
3071
+ name: "String"
3072
+ }
3073
+ },
3074
+ resourceState: {
3075
+ serializedName: "properties.resourceState",
3076
+ readOnly: true,
3077
+ type: {
3078
+ name: "String"
3079
+ }
3080
+ }
3081
+ }
3082
+ }
3083
+ };
3084
+
3085
+ export const BackendPool: coreClient.CompositeMapper = {
3086
+ type: {
3087
+ name: "Composite",
3088
+ className: "BackendPool",
3089
+ modelProperties: {
3090
+ ...SubResource.type.modelProperties,
3091
+ name: {
3092
+ serializedName: "name",
3093
+ type: {
3094
+ name: "String"
3095
+ }
3096
+ },
3097
+ type: {
3098
+ serializedName: "type",
3099
+ readOnly: true,
3100
+ type: {
3101
+ name: "String"
3102
+ }
3103
+ },
3104
+ backends: {
3105
+ serializedName: "properties.backends",
3106
+ type: {
3107
+ name: "Sequence",
3108
+ element: {
3109
+ type: {
3110
+ name: "Composite",
3111
+ className: "Backend"
3112
+ }
3113
+ }
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
+ }
3136
+ }
3137
+ }
3138
+ }
3139
+ };
3140
+
3141
+ export const FrontendEndpoint: coreClient.CompositeMapper = {
3142
+ type: {
3143
+ name: "Composite",
3144
+ className: "FrontendEndpoint",
3145
+ modelProperties: {
3146
+ ...SubResource.type.modelProperties,
3147
+ name: {
3148
+ serializedName: "name",
3149
+ type: {
3150
+ name: "String"
3151
+ }
3152
+ },
3153
+ type: {
3154
+ serializedName: "type",
3155
+ readOnly: true,
3156
+ type: {
3157
+ name: "String"
3158
+ }
3159
+ },
3160
+ hostName: {
3161
+ serializedName: "properties.hostName",
3162
+ type: {
3163
+ name: "String"
3164
+ }
3165
+ },
3166
+ sessionAffinityEnabledState: {
3167
+ serializedName: "properties.sessionAffinityEnabledState",
3168
+ type: {
3169
+ name: "String"
3170
+ }
3171
+ },
3172
+ sessionAffinityTtlSeconds: {
3173
+ serializedName: "properties.sessionAffinityTtlSeconds",
3174
+ type: {
3175
+ name: "Number"
3176
+ }
3177
+ },
3178
+ webApplicationFirewallPolicyLink: {
3179
+ serializedName: "properties.webApplicationFirewallPolicyLink",
3180
+ type: {
3181
+ name: "Composite",
3182
+ className:
3183
+ "FrontendEndpointUpdateParametersWebApplicationFirewallPolicyLink"
3184
+ }
3185
+ },
3186
+ resourceState: {
3187
+ serializedName: "properties.resourceState",
3188
+ readOnly: true,
3189
+ type: {
3190
+ name: "String"
3191
+ }
3192
+ },
3193
+ customHttpsProvisioningState: {
3194
+ serializedName: "properties.customHttpsProvisioningState",
3195
+ readOnly: true,
3196
+ type: {
3197
+ name: "String"
3198
+ }
3199
+ },
3200
+ customHttpsProvisioningSubstate: {
3201
+ serializedName: "properties.customHttpsProvisioningSubstate",
3202
+ readOnly: true,
3203
+ type: {
3204
+ name: "String"
3205
+ }
3206
+ },
3207
+ customHttpsConfiguration: {
3208
+ serializedName: "properties.customHttpsConfiguration",
3209
+ type: {
3210
+ name: "Composite",
3211
+ className: "CustomHttpsConfiguration"
3212
+ }
3213
+ }
3214
+ }
3215
+ }
3216
+ };
3217
+
3218
+ export const LoadBalancingSettingsProperties: coreClient.CompositeMapper = {
3219
+ type: {
3220
+ name: "Composite",
3221
+ className: "LoadBalancingSettingsProperties",
3222
+ modelProperties: {
3223
+ ...LoadBalancingSettingsUpdateParameters.type.modelProperties,
3224
+ resourceState: {
3225
+ serializedName: "resourceState",
3226
+ readOnly: true,
3227
+ type: {
3228
+ name: "String"
3229
+ }
3230
+ }
3231
+ }
3232
+ }
3233
+ };
3234
+
3235
+ export const HealthProbeSettingsProperties: coreClient.CompositeMapper = {
3236
+ type: {
3237
+ name: "Composite",
3238
+ className: "HealthProbeSettingsProperties",
3239
+ modelProperties: {
3240
+ ...HealthProbeSettingsUpdateParameters.type.modelProperties,
3241
+ resourceState: {
3242
+ serializedName: "resourceState",
3243
+ readOnly: true,
3244
+ type: {
3245
+ name: "String"
3246
+ }
3247
+ }
3248
+ }
3249
+ }
3250
+ };
3251
+
3252
+ export const BackendPoolProperties: coreClient.CompositeMapper = {
3253
+ type: {
3254
+ name: "Composite",
3255
+ className: "BackendPoolProperties",
3256
+ modelProperties: {
3257
+ ...BackendPoolUpdateParameters.type.modelProperties,
3258
+ resourceState: {
3259
+ serializedName: "resourceState",
3260
+ readOnly: true,
3261
+ type: {
3262
+ name: "String"
3263
+ }
3264
+ }
3265
+ }
3266
+ }
3267
+ };
3268
+
3269
+ export const FrontendEndpointProperties: coreClient.CompositeMapper = {
3270
+ type: {
3271
+ name: "Composite",
3272
+ className: "FrontendEndpointProperties",
3273
+ modelProperties: {
3274
+ ...FrontendEndpointUpdateParameters.type.modelProperties,
3275
+ resourceState: {
3276
+ serializedName: "resourceState",
3277
+ readOnly: true,
3278
+ type: {
3279
+ name: "String"
3280
+ }
3281
+ },
3282
+ customHttpsProvisioningState: {
3283
+ serializedName: "customHttpsProvisioningState",
3284
+ readOnly: true,
3285
+ type: {
3286
+ name: "String"
3287
+ }
3288
+ },
3289
+ customHttpsProvisioningSubstate: {
3290
+ serializedName: "customHttpsProvisioningSubstate",
3291
+ readOnly: true,
3292
+ type: {
3293
+ name: "String"
3294
+ }
3295
+ },
3296
+ customHttpsConfiguration: {
3297
+ serializedName: "customHttpsConfiguration",
3298
+ type: {
3299
+ name: "Composite",
3300
+ className: "CustomHttpsConfiguration"
3301
+ }
3302
+ }
3303
+ }
3304
+ }
3305
+ };
3306
+
3307
+ export let discriminators = {
3308
+ RouteConfiguration: RouteConfiguration,
3309
+ "RouteConfiguration.#Microsoft.Azure.FrontDoor.Models.FrontdoorForwardingConfiguration": ForwardingConfiguration,
3310
+ "RouteConfiguration.#Microsoft.Azure.FrontDoor.Models.FrontdoorRedirectConfiguration": RedirectConfiguration
3311
+ };