@azure/arm-postgresql-flexible 8.0.0-beta.6 → 8.1.0-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1531) hide show
  1. package/CHANGELOG.md +373 -19
  2. package/LICENSE +3 -3
  3. package/README.md +28 -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 +11 -0
  9. package/dist/browser/lroImpl.d.ts.map +1 -0
  10. package/dist/browser/lroImpl.js.map +1 -0
  11. package/dist/browser/models/index.d.ts +3676 -0
  12. package/dist/browser/models/index.d.ts.map +1 -0
  13. package/dist/browser/models/index.js +712 -0
  14. package/dist/browser/models/index.js.map +1 -0
  15. package/dist/browser/models/mappers.d.ts +140 -0
  16. package/dist/browser/models/mappers.d.ts.map +1 -0
  17. package/dist/browser/models/mappers.js +4337 -0
  18. package/dist/browser/models/mappers.js.map +1 -0
  19. package/dist/browser/models/parameters.d.ts +49 -0
  20. package/dist/browser/models/parameters.d.ts.map +1 -0
  21. package/dist/browser/models/parameters.js +417 -0
  22. package/dist/browser/models/parameters.js.map +1 -0
  23. package/dist/browser/operations/administrators.d.ts +81 -0
  24. package/dist/browser/operations/administrators.d.ts.map +1 -0
  25. package/dist/browser/operations/administrators.js +350 -0
  26. package/dist/browser/operations/administrators.js.map +1 -0
  27. package/dist/browser/operations/backups.d.ts +79 -0
  28. package/dist/browser/operations/backups.d.ts.map +1 -0
  29. package/dist/browser/operations/backups.js +354 -0
  30. package/dist/browser/operations/backups.js.map +1 -0
  31. package/dist/browser/operations/checkNameAvailability.d.ts +19 -0
  32. package/dist/browser/operations/checkNameAvailability.d.ts.map +1 -0
  33. package/dist/browser/operations/checkNameAvailability.js +49 -0
  34. package/dist/browser/operations/checkNameAvailability.js.map +1 -0
  35. package/dist/browser/operations/checkNameAvailabilityWithLocation.d.ts +20 -0
  36. package/dist/browser/operations/checkNameAvailabilityWithLocation.d.ts.map +1 -0
  37. package/dist/browser/operations/checkNameAvailabilityWithLocation.js +50 -0
  38. package/dist/browser/operations/checkNameAvailabilityWithLocation.js.map +1 -0
  39. package/dist/browser/operations/configurations.d.ts +83 -0
  40. package/dist/browser/operations/configurations.d.ts.map +1 -0
  41. package/dist/browser/operations/configurations.js +374 -0
  42. package/dist/browser/operations/configurations.js.map +1 -0
  43. package/dist/browser/operations/databases.d.ts +81 -0
  44. package/dist/browser/operations/databases.d.ts.map +1 -0
  45. package/dist/browser/operations/databases.js +356 -0
  46. package/dist/browser/operations/databases.js.map +1 -0
  47. package/dist/browser/operations/firewallRules.d.ts +81 -0
  48. package/dist/browser/operations/firewallRules.d.ts.map +1 -0
  49. package/dist/browser/operations/firewallRules.js +356 -0
  50. package/dist/browser/operations/firewallRules.js.map +1 -0
  51. package/dist/browser/operations/flexibleServer.d.ts +39 -0
  52. package/dist/browser/operations/flexibleServer.d.ts.map +1 -0
  53. package/dist/browser/operations/flexibleServer.js +152 -0
  54. package/dist/browser/operations/flexibleServer.js.map +1 -0
  55. package/dist/browser/operations/getPrivateDnsZoneSuffix.d.ts +18 -0
  56. package/dist/browser/operations/getPrivateDnsZoneSuffix.d.ts.map +1 -0
  57. package/dist/browser/operations/getPrivateDnsZoneSuffix.js +46 -0
  58. package/dist/browser/operations/getPrivateDnsZoneSuffix.js.map +1 -0
  59. package/dist/browser/operations/index.d.ts +28 -0
  60. package/dist/browser/operations/index.d.ts.map +1 -0
  61. package/dist/browser/operations/index.js +35 -0
  62. package/dist/browser/operations/index.js.map +1 -0
  63. package/dist/browser/operations/locationBasedCapabilities.d.ts +35 -0
  64. package/dist/browser/operations/locationBasedCapabilities.d.ts.map +1 -0
  65. package/dist/browser/operations/locationBasedCapabilities.js +141 -0
  66. package/dist/browser/operations/locationBasedCapabilities.js.map +1 -0
  67. package/dist/browser/operations/logFiles.d.ts +38 -0
  68. package/dist/browser/operations/logFiles.d.ts.map +1 -0
  69. package/dist/browser/operations/logFiles.js +150 -0
  70. package/dist/browser/operations/logFiles.js.map +1 -0
  71. package/dist/browser/operations/ltrBackupOperations.d.ts +46 -0
  72. package/dist/browser/operations/ltrBackupOperations.d.ts.map +1 -0
  73. package/dist/browser/operations/ltrBackupOperations.js +182 -0
  74. package/dist/browser/operations/ltrBackupOperations.js.map +1 -0
  75. package/dist/browser/operations/migrations.d.ts +80 -0
  76. package/dist/browser/operations/migrations.d.ts.map +1 -0
  77. package/dist/browser/operations/migrations.js +326 -0
  78. package/dist/browser/operations/migrations.js.map +1 -0
  79. package/dist/browser/operations/operations.d.ts +32 -0
  80. package/dist/browser/operations/operations.d.ts.map +1 -0
  81. package/dist/browser/operations/operations.js +133 -0
  82. package/dist/browser/operations/operations.js.map +1 -0
  83. package/dist/browser/operations/privateEndpointConnectionOperations.d.ts +48 -0
  84. package/dist/browser/operations/privateEndpointConnectionOperations.d.ts.map +1 -0
  85. package/dist/browser/operations/privateEndpointConnectionOperations.js +209 -0
  86. package/dist/browser/operations/privateEndpointConnectionOperations.js.map +1 -0
  87. package/dist/browser/operations/privateEndpointConnections.d.ts +46 -0
  88. package/dist/browser/operations/privateEndpointConnections.d.ts.map +1 -0
  89. package/dist/browser/operations/privateEndpointConnections.js +182 -0
  90. package/dist/browser/operations/privateEndpointConnections.js.map +1 -0
  91. package/dist/browser/operations/privateLinkResources.d.ts +46 -0
  92. package/dist/browser/operations/privateLinkResources.d.ts.map +1 -0
  93. package/dist/browser/operations/privateLinkResources.js +182 -0
  94. package/dist/browser/operations/privateLinkResources.js.map +1 -0
  95. package/dist/browser/operations/quotaUsages.d.ts +35 -0
  96. package/dist/browser/operations/quotaUsages.d.ts.map +1 -0
  97. package/dist/browser/operations/quotaUsages.js +141 -0
  98. package/dist/browser/operations/quotaUsages.js.map +1 -0
  99. package/dist/browser/operations/replicas.d.ts +30 -0
  100. package/dist/browser/operations/replicas.d.ts.map +1 -0
  101. package/dist/browser/operations/replicas.js +105 -0
  102. package/dist/browser/operations/replicas.js.map +1 -0
  103. package/dist/browser/operations/serverCapabilities.d.ts +38 -0
  104. package/dist/browser/operations/serverCapabilities.d.ts.map +1 -0
  105. package/dist/browser/operations/serverCapabilities.js +150 -0
  106. package/dist/browser/operations/serverCapabilities.js.map +1 -0
  107. package/dist/browser/operations/serverThreatProtectionSettings.d.ts +65 -0
  108. package/dist/browser/operations/serverThreatProtectionSettings.d.ts.map +1 -0
  109. package/dist/browser/operations/serverThreatProtectionSettings.js +279 -0
  110. package/dist/browser/operations/serverThreatProtectionSettings.js.map +1 -0
  111. package/dist/browser/operations/servers.d.ts +151 -0
  112. package/dist/browser/operations/servers.d.ts.map +1 -0
  113. package/dist/browser/operations/servers.js +752 -0
  114. package/dist/browser/operations/servers.js.map +1 -0
  115. package/dist/browser/operations/tuningConfiguration.d.ts +137 -0
  116. package/dist/browser/operations/tuningConfiguration.d.ts.map +1 -0
  117. package/dist/browser/operations/tuningConfiguration.js +638 -0
  118. package/dist/browser/operations/tuningConfiguration.js.map +1 -0
  119. package/dist/browser/operations/tuningIndex.d.ts +41 -0
  120. package/dist/browser/operations/tuningIndex.d.ts.map +1 -0
  121. package/dist/browser/operations/tuningIndex.js +155 -0
  122. package/dist/browser/operations/tuningIndex.js.map +1 -0
  123. package/dist/browser/operations/tuningOptions.d.ts +46 -0
  124. package/dist/browser/operations/tuningOptions.d.ts.map +1 -0
  125. package/dist/browser/operations/tuningOptions.js +182 -0
  126. package/dist/browser/operations/tuningOptions.js.map +1 -0
  127. package/dist/browser/operations/virtualEndpoints.d.ts +101 -0
  128. package/dist/browser/operations/virtualEndpoints.d.ts.map +1 -0
  129. package/dist/browser/operations/virtualEndpoints.js +461 -0
  130. package/dist/browser/operations/virtualEndpoints.js.map +1 -0
  131. package/dist/browser/operations/virtualNetworkSubnetUsage.d.ts +20 -0
  132. package/dist/browser/operations/virtualNetworkSubnetUsage.d.ts.map +1 -0
  133. package/dist/browser/operations/virtualNetworkSubnetUsage.js +50 -0
  134. package/dist/browser/operations/virtualNetworkSubnetUsage.js.map +1 -0
  135. package/dist/browser/operationsInterfaces/administrators.d.ts +56 -0
  136. package/dist/browser/operationsInterfaces/administrators.d.ts.map +1 -0
  137. package/dist/browser/operationsInterfaces/administrators.js.map +1 -0
  138. package/dist/browser/operationsInterfaces/backups.d.ts +54 -0
  139. package/dist/browser/operationsInterfaces/backups.d.ts.map +1 -0
  140. package/dist/browser/operationsInterfaces/backups.js.map +1 -0
  141. package/dist/browser/operationsInterfaces/checkNameAvailability.d.ts +11 -0
  142. package/dist/browser/operationsInterfaces/checkNameAvailability.d.ts.map +1 -0
  143. package/dist/browser/operationsInterfaces/checkNameAvailability.js.map +1 -0
  144. package/dist/browser/operationsInterfaces/checkNameAvailabilityWithLocation.d.ts +12 -0
  145. package/dist/browser/operationsInterfaces/checkNameAvailabilityWithLocation.d.ts.map +1 -0
  146. package/dist/browser/operationsInterfaces/checkNameAvailabilityWithLocation.js.map +1 -0
  147. package/dist/browser/operationsInterfaces/configurations.d.ts +58 -0
  148. package/dist/browser/operationsInterfaces/configurations.d.ts.map +1 -0
  149. package/dist/browser/operationsInterfaces/configurations.js.map +1 -0
  150. package/dist/browser/operationsInterfaces/databases.d.ts +56 -0
  151. package/dist/browser/operationsInterfaces/databases.d.ts.map +1 -0
  152. package/dist/browser/operationsInterfaces/databases.js.map +1 -0
  153. package/dist/browser/operationsInterfaces/firewallRules.d.ts +56 -0
  154. package/dist/browser/operationsInterfaces/firewallRules.d.ts.map +1 -0
  155. package/dist/browser/operationsInterfaces/firewallRules.js.map +1 -0
  156. package/dist/browser/operationsInterfaces/flexibleServer.d.ts +31 -0
  157. package/dist/browser/operationsInterfaces/flexibleServer.d.ts.map +1 -0
  158. package/dist/browser/operationsInterfaces/flexibleServer.js.map +1 -0
  159. package/dist/browser/operationsInterfaces/getPrivateDnsZoneSuffix.d.ts +10 -0
  160. package/dist/browser/operationsInterfaces/getPrivateDnsZoneSuffix.d.ts.map +1 -0
  161. package/dist/browser/operationsInterfaces/getPrivateDnsZoneSuffix.js.map +1 -0
  162. package/dist/browser/operationsInterfaces/index.d.ts +28 -0
  163. package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
  164. package/dist/browser/operationsInterfaces/index.js +35 -0
  165. package/dist/browser/operationsInterfaces/index.js.map +1 -0
  166. package/dist/browser/operationsInterfaces/locationBasedCapabilities.d.ts +12 -0
  167. package/dist/browser/operationsInterfaces/locationBasedCapabilities.d.ts.map +1 -0
  168. package/dist/browser/operationsInterfaces/locationBasedCapabilities.js.map +1 -0
  169. package/dist/browser/operationsInterfaces/logFiles.d.ts +13 -0
  170. package/dist/browser/operationsInterfaces/logFiles.d.ts.map +1 -0
  171. package/dist/browser/operationsInterfaces/logFiles.js.map +1 -0
  172. package/dist/browser/operationsInterfaces/ltrBackupOperations.d.ts +21 -0
  173. package/dist/browser/operationsInterfaces/ltrBackupOperations.d.ts.map +1 -0
  174. package/dist/browser/operationsInterfaces/ltrBackupOperations.js.map +1 -0
  175. package/dist/browser/operationsInterfaces/migrations.d.ts +53 -0
  176. package/dist/browser/operationsInterfaces/migrations.d.ts.map +1 -0
  177. package/dist/browser/operationsInterfaces/migrations.js.map +1 -0
  178. package/dist/browser/operationsInterfaces/operations.d.ts +11 -0
  179. package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -0
  180. package/dist/browser/operationsInterfaces/operations.js.map +1 -0
  181. package/dist/browser/operationsInterfaces/privateEndpointConnectionOperations.d.ts +40 -0
  182. package/dist/browser/operationsInterfaces/privateEndpointConnectionOperations.d.ts.map +1 -0
  183. package/dist/browser/operationsInterfaces/privateEndpointConnectionOperations.js.map +1 -0
  184. package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts +21 -0
  185. package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
  186. package/dist/browser/operationsInterfaces/privateEndpointConnections.js.map +1 -0
  187. package/dist/browser/operationsInterfaces/privateLinkResources.d.ts +21 -0
  188. package/dist/browser/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
  189. package/dist/browser/operationsInterfaces/privateLinkResources.js.map +1 -0
  190. package/dist/browser/operationsInterfaces/quotaUsages.d.ts +12 -0
  191. package/dist/browser/operationsInterfaces/quotaUsages.d.ts.map +1 -0
  192. package/dist/browser/operationsInterfaces/quotaUsages.js.map +1 -0
  193. package/dist/browser/operationsInterfaces/replicas.d.ts +13 -0
  194. package/dist/browser/operationsInterfaces/replicas.d.ts.map +1 -0
  195. package/dist/browser/operationsInterfaces/replicas.js.map +1 -0
  196. package/dist/browser/operationsInterfaces/serverCapabilities.d.ts +13 -0
  197. package/dist/browser/operationsInterfaces/serverCapabilities.d.ts.map +1 -0
  198. package/dist/browser/operationsInterfaces/serverCapabilities.js.map +1 -0
  199. package/dist/browser/operationsInterfaces/serverThreatProtectionSettings.d.ts +40 -0
  200. package/dist/browser/operationsInterfaces/serverThreatProtectionSettings.d.ts.map +1 -0
  201. package/dist/browser/operationsInterfaces/serverThreatProtectionSettings.js.map +1 -0
  202. package/dist/browser/operationsInterfaces/servers.d.ts +115 -0
  203. package/dist/browser/operationsInterfaces/servers.d.ts.map +1 -0
  204. package/dist/browser/operationsInterfaces/servers.js.map +1 -0
  205. package/dist/browser/operationsInterfaces/tuningConfiguration.d.ts +90 -0
  206. package/dist/browser/operationsInterfaces/tuningConfiguration.d.ts.map +1 -0
  207. package/dist/browser/operationsInterfaces/tuningConfiguration.js +9 -0
  208. package/dist/browser/operationsInterfaces/tuningConfiguration.js.map +1 -0
  209. package/dist/browser/operationsInterfaces/tuningIndex.d.ts +14 -0
  210. package/dist/browser/operationsInterfaces/tuningIndex.d.ts.map +1 -0
  211. package/dist/browser/operationsInterfaces/tuningIndex.js +9 -0
  212. package/dist/browser/operationsInterfaces/tuningIndex.js.map +1 -0
  213. package/dist/browser/operationsInterfaces/tuningOptions.d.ts +21 -0
  214. package/dist/browser/operationsInterfaces/tuningOptions.d.ts.map +1 -0
  215. package/dist/browser/operationsInterfaces/tuningOptions.js +9 -0
  216. package/dist/browser/operationsInterfaces/tuningOptions.js.map +1 -0
  217. package/dist/browser/operationsInterfaces/virtualEndpoints.d.ts +76 -0
  218. package/dist/browser/operationsInterfaces/virtualEndpoints.d.ts.map +1 -0
  219. package/dist/browser/operationsInterfaces/virtualEndpoints.js.map +1 -0
  220. package/dist/browser/operationsInterfaces/virtualNetworkSubnetUsage.d.ts +12 -0
  221. package/dist/browser/operationsInterfaces/virtualNetworkSubnetUsage.d.ts.map +1 -0
  222. package/dist/browser/operationsInterfaces/virtualNetworkSubnetUsage.js.map +1 -0
  223. package/dist/browser/package.json +3 -0
  224. package/dist/browser/pagingHelper.d.ts.map +1 -0
  225. package/dist/browser/pagingHelper.js.map +1 -0
  226. package/dist/browser/postgreSQLManagementFlexibleServerClient.d.ts +56 -0
  227. package/dist/browser/postgreSQLManagementFlexibleServerClient.d.ts.map +1 -0
  228. package/dist/browser/postgreSQLManagementFlexibleServerClient.js +164 -0
  229. package/dist/browser/postgreSQLManagementFlexibleServerClient.js.map +1 -0
  230. package/dist/commonjs/index.d.ts +5 -0
  231. package/dist/commonjs/index.d.ts.map +1 -0
  232. package/dist/commonjs/index.js +19 -0
  233. package/dist/commonjs/index.js.map +1 -0
  234. package/dist/commonjs/lroImpl.d.ts +11 -0
  235. package/dist/commonjs/lroImpl.d.ts.map +1 -0
  236. package/dist/commonjs/lroImpl.js +24 -0
  237. package/dist/commonjs/lroImpl.js.map +1 -0
  238. package/dist/commonjs/models/index.d.ts +3676 -0
  239. package/dist/commonjs/models/index.d.ts.map +1 -0
  240. package/dist/commonjs/models/index.js +716 -0
  241. package/dist/commonjs/models/index.js.map +1 -0
  242. package/dist/commonjs/models/mappers.d.ts +140 -0
  243. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  244. package/dist/commonjs/models/mappers.js +4342 -0
  245. package/dist/commonjs/models/mappers.js.map +1 -0
  246. package/dist/commonjs/models/parameters.d.ts +49 -0
  247. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  248. package/dist/commonjs/models/parameters.js +420 -0
  249. package/dist/commonjs/models/parameters.js.map +1 -0
  250. package/dist/commonjs/operations/administrators.d.ts +81 -0
  251. package/dist/commonjs/operations/administrators.d.ts.map +1 -0
  252. package/dist/commonjs/operations/administrators.js +354 -0
  253. package/dist/commonjs/operations/administrators.js.map +1 -0
  254. package/dist/commonjs/operations/backups.d.ts +79 -0
  255. package/dist/commonjs/operations/backups.d.ts.map +1 -0
  256. package/dist/commonjs/operations/backups.js +358 -0
  257. package/dist/commonjs/operations/backups.js.map +1 -0
  258. package/dist/commonjs/operations/checkNameAvailability.d.ts +19 -0
  259. package/dist/commonjs/operations/checkNameAvailability.d.ts.map +1 -0
  260. package/dist/commonjs/operations/checkNameAvailability.js +54 -0
  261. package/dist/commonjs/operations/checkNameAvailability.js.map +1 -0
  262. package/dist/commonjs/operations/checkNameAvailabilityWithLocation.d.ts +20 -0
  263. package/dist/commonjs/operations/checkNameAvailabilityWithLocation.d.ts.map +1 -0
  264. package/dist/commonjs/operations/checkNameAvailabilityWithLocation.js +55 -0
  265. package/dist/commonjs/operations/checkNameAvailabilityWithLocation.js.map +1 -0
  266. package/dist/commonjs/operations/configurations.d.ts +83 -0
  267. package/dist/commonjs/operations/configurations.d.ts.map +1 -0
  268. package/dist/commonjs/operations/configurations.js +378 -0
  269. package/dist/commonjs/operations/configurations.js.map +1 -0
  270. package/dist/commonjs/operations/databases.d.ts +81 -0
  271. package/dist/commonjs/operations/databases.d.ts.map +1 -0
  272. package/dist/commonjs/operations/databases.js +360 -0
  273. package/dist/commonjs/operations/databases.js.map +1 -0
  274. package/dist/commonjs/operations/firewallRules.d.ts +81 -0
  275. package/dist/commonjs/operations/firewallRules.d.ts.map +1 -0
  276. package/dist/commonjs/operations/firewallRules.js +360 -0
  277. package/dist/commonjs/operations/firewallRules.js.map +1 -0
  278. package/dist/commonjs/operations/flexibleServer.d.ts +39 -0
  279. package/dist/commonjs/operations/flexibleServer.d.ts.map +1 -0
  280. package/dist/commonjs/operations/flexibleServer.js +157 -0
  281. package/dist/commonjs/operations/flexibleServer.js.map +1 -0
  282. package/dist/commonjs/operations/getPrivateDnsZoneSuffix.d.ts +18 -0
  283. package/dist/commonjs/operations/getPrivateDnsZoneSuffix.d.ts.map +1 -0
  284. package/dist/commonjs/operations/getPrivateDnsZoneSuffix.js +51 -0
  285. package/dist/commonjs/operations/getPrivateDnsZoneSuffix.js.map +1 -0
  286. package/dist/commonjs/operations/index.d.ts +28 -0
  287. package/dist/commonjs/operations/index.d.ts.map +1 -0
  288. package/dist/commonjs/operations/index.js +38 -0
  289. package/dist/commonjs/operations/index.js.map +1 -0
  290. package/dist/commonjs/operations/locationBasedCapabilities.d.ts +35 -0
  291. package/dist/commonjs/operations/locationBasedCapabilities.d.ts.map +1 -0
  292. package/dist/commonjs/operations/locationBasedCapabilities.js +145 -0
  293. package/dist/commonjs/operations/locationBasedCapabilities.js.map +1 -0
  294. package/dist/commonjs/operations/logFiles.d.ts +38 -0
  295. package/dist/commonjs/operations/logFiles.d.ts.map +1 -0
  296. package/dist/commonjs/operations/logFiles.js +154 -0
  297. package/dist/commonjs/operations/logFiles.js.map +1 -0
  298. package/dist/commonjs/operations/ltrBackupOperations.d.ts +46 -0
  299. package/dist/commonjs/operations/ltrBackupOperations.d.ts.map +1 -0
  300. package/dist/commonjs/operations/ltrBackupOperations.js +186 -0
  301. package/dist/commonjs/operations/ltrBackupOperations.js.map +1 -0
  302. package/dist/commonjs/operations/migrations.d.ts +80 -0
  303. package/dist/commonjs/operations/migrations.d.ts.map +1 -0
  304. package/dist/commonjs/operations/migrations.js +330 -0
  305. package/dist/commonjs/operations/migrations.js.map +1 -0
  306. package/dist/commonjs/operations/operations.d.ts +32 -0
  307. package/dist/commonjs/operations/operations.d.ts.map +1 -0
  308. package/dist/commonjs/operations/operations.js +137 -0
  309. package/dist/commonjs/operations/operations.js.map +1 -0
  310. package/dist/commonjs/operations/privateEndpointConnectionOperations.d.ts +48 -0
  311. package/dist/commonjs/operations/privateEndpointConnectionOperations.d.ts.map +1 -0
  312. package/dist/commonjs/operations/privateEndpointConnectionOperations.js +214 -0
  313. package/dist/commonjs/operations/privateEndpointConnectionOperations.js.map +1 -0
  314. package/dist/commonjs/operations/privateEndpointConnections.d.ts +46 -0
  315. package/dist/commonjs/operations/privateEndpointConnections.d.ts.map +1 -0
  316. package/dist/commonjs/operations/privateEndpointConnections.js +186 -0
  317. package/dist/commonjs/operations/privateEndpointConnections.js.map +1 -0
  318. package/dist/commonjs/operations/privateLinkResources.d.ts +46 -0
  319. package/dist/commonjs/operations/privateLinkResources.d.ts.map +1 -0
  320. package/dist/commonjs/operations/privateLinkResources.js +186 -0
  321. package/dist/commonjs/operations/privateLinkResources.js.map +1 -0
  322. package/dist/commonjs/operations/quotaUsages.d.ts +35 -0
  323. package/dist/commonjs/operations/quotaUsages.d.ts.map +1 -0
  324. package/dist/commonjs/operations/quotaUsages.js +145 -0
  325. package/dist/commonjs/operations/quotaUsages.js.map +1 -0
  326. package/dist/commonjs/operations/replicas.d.ts +30 -0
  327. package/dist/commonjs/operations/replicas.d.ts.map +1 -0
  328. package/dist/commonjs/operations/replicas.js +109 -0
  329. package/dist/commonjs/operations/replicas.js.map +1 -0
  330. package/dist/commonjs/operations/serverCapabilities.d.ts +38 -0
  331. package/dist/commonjs/operations/serverCapabilities.d.ts.map +1 -0
  332. package/dist/commonjs/operations/serverCapabilities.js +154 -0
  333. package/dist/commonjs/operations/serverCapabilities.js.map +1 -0
  334. package/dist/commonjs/operations/serverThreatProtectionSettings.d.ts +65 -0
  335. package/dist/commonjs/operations/serverThreatProtectionSettings.d.ts.map +1 -0
  336. package/dist/commonjs/operations/serverThreatProtectionSettings.js +283 -0
  337. package/dist/commonjs/operations/serverThreatProtectionSettings.js.map +1 -0
  338. package/dist/commonjs/operations/servers.d.ts +151 -0
  339. package/dist/commonjs/operations/servers.d.ts.map +1 -0
  340. package/dist/commonjs/operations/servers.js +756 -0
  341. package/dist/commonjs/operations/servers.js.map +1 -0
  342. package/dist/commonjs/operations/tuningConfiguration.d.ts +137 -0
  343. package/dist/commonjs/operations/tuningConfiguration.d.ts.map +1 -0
  344. package/dist/commonjs/operations/tuningConfiguration.js +642 -0
  345. package/dist/commonjs/operations/tuningConfiguration.js.map +1 -0
  346. package/dist/commonjs/operations/tuningIndex.d.ts +41 -0
  347. package/dist/commonjs/operations/tuningIndex.d.ts.map +1 -0
  348. package/dist/commonjs/operations/tuningIndex.js +159 -0
  349. package/dist/commonjs/operations/tuningIndex.js.map +1 -0
  350. package/dist/commonjs/operations/tuningOptions.d.ts +46 -0
  351. package/dist/commonjs/operations/tuningOptions.d.ts.map +1 -0
  352. package/dist/commonjs/operations/tuningOptions.js +186 -0
  353. package/dist/commonjs/operations/tuningOptions.js.map +1 -0
  354. package/dist/commonjs/operations/virtualEndpoints.d.ts +101 -0
  355. package/dist/commonjs/operations/virtualEndpoints.d.ts.map +1 -0
  356. package/dist/commonjs/operations/virtualEndpoints.js +465 -0
  357. package/dist/commonjs/operations/virtualEndpoints.js.map +1 -0
  358. package/dist/commonjs/operations/virtualNetworkSubnetUsage.d.ts +20 -0
  359. package/dist/commonjs/operations/virtualNetworkSubnetUsage.d.ts.map +1 -0
  360. package/dist/commonjs/operations/virtualNetworkSubnetUsage.js +55 -0
  361. package/dist/commonjs/operations/virtualNetworkSubnetUsage.js.map +1 -0
  362. package/dist/commonjs/operationsInterfaces/administrators.d.ts +56 -0
  363. package/dist/commonjs/operationsInterfaces/administrators.d.ts.map +1 -0
  364. package/dist/commonjs/operationsInterfaces/administrators.js +10 -0
  365. package/dist/commonjs/operationsInterfaces/administrators.js.map +1 -0
  366. package/dist/commonjs/operationsInterfaces/backups.d.ts +54 -0
  367. package/dist/commonjs/operationsInterfaces/backups.d.ts.map +1 -0
  368. package/dist/commonjs/operationsInterfaces/backups.js +10 -0
  369. package/dist/commonjs/operationsInterfaces/backups.js.map +1 -0
  370. package/dist/commonjs/operationsInterfaces/checkNameAvailability.d.ts +11 -0
  371. package/dist/commonjs/operationsInterfaces/checkNameAvailability.d.ts.map +1 -0
  372. package/dist/commonjs/operationsInterfaces/checkNameAvailability.js +10 -0
  373. package/dist/commonjs/operationsInterfaces/checkNameAvailability.js.map +1 -0
  374. package/dist/commonjs/operationsInterfaces/checkNameAvailabilityWithLocation.d.ts +12 -0
  375. package/dist/commonjs/operationsInterfaces/checkNameAvailabilityWithLocation.d.ts.map +1 -0
  376. package/dist/commonjs/operationsInterfaces/checkNameAvailabilityWithLocation.js +10 -0
  377. package/dist/commonjs/operationsInterfaces/checkNameAvailabilityWithLocation.js.map +1 -0
  378. package/dist/commonjs/operationsInterfaces/configurations.d.ts +58 -0
  379. package/dist/commonjs/operationsInterfaces/configurations.d.ts.map +1 -0
  380. package/dist/commonjs/operationsInterfaces/configurations.js +10 -0
  381. package/dist/commonjs/operationsInterfaces/configurations.js.map +1 -0
  382. package/dist/commonjs/operationsInterfaces/databases.d.ts +56 -0
  383. package/dist/commonjs/operationsInterfaces/databases.d.ts.map +1 -0
  384. package/dist/commonjs/operationsInterfaces/databases.js +10 -0
  385. package/dist/commonjs/operationsInterfaces/databases.js.map +1 -0
  386. package/dist/commonjs/operationsInterfaces/firewallRules.d.ts +56 -0
  387. package/dist/commonjs/operationsInterfaces/firewallRules.d.ts.map +1 -0
  388. package/dist/commonjs/operationsInterfaces/firewallRules.js +10 -0
  389. package/dist/commonjs/operationsInterfaces/firewallRules.js.map +1 -0
  390. package/dist/commonjs/operationsInterfaces/flexibleServer.d.ts +31 -0
  391. package/dist/commonjs/operationsInterfaces/flexibleServer.d.ts.map +1 -0
  392. package/dist/commonjs/operationsInterfaces/flexibleServer.js +10 -0
  393. package/dist/commonjs/operationsInterfaces/flexibleServer.js.map +1 -0
  394. package/dist/commonjs/operationsInterfaces/getPrivateDnsZoneSuffix.d.ts +10 -0
  395. package/dist/commonjs/operationsInterfaces/getPrivateDnsZoneSuffix.d.ts.map +1 -0
  396. package/dist/commonjs/operationsInterfaces/getPrivateDnsZoneSuffix.js +10 -0
  397. package/dist/commonjs/operationsInterfaces/getPrivateDnsZoneSuffix.js.map +1 -0
  398. package/dist/commonjs/operationsInterfaces/index.d.ts +28 -0
  399. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  400. package/dist/commonjs/operationsInterfaces/index.js +38 -0
  401. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  402. package/dist/commonjs/operationsInterfaces/locationBasedCapabilities.d.ts +12 -0
  403. package/dist/commonjs/operationsInterfaces/locationBasedCapabilities.d.ts.map +1 -0
  404. package/dist/commonjs/operationsInterfaces/locationBasedCapabilities.js +10 -0
  405. package/dist/commonjs/operationsInterfaces/locationBasedCapabilities.js.map +1 -0
  406. package/dist/commonjs/operationsInterfaces/logFiles.d.ts +13 -0
  407. package/dist/commonjs/operationsInterfaces/logFiles.d.ts.map +1 -0
  408. package/dist/commonjs/operationsInterfaces/logFiles.js +10 -0
  409. package/dist/commonjs/operationsInterfaces/logFiles.js.map +1 -0
  410. package/dist/commonjs/operationsInterfaces/ltrBackupOperations.d.ts +21 -0
  411. package/dist/commonjs/operationsInterfaces/ltrBackupOperations.d.ts.map +1 -0
  412. package/dist/commonjs/operationsInterfaces/ltrBackupOperations.js +10 -0
  413. package/dist/commonjs/operationsInterfaces/ltrBackupOperations.js.map +1 -0
  414. package/dist/commonjs/operationsInterfaces/migrations.d.ts +53 -0
  415. package/dist/commonjs/operationsInterfaces/migrations.d.ts.map +1 -0
  416. package/dist/commonjs/operationsInterfaces/migrations.js +10 -0
  417. package/dist/commonjs/operationsInterfaces/migrations.js.map +1 -0
  418. package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
  419. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
  420. package/dist/commonjs/operationsInterfaces/operations.js +10 -0
  421. package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
  422. package/dist/commonjs/operationsInterfaces/privateEndpointConnectionOperations.d.ts +40 -0
  423. package/dist/commonjs/operationsInterfaces/privateEndpointConnectionOperations.d.ts.map +1 -0
  424. package/dist/commonjs/operationsInterfaces/privateEndpointConnectionOperations.js +10 -0
  425. package/dist/commonjs/operationsInterfaces/privateEndpointConnectionOperations.js.map +1 -0
  426. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts +21 -0
  427. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
  428. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js +10 -0
  429. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js.map +1 -0
  430. package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts +21 -0
  431. package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
  432. package/dist/commonjs/operationsInterfaces/privateLinkResources.js +10 -0
  433. package/dist/commonjs/operationsInterfaces/privateLinkResources.js.map +1 -0
  434. package/dist/commonjs/operationsInterfaces/quotaUsages.d.ts +12 -0
  435. package/dist/commonjs/operationsInterfaces/quotaUsages.d.ts.map +1 -0
  436. package/dist/commonjs/operationsInterfaces/quotaUsages.js +10 -0
  437. package/dist/commonjs/operationsInterfaces/quotaUsages.js.map +1 -0
  438. package/dist/commonjs/operationsInterfaces/replicas.d.ts +13 -0
  439. package/dist/commonjs/operationsInterfaces/replicas.d.ts.map +1 -0
  440. package/dist/commonjs/operationsInterfaces/replicas.js +10 -0
  441. package/dist/commonjs/operationsInterfaces/replicas.js.map +1 -0
  442. package/dist/commonjs/operationsInterfaces/serverCapabilities.d.ts +13 -0
  443. package/dist/commonjs/operationsInterfaces/serverCapabilities.d.ts.map +1 -0
  444. package/dist/commonjs/operationsInterfaces/serverCapabilities.js +10 -0
  445. package/dist/commonjs/operationsInterfaces/serverCapabilities.js.map +1 -0
  446. package/dist/commonjs/operationsInterfaces/serverThreatProtectionSettings.d.ts +40 -0
  447. package/dist/commonjs/operationsInterfaces/serverThreatProtectionSettings.d.ts.map +1 -0
  448. package/dist/commonjs/operationsInterfaces/serverThreatProtectionSettings.js +10 -0
  449. package/dist/commonjs/operationsInterfaces/serverThreatProtectionSettings.js.map +1 -0
  450. package/dist/commonjs/operationsInterfaces/servers.d.ts +115 -0
  451. package/dist/commonjs/operationsInterfaces/servers.d.ts.map +1 -0
  452. package/dist/commonjs/operationsInterfaces/servers.js +10 -0
  453. package/dist/commonjs/operationsInterfaces/servers.js.map +1 -0
  454. package/dist/commonjs/operationsInterfaces/tuningConfiguration.d.ts +90 -0
  455. package/dist/commonjs/operationsInterfaces/tuningConfiguration.d.ts.map +1 -0
  456. package/dist/commonjs/operationsInterfaces/tuningConfiguration.js +10 -0
  457. package/dist/commonjs/operationsInterfaces/tuningConfiguration.js.map +1 -0
  458. package/dist/commonjs/operationsInterfaces/tuningIndex.d.ts +14 -0
  459. package/dist/commonjs/operationsInterfaces/tuningIndex.d.ts.map +1 -0
  460. package/dist/commonjs/operationsInterfaces/tuningIndex.js +10 -0
  461. package/dist/commonjs/operationsInterfaces/tuningIndex.js.map +1 -0
  462. package/dist/commonjs/operationsInterfaces/tuningOptions.d.ts +21 -0
  463. package/dist/commonjs/operationsInterfaces/tuningOptions.d.ts.map +1 -0
  464. package/dist/commonjs/operationsInterfaces/tuningOptions.js +10 -0
  465. package/dist/commonjs/operationsInterfaces/tuningOptions.js.map +1 -0
  466. package/dist/commonjs/operationsInterfaces/virtualEndpoints.d.ts +76 -0
  467. package/dist/commonjs/operationsInterfaces/virtualEndpoints.d.ts.map +1 -0
  468. package/dist/commonjs/operationsInterfaces/virtualEndpoints.js +10 -0
  469. package/dist/commonjs/operationsInterfaces/virtualEndpoints.js.map +1 -0
  470. package/dist/commonjs/operationsInterfaces/virtualNetworkSubnetUsage.d.ts +12 -0
  471. package/dist/commonjs/operationsInterfaces/virtualNetworkSubnetUsage.d.ts.map +1 -0
  472. package/dist/commonjs/operationsInterfaces/virtualNetworkSubnetUsage.js +10 -0
  473. package/dist/commonjs/operationsInterfaces/virtualNetworkSubnetUsage.js.map +1 -0
  474. package/dist/commonjs/package.json +3 -0
  475. package/dist/commonjs/pagingHelper.d.ts +13 -0
  476. package/dist/commonjs/pagingHelper.d.ts.map +1 -0
  477. package/dist/commonjs/pagingHelper.js +36 -0
  478. package/dist/commonjs/pagingHelper.js.map +1 -0
  479. package/dist/commonjs/postgreSQLManagementFlexibleServerClient.d.ts +56 -0
  480. package/dist/commonjs/postgreSQLManagementFlexibleServerClient.d.ts.map +1 -0
  481. package/dist/commonjs/postgreSQLManagementFlexibleServerClient.js +169 -0
  482. package/dist/commonjs/postgreSQLManagementFlexibleServerClient.js.map +1 -0
  483. package/dist/commonjs/tsdoc-metadata.json +11 -0
  484. package/dist/esm/index.d.ts +5 -0
  485. package/dist/esm/index.d.ts.map +1 -0
  486. package/dist/esm/index.js +13 -0
  487. package/dist/esm/index.js.map +1 -0
  488. package/dist/esm/lroImpl.d.ts +11 -0
  489. package/dist/esm/lroImpl.d.ts.map +1 -0
  490. package/dist/esm/lroImpl.js +21 -0
  491. package/dist/esm/lroImpl.js.map +1 -0
  492. package/dist/esm/models/index.d.ts +3676 -0
  493. package/dist/esm/models/index.d.ts.map +1 -0
  494. package/dist/esm/models/index.js +712 -0
  495. package/dist/esm/models/index.js.map +1 -0
  496. package/dist/esm/models/mappers.d.ts +140 -0
  497. package/dist/esm/models/mappers.d.ts.map +1 -0
  498. package/dist/esm/models/mappers.js +4337 -0
  499. package/dist/esm/models/mappers.js.map +1 -0
  500. package/dist/esm/models/parameters.d.ts +49 -0
  501. package/dist/esm/models/parameters.d.ts.map +1 -0
  502. package/dist/esm/models/parameters.js +417 -0
  503. package/dist/esm/models/parameters.js.map +1 -0
  504. package/dist/esm/operations/administrators.d.ts +81 -0
  505. package/dist/esm/operations/administrators.d.ts.map +1 -0
  506. package/dist/esm/operations/administrators.js +350 -0
  507. package/dist/esm/operations/administrators.js.map +1 -0
  508. package/dist/esm/operations/backups.d.ts +79 -0
  509. package/dist/esm/operations/backups.d.ts.map +1 -0
  510. package/dist/esm/operations/backups.js +354 -0
  511. package/dist/esm/operations/backups.js.map +1 -0
  512. package/dist/esm/operations/checkNameAvailability.d.ts +19 -0
  513. package/dist/esm/operations/checkNameAvailability.d.ts.map +1 -0
  514. package/dist/esm/operations/checkNameAvailability.js +49 -0
  515. package/dist/esm/operations/checkNameAvailability.js.map +1 -0
  516. package/dist/esm/operations/checkNameAvailabilityWithLocation.d.ts +20 -0
  517. package/dist/esm/operations/checkNameAvailabilityWithLocation.d.ts.map +1 -0
  518. package/dist/esm/operations/checkNameAvailabilityWithLocation.js +50 -0
  519. package/dist/esm/operations/checkNameAvailabilityWithLocation.js.map +1 -0
  520. package/dist/esm/operations/configurations.d.ts +83 -0
  521. package/dist/esm/operations/configurations.d.ts.map +1 -0
  522. package/dist/esm/operations/configurations.js +374 -0
  523. package/dist/esm/operations/configurations.js.map +1 -0
  524. package/dist/esm/operations/databases.d.ts +81 -0
  525. package/dist/esm/operations/databases.d.ts.map +1 -0
  526. package/dist/esm/operations/databases.js +356 -0
  527. package/dist/esm/operations/databases.js.map +1 -0
  528. package/dist/esm/operations/firewallRules.d.ts +81 -0
  529. package/dist/esm/operations/firewallRules.d.ts.map +1 -0
  530. package/dist/esm/operations/firewallRules.js +356 -0
  531. package/dist/esm/operations/firewallRules.js.map +1 -0
  532. package/dist/esm/operations/flexibleServer.d.ts +39 -0
  533. package/dist/esm/operations/flexibleServer.d.ts.map +1 -0
  534. package/dist/esm/operations/flexibleServer.js +152 -0
  535. package/dist/esm/operations/flexibleServer.js.map +1 -0
  536. package/dist/esm/operations/getPrivateDnsZoneSuffix.d.ts +18 -0
  537. package/dist/esm/operations/getPrivateDnsZoneSuffix.d.ts.map +1 -0
  538. package/dist/esm/operations/getPrivateDnsZoneSuffix.js +46 -0
  539. package/dist/esm/operations/getPrivateDnsZoneSuffix.js.map +1 -0
  540. package/dist/esm/operations/index.d.ts +28 -0
  541. package/dist/esm/operations/index.d.ts.map +1 -0
  542. package/dist/esm/operations/index.js +35 -0
  543. package/dist/esm/operations/index.js.map +1 -0
  544. package/dist/esm/operations/locationBasedCapabilities.d.ts +35 -0
  545. package/dist/esm/operations/locationBasedCapabilities.d.ts.map +1 -0
  546. package/dist/esm/operations/locationBasedCapabilities.js +141 -0
  547. package/dist/esm/operations/locationBasedCapabilities.js.map +1 -0
  548. package/dist/esm/operations/logFiles.d.ts +38 -0
  549. package/dist/esm/operations/logFiles.d.ts.map +1 -0
  550. package/dist/esm/operations/logFiles.js +150 -0
  551. package/dist/esm/operations/logFiles.js.map +1 -0
  552. package/dist/esm/operations/ltrBackupOperations.d.ts +46 -0
  553. package/dist/esm/operations/ltrBackupOperations.d.ts.map +1 -0
  554. package/dist/esm/operations/ltrBackupOperations.js +182 -0
  555. package/dist/esm/operations/ltrBackupOperations.js.map +1 -0
  556. package/dist/esm/operations/migrations.d.ts +80 -0
  557. package/dist/esm/operations/migrations.d.ts.map +1 -0
  558. package/dist/esm/operations/migrations.js +326 -0
  559. package/dist/esm/operations/migrations.js.map +1 -0
  560. package/dist/esm/operations/operations.d.ts +32 -0
  561. package/dist/esm/operations/operations.d.ts.map +1 -0
  562. package/dist/esm/operations/operations.js +133 -0
  563. package/dist/esm/operations/operations.js.map +1 -0
  564. package/dist/esm/operations/privateEndpointConnectionOperations.d.ts +48 -0
  565. package/dist/esm/operations/privateEndpointConnectionOperations.d.ts.map +1 -0
  566. package/dist/esm/operations/privateEndpointConnectionOperations.js +209 -0
  567. package/dist/esm/operations/privateEndpointConnectionOperations.js.map +1 -0
  568. package/dist/esm/operations/privateEndpointConnections.d.ts +46 -0
  569. package/dist/esm/operations/privateEndpointConnections.d.ts.map +1 -0
  570. package/dist/esm/operations/privateEndpointConnections.js +182 -0
  571. package/dist/esm/operations/privateEndpointConnections.js.map +1 -0
  572. package/dist/esm/operations/privateLinkResources.d.ts +46 -0
  573. package/dist/esm/operations/privateLinkResources.d.ts.map +1 -0
  574. package/dist/esm/operations/privateLinkResources.js +182 -0
  575. package/dist/esm/operations/privateLinkResources.js.map +1 -0
  576. package/dist/esm/operations/quotaUsages.d.ts +35 -0
  577. package/dist/esm/operations/quotaUsages.d.ts.map +1 -0
  578. package/dist/esm/operations/quotaUsages.js +141 -0
  579. package/dist/esm/operations/quotaUsages.js.map +1 -0
  580. package/dist/esm/operations/replicas.d.ts +30 -0
  581. package/dist/esm/operations/replicas.d.ts.map +1 -0
  582. package/dist/esm/operations/replicas.js +105 -0
  583. package/dist/esm/operations/replicas.js.map +1 -0
  584. package/dist/esm/operations/serverCapabilities.d.ts +38 -0
  585. package/dist/esm/operations/serverCapabilities.d.ts.map +1 -0
  586. package/dist/esm/operations/serverCapabilities.js +150 -0
  587. package/dist/esm/operations/serverCapabilities.js.map +1 -0
  588. package/dist/esm/operations/serverThreatProtectionSettings.d.ts +65 -0
  589. package/dist/esm/operations/serverThreatProtectionSettings.d.ts.map +1 -0
  590. package/dist/esm/operations/serverThreatProtectionSettings.js +279 -0
  591. package/dist/esm/operations/serverThreatProtectionSettings.js.map +1 -0
  592. package/dist/esm/operations/servers.d.ts +151 -0
  593. package/dist/esm/operations/servers.d.ts.map +1 -0
  594. package/dist/esm/operations/servers.js +752 -0
  595. package/dist/esm/operations/servers.js.map +1 -0
  596. package/dist/esm/operations/tuningConfiguration.d.ts +137 -0
  597. package/dist/esm/operations/tuningConfiguration.d.ts.map +1 -0
  598. package/dist/esm/operations/tuningConfiguration.js +638 -0
  599. package/dist/esm/operations/tuningConfiguration.js.map +1 -0
  600. package/dist/esm/operations/tuningIndex.d.ts +41 -0
  601. package/dist/esm/operations/tuningIndex.d.ts.map +1 -0
  602. package/dist/esm/operations/tuningIndex.js +155 -0
  603. package/dist/esm/operations/tuningIndex.js.map +1 -0
  604. package/dist/esm/operations/tuningOptions.d.ts +46 -0
  605. package/dist/esm/operations/tuningOptions.d.ts.map +1 -0
  606. package/dist/esm/operations/tuningOptions.js +182 -0
  607. package/dist/esm/operations/tuningOptions.js.map +1 -0
  608. package/dist/esm/operations/virtualEndpoints.d.ts +101 -0
  609. package/dist/esm/operations/virtualEndpoints.d.ts.map +1 -0
  610. package/dist/esm/operations/virtualEndpoints.js +461 -0
  611. package/dist/esm/operations/virtualEndpoints.js.map +1 -0
  612. package/dist/esm/operations/virtualNetworkSubnetUsage.d.ts +20 -0
  613. package/dist/esm/operations/virtualNetworkSubnetUsage.d.ts.map +1 -0
  614. package/dist/esm/operations/virtualNetworkSubnetUsage.js +50 -0
  615. package/dist/esm/operations/virtualNetworkSubnetUsage.js.map +1 -0
  616. package/dist/esm/operationsInterfaces/administrators.d.ts +56 -0
  617. package/dist/esm/operationsInterfaces/administrators.d.ts.map +1 -0
  618. package/dist/esm/operationsInterfaces/administrators.js +9 -0
  619. package/dist/esm/operationsInterfaces/administrators.js.map +1 -0
  620. package/dist/esm/operationsInterfaces/backups.d.ts +54 -0
  621. package/dist/esm/operationsInterfaces/backups.d.ts.map +1 -0
  622. package/dist/esm/operationsInterfaces/backups.js +9 -0
  623. package/dist/esm/operationsInterfaces/backups.js.map +1 -0
  624. package/dist/esm/operationsInterfaces/checkNameAvailability.d.ts +11 -0
  625. package/dist/esm/operationsInterfaces/checkNameAvailability.d.ts.map +1 -0
  626. package/dist/esm/operationsInterfaces/checkNameAvailability.js +9 -0
  627. package/dist/esm/operationsInterfaces/checkNameAvailability.js.map +1 -0
  628. package/dist/esm/operationsInterfaces/checkNameAvailabilityWithLocation.d.ts +12 -0
  629. package/dist/esm/operationsInterfaces/checkNameAvailabilityWithLocation.d.ts.map +1 -0
  630. package/dist/esm/operationsInterfaces/checkNameAvailabilityWithLocation.js +9 -0
  631. package/dist/esm/operationsInterfaces/checkNameAvailabilityWithLocation.js.map +1 -0
  632. package/dist/esm/operationsInterfaces/configurations.d.ts +58 -0
  633. package/dist/esm/operationsInterfaces/configurations.d.ts.map +1 -0
  634. package/dist/esm/operationsInterfaces/configurations.js +9 -0
  635. package/dist/esm/operationsInterfaces/configurations.js.map +1 -0
  636. package/dist/esm/operationsInterfaces/databases.d.ts +56 -0
  637. package/dist/esm/operationsInterfaces/databases.d.ts.map +1 -0
  638. package/dist/esm/operationsInterfaces/databases.js +9 -0
  639. package/dist/esm/operationsInterfaces/databases.js.map +1 -0
  640. package/dist/esm/operationsInterfaces/firewallRules.d.ts +56 -0
  641. package/dist/esm/operationsInterfaces/firewallRules.d.ts.map +1 -0
  642. package/dist/esm/operationsInterfaces/firewallRules.js +9 -0
  643. package/dist/esm/operationsInterfaces/firewallRules.js.map +1 -0
  644. package/dist/esm/operationsInterfaces/flexibleServer.d.ts +31 -0
  645. package/dist/esm/operationsInterfaces/flexibleServer.d.ts.map +1 -0
  646. package/dist/esm/operationsInterfaces/flexibleServer.js +9 -0
  647. package/dist/esm/operationsInterfaces/flexibleServer.js.map +1 -0
  648. package/dist/esm/operationsInterfaces/getPrivateDnsZoneSuffix.d.ts +10 -0
  649. package/dist/esm/operationsInterfaces/getPrivateDnsZoneSuffix.d.ts.map +1 -0
  650. package/dist/esm/operationsInterfaces/getPrivateDnsZoneSuffix.js +9 -0
  651. package/dist/esm/operationsInterfaces/getPrivateDnsZoneSuffix.js.map +1 -0
  652. package/dist/esm/operationsInterfaces/index.d.ts +28 -0
  653. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  654. package/dist/esm/operationsInterfaces/index.js +35 -0
  655. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  656. package/dist/esm/operationsInterfaces/locationBasedCapabilities.d.ts +12 -0
  657. package/dist/esm/operationsInterfaces/locationBasedCapabilities.d.ts.map +1 -0
  658. package/dist/esm/operationsInterfaces/locationBasedCapabilities.js +9 -0
  659. package/dist/esm/operationsInterfaces/locationBasedCapabilities.js.map +1 -0
  660. package/dist/esm/operationsInterfaces/logFiles.d.ts +13 -0
  661. package/dist/esm/operationsInterfaces/logFiles.d.ts.map +1 -0
  662. package/dist/esm/operationsInterfaces/logFiles.js +9 -0
  663. package/dist/esm/operationsInterfaces/logFiles.js.map +1 -0
  664. package/dist/esm/operationsInterfaces/ltrBackupOperations.d.ts +21 -0
  665. package/dist/esm/operationsInterfaces/ltrBackupOperations.d.ts.map +1 -0
  666. package/dist/esm/operationsInterfaces/ltrBackupOperations.js +9 -0
  667. package/dist/esm/operationsInterfaces/ltrBackupOperations.js.map +1 -0
  668. package/dist/esm/operationsInterfaces/migrations.d.ts +53 -0
  669. package/dist/esm/operationsInterfaces/migrations.d.ts.map +1 -0
  670. package/dist/esm/operationsInterfaces/migrations.js +9 -0
  671. package/dist/esm/operationsInterfaces/migrations.js.map +1 -0
  672. package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
  673. package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
  674. package/dist/esm/operationsInterfaces/operations.js +9 -0
  675. package/dist/esm/operationsInterfaces/operations.js.map +1 -0
  676. package/dist/esm/operationsInterfaces/privateEndpointConnectionOperations.d.ts +40 -0
  677. package/dist/esm/operationsInterfaces/privateEndpointConnectionOperations.d.ts.map +1 -0
  678. package/dist/esm/operationsInterfaces/privateEndpointConnectionOperations.js +9 -0
  679. package/dist/esm/operationsInterfaces/privateEndpointConnectionOperations.js.map +1 -0
  680. package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts +21 -0
  681. package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
  682. package/dist/esm/operationsInterfaces/privateEndpointConnections.js +9 -0
  683. package/dist/esm/operationsInterfaces/privateEndpointConnections.js.map +1 -0
  684. package/dist/esm/operationsInterfaces/privateLinkResources.d.ts +21 -0
  685. package/dist/esm/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
  686. package/dist/esm/operationsInterfaces/privateLinkResources.js +9 -0
  687. package/dist/esm/operationsInterfaces/privateLinkResources.js.map +1 -0
  688. package/dist/esm/operationsInterfaces/quotaUsages.d.ts +12 -0
  689. package/dist/esm/operationsInterfaces/quotaUsages.d.ts.map +1 -0
  690. package/dist/esm/operationsInterfaces/quotaUsages.js +9 -0
  691. package/dist/esm/operationsInterfaces/quotaUsages.js.map +1 -0
  692. package/dist/esm/operationsInterfaces/replicas.d.ts +13 -0
  693. package/dist/esm/operationsInterfaces/replicas.d.ts.map +1 -0
  694. package/dist/esm/operationsInterfaces/replicas.js +9 -0
  695. package/dist/esm/operationsInterfaces/replicas.js.map +1 -0
  696. package/dist/esm/operationsInterfaces/serverCapabilities.d.ts +13 -0
  697. package/dist/esm/operationsInterfaces/serverCapabilities.d.ts.map +1 -0
  698. package/dist/esm/operationsInterfaces/serverCapabilities.js +9 -0
  699. package/dist/esm/operationsInterfaces/serverCapabilities.js.map +1 -0
  700. package/dist/esm/operationsInterfaces/serverThreatProtectionSettings.d.ts +40 -0
  701. package/dist/esm/operationsInterfaces/serverThreatProtectionSettings.d.ts.map +1 -0
  702. package/dist/esm/operationsInterfaces/serverThreatProtectionSettings.js +9 -0
  703. package/dist/esm/operationsInterfaces/serverThreatProtectionSettings.js.map +1 -0
  704. package/dist/esm/operationsInterfaces/servers.d.ts +115 -0
  705. package/dist/esm/operationsInterfaces/servers.d.ts.map +1 -0
  706. package/dist/esm/operationsInterfaces/servers.js +9 -0
  707. package/dist/esm/operationsInterfaces/servers.js.map +1 -0
  708. package/dist/esm/operationsInterfaces/tuningConfiguration.d.ts +90 -0
  709. package/dist/esm/operationsInterfaces/tuningConfiguration.d.ts.map +1 -0
  710. package/dist/esm/operationsInterfaces/tuningConfiguration.js +9 -0
  711. package/dist/esm/operationsInterfaces/tuningConfiguration.js.map +1 -0
  712. package/dist/esm/operationsInterfaces/tuningIndex.d.ts +14 -0
  713. package/dist/esm/operationsInterfaces/tuningIndex.d.ts.map +1 -0
  714. package/dist/esm/operationsInterfaces/tuningIndex.js +9 -0
  715. package/dist/esm/operationsInterfaces/tuningIndex.js.map +1 -0
  716. package/dist/esm/operationsInterfaces/tuningOptions.d.ts +21 -0
  717. package/dist/esm/operationsInterfaces/tuningOptions.d.ts.map +1 -0
  718. package/dist/esm/operationsInterfaces/tuningOptions.js +9 -0
  719. package/dist/esm/operationsInterfaces/tuningOptions.js.map +1 -0
  720. package/dist/esm/operationsInterfaces/virtualEndpoints.d.ts +76 -0
  721. package/dist/esm/operationsInterfaces/virtualEndpoints.d.ts.map +1 -0
  722. package/dist/esm/operationsInterfaces/virtualEndpoints.js +9 -0
  723. package/dist/esm/operationsInterfaces/virtualEndpoints.js.map +1 -0
  724. package/dist/esm/operationsInterfaces/virtualNetworkSubnetUsage.d.ts +12 -0
  725. package/dist/esm/operationsInterfaces/virtualNetworkSubnetUsage.d.ts.map +1 -0
  726. package/dist/esm/operationsInterfaces/virtualNetworkSubnetUsage.js +9 -0
  727. package/dist/esm/operationsInterfaces/virtualNetworkSubnetUsage.js.map +1 -0
  728. package/dist/esm/package.json +3 -0
  729. package/dist/esm/pagingHelper.d.ts +13 -0
  730. package/dist/esm/pagingHelper.d.ts.map +1 -0
  731. package/dist/esm/pagingHelper.js +32 -0
  732. package/dist/esm/pagingHelper.js.map +1 -0
  733. package/dist/esm/postgreSQLManagementFlexibleServerClient.d.ts +56 -0
  734. package/dist/esm/postgreSQLManagementFlexibleServerClient.d.ts.map +1 -0
  735. package/dist/esm/postgreSQLManagementFlexibleServerClient.js +164 -0
  736. package/dist/esm/postgreSQLManagementFlexibleServerClient.js.map +1 -0
  737. package/dist/react-native/index.d.ts +5 -0
  738. package/dist/react-native/index.d.ts.map +1 -0
  739. package/dist/react-native/index.js +13 -0
  740. package/dist/react-native/index.js.map +1 -0
  741. package/dist/react-native/lroImpl.d.ts +11 -0
  742. package/dist/react-native/lroImpl.d.ts.map +1 -0
  743. package/dist/react-native/lroImpl.js +21 -0
  744. package/dist/react-native/lroImpl.js.map +1 -0
  745. package/dist/react-native/models/index.d.ts +3676 -0
  746. package/dist/react-native/models/index.d.ts.map +1 -0
  747. package/dist/react-native/models/index.js +712 -0
  748. package/dist/react-native/models/index.js.map +1 -0
  749. package/dist/react-native/models/mappers.d.ts +140 -0
  750. package/dist/react-native/models/mappers.d.ts.map +1 -0
  751. package/dist/react-native/models/mappers.js +4337 -0
  752. package/dist/react-native/models/mappers.js.map +1 -0
  753. package/dist/react-native/models/parameters.d.ts +49 -0
  754. package/dist/react-native/models/parameters.d.ts.map +1 -0
  755. package/dist/react-native/models/parameters.js +417 -0
  756. package/dist/react-native/models/parameters.js.map +1 -0
  757. package/dist/react-native/operations/administrators.d.ts +81 -0
  758. package/dist/react-native/operations/administrators.d.ts.map +1 -0
  759. package/dist/react-native/operations/administrators.js +350 -0
  760. package/dist/react-native/operations/administrators.js.map +1 -0
  761. package/dist/react-native/operations/backups.d.ts +79 -0
  762. package/dist/react-native/operations/backups.d.ts.map +1 -0
  763. package/dist/react-native/operations/backups.js +354 -0
  764. package/dist/react-native/operations/backups.js.map +1 -0
  765. package/dist/react-native/operations/checkNameAvailability.d.ts +19 -0
  766. package/dist/react-native/operations/checkNameAvailability.d.ts.map +1 -0
  767. package/dist/react-native/operations/checkNameAvailability.js +49 -0
  768. package/dist/react-native/operations/checkNameAvailability.js.map +1 -0
  769. package/dist/react-native/operations/checkNameAvailabilityWithLocation.d.ts +20 -0
  770. package/dist/react-native/operations/checkNameAvailabilityWithLocation.d.ts.map +1 -0
  771. package/dist/react-native/operations/checkNameAvailabilityWithLocation.js +50 -0
  772. package/dist/react-native/operations/checkNameAvailabilityWithLocation.js.map +1 -0
  773. package/dist/react-native/operations/configurations.d.ts +83 -0
  774. package/dist/react-native/operations/configurations.d.ts.map +1 -0
  775. package/dist/react-native/operations/configurations.js +374 -0
  776. package/dist/react-native/operations/configurations.js.map +1 -0
  777. package/dist/react-native/operations/databases.d.ts +81 -0
  778. package/dist/react-native/operations/databases.d.ts.map +1 -0
  779. package/dist/react-native/operations/databases.js +356 -0
  780. package/dist/react-native/operations/databases.js.map +1 -0
  781. package/dist/react-native/operations/firewallRules.d.ts +81 -0
  782. package/dist/react-native/operations/firewallRules.d.ts.map +1 -0
  783. package/dist/react-native/operations/firewallRules.js +356 -0
  784. package/dist/react-native/operations/firewallRules.js.map +1 -0
  785. package/dist/react-native/operations/flexibleServer.d.ts +39 -0
  786. package/dist/react-native/operations/flexibleServer.d.ts.map +1 -0
  787. package/dist/react-native/operations/flexibleServer.js +152 -0
  788. package/dist/react-native/operations/flexibleServer.js.map +1 -0
  789. package/dist/react-native/operations/getPrivateDnsZoneSuffix.d.ts +18 -0
  790. package/dist/react-native/operations/getPrivateDnsZoneSuffix.d.ts.map +1 -0
  791. package/dist/react-native/operations/getPrivateDnsZoneSuffix.js +46 -0
  792. package/dist/react-native/operations/getPrivateDnsZoneSuffix.js.map +1 -0
  793. package/dist/react-native/operations/index.d.ts +28 -0
  794. package/dist/react-native/operations/index.d.ts.map +1 -0
  795. package/dist/react-native/operations/index.js +35 -0
  796. package/dist/react-native/operations/index.js.map +1 -0
  797. package/dist/react-native/operations/locationBasedCapabilities.d.ts +35 -0
  798. package/dist/react-native/operations/locationBasedCapabilities.d.ts.map +1 -0
  799. package/dist/react-native/operations/locationBasedCapabilities.js +141 -0
  800. package/dist/react-native/operations/locationBasedCapabilities.js.map +1 -0
  801. package/dist/react-native/operations/logFiles.d.ts +38 -0
  802. package/dist/react-native/operations/logFiles.d.ts.map +1 -0
  803. package/dist/react-native/operations/logFiles.js +150 -0
  804. package/dist/react-native/operations/logFiles.js.map +1 -0
  805. package/dist/react-native/operations/ltrBackupOperations.d.ts +46 -0
  806. package/dist/react-native/operations/ltrBackupOperations.d.ts.map +1 -0
  807. package/dist/react-native/operations/ltrBackupOperations.js +182 -0
  808. package/dist/react-native/operations/ltrBackupOperations.js.map +1 -0
  809. package/dist/react-native/operations/migrations.d.ts +80 -0
  810. package/dist/react-native/operations/migrations.d.ts.map +1 -0
  811. package/dist/react-native/operations/migrations.js +326 -0
  812. package/dist/react-native/operations/migrations.js.map +1 -0
  813. package/dist/react-native/operations/operations.d.ts +32 -0
  814. package/dist/react-native/operations/operations.d.ts.map +1 -0
  815. package/dist/react-native/operations/operations.js +133 -0
  816. package/dist/react-native/operations/operations.js.map +1 -0
  817. package/dist/react-native/operations/privateEndpointConnectionOperations.d.ts +48 -0
  818. package/dist/react-native/operations/privateEndpointConnectionOperations.d.ts.map +1 -0
  819. package/dist/react-native/operations/privateEndpointConnectionOperations.js +209 -0
  820. package/dist/react-native/operations/privateEndpointConnectionOperations.js.map +1 -0
  821. package/dist/react-native/operations/privateEndpointConnections.d.ts +46 -0
  822. package/dist/react-native/operations/privateEndpointConnections.d.ts.map +1 -0
  823. package/dist/react-native/operations/privateEndpointConnections.js +182 -0
  824. package/dist/react-native/operations/privateEndpointConnections.js.map +1 -0
  825. package/dist/react-native/operations/privateLinkResources.d.ts +46 -0
  826. package/dist/react-native/operations/privateLinkResources.d.ts.map +1 -0
  827. package/dist/react-native/operations/privateLinkResources.js +182 -0
  828. package/dist/react-native/operations/privateLinkResources.js.map +1 -0
  829. package/dist/react-native/operations/quotaUsages.d.ts +35 -0
  830. package/dist/react-native/operations/quotaUsages.d.ts.map +1 -0
  831. package/dist/react-native/operations/quotaUsages.js +141 -0
  832. package/dist/react-native/operations/quotaUsages.js.map +1 -0
  833. package/dist/react-native/operations/replicas.d.ts +30 -0
  834. package/dist/react-native/operations/replicas.d.ts.map +1 -0
  835. package/dist/react-native/operations/replicas.js +105 -0
  836. package/dist/react-native/operations/replicas.js.map +1 -0
  837. package/dist/react-native/operations/serverCapabilities.d.ts +38 -0
  838. package/dist/react-native/operations/serverCapabilities.d.ts.map +1 -0
  839. package/dist/react-native/operations/serverCapabilities.js +150 -0
  840. package/dist/react-native/operations/serverCapabilities.js.map +1 -0
  841. package/dist/react-native/operations/serverThreatProtectionSettings.d.ts +65 -0
  842. package/dist/react-native/operations/serverThreatProtectionSettings.d.ts.map +1 -0
  843. package/dist/react-native/operations/serverThreatProtectionSettings.js +279 -0
  844. package/dist/react-native/operations/serverThreatProtectionSettings.js.map +1 -0
  845. package/dist/react-native/operations/servers.d.ts +151 -0
  846. package/dist/react-native/operations/servers.d.ts.map +1 -0
  847. package/dist/react-native/operations/servers.js +752 -0
  848. package/dist/react-native/operations/servers.js.map +1 -0
  849. package/dist/react-native/operations/tuningConfiguration.d.ts +137 -0
  850. package/dist/react-native/operations/tuningConfiguration.d.ts.map +1 -0
  851. package/dist/react-native/operations/tuningConfiguration.js +638 -0
  852. package/dist/react-native/operations/tuningConfiguration.js.map +1 -0
  853. package/dist/react-native/operations/tuningIndex.d.ts +41 -0
  854. package/dist/react-native/operations/tuningIndex.d.ts.map +1 -0
  855. package/dist/react-native/operations/tuningIndex.js +155 -0
  856. package/dist/react-native/operations/tuningIndex.js.map +1 -0
  857. package/dist/react-native/operations/tuningOptions.d.ts +46 -0
  858. package/dist/react-native/operations/tuningOptions.d.ts.map +1 -0
  859. package/dist/react-native/operations/tuningOptions.js +182 -0
  860. package/dist/react-native/operations/tuningOptions.js.map +1 -0
  861. package/dist/react-native/operations/virtualEndpoints.d.ts +101 -0
  862. package/dist/react-native/operations/virtualEndpoints.d.ts.map +1 -0
  863. package/dist/react-native/operations/virtualEndpoints.js +461 -0
  864. package/dist/react-native/operations/virtualEndpoints.js.map +1 -0
  865. package/dist/react-native/operations/virtualNetworkSubnetUsage.d.ts +20 -0
  866. package/dist/react-native/operations/virtualNetworkSubnetUsage.d.ts.map +1 -0
  867. package/dist/react-native/operations/virtualNetworkSubnetUsage.js +50 -0
  868. package/dist/react-native/operations/virtualNetworkSubnetUsage.js.map +1 -0
  869. package/dist/react-native/operationsInterfaces/administrators.d.ts +56 -0
  870. package/dist/react-native/operationsInterfaces/administrators.d.ts.map +1 -0
  871. package/dist/react-native/operationsInterfaces/administrators.js +9 -0
  872. package/dist/react-native/operationsInterfaces/administrators.js.map +1 -0
  873. package/dist/react-native/operationsInterfaces/backups.d.ts +54 -0
  874. package/dist/react-native/operationsInterfaces/backups.d.ts.map +1 -0
  875. package/dist/react-native/operationsInterfaces/backups.js +9 -0
  876. package/dist/react-native/operationsInterfaces/backups.js.map +1 -0
  877. package/dist/react-native/operationsInterfaces/checkNameAvailability.d.ts +11 -0
  878. package/dist/react-native/operationsInterfaces/checkNameAvailability.d.ts.map +1 -0
  879. package/dist/react-native/operationsInterfaces/checkNameAvailability.js +9 -0
  880. package/dist/react-native/operationsInterfaces/checkNameAvailability.js.map +1 -0
  881. package/dist/react-native/operationsInterfaces/checkNameAvailabilityWithLocation.d.ts +12 -0
  882. package/dist/react-native/operationsInterfaces/checkNameAvailabilityWithLocation.d.ts.map +1 -0
  883. package/dist/react-native/operationsInterfaces/checkNameAvailabilityWithLocation.js +9 -0
  884. package/dist/react-native/operationsInterfaces/checkNameAvailabilityWithLocation.js.map +1 -0
  885. package/dist/react-native/operationsInterfaces/configurations.d.ts +58 -0
  886. package/dist/react-native/operationsInterfaces/configurations.d.ts.map +1 -0
  887. package/dist/react-native/operationsInterfaces/configurations.js +9 -0
  888. package/dist/react-native/operationsInterfaces/configurations.js.map +1 -0
  889. package/dist/react-native/operationsInterfaces/databases.d.ts +56 -0
  890. package/dist/react-native/operationsInterfaces/databases.d.ts.map +1 -0
  891. package/dist/react-native/operationsInterfaces/databases.js +9 -0
  892. package/dist/react-native/operationsInterfaces/databases.js.map +1 -0
  893. package/dist/react-native/operationsInterfaces/firewallRules.d.ts +56 -0
  894. package/dist/react-native/operationsInterfaces/firewallRules.d.ts.map +1 -0
  895. package/dist/react-native/operationsInterfaces/firewallRules.js +9 -0
  896. package/dist/react-native/operationsInterfaces/firewallRules.js.map +1 -0
  897. package/dist/react-native/operationsInterfaces/flexibleServer.d.ts +31 -0
  898. package/dist/react-native/operationsInterfaces/flexibleServer.d.ts.map +1 -0
  899. package/dist/react-native/operationsInterfaces/flexibleServer.js +9 -0
  900. package/dist/react-native/operationsInterfaces/flexibleServer.js.map +1 -0
  901. package/dist/react-native/operationsInterfaces/getPrivateDnsZoneSuffix.d.ts +10 -0
  902. package/dist/react-native/operationsInterfaces/getPrivateDnsZoneSuffix.d.ts.map +1 -0
  903. package/dist/react-native/operationsInterfaces/getPrivateDnsZoneSuffix.js +9 -0
  904. package/dist/react-native/operationsInterfaces/getPrivateDnsZoneSuffix.js.map +1 -0
  905. package/dist/react-native/operationsInterfaces/index.d.ts +28 -0
  906. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
  907. package/dist/react-native/operationsInterfaces/index.js +35 -0
  908. package/dist/react-native/operationsInterfaces/index.js.map +1 -0
  909. package/dist/react-native/operationsInterfaces/locationBasedCapabilities.d.ts +12 -0
  910. package/dist/react-native/operationsInterfaces/locationBasedCapabilities.d.ts.map +1 -0
  911. package/dist/react-native/operationsInterfaces/locationBasedCapabilities.js +9 -0
  912. package/dist/react-native/operationsInterfaces/locationBasedCapabilities.js.map +1 -0
  913. package/dist/react-native/operationsInterfaces/logFiles.d.ts +13 -0
  914. package/dist/react-native/operationsInterfaces/logFiles.d.ts.map +1 -0
  915. package/dist/react-native/operationsInterfaces/logFiles.js +9 -0
  916. package/dist/react-native/operationsInterfaces/logFiles.js.map +1 -0
  917. package/dist/react-native/operationsInterfaces/ltrBackupOperations.d.ts +21 -0
  918. package/dist/react-native/operationsInterfaces/ltrBackupOperations.d.ts.map +1 -0
  919. package/dist/react-native/operationsInterfaces/ltrBackupOperations.js +9 -0
  920. package/dist/react-native/operationsInterfaces/ltrBackupOperations.js.map +1 -0
  921. package/dist/react-native/operationsInterfaces/migrations.d.ts +53 -0
  922. package/dist/react-native/operationsInterfaces/migrations.d.ts.map +1 -0
  923. package/dist/react-native/operationsInterfaces/migrations.js +9 -0
  924. package/dist/react-native/operationsInterfaces/migrations.js.map +1 -0
  925. package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
  926. package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
  927. package/dist/react-native/operationsInterfaces/operations.js +9 -0
  928. package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
  929. package/dist/react-native/operationsInterfaces/privateEndpointConnectionOperations.d.ts +40 -0
  930. package/dist/react-native/operationsInterfaces/privateEndpointConnectionOperations.d.ts.map +1 -0
  931. package/dist/react-native/operationsInterfaces/privateEndpointConnectionOperations.js +9 -0
  932. package/dist/react-native/operationsInterfaces/privateEndpointConnectionOperations.js.map +1 -0
  933. package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts +21 -0
  934. package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
  935. package/dist/react-native/operationsInterfaces/privateEndpointConnections.js +9 -0
  936. package/dist/react-native/operationsInterfaces/privateEndpointConnections.js.map +1 -0
  937. package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts +21 -0
  938. package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
  939. package/dist/react-native/operationsInterfaces/privateLinkResources.js +9 -0
  940. package/dist/react-native/operationsInterfaces/privateLinkResources.js.map +1 -0
  941. package/dist/react-native/operationsInterfaces/quotaUsages.d.ts +12 -0
  942. package/dist/react-native/operationsInterfaces/quotaUsages.d.ts.map +1 -0
  943. package/dist/react-native/operationsInterfaces/quotaUsages.js +9 -0
  944. package/dist/react-native/operationsInterfaces/quotaUsages.js.map +1 -0
  945. package/dist/react-native/operationsInterfaces/replicas.d.ts +13 -0
  946. package/dist/react-native/operationsInterfaces/replicas.d.ts.map +1 -0
  947. package/dist/react-native/operationsInterfaces/replicas.js +9 -0
  948. package/dist/react-native/operationsInterfaces/replicas.js.map +1 -0
  949. package/dist/react-native/operationsInterfaces/serverCapabilities.d.ts +13 -0
  950. package/dist/react-native/operationsInterfaces/serverCapabilities.d.ts.map +1 -0
  951. package/dist/react-native/operationsInterfaces/serverCapabilities.js +9 -0
  952. package/dist/react-native/operationsInterfaces/serverCapabilities.js.map +1 -0
  953. package/dist/react-native/operationsInterfaces/serverThreatProtectionSettings.d.ts +40 -0
  954. package/dist/react-native/operationsInterfaces/serverThreatProtectionSettings.d.ts.map +1 -0
  955. package/dist/react-native/operationsInterfaces/serverThreatProtectionSettings.js +9 -0
  956. package/dist/react-native/operationsInterfaces/serverThreatProtectionSettings.js.map +1 -0
  957. package/dist/react-native/operationsInterfaces/servers.d.ts +115 -0
  958. package/dist/react-native/operationsInterfaces/servers.d.ts.map +1 -0
  959. package/dist/react-native/operationsInterfaces/servers.js +9 -0
  960. package/dist/react-native/operationsInterfaces/servers.js.map +1 -0
  961. package/dist/react-native/operationsInterfaces/tuningConfiguration.d.ts +90 -0
  962. package/dist/react-native/operationsInterfaces/tuningConfiguration.d.ts.map +1 -0
  963. package/dist/react-native/operationsInterfaces/tuningConfiguration.js +9 -0
  964. package/dist/react-native/operationsInterfaces/tuningConfiguration.js.map +1 -0
  965. package/dist/react-native/operationsInterfaces/tuningIndex.d.ts +14 -0
  966. package/dist/react-native/operationsInterfaces/tuningIndex.d.ts.map +1 -0
  967. package/dist/react-native/operationsInterfaces/tuningIndex.js +9 -0
  968. package/dist/react-native/operationsInterfaces/tuningIndex.js.map +1 -0
  969. package/dist/react-native/operationsInterfaces/tuningOptions.d.ts +21 -0
  970. package/dist/react-native/operationsInterfaces/tuningOptions.d.ts.map +1 -0
  971. package/dist/react-native/operationsInterfaces/tuningOptions.js +9 -0
  972. package/dist/react-native/operationsInterfaces/tuningOptions.js.map +1 -0
  973. package/dist/react-native/operationsInterfaces/virtualEndpoints.d.ts +76 -0
  974. package/dist/react-native/operationsInterfaces/virtualEndpoints.d.ts.map +1 -0
  975. package/dist/react-native/operationsInterfaces/virtualEndpoints.js +9 -0
  976. package/dist/react-native/operationsInterfaces/virtualEndpoints.js.map +1 -0
  977. package/dist/react-native/operationsInterfaces/virtualNetworkSubnetUsage.d.ts +12 -0
  978. package/dist/react-native/operationsInterfaces/virtualNetworkSubnetUsage.d.ts.map +1 -0
  979. package/dist/react-native/operationsInterfaces/virtualNetworkSubnetUsage.js +9 -0
  980. package/dist/react-native/operationsInterfaces/virtualNetworkSubnetUsage.js.map +1 -0
  981. package/dist/react-native/package.json +3 -0
  982. package/dist/react-native/pagingHelper.d.ts +13 -0
  983. package/dist/react-native/pagingHelper.d.ts.map +1 -0
  984. package/dist/react-native/pagingHelper.js +32 -0
  985. package/dist/react-native/pagingHelper.js.map +1 -0
  986. package/dist/react-native/postgreSQLManagementFlexibleServerClient.d.ts +56 -0
  987. package/dist/react-native/postgreSQLManagementFlexibleServerClient.d.ts.map +1 -0
  988. package/dist/react-native/postgreSQLManagementFlexibleServerClient.js +164 -0
  989. package/dist/react-native/postgreSQLManagementFlexibleServerClient.js.map +1 -0
  990. package/package.json +77 -61
  991. package/review/arm-postgresql-flexible.api.md +382 -7
  992. package/dist/index.js +0 -10346
  993. package/dist/index.js.map +0 -1
  994. package/dist/index.min.js +0 -1
  995. package/dist/index.min.js.map +0 -1
  996. package/dist-esm/samples-dev/administratorsCreateSample.d.ts +0 -2
  997. package/dist-esm/samples-dev/administratorsCreateSample.d.ts.map +0 -1
  998. package/dist-esm/samples-dev/administratorsCreateSample.js +0 -45
  999. package/dist-esm/samples-dev/administratorsCreateSample.js.map +0 -1
  1000. package/dist-esm/samples-dev/administratorsDeleteSample.d.ts +0 -2
  1001. package/dist-esm/samples-dev/administratorsDeleteSample.d.ts.map +0 -1
  1002. package/dist-esm/samples-dev/administratorsDeleteSample.js +0 -40
  1003. package/dist-esm/samples-dev/administratorsDeleteSample.js.map +0 -1
  1004. package/dist-esm/samples-dev/administratorsGetSample.d.ts +0 -2
  1005. package/dist-esm/samples-dev/administratorsGetSample.d.ts.map +0 -1
  1006. package/dist-esm/samples-dev/administratorsGetSample.js +0 -40
  1007. package/dist-esm/samples-dev/administratorsGetSample.js.map +0 -1
  1008. package/dist-esm/samples-dev/administratorsListByServerSample.d.ts +0 -2
  1009. package/dist-esm/samples-dev/administratorsListByServerSample.d.ts.map +0 -1
  1010. package/dist-esm/samples-dev/administratorsListByServerSample.js +0 -55
  1011. package/dist-esm/samples-dev/administratorsListByServerSample.js.map +0 -1
  1012. package/dist-esm/samples-dev/backupsGetSample.d.ts +0 -2
  1013. package/dist-esm/samples-dev/backupsGetSample.d.ts.map +0 -1
  1014. package/dist-esm/samples-dev/backupsGetSample.js +0 -40
  1015. package/dist-esm/samples-dev/backupsGetSample.js.map +0 -1
  1016. package/dist-esm/samples-dev/backupsListByServerSample.d.ts +0 -2
  1017. package/dist-esm/samples-dev/backupsListByServerSample.d.ts.map +0 -1
  1018. package/dist-esm/samples-dev/backupsListByServerSample.js +0 -55
  1019. package/dist-esm/samples-dev/backupsListByServerSample.js.map +0 -1
  1020. package/dist-esm/samples-dev/checkMigrationNameAvailabilitySample.d.ts +0 -2
  1021. package/dist-esm/samples-dev/checkMigrationNameAvailabilitySample.d.ts.map +0 -1
  1022. package/dist-esm/samples-dev/checkMigrationNameAvailabilitySample.js +0 -42
  1023. package/dist-esm/samples-dev/checkMigrationNameAvailabilitySample.js.map +0 -1
  1024. package/dist-esm/samples-dev/checkNameAvailabilityExecuteSample.d.ts +0 -2
  1025. package/dist-esm/samples-dev/checkNameAvailabilityExecuteSample.d.ts.map +0 -1
  1026. package/dist-esm/samples-dev/checkNameAvailabilityExecuteSample.js +0 -41
  1027. package/dist-esm/samples-dev/checkNameAvailabilityExecuteSample.js.map +0 -1
  1028. package/dist-esm/samples-dev/checkNameAvailabilityWithLocationExecuteSample.d.ts +0 -2
  1029. package/dist-esm/samples-dev/checkNameAvailabilityWithLocationExecuteSample.d.ts.map +0 -1
  1030. package/dist-esm/samples-dev/checkNameAvailabilityWithLocationExecuteSample.js +0 -42
  1031. package/dist-esm/samples-dev/checkNameAvailabilityWithLocationExecuteSample.js.map +0 -1
  1032. package/dist-esm/samples-dev/configurationsGetSample.d.ts +0 -2
  1033. package/dist-esm/samples-dev/configurationsGetSample.d.ts.map +0 -1
  1034. package/dist-esm/samples-dev/configurationsGetSample.js +0 -40
  1035. package/dist-esm/samples-dev/configurationsGetSample.js.map +0 -1
  1036. package/dist-esm/samples-dev/configurationsListByServerSample.d.ts +0 -2
  1037. package/dist-esm/samples-dev/configurationsListByServerSample.d.ts.map +0 -1
  1038. package/dist-esm/samples-dev/configurationsListByServerSample.js +0 -55
  1039. package/dist-esm/samples-dev/configurationsListByServerSample.js.map +0 -1
  1040. package/dist-esm/samples-dev/configurationsPutSample.d.ts +0 -2
  1041. package/dist-esm/samples-dev/configurationsPutSample.d.ts.map +0 -1
  1042. package/dist-esm/samples-dev/configurationsPutSample.js +0 -41
  1043. package/dist-esm/samples-dev/configurationsPutSample.js.map +0 -1
  1044. package/dist-esm/samples-dev/configurationsUpdateSample.d.ts +0 -2
  1045. package/dist-esm/samples-dev/configurationsUpdateSample.d.ts.map +0 -1
  1046. package/dist-esm/samples-dev/configurationsUpdateSample.js +0 -44
  1047. package/dist-esm/samples-dev/configurationsUpdateSample.js.map +0 -1
  1048. package/dist-esm/samples-dev/databasesCreateSample.d.ts +0 -2
  1049. package/dist-esm/samples-dev/databasesCreateSample.d.ts.map +0 -1
  1050. package/dist-esm/samples-dev/databasesCreateSample.js +0 -41
  1051. package/dist-esm/samples-dev/databasesCreateSample.js.map +0 -1
  1052. package/dist-esm/samples-dev/databasesDeleteSample.d.ts +0 -2
  1053. package/dist-esm/samples-dev/databasesDeleteSample.d.ts.map +0 -1
  1054. package/dist-esm/samples-dev/databasesDeleteSample.js +0 -40
  1055. package/dist-esm/samples-dev/databasesDeleteSample.js.map +0 -1
  1056. package/dist-esm/samples-dev/databasesGetSample.d.ts +0 -2
  1057. package/dist-esm/samples-dev/databasesGetSample.d.ts.map +0 -1
  1058. package/dist-esm/samples-dev/databasesGetSample.js +0 -40
  1059. package/dist-esm/samples-dev/databasesGetSample.js.map +0 -1
  1060. package/dist-esm/samples-dev/databasesListByServerSample.d.ts +0 -2
  1061. package/dist-esm/samples-dev/databasesListByServerSample.d.ts.map +0 -1
  1062. package/dist-esm/samples-dev/databasesListByServerSample.js +0 -55
  1063. package/dist-esm/samples-dev/databasesListByServerSample.js.map +0 -1
  1064. package/dist-esm/samples-dev/firewallRulesCreateOrUpdateSample.d.ts +0 -2
  1065. package/dist-esm/samples-dev/firewallRulesCreateOrUpdateSample.d.ts.map +0 -1
  1066. package/dist-esm/samples-dev/firewallRulesCreateOrUpdateSample.js +0 -44
  1067. package/dist-esm/samples-dev/firewallRulesCreateOrUpdateSample.js.map +0 -1
  1068. package/dist-esm/samples-dev/firewallRulesDeleteSample.d.ts +0 -2
  1069. package/dist-esm/samples-dev/firewallRulesDeleteSample.d.ts.map +0 -1
  1070. package/dist-esm/samples-dev/firewallRulesDeleteSample.js +0 -40
  1071. package/dist-esm/samples-dev/firewallRulesDeleteSample.js.map +0 -1
  1072. package/dist-esm/samples-dev/firewallRulesGetSample.d.ts +0 -2
  1073. package/dist-esm/samples-dev/firewallRulesGetSample.d.ts.map +0 -1
  1074. package/dist-esm/samples-dev/firewallRulesGetSample.js +0 -40
  1075. package/dist-esm/samples-dev/firewallRulesGetSample.js.map +0 -1
  1076. package/dist-esm/samples-dev/firewallRulesListByServerSample.d.ts +0 -2
  1077. package/dist-esm/samples-dev/firewallRulesListByServerSample.d.ts.map +0 -1
  1078. package/dist-esm/samples-dev/firewallRulesListByServerSample.js +0 -55
  1079. package/dist-esm/samples-dev/firewallRulesListByServerSample.js.map +0 -1
  1080. package/dist-esm/samples-dev/flexibleServerStartLtrBackupSample.d.ts +0 -2
  1081. package/dist-esm/samples-dev/flexibleServerStartLtrBackupSample.d.ts.map +0 -1
  1082. package/dist-esm/samples-dev/flexibleServerStartLtrBackupSample.js +0 -43
  1083. package/dist-esm/samples-dev/flexibleServerStartLtrBackupSample.js.map +0 -1
  1084. package/dist-esm/samples-dev/flexibleServerTriggerLtrPreBackupSample.d.ts +0 -2
  1085. package/dist-esm/samples-dev/flexibleServerTriggerLtrPreBackupSample.d.ts.map +0 -1
  1086. package/dist-esm/samples-dev/flexibleServerTriggerLtrPreBackupSample.js +0 -42
  1087. package/dist-esm/samples-dev/flexibleServerTriggerLtrPreBackupSample.js.map +0 -1
  1088. package/dist-esm/samples-dev/getPrivateDnsZoneSuffixExecuteSample.d.ts +0 -2
  1089. package/dist-esm/samples-dev/getPrivateDnsZoneSuffixExecuteSample.d.ts.map +0 -1
  1090. package/dist-esm/samples-dev/getPrivateDnsZoneSuffixExecuteSample.js +0 -35
  1091. package/dist-esm/samples-dev/getPrivateDnsZoneSuffixExecuteSample.js.map +0 -1
  1092. package/dist-esm/samples-dev/locationBasedCapabilitiesExecuteSample.d.ts +0 -2
  1093. package/dist-esm/samples-dev/locationBasedCapabilitiesExecuteSample.d.ts.map +0 -1
  1094. package/dist-esm/samples-dev/locationBasedCapabilitiesExecuteSample.js +0 -54
  1095. package/dist-esm/samples-dev/locationBasedCapabilitiesExecuteSample.js.map +0 -1
  1096. package/dist-esm/samples-dev/logFilesListByServerSample.d.ts +0 -2
  1097. package/dist-esm/samples-dev/logFilesListByServerSample.d.ts.map +0 -1
  1098. package/dist-esm/samples-dev/logFilesListByServerSample.js +0 -55
  1099. package/dist-esm/samples-dev/logFilesListByServerSample.js.map +0 -1
  1100. package/dist-esm/samples-dev/ltrBackupOperationsGetSample.d.ts +0 -2
  1101. package/dist-esm/samples-dev/ltrBackupOperationsGetSample.d.ts.map +0 -1
  1102. package/dist-esm/samples-dev/ltrBackupOperationsGetSample.js +0 -40
  1103. package/dist-esm/samples-dev/ltrBackupOperationsGetSample.js.map +0 -1
  1104. package/dist-esm/samples-dev/ltrBackupOperationsListByServerSample.d.ts +0 -2
  1105. package/dist-esm/samples-dev/ltrBackupOperationsListByServerSample.d.ts.map +0 -1
  1106. package/dist-esm/samples-dev/ltrBackupOperationsListByServerSample.js +0 -55
  1107. package/dist-esm/samples-dev/ltrBackupOperationsListByServerSample.js.map +0 -1
  1108. package/dist-esm/samples-dev/migrationsCreateSample.d.ts +0 -2
  1109. package/dist-esm/samples-dev/migrationsCreateSample.d.ts.map +0 -1
  1110. package/dist-esm/samples-dev/migrationsCreateSample.js +0 -220
  1111. package/dist-esm/samples-dev/migrationsCreateSample.js.map +0 -1
  1112. package/dist-esm/samples-dev/migrationsDeleteSample.d.ts +0 -2
  1113. package/dist-esm/samples-dev/migrationsDeleteSample.d.ts.map +0 -1
  1114. package/dist-esm/samples-dev/migrationsDeleteSample.js +0 -39
  1115. package/dist-esm/samples-dev/migrationsDeleteSample.js.map +0 -1
  1116. package/dist-esm/samples-dev/migrationsGetSample.d.ts +0 -2
  1117. package/dist-esm/samples-dev/migrationsGetSample.d.ts.map +0 -1
  1118. package/dist-esm/samples-dev/migrationsGetSample.js +0 -115
  1119. package/dist-esm/samples-dev/migrationsGetSample.js.map +0 -1
  1120. package/dist-esm/samples-dev/migrationsListByTargetServerSample.d.ts +0 -2
  1121. package/dist-esm/samples-dev/migrationsListByTargetServerSample.d.ts.map +0 -1
  1122. package/dist-esm/samples-dev/migrationsListByTargetServerSample.js +0 -58
  1123. package/dist-esm/samples-dev/migrationsListByTargetServerSample.js.map +0 -1
  1124. package/dist-esm/samples-dev/migrationsUpdateSample.d.ts +0 -2
  1125. package/dist-esm/samples-dev/migrationsUpdateSample.d.ts.map +0 -1
  1126. package/dist-esm/samples-dev/migrationsUpdateSample.js +0 -62
  1127. package/dist-esm/samples-dev/migrationsUpdateSample.js.map +0 -1
  1128. package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
  1129. package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
  1130. package/dist-esm/samples-dev/operationsListSample.js +0 -37
  1131. package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
  1132. package/dist-esm/samples-dev/privateEndpointConnectionDeleteSample.d.ts +0 -2
  1133. package/dist-esm/samples-dev/privateEndpointConnectionDeleteSample.d.ts.map +0 -1
  1134. package/dist-esm/samples-dev/privateEndpointConnectionDeleteSample.js +0 -40
  1135. package/dist-esm/samples-dev/privateEndpointConnectionDeleteSample.js.map +0 -1
  1136. package/dist-esm/samples-dev/privateEndpointConnectionUpdateSample.d.ts +0 -2
  1137. package/dist-esm/samples-dev/privateEndpointConnectionUpdateSample.d.ts.map +0 -1
  1138. package/dist-esm/samples-dev/privateEndpointConnectionUpdateSample.js +0 -46
  1139. package/dist-esm/samples-dev/privateEndpointConnectionUpdateSample.js.map +0 -1
  1140. package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.d.ts +0 -2
  1141. package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.d.ts.map +0 -1
  1142. package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js +0 -40
  1143. package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js.map +0 -1
  1144. package/dist-esm/samples-dev/privateEndpointConnectionsListByServerSample.d.ts +0 -2
  1145. package/dist-esm/samples-dev/privateEndpointConnectionsListByServerSample.d.ts.map +0 -1
  1146. package/dist-esm/samples-dev/privateEndpointConnectionsListByServerSample.js +0 -55
  1147. package/dist-esm/samples-dev/privateEndpointConnectionsListByServerSample.js.map +0 -1
  1148. package/dist-esm/samples-dev/privateLinkResourcesGetSample.d.ts +0 -2
  1149. package/dist-esm/samples-dev/privateLinkResourcesGetSample.d.ts.map +0 -1
  1150. package/dist-esm/samples-dev/privateLinkResourcesGetSample.js +0 -40
  1151. package/dist-esm/samples-dev/privateLinkResourcesGetSample.js.map +0 -1
  1152. package/dist-esm/samples-dev/privateLinkResourcesListByServerSample.d.ts +0 -2
  1153. package/dist-esm/samples-dev/privateLinkResourcesListByServerSample.d.ts.map +0 -1
  1154. package/dist-esm/samples-dev/privateLinkResourcesListByServerSample.js +0 -55
  1155. package/dist-esm/samples-dev/privateLinkResourcesListByServerSample.js.map +0 -1
  1156. package/dist-esm/samples-dev/quotaUsagesListSample.d.ts +0 -2
  1157. package/dist-esm/samples-dev/quotaUsagesListSample.d.ts.map +0 -1
  1158. package/dist-esm/samples-dev/quotaUsagesListSample.js +0 -54
  1159. package/dist-esm/samples-dev/quotaUsagesListSample.js.map +0 -1
  1160. package/dist-esm/samples-dev/replicasListByServerSample.d.ts +0 -2
  1161. package/dist-esm/samples-dev/replicasListByServerSample.d.ts.map +0 -1
  1162. package/dist-esm/samples-dev/replicasListByServerSample.js +0 -55
  1163. package/dist-esm/samples-dev/replicasListByServerSample.js.map +0 -1
  1164. package/dist-esm/samples-dev/serverCapabilitiesListSample.d.ts +0 -2
  1165. package/dist-esm/samples-dev/serverCapabilitiesListSample.d.ts.map +0 -1
  1166. package/dist-esm/samples-dev/serverCapabilitiesListSample.js +0 -55
  1167. package/dist-esm/samples-dev/serverCapabilitiesListSample.js.map +0 -1
  1168. package/dist-esm/samples-dev/serverThreatProtectionSettingsCreateOrUpdateSample.d.ts +0 -2
  1169. package/dist-esm/samples-dev/serverThreatProtectionSettingsCreateOrUpdateSample.d.ts.map +0 -1
  1170. package/dist-esm/samples-dev/serverThreatProtectionSettingsCreateOrUpdateSample.js +0 -41
  1171. package/dist-esm/samples-dev/serverThreatProtectionSettingsCreateOrUpdateSample.js.map +0 -1
  1172. package/dist-esm/samples-dev/serverThreatProtectionSettingsGetSample.d.ts +0 -2
  1173. package/dist-esm/samples-dev/serverThreatProtectionSettingsGetSample.d.ts.map +0 -1
  1174. package/dist-esm/samples-dev/serverThreatProtectionSettingsGetSample.js +0 -40
  1175. package/dist-esm/samples-dev/serverThreatProtectionSettingsGetSample.js.map +0 -1
  1176. package/dist-esm/samples-dev/serverThreatProtectionSettingsListByServerSample.d.ts +0 -2
  1177. package/dist-esm/samples-dev/serverThreatProtectionSettingsListByServerSample.d.ts.map +0 -1
  1178. package/dist-esm/samples-dev/serverThreatProtectionSettingsListByServerSample.js +0 -55
  1179. package/dist-esm/samples-dev/serverThreatProtectionSettingsListByServerSample.js.map +0 -1
  1180. package/dist-esm/samples-dev/serversCreateSample.d.ts +0 -2
  1181. package/dist-esm/samples-dev/serversCreateSample.d.ts.map +0 -1
  1182. package/dist-esm/samples-dev/serversCreateSample.js +0 -274
  1183. package/dist-esm/samples-dev/serversCreateSample.js.map +0 -1
  1184. package/dist-esm/samples-dev/serversDeleteSample.d.ts +0 -2
  1185. package/dist-esm/samples-dev/serversDeleteSample.d.ts.map +0 -1
  1186. package/dist-esm/samples-dev/serversDeleteSample.js +0 -39
  1187. package/dist-esm/samples-dev/serversDeleteSample.js.map +0 -1
  1188. package/dist-esm/samples-dev/serversGetSample.d.ts +0 -2
  1189. package/dist-esm/samples-dev/serversGetSample.d.ts.map +0 -1
  1190. package/dist-esm/samples-dev/serversGetSample.js +0 -77
  1191. package/dist-esm/samples-dev/serversGetSample.js.map +0 -1
  1192. package/dist-esm/samples-dev/serversListByResourceGroupSample.d.ts +0 -2
  1193. package/dist-esm/samples-dev/serversListByResourceGroupSample.d.ts.map +0 -1
  1194. package/dist-esm/samples-dev/serversListByResourceGroupSample.js +0 -54
  1195. package/dist-esm/samples-dev/serversListByResourceGroupSample.js.map +0 -1
  1196. package/dist-esm/samples-dev/serversListSample.d.ts +0 -2
  1197. package/dist-esm/samples-dev/serversListSample.d.ts.map +0 -1
  1198. package/dist-esm/samples-dev/serversListSample.js +0 -53
  1199. package/dist-esm/samples-dev/serversListSample.js.map +0 -1
  1200. package/dist-esm/samples-dev/serversRestartSample.d.ts +0 -2
  1201. package/dist-esm/samples-dev/serversRestartSample.d.ts.map +0 -1
  1202. package/dist-esm/samples-dev/serversRestartSample.js +0 -63
  1203. package/dist-esm/samples-dev/serversRestartSample.js.map +0 -1
  1204. package/dist-esm/samples-dev/serversStartSample.d.ts +0 -2
  1205. package/dist-esm/samples-dev/serversStartSample.d.ts.map +0 -1
  1206. package/dist-esm/samples-dev/serversStartSample.js +0 -39
  1207. package/dist-esm/samples-dev/serversStartSample.js.map +0 -1
  1208. package/dist-esm/samples-dev/serversStopSample.d.ts +0 -2
  1209. package/dist-esm/samples-dev/serversStopSample.d.ts.map +0 -1
  1210. package/dist-esm/samples-dev/serversStopSample.js +0 -39
  1211. package/dist-esm/samples-dev/serversStopSample.js.map +0 -1
  1212. package/dist-esm/samples-dev/serversUpdateSample.d.ts +0 -2
  1213. package/dist-esm/samples-dev/serversUpdateSample.d.ts.map +0 -1
  1214. package/dist-esm/samples-dev/serversUpdateSample.js +0 -252
  1215. package/dist-esm/samples-dev/serversUpdateSample.js.map +0 -1
  1216. package/dist-esm/samples-dev/virtualEndpointsCreateSample.d.ts +0 -2
  1217. package/dist-esm/samples-dev/virtualEndpointsCreateSample.d.ts.map +0 -1
  1218. package/dist-esm/samples-dev/virtualEndpointsCreateSample.js +0 -44
  1219. package/dist-esm/samples-dev/virtualEndpointsCreateSample.js.map +0 -1
  1220. package/dist-esm/samples-dev/virtualEndpointsDeleteSample.d.ts +0 -2
  1221. package/dist-esm/samples-dev/virtualEndpointsDeleteSample.d.ts.map +0 -1
  1222. package/dist-esm/samples-dev/virtualEndpointsDeleteSample.js +0 -40
  1223. package/dist-esm/samples-dev/virtualEndpointsDeleteSample.js.map +0 -1
  1224. package/dist-esm/samples-dev/virtualEndpointsGetSample.d.ts +0 -2
  1225. package/dist-esm/samples-dev/virtualEndpointsGetSample.d.ts.map +0 -1
  1226. package/dist-esm/samples-dev/virtualEndpointsGetSample.js +0 -40
  1227. package/dist-esm/samples-dev/virtualEndpointsGetSample.js.map +0 -1
  1228. package/dist-esm/samples-dev/virtualEndpointsListByServerSample.d.ts +0 -2
  1229. package/dist-esm/samples-dev/virtualEndpointsListByServerSample.d.ts.map +0 -1
  1230. package/dist-esm/samples-dev/virtualEndpointsListByServerSample.js +0 -55
  1231. package/dist-esm/samples-dev/virtualEndpointsListByServerSample.js.map +0 -1
  1232. package/dist-esm/samples-dev/virtualEndpointsUpdateSample.d.ts +0 -2
  1233. package/dist-esm/samples-dev/virtualEndpointsUpdateSample.d.ts.map +0 -1
  1234. package/dist-esm/samples-dev/virtualEndpointsUpdateSample.js +0 -44
  1235. package/dist-esm/samples-dev/virtualEndpointsUpdateSample.js.map +0 -1
  1236. package/dist-esm/samples-dev/virtualNetworkSubnetUsageExecuteSample.d.ts +0 -2
  1237. package/dist-esm/samples-dev/virtualNetworkSubnetUsageExecuteSample.d.ts.map +0 -1
  1238. package/dist-esm/samples-dev/virtualNetworkSubnetUsageExecuteSample.js +0 -41
  1239. package/dist-esm/samples-dev/virtualNetworkSubnetUsageExecuteSample.js.map +0 -1
  1240. package/dist-esm/src/index.d.ts +0 -6
  1241. package/dist-esm/src/index.d.ts.map +0 -1
  1242. package/dist-esm/src/index.js +0 -13
  1243. package/dist-esm/src/index.js.map +0 -1
  1244. package/dist-esm/src/lroImpl.d.ts +0 -11
  1245. package/dist-esm/src/lroImpl.d.ts.map +0 -1
  1246. package/dist-esm/src/lroImpl.js.map +0 -1
  1247. package/dist-esm/src/models/index.d.ts +0 -3214
  1248. package/dist-esm/src/models/index.d.ts.map +0 -1
  1249. package/dist-esm/src/models/index.js +0 -638
  1250. package/dist-esm/src/models/index.js.map +0 -1
  1251. package/dist-esm/src/models/mappers.d.ts +0 -119
  1252. package/dist-esm/src/models/mappers.d.ts.map +0 -1
  1253. package/dist-esm/src/models/mappers.js +0 -3702
  1254. package/dist-esm/src/models/mappers.js.map +0 -1
  1255. package/dist-esm/src/models/parameters.d.ts +0 -45
  1256. package/dist-esm/src/models/parameters.d.ts.map +0 -1
  1257. package/dist-esm/src/models/parameters.js +0 -384
  1258. package/dist-esm/src/models/parameters.js.map +0 -1
  1259. package/dist-esm/src/operations/administrators.d.ts +0 -81
  1260. package/dist-esm/src/operations/administrators.d.ts.map +0 -1
  1261. package/dist-esm/src/operations/administrators.js +0 -358
  1262. package/dist-esm/src/operations/administrators.js.map +0 -1
  1263. package/dist-esm/src/operations/backups.d.ts +0 -46
  1264. package/dist-esm/src/operations/backups.d.ts.map +0 -1
  1265. package/dist-esm/src/operations/backups.js +0 -182
  1266. package/dist-esm/src/operations/backups.js.map +0 -1
  1267. package/dist-esm/src/operations/checkNameAvailability.d.ts +0 -19
  1268. package/dist-esm/src/operations/checkNameAvailability.d.ts.map +0 -1
  1269. package/dist-esm/src/operations/checkNameAvailability.js +0 -49
  1270. package/dist-esm/src/operations/checkNameAvailability.js.map +0 -1
  1271. package/dist-esm/src/operations/checkNameAvailabilityWithLocation.d.ts +0 -20
  1272. package/dist-esm/src/operations/checkNameAvailabilityWithLocation.d.ts.map +0 -1
  1273. package/dist-esm/src/operations/checkNameAvailabilityWithLocation.js +0 -54
  1274. package/dist-esm/src/operations/checkNameAvailabilityWithLocation.js.map +0 -1
  1275. package/dist-esm/src/operations/configurations.d.ts +0 -83
  1276. package/dist-esm/src/operations/configurations.d.ts.map +0 -1
  1277. package/dist-esm/src/operations/configurations.js +0 -382
  1278. package/dist-esm/src/operations/configurations.js.map +0 -1
  1279. package/dist-esm/src/operations/databases.d.ts +0 -81
  1280. package/dist-esm/src/operations/databases.d.ts.map +0 -1
  1281. package/dist-esm/src/operations/databases.js +0 -364
  1282. package/dist-esm/src/operations/databases.js.map +0 -1
  1283. package/dist-esm/src/operations/firewallRules.d.ts +0 -81
  1284. package/dist-esm/src/operations/firewallRules.d.ts.map +0 -1
  1285. package/dist-esm/src/operations/firewallRules.js +0 -364
  1286. package/dist-esm/src/operations/firewallRules.js.map +0 -1
  1287. package/dist-esm/src/operations/flexibleServer.d.ts +0 -39
  1288. package/dist-esm/src/operations/flexibleServer.d.ts.map +0 -1
  1289. package/dist-esm/src/operations/flexibleServer.js +0 -157
  1290. package/dist-esm/src/operations/flexibleServer.js.map +0 -1
  1291. package/dist-esm/src/operations/getPrivateDnsZoneSuffix.d.ts +0 -18
  1292. package/dist-esm/src/operations/getPrivateDnsZoneSuffix.d.ts.map +0 -1
  1293. package/dist-esm/src/operations/getPrivateDnsZoneSuffix.js +0 -46
  1294. package/dist-esm/src/operations/getPrivateDnsZoneSuffix.js.map +0 -1
  1295. package/dist-esm/src/operations/index.d.ts +0 -25
  1296. package/dist-esm/src/operations/index.d.ts.map +0 -1
  1297. package/dist-esm/src/operations/index.js +0 -32
  1298. package/dist-esm/src/operations/index.js.map +0 -1
  1299. package/dist-esm/src/operations/locationBasedCapabilities.d.ts +0 -35
  1300. package/dist-esm/src/operations/locationBasedCapabilities.d.ts.map +0 -1
  1301. package/dist-esm/src/operations/locationBasedCapabilities.js +0 -145
  1302. package/dist-esm/src/operations/locationBasedCapabilities.js.map +0 -1
  1303. package/dist-esm/src/operations/logFiles.d.ts +0 -38
  1304. package/dist-esm/src/operations/logFiles.d.ts.map +0 -1
  1305. package/dist-esm/src/operations/logFiles.js +0 -150
  1306. package/dist-esm/src/operations/logFiles.js.map +0 -1
  1307. package/dist-esm/src/operations/ltrBackupOperations.d.ts +0 -46
  1308. package/dist-esm/src/operations/ltrBackupOperations.d.ts.map +0 -1
  1309. package/dist-esm/src/operations/ltrBackupOperations.js +0 -182
  1310. package/dist-esm/src/operations/ltrBackupOperations.js.map +0 -1
  1311. package/dist-esm/src/operations/migrations.d.ts +0 -80
  1312. package/dist-esm/src/operations/migrations.d.ts.map +0 -1
  1313. package/dist-esm/src/operations/migrations.js +0 -326
  1314. package/dist-esm/src/operations/migrations.js.map +0 -1
  1315. package/dist-esm/src/operations/operations.d.ts +0 -18
  1316. package/dist-esm/src/operations/operations.d.ts.map +0 -1
  1317. package/dist-esm/src/operations/operations.js +0 -46
  1318. package/dist-esm/src/operations/operations.js.map +0 -1
  1319. package/dist-esm/src/operations/privateEndpointConnectionOperations.d.ts +0 -48
  1320. package/dist-esm/src/operations/privateEndpointConnectionOperations.d.ts.map +0 -1
  1321. package/dist-esm/src/operations/privateEndpointConnectionOperations.js +0 -218
  1322. package/dist-esm/src/operations/privateEndpointConnectionOperations.js.map +0 -1
  1323. package/dist-esm/src/operations/privateEndpointConnections.d.ts +0 -46
  1324. package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +0 -1
  1325. package/dist-esm/src/operations/privateEndpointConnections.js +0 -182
  1326. package/dist-esm/src/operations/privateEndpointConnections.js.map +0 -1
  1327. package/dist-esm/src/operations/privateLinkResources.d.ts +0 -46
  1328. package/dist-esm/src/operations/privateLinkResources.d.ts.map +0 -1
  1329. package/dist-esm/src/operations/privateLinkResources.js +0 -182
  1330. package/dist-esm/src/operations/privateLinkResources.js.map +0 -1
  1331. package/dist-esm/src/operations/quotaUsages.d.ts +0 -35
  1332. package/dist-esm/src/operations/quotaUsages.d.ts.map +0 -1
  1333. package/dist-esm/src/operations/quotaUsages.js +0 -145
  1334. package/dist-esm/src/operations/quotaUsages.js.map +0 -1
  1335. package/dist-esm/src/operations/replicas.d.ts +0 -30
  1336. package/dist-esm/src/operations/replicas.d.ts.map +0 -1
  1337. package/dist-esm/src/operations/replicas.js +0 -105
  1338. package/dist-esm/src/operations/replicas.js.map +0 -1
  1339. package/dist-esm/src/operations/serverCapabilities.d.ts +0 -38
  1340. package/dist-esm/src/operations/serverCapabilities.d.ts.map +0 -1
  1341. package/dist-esm/src/operations/serverCapabilities.js +0 -150
  1342. package/dist-esm/src/operations/serverCapabilities.js.map +0 -1
  1343. package/dist-esm/src/operations/serverThreatProtectionSettings.d.ts +0 -65
  1344. package/dist-esm/src/operations/serverThreatProtectionSettings.d.ts.map +0 -1
  1345. package/dist-esm/src/operations/serverThreatProtectionSettings.js +0 -283
  1346. package/dist-esm/src/operations/serverThreatProtectionSettings.js.map +0 -1
  1347. package/dist-esm/src/operations/servers.d.ts +0 -151
  1348. package/dist-esm/src/operations/servers.d.ts.map +0 -1
  1349. package/dist-esm/src/operations/servers.js +0 -784
  1350. package/dist-esm/src/operations/servers.js.map +0 -1
  1351. package/dist-esm/src/operations/virtualEndpoints.d.ts +0 -101
  1352. package/dist-esm/src/operations/virtualEndpoints.d.ts.map +0 -1
  1353. package/dist-esm/src/operations/virtualEndpoints.js +0 -473
  1354. package/dist-esm/src/operations/virtualEndpoints.js.map +0 -1
  1355. package/dist-esm/src/operations/virtualNetworkSubnetUsage.d.ts +0 -20
  1356. package/dist-esm/src/operations/virtualNetworkSubnetUsage.d.ts.map +0 -1
  1357. package/dist-esm/src/operations/virtualNetworkSubnetUsage.js +0 -54
  1358. package/dist-esm/src/operations/virtualNetworkSubnetUsage.js.map +0 -1
  1359. package/dist-esm/src/operationsInterfaces/administrators.d.ts +0 -56
  1360. package/dist-esm/src/operationsInterfaces/administrators.d.ts.map +0 -1
  1361. package/dist-esm/src/operationsInterfaces/administrators.js.map +0 -1
  1362. package/dist-esm/src/operationsInterfaces/backups.d.ts +0 -21
  1363. package/dist-esm/src/operationsInterfaces/backups.d.ts.map +0 -1
  1364. package/dist-esm/src/operationsInterfaces/backups.js.map +0 -1
  1365. package/dist-esm/src/operationsInterfaces/checkNameAvailability.d.ts +0 -11
  1366. package/dist-esm/src/operationsInterfaces/checkNameAvailability.d.ts.map +0 -1
  1367. package/dist-esm/src/operationsInterfaces/checkNameAvailability.js.map +0 -1
  1368. package/dist-esm/src/operationsInterfaces/checkNameAvailabilityWithLocation.d.ts +0 -12
  1369. package/dist-esm/src/operationsInterfaces/checkNameAvailabilityWithLocation.d.ts.map +0 -1
  1370. package/dist-esm/src/operationsInterfaces/checkNameAvailabilityWithLocation.js.map +0 -1
  1371. package/dist-esm/src/operationsInterfaces/configurations.d.ts +0 -58
  1372. package/dist-esm/src/operationsInterfaces/configurations.d.ts.map +0 -1
  1373. package/dist-esm/src/operationsInterfaces/configurations.js.map +0 -1
  1374. package/dist-esm/src/operationsInterfaces/databases.d.ts +0 -56
  1375. package/dist-esm/src/operationsInterfaces/databases.d.ts.map +0 -1
  1376. package/dist-esm/src/operationsInterfaces/databases.js.map +0 -1
  1377. package/dist-esm/src/operationsInterfaces/firewallRules.d.ts +0 -56
  1378. package/dist-esm/src/operationsInterfaces/firewallRules.d.ts.map +0 -1
  1379. package/dist-esm/src/operationsInterfaces/firewallRules.js.map +0 -1
  1380. package/dist-esm/src/operationsInterfaces/flexibleServer.d.ts +0 -31
  1381. package/dist-esm/src/operationsInterfaces/flexibleServer.d.ts.map +0 -1
  1382. package/dist-esm/src/operationsInterfaces/flexibleServer.js.map +0 -1
  1383. package/dist-esm/src/operationsInterfaces/getPrivateDnsZoneSuffix.d.ts +0 -10
  1384. package/dist-esm/src/operationsInterfaces/getPrivateDnsZoneSuffix.d.ts.map +0 -1
  1385. package/dist-esm/src/operationsInterfaces/getPrivateDnsZoneSuffix.js.map +0 -1
  1386. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -25
  1387. package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
  1388. package/dist-esm/src/operationsInterfaces/index.js +0 -32
  1389. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  1390. package/dist-esm/src/operationsInterfaces/locationBasedCapabilities.d.ts +0 -12
  1391. package/dist-esm/src/operationsInterfaces/locationBasedCapabilities.d.ts.map +0 -1
  1392. package/dist-esm/src/operationsInterfaces/locationBasedCapabilities.js.map +0 -1
  1393. package/dist-esm/src/operationsInterfaces/logFiles.d.ts +0 -13
  1394. package/dist-esm/src/operationsInterfaces/logFiles.d.ts.map +0 -1
  1395. package/dist-esm/src/operationsInterfaces/logFiles.js.map +0 -1
  1396. package/dist-esm/src/operationsInterfaces/ltrBackupOperations.d.ts +0 -21
  1397. package/dist-esm/src/operationsInterfaces/ltrBackupOperations.d.ts.map +0 -1
  1398. package/dist-esm/src/operationsInterfaces/ltrBackupOperations.js.map +0 -1
  1399. package/dist-esm/src/operationsInterfaces/migrations.d.ts +0 -53
  1400. package/dist-esm/src/operationsInterfaces/migrations.d.ts.map +0 -1
  1401. package/dist-esm/src/operationsInterfaces/migrations.js.map +0 -1
  1402. package/dist-esm/src/operationsInterfaces/operations.d.ts +0 -10
  1403. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +0 -1
  1404. package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
  1405. package/dist-esm/src/operationsInterfaces/privateEndpointConnectionOperations.d.ts +0 -40
  1406. package/dist-esm/src/operationsInterfaces/privateEndpointConnectionOperations.d.ts.map +0 -1
  1407. package/dist-esm/src/operationsInterfaces/privateEndpointConnectionOperations.js.map +0 -1
  1408. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts +0 -21
  1409. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
  1410. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js.map +0 -1
  1411. package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts +0 -21
  1412. package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
  1413. package/dist-esm/src/operationsInterfaces/privateLinkResources.js.map +0 -1
  1414. package/dist-esm/src/operationsInterfaces/quotaUsages.d.ts +0 -12
  1415. package/dist-esm/src/operationsInterfaces/quotaUsages.d.ts.map +0 -1
  1416. package/dist-esm/src/operationsInterfaces/quotaUsages.js.map +0 -1
  1417. package/dist-esm/src/operationsInterfaces/replicas.d.ts +0 -13
  1418. package/dist-esm/src/operationsInterfaces/replicas.d.ts.map +0 -1
  1419. package/dist-esm/src/operationsInterfaces/replicas.js.map +0 -1
  1420. package/dist-esm/src/operationsInterfaces/serverCapabilities.d.ts +0 -13
  1421. package/dist-esm/src/operationsInterfaces/serverCapabilities.d.ts.map +0 -1
  1422. package/dist-esm/src/operationsInterfaces/serverCapabilities.js.map +0 -1
  1423. package/dist-esm/src/operationsInterfaces/serverThreatProtectionSettings.d.ts +0 -40
  1424. package/dist-esm/src/operationsInterfaces/serverThreatProtectionSettings.d.ts.map +0 -1
  1425. package/dist-esm/src/operationsInterfaces/serverThreatProtectionSettings.js.map +0 -1
  1426. package/dist-esm/src/operationsInterfaces/servers.d.ts +0 -115
  1427. package/dist-esm/src/operationsInterfaces/servers.d.ts.map +0 -1
  1428. package/dist-esm/src/operationsInterfaces/servers.js.map +0 -1
  1429. package/dist-esm/src/operationsInterfaces/virtualEndpoints.d.ts +0 -76
  1430. package/dist-esm/src/operationsInterfaces/virtualEndpoints.d.ts.map +0 -1
  1431. package/dist-esm/src/operationsInterfaces/virtualEndpoints.js.map +0 -1
  1432. package/dist-esm/src/operationsInterfaces/virtualNetworkSubnetUsage.d.ts +0 -12
  1433. package/dist-esm/src/operationsInterfaces/virtualNetworkSubnetUsage.d.ts.map +0 -1
  1434. package/dist-esm/src/operationsInterfaces/virtualNetworkSubnetUsage.js.map +0 -1
  1435. package/dist-esm/src/pagingHelper.d.ts.map +0 -1
  1436. package/dist-esm/src/pagingHelper.js.map +0 -1
  1437. package/dist-esm/src/postgreSQLManagementFlexibleServerClient.d.ts +0 -53
  1438. package/dist-esm/src/postgreSQLManagementFlexibleServerClient.d.ts.map +0 -1
  1439. package/dist-esm/src/postgreSQLManagementFlexibleServerClient.js +0 -168
  1440. package/dist-esm/src/postgreSQLManagementFlexibleServerClient.js.map +0 -1
  1441. package/dist-esm/test/postgresql_flexible_operations_test.spec.d.ts +0 -4
  1442. package/dist-esm/test/postgresql_flexible_operations_test.spec.d.ts.map +0 -1
  1443. package/dist-esm/test/postgresql_flexible_operations_test.spec.js +0 -55
  1444. package/dist-esm/test/postgresql_flexible_operations_test.spec.js.map +0 -1
  1445. package/src/index.ts +0 -13
  1446. package/src/lroImpl.ts +0 -42
  1447. package/src/models/index.ts +0 -3628
  1448. package/src/models/mappers.ts +0 -4023
  1449. package/src/models/parameters.ts +0 -454
  1450. package/src/operations/administrators.ts +0 -493
  1451. package/src/operations/backups.ts +0 -240
  1452. package/src/operations/checkNameAvailability.ts +0 -67
  1453. package/src/operations/checkNameAvailabilityWithLocation.ts +0 -75
  1454. package/src/operations/configurations.ts +0 -529
  1455. package/src/operations/databases.ts +0 -498
  1456. package/src/operations/firewallRules.ts +0 -498
  1457. package/src/operations/flexibleServer.ts +0 -220
  1458. package/src/operations/getPrivateDnsZoneSuffix.ts +0 -59
  1459. package/src/operations/index.ts +0 -32
  1460. package/src/operations/locationBasedCapabilities.ts +0 -175
  1461. package/src/operations/logFiles.ts +0 -197
  1462. package/src/operations/ltrBackupOperations.ts +0 -240
  1463. package/src/operations/migrations.ts +0 -437
  1464. package/src/operations/operations.ts +0 -59
  1465. package/src/operations/privateEndpointConnectionOperations.ts +0 -313
  1466. package/src/operations/privateEndpointConnections.ts +0 -242
  1467. package/src/operations/privateLinkResources.ts +0 -240
  1468. package/src/operations/quotaUsages.ts +0 -169
  1469. package/src/operations/replicas.ts +0 -136
  1470. package/src/operations/serverCapabilities.ts +0 -193
  1471. package/src/operations/serverThreatProtectionSettings.ts +0 -390
  1472. package/src/operations/servers.ts +0 -1023
  1473. package/src/operations/virtualEndpoints.ts +0 -659
  1474. package/src/operations/virtualNetworkSubnetUsage.ts +0 -75
  1475. package/src/operationsInterfaces/administrators.ts +0 -110
  1476. package/src/operationsInterfaces/backups.ts +0 -44
  1477. package/src/operationsInterfaces/checkNameAvailability.ts +0 -26
  1478. package/src/operationsInterfaces/checkNameAvailabilityWithLocation.ts +0 -28
  1479. package/src/operationsInterfaces/configurations.ts +0 -120
  1480. package/src/operationsInterfaces/databases.ts +0 -109
  1481. package/src/operationsInterfaces/firewallRules.ts +0 -109
  1482. package/src/operationsInterfaces/flexibleServer.ts +0 -66
  1483. package/src/operationsInterfaces/getPrivateDnsZoneSuffix.ts +0 -23
  1484. package/src/operationsInterfaces/index.ts +0 -32
  1485. package/src/operationsInterfaces/locationBasedCapabilities.ts +0 -27
  1486. package/src/operationsInterfaces/logFiles.ts +0 -26
  1487. package/src/operationsInterfaces/ltrBackupOperations.ts +0 -44
  1488. package/src/operationsInterfaces/migrations.ts +0 -104
  1489. package/src/operationsInterfaces/operations.ts +0 -21
  1490. package/src/operationsInterfaces/privateEndpointConnectionOperations.ts +0 -86
  1491. package/src/operationsInterfaces/privateEndpointConnections.ts +0 -44
  1492. package/src/operationsInterfaces/privateLinkResources.ts +0 -44
  1493. package/src/operationsInterfaces/quotaUsages.ts +0 -24
  1494. package/src/operationsInterfaces/replicas.ts +0 -26
  1495. package/src/operationsInterfaces/serverCapabilities.ts +0 -29
  1496. package/src/operationsInterfaces/serverThreatProtectionSettings.ts +0 -83
  1497. package/src/operationsInterfaces/servers.ts +0 -208
  1498. package/src/operationsInterfaces/virtualEndpoints.ts +0 -155
  1499. package/src/operationsInterfaces/virtualNetworkSubnetUsage.ts +0 -28
  1500. package/src/pagingHelper.ts +0 -39
  1501. package/src/postgreSQLManagementFlexibleServerClient.ts +0 -316
  1502. package/tsconfig.json +0 -33
  1503. package/types/arm-postgresql-flexible.d.ts +0 -4395
  1504. package/types/tsdoc-metadata.json +0 -11
  1505. /package/{dist-esm/src → dist/browser}/lroImpl.js +0 -0
  1506. /package/{dist-esm/src → dist/browser}/operationsInterfaces/administrators.js +0 -0
  1507. /package/{dist-esm/src → dist/browser}/operationsInterfaces/backups.js +0 -0
  1508. /package/{dist-esm/src → dist/browser}/operationsInterfaces/checkNameAvailability.js +0 -0
  1509. /package/{dist-esm/src → dist/browser}/operationsInterfaces/checkNameAvailabilityWithLocation.js +0 -0
  1510. /package/{dist-esm/src → dist/browser}/operationsInterfaces/configurations.js +0 -0
  1511. /package/{dist-esm/src → dist/browser}/operationsInterfaces/databases.js +0 -0
  1512. /package/{dist-esm/src → dist/browser}/operationsInterfaces/firewallRules.js +0 -0
  1513. /package/{dist-esm/src → dist/browser}/operationsInterfaces/flexibleServer.js +0 -0
  1514. /package/{dist-esm/src → dist/browser}/operationsInterfaces/getPrivateDnsZoneSuffix.js +0 -0
  1515. /package/{dist-esm/src → dist/browser}/operationsInterfaces/locationBasedCapabilities.js +0 -0
  1516. /package/{dist-esm/src → dist/browser}/operationsInterfaces/logFiles.js +0 -0
  1517. /package/{dist-esm/src → dist/browser}/operationsInterfaces/ltrBackupOperations.js +0 -0
  1518. /package/{dist-esm/src → dist/browser}/operationsInterfaces/migrations.js +0 -0
  1519. /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
  1520. /package/{dist-esm/src → dist/browser}/operationsInterfaces/privateEndpointConnectionOperations.js +0 -0
  1521. /package/{dist-esm/src → dist/browser}/operationsInterfaces/privateEndpointConnections.js +0 -0
  1522. /package/{dist-esm/src → dist/browser}/operationsInterfaces/privateLinkResources.js +0 -0
  1523. /package/{dist-esm/src → dist/browser}/operationsInterfaces/quotaUsages.js +0 -0
  1524. /package/{dist-esm/src → dist/browser}/operationsInterfaces/replicas.js +0 -0
  1525. /package/{dist-esm/src → dist/browser}/operationsInterfaces/serverCapabilities.js +0 -0
  1526. /package/{dist-esm/src → dist/browser}/operationsInterfaces/serverThreatProtectionSettings.js +0 -0
  1527. /package/{dist-esm/src → dist/browser}/operationsInterfaces/servers.js +0 -0
  1528. /package/{dist-esm/src → dist/browser}/operationsInterfaces/virtualEndpoints.js +0 -0
  1529. /package/{dist-esm/src → dist/browser}/operationsInterfaces/virtualNetworkSubnetUsage.js +0 -0
  1530. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
  1531. /package/{dist-esm/src → dist/browser}/pagingHelper.js +0 -0
