@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,1740 +0,0 @@
1
- /*
2
- * Copyright (c) Microsoft Corporation.
3
- * Licensed under the MIT License.
4
- *
5
- * Code generated by Microsoft (R) AutoRest Code Generator.
6
- * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
- */
8
-
9
- import * as coreClient from "@azure/core-client";
10
-
11
- export type ServerPropertiesForCreateUnion =
12
- | ServerPropertiesForCreate
13
- | ServerPropertiesForDefaultCreate
14
- | ServerPropertiesForRestore
15
- | ServerPropertiesForGeoRestore
16
- | ServerPropertiesForReplica;
17
-
18
- /** Represents a server to be created. */
19
- export interface ServerForCreate {
20
- /** The SKU (pricing tier) of the server. */
21
- sku?: Sku;
22
- /** Properties of the server. */
23
- properties: ServerPropertiesForCreateUnion;
24
- /** The location the resource resides in. */
25
- location: string;
26
- /** Application-specific metadata in the form of key-value pairs. */
27
- tags?: { [propertyName: string]: string };
28
- }
29
-
30
- /** Billing information related properties of a server. */
31
- export interface Sku {
32
- /** The name of the sku, typically, tier + family + cores, e.g. B_Gen4_1, GP_Gen5_8. */
33
- name: string;
34
- /** The tier of the particular SKU, e.g. Basic. */
35
- tier?: SkuTier;
36
- /** The scale up/out capacity, representing server's compute units. */
37
- capacity?: number;
38
- /** The size code, to be interpreted by resource as appropriate. */
39
- size?: string;
40
- /** The family of hardware. */
41
- family?: string;
42
- }
43
-
44
- /** The properties used to create a new server. */
45
- export interface ServerPropertiesForCreate {
46
- /** Polymorphic discriminator, which specifies the different types this object can be */
47
- createMode: "Default" | "PointInTimeRestore" | "GeoRestore" | "Replica";
48
- /** Server version. */
49
- version?: ServerVersion;
50
- /** Enable ssl enforcement or not when connect to server. */
51
- sslEnforcement?: SslEnforcementEnum;
52
- /** Enforce a minimal Tls version for the server. */
53
- minimalTlsVersion?: MinimalTlsVersionEnum;
54
- /** Whether or not public network access is allowed for this server. Value is optional but if passed in, must be 'Enabled' or 'Disabled' */
55
- publicNetworkAccess?: PublicNetworkAccessEnum;
56
- /** Storage profile of a server. */
57
- storageProfile?: StorageProfile;
58
- }
59
-
60
- /** Storage Profile properties of a server */
61
- export interface StorageProfile {
62
- /** Backup retention days for the server. */
63
- backupRetentionDays?: number;
64
- /** Enable Geo-redundant or not for server backup. */
65
- geoRedundantBackup?: GeoRedundantBackup;
66
- /** Max storage allowed for a server. */
67
- storageMB?: number;
68
- /** Enable Storage Auto Grow. */
69
- storageAutogrow?: StorageAutogrow;
70
- }
71
-
72
- /** A private endpoint connection under a server */
73
- export interface ServerPrivateEndpointConnection {
74
- /**
75
- * Resource Id of the private endpoint connection.
76
- * NOTE: This property will not be serialized. It can only be populated by the server.
77
- */
78
- readonly id?: string;
79
- /**
80
- * Private endpoint connection properties
81
- * NOTE: This property will not be serialized. It can only be populated by the server.
82
- */
83
- readonly properties?: ServerPrivateEndpointConnectionProperties;
84
- }
85
-
86
- /** Properties of a private endpoint connection. */
87
- export interface ServerPrivateEndpointConnectionProperties {
88
- /** Private endpoint which the connection belongs to. */
89
- privateEndpoint?: PrivateEndpointProperty;
90
- /** Connection state of the private endpoint connection. */
91
- privateLinkServiceConnectionState?: ServerPrivateLinkServiceConnectionStateProperty;
92
- /**
93
- * State of the private endpoint connection.
94
- * NOTE: This property will not be serialized. It can only be populated by the server.
95
- */
96
- readonly provisioningState?: PrivateEndpointProvisioningState;
97
- }
98
-
99
- export interface PrivateEndpointProperty {
100
- /** Resource id of the private endpoint. */
101
- id?: string;
102
- }
103
-
104
- export interface ServerPrivateLinkServiceConnectionStateProperty {
105
- /** The private link service connection status. */
106
- status: PrivateLinkServiceConnectionStateStatus;
107
- /** The private link service connection description. */
108
- description: string;
109
- /**
110
- * The actions required for private link service connection.
111
- * NOTE: This property will not be serialized. It can only be populated by the server.
112
- */
113
- readonly actionsRequired?: PrivateLinkServiceConnectionStateActionsRequire;
114
- }
115
-
116
- /** Common fields that are returned in the response for all Azure Resource Manager resources */
117
- export interface Resource {
118
- /**
119
- * Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
120
- * NOTE: This property will not be serialized. It can only be populated by the server.
121
- */
122
- readonly id?: string;
123
- /**
124
- * The name of the resource
125
- * NOTE: This property will not be serialized. It can only be populated by the server.
126
- */
127
- readonly name?: string;
128
- /**
129
- * The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
130
- * NOTE: This property will not be serialized. It can only be populated by the server.
131
- */
132
- readonly type?: string;
133
- }
134
-
135
- /** An error response from the Batch service. */
136
- export interface CloudError {
137
- /** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.) */
138
- error?: ErrorResponse;
139
- }
140
-
141
- /** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.) */
142
- export interface ErrorResponse {
143
- /**
144
- * The error code.
145
- * NOTE: This property will not be serialized. It can only be populated by the server.
146
- */
147
- readonly code?: string;
148
- /**
149
- * The error message.
150
- * NOTE: This property will not be serialized. It can only be populated by the server.
151
- */
152
- readonly message?: string;
153
- /**
154
- * The error target.
155
- * NOTE: This property will not be serialized. It can only be populated by the server.
156
- */
157
- readonly target?: string;
158
- /**
159
- * The error details.
160
- * NOTE: This property will not be serialized. It can only be populated by the server.
161
- */
162
- readonly details?: ErrorResponse[];
163
- /**
164
- * The error additional info.
165
- * NOTE: This property will not be serialized. It can only be populated by the server.
166
- */
167
- readonly additionalInfo?: ErrorAdditionalInfo[];
168
- }
169
-
170
- /** The resource management error additional info. */
171
- export interface ErrorAdditionalInfo {
172
- /**
173
- * The additional info type.
174
- * NOTE: This property will not be serialized. It can only be populated by the server.
175
- */
176
- readonly type?: string;
177
- /**
178
- * The additional info.
179
- * NOTE: This property will not be serialized. It can only be populated by the server.
180
- */
181
- readonly info?: Record<string, unknown>;
182
- }
183
-
184
- /** Parameters allowed to update for a server. */
185
- export interface ServerUpdateParameters {
186
- /** The SKU (pricing tier) of the server. */
187
- sku?: Sku;
188
- /** Application-specific metadata in the form of key-value pairs. */
189
- tags?: { [propertyName: string]: string };
190
- /** Storage profile of a server. */
191
- storageProfile?: StorageProfile;
192
- /**
193
- * The password of the administrator login.
194
- * This value contains a credential. Consider obscuring before showing to users
195
- */
196
- administratorLoginPassword?: string;
197
- /** The version of a server. */
198
- version?: ServerVersion;
199
- /** Enable ssl enforcement or not when connect to server. */
200
- sslEnforcement?: SslEnforcementEnum;
201
- /** Enforce a minimal Tls version for the server. */
202
- minimalTlsVersion?: MinimalTlsVersionEnum;
203
- /** Whether or not public network access is allowed for this server. Value is optional but if passed in, must be 'Enabled' or 'Disabled' */
204
- publicNetworkAccess?: PublicNetworkAccessEnum;
205
- /** The replication role of the server. */
206
- replicationRole?: string;
207
- }
208
-
209
- /** A list of servers. */
210
- export interface ServerListResult {
211
- /** The list of servers */
212
- value?: Server[];
213
- }
214
-
215
- /** A list of firewall rules. */
216
- export interface FirewallRuleListResult {
217
- /** The list of firewall rules in a server. */
218
- value?: FirewallRule[];
219
- }
220
-
221
- /** A list of virtual network rules. */
222
- export interface VirtualNetworkRuleListResult {
223
- /**
224
- * Array of results.
225
- * NOTE: This property will not be serialized. It can only be populated by the server.
226
- */
227
- readonly value?: VirtualNetworkRule[];
228
- /**
229
- * Link to retrieve next page of results.
230
- * NOTE: This property will not be serialized. It can only be populated by the server.
231
- */
232
- readonly nextLink?: string;
233
- }
234
-
235
- /** A List of databases. */
236
- export interface DatabaseListResult {
237
- /** The list of databases housed in a server */
238
- value?: Database[];
239
- }
240
-
241
- /** A list of server configurations. */
242
- export interface ConfigurationListResult {
243
- /** The list of server configurations. */
244
- value?: Configuration[];
245
- }
246
-
247
- /** A list of log files. */
248
- export interface LogFileListResult {
249
- /** The list of log files. */
250
- value?: LogFile[];
251
- }
252
-
253
- /** A list of performance tiers. */
254
- export interface PerformanceTierListResult {
255
- /** The list of performance tiers */
256
- value?: PerformanceTierProperties[];
257
- }
258
-
259
- /** Performance tier properties */
260
- export interface PerformanceTierProperties {
261
- /** ID of the performance tier. */
262
- id?: string;
263
- /** Maximum Backup retention in days for the performance tier edition */
264
- maxBackupRetentionDays?: number;
265
- /** Minimum Backup retention in days for the performance tier edition */
266
- minBackupRetentionDays?: number;
267
- /** Max storage allowed for a server. */
268
- maxStorageMB?: number;
269
- /** Max storage allowed for a server. */
270
- minLargeStorageMB?: number;
271
- /** Max storage allowed for a server. */
272
- maxLargeStorageMB?: number;
273
- /** Max storage allowed for a server. */
274
- minStorageMB?: number;
275
- /** Service level objectives associated with the performance tier */
276
- serviceLevelObjectives?: PerformanceTierServiceLevelObjectives[];
277
- }
278
-
279
- /** Service level objectives for performance tier. */
280
- export interface PerformanceTierServiceLevelObjectives {
281
- /** ID for the service level objective. */
282
- id?: string;
283
- /** Edition of the performance tier. */
284
- edition?: string;
285
- /** vCore associated with the service level objective */
286
- vCore?: number;
287
- /** Hardware generation associated with the service level objective */
288
- hardwareGeneration?: string;
289
- /** Maximum Backup retention in days for the performance tier edition */
290
- maxBackupRetentionDays?: number;
291
- /** Minimum Backup retention in days for the performance tier edition */
292
- minBackupRetentionDays?: number;
293
- /** Max storage allowed for a server. */
294
- maxStorageMB?: number;
295
- /** Max storage allowed for a server. */
296
- minStorageMB?: number;
297
- }
298
-
299
- /** Request from client to check resource name availability. */
300
- export interface NameAvailabilityRequest {
301
- /** Resource name to verify. */
302
- name: string;
303
- /** Resource type used for verification. */
304
- type?: string;
305
- }
306
-
307
- /** Represents a resource name availability. */
308
- export interface NameAvailability {
309
- /** Error Message. */
310
- message?: string;
311
- /** Indicates whether the resource name is available. */
312
- nameAvailable?: boolean;
313
- /** Reason for name being unavailable. */
314
- reason?: string;
315
- }
316
-
317
- /** A list of resource provider operations. */
318
- export interface OperationListResult {
319
- /** The list of resource provider operations. */
320
- value?: Operation[];
321
- }
322
-
323
- /** REST API operation definition. */
324
- export interface Operation {
325
- /**
326
- * The name of the operation being performed on this particular object.
327
- * NOTE: This property will not be serialized. It can only be populated by the server.
328
- */
329
- readonly name?: string;
330
- /**
331
- * The localized display information for this particular operation or action.
332
- * NOTE: This property will not be serialized. It can only be populated by the server.
333
- */
334
- readonly display?: OperationDisplay;
335
- /**
336
- * The intended executor of the operation.
337
- * NOTE: This property will not be serialized. It can only be populated by the server.
338
- */
339
- readonly origin?: OperationOrigin;
340
- /**
341
- * Additional descriptions for the operation.
342
- * NOTE: This property will not be serialized. It can only be populated by the server.
343
- */
344
- readonly properties?: { [propertyName: string]: Record<string, unknown> };
345
- }
346
-
347
- /** Display metadata associated with the operation. */
348
- export interface OperationDisplay {
349
- /**
350
- * Operation resource provider name.
351
- * NOTE: This property will not be serialized. It can only be populated by the server.
352
- */
353
- readonly provider?: string;
354
- /**
355
- * Resource on which the operation is performed.
356
- * NOTE: This property will not be serialized. It can only be populated by the server.
357
- */
358
- readonly resource?: string;
359
- /**
360
- * Localized friendly name for the operation.
361
- * NOTE: This property will not be serialized. It can only be populated by the server.
362
- */
363
- readonly operation?: string;
364
- /**
365
- * Operation description.
366
- * NOTE: This property will not be serialized. It can only be populated by the server.
367
- */
368
- readonly description?: string;
369
- }
370
-
371
- /** A list of query texts. */
372
- export interface QueryTextsResultList {
373
- /**
374
- * The list of query texts.
375
- * NOTE: This property will not be serialized. It can only be populated by the server.
376
- */
377
- readonly value?: QueryText[];
378
- /**
379
- * Link to retrieve next page of results.
380
- * NOTE: This property will not be serialized. It can only be populated by the server.
381
- */
382
- readonly nextLink?: string;
383
- }
384
-
385
- /** Input to get top query statistics */
386
- export interface TopQueryStatisticsInput {
387
- /** Max number of top queries to return. */
388
- numberOfTopQueries: number;
389
- /** Aggregation function name. */
390
- aggregationFunction: string;
391
- /** Observed metric name. */
392
- observedMetric: string;
393
- /** Observation start time. */
394
- observationStartTime: Date;
395
- /** Observation end time. */
396
- observationEndTime: Date;
397
- /** Aggregation interval type in ISO 8601 format. */
398
- aggregationWindow: string;
399
- }
400
-
401
- /** A list of query statistics. */
402
- export interface TopQueryStatisticsResultList {
403
- /**
404
- * The list of top query statistics.
405
- * NOTE: This property will not be serialized. It can only be populated by the server.
406
- */
407
- readonly value?: QueryStatistic[];
408
- /**
409
- * Link to retrieve next page of results.
410
- * NOTE: This property will not be serialized. It can only be populated by the server.
411
- */
412
- readonly nextLink?: string;
413
- }
414
-
415
- /** Input to get wait statistics */
416
- export interface WaitStatisticsInput {
417
- /** Observation start time. */
418
- observationStartTime: Date;
419
- /** Observation end time. */
420
- observationEndTime: Date;
421
- /** Aggregation interval type in ISO 8601 format. */
422
- aggregationWindow: string;
423
- }
424
-
425
- /** A list of wait statistics. */
426
- export interface WaitStatisticsResultList {
427
- /**
428
- * The list of wait statistics.
429
- * NOTE: This property will not be serialized. It can only be populated by the server.
430
- */
431
- readonly value?: WaitStatistic[];
432
- /**
433
- * Link to retrieve next page of results.
434
- * NOTE: This property will not be serialized. It can only be populated by the server.
435
- */
436
- readonly nextLink?: string;
437
- }
438
-
439
- /** Result of Query Performance Insight data reset. */
440
- export interface QueryPerformanceInsightResetDataResult {
441
- /** Indicates result of the operation. */
442
- status?: QueryPerformanceInsightResetDataResultState;
443
- /** operation message. */
444
- message?: string;
445
- }
446
-
447
- /** A list of query statistics. */
448
- export interface AdvisorsResultList {
449
- /**
450
- * The list of recommendation action advisors.
451
- * NOTE: This property will not be serialized. It can only be populated by the server.
452
- */
453
- readonly value?: Advisor[];
454
- /**
455
- * Link to retrieve next page of results.
456
- * NOTE: This property will not be serialized. It can only be populated by the server.
457
- */
458
- readonly nextLink?: string;
459
- }
460
-
461
- /** A list of recommendation actions. */
462
- export interface RecommendationActionsResultList {
463
- /**
464
- * The list of recommendation action advisors.
465
- * NOTE: This property will not be serialized. It can only be populated by the server.
466
- */
467
- readonly value?: RecommendationAction[];
468
- /**
469
- * Link to retrieve next page of results.
470
- * NOTE: This property will not be serialized. It can only be populated by the server.
471
- */
472
- readonly nextLink?: string;
473
- }
474
-
475
- /** Recommendation action session operation status. */
476
- export interface RecommendedActionSessionsOperationStatus {
477
- /** Operation identifier. */
478
- name?: string;
479
- /** Operation start time. */
480
- startTime?: Date;
481
- /** Operation status. */
482
- status?: string;
483
- }
484
-
485
- export interface PrivateLinkServiceConnectionStateProperty {
486
- /** The private link service connection status. */
487
- status: string;
488
- /** The private link service connection description. */
489
- description: string;
490
- /**
491
- * The actions required for private link service connection.
492
- * NOTE: This property will not be serialized. It can only be populated by the server.
493
- */
494
- readonly actionsRequired?: string;
495
- }
496
-
497
- /** Tags object for patch operations. */
498
- export interface TagsObject {
499
- /** Resource tags. */
500
- tags?: { [propertyName: string]: string };
501
- }
502
-
503
- /** A list of private endpoint connections. */
504
- export interface PrivateEndpointConnectionListResult {
505
- /**
506
- * Array of results.
507
- * NOTE: This property will not be serialized. It can only be populated by the server.
508
- */
509
- readonly value?: PrivateEndpointConnection[];
510
- /**
511
- * Link to retrieve next page of results.
512
- * NOTE: This property will not be serialized. It can only be populated by the server.
513
- */
514
- readonly nextLink?: string;
515
- }
516
-
517
- /** A list of private link resources */
518
- export interface PrivateLinkResourceListResult {
519
- /**
520
- * Array of results.
521
- * NOTE: This property will not be serialized. It can only be populated by the server.
522
- */
523
- readonly value?: PrivateLinkResource[];
524
- /**
525
- * Link to retrieve next page of results.
526
- * NOTE: This property will not be serialized. It can only be populated by the server.
527
- */
528
- readonly nextLink?: string;
529
- }
530
-
531
- /** Properties of a private link resource. */
532
- export interface PrivateLinkResourceProperties {
533
- /**
534
- * The private link resource group id.
535
- * NOTE: This property will not be serialized. It can only be populated by the server.
536
- */
537
- readonly groupId?: string;
538
- /**
539
- * The private link resource required member names.
540
- * NOTE: This property will not be serialized. It can only be populated by the server.
541
- */
542
- readonly requiredMembers?: string[];
543
- }
544
-
545
- /** A list of the server's security alert policies. */
546
- export interface ServerSecurityAlertPolicyListResult {
547
- /**
548
- * Array of results.
549
- * NOTE: This property will not be serialized. It can only be populated by the server.
550
- */
551
- readonly value?: ServerSecurityAlertPolicy[];
552
- /**
553
- * Link to retrieve next page of results.
554
- * NOTE: This property will not be serialized. It can only be populated by the server.
555
- */
556
- readonly nextLink?: string;
557
- }
558
-
559
- /** An error response from the Batch service. */
560
- export interface CloudErrorAutoGenerated {
561
- /** Error message */
562
- error?: ErrorResponse;
563
- }
564
-
565
- /** The properties used to create a new server. */
566
- export interface ServerPropertiesForDefaultCreate
567
- extends ServerPropertiesForCreate {
568
- /** Polymorphic discriminator, which specifies the different types this object can be */
569
- createMode: "Default";
570
- /** The administrator's login name of a server. Can only be specified when the server is being created (and is required for creation). */
571
- administratorLogin: string;
572
- /**
573
- * The password of the administrator login.
574
- * This value contains a credential. Consider obscuring before showing to users
575
- */
576
- administratorLoginPassword: string;
577
- }
578
-
579
- /** The properties used to create a new server by restoring from a backup. */
580
- export interface ServerPropertiesForRestore extends ServerPropertiesForCreate {
581
- /** Polymorphic discriminator, which specifies the different types this object can be */
582
- createMode: "PointInTimeRestore";
583
- /** The source server id to restore from. */
584
- sourceServerId: string;
585
- /** Restore point creation time (ISO8601 format), specifying the time to restore from. */
586
- restorePointInTime: Date;
587
- }
588
-
589
- /** The properties used to create a new server by restoring to a different region from a geo replicated backup. */
590
- export interface ServerPropertiesForGeoRestore
591
- extends ServerPropertiesForCreate {
592
- /** Polymorphic discriminator, which specifies the different types this object can be */
593
- createMode: "GeoRestore";
594
- /** The source server id to restore from. */
595
- sourceServerId: string;
596
- }
597
-
598
- /** The properties to create a new replica. */
599
- export interface ServerPropertiesForReplica extends ServerPropertiesForCreate {
600
- /** Polymorphic discriminator, which specifies the different types this object can be */
601
- createMode: "Replica";
602
- /** The master server id to create replica from. */
603
- sourceServerId: string;
604
- }
605
-
606
- /** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
607
- export interface TrackedResource extends Resource {
608
- /** Resource tags. */
609
- tags?: { [propertyName: string]: string };
610
- /** The geo-location where the resource lives */
611
- location: string;
612
- }
613
-
614
- /** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
615
- export interface ProxyResource extends Resource {}
616
-
617
- /** Represents a server. */
618
- export interface Server extends TrackedResource {
619
- /** The SKU (pricing tier) of the server. */
620
- sku?: Sku;
621
- /** The administrator's login name of a server. Can only be specified when the server is being created (and is required for creation). */
622
- administratorLogin?: string;
623
- /** Server version. */
624
- version?: ServerVersion;
625
- /** Enable ssl enforcement or not when connect to server. */
626
- sslEnforcement?: SslEnforcementEnum;
627
- /** Enforce a minimal Tls version for the server. */
628
- minimalTlsVersion?: MinimalTlsVersionEnum;
629
- /** A state of a server that is visible to user. */
630
- userVisibleState?: ServerState;
631
- /** The fully qualified domain name of a server. */
632
- fullyQualifiedDomainName?: string;
633
- /** Earliest restore point creation time (ISO8601 format) */
634
- earliestRestoreDate?: Date;
635
- /** Storage profile of a server. */
636
- storageProfile?: StorageProfile;
637
- /** The replication role of the server. */
638
- replicationRole?: string;
639
- /** The master server id of a replica server. */
640
- masterServerId?: string;
641
- /** The maximum number of replicas that a master server can have. */
642
- replicaCapacity?: number;
643
- /** Whether or not public network access is allowed for this server. Value is optional but if passed in, must be 'Enabled' or 'Disabled' */
644
- publicNetworkAccess?: PublicNetworkAccessEnum;
645
- /**
646
- * List of private endpoint connections on a server
647
- * NOTE: This property will not be serialized. It can only be populated by the server.
648
- */
649
- readonly privateEndpointConnections?: ServerPrivateEndpointConnection[];
650
- }
651
-
652
- /** Represents a server firewall rule. */
653
- export interface FirewallRule extends ProxyResource {
654
- /** The start IP address of the server firewall rule. Must be IPv4 format. */
655
- startIpAddress: string;
656
- /** The end IP address of the server firewall rule. Must be IPv4 format. */
657
- endIpAddress: string;
658
- }
659
-
660
- /** A virtual network rule. */
661
- export interface VirtualNetworkRule extends ProxyResource {
662
- /** The ARM resource id of the virtual network subnet. */
663
- virtualNetworkSubnetId?: string;
664
- /** Create firewall rule before the virtual network has vnet service endpoint enabled. */
665
- ignoreMissingVnetServiceEndpoint?: boolean;
666
- /**
667
- * Virtual Network Rule State
668
- * NOTE: This property will not be serialized. It can only be populated by the server.
669
- */
670
- readonly state?: VirtualNetworkRuleState;
671
- }
672
-
673
- /** Represents a Database. */
674
- export interface Database extends ProxyResource {
675
- /** The charset of the database. */
676
- charset?: string;
677
- /** The collation of the database. */
678
- collation?: string;
679
- }
680
-
681
- /** Represents a Configuration. */
682
- export interface Configuration extends ProxyResource {
683
- /** Value of the configuration. */
684
- value?: string;
685
- /**
686
- * Description of the configuration.
687
- * NOTE: This property will not be serialized. It can only be populated by the server.
688
- */
689
- readonly description?: string;
690
- /**
691
- * Default value of the configuration.
692
- * NOTE: This property will not be serialized. It can only be populated by the server.
693
- */
694
- readonly defaultValue?: string;
695
- /**
696
- * Data type of the configuration.
697
- * NOTE: This property will not be serialized. It can only be populated by the server.
698
- */
699
- readonly dataType?: string;
700
- /**
701
- * Allowed values of the configuration.
702
- * NOTE: This property will not be serialized. It can only be populated by the server.
703
- */
704
- readonly allowedValues?: string;
705
- /** Source of the configuration. */
706
- source?: string;
707
- }
708
-
709
- /** Represents a log file. */
710
- export interface LogFile extends ProxyResource {
711
- /** Size of the log file. */
712
- sizeInKB?: number;
713
- /**
714
- * Creation timestamp of the log file.
715
- * NOTE: This property will not be serialized. It can only be populated by the server.
716
- */
717
- readonly createdTime?: Date;
718
- /**
719
- * Last modified timestamp of the log file.
720
- * NOTE: This property will not be serialized. It can only be populated by the server.
721
- */
722
- readonly lastModifiedTime?: Date;
723
- /** Type of the log file. */
724
- typePropertiesType?: string;
725
- /**
726
- * The url to download the log file from.
727
- * NOTE: This property will not be serialized. It can only be populated by the server.
728
- */
729
- readonly url?: string;
730
- }
731
-
732
- /** A recoverable server resource. */
733
- export interface RecoverableServerResource extends ProxyResource {
734
- /**
735
- * The last available backup date time.
736
- * NOTE: This property will not be serialized. It can only be populated by the server.
737
- */
738
- readonly lastAvailableBackupDateTime?: string;
739
- /**
740
- * The service level objective
741
- * NOTE: This property will not be serialized. It can only be populated by the server.
742
- */
743
- readonly serviceLevelObjective?: string;
744
- /**
745
- * Edition of the performance tier.
746
- * NOTE: This property will not be serialized. It can only be populated by the server.
747
- */
748
- readonly edition?: string;
749
- /**
750
- * vCore associated with the service level objective
751
- * NOTE: This property will not be serialized. It can only be populated by the server.
752
- */
753
- readonly vCore?: number;
754
- /**
755
- * Hardware generation associated with the service level objective
756
- * NOTE: This property will not be serialized. It can only be populated by the server.
757
- */
758
- readonly hardwareGeneration?: string;
759
- /**
760
- * The MariaDB version
761
- * NOTE: This property will not be serialized. It can only be populated by the server.
762
- */
763
- readonly version?: string;
764
- }
765
-
766
- /** Represents a Query Text. */
767
- export interface QueryText extends ProxyResource {
768
- /** Query identifier unique to the server. */
769
- queryId?: string;
770
- /** Query text. */
771
- queryText?: string;
772
- }
773
-
774
- /** Represents a Query Statistic. */
775
- export interface QueryStatistic extends ProxyResource {
776
- /** Database query identifier. */
777
- queryId?: string;
778
- /** Observation start time. */
779
- startTime?: Date;
780
- /** Observation end time. */
781
- endTime?: Date;
782
- /** Aggregation function name. */
783
- aggregationFunction?: string;
784
- /** The list of database names. */
785
- databaseNames?: string[];
786
- /** Number of query executions in this time interval. */
787
- queryExecutionCount?: number;
788
- /** Metric name. */
789
- metricName?: string;
790
- /** Metric display name. */
791
- metricDisplayName?: string;
792
- /** Metric value. */
793
- metricValue?: number;
794
- /** Metric value unit. */
795
- metricValueUnit?: string;
796
- }
797
-
798
- /** Represents a Wait Statistic. */
799
- export interface WaitStatistic extends ProxyResource {
800
- /** Observation start time. */
801
- startTime?: Date;
802
- /** Observation end time. */
803
- endTime?: Date;
804
- /** Wait event name. */
805
- eventName?: string;
806
- /** Wait event type name. */
807
- eventTypeName?: string;
808
- /** Database query identifier. */
809
- queryId?: number;
810
- /** Database Name. */
811
- databaseName?: string;
812
- /** Database user identifier. */
813
- userId?: number;
814
- /** Wait event count observed in this time interval. */
815
- count?: number;
816
- /** Total time of wait in milliseconds in this time interval. */
817
- totalTimeInMs?: number;
818
- }
819
-
820
- /** Represents a recommendation action advisor. */
821
- export interface Advisor extends ProxyResource {
822
- /** The properties of a recommendation action advisor. */
823
- properties?: Record<string, unknown>;
824
- }
825
-
826
- /** Represents a Recommendation Action. */
827
- export interface RecommendationAction extends ProxyResource {
828
- /** Advisor name. */
829
- advisorName?: string;
830
- /** Recommendation action session identifier. */
831
- sessionId?: string;
832
- /** Recommendation action identifier. */
833
- actionId?: number;
834
- /** Recommendation action creation time. */
835
- createdTime?: Date;
836
- /** Recommendation action expiration time. */
837
- expirationTime?: Date;
838
- /** Recommendation action reason. */
839
- reason?: string;
840
- /** Recommendation action type. */
841
- recommendationType?: string;
842
- /** Recommendation action details. */
843
- details?: { [propertyName: string]: string };
844
- }
845
-
846
- /** A private endpoint connection */
847
- export interface PrivateEndpointConnection extends ProxyResource {
848
- /** Private endpoint which the connection belongs to. */
849
- privateEndpoint?: PrivateEndpointProperty;
850
- /** Connection state of the private endpoint connection. */
851
- privateLinkServiceConnectionState?: PrivateLinkServiceConnectionStateProperty;
852
- /**
853
- * State of the private endpoint connection.
854
- * NOTE: This property will not be serialized. It can only be populated by the server.
855
- */
856
- readonly provisioningState?: string;
857
- }
858
-
859
- /** A private link resource */
860
- export interface PrivateLinkResource extends ProxyResource {
861
- /**
862
- * The private link resource group id.
863
- * NOTE: This property will not be serialized. It can only be populated by the server.
864
- */
865
- readonly properties?: PrivateLinkResourceProperties;
866
- }
867
-
868
- /** A server security alert policy. */
869
- export interface ServerSecurityAlertPolicy extends ProxyResource {
870
- /** Specifies the state of the policy, whether it is enabled or disabled. */
871
- state?: ServerSecurityAlertPolicyState;
872
- /** Specifies an array of alerts that are disabled. Allowed values are: Sql_Injection, Sql_Injection_Vulnerability, Access_Anomaly */
873
- disabledAlerts?: string[];
874
- /** Specifies an array of e-mail addresses to which the alert is sent. */
875
- emailAddresses?: string[];
876
- /** Specifies that the alert is sent to the account administrators. */
877
- emailAccountAdmins?: boolean;
878
- /** Specifies the blob storage endpoint (e.g. https://MyAccount.blob.core.windows.net). This blob storage will hold all Threat Detection audit logs. */
879
- storageEndpoint?: string;
880
- /** Specifies the identifier key of the Threat Detection audit storage account. */
881
- storageAccountAccessKey?: string;
882
- /** Specifies the number of days to keep in the Threat Detection audit logs. */
883
- retentionDays?: number;
884
- }
885
-
886
- /** Known values of {@link SkuTier} that the service accepts. */
887
- export enum KnownSkuTier {
888
- /** Basic */
889
- Basic = "Basic",
890
- /** GeneralPurpose */
891
- GeneralPurpose = "GeneralPurpose",
892
- /** MemoryOptimized */
893
- MemoryOptimized = "MemoryOptimized"
894
- }
895
-
896
- /**
897
- * Defines values for SkuTier. \
898
- * {@link KnownSkuTier} can be used interchangeably with SkuTier,
899
- * this enum contains the known values that the service supports.
900
- * ### Known values supported by the service
901
- * **Basic** \
902
- * **GeneralPurpose** \
903
- * **MemoryOptimized**
904
- */
905
- export type SkuTier = string;
906
-
907
- /** Known values of {@link ServerVersion} that the service accepts. */
908
- export enum KnownServerVersion {
909
- /** Ten2 */
910
- Ten2 = "10.2",
911
- /** Ten3 */
912
- Ten3 = "10.3"
913
- }
914
-
915
- /**
916
- * Defines values for ServerVersion. \
917
- * {@link KnownServerVersion} can be used interchangeably with ServerVersion,
918
- * this enum contains the known values that the service supports.
919
- * ### Known values supported by the service
920
- * **10.2** \
921
- * **10.3**
922
- */
923
- export type ServerVersion = string;
924
-
925
- /** Known values of {@link MinimalTlsVersionEnum} that the service accepts. */
926
- export enum KnownMinimalTlsVersionEnum {
927
- /** TLS10 */
928
- TLS10 = "TLS1_0",
929
- /** TLS11 */
930
- TLS11 = "TLS1_1",
931
- /** TLS12 */
932
- TLS12 = "TLS1_2",
933
- /** TLSEnforcementDisabled */
934
- TLSEnforcementDisabled = "TLSEnforcementDisabled"
935
- }
936
-
937
- /**
938
- * Defines values for MinimalTlsVersionEnum. \
939
- * {@link KnownMinimalTlsVersionEnum} can be used interchangeably with MinimalTlsVersionEnum,
940
- * this enum contains the known values that the service supports.
941
- * ### Known values supported by the service
942
- * **TLS1_0** \
943
- * **TLS1_1** \
944
- * **TLS1_2** \
945
- * **TLSEnforcementDisabled**
946
- */
947
- export type MinimalTlsVersionEnum = string;
948
-
949
- /** Known values of {@link PublicNetworkAccessEnum} that the service accepts. */
950
- export enum KnownPublicNetworkAccessEnum {
951
- /** Enabled */
952
- Enabled = "Enabled",
953
- /** Disabled */
954
- Disabled = "Disabled"
955
- }
956
-
957
- /**
958
- * Defines values for PublicNetworkAccessEnum. \
959
- * {@link KnownPublicNetworkAccessEnum} can be used interchangeably with PublicNetworkAccessEnum,
960
- * this enum contains the known values that the service supports.
961
- * ### Known values supported by the service
962
- * **Enabled** \
963
- * **Disabled**
964
- */
965
- export type PublicNetworkAccessEnum = string;
966
-
967
- /** Known values of {@link GeoRedundantBackup} that the service accepts. */
968
- export enum KnownGeoRedundantBackup {
969
- /** Enabled */
970
- Enabled = "Enabled",
971
- /** Disabled */
972
- Disabled = "Disabled"
973
- }
974
-
975
- /**
976
- * Defines values for GeoRedundantBackup. \
977
- * {@link KnownGeoRedundantBackup} can be used interchangeably with GeoRedundantBackup,
978
- * this enum contains the known values that the service supports.
979
- * ### Known values supported by the service
980
- * **Enabled** \
981
- * **Disabled**
982
- */
983
- export type GeoRedundantBackup = string;
984
-
985
- /** Known values of {@link StorageAutogrow} that the service accepts. */
986
- export enum KnownStorageAutogrow {
987
- /** Enabled */
988
- Enabled = "Enabled",
989
- /** Disabled */
990
- Disabled = "Disabled"
991
- }
992
-
993
- /**
994
- * Defines values for StorageAutogrow. \
995
- * {@link KnownStorageAutogrow} can be used interchangeably with StorageAutogrow,
996
- * this enum contains the known values that the service supports.
997
- * ### Known values supported by the service
998
- * **Enabled** \
999
- * **Disabled**
1000
- */
1001
- export type StorageAutogrow = string;
1002
-
1003
- /** Known values of {@link CreateMode} that the service accepts. */
1004
- export enum KnownCreateMode {
1005
- /** Default */
1006
- Default = "Default",
1007
- /** PointInTimeRestore */
1008
- PointInTimeRestore = "PointInTimeRestore",
1009
- /** GeoRestore */
1010
- GeoRestore = "GeoRestore",
1011
- /** Replica */
1012
- Replica = "Replica"
1013
- }
1014
-
1015
- /**
1016
- * Defines values for CreateMode. \
1017
- * {@link KnownCreateMode} can be used interchangeably with CreateMode,
1018
- * this enum contains the known values that the service supports.
1019
- * ### Known values supported by the service
1020
- * **Default** \
1021
- * **PointInTimeRestore** \
1022
- * **GeoRestore** \
1023
- * **Replica**
1024
- */
1025
- export type CreateMode = string;
1026
-
1027
- /** Known values of {@link ServerState} that the service accepts. */
1028
- export enum KnownServerState {
1029
- /** Ready */
1030
- Ready = "Ready",
1031
- /** Dropping */
1032
- Dropping = "Dropping",
1033
- /** Disabled */
1034
- Disabled = "Disabled"
1035
- }
1036
-
1037
- /**
1038
- * Defines values for ServerState. \
1039
- * {@link KnownServerState} can be used interchangeably with ServerState,
1040
- * this enum contains the known values that the service supports.
1041
- * ### Known values supported by the service
1042
- * **Ready** \
1043
- * **Dropping** \
1044
- * **Disabled**
1045
- */
1046
- export type ServerState = string;
1047
-
1048
- /** Known values of {@link PrivateLinkServiceConnectionStateStatus} that the service accepts. */
1049
- export enum KnownPrivateLinkServiceConnectionStateStatus {
1050
- /** Approved */
1051
- Approved = "Approved",
1052
- /** Pending */
1053
- Pending = "Pending",
1054
- /** Rejected */
1055
- Rejected = "Rejected",
1056
- /** Disconnected */
1057
- Disconnected = "Disconnected"
1058
- }
1059
-
1060
- /**
1061
- * Defines values for PrivateLinkServiceConnectionStateStatus. \
1062
- * {@link KnownPrivateLinkServiceConnectionStateStatus} can be used interchangeably with PrivateLinkServiceConnectionStateStatus,
1063
- * this enum contains the known values that the service supports.
1064
- * ### Known values supported by the service
1065
- * **Approved** \
1066
- * **Pending** \
1067
- * **Rejected** \
1068
- * **Disconnected**
1069
- */
1070
- export type PrivateLinkServiceConnectionStateStatus = string;
1071
-
1072
- /** Known values of {@link PrivateLinkServiceConnectionStateActionsRequire} that the service accepts. */
1073
- export enum KnownPrivateLinkServiceConnectionStateActionsRequire {
1074
- /** None */
1075
- None = "None"
1076
- }
1077
-
1078
- /**
1079
- * Defines values for PrivateLinkServiceConnectionStateActionsRequire. \
1080
- * {@link KnownPrivateLinkServiceConnectionStateActionsRequire} can be used interchangeably with PrivateLinkServiceConnectionStateActionsRequire,
1081
- * this enum contains the known values that the service supports.
1082
- * ### Known values supported by the service
1083
- * **None**
1084
- */
1085
- export type PrivateLinkServiceConnectionStateActionsRequire = string;
1086
-
1087
- /** Known values of {@link PrivateEndpointProvisioningState} that the service accepts. */
1088
- export enum KnownPrivateEndpointProvisioningState {
1089
- /** Approving */
1090
- Approving = "Approving",
1091
- /** Ready */
1092
- Ready = "Ready",
1093
- /** Dropping */
1094
- Dropping = "Dropping",
1095
- /** Failed */
1096
- Failed = "Failed",
1097
- /** Rejecting */
1098
- Rejecting = "Rejecting"
1099
- }
1100
-
1101
- /**
1102
- * Defines values for PrivateEndpointProvisioningState. \
1103
- * {@link KnownPrivateEndpointProvisioningState} can be used interchangeably with PrivateEndpointProvisioningState,
1104
- * this enum contains the known values that the service supports.
1105
- * ### Known values supported by the service
1106
- * **Approving** \
1107
- * **Ready** \
1108
- * **Dropping** \
1109
- * **Failed** \
1110
- * **Rejecting**
1111
- */
1112
- export type PrivateEndpointProvisioningState = string;
1113
-
1114
- /** Known values of {@link VirtualNetworkRuleState} that the service accepts. */
1115
- export enum KnownVirtualNetworkRuleState {
1116
- /** Initializing */
1117
- Initializing = "Initializing",
1118
- /** InProgress */
1119
- InProgress = "InProgress",
1120
- /** Ready */
1121
- Ready = "Ready",
1122
- /** Deleting */
1123
- Deleting = "Deleting",
1124
- /** Unknown */
1125
- Unknown = "Unknown"
1126
- }
1127
-
1128
- /**
1129
- * Defines values for VirtualNetworkRuleState. \
1130
- * {@link KnownVirtualNetworkRuleState} can be used interchangeably with VirtualNetworkRuleState,
1131
- * this enum contains the known values that the service supports.
1132
- * ### Known values supported by the service
1133
- * **Initializing** \
1134
- * **InProgress** \
1135
- * **Ready** \
1136
- * **Deleting** \
1137
- * **Unknown**
1138
- */
1139
- export type VirtualNetworkRuleState = string;
1140
-
1141
- /** Known values of {@link OperationOrigin} that the service accepts. */
1142
- export enum KnownOperationOrigin {
1143
- /** NotSpecified */
1144
- NotSpecified = "NotSpecified",
1145
- /** User */
1146
- User = "user",
1147
- /** System */
1148
- System = "system"
1149
- }
1150
-
1151
- /**
1152
- * Defines values for OperationOrigin. \
1153
- * {@link KnownOperationOrigin} can be used interchangeably with OperationOrigin,
1154
- * this enum contains the known values that the service supports.
1155
- * ### Known values supported by the service
1156
- * **NotSpecified** \
1157
- * **user** \
1158
- * **system**
1159
- */
1160
- export type OperationOrigin = string;
1161
-
1162
- /** Known values of {@link QueryPerformanceInsightResetDataResultState} that the service accepts. */
1163
- export enum KnownQueryPerformanceInsightResetDataResultState {
1164
- /** Succeeded */
1165
- Succeeded = "Succeeded",
1166
- /** Failed */
1167
- Failed = "Failed"
1168
- }
1169
-
1170
- /**
1171
- * Defines values for QueryPerformanceInsightResetDataResultState. \
1172
- * {@link KnownQueryPerformanceInsightResetDataResultState} can be used interchangeably with QueryPerformanceInsightResetDataResultState,
1173
- * this enum contains the known values that the service supports.
1174
- * ### Known values supported by the service
1175
- * **Succeeded** \
1176
- * **Failed**
1177
- */
1178
- export type QueryPerformanceInsightResetDataResultState = string;
1179
-
1180
- /** Known values of {@link SecurityAlertPolicyName} that the service accepts. */
1181
- export enum KnownSecurityAlertPolicyName {
1182
- /** Default */
1183
- Default = "Default"
1184
- }
1185
-
1186
- /**
1187
- * Defines values for SecurityAlertPolicyName. \
1188
- * {@link KnownSecurityAlertPolicyName} can be used interchangeably with SecurityAlertPolicyName,
1189
- * this enum contains the known values that the service supports.
1190
- * ### Known values supported by the service
1191
- * **Default**
1192
- */
1193
- export type SecurityAlertPolicyName = string;
1194
- /** Defines values for SslEnforcementEnum. */
1195
- export type SslEnforcementEnum = "Enabled" | "Disabled";
1196
- /** Defines values for ServerSecurityAlertPolicyState. */
1197
- export type ServerSecurityAlertPolicyState = "Enabled" | "Disabled";
1198
-
1199
- /** Optional parameters. */
1200
- export interface ServersCreateOptionalParams
1201
- extends coreClient.OperationOptions {
1202
- /** Delay to wait until next poll, in milliseconds. */
1203
- updateIntervalInMs?: number;
1204
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1205
- resumeFrom?: string;
1206
- }
1207
-
1208
- /** Contains response data for the create operation. */
1209
- export type ServersCreateResponse = Server;
1210
-
1211
- /** Optional parameters. */
1212
- export interface ServersUpdateOptionalParams
1213
- extends coreClient.OperationOptions {
1214
- /** Delay to wait until next poll, in milliseconds. */
1215
- updateIntervalInMs?: number;
1216
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1217
- resumeFrom?: string;
1218
- }
1219
-
1220
- /** Contains response data for the update operation. */
1221
- export type ServersUpdateResponse = Server;
1222
-
1223
- /** Optional parameters. */
1224
- export interface ServersDeleteOptionalParams
1225
- extends coreClient.OperationOptions {
1226
- /** Delay to wait until next poll, in milliseconds. */
1227
- updateIntervalInMs?: number;
1228
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1229
- resumeFrom?: string;
1230
- }
1231
-
1232
- /** Optional parameters. */
1233
- export interface ServersGetOptionalParams extends coreClient.OperationOptions {}
1234
-
1235
- /** Contains response data for the get operation. */
1236
- export type ServersGetResponse = Server;
1237
-
1238
- /** Optional parameters. */
1239
- export interface ServersListByResourceGroupOptionalParams
1240
- extends coreClient.OperationOptions {}
1241
-
1242
- /** Contains response data for the listByResourceGroup operation. */
1243
- export type ServersListByResourceGroupResponse = ServerListResult;
1244
-
1245
- /** Optional parameters. */
1246
- export interface ServersListOptionalParams
1247
- extends coreClient.OperationOptions {}
1248
-
1249
- /** Contains response data for the list operation. */
1250
- export type ServersListResponse = ServerListResult;
1251
-
1252
- /** Optional parameters. */
1253
- export interface ServersRestartOptionalParams
1254
- extends coreClient.OperationOptions {
1255
- /** Delay to wait until next poll, in milliseconds. */
1256
- updateIntervalInMs?: number;
1257
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1258
- resumeFrom?: string;
1259
- }
1260
-
1261
- /** Optional parameters. */
1262
- export interface ServersStartOptionalParams
1263
- extends coreClient.OperationOptions {
1264
- /** Delay to wait until next poll, in milliseconds. */
1265
- updateIntervalInMs?: number;
1266
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1267
- resumeFrom?: string;
1268
- }
1269
-
1270
- /** Optional parameters. */
1271
- export interface ServersStopOptionalParams extends coreClient.OperationOptions {
1272
- /** Delay to wait until next poll, in milliseconds. */
1273
- updateIntervalInMs?: number;
1274
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1275
- resumeFrom?: string;
1276
- }
1277
-
1278
- /** Optional parameters. */
1279
- export interface ReplicasListByServerOptionalParams
1280
- extends coreClient.OperationOptions {}
1281
-
1282
- /** Contains response data for the listByServer operation. */
1283
- export type ReplicasListByServerResponse = ServerListResult;
1284
-
1285
- /** Optional parameters. */
1286
- export interface FirewallRulesCreateOrUpdateOptionalParams
1287
- extends coreClient.OperationOptions {
1288
- /** Delay to wait until next poll, in milliseconds. */
1289
- updateIntervalInMs?: number;
1290
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1291
- resumeFrom?: string;
1292
- }
1293
-
1294
- /** Contains response data for the createOrUpdate operation. */
1295
- export type FirewallRulesCreateOrUpdateResponse = FirewallRule;
1296
-
1297
- /** Optional parameters. */
1298
- export interface FirewallRulesDeleteOptionalParams
1299
- extends coreClient.OperationOptions {
1300
- /** Delay to wait until next poll, in milliseconds. */
1301
- updateIntervalInMs?: number;
1302
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1303
- resumeFrom?: string;
1304
- }
1305
-
1306
- /** Optional parameters. */
1307
- export interface FirewallRulesGetOptionalParams
1308
- extends coreClient.OperationOptions {}
1309
-
1310
- /** Contains response data for the get operation. */
1311
- export type FirewallRulesGetResponse = FirewallRule;
1312
-
1313
- /** Optional parameters. */
1314
- export interface FirewallRulesListByServerOptionalParams
1315
- extends coreClient.OperationOptions {}
1316
-
1317
- /** Contains response data for the listByServer operation. */
1318
- export type FirewallRulesListByServerResponse = FirewallRuleListResult;
1319
-
1320
- /** Optional parameters. */
1321
- export interface VirtualNetworkRulesGetOptionalParams
1322
- extends coreClient.OperationOptions {}
1323
-
1324
- /** Contains response data for the get operation. */
1325
- export type VirtualNetworkRulesGetResponse = VirtualNetworkRule;
1326
-
1327
- /** Optional parameters. */
1328
- export interface VirtualNetworkRulesCreateOrUpdateOptionalParams
1329
- extends coreClient.OperationOptions {
1330
- /** Delay to wait until next poll, in milliseconds. */
1331
- updateIntervalInMs?: number;
1332
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1333
- resumeFrom?: string;
1334
- }
1335
-
1336
- /** Contains response data for the createOrUpdate operation. */
1337
- export type VirtualNetworkRulesCreateOrUpdateResponse = VirtualNetworkRule;
1338
-
1339
- /** Optional parameters. */
1340
- export interface VirtualNetworkRulesDeleteOptionalParams
1341
- extends coreClient.OperationOptions {
1342
- /** Delay to wait until next poll, in milliseconds. */
1343
- updateIntervalInMs?: number;
1344
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1345
- resumeFrom?: string;
1346
- }
1347
-
1348
- /** Optional parameters. */
1349
- export interface VirtualNetworkRulesListByServerOptionalParams
1350
- extends coreClient.OperationOptions {}
1351
-
1352
- /** Contains response data for the listByServer operation. */
1353
- export type VirtualNetworkRulesListByServerResponse = VirtualNetworkRuleListResult;
1354
-
1355
- /** Optional parameters. */
1356
- export interface VirtualNetworkRulesListByServerNextOptionalParams
1357
- extends coreClient.OperationOptions {}
1358
-
1359
- /** Contains response data for the listByServerNext operation. */
1360
- export type VirtualNetworkRulesListByServerNextResponse = VirtualNetworkRuleListResult;
1361
-
1362
- /** Optional parameters. */
1363
- export interface DatabasesCreateOrUpdateOptionalParams
1364
- extends coreClient.OperationOptions {
1365
- /** Delay to wait until next poll, in milliseconds. */
1366
- updateIntervalInMs?: number;
1367
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1368
- resumeFrom?: string;
1369
- }
1370
-
1371
- /** Contains response data for the createOrUpdate operation. */
1372
- export type DatabasesCreateOrUpdateResponse = Database;
1373
-
1374
- /** Optional parameters. */
1375
- export interface DatabasesDeleteOptionalParams
1376
- extends coreClient.OperationOptions {
1377
- /** Delay to wait until next poll, in milliseconds. */
1378
- updateIntervalInMs?: number;
1379
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1380
- resumeFrom?: string;
1381
- }
1382
-
1383
- /** Optional parameters. */
1384
- export interface DatabasesGetOptionalParams
1385
- extends coreClient.OperationOptions {}
1386
-
1387
- /** Contains response data for the get operation. */
1388
- export type DatabasesGetResponse = Database;
1389
-
1390
- /** Optional parameters. */
1391
- export interface DatabasesListByServerOptionalParams
1392
- extends coreClient.OperationOptions {}
1393
-
1394
- /** Contains response data for the listByServer operation. */
1395
- export type DatabasesListByServerResponse = DatabaseListResult;
1396
-
1397
- /** Optional parameters. */
1398
- export interface ConfigurationsCreateOrUpdateOptionalParams
1399
- extends coreClient.OperationOptions {
1400
- /** Delay to wait until next poll, in milliseconds. */
1401
- updateIntervalInMs?: number;
1402
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1403
- resumeFrom?: string;
1404
- }
1405
-
1406
- /** Contains response data for the createOrUpdate operation. */
1407
- export type ConfigurationsCreateOrUpdateResponse = Configuration;
1408
-
1409
- /** Optional parameters. */
1410
- export interface ConfigurationsGetOptionalParams
1411
- extends coreClient.OperationOptions {}
1412
-
1413
- /** Contains response data for the get operation. */
1414
- export type ConfigurationsGetResponse = Configuration;
1415
-
1416
- /** Optional parameters. */
1417
- export interface ConfigurationsListByServerOptionalParams
1418
- extends coreClient.OperationOptions {}
1419
-
1420
- /** Contains response data for the listByServer operation. */
1421
- export type ConfigurationsListByServerResponse = ConfigurationListResult;
1422
-
1423
- /** Optional parameters. */
1424
- export interface ServerParametersListUpdateConfigurationsOptionalParams
1425
- extends coreClient.OperationOptions {
1426
- /** Delay to wait until next poll, in milliseconds. */
1427
- updateIntervalInMs?: number;
1428
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1429
- resumeFrom?: string;
1430
- }
1431
-
1432
- /** Contains response data for the listUpdateConfigurations operation. */
1433
- export type ServerParametersListUpdateConfigurationsResponse = ConfigurationListResult;
1434
-
1435
- /** Optional parameters. */
1436
- export interface LogFilesListByServerOptionalParams
1437
- extends coreClient.OperationOptions {}
1438
-
1439
- /** Contains response data for the listByServer operation. */
1440
- export type LogFilesListByServerResponse = LogFileListResult;
1441
-
1442
- /** Optional parameters. */
1443
- export interface RecoverableServersGetOptionalParams
1444
- extends coreClient.OperationOptions {}
1445
-
1446
- /** Contains response data for the get operation. */
1447
- export type RecoverableServersGetResponse = RecoverableServerResource;
1448
-
1449
- /** Optional parameters. */
1450
- export interface ServerBasedPerformanceTierListOptionalParams
1451
- extends coreClient.OperationOptions {}
1452
-
1453
- /** Contains response data for the list operation. */
1454
- export type ServerBasedPerformanceTierListResponse = PerformanceTierListResult;
1455
-
1456
- /** Optional parameters. */
1457
- export interface LocationBasedPerformanceTierListOptionalParams
1458
- extends coreClient.OperationOptions {}
1459
-
1460
- /** Contains response data for the list operation. */
1461
- export type LocationBasedPerformanceTierListResponse = PerformanceTierListResult;
1462
-
1463
- /** Optional parameters. */
1464
- export interface CheckNameAvailabilityExecuteOptionalParams
1465
- extends coreClient.OperationOptions {}
1466
-
1467
- /** Contains response data for the execute operation. */
1468
- export type CheckNameAvailabilityExecuteResponse = NameAvailability;
1469
-
1470
- /** Optional parameters. */
1471
- export interface OperationsListOptionalParams
1472
- extends coreClient.OperationOptions {}
1473
-
1474
- /** Contains response data for the list operation. */
1475
- export type OperationsListResponse = OperationListResult;
1476
-
1477
- /** Optional parameters. */
1478
- export interface QueryTextsGetOptionalParams
1479
- extends coreClient.OperationOptions {}
1480
-
1481
- /** Contains response data for the get operation. */
1482
- export type QueryTextsGetResponse = QueryText;
1483
-
1484
- /** Optional parameters. */
1485
- export interface QueryTextsListByServerOptionalParams
1486
- extends coreClient.OperationOptions {}
1487
-
1488
- /** Contains response data for the listByServer operation. */
1489
- export type QueryTextsListByServerResponse = QueryTextsResultList;
1490
-
1491
- /** Optional parameters. */
1492
- export interface QueryTextsListByServerNextOptionalParams
1493
- extends coreClient.OperationOptions {}
1494
-
1495
- /** Contains response data for the listByServerNext operation. */
1496
- export type QueryTextsListByServerNextResponse = QueryTextsResultList;
1497
-
1498
- /** Optional parameters. */
1499
- export interface TopQueryStatisticsGetOptionalParams
1500
- extends coreClient.OperationOptions {}
1501
-
1502
- /** Contains response data for the get operation. */
1503
- export type TopQueryStatisticsGetResponse = QueryStatistic;
1504
-
1505
- /** Optional parameters. */
1506
- export interface TopQueryStatisticsListByServerOptionalParams
1507
- extends coreClient.OperationOptions {}
1508
-
1509
- /** Contains response data for the listByServer operation. */
1510
- export type TopQueryStatisticsListByServerResponse = TopQueryStatisticsResultList;
1511
-
1512
- /** Optional parameters. */
1513
- export interface TopQueryStatisticsListByServerNextOptionalParams
1514
- extends coreClient.OperationOptions {}
1515
-
1516
- /** Contains response data for the listByServerNext operation. */
1517
- export type TopQueryStatisticsListByServerNextResponse = TopQueryStatisticsResultList;
1518
-
1519
- /** Optional parameters. */
1520
- export interface WaitStatisticsGetOptionalParams
1521
- extends coreClient.OperationOptions {}
1522
-
1523
- /** Contains response data for the get operation. */
1524
- export type WaitStatisticsGetResponse = WaitStatistic;
1525
-
1526
- /** Optional parameters. */
1527
- export interface WaitStatisticsListByServerOptionalParams
1528
- extends coreClient.OperationOptions {}
1529
-
1530
- /** Contains response data for the listByServer operation. */
1531
- export type WaitStatisticsListByServerResponse = WaitStatisticsResultList;
1532
-
1533
- /** Optional parameters. */
1534
- export interface WaitStatisticsListByServerNextOptionalParams
1535
- extends coreClient.OperationOptions {}
1536
-
1537
- /** Contains response data for the listByServerNext operation. */
1538
- export type WaitStatisticsListByServerNextResponse = WaitStatisticsResultList;
1539
-
1540
- /** Optional parameters. */
1541
- export interface ResetQueryPerformanceInsightDataOptionalParams
1542
- extends coreClient.OperationOptions {}
1543
-
1544
- /** Contains response data for the resetQueryPerformanceInsightData operation. */
1545
- export type ResetQueryPerformanceInsightDataResponse = QueryPerformanceInsightResetDataResult;
1546
-
1547
- /** Optional parameters. */
1548
- export interface CreateRecommendedActionSessionOptionalParams
1549
- extends coreClient.OperationOptions {
1550
- /** Delay to wait until next poll, in milliseconds. */
1551
- updateIntervalInMs?: number;
1552
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1553
- resumeFrom?: string;
1554
- }
1555
-
1556
- /** Optional parameters. */
1557
- export interface AdvisorsGetOptionalParams
1558
- extends coreClient.OperationOptions {}
1559
-
1560
- /** Contains response data for the get operation. */
1561
- export type AdvisorsGetResponse = Advisor;
1562
-
1563
- /** Optional parameters. */
1564
- export interface AdvisorsListByServerOptionalParams
1565
- extends coreClient.OperationOptions {}
1566
-
1567
- /** Contains response data for the listByServer operation. */
1568
- export type AdvisorsListByServerResponse = AdvisorsResultList;
1569
-
1570
- /** Optional parameters. */
1571
- export interface AdvisorsListByServerNextOptionalParams
1572
- extends coreClient.OperationOptions {}
1573
-
1574
- /** Contains response data for the listByServerNext operation. */
1575
- export type AdvisorsListByServerNextResponse = AdvisorsResultList;
1576
-
1577
- /** Optional parameters. */
1578
- export interface RecommendedActionsGetOptionalParams
1579
- extends coreClient.OperationOptions {}
1580
-
1581
- /** Contains response data for the get operation. */
1582
- export type RecommendedActionsGetResponse = RecommendationAction;
1583
-
1584
- /** Optional parameters. */
1585
- export interface RecommendedActionsListByServerOptionalParams
1586
- extends coreClient.OperationOptions {
1587
- /** The recommendation action session identifier. */
1588
- sessionId?: string;
1589
- }
1590
-
1591
- /** Contains response data for the listByServer operation. */
1592
- export type RecommendedActionsListByServerResponse = RecommendationActionsResultList;
1593
-
1594
- /** Optional parameters. */
1595
- export interface RecommendedActionsListByServerNextOptionalParams
1596
- extends coreClient.OperationOptions {
1597
- /** The recommendation action session identifier. */
1598
- sessionId?: string;
1599
- }
1600
-
1601
- /** Contains response data for the listByServerNext operation. */
1602
- export type RecommendedActionsListByServerNextResponse = RecommendationActionsResultList;
1603
-
1604
- /** Optional parameters. */
1605
- export interface LocationBasedRecommendedActionSessionsOperationStatusGetOptionalParams
1606
- extends coreClient.OperationOptions {}
1607
-
1608
- /** Contains response data for the get operation. */
1609
- export type LocationBasedRecommendedActionSessionsOperationStatusGetResponse = RecommendedActionSessionsOperationStatus;
1610
-
1611
- /** Optional parameters. */
1612
- export interface LocationBasedRecommendedActionSessionsResultListOptionalParams
1613
- extends coreClient.OperationOptions {}
1614
-
1615
- /** Contains response data for the list operation. */
1616
- export type LocationBasedRecommendedActionSessionsResultListResponse = RecommendationActionsResultList;
1617
-
1618
- /** Optional parameters. */
1619
- export interface LocationBasedRecommendedActionSessionsResultListNextOptionalParams
1620
- extends coreClient.OperationOptions {}
1621
-
1622
- /** Contains response data for the listNext operation. */
1623
- export type LocationBasedRecommendedActionSessionsResultListNextResponse = RecommendationActionsResultList;
1624
-
1625
- /** Optional parameters. */
1626
- export interface PrivateEndpointConnectionsGetOptionalParams
1627
- extends coreClient.OperationOptions {}
1628
-
1629
- /** Contains response data for the get operation. */
1630
- export type PrivateEndpointConnectionsGetResponse = PrivateEndpointConnection;
1631
-
1632
- /** Optional parameters. */
1633
- export interface PrivateEndpointConnectionsCreateOrUpdateOptionalParams
1634
- extends coreClient.OperationOptions {
1635
- /** Delay to wait until next poll, in milliseconds. */
1636
- updateIntervalInMs?: number;
1637
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1638
- resumeFrom?: string;
1639
- }
1640
-
1641
- /** Contains response data for the createOrUpdate operation. */
1642
- export type PrivateEndpointConnectionsCreateOrUpdateResponse = PrivateEndpointConnection;
1643
-
1644
- /** Optional parameters. */
1645
- export interface PrivateEndpointConnectionsDeleteOptionalParams
1646
- extends coreClient.OperationOptions {
1647
- /** Delay to wait until next poll, in milliseconds. */
1648
- updateIntervalInMs?: number;
1649
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1650
- resumeFrom?: string;
1651
- }
1652
-
1653
- /** Optional parameters. */
1654
- export interface PrivateEndpointConnectionsUpdateTagsOptionalParams
1655
- extends coreClient.OperationOptions {
1656
- /** Delay to wait until next poll, in milliseconds. */
1657
- updateIntervalInMs?: number;
1658
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1659
- resumeFrom?: string;
1660
- }
1661
-
1662
- /** Contains response data for the updateTags operation. */
1663
- export type PrivateEndpointConnectionsUpdateTagsResponse = PrivateEndpointConnection;
1664
-
1665
- /** Optional parameters. */
1666
- export interface PrivateEndpointConnectionsListByServerOptionalParams
1667
- extends coreClient.OperationOptions {}
1668
-
1669
- /** Contains response data for the listByServer operation. */
1670
- export type PrivateEndpointConnectionsListByServerResponse = PrivateEndpointConnectionListResult;
1671
-
1672
- /** Optional parameters. */
1673
- export interface PrivateEndpointConnectionsListByServerNextOptionalParams
1674
- extends coreClient.OperationOptions {}
1675
-
1676
- /** Contains response data for the listByServerNext operation. */
1677
- export type PrivateEndpointConnectionsListByServerNextResponse = PrivateEndpointConnectionListResult;
1678
-
1679
- /** Optional parameters. */
1680
- export interface PrivateLinkResourcesListByServerOptionalParams
1681
- extends coreClient.OperationOptions {}
1682
-
1683
- /** Contains response data for the listByServer operation. */
1684
- export type PrivateLinkResourcesListByServerResponse = PrivateLinkResourceListResult;
1685
-
1686
- /** Optional parameters. */
1687
- export interface PrivateLinkResourcesGetOptionalParams
1688
- extends coreClient.OperationOptions {}
1689
-
1690
- /** Contains response data for the get operation. */
1691
- export type PrivateLinkResourcesGetResponse = PrivateLinkResource;
1692
-
1693
- /** Optional parameters. */
1694
- export interface PrivateLinkResourcesListByServerNextOptionalParams
1695
- extends coreClient.OperationOptions {}
1696
-
1697
- /** Contains response data for the listByServerNext operation. */
1698
- export type PrivateLinkResourcesListByServerNextResponse = PrivateLinkResourceListResult;
1699
-
1700
- /** Optional parameters. */
1701
- export interface ServerSecurityAlertPoliciesGetOptionalParams
1702
- extends coreClient.OperationOptions {}
1703
-
1704
- /** Contains response data for the get operation. */
1705
- export type ServerSecurityAlertPoliciesGetResponse = ServerSecurityAlertPolicy;
1706
-
1707
- /** Optional parameters. */
1708
- export interface ServerSecurityAlertPoliciesCreateOrUpdateOptionalParams
1709
- extends coreClient.OperationOptions {
1710
- /** Delay to wait until next poll, in milliseconds. */
1711
- updateIntervalInMs?: number;
1712
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1713
- resumeFrom?: string;
1714
- }
1715
-
1716
- /** Contains response data for the createOrUpdate operation. */
1717
- export type ServerSecurityAlertPoliciesCreateOrUpdateResponse = ServerSecurityAlertPolicy;
1718
-
1719
- /** Optional parameters. */
1720
- export interface ServerSecurityAlertPoliciesListByServerOptionalParams
1721
- extends coreClient.OperationOptions {}
1722
-
1723
- /** Contains response data for the listByServer operation. */
1724
- export type ServerSecurityAlertPoliciesListByServerResponse = ServerSecurityAlertPolicyListResult;
1725
-
1726
- /** Optional parameters. */
1727
- export interface ServerSecurityAlertPoliciesListByServerNextOptionalParams
1728
- extends coreClient.OperationOptions {}
1729
-
1730
- /** Contains response data for the listByServerNext operation. */
1731
- export type ServerSecurityAlertPoliciesListByServerNextResponse = ServerSecurityAlertPolicyListResult;
1732
-
1733
- /** Optional parameters. */
1734
- export interface MariaDBManagementClientOptionalParams
1735
- extends coreClient.ServiceClientOptions {
1736
- /** server parameter */
1737
- $host?: string;
1738
- /** Overrides client endpoint. */
1739
- endpoint?: string;
1740
- }