@azure/arm-mysql 4.0.0 → 5.0.0-alpha.20211221.3

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 (551) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/{LICENSE.txt → LICENSE} +1 -1
  3. package/README.md +70 -82
  4. package/dist/index.js +7780 -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 +5 -0
  9. package/dist-esm/src/index.d.ts.map +1 -0
  10. package/{src/models/locationBasedPerformanceTierMappers.ts → dist-esm/src/index.js} +5 -10
  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/{esm → dist-esm/src}/models/mappers.js +1245 -1342
  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/{esm → dist-esm/src}/models/parameters.js +180 -101
  27. package/dist-esm/src/models/parameters.js.map +1 -0
  28. package/dist-esm/src/mySQLManagementClient.d.ts +67 -0
  29. package/dist-esm/src/mySQLManagementClient.d.ts.map +1 -0
  30. package/dist-esm/src/mySQLManagementClient.js +178 -0
  31. package/dist-esm/src/mySQLManagementClient.js.map +1 -0
  32. package/dist-esm/src/operations/advisors.d.ts +46 -0
  33. package/dist-esm/src/operations/advisors.d.ts.map +1 -0
  34. package/dist-esm/src/operations/advisors.js +160 -0
  35. package/dist-esm/src/operations/advisors.js.map +1 -0
  36. package/dist-esm/src/operations/checkNameAvailability.d.ts +19 -0
  37. package/dist-esm/src/operations/checkNameAvailability.d.ts.map +1 -0
  38. package/dist-esm/src/operations/checkNameAvailability.js +49 -0
  39. package/dist-esm/src/operations/checkNameAvailability.js.map +1 -0
  40. package/dist-esm/src/operations/configurations.d.ts +57 -0
  41. package/dist-esm/src/operations/configurations.d.ts.map +1 -0
  42. package/dist-esm/src/operations/configurations.js +219 -0
  43. package/dist-esm/src/operations/configurations.js.map +1 -0
  44. package/dist-esm/src/operations/databases.d.ts +73 -0
  45. package/dist-esm/src/operations/databases.d.ts.map +1 -0
  46. package/dist-esm/src/operations/databases.js +293 -0
  47. package/dist-esm/src/operations/databases.js.map +1 -0
  48. package/dist-esm/src/operations/firewallRules.d.ts +73 -0
  49. package/dist-esm/src/operations/firewallRules.d.ts.map +1 -0
  50. package/dist-esm/src/operations/firewallRules.js +293 -0
  51. package/dist-esm/src/operations/firewallRules.js.map +1 -0
  52. package/{esm → dist-esm/src}/operations/index.d.ts +0 -0
  53. package/dist-esm/src/operations/index.d.ts.map +1 -0
  54. package/{esm → dist-esm/src}/operations/index.js +1 -2
  55. package/dist-esm/src/operations/index.js.map +1 -0
  56. package/dist-esm/src/operations/locationBasedPerformanceTier.d.ts +28 -0
  57. package/dist-esm/src/operations/locationBasedPerformanceTier.d.ts.map +1 -0
  58. package/dist-esm/src/operations/locationBasedPerformanceTier.js +96 -0
  59. package/dist-esm/src/operations/locationBasedPerformanceTier.js.map +1 -0
  60. package/dist-esm/src/operations/locationBasedRecommendedActionSessionsOperationStatus.d.ts +20 -0
  61. package/dist-esm/src/operations/locationBasedRecommendedActionSessionsOperationStatus.d.ts.map +1 -0
  62. package/dist-esm/src/operations/locationBasedRecommendedActionSessionsOperationStatus.js +50 -0
  63. package/dist-esm/src/operations/locationBasedRecommendedActionSessionsOperationStatus.js.map +1 -0
  64. package/dist-esm/src/operations/locationBasedRecommendedActionSessionsResult.d.ts +38 -0
  65. package/dist-esm/src/operations/locationBasedRecommendedActionSessionsResult.d.ts.map +1 -0
  66. package/dist-esm/src/operations/locationBasedRecommendedActionSessionsResult.js +137 -0
  67. package/dist-esm/src/operations/locationBasedRecommendedActionSessionsResult.js.map +1 -0
  68. package/dist-esm/src/operations/logFiles.d.ts +30 -0
  69. package/dist-esm/src/operations/logFiles.d.ts.map +1 -0
  70. package/dist-esm/src/operations/logFiles.js +99 -0
  71. package/dist-esm/src/operations/logFiles.js.map +1 -0
  72. package/dist-esm/src/operations/operations.d.ts +18 -0
  73. package/dist-esm/src/operations/operations.d.ts.map +1 -0
  74. package/dist-esm/src/operations/operations.js +46 -0
  75. package/dist-esm/src/operations/operations.js.map +1 -0
  76. package/dist-esm/src/operations/privateEndpointConnections.d.ts +99 -0
  77. package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +1 -0
  78. package/dist-esm/src/operations/privateEndpointConnections.js +429 -0
  79. package/dist-esm/src/operations/privateEndpointConnections.js.map +1 -0
  80. package/dist-esm/src/operations/privateLinkResources.d.ts +46 -0
  81. package/dist-esm/src/operations/privateLinkResources.d.ts.map +1 -0
  82. package/dist-esm/src/operations/privateLinkResources.js +169 -0
  83. package/dist-esm/src/operations/privateLinkResources.js.map +1 -0
  84. package/dist-esm/src/operations/queryTexts.d.ts +49 -0
  85. package/dist-esm/src/operations/queryTexts.d.ts.map +1 -0
  86. package/dist-esm/src/operations/queryTexts.js +172 -0
  87. package/dist-esm/src/operations/queryTexts.js.map +1 -0
  88. package/dist-esm/src/operations/recommendedActions.d.ts +50 -0
  89. package/dist-esm/src/operations/recommendedActions.d.ts.map +1 -0
  90. package/dist-esm/src/operations/recommendedActions.js +173 -0
  91. package/dist-esm/src/operations/recommendedActions.js.map +1 -0
  92. package/dist-esm/src/operations/recoverableServers.d.ts +20 -0
  93. package/dist-esm/src/operations/recoverableServers.d.ts.map +1 -0
  94. package/dist-esm/src/operations/recoverableServers.js +53 -0
  95. package/dist-esm/src/operations/recoverableServers.js.map +1 -0
  96. package/dist-esm/src/operations/replicas.d.ts +30 -0
  97. package/dist-esm/src/operations/replicas.d.ts.map +1 -0
  98. package/dist-esm/src/operations/replicas.js +99 -0
  99. package/dist-esm/src/operations/replicas.js.map +1 -0
  100. package/dist-esm/src/operations/serverAdministrators.d.ts +70 -0
  101. package/dist-esm/src/operations/serverAdministrators.d.ts.map +1 -0
  102. package/dist-esm/src/operations/serverAdministrators.js +287 -0
  103. package/dist-esm/src/operations/serverAdministrators.js.map +1 -0
  104. package/dist-esm/src/operations/serverBasedPerformanceTier.d.ts +30 -0
  105. package/dist-esm/src/operations/serverBasedPerformanceTier.d.ts.map +1 -0
  106. package/dist-esm/src/operations/serverBasedPerformanceTier.js +99 -0
  107. package/dist-esm/src/operations/serverBasedPerformanceTier.js.map +1 -0
  108. package/dist-esm/src/operations/serverKeys.d.ts +81 -0
  109. package/dist-esm/src/operations/serverKeys.d.ts.map +1 -0
  110. package/dist-esm/src/operations/serverKeys.js +331 -0
  111. package/dist-esm/src/operations/serverKeys.js.map +1 -0
  112. package/dist-esm/src/operations/serverParameters.d.ts +30 -0
  113. package/dist-esm/src/operations/serverParameters.d.ts.map +1 -0
  114. package/dist-esm/src/operations/serverParameters.js +110 -0
  115. package/dist-esm/src/operations/serverParameters.js.map +1 -0
  116. package/dist-esm/src/operations/serverSecurityAlertPolicies.d.ts +65 -0
  117. package/dist-esm/src/operations/serverSecurityAlertPolicies.d.ts.map +1 -0
  118. package/dist-esm/src/operations/serverSecurityAlertPolicies.js +255 -0
  119. package/dist-esm/src/operations/serverSecurityAlertPolicies.js.map +1 -0
  120. package/dist-esm/src/operations/servers.d.ts +156 -0
  121. package/dist-esm/src/operations/servers.d.ts.map +1 -0
  122. package/dist-esm/src/operations/servers.js +722 -0
  123. package/dist-esm/src/operations/servers.js.map +1 -0
  124. package/dist-esm/src/operations/topQueryStatistics.d.ts +49 -0
  125. package/dist-esm/src/operations/topQueryStatistics.d.ts.map +1 -0
  126. package/dist-esm/src/operations/topQueryStatistics.js +174 -0
  127. package/dist-esm/src/operations/topQueryStatistics.js.map +1 -0
  128. package/dist-esm/src/operations/virtualNetworkRules.d.ts +81 -0
  129. package/dist-esm/src/operations/virtualNetworkRules.d.ts.map +1 -0
  130. package/dist-esm/src/operations/virtualNetworkRules.js +320 -0
  131. package/dist-esm/src/operations/virtualNetworkRules.js.map +1 -0
  132. package/dist-esm/src/operations/waitStatistics.d.ts +49 -0
  133. package/dist-esm/src/operations/waitStatistics.d.ts.map +1 -0
  134. package/dist-esm/src/operations/waitStatistics.js +174 -0
  135. package/dist-esm/src/operations/waitStatistics.js.map +1 -0
  136. package/dist-esm/src/operationsInterfaces/advisors.d.ts +21 -0
  137. package/dist-esm/src/operationsInterfaces/advisors.d.ts.map +1 -0
  138. package/{src/models/locationBasedRecommendedActionSessionsOperationStatusMappers.ts → dist-esm/src/operationsInterfaces/advisors.js} +2 -6
  139. package/dist-esm/src/operationsInterfaces/advisors.js.map +1 -0
  140. package/dist-esm/src/operationsInterfaces/checkNameAvailability.d.ts +11 -0
  141. package/dist-esm/src/operationsInterfaces/checkNameAvailability.d.ts.map +1 -0
  142. package/{src/models/checkNameAvailabilityMappers.ts → dist-esm/src/operationsInterfaces/checkNameAvailability.js} +2 -9
  143. package/dist-esm/src/operationsInterfaces/checkNameAvailability.js.map +1 -0
  144. package/dist-esm/src/operationsInterfaces/configurations.d.ts +40 -0
  145. package/dist-esm/src/operationsInterfaces/configurations.d.ts.map +1 -0
  146. package/{src/models/operationsMappers.ts → dist-esm/src/operationsInterfaces/configurations.js} +2 -10
  147. package/dist-esm/src/operationsInterfaces/configurations.js.map +1 -0
  148. package/dist-esm/src/operationsInterfaces/databases.d.ts +56 -0
  149. package/dist-esm/src/operationsInterfaces/databases.d.ts.map +1 -0
  150. package/dist-esm/src/operationsInterfaces/databases.js +9 -0
  151. package/dist-esm/src/operationsInterfaces/databases.js.map +1 -0
  152. package/dist-esm/src/operationsInterfaces/firewallRules.d.ts +56 -0
  153. package/dist-esm/src/operationsInterfaces/firewallRules.d.ts.map +1 -0
  154. package/dist-esm/src/operationsInterfaces/firewallRules.js +9 -0
  155. package/dist-esm/src/operationsInterfaces/firewallRules.js.map +1 -0
  156. package/dist-esm/src/operationsInterfaces/index.d.ts +26 -0
  157. package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
  158. package/dist-esm/src/operationsInterfaces/index.js +33 -0
  159. package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
  160. package/dist-esm/src/operationsInterfaces/locationBasedPerformanceTier.d.ts +12 -0
  161. package/dist-esm/src/operationsInterfaces/locationBasedPerformanceTier.d.ts.map +1 -0
  162. package/dist-esm/src/operationsInterfaces/locationBasedPerformanceTier.js +9 -0
  163. package/dist-esm/src/operationsInterfaces/locationBasedPerformanceTier.js.map +1 -0
  164. package/dist-esm/src/operationsInterfaces/locationBasedRecommendedActionSessionsOperationStatus.d.ts +12 -0
  165. package/dist-esm/src/operationsInterfaces/locationBasedRecommendedActionSessionsOperationStatus.d.ts.map +1 -0
  166. package/{esm/models/locationBasedRecommendedActionSessionsOperationStatusMappers.js → dist-esm/src/operationsInterfaces/locationBasedRecommendedActionSessionsOperationStatus.js} +2 -2
  167. package/dist-esm/src/operationsInterfaces/locationBasedRecommendedActionSessionsOperationStatus.js.map +1 -0
  168. package/dist-esm/src/operationsInterfaces/locationBasedRecommendedActionSessionsResult.d.ts +13 -0
  169. package/dist-esm/src/operationsInterfaces/locationBasedRecommendedActionSessionsResult.d.ts.map +1 -0
  170. package/dist-esm/src/operationsInterfaces/locationBasedRecommendedActionSessionsResult.js +9 -0
  171. package/dist-esm/src/operationsInterfaces/locationBasedRecommendedActionSessionsResult.js.map +1 -0
  172. package/dist-esm/src/operationsInterfaces/logFiles.d.ts +13 -0
  173. package/dist-esm/src/operationsInterfaces/logFiles.d.ts.map +1 -0
  174. package/dist-esm/src/operationsInterfaces/logFiles.js +9 -0
  175. package/dist-esm/src/operationsInterfaces/logFiles.js.map +1 -0
  176. package/dist-esm/src/operationsInterfaces/operations.d.ts +10 -0
  177. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
  178. package/dist-esm/src/operationsInterfaces/operations.js +9 -0
  179. package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
  180. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts +74 -0
  181. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
  182. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js +9 -0
  183. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js.map +1 -0
  184. package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts +21 -0
  185. package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
  186. package/dist-esm/src/operationsInterfaces/privateLinkResources.js +9 -0
  187. package/dist-esm/src/operationsInterfaces/privateLinkResources.js.map +1 -0
  188. package/dist-esm/src/operationsInterfaces/queryTexts.d.ts +22 -0
  189. package/dist-esm/src/operationsInterfaces/queryTexts.d.ts.map +1 -0
  190. package/dist-esm/src/operationsInterfaces/queryTexts.js +9 -0
  191. package/dist-esm/src/operationsInterfaces/queryTexts.js.map +1 -0
  192. package/dist-esm/src/operationsInterfaces/recommendedActions.d.ts +23 -0
  193. package/dist-esm/src/operationsInterfaces/recommendedActions.d.ts.map +1 -0
  194. package/dist-esm/src/operationsInterfaces/recommendedActions.js +9 -0
  195. package/dist-esm/src/operationsInterfaces/recommendedActions.js.map +1 -0
  196. package/dist-esm/src/operationsInterfaces/recoverableServers.d.ts +12 -0
  197. package/dist-esm/src/operationsInterfaces/recoverableServers.d.ts.map +1 -0
  198. package/dist-esm/src/operationsInterfaces/recoverableServers.js +9 -0
  199. package/dist-esm/src/operationsInterfaces/recoverableServers.js.map +1 -0
  200. package/dist-esm/src/operationsInterfaces/replicas.d.ts +13 -0
  201. package/dist-esm/src/operationsInterfaces/replicas.d.ts.map +1 -0
  202. package/dist-esm/src/operationsInterfaces/replicas.js +9 -0
  203. package/dist-esm/src/operationsInterfaces/replicas.js.map +1 -0
  204. package/dist-esm/src/operationsInterfaces/serverAdministrators.d.ts +53 -0
  205. package/dist-esm/src/operationsInterfaces/serverAdministrators.d.ts.map +1 -0
  206. package/dist-esm/src/operationsInterfaces/serverAdministrators.js +9 -0
  207. package/dist-esm/src/operationsInterfaces/serverAdministrators.js.map +1 -0
  208. package/dist-esm/src/operationsInterfaces/serverBasedPerformanceTier.d.ts +13 -0
  209. package/dist-esm/src/operationsInterfaces/serverBasedPerformanceTier.d.ts.map +1 -0
  210. package/dist-esm/src/operationsInterfaces/serverBasedPerformanceTier.js +9 -0
  211. package/dist-esm/src/operationsInterfaces/serverBasedPerformanceTier.js.map +1 -0
  212. package/dist-esm/src/operationsInterfaces/serverKeys.d.ts +56 -0
  213. package/dist-esm/src/operationsInterfaces/serverKeys.d.ts.map +1 -0
  214. package/dist-esm/src/operationsInterfaces/serverKeys.js +9 -0
  215. package/dist-esm/src/operationsInterfaces/serverKeys.js.map +1 -0
  216. package/dist-esm/src/operationsInterfaces/serverParameters.d.ts +22 -0
  217. package/dist-esm/src/operationsInterfaces/serverParameters.d.ts.map +1 -0
  218. package/dist-esm/src/operationsInterfaces/serverParameters.js +9 -0
  219. package/dist-esm/src/operationsInterfaces/serverParameters.js.map +1 -0
  220. package/dist-esm/src/operationsInterfaces/serverSecurityAlertPolicies.d.ts +40 -0
  221. package/dist-esm/src/operationsInterfaces/serverSecurityAlertPolicies.d.ts.map +1 -0
  222. package/dist-esm/src/operationsInterfaces/serverSecurityAlertPolicies.js +9 -0
  223. package/dist-esm/src/operationsInterfaces/serverSecurityAlertPolicies.js.map +1 -0
  224. package/dist-esm/src/operationsInterfaces/servers.d.ts +133 -0
  225. package/dist-esm/src/operationsInterfaces/servers.d.ts.map +1 -0
  226. package/{esm/models/index.js → dist-esm/src/operationsInterfaces/servers.js} +2 -1
  227. package/dist-esm/src/operationsInterfaces/servers.js.map +1 -0
  228. package/dist-esm/src/operationsInterfaces/topQueryStatistics.d.ts +22 -0
  229. package/dist-esm/src/operationsInterfaces/topQueryStatistics.d.ts.map +1 -0
  230. package/dist-esm/src/operationsInterfaces/topQueryStatistics.js +9 -0
  231. package/dist-esm/src/operationsInterfaces/topQueryStatistics.js.map +1 -0
  232. package/dist-esm/src/operationsInterfaces/virtualNetworkRules.d.ts +56 -0
  233. package/dist-esm/src/operationsInterfaces/virtualNetworkRules.d.ts.map +1 -0
  234. package/dist-esm/src/operationsInterfaces/virtualNetworkRules.js +9 -0
  235. package/dist-esm/src/operationsInterfaces/virtualNetworkRules.js.map +1 -0
  236. package/dist-esm/src/operationsInterfaces/waitStatistics.d.ts +22 -0
  237. package/dist-esm/src/operationsInterfaces/waitStatistics.d.ts.map +1 -0
  238. package/dist-esm/src/operationsInterfaces/waitStatistics.js +9 -0
  239. package/dist-esm/src/operationsInterfaces/waitStatistics.js.map +1 -0
  240. package/dist-esm/test/sampleTest.d.ts +2 -0
  241. package/dist-esm/test/sampleTest.d.ts.map +1 -0
  242. package/dist-esm/test/sampleTest.js +40 -0
  243. package/dist-esm/test/sampleTest.js.map +1 -0
  244. package/package.json +65 -22
  245. package/review/arm-mysql.api.md +1572 -0
  246. package/rollup.config.js +181 -30
  247. package/src/index.ts +12 -0
  248. package/src/lroImpl.ts +34 -0
  249. package/src/models/index.ts +1475 -2772
  250. package/src/models/mappers.ts +1244 -1336
  251. package/src/models/parameters.ts +245 -101
  252. package/src/mySQLManagementClient.ts +274 -153
  253. package/src/operations/advisors.ts +157 -133
  254. package/src/operations/checkNameAvailability.ts +35 -57
  255. package/src/operations/configurations.ts +230 -137
  256. package/src/operations/databases.ts +318 -177
  257. package/src/operations/firewallRules.ts +318 -177
  258. package/src/operations/index.ts +1 -2
  259. package/src/operations/locationBasedPerformanceTier.ts +76 -44
  260. package/src/operations/locationBasedRecommendedActionSessionsOperationStatus.ts +38 -54
  261. package/src/operations/locationBasedRecommendedActionSessionsResult.ts +122 -88
  262. package/src/operations/logFiles.ts +96 -47
  263. package/src/operations/operations.ts +27 -41
  264. package/src/operations/privateEndpointConnections.ts +464 -244
  265. package/src/operations/privateLinkResources.ts +157 -124
  266. package/src/operations/queryTexts.ts +169 -133
  267. package/src/operations/recommendedActions.ts +168 -132
  268. package/src/operations/recoverableServers.ts +37 -51
  269. package/src/operations/replicas.ts +96 -47
  270. package/src/operations/serverAdministrators.ts +294 -166
  271. package/src/operations/serverBasedPerformanceTier.ts +85 -47
  272. package/src/operations/serverKeys.ts +335 -203
  273. package/src/operations/serverParameters.ts +117 -53
  274. package/src/operations/serverSecurityAlertPolicies.ts +276 -174
  275. package/src/operations/servers.ts +775 -384
  276. package/src/operations/topQueryStatistics.ts +173 -135
  277. package/src/operations/virtualNetworkRules.ts +351 -219
  278. package/src/operations/waitStatistics.ts +173 -135
  279. package/src/operationsInterfaces/advisors.ts +44 -0
  280. package/src/operationsInterfaces/checkNameAvailability.ts +26 -0
  281. package/src/operationsInterfaces/configurations.ts +82 -0
  282. package/src/operationsInterfaces/databases.ts +109 -0
  283. package/src/operationsInterfaces/firewallRules.ts +109 -0
  284. package/src/operationsInterfaces/index.ts +33 -0
  285. package/src/operationsInterfaces/locationBasedPerformanceTier.ts +27 -0
  286. package/src/operationsInterfaces/locationBasedRecommendedActionSessionsOperationStatus.ts +27 -0
  287. package/src/operationsInterfaces/locationBasedRecommendedActionSessionsResult.ts +29 -0
  288. package/src/operationsInterfaces/logFiles.ts +26 -0
  289. package/src/operationsInterfaces/operations.ts +21 -0
  290. package/src/operationsInterfaces/privateEndpointConnections.ts +147 -0
  291. package/src/operationsInterfaces/privateLinkResources.ts +44 -0
  292. package/src/operationsInterfaces/queryTexts.ts +46 -0
  293. package/src/operationsInterfaces/recommendedActions.ts +48 -0
  294. package/src/operationsInterfaces/recoverableServers.ts +27 -0
  295. package/src/operationsInterfaces/replicas.ts +26 -0
  296. package/src/operationsInterfaces/serverAdministrators.ts +101 -0
  297. package/src/operationsInterfaces/serverBasedPerformanceTier.ts +29 -0
  298. package/src/operationsInterfaces/serverKeys.ts +109 -0
  299. package/src/operationsInterfaces/serverParameters.ts +49 -0
  300. package/src/operationsInterfaces/serverSecurityAlertPolicies.ts +83 -0
  301. package/src/operationsInterfaces/servers.ts +233 -0
  302. package/src/operationsInterfaces/topQueryStatistics.ts +47 -0
  303. package/src/operationsInterfaces/virtualNetworkRules.ts +109 -0
  304. package/src/operationsInterfaces/waitStatistics.ts +47 -0
  305. package/tsconfig.json +3 -3
  306. package/types/arm-mysql.d.ts +2729 -0
  307. package/types/tsdoc-metadata.json +11 -0
  308. package/dist/arm-mysql.js +0 -7399
  309. package/dist/arm-mysql.js.map +0 -1
  310. package/dist/arm-mysql.min.js +0 -1
  311. package/dist/arm-mysql.min.js.map +0 -1
  312. package/esm/models/advisorsMappers.d.ts +0 -2
  313. package/esm/models/advisorsMappers.d.ts.map +0 -1
  314. package/esm/models/advisorsMappers.js +0 -9
  315. package/esm/models/advisorsMappers.js.map +0 -1
  316. package/esm/models/checkNameAvailabilityMappers.d.ts +0 -2
  317. package/esm/models/checkNameAvailabilityMappers.d.ts.map +0 -1
  318. package/esm/models/checkNameAvailabilityMappers.js +0 -9
  319. package/esm/models/checkNameAvailabilityMappers.js.map +0 -1
  320. package/esm/models/configurationsMappers.d.ts +0 -2
  321. package/esm/models/configurationsMappers.d.ts.map +0 -1
  322. package/esm/models/configurationsMappers.js +0 -9
  323. package/esm/models/configurationsMappers.js.map +0 -1
  324. package/esm/models/databasesMappers.d.ts +0 -2
  325. package/esm/models/databasesMappers.d.ts.map +0 -1
  326. package/esm/models/databasesMappers.js +0 -9
  327. package/esm/models/databasesMappers.js.map +0 -1
  328. package/esm/models/firewallRulesMappers.d.ts +0 -2
  329. package/esm/models/firewallRulesMappers.d.ts.map +0 -1
  330. package/esm/models/firewallRulesMappers.js +0 -9
  331. package/esm/models/firewallRulesMappers.js.map +0 -1
  332. package/esm/models/index.d.ts +0 -2973
  333. package/esm/models/index.d.ts.map +0 -1
  334. package/esm/models/index.js.map +0 -1
  335. package/esm/models/locationBasedPerformanceTierMappers.d.ts +0 -2
  336. package/esm/models/locationBasedPerformanceTierMappers.d.ts.map +0 -1
  337. package/esm/models/locationBasedPerformanceTierMappers.js +0 -9
  338. package/esm/models/locationBasedPerformanceTierMappers.js.map +0 -1
  339. package/esm/models/locationBasedRecommendedActionSessionsOperationStatusMappers.d.ts +0 -2
  340. package/esm/models/locationBasedRecommendedActionSessionsOperationStatusMappers.d.ts.map +0 -1
  341. package/esm/models/locationBasedRecommendedActionSessionsOperationStatusMappers.js.map +0 -1
  342. package/esm/models/locationBasedRecommendedActionSessionsResultMappers.d.ts +0 -2
  343. package/esm/models/locationBasedRecommendedActionSessionsResultMappers.d.ts.map +0 -1
  344. package/esm/models/locationBasedRecommendedActionSessionsResultMappers.js +0 -9
  345. package/esm/models/locationBasedRecommendedActionSessionsResultMappers.js.map +0 -1
  346. package/esm/models/logFilesMappers.d.ts +0 -2
  347. package/esm/models/logFilesMappers.d.ts.map +0 -1
  348. package/esm/models/logFilesMappers.js +0 -9
  349. package/esm/models/logFilesMappers.js.map +0 -1
  350. package/esm/models/mappers.d.ts +0 -80
  351. package/esm/models/mappers.d.ts.map +0 -1
  352. package/esm/models/mappers.js.map +0 -1
  353. package/esm/models/operationsMappers.d.ts +0 -2
  354. package/esm/models/operationsMappers.d.ts.map +0 -1
  355. package/esm/models/operationsMappers.js +0 -9
  356. package/esm/models/operationsMappers.js.map +0 -1
  357. package/esm/models/parameters.d.ts +0 -27
  358. package/esm/models/parameters.d.ts.map +0 -1
  359. package/esm/models/parameters.js.map +0 -1
  360. package/esm/models/privateEndpointConnectionsMappers.d.ts +0 -2
  361. package/esm/models/privateEndpointConnectionsMappers.d.ts.map +0 -1
  362. package/esm/models/privateEndpointConnectionsMappers.js +0 -9
  363. package/esm/models/privateEndpointConnectionsMappers.js.map +0 -1
  364. package/esm/models/privateLinkResourcesMappers.d.ts +0 -2
  365. package/esm/models/privateLinkResourcesMappers.d.ts.map +0 -1
  366. package/esm/models/privateLinkResourcesMappers.js +0 -9
  367. package/esm/models/privateLinkResourcesMappers.js.map +0 -1
  368. package/esm/models/queryTextsMappers.d.ts +0 -2
  369. package/esm/models/queryTextsMappers.d.ts.map +0 -1
  370. package/esm/models/queryTextsMappers.js +0 -9
  371. package/esm/models/queryTextsMappers.js.map +0 -1
  372. package/esm/models/recommendedActionsMappers.d.ts +0 -2
  373. package/esm/models/recommendedActionsMappers.d.ts.map +0 -1
  374. package/esm/models/recommendedActionsMappers.js +0 -9
  375. package/esm/models/recommendedActionsMappers.js.map +0 -1
  376. package/esm/models/recoverableServersMappers.d.ts +0 -2
  377. package/esm/models/recoverableServersMappers.d.ts.map +0 -1
  378. package/esm/models/recoverableServersMappers.js +0 -9
  379. package/esm/models/recoverableServersMappers.js.map +0 -1
  380. package/esm/models/replicasMappers.d.ts +0 -2
  381. package/esm/models/replicasMappers.d.ts.map +0 -1
  382. package/esm/models/replicasMappers.js +0 -9
  383. package/esm/models/replicasMappers.js.map +0 -1
  384. package/esm/models/serverAdministratorsMappers.d.ts +0 -2
  385. package/esm/models/serverAdministratorsMappers.d.ts.map +0 -1
  386. package/esm/models/serverAdministratorsMappers.js +0 -9
  387. package/esm/models/serverAdministratorsMappers.js.map +0 -1
  388. package/esm/models/serverBasedPerformanceTierMappers.d.ts +0 -2
  389. package/esm/models/serverBasedPerformanceTierMappers.d.ts.map +0 -1
  390. package/esm/models/serverBasedPerformanceTierMappers.js +0 -9
  391. package/esm/models/serverBasedPerformanceTierMappers.js.map +0 -1
  392. package/esm/models/serverKeysMappers.d.ts +0 -2
  393. package/esm/models/serverKeysMappers.d.ts.map +0 -1
  394. package/esm/models/serverKeysMappers.js +0 -9
  395. package/esm/models/serverKeysMappers.js.map +0 -1
  396. package/esm/models/serverParametersMappers.d.ts +0 -2
  397. package/esm/models/serverParametersMappers.d.ts.map +0 -1
  398. package/esm/models/serverParametersMappers.js +0 -9
  399. package/esm/models/serverParametersMappers.js.map +0 -1
  400. package/esm/models/serverSecurityAlertPoliciesMappers.d.ts +0 -2
  401. package/esm/models/serverSecurityAlertPoliciesMappers.d.ts.map +0 -1
  402. package/esm/models/serverSecurityAlertPoliciesMappers.js +0 -9
  403. package/esm/models/serverSecurityAlertPoliciesMappers.js.map +0 -1
  404. package/esm/models/serversMappers.d.ts +0 -2
  405. package/esm/models/serversMappers.d.ts.map +0 -1
  406. package/esm/models/serversMappers.js +0 -9
  407. package/esm/models/serversMappers.js.map +0 -1
  408. package/esm/models/topQueryStatisticsMappers.d.ts +0 -2
  409. package/esm/models/topQueryStatisticsMappers.d.ts.map +0 -1
  410. package/esm/models/topQueryStatisticsMappers.js +0 -9
  411. package/esm/models/topQueryStatisticsMappers.js.map +0 -1
  412. package/esm/models/virtualNetworkRulesMappers.d.ts +0 -2
  413. package/esm/models/virtualNetworkRulesMappers.d.ts.map +0 -1
  414. package/esm/models/virtualNetworkRulesMappers.js +0 -9
  415. package/esm/models/virtualNetworkRulesMappers.js.map +0 -1
  416. package/esm/models/waitStatisticsMappers.d.ts +0 -2
  417. package/esm/models/waitStatisticsMappers.d.ts.map +0 -1
  418. package/esm/models/waitStatisticsMappers.js +0 -9
  419. package/esm/models/waitStatisticsMappers.js.map +0 -1
  420. package/esm/mySQLManagementClient.d.ts +0 -90
  421. package/esm/mySQLManagementClient.d.ts.map +0 -1
  422. package/esm/mySQLManagementClient.js +0 -151
  423. package/esm/mySQLManagementClient.js.map +0 -1
  424. package/esm/mySQLManagementClientContext.d.ts +0 -21
  425. package/esm/mySQLManagementClientContext.d.ts.map +0 -1
  426. package/esm/mySQLManagementClientContext.js +0 -59
  427. package/esm/mySQLManagementClientContext.js.map +0 -1
  428. package/esm/operations/advisors.d.ts +0 -76
  429. package/esm/operations/advisors.d.ts.map +0 -1
  430. package/esm/operations/advisors.js +0 -119
  431. package/esm/operations/advisors.js.map +0 -1
  432. package/esm/operations/checkNameAvailability.d.ts +0 -34
  433. package/esm/operations/checkNameAvailability.d.ts.map +0 -1
  434. package/esm/operations/checkNameAvailability.js +0 -59
  435. package/esm/operations/checkNameAvailability.js.map +0 -1
  436. package/esm/operations/configurations.d.ts +0 -79
  437. package/esm/operations/configurations.d.ts.map +0 -1
  438. package/esm/operations/configurations.js +0 -152
  439. package/esm/operations/configurations.js.map +0 -1
  440. package/esm/operations/databases.d.ts +0 -97
  441. package/esm/operations/databases.d.ts.map +0 -1
  442. package/esm/operations/databases.js +0 -208
  443. package/esm/operations/databases.js.map +0 -1
  444. package/esm/operations/firewallRules.d.ts +0 -97
  445. package/esm/operations/firewallRules.d.ts.map +0 -1
  446. package/esm/operations/firewallRules.js +0 -208
  447. package/esm/operations/firewallRules.js.map +0 -1
  448. package/esm/operations/index.d.ts.map +0 -1
  449. package/esm/operations/index.js.map +0 -1
  450. package/esm/operations/locationBasedPerformanceTier.d.ts +0 -31
  451. package/esm/operations/locationBasedPerformanceTier.d.ts.map +0 -1
  452. package/esm/operations/locationBasedPerformanceTier.js +0 -55
  453. package/esm/operations/locationBasedPerformanceTier.js.map +0 -1
  454. package/esm/operations/locationBasedRecommendedActionSessionsOperationStatus.d.ts +0 -34
  455. package/esm/operations/locationBasedRecommendedActionSessionsOperationStatus.d.ts.map +0 -1
  456. package/esm/operations/locationBasedRecommendedActionSessionsOperationStatus.js +0 -57
  457. package/esm/operations/locationBasedRecommendedActionSessionsOperationStatus.js.map +0 -1
  458. package/esm/operations/locationBasedRecommendedActionSessionsResult.d.ts +0 -52
  459. package/esm/operations/locationBasedRecommendedActionSessionsResult.d.ts.map +0 -1
  460. package/esm/operations/locationBasedRecommendedActionSessionsResult.js +0 -92
  461. package/esm/operations/locationBasedRecommendedActionSessionsResult.js.map +0 -1
  462. package/esm/operations/logFiles.d.ts +0 -34
  463. package/esm/operations/logFiles.d.ts.map +0 -1
  464. package/esm/operations/logFiles.js +0 -57
  465. package/esm/operations/logFiles.js.map +0 -1
  466. package/esm/operations/operations.d.ts +0 -28
  467. package/esm/operations/operations.d.ts.map +0 -1
  468. package/esm/operations/operations.js +0 -50
  469. package/esm/operations/operations.js.map +0 -1
  470. package/esm/operations/privateEndpointConnections.d.ts +0 -137
  471. package/esm/operations/privateEndpointConnections.d.ts.map +0 -1
  472. package/esm/operations/privateEndpointConnections.js +0 -296
  473. package/esm/operations/privateEndpointConnections.js.map +0 -1
  474. package/esm/operations/privateLinkResources.d.ts +0 -76
  475. package/esm/operations/privateLinkResources.d.ts.map +0 -1
  476. package/esm/operations/privateLinkResources.js +0 -119
  477. package/esm/operations/privateLinkResources.js.map +0 -1
  478. package/esm/operations/queryTexts.d.ts +0 -82
  479. package/esm/operations/queryTexts.d.ts.map +0 -1
  480. package/esm/operations/queryTexts.js +0 -123
  481. package/esm/operations/queryTexts.js.map +0 -1
  482. package/esm/operations/recommendedActions.d.ts +0 -82
  483. package/esm/operations/recommendedActions.d.ts.map +0 -1
  484. package/esm/operations/recommendedActions.js +0 -125
  485. package/esm/operations/recommendedActions.js.map +0 -1
  486. package/esm/operations/recoverableServers.d.ts +0 -34
  487. package/esm/operations/recoverableServers.d.ts.map +0 -1
  488. package/esm/operations/recoverableServers.js +0 -57
  489. package/esm/operations/recoverableServers.js.map +0 -1
  490. package/esm/operations/replicas.d.ts +0 -34
  491. package/esm/operations/replicas.d.ts.map +0 -1
  492. package/esm/operations/replicas.js +0 -57
  493. package/esm/operations/replicas.js.map +0 -1
  494. package/esm/operations/serverAdministrators.d.ts +0 -92
  495. package/esm/operations/serverAdministrators.d.ts.map +0 -1
  496. package/esm/operations/serverAdministrators.js +0 -199
  497. package/esm/operations/serverAdministrators.js.map +0 -1
  498. package/esm/operations/serverBasedPerformanceTier.d.ts +0 -34
  499. package/esm/operations/serverBasedPerformanceTier.d.ts.map +0 -1
  500. package/esm/operations/serverBasedPerformanceTier.js +0 -57
  501. package/esm/operations/serverBasedPerformanceTier.js.map +0 -1
  502. package/esm/operations/serverKeys.d.ts +0 -115
  503. package/esm/operations/serverKeys.d.ts.map +0 -1
  504. package/esm/operations/serverKeys.js +0 -236
  505. package/esm/operations/serverKeys.js.map +0 -1
  506. package/esm/operations/serverParameters.d.ts +0 -32
  507. package/esm/operations/serverParameters.d.ts.map +0 -1
  508. package/esm/operations/serverParameters.js +0 -84
  509. package/esm/operations/serverParameters.js.map +0 -1
  510. package/esm/operations/serverSecurityAlertPolicies.d.ts +0 -92
  511. package/esm/operations/serverSecurityAlertPolicies.d.ts.map +0 -1
  512. package/esm/operations/serverSecurityAlertPolicies.js +0 -177
  513. package/esm/operations/serverSecurityAlertPolicies.js.map +0 -1
  514. package/esm/operations/servers.d.ts +0 -190
  515. package/esm/operations/servers.d.ts.map +0 -1
  516. package/esm/operations/servers.js +0 -483
  517. package/esm/operations/servers.js.map +0 -1
  518. package/esm/operations/topQueryStatistics.d.ts +0 -79
  519. package/esm/operations/topQueryStatistics.d.ts.map +0 -1
  520. package/esm/operations/topQueryStatistics.js +0 -125
  521. package/esm/operations/topQueryStatistics.js.map +0 -1
  522. package/esm/operations/virtualNetworkRules.d.ts +0 -115
  523. package/esm/operations/virtualNetworkRules.d.ts.map +0 -1
  524. package/esm/operations/virtualNetworkRules.js +0 -237
  525. package/esm/operations/virtualNetworkRules.js.map +0 -1
  526. package/esm/operations/waitStatistics.d.ts +0 -79
  527. package/esm/operations/waitStatistics.d.ts.map +0 -1
  528. package/esm/operations/waitStatistics.js +0 -125
  529. package/esm/operations/waitStatistics.js.map +0 -1
  530. package/src/models/advisorsMappers.ts +0 -44
  531. package/src/models/configurationsMappers.ts +0 -46
  532. package/src/models/databasesMappers.ts +0 -46
  533. package/src/models/firewallRulesMappers.ts +0 -46
  534. package/src/models/locationBasedRecommendedActionSessionsResultMappers.ts +0 -44
  535. package/src/models/logFilesMappers.ts +0 -46
  536. package/src/models/privateEndpointConnectionsMappers.ts +0 -47
  537. package/src/models/privateLinkResourcesMappers.ts +0 -46
  538. package/src/models/queryTextsMappers.ts +0 -46
  539. package/src/models/recommendedActionsMappers.ts +0 -44
  540. package/src/models/recoverableServersMappers.ts +0 -45
  541. package/src/models/replicasMappers.ts +0 -46
  542. package/src/models/serverAdministratorsMappers.ts +0 -46
  543. package/src/models/serverBasedPerformanceTierMappers.ts +0 -17
  544. package/src/models/serverKeysMappers.ts +0 -46
  545. package/src/models/serverParametersMappers.ts +0 -46
  546. package/src/models/serverSecurityAlertPoliciesMappers.ts +0 -44
  547. package/src/models/serversMappers.ts +0 -54
  548. package/src/models/topQueryStatisticsMappers.ts +0 -47
  549. package/src/models/virtualNetworkRulesMappers.ts +0 -44
  550. package/src/models/waitStatisticsMappers.ts +0 -47
  551. package/src/mySQLManagementClientContext.ts +0 -65
