@azure/arm-mysql-flexible 4.0.0-beta.2 → 4.0.0-beta.4

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 (1372) hide show
  1. package/CHANGELOG.md +13 -1
  2. package/LICENSE +4 -4
  3. package/README.md +29 -19
  4. package/dist/browser/index.d.ts +5 -0
  5. package/dist/browser/index.d.ts.map +1 -0
  6. package/dist/browser/index.js +13 -0
  7. package/dist/browser/index.js.map +1 -0
  8. package/dist/browser/lroImpl.d.ts.map +1 -0
  9. package/dist/browser/lroImpl.js +18 -0
  10. package/dist/browser/lroImpl.js.map +1 -0
  11. package/dist/browser/models/index.js.map +1 -0
  12. package/dist/browser/models/mappers.js +2940 -0
  13. package/dist/browser/models/mappers.js.map +1 -0
  14. package/dist/browser/models/parameters.js +357 -0
  15. package/dist/browser/models/parameters.js.map +1 -0
  16. package/dist/browser/mySQLManagementFlexibleServerClient.d.ts +40 -0
  17. package/dist/browser/mySQLManagementFlexibleServerClient.d.ts.map +1 -0
  18. package/dist/browser/mySQLManagementFlexibleServerClient.js +123 -0
  19. package/dist/browser/mySQLManagementFlexibleServerClient.js.map +1 -0
  20. package/dist/browser/operations/advancedThreatProtectionSettings.d.ts +83 -0
  21. package/dist/browser/operations/advancedThreatProtectionSettings.d.ts.map +1 -0
  22. package/dist/browser/operations/advancedThreatProtectionSettings.js +367 -0
  23. package/dist/browser/operations/advancedThreatProtectionSettings.js.map +1 -0
  24. package/dist/browser/operations/azureADAdministrators.d.ts +81 -0
  25. package/dist/browser/operations/azureADAdministrators.d.ts.map +1 -0
  26. package/dist/browser/operations/azureADAdministrators.js +348 -0
  27. package/dist/browser/operations/azureADAdministrators.js.map +1 -0
  28. package/dist/browser/operations/backupAndExport.d.ts +37 -0
  29. package/dist/browser/operations/backupAndExport.d.ts.map +1 -0
  30. package/dist/browser/operations/backupAndExport.js +147 -0
  31. package/dist/browser/operations/backupAndExport.js.map +1 -0
  32. package/dist/browser/operations/backups.d.ts +54 -0
  33. package/dist/browser/operations/backups.d.ts.map +1 -0
  34. package/dist/browser/operations/backups.js +197 -0
  35. package/dist/browser/operations/backups.js.map +1 -0
  36. package/dist/browser/operations/checkNameAvailability.d.ts +20 -0
  37. package/dist/browser/operations/checkNameAvailability.d.ts.map +1 -0
  38. package/dist/browser/operations/checkNameAvailability.js +55 -0
  39. package/dist/browser/operations/checkNameAvailability.js.map +1 -0
  40. package/dist/browser/operations/checkNameAvailabilityWithoutLocation.d.ts +19 -0
  41. package/dist/browser/operations/checkNameAvailabilityWithoutLocation.d.ts.map +1 -0
  42. package/dist/browser/operations/checkNameAvailabilityWithoutLocation.js +50 -0
  43. package/dist/browser/operations/checkNameAvailabilityWithoutLocation.js.map +1 -0
  44. package/dist/browser/operations/checkVirtualNetworkSubnetUsage.d.ts +20 -0
  45. package/dist/browser/operations/checkVirtualNetworkSubnetUsage.d.ts.map +1 -0
  46. package/dist/browser/operations/checkVirtualNetworkSubnetUsage.js +55 -0
  47. package/dist/browser/operations/checkVirtualNetworkSubnetUsage.js.map +1 -0
  48. package/dist/browser/operations/configurations.d.ts +99 -0
  49. package/dist/browser/operations/configurations.d.ts.map +1 -0
  50. package/dist/browser/operations/configurations.js +463 -0
  51. package/dist/browser/operations/configurations.js.map +1 -0
  52. package/dist/browser/operations/databases.d.ts +81 -0
  53. package/dist/browser/operations/databases.d.ts.map +1 -0
  54. package/dist/browser/operations/databases.js +347 -0
  55. package/dist/browser/operations/databases.js.map +1 -0
  56. package/dist/browser/operations/firewallRules.d.ts +81 -0
  57. package/dist/browser/operations/firewallRules.d.ts.map +1 -0
  58. package/dist/browser/operations/firewallRules.js +347 -0
  59. package/dist/browser/operations/firewallRules.js.map +1 -0
  60. package/dist/browser/operations/getPrivateDnsZoneSuffix.d.ts +18 -0
  61. package/dist/browser/operations/getPrivateDnsZoneSuffix.d.ts.map +1 -0
  62. package/dist/browser/operations/getPrivateDnsZoneSuffix.js +47 -0
  63. package/dist/browser/operations/getPrivateDnsZoneSuffix.js.map +1 -0
  64. package/dist/browser/operations/index.d.ts +24 -0
  65. package/dist/browser/operations/index.d.ts.map +1 -0
  66. package/dist/browser/operations/index.js +31 -0
  67. package/dist/browser/operations/index.js.map +1 -0
  68. package/dist/browser/operations/locationBasedCapabilities.d.ts +35 -0
  69. package/dist/browser/operations/locationBasedCapabilities.d.ts.map +1 -0
  70. package/dist/browser/operations/locationBasedCapabilities.js +128 -0
  71. package/dist/browser/operations/locationBasedCapabilities.js.map +1 -0
  72. package/dist/browser/operations/locationBasedCapabilitySet.d.ts +42 -0
  73. package/dist/browser/operations/locationBasedCapabilitySet.d.ts.map +1 -0
  74. package/dist/browser/operations/locationBasedCapabilitySet.js +158 -0
  75. package/dist/browser/operations/locationBasedCapabilitySet.js.map +1 -0
  76. package/dist/browser/operations/logFiles.d.ts +38 -0
  77. package/dist/browser/operations/logFiles.d.ts.map +1 -0
  78. package/dist/browser/operations/logFiles.js +133 -0
  79. package/dist/browser/operations/logFiles.js.map +1 -0
  80. package/dist/browser/operations/longRunningBackup.d.ts +30 -0
  81. package/dist/browser/operations/longRunningBackup.d.ts.map +1 -0
  82. package/dist/browser/operations/longRunningBackup.js +118 -0
  83. package/dist/browser/operations/longRunningBackup.js.map +1 -0
  84. package/dist/browser/operations/longRunningBackups.d.ts +46 -0
  85. package/dist/browser/operations/longRunningBackups.d.ts.map +1 -0
  86. package/dist/browser/operations/longRunningBackups.js +165 -0
  87. package/dist/browser/operations/longRunningBackups.js.map +1 -0
  88. package/dist/browser/operations/maintenances.d.ts +63 -0
  89. package/dist/browser/operations/maintenances.d.ts.map +1 -0
  90. package/dist/browser/operations/maintenances.js +259 -0
  91. package/dist/browser/operations/maintenances.js.map +1 -0
  92. package/dist/browser/operations/operationProgress.d.ts +20 -0
  93. package/dist/browser/operations/operationProgress.d.ts.map +1 -0
  94. package/dist/browser/operations/operationProgress.js +54 -0
  95. package/dist/browser/operations/operationProgress.js.map +1 -0
  96. package/dist/browser/operations/operationResults.d.ts +20 -0
  97. package/dist/browser/operations/operationResults.d.ts.map +1 -0
  98. package/dist/browser/operations/operationResults.js +54 -0
  99. package/dist/browser/operations/operationResults.js.map +1 -0
  100. package/dist/browser/operations/operations.d.ts +32 -0
  101. package/dist/browser/operations/operations.d.ts.map +1 -0
  102. package/dist/browser/operations/operations.js +116 -0
  103. package/dist/browser/operations/operations.js.map +1 -0
  104. package/dist/browser/operations/replicas.d.ts +38 -0
  105. package/dist/browser/operations/replicas.d.ts.map +1 -0
  106. package/dist/browser/operations/replicas.js +133 -0
  107. package/dist/browser/operations/replicas.js.map +1 -0
  108. package/dist/browser/operations/servers.d.ts +193 -0
  109. package/dist/browser/operations/servers.d.ts.map +1 -0
  110. package/dist/browser/operations/servers.js +950 -0
  111. package/dist/browser/operations/servers.js.map +1 -0
  112. package/dist/browser/operations/serversMigration.d.ts +28 -0
  113. package/dist/browser/operations/serversMigration.d.ts.map +1 -0
  114. package/dist/browser/operations/serversMigration.js +113 -0
  115. package/dist/browser/operations/serversMigration.js.map +1 -0
  116. package/dist/browser/operationsInterfaces/advancedThreatProtectionSettings.d.ts +58 -0
  117. package/dist/browser/operationsInterfaces/advancedThreatProtectionSettings.d.ts.map +1 -0
  118. package/dist/browser/operationsInterfaces/advancedThreatProtectionSettings.js.map +1 -0
  119. package/dist/browser/operationsInterfaces/azureADAdministrators.d.ts +56 -0
  120. package/dist/browser/operationsInterfaces/azureADAdministrators.d.ts.map +1 -0
  121. package/dist/browser/operationsInterfaces/azureADAdministrators.js.map +1 -0
  122. package/dist/browser/operationsInterfaces/backupAndExport.d.ts +29 -0
  123. package/dist/browser/operationsInterfaces/backupAndExport.d.ts.map +1 -0
  124. package/dist/browser/operationsInterfaces/backupAndExport.js.map +1 -0
  125. package/dist/browser/operationsInterfaces/backups.d.ts +29 -0
  126. package/dist/browser/operationsInterfaces/backups.d.ts.map +1 -0
  127. package/dist/browser/operationsInterfaces/backups.js.map +1 -0
  128. package/dist/browser/operationsInterfaces/checkNameAvailability.d.ts +12 -0
  129. package/dist/browser/operationsInterfaces/checkNameAvailability.d.ts.map +1 -0
  130. package/dist/browser/operationsInterfaces/checkNameAvailability.js.map +1 -0
  131. package/dist/browser/operationsInterfaces/checkNameAvailabilityWithoutLocation.d.ts +11 -0
  132. package/dist/browser/operationsInterfaces/checkNameAvailabilityWithoutLocation.d.ts.map +1 -0
  133. package/dist/browser/operationsInterfaces/checkNameAvailabilityWithoutLocation.js.map +1 -0
  134. package/dist/browser/operationsInterfaces/checkVirtualNetworkSubnetUsage.d.ts +12 -0
  135. package/dist/browser/operationsInterfaces/checkVirtualNetworkSubnetUsage.d.ts.map +1 -0
  136. package/dist/browser/operationsInterfaces/checkVirtualNetworkSubnetUsage.js.map +1 -0
  137. package/dist/browser/operationsInterfaces/configurations.d.ts +74 -0
  138. package/dist/browser/operationsInterfaces/configurations.d.ts.map +1 -0
  139. package/dist/browser/operationsInterfaces/configurations.js.map +1 -0
  140. package/dist/browser/operationsInterfaces/databases.d.ts +56 -0
  141. package/dist/browser/operationsInterfaces/databases.d.ts.map +1 -0
  142. package/dist/browser/operationsInterfaces/databases.js.map +1 -0
  143. package/dist/browser/operationsInterfaces/firewallRules.d.ts +56 -0
  144. package/dist/browser/operationsInterfaces/firewallRules.d.ts.map +1 -0
  145. package/dist/browser/operationsInterfaces/firewallRules.js.map +1 -0
  146. package/dist/browser/operationsInterfaces/getPrivateDnsZoneSuffix.d.ts +10 -0
  147. package/dist/browser/operationsInterfaces/getPrivateDnsZoneSuffix.d.ts.map +1 -0
  148. package/dist/browser/operationsInterfaces/getPrivateDnsZoneSuffix.js.map +1 -0
  149. package/dist/browser/operationsInterfaces/index.d.ts +24 -0
  150. package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
  151. package/dist/browser/operationsInterfaces/index.js +31 -0
  152. package/dist/browser/operationsInterfaces/index.js.map +1 -0
  153. package/dist/browser/operationsInterfaces/locationBasedCapabilities.d.ts +12 -0
  154. package/dist/browser/operationsInterfaces/locationBasedCapabilities.d.ts.map +1 -0
  155. package/dist/browser/operationsInterfaces/locationBasedCapabilities.js.map +1 -0
  156. package/dist/browser/operationsInterfaces/locationBasedCapabilitySet.d.ts +19 -0
  157. package/dist/browser/operationsInterfaces/locationBasedCapabilitySet.d.ts.map +1 -0
  158. package/dist/browser/operationsInterfaces/locationBasedCapabilitySet.js.map +1 -0
  159. package/dist/browser/operationsInterfaces/logFiles.d.ts +13 -0
  160. package/dist/browser/operationsInterfaces/logFiles.d.ts.map +1 -0
  161. package/dist/browser/operationsInterfaces/logFiles.js.map +1 -0
  162. package/dist/browser/operationsInterfaces/longRunningBackup.d.ts +22 -0
  163. package/dist/browser/operationsInterfaces/longRunningBackup.d.ts.map +1 -0
  164. package/dist/browser/operationsInterfaces/longRunningBackup.js.map +1 -0
  165. package/dist/browser/operationsInterfaces/longRunningBackups.d.ts +21 -0
  166. package/dist/browser/operationsInterfaces/longRunningBackups.d.ts.map +1 -0
  167. package/dist/browser/operationsInterfaces/longRunningBackups.js.map +1 -0
  168. package/dist/browser/operationsInterfaces/maintenances.d.ts +38 -0
  169. package/dist/browser/operationsInterfaces/maintenances.d.ts.map +1 -0
  170. package/dist/browser/operationsInterfaces/maintenances.js.map +1 -0
  171. package/dist/browser/operationsInterfaces/operationProgress.d.ts +12 -0
  172. package/dist/browser/operationsInterfaces/operationProgress.d.ts.map +1 -0
  173. package/dist/browser/operationsInterfaces/operationProgress.js.map +1 -0
  174. package/dist/browser/operationsInterfaces/operationResults.d.ts +12 -0
  175. package/dist/browser/operationsInterfaces/operationResults.d.ts.map +1 -0
  176. package/dist/browser/operationsInterfaces/operationResults.js.map +1 -0
  177. package/dist/browser/operationsInterfaces/operations.d.ts +11 -0
  178. package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -0
  179. package/dist/browser/operationsInterfaces/operations.js.map +1 -0
  180. package/dist/browser/operationsInterfaces/replicas.d.ts +13 -0
  181. package/dist/browser/operationsInterfaces/replicas.d.ts.map +1 -0
  182. package/dist/browser/operationsInterfaces/replicas.js.map +1 -0
  183. package/dist/browser/operationsInterfaces/servers.d.ts +157 -0
  184. package/dist/browser/operationsInterfaces/servers.d.ts.map +1 -0
  185. package/dist/browser/operationsInterfaces/servers.js.map +1 -0
  186. package/dist/browser/operationsInterfaces/serversMigration.d.ts +20 -0
  187. package/dist/browser/operationsInterfaces/serversMigration.d.ts.map +1 -0
  188. package/dist/browser/operationsInterfaces/serversMigration.js.map +1 -0
  189. package/dist/browser/package.json +3 -0
  190. package/dist/browser/pagingHelper.js +30 -0
  191. package/dist/browser/pagingHelper.js.map +1 -0
  192. package/dist/commonjs/index.d.ts +5 -0
  193. package/dist/commonjs/index.d.ts.map +1 -0
  194. package/dist/commonjs/index.js +19 -0
  195. package/dist/commonjs/index.js.map +1 -0
  196. package/dist/commonjs/lroImpl.d.ts +11 -0
  197. package/dist/commonjs/lroImpl.d.ts.map +1 -0
  198. package/dist/commonjs/lroImpl.js +21 -0
  199. package/dist/commonjs/lroImpl.js.map +1 -0
  200. package/dist/commonjs/models/index.d.ts +2186 -0
  201. package/dist/commonjs/models/index.d.ts.map +1 -0
  202. package/dist/commonjs/models/index.js +301 -0
  203. package/dist/commonjs/models/index.js.map +1 -0
  204. package/dist/commonjs/models/mappers.d.ts +106 -0
  205. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  206. package/dist/commonjs/models/mappers.js +2944 -0
  207. package/dist/commonjs/models/mappers.js.map +1 -0
  208. package/dist/commonjs/models/parameters.d.ts +44 -0
  209. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  210. package/dist/commonjs/models/parameters.js +360 -0
  211. package/dist/commonjs/models/parameters.js.map +1 -0
  212. package/dist/commonjs/mySQLManagementFlexibleServerClient.d.ts +40 -0
  213. package/dist/commonjs/mySQLManagementFlexibleServerClient.d.ts.map +1 -0
  214. package/dist/commonjs/mySQLManagementFlexibleServerClient.js +128 -0
  215. package/dist/commonjs/mySQLManagementFlexibleServerClient.js.map +1 -0
  216. package/dist/commonjs/operations/advancedThreatProtectionSettings.d.ts +83 -0
  217. package/dist/commonjs/operations/advancedThreatProtectionSettings.d.ts.map +1 -0
  218. package/dist/commonjs/operations/advancedThreatProtectionSettings.js +372 -0
  219. package/dist/commonjs/operations/advancedThreatProtectionSettings.js.map +1 -0
  220. package/dist/commonjs/operations/azureADAdministrators.d.ts +81 -0
  221. package/dist/commonjs/operations/azureADAdministrators.d.ts.map +1 -0
  222. package/dist/commonjs/operations/azureADAdministrators.js +353 -0
  223. package/dist/commonjs/operations/azureADAdministrators.js.map +1 -0
  224. package/dist/commonjs/operations/backupAndExport.d.ts +37 -0
  225. package/dist/commonjs/operations/backupAndExport.d.ts.map +1 -0
  226. package/dist/commonjs/operations/backupAndExport.js +152 -0
  227. package/dist/commonjs/operations/backupAndExport.js.map +1 -0
  228. package/dist/commonjs/operations/backups.d.ts +54 -0
  229. package/dist/commonjs/operations/backups.d.ts.map +1 -0
  230. package/dist/commonjs/operations/backups.js +202 -0
  231. package/dist/commonjs/operations/backups.js.map +1 -0
  232. package/dist/commonjs/operations/checkNameAvailability.d.ts +20 -0
  233. package/dist/commonjs/operations/checkNameAvailability.d.ts.map +1 -0
  234. package/dist/commonjs/operations/checkNameAvailability.js +60 -0
  235. package/dist/commonjs/operations/checkNameAvailability.js.map +1 -0
  236. package/dist/commonjs/operations/checkNameAvailabilityWithoutLocation.d.ts +19 -0
  237. package/dist/commonjs/operations/checkNameAvailabilityWithoutLocation.d.ts.map +1 -0
  238. package/dist/commonjs/operations/checkNameAvailabilityWithoutLocation.js +55 -0
  239. package/dist/commonjs/operations/checkNameAvailabilityWithoutLocation.js.map +1 -0
  240. package/dist/commonjs/operations/checkVirtualNetworkSubnetUsage.d.ts +20 -0
  241. package/dist/commonjs/operations/checkVirtualNetworkSubnetUsage.d.ts.map +1 -0
  242. package/dist/commonjs/operations/checkVirtualNetworkSubnetUsage.js +60 -0
  243. package/dist/commonjs/operations/checkVirtualNetworkSubnetUsage.js.map +1 -0
  244. package/dist/commonjs/operations/configurations.d.ts +99 -0
  245. package/dist/commonjs/operations/configurations.d.ts.map +1 -0
  246. package/dist/commonjs/operations/configurations.js +468 -0
  247. package/dist/commonjs/operations/configurations.js.map +1 -0
  248. package/dist/commonjs/operations/databases.d.ts +81 -0
  249. package/dist/commonjs/operations/databases.d.ts.map +1 -0
  250. package/dist/commonjs/operations/databases.js +352 -0
  251. package/dist/commonjs/operations/databases.js.map +1 -0
  252. package/dist/commonjs/operations/firewallRules.d.ts +81 -0
  253. package/dist/commonjs/operations/firewallRules.d.ts.map +1 -0
  254. package/dist/commonjs/operations/firewallRules.js +352 -0
  255. package/dist/commonjs/operations/firewallRules.js.map +1 -0
  256. package/dist/commonjs/operations/getPrivateDnsZoneSuffix.d.ts +18 -0
  257. package/dist/commonjs/operations/getPrivateDnsZoneSuffix.d.ts.map +1 -0
  258. package/dist/commonjs/operations/getPrivateDnsZoneSuffix.js +52 -0
  259. package/dist/commonjs/operations/getPrivateDnsZoneSuffix.js.map +1 -0
  260. package/dist/commonjs/operations/index.d.ts +24 -0
  261. package/dist/commonjs/operations/index.d.ts.map +1 -0
  262. package/dist/commonjs/operations/index.js +34 -0
  263. package/dist/commonjs/operations/index.js.map +1 -0
  264. package/dist/commonjs/operations/locationBasedCapabilities.d.ts +35 -0
  265. package/dist/commonjs/operations/locationBasedCapabilities.d.ts.map +1 -0
  266. package/dist/commonjs/operations/locationBasedCapabilities.js +133 -0
  267. package/dist/commonjs/operations/locationBasedCapabilities.js.map +1 -0
  268. package/dist/commonjs/operations/locationBasedCapabilitySet.d.ts +42 -0
  269. package/dist/commonjs/operations/locationBasedCapabilitySet.d.ts.map +1 -0
  270. package/dist/commonjs/operations/locationBasedCapabilitySet.js +163 -0
  271. package/dist/commonjs/operations/locationBasedCapabilitySet.js.map +1 -0
  272. package/dist/commonjs/operations/logFiles.d.ts +38 -0
  273. package/dist/commonjs/operations/logFiles.d.ts.map +1 -0
  274. package/dist/commonjs/operations/logFiles.js +138 -0
  275. package/dist/commonjs/operations/logFiles.js.map +1 -0
  276. package/dist/commonjs/operations/longRunningBackup.d.ts +30 -0
  277. package/dist/commonjs/operations/longRunningBackup.d.ts.map +1 -0
  278. package/dist/commonjs/operations/longRunningBackup.js +123 -0
  279. package/dist/commonjs/operations/longRunningBackup.js.map +1 -0
  280. package/dist/commonjs/operations/longRunningBackups.d.ts +46 -0
  281. package/dist/commonjs/operations/longRunningBackups.d.ts.map +1 -0
  282. package/dist/commonjs/operations/longRunningBackups.js +170 -0
  283. package/dist/commonjs/operations/longRunningBackups.js.map +1 -0
  284. package/dist/commonjs/operations/maintenances.d.ts +63 -0
  285. package/dist/commonjs/operations/maintenances.d.ts.map +1 -0
  286. package/dist/commonjs/operations/maintenances.js +264 -0
  287. package/dist/commonjs/operations/maintenances.js.map +1 -0
  288. package/dist/commonjs/operations/operationProgress.d.ts +20 -0
  289. package/dist/commonjs/operations/operationProgress.d.ts.map +1 -0
  290. package/dist/commonjs/operations/operationProgress.js +59 -0
  291. package/dist/commonjs/operations/operationProgress.js.map +1 -0
  292. package/dist/commonjs/operations/operationResults.d.ts +20 -0
  293. package/dist/commonjs/operations/operationResults.d.ts.map +1 -0
  294. package/dist/commonjs/operations/operationResults.js +59 -0
  295. package/dist/commonjs/operations/operationResults.js.map +1 -0
  296. package/dist/commonjs/operations/operations.d.ts +32 -0
  297. package/dist/commonjs/operations/operations.d.ts.map +1 -0
  298. package/dist/commonjs/operations/operations.js +121 -0
  299. package/dist/commonjs/operations/operations.js.map +1 -0
  300. package/dist/commonjs/operations/replicas.d.ts +38 -0
  301. package/dist/commonjs/operations/replicas.d.ts.map +1 -0
  302. package/dist/commonjs/operations/replicas.js +138 -0
  303. package/dist/commonjs/operations/replicas.js.map +1 -0
  304. package/dist/commonjs/operations/servers.d.ts +193 -0
  305. package/dist/commonjs/operations/servers.d.ts.map +1 -0
  306. package/dist/commonjs/operations/servers.js +955 -0
  307. package/dist/commonjs/operations/servers.js.map +1 -0
  308. package/dist/commonjs/operations/serversMigration.d.ts +28 -0
  309. package/dist/commonjs/operations/serversMigration.d.ts.map +1 -0
  310. package/dist/commonjs/operations/serversMigration.js +118 -0
  311. package/dist/commonjs/operations/serversMigration.js.map +1 -0
  312. package/dist/commonjs/operationsInterfaces/advancedThreatProtectionSettings.d.ts +58 -0
  313. package/dist/commonjs/operationsInterfaces/advancedThreatProtectionSettings.d.ts.map +1 -0
  314. package/dist/commonjs/operationsInterfaces/advancedThreatProtectionSettings.js +10 -0
  315. package/dist/commonjs/operationsInterfaces/advancedThreatProtectionSettings.js.map +1 -0
  316. package/dist/commonjs/operationsInterfaces/azureADAdministrators.d.ts +56 -0
  317. package/dist/commonjs/operationsInterfaces/azureADAdministrators.d.ts.map +1 -0
  318. package/dist/commonjs/operationsInterfaces/azureADAdministrators.js +10 -0
  319. package/dist/commonjs/operationsInterfaces/azureADAdministrators.js.map +1 -0
  320. package/dist/commonjs/operationsInterfaces/backupAndExport.d.ts +29 -0
  321. package/dist/commonjs/operationsInterfaces/backupAndExport.d.ts.map +1 -0
  322. package/dist/commonjs/operationsInterfaces/backupAndExport.js +10 -0
  323. package/dist/commonjs/operationsInterfaces/backupAndExport.js.map +1 -0
  324. package/dist/commonjs/operationsInterfaces/backups.d.ts +29 -0
  325. package/dist/commonjs/operationsInterfaces/backups.d.ts.map +1 -0
  326. package/dist/commonjs/operationsInterfaces/backups.js +10 -0
  327. package/dist/commonjs/operationsInterfaces/backups.js.map +1 -0
  328. package/dist/commonjs/operationsInterfaces/checkNameAvailability.d.ts +12 -0
  329. package/dist/commonjs/operationsInterfaces/checkNameAvailability.d.ts.map +1 -0
  330. package/dist/commonjs/operationsInterfaces/checkNameAvailability.js +10 -0
  331. package/dist/commonjs/operationsInterfaces/checkNameAvailability.js.map +1 -0
  332. package/dist/commonjs/operationsInterfaces/checkNameAvailabilityWithoutLocation.d.ts +11 -0
  333. package/dist/commonjs/operationsInterfaces/checkNameAvailabilityWithoutLocation.d.ts.map +1 -0
  334. package/dist/commonjs/operationsInterfaces/checkNameAvailabilityWithoutLocation.js +10 -0
  335. package/dist/commonjs/operationsInterfaces/checkNameAvailabilityWithoutLocation.js.map +1 -0
  336. package/dist/commonjs/operationsInterfaces/checkVirtualNetworkSubnetUsage.d.ts +12 -0
  337. package/dist/commonjs/operationsInterfaces/checkVirtualNetworkSubnetUsage.d.ts.map +1 -0
  338. package/dist/commonjs/operationsInterfaces/checkVirtualNetworkSubnetUsage.js +10 -0
  339. package/dist/commonjs/operationsInterfaces/checkVirtualNetworkSubnetUsage.js.map +1 -0
  340. package/dist/commonjs/operationsInterfaces/configurations.d.ts +74 -0
  341. package/dist/commonjs/operationsInterfaces/configurations.d.ts.map +1 -0
  342. package/dist/commonjs/operationsInterfaces/configurations.js +10 -0
  343. package/dist/commonjs/operationsInterfaces/configurations.js.map +1 -0
  344. package/dist/commonjs/operationsInterfaces/databases.d.ts +56 -0
  345. package/dist/commonjs/operationsInterfaces/databases.d.ts.map +1 -0
  346. package/dist/commonjs/operationsInterfaces/databases.js +10 -0
  347. package/dist/commonjs/operationsInterfaces/databases.js.map +1 -0
  348. package/dist/commonjs/operationsInterfaces/firewallRules.d.ts +56 -0
  349. package/dist/commonjs/operationsInterfaces/firewallRules.d.ts.map +1 -0
  350. package/dist/commonjs/operationsInterfaces/firewallRules.js +10 -0
  351. package/dist/commonjs/operationsInterfaces/firewallRules.js.map +1 -0
  352. package/dist/commonjs/operationsInterfaces/getPrivateDnsZoneSuffix.d.ts +10 -0
  353. package/dist/commonjs/operationsInterfaces/getPrivateDnsZoneSuffix.d.ts.map +1 -0
  354. package/dist/commonjs/operationsInterfaces/getPrivateDnsZoneSuffix.js +10 -0
  355. package/dist/commonjs/operationsInterfaces/getPrivateDnsZoneSuffix.js.map +1 -0
  356. package/dist/commonjs/operationsInterfaces/index.d.ts +24 -0
  357. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  358. package/dist/commonjs/operationsInterfaces/index.js +34 -0
  359. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  360. package/dist/commonjs/operationsInterfaces/locationBasedCapabilities.d.ts +12 -0
  361. package/dist/commonjs/operationsInterfaces/locationBasedCapabilities.d.ts.map +1 -0
  362. package/dist/commonjs/operationsInterfaces/locationBasedCapabilities.js +10 -0
  363. package/dist/commonjs/operationsInterfaces/locationBasedCapabilities.js.map +1 -0
  364. package/dist/commonjs/operationsInterfaces/locationBasedCapabilitySet.d.ts +19 -0
  365. package/dist/commonjs/operationsInterfaces/locationBasedCapabilitySet.d.ts.map +1 -0
  366. package/dist/commonjs/operationsInterfaces/locationBasedCapabilitySet.js +10 -0
  367. package/dist/commonjs/operationsInterfaces/locationBasedCapabilitySet.js.map +1 -0
  368. package/dist/commonjs/operationsInterfaces/logFiles.d.ts +13 -0
  369. package/dist/commonjs/operationsInterfaces/logFiles.d.ts.map +1 -0
  370. package/dist/commonjs/operationsInterfaces/logFiles.js +10 -0
  371. package/dist/commonjs/operationsInterfaces/logFiles.js.map +1 -0
  372. package/dist/commonjs/operationsInterfaces/longRunningBackup.d.ts +22 -0
  373. package/dist/commonjs/operationsInterfaces/longRunningBackup.d.ts.map +1 -0
  374. package/dist/commonjs/operationsInterfaces/longRunningBackup.js +10 -0
  375. package/dist/commonjs/operationsInterfaces/longRunningBackup.js.map +1 -0
  376. package/dist/commonjs/operationsInterfaces/longRunningBackups.d.ts +21 -0
  377. package/dist/commonjs/operationsInterfaces/longRunningBackups.d.ts.map +1 -0
  378. package/dist/commonjs/operationsInterfaces/longRunningBackups.js +10 -0
  379. package/dist/commonjs/operationsInterfaces/longRunningBackups.js.map +1 -0
  380. package/dist/commonjs/operationsInterfaces/maintenances.d.ts +38 -0
  381. package/dist/commonjs/operationsInterfaces/maintenances.d.ts.map +1 -0
  382. package/dist/commonjs/operationsInterfaces/maintenances.js +10 -0
  383. package/dist/commonjs/operationsInterfaces/maintenances.js.map +1 -0
  384. package/dist/commonjs/operationsInterfaces/operationProgress.d.ts +12 -0
  385. package/dist/commonjs/operationsInterfaces/operationProgress.d.ts.map +1 -0
  386. package/dist/commonjs/operationsInterfaces/operationProgress.js +10 -0
  387. package/dist/commonjs/operationsInterfaces/operationProgress.js.map +1 -0
  388. package/dist/commonjs/operationsInterfaces/operationResults.d.ts +12 -0
  389. package/dist/commonjs/operationsInterfaces/operationResults.d.ts.map +1 -0
  390. package/dist/commonjs/operationsInterfaces/operationResults.js +10 -0
  391. package/dist/commonjs/operationsInterfaces/operationResults.js.map +1 -0
  392. package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
  393. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
  394. package/dist/commonjs/operationsInterfaces/operations.js +10 -0
  395. package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
  396. package/dist/commonjs/operationsInterfaces/replicas.d.ts +13 -0
  397. package/dist/commonjs/operationsInterfaces/replicas.d.ts.map +1 -0
  398. package/dist/commonjs/operationsInterfaces/replicas.js +10 -0
  399. package/dist/commonjs/operationsInterfaces/replicas.js.map +1 -0
  400. package/dist/commonjs/operationsInterfaces/servers.d.ts +157 -0
  401. package/dist/commonjs/operationsInterfaces/servers.d.ts.map +1 -0
  402. package/dist/commonjs/operationsInterfaces/servers.js +10 -0
  403. package/dist/commonjs/operationsInterfaces/servers.js.map +1 -0
  404. package/dist/commonjs/operationsInterfaces/serversMigration.d.ts +20 -0
  405. package/dist/commonjs/operationsInterfaces/serversMigration.d.ts.map +1 -0
  406. package/dist/commonjs/operationsInterfaces/serversMigration.js +10 -0
  407. package/dist/commonjs/operationsInterfaces/serversMigration.js.map +1 -0
  408. package/dist/commonjs/package.json +3 -0
  409. package/dist/commonjs/pagingHelper.d.ts +13 -0
  410. package/dist/commonjs/pagingHelper.d.ts.map +1 -0
  411. package/dist/commonjs/pagingHelper.js +34 -0
  412. package/dist/commonjs/pagingHelper.js.map +1 -0
  413. package/dist/commonjs/tsdoc-metadata.json +11 -0
  414. package/dist/esm/index.d.ts +5 -0
  415. package/dist/esm/index.d.ts.map +1 -0
  416. package/dist/esm/index.js +13 -0
  417. package/dist/esm/index.js.map +1 -0
  418. package/dist/esm/lroImpl.d.ts +11 -0
  419. package/dist/esm/lroImpl.d.ts.map +1 -0
  420. package/dist/esm/lroImpl.js +18 -0
  421. package/dist/esm/lroImpl.js.map +1 -0
  422. package/dist/esm/models/index.d.ts +2186 -0
  423. package/dist/esm/models/index.d.ts.map +1 -0
  424. package/dist/esm/models/index.js +298 -0
  425. package/dist/esm/models/index.js.map +1 -0
  426. package/dist/esm/models/mappers.d.ts +106 -0
  427. package/dist/esm/models/mappers.d.ts.map +1 -0
  428. package/dist/esm/models/mappers.js +2940 -0
  429. package/dist/esm/models/mappers.js.map +1 -0
  430. package/dist/esm/models/parameters.d.ts +44 -0
  431. package/dist/esm/models/parameters.d.ts.map +1 -0
  432. package/dist/esm/models/parameters.js +357 -0
  433. package/dist/esm/models/parameters.js.map +1 -0
  434. package/dist/esm/mySQLManagementFlexibleServerClient.d.ts +40 -0
  435. package/dist/esm/mySQLManagementFlexibleServerClient.d.ts.map +1 -0
  436. package/dist/esm/mySQLManagementFlexibleServerClient.js +123 -0
  437. package/dist/esm/mySQLManagementFlexibleServerClient.js.map +1 -0
  438. package/dist/esm/operations/advancedThreatProtectionSettings.d.ts +83 -0
  439. package/dist/esm/operations/advancedThreatProtectionSettings.d.ts.map +1 -0
  440. package/dist/esm/operations/advancedThreatProtectionSettings.js +367 -0
  441. package/dist/esm/operations/advancedThreatProtectionSettings.js.map +1 -0
  442. package/dist/esm/operations/azureADAdministrators.d.ts +81 -0
  443. package/dist/esm/operations/azureADAdministrators.d.ts.map +1 -0
  444. package/dist/esm/operations/azureADAdministrators.js +348 -0
  445. package/dist/esm/operations/azureADAdministrators.js.map +1 -0
  446. package/dist/esm/operations/backupAndExport.d.ts +37 -0
  447. package/dist/esm/operations/backupAndExport.d.ts.map +1 -0
  448. package/dist/esm/operations/backupAndExport.js +147 -0
  449. package/dist/esm/operations/backupAndExport.js.map +1 -0
  450. package/dist/esm/operations/backups.d.ts +54 -0
  451. package/dist/esm/operations/backups.d.ts.map +1 -0
  452. package/dist/esm/operations/backups.js +197 -0
  453. package/dist/esm/operations/backups.js.map +1 -0
  454. package/dist/esm/operations/checkNameAvailability.d.ts +20 -0
  455. package/dist/esm/operations/checkNameAvailability.d.ts.map +1 -0
  456. package/dist/esm/operations/checkNameAvailability.js +55 -0
  457. package/dist/esm/operations/checkNameAvailability.js.map +1 -0
  458. package/dist/esm/operations/checkNameAvailabilityWithoutLocation.d.ts +19 -0
  459. package/dist/esm/operations/checkNameAvailabilityWithoutLocation.d.ts.map +1 -0
  460. package/dist/esm/operations/checkNameAvailabilityWithoutLocation.js +50 -0
  461. package/dist/esm/operations/checkNameAvailabilityWithoutLocation.js.map +1 -0
  462. package/dist/esm/operations/checkVirtualNetworkSubnetUsage.d.ts +20 -0
  463. package/dist/esm/operations/checkVirtualNetworkSubnetUsage.d.ts.map +1 -0
  464. package/dist/esm/operations/checkVirtualNetworkSubnetUsage.js +55 -0
  465. package/dist/esm/operations/checkVirtualNetworkSubnetUsage.js.map +1 -0
  466. package/dist/esm/operations/configurations.d.ts +99 -0
  467. package/dist/esm/operations/configurations.d.ts.map +1 -0
  468. package/dist/esm/operations/configurations.js +463 -0
  469. package/dist/esm/operations/configurations.js.map +1 -0
  470. package/dist/esm/operations/databases.d.ts +81 -0
  471. package/dist/esm/operations/databases.d.ts.map +1 -0
  472. package/dist/esm/operations/databases.js +347 -0
  473. package/dist/esm/operations/databases.js.map +1 -0
  474. package/dist/esm/operations/firewallRules.d.ts +81 -0
  475. package/dist/esm/operations/firewallRules.d.ts.map +1 -0
  476. package/dist/esm/operations/firewallRules.js +347 -0
  477. package/dist/esm/operations/firewallRules.js.map +1 -0
  478. package/dist/esm/operations/getPrivateDnsZoneSuffix.d.ts +18 -0
  479. package/dist/esm/operations/getPrivateDnsZoneSuffix.d.ts.map +1 -0
  480. package/dist/esm/operations/getPrivateDnsZoneSuffix.js +47 -0
  481. package/dist/esm/operations/getPrivateDnsZoneSuffix.js.map +1 -0
  482. package/dist/esm/operations/index.d.ts +24 -0
  483. package/dist/esm/operations/index.d.ts.map +1 -0
  484. package/dist/esm/operations/index.js +31 -0
  485. package/dist/esm/operations/index.js.map +1 -0
  486. package/dist/esm/operations/locationBasedCapabilities.d.ts +35 -0
  487. package/dist/esm/operations/locationBasedCapabilities.d.ts.map +1 -0
  488. package/dist/esm/operations/locationBasedCapabilities.js +128 -0
  489. package/dist/esm/operations/locationBasedCapabilities.js.map +1 -0
  490. package/dist/esm/operations/locationBasedCapabilitySet.d.ts +42 -0
  491. package/dist/esm/operations/locationBasedCapabilitySet.d.ts.map +1 -0
  492. package/dist/esm/operations/locationBasedCapabilitySet.js +158 -0
  493. package/dist/esm/operations/locationBasedCapabilitySet.js.map +1 -0
  494. package/dist/esm/operations/logFiles.d.ts +38 -0
  495. package/dist/esm/operations/logFiles.d.ts.map +1 -0
  496. package/dist/esm/operations/logFiles.js +133 -0
  497. package/dist/esm/operations/logFiles.js.map +1 -0
  498. package/dist/esm/operations/longRunningBackup.d.ts +30 -0
  499. package/dist/esm/operations/longRunningBackup.d.ts.map +1 -0
  500. package/dist/esm/operations/longRunningBackup.js +118 -0
  501. package/dist/esm/operations/longRunningBackup.js.map +1 -0
  502. package/dist/esm/operations/longRunningBackups.d.ts +46 -0
  503. package/dist/esm/operations/longRunningBackups.d.ts.map +1 -0
  504. package/dist/esm/operations/longRunningBackups.js +165 -0
  505. package/dist/esm/operations/longRunningBackups.js.map +1 -0
  506. package/dist/esm/operations/maintenances.d.ts +63 -0
  507. package/dist/esm/operations/maintenances.d.ts.map +1 -0
  508. package/dist/esm/operations/maintenances.js +259 -0
  509. package/dist/esm/operations/maintenances.js.map +1 -0
  510. package/dist/esm/operations/operationProgress.d.ts +20 -0
  511. package/dist/esm/operations/operationProgress.d.ts.map +1 -0
  512. package/dist/esm/operations/operationProgress.js +54 -0
  513. package/dist/esm/operations/operationProgress.js.map +1 -0
  514. package/dist/esm/operations/operationResults.d.ts +20 -0
  515. package/dist/esm/operations/operationResults.d.ts.map +1 -0
  516. package/dist/esm/operations/operationResults.js +54 -0
  517. package/dist/esm/operations/operationResults.js.map +1 -0
  518. package/dist/esm/operations/operations.d.ts +32 -0
  519. package/dist/esm/operations/operations.d.ts.map +1 -0
  520. package/dist/esm/operations/operations.js +116 -0
  521. package/dist/esm/operations/operations.js.map +1 -0
  522. package/dist/esm/operations/replicas.d.ts +38 -0
  523. package/dist/esm/operations/replicas.d.ts.map +1 -0
  524. package/dist/esm/operations/replicas.js +133 -0
  525. package/dist/esm/operations/replicas.js.map +1 -0
  526. package/dist/esm/operations/servers.d.ts +193 -0
  527. package/dist/esm/operations/servers.d.ts.map +1 -0
  528. package/dist/esm/operations/servers.js +950 -0
  529. package/dist/esm/operations/servers.js.map +1 -0
  530. package/dist/esm/operations/serversMigration.d.ts +28 -0
  531. package/dist/esm/operations/serversMigration.d.ts.map +1 -0
  532. package/dist/esm/operations/serversMigration.js +113 -0
  533. package/dist/esm/operations/serversMigration.js.map +1 -0
  534. package/dist/esm/operationsInterfaces/advancedThreatProtectionSettings.d.ts +58 -0
  535. package/dist/esm/operationsInterfaces/advancedThreatProtectionSettings.d.ts.map +1 -0
  536. package/dist/esm/operationsInterfaces/advancedThreatProtectionSettings.js +9 -0
  537. package/dist/esm/operationsInterfaces/advancedThreatProtectionSettings.js.map +1 -0
  538. package/dist/esm/operationsInterfaces/azureADAdministrators.d.ts +56 -0
  539. package/dist/esm/operationsInterfaces/azureADAdministrators.d.ts.map +1 -0
  540. package/dist/esm/operationsInterfaces/azureADAdministrators.js +9 -0
  541. package/dist/esm/operationsInterfaces/azureADAdministrators.js.map +1 -0
  542. package/dist/esm/operationsInterfaces/backupAndExport.d.ts +29 -0
  543. package/dist/esm/operationsInterfaces/backupAndExport.d.ts.map +1 -0
  544. package/dist/esm/operationsInterfaces/backupAndExport.js +9 -0
  545. package/dist/esm/operationsInterfaces/backupAndExport.js.map +1 -0
  546. package/dist/esm/operationsInterfaces/backups.d.ts +29 -0
  547. package/dist/esm/operationsInterfaces/backups.d.ts.map +1 -0
  548. package/dist/esm/operationsInterfaces/backups.js +9 -0
  549. package/dist/esm/operationsInterfaces/backups.js.map +1 -0
  550. package/dist/esm/operationsInterfaces/checkNameAvailability.d.ts +12 -0
  551. package/dist/esm/operationsInterfaces/checkNameAvailability.d.ts.map +1 -0
  552. package/dist/esm/operationsInterfaces/checkNameAvailability.js +9 -0
  553. package/dist/esm/operationsInterfaces/checkNameAvailability.js.map +1 -0
  554. package/dist/esm/operationsInterfaces/checkNameAvailabilityWithoutLocation.d.ts +11 -0
  555. package/dist/esm/operationsInterfaces/checkNameAvailabilityWithoutLocation.d.ts.map +1 -0
  556. package/dist/esm/operationsInterfaces/checkNameAvailabilityWithoutLocation.js +9 -0
  557. package/dist/esm/operationsInterfaces/checkNameAvailabilityWithoutLocation.js.map +1 -0
  558. package/dist/esm/operationsInterfaces/checkVirtualNetworkSubnetUsage.d.ts +12 -0
  559. package/dist/esm/operationsInterfaces/checkVirtualNetworkSubnetUsage.d.ts.map +1 -0
  560. package/dist/esm/operationsInterfaces/checkVirtualNetworkSubnetUsage.js +9 -0
  561. package/dist/esm/operationsInterfaces/checkVirtualNetworkSubnetUsage.js.map +1 -0
  562. package/dist/esm/operationsInterfaces/configurations.d.ts +74 -0
  563. package/dist/esm/operationsInterfaces/configurations.d.ts.map +1 -0
  564. package/dist/esm/operationsInterfaces/configurations.js +9 -0
  565. package/dist/esm/operationsInterfaces/configurations.js.map +1 -0
  566. package/dist/esm/operationsInterfaces/databases.d.ts +56 -0
  567. package/dist/esm/operationsInterfaces/databases.d.ts.map +1 -0
  568. package/dist/esm/operationsInterfaces/databases.js +9 -0
  569. package/dist/esm/operationsInterfaces/databases.js.map +1 -0
  570. package/dist/esm/operationsInterfaces/firewallRules.d.ts +56 -0
  571. package/dist/esm/operationsInterfaces/firewallRules.d.ts.map +1 -0
  572. package/dist/esm/operationsInterfaces/firewallRules.js +9 -0
  573. package/dist/esm/operationsInterfaces/firewallRules.js.map +1 -0
  574. package/dist/esm/operationsInterfaces/getPrivateDnsZoneSuffix.d.ts +10 -0
  575. package/dist/esm/operationsInterfaces/getPrivateDnsZoneSuffix.d.ts.map +1 -0
  576. package/dist/esm/operationsInterfaces/getPrivateDnsZoneSuffix.js +9 -0
  577. package/dist/esm/operationsInterfaces/getPrivateDnsZoneSuffix.js.map +1 -0
  578. package/dist/esm/operationsInterfaces/index.d.ts +24 -0
  579. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  580. package/dist/esm/operationsInterfaces/index.js +31 -0
  581. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  582. package/dist/esm/operationsInterfaces/locationBasedCapabilities.d.ts +12 -0
  583. package/dist/esm/operationsInterfaces/locationBasedCapabilities.d.ts.map +1 -0
  584. package/dist/esm/operationsInterfaces/locationBasedCapabilities.js +9 -0
  585. package/dist/esm/operationsInterfaces/locationBasedCapabilities.js.map +1 -0
  586. package/dist/esm/operationsInterfaces/locationBasedCapabilitySet.d.ts +19 -0
  587. package/dist/esm/operationsInterfaces/locationBasedCapabilitySet.d.ts.map +1 -0
  588. package/dist/esm/operationsInterfaces/locationBasedCapabilitySet.js +9 -0
  589. package/dist/esm/operationsInterfaces/locationBasedCapabilitySet.js.map +1 -0
  590. package/dist/esm/operationsInterfaces/logFiles.d.ts +13 -0
  591. package/dist/esm/operationsInterfaces/logFiles.d.ts.map +1 -0
  592. package/dist/esm/operationsInterfaces/logFiles.js +9 -0
  593. package/dist/esm/operationsInterfaces/logFiles.js.map +1 -0
  594. package/dist/esm/operationsInterfaces/longRunningBackup.d.ts +22 -0
  595. package/dist/esm/operationsInterfaces/longRunningBackup.d.ts.map +1 -0
  596. package/dist/esm/operationsInterfaces/longRunningBackup.js +9 -0
  597. package/dist/esm/operationsInterfaces/longRunningBackup.js.map +1 -0
  598. package/dist/esm/operationsInterfaces/longRunningBackups.d.ts +21 -0
  599. package/dist/esm/operationsInterfaces/longRunningBackups.d.ts.map +1 -0
  600. package/dist/esm/operationsInterfaces/longRunningBackups.js +9 -0
  601. package/dist/esm/operationsInterfaces/longRunningBackups.js.map +1 -0
  602. package/dist/esm/operationsInterfaces/maintenances.d.ts +38 -0
  603. package/dist/esm/operationsInterfaces/maintenances.d.ts.map +1 -0
  604. package/dist/esm/operationsInterfaces/maintenances.js +9 -0
  605. package/dist/esm/operationsInterfaces/maintenances.js.map +1 -0
  606. package/dist/esm/operationsInterfaces/operationProgress.d.ts +12 -0
  607. package/dist/esm/operationsInterfaces/operationProgress.d.ts.map +1 -0
  608. package/dist/esm/operationsInterfaces/operationProgress.js +9 -0
  609. package/dist/esm/operationsInterfaces/operationProgress.js.map +1 -0
  610. package/dist/esm/operationsInterfaces/operationResults.d.ts +12 -0
  611. package/dist/esm/operationsInterfaces/operationResults.d.ts.map +1 -0
  612. package/dist/esm/operationsInterfaces/operationResults.js +9 -0
  613. package/dist/esm/operationsInterfaces/operationResults.js.map +1 -0
  614. package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
  615. package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
  616. package/dist/esm/operationsInterfaces/operations.js +9 -0
  617. package/dist/esm/operationsInterfaces/operations.js.map +1 -0
  618. package/dist/esm/operationsInterfaces/replicas.d.ts +13 -0
  619. package/dist/esm/operationsInterfaces/replicas.d.ts.map +1 -0
  620. package/dist/esm/operationsInterfaces/replicas.js +9 -0
  621. package/dist/esm/operationsInterfaces/replicas.js.map +1 -0
  622. package/dist/esm/operationsInterfaces/servers.d.ts +157 -0
  623. package/dist/esm/operationsInterfaces/servers.d.ts.map +1 -0
  624. package/dist/esm/operationsInterfaces/servers.js +9 -0
  625. package/dist/esm/operationsInterfaces/servers.js.map +1 -0
  626. package/dist/esm/operationsInterfaces/serversMigration.d.ts +20 -0
  627. package/dist/esm/operationsInterfaces/serversMigration.d.ts.map +1 -0
  628. package/dist/esm/operationsInterfaces/serversMigration.js +9 -0
  629. package/dist/esm/operationsInterfaces/serversMigration.js.map +1 -0
  630. package/dist/esm/package.json +3 -0
  631. package/dist/esm/pagingHelper.d.ts +13 -0
  632. package/dist/esm/pagingHelper.d.ts.map +1 -0
  633. package/dist/esm/pagingHelper.js +30 -0
  634. package/dist/esm/pagingHelper.js.map +1 -0
  635. package/dist/react-native/index.d.ts +5 -0
  636. package/dist/react-native/index.d.ts.map +1 -0
  637. package/dist/react-native/index.js +13 -0
  638. package/dist/react-native/index.js.map +1 -0
  639. package/dist/react-native/lroImpl.d.ts +11 -0
  640. package/dist/react-native/lroImpl.d.ts.map +1 -0
  641. package/dist/react-native/lroImpl.js +18 -0
  642. package/dist/react-native/lroImpl.js.map +1 -0
  643. package/dist/react-native/models/index.d.ts +2186 -0
  644. package/dist/react-native/models/index.d.ts.map +1 -0
  645. package/dist/react-native/models/index.js +298 -0
  646. package/dist/react-native/models/index.js.map +1 -0
  647. package/dist/react-native/models/mappers.d.ts +106 -0
  648. package/dist/react-native/models/mappers.d.ts.map +1 -0
  649. package/dist/react-native/models/mappers.js +2940 -0
  650. package/dist/react-native/models/mappers.js.map +1 -0
  651. package/dist/react-native/models/parameters.d.ts +44 -0
  652. package/dist/react-native/models/parameters.d.ts.map +1 -0
  653. package/dist/react-native/models/parameters.js +357 -0
  654. package/dist/react-native/models/parameters.js.map +1 -0
  655. package/dist/react-native/mySQLManagementFlexibleServerClient.d.ts +40 -0
  656. package/dist/react-native/mySQLManagementFlexibleServerClient.d.ts.map +1 -0
  657. package/dist/react-native/mySQLManagementFlexibleServerClient.js +123 -0
  658. package/dist/react-native/mySQLManagementFlexibleServerClient.js.map +1 -0
  659. package/dist/react-native/operations/advancedThreatProtectionSettings.d.ts +83 -0
  660. package/dist/react-native/operations/advancedThreatProtectionSettings.d.ts.map +1 -0
  661. package/dist/react-native/operations/advancedThreatProtectionSettings.js +367 -0
  662. package/dist/react-native/operations/advancedThreatProtectionSettings.js.map +1 -0
  663. package/dist/react-native/operations/azureADAdministrators.d.ts +81 -0
  664. package/dist/react-native/operations/azureADAdministrators.d.ts.map +1 -0
  665. package/dist/react-native/operations/azureADAdministrators.js +348 -0
  666. package/dist/react-native/operations/azureADAdministrators.js.map +1 -0
  667. package/dist/react-native/operations/backupAndExport.d.ts +37 -0
  668. package/dist/react-native/operations/backupAndExport.d.ts.map +1 -0
  669. package/dist/react-native/operations/backupAndExport.js +147 -0
  670. package/dist/react-native/operations/backupAndExport.js.map +1 -0
  671. package/dist/react-native/operations/backups.d.ts +54 -0
  672. package/dist/react-native/operations/backups.d.ts.map +1 -0
  673. package/dist/react-native/operations/backups.js +197 -0
  674. package/dist/react-native/operations/backups.js.map +1 -0
  675. package/dist/react-native/operations/checkNameAvailability.d.ts +20 -0
  676. package/dist/react-native/operations/checkNameAvailability.d.ts.map +1 -0
  677. package/dist/react-native/operations/checkNameAvailability.js +55 -0
  678. package/dist/react-native/operations/checkNameAvailability.js.map +1 -0
  679. package/dist/react-native/operations/checkNameAvailabilityWithoutLocation.d.ts +19 -0
  680. package/dist/react-native/operations/checkNameAvailabilityWithoutLocation.d.ts.map +1 -0
  681. package/dist/react-native/operations/checkNameAvailabilityWithoutLocation.js +50 -0
  682. package/dist/react-native/operations/checkNameAvailabilityWithoutLocation.js.map +1 -0
  683. package/dist/react-native/operations/checkVirtualNetworkSubnetUsage.d.ts +20 -0
  684. package/dist/react-native/operations/checkVirtualNetworkSubnetUsage.d.ts.map +1 -0
  685. package/dist/react-native/operations/checkVirtualNetworkSubnetUsage.js +55 -0
  686. package/dist/react-native/operations/checkVirtualNetworkSubnetUsage.js.map +1 -0
  687. package/dist/react-native/operations/configurations.d.ts +99 -0
  688. package/dist/react-native/operations/configurations.d.ts.map +1 -0
  689. package/dist/react-native/operations/configurations.js +463 -0
  690. package/dist/react-native/operations/configurations.js.map +1 -0
  691. package/dist/react-native/operations/databases.d.ts +81 -0
  692. package/dist/react-native/operations/databases.d.ts.map +1 -0
  693. package/dist/react-native/operations/databases.js +347 -0
  694. package/dist/react-native/operations/databases.js.map +1 -0
  695. package/dist/react-native/operations/firewallRules.d.ts +81 -0
  696. package/dist/react-native/operations/firewallRules.d.ts.map +1 -0
  697. package/dist/react-native/operations/firewallRules.js +347 -0
  698. package/dist/react-native/operations/firewallRules.js.map +1 -0
  699. package/dist/react-native/operations/getPrivateDnsZoneSuffix.d.ts +18 -0
  700. package/dist/react-native/operations/getPrivateDnsZoneSuffix.d.ts.map +1 -0
  701. package/dist/react-native/operations/getPrivateDnsZoneSuffix.js +47 -0
  702. package/dist/react-native/operations/getPrivateDnsZoneSuffix.js.map +1 -0
  703. package/dist/react-native/operations/index.d.ts +24 -0
  704. package/dist/react-native/operations/index.d.ts.map +1 -0
  705. package/dist/react-native/operations/index.js +31 -0
  706. package/dist/react-native/operations/index.js.map +1 -0
  707. package/dist/react-native/operations/locationBasedCapabilities.d.ts +35 -0
  708. package/dist/react-native/operations/locationBasedCapabilities.d.ts.map +1 -0
  709. package/dist/react-native/operations/locationBasedCapabilities.js +128 -0
  710. package/dist/react-native/operations/locationBasedCapabilities.js.map +1 -0
  711. package/dist/react-native/operations/locationBasedCapabilitySet.d.ts +42 -0
  712. package/dist/react-native/operations/locationBasedCapabilitySet.d.ts.map +1 -0
  713. package/dist/react-native/operations/locationBasedCapabilitySet.js +158 -0
  714. package/dist/react-native/operations/locationBasedCapabilitySet.js.map +1 -0
  715. package/dist/react-native/operations/logFiles.d.ts +38 -0
  716. package/dist/react-native/operations/logFiles.d.ts.map +1 -0
  717. package/dist/react-native/operations/logFiles.js +133 -0
  718. package/dist/react-native/operations/logFiles.js.map +1 -0
  719. package/dist/react-native/operations/longRunningBackup.d.ts +30 -0
  720. package/dist/react-native/operations/longRunningBackup.d.ts.map +1 -0
  721. package/dist/react-native/operations/longRunningBackup.js +118 -0
  722. package/dist/react-native/operations/longRunningBackup.js.map +1 -0
  723. package/dist/react-native/operations/longRunningBackups.d.ts +46 -0
  724. package/dist/react-native/operations/longRunningBackups.d.ts.map +1 -0
  725. package/dist/react-native/operations/longRunningBackups.js +165 -0
  726. package/dist/react-native/operations/longRunningBackups.js.map +1 -0
  727. package/dist/react-native/operations/maintenances.d.ts +63 -0
  728. package/dist/react-native/operations/maintenances.d.ts.map +1 -0
  729. package/dist/react-native/operations/maintenances.js +259 -0
  730. package/dist/react-native/operations/maintenances.js.map +1 -0
  731. package/dist/react-native/operations/operationProgress.d.ts +20 -0
  732. package/dist/react-native/operations/operationProgress.d.ts.map +1 -0
  733. package/dist/react-native/operations/operationProgress.js +54 -0
  734. package/dist/react-native/operations/operationProgress.js.map +1 -0
  735. package/dist/react-native/operations/operationResults.d.ts +20 -0
  736. package/dist/react-native/operations/operationResults.d.ts.map +1 -0
  737. package/dist/react-native/operations/operationResults.js +54 -0
  738. package/dist/react-native/operations/operationResults.js.map +1 -0
  739. package/dist/react-native/operations/operations.d.ts +32 -0
  740. package/dist/react-native/operations/operations.d.ts.map +1 -0
  741. package/dist/react-native/operations/operations.js +116 -0
  742. package/dist/react-native/operations/operations.js.map +1 -0
  743. package/dist/react-native/operations/replicas.d.ts +38 -0
  744. package/dist/react-native/operations/replicas.d.ts.map +1 -0
  745. package/dist/react-native/operations/replicas.js +133 -0
  746. package/dist/react-native/operations/replicas.js.map +1 -0
  747. package/dist/react-native/operations/servers.d.ts +193 -0
  748. package/dist/react-native/operations/servers.d.ts.map +1 -0
  749. package/dist/react-native/operations/servers.js +950 -0
  750. package/dist/react-native/operations/servers.js.map +1 -0
  751. package/dist/react-native/operations/serversMigration.d.ts +28 -0
  752. package/dist/react-native/operations/serversMigration.d.ts.map +1 -0
  753. package/dist/react-native/operations/serversMigration.js +113 -0
  754. package/dist/react-native/operations/serversMigration.js.map +1 -0
  755. package/dist/react-native/operationsInterfaces/advancedThreatProtectionSettings.d.ts +58 -0
  756. package/dist/react-native/operationsInterfaces/advancedThreatProtectionSettings.d.ts.map +1 -0
  757. package/dist/react-native/operationsInterfaces/advancedThreatProtectionSettings.js +9 -0
  758. package/dist/react-native/operationsInterfaces/advancedThreatProtectionSettings.js.map +1 -0
  759. package/dist/react-native/operationsInterfaces/azureADAdministrators.d.ts +56 -0
  760. package/dist/react-native/operationsInterfaces/azureADAdministrators.d.ts.map +1 -0
  761. package/dist/react-native/operationsInterfaces/azureADAdministrators.js +9 -0
  762. package/dist/react-native/operationsInterfaces/azureADAdministrators.js.map +1 -0
  763. package/dist/react-native/operationsInterfaces/backupAndExport.d.ts +29 -0
  764. package/dist/react-native/operationsInterfaces/backupAndExport.d.ts.map +1 -0
  765. package/dist/react-native/operationsInterfaces/backupAndExport.js +9 -0
  766. package/dist/react-native/operationsInterfaces/backupAndExport.js.map +1 -0
  767. package/dist/react-native/operationsInterfaces/backups.d.ts +29 -0
  768. package/dist/react-native/operationsInterfaces/backups.d.ts.map +1 -0
  769. package/dist/react-native/operationsInterfaces/backups.js +9 -0
  770. package/dist/react-native/operationsInterfaces/backups.js.map +1 -0
  771. package/dist/react-native/operationsInterfaces/checkNameAvailability.d.ts +12 -0
  772. package/dist/react-native/operationsInterfaces/checkNameAvailability.d.ts.map +1 -0
  773. package/dist/react-native/operationsInterfaces/checkNameAvailability.js +9 -0
  774. package/dist/react-native/operationsInterfaces/checkNameAvailability.js.map +1 -0
  775. package/dist/react-native/operationsInterfaces/checkNameAvailabilityWithoutLocation.d.ts +11 -0
  776. package/dist/react-native/operationsInterfaces/checkNameAvailabilityWithoutLocation.d.ts.map +1 -0
  777. package/dist/react-native/operationsInterfaces/checkNameAvailabilityWithoutLocation.js +9 -0
  778. package/dist/react-native/operationsInterfaces/checkNameAvailabilityWithoutLocation.js.map +1 -0
  779. package/dist/react-native/operationsInterfaces/checkVirtualNetworkSubnetUsage.d.ts +12 -0
  780. package/dist/react-native/operationsInterfaces/checkVirtualNetworkSubnetUsage.d.ts.map +1 -0
  781. package/dist/react-native/operationsInterfaces/checkVirtualNetworkSubnetUsage.js +9 -0
  782. package/dist/react-native/operationsInterfaces/checkVirtualNetworkSubnetUsage.js.map +1 -0
  783. package/dist/react-native/operationsInterfaces/configurations.d.ts +74 -0
  784. package/dist/react-native/operationsInterfaces/configurations.d.ts.map +1 -0
  785. package/dist/react-native/operationsInterfaces/configurations.js +9 -0
  786. package/dist/react-native/operationsInterfaces/configurations.js.map +1 -0
  787. package/dist/react-native/operationsInterfaces/databases.d.ts +56 -0
  788. package/dist/react-native/operationsInterfaces/databases.d.ts.map +1 -0
  789. package/dist/react-native/operationsInterfaces/databases.js +9 -0
  790. package/dist/react-native/operationsInterfaces/databases.js.map +1 -0
  791. package/dist/react-native/operationsInterfaces/firewallRules.d.ts +56 -0
  792. package/dist/react-native/operationsInterfaces/firewallRules.d.ts.map +1 -0
  793. package/dist/react-native/operationsInterfaces/firewallRules.js +9 -0
  794. package/dist/react-native/operationsInterfaces/firewallRules.js.map +1 -0
  795. package/dist/react-native/operationsInterfaces/getPrivateDnsZoneSuffix.d.ts +10 -0
  796. package/dist/react-native/operationsInterfaces/getPrivateDnsZoneSuffix.d.ts.map +1 -0
  797. package/dist/react-native/operationsInterfaces/getPrivateDnsZoneSuffix.js +9 -0
  798. package/dist/react-native/operationsInterfaces/getPrivateDnsZoneSuffix.js.map +1 -0
  799. package/dist/react-native/operationsInterfaces/index.d.ts +24 -0
  800. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
  801. package/dist/react-native/operationsInterfaces/index.js +31 -0
  802. package/dist/react-native/operationsInterfaces/index.js.map +1 -0
  803. package/dist/react-native/operationsInterfaces/locationBasedCapabilities.d.ts +12 -0
  804. package/dist/react-native/operationsInterfaces/locationBasedCapabilities.d.ts.map +1 -0
  805. package/dist/react-native/operationsInterfaces/locationBasedCapabilities.js +9 -0
  806. package/dist/react-native/operationsInterfaces/locationBasedCapabilities.js.map +1 -0
  807. package/dist/react-native/operationsInterfaces/locationBasedCapabilitySet.d.ts +19 -0
  808. package/dist/react-native/operationsInterfaces/locationBasedCapabilitySet.d.ts.map +1 -0
  809. package/dist/react-native/operationsInterfaces/locationBasedCapabilitySet.js +9 -0
  810. package/dist/react-native/operationsInterfaces/locationBasedCapabilitySet.js.map +1 -0
  811. package/dist/react-native/operationsInterfaces/logFiles.d.ts +13 -0
  812. package/dist/react-native/operationsInterfaces/logFiles.d.ts.map +1 -0
  813. package/dist/react-native/operationsInterfaces/logFiles.js +9 -0
  814. package/dist/react-native/operationsInterfaces/logFiles.js.map +1 -0
  815. package/dist/react-native/operationsInterfaces/longRunningBackup.d.ts +22 -0
  816. package/dist/react-native/operationsInterfaces/longRunningBackup.d.ts.map +1 -0
  817. package/dist/react-native/operationsInterfaces/longRunningBackup.js +9 -0
  818. package/dist/react-native/operationsInterfaces/longRunningBackup.js.map +1 -0
  819. package/dist/react-native/operationsInterfaces/longRunningBackups.d.ts +21 -0
  820. package/dist/react-native/operationsInterfaces/longRunningBackups.d.ts.map +1 -0
  821. package/dist/react-native/operationsInterfaces/longRunningBackups.js +9 -0
  822. package/dist/react-native/operationsInterfaces/longRunningBackups.js.map +1 -0
  823. package/dist/react-native/operationsInterfaces/maintenances.d.ts +38 -0
  824. package/dist/react-native/operationsInterfaces/maintenances.d.ts.map +1 -0
  825. package/dist/react-native/operationsInterfaces/maintenances.js +9 -0
  826. package/dist/react-native/operationsInterfaces/maintenances.js.map +1 -0
  827. package/dist/react-native/operationsInterfaces/operationProgress.d.ts +12 -0
  828. package/dist/react-native/operationsInterfaces/operationProgress.d.ts.map +1 -0
  829. package/dist/react-native/operationsInterfaces/operationProgress.js +9 -0
  830. package/dist/react-native/operationsInterfaces/operationProgress.js.map +1 -0
  831. package/dist/react-native/operationsInterfaces/operationResults.d.ts +12 -0
  832. package/dist/react-native/operationsInterfaces/operationResults.d.ts.map +1 -0
  833. package/dist/react-native/operationsInterfaces/operationResults.js +9 -0
  834. package/dist/react-native/operationsInterfaces/operationResults.js.map +1 -0
  835. package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
  836. package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
  837. package/dist/react-native/operationsInterfaces/operations.js +9 -0
  838. package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
  839. package/dist/react-native/operationsInterfaces/replicas.d.ts +13 -0
  840. package/dist/react-native/operationsInterfaces/replicas.d.ts.map +1 -0
  841. package/dist/react-native/operationsInterfaces/replicas.js +9 -0
  842. package/dist/react-native/operationsInterfaces/replicas.js.map +1 -0
  843. package/dist/react-native/operationsInterfaces/servers.d.ts +157 -0
  844. package/dist/react-native/operationsInterfaces/servers.d.ts.map +1 -0
  845. package/dist/react-native/operationsInterfaces/servers.js +9 -0
  846. package/dist/react-native/operationsInterfaces/servers.js.map +1 -0
  847. package/dist/react-native/operationsInterfaces/serversMigration.d.ts +20 -0
  848. package/dist/react-native/operationsInterfaces/serversMigration.d.ts.map +1 -0
  849. package/dist/react-native/operationsInterfaces/serversMigration.js +9 -0
  850. package/dist/react-native/operationsInterfaces/serversMigration.js.map +1 -0
  851. package/dist/react-native/package.json +3 -0
  852. package/dist/react-native/pagingHelper.d.ts +13 -0
  853. package/dist/react-native/pagingHelper.d.ts.map +1 -0
  854. package/dist/react-native/pagingHelper.js +30 -0
  855. package/dist/react-native/pagingHelper.js.map +1 -0
  856. package/package.json +88 -72
  857. package/review/arm-mysql-flexible-node.api.md +1790 -0
  858. package/dist/index.js +0 -8639
  859. package/dist/index.js.map +0 -1
  860. package/dist/index.min.js +0 -1
  861. package/dist/index.min.js.map +0 -1
  862. package/dist-esm/samples-dev/advancedThreatProtectionSettingsGetSample.d.ts +0 -2
  863. package/dist-esm/samples-dev/advancedThreatProtectionSettingsGetSample.d.ts.map +0 -1
  864. package/dist-esm/samples-dev/advancedThreatProtectionSettingsGetSample.js +0 -40
  865. package/dist-esm/samples-dev/advancedThreatProtectionSettingsGetSample.js.map +0 -1
  866. package/dist-esm/samples-dev/advancedThreatProtectionSettingsListSample.d.ts +0 -2
  867. package/dist-esm/samples-dev/advancedThreatProtectionSettingsListSample.d.ts.map +0 -1
  868. package/dist-esm/samples-dev/advancedThreatProtectionSettingsListSample.js +0 -55
  869. package/dist-esm/samples-dev/advancedThreatProtectionSettingsListSample.js.map +0 -1
  870. package/dist-esm/samples-dev/advancedThreatProtectionSettingsUpdatePutSample.d.ts +0 -2
  871. package/dist-esm/samples-dev/advancedThreatProtectionSettingsUpdatePutSample.d.ts.map +0 -1
  872. package/dist-esm/samples-dev/advancedThreatProtectionSettingsUpdatePutSample.js +0 -62
  873. package/dist-esm/samples-dev/advancedThreatProtectionSettingsUpdatePutSample.js.map +0 -1
  874. package/dist-esm/samples-dev/advancedThreatProtectionSettingsUpdateSample.d.ts +0 -2
  875. package/dist-esm/samples-dev/advancedThreatProtectionSettingsUpdateSample.d.ts.map +0 -1
  876. package/dist-esm/samples-dev/advancedThreatProtectionSettingsUpdateSample.js +0 -62
  877. package/dist-esm/samples-dev/advancedThreatProtectionSettingsUpdateSample.js.map +0 -1
  878. package/dist-esm/samples-dev/azureAdAdministratorsCreateOrUpdateSample.d.ts +0 -2
  879. package/dist-esm/samples-dev/azureAdAdministratorsCreateOrUpdateSample.d.ts.map +0 -1
  880. package/dist-esm/samples-dev/azureAdAdministratorsCreateOrUpdateSample.js +0 -47
  881. package/dist-esm/samples-dev/azureAdAdministratorsCreateOrUpdateSample.js.map +0 -1
  882. package/dist-esm/samples-dev/azureAdAdministratorsDeleteSample.d.ts +0 -2
  883. package/dist-esm/samples-dev/azureAdAdministratorsDeleteSample.d.ts.map +0 -1
  884. package/dist-esm/samples-dev/azureAdAdministratorsDeleteSample.js +0 -40
  885. package/dist-esm/samples-dev/azureAdAdministratorsDeleteSample.js.map +0 -1
  886. package/dist-esm/samples-dev/azureAdAdministratorsGetSample.d.ts +0 -2
  887. package/dist-esm/samples-dev/azureAdAdministratorsGetSample.d.ts.map +0 -1
  888. package/dist-esm/samples-dev/azureAdAdministratorsGetSample.js +0 -40
  889. package/dist-esm/samples-dev/azureAdAdministratorsGetSample.js.map +0 -1
  890. package/dist-esm/samples-dev/azureAdAdministratorsListByServerSample.d.ts +0 -2
  891. package/dist-esm/samples-dev/azureAdAdministratorsListByServerSample.d.ts.map +0 -1
  892. package/dist-esm/samples-dev/azureAdAdministratorsListByServerSample.js +0 -55
  893. package/dist-esm/samples-dev/azureAdAdministratorsListByServerSample.js.map +0 -1
  894. package/dist-esm/samples-dev/backupAndExportCreateSample.d.ts +0 -2
  895. package/dist-esm/samples-dev/backupAndExportCreateSample.d.ts.map +0 -1
  896. package/dist-esm/samples-dev/backupAndExportCreateSample.js +0 -46
  897. package/dist-esm/samples-dev/backupAndExportCreateSample.js.map +0 -1
  898. package/dist-esm/samples-dev/backupAndExportValidateBackupSample.d.ts +0 -2
  899. package/dist-esm/samples-dev/backupAndExportValidateBackupSample.d.ts.map +0 -1
  900. package/dist-esm/samples-dev/backupAndExportValidateBackupSample.js +0 -39
  901. package/dist-esm/samples-dev/backupAndExportValidateBackupSample.js.map +0 -1
  902. package/dist-esm/samples-dev/backupsGetSample.d.ts +0 -2
  903. package/dist-esm/samples-dev/backupsGetSample.d.ts.map +0 -1
  904. package/dist-esm/samples-dev/backupsGetSample.js +0 -40
  905. package/dist-esm/samples-dev/backupsGetSample.js.map +0 -1
  906. package/dist-esm/samples-dev/backupsListByServerSample.d.ts +0 -2
  907. package/dist-esm/samples-dev/backupsListByServerSample.d.ts.map +0 -1
  908. package/dist-esm/samples-dev/backupsListByServerSample.js +0 -55
  909. package/dist-esm/samples-dev/backupsListByServerSample.js.map +0 -1
  910. package/dist-esm/samples-dev/backupsPutSample.d.ts +0 -2
  911. package/dist-esm/samples-dev/backupsPutSample.d.ts.map +0 -1
  912. package/dist-esm/samples-dev/backupsPutSample.js +0 -40
  913. package/dist-esm/samples-dev/backupsPutSample.js.map +0 -1
  914. package/dist-esm/samples-dev/checkNameAvailabilityExecuteSample.d.ts +0 -2
  915. package/dist-esm/samples-dev/checkNameAvailabilityExecuteSample.d.ts.map +0 -1
  916. package/dist-esm/samples-dev/checkNameAvailabilityExecuteSample.js +0 -42
  917. package/dist-esm/samples-dev/checkNameAvailabilityExecuteSample.js.map +0 -1
  918. package/dist-esm/samples-dev/checkNameAvailabilityWithoutLocationExecuteSample.d.ts +0 -2
  919. package/dist-esm/samples-dev/checkNameAvailabilityWithoutLocationExecuteSample.d.ts.map +0 -1
  920. package/dist-esm/samples-dev/checkNameAvailabilityWithoutLocationExecuteSample.js +0 -41
  921. package/dist-esm/samples-dev/checkNameAvailabilityWithoutLocationExecuteSample.js.map +0 -1
  922. package/dist-esm/samples-dev/checkVirtualNetworkSubnetUsageExecuteSample.d.ts +0 -2
  923. package/dist-esm/samples-dev/checkVirtualNetworkSubnetUsageExecuteSample.d.ts.map +0 -1
  924. package/dist-esm/samples-dev/checkVirtualNetworkSubnetUsageExecuteSample.js +0 -41
  925. package/dist-esm/samples-dev/checkVirtualNetworkSubnetUsageExecuteSample.js.map +0 -1
  926. package/dist-esm/samples-dev/configurationsBatchUpdateSample.d.ts +0 -2
  927. package/dist-esm/samples-dev/configurationsBatchUpdateSample.d.ts.map +0 -1
  928. package/dist-esm/samples-dev/configurationsBatchUpdateSample.js +0 -46
  929. package/dist-esm/samples-dev/configurationsBatchUpdateSample.js.map +0 -1
  930. package/dist-esm/samples-dev/configurationsCreateOrUpdateSample.d.ts +0 -2
  931. package/dist-esm/samples-dev/configurationsCreateOrUpdateSample.d.ts.map +0 -1
  932. package/dist-esm/samples-dev/configurationsCreateOrUpdateSample.js +0 -41
  933. package/dist-esm/samples-dev/configurationsCreateOrUpdateSample.js.map +0 -1
  934. package/dist-esm/samples-dev/configurationsGetSample.d.ts +0 -2
  935. package/dist-esm/samples-dev/configurationsGetSample.d.ts.map +0 -1
  936. package/dist-esm/samples-dev/configurationsGetSample.js +0 -40
  937. package/dist-esm/samples-dev/configurationsGetSample.js.map +0 -1
  938. package/dist-esm/samples-dev/configurationsListByServerSample.d.ts +0 -2
  939. package/dist-esm/samples-dev/configurationsListByServerSample.d.ts.map +0 -1
  940. package/dist-esm/samples-dev/configurationsListByServerSample.js +0 -58
  941. package/dist-esm/samples-dev/configurationsListByServerSample.js.map +0 -1
  942. package/dist-esm/samples-dev/configurationsUpdateSample.d.ts +0 -2
  943. package/dist-esm/samples-dev/configurationsUpdateSample.d.ts.map +0 -1
  944. package/dist-esm/samples-dev/configurationsUpdateSample.js +0 -41
  945. package/dist-esm/samples-dev/configurationsUpdateSample.js.map +0 -1
  946. package/dist-esm/samples-dev/databasesCreateOrUpdateSample.d.ts +0 -2
  947. package/dist-esm/samples-dev/databasesCreateOrUpdateSample.d.ts.map +0 -1
  948. package/dist-esm/samples-dev/databasesCreateOrUpdateSample.js +0 -44
  949. package/dist-esm/samples-dev/databasesCreateOrUpdateSample.js.map +0 -1
  950. package/dist-esm/samples-dev/databasesDeleteSample.d.ts +0 -2
  951. package/dist-esm/samples-dev/databasesDeleteSample.d.ts.map +0 -1
  952. package/dist-esm/samples-dev/databasesDeleteSample.js +0 -40
  953. package/dist-esm/samples-dev/databasesDeleteSample.js.map +0 -1
  954. package/dist-esm/samples-dev/databasesGetSample.d.ts +0 -2
  955. package/dist-esm/samples-dev/databasesGetSample.d.ts.map +0 -1
  956. package/dist-esm/samples-dev/databasesGetSample.js +0 -40
  957. package/dist-esm/samples-dev/databasesGetSample.js.map +0 -1
  958. package/dist-esm/samples-dev/databasesListByServerSample.d.ts +0 -2
  959. package/dist-esm/samples-dev/databasesListByServerSample.d.ts.map +0 -1
  960. package/dist-esm/samples-dev/databasesListByServerSample.js +0 -55
  961. package/dist-esm/samples-dev/databasesListByServerSample.js.map +0 -1
  962. package/dist-esm/samples-dev/firewallRulesCreateOrUpdateSample.d.ts +0 -2
  963. package/dist-esm/samples-dev/firewallRulesCreateOrUpdateSample.d.ts.map +0 -1
  964. package/dist-esm/samples-dev/firewallRulesCreateOrUpdateSample.js +0 -44
  965. package/dist-esm/samples-dev/firewallRulesCreateOrUpdateSample.js.map +0 -1
  966. package/dist-esm/samples-dev/firewallRulesDeleteSample.d.ts +0 -2
  967. package/dist-esm/samples-dev/firewallRulesDeleteSample.d.ts.map +0 -1
  968. package/dist-esm/samples-dev/firewallRulesDeleteSample.js +0 -40
  969. package/dist-esm/samples-dev/firewallRulesDeleteSample.js.map +0 -1
  970. package/dist-esm/samples-dev/firewallRulesGetSample.d.ts +0 -2
  971. package/dist-esm/samples-dev/firewallRulesGetSample.d.ts.map +0 -1
  972. package/dist-esm/samples-dev/firewallRulesGetSample.js +0 -40
  973. package/dist-esm/samples-dev/firewallRulesGetSample.js.map +0 -1
  974. package/dist-esm/samples-dev/firewallRulesListByServerSample.d.ts +0 -2
  975. package/dist-esm/samples-dev/firewallRulesListByServerSample.d.ts.map +0 -1
  976. package/dist-esm/samples-dev/firewallRulesListByServerSample.js +0 -55
  977. package/dist-esm/samples-dev/firewallRulesListByServerSample.js.map +0 -1
  978. package/dist-esm/samples-dev/getPrivateDnsZoneSuffixExecuteSample.d.ts +0 -2
  979. package/dist-esm/samples-dev/getPrivateDnsZoneSuffixExecuteSample.d.ts.map +0 -1
  980. package/dist-esm/samples-dev/getPrivateDnsZoneSuffixExecuteSample.js +0 -35
  981. package/dist-esm/samples-dev/getPrivateDnsZoneSuffixExecuteSample.js.map +0 -1
  982. package/dist-esm/samples-dev/locationBasedCapabilitiesListSample.d.ts +0 -2
  983. package/dist-esm/samples-dev/locationBasedCapabilitiesListSample.d.ts.map +0 -1
  984. package/dist-esm/samples-dev/locationBasedCapabilitiesListSample.js +0 -54
  985. package/dist-esm/samples-dev/locationBasedCapabilitiesListSample.js.map +0 -1
  986. package/dist-esm/samples-dev/locationBasedCapabilitySetGetSample.d.ts +0 -2
  987. package/dist-esm/samples-dev/locationBasedCapabilitySetGetSample.d.ts.map +0 -1
  988. package/dist-esm/samples-dev/locationBasedCapabilitySetGetSample.js +0 -39
  989. package/dist-esm/samples-dev/locationBasedCapabilitySetGetSample.js.map +0 -1
  990. package/dist-esm/samples-dev/locationBasedCapabilitySetListSample.d.ts +0 -2
  991. package/dist-esm/samples-dev/locationBasedCapabilitySetListSample.d.ts.map +0 -1
  992. package/dist-esm/samples-dev/locationBasedCapabilitySetListSample.js +0 -54
  993. package/dist-esm/samples-dev/locationBasedCapabilitySetListSample.js.map +0 -1
  994. package/dist-esm/samples-dev/logFilesListByServerSample.d.ts +0 -2
  995. package/dist-esm/samples-dev/logFilesListByServerSample.d.ts.map +0 -1
  996. package/dist-esm/samples-dev/logFilesListByServerSample.js +0 -55
  997. package/dist-esm/samples-dev/logFilesListByServerSample.js.map +0 -1
  998. package/dist-esm/samples-dev/longRunningBackupCreateSample.d.ts +0 -2
  999. package/dist-esm/samples-dev/longRunningBackupCreateSample.d.ts.map +0 -1
  1000. package/dist-esm/samples-dev/longRunningBackupCreateSample.js +0 -40
  1001. package/dist-esm/samples-dev/longRunningBackupCreateSample.js.map +0 -1
  1002. package/dist-esm/samples-dev/longRunningBackupsGetSample.d.ts +0 -2
  1003. package/dist-esm/samples-dev/longRunningBackupsGetSample.d.ts.map +0 -1
  1004. package/dist-esm/samples-dev/longRunningBackupsGetSample.js +0 -40
  1005. package/dist-esm/samples-dev/longRunningBackupsGetSample.js.map +0 -1
  1006. package/dist-esm/samples-dev/longRunningBackupsListSample.d.ts +0 -2
  1007. package/dist-esm/samples-dev/longRunningBackupsListSample.d.ts.map +0 -1
  1008. package/dist-esm/samples-dev/longRunningBackupsListSample.js +0 -55
  1009. package/dist-esm/samples-dev/longRunningBackupsListSample.js.map +0 -1
  1010. package/dist-esm/samples-dev/maintenancesListSample.d.ts +0 -2
  1011. package/dist-esm/samples-dev/maintenancesListSample.d.ts.map +0 -1
  1012. package/dist-esm/samples-dev/maintenancesListSample.js +0 -55
  1013. package/dist-esm/samples-dev/maintenancesListSample.js.map +0 -1
  1014. package/dist-esm/samples-dev/maintenancesReadSample.d.ts +0 -2
  1015. package/dist-esm/samples-dev/maintenancesReadSample.d.ts.map +0 -1
  1016. package/dist-esm/samples-dev/maintenancesReadSample.js +0 -40
  1017. package/dist-esm/samples-dev/maintenancesReadSample.js.map +0 -1
  1018. package/dist-esm/samples-dev/maintenancesUpdateSample.d.ts +0 -2
  1019. package/dist-esm/samples-dev/maintenancesUpdateSample.d.ts.map +0 -1
  1020. package/dist-esm/samples-dev/maintenancesUpdateSample.js +0 -44
  1021. package/dist-esm/samples-dev/maintenancesUpdateSample.js.map +0 -1
  1022. package/dist-esm/samples-dev/operationProgressGetSample.d.ts +0 -2
  1023. package/dist-esm/samples-dev/operationProgressGetSample.d.ts.map +0 -1
  1024. package/dist-esm/samples-dev/operationProgressGetSample.js +0 -58
  1025. package/dist-esm/samples-dev/operationProgressGetSample.js.map +0 -1
  1026. package/dist-esm/samples-dev/operationResultsGetSample.d.ts +0 -2
  1027. package/dist-esm/samples-dev/operationResultsGetSample.d.ts.map +0 -1
  1028. package/dist-esm/samples-dev/operationResultsGetSample.js +0 -39
  1029. package/dist-esm/samples-dev/operationResultsGetSample.js.map +0 -1
  1030. package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
  1031. package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
  1032. package/dist-esm/samples-dev/operationsListSample.js +0 -53
  1033. package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
  1034. package/dist-esm/samples-dev/replicasListByServerSample.d.ts +0 -2
  1035. package/dist-esm/samples-dev/replicasListByServerSample.d.ts.map +0 -1
  1036. package/dist-esm/samples-dev/replicasListByServerSample.js +0 -55
  1037. package/dist-esm/samples-dev/replicasListByServerSample.js.map +0 -1
  1038. package/dist-esm/samples-dev/serversCreateSample.d.ts +0 -2
  1039. package/dist-esm/samples-dev/serversCreateSample.d.ts.map +0 -1
  1040. package/dist-esm/samples-dev/serversCreateSample.js +0 -156
  1041. package/dist-esm/samples-dev/serversCreateSample.js.map +0 -1
  1042. package/dist-esm/samples-dev/serversDeleteSample.d.ts +0 -2
  1043. package/dist-esm/samples-dev/serversDeleteSample.d.ts.map +0 -1
  1044. package/dist-esm/samples-dev/serversDeleteSample.js +0 -39
  1045. package/dist-esm/samples-dev/serversDeleteSample.js.map +0 -1
  1046. package/dist-esm/samples-dev/serversFailoverSample.d.ts +0 -2
  1047. package/dist-esm/samples-dev/serversFailoverSample.d.ts.map +0 -1
  1048. package/dist-esm/samples-dev/serversFailoverSample.js +0 -39
  1049. package/dist-esm/samples-dev/serversFailoverSample.js.map +0 -1
  1050. package/dist-esm/samples-dev/serversGetSample.d.ts +0 -2
  1051. package/dist-esm/samples-dev/serversGetSample.d.ts.map +0 -1
  1052. package/dist-esm/samples-dev/serversGetSample.js +0 -58
  1053. package/dist-esm/samples-dev/serversGetSample.js.map +0 -1
  1054. package/dist-esm/samples-dev/serversListByResourceGroupSample.d.ts +0 -2
  1055. package/dist-esm/samples-dev/serversListByResourceGroupSample.d.ts.map +0 -1
  1056. package/dist-esm/samples-dev/serversListByResourceGroupSample.js +0 -54
  1057. package/dist-esm/samples-dev/serversListByResourceGroupSample.js.map +0 -1
  1058. package/dist-esm/samples-dev/serversListSample.d.ts +0 -2
  1059. package/dist-esm/samples-dev/serversListSample.d.ts.map +0 -1
  1060. package/dist-esm/samples-dev/serversListSample.js +0 -53
  1061. package/dist-esm/samples-dev/serversListSample.js.map +0 -1
  1062. package/dist-esm/samples-dev/serversMigrationCutoverMigrationSample.d.ts +0 -2
  1063. package/dist-esm/samples-dev/serversMigrationCutoverMigrationSample.d.ts.map +0 -1
  1064. package/dist-esm/samples-dev/serversMigrationCutoverMigrationSample.js +0 -39
  1065. package/dist-esm/samples-dev/serversMigrationCutoverMigrationSample.js.map +0 -1
  1066. package/dist-esm/samples-dev/serversResetGtidSample.d.ts +0 -2
  1067. package/dist-esm/samples-dev/serversResetGtidSample.d.ts.map +0 -1
  1068. package/dist-esm/samples-dev/serversResetGtidSample.js +0 -42
  1069. package/dist-esm/samples-dev/serversResetGtidSample.js.map +0 -1
  1070. package/dist-esm/samples-dev/serversRestartSample.d.ts +0 -2
  1071. package/dist-esm/samples-dev/serversRestartSample.d.ts.map +0 -1
  1072. package/dist-esm/samples-dev/serversRestartSample.js +0 -43
  1073. package/dist-esm/samples-dev/serversRestartSample.js.map +0 -1
  1074. package/dist-esm/samples-dev/serversStartSample.d.ts +0 -2
  1075. package/dist-esm/samples-dev/serversStartSample.d.ts.map +0 -1
  1076. package/dist-esm/samples-dev/serversStartSample.js +0 -39
  1077. package/dist-esm/samples-dev/serversStartSample.js.map +0 -1
  1078. package/dist-esm/samples-dev/serversStopSample.d.ts +0 -2
  1079. package/dist-esm/samples-dev/serversStopSample.d.ts.map +0 -1
  1080. package/dist-esm/samples-dev/serversStopSample.js +0 -39
  1081. package/dist-esm/samples-dev/serversStopSample.js.map +0 -1
  1082. package/dist-esm/samples-dev/serversUpdateSample.d.ts +0 -2
  1083. package/dist-esm/samples-dev/serversUpdateSample.d.ts.map +0 -1
  1084. package/dist-esm/samples-dev/serversUpdateSample.js +0 -109
  1085. package/dist-esm/samples-dev/serversUpdateSample.js.map +0 -1
  1086. package/dist-esm/samples-dev/serversValidateEstimateHighAvailabilitySample.d.ts +0 -2
  1087. package/dist-esm/samples-dev/serversValidateEstimateHighAvailabilitySample.d.ts.map +0 -1
  1088. package/dist-esm/samples-dev/serversValidateEstimateHighAvailabilitySample.js +0 -42
  1089. package/dist-esm/samples-dev/serversValidateEstimateHighAvailabilitySample.js.map +0 -1
  1090. package/dist-esm/src/index.d.ts +0 -6
  1091. package/dist-esm/src/index.d.ts.map +0 -1
  1092. package/dist-esm/src/index.js +0 -13
  1093. package/dist-esm/src/index.js.map +0 -1
  1094. package/dist-esm/src/lroImpl.d.ts.map +0 -1
  1095. package/dist-esm/src/lroImpl.js +0 -21
  1096. package/dist-esm/src/lroImpl.js.map +0 -1
  1097. package/dist-esm/src/models/index.js.map +0 -1
  1098. package/dist-esm/src/models/mappers.js +0 -2802
  1099. package/dist-esm/src/models/mappers.js.map +0 -1
  1100. package/dist-esm/src/models/parameters.js +0 -357
  1101. package/dist-esm/src/models/parameters.js.map +0 -1
  1102. package/dist-esm/src/mySQLManagementFlexibleServerClient.d.ts +0 -40
  1103. package/dist-esm/src/mySQLManagementFlexibleServerClient.d.ts.map +0 -1
  1104. package/dist-esm/src/mySQLManagementFlexibleServerClient.js +0 -93
  1105. package/dist-esm/src/mySQLManagementFlexibleServerClient.js.map +0 -1
  1106. package/dist-esm/src/operations/advancedThreatProtectionSettings.d.ts +0 -83
  1107. package/dist-esm/src/operations/advancedThreatProtectionSettings.d.ts.map +0 -1
  1108. package/dist-esm/src/operations/advancedThreatProtectionSettings.js +0 -382
  1109. package/dist-esm/src/operations/advancedThreatProtectionSettings.js.map +0 -1
  1110. package/dist-esm/src/operations/azureADAdministrators.d.ts +0 -81
  1111. package/dist-esm/src/operations/azureADAdministrators.d.ts.map +0 -1
  1112. package/dist-esm/src/operations/azureADAdministrators.js +0 -363
  1113. package/dist-esm/src/operations/azureADAdministrators.js.map +0 -1
  1114. package/dist-esm/src/operations/backupAndExport.d.ts +0 -37
  1115. package/dist-esm/src/operations/backupAndExport.d.ts.map +0 -1
  1116. package/dist-esm/src/operations/backupAndExport.js +0 -146
  1117. package/dist-esm/src/operations/backupAndExport.js.map +0 -1
  1118. package/dist-esm/src/operations/backups.d.ts +0 -54
  1119. package/dist-esm/src/operations/backups.d.ts.map +0 -1
  1120. package/dist-esm/src/operations/backups.js +0 -214
  1121. package/dist-esm/src/operations/backups.js.map +0 -1
  1122. package/dist-esm/src/operations/checkNameAvailability.d.ts +0 -20
  1123. package/dist-esm/src/operations/checkNameAvailability.d.ts.map +0 -1
  1124. package/dist-esm/src/operations/checkNameAvailability.js +0 -54
  1125. package/dist-esm/src/operations/checkNameAvailability.js.map +0 -1
  1126. package/dist-esm/src/operations/checkNameAvailabilityWithoutLocation.d.ts +0 -19
  1127. package/dist-esm/src/operations/checkNameAvailabilityWithoutLocation.d.ts.map +0 -1
  1128. package/dist-esm/src/operations/checkNameAvailabilityWithoutLocation.js +0 -49
  1129. package/dist-esm/src/operations/checkNameAvailabilityWithoutLocation.js.map +0 -1
  1130. package/dist-esm/src/operations/checkVirtualNetworkSubnetUsage.d.ts +0 -20
  1131. package/dist-esm/src/operations/checkVirtualNetworkSubnetUsage.d.ts.map +0 -1
  1132. package/dist-esm/src/operations/checkVirtualNetworkSubnetUsage.js +0 -54
  1133. package/dist-esm/src/operations/checkVirtualNetworkSubnetUsage.js.map +0 -1
  1134. package/dist-esm/src/operations/configurations.d.ts +0 -99
  1135. package/dist-esm/src/operations/configurations.d.ts.map +0 -1
  1136. package/dist-esm/src/operations/configurations.js +0 -476
  1137. package/dist-esm/src/operations/configurations.js.map +0 -1
  1138. package/dist-esm/src/operations/databases.d.ts +0 -81
  1139. package/dist-esm/src/operations/databases.d.ts.map +0 -1
  1140. package/dist-esm/src/operations/databases.js +0 -362
  1141. package/dist-esm/src/operations/databases.js.map +0 -1
  1142. package/dist-esm/src/operations/firewallRules.d.ts +0 -81
  1143. package/dist-esm/src/operations/firewallRules.d.ts.map +0 -1
  1144. package/dist-esm/src/operations/firewallRules.js +0 -362
  1145. package/dist-esm/src/operations/firewallRules.js.map +0 -1
  1146. package/dist-esm/src/operations/getPrivateDnsZoneSuffix.d.ts +0 -18
  1147. package/dist-esm/src/operations/getPrivateDnsZoneSuffix.d.ts.map +0 -1
  1148. package/dist-esm/src/operations/getPrivateDnsZoneSuffix.js +0 -46
  1149. package/dist-esm/src/operations/getPrivateDnsZoneSuffix.js.map +0 -1
  1150. package/dist-esm/src/operations/index.d.ts +0 -24
  1151. package/dist-esm/src/operations/index.d.ts.map +0 -1
  1152. package/dist-esm/src/operations/index.js +0 -31
  1153. package/dist-esm/src/operations/index.js.map +0 -1
  1154. package/dist-esm/src/operations/locationBasedCapabilities.d.ts +0 -35
  1155. package/dist-esm/src/operations/locationBasedCapabilities.d.ts.map +0 -1
  1156. package/dist-esm/src/operations/locationBasedCapabilities.js +0 -145
  1157. package/dist-esm/src/operations/locationBasedCapabilities.js.map +0 -1
  1158. package/dist-esm/src/operations/locationBasedCapabilitySet.d.ts +0 -42
  1159. package/dist-esm/src/operations/locationBasedCapabilitySet.d.ts.map +0 -1
  1160. package/dist-esm/src/operations/locationBasedCapabilitySet.js +0 -175
  1161. package/dist-esm/src/operations/locationBasedCapabilitySet.js.map +0 -1
  1162. package/dist-esm/src/operations/logFiles.d.ts +0 -38
  1163. package/dist-esm/src/operations/logFiles.d.ts.map +0 -1
  1164. package/dist-esm/src/operations/logFiles.js +0 -150
  1165. package/dist-esm/src/operations/logFiles.js.map +0 -1
  1166. package/dist-esm/src/operations/longRunningBackup.d.ts +0 -30
  1167. package/dist-esm/src/operations/longRunningBackup.d.ts.map +0 -1
  1168. package/dist-esm/src/operations/longRunningBackup.js +0 -117
  1169. package/dist-esm/src/operations/longRunningBackup.js.map +0 -1
  1170. package/dist-esm/src/operations/longRunningBackups.d.ts +0 -46
  1171. package/dist-esm/src/operations/longRunningBackups.d.ts.map +0 -1
  1172. package/dist-esm/src/operations/longRunningBackups.js +0 -182
  1173. package/dist-esm/src/operations/longRunningBackups.js.map +0 -1
  1174. package/dist-esm/src/operations/maintenances.d.ts +0 -63
  1175. package/dist-esm/src/operations/maintenances.d.ts.map +0 -1
  1176. package/dist-esm/src/operations/maintenances.js +0 -274
  1177. package/dist-esm/src/operations/maintenances.js.map +0 -1
  1178. package/dist-esm/src/operations/operationProgress.d.ts +0 -20
  1179. package/dist-esm/src/operations/operationProgress.d.ts.map +0 -1
  1180. package/dist-esm/src/operations/operationProgress.js +0 -53
  1181. package/dist-esm/src/operations/operationProgress.js.map +0 -1
  1182. package/dist-esm/src/operations/operationResults.d.ts +0 -20
  1183. package/dist-esm/src/operations/operationResults.d.ts.map +0 -1
  1184. package/dist-esm/src/operations/operationResults.js +0 -53
  1185. package/dist-esm/src/operations/operationResults.js.map +0 -1
  1186. package/dist-esm/src/operations/operations.d.ts +0 -32
  1187. package/dist-esm/src/operations/operations.d.ts.map +0 -1
  1188. package/dist-esm/src/operations/operations.js +0 -133
  1189. package/dist-esm/src/operations/operations.js.map +0 -1
  1190. package/dist-esm/src/operations/replicas.d.ts +0 -38
  1191. package/dist-esm/src/operations/replicas.d.ts.map +0 -1
  1192. package/dist-esm/src/operations/replicas.js +0 -150
  1193. package/dist-esm/src/operations/replicas.js.map +0 -1
  1194. package/dist-esm/src/operations/servers.d.ts +0 -193
  1195. package/dist-esm/src/operations/servers.d.ts.map +0 -1
  1196. package/dist-esm/src/operations/servers.js +0 -975
  1197. package/dist-esm/src/operations/servers.js.map +0 -1
  1198. package/dist-esm/src/operations/serversMigration.d.ts +0 -28
  1199. package/dist-esm/src/operations/serversMigration.d.ts.map +0 -1
  1200. package/dist-esm/src/operations/serversMigration.js +0 -112
  1201. package/dist-esm/src/operations/serversMigration.js.map +0 -1
  1202. package/dist-esm/src/operationsInterfaces/advancedThreatProtectionSettings.d.ts +0 -58
  1203. package/dist-esm/src/operationsInterfaces/advancedThreatProtectionSettings.d.ts.map +0 -1
  1204. package/dist-esm/src/operationsInterfaces/advancedThreatProtectionSettings.js.map +0 -1
  1205. package/dist-esm/src/operationsInterfaces/azureADAdministrators.d.ts +0 -56
  1206. package/dist-esm/src/operationsInterfaces/azureADAdministrators.d.ts.map +0 -1
  1207. package/dist-esm/src/operationsInterfaces/azureADAdministrators.js.map +0 -1
  1208. package/dist-esm/src/operationsInterfaces/backupAndExport.d.ts +0 -29
  1209. package/dist-esm/src/operationsInterfaces/backupAndExport.d.ts.map +0 -1
  1210. package/dist-esm/src/operationsInterfaces/backupAndExport.js.map +0 -1
  1211. package/dist-esm/src/operationsInterfaces/backups.d.ts +0 -29
  1212. package/dist-esm/src/operationsInterfaces/backups.d.ts.map +0 -1
  1213. package/dist-esm/src/operationsInterfaces/backups.js.map +0 -1
  1214. package/dist-esm/src/operationsInterfaces/checkNameAvailability.d.ts +0 -12
  1215. package/dist-esm/src/operationsInterfaces/checkNameAvailability.d.ts.map +0 -1
  1216. package/dist-esm/src/operationsInterfaces/checkNameAvailability.js.map +0 -1
  1217. package/dist-esm/src/operationsInterfaces/checkNameAvailabilityWithoutLocation.d.ts +0 -11
  1218. package/dist-esm/src/operationsInterfaces/checkNameAvailabilityWithoutLocation.d.ts.map +0 -1
  1219. package/dist-esm/src/operationsInterfaces/checkNameAvailabilityWithoutLocation.js.map +0 -1
  1220. package/dist-esm/src/operationsInterfaces/checkVirtualNetworkSubnetUsage.d.ts +0 -12
  1221. package/dist-esm/src/operationsInterfaces/checkVirtualNetworkSubnetUsage.d.ts.map +0 -1
  1222. package/dist-esm/src/operationsInterfaces/checkVirtualNetworkSubnetUsage.js.map +0 -1
  1223. package/dist-esm/src/operationsInterfaces/configurations.d.ts +0 -74
  1224. package/dist-esm/src/operationsInterfaces/configurations.d.ts.map +0 -1
  1225. package/dist-esm/src/operationsInterfaces/configurations.js.map +0 -1
  1226. package/dist-esm/src/operationsInterfaces/databases.d.ts +0 -56
  1227. package/dist-esm/src/operationsInterfaces/databases.d.ts.map +0 -1
  1228. package/dist-esm/src/operationsInterfaces/databases.js.map +0 -1
  1229. package/dist-esm/src/operationsInterfaces/firewallRules.d.ts +0 -56
  1230. package/dist-esm/src/operationsInterfaces/firewallRules.d.ts.map +0 -1
  1231. package/dist-esm/src/operationsInterfaces/firewallRules.js.map +0 -1
  1232. package/dist-esm/src/operationsInterfaces/getPrivateDnsZoneSuffix.d.ts +0 -10
  1233. package/dist-esm/src/operationsInterfaces/getPrivateDnsZoneSuffix.d.ts.map +0 -1
  1234. package/dist-esm/src/operationsInterfaces/getPrivateDnsZoneSuffix.js.map +0 -1
  1235. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -24
  1236. package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
  1237. package/dist-esm/src/operationsInterfaces/index.js +0 -31
  1238. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  1239. package/dist-esm/src/operationsInterfaces/locationBasedCapabilities.d.ts +0 -12
  1240. package/dist-esm/src/operationsInterfaces/locationBasedCapabilities.d.ts.map +0 -1
  1241. package/dist-esm/src/operationsInterfaces/locationBasedCapabilities.js.map +0 -1
  1242. package/dist-esm/src/operationsInterfaces/locationBasedCapabilitySet.d.ts +0 -19
  1243. package/dist-esm/src/operationsInterfaces/locationBasedCapabilitySet.d.ts.map +0 -1
  1244. package/dist-esm/src/operationsInterfaces/locationBasedCapabilitySet.js.map +0 -1
  1245. package/dist-esm/src/operationsInterfaces/logFiles.d.ts +0 -13
  1246. package/dist-esm/src/operationsInterfaces/logFiles.d.ts.map +0 -1
  1247. package/dist-esm/src/operationsInterfaces/logFiles.js.map +0 -1
  1248. package/dist-esm/src/operationsInterfaces/longRunningBackup.d.ts +0 -22
  1249. package/dist-esm/src/operationsInterfaces/longRunningBackup.d.ts.map +0 -1
  1250. package/dist-esm/src/operationsInterfaces/longRunningBackup.js.map +0 -1
  1251. package/dist-esm/src/operationsInterfaces/longRunningBackups.d.ts +0 -21
  1252. package/dist-esm/src/operationsInterfaces/longRunningBackups.d.ts.map +0 -1
  1253. package/dist-esm/src/operationsInterfaces/longRunningBackups.js.map +0 -1
  1254. package/dist-esm/src/operationsInterfaces/maintenances.d.ts +0 -38
  1255. package/dist-esm/src/operationsInterfaces/maintenances.d.ts.map +0 -1
  1256. package/dist-esm/src/operationsInterfaces/maintenances.js.map +0 -1
  1257. package/dist-esm/src/operationsInterfaces/operationProgress.d.ts +0 -12
  1258. package/dist-esm/src/operationsInterfaces/operationProgress.d.ts.map +0 -1
  1259. package/dist-esm/src/operationsInterfaces/operationProgress.js.map +0 -1
  1260. package/dist-esm/src/operationsInterfaces/operationResults.d.ts +0 -12
  1261. package/dist-esm/src/operationsInterfaces/operationResults.d.ts.map +0 -1
  1262. package/dist-esm/src/operationsInterfaces/operationResults.js.map +0 -1
  1263. package/dist-esm/src/operationsInterfaces/operations.d.ts +0 -11
  1264. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +0 -1
  1265. package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
  1266. package/dist-esm/src/operationsInterfaces/replicas.d.ts +0 -13
  1267. package/dist-esm/src/operationsInterfaces/replicas.d.ts.map +0 -1
  1268. package/dist-esm/src/operationsInterfaces/replicas.js.map +0 -1
  1269. package/dist-esm/src/operationsInterfaces/servers.d.ts +0 -157
  1270. package/dist-esm/src/operationsInterfaces/servers.d.ts.map +0 -1
  1271. package/dist-esm/src/operationsInterfaces/servers.js.map +0 -1
  1272. package/dist-esm/src/operationsInterfaces/serversMigration.d.ts +0 -20
  1273. package/dist-esm/src/operationsInterfaces/serversMigration.d.ts.map +0 -1
  1274. package/dist-esm/src/operationsInterfaces/serversMigration.js.map +0 -1
  1275. package/dist-esm/src/pagingHelper.js +0 -32
  1276. package/dist-esm/src/pagingHelper.js.map +0 -1
  1277. package/dist-esm/test/mysql_operations_test.spec.d.ts +0 -4
  1278. package/dist-esm/test/mysql_operations_test.spec.d.ts.map +0 -1
  1279. package/dist-esm/test/mysql_operations_test.spec.js +0 -125
  1280. package/dist-esm/test/mysql_operations_test.spec.js.map +0 -1
  1281. package/review/arm-mysql-flexible.api.md +0 -1791
  1282. package/src/index.ts +0 -13
  1283. package/src/lroImpl.ts +0 -42
  1284. package/src/models/index.ts +0 -2520
  1285. package/src/models/mappers.ts +0 -3051
  1286. package/src/models/parameters.ts +0 -422
  1287. package/src/mySQLManagementFlexibleServerClient.ts +0 -216
  1288. package/src/operations/advancedThreatProtectionSettings.ts +0 -528
  1289. package/src/operations/azureADAdministrators.ts +0 -498
  1290. package/src/operations/backupAndExport.ts +0 -207
  1291. package/src/operations/backups.ts +0 -283
  1292. package/src/operations/checkNameAvailability.ts +0 -73
  1293. package/src/operations/checkNameAvailabilityWithoutLocation.ts +0 -69
  1294. package/src/operations/checkVirtualNetworkSubnetUsage.ts +0 -75
  1295. package/src/operations/configurations.ts +0 -662
  1296. package/src/operations/databases.ts +0 -496
  1297. package/src/operations/firewallRules.ts +0 -496
  1298. package/src/operations/getPrivateDnsZoneSuffix.ts +0 -59
  1299. package/src/operations/index.ts +0 -31
  1300. package/src/operations/locationBasedCapabilities.ts +0 -171
  1301. package/src/operations/locationBasedCapabilitySet.ts +0 -211
  1302. package/src/operations/logFiles.ts +0 -197
  1303. package/src/operations/longRunningBackup.ts +0 -167
  1304. package/src/operations/longRunningBackups.ts +0 -236
  1305. package/src/operations/maintenances.ts +0 -371
  1306. package/src/operations/operationProgress.ts +0 -71
  1307. package/src/operations/operationResults.ts +0 -71
  1308. package/src/operations/operations.ts +0 -149
  1309. package/src/operations/replicas.ts +0 -197
  1310. package/src/operations/servers.ts +0 -1289
  1311. package/src/operations/serversMigration.ts +0 -159
  1312. package/src/operationsInterfaces/advancedThreatProtectionSettings.ts +0 -121
  1313. package/src/operationsInterfaces/azureADAdministrators.ts +0 -110
  1314. package/src/operationsInterfaces/backupAndExport.ts +0 -62
  1315. package/src/operationsInterfaces/backups.ts +0 -59
  1316. package/src/operationsInterfaces/checkNameAvailability.ts +0 -28
  1317. package/src/operationsInterfaces/checkNameAvailabilityWithoutLocation.ts +0 -26
  1318. package/src/operationsInterfaces/checkVirtualNetworkSubnetUsage.ts +0 -28
  1319. package/src/operationsInterfaces/configurations.ts +0 -153
  1320. package/src/operationsInterfaces/databases.ts +0 -109
  1321. package/src/operationsInterfaces/firewallRules.ts +0 -109
  1322. package/src/operationsInterfaces/getPrivateDnsZoneSuffix.ts +0 -23
  1323. package/src/operationsInterfaces/index.ts +0 -31
  1324. package/src/operationsInterfaces/locationBasedCapabilities.ts +0 -27
  1325. package/src/operationsInterfaces/locationBasedCapabilitySet.ts +0 -40
  1326. package/src/operationsInterfaces/logFiles.ts +0 -26
  1327. package/src/operationsInterfaces/longRunningBackup.ts +0 -48
  1328. package/src/operationsInterfaces/longRunningBackups.ts +0 -44
  1329. package/src/operationsInterfaces/maintenances.ts +0 -78
  1330. package/src/operationsInterfaces/operationProgress.ts +0 -27
  1331. package/src/operationsInterfaces/operationResults.ts +0 -27
  1332. package/src/operationsInterfaces/operations.ts +0 -22
  1333. package/src/operationsInterfaces/replicas.ts +0 -26
  1334. package/src/operationsInterfaces/servers.ts +0 -282
  1335. package/src/operationsInterfaces/serversMigration.ts +0 -44
  1336. package/src/pagingHelper.ts +0 -39
  1337. package/tsconfig.json +0 -33
  1338. package/types/arm-mysql-flexible.d.ts +0 -3240
  1339. package/types/tsdoc-metadata.json +0 -11
  1340. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
  1341. /package/{dist-esm/src → dist/browser}/models/index.d.ts +0 -0
  1342. /package/{dist-esm/src → dist/browser}/models/index.d.ts.map +0 -0
  1343. /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
  1344. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
  1345. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
  1346. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
  1347. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
  1348. /package/{dist-esm/src → dist/browser}/operationsInterfaces/advancedThreatProtectionSettings.js +0 -0
  1349. /package/{dist-esm/src → dist/browser}/operationsInterfaces/azureADAdministrators.js +0 -0
  1350. /package/{dist-esm/src → dist/browser}/operationsInterfaces/backupAndExport.js +0 -0
  1351. /package/{dist-esm/src → dist/browser}/operationsInterfaces/backups.js +0 -0
  1352. /package/{dist-esm/src → dist/browser}/operationsInterfaces/checkNameAvailability.js +0 -0
  1353. /package/{dist-esm/src → dist/browser}/operationsInterfaces/checkNameAvailabilityWithoutLocation.js +0 -0
  1354. /package/{dist-esm/src → dist/browser}/operationsInterfaces/checkVirtualNetworkSubnetUsage.js +0 -0
  1355. /package/{dist-esm/src → dist/browser}/operationsInterfaces/configurations.js +0 -0
  1356. /package/{dist-esm/src → dist/browser}/operationsInterfaces/databases.js +0 -0
  1357. /package/{dist-esm/src → dist/browser}/operationsInterfaces/firewallRules.js +0 -0
  1358. /package/{dist-esm/src → dist/browser}/operationsInterfaces/getPrivateDnsZoneSuffix.js +0 -0
  1359. /package/{dist-esm/src → dist/browser}/operationsInterfaces/locationBasedCapabilities.js +0 -0
  1360. /package/{dist-esm/src → dist/browser}/operationsInterfaces/locationBasedCapabilitySet.js +0 -0
  1361. /package/{dist-esm/src → dist/browser}/operationsInterfaces/logFiles.js +0 -0
  1362. /package/{dist-esm/src → dist/browser}/operationsInterfaces/longRunningBackup.js +0 -0
  1363. /package/{dist-esm/src → dist/browser}/operationsInterfaces/longRunningBackups.js +0 -0
  1364. /package/{dist-esm/src → dist/browser}/operationsInterfaces/maintenances.js +0 -0
  1365. /package/{dist-esm/src → dist/browser}/operationsInterfaces/operationProgress.js +0 -0
  1366. /package/{dist-esm/src → dist/browser}/operationsInterfaces/operationResults.js +0 -0
  1367. /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
  1368. /package/{dist-esm/src → dist/browser}/operationsInterfaces/replicas.js +0 -0
  1369. /package/{dist-esm/src → dist/browser}/operationsInterfaces/servers.js +0 -0
  1370. /package/{dist-esm/src → dist/browser}/operationsInterfaces/serversMigration.js +0 -0
  1371. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
  1372. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
