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