@azure/arm-mysql 4.0.0 → 5.0.0-alpha.20211221.3

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