@azure/arm-mysql-flexible 4.0.0-beta.2 → 4.0.0-beta.4

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 (1372) hide show
  1. package/CHANGELOG.md +13 -1
  2. package/LICENSE +4 -4
  3. package/README.md +29 -19
  4. package/dist/browser/index.d.ts +5 -0
  5. package/dist/browser/index.d.ts.map +1 -0
  6. package/dist/browser/index.js +13 -0
  7. package/dist/browser/index.js.map +1 -0
  8. package/dist/browser/lroImpl.d.ts.map +1 -0
  9. package/dist/browser/lroImpl.js +18 -0
  10. package/dist/browser/lroImpl.js.map +1 -0
  11. package/dist/browser/models/index.js.map +1 -0
  12. package/dist/browser/models/mappers.js +2940 -0
  13. package/dist/browser/models/mappers.js.map +1 -0
  14. package/dist/browser/models/parameters.js +357 -0
  15. package/dist/browser/models/parameters.js.map +1 -0
  16. package/dist/browser/mySQLManagementFlexibleServerClient.d.ts +40 -0
  17. package/dist/browser/mySQLManagementFlexibleServerClient.d.ts.map +1 -0
  18. package/dist/browser/mySQLManagementFlexibleServerClient.js +123 -0
  19. package/dist/browser/mySQLManagementFlexibleServerClient.js.map +1 -0
  20. package/dist/browser/operations/advancedThreatProtectionSettings.d.ts +83 -0
  21. package/dist/browser/operations/advancedThreatProtectionSettings.d.ts.map +1 -0
  22. package/dist/browser/operations/advancedThreatProtectionSettings.js +367 -0
  23. package/dist/browser/operations/advancedThreatProtectionSettings.js.map +1 -0
  24. package/dist/browser/operations/azureADAdministrators.d.ts +81 -0
  25. package/dist/browser/operations/azureADAdministrators.d.ts.map +1 -0
  26. package/dist/browser/operations/azureADAdministrators.js +348 -0
  27. package/dist/browser/operations/azureADAdministrators.js.map +1 -0
  28. package/dist/browser/operations/backupAndExport.d.ts +37 -0
  29. package/dist/browser/operations/backupAndExport.d.ts.map +1 -0
  30. package/dist/browser/operations/backupAndExport.js +147 -0
  31. package/dist/browser/operations/backupAndExport.js.map +1 -0
  32. package/dist/browser/operations/backups.d.ts +54 -0
  33. package/dist/browser/operations/backups.d.ts.map +1 -0
  34. package/dist/browser/operations/backups.js +197 -0
  35. package/dist/browser/operations/backups.js.map +1 -0
  36. package/dist/browser/operations/checkNameAvailability.d.ts +20 -0
  37. package/dist/browser/operations/checkNameAvailability.d.ts.map +1 -0
  38. package/dist/browser/operations/checkNameAvailability.js +55 -0
  39. package/dist/browser/operations/checkNameAvailability.js.map +1 -0
  40. package/dist/browser/operations/checkNameAvailabilityWithoutLocation.d.ts +19 -0
  41. package/dist/browser/operations/checkNameAvailabilityWithoutLocation.d.ts.map +1 -0
  42. package/dist/browser/operations/checkNameAvailabilityWithoutLocation.js +50 -0
  43. package/dist/browser/operations/checkNameAvailabilityWithoutLocation.js.map +1 -0
  44. package/dist/browser/operations/checkVirtualNetworkSubnetUsage.d.ts +20 -0
  45. package/dist/browser/operations/checkVirtualNetworkSubnetUsage.d.ts.map +1 -0
  46. package/dist/browser/operations/checkVirtualNetworkSubnetUsage.js +55 -0
  47. package/dist/browser/operations/checkVirtualNetworkSubnetUsage.js.map +1 -0
  48. package/dist/browser/operations/configurations.d.ts +99 -0
  49. package/dist/browser/operations/configurations.d.ts.map +1 -0
  50. package/dist/browser/operations/configurations.js +463 -0
  51. package/dist/browser/operations/configurations.js.map +1 -0
  52. package/dist/browser/operations/databases.d.ts +81 -0
  53. package/dist/browser/operations/databases.d.ts.map +1 -0
  54. package/dist/browser/operations/databases.js +347 -0
  55. package/dist/browser/operations/databases.js.map +1 -0
  56. package/dist/browser/operations/firewallRules.d.ts +81 -0
  57. package/dist/browser/operations/firewallRules.d.ts.map +1 -0
  58. package/dist/browser/operations/firewallRules.js +347 -0
  59. package/dist/browser/operations/firewallRules.js.map +1 -0
  60. package/dist/browser/operations/getPrivateDnsZoneSuffix.d.ts +18 -0
  61. package/dist/browser/operations/getPrivateDnsZoneSuffix.d.ts.map +1 -0
  62. package/dist/browser/operations/getPrivateDnsZoneSuffix.js +47 -0
  63. package/dist/browser/operations/getPrivateDnsZoneSuffix.js.map +1 -0
  64. package/dist/browser/operations/index.d.ts +24 -0
  65. package/dist/browser/operations/index.d.ts.map +1 -0
  66. package/dist/browser/operations/index.js +31 -0
  67. package/dist/browser/operations/index.js.map +1 -0
  68. package/dist/browser/operations/locationBasedCapabilities.d.ts +35 -0
  69. package/dist/browser/operations/locationBasedCapabilities.d.ts.map +1 -0
  70. package/dist/browser/operations/locationBasedCapabilities.js +128 -0
  71. package/dist/browser/operations/locationBasedCapabilities.js.map +1 -0
  72. package/dist/browser/operations/locationBasedCapabilitySet.d.ts +42 -0
  73. package/dist/browser/operations/locationBasedCapabilitySet.d.ts.map +1 -0
  74. package/dist/browser/operations/locationBasedCapabilitySet.js +158 -0
  75. package/dist/browser/operations/locationBasedCapabilitySet.js.map +1 -0
  76. package/dist/browser/operations/logFiles.d.ts +38 -0
  77. package/dist/browser/operations/logFiles.d.ts.map +1 -0
  78. package/dist/browser/operations/logFiles.js +133 -0
  79. package/dist/browser/operations/logFiles.js.map +1 -0
  80. package/dist/browser/operations/longRunningBackup.d.ts +30 -0
  81. package/dist/browser/operations/longRunningBackup.d.ts.map +1 -0
  82. package/dist/browser/operations/longRunningBackup.js +118 -0
  83. package/dist/browser/operations/longRunningBackup.js.map +1 -0
  84. package/dist/browser/operations/longRunningBackups.d.ts +46 -0
  85. package/dist/browser/operations/longRunningBackups.d.ts.map +1 -0
  86. package/dist/browser/operations/longRunningBackups.js +165 -0
  87. package/dist/browser/operations/longRunningBackups.js.map +1 -0
  88. package/dist/browser/operations/maintenances.d.ts +63 -0
  89. package/dist/browser/operations/maintenances.d.ts.map +1 -0
  90. package/dist/browser/operations/maintenances.js +259 -0
  91. package/dist/browser/operations/maintenances.js.map +1 -0
  92. package/dist/browser/operations/operationProgress.d.ts +20 -0
  93. package/dist/browser/operations/operationProgress.d.ts.map +1 -0
  94. package/dist/browser/operations/operationProgress.js +54 -0
  95. package/dist/browser/operations/operationProgress.js.map +1 -0
  96. package/dist/browser/operations/operationResults.d.ts +20 -0
  97. package/dist/browser/operations/operationResults.d.ts.map +1 -0
  98. package/dist/browser/operations/operationResults.js +54 -0
  99. package/dist/browser/operations/operationResults.js.map +1 -0
  100. package/dist/browser/operations/operations.d.ts +32 -0
  101. package/dist/browser/operations/operations.d.ts.map +1 -0
  102. package/dist/browser/operations/operations.js +116 -0
  103. package/dist/browser/operations/operations.js.map +1 -0
  104. package/dist/browser/operations/replicas.d.ts +38 -0
  105. package/dist/browser/operations/replicas.d.ts.map +1 -0
  106. package/dist/browser/operations/replicas.js +133 -0
  107. package/dist/browser/operations/replicas.js.map +1 -0
  108. package/dist/browser/operations/servers.d.ts +193 -0
  109. package/dist/browser/operations/servers.d.ts.map +1 -0
  110. package/dist/browser/operations/servers.js +950 -0
  111. package/dist/browser/operations/servers.js.map +1 -0
  112. package/dist/browser/operations/serversMigration.d.ts +28 -0
  113. package/dist/browser/operations/serversMigration.d.ts.map +1 -0
  114. package/dist/browser/operations/serversMigration.js +113 -0
  115. package/dist/browser/operations/serversMigration.js.map +1 -0
  116. package/dist/browser/operationsInterfaces/advancedThreatProtectionSettings.d.ts +58 -0
  117. package/dist/browser/operationsInterfaces/advancedThreatProtectionSettings.d.ts.map +1 -0
  118. package/dist/browser/operationsInterfaces/advancedThreatProtectionSettings.js.map +1 -0
  119. package/dist/browser/operationsInterfaces/azureADAdministrators.d.ts +56 -0
  120. package/dist/browser/operationsInterfaces/azureADAdministrators.d.ts.map +1 -0
  121. package/dist/browser/operationsInterfaces/azureADAdministrators.js.map +1 -0
  122. package/dist/browser/operationsInterfaces/backupAndExport.d.ts +29 -0
  123. package/dist/browser/operationsInterfaces/backupAndExport.d.ts.map +1 -0
  124. package/dist/browser/operationsInterfaces/backupAndExport.js.map +1 -0
  125. package/dist/browser/operationsInterfaces/backups.d.ts +29 -0
  126. package/dist/browser/operationsInterfaces/backups.d.ts.map +1 -0
  127. package/dist/browser/operationsInterfaces/backups.js.map +1 -0
  128. package/dist/browser/operationsInterfaces/checkNameAvailability.d.ts +12 -0
  129. package/dist/browser/operationsInterfaces/checkNameAvailability.d.ts.map +1 -0
  130. package/dist/browser/operationsInterfaces/checkNameAvailability.js.map +1 -0
  131. package/dist/browser/operationsInterfaces/checkNameAvailabilityWithoutLocation.d.ts +11 -0
  132. package/dist/browser/operationsInterfaces/checkNameAvailabilityWithoutLocation.d.ts.map +1 -0
  133. package/dist/browser/operationsInterfaces/checkNameAvailabilityWithoutLocation.js.map +1 -0
  134. package/dist/browser/operationsInterfaces/checkVirtualNetworkSubnetUsage.d.ts +12 -0
  135. package/dist/browser/operationsInterfaces/checkVirtualNetworkSubnetUsage.d.ts.map +1 -0
  136. package/dist/browser/operationsInterfaces/checkVirtualNetworkSubnetUsage.js.map +1 -0
  137. package/dist/browser/operationsInterfaces/configurations.d.ts +74 -0
  138. package/dist/browser/operationsInterfaces/configurations.d.ts.map +1 -0
  139. package/dist/browser/operationsInterfaces/configurations.js.map +1 -0
  140. package/dist/browser/operationsInterfaces/databases.d.ts +56 -0
  141. package/dist/browser/operationsInterfaces/databases.d.ts.map +1 -0
  142. package/dist/browser/operationsInterfaces/databases.js.map +1 -0
  143. package/dist/browser/operationsInterfaces/firewallRules.d.ts +56 -0
  144. package/dist/browser/operationsInterfaces/firewallRules.d.ts.map +1 -0
  145. package/dist/browser/operationsInterfaces/firewallRules.js.map +1 -0
  146. package/dist/browser/operationsInterfaces/getPrivateDnsZoneSuffix.d.ts +10 -0
  147. package/dist/browser/operationsInterfaces/getPrivateDnsZoneSuffix.d.ts.map +1 -0
  148. package/dist/browser/operationsInterfaces/getPrivateDnsZoneSuffix.js.map +1 -0
  149. package/dist/browser/operationsInterfaces/index.d.ts +24 -0
  150. package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
  151. package/dist/browser/operationsInterfaces/index.js +31 -0
  152. package/dist/browser/operationsInterfaces/index.js.map +1 -0
  153. package/dist/browser/operationsInterfaces/locationBasedCapabilities.d.ts +12 -0
  154. package/dist/browser/operationsInterfaces/locationBasedCapabilities.d.ts.map +1 -0
  155. package/dist/browser/operationsInterfaces/locationBasedCapabilities.js.map +1 -0
  156. package/dist/browser/operationsInterfaces/locationBasedCapabilitySet.d.ts +19 -0
  157. package/dist/browser/operationsInterfaces/locationBasedCapabilitySet.d.ts.map +1 -0
  158. package/dist/browser/operationsInterfaces/locationBasedCapabilitySet.js.map +1 -0
  159. package/dist/browser/operationsInterfaces/logFiles.d.ts +13 -0
  160. package/dist/browser/operationsInterfaces/logFiles.d.ts.map +1 -0
  161. package/dist/browser/operationsInterfaces/logFiles.js.map +1 -0
  162. package/dist/browser/operationsInterfaces/longRunningBackup.d.ts +22 -0
  163. package/dist/browser/operationsInterfaces/longRunningBackup.d.ts.map +1 -0
  164. package/dist/browser/operationsInterfaces/longRunningBackup.js.map +1 -0
  165. package/dist/browser/operationsInterfaces/longRunningBackups.d.ts +21 -0
  166. package/dist/browser/operationsInterfaces/longRunningBackups.d.ts.map +1 -0
  167. package/dist/browser/operationsInterfaces/longRunningBackups.js.map +1 -0
  168. package/dist/browser/operationsInterfaces/maintenances.d.ts +38 -0
  169. package/dist/browser/operationsInterfaces/maintenances.d.ts.map +1 -0
  170. package/dist/browser/operationsInterfaces/maintenances.js.map +1 -0
  171. package/dist/browser/operationsInterfaces/operationProgress.d.ts +12 -0
  172. package/dist/browser/operationsInterfaces/operationProgress.d.ts.map +1 -0
  173. package/dist/browser/operationsInterfaces/operationProgress.js.map +1 -0
  174. package/dist/browser/operationsInterfaces/operationResults.d.ts +12 -0
  175. package/dist/browser/operationsInterfaces/operationResults.d.ts.map +1 -0
  176. package/dist/browser/operationsInterfaces/operationResults.js.map +1 -0
  177. package/dist/browser/operationsInterfaces/operations.d.ts +11 -0
  178. package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -0
  179. package/dist/browser/operationsInterfaces/operations.js.map +1 -0
  180. package/dist/browser/operationsInterfaces/replicas.d.ts +13 -0
  181. package/dist/browser/operationsInterfaces/replicas.d.ts.map +1 -0
  182. package/dist/browser/operationsInterfaces/replicas.js.map +1 -0
  183. package/dist/browser/operationsInterfaces/servers.d.ts +157 -0
  184. package/dist/browser/operationsInterfaces/servers.d.ts.map +1 -0
  185. package/dist/browser/operationsInterfaces/servers.js.map +1 -0
  186. package/dist/browser/operationsInterfaces/serversMigration.d.ts +20 -0
  187. package/dist/browser/operationsInterfaces/serversMigration.d.ts.map +1 -0
  188. package/dist/browser/operationsInterfaces/serversMigration.js.map +1 -0
  189. package/dist/browser/package.json +3 -0
  190. package/dist/browser/pagingHelper.js +30 -0
  191. package/dist/browser/pagingHelper.js.map +1 -0
  192. package/dist/commonjs/index.d.ts +5 -0
  193. package/dist/commonjs/index.d.ts.map +1 -0
  194. package/dist/commonjs/index.js +19 -0
  195. package/dist/commonjs/index.js.map +1 -0
  196. package/dist/commonjs/lroImpl.d.ts +11 -0
  197. package/dist/commonjs/lroImpl.d.ts.map +1 -0
  198. package/dist/commonjs/lroImpl.js +21 -0
  199. package/dist/commonjs/lroImpl.js.map +1 -0
  200. package/dist/commonjs/models/index.d.ts +2186 -0
  201. package/dist/commonjs/models/index.d.ts.map +1 -0
  202. package/dist/commonjs/models/index.js +301 -0
  203. package/dist/commonjs/models/index.js.map +1 -0
  204. package/dist/commonjs/models/mappers.d.ts +106 -0
  205. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  206. package/dist/commonjs/models/mappers.js +2944 -0
  207. package/dist/commonjs/models/mappers.js.map +1 -0
  208. package/dist/commonjs/models/parameters.d.ts +44 -0
  209. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  210. package/dist/commonjs/models/parameters.js +360 -0
  211. package/dist/commonjs/models/parameters.js.map +1 -0
  212. package/dist/commonjs/mySQLManagementFlexibleServerClient.d.ts +40 -0
  213. package/dist/commonjs/mySQLManagementFlexibleServerClient.d.ts.map +1 -0
  214. package/dist/commonjs/mySQLManagementFlexibleServerClient.js +128 -0
  215. package/dist/commonjs/mySQLManagementFlexibleServerClient.js.map +1 -0
  216. package/dist/commonjs/operations/advancedThreatProtectionSettings.d.ts +83 -0
  217. package/dist/commonjs/operations/advancedThreatProtectionSettings.d.ts.map +1 -0
  218. package/dist/commonjs/operations/advancedThreatProtectionSettings.js +372 -0
  219. package/dist/commonjs/operations/advancedThreatProtectionSettings.js.map +1 -0
  220. package/dist/commonjs/operations/azureADAdministrators.d.ts +81 -0
  221. package/dist/commonjs/operations/azureADAdministrators.d.ts.map +1 -0
  222. package/dist/commonjs/operations/azureADAdministrators.js +353 -0
  223. package/dist/commonjs/operations/azureADAdministrators.js.map +1 -0
  224. package/dist/commonjs/operations/backupAndExport.d.ts +37 -0
  225. package/dist/commonjs/operations/backupAndExport.d.ts.map +1 -0
  226. package/dist/commonjs/operations/backupAndExport.js +152 -0
  227. package/dist/commonjs/operations/backupAndExport.js.map +1 -0
  228. package/dist/commonjs/operations/backups.d.ts +54 -0
  229. package/dist/commonjs/operations/backups.d.ts.map +1 -0
  230. package/dist/commonjs/operations/backups.js +202 -0
  231. package/dist/commonjs/operations/backups.js.map +1 -0
  232. package/dist/commonjs/operations/checkNameAvailability.d.ts +20 -0
  233. package/dist/commonjs/operations/checkNameAvailability.d.ts.map +1 -0
  234. package/dist/commonjs/operations/checkNameAvailability.js +60 -0
  235. package/dist/commonjs/operations/checkNameAvailability.js.map +1 -0
  236. package/dist/commonjs/operations/checkNameAvailabilityWithoutLocation.d.ts +19 -0
  237. package/dist/commonjs/operations/checkNameAvailabilityWithoutLocation.d.ts.map +1 -0
  238. package/dist/commonjs/operations/checkNameAvailabilityWithoutLocation.js +55 -0
  239. package/dist/commonjs/operations/checkNameAvailabilityWithoutLocation.js.map +1 -0
  240. package/dist/commonjs/operations/checkVirtualNetworkSubnetUsage.d.ts +20 -0
  241. package/dist/commonjs/operations/checkVirtualNetworkSubnetUsage.d.ts.map +1 -0
  242. package/dist/commonjs/operations/checkVirtualNetworkSubnetUsage.js +60 -0
  243. package/dist/commonjs/operations/checkVirtualNetworkSubnetUsage.js.map +1 -0
  244. package/dist/commonjs/operations/configurations.d.ts +99 -0
  245. package/dist/commonjs/operations/configurations.d.ts.map +1 -0
  246. package/dist/commonjs/operations/configurations.js +468 -0
  247. package/dist/commonjs/operations/configurations.js.map +1 -0
  248. package/dist/commonjs/operations/databases.d.ts +81 -0
  249. package/dist/commonjs/operations/databases.d.ts.map +1 -0
  250. package/dist/commonjs/operations/databases.js +352 -0
  251. package/dist/commonjs/operations/databases.js.map +1 -0
  252. package/dist/commonjs/operations/firewallRules.d.ts +81 -0
  253. package/dist/commonjs/operations/firewallRules.d.ts.map +1 -0
  254. package/dist/commonjs/operations/firewallRules.js +352 -0
  255. package/dist/commonjs/operations/firewallRules.js.map +1 -0
  256. package/dist/commonjs/operations/getPrivateDnsZoneSuffix.d.ts +18 -0
  257. package/dist/commonjs/operations/getPrivateDnsZoneSuffix.d.ts.map +1 -0
  258. package/dist/commonjs/operations/getPrivateDnsZoneSuffix.js +52 -0
  259. package/dist/commonjs/operations/getPrivateDnsZoneSuffix.js.map +1 -0
  260. package/dist/commonjs/operations/index.d.ts +24 -0
  261. package/dist/commonjs/operations/index.d.ts.map +1 -0
  262. package/dist/commonjs/operations/index.js +34 -0
  263. package/dist/commonjs/operations/index.js.map +1 -0
  264. package/dist/commonjs/operations/locationBasedCapabilities.d.ts +35 -0
  265. package/dist/commonjs/operations/locationBasedCapabilities.d.ts.map +1 -0
  266. package/dist/commonjs/operations/locationBasedCapabilities.js +133 -0
  267. package/dist/commonjs/operations/locationBasedCapabilities.js.map +1 -0
  268. package/dist/commonjs/operations/locationBasedCapabilitySet.d.ts +42 -0
  269. package/dist/commonjs/operations/locationBasedCapabilitySet.d.ts.map +1 -0
  270. package/dist/commonjs/operations/locationBasedCapabilitySet.js +163 -0
  271. package/dist/commonjs/operations/locationBasedCapabilitySet.js.map +1 -0
  272. package/dist/commonjs/operations/logFiles.d.ts +38 -0
  273. package/dist/commonjs/operations/logFiles.d.ts.map +1 -0
  274. package/dist/commonjs/operations/logFiles.js +138 -0
  275. package/dist/commonjs/operations/logFiles.js.map +1 -0
  276. package/dist/commonjs/operations/longRunningBackup.d.ts +30 -0
  277. package/dist/commonjs/operations/longRunningBackup.d.ts.map +1 -0
  278. package/dist/commonjs/operations/longRunningBackup.js +123 -0
  279. package/dist/commonjs/operations/longRunningBackup.js.map +1 -0
  280. package/dist/commonjs/operations/longRunningBackups.d.ts +46 -0
  281. package/dist/commonjs/operations/longRunningBackups.d.ts.map +1 -0
  282. package/dist/commonjs/operations/longRunningBackups.js +170 -0
  283. package/dist/commonjs/operations/longRunningBackups.js.map +1 -0
  284. package/dist/commonjs/operations/maintenances.d.ts +63 -0
  285. package/dist/commonjs/operations/maintenances.d.ts.map +1 -0
  286. package/dist/commonjs/operations/maintenances.js +264 -0
  287. package/dist/commonjs/operations/maintenances.js.map +1 -0
  288. package/dist/commonjs/operations/operationProgress.d.ts +20 -0
  289. package/dist/commonjs/operations/operationProgress.d.ts.map +1 -0
  290. package/dist/commonjs/operations/operationProgress.js +59 -0
  291. package/dist/commonjs/operations/operationProgress.js.map +1 -0
  292. package/dist/commonjs/operations/operationResults.d.ts +20 -0
  293. package/dist/commonjs/operations/operationResults.d.ts.map +1 -0
  294. package/dist/commonjs/operations/operationResults.js +59 -0
  295. package/dist/commonjs/operations/operationResults.js.map +1 -0
  296. package/dist/commonjs/operations/operations.d.ts +32 -0
  297. package/dist/commonjs/operations/operations.d.ts.map +1 -0
  298. package/dist/commonjs/operations/operations.js +121 -0
  299. package/dist/commonjs/operations/operations.js.map +1 -0
  300. package/dist/commonjs/operations/replicas.d.ts +38 -0
  301. package/dist/commonjs/operations/replicas.d.ts.map +1 -0
  302. package/dist/commonjs/operations/replicas.js +138 -0
  303. package/dist/commonjs/operations/replicas.js.map +1 -0
  304. package/dist/commonjs/operations/servers.d.ts +193 -0
  305. package/dist/commonjs/operations/servers.d.ts.map +1 -0
  306. package/dist/commonjs/operations/servers.js +955 -0
  307. package/dist/commonjs/operations/servers.js.map +1 -0
  308. package/dist/commonjs/operations/serversMigration.d.ts +28 -0
  309. package/dist/commonjs/operations/serversMigration.d.ts.map +1 -0
  310. package/dist/commonjs/operations/serversMigration.js +118 -0
  311. package/dist/commonjs/operations/serversMigration.js.map +1 -0
  312. package/dist/commonjs/operationsInterfaces/advancedThreatProtectionSettings.d.ts +58 -0
  313. package/dist/commonjs/operationsInterfaces/advancedThreatProtectionSettings.d.ts.map +1 -0
  314. package/dist/commonjs/operationsInterfaces/advancedThreatProtectionSettings.js +10 -0
  315. package/dist/commonjs/operationsInterfaces/advancedThreatProtectionSettings.js.map +1 -0
  316. package/dist/commonjs/operationsInterfaces/azureADAdministrators.d.ts +56 -0
  317. package/dist/commonjs/operationsInterfaces/azureADAdministrators.d.ts.map +1 -0
  318. package/dist/commonjs/operationsInterfaces/azureADAdministrators.js +10 -0
  319. package/dist/commonjs/operationsInterfaces/azureADAdministrators.js.map +1 -0
  320. package/dist/commonjs/operationsInterfaces/backupAndExport.d.ts +29 -0
  321. package/dist/commonjs/operationsInterfaces/backupAndExport.d.ts.map +1 -0
  322. package/dist/commonjs/operationsInterfaces/backupAndExport.js +10 -0
  323. package/dist/commonjs/operationsInterfaces/backupAndExport.js.map +1 -0
  324. package/dist/commonjs/operationsInterfaces/backups.d.ts +29 -0
  325. package/dist/commonjs/operationsInterfaces/backups.d.ts.map +1 -0
  326. package/dist/commonjs/operationsInterfaces/backups.js +10 -0
  327. package/dist/commonjs/operationsInterfaces/backups.js.map +1 -0
  328. package/dist/commonjs/operationsInterfaces/checkNameAvailability.d.ts +12 -0
  329. package/dist/commonjs/operationsInterfaces/checkNameAvailability.d.ts.map +1 -0
  330. package/dist/commonjs/operationsInterfaces/checkNameAvailability.js +10 -0
  331. package/dist/commonjs/operationsInterfaces/checkNameAvailability.js.map +1 -0
  332. package/dist/commonjs/operationsInterfaces/checkNameAvailabilityWithoutLocation.d.ts +11 -0
  333. package/dist/commonjs/operationsInterfaces/checkNameAvailabilityWithoutLocation.d.ts.map +1 -0
  334. package/dist/commonjs/operationsInterfaces/checkNameAvailabilityWithoutLocation.js +10 -0
  335. package/dist/commonjs/operationsInterfaces/checkNameAvailabilityWithoutLocation.js.map +1 -0
  336. package/dist/commonjs/operationsInterfaces/checkVirtualNetworkSubnetUsage.d.ts +12 -0
  337. package/dist/commonjs/operationsInterfaces/checkVirtualNetworkSubnetUsage.d.ts.map +1 -0
  338. package/dist/commonjs/operationsInterfaces/checkVirtualNetworkSubnetUsage.js +10 -0
  339. package/dist/commonjs/operationsInterfaces/checkVirtualNetworkSubnetUsage.js.map +1 -0
  340. package/dist/commonjs/operationsInterfaces/configurations.d.ts +74 -0
  341. package/dist/commonjs/operationsInterfaces/configurations.d.ts.map +1 -0
  342. package/dist/commonjs/operationsInterfaces/configurations.js +10 -0
  343. package/dist/commonjs/operationsInterfaces/configurations.js.map +1 -0
  344. package/dist/commonjs/operationsInterfaces/databases.d.ts +56 -0
  345. package/dist/commonjs/operationsInterfaces/databases.d.ts.map +1 -0
  346. package/dist/commonjs/operationsInterfaces/databases.js +10 -0
  347. package/dist/commonjs/operationsInterfaces/databases.js.map +1 -0
  348. package/dist/commonjs/operationsInterfaces/firewallRules.d.ts +56 -0
  349. package/dist/commonjs/operationsInterfaces/firewallRules.d.ts.map +1 -0
  350. package/dist/commonjs/operationsInterfaces/firewallRules.js +10 -0
  351. package/dist/commonjs/operationsInterfaces/firewallRules.js.map +1 -0
  352. package/dist/commonjs/operationsInterfaces/getPrivateDnsZoneSuffix.d.ts +10 -0
  353. package/dist/commonjs/operationsInterfaces/getPrivateDnsZoneSuffix.d.ts.map +1 -0
  354. package/dist/commonjs/operationsInterfaces/getPrivateDnsZoneSuffix.js +10 -0
  355. package/dist/commonjs/operationsInterfaces/getPrivateDnsZoneSuffix.js.map +1 -0
  356. package/dist/commonjs/operationsInterfaces/index.d.ts +24 -0
  357. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  358. package/dist/commonjs/operationsInterfaces/index.js +34 -0
  359. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  360. package/dist/commonjs/operationsInterfaces/locationBasedCapabilities.d.ts +12 -0
  361. package/dist/commonjs/operationsInterfaces/locationBasedCapabilities.d.ts.map +1 -0
  362. package/dist/commonjs/operationsInterfaces/locationBasedCapabilities.js +10 -0
  363. package/dist/commonjs/operationsInterfaces/locationBasedCapabilities.js.map +1 -0
  364. package/dist/commonjs/operationsInterfaces/locationBasedCapabilitySet.d.ts +19 -0
  365. package/dist/commonjs/operationsInterfaces/locationBasedCapabilitySet.d.ts.map +1 -0
  366. package/dist/commonjs/operationsInterfaces/locationBasedCapabilitySet.js +10 -0
  367. package/dist/commonjs/operationsInterfaces/locationBasedCapabilitySet.js.map +1 -0
  368. package/dist/commonjs/operationsInterfaces/logFiles.d.ts +13 -0
  369. package/dist/commonjs/operationsInterfaces/logFiles.d.ts.map +1 -0
  370. package/dist/commonjs/operationsInterfaces/logFiles.js +10 -0
  371. package/dist/commonjs/operationsInterfaces/logFiles.js.map +1 -0
  372. package/dist/commonjs/operationsInterfaces/longRunningBackup.d.ts +22 -0
  373. package/dist/commonjs/operationsInterfaces/longRunningBackup.d.ts.map +1 -0
  374. package/dist/commonjs/operationsInterfaces/longRunningBackup.js +10 -0
  375. package/dist/commonjs/operationsInterfaces/longRunningBackup.js.map +1 -0
  376. package/dist/commonjs/operationsInterfaces/longRunningBackups.d.ts +21 -0
  377. package/dist/commonjs/operationsInterfaces/longRunningBackups.d.ts.map +1 -0
  378. package/dist/commonjs/operationsInterfaces/longRunningBackups.js +10 -0
  379. package/dist/commonjs/operationsInterfaces/longRunningBackups.js.map +1 -0
  380. package/dist/commonjs/operationsInterfaces/maintenances.d.ts +38 -0
  381. package/dist/commonjs/operationsInterfaces/maintenances.d.ts.map +1 -0
  382. package/dist/commonjs/operationsInterfaces/maintenances.js +10 -0
  383. package/dist/commonjs/operationsInterfaces/maintenances.js.map +1 -0
  384. package/dist/commonjs/operationsInterfaces/operationProgress.d.ts +12 -0
  385. package/dist/commonjs/operationsInterfaces/operationProgress.d.ts.map +1 -0
  386. package/dist/commonjs/operationsInterfaces/operationProgress.js +10 -0
  387. package/dist/commonjs/operationsInterfaces/operationProgress.js.map +1 -0
  388. package/dist/commonjs/operationsInterfaces/operationResults.d.ts +12 -0
  389. package/dist/commonjs/operationsInterfaces/operationResults.d.ts.map +1 -0
  390. package/dist/commonjs/operationsInterfaces/operationResults.js +10 -0
  391. package/dist/commonjs/operationsInterfaces/operationResults.js.map +1 -0
  392. package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
  393. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
  394. package/dist/commonjs/operationsInterfaces/operations.js +10 -0
  395. package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
  396. package/dist/commonjs/operationsInterfaces/replicas.d.ts +13 -0
  397. package/dist/commonjs/operationsInterfaces/replicas.d.ts.map +1 -0
  398. package/dist/commonjs/operationsInterfaces/replicas.js +10 -0
  399. package/dist/commonjs/operationsInterfaces/replicas.js.map +1 -0
  400. package/dist/commonjs/operationsInterfaces/servers.d.ts +157 -0
  401. package/dist/commonjs/operationsInterfaces/servers.d.ts.map +1 -0
  402. package/dist/commonjs/operationsInterfaces/servers.js +10 -0
  403. package/dist/commonjs/operationsInterfaces/servers.js.map +1 -0
  404. package/dist/commonjs/operationsInterfaces/serversMigration.d.ts +20 -0
  405. package/dist/commonjs/operationsInterfaces/serversMigration.d.ts.map +1 -0
  406. package/dist/commonjs/operationsInterfaces/serversMigration.js +10 -0
  407. package/dist/commonjs/operationsInterfaces/serversMigration.js.map +1 -0
  408. package/dist/commonjs/package.json +3 -0
  409. package/dist/commonjs/pagingHelper.d.ts +13 -0
  410. package/dist/commonjs/pagingHelper.d.ts.map +1 -0
  411. package/dist/commonjs/pagingHelper.js +34 -0
  412. package/dist/commonjs/pagingHelper.js.map +1 -0
  413. package/dist/commonjs/tsdoc-metadata.json +11 -0
  414. package/dist/esm/index.d.ts +5 -0
  415. package/dist/esm/index.d.ts.map +1 -0
  416. package/dist/esm/index.js +13 -0
  417. package/dist/esm/index.js.map +1 -0
  418. package/dist/esm/lroImpl.d.ts +11 -0
  419. package/dist/esm/lroImpl.d.ts.map +1 -0
  420. package/dist/esm/lroImpl.js +18 -0
  421. package/dist/esm/lroImpl.js.map +1 -0
  422. package/dist/esm/models/index.d.ts +2186 -0
  423. package/dist/esm/models/index.d.ts.map +1 -0
  424. package/dist/esm/models/index.js +298 -0
  425. package/dist/esm/models/index.js.map +1 -0
  426. package/dist/esm/models/mappers.d.ts +106 -0
  427. package/dist/esm/models/mappers.d.ts.map +1 -0
  428. package/dist/esm/models/mappers.js +2940 -0
  429. package/dist/esm/models/mappers.js.map +1 -0
  430. package/dist/esm/models/parameters.d.ts +44 -0
  431. package/dist/esm/models/parameters.d.ts.map +1 -0
  432. package/dist/esm/models/parameters.js +357 -0
  433. package/dist/esm/models/parameters.js.map +1 -0
  434. package/dist/esm/mySQLManagementFlexibleServerClient.d.ts +40 -0
  435. package/dist/esm/mySQLManagementFlexibleServerClient.d.ts.map +1 -0
  436. package/dist/esm/mySQLManagementFlexibleServerClient.js +123 -0
  437. package/dist/esm/mySQLManagementFlexibleServerClient.js.map +1 -0
  438. package/dist/esm/operations/advancedThreatProtectionSettings.d.ts +83 -0
  439. package/dist/esm/operations/advancedThreatProtectionSettings.d.ts.map +1 -0
  440. package/dist/esm/operations/advancedThreatProtectionSettings.js +367 -0
  441. package/dist/esm/operations/advancedThreatProtectionSettings.js.map +1 -0
  442. package/dist/esm/operations/azureADAdministrators.d.ts +81 -0
  443. package/dist/esm/operations/azureADAdministrators.d.ts.map +1 -0
  444. package/dist/esm/operations/azureADAdministrators.js +348 -0
  445. package/dist/esm/operations/azureADAdministrators.js.map +1 -0
  446. package/dist/esm/operations/backupAndExport.d.ts +37 -0
  447. package/dist/esm/operations/backupAndExport.d.ts.map +1 -0
  448. package/dist/esm/operations/backupAndExport.js +147 -0
  449. package/dist/esm/operations/backupAndExport.js.map +1 -0
  450. package/dist/esm/operations/backups.d.ts +54 -0
  451. package/dist/esm/operations/backups.d.ts.map +1 -0
  452. package/dist/esm/operations/backups.js +197 -0
  453. package/dist/esm/operations/backups.js.map +1 -0
  454. package/dist/esm/operations/checkNameAvailability.d.ts +20 -0
  455. package/dist/esm/operations/checkNameAvailability.d.ts.map +1 -0
  456. package/dist/esm/operations/checkNameAvailability.js +55 -0
  457. package/dist/esm/operations/checkNameAvailability.js.map +1 -0
  458. package/dist/esm/operations/checkNameAvailabilityWithoutLocation.d.ts +19 -0
  459. package/dist/esm/operations/checkNameAvailabilityWithoutLocation.d.ts.map +1 -0
  460. package/dist/esm/operations/checkNameAvailabilityWithoutLocation.js +50 -0
  461. package/dist/esm/operations/checkNameAvailabilityWithoutLocation.js.map +1 -0
  462. package/dist/esm/operations/checkVirtualNetworkSubnetUsage.d.ts +20 -0
  463. package/dist/esm/operations/checkVirtualNetworkSubnetUsage.d.ts.map +1 -0
  464. package/dist/esm/operations/checkVirtualNetworkSubnetUsage.js +55 -0
  465. package/dist/esm/operations/checkVirtualNetworkSubnetUsage.js.map +1 -0
  466. package/dist/esm/operations/configurations.d.ts +99 -0
  467. package/dist/esm/operations/configurations.d.ts.map +1 -0
  468. package/dist/esm/operations/configurations.js +463 -0
  469. package/dist/esm/operations/configurations.js.map +1 -0
  470. package/dist/esm/operations/databases.d.ts +81 -0
  471. package/dist/esm/operations/databases.d.ts.map +1 -0
  472. package/dist/esm/operations/databases.js +347 -0
  473. package/dist/esm/operations/databases.js.map +1 -0
  474. package/dist/esm/operations/firewallRules.d.ts +81 -0
  475. package/dist/esm/operations/firewallRules.d.ts.map +1 -0
  476. package/dist/esm/operations/firewallRules.js +347 -0
  477. package/dist/esm/operations/firewallRules.js.map +1 -0
  478. package/dist/esm/operations/getPrivateDnsZoneSuffix.d.ts +18 -0
  479. package/dist/esm/operations/getPrivateDnsZoneSuffix.d.ts.map +1 -0
  480. package/dist/esm/operations/getPrivateDnsZoneSuffix.js +47 -0
  481. package/dist/esm/operations/getPrivateDnsZoneSuffix.js.map +1 -0
  482. package/dist/esm/operations/index.d.ts +24 -0
  483. package/dist/esm/operations/index.d.ts.map +1 -0
  484. package/dist/esm/operations/index.js +31 -0
  485. package/dist/esm/operations/index.js.map +1 -0
  486. package/dist/esm/operations/locationBasedCapabilities.d.ts +35 -0
  487. package/dist/esm/operations/locationBasedCapabilities.d.ts.map +1 -0
  488. package/dist/esm/operations/locationBasedCapabilities.js +128 -0
  489. package/dist/esm/operations/locationBasedCapabilities.js.map +1 -0
  490. package/dist/esm/operations/locationBasedCapabilitySet.d.ts +42 -0
  491. package/dist/esm/operations/locationBasedCapabilitySet.d.ts.map +1 -0
  492. package/dist/esm/operations/locationBasedCapabilitySet.js +158 -0
  493. package/dist/esm/operations/locationBasedCapabilitySet.js.map +1 -0
  494. package/dist/esm/operations/logFiles.d.ts +38 -0
  495. package/dist/esm/operations/logFiles.d.ts.map +1 -0
  496. package/dist/esm/operations/logFiles.js +133 -0
  497. package/dist/esm/operations/logFiles.js.map +1 -0
  498. package/dist/esm/operations/longRunningBackup.d.ts +30 -0
  499. package/dist/esm/operations/longRunningBackup.d.ts.map +1 -0
  500. package/dist/esm/operations/longRunningBackup.js +118 -0
  501. package/dist/esm/operations/longRunningBackup.js.map +1 -0
  502. package/dist/esm/operations/longRunningBackups.d.ts +46 -0
  503. package/dist/esm/operations/longRunningBackups.d.ts.map +1 -0
  504. package/dist/esm/operations/longRunningBackups.js +165 -0
  505. package/dist/esm/operations/longRunningBackups.js.map +1 -0
  506. package/dist/esm/operations/maintenances.d.ts +63 -0
  507. package/dist/esm/operations/maintenances.d.ts.map +1 -0
  508. package/dist/esm/operations/maintenances.js +259 -0
  509. package/dist/esm/operations/maintenances.js.map +1 -0
  510. package/dist/esm/operations/operationProgress.d.ts +20 -0
  511. package/dist/esm/operations/operationProgress.d.ts.map +1 -0
  512. package/dist/esm/operations/operationProgress.js +54 -0
  513. package/dist/esm/operations/operationProgress.js.map +1 -0
  514. package/dist/esm/operations/operationResults.d.ts +20 -0
  515. package/dist/esm/operations/operationResults.d.ts.map +1 -0
  516. package/dist/esm/operations/operationResults.js +54 -0
  517. package/dist/esm/operations/operationResults.js.map +1 -0
  518. package/dist/esm/operations/operations.d.ts +32 -0
  519. package/dist/esm/operations/operations.d.ts.map +1 -0
  520. package/dist/esm/operations/operations.js +116 -0
  521. package/dist/esm/operations/operations.js.map +1 -0
  522. package/dist/esm/operations/replicas.d.ts +38 -0
  523. package/dist/esm/operations/replicas.d.ts.map +1 -0
  524. package/dist/esm/operations/replicas.js +133 -0
  525. package/dist/esm/operations/replicas.js.map +1 -0
  526. package/dist/esm/operations/servers.d.ts +193 -0
  527. package/dist/esm/operations/servers.d.ts.map +1 -0
  528. package/dist/esm/operations/servers.js +950 -0
  529. package/dist/esm/operations/servers.js.map +1 -0
  530. package/dist/esm/operations/serversMigration.d.ts +28 -0
  531. package/dist/esm/operations/serversMigration.d.ts.map +1 -0
  532. package/dist/esm/operations/serversMigration.js +113 -0
  533. package/dist/esm/operations/serversMigration.js.map +1 -0
  534. package/dist/esm/operationsInterfaces/advancedThreatProtectionSettings.d.ts +58 -0
  535. package/dist/esm/operationsInterfaces/advancedThreatProtectionSettings.d.ts.map +1 -0
  536. package/dist/esm/operationsInterfaces/advancedThreatProtectionSettings.js +9 -0
  537. package/dist/esm/operationsInterfaces/advancedThreatProtectionSettings.js.map +1 -0
  538. package/dist/esm/operationsInterfaces/azureADAdministrators.d.ts +56 -0
  539. package/dist/esm/operationsInterfaces/azureADAdministrators.d.ts.map +1 -0
  540. package/dist/esm/operationsInterfaces/azureADAdministrators.js +9 -0
  541. package/dist/esm/operationsInterfaces/azureADAdministrators.js.map +1 -0
  542. package/dist/esm/operationsInterfaces/backupAndExport.d.ts +29 -0
  543. package/dist/esm/operationsInterfaces/backupAndExport.d.ts.map +1 -0
  544. package/dist/esm/operationsInterfaces/backupAndExport.js +9 -0
  545. package/dist/esm/operationsInterfaces/backupAndExport.js.map +1 -0
  546. package/dist/esm/operationsInterfaces/backups.d.ts +29 -0
  547. package/dist/esm/operationsInterfaces/backups.d.ts.map +1 -0
  548. package/dist/esm/operationsInterfaces/backups.js +9 -0
  549. package/dist/esm/operationsInterfaces/backups.js.map +1 -0
  550. package/dist/esm/operationsInterfaces/checkNameAvailability.d.ts +12 -0
  551. package/dist/esm/operationsInterfaces/checkNameAvailability.d.ts.map +1 -0
  552. package/dist/esm/operationsInterfaces/checkNameAvailability.js +9 -0
  553. package/dist/esm/operationsInterfaces/checkNameAvailability.js.map +1 -0
  554. package/dist/esm/operationsInterfaces/checkNameAvailabilityWithoutLocation.d.ts +11 -0
  555. package/dist/esm/operationsInterfaces/checkNameAvailabilityWithoutLocation.d.ts.map +1 -0
  556. package/dist/esm/operationsInterfaces/checkNameAvailabilityWithoutLocation.js +9 -0
  557. package/dist/esm/operationsInterfaces/checkNameAvailabilityWithoutLocation.js.map +1 -0
  558. package/dist/esm/operationsInterfaces/checkVirtualNetworkSubnetUsage.d.ts +12 -0
  559. package/dist/esm/operationsInterfaces/checkVirtualNetworkSubnetUsage.d.ts.map +1 -0
  560. package/dist/esm/operationsInterfaces/checkVirtualNetworkSubnetUsage.js +9 -0
  561. package/dist/esm/operationsInterfaces/checkVirtualNetworkSubnetUsage.js.map +1 -0
  562. package/dist/esm/operationsInterfaces/configurations.d.ts +74 -0
  563. package/dist/esm/operationsInterfaces/configurations.d.ts.map +1 -0
  564. package/dist/esm/operationsInterfaces/configurations.js +9 -0
  565. package/dist/esm/operationsInterfaces/configurations.js.map +1 -0
  566. package/dist/esm/operationsInterfaces/databases.d.ts +56 -0
  567. package/dist/esm/operationsInterfaces/databases.d.ts.map +1 -0
  568. package/dist/esm/operationsInterfaces/databases.js +9 -0
  569. package/dist/esm/operationsInterfaces/databases.js.map +1 -0
  570. package/dist/esm/operationsInterfaces/firewallRules.d.ts +56 -0
  571. package/dist/esm/operationsInterfaces/firewallRules.d.ts.map +1 -0
  572. package/dist/esm/operationsInterfaces/firewallRules.js +9 -0
  573. package/dist/esm/operationsInterfaces/firewallRules.js.map +1 -0
  574. package/dist/esm/operationsInterfaces/getPrivateDnsZoneSuffix.d.ts +10 -0
  575. package/dist/esm/operationsInterfaces/getPrivateDnsZoneSuffix.d.ts.map +1 -0
  576. package/dist/esm/operationsInterfaces/getPrivateDnsZoneSuffix.js +9 -0
  577. package/dist/esm/operationsInterfaces/getPrivateDnsZoneSuffix.js.map +1 -0
  578. package/dist/esm/operationsInterfaces/index.d.ts +24 -0
  579. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  580. package/dist/esm/operationsInterfaces/index.js +31 -0
  581. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  582. package/dist/esm/operationsInterfaces/locationBasedCapabilities.d.ts +12 -0
  583. package/dist/esm/operationsInterfaces/locationBasedCapabilities.d.ts.map +1 -0
  584. package/dist/esm/operationsInterfaces/locationBasedCapabilities.js +9 -0
  585. package/dist/esm/operationsInterfaces/locationBasedCapabilities.js.map +1 -0
  586. package/dist/esm/operationsInterfaces/locationBasedCapabilitySet.d.ts +19 -0
  587. package/dist/esm/operationsInterfaces/locationBasedCapabilitySet.d.ts.map +1 -0
  588. package/dist/esm/operationsInterfaces/locationBasedCapabilitySet.js +9 -0
  589. package/dist/esm/operationsInterfaces/locationBasedCapabilitySet.js.map +1 -0
  590. package/dist/esm/operationsInterfaces/logFiles.d.ts +13 -0
  591. package/dist/esm/operationsInterfaces/logFiles.d.ts.map +1 -0
  592. package/dist/esm/operationsInterfaces/logFiles.js +9 -0
  593. package/dist/esm/operationsInterfaces/logFiles.js.map +1 -0
  594. package/dist/esm/operationsInterfaces/longRunningBackup.d.ts +22 -0
  595. package/dist/esm/operationsInterfaces/longRunningBackup.d.ts.map +1 -0
  596. package/dist/esm/operationsInterfaces/longRunningBackup.js +9 -0
  597. package/dist/esm/operationsInterfaces/longRunningBackup.js.map +1 -0
  598. package/dist/esm/operationsInterfaces/longRunningBackups.d.ts +21 -0
  599. package/dist/esm/operationsInterfaces/longRunningBackups.d.ts.map +1 -0
  600. package/dist/esm/operationsInterfaces/longRunningBackups.js +9 -0
  601. package/dist/esm/operationsInterfaces/longRunningBackups.js.map +1 -0
  602. package/dist/esm/operationsInterfaces/maintenances.d.ts +38 -0
  603. package/dist/esm/operationsInterfaces/maintenances.d.ts.map +1 -0
  604. package/dist/esm/operationsInterfaces/maintenances.js +9 -0
  605. package/dist/esm/operationsInterfaces/maintenances.js.map +1 -0
  606. package/dist/esm/operationsInterfaces/operationProgress.d.ts +12 -0
  607. package/dist/esm/operationsInterfaces/operationProgress.d.ts.map +1 -0
  608. package/dist/esm/operationsInterfaces/operationProgress.js +9 -0
  609. package/dist/esm/operationsInterfaces/operationProgress.js.map +1 -0
  610. package/dist/esm/operationsInterfaces/operationResults.d.ts +12 -0
  611. package/dist/esm/operationsInterfaces/operationResults.d.ts.map +1 -0
  612. package/dist/esm/operationsInterfaces/operationResults.js +9 -0
  613. package/dist/esm/operationsInterfaces/operationResults.js.map +1 -0
  614. package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
  615. package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
  616. package/dist/esm/operationsInterfaces/operations.js +9 -0
  617. package/dist/esm/operationsInterfaces/operations.js.map +1 -0
  618. package/dist/esm/operationsInterfaces/replicas.d.ts +13 -0
  619. package/dist/esm/operationsInterfaces/replicas.d.ts.map +1 -0
  620. package/dist/esm/operationsInterfaces/replicas.js +9 -0
  621. package/dist/esm/operationsInterfaces/replicas.js.map +1 -0
  622. package/dist/esm/operationsInterfaces/servers.d.ts +157 -0
  623. package/dist/esm/operationsInterfaces/servers.d.ts.map +1 -0
  624. package/dist/esm/operationsInterfaces/servers.js +9 -0
  625. package/dist/esm/operationsInterfaces/servers.js.map +1 -0
  626. package/dist/esm/operationsInterfaces/serversMigration.d.ts +20 -0
  627. package/dist/esm/operationsInterfaces/serversMigration.d.ts.map +1 -0
  628. package/dist/esm/operationsInterfaces/serversMigration.js +9 -0
  629. package/dist/esm/operationsInterfaces/serversMigration.js.map +1 -0
  630. package/dist/esm/package.json +3 -0
  631. package/dist/esm/pagingHelper.d.ts +13 -0
  632. package/dist/esm/pagingHelper.d.ts.map +1 -0
  633. package/dist/esm/pagingHelper.js +30 -0
  634. package/dist/esm/pagingHelper.js.map +1 -0
  635. package/dist/react-native/index.d.ts +5 -0
  636. package/dist/react-native/index.d.ts.map +1 -0
  637. package/dist/react-native/index.js +13 -0
  638. package/dist/react-native/index.js.map +1 -0
  639. package/dist/react-native/lroImpl.d.ts +11 -0
  640. package/dist/react-native/lroImpl.d.ts.map +1 -0
  641. package/dist/react-native/lroImpl.js +18 -0
  642. package/dist/react-native/lroImpl.js.map +1 -0
  643. package/dist/react-native/models/index.d.ts +2186 -0
  644. package/dist/react-native/models/index.d.ts.map +1 -0
  645. package/dist/react-native/models/index.js +298 -0
  646. package/dist/react-native/models/index.js.map +1 -0
  647. package/dist/react-native/models/mappers.d.ts +106 -0
  648. package/dist/react-native/models/mappers.d.ts.map +1 -0
  649. package/dist/react-native/models/mappers.js +2940 -0
  650. package/dist/react-native/models/mappers.js.map +1 -0
  651. package/dist/react-native/models/parameters.d.ts +44 -0
  652. package/dist/react-native/models/parameters.d.ts.map +1 -0
  653. package/dist/react-native/models/parameters.js +357 -0
  654. package/dist/react-native/models/parameters.js.map +1 -0
  655. package/dist/react-native/mySQLManagementFlexibleServerClient.d.ts +40 -0
  656. package/dist/react-native/mySQLManagementFlexibleServerClient.d.ts.map +1 -0
  657. package/dist/react-native/mySQLManagementFlexibleServerClient.js +123 -0
  658. package/dist/react-native/mySQLManagementFlexibleServerClient.js.map +1 -0
  659. package/dist/react-native/operations/advancedThreatProtectionSettings.d.ts +83 -0
  660. package/dist/react-native/operations/advancedThreatProtectionSettings.d.ts.map +1 -0
  661. package/dist/react-native/operations/advancedThreatProtectionSettings.js +367 -0
  662. package/dist/react-native/operations/advancedThreatProtectionSettings.js.map +1 -0
  663. package/dist/react-native/operations/azureADAdministrators.d.ts +81 -0
  664. package/dist/react-native/operations/azureADAdministrators.d.ts.map +1 -0
  665. package/dist/react-native/operations/azureADAdministrators.js +348 -0
  666. package/dist/react-native/operations/azureADAdministrators.js.map +1 -0
  667. package/dist/react-native/operations/backupAndExport.d.ts +37 -0
  668. package/dist/react-native/operations/backupAndExport.d.ts.map +1 -0
  669. package/dist/react-native/operations/backupAndExport.js +147 -0
  670. package/dist/react-native/operations/backupAndExport.js.map +1 -0
  671. package/dist/react-native/operations/backups.d.ts +54 -0
  672. package/dist/react-native/operations/backups.d.ts.map +1 -0
  673. package/dist/react-native/operations/backups.js +197 -0
  674. package/dist/react-native/operations/backups.js.map +1 -0
  675. package/dist/react-native/operations/checkNameAvailability.d.ts +20 -0
  676. package/dist/react-native/operations/checkNameAvailability.d.ts.map +1 -0
  677. package/dist/react-native/operations/checkNameAvailability.js +55 -0
  678. package/dist/react-native/operations/checkNameAvailability.js.map +1 -0
  679. package/dist/react-native/operations/checkNameAvailabilityWithoutLocation.d.ts +19 -0
  680. package/dist/react-native/operations/checkNameAvailabilityWithoutLocation.d.ts.map +1 -0
  681. package/dist/react-native/operations/checkNameAvailabilityWithoutLocation.js +50 -0
  682. package/dist/react-native/operations/checkNameAvailabilityWithoutLocation.js.map +1 -0
  683. package/dist/react-native/operations/checkVirtualNetworkSubnetUsage.d.ts +20 -0
  684. package/dist/react-native/operations/checkVirtualNetworkSubnetUsage.d.ts.map +1 -0
  685. package/dist/react-native/operations/checkVirtualNetworkSubnetUsage.js +55 -0
  686. package/dist/react-native/operations/checkVirtualNetworkSubnetUsage.js.map +1 -0
  687. package/dist/react-native/operations/configurations.d.ts +99 -0
  688. package/dist/react-native/operations/configurations.d.ts.map +1 -0
  689. package/dist/react-native/operations/configurations.js +463 -0
  690. package/dist/react-native/operations/configurations.js.map +1 -0
  691. package/dist/react-native/operations/databases.d.ts +81 -0
  692. package/dist/react-native/operations/databases.d.ts.map +1 -0
  693. package/dist/react-native/operations/databases.js +347 -0
  694. package/dist/react-native/operations/databases.js.map +1 -0
  695. package/dist/react-native/operations/firewallRules.d.ts +81 -0
  696. package/dist/react-native/operations/firewallRules.d.ts.map +1 -0
  697. package/dist/react-native/operations/firewallRules.js +347 -0
  698. package/dist/react-native/operations/firewallRules.js.map +1 -0
  699. package/dist/react-native/operations/getPrivateDnsZoneSuffix.d.ts +18 -0
  700. package/dist/react-native/operations/getPrivateDnsZoneSuffix.d.ts.map +1 -0
  701. package/dist/react-native/operations/getPrivateDnsZoneSuffix.js +47 -0
  702. package/dist/react-native/operations/getPrivateDnsZoneSuffix.js.map +1 -0
  703. package/dist/react-native/operations/index.d.ts +24 -0
  704. package/dist/react-native/operations/index.d.ts.map +1 -0
  705. package/dist/react-native/operations/index.js +31 -0
  706. package/dist/react-native/operations/index.js.map +1 -0
  707. package/dist/react-native/operations/locationBasedCapabilities.d.ts +35 -0
  708. package/dist/react-native/operations/locationBasedCapabilities.d.ts.map +1 -0
  709. package/dist/react-native/operations/locationBasedCapabilities.js +128 -0
  710. package/dist/react-native/operations/locationBasedCapabilities.js.map +1 -0
  711. package/dist/react-native/operations/locationBasedCapabilitySet.d.ts +42 -0
  712. package/dist/react-native/operations/locationBasedCapabilitySet.d.ts.map +1 -0
  713. package/dist/react-native/operations/locationBasedCapabilitySet.js +158 -0
  714. package/dist/react-native/operations/locationBasedCapabilitySet.js.map +1 -0
  715. package/dist/react-native/operations/logFiles.d.ts +38 -0
  716. package/dist/react-native/operations/logFiles.d.ts.map +1 -0
  717. package/dist/react-native/operations/logFiles.js +133 -0
  718. package/dist/react-native/operations/logFiles.js.map +1 -0
  719. package/dist/react-native/operations/longRunningBackup.d.ts +30 -0
  720. package/dist/react-native/operations/longRunningBackup.d.ts.map +1 -0
  721. package/dist/react-native/operations/longRunningBackup.js +118 -0
  722. package/dist/react-native/operations/longRunningBackup.js.map +1 -0
  723. package/dist/react-native/operations/longRunningBackups.d.ts +46 -0
  724. package/dist/react-native/operations/longRunningBackups.d.ts.map +1 -0
  725. package/dist/react-native/operations/longRunningBackups.js +165 -0
  726. package/dist/react-native/operations/longRunningBackups.js.map +1 -0
  727. package/dist/react-native/operations/maintenances.d.ts +63 -0
  728. package/dist/react-native/operations/maintenances.d.ts.map +1 -0
  729. package/dist/react-native/operations/maintenances.js +259 -0
  730. package/dist/react-native/operations/maintenances.js.map +1 -0
  731. package/dist/react-native/operations/operationProgress.d.ts +20 -0
  732. package/dist/react-native/operations/operationProgress.d.ts.map +1 -0
  733. package/dist/react-native/operations/operationProgress.js +54 -0
  734. package/dist/react-native/operations/operationProgress.js.map +1 -0
  735. package/dist/react-native/operations/operationResults.d.ts +20 -0
  736. package/dist/react-native/operations/operationResults.d.ts.map +1 -0
  737. package/dist/react-native/operations/operationResults.js +54 -0
  738. package/dist/react-native/operations/operationResults.js.map +1 -0
  739. package/dist/react-native/operations/operations.d.ts +32 -0
  740. package/dist/react-native/operations/operations.d.ts.map +1 -0
  741. package/dist/react-native/operations/operations.js +116 -0
  742. package/dist/react-native/operations/operations.js.map +1 -0
  743. package/dist/react-native/operations/replicas.d.ts +38 -0
  744. package/dist/react-native/operations/replicas.d.ts.map +1 -0
  745. package/dist/react-native/operations/replicas.js +133 -0
  746. package/dist/react-native/operations/replicas.js.map +1 -0
  747. package/dist/react-native/operations/servers.d.ts +193 -0
  748. package/dist/react-native/operations/servers.d.ts.map +1 -0
  749. package/dist/react-native/operations/servers.js +950 -0
  750. package/dist/react-native/operations/servers.js.map +1 -0
  751. package/dist/react-native/operations/serversMigration.d.ts +28 -0
  752. package/dist/react-native/operations/serversMigration.d.ts.map +1 -0
  753. package/dist/react-native/operations/serversMigration.js +113 -0
  754. package/dist/react-native/operations/serversMigration.js.map +1 -0
  755. package/dist/react-native/operationsInterfaces/advancedThreatProtectionSettings.d.ts +58 -0
  756. package/dist/react-native/operationsInterfaces/advancedThreatProtectionSettings.d.ts.map +1 -0
  757. package/dist/react-native/operationsInterfaces/advancedThreatProtectionSettings.js +9 -0
  758. package/dist/react-native/operationsInterfaces/advancedThreatProtectionSettings.js.map +1 -0
  759. package/dist/react-native/operationsInterfaces/azureADAdministrators.d.ts +56 -0
  760. package/dist/react-native/operationsInterfaces/azureADAdministrators.d.ts.map +1 -0
  761. package/dist/react-native/operationsInterfaces/azureADAdministrators.js +9 -0
  762. package/dist/react-native/operationsInterfaces/azureADAdministrators.js.map +1 -0
  763. package/dist/react-native/operationsInterfaces/backupAndExport.d.ts +29 -0
  764. package/dist/react-native/operationsInterfaces/backupAndExport.d.ts.map +1 -0
  765. package/dist/react-native/operationsInterfaces/backupAndExport.js +9 -0
  766. package/dist/react-native/operationsInterfaces/backupAndExport.js.map +1 -0
  767. package/dist/react-native/operationsInterfaces/backups.d.ts +29 -0
  768. package/dist/react-native/operationsInterfaces/backups.d.ts.map +1 -0
  769. package/dist/react-native/operationsInterfaces/backups.js +9 -0
  770. package/dist/react-native/operationsInterfaces/backups.js.map +1 -0
  771. package/dist/react-native/operationsInterfaces/checkNameAvailability.d.ts +12 -0
  772. package/dist/react-native/operationsInterfaces/checkNameAvailability.d.ts.map +1 -0
  773. package/dist/react-native/operationsInterfaces/checkNameAvailability.js +9 -0
  774. package/dist/react-native/operationsInterfaces/checkNameAvailability.js.map +1 -0
  775. package/dist/react-native/operationsInterfaces/checkNameAvailabilityWithoutLocation.d.ts +11 -0
  776. package/dist/react-native/operationsInterfaces/checkNameAvailabilityWithoutLocation.d.ts.map +1 -0
  777. package/dist/react-native/operationsInterfaces/checkNameAvailabilityWithoutLocation.js +9 -0
  778. package/dist/react-native/operationsInterfaces/checkNameAvailabilityWithoutLocation.js.map +1 -0
  779. package/dist/react-native/operationsInterfaces/checkVirtualNetworkSubnetUsage.d.ts +12 -0
  780. package/dist/react-native/operationsInterfaces/checkVirtualNetworkSubnetUsage.d.ts.map +1 -0
  781. package/dist/react-native/operationsInterfaces/checkVirtualNetworkSubnetUsage.js +9 -0
  782. package/dist/react-native/operationsInterfaces/checkVirtualNetworkSubnetUsage.js.map +1 -0
  783. package/dist/react-native/operationsInterfaces/configurations.d.ts +74 -0
  784. package/dist/react-native/operationsInterfaces/configurations.d.ts.map +1 -0
  785. package/dist/react-native/operationsInterfaces/configurations.js +9 -0
  786. package/dist/react-native/operationsInterfaces/configurations.js.map +1 -0
  787. package/dist/react-native/operationsInterfaces/databases.d.ts +56 -0
  788. package/dist/react-native/operationsInterfaces/databases.d.ts.map +1 -0
  789. package/dist/react-native/operationsInterfaces/databases.js +9 -0
  790. package/dist/react-native/operationsInterfaces/databases.js.map +1 -0
  791. package/dist/react-native/operationsInterfaces/firewallRules.d.ts +56 -0
  792. package/dist/react-native/operationsInterfaces/firewallRules.d.ts.map +1 -0
  793. package/dist/react-native/operationsInterfaces/firewallRules.js +9 -0
  794. package/dist/react-native/operationsInterfaces/firewallRules.js.map +1 -0
  795. package/dist/react-native/operationsInterfaces/getPrivateDnsZoneSuffix.d.ts +10 -0
  796. package/dist/react-native/operationsInterfaces/getPrivateDnsZoneSuffix.d.ts.map +1 -0
  797. package/dist/react-native/operationsInterfaces/getPrivateDnsZoneSuffix.js +9 -0
  798. package/dist/react-native/operationsInterfaces/getPrivateDnsZoneSuffix.js.map +1 -0
  799. package/dist/react-native/operationsInterfaces/index.d.ts +24 -0
  800. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
  801. package/dist/react-native/operationsInterfaces/index.js +31 -0
  802. package/dist/react-native/operationsInterfaces/index.js.map +1 -0
  803. package/dist/react-native/operationsInterfaces/locationBasedCapabilities.d.ts +12 -0
  804. package/dist/react-native/operationsInterfaces/locationBasedCapabilities.d.ts.map +1 -0
  805. package/dist/react-native/operationsInterfaces/locationBasedCapabilities.js +9 -0
  806. package/dist/react-native/operationsInterfaces/locationBasedCapabilities.js.map +1 -0
  807. package/dist/react-native/operationsInterfaces/locationBasedCapabilitySet.d.ts +19 -0
  808. package/dist/react-native/operationsInterfaces/locationBasedCapabilitySet.d.ts.map +1 -0
  809. package/dist/react-native/operationsInterfaces/locationBasedCapabilitySet.js +9 -0
  810. package/dist/react-native/operationsInterfaces/locationBasedCapabilitySet.js.map +1 -0
  811. package/dist/react-native/operationsInterfaces/logFiles.d.ts +13 -0
  812. package/dist/react-native/operationsInterfaces/logFiles.d.ts.map +1 -0
  813. package/dist/react-native/operationsInterfaces/logFiles.js +9 -0
  814. package/dist/react-native/operationsInterfaces/logFiles.js.map +1 -0
  815. package/dist/react-native/operationsInterfaces/longRunningBackup.d.ts +22 -0
  816. package/dist/react-native/operationsInterfaces/longRunningBackup.d.ts.map +1 -0
  817. package/dist/react-native/operationsInterfaces/longRunningBackup.js +9 -0
  818. package/dist/react-native/operationsInterfaces/longRunningBackup.js.map +1 -0
  819. package/dist/react-native/operationsInterfaces/longRunningBackups.d.ts +21 -0
  820. package/dist/react-native/operationsInterfaces/longRunningBackups.d.ts.map +1 -0
  821. package/dist/react-native/operationsInterfaces/longRunningBackups.js +9 -0
  822. package/dist/react-native/operationsInterfaces/longRunningBackups.js.map +1 -0
  823. package/dist/react-native/operationsInterfaces/maintenances.d.ts +38 -0
  824. package/dist/react-native/operationsInterfaces/maintenances.d.ts.map +1 -0
  825. package/dist/react-native/operationsInterfaces/maintenances.js +9 -0
  826. package/dist/react-native/operationsInterfaces/maintenances.js.map +1 -0
  827. package/dist/react-native/operationsInterfaces/operationProgress.d.ts +12 -0
  828. package/dist/react-native/operationsInterfaces/operationProgress.d.ts.map +1 -0
  829. package/dist/react-native/operationsInterfaces/operationProgress.js +9 -0
  830. package/dist/react-native/operationsInterfaces/operationProgress.js.map +1 -0
  831. package/dist/react-native/operationsInterfaces/operationResults.d.ts +12 -0
  832. package/dist/react-native/operationsInterfaces/operationResults.d.ts.map +1 -0
  833. package/dist/react-native/operationsInterfaces/operationResults.js +9 -0
  834. package/dist/react-native/operationsInterfaces/operationResults.js.map +1 -0
  835. package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
  836. package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
  837. package/dist/react-native/operationsInterfaces/operations.js +9 -0
  838. package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
  839. package/dist/react-native/operationsInterfaces/replicas.d.ts +13 -0
  840. package/dist/react-native/operationsInterfaces/replicas.d.ts.map +1 -0
  841. package/dist/react-native/operationsInterfaces/replicas.js +9 -0
  842. package/dist/react-native/operationsInterfaces/replicas.js.map +1 -0
  843. package/dist/react-native/operationsInterfaces/servers.d.ts +157 -0
  844. package/dist/react-native/operationsInterfaces/servers.d.ts.map +1 -0
  845. package/dist/react-native/operationsInterfaces/servers.js +9 -0
  846. package/dist/react-native/operationsInterfaces/servers.js.map +1 -0
  847. package/dist/react-native/operationsInterfaces/serversMigration.d.ts +20 -0
  848. package/dist/react-native/operationsInterfaces/serversMigration.d.ts.map +1 -0
  849. package/dist/react-native/operationsInterfaces/serversMigration.js +9 -0
  850. package/dist/react-native/operationsInterfaces/serversMigration.js.map +1 -0
  851. package/dist/react-native/package.json +3 -0
  852. package/dist/react-native/pagingHelper.d.ts +13 -0
  853. package/dist/react-native/pagingHelper.d.ts.map +1 -0
  854. package/dist/react-native/pagingHelper.js +30 -0
  855. package/dist/react-native/pagingHelper.js.map +1 -0
  856. package/package.json +88 -72
  857. package/review/arm-mysql-flexible-node.api.md +1790 -0
  858. package/dist/index.js +0 -8639
  859. package/dist/index.js.map +0 -1
  860. package/dist/index.min.js +0 -1
  861. package/dist/index.min.js.map +0 -1
  862. package/dist-esm/samples-dev/advancedThreatProtectionSettingsGetSample.d.ts +0 -2
  863. package/dist-esm/samples-dev/advancedThreatProtectionSettingsGetSample.d.ts.map +0 -1
  864. package/dist-esm/samples-dev/advancedThreatProtectionSettingsGetSample.js +0 -40
  865. package/dist-esm/samples-dev/advancedThreatProtectionSettingsGetSample.js.map +0 -1
  866. package/dist-esm/samples-dev/advancedThreatProtectionSettingsListSample.d.ts +0 -2
  867. package/dist-esm/samples-dev/advancedThreatProtectionSettingsListSample.d.ts.map +0 -1
  868. package/dist-esm/samples-dev/advancedThreatProtectionSettingsListSample.js +0 -55
  869. package/dist-esm/samples-dev/advancedThreatProtectionSettingsListSample.js.map +0 -1
  870. package/dist-esm/samples-dev/advancedThreatProtectionSettingsUpdatePutSample.d.ts +0 -2
  871. package/dist-esm/samples-dev/advancedThreatProtectionSettingsUpdatePutSample.d.ts.map +0 -1
  872. package/dist-esm/samples-dev/advancedThreatProtectionSettingsUpdatePutSample.js +0 -62
  873. package/dist-esm/samples-dev/advancedThreatProtectionSettingsUpdatePutSample.js.map +0 -1
  874. package/dist-esm/samples-dev/advancedThreatProtectionSettingsUpdateSample.d.ts +0 -2
  875. package/dist-esm/samples-dev/advancedThreatProtectionSettingsUpdateSample.d.ts.map +0 -1
  876. package/dist-esm/samples-dev/advancedThreatProtectionSettingsUpdateSample.js +0 -62
  877. package/dist-esm/samples-dev/advancedThreatProtectionSettingsUpdateSample.js.map +0 -1
  878. package/dist-esm/samples-dev/azureAdAdministratorsCreateOrUpdateSample.d.ts +0 -2
  879. package/dist-esm/samples-dev/azureAdAdministratorsCreateOrUpdateSample.d.ts.map +0 -1
  880. package/dist-esm/samples-dev/azureAdAdministratorsCreateOrUpdateSample.js +0 -47
  881. package/dist-esm/samples-dev/azureAdAdministratorsCreateOrUpdateSample.js.map +0 -1
  882. package/dist-esm/samples-dev/azureAdAdministratorsDeleteSample.d.ts +0 -2
  883. package/dist-esm/samples-dev/azureAdAdministratorsDeleteSample.d.ts.map +0 -1
  884. package/dist-esm/samples-dev/azureAdAdministratorsDeleteSample.js +0 -40
  885. package/dist-esm/samples-dev/azureAdAdministratorsDeleteSample.js.map +0 -1
  886. package/dist-esm/samples-dev/azureAdAdministratorsGetSample.d.ts +0 -2
  887. package/dist-esm/samples-dev/azureAdAdministratorsGetSample.d.ts.map +0 -1
  888. package/dist-esm/samples-dev/azureAdAdministratorsGetSample.js +0 -40
  889. package/dist-esm/samples-dev/azureAdAdministratorsGetSample.js.map +0 -1
  890. package/dist-esm/samples-dev/azureAdAdministratorsListByServerSample.d.ts +0 -2
  891. package/dist-esm/samples-dev/azureAdAdministratorsListByServerSample.d.ts.map +0 -1
  892. package/dist-esm/samples-dev/azureAdAdministratorsListByServerSample.js +0 -55
  893. package/dist-esm/samples-dev/azureAdAdministratorsListByServerSample.js.map +0 -1
  894. package/dist-esm/samples-dev/backupAndExportCreateSample.d.ts +0 -2
  895. package/dist-esm/samples-dev/backupAndExportCreateSample.d.ts.map +0 -1
  896. package/dist-esm/samples-dev/backupAndExportCreateSample.js +0 -46
  897. package/dist-esm/samples-dev/backupAndExportCreateSample.js.map +0 -1
  898. package/dist-esm/samples-dev/backupAndExportValidateBackupSample.d.ts +0 -2
  899. package/dist-esm/samples-dev/backupAndExportValidateBackupSample.d.ts.map +0 -1
  900. package/dist-esm/samples-dev/backupAndExportValidateBackupSample.js +0 -39
  901. package/dist-esm/samples-dev/backupAndExportValidateBackupSample.js.map +0 -1
  902. package/dist-esm/samples-dev/backupsGetSample.d.ts +0 -2
  903. package/dist-esm/samples-dev/backupsGetSample.d.ts.map +0 -1
  904. package/dist-esm/samples-dev/backupsGetSample.js +0 -40
  905. package/dist-esm/samples-dev/backupsGetSample.js.map +0 -1
  906. package/dist-esm/samples-dev/backupsListByServerSample.d.ts +0 -2
  907. package/dist-esm/samples-dev/backupsListByServerSample.d.ts.map +0 -1
  908. package/dist-esm/samples-dev/backupsListByServerSample.js +0 -55
  909. package/dist-esm/samples-dev/backupsListByServerSample.js.map +0 -1
  910. package/dist-esm/samples-dev/backupsPutSample.d.ts +0 -2
  911. package/dist-esm/samples-dev/backupsPutSample.d.ts.map +0 -1
  912. package/dist-esm/samples-dev/backupsPutSample.js +0 -40
  913. package/dist-esm/samples-dev/backupsPutSample.js.map +0 -1
  914. package/dist-esm/samples-dev/checkNameAvailabilityExecuteSample.d.ts +0 -2
  915. package/dist-esm/samples-dev/checkNameAvailabilityExecuteSample.d.ts.map +0 -1
  916. package/dist-esm/samples-dev/checkNameAvailabilityExecuteSample.js +0 -42
  917. package/dist-esm/samples-dev/checkNameAvailabilityExecuteSample.js.map +0 -1
  918. package/dist-esm/samples-dev/checkNameAvailabilityWithoutLocationExecuteSample.d.ts +0 -2
  919. package/dist-esm/samples-dev/checkNameAvailabilityWithoutLocationExecuteSample.d.ts.map +0 -1
  920. package/dist-esm/samples-dev/checkNameAvailabilityWithoutLocationExecuteSample.js +0 -41
  921. package/dist-esm/samples-dev/checkNameAvailabilityWithoutLocationExecuteSample.js.map +0 -1
  922. package/dist-esm/samples-dev/checkVirtualNetworkSubnetUsageExecuteSample.d.ts +0 -2
  923. package/dist-esm/samples-dev/checkVirtualNetworkSubnetUsageExecuteSample.d.ts.map +0 -1
  924. package/dist-esm/samples-dev/checkVirtualNetworkSubnetUsageExecuteSample.js +0 -41
  925. package/dist-esm/samples-dev/checkVirtualNetworkSubnetUsageExecuteSample.js.map +0 -1
  926. package/dist-esm/samples-dev/configurationsBatchUpdateSample.d.ts +0 -2
  927. package/dist-esm/samples-dev/configurationsBatchUpdateSample.d.ts.map +0 -1
  928. package/dist-esm/samples-dev/configurationsBatchUpdateSample.js +0 -46
  929. package/dist-esm/samples-dev/configurationsBatchUpdateSample.js.map +0 -1
  930. package/dist-esm/samples-dev/configurationsCreateOrUpdateSample.d.ts +0 -2
  931. package/dist-esm/samples-dev/configurationsCreateOrUpdateSample.d.ts.map +0 -1
  932. package/dist-esm/samples-dev/configurationsCreateOrUpdateSample.js +0 -41
  933. package/dist-esm/samples-dev/configurationsCreateOrUpdateSample.js.map +0 -1
  934. package/dist-esm/samples-dev/configurationsGetSample.d.ts +0 -2
  935. package/dist-esm/samples-dev/configurationsGetSample.d.ts.map +0 -1
  936. package/dist-esm/samples-dev/configurationsGetSample.js +0 -40
  937. package/dist-esm/samples-dev/configurationsGetSample.js.map +0 -1
  938. package/dist-esm/samples-dev/configurationsListByServerSample.d.ts +0 -2
  939. package/dist-esm/samples-dev/configurationsListByServerSample.d.ts.map +0 -1
  940. package/dist-esm/samples-dev/configurationsListByServerSample.js +0 -58
  941. package/dist-esm/samples-dev/configurationsListByServerSample.js.map +0 -1
  942. package/dist-esm/samples-dev/configurationsUpdateSample.d.ts +0 -2
  943. package/dist-esm/samples-dev/configurationsUpdateSample.d.ts.map +0 -1
  944. package/dist-esm/samples-dev/configurationsUpdateSample.js +0 -41
  945. package/dist-esm/samples-dev/configurationsUpdateSample.js.map +0 -1
  946. package/dist-esm/samples-dev/databasesCreateOrUpdateSample.d.ts +0 -2
  947. package/dist-esm/samples-dev/databasesCreateOrUpdateSample.d.ts.map +0 -1
  948. package/dist-esm/samples-dev/databasesCreateOrUpdateSample.js +0 -44
  949. package/dist-esm/samples-dev/databasesCreateOrUpdateSample.js.map +0 -1
  950. package/dist-esm/samples-dev/databasesDeleteSample.d.ts +0 -2
  951. package/dist-esm/samples-dev/databasesDeleteSample.d.ts.map +0 -1
  952. package/dist-esm/samples-dev/databasesDeleteSample.js +0 -40
  953. package/dist-esm/samples-dev/databasesDeleteSample.js.map +0 -1
  954. package/dist-esm/samples-dev/databasesGetSample.d.ts +0 -2
  955. package/dist-esm/samples-dev/databasesGetSample.d.ts.map +0 -1
  956. package/dist-esm/samples-dev/databasesGetSample.js +0 -40
  957. package/dist-esm/samples-dev/databasesGetSample.js.map +0 -1
  958. package/dist-esm/samples-dev/databasesListByServerSample.d.ts +0 -2
  959. package/dist-esm/samples-dev/databasesListByServerSample.d.ts.map +0 -1
  960. package/dist-esm/samples-dev/databasesListByServerSample.js +0 -55
  961. package/dist-esm/samples-dev/databasesListByServerSample.js.map +0 -1
  962. package/dist-esm/samples-dev/firewallRulesCreateOrUpdateSample.d.ts +0 -2
  963. package/dist-esm/samples-dev/firewallRulesCreateOrUpdateSample.d.ts.map +0 -1
  964. package/dist-esm/samples-dev/firewallRulesCreateOrUpdateSample.js +0 -44
  965. package/dist-esm/samples-dev/firewallRulesCreateOrUpdateSample.js.map +0 -1
  966. package/dist-esm/samples-dev/firewallRulesDeleteSample.d.ts +0 -2
  967. package/dist-esm/samples-dev/firewallRulesDeleteSample.d.ts.map +0 -1
  968. package/dist-esm/samples-dev/firewallRulesDeleteSample.js +0 -40
  969. package/dist-esm/samples-dev/firewallRulesDeleteSample.js.map +0 -1
  970. package/dist-esm/samples-dev/firewallRulesGetSample.d.ts +0 -2
  971. package/dist-esm/samples-dev/firewallRulesGetSample.d.ts.map +0 -1
  972. package/dist-esm/samples-dev/firewallRulesGetSample.js +0 -40
  973. package/dist-esm/samples-dev/firewallRulesGetSample.js.map +0 -1
  974. package/dist-esm/samples-dev/firewallRulesListByServerSample.d.ts +0 -2
  975. package/dist-esm/samples-dev/firewallRulesListByServerSample.d.ts.map +0 -1
  976. package/dist-esm/samples-dev/firewallRulesListByServerSample.js +0 -55
  977. package/dist-esm/samples-dev/firewallRulesListByServerSample.js.map +0 -1
  978. package/dist-esm/samples-dev/getPrivateDnsZoneSuffixExecuteSample.d.ts +0 -2
  979. package/dist-esm/samples-dev/getPrivateDnsZoneSuffixExecuteSample.d.ts.map +0 -1
  980. package/dist-esm/samples-dev/getPrivateDnsZoneSuffixExecuteSample.js +0 -35
  981. package/dist-esm/samples-dev/getPrivateDnsZoneSuffixExecuteSample.js.map +0 -1
  982. package/dist-esm/samples-dev/locationBasedCapabilitiesListSample.d.ts +0 -2
  983. package/dist-esm/samples-dev/locationBasedCapabilitiesListSample.d.ts.map +0 -1
  984. package/dist-esm/samples-dev/locationBasedCapabilitiesListSample.js +0 -54
  985. package/dist-esm/samples-dev/locationBasedCapabilitiesListSample.js.map +0 -1
  986. package/dist-esm/samples-dev/locationBasedCapabilitySetGetSample.d.ts +0 -2
  987. package/dist-esm/samples-dev/locationBasedCapabilitySetGetSample.d.ts.map +0 -1
  988. package/dist-esm/samples-dev/locationBasedCapabilitySetGetSample.js +0 -39
  989. package/dist-esm/samples-dev/locationBasedCapabilitySetGetSample.js.map +0 -1
  990. package/dist-esm/samples-dev/locationBasedCapabilitySetListSample.d.ts +0 -2
  991. package/dist-esm/samples-dev/locationBasedCapabilitySetListSample.d.ts.map +0 -1
  992. package/dist-esm/samples-dev/locationBasedCapabilitySetListSample.js +0 -54
  993. package/dist-esm/samples-dev/locationBasedCapabilitySetListSample.js.map +0 -1
  994. package/dist-esm/samples-dev/logFilesListByServerSample.d.ts +0 -2
  995. package/dist-esm/samples-dev/logFilesListByServerSample.d.ts.map +0 -1
  996. package/dist-esm/samples-dev/logFilesListByServerSample.js +0 -55
  997. package/dist-esm/samples-dev/logFilesListByServerSample.js.map +0 -1
  998. package/dist-esm/samples-dev/longRunningBackupCreateSample.d.ts +0 -2
  999. package/dist-esm/samples-dev/longRunningBackupCreateSample.d.ts.map +0 -1
  1000. package/dist-esm/samples-dev/longRunningBackupCreateSample.js +0 -40
  1001. package/dist-esm/samples-dev/longRunningBackupCreateSample.js.map +0 -1
  1002. package/dist-esm/samples-dev/longRunningBackupsGetSample.d.ts +0 -2
  1003. package/dist-esm/samples-dev/longRunningBackupsGetSample.d.ts.map +0 -1
  1004. package/dist-esm/samples-dev/longRunningBackupsGetSample.js +0 -40
  1005. package/dist-esm/samples-dev/longRunningBackupsGetSample.js.map +0 -1
  1006. package/dist-esm/samples-dev/longRunningBackupsListSample.d.ts +0 -2
  1007. package/dist-esm/samples-dev/longRunningBackupsListSample.d.ts.map +0 -1
  1008. package/dist-esm/samples-dev/longRunningBackupsListSample.js +0 -55
  1009. package/dist-esm/samples-dev/longRunningBackupsListSample.js.map +0 -1
  1010. package/dist-esm/samples-dev/maintenancesListSample.d.ts +0 -2
  1011. package/dist-esm/samples-dev/maintenancesListSample.d.ts.map +0 -1
  1012. package/dist-esm/samples-dev/maintenancesListSample.js +0 -55
  1013. package/dist-esm/samples-dev/maintenancesListSample.js.map +0 -1
  1014. package/dist-esm/samples-dev/maintenancesReadSample.d.ts +0 -2
  1015. package/dist-esm/samples-dev/maintenancesReadSample.d.ts.map +0 -1
  1016. package/dist-esm/samples-dev/maintenancesReadSample.js +0 -40
  1017. package/dist-esm/samples-dev/maintenancesReadSample.js.map +0 -1
  1018. package/dist-esm/samples-dev/maintenancesUpdateSample.d.ts +0 -2
  1019. package/dist-esm/samples-dev/maintenancesUpdateSample.d.ts.map +0 -1
  1020. package/dist-esm/samples-dev/maintenancesUpdateSample.js +0 -44
  1021. package/dist-esm/samples-dev/maintenancesUpdateSample.js.map +0 -1
  1022. package/dist-esm/samples-dev/operationProgressGetSample.d.ts +0 -2
  1023. package/dist-esm/samples-dev/operationProgressGetSample.d.ts.map +0 -1
  1024. package/dist-esm/samples-dev/operationProgressGetSample.js +0 -58
  1025. package/dist-esm/samples-dev/operationProgressGetSample.js.map +0 -1
  1026. package/dist-esm/samples-dev/operationResultsGetSample.d.ts +0 -2
  1027. package/dist-esm/samples-dev/operationResultsGetSample.d.ts.map +0 -1
  1028. package/dist-esm/samples-dev/operationResultsGetSample.js +0 -39
  1029. package/dist-esm/samples-dev/operationResultsGetSample.js.map +0 -1
  1030. package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
  1031. package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
  1032. package/dist-esm/samples-dev/operationsListSample.js +0 -53
  1033. package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
  1034. package/dist-esm/samples-dev/replicasListByServerSample.d.ts +0 -2
  1035. package/dist-esm/samples-dev/replicasListByServerSample.d.ts.map +0 -1
  1036. package/dist-esm/samples-dev/replicasListByServerSample.js +0 -55
  1037. package/dist-esm/samples-dev/replicasListByServerSample.js.map +0 -1
  1038. package/dist-esm/samples-dev/serversCreateSample.d.ts +0 -2
  1039. package/dist-esm/samples-dev/serversCreateSample.d.ts.map +0 -1
  1040. package/dist-esm/samples-dev/serversCreateSample.js +0 -156
  1041. package/dist-esm/samples-dev/serversCreateSample.js.map +0 -1
  1042. package/dist-esm/samples-dev/serversDeleteSample.d.ts +0 -2
  1043. package/dist-esm/samples-dev/serversDeleteSample.d.ts.map +0 -1
  1044. package/dist-esm/samples-dev/serversDeleteSample.js +0 -39
  1045. package/dist-esm/samples-dev/serversDeleteSample.js.map +0 -1
  1046. package/dist-esm/samples-dev/serversFailoverSample.d.ts +0 -2
  1047. package/dist-esm/samples-dev/serversFailoverSample.d.ts.map +0 -1
  1048. package/dist-esm/samples-dev/serversFailoverSample.js +0 -39
  1049. package/dist-esm/samples-dev/serversFailoverSample.js.map +0 -1
  1050. package/dist-esm/samples-dev/serversGetSample.d.ts +0 -2
  1051. package/dist-esm/samples-dev/serversGetSample.d.ts.map +0 -1
  1052. package/dist-esm/samples-dev/serversGetSample.js +0 -58
  1053. package/dist-esm/samples-dev/serversGetSample.js.map +0 -1
  1054. package/dist-esm/samples-dev/serversListByResourceGroupSample.d.ts +0 -2
  1055. package/dist-esm/samples-dev/serversListByResourceGroupSample.d.ts.map +0 -1
  1056. package/dist-esm/samples-dev/serversListByResourceGroupSample.js +0 -54
  1057. package/dist-esm/samples-dev/serversListByResourceGroupSample.js.map +0 -1
  1058. package/dist-esm/samples-dev/serversListSample.d.ts +0 -2
  1059. package/dist-esm/samples-dev/serversListSample.d.ts.map +0 -1
  1060. package/dist-esm/samples-dev/serversListSample.js +0 -53
  1061. package/dist-esm/samples-dev/serversListSample.js.map +0 -1
  1062. package/dist-esm/samples-dev/serversMigrationCutoverMigrationSample.d.ts +0 -2
  1063. package/dist-esm/samples-dev/serversMigrationCutoverMigrationSample.d.ts.map +0 -1
  1064. package/dist-esm/samples-dev/serversMigrationCutoverMigrationSample.js +0 -39
  1065. package/dist-esm/samples-dev/serversMigrationCutoverMigrationSample.js.map +0 -1
  1066. package/dist-esm/samples-dev/serversResetGtidSample.d.ts +0 -2
  1067. package/dist-esm/samples-dev/serversResetGtidSample.d.ts.map +0 -1
  1068. package/dist-esm/samples-dev/serversResetGtidSample.js +0 -42
  1069. package/dist-esm/samples-dev/serversResetGtidSample.js.map +0 -1
  1070. package/dist-esm/samples-dev/serversRestartSample.d.ts +0 -2
  1071. package/dist-esm/samples-dev/serversRestartSample.d.ts.map +0 -1
  1072. package/dist-esm/samples-dev/serversRestartSample.js +0 -43
  1073. package/dist-esm/samples-dev/serversRestartSample.js.map +0 -1
  1074. package/dist-esm/samples-dev/serversStartSample.d.ts +0 -2
  1075. package/dist-esm/samples-dev/serversStartSample.d.ts.map +0 -1
  1076. package/dist-esm/samples-dev/serversStartSample.js +0 -39
  1077. package/dist-esm/samples-dev/serversStartSample.js.map +0 -1
  1078. package/dist-esm/samples-dev/serversStopSample.d.ts +0 -2
  1079. package/dist-esm/samples-dev/serversStopSample.d.ts.map +0 -1
  1080. package/dist-esm/samples-dev/serversStopSample.js +0 -39
  1081. package/dist-esm/samples-dev/serversStopSample.js.map +0 -1
  1082. package/dist-esm/samples-dev/serversUpdateSample.d.ts +0 -2
  1083. package/dist-esm/samples-dev/serversUpdateSample.d.ts.map +0 -1
  1084. package/dist-esm/samples-dev/serversUpdateSample.js +0 -109
  1085. package/dist-esm/samples-dev/serversUpdateSample.js.map +0 -1
  1086. package/dist-esm/samples-dev/serversValidateEstimateHighAvailabilitySample.d.ts +0 -2
  1087. package/dist-esm/samples-dev/serversValidateEstimateHighAvailabilitySample.d.ts.map +0 -1
  1088. package/dist-esm/samples-dev/serversValidateEstimateHighAvailabilitySample.js +0 -42
  1089. package/dist-esm/samples-dev/serversValidateEstimateHighAvailabilitySample.js.map +0 -1
  1090. package/dist-esm/src/index.d.ts +0 -6
  1091. package/dist-esm/src/index.d.ts.map +0 -1
  1092. package/dist-esm/src/index.js +0 -13
  1093. package/dist-esm/src/index.js.map +0 -1
  1094. package/dist-esm/src/lroImpl.d.ts.map +0 -1
  1095. package/dist-esm/src/lroImpl.js +0 -21
  1096. package/dist-esm/src/lroImpl.js.map +0 -1
  1097. package/dist-esm/src/models/index.js.map +0 -1
  1098. package/dist-esm/src/models/mappers.js +0 -2802
  1099. package/dist-esm/src/models/mappers.js.map +0 -1
  1100. package/dist-esm/src/models/parameters.js +0 -357
  1101. package/dist-esm/src/models/parameters.js.map +0 -1
  1102. package/dist-esm/src/mySQLManagementFlexibleServerClient.d.ts +0 -40
  1103. package/dist-esm/src/mySQLManagementFlexibleServerClient.d.ts.map +0 -1
  1104. package/dist-esm/src/mySQLManagementFlexibleServerClient.js +0 -93
  1105. package/dist-esm/src/mySQLManagementFlexibleServerClient.js.map +0 -1
  1106. package/dist-esm/src/operations/advancedThreatProtectionSettings.d.ts +0 -83
  1107. package/dist-esm/src/operations/advancedThreatProtectionSettings.d.ts.map +0 -1
  1108. package/dist-esm/src/operations/advancedThreatProtectionSettings.js +0 -382
  1109. package/dist-esm/src/operations/advancedThreatProtectionSettings.js.map +0 -1
  1110. package/dist-esm/src/operations/azureADAdministrators.d.ts +0 -81
  1111. package/dist-esm/src/operations/azureADAdministrators.d.ts.map +0 -1
  1112. package/dist-esm/src/operations/azureADAdministrators.js +0 -363
  1113. package/dist-esm/src/operations/azureADAdministrators.js.map +0 -1
  1114. package/dist-esm/src/operations/backupAndExport.d.ts +0 -37
  1115. package/dist-esm/src/operations/backupAndExport.d.ts.map +0 -1
  1116. package/dist-esm/src/operations/backupAndExport.js +0 -146
  1117. package/dist-esm/src/operations/backupAndExport.js.map +0 -1
  1118. package/dist-esm/src/operations/backups.d.ts +0 -54
  1119. package/dist-esm/src/operations/backups.d.ts.map +0 -1
  1120. package/dist-esm/src/operations/backups.js +0 -214
  1121. package/dist-esm/src/operations/backups.js.map +0 -1
  1122. package/dist-esm/src/operations/checkNameAvailability.d.ts +0 -20
  1123. package/dist-esm/src/operations/checkNameAvailability.d.ts.map +0 -1
  1124. package/dist-esm/src/operations/checkNameAvailability.js +0 -54
  1125. package/dist-esm/src/operations/checkNameAvailability.js.map +0 -1
  1126. package/dist-esm/src/operations/checkNameAvailabilityWithoutLocation.d.ts +0 -19
  1127. package/dist-esm/src/operations/checkNameAvailabilityWithoutLocation.d.ts.map +0 -1
  1128. package/dist-esm/src/operations/checkNameAvailabilityWithoutLocation.js +0 -49
  1129. package/dist-esm/src/operations/checkNameAvailabilityWithoutLocation.js.map +0 -1
  1130. package/dist-esm/src/operations/checkVirtualNetworkSubnetUsage.d.ts +0 -20
  1131. package/dist-esm/src/operations/checkVirtualNetworkSubnetUsage.d.ts.map +0 -1
  1132. package/dist-esm/src/operations/checkVirtualNetworkSubnetUsage.js +0 -54
  1133. package/dist-esm/src/operations/checkVirtualNetworkSubnetUsage.js.map +0 -1
  1134. package/dist-esm/src/operations/configurations.d.ts +0 -99
  1135. package/dist-esm/src/operations/configurations.d.ts.map +0 -1
  1136. package/dist-esm/src/operations/configurations.js +0 -476
  1137. package/dist-esm/src/operations/configurations.js.map +0 -1
  1138. package/dist-esm/src/operations/databases.d.ts +0 -81
  1139. package/dist-esm/src/operations/databases.d.ts.map +0 -1
  1140. package/dist-esm/src/operations/databases.js +0 -362
  1141. package/dist-esm/src/operations/databases.js.map +0 -1
  1142. package/dist-esm/src/operations/firewallRules.d.ts +0 -81
  1143. package/dist-esm/src/operations/firewallRules.d.ts.map +0 -1
  1144. package/dist-esm/src/operations/firewallRules.js +0 -362
  1145. package/dist-esm/src/operations/firewallRules.js.map +0 -1
  1146. package/dist-esm/src/operations/getPrivateDnsZoneSuffix.d.ts +0 -18
  1147. package/dist-esm/src/operations/getPrivateDnsZoneSuffix.d.ts.map +0 -1
  1148. package/dist-esm/src/operations/getPrivateDnsZoneSuffix.js +0 -46
  1149. package/dist-esm/src/operations/getPrivateDnsZoneSuffix.js.map +0 -1
  1150. package/dist-esm/src/operations/index.d.ts +0 -24
  1151. package/dist-esm/src/operations/index.d.ts.map +0 -1
  1152. package/dist-esm/src/operations/index.js +0 -31
  1153. package/dist-esm/src/operations/index.js.map +0 -1
  1154. package/dist-esm/src/operations/locationBasedCapabilities.d.ts +0 -35
  1155. package/dist-esm/src/operations/locationBasedCapabilities.d.ts.map +0 -1
  1156. package/dist-esm/src/operations/locationBasedCapabilities.js +0 -145
  1157. package/dist-esm/src/operations/locationBasedCapabilities.js.map +0 -1
  1158. package/dist-esm/src/operations/locationBasedCapabilitySet.d.ts +0 -42
  1159. package/dist-esm/src/operations/locationBasedCapabilitySet.d.ts.map +0 -1
  1160. package/dist-esm/src/operations/locationBasedCapabilitySet.js +0 -175
  1161. package/dist-esm/src/operations/locationBasedCapabilitySet.js.map +0 -1
  1162. package/dist-esm/src/operations/logFiles.d.ts +0 -38
  1163. package/dist-esm/src/operations/logFiles.d.ts.map +0 -1
  1164. package/dist-esm/src/operations/logFiles.js +0 -150
  1165. package/dist-esm/src/operations/logFiles.js.map +0 -1
  1166. package/dist-esm/src/operations/longRunningBackup.d.ts +0 -30
  1167. package/dist-esm/src/operations/longRunningBackup.d.ts.map +0 -1
  1168. package/dist-esm/src/operations/longRunningBackup.js +0 -117
  1169. package/dist-esm/src/operations/longRunningBackup.js.map +0 -1
  1170. package/dist-esm/src/operations/longRunningBackups.d.ts +0 -46
  1171. package/dist-esm/src/operations/longRunningBackups.d.ts.map +0 -1
  1172. package/dist-esm/src/operations/longRunningBackups.js +0 -182
  1173. package/dist-esm/src/operations/longRunningBackups.js.map +0 -1
  1174. package/dist-esm/src/operations/maintenances.d.ts +0 -63
  1175. package/dist-esm/src/operations/maintenances.d.ts.map +0 -1
  1176. package/dist-esm/src/operations/maintenances.js +0 -274
  1177. package/dist-esm/src/operations/maintenances.js.map +0 -1
  1178. package/dist-esm/src/operations/operationProgress.d.ts +0 -20
  1179. package/dist-esm/src/operations/operationProgress.d.ts.map +0 -1
  1180. package/dist-esm/src/operations/operationProgress.js +0 -53
  1181. package/dist-esm/src/operations/operationProgress.js.map +0 -1
  1182. package/dist-esm/src/operations/operationResults.d.ts +0 -20
  1183. package/dist-esm/src/operations/operationResults.d.ts.map +0 -1
  1184. package/dist-esm/src/operations/operationResults.js +0 -53
  1185. package/dist-esm/src/operations/operationResults.js.map +0 -1
  1186. package/dist-esm/src/operations/operations.d.ts +0 -32
  1187. package/dist-esm/src/operations/operations.d.ts.map +0 -1
  1188. package/dist-esm/src/operations/operations.js +0 -133
  1189. package/dist-esm/src/operations/operations.js.map +0 -1
  1190. package/dist-esm/src/operations/replicas.d.ts +0 -38
  1191. package/dist-esm/src/operations/replicas.d.ts.map +0 -1
  1192. package/dist-esm/src/operations/replicas.js +0 -150
  1193. package/dist-esm/src/operations/replicas.js.map +0 -1
  1194. package/dist-esm/src/operations/servers.d.ts +0 -193
  1195. package/dist-esm/src/operations/servers.d.ts.map +0 -1
  1196. package/dist-esm/src/operations/servers.js +0 -975
  1197. package/dist-esm/src/operations/servers.js.map +0 -1
  1198. package/dist-esm/src/operations/serversMigration.d.ts +0 -28
  1199. package/dist-esm/src/operations/serversMigration.d.ts.map +0 -1
  1200. package/dist-esm/src/operations/serversMigration.js +0 -112
  1201. package/dist-esm/src/operations/serversMigration.js.map +0 -1
  1202. package/dist-esm/src/operationsInterfaces/advancedThreatProtectionSettings.d.ts +0 -58
  1203. package/dist-esm/src/operationsInterfaces/advancedThreatProtectionSettings.d.ts.map +0 -1
  1204. package/dist-esm/src/operationsInterfaces/advancedThreatProtectionSettings.js.map +0 -1
  1205. package/dist-esm/src/operationsInterfaces/azureADAdministrators.d.ts +0 -56
  1206. package/dist-esm/src/operationsInterfaces/azureADAdministrators.d.ts.map +0 -1
  1207. package/dist-esm/src/operationsInterfaces/azureADAdministrators.js.map +0 -1
  1208. package/dist-esm/src/operationsInterfaces/backupAndExport.d.ts +0 -29
  1209. package/dist-esm/src/operationsInterfaces/backupAndExport.d.ts.map +0 -1
  1210. package/dist-esm/src/operationsInterfaces/backupAndExport.js.map +0 -1
  1211. package/dist-esm/src/operationsInterfaces/backups.d.ts +0 -29
  1212. package/dist-esm/src/operationsInterfaces/backups.d.ts.map +0 -1
  1213. package/dist-esm/src/operationsInterfaces/backups.js.map +0 -1
  1214. package/dist-esm/src/operationsInterfaces/checkNameAvailability.d.ts +0 -12
  1215. package/dist-esm/src/operationsInterfaces/checkNameAvailability.d.ts.map +0 -1
  1216. package/dist-esm/src/operationsInterfaces/checkNameAvailability.js.map +0 -1
  1217. package/dist-esm/src/operationsInterfaces/checkNameAvailabilityWithoutLocation.d.ts +0 -11
  1218. package/dist-esm/src/operationsInterfaces/checkNameAvailabilityWithoutLocation.d.ts.map +0 -1
  1219. package/dist-esm/src/operationsInterfaces/checkNameAvailabilityWithoutLocation.js.map +0 -1
  1220. package/dist-esm/src/operationsInterfaces/checkVirtualNetworkSubnetUsage.d.ts +0 -12
  1221. package/dist-esm/src/operationsInterfaces/checkVirtualNetworkSubnetUsage.d.ts.map +0 -1
  1222. package/dist-esm/src/operationsInterfaces/checkVirtualNetworkSubnetUsage.js.map +0 -1
  1223. package/dist-esm/src/operationsInterfaces/configurations.d.ts +0 -74
  1224. package/dist-esm/src/operationsInterfaces/configurations.d.ts.map +0 -1
  1225. package/dist-esm/src/operationsInterfaces/configurations.js.map +0 -1
  1226. package/dist-esm/src/operationsInterfaces/databases.d.ts +0 -56
  1227. package/dist-esm/src/operationsInterfaces/databases.d.ts.map +0 -1
  1228. package/dist-esm/src/operationsInterfaces/databases.js.map +0 -1
  1229. package/dist-esm/src/operationsInterfaces/firewallRules.d.ts +0 -56
  1230. package/dist-esm/src/operationsInterfaces/firewallRules.d.ts.map +0 -1
  1231. package/dist-esm/src/operationsInterfaces/firewallRules.js.map +0 -1
  1232. package/dist-esm/src/operationsInterfaces/getPrivateDnsZoneSuffix.d.ts +0 -10
  1233. package/dist-esm/src/operationsInterfaces/getPrivateDnsZoneSuffix.d.ts.map +0 -1
  1234. package/dist-esm/src/operationsInterfaces/getPrivateDnsZoneSuffix.js.map +0 -1
  1235. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -24
  1236. package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
  1237. package/dist-esm/src/operationsInterfaces/index.js +0 -31
  1238. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  1239. package/dist-esm/src/operationsInterfaces/locationBasedCapabilities.d.ts +0 -12
  1240. package/dist-esm/src/operationsInterfaces/locationBasedCapabilities.d.ts.map +0 -1
  1241. package/dist-esm/src/operationsInterfaces/locationBasedCapabilities.js.map +0 -1
  1242. package/dist-esm/src/operationsInterfaces/locationBasedCapabilitySet.d.ts +0 -19
  1243. package/dist-esm/src/operationsInterfaces/locationBasedCapabilitySet.d.ts.map +0 -1
  1244. package/dist-esm/src/operationsInterfaces/locationBasedCapabilitySet.js.map +0 -1
  1245. package/dist-esm/src/operationsInterfaces/logFiles.d.ts +0 -13
  1246. package/dist-esm/src/operationsInterfaces/logFiles.d.ts.map +0 -1
  1247. package/dist-esm/src/operationsInterfaces/logFiles.js.map +0 -1
  1248. package/dist-esm/src/operationsInterfaces/longRunningBackup.d.ts +0 -22
  1249. package/dist-esm/src/operationsInterfaces/longRunningBackup.d.ts.map +0 -1
  1250. package/dist-esm/src/operationsInterfaces/longRunningBackup.js.map +0 -1
  1251. package/dist-esm/src/operationsInterfaces/longRunningBackups.d.ts +0 -21
  1252. package/dist-esm/src/operationsInterfaces/longRunningBackups.d.ts.map +0 -1
  1253. package/dist-esm/src/operationsInterfaces/longRunningBackups.js.map +0 -1
  1254. package/dist-esm/src/operationsInterfaces/maintenances.d.ts +0 -38
  1255. package/dist-esm/src/operationsInterfaces/maintenances.d.ts.map +0 -1
  1256. package/dist-esm/src/operationsInterfaces/maintenances.js.map +0 -1
  1257. package/dist-esm/src/operationsInterfaces/operationProgress.d.ts +0 -12
  1258. package/dist-esm/src/operationsInterfaces/operationProgress.d.ts.map +0 -1
  1259. package/dist-esm/src/operationsInterfaces/operationProgress.js.map +0 -1
  1260. package/dist-esm/src/operationsInterfaces/operationResults.d.ts +0 -12
  1261. package/dist-esm/src/operationsInterfaces/operationResults.d.ts.map +0 -1
  1262. package/dist-esm/src/operationsInterfaces/operationResults.js.map +0 -1
  1263. package/dist-esm/src/operationsInterfaces/operations.d.ts +0 -11
  1264. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +0 -1
  1265. package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
  1266. package/dist-esm/src/operationsInterfaces/replicas.d.ts +0 -13
  1267. package/dist-esm/src/operationsInterfaces/replicas.d.ts.map +0 -1
  1268. package/dist-esm/src/operationsInterfaces/replicas.js.map +0 -1
  1269. package/dist-esm/src/operationsInterfaces/servers.d.ts +0 -157
  1270. package/dist-esm/src/operationsInterfaces/servers.d.ts.map +0 -1
  1271. package/dist-esm/src/operationsInterfaces/servers.js.map +0 -1
  1272. package/dist-esm/src/operationsInterfaces/serversMigration.d.ts +0 -20
  1273. package/dist-esm/src/operationsInterfaces/serversMigration.d.ts.map +0 -1
  1274. package/dist-esm/src/operationsInterfaces/serversMigration.js.map +0 -1
  1275. package/dist-esm/src/pagingHelper.js +0 -32
  1276. package/dist-esm/src/pagingHelper.js.map +0 -1
  1277. package/dist-esm/test/mysql_operations_test.spec.d.ts +0 -4
  1278. package/dist-esm/test/mysql_operations_test.spec.d.ts.map +0 -1
  1279. package/dist-esm/test/mysql_operations_test.spec.js +0 -125
  1280. package/dist-esm/test/mysql_operations_test.spec.js.map +0 -1
  1281. package/review/arm-mysql-flexible.api.md +0 -1791
  1282. package/src/index.ts +0 -13
  1283. package/src/lroImpl.ts +0 -42
  1284. package/src/models/index.ts +0 -2520
  1285. package/src/models/mappers.ts +0 -3051
  1286. package/src/models/parameters.ts +0 -422
  1287. package/src/mySQLManagementFlexibleServerClient.ts +0 -216
  1288. package/src/operations/advancedThreatProtectionSettings.ts +0 -528
  1289. package/src/operations/azureADAdministrators.ts +0 -498
  1290. package/src/operations/backupAndExport.ts +0 -207
  1291. package/src/operations/backups.ts +0 -283
  1292. package/src/operations/checkNameAvailability.ts +0 -73
  1293. package/src/operations/checkNameAvailabilityWithoutLocation.ts +0 -69
  1294. package/src/operations/checkVirtualNetworkSubnetUsage.ts +0 -75
  1295. package/src/operations/configurations.ts +0 -662
  1296. package/src/operations/databases.ts +0 -496
  1297. package/src/operations/firewallRules.ts +0 -496
  1298. package/src/operations/getPrivateDnsZoneSuffix.ts +0 -59
  1299. package/src/operations/index.ts +0 -31
  1300. package/src/operations/locationBasedCapabilities.ts +0 -171
  1301. package/src/operations/locationBasedCapabilitySet.ts +0 -211
  1302. package/src/operations/logFiles.ts +0 -197
  1303. package/src/operations/longRunningBackup.ts +0 -167
  1304. package/src/operations/longRunningBackups.ts +0 -236
  1305. package/src/operations/maintenances.ts +0 -371
  1306. package/src/operations/operationProgress.ts +0 -71
  1307. package/src/operations/operationResults.ts +0 -71
  1308. package/src/operations/operations.ts +0 -149
  1309. package/src/operations/replicas.ts +0 -197
  1310. package/src/operations/servers.ts +0 -1289
  1311. package/src/operations/serversMigration.ts +0 -159
  1312. package/src/operationsInterfaces/advancedThreatProtectionSettings.ts +0 -121
  1313. package/src/operationsInterfaces/azureADAdministrators.ts +0 -110
  1314. package/src/operationsInterfaces/backupAndExport.ts +0 -62
  1315. package/src/operationsInterfaces/backups.ts +0 -59
  1316. package/src/operationsInterfaces/checkNameAvailability.ts +0 -28
  1317. package/src/operationsInterfaces/checkNameAvailabilityWithoutLocation.ts +0 -26
  1318. package/src/operationsInterfaces/checkVirtualNetworkSubnetUsage.ts +0 -28
  1319. package/src/operationsInterfaces/configurations.ts +0 -153
  1320. package/src/operationsInterfaces/databases.ts +0 -109
  1321. package/src/operationsInterfaces/firewallRules.ts +0 -109
  1322. package/src/operationsInterfaces/getPrivateDnsZoneSuffix.ts +0 -23
  1323. package/src/operationsInterfaces/index.ts +0 -31
  1324. package/src/operationsInterfaces/locationBasedCapabilities.ts +0 -27
  1325. package/src/operationsInterfaces/locationBasedCapabilitySet.ts +0 -40
  1326. package/src/operationsInterfaces/logFiles.ts +0 -26
  1327. package/src/operationsInterfaces/longRunningBackup.ts +0 -48
  1328. package/src/operationsInterfaces/longRunningBackups.ts +0 -44
  1329. package/src/operationsInterfaces/maintenances.ts +0 -78
  1330. package/src/operationsInterfaces/operationProgress.ts +0 -27
  1331. package/src/operationsInterfaces/operationResults.ts +0 -27
  1332. package/src/operationsInterfaces/operations.ts +0 -22
  1333. package/src/operationsInterfaces/replicas.ts +0 -26
  1334. package/src/operationsInterfaces/servers.ts +0 -282
  1335. package/src/operationsInterfaces/serversMigration.ts +0 -44
  1336. package/src/pagingHelper.ts +0 -39
  1337. package/tsconfig.json +0 -33
  1338. package/types/arm-mysql-flexible.d.ts +0 -3240
  1339. package/types/tsdoc-metadata.json +0 -11
  1340. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
  1341. /package/{dist-esm/src → dist/browser}/models/index.d.ts +0 -0
  1342. /package/{dist-esm/src → dist/browser}/models/index.d.ts.map +0 -0
  1343. /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
  1344. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
  1345. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
  1346. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
  1347. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
  1348. /package/{dist-esm/src → dist/browser}/operationsInterfaces/advancedThreatProtectionSettings.js +0 -0
  1349. /package/{dist-esm/src → dist/browser}/operationsInterfaces/azureADAdministrators.js +0 -0
  1350. /package/{dist-esm/src → dist/browser}/operationsInterfaces/backupAndExport.js +0 -0
  1351. /package/{dist-esm/src → dist/browser}/operationsInterfaces/backups.js +0 -0
  1352. /package/{dist-esm/src → dist/browser}/operationsInterfaces/checkNameAvailability.js +0 -0
  1353. /package/{dist-esm/src → dist/browser}/operationsInterfaces/checkNameAvailabilityWithoutLocation.js +0 -0
  1354. /package/{dist-esm/src → dist/browser}/operationsInterfaces/checkVirtualNetworkSubnetUsage.js +0 -0
  1355. /package/{dist-esm/src → dist/browser}/operationsInterfaces/configurations.js +0 -0
  1356. /package/{dist-esm/src → dist/browser}/operationsInterfaces/databases.js +0 -0
  1357. /package/{dist-esm/src → dist/browser}/operationsInterfaces/firewallRules.js +0 -0
  1358. /package/{dist-esm/src → dist/browser}/operationsInterfaces/getPrivateDnsZoneSuffix.js +0 -0
  1359. /package/{dist-esm/src → dist/browser}/operationsInterfaces/locationBasedCapabilities.js +0 -0
  1360. /package/{dist-esm/src → dist/browser}/operationsInterfaces/locationBasedCapabilitySet.js +0 -0
  1361. /package/{dist-esm/src → dist/browser}/operationsInterfaces/logFiles.js +0 -0
  1362. /package/{dist-esm/src → dist/browser}/operationsInterfaces/longRunningBackup.js +0 -0
  1363. /package/{dist-esm/src → dist/browser}/operationsInterfaces/longRunningBackups.js +0 -0
  1364. /package/{dist-esm/src → dist/browser}/operationsInterfaces/maintenances.js +0 -0
  1365. /package/{dist-esm/src → dist/browser}/operationsInterfaces/operationProgress.js +0 -0
  1366. /package/{dist-esm/src → dist/browser}/operationsInterfaces/operationResults.js +0 -0
  1367. /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
  1368. /package/{dist-esm/src → dist/browser}/operationsInterfaces/replicas.js +0 -0
  1369. /package/{dist-esm/src → dist/browser}/operationsInterfaces/servers.js +0 -0
  1370. /package/{dist-esm/src → dist/browser}/operationsInterfaces/serversMigration.js +0 -0
  1371. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
  1372. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Release History
