@azure/arm-postgresql-flexible 8.1.0-beta.1 → 9.0.0-alpha.20251201.1

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 (1265) hide show
  1. package/README.md +2 -2
  2. package/dist/browser/index.d.ts.map +1 -1
  3. package/dist/browser/index.js +4 -7
  4. package/dist/browser/index.js.map +1 -1
  5. package/dist/browser/lroImpl.d.ts.map +1 -1
  6. package/dist/browser/lroImpl.js +9 -10
  7. package/dist/browser/lroImpl.js.map +1 -1
  8. package/dist/browser/models/index.d.ts +1911 -1961
  9. package/dist/browser/models/index.d.ts.map +1 -1
  10. package/dist/browser/models/index.js +553 -556
  11. package/dist/browser/models/index.js.map +1 -1
  12. package/dist/browser/models/mappers.d.ts +76 -78
  13. package/dist/browser/models/mappers.d.ts.map +1 -1
  14. package/dist/browser/models/mappers.js +1945 -1644
  15. package/dist/browser/models/mappers.js.map +1 -1
  16. package/dist/browser/models/parameters.d.ts +7 -13
  17. package/dist/browser/models/parameters.d.ts.map +1 -1
  18. package/dist/browser/models/parameters.js +48 -106
  19. package/dist/browser/models/parameters.js.map +1 -1
  20. package/dist/browser/operations/administratorsMicrosoftEntra.d.ts +83 -0
  21. package/dist/browser/operations/administratorsMicrosoftEntra.d.ts.map +1 -0
  22. package/dist/{react-native/operations/administrators.js → browser/operations/administratorsMicrosoftEntra.js} +91 -93
  23. package/dist/browser/operations/administratorsMicrosoftEntra.js.map +1 -0
  24. package/dist/browser/operations/{tuningOptions.d.ts → advancedThreatProtectionSettings.d.ts} +13 -13
  25. package/dist/browser/operations/advancedThreatProtectionSettings.d.ts.map +1 -0
  26. package/dist/{react-native/operations/tuningOptions.js → browser/operations/advancedThreatProtectionSettings.js} +45 -67
  27. package/dist/browser/operations/advancedThreatProtectionSettings.js.map +1 -0
  28. package/dist/browser/operations/{backups.d.ts → backupsAutomaticAndOnDemand.d.ts} +24 -24
  29. package/dist/browser/operations/backupsAutomaticAndOnDemand.d.ts.map +1 -0
  30. package/dist/browser/operations/{backups.js → backupsAutomaticAndOnDemand.js} +74 -86
  31. package/dist/browser/operations/backupsAutomaticAndOnDemand.js.map +1 -0
  32. package/dist/browser/operations/backupsLongTermRetention.d.ts +71 -0
  33. package/dist/browser/operations/backupsLongTermRetention.d.ts.map +1 -0
  34. package/dist/browser/operations/backupsLongTermRetention.js +293 -0
  35. package/dist/browser/operations/backupsLongTermRetention.js.map +1 -0
  36. package/dist/browser/operations/capabilitiesByLocation.d.ts +35 -0
  37. package/dist/browser/operations/capabilitiesByLocation.d.ts.map +1 -0
  38. package/dist/browser/operations/capabilitiesByLocation.js +119 -0
  39. package/dist/browser/operations/capabilitiesByLocation.js.map +1 -0
  40. package/dist/browser/operations/{serverCapabilities.d.ts → capabilitiesByServer.d.ts} +9 -9
  41. package/dist/browser/operations/capabilitiesByServer.d.ts.map +1 -0
  42. package/dist/{esm/operations/serverCapabilities.js → browser/operations/capabilitiesByServer.js} +33 -55
  43. package/dist/browser/operations/capabilitiesByServer.js.map +1 -0
  44. package/dist/{esm/operations/logFiles.d.ts → browser/operations/capturedLogs.d.ts} +9 -9
  45. package/dist/browser/operations/capturedLogs.d.ts.map +1 -0
  46. package/dist/browser/operations/{logFiles.js → capturedLogs.js} +33 -55
  47. package/dist/browser/operations/capturedLogs.js.map +1 -0
  48. package/dist/browser/operations/configurations.d.ts +26 -18
  49. package/dist/browser/operations/configurations.d.ts.map +1 -1
  50. package/dist/browser/operations/configurations.js +75 -79
  51. package/dist/browser/operations/configurations.js.map +1 -1
  52. package/dist/browser/operations/databases.d.ts +22 -17
  53. package/dist/browser/operations/databases.d.ts.map +1 -1
  54. package/dist/browser/operations/databases.js +80 -79
  55. package/dist/browser/operations/databases.js.map +1 -1
  56. package/dist/browser/operations/firewallRules.d.ts +15 -15
  57. package/dist/browser/operations/firewallRules.d.ts.map +1 -1
  58. package/dist/browser/operations/firewallRules.js +73 -77
  59. package/dist/browser/operations/firewallRules.js.map +1 -1
  60. package/dist/browser/operations/index.d.ts +12 -16
  61. package/dist/browser/operations/index.d.ts.map +1 -1
  62. package/dist/browser/operations/index.js +16 -23
  63. package/dist/browser/operations/index.js.map +1 -1
  64. package/dist/browser/operations/migrations.d.ts +38 -37
  65. package/dist/browser/operations/migrations.d.ts.map +1 -1
  66. package/dist/browser/operations/migrations.js +132 -158
  67. package/dist/browser/operations/migrations.js.map +1 -1
  68. package/dist/browser/operations/nameAvailability.d.ts +29 -0
  69. package/dist/browser/operations/nameAvailability.d.ts.map +1 -0
  70. package/dist/browser/operations/nameAvailability.js +75 -0
  71. package/dist/browser/operations/nameAvailability.js.map +1 -0
  72. package/dist/browser/operations/operations.d.ts +2 -2
  73. package/dist/browser/operations/operations.d.ts.map +1 -1
  74. package/dist/browser/operations/operations.js +29 -51
  75. package/dist/browser/operations/operations.js.map +1 -1
  76. package/dist/browser/operations/privateDnsZoneSuffix.d.ts +18 -0
  77. package/dist/browser/operations/privateDnsZoneSuffix.d.ts.map +1 -0
  78. package/dist/browser/operations/{getPrivateDnsZoneSuffix.js → privateDnsZoneSuffix.js} +11 -15
  79. package/dist/browser/operations/privateDnsZoneSuffix.js.map +1 -0
  80. package/dist/browser/operations/privateEndpointConnections.d.ts +38 -3
  81. package/dist/browser/operations/privateEndpointConnections.d.ts.map +1 -1
  82. package/dist/browser/operations/privateEndpointConnections.js +226 -51
  83. package/dist/browser/operations/privateEndpointConnections.js.map +1 -1
  84. package/dist/browser/operations/privateLinkResources.d.ts.map +1 -1
  85. package/dist/browser/operations/privateLinkResources.js +27 -49
  86. package/dist/browser/operations/privateLinkResources.js.map +1 -1
  87. package/dist/browser/operations/quotaUsages.d.ts.map +1 -1
  88. package/dist/browser/operations/quotaUsages.js +27 -49
  89. package/dist/browser/operations/quotaUsages.js.map +1 -1
  90. package/dist/browser/operations/replicas.d.ts +2 -2
  91. package/dist/browser/operations/replicas.d.ts.map +1 -1
  92. package/dist/browser/operations/replicas.js +15 -37
  93. package/dist/browser/operations/replicas.js.map +1 -1
  94. package/dist/browser/operations/serverThreatProtectionSettings.d.ts +7 -40
  95. package/dist/browser/operations/serverThreatProtectionSettings.d.ts.map +1 -1
  96. package/dist/browser/operations/serverThreatProtectionSettings.js +23 -181
  97. package/dist/browser/operations/serverThreatProtectionSettings.js.map +1 -1
  98. package/dist/browser/operations/servers.d.ts +39 -39
  99. package/dist/browser/operations/servers.d.ts.map +1 -1
  100. package/dist/browser/operations/servers.js +203 -180
  101. package/dist/browser/operations/servers.js.map +1 -1
  102. package/dist/browser/operations/tuningOptionsOperations.d.ts +73 -0
  103. package/dist/browser/operations/tuningOptionsOperations.d.ts.map +1 -0
  104. package/dist/browser/operations/tuningOptionsOperations.js +272 -0
  105. package/dist/browser/operations/tuningOptionsOperations.js.map +1 -0
  106. package/dist/browser/operations/virtualEndpoints.d.ts +24 -26
  107. package/dist/browser/operations/virtualEndpoints.d.ts.map +1 -1
  108. package/dist/browser/operations/virtualEndpoints.js +89 -98
  109. package/dist/browser/operations/virtualEndpoints.js.map +1 -1
  110. package/dist/browser/operations/virtualNetworkSubnetUsage.d.ts +3 -3
  111. package/dist/browser/operations/virtualNetworkSubnetUsage.d.ts.map +1 -1
  112. package/dist/browser/operations/virtualNetworkSubnetUsage.js +8 -12
  113. package/dist/browser/operations/virtualNetworkSubnetUsage.js.map +1 -1
  114. package/dist/browser/operationsInterfaces/administratorsMicrosoftEntra.d.ts +58 -0
  115. package/dist/browser/operationsInterfaces/administratorsMicrosoftEntra.d.ts.map +1 -0
  116. package/dist/browser/operationsInterfaces/administratorsMicrosoftEntra.js +4 -0
  117. package/dist/browser/operationsInterfaces/administratorsMicrosoftEntra.js.map +1 -0
  118. package/dist/browser/operationsInterfaces/advancedThreatProtectionSettings.d.ts +21 -0
  119. package/dist/browser/operationsInterfaces/advancedThreatProtectionSettings.d.ts.map +1 -0
  120. package/dist/browser/operationsInterfaces/advancedThreatProtectionSettings.js +4 -0
  121. package/dist/browser/operationsInterfaces/advancedThreatProtectionSettings.js.map +1 -0
  122. package/dist/browser/operationsInterfaces/backupsAutomaticAndOnDemand.d.ts +54 -0
  123. package/dist/browser/operationsInterfaces/backupsAutomaticAndOnDemand.d.ts.map +1 -0
  124. package/dist/browser/operationsInterfaces/backupsAutomaticAndOnDemand.js +4 -0
  125. package/dist/browser/operationsInterfaces/backupsAutomaticAndOnDemand.js.map +1 -0
  126. package/dist/browser/operationsInterfaces/backupsLongTermRetention.d.ts +46 -0
  127. package/dist/browser/operationsInterfaces/backupsLongTermRetention.d.ts.map +1 -0
  128. package/dist/browser/operationsInterfaces/backupsLongTermRetention.js +4 -0
  129. package/dist/browser/operationsInterfaces/backupsLongTermRetention.js.map +1 -0
  130. package/dist/browser/operationsInterfaces/capabilitiesByLocation.d.ts +12 -0
  131. package/dist/browser/operationsInterfaces/capabilitiesByLocation.d.ts.map +1 -0
  132. package/dist/browser/operationsInterfaces/capabilitiesByLocation.js +4 -0
  133. package/dist/browser/operationsInterfaces/capabilitiesByLocation.js.map +1 -0
  134. package/dist/browser/operationsInterfaces/capabilitiesByServer.d.ts +13 -0
  135. package/dist/browser/operationsInterfaces/capabilitiesByServer.d.ts.map +1 -0
  136. package/dist/browser/operationsInterfaces/capabilitiesByServer.js +4 -0
  137. package/dist/browser/operationsInterfaces/capabilitiesByServer.js.map +1 -0
  138. package/dist/browser/operationsInterfaces/capturedLogs.d.ts +13 -0
  139. package/dist/browser/operationsInterfaces/capturedLogs.d.ts.map +1 -0
  140. package/dist/browser/operationsInterfaces/capturedLogs.js +4 -0
  141. package/dist/browser/operationsInterfaces/capturedLogs.js.map +1 -0
  142. package/dist/browser/operationsInterfaces/configurations.d.ts +25 -17
  143. package/dist/browser/operationsInterfaces/configurations.d.ts.map +1 -1
  144. package/dist/browser/operationsInterfaces/configurations.js +2 -7
  145. package/dist/browser/operationsInterfaces/configurations.js.map +1 -1
  146. package/dist/browser/operationsInterfaces/databases.d.ts +21 -16
  147. package/dist/browser/operationsInterfaces/databases.d.ts.map +1 -1
  148. package/dist/browser/operationsInterfaces/databases.js +2 -7
  149. package/dist/browser/operationsInterfaces/databases.js.map +1 -1
  150. package/dist/browser/operationsInterfaces/firewallRules.d.ts +14 -14
  151. package/dist/browser/operationsInterfaces/firewallRules.d.ts.map +1 -1
  152. package/dist/browser/operationsInterfaces/firewallRules.js +2 -7
  153. package/dist/browser/operationsInterfaces/firewallRules.js.map +1 -1
  154. package/dist/browser/operationsInterfaces/index.d.ts +12 -16
  155. package/dist/browser/operationsInterfaces/index.d.ts.map +1 -1
  156. package/dist/browser/operationsInterfaces/index.js +16 -23
  157. package/dist/browser/operationsInterfaces/index.js.map +1 -1
  158. package/dist/browser/operationsInterfaces/migrations.d.ts +33 -30
  159. package/dist/browser/operationsInterfaces/migrations.d.ts.map +1 -1
  160. package/dist/browser/operationsInterfaces/migrations.js +2 -7
  161. package/dist/browser/operationsInterfaces/migrations.js.map +1 -1
  162. package/dist/browser/operationsInterfaces/nameAvailability.d.ts +21 -0
  163. package/dist/browser/operationsInterfaces/nameAvailability.d.ts.map +1 -0
  164. package/dist/browser/operationsInterfaces/nameAvailability.js +4 -0
  165. package/dist/browser/operationsInterfaces/nameAvailability.js.map +1 -0
  166. package/dist/browser/operationsInterfaces/operations.d.ts +1 -1
  167. package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -1
  168. package/dist/browser/operationsInterfaces/operations.js +2 -7
  169. package/dist/browser/operationsInterfaces/operations.js.map +1 -1
  170. package/dist/browser/operationsInterfaces/privateDnsZoneSuffix.d.ts +10 -0
  171. package/dist/browser/operationsInterfaces/privateDnsZoneSuffix.d.ts.map +1 -0
  172. package/dist/browser/operationsInterfaces/privateDnsZoneSuffix.js +4 -0
  173. package/dist/browser/operationsInterfaces/privateDnsZoneSuffix.js.map +1 -0
  174. package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts +37 -2
  175. package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -1
  176. package/dist/browser/operationsInterfaces/privateEndpointConnections.js +2 -7
  177. package/dist/browser/operationsInterfaces/privateEndpointConnections.js.map +1 -1
  178. package/dist/browser/operationsInterfaces/privateLinkResources.d.ts.map +1 -1
  179. package/dist/browser/operationsInterfaces/privateLinkResources.js +2 -7
  180. package/dist/browser/operationsInterfaces/privateLinkResources.js.map +1 -1
  181. package/dist/browser/operationsInterfaces/quotaUsages.d.ts.map +1 -1
  182. package/dist/browser/operationsInterfaces/quotaUsages.js +2 -7
  183. package/dist/browser/operationsInterfaces/quotaUsages.js.map +1 -1
  184. package/dist/browser/operationsInterfaces/replicas.d.ts +1 -1
  185. package/dist/browser/operationsInterfaces/replicas.d.ts.map +1 -1
  186. package/dist/browser/operationsInterfaces/replicas.js +2 -7
  187. package/dist/browser/operationsInterfaces/replicas.js.map +1 -1
  188. package/dist/browser/operationsInterfaces/serverThreatProtectionSettings.d.ts +7 -23
  189. package/dist/browser/operationsInterfaces/serverThreatProtectionSettings.d.ts.map +1 -1
  190. package/dist/browser/operationsInterfaces/serverThreatProtectionSettings.js +2 -7
  191. package/dist/browser/operationsInterfaces/serverThreatProtectionSettings.js.map +1 -1
  192. package/dist/browser/operationsInterfaces/servers.d.ts +31 -31
  193. package/dist/browser/operationsInterfaces/servers.d.ts.map +1 -1
  194. package/dist/browser/operationsInterfaces/servers.js +2 -7
  195. package/dist/browser/operationsInterfaces/servers.js.map +1 -1
  196. package/dist/browser/operationsInterfaces/tuningOptionsOperations.d.ts +29 -0
  197. package/dist/browser/operationsInterfaces/tuningOptionsOperations.d.ts.map +1 -0
  198. package/dist/browser/operationsInterfaces/tuningOptionsOperations.js +4 -0
  199. package/dist/browser/operationsInterfaces/tuningOptionsOperations.js.map +1 -0
  200. package/dist/browser/operationsInterfaces/virtualEndpoints.d.ts +23 -25
  201. package/dist/browser/operationsInterfaces/virtualEndpoints.d.ts.map +1 -1
  202. package/dist/browser/operationsInterfaces/virtualEndpoints.js +2 -7
  203. package/dist/browser/operationsInterfaces/virtualEndpoints.js.map +1 -1
  204. package/dist/browser/operationsInterfaces/virtualNetworkSubnetUsage.d.ts +3 -3
  205. package/dist/browser/operationsInterfaces/virtualNetworkSubnetUsage.d.ts.map +1 -1
  206. package/dist/browser/operationsInterfaces/virtualNetworkSubnetUsage.js +2 -7
  207. package/dist/browser/operationsInterfaces/virtualNetworkSubnetUsage.js.map +1 -1
  208. package/dist/browser/pagingHelper.d.ts.map +1 -1
  209. package/dist/browser/pagingHelper.js +4 -11
  210. package/dist/browser/pagingHelper.js.map +1 -1
  211. package/dist/browser/postgreSQLManagementFlexibleServerClient.d.ts +14 -27
  212. package/dist/browser/postgreSQLManagementFlexibleServerClient.d.ts.map +1 -1
  213. package/dist/browser/postgreSQLManagementFlexibleServerClient.js +54 -75
  214. package/dist/browser/postgreSQLManagementFlexibleServerClient.js.map +1 -1
  215. package/dist/commonjs/index.d.ts.map +1 -1
  216. package/dist/commonjs/index.js +4 -7
  217. package/dist/commonjs/index.js.map +1 -1
  218. package/dist/commonjs/lroImpl.d.ts.map +1 -1
  219. package/dist/commonjs/lroImpl.js +9 -10
  220. package/dist/commonjs/lroImpl.js.map +1 -1
  221. package/dist/commonjs/models/index.d.ts +1911 -1961
  222. package/dist/commonjs/models/index.d.ts.map +1 -1
  223. package/dist/commonjs/models/index.js +555 -558
  224. package/dist/commonjs/models/index.js.map +1 -1
  225. package/dist/commonjs/models/mappers.d.ts +76 -78
  226. package/dist/commonjs/models/mappers.d.ts.map +1 -1
  227. package/dist/commonjs/models/mappers.js +1948 -1647
  228. package/dist/commonjs/models/mappers.js.map +1 -1
  229. package/dist/commonjs/models/parameters.d.ts +7 -13
  230. package/dist/commonjs/models/parameters.d.ts.map +1 -1
  231. package/dist/commonjs/models/parameters.js +48 -106
  232. package/dist/commonjs/models/parameters.js.map +1 -1
  233. package/dist/commonjs/operations/administratorsMicrosoftEntra.d.ts +83 -0
  234. package/dist/commonjs/operations/administratorsMicrosoftEntra.d.ts.map +1 -0
  235. package/dist/commonjs/operations/{administrators.js → administratorsMicrosoftEntra.js} +93 -94
  236. package/dist/commonjs/operations/administratorsMicrosoftEntra.js.map +1 -0
  237. package/dist/{browser/operations/ltrBackupOperations.d.ts → commonjs/operations/advancedThreatProtectionSettings.d.ts} +13 -13
  238. package/dist/commonjs/operations/advancedThreatProtectionSettings.d.ts.map +1 -0
  239. package/dist/commonjs/operations/{tuningOptions.js → advancedThreatProtectionSettings.js} +47 -68
  240. package/dist/commonjs/operations/advancedThreatProtectionSettings.js.map +1 -0
  241. package/dist/{esm/operations/backups.d.ts → commonjs/operations/backupsAutomaticAndOnDemand.d.ts} +24 -24
  242. package/dist/commonjs/operations/backupsAutomaticAndOnDemand.d.ts.map +1 -0
  243. package/dist/commonjs/operations/{backups.js → backupsAutomaticAndOnDemand.js} +76 -87
  244. package/dist/commonjs/operations/backupsAutomaticAndOnDemand.js.map +1 -0
  245. package/dist/commonjs/operations/backupsLongTermRetention.d.ts +71 -0
  246. package/dist/commonjs/operations/backupsLongTermRetention.d.ts.map +1 -0
  247. package/dist/commonjs/operations/backupsLongTermRetention.js +298 -0
  248. package/dist/commonjs/operations/backupsLongTermRetention.js.map +1 -0
  249. package/dist/commonjs/operations/capabilitiesByLocation.d.ts +35 -0
  250. package/dist/commonjs/operations/capabilitiesByLocation.d.ts.map +1 -0
  251. package/dist/commonjs/operations/capabilitiesByLocation.js +124 -0
  252. package/dist/commonjs/operations/capabilitiesByLocation.js.map +1 -0
  253. package/dist/{esm/operations/serverCapabilities.d.ts → commonjs/operations/capabilitiesByServer.d.ts} +9 -9
  254. package/dist/commonjs/operations/capabilitiesByServer.d.ts.map +1 -0
  255. package/dist/commonjs/operations/{serverCapabilities.js → capabilitiesByServer.js} +35 -56
  256. package/dist/commonjs/operations/capabilitiesByServer.js.map +1 -0
  257. package/dist/{browser/operations/logFiles.d.ts → commonjs/operations/capturedLogs.d.ts} +9 -9
  258. package/dist/commonjs/operations/capturedLogs.d.ts.map +1 -0
  259. package/dist/commonjs/operations/{logFiles.js → capturedLogs.js} +35 -56
  260. package/dist/commonjs/operations/capturedLogs.js.map +1 -0
  261. package/dist/commonjs/operations/configurations.d.ts +26 -18
  262. package/dist/commonjs/operations/configurations.d.ts.map +1 -1
  263. package/dist/commonjs/operations/configurations.js +75 -78
  264. package/dist/commonjs/operations/configurations.js.map +1 -1
  265. package/dist/commonjs/operations/databases.d.ts +22 -17
  266. package/dist/commonjs/operations/databases.d.ts.map +1 -1
  267. package/dist/commonjs/operations/databases.js +80 -78
  268. package/dist/commonjs/operations/databases.js.map +1 -1
  269. package/dist/commonjs/operations/firewallRules.d.ts +15 -15
  270. package/dist/commonjs/operations/firewallRules.d.ts.map +1 -1
  271. package/dist/commonjs/operations/firewallRules.js +73 -76
  272. package/dist/commonjs/operations/firewallRules.js.map +1 -1
  273. package/dist/commonjs/operations/index.d.ts +12 -16
  274. package/dist/commonjs/operations/index.d.ts.map +1 -1
  275. package/dist/commonjs/operations/index.js +16 -23
  276. package/dist/commonjs/operations/index.js.map +1 -1
  277. package/dist/commonjs/operations/migrations.d.ts +38 -37
  278. package/dist/commonjs/operations/migrations.d.ts.map +1 -1
  279. package/dist/commonjs/operations/migrations.js +132 -157
  280. package/dist/commonjs/operations/migrations.js.map +1 -1
  281. package/dist/commonjs/operations/nameAvailability.d.ts +29 -0
  282. package/dist/commonjs/operations/nameAvailability.d.ts.map +1 -0
  283. package/dist/commonjs/operations/nameAvailability.js +80 -0
  284. package/dist/commonjs/operations/nameAvailability.js.map +1 -0
  285. package/dist/commonjs/operations/operations.d.ts +2 -2
  286. package/dist/commonjs/operations/operations.d.ts.map +1 -1
  287. package/dist/commonjs/operations/operations.js +29 -50
  288. package/dist/commonjs/operations/operations.js.map +1 -1
  289. package/dist/commonjs/operations/privateDnsZoneSuffix.d.ts +18 -0
  290. package/dist/commonjs/operations/privateDnsZoneSuffix.d.ts.map +1 -0
  291. package/dist/commonjs/operations/{getPrivateDnsZoneSuffix.js → privateDnsZoneSuffix.js} +13 -17
  292. package/dist/commonjs/operations/privateDnsZoneSuffix.js.map +1 -0
  293. package/dist/commonjs/operations/privateEndpointConnections.d.ts +38 -3
  294. package/dist/commonjs/operations/privateEndpointConnections.d.ts.map +1 -1
  295. package/dist/commonjs/operations/privateEndpointConnections.js +226 -50
  296. package/dist/commonjs/operations/privateEndpointConnections.js.map +1 -1
  297. package/dist/commonjs/operations/privateLinkResources.d.ts.map +1 -1
  298. package/dist/commonjs/operations/privateLinkResources.js +27 -48
  299. package/dist/commonjs/operations/privateLinkResources.js.map +1 -1
  300. package/dist/commonjs/operations/quotaUsages.d.ts.map +1 -1
  301. package/dist/commonjs/operations/quotaUsages.js +27 -48
  302. package/dist/commonjs/operations/quotaUsages.js.map +1 -1
  303. package/dist/commonjs/operations/replicas.d.ts +2 -2
  304. package/dist/commonjs/operations/replicas.d.ts.map +1 -1
  305. package/dist/commonjs/operations/replicas.js +15 -36
  306. package/dist/commonjs/operations/replicas.js.map +1 -1
  307. package/dist/commonjs/operations/serverThreatProtectionSettings.d.ts +7 -40
  308. package/dist/commonjs/operations/serverThreatProtectionSettings.d.ts.map +1 -1
  309. package/dist/commonjs/operations/serverThreatProtectionSettings.js +23 -180
  310. package/dist/commonjs/operations/serverThreatProtectionSettings.js.map +1 -1
  311. package/dist/commonjs/operations/servers.d.ts +39 -39
  312. package/dist/commonjs/operations/servers.d.ts.map +1 -1
  313. package/dist/commonjs/operations/servers.js +203 -179
  314. package/dist/commonjs/operations/servers.js.map +1 -1
  315. package/dist/commonjs/operations/tuningOptionsOperations.d.ts +73 -0
  316. package/dist/commonjs/operations/tuningOptionsOperations.d.ts.map +1 -0
  317. package/dist/commonjs/operations/tuningOptionsOperations.js +277 -0
  318. package/dist/commonjs/operations/tuningOptionsOperations.js.map +1 -0
  319. package/dist/commonjs/operations/virtualEndpoints.d.ts +24 -26
  320. package/dist/commonjs/operations/virtualEndpoints.d.ts.map +1 -1
  321. package/dist/commonjs/operations/virtualEndpoints.js +89 -97
  322. package/dist/commonjs/operations/virtualEndpoints.js.map +1 -1
  323. package/dist/commonjs/operations/virtualNetworkSubnetUsage.d.ts +3 -3
  324. package/dist/commonjs/operations/virtualNetworkSubnetUsage.d.ts.map +1 -1
  325. package/dist/commonjs/operations/virtualNetworkSubnetUsage.js +8 -12
  326. package/dist/commonjs/operations/virtualNetworkSubnetUsage.js.map +1 -1
  327. package/dist/commonjs/operationsInterfaces/administratorsMicrosoftEntra.d.ts +58 -0
  328. package/dist/commonjs/operationsInterfaces/administratorsMicrosoftEntra.d.ts.map +1 -0
  329. package/dist/commonjs/operationsInterfaces/administratorsMicrosoftEntra.js +5 -0
  330. package/dist/commonjs/operationsInterfaces/administratorsMicrosoftEntra.js.map +1 -0
  331. package/dist/commonjs/operationsInterfaces/advancedThreatProtectionSettings.d.ts +21 -0
  332. package/dist/commonjs/operationsInterfaces/advancedThreatProtectionSettings.d.ts.map +1 -0
  333. package/dist/commonjs/operationsInterfaces/advancedThreatProtectionSettings.js +5 -0
  334. package/dist/commonjs/operationsInterfaces/advancedThreatProtectionSettings.js.map +1 -0
  335. package/dist/commonjs/operationsInterfaces/backupsAutomaticAndOnDemand.d.ts +54 -0
  336. package/dist/commonjs/operationsInterfaces/backupsAutomaticAndOnDemand.d.ts.map +1 -0
  337. package/dist/commonjs/operationsInterfaces/backupsAutomaticAndOnDemand.js +5 -0
  338. package/dist/commonjs/operationsInterfaces/backupsAutomaticAndOnDemand.js.map +1 -0
  339. package/dist/commonjs/operationsInterfaces/backupsLongTermRetention.d.ts +46 -0
  340. package/dist/commonjs/operationsInterfaces/backupsLongTermRetention.d.ts.map +1 -0
  341. package/dist/commonjs/operationsInterfaces/backupsLongTermRetention.js +5 -0
  342. package/dist/commonjs/operationsInterfaces/backupsLongTermRetention.js.map +1 -0
  343. package/dist/commonjs/operationsInterfaces/capabilitiesByLocation.d.ts +12 -0
  344. package/dist/commonjs/operationsInterfaces/capabilitiesByLocation.d.ts.map +1 -0
  345. package/dist/commonjs/operationsInterfaces/capabilitiesByLocation.js +5 -0
  346. package/dist/commonjs/operationsInterfaces/capabilitiesByLocation.js.map +1 -0
  347. package/dist/commonjs/operationsInterfaces/capabilitiesByServer.d.ts +13 -0
  348. package/dist/commonjs/operationsInterfaces/capabilitiesByServer.d.ts.map +1 -0
  349. package/dist/commonjs/operationsInterfaces/capabilitiesByServer.js +5 -0
  350. package/dist/commonjs/operationsInterfaces/capabilitiesByServer.js.map +1 -0
  351. package/dist/commonjs/operationsInterfaces/capturedLogs.d.ts +13 -0
  352. package/dist/commonjs/operationsInterfaces/capturedLogs.d.ts.map +1 -0
  353. package/dist/commonjs/operationsInterfaces/capturedLogs.js +5 -0
  354. package/dist/commonjs/operationsInterfaces/capturedLogs.js.map +1 -0
  355. package/dist/commonjs/operationsInterfaces/configurations.d.ts +25 -17
  356. package/dist/commonjs/operationsInterfaces/configurations.d.ts.map +1 -1
  357. package/dist/commonjs/operationsInterfaces/configurations.js +2 -7
  358. package/dist/commonjs/operationsInterfaces/configurations.js.map +1 -1
  359. package/dist/commonjs/operationsInterfaces/databases.d.ts +21 -16
  360. package/dist/commonjs/operationsInterfaces/databases.d.ts.map +1 -1
  361. package/dist/commonjs/operationsInterfaces/databases.js +2 -7
  362. package/dist/commonjs/operationsInterfaces/databases.js.map +1 -1
  363. package/dist/commonjs/operationsInterfaces/firewallRules.d.ts +14 -14
  364. package/dist/commonjs/operationsInterfaces/firewallRules.d.ts.map +1 -1
  365. package/dist/commonjs/operationsInterfaces/firewallRules.js +2 -7
  366. package/dist/commonjs/operationsInterfaces/firewallRules.js.map +1 -1
  367. package/dist/commonjs/operationsInterfaces/index.d.ts +12 -16
  368. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -1
  369. package/dist/commonjs/operationsInterfaces/index.js +16 -23
  370. package/dist/commonjs/operationsInterfaces/index.js.map +1 -1
  371. package/dist/commonjs/operationsInterfaces/migrations.d.ts +33 -30
  372. package/dist/commonjs/operationsInterfaces/migrations.d.ts.map +1 -1
  373. package/dist/commonjs/operationsInterfaces/migrations.js +2 -7
  374. package/dist/commonjs/operationsInterfaces/migrations.js.map +1 -1
  375. package/dist/commonjs/operationsInterfaces/nameAvailability.d.ts +21 -0
  376. package/dist/commonjs/operationsInterfaces/nameAvailability.d.ts.map +1 -0
  377. package/dist/commonjs/operationsInterfaces/nameAvailability.js +5 -0
  378. package/dist/commonjs/operationsInterfaces/nameAvailability.js.map +1 -0
  379. package/dist/commonjs/operationsInterfaces/operations.d.ts +1 -1
  380. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -1
  381. package/dist/commonjs/operationsInterfaces/operations.js +2 -7
  382. package/dist/commonjs/operationsInterfaces/operations.js.map +1 -1
  383. package/dist/commonjs/operationsInterfaces/privateDnsZoneSuffix.d.ts +10 -0
  384. package/dist/commonjs/operationsInterfaces/privateDnsZoneSuffix.d.ts.map +1 -0
  385. package/dist/commonjs/operationsInterfaces/privateDnsZoneSuffix.js +5 -0
  386. package/dist/commonjs/operationsInterfaces/privateDnsZoneSuffix.js.map +1 -0
  387. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts +37 -2
  388. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -1
  389. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js +2 -7
  390. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js.map +1 -1
  391. package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts.map +1 -1
  392. package/dist/commonjs/operationsInterfaces/privateLinkResources.js +2 -7
  393. package/dist/commonjs/operationsInterfaces/privateLinkResources.js.map +1 -1
  394. package/dist/commonjs/operationsInterfaces/quotaUsages.d.ts.map +1 -1
  395. package/dist/commonjs/operationsInterfaces/quotaUsages.js +2 -7
  396. package/dist/commonjs/operationsInterfaces/quotaUsages.js.map +1 -1
  397. package/dist/commonjs/operationsInterfaces/replicas.d.ts +1 -1
  398. package/dist/commonjs/operationsInterfaces/replicas.d.ts.map +1 -1
  399. package/dist/commonjs/operationsInterfaces/replicas.js +2 -7
  400. package/dist/commonjs/operationsInterfaces/replicas.js.map +1 -1
  401. package/dist/commonjs/operationsInterfaces/serverThreatProtectionSettings.d.ts +7 -23
  402. package/dist/commonjs/operationsInterfaces/serverThreatProtectionSettings.d.ts.map +1 -1
  403. package/dist/commonjs/operationsInterfaces/serverThreatProtectionSettings.js +2 -7
  404. package/dist/commonjs/operationsInterfaces/serverThreatProtectionSettings.js.map +1 -1
  405. package/dist/commonjs/operationsInterfaces/servers.d.ts +31 -31
  406. package/dist/commonjs/operationsInterfaces/servers.d.ts.map +1 -1
  407. package/dist/commonjs/operationsInterfaces/servers.js +2 -7
  408. package/dist/commonjs/operationsInterfaces/servers.js.map +1 -1
  409. package/dist/commonjs/operationsInterfaces/tuningOptionsOperations.d.ts +29 -0
  410. package/dist/commonjs/operationsInterfaces/tuningOptionsOperations.d.ts.map +1 -0
  411. package/dist/commonjs/operationsInterfaces/tuningOptionsOperations.js +5 -0
  412. package/dist/commonjs/operationsInterfaces/tuningOptionsOperations.js.map +1 -0
  413. package/dist/commonjs/operationsInterfaces/virtualEndpoints.d.ts +23 -25
  414. package/dist/commonjs/operationsInterfaces/virtualEndpoints.d.ts.map +1 -1
  415. package/dist/commonjs/operationsInterfaces/virtualEndpoints.js +2 -7
  416. package/dist/commonjs/operationsInterfaces/virtualEndpoints.js.map +1 -1
  417. package/dist/commonjs/operationsInterfaces/virtualNetworkSubnetUsage.d.ts +3 -3
  418. package/dist/commonjs/operationsInterfaces/virtualNetworkSubnetUsage.d.ts.map +1 -1
  419. package/dist/commonjs/operationsInterfaces/virtualNetworkSubnetUsage.js +2 -7
  420. package/dist/commonjs/operationsInterfaces/virtualNetworkSubnetUsage.js.map +1 -1
  421. package/dist/commonjs/pagingHelper.d.ts.map +1 -1
  422. package/dist/commonjs/pagingHelper.js +4 -11
  423. package/dist/commonjs/pagingHelper.js.map +1 -1
  424. package/dist/commonjs/postgreSQLManagementFlexibleServerClient.d.ts +14 -27
  425. package/dist/commonjs/postgreSQLManagementFlexibleServerClient.d.ts.map +1 -1
  426. package/dist/commonjs/postgreSQLManagementFlexibleServerClient.js +53 -74
  427. package/dist/commonjs/postgreSQLManagementFlexibleServerClient.js.map +1 -1
  428. package/dist/commonjs/tsdoc-metadata.json +11 -11
  429. package/dist/esm/index.d.ts.map +1 -1
  430. package/dist/esm/index.js +4 -7
  431. package/dist/esm/index.js.map +1 -1
  432. package/dist/esm/lroImpl.d.ts.map +1 -1
  433. package/dist/esm/lroImpl.js +9 -10
  434. package/dist/esm/lroImpl.js.map +1 -1
  435. package/dist/esm/models/index.d.ts +1911 -1961
  436. package/dist/esm/models/index.d.ts.map +1 -1
  437. package/dist/esm/models/index.js +553 -556
  438. package/dist/esm/models/index.js.map +1 -1
  439. package/dist/esm/models/mappers.d.ts +76 -78
  440. package/dist/esm/models/mappers.d.ts.map +1 -1
  441. package/dist/esm/models/mappers.js +1945 -1644
  442. package/dist/esm/models/mappers.js.map +1 -1
  443. package/dist/esm/models/parameters.d.ts +7 -13
  444. package/dist/esm/models/parameters.d.ts.map +1 -1
  445. package/dist/esm/models/parameters.js +48 -106
  446. package/dist/esm/models/parameters.js.map +1 -1
  447. package/dist/esm/operations/administratorsMicrosoftEntra.d.ts +83 -0
  448. package/dist/esm/operations/administratorsMicrosoftEntra.d.ts.map +1 -0
  449. package/dist/esm/operations/{administrators.js → administratorsMicrosoftEntra.js} +91 -93
  450. package/dist/esm/operations/administratorsMicrosoftEntra.js.map +1 -0
  451. package/dist/{commonjs/operations/ltrBackupOperations.d.ts → esm/operations/advancedThreatProtectionSettings.d.ts} +13 -13
  452. package/dist/esm/operations/advancedThreatProtectionSettings.d.ts.map +1 -0
  453. package/dist/esm/operations/{tuningOptions.js → advancedThreatProtectionSettings.js} +45 -67
  454. package/dist/esm/operations/advancedThreatProtectionSettings.js.map +1 -0
  455. package/dist/{react-native/operations/backups.d.ts → esm/operations/backupsAutomaticAndOnDemand.d.ts} +24 -24
  456. package/dist/esm/operations/backupsAutomaticAndOnDemand.d.ts.map +1 -0
  457. package/dist/esm/operations/{backups.js → backupsAutomaticAndOnDemand.js} +74 -86
  458. package/dist/esm/operations/backupsAutomaticAndOnDemand.js.map +1 -0
  459. package/dist/esm/operations/backupsLongTermRetention.d.ts +71 -0
  460. package/dist/esm/operations/backupsLongTermRetention.d.ts.map +1 -0
  461. package/dist/esm/operations/backupsLongTermRetention.js +293 -0
  462. package/dist/esm/operations/backupsLongTermRetention.js.map +1 -0
  463. package/dist/esm/operations/capabilitiesByLocation.d.ts +35 -0
  464. package/dist/esm/operations/capabilitiesByLocation.d.ts.map +1 -0
  465. package/dist/esm/operations/capabilitiesByLocation.js +119 -0
  466. package/dist/esm/operations/capabilitiesByLocation.js.map +1 -0
  467. package/dist/{react-native/operations/serverCapabilities.d.ts → esm/operations/capabilitiesByServer.d.ts} +9 -9
  468. package/dist/esm/operations/capabilitiesByServer.d.ts.map +1 -0
  469. package/dist/{browser/operations/serverCapabilities.js → esm/operations/capabilitiesByServer.js} +33 -55
  470. package/dist/esm/operations/capabilitiesByServer.js.map +1 -0
  471. package/dist/{commonjs/operations/logFiles.d.ts → esm/operations/capturedLogs.d.ts} +9 -9
  472. package/dist/esm/operations/capturedLogs.d.ts.map +1 -0
  473. package/dist/esm/operations/{logFiles.js → capturedLogs.js} +33 -55
  474. package/dist/esm/operations/capturedLogs.js.map +1 -0
  475. package/dist/esm/operations/configurations.d.ts +26 -18
  476. package/dist/esm/operations/configurations.d.ts.map +1 -1
  477. package/dist/esm/operations/configurations.js +75 -79
  478. package/dist/esm/operations/configurations.js.map +1 -1
  479. package/dist/esm/operations/databases.d.ts +22 -17
  480. package/dist/esm/operations/databases.d.ts.map +1 -1
  481. package/dist/esm/operations/databases.js +80 -79
  482. package/dist/esm/operations/databases.js.map +1 -1
  483. package/dist/esm/operations/firewallRules.d.ts +15 -15
  484. package/dist/esm/operations/firewallRules.d.ts.map +1 -1
  485. package/dist/esm/operations/firewallRules.js +73 -77
  486. package/dist/esm/operations/firewallRules.js.map +1 -1
  487. package/dist/esm/operations/index.d.ts +12 -16
  488. package/dist/esm/operations/index.d.ts.map +1 -1
  489. package/dist/esm/operations/index.js +16 -23
  490. package/dist/esm/operations/index.js.map +1 -1
  491. package/dist/esm/operations/migrations.d.ts +38 -37
  492. package/dist/esm/operations/migrations.d.ts.map +1 -1
  493. package/dist/esm/operations/migrations.js +132 -158
  494. package/dist/esm/operations/migrations.js.map +1 -1
  495. package/dist/esm/operations/nameAvailability.d.ts +29 -0
  496. package/dist/esm/operations/nameAvailability.d.ts.map +1 -0
  497. package/dist/esm/operations/nameAvailability.js +75 -0
  498. package/dist/esm/operations/nameAvailability.js.map +1 -0
  499. package/dist/esm/operations/operations.d.ts +2 -2
  500. package/dist/esm/operations/operations.d.ts.map +1 -1
  501. package/dist/esm/operations/operations.js +29 -51
  502. package/dist/esm/operations/operations.js.map +1 -1
  503. package/dist/esm/operations/privateDnsZoneSuffix.d.ts +18 -0
  504. package/dist/esm/operations/privateDnsZoneSuffix.d.ts.map +1 -0
  505. package/dist/esm/operations/{getPrivateDnsZoneSuffix.js → privateDnsZoneSuffix.js} +11 -15
  506. package/dist/esm/operations/privateDnsZoneSuffix.js.map +1 -0
  507. package/dist/esm/operations/privateEndpointConnections.d.ts +38 -3
  508. package/dist/esm/operations/privateEndpointConnections.d.ts.map +1 -1
  509. package/dist/esm/operations/privateEndpointConnections.js +226 -51
  510. package/dist/esm/operations/privateEndpointConnections.js.map +1 -1
  511. package/dist/esm/operations/privateLinkResources.d.ts.map +1 -1
  512. package/dist/esm/operations/privateLinkResources.js +27 -49
  513. package/dist/esm/operations/privateLinkResources.js.map +1 -1
  514. package/dist/esm/operations/quotaUsages.d.ts.map +1 -1
  515. package/dist/esm/operations/quotaUsages.js +27 -49
  516. package/dist/esm/operations/quotaUsages.js.map +1 -1
  517. package/dist/esm/operations/replicas.d.ts +2 -2
  518. package/dist/esm/operations/replicas.d.ts.map +1 -1
  519. package/dist/esm/operations/replicas.js +15 -37
  520. package/dist/esm/operations/replicas.js.map +1 -1
  521. package/dist/esm/operations/serverThreatProtectionSettings.d.ts +7 -40
  522. package/dist/esm/operations/serverThreatProtectionSettings.d.ts.map +1 -1
  523. package/dist/esm/operations/serverThreatProtectionSettings.js +23 -181
  524. package/dist/esm/operations/serverThreatProtectionSettings.js.map +1 -1
  525. package/dist/esm/operations/servers.d.ts +39 -39
  526. package/dist/esm/operations/servers.d.ts.map +1 -1
  527. package/dist/esm/operations/servers.js +203 -180
  528. package/dist/esm/operations/servers.js.map +1 -1
  529. package/dist/esm/operations/tuningOptionsOperations.d.ts +73 -0
  530. package/dist/esm/operations/tuningOptionsOperations.d.ts.map +1 -0
  531. package/dist/esm/operations/tuningOptionsOperations.js +272 -0
  532. package/dist/esm/operations/tuningOptionsOperations.js.map +1 -0
  533. package/dist/esm/operations/virtualEndpoints.d.ts +24 -26
  534. package/dist/esm/operations/virtualEndpoints.d.ts.map +1 -1
  535. package/dist/esm/operations/virtualEndpoints.js +89 -98
  536. package/dist/esm/operations/virtualEndpoints.js.map +1 -1
  537. package/dist/esm/operations/virtualNetworkSubnetUsage.d.ts +3 -3
  538. package/dist/esm/operations/virtualNetworkSubnetUsage.d.ts.map +1 -1
  539. package/dist/esm/operations/virtualNetworkSubnetUsage.js +8 -12
  540. package/dist/esm/operations/virtualNetworkSubnetUsage.js.map +1 -1
  541. package/dist/esm/operationsInterfaces/administratorsMicrosoftEntra.d.ts +58 -0
  542. package/dist/esm/operationsInterfaces/administratorsMicrosoftEntra.d.ts.map +1 -0
  543. package/dist/esm/operationsInterfaces/administratorsMicrosoftEntra.js +4 -0
  544. package/dist/esm/operationsInterfaces/administratorsMicrosoftEntra.js.map +1 -0
  545. package/dist/esm/operationsInterfaces/advancedThreatProtectionSettings.d.ts +21 -0
  546. package/dist/esm/operationsInterfaces/advancedThreatProtectionSettings.d.ts.map +1 -0
  547. package/dist/esm/operationsInterfaces/advancedThreatProtectionSettings.js +4 -0
  548. package/dist/esm/operationsInterfaces/advancedThreatProtectionSettings.js.map +1 -0
  549. package/dist/esm/operationsInterfaces/backupsAutomaticAndOnDemand.d.ts +54 -0
  550. package/dist/esm/operationsInterfaces/backupsAutomaticAndOnDemand.d.ts.map +1 -0
  551. package/dist/esm/operationsInterfaces/backupsAutomaticAndOnDemand.js +4 -0
  552. package/dist/esm/operationsInterfaces/backupsAutomaticAndOnDemand.js.map +1 -0
  553. package/dist/esm/operationsInterfaces/backupsLongTermRetention.d.ts +46 -0
  554. package/dist/esm/operationsInterfaces/backupsLongTermRetention.d.ts.map +1 -0
  555. package/dist/esm/operationsInterfaces/backupsLongTermRetention.js +4 -0
  556. package/dist/esm/operationsInterfaces/backupsLongTermRetention.js.map +1 -0
  557. package/dist/esm/operationsInterfaces/capabilitiesByLocation.d.ts +12 -0
  558. package/dist/esm/operationsInterfaces/capabilitiesByLocation.d.ts.map +1 -0
  559. package/dist/esm/operationsInterfaces/capabilitiesByLocation.js +4 -0
  560. package/dist/esm/operationsInterfaces/capabilitiesByLocation.js.map +1 -0
  561. package/dist/esm/operationsInterfaces/capabilitiesByServer.d.ts +13 -0
  562. package/dist/esm/operationsInterfaces/capabilitiesByServer.d.ts.map +1 -0
  563. package/dist/esm/operationsInterfaces/capabilitiesByServer.js +4 -0
  564. package/dist/esm/operationsInterfaces/capabilitiesByServer.js.map +1 -0
  565. package/dist/esm/operationsInterfaces/capturedLogs.d.ts +13 -0
  566. package/dist/esm/operationsInterfaces/capturedLogs.d.ts.map +1 -0
  567. package/dist/esm/operationsInterfaces/capturedLogs.js +4 -0
  568. package/dist/esm/operationsInterfaces/capturedLogs.js.map +1 -0
  569. package/dist/esm/operationsInterfaces/configurations.d.ts +25 -17
  570. package/dist/esm/operationsInterfaces/configurations.d.ts.map +1 -1
  571. package/dist/esm/operationsInterfaces/configurations.js +2 -7
  572. package/dist/esm/operationsInterfaces/configurations.js.map +1 -1
  573. package/dist/esm/operationsInterfaces/databases.d.ts +21 -16
  574. package/dist/esm/operationsInterfaces/databases.d.ts.map +1 -1
  575. package/dist/esm/operationsInterfaces/databases.js +2 -7
  576. package/dist/esm/operationsInterfaces/databases.js.map +1 -1
  577. package/dist/esm/operationsInterfaces/firewallRules.d.ts +14 -14
  578. package/dist/esm/operationsInterfaces/firewallRules.d.ts.map +1 -1
  579. package/dist/esm/operationsInterfaces/firewallRules.js +2 -7
  580. package/dist/esm/operationsInterfaces/firewallRules.js.map +1 -1
  581. package/dist/esm/operationsInterfaces/index.d.ts +12 -16
  582. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -1
  583. package/dist/esm/operationsInterfaces/index.js +16 -23
  584. package/dist/esm/operationsInterfaces/index.js.map +1 -1
  585. package/dist/esm/operationsInterfaces/migrations.d.ts +33 -30
  586. package/dist/esm/operationsInterfaces/migrations.d.ts.map +1 -1
  587. package/dist/esm/operationsInterfaces/migrations.js +2 -7
  588. package/dist/esm/operationsInterfaces/migrations.js.map +1 -1
  589. package/dist/esm/operationsInterfaces/nameAvailability.d.ts +21 -0
  590. package/dist/esm/operationsInterfaces/nameAvailability.d.ts.map +1 -0
  591. package/dist/esm/operationsInterfaces/nameAvailability.js +4 -0
  592. package/dist/esm/operationsInterfaces/nameAvailability.js.map +1 -0
  593. package/dist/esm/operationsInterfaces/operations.d.ts +1 -1
  594. package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -1
  595. package/dist/esm/operationsInterfaces/operations.js +2 -7
  596. package/dist/esm/operationsInterfaces/operations.js.map +1 -1
  597. package/dist/esm/operationsInterfaces/privateDnsZoneSuffix.d.ts +10 -0
  598. package/dist/esm/operationsInterfaces/privateDnsZoneSuffix.d.ts.map +1 -0
  599. package/dist/esm/operationsInterfaces/privateDnsZoneSuffix.js +4 -0
  600. package/dist/esm/operationsInterfaces/privateDnsZoneSuffix.js.map +1 -0
  601. package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts +37 -2
  602. package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -1
  603. package/dist/esm/operationsInterfaces/privateEndpointConnections.js +2 -7
  604. package/dist/esm/operationsInterfaces/privateEndpointConnections.js.map +1 -1
  605. package/dist/esm/operationsInterfaces/privateLinkResources.d.ts.map +1 -1
  606. package/dist/esm/operationsInterfaces/privateLinkResources.js +2 -7
  607. package/dist/esm/operationsInterfaces/privateLinkResources.js.map +1 -1
  608. package/dist/esm/operationsInterfaces/quotaUsages.d.ts.map +1 -1
  609. package/dist/esm/operationsInterfaces/quotaUsages.js +2 -7
  610. package/dist/esm/operationsInterfaces/quotaUsages.js.map +1 -1
  611. package/dist/esm/operationsInterfaces/replicas.d.ts +1 -1
  612. package/dist/esm/operationsInterfaces/replicas.d.ts.map +1 -1
  613. package/dist/esm/operationsInterfaces/replicas.js +2 -7
  614. package/dist/esm/operationsInterfaces/replicas.js.map +1 -1
  615. package/dist/esm/operationsInterfaces/serverThreatProtectionSettings.d.ts +7 -23
  616. package/dist/esm/operationsInterfaces/serverThreatProtectionSettings.d.ts.map +1 -1
  617. package/dist/esm/operationsInterfaces/serverThreatProtectionSettings.js +2 -7
  618. package/dist/esm/operationsInterfaces/serverThreatProtectionSettings.js.map +1 -1
  619. package/dist/esm/operationsInterfaces/servers.d.ts +31 -31
  620. package/dist/esm/operationsInterfaces/servers.d.ts.map +1 -1
  621. package/dist/esm/operationsInterfaces/servers.js +2 -7
  622. package/dist/esm/operationsInterfaces/servers.js.map +1 -1
  623. package/dist/esm/operationsInterfaces/tuningOptionsOperations.d.ts +29 -0
  624. package/dist/esm/operationsInterfaces/tuningOptionsOperations.d.ts.map +1 -0
  625. package/dist/esm/operationsInterfaces/tuningOptionsOperations.js +4 -0
  626. package/dist/esm/operationsInterfaces/tuningOptionsOperations.js.map +1 -0
  627. package/dist/esm/operationsInterfaces/virtualEndpoints.d.ts +23 -25
  628. package/dist/esm/operationsInterfaces/virtualEndpoints.d.ts.map +1 -1
  629. package/dist/esm/operationsInterfaces/virtualEndpoints.js +2 -7
  630. package/dist/esm/operationsInterfaces/virtualEndpoints.js.map +1 -1
  631. package/dist/esm/operationsInterfaces/virtualNetworkSubnetUsage.d.ts +3 -3
  632. package/dist/esm/operationsInterfaces/virtualNetworkSubnetUsage.d.ts.map +1 -1
  633. package/dist/esm/operationsInterfaces/virtualNetworkSubnetUsage.js +2 -7
  634. package/dist/esm/operationsInterfaces/virtualNetworkSubnetUsage.js.map +1 -1
  635. package/dist/esm/pagingHelper.d.ts.map +1 -1
  636. package/dist/esm/pagingHelper.js +4 -11
  637. package/dist/esm/pagingHelper.js.map +1 -1
  638. package/dist/esm/postgreSQLManagementFlexibleServerClient.d.ts +14 -27
  639. package/dist/esm/postgreSQLManagementFlexibleServerClient.d.ts.map +1 -1
  640. package/dist/esm/postgreSQLManagementFlexibleServerClient.js +54 -75
  641. package/dist/esm/postgreSQLManagementFlexibleServerClient.js.map +1 -1
  642. package/dist/react-native/index.d.ts.map +1 -1
  643. package/dist/react-native/index.js +4 -7
  644. package/dist/react-native/index.js.map +1 -1
  645. package/dist/react-native/lroImpl.d.ts.map +1 -1
  646. package/dist/react-native/lroImpl.js +9 -10
  647. package/dist/react-native/lroImpl.js.map +1 -1
  648. package/dist/react-native/models/index.d.ts +1911 -1961
  649. package/dist/react-native/models/index.d.ts.map +1 -1
  650. package/dist/react-native/models/index.js +553 -556
  651. package/dist/react-native/models/index.js.map +1 -1
  652. package/dist/react-native/models/mappers.d.ts +76 -78
  653. package/dist/react-native/models/mappers.d.ts.map +1 -1
  654. package/dist/react-native/models/mappers.js +1945 -1644
  655. package/dist/react-native/models/mappers.js.map +1 -1
  656. package/dist/react-native/models/parameters.d.ts +7 -13
  657. package/dist/react-native/models/parameters.d.ts.map +1 -1
  658. package/dist/react-native/models/parameters.js +48 -106
  659. package/dist/react-native/models/parameters.js.map +1 -1
  660. package/dist/react-native/operations/administratorsMicrosoftEntra.d.ts +83 -0
  661. package/dist/react-native/operations/administratorsMicrosoftEntra.d.ts.map +1 -0
  662. package/dist/{browser/operations/administrators.js → react-native/operations/administratorsMicrosoftEntra.js} +91 -93
  663. package/dist/react-native/operations/administratorsMicrosoftEntra.js.map +1 -0
  664. package/dist/{commonjs/operations/tuningOptions.d.ts → react-native/operations/advancedThreatProtectionSettings.d.ts} +13 -13
  665. package/dist/react-native/operations/advancedThreatProtectionSettings.d.ts.map +1 -0
  666. package/dist/{browser/operations/tuningOptions.js → react-native/operations/advancedThreatProtectionSettings.js} +45 -67
  667. package/dist/react-native/operations/advancedThreatProtectionSettings.js.map +1 -0
  668. package/dist/{commonjs/operations/backups.d.ts → react-native/operations/backupsAutomaticAndOnDemand.d.ts} +24 -24
  669. package/dist/react-native/operations/backupsAutomaticAndOnDemand.d.ts.map +1 -0
  670. package/dist/react-native/operations/{backups.js → backupsAutomaticAndOnDemand.js} +74 -86
  671. package/dist/react-native/operations/backupsAutomaticAndOnDemand.js.map +1 -0
  672. package/dist/react-native/operations/backupsLongTermRetention.d.ts +71 -0
  673. package/dist/react-native/operations/backupsLongTermRetention.d.ts.map +1 -0
  674. package/dist/react-native/operations/backupsLongTermRetention.js +293 -0
  675. package/dist/react-native/operations/backupsLongTermRetention.js.map +1 -0
  676. package/dist/react-native/operations/capabilitiesByLocation.d.ts +35 -0
  677. package/dist/react-native/operations/capabilitiesByLocation.d.ts.map +1 -0
  678. package/dist/react-native/operations/capabilitiesByLocation.js +119 -0
  679. package/dist/react-native/operations/capabilitiesByLocation.js.map +1 -0
  680. package/dist/{commonjs/operations/serverCapabilities.d.ts → react-native/operations/capabilitiesByServer.d.ts} +9 -9
  681. package/dist/react-native/operations/capabilitiesByServer.d.ts.map +1 -0
  682. package/dist/react-native/operations/{serverCapabilities.js → capabilitiesByServer.js} +33 -55
  683. package/dist/react-native/operations/capabilitiesByServer.js.map +1 -0
  684. package/dist/react-native/operations/{logFiles.d.ts → capturedLogs.d.ts} +9 -9
  685. package/dist/react-native/operations/capturedLogs.d.ts.map +1 -0
  686. package/dist/react-native/operations/{logFiles.js → capturedLogs.js} +33 -55
  687. package/dist/react-native/operations/capturedLogs.js.map +1 -0
  688. package/dist/react-native/operations/configurations.d.ts +26 -18
  689. package/dist/react-native/operations/configurations.d.ts.map +1 -1
  690. package/dist/react-native/operations/configurations.js +75 -79
  691. package/dist/react-native/operations/configurations.js.map +1 -1
  692. package/dist/react-native/operations/databases.d.ts +22 -17
  693. package/dist/react-native/operations/databases.d.ts.map +1 -1
  694. package/dist/react-native/operations/databases.js +80 -79
  695. package/dist/react-native/operations/databases.js.map +1 -1
  696. package/dist/react-native/operations/firewallRules.d.ts +15 -15
  697. package/dist/react-native/operations/firewallRules.d.ts.map +1 -1
  698. package/dist/react-native/operations/firewallRules.js +73 -77
  699. package/dist/react-native/operations/firewallRules.js.map +1 -1
  700. package/dist/react-native/operations/index.d.ts +12 -16
  701. package/dist/react-native/operations/index.d.ts.map +1 -1
  702. package/dist/react-native/operations/index.js +16 -23
  703. package/dist/react-native/operations/index.js.map +1 -1
  704. package/dist/react-native/operations/migrations.d.ts +38 -37
  705. package/dist/react-native/operations/migrations.d.ts.map +1 -1
  706. package/dist/react-native/operations/migrations.js +132 -158
  707. package/dist/react-native/operations/migrations.js.map +1 -1
  708. package/dist/react-native/operations/nameAvailability.d.ts +29 -0
  709. package/dist/react-native/operations/nameAvailability.d.ts.map +1 -0
  710. package/dist/react-native/operations/nameAvailability.js +75 -0
  711. package/dist/react-native/operations/nameAvailability.js.map +1 -0
  712. package/dist/react-native/operations/operations.d.ts +2 -2
  713. package/dist/react-native/operations/operations.d.ts.map +1 -1
  714. package/dist/react-native/operations/operations.js +29 -51
  715. package/dist/react-native/operations/operations.js.map +1 -1
  716. package/dist/react-native/operations/privateDnsZoneSuffix.d.ts +18 -0
  717. package/dist/react-native/operations/privateDnsZoneSuffix.d.ts.map +1 -0
  718. package/dist/react-native/operations/{getPrivateDnsZoneSuffix.js → privateDnsZoneSuffix.js} +11 -15
  719. package/dist/react-native/operations/privateDnsZoneSuffix.js.map +1 -0
  720. package/dist/react-native/operations/privateEndpointConnections.d.ts +38 -3
  721. package/dist/react-native/operations/privateEndpointConnections.d.ts.map +1 -1
  722. package/dist/react-native/operations/privateEndpointConnections.js +226 -51
  723. package/dist/react-native/operations/privateEndpointConnections.js.map +1 -1
  724. package/dist/react-native/operations/privateLinkResources.d.ts.map +1 -1
  725. package/dist/react-native/operations/privateLinkResources.js +27 -49
  726. package/dist/react-native/operations/privateLinkResources.js.map +1 -1
  727. package/dist/react-native/operations/quotaUsages.d.ts.map +1 -1
  728. package/dist/react-native/operations/quotaUsages.js +27 -49
  729. package/dist/react-native/operations/quotaUsages.js.map +1 -1
  730. package/dist/react-native/operations/replicas.d.ts +2 -2
  731. package/dist/react-native/operations/replicas.d.ts.map +1 -1
  732. package/dist/react-native/operations/replicas.js +15 -37
  733. package/dist/react-native/operations/replicas.js.map +1 -1
  734. package/dist/react-native/operations/serverThreatProtectionSettings.d.ts +7 -40
  735. package/dist/react-native/operations/serverThreatProtectionSettings.d.ts.map +1 -1
  736. package/dist/react-native/operations/serverThreatProtectionSettings.js +23 -181
  737. package/dist/react-native/operations/serverThreatProtectionSettings.js.map +1 -1
  738. package/dist/react-native/operations/servers.d.ts +39 -39
  739. package/dist/react-native/operations/servers.d.ts.map +1 -1
  740. package/dist/react-native/operations/servers.js +203 -180
  741. package/dist/react-native/operations/servers.js.map +1 -1
  742. package/dist/react-native/operations/tuningOptionsOperations.d.ts +73 -0
  743. package/dist/react-native/operations/tuningOptionsOperations.d.ts.map +1 -0
  744. package/dist/react-native/operations/tuningOptionsOperations.js +272 -0
  745. package/dist/react-native/operations/tuningOptionsOperations.js.map +1 -0
  746. package/dist/react-native/operations/virtualEndpoints.d.ts +24 -26
  747. package/dist/react-native/operations/virtualEndpoints.d.ts.map +1 -1
  748. package/dist/react-native/operations/virtualEndpoints.js +89 -98
  749. package/dist/react-native/operations/virtualEndpoints.js.map +1 -1
  750. package/dist/react-native/operations/virtualNetworkSubnetUsage.d.ts +3 -3
  751. package/dist/react-native/operations/virtualNetworkSubnetUsage.d.ts.map +1 -1
  752. package/dist/react-native/operations/virtualNetworkSubnetUsage.js +8 -12
  753. package/dist/react-native/operations/virtualNetworkSubnetUsage.js.map +1 -1
  754. package/dist/react-native/operationsInterfaces/administratorsMicrosoftEntra.d.ts +58 -0
  755. package/dist/react-native/operationsInterfaces/administratorsMicrosoftEntra.d.ts.map +1 -0
  756. package/dist/react-native/operationsInterfaces/administratorsMicrosoftEntra.js +4 -0
  757. package/dist/react-native/operationsInterfaces/administratorsMicrosoftEntra.js.map +1 -0
  758. package/dist/react-native/operationsInterfaces/advancedThreatProtectionSettings.d.ts +21 -0
  759. package/dist/react-native/operationsInterfaces/advancedThreatProtectionSettings.d.ts.map +1 -0
  760. package/dist/react-native/operationsInterfaces/advancedThreatProtectionSettings.js +4 -0
  761. package/dist/react-native/operationsInterfaces/advancedThreatProtectionSettings.js.map +1 -0
  762. package/dist/react-native/operationsInterfaces/backupsAutomaticAndOnDemand.d.ts +54 -0
  763. package/dist/react-native/operationsInterfaces/backupsAutomaticAndOnDemand.d.ts.map +1 -0
  764. package/dist/react-native/operationsInterfaces/backupsAutomaticAndOnDemand.js +4 -0
  765. package/dist/react-native/operationsInterfaces/backupsAutomaticAndOnDemand.js.map +1 -0
  766. package/dist/react-native/operationsInterfaces/backupsLongTermRetention.d.ts +46 -0
  767. package/dist/react-native/operationsInterfaces/backupsLongTermRetention.d.ts.map +1 -0
  768. package/dist/react-native/operationsInterfaces/backupsLongTermRetention.js +4 -0
  769. package/dist/react-native/operationsInterfaces/backupsLongTermRetention.js.map +1 -0
  770. package/dist/react-native/operationsInterfaces/capabilitiesByLocation.d.ts +12 -0
  771. package/dist/react-native/operationsInterfaces/capabilitiesByLocation.d.ts.map +1 -0
  772. package/dist/react-native/operationsInterfaces/capabilitiesByLocation.js +4 -0
  773. package/dist/react-native/operationsInterfaces/capabilitiesByLocation.js.map +1 -0
  774. package/dist/react-native/operationsInterfaces/capabilitiesByServer.d.ts +13 -0
  775. package/dist/react-native/operationsInterfaces/capabilitiesByServer.d.ts.map +1 -0
  776. package/dist/react-native/operationsInterfaces/capabilitiesByServer.js +4 -0
  777. package/dist/react-native/operationsInterfaces/capabilitiesByServer.js.map +1 -0
  778. package/dist/react-native/operationsInterfaces/capturedLogs.d.ts +13 -0
  779. package/dist/react-native/operationsInterfaces/capturedLogs.d.ts.map +1 -0
  780. package/dist/react-native/operationsInterfaces/capturedLogs.js +4 -0
  781. package/dist/react-native/operationsInterfaces/capturedLogs.js.map +1 -0
  782. package/dist/react-native/operationsInterfaces/configurations.d.ts +25 -17
  783. package/dist/react-native/operationsInterfaces/configurations.d.ts.map +1 -1
  784. package/dist/react-native/operationsInterfaces/configurations.js +2 -7
  785. package/dist/react-native/operationsInterfaces/configurations.js.map +1 -1
  786. package/dist/react-native/operationsInterfaces/databases.d.ts +21 -16
  787. package/dist/react-native/operationsInterfaces/databases.d.ts.map +1 -1
  788. package/dist/react-native/operationsInterfaces/databases.js +2 -7
  789. package/dist/react-native/operationsInterfaces/databases.js.map +1 -1
  790. package/dist/react-native/operationsInterfaces/firewallRules.d.ts +14 -14
  791. package/dist/react-native/operationsInterfaces/firewallRules.d.ts.map +1 -1
  792. package/dist/react-native/operationsInterfaces/firewallRules.js +2 -7
  793. package/dist/react-native/operationsInterfaces/firewallRules.js.map +1 -1
  794. package/dist/react-native/operationsInterfaces/index.d.ts +12 -16
  795. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -1
  796. package/dist/react-native/operationsInterfaces/index.js +16 -23
  797. package/dist/react-native/operationsInterfaces/index.js.map +1 -1
  798. package/dist/react-native/operationsInterfaces/migrations.d.ts +33 -30
  799. package/dist/react-native/operationsInterfaces/migrations.d.ts.map +1 -1
  800. package/dist/react-native/operationsInterfaces/migrations.js +2 -7
  801. package/dist/react-native/operationsInterfaces/migrations.js.map +1 -1
  802. package/dist/react-native/operationsInterfaces/nameAvailability.d.ts +21 -0
  803. package/dist/react-native/operationsInterfaces/nameAvailability.d.ts.map +1 -0
  804. package/dist/react-native/operationsInterfaces/nameAvailability.js +4 -0
  805. package/dist/react-native/operationsInterfaces/nameAvailability.js.map +1 -0
  806. package/dist/react-native/operationsInterfaces/operations.d.ts +1 -1
  807. package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -1
  808. package/dist/react-native/operationsInterfaces/operations.js +2 -7
  809. package/dist/react-native/operationsInterfaces/operations.js.map +1 -1
  810. package/dist/react-native/operationsInterfaces/privateDnsZoneSuffix.d.ts +10 -0
  811. package/dist/react-native/operationsInterfaces/privateDnsZoneSuffix.d.ts.map +1 -0
  812. package/dist/react-native/operationsInterfaces/privateDnsZoneSuffix.js +4 -0
  813. package/dist/react-native/operationsInterfaces/privateDnsZoneSuffix.js.map +1 -0
  814. package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts +37 -2
  815. package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -1
  816. package/dist/react-native/operationsInterfaces/privateEndpointConnections.js +2 -7
  817. package/dist/react-native/operationsInterfaces/privateEndpointConnections.js.map +1 -1
  818. package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts.map +1 -1
  819. package/dist/react-native/operationsInterfaces/privateLinkResources.js +2 -7
  820. package/dist/react-native/operationsInterfaces/privateLinkResources.js.map +1 -1
  821. package/dist/react-native/operationsInterfaces/quotaUsages.d.ts.map +1 -1
  822. package/dist/react-native/operationsInterfaces/quotaUsages.js +2 -7
  823. package/dist/react-native/operationsInterfaces/quotaUsages.js.map +1 -1
  824. package/dist/react-native/operationsInterfaces/replicas.d.ts +1 -1
  825. package/dist/react-native/operationsInterfaces/replicas.d.ts.map +1 -1
  826. package/dist/react-native/operationsInterfaces/replicas.js +2 -7
  827. package/dist/react-native/operationsInterfaces/replicas.js.map +1 -1
  828. package/dist/react-native/operationsInterfaces/serverThreatProtectionSettings.d.ts +7 -23
  829. package/dist/react-native/operationsInterfaces/serverThreatProtectionSettings.d.ts.map +1 -1
  830. package/dist/react-native/operationsInterfaces/serverThreatProtectionSettings.js +2 -7
  831. package/dist/react-native/operationsInterfaces/serverThreatProtectionSettings.js.map +1 -1
  832. package/dist/react-native/operationsInterfaces/servers.d.ts +31 -31
  833. package/dist/react-native/operationsInterfaces/servers.d.ts.map +1 -1
  834. package/dist/react-native/operationsInterfaces/servers.js +2 -7
  835. package/dist/react-native/operationsInterfaces/servers.js.map +1 -1
  836. package/dist/react-native/operationsInterfaces/tuningOptionsOperations.d.ts +29 -0
  837. package/dist/react-native/operationsInterfaces/tuningOptionsOperations.d.ts.map +1 -0
  838. package/dist/react-native/operationsInterfaces/tuningOptionsOperations.js +4 -0
  839. package/dist/react-native/operationsInterfaces/tuningOptionsOperations.js.map +1 -0
  840. package/dist/react-native/operationsInterfaces/virtualEndpoints.d.ts +23 -25
  841. package/dist/react-native/operationsInterfaces/virtualEndpoints.d.ts.map +1 -1
  842. package/dist/react-native/operationsInterfaces/virtualEndpoints.js +2 -7
  843. package/dist/react-native/operationsInterfaces/virtualEndpoints.js.map +1 -1
  844. package/dist/react-native/operationsInterfaces/virtualNetworkSubnetUsage.d.ts +3 -3
  845. package/dist/react-native/operationsInterfaces/virtualNetworkSubnetUsage.d.ts.map +1 -1
  846. package/dist/react-native/operationsInterfaces/virtualNetworkSubnetUsage.js +2 -7
  847. package/dist/react-native/operationsInterfaces/virtualNetworkSubnetUsage.js.map +1 -1
  848. package/dist/react-native/pagingHelper.d.ts.map +1 -1
  849. package/dist/react-native/pagingHelper.js +4 -11
  850. package/dist/react-native/pagingHelper.js.map +1 -1
  851. package/dist/react-native/postgreSQLManagementFlexibleServerClient.d.ts +14 -27
  852. package/dist/react-native/postgreSQLManagementFlexibleServerClient.d.ts.map +1 -1
  853. package/dist/react-native/postgreSQLManagementFlexibleServerClient.js +54 -75
  854. package/dist/react-native/postgreSQLManagementFlexibleServerClient.js.map +1 -1
  855. package/package.json +44 -42
  856. package/CHANGELOG.md +0 -1707
  857. package/dist/browser/operations/administrators.d.ts +0 -81
  858. package/dist/browser/operations/administrators.d.ts.map +0 -1
  859. package/dist/browser/operations/administrators.js.map +0 -1
  860. package/dist/browser/operations/backups.d.ts.map +0 -1
  861. package/dist/browser/operations/backups.js.map +0 -1
  862. package/dist/browser/operations/checkNameAvailability.d.ts +0 -19
  863. package/dist/browser/operations/checkNameAvailability.d.ts.map +0 -1
  864. package/dist/browser/operations/checkNameAvailability.js +0 -49
  865. package/dist/browser/operations/checkNameAvailability.js.map +0 -1
  866. package/dist/browser/operations/checkNameAvailabilityWithLocation.d.ts +0 -20
  867. package/dist/browser/operations/checkNameAvailabilityWithLocation.d.ts.map +0 -1
  868. package/dist/browser/operations/checkNameAvailabilityWithLocation.js +0 -50
  869. package/dist/browser/operations/checkNameAvailabilityWithLocation.js.map +0 -1
  870. package/dist/browser/operations/flexibleServer.d.ts +0 -39
  871. package/dist/browser/operations/flexibleServer.d.ts.map +0 -1
  872. package/dist/browser/operations/flexibleServer.js +0 -152
  873. package/dist/browser/operations/flexibleServer.js.map +0 -1
  874. package/dist/browser/operations/getPrivateDnsZoneSuffix.d.ts +0 -18
  875. package/dist/browser/operations/getPrivateDnsZoneSuffix.d.ts.map +0 -1
  876. package/dist/browser/operations/getPrivateDnsZoneSuffix.js.map +0 -1
  877. package/dist/browser/operations/locationBasedCapabilities.d.ts +0 -35
  878. package/dist/browser/operations/locationBasedCapabilities.d.ts.map +0 -1
  879. package/dist/browser/operations/locationBasedCapabilities.js +0 -141
  880. package/dist/browser/operations/locationBasedCapabilities.js.map +0 -1
  881. package/dist/browser/operations/logFiles.d.ts.map +0 -1
  882. package/dist/browser/operations/logFiles.js.map +0 -1
  883. package/dist/browser/operations/ltrBackupOperations.d.ts.map +0 -1
  884. package/dist/browser/operations/ltrBackupOperations.js +0 -182
  885. package/dist/browser/operations/ltrBackupOperations.js.map +0 -1
  886. package/dist/browser/operations/privateEndpointConnectionOperations.d.ts +0 -48
  887. package/dist/browser/operations/privateEndpointConnectionOperations.d.ts.map +0 -1
  888. package/dist/browser/operations/privateEndpointConnectionOperations.js +0 -209
  889. package/dist/browser/operations/privateEndpointConnectionOperations.js.map +0 -1
  890. package/dist/browser/operations/serverCapabilities.d.ts.map +0 -1
  891. package/dist/browser/operations/serverCapabilities.js.map +0 -1
  892. package/dist/browser/operations/tuningConfiguration.d.ts +0 -137
  893. package/dist/browser/operations/tuningConfiguration.d.ts.map +0 -1
  894. package/dist/browser/operations/tuningConfiguration.js +0 -638
  895. package/dist/browser/operations/tuningConfiguration.js.map +0 -1
  896. package/dist/browser/operations/tuningIndex.d.ts +0 -41
  897. package/dist/browser/operations/tuningIndex.d.ts.map +0 -1
  898. package/dist/browser/operations/tuningIndex.js +0 -155
  899. package/dist/browser/operations/tuningIndex.js.map +0 -1
  900. package/dist/browser/operations/tuningOptions.d.ts.map +0 -1
  901. package/dist/browser/operations/tuningOptions.js.map +0 -1
  902. package/dist/browser/operationsInterfaces/administrators.d.ts +0 -56
  903. package/dist/browser/operationsInterfaces/administrators.d.ts.map +0 -1
  904. package/dist/browser/operationsInterfaces/administrators.js +0 -9
  905. package/dist/browser/operationsInterfaces/administrators.js.map +0 -1
  906. package/dist/browser/operationsInterfaces/backups.d.ts +0 -54
  907. package/dist/browser/operationsInterfaces/backups.d.ts.map +0 -1
  908. package/dist/browser/operationsInterfaces/backups.js +0 -9
  909. package/dist/browser/operationsInterfaces/backups.js.map +0 -1
  910. package/dist/browser/operationsInterfaces/checkNameAvailability.d.ts +0 -11
  911. package/dist/browser/operationsInterfaces/checkNameAvailability.d.ts.map +0 -1
  912. package/dist/browser/operationsInterfaces/checkNameAvailability.js +0 -9
  913. package/dist/browser/operationsInterfaces/checkNameAvailability.js.map +0 -1
  914. package/dist/browser/operationsInterfaces/checkNameAvailabilityWithLocation.d.ts +0 -12
  915. package/dist/browser/operationsInterfaces/checkNameAvailabilityWithLocation.d.ts.map +0 -1
  916. package/dist/browser/operationsInterfaces/checkNameAvailabilityWithLocation.js +0 -9
  917. package/dist/browser/operationsInterfaces/checkNameAvailabilityWithLocation.js.map +0 -1
  918. package/dist/browser/operationsInterfaces/flexibleServer.d.ts +0 -31
  919. package/dist/browser/operationsInterfaces/flexibleServer.d.ts.map +0 -1
  920. package/dist/browser/operationsInterfaces/flexibleServer.js +0 -9
  921. package/dist/browser/operationsInterfaces/flexibleServer.js.map +0 -1
  922. package/dist/browser/operationsInterfaces/getPrivateDnsZoneSuffix.d.ts +0 -10
  923. package/dist/browser/operationsInterfaces/getPrivateDnsZoneSuffix.d.ts.map +0 -1
  924. package/dist/browser/operationsInterfaces/getPrivateDnsZoneSuffix.js +0 -9
  925. package/dist/browser/operationsInterfaces/getPrivateDnsZoneSuffix.js.map +0 -1
  926. package/dist/browser/operationsInterfaces/locationBasedCapabilities.d.ts +0 -12
  927. package/dist/browser/operationsInterfaces/locationBasedCapabilities.d.ts.map +0 -1
  928. package/dist/browser/operationsInterfaces/locationBasedCapabilities.js +0 -9
  929. package/dist/browser/operationsInterfaces/locationBasedCapabilities.js.map +0 -1
  930. package/dist/browser/operationsInterfaces/logFiles.d.ts +0 -13
  931. package/dist/browser/operationsInterfaces/logFiles.d.ts.map +0 -1
  932. package/dist/browser/operationsInterfaces/logFiles.js +0 -9
  933. package/dist/browser/operationsInterfaces/logFiles.js.map +0 -1
  934. package/dist/browser/operationsInterfaces/ltrBackupOperations.d.ts +0 -21
  935. package/dist/browser/operationsInterfaces/ltrBackupOperations.d.ts.map +0 -1
  936. package/dist/browser/operationsInterfaces/ltrBackupOperations.js +0 -9
  937. package/dist/browser/operationsInterfaces/ltrBackupOperations.js.map +0 -1
  938. package/dist/browser/operationsInterfaces/privateEndpointConnectionOperations.d.ts +0 -40
  939. package/dist/browser/operationsInterfaces/privateEndpointConnectionOperations.d.ts.map +0 -1
  940. package/dist/browser/operationsInterfaces/privateEndpointConnectionOperations.js +0 -9
  941. package/dist/browser/operationsInterfaces/privateEndpointConnectionOperations.js.map +0 -1
  942. package/dist/browser/operationsInterfaces/serverCapabilities.d.ts +0 -13
  943. package/dist/browser/operationsInterfaces/serverCapabilities.d.ts.map +0 -1
  944. package/dist/browser/operationsInterfaces/serverCapabilities.js +0 -9
  945. package/dist/browser/operationsInterfaces/serverCapabilities.js.map +0 -1
  946. package/dist/browser/operationsInterfaces/tuningConfiguration.d.ts +0 -90
  947. package/dist/browser/operationsInterfaces/tuningConfiguration.d.ts.map +0 -1
  948. package/dist/browser/operationsInterfaces/tuningConfiguration.js +0 -9
  949. package/dist/browser/operationsInterfaces/tuningConfiguration.js.map +0 -1
  950. package/dist/browser/operationsInterfaces/tuningIndex.d.ts +0 -14
  951. package/dist/browser/operationsInterfaces/tuningIndex.d.ts.map +0 -1
  952. package/dist/browser/operationsInterfaces/tuningIndex.js +0 -9
  953. package/dist/browser/operationsInterfaces/tuningIndex.js.map +0 -1
  954. package/dist/browser/operationsInterfaces/tuningOptions.d.ts +0 -21
  955. package/dist/browser/operationsInterfaces/tuningOptions.d.ts.map +0 -1
  956. package/dist/browser/operationsInterfaces/tuningOptions.js +0 -9
  957. package/dist/browser/operationsInterfaces/tuningOptions.js.map +0 -1
  958. package/dist/commonjs/operations/administrators.d.ts +0 -81
  959. package/dist/commonjs/operations/administrators.d.ts.map +0 -1
  960. package/dist/commonjs/operations/administrators.js.map +0 -1
  961. package/dist/commonjs/operations/backups.d.ts.map +0 -1
  962. package/dist/commonjs/operations/backups.js.map +0 -1
  963. package/dist/commonjs/operations/checkNameAvailability.d.ts +0 -19
  964. package/dist/commonjs/operations/checkNameAvailability.d.ts.map +0 -1
  965. package/dist/commonjs/operations/checkNameAvailability.js +0 -54
  966. package/dist/commonjs/operations/checkNameAvailability.js.map +0 -1
  967. package/dist/commonjs/operations/checkNameAvailabilityWithLocation.d.ts +0 -20
  968. package/dist/commonjs/operations/checkNameAvailabilityWithLocation.d.ts.map +0 -1
  969. package/dist/commonjs/operations/checkNameAvailabilityWithLocation.js +0 -55
  970. package/dist/commonjs/operations/checkNameAvailabilityWithLocation.js.map +0 -1
  971. package/dist/commonjs/operations/flexibleServer.d.ts +0 -39
  972. package/dist/commonjs/operations/flexibleServer.d.ts.map +0 -1
  973. package/dist/commonjs/operations/flexibleServer.js +0 -157
  974. package/dist/commonjs/operations/flexibleServer.js.map +0 -1
  975. package/dist/commonjs/operations/getPrivateDnsZoneSuffix.d.ts +0 -18
  976. package/dist/commonjs/operations/getPrivateDnsZoneSuffix.d.ts.map +0 -1
  977. package/dist/commonjs/operations/getPrivateDnsZoneSuffix.js.map +0 -1
  978. package/dist/commonjs/operations/locationBasedCapabilities.d.ts +0 -35
  979. package/dist/commonjs/operations/locationBasedCapabilities.d.ts.map +0 -1
  980. package/dist/commonjs/operations/locationBasedCapabilities.js +0 -145
  981. package/dist/commonjs/operations/locationBasedCapabilities.js.map +0 -1
  982. package/dist/commonjs/operations/logFiles.d.ts.map +0 -1
  983. package/dist/commonjs/operations/logFiles.js.map +0 -1
  984. package/dist/commonjs/operations/ltrBackupOperations.d.ts.map +0 -1
  985. package/dist/commonjs/operations/ltrBackupOperations.js +0 -186
  986. package/dist/commonjs/operations/ltrBackupOperations.js.map +0 -1
  987. package/dist/commonjs/operations/privateEndpointConnectionOperations.d.ts +0 -48
  988. package/dist/commonjs/operations/privateEndpointConnectionOperations.d.ts.map +0 -1
  989. package/dist/commonjs/operations/privateEndpointConnectionOperations.js +0 -214
  990. package/dist/commonjs/operations/privateEndpointConnectionOperations.js.map +0 -1
  991. package/dist/commonjs/operations/serverCapabilities.d.ts.map +0 -1
  992. package/dist/commonjs/operations/serverCapabilities.js.map +0 -1
  993. package/dist/commonjs/operations/tuningConfiguration.d.ts +0 -137
  994. package/dist/commonjs/operations/tuningConfiguration.d.ts.map +0 -1
  995. package/dist/commonjs/operations/tuningConfiguration.js +0 -642
  996. package/dist/commonjs/operations/tuningConfiguration.js.map +0 -1
  997. package/dist/commonjs/operations/tuningIndex.d.ts +0 -41
  998. package/dist/commonjs/operations/tuningIndex.d.ts.map +0 -1
  999. package/dist/commonjs/operations/tuningIndex.js +0 -159
  1000. package/dist/commonjs/operations/tuningIndex.js.map +0 -1
  1001. package/dist/commonjs/operations/tuningOptions.d.ts.map +0 -1
  1002. package/dist/commonjs/operations/tuningOptions.js.map +0 -1
  1003. package/dist/commonjs/operationsInterfaces/administrators.d.ts +0 -56
  1004. package/dist/commonjs/operationsInterfaces/administrators.d.ts.map +0 -1
  1005. package/dist/commonjs/operationsInterfaces/administrators.js +0 -10
  1006. package/dist/commonjs/operationsInterfaces/administrators.js.map +0 -1
  1007. package/dist/commonjs/operationsInterfaces/backups.d.ts +0 -54
  1008. package/dist/commonjs/operationsInterfaces/backups.d.ts.map +0 -1
  1009. package/dist/commonjs/operationsInterfaces/backups.js +0 -10
  1010. package/dist/commonjs/operationsInterfaces/backups.js.map +0 -1
  1011. package/dist/commonjs/operationsInterfaces/checkNameAvailability.d.ts +0 -11
  1012. package/dist/commonjs/operationsInterfaces/checkNameAvailability.d.ts.map +0 -1
  1013. package/dist/commonjs/operationsInterfaces/checkNameAvailability.js +0 -10
  1014. package/dist/commonjs/operationsInterfaces/checkNameAvailability.js.map +0 -1
  1015. package/dist/commonjs/operationsInterfaces/checkNameAvailabilityWithLocation.d.ts +0 -12
  1016. package/dist/commonjs/operationsInterfaces/checkNameAvailabilityWithLocation.d.ts.map +0 -1
  1017. package/dist/commonjs/operationsInterfaces/checkNameAvailabilityWithLocation.js +0 -10
  1018. package/dist/commonjs/operationsInterfaces/checkNameAvailabilityWithLocation.js.map +0 -1
  1019. package/dist/commonjs/operationsInterfaces/flexibleServer.d.ts +0 -31
  1020. package/dist/commonjs/operationsInterfaces/flexibleServer.d.ts.map +0 -1
  1021. package/dist/commonjs/operationsInterfaces/flexibleServer.js +0 -10
  1022. package/dist/commonjs/operationsInterfaces/flexibleServer.js.map +0 -1
  1023. package/dist/commonjs/operationsInterfaces/getPrivateDnsZoneSuffix.d.ts +0 -10
  1024. package/dist/commonjs/operationsInterfaces/getPrivateDnsZoneSuffix.d.ts.map +0 -1
  1025. package/dist/commonjs/operationsInterfaces/getPrivateDnsZoneSuffix.js +0 -10
  1026. package/dist/commonjs/operationsInterfaces/getPrivateDnsZoneSuffix.js.map +0 -1
  1027. package/dist/commonjs/operationsInterfaces/locationBasedCapabilities.d.ts +0 -12
  1028. package/dist/commonjs/operationsInterfaces/locationBasedCapabilities.d.ts.map +0 -1
  1029. package/dist/commonjs/operationsInterfaces/locationBasedCapabilities.js +0 -10
  1030. package/dist/commonjs/operationsInterfaces/locationBasedCapabilities.js.map +0 -1
  1031. package/dist/commonjs/operationsInterfaces/logFiles.d.ts +0 -13
  1032. package/dist/commonjs/operationsInterfaces/logFiles.d.ts.map +0 -1
  1033. package/dist/commonjs/operationsInterfaces/logFiles.js +0 -10
  1034. package/dist/commonjs/operationsInterfaces/logFiles.js.map +0 -1
  1035. package/dist/commonjs/operationsInterfaces/ltrBackupOperations.d.ts +0 -21
  1036. package/dist/commonjs/operationsInterfaces/ltrBackupOperations.d.ts.map +0 -1
  1037. package/dist/commonjs/operationsInterfaces/ltrBackupOperations.js +0 -10
  1038. package/dist/commonjs/operationsInterfaces/ltrBackupOperations.js.map +0 -1
  1039. package/dist/commonjs/operationsInterfaces/privateEndpointConnectionOperations.d.ts +0 -40
  1040. package/dist/commonjs/operationsInterfaces/privateEndpointConnectionOperations.d.ts.map +0 -1
  1041. package/dist/commonjs/operationsInterfaces/privateEndpointConnectionOperations.js +0 -10
  1042. package/dist/commonjs/operationsInterfaces/privateEndpointConnectionOperations.js.map +0 -1
  1043. package/dist/commonjs/operationsInterfaces/serverCapabilities.d.ts +0 -13
  1044. package/dist/commonjs/operationsInterfaces/serverCapabilities.d.ts.map +0 -1
  1045. package/dist/commonjs/operationsInterfaces/serverCapabilities.js +0 -10
  1046. package/dist/commonjs/operationsInterfaces/serverCapabilities.js.map +0 -1
  1047. package/dist/commonjs/operationsInterfaces/tuningConfiguration.d.ts +0 -90
  1048. package/dist/commonjs/operationsInterfaces/tuningConfiguration.d.ts.map +0 -1
  1049. package/dist/commonjs/operationsInterfaces/tuningConfiguration.js +0 -10
  1050. package/dist/commonjs/operationsInterfaces/tuningConfiguration.js.map +0 -1
  1051. package/dist/commonjs/operationsInterfaces/tuningIndex.d.ts +0 -14
  1052. package/dist/commonjs/operationsInterfaces/tuningIndex.d.ts.map +0 -1
  1053. package/dist/commonjs/operationsInterfaces/tuningIndex.js +0 -10
  1054. package/dist/commonjs/operationsInterfaces/tuningIndex.js.map +0 -1
  1055. package/dist/commonjs/operationsInterfaces/tuningOptions.d.ts +0 -21
  1056. package/dist/commonjs/operationsInterfaces/tuningOptions.d.ts.map +0 -1
  1057. package/dist/commonjs/operationsInterfaces/tuningOptions.js +0 -10
  1058. package/dist/commonjs/operationsInterfaces/tuningOptions.js.map +0 -1
  1059. package/dist/esm/operations/administrators.d.ts +0 -81
  1060. package/dist/esm/operations/administrators.d.ts.map +0 -1
  1061. package/dist/esm/operations/administrators.js.map +0 -1
  1062. package/dist/esm/operations/backups.d.ts.map +0 -1
  1063. package/dist/esm/operations/backups.js.map +0 -1
  1064. package/dist/esm/operations/checkNameAvailability.d.ts +0 -19
  1065. package/dist/esm/operations/checkNameAvailability.d.ts.map +0 -1
  1066. package/dist/esm/operations/checkNameAvailability.js +0 -49
  1067. package/dist/esm/operations/checkNameAvailability.js.map +0 -1
  1068. package/dist/esm/operations/checkNameAvailabilityWithLocation.d.ts +0 -20
  1069. package/dist/esm/operations/checkNameAvailabilityWithLocation.d.ts.map +0 -1
  1070. package/dist/esm/operations/checkNameAvailabilityWithLocation.js +0 -50
  1071. package/dist/esm/operations/checkNameAvailabilityWithLocation.js.map +0 -1
  1072. package/dist/esm/operations/flexibleServer.d.ts +0 -39
  1073. package/dist/esm/operations/flexibleServer.d.ts.map +0 -1
  1074. package/dist/esm/operations/flexibleServer.js +0 -152
  1075. package/dist/esm/operations/flexibleServer.js.map +0 -1
  1076. package/dist/esm/operations/getPrivateDnsZoneSuffix.d.ts +0 -18
  1077. package/dist/esm/operations/getPrivateDnsZoneSuffix.d.ts.map +0 -1
  1078. package/dist/esm/operations/getPrivateDnsZoneSuffix.js.map +0 -1
  1079. package/dist/esm/operations/locationBasedCapabilities.d.ts +0 -35
  1080. package/dist/esm/operations/locationBasedCapabilities.d.ts.map +0 -1
  1081. package/dist/esm/operations/locationBasedCapabilities.js +0 -141
  1082. package/dist/esm/operations/locationBasedCapabilities.js.map +0 -1
  1083. package/dist/esm/operations/logFiles.d.ts.map +0 -1
  1084. package/dist/esm/operations/logFiles.js.map +0 -1
  1085. package/dist/esm/operations/ltrBackupOperations.d.ts +0 -46
  1086. package/dist/esm/operations/ltrBackupOperations.d.ts.map +0 -1
  1087. package/dist/esm/operations/ltrBackupOperations.js +0 -182
  1088. package/dist/esm/operations/ltrBackupOperations.js.map +0 -1
  1089. package/dist/esm/operations/privateEndpointConnectionOperations.d.ts +0 -48
  1090. package/dist/esm/operations/privateEndpointConnectionOperations.d.ts.map +0 -1
  1091. package/dist/esm/operations/privateEndpointConnectionOperations.js +0 -209
  1092. package/dist/esm/operations/privateEndpointConnectionOperations.js.map +0 -1
  1093. package/dist/esm/operations/serverCapabilities.d.ts.map +0 -1
  1094. package/dist/esm/operations/serverCapabilities.js.map +0 -1
  1095. package/dist/esm/operations/tuningConfiguration.d.ts +0 -137
  1096. package/dist/esm/operations/tuningConfiguration.d.ts.map +0 -1
  1097. package/dist/esm/operations/tuningConfiguration.js +0 -638
  1098. package/dist/esm/operations/tuningConfiguration.js.map +0 -1
  1099. package/dist/esm/operations/tuningIndex.d.ts +0 -41
  1100. package/dist/esm/operations/tuningIndex.d.ts.map +0 -1
  1101. package/dist/esm/operations/tuningIndex.js +0 -155
  1102. package/dist/esm/operations/tuningIndex.js.map +0 -1
  1103. package/dist/esm/operations/tuningOptions.d.ts +0 -46
  1104. package/dist/esm/operations/tuningOptions.d.ts.map +0 -1
  1105. package/dist/esm/operations/tuningOptions.js.map +0 -1
  1106. package/dist/esm/operationsInterfaces/administrators.d.ts +0 -56
  1107. package/dist/esm/operationsInterfaces/administrators.d.ts.map +0 -1
  1108. package/dist/esm/operationsInterfaces/administrators.js +0 -9
  1109. package/dist/esm/operationsInterfaces/administrators.js.map +0 -1
  1110. package/dist/esm/operationsInterfaces/backups.d.ts +0 -54
  1111. package/dist/esm/operationsInterfaces/backups.d.ts.map +0 -1
  1112. package/dist/esm/operationsInterfaces/backups.js +0 -9
  1113. package/dist/esm/operationsInterfaces/backups.js.map +0 -1
  1114. package/dist/esm/operationsInterfaces/checkNameAvailability.d.ts +0 -11
  1115. package/dist/esm/operationsInterfaces/checkNameAvailability.d.ts.map +0 -1
  1116. package/dist/esm/operationsInterfaces/checkNameAvailability.js +0 -9
  1117. package/dist/esm/operationsInterfaces/checkNameAvailability.js.map +0 -1
  1118. package/dist/esm/operationsInterfaces/checkNameAvailabilityWithLocation.d.ts +0 -12
  1119. package/dist/esm/operationsInterfaces/checkNameAvailabilityWithLocation.d.ts.map +0 -1
  1120. package/dist/esm/operationsInterfaces/checkNameAvailabilityWithLocation.js +0 -9
  1121. package/dist/esm/operationsInterfaces/checkNameAvailabilityWithLocation.js.map +0 -1
  1122. package/dist/esm/operationsInterfaces/flexibleServer.d.ts +0 -31
  1123. package/dist/esm/operationsInterfaces/flexibleServer.d.ts.map +0 -1
  1124. package/dist/esm/operationsInterfaces/flexibleServer.js +0 -9
  1125. package/dist/esm/operationsInterfaces/flexibleServer.js.map +0 -1
  1126. package/dist/esm/operationsInterfaces/getPrivateDnsZoneSuffix.d.ts +0 -10
  1127. package/dist/esm/operationsInterfaces/getPrivateDnsZoneSuffix.d.ts.map +0 -1
  1128. package/dist/esm/operationsInterfaces/getPrivateDnsZoneSuffix.js +0 -9
  1129. package/dist/esm/operationsInterfaces/getPrivateDnsZoneSuffix.js.map +0 -1
  1130. package/dist/esm/operationsInterfaces/locationBasedCapabilities.d.ts +0 -12
  1131. package/dist/esm/operationsInterfaces/locationBasedCapabilities.d.ts.map +0 -1
  1132. package/dist/esm/operationsInterfaces/locationBasedCapabilities.js +0 -9
  1133. package/dist/esm/operationsInterfaces/locationBasedCapabilities.js.map +0 -1
  1134. package/dist/esm/operationsInterfaces/logFiles.d.ts +0 -13
  1135. package/dist/esm/operationsInterfaces/logFiles.d.ts.map +0 -1
  1136. package/dist/esm/operationsInterfaces/logFiles.js +0 -9
  1137. package/dist/esm/operationsInterfaces/logFiles.js.map +0 -1
  1138. package/dist/esm/operationsInterfaces/ltrBackupOperations.d.ts +0 -21
  1139. package/dist/esm/operationsInterfaces/ltrBackupOperations.d.ts.map +0 -1
  1140. package/dist/esm/operationsInterfaces/ltrBackupOperations.js +0 -9
  1141. package/dist/esm/operationsInterfaces/ltrBackupOperations.js.map +0 -1
  1142. package/dist/esm/operationsInterfaces/privateEndpointConnectionOperations.d.ts +0 -40
  1143. package/dist/esm/operationsInterfaces/privateEndpointConnectionOperations.d.ts.map +0 -1
  1144. package/dist/esm/operationsInterfaces/privateEndpointConnectionOperations.js +0 -9
  1145. package/dist/esm/operationsInterfaces/privateEndpointConnectionOperations.js.map +0 -1
  1146. package/dist/esm/operationsInterfaces/serverCapabilities.d.ts +0 -13
  1147. package/dist/esm/operationsInterfaces/serverCapabilities.d.ts.map +0 -1
  1148. package/dist/esm/operationsInterfaces/serverCapabilities.js +0 -9
  1149. package/dist/esm/operationsInterfaces/serverCapabilities.js.map +0 -1
  1150. package/dist/esm/operationsInterfaces/tuningConfiguration.d.ts +0 -90
  1151. package/dist/esm/operationsInterfaces/tuningConfiguration.d.ts.map +0 -1
  1152. package/dist/esm/operationsInterfaces/tuningConfiguration.js +0 -9
  1153. package/dist/esm/operationsInterfaces/tuningConfiguration.js.map +0 -1
  1154. package/dist/esm/operationsInterfaces/tuningIndex.d.ts +0 -14
  1155. package/dist/esm/operationsInterfaces/tuningIndex.d.ts.map +0 -1
  1156. package/dist/esm/operationsInterfaces/tuningIndex.js +0 -9
  1157. package/dist/esm/operationsInterfaces/tuningIndex.js.map +0 -1
  1158. package/dist/esm/operationsInterfaces/tuningOptions.d.ts +0 -21
  1159. package/dist/esm/operationsInterfaces/tuningOptions.d.ts.map +0 -1
  1160. package/dist/esm/operationsInterfaces/tuningOptions.js +0 -9
  1161. package/dist/esm/operationsInterfaces/tuningOptions.js.map +0 -1
  1162. package/dist/react-native/operations/administrators.d.ts +0 -81
  1163. package/dist/react-native/operations/administrators.d.ts.map +0 -1
  1164. package/dist/react-native/operations/administrators.js.map +0 -1
  1165. package/dist/react-native/operations/backups.d.ts.map +0 -1
  1166. package/dist/react-native/operations/backups.js.map +0 -1
  1167. package/dist/react-native/operations/checkNameAvailability.d.ts +0 -19
  1168. package/dist/react-native/operations/checkNameAvailability.d.ts.map +0 -1
  1169. package/dist/react-native/operations/checkNameAvailability.js +0 -49
  1170. package/dist/react-native/operations/checkNameAvailability.js.map +0 -1
  1171. package/dist/react-native/operations/checkNameAvailabilityWithLocation.d.ts +0 -20
  1172. package/dist/react-native/operations/checkNameAvailabilityWithLocation.d.ts.map +0 -1
  1173. package/dist/react-native/operations/checkNameAvailabilityWithLocation.js +0 -50
  1174. package/dist/react-native/operations/checkNameAvailabilityWithLocation.js.map +0 -1
  1175. package/dist/react-native/operations/flexibleServer.d.ts +0 -39
  1176. package/dist/react-native/operations/flexibleServer.d.ts.map +0 -1
  1177. package/dist/react-native/operations/flexibleServer.js +0 -152
  1178. package/dist/react-native/operations/flexibleServer.js.map +0 -1
  1179. package/dist/react-native/operations/getPrivateDnsZoneSuffix.d.ts +0 -18
  1180. package/dist/react-native/operations/getPrivateDnsZoneSuffix.d.ts.map +0 -1
  1181. package/dist/react-native/operations/getPrivateDnsZoneSuffix.js.map +0 -1
  1182. package/dist/react-native/operations/locationBasedCapabilities.d.ts +0 -35
  1183. package/dist/react-native/operations/locationBasedCapabilities.d.ts.map +0 -1
  1184. package/dist/react-native/operations/locationBasedCapabilities.js +0 -141
  1185. package/dist/react-native/operations/locationBasedCapabilities.js.map +0 -1
  1186. package/dist/react-native/operations/logFiles.d.ts.map +0 -1
  1187. package/dist/react-native/operations/logFiles.js.map +0 -1
  1188. package/dist/react-native/operations/ltrBackupOperations.d.ts +0 -46
  1189. package/dist/react-native/operations/ltrBackupOperations.d.ts.map +0 -1
  1190. package/dist/react-native/operations/ltrBackupOperations.js +0 -182
  1191. package/dist/react-native/operations/ltrBackupOperations.js.map +0 -1
  1192. package/dist/react-native/operations/privateEndpointConnectionOperations.d.ts +0 -48
  1193. package/dist/react-native/operations/privateEndpointConnectionOperations.d.ts.map +0 -1
  1194. package/dist/react-native/operations/privateEndpointConnectionOperations.js +0 -209
  1195. package/dist/react-native/operations/privateEndpointConnectionOperations.js.map +0 -1
  1196. package/dist/react-native/operations/serverCapabilities.d.ts.map +0 -1
  1197. package/dist/react-native/operations/serverCapabilities.js.map +0 -1
  1198. package/dist/react-native/operations/tuningConfiguration.d.ts +0 -137
  1199. package/dist/react-native/operations/tuningConfiguration.d.ts.map +0 -1
  1200. package/dist/react-native/operations/tuningConfiguration.js +0 -638
  1201. package/dist/react-native/operations/tuningConfiguration.js.map +0 -1
  1202. package/dist/react-native/operations/tuningIndex.d.ts +0 -41
  1203. package/dist/react-native/operations/tuningIndex.d.ts.map +0 -1
  1204. package/dist/react-native/operations/tuningIndex.js +0 -155
  1205. package/dist/react-native/operations/tuningIndex.js.map +0 -1
  1206. package/dist/react-native/operations/tuningOptions.d.ts +0 -46
  1207. package/dist/react-native/operations/tuningOptions.d.ts.map +0 -1
  1208. package/dist/react-native/operations/tuningOptions.js.map +0 -1
  1209. package/dist/react-native/operationsInterfaces/administrators.d.ts +0 -56
  1210. package/dist/react-native/operationsInterfaces/administrators.d.ts.map +0 -1
  1211. package/dist/react-native/operationsInterfaces/administrators.js +0 -9
  1212. package/dist/react-native/operationsInterfaces/administrators.js.map +0 -1
  1213. package/dist/react-native/operationsInterfaces/backups.d.ts +0 -54
  1214. package/dist/react-native/operationsInterfaces/backups.d.ts.map +0 -1
  1215. package/dist/react-native/operationsInterfaces/backups.js +0 -9
  1216. package/dist/react-native/operationsInterfaces/backups.js.map +0 -1
  1217. package/dist/react-native/operationsInterfaces/checkNameAvailability.d.ts +0 -11
  1218. package/dist/react-native/operationsInterfaces/checkNameAvailability.d.ts.map +0 -1
  1219. package/dist/react-native/operationsInterfaces/checkNameAvailability.js +0 -9
  1220. package/dist/react-native/operationsInterfaces/checkNameAvailability.js.map +0 -1
  1221. package/dist/react-native/operationsInterfaces/checkNameAvailabilityWithLocation.d.ts +0 -12
  1222. package/dist/react-native/operationsInterfaces/checkNameAvailabilityWithLocation.d.ts.map +0 -1
  1223. package/dist/react-native/operationsInterfaces/checkNameAvailabilityWithLocation.js +0 -9
  1224. package/dist/react-native/operationsInterfaces/checkNameAvailabilityWithLocation.js.map +0 -1
  1225. package/dist/react-native/operationsInterfaces/flexibleServer.d.ts +0 -31
  1226. package/dist/react-native/operationsInterfaces/flexibleServer.d.ts.map +0 -1
  1227. package/dist/react-native/operationsInterfaces/flexibleServer.js +0 -9
  1228. package/dist/react-native/operationsInterfaces/flexibleServer.js.map +0 -1
  1229. package/dist/react-native/operationsInterfaces/getPrivateDnsZoneSuffix.d.ts +0 -10
  1230. package/dist/react-native/operationsInterfaces/getPrivateDnsZoneSuffix.d.ts.map +0 -1
  1231. package/dist/react-native/operationsInterfaces/getPrivateDnsZoneSuffix.js +0 -9
  1232. package/dist/react-native/operationsInterfaces/getPrivateDnsZoneSuffix.js.map +0 -1
  1233. package/dist/react-native/operationsInterfaces/locationBasedCapabilities.d.ts +0 -12
  1234. package/dist/react-native/operationsInterfaces/locationBasedCapabilities.d.ts.map +0 -1
  1235. package/dist/react-native/operationsInterfaces/locationBasedCapabilities.js +0 -9
  1236. package/dist/react-native/operationsInterfaces/locationBasedCapabilities.js.map +0 -1
  1237. package/dist/react-native/operationsInterfaces/logFiles.d.ts +0 -13
  1238. package/dist/react-native/operationsInterfaces/logFiles.d.ts.map +0 -1
  1239. package/dist/react-native/operationsInterfaces/logFiles.js +0 -9
  1240. package/dist/react-native/operationsInterfaces/logFiles.js.map +0 -1
  1241. package/dist/react-native/operationsInterfaces/ltrBackupOperations.d.ts +0 -21
  1242. package/dist/react-native/operationsInterfaces/ltrBackupOperations.d.ts.map +0 -1
  1243. package/dist/react-native/operationsInterfaces/ltrBackupOperations.js +0 -9
  1244. package/dist/react-native/operationsInterfaces/ltrBackupOperations.js.map +0 -1
  1245. package/dist/react-native/operationsInterfaces/privateEndpointConnectionOperations.d.ts +0 -40
  1246. package/dist/react-native/operationsInterfaces/privateEndpointConnectionOperations.d.ts.map +0 -1
  1247. package/dist/react-native/operationsInterfaces/privateEndpointConnectionOperations.js +0 -9
  1248. package/dist/react-native/operationsInterfaces/privateEndpointConnectionOperations.js.map +0 -1
  1249. package/dist/react-native/operationsInterfaces/serverCapabilities.d.ts +0 -13
  1250. package/dist/react-native/operationsInterfaces/serverCapabilities.d.ts.map +0 -1
  1251. package/dist/react-native/operationsInterfaces/serverCapabilities.js +0 -9
  1252. package/dist/react-native/operationsInterfaces/serverCapabilities.js.map +0 -1
  1253. package/dist/react-native/operationsInterfaces/tuningConfiguration.d.ts +0 -90
  1254. package/dist/react-native/operationsInterfaces/tuningConfiguration.d.ts.map +0 -1
  1255. package/dist/react-native/operationsInterfaces/tuningConfiguration.js +0 -9
  1256. package/dist/react-native/operationsInterfaces/tuningConfiguration.js.map +0 -1
  1257. package/dist/react-native/operationsInterfaces/tuningIndex.d.ts +0 -14
  1258. package/dist/react-native/operationsInterfaces/tuningIndex.d.ts.map +0 -1
  1259. package/dist/react-native/operationsInterfaces/tuningIndex.js +0 -9
  1260. package/dist/react-native/operationsInterfaces/tuningIndex.js.map +0 -1
  1261. package/dist/react-native/operationsInterfaces/tuningOptions.d.ts +0 -21
  1262. package/dist/react-native/operationsInterfaces/tuningOptions.d.ts.map +0 -1
  1263. package/dist/react-native/operationsInterfaces/tuningOptions.js +0 -9
  1264. package/dist/react-native/operationsInterfaces/tuningOptions.js.map +0 -1
  1265. package/review/arm-postgresql-flexible.api.md +0 -2724
