@azure/arm-mysql 5.1.1-alpha.20250213.1 → 5.1.1-alpha.20250217.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 (1478) hide show
  1. package/README.md +21 -14
  2. package/dist/browser/index.d.ts +5 -0
  3. package/dist/browser/index.d.ts.map +1 -0
  4. package/dist/browser/index.js +13 -0
  5. package/dist/browser/index.js.map +1 -0
  6. package/dist/browser/lroImpl.js +25 -0
  7. package/dist/browser/lroImpl.js.map +1 -0
  8. package/dist/browser/models/index.js.map +1 -0
  9. package/dist/browser/models/mappers.js.map +1 -0
  10. package/dist/browser/models/parameters.js +372 -0
  11. package/dist/browser/models/parameters.js.map +1 -0
  12. package/dist/browser/mySQLManagementClient.d.ts +67 -0
  13. package/dist/browser/mySQLManagementClient.d.ts.map +1 -0
  14. package/dist/browser/mySQLManagementClient.js +195 -0
  15. package/dist/browser/mySQLManagementClient.js.map +1 -0
  16. package/dist/browser/operations/advisors.d.ts +46 -0
  17. package/dist/browser/operations/advisors.d.ts.map +1 -0
  18. package/dist/browser/operations/advisors.js +174 -0
  19. package/dist/browser/operations/advisors.js.map +1 -0
  20. package/dist/browser/operations/checkNameAvailability.d.ts +19 -0
  21. package/dist/browser/operations/checkNameAvailability.d.ts.map +1 -0
  22. package/dist/browser/operations/checkNameAvailability.js +49 -0
  23. package/dist/browser/operations/checkNameAvailability.js.map +1 -0
  24. package/dist/browser/operations/configurations.d.ts +57 -0
  25. package/dist/browser/operations/configurations.d.ts.map +1 -0
  26. package/dist/browser/operations/configurations.js +223 -0
  27. package/dist/browser/operations/configurations.js.map +1 -0
  28. package/dist/browser/operations/databases.d.ts +73 -0
  29. package/dist/browser/operations/databases.d.ts.map +1 -0
  30. package/dist/browser/operations/databases.js +295 -0
  31. package/dist/browser/operations/databases.js.map +1 -0
  32. package/dist/browser/operations/firewallRules.d.ts +73 -0
  33. package/dist/browser/operations/firewallRules.d.ts.map +1 -0
  34. package/dist/browser/operations/firewallRules.js +295 -0
  35. package/dist/browser/operations/firewallRules.js.map +1 -0
  36. package/dist/browser/operations/index.d.ts +26 -0
  37. package/dist/browser/operations/index.d.ts.map +1 -0
  38. package/dist/browser/operations/index.js +33 -0
  39. package/dist/browser/operations/index.js.map +1 -0
  40. package/dist/browser/operations/locationBasedPerformanceTier.d.ts +28 -0
  41. package/dist/browser/operations/locationBasedPerformanceTier.d.ts.map +1 -0
  42. package/dist/browser/operations/locationBasedPerformanceTier.js +102 -0
  43. package/dist/browser/operations/locationBasedPerformanceTier.js.map +1 -0
  44. package/dist/browser/operations/locationBasedRecommendedActionSessionsOperationStatus.d.ts +20 -0
  45. package/dist/browser/operations/locationBasedRecommendedActionSessionsOperationStatus.d.ts.map +1 -0
  46. package/dist/browser/operations/locationBasedRecommendedActionSessionsOperationStatus.js +50 -0
  47. package/dist/browser/operations/locationBasedRecommendedActionSessionsOperationStatus.js.map +1 -0
  48. package/dist/browser/operations/locationBasedRecommendedActionSessionsResult.d.ts +38 -0
  49. package/dist/browser/operations/locationBasedRecommendedActionSessionsResult.d.ts.map +1 -0
  50. package/dist/browser/operations/locationBasedRecommendedActionSessionsResult.js +151 -0
  51. package/dist/browser/operations/locationBasedRecommendedActionSessionsResult.js.map +1 -0
  52. package/dist/browser/operations/logFiles.d.ts +30 -0
  53. package/dist/browser/operations/logFiles.d.ts.map +1 -0
  54. package/dist/browser/operations/logFiles.js +105 -0
  55. package/dist/browser/operations/logFiles.js.map +1 -0
  56. package/dist/browser/operations/operations.d.ts +18 -0
  57. package/dist/browser/operations/operations.d.ts.map +1 -0
  58. package/dist/browser/operations/operations.js +46 -0
  59. package/dist/browser/operations/operations.js.map +1 -0
  60. package/dist/browser/operations/privateEndpointConnections.d.ts +99 -0
  61. package/dist/browser/operations/privateEndpointConnections.d.ts.map +1 -0
  62. package/dist/browser/operations/privateEndpointConnections.js +437 -0
  63. package/dist/browser/operations/privateEndpointConnections.js.map +1 -0
  64. package/dist/browser/operations/privateLinkResources.d.ts +46 -0
  65. package/dist/browser/operations/privateLinkResources.d.ts.map +1 -0
  66. package/dist/browser/operations/privateLinkResources.js +183 -0
  67. package/dist/browser/operations/privateLinkResources.js.map +1 -0
  68. package/dist/browser/operations/queryTexts.d.ts +49 -0
  69. package/dist/browser/operations/queryTexts.d.ts.map +1 -0
  70. package/dist/browser/operations/queryTexts.js +186 -0
  71. package/dist/browser/operations/queryTexts.js.map +1 -0
  72. package/dist/browser/operations/recommendedActions.d.ts +50 -0
  73. package/dist/browser/operations/recommendedActions.d.ts.map +1 -0
  74. package/dist/browser/operations/recommendedActions.js +187 -0
  75. package/dist/browser/operations/recommendedActions.js.map +1 -0
  76. package/dist/browser/operations/recoverableServers.d.ts +20 -0
  77. package/dist/browser/operations/recoverableServers.d.ts.map +1 -0
  78. package/dist/browser/operations/recoverableServers.js +53 -0
  79. package/dist/browser/operations/recoverableServers.js.map +1 -0
  80. package/dist/browser/operations/replicas.d.ts +30 -0
  81. package/dist/browser/operations/replicas.d.ts.map +1 -0
  82. package/dist/browser/operations/replicas.js +105 -0
  83. package/dist/browser/operations/replicas.js.map +1 -0
  84. package/dist/browser/operations/serverAdministrators.d.ts +70 -0
  85. package/dist/browser/operations/serverAdministrators.d.ts.map +1 -0
  86. package/dist/browser/operations/serverAdministrators.js +289 -0
  87. package/dist/browser/operations/serverAdministrators.js.map +1 -0
  88. package/dist/browser/operations/serverBasedPerformanceTier.d.ts +30 -0
  89. package/dist/browser/operations/serverBasedPerformanceTier.d.ts.map +1 -0
  90. package/dist/browser/operations/serverBasedPerformanceTier.js +105 -0
  91. package/dist/browser/operations/serverBasedPerformanceTier.js.map +1 -0
  92. package/dist/browser/operations/serverKeys.d.ts +81 -0
  93. package/dist/browser/operations/serverKeys.d.ts.map +1 -0
  94. package/dist/browser/operations/serverKeys.js +341 -0
  95. package/dist/browser/operations/serverKeys.js.map +1 -0
  96. package/dist/browser/operations/serverParameters.d.ts +30 -0
  97. package/dist/browser/operations/serverParameters.d.ts.map +1 -0
  98. package/dist/browser/operations/serverParameters.js +107 -0
  99. package/dist/browser/operations/serverParameters.js.map +1 -0
  100. package/dist/browser/operations/serverSecurityAlertPolicies.d.ts +65 -0
  101. package/dist/browser/operations/serverSecurityAlertPolicies.d.ts.map +1 -0
  102. package/dist/browser/operations/serverSecurityAlertPolicies.js +267 -0
  103. package/dist/browser/operations/serverSecurityAlertPolicies.js.map +1 -0
  104. package/dist/browser/operations/servers.d.ts +156 -0
  105. package/dist/browser/operations/servers.d.ts.map +1 -0
  106. package/dist/browser/operations/servers.js +720 -0
  107. package/dist/browser/operations/servers.js.map +1 -0
  108. package/dist/browser/operations/topQueryStatistics.d.ts +49 -0
  109. package/dist/browser/operations/topQueryStatistics.d.ts.map +1 -0
  110. package/dist/browser/operations/topQueryStatistics.js +188 -0
  111. package/dist/browser/operations/topQueryStatistics.js.map +1 -0
  112. package/dist/browser/operations/virtualNetworkRules.d.ts +81 -0
  113. package/dist/browser/operations/virtualNetworkRules.d.ts.map +1 -0
  114. package/dist/browser/operations/virtualNetworkRules.js +330 -0
  115. package/dist/browser/operations/virtualNetworkRules.js.map +1 -0
  116. package/dist/browser/operations/waitStatistics.d.ts +49 -0
  117. package/dist/browser/operations/waitStatistics.d.ts.map +1 -0
  118. package/dist/browser/operations/waitStatistics.js +188 -0
  119. package/dist/browser/operations/waitStatistics.js.map +1 -0
  120. package/dist/browser/operationsInterfaces/advisors.d.ts +21 -0
  121. package/dist/browser/operationsInterfaces/advisors.d.ts.map +1 -0
  122. package/dist/browser/operationsInterfaces/advisors.js.map +1 -0
  123. package/dist/browser/operationsInterfaces/checkNameAvailability.d.ts +11 -0
  124. package/dist/browser/operationsInterfaces/checkNameAvailability.d.ts.map +1 -0
  125. package/dist/browser/operationsInterfaces/checkNameAvailability.js.map +1 -0
  126. package/dist/browser/operationsInterfaces/configurations.d.ts +40 -0
  127. package/dist/browser/operationsInterfaces/configurations.d.ts.map +1 -0
  128. package/dist/browser/operationsInterfaces/configurations.js.map +1 -0
  129. package/dist/browser/operationsInterfaces/databases.d.ts +56 -0
  130. package/dist/browser/operationsInterfaces/databases.d.ts.map +1 -0
  131. package/dist/browser/operationsInterfaces/databases.js.map +1 -0
  132. package/dist/browser/operationsInterfaces/firewallRules.d.ts +56 -0
  133. package/dist/browser/operationsInterfaces/firewallRules.d.ts.map +1 -0
  134. package/dist/browser/operationsInterfaces/firewallRules.js.map +1 -0
  135. package/dist/browser/operationsInterfaces/index.d.ts +26 -0
  136. package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
  137. package/dist/browser/operationsInterfaces/index.js +33 -0
  138. package/dist/browser/operationsInterfaces/index.js.map +1 -0
  139. package/dist/browser/operationsInterfaces/locationBasedPerformanceTier.d.ts +12 -0
  140. package/dist/browser/operationsInterfaces/locationBasedPerformanceTier.d.ts.map +1 -0
  141. package/dist/browser/operationsInterfaces/locationBasedPerformanceTier.js.map +1 -0
  142. package/dist/browser/operationsInterfaces/locationBasedRecommendedActionSessionsOperationStatus.d.ts +12 -0
  143. package/dist/browser/operationsInterfaces/locationBasedRecommendedActionSessionsOperationStatus.d.ts.map +1 -0
  144. package/dist/browser/operationsInterfaces/locationBasedRecommendedActionSessionsOperationStatus.js.map +1 -0
  145. package/dist/browser/operationsInterfaces/locationBasedRecommendedActionSessionsResult.d.ts +13 -0
  146. package/dist/browser/operationsInterfaces/locationBasedRecommendedActionSessionsResult.d.ts.map +1 -0
  147. package/dist/browser/operationsInterfaces/locationBasedRecommendedActionSessionsResult.js.map +1 -0
  148. package/dist/browser/operationsInterfaces/logFiles.d.ts +13 -0
  149. package/dist/browser/operationsInterfaces/logFiles.d.ts.map +1 -0
  150. package/dist/browser/operationsInterfaces/logFiles.js.map +1 -0
  151. package/dist/browser/operationsInterfaces/operations.d.ts +10 -0
  152. package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -0
  153. package/dist/browser/operationsInterfaces/operations.js.map +1 -0
  154. package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts +74 -0
  155. package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
  156. package/dist/browser/operationsInterfaces/privateEndpointConnections.js.map +1 -0
  157. package/dist/browser/operationsInterfaces/privateLinkResources.d.ts +21 -0
  158. package/dist/browser/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
  159. package/dist/browser/operationsInterfaces/privateLinkResources.js.map +1 -0
  160. package/dist/browser/operationsInterfaces/queryTexts.d.ts +22 -0
  161. package/dist/browser/operationsInterfaces/queryTexts.d.ts.map +1 -0
  162. package/dist/browser/operationsInterfaces/queryTexts.js.map +1 -0
  163. package/dist/browser/operationsInterfaces/recommendedActions.d.ts +23 -0
  164. package/dist/browser/operationsInterfaces/recommendedActions.d.ts.map +1 -0
  165. package/dist/browser/operationsInterfaces/recommendedActions.js.map +1 -0
  166. package/dist/browser/operationsInterfaces/recoverableServers.d.ts +12 -0
  167. package/dist/browser/operationsInterfaces/recoverableServers.d.ts.map +1 -0
  168. package/dist/browser/operationsInterfaces/recoverableServers.js.map +1 -0
  169. package/dist/browser/operationsInterfaces/replicas.d.ts +13 -0
  170. package/dist/browser/operationsInterfaces/replicas.d.ts.map +1 -0
  171. package/dist/browser/operationsInterfaces/replicas.js.map +1 -0
  172. package/dist/browser/operationsInterfaces/serverAdministrators.d.ts +53 -0
  173. package/dist/browser/operationsInterfaces/serverAdministrators.d.ts.map +1 -0
  174. package/dist/browser/operationsInterfaces/serverAdministrators.js.map +1 -0
  175. package/dist/browser/operationsInterfaces/serverBasedPerformanceTier.d.ts +13 -0
  176. package/dist/browser/operationsInterfaces/serverBasedPerformanceTier.d.ts.map +1 -0
  177. package/dist/browser/operationsInterfaces/serverBasedPerformanceTier.js.map +1 -0
  178. package/dist/browser/operationsInterfaces/serverKeys.d.ts +56 -0
  179. package/dist/browser/operationsInterfaces/serverKeys.d.ts.map +1 -0
  180. package/dist/browser/operationsInterfaces/serverKeys.js.map +1 -0
  181. package/dist/browser/operationsInterfaces/serverParameters.d.ts +22 -0
  182. package/dist/browser/operationsInterfaces/serverParameters.d.ts.map +1 -0
  183. package/dist/browser/operationsInterfaces/serverParameters.js.map +1 -0
  184. package/dist/browser/operationsInterfaces/serverSecurityAlertPolicies.d.ts +40 -0
  185. package/dist/browser/operationsInterfaces/serverSecurityAlertPolicies.d.ts.map +1 -0
  186. package/dist/browser/operationsInterfaces/serverSecurityAlertPolicies.js.map +1 -0
  187. package/dist/browser/operationsInterfaces/servers.d.ts +133 -0
  188. package/dist/browser/operationsInterfaces/servers.d.ts.map +1 -0
  189. package/dist/browser/operationsInterfaces/servers.js.map +1 -0
  190. package/dist/browser/operationsInterfaces/topQueryStatistics.d.ts +22 -0
  191. package/dist/browser/operationsInterfaces/topQueryStatistics.d.ts.map +1 -0
  192. package/dist/browser/operationsInterfaces/topQueryStatistics.js.map +1 -0
  193. package/dist/browser/operationsInterfaces/virtualNetworkRules.d.ts +56 -0
  194. package/dist/browser/operationsInterfaces/virtualNetworkRules.d.ts.map +1 -0
  195. package/dist/browser/operationsInterfaces/virtualNetworkRules.js.map +1 -0
  196. package/dist/browser/operationsInterfaces/waitStatistics.d.ts +22 -0
  197. package/dist/browser/operationsInterfaces/waitStatistics.d.ts.map +1 -0
  198. package/dist/browser/operationsInterfaces/waitStatistics.js.map +1 -0
  199. package/dist/browser/package.json +3 -0
  200. package/dist/browser/pagingHelper.js.map +1 -0
  201. package/dist/commonjs/index.d.ts +5 -0
  202. package/dist/commonjs/index.d.ts.map +1 -0
  203. package/dist/commonjs/index.js +19 -0
  204. package/dist/commonjs/index.js.map +1 -0
  205. package/dist/commonjs/lroImpl.d.ts +16 -0
  206. package/dist/commonjs/lroImpl.d.ts.map +1 -0
  207. package/dist/commonjs/lroImpl.js +29 -0
  208. package/dist/commonjs/lroImpl.js.map +1 -0
  209. package/dist/commonjs/models/index.d.ts +1689 -0
  210. package/dist/commonjs/models/index.d.ts.map +1 -0
  211. package/dist/commonjs/models/index.js +181 -0
  212. package/dist/commonjs/models/index.js.map +1 -0
  213. package/dist/commonjs/models/mappers.d.ts +79 -0
  214. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  215. package/dist/commonjs/models/mappers.js +2149 -0
  216. package/dist/commonjs/models/mappers.js.map +1 -0
  217. package/dist/commonjs/models/parameters.d.ts +46 -0
  218. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  219. package/dist/commonjs/models/parameters.js +375 -0
  220. package/dist/commonjs/models/parameters.js.map +1 -0
  221. package/dist/commonjs/mySQLManagementClient.d.ts +67 -0
  222. package/dist/commonjs/mySQLManagementClient.d.ts.map +1 -0
  223. package/dist/commonjs/mySQLManagementClient.js +200 -0
  224. package/dist/commonjs/mySQLManagementClient.js.map +1 -0
  225. package/dist/commonjs/operations/advisors.d.ts +46 -0
  226. package/dist/commonjs/operations/advisors.d.ts.map +1 -0
  227. package/dist/commonjs/operations/advisors.js +178 -0
  228. package/dist/commonjs/operations/advisors.js.map +1 -0
  229. package/dist/commonjs/operations/checkNameAvailability.d.ts +19 -0
  230. package/dist/commonjs/operations/checkNameAvailability.d.ts.map +1 -0
  231. package/dist/commonjs/operations/checkNameAvailability.js +54 -0
  232. package/dist/commonjs/operations/checkNameAvailability.js.map +1 -0
  233. package/dist/commonjs/operations/configurations.d.ts +57 -0
  234. package/dist/commonjs/operations/configurations.d.ts.map +1 -0
  235. package/dist/commonjs/operations/configurations.js +227 -0
  236. package/dist/commonjs/operations/configurations.js.map +1 -0
  237. package/dist/commonjs/operations/databases.d.ts +73 -0
  238. package/dist/commonjs/operations/databases.d.ts.map +1 -0
  239. package/dist/commonjs/operations/databases.js +299 -0
  240. package/dist/commonjs/operations/databases.js.map +1 -0
  241. package/dist/commonjs/operations/firewallRules.d.ts +73 -0
  242. package/dist/commonjs/operations/firewallRules.d.ts.map +1 -0
  243. package/dist/commonjs/operations/firewallRules.js +299 -0
  244. package/dist/commonjs/operations/firewallRules.js.map +1 -0
  245. package/dist/commonjs/operations/index.d.ts +26 -0
  246. package/dist/commonjs/operations/index.d.ts.map +1 -0
  247. package/dist/commonjs/operations/index.js +36 -0
  248. package/dist/commonjs/operations/index.js.map +1 -0
  249. package/dist/commonjs/operations/locationBasedPerformanceTier.d.ts +28 -0
  250. package/dist/commonjs/operations/locationBasedPerformanceTier.d.ts.map +1 -0
  251. package/dist/commonjs/operations/locationBasedPerformanceTier.js +106 -0
  252. package/dist/commonjs/operations/locationBasedPerformanceTier.js.map +1 -0
  253. package/dist/commonjs/operations/locationBasedRecommendedActionSessionsOperationStatus.d.ts +20 -0
  254. package/dist/commonjs/operations/locationBasedRecommendedActionSessionsOperationStatus.d.ts.map +1 -0
  255. package/dist/commonjs/operations/locationBasedRecommendedActionSessionsOperationStatus.js +55 -0
  256. package/dist/commonjs/operations/locationBasedRecommendedActionSessionsOperationStatus.js.map +1 -0
  257. package/dist/commonjs/operations/locationBasedRecommendedActionSessionsResult.d.ts +38 -0
  258. package/dist/commonjs/operations/locationBasedRecommendedActionSessionsResult.d.ts.map +1 -0
  259. package/dist/commonjs/operations/locationBasedRecommendedActionSessionsResult.js +155 -0
  260. package/dist/commonjs/operations/locationBasedRecommendedActionSessionsResult.js.map +1 -0
  261. package/dist/commonjs/operations/logFiles.d.ts +30 -0
  262. package/dist/commonjs/operations/logFiles.d.ts.map +1 -0
  263. package/dist/commonjs/operations/logFiles.js +109 -0
  264. package/dist/commonjs/operations/logFiles.js.map +1 -0
  265. package/dist/commonjs/operations/operations.d.ts +18 -0
  266. package/dist/commonjs/operations/operations.d.ts.map +1 -0
  267. package/dist/commonjs/operations/operations.js +51 -0
  268. package/dist/commonjs/operations/operations.js.map +1 -0
  269. package/dist/commonjs/operations/privateEndpointConnections.d.ts +99 -0
  270. package/dist/commonjs/operations/privateEndpointConnections.d.ts.map +1 -0
  271. package/dist/commonjs/operations/privateEndpointConnections.js +441 -0
  272. package/dist/commonjs/operations/privateEndpointConnections.js.map +1 -0
  273. package/dist/commonjs/operations/privateLinkResources.d.ts +46 -0
  274. package/dist/commonjs/operations/privateLinkResources.d.ts.map +1 -0
  275. package/dist/commonjs/operations/privateLinkResources.js +187 -0
  276. package/dist/commonjs/operations/privateLinkResources.js.map +1 -0
  277. package/dist/commonjs/operations/queryTexts.d.ts +49 -0
  278. package/dist/commonjs/operations/queryTexts.d.ts.map +1 -0
  279. package/dist/commonjs/operations/queryTexts.js +190 -0
  280. package/dist/commonjs/operations/queryTexts.js.map +1 -0
  281. package/dist/commonjs/operations/recommendedActions.d.ts +50 -0
  282. package/dist/commonjs/operations/recommendedActions.d.ts.map +1 -0
  283. package/dist/commonjs/operations/recommendedActions.js +191 -0
  284. package/dist/commonjs/operations/recommendedActions.js.map +1 -0
  285. package/dist/commonjs/operations/recoverableServers.d.ts +20 -0
  286. package/dist/commonjs/operations/recoverableServers.d.ts.map +1 -0
  287. package/dist/commonjs/operations/recoverableServers.js +58 -0
  288. package/dist/commonjs/operations/recoverableServers.js.map +1 -0
  289. package/dist/commonjs/operations/replicas.d.ts +30 -0
  290. package/dist/commonjs/operations/replicas.d.ts.map +1 -0
  291. package/dist/commonjs/operations/replicas.js +109 -0
  292. package/dist/commonjs/operations/replicas.js.map +1 -0
  293. package/dist/commonjs/operations/serverAdministrators.d.ts +70 -0
  294. package/dist/commonjs/operations/serverAdministrators.d.ts.map +1 -0
  295. package/dist/commonjs/operations/serverAdministrators.js +293 -0
  296. package/dist/commonjs/operations/serverAdministrators.js.map +1 -0
  297. package/dist/commonjs/operations/serverBasedPerformanceTier.d.ts +30 -0
  298. package/dist/commonjs/operations/serverBasedPerformanceTier.d.ts.map +1 -0
  299. package/dist/commonjs/operations/serverBasedPerformanceTier.js +109 -0
  300. package/dist/commonjs/operations/serverBasedPerformanceTier.js.map +1 -0
  301. package/dist/commonjs/operations/serverKeys.d.ts +81 -0
  302. package/dist/commonjs/operations/serverKeys.d.ts.map +1 -0
  303. package/dist/commonjs/operations/serverKeys.js +345 -0
  304. package/dist/commonjs/operations/serverKeys.js.map +1 -0
  305. package/dist/commonjs/operations/serverParameters.d.ts +30 -0
  306. package/dist/commonjs/operations/serverParameters.d.ts.map +1 -0
  307. package/dist/commonjs/operations/serverParameters.js +112 -0
  308. package/dist/commonjs/operations/serverParameters.js.map +1 -0
  309. package/dist/commonjs/operations/serverSecurityAlertPolicies.d.ts +65 -0
  310. package/dist/commonjs/operations/serverSecurityAlertPolicies.d.ts.map +1 -0
  311. package/dist/commonjs/operations/serverSecurityAlertPolicies.js +271 -0
  312. package/dist/commonjs/operations/serverSecurityAlertPolicies.js.map +1 -0
  313. package/dist/commonjs/operations/servers.d.ts +156 -0
  314. package/dist/commonjs/operations/servers.d.ts.map +1 -0
  315. package/dist/commonjs/operations/servers.js +724 -0
  316. package/dist/commonjs/operations/servers.js.map +1 -0
  317. package/dist/commonjs/operations/topQueryStatistics.d.ts +49 -0
  318. package/dist/commonjs/operations/topQueryStatistics.d.ts.map +1 -0
  319. package/dist/commonjs/operations/topQueryStatistics.js +192 -0
  320. package/dist/commonjs/operations/topQueryStatistics.js.map +1 -0
  321. package/dist/commonjs/operations/virtualNetworkRules.d.ts +81 -0
  322. package/dist/commonjs/operations/virtualNetworkRules.d.ts.map +1 -0
  323. package/dist/commonjs/operations/virtualNetworkRules.js +334 -0
  324. package/dist/commonjs/operations/virtualNetworkRules.js.map +1 -0
  325. package/dist/commonjs/operations/waitStatistics.d.ts +49 -0
  326. package/dist/commonjs/operations/waitStatistics.d.ts.map +1 -0
  327. package/dist/commonjs/operations/waitStatistics.js +192 -0
  328. package/dist/commonjs/operations/waitStatistics.js.map +1 -0
  329. package/dist/commonjs/operationsInterfaces/advisors.d.ts +21 -0
  330. package/dist/commonjs/operationsInterfaces/advisors.d.ts.map +1 -0
  331. package/dist/commonjs/operationsInterfaces/advisors.js +10 -0
  332. package/dist/commonjs/operationsInterfaces/advisors.js.map +1 -0
  333. package/dist/commonjs/operationsInterfaces/checkNameAvailability.d.ts +11 -0
  334. package/dist/commonjs/operationsInterfaces/checkNameAvailability.d.ts.map +1 -0
  335. package/dist/commonjs/operationsInterfaces/checkNameAvailability.js +10 -0
  336. package/dist/commonjs/operationsInterfaces/checkNameAvailability.js.map +1 -0
  337. package/dist/commonjs/operationsInterfaces/configurations.d.ts +40 -0
  338. package/dist/commonjs/operationsInterfaces/configurations.d.ts.map +1 -0
  339. package/dist/commonjs/operationsInterfaces/configurations.js +10 -0
  340. package/dist/commonjs/operationsInterfaces/configurations.js.map +1 -0
  341. package/dist/commonjs/operationsInterfaces/databases.d.ts +56 -0
  342. package/dist/commonjs/operationsInterfaces/databases.d.ts.map +1 -0
  343. package/dist/commonjs/operationsInterfaces/databases.js +10 -0
  344. package/dist/commonjs/operationsInterfaces/databases.js.map +1 -0
  345. package/dist/commonjs/operationsInterfaces/firewallRules.d.ts +56 -0
  346. package/dist/commonjs/operationsInterfaces/firewallRules.d.ts.map +1 -0
  347. package/dist/commonjs/operationsInterfaces/firewallRules.js +10 -0
  348. package/dist/commonjs/operationsInterfaces/firewallRules.js.map +1 -0
  349. package/dist/commonjs/operationsInterfaces/index.d.ts +26 -0
  350. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  351. package/dist/commonjs/operationsInterfaces/index.js +36 -0
  352. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  353. package/dist/commonjs/operationsInterfaces/locationBasedPerformanceTier.d.ts +12 -0
  354. package/dist/commonjs/operationsInterfaces/locationBasedPerformanceTier.d.ts.map +1 -0
  355. package/dist/commonjs/operationsInterfaces/locationBasedPerformanceTier.js +10 -0
  356. package/dist/commonjs/operationsInterfaces/locationBasedPerformanceTier.js.map +1 -0
  357. package/dist/commonjs/operationsInterfaces/locationBasedRecommendedActionSessionsOperationStatus.d.ts +12 -0
  358. package/dist/commonjs/operationsInterfaces/locationBasedRecommendedActionSessionsOperationStatus.d.ts.map +1 -0
  359. package/dist/commonjs/operationsInterfaces/locationBasedRecommendedActionSessionsOperationStatus.js +10 -0
  360. package/dist/commonjs/operationsInterfaces/locationBasedRecommendedActionSessionsOperationStatus.js.map +1 -0
  361. package/dist/commonjs/operationsInterfaces/locationBasedRecommendedActionSessionsResult.d.ts +13 -0
  362. package/dist/commonjs/operationsInterfaces/locationBasedRecommendedActionSessionsResult.d.ts.map +1 -0
  363. package/dist/commonjs/operationsInterfaces/locationBasedRecommendedActionSessionsResult.js +10 -0
  364. package/dist/commonjs/operationsInterfaces/locationBasedRecommendedActionSessionsResult.js.map +1 -0
  365. package/dist/commonjs/operationsInterfaces/logFiles.d.ts +13 -0
  366. package/dist/commonjs/operationsInterfaces/logFiles.d.ts.map +1 -0
  367. package/dist/commonjs/operationsInterfaces/logFiles.js +10 -0
  368. package/dist/commonjs/operationsInterfaces/logFiles.js.map +1 -0
  369. package/dist/commonjs/operationsInterfaces/operations.d.ts +10 -0
  370. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
  371. package/dist/commonjs/operationsInterfaces/operations.js +10 -0
  372. package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
  373. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts +74 -0
  374. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
  375. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js +10 -0
  376. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js.map +1 -0
  377. package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts +21 -0
  378. package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
  379. package/dist/commonjs/operationsInterfaces/privateLinkResources.js +10 -0
  380. package/dist/commonjs/operationsInterfaces/privateLinkResources.js.map +1 -0
  381. package/dist/commonjs/operationsInterfaces/queryTexts.d.ts +22 -0
  382. package/dist/commonjs/operationsInterfaces/queryTexts.d.ts.map +1 -0
  383. package/dist/commonjs/operationsInterfaces/queryTexts.js +10 -0
  384. package/dist/commonjs/operationsInterfaces/queryTexts.js.map +1 -0
  385. package/dist/commonjs/operationsInterfaces/recommendedActions.d.ts +23 -0
  386. package/dist/commonjs/operationsInterfaces/recommendedActions.d.ts.map +1 -0
  387. package/dist/commonjs/operationsInterfaces/recommendedActions.js +10 -0
  388. package/dist/commonjs/operationsInterfaces/recommendedActions.js.map +1 -0
  389. package/dist/commonjs/operationsInterfaces/recoverableServers.d.ts +12 -0
  390. package/dist/commonjs/operationsInterfaces/recoverableServers.d.ts.map +1 -0
  391. package/dist/commonjs/operationsInterfaces/recoverableServers.js +10 -0
  392. package/dist/commonjs/operationsInterfaces/recoverableServers.js.map +1 -0
  393. package/dist/commonjs/operationsInterfaces/replicas.d.ts +13 -0
  394. package/dist/commonjs/operationsInterfaces/replicas.d.ts.map +1 -0
  395. package/dist/commonjs/operationsInterfaces/replicas.js +10 -0
  396. package/dist/commonjs/operationsInterfaces/replicas.js.map +1 -0
  397. package/dist/commonjs/operationsInterfaces/serverAdministrators.d.ts +53 -0
  398. package/dist/commonjs/operationsInterfaces/serverAdministrators.d.ts.map +1 -0
  399. package/dist/commonjs/operationsInterfaces/serverAdministrators.js +10 -0
  400. package/dist/commonjs/operationsInterfaces/serverAdministrators.js.map +1 -0
  401. package/dist/commonjs/operationsInterfaces/serverBasedPerformanceTier.d.ts +13 -0
  402. package/dist/commonjs/operationsInterfaces/serverBasedPerformanceTier.d.ts.map +1 -0
  403. package/dist/commonjs/operationsInterfaces/serverBasedPerformanceTier.js +10 -0
  404. package/dist/commonjs/operationsInterfaces/serverBasedPerformanceTier.js.map +1 -0
  405. package/dist/commonjs/operationsInterfaces/serverKeys.d.ts +56 -0
  406. package/dist/commonjs/operationsInterfaces/serverKeys.d.ts.map +1 -0
  407. package/dist/commonjs/operationsInterfaces/serverKeys.js +10 -0
  408. package/dist/commonjs/operationsInterfaces/serverKeys.js.map +1 -0
  409. package/dist/commonjs/operationsInterfaces/serverParameters.d.ts +22 -0
  410. package/dist/commonjs/operationsInterfaces/serverParameters.d.ts.map +1 -0
  411. package/dist/commonjs/operationsInterfaces/serverParameters.js +10 -0
  412. package/dist/commonjs/operationsInterfaces/serverParameters.js.map +1 -0
  413. package/dist/commonjs/operationsInterfaces/serverSecurityAlertPolicies.d.ts +40 -0
  414. package/dist/commonjs/operationsInterfaces/serverSecurityAlertPolicies.d.ts.map +1 -0
  415. package/dist/commonjs/operationsInterfaces/serverSecurityAlertPolicies.js +10 -0
  416. package/dist/commonjs/operationsInterfaces/serverSecurityAlertPolicies.js.map +1 -0
  417. package/dist/commonjs/operationsInterfaces/servers.d.ts +133 -0
  418. package/dist/commonjs/operationsInterfaces/servers.d.ts.map +1 -0
  419. package/dist/commonjs/operationsInterfaces/servers.js +10 -0
  420. package/dist/commonjs/operationsInterfaces/servers.js.map +1 -0
  421. package/dist/commonjs/operationsInterfaces/topQueryStatistics.d.ts +22 -0
  422. package/dist/commonjs/operationsInterfaces/topQueryStatistics.d.ts.map +1 -0
  423. package/dist/commonjs/operationsInterfaces/topQueryStatistics.js +10 -0
  424. package/dist/commonjs/operationsInterfaces/topQueryStatistics.js.map +1 -0
  425. package/dist/commonjs/operationsInterfaces/virtualNetworkRules.d.ts +56 -0
  426. package/dist/commonjs/operationsInterfaces/virtualNetworkRules.d.ts.map +1 -0
  427. package/dist/commonjs/operationsInterfaces/virtualNetworkRules.js +10 -0
  428. package/dist/commonjs/operationsInterfaces/virtualNetworkRules.js.map +1 -0
  429. package/dist/commonjs/operationsInterfaces/waitStatistics.d.ts +22 -0
  430. package/dist/commonjs/operationsInterfaces/waitStatistics.d.ts.map +1 -0
  431. package/dist/commonjs/operationsInterfaces/waitStatistics.js +10 -0
  432. package/dist/commonjs/operationsInterfaces/waitStatistics.js.map +1 -0
  433. package/dist/commonjs/package.json +3 -0
  434. package/dist/commonjs/pagingHelper.d.ts +13 -0
  435. package/dist/commonjs/pagingHelper.d.ts.map +1 -0
  436. package/dist/commonjs/pagingHelper.js +36 -0
  437. package/dist/commonjs/pagingHelper.js.map +1 -0
  438. package/dist/esm/index.d.ts +5 -0
  439. package/dist/esm/index.d.ts.map +1 -0
  440. package/dist/esm/index.js +13 -0
  441. package/dist/esm/index.js.map +1 -0
  442. package/dist/esm/lroImpl.d.ts +16 -0
  443. package/dist/esm/lroImpl.d.ts.map +1 -0
  444. package/dist/esm/lroImpl.js +25 -0
  445. package/dist/esm/lroImpl.js.map +1 -0
  446. package/dist/esm/models/index.d.ts +1689 -0
  447. package/dist/esm/models/index.d.ts.map +1 -0
  448. package/dist/esm/models/index.js +178 -0
  449. package/dist/esm/models/index.js.map +1 -0
  450. package/dist/esm/models/mappers.d.ts +79 -0
  451. package/dist/esm/models/mappers.d.ts.map +1 -0
  452. package/dist/esm/models/mappers.js +2145 -0
  453. package/dist/esm/models/mappers.js.map +1 -0
  454. package/dist/esm/models/parameters.d.ts +46 -0
  455. package/dist/esm/models/parameters.d.ts.map +1 -0
  456. package/dist/esm/models/parameters.js +372 -0
  457. package/dist/esm/models/parameters.js.map +1 -0
  458. package/dist/esm/mySQLManagementClient.d.ts +67 -0
  459. package/dist/esm/mySQLManagementClient.d.ts.map +1 -0
  460. package/dist/esm/mySQLManagementClient.js +195 -0
  461. package/dist/esm/mySQLManagementClient.js.map +1 -0
  462. package/dist/esm/operations/advisors.d.ts +46 -0
  463. package/dist/esm/operations/advisors.d.ts.map +1 -0
  464. package/dist/esm/operations/advisors.js +174 -0
  465. package/dist/esm/operations/advisors.js.map +1 -0
  466. package/dist/esm/operations/checkNameAvailability.d.ts +19 -0
  467. package/dist/esm/operations/checkNameAvailability.d.ts.map +1 -0
  468. package/dist/esm/operations/checkNameAvailability.js +49 -0
  469. package/dist/esm/operations/checkNameAvailability.js.map +1 -0
  470. package/dist/esm/operations/configurations.d.ts +57 -0
  471. package/dist/esm/operations/configurations.d.ts.map +1 -0
  472. package/dist/esm/operations/configurations.js +223 -0
  473. package/dist/esm/operations/configurations.js.map +1 -0
  474. package/dist/esm/operations/databases.d.ts +73 -0
  475. package/dist/esm/operations/databases.d.ts.map +1 -0
  476. package/dist/esm/operations/databases.js +295 -0
  477. package/dist/esm/operations/databases.js.map +1 -0
  478. package/dist/esm/operations/firewallRules.d.ts +73 -0
  479. package/dist/esm/operations/firewallRules.d.ts.map +1 -0
  480. package/dist/esm/operations/firewallRules.js +295 -0
  481. package/dist/esm/operations/firewallRules.js.map +1 -0
  482. package/dist/esm/operations/index.d.ts +26 -0
  483. package/dist/esm/operations/index.d.ts.map +1 -0
  484. package/dist/esm/operations/index.js +33 -0
  485. package/dist/esm/operations/index.js.map +1 -0
  486. package/dist/esm/operations/locationBasedPerformanceTier.d.ts +28 -0
  487. package/dist/esm/operations/locationBasedPerformanceTier.d.ts.map +1 -0
  488. package/dist/esm/operations/locationBasedPerformanceTier.js +102 -0
  489. package/dist/esm/operations/locationBasedPerformanceTier.js.map +1 -0
  490. package/dist/esm/operations/locationBasedRecommendedActionSessionsOperationStatus.d.ts +20 -0
  491. package/dist/esm/operations/locationBasedRecommendedActionSessionsOperationStatus.d.ts.map +1 -0
  492. package/dist/esm/operations/locationBasedRecommendedActionSessionsOperationStatus.js +50 -0
  493. package/dist/esm/operations/locationBasedRecommendedActionSessionsOperationStatus.js.map +1 -0
  494. package/dist/esm/operations/locationBasedRecommendedActionSessionsResult.d.ts +38 -0
  495. package/dist/esm/operations/locationBasedRecommendedActionSessionsResult.d.ts.map +1 -0
  496. package/dist/esm/operations/locationBasedRecommendedActionSessionsResult.js +151 -0
  497. package/dist/esm/operations/locationBasedRecommendedActionSessionsResult.js.map +1 -0
  498. package/dist/esm/operations/logFiles.d.ts +30 -0
  499. package/dist/esm/operations/logFiles.d.ts.map +1 -0
  500. package/dist/esm/operations/logFiles.js +105 -0
  501. package/dist/esm/operations/logFiles.js.map +1 -0
  502. package/dist/esm/operations/operations.d.ts +18 -0
  503. package/dist/esm/operations/operations.d.ts.map +1 -0
  504. package/dist/esm/operations/operations.js +46 -0
  505. package/dist/esm/operations/operations.js.map +1 -0
  506. package/dist/esm/operations/privateEndpointConnections.d.ts +99 -0
  507. package/dist/esm/operations/privateEndpointConnections.d.ts.map +1 -0
  508. package/dist/esm/operations/privateEndpointConnections.js +437 -0
  509. package/dist/esm/operations/privateEndpointConnections.js.map +1 -0
  510. package/dist/esm/operations/privateLinkResources.d.ts +46 -0
  511. package/dist/esm/operations/privateLinkResources.d.ts.map +1 -0
  512. package/dist/esm/operations/privateLinkResources.js +183 -0
  513. package/dist/esm/operations/privateLinkResources.js.map +1 -0
  514. package/dist/esm/operations/queryTexts.d.ts +49 -0
  515. package/dist/esm/operations/queryTexts.d.ts.map +1 -0
  516. package/dist/esm/operations/queryTexts.js +186 -0
  517. package/dist/esm/operations/queryTexts.js.map +1 -0
  518. package/dist/esm/operations/recommendedActions.d.ts +50 -0
  519. package/dist/esm/operations/recommendedActions.d.ts.map +1 -0
  520. package/dist/esm/operations/recommendedActions.js +187 -0
  521. package/dist/esm/operations/recommendedActions.js.map +1 -0
  522. package/dist/esm/operations/recoverableServers.d.ts +20 -0
  523. package/dist/esm/operations/recoverableServers.d.ts.map +1 -0
  524. package/dist/esm/operations/recoverableServers.js +53 -0
  525. package/dist/esm/operations/recoverableServers.js.map +1 -0
  526. package/dist/esm/operations/replicas.d.ts +30 -0
  527. package/dist/esm/operations/replicas.d.ts.map +1 -0
  528. package/dist/esm/operations/replicas.js +105 -0
  529. package/dist/esm/operations/replicas.js.map +1 -0
  530. package/dist/esm/operations/serverAdministrators.d.ts +70 -0
  531. package/dist/esm/operations/serverAdministrators.d.ts.map +1 -0
  532. package/dist/esm/operations/serverAdministrators.js +289 -0
  533. package/dist/esm/operations/serverAdministrators.js.map +1 -0
  534. package/dist/esm/operations/serverBasedPerformanceTier.d.ts +30 -0
  535. package/dist/esm/operations/serverBasedPerformanceTier.d.ts.map +1 -0
  536. package/dist/esm/operations/serverBasedPerformanceTier.js +105 -0
  537. package/dist/esm/operations/serverBasedPerformanceTier.js.map +1 -0
  538. package/dist/esm/operations/serverKeys.d.ts +81 -0
  539. package/dist/esm/operations/serverKeys.d.ts.map +1 -0
  540. package/dist/esm/operations/serverKeys.js +341 -0
  541. package/dist/esm/operations/serverKeys.js.map +1 -0
  542. package/dist/esm/operations/serverParameters.d.ts +30 -0
  543. package/dist/esm/operations/serverParameters.d.ts.map +1 -0
  544. package/dist/esm/operations/serverParameters.js +107 -0
  545. package/dist/esm/operations/serverParameters.js.map +1 -0
  546. package/dist/esm/operations/serverSecurityAlertPolicies.d.ts +65 -0
  547. package/dist/esm/operations/serverSecurityAlertPolicies.d.ts.map +1 -0
  548. package/dist/esm/operations/serverSecurityAlertPolicies.js +267 -0
  549. package/dist/esm/operations/serverSecurityAlertPolicies.js.map +1 -0
  550. package/dist/esm/operations/servers.d.ts +156 -0
  551. package/dist/esm/operations/servers.d.ts.map +1 -0
  552. package/dist/esm/operations/servers.js +720 -0
  553. package/dist/esm/operations/servers.js.map +1 -0
  554. package/dist/esm/operations/topQueryStatistics.d.ts +49 -0
  555. package/dist/esm/operations/topQueryStatistics.d.ts.map +1 -0
  556. package/dist/esm/operations/topQueryStatistics.js +188 -0
  557. package/dist/esm/operations/topQueryStatistics.js.map +1 -0
  558. package/dist/esm/operations/virtualNetworkRules.d.ts +81 -0
  559. package/dist/esm/operations/virtualNetworkRules.d.ts.map +1 -0
  560. package/dist/esm/operations/virtualNetworkRules.js +330 -0
  561. package/dist/esm/operations/virtualNetworkRules.js.map +1 -0
  562. package/dist/esm/operations/waitStatistics.d.ts +49 -0
  563. package/dist/esm/operations/waitStatistics.d.ts.map +1 -0
  564. package/dist/esm/operations/waitStatistics.js +188 -0
  565. package/dist/esm/operations/waitStatistics.js.map +1 -0
  566. package/dist/esm/operationsInterfaces/advisors.d.ts +21 -0
  567. package/dist/esm/operationsInterfaces/advisors.d.ts.map +1 -0
  568. package/dist/esm/operationsInterfaces/advisors.js +9 -0
  569. package/dist/esm/operationsInterfaces/advisors.js.map +1 -0
  570. package/dist/esm/operationsInterfaces/checkNameAvailability.d.ts +11 -0
  571. package/dist/esm/operationsInterfaces/checkNameAvailability.d.ts.map +1 -0
  572. package/dist/esm/operationsInterfaces/checkNameAvailability.js +9 -0
  573. package/dist/esm/operationsInterfaces/checkNameAvailability.js.map +1 -0
  574. package/dist/esm/operationsInterfaces/configurations.d.ts +40 -0
  575. package/dist/esm/operationsInterfaces/configurations.d.ts.map +1 -0
  576. package/dist/esm/operationsInterfaces/configurations.js +9 -0
  577. package/dist/esm/operationsInterfaces/configurations.js.map +1 -0
  578. package/dist/esm/operationsInterfaces/databases.d.ts +56 -0
  579. package/dist/esm/operationsInterfaces/databases.d.ts.map +1 -0
  580. package/dist/esm/operationsInterfaces/databases.js +9 -0
  581. package/dist/esm/operationsInterfaces/databases.js.map +1 -0
  582. package/dist/esm/operationsInterfaces/firewallRules.d.ts +56 -0
  583. package/dist/esm/operationsInterfaces/firewallRules.d.ts.map +1 -0
  584. package/dist/esm/operationsInterfaces/firewallRules.js +9 -0
  585. package/dist/esm/operationsInterfaces/firewallRules.js.map +1 -0
  586. package/dist/esm/operationsInterfaces/index.d.ts +26 -0
  587. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  588. package/dist/esm/operationsInterfaces/index.js +33 -0
  589. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  590. package/dist/esm/operationsInterfaces/locationBasedPerformanceTier.d.ts +12 -0
  591. package/dist/esm/operationsInterfaces/locationBasedPerformanceTier.d.ts.map +1 -0
  592. package/dist/esm/operationsInterfaces/locationBasedPerformanceTier.js +9 -0
  593. package/dist/esm/operationsInterfaces/locationBasedPerformanceTier.js.map +1 -0
  594. package/dist/esm/operationsInterfaces/locationBasedRecommendedActionSessionsOperationStatus.d.ts +12 -0
  595. package/dist/esm/operationsInterfaces/locationBasedRecommendedActionSessionsOperationStatus.d.ts.map +1 -0
  596. package/dist/esm/operationsInterfaces/locationBasedRecommendedActionSessionsOperationStatus.js +9 -0
  597. package/dist/esm/operationsInterfaces/locationBasedRecommendedActionSessionsOperationStatus.js.map +1 -0
  598. package/dist/esm/operationsInterfaces/locationBasedRecommendedActionSessionsResult.d.ts +13 -0
  599. package/dist/esm/operationsInterfaces/locationBasedRecommendedActionSessionsResult.d.ts.map +1 -0
  600. package/dist/esm/operationsInterfaces/locationBasedRecommendedActionSessionsResult.js +9 -0
  601. package/dist/esm/operationsInterfaces/locationBasedRecommendedActionSessionsResult.js.map +1 -0
  602. package/dist/esm/operationsInterfaces/logFiles.d.ts +13 -0
  603. package/dist/esm/operationsInterfaces/logFiles.d.ts.map +1 -0
  604. package/dist/esm/operationsInterfaces/logFiles.js +9 -0
  605. package/dist/esm/operationsInterfaces/logFiles.js.map +1 -0
  606. package/dist/esm/operationsInterfaces/operations.d.ts +10 -0
  607. package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
  608. package/dist/esm/operationsInterfaces/operations.js +9 -0
  609. package/dist/esm/operationsInterfaces/operations.js.map +1 -0
  610. package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts +74 -0
  611. package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
  612. package/dist/esm/operationsInterfaces/privateEndpointConnections.js +9 -0
  613. package/dist/esm/operationsInterfaces/privateEndpointConnections.js.map +1 -0
  614. package/dist/esm/operationsInterfaces/privateLinkResources.d.ts +21 -0
  615. package/dist/esm/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
  616. package/dist/esm/operationsInterfaces/privateLinkResources.js +9 -0
  617. package/dist/esm/operationsInterfaces/privateLinkResources.js.map +1 -0
  618. package/dist/esm/operationsInterfaces/queryTexts.d.ts +22 -0
  619. package/dist/esm/operationsInterfaces/queryTexts.d.ts.map +1 -0
  620. package/dist/esm/operationsInterfaces/queryTexts.js +9 -0
  621. package/dist/esm/operationsInterfaces/queryTexts.js.map +1 -0
  622. package/dist/esm/operationsInterfaces/recommendedActions.d.ts +23 -0
  623. package/dist/esm/operationsInterfaces/recommendedActions.d.ts.map +1 -0
  624. package/dist/esm/operationsInterfaces/recommendedActions.js +9 -0
  625. package/dist/esm/operationsInterfaces/recommendedActions.js.map +1 -0
  626. package/dist/esm/operationsInterfaces/recoverableServers.d.ts +12 -0
  627. package/dist/esm/operationsInterfaces/recoverableServers.d.ts.map +1 -0
  628. package/dist/esm/operationsInterfaces/recoverableServers.js +9 -0
  629. package/dist/esm/operationsInterfaces/recoverableServers.js.map +1 -0
  630. package/dist/esm/operationsInterfaces/replicas.d.ts +13 -0
  631. package/dist/esm/operationsInterfaces/replicas.d.ts.map +1 -0
  632. package/dist/esm/operationsInterfaces/replicas.js +9 -0
  633. package/dist/esm/operationsInterfaces/replicas.js.map +1 -0
  634. package/dist/esm/operationsInterfaces/serverAdministrators.d.ts +53 -0
  635. package/dist/esm/operationsInterfaces/serverAdministrators.d.ts.map +1 -0
  636. package/dist/esm/operationsInterfaces/serverAdministrators.js +9 -0
  637. package/dist/esm/operationsInterfaces/serverAdministrators.js.map +1 -0
  638. package/dist/esm/operationsInterfaces/serverBasedPerformanceTier.d.ts +13 -0
  639. package/dist/esm/operationsInterfaces/serverBasedPerformanceTier.d.ts.map +1 -0
  640. package/dist/esm/operationsInterfaces/serverBasedPerformanceTier.js +9 -0
  641. package/dist/esm/operationsInterfaces/serverBasedPerformanceTier.js.map +1 -0
  642. package/dist/esm/operationsInterfaces/serverKeys.d.ts +56 -0
  643. package/dist/esm/operationsInterfaces/serverKeys.d.ts.map +1 -0
  644. package/dist/esm/operationsInterfaces/serverKeys.js +9 -0
  645. package/dist/esm/operationsInterfaces/serverKeys.js.map +1 -0
  646. package/dist/esm/operationsInterfaces/serverParameters.d.ts +22 -0
  647. package/dist/esm/operationsInterfaces/serverParameters.d.ts.map +1 -0
  648. package/dist/esm/operationsInterfaces/serverParameters.js +9 -0
  649. package/dist/esm/operationsInterfaces/serverParameters.js.map +1 -0
  650. package/dist/esm/operationsInterfaces/serverSecurityAlertPolicies.d.ts +40 -0
  651. package/dist/esm/operationsInterfaces/serverSecurityAlertPolicies.d.ts.map +1 -0
  652. package/dist/esm/operationsInterfaces/serverSecurityAlertPolicies.js +9 -0
  653. package/dist/esm/operationsInterfaces/serverSecurityAlertPolicies.js.map +1 -0
  654. package/dist/esm/operationsInterfaces/servers.d.ts +133 -0
  655. package/dist/esm/operationsInterfaces/servers.d.ts.map +1 -0
  656. package/dist/esm/operationsInterfaces/servers.js +9 -0
  657. package/dist/esm/operationsInterfaces/servers.js.map +1 -0
  658. package/dist/esm/operationsInterfaces/topQueryStatistics.d.ts +22 -0
  659. package/dist/esm/operationsInterfaces/topQueryStatistics.d.ts.map +1 -0
  660. package/dist/esm/operationsInterfaces/topQueryStatistics.js +9 -0
  661. package/dist/esm/operationsInterfaces/topQueryStatistics.js.map +1 -0
  662. package/dist/esm/operationsInterfaces/virtualNetworkRules.d.ts +56 -0
  663. package/dist/esm/operationsInterfaces/virtualNetworkRules.d.ts.map +1 -0
  664. package/dist/esm/operationsInterfaces/virtualNetworkRules.js +9 -0
  665. package/dist/esm/operationsInterfaces/virtualNetworkRules.js.map +1 -0
  666. package/dist/esm/operationsInterfaces/waitStatistics.d.ts +22 -0
  667. package/dist/esm/operationsInterfaces/waitStatistics.d.ts.map +1 -0
  668. package/dist/esm/operationsInterfaces/waitStatistics.js +9 -0
  669. package/dist/esm/operationsInterfaces/waitStatistics.js.map +1 -0
  670. package/dist/esm/package.json +3 -0
  671. package/dist/esm/pagingHelper.d.ts +13 -0
  672. package/dist/esm/pagingHelper.d.ts.map +1 -0
  673. package/dist/esm/pagingHelper.js +32 -0
  674. package/dist/esm/pagingHelper.js.map +1 -0
  675. package/dist/react-native/index.d.ts +5 -0
  676. package/dist/react-native/index.d.ts.map +1 -0
  677. package/dist/react-native/index.js +13 -0
  678. package/dist/react-native/index.js.map +1 -0
  679. package/dist/react-native/lroImpl.d.ts +16 -0
  680. package/dist/react-native/lroImpl.d.ts.map +1 -0
  681. package/dist/react-native/lroImpl.js +25 -0
  682. package/dist/react-native/lroImpl.js.map +1 -0
  683. package/dist/react-native/models/index.d.ts +1689 -0
  684. package/dist/react-native/models/index.d.ts.map +1 -0
  685. package/dist/react-native/models/index.js +178 -0
  686. package/dist/react-native/models/index.js.map +1 -0
  687. package/dist/react-native/models/mappers.d.ts +79 -0
  688. package/dist/react-native/models/mappers.d.ts.map +1 -0
  689. package/dist/react-native/models/mappers.js +2145 -0
  690. package/dist/react-native/models/mappers.js.map +1 -0
  691. package/dist/react-native/models/parameters.d.ts +46 -0
  692. package/dist/react-native/models/parameters.d.ts.map +1 -0
  693. package/dist/react-native/models/parameters.js +372 -0
  694. package/dist/react-native/models/parameters.js.map +1 -0
  695. package/dist/react-native/mySQLManagementClient.d.ts +67 -0
  696. package/dist/react-native/mySQLManagementClient.d.ts.map +1 -0
  697. package/dist/react-native/mySQLManagementClient.js +195 -0
  698. package/dist/react-native/mySQLManagementClient.js.map +1 -0
  699. package/dist/react-native/operations/advisors.d.ts +46 -0
  700. package/dist/react-native/operations/advisors.d.ts.map +1 -0
  701. package/dist/react-native/operations/advisors.js +174 -0
  702. package/dist/react-native/operations/advisors.js.map +1 -0
  703. package/dist/react-native/operations/checkNameAvailability.d.ts +19 -0
  704. package/dist/react-native/operations/checkNameAvailability.d.ts.map +1 -0
  705. package/dist/react-native/operations/checkNameAvailability.js +49 -0
  706. package/dist/react-native/operations/checkNameAvailability.js.map +1 -0
  707. package/dist/react-native/operations/configurations.d.ts +57 -0
  708. package/dist/react-native/operations/configurations.d.ts.map +1 -0
  709. package/dist/react-native/operations/configurations.js +223 -0
  710. package/dist/react-native/operations/configurations.js.map +1 -0
  711. package/dist/react-native/operations/databases.d.ts +73 -0
  712. package/dist/react-native/operations/databases.d.ts.map +1 -0
  713. package/dist/react-native/operations/databases.js +295 -0
  714. package/dist/react-native/operations/databases.js.map +1 -0
  715. package/dist/react-native/operations/firewallRules.d.ts +73 -0
  716. package/dist/react-native/operations/firewallRules.d.ts.map +1 -0
  717. package/dist/react-native/operations/firewallRules.js +295 -0
  718. package/dist/react-native/operations/firewallRules.js.map +1 -0
  719. package/dist/react-native/operations/index.d.ts +26 -0
  720. package/dist/react-native/operations/index.d.ts.map +1 -0
  721. package/dist/react-native/operations/index.js +33 -0
  722. package/dist/react-native/operations/index.js.map +1 -0
  723. package/dist/react-native/operations/locationBasedPerformanceTier.d.ts +28 -0
  724. package/dist/react-native/operations/locationBasedPerformanceTier.d.ts.map +1 -0
  725. package/dist/react-native/operations/locationBasedPerformanceTier.js +102 -0
  726. package/dist/react-native/operations/locationBasedPerformanceTier.js.map +1 -0
  727. package/dist/react-native/operations/locationBasedRecommendedActionSessionsOperationStatus.d.ts +20 -0
  728. package/dist/react-native/operations/locationBasedRecommendedActionSessionsOperationStatus.d.ts.map +1 -0
  729. package/dist/react-native/operations/locationBasedRecommendedActionSessionsOperationStatus.js +50 -0
  730. package/dist/react-native/operations/locationBasedRecommendedActionSessionsOperationStatus.js.map +1 -0
  731. package/dist/react-native/operations/locationBasedRecommendedActionSessionsResult.d.ts +38 -0
  732. package/dist/react-native/operations/locationBasedRecommendedActionSessionsResult.d.ts.map +1 -0
  733. package/dist/react-native/operations/locationBasedRecommendedActionSessionsResult.js +151 -0
  734. package/dist/react-native/operations/locationBasedRecommendedActionSessionsResult.js.map +1 -0
  735. package/dist/react-native/operations/logFiles.d.ts +30 -0
  736. package/dist/react-native/operations/logFiles.d.ts.map +1 -0
  737. package/dist/react-native/operations/logFiles.js +105 -0
  738. package/dist/react-native/operations/logFiles.js.map +1 -0
  739. package/dist/react-native/operations/operations.d.ts +18 -0
  740. package/dist/react-native/operations/operations.d.ts.map +1 -0
  741. package/dist/react-native/operations/operations.js +46 -0
  742. package/dist/react-native/operations/operations.js.map +1 -0
  743. package/dist/react-native/operations/privateEndpointConnections.d.ts +99 -0
  744. package/dist/react-native/operations/privateEndpointConnections.d.ts.map +1 -0
  745. package/dist/react-native/operations/privateEndpointConnections.js +437 -0
  746. package/dist/react-native/operations/privateEndpointConnections.js.map +1 -0
  747. package/dist/react-native/operations/privateLinkResources.d.ts +46 -0
  748. package/dist/react-native/operations/privateLinkResources.d.ts.map +1 -0
  749. package/dist/react-native/operations/privateLinkResources.js +183 -0
  750. package/dist/react-native/operations/privateLinkResources.js.map +1 -0
  751. package/dist/react-native/operations/queryTexts.d.ts +49 -0
  752. package/dist/react-native/operations/queryTexts.d.ts.map +1 -0
  753. package/dist/react-native/operations/queryTexts.js +186 -0
  754. package/dist/react-native/operations/queryTexts.js.map +1 -0
  755. package/dist/react-native/operations/recommendedActions.d.ts +50 -0
  756. package/dist/react-native/operations/recommendedActions.d.ts.map +1 -0
  757. package/dist/react-native/operations/recommendedActions.js +187 -0
  758. package/dist/react-native/operations/recommendedActions.js.map +1 -0
  759. package/dist/react-native/operations/recoverableServers.d.ts +20 -0
  760. package/dist/react-native/operations/recoverableServers.d.ts.map +1 -0
  761. package/dist/react-native/operations/recoverableServers.js +53 -0
  762. package/dist/react-native/operations/recoverableServers.js.map +1 -0
  763. package/dist/react-native/operations/replicas.d.ts +30 -0
  764. package/dist/react-native/operations/replicas.d.ts.map +1 -0
  765. package/dist/react-native/operations/replicas.js +105 -0
  766. package/dist/react-native/operations/replicas.js.map +1 -0
  767. package/dist/react-native/operations/serverAdministrators.d.ts +70 -0
  768. package/dist/react-native/operations/serverAdministrators.d.ts.map +1 -0
  769. package/dist/react-native/operations/serverAdministrators.js +289 -0
  770. package/dist/react-native/operations/serverAdministrators.js.map +1 -0
  771. package/dist/react-native/operations/serverBasedPerformanceTier.d.ts +30 -0
  772. package/dist/react-native/operations/serverBasedPerformanceTier.d.ts.map +1 -0
  773. package/dist/react-native/operations/serverBasedPerformanceTier.js +105 -0
  774. package/dist/react-native/operations/serverBasedPerformanceTier.js.map +1 -0
  775. package/dist/react-native/operations/serverKeys.d.ts +81 -0
  776. package/dist/react-native/operations/serverKeys.d.ts.map +1 -0
  777. package/dist/react-native/operations/serverKeys.js +341 -0
  778. package/dist/react-native/operations/serverKeys.js.map +1 -0
  779. package/dist/react-native/operations/serverParameters.d.ts +30 -0
  780. package/dist/react-native/operations/serverParameters.d.ts.map +1 -0
  781. package/dist/react-native/operations/serverParameters.js +107 -0
  782. package/dist/react-native/operations/serverParameters.js.map +1 -0
  783. package/dist/react-native/operations/serverSecurityAlertPolicies.d.ts +65 -0
  784. package/dist/react-native/operations/serverSecurityAlertPolicies.d.ts.map +1 -0
  785. package/dist/react-native/operations/serverSecurityAlertPolicies.js +267 -0
  786. package/dist/react-native/operations/serverSecurityAlertPolicies.js.map +1 -0
  787. package/dist/react-native/operations/servers.d.ts +156 -0
  788. package/dist/react-native/operations/servers.d.ts.map +1 -0
  789. package/dist/react-native/operations/servers.js +720 -0
  790. package/dist/react-native/operations/servers.js.map +1 -0
  791. package/dist/react-native/operations/topQueryStatistics.d.ts +49 -0
  792. package/dist/react-native/operations/topQueryStatistics.d.ts.map +1 -0
  793. package/dist/react-native/operations/topQueryStatistics.js +188 -0
  794. package/dist/react-native/operations/topQueryStatistics.js.map +1 -0
  795. package/dist/react-native/operations/virtualNetworkRules.d.ts +81 -0
  796. package/dist/react-native/operations/virtualNetworkRules.d.ts.map +1 -0
  797. package/dist/react-native/operations/virtualNetworkRules.js +330 -0
  798. package/dist/react-native/operations/virtualNetworkRules.js.map +1 -0
  799. package/dist/react-native/operations/waitStatistics.d.ts +49 -0
  800. package/dist/react-native/operations/waitStatistics.d.ts.map +1 -0
  801. package/dist/react-native/operations/waitStatistics.js +188 -0
  802. package/dist/react-native/operations/waitStatistics.js.map +1 -0
  803. package/dist/react-native/operationsInterfaces/advisors.d.ts +21 -0
  804. package/dist/react-native/operationsInterfaces/advisors.d.ts.map +1 -0
  805. package/dist/react-native/operationsInterfaces/advisors.js +9 -0
  806. package/dist/react-native/operationsInterfaces/advisors.js.map +1 -0
  807. package/dist/react-native/operationsInterfaces/checkNameAvailability.d.ts +11 -0
  808. package/dist/react-native/operationsInterfaces/checkNameAvailability.d.ts.map +1 -0
  809. package/dist/react-native/operationsInterfaces/checkNameAvailability.js +9 -0
  810. package/dist/react-native/operationsInterfaces/checkNameAvailability.js.map +1 -0
  811. package/dist/react-native/operationsInterfaces/configurations.d.ts +40 -0
  812. package/dist/react-native/operationsInterfaces/configurations.d.ts.map +1 -0
  813. package/dist/react-native/operationsInterfaces/configurations.js +9 -0
  814. package/dist/react-native/operationsInterfaces/configurations.js.map +1 -0
  815. package/dist/react-native/operationsInterfaces/databases.d.ts +56 -0
  816. package/dist/react-native/operationsInterfaces/databases.d.ts.map +1 -0
  817. package/dist/react-native/operationsInterfaces/databases.js +9 -0
  818. package/dist/react-native/operationsInterfaces/databases.js.map +1 -0
  819. package/dist/react-native/operationsInterfaces/firewallRules.d.ts +56 -0
  820. package/dist/react-native/operationsInterfaces/firewallRules.d.ts.map +1 -0
  821. package/dist/react-native/operationsInterfaces/firewallRules.js +9 -0
  822. package/dist/react-native/operationsInterfaces/firewallRules.js.map +1 -0
  823. package/dist/react-native/operationsInterfaces/index.d.ts +26 -0
  824. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
  825. package/dist/react-native/operationsInterfaces/index.js +33 -0
  826. package/dist/react-native/operationsInterfaces/index.js.map +1 -0
  827. package/dist/react-native/operationsInterfaces/locationBasedPerformanceTier.d.ts +12 -0
  828. package/dist/react-native/operationsInterfaces/locationBasedPerformanceTier.d.ts.map +1 -0
  829. package/dist/react-native/operationsInterfaces/locationBasedPerformanceTier.js +9 -0
  830. package/dist/react-native/operationsInterfaces/locationBasedPerformanceTier.js.map +1 -0
  831. package/dist/react-native/operationsInterfaces/locationBasedRecommendedActionSessionsOperationStatus.d.ts +12 -0
  832. package/dist/react-native/operationsInterfaces/locationBasedRecommendedActionSessionsOperationStatus.d.ts.map +1 -0
  833. package/dist/react-native/operationsInterfaces/locationBasedRecommendedActionSessionsOperationStatus.js +9 -0
  834. package/dist/react-native/operationsInterfaces/locationBasedRecommendedActionSessionsOperationStatus.js.map +1 -0
  835. package/dist/react-native/operationsInterfaces/locationBasedRecommendedActionSessionsResult.d.ts +13 -0
  836. package/dist/react-native/operationsInterfaces/locationBasedRecommendedActionSessionsResult.d.ts.map +1 -0
  837. package/dist/react-native/operationsInterfaces/locationBasedRecommendedActionSessionsResult.js +9 -0
  838. package/dist/react-native/operationsInterfaces/locationBasedRecommendedActionSessionsResult.js.map +1 -0
  839. package/dist/react-native/operationsInterfaces/logFiles.d.ts +13 -0
  840. package/dist/react-native/operationsInterfaces/logFiles.d.ts.map +1 -0
  841. package/dist/react-native/operationsInterfaces/logFiles.js +9 -0
  842. package/dist/react-native/operationsInterfaces/logFiles.js.map +1 -0
  843. package/dist/react-native/operationsInterfaces/operations.d.ts +10 -0
  844. package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
  845. package/dist/react-native/operationsInterfaces/operations.js +9 -0
  846. package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
  847. package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts +74 -0
  848. package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
  849. package/dist/react-native/operationsInterfaces/privateEndpointConnections.js +9 -0
  850. package/dist/react-native/operationsInterfaces/privateEndpointConnections.js.map +1 -0
  851. package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts +21 -0
  852. package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
  853. package/dist/react-native/operationsInterfaces/privateLinkResources.js +9 -0
  854. package/dist/react-native/operationsInterfaces/privateLinkResources.js.map +1 -0
  855. package/dist/react-native/operationsInterfaces/queryTexts.d.ts +22 -0
  856. package/dist/react-native/operationsInterfaces/queryTexts.d.ts.map +1 -0
  857. package/dist/react-native/operationsInterfaces/queryTexts.js +9 -0
  858. package/dist/react-native/operationsInterfaces/queryTexts.js.map +1 -0
  859. package/dist/react-native/operationsInterfaces/recommendedActions.d.ts +23 -0
  860. package/dist/react-native/operationsInterfaces/recommendedActions.d.ts.map +1 -0
  861. package/dist/react-native/operationsInterfaces/recommendedActions.js +9 -0
  862. package/dist/react-native/operationsInterfaces/recommendedActions.js.map +1 -0
  863. package/dist/react-native/operationsInterfaces/recoverableServers.d.ts +12 -0
  864. package/dist/react-native/operationsInterfaces/recoverableServers.d.ts.map +1 -0
  865. package/dist/react-native/operationsInterfaces/recoverableServers.js +9 -0
  866. package/dist/react-native/operationsInterfaces/recoverableServers.js.map +1 -0
  867. package/dist/react-native/operationsInterfaces/replicas.d.ts +13 -0
  868. package/dist/react-native/operationsInterfaces/replicas.d.ts.map +1 -0
  869. package/dist/react-native/operationsInterfaces/replicas.js +9 -0
  870. package/dist/react-native/operationsInterfaces/replicas.js.map +1 -0
  871. package/dist/react-native/operationsInterfaces/serverAdministrators.d.ts +53 -0
  872. package/dist/react-native/operationsInterfaces/serverAdministrators.d.ts.map +1 -0
  873. package/dist/react-native/operationsInterfaces/serverAdministrators.js +9 -0
  874. package/dist/react-native/operationsInterfaces/serverAdministrators.js.map +1 -0
  875. package/dist/react-native/operationsInterfaces/serverBasedPerformanceTier.d.ts +13 -0
  876. package/dist/react-native/operationsInterfaces/serverBasedPerformanceTier.d.ts.map +1 -0
  877. package/dist/react-native/operationsInterfaces/serverBasedPerformanceTier.js +9 -0
  878. package/dist/react-native/operationsInterfaces/serverBasedPerformanceTier.js.map +1 -0
  879. package/dist/react-native/operationsInterfaces/serverKeys.d.ts +56 -0
  880. package/dist/react-native/operationsInterfaces/serverKeys.d.ts.map +1 -0
  881. package/dist/react-native/operationsInterfaces/serverKeys.js +9 -0
  882. package/dist/react-native/operationsInterfaces/serverKeys.js.map +1 -0
  883. package/dist/react-native/operationsInterfaces/serverParameters.d.ts +22 -0
  884. package/dist/react-native/operationsInterfaces/serverParameters.d.ts.map +1 -0
  885. package/dist/react-native/operationsInterfaces/serverParameters.js +9 -0
  886. package/dist/react-native/operationsInterfaces/serverParameters.js.map +1 -0
  887. package/dist/react-native/operationsInterfaces/serverSecurityAlertPolicies.d.ts +40 -0
  888. package/dist/react-native/operationsInterfaces/serverSecurityAlertPolicies.d.ts.map +1 -0
  889. package/dist/react-native/operationsInterfaces/serverSecurityAlertPolicies.js +9 -0
  890. package/dist/react-native/operationsInterfaces/serverSecurityAlertPolicies.js.map +1 -0
  891. package/dist/react-native/operationsInterfaces/servers.d.ts +133 -0
  892. package/dist/react-native/operationsInterfaces/servers.d.ts.map +1 -0
  893. package/dist/react-native/operationsInterfaces/servers.js +9 -0
  894. package/dist/react-native/operationsInterfaces/servers.js.map +1 -0
  895. package/dist/react-native/operationsInterfaces/topQueryStatistics.d.ts +22 -0
  896. package/dist/react-native/operationsInterfaces/topQueryStatistics.d.ts.map +1 -0
  897. package/dist/react-native/operationsInterfaces/topQueryStatistics.js +9 -0
  898. package/dist/react-native/operationsInterfaces/topQueryStatistics.js.map +1 -0
  899. package/dist/react-native/operationsInterfaces/virtualNetworkRules.d.ts +56 -0
  900. package/dist/react-native/operationsInterfaces/virtualNetworkRules.d.ts.map +1 -0
  901. package/dist/react-native/operationsInterfaces/virtualNetworkRules.js +9 -0
  902. package/dist/react-native/operationsInterfaces/virtualNetworkRules.js.map +1 -0
  903. package/dist/react-native/operationsInterfaces/waitStatistics.d.ts +22 -0
  904. package/dist/react-native/operationsInterfaces/waitStatistics.d.ts.map +1 -0
  905. package/dist/react-native/operationsInterfaces/waitStatistics.js +9 -0
  906. package/dist/react-native/operationsInterfaces/waitStatistics.js.map +1 -0
  907. package/dist/react-native/package.json +3 -0
  908. package/dist/react-native/pagingHelper.d.ts +13 -0
  909. package/dist/react-native/pagingHelper.d.ts.map +1 -0
  910. package/dist/react-native/pagingHelper.js +32 -0
  911. package/dist/react-native/pagingHelper.js.map +1 -0
  912. package/package.json +70 -41
  913. package/dist/index.js +0 -8187
  914. package/dist/index.js.map +0 -1
  915. package/dist/index.min.js +0 -1
  916. package/dist/index.min.js.map +0 -1
  917. package/dist-esm/samples-dev/advisorsGetSample.d.ts +0 -2
  918. package/dist-esm/samples-dev/advisorsGetSample.d.ts.map +0 -1
  919. package/dist-esm/samples-dev/advisorsGetSample.js +0 -30
  920. package/dist-esm/samples-dev/advisorsGetSample.js.map +0 -1
  921. package/dist-esm/samples-dev/advisorsListByServerSample.d.ts +0 -2
  922. package/dist-esm/samples-dev/advisorsListByServerSample.d.ts.map +0 -1
  923. package/dist-esm/samples-dev/advisorsListByServerSample.js +0 -45
  924. package/dist-esm/samples-dev/advisorsListByServerSample.js.map +0 -1
  925. package/dist-esm/samples-dev/checkNameAvailabilityExecuteSample.d.ts +0 -2
  926. package/dist-esm/samples-dev/checkNameAvailabilityExecuteSample.d.ts.map +0 -1
  927. package/dist-esm/samples-dev/checkNameAvailabilityExecuteSample.js +0 -24
  928. package/dist-esm/samples-dev/checkNameAvailabilityExecuteSample.js.map +0 -1
  929. package/dist-esm/samples-dev/configurationsCreateOrUpdateSample.d.ts +0 -2
  930. package/dist-esm/samples-dev/configurationsCreateOrUpdateSample.d.ts.map +0 -1
  931. package/dist-esm/samples-dev/configurationsCreateOrUpdateSample.js +0 -24
  932. package/dist-esm/samples-dev/configurationsCreateOrUpdateSample.js.map +0 -1
  933. package/dist-esm/samples-dev/configurationsGetSample.d.ts +0 -2
  934. package/dist-esm/samples-dev/configurationsGetSample.d.ts.map +0 -1
  935. package/dist-esm/samples-dev/configurationsGetSample.js +0 -30
  936. package/dist-esm/samples-dev/configurationsGetSample.js.map +0 -1
  937. package/dist-esm/samples-dev/configurationsListByServerSample.d.ts +0 -2
  938. package/dist-esm/samples-dev/configurationsListByServerSample.d.ts.map +0 -1
  939. package/dist-esm/samples-dev/configurationsListByServerSample.js +0 -45
  940. package/dist-esm/samples-dev/configurationsListByServerSample.js.map +0 -1
  941. package/dist-esm/samples-dev/createRecommendedActionSessionSample.d.ts +0 -2
  942. package/dist-esm/samples-dev/createRecommendedActionSessionSample.d.ts.map +0 -1
  943. package/dist-esm/samples-dev/createRecommendedActionSessionSample.js +0 -31
  944. package/dist-esm/samples-dev/createRecommendedActionSessionSample.js.map +0 -1
  945. package/dist-esm/samples-dev/databasesCreateOrUpdateSample.d.ts +0 -2
  946. package/dist-esm/samples-dev/databasesCreateOrUpdateSample.d.ts.map +0 -1
  947. package/dist-esm/samples-dev/databasesCreateOrUpdateSample.js +0 -27
  948. package/dist-esm/samples-dev/databasesCreateOrUpdateSample.js.map +0 -1
  949. package/dist-esm/samples-dev/databasesDeleteSample.d.ts +0 -2
  950. package/dist-esm/samples-dev/databasesDeleteSample.d.ts.map +0 -1
  951. package/dist-esm/samples-dev/databasesDeleteSample.js +0 -30
  952. package/dist-esm/samples-dev/databasesDeleteSample.js.map +0 -1
  953. package/dist-esm/samples-dev/databasesGetSample.d.ts +0 -2
  954. package/dist-esm/samples-dev/databasesGetSample.d.ts.map +0 -1
  955. package/dist-esm/samples-dev/databasesGetSample.js +0 -30
  956. package/dist-esm/samples-dev/databasesGetSample.js.map +0 -1
  957. package/dist-esm/samples-dev/databasesListByServerSample.d.ts +0 -2
  958. package/dist-esm/samples-dev/databasesListByServerSample.d.ts.map +0 -1
  959. package/dist-esm/samples-dev/databasesListByServerSample.js +0 -45
  960. package/dist-esm/samples-dev/databasesListByServerSample.js.map +0 -1
  961. package/dist-esm/samples-dev/firewallRulesCreateOrUpdateSample.d.ts +0 -2
  962. package/dist-esm/samples-dev/firewallRulesCreateOrUpdateSample.d.ts.map +0 -1
  963. package/dist-esm/samples-dev/firewallRulesCreateOrUpdateSample.js +0 -27
  964. package/dist-esm/samples-dev/firewallRulesCreateOrUpdateSample.js.map +0 -1
  965. package/dist-esm/samples-dev/firewallRulesDeleteSample.d.ts +0 -2
  966. package/dist-esm/samples-dev/firewallRulesDeleteSample.d.ts.map +0 -1
  967. package/dist-esm/samples-dev/firewallRulesDeleteSample.js +0 -30
  968. package/dist-esm/samples-dev/firewallRulesDeleteSample.js.map +0 -1
  969. package/dist-esm/samples-dev/firewallRulesGetSample.d.ts +0 -2
  970. package/dist-esm/samples-dev/firewallRulesGetSample.d.ts.map +0 -1
  971. package/dist-esm/samples-dev/firewallRulesGetSample.js +0 -30
  972. package/dist-esm/samples-dev/firewallRulesGetSample.js.map +0 -1
  973. package/dist-esm/samples-dev/firewallRulesListByServerSample.d.ts +0 -2
  974. package/dist-esm/samples-dev/firewallRulesListByServerSample.d.ts.map +0 -1
  975. package/dist-esm/samples-dev/firewallRulesListByServerSample.js +0 -45
  976. package/dist-esm/samples-dev/firewallRulesListByServerSample.js.map +0 -1
  977. package/dist-esm/samples-dev/locationBasedPerformanceTierListSample.d.ts +0 -2
  978. package/dist-esm/samples-dev/locationBasedPerformanceTierListSample.d.ts.map +0 -1
  979. package/dist-esm/samples-dev/locationBasedPerformanceTierListSample.js +0 -44
  980. package/dist-esm/samples-dev/locationBasedPerformanceTierListSample.js.map +0 -1
  981. package/dist-esm/samples-dev/locationBasedRecommendedActionSessionsOperationStatusGetSample.d.ts +0 -2
  982. package/dist-esm/samples-dev/locationBasedRecommendedActionSessionsOperationStatusGetSample.d.ts.map +0 -1
  983. package/dist-esm/samples-dev/locationBasedRecommendedActionSessionsOperationStatusGetSample.js +0 -29
  984. package/dist-esm/samples-dev/locationBasedRecommendedActionSessionsOperationStatusGetSample.js.map +0 -1
  985. package/dist-esm/samples-dev/locationBasedRecommendedActionSessionsResultListSample.d.ts +0 -2
  986. package/dist-esm/samples-dev/locationBasedRecommendedActionSessionsResultListSample.d.ts.map +0 -1
  987. package/dist-esm/samples-dev/locationBasedRecommendedActionSessionsResultListSample.js +0 -45
  988. package/dist-esm/samples-dev/locationBasedRecommendedActionSessionsResultListSample.js.map +0 -1
  989. package/dist-esm/samples-dev/logFilesListByServerSample.d.ts +0 -2
  990. package/dist-esm/samples-dev/logFilesListByServerSample.d.ts.map +0 -1
  991. package/dist-esm/samples-dev/logFilesListByServerSample.js +0 -45
  992. package/dist-esm/samples-dev/logFilesListByServerSample.js.map +0 -1
  993. package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
  994. package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
  995. package/dist-esm/samples-dev/operationsListSample.js +0 -27
  996. package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
  997. package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.d.ts +0 -2
  998. package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.d.ts.map +0 -1
  999. package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.js +0 -29
  1000. package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.js.map +0 -1
  1001. package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.d.ts +0 -2
  1002. package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.d.ts.map +0 -1
  1003. package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js +0 -30
  1004. package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js.map +0 -1
  1005. package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.d.ts +0 -2
  1006. package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.d.ts.map +0 -1
  1007. package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js +0 -30
  1008. package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js.map +0 -1
  1009. package/dist-esm/samples-dev/privateEndpointConnectionsListByServerSample.d.ts +0 -2
  1010. package/dist-esm/samples-dev/privateEndpointConnectionsListByServerSample.d.ts.map +0 -1
  1011. package/dist-esm/samples-dev/privateEndpointConnectionsListByServerSample.js +0 -45
  1012. package/dist-esm/samples-dev/privateEndpointConnectionsListByServerSample.js.map +0 -1
  1013. package/dist-esm/samples-dev/privateEndpointConnectionsUpdateTagsSample.d.ts +0 -2
  1014. package/dist-esm/samples-dev/privateEndpointConnectionsUpdateTagsSample.d.ts.map +0 -1
  1015. package/dist-esm/samples-dev/privateEndpointConnectionsUpdateTagsSample.js +0 -24
  1016. package/dist-esm/samples-dev/privateEndpointConnectionsUpdateTagsSample.js.map +0 -1
  1017. package/dist-esm/samples-dev/privateLinkResourcesGetSample.d.ts +0 -2
  1018. package/dist-esm/samples-dev/privateLinkResourcesGetSample.d.ts.map +0 -1
  1019. package/dist-esm/samples-dev/privateLinkResourcesGetSample.js +0 -30
  1020. package/dist-esm/samples-dev/privateLinkResourcesGetSample.js.map +0 -1
  1021. package/dist-esm/samples-dev/privateLinkResourcesListByServerSample.d.ts +0 -2
  1022. package/dist-esm/samples-dev/privateLinkResourcesListByServerSample.d.ts.map +0 -1
  1023. package/dist-esm/samples-dev/privateLinkResourcesListByServerSample.js +0 -45
  1024. package/dist-esm/samples-dev/privateLinkResourcesListByServerSample.js.map +0 -1
  1025. package/dist-esm/samples-dev/queryTextsGetSample.d.ts +0 -2
  1026. package/dist-esm/samples-dev/queryTextsGetSample.d.ts.map +0 -1
  1027. package/dist-esm/samples-dev/queryTextsGetSample.js +0 -30
  1028. package/dist-esm/samples-dev/queryTextsGetSample.js.map +0 -1
  1029. package/dist-esm/samples-dev/queryTextsListByServerSample.d.ts +0 -2
  1030. package/dist-esm/samples-dev/queryTextsListByServerSample.d.ts.map +0 -1
  1031. package/dist-esm/samples-dev/queryTextsListByServerSample.js +0 -46
  1032. package/dist-esm/samples-dev/queryTextsListByServerSample.js.map +0 -1
  1033. package/dist-esm/samples-dev/recommendedActionsGetSample.d.ts +0 -2
  1034. package/dist-esm/samples-dev/recommendedActionsGetSample.d.ts.map +0 -1
  1035. package/dist-esm/samples-dev/recommendedActionsGetSample.js +0 -31
  1036. package/dist-esm/samples-dev/recommendedActionsGetSample.js.map +0 -1
  1037. package/dist-esm/samples-dev/recommendedActionsListByServerSample.d.ts +0 -2
  1038. package/dist-esm/samples-dev/recommendedActionsListByServerSample.d.ts.map +0 -1
  1039. package/dist-esm/samples-dev/recommendedActionsListByServerSample.js +0 -46
  1040. package/dist-esm/samples-dev/recommendedActionsListByServerSample.js.map +0 -1
  1041. package/dist-esm/samples-dev/recoverableServersGetSample.d.ts +0 -2
  1042. package/dist-esm/samples-dev/recoverableServersGetSample.d.ts.map +0 -1
  1043. package/dist-esm/samples-dev/recoverableServersGetSample.js +0 -29
  1044. package/dist-esm/samples-dev/recoverableServersGetSample.js.map +0 -1
  1045. package/dist-esm/samples-dev/replicasListByServerSample.d.ts +0 -2
  1046. package/dist-esm/samples-dev/replicasListByServerSample.d.ts.map +0 -1
  1047. package/dist-esm/samples-dev/replicasListByServerSample.js +0 -45
  1048. package/dist-esm/samples-dev/replicasListByServerSample.js.map +0 -1
  1049. package/dist-esm/samples-dev/resetQueryPerformanceInsightDataSample.d.ts +0 -2
  1050. package/dist-esm/samples-dev/resetQueryPerformanceInsightDataSample.d.ts.map +0 -1
  1051. package/dist-esm/samples-dev/resetQueryPerformanceInsightDataSample.js +0 -29
  1052. package/dist-esm/samples-dev/resetQueryPerformanceInsightDataSample.js.map +0 -1
  1053. package/dist-esm/samples-dev/serverAdministratorsCreateOrUpdateSample.d.ts +0 -2
  1054. package/dist-esm/samples-dev/serverAdministratorsCreateOrUpdateSample.d.ts.map +0 -1
  1055. package/dist-esm/samples-dev/serverAdministratorsCreateOrUpdateSample.js +0 -28
  1056. package/dist-esm/samples-dev/serverAdministratorsCreateOrUpdateSample.js.map +0 -1
  1057. package/dist-esm/samples-dev/serverAdministratorsDeleteSample.d.ts +0 -2
  1058. package/dist-esm/samples-dev/serverAdministratorsDeleteSample.d.ts.map +0 -1
  1059. package/dist-esm/samples-dev/serverAdministratorsDeleteSample.js +0 -29
  1060. package/dist-esm/samples-dev/serverAdministratorsDeleteSample.js.map +0 -1
  1061. package/dist-esm/samples-dev/serverAdministratorsGetSample.d.ts +0 -2
  1062. package/dist-esm/samples-dev/serverAdministratorsGetSample.d.ts.map +0 -1
  1063. package/dist-esm/samples-dev/serverAdministratorsGetSample.js +0 -29
  1064. package/dist-esm/samples-dev/serverAdministratorsGetSample.js.map +0 -1
  1065. package/dist-esm/samples-dev/serverAdministratorsListSample.d.ts +0 -2
  1066. package/dist-esm/samples-dev/serverAdministratorsListSample.d.ts.map +0 -1
  1067. package/dist-esm/samples-dev/serverAdministratorsListSample.js +0 -45
  1068. package/dist-esm/samples-dev/serverAdministratorsListSample.js.map +0 -1
  1069. package/dist-esm/samples-dev/serverBasedPerformanceTierListSample.d.ts +0 -2
  1070. package/dist-esm/samples-dev/serverBasedPerformanceTierListSample.d.ts.map +0 -1
  1071. package/dist-esm/samples-dev/serverBasedPerformanceTierListSample.js +0 -45
  1072. package/dist-esm/samples-dev/serverBasedPerformanceTierListSample.js.map +0 -1
  1073. package/dist-esm/samples-dev/serverKeysCreateOrUpdateSample.d.ts +0 -2
  1074. package/dist-esm/samples-dev/serverKeysCreateOrUpdateSample.d.ts.map +0 -1
  1075. package/dist-esm/samples-dev/serverKeysCreateOrUpdateSample.js +0 -27
  1076. package/dist-esm/samples-dev/serverKeysCreateOrUpdateSample.js.map +0 -1
  1077. package/dist-esm/samples-dev/serverKeysDeleteSample.d.ts +0 -2
  1078. package/dist-esm/samples-dev/serverKeysDeleteSample.d.ts.map +0 -1
  1079. package/dist-esm/samples-dev/serverKeysDeleteSample.js +0 -30
  1080. package/dist-esm/samples-dev/serverKeysDeleteSample.js.map +0 -1
  1081. package/dist-esm/samples-dev/serverKeysGetSample.d.ts +0 -2
  1082. package/dist-esm/samples-dev/serverKeysGetSample.d.ts.map +0 -1
  1083. package/dist-esm/samples-dev/serverKeysGetSample.js +0 -30
  1084. package/dist-esm/samples-dev/serverKeysGetSample.js.map +0 -1
  1085. package/dist-esm/samples-dev/serverKeysListSample.d.ts +0 -2
  1086. package/dist-esm/samples-dev/serverKeysListSample.d.ts.map +0 -1
  1087. package/dist-esm/samples-dev/serverKeysListSample.js +0 -45
  1088. package/dist-esm/samples-dev/serverKeysListSample.js.map +0 -1
  1089. package/dist-esm/samples-dev/serverParametersListUpdateConfigurationsSample.d.ts +0 -2
  1090. package/dist-esm/samples-dev/serverParametersListUpdateConfigurationsSample.d.ts.map +0 -1
  1091. package/dist-esm/samples-dev/serverParametersListUpdateConfigurationsSample.js +0 -23
  1092. package/dist-esm/samples-dev/serverParametersListUpdateConfigurationsSample.js.map +0 -1
  1093. package/dist-esm/samples-dev/serverSecurityAlertPoliciesCreateOrUpdateSample.d.ts +0 -2
  1094. package/dist-esm/samples-dev/serverSecurityAlertPoliciesCreateOrUpdateSample.d.ts.map +0 -1
  1095. package/dist-esm/samples-dev/serverSecurityAlertPoliciesCreateOrUpdateSample.js +0 -55
  1096. package/dist-esm/samples-dev/serverSecurityAlertPoliciesCreateOrUpdateSample.js.map +0 -1
  1097. package/dist-esm/samples-dev/serverSecurityAlertPoliciesGetSample.d.ts +0 -2
  1098. package/dist-esm/samples-dev/serverSecurityAlertPoliciesGetSample.d.ts.map +0 -1
  1099. package/dist-esm/samples-dev/serverSecurityAlertPoliciesGetSample.js +0 -30
  1100. package/dist-esm/samples-dev/serverSecurityAlertPoliciesGetSample.js.map +0 -1
  1101. package/dist-esm/samples-dev/serverSecurityAlertPoliciesListByServerSample.d.ts +0 -2
  1102. package/dist-esm/samples-dev/serverSecurityAlertPoliciesListByServerSample.d.ts.map +0 -1
  1103. package/dist-esm/samples-dev/serverSecurityAlertPoliciesListByServerSample.js +0 -45
  1104. package/dist-esm/samples-dev/serverSecurityAlertPoliciesListByServerSample.js.map +0 -1
  1105. package/dist-esm/samples-dev/serversCreateSample.d.ts +0 -2
  1106. package/dist-esm/samples-dev/serversCreateSample.d.ts.map +0 -1
  1107. package/dist-esm/samples-dev/serversCreateSample.js +0 -133
  1108. package/dist-esm/samples-dev/serversCreateSample.js.map +0 -1
  1109. package/dist-esm/samples-dev/serversDeleteSample.d.ts +0 -2
  1110. package/dist-esm/samples-dev/serversDeleteSample.d.ts.map +0 -1
  1111. package/dist-esm/samples-dev/serversDeleteSample.js +0 -29
  1112. package/dist-esm/samples-dev/serversDeleteSample.js.map +0 -1
  1113. package/dist-esm/samples-dev/serversGetSample.d.ts +0 -2
  1114. package/dist-esm/samples-dev/serversGetSample.d.ts.map +0 -1
  1115. package/dist-esm/samples-dev/serversGetSample.js +0 -29
  1116. package/dist-esm/samples-dev/serversGetSample.js.map +0 -1
  1117. package/dist-esm/samples-dev/serversListByResourceGroupSample.d.ts +0 -2
  1118. package/dist-esm/samples-dev/serversListByResourceGroupSample.d.ts.map +0 -1
  1119. package/dist-esm/samples-dev/serversListByResourceGroupSample.js +0 -44
  1120. package/dist-esm/samples-dev/serversListByResourceGroupSample.js.map +0 -1
  1121. package/dist-esm/samples-dev/serversListSample.d.ts +0 -2
  1122. package/dist-esm/samples-dev/serversListSample.d.ts.map +0 -1
  1123. package/dist-esm/samples-dev/serversListSample.js +0 -43
  1124. package/dist-esm/samples-dev/serversListSample.js.map +0 -1
  1125. package/dist-esm/samples-dev/serversRestartSample.d.ts +0 -2
  1126. package/dist-esm/samples-dev/serversRestartSample.d.ts.map +0 -1
  1127. package/dist-esm/samples-dev/serversRestartSample.js +0 -29
  1128. package/dist-esm/samples-dev/serversRestartSample.js.map +0 -1
  1129. package/dist-esm/samples-dev/serversStartSample.d.ts +0 -2
  1130. package/dist-esm/samples-dev/serversStartSample.d.ts.map +0 -1
  1131. package/dist-esm/samples-dev/serversStartSample.js +0 -29
  1132. package/dist-esm/samples-dev/serversStartSample.js.map +0 -1
  1133. package/dist-esm/samples-dev/serversStopSample.d.ts +0 -2
  1134. package/dist-esm/samples-dev/serversStopSample.d.ts.map +0 -1
  1135. package/dist-esm/samples-dev/serversStopSample.js +0 -29
  1136. package/dist-esm/samples-dev/serversStopSample.js.map +0 -1
  1137. package/dist-esm/samples-dev/serversUpdateSample.d.ts +0 -2
  1138. package/dist-esm/samples-dev/serversUpdateSample.d.ts.map +0 -1
  1139. package/dist-esm/samples-dev/serversUpdateSample.js +0 -26
  1140. package/dist-esm/samples-dev/serversUpdateSample.js.map +0 -1
  1141. package/dist-esm/samples-dev/serversUpgradeSample.d.ts +0 -2
  1142. package/dist-esm/samples-dev/serversUpgradeSample.d.ts.map +0 -1
  1143. package/dist-esm/samples-dev/serversUpgradeSample.js +0 -23
  1144. package/dist-esm/samples-dev/serversUpgradeSample.js.map +0 -1
  1145. package/dist-esm/samples-dev/topQueryStatisticsGetSample.d.ts +0 -2
  1146. package/dist-esm/samples-dev/topQueryStatisticsGetSample.d.ts.map +0 -1
  1147. package/dist-esm/samples-dev/topQueryStatisticsGetSample.js +0 -30
  1148. package/dist-esm/samples-dev/topQueryStatisticsGetSample.js.map +0 -1
  1149. package/dist-esm/samples-dev/topQueryStatisticsListByServerSample.d.ts +0 -2
  1150. package/dist-esm/samples-dev/topQueryStatisticsListByServerSample.d.ts.map +0 -1
  1151. package/dist-esm/samples-dev/topQueryStatisticsListByServerSample.js +0 -46
  1152. package/dist-esm/samples-dev/topQueryStatisticsListByServerSample.js.map +0 -1
  1153. package/dist-esm/samples-dev/virtualNetworkRulesCreateOrUpdateSample.d.ts +0 -2
  1154. package/dist-esm/samples-dev/virtualNetworkRulesCreateOrUpdateSample.d.ts.map +0 -1
  1155. package/dist-esm/samples-dev/virtualNetworkRulesCreateOrUpdateSample.js +0 -27
  1156. package/dist-esm/samples-dev/virtualNetworkRulesCreateOrUpdateSample.js.map +0 -1
  1157. package/dist-esm/samples-dev/virtualNetworkRulesDeleteSample.d.ts +0 -2
  1158. package/dist-esm/samples-dev/virtualNetworkRulesDeleteSample.d.ts.map +0 -1
  1159. package/dist-esm/samples-dev/virtualNetworkRulesDeleteSample.js +0 -30
  1160. package/dist-esm/samples-dev/virtualNetworkRulesDeleteSample.js.map +0 -1
  1161. package/dist-esm/samples-dev/virtualNetworkRulesGetSample.d.ts +0 -2
  1162. package/dist-esm/samples-dev/virtualNetworkRulesGetSample.d.ts.map +0 -1
  1163. package/dist-esm/samples-dev/virtualNetworkRulesGetSample.js +0 -30
  1164. package/dist-esm/samples-dev/virtualNetworkRulesGetSample.js.map +0 -1
  1165. package/dist-esm/samples-dev/virtualNetworkRulesListByServerSample.d.ts +0 -2
  1166. package/dist-esm/samples-dev/virtualNetworkRulesListByServerSample.d.ts.map +0 -1
  1167. package/dist-esm/samples-dev/virtualNetworkRulesListByServerSample.js +0 -45
  1168. package/dist-esm/samples-dev/virtualNetworkRulesListByServerSample.js.map +0 -1
  1169. package/dist-esm/samples-dev/waitStatisticsGetSample.d.ts +0 -2
  1170. package/dist-esm/samples-dev/waitStatisticsGetSample.d.ts.map +0 -1
  1171. package/dist-esm/samples-dev/waitStatisticsGetSample.js +0 -30
  1172. package/dist-esm/samples-dev/waitStatisticsGetSample.js.map +0 -1
  1173. package/dist-esm/samples-dev/waitStatisticsListByServerSample.d.ts +0 -2
  1174. package/dist-esm/samples-dev/waitStatisticsListByServerSample.d.ts.map +0 -1
  1175. package/dist-esm/samples-dev/waitStatisticsListByServerSample.js +0 -43
  1176. package/dist-esm/samples-dev/waitStatisticsListByServerSample.js.map +0 -1
  1177. package/dist-esm/src/index.d.ts +0 -5
  1178. package/dist-esm/src/index.d.ts.map +0 -1
  1179. package/dist-esm/src/index.js +0 -13
  1180. package/dist-esm/src/index.js.map +0 -1
  1181. package/dist-esm/src/lroImpl.js +0 -29
  1182. package/dist-esm/src/lroImpl.js.map +0 -1
  1183. package/dist-esm/src/models/index.js.map +0 -1
  1184. package/dist-esm/src/models/mappers.js.map +0 -1
  1185. package/dist-esm/src/models/parameters.js +0 -372
  1186. package/dist-esm/src/models/parameters.js.map +0 -1
  1187. package/dist-esm/src/mySQLManagementClient.d.ts +0 -67
  1188. package/dist-esm/src/mySQLManagementClient.d.ts.map +0 -1
  1189. package/dist-esm/src/mySQLManagementClient.js +0 -200
  1190. package/dist-esm/src/mySQLManagementClient.js.map +0 -1
  1191. package/dist-esm/src/operations/advisors.d.ts +0 -46
  1192. package/dist-esm/src/operations/advisors.d.ts.map +0 -1
  1193. package/dist-esm/src/operations/advisors.js +0 -174
  1194. package/dist-esm/src/operations/advisors.js.map +0 -1
  1195. package/dist-esm/src/operations/checkNameAvailability.d.ts +0 -19
  1196. package/dist-esm/src/operations/checkNameAvailability.d.ts.map +0 -1
  1197. package/dist-esm/src/operations/checkNameAvailability.js +0 -49
  1198. package/dist-esm/src/operations/checkNameAvailability.js.map +0 -1
  1199. package/dist-esm/src/operations/configurations.d.ts +0 -57
  1200. package/dist-esm/src/operations/configurations.d.ts.map +0 -1
  1201. package/dist-esm/src/operations/configurations.js +0 -227
  1202. package/dist-esm/src/operations/configurations.js.map +0 -1
  1203. package/dist-esm/src/operations/databases.d.ts +0 -73
  1204. package/dist-esm/src/operations/databases.d.ts.map +0 -1
  1205. package/dist-esm/src/operations/databases.js +0 -303
  1206. package/dist-esm/src/operations/databases.js.map +0 -1
  1207. package/dist-esm/src/operations/firewallRules.d.ts +0 -73
  1208. package/dist-esm/src/operations/firewallRules.d.ts.map +0 -1
  1209. package/dist-esm/src/operations/firewallRules.js +0 -303
  1210. package/dist-esm/src/operations/firewallRules.js.map +0 -1
  1211. package/dist-esm/src/operations/index.d.ts +0 -26
  1212. package/dist-esm/src/operations/index.d.ts.map +0 -1
  1213. package/dist-esm/src/operations/index.js +0 -33
  1214. package/dist-esm/src/operations/index.js.map +0 -1
  1215. package/dist-esm/src/operations/locationBasedPerformanceTier.d.ts +0 -28
  1216. package/dist-esm/src/operations/locationBasedPerformanceTier.d.ts.map +0 -1
  1217. package/dist-esm/src/operations/locationBasedPerformanceTier.js +0 -102
  1218. package/dist-esm/src/operations/locationBasedPerformanceTier.js.map +0 -1
  1219. package/dist-esm/src/operations/locationBasedRecommendedActionSessionsOperationStatus.d.ts +0 -20
  1220. package/dist-esm/src/operations/locationBasedRecommendedActionSessionsOperationStatus.d.ts.map +0 -1
  1221. package/dist-esm/src/operations/locationBasedRecommendedActionSessionsOperationStatus.js +0 -50
  1222. package/dist-esm/src/operations/locationBasedRecommendedActionSessionsOperationStatus.js.map +0 -1
  1223. package/dist-esm/src/operations/locationBasedRecommendedActionSessionsResult.d.ts +0 -38
  1224. package/dist-esm/src/operations/locationBasedRecommendedActionSessionsResult.d.ts.map +0 -1
  1225. package/dist-esm/src/operations/locationBasedRecommendedActionSessionsResult.js +0 -151
  1226. package/dist-esm/src/operations/locationBasedRecommendedActionSessionsResult.js.map +0 -1
  1227. package/dist-esm/src/operations/logFiles.d.ts +0 -30
  1228. package/dist-esm/src/operations/logFiles.d.ts.map +0 -1
  1229. package/dist-esm/src/operations/logFiles.js +0 -105
  1230. package/dist-esm/src/operations/logFiles.js.map +0 -1
  1231. package/dist-esm/src/operations/operations.d.ts +0 -18
  1232. package/dist-esm/src/operations/operations.d.ts.map +0 -1
  1233. package/dist-esm/src/operations/operations.js +0 -46
  1234. package/dist-esm/src/operations/operations.js.map +0 -1
  1235. package/dist-esm/src/operations/privateEndpointConnections.d.ts +0 -99
  1236. package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +0 -1
  1237. package/dist-esm/src/operations/privateEndpointConnections.js +0 -449
  1238. package/dist-esm/src/operations/privateEndpointConnections.js.map +0 -1
  1239. package/dist-esm/src/operations/privateLinkResources.d.ts +0 -46
  1240. package/dist-esm/src/operations/privateLinkResources.d.ts.map +0 -1
  1241. package/dist-esm/src/operations/privateLinkResources.js +0 -183
  1242. package/dist-esm/src/operations/privateLinkResources.js.map +0 -1
  1243. package/dist-esm/src/operations/queryTexts.d.ts +0 -49
  1244. package/dist-esm/src/operations/queryTexts.d.ts.map +0 -1
  1245. package/dist-esm/src/operations/queryTexts.js +0 -186
  1246. package/dist-esm/src/operations/queryTexts.js.map +0 -1
  1247. package/dist-esm/src/operations/recommendedActions.d.ts +0 -50
  1248. package/dist-esm/src/operations/recommendedActions.d.ts.map +0 -1
  1249. package/dist-esm/src/operations/recommendedActions.js +0 -187
  1250. package/dist-esm/src/operations/recommendedActions.js.map +0 -1
  1251. package/dist-esm/src/operations/recoverableServers.d.ts +0 -20
  1252. package/dist-esm/src/operations/recoverableServers.d.ts.map +0 -1
  1253. package/dist-esm/src/operations/recoverableServers.js +0 -53
  1254. package/dist-esm/src/operations/recoverableServers.js.map +0 -1
  1255. package/dist-esm/src/operations/replicas.d.ts +0 -30
  1256. package/dist-esm/src/operations/replicas.d.ts.map +0 -1
  1257. package/dist-esm/src/operations/replicas.js +0 -105
  1258. package/dist-esm/src/operations/replicas.js.map +0 -1
  1259. package/dist-esm/src/operations/serverAdministrators.d.ts +0 -70
  1260. package/dist-esm/src/operations/serverAdministrators.d.ts.map +0 -1
  1261. package/dist-esm/src/operations/serverAdministrators.js +0 -297
  1262. package/dist-esm/src/operations/serverAdministrators.js.map +0 -1
  1263. package/dist-esm/src/operations/serverBasedPerformanceTier.d.ts +0 -30
  1264. package/dist-esm/src/operations/serverBasedPerformanceTier.d.ts.map +0 -1
  1265. package/dist-esm/src/operations/serverBasedPerformanceTier.js +0 -105
  1266. package/dist-esm/src/operations/serverBasedPerformanceTier.js.map +0 -1
  1267. package/dist-esm/src/operations/serverKeys.d.ts +0 -81
  1268. package/dist-esm/src/operations/serverKeys.d.ts.map +0 -1
  1269. package/dist-esm/src/operations/serverKeys.js +0 -349
  1270. package/dist-esm/src/operations/serverKeys.js.map +0 -1
  1271. package/dist-esm/src/operations/serverParameters.d.ts +0 -30
  1272. package/dist-esm/src/operations/serverParameters.d.ts.map +0 -1
  1273. package/dist-esm/src/operations/serverParameters.js +0 -112
  1274. package/dist-esm/src/operations/serverParameters.js.map +0 -1
  1275. package/dist-esm/src/operations/serverSecurityAlertPolicies.d.ts +0 -65
  1276. package/dist-esm/src/operations/serverSecurityAlertPolicies.d.ts.map +0 -1
  1277. package/dist-esm/src/operations/serverSecurityAlertPolicies.js +0 -271
  1278. package/dist-esm/src/operations/serverSecurityAlertPolicies.js.map +0 -1
  1279. package/dist-esm/src/operations/servers.d.ts +0 -156
  1280. package/dist-esm/src/operations/servers.d.ts.map +0 -1
  1281. package/dist-esm/src/operations/servers.js +0 -748
  1282. package/dist-esm/src/operations/servers.js.map +0 -1
  1283. package/dist-esm/src/operations/topQueryStatistics.d.ts +0 -49
  1284. package/dist-esm/src/operations/topQueryStatistics.d.ts.map +0 -1
  1285. package/dist-esm/src/operations/topQueryStatistics.js +0 -188
  1286. package/dist-esm/src/operations/topQueryStatistics.js.map +0 -1
  1287. package/dist-esm/src/operations/virtualNetworkRules.d.ts +0 -81
  1288. package/dist-esm/src/operations/virtualNetworkRules.d.ts.map +0 -1
  1289. package/dist-esm/src/operations/virtualNetworkRules.js +0 -338
  1290. package/dist-esm/src/operations/virtualNetworkRules.js.map +0 -1
  1291. package/dist-esm/src/operations/waitStatistics.d.ts +0 -49
  1292. package/dist-esm/src/operations/waitStatistics.d.ts.map +0 -1
  1293. package/dist-esm/src/operations/waitStatistics.js +0 -188
  1294. package/dist-esm/src/operations/waitStatistics.js.map +0 -1
  1295. package/dist-esm/src/operationsInterfaces/advisors.d.ts +0 -21
  1296. package/dist-esm/src/operationsInterfaces/advisors.d.ts.map +0 -1
  1297. package/dist-esm/src/operationsInterfaces/advisors.js.map +0 -1
  1298. package/dist-esm/src/operationsInterfaces/checkNameAvailability.d.ts +0 -11
  1299. package/dist-esm/src/operationsInterfaces/checkNameAvailability.d.ts.map +0 -1
  1300. package/dist-esm/src/operationsInterfaces/checkNameAvailability.js.map +0 -1
  1301. package/dist-esm/src/operationsInterfaces/configurations.d.ts +0 -40
  1302. package/dist-esm/src/operationsInterfaces/configurations.d.ts.map +0 -1
  1303. package/dist-esm/src/operationsInterfaces/configurations.js.map +0 -1
  1304. package/dist-esm/src/operationsInterfaces/databases.d.ts +0 -56
  1305. package/dist-esm/src/operationsInterfaces/databases.d.ts.map +0 -1
  1306. package/dist-esm/src/operationsInterfaces/databases.js.map +0 -1
  1307. package/dist-esm/src/operationsInterfaces/firewallRules.d.ts +0 -56
  1308. package/dist-esm/src/operationsInterfaces/firewallRules.d.ts.map +0 -1
  1309. package/dist-esm/src/operationsInterfaces/firewallRules.js.map +0 -1
  1310. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -26
  1311. package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
  1312. package/dist-esm/src/operationsInterfaces/index.js +0 -33
  1313. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  1314. package/dist-esm/src/operationsInterfaces/locationBasedPerformanceTier.d.ts +0 -12
  1315. package/dist-esm/src/operationsInterfaces/locationBasedPerformanceTier.d.ts.map +0 -1
  1316. package/dist-esm/src/operationsInterfaces/locationBasedPerformanceTier.js.map +0 -1
  1317. package/dist-esm/src/operationsInterfaces/locationBasedRecommendedActionSessionsOperationStatus.d.ts +0 -12
  1318. package/dist-esm/src/operationsInterfaces/locationBasedRecommendedActionSessionsOperationStatus.d.ts.map +0 -1
  1319. package/dist-esm/src/operationsInterfaces/locationBasedRecommendedActionSessionsOperationStatus.js.map +0 -1
  1320. package/dist-esm/src/operationsInterfaces/locationBasedRecommendedActionSessionsResult.d.ts +0 -13
  1321. package/dist-esm/src/operationsInterfaces/locationBasedRecommendedActionSessionsResult.d.ts.map +0 -1
  1322. package/dist-esm/src/operationsInterfaces/locationBasedRecommendedActionSessionsResult.js.map +0 -1
  1323. package/dist-esm/src/operationsInterfaces/logFiles.d.ts +0 -13
  1324. package/dist-esm/src/operationsInterfaces/logFiles.d.ts.map +0 -1
  1325. package/dist-esm/src/operationsInterfaces/logFiles.js.map +0 -1
  1326. package/dist-esm/src/operationsInterfaces/operations.d.ts +0 -10
  1327. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +0 -1
  1328. package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
  1329. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts +0 -74
  1330. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
  1331. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js.map +0 -1
  1332. package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts +0 -21
  1333. package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
  1334. package/dist-esm/src/operationsInterfaces/privateLinkResources.js.map +0 -1
  1335. package/dist-esm/src/operationsInterfaces/queryTexts.d.ts +0 -22
  1336. package/dist-esm/src/operationsInterfaces/queryTexts.d.ts.map +0 -1
  1337. package/dist-esm/src/operationsInterfaces/queryTexts.js.map +0 -1
  1338. package/dist-esm/src/operationsInterfaces/recommendedActions.d.ts +0 -23
  1339. package/dist-esm/src/operationsInterfaces/recommendedActions.d.ts.map +0 -1
  1340. package/dist-esm/src/operationsInterfaces/recommendedActions.js.map +0 -1
  1341. package/dist-esm/src/operationsInterfaces/recoverableServers.d.ts +0 -12
  1342. package/dist-esm/src/operationsInterfaces/recoverableServers.d.ts.map +0 -1
  1343. package/dist-esm/src/operationsInterfaces/recoverableServers.js.map +0 -1
  1344. package/dist-esm/src/operationsInterfaces/replicas.d.ts +0 -13
  1345. package/dist-esm/src/operationsInterfaces/replicas.d.ts.map +0 -1
  1346. package/dist-esm/src/operationsInterfaces/replicas.js.map +0 -1
  1347. package/dist-esm/src/operationsInterfaces/serverAdministrators.d.ts +0 -53
  1348. package/dist-esm/src/operationsInterfaces/serverAdministrators.d.ts.map +0 -1
  1349. package/dist-esm/src/operationsInterfaces/serverAdministrators.js.map +0 -1
  1350. package/dist-esm/src/operationsInterfaces/serverBasedPerformanceTier.d.ts +0 -13
  1351. package/dist-esm/src/operationsInterfaces/serverBasedPerformanceTier.d.ts.map +0 -1
  1352. package/dist-esm/src/operationsInterfaces/serverBasedPerformanceTier.js.map +0 -1
  1353. package/dist-esm/src/operationsInterfaces/serverKeys.d.ts +0 -56
  1354. package/dist-esm/src/operationsInterfaces/serverKeys.d.ts.map +0 -1
  1355. package/dist-esm/src/operationsInterfaces/serverKeys.js.map +0 -1
  1356. package/dist-esm/src/operationsInterfaces/serverParameters.d.ts +0 -22
  1357. package/dist-esm/src/operationsInterfaces/serverParameters.d.ts.map +0 -1
  1358. package/dist-esm/src/operationsInterfaces/serverParameters.js.map +0 -1
  1359. package/dist-esm/src/operationsInterfaces/serverSecurityAlertPolicies.d.ts +0 -40
  1360. package/dist-esm/src/operationsInterfaces/serverSecurityAlertPolicies.d.ts.map +0 -1
  1361. package/dist-esm/src/operationsInterfaces/serverSecurityAlertPolicies.js.map +0 -1
  1362. package/dist-esm/src/operationsInterfaces/servers.d.ts +0 -133
  1363. package/dist-esm/src/operationsInterfaces/servers.d.ts.map +0 -1
  1364. package/dist-esm/src/operationsInterfaces/servers.js.map +0 -1
  1365. package/dist-esm/src/operationsInterfaces/topQueryStatistics.d.ts +0 -22
  1366. package/dist-esm/src/operationsInterfaces/topQueryStatistics.d.ts.map +0 -1
  1367. package/dist-esm/src/operationsInterfaces/topQueryStatistics.js.map +0 -1
  1368. package/dist-esm/src/operationsInterfaces/virtualNetworkRules.d.ts +0 -56
  1369. package/dist-esm/src/operationsInterfaces/virtualNetworkRules.d.ts.map +0 -1
  1370. package/dist-esm/src/operationsInterfaces/virtualNetworkRules.js.map +0 -1
  1371. package/dist-esm/src/operationsInterfaces/waitStatistics.d.ts +0 -22
  1372. package/dist-esm/src/operationsInterfaces/waitStatistics.d.ts.map +0 -1
  1373. package/dist-esm/src/operationsInterfaces/waitStatistics.js.map +0 -1
  1374. package/dist-esm/src/pagingHelper.js.map +0 -1
  1375. package/dist-esm/test/sampleTest.d.ts +0 -2
  1376. package/dist-esm/test/sampleTest.d.ts.map +0 -1
  1377. package/dist-esm/test/sampleTest.js +0 -42
  1378. package/dist-esm/test/sampleTest.js.map +0 -1
  1379. package/src/index.ts +0 -13
  1380. package/src/lroImpl.ts +0 -34
  1381. package/src/models/index.ts +0 -1963
  1382. package/src/models/mappers.ts +0 -2369
  1383. package/src/models/parameters.ts +0 -438
  1384. package/src/mySQLManagementClient.ts +0 -370
  1385. package/src/operations/advisors.ts +0 -234
  1386. package/src/operations/checkNameAvailability.ts +0 -68
  1387. package/src/operations/configurations.ts +0 -316
  1388. package/src/operations/databases.ts +0 -428
  1389. package/src/operations/firewallRules.ts +0 -428
  1390. package/src/operations/index.ts +0 -33
  1391. package/src/operations/locationBasedPerformanceTier.ts +0 -118
  1392. package/src/operations/locationBasedRecommendedActionSessionsOperationStatus.ts +0 -70
  1393. package/src/operations/locationBasedRecommendedActionSessionsResult.ts +0 -196
  1394. package/src/operations/logFiles.ts +0 -137
  1395. package/src/operations/operations.ts +0 -59
  1396. package/src/operations/privateEndpointConnections.ts +0 -637
  1397. package/src/operations/privateLinkResources.ts +0 -243
  1398. package/src/operations/queryTexts.ts +0 -260
  1399. package/src/operations/recommendedActions.ts +0 -262
  1400. package/src/operations/recoverableServers.ts +0 -72
  1401. package/src/operations/replicas.ts +0 -137
  1402. package/src/operations/serverAdministrators.ts +0 -411
  1403. package/src/operations/serverBasedPerformanceTier.ts +0 -134
  1404. package/src/operations/serverKeys.ts +0 -486
  1405. package/src/operations/serverParameters.ts +0 -162
  1406. package/src/operations/serverSecurityAlertPolicies.ts +0 -378
  1407. package/src/operations/servers.ts +0 -1025
  1408. package/src/operations/topQueryStatistics.ts +0 -263
  1409. package/src/operations/virtualNetworkRules.ts +0 -479
  1410. package/src/operations/waitStatistics.ts +0 -263
  1411. package/src/operationsInterfaces/advisors.ts +0 -44
  1412. package/src/operationsInterfaces/checkNameAvailability.ts +0 -26
  1413. package/src/operationsInterfaces/configurations.ts +0 -82
  1414. package/src/operationsInterfaces/databases.ts +0 -109
  1415. package/src/operationsInterfaces/firewallRules.ts +0 -109
  1416. package/src/operationsInterfaces/index.ts +0 -33
  1417. package/src/operationsInterfaces/locationBasedPerformanceTier.ts +0 -27
  1418. package/src/operationsInterfaces/locationBasedRecommendedActionSessionsOperationStatus.ts +0 -27
  1419. package/src/operationsInterfaces/locationBasedRecommendedActionSessionsResult.ts +0 -29
  1420. package/src/operationsInterfaces/logFiles.ts +0 -26
  1421. package/src/operationsInterfaces/operations.ts +0 -21
  1422. package/src/operationsInterfaces/privateEndpointConnections.ts +0 -147
  1423. package/src/operationsInterfaces/privateLinkResources.ts +0 -44
  1424. package/src/operationsInterfaces/queryTexts.ts +0 -46
  1425. package/src/operationsInterfaces/recommendedActions.ts +0 -48
  1426. package/src/operationsInterfaces/recoverableServers.ts +0 -27
  1427. package/src/operationsInterfaces/replicas.ts +0 -26
  1428. package/src/operationsInterfaces/serverAdministrators.ts +0 -101
  1429. package/src/operationsInterfaces/serverBasedPerformanceTier.ts +0 -29
  1430. package/src/operationsInterfaces/serverKeys.ts +0 -109
  1431. package/src/operationsInterfaces/serverParameters.ts +0 -49
  1432. package/src/operationsInterfaces/serverSecurityAlertPolicies.ts +0 -83
  1433. package/src/operationsInterfaces/servers.ts +0 -233
  1434. package/src/operationsInterfaces/topQueryStatistics.ts +0 -47
  1435. package/src/operationsInterfaces/virtualNetworkRules.ts +0 -109
  1436. package/src/operationsInterfaces/waitStatistics.ts +0 -47
  1437. package/src/pagingHelper.ts +0 -39
  1438. package/tsconfig.json +0 -33
  1439. package/types/arm-mysql.d.ts +0 -2786
  1440. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
  1441. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +0 -0
  1442. /package/{dist-esm/src → dist/browser}/models/index.d.ts +0 -0
  1443. /package/{dist-esm/src → dist/browser}/models/index.d.ts.map +0 -0
  1444. /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
  1445. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
  1446. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
  1447. /package/{dist-esm/src → dist/browser}/models/mappers.js +0 -0
  1448. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
  1449. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
  1450. /package/{dist-esm/src → dist/browser}/operationsInterfaces/advisors.js +0 -0
  1451. /package/{dist-esm/src → dist/browser}/operationsInterfaces/checkNameAvailability.js +0 -0
  1452. /package/{dist-esm/src → dist/browser}/operationsInterfaces/configurations.js +0 -0
  1453. /package/{dist-esm/src → dist/browser}/operationsInterfaces/databases.js +0 -0
  1454. /package/{dist-esm/src → dist/browser}/operationsInterfaces/firewallRules.js +0 -0
  1455. /package/{dist-esm/src → dist/browser}/operationsInterfaces/locationBasedPerformanceTier.js +0 -0
  1456. /package/{dist-esm/src → dist/browser}/operationsInterfaces/locationBasedRecommendedActionSessionsOperationStatus.js +0 -0
  1457. /package/{dist-esm/src → dist/browser}/operationsInterfaces/locationBasedRecommendedActionSessionsResult.js +0 -0
  1458. /package/{dist-esm/src → dist/browser}/operationsInterfaces/logFiles.js +0 -0
  1459. /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
  1460. /package/{dist-esm/src → dist/browser}/operationsInterfaces/privateEndpointConnections.js +0 -0
  1461. /package/{dist-esm/src → dist/browser}/operationsInterfaces/privateLinkResources.js +0 -0
  1462. /package/{dist-esm/src → dist/browser}/operationsInterfaces/queryTexts.js +0 -0
  1463. /package/{dist-esm/src → dist/browser}/operationsInterfaces/recommendedActions.js +0 -0
  1464. /package/{dist-esm/src → dist/browser}/operationsInterfaces/recoverableServers.js +0 -0
  1465. /package/{dist-esm/src → dist/browser}/operationsInterfaces/replicas.js +0 -0
  1466. /package/{dist-esm/src → dist/browser}/operationsInterfaces/serverAdministrators.js +0 -0
  1467. /package/{dist-esm/src → dist/browser}/operationsInterfaces/serverBasedPerformanceTier.js +0 -0
  1468. /package/{dist-esm/src → dist/browser}/operationsInterfaces/serverKeys.js +0 -0
  1469. /package/{dist-esm/src → dist/browser}/operationsInterfaces/serverParameters.js +0 -0
  1470. /package/{dist-esm/src → dist/browser}/operationsInterfaces/serverSecurityAlertPolicies.js +0 -0
  1471. /package/{dist-esm/src → dist/browser}/operationsInterfaces/servers.js +0 -0
  1472. /package/{dist-esm/src → dist/browser}/operationsInterfaces/topQueryStatistics.js +0 -0
  1473. /package/{dist-esm/src → dist/browser}/operationsInterfaces/virtualNetworkRules.js +0 -0
  1474. /package/{dist-esm/src → dist/browser}/operationsInterfaces/waitStatistics.js +0 -0
  1475. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
  1476. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
  1477. /package/{dist-esm/src → dist/browser}/pagingHelper.js +0 -0
  1478. /package/{types → dist/commonjs}/tsdoc-metadata.json +0 -0
