@azure/arm-mysql 5.1.1-alpha.20250213.1 → 5.1.1-alpha.20250217.1

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