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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (439) hide show
  1. package/CHANGELOG.md +26 -0
  2. package/{LICENSE.txt → LICENSE} +2 -2
  3. package/README.md +65 -83
  4. package/dist/index.js +7800 -0
  5. package/dist/index.js.map +1 -0
  6. package/dist/index.min.js +1 -0
  7. package/dist/index.min.js.map +1 -0
  8. package/dist-esm/src/index.d.ts +6 -0
  9. package/dist-esm/src/index.d.ts.map +1 -0
  10. package/dist-esm/src/index.js +13 -0
  11. package/dist-esm/src/index.js.map +1 -0
  12. package/dist-esm/src/lroImpl.d.ts +16 -0
  13. package/dist-esm/src/lroImpl.d.ts.map +1 -0
  14. package/dist-esm/src/lroImpl.js +29 -0
  15. package/dist-esm/src/lroImpl.js.map +1 -0
  16. package/dist-esm/src/models/index.d.ts +1641 -0
  17. package/dist-esm/src/models/index.d.ts.map +1 -0
  18. package/dist-esm/src/models/index.js +131 -0
  19. package/dist-esm/src/models/index.js.map +1 -0
  20. package/dist-esm/src/models/mappers.d.ts +79 -0
  21. package/dist-esm/src/models/mappers.d.ts.map +1 -0
  22. package/dist-esm/src/models/mappers.js +2145 -0
  23. package/dist-esm/src/models/mappers.js.map +1 -0
  24. package/dist-esm/src/models/parameters.d.ts +46 -0
  25. package/dist-esm/src/models/parameters.d.ts.map +1 -0
  26. package/dist-esm/src/models/parameters.js +372 -0
  27. package/dist-esm/src/models/parameters.js.map +1 -0
  28. package/dist-esm/src/mySQLManagementClient.d.ts +65 -0
  29. package/dist-esm/src/mySQLManagementClient.d.ts.map +1 -0
  30. package/dist-esm/src/mySQLManagementClient.js +151 -0
  31. package/dist-esm/src/mySQLManagementClient.js.map +1 -0
  32. package/dist-esm/src/mySQLManagementClientContext.d.ts +15 -0
  33. package/dist-esm/src/mySQLManagementClientContext.d.ts.map +1 -0
  34. package/dist-esm/src/mySQLManagementClientContext.js +48 -0
  35. package/dist-esm/src/mySQLManagementClientContext.js.map +1 -0
  36. package/dist-esm/src/operations/advisors.d.ts +46 -0
  37. package/dist-esm/src/operations/advisors.d.ts.map +1 -0
  38. package/dist-esm/src/operations/advisors.js +160 -0
  39. package/dist-esm/src/operations/advisors.js.map +1 -0
  40. package/dist-esm/src/operations/checkNameAvailability.d.ts +19 -0
  41. package/dist-esm/src/operations/checkNameAvailability.d.ts.map +1 -0
  42. package/dist-esm/src/operations/checkNameAvailability.js +49 -0
  43. package/dist-esm/src/operations/checkNameAvailability.js.map +1 -0
  44. package/dist-esm/src/operations/configurations.d.ts +57 -0
  45. package/dist-esm/src/operations/configurations.d.ts.map +1 -0
  46. package/dist-esm/src/operations/configurations.js +219 -0
  47. package/dist-esm/src/operations/configurations.js.map +1 -0
  48. package/dist-esm/src/operations/databases.d.ts +73 -0
  49. package/dist-esm/src/operations/databases.d.ts.map +1 -0
  50. package/dist-esm/src/operations/databases.js +293 -0
  51. package/dist-esm/src/operations/databases.js.map +1 -0
  52. package/dist-esm/src/operations/firewallRules.d.ts +73 -0
  53. package/dist-esm/src/operations/firewallRules.d.ts.map +1 -0
  54. package/dist-esm/src/operations/firewallRules.js +293 -0
  55. package/dist-esm/src/operations/firewallRules.js.map +1 -0
  56. package/dist-esm/src/operations/index.d.ts +26 -0
  57. package/dist-esm/src/operations/index.d.ts.map +1 -0
  58. package/dist-esm/src/operations/index.js +33 -0
  59. package/dist-esm/src/operations/index.js.map +1 -0
  60. package/dist-esm/src/operations/locationBasedPerformanceTier.d.ts +28 -0
  61. package/dist-esm/src/operations/locationBasedPerformanceTier.d.ts.map +1 -0
  62. package/dist-esm/src/operations/locationBasedPerformanceTier.js +96 -0
  63. package/dist-esm/src/operations/locationBasedPerformanceTier.js.map +1 -0
  64. package/dist-esm/src/operations/locationBasedRecommendedActionSessionsOperationStatus.d.ts +20 -0
  65. package/dist-esm/src/operations/locationBasedRecommendedActionSessionsOperationStatus.d.ts.map +1 -0
  66. package/dist-esm/src/operations/locationBasedRecommendedActionSessionsOperationStatus.js +50 -0
  67. package/dist-esm/src/operations/locationBasedRecommendedActionSessionsOperationStatus.js.map +1 -0
  68. package/dist-esm/src/operations/locationBasedRecommendedActionSessionsResult.d.ts +38 -0
  69. package/dist-esm/src/operations/locationBasedRecommendedActionSessionsResult.d.ts.map +1 -0
  70. package/dist-esm/src/operations/locationBasedRecommendedActionSessionsResult.js +137 -0
  71. package/dist-esm/src/operations/locationBasedRecommendedActionSessionsResult.js.map +1 -0
  72. package/dist-esm/src/operations/logFiles.d.ts +30 -0
  73. package/dist-esm/src/operations/logFiles.d.ts.map +1 -0
  74. package/dist-esm/src/operations/logFiles.js +99 -0
  75. package/dist-esm/src/operations/logFiles.js.map +1 -0
  76. package/dist-esm/src/operations/operations.d.ts +18 -0
  77. package/dist-esm/src/operations/operations.d.ts.map +1 -0
  78. package/dist-esm/src/operations/operations.js +46 -0
  79. package/dist-esm/src/operations/operations.js.map +1 -0
  80. package/dist-esm/src/operations/privateEndpointConnections.d.ts +99 -0
  81. package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +1 -0
  82. package/dist-esm/src/operations/privateEndpointConnections.js +429 -0
  83. package/dist-esm/src/operations/privateEndpointConnections.js.map +1 -0
  84. package/dist-esm/src/operations/privateLinkResources.d.ts +46 -0
  85. package/dist-esm/src/operations/privateLinkResources.d.ts.map +1 -0
  86. package/dist-esm/src/operations/privateLinkResources.js +169 -0
  87. package/dist-esm/src/operations/privateLinkResources.js.map +1 -0
  88. package/dist-esm/src/operations/queryTexts.d.ts +49 -0
  89. package/dist-esm/src/operations/queryTexts.d.ts.map +1 -0
  90. package/dist-esm/src/operations/queryTexts.js +172 -0
  91. package/dist-esm/src/operations/queryTexts.js.map +1 -0
  92. package/dist-esm/src/operations/recommendedActions.d.ts +50 -0
  93. package/dist-esm/src/operations/recommendedActions.d.ts.map +1 -0
  94. package/dist-esm/src/operations/recommendedActions.js +173 -0
  95. package/dist-esm/src/operations/recommendedActions.js.map +1 -0
  96. package/dist-esm/src/operations/recoverableServers.d.ts +20 -0
  97. package/dist-esm/src/operations/recoverableServers.d.ts.map +1 -0
  98. package/dist-esm/src/operations/recoverableServers.js +53 -0
  99. package/dist-esm/src/operations/recoverableServers.js.map +1 -0
  100. package/dist-esm/src/operations/replicas.d.ts +30 -0
  101. package/dist-esm/src/operations/replicas.d.ts.map +1 -0
  102. package/dist-esm/src/operations/replicas.js +99 -0
  103. package/dist-esm/src/operations/replicas.js.map +1 -0
  104. package/dist-esm/src/operations/serverAdministrators.d.ts +70 -0
  105. package/dist-esm/src/operations/serverAdministrators.d.ts.map +1 -0
  106. package/dist-esm/src/operations/serverAdministrators.js +287 -0
  107. package/dist-esm/src/operations/serverAdministrators.js.map +1 -0
  108. package/dist-esm/src/operations/serverBasedPerformanceTier.d.ts +30 -0
  109. package/dist-esm/src/operations/serverBasedPerformanceTier.d.ts.map +1 -0
  110. package/dist-esm/src/operations/serverBasedPerformanceTier.js +99 -0
  111. package/dist-esm/src/operations/serverBasedPerformanceTier.js.map +1 -0
  112. package/dist-esm/src/operations/serverKeys.d.ts +81 -0
  113. package/dist-esm/src/operations/serverKeys.d.ts.map +1 -0
  114. package/dist-esm/src/operations/serverKeys.js +331 -0
  115. package/dist-esm/src/operations/serverKeys.js.map +1 -0
  116. package/dist-esm/src/operations/serverParameters.d.ts +30 -0
  117. package/dist-esm/src/operations/serverParameters.d.ts.map +1 -0
  118. package/dist-esm/src/operations/serverParameters.js +110 -0
  119. package/dist-esm/src/operations/serverParameters.js.map +1 -0
  120. package/dist-esm/src/operations/serverSecurityAlertPolicies.d.ts +65 -0
  121. package/dist-esm/src/operations/serverSecurityAlertPolicies.d.ts.map +1 -0
  122. package/dist-esm/src/operations/serverSecurityAlertPolicies.js +255 -0
  123. package/dist-esm/src/operations/serverSecurityAlertPolicies.js.map +1 -0
  124. package/dist-esm/src/operations/servers.d.ts +156 -0
  125. package/dist-esm/src/operations/servers.d.ts.map +1 -0
  126. package/dist-esm/src/operations/servers.js +722 -0
  127. package/dist-esm/src/operations/servers.js.map +1 -0
  128. package/dist-esm/src/operations/topQueryStatistics.d.ts +49 -0
  129. package/dist-esm/src/operations/topQueryStatistics.d.ts.map +1 -0
  130. package/dist-esm/src/operations/topQueryStatistics.js +174 -0
  131. package/dist-esm/src/operations/topQueryStatistics.js.map +1 -0
  132. package/dist-esm/src/operations/virtualNetworkRules.d.ts +81 -0
  133. package/dist-esm/src/operations/virtualNetworkRules.d.ts.map +1 -0
  134. package/dist-esm/src/operations/virtualNetworkRules.js +320 -0
  135. package/dist-esm/src/operations/virtualNetworkRules.js.map +1 -0
  136. package/dist-esm/src/operations/waitStatistics.d.ts +49 -0
  137. package/dist-esm/src/operations/waitStatistics.d.ts.map +1 -0
  138. package/dist-esm/src/operations/waitStatistics.js +174 -0
  139. package/dist-esm/src/operations/waitStatistics.js.map +1 -0
  140. package/dist-esm/src/operationsInterfaces/advisors.d.ts +21 -0
  141. package/dist-esm/src/operationsInterfaces/advisors.d.ts.map +1 -0
  142. package/dist-esm/src/operationsInterfaces/advisors.js +9 -0
  143. package/dist-esm/src/operationsInterfaces/advisors.js.map +1 -0
  144. package/dist-esm/src/operationsInterfaces/checkNameAvailability.d.ts +11 -0
  145. package/dist-esm/src/operationsInterfaces/checkNameAvailability.d.ts.map +1 -0
  146. package/dist-esm/src/operationsInterfaces/checkNameAvailability.js +9 -0
  147. package/dist-esm/src/operationsInterfaces/checkNameAvailability.js.map +1 -0
  148. package/dist-esm/src/operationsInterfaces/configurations.d.ts +40 -0
  149. package/dist-esm/src/operationsInterfaces/configurations.d.ts.map +1 -0
  150. package/dist-esm/src/operationsInterfaces/configurations.js +9 -0
  151. package/dist-esm/src/operationsInterfaces/configurations.js.map +1 -0
  152. package/dist-esm/src/operationsInterfaces/databases.d.ts +56 -0
  153. package/dist-esm/src/operationsInterfaces/databases.d.ts.map +1 -0
  154. package/dist-esm/src/operationsInterfaces/databases.js +9 -0
  155. package/dist-esm/src/operationsInterfaces/databases.js.map +1 -0
  156. package/dist-esm/src/operationsInterfaces/firewallRules.d.ts +56 -0
  157. package/dist-esm/src/operationsInterfaces/firewallRules.d.ts.map +1 -0
  158. package/dist-esm/src/operationsInterfaces/firewallRules.js +9 -0
  159. package/dist-esm/src/operationsInterfaces/firewallRules.js.map +1 -0
  160. package/dist-esm/src/operationsInterfaces/index.d.ts +26 -0
  161. package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
  162. package/dist-esm/src/operationsInterfaces/index.js +33 -0
  163. package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
  164. package/dist-esm/src/operationsInterfaces/locationBasedPerformanceTier.d.ts +12 -0
  165. package/dist-esm/src/operationsInterfaces/locationBasedPerformanceTier.d.ts.map +1 -0
  166. package/dist-esm/src/operationsInterfaces/locationBasedPerformanceTier.js +9 -0
  167. package/dist-esm/src/operationsInterfaces/locationBasedPerformanceTier.js.map +1 -0
  168. package/dist-esm/src/operationsInterfaces/locationBasedRecommendedActionSessionsOperationStatus.d.ts +12 -0
  169. package/dist-esm/src/operationsInterfaces/locationBasedRecommendedActionSessionsOperationStatus.d.ts.map +1 -0
  170. package/dist-esm/src/operationsInterfaces/locationBasedRecommendedActionSessionsOperationStatus.js +9 -0
  171. package/dist-esm/src/operationsInterfaces/locationBasedRecommendedActionSessionsOperationStatus.js.map +1 -0
  172. package/dist-esm/src/operationsInterfaces/locationBasedRecommendedActionSessionsResult.d.ts +13 -0
  173. package/dist-esm/src/operationsInterfaces/locationBasedRecommendedActionSessionsResult.d.ts.map +1 -0
  174. package/dist-esm/src/operationsInterfaces/locationBasedRecommendedActionSessionsResult.js +9 -0
  175. package/dist-esm/src/operationsInterfaces/locationBasedRecommendedActionSessionsResult.js.map +1 -0
  176. package/dist-esm/src/operationsInterfaces/logFiles.d.ts +13 -0
  177. package/dist-esm/src/operationsInterfaces/logFiles.d.ts.map +1 -0
  178. package/dist-esm/src/operationsInterfaces/logFiles.js +9 -0
  179. package/dist-esm/src/operationsInterfaces/logFiles.js.map +1 -0
  180. package/dist-esm/src/operationsInterfaces/operations.d.ts +10 -0
  181. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
  182. package/dist-esm/src/operationsInterfaces/operations.js +9 -0
  183. package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
  184. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts +74 -0
  185. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
  186. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js +9 -0
  187. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js.map +1 -0
  188. package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts +21 -0
  189. package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
  190. package/dist-esm/src/operationsInterfaces/privateLinkResources.js +9 -0
  191. package/dist-esm/src/operationsInterfaces/privateLinkResources.js.map +1 -0
  192. package/dist-esm/src/operationsInterfaces/queryTexts.d.ts +22 -0
  193. package/dist-esm/src/operationsInterfaces/queryTexts.d.ts.map +1 -0
  194. package/dist-esm/src/operationsInterfaces/queryTexts.js +9 -0
  195. package/dist-esm/src/operationsInterfaces/queryTexts.js.map +1 -0
  196. package/dist-esm/src/operationsInterfaces/recommendedActions.d.ts +23 -0
  197. package/dist-esm/src/operationsInterfaces/recommendedActions.d.ts.map +1 -0
  198. package/dist-esm/src/operationsInterfaces/recommendedActions.js +9 -0
  199. package/dist-esm/src/operationsInterfaces/recommendedActions.js.map +1 -0
  200. package/dist-esm/src/operationsInterfaces/recoverableServers.d.ts +12 -0
  201. package/dist-esm/src/operationsInterfaces/recoverableServers.d.ts.map +1 -0
  202. package/dist-esm/src/operationsInterfaces/recoverableServers.js +9 -0
  203. package/dist-esm/src/operationsInterfaces/recoverableServers.js.map +1 -0
  204. package/dist-esm/src/operationsInterfaces/replicas.d.ts +13 -0
  205. package/dist-esm/src/operationsInterfaces/replicas.d.ts.map +1 -0
  206. package/dist-esm/src/operationsInterfaces/replicas.js +9 -0
  207. package/dist-esm/src/operationsInterfaces/replicas.js.map +1 -0
  208. package/dist-esm/src/operationsInterfaces/serverAdministrators.d.ts +53 -0
  209. package/dist-esm/src/operationsInterfaces/serverAdministrators.d.ts.map +1 -0
  210. package/dist-esm/src/operationsInterfaces/serverAdministrators.js +9 -0
  211. package/dist-esm/src/operationsInterfaces/serverAdministrators.js.map +1 -0
  212. package/dist-esm/src/operationsInterfaces/serverBasedPerformanceTier.d.ts +13 -0
  213. package/dist-esm/src/operationsInterfaces/serverBasedPerformanceTier.d.ts.map +1 -0
  214. package/dist-esm/src/operationsInterfaces/serverBasedPerformanceTier.js +9 -0
  215. package/dist-esm/src/operationsInterfaces/serverBasedPerformanceTier.js.map +1 -0
  216. package/dist-esm/src/operationsInterfaces/serverKeys.d.ts +56 -0
  217. package/dist-esm/src/operationsInterfaces/serverKeys.d.ts.map +1 -0
  218. package/dist-esm/src/operationsInterfaces/serverKeys.js +9 -0
  219. package/dist-esm/src/operationsInterfaces/serverKeys.js.map +1 -0
  220. package/dist-esm/src/operationsInterfaces/serverParameters.d.ts +22 -0
  221. package/dist-esm/src/operationsInterfaces/serverParameters.d.ts.map +1 -0
  222. package/dist-esm/src/operationsInterfaces/serverParameters.js +9 -0
  223. package/dist-esm/src/operationsInterfaces/serverParameters.js.map +1 -0
  224. package/dist-esm/src/operationsInterfaces/serverSecurityAlertPolicies.d.ts +40 -0
  225. package/dist-esm/src/operationsInterfaces/serverSecurityAlertPolicies.d.ts.map +1 -0
  226. package/dist-esm/src/operationsInterfaces/serverSecurityAlertPolicies.js +9 -0
  227. package/dist-esm/src/operationsInterfaces/serverSecurityAlertPolicies.js.map +1 -0
  228. package/dist-esm/src/operationsInterfaces/servers.d.ts +133 -0
  229. package/dist-esm/src/operationsInterfaces/servers.d.ts.map +1 -0
  230. package/dist-esm/src/operationsInterfaces/servers.js +9 -0
  231. package/dist-esm/src/operationsInterfaces/servers.js.map +1 -0
  232. package/dist-esm/src/operationsInterfaces/topQueryStatistics.d.ts +22 -0
  233. package/dist-esm/src/operationsInterfaces/topQueryStatistics.d.ts.map +1 -0
  234. package/dist-esm/src/operationsInterfaces/topQueryStatistics.js +9 -0
  235. package/dist-esm/src/operationsInterfaces/topQueryStatistics.js.map +1 -0
  236. package/dist-esm/src/operationsInterfaces/virtualNetworkRules.d.ts +56 -0
  237. package/dist-esm/src/operationsInterfaces/virtualNetworkRules.d.ts.map +1 -0
  238. package/dist-esm/src/operationsInterfaces/virtualNetworkRules.js +9 -0
  239. package/dist-esm/src/operationsInterfaces/virtualNetworkRules.js.map +1 -0
  240. package/dist-esm/src/operationsInterfaces/waitStatistics.d.ts +22 -0
  241. package/dist-esm/src/operationsInterfaces/waitStatistics.d.ts.map +1 -0
  242. package/dist-esm/src/operationsInterfaces/waitStatistics.js +9 -0
  243. package/dist-esm/src/operationsInterfaces/waitStatistics.js.map +1 -0
  244. package/dist-esm/test/sampleTest.d.ts +2 -0
  245. package/dist-esm/test/sampleTest.d.ts.map +1 -0
  246. package/dist-esm/test/sampleTest.js +40 -0
  247. package/dist-esm/test/sampleTest.js.map +1 -0
  248. package/package.json +63 -21
  249. package/review/arm-mysql.api.md +1577 -0
  250. package/rollup.config.js +181 -30
  251. package/src/index.ts +13 -0
  252. package/src/lroImpl.ts +34 -0
  253. package/src/models/index.ts +1584 -1096
  254. package/src/models/mappers.ts +1763 -534
  255. package/src/models/parameters.ts +344 -41
  256. package/src/mySQLManagementClient.ts +280 -51
  257. package/src/mySQLManagementClientContext.ts +46 -46
  258. package/src/operations/advisors.ts +224 -0
  259. package/src/operations/checkNameAvailability.ts +34 -57
  260. package/src/operations/configurations.ts +234 -150
  261. package/src/operations/databases.ts +324 -194
  262. package/src/operations/firewallRules.ts +324 -194
  263. package/src/operations/index.ts +18 -6
  264. package/src/operations/locationBasedPerformanceTier.ts +75 -44
  265. package/src/operations/locationBasedRecommendedActionSessionsOperationStatus.ts +70 -0
  266. package/src/operations/locationBasedRecommendedActionSessionsResult.ts +178 -0
  267. package/src/operations/logFiles.ts +97 -52
  268. package/src/operations/operations.ts +26 -41
  269. package/src/operations/privateEndpointConnections.ts +621 -0
  270. package/src/operations/privateLinkResources.ts +233 -0
  271. package/src/operations/queryTexts.ts +246 -0
  272. package/src/operations/recommendedActions.ts +248 -0
  273. package/src/operations/recoverableServers.ts +72 -0
  274. package/src/operations/replicas.ts +97 -52
  275. package/src/operations/serverAdministrators.ts +397 -0
  276. package/src/operations/serverBasedPerformanceTier.ts +124 -0
  277. package/src/operations/serverKeys.ts +464 -0
  278. package/src/operations/serverParameters.ts +160 -0
  279. package/src/operations/serverSecurityAlertPolicies.ts +300 -95
  280. package/src/operations/servers.ts +828 -280
  281. package/src/operations/topQueryStatistics.ts +249 -0
  282. package/src/operations/virtualNetworkRules.ts +357 -233
  283. package/src/operations/waitStatistics.ts +249 -0
  284. package/src/operationsInterfaces/advisors.ts +44 -0
  285. package/src/operationsInterfaces/checkNameAvailability.ts +26 -0
  286. package/src/operationsInterfaces/configurations.ts +82 -0
  287. package/src/operationsInterfaces/databases.ts +109 -0
  288. package/src/operationsInterfaces/firewallRules.ts +109 -0
  289. package/src/operationsInterfaces/index.ts +33 -0
  290. package/src/operationsInterfaces/locationBasedPerformanceTier.ts +27 -0
  291. package/src/operationsInterfaces/locationBasedRecommendedActionSessionsOperationStatus.ts +27 -0
  292. package/src/operationsInterfaces/locationBasedRecommendedActionSessionsResult.ts +29 -0
  293. package/src/operationsInterfaces/logFiles.ts +26 -0
  294. package/src/operationsInterfaces/operations.ts +21 -0
  295. package/src/operationsInterfaces/privateEndpointConnections.ts +147 -0
  296. package/src/operationsInterfaces/privateLinkResources.ts +44 -0
  297. package/src/operationsInterfaces/queryTexts.ts +46 -0
  298. package/src/operationsInterfaces/recommendedActions.ts +48 -0
  299. package/src/operationsInterfaces/recoverableServers.ts +27 -0
  300. package/src/operationsInterfaces/replicas.ts +26 -0
  301. package/src/operationsInterfaces/serverAdministrators.ts +101 -0
  302. package/src/operationsInterfaces/serverBasedPerformanceTier.ts +29 -0
  303. package/src/operationsInterfaces/serverKeys.ts +109 -0
  304. package/src/operationsInterfaces/serverParameters.ts +49 -0
  305. package/src/operationsInterfaces/serverSecurityAlertPolicies.ts +83 -0
  306. package/src/operationsInterfaces/servers.ts +233 -0
  307. package/src/operationsInterfaces/topQueryStatistics.ts +47 -0
  308. package/src/operationsInterfaces/virtualNetworkRules.ts +109 -0
  309. package/src/operationsInterfaces/waitStatistics.ts +47 -0
  310. package/tsconfig.json +4 -4
  311. package/types/arm-mysql.d.ts +2739 -0
  312. package/types/tsdoc-metadata.json +11 -0
  313. package/dist/arm-mysql.js +0 -3173
  314. package/dist/arm-mysql.js.map +0 -1
  315. package/dist/arm-mysql.min.js +0 -1
  316. package/dist/arm-mysql.min.js.map +0 -1
  317. package/esm/models/checkNameAvailabilityMappers.d.ts +0 -2
  318. package/esm/models/checkNameAvailabilityMappers.d.ts.map +0 -1
  319. package/esm/models/checkNameAvailabilityMappers.js +0 -9
  320. package/esm/models/checkNameAvailabilityMappers.js.map +0 -1
  321. package/esm/models/configurationsMappers.d.ts +0 -2
  322. package/esm/models/configurationsMappers.d.ts.map +0 -1
  323. package/esm/models/configurationsMappers.js +0 -9
  324. package/esm/models/configurationsMappers.js.map +0 -1
  325. package/esm/models/databasesMappers.d.ts +0 -2
  326. package/esm/models/databasesMappers.d.ts.map +0 -1
  327. package/esm/models/databasesMappers.js +0 -9
  328. package/esm/models/databasesMappers.js.map +0 -1
  329. package/esm/models/firewallRulesMappers.d.ts +0 -2
  330. package/esm/models/firewallRulesMappers.d.ts.map +0 -1
  331. package/esm/models/firewallRulesMappers.js +0 -9
  332. package/esm/models/firewallRulesMappers.js.map +0 -1
  333. package/esm/models/index.d.ts +0 -1319
  334. package/esm/models/index.d.ts.map +0 -1
  335. package/esm/models/index.js +0 -8
  336. package/esm/models/index.js.map +0 -1
  337. package/esm/models/locationBasedPerformanceTierMappers.d.ts +0 -2
  338. package/esm/models/locationBasedPerformanceTierMappers.d.ts.map +0 -1
  339. package/esm/models/locationBasedPerformanceTierMappers.js +0 -9
  340. package/esm/models/locationBasedPerformanceTierMappers.js.map +0 -1
  341. package/esm/models/logFilesMappers.d.ts +0 -2
  342. package/esm/models/logFilesMappers.d.ts.map +0 -1
  343. package/esm/models/logFilesMappers.js +0 -9
  344. package/esm/models/logFilesMappers.js.map +0 -1
  345. package/esm/models/mappers.d.ts +0 -43
  346. package/esm/models/mappers.d.ts.map +0 -1
  347. package/esm/models/mappers.js +0 -1037
  348. package/esm/models/mappers.js.map +0 -1
  349. package/esm/models/operationsMappers.d.ts +0 -2
  350. package/esm/models/operationsMappers.d.ts.map +0 -1
  351. package/esm/models/operationsMappers.js +0 -9
  352. package/esm/models/operationsMappers.js.map +0 -1
  353. package/esm/models/parameters.d.ts +0 -14
  354. package/esm/models/parameters.d.ts.map +0 -1
  355. package/esm/models/parameters.js +0 -133
  356. package/esm/models/parameters.js.map +0 -1
  357. package/esm/models/replicasMappers.d.ts +0 -2
  358. package/esm/models/replicasMappers.d.ts.map +0 -1
  359. package/esm/models/replicasMappers.js +0 -9
  360. package/esm/models/replicasMappers.js.map +0 -1
  361. package/esm/models/serverSecurityAlertPoliciesMappers.d.ts +0 -2
  362. package/esm/models/serverSecurityAlertPoliciesMappers.d.ts.map +0 -1
  363. package/esm/models/serverSecurityAlertPoliciesMappers.js +0 -9
  364. package/esm/models/serverSecurityAlertPoliciesMappers.js.map +0 -1
  365. package/esm/models/serversMappers.d.ts +0 -2
  366. package/esm/models/serversMappers.d.ts.map +0 -1
  367. package/esm/models/serversMappers.js +0 -9
  368. package/esm/models/serversMappers.js.map +0 -1
  369. package/esm/models/virtualNetworkRulesMappers.d.ts +0 -2
  370. package/esm/models/virtualNetworkRulesMappers.d.ts.map +0 -1
  371. package/esm/models/virtualNetworkRulesMappers.js +0 -9
  372. package/esm/models/virtualNetworkRulesMappers.js.map +0 -1
  373. package/esm/mySQLManagementClient.d.ts +0 -34
  374. package/esm/mySQLManagementClient.d.ts.map +0 -1
  375. package/esm/mySQLManagementClient.js +0 -48
  376. package/esm/mySQLManagementClient.js.map +0 -1
  377. package/esm/mySQLManagementClientContext.d.ts +0 -22
  378. package/esm/mySQLManagementClientContext.d.ts.map +0 -1
  379. package/esm/mySQLManagementClientContext.js +0 -61
  380. package/esm/mySQLManagementClientContext.js.map +0 -1
  381. package/esm/operations/checkNameAvailability.d.ts +0 -34
  382. package/esm/operations/checkNameAvailability.d.ts.map +0 -1
  383. package/esm/operations/checkNameAvailability.js +0 -60
  384. package/esm/operations/checkNameAvailability.js.map +0 -1
  385. package/esm/operations/configurations.d.ts +0 -87
  386. package/esm/operations/configurations.d.ts.map +0 -1
  387. package/esm/operations/configurations.js +0 -155
  388. package/esm/operations/configurations.js.map +0 -1
  389. package/esm/operations/databases.d.ts +0 -107
  390. package/esm/operations/databases.d.ts.map +0 -1
  391. package/esm/operations/databases.js +0 -213
  392. package/esm/operations/databases.js.map +0 -1
  393. package/esm/operations/firewallRules.d.ts +0 -107
  394. package/esm/operations/firewallRules.d.ts.map +0 -1
  395. package/esm/operations/firewallRules.js +0 -213
  396. package/esm/operations/firewallRules.js.map +0 -1
  397. package/esm/operations/index.d.ts +0 -12
  398. package/esm/operations/index.d.ts.map +0 -1
  399. package/esm/operations/index.js +0 -21
  400. package/esm/operations/index.js.map +0 -1
  401. package/esm/operations/locationBasedPerformanceTier.d.ts +0 -31
  402. package/esm/operations/locationBasedPerformanceTier.d.ts.map +0 -1
  403. package/esm/operations/locationBasedPerformanceTier.js +0 -56
  404. package/esm/operations/locationBasedPerformanceTier.js.map +0 -1
  405. package/esm/operations/logFiles.d.ts +0 -37
  406. package/esm/operations/logFiles.d.ts.map +0 -1
  407. package/esm/operations/logFiles.js +0 -58
  408. package/esm/operations/logFiles.js.map +0 -1
  409. package/esm/operations/operations.d.ts +0 -28
  410. package/esm/operations/operations.d.ts.map +0 -1
  411. package/esm/operations/operations.js +0 -51
  412. package/esm/operations/operations.js.map +0 -1
  413. package/esm/operations/replicas.d.ts +0 -37
  414. package/esm/operations/replicas.d.ts.map +0 -1
  415. package/esm/operations/replicas.js +0 -58
  416. package/esm/operations/replicas.js.map +0 -1
  417. package/esm/operations/serverSecurityAlertPolicies.d.ts +0 -58
  418. package/esm/operations/serverSecurityAlertPolicies.d.ts.map +0 -1
  419. package/esm/operations/serverSecurityAlertPolicies.js +0 -120
  420. package/esm/operations/serverSecurityAlertPolicies.js.map +0 -1
  421. package/esm/operations/servers.d.ts +0 -154
  422. package/esm/operations/servers.d.ts.map +0 -1
  423. package/esm/operations/servers.js +0 -341
  424. package/esm/operations/servers.js.map +0 -1
  425. package/esm/operations/virtualNetworkRules.d.ts +0 -125
  426. package/esm/operations/virtualNetworkRules.d.ts.map +0 -1
  427. package/esm/operations/virtualNetworkRules.js +0 -239
  428. package/esm/operations/virtualNetworkRules.js.map +0 -1
  429. package/src/models/checkNameAvailabilityMappers.ts +0 -14
  430. package/src/models/configurationsMappers.ts +0 -25
  431. package/src/models/databasesMappers.ts +0 -25
  432. package/src/models/firewallRulesMappers.ts +0 -25
  433. package/src/models/locationBasedPerformanceTierMappers.ts +0 -15
  434. package/src/models/logFilesMappers.ts +0 -25
  435. package/src/models/operationsMappers.ts +0 -15
  436. package/src/models/replicasMappers.ts +0 -25
  437. package/src/models/serverSecurityAlertPoliciesMappers.ts +0 -24
  438. package/src/models/serversMappers.ts +0 -32
  439. package/src/models/virtualNetworkRulesMappers.ts +0 -25