2
-
2
+
3
+ ## 4.0.0-beta.4 (2025-11-10)
4
+
5
+ ### Bugs Fixed
6
+
7
+ - Fix LRO Patch final-state-via issue.
8
+
9
+ ## 4.0.0-beta.3 (2025-08-22)
10
+
11
+ ### Other Changes
12
+
13
+ - Other fixes
14
+
3
15
  ## 4.0.0-beta.2 (2024-06-28)
4
16
  Compared with version 3.1.0
5
17
 
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
- The MIT License (MIT)
1
+ Copyright (c) Microsoft Corporation.
2
2
 
3
- Copyright (c) 2024 Microsoft
3
+ MIT License
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
@@ -12,10 +12,10 @@ furnished to do so, subject to the following conditions:
12
12
  The above copyright notice and this permission notice shall be included in all
13
13
  copies or substantial portions of the Software.
14
14
 
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15
+ THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
16
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
17
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
18
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
19
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
20
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.
21
+ SOFTWARE.
package/README.md CHANGED
@@ -6,7 +6,7 @@ The Microsoft Azure management API provides create, read, update, and delete fun
6
6
 
7
7
  [Source code](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/mysql/arm-mysql-flexible) |
8
8
  [Package (NPM)](https://www.npmjs.com/package/@azure/arm-mysql-flexible) |
9
- [API reference documentation](https://docs.microsoft.com/javascript/api/@azure/arm-mysql-flexible?view=azure-node-preview) |
9
+ [API reference documentation](https://learn.microsoft.com/javascript/api/@azure/arm-mysql-flexible?view=azure-node-preview) |
10
10
  [Samples](https://github.com/Azure-Samples/azure-samples-js-management)
11
11
 
12
12
  ## Getting started
@@ -46,26 +46,37 @@ npm install @azure/identity
46
46
  You will also need to **register a new AAD application and grant access to Azure MySQLManagementFlexibleServer** by assigning the suitable role to your service principal (note: roles such as `"Owner"` will not grant the necessary permissions).
47
47
  Set the values of the client ID, tenant ID, and client secret of the AAD application as environment variables: `AZURE_CLIENT_ID`, `AZURE_TENANT_ID`, `AZURE_CLIENT_SECRET`.
48
48
 
49
- For more information about how to create an Azure AD Application check out [this guide](https://docs.microsoft.com/azure/active-directory/develop/howto-create-service-principal-portal).
49
+ For more information about how to create an Azure AD Application check out [this guide](https://learn.microsoft.com/azure/active-directory/develop/howto-create-service-principal-portal).
50
50
 
51
- ```javascript
52
- const { MySQLManagementFlexibleServerClient } = require("@azure/arm-mysql-flexible");
53
- const { DefaultAzureCredential } = require("@azure/identity");
54
- // For client-side applications running in the browser, use InteractiveBrowserCredential instead of DefaultAzureCredential. See https://aka.ms/azsdk/js/identity/examples for more details.
51
+ Using Node.js and Node-like environments, you can use the `DefaultAzureCredential` class to authenticate the client.
52
+
53
+ ```ts snippet:ReadmeSampleCreateClient_Node
54
+ import { MySQLManagementFlexibleServerClient } from "@azure/arm-mysql-flexible";
55
+ import { DefaultAzureCredential } from "@azure/identity";
55
56
 
56
57
  const subscriptionId = "00000000-0000-0000-0000-000000000000";
57
- const client = new MySQLManagementFlexibleServerClient(new DefaultAzureCredential(), subscriptionId);
58
-
59
- // For client-side applications running in the browser, use this code instead:
60
- // const credential = new InteractiveBrowserCredential({
61
- // tenantId: "<YOUR_TENANT_ID>",
62
- // clientId: "<YOUR_CLIENT_ID>"
63
- // });
64
- // const client = new MySQLManagementFlexibleServerClient(credential, subscriptionId);
58
+ const client = new MySQLManagementFlexibleServerClient(
59
+ new DefaultAzureCredential(),
60
+ subscriptionId,
61
+ );
65
62
  ```
66
63
 
64
+ For browser environments, use the `InteractiveBrowserCredential` from the `@azure/identity` package to authenticate.
65
+
66
+ ```ts snippet:ReadmeSampleCreateClient_Browser
67
+ import { InteractiveBrowserCredential } from "@azure/identity";
68
+ import { MySQLManagementFlexibleServerClient } from "@azure/arm-mysql-flexible";
69
+
70
+ const subscriptionId = "00000000-0000-0000-0000-000000000000";
71
+ const credential = new InteractiveBrowserCredential({
72
+ tenantId: "<YOUR_TENANT_ID>",
73
+ clientId: "<YOUR_CLIENT_ID>",
74
+ });
75
+ const client = new MySQLManagementFlexibleServerClient(credential, subscriptionId);
76
+ ```
67
77
 
68
78
  ### JavaScript Bundle
79
+
69
80
  To use this client library in the browser, first you need to use a bundler. For details on how to do this, please refer to our [bundling documentation](https://aka.ms/AzureSDKBundling).
70
81
 
71
82
  ## Key concepts
@@ -80,8 +91,9 @@ To use this client library in the browser, first you need to use a bundler. For
80
91
 
81
92
  Enabling logging may help uncover useful information about failures. In order to see a log of HTTP requests and responses, set the `AZURE_LOG_LEVEL` environment variable to `info`. Alternatively, logging can be enabled at runtime by calling `setLogLevel` in the `@azure/logger`:
82
93
 
83
- ```javascript
84
- const { setLogLevel } = require("@azure/logger");
94
+ ```ts snippet:SetLogLevel
95
+ import { setLogLevel } from "@azure/logger";
96
+
85
97
  setLogLevel("info");
86
98
  ```
87
99
 
@@ -99,9 +111,7 @@ If you'd like to contribute to this library, please read the [contributing guide
99
111
 
100
112
  - [Microsoft Azure SDK for JavaScript](https://github.com/Azure/azure-sdk-for-js)
101
113
 
102
- ![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-js%2Fsdk%2Fmysql%2Farm-mysql-flexible%2FREADME.png)
103
-
104
- [azure_cli]: https://docs.microsoft.com/cli/azure
114
+ [azure_cli]: https://learn.microsoft.com/cli/azure
105
115
  [azure_sub]: https://azure.microsoft.com/free/
106
116
  [azure_sub]: https://azure.microsoft.com/free/
107
117
  [azure_portal]: https://portal.azure.com
@@ -0,0 +1,5 @@
1
+ export { getContinuationToken } from "./pagingHelper.js";
2
+ export * from "./models/index.js";
3
+ export { MySQLManagementFlexibleServerClient } from "./mySQLManagementFlexibleServerClient.js";
4
+ export * from "./operationsInterfaces/index.js";
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AASA,OAAO,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAC;AACzD,cAAc,mBAAmB,CAAC;AAClC,OAAO,EAAE,mCAAmC,EAAE,MAAM,0CAA0C,CAAC;AAC/F,cAAc,iCAAiC,CAAC"}
@@ -0,0 +1,13 @@
1
+ /*
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
+ *
5
+ * Code generated by Microsoft (R) AutoRest Code Generator.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ */
8
+ /// <reference lib="esnext.asynciterable" />
9
+ export { getContinuationToken } from "./pagingHelper.js";
10
+ export * from "./models/index.js";
11
+ export { MySQLManagementFlexibleServerClient } from "./mySQLManagementFlexibleServerClient.js";
12
+ export * from "./operationsInterfaces/index.js";
13
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,4CAA4C;AAC5C,OAAO,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAC;AACzD,cAAc,mBAAmB,CAAC;AAClC,OAAO,EAAE,mCAAmC,EAAE,MAAM,0CAA0C,CAAC;AAC/F,cAAc,iCAAiC,CAAC","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\n/// <reference lib=\"esnext.asynciterable\" />\nexport { getContinuationToken } from \"./pagingHelper.js\";\nexport * from \"./models/index.js\";\nexport { MySQLManagementFlexibleServerClient } from \"./mySQLManagementFlexibleServerClient.js\";\nexport * from \"./operationsInterfaces/index.js\";\n"]}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"lroImpl.d.ts","sourceRoot":"","sources":["../../src/lroImpl.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,oBAAoB,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAEpE,wBAAgB,aAAa,CAAC,CAAC,EAAE,MAAM,EAAE;IACvC,eAAe,EAAE,CAAC,IAAI,EAAE,GAAG,EAAE,IAAI,EAAE,GAAG,KAAK,OAAO,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,CAAC;IACnE,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC9B,IAAI,EAAE;QACJ,QAAQ,CAAC,WAAW,CAAC,EAAE,OAAO,CAAC;QAC/B,QAAQ,CAAC,IAAI,CAAC,EAAE,MAAM,CAAC;QACvB,QAAQ,CAAC,UAAU,EAAE,MAAM,CAAC;KAC7B,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;CACzB,GAAG,oBAAoB,CAAC,CAAC,CAAC,CAmB1B"}
@@ -0,0 +1,18 @@
1
+ export function createLroSpec(inputs) {
2
+ const { args, spec, sendOperationFn } = inputs;
3
+ return {
4
+ requestMethod: spec.httpMethod,
5
+ requestPath: spec.path,
6
+ sendInitialRequest: () => sendOperationFn(args, spec),
7
+ sendPollRequest: (path, options) => {
8
+ const { requestBody, ...restSpec } = spec;
9
+ return sendOperationFn(args, {
10
+ ...restSpec,
11
+ httpMethod: "GET",
12
+ path,
13
+ abortSignal: options?.abortSignal,
14
+ });
15
+ },
16
+ };
17
+ }
18
+ //# sourceMappingURL=lroImpl.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"lroImpl.js","sourceRoot":"","sources":["../../src/lroImpl.ts"],"names":[],"mappings":"AAUA,MAAM,UAAU,aAAa,CAAI,MAQhC;IACC,MAAM,EAAE,IAAI,EAAE,IAAI,EAAE,eAAe,EAAE,GAAG,MAAM,CAAC;IAC/C,OAAO;QACL,aAAa,EAAE,IAAI,CAAC,UAAU;QAC9B,WAAW,EAAE,IAAI,CAAC,IAAK;QACvB,kBAAkB,EAAE,GAAG,EAAE,CAAC,eAAe,CAAC,IAAI,EAAE,IAAI,CAAC;QACrD,eAAe,EAAE,CACf,IAAY,EACZ,OAA2C,EAC3C,EAAE;YACF,MAAM,EAAE,WAAW,EAAE,GAAG,QAAQ,EAAE,GAAG,IAAI,CAAC;YAC1C,OAAO,eAAe,CAAC,IAAI,EAAE;gBAC3B,GAAG,QAAQ;gBACX,UAAU,EAAE,KAAK;gBACjB,IAAI;gBACJ,WAAW,EAAE,OAAO,EAAE,WAAW;aAClC,CAAC,CAAC;QACL,CAAC;KACF,CAAC;AACJ,CAAC","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 */\nimport { AbortSignalLike } from \"@azure/abort-controller\";\nimport { LongRunningOperation, LroResponse } from \"@azure/core-lro\";\n\nexport function createLroSpec<T>(inputs: {\n sendOperationFn: (args: any, spec: any) => Promise<LroResponse<T>>;\n args: Record<string, unknown>;\n spec: {\n readonly requestBody?: unknown;\n readonly path?: string;\n readonly httpMethod: string;\n } & Record<string, any>;\n}): LongRunningOperation<T> {\n const { args, spec, sendOperationFn } = inputs;\n return {\n requestMethod: spec.httpMethod,\n requestPath: spec.path!,\n sendInitialRequest: () => sendOperationFn(args, spec),\n sendPollRequest: (\n path: string,\n options?: { abortSignal?: AbortSignalLike },\n ) => {\n const { requestBody, ...restSpec } = spec;\n return sendOperationFn(args, {\n ...restSpec,\n httpMethod: \"GET\",\n path,\n abortSignal: options?.abortSignal,\n });\n },\n };\n}\n"]}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAsvCH,0EAA0E;AAC1E,MAAM,CAAN,IAAY,sBAGX;AAHD,WAAY,sBAAsB;IAChC,sBAAsB;IACtB,6DAAmC,CAAA;AACrC,CAAC,EAHW,sBAAsB,KAAtB,sBAAsB,QAGjC;AAWD,0EAA0E;AAC1E,MAAM,CAAN,IAAY,sBAGX;AAHD,WAAY,sBAAsB;IAChC,sBAAsB;IACtB,6DAAmC,CAAA;AACrC,CAAC,EAHW,sBAAsB,KAAtB,sBAAsB,QAGjC;AAWD,sEAAsE;AACtE,MAAM,CAAN,IAAY,kBASX;AATD,WAAY,kBAAkB;IAC5B,WAAW;IACX,mCAAa,CAAA;IACb,kBAAkB;IAClB,iDAA2B,CAAA;IAC3B,sBAAsB;IACtB,yDAAmC,CAAA;IACnC,UAAU;IACV,iCAAW,CAAA;AACb,CAAC,EATW,kBAAkB,KAAlB,kBAAkB,QAS7B;AAcD,qEAAqE;AACrE,MAAM,CAAN,IAAY,iBAKX;AALD,WAAY,iBAAiB;IAC3B,qBAAqB;IACrB,sDAAiC,CAAA;IACjC,UAAU;IACV,gCAAW,CAAA;AACb,CAAC,EALW,iBAAiB,KAAjB,iBAAiB,QAK5B;AAYD,mEAAmE;AACnE,MAAM,CAAN,IAAY,eAGX;AAHD,WAAY,eAAe;IACzB,WAAW;IACX,gCAAa,CAAA;AACf,CAAC,EAHW,eAAe,KAAf,eAAe,QAG1B;AAWD,0EAA0E;AAC1E,MAAM,CAAN,IAAY,sBAWX;AAXD,WAAY,sBAAsB;IAChC,gBAAgB;IAChB,iDAAuB,CAAA;IACvB,eAAe;IACf,+CAAqB,CAAA;IACrB,eAAe;IACf,+CAAqB,CAAA;IACrB,aAAa;IACb,2CAAiB,CAAA;IACjB,eAAe;IACf,+CAAqB,CAAA;AACvB,CAAC,EAXW,sBAAsB,KAAtB,sBAAsB,QAWjC;AAeD,4EAA4E;AAC5E,MAAM,CAAN,IAAY,wBAKX;AALD,WAAY,wBAAwB;IAClC,oBAAoB;IACpB,4DAAgC,CAAA;IAChC,mBAAmB;IACnB,0DAA8B,CAAA;AAChC,CAAC,EALW,wBAAwB,KAAxB,wBAAwB,QAKnC;AAYD,mEAAmE;AACnE,MAAM,CAAN,IAAY,eAKX;AALD,WAAY,eAAe;IACzB,WAAW;IACX,gCAAa,CAAA;IACb,YAAY;IACZ,kCAAe,CAAA;AACjB,CAAC,EALW,eAAe,KAAf,eAAe,QAK1B;AAYD,+EAA+E;AAC/E,MAAM,CAAN,IAAY,2BAKX;AALD,WAAY,2BAA2B;IACrC,WAAW;IACX,4CAAa,CAAA;IACb,YAAY;IACZ,8CAAe,CAAA;AACjB,CAAC,EALW,2BAA2B,KAA3B,2BAA2B,QAKtC;AAYD,wEAAwE;AACxE,MAAM,CAAN,IAAY,oBAKX;AALD,WAAY,oBAAoB;IAC9B,WAAW;IACX,qCAAa,CAAA;IACb,YAAY;IACZ,uCAAe,CAAA;AACjB,CAAC,EALW,oBAAoB,KAApB,oBAAoB,QAK/B;AAYD,0EAA0E;AAC1E,MAAM,CAAN,IAAY,sBAKX;AALD,WAAY,sBAAsB;IAChC,WAAW;IACX,uCAAa,CAAA;IACb,YAAY;IACZ,yCAAe,CAAA;AACjB,CAAC,EALW,sBAAsB,KAAtB,sBAAsB,QAKjC;AAYD,mFAAmF;AACnF,MAAM,CAAN,IAAY,+BAGX;AAHD,WAAY,+BAA+B;IACzC,mBAAmB;IACnB,gEAA6B,CAAA;AAC/B,CAAC,EAHW,+BAA+B,KAA/B,+BAA+B,QAG1C;AAWD,sEAAsE;AACtE,MAAM,CAAN,IAAY,kBAOX;AAPD,WAAY,kBAAkB;IAC5B,gBAAgB;IAChB,6CAAuB,CAAA;IACvB,qBAAqB;IACrB,uDAAiC,CAAA;IACjC,sBAAsB;IACtB,yDAAmC,CAAA;AACrC,CAAC,EAPW,kBAAkB,KAAlB,kBAAkB,QAO7B;AAaD,sEAAsE;AACtE,MAAM,CAAN,IAAY,kBAKX;AALD,WAAY,kBAAkB;IAC5B,YAAY;IACZ,mCAAa,CAAA;IACb,eAAe;IACf,yCAAmB,CAAA;AACrB,CAAC,EALW,kBAAkB,KAAlB,kBAAkB,QAK7B;AAYD,mEAAmE;AACnE,MAAM,CAAN,IAAY,eASX;AATD,WAAY,eAAe;IACzB,cAAc;IACd,sCAAmB,CAAA;IACnB,yBAAyB;IACzB,4DAAyC,CAAA;IACzC,cAAc;IACd,sCAAmB,CAAA;IACnB,iBAAiB;IACjB,4CAAyB,CAAA;AAC3B,CAAC,EATW,eAAe,KAAf,eAAe,QAS1B;AAcD,wEAAwE;AACxE,MAAM,CAAN,IAAY,oBAOX;AAPD,WAAY,oBAAoB;IAC9B,WAAW;IACX,qCAAa,CAAA;IACb,aAAa;IACb,yCAAiB,CAAA;IACjB,cAAc;IACd,2CAAmB,CAAA;AACrB,CAAC,EAPW,oBAAoB,KAApB,oBAAoB,QAO/B;AAaD,oEAAoE;AACpE,MAAM,CAAN,IAAY,gBAeX;AAfD,WAAY,gBAAgB;IAC1B,YAAY;IACZ,mCAAe,CAAA;IACf,eAAe;IACf,yCAAqB,CAAA;IACrB,eAAe;IACf,yCAAqB,CAAA;IACrB,eAAe;IACf,yCAAqB,CAAA;IACrB,eAAe;IACf,yCAAqB,CAAA;IACrB,cAAc;IACd,uCAAmB,CAAA;IACnB,eAAe;IACf,yCAAqB,CAAA;AACvB,CAAC,EAfW,gBAAgB,KAAhB,gBAAgB,QAe3B;AAiBD,yEAAyE;AACzE,MAAM,CAAN,IAAY,qBAKX;AALD,WAAY,qBAAqB;IAC/B,cAAc;IACd,4CAAmB,CAAA;IACnB,eAAe;IACf,8CAAqB,CAAA;AACvB,CAAC,EALW,qBAAqB,KAArB,qBAAqB,QAKhC;AAYD,6EAA6E;AAC7E,MAAM,CAAN,IAAY,yBAOX;AAPD,WAAY,yBAAyB;IACnC,eAAe;IACf,kDAAqB,CAAA;IACrB,oBAAoB;IACpB,4DAA+B,CAAA;IAC/B,eAAe;IACf,kDAAqB,CAAA;AACvB,CAAC,EAPW,yBAAyB,KAAzB,yBAAyB,QAOpC;AAaD,8EAA8E;AAC9E,MAAM,CAAN,IAAY,0BAWX;AAXD,WAAY,0BAA0B;IACpC,iBAAiB;IACjB,uDAAyB,CAAA;IACzB,sBAAsB;IACtB,iEAAmC,CAAA;IACnC,cAAc;IACd,iDAAmB,CAAA;IACnB,kBAAkB;IAClB,yDAA2B,CAAA;IAC3B,sBAAsB;IACtB,iEAAmC,CAAA;AACrC,CAAC,EAXW,0BAA0B,KAA1B,0BAA0B,QAWrC;AAeD,+FAA+F;AAC/F,MAAM,CAAN,IAAY,2CAOX;AAPD,WAAY,2CAA2C;IACrD,cAAc;IACd,kEAAmB,CAAA;IACnB,eAAe;IACf,oEAAqB,CAAA;IACrB,eAAe;IACf,oEAAqB,CAAA;AACvB,CAAC,EAPW,2CAA2C,KAA3C,2CAA2C,QAOtD;AAaD,mGAAmG;AACnG,MAAM,CAAN,IAAY,+CASX;AATD,WAAY,+CAA+C;IACzD,gBAAgB;IAChB,0EAAuB,CAAA;IACvB,eAAe;IACf,wEAAqB,CAAA;IACrB,eAAe;IACf,wEAAqB,CAAA;IACrB,aAAa;IACb,oEAAiB,CAAA;AACnB,CAAC,EATW,+CAA+C,KAA/C,+CAA+C,QAS1D;AAcD,gFAAgF;AAChF,MAAM,CAAN,IAAY,4BAGX;AAHD,WAAY,4BAA4B;IACtC,gBAAgB;IAChB,uDAAuB,CAAA;AACzB,CAAC,EAHW,4BAA4B,KAA5B,4BAA4B,QAGvC;AAWD,qFAAqF;AACrF,MAAM,CAAN,IAAY,iCAGX;AAHD,WAAY,iCAAiC;IAC3C,cAAc;IACd,wDAAmB,CAAA;AACrB,CAAC,EAHW,iCAAiC,KAAjC,iCAAiC,QAG5C;AAWD,sFAAsF;AACtF,MAAM,CAAN,IAAY,kCAKX;AALD,WAAY,kCAAkC;IAC5C,cAAc;IACd,yDAAmB,CAAA;IACnB,eAAe;IACf,2DAAqB,CAAA;AACvB,CAAC,EALW,kCAAkC,KAAlC,kCAAkC,QAK7C;AAYD,kGAAkG;AAClG,MAAM,CAAN,IAAY,8CASX;AATD,WAAY,8CAA8C;IACxD,gBAAgB;IAChB,yEAAuB,CAAA;IACvB,eAAe;IACf,uEAAqB,CAAA;IACrB,eAAe;IACf,uEAAqB,CAAA;IACrB,aAAa;IACb,mEAAiB,CAAA;AACnB,CAAC,EATW,8CAA8C,KAA9C,8CAA8C,QASzD;AAcD,mEAAmE;AACnE,MAAM,CAAN,IAAY,eAKX;AALD,WAAY,eAAe;IACzB,8BAA8B;IAC9B,sEAAmD,CAAA;IACnD,gCAAgC;IAChC,0EAAuD,CAAA;AACzD,CAAC,EALW,eAAe,KAAf,eAAe,QAK1B;AAYD,wEAAwE;AACxE,MAAM,CAAN,IAAY,oBASX;AATD,WAAY,oBAAoB;IAC9B,yBAAyB;IACzB,iEAAyC,CAAA;IACzC,0BAA0B;IAC1B,mEAA2C,CAAA;IAC3C,sBAAsB;IACtB,2DAAmC,CAAA;IACnC,eAAe;IACf,6CAAqB,CAAA;AACvB,CAAC,EATW,oBAAoB,KAApB,oBAAoB,QAS/B;AAcD,yEAAyE;AACzE,MAAM,CAAN,IAAY,qBAaX;AAbD,WAAY,qBAAqB;IAC/B,gBAAgB;IAChB,gDAAuB,CAAA;IACvB,kBAAkB;IAClB,oDAA2B,CAAA;IAC3B,oBAAoB;IACpB,wDAA+B,CAAA;IAC/B,iBAAiB;IACjB,kDAAyB,CAAA;IACzB,gBAAgB;IAChB,gDAAuB,CAAA;IACvB,eAAe;IACf,8CAAqB,CAAA;AACvB,CAAC,EAbW,qBAAqB,KAArB,qBAAqB,QAahC;AAgBD,qFAAqF;AACrF,MAAM,CAAN,IAAY,iCASX;AATD,WAAY,iCAAiC;IAC3C,gBAAgB;IAChB,4DAAuB,CAAA;IACvB,eAAe;IACf,0DAAqB,CAAA;IACrB,eAAe;IACf,0DAAqB,CAAA;IACrB,aAAa;IACb,sDAAiB,CAAA;AACnB,CAAC,EATW,iCAAiC,KAAjC,iCAAiC,QAS5C","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 * as coreClient from \"@azure/core-client\";\n\nexport type BackupStoreDetailsUnion =\n | BackupStoreDetails\n | FullBackupStoreDetails;\nexport type OperationProgressResponseTypeUnion =\n | OperationProgressResponseType\n | BackupAndExportResponseType\n | ImportFromStorageResponseType;\n\n/** Common fields that are returned in the response for all Azure Resource Manager resources */\nexport interface Resource {\n /**\n * Fully qualified resource ID for the resource. E.g. \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The name of the resource\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The type of the resource. E.g. \"Microsoft.Compute/virtualMachines\" or \"Microsoft.Storage/storageAccounts\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * Azure Resource Manager metadata containing createdBy and modifiedBy information.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n}\n\n/** Metadata pertaining to creation and last modification of the resource. */\nexport interface SystemData {\n /** The identity that created the resource. */\n createdBy?: string;\n /** The type of identity that created the resource. */\n createdByType?: CreatedByType;\n /** The timestamp of resource creation (UTC). */\n createdAt?: Date;\n /** The identity that last modified the resource. */\n lastModifiedBy?: string;\n /** The type of identity that last modified the resource. */\n lastModifiedByType?: CreatedByType;\n /** The timestamp of resource last modification (UTC) */\n lastModifiedAt?: Date;\n}\n\n/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */\nexport interface ErrorResponse {\n /** The error object. */\n error?: ErrorDetail;\n}\n\n/** The error detail. */\nexport interface ErrorDetail {\n /**\n * The error code.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly code?: string;\n /**\n * The error message.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n /**\n * The error target.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly target?: string;\n /**\n * The error details.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly details?: ErrorDetail[];\n /**\n * The error additional info.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly additionalInfo?: ErrorAdditionalInfo[];\n}\n\n/** The resource management error additional info. */\nexport interface ErrorAdditionalInfo {\n /**\n * The additional info type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * The additional info.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly info?: Record<string, unknown>;\n}\n\n/** A List of azure ad administrators. */\nexport interface AdministratorListResult {\n /** The list of azure ad administrator of a server */\n value?: AzureADAdministrator[];\n /** The link used to get the next page of operations. */\n nextLink?: string;\n}\n\n/** A list of server backups. */\nexport interface ServerBackupListResult {\n /** The list of backups of a server. */\n value?: ServerBackup[];\n /** The link used to get the next page of operations. */\n nextLink?: string;\n}\n\n/** Details about the target where the backup content will be stored. */\nexport interface BackupStoreDetails {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n objectType: \"FullBackupStoreDetails\";\n}\n\n/** BackupRequestBase is the base for all backup request. */\nexport interface BackupRequestBase {\n /** Backup Settings */\n backupSettings: BackupSettings;\n}\n\n/** Backup Settings */\nexport interface BackupSettings {\n /** The name of the backup. */\n backupName: string;\n /** Backup Format for the current backup. (CollatedFormat is INTERNAL – DO NOT USE) */\n backupFormat?: BackupFormat;\n}\n\n/** Represents ValidateBackup API Response */\nexport interface ValidateBackupResponse {\n /** Estimated no of storage containers required for resource data to be backed up. */\n numberOfContainers?: number;\n}\n\n/** A list of server backups. */\nexport interface ServerBackupV2ListResult {\n /** The list of backups of a server. */\n value?: ServerBackupV2[];\n /** The link used to get the next page of operations. */\n nextLink?: string;\n}\n\n/** A list of server configurations to update. */\nexport interface ConfigurationListForBatchUpdate {\n /** The list of server configurations. */\n value?: ConfigurationForBatchUpdate[];\n /** Whether to reset all server parameters to default. */\n resetAllToDefault?: ResetAllToDefault;\n}\n\n/** Represents a Configuration. */\nexport interface ConfigurationForBatchUpdate {\n /** Name of the configuration. */\n name?: string;\n /** Value of the configuration. */\n value?: string;\n /** Source of the configuration. */\n source?: string;\n}\n\n/** A list of server configurations. */\nexport interface ConfigurationListResult {\n /** The list of server configurations. */\n value?: Configuration[];\n /** The link used to get the next page of operations. */\n nextLink?: string;\n}\n\n/** A List of databases. */\nexport interface DatabaseListResult {\n /** The list of databases housed in a server */\n value?: Database[];\n /** The link used to get the next page of operations. */\n nextLink?: string;\n}\n\n/** A list of firewall rules. */\nexport interface FirewallRuleListResult {\n /** The list of firewall rules in a server. */\n value?: FirewallRule[];\n /** The link used to get the next page of operations. */\n nextLink?: string;\n}\n\n/** Properties to configure Identity for Bring your Own Keys */\nexport interface MySQLServerIdentity {\n /**\n * ObjectId from the KeyVault\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly principalId?: string;\n /**\n * TenantId from the KeyVault\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly tenantId?: string;\n /** Type of managed service identity. */\n type?: ManagedServiceIdentityType;\n /** Metadata of user assigned identity. */\n userAssignedIdentities?: { [propertyName: string]: Record<string, unknown> };\n}\n\n/** Billing information related properties of a server. */\nexport interface MySQLServerSku {\n /** The name of the sku, e.g. Standard_D32s_v3. */\n name: string;\n /** The tier of the particular SKU, e.g. GeneralPurpose. */\n tier: ServerSkuTier;\n}\n\n/** The date encryption for cmk. */\nexport interface DataEncryption {\n /** Primary user identity resource id */\n primaryUserAssignedIdentityId?: string;\n /** Primary key uri */\n primaryKeyURI?: string;\n /** Geo backup user identity resource id as identity can't cross region, need identity in same region as geo backup */\n geoBackupUserAssignedIdentityId?: string;\n /** Geo backup key uri as key vault can't cross region, need cmk in same region as geo backup */\n geoBackupKeyURI?: string;\n /** The key type, AzureKeyVault for enable cmk, SystemManaged for disable cmk. */\n type?: DataEncryptionType;\n}\n\n/** Storage Profile properties of a server */\nexport interface Storage {\n /** Max storage size allowed for a server. */\n storageSizeGB?: number;\n /** Storage IOPS for a server. */\n iops?: number;\n /** Enable Storage Auto Grow or not. */\n autoGrow?: EnableStatusEnum;\n /** Enable Log On Disk or not. */\n logOnDisk?: EnableStatusEnum;\n /**\n * The sku name of the server storage.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly storageSku?: string;\n /** Enable IO Auto Scaling or not. */\n autoIoScaling?: EnableStatusEnum;\n}\n\n/** Storage Profile properties of a server */\nexport interface Backup {\n /** Backup retention days for the server. */\n backupRetentionDays?: number;\n /** Backup interval hours for the server. */\n backupIntervalHours?: number;\n /** Whether or not geo redundant backup is enabled. */\n geoRedundantBackup?: EnableStatusEnum;\n /**\n * Earliest restore point creation time (ISO8601 format)\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly earliestRestoreDate?: Date;\n}\n\n/** High availability properties of a server */\nexport interface HighAvailability {\n /** High availability mode for a server. */\n mode?: HighAvailabilityMode;\n /**\n * The state of server high availability.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly state?: HighAvailabilityState;\n /** Availability zone of the standby server. */\n standbyAvailabilityZone?: string;\n}\n\n/** Network related properties of a server */\nexport interface Network {\n /** Whether or not public network access is allowed for this server. Value is 'Disabled' when server has VNet integration. */\n publicNetworkAccess?: EnableStatusEnum;\n /** Delegated subnet resource id used to setup vnet for a server. */\n delegatedSubnetResourceId?: string;\n /** Private DNS zone resource id. */\n privateDnsZoneResourceId?: string;\n}\n\n/** The private endpoint resource. */\nexport interface PrivateEndpoint {\n /**\n * The ARM identifier for private endpoint.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n}\n\n/** A collection of information about the state of the connection between service consumer and provider. */\nexport interface PrivateLinkServiceConnectionState {\n /** Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service. */\n status?: PrivateEndpointServiceConnectionStatus;\n /** The reason for approval/rejection of the connection. */\n description?: string;\n /** A message indicating if changes on the service provider require any updates on the consumer. */\n actionsRequired?: string;\n}\n\n/** Maintenance window of a server. */\nexport interface MaintenanceWindow {\n /** indicates whether custom window is enabled or disabled */\n customWindow?: string;\n /** start hour for maintenance window */\n startHour?: number;\n /** start minute for maintenance window */\n startMinute?: number;\n /** day of week for maintenance window */\n dayOfWeek?: number;\n}\n\n/** Import source related properties. */\nexport interface ImportSourceProperties {\n /** Storage type of import source. */\n storageType?: ImportSourceStorageType;\n /** Uri of the import source storage. */\n storageUrl?: string;\n /** Sas token for accessing source storage. Read and list permissions are required for sas token. */\n sasToken?: string;\n /** Relative path of data directory in storage. */\n dataDirPath?: string;\n}\n\n/** Parameters allowed to update for a server. */\nexport interface ServerForUpdate {\n /** The cmk identity for the server. */\n identity?: MySQLServerIdentity;\n /** The SKU (pricing tier) of the server. */\n sku?: MySQLServerSku;\n /** Application-specific metadata in the form of key-value pairs. */\n tags?: { [propertyName: string]: string };\n /**\n * The password of the administrator login.\n * This value contains a credential. Consider obscuring before showing to users\n */\n administratorLoginPassword?: string;\n /** Server version. */\n version?: ServerVersion;\n /** Storage related properties of a server. */\n storage?: Storage;\n /** Backup related properties of a server. */\n backup?: Backup;\n /** High availability related properties of a server. */\n highAvailability?: HighAvailability;\n /** Maintenance window of a server. */\n maintenanceWindow?: MaintenanceWindow;\n /** The replication role of the server. */\n replicationRole?: ReplicationRole;\n /** The Data Encryption for CMK. */\n dataEncryption?: DataEncryption;\n /** Network related properties of a server */\n network?: Network;\n}\n\n/** A list of servers. */\nexport interface ServerListResult {\n /** The list of servers */\n value?: Server[];\n /** The link used to get the next page of operations. */\n nextLink?: string;\n}\n\n/** High availability validation properties of a server */\nexport interface HighAvailabilityValidationEstimation {\n /**\n * Estimated seconds of downtime for the deployment.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly estimatedDowntime?: number;\n /**\n * Scheduled Availability zone of the standby server.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly scheduledStandbyAvailabilityZone?: string;\n /** Expected Availability zone of the standby server. */\n expectedStandbyAvailabilityZone?: string;\n}\n\n/** Server restart parameters. */\nexport interface ServerRestartParameter {\n /** Whether or not failover to standby server when restarting a server with high availability enabled. */\n restartWithFailover?: EnableStatusEnum;\n /** The maximum allowed failover time in seconds. */\n maxFailoverSeconds?: number;\n}\n\n/** Server Gtid set parameters. */\nexport interface ServerGtidSetParameter {\n /** The Gtid set of server. */\n gtidSet?: string;\n}\n\n/** Parameters allowed to update advanced threat protection for a server. */\nexport interface AdvancedThreatProtectionForUpdate {\n /** Specifies the state of the Advanced Threat Protection, whether it is enabled or disabled or a state has not been applied yet on the specific database or server. */\n state?: AdvancedThreatProtectionState;\n}\n\n/** A list of the server's Advanced Threat Protection configurations. */\nexport interface AdvancedThreatProtectionListResult {\n /**\n * Array of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: AdvancedThreatProtection[];\n /**\n * Link to retrieve next page of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** A List of logFiles. */\nexport interface LogFileListResult {\n /** The list of logFiles in a server */\n value?: LogFile[];\n /** The link used to get the next page of operations. */\n nextLink?: string;\n}\n\n/** location capability */\nexport interface CapabilitiesListResult {\n /**\n * A list of supported capabilities.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: CapabilityProperties[];\n /**\n * Link to retrieve next page of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Location capabilities. */\nexport interface CapabilityProperties {\n /**\n * zone name\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly zone?: string;\n /**\n * Supported high availability mode\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly supportedHAMode?: string[];\n /**\n * supported geo backup regions\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly supportedGeoBackupRegions?: string[];\n /**\n * A list of supported flexible server editions.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly supportedFlexibleServerEditions?: ServerEditionCapability[];\n}\n\n/** Server edition capabilities. */\nexport interface ServerEditionCapability {\n /**\n * Server edition name\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * A list of supported storage editions\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly supportedStorageEditions?: StorageEditionCapability[];\n /**\n * A list of supported server versions.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly supportedServerVersions?: ServerVersionCapability[];\n}\n\n/** storage edition capability */\nexport interface StorageEditionCapability {\n /**\n * storage edition name\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The minimal supported storage size.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly minStorageSize?: number;\n /**\n * The maximum supported storage size.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly maxStorageSize?: number;\n /**\n * Minimal backup retention days\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly minBackupRetentionDays?: number;\n /**\n * Maximum backup retention days\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly maxBackupRetentionDays?: number;\n /**\n * Minimal backup interval hours\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly minBackupIntervalHours?: number;\n /**\n * Maximum backup interval hours\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly maxBackupIntervalHours?: number;\n}\n\n/** Server version capabilities. */\nexport interface ServerVersionCapability {\n /**\n * server version\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * A list of supported Skus\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly supportedSkus?: SkuCapability[];\n}\n\n/** Sku capability */\nexport interface SkuCapability {\n /**\n * vCore name\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * supported vCores\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly vCores?: number;\n /**\n * supported IOPS\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly supportedIops?: number;\n /**\n * supported memory per vCore in MB\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly supportedMemoryPerVCoreMB?: number;\n}\n\n/** location capability set */\nexport interface CapabilitySetsList {\n /**\n * A list of supported capability sets.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: Capability[];\n /**\n * Link to retrieve next page of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Server edition capabilities. */\nexport interface ServerEditionCapabilityV2 {\n /**\n * Server edition name\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Default Sku name\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly defaultSku?: string;\n /**\n * Default storage size\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly defaultStorageSize?: number;\n /**\n * A list of supported storage editions\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly supportedStorageEditions?: StorageEditionCapability[];\n /**\n * A list of supported Skus\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly supportedSkus?: SkuCapabilityV2[];\n}\n\n/** Sku capability */\nexport interface SkuCapabilityV2 {\n /**\n * vCore name\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * supported vCores\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly vCores?: number;\n /**\n * supported IOPS\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly supportedIops?: number;\n /**\n * supported memory per vCore in MB\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly supportedMemoryPerVCoreMB?: number;\n /**\n * Supported zones\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly supportedZones?: string[];\n /**\n * Supported high availability mode\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly supportedHAMode?: string[];\n}\n\n/** Server version capabilities. */\nexport interface ServerVersionCapabilityV2 {\n /**\n * server version\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n}\n\n/** Virtual network subnet usage parameter */\nexport interface VirtualNetworkSubnetUsageParameter {\n /** Virtual network resource id. */\n virtualNetworkResourceId?: string;\n}\n\n/** Virtual network subnet usage data. */\nexport interface VirtualNetworkSubnetUsageResult {\n /**\n * The location name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly location?: string;\n /**\n * The subscription id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly subscriptionId?: string;\n /**\n * A list of delegated subnet usage\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly delegatedSubnetsUsage?: DelegatedSubnetUsage[];\n}\n\n/** Delegated subnet usage data. */\nexport interface DelegatedSubnetUsage {\n /**\n * name of the subnet\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly subnetName?: string;\n /**\n * Number of used delegated subnets\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly usage?: number;\n}\n\n/** Request from client to check resource name availability. */\nexport interface NameAvailabilityRequest {\n /** Resource name to verify. */\n name: string;\n /** Resource type used for verification. */\n type?: string;\n}\n\n/** Represents a resource name availability. */\nexport interface NameAvailability {\n /** Error Message. */\n message?: string;\n /** Indicates whether the resource name is available. */\n nameAvailable?: boolean;\n /** Reason for name being unavailable. */\n reason?: string;\n}\n\n/** The current status of an async operation. */\nexport interface OperationStatusResult {\n /** Fully qualified ID for the async operation. */\n id?: string;\n /**\n * Fully qualified ID of the resource against which the original async operation was started.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resourceId?: string;\n /** Name of the async operation. */\n name?: string;\n /** Operation status. */\n status: string;\n /** Percent of the operation that is complete. */\n percentComplete?: number;\n /** The start time of the operation. */\n startTime?: Date;\n /** The end time of the operation. */\n endTime?: Date;\n /** The operations list. */\n operations?: OperationStatusResult[];\n /** If present, details of the operation error. */\n error?: ErrorDetail;\n}\n\n/** Represents the response properties specific to the operation */\nexport interface OperationProgressResponseType {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n objectType: \"BackupAndExportResponse\" | \"ImportFromStorageResponse\";\n}\n\n/** The response of get private dns zone suffix. */\nexport interface GetPrivateDnsZoneSuffixResponse {\n /** Represents the private DNS zone suffix. */\n privateDnsZoneSuffix?: string;\n}\n\n/** A list of resource provider operations. */\nexport interface OperationListResult {\n /** Collection of available operation details */\n value?: Operation[];\n /** URL client should use to fetch the next page (per server side paging). */\n nextLink?: string;\n}\n\n/** REST API operation definition. */\nexport interface Operation {\n /** The name of the operation being performed on this particular object. */\n name?: string;\n /** The localized display information for this particular operation or action. */\n display?: OperationDisplay;\n /** The intended executor of the operation. */\n origin?: string;\n /** Additional descriptions for the operation. */\n properties?: { [propertyName: string]: Record<string, unknown> };\n}\n\n/** Display metadata associated with the operation. */\nexport interface OperationDisplay {\n /** Operation resource provider name. */\n provider?: string;\n /** Resource on which the operation is performed. */\n resource?: string;\n /** Localized friendly name for the operation. */\n operation?: string;\n /** Operation description. */\n description?: string;\n}\n\n/** Represents a maintenance update parameter. */\nexport interface MaintenanceUpdate {\n /** The start time for a maintenance. */\n maintenanceStartTime?: Date;\n}\n\n/** A list of maintenances. */\nexport interface MaintenanceListResult {\n /** The list of maintenances in a server. */\n value?: Maintenance[];\n /** The link used to get the next page of operations. */\n nextLink?: string;\n}\n\n/** Metadata of user assigned identity. */\nexport interface UserAssignedIdentity {\n /**\n * Principal Id of user assigned identity\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly principalId?: string;\n /**\n * Client Id of user assigned identity\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly clientId?: string;\n}\n\n/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */\nexport interface ProxyResource extends Resource {}\n\n/** The private endpoint connection resource. */\nexport interface PrivateEndpointConnection extends Resource {\n /**\n * The group ids for the private endpoint resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly groupIds?: string[];\n /** The private endpoint resource. */\n privateEndpoint?: PrivateEndpoint;\n /** A collection of information about the state of the connection between service consumer and provider. */\n privateLinkServiceConnectionState?: PrivateLinkServiceConnectionState;\n /**\n * The provisioning state of the private endpoint connection resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: PrivateEndpointConnectionProvisioningState;\n}\n\n/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */\nexport interface TrackedResource extends Resource {\n /** Resource tags. */\n tags?: { [propertyName: string]: string };\n /** The geo-location where the resource lives */\n location: string;\n}\n\n/** Represents BackupAndExport API Response */\nexport interface BackupAndExportResponse extends ProxyResource, ErrorResponse {\n /** The operation status */\n status?: OperationStatus;\n /** Start time */\n startTime?: Date;\n /** End time */\n endTime?: Date;\n /** Operation progress (0-100). */\n percentComplete?: number;\n /** Size of datasource in bytes */\n datasourceSizeInBytes?: number;\n /** Data transferred in bytes */\n dataTransferredInBytes?: number;\n /** Metadata related to backup to be stored for restoring resource in key-value pairs. */\n backupMetadata?: string;\n}\n\n/** FullBackupStoreDetails is used for scenarios where backup data is streamed/copied over to a storage destination. */\nexport interface FullBackupStoreDetails extends BackupStoreDetails {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n objectType: \"FullBackupStoreDetails\";\n /** SASUriList of storage containers where backup data is to be streamed/copied. */\n sasUriList: string[];\n}\n\n/** BackupAndExport API Request */\nexport interface BackupAndExportRequest extends BackupRequestBase {\n /** Backup Target Store Details */\n targetDetails: BackupStoreDetailsUnion;\n}\n\n/** Represents Operation Results API Response */\nexport interface OperationStatusExtendedResult extends OperationStatusResult {\n /** The extended properties of Operation Results */\n properties?: { [propertyName: string]: any };\n}\n\n/** Represents Operation Results API Response */\nexport interface OperationProgressResult extends OperationStatusResult {\n /** Identifies the type of source operation */\n objectType?: ObjectType;\n}\n\n/** BackupAndExport Response Properties */\nexport interface BackupAndExportResponseType\n extends OperationProgressResponseType {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n objectType: \"BackupAndExportResponse\";\n /** Size of datasource in bytes */\n datasourceSizeInBytes?: number;\n /** Data transferred in bytes */\n dataTransferredInBytes?: number;\n /** Metadata related to backup to be stored for restoring resource in key-value pairs. */\n backupMetadata?: string;\n}\n\n/** ImportFromStorage Response Properties */\nexport interface ImportFromStorageResponseType\n extends OperationProgressResponseType {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n objectType: \"ImportFromStorageResponse\";\n /** The estimated time of operation completion. */\n estimatedCompletionTime?: Date;\n}\n\n/** Represents a Administrator. */\nexport interface AzureADAdministrator extends ProxyResource {\n /** Type of the sever administrator. */\n administratorType?: AdministratorType;\n /** Login name of the server administrator. */\n login?: string;\n /** SID (object ID) of the server administrator. */\n sid?: string;\n /** Tenant ID of the administrator. */\n tenantId?: string;\n /** The resource id of the identity used for AAD Authentication. */\n identityResourceId?: string;\n}\n\n/** Server backup properties */\nexport interface ServerBackup extends ProxyResource {\n /** Backup type. */\n backupType?: string;\n /** Backup completed time (ISO8601 format). */\n completedTime?: Date;\n /** Backup source */\n source?: string;\n}\n\n/** Server backup properties */\nexport interface ServerBackupV2 extends ProxyResource {\n /** Backup name */\n backupNameV2?: string;\n backupType?: BackupType;\n /** Backup completed time (ISO8601 format). */\n completedTime?: Date;\n /** Backup source */\n source?: string;\n /**\n * The provisioning state of backup resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n}\n\n/** Represents a Configuration. */\nexport interface Configuration extends ProxyResource {\n /** Value of the configuration. */\n value?: string;\n /** Current value of the configuration. */\n currentValue?: string;\n /**\n * Description of the configuration.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly description?: string;\n /**\n * The link used to get the document from community or Azure site.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly documentationLink?: string;\n /**\n * Default value of the configuration.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly defaultValue?: string;\n /**\n * Data type of the configuration.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly dataType?: string;\n /**\n * Allowed values of the configuration.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly allowedValues?: string;\n /** Source of the configuration. */\n source?: ConfigurationSource;\n /**\n * If is the configuration read only.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isReadOnly?: IsReadOnly;\n /**\n * If is the configuration pending restart or not.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isConfigPendingRestart?: IsConfigPendingRestart;\n /**\n * If is the configuration dynamic.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isDynamicConfig?: IsDynamicConfig;\n}\n\n/** Represents a Database. */\nexport interface Database extends ProxyResource {\n /** The charset of the database. */\n charset?: string;\n /** The collation of the database. */\n collation?: string;\n}\n\n/** Represents a server firewall rule. */\nexport interface FirewallRule extends ProxyResource {\n /** The start IP address of the server firewall rule. Must be IPv4 format. */\n startIpAddress: string;\n /** The end IP address of the server firewall rule. Must be IPv4 format. */\n endIpAddress: string;\n}\n\n/** A server's Advanced Threat Protection. */\nexport interface AdvancedThreatProtection extends ProxyResource {\n /**\n * Specifies the UTC creation time of the policy.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly creationTime?: Date;\n /** Specifies the state of the Advanced Threat Protection, whether it is enabled or disabled or a state has not been applied yet on the specific database or server. */\n state?: AdvancedThreatProtectionState;\n /**\n * Provisioning state of the Threat Protection.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: AdvancedThreatProtectionProvisioningState;\n}\n\n/** Represents a logFile. */\nexport interface LogFile extends ProxyResource {\n /** The size in kb of the logFile. */\n sizeInKB?: number;\n /** Creation timestamp of the log file. */\n createdTime?: Date;\n /** Type of the log file. */\n typePropertiesType?: string;\n /** Last modified timestamp of the log file. */\n lastModifiedTime?: Date;\n /** The url to download the log file from. */\n url?: string;\n}\n\n/** Represents a location capability set. */\nexport interface Capability extends ProxyResource {\n /**\n * supported geo backup regions\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly supportedGeoBackupRegions?: string[];\n /**\n * A list of supported flexible server editions.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly supportedFlexibleServerEditions?: ServerEditionCapabilityV2[];\n /**\n * A list of supported server versions.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly supportedServerVersions?: ServerVersionCapabilityV2[];\n}\n\n/** Represents a maintenance. */\nexport interface Maintenance extends ProxyResource {\n /**\n * A string defines maintenance type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly maintenanceType?: MaintenanceType;\n /**\n * A string describes the maintenance status\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly maintenanceState?: MaintenanceState;\n /** The start time for a maintenance. */\n maintenanceStartTime?: Date;\n /**\n * The end time for a maintenance.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly maintenanceEndTime?: Date;\n /**\n * The start time for a maintenance execution.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly maintenanceExecutionStartTime?: Date;\n /**\n * The end time for a maintenance execution.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly maintenanceExecutionEndTime?: Date;\n /**\n * The min time the maintenance can be rescheduled.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly maintenanceAvailableScheduleMinTime?: Date;\n /**\n * The max time the maintenance can be rescheduled.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly maintenanceAvailableScheduleMaxTime?: Date;\n /**\n * The maintenance title.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly maintenanceTitle?: string;\n /**\n * The maintenance description.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly maintenanceDescription?: string;\n /**\n * Provisioning state of the Maintenance.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: MaintenanceProvisioningState;\n}\n\n/** Server backup properties */\nexport interface Provisioning extends ProxyResource {\n /**\n * The provisioning state of backup resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n}\n\n/** Represents a server. */\nexport interface Server extends TrackedResource {\n /** The cmk identity for the server. */\n identity?: MySQLServerIdentity;\n /** The SKU (pricing tier) of the server. */\n sku?: MySQLServerSku;\n /** The administrator's login name of a server. Can only be specified when the server is being created (and is required for creation). */\n administratorLogin?: string;\n /**\n * The password of the administrator login (required for server creation).\n * This value contains a credential. Consider obscuring before showing to users\n */\n administratorLoginPassword?: string;\n /** Server version. */\n version?: ServerVersion;\n /** availability Zone information of the server. */\n availabilityZone?: string;\n /** The mode to create a new MySQL server. */\n createMode?: CreateMode;\n /** The source MySQL server id. */\n sourceServerResourceId?: string;\n /** Restore point creation time (ISO8601 format), specifying the time to restore from. */\n restorePointInTime?: Date;\n /** The replication role. */\n replicationRole?: ReplicationRole;\n /**\n * The maximum number of replicas that a primary server can have.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly replicaCapacity?: number;\n /** The Data Encryption for CMK. */\n dataEncryption?: DataEncryption;\n /**\n * The state of a server.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly state?: ServerState;\n /**\n * The fully qualified domain name of a server.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly fullyQualifiedDomainName?: string;\n /** Storage related properties of a server. */\n storage?: Storage;\n /** Backup related properties of a server. */\n backup?: Backup;\n /** High availability related properties of a server. */\n highAvailability?: HighAvailability;\n /** Network related properties of a server. */\n network?: Network;\n /**\n * PrivateEndpointConnections related properties of a server.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly privateEndpointConnections?: PrivateEndpointConnection[];\n /** Maintenance window of a server. */\n maintenanceWindow?: MaintenanceWindow;\n /** Source properties for import from storage. */\n importSourceProperties?: ImportSourceProperties;\n}\n\n/** Defines headers for BackupAndExport_create operation. */\nexport interface BackupAndExportCreateHeaders {\n /** URL to retrieve the final result after operation completes. */\n location?: string;\n /** URL to query for status of the operation. */\n azureAsyncOperation?: string;\n}\n\n/** Defines headers for LongRunningBackup_create operation. */\nexport interface LongRunningBackupCreateHeaders {\n /** URL to retrieve the final result after operation completes. */\n location?: string;\n /** URL to query for status of the operation. */\n azureAsyncOperation?: string;\n}\n\n/** Defines headers for Configurations_createOrUpdate operation. */\nexport interface ConfigurationsCreateOrUpdateHeaders {\n location?: string;\n}\n\n/** Defines headers for Servers_create operation. */\nexport interface ServersCreateHeaders {\n location?: string;\n}\n\n/** Defines headers for Servers_update operation. */\nexport interface ServersUpdateHeaders {\n location?: string;\n}\n\n/** Defines headers for Servers_delete operation. */\nexport interface ServersDeleteHeaders {\n location?: string;\n}\n\n/** Defines headers for Servers_failover operation. */\nexport interface ServersFailoverHeaders {\n location?: string;\n}\n\n/** Defines headers for Servers_restart operation. */\nexport interface ServersRestartHeaders {\n location?: string;\n}\n\n/** Defines headers for Servers_start operation. */\nexport interface ServersStartHeaders {\n location?: string;\n}\n\n/** Defines headers for Servers_stop operation. */\nexport interface ServersStopHeaders {\n location?: string;\n}\n\n/** Defines headers for Servers_resetGtid operation. */\nexport interface ServersResetGtidHeaders {\n location?: string;\n}\n\n/** Defines headers for ServersMigration_cutoverMigration operation. */\nexport interface ServersMigrationCutoverMigrationHeaders {\n /** URL to retrieve the final result after operation completes. */\n location?: string;\n /** URL to query for status of the operation. */\n azureAsyncOperation?: string;\n}\n\n/** Defines headers for AdvancedThreatProtectionSettings_update operation. */\nexport interface AdvancedThreatProtectionSettingsUpdateHeaders {\n /** URL to retrieve the final result after operation completes. */\n location?: string;\n /** URL to query for status of the operation. */\n azureAsyncOperation?: string;\n}\n\n/** Defines headers for AdvancedThreatProtectionSettings_updatePut operation. */\nexport interface AdvancedThreatProtectionSettingsUpdatePutHeaders {\n /** URL to retrieve the final result after operation completes. */\n location?: string;\n /** URL to query for status of the operation. */\n azureAsyncOperation?: string;\n}\n\n/** Defines headers for Maintenances_update operation. */\nexport interface MaintenancesUpdateHeaders {\n location?: string;\n}\n\n/** Known values of {@link AdministratorName} that the service accepts. */\nexport enum KnownAdministratorName {\n /** ActiveDirectory */\n ActiveDirectory = \"ActiveDirectory\",\n}\n\n/**\n * Defines values for AdministratorName. \\\n * {@link KnownAdministratorName} can be used interchangeably with AdministratorName,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **ActiveDirectory**\n */\nexport type AdministratorName = string;\n\n/** Known values of {@link AdministratorType} that the service accepts. */\nexport enum KnownAdministratorType {\n /** ActiveDirectory */\n ActiveDirectory = \"ActiveDirectory\",\n}\n\n/**\n * Defines values for AdministratorType. \\\n * {@link KnownAdministratorType} can be used interchangeably with AdministratorType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **ActiveDirectory**\n */\nexport type AdministratorType = string;\n\n/** Known values of {@link CreatedByType} that the service accepts. */\nexport enum KnownCreatedByType {\n /** User */\n User = \"User\",\n /** Application */\n Application = \"Application\",\n /** ManagedIdentity */\n ManagedIdentity = \"ManagedIdentity\",\n /** Key */\n Key = \"Key\",\n}\n\n/**\n * Defines values for CreatedByType. \\\n * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **User** \\\n * **Application** \\\n * **ManagedIdentity** \\\n * **Key**\n */\nexport type CreatedByType = string;\n\n/** Known values of {@link BackupFormat} that the service accepts. */\nexport enum KnownBackupFormat {\n /** CollatedFormat */\n CollatedFormat = \"CollatedFormat\",\n /** Raw */\n Raw = \"Raw\",\n}\n\n/**\n * Defines values for BackupFormat. \\\n * {@link KnownBackupFormat} can be used interchangeably with BackupFormat,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **CollatedFormat** \\\n * **Raw**\n */\nexport type BackupFormat = string;\n\n/** Known values of {@link BackupType} that the service accepts. */\nexport enum KnownBackupType {\n /** Full */\n Full = \"FULL\",\n}\n\n/**\n * Defines values for BackupType. \\\n * {@link KnownBackupType} can be used interchangeably with BackupType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **FULL**\n */\nexport type BackupType = string;\n\n/** Known values of {@link ProvisioningState} that the service accepts. */\nexport enum KnownProvisioningState {\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Creating */\n Creating = \"Creating\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Failed */\n Failed = \"Failed\",\n /** Canceled */\n Canceled = \"Canceled\",\n}\n\n/**\n * Defines values for ProvisioningState. \\\n * {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded** \\\n * **Creating** \\\n * **Deleting** \\\n * **Failed** \\\n * **Canceled**\n */\nexport type ProvisioningState = string;\n\n/** Known values of {@link ConfigurationSource} that the service accepts. */\nexport enum KnownConfigurationSource {\n /** SystemDefault */\n SystemDefault = \"system-default\",\n /** UserOverride */\n UserOverride = \"user-override\",\n}\n\n/**\n * Defines values for ConfigurationSource. \\\n * {@link KnownConfigurationSource} can be used interchangeably with ConfigurationSource,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **system-default** \\\n * **user-override**\n */\nexport type ConfigurationSource = string;\n\n/** Known values of {@link IsReadOnly} that the service accepts. */\nexport enum KnownIsReadOnly {\n /** True */\n True = \"True\",\n /** False */\n False = \"False\",\n}\n\n/**\n * Defines values for IsReadOnly. \\\n * {@link KnownIsReadOnly} can be used interchangeably with IsReadOnly,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **True** \\\n * **False**\n */\nexport type IsReadOnly = string;\n\n/** Known values of {@link IsConfigPendingRestart} that the service accepts. */\nexport enum KnownIsConfigPendingRestart {\n /** True */\n True = \"True\",\n /** False */\n False = \"False\",\n}\n\n/**\n * Defines values for IsConfigPendingRestart. \\\n * {@link KnownIsConfigPendingRestart} can be used interchangeably with IsConfigPendingRestart,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **True** \\\n * **False**\n */\nexport type IsConfigPendingRestart = string;\n\n/** Known values of {@link IsDynamicConfig} that the service accepts. */\nexport enum KnownIsDynamicConfig {\n /** True */\n True = \"True\",\n /** False */\n False = \"False\",\n}\n\n/**\n * Defines values for IsDynamicConfig. \\\n * {@link KnownIsDynamicConfig} can be used interchangeably with IsDynamicConfig,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **True** \\\n * **False**\n */\nexport type IsDynamicConfig = string;\n\n/** Known values of {@link ResetAllToDefault} that the service accepts. */\nexport enum KnownResetAllToDefault {\n /** True */\n True = \"True\",\n /** False */\n False = \"False\",\n}\n\n/**\n * Defines values for ResetAllToDefault. \\\n * {@link KnownResetAllToDefault} can be used interchangeably with ResetAllToDefault,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **True** \\\n * **False**\n */\nexport type ResetAllToDefault = string;\n\n/** Known values of {@link ManagedServiceIdentityType} that the service accepts. */\nexport enum KnownManagedServiceIdentityType {\n /** UserAssigned */\n UserAssigned = \"UserAssigned\",\n}\n\n/**\n * Defines values for ManagedServiceIdentityType. \\\n * {@link KnownManagedServiceIdentityType} can be used interchangeably with ManagedServiceIdentityType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **UserAssigned**\n */\nexport type ManagedServiceIdentityType = string;\n\n/** Known values of {@link ServerSkuTier} that the service accepts. */\nexport enum KnownServerSkuTier {\n /** Burstable */\n Burstable = \"Burstable\",\n /** GeneralPurpose */\n GeneralPurpose = \"GeneralPurpose\",\n /** MemoryOptimized */\n MemoryOptimized = \"MemoryOptimized\",\n}\n\n/**\n * Defines values for ServerSkuTier. \\\n * {@link KnownServerSkuTier} can be used interchangeably with ServerSkuTier,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Burstable** \\\n * **GeneralPurpose** \\\n * **MemoryOptimized**\n */\nexport type ServerSkuTier = string;\n\n/** Known values of {@link ServerVersion} that the service accepts. */\nexport enum KnownServerVersion {\n /** Five7 */\n Five7 = \"5.7\",\n /** Eight021 */\n Eight021 = \"8.0.21\",\n}\n\n/**\n * Defines values for ServerVersion. \\\n * {@link KnownServerVersion} can be used interchangeably with ServerVersion,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **5.7** \\\n * **8.0.21**\n */\nexport type ServerVersion = string;\n\n/** Known values of {@link CreateMode} that the service accepts. */\nexport enum KnownCreateMode {\n /** Default */\n Default = \"Default\",\n /** PointInTimeRestore */\n PointInTimeRestore = \"PointInTimeRestore\",\n /** Replica */\n Replica = \"Replica\",\n /** GeoRestore */\n GeoRestore = \"GeoRestore\",\n}\n\n/**\n * Defines values for CreateMode. \\\n * {@link KnownCreateMode} can be used interchangeably with CreateMode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Default** \\\n * **PointInTimeRestore** \\\n * **Replica** \\\n * **GeoRestore**\n */\nexport type CreateMode = string;\n\n/** Known values of {@link ReplicationRole} that the service accepts. */\nexport enum KnownReplicationRole {\n /** None */\n None = \"None\",\n /** Source */\n Source = \"Source\",\n /** Replica */\n Replica = \"Replica\",\n}\n\n/**\n * Defines values for ReplicationRole. \\\n * {@link KnownReplicationRole} can be used interchangeably with ReplicationRole,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None** \\\n * **Source** \\\n * **Replica**\n */\nexport type ReplicationRole = string;\n\n/** Known values of {@link ServerState} that the service accepts. */\nexport enum KnownServerState {\n /** Ready */\n Ready = \"Ready\",\n /** Dropping */\n Dropping = \"Dropping\",\n /** Disabled */\n Disabled = \"Disabled\",\n /** Starting */\n Starting = \"Starting\",\n /** Stopping */\n Stopping = \"Stopping\",\n /** Stopped */\n Stopped = \"Stopped\",\n /** Updating */\n Updating = \"Updating\",\n}\n\n/**\n * Defines values for ServerState. \\\n * {@link KnownServerState} can be used interchangeably with ServerState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Ready** \\\n * **Dropping** \\\n * **Disabled** \\\n * **Starting** \\\n * **Stopping** \\\n * **Stopped** \\\n * **Updating**\n */\nexport type ServerState = string;\n\n/** Known values of {@link EnableStatusEnum} that the service accepts. */\nexport enum KnownEnableStatusEnum {\n /** Enabled */\n Enabled = \"Enabled\",\n /** Disabled */\n Disabled = \"Disabled\",\n}\n\n/**\n * Defines values for EnableStatusEnum. \\\n * {@link KnownEnableStatusEnum} can be used interchangeably with EnableStatusEnum,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled** \\\n * **Disabled**\n */\nexport type EnableStatusEnum = string;\n\n/** Known values of {@link HighAvailabilityMode} that the service accepts. */\nexport enum KnownHighAvailabilityMode {\n /** Disabled */\n Disabled = \"Disabled\",\n /** ZoneRedundant */\n ZoneRedundant = \"ZoneRedundant\",\n /** SameZone */\n SameZone = \"SameZone\",\n}\n\n/**\n * Defines values for HighAvailabilityMode. \\\n * {@link KnownHighAvailabilityMode} can be used interchangeably with HighAvailabilityMode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Disabled** \\\n * **ZoneRedundant** \\\n * **SameZone**\n */\nexport type HighAvailabilityMode = string;\n\n/** Known values of {@link HighAvailabilityState} that the service accepts. */\nexport enum KnownHighAvailabilityState {\n /** NotEnabled */\n NotEnabled = \"NotEnabled\",\n /** CreatingStandby */\n CreatingStandby = \"CreatingStandby\",\n /** Healthy */\n Healthy = \"Healthy\",\n /** FailingOver */\n FailingOver = \"FailingOver\",\n /** RemovingStandby */\n RemovingStandby = \"RemovingStandby\",\n}\n\n/**\n * Defines values for HighAvailabilityState. \\\n * {@link KnownHighAvailabilityState} can be used interchangeably with HighAvailabilityState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **NotEnabled** \\\n * **CreatingStandby** \\\n * **Healthy** \\\n * **FailingOver** \\\n * **RemovingStandby**\n */\nexport type HighAvailabilityState = string;\n\n/** Known values of {@link PrivateEndpointServiceConnectionStatus} that the service accepts. */\nexport enum KnownPrivateEndpointServiceConnectionStatus {\n /** Pending */\n Pending = \"Pending\",\n /** Approved */\n Approved = \"Approved\",\n /** Rejected */\n Rejected = \"Rejected\",\n}\n\n/**\n * Defines values for PrivateEndpointServiceConnectionStatus. \\\n * {@link KnownPrivateEndpointServiceConnectionStatus} can be used interchangeably with PrivateEndpointServiceConnectionStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Pending** \\\n * **Approved** \\\n * **Rejected**\n */\nexport type PrivateEndpointServiceConnectionStatus = string;\n\n/** Known values of {@link PrivateEndpointConnectionProvisioningState} that the service accepts. */\nexport enum KnownPrivateEndpointConnectionProvisioningState {\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Creating */\n Creating = \"Creating\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Failed */\n Failed = \"Failed\",\n}\n\n/**\n * Defines values for PrivateEndpointConnectionProvisioningState. \\\n * {@link KnownPrivateEndpointConnectionProvisioningState} can be used interchangeably with PrivateEndpointConnectionProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded** \\\n * **Creating** \\\n * **Deleting** \\\n * **Failed**\n */\nexport type PrivateEndpointConnectionProvisioningState = string;\n\n/** Known values of {@link ImportSourceStorageType} that the service accepts. */\nexport enum KnownImportSourceStorageType {\n /** AzureBlob */\n AzureBlob = \"AzureBlob\",\n}\n\n/**\n * Defines values for ImportSourceStorageType. \\\n * {@link KnownImportSourceStorageType} can be used interchangeably with ImportSourceStorageType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **AzureBlob**\n */\nexport type ImportSourceStorageType = string;\n\n/** Known values of {@link AdvancedThreatProtectionName} that the service accepts. */\nexport enum KnownAdvancedThreatProtectionName {\n /** Default */\n Default = \"Default\",\n}\n\n/**\n * Defines values for AdvancedThreatProtectionName. \\\n * {@link KnownAdvancedThreatProtectionName} can be used interchangeably with AdvancedThreatProtectionName,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Default**\n */\nexport type AdvancedThreatProtectionName = string;\n\n/** Known values of {@link AdvancedThreatProtectionState} that the service accepts. */\nexport enum KnownAdvancedThreatProtectionState {\n /** Enabled */\n Enabled = \"Enabled\",\n /** Disabled */\n Disabled = \"Disabled\",\n}\n\n/**\n * Defines values for AdvancedThreatProtectionState. \\\n * {@link KnownAdvancedThreatProtectionState} can be used interchangeably with AdvancedThreatProtectionState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled** \\\n * **Disabled**\n */\nexport type AdvancedThreatProtectionState = string;\n\n/** Known values of {@link AdvancedThreatProtectionProvisioningState} that the service accepts. */\nexport enum KnownAdvancedThreatProtectionProvisioningState {\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Updating */\n Updating = \"Updating\",\n /** Canceled */\n Canceled = \"Canceled\",\n /** Failed */\n Failed = \"Failed\",\n}\n\n/**\n * Defines values for AdvancedThreatProtectionProvisioningState. \\\n * {@link KnownAdvancedThreatProtectionProvisioningState} can be used interchangeably with AdvancedThreatProtectionProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded** \\\n * **Updating** \\\n * **Canceled** \\\n * **Failed**\n */\nexport type AdvancedThreatProtectionProvisioningState = string;\n\n/** Known values of {@link ObjectType} that the service accepts. */\nexport enum KnownObjectType {\n /** BackupAndExportResponse */\n BackupAndExportResponse = \"BackupAndExportResponse\",\n /** ImportFromStorageResponse */\n ImportFromStorageResponse = \"ImportFromStorageResponse\",\n}\n\n/**\n * Defines values for ObjectType. \\\n * {@link KnownObjectType} can be used interchangeably with ObjectType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **BackupAndExportResponse** \\\n * **ImportFromStorageResponse**\n */\nexport type ObjectType = string;\n\n/** Known values of {@link MaintenanceType} that the service accepts. */\nexport enum KnownMaintenanceType {\n /** RoutineMaintenance */\n RoutineMaintenance = \"RoutineMaintenance\",\n /** MinorVersionUpgrade */\n MinorVersionUpgrade = \"MinorVersionUpgrade\",\n /** SecurityPatches */\n SecurityPatches = \"SecurityPatches\",\n /** HotFixes */\n HotFixes = \"HotFixes\",\n}\n\n/**\n * Defines values for MaintenanceType. \\\n * {@link KnownMaintenanceType} can be used interchangeably with MaintenanceType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **RoutineMaintenance** \\\n * **MinorVersionUpgrade** \\\n * **SecurityPatches** \\\n * **HotFixes**\n */\nexport type MaintenanceType = string;\n\n/** Known values of {@link MaintenanceState} that the service accepts. */\nexport enum KnownMaintenanceState {\n /** Scheduled */\n Scheduled = \"Scheduled\",\n /** ReScheduled */\n ReScheduled = \"ReScheduled\",\n /** InPreparation */\n InPreparation = \"InPreparation\",\n /** Processing */\n Processing = \"Processing\",\n /** Completed */\n Completed = \"Completed\",\n /** Canceled */\n Canceled = \"Canceled\",\n}\n\n/**\n * Defines values for MaintenanceState. \\\n * {@link KnownMaintenanceState} can be used interchangeably with MaintenanceState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Scheduled** \\\n * **ReScheduled** \\\n * **InPreparation** \\\n * **Processing** \\\n * **Completed** \\\n * **Canceled**\n */\nexport type MaintenanceState = string;\n\n/** Known values of {@link MaintenanceProvisioningState} that the service accepts. */\nexport enum KnownMaintenanceProvisioningState {\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Creating */\n Creating = \"Creating\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Failed */\n Failed = \"Failed\",\n}\n\n/**\n * Defines values for MaintenanceProvisioningState. \\\n * {@link KnownMaintenanceProvisioningState} can be used interchangeably with MaintenanceProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded** \\\n * **Creating** \\\n * **Deleting** \\\n * **Failed**\n */\nexport type MaintenanceProvisioningState = string;\n/** Defines values for OperationStatus. */\nexport type OperationStatus =\n | \"Pending\"\n | \"InProgress\"\n | \"Succeeded\"\n | \"Failed\"\n | \"CancelInProgress\"\n | \"Canceled\";\n/** Defines values for DataEncryptionType. */\nexport type DataEncryptionType = \"AzureKeyVault\" | \"SystemManaged\";\n\n/** Optional parameters. */\nexport interface AzureADAdministratorsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type AzureADAdministratorsCreateOrUpdateResponse = AzureADAdministrator;\n\n/** Optional parameters. */\nexport interface AzureADAdministratorsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface AzureADAdministratorsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type AzureADAdministratorsGetResponse = AzureADAdministrator;\n\n/** Optional parameters. */\nexport interface AzureADAdministratorsListByServerOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByServer operation. */\nexport type AzureADAdministratorsListByServerResponse = AdministratorListResult;\n\n/** Optional parameters. */\nexport interface AzureADAdministratorsListByServerNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByServerNext operation. */\nexport type AzureADAdministratorsListByServerNextResponse =\n AdministratorListResult;\n\n/** Optional parameters. */\nexport interface BackupsPutOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the put operation. */\nexport type BackupsPutResponse = ServerBackup;\n\n/** Optional parameters. */\nexport interface BackupsGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type BackupsGetResponse = ServerBackup;\n\n/** Optional parameters. */\nexport interface BackupsListByServerOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByServer operation. */\nexport type BackupsListByServerResponse = ServerBackupListResult;\n\n/** Optional parameters. */\nexport interface BackupsListByServerNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByServerNext operation. */\nexport type BackupsListByServerNextResponse = ServerBackupListResult;\n\n/** Optional parameters. */\nexport interface BackupAndExportCreateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the create operation. */\nexport type BackupAndExportCreateResponse = BackupAndExportResponse;\n\n/** Optional parameters. */\nexport interface BackupAndExportValidateBackupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the validateBackup operation. */\nexport type BackupAndExportValidateBackupResponse = ValidateBackupResponse;\n\n/** Optional parameters. */\nexport interface LongRunningBackupCreateOptionalParams\n extends coreClient.OperationOptions {\n /** The required parameters for creating and exporting backup of the given server. */\n parameters?: ServerBackupV2;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the create operation. */\nexport type LongRunningBackupCreateResponse = ServerBackupV2;\n\n/** Optional parameters. */\nexport interface LongRunningBackupsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type LongRunningBackupsGetResponse = ServerBackupV2;\n\n/** Optional parameters. */\nexport interface LongRunningBackupsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type LongRunningBackupsListResponse = ServerBackupV2ListResult;\n\n/** Optional parameters. */\nexport interface LongRunningBackupsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type LongRunningBackupsListNextResponse = ServerBackupV2ListResult;\n\n/** Optional parameters. */\nexport interface ConfigurationsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type ConfigurationsCreateOrUpdateResponse = Configuration;\n\n/** Optional parameters. */\nexport interface ConfigurationsUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type ConfigurationsUpdateResponse = Configuration;\n\n/** Optional parameters. */\nexport interface ConfigurationsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ConfigurationsGetResponse = Configuration;\n\n/** Optional parameters. */\nexport interface ConfigurationsBatchUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the batchUpdate operation. */\nexport type ConfigurationsBatchUpdateResponse = ConfigurationListResult;\n\n/** Optional parameters. */\nexport interface ConfigurationsListByServerOptionalParams\n extends coreClient.OperationOptions {\n /** The tags of the server configuration. */\n tags?: string;\n /** The keyword of the server configuration. */\n keyword?: string;\n /** The page of the server configuration. */\n page?: number;\n /** The pageSize of the server configuration. */\n pageSize?: number;\n}\n\n/** Contains response data for the listByServer operation. */\nexport type ConfigurationsListByServerResponse = ConfigurationListResult;\n\n/** Optional parameters. */\nexport interface ConfigurationsListByServerNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByServerNext operation. */\nexport type ConfigurationsListByServerNextResponse = ConfigurationListResult;\n\n/** Optional parameters. */\nexport interface DatabasesCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type DatabasesCreateOrUpdateResponse = Database;\n\n/** Optional parameters. */\nexport interface DatabasesDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface DatabasesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type DatabasesGetResponse = Database;\n\n/** Optional parameters. */\nexport interface DatabasesListByServerOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByServer operation. */\nexport type DatabasesListByServerResponse = DatabaseListResult;\n\n/** Optional parameters. */\nexport interface DatabasesListByServerNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByServerNext operation. */\nexport type DatabasesListByServerNextResponse = DatabaseListResult;\n\n/** Optional parameters. */\nexport interface FirewallRulesCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type FirewallRulesCreateOrUpdateResponse = FirewallRule;\n\n/** Optional parameters. */\nexport interface FirewallRulesDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface FirewallRulesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type FirewallRulesGetResponse = FirewallRule;\n\n/** Optional parameters. */\nexport interface FirewallRulesListByServerOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByServer operation. */\nexport type FirewallRulesListByServerResponse = FirewallRuleListResult;\n\n/** Optional parameters. */\nexport interface FirewallRulesListByServerNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByServerNext operation. */\nexport type FirewallRulesListByServerNextResponse = FirewallRuleListResult;\n\n/** Optional parameters. */\nexport interface ServersCreateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the create operation. */\nexport type ServersCreateResponse = Server;\n\n/** Optional parameters. */\nexport interface ServersUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type ServersUpdateResponse = Server;\n\n/** Optional parameters. */\nexport interface ServersDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface ServersGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ServersGetResponse = Server;\n\n/** Optional parameters. */\nexport interface ServersListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type ServersListByResourceGroupResponse = ServerListResult;\n\n/** Optional parameters. */\nexport interface ServersListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type ServersListResponse = ServerListResult;\n\n/** Optional parameters. */\nexport interface ServersFailoverOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface ServersValidateEstimateHighAvailabilityOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the validateEstimateHighAvailability operation. */\nexport type ServersValidateEstimateHighAvailabilityResponse =\n HighAvailabilityValidationEstimation;\n\n/** Optional parameters. */\nexport interface ServersRestartOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface ServersStartOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface ServersStopOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface ServersResetGtidOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface ServersListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type ServersListByResourceGroupNextResponse = ServerListResult;\n\n/** Optional parameters. */\nexport interface ServersListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type ServersListNextResponse = ServerListResult;\n\n/** Optional parameters. */\nexport interface ReplicasListByServerOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByServer operation. */\nexport type ReplicasListByServerResponse = ServerListResult;\n\n/** Optional parameters. */\nexport interface ReplicasListByServerNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByServerNext operation. */\nexport type ReplicasListByServerNextResponse = ServerListResult;\n\n/** Optional parameters. */\nexport interface ServersMigrationCutoverMigrationOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the cutoverMigration operation. */\nexport type ServersMigrationCutoverMigrationResponse = Server;\n\n/** Optional parameters. */\nexport interface AdvancedThreatProtectionSettingsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type AdvancedThreatProtectionSettingsGetResponse =\n AdvancedThreatProtection;\n\n/** Optional parameters. */\nexport interface AdvancedThreatProtectionSettingsUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type AdvancedThreatProtectionSettingsUpdateResponse =\n AdvancedThreatProtection;\n\n/** Optional parameters. */\nexport interface AdvancedThreatProtectionSettingsUpdatePutOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the updatePut operation. */\nexport type AdvancedThreatProtectionSettingsUpdatePutResponse =\n AdvancedThreatProtection;\n\n/** Optional parameters. */\nexport interface AdvancedThreatProtectionSettingsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type AdvancedThreatProtectionSettingsListResponse =\n AdvancedThreatProtectionListResult;\n\n/** Optional parameters. */\nexport interface AdvancedThreatProtectionSettingsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type AdvancedThreatProtectionSettingsListNextResponse =\n AdvancedThreatProtectionListResult;\n\n/** Optional parameters. */\nexport interface LogFilesListByServerOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByServer operation. */\nexport type LogFilesListByServerResponse = LogFileListResult;\n\n/** Optional parameters. */\nexport interface LogFilesListByServerNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByServerNext operation. */\nexport type LogFilesListByServerNextResponse = LogFileListResult;\n\n/** Optional parameters. */\nexport interface LocationBasedCapabilitiesListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type LocationBasedCapabilitiesListResponse = CapabilitiesListResult;\n\n/** Optional parameters. */\nexport interface LocationBasedCapabilitiesListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type LocationBasedCapabilitiesListNextResponse = CapabilitiesListResult;\n\n/** Optional parameters. */\nexport interface LocationBasedCapabilitySetListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type LocationBasedCapabilitySetListResponse = CapabilitySetsList;\n\n/** Optional parameters. */\nexport interface LocationBasedCapabilitySetGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type LocationBasedCapabilitySetGetResponse = Capability;\n\n/** Optional parameters. */\nexport interface LocationBasedCapabilitySetListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type LocationBasedCapabilitySetListNextResponse = CapabilitySetsList;\n\n/** Optional parameters. */\nexport interface CheckVirtualNetworkSubnetUsageExecuteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the execute operation. */\nexport type CheckVirtualNetworkSubnetUsageExecuteResponse =\n VirtualNetworkSubnetUsageResult;\n\n/** Optional parameters. */\nexport interface CheckNameAvailabilityExecuteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the execute operation. */\nexport type CheckNameAvailabilityExecuteResponse = NameAvailability;\n\n/** Optional parameters. */\nexport interface CheckNameAvailabilityWithoutLocationExecuteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the execute operation. */\nexport type CheckNameAvailabilityWithoutLocationExecuteResponse =\n NameAvailability;\n\n/** Optional parameters. */\nexport interface OperationResultsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type OperationResultsGetResponse = OperationStatusExtendedResult;\n\n/** Optional parameters. */\nexport interface OperationProgressGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type OperationProgressGetResponse = OperationProgressResult;\n\n/** Optional parameters. */\nexport interface GetPrivateDnsZoneSuffixExecuteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the execute operation. */\nexport type GetPrivateDnsZoneSuffixExecuteResponse =\n GetPrivateDnsZoneSuffixResponse;\n\n/** Optional parameters. */\nexport interface OperationsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type OperationsListResponse = OperationListResult;\n\n/** Optional parameters. */\nexport interface OperationsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type OperationsListNextResponse = OperationListResult;\n\n/** Optional parameters. */\nexport interface MaintenancesReadOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the read operation. */\nexport type MaintenancesReadResponse = Maintenance;\n\n/** Optional parameters. */\nexport interface MaintenancesUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** The required parameters for update maintenance on a server. */\n parameters?: MaintenanceUpdate;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type MaintenancesUpdateResponse = Maintenance;\n\n/** Optional parameters. */\nexport interface MaintenancesListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type MaintenancesListResponse = MaintenanceListResult;\n\n/** Optional parameters. */\nexport interface MaintenancesListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type MaintenancesListNextResponse = MaintenanceListResult;\n\n/** Optional parameters. */\nexport interface MySQLManagementFlexibleServerClientOptionalParams\n extends coreClient.ServiceClientOptions {\n /** server parameter */\n $host?: string;\n /** Overrides client endpoint. */\n endpoint?: string;\n}\n"]}