@azure/arm-mysql 3.4.0 → 5.0.0-alpha.20211215.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (439) hide show
  1. package/CHANGELOG.md +26 -0
  2. package/{LICENSE.txt → LICENSE} +2 -2
  3. package/README.md +65 -83
  4. package/dist/index.js +7800 -0
  5. package/dist/index.js.map +1 -0
  6. package/dist/index.min.js +1 -0
  7. package/dist/index.min.js.map +1 -0
  8. package/dist-esm/src/index.d.ts +6 -0
  9. package/dist-esm/src/index.d.ts.map +1 -0
  10. package/dist-esm/src/index.js +13 -0
  11. package/dist-esm/src/index.js.map +1 -0
  12. package/dist-esm/src/lroImpl.d.ts +16 -0
  13. package/dist-esm/src/lroImpl.d.ts.map +1 -0
  14. package/dist-esm/src/lroImpl.js +29 -0
  15. package/dist-esm/src/lroImpl.js.map +1 -0
  16. package/dist-esm/src/models/index.d.ts +1641 -0
  17. package/dist-esm/src/models/index.d.ts.map +1 -0
  18. package/dist-esm/src/models/index.js +131 -0
  19. package/dist-esm/src/models/index.js.map +1 -0
  20. package/dist-esm/src/models/mappers.d.ts +79 -0
  21. package/dist-esm/src/models/mappers.d.ts.map +1 -0
  22. package/dist-esm/src/models/mappers.js +2145 -0
  23. package/dist-esm/src/models/mappers.js.map +1 -0
  24. package/dist-esm/src/models/parameters.d.ts +46 -0
  25. package/dist-esm/src/models/parameters.d.ts.map +1 -0
  26. package/dist-esm/src/models/parameters.js +372 -0
  27. package/dist-esm/src/models/parameters.js.map +1 -0
  28. package/dist-esm/src/mySQLManagementClient.d.ts +65 -0
  29. package/dist-esm/src/mySQLManagementClient.d.ts.map +1 -0
  30. package/dist-esm/src/mySQLManagementClient.js +151 -0
  31. package/dist-esm/src/mySQLManagementClient.js.map +1 -0
  32. package/dist-esm/src/mySQLManagementClientContext.d.ts +15 -0
  33. package/dist-esm/src/mySQLManagementClientContext.d.ts.map +1 -0
  34. package/dist-esm/src/mySQLManagementClientContext.js +48 -0
  35. package/dist-esm/src/mySQLManagementClientContext.js.map +1 -0
  36. package/dist-esm/src/operations/advisors.d.ts +46 -0
  37. package/dist-esm/src/operations/advisors.d.ts.map +1 -0
  38. package/dist-esm/src/operations/advisors.js +160 -0
  39. package/dist-esm/src/operations/advisors.js.map +1 -0
  40. package/dist-esm/src/operations/checkNameAvailability.d.ts +19 -0
  41. package/dist-esm/src/operations/checkNameAvailability.d.ts.map +1 -0
  42. package/dist-esm/src/operations/checkNameAvailability.js +49 -0
  43. package/dist-esm/src/operations/checkNameAvailability.js.map +1 -0
  44. package/dist-esm/src/operations/configurations.d.ts +57 -0
  45. package/dist-esm/src/operations/configurations.d.ts.map +1 -0
  46. package/dist-esm/src/operations/configurations.js +219 -0
  47. package/dist-esm/src/operations/configurations.js.map +1 -0
  48. package/dist-esm/src/operations/databases.d.ts +73 -0
  49. package/dist-esm/src/operations/databases.d.ts.map +1 -0
  50. package/dist-esm/src/operations/databases.js +293 -0
  51. package/dist-esm/src/operations/databases.js.map +1 -0
  52. package/dist-esm/src/operations/firewallRules.d.ts +73 -0
  53. package/dist-esm/src/operations/firewallRules.d.ts.map +1 -0
  54. package/dist-esm/src/operations/firewallRules.js +293 -0
  55. package/dist-esm/src/operations/firewallRules.js.map +1 -0
  56. package/dist-esm/src/operations/index.d.ts +26 -0
  57. package/dist-esm/src/operations/index.d.ts.map +1 -0
  58. package/dist-esm/src/operations/index.js +33 -0
  59. package/dist-esm/src/operations/index.js.map +1 -0
  60. package/dist-esm/src/operations/locationBasedPerformanceTier.d.ts +28 -0
  61. package/dist-esm/src/operations/locationBasedPerformanceTier.d.ts.map +1 -0
  62. package/dist-esm/src/operations/locationBasedPerformanceTier.js +96 -0
  63. package/dist-esm/src/operations/locationBasedPerformanceTier.js.map +1 -0
  64. package/dist-esm/src/operations/locationBasedRecommendedActionSessionsOperationStatus.d.ts +20 -0
  65. package/dist-esm/src/operations/locationBasedRecommendedActionSessionsOperationStatus.d.ts.map +1 -0
  66. package/dist-esm/src/operations/locationBasedRecommendedActionSessionsOperationStatus.js +50 -0
  67. package/dist-esm/src/operations/locationBasedRecommendedActionSessionsOperationStatus.js.map +1 -0
  68. package/dist-esm/src/operations/locationBasedRecommendedActionSessionsResult.d.ts +38 -0
  69. package/dist-esm/src/operations/locationBasedRecommendedActionSessionsResult.d.ts.map +1 -0
  70. package/dist-esm/src/operations/locationBasedRecommendedActionSessionsResult.js +137 -0
  71. package/dist-esm/src/operations/locationBasedRecommendedActionSessionsResult.js.map +1 -0
  72. package/dist-esm/src/operations/logFiles.d.ts +30 -0
  73. package/dist-esm/src/operations/logFiles.d.ts.map +1 -0
  74. package/dist-esm/src/operations/logFiles.js +99 -0
  75. package/dist-esm/src/operations/logFiles.js.map +1 -0
  76. package/dist-esm/src/operations/operations.d.ts +18 -0
  77. package/dist-esm/src/operations/operations.d.ts.map +1 -0
  78. package/dist-esm/src/operations/operations.js +46 -0
  79. package/dist-esm/src/operations/operations.js.map +1 -0
  80. package/dist-esm/src/operations/privateEndpointConnections.d.ts +99 -0
  81. package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +1 -0
  82. package/dist-esm/src/operations/privateEndpointConnections.js +429 -0
  83. package/dist-esm/src/operations/privateEndpointConnections.js.map +1 -0
  84. package/dist-esm/src/operations/privateLinkResources.d.ts +46 -0
  85. package/dist-esm/src/operations/privateLinkResources.d.ts.map +1 -0
  86. package/dist-esm/src/operations/privateLinkResources.js +169 -0
  87. package/dist-esm/src/operations/privateLinkResources.js.map +1 -0
  88. package/dist-esm/src/operations/queryTexts.d.ts +49 -0
  89. package/dist-esm/src/operations/queryTexts.d.ts.map +1 -0
  90. package/dist-esm/src/operations/queryTexts.js +172 -0
  91. package/dist-esm/src/operations/queryTexts.js.map +1 -0
  92. package/dist-esm/src/operations/recommendedActions.d.ts +50 -0
  93. package/dist-esm/src/operations/recommendedActions.d.ts.map +1 -0
  94. package/dist-esm/src/operations/recommendedActions.js +173 -0
  95. package/dist-esm/src/operations/recommendedActions.js.map +1 -0
  96. package/dist-esm/src/operations/recoverableServers.d.ts +20 -0
  97. package/dist-esm/src/operations/recoverableServers.d.ts.map +1 -0
  98. package/dist-esm/src/operations/recoverableServers.js +53 -0
  99. package/dist-esm/src/operations/recoverableServers.js.map +1 -0
  100. package/dist-esm/src/operations/replicas.d.ts +30 -0
  101. package/dist-esm/src/operations/replicas.d.ts.map +1 -0
  102. package/dist-esm/src/operations/replicas.js +99 -0
  103. package/dist-esm/src/operations/replicas.js.map +1 -0
  104. package/dist-esm/src/operations/serverAdministrators.d.ts +70 -0
  105. package/dist-esm/src/operations/serverAdministrators.d.ts.map +1 -0
  106. package/dist-esm/src/operations/serverAdministrators.js +287 -0
  107. package/dist-esm/src/operations/serverAdministrators.js.map +1 -0
  108. package/dist-esm/src/operations/serverBasedPerformanceTier.d.ts +30 -0
  109. package/dist-esm/src/operations/serverBasedPerformanceTier.d.ts.map +1 -0
  110. package/dist-esm/src/operations/serverBasedPerformanceTier.js +99 -0
  111. package/dist-esm/src/operations/serverBasedPerformanceTier.js.map +1 -0
  112. package/dist-esm/src/operations/serverKeys.d.ts +81 -0
  113. package/dist-esm/src/operations/serverKeys.d.ts.map +1 -0
  114. package/dist-esm/src/operations/serverKeys.js +331 -0
  115. package/dist-esm/src/operations/serverKeys.js.map +1 -0
  116. package/dist-esm/src/operations/serverParameters.d.ts +30 -0
  117. package/dist-esm/src/operations/serverParameters.d.ts.map +1 -0
  118. package/dist-esm/src/operations/serverParameters.js +110 -0
  119. package/dist-esm/src/operations/serverParameters.js.map +1 -0
  120. package/dist-esm/src/operations/serverSecurityAlertPolicies.d.ts +65 -0
  121. package/dist-esm/src/operations/serverSecurityAlertPolicies.d.ts.map +1 -0
  122. package/dist-esm/src/operations/serverSecurityAlertPolicies.js +255 -0
  123. package/dist-esm/src/operations/serverSecurityAlertPolicies.js.map +1 -0
  124. package/dist-esm/src/operations/servers.d.ts +156 -0
  125. package/dist-esm/src/operations/servers.d.ts.map +1 -0
  126. package/dist-esm/src/operations/servers.js +722 -0
  127. package/dist-esm/src/operations/servers.js.map +1 -0
  128. package/dist-esm/src/operations/topQueryStatistics.d.ts +49 -0
  129. package/dist-esm/src/operations/topQueryStatistics.d.ts.map +1 -0
  130. package/dist-esm/src/operations/topQueryStatistics.js +174 -0
  131. package/dist-esm/src/operations/topQueryStatistics.js.map +1 -0
  132. package/dist-esm/src/operations/virtualNetworkRules.d.ts +81 -0
  133. package/dist-esm/src/operations/virtualNetworkRules.d.ts.map +1 -0
  134. package/dist-esm/src/operations/virtualNetworkRules.js +320 -0
  135. package/dist-esm/src/operations/virtualNetworkRules.js.map +1 -0
  136. package/dist-esm/src/operations/waitStatistics.d.ts +49 -0
  137. package/dist-esm/src/operations/waitStatistics.d.ts.map +1 -0
  138. package/dist-esm/src/operations/waitStatistics.js +174 -0
  139. package/dist-esm/src/operations/waitStatistics.js.map +1 -0
  140. package/dist-esm/src/operationsInterfaces/advisors.d.ts +21 -0
  141. package/dist-esm/src/operationsInterfaces/advisors.d.ts.map +1 -0
  142. package/dist-esm/src/operationsInterfaces/advisors.js +9 -0
  143. package/dist-esm/src/operationsInterfaces/advisors.js.map +1 -0
  144. package/dist-esm/src/operationsInterfaces/checkNameAvailability.d.ts +11 -0
  145. package/dist-esm/src/operationsInterfaces/checkNameAvailability.d.ts.map +1 -0
  146. package/dist-esm/src/operationsInterfaces/checkNameAvailability.js +9 -0
  147. package/dist-esm/src/operationsInterfaces/checkNameAvailability.js.map +1 -0
  148. package/dist-esm/src/operationsInterfaces/configurations.d.ts +40 -0
  149. package/dist-esm/src/operationsInterfaces/configurations.d.ts.map +1 -0
  150. package/dist-esm/src/operationsInterfaces/configurations.js +9 -0
  151. package/dist-esm/src/operationsInterfaces/configurations.js.map +1 -0
  152. package/dist-esm/src/operationsInterfaces/databases.d.ts +56 -0
  153. package/dist-esm/src/operationsInterfaces/databases.d.ts.map +1 -0
  154. package/dist-esm/src/operationsInterfaces/databases.js +9 -0
  155. package/dist-esm/src/operationsInterfaces/databases.js.map +1 -0
  156. package/dist-esm/src/operationsInterfaces/firewallRules.d.ts +56 -0
  157. package/dist-esm/src/operationsInterfaces/firewallRules.d.ts.map +1 -0
  158. package/dist-esm/src/operationsInterfaces/firewallRules.js +9 -0
  159. package/dist-esm/src/operationsInterfaces/firewallRules.js.map +1 -0
  160. package/dist-esm/src/operationsInterfaces/index.d.ts +26 -0
  161. package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
  162. package/dist-esm/src/operationsInterfaces/index.js +33 -0
  163. package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
  164. package/dist-esm/src/operationsInterfaces/locationBasedPerformanceTier.d.ts +12 -0
  165. package/dist-esm/src/operationsInterfaces/locationBasedPerformanceTier.d.ts.map +1 -0
  166. package/dist-esm/src/operationsInterfaces/locationBasedPerformanceTier.js +9 -0
  167. package/dist-esm/src/operationsInterfaces/locationBasedPerformanceTier.js.map +1 -0
  168. package/dist-esm/src/operationsInterfaces/locationBasedRecommendedActionSessionsOperationStatus.d.ts +12 -0
  169. package/dist-esm/src/operationsInterfaces/locationBasedRecommendedActionSessionsOperationStatus.d.ts.map +1 -0
  170. package/dist-esm/src/operationsInterfaces/locationBasedRecommendedActionSessionsOperationStatus.js +9 -0
  171. package/dist-esm/src/operationsInterfaces/locationBasedRecommendedActionSessionsOperationStatus.js.map +1 -0
  172. package/dist-esm/src/operationsInterfaces/locationBasedRecommendedActionSessionsResult.d.ts +13 -0
  173. package/dist-esm/src/operationsInterfaces/locationBasedRecommendedActionSessionsResult.d.ts.map +1 -0
  174. package/dist-esm/src/operationsInterfaces/locationBasedRecommendedActionSessionsResult.js +9 -0
  175. package/dist-esm/src/operationsInterfaces/locationBasedRecommendedActionSessionsResult.js.map +1 -0
  176. package/dist-esm/src/operationsInterfaces/logFiles.d.ts +13 -0
  177. package/dist-esm/src/operationsInterfaces/logFiles.d.ts.map +1 -0
  178. package/dist-esm/src/operationsInterfaces/logFiles.js +9 -0
  179. package/dist-esm/src/operationsInterfaces/logFiles.js.map +1 -0
  180. package/dist-esm/src/operationsInterfaces/operations.d.ts +10 -0
  181. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
  182. package/dist-esm/src/operationsInterfaces/operations.js +9 -0
  183. package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
  184. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts +74 -0
  185. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
  186. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js +9 -0
  187. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js.map +1 -0
  188. package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts +21 -0
  189. package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
  190. package/dist-esm/src/operationsInterfaces/privateLinkResources.js +9 -0
  191. package/dist-esm/src/operationsInterfaces/privateLinkResources.js.map +1 -0
  192. package/dist-esm/src/operationsInterfaces/queryTexts.d.ts +22 -0
  193. package/dist-esm/src/operationsInterfaces/queryTexts.d.ts.map +1 -0
  194. package/dist-esm/src/operationsInterfaces/queryTexts.js +9 -0
  195. package/dist-esm/src/operationsInterfaces/queryTexts.js.map +1 -0
  196. package/dist-esm/src/operationsInterfaces/recommendedActions.d.ts +23 -0
  197. package/dist-esm/src/operationsInterfaces/recommendedActions.d.ts.map +1 -0
  198. package/dist-esm/src/operationsInterfaces/recommendedActions.js +9 -0
  199. package/dist-esm/src/operationsInterfaces/recommendedActions.js.map +1 -0
  200. package/dist-esm/src/operationsInterfaces/recoverableServers.d.ts +12 -0
  201. package/dist-esm/src/operationsInterfaces/recoverableServers.d.ts.map +1 -0
  202. package/dist-esm/src/operationsInterfaces/recoverableServers.js +9 -0
  203. package/dist-esm/src/operationsInterfaces/recoverableServers.js.map +1 -0
  204. package/dist-esm/src/operationsInterfaces/replicas.d.ts +13 -0
  205. package/dist-esm/src/operationsInterfaces/replicas.d.ts.map +1 -0
  206. package/dist-esm/src/operationsInterfaces/replicas.js +9 -0
  207. package/dist-esm/src/operationsInterfaces/replicas.js.map +1 -0
  208. package/dist-esm/src/operationsInterfaces/serverAdministrators.d.ts +53 -0
  209. package/dist-esm/src/operationsInterfaces/serverAdministrators.d.ts.map +1 -0
  210. package/dist-esm/src/operationsInterfaces/serverAdministrators.js +9 -0
  211. package/dist-esm/src/operationsInterfaces/serverAdministrators.js.map +1 -0
  212. package/dist-esm/src/operationsInterfaces/serverBasedPerformanceTier.d.ts +13 -0
  213. package/dist-esm/src/operationsInterfaces/serverBasedPerformanceTier.d.ts.map +1 -0
  214. package/dist-esm/src/operationsInterfaces/serverBasedPerformanceTier.js +9 -0
  215. package/dist-esm/src/operationsInterfaces/serverBasedPerformanceTier.js.map +1 -0
  216. package/dist-esm/src/operationsInterfaces/serverKeys.d.ts +56 -0
  217. package/dist-esm/src/operationsInterfaces/serverKeys.d.ts.map +1 -0
  218. package/dist-esm/src/operationsInterfaces/serverKeys.js +9 -0
  219. package/dist-esm/src/operationsInterfaces/serverKeys.js.map +1 -0
  220. package/dist-esm/src/operationsInterfaces/serverParameters.d.ts +22 -0
  221. package/dist-esm/src/operationsInterfaces/serverParameters.d.ts.map +1 -0
  222. package/dist-esm/src/operationsInterfaces/serverParameters.js +9 -0
  223. package/dist-esm/src/operationsInterfaces/serverParameters.js.map +1 -0
  224. package/dist-esm/src/operationsInterfaces/serverSecurityAlertPolicies.d.ts +40 -0
  225. package/dist-esm/src/operationsInterfaces/serverSecurityAlertPolicies.d.ts.map +1 -0
  226. package/dist-esm/src/operationsInterfaces/serverSecurityAlertPolicies.js +9 -0
  227. package/dist-esm/src/operationsInterfaces/serverSecurityAlertPolicies.js.map +1 -0
  228. package/dist-esm/src/operationsInterfaces/servers.d.ts +133 -0
  229. package/dist-esm/src/operationsInterfaces/servers.d.ts.map +1 -0
  230. package/dist-esm/src/operationsInterfaces/servers.js +9 -0
  231. package/dist-esm/src/operationsInterfaces/servers.js.map +1 -0
  232. package/dist-esm/src/operationsInterfaces/topQueryStatistics.d.ts +22 -0
  233. package/dist-esm/src/operationsInterfaces/topQueryStatistics.d.ts.map +1 -0
  234. package/dist-esm/src/operationsInterfaces/topQueryStatistics.js +9 -0
  235. package/dist-esm/src/operationsInterfaces/topQueryStatistics.js.map +1 -0
  236. package/dist-esm/src/operationsInterfaces/virtualNetworkRules.d.ts +56 -0
  237. package/dist-esm/src/operationsInterfaces/virtualNetworkRules.d.ts.map +1 -0
  238. package/dist-esm/src/operationsInterfaces/virtualNetworkRules.js +9 -0
  239. package/dist-esm/src/operationsInterfaces/virtualNetworkRules.js.map +1 -0
  240. package/dist-esm/src/operationsInterfaces/waitStatistics.d.ts +22 -0
  241. package/dist-esm/src/operationsInterfaces/waitStatistics.d.ts.map +1 -0
  242. package/dist-esm/src/operationsInterfaces/waitStatistics.js +9 -0
  243. package/dist-esm/src/operationsInterfaces/waitStatistics.js.map +1 -0
  244. package/dist-esm/test/sampleTest.d.ts +2 -0
  245. package/dist-esm/test/sampleTest.d.ts.map +1 -0
  246. package/dist-esm/test/sampleTest.js +40 -0
  247. package/dist-esm/test/sampleTest.js.map +1 -0
  248. package/package.json +63 -21
  249. package/review/arm-mysql.api.md +1577 -0
  250. package/rollup.config.js +181 -30
  251. package/src/index.ts +13 -0
  252. package/src/lroImpl.ts +34 -0
  253. package/src/models/index.ts +1584 -1096
  254. package/src/models/mappers.ts +1763 -534
  255. package/src/models/parameters.ts +344 -41
  256. package/src/mySQLManagementClient.ts +280 -51
  257. package/src/mySQLManagementClientContext.ts +46 -46
  258. package/src/operations/advisors.ts +224 -0
  259. package/src/operations/checkNameAvailability.ts +34 -57
  260. package/src/operations/configurations.ts +234 -150
  261. package/src/operations/databases.ts +324 -194
  262. package/src/operations/firewallRules.ts +324 -194
  263. package/src/operations/index.ts +18 -6
  264. package/src/operations/locationBasedPerformanceTier.ts +75 -44
  265. package/src/operations/locationBasedRecommendedActionSessionsOperationStatus.ts +70 -0
  266. package/src/operations/locationBasedRecommendedActionSessionsResult.ts +178 -0
  267. package/src/operations/logFiles.ts +97 -52
  268. package/src/operations/operations.ts +26 -41
  269. package/src/operations/privateEndpointConnections.ts +621 -0
  270. package/src/operations/privateLinkResources.ts +233 -0
  271. package/src/operations/queryTexts.ts +246 -0
  272. package/src/operations/recommendedActions.ts +248 -0
  273. package/src/operations/recoverableServers.ts +72 -0
  274. package/src/operations/replicas.ts +97 -52
  275. package/src/operations/serverAdministrators.ts +397 -0
  276. package/src/operations/serverBasedPerformanceTier.ts +124 -0
  277. package/src/operations/serverKeys.ts +464 -0
  278. package/src/operations/serverParameters.ts +160 -0
  279. package/src/operations/serverSecurityAlertPolicies.ts +300 -95
  280. package/src/operations/servers.ts +828 -280
  281. package/src/operations/topQueryStatistics.ts +249 -0
  282. package/src/operations/virtualNetworkRules.ts +357 -233
  283. package/src/operations/waitStatistics.ts +249 -0
  284. package/src/operationsInterfaces/advisors.ts +44 -0
  285. package/src/operationsInterfaces/checkNameAvailability.ts +26 -0
  286. package/src/operationsInterfaces/configurations.ts +82 -0
  287. package/src/operationsInterfaces/databases.ts +109 -0
  288. package/src/operationsInterfaces/firewallRules.ts +109 -0
  289. package/src/operationsInterfaces/index.ts +33 -0
  290. package/src/operationsInterfaces/locationBasedPerformanceTier.ts +27 -0
  291. package/src/operationsInterfaces/locationBasedRecommendedActionSessionsOperationStatus.ts +27 -0
  292. package/src/operationsInterfaces/locationBasedRecommendedActionSessionsResult.ts +29 -0
  293. package/src/operationsInterfaces/logFiles.ts +26 -0
  294. package/src/operationsInterfaces/operations.ts +21 -0
  295. package/src/operationsInterfaces/privateEndpointConnections.ts +147 -0
  296. package/src/operationsInterfaces/privateLinkResources.ts +44 -0
  297. package/src/operationsInterfaces/queryTexts.ts +46 -0
  298. package/src/operationsInterfaces/recommendedActions.ts +48 -0
  299. package/src/operationsInterfaces/recoverableServers.ts +27 -0
  300. package/src/operationsInterfaces/replicas.ts +26 -0
  301. package/src/operationsInterfaces/serverAdministrators.ts +101 -0
  302. package/src/operationsInterfaces/serverBasedPerformanceTier.ts +29 -0
  303. package/src/operationsInterfaces/serverKeys.ts +109 -0
  304. package/src/operationsInterfaces/serverParameters.ts +49 -0
  305. package/src/operationsInterfaces/serverSecurityAlertPolicies.ts +83 -0
  306. package/src/operationsInterfaces/servers.ts +233 -0
  307. package/src/operationsInterfaces/topQueryStatistics.ts +47 -0
  308. package/src/operationsInterfaces/virtualNetworkRules.ts +109 -0
  309. package/src/operationsInterfaces/waitStatistics.ts +47 -0
  310. package/tsconfig.json +4 -4
  311. package/types/arm-mysql.d.ts +2739 -0
  312. package/types/tsdoc-metadata.json +11 -0
  313. package/dist/arm-mysql.js +0 -3173
  314. package/dist/arm-mysql.js.map +0 -1
  315. package/dist/arm-mysql.min.js +0 -1
  316. package/dist/arm-mysql.min.js.map +0 -1
  317. package/esm/models/checkNameAvailabilityMappers.d.ts +0 -2
  318. package/esm/models/checkNameAvailabilityMappers.d.ts.map +0 -1
  319. package/esm/models/checkNameAvailabilityMappers.js +0 -9
  320. package/esm/models/checkNameAvailabilityMappers.js.map +0 -1
  321. package/esm/models/configurationsMappers.d.ts +0 -2
  322. package/esm/models/configurationsMappers.d.ts.map +0 -1
  323. package/esm/models/configurationsMappers.js +0 -9
  324. package/esm/models/configurationsMappers.js.map +0 -1
  325. package/esm/models/databasesMappers.d.ts +0 -2
  326. package/esm/models/databasesMappers.d.ts.map +0 -1
  327. package/esm/models/databasesMappers.js +0 -9
  328. package/esm/models/databasesMappers.js.map +0 -1
  329. package/esm/models/firewallRulesMappers.d.ts +0 -2
  330. package/esm/models/firewallRulesMappers.d.ts.map +0 -1
  331. package/esm/models/firewallRulesMappers.js +0 -9
  332. package/esm/models/firewallRulesMappers.js.map +0 -1
  333. package/esm/models/index.d.ts +0 -1319
  334. package/esm/models/index.d.ts.map +0 -1
  335. package/esm/models/index.js +0 -8
  336. package/esm/models/index.js.map +0 -1
  337. package/esm/models/locationBasedPerformanceTierMappers.d.ts +0 -2
  338. package/esm/models/locationBasedPerformanceTierMappers.d.ts.map +0 -1
  339. package/esm/models/locationBasedPerformanceTierMappers.js +0 -9
  340. package/esm/models/locationBasedPerformanceTierMappers.js.map +0 -1
  341. package/esm/models/logFilesMappers.d.ts +0 -2
  342. package/esm/models/logFilesMappers.d.ts.map +0 -1
  343. package/esm/models/logFilesMappers.js +0 -9
  344. package/esm/models/logFilesMappers.js.map +0 -1
  345. package/esm/models/mappers.d.ts +0 -43
  346. package/esm/models/mappers.d.ts.map +0 -1
  347. package/esm/models/mappers.js +0 -1037
  348. package/esm/models/mappers.js.map +0 -1
  349. package/esm/models/operationsMappers.d.ts +0 -2
  350. package/esm/models/operationsMappers.d.ts.map +0 -1
  351. package/esm/models/operationsMappers.js +0 -9
  352. package/esm/models/operationsMappers.js.map +0 -1
  353. package/esm/models/parameters.d.ts +0 -14
  354. package/esm/models/parameters.d.ts.map +0 -1
  355. package/esm/models/parameters.js +0 -133
  356. package/esm/models/parameters.js.map +0 -1
  357. package/esm/models/replicasMappers.d.ts +0 -2
  358. package/esm/models/replicasMappers.d.ts.map +0 -1
  359. package/esm/models/replicasMappers.js +0 -9
  360. package/esm/models/replicasMappers.js.map +0 -1
  361. package/esm/models/serverSecurityAlertPoliciesMappers.d.ts +0 -2
  362. package/esm/models/serverSecurityAlertPoliciesMappers.d.ts.map +0 -1
  363. package/esm/models/serverSecurityAlertPoliciesMappers.js +0 -9
  364. package/esm/models/serverSecurityAlertPoliciesMappers.js.map +0 -1
  365. package/esm/models/serversMappers.d.ts +0 -2
  366. package/esm/models/serversMappers.d.ts.map +0 -1
  367. package/esm/models/serversMappers.js +0 -9
  368. package/esm/models/serversMappers.js.map +0 -1
  369. package/esm/models/virtualNetworkRulesMappers.d.ts +0 -2
  370. package/esm/models/virtualNetworkRulesMappers.d.ts.map +0 -1
  371. package/esm/models/virtualNetworkRulesMappers.js +0 -9
  372. package/esm/models/virtualNetworkRulesMappers.js.map +0 -1
  373. package/esm/mySQLManagementClient.d.ts +0 -34
  374. package/esm/mySQLManagementClient.d.ts.map +0 -1
  375. package/esm/mySQLManagementClient.js +0 -48
  376. package/esm/mySQLManagementClient.js.map +0 -1
  377. package/esm/mySQLManagementClientContext.d.ts +0 -22
  378. package/esm/mySQLManagementClientContext.d.ts.map +0 -1
  379. package/esm/mySQLManagementClientContext.js +0 -61
  380. package/esm/mySQLManagementClientContext.js.map +0 -1
  381. package/esm/operations/checkNameAvailability.d.ts +0 -34
  382. package/esm/operations/checkNameAvailability.d.ts.map +0 -1
  383. package/esm/operations/checkNameAvailability.js +0 -60
  384. package/esm/operations/checkNameAvailability.js.map +0 -1
  385. package/esm/operations/configurations.d.ts +0 -87
  386. package/esm/operations/configurations.d.ts.map +0 -1
  387. package/esm/operations/configurations.js +0 -155
  388. package/esm/operations/configurations.js.map +0 -1
  389. package/esm/operations/databases.d.ts +0 -107
  390. package/esm/operations/databases.d.ts.map +0 -1
  391. package/esm/operations/databases.js +0 -213
  392. package/esm/operations/databases.js.map +0 -1
  393. package/esm/operations/firewallRules.d.ts +0 -107
  394. package/esm/operations/firewallRules.d.ts.map +0 -1
  395. package/esm/operations/firewallRules.js +0 -213
  396. package/esm/operations/firewallRules.js.map +0 -1
  397. package/esm/operations/index.d.ts +0 -12
  398. package/esm/operations/index.d.ts.map +0 -1
  399. package/esm/operations/index.js +0 -21
  400. package/esm/operations/index.js.map +0 -1
  401. package/esm/operations/locationBasedPerformanceTier.d.ts +0 -31
  402. package/esm/operations/locationBasedPerformanceTier.d.ts.map +0 -1
  403. package/esm/operations/locationBasedPerformanceTier.js +0 -56
  404. package/esm/operations/locationBasedPerformanceTier.js.map +0 -1
  405. package/esm/operations/logFiles.d.ts +0 -37
  406. package/esm/operations/logFiles.d.ts.map +0 -1
  407. package/esm/operations/logFiles.js +0 -58
  408. package/esm/operations/logFiles.js.map +0 -1
  409. package/esm/operations/operations.d.ts +0 -28
  410. package/esm/operations/operations.d.ts.map +0 -1
  411. package/esm/operations/operations.js +0 -51
  412. package/esm/operations/operations.js.map +0 -1
  413. package/esm/operations/replicas.d.ts +0 -37
  414. package/esm/operations/replicas.d.ts.map +0 -1
  415. package/esm/operations/replicas.js +0 -58
  416. package/esm/operations/replicas.js.map +0 -1
  417. package/esm/operations/serverSecurityAlertPolicies.d.ts +0 -58
  418. package/esm/operations/serverSecurityAlertPolicies.d.ts.map +0 -1
  419. package/esm/operations/serverSecurityAlertPolicies.js +0 -120
  420. package/esm/operations/serverSecurityAlertPolicies.js.map +0 -1
  421. package/esm/operations/servers.d.ts +0 -154
  422. package/esm/operations/servers.d.ts.map +0 -1
  423. package/esm/operations/servers.js +0 -341
  424. package/esm/operations/servers.js.map +0 -1
  425. package/esm/operations/virtualNetworkRules.d.ts +0 -125
  426. package/esm/operations/virtualNetworkRules.d.ts.map +0 -1
  427. package/esm/operations/virtualNetworkRules.js +0 -239
  428. package/esm/operations/virtualNetworkRules.js.map +0 -1
  429. package/src/models/checkNameAvailabilityMappers.ts +0 -14
  430. package/src/models/configurationsMappers.ts +0 -25
  431. package/src/models/databasesMappers.ts +0 -25
  432. package/src/models/firewallRulesMappers.ts +0 -25
  433. package/src/models/locationBasedPerformanceTierMappers.ts +0 -15
  434. package/src/models/logFilesMappers.ts +0 -25
  435. package/src/models/operationsMappers.ts +0 -15
  436. package/src/models/replicasMappers.ts +0 -25
  437. package/src/models/serverSecurityAlertPoliciesMappers.ts +0 -24
  438. package/src/models/serversMappers.ts +0 -32
  439. package/src/models/virtualNetworkRulesMappers.ts +0 -25