@@ -1 +1 @@
1
- {"version":3,"file":"mappers.js","sourceRoot":"","sources":["../../../src/models/mappers.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport type * as coreClient from \"@azure/core-client\";\n\nexport const ActiveDirectoryAdministratorAdd: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ActiveDirectoryAdministratorAdd\",\n modelProperties: {\n principalType: {\n serializedName: \"properties.principalType\",\n type: {\n name: \"String\",\n },\n },\n principalName: {\n serializedName: \"properties.principalName\",\n type: {\n name: \"String\",\n },\n },\n tenantId: {\n serializedName: \"properties.tenantId\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const Resource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Resource\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\",\n },\n },\n },\n },\n};\n\nexport const SystemData: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SystemData\",\n modelProperties: {\n createdBy: {\n serializedName: \"createdBy\",\n type: {\n name: \"String\",\n },\n },\n createdByType: {\n serializedName: \"createdByType\",\n type: {\n name: \"String\",\n },\n },\n createdAt: {\n serializedName: \"createdAt\",\n type: {\n name: \"DateTime\",\n },\n },\n lastModifiedBy: {\n serializedName: \"lastModifiedBy\",\n type: {\n name: \"String\",\n },\n },\n lastModifiedByType: {\n serializedName: \"lastModifiedByType\",\n type: {\n name: \"String\",\n },\n },\n lastModifiedAt: {\n serializedName: \"lastModifiedAt\",\n type: {\n name: \"DateTime\",\n },\n },\n },\n },\n};\n\nexport const ErrorResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorResponse\",\n modelProperties: {\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\",\n },\n },\n },\n },\n};\n\nexport const ErrorDetail: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n message: {\n serializedName: \"message\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n target: {\n serializedName: \"target\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n details: {\n serializedName: \"details\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\",\n },\n },\n },\n },\n additionalInfo: {\n serializedName: \"additionalInfo\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ErrorAdditionalInfo\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ErrorAdditionalInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorAdditionalInfo\",\n modelProperties: {\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n info: {\n serializedName: \"info\",\n readOnly: true,\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } },\n },\n },\n },\n },\n};\n\nexport const AdministratorListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AdministratorListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ActiveDirectoryAdministrator\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ServerBackupListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ServerBackupListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ServerBackup\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const CapabilitiesListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CapabilitiesListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"FlexibleServerCapability\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const CapabilityBase: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CapabilityBase\",\n modelProperties: {\n status: {\n serializedName: \"status\",\n readOnly: true,\n type: {\n name: \"Enum\",\n allowedValues: [\"Visible\", \"Available\", \"Default\", \"Disabled\"],\n },\n },\n reason: {\n serializedName: \"reason\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SupportedFeature: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SupportedFeature\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n status: {\n serializedName: \"status\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const CheckNameAvailabilityRequest: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CheckNameAvailabilityRequest\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const CheckNameAvailabilityResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CheckNameAvailabilityResponse\",\n modelProperties: {\n nameAvailable: {\n serializedName: \"nameAvailable\",\n type: {\n name: \"Boolean\",\n },\n },\n reason: {\n serializedName: \"reason\",\n type: {\n name: \"String\",\n },\n },\n message: {\n serializedName: \"message\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ConfigurationListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConfigurationListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Configuration\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ConfigurationForUpdate: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConfigurationForUpdate\",\n modelProperties: {\n value: {\n serializedName: \"properties.value\",\n type: {\n name: \"String\",\n },\n },\n description: {\n serializedName: \"properties.description\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n defaultValue: {\n serializedName: \"properties.defaultValue\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n dataType: {\n serializedName: \"properties.dataType\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n allowedValues: {\n serializedName: \"properties.allowedValues\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n source: {\n serializedName: \"properties.source\",\n type: {\n name: \"String\",\n },\n },\n isDynamicConfig: {\n serializedName: \"properties.isDynamicConfig\",\n readOnly: true,\n type: {\n name: \"Boolean\",\n },\n },\n isReadOnly: {\n serializedName: \"properties.isReadOnly\",\n readOnly: true,\n type: {\n name: \"Boolean\",\n },\n },\n isConfigPendingRestart: {\n serializedName: \"properties.isConfigPendingRestart\",\n readOnly: true,\n type: {\n name: \"Boolean\",\n },\n },\n unit: {\n serializedName: \"properties.unit\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n documentationLink: {\n serializedName: \"properties.documentationLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const DatabaseListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DatabaseListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Database\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const FirewallRuleListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"FirewallRuleListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"FirewallRule\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const Sku: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Sku\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n tier: {\n serializedName: \"tier\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const UserAssignedIdentity: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"UserAssignedIdentity\",\n modelProperties: {\n userAssignedIdentities: {\n serializedName: \"userAssignedIdentities\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"Composite\", className: \"UserIdentity\" } },\n },\n },\n principalId: {\n serializedName: \"principalId\",\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n tenantId: {\n serializedName: \"tenantId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const UserIdentity: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"UserIdentity\",\n modelProperties: {\n principalId: {\n serializedName: \"principalId\",\n type: {\n name: \"String\",\n },\n },\n clientId: {\n serializedName: \"clientId\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const Storage: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Storage\",\n modelProperties: {\n storageSizeGB: {\n serializedName: \"storageSizeGB\",\n type: {\n name: \"Number\",\n },\n },\n autoGrow: {\n serializedName: \"autoGrow\",\n type: {\n name: \"String\",\n },\n },\n tier: {\n serializedName: \"tier\",\n type: {\n name: \"String\",\n },\n },\n iops: {\n serializedName: \"iops\",\n type: {\n name: \"Number\",\n },\n },\n throughput: {\n serializedName: \"throughput\",\n type: {\n name: \"Number\",\n },\n },\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AuthConfig: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AuthConfig\",\n modelProperties: {\n activeDirectoryAuth: {\n serializedName: \"activeDirectoryAuth\",\n type: {\n name: \"String\",\n },\n },\n passwordAuth: {\n defaultValue: \"Enabled\",\n serializedName: \"passwordAuth\",\n type: {\n name: \"String\",\n },\n },\n tenantId: {\n defaultValue: \"\",\n serializedName: \"tenantId\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const DataEncryption: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DataEncryption\",\n modelProperties: {\n primaryKeyURI: {\n serializedName: \"primaryKeyURI\",\n type: {\n name: \"String\",\n },\n },\n primaryUserAssignedIdentityId: {\n serializedName: \"primaryUserAssignedIdentityId\",\n type: {\n name: \"String\",\n },\n },\n geoBackupKeyURI: {\n serializedName: \"geoBackupKeyURI\",\n type: {\n name: \"String\",\n },\n },\n geoBackupUserAssignedIdentityId: {\n serializedName: \"geoBackupUserAssignedIdentityId\",\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\",\n },\n },\n primaryEncryptionKeyStatus: {\n serializedName: \"primaryEncryptionKeyStatus\",\n type: {\n name: \"String\",\n },\n },\n geoBackupEncryptionKeyStatus: {\n serializedName: \"geoBackupEncryptionKeyStatus\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const Backup: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Backup\",\n modelProperties: {\n backupRetentionDays: {\n defaultValue: 7,\n serializedName: \"backupRetentionDays\",\n type: {\n name: \"Number\",\n },\n },\n geoRedundantBackup: {\n defaultValue: \"Disabled\",\n serializedName: \"geoRedundantBackup\",\n type: {\n name: \"String\",\n },\n },\n earliestRestoreDate: {\n serializedName: \"earliestRestoreDate\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n },\n },\n};\n\nexport const Network: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Network\",\n modelProperties: {\n publicNetworkAccess: {\n serializedName: \"publicNetworkAccess\",\n type: {\n name: \"String\",\n },\n },\n delegatedSubnetResourceId: {\n serializedName: \"delegatedSubnetResourceId\",\n type: {\n name: \"String\",\n },\n },\n privateDnsZoneArmResourceId: {\n serializedName: \"privateDnsZoneArmResourceId\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const HighAvailability: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"HighAvailability\",\n modelProperties: {\n mode: {\n defaultValue: \"Disabled\",\n serializedName: \"mode\",\n type: {\n name: \"String\",\n },\n },\n state: {\n serializedName: \"state\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n standbyAvailabilityZone: {\n defaultValue: \"\",\n serializedName: \"standbyAvailabilityZone\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const MaintenanceWindow: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MaintenanceWindow\",\n modelProperties: {\n customWindow: {\n defaultValue: \"Disabled\",\n serializedName: \"customWindow\",\n type: {\n name: \"String\",\n },\n },\n startHour: {\n defaultValue: 0,\n serializedName: \"startHour\",\n type: {\n name: \"Number\",\n },\n },\n startMinute: {\n defaultValue: 0,\n serializedName: \"startMinute\",\n type: {\n name: \"Number\",\n },\n },\n dayOfWeek: {\n defaultValue: 0,\n serializedName: \"dayOfWeek\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const Replica: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Replica\",\n modelProperties: {\n role: {\n serializedName: \"role\",\n type: {\n name: \"String\",\n },\n },\n capacity: {\n serializedName: \"capacity\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n replicationState: {\n serializedName: \"replicationState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n promoteMode: {\n serializedName: \"promoteMode\",\n type: {\n name: \"String\",\n },\n },\n promoteOption: {\n serializedName: \"promoteOption\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const PrivateEndpoint: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpoint\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const PrivateLinkServiceConnectionState: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateLinkServiceConnectionState\",\n modelProperties: {\n status: {\n serializedName: \"status\",\n type: {\n name: \"String\",\n },\n },\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\",\n },\n },\n actionsRequired: {\n serializedName: \"actionsRequired\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const Cluster: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Cluster\",\n modelProperties: {\n clusterSize: {\n defaultValue: 0,\n serializedName: \"clusterSize\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const ServerForUpdate: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ServerForUpdate\",\n modelProperties: {\n sku: {\n serializedName: \"sku\",\n type: {\n name: \"Composite\",\n className: \"Sku\",\n },\n },\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"Composite\",\n className: \"UserAssignedIdentity\",\n },\n },\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n administratorLogin: {\n serializedName: \"properties.administratorLogin\",\n type: {\n name: \"String\",\n },\n },\n administratorLoginPassword: {\n serializedName: \"properties.administratorLoginPassword\",\n type: {\n name: \"String\",\n },\n },\n version: {\n serializedName: \"properties.version\",\n type: {\n name: \"String\",\n },\n },\n storage: {\n serializedName: \"properties.storage\",\n type: {\n name: \"Composite\",\n className: \"Storage\",\n },\n },\n backup: {\n serializedName: \"properties.backup\",\n type: {\n name: \"Composite\",\n className: \"Backup\",\n },\n },\n highAvailability: {\n serializedName: \"properties.highAvailability\",\n type: {\n name: \"Composite\",\n className: \"HighAvailability\",\n },\n },\n maintenanceWindow: {\n serializedName: \"properties.maintenanceWindow\",\n type: {\n name: \"Composite\",\n className: \"MaintenanceWindow\",\n },\n },\n authConfig: {\n serializedName: \"properties.authConfig\",\n type: {\n name: \"Composite\",\n className: \"AuthConfig\",\n },\n },\n dataEncryption: {\n serializedName: \"properties.dataEncryption\",\n type: {\n name: \"Composite\",\n className: \"DataEncryption\",\n },\n },\n createMode: {\n serializedName: \"properties.createMode\",\n type: {\n name: \"String\",\n },\n },\n replicationRole: {\n serializedName: \"properties.replicationRole\",\n type: {\n name: \"String\",\n },\n },\n replica: {\n serializedName: \"properties.replica\",\n type: {\n name: \"Composite\",\n className: \"Replica\",\n },\n },\n network: {\n serializedName: \"properties.network\",\n type: {\n name: \"Composite\",\n className: \"Network\",\n },\n },\n cluster: {\n serializedName: \"properties.cluster\",\n type: {\n name: \"Composite\",\n className: \"Cluster\",\n },\n },\n },\n },\n};\n\nexport const ServerListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ServerListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Server\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const BackupRequestBase: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"BackupRequestBase\",\n modelProperties: {\n backupSettings: {\n serializedName: \"backupSettings\",\n type: {\n name: \"Composite\",\n className: \"BackupSettings\",\n },\n },\n },\n },\n};\n\nexport const BackupSettings: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"BackupSettings\",\n modelProperties: {\n backupName: {\n serializedName: \"backupName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const LtrPreBackupResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LtrPreBackupResponse\",\n modelProperties: {\n numberOfContainers: {\n serializedName: \"properties.numberOfContainers\",\n required: true,\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const BackupStoreDetails: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"BackupStoreDetails\",\n modelProperties: {\n sasUriList: {\n serializedName: \"sasUriList\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const LtrBackupResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LtrBackupResponse\",\n modelProperties: {\n datasourceSizeInBytes: {\n serializedName: \"properties.datasourceSizeInBytes\",\n type: {\n name: \"Number\",\n },\n },\n dataTransferredInBytes: {\n serializedName: \"properties.dataTransferredInBytes\",\n type: {\n name: \"Number\",\n },\n },\n backupName: {\n serializedName: \"properties.backupName\",\n type: {\n name: \"String\",\n },\n },\n backupMetadata: {\n serializedName: \"properties.backupMetadata\",\n type: {\n name: \"String\",\n },\n },\n status: {\n serializedName: \"properties.status\",\n type: {\n name: \"String\",\n },\n },\n startTime: {\n serializedName: \"properties.startTime\",\n type: {\n name: \"DateTime\",\n },\n },\n endTime: {\n serializedName: \"properties.endTime\",\n type: {\n name: \"DateTime\",\n },\n },\n percentComplete: {\n constraints: {\n InclusiveMaximum: 100,\n InclusiveMinimum: 0,\n },\n serializedName: \"properties.percentComplete\",\n type: {\n name: \"Number\",\n },\n },\n errorCode: {\n serializedName: \"properties.errorCode\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n errorMessage: {\n serializedName: \"properties.errorMessage\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const LtrServerBackupOperationList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LtrServerBackupOperationList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"LtrServerBackupOperation\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const MigrationStatus: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MigrationStatus\",\n modelProperties: {\n state: {\n serializedName: \"state\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n error: {\n serializedName: \"error\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n currentSubStateDetails: {\n serializedName: \"currentSubStateDetails\",\n type: {\n name: \"Composite\",\n className: \"MigrationSubStateDetails\",\n },\n },\n },\n },\n};\n\nexport const MigrationSubStateDetails: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MigrationSubStateDetails\",\n modelProperties: {\n currentSubState: {\n serializedName: \"currentSubState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n dbDetails: {\n serializedName: \"dbDetails\",\n type: {\n name: \"Dictionary\",\n value: {\n type: { name: \"Composite\", className: \"DbMigrationStatus\" },\n },\n },\n },\n validationDetails: {\n serializedName: \"validationDetails\",\n type: {\n name: \"Composite\",\n className: \"ValidationDetails\",\n },\n },\n },\n },\n};\n\nexport const DbMigrationStatus: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DbMigrationStatus\",\n modelProperties: {\n databaseName: {\n serializedName: \"databaseName\",\n type: {\n name: \"String\",\n },\n },\n migrationState: {\n serializedName: \"migrationState\",\n type: {\n name: \"String\",\n },\n },\n migrationOperation: {\n serializedName: \"migrationOperation\",\n type: {\n name: \"String\",\n },\n },\n startedOn: {\n serializedName: \"startedOn\",\n type: {\n name: \"DateTime\",\n },\n },\n endedOn: {\n serializedName: \"endedOn\",\n type: {\n name: \"DateTime\",\n },\n },\n fullLoadQueuedTables: {\n serializedName: \"fullLoadQueuedTables\",\n type: {\n name: \"Number\",\n },\n },\n fullLoadErroredTables: {\n serializedName: \"fullLoadErroredTables\",\n type: {\n name: \"Number\",\n },\n },\n fullLoadLoadingTables: {\n serializedName: \"fullLoadLoadingTables\",\n type: {\n name: \"Number\",\n },\n },\n fullLoadCompletedTables: {\n serializedName: \"fullLoadCompletedTables\",\n type: {\n name: \"Number\",\n },\n },\n cdcUpdateCounter: {\n serializedName: \"cdcUpdateCounter\",\n type: {\n name: \"Number\",\n },\n },\n cdcDeleteCounter: {\n serializedName: \"cdcDeleteCounter\",\n type: {\n name: \"Number\",\n },\n },\n cdcInsertCounter: {\n serializedName: \"cdcInsertCounter\",\n type: {\n name: \"Number\",\n },\n },\n appliedChanges: {\n serializedName: \"appliedChanges\",\n type: {\n name: \"Number\",\n },\n },\n incomingChanges: {\n serializedName: \"incomingChanges\",\n type: {\n name: \"Number\",\n },\n },\n latency: {\n serializedName: \"latency\",\n type: {\n name: \"Number\",\n },\n },\n message: {\n serializedName: \"message\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ValidationDetails: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ValidationDetails\",\n modelProperties: {\n status: {\n serializedName: \"status\",\n type: {\n name: \"String\",\n },\n },\n validationStartTimeInUtc: {\n serializedName: \"validationStartTimeInUtc\",\n type: {\n name: \"DateTime\",\n },\n },\n validationEndTimeInUtc: {\n serializedName: \"validationEndTimeInUtc\",\n type: {\n name: \"DateTime\",\n },\n },\n serverLevelValidationDetails: {\n serializedName: \"serverLevelValidationDetails\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ValidationSummaryItem\",\n },\n },\n },\n },\n dbLevelValidationDetails: {\n serializedName: \"dbLevelValidationDetails\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DbLevelValidationStatus\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ValidationSummaryItem: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ValidationSummaryItem\",\n modelProperties: {\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\",\n },\n },\n state: {\n serializedName: \"state\",\n type: {\n name: \"String\",\n },\n },\n messages: {\n serializedName: \"messages\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ValidationMessage\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ValidationMessage: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ValidationMessage\",\n modelProperties: {\n state: {\n serializedName: \"state\",\n type: {\n name: \"String\",\n },\n },\n message: {\n serializedName: \"message\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const DbLevelValidationStatus: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DbLevelValidationStatus\",\n modelProperties: {\n databaseName: {\n serializedName: \"databaseName\",\n type: {\n name: \"String\",\n },\n },\n startedOn: {\n serializedName: \"startedOn\",\n type: {\n name: \"DateTime\",\n },\n },\n endedOn: {\n serializedName: \"endedOn\",\n type: {\n name: \"DateTime\",\n },\n },\n summary: {\n serializedName: \"summary\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ValidationSummaryItem\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const DbServerMetadata: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DbServerMetadata\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n version: {\n serializedName: \"version\",\n type: {\n name: \"String\",\n },\n },\n storageMb: {\n serializedName: \"storageMb\",\n type: {\n name: \"Number\",\n },\n },\n sku: {\n serializedName: \"sku\",\n type: {\n name: \"Composite\",\n className: \"ServerSku\",\n },\n },\n },\n },\n};\n\nexport const ServerSku: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ServerSku\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n tier: {\n serializedName: \"tier\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const MigrationSecretParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MigrationSecretParameters\",\n modelProperties: {\n adminCredentials: {\n serializedName: \"adminCredentials\",\n type: {\n name: \"Composite\",\n className: \"AdminCredentials\",\n },\n },\n sourceServerUsername: {\n serializedName: \"sourceServerUsername\",\n type: {\n name: \"String\",\n },\n },\n targetServerUsername: {\n serializedName: \"targetServerUsername\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AdminCredentials: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AdminCredentials\",\n modelProperties: {\n sourceServerPassword: {\n serializedName: \"sourceServerPassword\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n targetServerPassword: {\n serializedName: \"targetServerPassword\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const MigrationResourceForPatch: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MigrationResourceForPatch\",\n modelProperties: {\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n sourceDbServerResourceId: {\n serializedName: \"properties.sourceDbServerResourceId\",\n type: {\n name: \"String\",\n },\n },\n sourceDbServerFullyQualifiedDomainName: {\n serializedName: \"properties.sourceDbServerFullyQualifiedDomainName\",\n type: {\n name: \"String\",\n },\n },\n targetDbServerFullyQualifiedDomainName: {\n serializedName: \"properties.targetDbServerFullyQualifiedDomainName\",\n type: {\n name: \"String\",\n },\n },\n secretParameters: {\n serializedName: \"properties.secretParameters\",\n type: {\n name: \"Composite\",\n className: \"MigrationSecretParameters\",\n },\n },\n dbsToMigrate: {\n constraints: {\n MaxItems: 50,\n },\n serializedName: \"properties.dbsToMigrate\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n setupLogicalReplicationOnSourceDbIfNeeded: {\n serializedName: \"properties.setupLogicalReplicationOnSourceDbIfNeeded\",\n type: {\n name: \"String\",\n },\n },\n overwriteDbsInTarget: {\n serializedName: \"properties.overwriteDbsInTarget\",\n type: {\n name: \"String\",\n },\n },\n migrationWindowStartTimeInUtc: {\n serializedName: \"properties.migrationWindowStartTimeInUtc\",\n type: {\n name: \"DateTime\",\n },\n },\n migrateRoles: {\n serializedName: \"properties.migrateRoles\",\n type: {\n name: \"String\",\n },\n },\n startDataMigration: {\n serializedName: \"properties.startDataMigration\",\n type: {\n name: \"String\",\n },\n },\n triggerCutover: {\n serializedName: \"properties.triggerCutover\",\n type: {\n name: \"String\",\n },\n },\n dbsToTriggerCutoverOn: {\n serializedName: \"properties.dbsToTriggerCutoverOn\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n cancel: {\n serializedName: \"properties.cancel\",\n type: {\n name: \"String\",\n },\n },\n dbsToCancelMigrationOn: {\n serializedName: \"properties.dbsToCancelMigrationOn\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n migrationMode: {\n serializedName: \"properties.migrationMode\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const MigrationResourceListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MigrationResourceListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MigrationResource\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const MigrationNameAvailabilityResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MigrationNameAvailabilityResource\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n nameAvailable: {\n serializedName: \"nameAvailable\",\n readOnly: true,\n type: {\n name: \"Boolean\",\n },\n },\n reason: {\n serializedName: \"reason\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n message: {\n serializedName: \"message\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const OperationListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Operation\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const Operation: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Operation\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n display: {\n serializedName: \"display\",\n type: {\n name: \"Composite\",\n className: \"OperationDisplay\",\n },\n },\n isDataAction: {\n serializedName: \"isDataAction\",\n type: {\n name: \"Boolean\",\n },\n },\n origin: {\n serializedName: \"origin\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n properties: {\n serializedName: \"properties\",\n readOnly: true,\n type: {\n name: \"Dictionary\",\n value: {\n type: { name: \"Dictionary\", value: { type: { name: \"any\" } } },\n },\n },\n },\n },\n },\n};\n\nexport const OperationDisplay: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationDisplay\",\n modelProperties: {\n provider: {\n serializedName: \"provider\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n resource: {\n serializedName: \"resource\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n operation: {\n serializedName: \"operation\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n description: {\n serializedName: \"description\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const PrivateEndpointConnectionListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnectionListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnection\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const PrivateLinkResourceListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateLinkResourceListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PrivateLinkResource\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const QuotaUsagesListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"QuotaUsagesListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"QuotaUsage\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const QuotaUsage: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"QuotaUsage\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"Composite\",\n className: \"NameProperty\",\n },\n },\n limit: {\n serializedName: \"limit\",\n type: {\n name: \"Number\",\n },\n },\n unit: {\n defaultValue: \"Count\",\n serializedName: \"unit\",\n type: {\n name: \"String\",\n },\n },\n currentValue: {\n serializedName: \"currentValue\",\n type: {\n name: \"Number\",\n },\n },\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const NameProperty: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"NameProperty\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"String\",\n },\n },\n localizedValue: {\n serializedName: \"localizedValue\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const LogFileListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LogFileListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"LogFile\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const RestartParameter: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RestartParameter\",\n modelProperties: {\n restartWithFailover: {\n serializedName: \"restartWithFailover\",\n type: {\n name: \"Boolean\",\n },\n },\n failoverMode: {\n serializedName: \"failoverMode\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ServerThreatProtectionListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ServerThreatProtectionListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ServerThreatProtectionSettingsModel\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const IndexRecommendationListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"IndexRecommendationListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"IndexRecommendationResource\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const IndexRecommendationResourcePropertiesImplementationDetails: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"IndexRecommendationResourcePropertiesImplementationDetails\",\n modelProperties: {\n method: {\n serializedName: \"method\",\n type: {\n name: \"String\",\n },\n },\n script: {\n serializedName: \"script\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const IndexRecommendationResourcePropertiesAnalyzedWorkload: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"IndexRecommendationResourcePropertiesAnalyzedWorkload\",\n modelProperties: {\n startTime: {\n serializedName: \"startTime\",\n type: {\n name: \"DateTime\",\n },\n },\n endTime: {\n serializedName: \"endTime\",\n type: {\n name: \"DateTime\",\n },\n },\n queryCount: {\n serializedName: \"queryCount\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const ImpactRecord: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ImpactRecord\",\n modelProperties: {\n dimensionName: {\n serializedName: \"dimensionName\",\n type: {\n name: \"String\",\n },\n },\n unit: {\n serializedName: \"unit\",\n type: {\n name: \"String\",\n },\n },\n queryId: {\n serializedName: \"queryId\",\n type: {\n name: \"Number\",\n },\n },\n absoluteValue: {\n serializedName: \"absoluteValue\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const IndexRecommendationDetails: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"IndexRecommendationDetails\",\n modelProperties: {\n databaseName: {\n serializedName: \"databaseName\",\n type: {\n name: \"String\",\n },\n },\n schema: {\n serializedName: \"schema\",\n type: {\n name: \"String\",\n },\n },\n table: {\n serializedName: \"table\",\n type: {\n name: \"String\",\n },\n },\n indexType: {\n serializedName: \"indexType\",\n type: {\n name: \"String\",\n },\n },\n indexName: {\n serializedName: \"indexName\",\n type: {\n name: \"String\",\n },\n },\n indexColumns: {\n serializedName: \"indexColumns\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n includedColumns: {\n serializedName: \"includedColumns\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ConfigTuningRequestParameter: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConfigTuningRequestParameter\",\n modelProperties: {\n serverName: {\n serializedName: \"serverName\",\n type: {\n name: \"String\",\n },\n },\n allowServerRestarts: {\n serializedName: \"allowServerRestarts\",\n type: {\n name: \"Boolean\",\n },\n },\n targetImprovementMetric: {\n serializedName: \"targetImprovementMetric\",\n type: {\n name: \"String\",\n },\n },\n configTuningUsageMode: {\n serializedName: \"configTuningUsageMode\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const SessionsListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SessionsListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SessionResource\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SessionResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SessionResource\",\n modelProperties: {\n sessionStartTime: {\n serializedName: \"sessionStartTime\",\n type: {\n name: \"String\",\n },\n },\n sessionId: {\n serializedName: \"sessionId\",\n type: {\n name: \"String\",\n },\n },\n status: {\n serializedName: \"status\",\n type: {\n name: \"String\",\n },\n },\n preTuningAqr: {\n serializedName: \"preTuningAqr\",\n type: {\n name: \"String\",\n },\n },\n postTuningAqr: {\n serializedName: \"postTuningAqr\",\n type: {\n name: \"String\",\n },\n },\n preTuningTps: {\n serializedName: \"preTuningTps\",\n type: {\n name: \"String\",\n },\n },\n postTuningTps: {\n serializedName: \"postTuningTps\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SessionDetailsListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SessionDetailsListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SessionDetailsResource\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SessionDetailsResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SessionDetailsResource\",\n modelProperties: {\n iterationId: {\n serializedName: \"iterationId\",\n type: {\n name: \"String\",\n },\n },\n sessionId: {\n serializedName: \"sessionId\",\n type: {\n name: \"String\",\n },\n },\n appliedConfiguration: {\n serializedName: \"appliedConfiguration\",\n type: {\n name: \"String\",\n },\n },\n iterationStartTime: {\n serializedName: \"iterationStartTime\",\n type: {\n name: \"String\",\n },\n },\n averageQueryRuntimeMs: {\n serializedName: \"averageQueryRuntimeMs\",\n type: {\n name: \"String\",\n },\n },\n transactionsPerSecond: {\n serializedName: \"transactionsPerSecond\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const TuningOptionsListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TuningOptionsListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"TuningOptionsResource\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const VirtualEndpointResourceForPatch: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"VirtualEndpointResourceForPatch\",\n modelProperties: {\n endpointType: {\n serializedName: \"properties.endpointType\",\n type: {\n name: \"String\",\n },\n },\n members: {\n serializedName: \"properties.members\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n virtualEndpoints: {\n serializedName: \"properties.virtualEndpoints\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const VirtualEndpointsListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"VirtualEndpointsListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"VirtualEndpointResource\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const VirtualNetworkSubnetUsageParameter: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"VirtualNetworkSubnetUsageParameter\",\n modelProperties: {\n virtualNetworkArmResourceId: {\n serializedName: \"virtualNetworkArmResourceId\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const VirtualNetworkSubnetUsageResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"VirtualNetworkSubnetUsageResult\",\n modelProperties: {\n delegatedSubnetsUsage: {\n serializedName: \"delegatedSubnetsUsage\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DelegatedSubnetUsage\",\n },\n },\n },\n },\n location: {\n serializedName: \"location\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n subscriptionId: {\n serializedName: \"subscriptionId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const DelegatedSubnetUsage: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DelegatedSubnetUsage\",\n modelProperties: {\n subnetName: {\n serializedName: \"subnetName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n usage: {\n serializedName: \"usage\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const ProxyResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProxyResource\",\n modelProperties: {\n ...Resource.type.modelProperties,\n },\n },\n};\n\nexport const PrivateEndpointConnection: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnection\",\n modelProperties: {\n ...Resource.type.modelProperties,\n groupIds: {\n serializedName: \"properties.groupIds\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n privateEndpoint: {\n serializedName: \"properties.privateEndpoint\",\n type: {\n name: \"Composite\",\n className: \"PrivateEndpoint\",\n },\n },\n privateLinkServiceConnectionState: {\n serializedName: \"properties.privateLinkServiceConnectionState\",\n type: {\n name: \"Composite\",\n className: \"PrivateLinkServiceConnectionState\",\n },\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const TrackedResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TrackedResource\",\n modelProperties: {\n ...Resource.type.modelProperties,\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n location: {\n serializedName: \"location\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const PrivateLinkResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateLinkResource\",\n modelProperties: {\n ...Resource.type.modelProperties,\n groupId: {\n serializedName: \"properties.groupId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n requiredMembers: {\n serializedName: \"properties.requiredMembers\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n requiredZoneNames: {\n serializedName: \"properties.requiredZoneNames\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const VirtualEndpointResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"VirtualEndpointResource\",\n modelProperties: {\n ...VirtualEndpointResourceForPatch.type.modelProperties,\n ...Resource.type.modelProperties,\n },\n },\n};\n\nexport const StorageTierCapability: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"StorageTierCapability\",\n modelProperties: {\n ...CapabilityBase.type.modelProperties,\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n iops: {\n serializedName: \"iops\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const StorageMbCapability: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"StorageMbCapability\",\n modelProperties: {\n ...CapabilityBase.type.modelProperties,\n supportedIops: {\n serializedName: \"supportedIops\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n supportedMaximumIops: {\n serializedName: \"supportedMaximumIops\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n storageSizeMb: {\n serializedName: \"storageSizeMb\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n maximumStorageSizeMb: {\n serializedName: \"maximumStorageSizeMb\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n supportedThroughput: {\n serializedName: \"supportedThroughput\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n supportedMaximumThroughput: {\n serializedName: \"supportedMaximumThroughput\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n defaultIopsTier: {\n serializedName: \"defaultIopsTier\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n supportedIopsTiers: {\n serializedName: \"supportedIopsTiers\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"StorageTierCapability\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const StorageEditionCapability: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"StorageEditionCapability\",\n modelProperties: {\n ...CapabilityBase.type.modelProperties,\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n defaultStorageSizeMb: {\n serializedName: \"defaultStorageSizeMb\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n supportedStorageMb: {\n serializedName: \"supportedStorageMb\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"StorageMbCapability\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ServerSkuCapability: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ServerSkuCapability\",\n modelProperties: {\n ...CapabilityBase.type.modelProperties,\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n vCores: {\n serializedName: \"vCores\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n supportedIops: {\n serializedName: \"supportedIops\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n supportedMemoryPerVcoreMb: {\n serializedName: \"supportedMemoryPerVcoreMb\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n supportedZones: {\n serializedName: \"supportedZones\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n supportedHaMode: {\n serializedName: \"supportedHaMode\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n supportedFeatures: {\n serializedName: \"supportedFeatures\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SupportedFeature\",\n },\n },\n },\n },\n securityProfile: {\n serializedName: \"securityProfile\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const FlexibleServerEditionCapability: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"FlexibleServerEditionCapability\",\n modelProperties: {\n ...CapabilityBase.type.modelProperties,\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n defaultSkuName: {\n serializedName: \"defaultSkuName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n supportedStorageEditions: {\n serializedName: \"supportedStorageEditions\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"StorageEditionCapability\",\n },\n },\n },\n },\n supportedServerSkus: {\n serializedName: \"supportedServerSkus\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ServerSkuCapability\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ServerVersionCapability: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ServerVersionCapability\",\n modelProperties: {\n ...CapabilityBase.type.modelProperties,\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n supportedVersionsToUpgrade: {\n serializedName: \"supportedVersionsToUpgrade\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n supportedFeatures: {\n serializedName: \"supportedFeatures\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SupportedFeature\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const FastProvisioningEditionCapability: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"FastProvisioningEditionCapability\",\n modelProperties: {\n ...CapabilityBase.type.modelProperties,\n supportedTier: {\n serializedName: \"supportedTier\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n supportedSku: {\n serializedName: \"supportedSku\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n supportedStorageGb: {\n serializedName: \"supportedStorageGb\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n supportedServerVersions: {\n serializedName: \"supportedServerVersions\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n serverCount: {\n serializedName: \"serverCount\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const FlexibleServerCapability: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"FlexibleServerCapability\",\n modelProperties: {\n ...CapabilityBase.type.modelProperties,\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n supportedServerEditions: {\n serializedName: \"supportedServerEditions\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"FlexibleServerEditionCapability\",\n },\n },\n },\n },\n supportedServerVersions: {\n serializedName: \"supportedServerVersions\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ServerVersionCapability\",\n },\n },\n },\n },\n supportedFeatures: {\n serializedName: \"supportedFeatures\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SupportedFeature\",\n },\n },\n },\n },\n fastProvisioningSupported: {\n serializedName: \"fastProvisioningSupported\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n supportedFastProvisioningEditions: {\n serializedName: \"supportedFastProvisioningEditions\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"FastProvisioningEditionCapability\",\n },\n },\n },\n },\n geoBackupSupported: {\n serializedName: \"geoBackupSupported\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n zoneRedundantHaSupported: {\n serializedName: \"zoneRedundantHaSupported\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n zoneRedundantHaAndGeoBackupSupported: {\n serializedName: \"zoneRedundantHaAndGeoBackupSupported\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n storageAutoGrowthSupported: {\n serializedName: \"storageAutoGrowthSupported\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n onlineResizeSupported: {\n serializedName: \"onlineResizeSupported\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n restricted: {\n serializedName: \"restricted\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const NameAvailability: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"NameAvailability\",\n modelProperties: {\n ...CheckNameAvailabilityResponse.type.modelProperties,\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const LtrPreBackupRequest: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LtrPreBackupRequest\",\n modelProperties: {\n ...BackupRequestBase.type.modelProperties,\n },\n },\n};\n\nexport const LtrBackupRequest: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LtrBackupRequest\",\n modelProperties: {\n ...BackupRequestBase.type.modelProperties,\n targetDetails: {\n serializedName: \"targetDetails\",\n type: {\n name: \"Composite\",\n className: \"BackupStoreDetails\",\n },\n },\n },\n },\n};\n\nexport const ActiveDirectoryAdministrator: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ActiveDirectoryAdministrator\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n principalType: {\n serializedName: \"properties.principalType\",\n type: {\n name: \"String\",\n },\n },\n principalName: {\n serializedName: \"properties.principalName\",\n type: {\n name: \"String\",\n },\n },\n objectId: {\n serializedName: \"properties.objectId\",\n type: {\n name: \"String\",\n },\n },\n tenantId: {\n serializedName: \"properties.tenantId\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ServerBackup: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ServerBackup\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n backupType: {\n serializedName: \"properties.backupType\",\n type: {\n name: \"String\",\n },\n },\n completedTime: {\n serializedName: \"properties.completedTime\",\n type: {\n name: \"DateTime\",\n },\n },\n source: {\n serializedName: \"properties.source\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const Configuration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Configuration\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n value: {\n serializedName: \"properties.value\",\n type: {\n name: \"String\",\n },\n },\n description: {\n serializedName: \"properties.description\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n defaultValue: {\n serializedName: \"properties.defaultValue\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n dataType: {\n serializedName: \"properties.dataType\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n allowedValues: {\n serializedName: \"properties.allowedValues\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n source: {\n serializedName: \"properties.source\",\n type: {\n name: \"String\",\n },\n },\n isDynamicConfig: {\n serializedName: \"properties.isDynamicConfig\",\n readOnly: true,\n type: {\n name: \"Boolean\",\n },\n },\n isReadOnly: {\n serializedName: \"properties.isReadOnly\",\n readOnly: true,\n type: {\n name: \"Boolean\",\n },\n },\n isConfigPendingRestart: {\n serializedName: \"properties.isConfigPendingRestart\",\n readOnly: true,\n type: {\n name: \"Boolean\",\n },\n },\n unit: {\n serializedName: \"properties.unit\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n documentationLink: {\n serializedName: \"properties.documentationLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const Database: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Database\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n charset: {\n constraints: {\n Pattern: new RegExp(\"^[a-zA-Z]+\\\\w*$\"),\n },\n serializedName: \"properties.charset\",\n type: {\n name: \"String\",\n },\n },\n collation: {\n constraints: {\n Pattern: new RegExp(\"^[a-zA-Z\\\\-]+([. ]|\\\\w)*$\"),\n },\n serializedName: \"properties.collation\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const FirewallRule: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"FirewallRule\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n startIpAddress: {\n constraints: {\n Pattern: new RegExp(\n \"^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\\\\.){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])$\",\n ),\n },\n serializedName: \"properties.startIpAddress\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n endIpAddress: {\n constraints: {\n Pattern: new RegExp(\n \"^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\\\\.){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])$\",\n ),\n },\n serializedName: \"properties.endIpAddress\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const LtrServerBackupOperation: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LtrServerBackupOperation\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n datasourceSizeInBytes: {\n serializedName: \"properties.datasourceSizeInBytes\",\n type: {\n name: \"Number\",\n },\n },\n dataTransferredInBytes: {\n serializedName: \"properties.dataTransferredInBytes\",\n type: {\n name: \"Number\",\n },\n },\n backupName: {\n serializedName: \"properties.backupName\",\n type: {\n name: \"String\",\n },\n },\n backupMetadata: {\n serializedName: \"properties.backupMetadata\",\n type: {\n name: \"String\",\n },\n },\n status: {\n serializedName: \"properties.status\",\n type: {\n name: \"String\",\n },\n },\n startTime: {\n serializedName: \"properties.startTime\",\n type: {\n name: \"DateTime\",\n },\n },\n endTime: {\n serializedName: \"properties.endTime\",\n type: {\n name: \"DateTime\",\n },\n },\n percentComplete: {\n constraints: {\n InclusiveMaximum: 100,\n InclusiveMinimum: 0,\n },\n serializedName: \"properties.percentComplete\",\n type: {\n name: \"Number\",\n },\n },\n errorCode: {\n serializedName: \"properties.errorCode\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n errorMessage: {\n serializedName: \"properties.errorMessage\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const LogFile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LogFile\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n createdTime: {\n serializedName: \"properties.createdTime\",\n type: {\n name: \"DateTime\",\n },\n },\n lastModifiedTime: {\n serializedName: \"properties.lastModifiedTime\",\n type: {\n name: \"DateTime\",\n },\n },\n sizeInKb: {\n serializedName: \"properties.sizeInKb\",\n type: {\n name: \"Number\",\n },\n },\n typePropertiesType: {\n serializedName: \"properties.type\",\n type: {\n name: \"String\",\n },\n },\n url: {\n serializedName: \"properties.url\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ServerThreatProtectionSettingsModel: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ServerThreatProtectionSettingsModel\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n state: {\n serializedName: \"properties.state\",\n type: {\n name: \"Enum\",\n allowedValues: [\"Enabled\", \"Disabled\"],\n },\n },\n creationTime: {\n serializedName: \"properties.creationTime\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n },\n },\n};\n\nexport const TuningOptionsResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TuningOptionsResource\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n },\n },\n};\n\nexport const IndexRecommendationResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"IndexRecommendationResource\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n initialRecommendedTime: {\n serializedName: \"properties.initialRecommendedTime\",\n type: {\n name: \"DateTime\",\n },\n },\n lastRecommendedTime: {\n serializedName: \"properties.lastRecommendedTime\",\n type: {\n name: \"DateTime\",\n },\n },\n timesRecommended: {\n serializedName: \"properties.timesRecommended\",\n type: {\n name: \"Number\",\n },\n },\n improvedQueryIds: {\n serializedName: \"properties.improvedQueryIds\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Number\",\n },\n },\n },\n },\n recommendationReason: {\n serializedName: \"properties.recommendationReason\",\n type: {\n name: \"String\",\n },\n },\n recommendationType: {\n serializedName: \"properties.recommendationType\",\n type: {\n name: \"String\",\n },\n },\n implementationDetails: {\n serializedName: \"properties.implementationDetails\",\n type: {\n name: \"Composite\",\n className: \"IndexRecommendationResourcePropertiesImplementationDetails\",\n },\n },\n analyzedWorkload: {\n serializedName: \"properties.analyzedWorkload\",\n type: {\n name: \"Composite\",\n className: \"IndexRecommendationResourcePropertiesAnalyzedWorkload\",\n },\n },\n estimatedImpact: {\n serializedName: \"properties.estimatedImpact\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ImpactRecord\",\n },\n },\n },\n },\n details: {\n serializedName: \"properties.details\",\n type: {\n name: \"Composite\",\n className: \"IndexRecommendationDetails\",\n },\n },\n },\n },\n};\n\nexport const Server: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Server\",\n modelProperties: {\n ...TrackedResource.type.modelProperties,\n sku: {\n serializedName: \"sku\",\n type: {\n name: \"Composite\",\n className: \"Sku\",\n },\n },\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"Composite\",\n className: \"UserAssignedIdentity\",\n },\n },\n administratorLogin: {\n serializedName: \"properties.administratorLogin\",\n type: {\n name: \"String\",\n },\n },\n administratorLoginPassword: {\n serializedName: \"properties.administratorLoginPassword\",\n type: {\n name: \"String\",\n },\n },\n version: {\n serializedName: \"properties.version\",\n type: {\n name: \"String\",\n },\n },\n minorVersion: {\n serializedName: \"properties.minorVersion\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n state: {\n serializedName: \"properties.state\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n fullyQualifiedDomainName: {\n serializedName: \"properties.fullyQualifiedDomainName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n storage: {\n serializedName: \"properties.storage\",\n type: {\n name: \"Composite\",\n className: \"Storage\",\n },\n },\n authConfig: {\n serializedName: \"properties.authConfig\",\n type: {\n name: \"Composite\",\n className: \"AuthConfig\",\n },\n },\n dataEncryption: {\n serializedName: \"properties.dataEncryption\",\n type: {\n name: \"Composite\",\n className: \"DataEncryption\",\n },\n },\n backup: {\n serializedName: \"properties.backup\",\n type: {\n name: \"Composite\",\n className: \"Backup\",\n },\n },\n network: {\n serializedName: \"properties.network\",\n type: {\n name: \"Composite\",\n className: \"Network\",\n },\n },\n highAvailability: {\n serializedName: \"properties.highAvailability\",\n type: {\n name: \"Composite\",\n className: \"HighAvailability\",\n },\n },\n maintenanceWindow: {\n serializedName: \"properties.maintenanceWindow\",\n type: {\n name: \"Composite\",\n className: \"MaintenanceWindow\",\n },\n },\n sourceServerResourceId: {\n serializedName: \"properties.sourceServerResourceId\",\n type: {\n name: \"String\",\n },\n },\n pointInTimeUTC: {\n serializedName: \"properties.pointInTimeUTC\",\n type: {\n name: \"DateTime\",\n },\n },\n availabilityZone: {\n defaultValue: \"\",\n serializedName: \"properties.availabilityZone\",\n type: {\n name: \"String\",\n },\n },\n replicationRole: {\n serializedName: \"properties.replicationRole\",\n type: {\n name: \"String\",\n },\n },\n replicaCapacity: {\n serializedName: \"properties.replicaCapacity\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n replica: {\n serializedName: \"properties.replica\",\n type: {\n name: \"Composite\",\n className: \"Replica\",\n },\n },\n createMode: {\n serializedName: \"properties.createMode\",\n type: {\n name: \"String\",\n },\n },\n privateEndpointConnections: {\n serializedName: \"properties.privateEndpointConnections\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnection\",\n },\n },\n },\n },\n cluster: {\n serializedName: \"properties.cluster\",\n type: {\n name: \"Composite\",\n className: \"Cluster\",\n },\n },\n },\n },\n};\n\nexport const MigrationResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MigrationResource\",\n modelProperties: {\n ...TrackedResource.type.modelProperties,\n migrationId: {\n serializedName: \"properties.migrationId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n currentStatus: {\n serializedName: \"properties.currentStatus\",\n type: {\n name: \"Composite\",\n className: \"MigrationStatus\",\n },\n },\n migrationInstanceResourceId: {\n serializedName: \"properties.migrationInstanceResourceId\",\n type: {\n name: \"String\",\n },\n },\n migrationMode: {\n serializedName: \"properties.migrationMode\",\n type: {\n name: \"String\",\n },\n },\n migrationOption: {\n serializedName: \"properties.migrationOption\",\n type: {\n name: \"String\",\n },\n },\n sourceType: {\n serializedName: \"properties.sourceType\",\n type: {\n name: \"String\",\n },\n },\n sslMode: {\n serializedName: \"properties.sslMode\",\n type: {\n name: \"String\",\n },\n },\n sourceDbServerMetadata: {\n serializedName: \"properties.sourceDbServerMetadata\",\n type: {\n name: \"Composite\",\n className: \"DbServerMetadata\",\n },\n },\n targetDbServerMetadata: {\n serializedName: \"properties.targetDbServerMetadata\",\n type: {\n name: \"Composite\",\n className: \"DbServerMetadata\",\n },\n },\n sourceDbServerResourceId: {\n serializedName: \"properties.sourceDbServerResourceId\",\n type: {\n name: \"String\",\n },\n },\n sourceDbServerFullyQualifiedDomainName: {\n serializedName: \"properties.sourceDbServerFullyQualifiedDomainName\",\n type: {\n name: \"String\",\n },\n },\n targetDbServerResourceId: {\n serializedName: \"properties.targetDbServerResourceId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n targetDbServerFullyQualifiedDomainName: {\n serializedName: \"properties.targetDbServerFullyQualifiedDomainName\",\n type: {\n name: \"String\",\n },\n },\n secretParameters: {\n serializedName: \"properties.secretParameters\",\n type: {\n name: \"Composite\",\n className: \"MigrationSecretParameters\",\n },\n },\n dbsToMigrate: {\n constraints: {\n MaxItems: 50,\n },\n serializedName: \"properties.dbsToMigrate\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n setupLogicalReplicationOnSourceDbIfNeeded: {\n serializedName: \"properties.setupLogicalReplicationOnSourceDbIfNeeded\",\n type: {\n name: \"String\",\n },\n },\n overwriteDbsInTarget: {\n serializedName: \"properties.overwriteDbsInTarget\",\n type: {\n name: \"String\",\n },\n },\n migrationWindowStartTimeInUtc: {\n serializedName: \"properties.migrationWindowStartTimeInUtc\",\n type: {\n name: \"DateTime\",\n },\n },\n migrationWindowEndTimeInUtc: {\n serializedName: \"properties.migrationWindowEndTimeInUtc\",\n type: {\n name: \"DateTime\",\n },\n },\n migrateRoles: {\n serializedName: \"properties.migrateRoles\",\n type: {\n name: \"String\",\n },\n },\n startDataMigration: {\n serializedName: \"properties.startDataMigration\",\n type: {\n name: \"String\",\n },\n },\n triggerCutover: {\n serializedName: \"properties.triggerCutover\",\n type: {\n name: \"String\",\n },\n },\n dbsToTriggerCutoverOn: {\n serializedName: \"properties.dbsToTriggerCutoverOn\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n cancel: {\n serializedName: \"properties.cancel\",\n type: {\n name: \"String\",\n },\n },\n dbsToCancelMigrationOn: {\n serializedName: \"properties.dbsToCancelMigrationOn\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const AdministratorsCreateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AdministratorsCreateHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AdministratorsDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AdministratorsDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const BackupsCreateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"BackupsCreateHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const BackupsDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"BackupsDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ConfigurationsUpdateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConfigurationsUpdateHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ConfigurationsPutHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConfigurationsPutHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const DatabasesCreateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DatabasesCreateHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const DatabasesDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DatabasesDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const FirewallRulesCreateOrUpdateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"FirewallRulesCreateOrUpdateHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const FirewallRulesDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"FirewallRulesDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ServersCreateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ServersCreateHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ServersUpdateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ServersUpdateHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ServersDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ServersDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ServersRestartHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ServersRestartHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ServersStartHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ServersStartHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ServersStopHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ServersStopHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const FlexibleServerTriggerLtrPreBackupHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"FlexibleServerTriggerLtrPreBackupHeaders\",\n modelProperties: {\n xMsRequestId: {\n serializedName: \"x-ms-request-id\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const FlexibleServerTriggerLtrPreBackupExceptionHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"FlexibleServerTriggerLtrPreBackupExceptionHeaders\",\n modelProperties: {\n xMsErrorCode: {\n serializedName: \"x-ms-error-code\",\n type: {\n name: \"String\",\n },\n },\n xMsRequestId: {\n serializedName: \"x-ms-request-id\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const FlexibleServerStartLtrBackupHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"FlexibleServerStartLtrBackupHeaders\",\n modelProperties: {\n xMsRequestId: {\n serializedName: \"x-ms-request-id\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const FlexibleServerStartLtrBackupExceptionHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"FlexibleServerStartLtrBackupExceptionHeaders\",\n modelProperties: {\n xMsErrorCode: {\n serializedName: \"x-ms-error-code\",\n type: {\n name: \"String\",\n },\n },\n xMsRequestId: {\n serializedName: \"x-ms-request-id\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const PrivateEndpointConnectionUpdateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnectionUpdateHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const PrivateEndpointConnectionDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnectionDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ServerThreatProtectionSettingsCreateOrUpdateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ServerThreatProtectionSettingsCreateOrUpdateHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const TuningConfigurationEnableHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TuningConfigurationEnableHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const TuningConfigurationDisableHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TuningConfigurationDisableHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const TuningConfigurationStartSessionHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TuningConfigurationStartSessionHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const TuningConfigurationStopSessionHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TuningConfigurationStopSessionHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const VirtualEndpointsCreateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"VirtualEndpointsCreateHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const VirtualEndpointsUpdateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"VirtualEndpointsUpdateHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const VirtualEndpointsDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"VirtualEndpointsDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n"]}
1
+ {"version":3,"file":"mappers.js","sourceRoot":"","sources":["../../../src/models/mappers.ts"],"names":[],"mappings":"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","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\n// Code generated by Microsoft (R) AutoRest Code Generator.\n// Changes may cause incorrect behavior and will be lost if the code is regenerated.\n\nimport type * as coreClient from \"@azure/core-client\";\n\nexport const AdministratorMicrosoftEntraAdd: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AdministratorMicrosoftEntraAdd\",\n modelProperties: {\n principalType: {\n serializedName: \"properties.principalType\",\n type: {\n name: \"String\",\n },\n },\n principalName: {\n serializedName: \"properties.principalName\",\n type: {\n name: \"String\",\n },\n },\n tenantId: {\n serializedName: \"properties.tenantId\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const Resource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Resource\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\",\n },\n },\n },\n },\n};\n\nexport const SystemData: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SystemData\",\n modelProperties: {\n createdBy: {\n serializedName: \"createdBy\",\n type: {\n name: \"String\",\n },\n },\n createdByType: {\n serializedName: \"createdByType\",\n type: {\n name: \"String\",\n },\n },\n createdAt: {\n serializedName: \"createdAt\",\n type: {\n name: \"DateTime\",\n },\n },\n lastModifiedBy: {\n serializedName: \"lastModifiedBy\",\n type: {\n name: \"String\",\n },\n },\n lastModifiedByType: {\n serializedName: \"lastModifiedByType\",\n type: {\n name: \"String\",\n },\n },\n lastModifiedAt: {\n serializedName: \"lastModifiedAt\",\n type: {\n name: \"DateTime\",\n },\n },\n },\n },\n};\n\nexport const ErrorResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorResponse\",\n modelProperties: {\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\",\n },\n },\n },\n },\n};\n\nexport const ErrorDetail: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n message: {\n serializedName: \"message\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n target: {\n serializedName: \"target\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n details: {\n serializedName: \"details\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\",\n },\n },\n },\n },\n additionalInfo: {\n serializedName: \"additionalInfo\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ErrorAdditionalInfo\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ErrorAdditionalInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorAdditionalInfo\",\n modelProperties: {\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n info: {\n serializedName: \"info\",\n readOnly: true,\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } },\n },\n },\n },\n },\n};\n\nexport const AdministratorMicrosoftEntraList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AdministratorMicrosoftEntraList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AdministratorMicrosoftEntra\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AdvancedThreatProtectionSettingsList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AdvancedThreatProtectionSettingsList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AdvancedThreatProtectionSettingsModel\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const BackupAutomaticAndOnDemandList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"BackupAutomaticAndOnDemandList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"BackupAutomaticAndOnDemand\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const CapabilityList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CapabilityList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Capability\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const CapabilityBase: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CapabilityBase\",\n modelProperties: {\n status: {\n serializedName: \"status\",\n readOnly: true,\n type: {\n name: \"Enum\",\n allowedValues: [\"Visible\", \"Available\", \"Default\", \"Disabled\"],\n },\n },\n reason: {\n serializedName: \"reason\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SupportedFeature: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SupportedFeature\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n status: {\n serializedName: \"status\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const CapturedLogList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CapturedLogList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"CapturedLog\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ConfigurationList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConfigurationList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Configuration\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ConfigurationForUpdate: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConfigurationForUpdate\",\n modelProperties: {\n value: {\n serializedName: \"properties.value\",\n type: {\n name: \"String\",\n },\n },\n description: {\n serializedName: \"properties.description\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n defaultValue: {\n serializedName: \"properties.defaultValue\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n dataType: {\n serializedName: \"properties.dataType\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n allowedValues: {\n serializedName: \"properties.allowedValues\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n source: {\n serializedName: \"properties.source\",\n type: {\n name: \"String\",\n },\n },\n isDynamicConfig: {\n serializedName: \"properties.isDynamicConfig\",\n readOnly: true,\n type: {\n name: \"Boolean\",\n },\n },\n isReadOnly: {\n serializedName: \"properties.isReadOnly\",\n readOnly: true,\n type: {\n name: \"Boolean\",\n },\n },\n isConfigPendingRestart: {\n serializedName: \"properties.isConfigPendingRestart\",\n readOnly: true,\n type: {\n name: \"Boolean\",\n },\n },\n unit: {\n serializedName: \"properties.unit\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n documentationLink: {\n serializedName: \"properties.documentationLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const DatabaseList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DatabaseList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Database\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const FirewallRuleList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"FirewallRuleList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"FirewallRule\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const BackupRequestBase: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"BackupRequestBase\",\n modelProperties: {\n backupSettings: {\n serializedName: \"backupSettings\",\n type: {\n name: \"Composite\",\n className: \"BackupSettings\",\n },\n },\n },\n },\n};\n\nexport const BackupSettings: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"BackupSettings\",\n modelProperties: {\n backupName: {\n serializedName: \"backupName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const LtrPreBackupResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LtrPreBackupResponse\",\n modelProperties: {\n numberOfContainers: {\n serializedName: \"properties.numberOfContainers\",\n required: true,\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const BackupStoreDetails: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"BackupStoreDetails\",\n modelProperties: {\n sasUriList: {\n serializedName: \"sasUriList\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const BackupsLongTermRetentionResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"BackupsLongTermRetentionResponse\",\n modelProperties: {\n datasourceSizeInBytes: {\n serializedName: \"properties.datasourceSizeInBytes\",\n type: {\n name: \"Number\",\n },\n },\n dataTransferredInBytes: {\n serializedName: \"properties.dataTransferredInBytes\",\n type: {\n name: \"Number\",\n },\n },\n backupName: {\n serializedName: \"properties.backupName\",\n type: {\n name: \"String\",\n },\n },\n backupMetadata: {\n serializedName: \"properties.backupMetadata\",\n type: {\n name: \"String\",\n },\n },\n status: {\n serializedName: \"properties.status\",\n type: {\n name: \"String\",\n },\n },\n startTime: {\n serializedName: \"properties.startTime\",\n type: {\n name: \"DateTime\",\n },\n },\n endTime: {\n serializedName: \"properties.endTime\",\n type: {\n name: \"DateTime\",\n },\n },\n percentComplete: {\n constraints: {\n InclusiveMaximum: 100,\n InclusiveMinimum: 0,\n },\n serializedName: \"properties.percentComplete\",\n type: {\n name: \"Number\",\n },\n },\n errorCode: {\n serializedName: \"properties.errorCode\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n errorMessage: {\n serializedName: \"properties.errorMessage\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const LtrServerBackupOperationList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LtrServerBackupOperationList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"BackupsLongTermRetentionOperation\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const MigrationStatus: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MigrationStatus\",\n modelProperties: {\n state: {\n serializedName: \"state\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n error: {\n serializedName: \"error\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n currentSubStateDetails: {\n serializedName: \"currentSubStateDetails\",\n type: {\n name: \"Composite\",\n className: \"MigrationSubstateDetails\",\n },\n },\n },\n },\n};\n\nexport const MigrationSubstateDetails: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MigrationSubstateDetails\",\n modelProperties: {\n currentSubState: {\n serializedName: \"currentSubState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n dbDetails: {\n serializedName: \"dbDetails\",\n type: {\n name: \"Dictionary\",\n value: {\n type: { name: \"Composite\", className: \"DatabaseMigrationState\" },\n },\n },\n },\n validationDetails: {\n serializedName: \"validationDetails\",\n type: {\n name: \"Composite\",\n className: \"ValidationDetails\",\n },\n },\n },\n },\n};\n\nexport const DatabaseMigrationState: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DatabaseMigrationState\",\n modelProperties: {\n databaseName: {\n serializedName: \"databaseName\",\n type: {\n name: \"String\",\n },\n },\n migrationState: {\n serializedName: \"migrationState\",\n type: {\n name: \"String\",\n },\n },\n migrationOperation: {\n serializedName: \"migrationOperation\",\n type: {\n name: \"String\",\n },\n },\n startedOn: {\n serializedName: \"startedOn\",\n type: {\n name: \"DateTime\",\n },\n },\n endedOn: {\n serializedName: \"endedOn\",\n type: {\n name: \"DateTime\",\n },\n },\n fullLoadQueuedTables: {\n serializedName: \"fullLoadQueuedTables\",\n type: {\n name: \"Number\",\n },\n },\n fullLoadErroredTables: {\n serializedName: \"fullLoadErroredTables\",\n type: {\n name: \"Number\",\n },\n },\n fullLoadLoadingTables: {\n serializedName: \"fullLoadLoadingTables\",\n type: {\n name: \"Number\",\n },\n },\n fullLoadCompletedTables: {\n serializedName: \"fullLoadCompletedTables\",\n type: {\n name: \"Number\",\n },\n },\n cdcUpdateCounter: {\n serializedName: \"cdcUpdateCounter\",\n type: {\n name: \"Number\",\n },\n },\n cdcDeleteCounter: {\n serializedName: \"cdcDeleteCounter\",\n type: {\n name: \"Number\",\n },\n },\n cdcInsertCounter: {\n serializedName: \"cdcInsertCounter\",\n type: {\n name: \"Number\",\n },\n },\n appliedChanges: {\n serializedName: \"appliedChanges\",\n type: {\n name: \"Number\",\n },\n },\n incomingChanges: {\n serializedName: \"incomingChanges\",\n type: {\n name: \"Number\",\n },\n },\n latency: {\n serializedName: \"latency\",\n type: {\n name: \"Number\",\n },\n },\n message: {\n serializedName: \"message\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ValidationDetails: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ValidationDetails\",\n modelProperties: {\n status: {\n serializedName: \"status\",\n type: {\n name: \"String\",\n },\n },\n validationStartTimeInUtc: {\n serializedName: \"validationStartTimeInUtc\",\n type: {\n name: \"DateTime\",\n },\n },\n validationEndTimeInUtc: {\n serializedName: \"validationEndTimeInUtc\",\n type: {\n name: \"DateTime\",\n },\n },\n serverLevelValidationDetails: {\n serializedName: \"serverLevelValidationDetails\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ValidationSummaryItem\",\n },\n },\n },\n },\n dbLevelValidationDetails: {\n serializedName: \"dbLevelValidationDetails\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DbLevelValidationStatus\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ValidationSummaryItem: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ValidationSummaryItem\",\n modelProperties: {\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\",\n },\n },\n state: {\n serializedName: \"state\",\n type: {\n name: \"String\",\n },\n },\n messages: {\n serializedName: \"messages\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ValidationMessage\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ValidationMessage: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ValidationMessage\",\n modelProperties: {\n state: {\n serializedName: \"state\",\n type: {\n name: \"String\",\n },\n },\n message: {\n serializedName: \"message\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const DbLevelValidationStatus: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DbLevelValidationStatus\",\n modelProperties: {\n databaseName: {\n serializedName: \"databaseName\",\n type: {\n name: \"String\",\n },\n },\n startedOn: {\n serializedName: \"startedOn\",\n type: {\n name: \"DateTime\",\n },\n },\n endedOn: {\n serializedName: \"endedOn\",\n type: {\n name: \"DateTime\",\n },\n },\n summary: {\n serializedName: \"summary\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ValidationSummaryItem\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const DbServerMetadata: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DbServerMetadata\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n version: {\n serializedName: \"version\",\n type: {\n name: \"String\",\n },\n },\n storageMb: {\n serializedName: \"storageMb\",\n type: {\n name: \"Number\",\n },\n },\n sku: {\n serializedName: \"sku\",\n type: {\n name: \"Composite\",\n className: \"ServerSku\",\n },\n },\n },\n },\n};\n\nexport const ServerSku: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ServerSku\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n tier: {\n serializedName: \"tier\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const MigrationSecretParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MigrationSecretParameters\",\n modelProperties: {\n adminCredentials: {\n serializedName: \"adminCredentials\",\n type: {\n name: \"Composite\",\n className: \"AdminCredentials\",\n },\n },\n sourceServerUsername: {\n serializedName: \"sourceServerUsername\",\n type: {\n name: \"String\",\n },\n },\n targetServerUsername: {\n serializedName: \"targetServerUsername\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AdminCredentials: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AdminCredentials\",\n modelProperties: {\n sourceServerPassword: {\n serializedName: \"sourceServerPassword\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n targetServerPassword: {\n serializedName: \"targetServerPassword\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const MigrationResourceForPatch: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MigrationResourceForPatch\",\n modelProperties: {\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n sourceDbServerResourceId: {\n serializedName: \"properties.sourceDbServerResourceId\",\n type: {\n name: \"String\",\n },\n },\n sourceDbServerFullyQualifiedDomainName: {\n serializedName: \"properties.sourceDbServerFullyQualifiedDomainName\",\n type: {\n name: \"String\",\n },\n },\n targetDbServerFullyQualifiedDomainName: {\n serializedName: \"properties.targetDbServerFullyQualifiedDomainName\",\n type: {\n name: \"String\",\n },\n },\n secretParameters: {\n serializedName: \"properties.secretParameters\",\n type: {\n name: \"Composite\",\n className: \"MigrationSecretParametersForPatch\",\n },\n },\n dbsToMigrate: {\n constraints: {\n MaxItems: 50,\n },\n serializedName: \"properties.dbsToMigrate\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n setupLogicalReplicationOnSourceDbIfNeeded: {\n serializedName: \"properties.setupLogicalReplicationOnSourceDbIfNeeded\",\n type: {\n name: \"String\",\n },\n },\n overwriteDbsInTarget: {\n serializedName: \"properties.overwriteDbsInTarget\",\n type: {\n name: \"String\",\n },\n },\n migrationWindowStartTimeInUtc: {\n serializedName: \"properties.migrationWindowStartTimeInUtc\",\n type: {\n name: \"DateTime\",\n },\n },\n migrateRoles: {\n serializedName: \"properties.migrateRoles\",\n type: {\n name: \"String\",\n },\n },\n startDataMigration: {\n serializedName: \"properties.startDataMigration\",\n type: {\n name: \"String\",\n },\n },\n triggerCutover: {\n serializedName: \"properties.triggerCutover\",\n type: {\n name: \"String\",\n },\n },\n dbsToTriggerCutoverOn: {\n serializedName: \"properties.dbsToTriggerCutoverOn\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n cancel: {\n serializedName: \"properties.cancel\",\n type: {\n name: \"String\",\n },\n },\n dbsToCancelMigrationOn: {\n serializedName: \"properties.dbsToCancelMigrationOn\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n migrationMode: {\n serializedName: \"properties.migrationMode\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const MigrationSecretParametersForPatch: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MigrationSecretParametersForPatch\",\n modelProperties: {\n adminCredentials: {\n serializedName: \"adminCredentials\",\n type: {\n name: \"Composite\",\n className: \"AdminCredentialsForPatch\",\n },\n },\n sourceServerUsername: {\n serializedName: \"sourceServerUsername\",\n type: {\n name: \"String\",\n },\n },\n targetServerUsername: {\n serializedName: \"targetServerUsername\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AdminCredentialsForPatch: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AdminCredentialsForPatch\",\n modelProperties: {\n sourceServerPassword: {\n serializedName: \"sourceServerPassword\",\n type: {\n name: \"String\",\n },\n },\n targetServerPassword: {\n serializedName: \"targetServerPassword\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const MigrationList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MigrationList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Migration\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const MigrationNameAvailability: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MigrationNameAvailability\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n nameAvailable: {\n serializedName: \"nameAvailable\",\n readOnly: true,\n type: {\n name: \"Boolean\",\n },\n },\n reason: {\n serializedName: \"reason\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n message: {\n serializedName: \"message\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const CheckNameAvailabilityRequest: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CheckNameAvailabilityRequest\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const CheckNameAvailabilityResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CheckNameAvailabilityResponse\",\n modelProperties: {\n nameAvailable: {\n serializedName: \"nameAvailable\",\n type: {\n name: \"Boolean\",\n },\n },\n reason: {\n serializedName: \"reason\",\n type: {\n name: \"String\",\n },\n },\n message: {\n serializedName: \"message\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const OperationList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Operation\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const Operation: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Operation\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n display: {\n serializedName: \"display\",\n type: {\n name: \"Composite\",\n className: \"OperationDisplay\",\n },\n },\n isDataAction: {\n serializedName: \"isDataAction\",\n type: {\n name: \"Boolean\",\n },\n },\n origin: {\n serializedName: \"origin\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n properties: {\n serializedName: \"properties\",\n readOnly: true,\n type: {\n name: \"Dictionary\",\n value: {\n type: { name: \"Dictionary\", value: { type: { name: \"any\" } } },\n },\n },\n },\n },\n },\n};\n\nexport const OperationDisplay: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationDisplay\",\n modelProperties: {\n provider: {\n serializedName: \"provider\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n resource: {\n serializedName: \"resource\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n operation: {\n serializedName: \"operation\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n description: {\n serializedName: \"description\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const PrivateEndpoint: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpoint\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const PrivateLinkServiceConnectionState: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateLinkServiceConnectionState\",\n modelProperties: {\n status: {\n serializedName: \"status\",\n type: {\n name: \"String\",\n },\n },\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\",\n },\n },\n actionsRequired: {\n serializedName: \"actionsRequired\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const PrivateEndpointConnectionList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnectionList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnection\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const PrivateLinkResourceList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateLinkResourceList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PrivateLinkResource\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const QuotaUsageList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"QuotaUsageList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"QuotaUsage\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const QuotaUsage: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"QuotaUsage\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"Composite\",\n className: \"NameProperty\",\n },\n },\n limit: {\n serializedName: \"limit\",\n type: {\n name: \"Number\",\n },\n },\n unit: {\n defaultValue: \"Count\",\n serializedName: \"unit\",\n type: {\n name: \"String\",\n },\n },\n currentValue: {\n serializedName: \"currentValue\",\n type: {\n name: \"Number\",\n },\n },\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const NameProperty: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"NameProperty\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"String\",\n },\n },\n localizedValue: {\n serializedName: \"localizedValue\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ServerList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ServerList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Server\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const Sku: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Sku\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n tier: {\n serializedName: \"tier\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const UserAssignedIdentity: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"UserAssignedIdentity\",\n modelProperties: {\n userAssignedIdentities: {\n serializedName: \"userAssignedIdentities\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"Composite\", className: \"UserIdentity\" } },\n },\n },\n principalId: {\n serializedName: \"principalId\",\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n tenantId: {\n serializedName: \"tenantId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const UserIdentity: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"UserIdentity\",\n modelProperties: {\n principalId: {\n serializedName: \"principalId\",\n type: {\n name: \"String\",\n },\n },\n clientId: {\n serializedName: \"clientId\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const Storage: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Storage\",\n modelProperties: {\n storageSizeGB: {\n serializedName: \"storageSizeGB\",\n type: {\n name: \"Number\",\n },\n },\n autoGrow: {\n serializedName: \"autoGrow\",\n type: {\n name: \"String\",\n },\n },\n tier: {\n serializedName: \"tier\",\n type: {\n name: \"String\",\n },\n },\n iops: {\n serializedName: \"iops\",\n type: {\n name: \"Number\",\n },\n },\n throughput: {\n serializedName: \"throughput\",\n type: {\n name: \"Number\",\n },\n },\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AuthConfig: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AuthConfig\",\n modelProperties: {\n activeDirectoryAuth: {\n serializedName: \"activeDirectoryAuth\",\n type: {\n name: \"String\",\n },\n },\n passwordAuth: {\n serializedName: \"passwordAuth\",\n type: {\n name: \"String\",\n },\n },\n tenantId: {\n defaultValue: \"\",\n serializedName: \"tenantId\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const DataEncryption: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DataEncryption\",\n modelProperties: {\n primaryKeyURI: {\n serializedName: \"primaryKeyURI\",\n type: {\n name: \"String\",\n },\n },\n primaryUserAssignedIdentityId: {\n serializedName: \"primaryUserAssignedIdentityId\",\n type: {\n name: \"String\",\n },\n },\n geoBackupKeyURI: {\n serializedName: \"geoBackupKeyURI\",\n type: {\n name: \"String\",\n },\n },\n geoBackupUserAssignedIdentityId: {\n serializedName: \"geoBackupUserAssignedIdentityId\",\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\",\n },\n },\n primaryEncryptionKeyStatus: {\n serializedName: \"primaryEncryptionKeyStatus\",\n type: {\n name: \"String\",\n },\n },\n geoBackupEncryptionKeyStatus: {\n serializedName: \"geoBackupEncryptionKeyStatus\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const Backup: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Backup\",\n modelProperties: {\n backupRetentionDays: {\n defaultValue: 7,\n serializedName: \"backupRetentionDays\",\n type: {\n name: \"Number\",\n },\n },\n geoRedundantBackup: {\n serializedName: \"geoRedundantBackup\",\n type: {\n name: \"String\",\n },\n },\n earliestRestoreDate: {\n serializedName: \"earliestRestoreDate\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n },\n },\n};\n\nexport const Network: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Network\",\n modelProperties: {\n publicNetworkAccess: {\n serializedName: \"publicNetworkAccess\",\n type: {\n name: \"String\",\n },\n },\n delegatedSubnetResourceId: {\n serializedName: \"delegatedSubnetResourceId\",\n type: {\n name: \"String\",\n },\n },\n privateDnsZoneArmResourceId: {\n serializedName: \"privateDnsZoneArmResourceId\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const HighAvailability: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"HighAvailability\",\n modelProperties: {\n mode: {\n serializedName: \"mode\",\n type: {\n name: \"String\",\n },\n },\n state: {\n serializedName: \"state\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n standbyAvailabilityZone: {\n defaultValue: \"\",\n serializedName: \"standbyAvailabilityZone\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const MaintenanceWindow: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MaintenanceWindow\",\n modelProperties: {\n customWindow: {\n defaultValue: \"Disabled\",\n serializedName: \"customWindow\",\n type: {\n name: \"String\",\n },\n },\n startHour: {\n defaultValue: 0,\n serializedName: \"startHour\",\n type: {\n name: \"Number\",\n },\n },\n startMinute: {\n defaultValue: 0,\n serializedName: \"startMinute\",\n type: {\n name: \"Number\",\n },\n },\n dayOfWeek: {\n defaultValue: 0,\n serializedName: \"dayOfWeek\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const Replica: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Replica\",\n modelProperties: {\n role: {\n serializedName: \"role\",\n type: {\n name: \"String\",\n },\n },\n capacity: {\n serializedName: \"capacity\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n replicationState: {\n serializedName: \"replicationState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n promoteMode: {\n serializedName: \"promoteMode\",\n type: {\n name: \"String\",\n },\n },\n promoteOption: {\n serializedName: \"promoteOption\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const Cluster: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Cluster\",\n modelProperties: {\n clusterSize: {\n defaultValue: 0,\n serializedName: \"clusterSize\",\n type: {\n name: \"Number\",\n },\n },\n defaultDatabaseName: {\n serializedName: \"defaultDatabaseName\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ServerForPatch: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ServerForPatch\",\n modelProperties: {\n sku: {\n serializedName: \"sku\",\n type: {\n name: \"Composite\",\n className: \"SkuForPatch\",\n },\n },\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"Composite\",\n className: \"UserAssignedIdentity\",\n },\n },\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n administratorLogin: {\n serializedName: \"properties.administratorLogin\",\n type: {\n name: \"String\",\n },\n },\n administratorLoginPassword: {\n serializedName: \"properties.administratorLoginPassword\",\n type: {\n name: \"String\",\n },\n },\n version: {\n serializedName: \"properties.version\",\n type: {\n name: \"String\",\n },\n },\n storage: {\n serializedName: \"properties.storage\",\n type: {\n name: \"Composite\",\n className: \"Storage\",\n },\n },\n backup: {\n serializedName: \"properties.backup\",\n type: {\n name: \"Composite\",\n className: \"BackupForPatch\",\n },\n },\n highAvailability: {\n serializedName: \"properties.highAvailability\",\n type: {\n name: \"Composite\",\n className: \"HighAvailabilityForPatch\",\n },\n },\n maintenanceWindow: {\n serializedName: \"properties.maintenanceWindow\",\n type: {\n name: \"Composite\",\n className: \"MaintenanceWindowForPatch\",\n },\n },\n authConfig: {\n serializedName: \"properties.authConfig\",\n type: {\n name: \"Composite\",\n className: \"AuthConfigForPatch\",\n },\n },\n dataEncryption: {\n serializedName: \"properties.dataEncryption\",\n type: {\n name: \"Composite\",\n className: \"DataEncryption\",\n },\n },\n availabilityZone: {\n defaultValue: \"\",\n serializedName: \"properties.availabilityZone\",\n type: {\n name: \"String\",\n },\n },\n createMode: {\n serializedName: \"properties.createMode\",\n type: {\n name: \"String\",\n },\n },\n replicationRole: {\n serializedName: \"properties.replicationRole\",\n type: {\n name: \"String\",\n },\n },\n replica: {\n serializedName: \"properties.replica\",\n type: {\n name: \"Composite\",\n className: \"Replica\",\n },\n },\n network: {\n serializedName: \"properties.network\",\n type: {\n name: \"Composite\",\n className: \"Network\",\n },\n },\n cluster: {\n serializedName: \"properties.cluster\",\n type: {\n name: \"Composite\",\n className: \"Cluster\",\n },\n },\n },\n },\n};\n\nexport const SkuForPatch: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SkuForPatch\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n tier: {\n serializedName: \"tier\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const BackupForPatch: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"BackupForPatch\",\n modelProperties: {\n backupRetentionDays: {\n serializedName: \"backupRetentionDays\",\n type: {\n name: \"Number\",\n },\n },\n geoRedundantBackup: {\n serializedName: \"geoRedundantBackup\",\n type: {\n name: \"String\",\n },\n },\n earliestRestoreDate: {\n serializedName: \"earliestRestoreDate\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n },\n },\n};\n\nexport const HighAvailabilityForPatch: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"HighAvailabilityForPatch\",\n modelProperties: {\n mode: {\n serializedName: \"mode\",\n type: {\n name: \"String\",\n },\n },\n state: {\n serializedName: \"state\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n standbyAvailabilityZone: {\n defaultValue: \"\",\n serializedName: \"standbyAvailabilityZone\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const MaintenanceWindowForPatch: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MaintenanceWindowForPatch\",\n modelProperties: {\n customWindow: {\n serializedName: \"customWindow\",\n type: {\n name: \"String\",\n },\n },\n startHour: {\n serializedName: \"startHour\",\n type: {\n name: \"Number\",\n },\n },\n startMinute: {\n serializedName: \"startMinute\",\n type: {\n name: \"Number\",\n },\n },\n dayOfWeek: {\n serializedName: \"dayOfWeek\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const AuthConfigForPatch: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AuthConfigForPatch\",\n modelProperties: {\n activeDirectoryAuth: {\n serializedName: \"activeDirectoryAuth\",\n type: {\n name: \"String\",\n },\n },\n passwordAuth: {\n serializedName: \"passwordAuth\",\n type: {\n name: \"String\",\n },\n },\n tenantId: {\n serializedName: \"tenantId\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const RestartParameter: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RestartParameter\",\n modelProperties: {\n restartWithFailover: {\n serializedName: \"restartWithFailover\",\n type: {\n name: \"Boolean\",\n },\n },\n failoverMode: {\n serializedName: \"failoverMode\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ObjectRecommendationList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ObjectRecommendationList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ObjectRecommendation\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ObjectRecommendationPropertiesImplementationDetails: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ObjectRecommendationPropertiesImplementationDetails\",\n modelProperties: {\n method: {\n serializedName: \"method\",\n type: {\n name: \"String\",\n },\n },\n script: {\n serializedName: \"script\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ObjectRecommendationPropertiesAnalyzedWorkload: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ObjectRecommendationPropertiesAnalyzedWorkload\",\n modelProperties: {\n startTime: {\n serializedName: \"startTime\",\n type: {\n name: \"DateTime\",\n },\n },\n endTime: {\n serializedName: \"endTime\",\n type: {\n name: \"DateTime\",\n },\n },\n queryCount: {\n serializedName: \"queryCount\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const ImpactRecord: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ImpactRecord\",\n modelProperties: {\n dimensionName: {\n serializedName: \"dimensionName\",\n type: {\n name: \"String\",\n },\n },\n unit: {\n serializedName: \"unit\",\n type: {\n name: \"String\",\n },\n },\n queryId: {\n serializedName: \"queryId\",\n type: {\n name: \"Number\",\n },\n },\n absoluteValue: {\n serializedName: \"absoluteValue\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const ObjectRecommendationDetails: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ObjectRecommendationDetails\",\n modelProperties: {\n databaseName: {\n serializedName: \"databaseName\",\n type: {\n name: \"String\",\n },\n },\n schema: {\n serializedName: \"schema\",\n type: {\n name: \"String\",\n },\n },\n table: {\n serializedName: \"table\",\n type: {\n name: \"String\",\n },\n },\n indexType: {\n serializedName: \"indexType\",\n type: {\n name: \"String\",\n },\n },\n indexName: {\n serializedName: \"indexName\",\n type: {\n name: \"String\",\n },\n },\n indexColumns: {\n serializedName: \"indexColumns\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n includedColumns: {\n serializedName: \"includedColumns\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const TuningOptionsList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TuningOptionsList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"TuningOptions\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const VirtualEndpointResourceForPatch: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"VirtualEndpointResourceForPatch\",\n modelProperties: {\n endpointType: {\n serializedName: \"properties.endpointType\",\n type: {\n name: \"String\",\n },\n },\n members: {\n serializedName: \"properties.members\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n virtualEndpoints: {\n serializedName: \"properties.virtualEndpoints\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const VirtualEndpointsList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"VirtualEndpointsList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"VirtualEndpoint\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const VirtualNetworkSubnetUsageParameter: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"VirtualNetworkSubnetUsageParameter\",\n modelProperties: {\n virtualNetworkArmResourceId: {\n serializedName: \"virtualNetworkArmResourceId\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const VirtualNetworkSubnetUsageModel: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"VirtualNetworkSubnetUsageModel\",\n modelProperties: {\n delegatedSubnetsUsage: {\n serializedName: \"delegatedSubnetsUsage\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DelegatedSubnetUsage\",\n },\n },\n },\n },\n location: {\n serializedName: \"location\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n subscriptionId: {\n serializedName: \"subscriptionId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const DelegatedSubnetUsage: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DelegatedSubnetUsage\",\n modelProperties: {\n subnetName: {\n serializedName: \"subnetName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n usage: {\n serializedName: \"usage\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const ProxyResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProxyResource\",\n modelProperties: {\n ...Resource.type.modelProperties,\n },\n },\n};\n\nexport const TrackedResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TrackedResource\",\n modelProperties: {\n ...Resource.type.modelProperties,\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n location: {\n serializedName: \"location\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const PrivateEndpointConnection: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnection\",\n modelProperties: {\n ...Resource.type.modelProperties,\n groupIds: {\n serializedName: \"properties.groupIds\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n privateEndpoint: {\n serializedName: \"properties.privateEndpoint\",\n type: {\n name: \"Composite\",\n className: \"PrivateEndpoint\",\n },\n },\n privateLinkServiceConnectionState: {\n serializedName: \"properties.privateLinkServiceConnectionState\",\n type: {\n name: \"Composite\",\n className: \"PrivateLinkServiceConnectionState\",\n },\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const PrivateLinkResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateLinkResource\",\n modelProperties: {\n ...Resource.type.modelProperties,\n groupId: {\n serializedName: \"properties.groupId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n requiredMembers: {\n serializedName: \"properties.requiredMembers\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n requiredZoneNames: {\n serializedName: \"properties.requiredZoneNames\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const VirtualEndpoint: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"VirtualEndpoint\",\n modelProperties: {\n ...VirtualEndpointResourceForPatch.type.modelProperties,\n ...Resource.type.modelProperties,\n },\n },\n};\n\nexport const StorageTierCapability: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"StorageTierCapability\",\n modelProperties: {\n ...CapabilityBase.type.modelProperties,\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n iops: {\n serializedName: \"iops\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const StorageMbCapability: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"StorageMbCapability\",\n modelProperties: {\n ...CapabilityBase.type.modelProperties,\n supportedIops: {\n serializedName: \"supportedIops\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n supportedMaximumIops: {\n serializedName: \"supportedMaximumIops\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n storageSizeMb: {\n serializedName: \"storageSizeMb\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n maximumStorageSizeMb: {\n serializedName: \"maximumStorageSizeMb\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n supportedThroughput: {\n serializedName: \"supportedThroughput\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n supportedMaximumThroughput: {\n serializedName: \"supportedMaximumThroughput\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n defaultIopsTier: {\n serializedName: \"defaultIopsTier\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n supportedIopsTiers: {\n serializedName: \"supportedIopsTiers\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"StorageTierCapability\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const StorageEditionCapability: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"StorageEditionCapability\",\n modelProperties: {\n ...CapabilityBase.type.modelProperties,\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n defaultStorageSizeMb: {\n serializedName: \"defaultStorageSizeMb\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n supportedStorageMb: {\n serializedName: \"supportedStorageMb\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"StorageMbCapability\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ServerSkuCapability: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ServerSkuCapability\",\n modelProperties: {\n ...CapabilityBase.type.modelProperties,\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n vCores: {\n serializedName: \"vCores\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n supportedIops: {\n serializedName: \"supportedIops\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n supportedMemoryPerVcoreMb: {\n serializedName: \"supportedMemoryPerVcoreMb\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n supportedZones: {\n serializedName: \"supportedZones\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n supportedHaMode: {\n serializedName: \"supportedHaMode\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n supportedFeatures: {\n serializedName: \"supportedFeatures\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SupportedFeature\",\n },\n },\n },\n },\n securityProfile: {\n serializedName: \"securityProfile\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ServerEditionCapability: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ServerEditionCapability\",\n modelProperties: {\n ...CapabilityBase.type.modelProperties,\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n defaultSkuName: {\n serializedName: \"defaultSkuName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n supportedStorageEditions: {\n serializedName: \"supportedStorageEditions\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"StorageEditionCapability\",\n },\n },\n },\n },\n supportedServerSkus: {\n serializedName: \"supportedServerSkus\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ServerSkuCapability\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ServerVersionCapability: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ServerVersionCapability\",\n modelProperties: {\n ...CapabilityBase.type.modelProperties,\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n supportedVersionsToUpgrade: {\n serializedName: \"supportedVersionsToUpgrade\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n supportedFeatures: {\n serializedName: \"supportedFeatures\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SupportedFeature\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const FastProvisioningEditionCapability: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"FastProvisioningEditionCapability\",\n modelProperties: {\n ...CapabilityBase.type.modelProperties,\n supportedTier: {\n serializedName: \"supportedTier\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n supportedSku: {\n serializedName: \"supportedSku\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n supportedStorageGb: {\n serializedName: \"supportedStorageGb\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n supportedServerVersions: {\n serializedName: \"supportedServerVersions\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n serverCount: {\n serializedName: \"serverCount\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const Capability: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Capability\",\n modelProperties: {\n ...CapabilityBase.type.modelProperties,\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n supportedServerEditions: {\n serializedName: \"supportedServerEditions\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ServerEditionCapability\",\n },\n },\n },\n },\n supportedServerVersions: {\n serializedName: \"supportedServerVersions\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ServerVersionCapability\",\n },\n },\n },\n },\n supportedFeatures: {\n serializedName: \"supportedFeatures\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SupportedFeature\",\n },\n },\n },\n },\n fastProvisioningSupported: {\n serializedName: \"fastProvisioningSupported\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n supportedFastProvisioningEditions: {\n serializedName: \"supportedFastProvisioningEditions\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"FastProvisioningEditionCapability\",\n },\n },\n },\n },\n geoBackupSupported: {\n serializedName: \"geoBackupSupported\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n zoneRedundantHaSupported: {\n serializedName: \"zoneRedundantHaSupported\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n zoneRedundantHaAndGeoBackupSupported: {\n serializedName: \"zoneRedundantHaAndGeoBackupSupported\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n storageAutoGrowthSupported: {\n serializedName: \"storageAutoGrowthSupported\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n onlineResizeSupported: {\n serializedName: \"onlineResizeSupported\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n restricted: {\n serializedName: \"restricted\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const LtrPreBackupRequest: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LtrPreBackupRequest\",\n modelProperties: {\n ...BackupRequestBase.type.modelProperties,\n },\n },\n};\n\nexport const BackupsLongTermRetentionRequest: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"BackupsLongTermRetentionRequest\",\n modelProperties: {\n ...BackupRequestBase.type.modelProperties,\n targetDetails: {\n serializedName: \"targetDetails\",\n type: {\n name: \"Composite\",\n className: \"BackupStoreDetails\",\n },\n },\n },\n },\n};\n\nexport const NameAvailabilityModel: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"NameAvailabilityModel\",\n modelProperties: {\n ...CheckNameAvailabilityResponse.type.modelProperties,\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AdministratorMicrosoftEntra: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AdministratorMicrosoftEntra\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n principalType: {\n serializedName: \"properties.principalType\",\n type: {\n name: \"String\",\n },\n },\n principalName: {\n serializedName: \"properties.principalName\",\n type: {\n name: \"String\",\n },\n },\n objectId: {\n serializedName: \"properties.objectId\",\n type: {\n name: \"String\",\n },\n },\n tenantId: {\n serializedName: \"properties.tenantId\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AdvancedThreatProtectionSettingsModel: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AdvancedThreatProtectionSettingsModel\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n state: {\n serializedName: \"properties.state\",\n type: {\n name: \"Enum\",\n allowedValues: [\"Enabled\", \"Disabled\"],\n },\n },\n creationTime: {\n serializedName: \"properties.creationTime\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n },\n },\n};\n\nexport const BackupAutomaticAndOnDemand: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"BackupAutomaticAndOnDemand\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n backupType: {\n serializedName: \"properties.backupType\",\n type: {\n name: \"String\",\n },\n },\n completedTime: {\n serializedName: \"properties.completedTime\",\n type: {\n name: \"DateTime\",\n },\n },\n source: {\n serializedName: \"properties.source\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const CapturedLog: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CapturedLog\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n createdTime: {\n serializedName: \"properties.createdTime\",\n type: {\n name: \"DateTime\",\n },\n },\n lastModifiedTime: {\n serializedName: \"properties.lastModifiedTime\",\n type: {\n name: \"DateTime\",\n },\n },\n sizeInKb: {\n serializedName: \"properties.sizeInKb\",\n type: {\n name: \"Number\",\n },\n },\n typePropertiesType: {\n serializedName: \"properties.type\",\n type: {\n name: \"String\",\n },\n },\n url: {\n serializedName: \"properties.url\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const Configuration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Configuration\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n value: {\n serializedName: \"properties.value\",\n type: {\n name: \"String\",\n },\n },\n description: {\n serializedName: \"properties.description\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n defaultValue: {\n serializedName: \"properties.defaultValue\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n dataType: {\n serializedName: \"properties.dataType\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n allowedValues: {\n serializedName: \"properties.allowedValues\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n source: {\n serializedName: \"properties.source\",\n type: {\n name: \"String\",\n },\n },\n isDynamicConfig: {\n serializedName: \"properties.isDynamicConfig\",\n readOnly: true,\n type: {\n name: \"Boolean\",\n },\n },\n isReadOnly: {\n serializedName: \"properties.isReadOnly\",\n readOnly: true,\n type: {\n name: \"Boolean\",\n },\n },\n isConfigPendingRestart: {\n serializedName: \"properties.isConfigPendingRestart\",\n readOnly: true,\n type: {\n name: \"Boolean\",\n },\n },\n unit: {\n serializedName: \"properties.unit\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n documentationLink: {\n serializedName: \"properties.documentationLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const Database: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Database\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n charset: {\n constraints: {\n Pattern: new RegExp(\"^[a-zA-Z]+\\\\w*$\"),\n },\n serializedName: \"properties.charset\",\n type: {\n name: \"String\",\n },\n },\n collation: {\n constraints: {\n Pattern: new RegExp(\"^[a-zA-Z\\\\-]+([. ]|\\\\w)*$\"),\n },\n serializedName: \"properties.collation\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const FirewallRule: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"FirewallRule\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n startIpAddress: {\n constraints: {\n Pattern: new RegExp(\n \"^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\\\\.){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])$\",\n ),\n },\n serializedName: \"properties.startIpAddress\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n endIpAddress: {\n constraints: {\n Pattern: new RegExp(\n \"^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\\\\.){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])$\",\n ),\n },\n serializedName: \"properties.endIpAddress\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const BackupsLongTermRetentionOperation: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"BackupsLongTermRetentionOperation\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n datasourceSizeInBytes: {\n serializedName: \"properties.datasourceSizeInBytes\",\n type: {\n name: \"Number\",\n },\n },\n dataTransferredInBytes: {\n serializedName: \"properties.dataTransferredInBytes\",\n type: {\n name: \"Number\",\n },\n },\n backupName: {\n serializedName: \"properties.backupName\",\n type: {\n name: \"String\",\n },\n },\n backupMetadata: {\n serializedName: \"properties.backupMetadata\",\n type: {\n name: \"String\",\n },\n },\n status: {\n serializedName: \"properties.status\",\n type: {\n name: \"String\",\n },\n },\n startTime: {\n serializedName: \"properties.startTime\",\n type: {\n name: \"DateTime\",\n },\n },\n endTime: {\n serializedName: \"properties.endTime\",\n type: {\n name: \"DateTime\",\n },\n },\n percentComplete: {\n constraints: {\n InclusiveMaximum: 100,\n InclusiveMinimum: 0,\n },\n serializedName: \"properties.percentComplete\",\n type: {\n name: \"Number\",\n },\n },\n errorCode: {\n serializedName: \"properties.errorCode\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n errorMessage: {\n serializedName: \"properties.errorMessage\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const TuningOptions: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TuningOptions\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n },\n },\n};\n\nexport const ObjectRecommendation: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ObjectRecommendation\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n kind: {\n serializedName: \"kind\",\n type: {\n name: \"String\",\n },\n },\n initialRecommendedTime: {\n serializedName: \"properties.initialRecommendedTime\",\n type: {\n name: \"DateTime\",\n },\n },\n lastRecommendedTime: {\n serializedName: \"properties.lastRecommendedTime\",\n type: {\n name: \"DateTime\",\n },\n },\n timesRecommended: {\n serializedName: \"properties.timesRecommended\",\n type: {\n name: \"Number\",\n },\n },\n improvedQueryIds: {\n serializedName: \"properties.improvedQueryIds\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Number\",\n },\n },\n },\n },\n recommendationReason: {\n serializedName: \"properties.recommendationReason\",\n type: {\n name: \"String\",\n },\n },\n currentState: {\n serializedName: \"properties.currentState\",\n type: {\n name: \"String\",\n },\n },\n recommendationType: {\n serializedName: \"properties.recommendationType\",\n type: {\n name: \"String\",\n },\n },\n implementationDetails: {\n serializedName: \"properties.implementationDetails\",\n type: {\n name: \"Composite\",\n className: \"ObjectRecommendationPropertiesImplementationDetails\",\n },\n },\n analyzedWorkload: {\n serializedName: \"properties.analyzedWorkload\",\n type: {\n name: \"Composite\",\n className: \"ObjectRecommendationPropertiesAnalyzedWorkload\",\n },\n },\n estimatedImpact: {\n serializedName: \"properties.estimatedImpact\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ImpactRecord\",\n },\n },\n },\n },\n details: {\n serializedName: \"properties.details\",\n type: {\n name: \"Composite\",\n className: \"ObjectRecommendationDetails\",\n },\n },\n },\n },\n};\n\nexport const Migration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Migration\",\n modelProperties: {\n ...TrackedResource.type.modelProperties,\n migrationId: {\n serializedName: \"properties.migrationId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n currentStatus: {\n serializedName: \"properties.currentStatus\",\n type: {\n name: \"Composite\",\n className: \"MigrationStatus\",\n },\n },\n migrationInstanceResourceId: {\n serializedName: \"properties.migrationInstanceResourceId\",\n type: {\n name: \"String\",\n },\n },\n migrationMode: {\n serializedName: \"properties.migrationMode\",\n type: {\n name: \"String\",\n },\n },\n migrationOption: {\n serializedName: \"properties.migrationOption\",\n type: {\n name: \"String\",\n },\n },\n sourceType: {\n serializedName: \"properties.sourceType\",\n type: {\n name: \"String\",\n },\n },\n sslMode: {\n serializedName: \"properties.sslMode\",\n type: {\n name: \"String\",\n },\n },\n sourceDbServerMetadata: {\n serializedName: \"properties.sourceDbServerMetadata\",\n type: {\n name: \"Composite\",\n className: \"DbServerMetadata\",\n },\n },\n targetDbServerMetadata: {\n serializedName: \"properties.targetDbServerMetadata\",\n type: {\n name: \"Composite\",\n className: \"DbServerMetadata\",\n },\n },\n sourceDbServerResourceId: {\n serializedName: \"properties.sourceDbServerResourceId\",\n type: {\n name: \"String\",\n },\n },\n sourceDbServerFullyQualifiedDomainName: {\n serializedName: \"properties.sourceDbServerFullyQualifiedDomainName\",\n type: {\n name: \"String\",\n },\n },\n targetDbServerResourceId: {\n serializedName: \"properties.targetDbServerResourceId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n targetDbServerFullyQualifiedDomainName: {\n serializedName: \"properties.targetDbServerFullyQualifiedDomainName\",\n type: {\n name: \"String\",\n },\n },\n secretParameters: {\n serializedName: \"properties.secretParameters\",\n type: {\n name: \"Composite\",\n className: \"MigrationSecretParameters\",\n },\n },\n dbsToMigrate: {\n constraints: {\n MaxItems: 50,\n },\n serializedName: \"properties.dbsToMigrate\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n setupLogicalReplicationOnSourceDbIfNeeded: {\n serializedName: \"properties.setupLogicalReplicationOnSourceDbIfNeeded\",\n type: {\n name: \"String\",\n },\n },\n overwriteDbsInTarget: {\n serializedName: \"properties.overwriteDbsInTarget\",\n type: {\n name: \"String\",\n },\n },\n migrationWindowStartTimeInUtc: {\n serializedName: \"properties.migrationWindowStartTimeInUtc\",\n type: {\n name: \"DateTime\",\n },\n },\n migrationWindowEndTimeInUtc: {\n serializedName: \"properties.migrationWindowEndTimeInUtc\",\n type: {\n name: \"DateTime\",\n },\n },\n migrateRoles: {\n serializedName: \"properties.migrateRoles\",\n type: {\n name: \"String\",\n },\n },\n startDataMigration: {\n serializedName: \"properties.startDataMigration\",\n type: {\n name: \"String\",\n },\n },\n triggerCutover: {\n serializedName: \"properties.triggerCutover\",\n type: {\n name: \"String\",\n },\n },\n dbsToTriggerCutoverOn: {\n serializedName: \"properties.dbsToTriggerCutoverOn\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n cancel: {\n serializedName: \"properties.cancel\",\n type: {\n name: \"String\",\n },\n },\n dbsToCancelMigrationOn: {\n serializedName: \"properties.dbsToCancelMigrationOn\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const Server: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Server\",\n modelProperties: {\n ...TrackedResource.type.modelProperties,\n sku: {\n serializedName: \"sku\",\n type: {\n name: \"Composite\",\n className: \"Sku\",\n },\n },\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"Composite\",\n className: \"UserAssignedIdentity\",\n },\n },\n administratorLogin: {\n serializedName: \"properties.administratorLogin\",\n type: {\n name: \"String\",\n },\n },\n administratorLoginPassword: {\n serializedName: \"properties.administratorLoginPassword\",\n type: {\n name: \"String\",\n },\n },\n version: {\n serializedName: \"properties.version\",\n type: {\n name: \"String\",\n },\n },\n minorVersion: {\n serializedName: \"properties.minorVersion\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n state: {\n serializedName: \"properties.state\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n fullyQualifiedDomainName: {\n serializedName: \"properties.fullyQualifiedDomainName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n storage: {\n serializedName: \"properties.storage\",\n type: {\n name: \"Composite\",\n className: \"Storage\",\n },\n },\n authConfig: {\n serializedName: \"properties.authConfig\",\n type: {\n name: \"Composite\",\n className: \"AuthConfig\",\n },\n },\n dataEncryption: {\n serializedName: \"properties.dataEncryption\",\n type: {\n name: \"Composite\",\n className: \"DataEncryption\",\n },\n },\n backup: {\n serializedName: \"properties.backup\",\n type: {\n name: \"Composite\",\n className: \"Backup\",\n },\n },\n network: {\n serializedName: \"properties.network\",\n type: {\n name: \"Composite\",\n className: \"Network\",\n },\n },\n highAvailability: {\n serializedName: \"properties.highAvailability\",\n type: {\n name: \"Composite\",\n className: \"HighAvailability\",\n },\n },\n maintenanceWindow: {\n serializedName: \"properties.maintenanceWindow\",\n type: {\n name: \"Composite\",\n className: \"MaintenanceWindow\",\n },\n },\n sourceServerResourceId: {\n serializedName: \"properties.sourceServerResourceId\",\n type: {\n name: \"String\",\n },\n },\n pointInTimeUTC: {\n serializedName: \"properties.pointInTimeUTC\",\n type: {\n name: \"DateTime\",\n },\n },\n availabilityZone: {\n defaultValue: \"\",\n serializedName: \"properties.availabilityZone\",\n type: {\n name: \"String\",\n },\n },\n replicationRole: {\n serializedName: \"properties.replicationRole\",\n type: {\n name: \"String\",\n },\n },\n replicaCapacity: {\n serializedName: \"properties.replicaCapacity\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n replica: {\n serializedName: \"properties.replica\",\n type: {\n name: \"Composite\",\n className: \"Replica\",\n },\n },\n createMode: {\n serializedName: \"properties.createMode\",\n type: {\n name: \"String\",\n },\n },\n privateEndpointConnections: {\n serializedName: \"properties.privateEndpointConnections\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnection\",\n },\n },\n },\n },\n cluster: {\n serializedName: \"properties.cluster\",\n type: {\n name: \"Composite\",\n className: \"Cluster\",\n },\n },\n },\n },\n};\n\nexport const AdministratorsMicrosoftEntraCreateOrUpdateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AdministratorsMicrosoftEntraCreateOrUpdateHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AdministratorsMicrosoftEntraDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AdministratorsMicrosoftEntraDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ServerThreatProtectionSettingsCreateOrUpdateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ServerThreatProtectionSettingsCreateOrUpdateHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const BackupsAutomaticAndOnDemandCreateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"BackupsAutomaticAndOnDemandCreateHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const BackupsAutomaticAndOnDemandDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"BackupsAutomaticAndOnDemandDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ConfigurationsUpdateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConfigurationsUpdateHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ConfigurationsPutHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConfigurationsPutHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const DatabasesCreateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DatabasesCreateHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const DatabasesDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DatabasesDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const FirewallRulesCreateOrUpdateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"FirewallRulesCreateOrUpdateHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const FirewallRulesDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"FirewallRulesDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const BackupsLongTermRetentionCheckPrerequisitesHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"BackupsLongTermRetentionCheckPrerequisitesHeaders\",\n modelProperties: {\n xMsRequestId: {\n serializedName: \"x-ms-request-id\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const BackupsLongTermRetentionCheckPrerequisitesExceptionHeaders: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"BackupsLongTermRetentionCheckPrerequisitesExceptionHeaders\",\n modelProperties: {\n xMsErrorCode: {\n serializedName: \"x-ms-error-code\",\n type: {\n name: \"String\",\n },\n },\n xMsRequestId: {\n serializedName: \"x-ms-request-id\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const BackupsLongTermRetentionStartHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"BackupsLongTermRetentionStartHeaders\",\n modelProperties: {\n xMsRequestId: {\n serializedName: \"x-ms-request-id\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const BackupsLongTermRetentionStartExceptionHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"BackupsLongTermRetentionStartExceptionHeaders\",\n modelProperties: {\n xMsErrorCode: {\n serializedName: \"x-ms-error-code\",\n type: {\n name: \"String\",\n },\n },\n xMsRequestId: {\n serializedName: \"x-ms-request-id\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const PrivateEndpointConnectionsUpdateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnectionsUpdateHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const PrivateEndpointConnectionsDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnectionsDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ServersCreateOrUpdateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ServersCreateOrUpdateHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ServersUpdateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ServersUpdateHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ServersDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ServersDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ServersRestartHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ServersRestartHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ServersStartHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ServersStartHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ServersStopHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ServersStopHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const VirtualEndpointsCreateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"VirtualEndpointsCreateHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const VirtualEndpointsUpdateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"VirtualEndpointsUpdateHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const VirtualEndpointsDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"VirtualEndpointsDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n"]}