@@ -1,2786 +0,0 @@
1
- import * as coreAuth from '@azure/core-auth';
2
- import * as coreClient from '@azure/core-client';
3
- import { PagedAsyncIterableIterator } from '@azure/core-paging';
4
- import { PollerLike } from '@azure/core-lro';
5
- import { PollOperationState } from '@azure/core-lro';
6
-
7
- /** Represents a recommendation action advisor. */
8
- export declare interface Advisor extends ProxyResource {
9
- /** The properties of a recommendation action advisor. */
10
- properties?: Record<string, unknown>;
11
- }
12
-
13
- /** Interface representing a Advisors. */
14
- export declare interface Advisors {
15
- /**
16
- * List recommendation action advisors.
17
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
18
- * @param serverName The name of the server.
19
- * @param options The options parameters.
20
- */
21
- listByServer(resourceGroupName: string, serverName: string, options?: AdvisorsListByServerOptionalParams): PagedAsyncIterableIterator<Advisor>;
22
- /**
23
- * Get a recommendation action advisor.
24
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
25
- * @param serverName The name of the server.
26
- * @param advisorName The advisor name for recommendation action.
27
- * @param options The options parameters.
28
- */
29
- get(resourceGroupName: string, serverName: string, advisorName: string, options?: AdvisorsGetOptionalParams): Promise<AdvisorsGetResponse>;
30
- }
31
-
32
- /** Optional parameters. */
33
- export declare interface AdvisorsGetOptionalParams extends coreClient.OperationOptions {
34
- }
35
-
36
- /** Contains response data for the get operation. */
37
- export declare type AdvisorsGetResponse = Advisor;
38
-
39
- /** Optional parameters. */
40
- export declare interface AdvisorsListByServerNextOptionalParams extends coreClient.OperationOptions {
41
- }
42
-
43
- /** Contains response data for the listByServerNext operation. */
44
- export declare type AdvisorsListByServerNextResponse = AdvisorsResultList;
45
-
46
- /** Optional parameters. */
47
- export declare interface AdvisorsListByServerOptionalParams extends coreClient.OperationOptions {
48
- }
49
-
50
- /** Contains response data for the listByServer operation. */
51
- export declare type AdvisorsListByServerResponse = AdvisorsResultList;
52
-
53
- /** A list of query statistics. */
54
- export declare interface AdvisorsResultList {
55
- /**
56
- * The list of recommendation action advisors.
57
- * NOTE: This property will not be serialized. It can only be populated by the server.
58
- */
59
- readonly value?: Advisor[];
60
- /**
61
- * Link to retrieve next page of results.
62
- * NOTE: This property will not be serialized. It can only be populated by the server.
63
- */
64
- readonly nextLink?: string;
65
- }
66
-
67
- /** Interface representing a CheckNameAvailability. */
68
- export declare interface CheckNameAvailability {
69
- /**
70
- * Check the availability of name for resource
71
- * @param nameAvailabilityRequest The required parameters for checking if resource name is available.
72
- * @param options The options parameters.
73
- */
74
- execute(nameAvailabilityRequest: NameAvailabilityRequest, options?: CheckNameAvailabilityExecuteOptionalParams): Promise<CheckNameAvailabilityExecuteResponse>;
75
- }
76
-
77
- /** Optional parameters. */
78
- export declare interface CheckNameAvailabilityExecuteOptionalParams extends coreClient.OperationOptions {
79
- }
80
-
81
- /** Contains response data for the execute operation. */
82
- export declare type CheckNameAvailabilityExecuteResponse = NameAvailability;
83
-
84
- /** An error response from the Batch service. */
85
- export declare interface CloudError {
86
- /** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.) */
87
- error?: ErrorResponse;
88
- }
89
-
90
- /** An error response from the Batch service. */
91
- export declare interface CloudErrorAutoGenerated {
92
- /** Error message */
93
- error?: ErrorResponse;
94
- }
95
-
96
- /** Represents a Configuration. */
97
- export declare interface Configuration extends ProxyResource {
98
- /** Value of the configuration. */
99
- value?: string;
100
- /**
101
- * Description of the configuration.
102
- * NOTE: This property will not be serialized. It can only be populated by the server.
103
- */
104
- readonly description?: string;
105
- /**
106
- * Default value of the configuration.
107
- * NOTE: This property will not be serialized. It can only be populated by the server.
108
- */
109
- readonly defaultValue?: string;
110
- /**
111
- * Data type of the configuration.
112
- * NOTE: This property will not be serialized. It can only be populated by the server.
113
- */
114
- readonly dataType?: string;
115
- /**
116
- * Allowed values of the configuration.
117
- * NOTE: This property will not be serialized. It can only be populated by the server.
118
- */
119
- readonly allowedValues?: string;
120
- /** Source of the configuration. */
121
- source?: string;
122
- }
123
-
124
- /** A list of server configurations. */
125
- export declare interface ConfigurationListResult {
126
- /** The list of server configurations. */
127
- value?: Configuration[];
128
- }
129
-
130
- /** Interface representing a Configurations. */
131
- export declare interface Configurations {
132
- /**
133
- * List all the configurations in a given server.
134
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
135
- * @param serverName The name of the server.
136
- * @param options The options parameters.
137
- */
138
- listByServer(resourceGroupName: string, serverName: string, options?: ConfigurationsListByServerOptionalParams): PagedAsyncIterableIterator<Configuration>;
139
- /**
140
- * Updates a configuration of a server.
141
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
142
- * @param serverName The name of the server.
143
- * @param configurationName The name of the server configuration.
144
- * @param parameters The required parameters for updating a server configuration.
145
- * @param options The options parameters.
146
- */
147
- beginCreateOrUpdate(resourceGroupName: string, serverName: string, configurationName: string, parameters: Configuration, options?: ConfigurationsCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<ConfigurationsCreateOrUpdateResponse>, ConfigurationsCreateOrUpdateResponse>>;
148
- /**
149
- * Updates a configuration of a server.
150
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
151
- * @param serverName The name of the server.
152
- * @param configurationName The name of the server configuration.
153
- * @param parameters The required parameters for updating a server configuration.
154
- * @param options The options parameters.
155
- */
156
- beginCreateOrUpdateAndWait(resourceGroupName: string, serverName: string, configurationName: string, parameters: Configuration, options?: ConfigurationsCreateOrUpdateOptionalParams): Promise<ConfigurationsCreateOrUpdateResponse>;
157
- /**
158
- * Gets information about a configuration of server.
159
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
160
- * @param serverName The name of the server.
161
- * @param configurationName The name of the server configuration.
162
- * @param options The options parameters.
163
- */
164
- get(resourceGroupName: string, serverName: string, configurationName: string, options?: ConfigurationsGetOptionalParams): Promise<ConfigurationsGetResponse>;
165
- }
166
-
167
- /** Optional parameters. */
168
- export declare interface ConfigurationsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
169
- /** Delay to wait until next poll, in milliseconds. */
170
- updateIntervalInMs?: number;
171
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
172
- resumeFrom?: string;
173
- }
174
-
175
- /** Contains response data for the createOrUpdate operation. */
176
- export declare type ConfigurationsCreateOrUpdateResponse = Configuration;
177
-
178
- /** Optional parameters. */
179
- export declare interface ConfigurationsGetOptionalParams extends coreClient.OperationOptions {
180
- }
181
-
182
- /** Contains response data for the get operation. */
183
- export declare type ConfigurationsGetResponse = Configuration;
184
-
185
- /** Optional parameters. */
186
- export declare interface ConfigurationsListByServerOptionalParams extends coreClient.OperationOptions {
187
- }
188
-
189
- /** Contains response data for the listByServer operation. */
190
- export declare type ConfigurationsListByServerResponse = ConfigurationListResult;
191
-
192
- /**
193
- * Defines values for CreateMode. \
194
- * {@link KnownCreateMode} can be used interchangeably with CreateMode,
195
- * this enum contains the known values that the service supports.
196
- * ### Known values supported by the service
197
- * **Default** \
198
- * **PointInTimeRestore** \
199
- * **GeoRestore** \
200
- * **Replica**
201
- */
202
- export declare type CreateMode = string;
203
-
204
- /** Optional parameters. */
205
- export declare interface CreateRecommendedActionSessionOptionalParams extends coreClient.OperationOptions {
206
- /** Delay to wait until next poll, in milliseconds. */
207
- updateIntervalInMs?: number;
208
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
209
- resumeFrom?: string;
210
- }
211
-
212
- /** Represents a Database. */
213
- export declare interface Database extends ProxyResource {
214
- /** The charset of the database. */
215
- charset?: string;
216
- /** The collation of the database. */
217
- collation?: string;
218
- }
219
-
220
- /** A List of databases. */
221
- export declare interface DatabaseListResult {
222
- /** The list of databases housed in a server */
223
- value?: Database[];
224
- }
225
-
226
- /** Interface representing a Databases. */
227
- export declare interface Databases {
228
- /**
229
- * List all the databases in a given server.
230
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
231
- * @param serverName The name of the server.
232
- * @param options The options parameters.
233
- */
234
- listByServer(resourceGroupName: string, serverName: string, options?: DatabasesListByServerOptionalParams): PagedAsyncIterableIterator<Database>;
235
- /**
236
- * Creates a new database or updates an existing database.
237
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
238
- * @param serverName The name of the server.
239
- * @param databaseName The name of the database.
240
- * @param parameters The required parameters for creating or updating a database.
241
- * @param options The options parameters.
242
- */
243
- beginCreateOrUpdate(resourceGroupName: string, serverName: string, databaseName: string, parameters: Database, options?: DatabasesCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<DatabasesCreateOrUpdateResponse>, DatabasesCreateOrUpdateResponse>>;
244
- /**
245
- * Creates a new database or updates an existing database.
246
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
247
- * @param serverName The name of the server.
248
- * @param databaseName The name of the database.
249
- * @param parameters The required parameters for creating or updating a database.
250
- * @param options The options parameters.
251
- */
252
- beginCreateOrUpdateAndWait(resourceGroupName: string, serverName: string, databaseName: string, parameters: Database, options?: DatabasesCreateOrUpdateOptionalParams): Promise<DatabasesCreateOrUpdateResponse>;
253
- /**
254
- * Deletes a database.
255
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
256
- * @param serverName The name of the server.
257
- * @param databaseName The name of the database.
258
- * @param options The options parameters.
259
- */
260
- beginDelete(resourceGroupName: string, serverName: string, databaseName: string, options?: DatabasesDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
261
- /**
262
- * Deletes a database.
263
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
264
- * @param serverName The name of the server.
265
- * @param databaseName The name of the database.
266
- * @param options The options parameters.
267
- */
268
- beginDeleteAndWait(resourceGroupName: string, serverName: string, databaseName: string, options?: DatabasesDeleteOptionalParams): Promise<void>;
269
- /**
270
- * Gets information about a database.
271
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
272
- * @param serverName The name of the server.
273
- * @param databaseName The name of the database.
274
- * @param options The options parameters.
275
- */
276
- get(resourceGroupName: string, serverName: string, databaseName: string, options?: DatabasesGetOptionalParams): Promise<DatabasesGetResponse>;
277
- }
278
-
279
- /** Optional parameters. */
280
- export declare interface DatabasesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
281
- /** Delay to wait until next poll, in milliseconds. */
282
- updateIntervalInMs?: number;
283
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
284
- resumeFrom?: string;
285
- }
286
-
287
- /** Contains response data for the createOrUpdate operation. */
288
- export declare type DatabasesCreateOrUpdateResponse = Database;
289
-
290
- /** Optional parameters. */
291
- export declare interface DatabasesDeleteOptionalParams extends coreClient.OperationOptions {
292
- /** Delay to wait until next poll, in milliseconds. */
293
- updateIntervalInMs?: number;
294
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
295
- resumeFrom?: string;
296
- }
297
-
298
- /** Optional parameters. */
299
- export declare interface DatabasesGetOptionalParams extends coreClient.OperationOptions {
300
- }
301
-
302
- /** Contains response data for the get operation. */
303
- export declare type DatabasesGetResponse = Database;
304
-
305
- /** Optional parameters. */
306
- export declare interface DatabasesListByServerOptionalParams extends coreClient.OperationOptions {
307
- }
308
-
309
- /** Contains response data for the listByServer operation. */
310
- export declare type DatabasesListByServerResponse = DatabaseListResult;
311
-
312
- /** The resource management error additional info. */
313
- export declare interface ErrorAdditionalInfo {
314
- /**
315
- * The additional info type.
316
- * NOTE: This property will not be serialized. It can only be populated by the server.
317
- */
318
- readonly type?: string;
319
- /**
320
- * The additional info.
321
- * NOTE: This property will not be serialized. It can only be populated by the server.
322
- */
323
- readonly info?: Record<string, unknown>;
324
- }
325
-
326
- /** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.) */
327
- export declare interface ErrorResponse {
328
- /**
329
- * The error code.
330
- * NOTE: This property will not be serialized. It can only be populated by the server.
331
- */
332
- readonly code?: string;
333
- /**
334
- * The error message.
335
- * NOTE: This property will not be serialized. It can only be populated by the server.
336
- */
337
- readonly message?: string;
338
- /**
339
- * The error target.
340
- * NOTE: This property will not be serialized. It can only be populated by the server.
341
- */
342
- readonly target?: string;
343
- /**
344
- * The error details.
345
- * NOTE: This property will not be serialized. It can only be populated by the server.
346
- */
347
- readonly details?: ErrorResponse[];
348
- /**
349
- * The error additional info.
350
- * NOTE: This property will not be serialized. It can only be populated by the server.
351
- */
352
- readonly additionalInfo?: ErrorAdditionalInfo[];
353
- }
354
-
355
- /** Represents a server firewall rule. */
356
- export declare interface FirewallRule extends ProxyResource {
357
- /** The start IP address of the server firewall rule. Must be IPv4 format. */
358
- startIpAddress: string;
359
- /** The end IP address of the server firewall rule. Must be IPv4 format. */
360
- endIpAddress: string;
361
- }
362
-
363
- /** A list of firewall rules. */
364
- export declare interface FirewallRuleListResult {
365
- /** The list of firewall rules in a server. */
366
- value?: FirewallRule[];
367
- }
368
-
369
- /** Interface representing a FirewallRules. */
370
- export declare interface FirewallRules {
371
- /**
372
- * List all the firewall rules in a given server.
373
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
374
- * @param serverName The name of the server.
375
- * @param options The options parameters.
376
- */
377
- listByServer(resourceGroupName: string, serverName: string, options?: FirewallRulesListByServerOptionalParams): PagedAsyncIterableIterator<FirewallRule>;
378
- /**
379
- * Creates a new firewall rule or updates an existing firewall rule.
380
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
381
- * @param serverName The name of the server.
382
- * @param firewallRuleName The name of the server firewall rule.
383
- * @param parameters The required parameters for creating or updating a firewall rule.
384
- * @param options The options parameters.
385
- */
386
- beginCreateOrUpdate(resourceGroupName: string, serverName: string, firewallRuleName: string, parameters: FirewallRule, options?: FirewallRulesCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<FirewallRulesCreateOrUpdateResponse>, FirewallRulesCreateOrUpdateResponse>>;
387
- /**
388
- * Creates a new firewall rule or updates an existing firewall rule.
389
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
390
- * @param serverName The name of the server.
391
- * @param firewallRuleName The name of the server firewall rule.
392
- * @param parameters The required parameters for creating or updating a firewall rule.
393
- * @param options The options parameters.
394
- */
395
- beginCreateOrUpdateAndWait(resourceGroupName: string, serverName: string, firewallRuleName: string, parameters: FirewallRule, options?: FirewallRulesCreateOrUpdateOptionalParams): Promise<FirewallRulesCreateOrUpdateResponse>;
396
- /**
397
- * Deletes a server firewall rule.
398
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
399
- * @param serverName The name of the server.
400
- * @param firewallRuleName The name of the server firewall rule.
401
- * @param options The options parameters.
402
- */
403
- beginDelete(resourceGroupName: string, serverName: string, firewallRuleName: string, options?: FirewallRulesDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
404
- /**
405
- * Deletes a server firewall rule.
406
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
407
- * @param serverName The name of the server.
408
- * @param firewallRuleName The name of the server firewall rule.
409
- * @param options The options parameters.
410
- */
411
- beginDeleteAndWait(resourceGroupName: string, serverName: string, firewallRuleName: string, options?: FirewallRulesDeleteOptionalParams): Promise<void>;
412
- /**
413
- * Gets information about a server firewall rule.
414
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
415
- * @param serverName The name of the server.
416
- * @param firewallRuleName The name of the server firewall rule.
417
- * @param options The options parameters.
418
- */
419
- get(resourceGroupName: string, serverName: string, firewallRuleName: string, options?: FirewallRulesGetOptionalParams): Promise<FirewallRulesGetResponse>;
420
- }
421
-
422
- /** Optional parameters. */
423
- export declare interface FirewallRulesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
424
- /** Delay to wait until next poll, in milliseconds. */
425
- updateIntervalInMs?: number;
426
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
427
- resumeFrom?: string;
428
- }
429
-
430
- /** Contains response data for the createOrUpdate operation. */
431
- export declare type FirewallRulesCreateOrUpdateResponse = FirewallRule;
432
-
433
- /** Optional parameters. */
434
- export declare interface FirewallRulesDeleteOptionalParams extends coreClient.OperationOptions {
435
- /** Delay to wait until next poll, in milliseconds. */
436
- updateIntervalInMs?: number;
437
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
438
- resumeFrom?: string;
439
- }
440
-
441
- /** Optional parameters. */
442
- export declare interface FirewallRulesGetOptionalParams extends coreClient.OperationOptions {
443
- }
444
-
445
- /** Contains response data for the get operation. */
446
- export declare type FirewallRulesGetResponse = FirewallRule;
447
-
448
- /** Optional parameters. */
449
- export declare interface FirewallRulesListByServerOptionalParams extends coreClient.OperationOptions {
450
- }
451
-
452
- /** Contains response data for the listByServer operation. */
453
- export declare type FirewallRulesListByServerResponse = FirewallRuleListResult;
454
-
455
- /**
456
- * Defines values for GeoRedundantBackup. \
457
- * {@link KnownGeoRedundantBackup} can be used interchangeably with GeoRedundantBackup,
458
- * this enum contains the known values that the service supports.
459
- * ### Known values supported by the service
460
- * **Enabled** \
461
- * **Disabled**
462
- */
463
- export declare type GeoRedundantBackup = string;
464
-
465
- /**
466
- * Given a result page from a pageable operation, returns a
467
- * continuation token that can be used to begin paging from
468
- * that point later.
469
- * @param page A result object from calling .byPage() on a paged operation.
470
- * @returns The continuation token that can be passed into byPage().
471
- */
472
- export declare function getContinuationToken(page: unknown): string | undefined;
473
-
474
- /**
475
- * Defines values for IdentityType. \
476
- * {@link KnownIdentityType} can be used interchangeably with IdentityType,
477
- * this enum contains the known values that the service supports.
478
- * ### Known values supported by the service
479
- * **SystemAssigned**
480
- */
481
- export declare type IdentityType = string;
482
-
483
- /**
484
- * Defines values for InfrastructureEncryption. \
485
- * {@link KnownInfrastructureEncryption} can be used interchangeably with InfrastructureEncryption,
486
- * this enum contains the known values that the service supports.
487
- * ### Known values supported by the service
488
- * **Enabled**: Default value for single layer of encryption for data at rest. \
489
- * **Disabled**: Additional (2nd) layer of encryption for data at rest
490
- */
491
- export declare type InfrastructureEncryption = string;
492
-
493
- /** Known values of {@link CreateMode} that the service accepts. */
494
- export declare enum KnownCreateMode {
495
- /** Default */
496
- Default = "Default",
497
- /** PointInTimeRestore */
498
- PointInTimeRestore = "PointInTimeRestore",
499
- /** GeoRestore */
500
- GeoRestore = "GeoRestore",
501
- /** Replica */
502
- Replica = "Replica"
503
- }
504
-
505
- /** Known values of {@link GeoRedundantBackup} that the service accepts. */
506
- export declare enum KnownGeoRedundantBackup {
507
- /** Enabled */
508
- Enabled = "Enabled",
509
- /** Disabled */
510
- Disabled = "Disabled"
511
- }
512
-
513
- /** Known values of {@link IdentityType} that the service accepts. */
514
- export declare enum KnownIdentityType {
515
- /** SystemAssigned */
516
- SystemAssigned = "SystemAssigned"
517
- }
518
-
519
- /** Known values of {@link InfrastructureEncryption} that the service accepts. */
520
- export declare enum KnownInfrastructureEncryption {
521
- /** Default value for single layer of encryption for data at rest. */
522
- Enabled = "Enabled",
523
- /** Additional (2nd) layer of encryption for data at rest */
524
- Disabled = "Disabled"
525
- }
526
-
527
- /** Known values of {@link MinimalTlsVersionEnum} that the service accepts. */
528
- export declare enum KnownMinimalTlsVersionEnum {
529
- /** TLS10 */
530
- TLS10 = "TLS1_0",
531
- /** TLS11 */
532
- TLS11 = "TLS1_1",
533
- /** TLS12 */
534
- TLS12 = "TLS1_2",
535
- /** TLSEnforcementDisabled */
536
- TLSEnforcementDisabled = "TLSEnforcementDisabled"
537
- }
538
-
539
- /** Known values of {@link OperationOrigin} that the service accepts. */
540
- export declare enum KnownOperationOrigin {
541
- /** NotSpecified */
542
- NotSpecified = "NotSpecified",
543
- /** User */
544
- User = "user",
545
- /** System */
546
- System = "system"
547
- }
548
-
549
- /** Known values of {@link PrivateEndpointProvisioningState} that the service accepts. */
550
- export declare enum KnownPrivateEndpointProvisioningState {
551
- /** Approving */
552
- Approving = "Approving",
553
- /** Ready */
554
- Ready = "Ready",
555
- /** Dropping */
556
- Dropping = "Dropping",
557
- /** Failed */
558
- Failed = "Failed",
559
- /** Rejecting */
560
- Rejecting = "Rejecting"
561
- }
562
-
563
- /** Known values of {@link PrivateLinkServiceConnectionStateActionsRequire} that the service accepts. */
564
- export declare enum KnownPrivateLinkServiceConnectionStateActionsRequire {
565
- /** None */
566
- None = "None"
567
- }
568
-
569
- /** Known values of {@link PrivateLinkServiceConnectionStateStatus} that the service accepts. */
570
- export declare enum KnownPrivateLinkServiceConnectionStateStatus {
571
- /** Approved */
572
- Approved = "Approved",
573
- /** Pending */
574
- Pending = "Pending",
575
- /** Rejected */
576
- Rejected = "Rejected",
577
- /** Disconnected */
578
- Disconnected = "Disconnected"
579
- }
580
-
581
- /** Known values of {@link PublicNetworkAccessEnum} that the service accepts. */
582
- export declare enum KnownPublicNetworkAccessEnum {
583
- /** Enabled */
584
- Enabled = "Enabled",
585
- /** Disabled */
586
- Disabled = "Disabled"
587
- }
588
-
589
- /** Known values of {@link QueryPerformanceInsightResetDataResultState} that the service accepts. */
590
- export declare enum KnownQueryPerformanceInsightResetDataResultState {
591
- /** Succeeded */
592
- Succeeded = "Succeeded",
593
- /** Failed */
594
- Failed = "Failed"
595
- }
596
-
597
- /** Known values of {@link SecurityAlertPolicyName} that the service accepts. */
598
- export declare enum KnownSecurityAlertPolicyName {
599
- /** Default */
600
- Default = "Default"
601
- }
602
-
603
- /** Known values of {@link ServerKeyType} that the service accepts. */
604
- export declare enum KnownServerKeyType {
605
- /** AzureKeyVault */
606
- AzureKeyVault = "AzureKeyVault"
607
- }
608
-
609
- /** Known values of {@link ServerState} that the service accepts. */
610
- export declare enum KnownServerState {
611
- /** Ready */
612
- Ready = "Ready",
613
- /** Dropping */
614
- Dropping = "Dropping",
615
- /** Disabled */
616
- Disabled = "Disabled",
617
- /** Inaccessible */
618
- Inaccessible = "Inaccessible"
619
- }
620
-
621
- /** Known values of {@link ServerVersion} that the service accepts. */
622
- export declare enum KnownServerVersion {
623
- /** Five6 */
624
- Five6 = "5.6",
625
- /** Five7 */
626
- Five7 = "5.7",
627
- /** Eight0 */
628
- Eight0 = "8.0"
629
- }
630
-
631
- /** Known values of {@link SkuTier} that the service accepts. */
632
- export declare enum KnownSkuTier {
633
- /** Basic */
634
- Basic = "Basic",
635
- /** GeneralPurpose */
636
- GeneralPurpose = "GeneralPurpose",
637
- /** MemoryOptimized */
638
- MemoryOptimized = "MemoryOptimized"
639
- }
640
-
641
- /** Known values of {@link StorageAutogrow} that the service accepts. */
642
- export declare enum KnownStorageAutogrow {
643
- /** Enabled */
644
- Enabled = "Enabled",
645
- /** Disabled */
646
- Disabled = "Disabled"
647
- }
648
-
649
- /** Known values of {@link VirtualNetworkRuleState} that the service accepts. */
650
- export declare enum KnownVirtualNetworkRuleState {
651
- /** Initializing */
652
- Initializing = "Initializing",
653
- /** InProgress */
654
- InProgress = "InProgress",
655
- /** Ready */
656
- Ready = "Ready",
657
- /** Deleting */
658
- Deleting = "Deleting",
659
- /** Unknown */
660
- Unknown = "Unknown"
661
- }
662
-
663
- /** Interface representing a LocationBasedPerformanceTier. */
664
- export declare interface LocationBasedPerformanceTier {
665
- /**
666
- * List all the performance tiers at specified location in a given subscription.
667
- * @param locationName The name of the location.
668
- * @param options The options parameters.
669
- */
670
- list(locationName: string, options?: LocationBasedPerformanceTierListOptionalParams): PagedAsyncIterableIterator<PerformanceTierProperties>;
671
- }
672
-
673
- /** Optional parameters. */
674
- export declare interface LocationBasedPerformanceTierListOptionalParams extends coreClient.OperationOptions {
675
- }
676
-
677
- /** Contains response data for the list operation. */
678
- export declare type LocationBasedPerformanceTierListResponse = PerformanceTierListResult;
679
-
680
- /** Interface representing a LocationBasedRecommendedActionSessionsOperationStatus. */
681
- export declare interface LocationBasedRecommendedActionSessionsOperationStatus {
682
- /**
683
- * Recommendation action session operation status.
684
- * @param locationName The name of the location.
685
- * @param operationId The operation identifier.
686
- * @param options The options parameters.
687
- */
688
- get(locationName: string, operationId: string, options?: LocationBasedRecommendedActionSessionsOperationStatusGetOptionalParams): Promise<LocationBasedRecommendedActionSessionsOperationStatusGetResponse>;
689
- }
690
-
691
- /** Optional parameters. */
692
- export declare interface LocationBasedRecommendedActionSessionsOperationStatusGetOptionalParams extends coreClient.OperationOptions {
693
- }
694
-
695
- /** Contains response data for the get operation. */
696
- export declare type LocationBasedRecommendedActionSessionsOperationStatusGetResponse = RecommendedActionSessionsOperationStatus;
697
-
698
- /** Interface representing a LocationBasedRecommendedActionSessionsResult. */
699
- export declare interface LocationBasedRecommendedActionSessionsResult {
700
- /**
701
- * Recommendation action session operation result.
702
- * @param locationName The name of the location.
703
- * @param operationId The operation identifier.
704
- * @param options The options parameters.
705
- */
706
- list(locationName: string, operationId: string, options?: LocationBasedRecommendedActionSessionsResultListOptionalParams): PagedAsyncIterableIterator<RecommendationAction>;
707
- }
708
-
709
- /** Optional parameters. */
710
- export declare interface LocationBasedRecommendedActionSessionsResultListNextOptionalParams extends coreClient.OperationOptions {
711
- }
712
-
713
- /** Contains response data for the listNext operation. */
714
- export declare type LocationBasedRecommendedActionSessionsResultListNextResponse = RecommendationActionsResultList;
715
-
716
- /** Optional parameters. */
717
- export declare interface LocationBasedRecommendedActionSessionsResultListOptionalParams extends coreClient.OperationOptions {
718
- }
719
-
720
- /** Contains response data for the list operation. */
721
- export declare type LocationBasedRecommendedActionSessionsResultListResponse = RecommendationActionsResultList;
722
-
723
- /** Represents a log file. */
724
- export declare interface LogFile extends ProxyResource {
725
- /** Size of the log file. */
726
- sizeInKB?: number;
727
- /**
728
- * Creation timestamp of the log file.
729
- * NOTE: This property will not be serialized. It can only be populated by the server.
730
- */
731
- readonly createdTime?: Date;
732
- /**
733
- * Last modified timestamp of the log file.
734
- * NOTE: This property will not be serialized. It can only be populated by the server.
735
- */
736
- readonly lastModifiedTime?: Date;
737
- /** Type of the log file. */
738
- typePropertiesType?: string;
739
- /** The url to download the log file from. */
740
- url?: string;
741
- }
742
-
743
- /** A list of log files. */
744
- export declare interface LogFileListResult {
745
- /** The list of log files. */
746
- value?: LogFile[];
747
- }
748
-
749
- /** Interface representing a LogFiles. */
750
- export declare interface LogFiles {
751
- /**
752
- * List all the log files in a given server.
753
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
754
- * @param serverName The name of the server.
755
- * @param options The options parameters.
756
- */
757
- listByServer(resourceGroupName: string, serverName: string, options?: LogFilesListByServerOptionalParams): PagedAsyncIterableIterator<LogFile>;
758
- }
759
-
760
- /** Optional parameters. */
761
- export declare interface LogFilesListByServerOptionalParams extends coreClient.OperationOptions {
762
- }
763
-
764
- /** Contains response data for the listByServer operation. */
765
- export declare type LogFilesListByServerResponse = LogFileListResult;
766
-
767
- /**
768
- * Defines values for MinimalTlsVersionEnum. \
769
- * {@link KnownMinimalTlsVersionEnum} can be used interchangeably with MinimalTlsVersionEnum,
770
- * this enum contains the known values that the service supports.
771
- * ### Known values supported by the service
772
- * **TLS1_0** \
773
- * **TLS1_1** \
774
- * **TLS1_2** \
775
- * **TLSEnforcementDisabled**
776
- */
777
- export declare type MinimalTlsVersionEnum = string;
778
-
779
- export declare class MySQLManagementClient extends coreClient.ServiceClient {
780
- $host: string;
781
- subscriptionId: string;
782
- /**
783
- * Initializes a new instance of the MySQLManagementClient class.
784
- * @param credentials Subscription credentials which uniquely identify client subscription.
785
- * @param subscriptionId The ID of the target subscription.
786
- * @param options The parameter options
787
- */
788
- constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: MySQLManagementClientOptionalParams);
789
- /**
790
- * Reset data for Query Performance Insight.
791
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
792
- * @param serverName The name of the server.
793
- * @param options The options parameters.
794
- */
795
- resetQueryPerformanceInsightData(resourceGroupName: string, serverName: string, options?: ResetQueryPerformanceInsightDataOptionalParams): Promise<ResetQueryPerformanceInsightDataResponse>;
796
- /**
797
- * Create recommendation action session for the advisor.
798
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
799
- * @param serverName The name of the server.
800
- * @param advisorName The advisor name for recommendation action.
801
- * @param databaseName The name of the database.
802
- * @param options The options parameters.
803
- */
804
- beginCreateRecommendedActionSession(resourceGroupName: string, serverName: string, advisorName: string, databaseName: string, options?: CreateRecommendedActionSessionOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
805
- /**
806
- * Create recommendation action session for the advisor.
807
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
808
- * @param serverName The name of the server.
809
- * @param advisorName The advisor name for recommendation action.
810
- * @param databaseName The name of the database.
811
- * @param options The options parameters.
812
- */
813
- beginCreateRecommendedActionSessionAndWait(resourceGroupName: string, serverName: string, advisorName: string, databaseName: string, options?: CreateRecommendedActionSessionOptionalParams): Promise<void>;
814
- servers: Servers;
815
- replicas: Replicas;
816
- firewallRules: FirewallRules;
817
- virtualNetworkRules: VirtualNetworkRules;
818
- databases: Databases;
819
- configurations: Configurations;
820
- serverParameters: ServerParameters;
821
- logFiles: LogFiles;
822
- serverAdministrators: ServerAdministrators;
823
- recoverableServers: RecoverableServers;
824
- serverBasedPerformanceTier: ServerBasedPerformanceTier;
825
- locationBasedPerformanceTier: LocationBasedPerformanceTier;
826
- checkNameAvailability: CheckNameAvailability;
827
- operations: Operations;
828
- serverSecurityAlertPolicies: ServerSecurityAlertPolicies;
829
- queryTexts: QueryTexts;
830
- topQueryStatistics: TopQueryStatistics;
831
- waitStatistics: WaitStatistics;
832
- advisors: Advisors;
833
- recommendedActions: RecommendedActions;
834
- locationBasedRecommendedActionSessionsOperationStatus: LocationBasedRecommendedActionSessionsOperationStatus;
835
- locationBasedRecommendedActionSessionsResult: LocationBasedRecommendedActionSessionsResult;
836
- privateEndpointConnections: PrivateEndpointConnections;
837
- privateLinkResources: PrivateLinkResources;
838
- serverKeys: ServerKeys;
839
- }
840
-
841
- /** Optional parameters. */
842
- export declare interface MySQLManagementClientOptionalParams extends coreClient.ServiceClientOptions {
843
- /** server parameter */
844
- $host?: string;
845
- /** Overrides client endpoint. */
846
- endpoint?: string;
847
- }
848
-
849
- /** Represents a resource name availability. */
850
- export declare interface NameAvailability {
851
- /** Error Message. */
852
- message?: string;
853
- /** Indicates whether the resource name is available. */
854
- nameAvailable?: boolean;
855
- /** Reason for name being unavailable. */
856
- reason?: string;
857
- }
858
-
859
- /** Request from client to check resource name availability. */
860
- export declare interface NameAvailabilityRequest {
861
- /** Resource name to verify. */
862
- name: string;
863
- /** Resource type used for verification. */
864
- type?: string;
865
- }
866
-
867
- /** REST API operation definition. */
868
- export declare interface Operation {
869
- /**
870
- * The name of the operation being performed on this particular object.
871
- * NOTE: This property will not be serialized. It can only be populated by the server.
872
- */
873
- readonly name?: string;
874
- /**
875
- * The localized display information for this particular operation or action.
876
- * NOTE: This property will not be serialized. It can only be populated by the server.
877
- */
878
- readonly display?: OperationDisplay;
879
- /**
880
- * The intended executor of the operation.
881
- * NOTE: This property will not be serialized. It can only be populated by the server.
882
- */
883
- readonly origin?: OperationOrigin;
884
- /**
885
- * Additional descriptions for the operation.
886
- * NOTE: This property will not be serialized. It can only be populated by the server.
887
- */
888
- readonly properties?: {
889
- [propertyName: string]: Record<string, unknown>;
890
- };
891
- }
892
-
893
- /** Display metadata associated with the operation. */
894
- export declare interface OperationDisplay {
895
- /**
896
- * Operation resource provider name.
897
- * NOTE: This property will not be serialized. It can only be populated by the server.
898
- */
899
- readonly provider?: string;
900
- /**
901
- * Resource on which the operation is performed.
902
- * NOTE: This property will not be serialized. It can only be populated by the server.
903
- */
904
- readonly resource?: string;
905
- /**
906
- * Localized friendly name for the operation.
907
- * NOTE: This property will not be serialized. It can only be populated by the server.
908
- */
909
- readonly operation?: string;
910
- /**
911
- * Operation description.
912
- * NOTE: This property will not be serialized. It can only be populated by the server.
913
- */
914
- readonly description?: string;
915
- }
916
-
917
- /** A list of resource provider operations. */
918
- export declare interface OperationListResult {
919
- /** The list of resource provider operations. */
920
- value?: Operation[];
921
- }
922
-
923
- /**
924
- * Defines values for OperationOrigin. \
925
- * {@link KnownOperationOrigin} can be used interchangeably with OperationOrigin,
926
- * this enum contains the known values that the service supports.
927
- * ### Known values supported by the service
928
- * **NotSpecified** \
929
- * **user** \
930
- * **system**
931
- */
932
- export declare type OperationOrigin = string;
933
-
934
- /** Interface representing a Operations. */
935
- export declare interface Operations {
936
- /**
937
- * Lists all of the available REST API operations.
938
- * @param options The options parameters.
939
- */
940
- list(options?: OperationsListOptionalParams): Promise<OperationsListResponse>;
941
- }
942
-
943
- /** Optional parameters. */
944
- export declare interface OperationsListOptionalParams extends coreClient.OperationOptions {
945
- }
946
-
947
- /** Contains response data for the list operation. */
948
- export declare type OperationsListResponse = OperationListResult;
949
-
950
- /** A list of performance tiers. */
951
- export declare interface PerformanceTierListResult {
952
- /** The list of performance tiers */
953
- value?: PerformanceTierProperties[];
954
- }
955
-
956
- /** Performance tier properties */
957
- export declare interface PerformanceTierProperties {
958
- /** ID of the performance tier. */
959
- id?: string;
960
- /** Maximum Backup retention in days for the performance tier edition */
961
- maxBackupRetentionDays?: number;
962
- /** Minimum Backup retention in days for the performance tier edition */
963
- minBackupRetentionDays?: number;
964
- /** Max storage allowed for a server. */
965
- maxStorageMB?: number;
966
- /** Max storage allowed for a server. */
967
- minLargeStorageMB?: number;
968
- /** Max storage allowed for a server. */
969
- maxLargeStorageMB?: number;
970
- /** Max storage allowed for a server. */
971
- minStorageMB?: number;
972
- /** Service level objectives associated with the performance tier */
973
- serviceLevelObjectives?: PerformanceTierServiceLevelObjectives[];
974
- }
975
-
976
- /** Service level objectives for performance tier. */
977
- export declare interface PerformanceTierServiceLevelObjectives {
978
- /** ID for the service level objective. */
979
- id?: string;
980
- /** Edition of the performance tier. */
981
- edition?: string;
982
- /** vCore associated with the service level objective */
983
- vCore?: number;
984
- /** Hardware generation associated with the service level objective */
985
- hardwareGeneration?: string;
986
- /** Maximum Backup retention in days for the performance tier edition */
987
- maxBackupRetentionDays?: number;
988
- /** Minimum Backup retention in days for the performance tier edition */
989
- minBackupRetentionDays?: number;
990
- /** Max storage allowed for a server. */
991
- maxStorageMB?: number;
992
- /** Max storage allowed for a server. */
993
- minStorageMB?: number;
994
- }
995
-
996
- /** A private endpoint connection */
997
- export declare interface PrivateEndpointConnection extends ProxyResource {
998
- /** Private endpoint which the connection belongs to. */
999
- privateEndpoint?: PrivateEndpointProperty;
1000
- /** Connection state of the private endpoint connection. */
1001
- privateLinkServiceConnectionState?: PrivateLinkServiceConnectionStateProperty;
1002
- /**
1003
- * State of the private endpoint connection.
1004
- * NOTE: This property will not be serialized. It can only be populated by the server.
1005
- */
1006
- readonly provisioningState?: string;
1007
- }
1008
-
1009
- /** A list of private endpoint connections. */
1010
- export declare interface PrivateEndpointConnectionListResult {
1011
- /**
1012
- * Array of results.
1013
- * NOTE: This property will not be serialized. It can only be populated by the server.
1014
- */
1015
- readonly value?: PrivateEndpointConnection[];
1016
- /**
1017
- * Link to retrieve next page of results.
1018
- * NOTE: This property will not be serialized. It can only be populated by the server.
1019
- */
1020
- readonly nextLink?: string;
1021
- }
1022
-
1023
- /** Interface representing a PrivateEndpointConnections. */
1024
- export declare interface PrivateEndpointConnections {
1025
- /**
1026
- * Gets all private endpoint connections on a server.
1027
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
1028
- * @param serverName The name of the server.
1029
- * @param options The options parameters.
1030
- */
1031
- listByServer(resourceGroupName: string, serverName: string, options?: PrivateEndpointConnectionsListByServerOptionalParams): PagedAsyncIterableIterator<PrivateEndpointConnection>;
1032
- /**
1033
- * Gets a private endpoint connection.
1034
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
1035
- * @param serverName The name of the server.
1036
- * @param privateEndpointConnectionName The name of the private endpoint connection.
1037
- * @param options The options parameters.
1038
- */
1039
- get(resourceGroupName: string, serverName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsGetOptionalParams): Promise<PrivateEndpointConnectionsGetResponse>;
1040
- /**
1041
- * Approve or reject a private endpoint connection with a given name.
1042
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
1043
- * @param serverName The name of the server.
1044
- * @param privateEndpointConnectionName
1045
- * @param parameters A private endpoint connection
1046
- * @param options The options parameters.
1047
- */
1048
- beginCreateOrUpdate(resourceGroupName: string, serverName: string, privateEndpointConnectionName: string, parameters: PrivateEndpointConnection, options?: PrivateEndpointConnectionsCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<PrivateEndpointConnectionsCreateOrUpdateResponse>, PrivateEndpointConnectionsCreateOrUpdateResponse>>;
1049
- /**
1050
- * Approve or reject a private endpoint connection with a given name.
1051
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
1052
- * @param serverName The name of the server.
1053
- * @param privateEndpointConnectionName
1054
- * @param parameters A private endpoint connection
1055
- * @param options The options parameters.
1056
- */
1057
- beginCreateOrUpdateAndWait(resourceGroupName: string, serverName: string, privateEndpointConnectionName: string, parameters: PrivateEndpointConnection, options?: PrivateEndpointConnectionsCreateOrUpdateOptionalParams): Promise<PrivateEndpointConnectionsCreateOrUpdateResponse>;
1058
- /**
1059
- * Deletes a private endpoint connection with a given name.
1060
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
1061
- * @param serverName The name of the server.
1062
- * @param privateEndpointConnectionName
1063
- * @param options The options parameters.
1064
- */
1065
- beginDelete(resourceGroupName: string, serverName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
1066
- /**
1067
- * Deletes a private endpoint connection with a given name.
1068
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
1069
- * @param serverName The name of the server.
1070
- * @param privateEndpointConnectionName
1071
- * @param options The options parameters.
1072
- */
1073
- beginDeleteAndWait(resourceGroupName: string, serverName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<void>;
1074
- /**
1075
- * Updates private endpoint connection with the specified tags.
1076
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
1077
- * @param serverName The name of the server.
1078
- * @param privateEndpointConnectionName
1079
- * @param parameters Parameters supplied to the Update private endpoint connection Tags operation.
1080
- * @param options The options parameters.
1081
- */
1082
- beginUpdateTags(resourceGroupName: string, serverName: string, privateEndpointConnectionName: string, parameters: TagsObject, options?: PrivateEndpointConnectionsUpdateTagsOptionalParams): Promise<PollerLike<PollOperationState<PrivateEndpointConnectionsUpdateTagsResponse>, PrivateEndpointConnectionsUpdateTagsResponse>>;
1083
- /**
1084
- * Updates private endpoint connection with the specified tags.
1085
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
1086
- * @param serverName The name of the server.
1087
- * @param privateEndpointConnectionName
1088
- * @param parameters Parameters supplied to the Update private endpoint connection Tags operation.
1089
- * @param options The options parameters.
1090
- */
1091
- beginUpdateTagsAndWait(resourceGroupName: string, serverName: string, privateEndpointConnectionName: string, parameters: TagsObject, options?: PrivateEndpointConnectionsUpdateTagsOptionalParams): Promise<PrivateEndpointConnectionsUpdateTagsResponse>;
1092
- }
1093
-
1094
- /** Optional parameters. */
1095
- export declare interface PrivateEndpointConnectionsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
1096
- /** Delay to wait until next poll, in milliseconds. */
1097
- updateIntervalInMs?: number;
1098
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1099
- resumeFrom?: string;
1100
- }
1101
-
1102
- /** Contains response data for the createOrUpdate operation. */
1103
- export declare type PrivateEndpointConnectionsCreateOrUpdateResponse = PrivateEndpointConnection;
1104
-
1105
- /** Optional parameters. */
1106
- export declare interface PrivateEndpointConnectionsDeleteOptionalParams extends coreClient.OperationOptions {
1107
- /** Delay to wait until next poll, in milliseconds. */
1108
- updateIntervalInMs?: number;
1109
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1110
- resumeFrom?: string;
1111
- }
1112
-
1113
- /** Optional parameters. */
1114
- export declare interface PrivateEndpointConnectionsGetOptionalParams extends coreClient.OperationOptions {
1115
- }
1116
-
1117
- /** Contains response data for the get operation. */
1118
- export declare type PrivateEndpointConnectionsGetResponse = PrivateEndpointConnection;
1119
-
1120
- /** Optional parameters. */
1121
- export declare interface PrivateEndpointConnectionsListByServerNextOptionalParams extends coreClient.OperationOptions {
1122
- }
1123
-
1124
- /** Contains response data for the listByServerNext operation. */
1125
- export declare type PrivateEndpointConnectionsListByServerNextResponse = PrivateEndpointConnectionListResult;
1126
-
1127
- /** Optional parameters. */
1128
- export declare interface PrivateEndpointConnectionsListByServerOptionalParams extends coreClient.OperationOptions {
1129
- }
1130
-
1131
- /** Contains response data for the listByServer operation. */
1132
- export declare type PrivateEndpointConnectionsListByServerResponse = PrivateEndpointConnectionListResult;
1133
-
1134
- /** Optional parameters. */
1135
- export declare interface PrivateEndpointConnectionsUpdateTagsOptionalParams extends coreClient.OperationOptions {
1136
- /** Delay to wait until next poll, in milliseconds. */
1137
- updateIntervalInMs?: number;
1138
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1139
- resumeFrom?: string;
1140
- }
1141
-
1142
- /** Contains response data for the updateTags operation. */
1143
- export declare type PrivateEndpointConnectionsUpdateTagsResponse = PrivateEndpointConnection;
1144
-
1145
- export declare interface PrivateEndpointProperty {
1146
- /** Resource id of the private endpoint. */
1147
- id?: string;
1148
- }
1149
-
1150
- /**
1151
- * Defines values for PrivateEndpointProvisioningState. \
1152
- * {@link KnownPrivateEndpointProvisioningState} can be used interchangeably with PrivateEndpointProvisioningState,
1153
- * this enum contains the known values that the service supports.
1154
- * ### Known values supported by the service
1155
- * **Approving** \
1156
- * **Ready** \
1157
- * **Dropping** \
1158
- * **Failed** \
1159
- * **Rejecting**
1160
- */
1161
- export declare type PrivateEndpointProvisioningState = string;
1162
-
1163
- /** A private link resource */
1164
- export declare interface PrivateLinkResource extends ProxyResource {
1165
- /**
1166
- * The private link resource group id.
1167
- * NOTE: This property will not be serialized. It can only be populated by the server.
1168
- */
1169
- readonly properties?: PrivateLinkResourceProperties;
1170
- }
1171
-
1172
- /** A list of private link resources */
1173
- export declare interface PrivateLinkResourceListResult {
1174
- /**
1175
- * Array of results.
1176
- * NOTE: This property will not be serialized. It can only be populated by the server.
1177
- */
1178
- readonly value?: PrivateLinkResource[];
1179
- /**
1180
- * Link to retrieve next page of results.
1181
- * NOTE: This property will not be serialized. It can only be populated by the server.
1182
- */
1183
- readonly nextLink?: string;
1184
- }
1185
-
1186
- /** Properties of a private link resource. */
1187
- export declare interface PrivateLinkResourceProperties {
1188
- /**
1189
- * The private link resource group id.
1190
- * NOTE: This property will not be serialized. It can only be populated by the server.
1191
- */
1192
- readonly groupId?: string;
1193
- /**
1194
- * The private link resource required member names.
1195
- * NOTE: This property will not be serialized. It can only be populated by the server.
1196
- */
1197
- readonly requiredMembers?: string[];
1198
- }
1199
-
1200
- /** Interface representing a PrivateLinkResources. */
1201
- export declare interface PrivateLinkResources {
1202
- /**
1203
- * Gets the private link resources for MySQL server.
1204
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
1205
- * @param serverName The name of the server.
1206
- * @param options The options parameters.
1207
- */
1208
- listByServer(resourceGroupName: string, serverName: string, options?: PrivateLinkResourcesListByServerOptionalParams): PagedAsyncIterableIterator<PrivateLinkResource>;
1209
- /**
1210
- * Gets a private link resource for MySQL server.
1211
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
1212
- * @param serverName The name of the server.
1213
- * @param groupName The name of the private link resource.
1214
- * @param options The options parameters.
1215
- */
1216
- get(resourceGroupName: string, serverName: string, groupName: string, options?: PrivateLinkResourcesGetOptionalParams): Promise<PrivateLinkResourcesGetResponse>;
1217
- }
1218
-
1219
- /** Optional parameters. */
1220
- export declare interface PrivateLinkResourcesGetOptionalParams extends coreClient.OperationOptions {
1221
- }
1222
-
1223
- /** Contains response data for the get operation. */
1224
- export declare type PrivateLinkResourcesGetResponse = PrivateLinkResource;
1225
-
1226
- /** Optional parameters. */
1227
- export declare interface PrivateLinkResourcesListByServerNextOptionalParams extends coreClient.OperationOptions {
1228
- }
1229
-
1230
- /** Contains response data for the listByServerNext operation. */
1231
- export declare type PrivateLinkResourcesListByServerNextResponse = PrivateLinkResourceListResult;
1232
-
1233
- /** Optional parameters. */
1234
- export declare interface PrivateLinkResourcesListByServerOptionalParams extends coreClient.OperationOptions {
1235
- }
1236
-
1237
- /** Contains response data for the listByServer operation. */
1238
- export declare type PrivateLinkResourcesListByServerResponse = PrivateLinkResourceListResult;
1239
-
1240
- /**
1241
- * Defines values for PrivateLinkServiceConnectionStateActionsRequire. \
1242
- * {@link KnownPrivateLinkServiceConnectionStateActionsRequire} can be used interchangeably with PrivateLinkServiceConnectionStateActionsRequire,
1243
- * this enum contains the known values that the service supports.
1244
- * ### Known values supported by the service
1245
- * **None**
1246
- */
1247
- export declare type PrivateLinkServiceConnectionStateActionsRequire = string;
1248
-
1249
- export declare interface PrivateLinkServiceConnectionStateProperty {
1250
- /** The private link service connection status. */
1251
- status: string;
1252
- /** The private link service connection description. */
1253
- description: string;
1254
- /**
1255
- * The actions required for private link service connection.
1256
- * NOTE: This property will not be serialized. It can only be populated by the server.
1257
- */
1258
- readonly actionsRequired?: string;
1259
- }
1260
-
1261
- /**
1262
- * Defines values for PrivateLinkServiceConnectionStateStatus. \
1263
- * {@link KnownPrivateLinkServiceConnectionStateStatus} can be used interchangeably with PrivateLinkServiceConnectionStateStatus,
1264
- * this enum contains the known values that the service supports.
1265
- * ### Known values supported by the service
1266
- * **Approved** \
1267
- * **Pending** \
1268
- * **Rejected** \
1269
- * **Disconnected**
1270
- */
1271
- export declare type PrivateLinkServiceConnectionStateStatus = string;
1272
-
1273
- /** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
1274
- export declare interface ProxyResource extends Resource {
1275
- }
1276
-
1277
- /**
1278
- * Defines values for PublicNetworkAccessEnum. \
1279
- * {@link KnownPublicNetworkAccessEnum} can be used interchangeably with PublicNetworkAccessEnum,
1280
- * this enum contains the known values that the service supports.
1281
- * ### Known values supported by the service
1282
- * **Enabled** \
1283
- * **Disabled**
1284
- */
1285
- export declare type PublicNetworkAccessEnum = string;
1286
-
1287
- /** Result of Query Performance Insight data reset. */
1288
- export declare interface QueryPerformanceInsightResetDataResult {
1289
- /** Indicates result of the operation. */
1290
- status?: QueryPerformanceInsightResetDataResultState;
1291
- /** operation message. */
1292
- message?: string;
1293
- }
1294
-
1295
- /**
1296
- * Defines values for QueryPerformanceInsightResetDataResultState. \
1297
- * {@link KnownQueryPerformanceInsightResetDataResultState} can be used interchangeably with QueryPerformanceInsightResetDataResultState,
1298
- * this enum contains the known values that the service supports.
1299
- * ### Known values supported by the service
1300
- * **Succeeded** \
1301
- * **Failed**
1302
- */
1303
- export declare type QueryPerformanceInsightResetDataResultState = string;
1304
-
1305
- /** Represents a Query Statistic. */
1306
- export declare interface QueryStatistic extends ProxyResource {
1307
- /** Database query identifier. */
1308
- queryId?: string;
1309
- /** Observation start time. */
1310
- startTime?: Date;
1311
- /** Observation end time. */
1312
- endTime?: Date;
1313
- /** Aggregation function name. */
1314
- aggregationFunction?: string;
1315
- /** The list of database names. */
1316
- databaseNames?: string[];
1317
- /** Number of query executions in this time interval. */
1318
- queryExecutionCount?: number;
1319
- /** Metric name. */
1320
- metricName?: string;
1321
- /** Metric display name. */
1322
- metricDisplayName?: string;
1323
- /** Metric value. */
1324
- metricValue?: number;
1325
- /** Metric value unit. */
1326
- metricValueUnit?: string;
1327
- }
1328
-
1329
- /** Represents a Query Text. */
1330
- export declare interface QueryText extends ProxyResource {
1331
- /** Query identifier unique to the server. */
1332
- queryId?: string;
1333
- /** Query text. */
1334
- queryText?: string;
1335
- }
1336
-
1337
- /** Interface representing a QueryTexts. */
1338
- export declare interface QueryTexts {
1339
- /**
1340
- * Retrieve the Query-Store query texts for specified queryIds.
1341
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
1342
- * @param serverName The name of the server.
1343
- * @param queryIds The query identifiers
1344
- * @param options The options parameters.
1345
- */
1346
- listByServer(resourceGroupName: string, serverName: string, queryIds: string[], options?: QueryTextsListByServerOptionalParams): PagedAsyncIterableIterator<QueryText>;
1347
- /**
1348
- * Retrieve the Query-Store query texts for the queryId.
1349
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
1350
- * @param serverName The name of the server.
1351
- * @param queryId The Query-Store query identifier.
1352
- * @param options The options parameters.
1353
- */
1354
- get(resourceGroupName: string, serverName: string, queryId: string, options?: QueryTextsGetOptionalParams): Promise<QueryTextsGetResponse>;
1355
- }
1356
-
1357
- /** Optional parameters. */
1358
- export declare interface QueryTextsGetOptionalParams extends coreClient.OperationOptions {
1359
- }
1360
-
1361
- /** Contains response data for the get operation. */
1362
- export declare type QueryTextsGetResponse = QueryText;
1363
-
1364
- /** Optional parameters. */
1365
- export declare interface QueryTextsListByServerNextOptionalParams extends coreClient.OperationOptions {
1366
- }
1367
-
1368
- /** Contains response data for the listByServerNext operation. */
1369
- export declare type QueryTextsListByServerNextResponse = QueryTextsResultList;
1370
-
1371
- /** Optional parameters. */
1372
- export declare interface QueryTextsListByServerOptionalParams extends coreClient.OperationOptions {
1373
- }
1374
-
1375
- /** Contains response data for the listByServer operation. */
1376
- export declare type QueryTextsListByServerResponse = QueryTextsResultList;
1377
-
1378
- /** A list of query texts. */
1379
- export declare interface QueryTextsResultList {
1380
- /**
1381
- * The list of query texts.
1382
- * NOTE: This property will not be serialized. It can only be populated by the server.
1383
- */
1384
- readonly value?: QueryText[];
1385
- /**
1386
- * Link to retrieve next page of results.
1387
- * NOTE: This property will not be serialized. It can only be populated by the server.
1388
- */
1389
- readonly nextLink?: string;
1390
- }
1391
-
1392
- /** Represents a Recommendation Action. */
1393
- export declare interface RecommendationAction extends ProxyResource {
1394
- /** Advisor name. */
1395
- advisorName?: string;
1396
- /** Recommendation action session identifier. */
1397
- sessionId?: string;
1398
- /** Recommendation action identifier. */
1399
- actionId?: number;
1400
- /** Recommendation action creation time. */
1401
- createdTime?: Date;
1402
- /** Recommendation action expiration time. */
1403
- expirationTime?: Date;
1404
- /** Recommendation action reason. */
1405
- reason?: string;
1406
- /** Recommendation action type. */
1407
- recommendationType?: string;
1408
- /** Recommendation action details. */
1409
- details?: {
1410
- [propertyName: string]: string;
1411
- };
1412
- }
1413
-
1414
- /** A list of recommendation actions. */
1415
- export declare interface RecommendationActionsResultList {
1416
- /**
1417
- * The list of recommendation action advisors.
1418
- * NOTE: This property will not be serialized. It can only be populated by the server.
1419
- */
1420
- readonly value?: RecommendationAction[];
1421
- /**
1422
- * Link to retrieve next page of results.
1423
- * NOTE: This property will not be serialized. It can only be populated by the server.
1424
- */
1425
- readonly nextLink?: string;
1426
- }
1427
-
1428
- /** Interface representing a RecommendedActions. */
1429
- export declare interface RecommendedActions {
1430
- /**
1431
- * Retrieve recommended actions from the advisor.
1432
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
1433
- * @param serverName The name of the server.
1434
- * @param advisorName The advisor name for recommendation action.
1435
- * @param options The options parameters.
1436
- */
1437
- listByServer(resourceGroupName: string, serverName: string, advisorName: string, options?: RecommendedActionsListByServerOptionalParams): PagedAsyncIterableIterator<RecommendationAction>;
1438
- /**
1439
- * Retrieve recommended actions from the advisor.
1440
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
1441
- * @param serverName The name of the server.
1442
- * @param advisorName The advisor name for recommendation action.
1443
- * @param recommendedActionName The recommended action name.
1444
- * @param options The options parameters.
1445
- */
1446
- get(resourceGroupName: string, serverName: string, advisorName: string, recommendedActionName: string, options?: RecommendedActionsGetOptionalParams): Promise<RecommendedActionsGetResponse>;
1447
- }
1448
-
1449
- /** Recommendation action session operation status. */
1450
- export declare interface RecommendedActionSessionsOperationStatus {
1451
- /** Operation identifier. */
1452
- name?: string;
1453
- /** Operation start time. */
1454
- startTime?: Date;
1455
- /** Operation status. */
1456
- status?: string;
1457
- }
1458
-
1459
- /** Optional parameters. */
1460
- export declare interface RecommendedActionsGetOptionalParams extends coreClient.OperationOptions {
1461
- }
1462
-
1463
- /** Contains response data for the get operation. */
1464
- export declare type RecommendedActionsGetResponse = RecommendationAction;
1465
-
1466
- /** Optional parameters. */
1467
- export declare interface RecommendedActionsListByServerNextOptionalParams extends coreClient.OperationOptions {
1468
- /** The recommendation action session identifier. */
1469
- sessionId?: string;
1470
- }
1471
-
1472
- /** Contains response data for the listByServerNext operation. */
1473
- export declare type RecommendedActionsListByServerNextResponse = RecommendationActionsResultList;
1474
-
1475
- /** Optional parameters. */
1476
- export declare interface RecommendedActionsListByServerOptionalParams extends coreClient.OperationOptions {
1477
- /** The recommendation action session identifier. */
1478
- sessionId?: string;
1479
- }
1480
-
1481
- /** Contains response data for the listByServer operation. */
1482
- export declare type RecommendedActionsListByServerResponse = RecommendationActionsResultList;
1483
-
1484
- /** A recoverable server resource. */
1485
- export declare interface RecoverableServerResource extends ProxyResource {
1486
- /**
1487
- * The last available backup date time.
1488
- * NOTE: This property will not be serialized. It can only be populated by the server.
1489
- */
1490
- readonly lastAvailableBackupDateTime?: string;
1491
- /**
1492
- * The service level objective
1493
- * NOTE: This property will not be serialized. It can only be populated by the server.
1494
- */
1495
- readonly serviceLevelObjective?: string;
1496
- /**
1497
- * Edition of the performance tier.
1498
- * NOTE: This property will not be serialized. It can only be populated by the server.
1499
- */
1500
- readonly edition?: string;
1501
- /**
1502
- * vCore associated with the service level objective
1503
- * NOTE: This property will not be serialized. It can only be populated by the server.
1504
- */
1505
- readonly vCore?: number;
1506
- /**
1507
- * Hardware generation associated with the service level objective
1508
- * NOTE: This property will not be serialized. It can only be populated by the server.
1509
- */
1510
- readonly hardwareGeneration?: string;
1511
- /**
1512
- * The MySQL version
1513
- * NOTE: This property will not be serialized. It can only be populated by the server.
1514
- */
1515
- readonly version?: string;
1516
- }
1517
-
1518
- /** Interface representing a RecoverableServers. */
1519
- export declare interface RecoverableServers {
1520
- /**
1521
- * Gets a recoverable MySQL Server.
1522
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
1523
- * @param serverName The name of the server.
1524
- * @param options The options parameters.
1525
- */
1526
- get(resourceGroupName: string, serverName: string, options?: RecoverableServersGetOptionalParams): Promise<RecoverableServersGetResponse>;
1527
- }
1528
-
1529
- /** Optional parameters. */
1530
- export declare interface RecoverableServersGetOptionalParams extends coreClient.OperationOptions {
1531
- }
1532
-
1533
- /** Contains response data for the get operation. */
1534
- export declare type RecoverableServersGetResponse = RecoverableServerResource;
1535
-
1536
- /** Interface representing a Replicas. */
1537
- export declare interface Replicas {
1538
- /**
1539
- * List all the replicas for a given server.
1540
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
1541
- * @param serverName The name of the server.
1542
- * @param options The options parameters.
1543
- */
1544
- listByServer(resourceGroupName: string, serverName: string, options?: ReplicasListByServerOptionalParams): PagedAsyncIterableIterator<Server>;
1545
- }
1546
-
1547
- /** Optional parameters. */
1548
- export declare interface ReplicasListByServerOptionalParams extends coreClient.OperationOptions {
1549
- }
1550
-
1551
- /** Contains response data for the listByServer operation. */
1552
- export declare type ReplicasListByServerResponse = ServerListResult;
1553
-
1554
- /** Optional parameters. */
1555
- export declare interface ResetQueryPerformanceInsightDataOptionalParams extends coreClient.OperationOptions {
1556
- }
1557
-
1558
- /** Contains response data for the resetQueryPerformanceInsightData operation. */
1559
- export declare type ResetQueryPerformanceInsightDataResponse = QueryPerformanceInsightResetDataResult;
1560
-
1561
- /** Common fields that are returned in the response for all Azure Resource Manager resources */
1562
- export declare interface Resource {
1563
- /**
1564
- * Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
1565
- * NOTE: This property will not be serialized. It can only be populated by the server.
1566
- */
1567
- readonly id?: string;
1568
- /**
1569
- * The name of the resource
1570
- * NOTE: This property will not be serialized. It can only be populated by the server.
1571
- */
1572
- readonly name?: string;
1573
- /**
1574
- * The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
1575
- * NOTE: This property will not be serialized. It can only be populated by the server.
1576
- */
1577
- readonly type?: string;
1578
- }
1579
-
1580
- /** Azure Active Directory identity configuration for a resource. */
1581
- export declare interface ResourceIdentity {
1582
- /**
1583
- * The Azure Active Directory principal id.
1584
- * NOTE: This property will not be serialized. It can only be populated by the server.
1585
- */
1586
- readonly principalId?: string;
1587
- /** The identity type. Set this to 'SystemAssigned' in order to automatically create and assign an Azure Active Directory principal for the resource. */
1588
- type?: IdentityType;
1589
- /**
1590
- * The Azure Active Directory tenant id.
1591
- * NOTE: This property will not be serialized. It can only be populated by the server.
1592
- */
1593
- readonly tenantId?: string;
1594
- }
1595
-
1596
- /**
1597
- * Defines values for SecurityAlertPolicyName. \
1598
- * {@link KnownSecurityAlertPolicyName} can be used interchangeably with SecurityAlertPolicyName,
1599
- * this enum contains the known values that the service supports.
1600
- * ### Known values supported by the service
1601
- * **Default**
1602
- */
1603
- export declare type SecurityAlertPolicyName = string;
1604
-
1605
- /** Represents a server. */
1606
- export declare interface Server extends TrackedResource {
1607
- /** The Azure Active Directory identity of the server. */
1608
- identity?: ResourceIdentity;
1609
- /** The SKU (pricing tier) of the server. */
1610
- sku?: Sku;
1611
- /** The administrator's login name of a server. Can only be specified when the server is being created (and is required for creation). */
1612
- administratorLogin?: string;
1613
- /** Server version. */
1614
- version?: ServerVersion;
1615
- /** Enable ssl enforcement or not when connect to server. */
1616
- sslEnforcement?: SslEnforcementEnum;
1617
- /** Enforce a minimal Tls version for the server. */
1618
- minimalTlsVersion?: MinimalTlsVersionEnum;
1619
- /**
1620
- * Status showing whether the server data encryption is enabled with customer-managed keys.
1621
- * NOTE: This property will not be serialized. It can only be populated by the server.
1622
- */
1623
- readonly byokEnforcement?: string;
1624
- /** Status showing whether the server enabled infrastructure encryption. */
1625
- infrastructureEncryption?: InfrastructureEncryption;
1626
- /** A state of a server that is visible to user. */
1627
- userVisibleState?: ServerState;
1628
- /** The fully qualified domain name of a server. */
1629
- fullyQualifiedDomainName?: string;
1630
- /** Earliest restore point creation time (ISO8601 format) */
1631
- earliestRestoreDate?: Date;
1632
- /** Storage profile of a server. */
1633
- storageProfile?: StorageProfile;
1634
- /** The replication role of the server. */
1635
- replicationRole?: string;
1636
- /** The master server id of a replica server. */
1637
- masterServerId?: string;
1638
- /** The maximum number of replicas that a master server can have. */
1639
- replicaCapacity?: number;
1640
- /** Whether or not public network access is allowed for this server. Value is optional but if passed in, must be 'Enabled' or 'Disabled' */
1641
- publicNetworkAccess?: PublicNetworkAccessEnum;
1642
- /**
1643
- * List of private endpoint connections on a server
1644
- * NOTE: This property will not be serialized. It can only be populated by the server.
1645
- */
1646
- readonly privateEndpointConnections?: ServerPrivateEndpointConnection[];
1647
- }
1648
-
1649
- /** Represents a and external administrator to be created. */
1650
- export declare interface ServerAdministratorResource extends ProxyResource {
1651
- /** The type of administrator. */
1652
- administratorType?: "ActiveDirectory";
1653
- /** The server administrator login account name. */
1654
- login?: string;
1655
- /** The server administrator Sid (Secure ID). */
1656
- sid?: string;
1657
- /** The server Active Directory Administrator tenant id. */
1658
- tenantId?: string;
1659
- }
1660
-
1661
- /** The response to a list Active Directory Administrators request. */
1662
- export declare interface ServerAdministratorResourceListResult {
1663
- /** The list of server Active Directory Administrators for the server. */
1664
- value?: ServerAdministratorResource[];
1665
- }
1666
-
1667
- /** Interface representing a ServerAdministrators. */
1668
- export declare interface ServerAdministrators {
1669
- /**
1670
- * Returns a list of server Administrators.
1671
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
1672
- * @param serverName The name of the server.
1673
- * @param options The options parameters.
1674
- */
1675
- list(resourceGroupName: string, serverName: string, options?: ServerAdministratorsListOptionalParams): PagedAsyncIterableIterator<ServerAdministratorResource>;
1676
- /**
1677
- * Gets information about a AAD server administrator.
1678
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
1679
- * @param serverName The name of the server.
1680
- * @param options The options parameters.
1681
- */
1682
- get(resourceGroupName: string, serverName: string, options?: ServerAdministratorsGetOptionalParams): Promise<ServerAdministratorsGetResponse>;
1683
- /**
1684
- * Creates or update active directory administrator on an existing server. The update action will
1685
- * overwrite the existing administrator.
1686
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
1687
- * @param serverName The name of the server.
1688
- * @param properties The required parameters for creating or updating an AAD server administrator.
1689
- * @param options The options parameters.
1690
- */
1691
- beginCreateOrUpdate(resourceGroupName: string, serverName: string, properties: ServerAdministratorResource, options?: ServerAdministratorsCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<ServerAdministratorsCreateOrUpdateResponse>, ServerAdministratorsCreateOrUpdateResponse>>;
1692
- /**
1693
- * Creates or update active directory administrator on an existing server. The update action will
1694
- * overwrite the existing administrator.
1695
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
1696
- * @param serverName The name of the server.
1697
- * @param properties The required parameters for creating or updating an AAD server administrator.
1698
- * @param options The options parameters.
1699
- */
1700
- beginCreateOrUpdateAndWait(resourceGroupName: string, serverName: string, properties: ServerAdministratorResource, options?: ServerAdministratorsCreateOrUpdateOptionalParams): Promise<ServerAdministratorsCreateOrUpdateResponse>;
1701
- /**
1702
- * Deletes server active directory administrator.
1703
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
1704
- * @param serverName The name of the server.
1705
- * @param options The options parameters.
1706
- */
1707
- beginDelete(resourceGroupName: string, serverName: string, options?: ServerAdministratorsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
1708
- /**
1709
- * Deletes server active directory administrator.
1710
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
1711
- * @param serverName The name of the server.
1712
- * @param options The options parameters.
1713
- */
1714
- beginDeleteAndWait(resourceGroupName: string, serverName: string, options?: ServerAdministratorsDeleteOptionalParams): Promise<void>;
1715
- }
1716
-
1717
- /** Optional parameters. */
1718
- export declare interface ServerAdministratorsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
1719
- /** Delay to wait until next poll, in milliseconds. */
1720
- updateIntervalInMs?: number;
1721
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1722
- resumeFrom?: string;
1723
- }
1724
-
1725
- /** Contains response data for the createOrUpdate operation. */
1726
- export declare type ServerAdministratorsCreateOrUpdateResponse = ServerAdministratorResource;
1727
-
1728
- /** Optional parameters. */
1729
- export declare interface ServerAdministratorsDeleteOptionalParams extends coreClient.OperationOptions {
1730
- /** Delay to wait until next poll, in milliseconds. */
1731
- updateIntervalInMs?: number;
1732
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1733
- resumeFrom?: string;
1734
- }
1735
-
1736
- /** Optional parameters. */
1737
- export declare interface ServerAdministratorsGetOptionalParams extends coreClient.OperationOptions {
1738
- }
1739
-
1740
- /** Contains response data for the get operation. */
1741
- export declare type ServerAdministratorsGetResponse = ServerAdministratorResource;
1742
-
1743
- /** Optional parameters. */
1744
- export declare interface ServerAdministratorsListOptionalParams extends coreClient.OperationOptions {
1745
- }
1746
-
1747
- /** Contains response data for the list operation. */
1748
- export declare type ServerAdministratorsListResponse = ServerAdministratorResourceListResult;
1749
-
1750
- /** Interface representing a ServerBasedPerformanceTier. */
1751
- export declare interface ServerBasedPerformanceTier {
1752
- /**
1753
- * List all the performance tiers for a MySQL server.
1754
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
1755
- * @param serverName The name of the server.
1756
- * @param options The options parameters.
1757
- */
1758
- list(resourceGroupName: string, serverName: string, options?: ServerBasedPerformanceTierListOptionalParams): PagedAsyncIterableIterator<PerformanceTierProperties>;
1759
- }
1760
-
1761
- /** Optional parameters. */
1762
- export declare interface ServerBasedPerformanceTierListOptionalParams extends coreClient.OperationOptions {
1763
- }
1764
-
1765
- /** Contains response data for the list operation. */
1766
- export declare type ServerBasedPerformanceTierListResponse = PerformanceTierListResult;
1767
-
1768
- /** Represents a server to be created. */
1769
- export declare interface ServerForCreate {
1770
- /** The Azure Active Directory identity of the server. */
1771
- identity?: ResourceIdentity;
1772
- /** The SKU (pricing tier) of the server. */
1773
- sku?: Sku;
1774
- /** Properties of the server. */
1775
- properties: ServerPropertiesForCreateUnion;
1776
- /** The location the resource resides in. */
1777
- location: string;
1778
- /** Application-specific metadata in the form of key-value pairs. */
1779
- tags?: {
1780
- [propertyName: string]: string;
1781
- };
1782
- }
1783
-
1784
- /** A MySQL Server key. */
1785
- export declare interface ServerKey extends ProxyResource {
1786
- /**
1787
- * Kind of encryption protector used to protect the key.
1788
- * NOTE: This property will not be serialized. It can only be populated by the server.
1789
- */
1790
- readonly kind?: string;
1791
- /** The key type like 'AzureKeyVault'. */
1792
- serverKeyType?: ServerKeyType;
1793
- /** The URI of the key. */
1794
- uri?: string;
1795
- /**
1796
- * The key creation date.
1797
- * NOTE: This property will not be serialized. It can only be populated by the server.
1798
- */
1799
- readonly creationDate?: Date;
1800
- }
1801
-
1802
- /** A list of MySQL Server keys. */
1803
- export declare interface ServerKeyListResult {
1804
- /**
1805
- * A list of MySQL Server keys.
1806
- * NOTE: This property will not be serialized. It can only be populated by the server.
1807
- */
1808
- readonly value?: ServerKey[];
1809
- /**
1810
- * Link to retrieve next page of results.
1811
- * NOTE: This property will not be serialized. It can only be populated by the server.
1812
- */
1813
- readonly nextLink?: string;
1814
- }
1815
-
1816
- /** Interface representing a ServerKeys. */
1817
- export declare interface ServerKeys {
1818
- /**
1819
- * Gets a list of Server keys.
1820
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
1821
- * @param serverName The name of the server.
1822
- * @param options The options parameters.
1823
- */
1824
- list(resourceGroupName: string, serverName: string, options?: ServerKeysListOptionalParams): PagedAsyncIterableIterator<ServerKey>;
1825
- /**
1826
- * Gets a MySQL Server key.
1827
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
1828
- * @param serverName The name of the server.
1829
- * @param keyName The name of the MySQL Server key to be retrieved.
1830
- * @param options The options parameters.
1831
- */
1832
- get(resourceGroupName: string, serverName: string, keyName: string, options?: ServerKeysGetOptionalParams): Promise<ServerKeysGetResponse>;
1833
- /**
1834
- * Creates or updates a MySQL Server key.
1835
- * @param serverName The name of the server.
1836
- * @param keyName The name of the MySQL Server key to be operated on (updated or created).
1837
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
1838
- * @param parameters The requested MySQL Server key resource state.
1839
- * @param options The options parameters.
1840
- */
1841
- beginCreateOrUpdate(serverName: string, keyName: string, resourceGroupName: string, parameters: ServerKey, options?: ServerKeysCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<ServerKeysCreateOrUpdateResponse>, ServerKeysCreateOrUpdateResponse>>;
1842
- /**
1843
- * Creates or updates a MySQL Server key.
1844
- * @param serverName The name of the server.
1845
- * @param keyName The name of the MySQL Server key to be operated on (updated or created).
1846
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
1847
- * @param parameters The requested MySQL Server key resource state.
1848
- * @param options The options parameters.
1849
- */
1850
- beginCreateOrUpdateAndWait(serverName: string, keyName: string, resourceGroupName: string, parameters: ServerKey, options?: ServerKeysCreateOrUpdateOptionalParams): Promise<ServerKeysCreateOrUpdateResponse>;
1851
- /**
1852
- * Deletes the MySQL Server key with the given name.
1853
- * @param serverName The name of the server.
1854
- * @param keyName The name of the MySQL Server key to be deleted.
1855
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
1856
- * @param options The options parameters.
1857
- */
1858
- beginDelete(serverName: string, keyName: string, resourceGroupName: string, options?: ServerKeysDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
1859
- /**
1860
- * Deletes the MySQL Server key with the given name.
1861
- * @param serverName The name of the server.
1862
- * @param keyName The name of the MySQL Server key to be deleted.
1863
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
1864
- * @param options The options parameters.
1865
- */
1866
- beginDeleteAndWait(serverName: string, keyName: string, resourceGroupName: string, options?: ServerKeysDeleteOptionalParams): Promise<void>;
1867
- }
1868
-
1869
- /** Optional parameters. */
1870
- export declare interface ServerKeysCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
1871
- /** Delay to wait until next poll, in milliseconds. */
1872
- updateIntervalInMs?: number;
1873
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1874
- resumeFrom?: string;
1875
- }
1876
-
1877
- /** Contains response data for the createOrUpdate operation. */
1878
- export declare type ServerKeysCreateOrUpdateResponse = ServerKey;
1879
-
1880
- /** Optional parameters. */
1881
- export declare interface ServerKeysDeleteOptionalParams extends coreClient.OperationOptions {
1882
- /** Delay to wait until next poll, in milliseconds. */
1883
- updateIntervalInMs?: number;
1884
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1885
- resumeFrom?: string;
1886
- }
1887
-
1888
- /** Optional parameters. */
1889
- export declare interface ServerKeysGetOptionalParams extends coreClient.OperationOptions {
1890
- }
1891
-
1892
- /** Contains response data for the get operation. */
1893
- export declare type ServerKeysGetResponse = ServerKey;
1894
-
1895
- /** Optional parameters. */
1896
- export declare interface ServerKeysListNextOptionalParams extends coreClient.OperationOptions {
1897
- }
1898
-
1899
- /** Contains response data for the listNext operation. */
1900
- export declare type ServerKeysListNextResponse = ServerKeyListResult;
1901
-
1902
- /** Optional parameters. */
1903
- export declare interface ServerKeysListOptionalParams extends coreClient.OperationOptions {
1904
- }
1905
-
1906
- /** Contains response data for the list operation. */
1907
- export declare type ServerKeysListResponse = ServerKeyListResult;
1908
-
1909
- /**
1910
- * Defines values for ServerKeyType. \
1911
- * {@link KnownServerKeyType} can be used interchangeably with ServerKeyType,
1912
- * this enum contains the known values that the service supports.
1913
- * ### Known values supported by the service
1914
- * **AzureKeyVault**
1915
- */
1916
- export declare type ServerKeyType = string;
1917
-
1918
- /** A list of servers. */
1919
- export declare interface ServerListResult {
1920
- /** The list of servers */
1921
- value?: Server[];
1922
- }
1923
-
1924
- /** Interface representing a ServerParameters. */
1925
- export declare interface ServerParameters {
1926
- /**
1927
- * Update a list of configurations in a given server.
1928
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
1929
- * @param serverName The name of the server.
1930
- * @param value The parameters for updating a list of server configuration.
1931
- * @param options The options parameters.
1932
- */
1933
- beginListUpdateConfigurations(resourceGroupName: string, serverName: string, value: ConfigurationListResult, options?: ServerParametersListUpdateConfigurationsOptionalParams): Promise<PollerLike<PollOperationState<ServerParametersListUpdateConfigurationsResponse>, ServerParametersListUpdateConfigurationsResponse>>;
1934
- /**
1935
- * Update a list of configurations in a given server.
1936
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
1937
- * @param serverName The name of the server.
1938
- * @param value The parameters for updating a list of server configuration.
1939
- * @param options The options parameters.
1940
- */
1941
- beginListUpdateConfigurationsAndWait(resourceGroupName: string, serverName: string, value: ConfigurationListResult, options?: ServerParametersListUpdateConfigurationsOptionalParams): Promise<ServerParametersListUpdateConfigurationsResponse>;
1942
- }
1943
-
1944
- /** Optional parameters. */
1945
- export declare interface ServerParametersListUpdateConfigurationsOptionalParams extends coreClient.OperationOptions {
1946
- /** Delay to wait until next poll, in milliseconds. */
1947
- updateIntervalInMs?: number;
1948
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1949
- resumeFrom?: string;
1950
- }
1951
-
1952
- /** Contains response data for the listUpdateConfigurations operation. */
1953
- export declare type ServerParametersListUpdateConfigurationsResponse = ConfigurationListResult;
1954
-
1955
- /** A private endpoint connection under a server */
1956
- export declare interface ServerPrivateEndpointConnection {
1957
- /**
1958
- * Resource Id of the private endpoint connection.
1959
- * NOTE: This property will not be serialized. It can only be populated by the server.
1960
- */
1961
- readonly id?: string;
1962
- /**
1963
- * Private endpoint connection properties
1964
- * NOTE: This property will not be serialized. It can only be populated by the server.
1965
- */
1966
- readonly properties?: ServerPrivateEndpointConnectionProperties;
1967
- }
1968
-
1969
- /** Properties of a private endpoint connection. */
1970
- export declare interface ServerPrivateEndpointConnectionProperties {
1971
- /** Private endpoint which the connection belongs to. */
1972
- privateEndpoint?: PrivateEndpointProperty;
1973
- /** Connection state of the private endpoint connection. */
1974
- privateLinkServiceConnectionState?: ServerPrivateLinkServiceConnectionStateProperty;
1975
- /**
1976
- * State of the private endpoint connection.
1977
- * NOTE: This property will not be serialized. It can only be populated by the server.
1978
- */
1979
- readonly provisioningState?: PrivateEndpointProvisioningState;
1980
- }
1981
-
1982
- export declare interface ServerPrivateLinkServiceConnectionStateProperty {
1983
- /** The private link service connection status. */
1984
- status: PrivateLinkServiceConnectionStateStatus;
1985
- /** The private link service connection description. */
1986
- description: string;
1987
- /**
1988
- * The actions required for private link service connection.
1989
- * NOTE: This property will not be serialized. It can only be populated by the server.
1990
- */
1991
- readonly actionsRequired?: PrivateLinkServiceConnectionStateActionsRequire;
1992
- }
1993
-
1994
- /** The properties used to create a new server. */
1995
- export declare interface ServerPropertiesForCreate {
1996
- /** Polymorphic discriminator, which specifies the different types this object can be */
1997
- createMode: "Default" | "PointInTimeRestore" | "GeoRestore" | "Replica";
1998
- /** Server version. */
1999
- version?: ServerVersion;
2000
- /** Enable ssl enforcement or not when connect to server. */
2001
- sslEnforcement?: SslEnforcementEnum;
2002
- /** Enforce a minimal Tls version for the server. */
2003
- minimalTlsVersion?: MinimalTlsVersionEnum;
2004
- /** Status showing whether the server enabled infrastructure encryption. */
2005
- infrastructureEncryption?: InfrastructureEncryption;
2006
- /** Whether or not public network access is allowed for this server. Value is optional but if passed in, must be 'Enabled' or 'Disabled' */
2007
- publicNetworkAccess?: PublicNetworkAccessEnum;
2008
- /** Storage profile of a server. */
2009
- storageProfile?: StorageProfile;
2010
- }
2011
-
2012
- export declare type ServerPropertiesForCreateUnion = ServerPropertiesForCreate | ServerPropertiesForDefaultCreate | ServerPropertiesForRestore | ServerPropertiesForGeoRestore | ServerPropertiesForReplica;
2013
-
2014
- /** The properties used to create a new server. */
2015
- export declare interface ServerPropertiesForDefaultCreate extends ServerPropertiesForCreate {
2016
- /** Polymorphic discriminator, which specifies the different types this object can be */
2017
- createMode: "Default";
2018
- /** The administrator's login name of a server. Can only be specified when the server is being created (and is required for creation). The login name is required when updating password. */
2019
- administratorLogin: string;
2020
- /**
2021
- * The password of the administrator login.
2022
- * This value contains a credential. Consider obscuring before showing to users
2023
- */
2024
- administratorLoginPassword: string;
2025
- }
2026
-
2027
- /** The properties used to create a new server by restoring to a different region from a geo replicated backup. */
2028
- export declare interface ServerPropertiesForGeoRestore extends ServerPropertiesForCreate {
2029
- /** Polymorphic discriminator, which specifies the different types this object can be */
2030
- createMode: "GeoRestore";
2031
- /** The source server id to restore from. */
2032
- sourceServerId: string;
2033
- }
2034
-
2035
- /** The properties to create a new replica. */
2036
- export declare interface ServerPropertiesForReplica extends ServerPropertiesForCreate {
2037
- /** Polymorphic discriminator, which specifies the different types this object can be */
2038
- createMode: "Replica";
2039
- /** The master server id to create replica from. */
2040
- sourceServerId: string;
2041
- }
2042
-
2043
- /** The properties used to create a new server by restoring from a backup. */
2044
- export declare interface ServerPropertiesForRestore extends ServerPropertiesForCreate {
2045
- /** Polymorphic discriminator, which specifies the different types this object can be */
2046
- createMode: "PointInTimeRestore";
2047
- /** The source server id to restore from. */
2048
- sourceServerId: string;
2049
- /** Restore point creation time (ISO8601 format), specifying the time to restore from. */
2050
- restorePointInTime: Date;
2051
- }
2052
-
2053
- /** Interface representing a Servers. */
2054
- export declare interface Servers {
2055
- /**
2056
- * List all the servers in a given resource group.
2057
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
2058
- * @param options The options parameters.
2059
- */
2060
- listByResourceGroup(resourceGroupName: string, options?: ServersListByResourceGroupOptionalParams): PagedAsyncIterableIterator<Server>;
2061
- /**
2062
- * List all the servers in a given subscription.
2063
- * @param options The options parameters.
2064
- */
2065
- list(options?: ServersListOptionalParams): PagedAsyncIterableIterator<Server>;
2066
- /**
2067
- * Creates a new server or updates an existing server. The update action will overwrite the existing
2068
- * server.
2069
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
2070
- * @param serverName The name of the server.
2071
- * @param parameters The required parameters for creating or updating a server.
2072
- * @param options The options parameters.
2073
- */
2074
- beginCreate(resourceGroupName: string, serverName: string, parameters: ServerForCreate, options?: ServersCreateOptionalParams): Promise<PollerLike<PollOperationState<ServersCreateResponse>, ServersCreateResponse>>;
2075
- /**
2076
- * Creates a new server or updates an existing server. The update action will overwrite the existing
2077
- * server.
2078
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
2079
- * @param serverName The name of the server.
2080
- * @param parameters The required parameters for creating or updating a server.
2081
- * @param options The options parameters.
2082
- */
2083
- beginCreateAndWait(resourceGroupName: string, serverName: string, parameters: ServerForCreate, options?: ServersCreateOptionalParams): Promise<ServersCreateResponse>;
2084
- /**
2085
- * Updates an existing server. The request body can contain one to many of the properties present in
2086
- * the normal server definition.
2087
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
2088
- * @param serverName The name of the server.
2089
- * @param parameters The required parameters for updating a server.
2090
- * @param options The options parameters.
2091
- */
2092
- beginUpdate(resourceGroupName: string, serverName: string, parameters: ServerUpdateParameters, options?: ServersUpdateOptionalParams): Promise<PollerLike<PollOperationState<ServersUpdateResponse>, ServersUpdateResponse>>;
2093
- /**
2094
- * Updates an existing server. The request body can contain one to many of the properties present in
2095
- * the normal server definition.
2096
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
2097
- * @param serverName The name of the server.
2098
- * @param parameters The required parameters for updating a server.
2099
- * @param options The options parameters.
2100
- */
2101
- beginUpdateAndWait(resourceGroupName: string, serverName: string, parameters: ServerUpdateParameters, options?: ServersUpdateOptionalParams): Promise<ServersUpdateResponse>;
2102
- /**
2103
- * Deletes a server.
2104
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
2105
- * @param serverName The name of the server.
2106
- * @param options The options parameters.
2107
- */
2108
- beginDelete(resourceGroupName: string, serverName: string, options?: ServersDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
2109
- /**
2110
- * Deletes a server.
2111
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
2112
- * @param serverName The name of the server.
2113
- * @param options The options parameters.
2114
- */
2115
- beginDeleteAndWait(resourceGroupName: string, serverName: string, options?: ServersDeleteOptionalParams): Promise<void>;
2116
- /**
2117
- * Gets information about a server.
2118
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
2119
- * @param serverName The name of the server.
2120
- * @param options The options parameters.
2121
- */
2122
- get(resourceGroupName: string, serverName: string, options?: ServersGetOptionalParams): Promise<ServersGetResponse>;
2123
- /**
2124
- * Restarts a server.
2125
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
2126
- * @param serverName The name of the server.
2127
- * @param options The options parameters.
2128
- */
2129
- beginRestart(resourceGroupName: string, serverName: string, options?: ServersRestartOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
2130
- /**
2131
- * Restarts a server.
2132
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
2133
- * @param serverName The name of the server.
2134
- * @param options The options parameters.
2135
- */
2136
- beginRestartAndWait(resourceGroupName: string, serverName: string, options?: ServersRestartOptionalParams): Promise<void>;
2137
- /**
2138
- * Starts a stopped server.
2139
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
2140
- * @param serverName The name of the server.
2141
- * @param options The options parameters.
2142
- */
2143
- beginStart(resourceGroupName: string, serverName: string, options?: ServersStartOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
2144
- /**
2145
- * Starts a stopped server.
2146
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
2147
- * @param serverName The name of the server.
2148
- * @param options The options parameters.
2149
- */
2150
- beginStartAndWait(resourceGroupName: string, serverName: string, options?: ServersStartOptionalParams): Promise<void>;
2151
- /**
2152
- * Stops a running server.
2153
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
2154
- * @param serverName The name of the server.
2155
- * @param options The options parameters.
2156
- */
2157
- beginStop(resourceGroupName: string, serverName: string, options?: ServersStopOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
2158
- /**
2159
- * Stops a running server.
2160
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
2161
- * @param serverName The name of the server.
2162
- * @param options The options parameters.
2163
- */
2164
- beginStopAndWait(resourceGroupName: string, serverName: string, options?: ServersStopOptionalParams): Promise<void>;
2165
- /**
2166
- * Upgrade server version.
2167
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
2168
- * @param serverName The name of the server.
2169
- * @param parameters The required parameters for updating a server.
2170
- * @param options The options parameters.
2171
- */
2172
- beginUpgrade(resourceGroupName: string, serverName: string, parameters: ServerUpgradeParameters, options?: ServersUpgradeOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
2173
- /**
2174
- * Upgrade server version.
2175
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
2176
- * @param serverName The name of the server.
2177
- * @param parameters The required parameters for updating a server.
2178
- * @param options The options parameters.
2179
- */
2180
- beginUpgradeAndWait(resourceGroupName: string, serverName: string, parameters: ServerUpgradeParameters, options?: ServersUpgradeOptionalParams): Promise<void>;
2181
- }
2182
-
2183
- /** Optional parameters. */
2184
- export declare interface ServersCreateOptionalParams extends coreClient.OperationOptions {
2185
- /** Delay to wait until next poll, in milliseconds. */
2186
- updateIntervalInMs?: number;
2187
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2188
- resumeFrom?: string;
2189
- }
2190
-
2191
- /** Contains response data for the create operation. */
2192
- export declare type ServersCreateResponse = Server;
2193
-
2194
- /** Optional parameters. */
2195
- export declare interface ServersDeleteOptionalParams extends coreClient.OperationOptions {
2196
- /** Delay to wait until next poll, in milliseconds. */
2197
- updateIntervalInMs?: number;
2198
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2199
- resumeFrom?: string;
2200
- }
2201
-
2202
- /** Interface representing a ServerSecurityAlertPolicies. */
2203
- export declare interface ServerSecurityAlertPolicies {
2204
- /**
2205
- * Get the server's threat detection policies.
2206
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
2207
- * @param serverName The name of the server.
2208
- * @param options The options parameters.
2209
- */
2210
- listByServer(resourceGroupName: string, serverName: string, options?: ServerSecurityAlertPoliciesListByServerOptionalParams): PagedAsyncIterableIterator<ServerSecurityAlertPolicy>;
2211
- /**
2212
- * Get a server's security alert policy.
2213
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
2214
- * @param serverName The name of the server.
2215
- * @param securityAlertPolicyName The name of the security alert policy.
2216
- * @param options The options parameters.
2217
- */
2218
- get(resourceGroupName: string, serverName: string, securityAlertPolicyName: SecurityAlertPolicyName, options?: ServerSecurityAlertPoliciesGetOptionalParams): Promise<ServerSecurityAlertPoliciesGetResponse>;
2219
- /**
2220
- * Creates or updates a threat detection policy.
2221
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
2222
- * @param serverName The name of the server.
2223
- * @param securityAlertPolicyName The name of the threat detection policy.
2224
- * @param parameters The server security alert policy.
2225
- * @param options The options parameters.
2226
- */
2227
- beginCreateOrUpdate(resourceGroupName: string, serverName: string, securityAlertPolicyName: SecurityAlertPolicyName, parameters: ServerSecurityAlertPolicy, options?: ServerSecurityAlertPoliciesCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<ServerSecurityAlertPoliciesCreateOrUpdateResponse>, ServerSecurityAlertPoliciesCreateOrUpdateResponse>>;
2228
- /**
2229
- * Creates or updates a threat detection policy.
2230
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
2231
- * @param serverName The name of the server.
2232
- * @param securityAlertPolicyName The name of the threat detection policy.
2233
- * @param parameters The server security alert policy.
2234
- * @param options The options parameters.
2235
- */
2236
- beginCreateOrUpdateAndWait(resourceGroupName: string, serverName: string, securityAlertPolicyName: SecurityAlertPolicyName, parameters: ServerSecurityAlertPolicy, options?: ServerSecurityAlertPoliciesCreateOrUpdateOptionalParams): Promise<ServerSecurityAlertPoliciesCreateOrUpdateResponse>;
2237
- }
2238
-
2239
- /** Optional parameters. */
2240
- export declare interface ServerSecurityAlertPoliciesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
2241
- /** Delay to wait until next poll, in milliseconds. */
2242
- updateIntervalInMs?: number;
2243
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2244
- resumeFrom?: string;
2245
- }
2246
-
2247
- /** Contains response data for the createOrUpdate operation. */
2248
- export declare type ServerSecurityAlertPoliciesCreateOrUpdateResponse = ServerSecurityAlertPolicy;
2249
-
2250
- /** Optional parameters. */
2251
- export declare interface ServerSecurityAlertPoliciesGetOptionalParams extends coreClient.OperationOptions {
2252
- }
2253
-
2254
- /** Contains response data for the get operation. */
2255
- export declare type ServerSecurityAlertPoliciesGetResponse = ServerSecurityAlertPolicy;
2256
-
2257
- /** Optional parameters. */
2258
- export declare interface ServerSecurityAlertPoliciesListByServerNextOptionalParams extends coreClient.OperationOptions {
2259
- }
2260
-
2261
- /** Contains response data for the listByServerNext operation. */
2262
- export declare type ServerSecurityAlertPoliciesListByServerNextResponse = ServerSecurityAlertPolicyListResult;
2263
-
2264
- /** Optional parameters. */
2265
- export declare interface ServerSecurityAlertPoliciesListByServerOptionalParams extends coreClient.OperationOptions {
2266
- }
2267
-
2268
- /** Contains response data for the listByServer operation. */
2269
- export declare type ServerSecurityAlertPoliciesListByServerResponse = ServerSecurityAlertPolicyListResult;
2270
-
2271
- /** A server security alert policy. */
2272
- export declare interface ServerSecurityAlertPolicy extends ProxyResource {
2273
- /** Specifies the state of the policy, whether it is enabled or disabled. */
2274
- state?: ServerSecurityAlertPolicyState;
2275
- /** Specifies an array of alerts that are disabled. Allowed values are: Sql_Injection, Sql_Injection_Vulnerability, Access_Anomaly */
2276
- disabledAlerts?: string[];
2277
- /** Specifies an array of e-mail addresses to which the alert is sent. */
2278
- emailAddresses?: string[];
2279
- /** Specifies that the alert is sent to the account administrators. */
2280
- emailAccountAdmins?: boolean;
2281
- /** Specifies the blob storage endpoint (e.g. https://MyAccount.blob.core.windows.net). This blob storage will hold all Threat Detection audit logs. */
2282
- storageEndpoint?: string;
2283
- /** Specifies the identifier key of the Threat Detection audit storage account. */
2284
- storageAccountAccessKey?: string;
2285
- /** Specifies the number of days to keep in the Threat Detection audit logs. */
2286
- retentionDays?: number;
2287
- }
2288
-
2289
- /** A list of the server's security alert policies. */
2290
- export declare interface ServerSecurityAlertPolicyListResult {
2291
- /**
2292
- * Array of results.
2293
- * NOTE: This property will not be serialized. It can only be populated by the server.
2294
- */
2295
- readonly value?: ServerSecurityAlertPolicy[];
2296
- /**
2297
- * Link to retrieve next page of results.
2298
- * NOTE: This property will not be serialized. It can only be populated by the server.
2299
- */
2300
- readonly nextLink?: string;
2301
- }
2302
-
2303
- /** Defines values for ServerSecurityAlertPolicyState. */
2304
- export declare type ServerSecurityAlertPolicyState = "Enabled" | "Disabled";
2305
-
2306
- /** Optional parameters. */
2307
- export declare interface ServersGetOptionalParams extends coreClient.OperationOptions {
2308
- }
2309
-
2310
- /** Contains response data for the get operation. */
2311
- export declare type ServersGetResponse = Server;
2312
-
2313
- /** Optional parameters. */
2314
- export declare interface ServersListByResourceGroupOptionalParams extends coreClient.OperationOptions {
2315
- }
2316
-
2317
- /** Contains response data for the listByResourceGroup operation. */
2318
- export declare type ServersListByResourceGroupResponse = ServerListResult;
2319
-
2320
- /** Optional parameters. */
2321
- export declare interface ServersListOptionalParams extends coreClient.OperationOptions {
2322
- }
2323
-
2324
- /** Contains response data for the list operation. */
2325
- export declare type ServersListResponse = ServerListResult;
2326
-
2327
- /** Optional parameters. */
2328
- export declare interface ServersRestartOptionalParams extends coreClient.OperationOptions {
2329
- /** Delay to wait until next poll, in milliseconds. */
2330
- updateIntervalInMs?: number;
2331
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2332
- resumeFrom?: string;
2333
- }
2334
-
2335
- /** Optional parameters. */
2336
- export declare interface ServersStartOptionalParams extends coreClient.OperationOptions {
2337
- /** Delay to wait until next poll, in milliseconds. */
2338
- updateIntervalInMs?: number;
2339
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2340
- resumeFrom?: string;
2341
- }
2342
-
2343
- /** Optional parameters. */
2344
- export declare interface ServersStopOptionalParams extends coreClient.OperationOptions {
2345
- /** Delay to wait until next poll, in milliseconds. */
2346
- updateIntervalInMs?: number;
2347
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2348
- resumeFrom?: string;
2349
- }
2350
-
2351
- /**
2352
- * Defines values for ServerState. \
2353
- * {@link KnownServerState} can be used interchangeably with ServerState,
2354
- * this enum contains the known values that the service supports.
2355
- * ### Known values supported by the service
2356
- * **Ready** \
2357
- * **Dropping** \
2358
- * **Disabled** \
2359
- * **Inaccessible**
2360
- */
2361
- export declare type ServerState = string;
2362
-
2363
- /** Optional parameters. */
2364
- export declare interface ServersUpdateOptionalParams extends coreClient.OperationOptions {
2365
- /** Delay to wait until next poll, in milliseconds. */
2366
- updateIntervalInMs?: number;
2367
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2368
- resumeFrom?: string;
2369
- }
2370
-
2371
- /** Contains response data for the update operation. */
2372
- export declare type ServersUpdateResponse = Server;
2373
-
2374
- /** Optional parameters. */
2375
- export declare interface ServersUpgradeOptionalParams extends coreClient.OperationOptions {
2376
- /** Delay to wait until next poll, in milliseconds. */
2377
- updateIntervalInMs?: number;
2378
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2379
- resumeFrom?: string;
2380
- }
2381
-
2382
- /** Parameters allowed to update for a server. */
2383
- export declare interface ServerUpdateParameters {
2384
- /** The Azure Active Directory identity of the server. */
2385
- identity?: ResourceIdentity;
2386
- /** The SKU (pricing tier) of the server. */
2387
- sku?: Sku;
2388
- /** Application-specific metadata in the form of key-value pairs. */
2389
- tags?: {
2390
- [propertyName: string]: string;
2391
- };
2392
- /** Storage profile of a server. */
2393
- storageProfile?: StorageProfile;
2394
- /**
2395
- * The password of the administrator login.
2396
- * This value contains a credential. Consider obscuring before showing to users
2397
- */
2398
- administratorLoginPassword?: string;
2399
- /** The version of a server. */
2400
- version?: ServerVersion;
2401
- /** Enable ssl enforcement or not when connect to server. */
2402
- sslEnforcement?: SslEnforcementEnum;
2403
- /** Enforce a minimal Tls version for the server. */
2404
- minimalTlsVersion?: MinimalTlsVersionEnum;
2405
- /** Whether or not public network access is allowed for this server. Value is optional but if passed in, must be 'Enabled' or 'Disabled' */
2406
- publicNetworkAccess?: PublicNetworkAccessEnum;
2407
- /** The replication role of the server. */
2408
- replicationRole?: string;
2409
- }
2410
-
2411
- export declare interface ServerUpgradeParameters {
2412
- /** Represents an server storage profile. */
2413
- targetServerVersion?: string;
2414
- }
2415
-
2416
- /**
2417
- * Defines values for ServerVersion. \
2418
- * {@link KnownServerVersion} can be used interchangeably with ServerVersion,
2419
- * this enum contains the known values that the service supports.
2420
- * ### Known values supported by the service
2421
- * **5.6** \
2422
- * **5.7** \
2423
- * **8.0**
2424
- */
2425
- export declare type ServerVersion = string;
2426
-
2427
- /** Billing information related properties of a server. */
2428
- export declare interface Sku {
2429
- /** The name of the sku, typically, tier + family + cores, e.g. B_Gen4_1, GP_Gen5_8. */
2430
- name: string;
2431
- /** The tier of the particular SKU, e.g. Basic. */
2432
- tier?: SkuTier;
2433
- /** The scale up/out capacity, representing server's compute units. */
2434
- capacity?: number;
2435
- /** The size code, to be interpreted by resource as appropriate. */
2436
- size?: string;
2437
- /** The family of hardware. */
2438
- family?: string;
2439
- }
2440
-
2441
- /**
2442
- * Defines values for SkuTier. \
2443
- * {@link KnownSkuTier} can be used interchangeably with SkuTier,
2444
- * this enum contains the known values that the service supports.
2445
- * ### Known values supported by the service
2446
- * **Basic** \
2447
- * **GeneralPurpose** \
2448
- * **MemoryOptimized**
2449
- */
2450
- export declare type SkuTier = string;
2451
-
2452
- /** Defines values for SslEnforcementEnum. */
2453
- export declare type SslEnforcementEnum = "Enabled" | "Disabled";
2454
-
2455
- /**
2456
- * Defines values for StorageAutogrow. \
2457
- * {@link KnownStorageAutogrow} can be used interchangeably with StorageAutogrow,
2458
- * this enum contains the known values that the service supports.
2459
- * ### Known values supported by the service
2460
- * **Enabled** \
2461
- * **Disabled**
2462
- */
2463
- export declare type StorageAutogrow = string;
2464
-
2465
- /** Storage Profile properties of a server */
2466
- export declare interface StorageProfile {
2467
- /** Backup retention days for the server. */
2468
- backupRetentionDays?: number;
2469
- /** Enable Geo-redundant or not for server backup. */
2470
- geoRedundantBackup?: GeoRedundantBackup;
2471
- /** Max storage allowed for a server. */
2472
- storageMB?: number;
2473
- /** Enable Storage Auto Grow. */
2474
- storageAutogrow?: StorageAutogrow;
2475
- }
2476
-
2477
- /** Tags object for patch operations. */
2478
- export declare interface TagsObject {
2479
- /** Resource tags. */
2480
- tags?: {
2481
- [propertyName: string]: string;
2482
- };
2483
- }
2484
-
2485
- /** Interface representing a TopQueryStatistics. */
2486
- export declare interface TopQueryStatistics {
2487
- /**
2488
- * Retrieve the Query-Store top queries for specified metric and aggregation.
2489
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
2490
- * @param serverName The name of the server.
2491
- * @param parameters The required parameters for retrieving top query statistics.
2492
- * @param options The options parameters.
2493
- */
2494
- listByServer(resourceGroupName: string, serverName: string, parameters: TopQueryStatisticsInput, options?: TopQueryStatisticsListByServerOptionalParams): PagedAsyncIterableIterator<QueryStatistic>;
2495
- /**
2496
- * Retrieve the query statistic for specified identifier.
2497
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
2498
- * @param serverName The name of the server.
2499
- * @param queryStatisticId The Query Statistic identifier.
2500
- * @param options The options parameters.
2501
- */
2502
- get(resourceGroupName: string, serverName: string, queryStatisticId: string, options?: TopQueryStatisticsGetOptionalParams): Promise<TopQueryStatisticsGetResponse>;
2503
- }
2504
-
2505
- /** Optional parameters. */
2506
- export declare interface TopQueryStatisticsGetOptionalParams extends coreClient.OperationOptions {
2507
- }
2508
-
2509
- /** Contains response data for the get operation. */
2510
- export declare type TopQueryStatisticsGetResponse = QueryStatistic;
2511
-
2512
- /** Input to get top query statistics */
2513
- export declare interface TopQueryStatisticsInput {
2514
- /** Max number of top queries to return. */
2515
- numberOfTopQueries: number;
2516
- /** Aggregation function name. */
2517
- aggregationFunction: string;
2518
- /** Observed metric name. */
2519
- observedMetric: string;
2520
- /** Observation start time. */
2521
- observationStartTime: Date;
2522
- /** Observation end time. */
2523
- observationEndTime: Date;
2524
- /** Aggregation interval type in ISO 8601 format. */
2525
- aggregationWindow: string;
2526
- }
2527
-
2528
- /** Optional parameters. */
2529
- export declare interface TopQueryStatisticsListByServerNextOptionalParams extends coreClient.OperationOptions {
2530
- }
2531
-
2532
- /** Contains response data for the listByServerNext operation. */
2533
- export declare type TopQueryStatisticsListByServerNextResponse = TopQueryStatisticsResultList;
2534
-
2535
- /** Optional parameters. */
2536
- export declare interface TopQueryStatisticsListByServerOptionalParams extends coreClient.OperationOptions {
2537
- }
2538
-
2539
- /** Contains response data for the listByServer operation. */
2540
- export declare type TopQueryStatisticsListByServerResponse = TopQueryStatisticsResultList;
2541
-
2542
- /** A list of query statistics. */
2543
- export declare interface TopQueryStatisticsResultList {
2544
- /**
2545
- * The list of top query statistics.
2546
- * NOTE: This property will not be serialized. It can only be populated by the server.
2547
- */
2548
- readonly value?: QueryStatistic[];
2549
- /**
2550
- * Link to retrieve next page of results.
2551
- * NOTE: This property will not be serialized. It can only be populated by the server.
2552
- */
2553
- readonly nextLink?: string;
2554
- }
2555
-
2556
- /** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
2557
- export declare interface TrackedResource extends Resource {
2558
- /** Resource tags. */
2559
- tags?: {
2560
- [propertyName: string]: string;
2561
- };
2562
- /** The geo-location where the resource lives */
2563
- location: string;
2564
- }
2565
-
2566
- /** A virtual network rule. */
2567
- export declare interface VirtualNetworkRule extends ProxyResource {
2568
- /** The ARM resource id of the virtual network subnet. */
2569
- virtualNetworkSubnetId?: string;
2570
- /** Create firewall rule before the virtual network has vnet service endpoint enabled. */
2571
- ignoreMissingVnetServiceEndpoint?: boolean;
2572
- /**
2573
- * Virtual Network Rule State
2574
- * NOTE: This property will not be serialized. It can only be populated by the server.
2575
- */
2576
- readonly state?: VirtualNetworkRuleState;
2577
- }
2578
-
2579
- /** A list of virtual network rules. */
2580
- export declare interface VirtualNetworkRuleListResult {
2581
- /**
2582
- * Array of results.
2583
- * NOTE: This property will not be serialized. It can only be populated by the server.
2584
- */
2585
- readonly value?: VirtualNetworkRule[];
2586
- /**
2587
- * Link to retrieve next page of results.
2588
- * NOTE: This property will not be serialized. It can only be populated by the server.
2589
- */
2590
- readonly nextLink?: string;
2591
- }
2592
-
2593
- /** Interface representing a VirtualNetworkRules. */
2594
- export declare interface VirtualNetworkRules {
2595
- /**
2596
- * Gets a list of virtual network rules in a server.
2597
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
2598
- * @param serverName The name of the server.
2599
- * @param options The options parameters.
2600
- */
2601
- listByServer(resourceGroupName: string, serverName: string, options?: VirtualNetworkRulesListByServerOptionalParams): PagedAsyncIterableIterator<VirtualNetworkRule>;
2602
- /**
2603
- * Gets a virtual network rule.
2604
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
2605
- * @param serverName The name of the server.
2606
- * @param virtualNetworkRuleName The name of the virtual network rule.
2607
- * @param options The options parameters.
2608
- */
2609
- get(resourceGroupName: string, serverName: string, virtualNetworkRuleName: string, options?: VirtualNetworkRulesGetOptionalParams): Promise<VirtualNetworkRulesGetResponse>;
2610
- /**
2611
- * Creates or updates an existing virtual network rule.
2612
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
2613
- * @param serverName The name of the server.
2614
- * @param virtualNetworkRuleName The name of the virtual network rule.
2615
- * @param parameters The requested virtual Network Rule Resource state.
2616
- * @param options The options parameters.
2617
- */
2618
- beginCreateOrUpdate(resourceGroupName: string, serverName: string, virtualNetworkRuleName: string, parameters: VirtualNetworkRule, options?: VirtualNetworkRulesCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<VirtualNetworkRulesCreateOrUpdateResponse>, VirtualNetworkRulesCreateOrUpdateResponse>>;
2619
- /**
2620
- * Creates or updates an existing virtual network rule.
2621
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
2622
- * @param serverName The name of the server.
2623
- * @param virtualNetworkRuleName The name of the virtual network rule.
2624
- * @param parameters The requested virtual Network Rule Resource state.
2625
- * @param options The options parameters.
2626
- */
2627
- beginCreateOrUpdateAndWait(resourceGroupName: string, serverName: string, virtualNetworkRuleName: string, parameters: VirtualNetworkRule, options?: VirtualNetworkRulesCreateOrUpdateOptionalParams): Promise<VirtualNetworkRulesCreateOrUpdateResponse>;
2628
- /**
2629
- * Deletes the virtual network rule with the given name.
2630
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
2631
- * @param serverName The name of the server.
2632
- * @param virtualNetworkRuleName The name of the virtual network rule.
2633
- * @param options The options parameters.
2634
- */
2635
- beginDelete(resourceGroupName: string, serverName: string, virtualNetworkRuleName: string, options?: VirtualNetworkRulesDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
2636
- /**
2637
- * Deletes the virtual network rule with the given name.
2638
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
2639
- * @param serverName The name of the server.
2640
- * @param virtualNetworkRuleName The name of the virtual network rule.
2641
- * @param options The options parameters.
2642
- */
2643
- beginDeleteAndWait(resourceGroupName: string, serverName: string, virtualNetworkRuleName: string, options?: VirtualNetworkRulesDeleteOptionalParams): Promise<void>;
2644
- }
2645
-
2646
- /** Optional parameters. */
2647
- export declare interface VirtualNetworkRulesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
2648
- /** Delay to wait until next poll, in milliseconds. */
2649
- updateIntervalInMs?: number;
2650
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2651
- resumeFrom?: string;
2652
- }
2653
-
2654
- /** Contains response data for the createOrUpdate operation. */
2655
- export declare type VirtualNetworkRulesCreateOrUpdateResponse = VirtualNetworkRule;
2656
-
2657
- /** Optional parameters. */
2658
- export declare interface VirtualNetworkRulesDeleteOptionalParams extends coreClient.OperationOptions {
2659
- /** Delay to wait until next poll, in milliseconds. */
2660
- updateIntervalInMs?: number;
2661
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2662
- resumeFrom?: string;
2663
- }
2664
-
2665
- /** Optional parameters. */
2666
- export declare interface VirtualNetworkRulesGetOptionalParams extends coreClient.OperationOptions {
2667
- }
2668
-
2669
- /** Contains response data for the get operation. */
2670
- export declare type VirtualNetworkRulesGetResponse = VirtualNetworkRule;
2671
-
2672
- /** Optional parameters. */
2673
- export declare interface VirtualNetworkRulesListByServerNextOptionalParams extends coreClient.OperationOptions {
2674
- }
2675
-
2676
- /** Contains response data for the listByServerNext operation. */
2677
- export declare type VirtualNetworkRulesListByServerNextResponse = VirtualNetworkRuleListResult;
2678
-
2679
- /** Optional parameters. */
2680
- export declare interface VirtualNetworkRulesListByServerOptionalParams extends coreClient.OperationOptions {
2681
- }
2682
-
2683
- /** Contains response data for the listByServer operation. */
2684
- export declare type VirtualNetworkRulesListByServerResponse = VirtualNetworkRuleListResult;
2685
-
2686
- /**
2687
- * Defines values for VirtualNetworkRuleState. \
2688
- * {@link KnownVirtualNetworkRuleState} can be used interchangeably with VirtualNetworkRuleState,
2689
- * this enum contains the known values that the service supports.
2690
- * ### Known values supported by the service
2691
- * **Initializing** \
2692
- * **InProgress** \
2693
- * **Ready** \
2694
- * **Deleting** \
2695
- * **Unknown**
2696
- */
2697
- export declare type VirtualNetworkRuleState = string;
2698
-
2699
- /** Represents a Wait Statistic. */
2700
- export declare interface WaitStatistic extends ProxyResource {
2701
- /** Observation start time. */
2702
- startTime?: Date;
2703
- /** Observation end time. */
2704
- endTime?: Date;
2705
- /** Wait event name. */
2706
- eventName?: string;
2707
- /** Wait event type name. */
2708
- eventTypeName?: string;
2709
- /** Database query identifier. */
2710
- queryId?: number;
2711
- /** Database Name. */
2712
- databaseName?: string;
2713
- /** Database user identifier. */
2714
- userId?: number;
2715
- /** Wait event count observed in this time interval. */
2716
- count?: number;
2717
- /** Total time of wait in milliseconds in this time interval. */
2718
- totalTimeInMs?: number;
2719
- }
2720
-
2721
- /** Interface representing a WaitStatistics. */
2722
- export declare interface WaitStatistics {
2723
- /**
2724
- * Retrieve wait statistics for specified aggregation window.
2725
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
2726
- * @param serverName The name of the server.
2727
- * @param parameters The required parameters for retrieving wait statistics.
2728
- * @param options The options parameters.
2729
- */
2730
- listByServer(resourceGroupName: string, serverName: string, parameters: WaitStatisticsInput, options?: WaitStatisticsListByServerOptionalParams): PagedAsyncIterableIterator<WaitStatistic>;
2731
- /**
2732
- * Retrieve wait statistics for specified identifier.
2733
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
2734
- * @param serverName The name of the server.
2735
- * @param waitStatisticsId The Wait Statistic identifier.
2736
- * @param options The options parameters.
2737
- */
2738
- get(resourceGroupName: string, serverName: string, waitStatisticsId: string, options?: WaitStatisticsGetOptionalParams): Promise<WaitStatisticsGetResponse>;
2739
- }
2740
-
2741
- /** Optional parameters. */
2742
- export declare interface WaitStatisticsGetOptionalParams extends coreClient.OperationOptions {
2743
- }
2744
-
2745
- /** Contains response data for the get operation. */
2746
- export declare type WaitStatisticsGetResponse = WaitStatistic;
2747
-
2748
- /** Input to get wait statistics */
2749
- export declare interface WaitStatisticsInput {
2750
- /** Observation start time. */
2751
- observationStartTime: Date;
2752
- /** Observation end time. */
2753
- observationEndTime: Date;
2754
- /** Aggregation interval type in ISO 8601 format. */
2755
- aggregationWindow: string;
2756
- }
2757
-
2758
- /** Optional parameters. */
2759
- export declare interface WaitStatisticsListByServerNextOptionalParams extends coreClient.OperationOptions {
2760
- }
2761
-
2762
- /** Contains response data for the listByServerNext operation. */
2763
- export declare type WaitStatisticsListByServerNextResponse = WaitStatisticsResultList;
2764
-
2765
- /** Optional parameters. */
2766
- export declare interface WaitStatisticsListByServerOptionalParams extends coreClient.OperationOptions {
2767
- }
2768
-
2769
- /** Contains response data for the listByServer operation. */
2770
- export declare type WaitStatisticsListByServerResponse = WaitStatisticsResultList;
2771
-
2772
- /** A list of wait statistics. */
2773
- export declare interface WaitStatisticsResultList {
2774
- /**
2775
- * The list of wait statistics.
2776
- * NOTE: This property will not be serialized. It can only be populated by the server.
2777
- */
2778
- readonly value?: WaitStatistic[];
2779
- /**
2780
- * Link to retrieve next page of results.
2781
- * NOTE: This property will not be serialized. It can only be populated by the server.
2782
- */
2783
- readonly nextLink?: string;
2784
- }
2785
-
2786
- export { }