@azure/arm-mariadb 2.1.1-alpha.20250210.1 → 2.1.1-alpha.20250212.2

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