@@ -1 +0,0 @@
1
- {"version":3,"file":"arm-mysql.js","sources":["../node_modules/tslib/tslib.es6.js","../src/models/index.ts","../src/models/mappers.ts","../src/models/serversMappers.ts","../src/models/parameters.ts","../src/operations/servers.ts","../src/models/replicasMappers.ts","../src/operations/replicas.ts","../src/models/firewallRulesMappers.ts","../src/operations/firewallRules.ts","../src/models/virtualNetworkRulesMappers.ts","../src/operations/virtualNetworkRules.ts","../src/models/databasesMappers.ts","../src/operations/databases.ts","../src/models/configurationsMappers.ts","../src/operations/configurations.ts","../src/models/logFilesMappers.ts","../src/operations/logFiles.ts","../src/models/locationBasedPerformanceTierMappers.ts","../src/operations/locationBasedPerformanceTier.ts","../src/models/checkNameAvailabilityMappers.ts","../src/operations/checkNameAvailability.ts","../src/models/serverSecurityAlertPoliciesMappers.ts","../src/operations/serverSecurityAlertPolicies.ts","../src/models/operationsMappers.ts","../src/operations/operations.ts","../src/operations/index.ts","../src/mySQLManagementClientContext.ts","../src/mySQLManagementClient.ts"],"sourcesContent":["/*! *****************************************************************************\r\nCopyright (c) Microsoft Corporation.\r\n\r\nPermission to use, copy, modify, and/or distribute this software for any\r\npurpose with or without fee is hereby granted.\r\n\r\nTHE SOFTWARE IS PROVIDED \"AS IS\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH\r\nREGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\r\nAND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,\r\nINDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM\r\nLOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR\r\nOTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\r\nPERFORMANCE OF THIS SOFTWARE.\r\n***************************************************************************** */\r\n/* global Reflect, Promise */\r\n\r\nvar extendStatics = function(d, b) {\r\n extendStatics = Object.setPrototypeOf ||\r\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\r\n function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\r\n return extendStatics(d, b);\r\n};\r\n\r\nexport function __extends(d, b) {\r\n extendStatics(d, b);\r\n function __() { this.constructor = d; }\r\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\r\n}\r\n\r\nexport var __assign = function() {\r\n __assign = Object.assign || function __assign(t) {\r\n for (var s, i = 1, n = arguments.length; i < n; i++) {\r\n s = arguments[i];\r\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];\r\n }\r\n return t;\r\n }\r\n return __assign.apply(this, arguments);\r\n}\r\n\r\nexport function __rest(s, e) {\r\n var t = {};\r\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)\r\n t[p] = s[p];\r\n if (s != null && typeof Object.getOwnPropertySymbols === \"function\")\r\n for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {\r\n if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))\r\n t[p[i]] = s[p[i]];\r\n }\r\n return t;\r\n}\r\n\r\nexport function __decorate(decorators, target, key, desc) {\r\n var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;\r\n if (typeof Reflect === \"object\" && typeof Reflect.decorate === \"function\") r = Reflect.decorate(decorators, target, key, desc);\r\n else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;\r\n return c > 3 && r && Object.defineProperty(target, key, r), r;\r\n}\r\n\r\nexport function __param(paramIndex, decorator) {\r\n return function (target, key) { decorator(target, key, paramIndex); }\r\n}\r\n\r\nexport function __metadata(metadataKey, metadataValue) {\r\n if (typeof Reflect === \"object\" && typeof Reflect.metadata === \"function\") return Reflect.metadata(metadataKey, metadataValue);\r\n}\r\n\r\nexport function __awaiter(thisArg, _arguments, P, generator) {\r\n function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }\r\n return new (P || (P = Promise))(function (resolve, reject) {\r\n function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }\r\n function rejected(value) { try { step(generator[\"throw\"](value)); } catch (e) { reject(e); } }\r\n function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }\r\n step((generator = generator.apply(thisArg, _arguments || [])).next());\r\n });\r\n}\r\n\r\nexport function __generator(thisArg, body) {\r\n var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;\r\n return g = { next: verb(0), \"throw\": verb(1), \"return\": verb(2) }, typeof Symbol === \"function\" && (g[Symbol.iterator] = function() { return this; }), g;\r\n function verb(n) { return function (v) { return step([n, v]); }; }\r\n function step(op) {\r\n if (f) throw new TypeError(\"Generator is already executing.\");\r\n while (_) try {\r\n if (f = 1, y && (t = op[0] & 2 ? y[\"return\"] : op[0] ? y[\"throw\"] || ((t = y[\"return\"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;\r\n if (y = 0, t) op = [op[0] & 2, t.value];\r\n switch (op[0]) {\r\n case 0: case 1: t = op; break;\r\n case 4: _.label++; return { value: op[1], done: false };\r\n case 5: _.label++; y = op[1]; op = [0]; continue;\r\n case 7: op = _.ops.pop(); _.trys.pop(); continue;\r\n default:\r\n if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }\r\n if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }\r\n if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }\r\n if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }\r\n if (t[2]) _.ops.pop();\r\n _.trys.pop(); continue;\r\n }\r\n op = body.call(thisArg, _);\r\n } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }\r\n if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };\r\n }\r\n}\r\n\r\nexport function __createBinding(o, m, k, k2) {\r\n if (k2 === undefined) k2 = k;\r\n o[k2] = m[k];\r\n}\r\n\r\nexport function __exportStar(m, exports) {\r\n for (var p in m) if (p !== \"default\" && !exports.hasOwnProperty(p)) exports[p] = m[p];\r\n}\r\n\r\nexport function __values(o) {\r\n var s = typeof Symbol === \"function\" && Symbol.iterator, m = s && o[s], i = 0;\r\n if (m) return m.call(o);\r\n if (o && typeof o.length === \"number\") return {\r\n next: function () {\r\n if (o && i >= o.length) o = void 0;\r\n return { value: o && o[i++], done: !o };\r\n }\r\n };\r\n throw new TypeError(s ? \"Object is not iterable.\" : \"Symbol.iterator is not defined.\");\r\n}\r\n\r\nexport function __read(o, n) {\r\n var m = typeof Symbol === \"function\" && o[Symbol.iterator];\r\n if (!m) return o;\r\n var i = m.call(o), r, ar = [], e;\r\n try {\r\n while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);\r\n }\r\n catch (error) { e = { error: error }; }\r\n finally {\r\n try {\r\n if (r && !r.done && (m = i[\"return\"])) m.call(i);\r\n }\r\n finally { if (e) throw e.error; }\r\n }\r\n return ar;\r\n}\r\n\r\nexport function __spread() {\r\n for (var ar = [], i = 0; i < arguments.length; i++)\r\n ar = ar.concat(__read(arguments[i]));\r\n return ar;\r\n}\r\n\r\nexport function __spreadArrays() {\r\n for (var s = 0, i = 0, il = arguments.length; i < il; i++) s += arguments[i].length;\r\n for (var r = Array(s), k = 0, i = 0; i < il; i++)\r\n for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++)\r\n r[k] = a[j];\r\n return r;\r\n};\r\n\r\nexport function __await(v) {\r\n return this instanceof __await ? (this.v = v, this) : new __await(v);\r\n}\r\n\r\nexport function __asyncGenerator(thisArg, _arguments, generator) {\r\n if (!Symbol.asyncIterator) throw new TypeError(\"Symbol.asyncIterator is not defined.\");\r\n var g = generator.apply(thisArg, _arguments || []), i, q = [];\r\n return i = {}, verb(\"next\"), verb(\"throw\"), verb(\"return\"), i[Symbol.asyncIterator] = function () { return this; }, i;\r\n function verb(n) { if (g[n]) i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; }\r\n function resume(n, v) { try { step(g[n](v)); } catch (e) { settle(q[0][3], e); } }\r\n function step(r) { r.value instanceof __await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r); }\r\n function fulfill(value) { resume(\"next\", value); }\r\n function reject(value) { resume(\"throw\", value); }\r\n function settle(f, v) { if (f(v), q.shift(), q.length) resume(q[0][0], q[0][1]); }\r\n}\r\n\r\nexport function __asyncDelegator(o) {\r\n var i, p;\r\n return i = {}, verb(\"next\"), verb(\"throw\", function (e) { throw e; }), verb(\"return\"), i[Symbol.iterator] = function () { return this; }, i;\r\n function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: __await(o[n](v)), done: n === \"return\" } : f ? f(v) : v; } : f; }\r\n}\r\n\r\nexport function __asyncValues(o) {\r\n if (!Symbol.asyncIterator) throw new TypeError(\"Symbol.asyncIterator is not defined.\");\r\n var m = o[Symbol.asyncIterator], i;\r\n return m ? m.call(o) : (o = typeof __values === \"function\" ? __values(o) : o[Symbol.iterator](), i = {}, verb(\"next\"), verb(\"throw\"), verb(\"return\"), i[Symbol.asyncIterator] = function () { return this; }, i);\r\n function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v = o[n](v), settle(resolve, reject, v.done, v.value); }); }; }\r\n function settle(resolve, reject, d, v) { Promise.resolve(v).then(function(v) { resolve({ value: v, done: d }); }, reject); }\r\n}\r\n\r\nexport function __makeTemplateObject(cooked, raw) {\r\n if (Object.defineProperty) { Object.defineProperty(cooked, \"raw\", { value: raw }); } else { cooked.raw = raw; }\r\n return cooked;\r\n};\r\n\r\nexport function __importStar(mod) {\r\n if (mod && mod.__esModule) return mod;\r\n var result = {};\r\n if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) result[k] = mod[k];\r\n result.default = mod;\r\n return result;\r\n}\r\n\r\nexport function __importDefault(mod) {\r\n return (mod && mod.__esModule) ? mod : { default: mod };\r\n}\r\n\r\nexport function __classPrivateFieldGet(receiver, privateMap) {\r\n if (!privateMap.has(receiver)) {\r\n throw new TypeError(\"attempted to get private field on non-instance\");\r\n }\r\n return privateMap.get(receiver);\r\n}\r\n\r\nexport function __classPrivateFieldSet(receiver, privateMap, value) {\r\n if (!privateMap.has(receiver)) {\r\n throw new TypeError(\"attempted to set private field on non-instance\");\r\n }\r\n privateMap.set(receiver, value);\r\n return value;\r\n}\r\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\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 { BaseResource, CloudError, AzureServiceClientOptions } from \"@azure/ms-rest-azure-js\";\nimport * as msRest from \"@azure/ms-rest-js\";\n\nexport { BaseResource, CloudError };\n\n/**\n * Resource properties.\n */\nexport interface ProxyResource extends BaseResource {\n /**\n * Resource ID\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly id?: string;\n /**\n * Resource name.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly name?: string;\n /**\n * Resource type.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly type?: string;\n}\n\n/**\n * Resource properties including location and tags for track resources.\n */\nexport interface TrackedResource extends ProxyResource {\n /**\n * The location the resource resides in.\n */\n location: string;\n /**\n * Application-specific metadata in the form of key-value pairs.\n */\n tags?: { [propertyName: string]: string };\n}\n\n/**\n * Storage Profile properties of a server\n */\nexport interface StorageProfile {\n /**\n * Backup retention days for the server.\n */\n backupRetentionDays?: number;\n /**\n * Enable Geo-redundant or not for server backup. Possible values include: 'Enabled', 'Disabled'\n */\n geoRedundantBackup?: GeoRedundantBackup;\n /**\n * Max storage allowed for a server.\n */\n storageMB?: number;\n /**\n * Enable Storage Auto Grow. Possible values include: 'Enabled', 'Disabled'\n */\n storageAutogrow?: StorageAutogrow;\n}\n\n/**\n * Contains the possible cases for ServerPropertiesForCreate.\n */\nexport type ServerPropertiesForCreateUnion = ServerPropertiesForCreate | ServerPropertiesForDefaultCreate | ServerPropertiesForRestore | ServerPropertiesForGeoRestore | ServerPropertiesForReplica;\n\n/**\n * The properties used to create a new server.\n */\nexport interface ServerPropertiesForCreate {\n /**\n * Polymorphic Discriminator\n */\n createMode: \"ServerPropertiesForCreate\";\n /**\n * Server version. Possible values include: '5.6', '5.7'\n */\n version?: ServerVersion;\n /**\n * Enable ssl enforcement or not when connect to server. Possible values include: 'Enabled',\n * 'Disabled'\n */\n sslEnforcement?: SslEnforcementEnum;\n /**\n * Storage profile of a server.\n */\n storageProfile?: StorageProfile;\n}\n\n/**\n * The properties used to create a new server.\n */\nexport interface ServerPropertiesForDefaultCreate {\n /**\n * Polymorphic Discriminator\n */\n createMode: \"Default\";\n /**\n * Server version. Possible values include: '5.6', '5.7'\n */\n version?: ServerVersion;\n /**\n * Enable ssl enforcement or not when connect to server. Possible values include: 'Enabled',\n * 'Disabled'\n */\n sslEnforcement?: SslEnforcementEnum;\n /**\n * Storage profile of a server.\n */\n storageProfile?: StorageProfile;\n /**\n * The administrator's login name of a server. Can only be specified when the server is being\n * created (and is required for creation).\n */\n administratorLogin: string;\n /**\n * The password of the administrator login.\n */\n administratorLoginPassword: string;\n}\n\n/**\n * The properties used to create a new server by restoring from a backup.\n */\nexport interface ServerPropertiesForRestore {\n /**\n * Polymorphic Discriminator\n */\n createMode: \"PointInTimeRestore\";\n /**\n * Server version. Possible values include: '5.6', '5.7'\n */\n version?: ServerVersion;\n /**\n * Enable ssl enforcement or not when connect to server. Possible values include: 'Enabled',\n * 'Disabled'\n */\n sslEnforcement?: SslEnforcementEnum;\n /**\n * Storage profile of a server.\n */\n storageProfile?: StorageProfile;\n /**\n * The source server id to restore from.\n */\n sourceServerId: string;\n /**\n * Restore point creation time (ISO8601 format), specifying the time to restore from.\n */\n restorePointInTime: Date;\n}\n\n/**\n * The properties used to create a new server by restoring to a different region from a geo\n * replicated backup.\n */\nexport interface ServerPropertiesForGeoRestore {\n /**\n * Polymorphic Discriminator\n */\n createMode: \"GeoRestore\";\n /**\n * Server version. Possible values include: '5.6', '5.7'\n */\n version?: ServerVersion;\n /**\n * Enable ssl enforcement or not when connect to server. Possible values include: 'Enabled',\n * 'Disabled'\n */\n sslEnforcement?: SslEnforcementEnum;\n /**\n * Storage profile of a server.\n */\n storageProfile?: StorageProfile;\n /**\n * The source server id to restore from.\n */\n sourceServerId: string;\n}\n\n/**\n * The properties to create a new replica.\n */\nexport interface ServerPropertiesForReplica {\n /**\n * Polymorphic Discriminator\n */\n createMode: \"Replica\";\n /**\n * Server version. Possible values include: '5.6', '5.7'\n */\n version?: ServerVersion;\n /**\n * Enable ssl enforcement or not when connect to server. Possible values include: 'Enabled',\n * 'Disabled'\n */\n sslEnforcement?: SslEnforcementEnum;\n /**\n * Storage profile of a server.\n */\n storageProfile?: StorageProfile;\n /**\n * The master server id to create replica from.\n */\n sourceServerId: string;\n}\n\n/**\n * Billing information related properties of a server.\n */\nexport interface Sku {\n /**\n * The name of the sku, typically, tier + family + cores, e.g. B_Gen4_1, GP_Gen5_8.\n */\n name?: string;\n /**\n * The tier of the particular SKU, e.g. Basic. Possible values include: 'Basic',\n * 'GeneralPurpose', 'MemoryOptimized'\n */\n tier?: SkuTier;\n /**\n * The scale up/out capacity, representing server's compute units.\n */\n capacity?: number;\n /**\n * The size code, to be interpreted by resource as appropriate.\n */\n size?: string;\n /**\n * The family of hardware.\n */\n family?: string;\n}\n\n/**\n * Represents a server.\n */\nexport interface Server extends TrackedResource {\n /**\n * The SKU (pricing tier) of the server.\n */\n sku?: Sku;\n /**\n * The administrator's login name of a server. Can only be specified when the server is being\n * created (and is required for creation).\n */\n administratorLogin?: string;\n /**\n * Server version. Possible values include: '5.6', '5.7'\n */\n version?: ServerVersion;\n /**\n * Enable ssl enforcement or not when connect to server. Possible values include: 'Enabled',\n * 'Disabled'\n */\n sslEnforcement?: SslEnforcementEnum;\n /**\n * A state of a server that is visible to user. Possible values include: 'Ready', 'Dropping',\n * 'Disabled'\n */\n userVisibleState?: ServerState;\n /**\n * The fully qualified domain name of a server.\n */\n fullyQualifiedDomainName?: string;\n /**\n * Earliest restore point creation time (ISO8601 format)\n */\n earliestRestoreDate?: Date;\n /**\n * Storage profile of a server.\n */\n storageProfile?: StorageProfile;\n /**\n * The replication role of the server.\n */\n replicationRole?: string;\n /**\n * The master server id of a replica server.\n */\n masterServerId?: string;\n /**\n * The maximum number of replicas that a master server can have.\n */\n replicaCapacity?: number;\n}\n\n/**\n * Represents a server to be created.\n */\nexport interface ServerForCreate {\n /**\n * The SKU (pricing tier) of the server.\n */\n sku?: Sku;\n /**\n * Properties of the server.\n */\n properties: ServerPropertiesForCreateUnion;\n /**\n * The location the resource resides in.\n */\n location: string;\n /**\n * Application-specific metadata in the form of key-value pairs.\n */\n tags?: { [propertyName: string]: string };\n}\n\n/**\n * Parameters allowed to update for a server.\n */\nexport interface ServerUpdateParameters {\n /**\n * The SKU (pricing tier) of the server.\n */\n sku?: Sku;\n /**\n * Storage profile of a server.\n */\n storageProfile?: StorageProfile;\n /**\n * The password of the administrator login.\n */\n administratorLoginPassword?: string;\n /**\n * The version of a server. Possible values include: '5.6', '5.7'\n */\n version?: ServerVersion;\n /**\n * Enable ssl enforcement or not when connect to server. Possible values include: 'Enabled',\n * 'Disabled'\n */\n sslEnforcement?: SslEnforcementEnum;\n /**\n * The replication role of the server.\n */\n replicationRole?: string;\n /**\n * Application-specific metadata in the form of key-value pairs.\n */\n tags?: { [propertyName: string]: string };\n}\n\n/**\n * Represents a server firewall rule.\n */\nexport interface FirewallRule extends ProxyResource {\n /**\n * The start IP address of the server firewall rule. Must be IPv4 format.\n */\n startIpAddress: string;\n /**\n * The end IP address of the server firewall rule. Must be IPv4 format.\n */\n endIpAddress: string;\n}\n\n/**\n * A virtual network rule.\n */\nexport interface VirtualNetworkRule extends ProxyResource {\n /**\n * The ARM resource id of the virtual network subnet.\n */\n virtualNetworkSubnetId: string;\n /**\n * Create firewall rule before the virtual network has vnet service endpoint enabled.\n */\n ignoreMissingVnetServiceEndpoint?: boolean;\n /**\n * Virtual Network Rule State. Possible values include: 'Initializing', 'InProgress', 'Ready',\n * 'Deleting', 'Unknown'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly state?: VirtualNetworkRuleState;\n}\n\n/**\n * Represents a Database.\n */\nexport interface Database extends ProxyResource {\n /**\n * The charset of the database.\n */\n charset?: string;\n /**\n * The collation of the database.\n */\n collation?: string;\n}\n\n/**\n * Represents a Configuration.\n */\nexport interface Configuration extends ProxyResource {\n /**\n * Value of the configuration.\n */\n value?: 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 * 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 /**\n * Source of the configuration.\n */\n source?: string;\n}\n\n/**\n * Display metadata associated with the operation.\n */\nexport interface OperationDisplay {\n /**\n * Operation resource provider name.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly provider?: string;\n /**\n * Resource on which the operation is performed.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly resource?: string;\n /**\n * Localized friendly name for the operation.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly operation?: string;\n /**\n * Operation description.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly description?: string;\n}\n\n/**\n * REST API operation definition.\n */\nexport interface Operation {\n /**\n * The name of the operation being performed on this particular object.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly name?: string;\n /**\n * The localized display information for this particular operation or action.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly display?: OperationDisplay;\n /**\n * The intended executor of the operation. Possible values include: 'NotSpecified', 'user',\n * 'system'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly origin?: OperationOrigin;\n /**\n * Additional descriptions for the operation.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly properties?: { [propertyName: string]: any };\n}\n\n/**\n * A list of resource provider operations.\n */\nexport interface OperationListResult {\n /**\n * The list of resource provider operations.\n */\n value?: Operation[];\n}\n\n/**\n * Represents a log file.\n */\nexport interface LogFile extends ProxyResource {\n /**\n * Size of the log file.\n */\n sizeInKB?: number;\n /**\n * Creation timestamp of the log file.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly createdTime?: Date;\n /**\n * Last modified timestamp of the log file.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly lastModifiedTime?: Date;\n /**\n * Type of the log file.\n */\n logFileType?: string;\n /**\n * The url to download the log file from.\n */\n url?: string;\n}\n\n/**\n * Service level objectives for performance tier.\n */\nexport interface PerformanceTierServiceLevelObjectives {\n /**\n * ID for the service level objective.\n */\n id?: string;\n /**\n * Edition of the performance tier.\n */\n edition?: string;\n /**\n * vCore associated with the service level objective\n */\n vCore?: number;\n /**\n * Hardware generation associated with the service level objective\n */\n hardwareGeneration?: string;\n /**\n * Maximum Backup retention in days for the performance tier edition\n */\n maxBackupRetentionDays?: number;\n /**\n * Minimum Backup retention in days for the performance tier edition\n */\n minBackupRetentionDays?: number;\n /**\n * Max storage allowed for a server.\n */\n maxStorageMB?: number;\n /**\n * Max storage allowed for a server.\n */\n minStorageMB?: number;\n}\n\n/**\n * Performance tier properties\n */\nexport interface PerformanceTierProperties {\n /**\n * ID of the performance tier.\n */\n id?: string;\n /**\n * Service level objectives associated with the performance tier\n */\n serviceLevelObjectives?: PerformanceTierServiceLevelObjectives[];\n}\n\n/**\n * Request from client to check resource name availability.\n */\nexport interface NameAvailabilityRequest {\n /**\n * Resource name to verify.\n */\n name: string;\n /**\n * Resource type used for verification.\n */\n type?: string;\n}\n\n/**\n * Represents a resource name availability.\n */\nexport interface NameAvailability {\n /**\n * Error Message.\n */\n message?: string;\n /**\n * Indicates whether the resource name is available.\n */\n nameAvailable?: boolean;\n /**\n * Reason for name being unavailable.\n */\n reason?: string;\n}\n\n/**\n * A server security alert policy.\n */\nexport interface ServerSecurityAlertPolicy extends ProxyResource {\n /**\n * Specifies the state of the policy, whether it is enabled or disabled. Possible values include:\n * 'Enabled', 'Disabled'\n */\n state: ServerSecurityAlertPolicyState;\n /**\n * Specifies an array of alerts that are disabled. Allowed values are: Sql_Injection,\n * Sql_Injection_Vulnerability, Access_Anomaly\n */\n disabledAlerts?: string[];\n /**\n * Specifies an array of e-mail addresses to which the alert is sent.\n */\n emailAddresses?: string[];\n /**\n * Specifies that the alert is sent to the account administrators.\n */\n emailAccountAdmins?: boolean;\n /**\n * Specifies the blob storage endpoint (e.g. https://MyAccount.blob.core.windows.net). This blob\n * storage will hold all Threat Detection audit logs.\n */\n storageEndpoint?: string;\n /**\n * Specifies the identifier key of the Threat Detection audit storage account.\n */\n storageAccountAccessKey?: string;\n /**\n * Specifies the number of days to keep in the Threat Detection audit logs.\n */\n retentionDays?: number;\n}\n\n/**\n * An interface representing MySQLManagementClientOptions.\n */\nexport interface MySQLManagementClientOptions extends AzureServiceClientOptions {\n baseUri?: string;\n}\n\n/**\n * @interface\n * A list of servers.\n * @extends Array<Server>\n */\nexport interface ServerListResult extends Array<Server> {\n}\n\n/**\n * @interface\n * A list of firewall rules.\n * @extends Array<FirewallRule>\n */\nexport interface FirewallRuleListResult extends Array<FirewallRule> {\n}\n\n/**\n * @interface\n * A list of virtual network rules.\n * @extends Array<VirtualNetworkRule>\n */\nexport interface VirtualNetworkRuleListResult extends Array<VirtualNetworkRule> {\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/**\n * @interface\n * A List of databases.\n * @extends Array<Database>\n */\nexport interface DatabaseListResult extends Array<Database> {\n}\n\n/**\n * @interface\n * A list of server configurations.\n * @extends Array<Configuration>\n */\nexport interface ConfigurationListResult extends Array<Configuration> {\n}\n\n/**\n * @interface\n * A list of log files.\n * @extends Array<LogFile>\n */\nexport interface LogFileListResult extends Array<LogFile> {\n}\n\n/**\n * @interface\n * A list of performance tiers.\n * @extends Array<PerformanceTierProperties>\n */\nexport interface PerformanceTierListResult extends Array<PerformanceTierProperties> {\n}\n\n/**\n * Defines values for ServerVersion.\n * Possible values include: '5.6', '5.7'\n * @readonly\n * @enum {string}\n */\nexport type ServerVersion = '5.6' | '5.7';\n\n/**\n * Defines values for SslEnforcementEnum.\n * Possible values include: 'Enabled', 'Disabled'\n * @readonly\n * @enum {string}\n */\nexport type SslEnforcementEnum = 'Enabled' | 'Disabled';\n\n/**\n * Defines values for ServerState.\n * Possible values include: 'Ready', 'Dropping', 'Disabled'\n * @readonly\n * @enum {string}\n */\nexport type ServerState = 'Ready' | 'Dropping' | 'Disabled';\n\n/**\n * Defines values for GeoRedundantBackup.\n * Possible values include: 'Enabled', 'Disabled'\n * @readonly\n * @enum {string}\n */\nexport type GeoRedundantBackup = 'Enabled' | 'Disabled';\n\n/**\n * Defines values for StorageAutogrow.\n * Possible values include: 'Enabled', 'Disabled'\n * @readonly\n * @enum {string}\n */\nexport type StorageAutogrow = 'Enabled' | 'Disabled';\n\n/**\n * Defines values for SkuTier.\n * Possible values include: 'Basic', 'GeneralPurpose', 'MemoryOptimized'\n * @readonly\n * @enum {string}\n */\nexport type SkuTier = 'Basic' | 'GeneralPurpose' | 'MemoryOptimized';\n\n/**\n * Defines values for VirtualNetworkRuleState.\n * Possible values include: 'Initializing', 'InProgress', 'Ready', 'Deleting', 'Unknown'\n * @readonly\n * @enum {string}\n */\nexport type VirtualNetworkRuleState = 'Initializing' | 'InProgress' | 'Ready' | 'Deleting' | 'Unknown';\n\n/**\n * Defines values for OperationOrigin.\n * Possible values include: 'NotSpecified', 'user', 'system'\n * @readonly\n * @enum {string}\n */\nexport type OperationOrigin = 'NotSpecified' | 'user' | 'system';\n\n/**\n * Defines values for ServerSecurityAlertPolicyState.\n * Possible values include: 'Enabled', 'Disabled'\n * @readonly\n * @enum {string}\n */\nexport type ServerSecurityAlertPolicyState = 'Enabled' | 'Disabled';\n\n/**\n * Contains response data for the create operation.\n */\nexport type ServersCreateResponse = Server & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: Server;\n };\n};\n\n/**\n * Contains response data for the update operation.\n */\nexport type ServersUpdateResponse = Server & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: Server;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type ServersGetResponse = Server & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: Server;\n };\n};\n\n/**\n * Contains response data for the listByResourceGroup operation.\n */\nexport type ServersListByResourceGroupResponse = ServerListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ServerListResult;\n };\n};\n\n/**\n * Contains response data for the list operation.\n */\nexport type ServersListResponse = ServerListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ServerListResult;\n };\n};\n\n/**\n * Contains response data for the beginCreate operation.\n */\nexport type ServersBeginCreateResponse = Server & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: Server;\n };\n};\n\n/**\n * Contains response data for the beginUpdate operation.\n */\nexport type ServersBeginUpdateResponse = Server & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: Server;\n };\n};\n\n/**\n * Contains response data for the listByServer operation.\n */\nexport type ReplicasListByServerResponse = ServerListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ServerListResult;\n };\n};\n\n/**\n * Contains response data for the createOrUpdate operation.\n */\nexport type FirewallRulesCreateOrUpdateResponse = FirewallRule & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: FirewallRule;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type FirewallRulesGetResponse = FirewallRule & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: FirewallRule;\n };\n};\n\n/**\n * Contains response data for the listByServer operation.\n */\nexport type FirewallRulesListByServerResponse = FirewallRuleListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: FirewallRuleListResult;\n };\n};\n\n/**\n * Contains response data for the beginCreateOrUpdate operation.\n */\nexport type FirewallRulesBeginCreateOrUpdateResponse = FirewallRule & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: FirewallRule;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type VirtualNetworkRulesGetResponse = VirtualNetworkRule & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: VirtualNetworkRule;\n };\n};\n\n/**\n * Contains response data for the createOrUpdate operation.\n */\nexport type VirtualNetworkRulesCreateOrUpdateResponse = VirtualNetworkRule & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: VirtualNetworkRule;\n };\n};\n\n/**\n * Contains response data for the listByServer operation.\n */\nexport type VirtualNetworkRulesListByServerResponse = VirtualNetworkRuleListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: VirtualNetworkRuleListResult;\n };\n};\n\n/**\n * Contains response data for the beginCreateOrUpdate operation.\n */\nexport type VirtualNetworkRulesBeginCreateOrUpdateResponse = VirtualNetworkRule & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: VirtualNetworkRule;\n };\n};\n\n/**\n * Contains response data for the listByServerNext operation.\n */\nexport type VirtualNetworkRulesListByServerNextResponse = VirtualNetworkRuleListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: VirtualNetworkRuleListResult;\n };\n};\n\n/**\n * Contains response data for the createOrUpdate operation.\n */\nexport type DatabasesCreateOrUpdateResponse = Database & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: Database;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type DatabasesGetResponse = Database & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: Database;\n };\n};\n\n/**\n * Contains response data for the listByServer operation.\n */\nexport type DatabasesListByServerResponse = DatabaseListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: DatabaseListResult;\n };\n};\n\n/**\n * Contains response data for the beginCreateOrUpdate operation.\n */\nexport type DatabasesBeginCreateOrUpdateResponse = Database & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: Database;\n };\n};\n\n/**\n * Contains response data for the createOrUpdate operation.\n */\nexport type ConfigurationsCreateOrUpdateResponse = Configuration & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: Configuration;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type ConfigurationsGetResponse = Configuration & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: Configuration;\n };\n};\n\n/**\n * Contains response data for the listByServer operation.\n */\nexport type ConfigurationsListByServerResponse = ConfigurationListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ConfigurationListResult;\n };\n};\n\n/**\n * Contains response data for the beginCreateOrUpdate operation.\n */\nexport type ConfigurationsBeginCreateOrUpdateResponse = Configuration & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: Configuration;\n };\n};\n\n/**\n * Contains response data for the listByServer operation.\n */\nexport type LogFilesListByServerResponse = LogFileListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: LogFileListResult;\n };\n};\n\n/**\n * Contains response data for the list operation.\n */\nexport type LocationBasedPerformanceTierListResponse = PerformanceTierListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: PerformanceTierListResult;\n };\n};\n\n/**\n * Contains response data for the execute operation.\n */\nexport type CheckNameAvailabilityExecuteResponse = NameAvailability & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: NameAvailability;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type ServerSecurityAlertPoliciesGetResponse = ServerSecurityAlertPolicy & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ServerSecurityAlertPolicy;\n };\n};\n\n/**\n * Contains response data for the createOrUpdate operation.\n */\nexport type ServerSecurityAlertPoliciesCreateOrUpdateResponse = ServerSecurityAlertPolicy & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ServerSecurityAlertPolicy;\n };\n};\n\n/**\n * Contains response data for the beginCreateOrUpdate operation.\n */\nexport type ServerSecurityAlertPoliciesBeginCreateOrUpdateResponse = ServerSecurityAlertPolicy & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ServerSecurityAlertPolicy;\n };\n};\n\n/**\n * Contains response data for the list operation.\n */\nexport type OperationsListResponse = OperationListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: OperationListResult;\n };\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\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 { CloudErrorMapper, BaseResourceMapper } from \"@azure/ms-rest-azure-js\";\nimport * as msRest from \"@azure/ms-rest-js\";\n\nexport const CloudError = CloudErrorMapper;\nexport const BaseResource = BaseResourceMapper;\n\nexport const ProxyResource: msRest.CompositeMapper = {\n serializedName: \"ProxyResource\",\n type: {\n name: \"Composite\",\n className: \"ProxyResource\",\n modelProperties: {\n id: {\n readOnly: true,\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n },\n name: {\n readOnly: true,\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n type: {\n readOnly: true,\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const TrackedResource: msRest.CompositeMapper = {\n serializedName: \"TrackedResource\",\n type: {\n name: \"Composite\",\n className: \"TrackedResource\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n location: {\n required: true,\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n },\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const StorageProfile: msRest.CompositeMapper = {\n serializedName: \"StorageProfile\",\n type: {\n name: \"Composite\",\n className: \"StorageProfile\",\n modelProperties: {\n backupRetentionDays: {\n serializedName: \"backupRetentionDays\",\n type: {\n name: \"Number\"\n }\n },\n geoRedundantBackup: {\n serializedName: \"geoRedundantBackup\",\n type: {\n name: \"String\"\n }\n },\n storageMB: {\n serializedName: \"storageMB\",\n type: {\n name: \"Number\"\n }\n },\n storageAutogrow: {\n serializedName: \"storageAutogrow\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ServerPropertiesForCreate: msRest.CompositeMapper = {\n serializedName: \"ServerPropertiesForCreate\",\n type: {\n name: \"Composite\",\n polymorphicDiscriminator: {\n serializedName: \"createMode\",\n clientName: \"createMode\"\n },\n uberParent: \"ServerPropertiesForCreate\",\n className: \"ServerPropertiesForCreate\",\n modelProperties: {\n version: {\n serializedName: \"version\",\n type: {\n name: \"String\"\n }\n },\n sslEnforcement: {\n serializedName: \"sslEnforcement\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"Enabled\",\n \"Disabled\"\n ]\n }\n },\n storageProfile: {\n serializedName: \"storageProfile\",\n type: {\n name: \"Composite\",\n className: \"StorageProfile\"\n }\n },\n createMode: {\n required: true,\n serializedName: \"createMode\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ServerPropertiesForDefaultCreate: msRest.CompositeMapper = {\n serializedName: \"Default\",\n type: {\n name: \"Composite\",\n polymorphicDiscriminator: ServerPropertiesForCreate.type.polymorphicDiscriminator,\n uberParent: \"ServerPropertiesForCreate\",\n className: \"ServerPropertiesForDefaultCreate\",\n modelProperties: {\n ...ServerPropertiesForCreate.type.modelProperties,\n administratorLogin: {\n required: true,\n serializedName: \"administratorLogin\",\n type: {\n name: \"String\"\n }\n },\n administratorLoginPassword: {\n required: true,\n serializedName: \"administratorLoginPassword\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ServerPropertiesForRestore: msRest.CompositeMapper = {\n serializedName: \"PointInTimeRestore\",\n type: {\n name: \"Composite\",\n polymorphicDiscriminator: ServerPropertiesForCreate.type.polymorphicDiscriminator,\n uberParent: \"ServerPropertiesForCreate\",\n className: \"ServerPropertiesForRestore\",\n modelProperties: {\n ...ServerPropertiesForCreate.type.modelProperties,\n sourceServerId: {\n required: true,\n serializedName: \"sourceServerId\",\n type: {\n name: \"String\"\n }\n },\n restorePointInTime: {\n required: true,\n serializedName: \"restorePointInTime\",\n type: {\n name: \"DateTime\"\n }\n }\n }\n }\n};\n\nexport const ServerPropertiesForGeoRestore: msRest.CompositeMapper = {\n serializedName: \"GeoRestore\",\n type: {\n name: \"Composite\",\n polymorphicDiscriminator: ServerPropertiesForCreate.type.polymorphicDiscriminator,\n uberParent: \"ServerPropertiesForCreate\",\n className: \"ServerPropertiesForGeoRestore\",\n modelProperties: {\n ...ServerPropertiesForCreate.type.modelProperties,\n sourceServerId: {\n required: true,\n serializedName: \"sourceServerId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ServerPropertiesForReplica: msRest.CompositeMapper = {\n serializedName: \"Replica\",\n type: {\n name: \"Composite\",\n polymorphicDiscriminator: ServerPropertiesForCreate.type.polymorphicDiscriminator,\n uberParent: \"ServerPropertiesForCreate\",\n className: \"ServerPropertiesForReplica\",\n modelProperties: {\n ...ServerPropertiesForCreate.type.modelProperties,\n sourceServerId: {\n required: true,\n serializedName: \"sourceServerId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Sku: msRest.CompositeMapper = {\n serializedName: \"Sku\",\n type: {\n name: \"Composite\",\n className: \"Sku\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n tier: {\n serializedName: \"tier\",\n type: {\n name: \"String\"\n }\n },\n capacity: {\n serializedName: \"capacity\",\n constraints: {\n InclusiveMinimum: 0\n },\n type: {\n name: \"Number\"\n }\n },\n size: {\n serializedName: \"size\",\n type: {\n name: \"String\"\n }\n },\n family: {\n serializedName: \"family\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Server: msRest.CompositeMapper = {\n serializedName: \"Server\",\n type: {\n name: \"Composite\",\n className: \"Server\",\n modelProperties: {\n ...TrackedResource.type.modelProperties,\n sku: {\n serializedName: \"sku\",\n type: {\n name: \"Composite\",\n className: \"Sku\"\n }\n },\n administratorLogin: {\n serializedName: \"properties.administratorLogin\",\n type: {\n name: \"String\"\n }\n },\n version: {\n serializedName: \"properties.version\",\n type: {\n name: \"String\"\n }\n },\n sslEnforcement: {\n serializedName: \"properties.sslEnforcement\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"Enabled\",\n \"Disabled\"\n ]\n }\n },\n userVisibleState: {\n serializedName: \"properties.userVisibleState\",\n type: {\n name: \"String\"\n }\n },\n fullyQualifiedDomainName: {\n serializedName: \"properties.fullyQualifiedDomainName\",\n type: {\n name: \"String\"\n }\n },\n earliestRestoreDate: {\n serializedName: \"properties.earliestRestoreDate\",\n type: {\n name: \"DateTime\"\n }\n },\n storageProfile: {\n serializedName: \"properties.storageProfile\",\n type: {\n name: \"Composite\",\n className: \"StorageProfile\"\n }\n },\n replicationRole: {\n serializedName: \"properties.replicationRole\",\n type: {\n name: \"String\"\n }\n },\n masterServerId: {\n serializedName: \"properties.masterServerId\",\n type: {\n name: \"String\"\n }\n },\n replicaCapacity: {\n serializedName: \"properties.replicaCapacity\",\n constraints: {\n InclusiveMinimum: 0\n },\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const ServerForCreate: msRest.CompositeMapper = {\n serializedName: \"ServerForCreate\",\n type: {\n name: \"Composite\",\n className: \"ServerForCreate\",\n modelProperties: {\n sku: {\n serializedName: \"sku\",\n type: {\n name: \"Composite\",\n className: \"Sku\"\n }\n },\n properties: {\n required: true,\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"ServerPropertiesForCreate\"\n }\n },\n location: {\n required: true,\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n },\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ServerUpdateParameters: msRest.CompositeMapper = {\n serializedName: \"ServerUpdateParameters\",\n type: {\n name: \"Composite\",\n className: \"ServerUpdateParameters\",\n modelProperties: {\n sku: {\n serializedName: \"sku\",\n type: {\n name: \"Composite\",\n className: \"Sku\"\n }\n },\n storageProfile: {\n serializedName: \"properties.storageProfile\",\n type: {\n name: \"Composite\",\n className: \"StorageProfile\"\n }\n },\n administratorLoginPassword: {\n serializedName: \"properties.administratorLoginPassword\",\n type: {\n name: \"String\"\n }\n },\n version: {\n serializedName: \"properties.version\",\n type: {\n name: \"String\"\n }\n },\n sslEnforcement: {\n serializedName: \"properties.sslEnforcement\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"Enabled\",\n \"Disabled\"\n ]\n }\n },\n replicationRole: {\n serializedName: \"properties.replicationRole\",\n type: {\n name: \"String\"\n }\n },\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const FirewallRule: msRest.CompositeMapper = {\n serializedName: \"FirewallRule\",\n type: {\n name: \"Composite\",\n className: \"FirewallRule\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n startIpAddress: {\n required: true,\n serializedName: \"properties.startIpAddress\",\n constraints: {\n Pattern: /^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\\.){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])$/\n },\n type: {\n name: \"String\"\n }\n },\n endIpAddress: {\n required: true,\n serializedName: \"properties.endIpAddress\",\n constraints: {\n Pattern: /^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\\.){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])$/\n },\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const VirtualNetworkRule: msRest.CompositeMapper = {\n serializedName: \"VirtualNetworkRule\",\n type: {\n name: \"Composite\",\n className: \"VirtualNetworkRule\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n virtualNetworkSubnetId: {\n required: true,\n serializedName: \"properties.virtualNetworkSubnetId\",\n type: {\n name: \"String\"\n }\n },\n ignoreMissingVnetServiceEndpoint: {\n serializedName: \"properties.ignoreMissingVnetServiceEndpoint\",\n type: {\n name: \"Boolean\"\n }\n },\n state: {\n readOnly: true,\n serializedName: \"properties.state\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Database: msRest.CompositeMapper = {\n serializedName: \"Database\",\n type: {\n name: \"Composite\",\n className: \"Database\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n charset: {\n serializedName: \"properties.charset\",\n type: {\n name: \"String\"\n }\n },\n collation: {\n serializedName: \"properties.collation\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Configuration: msRest.CompositeMapper = {\n serializedName: \"Configuration\",\n type: {\n name: \"Composite\",\n className: \"Configuration\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n value: {\n serializedName: \"properties.value\",\n type: {\n name: \"String\"\n }\n },\n description: {\n readOnly: true,\n serializedName: \"properties.description\",\n type: {\n name: \"String\"\n }\n },\n defaultValue: {\n readOnly: true,\n serializedName: \"properties.defaultValue\",\n type: {\n name: \"String\"\n }\n },\n dataType: {\n readOnly: true,\n serializedName: \"properties.dataType\",\n type: {\n name: \"String\"\n }\n },\n allowedValues: {\n readOnly: true,\n serializedName: \"properties.allowedValues\",\n type: {\n name: \"String\"\n }\n },\n source: {\n serializedName: \"properties.source\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const OperationDisplay: msRest.CompositeMapper = {\n serializedName: \"OperationDisplay\",\n type: {\n name: \"Composite\",\n className: \"OperationDisplay\",\n modelProperties: {\n provider: {\n readOnly: true,\n serializedName: \"provider\",\n type: {\n name: \"String\"\n }\n },\n resource: {\n readOnly: true,\n serializedName: \"resource\",\n type: {\n name: \"String\"\n }\n },\n operation: {\n readOnly: true,\n serializedName: \"operation\",\n type: {\n name: \"String\"\n }\n },\n description: {\n readOnly: true,\n serializedName: \"description\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Operation: msRest.CompositeMapper = {\n serializedName: \"Operation\",\n type: {\n name: \"Composite\",\n className: \"Operation\",\n modelProperties: {\n name: {\n readOnly: true,\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n display: {\n readOnly: true,\n serializedName: \"display\",\n type: {\n name: \"Composite\",\n className: \"OperationDisplay\"\n }\n },\n origin: {\n readOnly: true,\n serializedName: \"origin\",\n type: {\n name: \"String\"\n }\n },\n properties: {\n readOnly: true,\n serializedName: \"properties\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"Object\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const OperationListResult: msRest.CompositeMapper = {\n serializedName: \"OperationListResult\",\n type: {\n name: \"Composite\",\n className: \"OperationListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Operation\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const LogFile: msRest.CompositeMapper = {\n serializedName: \"LogFile\",\n type: {\n name: \"Composite\",\n className: \"LogFile\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n sizeInKB: {\n serializedName: \"properties.sizeInKB\",\n type: {\n name: \"Number\"\n }\n },\n createdTime: {\n readOnly: true,\n serializedName: \"properties.createdTime\",\n type: {\n name: \"DateTime\"\n }\n },\n lastModifiedTime: {\n readOnly: true,\n serializedName: \"properties.lastModifiedTime\",\n type: {\n name: \"DateTime\"\n }\n },\n logFileType: {\n serializedName: \"properties.type\",\n type: {\n name: \"String\"\n }\n },\n url: {\n serializedName: \"properties.url\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const PerformanceTierServiceLevelObjectives: msRest.CompositeMapper = {\n serializedName: \"PerformanceTierServiceLevelObjectives\",\n type: {\n name: \"Composite\",\n className: \"PerformanceTierServiceLevelObjectives\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n },\n edition: {\n serializedName: \"edition\",\n type: {\n name: \"String\"\n }\n },\n vCore: {\n serializedName: \"vCore\",\n type: {\n name: \"Number\"\n }\n },\n hardwareGeneration: {\n serializedName: \"hardwareGeneration\",\n type: {\n name: \"String\"\n }\n },\n maxBackupRetentionDays: {\n serializedName: \"maxBackupRetentionDays\",\n type: {\n name: \"Number\"\n }\n },\n minBackupRetentionDays: {\n serializedName: \"minBackupRetentionDays\",\n type: {\n name: \"Number\"\n }\n },\n maxStorageMB: {\n serializedName: \"maxStorageMB\",\n type: {\n name: \"Number\"\n }\n },\n minStorageMB: {\n serializedName: \"minStorageMB\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const PerformanceTierProperties: msRest.CompositeMapper = {\n serializedName: \"PerformanceTierProperties\",\n type: {\n name: \"Composite\",\n className: \"PerformanceTierProperties\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n },\n serviceLevelObjectives: {\n serializedName: \"serviceLevelObjectives\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PerformanceTierServiceLevelObjectives\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const NameAvailabilityRequest: msRest.CompositeMapper = {\n serializedName: \"NameAvailabilityRequest\",\n type: {\n name: \"Composite\",\n className: \"NameAvailabilityRequest\",\n modelProperties: {\n name: {\n required: true,\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const NameAvailability: msRest.CompositeMapper = {\n serializedName: \"NameAvailability\",\n type: {\n name: \"Composite\",\n className: \"NameAvailability\",\n modelProperties: {\n message: {\n serializedName: \"message\",\n type: {\n name: \"String\"\n }\n },\n nameAvailable: {\n serializedName: \"nameAvailable\",\n type: {\n name: \"Boolean\"\n }\n },\n reason: {\n serializedName: \"reason\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ServerSecurityAlertPolicy: msRest.CompositeMapper = {\n serializedName: \"ServerSecurityAlertPolicy\",\n type: {\n name: \"Composite\",\n className: \"ServerSecurityAlertPolicy\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n state: {\n required: true,\n serializedName: \"properties.state\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"Enabled\",\n \"Disabled\"\n ]\n }\n },\n disabledAlerts: {\n serializedName: \"properties.disabledAlerts\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n emailAddresses: {\n serializedName: \"properties.emailAddresses\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n emailAccountAdmins: {\n serializedName: \"properties.emailAccountAdmins\",\n type: {\n name: \"Boolean\"\n }\n },\n storageEndpoint: {\n serializedName: \"properties.storageEndpoint\",\n type: {\n name: \"String\"\n }\n },\n storageAccountAccessKey: {\n serializedName: \"properties.storageAccountAccessKey\",\n type: {\n name: \"String\"\n }\n },\n retentionDays: {\n serializedName: \"properties.retentionDays\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const ServerListResult: msRest.CompositeMapper = {\n serializedName: \"ServerListResult\",\n type: {\n name: \"Composite\",\n className: \"ServerListResult\",\n modelProperties: {\n value: {\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Server\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const FirewallRuleListResult: msRest.CompositeMapper = {\n serializedName: \"FirewallRuleListResult\",\n type: {\n name: \"Composite\",\n className: \"FirewallRuleListResult\",\n modelProperties: {\n value: {\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"FirewallRule\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const VirtualNetworkRuleListResult: msRest.CompositeMapper = {\n serializedName: \"VirtualNetworkRuleListResult\",\n type: {\n name: \"Composite\",\n className: \"VirtualNetworkRuleListResult\",\n modelProperties: {\n value: {\n readOnly: true,\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"VirtualNetworkRule\"\n }\n }\n }\n },\n nextLink: {\n readOnly: true,\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DatabaseListResult: msRest.CompositeMapper = {\n serializedName: \"DatabaseListResult\",\n type: {\n name: \"Composite\",\n className: \"DatabaseListResult\",\n modelProperties: {\n value: {\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Database\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ConfigurationListResult: msRest.CompositeMapper = {\n serializedName: \"ConfigurationListResult\",\n type: {\n name: \"Composite\",\n className: \"ConfigurationListResult\",\n modelProperties: {\n value: {\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Configuration\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const LogFileListResult: msRest.CompositeMapper = {\n serializedName: \"LogFileListResult\",\n type: {\n name: \"Composite\",\n className: \"LogFileListResult\",\n modelProperties: {\n value: {\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"LogFile\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const PerformanceTierListResult: msRest.CompositeMapper = {\n serializedName: \"PerformanceTierListResult\",\n type: {\n name: \"Composite\",\n className: \"PerformanceTierListResult\",\n modelProperties: {\n value: {\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PerformanceTierProperties\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const discriminators = {\n 'ServerPropertiesForCreate' : ServerPropertiesForCreate,\n 'ServerPropertiesForCreate.Default' : ServerPropertiesForDefaultCreate,\n 'ServerPropertiesForCreate.PointInTimeRestore' : ServerPropertiesForRestore,\n 'ServerPropertiesForCreate.GeoRestore' : ServerPropertiesForGeoRestore,\n 'ServerPropertiesForCreate.Replica' : ServerPropertiesForReplica\n\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\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\nexport {\n discriminators,\n BaseResource,\n CloudError,\n Configuration,\n Database,\n FirewallRule,\n LogFile,\n ProxyResource,\n Server,\n ServerForCreate,\n ServerListResult,\n ServerPropertiesForCreate,\n ServerPropertiesForDefaultCreate,\n ServerPropertiesForGeoRestore,\n ServerPropertiesForReplica,\n ServerPropertiesForRestore,\n ServerSecurityAlertPolicy,\n ServerUpdateParameters,\n Sku,\n StorageProfile,\n TrackedResource,\n VirtualNetworkRule\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\n\nexport const acceptLanguage: msRest.OperationParameter = {\n parameterPath: \"acceptLanguage\",\n mapper: {\n serializedName: \"accept-language\",\n defaultValue: 'en-US',\n type: {\n name: \"String\"\n }\n }\n};\nexport const apiVersion: msRest.OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n required: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const configurationName: msRest.OperationURLParameter = {\n parameterPath: \"configurationName\",\n mapper: {\n required: true,\n serializedName: \"configurationName\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const databaseName: msRest.OperationURLParameter = {\n parameterPath: \"databaseName\",\n mapper: {\n required: true,\n serializedName: \"databaseName\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const firewallRuleName: msRest.OperationURLParameter = {\n parameterPath: \"firewallRuleName\",\n mapper: {\n required: true,\n serializedName: \"firewallRuleName\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const locationName: msRest.OperationURLParameter = {\n parameterPath: \"locationName\",\n mapper: {\n required: true,\n serializedName: \"locationName\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const nextPageLink: msRest.OperationURLParameter = {\n parameterPath: \"nextPageLink\",\n mapper: {\n required: true,\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n },\n skipEncoding: true\n};\nexport const resourceGroupName: msRest.OperationURLParameter = {\n parameterPath: \"resourceGroupName\",\n mapper: {\n required: true,\n serializedName: \"resourceGroupName\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const securityAlertPolicyName: msRest.OperationURLParameter = {\n parameterPath: \"securityAlertPolicyName\",\n mapper: {\n required: true,\n isConstant: true,\n serializedName: \"securityAlertPolicyName\",\n defaultValue: 'Default',\n type: {\n name: \"String\"\n }\n }\n};\nexport const serverName: msRest.OperationURLParameter = {\n parameterPath: \"serverName\",\n mapper: {\n required: true,\n serializedName: \"serverName\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const subscriptionId: msRest.OperationURLParameter = {\n parameterPath: \"subscriptionId\",\n mapper: {\n required: true,\n serializedName: \"subscriptionId\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const virtualNetworkRuleName: msRest.OperationURLParameter = {\n parameterPath: \"virtualNetworkRuleName\",\n mapper: {\n required: true,\n serializedName: \"virtualNetworkRuleName\",\n type: {\n name: \"String\"\n }\n }\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as msRestAzure from \"@azure/ms-rest-azure-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/serversMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { MySQLManagementClientContext } from \"../mySQLManagementClientContext\";\n\n/** Class representing a Servers. */\nexport class Servers {\n private readonly client: MySQLManagementClientContext;\n\n /**\n * Create a Servers.\n * @param {MySQLManagementClientContext} client Reference to the service client.\n */\n constructor(client: MySQLManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Creates a new server or updates an existing server. The update action will overwrite the\n * existing server.\n * @param resourceGroupName The name of the resource group that contains the resource. You can\n * obtain this value from the Azure Resource Manager API or the portal.\n * @param serverName The name of the server.\n * @param parameters The required parameters for creating or updating a server.\n * @param [options] The optional parameters\n * @returns Promise<Models.ServersCreateResponse>\n */\n create(resourceGroupName: string, serverName: string, parameters: Models.ServerForCreate, options?: msRest.RequestOptionsBase): Promise<Models.ServersCreateResponse> {\n return this.beginCreate(resourceGroupName,serverName,parameters,options)\n .then(lroPoller => lroPoller.pollUntilFinished()) as Promise<Models.ServersCreateResponse>;\n }\n\n /**\n * Updates an existing server. The request body can contain one to many of the properties present\n * in the normal server definition.\n * @param resourceGroupName The name of the resource group that contains the resource. You can\n * obtain this value from the Azure Resource Manager API or the portal.\n * @param serverName The name of the server.\n * @param parameters The required parameters for updating a server.\n * @param [options] The optional parameters\n * @returns Promise<Models.ServersUpdateResponse>\n */\n update(resourceGroupName: string, serverName: string, parameters: Models.ServerUpdateParameters, options?: msRest.RequestOptionsBase): Promise<Models.ServersUpdateResponse> {\n return this.beginUpdate(resourceGroupName,serverName,parameters,options)\n .then(lroPoller => lroPoller.pollUntilFinished()) as Promise<Models.ServersUpdateResponse>;\n }\n\n /**\n * Deletes a server.\n * @param resourceGroupName The name of the resource group that contains the resource. You can\n * obtain this value from the Azure Resource Manager API or the portal.\n * @param serverName The name of the server.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n deleteMethod(resourceGroupName: string, serverName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse> {\n return this.beginDeleteMethod(resourceGroupName,serverName,options)\n .then(lroPoller => lroPoller.pollUntilFinished());\n }\n\n /**\n * Gets information about a server.\n * @param resourceGroupName The name of the resource group that contains the resource. You can\n * obtain this value from the Azure Resource Manager API or the portal.\n * @param serverName The name of the server.\n * @param [options] The optional parameters\n * @returns Promise<Models.ServersGetResponse>\n */\n get(resourceGroupName: string, serverName: string, options?: msRest.RequestOptionsBase): Promise<Models.ServersGetResponse>;\n /**\n * @param resourceGroupName The name of the resource group that contains the resource. You can\n * obtain this value from the Azure Resource Manager API or the portal.\n * @param serverName The name of the server.\n * @param callback The callback\n */\n get(resourceGroupName: string, serverName: string, callback: msRest.ServiceCallback<Models.Server>): void;\n /**\n * @param resourceGroupName The name of the resource group that contains the resource. You can\n * obtain this value from the Azure Resource Manager API or the portal.\n * @param serverName The name of the server.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, serverName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Server>): void;\n get(resourceGroupName: string, serverName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.Server>, callback?: msRest.ServiceCallback<Models.Server>): Promise<Models.ServersGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n serverName,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.ServersGetResponse>;\n }\n\n /**\n * List all the servers in a given resource group.\n * @param resourceGroupName The name of the resource group that contains the resource. You can\n * obtain this value from the Azure Resource Manager API or the portal.\n * @param [options] The optional parameters\n * @returns Promise<Models.ServersListByResourceGroupResponse>\n */\n listByResourceGroup(resourceGroupName: string, options?: msRest.RequestOptionsBase): Promise<Models.ServersListByResourceGroupResponse>;\n /**\n * @param resourceGroupName The name of the resource group that contains the resource. You can\n * obtain this value from the Azure Resource Manager API or the portal.\n * @param callback The callback\n */\n listByResourceGroup(resourceGroupName: string, callback: msRest.ServiceCallback<Models.ServerListResult>): void;\n /**\n * @param resourceGroupName The name of the resource group that contains the resource. You can\n * obtain this value from the Azure Resource Manager API or the portal.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByResourceGroup(resourceGroupName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ServerListResult>): void;\n listByResourceGroup(resourceGroupName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ServerListResult>, callback?: msRest.ServiceCallback<Models.ServerListResult>): Promise<Models.ServersListByResourceGroupResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n options\n },\n listByResourceGroupOperationSpec,\n callback) as Promise<Models.ServersListByResourceGroupResponse>;\n }\n\n /**\n * List all the servers in a given subscription.\n * @param [options] The optional parameters\n * @returns Promise<Models.ServersListResponse>\n */\n list(options?: msRest.RequestOptionsBase): Promise<Models.ServersListResponse>;\n /**\n * @param callback The callback\n */\n list(callback: msRest.ServiceCallback<Models.ServerListResult>): void;\n /**\n * @param options The optional parameters\n * @param callback The callback\n */\n list(options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ServerListResult>): void;\n list(options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ServerListResult>, callback?: msRest.ServiceCallback<Models.ServerListResult>): Promise<Models.ServersListResponse> {\n return this.client.sendOperationRequest(\n {\n options\n },\n listOperationSpec,\n callback) as Promise<Models.ServersListResponse>;\n }\n\n /**\n * Restarts a server.\n * @param resourceGroupName The name of the resource group that contains the resource. You can\n * obtain this value from the Azure Resource Manager API or the portal.\n * @param serverName The name of the server.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n restart(resourceGroupName: string, serverName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse> {\n return this.beginRestart(resourceGroupName,serverName,options)\n .then(lroPoller => lroPoller.pollUntilFinished());\n }\n\n /**\n * Creates a new server or updates an existing server. The update action will overwrite the\n * existing server.\n * @param resourceGroupName The name of the resource group that contains the resource. You can\n * obtain this value from the Azure Resource Manager API or the portal.\n * @param serverName The name of the server.\n * @param parameters The required parameters for creating or updating a server.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginCreate(resourceGroupName: string, serverName: string, parameters: Models.ServerForCreate, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n serverName,\n parameters,\n options\n },\n beginCreateOperationSpec,\n options);\n }\n\n /**\n * Updates an existing server. The request body can contain one to many of the properties present\n * in the normal server definition.\n * @param resourceGroupName The name of the resource group that contains the resource. You can\n * obtain this value from the Azure Resource Manager API or the portal.\n * @param serverName The name of the server.\n * @param parameters The required parameters for updating a server.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginUpdate(resourceGroupName: string, serverName: string, parameters: Models.ServerUpdateParameters, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n serverName,\n parameters,\n options\n },\n beginUpdateOperationSpec,\n options);\n }\n\n /**\n * Deletes a server.\n * @param resourceGroupName The name of the resource group that contains the resource. You can\n * obtain this value from the Azure Resource Manager API or the portal.\n * @param serverName The name of the server.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginDeleteMethod(resourceGroupName: string, serverName: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n serverName,\n options\n },\n beginDeleteMethodOperationSpec,\n options);\n }\n\n /**\n * Restarts a server.\n * @param resourceGroupName The name of the resource group that contains the resource. You can\n * obtain this value from the Azure Resource Manager API or the portal.\n * @param serverName The name of the server.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginRestart(resourceGroupName: string, serverName: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n serverName,\n options\n },\n beginRestartOperationSpec,\n options);\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/servers/{serverName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.serverName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.Server\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listByResourceGroupOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/servers\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ServerListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/providers/Microsoft.DBforMySQL/servers\",\n urlParameters: [\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ServerListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginCreateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/servers/{serverName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.serverName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"parameters\",\n mapper: {\n ...Mappers.ServerForCreate,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.Server\n },\n 201: {\n bodyMapper: Mappers.Server\n },\n 202: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginUpdateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PATCH\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/servers/{serverName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.serverName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"parameters\",\n mapper: {\n ...Mappers.ServerUpdateParameters,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.Server\n },\n 202: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginDeleteMethodOperationSpec: msRest.OperationSpec = {\n httpMethod: \"DELETE\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/servers/{serverName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.serverName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginRestartOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/servers/{serverName}/restart\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.serverName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {},\n 202: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\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\nexport {\n discriminators,\n BaseResource,\n CloudError,\n Configuration,\n Database,\n FirewallRule,\n LogFile,\n ProxyResource,\n Server,\n ServerListResult,\n ServerSecurityAlertPolicy,\n Sku,\n StorageProfile,\n TrackedResource,\n VirtualNetworkRule\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/replicasMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { MySQLManagementClientContext } from \"../mySQLManagementClientContext\";\n\n/** Class representing a Replicas. */\nexport class Replicas {\n private readonly client: MySQLManagementClientContext;\n\n /**\n * Create a Replicas.\n * @param {MySQLManagementClientContext} client Reference to the service client.\n */\n constructor(client: MySQLManagementClientContext) {\n this.client = client;\n }\n\n /**\n * List all the replicas for a given server.\n * @param resourceGroupName The name of the resource group that contains the resource. You can\n * obtain this value from the Azure Resource Manager API or the portal.\n * @param serverName The name of the server.\n * @param [options] The optional parameters\n * @returns Promise<Models.ReplicasListByServerResponse>\n */\n listByServer(resourceGroupName: string, serverName: string, options?: msRest.RequestOptionsBase): Promise<Models.ReplicasListByServerResponse>;\n /**\n * @param resourceGroupName The name of the resource group that contains the resource. You can\n * obtain this value from the Azure Resource Manager API or the portal.\n * @param serverName The name of the server.\n * @param callback The callback\n */\n listByServer(resourceGroupName: string, serverName: string, callback: msRest.ServiceCallback<Models.ServerListResult>): void;\n /**\n * @param resourceGroupName The name of the resource group that contains the resource. You can\n * obtain this value from the Azure Resource Manager API or the portal.\n * @param serverName The name of the server.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByServer(resourceGroupName: string, serverName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ServerListResult>): void;\n listByServer(resourceGroupName: string, serverName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ServerListResult>, callback?: msRest.ServiceCallback<Models.ServerListResult>): Promise<Models.ReplicasListByServerResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n serverName,\n options\n },\n listByServerOperationSpec,\n callback) as Promise<Models.ReplicasListByServerResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst listByServerOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/servers/{serverName}/replicas\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.serverName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ServerListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\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\nexport {\n discriminators,\n BaseResource,\n CloudError,\n Configuration,\n Database,\n FirewallRule,\n FirewallRuleListResult,\n LogFile,\n ProxyResource,\n Server,\n ServerSecurityAlertPolicy,\n Sku,\n StorageProfile,\n TrackedResource,\n VirtualNetworkRule\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as msRestAzure from \"@azure/ms-rest-azure-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/firewallRulesMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { MySQLManagementClientContext } from \"../mySQLManagementClientContext\";\n\n/** Class representing a FirewallRules. */\nexport class FirewallRules {\n private readonly client: MySQLManagementClientContext;\n\n /**\n * Create a FirewallRules.\n * @param {MySQLManagementClientContext} client Reference to the service client.\n */\n constructor(client: MySQLManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Creates a new firewall rule or updates an existing firewall rule.\n * @param resourceGroupName The name of the resource group that contains the resource. You can\n * obtain this value from the Azure Resource Manager API or the portal.\n * @param serverName The name of the server.\n * @param firewallRuleName The name of the server firewall rule.\n * @param parameters The required parameters for creating or updating a firewall rule.\n * @param [options] The optional parameters\n * @returns Promise<Models.FirewallRulesCreateOrUpdateResponse>\n */\n createOrUpdate(resourceGroupName: string, serverName: string, firewallRuleName: string, parameters: Models.FirewallRule, options?: msRest.RequestOptionsBase): Promise<Models.FirewallRulesCreateOrUpdateResponse> {\n return this.beginCreateOrUpdate(resourceGroupName,serverName,firewallRuleName,parameters,options)\n .then(lroPoller => lroPoller.pollUntilFinished()) as Promise<Models.FirewallRulesCreateOrUpdateResponse>;\n }\n\n /**\n * Deletes a server firewall rule.\n * @param resourceGroupName The name of the resource group that contains the resource. You can\n * obtain this value from the Azure Resource Manager API or the portal.\n * @param serverName The name of the server.\n * @param firewallRuleName The name of the server firewall rule.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n deleteMethod(resourceGroupName: string, serverName: string, firewallRuleName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse> {\n return this.beginDeleteMethod(resourceGroupName,serverName,firewallRuleName,options)\n .then(lroPoller => lroPoller.pollUntilFinished());\n }\n\n /**\n * Gets information about a server firewall rule.\n * @param resourceGroupName The name of the resource group that contains the resource. You can\n * obtain this value from the Azure Resource Manager API or the portal.\n * @param serverName The name of the server.\n * @param firewallRuleName The name of the server firewall rule.\n * @param [options] The optional parameters\n * @returns Promise<Models.FirewallRulesGetResponse>\n */\n get(resourceGroupName: string, serverName: string, firewallRuleName: string, options?: msRest.RequestOptionsBase): Promise<Models.FirewallRulesGetResponse>;\n /**\n * @param resourceGroupName The name of the resource group that contains the resource. You can\n * obtain this value from the Azure Resource Manager API or the portal.\n * @param serverName The name of the server.\n * @param firewallRuleName The name of the server firewall rule.\n * @param callback The callback\n */\n get(resourceGroupName: string, serverName: string, firewallRuleName: string, callback: msRest.ServiceCallback<Models.FirewallRule>): void;\n /**\n * @param resourceGroupName The name of the resource group that contains the resource. You can\n * obtain this value from the Azure Resource Manager API or the portal.\n * @param serverName The name of the server.\n * @param firewallRuleName The name of the server firewall rule.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, serverName: string, firewallRuleName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.FirewallRule>): void;\n get(resourceGroupName: string, serverName: string, firewallRuleName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.FirewallRule>, callback?: msRest.ServiceCallback<Models.FirewallRule>): Promise<Models.FirewallRulesGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n serverName,\n firewallRuleName,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.FirewallRulesGetResponse>;\n }\n\n /**\n * List all the firewall rules in a given server.\n * @param resourceGroupName The name of the resource group that contains the resource. You can\n * obtain this value from the Azure Resource Manager API or the portal.\n * @param serverName The name of the server.\n * @param [options] The optional parameters\n * @returns Promise<Models.FirewallRulesListByServerResponse>\n */\n listByServer(resourceGroupName: string, serverName: string, options?: msRest.RequestOptionsBase): Promise<Models.FirewallRulesListByServerResponse>;\n /**\n * @param resourceGroupName The name of the resource group that contains the resource. You can\n * obtain this value from the Azure Resource Manager API or the portal.\n * @param serverName The name of the server.\n * @param callback The callback\n */\n listByServer(resourceGroupName: string, serverName: string, callback: msRest.ServiceCallback<Models.FirewallRuleListResult>): void;\n /**\n * @param resourceGroupName The name of the resource group that contains the resource. You can\n * obtain this value from the Azure Resource Manager API or the portal.\n * @param serverName The name of the server.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByServer(resourceGroupName: string, serverName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.FirewallRuleListResult>): void;\n listByServer(resourceGroupName: string, serverName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.FirewallRuleListResult>, callback?: msRest.ServiceCallback<Models.FirewallRuleListResult>): Promise<Models.FirewallRulesListByServerResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n serverName,\n options\n },\n listByServerOperationSpec,\n callback) as Promise<Models.FirewallRulesListByServerResponse>;\n }\n\n /**\n * Creates a new firewall rule or updates an existing firewall rule.\n * @param resourceGroupName The name of the resource group that contains the resource. You can\n * obtain this value from the Azure Resource Manager API or the portal.\n * @param serverName The name of the server.\n * @param firewallRuleName The name of the server firewall rule.\n * @param parameters The required parameters for creating or updating a firewall rule.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginCreateOrUpdate(resourceGroupName: string, serverName: string, firewallRuleName: string, parameters: Models.FirewallRule, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n serverName,\n firewallRuleName,\n parameters,\n options\n },\n beginCreateOrUpdateOperationSpec,\n options);\n }\n\n /**\n * Deletes a server firewall rule.\n * @param resourceGroupName The name of the resource group that contains the resource. You can\n * obtain this value from the Azure Resource Manager API or the portal.\n * @param serverName The name of the server.\n * @param firewallRuleName The name of the server firewall rule.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginDeleteMethod(resourceGroupName: string, serverName: string, firewallRuleName: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n serverName,\n firewallRuleName,\n options\n },\n beginDeleteMethodOperationSpec,\n options);\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/servers/{serverName}/firewallRules/{firewallRuleName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.serverName,\n Parameters.firewallRuleName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.FirewallRule\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listByServerOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/servers/{serverName}/firewallRules\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.serverName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.FirewallRuleListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginCreateOrUpdateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/servers/{serverName}/firewallRules/{firewallRuleName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.serverName,\n Parameters.firewallRuleName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"parameters\",\n mapper: {\n ...Mappers.FirewallRule,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.FirewallRule\n },\n 201: {\n bodyMapper: Mappers.FirewallRule\n },\n 202: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginDeleteMethodOperationSpec: msRest.OperationSpec = {\n httpMethod: \"DELETE\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/servers/{serverName}/firewallRules/{firewallRuleName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.serverName,\n Parameters.firewallRuleName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\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\nexport {\n discriminators,\n BaseResource,\n CloudError,\n Configuration,\n Database,\n FirewallRule,\n LogFile,\n ProxyResource,\n Server,\n ServerSecurityAlertPolicy,\n Sku,\n StorageProfile,\n TrackedResource,\n VirtualNetworkRule,\n VirtualNetworkRuleListResult\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as msRestAzure from \"@azure/ms-rest-azure-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/virtualNetworkRulesMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { MySQLManagementClientContext } from \"../mySQLManagementClientContext\";\n\n/** Class representing a VirtualNetworkRules. */\nexport class VirtualNetworkRules {\n private readonly client: MySQLManagementClientContext;\n\n /**\n * Create a VirtualNetworkRules.\n * @param {MySQLManagementClientContext} client Reference to the service client.\n */\n constructor(client: MySQLManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Gets a virtual network rule.\n * @param resourceGroupName The name of the resource group that contains the resource. You can\n * obtain this value from the Azure Resource Manager API or the portal.\n * @param serverName The name of the server.\n * @param virtualNetworkRuleName The name of the virtual network rule.\n * @param [options] The optional parameters\n * @returns Promise<Models.VirtualNetworkRulesGetResponse>\n */\n get(resourceGroupName: string, serverName: string, virtualNetworkRuleName: string, options?: msRest.RequestOptionsBase): Promise<Models.VirtualNetworkRulesGetResponse>;\n /**\n * @param resourceGroupName The name of the resource group that contains the resource. You can\n * obtain this value from the Azure Resource Manager API or the portal.\n * @param serverName The name of the server.\n * @param virtualNetworkRuleName The name of the virtual network rule.\n * @param callback The callback\n */\n get(resourceGroupName: string, serverName: string, virtualNetworkRuleName: string, callback: msRest.ServiceCallback<Models.VirtualNetworkRule>): void;\n /**\n * @param resourceGroupName The name of the resource group that contains the resource. You can\n * obtain this value from the Azure Resource Manager API or the portal.\n * @param serverName The name of the server.\n * @param virtualNetworkRuleName The name of the virtual network rule.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, serverName: string, virtualNetworkRuleName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.VirtualNetworkRule>): void;\n get(resourceGroupName: string, serverName: string, virtualNetworkRuleName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.VirtualNetworkRule>, callback?: msRest.ServiceCallback<Models.VirtualNetworkRule>): Promise<Models.VirtualNetworkRulesGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n serverName,\n virtualNetworkRuleName,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.VirtualNetworkRulesGetResponse>;\n }\n\n /**\n * Creates or updates an existing virtual network rule.\n * @param resourceGroupName The name of the resource group that contains the resource. You can\n * obtain this value from the Azure Resource Manager API or the portal.\n * @param serverName The name of the server.\n * @param virtualNetworkRuleName The name of the virtual network rule.\n * @param parameters The requested virtual Network Rule Resource state.\n * @param [options] The optional parameters\n * @returns Promise<Models.VirtualNetworkRulesCreateOrUpdateResponse>\n */\n createOrUpdate(resourceGroupName: string, serverName: string, virtualNetworkRuleName: string, parameters: Models.VirtualNetworkRule, options?: msRest.RequestOptionsBase): Promise<Models.VirtualNetworkRulesCreateOrUpdateResponse> {\n return this.beginCreateOrUpdate(resourceGroupName,serverName,virtualNetworkRuleName,parameters,options)\n .then(lroPoller => lroPoller.pollUntilFinished()) as Promise<Models.VirtualNetworkRulesCreateOrUpdateResponse>;\n }\n\n /**\n * Deletes the virtual network rule with the given name.\n * @param resourceGroupName The name of the resource group that contains the resource. You can\n * obtain this value from the Azure Resource Manager API or the portal.\n * @param serverName The name of the server.\n * @param virtualNetworkRuleName The name of the virtual network rule.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n deleteMethod(resourceGroupName: string, serverName: string, virtualNetworkRuleName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse> {\n return this.beginDeleteMethod(resourceGroupName,serverName,virtualNetworkRuleName,options)\n .then(lroPoller => lroPoller.pollUntilFinished());\n }\n\n /**\n * Gets a list of virtual network rules in a server.\n * @param resourceGroupName The name of the resource group that contains the resource. You can\n * obtain this value from the Azure Resource Manager API or the portal.\n * @param serverName The name of the server.\n * @param [options] The optional parameters\n * @returns Promise<Models.VirtualNetworkRulesListByServerResponse>\n */\n listByServer(resourceGroupName: string, serverName: string, options?: msRest.RequestOptionsBase): Promise<Models.VirtualNetworkRulesListByServerResponse>;\n /**\n * @param resourceGroupName The name of the resource group that contains the resource. You can\n * obtain this value from the Azure Resource Manager API or the portal.\n * @param serverName The name of the server.\n * @param callback The callback\n */\n listByServer(resourceGroupName: string, serverName: string, callback: msRest.ServiceCallback<Models.VirtualNetworkRuleListResult>): void;\n /**\n * @param resourceGroupName The name of the resource group that contains the resource. You can\n * obtain this value from the Azure Resource Manager API or the portal.\n * @param serverName The name of the server.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByServer(resourceGroupName: string, serverName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.VirtualNetworkRuleListResult>): void;\n listByServer(resourceGroupName: string, serverName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.VirtualNetworkRuleListResult>, callback?: msRest.ServiceCallback<Models.VirtualNetworkRuleListResult>): Promise<Models.VirtualNetworkRulesListByServerResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n serverName,\n options\n },\n listByServerOperationSpec,\n callback) as Promise<Models.VirtualNetworkRulesListByServerResponse>;\n }\n\n /**\n * Creates or updates an existing virtual network rule.\n * @param resourceGroupName The name of the resource group that contains the resource. You can\n * obtain this value from the Azure Resource Manager API or the portal.\n * @param serverName The name of the server.\n * @param virtualNetworkRuleName The name of the virtual network rule.\n * @param parameters The requested virtual Network Rule Resource state.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginCreateOrUpdate(resourceGroupName: string, serverName: string, virtualNetworkRuleName: string, parameters: Models.VirtualNetworkRule, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n serverName,\n virtualNetworkRuleName,\n parameters,\n options\n },\n beginCreateOrUpdateOperationSpec,\n options);\n }\n\n /**\n * Deletes the virtual network rule with the given name.\n * @param resourceGroupName The name of the resource group that contains the resource. You can\n * obtain this value from the Azure Resource Manager API or the portal.\n * @param serverName The name of the server.\n * @param virtualNetworkRuleName The name of the virtual network rule.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginDeleteMethod(resourceGroupName: string, serverName: string, virtualNetworkRuleName: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n serverName,\n virtualNetworkRuleName,\n options\n },\n beginDeleteMethodOperationSpec,\n options);\n }\n\n /**\n * Gets a list of virtual network rules in a server.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.VirtualNetworkRulesListByServerNextResponse>\n */\n listByServerNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.VirtualNetworkRulesListByServerNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listByServerNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.VirtualNetworkRuleListResult>): void;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByServerNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.VirtualNetworkRuleListResult>): void;\n listByServerNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.VirtualNetworkRuleListResult>, callback?: msRest.ServiceCallback<Models.VirtualNetworkRuleListResult>): Promise<Models.VirtualNetworkRulesListByServerNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listByServerNextOperationSpec,\n callback) as Promise<Models.VirtualNetworkRulesListByServerNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/servers/{serverName}/virtualNetworkRules/{virtualNetworkRuleName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.serverName,\n Parameters.subscriptionId,\n Parameters.virtualNetworkRuleName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.VirtualNetworkRule\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listByServerOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/servers/{serverName}/virtualNetworkRules\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.serverName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.VirtualNetworkRuleListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginCreateOrUpdateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/servers/{serverName}/virtualNetworkRules/{virtualNetworkRuleName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.serverName,\n Parameters.subscriptionId,\n Parameters.virtualNetworkRuleName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"parameters\",\n mapper: {\n ...Mappers.VirtualNetworkRule,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.VirtualNetworkRule\n },\n 201: {\n bodyMapper: Mappers.VirtualNetworkRule\n },\n 202: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginDeleteMethodOperationSpec: msRest.OperationSpec = {\n httpMethod: \"DELETE\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/servers/{serverName}/virtualNetworkRules/{virtualNetworkRuleName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.serverName,\n Parameters.virtualNetworkRuleName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listByServerNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.VirtualNetworkRuleListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\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\nexport {\n discriminators,\n BaseResource,\n CloudError,\n Configuration,\n Database,\n DatabaseListResult,\n FirewallRule,\n LogFile,\n ProxyResource,\n Server,\n ServerSecurityAlertPolicy,\n Sku,\n StorageProfile,\n TrackedResource,\n VirtualNetworkRule\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as msRestAzure from \"@azure/ms-rest-azure-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/databasesMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { MySQLManagementClientContext } from \"../mySQLManagementClientContext\";\n\n/** Class representing a Databases. */\nexport class Databases {\n private readonly client: MySQLManagementClientContext;\n\n /**\n * Create a Databases.\n * @param {MySQLManagementClientContext} client Reference to the service client.\n */\n constructor(client: MySQLManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Creates a new database or updates an existing database.\n * @param resourceGroupName The name of the resource group that contains the resource. You can\n * obtain this value from the Azure Resource Manager API or the portal.\n * @param serverName The name of the server.\n * @param databaseName The name of the database.\n * @param parameters The required parameters for creating or updating a database.\n * @param [options] The optional parameters\n * @returns Promise<Models.DatabasesCreateOrUpdateResponse>\n */\n createOrUpdate(resourceGroupName: string, serverName: string, databaseName: string, parameters: Models.Database, options?: msRest.RequestOptionsBase): Promise<Models.DatabasesCreateOrUpdateResponse> {\n return this.beginCreateOrUpdate(resourceGroupName,serverName,databaseName,parameters,options)\n .then(lroPoller => lroPoller.pollUntilFinished()) as Promise<Models.DatabasesCreateOrUpdateResponse>;\n }\n\n /**\n * Deletes a database.\n * @param resourceGroupName The name of the resource group that contains the resource. You can\n * obtain this value from the Azure Resource Manager API or the portal.\n * @param serverName The name of the server.\n * @param databaseName The name of the database.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n deleteMethod(resourceGroupName: string, serverName: string, databaseName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse> {\n return this.beginDeleteMethod(resourceGroupName,serverName,databaseName,options)\n .then(lroPoller => lroPoller.pollUntilFinished());\n }\n\n /**\n * Gets information about a database.\n * @param resourceGroupName The name of the resource group that contains the resource. You can\n * obtain this value from the Azure Resource Manager API or the portal.\n * @param serverName The name of the server.\n * @param databaseName The name of the database.\n * @param [options] The optional parameters\n * @returns Promise<Models.DatabasesGetResponse>\n */\n get(resourceGroupName: string, serverName: string, databaseName: string, options?: msRest.RequestOptionsBase): Promise<Models.DatabasesGetResponse>;\n /**\n * @param resourceGroupName The name of the resource group that contains the resource. You can\n * obtain this value from the Azure Resource Manager API or the portal.\n * @param serverName The name of the server.\n * @param databaseName The name of the database.\n * @param callback The callback\n */\n get(resourceGroupName: string, serverName: string, databaseName: string, callback: msRest.ServiceCallback<Models.Database>): void;\n /**\n * @param resourceGroupName The name of the resource group that contains the resource. You can\n * obtain this value from the Azure Resource Manager API or the portal.\n * @param serverName The name of the server.\n * @param databaseName The name of the database.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, serverName: string, databaseName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Database>): void;\n get(resourceGroupName: string, serverName: string, databaseName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.Database>, callback?: msRest.ServiceCallback<Models.Database>): Promise<Models.DatabasesGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n serverName,\n databaseName,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.DatabasesGetResponse>;\n }\n\n /**\n * List all the databases in a given server.\n * @param resourceGroupName The name of the resource group that contains the resource. You can\n * obtain this value from the Azure Resource Manager API or the portal.\n * @param serverName The name of the server.\n * @param [options] The optional parameters\n * @returns Promise<Models.DatabasesListByServerResponse>\n */\n listByServer(resourceGroupName: string, serverName: string, options?: msRest.RequestOptionsBase): Promise<Models.DatabasesListByServerResponse>;\n /**\n * @param resourceGroupName The name of the resource group that contains the resource. You can\n * obtain this value from the Azure Resource Manager API or the portal.\n * @param serverName The name of the server.\n * @param callback The callback\n */\n listByServer(resourceGroupName: string, serverName: string, callback: msRest.ServiceCallback<Models.DatabaseListResult>): void;\n /**\n * @param resourceGroupName The name of the resource group that contains the resource. You can\n * obtain this value from the Azure Resource Manager API or the portal.\n * @param serverName The name of the server.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByServer(resourceGroupName: string, serverName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.DatabaseListResult>): void;\n listByServer(resourceGroupName: string, serverName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.DatabaseListResult>, callback?: msRest.ServiceCallback<Models.DatabaseListResult>): Promise<Models.DatabasesListByServerResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n serverName,\n options\n },\n listByServerOperationSpec,\n callback) as Promise<Models.DatabasesListByServerResponse>;\n }\n\n /**\n * Creates a new database or updates an existing database.\n * @param resourceGroupName The name of the resource group that contains the resource. You can\n * obtain this value from the Azure Resource Manager API or the portal.\n * @param serverName The name of the server.\n * @param databaseName The name of the database.\n * @param parameters The required parameters for creating or updating a database.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginCreateOrUpdate(resourceGroupName: string, serverName: string, databaseName: string, parameters: Models.Database, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n serverName,\n databaseName,\n parameters,\n options\n },\n beginCreateOrUpdateOperationSpec,\n options);\n }\n\n /**\n * Deletes a database.\n * @param resourceGroupName The name of the resource group that contains the resource. You can\n * obtain this value from the Azure Resource Manager API or the portal.\n * @param serverName The name of the server.\n * @param databaseName The name of the database.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginDeleteMethod(resourceGroupName: string, serverName: string, databaseName: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n serverName,\n databaseName,\n options\n },\n beginDeleteMethodOperationSpec,\n options);\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/servers/{serverName}/databases/{databaseName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.serverName,\n Parameters.databaseName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.Database\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listByServerOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/servers/{serverName}/databases\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.serverName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.DatabaseListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginCreateOrUpdateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/servers/{serverName}/databases/{databaseName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.serverName,\n Parameters.databaseName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"parameters\",\n mapper: {\n ...Mappers.Database,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.Database\n },\n 201: {\n bodyMapper: Mappers.Database\n },\n 202: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginDeleteMethodOperationSpec: msRest.OperationSpec = {\n httpMethod: \"DELETE\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/servers/{serverName}/databases/{databaseName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.serverName,\n Parameters.databaseName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\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\nexport {\n discriminators,\n BaseResource,\n CloudError,\n Configuration,\n ConfigurationListResult,\n Database,\n FirewallRule,\n LogFile,\n ProxyResource,\n Server,\n ServerSecurityAlertPolicy,\n Sku,\n StorageProfile,\n TrackedResource,\n VirtualNetworkRule\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as msRestAzure from \"@azure/ms-rest-azure-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/configurationsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { MySQLManagementClientContext } from \"../mySQLManagementClientContext\";\n\n/** Class representing a Configurations. */\nexport class Configurations {\n private readonly client: MySQLManagementClientContext;\n\n /**\n * Create a Configurations.\n * @param {MySQLManagementClientContext} client Reference to the service client.\n */\n constructor(client: MySQLManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Updates a configuration of a server.\n * @param resourceGroupName The name of the resource group that contains the resource. You can\n * obtain this value from the Azure Resource Manager API or the portal.\n * @param serverName The name of the server.\n * @param configurationName The name of the server configuration.\n * @param parameters The required parameters for updating a server configuration.\n * @param [options] The optional parameters\n * @returns Promise<Models.ConfigurationsCreateOrUpdateResponse>\n */\n createOrUpdate(resourceGroupName: string, serverName: string, configurationName: string, parameters: Models.Configuration, options?: msRest.RequestOptionsBase): Promise<Models.ConfigurationsCreateOrUpdateResponse> {\n return this.beginCreateOrUpdate(resourceGroupName,serverName,configurationName,parameters,options)\n .then(lroPoller => lroPoller.pollUntilFinished()) as Promise<Models.ConfigurationsCreateOrUpdateResponse>;\n }\n\n /**\n * Gets information about a configuration of server.\n * @param resourceGroupName The name of the resource group that contains the resource. You can\n * obtain this value from the Azure Resource Manager API or the portal.\n * @param serverName The name of the server.\n * @param configurationName The name of the server configuration.\n * @param [options] The optional parameters\n * @returns Promise<Models.ConfigurationsGetResponse>\n */\n get(resourceGroupName: string, serverName: string, configurationName: string, options?: msRest.RequestOptionsBase): Promise<Models.ConfigurationsGetResponse>;\n /**\n * @param resourceGroupName The name of the resource group that contains the resource. You can\n * obtain this value from the Azure Resource Manager API or the portal.\n * @param serverName The name of the server.\n * @param configurationName The name of the server configuration.\n * @param callback The callback\n */\n get(resourceGroupName: string, serverName: string, configurationName: string, callback: msRest.ServiceCallback<Models.Configuration>): void;\n /**\n * @param resourceGroupName The name of the resource group that contains the resource. You can\n * obtain this value from the Azure Resource Manager API or the portal.\n * @param serverName The name of the server.\n * @param configurationName The name of the server configuration.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, serverName: string, configurationName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Configuration>): void;\n get(resourceGroupName: string, serverName: string, configurationName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.Configuration>, callback?: msRest.ServiceCallback<Models.Configuration>): Promise<Models.ConfigurationsGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n serverName,\n configurationName,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.ConfigurationsGetResponse>;\n }\n\n /**\n * List all the configurations in a given server.\n * @param resourceGroupName The name of the resource group that contains the resource. You can\n * obtain this value from the Azure Resource Manager API or the portal.\n * @param serverName The name of the server.\n * @param [options] The optional parameters\n * @returns Promise<Models.ConfigurationsListByServerResponse>\n */\n listByServer(resourceGroupName: string, serverName: string, options?: msRest.RequestOptionsBase): Promise<Models.ConfigurationsListByServerResponse>;\n /**\n * @param resourceGroupName The name of the resource group that contains the resource. You can\n * obtain this value from the Azure Resource Manager API or the portal.\n * @param serverName The name of the server.\n * @param callback The callback\n */\n listByServer(resourceGroupName: string, serverName: string, callback: msRest.ServiceCallback<Models.ConfigurationListResult>): void;\n /**\n * @param resourceGroupName The name of the resource group that contains the resource. You can\n * obtain this value from the Azure Resource Manager API or the portal.\n * @param serverName The name of the server.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByServer(resourceGroupName: string, serverName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ConfigurationListResult>): void;\n listByServer(resourceGroupName: string, serverName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ConfigurationListResult>, callback?: msRest.ServiceCallback<Models.ConfigurationListResult>): Promise<Models.ConfigurationsListByServerResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n serverName,\n options\n },\n listByServerOperationSpec,\n callback) as Promise<Models.ConfigurationsListByServerResponse>;\n }\n\n /**\n * Updates a configuration of a server.\n * @param resourceGroupName The name of the resource group that contains the resource. You can\n * obtain this value from the Azure Resource Manager API or the portal.\n * @param serverName The name of the server.\n * @param configurationName The name of the server configuration.\n * @param parameters The required parameters for updating a server configuration.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginCreateOrUpdate(resourceGroupName: string, serverName: string, configurationName: string, parameters: Models.Configuration, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n serverName,\n configurationName,\n parameters,\n options\n },\n beginCreateOrUpdateOperationSpec,\n options);\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/servers/{serverName}/configurations/{configurationName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.serverName,\n Parameters.configurationName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.Configuration\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listByServerOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/servers/{serverName}/configurations\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.serverName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ConfigurationListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginCreateOrUpdateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/servers/{serverName}/configurations/{configurationName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.serverName,\n Parameters.configurationName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"parameters\",\n mapper: {\n ...Mappers.Configuration,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.Configuration\n },\n 202: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\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\nexport {\n discriminators,\n BaseResource,\n CloudError,\n Configuration,\n Database,\n FirewallRule,\n LogFile,\n LogFileListResult,\n ProxyResource,\n Server,\n ServerSecurityAlertPolicy,\n Sku,\n StorageProfile,\n TrackedResource,\n VirtualNetworkRule\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/logFilesMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { MySQLManagementClientContext } from \"../mySQLManagementClientContext\";\n\n/** Class representing a LogFiles. */\nexport class LogFiles {\n private readonly client: MySQLManagementClientContext;\n\n /**\n * Create a LogFiles.\n * @param {MySQLManagementClientContext} client Reference to the service client.\n */\n constructor(client: MySQLManagementClientContext) {\n this.client = client;\n }\n\n /**\n * List all the log files in a given server.\n * @param resourceGroupName The name of the resource group that contains the resource. You can\n * obtain this value from the Azure Resource Manager API or the portal.\n * @param serverName The name of the server.\n * @param [options] The optional parameters\n * @returns Promise<Models.LogFilesListByServerResponse>\n */\n listByServer(resourceGroupName: string, serverName: string, options?: msRest.RequestOptionsBase): Promise<Models.LogFilesListByServerResponse>;\n /**\n * @param resourceGroupName The name of the resource group that contains the resource. You can\n * obtain this value from the Azure Resource Manager API or the portal.\n * @param serverName The name of the server.\n * @param callback The callback\n */\n listByServer(resourceGroupName: string, serverName: string, callback: msRest.ServiceCallback<Models.LogFileListResult>): void;\n /**\n * @param resourceGroupName The name of the resource group that contains the resource. You can\n * obtain this value from the Azure Resource Manager API or the portal.\n * @param serverName The name of the server.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByServer(resourceGroupName: string, serverName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.LogFileListResult>): void;\n listByServer(resourceGroupName: string, serverName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.LogFileListResult>, callback?: msRest.ServiceCallback<Models.LogFileListResult>): Promise<Models.LogFilesListByServerResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n serverName,\n options\n },\n listByServerOperationSpec,\n callback) as Promise<Models.LogFilesListByServerResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst listByServerOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/servers/{serverName}/logFiles\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.serverName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.LogFileListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\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\nexport {\n discriminators,\n CloudError,\n PerformanceTierListResult,\n PerformanceTierProperties,\n PerformanceTierServiceLevelObjectives\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/locationBasedPerformanceTierMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { MySQLManagementClientContext } from \"../mySQLManagementClientContext\";\n\n/** Class representing a LocationBasedPerformanceTier. */\nexport class LocationBasedPerformanceTier {\n private readonly client: MySQLManagementClientContext;\n\n /**\n * Create a LocationBasedPerformanceTier.\n * @param {MySQLManagementClientContext} client Reference to the service client.\n */\n constructor(client: MySQLManagementClientContext) {\n this.client = client;\n }\n\n /**\n * List all the performance tiers at specified location in a given subscription.\n * @param locationName The name of the location.\n * @param [options] The optional parameters\n * @returns Promise<Models.LocationBasedPerformanceTierListResponse>\n */\n list(locationName: string, options?: msRest.RequestOptionsBase): Promise<Models.LocationBasedPerformanceTierListResponse>;\n /**\n * @param locationName The name of the location.\n * @param callback The callback\n */\n list(locationName: string, callback: msRest.ServiceCallback<Models.PerformanceTierListResult>): void;\n /**\n * @param locationName The name of the location.\n * @param options The optional parameters\n * @param callback The callback\n */\n list(locationName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.PerformanceTierListResult>): void;\n list(locationName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.PerformanceTierListResult>, callback?: msRest.ServiceCallback<Models.PerformanceTierListResult>): Promise<Models.LocationBasedPerformanceTierListResponse> {\n return this.client.sendOperationRequest(\n {\n locationName,\n options\n },\n listOperationSpec,\n callback) as Promise<Models.LocationBasedPerformanceTierListResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst listOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/providers/Microsoft.DBforMySQL/locations/{locationName}/performanceTiers\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.locationName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.PerformanceTierListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\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\nexport {\n discriminators,\n CloudError,\n NameAvailability,\n NameAvailabilityRequest\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/checkNameAvailabilityMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { MySQLManagementClientContext } from \"../mySQLManagementClientContext\";\n\n/** Class representing a CheckNameAvailability. */\nexport class CheckNameAvailability {\n private readonly client: MySQLManagementClientContext;\n\n /**\n * Create a CheckNameAvailability.\n * @param {MySQLManagementClientContext} client Reference to the service client.\n */\n constructor(client: MySQLManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Check the availability of name for resource\n * @param nameAvailabilityRequest The required parameters for checking if resource name is\n * available.\n * @param [options] The optional parameters\n * @returns Promise<Models.CheckNameAvailabilityExecuteResponse>\n */\n execute(nameAvailabilityRequest: Models.NameAvailabilityRequest, options?: msRest.RequestOptionsBase): Promise<Models.CheckNameAvailabilityExecuteResponse>;\n /**\n * @param nameAvailabilityRequest The required parameters for checking if resource name is\n * available.\n * @param callback The callback\n */\n execute(nameAvailabilityRequest: Models.NameAvailabilityRequest, callback: msRest.ServiceCallback<Models.NameAvailability>): void;\n /**\n * @param nameAvailabilityRequest The required parameters for checking if resource name is\n * available.\n * @param options The optional parameters\n * @param callback The callback\n */\n execute(nameAvailabilityRequest: Models.NameAvailabilityRequest, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.NameAvailability>): void;\n execute(nameAvailabilityRequest: Models.NameAvailabilityRequest, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.NameAvailability>, callback?: msRest.ServiceCallback<Models.NameAvailability>): Promise<Models.CheckNameAvailabilityExecuteResponse> {\n return this.client.sendOperationRequest(\n {\n nameAvailabilityRequest,\n options\n },\n executeOperationSpec,\n callback) as Promise<Models.CheckNameAvailabilityExecuteResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst executeOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/providers/Microsoft.DBforMySQL/checkNameAvailability\",\n urlParameters: [\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"nameAvailabilityRequest\",\n mapper: {\n ...Mappers.NameAvailabilityRequest,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.NameAvailability\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\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\nexport {\n discriminators,\n BaseResource,\n CloudError,\n Configuration,\n Database,\n FirewallRule,\n LogFile,\n ProxyResource,\n Server,\n ServerSecurityAlertPolicy,\n Sku,\n StorageProfile,\n TrackedResource,\n VirtualNetworkRule\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as msRestAzure from \"@azure/ms-rest-azure-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/serverSecurityAlertPoliciesMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { MySQLManagementClientContext } from \"../mySQLManagementClientContext\";\n\n/** Class representing a ServerSecurityAlertPolicies. */\nexport class ServerSecurityAlertPolicies {\n private readonly client: MySQLManagementClientContext;\n\n /**\n * Create a ServerSecurityAlertPolicies.\n * @param {MySQLManagementClientContext} client Reference to the service client.\n */\n constructor(client: MySQLManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Get a server's security alert policy.\n * @param resourceGroupName The name of the resource group that contains the resource. You can\n * obtain this value from the Azure Resource Manager API or the portal.\n * @param serverName The name of the server.\n * @param [options] The optional parameters\n * @returns Promise<Models.ServerSecurityAlertPoliciesGetResponse>\n */\n get(resourceGroupName: string, serverName: string, options?: msRest.RequestOptionsBase): Promise<Models.ServerSecurityAlertPoliciesGetResponse>;\n /**\n * @param resourceGroupName The name of the resource group that contains the resource. You can\n * obtain this value from the Azure Resource Manager API or the portal.\n * @param serverName The name of the server.\n * @param callback The callback\n */\n get(resourceGroupName: string, serverName: string, callback: msRest.ServiceCallback<Models.ServerSecurityAlertPolicy>): void;\n /**\n * @param resourceGroupName The name of the resource group that contains the resource. You can\n * obtain this value from the Azure Resource Manager API or the portal.\n * @param serverName The name of the server.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, serverName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ServerSecurityAlertPolicy>): void;\n get(resourceGroupName: string, serverName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ServerSecurityAlertPolicy>, callback?: msRest.ServiceCallback<Models.ServerSecurityAlertPolicy>): Promise<Models.ServerSecurityAlertPoliciesGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n serverName,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.ServerSecurityAlertPoliciesGetResponse>;\n }\n\n /**\n * Creates or updates a threat detection policy.\n * @param resourceGroupName The name of the resource group that contains the resource. You can\n * obtain this value from the Azure Resource Manager API or the portal.\n * @param serverName The name of the server.\n * @param parameters The server security alert policy.\n * @param [options] The optional parameters\n * @returns Promise<Models.ServerSecurityAlertPoliciesCreateOrUpdateResponse>\n */\n createOrUpdate(resourceGroupName: string, serverName: string, parameters: Models.ServerSecurityAlertPolicy, options?: msRest.RequestOptionsBase): Promise<Models.ServerSecurityAlertPoliciesCreateOrUpdateResponse> {\n return this.beginCreateOrUpdate(resourceGroupName,serverName,parameters,options)\n .then(lroPoller => lroPoller.pollUntilFinished()) as Promise<Models.ServerSecurityAlertPoliciesCreateOrUpdateResponse>;\n }\n\n /**\n * Creates or updates a threat detection policy.\n * @param resourceGroupName The name of the resource group that contains the resource. You can\n * obtain this value from the Azure Resource Manager API or the portal.\n * @param serverName The name of the server.\n * @param parameters The server security alert policy.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginCreateOrUpdate(resourceGroupName: string, serverName: string, parameters: Models.ServerSecurityAlertPolicy, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n serverName,\n parameters,\n options\n },\n beginCreateOrUpdateOperationSpec,\n options);\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/servers/{serverName}/securityAlertPolicies/{securityAlertPolicyName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.serverName,\n Parameters.securityAlertPolicyName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ServerSecurityAlertPolicy\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginCreateOrUpdateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/servers/{serverName}/securityAlertPolicies/{securityAlertPolicyName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.serverName,\n Parameters.securityAlertPolicyName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"parameters\",\n mapper: {\n ...Mappers.ServerSecurityAlertPolicy,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.ServerSecurityAlertPolicy\n },\n 202: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\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\nexport {\n discriminators,\n CloudError,\n Operation,\n OperationDisplay,\n OperationListResult\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/operationsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { MySQLManagementClientContext } from \"../mySQLManagementClientContext\";\n\n/** Class representing a Operations. */\nexport class Operations {\n private readonly client: MySQLManagementClientContext;\n\n /**\n * Create a Operations.\n * @param {MySQLManagementClientContext} client Reference to the service client.\n */\n constructor(client: MySQLManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Lists all of the available REST API operations.\n * @param [options] The optional parameters\n * @returns Promise<Models.OperationsListResponse>\n */\n list(options?: msRest.RequestOptionsBase): Promise<Models.OperationsListResponse>;\n /**\n * @param callback The callback\n */\n list(callback: msRest.ServiceCallback<Models.OperationListResult>): void;\n /**\n * @param options The optional parameters\n * @param callback The callback\n */\n list(options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.OperationListResult>): void;\n list(options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.OperationListResult>, callback?: msRest.ServiceCallback<Models.OperationListResult>): Promise<Models.OperationsListResponse> {\n return this.client.sendOperationRequest(\n {\n options\n },\n listOperationSpec,\n callback) as Promise<Models.OperationsListResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst listOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"providers/Microsoft.DBforMySQL/operations\",\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.OperationListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nexport * from \"./servers\";\nexport * from \"./replicas\";\nexport * from \"./firewallRules\";\nexport * from \"./virtualNetworkRules\";\nexport * from \"./databases\";\nexport * from \"./configurations\";\nexport * from \"./logFiles\";\nexport * from \"./locationBasedPerformanceTier\";\nexport * from \"./checkNameAvailability\";\nexport * from \"./serverSecurityAlertPolicies\";\nexport * from \"./operations\";\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as Models from \"./models\";\nimport * as msRest from \"@azure/ms-rest-js\";\nimport { TokenCredential } from \"@azure/core-auth\";\nimport * as msRestAzure from \"@azure/ms-rest-azure-js\";\n\nconst packageName = \"@azure/arm-mysql\";\nconst packageVersion = \"3.4.0\";\n\nexport class MySQLManagementClientContext extends msRestAzure.AzureServiceClient {\n credentials: msRest.ServiceClientCredentials | TokenCredential;\n subscriptionId: string;\n apiVersion?: string;\n\n /**\n * Initializes a new instance of the MySQLManagementClient class.\n * @param credentials Credentials needed for the client to connect to Azure. Credentials\n * implementing the TokenCredential interface from the @azure/identity package are recommended. For\n * more information about these credentials, see\n * {@link https://www.npmjs.com/package/@azure/identity}. Credentials implementing the\n * ServiceClientCredentials interface from the older packages @azure/ms-rest-nodeauth and\n * @azure/ms-rest-browserauth are also supported.\n * @param subscriptionId The subscription ID that identifies an Azure subscription.\n * @param [options] The parameter options\n */\n constructor(credentials: msRest.ServiceClientCredentials | TokenCredential, subscriptionId: string, options?: Models.MySQLManagementClientOptions) {\n if (credentials == undefined) {\n throw new Error('\\'credentials\\' cannot be null.');\n }\n if (subscriptionId == undefined) {\n throw new Error('\\'subscriptionId\\' cannot be null.');\n }\n\n if (!options) {\n options = {};\n }\n if(!options.userAgent) {\n const defaultUserAgent = msRestAzure.getDefaultUserAgentValue();\n options.userAgent = `${packageName}/${packageVersion} ${defaultUserAgent}`;\n }\n\n super(credentials, options);\n\n this.apiVersion = '2017-12-01';\n this.acceptLanguage = 'en-US';\n this.longRunningOperationRetryTimeout = 30;\n this.baseUri = options.baseUri || this.baseUri || \"https://management.azure.com\";\n this.requestContentType = \"application/json; charset=utf-8\";\n this.credentials = credentials;\n this.subscriptionId = subscriptionId;\n\n if(options.acceptLanguage !== null && options.acceptLanguage !== undefined) {\n this.acceptLanguage = options.acceptLanguage;\n }\n if(options.longRunningOperationRetryTimeout !== null && options.longRunningOperationRetryTimeout !== undefined) {\n this.longRunningOperationRetryTimeout = options.longRunningOperationRetryTimeout;\n }\n }\n}\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport { TokenCredential } from \"@azure/core-auth\";\nimport * as Models from \"./models\";\nimport * as Mappers from \"./models/mappers\";\nimport * as operations from \"./operations\";\nimport { MySQLManagementClientContext } from \"./mySQLManagementClientContext\";\n\n\nclass MySQLManagementClient extends MySQLManagementClientContext {\n // Operation groups\n servers: operations.Servers;\n replicas: operations.Replicas;\n firewallRules: operations.FirewallRules;\n virtualNetworkRules: operations.VirtualNetworkRules;\n databases: operations.Databases;\n configurations: operations.Configurations;\n logFiles: operations.LogFiles;\n locationBasedPerformanceTier: operations.LocationBasedPerformanceTier;\n checkNameAvailability: operations.CheckNameAvailability;\n serverSecurityAlertPolicies: operations.ServerSecurityAlertPolicies;\n operations: operations.Operations;\n\n /**\n * Initializes a new instance of the MySQLManagementClient class.\n * @param credentials Credentials needed for the client to connect to Azure. Credentials\n * implementing the TokenCredential interface from the @azure/identity package are recommended. For\n * more information about these credentials, see\n * {@link https://www.npmjs.com/package/@azure/identity}. Credentials implementing the\n * ServiceClientCredentials interface from the older packages @azure/ms-rest-nodeauth and\n * @azure/ms-rest-browserauth are also supported.\n * @param subscriptionId The subscription ID that identifies an Azure subscription.\n * @param [options] The parameter options\n */\n constructor(credentials: msRest.ServiceClientCredentials | TokenCredential, subscriptionId: string, options?: Models.MySQLManagementClientOptions) {\n super(credentials, subscriptionId, options);\n this.servers = new operations.Servers(this);\n this.replicas = new operations.Replicas(this);\n this.firewallRules = new operations.FirewallRules(this);\n this.virtualNetworkRules = new operations.VirtualNetworkRules(this);\n this.databases = new operations.Databases(this);\n this.configurations = new operations.Configurations(this);\n this.logFiles = new operations.LogFiles(this);\n this.locationBasedPerformanceTier = new operations.LocationBasedPerformanceTier(this);\n this.checkNameAvailability = new operations.CheckNameAvailability(this);\n this.serverSecurityAlertPolicies = new operations.ServerSecurityAlertPolicies(this);\n this.operations = new operations.Operations(this);\n }\n}\n\n// Operation Specifications\n\nexport {\n MySQLManagementClient,\n MySQLManagementClientContext,\n Models as MySQLManagementModels,\n Mappers as MySQLManagementMappers\n};\nexport * from \"./operations\";\n"],"names":["CloudErrorMapper","BaseResourceMapper","resourceGroupName","serverName","msRest.Serializer","Parameters.subscriptionId","Parameters.resourceGroupName","Parameters.serverName","Parameters.apiVersion","Parameters.acceptLanguage","Mappers.Server","Mappers.CloudError","Mappers.ServerListResult","Mappers.ServerForCreate","Mappers.ServerUpdateParameters","serializer","Mappers","firewallRuleName","getOperationSpec","listByServerOperationSpec","beginDeleteMethodOperationSpec","Parameters.firewallRuleName","Mappers.FirewallRule","Mappers.FirewallRuleListResult","virtualNetworkRuleName","beginCreateOrUpdateOperationSpec","nextPageLink","Parameters.virtualNetworkRuleName","Mappers.VirtualNetworkRule","Mappers.VirtualNetworkRuleListResult","Parameters.nextPageLink","databaseName","Parameters.databaseName","Mappers.Database","Mappers.DatabaseListResult","configurationName","Parameters.configurationName","Mappers.Configuration","Mappers.ConfigurationListResult","Mappers.LogFileListResult","locationName","listOperationSpec","Parameters.locationName","Mappers.PerformanceTierListResult","Mappers.NameAvailabilityRequest","Mappers.NameAvailability","Parameters.securityAlertPolicyName","Mappers.ServerSecurityAlertPolicy","Mappers.OperationListResult","msRestAzure.getDefaultUserAgentValue","msRestAzure.AzureServiceClient","operations.Servers","operations.Replicas","operations.FirewallRules","operations.VirtualNetworkRules","operations.Databases","operations.Configurations","operations.LogFiles","operations.LocationBasedPerformanceTier","operations.CheckNameAvailability","operations.ServerSecurityAlertPolicies","operations.Operations"],"mappings":"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"}