@@ -1,3240 +0,0 @@
1
- import * as coreAuth from '@azure/core-auth';
2
- import * as coreClient from '@azure/core-client';
3
- import { OperationState } from '@azure/core-lro';
4
- import { PagedAsyncIterableIterator } from '@azure/core-paging';
5
- import { SimplePollerLike } from '@azure/core-lro';
6
-
7
- /** A List of azure ad administrators. */
8
- export declare interface AdministratorListResult {
9
- /** The list of azure ad administrator of a server */
10
- value?: AzureADAdministrator[];
11
- /** The link used to get the next page of operations. */
12
- nextLink?: string;
13
- }
14
-
15
- /**
16
- * Defines values for AdministratorName. \
17
- * {@link KnownAdministratorName} can be used interchangeably with AdministratorName,
18
- * this enum contains the known values that the service supports.
19
- * ### Known values supported by the service
20
- * **ActiveDirectory**
21
- */
22
- export declare type AdministratorName = string;
23
-
24
- /**
25
- * Defines values for AdministratorType. \
26
- * {@link KnownAdministratorType} can be used interchangeably with AdministratorType,
27
- * this enum contains the known values that the service supports.
28
- * ### Known values supported by the service
29
- * **ActiveDirectory**
30
- */
31
- export declare type AdministratorType = string;
32
-
33
- /** A server's Advanced Threat Protection. */
34
- export declare interface AdvancedThreatProtection extends ProxyResource {
35
- /**
36
- * Specifies the UTC creation time of the policy.
37
- * NOTE: This property will not be serialized. It can only be populated by the server.
38
- */
39
- readonly creationTime?: Date;
40
- /** Specifies the state of the Advanced Threat Protection, whether it is enabled or disabled or a state has not been applied yet on the specific database or server. */
41
- state?: AdvancedThreatProtectionState;
42
- /**
43
- * Provisioning state of the Threat Protection.
44
- * NOTE: This property will not be serialized. It can only be populated by the server.
45
- */
46
- readonly provisioningState?: AdvancedThreatProtectionProvisioningState;
47
- }
48
-
49
- /** Parameters allowed to update advanced threat protection for a server. */
50
- export declare interface AdvancedThreatProtectionForUpdate {
51
- /** Specifies the state of the Advanced Threat Protection, whether it is enabled or disabled or a state has not been applied yet on the specific database or server. */
52
- state?: AdvancedThreatProtectionState;
53
- }
54
-
55
- /** A list of the server's Advanced Threat Protection configurations. */
56
- export declare interface AdvancedThreatProtectionListResult {
57
- /**
58
- * Array of results.
59
- * NOTE: This property will not be serialized. It can only be populated by the server.
60
- */
61
- readonly value?: AdvancedThreatProtection[];
62
- /**
63
- * Link to retrieve next page of results.
64
- * NOTE: This property will not be serialized. It can only be populated by the server.
65
- */
66
- readonly nextLink?: string;
67
- }
68
-
69
- /**
70
- * Defines values for AdvancedThreatProtectionName. \
71
- * {@link KnownAdvancedThreatProtectionName} can be used interchangeably with AdvancedThreatProtectionName,
72
- * this enum contains the known values that the service supports.
73
- * ### Known values supported by the service
74
- * **Default**
75
- */
76
- export declare type AdvancedThreatProtectionName = string;
77
-
78
- /**
79
- * Defines values for AdvancedThreatProtectionProvisioningState. \
80
- * {@link KnownAdvancedThreatProtectionProvisioningState} can be used interchangeably with AdvancedThreatProtectionProvisioningState,
81
- * this enum contains the known values that the service supports.
82
- * ### Known values supported by the service
83
- * **Succeeded** \
84
- * **Updating** \
85
- * **Canceled** \
86
- * **Failed**
87
- */
88
- export declare type AdvancedThreatProtectionProvisioningState = string;
89
-
90
- /** Interface representing a AdvancedThreatProtectionSettings. */
91
- export declare interface AdvancedThreatProtectionSettings {
92
- /**
93
- * Gets a list of server's Advanced Threat Protection states.
94
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
95
- * @param serverName The name of the server.
96
- * @param options The options parameters.
97
- */
98
- list(resourceGroupName: string, serverName: string, options?: AdvancedThreatProtectionSettingsListOptionalParams): PagedAsyncIterableIterator<AdvancedThreatProtection>;
99
- /**
100
- * Get a server's Advanced Threat Protection state
101
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
102
- * @param serverName The name of the server.
103
- * @param advancedThreatProtectionName The name of the Advanced Threat Protection state.
104
- * @param options The options parameters.
105
- */
106
- get(resourceGroupName: string, serverName: string, advancedThreatProtectionName: AdvancedThreatProtectionName, options?: AdvancedThreatProtectionSettingsGetOptionalParams): Promise<AdvancedThreatProtectionSettingsGetResponse>;
107
- /**
108
- * Updates a server's Advanced Threat Protection state.
109
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
110
- * @param serverName The name of the server.
111
- * @param advancedThreatProtectionName The name of the Advanced Threat Protection state.
112
- * @param parameters The server's Advanced Threat Protection body to update.
113
- * @param options The options parameters.
114
- */
115
- beginUpdate(resourceGroupName: string, serverName: string, advancedThreatProtectionName: AdvancedThreatProtectionName, parameters: AdvancedThreatProtectionForUpdate, options?: AdvancedThreatProtectionSettingsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<AdvancedThreatProtectionSettingsUpdateResponse>, AdvancedThreatProtectionSettingsUpdateResponse>>;
116
- /**
117
- * Updates a server's Advanced Threat Protection state.
118
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
119
- * @param serverName The name of the server.
120
- * @param advancedThreatProtectionName The name of the Advanced Threat Protection state.
121
- * @param parameters The server's Advanced Threat Protection body to update.
122
- * @param options The options parameters.
123
- */
124
- beginUpdateAndWait(resourceGroupName: string, serverName: string, advancedThreatProtectionName: AdvancedThreatProtectionName, parameters: AdvancedThreatProtectionForUpdate, options?: AdvancedThreatProtectionSettingsUpdateOptionalParams): Promise<AdvancedThreatProtectionSettingsUpdateResponse>;
125
- /**
126
- * Updates a server's Advanced Threat Protection state.
127
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
128
- * @param serverName The name of the server.
129
- * @param advancedThreatProtectionName The name of the Advanced Threat Protection state.
130
- * @param parameters The server's Advanced Threat Protection body to update.
131
- * @param options The options parameters.
132
- */
133
- beginUpdatePut(resourceGroupName: string, serverName: string, advancedThreatProtectionName: AdvancedThreatProtectionName, parameters: AdvancedThreatProtection, options?: AdvancedThreatProtectionSettingsUpdatePutOptionalParams): Promise<SimplePollerLike<OperationState<AdvancedThreatProtectionSettingsUpdatePutResponse>, AdvancedThreatProtectionSettingsUpdatePutResponse>>;
134
- /**
135
- * Updates a server's Advanced Threat Protection state.
136
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
137
- * @param serverName The name of the server.
138
- * @param advancedThreatProtectionName The name of the Advanced Threat Protection state.
139
- * @param parameters The server's Advanced Threat Protection body to update.
140
- * @param options The options parameters.
141
- */
142
- beginUpdatePutAndWait(resourceGroupName: string, serverName: string, advancedThreatProtectionName: AdvancedThreatProtectionName, parameters: AdvancedThreatProtection, options?: AdvancedThreatProtectionSettingsUpdatePutOptionalParams): Promise<AdvancedThreatProtectionSettingsUpdatePutResponse>;
143
- }
144
-
145
- /** Optional parameters. */
146
- export declare interface AdvancedThreatProtectionSettingsGetOptionalParams extends coreClient.OperationOptions {
147
- }
148
-
149
- /** Contains response data for the get operation. */
150
- export declare type AdvancedThreatProtectionSettingsGetResponse = AdvancedThreatProtection;
151
-
152
- /** Optional parameters. */
153
- export declare interface AdvancedThreatProtectionSettingsListNextOptionalParams extends coreClient.OperationOptions {
154
- }
155
-
156
- /** Contains response data for the listNext operation. */
157
- export declare type AdvancedThreatProtectionSettingsListNextResponse = AdvancedThreatProtectionListResult;
158
-
159
- /** Optional parameters. */
160
- export declare interface AdvancedThreatProtectionSettingsListOptionalParams extends coreClient.OperationOptions {
161
- }
162
-
163
- /** Contains response data for the list operation. */
164
- export declare type AdvancedThreatProtectionSettingsListResponse = AdvancedThreatProtectionListResult;
165
-
166
- /** Defines headers for AdvancedThreatProtectionSettings_update operation. */
167
- export declare interface AdvancedThreatProtectionSettingsUpdateHeaders {
168
- /** URL to retrieve the final result after operation completes. */
169
- location?: string;
170
- /** URL to query for status of the operation. */
171
- azureAsyncOperation?: string;
172
- }
173
-
174
- /** Optional parameters. */
175
- export declare interface AdvancedThreatProtectionSettingsUpdateOptionalParams extends coreClient.OperationOptions {
176
- /** Delay to wait until next poll, in milliseconds. */
177
- updateIntervalInMs?: number;
178
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
179
- resumeFrom?: string;
180
- }
181
-
182
- /** Defines headers for AdvancedThreatProtectionSettings_updatePut operation. */
183
- export declare interface AdvancedThreatProtectionSettingsUpdatePutHeaders {
184
- /** URL to retrieve the final result after operation completes. */
185
- location?: string;
186
- /** URL to query for status of the operation. */
187
- azureAsyncOperation?: string;
188
- }
189
-
190
- /** Optional parameters. */
191
- export declare interface AdvancedThreatProtectionSettingsUpdatePutOptionalParams extends coreClient.OperationOptions {
192
- /** Delay to wait until next poll, in milliseconds. */
193
- updateIntervalInMs?: number;
194
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
195
- resumeFrom?: string;
196
- }
197
-
198
- /** Contains response data for the updatePut operation. */
199
- export declare type AdvancedThreatProtectionSettingsUpdatePutResponse = AdvancedThreatProtection;
200
-
201
- /** Contains response data for the update operation. */
202
- export declare type AdvancedThreatProtectionSettingsUpdateResponse = AdvancedThreatProtection;
203
-
204
- /**
205
- * Defines values for AdvancedThreatProtectionState. \
206
- * {@link KnownAdvancedThreatProtectionState} can be used interchangeably with AdvancedThreatProtectionState,
207
- * this enum contains the known values that the service supports.
208
- * ### Known values supported by the service
209
- * **Enabled** \
210
- * **Disabled**
211
- */
212
- export declare type AdvancedThreatProtectionState = string;
213
-
214
- /** Represents a Administrator. */
215
- export declare interface AzureADAdministrator extends ProxyResource {
216
- /** Type of the sever administrator. */
217
- administratorType?: AdministratorType;
218
- /** Login name of the server administrator. */
219
- login?: string;
220
- /** SID (object ID) of the server administrator. */
221
- sid?: string;
222
- /** Tenant ID of the administrator. */
223
- tenantId?: string;
224
- /** The resource id of the identity used for AAD Authentication. */
225
- identityResourceId?: string;
226
- }
227
-
228
- /** Interface representing a AzureADAdministrators. */
229
- export declare interface AzureADAdministrators {
230
- /**
231
- * List all the AAD administrators in a given server.
232
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
233
- * @param serverName The name of the server.
234
- * @param options The options parameters.
235
- */
236
- listByServer(resourceGroupName: string, serverName: string, options?: AzureADAdministratorsListByServerOptionalParams): PagedAsyncIterableIterator<AzureADAdministrator>;
237
- /**
238
- * Creates or updates an existing Azure Active Directory administrator.
239
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
240
- * @param serverName The name of the server.
241
- * @param administratorName The name of the Azure AD Administrator.
242
- * @param parameters The required parameters for creating or updating an aad administrator.
243
- * @param options The options parameters.
244
- */
245
- beginCreateOrUpdate(resourceGroupName: string, serverName: string, administratorName: AdministratorName, parameters: AzureADAdministrator, options?: AzureADAdministratorsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<AzureADAdministratorsCreateOrUpdateResponse>, AzureADAdministratorsCreateOrUpdateResponse>>;
246
- /**
247
- * Creates or updates an existing Azure Active Directory administrator.
248
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
249
- * @param serverName The name of the server.
250
- * @param administratorName The name of the Azure AD Administrator.
251
- * @param parameters The required parameters for creating or updating an aad administrator.
252
- * @param options The options parameters.
253
- */
254
- beginCreateOrUpdateAndWait(resourceGroupName: string, serverName: string, administratorName: AdministratorName, parameters: AzureADAdministrator, options?: AzureADAdministratorsCreateOrUpdateOptionalParams): Promise<AzureADAdministratorsCreateOrUpdateResponse>;
255
- /**
256
- * Deletes an Azure AD Administrator.
257
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
258
- * @param serverName The name of the server.
259
- * @param administratorName The name of the Azure AD Administrator.
260
- * @param options The options parameters.
261
- */
262
- beginDelete(resourceGroupName: string, serverName: string, administratorName: AdministratorName, options?: AzureADAdministratorsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
263
- /**
264
- * Deletes an Azure AD Administrator.
265
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
266
- * @param serverName The name of the server.
267
- * @param administratorName The name of the Azure AD Administrator.
268
- * @param options The options parameters.
269
- */
270
- beginDeleteAndWait(resourceGroupName: string, serverName: string, administratorName: AdministratorName, options?: AzureADAdministratorsDeleteOptionalParams): Promise<void>;
271
- /**
272
- * Gets information about an azure ad administrator.
273
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
274
- * @param serverName The name of the server.
275
- * @param administratorName The name of the Azure AD Administrator.
276
- * @param options The options parameters.
277
- */
278
- get(resourceGroupName: string, serverName: string, administratorName: AdministratorName, options?: AzureADAdministratorsGetOptionalParams): Promise<AzureADAdministratorsGetResponse>;
279
- }
280
-
281
- /** Optional parameters. */
282
- export declare interface AzureADAdministratorsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
283
- /** Delay to wait until next poll, in milliseconds. */
284
- updateIntervalInMs?: number;
285
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
286
- resumeFrom?: string;
287
- }
288
-
289
- /** Contains response data for the createOrUpdate operation. */
290
- export declare type AzureADAdministratorsCreateOrUpdateResponse = AzureADAdministrator;
291
-
292
- /** Optional parameters. */
293
- export declare interface AzureADAdministratorsDeleteOptionalParams extends coreClient.OperationOptions {
294
- /** Delay to wait until next poll, in milliseconds. */
295
- updateIntervalInMs?: number;
296
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
297
- resumeFrom?: string;
298
- }
299
-
300
- /** Optional parameters. */
301
- export declare interface AzureADAdministratorsGetOptionalParams extends coreClient.OperationOptions {
302
- }
303
-
304
- /** Contains response data for the get operation. */
305
- export declare type AzureADAdministratorsGetResponse = AzureADAdministrator;
306
-
307
- /** Optional parameters. */
308
- export declare interface AzureADAdministratorsListByServerNextOptionalParams extends coreClient.OperationOptions {
309
- }
310
-
311
- /** Contains response data for the listByServerNext operation. */
312
- export declare type AzureADAdministratorsListByServerNextResponse = AdministratorListResult;
313
-
314
- /** Optional parameters. */
315
- export declare interface AzureADAdministratorsListByServerOptionalParams extends coreClient.OperationOptions {
316
- }
317
-
318
- /** Contains response data for the listByServer operation. */
319
- export declare type AzureADAdministratorsListByServerResponse = AdministratorListResult;
320
-
321
- /** Storage Profile properties of a server */
322
- export declare interface Backup {
323
- /** Backup retention days for the server. */
324
- backupRetentionDays?: number;
325
- /** Backup interval hours for the server. */
326
- backupIntervalHours?: number;
327
- /** Whether or not geo redundant backup is enabled. */
328
- geoRedundantBackup?: EnableStatusEnum;
329
- /**
330
- * Earliest restore point creation time (ISO8601 format)
331
- * NOTE: This property will not be serialized. It can only be populated by the server.
332
- */
333
- readonly earliestRestoreDate?: Date;
334
- }
335
-
336
- /** Interface representing a BackupAndExport. */
337
- export declare interface BackupAndExport {
338
- /**
339
- * Exports the backup of the given server by creating a backup if not existing.
340
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
341
- * @param serverName The name of the server.
342
- * @param parameters The required parameters for creating and exporting backup of the given server.
343
- * @param options The options parameters.
344
- */
345
- beginCreate(resourceGroupName: string, serverName: string, parameters: BackupAndExportRequest, options?: BackupAndExportCreateOptionalParams): Promise<SimplePollerLike<OperationState<BackupAndExportCreateResponse>, BackupAndExportCreateResponse>>;
346
- /**
347
- * Exports the backup of the given server by creating a backup if not existing.
348
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
349
- * @param serverName The name of the server.
350
- * @param parameters The required parameters for creating and exporting backup of the given server.
351
- * @param options The options parameters.
352
- */
353
- beginCreateAndWait(resourceGroupName: string, serverName: string, parameters: BackupAndExportRequest, options?: BackupAndExportCreateOptionalParams): Promise<BackupAndExportCreateResponse>;
354
- /**
355
- * Validates if backup can be performed for given server.
356
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
357
- * @param serverName The name of the server.
358
- * @param options The options parameters.
359
- */
360
- validateBackup(resourceGroupName: string, serverName: string, options?: BackupAndExportValidateBackupOptionalParams): Promise<BackupAndExportValidateBackupResponse>;
361
- }
362
-
363
- /** Defines headers for BackupAndExport_create operation. */
364
- export declare interface BackupAndExportCreateHeaders {
365
- /** URL to retrieve the final result after operation completes. */
366
- location?: string;
367
- /** URL to query for status of the operation. */
368
- azureAsyncOperation?: string;
369
- }
370
-
371
- /** Optional parameters. */
372
- export declare interface BackupAndExportCreateOptionalParams extends coreClient.OperationOptions {
373
- /** Delay to wait until next poll, in milliseconds. */
374
- updateIntervalInMs?: number;
375
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
376
- resumeFrom?: string;
377
- }
378
-
379
- /** Contains response data for the create operation. */
380
- export declare type BackupAndExportCreateResponse = BackupAndExportResponse;
381
-
382
- /** BackupAndExport API Request */
383
- export declare interface BackupAndExportRequest extends BackupRequestBase {
384
- /** Backup Target Store Details */
385
- targetDetails: BackupStoreDetailsUnion;
386
- }
387
-
388
- /** Represents BackupAndExport API Response */
389
- export declare interface BackupAndExportResponse extends ProxyResource, ErrorResponse {
390
- /** The operation status */
391
- status?: OperationStatus;
392
- /** Start time */
393
- startTime?: Date;
394
- /** End time */
395
- endTime?: Date;
396
- /** Operation progress (0-100). */
397
- percentComplete?: number;
398
- /** Size of datasource in bytes */
399
- datasourceSizeInBytes?: number;
400
- /** Data transferred in bytes */
401
- dataTransferredInBytes?: number;
402
- /** Metadata related to backup to be stored for restoring resource in key-value pairs. */
403
- backupMetadata?: string;
404
- }
405
-
406
- /** BackupAndExport Response Properties */
407
- export declare interface BackupAndExportResponseType extends OperationProgressResponseType {
408
- /** Polymorphic discriminator, which specifies the different types this object can be */
409
- objectType: "BackupAndExportResponse";
410
- /** Size of datasource in bytes */
411
- datasourceSizeInBytes?: number;
412
- /** Data transferred in bytes */
413
- dataTransferredInBytes?: number;
414
- /** Metadata related to backup to be stored for restoring resource in key-value pairs. */
415
- backupMetadata?: string;
416
- }
417
-
418
- /** Optional parameters. */
419
- export declare interface BackupAndExportValidateBackupOptionalParams extends coreClient.OperationOptions {
420
- }
421
-
422
- /** Contains response data for the validateBackup operation. */
423
- export declare type BackupAndExportValidateBackupResponse = ValidateBackupResponse;
424
-
425
- /**
426
- * Defines values for BackupFormat. \
427
- * {@link KnownBackupFormat} can be used interchangeably with BackupFormat,
428
- * this enum contains the known values that the service supports.
429
- * ### Known values supported by the service
430
- * **CollatedFormat** \
431
- * **Raw**
432
- */
433
- export declare type BackupFormat = string;
434
-
435
- /** BackupRequestBase is the base for all backup request. */
436
- export declare interface BackupRequestBase {
437
- /** Backup Settings */
438
- backupSettings: BackupSettings;
439
- }
440
-
441
- /** Interface representing a Backups. */
442
- export declare interface Backups {
443
- /**
444
- * List all the backups for a given server.
445
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
446
- * @param serverName The name of the server.
447
- * @param options The options parameters.
448
- */
449
- listByServer(resourceGroupName: string, serverName: string, options?: BackupsListByServerOptionalParams): PagedAsyncIterableIterator<ServerBackup>;
450
- /**
451
- * Create backup for a given server with specified backup name.
452
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
453
- * @param serverName The name of the server.
454
- * @param backupName The name of the backup.
455
- * @param options The options parameters.
456
- */
457
- put(resourceGroupName: string, serverName: string, backupName: string, options?: BackupsPutOptionalParams): Promise<BackupsPutResponse>;
458
- /**
459
- * List all the backups for a given server.
460
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
461
- * @param serverName The name of the server.
462
- * @param backupName The name of the backup.
463
- * @param options The options parameters.
464
- */
465
- get(resourceGroupName: string, serverName: string, backupName: string, options?: BackupsGetOptionalParams): Promise<BackupsGetResponse>;
466
- }
467
-
468
- /** Backup Settings */
469
- export declare interface BackupSettings {
470
- /** The name of the backup. */
471
- backupName: string;
472
- /** Backup Format for the current backup. (CollatedFormat is INTERNAL – DO NOT USE) */
473
- backupFormat?: BackupFormat;
474
- }
475
-
476
- /** Optional parameters. */
477
- export declare interface BackupsGetOptionalParams extends coreClient.OperationOptions {
478
- }
479
-
480
- /** Contains response data for the get operation. */
481
- export declare type BackupsGetResponse = ServerBackup;
482
-
483
- /** Optional parameters. */
484
- export declare interface BackupsListByServerNextOptionalParams extends coreClient.OperationOptions {
485
- }
486
-
487
- /** Contains response data for the listByServerNext operation. */
488
- export declare type BackupsListByServerNextResponse = ServerBackupListResult;
489
-
490
- /** Optional parameters. */
491
- export declare interface BackupsListByServerOptionalParams extends coreClient.OperationOptions {
492
- }
493
-
494
- /** Contains response data for the listByServer operation. */
495
- export declare type BackupsListByServerResponse = ServerBackupListResult;
496
-
497
- /** Optional parameters. */
498
- export declare interface BackupsPutOptionalParams extends coreClient.OperationOptions {
499
- }
500
-
501
- /** Contains response data for the put operation. */
502
- export declare type BackupsPutResponse = ServerBackup;
503
-
504
- /** Details about the target where the backup content will be stored. */
505
- export declare interface BackupStoreDetails {
506
- /** Polymorphic discriminator, which specifies the different types this object can be */
507
- objectType: "FullBackupStoreDetails";
508
- }
509
-
510
- export declare type BackupStoreDetailsUnion = BackupStoreDetails | FullBackupStoreDetails;
511
-
512
- /**
513
- * Defines values for BackupType. \
514
- * {@link KnownBackupType} can be used interchangeably with BackupType,
515
- * this enum contains the known values that the service supports.
516
- * ### Known values supported by the service
517
- * **FULL**
518
- */
519
- export declare type BackupType = string;
520
-
521
- /** location capability */
522
- export declare interface CapabilitiesListResult {
523
- /**
524
- * A list of supported capabilities.
525
- * NOTE: This property will not be serialized. It can only be populated by the server.
526
- */
527
- readonly value?: CapabilityProperties[];
528
- /**
529
- * Link to retrieve next page of results.
530
- * NOTE: This property will not be serialized. It can only be populated by the server.
531
- */
532
- readonly nextLink?: string;
533
- }
534
-
535
- /** Represents a location capability set. */
536
- export declare interface Capability extends ProxyResource {
537
- /**
538
- * supported geo backup regions
539
- * NOTE: This property will not be serialized. It can only be populated by the server.
540
- */
541
- readonly supportedGeoBackupRegions?: string[];
542
- /**
543
- * A list of supported flexible server editions.
544
- * NOTE: This property will not be serialized. It can only be populated by the server.
545
- */
546
- readonly supportedFlexibleServerEditions?: ServerEditionCapabilityV2[];
547
- /**
548
- * A list of supported server versions.
549
- * NOTE: This property will not be serialized. It can only be populated by the server.
550
- */
551
- readonly supportedServerVersions?: ServerVersionCapabilityV2[];
552
- }
553
-
554
- /** Location capabilities. */
555
- export declare interface CapabilityProperties {
556
- /**
557
- * zone name
558
- * NOTE: This property will not be serialized. It can only be populated by the server.
559
- */
560
- readonly zone?: string;
561
- /**
562
- * Supported high availability mode
563
- * NOTE: This property will not be serialized. It can only be populated by the server.
564
- */
565
- readonly supportedHAMode?: string[];
566
- /**
567
- * supported geo backup regions
568
- * NOTE: This property will not be serialized. It can only be populated by the server.
569
- */
570
- readonly supportedGeoBackupRegions?: string[];
571
- /**
572
- * A list of supported flexible server editions.
573
- * NOTE: This property will not be serialized. It can only be populated by the server.
574
- */
575
- readonly supportedFlexibleServerEditions?: ServerEditionCapability[];
576
- }
577
-
578
- /** location capability set */
579
- export declare interface CapabilitySetsList {
580
- /**
581
- * A list of supported capability sets.
582
- * NOTE: This property will not be serialized. It can only be populated by the server.
583
- */
584
- readonly value?: Capability[];
585
- /**
586
- * Link to retrieve next page of results.
587
- * NOTE: This property will not be serialized. It can only be populated by the server.
588
- */
589
- readonly nextLink?: string;
590
- }
591
-
592
- /** Interface representing a CheckNameAvailability. */
593
- export declare interface CheckNameAvailability {
594
- /**
595
- * Check the availability of name for server
596
- * @param locationName The name of the location.
597
- * @param nameAvailabilityRequest The required parameters for checking if server name is available.
598
- * @param options The options parameters.
599
- */
600
- execute(locationName: string, nameAvailabilityRequest: NameAvailabilityRequest, options?: CheckNameAvailabilityExecuteOptionalParams): Promise<CheckNameAvailabilityExecuteResponse>;
601
- }
602
-
603
- /** Optional parameters. */
604
- export declare interface CheckNameAvailabilityExecuteOptionalParams extends coreClient.OperationOptions {
605
- }
606
-
607
- /** Contains response data for the execute operation. */
608
- export declare type CheckNameAvailabilityExecuteResponse = NameAvailability;
609
-
610
- /** Interface representing a CheckNameAvailabilityWithoutLocation. */
611
- export declare interface CheckNameAvailabilityWithoutLocation {
612
- /**
613
- * Check the availability of name for server
614
- * @param nameAvailabilityRequest The required parameters for checking if server name is available.
615
- * @param options The options parameters.
616
- */
617
- execute(nameAvailabilityRequest: NameAvailabilityRequest, options?: CheckNameAvailabilityWithoutLocationExecuteOptionalParams): Promise<CheckNameAvailabilityWithoutLocationExecuteResponse>;
618
- }
619
-
620
- /** Optional parameters. */
621
- export declare interface CheckNameAvailabilityWithoutLocationExecuteOptionalParams extends coreClient.OperationOptions {
622
- }
623
-
624
- /** Contains response data for the execute operation. */
625
- export declare type CheckNameAvailabilityWithoutLocationExecuteResponse = NameAvailability;
626
-
627
- /** Interface representing a CheckVirtualNetworkSubnetUsage. */
628
- export declare interface CheckVirtualNetworkSubnetUsage {
629
- /**
630
- * Get virtual network subnet usage for a given vNet resource id.
631
- * @param locationName The name of the location.
632
- * @param parameters The required parameters for creating or updating a server.
633
- * @param options The options parameters.
634
- */
635
- execute(locationName: string, parameters: VirtualNetworkSubnetUsageParameter, options?: CheckVirtualNetworkSubnetUsageExecuteOptionalParams): Promise<CheckVirtualNetworkSubnetUsageExecuteResponse>;
636
- }
637
-
638
- /** Optional parameters. */
639
- export declare interface CheckVirtualNetworkSubnetUsageExecuteOptionalParams extends coreClient.OperationOptions {
640
- }
641
-
642
- /** Contains response data for the execute operation. */
643
- export declare type CheckVirtualNetworkSubnetUsageExecuteResponse = VirtualNetworkSubnetUsageResult;
644
-
645
- /** Represents a Configuration. */
646
- export declare interface Configuration extends ProxyResource {
647
- /** Value of the configuration. */
648
- value?: string;
649
- /** Current value of the configuration. */
650
- currentValue?: string;
651
- /**
652
- * Description of the configuration.
653
- * NOTE: This property will not be serialized. It can only be populated by the server.
654
- */
655
- readonly description?: string;
656
- /**
657
- * The link used to get the document from community or Azure site.
658
- * NOTE: This property will not be serialized. It can only be populated by the server.
659
- */
660
- readonly documentationLink?: string;
661
- /**
662
- * Default value of the configuration.
663
- * NOTE: This property will not be serialized. It can only be populated by the server.
664
- */
665
- readonly defaultValue?: string;
666
- /**
667
- * Data type of the configuration.
668
- * NOTE: This property will not be serialized. It can only be populated by the server.
669
- */
670
- readonly dataType?: string;
671
- /**
672
- * Allowed values of the configuration.
673
- * NOTE: This property will not be serialized. It can only be populated by the server.
674
- */
675
- readonly allowedValues?: string;
676
- /** Source of the configuration. */
677
- source?: ConfigurationSource;
678
- /**
679
- * If is the configuration read only.
680
- * NOTE: This property will not be serialized. It can only be populated by the server.
681
- */
682
- readonly isReadOnly?: IsReadOnly;
683
- /**
684
- * If is the configuration pending restart or not.
685
- * NOTE: This property will not be serialized. It can only be populated by the server.
686
- */
687
- readonly isConfigPendingRestart?: IsConfigPendingRestart;
688
- /**
689
- * If is the configuration dynamic.
690
- * NOTE: This property will not be serialized. It can only be populated by the server.
691
- */
692
- readonly isDynamicConfig?: IsDynamicConfig;
693
- }
694
-
695
- /** Represents a Configuration. */
696
- export declare interface ConfigurationForBatchUpdate {
697
- /** Name of the configuration. */
698
- name?: string;
699
- /** Value of the configuration. */
700
- value?: string;
701
- /** Source of the configuration. */
702
- source?: string;
703
- }
704
-
705
- /** A list of server configurations to update. */
706
- export declare interface ConfigurationListForBatchUpdate {
707
- /** The list of server configurations. */
708
- value?: ConfigurationForBatchUpdate[];
709
- /** Whether to reset all server parameters to default. */
710
- resetAllToDefault?: ResetAllToDefault;
711
- }
712
-
713
- /** A list of server configurations. */
714
- export declare interface ConfigurationListResult {
715
- /** The list of server configurations. */
716
- value?: Configuration[];
717
- /** The link used to get the next page of operations. */
718
- nextLink?: string;
719
- }
720
-
721
- /** Interface representing a Configurations. */
722
- export declare interface Configurations {
723
- /**
724
- * List all the configurations in a given server.
725
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
726
- * @param serverName The name of the server.
727
- * @param options The options parameters.
728
- */
729
- listByServer(resourceGroupName: string, serverName: string, options?: ConfigurationsListByServerOptionalParams): PagedAsyncIterableIterator<Configuration>;
730
- /**
731
- * Updates a configuration of a server.
732
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
733
- * @param serverName The name of the server.
734
- * @param configurationName The name of the server configuration.
735
- * @param parameters The required parameters for updating a server configuration.
736
- * @param options The options parameters.
737
- */
738
- beginCreateOrUpdate(resourceGroupName: string, serverName: string, configurationName: string, parameters: Configuration, options?: ConfigurationsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ConfigurationsCreateOrUpdateResponse>, ConfigurationsCreateOrUpdateResponse>>;
739
- /**
740
- * Updates a configuration of a server.
741
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
742
- * @param serverName The name of the server.
743
- * @param configurationName The name of the server configuration.
744
- * @param parameters The required parameters for updating a server configuration.
745
- * @param options The options parameters.
746
- */
747
- beginCreateOrUpdateAndWait(resourceGroupName: string, serverName: string, configurationName: string, parameters: Configuration, options?: ConfigurationsCreateOrUpdateOptionalParams): Promise<ConfigurationsCreateOrUpdateResponse>;
748
- /**
749
- * Updates a configuration of a server.
750
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
751
- * @param serverName The name of the server.
752
- * @param configurationName The name of the server configuration.
753
- * @param parameters The required parameters for updating a server configuration.
754
- * @param options The options parameters.
755
- */
756
- beginUpdate(resourceGroupName: string, serverName: string, configurationName: string, parameters: Configuration, options?: ConfigurationsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ConfigurationsUpdateResponse>, ConfigurationsUpdateResponse>>;
757
- /**
758
- * Updates a configuration of a server.
759
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
760
- * @param serverName The name of the server.
761
- * @param configurationName The name of the server configuration.
762
- * @param parameters The required parameters for updating a server configuration.
763
- * @param options The options parameters.
764
- */
765
- beginUpdateAndWait(resourceGroupName: string, serverName: string, configurationName: string, parameters: Configuration, options?: ConfigurationsUpdateOptionalParams): Promise<ConfigurationsUpdateResponse>;
766
- /**
767
- * Gets information about a configuration of server.
768
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
769
- * @param serverName The name of the server.
770
- * @param configurationName The name of the server configuration.
771
- * @param options The options parameters.
772
- */
773
- get(resourceGroupName: string, serverName: string, configurationName: string, options?: ConfigurationsGetOptionalParams): Promise<ConfigurationsGetResponse>;
774
- /**
775
- * Update a list of configurations in a given server.
776
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
777
- * @param serverName The name of the server.
778
- * @param parameters The parameters for updating a list of server configuration.
779
- * @param options The options parameters.
780
- */
781
- beginBatchUpdate(resourceGroupName: string, serverName: string, parameters: ConfigurationListForBatchUpdate, options?: ConfigurationsBatchUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ConfigurationsBatchUpdateResponse>, ConfigurationsBatchUpdateResponse>>;
782
- /**
783
- * Update a list of configurations in a given server.
784
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
785
- * @param serverName The name of the server.
786
- * @param parameters The parameters for updating a list of server configuration.
787
- * @param options The options parameters.
788
- */
789
- beginBatchUpdateAndWait(resourceGroupName: string, serverName: string, parameters: ConfigurationListForBatchUpdate, options?: ConfigurationsBatchUpdateOptionalParams): Promise<ConfigurationsBatchUpdateResponse>;
790
- }
791
-
792
- /** Optional parameters. */
793
- export declare interface ConfigurationsBatchUpdateOptionalParams extends coreClient.OperationOptions {
794
- /** Delay to wait until next poll, in milliseconds. */
795
- updateIntervalInMs?: number;
796
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
797
- resumeFrom?: string;
798
- }
799
-
800
- /** Contains response data for the batchUpdate operation. */
801
- export declare type ConfigurationsBatchUpdateResponse = ConfigurationListResult;
802
-
803
- /** Defines headers for Configurations_createOrUpdate operation. */
804
- export declare interface ConfigurationsCreateOrUpdateHeaders {
805
- location?: string;
806
- }
807
-
808
- /** Optional parameters. */
809
- export declare interface ConfigurationsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
810
- /** Delay to wait until next poll, in milliseconds. */
811
- updateIntervalInMs?: number;
812
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
813
- resumeFrom?: string;
814
- }
815
-
816
- /** Contains response data for the createOrUpdate operation. */
817
- export declare type ConfigurationsCreateOrUpdateResponse = Configuration;
818
-
819
- /** Optional parameters. */
820
- export declare interface ConfigurationsGetOptionalParams extends coreClient.OperationOptions {
821
- }
822
-
823
- /** Contains response data for the get operation. */
824
- export declare type ConfigurationsGetResponse = Configuration;
825
-
826
- /** Optional parameters. */
827
- export declare interface ConfigurationsListByServerNextOptionalParams extends coreClient.OperationOptions {
828
- }
829
-
830
- /** Contains response data for the listByServerNext operation. */
831
- export declare type ConfigurationsListByServerNextResponse = ConfigurationListResult;
832
-
833
- /** Optional parameters. */
834
- export declare interface ConfigurationsListByServerOptionalParams extends coreClient.OperationOptions {
835
- /** The tags of the server configuration. */
836
- tags?: string;
837
- /** The keyword of the server configuration. */
838
- keyword?: string;
839
- /** The page of the server configuration. */
840
- page?: number;
841
- /** The pageSize of the server configuration. */
842
- pageSize?: number;
843
- }
844
-
845
- /** Contains response data for the listByServer operation. */
846
- export declare type ConfigurationsListByServerResponse = ConfigurationListResult;
847
-
848
- /**
849
- * Defines values for ConfigurationSource. \
850
- * {@link KnownConfigurationSource} can be used interchangeably with ConfigurationSource,
851
- * this enum contains the known values that the service supports.
852
- * ### Known values supported by the service
853
- * **system-default** \
854
- * **user-override**
855
- */
856
- export declare type ConfigurationSource = string;
857
-
858
- /** Optional parameters. */
859
- export declare interface ConfigurationsUpdateOptionalParams extends coreClient.OperationOptions {
860
- /** Delay to wait until next poll, in milliseconds. */
861
- updateIntervalInMs?: number;
862
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
863
- resumeFrom?: string;
864
- }
865
-
866
- /** Contains response data for the update operation. */
867
- export declare type ConfigurationsUpdateResponse = Configuration;
868
-
869
- /**
870
- * Defines values for CreatedByType. \
871
- * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
872
- * this enum contains the known values that the service supports.
873
- * ### Known values supported by the service
874
- * **User** \
875
- * **Application** \
876
- * **ManagedIdentity** \
877
- * **Key**
878
- */
879
- export declare type CreatedByType = string;
880
-
881
- /**
882
- * Defines values for CreateMode. \
883
- * {@link KnownCreateMode} can be used interchangeably with CreateMode,
884
- * this enum contains the known values that the service supports.
885
- * ### Known values supported by the service
886
- * **Default** \
887
- * **PointInTimeRestore** \
888
- * **Replica** \
889
- * **GeoRestore**
890
- */
891
- export declare type CreateMode = string;
892
-
893
- /** Represents a Database. */
894
- export declare interface Database extends ProxyResource {
895
- /** The charset of the database. */
896
- charset?: string;
897
- /** The collation of the database. */
898
- collation?: string;
899
- }
900
-
901
- /** A List of databases. */
902
- export declare interface DatabaseListResult {
903
- /** The list of databases housed in a server */
904
- value?: Database[];
905
- /** The link used to get the next page of operations. */
906
- nextLink?: string;
907
- }
908
-
909
- /** Interface representing a Databases. */
910
- export declare interface Databases {
911
- /**
912
- * List all the databases in a given server.
913
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
914
- * @param serverName The name of the server.
915
- * @param options The options parameters.
916
- */
917
- listByServer(resourceGroupName: string, serverName: string, options?: DatabasesListByServerOptionalParams): PagedAsyncIterableIterator<Database>;
918
- /**
919
- * Creates a new database or updates an existing database.
920
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
921
- * @param serverName The name of the server.
922
- * @param databaseName The name of the database.
923
- * @param parameters The required parameters for creating or updating a database.
924
- * @param options The options parameters.
925
- */
926
- beginCreateOrUpdate(resourceGroupName: string, serverName: string, databaseName: string, parameters: Database, options?: DatabasesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<DatabasesCreateOrUpdateResponse>, DatabasesCreateOrUpdateResponse>>;
927
- /**
928
- * Creates a new database or updates an existing database.
929
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
930
- * @param serverName The name of the server.
931
- * @param databaseName The name of the database.
932
- * @param parameters The required parameters for creating or updating a database.
933
- * @param options The options parameters.
934
- */
935
- beginCreateOrUpdateAndWait(resourceGroupName: string, serverName: string, databaseName: string, parameters: Database, options?: DatabasesCreateOrUpdateOptionalParams): Promise<DatabasesCreateOrUpdateResponse>;
936
- /**
937
- * Deletes a database.
938
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
939
- * @param serverName The name of the server.
940
- * @param databaseName The name of the database.
941
- * @param options The options parameters.
942
- */
943
- beginDelete(resourceGroupName: string, serverName: string, databaseName: string, options?: DatabasesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
944
- /**
945
- * Deletes a database.
946
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
947
- * @param serverName The name of the server.
948
- * @param databaseName The name of the database.
949
- * @param options The options parameters.
950
- */
951
- beginDeleteAndWait(resourceGroupName: string, serverName: string, databaseName: string, options?: DatabasesDeleteOptionalParams): Promise<void>;
952
- /**
953
- * Gets information about a database.
954
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
955
- * @param serverName The name of the server.
956
- * @param databaseName The name of the database.
957
- * @param options The options parameters.
958
- */
959
- get(resourceGroupName: string, serverName: string, databaseName: string, options?: DatabasesGetOptionalParams): Promise<DatabasesGetResponse>;
960
- }
961
-
962
- /** Optional parameters. */
963
- export declare interface DatabasesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
964
- /** Delay to wait until next poll, in milliseconds. */
965
- updateIntervalInMs?: number;
966
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
967
- resumeFrom?: string;
968
- }
969
-
970
- /** Contains response data for the createOrUpdate operation. */
971
- export declare type DatabasesCreateOrUpdateResponse = Database;
972
-
973
- /** Optional parameters. */
974
- export declare interface DatabasesDeleteOptionalParams extends coreClient.OperationOptions {
975
- /** Delay to wait until next poll, in milliseconds. */
976
- updateIntervalInMs?: number;
977
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
978
- resumeFrom?: string;
979
- }
980
-
981
- /** Optional parameters. */
982
- export declare interface DatabasesGetOptionalParams extends coreClient.OperationOptions {
983
- }
984
-
985
- /** Contains response data for the get operation. */
986
- export declare type DatabasesGetResponse = Database;
987
-
988
- /** Optional parameters. */
989
- export declare interface DatabasesListByServerNextOptionalParams extends coreClient.OperationOptions {
990
- }
991
-
992
- /** Contains response data for the listByServerNext operation. */
993
- export declare type DatabasesListByServerNextResponse = DatabaseListResult;
994
-
995
- /** Optional parameters. */
996
- export declare interface DatabasesListByServerOptionalParams extends coreClient.OperationOptions {
997
- }
998
-
999
- /** Contains response data for the listByServer operation. */
1000
- export declare type DatabasesListByServerResponse = DatabaseListResult;
1001
-
1002
- /** The date encryption for cmk. */
1003
- export declare interface DataEncryption {
1004
- /** Primary user identity resource id */
1005
- primaryUserAssignedIdentityId?: string;
1006
- /** Primary key uri */
1007
- primaryKeyURI?: string;
1008
- /** Geo backup user identity resource id as identity can't cross region, need identity in same region as geo backup */
1009
- geoBackupUserAssignedIdentityId?: string;
1010
- /** Geo backup key uri as key vault can't cross region, need cmk in same region as geo backup */
1011
- geoBackupKeyURI?: string;
1012
- /** The key type, AzureKeyVault for enable cmk, SystemManaged for disable cmk. */
1013
- type?: DataEncryptionType;
1014
- }
1015
-
1016
- /** Defines values for DataEncryptionType. */
1017
- export declare type DataEncryptionType = "AzureKeyVault" | "SystemManaged";
1018
-
1019
- /** Delegated subnet usage data. */
1020
- export declare interface DelegatedSubnetUsage {
1021
- /**
1022
- * name of the subnet
1023
- * NOTE: This property will not be serialized. It can only be populated by the server.
1024
- */
1025
- readonly subnetName?: string;
1026
- /**
1027
- * Number of used delegated subnets
1028
- * NOTE: This property will not be serialized. It can only be populated by the server.
1029
- */
1030
- readonly usage?: number;
1031
- }
1032
-
1033
- /**
1034
- * Defines values for EnableStatusEnum. \
1035
- * {@link KnownEnableStatusEnum} can be used interchangeably with EnableStatusEnum,
1036
- * this enum contains the known values that the service supports.
1037
- * ### Known values supported by the service
1038
- * **Enabled** \
1039
- * **Disabled**
1040
- */
1041
- export declare type EnableStatusEnum = string;
1042
-
1043
- /** The resource management error additional info. */
1044
- export declare interface ErrorAdditionalInfo {
1045
- /**
1046
- * The additional info type.
1047
- * NOTE: This property will not be serialized. It can only be populated by the server.
1048
- */
1049
- readonly type?: string;
1050
- /**
1051
- * The additional info.
1052
- * NOTE: This property will not be serialized. It can only be populated by the server.
1053
- */
1054
- readonly info?: Record<string, unknown>;
1055
- }
1056
-
1057
- /** The error detail. */
1058
- export declare interface ErrorDetail {
1059
- /**
1060
- * The error code.
1061
- * NOTE: This property will not be serialized. It can only be populated by the server.
1062
- */
1063
- readonly code?: string;
1064
- /**
1065
- * The error message.
1066
- * NOTE: This property will not be serialized. It can only be populated by the server.
1067
- */
1068
- readonly message?: string;
1069
- /**
1070
- * The error target.
1071
- * NOTE: This property will not be serialized. It can only be populated by the server.
1072
- */
1073
- readonly target?: string;
1074
- /**
1075
- * The error details.
1076
- * NOTE: This property will not be serialized. It can only be populated by the server.
1077
- */
1078
- readonly details?: ErrorDetail[];
1079
- /**
1080
- * The error additional info.
1081
- * NOTE: This property will not be serialized. It can only be populated by the server.
1082
- */
1083
- readonly additionalInfo?: ErrorAdditionalInfo[];
1084
- }
1085
-
1086
- /** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */
1087
- export declare interface ErrorResponse {
1088
- /** The error object. */
1089
- error?: ErrorDetail;
1090
- }
1091
-
1092
- /** Represents a server firewall rule. */
1093
- export declare interface FirewallRule extends ProxyResource {
1094
- /** The start IP address of the server firewall rule. Must be IPv4 format. */
1095
- startIpAddress: string;
1096
- /** The end IP address of the server firewall rule. Must be IPv4 format. */
1097
- endIpAddress: string;
1098
- }
1099
-
1100
- /** A list of firewall rules. */
1101
- export declare interface FirewallRuleListResult {
1102
- /** The list of firewall rules in a server. */
1103
- value?: FirewallRule[];
1104
- /** The link used to get the next page of operations. */
1105
- nextLink?: string;
1106
- }
1107
-
1108
- /** Interface representing a FirewallRules. */
1109
- export declare interface FirewallRules {
1110
- /**
1111
- * List all the firewall rules in a given server.
1112
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
1113
- * @param serverName The name of the server.
1114
- * @param options The options parameters.
1115
- */
1116
- listByServer(resourceGroupName: string, serverName: string, options?: FirewallRulesListByServerOptionalParams): PagedAsyncIterableIterator<FirewallRule>;
1117
- /**
1118
- * Creates a new firewall rule or updates an existing firewall rule.
1119
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
1120
- * @param serverName The name of the server.
1121
- * @param firewallRuleName The name of the server firewall rule.
1122
- * @param parameters The required parameters for creating or updating a firewall rule.
1123
- * @param options The options parameters.
1124
- */
1125
- beginCreateOrUpdate(resourceGroupName: string, serverName: string, firewallRuleName: string, parameters: FirewallRule, options?: FirewallRulesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<FirewallRulesCreateOrUpdateResponse>, FirewallRulesCreateOrUpdateResponse>>;
1126
- /**
1127
- * Creates a new firewall rule or updates an existing firewall rule.
1128
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
1129
- * @param serverName The name of the server.
1130
- * @param firewallRuleName The name of the server firewall rule.
1131
- * @param parameters The required parameters for creating or updating a firewall rule.
1132
- * @param options The options parameters.
1133
- */
1134
- beginCreateOrUpdateAndWait(resourceGroupName: string, serverName: string, firewallRuleName: string, parameters: FirewallRule, options?: FirewallRulesCreateOrUpdateOptionalParams): Promise<FirewallRulesCreateOrUpdateResponse>;
1135
- /**
1136
- * Deletes a firewall rule.
1137
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
1138
- * @param serverName The name of the server.
1139
- * @param firewallRuleName The name of the server firewall rule.
1140
- * @param options The options parameters.
1141
- */
1142
- beginDelete(resourceGroupName: string, serverName: string, firewallRuleName: string, options?: FirewallRulesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
1143
- /**
1144
- * Deletes a firewall rule.
1145
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
1146
- * @param serverName The name of the server.
1147
- * @param firewallRuleName The name of the server firewall rule.
1148
- * @param options The options parameters.
1149
- */
1150
- beginDeleteAndWait(resourceGroupName: string, serverName: string, firewallRuleName: string, options?: FirewallRulesDeleteOptionalParams): Promise<void>;
1151
- /**
1152
- * Gets information about a server firewall rule.
1153
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
1154
- * @param serverName The name of the server.
1155
- * @param firewallRuleName The name of the server firewall rule.
1156
- * @param options The options parameters.
1157
- */
1158
- get(resourceGroupName: string, serverName: string, firewallRuleName: string, options?: FirewallRulesGetOptionalParams): Promise<FirewallRulesGetResponse>;
1159
- }
1160
-
1161
- /** Optional parameters. */
1162
- export declare interface FirewallRulesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
1163
- /** Delay to wait until next poll, in milliseconds. */
1164
- updateIntervalInMs?: number;
1165
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1166
- resumeFrom?: string;
1167
- }
1168
-
1169
- /** Contains response data for the createOrUpdate operation. */
1170
- export declare type FirewallRulesCreateOrUpdateResponse = FirewallRule;
1171
-
1172
- /** Optional parameters. */
1173
- export declare interface FirewallRulesDeleteOptionalParams extends coreClient.OperationOptions {
1174
- /** Delay to wait until next poll, in milliseconds. */
1175
- updateIntervalInMs?: number;
1176
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1177
- resumeFrom?: string;
1178
- }
1179
-
1180
- /** Optional parameters. */
1181
- export declare interface FirewallRulesGetOptionalParams extends coreClient.OperationOptions {
1182
- }
1183
-
1184
- /** Contains response data for the get operation. */
1185
- export declare type FirewallRulesGetResponse = FirewallRule;
1186
-
1187
- /** Optional parameters. */
1188
- export declare interface FirewallRulesListByServerNextOptionalParams extends coreClient.OperationOptions {
1189
- }
1190
-
1191
- /** Contains response data for the listByServerNext operation. */
1192
- export declare type FirewallRulesListByServerNextResponse = FirewallRuleListResult;
1193
-
1194
- /** Optional parameters. */
1195
- export declare interface FirewallRulesListByServerOptionalParams extends coreClient.OperationOptions {
1196
- }
1197
-
1198
- /** Contains response data for the listByServer operation. */
1199
- export declare type FirewallRulesListByServerResponse = FirewallRuleListResult;
1200
-
1201
- /** FullBackupStoreDetails is used for scenarios where backup data is streamed/copied over to a storage destination. */
1202
- export declare interface FullBackupStoreDetails extends BackupStoreDetails {
1203
- /** Polymorphic discriminator, which specifies the different types this object can be */
1204
- objectType: "FullBackupStoreDetails";
1205
- /** SASUriList of storage containers where backup data is to be streamed/copied. */
1206
- sasUriList: string[];
1207
- }
1208
-
1209
- /**
1210
- * Given the last `.value` produced by the `byPage` iterator,
1211
- * returns a continuation token that can be used to begin paging from
1212
- * that point later.
1213
- * @param page An object from accessing `value` on the IteratorResult from a `byPage` iterator.
1214
- * @returns The continuation token that can be passed into byPage() during future calls.
1215
- */
1216
- export declare function getContinuationToken(page: unknown): string | undefined;
1217
-
1218
- /** Interface representing a GetPrivateDnsZoneSuffix. */
1219
- export declare interface GetPrivateDnsZoneSuffix {
1220
- /**
1221
- * Get private DNS zone suffix in the cloud.
1222
- * @param options The options parameters.
1223
- */
1224
- execute(options?: GetPrivateDnsZoneSuffixExecuteOptionalParams): Promise<GetPrivateDnsZoneSuffixExecuteResponse>;
1225
- }
1226
-
1227
- /** Optional parameters. */
1228
- export declare interface GetPrivateDnsZoneSuffixExecuteOptionalParams extends coreClient.OperationOptions {
1229
- }
1230
-
1231
- /** Contains response data for the execute operation. */
1232
- export declare type GetPrivateDnsZoneSuffixExecuteResponse = GetPrivateDnsZoneSuffixResponse;
1233
-
1234
- /** The response of get private dns zone suffix. */
1235
- export declare interface GetPrivateDnsZoneSuffixResponse {
1236
- /** Represents the private DNS zone suffix. */
1237
- privateDnsZoneSuffix?: string;
1238
- }
1239
-
1240
- /** High availability properties of a server */
1241
- export declare interface HighAvailability {
1242
- /** High availability mode for a server. */
1243
- mode?: HighAvailabilityMode;
1244
- /**
1245
- * The state of server high availability.
1246
- * NOTE: This property will not be serialized. It can only be populated by the server.
1247
- */
1248
- readonly state?: HighAvailabilityState;
1249
- /** Availability zone of the standby server. */
1250
- standbyAvailabilityZone?: string;
1251
- }
1252
-
1253
- /**
1254
- * Defines values for HighAvailabilityMode. \
1255
- * {@link KnownHighAvailabilityMode} can be used interchangeably with HighAvailabilityMode,
1256
- * this enum contains the known values that the service supports.
1257
- * ### Known values supported by the service
1258
- * **Disabled** \
1259
- * **ZoneRedundant** \
1260
- * **SameZone**
1261
- */
1262
- export declare type HighAvailabilityMode = string;
1263
-
1264
- /**
1265
- * Defines values for HighAvailabilityState. \
1266
- * {@link KnownHighAvailabilityState} can be used interchangeably with HighAvailabilityState,
1267
- * this enum contains the known values that the service supports.
1268
- * ### Known values supported by the service
1269
- * **NotEnabled** \
1270
- * **CreatingStandby** \
1271
- * **Healthy** \
1272
- * **FailingOver** \
1273
- * **RemovingStandby**
1274
- */
1275
- export declare type HighAvailabilityState = string;
1276
-
1277
- /** High availability validation properties of a server */
1278
- export declare interface HighAvailabilityValidationEstimation {
1279
- /**
1280
- * Estimated seconds of downtime for the deployment.
1281
- * NOTE: This property will not be serialized. It can only be populated by the server.
1282
- */
1283
- readonly estimatedDowntime?: number;
1284
- /**
1285
- * Scheduled Availability zone of the standby server.
1286
- * NOTE: This property will not be serialized. It can only be populated by the server.
1287
- */
1288
- readonly scheduledStandbyAvailabilityZone?: string;
1289
- /** Expected Availability zone of the standby server. */
1290
- expectedStandbyAvailabilityZone?: string;
1291
- }
1292
-
1293
- /** ImportFromStorage Response Properties */
1294
- export declare interface ImportFromStorageResponseType extends OperationProgressResponseType {
1295
- /** Polymorphic discriminator, which specifies the different types this object can be */
1296
- objectType: "ImportFromStorageResponse";
1297
- /** The estimated time of operation completion. */
1298
- estimatedCompletionTime?: Date;
1299
- }
1300
-
1301
- /** Import source related properties. */
1302
- export declare interface ImportSourceProperties {
1303
- /** Storage type of import source. */
1304
- storageType?: ImportSourceStorageType;
1305
- /** Uri of the import source storage. */
1306
- storageUrl?: string;
1307
- /** Sas token for accessing source storage. Read and list permissions are required for sas token. */
1308
- sasToken?: string;
1309
- /** Relative path of data directory in storage. */
1310
- dataDirPath?: string;
1311
- }
1312
-
1313
- /**
1314
- * Defines values for ImportSourceStorageType. \
1315
- * {@link KnownImportSourceStorageType} can be used interchangeably with ImportSourceStorageType,
1316
- * this enum contains the known values that the service supports.
1317
- * ### Known values supported by the service
1318
- * **AzureBlob**
1319
- */
1320
- export declare type ImportSourceStorageType = string;
1321
-
1322
- /**
1323
- * Defines values for IsConfigPendingRestart. \
1324
- * {@link KnownIsConfigPendingRestart} can be used interchangeably with IsConfigPendingRestart,
1325
- * this enum contains the known values that the service supports.
1326
- * ### Known values supported by the service
1327
- * **True** \
1328
- * **False**
1329
- */
1330
- export declare type IsConfigPendingRestart = string;
1331
-
1332
- /**
1333
- * Defines values for IsDynamicConfig. \
1334
- * {@link KnownIsDynamicConfig} can be used interchangeably with IsDynamicConfig,
1335
- * this enum contains the known values that the service supports.
1336
- * ### Known values supported by the service
1337
- * **True** \
1338
- * **False**
1339
- */
1340
- export declare type IsDynamicConfig = string;
1341
-
1342
- /**
1343
- * Defines values for IsReadOnly. \
1344
- * {@link KnownIsReadOnly} can be used interchangeably with IsReadOnly,
1345
- * this enum contains the known values that the service supports.
1346
- * ### Known values supported by the service
1347
- * **True** \
1348
- * **False**
1349
- */
1350
- export declare type IsReadOnly = string;
1351
-
1352
- /** Known values of {@link AdministratorName} that the service accepts. */
1353
- export declare enum KnownAdministratorName {
1354
- /** ActiveDirectory */
1355
- ActiveDirectory = "ActiveDirectory"
1356
- }
1357
-
1358
- /** Known values of {@link AdministratorType} that the service accepts. */
1359
- export declare enum KnownAdministratorType {
1360
- /** ActiveDirectory */
1361
- ActiveDirectory = "ActiveDirectory"
1362
- }
1363
-
1364
- /** Known values of {@link AdvancedThreatProtectionName} that the service accepts. */
1365
- export declare enum KnownAdvancedThreatProtectionName {
1366
- /** Default */
1367
- Default = "Default"
1368
- }
1369
-
1370
- /** Known values of {@link AdvancedThreatProtectionProvisioningState} that the service accepts. */
1371
- export declare enum KnownAdvancedThreatProtectionProvisioningState {
1372
- /** Succeeded */
1373
- Succeeded = "Succeeded",
1374
- /** Updating */
1375
- Updating = "Updating",
1376
- /** Canceled */
1377
- Canceled = "Canceled",
1378
- /** Failed */
1379
- Failed = "Failed"
1380
- }
1381
-
1382
- /** Known values of {@link AdvancedThreatProtectionState} that the service accepts. */
1383
- export declare enum KnownAdvancedThreatProtectionState {
1384
- /** Enabled */
1385
- Enabled = "Enabled",
1386
- /** Disabled */
1387
- Disabled = "Disabled"
1388
- }
1389
-
1390
- /** Known values of {@link BackupFormat} that the service accepts. */
1391
- export declare enum KnownBackupFormat {
1392
- /** CollatedFormat */
1393
- CollatedFormat = "CollatedFormat",
1394
- /** Raw */
1395
- Raw = "Raw"
1396
- }
1397
-
1398
- /** Known values of {@link BackupType} that the service accepts. */
1399
- export declare enum KnownBackupType {
1400
- /** Full */
1401
- Full = "FULL"
1402
- }
1403
-
1404
- /** Known values of {@link ConfigurationSource} that the service accepts. */
1405
- export declare enum KnownConfigurationSource {
1406
- /** SystemDefault */
1407
- SystemDefault = "system-default",
1408
- /** UserOverride */
1409
- UserOverride = "user-override"
1410
- }
1411
-
1412
- /** Known values of {@link CreatedByType} that the service accepts. */
1413
- export declare enum KnownCreatedByType {
1414
- /** User */
1415
- User = "User",
1416
- /** Application */
1417
- Application = "Application",
1418
- /** ManagedIdentity */
1419
- ManagedIdentity = "ManagedIdentity",
1420
- /** Key */
1421
- Key = "Key"
1422
- }
1423
-
1424
- /** Known values of {@link CreateMode} that the service accepts. */
1425
- export declare enum KnownCreateMode {
1426
- /** Default */
1427
- Default = "Default",
1428
- /** PointInTimeRestore */
1429
- PointInTimeRestore = "PointInTimeRestore",
1430
- /** Replica */
1431
- Replica = "Replica",
1432
- /** GeoRestore */
1433
- GeoRestore = "GeoRestore"
1434
- }
1435
-
1436
- /** Known values of {@link EnableStatusEnum} that the service accepts. */
1437
- export declare enum KnownEnableStatusEnum {
1438
- /** Enabled */
1439
- Enabled = "Enabled",
1440
- /** Disabled */
1441
- Disabled = "Disabled"
1442
- }
1443
-
1444
- /** Known values of {@link HighAvailabilityMode} that the service accepts. */
1445
- export declare enum KnownHighAvailabilityMode {
1446
- /** Disabled */
1447
- Disabled = "Disabled",
1448
- /** ZoneRedundant */
1449
- ZoneRedundant = "ZoneRedundant",
1450
- /** SameZone */
1451
- SameZone = "SameZone"
1452
- }
1453
-
1454
- /** Known values of {@link HighAvailabilityState} that the service accepts. */
1455
- export declare enum KnownHighAvailabilityState {
1456
- /** NotEnabled */
1457
- NotEnabled = "NotEnabled",
1458
- /** CreatingStandby */
1459
- CreatingStandby = "CreatingStandby",
1460
- /** Healthy */
1461
- Healthy = "Healthy",
1462
- /** FailingOver */
1463
- FailingOver = "FailingOver",
1464
- /** RemovingStandby */
1465
- RemovingStandby = "RemovingStandby"
1466
- }
1467
-
1468
- /** Known values of {@link ImportSourceStorageType} that the service accepts. */
1469
- export declare enum KnownImportSourceStorageType {
1470
- /** AzureBlob */
1471
- AzureBlob = "AzureBlob"
1472
- }
1473
-
1474
- /** Known values of {@link IsConfigPendingRestart} that the service accepts. */
1475
- export declare enum KnownIsConfigPendingRestart {
1476
- /** True */
1477
- True = "True",
1478
- /** False */
1479
- False = "False"
1480
- }
1481
-
1482
- /** Known values of {@link IsDynamicConfig} that the service accepts. */
1483
- export declare enum KnownIsDynamicConfig {
1484
- /** True */
1485
- True = "True",
1486
- /** False */
1487
- False = "False"
1488
- }
1489
-
1490
- /** Known values of {@link IsReadOnly} that the service accepts. */
1491
- export declare enum KnownIsReadOnly {
1492
- /** True */
1493
- True = "True",
1494
- /** False */
1495
- False = "False"
1496
- }
1497
-
1498
- /** Known values of {@link MaintenanceProvisioningState} that the service accepts. */
1499
- export declare enum KnownMaintenanceProvisioningState {
1500
- /** Succeeded */
1501
- Succeeded = "Succeeded",
1502
- /** Creating */
1503
- Creating = "Creating",
1504
- /** Deleting */
1505
- Deleting = "Deleting",
1506
- /** Failed */
1507
- Failed = "Failed"
1508
- }
1509
-
1510
- /** Known values of {@link MaintenanceState} that the service accepts. */
1511
- export declare enum KnownMaintenanceState {
1512
- /** Scheduled */
1513
- Scheduled = "Scheduled",
1514
- /** ReScheduled */
1515
- ReScheduled = "ReScheduled",
1516
- /** InPreparation */
1517
- InPreparation = "InPreparation",
1518
- /** Processing */
1519
- Processing = "Processing",
1520
- /** Completed */
1521
- Completed = "Completed",
1522
- /** Canceled */
1523
- Canceled = "Canceled"
1524
- }
1525
-
1526
- /** Known values of {@link MaintenanceType} that the service accepts. */
1527
- export declare enum KnownMaintenanceType {
1528
- /** RoutineMaintenance */
1529
- RoutineMaintenance = "RoutineMaintenance",
1530
- /** MinorVersionUpgrade */
1531
- MinorVersionUpgrade = "MinorVersionUpgrade",
1532
- /** SecurityPatches */
1533
- SecurityPatches = "SecurityPatches",
1534
- /** HotFixes */
1535
- HotFixes = "HotFixes"
1536
- }
1537
-
1538
- /** Known values of {@link ManagedServiceIdentityType} that the service accepts. */
1539
- export declare enum KnownManagedServiceIdentityType {
1540
- /** UserAssigned */
1541
- UserAssigned = "UserAssigned"
1542
- }
1543
-
1544
- /** Known values of {@link ObjectType} that the service accepts. */
1545
- export declare enum KnownObjectType {
1546
- /** BackupAndExportResponse */
1547
- BackupAndExportResponse = "BackupAndExportResponse",
1548
- /** ImportFromStorageResponse */
1549
- ImportFromStorageResponse = "ImportFromStorageResponse"
1550
- }
1551
-
1552
- /** Known values of {@link PrivateEndpointConnectionProvisioningState} that the service accepts. */
1553
- export declare enum KnownPrivateEndpointConnectionProvisioningState {
1554
- /** Succeeded */
1555
- Succeeded = "Succeeded",
1556
- /** Creating */
1557
- Creating = "Creating",
1558
- /** Deleting */
1559
- Deleting = "Deleting",
1560
- /** Failed */
1561
- Failed = "Failed"
1562
- }
1563
-
1564
- /** Known values of {@link PrivateEndpointServiceConnectionStatus} that the service accepts. */
1565
- export declare enum KnownPrivateEndpointServiceConnectionStatus {
1566
- /** Pending */
1567
- Pending = "Pending",
1568
- /** Approved */
1569
- Approved = "Approved",
1570
- /** Rejected */
1571
- Rejected = "Rejected"
1572
- }
1573
-
1574
- /** Known values of {@link ProvisioningState} that the service accepts. */
1575
- export declare enum KnownProvisioningState {
1576
- /** Succeeded */
1577
- Succeeded = "Succeeded",
1578
- /** Creating */
1579
- Creating = "Creating",
1580
- /** Deleting */
1581
- Deleting = "Deleting",
1582
- /** Failed */
1583
- Failed = "Failed",
1584
- /** Canceled */
1585
- Canceled = "Canceled"
1586
- }
1587
-
1588
- /** Known values of {@link ReplicationRole} that the service accepts. */
1589
- export declare enum KnownReplicationRole {
1590
- /** None */
1591
- None = "None",
1592
- /** Source */
1593
- Source = "Source",
1594
- /** Replica */
1595
- Replica = "Replica"
1596
- }
1597
-
1598
- /** Known values of {@link ResetAllToDefault} that the service accepts. */
1599
- export declare enum KnownResetAllToDefault {
1600
- /** True */
1601
- True = "True",
1602
- /** False */
1603
- False = "False"
1604
- }
1605
-
1606
- /** Known values of {@link ServerSkuTier} that the service accepts. */
1607
- export declare enum KnownServerSkuTier {
1608
- /** Burstable */
1609
- Burstable = "Burstable",
1610
- /** GeneralPurpose */
1611
- GeneralPurpose = "GeneralPurpose",
1612
- /** MemoryOptimized */
1613
- MemoryOptimized = "MemoryOptimized"
1614
- }
1615
-
1616
- /** Known values of {@link ServerState} that the service accepts. */
1617
- export declare enum KnownServerState {
1618
- /** Ready */
1619
- Ready = "Ready",
1620
- /** Dropping */
1621
- Dropping = "Dropping",
1622
- /** Disabled */
1623
- Disabled = "Disabled",
1624
- /** Starting */
1625
- Starting = "Starting",
1626
- /** Stopping */
1627
- Stopping = "Stopping",
1628
- /** Stopped */
1629
- Stopped = "Stopped",
1630
- /** Updating */
1631
- Updating = "Updating"
1632
- }
1633
-
1634
- /** Known values of {@link ServerVersion} that the service accepts. */
1635
- export declare enum KnownServerVersion {
1636
- /** Five7 */
1637
- Five7 = "5.7",
1638
- /** Eight021 */
1639
- Eight021 = "8.0.21"
1640
- }
1641
-
1642
- /** Interface representing a LocationBasedCapabilities. */
1643
- export declare interface LocationBasedCapabilities {
1644
- /**
1645
- * Get capabilities at specified location in a given subscription.
1646
- * @param locationName The name of the location.
1647
- * @param options The options parameters.
1648
- */
1649
- list(locationName: string, options?: LocationBasedCapabilitiesListOptionalParams): PagedAsyncIterableIterator<CapabilityProperties>;
1650
- }
1651
-
1652
- /** Optional parameters. */
1653
- export declare interface LocationBasedCapabilitiesListNextOptionalParams extends coreClient.OperationOptions {
1654
- }
1655
-
1656
- /** Contains response data for the listNext operation. */
1657
- export declare type LocationBasedCapabilitiesListNextResponse = CapabilitiesListResult;
1658
-
1659
- /** Optional parameters. */
1660
- export declare interface LocationBasedCapabilitiesListOptionalParams extends coreClient.OperationOptions {
1661
- }
1662
-
1663
- /** Contains response data for the list operation. */
1664
- export declare type LocationBasedCapabilitiesListResponse = CapabilitiesListResult;
1665
-
1666
- /** Interface representing a LocationBasedCapabilitySet. */
1667
- export declare interface LocationBasedCapabilitySet {
1668
- /**
1669
- * Get capabilities at specified location in a given subscription.
1670
- * @param locationName The name of the location.
1671
- * @param options The options parameters.
1672
- */
1673
- list(locationName: string, options?: LocationBasedCapabilitySetListOptionalParams): PagedAsyncIterableIterator<Capability>;
1674
- /**
1675
- * Get capabilities at specified location in a given subscription.
1676
- * @param locationName The name of the location.
1677
- * @param capabilitySetName Name of capability set
1678
- * @param options The options parameters.
1679
- */
1680
- get(locationName: string, capabilitySetName: string, options?: LocationBasedCapabilitySetGetOptionalParams): Promise<LocationBasedCapabilitySetGetResponse>;
1681
- }
1682
-
1683
- /** Optional parameters. */
1684
- export declare interface LocationBasedCapabilitySetGetOptionalParams extends coreClient.OperationOptions {
1685
- }
1686
-
1687
- /** Contains response data for the get operation. */
1688
- export declare type LocationBasedCapabilitySetGetResponse = Capability;
1689
-
1690
- /** Optional parameters. */
1691
- export declare interface LocationBasedCapabilitySetListNextOptionalParams extends coreClient.OperationOptions {
1692
- }
1693
-
1694
- /** Contains response data for the listNext operation. */
1695
- export declare type LocationBasedCapabilitySetListNextResponse = CapabilitySetsList;
1696
-
1697
- /** Optional parameters. */
1698
- export declare interface LocationBasedCapabilitySetListOptionalParams extends coreClient.OperationOptions {
1699
- }
1700
-
1701
- /** Contains response data for the list operation. */
1702
- export declare type LocationBasedCapabilitySetListResponse = CapabilitySetsList;
1703
-
1704
- /** Represents a logFile. */
1705
- export declare interface LogFile extends ProxyResource {
1706
- /** The size in kb of the logFile. */
1707
- sizeInKB?: number;
1708
- /** Creation timestamp of the log file. */
1709
- createdTime?: Date;
1710
- /** Type of the log file. */
1711
- typePropertiesType?: string;
1712
- /** Last modified timestamp of the log file. */
1713
- lastModifiedTime?: Date;
1714
- /** The url to download the log file from. */
1715
- url?: string;
1716
- }
1717
-
1718
- /** A List of logFiles. */
1719
- export declare interface LogFileListResult {
1720
- /** The list of logFiles in a server */
1721
- value?: LogFile[];
1722
- /** The link used to get the next page of operations. */
1723
- nextLink?: string;
1724
- }
1725
-
1726
- /** Interface representing a LogFiles. */
1727
- export declare interface LogFiles {
1728
- /**
1729
- * List all the server log files in a given server.
1730
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
1731
- * @param serverName The name of the server.
1732
- * @param options The options parameters.
1733
- */
1734
- listByServer(resourceGroupName: string, serverName: string, options?: LogFilesListByServerOptionalParams): PagedAsyncIterableIterator<LogFile>;
1735
- }
1736
-
1737
- /** Optional parameters. */
1738
- export declare interface LogFilesListByServerNextOptionalParams extends coreClient.OperationOptions {
1739
- }
1740
-
1741
- /** Contains response data for the listByServerNext operation. */
1742
- export declare type LogFilesListByServerNextResponse = LogFileListResult;
1743
-
1744
- /** Optional parameters. */
1745
- export declare interface LogFilesListByServerOptionalParams extends coreClient.OperationOptions {
1746
- }
1747
-
1748
- /** Contains response data for the listByServer operation. */
1749
- export declare type LogFilesListByServerResponse = LogFileListResult;
1750
-
1751
- /** Interface representing a LongRunningBackup. */
1752
- export declare interface LongRunningBackup {
1753
- /**
1754
- * Create backup for a given server with specified backup name.
1755
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
1756
- * @param serverName The name of the server.
1757
- * @param backupName The name of the backup.
1758
- * @param options The options parameters.
1759
- */
1760
- beginCreate(resourceGroupName: string, serverName: string, backupName: string, options?: LongRunningBackupCreateOptionalParams): Promise<SimplePollerLike<OperationState<LongRunningBackupCreateResponse>, LongRunningBackupCreateResponse>>;
1761
- /**
1762
- * Create backup for a given server with specified backup name.
1763
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
1764
- * @param serverName The name of the server.
1765
- * @param backupName The name of the backup.
1766
- * @param options The options parameters.
1767
- */
1768
- beginCreateAndWait(resourceGroupName: string, serverName: string, backupName: string, options?: LongRunningBackupCreateOptionalParams): Promise<LongRunningBackupCreateResponse>;
1769
- }
1770
-
1771
- /** Defines headers for LongRunningBackup_create operation. */
1772
- export declare interface LongRunningBackupCreateHeaders {
1773
- /** URL to retrieve the final result after operation completes. */
1774
- location?: string;
1775
- /** URL to query for status of the operation. */
1776
- azureAsyncOperation?: string;
1777
- }
1778
-
1779
- /** Optional parameters. */
1780
- export declare interface LongRunningBackupCreateOptionalParams extends coreClient.OperationOptions {
1781
- /** The required parameters for creating and exporting backup of the given server. */
1782
- parameters?: ServerBackupV2;
1783
- /** Delay to wait until next poll, in milliseconds. */
1784
- updateIntervalInMs?: number;
1785
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1786
- resumeFrom?: string;
1787
- }
1788
-
1789
- /** Contains response data for the create operation. */
1790
- export declare type LongRunningBackupCreateResponse = ServerBackupV2;
1791
-
1792
- /** Interface representing a LongRunningBackups. */
1793
- export declare interface LongRunningBackups {
1794
- /**
1795
- * List all the backups for a given server.
1796
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
1797
- * @param serverName The name of the server.
1798
- * @param options The options parameters.
1799
- */
1800
- list(resourceGroupName: string, serverName: string, options?: LongRunningBackupsListOptionalParams): PagedAsyncIterableIterator<ServerBackupV2>;
1801
- /**
1802
- * Get backup for a given server.
1803
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
1804
- * @param serverName The name of the server.
1805
- * @param backupName The name of the backup.
1806
- * @param options The options parameters.
1807
- */
1808
- get(resourceGroupName: string, serverName: string, backupName: string, options?: LongRunningBackupsGetOptionalParams): Promise<LongRunningBackupsGetResponse>;
1809
- }
1810
-
1811
- /** Optional parameters. */
1812
- export declare interface LongRunningBackupsGetOptionalParams extends coreClient.OperationOptions {
1813
- }
1814
-
1815
- /** Contains response data for the get operation. */
1816
- export declare type LongRunningBackupsGetResponse = ServerBackupV2;
1817
-
1818
- /** Optional parameters. */
1819
- export declare interface LongRunningBackupsListNextOptionalParams extends coreClient.OperationOptions {
1820
- }
1821
-
1822
- /** Contains response data for the listNext operation. */
1823
- export declare type LongRunningBackupsListNextResponse = ServerBackupV2ListResult;
1824
-
1825
- /** Optional parameters. */
1826
- export declare interface LongRunningBackupsListOptionalParams extends coreClient.OperationOptions {
1827
- }
1828
-
1829
- /** Contains response data for the list operation. */
1830
- export declare type LongRunningBackupsListResponse = ServerBackupV2ListResult;
1831
-
1832
- /** Represents a maintenance. */
1833
- export declare interface Maintenance extends ProxyResource {
1834
- /**
1835
- * A string defines maintenance type.
1836
- * NOTE: This property will not be serialized. It can only be populated by the server.
1837
- */
1838
- readonly maintenanceType?: MaintenanceType;
1839
- /**
1840
- * A string describes the maintenance status
1841
- * NOTE: This property will not be serialized. It can only be populated by the server.
1842
- */
1843
- readonly maintenanceState?: MaintenanceState;
1844
- /** The start time for a maintenance. */
1845
- maintenanceStartTime?: Date;
1846
- /**
1847
- * The end time for a maintenance.
1848
- * NOTE: This property will not be serialized. It can only be populated by the server.
1849
- */
1850
- readonly maintenanceEndTime?: Date;
1851
- /**
1852
- * The start time for a maintenance execution.
1853
- * NOTE: This property will not be serialized. It can only be populated by the server.
1854
- */
1855
- readonly maintenanceExecutionStartTime?: Date;
1856
- /**
1857
- * The end time for a maintenance execution.
1858
- * NOTE: This property will not be serialized. It can only be populated by the server.
1859
- */
1860
- readonly maintenanceExecutionEndTime?: Date;
1861
- /**
1862
- * The min time the maintenance can be rescheduled.
1863
- * NOTE: This property will not be serialized. It can only be populated by the server.
1864
- */
1865
- readonly maintenanceAvailableScheduleMinTime?: Date;
1866
- /**
1867
- * The max time the maintenance can be rescheduled.
1868
- * NOTE: This property will not be serialized. It can only be populated by the server.
1869
- */
1870
- readonly maintenanceAvailableScheduleMaxTime?: Date;
1871
- /**
1872
- * The maintenance title.
1873
- * NOTE: This property will not be serialized. It can only be populated by the server.
1874
- */
1875
- readonly maintenanceTitle?: string;
1876
- /**
1877
- * The maintenance description.
1878
- * NOTE: This property will not be serialized. It can only be populated by the server.
1879
- */
1880
- readonly maintenanceDescription?: string;
1881
- /**
1882
- * Provisioning state of the Maintenance.
1883
- * NOTE: This property will not be serialized. It can only be populated by the server.
1884
- */
1885
- readonly provisioningState?: MaintenanceProvisioningState;
1886
- }
1887
-
1888
- /** A list of maintenances. */
1889
- export declare interface MaintenanceListResult {
1890
- /** The list of maintenances in a server. */
1891
- value?: Maintenance[];
1892
- /** The link used to get the next page of operations. */
1893
- nextLink?: string;
1894
- }
1895
-
1896
- /**
1897
- * Defines values for MaintenanceProvisioningState. \
1898
- * {@link KnownMaintenanceProvisioningState} can be used interchangeably with MaintenanceProvisioningState,
1899
- * this enum contains the known values that the service supports.
1900
- * ### Known values supported by the service
1901
- * **Succeeded** \
1902
- * **Creating** \
1903
- * **Deleting** \
1904
- * **Failed**
1905
- */
1906
- export declare type MaintenanceProvisioningState = string;
1907
-
1908
- /** Interface representing a Maintenances. */
1909
- export declare interface Maintenances {
1910
- /**
1911
- * List maintenances.
1912
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
1913
- * @param serverName The name of the server.
1914
- * @param options The options parameters.
1915
- */
1916
- list(resourceGroupName: string, serverName: string, options?: MaintenancesListOptionalParams): PagedAsyncIterableIterator<Maintenance>;
1917
- /**
1918
- * Read maintenance.
1919
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
1920
- * @param serverName The name of the server.
1921
- * @param maintenanceName The name of the maintenance.
1922
- * @param options The options parameters.
1923
- */
1924
- read(resourceGroupName: string, serverName: string, maintenanceName: string, options?: MaintenancesReadOptionalParams): Promise<MaintenancesReadResponse>;
1925
- /**
1926
- * Update maintenances.
1927
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
1928
- * @param serverName The name of the server.
1929
- * @param maintenanceName The name of the maintenance.
1930
- * @param options The options parameters.
1931
- */
1932
- beginUpdate(resourceGroupName: string, serverName: string, maintenanceName: string, options?: MaintenancesUpdateOptionalParams): Promise<SimplePollerLike<OperationState<MaintenancesUpdateResponse>, MaintenancesUpdateResponse>>;
1933
- /**
1934
- * Update maintenances.
1935
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
1936
- * @param serverName The name of the server.
1937
- * @param maintenanceName The name of the maintenance.
1938
- * @param options The options parameters.
1939
- */
1940
- beginUpdateAndWait(resourceGroupName: string, serverName: string, maintenanceName: string, options?: MaintenancesUpdateOptionalParams): Promise<MaintenancesUpdateResponse>;
1941
- }
1942
-
1943
- /** Optional parameters. */
1944
- export declare interface MaintenancesListNextOptionalParams extends coreClient.OperationOptions {
1945
- }
1946
-
1947
- /** Contains response data for the listNext operation. */
1948
- export declare type MaintenancesListNextResponse = MaintenanceListResult;
1949
-
1950
- /** Optional parameters. */
1951
- export declare interface MaintenancesListOptionalParams extends coreClient.OperationOptions {
1952
- }
1953
-
1954
- /** Contains response data for the list operation. */
1955
- export declare type MaintenancesListResponse = MaintenanceListResult;
1956
-
1957
- /** Optional parameters. */
1958
- export declare interface MaintenancesReadOptionalParams extends coreClient.OperationOptions {
1959
- }
1960
-
1961
- /** Contains response data for the read operation. */
1962
- export declare type MaintenancesReadResponse = Maintenance;
1963
-
1964
- /**
1965
- * Defines values for MaintenanceState. \
1966
- * {@link KnownMaintenanceState} can be used interchangeably with MaintenanceState,
1967
- * this enum contains the known values that the service supports.
1968
- * ### Known values supported by the service
1969
- * **Scheduled** \
1970
- * **ReScheduled** \
1971
- * **InPreparation** \
1972
- * **Processing** \
1973
- * **Completed** \
1974
- * **Canceled**
1975
- */
1976
- export declare type MaintenanceState = string;
1977
-
1978
- /** Defines headers for Maintenances_update operation. */
1979
- export declare interface MaintenancesUpdateHeaders {
1980
- location?: string;
1981
- }
1982
-
1983
- /** Optional parameters. */
1984
- export declare interface MaintenancesUpdateOptionalParams extends coreClient.OperationOptions {
1985
- /** The required parameters for update maintenance on a server. */
1986
- parameters?: MaintenanceUpdate;
1987
- /** Delay to wait until next poll, in milliseconds. */
1988
- updateIntervalInMs?: number;
1989
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1990
- resumeFrom?: string;
1991
- }
1992
-
1993
- /** Contains response data for the update operation. */
1994
- export declare type MaintenancesUpdateResponse = Maintenance;
1995
-
1996
- /**
1997
- * Defines values for MaintenanceType. \
1998
- * {@link KnownMaintenanceType} can be used interchangeably with MaintenanceType,
1999
- * this enum contains the known values that the service supports.
2000
- * ### Known values supported by the service
2001
- * **RoutineMaintenance** \
2002
- * **MinorVersionUpgrade** \
2003
- * **SecurityPatches** \
2004
- * **HotFixes**
2005
- */
2006
- export declare type MaintenanceType = string;
2007
-
2008
- /** Represents a maintenance update parameter. */
2009
- export declare interface MaintenanceUpdate {
2010
- /** The start time for a maintenance. */
2011
- maintenanceStartTime?: Date;
2012
- }
2013
-
2014
- /** Maintenance window of a server. */
2015
- export declare interface MaintenanceWindow {
2016
- /** indicates whether custom window is enabled or disabled */
2017
- customWindow?: string;
2018
- /** start hour for maintenance window */
2019
- startHour?: number;
2020
- /** start minute for maintenance window */
2021
- startMinute?: number;
2022
- /** day of week for maintenance window */
2023
- dayOfWeek?: number;
2024
- }
2025
-
2026
- /**
2027
- * Defines values for ManagedServiceIdentityType. \
2028
- * {@link KnownManagedServiceIdentityType} can be used interchangeably with ManagedServiceIdentityType,
2029
- * this enum contains the known values that the service supports.
2030
- * ### Known values supported by the service
2031
- * **UserAssigned**
2032
- */
2033
- export declare type ManagedServiceIdentityType = string;
2034
-
2035
- export declare class MySQLManagementFlexibleServerClient extends coreClient.ServiceClient {
2036
- $host: string;
2037
- subscriptionId?: string;
2038
- /**
2039
- * Initializes a new instance of the MySQLManagementFlexibleServerClient class.
2040
- * @param credentials Subscription credentials which uniquely identify client subscription.
2041
- * @param subscriptionId The ID of the target subscription. The value must be an UUID.
2042
- * @param options The parameter options
2043
- */
2044
- constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: MySQLManagementFlexibleServerClientOptionalParams);
2045
- constructor(credentials: coreAuth.TokenCredential, options?: MySQLManagementFlexibleServerClientOptionalParams);
2046
- azureADAdministrators: AzureADAdministrators;
2047
- backups: Backups;
2048
- backupAndExport: BackupAndExport;
2049
- longRunningBackup: LongRunningBackup;
2050
- longRunningBackups: LongRunningBackups;
2051
- configurations: Configurations;
2052
- databases: Databases;
2053
- firewallRules: FirewallRules;
2054
- servers: Servers;
2055
- replicas: Replicas;
2056
- serversMigration: ServersMigration;
2057
- advancedThreatProtectionSettings: AdvancedThreatProtectionSettings;
2058
- logFiles: LogFiles;
2059
- locationBasedCapabilities: LocationBasedCapabilities;
2060
- locationBasedCapabilitySet: LocationBasedCapabilitySet;
2061
- checkVirtualNetworkSubnetUsage: CheckVirtualNetworkSubnetUsage;
2062
- checkNameAvailability: CheckNameAvailability;
2063
- checkNameAvailabilityWithoutLocation: CheckNameAvailabilityWithoutLocation;
2064
- operationResults: OperationResults;
2065
- operationProgress: OperationProgress;
2066
- getPrivateDnsZoneSuffix: GetPrivateDnsZoneSuffix;
2067
- operations: Operations;
2068
- maintenances: Maintenances;
2069
- }
2070
-
2071
- /** Optional parameters. */
2072
- export declare interface MySQLManagementFlexibleServerClientOptionalParams extends coreClient.ServiceClientOptions {
2073
- /** server parameter */
2074
- $host?: string;
2075
- /** Overrides client endpoint. */
2076
- endpoint?: string;
2077
- }
2078
-
2079
- /** Properties to configure Identity for Bring your Own Keys */
2080
- export declare interface MySQLServerIdentity {
2081
- /**
2082
- * ObjectId from the KeyVault
2083
- * NOTE: This property will not be serialized. It can only be populated by the server.
2084
- */
2085
- readonly principalId?: string;
2086
- /**
2087
- * TenantId from the KeyVault
2088
- * NOTE: This property will not be serialized. It can only be populated by the server.
2089
- */
2090
- readonly tenantId?: string;
2091
- /** Type of managed service identity. */
2092
- type?: ManagedServiceIdentityType;
2093
- /** Metadata of user assigned identity. */
2094
- userAssignedIdentities?: {
2095
- [propertyName: string]: Record<string, unknown>;
2096
- };
2097
- }
2098
-
2099
- /** Billing information related properties of a server. */
2100
- export declare interface MySQLServerSku {
2101
- /** The name of the sku, e.g. Standard_D32s_v3. */
2102
- name: string;
2103
- /** The tier of the particular SKU, e.g. GeneralPurpose. */
2104
- tier: ServerSkuTier;
2105
- }
2106
-
2107
- /** Represents a resource name availability. */
2108
- export declare interface NameAvailability {
2109
- /** Error Message. */
2110
- message?: string;
2111
- /** Indicates whether the resource name is available. */
2112
- nameAvailable?: boolean;
2113
- /** Reason for name being unavailable. */
2114
- reason?: string;
2115
- }
2116
-
2117
- /** Request from client to check resource name availability. */
2118
- export declare interface NameAvailabilityRequest {
2119
- /** Resource name to verify. */
2120
- name: string;
2121
- /** Resource type used for verification. */
2122
- type?: string;
2123
- }
2124
-
2125
- /** Network related properties of a server */
2126
- export declare interface Network {
2127
- /** Whether or not public network access is allowed for this server. Value is 'Disabled' when server has VNet integration. */
2128
- publicNetworkAccess?: EnableStatusEnum;
2129
- /** Delegated subnet resource id used to setup vnet for a server. */
2130
- delegatedSubnetResourceId?: string;
2131
- /** Private DNS zone resource id. */
2132
- privateDnsZoneResourceId?: string;
2133
- }
2134
-
2135
- /**
2136
- * Defines values for ObjectType. \
2137
- * {@link KnownObjectType} can be used interchangeably with ObjectType,
2138
- * this enum contains the known values that the service supports.
2139
- * ### Known values supported by the service
2140
- * **BackupAndExportResponse** \
2141
- * **ImportFromStorageResponse**
2142
- */
2143
- export declare type ObjectType = string;
2144
-
2145
- /** REST API operation definition. */
2146
- export declare interface Operation {
2147
- /** The name of the operation being performed on this particular object. */
2148
- name?: string;
2149
- /** The localized display information for this particular operation or action. */
2150
- display?: OperationDisplay;
2151
- /** The intended executor of the operation. */
2152
- origin?: string;
2153
- /** Additional descriptions for the operation. */
2154
- properties?: {
2155
- [propertyName: string]: Record<string, unknown>;
2156
- };
2157
- }
2158
-
2159
- /** Display metadata associated with the operation. */
2160
- export declare interface OperationDisplay {
2161
- /** Operation resource provider name. */
2162
- provider?: string;
2163
- /** Resource on which the operation is performed. */
2164
- resource?: string;
2165
- /** Localized friendly name for the operation. */
2166
- operation?: string;
2167
- /** Operation description. */
2168
- description?: string;
2169
- }
2170
-
2171
- /** A list of resource provider operations. */
2172
- export declare interface OperationListResult {
2173
- /** Collection of available operation details */
2174
- value?: Operation[];
2175
- /** URL client should use to fetch the next page (per server side paging). */
2176
- nextLink?: string;
2177
- }
2178
-
2179
- /** Interface representing a OperationProgress. */
2180
- export declare interface OperationProgress {
2181
- /**
2182
- * Get the operation result for a long running operation.
2183
- * @param locationName The name of the location.
2184
- * @param operationId The ID of an ongoing async operation.
2185
- * @param options The options parameters.
2186
- */
2187
- get(locationName: string, operationId: string, options?: OperationProgressGetOptionalParams): Promise<OperationProgressGetResponse>;
2188
- }
2189
-
2190
- /** Optional parameters. */
2191
- export declare interface OperationProgressGetOptionalParams extends coreClient.OperationOptions {
2192
- }
2193
-
2194
- /** Contains response data for the get operation. */
2195
- export declare type OperationProgressGetResponse = OperationProgressResult;
2196
-
2197
- /** Represents the response properties specific to the operation */
2198
- export declare interface OperationProgressResponseType {
2199
- /** Polymorphic discriminator, which specifies the different types this object can be */
2200
- objectType: "BackupAndExportResponse" | "ImportFromStorageResponse";
2201
- }
2202
-
2203
- export declare type OperationProgressResponseTypeUnion = OperationProgressResponseType | BackupAndExportResponseType | ImportFromStorageResponseType;
2204
-
2205
- /** Represents Operation Results API Response */
2206
- export declare interface OperationProgressResult extends OperationStatusResult {
2207
- /** Identifies the type of source operation */
2208
- objectType?: ObjectType;
2209
- }
2210
-
2211
- /** Interface representing a OperationResults. */
2212
- export declare interface OperationResults {
2213
- /**
2214
- * Get the operation result for a long running operation.
2215
- * @param locationName The name of the location.
2216
- * @param operationId The operation Id.
2217
- * @param options The options parameters.
2218
- */
2219
- get(locationName: string, operationId: string, options?: OperationResultsGetOptionalParams): Promise<OperationResultsGetResponse>;
2220
- }
2221
-
2222
- /** Optional parameters. */
2223
- export declare interface OperationResultsGetOptionalParams extends coreClient.OperationOptions {
2224
- }
2225
-
2226
- /** Contains response data for the get operation. */
2227
- export declare type OperationResultsGetResponse = OperationStatusExtendedResult;
2228
-
2229
- /** Interface representing a Operations. */
2230
- export declare interface Operations {
2231
- /**
2232
- * Lists all of the available REST API operations.
2233
- * @param options The options parameters.
2234
- */
2235
- list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<Operation>;
2236
- }
2237
-
2238
- /** Optional parameters. */
2239
- export declare interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
2240
- }
2241
-
2242
- /** Contains response data for the listNext operation. */
2243
- export declare type OperationsListNextResponse = OperationListResult;
2244
-
2245
- /** Optional parameters. */
2246
- export declare interface OperationsListOptionalParams extends coreClient.OperationOptions {
2247
- }
2248
-
2249
- /** Contains response data for the list operation. */
2250
- export declare type OperationsListResponse = OperationListResult;
2251
-
2252
- /** Defines values for OperationStatus. */
2253
- export declare type OperationStatus = "Pending" | "InProgress" | "Succeeded" | "Failed" | "CancelInProgress" | "Canceled";
2254
-
2255
- /** Represents Operation Results API Response */
2256
- export declare interface OperationStatusExtendedResult extends OperationStatusResult {
2257
- /** The extended properties of Operation Results */
2258
- properties?: {
2259
- [propertyName: string]: any;
2260
- };
2261
- }
2262
-
2263
- /** The current status of an async operation. */
2264
- export declare interface OperationStatusResult {
2265
- /** Fully qualified ID for the async operation. */
2266
- id?: string;
2267
- /**
2268
- * Fully qualified ID of the resource against which the original async operation was started.
2269
- * NOTE: This property will not be serialized. It can only be populated by the server.
2270
- */
2271
- readonly resourceId?: string;
2272
- /** Name of the async operation. */
2273
- name?: string;
2274
- /** Operation status. */
2275
- status: string;
2276
- /** Percent of the operation that is complete. */
2277
- percentComplete?: number;
2278
- /** The start time of the operation. */
2279
- startTime?: Date;
2280
- /** The end time of the operation. */
2281
- endTime?: Date;
2282
- /** The operations list. */
2283
- operations?: OperationStatusResult[];
2284
- /** If present, details of the operation error. */
2285
- error?: ErrorDetail;
2286
- }
2287
-
2288
- /** The private endpoint resource. */
2289
- export declare interface PrivateEndpoint {
2290
- /**
2291
- * The ARM identifier for private endpoint.
2292
- * NOTE: This property will not be serialized. It can only be populated by the server.
2293
- */
2294
- readonly id?: string;
2295
- }
2296
-
2297
- /** The private endpoint connection resource. */
2298
- export declare interface PrivateEndpointConnection extends Resource {
2299
- /**
2300
- * The group ids for the private endpoint resource.
2301
- * NOTE: This property will not be serialized. It can only be populated by the server.
2302
- */
2303
- readonly groupIds?: string[];
2304
- /** The private endpoint resource. */
2305
- privateEndpoint?: PrivateEndpoint;
2306
- /** A collection of information about the state of the connection between service consumer and provider. */
2307
- privateLinkServiceConnectionState?: PrivateLinkServiceConnectionState;
2308
- /**
2309
- * The provisioning state of the private endpoint connection resource.
2310
- * NOTE: This property will not be serialized. It can only be populated by the server.
2311
- */
2312
- readonly provisioningState?: PrivateEndpointConnectionProvisioningState;
2313
- }
2314
-
2315
- /**
2316
- * Defines values for PrivateEndpointConnectionProvisioningState. \
2317
- * {@link KnownPrivateEndpointConnectionProvisioningState} can be used interchangeably with PrivateEndpointConnectionProvisioningState,
2318
- * this enum contains the known values that the service supports.
2319
- * ### Known values supported by the service
2320
- * **Succeeded** \
2321
- * **Creating** \
2322
- * **Deleting** \
2323
- * **Failed**
2324
- */
2325
- export declare type PrivateEndpointConnectionProvisioningState = string;
2326
-
2327
- /**
2328
- * Defines values for PrivateEndpointServiceConnectionStatus. \
2329
- * {@link KnownPrivateEndpointServiceConnectionStatus} can be used interchangeably with PrivateEndpointServiceConnectionStatus,
2330
- * this enum contains the known values that the service supports.
2331
- * ### Known values supported by the service
2332
- * **Pending** \
2333
- * **Approved** \
2334
- * **Rejected**
2335
- */
2336
- export declare type PrivateEndpointServiceConnectionStatus = string;
2337
-
2338
- /** A collection of information about the state of the connection between service consumer and provider. */
2339
- export declare interface PrivateLinkServiceConnectionState {
2340
- /** Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service. */
2341
- status?: PrivateEndpointServiceConnectionStatus;
2342
- /** The reason for approval/rejection of the connection. */
2343
- description?: string;
2344
- /** A message indicating if changes on the service provider require any updates on the consumer. */
2345
- actionsRequired?: string;
2346
- }
2347
-
2348
- /** Server backup properties */
2349
- export declare interface Provisioning extends ProxyResource {
2350
- /**
2351
- * The provisioning state of backup resource.
2352
- * NOTE: This property will not be serialized. It can only be populated by the server.
2353
- */
2354
- readonly provisioningState?: ProvisioningState;
2355
- }
2356
-
2357
- /**
2358
- * Defines values for ProvisioningState. \
2359
- * {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,
2360
- * this enum contains the known values that the service supports.
2361
- * ### Known values supported by the service
2362
- * **Succeeded** \
2363
- * **Creating** \
2364
- * **Deleting** \
2365
- * **Failed** \
2366
- * **Canceled**
2367
- */
2368
- export declare type ProvisioningState = string;
2369
-
2370
- /** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
2371
- export declare interface ProxyResource extends Resource {
2372
- }
2373
-
2374
- /** Interface representing a Replicas. */
2375
- export declare interface Replicas {
2376
- /**
2377
- * List all the replicas for a given server.
2378
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
2379
- * @param serverName The name of the server.
2380
- * @param options The options parameters.
2381
- */
2382
- listByServer(resourceGroupName: string, serverName: string, options?: ReplicasListByServerOptionalParams): PagedAsyncIterableIterator<Server>;
2383
- }
2384
-
2385
- /** Optional parameters. */
2386
- export declare interface ReplicasListByServerNextOptionalParams extends coreClient.OperationOptions {
2387
- }
2388
-
2389
- /** Contains response data for the listByServerNext operation. */
2390
- export declare type ReplicasListByServerNextResponse = ServerListResult;
2391
-
2392
- /** Optional parameters. */
2393
- export declare interface ReplicasListByServerOptionalParams extends coreClient.OperationOptions {
2394
- }
2395
-
2396
- /** Contains response data for the listByServer operation. */
2397
- export declare type ReplicasListByServerResponse = ServerListResult;
2398
-
2399
- /**
2400
- * Defines values for ReplicationRole. \
2401
- * {@link KnownReplicationRole} can be used interchangeably with ReplicationRole,
2402
- * this enum contains the known values that the service supports.
2403
- * ### Known values supported by the service
2404
- * **None** \
2405
- * **Source** \
2406
- * **Replica**
2407
- */
2408
- export declare type ReplicationRole = string;
2409
-
2410
- /**
2411
- * Defines values for ResetAllToDefault. \
2412
- * {@link KnownResetAllToDefault} can be used interchangeably with ResetAllToDefault,
2413
- * this enum contains the known values that the service supports.
2414
- * ### Known values supported by the service
2415
- * **True** \
2416
- * **False**
2417
- */
2418
- export declare type ResetAllToDefault = string;
2419
-
2420
- /** Common fields that are returned in the response for all Azure Resource Manager resources */
2421
- export declare interface Resource {
2422
- /**
2423
- * Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
2424
- * NOTE: This property will not be serialized. It can only be populated by the server.
2425
- */
2426
- readonly id?: string;
2427
- /**
2428
- * The name of the resource
2429
- * NOTE: This property will not be serialized. It can only be populated by the server.
2430
- */
2431
- readonly name?: string;
2432
- /**
2433
- * The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
2434
- * NOTE: This property will not be serialized. It can only be populated by the server.
2435
- */
2436
- readonly type?: string;
2437
- /**
2438
- * Azure Resource Manager metadata containing createdBy and modifiedBy information.
2439
- * NOTE: This property will not be serialized. It can only be populated by the server.
2440
- */
2441
- readonly systemData?: SystemData;
2442
- }
2443
-
2444
- /** Represents a server. */
2445
- export declare interface Server extends TrackedResource {
2446
- /** The cmk identity for the server. */
2447
- identity?: MySQLServerIdentity;
2448
- /** The SKU (pricing tier) of the server. */
2449
- sku?: MySQLServerSku;
2450
- /** The administrator's login name of a server. Can only be specified when the server is being created (and is required for creation). */
2451
- administratorLogin?: string;
2452
- /**
2453
- * The password of the administrator login (required for server creation).
2454
- * This value contains a credential. Consider obscuring before showing to users
2455
- */
2456
- administratorLoginPassword?: string;
2457
- /** Server version. */
2458
- version?: ServerVersion;
2459
- /** availability Zone information of the server. */
2460
- availabilityZone?: string;
2461
- /** The mode to create a new MySQL server. */
2462
- createMode?: CreateMode;
2463
- /** The source MySQL server id. */
2464
- sourceServerResourceId?: string;
2465
- /** Restore point creation time (ISO8601 format), specifying the time to restore from. */
2466
- restorePointInTime?: Date;
2467
- /** The replication role. */
2468
- replicationRole?: ReplicationRole;
2469
- /**
2470
- * The maximum number of replicas that a primary server can have.
2471
- * NOTE: This property will not be serialized. It can only be populated by the server.
2472
- */
2473
- readonly replicaCapacity?: number;
2474
- /** The Data Encryption for CMK. */
2475
- dataEncryption?: DataEncryption;
2476
- /**
2477
- * The state of a server.
2478
- * NOTE: This property will not be serialized. It can only be populated by the server.
2479
- */
2480
- readonly state?: ServerState;
2481
- /**
2482
- * The fully qualified domain name of a server.
2483
- * NOTE: This property will not be serialized. It can only be populated by the server.
2484
- */
2485
- readonly fullyQualifiedDomainName?: string;
2486
- /** Storage related properties of a server. */
2487
- storage?: Storage_2;
2488
- /** Backup related properties of a server. */
2489
- backup?: Backup;
2490
- /** High availability related properties of a server. */
2491
- highAvailability?: HighAvailability;
2492
- /** Network related properties of a server. */
2493
- network?: Network;
2494
- /**
2495
- * PrivateEndpointConnections related properties of a server.
2496
- * NOTE: This property will not be serialized. It can only be populated by the server.
2497
- */
2498
- readonly privateEndpointConnections?: PrivateEndpointConnection[];
2499
- /** Maintenance window of a server. */
2500
- maintenanceWindow?: MaintenanceWindow;
2501
- /** Source properties for import from storage. */
2502
- importSourceProperties?: ImportSourceProperties;
2503
- }
2504
-
2505
- /** Server backup properties */
2506
- export declare interface ServerBackup extends ProxyResource {
2507
- /** Backup type. */
2508
- backupType?: string;
2509
- /** Backup completed time (ISO8601 format). */
2510
- completedTime?: Date;
2511
- /** Backup source */
2512
- source?: string;
2513
- }
2514
-
2515
- /** A list of server backups. */
2516
- export declare interface ServerBackupListResult {
2517
- /** The list of backups of a server. */
2518
- value?: ServerBackup[];
2519
- /** The link used to get the next page of operations. */
2520
- nextLink?: string;
2521
- }
2522
-
2523
- /** Server backup properties */
2524
- export declare interface ServerBackupV2 extends ProxyResource {
2525
- /** Backup name */
2526
- backupNameV2?: string;
2527
- backupType?: BackupType;
2528
- /** Backup completed time (ISO8601 format). */
2529
- completedTime?: Date;
2530
- /** Backup source */
2531
- source?: string;
2532
- /**
2533
- * The provisioning state of backup resource.
2534
- * NOTE: This property will not be serialized. It can only be populated by the server.
2535
- */
2536
- readonly provisioningState?: ProvisioningState;
2537
- }
2538
-
2539
- /** A list of server backups. */
2540
- export declare interface ServerBackupV2ListResult {
2541
- /** The list of backups of a server. */
2542
- value?: ServerBackupV2[];
2543
- /** The link used to get the next page of operations. */
2544
- nextLink?: string;
2545
- }
2546
-
2547
- /** Server edition capabilities. */
2548
- export declare interface ServerEditionCapability {
2549
- /**
2550
- * Server edition name
2551
- * NOTE: This property will not be serialized. It can only be populated by the server.
2552
- */
2553
- readonly name?: string;
2554
- /**
2555
- * A list of supported storage editions
2556
- * NOTE: This property will not be serialized. It can only be populated by the server.
2557
- */
2558
- readonly supportedStorageEditions?: StorageEditionCapability[];
2559
- /**
2560
- * A list of supported server versions.
2561
- * NOTE: This property will not be serialized. It can only be populated by the server.
2562
- */
2563
- readonly supportedServerVersions?: ServerVersionCapability[];
2564
- }
2565
-
2566
- /** Server edition capabilities. */
2567
- export declare interface ServerEditionCapabilityV2 {
2568
- /**
2569
- * Server edition name
2570
- * NOTE: This property will not be serialized. It can only be populated by the server.
2571
- */
2572
- readonly name?: string;
2573
- /**
2574
- * Default Sku name
2575
- * NOTE: This property will not be serialized. It can only be populated by the server.
2576
- */
2577
- readonly defaultSku?: string;
2578
- /**
2579
- * Default storage size
2580
- * NOTE: This property will not be serialized. It can only be populated by the server.
2581
- */
2582
- readonly defaultStorageSize?: number;
2583
- /**
2584
- * A list of supported storage editions
2585
- * NOTE: This property will not be serialized. It can only be populated by the server.
2586
- */
2587
- readonly supportedStorageEditions?: StorageEditionCapability[];
2588
- /**
2589
- * A list of supported Skus
2590
- * NOTE: This property will not be serialized. It can only be populated by the server.
2591
- */
2592
- readonly supportedSkus?: SkuCapabilityV2[];
2593
- }
2594
-
2595
- /** Parameters allowed to update for a server. */
2596
- export declare interface ServerForUpdate {
2597
- /** The cmk identity for the server. */
2598
- identity?: MySQLServerIdentity;
2599
- /** The SKU (pricing tier) of the server. */
2600
- sku?: MySQLServerSku;
2601
- /** Application-specific metadata in the form of key-value pairs. */
2602
- tags?: {
2603
- [propertyName: string]: string;
2604
- };
2605
- /**
2606
- * The password of the administrator login.
2607
- * This value contains a credential. Consider obscuring before showing to users
2608
- */
2609
- administratorLoginPassword?: string;
2610
- /** Server version. */
2611
- version?: ServerVersion;
2612
- /** Storage related properties of a server. */
2613
- storage?: Storage_2;
2614
- /** Backup related properties of a server. */
2615
- backup?: Backup;
2616
- /** High availability related properties of a server. */
2617
- highAvailability?: HighAvailability;
2618
- /** Maintenance window of a server. */
2619
- maintenanceWindow?: MaintenanceWindow;
2620
- /** The replication role of the server. */
2621
- replicationRole?: ReplicationRole;
2622
- /** The Data Encryption for CMK. */
2623
- dataEncryption?: DataEncryption;
2624
- /** Network related properties of a server */
2625
- network?: Network;
2626
- }
2627
-
2628
- /** Server Gtid set parameters. */
2629
- export declare interface ServerGtidSetParameter {
2630
- /** The Gtid set of server. */
2631
- gtidSet?: string;
2632
- }
2633
-
2634
- /** A list of servers. */
2635
- export declare interface ServerListResult {
2636
- /** The list of servers */
2637
- value?: Server[];
2638
- /** The link used to get the next page of operations. */
2639
- nextLink?: string;
2640
- }
2641
-
2642
- /** Server restart parameters. */
2643
- export declare interface ServerRestartParameter {
2644
- /** Whether or not failover to standby server when restarting a server with high availability enabled. */
2645
- restartWithFailover?: EnableStatusEnum;
2646
- /** The maximum allowed failover time in seconds. */
2647
- maxFailoverSeconds?: number;
2648
- }
2649
-
2650
- /** Interface representing a Servers. */
2651
- export declare interface Servers {
2652
- /**
2653
- * List all the servers in a given resource group.
2654
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
2655
- * @param options The options parameters.
2656
- */
2657
- listByResourceGroup(resourceGroupName: string, options?: ServersListByResourceGroupOptionalParams): PagedAsyncIterableIterator<Server>;
2658
- /**
2659
- * List all the servers in a given subscription.
2660
- * @param options The options parameters.
2661
- */
2662
- list(options?: ServersListOptionalParams): PagedAsyncIterableIterator<Server>;
2663
- /**
2664
- * Creates a new server or updates an existing server. The update action will overwrite the existing
2665
- * server.
2666
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
2667
- * @param serverName The name of the server.
2668
- * @param parameters The required parameters for creating or updating a server.
2669
- * @param options The options parameters.
2670
- */
2671
- beginCreate(resourceGroupName: string, serverName: string, parameters: Server, options?: ServersCreateOptionalParams): Promise<SimplePollerLike<OperationState<ServersCreateResponse>, ServersCreateResponse>>;
2672
- /**
2673
- * Creates a new server or updates an existing server. The update action will overwrite the existing
2674
- * server.
2675
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
2676
- * @param serverName The name of the server.
2677
- * @param parameters The required parameters for creating or updating a server.
2678
- * @param options The options parameters.
2679
- */
2680
- beginCreateAndWait(resourceGroupName: string, serverName: string, parameters: Server, options?: ServersCreateOptionalParams): Promise<ServersCreateResponse>;
2681
- /**
2682
- * Updates an existing server. The request body can contain one to many of the properties present in
2683
- * the normal server definition.
2684
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
2685
- * @param serverName The name of the server.
2686
- * @param parameters The required parameters for updating a server.
2687
- * @param options The options parameters.
2688
- */
2689
- beginUpdate(resourceGroupName: string, serverName: string, parameters: ServerForUpdate, options?: ServersUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ServersUpdateResponse>, ServersUpdateResponse>>;
2690
- /**
2691
- * Updates an existing server. The request body can contain one to many of the properties present in
2692
- * the normal server definition.
2693
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
2694
- * @param serverName The name of the server.
2695
- * @param parameters The required parameters for updating a server.
2696
- * @param options The options parameters.
2697
- */
2698
- beginUpdateAndWait(resourceGroupName: string, serverName: string, parameters: ServerForUpdate, options?: ServersUpdateOptionalParams): Promise<ServersUpdateResponse>;
2699
- /**
2700
- * Deletes a server.
2701
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
2702
- * @param serverName The name of the server.
2703
- * @param options The options parameters.
2704
- */
2705
- beginDelete(resourceGroupName: string, serverName: string, options?: ServersDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
2706
- /**
2707
- * Deletes a server.
2708
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
2709
- * @param serverName The name of the server.
2710
- * @param options The options parameters.
2711
- */
2712
- beginDeleteAndWait(resourceGroupName: string, serverName: string, options?: ServersDeleteOptionalParams): Promise<void>;
2713
- /**
2714
- * Gets information about a server.
2715
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
2716
- * @param serverName The name of the server.
2717
- * @param options The options parameters.
2718
- */
2719
- get(resourceGroupName: string, serverName: string, options?: ServersGetOptionalParams): Promise<ServersGetResponse>;
2720
- /**
2721
- * Manual failover a server.
2722
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
2723
- * @param serverName The name of the server.
2724
- * @param options The options parameters.
2725
- */
2726
- beginFailover(resourceGroupName: string, serverName: string, options?: ServersFailoverOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
2727
- /**
2728
- * Manual failover a server.
2729
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
2730
- * @param serverName The name of the server.
2731
- * @param options The options parameters.
2732
- */
2733
- beginFailoverAndWait(resourceGroupName: string, serverName: string, options?: ServersFailoverOptionalParams): Promise<void>;
2734
- /**
2735
- * Validate a deployment of high availability.
2736
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
2737
- * @param serverName The name of the server.
2738
- * @param parameters The required parameters for validation of high availability deployment.
2739
- * @param options The options parameters.
2740
- */
2741
- validateEstimateHighAvailability(resourceGroupName: string, serverName: string, parameters: HighAvailabilityValidationEstimation, options?: ServersValidateEstimateHighAvailabilityOptionalParams): Promise<ServersValidateEstimateHighAvailabilityResponse>;
2742
- /**
2743
- * Restarts a server.
2744
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
2745
- * @param serverName The name of the server.
2746
- * @param parameters The required parameters for restarting a server.
2747
- * @param options The options parameters.
2748
- */
2749
- beginRestart(resourceGroupName: string, serverName: string, parameters: ServerRestartParameter, options?: ServersRestartOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
2750
- /**
2751
- * Restarts a server.
2752
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
2753
- * @param serverName The name of the server.
2754
- * @param parameters The required parameters for restarting a server.
2755
- * @param options The options parameters.
2756
- */
2757
- beginRestartAndWait(resourceGroupName: string, serverName: string, parameters: ServerRestartParameter, options?: ServersRestartOptionalParams): Promise<void>;
2758
- /**
2759
- * Starts a server.
2760
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
2761
- * @param serverName The name of the server.
2762
- * @param options The options parameters.
2763
- */
2764
- beginStart(resourceGroupName: string, serverName: string, options?: ServersStartOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
2765
- /**
2766
- * Starts a server.
2767
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
2768
- * @param serverName The name of the server.
2769
- * @param options The options parameters.
2770
- */
2771
- beginStartAndWait(resourceGroupName: string, serverName: string, options?: ServersStartOptionalParams): Promise<void>;
2772
- /**
2773
- * Stops a server.
2774
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
2775
- * @param serverName The name of the server.
2776
- * @param options The options parameters.
2777
- */
2778
- beginStop(resourceGroupName: string, serverName: string, options?: ServersStopOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
2779
- /**
2780
- * Stops a server.
2781
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
2782
- * @param serverName The name of the server.
2783
- * @param options The options parameters.
2784
- */
2785
- beginStopAndWait(resourceGroupName: string, serverName: string, options?: ServersStopOptionalParams): Promise<void>;
2786
- /**
2787
- * Resets GTID on a server.
2788
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
2789
- * @param serverName The name of the server.
2790
- * @param parameters The required parameters for resetting GTID on a server.
2791
- * @param options The options parameters.
2792
- */
2793
- beginResetGtid(resourceGroupName: string, serverName: string, parameters: ServerGtidSetParameter, options?: ServersResetGtidOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
2794
- /**
2795
- * Resets GTID on a server.
2796
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
2797
- * @param serverName The name of the server.
2798
- * @param parameters The required parameters for resetting GTID on a server.
2799
- * @param options The options parameters.
2800
- */
2801
- beginResetGtidAndWait(resourceGroupName: string, serverName: string, parameters: ServerGtidSetParameter, options?: ServersResetGtidOptionalParams): Promise<void>;
2802
- }
2803
-
2804
- /** Defines headers for Servers_create operation. */
2805
- export declare interface ServersCreateHeaders {
2806
- location?: string;
2807
- }
2808
-
2809
- /** Optional parameters. */
2810
- export declare interface ServersCreateOptionalParams extends coreClient.OperationOptions {
2811
- /** Delay to wait until next poll, in milliseconds. */
2812
- updateIntervalInMs?: number;
2813
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2814
- resumeFrom?: string;
2815
- }
2816
-
2817
- /** Contains response data for the create operation. */
2818
- export declare type ServersCreateResponse = Server;
2819
-
2820
- /** Defines headers for Servers_delete operation. */
2821
- export declare interface ServersDeleteHeaders {
2822
- location?: string;
2823
- }
2824
-
2825
- /** Optional parameters. */
2826
- export declare interface ServersDeleteOptionalParams extends coreClient.OperationOptions {
2827
- /** Delay to wait until next poll, in milliseconds. */
2828
- updateIntervalInMs?: number;
2829
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2830
- resumeFrom?: string;
2831
- }
2832
-
2833
- /** Defines headers for Servers_failover operation. */
2834
- export declare interface ServersFailoverHeaders {
2835
- location?: string;
2836
- }
2837
-
2838
- /** Optional parameters. */
2839
- export declare interface ServersFailoverOptionalParams extends coreClient.OperationOptions {
2840
- /** Delay to wait until next poll, in milliseconds. */
2841
- updateIntervalInMs?: number;
2842
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2843
- resumeFrom?: string;
2844
- }
2845
-
2846
- /** Optional parameters. */
2847
- export declare interface ServersGetOptionalParams extends coreClient.OperationOptions {
2848
- }
2849
-
2850
- /** Contains response data for the get operation. */
2851
- export declare type ServersGetResponse = Server;
2852
-
2853
- /**
2854
- * Defines values for ServerSkuTier. \
2855
- * {@link KnownServerSkuTier} can be used interchangeably with ServerSkuTier,
2856
- * this enum contains the known values that the service supports.
2857
- * ### Known values supported by the service
2858
- * **Burstable** \
2859
- * **GeneralPurpose** \
2860
- * **MemoryOptimized**
2861
- */
2862
- export declare type ServerSkuTier = string;
2863
-
2864
- /** Optional parameters. */
2865
- export declare interface ServersListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
2866
- }
2867
-
2868
- /** Contains response data for the listByResourceGroupNext operation. */
2869
- export declare type ServersListByResourceGroupNextResponse = ServerListResult;
2870
-
2871
- /** Optional parameters. */
2872
- export declare interface ServersListByResourceGroupOptionalParams extends coreClient.OperationOptions {
2873
- }
2874
-
2875
- /** Contains response data for the listByResourceGroup operation. */
2876
- export declare type ServersListByResourceGroupResponse = ServerListResult;
2877
-
2878
- /** Optional parameters. */
2879
- export declare interface ServersListNextOptionalParams extends coreClient.OperationOptions {
2880
- }
2881
-
2882
- /** Contains response data for the listNext operation. */
2883
- export declare type ServersListNextResponse = ServerListResult;
2884
-
2885
- /** Optional parameters. */
2886
- export declare interface ServersListOptionalParams extends coreClient.OperationOptions {
2887
- }
2888
-
2889
- /** Contains response data for the list operation. */
2890
- export declare type ServersListResponse = ServerListResult;
2891
-
2892
- /** Interface representing a ServersMigration. */
2893
- export declare interface ServersMigration {
2894
- /**
2895
- * Cutover migration for MySQL import, it will switch source elastic server DNS to flexible server.
2896
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
2897
- * @param serverName The name of the server.
2898
- * @param options The options parameters.
2899
- */
2900
- beginCutoverMigration(resourceGroupName: string, serverName: string, options?: ServersMigrationCutoverMigrationOptionalParams): Promise<SimplePollerLike<OperationState<ServersMigrationCutoverMigrationResponse>, ServersMigrationCutoverMigrationResponse>>;
2901
- /**
2902
- * Cutover migration for MySQL import, it will switch source elastic server DNS to flexible server.
2903
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
2904
- * @param serverName The name of the server.
2905
- * @param options The options parameters.
2906
- */
2907
- beginCutoverMigrationAndWait(resourceGroupName: string, serverName: string, options?: ServersMigrationCutoverMigrationOptionalParams): Promise<ServersMigrationCutoverMigrationResponse>;
2908
- }
2909
-
2910
- /** Defines headers for ServersMigration_cutoverMigration operation. */
2911
- export declare interface ServersMigrationCutoverMigrationHeaders {
2912
- /** URL to retrieve the final result after operation completes. */
2913
- location?: string;
2914
- /** URL to query for status of the operation. */
2915
- azureAsyncOperation?: string;
2916
- }
2917
-
2918
- /** Optional parameters. */
2919
- export declare interface ServersMigrationCutoverMigrationOptionalParams extends coreClient.OperationOptions {
2920
- /** Delay to wait until next poll, in milliseconds. */
2921
- updateIntervalInMs?: number;
2922
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2923
- resumeFrom?: string;
2924
- }
2925
-
2926
- /** Contains response data for the cutoverMigration operation. */
2927
- export declare type ServersMigrationCutoverMigrationResponse = Server;
2928
-
2929
- /** Defines headers for Servers_resetGtid operation. */
2930
- export declare interface ServersResetGtidHeaders {
2931
- location?: string;
2932
- }
2933
-
2934
- /** Optional parameters. */
2935
- export declare interface ServersResetGtidOptionalParams extends coreClient.OperationOptions {
2936
- /** Delay to wait until next poll, in milliseconds. */
2937
- updateIntervalInMs?: number;
2938
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2939
- resumeFrom?: string;
2940
- }
2941
-
2942
- /** Defines headers for Servers_restart operation. */
2943
- export declare interface ServersRestartHeaders {
2944
- location?: string;
2945
- }
2946
-
2947
- /** Optional parameters. */
2948
- export declare interface ServersRestartOptionalParams extends coreClient.OperationOptions {
2949
- /** Delay to wait until next poll, in milliseconds. */
2950
- updateIntervalInMs?: number;
2951
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2952
- resumeFrom?: string;
2953
- }
2954
-
2955
- /** Defines headers for Servers_start operation. */
2956
- export declare interface ServersStartHeaders {
2957
- location?: string;
2958
- }
2959
-
2960
- /** Optional parameters. */
2961
- export declare interface ServersStartOptionalParams extends coreClient.OperationOptions {
2962
- /** Delay to wait until next poll, in milliseconds. */
2963
- updateIntervalInMs?: number;
2964
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2965
- resumeFrom?: string;
2966
- }
2967
-
2968
- /** Defines headers for Servers_stop operation. */
2969
- export declare interface ServersStopHeaders {
2970
- location?: string;
2971
- }
2972
-
2973
- /** Optional parameters. */
2974
- export declare interface ServersStopOptionalParams extends coreClient.OperationOptions {
2975
- /** Delay to wait until next poll, in milliseconds. */
2976
- updateIntervalInMs?: number;
2977
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2978
- resumeFrom?: string;
2979
- }
2980
-
2981
- /**
2982
- * Defines values for ServerState. \
2983
- * {@link KnownServerState} can be used interchangeably with ServerState,
2984
- * this enum contains the known values that the service supports.
2985
- * ### Known values supported by the service
2986
- * **Ready** \
2987
- * **Dropping** \
2988
- * **Disabled** \
2989
- * **Starting** \
2990
- * **Stopping** \
2991
- * **Stopped** \
2992
- * **Updating**
2993
- */
2994
- export declare type ServerState = string;
2995
-
2996
- /** Defines headers for Servers_update operation. */
2997
- export declare interface ServersUpdateHeaders {
2998
- location?: string;
2999
- }
3000
-
3001
- /** Optional parameters. */
3002
- export declare interface ServersUpdateOptionalParams extends coreClient.OperationOptions {
3003
- /** Delay to wait until next poll, in milliseconds. */
3004
- updateIntervalInMs?: number;
3005
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3006
- resumeFrom?: string;
3007
- }
3008
-
3009
- /** Contains response data for the update operation. */
3010
- export declare type ServersUpdateResponse = Server;
3011
-
3012
- /** Optional parameters. */
3013
- export declare interface ServersValidateEstimateHighAvailabilityOptionalParams extends coreClient.OperationOptions {
3014
- }
3015
-
3016
- /** Contains response data for the validateEstimateHighAvailability operation. */
3017
- export declare type ServersValidateEstimateHighAvailabilityResponse = HighAvailabilityValidationEstimation;
3018
-
3019
- /**
3020
- * Defines values for ServerVersion. \
3021
- * {@link KnownServerVersion} can be used interchangeably with ServerVersion,
3022
- * this enum contains the known values that the service supports.
3023
- * ### Known values supported by the service
3024
- * **5.7** \
3025
- * **8.0.21**
3026
- */
3027
- export declare type ServerVersion = string;
3028
-
3029
- /** Server version capabilities. */
3030
- export declare interface ServerVersionCapability {
3031
- /**
3032
- * server version
3033
- * NOTE: This property will not be serialized. It can only be populated by the server.
3034
- */
3035
- readonly name?: string;
3036
- /**
3037
- * A list of supported Skus
3038
- * NOTE: This property will not be serialized. It can only be populated by the server.
3039
- */
3040
- readonly supportedSkus?: SkuCapability[];
3041
- }
3042
-
3043
- /** Server version capabilities. */
3044
- export declare interface ServerVersionCapabilityV2 {
3045
- /**
3046
- * server version
3047
- * NOTE: This property will not be serialized. It can only be populated by the server.
3048
- */
3049
- readonly name?: string;
3050
- }
3051
-
3052
- /** Sku capability */
3053
- export declare interface SkuCapability {
3054
- /**
3055
- * vCore name
3056
- * NOTE: This property will not be serialized. It can only be populated by the server.
3057
- */
3058
- readonly name?: string;
3059
- /**
3060
- * supported vCores
3061
- * NOTE: This property will not be serialized. It can only be populated by the server.
3062
- */
3063
- readonly vCores?: number;
3064
- /**
3065
- * supported IOPS
3066
- * NOTE: This property will not be serialized. It can only be populated by the server.
3067
- */
3068
- readonly supportedIops?: number;
3069
- /**
3070
- * supported memory per vCore in MB
3071
- * NOTE: This property will not be serialized. It can only be populated by the server.
3072
- */
3073
- readonly supportedMemoryPerVCoreMB?: number;
3074
- }
3075
-
3076
- /** Sku capability */
3077
- export declare interface SkuCapabilityV2 {
3078
- /**
3079
- * vCore name
3080
- * NOTE: This property will not be serialized. It can only be populated by the server.
3081
- */
3082
- readonly name?: string;
3083
- /**
3084
- * supported vCores
3085
- * NOTE: This property will not be serialized. It can only be populated by the server.
3086
- */
3087
- readonly vCores?: number;
3088
- /**
3089
- * supported IOPS
3090
- * NOTE: This property will not be serialized. It can only be populated by the server.
3091
- */
3092
- readonly supportedIops?: number;
3093
- /**
3094
- * supported memory per vCore in MB
3095
- * NOTE: This property will not be serialized. It can only be populated by the server.
3096
- */
3097
- readonly supportedMemoryPerVCoreMB?: number;
3098
- /**
3099
- * Supported zones
3100
- * NOTE: This property will not be serialized. It can only be populated by the server.
3101
- */
3102
- readonly supportedZones?: string[];
3103
- /**
3104
- * Supported high availability mode
3105
- * NOTE: This property will not be serialized. It can only be populated by the server.
3106
- */
3107
- readonly supportedHAMode?: string[];
3108
- }
3109
-
3110
- /** Storage Profile properties of a server */
3111
- declare interface Storage_2 {
3112
- /** Max storage size allowed for a server. */
3113
- storageSizeGB?: number;
3114
- /** Storage IOPS for a server. */
3115
- iops?: number;
3116
- /** Enable Storage Auto Grow or not. */
3117
- autoGrow?: EnableStatusEnum;
3118
- /** Enable Log On Disk or not. */
3119
- logOnDisk?: EnableStatusEnum;
3120
- /**
3121
- * The sku name of the server storage.
3122
- * NOTE: This property will not be serialized. It can only be populated by the server.
3123
- */
3124
- readonly storageSku?: string;
3125
- /** Enable IO Auto Scaling or not. */
3126
- autoIoScaling?: EnableStatusEnum;
3127
- }
3128
- export { Storage_2 as Storage }
3129
-
3130
- /** storage edition capability */
3131
- export declare interface StorageEditionCapability {
3132
- /**
3133
- * storage edition name
3134
- * NOTE: This property will not be serialized. It can only be populated by the server.
3135
- */
3136
- readonly name?: string;
3137
- /**
3138
- * The minimal supported storage size.
3139
- * NOTE: This property will not be serialized. It can only be populated by the server.
3140
- */
3141
- readonly minStorageSize?: number;
3142
- /**
3143
- * The maximum supported storage size.
3144
- * NOTE: This property will not be serialized. It can only be populated by the server.
3145
- */
3146
- readonly maxStorageSize?: number;
3147
- /**
3148
- * Minimal backup retention days
3149
- * NOTE: This property will not be serialized. It can only be populated by the server.
3150
- */
3151
- readonly minBackupRetentionDays?: number;
3152
- /**
3153
- * Maximum backup retention days
3154
- * NOTE: This property will not be serialized. It can only be populated by the server.
3155
- */
3156
- readonly maxBackupRetentionDays?: number;
3157
- /**
3158
- * Minimal backup interval hours
3159
- * NOTE: This property will not be serialized. It can only be populated by the server.
3160
- */
3161
- readonly minBackupIntervalHours?: number;
3162
- /**
3163
- * Maximum backup interval hours
3164
- * NOTE: This property will not be serialized. It can only be populated by the server.
3165
- */
3166
- readonly maxBackupIntervalHours?: number;
3167
- }
3168
-
3169
- /** Metadata pertaining to creation and last modification of the resource. */
3170
- export declare interface SystemData {
3171
- /** The identity that created the resource. */
3172
- createdBy?: string;
3173
- /** The type of identity that created the resource. */
3174
- createdByType?: CreatedByType;
3175
- /** The timestamp of resource creation (UTC). */
3176
- createdAt?: Date;
3177
- /** The identity that last modified the resource. */
3178
- lastModifiedBy?: string;
3179
- /** The type of identity that last modified the resource. */
3180
- lastModifiedByType?: CreatedByType;
3181
- /** The timestamp of resource last modification (UTC) */
3182
- lastModifiedAt?: Date;
3183
- }
3184
-
3185
- /** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
3186
- export declare interface TrackedResource extends Resource {
3187
- /** Resource tags. */
3188
- tags?: {
3189
- [propertyName: string]: string;
3190
- };
3191
- /** The geo-location where the resource lives */
3192
- location: string;
3193
- }
3194
-
3195
- /** Metadata of user assigned identity. */
3196
- export declare interface UserAssignedIdentity {
3197
- /**
3198
- * Principal Id of user assigned identity
3199
- * NOTE: This property will not be serialized. It can only be populated by the server.
3200
- */
3201
- readonly principalId?: string;
3202
- /**
3203
- * Client Id of user assigned identity
3204
- * NOTE: This property will not be serialized. It can only be populated by the server.
3205
- */
3206
- readonly clientId?: string;
3207
- }
3208
-
3209
- /** Represents ValidateBackup API Response */
3210
- export declare interface ValidateBackupResponse {
3211
- /** Estimated no of storage containers required for resource data to be backed up. */
3212
- numberOfContainers?: number;
3213
- }
3214
-
3215
- /** Virtual network subnet usage parameter */
3216
- export declare interface VirtualNetworkSubnetUsageParameter {
3217
- /** Virtual network resource id. */
3218
- virtualNetworkResourceId?: string;
3219
- }
3220
-
3221
- /** Virtual network subnet usage data. */
3222
- export declare interface VirtualNetworkSubnetUsageResult {
3223
- /**
3224
- * The location name.
3225
- * NOTE: This property will not be serialized. It can only be populated by the server.
3226
- */
3227
- readonly location?: string;
3228
- /**
3229
- * The subscription id.
3230
- * NOTE: This property will not be serialized. It can only be populated by the server.
3231
- */
3232
- readonly subscriptionId?: string;
3233
- /**
3234
- * A list of delegated subnet usage
3235
- * NOTE: This property will not be serialized. It can only be populated by the server.
3236
- */
3237
- readonly delegatedSubnetsUsage?: DelegatedSubnetUsage[];
3238
- }
3239
-
3240
- export { }