@@ -1,3214 +0,0 @@
1
- import * as coreClient from "@azure/core-client";
2
- /** Represents an Active Directory administrator. */
3
- export interface ActiveDirectoryAdministratorAdd {
4
- /** The principal type used to represent the type of Active Directory Administrator. */
5
- principalType?: PrincipalType;
6
- /** Active Directory administrator principal name. */
7
- principalName?: string;
8
- /** The tenantId of the Active Directory administrator. */
9
- tenantId?: string;
10
- }
11
- /** Common fields that are returned in the response for all Azure Resource Manager resources */
12
- export interface Resource {
13
- /**
14
- * Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
15
- * NOTE: This property will not be serialized. It can only be populated by the server.
16
- */
17
- readonly id?: string;
18
- /**
19
- * The name of the resource
20
- * NOTE: This property will not be serialized. It can only be populated by the server.
21
- */
22
- readonly name?: string;
23
- /**
24
- * The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
25
- * NOTE: This property will not be serialized. It can only be populated by the server.
26
- */
27
- readonly type?: string;
28
- /**
29
- * Azure Resource Manager metadata containing createdBy and modifiedBy information.
30
- * NOTE: This property will not be serialized. It can only be populated by the server.
31
- */
32
- readonly systemData?: SystemData;
33
- }
34
- /** Metadata pertaining to creation and last modification of the resource. */
35
- export interface SystemData {
36
- /** The identity that created the resource. */
37
- createdBy?: string;
38
- /** The type of identity that created the resource. */
39
- createdByType?: CreatedByType;
40
- /** The timestamp of resource creation (UTC). */
41
- createdAt?: Date;
42
- /** The identity that last modified the resource. */
43
- lastModifiedBy?: string;
44
- /** The type of identity that last modified the resource. */
45
- lastModifiedByType?: CreatedByType;
46
- /** The timestamp of resource last modification (UTC) */
47
- lastModifiedAt?: Date;
48
- }
49
- /** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */
50
- export interface ErrorResponse {
51
- /** The error object. */
52
- error?: ErrorDetail;
53
- }
54
- /** The error detail. */
55
- export interface ErrorDetail {
56
- /**
57
- * The error code.
58
- * NOTE: This property will not be serialized. It can only be populated by the server.
59
- */
60
- readonly code?: string;
61
- /**
62
- * The error message.
63
- * NOTE: This property will not be serialized. It can only be populated by the server.
64
- */
65
- readonly message?: string;
66
- /**
67
- * The error target.
68
- * NOTE: This property will not be serialized. It can only be populated by the server.
69
- */
70
- readonly target?: string;
71
- /**
72
- * The error details.
73
- * NOTE: This property will not be serialized. It can only be populated by the server.
74
- */
75
- readonly details?: ErrorDetail[];
76
- /**
77
- * The error additional info.
78
- * NOTE: This property will not be serialized. It can only be populated by the server.
79
- */
80
- readonly additionalInfo?: ErrorAdditionalInfo[];
81
- }
82
- /** The resource management error additional info. */
83
- export interface ErrorAdditionalInfo {
84
- /**
85
- * The additional info type.
86
- * NOTE: This property will not be serialized. It can only be populated by the server.
87
- */
88
- readonly type?: string;
89
- /**
90
- * The additional info.
91
- * NOTE: This property will not be serialized. It can only be populated by the server.
92
- */
93
- readonly info?: Record<string, unknown>;
94
- }
95
- /** A list of active directory administrators. */
96
- export interface AdministratorListResult {
97
- /** The list of active directory administrators */
98
- value?: ActiveDirectoryAdministrator[];
99
- /** The link used to get the next page of active directory. */
100
- nextLink?: string;
101
- }
102
- /** A list of server backups. */
103
- export interface ServerBackupListResult {
104
- /** The list of backups of a server. */
105
- value?: ServerBackup[];
106
- /** The link used to get the next page of operations. */
107
- nextLink?: string;
108
- }
109
- /** Capability for the PostgreSQL server */
110
- export interface CapabilitiesListResult {
111
- /**
112
- * A list of supported capabilities.
113
- * NOTE: This property will not be serialized. It can only be populated by the server.
114
- */
115
- readonly value?: FlexibleServerCapability[];
116
- /**
117
- * Link to retrieve next page of results.
118
- * NOTE: This property will not be serialized. It can only be populated by the server.
119
- */
120
- readonly nextLink?: string;
121
- }
122
- /** Base object for representing capability */
123
- export interface CapabilityBase {
124
- /**
125
- * The status of the capability.
126
- * NOTE: This property will not be serialized. It can only be populated by the server.
127
- */
128
- readonly status?: CapabilityStatus;
129
- /**
130
- * The reason for the capability not being available.
131
- * NOTE: This property will not be serialized. It can only be populated by the server.
132
- */
133
- readonly reason?: string;
134
- }
135
- /** The check availability request body. */
136
- export interface CheckNameAvailabilityRequest {
137
- /** The name of the resource for which availability needs to be checked. */
138
- name?: string;
139
- /** The resource type. */
140
- type?: string;
141
- }
142
- /** The check availability result. */
143
- export interface CheckNameAvailabilityResponse {
144
- /** Indicates if the resource name is available. */
145
- nameAvailable?: boolean;
146
- /** The reason why the given name is not available. */
147
- reason?: CheckNameAvailabilityReason;
148
- /** Detailed reason why the given name is available. */
149
- message?: string;
150
- }
151
- /** A list of server configurations. */
152
- export interface ConfigurationListResult {
153
- /** The list of server configurations. */
154
- value?: Configuration[];
155
- /** The link used to get the next page of operations. */
156
- nextLink?: string;
157
- }
158
- /** Represents a Configuration. */
159
- export interface ConfigurationForUpdate {
160
- /** Value of the configuration. */
161
- value?: string;
162
- /**
163
- * Description of the configuration.
164
- * NOTE: This property will not be serialized. It can only be populated by the server.
165
- */
166
- readonly description?: string;
167
- /**
168
- * Default value of the configuration.
169
- * NOTE: This property will not be serialized. It can only be populated by the server.
170
- */
171
- readonly defaultValue?: string;
172
- /**
173
- * Data type of the configuration.
174
- * NOTE: This property will not be serialized. It can only be populated by the server.
175
- */
176
- readonly dataType?: ConfigurationDataType;
177
- /**
178
- * Allowed values of the configuration.
179
- * NOTE: This property will not be serialized. It can only be populated by the server.
180
- */
181
- readonly allowedValues?: string;
182
- /** Source of the configuration. */
183
- source?: string;
184
- /**
185
- * Configuration dynamic or static.
186
- * NOTE: This property will not be serialized. It can only be populated by the server.
187
- */
188
- readonly isDynamicConfig?: boolean;
189
- /**
190
- * Configuration read-only or not.
191
- * NOTE: This property will not be serialized. It can only be populated by the server.
192
- */
193
- readonly isReadOnly?: boolean;
194
- /**
195
- * Configuration is pending restart or not.
196
- * NOTE: This property will not be serialized. It can only be populated by the server.
197
- */
198
- readonly isConfigPendingRestart?: boolean;
199
- /**
200
- * Configuration unit.
201
- * NOTE: This property will not be serialized. It can only be populated by the server.
202
- */
203
- readonly unit?: string;
204
- /**
205
- * Configuration documentation link.
206
- * NOTE: This property will not be serialized. It can only be populated by the server.
207
- */
208
- readonly documentationLink?: string;
209
- }
210
- /** A List of databases. */
211
- export interface DatabaseListResult {
212
- /** The list of databases housed in a server */
213
- value?: Database[];
214
- /** The link used to get the next page of databases. */
215
- nextLink?: string;
216
- }
217
- /** A list of firewall rules. */
218
- export interface FirewallRuleListResult {
219
- /** The list of firewall rules in a server. */
220
- value?: FirewallRule[];
221
- /** The link used to get the next page of operations. */
222
- nextLink?: string;
223
- }
224
- /** Sku information related properties of a server. */
225
- export interface Sku {
226
- /** The name of the sku, typically, tier + family + cores, e.g. Standard_D4s_v3. */
227
- name: string;
228
- /** The tier of the particular SKU, e.g. Burstable. */
229
- tier: SkuTier;
230
- }
231
- /** Information describing the identities associated with this application. */
232
- export interface UserAssignedIdentity {
233
- /** represents user assigned identities map. */
234
- userAssignedIdentities?: {
235
- [propertyName: string]: UserIdentity;
236
- };
237
- /** the types of identities associated with this resource; currently restricted to 'None and UserAssigned' */
238
- type: IdentityType;
239
- /**
240
- * Tenant id of the server.
241
- * NOTE: This property will not be serialized. It can only be populated by the server.
242
- */
243
- readonly tenantId?: string;
244
- }
245
- /** Describes a single user-assigned identity associated with the application. */
246
- export interface UserIdentity {
247
- /** the object identifier of the Service Principal which this identity represents. */
248
- principalId?: string;
249
- /** the client identifier of the Service Principal which this identity represents. */
250
- clientId?: string;
251
- }
252
- /** Storage properties of a server */
253
- export interface Storage {
254
- /** Max storage allowed for a server. */
255
- storageSizeGB?: number;
256
- /** Flag to enable / disable Storage Auto grow for flexible server. */
257
- autoGrow?: StorageAutoGrow;
258
- /** Name of storage tier for IOPS. */
259
- tier?: AzureManagedDiskPerformanceTiers;
260
- /** Storage tier IOPS quantity. This property is required to be set for storage Type PremiumV2_LRS */
261
- iops?: number;
262
- /** Storage throughput for the server. This is required to be set for storage Type PremiumV2_LRS */
263
- throughput?: number;
264
- /** Storage type for the server. Allowed values are Premium_LRS and PremiumV2_LRS, and default is Premium_LRS if not specified */
265
- type?: StorageType;
266
- }
267
- /** Authentication configuration properties of a server */
268
- export interface AuthConfig {
269
- /** If Enabled, Azure Active Directory authentication is enabled. */
270
- activeDirectoryAuth?: ActiveDirectoryAuthEnum;
271
- /** If Enabled, Password authentication is enabled. */
272
- passwordAuth?: PasswordAuthEnum;
273
- /** Tenant id of the server. */
274
- tenantId?: string;
275
- }
276
- /** Data encryption properties of a server */
277
- export interface DataEncryption {
278
- /** URI for the key in keyvault for data encryption of the primary server. */
279
- primaryKeyURI?: string;
280
- /** Resource Id for the User assigned identity to be used for data encryption of the primary server. */
281
- primaryUserAssignedIdentityId?: string;
282
- /** URI for the key in keyvault for data encryption for geo-backup of server. */
283
- geoBackupKeyURI?: string;
284
- /** Resource Id for the User assigned identity to be used for data encryption for geo-backup of server. */
285
- geoBackupUserAssignedIdentityId?: string;
286
- /** Data encryption type to depict if it is System Managed vs Azure Key vault. */
287
- type?: ArmServerKeyType;
288
- /** Primary encryption key status for Data encryption enabled server. */
289
- primaryEncryptionKeyStatus?: KeyStatusEnum;
290
- /** Geo-backup encryption key status for Data encryption enabled server. */
291
- geoBackupEncryptionKeyStatus?: KeyStatusEnum;
292
- }
293
- /** Backup properties of a server */
294
- export interface Backup {
295
- /** Backup retention days for the server. */
296
- backupRetentionDays?: number;
297
- /** A value indicating whether Geo-Redundant backup is enabled on the server. */
298
- geoRedundantBackup?: GeoRedundantBackupEnum;
299
- /**
300
- * The earliest restore point time (ISO8601 format) for server.
301
- * NOTE: This property will not be serialized. It can only be populated by the server.
302
- */
303
- readonly earliestRestoreDate?: Date;
304
- }
305
- /** Network properties of a server. */
306
- export interface Network {
307
- /** public network access is enabled or not */
308
- publicNetworkAccess?: ServerPublicNetworkAccessState;
309
- /** Delegated subnet arm resource id. This is required to be passed during create, in case we want the server to be VNET injected, i.e. Private access server. During update, pass this only if we want to update the value for Private DNS zone. */
310
- delegatedSubnetResourceId?: string;
311
- /** Private dns zone arm resource id. This is required to be passed during create, in case we want the server to be VNET injected, i.e. Private access server. During update, pass this only if we want to update the value for Private DNS zone. */
312
- privateDnsZoneArmResourceId?: string;
313
- }
314
- /** High availability properties of a server */
315
- export interface HighAvailability {
316
- /** The HA mode for the server. */
317
- mode?: HighAvailabilityMode;
318
- /**
319
- * A state of a HA server that is visible to user.
320
- * NOTE: This property will not be serialized. It can only be populated by the server.
321
- */
322
- readonly state?: ServerHAState;
323
- /** availability zone information of the standby. */
324
- standbyAvailabilityZone?: string;
325
- }
326
- /** Maintenance window properties of a server. */
327
- export interface MaintenanceWindow {
328
- /** indicates whether custom window is enabled or disabled */
329
- customWindow?: string;
330
- /** start hour for maintenance window */
331
- startHour?: number;
332
- /** start minute for maintenance window */
333
- startMinute?: number;
334
- /** day of week for maintenance window */
335
- dayOfWeek?: number;
336
- }
337
- /** Replica properties of a server */
338
- export interface Replica {
339
- /** Used to indicate role of the server in replication set. */
340
- role?: ReplicationRole;
341
- /**
342
- * Replicas allowed for a server.
343
- * NOTE: This property will not be serialized. It can only be populated by the server.
344
- */
345
- readonly capacity?: number;
346
- /**
347
- * Gets the replication state of a replica server. This property is returned only for replicas api call. Supported values are Active, Catchup, Provisioning, Updating, Broken, Reconfiguring
348
- * NOTE: This property will not be serialized. It can only be populated by the server.
349
- */
350
- readonly replicationState?: ReplicationState;
351
- /** Sets the promote mode for a replica server. This is a write only property. */
352
- promoteMode?: ReadReplicaPromoteMode;
353
- /** Sets the promote options for a replica server. This is a write only property. */
354
- promoteOption?: ReplicationPromoteOption;
355
- }
356
- /** The private endpoint resource. */
357
- export interface PrivateEndpoint {
358
- /**
359
- * The ARM identifier for private endpoint.
360
- * NOTE: This property will not be serialized. It can only be populated by the server.
361
- */
362
- readonly id?: string;
363
- }
364
- /** A collection of information about the state of the connection between service consumer and provider. */
365
- export interface PrivateLinkServiceConnectionState {
366
- /** Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service. */
367
- status?: PrivateEndpointServiceConnectionStatus;
368
- /** The reason for approval/rejection of the connection. */
369
- description?: string;
370
- /** A message indicating if changes on the service provider require any updates on the consumer. */
371
- actionsRequired?: string;
372
- }
373
- /** Represents a server to be updated. */
374
- export interface ServerForUpdate {
375
- /** The SKU (pricing tier) of the server. */
376
- sku?: Sku;
377
- /** Describes the identity of the application. */
378
- identity?: UserAssignedIdentity;
379
- /** Application-specific metadata in the form of key-value pairs. */
380
- tags?: {
381
- [propertyName: string]: string;
382
- };
383
- /**
384
- * The password of the administrator login.
385
- * This value contains a credential. Consider obscuring before showing to users
386
- */
387
- administratorLoginPassword?: string;
388
- /** PostgreSQL Server version. Version 16 is currently not supported for MVU. */
389
- version?: ServerVersion;
390
- /** Storage properties of a server. */
391
- storage?: Storage;
392
- /** Backup properties of a server. */
393
- backup?: Backup;
394
- /** High availability properties of a server. */
395
- highAvailability?: HighAvailability;
396
- /** Maintenance window properties of a server. */
397
- maintenanceWindow?: MaintenanceWindow;
398
- /** AuthConfig properties of a server. */
399
- authConfig?: AuthConfig;
400
- /** Data encryption properties of a server. */
401
- dataEncryption?: DataEncryption;
402
- /** The mode to update a new PostgreSQL server. */
403
- createMode?: CreateModeForUpdate;
404
- /** Replication role of the server */
405
- replicationRole?: ReplicationRole;
406
- /** Replica properties of a server. These Replica properties are required to be passed only in case you want to Promote a server. */
407
- replica?: Replica;
408
- /** Network properties of a server. These are required to be passed only in case if server is a private access server. */
409
- network?: Network;
410
- }
411
- /** A list of servers. */
412
- export interface ServerListResult {
413
- /** The list of flexible servers */
414
- value?: Server[];
415
- /** The link used to get the next page of operations. */
416
- nextLink?: string;
417
- }
418
- /** BackupRequestBase is the base for all backup request. */
419
- export interface BackupRequestBase {
420
- /** Backup Settings */
421
- backupSettings: BackupSettings;
422
- }
423
- /** The settings for the long term backup. */
424
- export interface BackupSettings {
425
- /** Backup Name for the current backup */
426
- backupName: string;
427
- }
428
- /** Response for the LTR pre-backup API call */
429
- export interface LtrPreBackupResponse {
430
- /** Number of storage containers the plugin will use during backup. More than one containers may be used for size limitations, parallelism, or redundancy etc. */
431
- numberOfContainers: number;
432
- }
433
- /** Details about the target where the backup content will be stored. */
434
- export interface BackupStoreDetails {
435
- /** List of SAS uri of storage containers where backup data is to be streamed/copied. */
436
- sasUriList: string[];
437
- }
438
- /** Response for the LTR backup API call */
439
- export interface LtrBackupResponse {
440
- /** Size of datasource in bytes */
441
- datasourceSizeInBytes?: number;
442
- /** Data transferred in bytes */
443
- dataTransferredInBytes?: number;
444
- /** Name of Backup operation */
445
- backupName?: string;
446
- /** Metadata to be stored in RP. Store everything that will be required to perform a successful restore using this Recovery point. e.g. Versions, DataFormat etc */
447
- backupMetadata?: string;
448
- /** Service-set extensible enum indicating the status of operation */
449
- status?: ExecutionStatus;
450
- /** Start time of the operation. */
451
- startTime?: Date;
452
- /** End time of the operation. */
453
- endTime?: Date;
454
- /** PercentageCompleted */
455
- percentComplete?: number;
456
- /**
457
- * The error code.
458
- * NOTE: This property will not be serialized. It can only be populated by the server.
459
- */
460
- readonly errorCode?: string;
461
- /**
462
- * The error message.
463
- * NOTE: This property will not be serialized. It can only be populated by the server.
464
- */
465
- readonly errorMessage?: string;
466
- }
467
- /** A list of long term retention backup operations for server. */
468
- export interface LtrServerBackupOperationList {
469
- /** The list of long term retention server backup operations */
470
- value?: LtrServerBackupOperation[];
471
- /** The link used to get the next page of operations. */
472
- nextLink?: string;
473
- }
474
- /** Migration status. */
475
- export interface MigrationStatus {
476
- /**
477
- * State of migration
478
- * NOTE: This property will not be serialized. It can only be populated by the server.
479
- */
480
- readonly state?: MigrationState;
481
- /**
482
- * Error message, if any, for the migration state
483
- * NOTE: This property will not be serialized. It can only be populated by the server.
484
- */
485
- readonly error?: string;
486
- /**
487
- * Current Migration sub state details.
488
- * NOTE: This property will not be serialized. It can only be populated by the server.
489
- */
490
- readonly currentSubStateDetails?: MigrationSubStateDetails;
491
- }
492
- /** Migration sub state details. */
493
- export interface MigrationSubStateDetails {
494
- /**
495
- * Migration sub state.
496
- * NOTE: This property will not be serialized. It can only be populated by the server.
497
- */
498
- readonly currentSubState?: MigrationSubState;
499
- /** Dictionary of <DbMigrationStatus> */
500
- dbDetails?: {
501
- [propertyName: string]: DbMigrationStatus;
502
- };
503
- /** Details for the validation for migration */
504
- validationDetails?: ValidationDetails;
505
- }
506
- /** Migration status of an individual database */
507
- export interface DbMigrationStatus {
508
- /** Name of the database */
509
- databaseName?: string;
510
- /** Migration db state of an individual database */
511
- migrationState?: MigrationDbState;
512
- /** Migration operation of an individual database */
513
- migrationOperation?: string;
514
- /** Start date-time of a migration state */
515
- startedOn?: Date;
516
- /** End date-time of a migration state */
517
- endedOn?: Date;
518
- /** Number of tables queued for the migration of a DB */
519
- fullLoadQueuedTables?: number;
520
- /** Number of tables errored out during the migration of a DB */
521
- fullLoadErroredTables?: number;
522
- /** Number of tables loading during the migration of a DB */
523
- fullLoadLoadingTables?: number;
524
- /** Number of tables loaded during the migration of a DB */
525
- fullLoadCompletedTables?: number;
526
- /** CDC update counter */
527
- cdcUpdateCounter?: number;
528
- /** CDC delete counter */
529
- cdcDeleteCounter?: number;
530
- /** CDC insert counter */
531
- cdcInsertCounter?: number;
532
- /** CDC applied changes counter */
533
- appliedChanges?: number;
534
- /** CDC incoming changes counter */
535
- incomingChanges?: number;
536
- /** Lag in seconds between source and target during online phase */
537
- latency?: number;
538
- /** Error message, if any, for the migration state */
539
- message?: string;
540
- }
541
- /** Details for the validation for migration */
542
- export interface ValidationDetails {
543
- /** Validation status for migration */
544
- status?: ValidationState;
545
- /** Validation Start date-time in UTC */
546
- validationStartTimeInUtc?: Date;
547
- /** Validation End date-time in UTC */
548
- validationEndTimeInUtc?: Date;
549
- /** Details of server level validations */
550
- serverLevelValidationDetails?: ValidationSummaryItem[];
551
- /** Details of server level validations */
552
- dbLevelValidationDetails?: DbLevelValidationStatus[];
553
- }
554
- /** Validation summary object */
555
- export interface ValidationSummaryItem {
556
- /** Validation type */
557
- type?: string;
558
- /** Validation status for migration */
559
- state?: ValidationState;
560
- /** Validation messages */
561
- messages?: ValidationMessage[];
562
- }
563
- /** Validation message object */
564
- export interface ValidationMessage {
565
- /** Severity of validation message */
566
- state?: ValidationState;
567
- /** Validation message string */
568
- message?: string;
569
- }
570
- /** Validation status summary for an individual database */
571
- export interface DbLevelValidationStatus {
572
- /** Name of the database */
573
- databaseName?: string;
574
- /** Start date-time of a database level validation */
575
- startedOn?: Date;
576
- /** End date-time of a database level validation */
577
- endedOn?: Date;
578
- /** Summary of database level validations */
579
- summary?: ValidationSummaryItem[];
580
- }
581
- /** Database server metadata. */
582
- export interface DbServerMetadata {
583
- /**
584
- * Location of database server
585
- * NOTE: This property will not be serialized. It can only be populated by the server.
586
- */
587
- readonly location?: string;
588
- /** Version for database engine */
589
- version?: string;
590
- /** Storage size in MB for database server */
591
- storageMb?: number;
592
- /** SKU for the database server. This object is empty for PG single server */
593
- sku?: ServerSku;
594
- }
595
- /** Sku information related properties of a server. */
596
- export interface ServerSku {
597
- /** The name of the sku, typically, tier + family + cores, e.g. Standard_D4s_v3. */
598
- name?: string;
599
- /** The tier of the particular SKU, e.g. Burstable. */
600
- tier?: SkuTier;
601
- }
602
- /** Migration secret parameters. */
603
- export interface MigrationSecretParameters {
604
- /** Admin credentials for source and target servers */
605
- adminCredentials: AdminCredentials;
606
- /** Gets or sets the username for the source server. This user need not be an admin. */
607
- sourceServerUsername?: string;
608
- /** Gets or sets the username for the target server. This user need not be an admin. */
609
- targetServerUsername?: string;
610
- }
611
- /** Server admin credentials. */
612
- export interface AdminCredentials {
613
- /** Password for source server. */
614
- sourceServerPassword: string;
615
- /** Password for target server. */
616
- targetServerPassword: string;
617
- }
618
- /** Represents a migration resource for patch. */
619
- export interface MigrationResourceForPatch {
620
- /** Application-specific metadata in the form of key-value pairs. */
621
- tags?: {
622
- [propertyName: string]: string;
623
- };
624
- /** ResourceId of the source database server */
625
- sourceDbServerResourceId?: string;
626
- /** Source server fully qualified domain name or ip. It is a optional value, if customer provide it, dms will always use it for connection */
627
- sourceDbServerFullyQualifiedDomainName?: string;
628
- /** Target server fully qualified domain name or ip. It is a optional value, if customer provide it, dms will always use it for connection */
629
- targetDbServerFullyQualifiedDomainName?: string;
630
- /** Migration secret parameters */
631
- secretParameters?: MigrationSecretParameters;
632
- /** Number of databases to migrate */
633
- dbsToMigrate?: string[];
634
- /** Indicates whether to setup LogicalReplicationOnSourceDb, if needed */
635
- setupLogicalReplicationOnSourceDbIfNeeded?: LogicalReplicationOnSourceDbEnum;
636
- /** Indicates whether the databases on the target server can be overwritten, if already present. If set to False, the migration workflow will wait for a confirmation, if it detects that the database already exists. */
637
- overwriteDbsInTarget?: OverwriteDbsInTargetEnum;
638
- /** Start time in UTC for migration window */
639
- migrationWindowStartTimeInUtc?: Date;
640
- /** To migrate roles and permissions we need to send this flag as True */
641
- migrateRoles?: MigrateRolesEnum;
642
- /** Indicates whether the data migration should start right away */
643
- startDataMigration?: StartDataMigrationEnum;
644
- /** To trigger cutover for entire migration we need to send this flag as True */
645
- triggerCutover?: TriggerCutoverEnum;
646
- /** When you want to trigger cutover for specific databases send triggerCutover flag as True and database names in this array */
647
- dbsToTriggerCutoverOn?: string[];
648
- /** To trigger cancel for entire migration we need to send this flag as True */
649
- cancel?: CancelEnum;
650
- /** When you want to trigger cancel for specific databases send cancel flag as True and database names in this array */
651
- dbsToCancelMigrationOn?: string[];
652
- /** There are two types of migration modes Online and Offline */
653
- migrationMode?: MigrationMode;
654
- }
655
- /** A list of migration resources. */
656
- export interface MigrationResourceListResult {
657
- /**
658
- * A list of migration resources.
659
- * NOTE: This property will not be serialized. It can only be populated by the server.
660
- */
661
- readonly value?: MigrationResource[];
662
- /**
663
- * The link used to get the next page of migrations.
664
- * NOTE: This property will not be serialized. It can only be populated by the server.
665
- */
666
- readonly nextLink?: string;
667
- }
668
- /** Represents a migration name's availability. */
669
- export interface MigrationNameAvailabilityResource {
670
- /** The resource name to verify. */
671
- name: string;
672
- /** The type of the resource. */
673
- type: string;
674
- /**
675
- * Indicates whether the resource name is available.
676
- * NOTE: This property will not be serialized. It can only be populated by the server.
677
- */
678
- readonly nameAvailable?: boolean;
679
- /**
680
- * Migration name availability reason
681
- * NOTE: This property will not be serialized. It can only be populated by the server.
682
- */
683
- readonly reason?: MigrationNameAvailabilityReason;
684
- /**
685
- * Migration name availability message.
686
- * NOTE: This property will not be serialized. It can only be populated by the server.
687
- */
688
- readonly message?: string;
689
- }
690
- /** A list of resource provider operations. */
691
- export interface OperationListResult {
692
- /** Collection of available operation details */
693
- value?: Operation[];
694
- /**
695
- * URL client should use to fetch the next page (per server side paging).
696
- * It's null for now, added for future use.
697
- */
698
- nextLink?: string;
699
- }
700
- /** REST API operation definition. */
701
- export interface Operation {
702
- /**
703
- * The name of the operation being performed on this particular object.
704
- * NOTE: This property will not be serialized. It can only be populated by the server.
705
- */
706
- readonly name?: string;
707
- /**
708
- * The localized display information for this particular operation or action.
709
- * NOTE: This property will not be serialized. It can only be populated by the server.
710
- */
711
- readonly display?: OperationDisplay;
712
- /** Indicates whether the operation is a data action */
713
- isDataAction?: boolean;
714
- /**
715
- * The intended executor of the operation.
716
- * NOTE: This property will not be serialized. It can only be populated by the server.
717
- */
718
- readonly origin?: OperationOrigin;
719
- /**
720
- * Additional descriptions for the operation.
721
- * NOTE: This property will not be serialized. It can only be populated by the server.
722
- */
723
- readonly properties?: {
724
- [propertyName: string]: Record<string, unknown>;
725
- };
726
- }
727
- /** Display metadata associated with the operation. */
728
- export interface OperationDisplay {
729
- /**
730
- * Operation resource provider name.
731
- * NOTE: This property will not be serialized. It can only be populated by the server.
732
- */
733
- readonly provider?: string;
734
- /**
735
- * Resource on which the operation is performed.
736
- * NOTE: This property will not be serialized. It can only be populated by the server.
737
- */
738
- readonly resource?: string;
739
- /**
740
- * Localized friendly name for the operation.
741
- * NOTE: This property will not be serialized. It can only be populated by the server.
742
- */
743
- readonly operation?: string;
744
- /**
745
- * Operation description.
746
- * NOTE: This property will not be serialized. It can only be populated by the server.
747
- */
748
- readonly description?: string;
749
- }
750
- /** A list of private endpoint connections. */
751
- export interface PrivateEndpointConnectionListResult {
752
- /**
753
- * Array of results.
754
- * NOTE: This property will not be serialized. It can only be populated by the server.
755
- */
756
- readonly value?: PrivateEndpointConnection[];
757
- /**
758
- * The URL to get the next set of results.
759
- * NOTE: This property will not be serialized. It can only be populated by the server.
760
- */
761
- readonly nextLink?: string;
762
- }
763
- /** A list of private link resources */
764
- export interface PrivateLinkResourceListResult {
765
- /**
766
- * Array of results.
767
- * NOTE: This property will not be serialized. It can only be populated by the server.
768
- */
769
- readonly value?: PrivateLinkResource[];
770
- /**
771
- * Link to retrieve next page of results.
772
- * NOTE: This property will not be serialized. It can only be populated by the server.
773
- */
774
- readonly nextLink?: string;
775
- }
776
- /** Capability for the PostgreSQL server */
777
- export interface QuotaUsagesListResult {
778
- /**
779
- * A list of quota usages.
780
- * NOTE: This property will not be serialized. It can only be populated by the server.
781
- */
782
- readonly value?: QuotaUsage[];
783
- /**
784
- * Link to retrieve next page of results.
785
- * NOTE: This property will not be serialized. It can only be populated by the server.
786
- */
787
- readonly nextLink?: string;
788
- }
789
- /** Quota usage for flexible servers */
790
- export interface QuotaUsage {
791
- /** Name of quota usage for flexible servers */
792
- name?: NameProperty;
793
- /** Quota limit */
794
- limit?: number;
795
- /** Quota unit */
796
- unit?: string;
797
- /** Current Quota usage value */
798
- currentValue?: number;
799
- /** Fully qualified ARM resource Id */
800
- id?: string;
801
- }
802
- /** Name property for quota usage */
803
- export interface NameProperty {
804
- /** Name value */
805
- value?: string;
806
- /** Localized name */
807
- localizedValue?: string;
808
- }
809
- /** A List of logFiles. */
810
- export interface LogFileListResult {
811
- /** The list of logFiles in a server */
812
- value?: LogFile[];
813
- /** The link used to get the next page of operations. */
814
- nextLink?: string;
815
- }
816
- /** Represents server restart parameters. */
817
- export interface RestartParameter {
818
- /** Indicates whether to restart the server with failover. */
819
- restartWithFailover?: boolean;
820
- /** Failover mode. */
821
- failoverMode?: FailoverMode;
822
- }
823
- /** A list of the server's Advanced Threat Protection settings. */
824
- export interface ServerThreatProtectionListResult {
825
- /**
826
- * Array of results.
827
- * NOTE: This property will not be serialized. It can only be populated by the server.
828
- */
829
- readonly value?: ServerThreatProtectionSettingsModel[];
830
- /**
831
- * Link to retrieve next page of results.
832
- * NOTE: This property will not be serialized. It can only be populated by the server.
833
- */
834
- readonly nextLink?: string;
835
- }
836
- /** Represents a virtual endpoint for a server. */
837
- export interface VirtualEndpointResourceForPatch {
838
- /** The endpoint type for the virtual endpoint. */
839
- endpointType?: VirtualEndpointType;
840
- /** List of members for a virtual endpoint */
841
- members?: string[];
842
- /**
843
- * List of virtual endpoints for a server
844
- * NOTE: This property will not be serialized. It can only be populated by the server.
845
- */
846
- readonly virtualEndpoints?: string[];
847
- }
848
- /** A list of virtual endpoints. */
849
- export interface VirtualEndpointsListResult {
850
- /** The list of virtual endpoints */
851
- value?: VirtualEndpointResource[];
852
- /** The link used to get the next page of operations. */
853
- nextLink?: string;
854
- }
855
- /** Virtual network subnet usage parameter */
856
- export interface VirtualNetworkSubnetUsageParameter {
857
- /** Virtual network resource id. */
858
- virtualNetworkArmResourceId?: string;
859
- }
860
- /** Virtual network subnet usage data. */
861
- export interface VirtualNetworkSubnetUsageResult {
862
- /** NOTE: This property will not be serialized. It can only be populated by the server. */
863
- readonly delegatedSubnetsUsage?: DelegatedSubnetUsage[];
864
- /**
865
- * location of the delegated subnet usage
866
- * NOTE: This property will not be serialized. It can only be populated by the server.
867
- */
868
- readonly location?: string;
869
- /**
870
- * subscriptionId of the delegated subnet usage
871
- * NOTE: This property will not be serialized. It can only be populated by the server.
872
- */
873
- readonly subscriptionId?: string;
874
- }
875
- /** Delegated subnet usage data. */
876
- export interface DelegatedSubnetUsage {
877
- /**
878
- * Name of the delegated subnet for which IP addresses are in use
879
- * NOTE: This property will not be serialized. It can only be populated by the server.
880
- */
881
- readonly subnetName?: string;
882
- /**
883
- * Number of IP addresses used by the delegated subnet
884
- * NOTE: This property will not be serialized. It can only be populated by the server.
885
- */
886
- readonly usage?: number;
887
- }
888
- /** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
889
- export interface ProxyResource extends Resource {
890
- }
891
- /** The private endpoint connection resource. */
892
- export interface PrivateEndpointConnection extends Resource {
893
- /**
894
- * The group ids for the private endpoint resource.
895
- * NOTE: This property will not be serialized. It can only be populated by the server.
896
- */
897
- readonly groupIds?: string[];
898
- /** The private endpoint resource. */
899
- privateEndpoint?: PrivateEndpoint;
900
- /** A collection of information about the state of the connection between service consumer and provider. */
901
- privateLinkServiceConnectionState?: PrivateLinkServiceConnectionState;
902
- /**
903
- * The provisioning state of the private endpoint connection resource.
904
- * NOTE: This property will not be serialized. It can only be populated by the server.
905
- */
906
- readonly provisioningState?: PrivateEndpointConnectionProvisioningState;
907
- }
908
- /** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
909
- export interface TrackedResource extends Resource {
910
- /** Resource tags. */
911
- tags?: {
912
- [propertyName: string]: string;
913
- };
914
- /** The geo-location where the resource lives */
915
- location: string;
916
- }
917
- /** A private link resource. */
918
- export interface PrivateLinkResource extends Resource {
919
- /**
920
- * The private link resource group id.
921
- * NOTE: This property will not be serialized. It can only be populated by the server.
922
- */
923
- readonly groupId?: string;
924
- /**
925
- * The private link resource required member names.
926
- * NOTE: This property will not be serialized. It can only be populated by the server.
927
- */
928
- readonly requiredMembers?: string[];
929
- /** The private link resource private link DNS zone name. */
930
- requiredZoneNames?: string[];
931
- }
932
- /** Represents a virtual endpoint for a server. */
933
- export interface VirtualEndpointResource extends VirtualEndpointResourceForPatch, Resource {
934
- }
935
- /** Represents capability of a storage tier */
936
- export interface StorageTierCapability extends CapabilityBase {
937
- /**
938
- * Name to represent Storage tier capability
939
- * NOTE: This property will not be serialized. It can only be populated by the server.
940
- */
941
- readonly name?: string;
942
- /**
943
- * Supported IOPS for this storage tier
944
- * NOTE: This property will not be serialized. It can only be populated by the server.
945
- */
946
- readonly iops?: number;
947
- }
948
- /** storage size in MB capability */
949
- export interface StorageMbCapability extends CapabilityBase {
950
- /**
951
- * Supported IOPS
952
- * NOTE: This property will not be serialized. It can only be populated by the server.
953
- */
954
- readonly supportedIops?: number;
955
- /**
956
- * Maximum IOPS supported by this #Vcores or PremiumV2_LRS Storage Size
957
- * NOTE: This property will not be serialized. It can only be populated by the server.
958
- */
959
- readonly supportedMaximumIops?: number;
960
- /**
961
- * Storage size in MB
962
- * NOTE: This property will not be serialized. It can only be populated by the server.
963
- */
964
- readonly storageSizeMb?: number;
965
- /**
966
- * Maximum value of Storage size in MB
967
- * NOTE: This property will not be serialized. It can only be populated by the server.
968
- */
969
- readonly maximumStorageSizeMb?: number;
970
- /**
971
- * Values of throughput in MB/s
972
- * NOTE: This property will not be serialized. It can only be populated by the server.
973
- */
974
- readonly supportedThroughput?: number;
975
- /**
976
- * Maximum values of throughput in MB/s
977
- * NOTE: This property will not be serialized. It can only be populated by the server.
978
- */
979
- readonly supportedMaximumThroughput?: number;
980
- /**
981
- * Default tier for IOPS
982
- * NOTE: This property will not be serialized. It can only be populated by the server.
983
- */
984
- readonly defaultIopsTier?: string;
985
- /**
986
- * List of available options to upgrade the storage performance
987
- * NOTE: This property will not be serialized. It can only be populated by the server.
988
- */
989
- readonly supportedIopsTiers?: StorageTierCapability[];
990
- }
991
- /** Storage edition capability */
992
- export interface StorageEditionCapability extends CapabilityBase {
993
- /**
994
- * Storage edition name
995
- * NOTE: This property will not be serialized. It can only be populated by the server.
996
- */
997
- readonly name?: string;
998
- /**
999
- * Default storage size in MB for storage edition
1000
- * NOTE: This property will not be serialized. It can only be populated by the server.
1001
- */
1002
- readonly defaultStorageSizeMb?: number;
1003
- /**
1004
- * Flexible server supported storage range in MB
1005
- * NOTE: This property will not be serialized. It can only be populated by the server.
1006
- */
1007
- readonly supportedStorageMb?: StorageMbCapability[];
1008
- }
1009
- /** Sku capability */
1010
- export interface ServerSkuCapability extends CapabilityBase {
1011
- /**
1012
- * Sku name
1013
- * NOTE: This property will not be serialized. It can only be populated by the server.
1014
- */
1015
- readonly name?: string;
1016
- /**
1017
- * Supported vCores
1018
- * NOTE: This property will not be serialized. It can only be populated by the server.
1019
- */
1020
- readonly vCores?: number;
1021
- /**
1022
- * Supported IOPS
1023
- * NOTE: This property will not be serialized. It can only be populated by the server.
1024
- */
1025
- readonly supportedIops?: number;
1026
- /**
1027
- * Supported memory per vCore in MB
1028
- * NOTE: This property will not be serialized. It can only be populated by the server.
1029
- */
1030
- readonly supportedMemoryPerVcoreMb?: number;
1031
- /**
1032
- * List of supported Availability Zones. E.g. "1", "2", "3"
1033
- * NOTE: This property will not be serialized. It can only be populated by the server.
1034
- */
1035
- readonly supportedZones?: string[];
1036
- /**
1037
- * Supported high availability mode
1038
- * NOTE: This property will not be serialized. It can only be populated by the server.
1039
- */
1040
- readonly supportedHaMode?: HaMode[];
1041
- }
1042
- /** Flexible server edition capabilities. */
1043
- export interface FlexibleServerEditionCapability extends CapabilityBase {
1044
- /**
1045
- * Server edition name
1046
- * NOTE: This property will not be serialized. It can only be populated by the server.
1047
- */
1048
- readonly name?: string;
1049
- /**
1050
- * Default sku name for the server edition
1051
- * NOTE: This property will not be serialized. It can only be populated by the server.
1052
- */
1053
- readonly defaultSkuName?: string;
1054
- /**
1055
- * The list of editions supported by this server edition.
1056
- * NOTE: This property will not be serialized. It can only be populated by the server.
1057
- */
1058
- readonly supportedStorageEditions?: StorageEditionCapability[];
1059
- /**
1060
- * List of supported server SKUs.
1061
- * NOTE: This property will not be serialized. It can only be populated by the server.
1062
- */
1063
- readonly supportedServerSkus?: ServerSkuCapability[];
1064
- }
1065
- /** Server version capabilities. */
1066
- export interface ServerVersionCapability extends CapabilityBase {
1067
- /**
1068
- * Server version
1069
- * NOTE: This property will not be serialized. It can only be populated by the server.
1070
- */
1071
- readonly name?: string;
1072
- /**
1073
- * Supported servers versions to upgrade
1074
- * NOTE: This property will not be serialized. It can only be populated by the server.
1075
- */
1076
- readonly supportedVersionsToUpgrade?: string[];
1077
- }
1078
- /** Represents capability of a fast provisioning edition */
1079
- export interface FastProvisioningEditionCapability extends CapabilityBase {
1080
- /**
1081
- * Fast provisioning supported tier name
1082
- * NOTE: This property will not be serialized. It can only be populated by the server.
1083
- */
1084
- readonly supportedTier?: string;
1085
- /**
1086
- * Fast provisioning supported sku name
1087
- * NOTE: This property will not be serialized. It can only be populated by the server.
1088
- */
1089
- readonly supportedSku?: string;
1090
- /**
1091
- * Fast provisioning supported storage in Gb
1092
- * NOTE: This property will not be serialized. It can only be populated by the server.
1093
- */
1094
- readonly supportedStorageGb?: number;
1095
- /**
1096
- * Fast provisioning supported version
1097
- * NOTE: This property will not be serialized. It can only be populated by the server.
1098
- */
1099
- readonly supportedServerVersions?: string;
1100
- /**
1101
- * Count of servers in cache matching the spec
1102
- * NOTE: This property will not be serialized. It can only be populated by the server.
1103
- */
1104
- readonly serverCount?: number;
1105
- }
1106
- /** Capability for the PostgreSQL server */
1107
- export interface FlexibleServerCapability extends CapabilityBase {
1108
- /** Name of flexible servers capability */
1109
- name?: string;
1110
- /**
1111
- * List of supported flexible server editions
1112
- * NOTE: This property will not be serialized. It can only be populated by the server.
1113
- */
1114
- readonly supportedServerEditions?: FlexibleServerEditionCapability[];
1115
- /**
1116
- * The list of server versions supported for this capability.
1117
- * NOTE: This property will not be serialized. It can only be populated by the server.
1118
- */
1119
- readonly supportedServerVersions?: ServerVersionCapability[];
1120
- /**
1121
- * Gets a value indicating whether fast provisioning is supported. "Enabled" means fast provisioning is supported. "Disabled" stands for fast provisioning is not supported.
1122
- * NOTE: This property will not be serialized. It can only be populated by the server.
1123
- */
1124
- readonly fastProvisioningSupported?: FastProvisioningSupportedEnum;
1125
- /**
1126
- * List of supported server editions for fast provisioning
1127
- * NOTE: This property will not be serialized. It can only be populated by the server.
1128
- */
1129
- readonly supportedFastProvisioningEditions?: FastProvisioningEditionCapability[];
1130
- /**
1131
- * Determines if geo-backup is supported in this region. "Enabled" means geo-backup is supported. "Disabled" stands for geo-back is not supported.
1132
- * NOTE: This property will not be serialized. It can only be populated by the server.
1133
- */
1134
- readonly geoBackupSupported?: GeoBackupSupportedEnum;
1135
- /**
1136
- * A value indicating whether Zone Redundant HA is supported in this region. "Enabled" means zone redundant HA is supported. "Disabled" stands for zone redundant HA is not supported.
1137
- * NOTE: This property will not be serialized. It can only be populated by the server.
1138
- */
1139
- readonly zoneRedundantHaSupported?: ZoneRedundantHaSupportedEnum;
1140
- /**
1141
- * A value indicating whether Zone Redundant HA and Geo-backup is supported in this region. "Enabled" means zone redundant HA and geo-backup is supported. "Disabled" stands for zone redundant HA and geo-backup is not supported.
1142
- * NOTE: This property will not be serialized. It can only be populated by the server.
1143
- */
1144
- readonly zoneRedundantHaAndGeoBackupSupported?: ZoneRedundantHaAndGeoBackupSupportedEnum;
1145
- /**
1146
- * A value indicating whether storage auto-grow is supported in this region. "Enabled" means storage auto-grow is supported. "Disabled" stands for storage auto-grow is not supported.
1147
- * NOTE: This property will not be serialized. It can only be populated by the server.
1148
- */
1149
- readonly storageAutoGrowthSupported?: StorageAutoGrowthSupportedEnum;
1150
- /**
1151
- * A value indicating whether online resize is supported in this region for the given subscription. "Enabled" means storage online resize is supported. "Disabled" means storage online resize is not supported.
1152
- * NOTE: This property will not be serialized. It can only be populated by the server.
1153
- */
1154
- readonly onlineResizeSupported?: OnlineResizeSupportedEnum;
1155
- /**
1156
- * A value indicating whether this region is restricted. "Enabled" means region is restricted. "Disabled" stands for region is not restricted.
1157
- * NOTE: This property will not be serialized. It can only be populated by the server.
1158
- */
1159
- readonly restricted?: RestrictedEnum;
1160
- }
1161
- /** Represents a resource name availability. */
1162
- export interface NameAvailability extends CheckNameAvailabilityResponse {
1163
- /**
1164
- * name of the PostgreSQL server.
1165
- * NOTE: This property will not be serialized. It can only be populated by the server.
1166
- */
1167
- readonly name?: string;
1168
- /**
1169
- * type of the server
1170
- * NOTE: This property will not be serialized. It can only be populated by the server.
1171
- */
1172
- readonly type?: string;
1173
- }
1174
- /** A request that is made for pre-backup. */
1175
- export interface LtrPreBackupRequest extends BackupRequestBase {
1176
- }
1177
- /** The request that is made for a long term retention backup. */
1178
- export interface LtrBackupRequest extends BackupRequestBase {
1179
- /** Backup store detail for target server */
1180
- targetDetails: BackupStoreDetails;
1181
- }
1182
- /** Represents an Active Directory administrator. */
1183
- export interface ActiveDirectoryAdministrator extends ProxyResource {
1184
- /** The principal type used to represent the type of Active Directory Administrator. */
1185
- principalType?: PrincipalType;
1186
- /** Active Directory administrator principal name. */
1187
- principalName?: string;
1188
- /** The objectId of the Active Directory administrator. */
1189
- objectId?: string;
1190
- /** The tenantId of the Active Directory administrator. */
1191
- tenantId?: string;
1192
- }
1193
- /** Server backup properties */
1194
- export interface ServerBackup extends ProxyResource {
1195
- /** Backup type. */
1196
- backupType?: Origin;
1197
- /** Backup completed time (ISO8601 format). */
1198
- completedTime?: Date;
1199
- /** Backup source */
1200
- source?: string;
1201
- }
1202
- /** Represents a Configuration. */
1203
- export interface Configuration extends ProxyResource {
1204
- /** Value of the configuration. */
1205
- value?: string;
1206
- /**
1207
- * Description of the configuration.
1208
- * NOTE: This property will not be serialized. It can only be populated by the server.
1209
- */
1210
- readonly description?: string;
1211
- /**
1212
- * Default value of the configuration.
1213
- * NOTE: This property will not be serialized. It can only be populated by the server.
1214
- */
1215
- readonly defaultValue?: string;
1216
- /**
1217
- * Data type of the configuration.
1218
- * NOTE: This property will not be serialized. It can only be populated by the server.
1219
- */
1220
- readonly dataType?: ConfigurationDataType;
1221
- /**
1222
- * Allowed values of the configuration.
1223
- * NOTE: This property will not be serialized. It can only be populated by the server.
1224
- */
1225
- readonly allowedValues?: string;
1226
- /** Source of the configuration. */
1227
- source?: string;
1228
- /**
1229
- * Configuration dynamic or static.
1230
- * NOTE: This property will not be serialized. It can only be populated by the server.
1231
- */
1232
- readonly isDynamicConfig?: boolean;
1233
- /**
1234
- * Configuration read-only or not.
1235
- * NOTE: This property will not be serialized. It can only be populated by the server.
1236
- */
1237
- readonly isReadOnly?: boolean;
1238
- /**
1239
- * Configuration is pending restart or not.
1240
- * NOTE: This property will not be serialized. It can only be populated by the server.
1241
- */
1242
- readonly isConfigPendingRestart?: boolean;
1243
- /**
1244
- * Configuration unit.
1245
- * NOTE: This property will not be serialized. It can only be populated by the server.
1246
- */
1247
- readonly unit?: string;
1248
- /**
1249
- * Configuration documentation link.
1250
- * NOTE: This property will not be serialized. It can only be populated by the server.
1251
- */
1252
- readonly documentationLink?: string;
1253
- }
1254
- /** Represents a Database. */
1255
- export interface Database extends ProxyResource {
1256
- /** The charset of the database. */
1257
- charset?: string;
1258
- /** The collation of the database. */
1259
- collation?: string;
1260
- }
1261
- /** Represents a server firewall rule. */
1262
- export interface FirewallRule extends ProxyResource {
1263
- /** The start IP address of the server firewall rule. Must be IPv4 format. */
1264
- startIpAddress: string;
1265
- /** The end IP address of the server firewall rule. Must be IPv4 format. */
1266
- endIpAddress: string;
1267
- }
1268
- /** Response for the LTR backup Operation API call */
1269
- export interface LtrServerBackupOperation extends ProxyResource {
1270
- /** Size of datasource in bytes */
1271
- datasourceSizeInBytes?: number;
1272
- /** Data transferred in bytes */
1273
- dataTransferredInBytes?: number;
1274
- /** Name of Backup operation */
1275
- backupName?: string;
1276
- /** Metadata to be stored in RP. Store everything that will be required to perform a successful restore using this Recovery point. e.g. Versions, DataFormat etc */
1277
- backupMetadata?: string;
1278
- /** Service-set extensible enum indicating the status of operation */
1279
- status?: ExecutionStatus;
1280
- /** Start time of the operation. */
1281
- startTime?: Date;
1282
- /** End time of the operation. */
1283
- endTime?: Date;
1284
- /** PercentageCompleted */
1285
- percentComplete?: number;
1286
- /**
1287
- * The error code.
1288
- * NOTE: This property will not be serialized. It can only be populated by the server.
1289
- */
1290
- readonly errorCode?: string;
1291
- /**
1292
- * The error message.
1293
- * NOTE: This property will not be serialized. It can only be populated by the server.
1294
- */
1295
- readonly errorMessage?: string;
1296
- }
1297
- /** Represents a logFile. */
1298
- export interface LogFile extends ProxyResource {
1299
- /** Creation timestamp of the log file. */
1300
- createdTime?: Date;
1301
- /** Last modified timestamp of the log file. */
1302
- lastModifiedTime?: Date;
1303
- /** The size in kb of the logFile. */
1304
- sizeInKb?: number;
1305
- /** Type of the log file. */
1306
- typePropertiesType?: string;
1307
- /** The url to download the log file from. */
1308
- url?: string;
1309
- }
1310
- /** Server's Advanced Threat Protection settings. */
1311
- export interface ServerThreatProtectionSettingsModel extends ProxyResource {
1312
- /** Specifies the state of the Threat Protection, whether it is enabled or disabled or a state has not been applied yet on the specific server. */
1313
- state?: ThreatProtectionState;
1314
- /**
1315
- * Specifies the UTC creation time of the policy.
1316
- * NOTE: This property will not be serialized. It can only be populated by the server.
1317
- */
1318
- readonly creationTime?: Date;
1319
- }
1320
- /** Represents a server. */
1321
- export interface Server extends TrackedResource {
1322
- /** The SKU (pricing tier) of the server. */
1323
- sku?: Sku;
1324
- /** Describes the identity of the application. */
1325
- identity?: UserAssignedIdentity;
1326
- /** The administrator's login name of a server. Can only be specified when the server is being created (and is required for creation). */
1327
- administratorLogin?: string;
1328
- /**
1329
- * The administrator login password (required for server creation).
1330
- * This value contains a credential. Consider obscuring before showing to users
1331
- */
1332
- administratorLoginPassword?: string;
1333
- /** PostgreSQL Server version. */
1334
- version?: ServerVersion;
1335
- /**
1336
- * The minor version of the server.
1337
- * NOTE: This property will not be serialized. It can only be populated by the server.
1338
- */
1339
- readonly minorVersion?: string;
1340
- /**
1341
- * A state of a server that is visible to user.
1342
- * NOTE: This property will not be serialized. It can only be populated by the server.
1343
- */
1344
- readonly state?: ServerState;
1345
- /**
1346
- * The fully qualified domain name of a server.
1347
- * NOTE: This property will not be serialized. It can only be populated by the server.
1348
- */
1349
- readonly fullyQualifiedDomainName?: string;
1350
- /** Storage properties of a server. */
1351
- storage?: Storage;
1352
- /** AuthConfig properties of a server. */
1353
- authConfig?: AuthConfig;
1354
- /** Data encryption properties of a server. */
1355
- dataEncryption?: DataEncryption;
1356
- /** Backup properties of a server. */
1357
- backup?: Backup;
1358
- /** Network properties of a server. This Network property is required to be passed only in case you want the server to be Private access server. */
1359
- network?: Network;
1360
- /** High availability properties of a server. */
1361
- highAvailability?: HighAvailability;
1362
- /** Maintenance window properties of a server. */
1363
- maintenanceWindow?: MaintenanceWindow;
1364
- /** The source server resource ID to restore from. It's required when 'createMode' is 'PointInTimeRestore' or 'GeoRestore' or 'Replica' or 'ReviveDropped'. This property is returned only for Replica server */
1365
- sourceServerResourceId?: string;
1366
- /** Restore point creation time (ISO8601 format), specifying the time to restore from. It's required when 'createMode' is 'PointInTimeRestore' or 'GeoRestore' or 'ReviveDropped'. */
1367
- pointInTimeUTC?: Date;
1368
- /** availability zone information of the server. */
1369
- availabilityZone?: string;
1370
- /** Replication role of the server */
1371
- replicationRole?: ReplicationRole;
1372
- /**
1373
- * Replicas allowed for a server.
1374
- * NOTE: This property will not be serialized. It can only be populated by the server.
1375
- */
1376
- readonly replicaCapacity?: number;
1377
- /** Replica properties of a server. These Replica properties are required to be passed only in case you want to Promote a server. */
1378
- replica?: Replica;
1379
- /** The mode to create a new PostgreSQL server. */
1380
- createMode?: CreateMode;
1381
- /**
1382
- * List of private endpoint connections associated with the specified resource.
1383
- * NOTE: This property will not be serialized. It can only be populated by the server.
1384
- */
1385
- readonly privateEndpointConnections?: PrivateEndpointConnection[];
1386
- }
1387
- /** Represents a migration resource. */
1388
- export interface MigrationResource extends TrackedResource {
1389
- /**
1390
- * ID for migration, a GUID.
1391
- * NOTE: This property will not be serialized. It can only be populated by the server.
1392
- */
1393
- readonly migrationId?: string;
1394
- /**
1395
- * Current status of migration
1396
- * NOTE: This property will not be serialized. It can only be populated by the server.
1397
- */
1398
- readonly currentStatus?: MigrationStatus;
1399
- /** ResourceId of the private endpoint migration instance */
1400
- migrationInstanceResourceId?: string;
1401
- /** There are two types of migration modes Online and Offline */
1402
- migrationMode?: MigrationMode;
1403
- /** This indicates the supported Migration option for the migration */
1404
- migrationOption?: MigrationOption;
1405
- /** migration source server type : OnPremises, AWS, GCP, AzureVM, PostgreSQLSingleServer, AWS_RDS, AWS_AURORA, AWS_EC2, GCP_CloudSQL, GCP_AlloyDB, GCP_Compute, or EDB */
1406
- sourceType?: SourceType;
1407
- /** SSL modes for migration. Default SSL mode for PostgreSQLSingleServer is VerifyFull and Prefer for other source types */
1408
- sslMode?: SslMode;
1409
- /**
1410
- * Metadata of the source database server
1411
- * NOTE: This property will not be serialized. It can only be populated by the server.
1412
- */
1413
- readonly sourceDbServerMetadata?: DbServerMetadata;
1414
- /**
1415
- * Metadata of the target database server
1416
- * NOTE: This property will not be serialized. It can only be populated by the server.
1417
- */
1418
- readonly targetDbServerMetadata?: DbServerMetadata;
1419
- /** ResourceId of the source database server in case the sourceType is PostgreSQLSingleServer. For other source types this should be ipaddress:port@username or hostname:port@username */
1420
- sourceDbServerResourceId?: string;
1421
- /** Source server fully qualified domain name or ip. It is a optional value, if customer provide it, dms will always use it for connection */
1422
- sourceDbServerFullyQualifiedDomainName?: string;
1423
- /**
1424
- * ResourceId of the source database server
1425
- * NOTE: This property will not be serialized. It can only be populated by the server.
1426
- */
1427
- readonly targetDbServerResourceId?: string;
1428
- /** Target server fully qualified domain name or ip. It is a optional value, if customer provide it, dms will always use it for connection */
1429
- targetDbServerFullyQualifiedDomainName?: string;
1430
- /** Migration secret parameters */
1431
- secretParameters?: MigrationSecretParameters;
1432
- /** Number of databases to migrate */
1433
- dbsToMigrate?: string[];
1434
- /** Indicates whether to setup LogicalReplicationOnSourceDb, if needed */
1435
- setupLogicalReplicationOnSourceDbIfNeeded?: LogicalReplicationOnSourceDbEnum;
1436
- /** Indicates whether the databases on the target server can be overwritten, if already present. If set to False, the migration workflow will wait for a confirmation, if it detects that the database already exists. */
1437
- overwriteDbsInTarget?: OverwriteDbsInTargetEnum;
1438
- /** Start time in UTC for migration window */
1439
- migrationWindowStartTimeInUtc?: Date;
1440
- /** End time in UTC for migration window */
1441
- migrationWindowEndTimeInUtc?: Date;
1442
- /** To migrate roles and permissions we need to send this flag as True */
1443
- migrateRoles?: MigrateRolesEnum;
1444
- /** Indicates whether the data migration should start right away */
1445
- startDataMigration?: StartDataMigrationEnum;
1446
- /** To trigger cutover for entire migration we need to send this flag as True */
1447
- triggerCutover?: TriggerCutoverEnum;
1448
- /** When you want to trigger cutover for specific databases send triggerCutover flag as True and database names in this array */
1449
- dbsToTriggerCutoverOn?: string[];
1450
- /** To trigger cancel for entire migration we need to send this flag as True */
1451
- cancel?: CancelEnum;
1452
- /** When you want to trigger cancel for specific databases send cancel flag as True and database names in this array */
1453
- dbsToCancelMigrationOn?: string[];
1454
- }
1455
- /** Defines headers for Administrators_create operation. */
1456
- export interface AdministratorsCreateHeaders {
1457
- location?: string;
1458
- }
1459
- /** Defines headers for Administrators_delete operation. */
1460
- export interface AdministratorsDeleteHeaders {
1461
- location?: string;
1462
- }
1463
- /** Defines headers for Configurations_update operation. */
1464
- export interface ConfigurationsUpdateHeaders {
1465
- location?: string;
1466
- }
1467
- /** Defines headers for Configurations_put operation. */
1468
- export interface ConfigurationsPutHeaders {
1469
- location?: string;
1470
- }
1471
- /** Defines headers for Databases_create operation. */
1472
- export interface DatabasesCreateHeaders {
1473
- location?: string;
1474
- }
1475
- /** Defines headers for Databases_delete operation. */
1476
- export interface DatabasesDeleteHeaders {
1477
- location?: string;
1478
- }
1479
- /** Defines headers for FirewallRules_createOrUpdate operation. */
1480
- export interface FirewallRulesCreateOrUpdateHeaders {
1481
- location?: string;
1482
- }
1483
- /** Defines headers for FirewallRules_delete operation. */
1484
- export interface FirewallRulesDeleteHeaders {
1485
- location?: string;
1486
- }
1487
- /** Defines headers for Servers_create operation. */
1488
- export interface ServersCreateHeaders {
1489
- location?: string;
1490
- }
1491
- /** Defines headers for Servers_update operation. */
1492
- export interface ServersUpdateHeaders {
1493
- location?: string;
1494
- }
1495
- /** Defines headers for Servers_delete operation. */
1496
- export interface ServersDeleteHeaders {
1497
- location?: string;
1498
- }
1499
- /** Defines headers for Servers_restart operation. */
1500
- export interface ServersRestartHeaders {
1501
- location?: string;
1502
- }
1503
- /** Defines headers for Servers_start operation. */
1504
- export interface ServersStartHeaders {
1505
- location?: string;
1506
- }
1507
- /** Defines headers for Servers_stop operation. */
1508
- export interface ServersStopHeaders {
1509
- location?: string;
1510
- }
1511
- /** Defines headers for FlexibleServer_triggerLtrPreBackup operation. */
1512
- export interface FlexibleServerTriggerLtrPreBackupHeaders {
1513
- /** A unique ID for the current operation, service generated. All the resource providers must return this value in the response headers to facilitate debugging. */
1514
- xMsRequestId?: string;
1515
- }
1516
- /** Defines headers for FlexibleServer_triggerLtrPreBackup operation. */
1517
- export interface FlexibleServerTriggerLtrPreBackupExceptionHeaders {
1518
- /** ErrorCode string in the event of a failure. */
1519
- xMsErrorCode?: string;
1520
- /** A unique ID for the current operation, service generated. All the resource providers must return this value in the response headers to facilitate debugging. */
1521
- xMsRequestId?: string;
1522
- }
1523
- /** Defines headers for FlexibleServer_startLtrBackup operation. */
1524
- export interface FlexibleServerStartLtrBackupHeaders {
1525
- /** A unique ID for the current operation, service generated. All the resource providers must return this value in the response headers to facilitate debugging. */
1526
- xMsRequestId?: string;
1527
- }
1528
- /** Defines headers for FlexibleServer_startLtrBackup operation. */
1529
- export interface FlexibleServerStartLtrBackupExceptionHeaders {
1530
- /** ErrorCode string in the event of a failure. */
1531
- xMsErrorCode?: string;
1532
- /** A unique ID for the current operation, service generated. All the resource providers must return this value in the response headers to facilitate debugging. */
1533
- xMsRequestId?: string;
1534
- }
1535
- /** Defines headers for PrivateEndpointConnection_update operation. */
1536
- export interface PrivateEndpointConnectionUpdateHeaders {
1537
- location?: string;
1538
- }
1539
- /** Defines headers for PrivateEndpointConnection_delete operation. */
1540
- export interface PrivateEndpointConnectionDeleteHeaders {
1541
- location?: string;
1542
- }
1543
- /** Defines headers for ServerThreatProtectionSettings_createOrUpdate operation. */
1544
- export interface ServerThreatProtectionSettingsCreateOrUpdateHeaders {
1545
- location?: string;
1546
- }
1547
- /** Defines headers for VirtualEndpoints_create operation. */
1548
- export interface VirtualEndpointsCreateHeaders {
1549
- location?: string;
1550
- }
1551
- /** Defines headers for VirtualEndpoints_update operation. */
1552
- export interface VirtualEndpointsUpdateHeaders {
1553
- location?: string;
1554
- }
1555
- /** Defines headers for VirtualEndpoints_delete operation. */
1556
- export interface VirtualEndpointsDeleteHeaders {
1557
- location?: string;
1558
- }
1559
- /** Known values of {@link PrincipalType} that the service accepts. */
1560
- export declare enum KnownPrincipalType {
1561
- /** Unknown */
1562
- Unknown = "Unknown",
1563
- /** User */
1564
- User = "User",
1565
- /** Group */
1566
- Group = "Group",
1567
- /** ServicePrincipal */
1568
- ServicePrincipal = "ServicePrincipal"
1569
- }
1570
- /**
1571
- * Defines values for PrincipalType. \
1572
- * {@link KnownPrincipalType} can be used interchangeably with PrincipalType,
1573
- * this enum contains the known values that the service supports.
1574
- * ### Known values supported by the service
1575
- * **Unknown** \
1576
- * **User** \
1577
- * **Group** \
1578
- * **ServicePrincipal**
1579
- */
1580
- export type PrincipalType = string;
1581
- /** Known values of {@link CreatedByType} that the service accepts. */
1582
- export declare enum KnownCreatedByType {
1583
- /** User */
1584
- User = "User",
1585
- /** Application */
1586
- Application = "Application",
1587
- /** ManagedIdentity */
1588
- ManagedIdentity = "ManagedIdentity",
1589
- /** Key */
1590
- Key = "Key"
1591
- }
1592
- /**
1593
- * Defines values for CreatedByType. \
1594
- * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
1595
- * this enum contains the known values that the service supports.
1596
- * ### Known values supported by the service
1597
- * **User** \
1598
- * **Application** \
1599
- * **ManagedIdentity** \
1600
- * **Key**
1601
- */
1602
- export type CreatedByType = string;
1603
- /** Known values of {@link Origin} that the service accepts. */
1604
- export declare enum KnownOrigin {
1605
- /** Full */
1606
- Full = "Full"
1607
- }
1608
- /**
1609
- * Defines values for Origin. \
1610
- * {@link KnownOrigin} can be used interchangeably with Origin,
1611
- * this enum contains the known values that the service supports.
1612
- * ### Known values supported by the service
1613
- * **Full**
1614
- */
1615
- export type Origin = string;
1616
- /** Known values of {@link HaMode} that the service accepts. */
1617
- export declare enum KnownHaMode {
1618
- /** SameZone */
1619
- SameZone = "SameZone",
1620
- /** ZoneRedundant */
1621
- ZoneRedundant = "ZoneRedundant"
1622
- }
1623
- /**
1624
- * Defines values for HaMode. \
1625
- * {@link KnownHaMode} can be used interchangeably with HaMode,
1626
- * this enum contains the known values that the service supports.
1627
- * ### Known values supported by the service
1628
- * **SameZone** \
1629
- * **ZoneRedundant**
1630
- */
1631
- export type HaMode = string;
1632
- /** Known values of {@link FastProvisioningSupportedEnum} that the service accepts. */
1633
- export declare enum KnownFastProvisioningSupportedEnum {
1634
- /** Enabled */
1635
- Enabled = "Enabled",
1636
- /** Disabled */
1637
- Disabled = "Disabled"
1638
- }
1639
- /**
1640
- * Defines values for FastProvisioningSupportedEnum. \
1641
- * {@link KnownFastProvisioningSupportedEnum} can be used interchangeably with FastProvisioningSupportedEnum,
1642
- * this enum contains the known values that the service supports.
1643
- * ### Known values supported by the service
1644
- * **Enabled** \
1645
- * **Disabled**
1646
- */
1647
- export type FastProvisioningSupportedEnum = string;
1648
- /** Known values of {@link GeoBackupSupportedEnum} that the service accepts. */
1649
- export declare enum KnownGeoBackupSupportedEnum {
1650
- /** Enabled */
1651
- Enabled = "Enabled",
1652
- /** Disabled */
1653
- Disabled = "Disabled"
1654
- }
1655
- /**
1656
- * Defines values for GeoBackupSupportedEnum. \
1657
- * {@link KnownGeoBackupSupportedEnum} can be used interchangeably with GeoBackupSupportedEnum,
1658
- * this enum contains the known values that the service supports.
1659
- * ### Known values supported by the service
1660
- * **Enabled** \
1661
- * **Disabled**
1662
- */
1663
- export type GeoBackupSupportedEnum = string;
1664
- /** Known values of {@link ZoneRedundantHaSupportedEnum} that the service accepts. */
1665
- export declare enum KnownZoneRedundantHaSupportedEnum {
1666
- /** Enabled */
1667
- Enabled = "Enabled",
1668
- /** Disabled */
1669
- Disabled = "Disabled"
1670
- }
1671
- /**
1672
- * Defines values for ZoneRedundantHaSupportedEnum. \
1673
- * {@link KnownZoneRedundantHaSupportedEnum} can be used interchangeably with ZoneRedundantHaSupportedEnum,
1674
- * this enum contains the known values that the service supports.
1675
- * ### Known values supported by the service
1676
- * **Enabled** \
1677
- * **Disabled**
1678
- */
1679
- export type ZoneRedundantHaSupportedEnum = string;
1680
- /** Known values of {@link ZoneRedundantHaAndGeoBackupSupportedEnum} that the service accepts. */
1681
- export declare enum KnownZoneRedundantHaAndGeoBackupSupportedEnum {
1682
- /** Enabled */
1683
- Enabled = "Enabled",
1684
- /** Disabled */
1685
- Disabled = "Disabled"
1686
- }
1687
- /**
1688
- * Defines values for ZoneRedundantHaAndGeoBackupSupportedEnum. \
1689
- * {@link KnownZoneRedundantHaAndGeoBackupSupportedEnum} can be used interchangeably with ZoneRedundantHaAndGeoBackupSupportedEnum,
1690
- * this enum contains the known values that the service supports.
1691
- * ### Known values supported by the service
1692
- * **Enabled** \
1693
- * **Disabled**
1694
- */
1695
- export type ZoneRedundantHaAndGeoBackupSupportedEnum = string;
1696
- /** Known values of {@link StorageAutoGrowthSupportedEnum} that the service accepts. */
1697
- export declare enum KnownStorageAutoGrowthSupportedEnum {
1698
- /** Enabled */
1699
- Enabled = "Enabled",
1700
- /** Disabled */
1701
- Disabled = "Disabled"
1702
- }
1703
- /**
1704
- * Defines values for StorageAutoGrowthSupportedEnum. \
1705
- * {@link KnownStorageAutoGrowthSupportedEnum} can be used interchangeably with StorageAutoGrowthSupportedEnum,
1706
- * this enum contains the known values that the service supports.
1707
- * ### Known values supported by the service
1708
- * **Enabled** \
1709
- * **Disabled**
1710
- */
1711
- export type StorageAutoGrowthSupportedEnum = string;
1712
- /** Known values of {@link OnlineResizeSupportedEnum} that the service accepts. */
1713
- export declare enum KnownOnlineResizeSupportedEnum {
1714
- /** Enabled */
1715
- Enabled = "Enabled",
1716
- /** Disabled */
1717
- Disabled = "Disabled"
1718
- }
1719
- /**
1720
- * Defines values for OnlineResizeSupportedEnum. \
1721
- * {@link KnownOnlineResizeSupportedEnum} can be used interchangeably with OnlineResizeSupportedEnum,
1722
- * this enum contains the known values that the service supports.
1723
- * ### Known values supported by the service
1724
- * **Enabled** \
1725
- * **Disabled**
1726
- */
1727
- export type OnlineResizeSupportedEnum = string;
1728
- /** Known values of {@link RestrictedEnum} that the service accepts. */
1729
- export declare enum KnownRestrictedEnum {
1730
- /** Enabled */
1731
- Enabled = "Enabled",
1732
- /** Disabled */
1733
- Disabled = "Disabled"
1734
- }
1735
- /**
1736
- * Defines values for RestrictedEnum. \
1737
- * {@link KnownRestrictedEnum} can be used interchangeably with RestrictedEnum,
1738
- * this enum contains the known values that the service supports.
1739
- * ### Known values supported by the service
1740
- * **Enabled** \
1741
- * **Disabled**
1742
- */
1743
- export type RestrictedEnum = string;
1744
- /** Known values of {@link CheckNameAvailabilityReason} that the service accepts. */
1745
- export declare enum KnownCheckNameAvailabilityReason {
1746
- /** Invalid */
1747
- Invalid = "Invalid",
1748
- /** AlreadyExists */
1749
- AlreadyExists = "AlreadyExists"
1750
- }
1751
- /**
1752
- * Defines values for CheckNameAvailabilityReason. \
1753
- * {@link KnownCheckNameAvailabilityReason} can be used interchangeably with CheckNameAvailabilityReason,
1754
- * this enum contains the known values that the service supports.
1755
- * ### Known values supported by the service
1756
- * **Invalid** \
1757
- * **AlreadyExists**
1758
- */
1759
- export type CheckNameAvailabilityReason = string;
1760
- /** Known values of {@link ConfigurationDataType} that the service accepts. */
1761
- export declare enum KnownConfigurationDataType {
1762
- /** Boolean */
1763
- Boolean = "Boolean",
1764
- /** Numeric */
1765
- Numeric = "Numeric",
1766
- /** Integer */
1767
- Integer = "Integer",
1768
- /** Enumeration */
1769
- Enumeration = "Enumeration"
1770
- }
1771
- /**
1772
- * Defines values for ConfigurationDataType. \
1773
- * {@link KnownConfigurationDataType} can be used interchangeably with ConfigurationDataType,
1774
- * this enum contains the known values that the service supports.
1775
- * ### Known values supported by the service
1776
- * **Boolean** \
1777
- * **Numeric** \
1778
- * **Integer** \
1779
- * **Enumeration**
1780
- */
1781
- export type ConfigurationDataType = string;
1782
- /** Known values of {@link SkuTier} that the service accepts. */
1783
- export declare enum KnownSkuTier {
1784
- /** Burstable */
1785
- Burstable = "Burstable",
1786
- /** GeneralPurpose */
1787
- GeneralPurpose = "GeneralPurpose",
1788
- /** MemoryOptimized */
1789
- MemoryOptimized = "MemoryOptimized"
1790
- }
1791
- /**
1792
- * Defines values for SkuTier. \
1793
- * {@link KnownSkuTier} can be used interchangeably with SkuTier,
1794
- * this enum contains the known values that the service supports.
1795
- * ### Known values supported by the service
1796
- * **Burstable** \
1797
- * **GeneralPurpose** \
1798
- * **MemoryOptimized**
1799
- */
1800
- export type SkuTier = string;
1801
- /** Known values of {@link IdentityType} that the service accepts. */
1802
- export declare enum KnownIdentityType {
1803
- /** None */
1804
- None = "None",
1805
- /** UserAssigned */
1806
- UserAssigned = "UserAssigned"
1807
- }
1808
- /**
1809
- * Defines values for IdentityType. \
1810
- * {@link KnownIdentityType} can be used interchangeably with IdentityType,
1811
- * this enum contains the known values that the service supports.
1812
- * ### Known values supported by the service
1813
- * **None** \
1814
- * **UserAssigned**
1815
- */
1816
- export type IdentityType = string;
1817
- /** Known values of {@link ServerVersion} that the service accepts. */
1818
- export declare enum KnownServerVersion {
1819
- /** Fifteen */
1820
- Fifteen = "15",
1821
- /** Fourteen */
1822
- Fourteen = "14",
1823
- /** Thirteen */
1824
- Thirteen = "13",
1825
- /** Twelve */
1826
- Twelve = "12",
1827
- /** Eleven */
1828
- Eleven = "11",
1829
- /** Sixteen */
1830
- Sixteen = "16"
1831
- }
1832
- /**
1833
- * Defines values for ServerVersion. \
1834
- * {@link KnownServerVersion} can be used interchangeably with ServerVersion,
1835
- * this enum contains the known values that the service supports.
1836
- * ### Known values supported by the service
1837
- * **15** \
1838
- * **14** \
1839
- * **13** \
1840
- * **12** \
1841
- * **11** \
1842
- * **16**
1843
- */
1844
- export type ServerVersion = string;
1845
- /** Known values of {@link ServerState} that the service accepts. */
1846
- export declare enum KnownServerState {
1847
- /** Ready */
1848
- Ready = "Ready",
1849
- /** Dropping */
1850
- Dropping = "Dropping",
1851
- /** Disabled */
1852
- Disabled = "Disabled",
1853
- /** Starting */
1854
- Starting = "Starting",
1855
- /** Stopping */
1856
- Stopping = "Stopping",
1857
- /** Stopped */
1858
- Stopped = "Stopped",
1859
- /** Updating */
1860
- Updating = "Updating"
1861
- }
1862
- /**
1863
- * Defines values for ServerState. \
1864
- * {@link KnownServerState} can be used interchangeably with ServerState,
1865
- * this enum contains the known values that the service supports.
1866
- * ### Known values supported by the service
1867
- * **Ready** \
1868
- * **Dropping** \
1869
- * **Disabled** \
1870
- * **Starting** \
1871
- * **Stopping** \
1872
- * **Stopped** \
1873
- * **Updating**
1874
- */
1875
- export type ServerState = string;
1876
- /** Known values of {@link StorageAutoGrow} that the service accepts. */
1877
- export declare enum KnownStorageAutoGrow {
1878
- /** Enabled */
1879
- Enabled = "Enabled",
1880
- /** Disabled */
1881
- Disabled = "Disabled"
1882
- }
1883
- /**
1884
- * Defines values for StorageAutoGrow. \
1885
- * {@link KnownStorageAutoGrow} can be used interchangeably with StorageAutoGrow,
1886
- * this enum contains the known values that the service supports.
1887
- * ### Known values supported by the service
1888
- * **Enabled** \
1889
- * **Disabled**
1890
- */
1891
- export type StorageAutoGrow = string;
1892
- /** Known values of {@link AzureManagedDiskPerformanceTiers} that the service accepts. */
1893
- export declare enum KnownAzureManagedDiskPerformanceTiers {
1894
- /** P1 */
1895
- P1 = "P1",
1896
- /** P2 */
1897
- P2 = "P2",
1898
- /** P3 */
1899
- P3 = "P3",
1900
- /** P4 */
1901
- P4 = "P4",
1902
- /** P6 */
1903
- P6 = "P6",
1904
- /** P10 */
1905
- P10 = "P10",
1906
- /** P15 */
1907
- P15 = "P15",
1908
- /** P20 */
1909
- P20 = "P20",
1910
- /** P30 */
1911
- P30 = "P30",
1912
- /** P40 */
1913
- P40 = "P40",
1914
- /** P50 */
1915
- P50 = "P50",
1916
- /** P60 */
1917
- P60 = "P60",
1918
- /** P70 */
1919
- P70 = "P70",
1920
- /** P80 */
1921
- P80 = "P80"
1922
- }
1923
- /**
1924
- * Defines values for AzureManagedDiskPerformanceTiers. \
1925
- * {@link KnownAzureManagedDiskPerformanceTiers} can be used interchangeably with AzureManagedDiskPerformanceTiers,
1926
- * this enum contains the known values that the service supports.
1927
- * ### Known values supported by the service
1928
- * **P1** \
1929
- * **P2** \
1930
- * **P3** \
1931
- * **P4** \
1932
- * **P6** \
1933
- * **P10** \
1934
- * **P15** \
1935
- * **P20** \
1936
- * **P30** \
1937
- * **P40** \
1938
- * **P50** \
1939
- * **P60** \
1940
- * **P70** \
1941
- * **P80**
1942
- */
1943
- export type AzureManagedDiskPerformanceTiers = string;
1944
- /** Known values of {@link StorageType} that the service accepts. */
1945
- export declare enum KnownStorageType {
1946
- /** PremiumLRS */
1947
- PremiumLRS = "Premium_LRS",
1948
- /** PremiumV2LRS */
1949
- PremiumV2LRS = "PremiumV2_LRS"
1950
- }
1951
- /**
1952
- * Defines values for StorageType. \
1953
- * {@link KnownStorageType} can be used interchangeably with StorageType,
1954
- * this enum contains the known values that the service supports.
1955
- * ### Known values supported by the service
1956
- * **Premium_LRS** \
1957
- * **PremiumV2_LRS**
1958
- */
1959
- export type StorageType = string;
1960
- /** Known values of {@link ActiveDirectoryAuthEnum} that the service accepts. */
1961
- export declare enum KnownActiveDirectoryAuthEnum {
1962
- /** Enabled */
1963
- Enabled = "Enabled",
1964
- /** Disabled */
1965
- Disabled = "Disabled"
1966
- }
1967
- /**
1968
- * Defines values for ActiveDirectoryAuthEnum. \
1969
- * {@link KnownActiveDirectoryAuthEnum} can be used interchangeably with ActiveDirectoryAuthEnum,
1970
- * this enum contains the known values that the service supports.
1971
- * ### Known values supported by the service
1972
- * **Enabled** \
1973
- * **Disabled**
1974
- */
1975
- export type ActiveDirectoryAuthEnum = string;
1976
- /** Known values of {@link PasswordAuthEnum} that the service accepts. */
1977
- export declare enum KnownPasswordAuthEnum {
1978
- /** Enabled */
1979
- Enabled = "Enabled",
1980
- /** Disabled */
1981
- Disabled = "Disabled"
1982
- }
1983
- /**
1984
- * Defines values for PasswordAuthEnum. \
1985
- * {@link KnownPasswordAuthEnum} can be used interchangeably with PasswordAuthEnum,
1986
- * this enum contains the known values that the service supports.
1987
- * ### Known values supported by the service
1988
- * **Enabled** \
1989
- * **Disabled**
1990
- */
1991
- export type PasswordAuthEnum = string;
1992
- /** Known values of {@link ArmServerKeyType} that the service accepts. */
1993
- export declare enum KnownArmServerKeyType {
1994
- /** SystemManaged */
1995
- SystemManaged = "SystemManaged",
1996
- /** AzureKeyVault */
1997
- AzureKeyVault = "AzureKeyVault"
1998
- }
1999
- /**
2000
- * Defines values for ArmServerKeyType. \
2001
- * {@link KnownArmServerKeyType} can be used interchangeably with ArmServerKeyType,
2002
- * this enum contains the known values that the service supports.
2003
- * ### Known values supported by the service
2004
- * **SystemManaged** \
2005
- * **AzureKeyVault**
2006
- */
2007
- export type ArmServerKeyType = string;
2008
- /** Known values of {@link KeyStatusEnum} that the service accepts. */
2009
- export declare enum KnownKeyStatusEnum {
2010
- /** Valid */
2011
- Valid = "Valid",
2012
- /** Invalid */
2013
- Invalid = "Invalid"
2014
- }
2015
- /**
2016
- * Defines values for KeyStatusEnum. \
2017
- * {@link KnownKeyStatusEnum} can be used interchangeably with KeyStatusEnum,
2018
- * this enum contains the known values that the service supports.
2019
- * ### Known values supported by the service
2020
- * **Valid** \
2021
- * **Invalid**
2022
- */
2023
- export type KeyStatusEnum = string;
2024
- /** Known values of {@link GeoRedundantBackupEnum} that the service accepts. */
2025
- export declare enum KnownGeoRedundantBackupEnum {
2026
- /** Enabled */
2027
- Enabled = "Enabled",
2028
- /** Disabled */
2029
- Disabled = "Disabled"
2030
- }
2031
- /**
2032
- * Defines values for GeoRedundantBackupEnum. \
2033
- * {@link KnownGeoRedundantBackupEnum} can be used interchangeably with GeoRedundantBackupEnum,
2034
- * this enum contains the known values that the service supports.
2035
- * ### Known values supported by the service
2036
- * **Enabled** \
2037
- * **Disabled**
2038
- */
2039
- export type GeoRedundantBackupEnum = string;
2040
- /** Known values of {@link ServerPublicNetworkAccessState} that the service accepts. */
2041
- export declare enum KnownServerPublicNetworkAccessState {
2042
- /** Enabled */
2043
- Enabled = "Enabled",
2044
- /** Disabled */
2045
- Disabled = "Disabled"
2046
- }
2047
- /**
2048
- * Defines values for ServerPublicNetworkAccessState. \
2049
- * {@link KnownServerPublicNetworkAccessState} can be used interchangeably with ServerPublicNetworkAccessState,
2050
- * this enum contains the known values that the service supports.
2051
- * ### Known values supported by the service
2052
- * **Enabled** \
2053
- * **Disabled**
2054
- */
2055
- export type ServerPublicNetworkAccessState = string;
2056
- /** Known values of {@link HighAvailabilityMode} that the service accepts. */
2057
- export declare enum KnownHighAvailabilityMode {
2058
- /** Disabled */
2059
- Disabled = "Disabled",
2060
- /** ZoneRedundant */
2061
- ZoneRedundant = "ZoneRedundant",
2062
- /** SameZone */
2063
- SameZone = "SameZone"
2064
- }
2065
- /**
2066
- * Defines values for HighAvailabilityMode. \
2067
- * {@link KnownHighAvailabilityMode} can be used interchangeably with HighAvailabilityMode,
2068
- * this enum contains the known values that the service supports.
2069
- * ### Known values supported by the service
2070
- * **Disabled** \
2071
- * **ZoneRedundant** \
2072
- * **SameZone**
2073
- */
2074
- export type HighAvailabilityMode = string;
2075
- /** Known values of {@link ServerHAState} that the service accepts. */
2076
- export declare enum KnownServerHAState {
2077
- /** NotEnabled */
2078
- NotEnabled = "NotEnabled",
2079
- /** CreatingStandby */
2080
- CreatingStandby = "CreatingStandby",
2081
- /** ReplicatingData */
2082
- ReplicatingData = "ReplicatingData",
2083
- /** FailingOver */
2084
- FailingOver = "FailingOver",
2085
- /** Healthy */
2086
- Healthy = "Healthy",
2087
- /** RemovingStandby */
2088
- RemovingStandby = "RemovingStandby"
2089
- }
2090
- /**
2091
- * Defines values for ServerHAState. \
2092
- * {@link KnownServerHAState} can be used interchangeably with ServerHAState,
2093
- * this enum contains the known values that the service supports.
2094
- * ### Known values supported by the service
2095
- * **NotEnabled** \
2096
- * **CreatingStandby** \
2097
- * **ReplicatingData** \
2098
- * **FailingOver** \
2099
- * **Healthy** \
2100
- * **RemovingStandby**
2101
- */
2102
- export type ServerHAState = string;
2103
- /** Known values of {@link ReplicationRole} that the service accepts. */
2104
- export declare enum KnownReplicationRole {
2105
- /** None */
2106
- None = "None",
2107
- /** Primary */
2108
- Primary = "Primary",
2109
- /** AsyncReplica */
2110
- AsyncReplica = "AsyncReplica",
2111
- /** GeoAsyncReplica */
2112
- GeoAsyncReplica = "GeoAsyncReplica"
2113
- }
2114
- /**
2115
- * Defines values for ReplicationRole. \
2116
- * {@link KnownReplicationRole} can be used interchangeably with ReplicationRole,
2117
- * this enum contains the known values that the service supports.
2118
- * ### Known values supported by the service
2119
- * **None** \
2120
- * **Primary** \
2121
- * **AsyncReplica** \
2122
- * **GeoAsyncReplica**
2123
- */
2124
- export type ReplicationRole = string;
2125
- /** Known values of {@link ReplicationState} that the service accepts. */
2126
- export declare enum KnownReplicationState {
2127
- /** Active */
2128
- Active = "Active",
2129
- /** Catchup */
2130
- Catchup = "Catchup",
2131
- /** Provisioning */
2132
- Provisioning = "Provisioning",
2133
- /** Updating */
2134
- Updating = "Updating",
2135
- /** Broken */
2136
- Broken = "Broken",
2137
- /** Reconfiguring */
2138
- Reconfiguring = "Reconfiguring"
2139
- }
2140
- /**
2141
- * Defines values for ReplicationState. \
2142
- * {@link KnownReplicationState} can be used interchangeably with ReplicationState,
2143
- * this enum contains the known values that the service supports.
2144
- * ### Known values supported by the service
2145
- * **Active** \
2146
- * **Catchup** \
2147
- * **Provisioning** \
2148
- * **Updating** \
2149
- * **Broken** \
2150
- * **Reconfiguring**
2151
- */
2152
- export type ReplicationState = string;
2153
- /** Known values of {@link ReadReplicaPromoteMode} that the service accepts. */
2154
- export declare enum KnownReadReplicaPromoteMode {
2155
- /** Standalone */
2156
- Standalone = "standalone",
2157
- /** Switchover */
2158
- Switchover = "switchover"
2159
- }
2160
- /**
2161
- * Defines values for ReadReplicaPromoteMode. \
2162
- * {@link KnownReadReplicaPromoteMode} can be used interchangeably with ReadReplicaPromoteMode,
2163
- * this enum contains the known values that the service supports.
2164
- * ### Known values supported by the service
2165
- * **standalone** \
2166
- * **switchover**
2167
- */
2168
- export type ReadReplicaPromoteMode = string;
2169
- /** Known values of {@link ReplicationPromoteOption} that the service accepts. */
2170
- export declare enum KnownReplicationPromoteOption {
2171
- /** Planned */
2172
- Planned = "planned",
2173
- /** Forced */
2174
- Forced = "forced"
2175
- }
2176
- /**
2177
- * Defines values for ReplicationPromoteOption. \
2178
- * {@link KnownReplicationPromoteOption} can be used interchangeably with ReplicationPromoteOption,
2179
- * this enum contains the known values that the service supports.
2180
- * ### Known values supported by the service
2181
- * **planned** \
2182
- * **forced**
2183
- */
2184
- export type ReplicationPromoteOption = string;
2185
- /** Known values of {@link CreateMode} that the service accepts. */
2186
- export declare enum KnownCreateMode {
2187
- /** Default */
2188
- Default = "Default",
2189
- /** Create */
2190
- Create = "Create",
2191
- /** Update */
2192
- Update = "Update",
2193
- /** PointInTimeRestore */
2194
- PointInTimeRestore = "PointInTimeRestore",
2195
- /** GeoRestore */
2196
- GeoRestore = "GeoRestore",
2197
- /** Replica */
2198
- Replica = "Replica",
2199
- /** ReviveDropped */
2200
- ReviveDropped = "ReviveDropped"
2201
- }
2202
- /**
2203
- * Defines values for CreateMode. \
2204
- * {@link KnownCreateMode} can be used interchangeably with CreateMode,
2205
- * this enum contains the known values that the service supports.
2206
- * ### Known values supported by the service
2207
- * **Default** \
2208
- * **Create** \
2209
- * **Update** \
2210
- * **PointInTimeRestore** \
2211
- * **GeoRestore** \
2212
- * **Replica** \
2213
- * **ReviveDropped**
2214
- */
2215
- export type CreateMode = string;
2216
- /** Known values of {@link PrivateEndpointServiceConnectionStatus} that the service accepts. */
2217
- export declare enum KnownPrivateEndpointServiceConnectionStatus {
2218
- /** Pending */
2219
- Pending = "Pending",
2220
- /** Approved */
2221
- Approved = "Approved",
2222
- /** Rejected */
2223
- Rejected = "Rejected"
2224
- }
2225
- /**
2226
- * Defines values for PrivateEndpointServiceConnectionStatus. \
2227
- * {@link KnownPrivateEndpointServiceConnectionStatus} can be used interchangeably with PrivateEndpointServiceConnectionStatus,
2228
- * this enum contains the known values that the service supports.
2229
- * ### Known values supported by the service
2230
- * **Pending** \
2231
- * **Approved** \
2232
- * **Rejected**
2233
- */
2234
- export type PrivateEndpointServiceConnectionStatus = string;
2235
- /** Known values of {@link PrivateEndpointConnectionProvisioningState} that the service accepts. */
2236
- export declare enum KnownPrivateEndpointConnectionProvisioningState {
2237
- /** Succeeded */
2238
- Succeeded = "Succeeded",
2239
- /** Creating */
2240
- Creating = "Creating",
2241
- /** Deleting */
2242
- Deleting = "Deleting",
2243
- /** Failed */
2244
- Failed = "Failed"
2245
- }
2246
- /**
2247
- * Defines values for PrivateEndpointConnectionProvisioningState. \
2248
- * {@link KnownPrivateEndpointConnectionProvisioningState} can be used interchangeably with PrivateEndpointConnectionProvisioningState,
2249
- * this enum contains the known values that the service supports.
2250
- * ### Known values supported by the service
2251
- * **Succeeded** \
2252
- * **Creating** \
2253
- * **Deleting** \
2254
- * **Failed**
2255
- */
2256
- export type PrivateEndpointConnectionProvisioningState = string;
2257
- /** Known values of {@link CreateModeForUpdate} that the service accepts. */
2258
- export declare enum KnownCreateModeForUpdate {
2259
- /** Default */
2260
- Default = "Default",
2261
- /** Update */
2262
- Update = "Update"
2263
- }
2264
- /**
2265
- * Defines values for CreateModeForUpdate. \
2266
- * {@link KnownCreateModeForUpdate} can be used interchangeably with CreateModeForUpdate,
2267
- * this enum contains the known values that the service supports.
2268
- * ### Known values supported by the service
2269
- * **Default** \
2270
- * **Update**
2271
- */
2272
- export type CreateModeForUpdate = string;
2273
- /** Known values of {@link ExecutionStatus} that the service accepts. */
2274
- export declare enum KnownExecutionStatus {
2275
- /** Running */
2276
- Running = "Running",
2277
- /** Cancelled */
2278
- Cancelled = "Cancelled",
2279
- /** Failed */
2280
- Failed = "Failed",
2281
- /** Succeeded */
2282
- Succeeded = "Succeeded"
2283
- }
2284
- /**
2285
- * Defines values for ExecutionStatus. \
2286
- * {@link KnownExecutionStatus} can be used interchangeably with ExecutionStatus,
2287
- * this enum contains the known values that the service supports.
2288
- * ### Known values supported by the service
2289
- * **Running** \
2290
- * **Cancelled** \
2291
- * **Failed** \
2292
- * **Succeeded**
2293
- */
2294
- export type ExecutionStatus = string;
2295
- /** Known values of {@link MigrationState} that the service accepts. */
2296
- export declare enum KnownMigrationState {
2297
- /** InProgress */
2298
- InProgress = "InProgress",
2299
- /** WaitingForUserAction */
2300
- WaitingForUserAction = "WaitingForUserAction",
2301
- /** Canceled */
2302
- Canceled = "Canceled",
2303
- /** Failed */
2304
- Failed = "Failed",
2305
- /** Succeeded */
2306
- Succeeded = "Succeeded",
2307
- /** ValidationFailed */
2308
- ValidationFailed = "ValidationFailed",
2309
- /** CleaningUp */
2310
- CleaningUp = "CleaningUp"
2311
- }
2312
- /**
2313
- * Defines values for MigrationState. \
2314
- * {@link KnownMigrationState} can be used interchangeably with MigrationState,
2315
- * this enum contains the known values that the service supports.
2316
- * ### Known values supported by the service
2317
- * **InProgress** \
2318
- * **WaitingForUserAction** \
2319
- * **Canceled** \
2320
- * **Failed** \
2321
- * **Succeeded** \
2322
- * **ValidationFailed** \
2323
- * **CleaningUp**
2324
- */
2325
- export type MigrationState = string;
2326
- /** Known values of {@link MigrationSubState} that the service accepts. */
2327
- export declare enum KnownMigrationSubState {
2328
- /** PerformingPreRequisiteSteps */
2329
- PerformingPreRequisiteSteps = "PerformingPreRequisiteSteps",
2330
- /** WaitingForLogicalReplicationSetupRequestOnSourceDB */
2331
- WaitingForLogicalReplicationSetupRequestOnSourceDB = "WaitingForLogicalReplicationSetupRequestOnSourceDB",
2332
- /** WaitingForDBsToMigrateSpecification */
2333
- WaitingForDBsToMigrateSpecification = "WaitingForDBsToMigrateSpecification",
2334
- /** WaitingForTargetDBOverwriteConfirmation */
2335
- WaitingForTargetDBOverwriteConfirmation = "WaitingForTargetDBOverwriteConfirmation",
2336
- /** WaitingForDataMigrationScheduling */
2337
- WaitingForDataMigrationScheduling = "WaitingForDataMigrationScheduling",
2338
- /** WaitingForDataMigrationWindow */
2339
- WaitingForDataMigrationWindow = "WaitingForDataMigrationWindow",
2340
- /** MigratingData */
2341
- MigratingData = "MigratingData",
2342
- /** WaitingForCutoverTrigger */
2343
- WaitingForCutoverTrigger = "WaitingForCutoverTrigger",
2344
- /** CompletingMigration */
2345
- CompletingMigration = "CompletingMigration",
2346
- /** Completed */
2347
- Completed = "Completed",
2348
- /** CancelingRequestedDBMigrations */
2349
- CancelingRequestedDBMigrations = "CancelingRequestedDBMigrations",
2350
- /** ValidationInProgress */
2351
- ValidationInProgress = "ValidationInProgress"
2352
- }
2353
- /**
2354
- * Defines values for MigrationSubState. \
2355
- * {@link KnownMigrationSubState} can be used interchangeably with MigrationSubState,
2356
- * this enum contains the known values that the service supports.
2357
- * ### Known values supported by the service
2358
- * **PerformingPreRequisiteSteps** \
2359
- * **WaitingForLogicalReplicationSetupRequestOnSourceDB** \
2360
- * **WaitingForDBsToMigrateSpecification** \
2361
- * **WaitingForTargetDBOverwriteConfirmation** \
2362
- * **WaitingForDataMigrationScheduling** \
2363
- * **WaitingForDataMigrationWindow** \
2364
- * **MigratingData** \
2365
- * **WaitingForCutoverTrigger** \
2366
- * **CompletingMigration** \
2367
- * **Completed** \
2368
- * **CancelingRequestedDBMigrations** \
2369
- * **ValidationInProgress**
2370
- */
2371
- export type MigrationSubState = string;
2372
- /** Known values of {@link MigrationDbState} that the service accepts. */
2373
- export declare enum KnownMigrationDbState {
2374
- /** InProgress */
2375
- InProgress = "InProgress",
2376
- /** WaitingForCutoverTrigger */
2377
- WaitingForCutoverTrigger = "WaitingForCutoverTrigger",
2378
- /** Failed */
2379
- Failed = "Failed",
2380
- /** Canceled */
2381
- Canceled = "Canceled",
2382
- /** Succeeded */
2383
- Succeeded = "Succeeded",
2384
- /** Canceling */
2385
- Canceling = "Canceling"
2386
- }
2387
- /**
2388
- * Defines values for MigrationDbState. \
2389
- * {@link KnownMigrationDbState} can be used interchangeably with MigrationDbState,
2390
- * this enum contains the known values that the service supports.
2391
- * ### Known values supported by the service
2392
- * **InProgress** \
2393
- * **WaitingForCutoverTrigger** \
2394
- * **Failed** \
2395
- * **Canceled** \
2396
- * **Succeeded** \
2397
- * **Canceling**
2398
- */
2399
- export type MigrationDbState = string;
2400
- /** Known values of {@link ValidationState} that the service accepts. */
2401
- export declare enum KnownValidationState {
2402
- /** Failed */
2403
- Failed = "Failed",
2404
- /** Succeeded */
2405
- Succeeded = "Succeeded",
2406
- /** Warning */
2407
- Warning = "Warning"
2408
- }
2409
- /**
2410
- * Defines values for ValidationState. \
2411
- * {@link KnownValidationState} can be used interchangeably with ValidationState,
2412
- * this enum contains the known values that the service supports.
2413
- * ### Known values supported by the service
2414
- * **Failed** \
2415
- * **Succeeded** \
2416
- * **Warning**
2417
- */
2418
- export type ValidationState = string;
2419
- /** Known values of {@link MigrationMode} that the service accepts. */
2420
- export declare enum KnownMigrationMode {
2421
- /** Offline */
2422
- Offline = "Offline",
2423
- /** Online */
2424
- Online = "Online"
2425
- }
2426
- /**
2427
- * Defines values for MigrationMode. \
2428
- * {@link KnownMigrationMode} can be used interchangeably with MigrationMode,
2429
- * this enum contains the known values that the service supports.
2430
- * ### Known values supported by the service
2431
- * **Offline** \
2432
- * **Online**
2433
- */
2434
- export type MigrationMode = string;
2435
- /** Known values of {@link MigrationOption} that the service accepts. */
2436
- export declare enum KnownMigrationOption {
2437
- /** Validate */
2438
- Validate = "Validate",
2439
- /** Migrate */
2440
- Migrate = "Migrate",
2441
- /** ValidateAndMigrate */
2442
- ValidateAndMigrate = "ValidateAndMigrate"
2443
- }
2444
- /**
2445
- * Defines values for MigrationOption. \
2446
- * {@link KnownMigrationOption} can be used interchangeably with MigrationOption,
2447
- * this enum contains the known values that the service supports.
2448
- * ### Known values supported by the service
2449
- * **Validate** \
2450
- * **Migrate** \
2451
- * **ValidateAndMigrate**
2452
- */
2453
- export type MigrationOption = string;
2454
- /** Known values of {@link SourceType} that the service accepts. */
2455
- export declare enum KnownSourceType {
2456
- /** OnPremises */
2457
- OnPremises = "OnPremises",
2458
- /** AWS */
2459
- AWS = "AWS",
2460
- /** GCP */
2461
- GCP = "GCP",
2462
- /** AzureVM */
2463
- AzureVM = "AzureVM",
2464
- /** PostgreSQLSingleServer */
2465
- PostgreSQLSingleServer = "PostgreSQLSingleServer",
2466
- /** AWSRDS */
2467
- AWSRDS = "AWS_RDS",
2468
- /** AWSAurora */
2469
- AWSAurora = "AWS_AURORA",
2470
- /** AWSEC2 */
2471
- AWSEC2 = "AWS_EC2",
2472
- /** GCPCloudSQL */
2473
- GCPCloudSQL = "GCP_CloudSQL",
2474
- /** GCPAlloyDB */
2475
- GCPAlloyDB = "GCP_AlloyDB",
2476
- /** GCPCompute */
2477
- GCPCompute = "GCP_Compute",
2478
- /** EDB */
2479
- EDB = "EDB"
2480
- }
2481
- /**
2482
- * Defines values for SourceType. \
2483
- * {@link KnownSourceType} can be used interchangeably with SourceType,
2484
- * this enum contains the known values that the service supports.
2485
- * ### Known values supported by the service
2486
- * **OnPremises** \
2487
- * **AWS** \
2488
- * **GCP** \
2489
- * **AzureVM** \
2490
- * **PostgreSQLSingleServer** \
2491
- * **AWS_RDS** \
2492
- * **AWS_AURORA** \
2493
- * **AWS_EC2** \
2494
- * **GCP_CloudSQL** \
2495
- * **GCP_AlloyDB** \
2496
- * **GCP_Compute** \
2497
- * **EDB**
2498
- */
2499
- export type SourceType = string;
2500
- /** Known values of {@link SslMode} that the service accepts. */
2501
- export declare enum KnownSslMode {
2502
- /** Prefer */
2503
- Prefer = "Prefer",
2504
- /** Require */
2505
- Require = "Require",
2506
- /** VerifyCA */
2507
- VerifyCA = "VerifyCA",
2508
- /** VerifyFull */
2509
- VerifyFull = "VerifyFull"
2510
- }
2511
- /**
2512
- * Defines values for SslMode. \
2513
- * {@link KnownSslMode} can be used interchangeably with SslMode,
2514
- * this enum contains the known values that the service supports.
2515
- * ### Known values supported by the service
2516
- * **Prefer** \
2517
- * **Require** \
2518
- * **VerifyCA** \
2519
- * **VerifyFull**
2520
- */
2521
- export type SslMode = string;
2522
- /** Known values of {@link LogicalReplicationOnSourceDbEnum} that the service accepts. */
2523
- export declare enum KnownLogicalReplicationOnSourceDbEnum {
2524
- /** True */
2525
- True = "True",
2526
- /** False */
2527
- False = "False"
2528
- }
2529
- /**
2530
- * Defines values for LogicalReplicationOnSourceDbEnum. \
2531
- * {@link KnownLogicalReplicationOnSourceDbEnum} can be used interchangeably with LogicalReplicationOnSourceDbEnum,
2532
- * this enum contains the known values that the service supports.
2533
- * ### Known values supported by the service
2534
- * **True** \
2535
- * **False**
2536
- */
2537
- export type LogicalReplicationOnSourceDbEnum = string;
2538
- /** Known values of {@link OverwriteDbsInTargetEnum} that the service accepts. */
2539
- export declare enum KnownOverwriteDbsInTargetEnum {
2540
- /** True */
2541
- True = "True",
2542
- /** False */
2543
- False = "False"
2544
- }
2545
- /**
2546
- * Defines values for OverwriteDbsInTargetEnum. \
2547
- * {@link KnownOverwriteDbsInTargetEnum} can be used interchangeably with OverwriteDbsInTargetEnum,
2548
- * this enum contains the known values that the service supports.
2549
- * ### Known values supported by the service
2550
- * **True** \
2551
- * **False**
2552
- */
2553
- export type OverwriteDbsInTargetEnum = string;
2554
- /** Known values of {@link MigrateRolesEnum} that the service accepts. */
2555
- export declare enum KnownMigrateRolesEnum {
2556
- /** True */
2557
- True = "True",
2558
- /** False */
2559
- False = "False"
2560
- }
2561
- /**
2562
- * Defines values for MigrateRolesEnum. \
2563
- * {@link KnownMigrateRolesEnum} can be used interchangeably with MigrateRolesEnum,
2564
- * this enum contains the known values that the service supports.
2565
- * ### Known values supported by the service
2566
- * **True** \
2567
- * **False**
2568
- */
2569
- export type MigrateRolesEnum = string;
2570
- /** Known values of {@link StartDataMigrationEnum} that the service accepts. */
2571
- export declare enum KnownStartDataMigrationEnum {
2572
- /** True */
2573
- True = "True",
2574
- /** False */
2575
- False = "False"
2576
- }
2577
- /**
2578
- * Defines values for StartDataMigrationEnum. \
2579
- * {@link KnownStartDataMigrationEnum} can be used interchangeably with StartDataMigrationEnum,
2580
- * this enum contains the known values that the service supports.
2581
- * ### Known values supported by the service
2582
- * **True** \
2583
- * **False**
2584
- */
2585
- export type StartDataMigrationEnum = string;
2586
- /** Known values of {@link TriggerCutoverEnum} that the service accepts. */
2587
- export declare enum KnownTriggerCutoverEnum {
2588
- /** True */
2589
- True = "True",
2590
- /** False */
2591
- False = "False"
2592
- }
2593
- /**
2594
- * Defines values for TriggerCutoverEnum. \
2595
- * {@link KnownTriggerCutoverEnum} can be used interchangeably with TriggerCutoverEnum,
2596
- * this enum contains the known values that the service supports.
2597
- * ### Known values supported by the service
2598
- * **True** \
2599
- * **False**
2600
- */
2601
- export type TriggerCutoverEnum = string;
2602
- /** Known values of {@link CancelEnum} that the service accepts. */
2603
- export declare enum KnownCancelEnum {
2604
- /** True */
2605
- True = "True",
2606
- /** False */
2607
- False = "False"
2608
- }
2609
- /**
2610
- * Defines values for CancelEnum. \
2611
- * {@link KnownCancelEnum} can be used interchangeably with CancelEnum,
2612
- * this enum contains the known values that the service supports.
2613
- * ### Known values supported by the service
2614
- * **True** \
2615
- * **False**
2616
- */
2617
- export type CancelEnum = string;
2618
- /** Known values of {@link MigrationListFilter} that the service accepts. */
2619
- export declare enum KnownMigrationListFilter {
2620
- /** Active */
2621
- Active = "Active",
2622
- /** All */
2623
- All = "All"
2624
- }
2625
- /**
2626
- * Defines values for MigrationListFilter. \
2627
- * {@link KnownMigrationListFilter} can be used interchangeably with MigrationListFilter,
2628
- * this enum contains the known values that the service supports.
2629
- * ### Known values supported by the service
2630
- * **Active** \
2631
- * **All**
2632
- */
2633
- export type MigrationListFilter = string;
2634
- /** Known values of {@link MigrationNameAvailabilityReason} that the service accepts. */
2635
- export declare enum KnownMigrationNameAvailabilityReason {
2636
- /** Invalid */
2637
- Invalid = "Invalid",
2638
- /** AlreadyExists */
2639
- AlreadyExists = "AlreadyExists"
2640
- }
2641
- /**
2642
- * Defines values for MigrationNameAvailabilityReason. \
2643
- * {@link KnownMigrationNameAvailabilityReason} can be used interchangeably with MigrationNameAvailabilityReason,
2644
- * this enum contains the known values that the service supports.
2645
- * ### Known values supported by the service
2646
- * **Invalid** \
2647
- * **AlreadyExists**
2648
- */
2649
- export type MigrationNameAvailabilityReason = string;
2650
- /** Known values of {@link OperationOrigin} that the service accepts. */
2651
- export declare enum KnownOperationOrigin {
2652
- /** NotSpecified */
2653
- NotSpecified = "NotSpecified",
2654
- /** User */
2655
- User = "user",
2656
- /** System */
2657
- System = "system"
2658
- }
2659
- /**
2660
- * Defines values for OperationOrigin. \
2661
- * {@link KnownOperationOrigin} can be used interchangeably with OperationOrigin,
2662
- * this enum contains the known values that the service supports.
2663
- * ### Known values supported by the service
2664
- * **NotSpecified** \
2665
- * **user** \
2666
- * **system**
2667
- */
2668
- export type OperationOrigin = string;
2669
- /** Known values of {@link FailoverMode} that the service accepts. */
2670
- export declare enum KnownFailoverMode {
2671
- /** PlannedFailover */
2672
- PlannedFailover = "PlannedFailover",
2673
- /** ForcedFailover */
2674
- ForcedFailover = "ForcedFailover",
2675
- /** PlannedSwitchover */
2676
- PlannedSwitchover = "PlannedSwitchover",
2677
- /** ForcedSwitchover */
2678
- ForcedSwitchover = "ForcedSwitchover"
2679
- }
2680
- /**
2681
- * Defines values for FailoverMode. \
2682
- * {@link KnownFailoverMode} can be used interchangeably with FailoverMode,
2683
- * this enum contains the known values that the service supports.
2684
- * ### Known values supported by the service
2685
- * **PlannedFailover** \
2686
- * **ForcedFailover** \
2687
- * **PlannedSwitchover** \
2688
- * **ForcedSwitchover**
2689
- */
2690
- export type FailoverMode = string;
2691
- /** Known values of {@link ThreatProtectionName} that the service accepts. */
2692
- export declare enum KnownThreatProtectionName {
2693
- /** Default */
2694
- Default = "Default"
2695
- }
2696
- /**
2697
- * Defines values for ThreatProtectionName. \
2698
- * {@link KnownThreatProtectionName} can be used interchangeably with ThreatProtectionName,
2699
- * this enum contains the known values that the service supports.
2700
- * ### Known values supported by the service
2701
- * **Default**
2702
- */
2703
- export type ThreatProtectionName = string;
2704
- /** Known values of {@link VirtualEndpointType} that the service accepts. */
2705
- export declare enum KnownVirtualEndpointType {
2706
- /** ReadWrite */
2707
- ReadWrite = "ReadWrite"
2708
- }
2709
- /**
2710
- * Defines values for VirtualEndpointType. \
2711
- * {@link KnownVirtualEndpointType} can be used interchangeably with VirtualEndpointType,
2712
- * this enum contains the known values that the service supports.
2713
- * ### Known values supported by the service
2714
- * **ReadWrite**
2715
- */
2716
- export type VirtualEndpointType = string;
2717
- /** Known values of {@link MigrationDetailsLevel} that the service accepts. */
2718
- export declare enum KnownMigrationDetailsLevel {
2719
- /** Default */
2720
- Default = "Default",
2721
- /** Summary */
2722
- Summary = "Summary",
2723
- /** Full */
2724
- Full = "Full"
2725
- }
2726
- /**
2727
- * Defines values for MigrationDetailsLevel. \
2728
- * {@link KnownMigrationDetailsLevel} can be used interchangeably with MigrationDetailsLevel,
2729
- * this enum contains the known values that the service supports.
2730
- * ### Known values supported by the service
2731
- * **Default** \
2732
- * **Summary** \
2733
- * **Full**
2734
- */
2735
- export type MigrationDetailsLevel = string;
2736
- /** Defines values for CapabilityStatus. */
2737
- export type CapabilityStatus = "Visible" | "Available" | "Default" | "Disabled";
2738
- /** Defines values for ThreatProtectionState. */
2739
- export type ThreatProtectionState = "Enabled" | "Disabled";
2740
- /** Optional parameters. */
2741
- export interface AdministratorsCreateOptionalParams extends coreClient.OperationOptions {
2742
- /** Delay to wait until next poll, in milliseconds. */
2743
- updateIntervalInMs?: number;
2744
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2745
- resumeFrom?: string;
2746
- }
2747
- /** Contains response data for the create operation. */
2748
- export type AdministratorsCreateResponse = ActiveDirectoryAdministrator;
2749
- /** Optional parameters. */
2750
- export interface AdministratorsDeleteOptionalParams extends coreClient.OperationOptions {
2751
- /** Delay to wait until next poll, in milliseconds. */
2752
- updateIntervalInMs?: number;
2753
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2754
- resumeFrom?: string;
2755
- }
2756
- /** Optional parameters. */
2757
- export interface AdministratorsGetOptionalParams extends coreClient.OperationOptions {
2758
- }
2759
- /** Contains response data for the get operation. */
2760
- export type AdministratorsGetResponse = ActiveDirectoryAdministrator;
2761
- /** Optional parameters. */
2762
- export interface AdministratorsListByServerOptionalParams extends coreClient.OperationOptions {
2763
- }
2764
- /** Contains response data for the listByServer operation. */
2765
- export type AdministratorsListByServerResponse = AdministratorListResult;
2766
- /** Optional parameters. */
2767
- export interface AdministratorsListByServerNextOptionalParams extends coreClient.OperationOptions {
2768
- }
2769
- /** Contains response data for the listByServerNext operation. */
2770
- export type AdministratorsListByServerNextResponse = AdministratorListResult;
2771
- /** Optional parameters. */
2772
- export interface BackupsGetOptionalParams extends coreClient.OperationOptions {
2773
- }
2774
- /** Contains response data for the get operation. */
2775
- export type BackupsGetResponse = ServerBackup;
2776
- /** Optional parameters. */
2777
- export interface BackupsListByServerOptionalParams extends coreClient.OperationOptions {
2778
- }
2779
- /** Contains response data for the listByServer operation. */
2780
- export type BackupsListByServerResponse = ServerBackupListResult;
2781
- /** Optional parameters. */
2782
- export interface BackupsListByServerNextOptionalParams extends coreClient.OperationOptions {
2783
- }
2784
- /** Contains response data for the listByServerNext operation. */
2785
- export type BackupsListByServerNextResponse = ServerBackupListResult;
2786
- /** Optional parameters. */
2787
- export interface LocationBasedCapabilitiesExecuteOptionalParams extends coreClient.OperationOptions {
2788
- }
2789
- /** Contains response data for the execute operation. */
2790
- export type LocationBasedCapabilitiesExecuteResponse = CapabilitiesListResult;
2791
- /** Optional parameters. */
2792
- export interface LocationBasedCapabilitiesExecuteNextOptionalParams extends coreClient.OperationOptions {
2793
- }
2794
- /** Contains response data for the executeNext operation. */
2795
- export type LocationBasedCapabilitiesExecuteNextResponse = CapabilitiesListResult;
2796
- /** Optional parameters. */
2797
- export interface ServerCapabilitiesListOptionalParams extends coreClient.OperationOptions {
2798
- }
2799
- /** Contains response data for the list operation. */
2800
- export type ServerCapabilitiesListResponse = CapabilitiesListResult;
2801
- /** Optional parameters. */
2802
- export interface ServerCapabilitiesListNextOptionalParams extends coreClient.OperationOptions {
2803
- }
2804
- /** Contains response data for the listNext operation. */
2805
- export type ServerCapabilitiesListNextResponse = CapabilitiesListResult;
2806
- /** Optional parameters. */
2807
- export interface CheckNameAvailabilityExecuteOptionalParams extends coreClient.OperationOptions {
2808
- }
2809
- /** Contains response data for the execute operation. */
2810
- export type CheckNameAvailabilityExecuteResponse = NameAvailability;
2811
- /** Optional parameters. */
2812
- export interface CheckNameAvailabilityWithLocationExecuteOptionalParams extends coreClient.OperationOptions {
2813
- }
2814
- /** Contains response data for the execute operation. */
2815
- export type CheckNameAvailabilityWithLocationExecuteResponse = NameAvailability;
2816
- /** Optional parameters. */
2817
- export interface ConfigurationsListByServerOptionalParams extends coreClient.OperationOptions {
2818
- }
2819
- /** Contains response data for the listByServer operation. */
2820
- export type ConfigurationsListByServerResponse = ConfigurationListResult;
2821
- /** Optional parameters. */
2822
- export interface ConfigurationsGetOptionalParams extends coreClient.OperationOptions {
2823
- }
2824
- /** Contains response data for the get operation. */
2825
- export type ConfigurationsGetResponse = Configuration;
2826
- /** Optional parameters. */
2827
- export interface ConfigurationsUpdateOptionalParams extends coreClient.OperationOptions {
2828
- /** Delay to wait until next poll, in milliseconds. */
2829
- updateIntervalInMs?: number;
2830
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2831
- resumeFrom?: string;
2832
- }
2833
- /** Contains response data for the update operation. */
2834
- export type ConfigurationsUpdateResponse = Configuration;
2835
- /** Optional parameters. */
2836
- export interface ConfigurationsPutOptionalParams extends coreClient.OperationOptions {
2837
- /** Delay to wait until next poll, in milliseconds. */
2838
- updateIntervalInMs?: number;
2839
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2840
- resumeFrom?: string;
2841
- }
2842
- /** Contains response data for the put operation. */
2843
- export type ConfigurationsPutResponse = Configuration;
2844
- /** Optional parameters. */
2845
- export interface ConfigurationsListByServerNextOptionalParams extends coreClient.OperationOptions {
2846
- }
2847
- /** Contains response data for the listByServerNext operation. */
2848
- export type ConfigurationsListByServerNextResponse = ConfigurationListResult;
2849
- /** Optional parameters. */
2850
- export interface DatabasesCreateOptionalParams extends coreClient.OperationOptions {
2851
- /** Delay to wait until next poll, in milliseconds. */
2852
- updateIntervalInMs?: number;
2853
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2854
- resumeFrom?: string;
2855
- }
2856
- /** Contains response data for the create operation. */
2857
- export type DatabasesCreateResponse = Database;
2858
- /** Optional parameters. */
2859
- export interface DatabasesDeleteOptionalParams extends coreClient.OperationOptions {
2860
- /** Delay to wait until next poll, in milliseconds. */
2861
- updateIntervalInMs?: number;
2862
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2863
- resumeFrom?: string;
2864
- }
2865
- /** Optional parameters. */
2866
- export interface DatabasesGetOptionalParams extends coreClient.OperationOptions {
2867
- }
2868
- /** Contains response data for the get operation. */
2869
- export type DatabasesGetResponse = Database;
2870
- /** Optional parameters. */
2871
- export interface DatabasesListByServerOptionalParams extends coreClient.OperationOptions {
2872
- }
2873
- /** Contains response data for the listByServer operation. */
2874
- export type DatabasesListByServerResponse = DatabaseListResult;
2875
- /** Optional parameters. */
2876
- export interface DatabasesListByServerNextOptionalParams extends coreClient.OperationOptions {
2877
- }
2878
- /** Contains response data for the listByServerNext operation. */
2879
- export type DatabasesListByServerNextResponse = DatabaseListResult;
2880
- /** Optional parameters. */
2881
- export interface FirewallRulesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
2882
- /** Delay to wait until next poll, in milliseconds. */
2883
- updateIntervalInMs?: number;
2884
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2885
- resumeFrom?: string;
2886
- }
2887
- /** Contains response data for the createOrUpdate operation. */
2888
- export type FirewallRulesCreateOrUpdateResponse = FirewallRule;
2889
- /** Optional parameters. */
2890
- export interface FirewallRulesDeleteOptionalParams extends coreClient.OperationOptions {
2891
- /** Delay to wait until next poll, in milliseconds. */
2892
- updateIntervalInMs?: number;
2893
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2894
- resumeFrom?: string;
2895
- }
2896
- /** Optional parameters. */
2897
- export interface FirewallRulesGetOptionalParams extends coreClient.OperationOptions {
2898
- }
2899
- /** Contains response data for the get operation. */
2900
- export type FirewallRulesGetResponse = FirewallRule;
2901
- /** Optional parameters. */
2902
- export interface FirewallRulesListByServerOptionalParams extends coreClient.OperationOptions {
2903
- }
2904
- /** Contains response data for the listByServer operation. */
2905
- export type FirewallRulesListByServerResponse = FirewallRuleListResult;
2906
- /** Optional parameters. */
2907
- export interface FirewallRulesListByServerNextOptionalParams extends coreClient.OperationOptions {
2908
- }
2909
- /** Contains response data for the listByServerNext operation. */
2910
- export type FirewallRulesListByServerNextResponse = FirewallRuleListResult;
2911
- /** Optional parameters. */
2912
- export interface ServersCreateOptionalParams extends coreClient.OperationOptions {
2913
- /** Delay to wait until next poll, in milliseconds. */
2914
- updateIntervalInMs?: number;
2915
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2916
- resumeFrom?: string;
2917
- }
2918
- /** Contains response data for the create operation. */
2919
- export type ServersCreateResponse = Server;
2920
- /** Optional parameters. */
2921
- export interface ServersUpdateOptionalParams extends coreClient.OperationOptions {
2922
- /** Delay to wait until next poll, in milliseconds. */
2923
- updateIntervalInMs?: number;
2924
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2925
- resumeFrom?: string;
2926
- }
2927
- /** Contains response data for the update operation. */
2928
- export type ServersUpdateResponse = Server;
2929
- /** Optional parameters. */
2930
- export interface ServersDeleteOptionalParams extends coreClient.OperationOptions {
2931
- /** Delay to wait until next poll, in milliseconds. */
2932
- updateIntervalInMs?: number;
2933
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2934
- resumeFrom?: string;
2935
- }
2936
- /** Optional parameters. */
2937
- export interface ServersGetOptionalParams extends coreClient.OperationOptions {
2938
- }
2939
- /** Contains response data for the get operation. */
2940
- export type ServersGetResponse = Server;
2941
- /** Optional parameters. */
2942
- export interface ServersListByResourceGroupOptionalParams extends coreClient.OperationOptions {
2943
- }
2944
- /** Contains response data for the listByResourceGroup operation. */
2945
- export type ServersListByResourceGroupResponse = ServerListResult;
2946
- /** Optional parameters. */
2947
- export interface ServersListOptionalParams extends coreClient.OperationOptions {
2948
- }
2949
- /** Contains response data for the list operation. */
2950
- export type ServersListResponse = ServerListResult;
2951
- /** Optional parameters. */
2952
- export interface ServersRestartOptionalParams extends coreClient.OperationOptions {
2953
- /** The parameters for restarting a server. */
2954
- parameters?: RestartParameter;
2955
- /** Delay to wait until next poll, in milliseconds. */
2956
- updateIntervalInMs?: number;
2957
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2958
- resumeFrom?: string;
2959
- }
2960
- /** Optional parameters. */
2961
- export 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
- /** Optional parameters. */
2968
- export interface ServersStopOptionalParams extends coreClient.OperationOptions {
2969
- /** Delay to wait until next poll, in milliseconds. */
2970
- updateIntervalInMs?: number;
2971
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2972
- resumeFrom?: string;
2973
- }
2974
- /** Optional parameters. */
2975
- export interface ServersListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
2976
- }
2977
- /** Contains response data for the listByResourceGroupNext operation. */
2978
- export type ServersListByResourceGroupNextResponse = ServerListResult;
2979
- /** Optional parameters. */
2980
- export interface ServersListNextOptionalParams extends coreClient.OperationOptions {
2981
- }
2982
- /** Contains response data for the listNext operation. */
2983
- export type ServersListNextResponse = ServerListResult;
2984
- /** Optional parameters. */
2985
- export interface FlexibleServerTriggerLtrPreBackupOptionalParams extends coreClient.OperationOptions {
2986
- }
2987
- /** Contains response data for the triggerLtrPreBackup operation. */
2988
- export type FlexibleServerTriggerLtrPreBackupResponse = FlexibleServerTriggerLtrPreBackupHeaders & LtrPreBackupResponse;
2989
- /** Optional parameters. */
2990
- export interface FlexibleServerStartLtrBackupOptionalParams extends coreClient.OperationOptions {
2991
- /** Delay to wait until next poll, in milliseconds. */
2992
- updateIntervalInMs?: number;
2993
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2994
- resumeFrom?: string;
2995
- }
2996
- /** Contains response data for the startLtrBackup operation. */
2997
- export type FlexibleServerStartLtrBackupResponse = FlexibleServerStartLtrBackupHeaders & LtrBackupResponse;
2998
- /** Optional parameters. */
2999
- export interface LtrBackupOperationsGetOptionalParams extends coreClient.OperationOptions {
3000
- }
3001
- /** Contains response data for the get operation. */
3002
- export type LtrBackupOperationsGetResponse = LtrServerBackupOperation;
3003
- /** Optional parameters. */
3004
- export interface LtrBackupOperationsListByServerOptionalParams extends coreClient.OperationOptions {
3005
- }
3006
- /** Contains response data for the listByServer operation. */
3007
- export type LtrBackupOperationsListByServerResponse = LtrServerBackupOperationList;
3008
- /** Optional parameters. */
3009
- export interface LtrBackupOperationsListByServerNextOptionalParams extends coreClient.OperationOptions {
3010
- }
3011
- /** Contains response data for the listByServerNext operation. */
3012
- export type LtrBackupOperationsListByServerNextResponse = LtrServerBackupOperationList;
3013
- /** Optional parameters. */
3014
- export interface MigrationsCreateOptionalParams extends coreClient.OperationOptions {
3015
- }
3016
- /** Contains response data for the create operation. */
3017
- export type MigrationsCreateResponse = MigrationResource;
3018
- /** Optional parameters. */
3019
- export interface MigrationsGetOptionalParams extends coreClient.OperationOptions {
3020
- }
3021
- /** Contains response data for the get operation. */
3022
- export type MigrationsGetResponse = MigrationResource;
3023
- /** Optional parameters. */
3024
- export interface MigrationsUpdateOptionalParams extends coreClient.OperationOptions {
3025
- }
3026
- /** Contains response data for the update operation. */
3027
- export type MigrationsUpdateResponse = MigrationResource;
3028
- /** Optional parameters. */
3029
- export interface MigrationsDeleteOptionalParams extends coreClient.OperationOptions {
3030
- }
3031
- /** Optional parameters. */
3032
- export interface MigrationsListByTargetServerOptionalParams extends coreClient.OperationOptions {
3033
- /** Migration list filter. Retrieves either active migrations or all migrations. */
3034
- migrationListFilter?: MigrationListFilter;
3035
- }
3036
- /** Contains response data for the listByTargetServer operation. */
3037
- export type MigrationsListByTargetServerResponse = MigrationResourceListResult;
3038
- /** Optional parameters. */
3039
- export interface MigrationsListByTargetServerNextOptionalParams extends coreClient.OperationOptions {
3040
- }
3041
- /** Contains response data for the listByTargetServerNext operation. */
3042
- export type MigrationsListByTargetServerNextResponse = MigrationResourceListResult;
3043
- /** Optional parameters. */
3044
- export interface CheckMigrationNameAvailabilityOptionalParams extends coreClient.OperationOptions {
3045
- }
3046
- /** Contains response data for the checkMigrationNameAvailability operation. */
3047
- export type CheckMigrationNameAvailabilityResponse = MigrationNameAvailabilityResource;
3048
- /** Optional parameters. */
3049
- export interface OperationsListOptionalParams extends coreClient.OperationOptions {
3050
- }
3051
- /** Contains response data for the list operation. */
3052
- export type OperationsListResponse = OperationListResult;
3053
- /** Optional parameters. */
3054
- export interface GetPrivateDnsZoneSuffixExecuteOptionalParams extends coreClient.OperationOptions {
3055
- }
3056
- /** Contains response data for the execute operation. */
3057
- export type GetPrivateDnsZoneSuffixExecuteResponse = {
3058
- /** The parsed response body. */
3059
- body: string;
3060
- };
3061
- /** Optional parameters. */
3062
- export interface PrivateEndpointConnectionsGetOptionalParams extends coreClient.OperationOptions {
3063
- }
3064
- /** Contains response data for the get operation. */
3065
- export type PrivateEndpointConnectionsGetResponse = PrivateEndpointConnection;
3066
- /** Optional parameters. */
3067
- export interface PrivateEndpointConnectionsListByServerOptionalParams extends coreClient.OperationOptions {
3068
- }
3069
- /** Contains response data for the listByServer operation. */
3070
- export type PrivateEndpointConnectionsListByServerResponse = PrivateEndpointConnectionListResult;
3071
- /** Optional parameters. */
3072
- export interface PrivateEndpointConnectionsListByServerNextOptionalParams extends coreClient.OperationOptions {
3073
- }
3074
- /** Contains response data for the listByServerNext operation. */
3075
- export type PrivateEndpointConnectionsListByServerNextResponse = PrivateEndpointConnectionListResult;
3076
- /** Optional parameters. */
3077
- export interface PrivateEndpointConnectionUpdateOptionalParams extends coreClient.OperationOptions {
3078
- /** Delay to wait until next poll, in milliseconds. */
3079
- updateIntervalInMs?: number;
3080
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3081
- resumeFrom?: string;
3082
- }
3083
- /** Contains response data for the update operation. */
3084
- export type PrivateEndpointConnectionUpdateResponse = PrivateEndpointConnection;
3085
- /** Optional parameters. */
3086
- export interface PrivateEndpointConnectionDeleteOptionalParams extends coreClient.OperationOptions {
3087
- /** Delay to wait until next poll, in milliseconds. */
3088
- updateIntervalInMs?: number;
3089
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3090
- resumeFrom?: string;
3091
- }
3092
- /** Contains response data for the delete operation. */
3093
- export type PrivateEndpointConnectionDeleteResponse = PrivateEndpointConnectionDeleteHeaders;
3094
- /** Optional parameters. */
3095
- export interface PrivateLinkResourcesListByServerOptionalParams extends coreClient.OperationOptions {
3096
- }
3097
- /** Contains response data for the listByServer operation. */
3098
- export type PrivateLinkResourcesListByServerResponse = PrivateLinkResourceListResult;
3099
- /** Optional parameters. */
3100
- export interface PrivateLinkResourcesGetOptionalParams extends coreClient.OperationOptions {
3101
- }
3102
- /** Contains response data for the get operation. */
3103
- export type PrivateLinkResourcesGetResponse = PrivateLinkResource;
3104
- /** Optional parameters. */
3105
- export interface PrivateLinkResourcesListByServerNextOptionalParams extends coreClient.OperationOptions {
3106
- }
3107
- /** Contains response data for the listByServerNext operation. */
3108
- export type PrivateLinkResourcesListByServerNextResponse = PrivateLinkResourceListResult;
3109
- /** Optional parameters. */
3110
- export interface QuotaUsagesListOptionalParams extends coreClient.OperationOptions {
3111
- }
3112
- /** Contains response data for the list operation. */
3113
- export type QuotaUsagesListResponse = QuotaUsagesListResult;
3114
- /** Optional parameters. */
3115
- export interface QuotaUsagesListNextOptionalParams extends coreClient.OperationOptions {
3116
- }
3117
- /** Contains response data for the listNext operation. */
3118
- export type QuotaUsagesListNextResponse = QuotaUsagesListResult;
3119
- /** Optional parameters. */
3120
- export interface ReplicasListByServerOptionalParams extends coreClient.OperationOptions {
3121
- }
3122
- /** Contains response data for the listByServer operation. */
3123
- export type ReplicasListByServerResponse = ServerListResult;
3124
- /** Optional parameters. */
3125
- export interface LogFilesListByServerOptionalParams extends coreClient.OperationOptions {
3126
- }
3127
- /** Contains response data for the listByServer operation. */
3128
- export type LogFilesListByServerResponse = LogFileListResult;
3129
- /** Optional parameters. */
3130
- export interface LogFilesListByServerNextOptionalParams extends coreClient.OperationOptions {
3131
- }
3132
- /** Contains response data for the listByServerNext operation. */
3133
- export type LogFilesListByServerNextResponse = LogFileListResult;
3134
- /** Optional parameters. */
3135
- export interface ServerThreatProtectionSettingsListByServerOptionalParams extends coreClient.OperationOptions {
3136
- }
3137
- /** Contains response data for the listByServer operation. */
3138
- export type ServerThreatProtectionSettingsListByServerResponse = ServerThreatProtectionListResult;
3139
- /** Optional parameters. */
3140
- export interface ServerThreatProtectionSettingsGetOptionalParams extends coreClient.OperationOptions {
3141
- }
3142
- /** Contains response data for the get operation. */
3143
- export type ServerThreatProtectionSettingsGetResponse = ServerThreatProtectionSettingsModel;
3144
- /** Optional parameters. */
3145
- export interface ServerThreatProtectionSettingsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
3146
- /** Delay to wait until next poll, in milliseconds. */
3147
- updateIntervalInMs?: number;
3148
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3149
- resumeFrom?: string;
3150
- }
3151
- /** Contains response data for the createOrUpdate operation. */
3152
- export type ServerThreatProtectionSettingsCreateOrUpdateResponse = ServerThreatProtectionSettingsModel;
3153
- /** Optional parameters. */
3154
- export interface ServerThreatProtectionSettingsListByServerNextOptionalParams extends coreClient.OperationOptions {
3155
- }
3156
- /** Contains response data for the listByServerNext operation. */
3157
- export type ServerThreatProtectionSettingsListByServerNextResponse = ServerThreatProtectionListResult;
3158
- /** Optional parameters. */
3159
- export interface VirtualEndpointsCreateOptionalParams extends coreClient.OperationOptions {
3160
- /** Delay to wait until next poll, in milliseconds. */
3161
- updateIntervalInMs?: number;
3162
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3163
- resumeFrom?: string;
3164
- }
3165
- /** Contains response data for the create operation. */
3166
- export type VirtualEndpointsCreateResponse = VirtualEndpointResource;
3167
- /** Optional parameters. */
3168
- export interface VirtualEndpointsUpdateOptionalParams extends coreClient.OperationOptions {
3169
- /** Delay to wait until next poll, in milliseconds. */
3170
- updateIntervalInMs?: number;
3171
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3172
- resumeFrom?: string;
3173
- }
3174
- /** Contains response data for the update operation. */
3175
- export type VirtualEndpointsUpdateResponse = VirtualEndpointResource;
3176
- /** Optional parameters. */
3177
- export interface VirtualEndpointsDeleteOptionalParams extends coreClient.OperationOptions {
3178
- /** Delay to wait until next poll, in milliseconds. */
3179
- updateIntervalInMs?: number;
3180
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3181
- resumeFrom?: string;
3182
- }
3183
- /** Contains response data for the delete operation. */
3184
- export type VirtualEndpointsDeleteResponse = VirtualEndpointsDeleteHeaders;
3185
- /** Optional parameters. */
3186
- export interface VirtualEndpointsGetOptionalParams extends coreClient.OperationOptions {
3187
- }
3188
- /** Contains response data for the get operation. */
3189
- export type VirtualEndpointsGetResponse = VirtualEndpointResource;
3190
- /** Optional parameters. */
3191
- export interface VirtualEndpointsListByServerOptionalParams extends coreClient.OperationOptions {
3192
- }
3193
- /** Contains response data for the listByServer operation. */
3194
- export type VirtualEndpointsListByServerResponse = VirtualEndpointsListResult;
3195
- /** Optional parameters. */
3196
- export interface VirtualEndpointsListByServerNextOptionalParams extends coreClient.OperationOptions {
3197
- }
3198
- /** Contains response data for the listByServerNext operation. */
3199
- export type VirtualEndpointsListByServerNextResponse = VirtualEndpointsListResult;
3200
- /** Optional parameters. */
3201
- export interface VirtualNetworkSubnetUsageExecuteOptionalParams extends coreClient.OperationOptions {
3202
- }
3203
- /** Contains response data for the execute operation. */
3204
- export type VirtualNetworkSubnetUsageExecuteResponse = VirtualNetworkSubnetUsageResult;
3205
- /** Optional parameters. */
3206
- export interface PostgreSQLManagementFlexibleServerClientOptionalParams extends coreClient.ServiceClientOptions {
3207
- /** server parameter */
3208
- $host?: string;
3209
- /** Api Version */
3210
- apiVersion?: string;
3211
- /** Overrides client endpoint. */
3212
- endpoint?: string;
3213
- }
3214
- //# sourceMappingURL=index.d.ts.map