@@ -0,0 +1,9 @@
1
+ /*
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
+ *
5
+ * Code generated by Microsoft (R) AutoRest Code Generator.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ */
8
+ export {};
9
+ //# sourceMappingURL=queryTexts.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"queryTexts.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/queryTexts.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG"}
@@ -0,0 +1,23 @@
1
+ import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
+ import { RecommendationAction, RecommendedActionsListByServerOptionalParams, RecommendedActionsGetOptionalParams, RecommendedActionsGetResponse } from "../models";
3
+ /** Interface representing a RecommendedActions. */
4
+ export interface RecommendedActions {
5
+ /**
6
+ * Retrieve recommended actions from the advisor.
7
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
8
+ * @param serverName The name of the server.
9
+ * @param advisorName The advisor name for recommendation action.
10
+ * @param options The options parameters.
11
+ */
12
+ listByServer(resourceGroupName: string, serverName: string, advisorName: string, options?: RecommendedActionsListByServerOptionalParams): PagedAsyncIterableIterator<RecommendationAction>;
13
+ /**
14
+ * Retrieve recommended actions from the advisor.
15
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
16
+ * @param serverName The name of the server.
17
+ * @param advisorName The advisor name for recommendation action.
18
+ * @param recommendedActionName The recommended action name.
19
+ * @param options The options parameters.
20
+ */
21
+ get(resourceGroupName: string, serverName: string, advisorName: string, recommendedActionName: string, options?: RecommendedActionsGetOptionalParams): Promise<RecommendedActionsGetResponse>;
22
+ }
23
+ //# sourceMappingURL=recommendedActions.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"recommendedActions.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/recommendedActions.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EACL,oBAAoB,EACpB,4CAA4C,EAC5C,mCAAmC,EACnC,6BAA6B,EAC9B,MAAM,WAAW,CAAC;AAGnB,mDAAmD;AACnD,MAAM,WAAW,kBAAkB;IACjC;;;;;;OAMG;IACH,YAAY,CACV,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,4CAA4C,GACrD,0BAA0B,CAAC,oBAAoB,CAAC,CAAC;IACpD;;;;;;;OAOG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,WAAW,EAAE,MAAM,EACnB,qBAAqB,EAAE,MAAM,EAC7B,OAAO,CAAC,EAAE,mCAAmC,GAC5C,OAAO,CAAC,6BAA6B,CAAC,CAAC;CAC3C"}
@@ -0,0 +1,9 @@
1
+ /*
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
+ *
5
+ * Code generated by Microsoft (R) AutoRest Code Generator.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ */
8
+ export {};
9
+ //# sourceMappingURL=recommendedActions.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"recommendedActions.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/recommendedActions.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG"}
@@ -0,0 +1,12 @@
1
+ import { RecoverableServersGetOptionalParams, RecoverableServersGetResponse } from "../models";
2
+ /** Interface representing a RecoverableServers. */
3
+ export interface RecoverableServers {
4
+ /**
5
+ * Gets a recoverable MySQL Server.
6
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
7
+ * @param serverName The name of the server.
8
+ * @param options The options parameters.
9
+ */
10
+ get(resourceGroupName: string, serverName: string, options?: RecoverableServersGetOptionalParams): Promise<RecoverableServersGetResponse>;
11
+ }
12
+ //# sourceMappingURL=recoverableServers.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"recoverableServers.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/recoverableServers.ts"],"names":[],"mappings":"AAQA,OAAO,EACL,mCAAmC,EACnC,6BAA6B,EAC9B,MAAM,WAAW,CAAC;AAEnB,mDAAmD;AACnD,MAAM,WAAW,kBAAkB;IACjC;;;;;OAKG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,OAAO,CAAC,EAAE,mCAAmC,GAC5C,OAAO,CAAC,6BAA6B,CAAC,CAAC;CAC3C"}
@@ -0,0 +1,9 @@
1
+ /*
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
+ *
5
+ * Code generated by Microsoft (R) AutoRest Code Generator.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ */
8
+ export {};
9
+ //# sourceMappingURL=recoverableServers.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"recoverableServers.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/recoverableServers.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG"}
@@ -0,0 +1,13 @@
1
+ import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
+ import { Server, ReplicasListByServerOptionalParams } from "../models";
3
+ /** Interface representing a Replicas. */
4
+ export interface Replicas {
5
+ /**
6
+ * List all the replicas for a given server.
7
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
8
+ * @param serverName The name of the server.
9
+ * @param options The options parameters.
10
+ */
11
+ listByServer(resourceGroupName: string, serverName: string, options?: ReplicasListByServerOptionalParams): PagedAsyncIterableIterator<Server>;
12
+ }
13
+ //# sourceMappingURL=replicas.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"replicas.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/replicas.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,MAAM,EAAE,kCAAkC,EAAE,MAAM,WAAW,CAAC;AAGvE,yCAAyC;AACzC,MAAM,WAAW,QAAQ;IACvB;;;;;OAKG;IACH,YAAY,CACV,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,OAAO,CAAC,EAAE,kCAAkC,GAC3C,0BAA0B,CAAC,MAAM,CAAC,CAAC;CACvC"}
@@ -0,0 +1,9 @@
1
+ /*
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
+ *
5
+ * Code generated by Microsoft (R) AutoRest Code Generator.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ */
8
+ export {};
9
+ //# sourceMappingURL=replicas.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"replicas.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/replicas.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG"}
@@ -0,0 +1,53 @@
1
+ import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
+ import { PollerLike, PollOperationState } from "@azure/core-lro";
3
+ import { ServerAdministratorResource, ServerAdministratorsListOptionalParams, ServerAdministratorsGetOptionalParams, ServerAdministratorsGetResponse, ServerAdministratorsCreateOrUpdateOptionalParams, ServerAdministratorsCreateOrUpdateResponse, ServerAdministratorsDeleteOptionalParams } from "../models";
4
+ /** Interface representing a ServerAdministrators. */
5
+ export interface ServerAdministrators {
6
+ /**
7
+ * Returns a list of server Administrators.
8
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
9
+ * @param serverName The name of the server.
10
+ * @param options The options parameters.
11
+ */
12
+ list(resourceGroupName: string, serverName: string, options?: ServerAdministratorsListOptionalParams): PagedAsyncIterableIterator<ServerAdministratorResource>;
13
+ /**
14
+ * Gets information about a AAD server administrator.
15
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
16
+ * @param serverName The name of the server.
17
+ * @param options The options parameters.
18
+ */
19
+ get(resourceGroupName: string, serverName: string, options?: ServerAdministratorsGetOptionalParams): Promise<ServerAdministratorsGetResponse>;
20
+ /**
21
+ * Creates or update active directory administrator on an existing server. The update action will
22
+ * overwrite the existing administrator.
23
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
24
+ * @param serverName The name of the server.
25
+ * @param properties The required parameters for creating or updating an AAD server administrator.
26
+ * @param options The options parameters.
27
+ */
28
+ beginCreateOrUpdate(resourceGroupName: string, serverName: string, properties: ServerAdministratorResource, options?: ServerAdministratorsCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<ServerAdministratorsCreateOrUpdateResponse>, ServerAdministratorsCreateOrUpdateResponse>>;
29
+ /**
30
+ * Creates or update active directory administrator on an existing server. The update action will
31
+ * overwrite the existing administrator.
32
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
33
+ * @param serverName The name of the server.
34
+ * @param properties The required parameters for creating or updating an AAD server administrator.
35
+ * @param options The options parameters.
36
+ */
37
+ beginCreateOrUpdateAndWait(resourceGroupName: string, serverName: string, properties: ServerAdministratorResource, options?: ServerAdministratorsCreateOrUpdateOptionalParams): Promise<ServerAdministratorsCreateOrUpdateResponse>;
38
+ /**
39
+ * Deletes server active directory administrator.
40
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
41
+ * @param serverName The name of the server.
42
+ * @param options The options parameters.
43
+ */
44
+ beginDelete(resourceGroupName: string, serverName: string, options?: ServerAdministratorsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
45
+ /**
46
+ * Deletes server active directory administrator.
47
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
48
+ * @param serverName The name of the server.
49
+ * @param options The options parameters.
50
+ */
51
+ beginDeleteAndWait(resourceGroupName: string, serverName: string, options?: ServerAdministratorsDeleteOptionalParams): Promise<void>;
52
+ }
53
+ //# sourceMappingURL=serverAdministrators.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"serverAdministrators.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/serverAdministrators.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,UAAU,EAAE,kBAAkB,EAAE,MAAM,iBAAiB,CAAC;AACjE,OAAO,EACL,2BAA2B,EAC3B,sCAAsC,EACtC,qCAAqC,EACrC,+BAA+B,EAC/B,gDAAgD,EAChD,0CAA0C,EAC1C,wCAAwC,EACzC,MAAM,WAAW,CAAC;AAGnB,qDAAqD;AACrD,MAAM,WAAW,oBAAoB;IACnC;;;;;OAKG;IACH,IAAI,CACF,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,OAAO,CAAC,EAAE,sCAAsC,GAC/C,0BAA0B,CAAC,2BAA2B,CAAC,CAAC;IAC3D;;;;;OAKG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,OAAO,CAAC,EAAE,qCAAqC,GAC9C,OAAO,CAAC,+BAA+B,CAAC,CAAC;IAC5C;;;;;;;OAOG;IACH,mBAAmB,CACjB,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,UAAU,EAAE,2BAA2B,EACvC,OAAO,CAAC,EAAE,gDAAgD,GACzD,OAAO,CACR,UAAU,CACR,kBAAkB,CAAC,0CAA0C,CAAC,EAC9D,0CAA0C,CAC3C,CACF,CAAC;IACF;;;;;;;OAOG;IACH,0BAA0B,CACxB,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,UAAU,EAAE,2BAA2B,EACvC,OAAO,CAAC,EAAE,gDAAgD,GACzD,OAAO,CAAC,0CAA0C,CAAC,CAAC;IACvD;;;;;OAKG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,OAAO,CAAC,EAAE,wCAAwC,GACjD,OAAO,CAAC,UAAU,CAAC,kBAAkB,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC;IACvD;;;;;OAKG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,OAAO,CAAC,EAAE,wCAAwC,GACjD,OAAO,CAAC,IAAI,CAAC,CAAC;CAClB"}
@@ -0,0 +1,9 @@
1
+ /*
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
+ *
5
+ * Code generated by Microsoft (R) AutoRest Code Generator.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ */
8
+ export {};
9
+ //# sourceMappingURL=serverAdministrators.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"serverAdministrators.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/serverAdministrators.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG"}
@@ -0,0 +1,13 @@
1
+ import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
+ import { PerformanceTierProperties, ServerBasedPerformanceTierListOptionalParams } from "../models";
3
+ /** Interface representing a ServerBasedPerformanceTier. */
4
+ export interface ServerBasedPerformanceTier {
5
+ /**
6
+ * List all the performance tiers for a MySQL server.
7
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
8
+ * @param serverName The name of the server.
9
+ * @param options The options parameters.
10
+ */
11
+ list(resourceGroupName: string, serverName: string, options?: ServerBasedPerformanceTierListOptionalParams): PagedAsyncIterableIterator<PerformanceTierProperties>;
12
+ }
13
+ //# sourceMappingURL=serverBasedPerformanceTier.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"serverBasedPerformanceTier.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/serverBasedPerformanceTier.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EACL,yBAAyB,EACzB,4CAA4C,EAC7C,MAAM,WAAW,CAAC;AAGnB,2DAA2D;AAC3D,MAAM,WAAW,0BAA0B;IACzC;;;;;OAKG;IACH,IAAI,CACF,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,OAAO,CAAC,EAAE,4CAA4C,GACrD,0BAA0B,CAAC,yBAAyB,CAAC,CAAC;CAC1D"}
@@ -0,0 +1,9 @@
1
+ /*
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
+ *
5
+ * Code generated by Microsoft (R) AutoRest Code Generator.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ */
8
+ export {};
9
+ //# sourceMappingURL=serverBasedPerformanceTier.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"serverBasedPerformanceTier.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/serverBasedPerformanceTier.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG"}
@@ -0,0 +1,56 @@
1
+ import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
+ import { PollerLike, PollOperationState } from "@azure/core-lro";
3
+ import { ServerKey, ServerKeysListOptionalParams, ServerKeysGetOptionalParams, ServerKeysGetResponse, ServerKeysCreateOrUpdateOptionalParams, ServerKeysCreateOrUpdateResponse, ServerKeysDeleteOptionalParams } from "../models";
4
+ /** Interface representing a ServerKeys. */
5
+ export interface ServerKeys {
6
+ /**
7
+ * Gets a list of Server keys.
8
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
9
+ * @param serverName The name of the server.
10
+ * @param options The options parameters.
11
+ */
12
+ list(resourceGroupName: string, serverName: string, options?: ServerKeysListOptionalParams): PagedAsyncIterableIterator<ServerKey>;
13
+ /**
14
+ * Gets a MySQL Server key.
15
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
16
+ * @param serverName The name of the server.
17
+ * @param keyName The name of the MySQL Server key to be retrieved.
18
+ * @param options The options parameters.
19
+ */
20
+ get(resourceGroupName: string, serverName: string, keyName: string, options?: ServerKeysGetOptionalParams): Promise<ServerKeysGetResponse>;
21
+ /**
22
+ * Creates or updates a MySQL Server key.
23
+ * @param serverName The name of the server.
24
+ * @param keyName The name of the MySQL Server key to be operated on (updated or created).
25
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
26
+ * @param parameters The requested MySQL Server key resource state.
27
+ * @param options The options parameters.
28
+ */
29
+ beginCreateOrUpdate(serverName: string, keyName: string, resourceGroupName: string, parameters: ServerKey, options?: ServerKeysCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<ServerKeysCreateOrUpdateResponse>, ServerKeysCreateOrUpdateResponse>>;
30
+ /**
31
+ * Creates or updates a MySQL Server key.
32
+ * @param serverName The name of the server.
33
+ * @param keyName The name of the MySQL Server key to be operated on (updated or created).
34
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
35
+ * @param parameters The requested MySQL Server key resource state.
36
+ * @param options The options parameters.
37
+ */
38
+ beginCreateOrUpdateAndWait(serverName: string, keyName: string, resourceGroupName: string, parameters: ServerKey, options?: ServerKeysCreateOrUpdateOptionalParams): Promise<ServerKeysCreateOrUpdateResponse>;
39
+ /**
40
+ * Deletes the MySQL Server key with the given name.
41
+ * @param serverName The name of the server.
42
+ * @param keyName The name of the MySQL Server key to be deleted.
43
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
44
+ * @param options The options parameters.
45
+ */
46
+ beginDelete(serverName: string, keyName: string, resourceGroupName: string, options?: ServerKeysDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
47
+ /**
48
+ * Deletes the MySQL Server key with the given name.
49
+ * @param serverName The name of the server.
50
+ * @param keyName The name of the MySQL Server key to be deleted.
51
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
52
+ * @param options The options parameters.
53
+ */
54
+ beginDeleteAndWait(serverName: string, keyName: string, resourceGroupName: string, options?: ServerKeysDeleteOptionalParams): Promise<void>;
55
+ }
56
+ //# sourceMappingURL=serverKeys.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"serverKeys.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/serverKeys.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,UAAU,EAAE,kBAAkB,EAAE,MAAM,iBAAiB,CAAC;AACjE,OAAO,EACL,SAAS,EACT,4BAA4B,EAC5B,2BAA2B,EAC3B,qBAAqB,EACrB,sCAAsC,EACtC,gCAAgC,EAChC,8BAA8B,EAC/B,MAAM,WAAW,CAAC;AAGnB,2CAA2C;AAC3C,MAAM,WAAW,UAAU;IACzB;;;;;OAKG;IACH,IAAI,CACF,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,OAAO,CAAC,EAAE,4BAA4B,GACrC,0BAA0B,CAAC,SAAS,CAAC,CAAC;IACzC;;;;;;OAMG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,OAAO,EAAE,MAAM,EACf,OAAO,CAAC,EAAE,2BAA2B,GACpC,OAAO,CAAC,qBAAqB,CAAC,CAAC;IAClC;;;;;;;OAOG;IACH,mBAAmB,CACjB,UAAU,EAAE,MAAM,EAClB,OAAO,EAAE,MAAM,EACf,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,SAAS,EACrB,OAAO,CAAC,EAAE,sCAAsC,GAC/C,OAAO,CACR,UAAU,CACR,kBAAkB,CAAC,gCAAgC,CAAC,EACpD,gCAAgC,CACjC,CACF,CAAC;IACF;;;;;;;OAOG;IACH,0BAA0B,CACxB,UAAU,EAAE,MAAM,EAClB,OAAO,EAAE,MAAM,EACf,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,SAAS,EACrB,OAAO,CAAC,EAAE,sCAAsC,GAC/C,OAAO,CAAC,gCAAgC,CAAC,CAAC;IAC7C;;;;;;OAMG;IACH,WAAW,CACT,UAAU,EAAE,MAAM,EAClB,OAAO,EAAE,MAAM,EACf,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,8BAA8B,GACvC,OAAO,CAAC,UAAU,CAAC,kBAAkB,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC;IACvD;;;;;;OAMG;IACH,kBAAkB,CAChB,UAAU,EAAE,MAAM,EAClB,OAAO,EAAE,MAAM,EACf,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,8BAA8B,GACvC,OAAO,CAAC,IAAI,CAAC,CAAC;CAClB"}
@@ -0,0 +1,9 @@
1
+ /*
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
+ *
5
+ * Code generated by Microsoft (R) AutoRest Code Generator.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ */
8
+ export {};
9
+ //# sourceMappingURL=serverKeys.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"serverKeys.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/serverKeys.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG"}
@@ -0,0 +1,22 @@
1
+ import { PollerLike, PollOperationState } from "@azure/core-lro";
2
+ import { ConfigurationListResult, ServerParametersListUpdateConfigurationsOptionalParams, ServerParametersListUpdateConfigurationsResponse } from "../models";
3
+ /** Interface representing a ServerParameters. */
4
+ export interface ServerParameters {
5
+ /**
6
+ * Update a list of configurations in a given server.
7
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
8
+ * @param serverName The name of the server.
9
+ * @param value The parameters for updating a list of server configuration.
10
+ * @param options The options parameters.
11
+ */
12
+ beginListUpdateConfigurations(resourceGroupName: string, serverName: string, value: ConfigurationListResult, options?: ServerParametersListUpdateConfigurationsOptionalParams): Promise<PollerLike<PollOperationState<ServerParametersListUpdateConfigurationsResponse>, ServerParametersListUpdateConfigurationsResponse>>;
13
+ /**
14
+ * Update a list of configurations in a given server.
15
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
16
+ * @param serverName The name of the server.
17
+ * @param value The parameters for updating a list of server configuration.
18
+ * @param options The options parameters.
19
+ */
20
+ beginListUpdateConfigurationsAndWait(resourceGroupName: string, serverName: string, value: ConfigurationListResult, options?: ServerParametersListUpdateConfigurationsOptionalParams): Promise<ServerParametersListUpdateConfigurationsResponse>;
21
+ }
22
+ //# sourceMappingURL=serverParameters.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"serverParameters.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/serverParameters.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,UAAU,EAAE,kBAAkB,EAAE,MAAM,iBAAiB,CAAC;AACjE,OAAO,EACL,uBAAuB,EACvB,sDAAsD,EACtD,gDAAgD,EACjD,MAAM,WAAW,CAAC;AAEnB,iDAAiD;AACjD,MAAM,WAAW,gBAAgB;IAC/B;;;;;;OAMG;IACH,6BAA6B,CAC3B,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,KAAK,EAAE,uBAAuB,EAC9B,OAAO,CAAC,EAAE,sDAAsD,GAC/D,OAAO,CACR,UAAU,CACR,kBAAkB,CAAC,gDAAgD,CAAC,EACpE,gDAAgD,CACjD,CACF,CAAC;IACF;;;;;;OAMG;IACH,oCAAoC,CAClC,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,KAAK,EAAE,uBAAuB,EAC9B,OAAO,CAAC,EAAE,sDAAsD,GAC/D,OAAO,CAAC,gDAAgD,CAAC,CAAC;CAC9D"}
@@ -0,0 +1,9 @@
1
+ /*
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
+ *
5
+ * Code generated by Microsoft (R) AutoRest Code Generator.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ */
8
+ export {};
9
+ //# sourceMappingURL=serverParameters.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"serverParameters.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/serverParameters.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG"}
@@ -0,0 +1,40 @@
1
+ import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
+ import { PollerLike, PollOperationState } from "@azure/core-lro";
3
+ import { ServerSecurityAlertPolicy, ServerSecurityAlertPoliciesListByServerOptionalParams, SecurityAlertPolicyName, ServerSecurityAlertPoliciesGetOptionalParams, ServerSecurityAlertPoliciesGetResponse, ServerSecurityAlertPoliciesCreateOrUpdateOptionalParams, ServerSecurityAlertPoliciesCreateOrUpdateResponse } from "../models";
4
+ /** Interface representing a ServerSecurityAlertPolicies. */
5
+ export interface ServerSecurityAlertPolicies {
6
+ /**
7
+ * Get the server's threat detection policies.
8
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
9
+ * @param serverName The name of the server.
10
+ * @param options The options parameters.
11
+ */
12
+ listByServer(resourceGroupName: string, serverName: string, options?: ServerSecurityAlertPoliciesListByServerOptionalParams): PagedAsyncIterableIterator<ServerSecurityAlertPolicy>;
13
+ /**
14
+ * Get a server's security alert policy.
15
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
16
+ * @param serverName The name of the server.
17
+ * @param securityAlertPolicyName The name of the security alert policy.
18
+ * @param options The options parameters.
19
+ */
20
+ get(resourceGroupName: string, serverName: string, securityAlertPolicyName: SecurityAlertPolicyName, options?: ServerSecurityAlertPoliciesGetOptionalParams): Promise<ServerSecurityAlertPoliciesGetResponse>;
21
+ /**
22
+ * Creates or updates a threat detection policy.
23
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
24
+ * @param serverName The name of the server.
25
+ * @param securityAlertPolicyName The name of the threat detection policy.
26
+ * @param parameters The server security alert policy.
27
+ * @param options The options parameters.
28
+ */
29
+ beginCreateOrUpdate(resourceGroupName: string, serverName: string, securityAlertPolicyName: SecurityAlertPolicyName, parameters: ServerSecurityAlertPolicy, options?: ServerSecurityAlertPoliciesCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<ServerSecurityAlertPoliciesCreateOrUpdateResponse>, ServerSecurityAlertPoliciesCreateOrUpdateResponse>>;
30
+ /**
31
+ * Creates or updates a threat detection policy.
32
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
33
+ * @param serverName The name of the server.
34
+ * @param securityAlertPolicyName The name of the threat detection policy.
35
+ * @param parameters The server security alert policy.
36
+ * @param options The options parameters.
37
+ */
38
+ beginCreateOrUpdateAndWait(resourceGroupName: string, serverName: string, securityAlertPolicyName: SecurityAlertPolicyName, parameters: ServerSecurityAlertPolicy, options?: ServerSecurityAlertPoliciesCreateOrUpdateOptionalParams): Promise<ServerSecurityAlertPoliciesCreateOrUpdateResponse>;
39
+ }
40
+ //# sourceMappingURL=serverSecurityAlertPolicies.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"serverSecurityAlertPolicies.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/serverSecurityAlertPolicies.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,UAAU,EAAE,kBAAkB,EAAE,MAAM,iBAAiB,CAAC;AACjE,OAAO,EACL,yBAAyB,EACzB,qDAAqD,EACrD,uBAAuB,EACvB,4CAA4C,EAC5C,sCAAsC,EACtC,uDAAuD,EACvD,iDAAiD,EAClD,MAAM,WAAW,CAAC;AAGnB,4DAA4D;AAC5D,MAAM,WAAW,2BAA2B;IAC1C;;;;;OAKG;IACH,YAAY,CACV,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,OAAO,CAAC,EAAE,qDAAqD,GAC9D,0BAA0B,CAAC,yBAAyB,CAAC,CAAC;IACzD;;;;;;OAMG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,uBAAuB,EAAE,uBAAuB,EAChD,OAAO,CAAC,EAAE,4CAA4C,GACrD,OAAO,CAAC,sCAAsC,CAAC,CAAC;IACnD;;;;;;;OAOG;IACH,mBAAmB,CACjB,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,uBAAuB,EAAE,uBAAuB,EAChD,UAAU,EAAE,yBAAyB,EACrC,OAAO,CAAC,EAAE,uDAAuD,GAChE,OAAO,CACR,UAAU,CACR,kBAAkB,CAAC,iDAAiD,CAAC,EACrE,iDAAiD,CAClD,CACF,CAAC;IACF;;;;;;;OAOG;IACH,0BAA0B,CACxB,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,uBAAuB,EAAE,uBAAuB,EAChD,UAAU,EAAE,yBAAyB,EACrC,OAAO,CAAC,EAAE,uDAAuD,GAChE,OAAO,CAAC,iDAAiD,CAAC,CAAC;CAC/D"}
@@ -0,0 +1,9 @@
1
+ /*
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
+ *
5
+ * Code generated by Microsoft (R) AutoRest Code Generator.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ */
8
+ export {};
9
+ //# sourceMappingURL=serverSecurityAlertPolicies.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"serverSecurityAlertPolicies.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/serverSecurityAlertPolicies.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG"}
@@ -0,0 +1,133 @@
1
+ import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
+ import { PollerLike, PollOperationState } from "@azure/core-lro";
3
+ import { Server, ServersListByResourceGroupOptionalParams, ServersListOptionalParams, ServerForCreate, ServersCreateOptionalParams, ServersCreateResponse, ServerUpdateParameters, ServersUpdateOptionalParams, ServersUpdateResponse, ServersDeleteOptionalParams, ServersGetOptionalParams, ServersGetResponse, ServersRestartOptionalParams, ServersStartOptionalParams, ServersStopOptionalParams, ServerUpgradeParameters, ServersUpgradeOptionalParams } from "../models";
4
+ /** Interface representing a Servers. */
5
+ export interface Servers {
6
+ /**
7
+ * List all the servers in a given resource group.
8
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
9
+ * @param options The options parameters.
10
+ */
11
+ listByResourceGroup(resourceGroupName: string, options?: ServersListByResourceGroupOptionalParams): PagedAsyncIterableIterator<Server>;
12
+ /**
13
+ * List all the servers in a given subscription.
14
+ * @param options The options parameters.
15
+ */
16
+ list(options?: ServersListOptionalParams): PagedAsyncIterableIterator<Server>;
17
+ /**
18
+ * Creates a new server or updates an existing server. The update action will overwrite the existing
19
+ * server.
20
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
21
+ * @param serverName The name of the server.
22
+ * @param parameters The required parameters for creating or updating a server.
23
+ * @param options The options parameters.
24
+ */
25
+ beginCreate(resourceGroupName: string, serverName: string, parameters: ServerForCreate, options?: ServersCreateOptionalParams): Promise<PollerLike<PollOperationState<ServersCreateResponse>, ServersCreateResponse>>;
26
+ /**
27
+ * Creates a new server or updates an existing server. The update action will overwrite the existing
28
+ * server.
29
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
30
+ * @param serverName The name of the server.
31
+ * @param parameters The required parameters for creating or updating a server.
32
+ * @param options The options parameters.
33
+ */
34
+ beginCreateAndWait(resourceGroupName: string, serverName: string, parameters: ServerForCreate, options?: ServersCreateOptionalParams): Promise<ServersCreateResponse>;
35
+ /**
36
+ * Updates an existing server. The request body can contain one to many of the properties present in
37
+ * the normal server definition.
38
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
39
+ * @param serverName The name of the server.
40
+ * @param parameters The required parameters for updating a server.
41
+ * @param options The options parameters.
42
+ */
43
+ beginUpdate(resourceGroupName: string, serverName: string, parameters: ServerUpdateParameters, options?: ServersUpdateOptionalParams): Promise<PollerLike<PollOperationState<ServersUpdateResponse>, ServersUpdateResponse>>;
44
+ /**
45
+ * Updates an existing server. The request body can contain one to many of the properties present in
46
+ * the normal server definition.
47
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
48
+ * @param serverName The name of the server.
49
+ * @param parameters The required parameters for updating a server.
50
+ * @param options The options parameters.
51
+ */
52
+ beginUpdateAndWait(resourceGroupName: string, serverName: string, parameters: ServerUpdateParameters, options?: ServersUpdateOptionalParams): Promise<ServersUpdateResponse>;
53
+ /**
54
+ * Deletes a server.
55
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
56
+ * @param serverName The name of the server.
57
+ * @param options The options parameters.
58
+ */
59
+ beginDelete(resourceGroupName: string, serverName: string, options?: ServersDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
60
+ /**
61
+ * Deletes a server.
62
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
63
+ * @param serverName The name of the server.
64
+ * @param options The options parameters.
65
+ */
66
+ beginDeleteAndWait(resourceGroupName: string, serverName: string, options?: ServersDeleteOptionalParams): Promise<void>;
67
+ /**
68
+ * Gets information about a server.
69
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
70
+ * @param serverName The name of the server.
71
+ * @param options The options parameters.
72
+ */
73
+ get(resourceGroupName: string, serverName: string, options?: ServersGetOptionalParams): Promise<ServersGetResponse>;
74
+ /**
75
+ * Restarts a server.
76
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
77
+ * @param serverName The name of the server.
78
+ * @param options The options parameters.
79
+ */
80
+ beginRestart(resourceGroupName: string, serverName: string, options?: ServersRestartOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
81
+ /**
82
+ * Restarts a server.
83
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
84
+ * @param serverName The name of the server.
85
+ * @param options The options parameters.
86
+ */
87
+ beginRestartAndWait(resourceGroupName: string, serverName: string, options?: ServersRestartOptionalParams): Promise<void>;
88
+ /**
89
+ * Starts a stopped server.
90
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
91
+ * @param serverName The name of the server.
92
+ * @param options The options parameters.
93
+ */
94
+ beginStart(resourceGroupName: string, serverName: string, options?: ServersStartOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
95
+ /**
96
+ * Starts a stopped server.
97
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
98
+ * @param serverName The name of the server.
99
+ * @param options The options parameters.
100
+ */
101
+ beginStartAndWait(resourceGroupName: string, serverName: string, options?: ServersStartOptionalParams): Promise<void>;
102
+ /**
103
+ * Stops a running server.
104
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
105
+ * @param serverName The name of the server.
106
+ * @param options The options parameters.
107
+ */
108
+ beginStop(resourceGroupName: string, serverName: string, options?: ServersStopOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
109
+ /**
110
+ * Stops a running server.
111
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
112
+ * @param serverName The name of the server.
113
+ * @param options The options parameters.
114
+ */
115
+ beginStopAndWait(resourceGroupName: string, serverName: string, options?: ServersStopOptionalParams): Promise<void>;
116
+ /**
117
+ * Upgrade server version.
118
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
119
+ * @param serverName The name of the server.
120
+ * @param parameters The required parameters for updating a server.
121
+ * @param options The options parameters.
122
+ */
123
+ beginUpgrade(resourceGroupName: string, serverName: string, parameters: ServerUpgradeParameters, options?: ServersUpgradeOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
124
+ /**
125
+ * Upgrade server version.
126
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
127
+ * @param serverName The name of the server.
128
+ * @param parameters The required parameters for updating a server.
129
+ * @param options The options parameters.
130
+ */
131
+ beginUpgradeAndWait(resourceGroupName: string, serverName: string, parameters: ServerUpgradeParameters, options?: ServersUpgradeOptionalParams): Promise<void>;
132
+ }
133
+ //# sourceMappingURL=servers.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"servers.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/servers.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,9 @@
1
+ /*
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
+ *
5
+ * Code generated by Microsoft (R) AutoRest Code Generator.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ */
8
+ export {};
9
+ //# sourceMappingURL=servers.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"servers.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/servers.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG"}
@@ -0,0 +1,22 @@
1
+ import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
+ import { QueryStatistic, TopQueryStatisticsInput, TopQueryStatisticsListByServerOptionalParams, TopQueryStatisticsGetOptionalParams, TopQueryStatisticsGetResponse } from "../models";
3
+ /** Interface representing a TopQueryStatistics. */
4
+ export interface TopQueryStatistics {
5
+ /**
6
+ * Retrieve the Query-Store top queries for specified metric and aggregation.
7
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
8
+ * @param serverName The name of the server.
9
+ * @param parameters The required parameters for retrieving top query statistics.
10
+ * @param options The options parameters.
11
+ */
12
+ listByServer(resourceGroupName: string, serverName: string, parameters: TopQueryStatisticsInput, options?: TopQueryStatisticsListByServerOptionalParams): PagedAsyncIterableIterator<QueryStatistic>;
13
+ /**
14
+ * Retrieve the query statistic for specified identifier.
15
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
16
+ * @param serverName The name of the server.
17
+ * @param queryStatisticId The Query Statistic identifier.
18
+ * @param options The options parameters.
19
+ */
20
+ get(resourceGroupName: string, serverName: string, queryStatisticId: string, options?: TopQueryStatisticsGetOptionalParams): Promise<TopQueryStatisticsGetResponse>;
21
+ }
22
+ //# sourceMappingURL=topQueryStatistics.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"topQueryStatistics.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/topQueryStatistics.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EACL,cAAc,EACd,uBAAuB,EACvB,4CAA4C,EAC5C,mCAAmC,EACnC,6BAA6B,EAC9B,MAAM,WAAW,CAAC;AAGnB,mDAAmD;AACnD,MAAM,WAAW,kBAAkB;IACjC;;;;;;OAMG;IACH,YAAY,CACV,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,UAAU,EAAE,uBAAuB,EACnC,OAAO,CAAC,EAAE,4CAA4C,GACrD,0BAA0B,CAAC,cAAc,CAAC,CAAC;IAC9C;;;;;;OAMG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,gBAAgB,EAAE,MAAM,EACxB,OAAO,CAAC,EAAE,mCAAmC,GAC5C,OAAO,CAAC,6BAA6B,CAAC,CAAC;CAC3C"}
@@ -0,0 +1,9 @@
1
+ /*
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
+ *
5
+ * Code generated by Microsoft (R) AutoRest Code Generator.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ */
8
+ export {};
9
+ //# sourceMappingURL=topQueryStatistics.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"topQueryStatistics.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/topQueryStatistics.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG"}