@@ -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/parameters.ts","../src/models/serversMappers.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/serverParametersMappers.ts","../src/operations/serverParameters.ts","../src/models/logFilesMappers.ts","../src/operations/logFiles.ts","../src/models/serverAdministratorsMappers.ts","../src/operations/serverAdministrators.ts","../src/models/recoverableServersMappers.ts","../src/operations/recoverableServers.ts","../src/models/serverBasedPerformanceTierMappers.ts","../src/operations/serverBasedPerformanceTier.ts","../src/models/locationBasedPerformanceTierMappers.ts","../src/operations/locationBasedPerformanceTier.ts","../src/models/checkNameAvailabilityMappers.ts","../src/operations/checkNameAvailability.ts","../src/models/operationsMappers.ts","../src/operations/operations.ts","../src/models/serverSecurityAlertPoliciesMappers.ts","../src/operations/serverSecurityAlertPolicies.ts","../src/models/queryTextsMappers.ts","../src/operations/queryTexts.ts","../src/models/topQueryStatisticsMappers.ts","../src/operations/topQueryStatistics.ts","../src/models/waitStatisticsMappers.ts","../src/operations/waitStatistics.ts","../src/models/advisorsMappers.ts","../src/operations/advisors.ts","../src/models/recommendedActionsMappers.ts","../src/operations/recommendedActions.ts","../src/models/locationBasedRecommendedActionSessionsOperationStatusMappers.ts","../src/operations/locationBasedRecommendedActionSessionsOperationStatus.ts","../src/models/locationBasedRecommendedActionSessionsResultMappers.ts","../src/operations/locationBasedRecommendedActionSessionsResult.ts","../src/models/privateEndpointConnectionsMappers.ts","../src/operations/privateEndpointConnections.ts","../src/models/privateLinkResourcesMappers.ts","../src/operations/privateLinkResources.ts","../src/models/serverKeysMappers.ts","../src/operations/serverKeys.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.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { BaseResource, CloudError, AzureServiceClientOptions } from \"@azure/ms-rest-azure-js\";\nimport * as msRest from \"@azure/ms-rest-js\";\n\nexport { BaseResource, CloudError };\n\n/**\n * An interface representing PrivateEndpointProperty.\n */\nexport interface PrivateEndpointProperty extends BaseResource {\n /**\n * Resource id of the private endpoint.\n */\n id?: string;\n}\n\n/**\n * An interface representing ServerPrivateLinkServiceConnectionStateProperty.\n */\nexport interface ServerPrivateLinkServiceConnectionStateProperty {\n /**\n * The private link service connection status. Possible values include: 'Approved', 'Pending',\n * 'Rejected', 'Disconnected'\n */\n status: PrivateLinkServiceConnectionStateStatus;\n /**\n * The private link service connection description.\n */\n description: string;\n /**\n * The actions required for private link service connection. Possible values include: 'None'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly actionsRequired?: PrivateLinkServiceConnectionStateActionsRequire;\n}\n\n/**\n * Properties of a private endpoint connection.\n */\nexport interface ServerPrivateEndpointConnectionProperties {\n /**\n * Private endpoint which the connection belongs to.\n */\n privateEndpoint?: PrivateEndpointProperty;\n /**\n * Connection state of the private endpoint connection.\n */\n privateLinkServiceConnectionState?: ServerPrivateLinkServiceConnectionStateProperty;\n /**\n * State of the private endpoint connection. Possible values include: 'Approving', 'Ready',\n * 'Dropping', 'Failed', 'Rejecting'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly provisioningState?: PrivateEndpointProvisioningState;\n}\n\n/**\n * A private endpoint connection under a server\n */\nexport interface ServerPrivateEndpointConnection {\n /**\n * Resource Id of the private endpoint connection.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly id?: string;\n /**\n * Private endpoint connection properties\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly properties?: ServerPrivateEndpointConnectionProperties;\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', '8.0'\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 * Enforce a minimal Tls version for the server. Possible values include: 'TLS1_0', 'TLS1_1',\n * 'TLS1_2', 'TLSEnforcementDisabled'\n */\n minimalTlsVersion?: MinimalTlsVersionEnum;\n /**\n * Status showing whether the server enabled infrastructure encryption. Possible values include:\n * 'Enabled', 'Disabled'\n */\n infrastructureEncryption?: InfrastructureEncryption;\n /**\n * Whether or not public network access is allowed for this server. Value is optional but if\n * passed in, must be 'Enabled' or 'Disabled'. Possible values include: 'Enabled', 'Disabled'\n */\n publicNetworkAccess?: PublicNetworkAccessEnum;\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', '8.0'\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 * Enforce a minimal Tls version for the server. Possible values include: 'TLS1_0', 'TLS1_1',\n * 'TLS1_2', 'TLSEnforcementDisabled'\n */\n minimalTlsVersion?: MinimalTlsVersionEnum;\n /**\n * Status showing whether the server enabled infrastructure encryption. Possible values include:\n * 'Enabled', 'Disabled'\n */\n infrastructureEncryption?: InfrastructureEncryption;\n /**\n * Whether or not public network access is allowed for this server. Value is optional but if\n * passed in, must be 'Enabled' or 'Disabled'. Possible values include: 'Enabled', 'Disabled'\n */\n publicNetworkAccess?: PublicNetworkAccessEnum;\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', '8.0'\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 * Enforce a minimal Tls version for the server. Possible values include: 'TLS1_0', 'TLS1_1',\n * 'TLS1_2', 'TLSEnforcementDisabled'\n */\n minimalTlsVersion?: MinimalTlsVersionEnum;\n /**\n * Status showing whether the server enabled infrastructure encryption. Possible values include:\n * 'Enabled', 'Disabled'\n */\n infrastructureEncryption?: InfrastructureEncryption;\n /**\n * Whether or not public network access is allowed for this server. Value is optional but if\n * passed in, must be 'Enabled' or 'Disabled'. Possible values include: 'Enabled', 'Disabled'\n */\n publicNetworkAccess?: PublicNetworkAccessEnum;\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', '8.0'\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 * Enforce a minimal Tls version for the server. Possible values include: 'TLS1_0', 'TLS1_1',\n * 'TLS1_2', 'TLSEnforcementDisabled'\n */\n minimalTlsVersion?: MinimalTlsVersionEnum;\n /**\n * Status showing whether the server enabled infrastructure encryption. Possible values include:\n * 'Enabled', 'Disabled'\n */\n infrastructureEncryption?: InfrastructureEncryption;\n /**\n * Whether or not public network access is allowed for this server. Value is optional but if\n * passed in, must be 'Enabled' or 'Disabled'. Possible values include: 'Enabled', 'Disabled'\n */\n publicNetworkAccess?: PublicNetworkAccessEnum;\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', '8.0'\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 * Enforce a minimal Tls version for the server. Possible values include: 'TLS1_0', 'TLS1_1',\n * 'TLS1_2', 'TLSEnforcementDisabled'\n */\n minimalTlsVersion?: MinimalTlsVersionEnum;\n /**\n * Status showing whether the server enabled infrastructure encryption. Possible values include:\n * 'Enabled', 'Disabled'\n */\n infrastructureEncryption?: InfrastructureEncryption;\n /**\n * Whether or not public network access is allowed for this server. Value is optional but if\n * passed in, must be 'Enabled' or 'Disabled'. Possible values include: 'Enabled', 'Disabled'\n */\n publicNetworkAccess?: PublicNetworkAccessEnum;\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 * Azure Active Directory identity configuration for a resource.\n */\nexport interface ResourceIdentity {\n /**\n * The Azure Active Directory principal id.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly principalId?: string;\n /**\n * The identity type. Set this to 'SystemAssigned' in order to automatically create and assign an\n * Azure Active Directory principal for the resource. Possible values include: 'SystemAssigned'\n */\n type?: IdentityType;\n /**\n * The Azure Active Directory tenant id.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly tenantId?: string;\n}\n\n/**\n * Common fields that are returned in the response for all Azure Resource Manager resources\n * @summary Resource\n */\nexport interface Resource extends BaseResource {\n /**\n * Fully qualified resource ID for the resource. Ex -\n * /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly id?: string;\n /**\n * The name of the resource\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly name?: string;\n /**\n * The type of the resource. E.g. \"Microsoft.Compute/virtualMachines\" or\n * \"Microsoft.Storage/storageAccounts\"\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly type?: string;\n}\n\n/**\n * The resource model definition for an Azure Resource Manager tracked top level resource which has\n * 'tags' and a 'location'\n * @summary Tracked Resource\n */\nexport interface TrackedResource extends Resource {\n /**\n * Resource tags.\n */\n tags?: { [propertyName: string]: string };\n /**\n * The geo-location where the resource lives\n */\n location: string;\n}\n\n/**\n * Represents a server.\n */\nexport interface Server extends TrackedResource {\n /**\n * The Azure Active Directory identity of the server.\n */\n identity?: ResourceIdentity;\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', '8.0'\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 * Enforce a minimal Tls version for the server. Possible values include: 'TLS1_0', 'TLS1_1',\n * 'TLS1_2', 'TLSEnforcementDisabled'\n */\n minimalTlsVersion?: MinimalTlsVersionEnum;\n /**\n * Status showing whether the server data encryption is enabled with customer-managed keys.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly byokEnforcement?: string;\n /**\n * Status showing whether the server enabled infrastructure encryption. Possible values include:\n * 'Enabled', 'Disabled'\n */\n infrastructureEncryption?: InfrastructureEncryption;\n /**\n * A state of a server that is visible to user. Possible values include: 'Ready', 'Dropping',\n * 'Disabled', 'Inaccessible'\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 * Whether or not public network access is allowed for this server. Value is optional but if\n * passed in, must be 'Enabled' or 'Disabled'. Possible values include: 'Enabled', 'Disabled'\n */\n publicNetworkAccess?: PublicNetworkAccessEnum;\n /**\n * List of private endpoint connections on a server\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly privateEndpointConnections?: ServerPrivateEndpointConnection[];\n}\n\n/**\n * Represents a server to be created.\n */\nexport interface ServerForCreate {\n /**\n * The Azure Active Directory identity of the server.\n */\n identity?: ResourceIdentity;\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 Azure Active Directory identity of the server.\n */\n identity?: ResourceIdentity;\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', '8.0'\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 * Enforce a minimal Tls version for the server. Possible values include: 'TLS1_0', 'TLS1_1',\n * 'TLS1_2', 'TLSEnforcementDisabled'\n */\n minimalTlsVersion?: MinimalTlsVersionEnum;\n /**\n * Whether or not public network access is allowed for this server. Value is optional but if\n * passed in, must be 'Enabled' or 'Disabled'. Possible values include: 'Enabled', 'Disabled'\n */\n publicNetworkAccess?: PublicNetworkAccessEnum;\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 * The resource model definition for a Azure Resource Manager proxy resource. It will not have tags\n * and a location\n * @summary Proxy Resource\n */\nexport interface ProxyResource extends Resource {\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 * 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 minLargeStorageMB?: number;\n /**\n * Max storage allowed for a server.\n */\n maxLargeStorageMB?: number;\n /**\n * Max storage allowed for a server.\n */\n minStorageMB?: number;\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 * The resource management error additional info.\n */\nexport interface ErrorAdditionalInfo {\n /**\n * The additional info type.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly type?: string;\n /**\n * The additional info.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly info?: any;\n}\n\n/**\n * Common error response for all Azure Resource Manager APIs to return error details for failed\n * operations. (This also follows the OData error response format.)\n * @summary Error Response\n */\nexport interface ErrorResponse {\n /**\n * The error code.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly code?: string;\n /**\n * The error message.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly message?: string;\n /**\n * The error target.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly target?: string;\n /**\n * The error details.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly details?: ErrorResponse[];\n /**\n * The error additional info.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly additionalInfo?: ErrorAdditionalInfo[];\n}\n\n/**\n * Represents a and external administrator to be created.\n */\nexport interface ServerAdministratorResource extends ProxyResource {\n /**\n * The server administrator login account name.\n */\n login: string;\n /**\n * The server administrator Sid (Secure ID).\n */\n sid: string;\n /**\n * The server Active Directory Administrator tenant id.\n */\n tenantId: string;\n}\n\n/**\n * A recoverable server resource.\n */\nexport interface RecoverableServerResource extends ProxyResource {\n /**\n * The last available backup date time.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly lastAvailableBackupDateTime?: string;\n /**\n * The service level objective\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly serviceLevelObjective?: string;\n /**\n * Edition of the performance tier.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly edition?: string;\n /**\n * vCore associated with the service level objective\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly vCore?: number;\n /**\n * Hardware generation associated with the service level objective\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly hardwareGeneration?: string;\n /**\n * The MySQL version\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly version?: string;\n}\n\n/**\n * The resource model definition for an Azure Resource Manager resource with an etag.\n * @summary Entity Resource\n */\nexport interface AzureEntityResource extends Resource {\n /**\n * Resource Etag.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly etag?: 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 * Represents a Query Text.\n */\nexport interface QueryText extends ProxyResource {\n /**\n * Query identifier unique to the server.\n */\n queryId?: string;\n /**\n * Query text.\n */\n queryText?: string;\n}\n\n/**\n * Input to get top query statistics\n */\nexport interface TopQueryStatisticsInput {\n /**\n * Max number of top queries to return.\n */\n numberOfTopQueries: number;\n /**\n * Aggregation function name.\n */\n aggregationFunction: string;\n /**\n * Observed metric name.\n */\n observedMetric: string;\n /**\n * Observation start time.\n */\n observationStartTime: Date;\n /**\n * Observation end time.\n */\n observationEndTime: Date;\n /**\n * Aggregation interval type in ISO 8601 format.\n */\n aggregationWindow: string;\n}\n\n/**\n * Represents a Query Statistic.\n */\nexport interface QueryStatistic extends ProxyResource {\n /**\n * Database query identifier.\n */\n queryId?: string;\n /**\n * Observation start time.\n */\n startTime?: Date;\n /**\n * Observation end time.\n */\n endTime?: Date;\n /**\n * Aggregation function name.\n */\n aggregationFunction?: string;\n /**\n * The list of database names.\n */\n databaseNames?: string[];\n /**\n * Number of query executions in this time interval.\n */\n queryExecutionCount?: number;\n /**\n * Metric name.\n */\n metricName?: string;\n /**\n * Metric display name.\n */\n metricDisplayName?: string;\n /**\n * Metric value.\n */\n metricValue?: number;\n /**\n * Metric value unit.\n */\n metricValueUnit?: string;\n}\n\n/**\n * Input to get wait statistics\n */\nexport interface WaitStatisticsInput {\n /**\n * Observation start time.\n */\n observationStartTime: Date;\n /**\n * Observation end time.\n */\n observationEndTime: Date;\n /**\n * Aggregation interval type in ISO 8601 format.\n */\n aggregationWindow: string;\n}\n\n/**\n * Represents a Wait Statistic.\n */\nexport interface WaitStatistic extends ProxyResource {\n /**\n * Observation start time.\n */\n startTime?: Date;\n /**\n * Observation end time.\n */\n endTime?: Date;\n /**\n * Wait event name.\n */\n eventName?: string;\n /**\n * Wait event type name.\n */\n eventTypeName?: string;\n /**\n * Database query identifier.\n */\n queryId?: number;\n /**\n * Database Name.\n */\n databaseName?: string;\n /**\n * Database user identifier.\n */\n userId?: number;\n /**\n * Wait event count observed in this time interval.\n */\n count?: number;\n /**\n * Total time of wait in milliseconds in this time interval.\n */\n totalTimeInMs?: number;\n}\n\n/**\n * Result of Query Performance Insight data reset.\n */\nexport interface QueryPerformanceInsightResetDataResult {\n /**\n * Indicates result of the operation. Possible values include: 'Succeeded', 'Failed'\n */\n status?: QueryPerformanceInsightResetDataResultState;\n /**\n * operation message.\n */\n message?: string;\n}\n\n/**\n * Represents a recommendation action advisor.\n */\nexport interface Advisor extends ProxyResource {\n /**\n * The properties of a recommendation action advisor.\n */\n properties?: any;\n}\n\n/**\n * Represents a Recommendation Action.\n */\nexport interface RecommendationAction extends ProxyResource {\n /**\n * Advisor name.\n */\n advisorName?: string;\n /**\n * Recommendation action session identifier.\n */\n sessionId?: string;\n /**\n * Recommendation action identifier.\n */\n actionId?: number;\n /**\n * Recommendation action creation time.\n */\n createdTime?: Date;\n /**\n * Recommendation action expiration time.\n */\n expirationTime?: Date;\n /**\n * Recommendation action reason.\n */\n reason?: string;\n /**\n * Recommendation action type.\n */\n recommendationType?: string;\n /**\n * Recommendation action details.\n */\n details?: { [propertyName: string]: string };\n}\n\n/**\n * Recommendation action session operation status.\n */\nexport interface RecommendedActionSessionsOperationStatus {\n /**\n * Operation identifier.\n */\n name?: string;\n /**\n * Operation start time.\n */\n startTime?: Date;\n /**\n * Operation status.\n */\n status?: string;\n}\n\n/**\n * An interface representing PrivateLinkServiceConnectionStateProperty.\n */\nexport interface PrivateLinkServiceConnectionStateProperty {\n /**\n * The private link service connection status.\n */\n status: string;\n /**\n * The private link service connection description.\n */\n description: string;\n /**\n * The actions required for private link service connection.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly actionsRequired?: string;\n}\n\n/**\n * A private endpoint connection\n */\nexport interface PrivateEndpointConnection extends ProxyResource {\n /**\n * Private endpoint which the connection belongs to.\n */\n privateEndpoint?: PrivateEndpointProperty;\n /**\n * Connection state of the private endpoint connection.\n */\n privateLinkServiceConnectionState?: PrivateLinkServiceConnectionStateProperty;\n /**\n * State of the private endpoint connection.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly provisioningState?: string;\n}\n\n/**\n * Tags object for patch operations.\n */\nexport interface TagsObject {\n /**\n * Resource tags.\n */\n tags?: { [propertyName: string]: string };\n}\n\n/**\n * Properties of a private link resource.\n */\nexport interface PrivateLinkResourceProperties {\n /**\n * The private link resource group id.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly groupId?: string;\n /**\n * The private link resource required member names.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly requiredMembers?: string[];\n}\n\n/**\n * A private link resource\n */\nexport interface PrivateLinkResource extends ProxyResource {\n /**\n * The private link resource group id.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly properties?: PrivateLinkResourceProperties;\n}\n\n/**\n * A MySQL Server key.\n */\nexport interface ServerKey extends ProxyResource {\n /**\n * Kind of encryption protector used to protect the key.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly kind?: string;\n /**\n * The URI of the key.\n */\n uri?: string;\n /**\n * The key creation date.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly creationDate?: Date;\n}\n\n/**\n * An interface representing ServerUpgradeParameters.\n */\nexport interface ServerUpgradeParameters {\n /**\n * Represents an server storage profile.\n */\n targetServerVersion?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface RecommendedActionsListByServerOptionalParams extends msRest.RequestOptionsBase {\n /**\n * The recommendation action session identifier.\n */\n sessionId?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface RecommendedActionsListByServerNextOptionalParams extends msRest.RequestOptionsBase {\n /**\n * The recommendation action session identifier.\n */\n sessionId?: string;\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 * The response to a list Active Directory Administrators request.\n * @extends Array<ServerAdministratorResource>\n */\nexport interface ServerAdministratorResourceListResult extends Array<ServerAdministratorResource> {\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 * @interface\n * A list of the server's security alert policies.\n * @extends Array<ServerSecurityAlertPolicy>\n */\nexport interface ServerSecurityAlertPolicyListResult extends Array<ServerSecurityAlertPolicy> {\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 query texts.\n * @extends Array<QueryText>\n */\nexport interface QueryTextsResultList extends Array<QueryText> {\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 query statistics.\n * @extends Array<QueryStatistic>\n */\nexport interface TopQueryStatisticsResultList extends Array<QueryStatistic> {\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 wait statistics.\n * @extends Array<WaitStatistic>\n */\nexport interface WaitStatisticsResultList extends Array<WaitStatistic> {\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 query statistics.\n * @extends Array<Advisor>\n */\nexport interface AdvisorsResultList extends Array<Advisor> {\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 recommendation actions.\n * @extends Array<RecommendationAction>\n */\nexport interface RecommendationActionsResultList extends Array<RecommendationAction> {\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 private endpoint connections.\n * @extends Array<PrivateEndpointConnection>\n */\nexport interface PrivateEndpointConnectionListResult extends Array<PrivateEndpointConnection> {\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 private link resources\n * @extends Array<PrivateLinkResource>\n */\nexport interface PrivateLinkResourceListResult extends Array<PrivateLinkResource> {\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 MySQL Server keys.\n * @extends Array<ServerKey>\n */\nexport interface ServerKeyListResult extends Array<ServerKey> {\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 * Defines values for ServerVersion.\n * Possible values include: '5.6', '5.7', '8.0'\n * @readonly\n * @enum {string}\n */\nexport type ServerVersion = '5.6' | '5.7' | '8.0';\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 MinimalTlsVersionEnum.\n * Possible values include: 'TLS1_0', 'TLS1_1', 'TLS1_2', 'TLSEnforcementDisabled'\n * @readonly\n * @enum {string}\n */\nexport type MinimalTlsVersionEnum = 'TLS1_0' | 'TLS1_1' | 'TLS1_2' | 'TLSEnforcementDisabled';\n\n/**\n * Defines values for InfrastructureEncryption.\n * Possible values include: 'Enabled', 'Disabled'\n * @readonly\n * @enum {string}\n */\nexport type InfrastructureEncryption = 'Enabled' | 'Disabled';\n\n/**\n * Defines values for PublicNetworkAccessEnum.\n * Possible values include: 'Enabled', 'Disabled'\n * @readonly\n * @enum {string}\n */\nexport type PublicNetworkAccessEnum = 'Enabled' | 'Disabled';\n\n/**\n * Defines values for PrivateLinkServiceConnectionStateStatus.\n * Possible values include: 'Approved', 'Pending', 'Rejected', 'Disconnected'\n * @readonly\n * @enum {string}\n */\nexport type PrivateLinkServiceConnectionStateStatus = 'Approved' | 'Pending' | 'Rejected' | 'Disconnected';\n\n/**\n * Defines values for PrivateLinkServiceConnectionStateActionsRequire.\n * Possible values include: 'None'\n * @readonly\n * @enum {string}\n */\nexport type PrivateLinkServiceConnectionStateActionsRequire = 'None';\n\n/**\n * Defines values for PrivateEndpointProvisioningState.\n * Possible values include: 'Approving', 'Ready', 'Dropping', 'Failed', 'Rejecting'\n * @readonly\n * @enum {string}\n */\nexport type PrivateEndpointProvisioningState = 'Approving' | 'Ready' | 'Dropping' | 'Failed' | 'Rejecting';\n\n/**\n * Defines values for ServerState.\n * Possible values include: 'Ready', 'Dropping', 'Disabled', 'Inaccessible'\n * @readonly\n * @enum {string}\n */\nexport type ServerState = 'Ready' | 'Dropping' | 'Disabled' | 'Inaccessible';\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 IdentityType.\n * Possible values include: 'SystemAssigned'\n * @readonly\n * @enum {string}\n */\nexport type IdentityType = 'SystemAssigned';\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 * Defines values for QueryPerformanceInsightResetDataResultState.\n * Possible values include: 'Succeeded', 'Failed'\n * @readonly\n * @enum {string}\n */\nexport type QueryPerformanceInsightResetDataResultState = 'Succeeded' | 'Failed';\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 listUpdateConfigurations operation.\n */\nexport type ServerParametersListUpdateConfigurationsResponse = 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 beginListUpdateConfigurations operation.\n */\nexport type ServerParametersBeginListUpdateConfigurationsResponse = 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 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 get operation.\n */\nexport type ServerAdministratorsGetResponse = ServerAdministratorResource & {\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: ServerAdministratorResource;\n };\n};\n\n/**\n * Contains response data for the createOrUpdate operation.\n */\nexport type ServerAdministratorsCreateOrUpdateResponse = ServerAdministratorResource & {\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: ServerAdministratorResource;\n };\n};\n\n/**\n * Contains response data for the list operation.\n */\nexport type ServerAdministratorsListResponse = ServerAdministratorResourceListResult & {\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: ServerAdministratorResourceListResult;\n };\n};\n\n/**\n * Contains response data for the beginCreateOrUpdate operation.\n */\nexport type ServerAdministratorsBeginCreateOrUpdateResponse = ServerAdministratorResource & {\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: ServerAdministratorResource;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type RecoverableServersGetResponse = RecoverableServerResource & {\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: RecoverableServerResource;\n };\n};\n\n/**\n * Contains response data for the list operation.\n */\nexport type ServerBasedPerformanceTierListResponse = 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 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 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/**\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 listByServer operation.\n */\nexport type ServerSecurityAlertPoliciesListByServerResponse = ServerSecurityAlertPolicyListResult & {\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: ServerSecurityAlertPolicyListResult;\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 listByServerNext operation.\n */\nexport type ServerSecurityAlertPoliciesListByServerNextResponse = ServerSecurityAlertPolicyListResult & {\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: ServerSecurityAlertPolicyListResult;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type QueryTextsGetResponse = QueryText & {\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: QueryText;\n };\n};\n\n/**\n * Contains response data for the listByServer operation.\n */\nexport type QueryTextsListByServerResponse = QueryTextsResultList & {\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: QueryTextsResultList;\n };\n};\n\n/**\n * Contains response data for the listByServerNext operation.\n */\nexport type QueryTextsListByServerNextResponse = QueryTextsResultList & {\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: QueryTextsResultList;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type TopQueryStatisticsGetResponse = QueryStatistic & {\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: QueryStatistic;\n };\n};\n\n/**\n * Contains response data for the listByServer operation.\n */\nexport type TopQueryStatisticsListByServerResponse = TopQueryStatisticsResultList & {\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: TopQueryStatisticsResultList;\n };\n};\n\n/**\n * Contains response data for the listByServerNext operation.\n */\nexport type TopQueryStatisticsListByServerNextResponse = TopQueryStatisticsResultList & {\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: TopQueryStatisticsResultList;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type WaitStatisticsGetResponse = WaitStatistic & {\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: WaitStatistic;\n };\n};\n\n/**\n * Contains response data for the listByServer operation.\n */\nexport type WaitStatisticsListByServerResponse = WaitStatisticsResultList & {\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: WaitStatisticsResultList;\n };\n};\n\n/**\n * Contains response data for the listByServerNext operation.\n */\nexport type WaitStatisticsListByServerNextResponse = WaitStatisticsResultList & {\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: WaitStatisticsResultList;\n };\n};\n\n/**\n * Contains response data for the resetQueryPerformanceInsightData operation.\n */\nexport type ResetQueryPerformanceInsightDataResponse = QueryPerformanceInsightResetDataResult & {\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: QueryPerformanceInsightResetDataResult;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type AdvisorsGetResponse = Advisor & {\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: Advisor;\n };\n};\n\n/**\n * Contains response data for the listByServer operation.\n */\nexport type AdvisorsListByServerResponse = AdvisorsResultList & {\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: AdvisorsResultList;\n };\n};\n\n/**\n * Contains response data for the listByServerNext operation.\n */\nexport type AdvisorsListByServerNextResponse = AdvisorsResultList & {\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: AdvisorsResultList;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type RecommendedActionsGetResponse = RecommendationAction & {\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: RecommendationAction;\n };\n};\n\n/**\n * Contains response data for the listByServer operation.\n */\nexport type RecommendedActionsListByServerResponse = RecommendationActionsResultList & {\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: RecommendationActionsResultList;\n };\n};\n\n/**\n * Contains response data for the listByServerNext operation.\n */\nexport type RecommendedActionsListByServerNextResponse = RecommendationActionsResultList & {\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: RecommendationActionsResultList;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type LocationBasedRecommendedActionSessionsOperationStatusGetResponse = RecommendedActionSessionsOperationStatus & {\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: RecommendedActionSessionsOperationStatus;\n };\n};\n\n/**\n * Contains response data for the list operation.\n */\nexport type LocationBasedRecommendedActionSessionsResultListResponse = RecommendationActionsResultList & {\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: RecommendationActionsResultList;\n };\n};\n\n/**\n * Contains response data for the listNext operation.\n */\nexport type LocationBasedRecommendedActionSessionsResultListNextResponse = RecommendationActionsResultList & {\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: RecommendationActionsResultList;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type PrivateEndpointConnectionsGetResponse = PrivateEndpointConnection & {\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: PrivateEndpointConnection;\n };\n};\n\n/**\n * Contains response data for the createOrUpdate operation.\n */\nexport type PrivateEndpointConnectionsCreateOrUpdateResponse = PrivateEndpointConnection & {\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: PrivateEndpointConnection;\n };\n};\n\n/**\n * Contains response data for the updateTags operation.\n */\nexport type PrivateEndpointConnectionsUpdateTagsResponse = PrivateEndpointConnection & {\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: PrivateEndpointConnection;\n };\n};\n\n/**\n * Contains response data for the listByServer operation.\n */\nexport type PrivateEndpointConnectionsListByServerResponse = PrivateEndpointConnectionListResult & {\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: PrivateEndpointConnectionListResult;\n };\n};\n\n/**\n * Contains response data for the beginCreateOrUpdate operation.\n */\nexport type PrivateEndpointConnectionsBeginCreateOrUpdateResponse = PrivateEndpointConnection & {\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: PrivateEndpointConnection;\n };\n};\n\n/**\n * Contains response data for the beginUpdateTags operation.\n */\nexport type PrivateEndpointConnectionsBeginUpdateTagsResponse = PrivateEndpointConnection & {\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: PrivateEndpointConnection;\n };\n};\n\n/**\n * Contains response data for the listByServerNext operation.\n */\nexport type PrivateEndpointConnectionsListByServerNextResponse = PrivateEndpointConnectionListResult & {\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: PrivateEndpointConnectionListResult;\n };\n};\n\n/**\n * Contains response data for the listByServer operation.\n */\nexport type PrivateLinkResourcesListByServerResponse = PrivateLinkResourceListResult & {\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: PrivateLinkResourceListResult;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type PrivateLinkResourcesGetResponse = PrivateLinkResource & {\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: PrivateLinkResource;\n };\n};\n\n/**\n * Contains response data for the listByServerNext operation.\n */\nexport type PrivateLinkResourcesListByServerNextResponse = PrivateLinkResourceListResult & {\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: PrivateLinkResourceListResult;\n };\n};\n\n/**\n * Contains response data for the list operation.\n */\nexport type ServerKeysListResponse = ServerKeyListResult & {\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: ServerKeyListResult;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type ServerKeysGetResponse = ServerKey & {\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: ServerKey;\n };\n};\n\n/**\n * Contains response data for the createOrUpdate operation.\n */\nexport type ServerKeysCreateOrUpdateResponse = ServerKey & {\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: ServerKey;\n };\n};\n\n/**\n * Contains response data for the beginCreateOrUpdate operation.\n */\nexport type ServerKeysBeginCreateOrUpdateResponse = ServerKey & {\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: ServerKey;\n };\n};\n\n/**\n * Contains response data for the listNext operation.\n */\nexport type ServerKeysListNextResponse = ServerKeyListResult & {\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: ServerKeyListResult;\n };\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { 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 PrivateEndpointProperty: msRest.CompositeMapper = {\n serializedName: \"PrivateEndpointProperty\",\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointProperty\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ServerPrivateLinkServiceConnectionStateProperty: msRest.CompositeMapper = {\n serializedName: \"ServerPrivateLinkServiceConnectionStateProperty\",\n type: {\n name: \"Composite\",\n className: \"ServerPrivateLinkServiceConnectionStateProperty\",\n modelProperties: {\n status: {\n required: true,\n serializedName: \"status\",\n type: {\n name: \"String\"\n }\n },\n description: {\n required: true,\n serializedName: \"description\",\n type: {\n name: \"String\"\n }\n },\n actionsRequired: {\n readOnly: true,\n serializedName: \"actionsRequired\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ServerPrivateEndpointConnectionProperties: msRest.CompositeMapper = {\n serializedName: \"ServerPrivateEndpointConnectionProperties\",\n type: {\n name: \"Composite\",\n className: \"ServerPrivateEndpointConnectionProperties\",\n modelProperties: {\n privateEndpoint: {\n serializedName: \"privateEndpoint\",\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointProperty\"\n }\n },\n privateLinkServiceConnectionState: {\n serializedName: \"privateLinkServiceConnectionState\",\n type: {\n name: \"Composite\",\n className: \"ServerPrivateLinkServiceConnectionStateProperty\"\n }\n },\n provisioningState: {\n readOnly: true,\n serializedName: \"provisioningState\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ServerPrivateEndpointConnection: msRest.CompositeMapper = {\n serializedName: \"ServerPrivateEndpointConnection\",\n type: {\n name: \"Composite\",\n className: \"ServerPrivateEndpointConnection\",\n modelProperties: {\n id: {\n readOnly: true,\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n },\n properties: {\n readOnly: true,\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"ServerPrivateEndpointConnectionProperties\"\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 minimalTlsVersion: {\n serializedName: \"minimalTlsVersion\",\n type: {\n name: \"String\"\n }\n },\n infrastructureEncryption: {\n serializedName: \"infrastructureEncryption\",\n type: {\n name: \"String\"\n }\n },\n publicNetworkAccess: {\n serializedName: \"publicNetworkAccess\",\n type: {\n name: \"String\"\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 required: true,\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 ResourceIdentity: msRest.CompositeMapper = {\n serializedName: \"ResourceIdentity\",\n type: {\n name: \"Composite\",\n className: \"ResourceIdentity\",\n modelProperties: {\n principalId: {\n readOnly: true,\n serializedName: \"principalId\",\n type: {\n name: \"Uuid\"\n }\n },\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n },\n tenantId: {\n readOnly: true,\n serializedName: \"tenantId\",\n type: {\n name: \"Uuid\"\n }\n }\n }\n }\n};\n\nexport const Resource: msRest.CompositeMapper = {\n serializedName: \"Resource\",\n type: {\n name: \"Composite\",\n className: \"Resource\",\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 ...Resource.type.modelProperties,\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n location: {\n required: true,\n serializedName: \"location\",\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 identity: {\n serializedName: \"identity\",\n type: {\n name: \"Composite\",\n className: \"ResourceIdentity\"\n }\n },\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 minimalTlsVersion: {\n serializedName: \"properties.minimalTlsVersion\",\n type: {\n name: \"String\"\n }\n },\n byokEnforcement: {\n readOnly: true,\n serializedName: \"properties.byokEnforcement\",\n type: {\n name: \"String\"\n }\n },\n infrastructureEncryption: {\n serializedName: \"properties.infrastructureEncryption\",\n type: {\n name: \"String\"\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 publicNetworkAccess: {\n serializedName: \"properties.publicNetworkAccess\",\n type: {\n name: \"String\"\n }\n },\n privateEndpointConnections: {\n readOnly: true,\n serializedName: \"properties.privateEndpointConnections\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ServerPrivateEndpointConnection\"\n }\n }\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 identity: {\n serializedName: \"identity\",\n type: {\n name: \"Composite\",\n className: \"ResourceIdentity\"\n }\n },\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 identity: {\n serializedName: \"identity\",\n type: {\n name: \"Composite\",\n className: \"ResourceIdentity\"\n }\n },\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 minimalTlsVersion: {\n serializedName: \"properties.minimalTlsVersion\",\n type: {\n name: \"String\"\n }\n },\n publicNetworkAccess: {\n serializedName: \"properties.publicNetworkAccess\",\n type: {\n name: \"String\"\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 ProxyResource: msRest.CompositeMapper = {\n serializedName: \"ProxyResource\",\n type: {\n name: \"Composite\",\n className: \"ProxyResource\",\n modelProperties: {\n ...Resource.type.modelProperties\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 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 minLargeStorageMB: {\n serializedName: \"minLargeStorageMB\",\n type: {\n name: \"Number\"\n }\n },\n maxLargeStorageMB: {\n serializedName: \"maxLargeStorageMB\",\n type: {\n name: \"Number\"\n }\n },\n minStorageMB: {\n serializedName: \"minStorageMB\",\n type: {\n name: \"Number\"\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 ErrorAdditionalInfo: msRest.CompositeMapper = {\n serializedName: \"ErrorAdditionalInfo\",\n type: {\n name: \"Composite\",\n className: \"ErrorAdditionalInfo\",\n modelProperties: {\n type: {\n readOnly: true,\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n },\n info: {\n readOnly: true,\n serializedName: \"info\",\n type: {\n name: \"Object\"\n }\n }\n }\n }\n};\n\nexport const ErrorResponse: msRest.CompositeMapper = {\n serializedName: \"ErrorResponse\",\n type: {\n name: \"Composite\",\n className: \"ErrorResponse\",\n modelProperties: {\n code: {\n readOnly: true,\n serializedName: \"code\",\n type: {\n name: \"String\"\n }\n },\n message: {\n readOnly: true,\n serializedName: \"message\",\n type: {\n name: \"String\"\n }\n },\n target: {\n readOnly: true,\n serializedName: \"target\",\n type: {\n name: \"String\"\n }\n },\n details: {\n readOnly: true,\n serializedName: \"details\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ErrorResponse\"\n }\n }\n }\n },\n additionalInfo: {\n readOnly: true,\n serializedName: \"additionalInfo\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ErrorAdditionalInfo\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ServerAdministratorResource: msRest.CompositeMapper = {\n serializedName: \"ServerAdministratorResource\",\n type: {\n name: \"Composite\",\n className: \"ServerAdministratorResource\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n administratorType: {\n required: true,\n isConstant: true,\n serializedName: \"properties.administratorType\",\n defaultValue: 'ActiveDirectory',\n type: {\n name: \"String\"\n }\n },\n login: {\n required: true,\n serializedName: \"properties.login\",\n type: {\n name: \"String\"\n }\n },\n sid: {\n required: true,\n serializedName: \"properties.sid\",\n type: {\n name: \"Uuid\"\n }\n },\n tenantId: {\n required: true,\n serializedName: \"properties.tenantId\",\n type: {\n name: \"Uuid\"\n }\n }\n }\n }\n};\n\nexport const RecoverableServerResource: msRest.CompositeMapper = {\n serializedName: \"RecoverableServerResource\",\n type: {\n name: \"Composite\",\n className: \"RecoverableServerResource\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n lastAvailableBackupDateTime: {\n readOnly: true,\n serializedName: \"properties.lastAvailableBackupDateTime\",\n type: {\n name: \"String\"\n }\n },\n serviceLevelObjective: {\n readOnly: true,\n serializedName: \"properties.serviceLevelObjective\",\n type: {\n name: \"String\"\n }\n },\n edition: {\n readOnly: true,\n serializedName: \"properties.edition\",\n type: {\n name: \"String\"\n }\n },\n vCore: {\n readOnly: true,\n serializedName: \"properties.vCore\",\n type: {\n name: \"Number\"\n }\n },\n hardwareGeneration: {\n readOnly: true,\n serializedName: \"properties.hardwareGeneration\",\n type: {\n name: \"String\"\n }\n },\n version: {\n readOnly: true,\n serializedName: \"properties.version\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AzureEntityResource: msRest.CompositeMapper = {\n serializedName: \"AzureEntityResource\",\n type: {\n name: \"Composite\",\n className: \"AzureEntityResource\",\n modelProperties: {\n ...Resource.type.modelProperties,\n etag: {\n readOnly: true,\n serializedName: \"etag\",\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 QueryText: msRest.CompositeMapper = {\n serializedName: \"QueryText\",\n type: {\n name: \"Composite\",\n className: \"QueryText\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n queryId: {\n serializedName: \"properties.queryId\",\n type: {\n name: \"String\"\n }\n },\n queryText: {\n serializedName: \"properties.queryText\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const TopQueryStatisticsInput: msRest.CompositeMapper = {\n serializedName: \"TopQueryStatisticsInput\",\n type: {\n name: \"Composite\",\n className: \"TopQueryStatisticsInput\",\n modelProperties: {\n numberOfTopQueries: {\n required: true,\n serializedName: \"properties.numberOfTopQueries\",\n type: {\n name: \"Number\"\n }\n },\n aggregationFunction: {\n required: true,\n serializedName: \"properties.aggregationFunction\",\n type: {\n name: \"String\"\n }\n },\n observedMetric: {\n required: true,\n serializedName: \"properties.observedMetric\",\n type: {\n name: \"String\"\n }\n },\n observationStartTime: {\n required: true,\n serializedName: \"properties.observationStartTime\",\n type: {\n name: \"DateTime\"\n }\n },\n observationEndTime: {\n required: true,\n serializedName: \"properties.observationEndTime\",\n type: {\n name: \"DateTime\"\n }\n },\n aggregationWindow: {\n required: true,\n serializedName: \"properties.aggregationWindow\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const QueryStatistic: msRest.CompositeMapper = {\n serializedName: \"QueryStatistic\",\n type: {\n name: \"Composite\",\n className: \"QueryStatistic\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n queryId: {\n serializedName: \"properties.queryId\",\n type: {\n name: \"String\"\n }\n },\n startTime: {\n serializedName: \"properties.startTime\",\n type: {\n name: \"DateTime\"\n }\n },\n endTime: {\n serializedName: \"properties.endTime\",\n type: {\n name: \"DateTime\"\n }\n },\n aggregationFunction: {\n serializedName: \"properties.aggregationFunction\",\n type: {\n name: \"String\"\n }\n },\n databaseNames: {\n serializedName: \"properties.databaseNames\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n queryExecutionCount: {\n serializedName: \"properties.queryExecutionCount\",\n type: {\n name: \"Number\"\n }\n },\n metricName: {\n serializedName: \"properties.metricName\",\n type: {\n name: \"String\"\n }\n },\n metricDisplayName: {\n serializedName: \"properties.metricDisplayName\",\n type: {\n name: \"String\"\n }\n },\n metricValue: {\n serializedName: \"properties.metricValue\",\n type: {\n name: \"Number\"\n }\n },\n metricValueUnit: {\n serializedName: \"properties.metricValueUnit\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const WaitStatisticsInput: msRest.CompositeMapper = {\n serializedName: \"WaitStatisticsInput\",\n type: {\n name: \"Composite\",\n className: \"WaitStatisticsInput\",\n modelProperties: {\n observationStartTime: {\n required: true,\n serializedName: \"properties.observationStartTime\",\n type: {\n name: \"DateTime\"\n }\n },\n observationEndTime: {\n required: true,\n serializedName: \"properties.observationEndTime\",\n type: {\n name: \"DateTime\"\n }\n },\n aggregationWindow: {\n required: true,\n serializedName: \"properties.aggregationWindow\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const WaitStatistic: msRest.CompositeMapper = {\n serializedName: \"WaitStatistic\",\n type: {\n name: \"Composite\",\n className: \"WaitStatistic\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n startTime: {\n serializedName: \"properties.startTime\",\n type: {\n name: \"DateTime\"\n }\n },\n endTime: {\n serializedName: \"properties.endTime\",\n type: {\n name: \"DateTime\"\n }\n },\n eventName: {\n serializedName: \"properties.eventName\",\n type: {\n name: \"String\"\n }\n },\n eventTypeName: {\n serializedName: \"properties.eventTypeName\",\n type: {\n name: \"String\"\n }\n },\n queryId: {\n serializedName: \"properties.queryId\",\n type: {\n name: \"Number\"\n }\n },\n databaseName: {\n serializedName: \"properties.databaseName\",\n type: {\n name: \"String\"\n }\n },\n userId: {\n serializedName: \"properties.userId\",\n type: {\n name: \"Number\"\n }\n },\n count: {\n serializedName: \"properties.count\",\n type: {\n name: \"Number\"\n }\n },\n totalTimeInMs: {\n serializedName: \"properties.totalTimeInMs\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const QueryPerformanceInsightResetDataResult: msRest.CompositeMapper = {\n serializedName: \"QueryPerformanceInsightResetDataResult\",\n type: {\n name: \"Composite\",\n className: \"QueryPerformanceInsightResetDataResult\",\n modelProperties: {\n status: {\n serializedName: \"status\",\n type: {\n name: \"String\"\n }\n },\n message: {\n serializedName: \"message\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Advisor: msRest.CompositeMapper = {\n serializedName: \"Advisor\",\n type: {\n name: \"Composite\",\n className: \"Advisor\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Object\"\n }\n }\n }\n }\n};\n\nexport const RecommendationAction: msRest.CompositeMapper = {\n serializedName: \"RecommendationAction\",\n type: {\n name: \"Composite\",\n className: \"RecommendationAction\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n advisorName: {\n serializedName: \"properties.advisorName\",\n type: {\n name: \"String\"\n }\n },\n sessionId: {\n serializedName: \"properties.sessionId\",\n type: {\n name: \"String\"\n }\n },\n actionId: {\n serializedName: \"properties.actionId\",\n type: {\n name: \"Number\"\n }\n },\n createdTime: {\n serializedName: \"properties.createdTime\",\n type: {\n name: \"DateTime\"\n }\n },\n expirationTime: {\n serializedName: \"properties.expirationTime\",\n type: {\n name: \"DateTime\"\n }\n },\n reason: {\n serializedName: \"properties.reason\",\n type: {\n name: \"String\"\n }\n },\n recommendationType: {\n serializedName: \"properties.recommendationType\",\n type: {\n name: \"String\"\n }\n },\n details: {\n serializedName: \"properties.details\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const RecommendedActionSessionsOperationStatus: msRest.CompositeMapper = {\n serializedName: \"RecommendedActionSessionsOperationStatus\",\n type: {\n name: \"Composite\",\n className: \"RecommendedActionSessionsOperationStatus\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n startTime: {\n serializedName: \"startTime\",\n type: {\n name: \"DateTime\"\n }\n },\n status: {\n serializedName: \"status\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const PrivateLinkServiceConnectionStateProperty: msRest.CompositeMapper = {\n serializedName: \"PrivateLinkServiceConnectionStateProperty\",\n type: {\n name: \"Composite\",\n className: \"PrivateLinkServiceConnectionStateProperty\",\n modelProperties: {\n status: {\n required: true,\n serializedName: \"status\",\n type: {\n name: \"String\"\n }\n },\n description: {\n required: true,\n serializedName: \"description\",\n type: {\n name: \"String\"\n }\n },\n actionsRequired: {\n readOnly: true,\n serializedName: \"actionsRequired\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const PrivateEndpointConnection: msRest.CompositeMapper = {\n serializedName: \"PrivateEndpointConnection\",\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnection\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n privateEndpoint: {\n serializedName: \"properties.privateEndpoint\",\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointProperty\"\n }\n },\n privateLinkServiceConnectionState: {\n serializedName: \"properties.privateLinkServiceConnectionState\",\n type: {\n name: \"Composite\",\n className: \"PrivateLinkServiceConnectionStateProperty\"\n }\n },\n provisioningState: {\n readOnly: true,\n serializedName: \"properties.provisioningState\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const TagsObject: msRest.CompositeMapper = {\n serializedName: \"TagsObject\",\n type: {\n name: \"Composite\",\n className: \"TagsObject\",\n modelProperties: {\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 PrivateLinkResourceProperties: msRest.CompositeMapper = {\n serializedName: \"PrivateLinkResourceProperties\",\n type: {\n name: \"Composite\",\n className: \"PrivateLinkResourceProperties\",\n modelProperties: {\n groupId: {\n readOnly: true,\n serializedName: \"groupId\",\n type: {\n name: \"String\"\n }\n },\n requiredMembers: {\n readOnly: true,\n serializedName: \"requiredMembers\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const PrivateLinkResource: msRest.CompositeMapper = {\n serializedName: \"PrivateLinkResource\",\n type: {\n name: \"Composite\",\n className: \"PrivateLinkResource\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n properties: {\n readOnly: true,\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"PrivateLinkResourceProperties\"\n }\n }\n }\n }\n};\n\nexport const ServerKey: msRest.CompositeMapper = {\n serializedName: \"ServerKey\",\n type: {\n name: \"Composite\",\n className: \"ServerKey\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n kind: {\n readOnly: true,\n serializedName: \"kind\",\n type: {\n name: \"String\"\n }\n },\n serverKeyType: {\n required: true,\n isConstant: true,\n serializedName: \"properties.serverKeyType\",\n defaultValue: 'AzureKeyVault',\n type: {\n name: \"String\"\n }\n },\n uri: {\n serializedName: \"properties.uri\",\n type: {\n name: \"String\"\n }\n },\n creationDate: {\n readOnly: true,\n serializedName: \"properties.creationDate\",\n type: {\n name: \"DateTime\"\n }\n }\n }\n }\n};\n\nexport const ServerUpgradeParameters: msRest.CompositeMapper = {\n serializedName: \"ServerUpgradeParameters\",\n type: {\n name: \"Composite\",\n className: \"ServerUpgradeParameters\",\n modelProperties: {\n targetServerVersion: {\n serializedName: \"properties.targetServerVersion\",\n type: {\n name: \"String\"\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 ServerAdministratorResourceListResult: msRest.CompositeMapper = {\n serializedName: \"ServerAdministratorResourceListResult\",\n type: {\n name: \"Composite\",\n className: \"ServerAdministratorResourceListResult\",\n modelProperties: {\n value: {\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ServerAdministratorResource\"\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 ServerSecurityAlertPolicyListResult: msRest.CompositeMapper = {\n serializedName: \"ServerSecurityAlertPolicyListResult\",\n type: {\n name: \"Composite\",\n className: \"ServerSecurityAlertPolicyListResult\",\n modelProperties: {\n value: {\n readOnly: true,\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ServerSecurityAlertPolicy\"\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 QueryTextsResultList: msRest.CompositeMapper = {\n serializedName: \"QueryTextsResultList\",\n type: {\n name: \"Composite\",\n className: \"QueryTextsResultList\",\n modelProperties: {\n value: {\n readOnly: true,\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"QueryText\"\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 TopQueryStatisticsResultList: msRest.CompositeMapper = {\n serializedName: \"TopQueryStatisticsResultList\",\n type: {\n name: \"Composite\",\n className: \"TopQueryStatisticsResultList\",\n modelProperties: {\n value: {\n readOnly: true,\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"QueryStatistic\"\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 WaitStatisticsResultList: msRest.CompositeMapper = {\n serializedName: \"WaitStatisticsResultList\",\n type: {\n name: \"Composite\",\n className: \"WaitStatisticsResultList\",\n modelProperties: {\n value: {\n readOnly: true,\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"WaitStatistic\"\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 AdvisorsResultList: msRest.CompositeMapper = {\n serializedName: \"AdvisorsResultList\",\n type: {\n name: \"Composite\",\n className: \"AdvisorsResultList\",\n modelProperties: {\n value: {\n readOnly: true,\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Advisor\"\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 RecommendationActionsResultList: msRest.CompositeMapper = {\n serializedName: \"RecommendationActionsResultList\",\n type: {\n name: \"Composite\",\n className: \"RecommendationActionsResultList\",\n modelProperties: {\n value: {\n readOnly: true,\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"RecommendationAction\"\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 PrivateEndpointConnectionListResult: msRest.CompositeMapper = {\n serializedName: \"PrivateEndpointConnectionListResult\",\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnectionListResult\",\n modelProperties: {\n value: {\n readOnly: true,\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnection\"\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 PrivateLinkResourceListResult: msRest.CompositeMapper = {\n serializedName: \"PrivateLinkResourceListResult\",\n type: {\n name: \"Composite\",\n className: \"PrivateLinkResourceListResult\",\n modelProperties: {\n value: {\n readOnly: true,\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PrivateLinkResource\"\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 ServerKeyListResult: msRest.CompositeMapper = {\n serializedName: \"ServerKeyListResult\",\n type: {\n name: \"Composite\",\n className: \"ServerKeyListResult\",\n modelProperties: {\n value: {\n readOnly: true,\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ServerKey\"\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 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.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\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 advisorName: msRest.OperationURLParameter = {\n parameterPath: \"advisorName\",\n mapper: {\n required: true,\n serializedName: \"advisorName\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const apiVersion0: msRest.OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n required: true,\n isConstant: true,\n serializedName: \"api-version\",\n defaultValue: '2017-12-01',\n constraints: {\n MinLength: 1\n },\n type: {\n name: \"String\"\n }\n }\n};\nexport const apiVersion1: msRest.OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n required: true,\n isConstant: true,\n serializedName: \"api-version\",\n defaultValue: '2020-01-01',\n constraints: {\n MinLength: 1\n },\n type: {\n name: \"String\"\n }\n }\n};\nexport const apiVersion2: msRest.OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n required: true,\n isConstant: true,\n serializedName: \"api-version\",\n defaultValue: '2018-06-01',\n constraints: {\n MinLength: 1\n },\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 groupName: msRest.OperationURLParameter = {\n parameterPath: \"groupName\",\n mapper: {\n required: true,\n serializedName: \"groupName\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const keyName: msRest.OperationURLParameter = {\n parameterPath: \"keyName\",\n mapper: {\n required: true,\n serializedName: \"keyName\",\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 operationId: msRest.OperationURLParameter = {\n parameterPath: \"operationId\",\n mapper: {\n required: true,\n serializedName: \"operationId\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const privateEndpointConnectionName: msRest.OperationURLParameter = {\n parameterPath: \"privateEndpointConnectionName\",\n mapper: {\n required: true,\n serializedName: \"privateEndpointConnectionName\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const queryId: msRest.OperationURLParameter = {\n parameterPath: \"queryId\",\n mapper: {\n required: true,\n serializedName: \"queryId\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const queryIds: msRest.OperationQueryParameter = {\n parameterPath: \"queryIds\",\n mapper: {\n required: true,\n serializedName: \"queryIds\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n collectionFormat: msRest.QueryCollectionFormat.Multi\n};\nexport const queryStatisticId: msRest.OperationURLParameter = {\n parameterPath: \"queryStatisticId\",\n mapper: {\n required: true,\n serializedName: \"queryStatisticId\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const recommendedActionName: msRest.OperationURLParameter = {\n parameterPath: \"recommendedActionName\",\n mapper: {\n required: true,\n serializedName: \"recommendedActionName\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const resourceGroupName: msRest.OperationURLParameter = {\n parameterPath: \"resourceGroupName\",\n mapper: {\n required: true,\n serializedName: \"resourceGroupName\",\n constraints: {\n MaxLength: 90,\n MinLength: 1\n },\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 sessionId: msRest.OperationQueryParameter = {\n parameterPath: [\n \"options\",\n \"sessionId\"\n ],\n mapper: {\n serializedName: \"sessionId\",\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 constraints: {\n MinLength: 1\n },\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};\nexport const waitStatisticsId: msRest.OperationURLParameter = {\n parameterPath: \"waitStatisticsId\",\n mapper: {\n required: true,\n serializedName: \"waitStatisticsId\",\n type: {\n name: \"String\"\n }\n }\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n discriminators,\n Advisor,\n AzureEntityResource,\n BaseResource,\n CloudError,\n Configuration,\n Database,\n ErrorAdditionalInfo,\n ErrorResponse,\n FirewallRule,\n LogFile,\n PrivateEndpointConnection,\n PrivateEndpointProperty,\n PrivateLinkResource,\n PrivateLinkResourceProperties,\n PrivateLinkServiceConnectionStateProperty,\n ProxyResource,\n QueryStatistic,\n QueryText,\n RecommendationAction,\n RecoverableServerResource,\n Resource,\n ResourceIdentity,\n Server,\n ServerAdministratorResource,\n ServerForCreate,\n ServerKey,\n ServerListResult,\n ServerPrivateEndpointConnection,\n ServerPrivateEndpointConnectionProperties,\n ServerPrivateLinkServiceConnectionStateProperty,\n ServerPropertiesForCreate,\n ServerPropertiesForDefaultCreate,\n ServerPropertiesForGeoRestore,\n ServerPropertiesForReplica,\n ServerPropertiesForRestore,\n ServerSecurityAlertPolicy,\n ServerUpdateParameters,\n ServerUpgradeParameters,\n Sku,\n StorageProfile,\n TrackedResource,\n VirtualNetworkRule,\n WaitStatistic\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\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. The name is case insensitive.\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. The name is case insensitive.\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. The name is case insensitive.\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. The name is case insensitive.\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. The name is case insensitive.\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. The name is case insensitive.\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. The name is case insensitive.\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. The name is case insensitive.\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. The name is case insensitive.\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. The name is case insensitive.\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 * Starts a stopped server.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serverName The name of the server.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n start(resourceGroupName: string, serverName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse> {\n return this.beginStart(resourceGroupName,serverName,options)\n .then(lroPoller => lroPoller.pollUntilFinished());\n }\n\n /**\n * Stops a running server.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serverName The name of the server.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n stop(resourceGroupName: string, serverName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse> {\n return this.beginStop(resourceGroupName,serverName,options)\n .then(lroPoller => lroPoller.pollUntilFinished());\n }\n\n /**\n * Upgrade server version.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\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<msRest.RestResponse>\n */\n upgrade(resourceGroupName: string, serverName: string, parameters: Models.ServerUpgradeParameters, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse> {\n return this.beginUpgrade(resourceGroupName,serverName,parameters,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. The name is case insensitive.\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. The name is case insensitive.\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. The name is case insensitive.\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. The name is case insensitive.\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 * Starts a stopped server.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serverName The name of the server.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginStart(resourceGroupName: string, serverName: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n serverName,\n options\n },\n beginStartOperationSpec,\n options);\n }\n\n /**\n * Stops a running server.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serverName The name of the server.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginStop(resourceGroupName: string, serverName: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n serverName,\n options\n },\n beginStopOperationSpec,\n options);\n }\n\n /**\n * Upgrade server version.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\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 beginUpgrade(resourceGroupName: string, serverName: string, parameters: Models.ServerUpgradeParameters, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n serverName,\n parameters,\n options\n },\n beginUpgradeOperationSpec,\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.apiVersion0\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.apiVersion0\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.apiVersion0\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.apiVersion0\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.apiVersion0\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.apiVersion0\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.apiVersion0\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\nconst beginStartOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/servers/{serverName}/start\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.serverName\n ],\n queryParameters: [\n Parameters.apiVersion1\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\nconst beginStopOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/servers/{serverName}/stop\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.serverName\n ],\n queryParameters: [\n Parameters.apiVersion1\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\nconst beginUpgradeOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/servers/{serverName}/upgrade\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.serverName\n ],\n queryParameters: [\n Parameters.apiVersion1\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"parameters\",\n mapper: {\n ...Mappers.ServerUpgradeParameters,\n required: true\n }\n },\n responses: {\n 200: {},\n 202: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n discriminators,\n Advisor,\n AzureEntityResource,\n BaseResource,\n CloudError,\n Configuration,\n Database,\n ErrorAdditionalInfo,\n ErrorResponse,\n FirewallRule,\n LogFile,\n PrivateEndpointConnection,\n PrivateEndpointProperty,\n PrivateLinkResource,\n PrivateLinkResourceProperties,\n PrivateLinkServiceConnectionStateProperty,\n ProxyResource,\n QueryStatistic,\n QueryText,\n RecommendationAction,\n RecoverableServerResource,\n Resource,\n ResourceIdentity,\n Server,\n ServerAdministratorResource,\n ServerKey,\n ServerListResult,\n ServerPrivateEndpointConnection,\n ServerPrivateEndpointConnectionProperties,\n ServerPrivateLinkServiceConnectionStateProperty,\n ServerSecurityAlertPolicy,\n Sku,\n StorageProfile,\n TrackedResource,\n VirtualNetworkRule,\n WaitStatistic\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\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. The name is case insensitive.\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. The name is case insensitive.\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. The name is case insensitive.\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.apiVersion0\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.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n discriminators,\n Advisor,\n AzureEntityResource,\n BaseResource,\n CloudError,\n Configuration,\n Database,\n ErrorAdditionalInfo,\n ErrorResponse,\n FirewallRule,\n FirewallRuleListResult,\n LogFile,\n PrivateEndpointConnection,\n PrivateEndpointProperty,\n PrivateLinkResource,\n PrivateLinkResourceProperties,\n PrivateLinkServiceConnectionStateProperty,\n ProxyResource,\n QueryStatistic,\n QueryText,\n RecommendationAction,\n RecoverableServerResource,\n Resource,\n ResourceIdentity,\n Server,\n ServerAdministratorResource,\n ServerKey,\n ServerPrivateEndpointConnection,\n ServerPrivateEndpointConnectionProperties,\n ServerPrivateLinkServiceConnectionStateProperty,\n ServerSecurityAlertPolicy,\n Sku,\n StorageProfile,\n TrackedResource,\n VirtualNetworkRule,\n WaitStatistic\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\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. The name is case insensitive.\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. The name is case insensitive.\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. The name is case insensitive.\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. The name is case insensitive.\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. The name is case insensitive.\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. The name is case insensitive.\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. The name is case insensitive.\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. The name is case insensitive.\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. The name is case insensitive.\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. The name is case insensitive.\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.apiVersion0\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.apiVersion0\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.apiVersion0\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.apiVersion0\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.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n discriminators,\n Advisor,\n AzureEntityResource,\n BaseResource,\n CloudError,\n Configuration,\n Database,\n FirewallRule,\n LogFile,\n PrivateEndpointConnection,\n PrivateEndpointProperty,\n PrivateLinkResource,\n PrivateLinkResourceProperties,\n PrivateLinkServiceConnectionStateProperty,\n ProxyResource,\n QueryStatistic,\n QueryText,\n RecommendationAction,\n RecoverableServerResource,\n Resource,\n ResourceIdentity,\n Server,\n ServerAdministratorResource,\n ServerKey,\n ServerPrivateEndpointConnection,\n ServerPrivateEndpointConnectionProperties,\n ServerPrivateLinkServiceConnectionStateProperty,\n ServerSecurityAlertPolicy,\n Sku,\n StorageProfile,\n TrackedResource,\n VirtualNetworkRule,\n VirtualNetworkRuleListResult,\n WaitStatistic\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\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. The name is case insensitive.\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. The name is case insensitive.\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. The name is case insensitive.\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. The name is case insensitive.\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. The name is case insensitive.\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. The name is case insensitive.\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. The name is case insensitive.\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. The name is case insensitive.\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. The name is case insensitive.\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. The name is case insensitive.\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.apiVersion0\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.apiVersion0\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.apiVersion0\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.apiVersion0\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 queryParameters: [\n Parameters.apiVersion0\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.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n discriminators,\n Advisor,\n AzureEntityResource,\n BaseResource,\n CloudError,\n Configuration,\n Database,\n DatabaseListResult,\n ErrorAdditionalInfo,\n ErrorResponse,\n FirewallRule,\n LogFile,\n PrivateEndpointConnection,\n PrivateEndpointProperty,\n PrivateLinkResource,\n PrivateLinkResourceProperties,\n PrivateLinkServiceConnectionStateProperty,\n ProxyResource,\n QueryStatistic,\n QueryText,\n RecommendationAction,\n RecoverableServerResource,\n Resource,\n ResourceIdentity,\n Server,\n ServerAdministratorResource,\n ServerKey,\n ServerPrivateEndpointConnection,\n ServerPrivateEndpointConnectionProperties,\n ServerPrivateLinkServiceConnectionStateProperty,\n ServerSecurityAlertPolicy,\n Sku,\n StorageProfile,\n TrackedResource,\n VirtualNetworkRule,\n WaitStatistic\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\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. The name is case insensitive.\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. The name is case insensitive.\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. The name is case insensitive.\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. The name is case insensitive.\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. The name is case insensitive.\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. The name is case insensitive.\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. The name is case insensitive.\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. The name is case insensitive.\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. The name is case insensitive.\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. The name is case insensitive.\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.apiVersion0\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.apiVersion0\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.apiVersion0\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.apiVersion0\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.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n discriminators,\n Advisor,\n AzureEntityResource,\n BaseResource,\n CloudError,\n Configuration,\n ConfigurationListResult,\n Database,\n ErrorAdditionalInfo,\n ErrorResponse,\n FirewallRule,\n LogFile,\n PrivateEndpointConnection,\n PrivateEndpointProperty,\n PrivateLinkResource,\n PrivateLinkResourceProperties,\n PrivateLinkServiceConnectionStateProperty,\n ProxyResource,\n QueryStatistic,\n QueryText,\n RecommendationAction,\n RecoverableServerResource,\n Resource,\n ResourceIdentity,\n Server,\n ServerAdministratorResource,\n ServerKey,\n ServerPrivateEndpointConnection,\n ServerPrivateEndpointConnectionProperties,\n ServerPrivateLinkServiceConnectionStateProperty,\n ServerSecurityAlertPolicy,\n Sku,\n StorageProfile,\n TrackedResource,\n VirtualNetworkRule,\n WaitStatistic\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\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. The name is case insensitive.\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. The name is case insensitive.\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. The name is case insensitive.\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. The name is case insensitive.\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. The name is case insensitive.\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. The name is case insensitive.\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. The name is case insensitive.\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. The name is case insensitive.\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.apiVersion0\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.apiVersion0\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.apiVersion0\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.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n discriminators,\n Advisor,\n AzureEntityResource,\n BaseResource,\n CloudError,\n Configuration,\n ConfigurationListResult,\n Database,\n ErrorAdditionalInfo,\n ErrorResponse,\n FirewallRule,\n LogFile,\n PrivateEndpointConnection,\n PrivateEndpointProperty,\n PrivateLinkResource,\n PrivateLinkResourceProperties,\n PrivateLinkServiceConnectionStateProperty,\n ProxyResource,\n QueryStatistic,\n QueryText,\n RecommendationAction,\n RecoverableServerResource,\n Resource,\n ResourceIdentity,\n Server,\n ServerAdministratorResource,\n ServerKey,\n ServerPrivateEndpointConnection,\n ServerPrivateEndpointConnectionProperties,\n ServerPrivateLinkServiceConnectionStateProperty,\n ServerSecurityAlertPolicy,\n Sku,\n StorageProfile,\n TrackedResource,\n VirtualNetworkRule,\n WaitStatistic\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\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/serverParametersMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { MySQLManagementClientContext } from \"../mySQLManagementClientContext\";\n\n/** Class representing a ServerParameters. */\nexport class ServerParameters {\n private readonly client: MySQLManagementClientContext;\n\n /**\n * Create a ServerParameters.\n * @param {MySQLManagementClientContext} client Reference to the service client.\n */\n constructor(client: MySQLManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Update a list of configurations in a given server.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serverName The name of the server.\n * @param value The parameters for updating a list of server configuration.\n * @param [options] The optional parameters\n * @returns Promise<Models.ServerParametersListUpdateConfigurationsResponse>\n */\n listUpdateConfigurations(resourceGroupName: string, serverName: string, value: Models.ConfigurationListResult, options?: msRest.RequestOptionsBase): Promise<Models.ServerParametersListUpdateConfigurationsResponse> {\n return this.beginListUpdateConfigurations(resourceGroupName,serverName,value,options)\n .then(lroPoller => lroPoller.pollUntilFinished()) as Promise<Models.ServerParametersListUpdateConfigurationsResponse>;\n }\n\n /**\n * Update a list of configurations in a given server.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serverName The name of the server.\n * @param value The parameters for updating a list of server configuration.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginListUpdateConfigurations(resourceGroupName: string, serverName: string, value: Models.ConfigurationListResult, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n serverName,\n value,\n options\n },\n beginListUpdateConfigurationsOperationSpec,\n options);\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst beginListUpdateConfigurationsOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/servers/{serverName}/updateConfigurations\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.serverName\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"value\",\n mapper: {\n ...Mappers.ConfigurationListResult,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.ConfigurationListResult\n },\n 202: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n discriminators,\n Advisor,\n AzureEntityResource,\n BaseResource,\n CloudError,\n Configuration,\n Database,\n ErrorAdditionalInfo,\n ErrorResponse,\n FirewallRule,\n LogFile,\n LogFileListResult,\n PrivateEndpointConnection,\n PrivateEndpointProperty,\n PrivateLinkResource,\n PrivateLinkResourceProperties,\n PrivateLinkServiceConnectionStateProperty,\n ProxyResource,\n QueryStatistic,\n QueryText,\n RecommendationAction,\n RecoverableServerResource,\n Resource,\n ResourceIdentity,\n Server,\n ServerAdministratorResource,\n ServerKey,\n ServerPrivateEndpointConnection,\n ServerPrivateEndpointConnectionProperties,\n ServerPrivateLinkServiceConnectionStateProperty,\n ServerSecurityAlertPolicy,\n Sku,\n StorageProfile,\n TrackedResource,\n VirtualNetworkRule,\n WaitStatistic\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\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. The name is case insensitive.\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. The name is case insensitive.\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. The name is case insensitive.\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.apiVersion0\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.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n discriminators,\n Advisor,\n AzureEntityResource,\n BaseResource,\n CloudError,\n Configuration,\n Database,\n ErrorAdditionalInfo,\n ErrorResponse,\n FirewallRule,\n LogFile,\n PrivateEndpointConnection,\n PrivateEndpointProperty,\n PrivateLinkResource,\n PrivateLinkResourceProperties,\n PrivateLinkServiceConnectionStateProperty,\n ProxyResource,\n QueryStatistic,\n QueryText,\n RecommendationAction,\n RecoverableServerResource,\n Resource,\n ResourceIdentity,\n Server,\n ServerAdministratorResource,\n ServerAdministratorResourceListResult,\n ServerKey,\n ServerPrivateEndpointConnection,\n ServerPrivateEndpointConnectionProperties,\n ServerPrivateLinkServiceConnectionStateProperty,\n ServerSecurityAlertPolicy,\n Sku,\n StorageProfile,\n TrackedResource,\n VirtualNetworkRule,\n WaitStatistic\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\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/serverAdministratorsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { MySQLManagementClientContext } from \"../mySQLManagementClientContext\";\n\n/** Class representing a ServerAdministrators. */\nexport class ServerAdministrators {\n private readonly client: MySQLManagementClientContext;\n\n /**\n * Create a ServerAdministrators.\n * @param {MySQLManagementClientContext} client Reference to the service client.\n */\n constructor(client: MySQLManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Gets information about a AAD server administrator.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serverName The name of the server.\n * @param [options] The optional parameters\n * @returns Promise<Models.ServerAdministratorsGetResponse>\n */\n get(resourceGroupName: string, serverName: string, options?: msRest.RequestOptionsBase): Promise<Models.ServerAdministratorsGetResponse>;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serverName The name of the server.\n * @param callback The callback\n */\n get(resourceGroupName: string, serverName: string, callback: msRest.ServiceCallback<Models.ServerAdministratorResource>): void;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\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.ServerAdministratorResource>): void;\n get(resourceGroupName: string, serverName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ServerAdministratorResource>, callback?: msRest.ServiceCallback<Models.ServerAdministratorResource>): Promise<Models.ServerAdministratorsGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n serverName,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.ServerAdministratorsGetResponse>;\n }\n\n /**\n * Creates or update active directory administrator on an existing server. The update action will\n * overwrite the existing administrator.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serverName The name of the server.\n * @param properties The required parameters for creating or updating an AAD server administrator.\n * @param [options] The optional parameters\n * @returns Promise<Models.ServerAdministratorsCreateOrUpdateResponse>\n */\n createOrUpdate(resourceGroupName: string, serverName: string, properties: Models.ServerAdministratorResource, options?: msRest.RequestOptionsBase): Promise<Models.ServerAdministratorsCreateOrUpdateResponse> {\n return this.beginCreateOrUpdate(resourceGroupName,serverName,properties,options)\n .then(lroPoller => lroPoller.pollUntilFinished()) as Promise<Models.ServerAdministratorsCreateOrUpdateResponse>;\n }\n\n /**\n * Deletes server active directory administrator.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\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 * Returns a list of server Administrators.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serverName The name of the server.\n * @param [options] The optional parameters\n * @returns Promise<Models.ServerAdministratorsListResponse>\n */\n list(resourceGroupName: string, serverName: string, options?: msRest.RequestOptionsBase): Promise<Models.ServerAdministratorsListResponse>;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serverName The name of the server.\n * @param callback The callback\n */\n list(resourceGroupName: string, serverName: string, callback: msRest.ServiceCallback<Models.ServerAdministratorResourceListResult>): void;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serverName The name of the server.\n * @param options The optional parameters\n * @param callback The callback\n */\n list(resourceGroupName: string, serverName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ServerAdministratorResourceListResult>): void;\n list(resourceGroupName: string, serverName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ServerAdministratorResourceListResult>, callback?: msRest.ServiceCallback<Models.ServerAdministratorResourceListResult>): Promise<Models.ServerAdministratorsListResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n serverName,\n options\n },\n listOperationSpec,\n callback) as Promise<Models.ServerAdministratorsListResponse>;\n }\n\n /**\n * Creates or update active directory administrator on an existing server. The update action will\n * overwrite the existing administrator.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serverName The name of the server.\n * @param properties The required parameters for creating or updating an AAD server administrator.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginCreateOrUpdate(resourceGroupName: string, serverName: string, properties: Models.ServerAdministratorResource, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n serverName,\n properties,\n options\n },\n beginCreateOrUpdateOperationSpec,\n options);\n }\n\n /**\n * Deletes server active directory administrator.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\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// 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}/administrators/activeDirectory\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.serverName\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ServerAdministratorResource\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/servers/{serverName}/administrators\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.serverName\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ServerAdministratorResourceListResult\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}/administrators/activeDirectory\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.serverName\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"properties\",\n mapper: {\n ...Mappers.ServerAdministratorResource,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.ServerAdministratorResource\n },\n 202: {\n bodyMapper: Mappers.ServerAdministratorResource\n },\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}/administrators/activeDirectory\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.serverName\n ],\n queryParameters: [\n Parameters.apiVersion0\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.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n discriminators,\n Advisor,\n AzureEntityResource,\n BaseResource,\n CloudError,\n Configuration,\n Database,\n ErrorAdditionalInfo,\n ErrorResponse,\n FirewallRule,\n LogFile,\n PrivateEndpointConnection,\n PrivateEndpointProperty,\n PrivateLinkResource,\n PrivateLinkResourceProperties,\n PrivateLinkServiceConnectionStateProperty,\n ProxyResource,\n QueryStatistic,\n QueryText,\n RecommendationAction,\n RecoverableServerResource,\n Resource,\n ResourceIdentity,\n Server,\n ServerAdministratorResource,\n ServerKey,\n ServerPrivateEndpointConnection,\n ServerPrivateEndpointConnectionProperties,\n ServerPrivateLinkServiceConnectionStateProperty,\n ServerSecurityAlertPolicy,\n Sku,\n StorageProfile,\n TrackedResource,\n VirtualNetworkRule,\n WaitStatistic\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/recoverableServersMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { MySQLManagementClientContext } from \"../mySQLManagementClientContext\";\n\n/** Class representing a RecoverableServers. */\nexport class RecoverableServers {\n private readonly client: MySQLManagementClientContext;\n\n /**\n * Create a RecoverableServers.\n * @param {MySQLManagementClientContext} client Reference to the service client.\n */\n constructor(client: MySQLManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Gets a recoverable MySQL Server.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serverName The name of the server.\n * @param [options] The optional parameters\n * @returns Promise<Models.RecoverableServersGetResponse>\n */\n get(resourceGroupName: string, serverName: string, options?: msRest.RequestOptionsBase): Promise<Models.RecoverableServersGetResponse>;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serverName The name of the server.\n * @param callback The callback\n */\n get(resourceGroupName: string, serverName: string, callback: msRest.ServiceCallback<Models.RecoverableServerResource>): void;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\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.RecoverableServerResource>): void;\n get(resourceGroupName: string, serverName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.RecoverableServerResource>, callback?: msRest.ServiceCallback<Models.RecoverableServerResource>): Promise<Models.RecoverableServersGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n serverName,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.RecoverableServersGetResponse>;\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}/recoverableServers\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.serverName\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.RecoverableServerResource\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n discriminators,\n CloudError,\n ErrorAdditionalInfo,\n ErrorResponse,\n PerformanceTierListResult,\n PerformanceTierProperties,\n PerformanceTierServiceLevelObjectives\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/serverBasedPerformanceTierMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { MySQLManagementClientContext } from \"../mySQLManagementClientContext\";\n\n/** Class representing a ServerBasedPerformanceTier. */\nexport class ServerBasedPerformanceTier {\n private readonly client: MySQLManagementClientContext;\n\n /**\n * Create a ServerBasedPerformanceTier.\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 for a MySQL server.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serverName The name of the server.\n * @param [options] The optional parameters\n * @returns Promise<Models.ServerBasedPerformanceTierListResponse>\n */\n list(resourceGroupName: string, serverName: string, options?: msRest.RequestOptionsBase): Promise<Models.ServerBasedPerformanceTierListResponse>;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serverName The name of the server.\n * @param callback The callback\n */\n list(resourceGroupName: string, serverName: string, callback: msRest.ServiceCallback<Models.PerformanceTierListResult>): void;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serverName The name of the server.\n * @param options The optional parameters\n * @param callback The callback\n */\n list(resourceGroupName: string, serverName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.PerformanceTierListResult>): void;\n list(resourceGroupName: string, serverName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.PerformanceTierListResult>, callback?: msRest.ServiceCallback<Models.PerformanceTierListResult>): Promise<Models.ServerBasedPerformanceTierListResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n serverName,\n options\n },\n listOperationSpec,\n callback) as Promise<Models.ServerBasedPerformanceTierListResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst listOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/servers/{serverName}/performanceTiers\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.serverName\n ],\n queryParameters: [\n Parameters.apiVersion0\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.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n discriminators,\n CloudError,\n ErrorAdditionalInfo,\n ErrorResponse,\n PerformanceTierListResult,\n PerformanceTierProperties,\n PerformanceTierServiceLevelObjectives\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\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.apiVersion0\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.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n discriminators,\n CloudError,\n ErrorAdditionalInfo,\n ErrorResponse,\n NameAvailability,\n NameAvailabilityRequest\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\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.apiVersion0\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.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n discriminators,\n CloudError,\n ErrorAdditionalInfo,\n ErrorResponse,\n Operation,\n OperationDisplay,\n OperationListResult\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\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.apiVersion0\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.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n discriminators,\n Advisor,\n AzureEntityResource,\n BaseResource,\n CloudError,\n Configuration,\n Database,\n FirewallRule,\n LogFile,\n PrivateEndpointConnection,\n PrivateEndpointProperty,\n PrivateLinkResource,\n PrivateLinkResourceProperties,\n PrivateLinkServiceConnectionStateProperty,\n ProxyResource,\n QueryStatistic,\n QueryText,\n RecommendationAction,\n RecoverableServerResource,\n Resource,\n ResourceIdentity,\n Server,\n ServerAdministratorResource,\n ServerKey,\n ServerPrivateEndpointConnection,\n ServerPrivateEndpointConnectionProperties,\n ServerPrivateLinkServiceConnectionStateProperty,\n ServerSecurityAlertPolicy,\n ServerSecurityAlertPolicyListResult,\n Sku,\n StorageProfile,\n TrackedResource,\n VirtualNetworkRule,\n WaitStatistic\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\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. The name is case insensitive.\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. The name is case insensitive.\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. The name is case insensitive.\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. The name is case insensitive.\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 * Get the server's threat detection policies.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serverName The name of the server.\n * @param [options] The optional parameters\n * @returns Promise<Models.ServerSecurityAlertPoliciesListByServerResponse>\n */\n listByServer(resourceGroupName: string, serverName: string, options?: msRest.RequestOptionsBase): Promise<Models.ServerSecurityAlertPoliciesListByServerResponse>;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serverName The name of the server.\n * @param callback The callback\n */\n listByServer(resourceGroupName: string, serverName: string, callback: msRest.ServiceCallback<Models.ServerSecurityAlertPolicyListResult>): void;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\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.ServerSecurityAlertPolicyListResult>): void;\n listByServer(resourceGroupName: string, serverName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ServerSecurityAlertPolicyListResult>, callback?: msRest.ServiceCallback<Models.ServerSecurityAlertPolicyListResult>): Promise<Models.ServerSecurityAlertPoliciesListByServerResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n serverName,\n options\n },\n listByServerOperationSpec,\n callback) as Promise<Models.ServerSecurityAlertPoliciesListByServerResponse>;\n }\n\n /**\n * Creates or updates a threat detection policy.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\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 * Get the server's threat detection policies.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.ServerSecurityAlertPoliciesListByServerNextResponse>\n */\n listByServerNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.ServerSecurityAlertPoliciesListByServerNextResponse>;\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.ServerSecurityAlertPolicyListResult>): 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.ServerSecurityAlertPolicyListResult>): void;\n listByServerNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ServerSecurityAlertPolicyListResult>, callback?: msRest.ServiceCallback<Models.ServerSecurityAlertPolicyListResult>): Promise<Models.ServerSecurityAlertPoliciesListByServerNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listByServerNextOperationSpec,\n callback) as Promise<Models.ServerSecurityAlertPoliciesListByServerNextResponse>;\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.apiVersion0\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 listByServerOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/servers/{serverName}/securityAlertPolicies\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.serverName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ServerSecurityAlertPolicyListResult\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.apiVersion0\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\nconst listByServerNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ServerSecurityAlertPolicyListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n discriminators,\n Advisor,\n AzureEntityResource,\n BaseResource,\n CloudError,\n Configuration,\n Database,\n ErrorAdditionalInfo,\n ErrorResponse,\n FirewallRule,\n LogFile,\n PrivateEndpointConnection,\n PrivateEndpointProperty,\n PrivateLinkResource,\n PrivateLinkResourceProperties,\n PrivateLinkServiceConnectionStateProperty,\n ProxyResource,\n QueryStatistic,\n QueryText,\n QueryTextsResultList,\n RecommendationAction,\n RecoverableServerResource,\n Resource,\n ResourceIdentity,\n Server,\n ServerAdministratorResource,\n ServerKey,\n ServerPrivateEndpointConnection,\n ServerPrivateEndpointConnectionProperties,\n ServerPrivateLinkServiceConnectionStateProperty,\n ServerSecurityAlertPolicy,\n Sku,\n StorageProfile,\n TrackedResource,\n VirtualNetworkRule,\n WaitStatistic\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/queryTextsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { MySQLManagementClientContext } from \"../mySQLManagementClientContext\";\n\n/** Class representing a QueryTexts. */\nexport class QueryTexts {\n private readonly client: MySQLManagementClientContext;\n\n /**\n * Create a QueryTexts.\n * @param {MySQLManagementClientContext} client Reference to the service client.\n */\n constructor(client: MySQLManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Retrieve the Query-Store query texts for the queryId.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serverName The name of the server.\n * @param queryId The Query-Store query identifier.\n * @param [options] The optional parameters\n * @returns Promise<Models.QueryTextsGetResponse>\n */\n get(resourceGroupName: string, serverName: string, queryId: string, options?: msRest.RequestOptionsBase): Promise<Models.QueryTextsGetResponse>;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serverName The name of the server.\n * @param queryId The Query-Store query identifier.\n * @param callback The callback\n */\n get(resourceGroupName: string, serverName: string, queryId: string, callback: msRest.ServiceCallback<Models.QueryText>): void;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serverName The name of the server.\n * @param queryId The Query-Store query identifier.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, serverName: string, queryId: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.QueryText>): void;\n get(resourceGroupName: string, serverName: string, queryId: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.QueryText>, callback?: msRest.ServiceCallback<Models.QueryText>): Promise<Models.QueryTextsGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n serverName,\n queryId,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.QueryTextsGetResponse>;\n }\n\n /**\n * Retrieve the Query-Store query texts for specified queryIds.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serverName The name of the server.\n * @param queryIds The query identifiers\n * @param [options] The optional parameters\n * @returns Promise<Models.QueryTextsListByServerResponse>\n */\n listByServer(resourceGroupName: string, serverName: string, queryIds: string[], options?: msRest.RequestOptionsBase): Promise<Models.QueryTextsListByServerResponse>;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serverName The name of the server.\n * @param queryIds The query identifiers\n * @param callback The callback\n */\n listByServer(resourceGroupName: string, serverName: string, queryIds: string[], callback: msRest.ServiceCallback<Models.QueryTextsResultList>): void;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serverName The name of the server.\n * @param queryIds The query identifiers\n * @param options The optional parameters\n * @param callback The callback\n */\n listByServer(resourceGroupName: string, serverName: string, queryIds: string[], options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.QueryTextsResultList>): void;\n listByServer(resourceGroupName: string, serverName: string, queryIds: string[], options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.QueryTextsResultList>, callback?: msRest.ServiceCallback<Models.QueryTextsResultList>): Promise<Models.QueryTextsListByServerResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n serverName,\n queryIds,\n options\n },\n listByServerOperationSpec,\n callback) as Promise<Models.QueryTextsListByServerResponse>;\n }\n\n /**\n * Retrieve the Query-Store query texts for specified queryIds.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param queryIds The query identifiers\n * @param [options] The optional parameters\n * @returns Promise<Models.QueryTextsListByServerNextResponse>\n */\n listByServerNext(nextPageLink: string, queryIds: string[], options?: msRest.RequestOptionsBase): Promise<Models.QueryTextsListByServerNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param queryIds The query identifiers\n * @param callback The callback\n */\n listByServerNext(nextPageLink: string, queryIds: string[], callback: msRest.ServiceCallback<Models.QueryTextsResultList>): void;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param queryIds The query identifiers\n * @param options The optional parameters\n * @param callback The callback\n */\n listByServerNext(nextPageLink: string, queryIds: string[], options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.QueryTextsResultList>): void;\n listByServerNext(nextPageLink: string, queryIds: string[], options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.QueryTextsResultList>, callback?: msRest.ServiceCallback<Models.QueryTextsResultList>): Promise<Models.QueryTextsListByServerNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n queryIds,\n options\n },\n listByServerNextOperationSpec,\n callback) as Promise<Models.QueryTextsListByServerNextResponse>;\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}/queryTexts/{queryId}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.serverName,\n Parameters.queryId\n ],\n queryParameters: [\n Parameters.apiVersion2\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.QueryText\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}/queryTexts\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.serverName\n ],\n queryParameters: [\n Parameters.apiVersion2,\n Parameters.queryIds\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.QueryTextsResultList\n },\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 queryParameters: [\n Parameters.apiVersion2,\n Parameters.queryIds\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.QueryTextsResultList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n discriminators,\n Advisor,\n AzureEntityResource,\n BaseResource,\n CloudError,\n Configuration,\n Database,\n ErrorAdditionalInfo,\n ErrorResponse,\n FirewallRule,\n LogFile,\n PrivateEndpointConnection,\n PrivateEndpointProperty,\n PrivateLinkResource,\n PrivateLinkResourceProperties,\n PrivateLinkServiceConnectionStateProperty,\n ProxyResource,\n QueryStatistic,\n QueryText,\n RecommendationAction,\n RecoverableServerResource,\n Resource,\n ResourceIdentity,\n Server,\n ServerAdministratorResource,\n ServerKey,\n ServerPrivateEndpointConnection,\n ServerPrivateEndpointConnectionProperties,\n ServerPrivateLinkServiceConnectionStateProperty,\n ServerSecurityAlertPolicy,\n Sku,\n StorageProfile,\n TopQueryStatisticsInput,\n TopQueryStatisticsResultList,\n TrackedResource,\n VirtualNetworkRule,\n WaitStatistic\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/topQueryStatisticsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { MySQLManagementClientContext } from \"../mySQLManagementClientContext\";\n\n/** Class representing a TopQueryStatistics. */\nexport class TopQueryStatistics {\n private readonly client: MySQLManagementClientContext;\n\n /**\n * Create a TopQueryStatistics.\n * @param {MySQLManagementClientContext} client Reference to the service client.\n */\n constructor(client: MySQLManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Retrieve the query statistic for specified identifier.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serverName The name of the server.\n * @param queryStatisticId The Query Statistic identifier.\n * @param [options] The optional parameters\n * @returns Promise<Models.TopQueryStatisticsGetResponse>\n */\n get(resourceGroupName: string, serverName: string, queryStatisticId: string, options?: msRest.RequestOptionsBase): Promise<Models.TopQueryStatisticsGetResponse>;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serverName The name of the server.\n * @param queryStatisticId The Query Statistic identifier.\n * @param callback The callback\n */\n get(resourceGroupName: string, serverName: string, queryStatisticId: string, callback: msRest.ServiceCallback<Models.QueryStatistic>): void;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serverName The name of the server.\n * @param queryStatisticId The Query Statistic identifier.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, serverName: string, queryStatisticId: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.QueryStatistic>): void;\n get(resourceGroupName: string, serverName: string, queryStatisticId: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.QueryStatistic>, callback?: msRest.ServiceCallback<Models.QueryStatistic>): Promise<Models.TopQueryStatisticsGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n serverName,\n queryStatisticId,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.TopQueryStatisticsGetResponse>;\n }\n\n /**\n * Retrieve the Query-Store top queries for specified metric and aggregation.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serverName The name of the server.\n * @param parameters The required parameters for retrieving top query statistics.\n * @param [options] The optional parameters\n * @returns Promise<Models.TopQueryStatisticsListByServerResponse>\n */\n listByServer(resourceGroupName: string, serverName: string, parameters: Models.TopQueryStatisticsInput, options?: msRest.RequestOptionsBase): Promise<Models.TopQueryStatisticsListByServerResponse>;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serverName The name of the server.\n * @param parameters The required parameters for retrieving top query statistics.\n * @param callback The callback\n */\n listByServer(resourceGroupName: string, serverName: string, parameters: Models.TopQueryStatisticsInput, callback: msRest.ServiceCallback<Models.TopQueryStatisticsResultList>): void;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serverName The name of the server.\n * @param parameters The required parameters for retrieving top query statistics.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByServer(resourceGroupName: string, serverName: string, parameters: Models.TopQueryStatisticsInput, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.TopQueryStatisticsResultList>): void;\n listByServer(resourceGroupName: string, serverName: string, parameters: Models.TopQueryStatisticsInput, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.TopQueryStatisticsResultList>, callback?: msRest.ServiceCallback<Models.TopQueryStatisticsResultList>): Promise<Models.TopQueryStatisticsListByServerResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n serverName,\n parameters,\n options\n },\n listByServerOperationSpec,\n callback) as Promise<Models.TopQueryStatisticsListByServerResponse>;\n }\n\n /**\n * Retrieve the Query-Store top queries for specified metric and aggregation.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.TopQueryStatisticsListByServerNextResponse>\n */\n listByServerNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.TopQueryStatisticsListByServerNextResponse>;\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.TopQueryStatisticsResultList>): 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.TopQueryStatisticsResultList>): void;\n listByServerNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.TopQueryStatisticsResultList>, callback?: msRest.ServiceCallback<Models.TopQueryStatisticsResultList>): Promise<Models.TopQueryStatisticsListByServerNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listByServerNextOperationSpec,\n callback) as Promise<Models.TopQueryStatisticsListByServerNextResponse>;\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}/topQueryStatistics/{queryStatisticId}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.serverName,\n Parameters.queryStatisticId\n ],\n queryParameters: [\n Parameters.apiVersion2\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.QueryStatistic\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}/topQueryStatistics\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.serverName\n ],\n queryParameters: [\n Parameters.apiVersion2\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"parameters\",\n mapper: {\n ...Mappers.TopQueryStatisticsInput,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.TopQueryStatisticsResultList\n },\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 queryParameters: [\n Parameters.apiVersion2\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.TopQueryStatisticsResultList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n discriminators,\n Advisor,\n AzureEntityResource,\n BaseResource,\n CloudError,\n Configuration,\n Database,\n ErrorAdditionalInfo,\n ErrorResponse,\n FirewallRule,\n LogFile,\n PrivateEndpointConnection,\n PrivateEndpointProperty,\n PrivateLinkResource,\n PrivateLinkResourceProperties,\n PrivateLinkServiceConnectionStateProperty,\n ProxyResource,\n QueryStatistic,\n QueryText,\n RecommendationAction,\n RecoverableServerResource,\n Resource,\n ResourceIdentity,\n Server,\n ServerAdministratorResource,\n ServerKey,\n ServerPrivateEndpointConnection,\n ServerPrivateEndpointConnectionProperties,\n ServerPrivateLinkServiceConnectionStateProperty,\n ServerSecurityAlertPolicy,\n Sku,\n StorageProfile,\n TrackedResource,\n VirtualNetworkRule,\n WaitStatistic,\n WaitStatisticsInput,\n WaitStatisticsResultList\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/waitStatisticsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { MySQLManagementClientContext } from \"../mySQLManagementClientContext\";\n\n/** Class representing a WaitStatistics. */\nexport class WaitStatistics {\n private readonly client: MySQLManagementClientContext;\n\n /**\n * Create a WaitStatistics.\n * @param {MySQLManagementClientContext} client Reference to the service client.\n */\n constructor(client: MySQLManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Retrieve wait statistics for specified identifier.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serverName The name of the server.\n * @param waitStatisticsId The Wait Statistic identifier.\n * @param [options] The optional parameters\n * @returns Promise<Models.WaitStatisticsGetResponse>\n */\n get(resourceGroupName: string, serverName: string, waitStatisticsId: string, options?: msRest.RequestOptionsBase): Promise<Models.WaitStatisticsGetResponse>;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serverName The name of the server.\n * @param waitStatisticsId The Wait Statistic identifier.\n * @param callback The callback\n */\n get(resourceGroupName: string, serverName: string, waitStatisticsId: string, callback: msRest.ServiceCallback<Models.WaitStatistic>): void;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serverName The name of the server.\n * @param waitStatisticsId The Wait Statistic identifier.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, serverName: string, waitStatisticsId: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.WaitStatistic>): void;\n get(resourceGroupName: string, serverName: string, waitStatisticsId: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.WaitStatistic>, callback?: msRest.ServiceCallback<Models.WaitStatistic>): Promise<Models.WaitStatisticsGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n serverName,\n waitStatisticsId,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.WaitStatisticsGetResponse>;\n }\n\n /**\n * Retrieve wait statistics for specified aggregation window.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serverName The name of the server.\n * @param parameters The required parameters for retrieving wait statistics.\n * @param [options] The optional parameters\n * @returns Promise<Models.WaitStatisticsListByServerResponse>\n */\n listByServer(resourceGroupName: string, serverName: string, parameters: Models.WaitStatisticsInput, options?: msRest.RequestOptionsBase): Promise<Models.WaitStatisticsListByServerResponse>;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serverName The name of the server.\n * @param parameters The required parameters for retrieving wait statistics.\n * @param callback The callback\n */\n listByServer(resourceGroupName: string, serverName: string, parameters: Models.WaitStatisticsInput, callback: msRest.ServiceCallback<Models.WaitStatisticsResultList>): void;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serverName The name of the server.\n * @param parameters The required parameters for retrieving wait statistics.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByServer(resourceGroupName: string, serverName: string, parameters: Models.WaitStatisticsInput, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.WaitStatisticsResultList>): void;\n listByServer(resourceGroupName: string, serverName: string, parameters: Models.WaitStatisticsInput, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.WaitStatisticsResultList>, callback?: msRest.ServiceCallback<Models.WaitStatisticsResultList>): Promise<Models.WaitStatisticsListByServerResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n serverName,\n parameters,\n options\n },\n listByServerOperationSpec,\n callback) as Promise<Models.WaitStatisticsListByServerResponse>;\n }\n\n /**\n * Retrieve wait statistics for specified aggregation window.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.WaitStatisticsListByServerNextResponse>\n */\n listByServerNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.WaitStatisticsListByServerNextResponse>;\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.WaitStatisticsResultList>): 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.WaitStatisticsResultList>): void;\n listByServerNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.WaitStatisticsResultList>, callback?: msRest.ServiceCallback<Models.WaitStatisticsResultList>): Promise<Models.WaitStatisticsListByServerNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listByServerNextOperationSpec,\n callback) as Promise<Models.WaitStatisticsListByServerNextResponse>;\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}/waitStatistics/{waitStatisticsId}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.serverName,\n Parameters.waitStatisticsId\n ],\n queryParameters: [\n Parameters.apiVersion2\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.WaitStatistic\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}/waitStatistics\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.serverName\n ],\n queryParameters: [\n Parameters.apiVersion2\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"parameters\",\n mapper: {\n ...Mappers.WaitStatisticsInput,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.WaitStatisticsResultList\n },\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 queryParameters: [\n Parameters.apiVersion2\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.WaitStatisticsResultList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n discriminators,\n Advisor,\n AdvisorsResultList,\n AzureEntityResource,\n BaseResource,\n CloudError,\n Configuration,\n Database,\n FirewallRule,\n LogFile,\n PrivateEndpointConnection,\n PrivateEndpointProperty,\n PrivateLinkResource,\n PrivateLinkResourceProperties,\n PrivateLinkServiceConnectionStateProperty,\n ProxyResource,\n QueryStatistic,\n QueryText,\n RecommendationAction,\n RecoverableServerResource,\n Resource,\n ResourceIdentity,\n Server,\n ServerAdministratorResource,\n ServerKey,\n ServerPrivateEndpointConnection,\n ServerPrivateEndpointConnectionProperties,\n ServerPrivateLinkServiceConnectionStateProperty,\n ServerSecurityAlertPolicy,\n Sku,\n StorageProfile,\n TrackedResource,\n VirtualNetworkRule,\n WaitStatistic\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/advisorsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { MySQLManagementClientContext } from \"../mySQLManagementClientContext\";\n\n/** Class representing a Advisors. */\nexport class Advisors {\n private readonly client: MySQLManagementClientContext;\n\n /**\n * Create a Advisors.\n * @param {MySQLManagementClientContext} client Reference to the service client.\n */\n constructor(client: MySQLManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Get a recommendation action advisor.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serverName The name of the server.\n * @param advisorName The advisor name for recommendation action.\n * @param [options] The optional parameters\n * @returns Promise<Models.AdvisorsGetResponse>\n */\n get(resourceGroupName: string, serverName: string, advisorName: string, options?: msRest.RequestOptionsBase): Promise<Models.AdvisorsGetResponse>;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serverName The name of the server.\n * @param advisorName The advisor name for recommendation action.\n * @param callback The callback\n */\n get(resourceGroupName: string, serverName: string, advisorName: string, callback: msRest.ServiceCallback<Models.Advisor>): void;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serverName The name of the server.\n * @param advisorName The advisor name for recommendation action.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, serverName: string, advisorName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Advisor>): void;\n get(resourceGroupName: string, serverName: string, advisorName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.Advisor>, callback?: msRest.ServiceCallback<Models.Advisor>): Promise<Models.AdvisorsGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n serverName,\n advisorName,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.AdvisorsGetResponse>;\n }\n\n /**\n * List recommendation action advisors.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serverName The name of the server.\n * @param [options] The optional parameters\n * @returns Promise<Models.AdvisorsListByServerResponse>\n */\n listByServer(resourceGroupName: string, serverName: string, options?: msRest.RequestOptionsBase): Promise<Models.AdvisorsListByServerResponse>;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serverName The name of the server.\n * @param callback The callback\n */\n listByServer(resourceGroupName: string, serverName: string, callback: msRest.ServiceCallback<Models.AdvisorsResultList>): void;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\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.AdvisorsResultList>): void;\n listByServer(resourceGroupName: string, serverName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.AdvisorsResultList>, callback?: msRest.ServiceCallback<Models.AdvisorsResultList>): Promise<Models.AdvisorsListByServerResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n serverName,\n options\n },\n listByServerOperationSpec,\n callback) as Promise<Models.AdvisorsListByServerResponse>;\n }\n\n /**\n * List recommendation action advisors.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.AdvisorsListByServerNextResponse>\n */\n listByServerNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.AdvisorsListByServerNextResponse>;\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.AdvisorsResultList>): 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.AdvisorsResultList>): void;\n listByServerNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.AdvisorsResultList>, callback?: msRest.ServiceCallback<Models.AdvisorsResultList>): Promise<Models.AdvisorsListByServerNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listByServerNextOperationSpec,\n callback) as Promise<Models.AdvisorsListByServerNextResponse>;\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}/advisors/{advisorName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.serverName,\n Parameters.advisorName\n ],\n queryParameters: [\n Parameters.apiVersion2\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.Advisor\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}/advisors\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.serverName\n ],\n queryParameters: [\n Parameters.apiVersion2\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.AdvisorsResultList\n },\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 queryParameters: [\n Parameters.apiVersion2\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.AdvisorsResultList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n discriminators,\n Advisor,\n AzureEntityResource,\n BaseResource,\n CloudError,\n Configuration,\n Database,\n FirewallRule,\n LogFile,\n PrivateEndpointConnection,\n PrivateEndpointProperty,\n PrivateLinkResource,\n PrivateLinkResourceProperties,\n PrivateLinkServiceConnectionStateProperty,\n ProxyResource,\n QueryStatistic,\n QueryText,\n RecommendationAction,\n RecommendationActionsResultList,\n RecoverableServerResource,\n Resource,\n ResourceIdentity,\n Server,\n ServerAdministratorResource,\n ServerKey,\n ServerPrivateEndpointConnection,\n ServerPrivateEndpointConnectionProperties,\n ServerPrivateLinkServiceConnectionStateProperty,\n ServerSecurityAlertPolicy,\n Sku,\n StorageProfile,\n TrackedResource,\n VirtualNetworkRule,\n WaitStatistic\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/recommendedActionsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { MySQLManagementClientContext } from \"../mySQLManagementClientContext\";\n\n/** Class representing a RecommendedActions. */\nexport class RecommendedActions {\n private readonly client: MySQLManagementClientContext;\n\n /**\n * Create a RecommendedActions.\n * @param {MySQLManagementClientContext} client Reference to the service client.\n */\n constructor(client: MySQLManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Retrieve recommended actions from the advisor.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serverName The name of the server.\n * @param advisorName The advisor name for recommendation action.\n * @param recommendedActionName The recommended action name.\n * @param [options] The optional parameters\n * @returns Promise<Models.RecommendedActionsGetResponse>\n */\n get(resourceGroupName: string, serverName: string, advisorName: string, recommendedActionName: string, options?: msRest.RequestOptionsBase): Promise<Models.RecommendedActionsGetResponse>;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serverName The name of the server.\n * @param advisorName The advisor name for recommendation action.\n * @param recommendedActionName The recommended action name.\n * @param callback The callback\n */\n get(resourceGroupName: string, serverName: string, advisorName: string, recommendedActionName: string, callback: msRest.ServiceCallback<Models.RecommendationAction>): void;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serverName The name of the server.\n * @param advisorName The advisor name for recommendation action.\n * @param recommendedActionName The recommended action name.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, serverName: string, advisorName: string, recommendedActionName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.RecommendationAction>): void;\n get(resourceGroupName: string, serverName: string, advisorName: string, recommendedActionName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.RecommendationAction>, callback?: msRest.ServiceCallback<Models.RecommendationAction>): Promise<Models.RecommendedActionsGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n serverName,\n advisorName,\n recommendedActionName,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.RecommendedActionsGetResponse>;\n }\n\n /**\n * Retrieve recommended actions from the advisor.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serverName The name of the server.\n * @param advisorName The advisor name for recommendation action.\n * @param [options] The optional parameters\n * @returns Promise<Models.RecommendedActionsListByServerResponse>\n */\n listByServer(resourceGroupName: string, serverName: string, advisorName: string, options?: Models.RecommendedActionsListByServerOptionalParams): Promise<Models.RecommendedActionsListByServerResponse>;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serverName The name of the server.\n * @param advisorName The advisor name for recommendation action.\n * @param callback The callback\n */\n listByServer(resourceGroupName: string, serverName: string, advisorName: string, callback: msRest.ServiceCallback<Models.RecommendationActionsResultList>): void;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serverName The name of the server.\n * @param advisorName The advisor name for recommendation action.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByServer(resourceGroupName: string, serverName: string, advisorName: string, options: Models.RecommendedActionsListByServerOptionalParams, callback: msRest.ServiceCallback<Models.RecommendationActionsResultList>): void;\n listByServer(resourceGroupName: string, serverName: string, advisorName: string, options?: Models.RecommendedActionsListByServerOptionalParams | msRest.ServiceCallback<Models.RecommendationActionsResultList>, callback?: msRest.ServiceCallback<Models.RecommendationActionsResultList>): Promise<Models.RecommendedActionsListByServerResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n serverName,\n advisorName,\n options\n },\n listByServerOperationSpec,\n callback) as Promise<Models.RecommendedActionsListByServerResponse>;\n }\n\n /**\n * Retrieve recommended actions from the advisor.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.RecommendedActionsListByServerNextResponse>\n */\n listByServerNext(nextPageLink: string, options?: Models.RecommendedActionsListByServerNextOptionalParams): Promise<Models.RecommendedActionsListByServerNextResponse>;\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.RecommendationActionsResultList>): 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: Models.RecommendedActionsListByServerNextOptionalParams, callback: msRest.ServiceCallback<Models.RecommendationActionsResultList>): void;\n listByServerNext(nextPageLink: string, options?: Models.RecommendedActionsListByServerNextOptionalParams | msRest.ServiceCallback<Models.RecommendationActionsResultList>, callback?: msRest.ServiceCallback<Models.RecommendationActionsResultList>): Promise<Models.RecommendedActionsListByServerNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listByServerNextOperationSpec,\n callback) as Promise<Models.RecommendedActionsListByServerNextResponse>;\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}/advisors/{advisorName}/recommendedActions/{recommendedActionName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.serverName,\n Parameters.advisorName,\n Parameters.recommendedActionName\n ],\n queryParameters: [\n Parameters.apiVersion2\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.RecommendationAction\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}/advisors/{advisorName}/recommendedActions\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.serverName,\n Parameters.advisorName\n ],\n queryParameters: [\n Parameters.apiVersion2,\n Parameters.sessionId\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.RecommendationActionsResultList\n },\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 queryParameters: [\n Parameters.apiVersion2,\n Parameters.sessionId\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.RecommendationActionsResultList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n discriminators,\n CloudError,\n RecommendedActionSessionsOperationStatus\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/locationBasedRecommendedActionSessionsOperationStatusMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { MySQLManagementClientContext } from \"../mySQLManagementClientContext\";\n\n/** Class representing a LocationBasedRecommendedActionSessionsOperationStatus. */\nexport class LocationBasedRecommendedActionSessionsOperationStatus {\n private readonly client: MySQLManagementClientContext;\n\n /**\n * Create a LocationBasedRecommendedActionSessionsOperationStatus.\n * @param {MySQLManagementClientContext} client Reference to the service client.\n */\n constructor(client: MySQLManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Recommendation action session operation status.\n * @param locationName The name of the location.\n * @param operationId The operation identifier.\n * @param [options] The optional parameters\n * @returns Promise<Models.LocationBasedRecommendedActionSessionsOperationStatusGetResponse>\n */\n get(locationName: string, operationId: string, options?: msRest.RequestOptionsBase): Promise<Models.LocationBasedRecommendedActionSessionsOperationStatusGetResponse>;\n /**\n * @param locationName The name of the location.\n * @param operationId The operation identifier.\n * @param callback The callback\n */\n get(locationName: string, operationId: string, callback: msRest.ServiceCallback<Models.RecommendedActionSessionsOperationStatus>): void;\n /**\n * @param locationName The name of the location.\n * @param operationId The operation identifier.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(locationName: string, operationId: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.RecommendedActionSessionsOperationStatus>): void;\n get(locationName: string, operationId: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.RecommendedActionSessionsOperationStatus>, callback?: msRest.ServiceCallback<Models.RecommendedActionSessionsOperationStatus>): Promise<Models.LocationBasedRecommendedActionSessionsOperationStatusGetResponse> {\n return this.client.sendOperationRequest(\n {\n locationName,\n operationId,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.LocationBasedRecommendedActionSessionsOperationStatusGetResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/providers/Microsoft.DBforMySQL/locations/{locationName}/recommendedActionSessionsAzureAsyncOperation/{operationId}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.locationName,\n Parameters.operationId\n ],\n queryParameters: [\n Parameters.apiVersion2\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.RecommendedActionSessionsOperationStatus\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n discriminators,\n Advisor,\n AzureEntityResource,\n BaseResource,\n CloudError,\n Configuration,\n Database,\n FirewallRule,\n LogFile,\n PrivateEndpointConnection,\n PrivateEndpointProperty,\n PrivateLinkResource,\n PrivateLinkResourceProperties,\n PrivateLinkServiceConnectionStateProperty,\n ProxyResource,\n QueryStatistic,\n QueryText,\n RecommendationAction,\n RecommendationActionsResultList,\n RecoverableServerResource,\n Resource,\n ResourceIdentity,\n Server,\n ServerAdministratorResource,\n ServerKey,\n ServerPrivateEndpointConnection,\n ServerPrivateEndpointConnectionProperties,\n ServerPrivateLinkServiceConnectionStateProperty,\n ServerSecurityAlertPolicy,\n Sku,\n StorageProfile,\n TrackedResource,\n VirtualNetworkRule,\n WaitStatistic\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/locationBasedRecommendedActionSessionsResultMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { MySQLManagementClientContext } from \"../mySQLManagementClientContext\";\n\n/** Class representing a LocationBasedRecommendedActionSessionsResult. */\nexport class LocationBasedRecommendedActionSessionsResult {\n private readonly client: MySQLManagementClientContext;\n\n /**\n * Create a LocationBasedRecommendedActionSessionsResult.\n * @param {MySQLManagementClientContext} client Reference to the service client.\n */\n constructor(client: MySQLManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Recommendation action session operation result.\n * @param locationName The name of the location.\n * @param operationId The operation identifier.\n * @param [options] The optional parameters\n * @returns Promise<Models.LocationBasedRecommendedActionSessionsResultListResponse>\n */\n list(locationName: string, operationId: string, options?: msRest.RequestOptionsBase): Promise<Models.LocationBasedRecommendedActionSessionsResultListResponse>;\n /**\n * @param locationName The name of the location.\n * @param operationId The operation identifier.\n * @param callback The callback\n */\n list(locationName: string, operationId: string, callback: msRest.ServiceCallback<Models.RecommendationActionsResultList>): void;\n /**\n * @param locationName The name of the location.\n * @param operationId The operation identifier.\n * @param options The optional parameters\n * @param callback The callback\n */\n list(locationName: string, operationId: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.RecommendationActionsResultList>): void;\n list(locationName: string, operationId: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.RecommendationActionsResultList>, callback?: msRest.ServiceCallback<Models.RecommendationActionsResultList>): Promise<Models.LocationBasedRecommendedActionSessionsResultListResponse> {\n return this.client.sendOperationRequest(\n {\n locationName,\n operationId,\n options\n },\n listOperationSpec,\n callback) as Promise<Models.LocationBasedRecommendedActionSessionsResultListResponse>;\n }\n\n /**\n * Recommendation action session operation result.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.LocationBasedRecommendedActionSessionsResultListNextResponse>\n */\n listNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.LocationBasedRecommendedActionSessionsResultListNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.RecommendationActionsResultList>): 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 listNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.RecommendationActionsResultList>): void;\n listNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.RecommendationActionsResultList>, callback?: msRest.ServiceCallback<Models.RecommendationActionsResultList>): Promise<Models.LocationBasedRecommendedActionSessionsResultListNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listNextOperationSpec,\n callback) as Promise<Models.LocationBasedRecommendedActionSessionsResultListNextResponse>;\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}/recommendedActionSessionsOperationResults/{operationId}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.locationName,\n Parameters.operationId\n ],\n queryParameters: [\n Parameters.apiVersion2\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.RecommendationActionsResultList\n },\n 201: {\n bodyMapper: Mappers.RecommendationActionsResultList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n queryParameters: [\n Parameters.apiVersion2\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.RecommendationActionsResultList\n },\n 201: {\n bodyMapper: Mappers.RecommendationActionsResultList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n discriminators,\n Advisor,\n AzureEntityResource,\n BaseResource,\n CloudError,\n Configuration,\n Database,\n ErrorAdditionalInfo,\n ErrorResponse,\n FirewallRule,\n LogFile,\n PrivateEndpointConnection,\n PrivateEndpointConnectionListResult,\n PrivateEndpointProperty,\n PrivateLinkResource,\n PrivateLinkResourceProperties,\n PrivateLinkServiceConnectionStateProperty,\n ProxyResource,\n QueryStatistic,\n QueryText,\n RecommendationAction,\n RecoverableServerResource,\n Resource,\n ResourceIdentity,\n Server,\n ServerAdministratorResource,\n ServerKey,\n ServerPrivateEndpointConnection,\n ServerPrivateEndpointConnectionProperties,\n ServerPrivateLinkServiceConnectionStateProperty,\n ServerSecurityAlertPolicy,\n Sku,\n StorageProfile,\n TagsObject,\n TrackedResource,\n VirtualNetworkRule,\n WaitStatistic\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\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/privateEndpointConnectionsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { MySQLManagementClientContext } from \"../mySQLManagementClientContext\";\n\n/** Class representing a PrivateEndpointConnections. */\nexport class PrivateEndpointConnections {\n private readonly client: MySQLManagementClientContext;\n\n /**\n * Create a PrivateEndpointConnections.\n * @param {MySQLManagementClientContext} client Reference to the service client.\n */\n constructor(client: MySQLManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Gets a private endpoint connection.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serverName The name of the server.\n * @param privateEndpointConnectionName The name of the private endpoint connection.\n * @param [options] The optional parameters\n * @returns Promise<Models.PrivateEndpointConnectionsGetResponse>\n */\n get(resourceGroupName: string, serverName: string, privateEndpointConnectionName: string, options?: msRest.RequestOptionsBase): Promise<Models.PrivateEndpointConnectionsGetResponse>;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serverName The name of the server.\n * @param privateEndpointConnectionName The name of the private endpoint connection.\n * @param callback The callback\n */\n get(resourceGroupName: string, serverName: string, privateEndpointConnectionName: string, callback: msRest.ServiceCallback<Models.PrivateEndpointConnection>): void;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serverName The name of the server.\n * @param privateEndpointConnectionName The name of the private endpoint connection.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, serverName: string, privateEndpointConnectionName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.PrivateEndpointConnection>): void;\n get(resourceGroupName: string, serverName: string, privateEndpointConnectionName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.PrivateEndpointConnection>, callback?: msRest.ServiceCallback<Models.PrivateEndpointConnection>): Promise<Models.PrivateEndpointConnectionsGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n serverName,\n privateEndpointConnectionName,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.PrivateEndpointConnectionsGetResponse>;\n }\n\n /**\n * Approve or reject a private endpoint connection with a given name.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serverName The name of the server.\n * @param privateEndpointConnectionName\n * @param parameters\n * @param [options] The optional parameters\n * @returns Promise<Models.PrivateEndpointConnectionsCreateOrUpdateResponse>\n */\n createOrUpdate(resourceGroupName: string, serverName: string, privateEndpointConnectionName: string, parameters: Models.PrivateEndpointConnection, options?: msRest.RequestOptionsBase): Promise<Models.PrivateEndpointConnectionsCreateOrUpdateResponse> {\n return this.beginCreateOrUpdate(resourceGroupName,serverName,privateEndpointConnectionName,parameters,options)\n .then(lroPoller => lroPoller.pollUntilFinished()) as Promise<Models.PrivateEndpointConnectionsCreateOrUpdateResponse>;\n }\n\n /**\n * Deletes a private endpoint connection with a given name.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serverName The name of the server.\n * @param privateEndpointConnectionName\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n deleteMethod(resourceGroupName: string, serverName: string, privateEndpointConnectionName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse> {\n return this.beginDeleteMethod(resourceGroupName,serverName,privateEndpointConnectionName,options)\n .then(lroPoller => lroPoller.pollUntilFinished());\n }\n\n /**\n * Updates private endpoint connection with the specified tags.\n * @summary Updates tags on private endpoint connection.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serverName The name of the server.\n * @param privateEndpointConnectionName\n * @param parameters Parameters supplied to the Update private endpoint connection Tags operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.PrivateEndpointConnectionsUpdateTagsResponse>\n */\n updateTags(resourceGroupName: string, serverName: string, privateEndpointConnectionName: string, parameters: Models.TagsObject, options?: msRest.RequestOptionsBase): Promise<Models.PrivateEndpointConnectionsUpdateTagsResponse> {\n return this.beginUpdateTags(resourceGroupName,serverName,privateEndpointConnectionName,parameters,options)\n .then(lroPoller => lroPoller.pollUntilFinished()) as Promise<Models.PrivateEndpointConnectionsUpdateTagsResponse>;\n }\n\n /**\n * Gets all private endpoint connections on a server.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serverName The name of the server.\n * @param [options] The optional parameters\n * @returns Promise<Models.PrivateEndpointConnectionsListByServerResponse>\n */\n listByServer(resourceGroupName: string, serverName: string, options?: msRest.RequestOptionsBase): Promise<Models.PrivateEndpointConnectionsListByServerResponse>;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serverName The name of the server.\n * @param callback The callback\n */\n listByServer(resourceGroupName: string, serverName: string, callback: msRest.ServiceCallback<Models.PrivateEndpointConnectionListResult>): void;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\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.PrivateEndpointConnectionListResult>): void;\n listByServer(resourceGroupName: string, serverName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.PrivateEndpointConnectionListResult>, callback?: msRest.ServiceCallback<Models.PrivateEndpointConnectionListResult>): Promise<Models.PrivateEndpointConnectionsListByServerResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n serverName,\n options\n },\n listByServerOperationSpec,\n callback) as Promise<Models.PrivateEndpointConnectionsListByServerResponse>;\n }\n\n /**\n * Approve or reject a private endpoint connection with a given name.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serverName The name of the server.\n * @param privateEndpointConnectionName\n * @param parameters\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginCreateOrUpdate(resourceGroupName: string, serverName: string, privateEndpointConnectionName: string, parameters: Models.PrivateEndpointConnection, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n serverName,\n privateEndpointConnectionName,\n parameters,\n options\n },\n beginCreateOrUpdateOperationSpec,\n options);\n }\n\n /**\n * Deletes a private endpoint connection with a given name.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serverName The name of the server.\n * @param privateEndpointConnectionName\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginDeleteMethod(resourceGroupName: string, serverName: string, privateEndpointConnectionName: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n serverName,\n privateEndpointConnectionName,\n options\n },\n beginDeleteMethodOperationSpec,\n options);\n }\n\n /**\n * Updates private endpoint connection with the specified tags.\n * @summary Updates tags on private endpoint connection.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serverName The name of the server.\n * @param privateEndpointConnectionName\n * @param parameters Parameters supplied to the Update private endpoint connection Tags operation.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginUpdateTags(resourceGroupName: string, serverName: string, privateEndpointConnectionName: string, parameters: Models.TagsObject, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n serverName,\n privateEndpointConnectionName,\n parameters,\n options\n },\n beginUpdateTagsOperationSpec,\n options);\n }\n\n /**\n * Gets all private endpoint connections on 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.PrivateEndpointConnectionsListByServerNextResponse>\n */\n listByServerNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.PrivateEndpointConnectionsListByServerNextResponse>;\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.PrivateEndpointConnectionListResult>): 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.PrivateEndpointConnectionListResult>): void;\n listByServerNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.PrivateEndpointConnectionListResult>, callback?: msRest.ServiceCallback<Models.PrivateEndpointConnectionListResult>): Promise<Models.PrivateEndpointConnectionsListByServerNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listByServerNextOperationSpec,\n callback) as Promise<Models.PrivateEndpointConnectionsListByServerNextResponse>;\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}/privateEndpointConnections/{privateEndpointConnectionName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.serverName,\n Parameters.privateEndpointConnectionName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion2\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.PrivateEndpointConnection\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}/privateEndpointConnections\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.serverName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion2\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.PrivateEndpointConnectionListResult\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}/privateEndpointConnections/{privateEndpointConnectionName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.serverName,\n Parameters.privateEndpointConnectionName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion2\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"parameters\",\n mapper: {\n ...Mappers.PrivateEndpointConnection,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.PrivateEndpointConnection\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}/privateEndpointConnections/{privateEndpointConnectionName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.serverName,\n Parameters.privateEndpointConnectionName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion2\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 beginUpdateTagsOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PATCH\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/servers/{serverName}/privateEndpointConnections/{privateEndpointConnectionName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.serverName,\n Parameters.privateEndpointConnectionName\n ],\n queryParameters: [\n Parameters.apiVersion2\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"parameters\",\n mapper: {\n ...Mappers.TagsObject,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.PrivateEndpointConnection\n },\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 queryParameters: [\n Parameters.apiVersion2\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.PrivateEndpointConnectionListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n discriminators,\n Advisor,\n AzureEntityResource,\n BaseResource,\n CloudError,\n Configuration,\n Database,\n ErrorAdditionalInfo,\n ErrorResponse,\n FirewallRule,\n LogFile,\n PrivateEndpointConnection,\n PrivateEndpointProperty,\n PrivateLinkResource,\n PrivateLinkResourceListResult,\n PrivateLinkResourceProperties,\n PrivateLinkServiceConnectionStateProperty,\n ProxyResource,\n QueryStatistic,\n QueryText,\n RecommendationAction,\n RecoverableServerResource,\n Resource,\n ResourceIdentity,\n Server,\n ServerAdministratorResource,\n ServerKey,\n ServerPrivateEndpointConnection,\n ServerPrivateEndpointConnectionProperties,\n ServerPrivateLinkServiceConnectionStateProperty,\n ServerSecurityAlertPolicy,\n Sku,\n StorageProfile,\n TrackedResource,\n VirtualNetworkRule,\n WaitStatistic\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/privateLinkResourcesMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { MySQLManagementClientContext } from \"../mySQLManagementClientContext\";\n\n/** Class representing a PrivateLinkResources. */\nexport class PrivateLinkResources {\n private readonly client: MySQLManagementClientContext;\n\n /**\n * Create a PrivateLinkResources.\n * @param {MySQLManagementClientContext} client Reference to the service client.\n */\n constructor(client: MySQLManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Gets the private link resources for MySQL server.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serverName The name of the server.\n * @param [options] The optional parameters\n * @returns Promise<Models.PrivateLinkResourcesListByServerResponse>\n */\n listByServer(resourceGroupName: string, serverName: string, options?: msRest.RequestOptionsBase): Promise<Models.PrivateLinkResourcesListByServerResponse>;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serverName The name of the server.\n * @param callback The callback\n */\n listByServer(resourceGroupName: string, serverName: string, callback: msRest.ServiceCallback<Models.PrivateLinkResourceListResult>): void;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\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.PrivateLinkResourceListResult>): void;\n listByServer(resourceGroupName: string, serverName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.PrivateLinkResourceListResult>, callback?: msRest.ServiceCallback<Models.PrivateLinkResourceListResult>): Promise<Models.PrivateLinkResourcesListByServerResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n serverName,\n options\n },\n listByServerOperationSpec,\n callback) as Promise<Models.PrivateLinkResourcesListByServerResponse>;\n }\n\n /**\n * Gets a private link resource for MySQL server.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serverName The name of the server.\n * @param groupName The name of the private link resource.\n * @param [options] The optional parameters\n * @returns Promise<Models.PrivateLinkResourcesGetResponse>\n */\n get(resourceGroupName: string, serverName: string, groupName: string, options?: msRest.RequestOptionsBase): Promise<Models.PrivateLinkResourcesGetResponse>;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serverName The name of the server.\n * @param groupName The name of the private link resource.\n * @param callback The callback\n */\n get(resourceGroupName: string, serverName: string, groupName: string, callback: msRest.ServiceCallback<Models.PrivateLinkResource>): void;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serverName The name of the server.\n * @param groupName The name of the private link resource.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, serverName: string, groupName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.PrivateLinkResource>): void;\n get(resourceGroupName: string, serverName: string, groupName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.PrivateLinkResource>, callback?: msRest.ServiceCallback<Models.PrivateLinkResource>): Promise<Models.PrivateLinkResourcesGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n serverName,\n groupName,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.PrivateLinkResourcesGetResponse>;\n }\n\n /**\n * Gets the private link resources for MySQL server.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.PrivateLinkResourcesListByServerNextResponse>\n */\n listByServerNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.PrivateLinkResourcesListByServerNextResponse>;\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.PrivateLinkResourceListResult>): 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.PrivateLinkResourceListResult>): void;\n listByServerNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.PrivateLinkResourceListResult>, callback?: msRest.ServiceCallback<Models.PrivateLinkResourceListResult>): Promise<Models.PrivateLinkResourcesListByServerNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listByServerNextOperationSpec,\n callback) as Promise<Models.PrivateLinkResourcesListByServerNextResponse>;\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}/privateLinkResources\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.serverName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion2\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.PrivateLinkResourceListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/servers/{serverName}/privateLinkResources/{groupName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.serverName,\n Parameters.groupName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion2\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.PrivateLinkResource\n },\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 queryParameters: [\n Parameters.apiVersion2\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.PrivateLinkResourceListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n discriminators,\n Advisor,\n AzureEntityResource,\n BaseResource,\n CloudError,\n Configuration,\n Database,\n ErrorAdditionalInfo,\n ErrorResponse,\n FirewallRule,\n LogFile,\n PrivateEndpointConnection,\n PrivateEndpointProperty,\n PrivateLinkResource,\n PrivateLinkResourceProperties,\n PrivateLinkServiceConnectionStateProperty,\n ProxyResource,\n QueryStatistic,\n QueryText,\n RecommendationAction,\n RecoverableServerResource,\n Resource,\n ResourceIdentity,\n Server,\n ServerAdministratorResource,\n ServerKey,\n ServerKeyListResult,\n ServerPrivateEndpointConnection,\n ServerPrivateEndpointConnectionProperties,\n ServerPrivateLinkServiceConnectionStateProperty,\n ServerSecurityAlertPolicy,\n Sku,\n StorageProfile,\n TrackedResource,\n VirtualNetworkRule,\n WaitStatistic\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\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/serverKeysMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { MySQLManagementClientContext } from \"../mySQLManagementClientContext\";\n\n/** Class representing a ServerKeys. */\nexport class ServerKeys {\n private readonly client: MySQLManagementClientContext;\n\n /**\n * Create a ServerKeys.\n * @param {MySQLManagementClientContext} client Reference to the service client.\n */\n constructor(client: MySQLManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Gets a list of Server keys.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serverName The name of the server.\n * @param [options] The optional parameters\n * @returns Promise<Models.ServerKeysListResponse>\n */\n list(resourceGroupName: string, serverName: string, options?: msRest.RequestOptionsBase): Promise<Models.ServerKeysListResponse>;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serverName The name of the server.\n * @param callback The callback\n */\n list(resourceGroupName: string, serverName: string, callback: msRest.ServiceCallback<Models.ServerKeyListResult>): void;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serverName The name of the server.\n * @param options The optional parameters\n * @param callback The callback\n */\n list(resourceGroupName: string, serverName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ServerKeyListResult>): void;\n list(resourceGroupName: string, serverName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ServerKeyListResult>, callback?: msRest.ServiceCallback<Models.ServerKeyListResult>): Promise<Models.ServerKeysListResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n serverName,\n options\n },\n listOperationSpec,\n callback) as Promise<Models.ServerKeysListResponse>;\n }\n\n /**\n * Gets a MySQL Server key.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serverName The name of the server.\n * @param keyName The name of the MySQL Server key to be retrieved.\n * @param [options] The optional parameters\n * @returns Promise<Models.ServerKeysGetResponse>\n */\n get(resourceGroupName: string, serverName: string, keyName: string, options?: msRest.RequestOptionsBase): Promise<Models.ServerKeysGetResponse>;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serverName The name of the server.\n * @param keyName The name of the MySQL Server key to be retrieved.\n * @param callback The callback\n */\n get(resourceGroupName: string, serverName: string, keyName: string, callback: msRest.ServiceCallback<Models.ServerKey>): void;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serverName The name of the server.\n * @param keyName The name of the MySQL Server key to be retrieved.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, serverName: string, keyName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ServerKey>): void;\n get(resourceGroupName: string, serverName: string, keyName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ServerKey>, callback?: msRest.ServiceCallback<Models.ServerKey>): Promise<Models.ServerKeysGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n serverName,\n keyName,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.ServerKeysGetResponse>;\n }\n\n /**\n * Creates or updates a MySQL Server key.\n * @param serverName The name of the server.\n * @param keyName The name of the MySQL Server key to be operated on (updated or created).\n * @param parameters The requested MySQL Server key resource state.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param [options] The optional parameters\n * @returns Promise<Models.ServerKeysCreateOrUpdateResponse>\n */\n createOrUpdate(serverName: string, keyName: string, parameters: Models.ServerKey, resourceGroupName: string, options?: msRest.RequestOptionsBase): Promise<Models.ServerKeysCreateOrUpdateResponse> {\n return this.beginCreateOrUpdate(serverName,keyName,parameters,resourceGroupName,options)\n .then(lroPoller => lroPoller.pollUntilFinished()) as Promise<Models.ServerKeysCreateOrUpdateResponse>;\n }\n\n /**\n * Deletes the MySQL Server key with the given name.\n * @param serverName The name of the server.\n * @param keyName The name of the MySQL Server key to be deleted.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n deleteMethod(serverName: string, keyName: string, resourceGroupName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse> {\n return this.beginDeleteMethod(serverName,keyName,resourceGroupName,options)\n .then(lroPoller => lroPoller.pollUntilFinished());\n }\n\n /**\n * Creates or updates a MySQL Server key.\n * @param serverName The name of the server.\n * @param keyName The name of the MySQL Server key to be operated on (updated or created).\n * @param parameters The requested MySQL Server key resource state.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginCreateOrUpdate(serverName: string, keyName: string, parameters: Models.ServerKey, resourceGroupName: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n serverName,\n keyName,\n parameters,\n resourceGroupName,\n options\n },\n beginCreateOrUpdateOperationSpec,\n options);\n }\n\n /**\n * Deletes the MySQL Server key with the given name.\n * @param serverName The name of the server.\n * @param keyName The name of the MySQL Server key to be deleted.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginDeleteMethod(serverName: string, keyName: string, resourceGroupName: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n serverName,\n keyName,\n resourceGroupName,\n options\n },\n beginDeleteMethodOperationSpec,\n options);\n }\n\n /**\n * Gets a list of Server keys.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.ServerKeysListNextResponse>\n */\n listNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.ServerKeysListNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.ServerKeyListResult>): 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 listNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ServerKeyListResult>): void;\n listNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ServerKeyListResult>, callback?: msRest.ServiceCallback<Models.ServerKeyListResult>): Promise<Models.ServerKeysListNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listNextOperationSpec,\n callback) as Promise<Models.ServerKeysListNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst listOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/servers/{serverName}/keys\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.serverName\n ],\n queryParameters: [\n Parameters.apiVersion1\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ServerKeyListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/servers/{serverName}/keys/{keyName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.serverName,\n Parameters.keyName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion1\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ServerKey\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}/keys/{keyName}\",\n urlParameters: [\n Parameters.serverName,\n Parameters.keyName,\n Parameters.subscriptionId,\n Parameters.resourceGroupName\n ],\n queryParameters: [\n Parameters.apiVersion1\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"parameters\",\n mapper: {\n ...Mappers.ServerKey,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.ServerKey\n },\n 202: {\n bodyMapper: Mappers.ServerKey\n },\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}/keys/{keyName}\",\n urlParameters: [\n Parameters.serverName,\n Parameters.keyName,\n Parameters.subscriptionId,\n Parameters.resourceGroupName\n ],\n queryParameters: [\n Parameters.apiVersion1\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 listNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n queryParameters: [\n Parameters.apiVersion1\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ServerKeyListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as Models from \"./models\";\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as msRestAzure from \"@azure/ms-rest-azure-js\";\nimport { TokenCredential } from \"@azure/core-auth\";\n\nconst packageName = \"@azure/arm-mysql\";\nconst packageVersion = \"4.0.0\";\n\nexport class MySQLManagementClientContext extends msRestAzure.AzureServiceClient {\n credentials: msRest.ServiceClientCredentials | TokenCredential;\n subscriptionId: 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 ID of the target 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.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.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport { TokenCredential } from \"@azure/core-auth\";\nimport * as msRestAzure from \"@azure/ms-rest-azure-js\";\nimport * as Models from \"./models\";\nimport * as Mappers from \"./models/mappers\";\nimport * as Parameters from \"./models/parameters\";\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 serverParameters: operations.ServerParameters;\n logFiles: operations.LogFiles;\n serverAdministrators: operations.ServerAdministrators;\n recoverableServers: operations.RecoverableServers;\n serverBasedPerformanceTier: operations.ServerBasedPerformanceTier;\n locationBasedPerformanceTier: operations.LocationBasedPerformanceTier;\n checkNameAvailability: operations.CheckNameAvailability;\n operations: operations.Operations;\n serverSecurityAlertPolicies: operations.ServerSecurityAlertPolicies;\n queryTexts: operations.QueryTexts;\n topQueryStatistics: operations.TopQueryStatistics;\n waitStatistics: operations.WaitStatistics;\n advisors: operations.Advisors;\n recommendedActions: operations.RecommendedActions;\n locationBasedRecommendedActionSessionsOperationStatus: operations.LocationBasedRecommendedActionSessionsOperationStatus;\n locationBasedRecommendedActionSessionsResult: operations.LocationBasedRecommendedActionSessionsResult;\n privateEndpointConnections: operations.PrivateEndpointConnections;\n privateLinkResources: operations.PrivateLinkResources;\n serverKeys: operations.ServerKeys;\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 ID of the target 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.serverParameters = new operations.ServerParameters(this);\n this.logFiles = new operations.LogFiles(this);\n this.serverAdministrators = new operations.ServerAdministrators(this);\n this.recoverableServers = new operations.RecoverableServers(this);\n this.serverBasedPerformanceTier = new operations.ServerBasedPerformanceTier(this);\n this.locationBasedPerformanceTier = new operations.LocationBasedPerformanceTier(this);\n this.checkNameAvailability = new operations.CheckNameAvailability(this);\n this.operations = new operations.Operations(this);\n this.serverSecurityAlertPolicies = new operations.ServerSecurityAlertPolicies(this);\n this.queryTexts = new operations.QueryTexts(this);\n this.topQueryStatistics = new operations.TopQueryStatistics(this);\n this.waitStatistics = new operations.WaitStatistics(this);\n this.advisors = new operations.Advisors(this);\n this.recommendedActions = new operations.RecommendedActions(this);\n this.locationBasedRecommendedActionSessionsOperationStatus = new operations.LocationBasedRecommendedActionSessionsOperationStatus(this);\n this.locationBasedRecommendedActionSessionsResult = new operations.LocationBasedRecommendedActionSessionsResult(this);\n this.privateEndpointConnections = new operations.PrivateEndpointConnections(this);\n this.privateLinkResources = new operations.PrivateLinkResources(this);\n this.serverKeys = new operations.ServerKeys(this);\n }\n\n /**\n * Reset data for Query Performance Insight.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serverName The name of the server.\n * @param [options] The optional parameters\n * @returns Promise<Models.ResetQueryPerformanceInsightDataResponse>\n */\n resetQueryPerformanceInsightData(resourceGroupName: string, serverName: string, options?: msRest.RequestOptionsBase): Promise<Models.ResetQueryPerformanceInsightDataResponse>;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serverName The name of the server.\n * @param callback The callback\n */\n resetQueryPerformanceInsightData(resourceGroupName: string, serverName: string, callback: msRest.ServiceCallback<Models.QueryPerformanceInsightResetDataResult>): void;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serverName The name of the server.\n * @param options The optional parameters\n * @param callback The callback\n */\n resetQueryPerformanceInsightData(resourceGroupName: string, serverName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.QueryPerformanceInsightResetDataResult>): void;\n resetQueryPerformanceInsightData(resourceGroupName: string, serverName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.QueryPerformanceInsightResetDataResult>, callback?: msRest.ServiceCallback<Models.QueryPerformanceInsightResetDataResult>): Promise<Models.ResetQueryPerformanceInsightDataResponse> {\n return this.sendOperationRequest(\n {\n resourceGroupName,\n serverName,\n options\n },\n resetQueryPerformanceInsightDataOperationSpec,\n callback) as Promise<Models.ResetQueryPerformanceInsightDataResponse>;\n }\n\n /**\n * Create recommendation action session for the advisor.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serverName The name of the server.\n * @param advisorName The advisor name for recommendation action.\n * @param databaseName The name of the database.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n createRecommendedActionSession(resourceGroupName: string, serverName: string, advisorName: string, databaseName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse> {\n return this.beginCreateRecommendedActionSession(resourceGroupName,serverName,advisorName,databaseName,options)\n .then(lroPoller => lroPoller.pollUntilFinished());\n }\n\n /**\n * Create recommendation action session for the advisor.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serverName The name of the server.\n * @param advisorName The advisor name for recommendation action.\n * @param databaseName The name of the database.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginCreateRecommendedActionSession(resourceGroupName: string, serverName: string, advisorName: string, databaseName: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.sendLRORequest(\n {\n resourceGroupName,\n serverName,\n advisorName,\n databaseName,\n options\n },\n beginCreateRecommendedActionSessionOperationSpec,\n options);\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst resetQueryPerformanceInsightDataOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/servers/{serverName}/resetQueryPerformanceInsightData\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.serverName\n ],\n queryParameters: [\n Parameters.apiVersion2\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.QueryPerformanceInsightResetDataResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginCreateRecommendedActionSessionOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/servers/{serverName}/advisors/{advisorName}/createRecommendedActionSession\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.serverName,\n Parameters.advisorName\n ],\n queryParameters: [\n Parameters.apiVersion2,\n Parameters.databaseName\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\nexport {\n MySQLManagementClient,\n MySQLManagementClientContext,\n Models as MySQLManagementModels,\n Mappers as MySQLManagementMappers\n};\nexport * from \"./operations\";\n"],"names":["CloudErrorMapper","BaseResourceMapper","msRest.QueryCollectionFormat","msRest.Serializer","Mappers","Parameters.subscriptionId","Parameters.resourceGroupName","Parameters.serverName","Parameters.apiVersion0","Parameters.acceptLanguage","Mappers.Server","Mappers.CloudError","Mappers.ServerListResult","Mappers.ServerForCreate","Mappers.ServerUpdateParameters","Parameters.apiVersion1","Mappers.ServerUpgradeParameters","serializer","getOperationSpec","listByServerOperationSpec","beginDeleteMethodOperationSpec","Parameters.firewallRuleName","Mappers.FirewallRule","Mappers.FirewallRuleListResult","beginCreateOrUpdateOperationSpec","Parameters.virtualNetworkRuleName","Mappers.VirtualNetworkRule","Mappers.VirtualNetworkRuleListResult","Parameters.nextPageLink","Parameters.databaseName","Mappers.Database","Mappers.DatabaseListResult","Parameters.configurationName","Mappers.Configuration","Mappers.ConfigurationListResult","Mappers.LogFileListResult","listOperationSpec","Mappers.ServerAdministratorResource","Mappers.ServerAdministratorResourceListResult","Mappers.RecoverableServerResource","Mappers.PerformanceTierListResult","Parameters.locationName","Mappers.NameAvailabilityRequest","Mappers.NameAvailability","Mappers.OperationListResult","listByServerNextOperationSpec","Parameters.securityAlertPolicyName","Mappers.ServerSecurityAlertPolicy","Mappers.ServerSecurityAlertPolicyListResult","Parameters.queryId","Parameters.apiVersion2","Mappers.QueryText","Parameters.queryIds","Mappers.QueryTextsResultList","Parameters.queryStatisticId","Mappers.QueryStatistic","Mappers.TopQueryStatisticsInput","Mappers.TopQueryStatisticsResultList","Parameters.waitStatisticsId","Mappers.WaitStatistic","Mappers.WaitStatisticsInput","Mappers.WaitStatisticsResultList","Parameters.advisorName","Mappers.Advisor","Mappers.AdvisorsResultList","Parameters.recommendedActionName","Mappers.RecommendationAction","Parameters.sessionId","Mappers.RecommendationActionsResultList","Parameters.operationId","Mappers.RecommendedActionSessionsOperationStatus","Parameters.privateEndpointConnectionName","Mappers.PrivateEndpointConnection","Mappers.PrivateEndpointConnectionListResult","Mappers.TagsObject","Mappers.PrivateLinkResourceListResult","Parameters.groupName","Mappers.PrivateLinkResource","listNextOperationSpec","Mappers.ServerKeyListResult","Parameters.keyName","Mappers.ServerKey","msRestAzure.getDefaultUserAgentValue","msRestAzure.AzureServiceClient","operations.Servers","operations.Replicas","operations.FirewallRules","operations.VirtualNetworkRules","operations.Databases","operations.Configurations","operations.ServerParameters","operations.LogFiles","operations.ServerAdministrators","operations.RecoverableServers","operations.ServerBasedPerformanceTier","operations.LocationBasedPerformanceTier","operations.CheckNameAvailability","operations.Operations","operations.ServerSecurityAlertPolicies","operations.QueryTexts","operations.TopQueryStatistics","operations.WaitStatistics","operations.Advisors","operations.RecommendedActions","operations.LocationBasedRecommendedActionSessionsOperationStatus","operations.LocationBasedRecommendedActionSessionsResult","operations.PrivateEndpointConnections","operations.PrivateLinkResources","operations.ServerKeys","Mappers.QueryPerformanceInsightResetDataResult"],"mappings":"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"}