@azure/arm-redisenterprisecache 3.1.0-beta.2 → 4.0.0-alpha.20250423.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 (575) hide show
  1. package/CHANGELOG.md +131 -0
  2. package/LICENSE +3 -3
  3. package/README.md +24 -18
  4. package/dist/browser/index.d.ts +5 -0
  5. package/{dist-esm/src → dist/browser}/index.d.ts.map +1 -1
  6. package/{dist-esm/src → dist/browser}/index.js +4 -4
  7. package/dist/browser/index.js.map +1 -0
  8. package/dist/browser/lroImpl.js.map +1 -0
  9. package/{dist-esm/src → dist/browser}/models/index.d.ts +99 -9
  10. package/dist/browser/models/index.d.ts.map +1 -0
  11. package/{dist-esm/src → dist/browser}/models/index.js +12 -0
  12. package/dist/browser/models/index.js.map +1 -0
  13. package/{dist-esm/src → dist/browser}/models/mappers.d.ts +5 -0
  14. package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +1 -1
  15. package/{dist-esm/src → dist/browser}/models/mappers.js +134 -3
  16. package/dist/browser/models/mappers.js.map +1 -0
  17. package/{dist-esm/src → dist/browser}/models/parameters.js +5 -5
  18. package/dist/browser/models/parameters.js.map +1 -0
  19. package/{dist-esm/src → dist/browser}/operations/accessPolicyAssignmentOperations.d.ts +27 -11
  20. package/dist/browser/operations/accessPolicyAssignmentOperations.d.ts.map +1 -0
  21. package/{dist-esm/src → dist/browser}/operations/accessPolicyAssignmentOperations.js +114 -106
  22. package/dist/browser/operations/accessPolicyAssignmentOperations.js.map +1 -0
  23. package/dist/browser/operations/databases.d.ts +283 -0
  24. package/dist/browser/operations/databases.d.ts.map +1 -0
  25. package/dist/browser/operations/databases.js +1152 -0
  26. package/dist/browser/operations/databases.js.map +1 -0
  27. package/dist/browser/operations/index.d.ts +8 -0
  28. package/dist/browser/operations/index.d.ts.map +1 -0
  29. package/dist/browser/operations/index.js +15 -0
  30. package/dist/browser/operations/index.js.map +1 -0
  31. package/{dist-esm/src → dist/browser}/operations/operations.d.ts +3 -3
  32. package/dist/browser/operations/operations.d.ts.map +1 -0
  33. package/{dist-esm/src → dist/browser}/operations/operations.js +3 -3
  34. package/dist/browser/operations/operations.js.map +1 -0
  35. package/{dist-esm/src → dist/browser}/operations/operationsStatus.d.ts +3 -3
  36. package/dist/browser/operations/operationsStatus.d.ts.map +1 -0
  37. package/{dist-esm/src → dist/browser}/operations/operationsStatus.js +2 -2
  38. package/dist/browser/operations/operationsStatus.js.map +1 -0
  39. package/{dist-esm/src → dist/browser}/operations/privateEndpointConnections.d.ts +24 -10
  40. package/dist/browser/operations/privateEndpointConnections.d.ts.map +1 -0
  41. package/{dist-esm/src → dist/browser}/operations/privateEndpointConnections.js +107 -101
  42. package/dist/browser/operations/privateEndpointConnections.js.map +1 -0
  43. package/{dist-esm/src → dist/browser}/operations/privateLinkResources.d.ts +9 -5
  44. package/dist/browser/operations/privateLinkResources.d.ts.map +1 -0
  45. package/{dist-esm/src → dist/browser}/operations/privateLinkResources.js +8 -4
  46. package/dist/browser/operations/privateLinkResources.js.map +1 -0
  47. package/{dist-esm/src → dist/browser}/operations/redisEnterprise.d.ts +33 -10
  48. package/dist/browser/operations/redisEnterprise.d.ts.map +1 -0
  49. package/{dist-esm/src → dist/browser}/operations/redisEnterprise.js +169 -135
  50. package/dist/browser/operations/redisEnterprise.js.map +1 -0
  51. package/{dist-esm/src → dist/browser}/operationsInterfaces/accessPolicyAssignmentOperations.d.ts +19 -7
  52. package/dist/browser/operationsInterfaces/accessPolicyAssignmentOperations.d.ts.map +1 -0
  53. package/dist/browser/operationsInterfaces/accessPolicyAssignmentOperations.js.map +1 -0
  54. package/{dist-esm/src → dist/browser}/operationsInterfaces/databases.d.ts +72 -28
  55. package/dist/browser/operationsInterfaces/databases.d.ts.map +1 -0
  56. package/dist/browser/operationsInterfaces/databases.js.map +1 -0
  57. package/dist/browser/operationsInterfaces/index.d.ts +8 -0
  58. package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
  59. package/dist/browser/operationsInterfaces/index.js +15 -0
  60. package/dist/browser/operationsInterfaces/index.js.map +1 -0
  61. package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts +1 -1
  62. package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts.map +1 -1
  63. package/dist/browser/operationsInterfaces/operations.js.map +1 -0
  64. package/{dist-esm/src → dist/browser}/operationsInterfaces/operationsStatus.d.ts +1 -1
  65. package/{dist-esm/src → dist/browser}/operationsInterfaces/operationsStatus.d.ts.map +1 -1
  66. package/dist/browser/operationsInterfaces/operationsStatus.js.map +1 -0
  67. package/{dist-esm/src → dist/browser}/operationsInterfaces/privateEndpointConnections.d.ts +19 -7
  68. package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
  69. package/dist/browser/operationsInterfaces/privateEndpointConnections.js.map +1 -0
  70. package/{dist-esm/src → dist/browser}/operationsInterfaces/privateLinkResources.d.ts +4 -2
  71. package/dist/browser/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
  72. package/dist/browser/operationsInterfaces/privateLinkResources.js.map +1 -0
  73. package/{dist-esm/src → dist/browser}/operationsInterfaces/redisEnterprise.d.ts +31 -8
  74. package/dist/browser/operationsInterfaces/redisEnterprise.d.ts.map +1 -0
  75. package/dist/browser/operationsInterfaces/redisEnterprise.js.map +1 -0
  76. package/dist/browser/package.json +3 -0
  77. package/dist/browser/pagingHelper.js.map +1 -0
  78. package/{dist-esm/src → dist/browser}/redisEnterpriseManagementClient.d.ts +2 -2
  79. package/dist/browser/redisEnterpriseManagementClient.d.ts.map +1 -0
  80. package/{dist-esm/src → dist/browser}/redisEnterpriseManagementClient.js +17 -20
  81. package/dist/browser/redisEnterpriseManagementClient.js.map +1 -0
  82. package/dist/commonjs/index.d.ts +5 -0
  83. package/dist/commonjs/index.d.ts.map +1 -0
  84. package/dist/commonjs/index.js +19 -0
  85. package/dist/commonjs/index.js.map +1 -0
  86. package/dist/commonjs/lroImpl.d.ts +11 -0
  87. package/dist/commonjs/lroImpl.d.ts.map +1 -0
  88. package/dist/commonjs/lroImpl.js +24 -0
  89. package/dist/commonjs/lroImpl.js.map +1 -0
  90. package/{types/arm-redisenterprisecache.d.ts → dist/commonjs/models/index.d.ts} +1624 -2165
  91. package/dist/commonjs/models/index.d.ts.map +1 -0
  92. package/dist/commonjs/models/index.js +367 -0
  93. package/dist/commonjs/models/index.js.map +1 -0
  94. package/dist/commonjs/models/mappers.d.ts +65 -0
  95. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  96. package/dist/commonjs/models/mappers.js +1788 -0
  97. package/dist/commonjs/models/mappers.js.map +1 -0
  98. package/dist/commonjs/models/parameters.d.ts +27 -0
  99. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  100. package/dist/commonjs/models/parameters.js +217 -0
  101. package/dist/commonjs/models/parameters.js.map +1 -0
  102. package/dist/commonjs/operations/accessPolicyAssignmentOperations.d.ts +110 -0
  103. package/dist/commonjs/operations/accessPolicyAssignmentOperations.d.ts.map +1 -0
  104. package/dist/commonjs/operations/accessPolicyAssignmentOperations.js +415 -0
  105. package/dist/commonjs/operations/accessPolicyAssignmentOperations.js.map +1 -0
  106. package/dist/commonjs/operations/databases.d.ts +283 -0
  107. package/dist/commonjs/operations/databases.d.ts.map +1 -0
  108. package/dist/commonjs/operations/databases.js +1156 -0
  109. package/dist/commonjs/operations/databases.js.map +1 -0
  110. package/dist/commonjs/operations/index.d.ts +8 -0
  111. package/dist/commonjs/operations/index.d.ts.map +1 -0
  112. package/dist/commonjs/operations/index.js +18 -0
  113. package/dist/commonjs/operations/index.js.map +1 -0
  114. package/dist/commonjs/operations/operations.d.ts +32 -0
  115. package/dist/commonjs/operations/operations.d.ts.map +1 -0
  116. package/dist/commonjs/operations/operations.js +137 -0
  117. package/dist/commonjs/operations/operations.js.map +1 -0
  118. package/dist/commonjs/operations/operationsStatus.d.ts +20 -0
  119. package/dist/commonjs/operations/operationsStatus.d.ts.map +1 -0
  120. package/dist/commonjs/operations/operationsStatus.js +58 -0
  121. package/dist/commonjs/operations/operationsStatus.js.map +1 -0
  122. package/dist/commonjs/operations/privateEndpointConnections.d.ts +94 -0
  123. package/dist/commonjs/operations/privateEndpointConnections.d.ts.map +1 -0
  124. package/dist/commonjs/operations/privateEndpointConnections.js +345 -0
  125. package/dist/commonjs/operations/privateEndpointConnections.js.map +1 -0
  126. package/dist/commonjs/operations/privateLinkResources.d.ts +34 -0
  127. package/dist/commonjs/operations/privateLinkResources.d.ts.map +1 -0
  128. package/dist/commonjs/operations/privateLinkResources.js +113 -0
  129. package/dist/commonjs/operations/privateLinkResources.js.map +1 -0
  130. package/dist/commonjs/operations/redisEnterprise.d.ts +130 -0
  131. package/dist/commonjs/operations/redisEnterprise.d.ts.map +1 -0
  132. package/dist/commonjs/operations/redisEnterprise.js +584 -0
  133. package/dist/commonjs/operations/redisEnterprise.js.map +1 -0
  134. package/dist/commonjs/operationsInterfaces/accessPolicyAssignmentOperations.d.ts +79 -0
  135. package/dist/commonjs/operationsInterfaces/accessPolicyAssignmentOperations.d.ts.map +1 -0
  136. package/dist/commonjs/operationsInterfaces/accessPolicyAssignmentOperations.js +10 -0
  137. package/dist/commonjs/operationsInterfaces/accessPolicyAssignmentOperations.js.map +1 -0
  138. package/{dist-esm/src/operations → dist/commonjs/operationsInterfaces}/databases.d.ts +74 -55
  139. package/dist/commonjs/operationsInterfaces/databases.d.ts.map +1 -0
  140. package/dist/commonjs/operationsInterfaces/databases.js +10 -0
  141. package/dist/commonjs/operationsInterfaces/databases.js.map +1 -0
  142. package/dist/commonjs/operationsInterfaces/index.d.ts +8 -0
  143. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  144. package/dist/commonjs/operationsInterfaces/index.js +18 -0
  145. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  146. package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
  147. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
  148. package/dist/commonjs/operationsInterfaces/operations.js +10 -0
  149. package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
  150. package/dist/commonjs/operationsInterfaces/operationsStatus.d.ts +12 -0
  151. package/dist/commonjs/operationsInterfaces/operationsStatus.d.ts.map +1 -0
  152. package/dist/commonjs/operationsInterfaces/operationsStatus.js +10 -0
  153. package/dist/commonjs/operationsInterfaces/operationsStatus.js.map +1 -0
  154. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts +75 -0
  155. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
  156. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js +10 -0
  157. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js.map +1 -0
  158. package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts +15 -0
  159. package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
  160. package/dist/commonjs/operationsInterfaces/privateLinkResources.js +10 -0
  161. package/dist/commonjs/operationsInterfaces/privateLinkResources.js.map +1 -0
  162. package/dist/commonjs/operationsInterfaces/redisEnterprise.d.ts +94 -0
  163. package/dist/commonjs/operationsInterfaces/redisEnterprise.d.ts.map +1 -0
  164. package/dist/commonjs/operationsInterfaces/redisEnterprise.js +10 -0
  165. package/dist/commonjs/operationsInterfaces/redisEnterprise.js.map +1 -0
  166. package/dist/commonjs/package.json +3 -0
  167. package/dist/commonjs/pagingHelper.d.ts +13 -0
  168. package/dist/commonjs/pagingHelper.d.ts.map +1 -0
  169. package/dist/commonjs/pagingHelper.js +36 -0
  170. package/dist/commonjs/pagingHelper.js.map +1 -0
  171. package/dist/commonjs/redisEnterpriseManagementClient.d.ts +26 -0
  172. package/dist/commonjs/redisEnterpriseManagementClient.d.ts.map +1 -0
  173. package/dist/commonjs/redisEnterpriseManagementClient.js +109 -0
  174. package/dist/commonjs/redisEnterpriseManagementClient.js.map +1 -0
  175. package/{types → dist/commonjs}/tsdoc-metadata.json +1 -1
  176. package/dist/esm/index.d.ts +5 -0
  177. package/dist/esm/index.d.ts.map +1 -0
  178. package/{src/index.ts → dist/esm/index.js} +5 -5
  179. package/dist/esm/index.js.map +1 -0
  180. package/dist/esm/lroImpl.d.ts +11 -0
  181. package/dist/esm/lroImpl.d.ts.map +1 -0
  182. package/dist/esm/lroImpl.js +21 -0
  183. package/dist/esm/lroImpl.js.map +1 -0
  184. package/dist/esm/models/index.d.ts +1624 -0
  185. package/dist/esm/models/index.d.ts.map +1 -0
  186. package/dist/esm/models/index.js +364 -0
  187. package/dist/esm/models/index.js.map +1 -0
  188. package/dist/esm/models/mappers.d.ts +65 -0
  189. package/dist/esm/models/mappers.d.ts.map +1 -0
  190. package/dist/esm/models/mappers.js +1784 -0
  191. package/dist/esm/models/mappers.js.map +1 -0
  192. package/dist/esm/models/parameters.d.ts +27 -0
  193. package/dist/esm/models/parameters.d.ts.map +1 -0
  194. package/dist/esm/models/parameters.js +214 -0
  195. package/dist/esm/models/parameters.js.map +1 -0
  196. package/dist/esm/operations/accessPolicyAssignmentOperations.d.ts +110 -0
  197. package/dist/esm/operations/accessPolicyAssignmentOperations.d.ts.map +1 -0
  198. package/dist/esm/operations/accessPolicyAssignmentOperations.js +411 -0
  199. package/dist/esm/operations/accessPolicyAssignmentOperations.js.map +1 -0
  200. package/dist/esm/operations/databases.d.ts +283 -0
  201. package/dist/esm/operations/databases.d.ts.map +1 -0
  202. package/dist/esm/operations/databases.js +1152 -0
  203. package/dist/esm/operations/databases.js.map +1 -0
  204. package/dist/esm/operations/index.d.ts +8 -0
  205. package/dist/esm/operations/index.d.ts.map +1 -0
  206. package/dist/esm/operations/index.js +15 -0
  207. package/dist/esm/operations/index.js.map +1 -0
  208. package/dist/esm/operations/operations.d.ts +32 -0
  209. package/dist/esm/operations/operations.d.ts.map +1 -0
  210. package/dist/esm/operations/operations.js +133 -0
  211. package/dist/esm/operations/operations.js.map +1 -0
  212. package/dist/esm/operations/operationsStatus.d.ts +20 -0
  213. package/dist/esm/operations/operationsStatus.d.ts.map +1 -0
  214. package/dist/esm/operations/operationsStatus.js +53 -0
  215. package/dist/esm/operations/operationsStatus.js.map +1 -0
  216. package/dist/esm/operations/privateEndpointConnections.d.ts +94 -0
  217. package/dist/esm/operations/privateEndpointConnections.d.ts.map +1 -0
  218. package/dist/esm/operations/privateEndpointConnections.js +341 -0
  219. package/dist/esm/operations/privateEndpointConnections.js.map +1 -0
  220. package/dist/esm/operations/privateLinkResources.d.ts +34 -0
  221. package/dist/esm/operations/privateLinkResources.d.ts.map +1 -0
  222. package/dist/esm/operations/privateLinkResources.js +109 -0
  223. package/dist/esm/operations/privateLinkResources.js.map +1 -0
  224. package/dist/esm/operations/redisEnterprise.d.ts +130 -0
  225. package/dist/esm/operations/redisEnterprise.d.ts.map +1 -0
  226. package/dist/esm/operations/redisEnterprise.js +580 -0
  227. package/dist/esm/operations/redisEnterprise.js.map +1 -0
  228. package/dist/esm/operationsInterfaces/accessPolicyAssignmentOperations.d.ts +79 -0
  229. package/dist/esm/operationsInterfaces/accessPolicyAssignmentOperations.d.ts.map +1 -0
  230. package/dist/esm/operationsInterfaces/accessPolicyAssignmentOperations.js +9 -0
  231. package/dist/esm/operationsInterfaces/accessPolicyAssignmentOperations.js.map +1 -0
  232. package/dist/esm/operationsInterfaces/databases.d.ts +254 -0
  233. package/dist/esm/operationsInterfaces/databases.d.ts.map +1 -0
  234. package/dist/esm/operationsInterfaces/databases.js +9 -0
  235. package/dist/esm/operationsInterfaces/databases.js.map +1 -0
  236. package/dist/esm/operationsInterfaces/index.d.ts +8 -0
  237. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  238. package/dist/esm/operationsInterfaces/index.js +15 -0
  239. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  240. package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
  241. package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
  242. package/dist/esm/operationsInterfaces/operations.js +9 -0
  243. package/dist/esm/operationsInterfaces/operations.js.map +1 -0
  244. package/dist/esm/operationsInterfaces/operationsStatus.d.ts +12 -0
  245. package/dist/esm/operationsInterfaces/operationsStatus.d.ts.map +1 -0
  246. package/dist/esm/operationsInterfaces/operationsStatus.js +9 -0
  247. package/dist/esm/operationsInterfaces/operationsStatus.js.map +1 -0
  248. package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts +75 -0
  249. package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
  250. package/dist/esm/operationsInterfaces/privateEndpointConnections.js +9 -0
  251. package/dist/esm/operationsInterfaces/privateEndpointConnections.js.map +1 -0
  252. package/dist/esm/operationsInterfaces/privateLinkResources.d.ts +15 -0
  253. package/dist/esm/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
  254. package/dist/esm/operationsInterfaces/privateLinkResources.js +9 -0
  255. package/dist/esm/operationsInterfaces/privateLinkResources.js.map +1 -0
  256. package/dist/esm/operationsInterfaces/redisEnterprise.d.ts +94 -0
  257. package/dist/esm/operationsInterfaces/redisEnterprise.d.ts.map +1 -0
  258. package/dist/esm/operationsInterfaces/redisEnterprise.js +9 -0
  259. package/dist/esm/operationsInterfaces/redisEnterprise.js.map +1 -0
  260. package/dist/esm/package.json +3 -0
  261. package/dist/esm/pagingHelper.d.ts +13 -0
  262. package/dist/esm/pagingHelper.d.ts.map +1 -0
  263. package/dist/esm/pagingHelper.js +32 -0
  264. package/dist/esm/pagingHelper.js.map +1 -0
  265. package/dist/esm/redisEnterpriseManagementClient.d.ts +26 -0
  266. package/dist/esm/redisEnterpriseManagementClient.d.ts.map +1 -0
  267. package/dist/esm/redisEnterpriseManagementClient.js +104 -0
  268. package/dist/esm/redisEnterpriseManagementClient.js.map +1 -0
  269. package/dist/react-native/index.d.ts +5 -0
  270. package/dist/react-native/index.d.ts.map +1 -0
  271. package/dist/react-native/index.js +13 -0
  272. package/dist/react-native/index.js.map +1 -0
  273. package/dist/react-native/lroImpl.d.ts +11 -0
  274. package/dist/react-native/lroImpl.d.ts.map +1 -0
  275. package/dist/react-native/lroImpl.js +21 -0
  276. package/dist/react-native/lroImpl.js.map +1 -0
  277. package/dist/react-native/models/index.d.ts +1624 -0
  278. package/dist/react-native/models/index.d.ts.map +1 -0
  279. package/dist/react-native/models/index.js +364 -0
  280. package/dist/react-native/models/index.js.map +1 -0
  281. package/dist/react-native/models/mappers.d.ts +65 -0
  282. package/dist/react-native/models/mappers.d.ts.map +1 -0
  283. package/dist/react-native/models/mappers.js +1784 -0
  284. package/dist/react-native/models/mappers.js.map +1 -0
  285. package/dist/react-native/models/parameters.d.ts +27 -0
  286. package/dist/react-native/models/parameters.d.ts.map +1 -0
  287. package/dist/react-native/models/parameters.js +214 -0
  288. package/dist/react-native/models/parameters.js.map +1 -0
  289. package/dist/react-native/operations/accessPolicyAssignmentOperations.d.ts +110 -0
  290. package/dist/react-native/operations/accessPolicyAssignmentOperations.d.ts.map +1 -0
  291. package/dist/react-native/operations/accessPolicyAssignmentOperations.js +411 -0
  292. package/dist/react-native/operations/accessPolicyAssignmentOperations.js.map +1 -0
  293. package/dist/react-native/operations/databases.d.ts +283 -0
  294. package/dist/react-native/operations/databases.d.ts.map +1 -0
  295. package/dist/react-native/operations/databases.js +1152 -0
  296. package/dist/react-native/operations/databases.js.map +1 -0
  297. package/dist/react-native/operations/index.d.ts +8 -0
  298. package/dist/react-native/operations/index.d.ts.map +1 -0
  299. package/dist/react-native/operations/index.js +15 -0
  300. package/dist/react-native/operations/index.js.map +1 -0
  301. package/dist/react-native/operations/operations.d.ts +32 -0
  302. package/dist/react-native/operations/operations.d.ts.map +1 -0
  303. package/dist/react-native/operations/operations.js +133 -0
  304. package/dist/react-native/operations/operations.js.map +1 -0
  305. package/dist/react-native/operations/operationsStatus.d.ts +20 -0
  306. package/dist/react-native/operations/operationsStatus.d.ts.map +1 -0
  307. package/dist/react-native/operations/operationsStatus.js +53 -0
  308. package/dist/react-native/operations/operationsStatus.js.map +1 -0
  309. package/dist/react-native/operations/privateEndpointConnections.d.ts +94 -0
  310. package/dist/react-native/operations/privateEndpointConnections.d.ts.map +1 -0
  311. package/dist/react-native/operations/privateEndpointConnections.js +341 -0
  312. package/dist/react-native/operations/privateEndpointConnections.js.map +1 -0
  313. package/dist/react-native/operations/privateLinkResources.d.ts +34 -0
  314. package/dist/react-native/operations/privateLinkResources.d.ts.map +1 -0
  315. package/dist/react-native/operations/privateLinkResources.js +109 -0
  316. package/dist/react-native/operations/privateLinkResources.js.map +1 -0
  317. package/dist/react-native/operations/redisEnterprise.d.ts +130 -0
  318. package/dist/react-native/operations/redisEnterprise.d.ts.map +1 -0
  319. package/dist/react-native/operations/redisEnterprise.js +580 -0
  320. package/dist/react-native/operations/redisEnterprise.js.map +1 -0
  321. package/dist/react-native/operationsInterfaces/accessPolicyAssignmentOperations.d.ts +79 -0
  322. package/dist/react-native/operationsInterfaces/accessPolicyAssignmentOperations.d.ts.map +1 -0
  323. package/dist/react-native/operationsInterfaces/accessPolicyAssignmentOperations.js +9 -0
  324. package/dist/react-native/operationsInterfaces/accessPolicyAssignmentOperations.js.map +1 -0
  325. package/dist/react-native/operationsInterfaces/databases.d.ts +254 -0
  326. package/dist/react-native/operationsInterfaces/databases.d.ts.map +1 -0
  327. package/dist/react-native/operationsInterfaces/databases.js +9 -0
  328. package/dist/react-native/operationsInterfaces/databases.js.map +1 -0
  329. package/dist/react-native/operationsInterfaces/index.d.ts +8 -0
  330. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
  331. package/dist/react-native/operationsInterfaces/index.js +15 -0
  332. package/dist/react-native/operationsInterfaces/index.js.map +1 -0
  333. package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
  334. package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
  335. package/dist/react-native/operationsInterfaces/operations.js +9 -0
  336. package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
  337. package/dist/react-native/operationsInterfaces/operationsStatus.d.ts +12 -0
  338. package/dist/react-native/operationsInterfaces/operationsStatus.d.ts.map +1 -0
  339. package/dist/react-native/operationsInterfaces/operationsStatus.js +9 -0
  340. package/dist/react-native/operationsInterfaces/operationsStatus.js.map +1 -0
  341. package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts +75 -0
  342. package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
  343. package/dist/react-native/operationsInterfaces/privateEndpointConnections.js +9 -0
  344. package/dist/react-native/operationsInterfaces/privateEndpointConnections.js.map +1 -0
  345. package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts +15 -0
  346. package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
  347. package/dist/react-native/operationsInterfaces/privateLinkResources.js +9 -0
  348. package/dist/react-native/operationsInterfaces/privateLinkResources.js.map +1 -0
  349. package/dist/react-native/operationsInterfaces/redisEnterprise.d.ts +94 -0
  350. package/dist/react-native/operationsInterfaces/redisEnterprise.d.ts.map +1 -0
  351. package/dist/react-native/operationsInterfaces/redisEnterprise.js +9 -0
  352. package/dist/react-native/operationsInterfaces/redisEnterprise.js.map +1 -0
  353. package/dist/react-native/package.json +3 -0
  354. package/dist/react-native/pagingHelper.d.ts +13 -0
  355. package/dist/react-native/pagingHelper.d.ts.map +1 -0
  356. package/dist/react-native/pagingHelper.js +32 -0
  357. package/dist/react-native/pagingHelper.js.map +1 -0
  358. package/dist/react-native/redisEnterpriseManagementClient.d.ts +26 -0
  359. package/dist/react-native/redisEnterpriseManagementClient.d.ts.map +1 -0
  360. package/dist/react-native/redisEnterpriseManagementClient.js +104 -0
  361. package/dist/react-native/redisEnterpriseManagementClient.js.map +1 -0
  362. package/package.json +71 -46
  363. package/review/arm-redisenterprisecache.api.md +55 -4
  364. package/LICENSE.txt +0 -21
  365. package/dist/index.js +0 -5153
  366. package/dist/index.js.map +0 -1
  367. package/dist/index.min.js +0 -1
  368. package/dist/index.min.js.map +0 -1
  369. package/dist-esm/samples-dev/accessPolicyAssignmentCreateUpdateSample.d.ts +0 -2
  370. package/dist-esm/samples-dev/accessPolicyAssignmentCreateUpdateSample.d.ts.map +0 -1
  371. package/dist-esm/samples-dev/accessPolicyAssignmentCreateUpdateSample.js +0 -45
  372. package/dist-esm/samples-dev/accessPolicyAssignmentCreateUpdateSample.js.map +0 -1
  373. package/dist-esm/samples-dev/accessPolicyAssignmentDeleteSample.d.ts +0 -2
  374. package/dist-esm/samples-dev/accessPolicyAssignmentDeleteSample.d.ts.map +0 -1
  375. package/dist-esm/samples-dev/accessPolicyAssignmentDeleteSample.js +0 -41
  376. package/dist-esm/samples-dev/accessPolicyAssignmentDeleteSample.js.map +0 -1
  377. package/dist-esm/samples-dev/accessPolicyAssignmentGetSample.d.ts +0 -2
  378. package/dist-esm/samples-dev/accessPolicyAssignmentGetSample.d.ts.map +0 -1
  379. package/dist-esm/samples-dev/accessPolicyAssignmentGetSample.js +0 -41
  380. package/dist-esm/samples-dev/accessPolicyAssignmentGetSample.js.map +0 -1
  381. package/dist-esm/samples-dev/accessPolicyAssignmentListSample.d.ts +0 -2
  382. package/dist-esm/samples-dev/accessPolicyAssignmentListSample.d.ts.map +0 -1
  383. package/dist-esm/samples-dev/accessPolicyAssignmentListSample.js +0 -56
  384. package/dist-esm/samples-dev/accessPolicyAssignmentListSample.js.map +0 -1
  385. package/dist-esm/samples-dev/databasesCreateSample.d.ts +0 -2
  386. package/dist-esm/samples-dev/databasesCreateSample.d.ts.map +0 -1
  387. package/dist-esm/samples-dev/databasesCreateSample.js +0 -92
  388. package/dist-esm/samples-dev/databasesCreateSample.js.map +0 -1
  389. package/dist-esm/samples-dev/databasesDeleteSample.d.ts +0 -2
  390. package/dist-esm/samples-dev/databasesDeleteSample.d.ts.map +0 -1
  391. package/dist-esm/samples-dev/databasesDeleteSample.js +0 -40
  392. package/dist-esm/samples-dev/databasesDeleteSample.js.map +0 -1
  393. package/dist-esm/samples-dev/databasesExportSample.d.ts +0 -2
  394. package/dist-esm/samples-dev/databasesExportSample.d.ts.map +0 -1
  395. package/dist-esm/samples-dev/databasesExportSample.js +0 -43
  396. package/dist-esm/samples-dev/databasesExportSample.js.map +0 -1
  397. package/dist-esm/samples-dev/databasesFlushSample.d.ts +0 -2
  398. package/dist-esm/samples-dev/databasesFlushSample.d.ts.map +0 -1
  399. package/dist-esm/samples-dev/databasesFlushSample.js +0 -45
  400. package/dist-esm/samples-dev/databasesFlushSample.js.map +0 -1
  401. package/dist-esm/samples-dev/databasesForceLinkToReplicationGroupSample.d.ts +0 -2
  402. package/dist-esm/samples-dev/databasesForceLinkToReplicationGroupSample.d.ts.map +0 -1
  403. package/dist-esm/samples-dev/databasesForceLinkToReplicationGroupSample.js +0 -51
  404. package/dist-esm/samples-dev/databasesForceLinkToReplicationGroupSample.js.map +0 -1
  405. package/dist-esm/samples-dev/databasesForceUnlinkSample.d.ts +0 -2
  406. package/dist-esm/samples-dev/databasesForceUnlinkSample.d.ts.map +0 -1
  407. package/dist-esm/samples-dev/databasesForceUnlinkSample.js +0 -45
  408. package/dist-esm/samples-dev/databasesForceUnlinkSample.js.map +0 -1
  409. package/dist-esm/samples-dev/databasesGetSample.d.ts +0 -2
  410. package/dist-esm/samples-dev/databasesGetSample.d.ts.map +0 -1
  411. package/dist-esm/samples-dev/databasesGetSample.js +0 -40
  412. package/dist-esm/samples-dev/databasesGetSample.js.map +0 -1
  413. package/dist-esm/samples-dev/databasesImportSample.d.ts +0 -2
  414. package/dist-esm/samples-dev/databasesImportSample.d.ts.map +0 -1
  415. package/dist-esm/samples-dev/databasesImportSample.js +0 -46
  416. package/dist-esm/samples-dev/databasesImportSample.js.map +0 -1
  417. package/dist-esm/samples-dev/databasesListByClusterSample.d.ts +0 -2
  418. package/dist-esm/samples-dev/databasesListByClusterSample.d.ts.map +0 -1
  419. package/dist-esm/samples-dev/databasesListByClusterSample.js +0 -55
  420. package/dist-esm/samples-dev/databasesListByClusterSample.js.map +0 -1
  421. package/dist-esm/samples-dev/databasesListKeysSample.d.ts +0 -2
  422. package/dist-esm/samples-dev/databasesListKeysSample.d.ts.map +0 -1
  423. package/dist-esm/samples-dev/databasesListKeysSample.js +0 -40
  424. package/dist-esm/samples-dev/databasesListKeysSample.js.map +0 -1
  425. package/dist-esm/samples-dev/databasesRegenerateKeySample.d.ts +0 -2
  426. package/dist-esm/samples-dev/databasesRegenerateKeySample.d.ts.map +0 -1
  427. package/dist-esm/samples-dev/databasesRegenerateKeySample.js +0 -41
  428. package/dist-esm/samples-dev/databasesRegenerateKeySample.js.map +0 -1
  429. package/dist-esm/samples-dev/databasesUpdateSample.d.ts +0 -2
  430. package/dist-esm/samples-dev/databasesUpdateSample.d.ts.map +0 -1
  431. package/dist-esm/samples-dev/databasesUpdateSample.js +0 -46
  432. package/dist-esm/samples-dev/databasesUpdateSample.js.map +0 -1
  433. package/dist-esm/samples-dev/databasesUpgradeDbRedisVersionSample.d.ts +0 -2
  434. package/dist-esm/samples-dev/databasesUpgradeDbRedisVersionSample.d.ts.map +0 -1
  435. package/dist-esm/samples-dev/databasesUpgradeDbRedisVersionSample.js +0 -40
  436. package/dist-esm/samples-dev/databasesUpgradeDbRedisVersionSample.js.map +0 -1
  437. package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
  438. package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
  439. package/dist-esm/samples-dev/operationsListSample.js +0 -53
  440. package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
  441. package/dist-esm/samples-dev/operationsStatusGetSample.d.ts +0 -2
  442. package/dist-esm/samples-dev/operationsStatusGetSample.d.ts.map +0 -1
  443. package/dist-esm/samples-dev/operationsStatusGetSample.js +0 -39
  444. package/dist-esm/samples-dev/operationsStatusGetSample.js.map +0 -1
  445. package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.d.ts +0 -2
  446. package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.d.ts.map +0 -1
  447. package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js +0 -40
  448. package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js.map +0 -1
  449. package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.d.ts +0 -2
  450. package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.d.ts.map +0 -1
  451. package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js +0 -40
  452. package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js.map +0 -1
  453. package/dist-esm/samples-dev/privateEndpointConnectionsListSample.d.ts +0 -2
  454. package/dist-esm/samples-dev/privateEndpointConnectionsListSample.d.ts.map +0 -1
  455. package/dist-esm/samples-dev/privateEndpointConnectionsListSample.js +0 -55
  456. package/dist-esm/samples-dev/privateEndpointConnectionsListSample.js.map +0 -1
  457. package/dist-esm/samples-dev/privateEndpointConnectionsPutSample.d.ts +0 -2
  458. package/dist-esm/samples-dev/privateEndpointConnectionsPutSample.d.ts.map +0 -1
  459. package/dist-esm/samples-dev/privateEndpointConnectionsPutSample.js +0 -46
  460. package/dist-esm/samples-dev/privateEndpointConnectionsPutSample.js.map +0 -1
  461. package/dist-esm/samples-dev/privateLinkResourcesListByClusterSample.d.ts +0 -2
  462. package/dist-esm/samples-dev/privateLinkResourcesListByClusterSample.d.ts.map +0 -1
  463. package/dist-esm/samples-dev/privateLinkResourcesListByClusterSample.js +0 -55
  464. package/dist-esm/samples-dev/privateLinkResourcesListByClusterSample.js.map +0 -1
  465. package/dist-esm/samples-dev/redisEnterpriseCreateSample.d.ts +0 -2
  466. package/dist-esm/samples-dev/redisEnterpriseCreateSample.d.ts.map +0 -1
  467. package/dist-esm/samples-dev/redisEnterpriseCreateSample.js +0 -61
  468. package/dist-esm/samples-dev/redisEnterpriseCreateSample.js.map +0 -1
  469. package/dist-esm/samples-dev/redisEnterpriseDeleteSample.d.ts +0 -2
  470. package/dist-esm/samples-dev/redisEnterpriseDeleteSample.d.ts.map +0 -1
  471. package/dist-esm/samples-dev/redisEnterpriseDeleteSample.js +0 -39
  472. package/dist-esm/samples-dev/redisEnterpriseDeleteSample.js.map +0 -1
  473. package/dist-esm/samples-dev/redisEnterpriseGetSample.d.ts +0 -2
  474. package/dist-esm/samples-dev/redisEnterpriseGetSample.d.ts.map +0 -1
  475. package/dist-esm/samples-dev/redisEnterpriseGetSample.js +0 -39
  476. package/dist-esm/samples-dev/redisEnterpriseGetSample.js.map +0 -1
  477. package/dist-esm/samples-dev/redisEnterpriseListByResourceGroupSample.d.ts +0 -2
  478. package/dist-esm/samples-dev/redisEnterpriseListByResourceGroupSample.d.ts.map +0 -1
  479. package/dist-esm/samples-dev/redisEnterpriseListByResourceGroupSample.js +0 -54
  480. package/dist-esm/samples-dev/redisEnterpriseListByResourceGroupSample.js.map +0 -1
  481. package/dist-esm/samples-dev/redisEnterpriseListSample.d.ts +0 -2
  482. package/dist-esm/samples-dev/redisEnterpriseListSample.d.ts.map +0 -1
  483. package/dist-esm/samples-dev/redisEnterpriseListSample.js +0 -53
  484. package/dist-esm/samples-dev/redisEnterpriseListSample.js.map +0 -1
  485. package/dist-esm/samples-dev/redisEnterpriseUpdateSample.d.ts +0 -2
  486. package/dist-esm/samples-dev/redisEnterpriseUpdateSample.d.ts.map +0 -1
  487. package/dist-esm/samples-dev/redisEnterpriseUpdateSample.js +0 -44
  488. package/dist-esm/samples-dev/redisEnterpriseUpdateSample.js.map +0 -1
  489. package/dist-esm/src/index.d.ts +0 -5
  490. package/dist-esm/src/index.js.map +0 -1
  491. package/dist-esm/src/lroImpl.js.map +0 -1
  492. package/dist-esm/src/models/index.d.ts.map +0 -1
  493. package/dist-esm/src/models/index.js.map +0 -1
  494. package/dist-esm/src/models/mappers.js.map +0 -1
  495. package/dist-esm/src/models/parameters.js.map +0 -1
  496. package/dist-esm/src/operations/accessPolicyAssignmentOperations.d.ts.map +0 -1
  497. package/dist-esm/src/operations/accessPolicyAssignmentOperations.js.map +0 -1
  498. package/dist-esm/src/operations/databases.d.ts.map +0 -1
  499. package/dist-esm/src/operations/databases.js +0 -1150
  500. package/dist-esm/src/operations/databases.js.map +0 -1
  501. package/dist-esm/src/operations/index.d.ts +0 -8
  502. package/dist-esm/src/operations/index.d.ts.map +0 -1
  503. package/dist-esm/src/operations/index.js +0 -15
  504. package/dist-esm/src/operations/index.js.map +0 -1
  505. package/dist-esm/src/operations/operations.d.ts.map +0 -1
  506. package/dist-esm/src/operations/operations.js.map +0 -1
  507. package/dist-esm/src/operations/operationsStatus.d.ts.map +0 -1
  508. package/dist-esm/src/operations/operationsStatus.js.map +0 -1
  509. package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +0 -1
  510. package/dist-esm/src/operations/privateEndpointConnections.js.map +0 -1
  511. package/dist-esm/src/operations/privateLinkResources.d.ts.map +0 -1
  512. package/dist-esm/src/operations/privateLinkResources.js.map +0 -1
  513. package/dist-esm/src/operations/redisEnterprise.d.ts.map +0 -1
  514. package/dist-esm/src/operations/redisEnterprise.js.map +0 -1
  515. package/dist-esm/src/operationsInterfaces/accessPolicyAssignmentOperations.d.ts.map +0 -1
  516. package/dist-esm/src/operationsInterfaces/accessPolicyAssignmentOperations.js.map +0 -1
  517. package/dist-esm/src/operationsInterfaces/databases.d.ts.map +0 -1
  518. package/dist-esm/src/operationsInterfaces/databases.js.map +0 -1
  519. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -8
  520. package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
  521. package/dist-esm/src/operationsInterfaces/index.js +0 -15
  522. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  523. package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
  524. package/dist-esm/src/operationsInterfaces/operationsStatus.js.map +0 -1
  525. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
  526. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js.map +0 -1
  527. package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
  528. package/dist-esm/src/operationsInterfaces/privateLinkResources.js.map +0 -1
  529. package/dist-esm/src/operationsInterfaces/redisEnterprise.d.ts.map +0 -1
  530. package/dist-esm/src/operationsInterfaces/redisEnterprise.js.map +0 -1
  531. package/dist-esm/src/pagingHelper.js.map +0 -1
  532. package/dist-esm/src/redisEnterpriseManagementClient.d.ts.map +0 -1
  533. package/dist-esm/src/redisEnterpriseManagementClient.js.map +0 -1
  534. package/dist-esm/test/redisenterprisecache_test.spec.d.ts +0 -4
  535. package/dist-esm/test/redisenterprisecache_test.spec.d.ts.map +0 -1
  536. package/dist-esm/test/redisenterprisecache_test.spec.js +0 -74
  537. package/dist-esm/test/redisenterprisecache_test.spec.js.map +0 -1
  538. package/src/lroImpl.ts +0 -42
  539. package/src/models/index.ts +0 -1720
  540. package/src/models/mappers.ts +0 -1773
  541. package/src/models/parameters.ts +0 -257
  542. package/src/operations/accessPolicyAssignmentOperations.ts +0 -569
  543. package/src/operations/databases.ts +0 -1603
  544. package/src/operations/index.ts +0 -15
  545. package/src/operations/operations.ts +0 -149
  546. package/src/operations/operationsStatus.ts +0 -71
  547. package/src/operations/privateEndpointConnections.ts +0 -451
  548. package/src/operations/privateLinkResources.ts +0 -136
  549. package/src/operations/redisEnterprise.ts +0 -708
  550. package/src/operationsInterfaces/accessPolicyAssignmentOperations.ts +0 -132
  551. package/src/operationsInterfaces/databases.ts +0 -403
  552. package/src/operationsInterfaces/index.ts +0 -15
  553. package/src/operationsInterfaces/operations.ts +0 -22
  554. package/src/operationsInterfaces/operationsStatus.ts +0 -27
  555. package/src/operationsInterfaces/privateEndpointConnections.ts +0 -116
  556. package/src/operationsInterfaces/privateLinkResources.ts +0 -29
  557. package/src/operationsInterfaces/redisEnterprise.ts +0 -139
  558. package/src/pagingHelper.ts +0 -39
  559. package/src/redisEnterpriseManagementClient.ts +0 -170
  560. package/tsconfig.json +0 -33
  561. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
  562. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +0 -0
  563. /package/{dist-esm/src → dist/browser}/lroImpl.js +0 -0
  564. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
  565. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
  566. /package/{dist-esm/src → dist/browser}/operationsInterfaces/accessPolicyAssignmentOperations.js +0 -0
  567. /package/{dist-esm/src → dist/browser}/operationsInterfaces/databases.js +0 -0
  568. /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
  569. /package/{dist-esm/src → dist/browser}/operationsInterfaces/operationsStatus.js +0 -0
  570. /package/{dist-esm/src → dist/browser}/operationsInterfaces/privateEndpointConnections.js +0 -0
  571. /package/{dist-esm/src → dist/browser}/operationsInterfaces/privateLinkResources.js +0 -0
  572. /package/{dist-esm/src → dist/browser}/operationsInterfaces/redisEnterprise.js +0 -0
  573. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
  574. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
  575. /package/{dist-esm/src → dist/browser}/pagingHelper.js +0 -0
@@ -1,2165 +1,1624 @@
1
- import * as coreAuth from '@azure/core-auth';
2
- import * as coreClient from '@azure/core-client';
3
- import { OperationState } from '@azure/core-lro';
4
- import { PagedAsyncIterableIterator } from '@azure/core-paging';
5
- import { SimplePollerLike } from '@azure/core-lro';
6
-
7
- /** The secret access keys used for authenticating connections to redis */
8
- export declare interface AccessKeys {
9
- /**
10
- * The current primary key that clients can use to authenticate
11
- * NOTE: This property will not be serialized. It can only be populated by the server.
12
- */
13
- readonly primaryKey?: string;
14
- /**
15
- * The current secondary key that clients can use to authenticate
16
- * NOTE: This property will not be serialized. It can only be populated by the server.
17
- */
18
- readonly secondaryKey?: string;
19
- }
20
-
21
- /**
22
- * Defines values for AccessKeysAuthentication. \
23
- * {@link KnownAccessKeysAuthentication} can be used interchangeably with AccessKeysAuthentication,
24
- * this enum contains the known values that the service supports.
25
- * ### Known values supported by the service
26
- * **Disabled** \
27
- * **Enabled**
28
- */
29
- export declare type AccessKeysAuthentication = string;
30
-
31
- /** Defines values for AccessKeyType. */
32
- export declare type AccessKeyType = "Primary" | "Secondary";
33
-
34
- /** Describes the access policy assignment of Redis Enterprise database */
35
- export declare interface AccessPolicyAssignment extends ProxyResourceAutoGenerated {
36
- /**
37
- * Current provisioning status of the access policy assignment.
38
- * NOTE: This property will not be serialized. It can only be populated by the server.
39
- */
40
- readonly provisioningState?: ProvisioningState;
41
- /** Name of access policy under specific access policy assignment. Only "default" policy is supported for now. */
42
- accessPolicyName?: string;
43
- /** The user associated with the access policy. */
44
- user?: AccessPolicyAssignmentPropertiesUser;
45
- }
46
-
47
- /** Optional parameters. */
48
- export declare interface AccessPolicyAssignmentCreateUpdateOptionalParams extends coreClient.OperationOptions {
49
- /** Delay to wait until next poll, in milliseconds. */
50
- updateIntervalInMs?: number;
51
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
52
- resumeFrom?: string;
53
- }
54
-
55
- /** Contains response data for the createUpdate operation. */
56
- export declare type AccessPolicyAssignmentCreateUpdateResponse = AccessPolicyAssignment;
57
-
58
- /** Defines headers for AccessPolicyAssignment_delete operation. */
59
- export declare interface AccessPolicyAssignmentDeleteHeaders {
60
- /** Location URI to poll for result */
61
- location?: string;
62
- /** Azure-AsyncOperation URI to poll for result */
63
- azureAsyncOperation?: string;
64
- }
65
-
66
- /** Optional parameters. */
67
- export declare interface AccessPolicyAssignmentDeleteOptionalParams extends coreClient.OperationOptions {
68
- /** Delay to wait until next poll, in milliseconds. */
69
- updateIntervalInMs?: number;
70
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
71
- resumeFrom?: string;
72
- }
73
-
74
- /** Contains response data for the delete operation. */
75
- export declare type AccessPolicyAssignmentDeleteResponse = AccessPolicyAssignmentDeleteHeaders;
76
-
77
- /** Optional parameters. */
78
- export declare interface AccessPolicyAssignmentGetOptionalParams extends coreClient.OperationOptions {
79
- }
80
-
81
- /** Contains response data for the get operation. */
82
- export declare type AccessPolicyAssignmentGetResponse = AccessPolicyAssignment;
83
-
84
- /** The response of a list-all operation. */
85
- export declare interface AccessPolicyAssignmentList {
86
- /** List of access policy assignments. */
87
- value?: AccessPolicyAssignment[];
88
- /**
89
- * The URI to fetch the next page of results.
90
- * NOTE: This property will not be serialized. It can only be populated by the server.
91
- */
92
- readonly nextLink?: string;
93
- }
94
-
95
- /** Optional parameters. */
96
- export declare interface AccessPolicyAssignmentListNextOptionalParams extends coreClient.OperationOptions {
97
- }
98
-
99
- /** Contains response data for the listNext operation. */
100
- export declare type AccessPolicyAssignmentListNextResponse = AccessPolicyAssignmentList;
101
-
102
- /** Optional parameters. */
103
- export declare interface AccessPolicyAssignmentListOptionalParams extends coreClient.OperationOptions {
104
- }
105
-
106
- /** Contains response data for the list operation. */
107
- export declare type AccessPolicyAssignmentListResponse = AccessPolicyAssignmentList;
108
-
109
- /** Interface representing a AccessPolicyAssignmentOperations. */
110
- export declare interface AccessPolicyAssignmentOperations {
111
- /**
112
- * Gets all access policy assignments..
113
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
114
- * @param clusterName The name of the Redis Enterprise cluster.
115
- * @param databaseName The name of the Redis Enterprise database.
116
- * @param options The options parameters.
117
- */
118
- list(resourceGroupName: string, clusterName: string, databaseName: string, options?: AccessPolicyAssignmentListOptionalParams): PagedAsyncIterableIterator<AccessPolicyAssignment>;
119
- /**
120
- * Creates/Updates a particular access policy assignment for a database
121
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
122
- * @param clusterName The name of the Redis Enterprise cluster.
123
- * @param databaseName The name of the Redis Enterprise database.
124
- * @param accessPolicyAssignmentName The name of the Redis Enterprise database access policy
125
- * assignment.
126
- * @param parameters Parameters supplied to the create access policy assignment for database.
127
- * @param options The options parameters.
128
- */
129
- beginCreateUpdate(resourceGroupName: string, clusterName: string, databaseName: string, accessPolicyAssignmentName: string, parameters: AccessPolicyAssignment, options?: AccessPolicyAssignmentCreateUpdateOptionalParams): Promise<SimplePollerLike<OperationState<AccessPolicyAssignmentCreateUpdateResponse>, AccessPolicyAssignmentCreateUpdateResponse>>;
130
- /**
131
- * Creates/Updates a particular access policy assignment for a database
132
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
133
- * @param clusterName The name of the Redis Enterprise cluster.
134
- * @param databaseName The name of the Redis Enterprise database.
135
- * @param accessPolicyAssignmentName The name of the Redis Enterprise database access policy
136
- * assignment.
137
- * @param parameters Parameters supplied to the create access policy assignment for database.
138
- * @param options The options parameters.
139
- */
140
- beginCreateUpdateAndWait(resourceGroupName: string, clusterName: string, databaseName: string, accessPolicyAssignmentName: string, parameters: AccessPolicyAssignment, options?: AccessPolicyAssignmentCreateUpdateOptionalParams): Promise<AccessPolicyAssignmentCreateUpdateResponse>;
141
- /**
142
- * Gets information about access policy assignment for database.
143
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
144
- * @param clusterName The name of the Redis Enterprise cluster.
145
- * @param databaseName The name of the Redis Enterprise database.
146
- * @param accessPolicyAssignmentName The name of the Redis Enterprise database access policy
147
- * assignment.
148
- * @param options The options parameters.
149
- */
150
- get(resourceGroupName: string, clusterName: string, databaseName: string, accessPolicyAssignmentName: string, options?: AccessPolicyAssignmentGetOptionalParams): Promise<AccessPolicyAssignmentGetResponse>;
151
- /**
152
- * Deletes a single access policy assignment.
153
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
154
- * @param clusterName The name of the Redis Enterprise cluster.
155
- * @param databaseName The name of the Redis Enterprise database.
156
- * @param accessPolicyAssignmentName The name of the Redis Enterprise database access policy
157
- * assignment.
158
- * @param options The options parameters.
159
- */
160
- beginDelete(resourceGroupName: string, clusterName: string, databaseName: string, accessPolicyAssignmentName: string, options?: AccessPolicyAssignmentDeleteOptionalParams): Promise<SimplePollerLike<OperationState<AccessPolicyAssignmentDeleteResponse>, AccessPolicyAssignmentDeleteResponse>>;
161
- /**
162
- * Deletes a single access policy assignment.
163
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
164
- * @param clusterName The name of the Redis Enterprise cluster.
165
- * @param databaseName The name of the Redis Enterprise database.
166
- * @param accessPolicyAssignmentName The name of the Redis Enterprise database access policy
167
- * assignment.
168
- * @param options The options parameters.
169
- */
170
- beginDeleteAndWait(resourceGroupName: string, clusterName: string, databaseName: string, accessPolicyAssignmentName: string, options?: AccessPolicyAssignmentDeleteOptionalParams): Promise<AccessPolicyAssignmentDeleteResponse>;
171
- }
172
-
173
- /** The user associated with the access policy. */
174
- export declare interface AccessPolicyAssignmentPropertiesUser {
175
- /** The object ID of the user. */
176
- objectId?: string;
177
- }
178
-
179
- /**
180
- * Defines values for ActionType. \
181
- * {@link KnownActionType} can be used interchangeably with ActionType,
182
- * this enum contains the known values that the service supports.
183
- * ### Known values supported by the service
184
- * **Internal**
185
- */
186
- export declare type ActionType = string;
187
-
188
- /**
189
- * Defines values for AofFrequency. \
190
- * {@link KnownAofFrequency} can be used interchangeably with AofFrequency,
191
- * this enum contains the known values that the service supports.
192
- * ### Known values supported by the service
193
- * **1s** \
194
- * **always**
195
- */
196
- export declare type AofFrequency = string;
197
-
198
- /** Describes the Redis Enterprise cluster */
199
- export declare interface Cluster extends TrackedResource {
200
- /** The SKU to create, which affects price, performance, and features. */
201
- sku: Sku;
202
- /** The Availability Zones where this cluster will be deployed. */
203
- zones?: string[];
204
- /** The identity of the resource. */
205
- identity?: ManagedServiceIdentity;
206
- /** Enabled by default. If highAvailability is disabled, the data set is not replicated. This affects the availability SLA, and increases the risk of data loss. */
207
- highAvailability?: HighAvailability;
208
- /** The minimum TLS version for the cluster to support, e.g. '1.2'. Newer versions can be added in the future. Note that TLS 1.0 and TLS 1.1 are now completely obsolete -- you cannot use them. They are mentioned only for the sake of consistency with old API versions. */
209
- minimumTlsVersion?: TlsVersion;
210
- /** Encryption-at-rest configuration for the cluster. */
211
- encryption?: ClusterPropertiesEncryption;
212
- /**
213
- * DNS name of the cluster endpoint
214
- * NOTE: This property will not be serialized. It can only be populated by the server.
215
- */
216
- readonly hostName?: string;
217
- /**
218
- * Current provisioning status of the cluster
219
- * NOTE: This property will not be serialized. It can only be populated by the server.
220
- */
221
- readonly provisioningState?: ProvisioningState;
222
- /**
223
- * Explains the current redundancy strategy of the cluster, which affects the expected SLA.
224
- * NOTE: This property will not be serialized. It can only be populated by the server.
225
- */
226
- readonly redundancyMode?: RedundancyMode;
227
- /**
228
- * Current resource status of the cluster
229
- * NOTE: This property will not be serialized. It can only be populated by the server.
230
- */
231
- readonly resourceState?: ResourceState;
232
- /**
233
- * Version of redis the cluster supports, e.g. '6'
234
- * NOTE: This property will not be serialized. It can only be populated by the server.
235
- */
236
- readonly redisVersion?: string;
237
- /**
238
- * List of private endpoint connections associated with the specified Redis Enterprise cluster
239
- * NOTE: This property will not be serialized. It can only be populated by the server.
240
- */
241
- readonly privateEndpointConnections?: PrivateEndpointConnection[];
242
- }
243
-
244
- /**
245
- * Defines values for ClusteringPolicy. \
246
- * {@link KnownClusteringPolicy} can be used interchangeably with ClusteringPolicy,
247
- * this enum contains the known values that the service supports.
248
- * ### Known values supported by the service
249
- * **EnterpriseCluster**: Enterprise clustering policy uses only the classic redis protocol, which does not support redis cluster commands. \
250
- * **OSSCluster**: OSS clustering policy follows the redis cluster specification, and requires all clients to support redis clustering.
251
- */
252
- export declare type ClusteringPolicy = string;
253
-
254
- /** The response of a list-all operation. */
255
- export declare interface ClusterList {
256
- /** List of clusters. */
257
- value?: Cluster[];
258
- /**
259
- * The URI to fetch the next page of results.
260
- * NOTE: This property will not be serialized. It can only be populated by the server.
261
- */
262
- readonly nextLink?: string;
263
- }
264
-
265
- /** Encryption-at-rest configuration for the cluster. */
266
- export declare interface ClusterPropertiesEncryption {
267
- /** All Customer-managed key encryption properties for the resource. Set this to an empty object to use Microsoft-managed key encryption. */
268
- customerManagedKeyEncryption?: ClusterPropertiesEncryptionCustomerManagedKeyEncryption;
269
- }
270
-
271
- /** All Customer-managed key encryption properties for the resource. Set this to an empty object to use Microsoft-managed key encryption. */
272
- export declare interface ClusterPropertiesEncryptionCustomerManagedKeyEncryption {
273
- /** All identity configuration for Customer-managed key settings defining which identity should be used to auth to Key Vault. */
274
- keyEncryptionKeyIdentity?: ClusterPropertiesEncryptionCustomerManagedKeyEncryptionKeyIdentity;
275
- /** Key encryption key Url, versioned only. Ex: https://contosovault.vault.azure.net/keys/contosokek/562a4bb76b524a1493a6afe8e536ee78 */
276
- keyEncryptionKeyUrl?: string;
277
- }
278
-
279
- /** All identity configuration for Customer-managed key settings defining which identity should be used to auth to Key Vault. */
280
- export declare interface ClusterPropertiesEncryptionCustomerManagedKeyEncryptionKeyIdentity {
281
- /** User assigned identity to use for accessing key encryption key Url. Ex: /subscriptions/<sub uuid>/resourceGroups/<resource group>/providers/Microsoft.ManagedIdentity/userAssignedIdentities/myId. */
282
- userAssignedIdentityResourceId?: string;
283
- /** Only userAssignedIdentity is supported in this API version; other types may be supported in the future */
284
- identityType?: CmkIdentityType;
285
- }
286
-
287
- /** A partial update to the Redis Enterprise cluster */
288
- export declare interface ClusterUpdate {
289
- /** The SKU to create, which affects price, performance, and features. */
290
- sku?: Sku;
291
- /** The identity of the resource. */
292
- identity?: ManagedServiceIdentity;
293
- /** Resource tags. */
294
- tags?: {
295
- [propertyName: string]: string;
296
- };
297
- /** Enabled by default. If highAvailability is disabled, the data set is not replicated. This affects the availability SLA, and increases the risk of data loss. */
298
- highAvailability?: HighAvailability;
299
- /** The minimum TLS version for the cluster to support, e.g. '1.2'. Newer versions can be added in the future. Note that TLS 1.0 and TLS 1.1 are now completely obsolete -- you cannot use them. They are mentioned only for the sake of consistency with old API versions. */
300
- minimumTlsVersion?: TlsVersion;
301
- /** Encryption-at-rest configuration for the cluster. */
302
- encryption?: ClusterPropertiesEncryption;
303
- /**
304
- * DNS name of the cluster endpoint
305
- * NOTE: This property will not be serialized. It can only be populated by the server.
306
- */
307
- readonly hostName?: string;
308
- /**
309
- * Current provisioning status of the cluster
310
- * NOTE: This property will not be serialized. It can only be populated by the server.
311
- */
312
- readonly provisioningState?: ProvisioningState;
313
- /**
314
- * Explains the current redundancy strategy of the cluster, which affects the expected SLA.
315
- * NOTE: This property will not be serialized. It can only be populated by the server.
316
- */
317
- readonly redundancyMode?: RedundancyMode;
318
- /**
319
- * Current resource status of the cluster
320
- * NOTE: This property will not be serialized. It can only be populated by the server.
321
- */
322
- readonly resourceState?: ResourceState;
323
- /**
324
- * Version of redis the cluster supports, e.g. '6'
325
- * NOTE: This property will not be serialized. It can only be populated by the server.
326
- */
327
- readonly redisVersion?: string;
328
- /**
329
- * List of private endpoint connections associated with the specified Redis Enterprise cluster
330
- * NOTE: This property will not be serialized. It can only be populated by the server.
331
- */
332
- readonly privateEndpointConnections?: PrivateEndpointConnection[];
333
- }
334
-
335
- /**
336
- * Defines values for CmkIdentityType. \
337
- * {@link KnownCmkIdentityType} can be used interchangeably with CmkIdentityType,
338
- * this enum contains the known values that the service supports.
339
- * ### Known values supported by the service
340
- * **systemAssignedIdentity** \
341
- * **userAssignedIdentity**
342
- */
343
- export declare type CmkIdentityType = string;
344
-
345
- /**
346
- * Defines values for CreatedByType. \
347
- * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
348
- * this enum contains the known values that the service supports.
349
- * ### Known values supported by the service
350
- * **User** \
351
- * **Application** \
352
- * **ManagedIdentity** \
353
- * **Key**
354
- */
355
- export declare type CreatedByType = string;
356
-
357
- /** Describes a database on the Redis Enterprise cluster */
358
- export declare interface Database extends ProxyResource {
359
- /** Specifies whether redis clients can connect using TLS-encrypted or plaintext redis protocols. Default is TLS-encrypted. */
360
- clientProtocol?: Protocol;
361
- /** TCP port of the database endpoint. Specified at create time. Defaults to an available port. */
362
- port?: number;
363
- /**
364
- * Current provisioning status of the database
365
- * NOTE: This property will not be serialized. It can only be populated by the server.
366
- */
367
- readonly provisioningState?: ProvisioningState;
368
- /**
369
- * Current resource status of the database
370
- * NOTE: This property will not be serialized. It can only be populated by the server.
371
- */
372
- readonly resourceState?: ResourceState;
373
- /** Clustering policy - default is OSSCluster. This property must be chosen at create time, and cannot be changed without deleting the database. */
374
- clusteringPolicy?: ClusteringPolicy;
375
- /** Redis eviction policy - default is VolatileLRU */
376
- evictionPolicy?: EvictionPolicy;
377
- /** Persistence settings */
378
- persistence?: Persistence;
379
- /** Optional set of redis modules to enable in this database - modules can only be added at creation time. */
380
- modules?: Module[];
381
- /** Optional set of properties to configure geo replication for this database. */
382
- geoReplication?: DatabasePropertiesGeoReplication;
383
- /**
384
- * Version of Redis the database is running on, e.g. '6.0'
385
- * NOTE: This property will not be serialized. It can only be populated by the server.
386
- */
387
- readonly redisVersion?: string;
388
- /** Option to defer upgrade when newest version is released - default is NotDeferred. Learn more: https://aka.ms/redisversionupgrade */
389
- deferUpgrade?: DeferUpgradeSetting;
390
- /** This property can be Enabled/Disabled to allow or deny access with the current access keys. Can be updated even after database is created. */
391
- accessKeysAuthentication?: AccessKeysAuthentication;
392
- }
393
-
394
- /** The response of a list-all operation. */
395
- export declare interface DatabaseList {
396
- /** List of databases */
397
- value?: Database[];
398
- /**
399
- * The URI to fetch the next page of results.
400
- * NOTE: This property will not be serialized. It can only be populated by the server.
401
- */
402
- readonly nextLink?: string;
403
- }
404
-
405
- /** Optional set of properties to configure geo replication for this database. */
406
- export declare interface DatabasePropertiesGeoReplication {
407
- /** Name for the group of linked database resources */
408
- groupNickname?: string;
409
- /** List of database resources to link with this database */
410
- linkedDatabases?: LinkedDatabase[];
411
- }
412
-
413
- /** Interface representing a Databases. */
414
- export declare interface Databases {
415
- /**
416
- * Gets all databases in the specified Redis Enterprise cluster.
417
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
418
- * @param clusterName The name of the Redis Enterprise cluster.
419
- * @param options The options parameters.
420
- */
421
- listByCluster(resourceGroupName: string, clusterName: string, options?: DatabasesListByClusterOptionalParams): PagedAsyncIterableIterator<Database>;
422
- /**
423
- * Creates a database
424
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
425
- * @param clusterName The name of the Redis Enterprise cluster.
426
- * @param databaseName The name of the Redis Enterprise database.
427
- * @param parameters Parameters supplied to the create or update database operation.
428
- * @param options The options parameters.
429
- */
430
- beginCreate(resourceGroupName: string, clusterName: string, databaseName: string, parameters: Database, options?: DatabasesCreateOptionalParams): Promise<SimplePollerLike<OperationState<DatabasesCreateResponse>, DatabasesCreateResponse>>;
431
- /**
432
- * Creates a database
433
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
434
- * @param clusterName The name of the Redis Enterprise cluster.
435
- * @param databaseName The name of the Redis Enterprise database.
436
- * @param parameters Parameters supplied to the create or update database operation.
437
- * @param options The options parameters.
438
- */
439
- beginCreateAndWait(resourceGroupName: string, clusterName: string, databaseName: string, parameters: Database, options?: DatabasesCreateOptionalParams): Promise<DatabasesCreateResponse>;
440
- /**
441
- * Updates a database
442
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
443
- * @param clusterName The name of the Redis Enterprise cluster.
444
- * @param databaseName The name of the Redis Enterprise database.
445
- * @param parameters Parameters supplied to the create or update database operation.
446
- * @param options The options parameters.
447
- */
448
- beginUpdate(resourceGroupName: string, clusterName: string, databaseName: string, parameters: DatabaseUpdate, options?: DatabasesUpdateOptionalParams): Promise<SimplePollerLike<OperationState<DatabasesUpdateResponse>, DatabasesUpdateResponse>>;
449
- /**
450
- * Updates a database
451
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
452
- * @param clusterName The name of the Redis Enterprise cluster.
453
- * @param databaseName The name of the Redis Enterprise database.
454
- * @param parameters Parameters supplied to the create or update database operation.
455
- * @param options The options parameters.
456
- */
457
- beginUpdateAndWait(resourceGroupName: string, clusterName: string, databaseName: string, parameters: DatabaseUpdate, options?: DatabasesUpdateOptionalParams): Promise<DatabasesUpdateResponse>;
458
- /**
459
- * Gets information about a database in a Redis Enterprise cluster.
460
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
461
- * @param clusterName The name of the Redis Enterprise cluster.
462
- * @param databaseName The name of the Redis Enterprise database.
463
- * @param options The options parameters.
464
- */
465
- get(resourceGroupName: string, clusterName: string, databaseName: string, options?: DatabasesGetOptionalParams): Promise<DatabasesGetResponse>;
466
- /**
467
- * Deletes a single database
468
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
469
- * @param clusterName The name of the Redis Enterprise cluster.
470
- * @param databaseName The name of the Redis Enterprise database.
471
- * @param options The options parameters.
472
- */
473
- beginDelete(resourceGroupName: string, clusterName: string, databaseName: string, options?: DatabasesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
474
- /**
475
- * Deletes a single database
476
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
477
- * @param clusterName The name of the Redis Enterprise cluster.
478
- * @param databaseName The name of the Redis Enterprise database.
479
- * @param options The options parameters.
480
- */
481
- beginDeleteAndWait(resourceGroupName: string, clusterName: string, databaseName: string, options?: DatabasesDeleteOptionalParams): Promise<void>;
482
- /**
483
- * Retrieves the access keys for the Redis Enterprise database.
484
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
485
- * @param clusterName The name of the Redis Enterprise cluster.
486
- * @param databaseName The name of the Redis Enterprise database.
487
- * @param options The options parameters.
488
- */
489
- listKeys(resourceGroupName: string, clusterName: string, databaseName: string, options?: DatabasesListKeysOptionalParams): Promise<DatabasesListKeysResponse>;
490
- /**
491
- * Regenerates the Redis Enterprise database's access keys.
492
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
493
- * @param clusterName The name of the Redis Enterprise cluster.
494
- * @param databaseName The name of the Redis Enterprise database.
495
- * @param parameters Specifies which key to regenerate.
496
- * @param options The options parameters.
497
- */
498
- beginRegenerateKey(resourceGroupName: string, clusterName: string, databaseName: string, parameters: RegenerateKeyParameters, options?: DatabasesRegenerateKeyOptionalParams): Promise<SimplePollerLike<OperationState<DatabasesRegenerateKeyResponse>, DatabasesRegenerateKeyResponse>>;
499
- /**
500
- * Regenerates the Redis Enterprise database's access keys.
501
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
502
- * @param clusterName The name of the Redis Enterprise cluster.
503
- * @param databaseName The name of the Redis Enterprise database.
504
- * @param parameters Specifies which key to regenerate.
505
- * @param options The options parameters.
506
- */
507
- beginRegenerateKeyAndWait(resourceGroupName: string, clusterName: string, databaseName: string, parameters: RegenerateKeyParameters, options?: DatabasesRegenerateKeyOptionalParams): Promise<DatabasesRegenerateKeyResponse>;
508
- /**
509
- * Imports database files to target database.
510
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
511
- * @param clusterName The name of the Redis Enterprise cluster.
512
- * @param databaseName The name of the Redis Enterprise database.
513
- * @param parameters Storage information for importing into the cluster
514
- * @param options The options parameters.
515
- */
516
- beginImport(resourceGroupName: string, clusterName: string, databaseName: string, parameters: ImportClusterParameters, options?: DatabasesImportOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
517
- /**
518
- * Imports database files to target database.
519
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
520
- * @param clusterName The name of the Redis Enterprise cluster.
521
- * @param databaseName The name of the Redis Enterprise database.
522
- * @param parameters Storage information for importing into the cluster
523
- * @param options The options parameters.
524
- */
525
- beginImportAndWait(resourceGroupName: string, clusterName: string, databaseName: string, parameters: ImportClusterParameters, options?: DatabasesImportOptionalParams): Promise<void>;
526
- /**
527
- * Exports a database file from target database.
528
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
529
- * @param clusterName The name of the Redis Enterprise cluster.
530
- * @param databaseName The name of the Redis Enterprise database.
531
- * @param parameters Storage information for exporting into the cluster
532
- * @param options The options parameters.
533
- */
534
- beginExport(resourceGroupName: string, clusterName: string, databaseName: string, parameters: ExportClusterParameters, options?: DatabasesExportOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
535
- /**
536
- * Exports a database file from target database.
537
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
538
- * @param clusterName The name of the Redis Enterprise cluster.
539
- * @param databaseName The name of the Redis Enterprise database.
540
- * @param parameters Storage information for exporting into the cluster
541
- * @param options The options parameters.
542
- */
543
- beginExportAndWait(resourceGroupName: string, clusterName: string, databaseName: string, parameters: ExportClusterParameters, options?: DatabasesExportOptionalParams): Promise<void>;
544
- /**
545
- * Forcibly removes the link to the specified database resource.
546
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
547
- * @param clusterName The name of the Redis Enterprise cluster.
548
- * @param databaseName The name of the Redis Enterprise database.
549
- * @param parameters Information identifying the database to be unlinked.
550
- * @param options The options parameters.
551
- */
552
- beginForceUnlink(resourceGroupName: string, clusterName: string, databaseName: string, parameters: ForceUnlinkParameters, options?: DatabasesForceUnlinkOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
553
- /**
554
- * Forcibly removes the link to the specified database resource.
555
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
556
- * @param clusterName The name of the Redis Enterprise cluster.
557
- * @param databaseName The name of the Redis Enterprise database.
558
- * @param parameters Information identifying the database to be unlinked.
559
- * @param options The options parameters.
560
- */
561
- beginForceUnlinkAndWait(resourceGroupName: string, clusterName: string, databaseName: string, parameters: ForceUnlinkParameters, options?: DatabasesForceUnlinkOptionalParams): Promise<void>;
562
- /**
563
- * Forcibly recreates an existing database on the specified cluster, and rejoins it to an existing
564
- * replication group. **IMPORTANT NOTE:** All data in this database will be discarded, and the database
565
- * will temporarily be unavailable while rejoining the replication group.
566
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
567
- * @param clusterName The name of the Redis Enterprise cluster.
568
- * @param databaseName The name of the Redis Enterprise database.
569
- * @param parameters Information identifying the database to be unlinked.
570
- * @param options The options parameters.
571
- */
572
- beginForceLinkToReplicationGroup(resourceGroupName: string, clusterName: string, databaseName: string, parameters: ForceLinkParameters, options?: DatabasesForceLinkToReplicationGroupOptionalParams): Promise<SimplePollerLike<OperationState<DatabasesForceLinkToReplicationGroupResponse>, DatabasesForceLinkToReplicationGroupResponse>>;
573
- /**
574
- * Forcibly recreates an existing database on the specified cluster, and rejoins it to an existing
575
- * replication group. **IMPORTANT NOTE:** All data in this database will be discarded, and the database
576
- * will temporarily be unavailable while rejoining the replication group.
577
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
578
- * @param clusterName The name of the Redis Enterprise cluster.
579
- * @param databaseName The name of the Redis Enterprise database.
580
- * @param parameters Information identifying the database to be unlinked.
581
- * @param options The options parameters.
582
- */
583
- beginForceLinkToReplicationGroupAndWait(resourceGroupName: string, clusterName: string, databaseName: string, parameters: ForceLinkParameters, options?: DatabasesForceLinkToReplicationGroupOptionalParams): Promise<DatabasesForceLinkToReplicationGroupResponse>;
584
- /**
585
- * Flushes all the keys in this database and also from its linked databases.
586
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
587
- * @param clusterName The name of the Redis Enterprise cluster.
588
- * @param databaseName The name of the Redis Enterprise database.
589
- * @param parameters Information identifying the databases to be flushed
590
- * @param options The options parameters.
591
- */
592
- beginFlush(resourceGroupName: string, clusterName: string, databaseName: string, parameters: FlushParameters, options?: DatabasesFlushOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
593
- /**
594
- * Flushes all the keys in this database and also from its linked databases.
595
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
596
- * @param clusterName The name of the Redis Enterprise cluster.
597
- * @param databaseName The name of the Redis Enterprise database.
598
- * @param parameters Information identifying the databases to be flushed
599
- * @param options The options parameters.
600
- */
601
- beginFlushAndWait(resourceGroupName: string, clusterName: string, databaseName: string, parameters: FlushParameters, options?: DatabasesFlushOptionalParams): Promise<void>;
602
- /**
603
- * Upgrades the database Redis version to the latest available.
604
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
605
- * @param clusterName The name of the Redis Enterprise cluster.
606
- * @param databaseName The name of the Redis Enterprise database.
607
- * @param options The options parameters.
608
- */
609
- beginUpgradeDBRedisVersion(resourceGroupName: string, clusterName: string, databaseName: string, options?: DatabasesUpgradeDBRedisVersionOptionalParams): Promise<SimplePollerLike<OperationState<DatabasesUpgradeDBRedisVersionResponse>, DatabasesUpgradeDBRedisVersionResponse>>;
610
- /**
611
- * Upgrades the database Redis version to the latest available.
612
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
613
- * @param clusterName The name of the Redis Enterprise cluster.
614
- * @param databaseName The name of the Redis Enterprise database.
615
- * @param options The options parameters.
616
- */
617
- beginUpgradeDBRedisVersionAndWait(resourceGroupName: string, clusterName: string, databaseName: string, options?: DatabasesUpgradeDBRedisVersionOptionalParams): Promise<DatabasesUpgradeDBRedisVersionResponse>;
618
- }
619
-
620
- /** Optional parameters. */
621
- export declare interface DatabasesCreateOptionalParams extends coreClient.OperationOptions {
622
- /** Delay to wait until next poll, in milliseconds. */
623
- updateIntervalInMs?: number;
624
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
625
- resumeFrom?: string;
626
- }
627
-
628
- /** Contains response data for the create operation. */
629
- export declare type DatabasesCreateResponse = Database;
630
-
631
- /** Defines headers for Databases_delete operation. */
632
- export declare interface DatabasesDeleteHeaders {
633
- /** Location URI to poll for result */
634
- location?: string;
635
- /** Azure-AsyncOperation URI to poll for result */
636
- azureAsyncOperation?: string;
637
- }
638
-
639
- /** Optional parameters. */
640
- export declare interface DatabasesDeleteOptionalParams extends coreClient.OperationOptions {
641
- /** Delay to wait until next poll, in milliseconds. */
642
- updateIntervalInMs?: number;
643
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
644
- resumeFrom?: string;
645
- }
646
-
647
- /** Defines headers for Databases_export operation. */
648
- export declare interface DatabasesExportHeaders {
649
- /** Location URI to poll for result */
650
- location?: string;
651
- /** Azure-AsyncOperation URI to poll for result */
652
- azureAsyncOperation?: string;
653
- }
654
-
655
- /** Optional parameters. */
656
- export declare interface DatabasesExportOptionalParams extends coreClient.OperationOptions {
657
- /** Delay to wait until next poll, in milliseconds. */
658
- updateIntervalInMs?: number;
659
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
660
- resumeFrom?: string;
661
- }
662
-
663
- /** Defines headers for Databases_flush operation. */
664
- export declare interface DatabasesFlushHeaders {
665
- /** Location URI to poll for result */
666
- location?: string;
667
- /** URI to poll for the operation status */
668
- azureAsyncOperation?: string;
669
- }
670
-
671
- /** Optional parameters. */
672
- export declare interface DatabasesFlushOptionalParams extends coreClient.OperationOptions {
673
- /** Delay to wait until next poll, in milliseconds. */
674
- updateIntervalInMs?: number;
675
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
676
- resumeFrom?: string;
677
- }
678
-
679
- /** Defines headers for Databases_forceLinkToReplicationGroup operation. */
680
- export declare interface DatabasesForceLinkToReplicationGroupHeaders {
681
- /** Location URI to poll for result */
682
- location?: string;
683
- /** Azure-AsyncOperation URI to poll for result */
684
- azureAsyncOperation?: string;
685
- }
686
-
687
- /** Optional parameters. */
688
- export declare interface DatabasesForceLinkToReplicationGroupOptionalParams extends coreClient.OperationOptions {
689
- /** Delay to wait until next poll, in milliseconds. */
690
- updateIntervalInMs?: number;
691
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
692
- resumeFrom?: string;
693
- }
694
-
695
- /** Contains response data for the forceLinkToReplicationGroup operation. */
696
- export declare type DatabasesForceLinkToReplicationGroupResponse = DatabasesForceLinkToReplicationGroupHeaders;
697
-
698
- /** Defines headers for Databases_forceUnlink operation. */
699
- export declare interface DatabasesForceUnlinkHeaders {
700
- /** Location URI to poll for result */
701
- location?: string;
702
- /** Azure-AsyncOperation URI to poll for result */
703
- azureAsyncOperation?: string;
704
- }
705
-
706
- /** Optional parameters. */
707
- export declare interface DatabasesForceUnlinkOptionalParams extends coreClient.OperationOptions {
708
- /** Delay to wait until next poll, in milliseconds. */
709
- updateIntervalInMs?: number;
710
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
711
- resumeFrom?: string;
712
- }
713
-
714
- /** Optional parameters. */
715
- export declare interface DatabasesGetOptionalParams extends coreClient.OperationOptions {
716
- }
717
-
718
- /** Contains response data for the get operation. */
719
- export declare type DatabasesGetResponse = Database;
720
-
721
- /** Defines headers for Databases_import operation. */
722
- export declare interface DatabasesImportHeaders {
723
- /** Location URI to poll for result */
724
- location?: string;
725
- /** Azure-AsyncOperation URI to poll for result */
726
- azureAsyncOperation?: string;
727
- }
728
-
729
- /** Optional parameters. */
730
- export declare interface DatabasesImportOptionalParams extends coreClient.OperationOptions {
731
- /** Delay to wait until next poll, in milliseconds. */
732
- updateIntervalInMs?: number;
733
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
734
- resumeFrom?: string;
735
- }
736
-
737
- /** Optional parameters. */
738
- export declare interface DatabasesListByClusterNextOptionalParams extends coreClient.OperationOptions {
739
- }
740
-
741
- /** Contains response data for the listByClusterNext operation. */
742
- export declare type DatabasesListByClusterNextResponse = DatabaseList;
743
-
744
- /** Optional parameters. */
745
- export declare interface DatabasesListByClusterOptionalParams extends coreClient.OperationOptions {
746
- }
747
-
748
- /** Contains response data for the listByCluster operation. */
749
- export declare type DatabasesListByClusterResponse = DatabaseList;
750
-
751
- /** Optional parameters. */
752
- export declare interface DatabasesListKeysOptionalParams extends coreClient.OperationOptions {
753
- }
754
-
755
- /** Contains response data for the listKeys operation. */
756
- export declare type DatabasesListKeysResponse = AccessKeys;
757
-
758
- /** Defines headers for Databases_regenerateKey operation. */
759
- export declare interface DatabasesRegenerateKeyHeaders {
760
- /** Location URI to poll for result */
761
- location?: string;
762
- /** Azure-AsyncOperation URI to poll for result */
763
- azureAsyncOperation?: string;
764
- }
765
-
766
- /** Optional parameters. */
767
- export declare interface DatabasesRegenerateKeyOptionalParams extends coreClient.OperationOptions {
768
- /** Delay to wait until next poll, in milliseconds. */
769
- updateIntervalInMs?: number;
770
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
771
- resumeFrom?: string;
772
- }
773
-
774
- /** Contains response data for the regenerateKey operation. */
775
- export declare type DatabasesRegenerateKeyResponse = AccessKeys;
776
-
777
- /** Defines headers for Databases_update operation. */
778
- export declare interface DatabasesUpdateHeaders {
779
- /** Location URI to poll for result */
780
- location?: string;
781
- /** Azure-AsyncOperation URI to poll for result */
782
- azureAsyncOperation?: string;
783
- }
784
-
785
- /** Optional parameters. */
786
- export declare interface DatabasesUpdateOptionalParams extends coreClient.OperationOptions {
787
- /** Delay to wait until next poll, in milliseconds. */
788
- updateIntervalInMs?: number;
789
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
790
- resumeFrom?: string;
791
- }
792
-
793
- /** Contains response data for the update operation. */
794
- export declare type DatabasesUpdateResponse = Database;
795
-
796
- /** Defines headers for Databases_upgradeDBRedisVersion operation. */
797
- export declare interface DatabasesUpgradeDBRedisVersionHeaders {
798
- /** Location URI to poll for result */
799
- location?: string;
800
- /** URI to poll for the operation status */
801
- azureAsyncOperation?: string;
802
- }
803
-
804
- /** Optional parameters. */
805
- export declare interface DatabasesUpgradeDBRedisVersionOptionalParams extends coreClient.OperationOptions {
806
- /** Delay to wait until next poll, in milliseconds. */
807
- updateIntervalInMs?: number;
808
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
809
- resumeFrom?: string;
810
- }
811
-
812
- /** Contains response data for the upgradeDBRedisVersion operation. */
813
- export declare type DatabasesUpgradeDBRedisVersionResponse = DatabasesUpgradeDBRedisVersionHeaders;
814
-
815
- /** A partial update to the Redis Enterprise database */
816
- export declare interface DatabaseUpdate {
817
- /** Specifies whether redis clients can connect using TLS-encrypted or plaintext redis protocols. Default is TLS-encrypted. */
818
- clientProtocol?: Protocol;
819
- /** TCP port of the database endpoint. Specified at create time. Defaults to an available port. */
820
- port?: number;
821
- /**
822
- * Current provisioning status of the database
823
- * NOTE: This property will not be serialized. It can only be populated by the server.
824
- */
825
- readonly provisioningState?: ProvisioningState;
826
- /**
827
- * Current resource status of the database
828
- * NOTE: This property will not be serialized. It can only be populated by the server.
829
- */
830
- readonly resourceState?: ResourceState;
831
- /** Clustering policy - default is OSSCluster. This property must be chosen at create time, and cannot be changed without deleting the database. */
832
- clusteringPolicy?: ClusteringPolicy;
833
- /** Redis eviction policy - default is VolatileLRU */
834
- evictionPolicy?: EvictionPolicy;
835
- /** Persistence settings */
836
- persistence?: Persistence;
837
- /** Optional set of redis modules to enable in this database - modules can only be added at creation time. */
838
- modules?: Module[];
839
- /** Optional set of properties to configure geo replication for this database. */
840
- geoReplication?: DatabasePropertiesGeoReplication;
841
- /**
842
- * Version of Redis the database is running on, e.g. '6.0'
843
- * NOTE: This property will not be serialized. It can only be populated by the server.
844
- */
845
- readonly redisVersion?: string;
846
- /** Option to defer upgrade when newest version is released - default is NotDeferred. Learn more: https://aka.ms/redisversionupgrade */
847
- deferUpgrade?: DeferUpgradeSetting;
848
- /** This property can be Enabled/Disabled to allow or deny access with the current access keys. Can be updated even after database is created. */
849
- accessKeysAuthentication?: AccessKeysAuthentication;
850
- }
851
-
852
- /**
853
- * Defines values for DeferUpgradeSetting. \
854
- * {@link KnownDeferUpgradeSetting} can be used interchangeably with DeferUpgradeSetting,
855
- * this enum contains the known values that the service supports.
856
- * ### Known values supported by the service
857
- * **Deferred** \
858
- * **NotDeferred**
859
- */
860
- export declare type DeferUpgradeSetting = string;
861
-
862
- /** The resource management error additional info. */
863
- export declare interface ErrorAdditionalInfo {
864
- /**
865
- * The additional info type.
866
- * NOTE: This property will not be serialized. It can only be populated by the server.
867
- */
868
- readonly type?: string;
869
- /**
870
- * The additional info.
871
- * NOTE: This property will not be serialized. It can only be populated by the server.
872
- */
873
- readonly info?: Record<string, unknown>;
874
- }
875
-
876
- /** The error detail. */
877
- export declare interface ErrorDetail {
878
- /**
879
- * The error code.
880
- * NOTE: This property will not be serialized. It can only be populated by the server.
881
- */
882
- readonly code?: string;
883
- /**
884
- * The error message.
885
- * NOTE: This property will not be serialized. It can only be populated by the server.
886
- */
887
- readonly message?: string;
888
- /**
889
- * The error target.
890
- * NOTE: This property will not be serialized. It can only be populated by the server.
891
- */
892
- readonly target?: string;
893
- /**
894
- * The error details.
895
- * NOTE: This property will not be serialized. It can only be populated by the server.
896
- */
897
- readonly details?: ErrorDetail[];
898
- /**
899
- * The error additional info.
900
- * NOTE: This property will not be serialized. It can only be populated by the server.
901
- */
902
- readonly additionalInfo?: ErrorAdditionalInfo[];
903
- }
904
-
905
- /** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */
906
- export declare interface ErrorResponse {
907
- /** The error object. */
908
- error?: ErrorDetail;
909
- }
910
-
911
- /**
912
- * Defines values for EvictionPolicy. \
913
- * {@link KnownEvictionPolicy} can be used interchangeably with EvictionPolicy,
914
- * this enum contains the known values that the service supports.
915
- * ### Known values supported by the service
916
- * **AllKeysLFU** \
917
- * **AllKeysLRU** \
918
- * **AllKeysRandom** \
919
- * **VolatileLRU** \
920
- * **VolatileLFU** \
921
- * **VolatileTTL** \
922
- * **VolatileRandom** \
923
- * **NoEviction**
924
- */
925
- export declare type EvictionPolicy = string;
926
-
927
- /** Parameters for a Redis Enterprise export operation. */
928
- export declare interface ExportClusterParameters {
929
- /** SAS URI for the target directory to export to */
930
- sasUri: string;
931
- }
932
-
933
- /** Parameters for a Redis Enterprise active geo-replication flush operation */
934
- export declare interface FlushParameters {
935
- /** The identifiers of all the other database resources in the georeplication group to be flushed. */
936
- ids?: string[];
937
- }
938
-
939
- /** Parameters for reconfiguring active geo-replication, of an existing database that was previously unlinked from a replication group. */
940
- export declare interface ForceLinkParameters {
941
- /** The name of the group of linked database resources. This should match the existing replication group name. */
942
- groupNickname: string;
943
- /** The resource IDs of the databases that are expected to be linked and included in the replication group. This parameter is used to validate that the linking is to the expected (unlinked) part of the replication group, if it is splintered. */
944
- linkedDatabases: LinkedDatabase[];
945
- }
946
-
947
- /** Parameters for a redis enterprise active geo-replication force unlink operation. */
948
- export declare interface ForceUnlinkParameters {
949
- /** The resource IDs of the database resources to be unlinked. */
950
- ids: string[];
951
- }
952
-
953
- /**
954
- * Given the last `.value` produced by the `byPage` iterator,
955
- * returns a continuation token that can be used to begin paging from
956
- * that point later.
957
- * @param page An object from accessing `value` on the IteratorResult from a `byPage` iterator.
958
- * @returns The continuation token that can be passed into byPage() during future calls.
959
- */
960
- export declare function getContinuationToken(page: unknown): string | undefined;
961
-
962
- /**
963
- * Defines values for HighAvailability. \
964
- * {@link KnownHighAvailability} can be used interchangeably with HighAvailability,
965
- * this enum contains the known values that the service supports.
966
- * ### Known values supported by the service
967
- * **Enabled** \
968
- * **Disabled**
969
- */
970
- export declare type HighAvailability = string;
971
-
972
- /** Parameters for a Redis Enterprise import operation. */
973
- export declare interface ImportClusterParameters {
974
- /** SAS URIs for the target blobs to import from */
975
- sasUris: string[];
976
- }
977
-
978
- /** Known values of {@link AccessKeysAuthentication} that the service accepts. */
979
- export declare enum KnownAccessKeysAuthentication {
980
- /** Disabled */
981
- Disabled = "Disabled",
982
- /** Enabled */
983
- Enabled = "Enabled"
984
- }
985
-
986
- /** Known values of {@link ActionType} that the service accepts. */
987
- export declare enum KnownActionType {
988
- /** Internal */
989
- Internal = "Internal"
990
- }
991
-
992
- /** Known values of {@link AofFrequency} that the service accepts. */
993
- export declare enum KnownAofFrequency {
994
- /** OneS */
995
- OneS = "1s",
996
- /** Always */
997
- Always = "always"
998
- }
999
-
1000
- /** Known values of {@link ClusteringPolicy} that the service accepts. */
1001
- export declare enum KnownClusteringPolicy {
1002
- /** Enterprise clustering policy uses only the classic redis protocol, which does not support redis cluster commands. */
1003
- EnterpriseCluster = "EnterpriseCluster",
1004
- /** OSS clustering policy follows the redis cluster specification, and requires all clients to support redis clustering. */
1005
- OSSCluster = "OSSCluster"
1006
- }
1007
-
1008
- /** Known values of {@link CmkIdentityType} that the service accepts. */
1009
- export declare enum KnownCmkIdentityType {
1010
- /** SystemAssignedIdentity */
1011
- SystemAssignedIdentity = "systemAssignedIdentity",
1012
- /** UserAssignedIdentity */
1013
- UserAssignedIdentity = "userAssignedIdentity"
1014
- }
1015
-
1016
- /** Known values of {@link CreatedByType} that the service accepts. */
1017
- export declare enum KnownCreatedByType {
1018
- /** User */
1019
- User = "User",
1020
- /** Application */
1021
- Application = "Application",
1022
- /** ManagedIdentity */
1023
- ManagedIdentity = "ManagedIdentity",
1024
- /** Key */
1025
- Key = "Key"
1026
- }
1027
-
1028
- /** Known values of {@link DeferUpgradeSetting} that the service accepts. */
1029
- export declare enum KnownDeferUpgradeSetting {
1030
- /** Deferred */
1031
- Deferred = "Deferred",
1032
- /** NotDeferred */
1033
- NotDeferred = "NotDeferred"
1034
- }
1035
-
1036
- /** Known values of {@link EvictionPolicy} that the service accepts. */
1037
- export declare enum KnownEvictionPolicy {
1038
- /** AllKeysLFU */
1039
- AllKeysLFU = "AllKeysLFU",
1040
- /** AllKeysLRU */
1041
- AllKeysLRU = "AllKeysLRU",
1042
- /** AllKeysRandom */
1043
- AllKeysRandom = "AllKeysRandom",
1044
- /** VolatileLRU */
1045
- VolatileLRU = "VolatileLRU",
1046
- /** VolatileLFU */
1047
- VolatileLFU = "VolatileLFU",
1048
- /** VolatileTTL */
1049
- VolatileTTL = "VolatileTTL",
1050
- /** VolatileRandom */
1051
- VolatileRandom = "VolatileRandom",
1052
- /** NoEviction */
1053
- NoEviction = "NoEviction"
1054
- }
1055
-
1056
- /** Known values of {@link HighAvailability} that the service accepts. */
1057
- export declare enum KnownHighAvailability {
1058
- /** Enabled */
1059
- Enabled = "Enabled",
1060
- /** Disabled */
1061
- Disabled = "Disabled"
1062
- }
1063
-
1064
- /** Known values of {@link LinkState} that the service accepts. */
1065
- export declare enum KnownLinkState {
1066
- /** Linked */
1067
- Linked = "Linked",
1068
- /** Linking */
1069
- Linking = "Linking",
1070
- /** Unlinking */
1071
- Unlinking = "Unlinking",
1072
- /** LinkFailed */
1073
- LinkFailed = "LinkFailed",
1074
- /** UnlinkFailed */
1075
- UnlinkFailed = "UnlinkFailed"
1076
- }
1077
-
1078
- /** Known values of {@link ManagedServiceIdentityType} that the service accepts. */
1079
- export declare enum KnownManagedServiceIdentityType {
1080
- /** None */
1081
- None = "None",
1082
- /** SystemAssigned */
1083
- SystemAssigned = "SystemAssigned",
1084
- /** UserAssigned */
1085
- UserAssigned = "UserAssigned",
1086
- /** SystemAssignedUserAssigned */
1087
- SystemAssignedUserAssigned = "SystemAssigned, UserAssigned"
1088
- }
1089
-
1090
- /** Known values of {@link Origin} that the service accepts. */
1091
- export declare enum KnownOrigin {
1092
- /** User */
1093
- User = "user",
1094
- /** System */
1095
- System = "system",
1096
- /** UserSystem */
1097
- UserSystem = "user,system"
1098
- }
1099
-
1100
- /** Known values of {@link PrivateEndpointConnectionProvisioningState} that the service accepts. */
1101
- export declare enum KnownPrivateEndpointConnectionProvisioningState {
1102
- /** Succeeded */
1103
- Succeeded = "Succeeded",
1104
- /** Creating */
1105
- Creating = "Creating",
1106
- /** Deleting */
1107
- Deleting = "Deleting",
1108
- /** Failed */
1109
- Failed = "Failed"
1110
- }
1111
-
1112
- /** Known values of {@link PrivateEndpointServiceConnectionStatus} that the service accepts. */
1113
- export declare enum KnownPrivateEndpointServiceConnectionStatus {
1114
- /** Pending */
1115
- Pending = "Pending",
1116
- /** Approved */
1117
- Approved = "Approved",
1118
- /** Rejected */
1119
- Rejected = "Rejected"
1120
- }
1121
-
1122
- /** Known values of {@link Protocol} that the service accepts. */
1123
- export declare enum KnownProtocol {
1124
- /** Encrypted */
1125
- Encrypted = "Encrypted",
1126
- /** Plaintext */
1127
- Plaintext = "Plaintext"
1128
- }
1129
-
1130
- /** Known values of {@link ProvisioningState} that the service accepts. */
1131
- export declare enum KnownProvisioningState {
1132
- /** Succeeded */
1133
- Succeeded = "Succeeded",
1134
- /** Failed */
1135
- Failed = "Failed",
1136
- /** Canceled */
1137
- Canceled = "Canceled",
1138
- /** Creating */
1139
- Creating = "Creating",
1140
- /** Updating */
1141
- Updating = "Updating",
1142
- /** Deleting */
1143
- Deleting = "Deleting"
1144
- }
1145
-
1146
- /** Known values of {@link RdbFrequency} that the service accepts. */
1147
- export declare enum KnownRdbFrequency {
1148
- /** OneH */
1149
- OneH = "1h",
1150
- /** SixH */
1151
- SixH = "6h",
1152
- /** TwelveH */
1153
- TwelveH = "12h"
1154
- }
1155
-
1156
- /** Known values of {@link RedundancyMode} that the service accepts. */
1157
- export declare enum KnownRedundancyMode {
1158
- /** No redundancy. Availability loss will occur. */
1159
- None = "None",
1160
- /** Local redundancy with high availability. */
1161
- LR = "LR",
1162
- /** Zone redundant. Higher availability. */
1163
- ZR = "ZR"
1164
- }
1165
-
1166
- /** Known values of {@link ResourceState} that the service accepts. */
1167
- export declare enum KnownResourceState {
1168
- /** Running */
1169
- Running = "Running",
1170
- /** Creating */
1171
- Creating = "Creating",
1172
- /** CreateFailed */
1173
- CreateFailed = "CreateFailed",
1174
- /** Updating */
1175
- Updating = "Updating",
1176
- /** UpdateFailed */
1177
- UpdateFailed = "UpdateFailed",
1178
- /** Deleting */
1179
- Deleting = "Deleting",
1180
- /** DeleteFailed */
1181
- DeleteFailed = "DeleteFailed",
1182
- /** Enabling */
1183
- Enabling = "Enabling",
1184
- /** EnableFailed */
1185
- EnableFailed = "EnableFailed",
1186
- /** Disabling */
1187
- Disabling = "Disabling",
1188
- /** DisableFailed */
1189
- DisableFailed = "DisableFailed",
1190
- /** Disabled */
1191
- Disabled = "Disabled",
1192
- /** Scaling */
1193
- Scaling = "Scaling",
1194
- /** ScalingFailed */
1195
- ScalingFailed = "ScalingFailed"
1196
- }
1197
-
1198
- /** Known values of {@link SkuName} that the service accepts. */
1199
- export declare enum KnownSkuName {
1200
- /** EnterpriseE1 */
1201
- EnterpriseE1 = "Enterprise_E1",
1202
- /** EnterpriseE5 */
1203
- EnterpriseE5 = "Enterprise_E5",
1204
- /** EnterpriseE10 */
1205
- EnterpriseE10 = "Enterprise_E10",
1206
- /** EnterpriseE20 */
1207
- EnterpriseE20 = "Enterprise_E20",
1208
- /** EnterpriseE50 */
1209
- EnterpriseE50 = "Enterprise_E50",
1210
- /** EnterpriseE100 */
1211
- EnterpriseE100 = "Enterprise_E100",
1212
- /** EnterpriseE200 */
1213
- EnterpriseE200 = "Enterprise_E200",
1214
- /** EnterpriseE400 */
1215
- EnterpriseE400 = "Enterprise_E400",
1216
- /** EnterpriseFlashF300 */
1217
- EnterpriseFlashF300 = "EnterpriseFlash_F300",
1218
- /** EnterpriseFlashF700 */
1219
- EnterpriseFlashF700 = "EnterpriseFlash_F700",
1220
- /** EnterpriseFlashF1500 */
1221
- EnterpriseFlashF1500 = "EnterpriseFlash_F1500",
1222
- /** BalancedB0 */
1223
- BalancedB0 = "Balanced_B0",
1224
- /** BalancedB1 */
1225
- BalancedB1 = "Balanced_B1",
1226
- /** BalancedB3 */
1227
- BalancedB3 = "Balanced_B3",
1228
- /** BalancedB5 */
1229
- BalancedB5 = "Balanced_B5",
1230
- /** BalancedB10 */
1231
- BalancedB10 = "Balanced_B10",
1232
- /** BalancedB20 */
1233
- BalancedB20 = "Balanced_B20",
1234
- /** BalancedB50 */
1235
- BalancedB50 = "Balanced_B50",
1236
- /** BalancedB100 */
1237
- BalancedB100 = "Balanced_B100",
1238
- /** BalancedB150 */
1239
- BalancedB150 = "Balanced_B150",
1240
- /** BalancedB250 */
1241
- BalancedB250 = "Balanced_B250",
1242
- /** BalancedB350 */
1243
- BalancedB350 = "Balanced_B350",
1244
- /** BalancedB500 */
1245
- BalancedB500 = "Balanced_B500",
1246
- /** BalancedB700 */
1247
- BalancedB700 = "Balanced_B700",
1248
- /** BalancedB1000 */
1249
- BalancedB1000 = "Balanced_B1000",
1250
- /** MemoryOptimizedM10 */
1251
- MemoryOptimizedM10 = "MemoryOptimized_M10",
1252
- /** MemoryOptimizedM20 */
1253
- MemoryOptimizedM20 = "MemoryOptimized_M20",
1254
- /** MemoryOptimizedM50 */
1255
- MemoryOptimizedM50 = "MemoryOptimized_M50",
1256
- /** MemoryOptimizedM100 */
1257
- MemoryOptimizedM100 = "MemoryOptimized_M100",
1258
- /** MemoryOptimizedM150 */
1259
- MemoryOptimizedM150 = "MemoryOptimized_M150",
1260
- /** MemoryOptimizedM250 */
1261
- MemoryOptimizedM250 = "MemoryOptimized_M250",
1262
- /** MemoryOptimizedM350 */
1263
- MemoryOptimizedM350 = "MemoryOptimized_M350",
1264
- /** MemoryOptimizedM500 */
1265
- MemoryOptimizedM500 = "MemoryOptimized_M500",
1266
- /** MemoryOptimizedM700 */
1267
- MemoryOptimizedM700 = "MemoryOptimized_M700",
1268
- /** MemoryOptimizedM1000 */
1269
- MemoryOptimizedM1000 = "MemoryOptimized_M1000",
1270
- /** MemoryOptimizedM1500 */
1271
- MemoryOptimizedM1500 = "MemoryOptimized_M1500",
1272
- /** MemoryOptimizedM2000 */
1273
- MemoryOptimizedM2000 = "MemoryOptimized_M2000",
1274
- /** ComputeOptimizedX3 */
1275
- ComputeOptimizedX3 = "ComputeOptimized_X3",
1276
- /** ComputeOptimizedX5 */
1277
- ComputeOptimizedX5 = "ComputeOptimized_X5",
1278
- /** ComputeOptimizedX10 */
1279
- ComputeOptimizedX10 = "ComputeOptimized_X10",
1280
- /** ComputeOptimizedX20 */
1281
- ComputeOptimizedX20 = "ComputeOptimized_X20",
1282
- /** ComputeOptimizedX50 */
1283
- ComputeOptimizedX50 = "ComputeOptimized_X50",
1284
- /** ComputeOptimizedX100 */
1285
- ComputeOptimizedX100 = "ComputeOptimized_X100",
1286
- /** ComputeOptimizedX150 */
1287
- ComputeOptimizedX150 = "ComputeOptimized_X150",
1288
- /** ComputeOptimizedX250 */
1289
- ComputeOptimizedX250 = "ComputeOptimized_X250",
1290
- /** ComputeOptimizedX350 */
1291
- ComputeOptimizedX350 = "ComputeOptimized_X350",
1292
- /** ComputeOptimizedX500 */
1293
- ComputeOptimizedX500 = "ComputeOptimized_X500",
1294
- /** ComputeOptimizedX700 */
1295
- ComputeOptimizedX700 = "ComputeOptimized_X700",
1296
- /** FlashOptimizedA250 */
1297
- FlashOptimizedA250 = "FlashOptimized_A250",
1298
- /** FlashOptimizedA500 */
1299
- FlashOptimizedA500 = "FlashOptimized_A500",
1300
- /** FlashOptimizedA700 */
1301
- FlashOptimizedA700 = "FlashOptimized_A700",
1302
- /** FlashOptimizedA1000 */
1303
- FlashOptimizedA1000 = "FlashOptimized_A1000",
1304
- /** FlashOptimizedA1500 */
1305
- FlashOptimizedA1500 = "FlashOptimized_A1500",
1306
- /** FlashOptimizedA2000 */
1307
- FlashOptimizedA2000 = "FlashOptimized_A2000",
1308
- /** FlashOptimizedA4500 */
1309
- FlashOptimizedA4500 = "FlashOptimized_A4500"
1310
- }
1311
-
1312
- /** Known values of {@link TlsVersion} that the service accepts. */
1313
- export declare enum KnownTlsVersion {
1314
- /** One0 */
1315
- One0 = "1.0",
1316
- /** One1 */
1317
- One1 = "1.1",
1318
- /** One2 */
1319
- One2 = "1.2"
1320
- }
1321
-
1322
- /** Specifies details of a linked database resource. */
1323
- export declare interface LinkedDatabase {
1324
- /** Resource ID of a database resource to link with this database. */
1325
- id?: string;
1326
- /**
1327
- * State of the link between the database resources.
1328
- * NOTE: This property will not be serialized. It can only be populated by the server.
1329
- */
1330
- readonly state?: LinkState;
1331
- }
1332
-
1333
- /**
1334
- * Defines values for LinkState. \
1335
- * {@link KnownLinkState} can be used interchangeably with LinkState,
1336
- * this enum contains the known values that the service supports.
1337
- * ### Known values supported by the service
1338
- * **Linked** \
1339
- * **Linking** \
1340
- * **Unlinking** \
1341
- * **LinkFailed** \
1342
- * **UnlinkFailed**
1343
- */
1344
- export declare type LinkState = string;
1345
-
1346
- /** Managed service identity (system assigned and/or user assigned identities) */
1347
- export declare interface ManagedServiceIdentity {
1348
- /**
1349
- * The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
1350
- * NOTE: This property will not be serialized. It can only be populated by the server.
1351
- */
1352
- readonly principalId?: string;
1353
- /**
1354
- * The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
1355
- * NOTE: This property will not be serialized. It can only be populated by the server.
1356
- */
1357
- readonly tenantId?: string;
1358
- /** Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). */
1359
- type: ManagedServiceIdentityType;
1360
- /** The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests. */
1361
- userAssignedIdentities?: {
1362
- [propertyName: string]: UserAssignedIdentity;
1363
- };
1364
- }
1365
-
1366
- /**
1367
- * Defines values for ManagedServiceIdentityType. \
1368
- * {@link KnownManagedServiceIdentityType} can be used interchangeably with ManagedServiceIdentityType,
1369
- * this enum contains the known values that the service supports.
1370
- * ### Known values supported by the service
1371
- * **None** \
1372
- * **SystemAssigned** \
1373
- * **UserAssigned** \
1374
- * **SystemAssigned, UserAssigned**
1375
- */
1376
- export declare type ManagedServiceIdentityType = string;
1377
-
1378
- /** Specifies configuration of a redis module */
1379
- export declare interface Module {
1380
- /** The name of the module, e.g. 'RedisBloom', 'RediSearch', 'RedisTimeSeries' */
1381
- name: string;
1382
- /** Configuration options for the module, e.g. 'ERROR_RATE 0.01 INITIAL_SIZE 400'. */
1383
- args?: string;
1384
- /**
1385
- * The version of the module, e.g. '1.0'.
1386
- * NOTE: This property will not be serialized. It can only be populated by the server.
1387
- */
1388
- readonly version?: string;
1389
- }
1390
-
1391
- /** Details of a REST API operation, returned from the Resource Provider Operations API */
1392
- export declare interface Operation {
1393
- /**
1394
- * The name of the operation, as per Resource-Based Access Control (RBAC). Examples: "Microsoft.Compute/virtualMachines/write", "Microsoft.Compute/virtualMachines/capture/action"
1395
- * NOTE: This property will not be serialized. It can only be populated by the server.
1396
- */
1397
- readonly name?: string;
1398
- /**
1399
- * Whether the operation applies to data-plane. This is "true" for data-plane operations and "false" for ARM/control-plane operations.
1400
- * NOTE: This property will not be serialized. It can only be populated by the server.
1401
- */
1402
- readonly isDataAction?: boolean;
1403
- /** Localized display information for this particular operation. */
1404
- display?: OperationDisplay;
1405
- /**
1406
- * The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system"
1407
- * NOTE: This property will not be serialized. It can only be populated by the server.
1408
- */
1409
- readonly origin?: Origin;
1410
- /**
1411
- * Enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs.
1412
- * NOTE: This property will not be serialized. It can only be populated by the server.
1413
- */
1414
- readonly actionType?: ActionType;
1415
- }
1416
-
1417
- /** Localized display information for this particular operation. */
1418
- export declare interface OperationDisplay {
1419
- /**
1420
- * The localized friendly form of the resource provider name, e.g. "Microsoft Monitoring Insights" or "Microsoft Compute".
1421
- * NOTE: This property will not be serialized. It can only be populated by the server.
1422
- */
1423
- readonly provider?: string;
1424
- /**
1425
- * The localized friendly name of the resource type related to this operation. E.g. "Virtual Machines" or "Job Schedule Collections".
1426
- * NOTE: This property will not be serialized. It can only be populated by the server.
1427
- */
1428
- readonly resource?: string;
1429
- /**
1430
- * The concise, localized friendly name for the operation; suitable for dropdowns. E.g. "Create or Update Virtual Machine", "Restart Virtual Machine".
1431
- * NOTE: This property will not be serialized. It can only be populated by the server.
1432
- */
1433
- readonly operation?: string;
1434
- /**
1435
- * The short, localized friendly description of the operation; suitable for tool tips and detailed views.
1436
- * NOTE: This property will not be serialized. It can only be populated by the server.
1437
- */
1438
- readonly description?: string;
1439
- }
1440
-
1441
- /** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */
1442
- export declare interface OperationListResult {
1443
- /**
1444
- * List of operations supported by the resource provider
1445
- * NOTE: This property will not be serialized. It can only be populated by the server.
1446
- */
1447
- readonly value?: Operation[];
1448
- /**
1449
- * URL to get the next set of operation list results (if there are any).
1450
- * NOTE: This property will not be serialized. It can only be populated by the server.
1451
- */
1452
- readonly nextLink?: string;
1453
- }
1454
-
1455
- /** Interface representing a Operations. */
1456
- export declare interface Operations {
1457
- /**
1458
- * Lists all of the available REST API operations of the Microsoft.Cache provider.
1459
- * @param options The options parameters.
1460
- */
1461
- list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<Operation>;
1462
- }
1463
-
1464
- /** Optional parameters. */
1465
- export declare interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
1466
- }
1467
-
1468
- /** Contains response data for the listNext operation. */
1469
- export declare type OperationsListNextResponse = OperationListResult;
1470
-
1471
- /** Optional parameters. */
1472
- export declare interface OperationsListOptionalParams extends coreClient.OperationOptions {
1473
- }
1474
-
1475
- /** Contains response data for the list operation. */
1476
- export declare type OperationsListResponse = OperationListResult;
1477
-
1478
- /** Interface representing a OperationsStatus. */
1479
- export declare interface OperationsStatus {
1480
- /**
1481
- * Gets the status of operation.
1482
- * @param location The name of Azure region.
1483
- * @param operationId The ID of an ongoing async operation.
1484
- * @param options The options parameters.
1485
- */
1486
- get(location: string, operationId: string, options?: OperationsStatusGetOptionalParams): Promise<OperationsStatusGetResponse>;
1487
- }
1488
-
1489
- /** Optional parameters. */
1490
- export declare interface OperationsStatusGetOptionalParams extends coreClient.OperationOptions {
1491
- }
1492
-
1493
- /** Contains response data for the get operation. */
1494
- export declare type OperationsStatusGetResponse = OperationStatus;
1495
-
1496
- /** The status of a long-running operation. */
1497
- export declare interface OperationStatus {
1498
- /** The operation's unique id. */
1499
- id?: string;
1500
- /** The operation's name. */
1501
- name?: string;
1502
- /** The start time of the operation. */
1503
- startTime?: string;
1504
- /** The end time of the operation. */
1505
- endTime?: string;
1506
- /** The current status of the operation. */
1507
- status?: string;
1508
- /** Error response describing why the operation failed. */
1509
- error?: ErrorResponse;
1510
- }
1511
-
1512
- /**
1513
- * Defines values for Origin. \
1514
- * {@link KnownOrigin} can be used interchangeably with Origin,
1515
- * this enum contains the known values that the service supports.
1516
- * ### Known values supported by the service
1517
- * **user** \
1518
- * **system** \
1519
- * **user,system**
1520
- */
1521
- export declare type Origin = string;
1522
-
1523
- /** Persistence-related configuration for the Redis Enterprise database */
1524
- export declare interface Persistence {
1525
- /** Sets whether AOF is enabled. Note that at most one of AOF or RDB persistence may be enabled. */
1526
- aofEnabled?: boolean;
1527
- /** Sets whether RDB is enabled. Note that at most one of AOF or RDB persistence may be enabled. */
1528
- rdbEnabled?: boolean;
1529
- /** Sets the frequency at which data is written to disk. Defaults to '1s', meaning 'every second'. Note that the 'always' setting is deprecated, because of its performance impact. */
1530
- aofFrequency?: AofFrequency;
1531
- /** Sets the frequency at which a snapshot of the database is created. */
1532
- rdbFrequency?: RdbFrequency;
1533
- }
1534
-
1535
- /** The Private Endpoint resource. */
1536
- export declare interface PrivateEndpoint {
1537
- /**
1538
- * The ARM identifier for Private Endpoint
1539
- * NOTE: This property will not be serialized. It can only be populated by the server.
1540
- */
1541
- readonly id?: string;
1542
- }
1543
-
1544
- /** The Private Endpoint Connection resource. */
1545
- export declare interface PrivateEndpointConnection extends Resource {
1546
- /** The resource of private end point. */
1547
- privateEndpoint?: PrivateEndpoint;
1548
- /** A collection of information about the state of the connection between service consumer and provider. */
1549
- privateLinkServiceConnectionState?: PrivateLinkServiceConnectionState;
1550
- /**
1551
- * The provisioning state of the private endpoint connection resource.
1552
- * NOTE: This property will not be serialized. It can only be populated by the server.
1553
- */
1554
- readonly provisioningState?: PrivateEndpointConnectionProvisioningState;
1555
- }
1556
-
1557
- /** List of private endpoint connection associated with the specified storage account */
1558
- export declare interface PrivateEndpointConnectionListResult {
1559
- /** Array of private endpoint connections */
1560
- value?: PrivateEndpointConnection[];
1561
- }
1562
-
1563
- /**
1564
- * Defines values for PrivateEndpointConnectionProvisioningState. \
1565
- * {@link KnownPrivateEndpointConnectionProvisioningState} can be used interchangeably with PrivateEndpointConnectionProvisioningState,
1566
- * this enum contains the known values that the service supports.
1567
- * ### Known values supported by the service
1568
- * **Succeeded** \
1569
- * **Creating** \
1570
- * **Deleting** \
1571
- * **Failed**
1572
- */
1573
- export declare type PrivateEndpointConnectionProvisioningState = string;
1574
-
1575
- /** Interface representing a PrivateEndpointConnections. */
1576
- export declare interface PrivateEndpointConnections {
1577
- /**
1578
- * Lists all the private endpoint connections associated with the Redis Enterprise cluster.
1579
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
1580
- * @param clusterName The name of the Redis Enterprise cluster.
1581
- * @param options The options parameters.
1582
- */
1583
- list(resourceGroupName: string, clusterName: string, options?: PrivateEndpointConnectionsListOptionalParams): PagedAsyncIterableIterator<PrivateEndpointConnection>;
1584
- /**
1585
- * Gets the specified private endpoint connection associated with the Redis Enterprise cluster.
1586
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
1587
- * @param clusterName The name of the Redis Enterprise cluster.
1588
- * @param privateEndpointConnectionName The name of the private endpoint connection associated with the
1589
- * Azure resource
1590
- * @param options The options parameters.
1591
- */
1592
- get(resourceGroupName: string, clusterName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsGetOptionalParams): Promise<PrivateEndpointConnectionsGetResponse>;
1593
- /**
1594
- * Updates the state of the specified private endpoint connection associated with the Redis Enterprise
1595
- * cluster.
1596
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
1597
- * @param clusterName The name of the Redis Enterprise cluster.
1598
- * @param privateEndpointConnectionName The name of the private endpoint connection associated with the
1599
- * Azure resource
1600
- * @param properties The private endpoint connection properties.
1601
- * @param options The options parameters.
1602
- */
1603
- beginPut(resourceGroupName: string, clusterName: string, privateEndpointConnectionName: string, properties: PrivateEndpointConnection, options?: PrivateEndpointConnectionsPutOptionalParams): Promise<SimplePollerLike<OperationState<PrivateEndpointConnectionsPutResponse>, PrivateEndpointConnectionsPutResponse>>;
1604
- /**
1605
- * Updates the state of the specified private endpoint connection associated with the Redis Enterprise
1606
- * cluster.
1607
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
1608
- * @param clusterName The name of the Redis Enterprise cluster.
1609
- * @param privateEndpointConnectionName The name of the private endpoint connection associated with the
1610
- * Azure resource
1611
- * @param properties The private endpoint connection properties.
1612
- * @param options The options parameters.
1613
- */
1614
- beginPutAndWait(resourceGroupName: string, clusterName: string, privateEndpointConnectionName: string, properties: PrivateEndpointConnection, options?: PrivateEndpointConnectionsPutOptionalParams): Promise<PrivateEndpointConnectionsPutResponse>;
1615
- /**
1616
- * Deletes the specified private endpoint connection associated with the Redis Enterprise cluster.
1617
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
1618
- * @param clusterName The name of the Redis Enterprise cluster.
1619
- * @param privateEndpointConnectionName The name of the private endpoint connection associated with the
1620
- * Azure resource
1621
- * @param options The options parameters.
1622
- */
1623
- beginDelete(resourceGroupName: string, clusterName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
1624
- /**
1625
- * Deletes the specified private endpoint connection associated with the Redis Enterprise cluster.
1626
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
1627
- * @param clusterName The name of the Redis Enterprise cluster.
1628
- * @param privateEndpointConnectionName The name of the private endpoint connection associated with the
1629
- * Azure resource
1630
- * @param options The options parameters.
1631
- */
1632
- beginDeleteAndWait(resourceGroupName: string, clusterName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<void>;
1633
- }
1634
-
1635
- /** Defines headers for PrivateEndpointConnections_delete operation. */
1636
- export declare interface PrivateEndpointConnectionsDeleteHeaders {
1637
- /** Location URI to poll for result */
1638
- location?: string;
1639
- /** URI to poll for the operation status */
1640
- azureAsyncOperation?: string;
1641
- }
1642
-
1643
- /** Optional parameters. */
1644
- export declare interface PrivateEndpointConnectionsDeleteOptionalParams extends coreClient.OperationOptions {
1645
- /** Delay to wait until next poll, in milliseconds. */
1646
- updateIntervalInMs?: number;
1647
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1648
- resumeFrom?: string;
1649
- }
1650
-
1651
- /** Optional parameters. */
1652
- export declare interface PrivateEndpointConnectionsGetOptionalParams extends coreClient.OperationOptions {
1653
- }
1654
-
1655
- /** Contains response data for the get operation. */
1656
- export declare type PrivateEndpointConnectionsGetResponse = PrivateEndpointConnection;
1657
-
1658
- /** Optional parameters. */
1659
- export declare interface PrivateEndpointConnectionsListOptionalParams extends coreClient.OperationOptions {
1660
- }
1661
-
1662
- /** Contains response data for the list operation. */
1663
- export declare type PrivateEndpointConnectionsListResponse = PrivateEndpointConnectionListResult;
1664
-
1665
- /** Optional parameters. */
1666
- export declare interface PrivateEndpointConnectionsPutOptionalParams extends coreClient.OperationOptions {
1667
- /** Delay to wait until next poll, in milliseconds. */
1668
- updateIntervalInMs?: number;
1669
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1670
- resumeFrom?: string;
1671
- }
1672
-
1673
- /** Contains response data for the put operation. */
1674
- export declare type PrivateEndpointConnectionsPutResponse = PrivateEndpointConnection;
1675
-
1676
- /**
1677
- * Defines values for PrivateEndpointServiceConnectionStatus. \
1678
- * {@link KnownPrivateEndpointServiceConnectionStatus} can be used interchangeably with PrivateEndpointServiceConnectionStatus,
1679
- * this enum contains the known values that the service supports.
1680
- * ### Known values supported by the service
1681
- * **Pending** \
1682
- * **Approved** \
1683
- * **Rejected**
1684
- */
1685
- export declare type PrivateEndpointServiceConnectionStatus = string;
1686
-
1687
- /** A private link resource */
1688
- export declare interface PrivateLinkResource extends Resource {
1689
- /**
1690
- * The private link resource group id.
1691
- * NOTE: This property will not be serialized. It can only be populated by the server.
1692
- */
1693
- readonly groupId?: string;
1694
- /**
1695
- * The private link resource required member names.
1696
- * NOTE: This property will not be serialized. It can only be populated by the server.
1697
- */
1698
- readonly requiredMembers?: string[];
1699
- /** The private link resource Private link DNS zone name. */
1700
- requiredZoneNames?: string[];
1701
- }
1702
-
1703
- /** A list of private link resources */
1704
- export declare interface PrivateLinkResourceListResult {
1705
- /** Array of private link resources */
1706
- value?: PrivateLinkResource[];
1707
- }
1708
-
1709
- /** Interface representing a PrivateLinkResources. */
1710
- export declare interface PrivateLinkResources {
1711
- /**
1712
- * Gets the private link resources that need to be created for a Redis Enterprise cluster.
1713
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
1714
- * @param clusterName The name of the Redis Enterprise cluster.
1715
- * @param options The options parameters.
1716
- */
1717
- listByCluster(resourceGroupName: string, clusterName: string, options?: PrivateLinkResourcesListByClusterOptionalParams): PagedAsyncIterableIterator<PrivateLinkResource>;
1718
- }
1719
-
1720
- /** Optional parameters. */
1721
- export declare interface PrivateLinkResourcesListByClusterOptionalParams extends coreClient.OperationOptions {
1722
- }
1723
-
1724
- /** Contains response data for the listByCluster operation. */
1725
- export declare type PrivateLinkResourcesListByClusterResponse = PrivateLinkResourceListResult;
1726
-
1727
- /** A collection of information about the state of the connection between service consumer and provider. */
1728
- export declare interface PrivateLinkServiceConnectionState {
1729
- /** Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service. */
1730
- status?: PrivateEndpointServiceConnectionStatus;
1731
- /** The reason for approval/rejection of the connection. */
1732
- description?: string;
1733
- /** A message indicating if changes on the service provider require any updates on the consumer. */
1734
- actionsRequired?: string;
1735
- }
1736
-
1737
- /**
1738
- * Defines values for Protocol. \
1739
- * {@link KnownProtocol} can be used interchangeably with Protocol,
1740
- * this enum contains the known values that the service supports.
1741
- * ### Known values supported by the service
1742
- * **Encrypted** \
1743
- * **Plaintext**
1744
- */
1745
- export declare type Protocol = string;
1746
-
1747
- /**
1748
- * Defines values for ProvisioningState. \
1749
- * {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,
1750
- * this enum contains the known values that the service supports.
1751
- * ### Known values supported by the service
1752
- * **Succeeded** \
1753
- * **Failed** \
1754
- * **Canceled** \
1755
- * **Creating** \
1756
- * **Updating** \
1757
- * **Deleting**
1758
- */
1759
- export declare type ProvisioningState = string;
1760
-
1761
- /** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
1762
- export declare interface ProxyResource extends ResourceAutoGenerated {
1763
- }
1764
-
1765
- /** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
1766
- export declare interface ProxyResourceAutoGenerated extends Resource {
1767
- }
1768
-
1769
- /**
1770
- * Defines values for RdbFrequency. \
1771
- * {@link KnownRdbFrequency} can be used interchangeably with RdbFrequency,
1772
- * this enum contains the known values that the service supports.
1773
- * ### Known values supported by the service
1774
- * **1h** \
1775
- * **6h** \
1776
- * **12h**
1777
- */
1778
- export declare type RdbFrequency = string;
1779
-
1780
- /** Interface representing a RedisEnterprise. */
1781
- export declare interface RedisEnterprise {
1782
- /**
1783
- * Lists all Redis Enterprise clusters in a resource group.
1784
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
1785
- * @param options The options parameters.
1786
- */
1787
- listByResourceGroup(resourceGroupName: string, options?: RedisEnterpriseListByResourceGroupOptionalParams): PagedAsyncIterableIterator<Cluster>;
1788
- /**
1789
- * Lists all Redis Enterprise clusters in the specified subscription.
1790
- * @param options The options parameters.
1791
- */
1792
- list(options?: RedisEnterpriseListOptionalParams): PagedAsyncIterableIterator<Cluster>;
1793
- /**
1794
- * Creates or updates an existing (overwrite/recreate, with potential downtime) cache cluster
1795
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
1796
- * @param clusterName The name of the Redis Enterprise cluster.
1797
- * @param parameters Parameters supplied to the Create Redis Enterprise operation.
1798
- * @param options The options parameters.
1799
- */
1800
- beginCreate(resourceGroupName: string, clusterName: string, parameters: Cluster, options?: RedisEnterpriseCreateOptionalParams): Promise<SimplePollerLike<OperationState<RedisEnterpriseCreateResponse>, RedisEnterpriseCreateResponse>>;
1801
- /**
1802
- * Creates or updates an existing (overwrite/recreate, with potential downtime) cache cluster
1803
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
1804
- * @param clusterName The name of the Redis Enterprise cluster.
1805
- * @param parameters Parameters supplied to the Create Redis Enterprise operation.
1806
- * @param options The options parameters.
1807
- */
1808
- beginCreateAndWait(resourceGroupName: string, clusterName: string, parameters: Cluster, options?: RedisEnterpriseCreateOptionalParams): Promise<RedisEnterpriseCreateResponse>;
1809
- /**
1810
- * Updates an existing Redis Enterprise cluster
1811
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
1812
- * @param clusterName The name of the Redis Enterprise cluster.
1813
- * @param parameters Parameters supplied to the Update Redis Enterprise operation.
1814
- * @param options The options parameters.
1815
- */
1816
- beginUpdate(resourceGroupName: string, clusterName: string, parameters: ClusterUpdate, options?: RedisEnterpriseUpdateOptionalParams): Promise<SimplePollerLike<OperationState<RedisEnterpriseUpdateResponse>, RedisEnterpriseUpdateResponse>>;
1817
- /**
1818
- * Updates an existing Redis Enterprise cluster
1819
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
1820
- * @param clusterName The name of the Redis Enterprise cluster.
1821
- * @param parameters Parameters supplied to the Update Redis Enterprise operation.
1822
- * @param options The options parameters.
1823
- */
1824
- beginUpdateAndWait(resourceGroupName: string, clusterName: string, parameters: ClusterUpdate, options?: RedisEnterpriseUpdateOptionalParams): Promise<RedisEnterpriseUpdateResponse>;
1825
- /**
1826
- * Deletes a Redis Enterprise cache cluster.
1827
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
1828
- * @param clusterName The name of the Redis Enterprise cluster.
1829
- * @param options The options parameters.
1830
- */
1831
- beginDelete(resourceGroupName: string, clusterName: string, options?: RedisEnterpriseDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
1832
- /**
1833
- * Deletes a Redis Enterprise cache cluster.
1834
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
1835
- * @param clusterName The name of the Redis Enterprise cluster.
1836
- * @param options The options parameters.
1837
- */
1838
- beginDeleteAndWait(resourceGroupName: string, clusterName: string, options?: RedisEnterpriseDeleteOptionalParams): Promise<void>;
1839
- /**
1840
- * Gets information about a Redis Enterprise cluster
1841
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
1842
- * @param clusterName The name of the Redis Enterprise cluster.
1843
- * @param options The options parameters.
1844
- */
1845
- get(resourceGroupName: string, clusterName: string, options?: RedisEnterpriseGetOptionalParams): Promise<RedisEnterpriseGetResponse>;
1846
- }
1847
-
1848
- /** Optional parameters. */
1849
- export declare interface RedisEnterpriseCreateOptionalParams extends coreClient.OperationOptions {
1850
- /** Delay to wait until next poll, in milliseconds. */
1851
- updateIntervalInMs?: number;
1852
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1853
- resumeFrom?: string;
1854
- }
1855
-
1856
- /** Contains response data for the create operation. */
1857
- export declare type RedisEnterpriseCreateResponse = Cluster;
1858
-
1859
- /** Defines headers for RedisEnterprise_delete operation. */
1860
- export declare interface RedisEnterpriseDeleteHeaders {
1861
- /** Location URI to poll for result */
1862
- location?: string;
1863
- /** Azure-AsyncOperation URI to poll for result */
1864
- azureAsyncOperation?: string;
1865
- }
1866
-
1867
- /** Optional parameters. */
1868
- export declare interface RedisEnterpriseDeleteOptionalParams extends coreClient.OperationOptions {
1869
- /** Delay to wait until next poll, in milliseconds. */
1870
- updateIntervalInMs?: number;
1871
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1872
- resumeFrom?: string;
1873
- }
1874
-
1875
- /** Optional parameters. */
1876
- export declare interface RedisEnterpriseGetOptionalParams extends coreClient.OperationOptions {
1877
- }
1878
-
1879
- /** Contains response data for the get operation. */
1880
- export declare type RedisEnterpriseGetResponse = Cluster;
1881
-
1882
- /** Optional parameters. */
1883
- export declare interface RedisEnterpriseListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
1884
- }
1885
-
1886
- /** Contains response data for the listByResourceGroupNext operation. */
1887
- export declare type RedisEnterpriseListByResourceGroupNextResponse = ClusterList;
1888
-
1889
- /** Optional parameters. */
1890
- export declare interface RedisEnterpriseListByResourceGroupOptionalParams extends coreClient.OperationOptions {
1891
- }
1892
-
1893
- /** Contains response data for the listByResourceGroup operation. */
1894
- export declare type RedisEnterpriseListByResourceGroupResponse = ClusterList;
1895
-
1896
- /** Optional parameters. */
1897
- export declare interface RedisEnterpriseListNextOptionalParams extends coreClient.OperationOptions {
1898
- }
1899
-
1900
- /** Contains response data for the listNext operation. */
1901
- export declare type RedisEnterpriseListNextResponse = ClusterList;
1902
-
1903
- /** Optional parameters. */
1904
- export declare interface RedisEnterpriseListOptionalParams extends coreClient.OperationOptions {
1905
- }
1906
-
1907
- /** Contains response data for the list operation. */
1908
- export declare type RedisEnterpriseListResponse = ClusterList;
1909
-
1910
- export declare class RedisEnterpriseManagementClient extends coreClient.ServiceClient {
1911
- $host: string;
1912
- apiVersion: string;
1913
- subscriptionId: string;
1914
- /**
1915
- * Initializes a new instance of the RedisEnterpriseManagementClient class.
1916
- * @param credentials Subscription credentials which uniquely identify client subscription.
1917
- * @param subscriptionId The ID of the target subscription.
1918
- * @param options The parameter options
1919
- */
1920
- constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: RedisEnterpriseManagementClientOptionalParams);
1921
- /** A function that adds a policy that sets the api-version (or equivalent) to reflect the library version. */
1922
- private addCustomApiVersionPolicy;
1923
- operations: Operations;
1924
- operationsStatus: OperationsStatus;
1925
- redisEnterprise: RedisEnterprise;
1926
- databases: Databases;
1927
- accessPolicyAssignmentOperations: AccessPolicyAssignmentOperations;
1928
- privateEndpointConnections: PrivateEndpointConnections;
1929
- privateLinkResources: PrivateLinkResources;
1930
- }
1931
-
1932
- /** Optional parameters. */
1933
- export declare interface RedisEnterpriseManagementClientOptionalParams extends coreClient.ServiceClientOptions {
1934
- /** server parameter */
1935
- $host?: string;
1936
- /** Api Version */
1937
- apiVersion?: string;
1938
- /** Overrides client endpoint. */
1939
- endpoint?: string;
1940
- }
1941
-
1942
- /** Defines headers for RedisEnterprise_update operation. */
1943
- export declare interface RedisEnterpriseUpdateHeaders {
1944
- /** Location URI to poll for result */
1945
- location?: string;
1946
- /** Azure-AsyncOperation URI to poll for result */
1947
- azureAsyncOperation?: string;
1948
- }
1949
-
1950
- /** Optional parameters. */
1951
- export declare interface RedisEnterpriseUpdateOptionalParams extends coreClient.OperationOptions {
1952
- /** Delay to wait until next poll, in milliseconds. */
1953
- updateIntervalInMs?: number;
1954
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1955
- resumeFrom?: string;
1956
- }
1957
-
1958
- /** Contains response data for the update operation. */
1959
- export declare type RedisEnterpriseUpdateResponse = Cluster;
1960
-
1961
- /**
1962
- * Defines values for RedundancyMode. \
1963
- * {@link KnownRedundancyMode} can be used interchangeably with RedundancyMode,
1964
- * this enum contains the known values that the service supports.
1965
- * ### Known values supported by the service
1966
- * **None**: No redundancy. Availability loss will occur. \
1967
- * **LR**: Local redundancy with high availability. \
1968
- * **ZR**: Zone redundant. Higher availability.
1969
- */
1970
- export declare type RedundancyMode = string;
1971
-
1972
- /** Specifies which access keys to reset to a new random value. */
1973
- export declare interface RegenerateKeyParameters {
1974
- /** Which access key to regenerate. */
1975
- keyType: AccessKeyType;
1976
- }
1977
-
1978
- /** Common fields that are returned in the response for all Azure Resource Manager resources */
1979
- export declare interface Resource {
1980
- /**
1981
- * Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
1982
- * NOTE: This property will not be serialized. It can only be populated by the server.
1983
- */
1984
- readonly id?: string;
1985
- /**
1986
- * The name of the resource
1987
- * NOTE: This property will not be serialized. It can only be populated by the server.
1988
- */
1989
- readonly name?: string;
1990
- /**
1991
- * The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
1992
- * NOTE: This property will not be serialized. It can only be populated by the server.
1993
- */
1994
- readonly type?: string;
1995
- }
1996
-
1997
- /** Common fields that are returned in the response for all Azure Resource Manager resources */
1998
- export declare interface ResourceAutoGenerated {
1999
- /**
2000
- * Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
2001
- * NOTE: This property will not be serialized. It can only be populated by the server.
2002
- */
2003
- readonly id?: string;
2004
- /**
2005
- * The name of the resource
2006
- * NOTE: This property will not be serialized. It can only be populated by the server.
2007
- */
2008
- readonly name?: string;
2009
- /**
2010
- * The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
2011
- * NOTE: This property will not be serialized. It can only be populated by the server.
2012
- */
2013
- readonly type?: string;
2014
- /**
2015
- * Azure Resource Manager metadata containing createdBy and modifiedBy information.
2016
- * NOTE: This property will not be serialized. It can only be populated by the server.
2017
- */
2018
- readonly systemData?: SystemData;
2019
- }
2020
-
2021
- /**
2022
- * Defines values for ResourceState. \
2023
- * {@link KnownResourceState} can be used interchangeably with ResourceState,
2024
- * this enum contains the known values that the service supports.
2025
- * ### Known values supported by the service
2026
- * **Running** \
2027
- * **Creating** \
2028
- * **CreateFailed** \
2029
- * **Updating** \
2030
- * **UpdateFailed** \
2031
- * **Deleting** \
2032
- * **DeleteFailed** \
2033
- * **Enabling** \
2034
- * **EnableFailed** \
2035
- * **Disabling** \
2036
- * **DisableFailed** \
2037
- * **Disabled** \
2038
- * **Scaling** \
2039
- * **ScalingFailed**
2040
- */
2041
- export declare type ResourceState = string;
2042
-
2043
- /** SKU parameters supplied to the create Redis Enterprise cluster operation. */
2044
- export declare interface Sku {
2045
- /** The level of Redis Enterprise cluster to deploy. Possible values: ('Balanced_B5', 'MemoryOptimized_M10', 'ComputeOptimized_X5', etc.). For more information on SKUs see the latest pricing documentation. Note that additional SKUs may become supported in the future. */
2046
- name: SkuName;
2047
- /** This property is only used with Enterprise and EnterpriseFlash SKUs. Determines the size of the cluster. Valid values are (2, 4, 6, ...) for Enterprise SKUs and (3, 9, 15, ...) for EnterpriseFlash SKUs. */
2048
- capacity?: number;
2049
- }
2050
-
2051
- /**
2052
- * Defines values for SkuName. \
2053
- * {@link KnownSkuName} can be used interchangeably with SkuName,
2054
- * this enum contains the known values that the service supports.
2055
- * ### Known values supported by the service
2056
- * **Enterprise_E1** \
2057
- * **Enterprise_E5** \
2058
- * **Enterprise_E10** \
2059
- * **Enterprise_E20** \
2060
- * **Enterprise_E50** \
2061
- * **Enterprise_E100** \
2062
- * **Enterprise_E200** \
2063
- * **Enterprise_E400** \
2064
- * **EnterpriseFlash_F300** \
2065
- * **EnterpriseFlash_F700** \
2066
- * **EnterpriseFlash_F1500** \
2067
- * **Balanced_B0** \
2068
- * **Balanced_B1** \
2069
- * **Balanced_B3** \
2070
- * **Balanced_B5** \
2071
- * **Balanced_B10** \
2072
- * **Balanced_B20** \
2073
- * **Balanced_B50** \
2074
- * **Balanced_B100** \
2075
- * **Balanced_B150** \
2076
- * **Balanced_B250** \
2077
- * **Balanced_B350** \
2078
- * **Balanced_B500** \
2079
- * **Balanced_B700** \
2080
- * **Balanced_B1000** \
2081
- * **MemoryOptimized_M10** \
2082
- * **MemoryOptimized_M20** \
2083
- * **MemoryOptimized_M50** \
2084
- * **MemoryOptimized_M100** \
2085
- * **MemoryOptimized_M150** \
2086
- * **MemoryOptimized_M250** \
2087
- * **MemoryOptimized_M350** \
2088
- * **MemoryOptimized_M500** \
2089
- * **MemoryOptimized_M700** \
2090
- * **MemoryOptimized_M1000** \
2091
- * **MemoryOptimized_M1500** \
2092
- * **MemoryOptimized_M2000** \
2093
- * **ComputeOptimized_X3** \
2094
- * **ComputeOptimized_X5** \
2095
- * **ComputeOptimized_X10** \
2096
- * **ComputeOptimized_X20** \
2097
- * **ComputeOptimized_X50** \
2098
- * **ComputeOptimized_X100** \
2099
- * **ComputeOptimized_X150** \
2100
- * **ComputeOptimized_X250** \
2101
- * **ComputeOptimized_X350** \
2102
- * **ComputeOptimized_X500** \
2103
- * **ComputeOptimized_X700** \
2104
- * **FlashOptimized_A250** \
2105
- * **FlashOptimized_A500** \
2106
- * **FlashOptimized_A700** \
2107
- * **FlashOptimized_A1000** \
2108
- * **FlashOptimized_A1500** \
2109
- * **FlashOptimized_A2000** \
2110
- * **FlashOptimized_A4500**
2111
- */
2112
- export declare type SkuName = string;
2113
-
2114
- /** Metadata pertaining to creation and last modification of the resource. */
2115
- export declare interface SystemData {
2116
- /** The identity that created the resource. */
2117
- createdBy?: string;
2118
- /** The type of identity that created the resource. */
2119
- createdByType?: CreatedByType;
2120
- /** The timestamp of resource creation (UTC). */
2121
- createdAt?: Date;
2122
- /** The identity that last modified the resource. */
2123
- lastModifiedBy?: string;
2124
- /** The type of identity that last modified the resource. */
2125
- lastModifiedByType?: CreatedByType;
2126
- /** The timestamp of resource last modification (UTC) */
2127
- lastModifiedAt?: Date;
2128
- }
2129
-
2130
- /**
2131
- * Defines values for TlsVersion. \
2132
- * {@link KnownTlsVersion} can be used interchangeably with TlsVersion,
2133
- * this enum contains the known values that the service supports.
2134
- * ### Known values supported by the service
2135
- * **1.0** \
2136
- * **1.1** \
2137
- * **1.2**
2138
- */
2139
- export declare type TlsVersion = string;
2140
-
2141
- /** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
2142
- export declare interface TrackedResource extends Resource {
2143
- /** Resource tags. */
2144
- tags?: {
2145
- [propertyName: string]: string;
2146
- };
2147
- /** The geo-location where the resource lives */
2148
- location: string;
2149
- }
2150
-
2151
- /** User assigned identity properties */
2152
- export declare interface UserAssignedIdentity {
2153
- /**
2154
- * The principal ID of the assigned identity.
2155
- * NOTE: This property will not be serialized. It can only be populated by the server.
2156
- */
2157
- readonly principalId?: string;
2158
- /**
2159
- * The client ID of the assigned identity.
2160
- * NOTE: This property will not be serialized. It can only be populated by the server.
2161
- */
2162
- readonly clientId?: string;
2163
- }
2164
-
2165
- export { }
1
+ import * as coreClient from "@azure/core-client";
2
+ /** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */
3
+ export interface OperationListResult {
4
+ /**
5
+ * List of operations supported by the resource provider
6
+ * NOTE: This property will not be serialized. It can only be populated by the server.
7
+ */
8
+ readonly value?: Operation[];
9
+ /**
10
+ * URL to get the next set of operation list results (if there are any).
11
+ * NOTE: This property will not be serialized. It can only be populated by the server.
12
+ */
13
+ readonly nextLink?: string;
14
+ }
15
+ /** Details of a REST API operation, returned from the Resource Provider Operations API */
16
+ export interface Operation {
17
+ /**
18
+ * The name of the operation, as per Resource-Based Access Control (RBAC). Examples: "Microsoft.Compute/virtualMachines/write", "Microsoft.Compute/virtualMachines/capture/action"
19
+ * NOTE: This property will not be serialized. It can only be populated by the server.
20
+ */
21
+ readonly name?: string;
22
+ /**
23
+ * Whether the operation applies to data-plane. This is "true" for data-plane operations and "false" for ARM/control-plane operations.
24
+ * NOTE: This property will not be serialized. It can only be populated by the server.
25
+ */
26
+ readonly isDataAction?: boolean;
27
+ /** Localized display information for this particular operation. */
28
+ display?: OperationDisplay;
29
+ /**
30
+ * The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system"
31
+ * NOTE: This property will not be serialized. It can only be populated by the server.
32
+ */
33
+ readonly origin?: Origin;
34
+ /**
35
+ * Enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs.
36
+ * NOTE: This property will not be serialized. It can only be populated by the server.
37
+ */
38
+ readonly actionType?: ActionType;
39
+ }
40
+ /** Localized display information for this particular operation. */
41
+ export interface OperationDisplay {
42
+ /**
43
+ * The localized friendly form of the resource provider name, e.g. "Microsoft Monitoring Insights" or "Microsoft Compute".
44
+ * NOTE: This property will not be serialized. It can only be populated by the server.
45
+ */
46
+ readonly provider?: string;
47
+ /**
48
+ * The localized friendly name of the resource type related to this operation. E.g. "Virtual Machines" or "Job Schedule Collections".
49
+ * NOTE: This property will not be serialized. It can only be populated by the server.
50
+ */
51
+ readonly resource?: string;
52
+ /**
53
+ * The concise, localized friendly name for the operation; suitable for dropdowns. E.g. "Create or Update Virtual Machine", "Restart Virtual Machine".
54
+ * NOTE: This property will not be serialized. It can only be populated by the server.
55
+ */
56
+ readonly operation?: string;
57
+ /**
58
+ * The short, localized friendly description of the operation; suitable for tool tips and detailed views.
59
+ * NOTE: This property will not be serialized. It can only be populated by the server.
60
+ */
61
+ readonly description?: string;
62
+ }
63
+ /** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */
64
+ export interface ErrorResponse {
65
+ /** The error object. */
66
+ error?: ErrorDetail;
67
+ }
68
+ /** The error detail. */
69
+ export interface ErrorDetail {
70
+ /**
71
+ * The error code.
72
+ * NOTE: This property will not be serialized. It can only be populated by the server.
73
+ */
74
+ readonly code?: string;
75
+ /**
76
+ * The error message.
77
+ * NOTE: This property will not be serialized. It can only be populated by the server.
78
+ */
79
+ readonly message?: string;
80
+ /**
81
+ * The error target.
82
+ * NOTE: This property will not be serialized. It can only be populated by the server.
83
+ */
84
+ readonly target?: string;
85
+ /**
86
+ * The error details.
87
+ * NOTE: This property will not be serialized. It can only be populated by the server.
88
+ */
89
+ readonly details?: ErrorDetail[];
90
+ /**
91
+ * The error additional info.
92
+ * NOTE: This property will not be serialized. It can only be populated by the server.
93
+ */
94
+ readonly additionalInfo?: ErrorAdditionalInfo[];
95
+ }
96
+ /** The resource management error additional info. */
97
+ export interface ErrorAdditionalInfo {
98
+ /**
99
+ * The additional info type.
100
+ * NOTE: This property will not be serialized. It can only be populated by the server.
101
+ */
102
+ readonly type?: string;
103
+ /**
104
+ * The additional info.
105
+ * NOTE: This property will not be serialized. It can only be populated by the server.
106
+ */
107
+ readonly info?: Record<string, unknown>;
108
+ }
109
+ /** The status of a long-running operation. */
110
+ export interface OperationStatus {
111
+ /** The operation's unique id. */
112
+ id?: string;
113
+ /** The operation's name. */
114
+ name?: string;
115
+ /** The start time of the operation. */
116
+ startTime?: string;
117
+ /** The end time of the operation. */
118
+ endTime?: string;
119
+ /** The current status of the operation. */
120
+ status?: string;
121
+ /** Error response describing why the operation failed. */
122
+ error?: ErrorResponse;
123
+ }
124
+ /** SKU parameters supplied to the create Redis Enterprise cluster operation. */
125
+ export interface Sku {
126
+ /** The level of Redis Enterprise cluster to deploy. Possible values: ('Balanced_B5', 'MemoryOptimized_M10', 'ComputeOptimized_X5', etc.). For more information on SKUs see the latest pricing documentation. Note that additional SKUs may become supported in the future. */
127
+ name: SkuName;
128
+ /** This property is only used with Enterprise and EnterpriseFlash SKUs. Determines the size of the cluster. Valid values are (2, 4, 6, ...) for Enterprise SKUs and (3, 9, 15, ...) for EnterpriseFlash SKUs. */
129
+ capacity?: number;
130
+ }
131
+ /** Managed service identity (system assigned and/or user assigned identities) */
132
+ export interface ManagedServiceIdentity {
133
+ /**
134
+ * The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
135
+ * NOTE: This property will not be serialized. It can only be populated by the server.
136
+ */
137
+ readonly principalId?: string;
138
+ /**
139
+ * The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
140
+ * NOTE: This property will not be serialized. It can only be populated by the server.
141
+ */
142
+ readonly tenantId?: string;
143
+ /** Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). */
144
+ type: ManagedServiceIdentityType;
145
+ /** The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests. */
146
+ userAssignedIdentities?: {
147
+ [propertyName: string]: UserAssignedIdentity;
148
+ };
149
+ }
150
+ /** User assigned identity properties */
151
+ export interface UserAssignedIdentity {
152
+ /**
153
+ * The principal ID of the assigned identity.
154
+ * NOTE: This property will not be serialized. It can only be populated by the server.
155
+ */
156
+ readonly principalId?: string;
157
+ /**
158
+ * The client ID of the assigned identity.
159
+ * NOTE: This property will not be serialized. It can only be populated by the server.
160
+ */
161
+ readonly clientId?: string;
162
+ }
163
+ /** Encryption-at-rest configuration for the cluster. */
164
+ export interface ClusterPropertiesEncryption {
165
+ /** All Customer-managed key encryption properties for the resource. Set this to an empty object to use Microsoft-managed key encryption. */
166
+ customerManagedKeyEncryption?: ClusterPropertiesEncryptionCustomerManagedKeyEncryption;
167
+ }
168
+ /** All Customer-managed key encryption properties for the resource. Set this to an empty object to use Microsoft-managed key encryption. */
169
+ export interface ClusterPropertiesEncryptionCustomerManagedKeyEncryption {
170
+ /** All identity configuration for Customer-managed key settings defining which identity should be used to auth to Key Vault. */
171
+ keyEncryptionKeyIdentity?: ClusterPropertiesEncryptionCustomerManagedKeyEncryptionKeyIdentity;
172
+ /** Key encryption key Url, versioned only. Ex: https://contosovault.vault.azure.net/keys/contosokek/562a4bb76b524a1493a6afe8e536ee78 */
173
+ keyEncryptionKeyUrl?: string;
174
+ }
175
+ /** All identity configuration for Customer-managed key settings defining which identity should be used to auth to Key Vault. */
176
+ export interface ClusterPropertiesEncryptionCustomerManagedKeyEncryptionKeyIdentity {
177
+ /** User assigned identity to use for accessing key encryption key Url. Ex: /subscriptions/<sub uuid>/resourceGroups/<resource group>/providers/Microsoft.ManagedIdentity/userAssignedIdentities/myId. */
178
+ userAssignedIdentityResourceId?: string;
179
+ /** Only userAssignedIdentity is supported in this API version; other types may be supported in the future */
180
+ identityType?: CmkIdentityType;
181
+ }
182
+ /** The Private Endpoint resource. */
183
+ export interface PrivateEndpoint {
184
+ /**
185
+ * The ARM identifier for Private Endpoint
186
+ * NOTE: This property will not be serialized. It can only be populated by the server.
187
+ */
188
+ readonly id?: string;
189
+ }
190
+ /** A collection of information about the state of the connection between service consumer and provider. */
191
+ export interface PrivateLinkServiceConnectionState {
192
+ /** Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service. */
193
+ status?: PrivateEndpointServiceConnectionStatus;
194
+ /** The reason for approval/rejection of the connection. */
195
+ description?: string;
196
+ /** A message indicating if changes on the service provider require any updates on the consumer. */
197
+ actionsRequired?: string;
198
+ }
199
+ /** Common fields that are returned in the response for all Azure Resource Manager resources */
200
+ export interface Resource {
201
+ /**
202
+ * Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
203
+ * NOTE: This property will not be serialized. It can only be populated by the server.
204
+ */
205
+ readonly id?: string;
206
+ /**
207
+ * The name of the resource
208
+ * NOTE: This property will not be serialized. It can only be populated by the server.
209
+ */
210
+ readonly name?: string;
211
+ /**
212
+ * The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
213
+ * NOTE: This property will not be serialized. It can only be populated by the server.
214
+ */
215
+ readonly type?: string;
216
+ }
217
+ /** A partial update to the Redis Enterprise cluster */
218
+ export interface ClusterUpdate {
219
+ /** The SKU to create, which affects price, performance, and features. */
220
+ sku?: Sku;
221
+ /** The identity of the resource. */
222
+ identity?: ManagedServiceIdentity;
223
+ /** Resource tags. */
224
+ tags?: {
225
+ [propertyName: string]: string;
226
+ };
227
+ /** Enabled by default. If highAvailability is disabled, the data set is not replicated. This affects the availability SLA, and increases the risk of data loss. */
228
+ highAvailability?: HighAvailability;
229
+ /** The minimum TLS version for the cluster to support, e.g. '1.2'. Newer versions can be added in the future. Note that TLS 1.0 and TLS 1.1 are now completely obsolete -- you cannot use them. They are mentioned only for the sake of consistency with old API versions. */
230
+ minimumTlsVersion?: TlsVersion;
231
+ /** Encryption-at-rest configuration for the cluster. */
232
+ encryption?: ClusterPropertiesEncryption;
233
+ /**
234
+ * DNS name of the cluster endpoint
235
+ * NOTE: This property will not be serialized. It can only be populated by the server.
236
+ */
237
+ readonly hostName?: string;
238
+ /**
239
+ * Current provisioning status of the cluster
240
+ * NOTE: This property will not be serialized. It can only be populated by the server.
241
+ */
242
+ readonly provisioningState?: ProvisioningState;
243
+ /**
244
+ * Explains the current redundancy strategy of the cluster, which affects the expected SLA.
245
+ * NOTE: This property will not be serialized. It can only be populated by the server.
246
+ */
247
+ readonly redundancyMode?: RedundancyMode;
248
+ /**
249
+ * Current resource status of the cluster
250
+ * NOTE: This property will not be serialized. It can only be populated by the server.
251
+ */
252
+ readonly resourceState?: ResourceState;
253
+ /**
254
+ * Version of redis the cluster supports, e.g. '6'
255
+ * NOTE: This property will not be serialized. It can only be populated by the server.
256
+ */
257
+ readonly redisVersion?: string;
258
+ /**
259
+ * List of private endpoint connections associated with the specified Redis Enterprise cluster
260
+ * NOTE: This property will not be serialized. It can only be populated by the server.
261
+ */
262
+ readonly privateEndpointConnections?: PrivateEndpointConnection[];
263
+ }
264
+ /** The response of a list-all operation. */
265
+ export interface ClusterList {
266
+ /** List of clusters. */
267
+ value?: Cluster[];
268
+ /**
269
+ * The URI to fetch the next page of results.
270
+ * NOTE: This property will not be serialized. It can only be populated by the server.
271
+ */
272
+ readonly nextLink?: string;
273
+ }
274
+ /** The response of a list-all operation. */
275
+ export interface DatabaseList {
276
+ /** List of databases */
277
+ value?: Database[];
278
+ /**
279
+ * The URI to fetch the next page of results.
280
+ * NOTE: This property will not be serialized. It can only be populated by the server.
281
+ */
282
+ readonly nextLink?: string;
283
+ }
284
+ /** Persistence-related configuration for the Redis Enterprise database */
285
+ export interface Persistence {
286
+ /** Sets whether AOF is enabled. Note that at most one of AOF or RDB persistence may be enabled. */
287
+ aofEnabled?: boolean;
288
+ /** Sets whether RDB is enabled. Note that at most one of AOF or RDB persistence may be enabled. */
289
+ rdbEnabled?: boolean;
290
+ /** Sets the frequency at which data is written to disk. Defaults to '1s', meaning 'every second'. Note that the 'always' setting is deprecated, because of its performance impact. */
291
+ aofFrequency?: AofFrequency;
292
+ /** Sets the frequency at which a snapshot of the database is created. */
293
+ rdbFrequency?: RdbFrequency;
294
+ }
295
+ /** Specifies configuration of a redis module */
296
+ export interface Module {
297
+ /** The name of the module, e.g. 'RedisBloom', 'RediSearch', 'RedisTimeSeries' */
298
+ name: string;
299
+ /** Configuration options for the module, e.g. 'ERROR_RATE 0.01 INITIAL_SIZE 400'. */
300
+ args?: string;
301
+ /**
302
+ * The version of the module, e.g. '1.0'.
303
+ * NOTE: This property will not be serialized. It can only be populated by the server.
304
+ */
305
+ readonly version?: string;
306
+ }
307
+ /** Optional set of properties to configure geo replication for this database. */
308
+ export interface DatabasePropertiesGeoReplication {
309
+ /** Name for the group of linked database resources */
310
+ groupNickname?: string;
311
+ /** List of database resources to link with this database */
312
+ linkedDatabases?: LinkedDatabase[];
313
+ }
314
+ /** Specifies details of a linked database resource. */
315
+ export interface LinkedDatabase {
316
+ /** Resource ID of a database resource to link with this database. */
317
+ id?: string;
318
+ /**
319
+ * State of the link between the database resources.
320
+ * NOTE: This property will not be serialized. It can only be populated by the server.
321
+ */
322
+ readonly state?: LinkState;
323
+ }
324
+ /** Common fields that are returned in the response for all Azure Resource Manager resources */
325
+ export interface ResourceAutoGenerated {
326
+ /**
327
+ * Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
328
+ * NOTE: This property will not be serialized. It can only be populated by the server.
329
+ */
330
+ readonly id?: string;
331
+ /**
332
+ * The name of the resource
333
+ * NOTE: This property will not be serialized. It can only be populated by the server.
334
+ */
335
+ readonly name?: string;
336
+ /**
337
+ * The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
338
+ * NOTE: This property will not be serialized. It can only be populated by the server.
339
+ */
340
+ readonly type?: string;
341
+ /**
342
+ * Azure Resource Manager metadata containing createdBy and modifiedBy information.
343
+ * NOTE: This property will not be serialized. It can only be populated by the server.
344
+ */
345
+ readonly systemData?: SystemData;
346
+ }
347
+ /** Metadata pertaining to creation and last modification of the resource. */
348
+ export interface SystemData {
349
+ /** The identity that created the resource. */
350
+ createdBy?: string;
351
+ /** The type of identity that created the resource. */
352
+ createdByType?: CreatedByType;
353
+ /** The timestamp of resource creation (UTC). */
354
+ createdAt?: Date;
355
+ /** The identity that last modified the resource. */
356
+ lastModifiedBy?: string;
357
+ /** The type of identity that last modified the resource. */
358
+ lastModifiedByType?: CreatedByType;
359
+ /** The timestamp of resource last modification (UTC) */
360
+ lastModifiedAt?: Date;
361
+ }
362
+ /** A partial update to the Redis Enterprise database */
363
+ export interface DatabaseUpdate {
364
+ /** Specifies whether redis clients can connect using TLS-encrypted or plaintext redis protocols. Default is TLS-encrypted. */
365
+ clientProtocol?: Protocol;
366
+ /** TCP port of the database endpoint. Specified at create time. Defaults to an available port. */
367
+ port?: number;
368
+ /**
369
+ * Current provisioning status of the database
370
+ * NOTE: This property will not be serialized. It can only be populated by the server.
371
+ */
372
+ readonly provisioningState?: ProvisioningState;
373
+ /**
374
+ * Current resource status of the database
375
+ * NOTE: This property will not be serialized. It can only be populated by the server.
376
+ */
377
+ readonly resourceState?: ResourceState;
378
+ /** Clustering policy - default is OSSCluster. This property can be updated only if the current value is NoCluster. If the value is OSSCluster or EnterpriseCluster, it cannot be updated without deleting the database. */
379
+ clusteringPolicy?: ClusteringPolicy;
380
+ /** Redis eviction policy - default is VolatileLRU */
381
+ evictionPolicy?: EvictionPolicy;
382
+ /** Persistence settings */
383
+ persistence?: Persistence;
384
+ /** Optional set of redis modules to enable in this database - modules can only be added at creation time. */
385
+ modules?: Module[];
386
+ /** Optional set of properties to configure geo replication for this database. */
387
+ geoReplication?: DatabasePropertiesGeoReplication;
388
+ /**
389
+ * Version of Redis the database is running on, e.g. '6.0'
390
+ * NOTE: This property will not be serialized. It can only be populated by the server.
391
+ */
392
+ readonly redisVersion?: string;
393
+ /** Option to defer upgrade when newest version is released - default is NotDeferred. Learn more: https://aka.ms/redisversionupgrade */
394
+ deferUpgrade?: DeferUpgradeSetting;
395
+ /** This property can be Enabled/Disabled to allow or deny access with the current access keys. Can be updated even after database is created. */
396
+ accessKeysAuthentication?: AccessKeysAuthentication;
397
+ }
398
+ /** The secret access keys used for authenticating connections to redis */
399
+ export interface AccessKeys {
400
+ /**
401
+ * The current primary key that clients can use to authenticate
402
+ * NOTE: This property will not be serialized. It can only be populated by the server.
403
+ */
404
+ readonly primaryKey?: string;
405
+ /**
406
+ * The current secondary key that clients can use to authenticate
407
+ * NOTE: This property will not be serialized. It can only be populated by the server.
408
+ */
409
+ readonly secondaryKey?: string;
410
+ }
411
+ /** Specifies which access keys to reset to a new random value. */
412
+ export interface RegenerateKeyParameters {
413
+ /** Which access key to regenerate. */
414
+ keyType: AccessKeyType;
415
+ }
416
+ /** Parameters for a Redis Enterprise import operation. */
417
+ export interface ImportClusterParameters {
418
+ /** SAS URIs for the target blobs to import from */
419
+ sasUris: string[];
420
+ }
421
+ /** Parameters for a Redis Enterprise export operation. */
422
+ export interface ExportClusterParameters {
423
+ /** SAS URI for the target directory to export to */
424
+ sasUri: string;
425
+ }
426
+ /** The user associated with the access policy. */
427
+ export interface AccessPolicyAssignmentPropertiesUser {
428
+ /** The object ID of the user. */
429
+ objectId?: string;
430
+ }
431
+ /** The response of a list-all operation. */
432
+ export interface AccessPolicyAssignmentList {
433
+ /** List of access policy assignments. */
434
+ value?: AccessPolicyAssignment[];
435
+ /**
436
+ * The URI to fetch the next page of results.
437
+ * NOTE: This property will not be serialized. It can only be populated by the server.
438
+ */
439
+ readonly nextLink?: string;
440
+ }
441
+ /** The response of a listSkusForScaling operation. */
442
+ export interface SkuDetailsList {
443
+ /** List of SKUS available to scale up or scale down. */
444
+ skus?: SkuDetails[];
445
+ }
446
+ /** Details of a Redis Enterprise cluster SKU. */
447
+ export interface SkuDetails {
448
+ /**
449
+ * The name of the SKU.
450
+ * NOTE: This property will not be serialized. It can only be populated by the server.
451
+ */
452
+ readonly name?: string;
453
+ /**
454
+ * The cache size in GB.
455
+ * NOTE: This property will not be serialized. It can only be populated by the server.
456
+ */
457
+ readonly customerFacingSizeInGB?: number;
458
+ }
459
+ /** List of private endpoint connection associated with the specified storage account */
460
+ export interface PrivateEndpointConnectionListResult {
461
+ /** Array of private endpoint connections */
462
+ value?: PrivateEndpointConnection[];
463
+ }
464
+ /** A list of private link resources */
465
+ export interface PrivateLinkResourceListResult {
466
+ /** Array of private link resources */
467
+ value?: PrivateLinkResource[];
468
+ }
469
+ /** Parameters for a Redis Enterprise Active Geo Replication Force Unlink operation. */
470
+ export interface ForceUnlinkParameters {
471
+ /** The resource IDs of the database resources to be unlinked. */
472
+ ids: string[];
473
+ }
474
+ /** Parameters for reconfiguring active geo-replication, of an existing database that was previously unlinked from a replication group. */
475
+ export interface ForceLinkParameters {
476
+ /** Properties to configure geo replication for this database. */
477
+ geoReplication: ForceLinkParametersGeoReplication;
478
+ }
479
+ /** Properties to configure geo replication for this database. */
480
+ export interface ForceLinkParametersGeoReplication {
481
+ /** The name of the group of linked database resources. This should match the existing replication group name. */
482
+ groupNickname?: string;
483
+ /** The resource IDs of the databases that are expected to be linked and included in the replication group. This parameter is used to validate that the linking is to the expected (unlinked) part of the replication group, if it is splintered. */
484
+ linkedDatabases?: LinkedDatabase[];
485
+ }
486
+ /** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */
487
+ export interface ErrorResponseAutoGenerated {
488
+ /** The error object. */
489
+ error?: ErrorDetailAutoGenerated;
490
+ }
491
+ /** The error detail. */
492
+ export interface ErrorDetailAutoGenerated {
493
+ /**
494
+ * The error code.
495
+ * NOTE: This property will not be serialized. It can only be populated by the server.
496
+ */
497
+ readonly code?: string;
498
+ /**
499
+ * The error message.
500
+ * NOTE: This property will not be serialized. It can only be populated by the server.
501
+ */
502
+ readonly message?: string;
503
+ /**
504
+ * The error target.
505
+ * NOTE: This property will not be serialized. It can only be populated by the server.
506
+ */
507
+ readonly target?: string;
508
+ /**
509
+ * The error details.
510
+ * NOTE: This property will not be serialized. It can only be populated by the server.
511
+ */
512
+ readonly details?: ErrorDetailAutoGenerated[];
513
+ /**
514
+ * The error additional info.
515
+ * NOTE: This property will not be serialized. It can only be populated by the server.
516
+ */
517
+ readonly additionalInfo?: ErrorAdditionalInfo[];
518
+ }
519
+ /** Parameters for a Redis Enterprise active geo-replication flush operation */
520
+ export interface FlushParameters {
521
+ /** The identifiers of all the other database resources in the georeplication group to be flushed. */
522
+ ids?: string[];
523
+ }
524
+ /** The Private Endpoint Connection resource. */
525
+ export interface PrivateEndpointConnection extends Resource {
526
+ /** The resource of private end point. */
527
+ privateEndpoint?: PrivateEndpoint;
528
+ /** A collection of information about the state of the connection between service consumer and provider. */
529
+ privateLinkServiceConnectionState?: PrivateLinkServiceConnectionState;
530
+ /**
531
+ * The provisioning state of the private endpoint connection resource.
532
+ * NOTE: This property will not be serialized. It can only be populated by the server.
533
+ */
534
+ readonly provisioningState?: PrivateEndpointConnectionProvisioningState;
535
+ }
536
+ /** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
537
+ export interface TrackedResource extends Resource {
538
+ /** Resource tags. */
539
+ tags?: {
540
+ [propertyName: string]: string;
541
+ };
542
+ /** The geo-location where the resource lives */
543
+ location: string;
544
+ }
545
+ /** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
546
+ export interface ProxyResourceAutoGenerated extends Resource {
547
+ }
548
+ /** A private link resource */
549
+ export interface PrivateLinkResource extends Resource {
550
+ /**
551
+ * The private link resource group id.
552
+ * NOTE: This property will not be serialized. It can only be populated by the server.
553
+ */
554
+ readonly groupId?: string;
555
+ /**
556
+ * The private link resource required member names.
557
+ * NOTE: This property will not be serialized. It can only be populated by the server.
558
+ */
559
+ readonly requiredMembers?: string[];
560
+ /** The private link resource Private link DNS zone name. */
561
+ requiredZoneNames?: string[];
562
+ }
563
+ /** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
564
+ export interface ProxyResource extends ResourceAutoGenerated {
565
+ }
566
+ /** Describes the Redis Enterprise cluster */
567
+ export interface Cluster extends TrackedResource {
568
+ /**
569
+ * Distinguishes the kind of cluster. Read-only.
570
+ * NOTE: This property will not be serialized. It can only be populated by the server.
571
+ */
572
+ readonly kind?: Kind;
573
+ /** The SKU to create, which affects price, performance, and features. */
574
+ sku: Sku;
575
+ /** The Availability Zones where this cluster will be deployed. */
576
+ zones?: string[];
577
+ /** The identity of the resource. */
578
+ identity?: ManagedServiceIdentity;
579
+ /** Enabled by default. If highAvailability is disabled, the data set is not replicated. This affects the availability SLA, and increases the risk of data loss. */
580
+ highAvailability?: HighAvailability;
581
+ /** The minimum TLS version for the cluster to support, e.g. '1.2'. Newer versions can be added in the future. Note that TLS 1.0 and TLS 1.1 are now completely obsolete -- you cannot use them. They are mentioned only for the sake of consistency with old API versions. */
582
+ minimumTlsVersion?: TlsVersion;
583
+ /** Encryption-at-rest configuration for the cluster. */
584
+ encryption?: ClusterPropertiesEncryption;
585
+ /**
586
+ * DNS name of the cluster endpoint
587
+ * NOTE: This property will not be serialized. It can only be populated by the server.
588
+ */
589
+ readonly hostName?: string;
590
+ /**
591
+ * Current provisioning status of the cluster
592
+ * NOTE: This property will not be serialized. It can only be populated by the server.
593
+ */
594
+ readonly provisioningState?: ProvisioningState;
595
+ /**
596
+ * Explains the current redundancy strategy of the cluster, which affects the expected SLA.
597
+ * NOTE: This property will not be serialized. It can only be populated by the server.
598
+ */
599
+ readonly redundancyMode?: RedundancyMode;
600
+ /**
601
+ * Current resource status of the cluster
602
+ * NOTE: This property will not be serialized. It can only be populated by the server.
603
+ */
604
+ readonly resourceState?: ResourceState;
605
+ /**
606
+ * Version of redis the cluster supports, e.g. '6'
607
+ * NOTE: This property will not be serialized. It can only be populated by the server.
608
+ */
609
+ readonly redisVersion?: string;
610
+ /**
611
+ * List of private endpoint connections associated with the specified Redis Enterprise cluster
612
+ * NOTE: This property will not be serialized. It can only be populated by the server.
613
+ */
614
+ readonly privateEndpointConnections?: PrivateEndpointConnection[];
615
+ }
616
+ /** Describes the access policy assignment of Redis Enterprise database */
617
+ export interface AccessPolicyAssignment extends ProxyResourceAutoGenerated {
618
+ /**
619
+ * Current provisioning status of the access policy assignment.
620
+ * NOTE: This property will not be serialized. It can only be populated by the server.
621
+ */
622
+ readonly provisioningState?: ProvisioningState;
623
+ /** Name of access policy under specific access policy assignment. Only "default" policy is supported for now. */
624
+ accessPolicyName?: string;
625
+ /** The user associated with the access policy. */
626
+ user?: AccessPolicyAssignmentPropertiesUser;
627
+ }
628
+ /** Describes a database on the Redis Enterprise cluster */
629
+ export interface Database extends ProxyResource {
630
+ /** Specifies whether redis clients can connect using TLS-encrypted or plaintext redis protocols. Default is TLS-encrypted. */
631
+ clientProtocol?: Protocol;
632
+ /** TCP port of the database endpoint. Specified at create time. Defaults to an available port. */
633
+ port?: number;
634
+ /**
635
+ * Current provisioning status of the database
636
+ * NOTE: This property will not be serialized. It can only be populated by the server.
637
+ */
638
+ readonly provisioningState?: ProvisioningState;
639
+ /**
640
+ * Current resource status of the database
641
+ * NOTE: This property will not be serialized. It can only be populated by the server.
642
+ */
643
+ readonly resourceState?: ResourceState;
644
+ /** Clustering policy - default is OSSCluster. This property can be updated only if the current value is NoCluster. If the value is OSSCluster or EnterpriseCluster, it cannot be updated without deleting the database. */
645
+ clusteringPolicy?: ClusteringPolicy;
646
+ /** Redis eviction policy - default is VolatileLRU */
647
+ evictionPolicy?: EvictionPolicy;
648
+ /** Persistence settings */
649
+ persistence?: Persistence;
650
+ /** Optional set of redis modules to enable in this database - modules can only be added at creation time. */
651
+ modules?: Module[];
652
+ /** Optional set of properties to configure geo replication for this database. */
653
+ geoReplication?: DatabasePropertiesGeoReplication;
654
+ /**
655
+ * Version of Redis the database is running on, e.g. '6.0'
656
+ * NOTE: This property will not be serialized. It can only be populated by the server.
657
+ */
658
+ readonly redisVersion?: string;
659
+ /** Option to defer upgrade when newest version is released - default is NotDeferred. Learn more: https://aka.ms/redisversionupgrade */
660
+ deferUpgrade?: DeferUpgradeSetting;
661
+ /** This property can be Enabled/Disabled to allow or deny access with the current access keys. Can be updated even after database is created. */
662
+ accessKeysAuthentication?: AccessKeysAuthentication;
663
+ }
664
+ /** Defines headers for RedisEnterprise_update operation. */
665
+ export interface RedisEnterpriseUpdateHeaders {
666
+ /** Location URI to poll for result */
667
+ location?: string;
668
+ /** Azure-AsyncOperation URI to poll for result */
669
+ azureAsyncOperation?: string;
670
+ }
671
+ /** Defines headers for RedisEnterprise_delete operation. */
672
+ export interface RedisEnterpriseDeleteHeaders {
673
+ /** Location URI to poll for result */
674
+ location?: string;
675
+ /** Azure-AsyncOperation URI to poll for result */
676
+ azureAsyncOperation?: string;
677
+ }
678
+ /** Defines headers for Databases_update operation. */
679
+ export interface DatabasesUpdateHeaders {
680
+ /** Location URI to poll for result */
681
+ location?: string;
682
+ /** Azure-AsyncOperation URI to poll for result */
683
+ azureAsyncOperation?: string;
684
+ }
685
+ /** Defines headers for Databases_delete operation. */
686
+ export interface DatabasesDeleteHeaders {
687
+ /** Location URI to poll for result */
688
+ location?: string;
689
+ /** Azure-AsyncOperation URI to poll for result */
690
+ azureAsyncOperation?: string;
691
+ }
692
+ /** Defines headers for Databases_regenerateKey operation. */
693
+ export interface DatabasesRegenerateKeyHeaders {
694
+ /** Location URI to poll for result */
695
+ location?: string;
696
+ /** Azure-AsyncOperation URI to poll for result */
697
+ azureAsyncOperation?: string;
698
+ }
699
+ /** Defines headers for Databases_import operation. */
700
+ export interface DatabasesImportHeaders {
701
+ /** Location URI to poll for result */
702
+ location?: string;
703
+ /** Azure-AsyncOperation URI to poll for result */
704
+ azureAsyncOperation?: string;
705
+ }
706
+ /** Defines headers for Databases_export operation. */
707
+ export interface DatabasesExportHeaders {
708
+ /** Location URI to poll for result */
709
+ location?: string;
710
+ /** Azure-AsyncOperation URI to poll for result */
711
+ azureAsyncOperation?: string;
712
+ }
713
+ /** Defines headers for Databases_forceUnlink operation. */
714
+ export interface DatabasesForceUnlinkHeaders {
715
+ /** Location URI to poll for result */
716
+ location?: string;
717
+ /** Azure-AsyncOperation URI to poll for result */
718
+ azureAsyncOperation?: string;
719
+ }
720
+ /** Defines headers for Databases_forceLinkToReplicationGroup operation. */
721
+ export interface DatabasesForceLinkToReplicationGroupHeaders {
722
+ /** Location URI to poll for result */
723
+ location?: string;
724
+ /** Azure-AsyncOperation URI to poll for result */
725
+ azureAsyncOperation?: string;
726
+ }
727
+ /** Defines headers for Databases_flush operation. */
728
+ export interface DatabasesFlushHeaders {
729
+ /** Location URI to poll for result */
730
+ location?: string;
731
+ /** URI to poll for the operation status */
732
+ azureAsyncOperation?: string;
733
+ }
734
+ /** Defines headers for Databases_upgradeDBRedisVersion operation. */
735
+ export interface DatabasesUpgradeDBRedisVersionHeaders {
736
+ /** Location URI to poll for result */
737
+ location?: string;
738
+ /** URI to poll for the operation status */
739
+ azureAsyncOperation?: string;
740
+ }
741
+ /** Defines headers for AccessPolicyAssignment_delete operation. */
742
+ export interface AccessPolicyAssignmentDeleteHeaders {
743
+ /** Location URI to poll for result */
744
+ location?: string;
745
+ /** Azure-AsyncOperation URI to poll for result */
746
+ azureAsyncOperation?: string;
747
+ }
748
+ /** Defines headers for PrivateEndpointConnections_delete operation. */
749
+ export interface PrivateEndpointConnectionsDeleteHeaders {
750
+ /** Location URI to poll for result */
751
+ location?: string;
752
+ /** URI to poll for the operation status */
753
+ azureAsyncOperation?: string;
754
+ }
755
+ /** Known values of {@link Origin} that the service accepts. */
756
+ export declare enum KnownOrigin {
757
+ /** User */
758
+ User = "user",
759
+ /** System */
760
+ System = "system",
761
+ /** UserSystem */
762
+ UserSystem = "user,system"
763
+ }
764
+ /**
765
+ * Defines values for Origin. \
766
+ * {@link KnownOrigin} can be used interchangeably with Origin,
767
+ * this enum contains the known values that the service supports.
768
+ * ### Known values supported by the service
769
+ * **user** \
770
+ * **system** \
771
+ * **user,system**
772
+ */
773
+ export type Origin = string;
774
+ /** Known values of {@link ActionType} that the service accepts. */
775
+ export declare enum KnownActionType {
776
+ /** Internal */
777
+ Internal = "Internal"
778
+ }
779
+ /**
780
+ * Defines values for ActionType. \
781
+ * {@link KnownActionType} can be used interchangeably with ActionType,
782
+ * this enum contains the known values that the service supports.
783
+ * ### Known values supported by the service
784
+ * **Internal**
785
+ */
786
+ export type ActionType = string;
787
+ /** Known values of {@link Kind} that the service accepts. */
788
+ export declare enum KnownKind {
789
+ /** V1 */
790
+ V1 = "v1",
791
+ /** V2 */
792
+ V2 = "v2"
793
+ }
794
+ /**
795
+ * Defines values for Kind. \
796
+ * {@link KnownKind} can be used interchangeably with Kind,
797
+ * this enum contains the known values that the service supports.
798
+ * ### Known values supported by the service
799
+ * **v1** \
800
+ * **v2**
801
+ */
802
+ export type Kind = string;
803
+ /** Known values of {@link SkuName} that the service accepts. */
804
+ export declare enum KnownSkuName {
805
+ /** EnterpriseE1 */
806
+ EnterpriseE1 = "Enterprise_E1",
807
+ /** EnterpriseE5 */
808
+ EnterpriseE5 = "Enterprise_E5",
809
+ /** EnterpriseE10 */
810
+ EnterpriseE10 = "Enterprise_E10",
811
+ /** EnterpriseE20 */
812
+ EnterpriseE20 = "Enterprise_E20",
813
+ /** EnterpriseE50 */
814
+ EnterpriseE50 = "Enterprise_E50",
815
+ /** EnterpriseE100 */
816
+ EnterpriseE100 = "Enterprise_E100",
817
+ /** EnterpriseE200 */
818
+ EnterpriseE200 = "Enterprise_E200",
819
+ /** EnterpriseE400 */
820
+ EnterpriseE400 = "Enterprise_E400",
821
+ /** EnterpriseFlashF300 */
822
+ EnterpriseFlashF300 = "EnterpriseFlash_F300",
823
+ /** EnterpriseFlashF700 */
824
+ EnterpriseFlashF700 = "EnterpriseFlash_F700",
825
+ /** EnterpriseFlashF1500 */
826
+ EnterpriseFlashF1500 = "EnterpriseFlash_F1500",
827
+ /** BalancedB0 */
828
+ BalancedB0 = "Balanced_B0",
829
+ /** BalancedB1 */
830
+ BalancedB1 = "Balanced_B1",
831
+ /** BalancedB3 */
832
+ BalancedB3 = "Balanced_B3",
833
+ /** BalancedB5 */
834
+ BalancedB5 = "Balanced_B5",
835
+ /** BalancedB10 */
836
+ BalancedB10 = "Balanced_B10",
837
+ /** BalancedB20 */
838
+ BalancedB20 = "Balanced_B20",
839
+ /** BalancedB50 */
840
+ BalancedB50 = "Balanced_B50",
841
+ /** BalancedB100 */
842
+ BalancedB100 = "Balanced_B100",
843
+ /** BalancedB150 */
844
+ BalancedB150 = "Balanced_B150",
845
+ /** BalancedB250 */
846
+ BalancedB250 = "Balanced_B250",
847
+ /** BalancedB350 */
848
+ BalancedB350 = "Balanced_B350",
849
+ /** BalancedB500 */
850
+ BalancedB500 = "Balanced_B500",
851
+ /** BalancedB700 */
852
+ BalancedB700 = "Balanced_B700",
853
+ /** BalancedB1000 */
854
+ BalancedB1000 = "Balanced_B1000",
855
+ /** MemoryOptimizedM10 */
856
+ MemoryOptimizedM10 = "MemoryOptimized_M10",
857
+ /** MemoryOptimizedM20 */
858
+ MemoryOptimizedM20 = "MemoryOptimized_M20",
859
+ /** MemoryOptimizedM50 */
860
+ MemoryOptimizedM50 = "MemoryOptimized_M50",
861
+ /** MemoryOptimizedM100 */
862
+ MemoryOptimizedM100 = "MemoryOptimized_M100",
863
+ /** MemoryOptimizedM150 */
864
+ MemoryOptimizedM150 = "MemoryOptimized_M150",
865
+ /** MemoryOptimizedM250 */
866
+ MemoryOptimizedM250 = "MemoryOptimized_M250",
867
+ /** MemoryOptimizedM350 */
868
+ MemoryOptimizedM350 = "MemoryOptimized_M350",
869
+ /** MemoryOptimizedM500 */
870
+ MemoryOptimizedM500 = "MemoryOptimized_M500",
871
+ /** MemoryOptimizedM700 */
872
+ MemoryOptimizedM700 = "MemoryOptimized_M700",
873
+ /** MemoryOptimizedM1000 */
874
+ MemoryOptimizedM1000 = "MemoryOptimized_M1000",
875
+ /** MemoryOptimizedM1500 */
876
+ MemoryOptimizedM1500 = "MemoryOptimized_M1500",
877
+ /** MemoryOptimizedM2000 */
878
+ MemoryOptimizedM2000 = "MemoryOptimized_M2000",
879
+ /** ComputeOptimizedX3 */
880
+ ComputeOptimizedX3 = "ComputeOptimized_X3",
881
+ /** ComputeOptimizedX5 */
882
+ ComputeOptimizedX5 = "ComputeOptimized_X5",
883
+ /** ComputeOptimizedX10 */
884
+ ComputeOptimizedX10 = "ComputeOptimized_X10",
885
+ /** ComputeOptimizedX20 */
886
+ ComputeOptimizedX20 = "ComputeOptimized_X20",
887
+ /** ComputeOptimizedX50 */
888
+ ComputeOptimizedX50 = "ComputeOptimized_X50",
889
+ /** ComputeOptimizedX100 */
890
+ ComputeOptimizedX100 = "ComputeOptimized_X100",
891
+ /** ComputeOptimizedX150 */
892
+ ComputeOptimizedX150 = "ComputeOptimized_X150",
893
+ /** ComputeOptimizedX250 */
894
+ ComputeOptimizedX250 = "ComputeOptimized_X250",
895
+ /** ComputeOptimizedX350 */
896
+ ComputeOptimizedX350 = "ComputeOptimized_X350",
897
+ /** ComputeOptimizedX500 */
898
+ ComputeOptimizedX500 = "ComputeOptimized_X500",
899
+ /** ComputeOptimizedX700 */
900
+ ComputeOptimizedX700 = "ComputeOptimized_X700",
901
+ /** FlashOptimizedA250 */
902
+ FlashOptimizedA250 = "FlashOptimized_A250",
903
+ /** FlashOptimizedA500 */
904
+ FlashOptimizedA500 = "FlashOptimized_A500",
905
+ /** FlashOptimizedA700 */
906
+ FlashOptimizedA700 = "FlashOptimized_A700",
907
+ /** FlashOptimizedA1000 */
908
+ FlashOptimizedA1000 = "FlashOptimized_A1000",
909
+ /** FlashOptimizedA1500 */
910
+ FlashOptimizedA1500 = "FlashOptimized_A1500",
911
+ /** FlashOptimizedA2000 */
912
+ FlashOptimizedA2000 = "FlashOptimized_A2000",
913
+ /** FlashOptimizedA4500 */
914
+ FlashOptimizedA4500 = "FlashOptimized_A4500"
915
+ }
916
+ /**
917
+ * Defines values for SkuName. \
918
+ * {@link KnownSkuName} can be used interchangeably with SkuName,
919
+ * this enum contains the known values that the service supports.
920
+ * ### Known values supported by the service
921
+ * **Enterprise_E1** \
922
+ * **Enterprise_E5** \
923
+ * **Enterprise_E10** \
924
+ * **Enterprise_E20** \
925
+ * **Enterprise_E50** \
926
+ * **Enterprise_E100** \
927
+ * **Enterprise_E200** \
928
+ * **Enterprise_E400** \
929
+ * **EnterpriseFlash_F300** \
930
+ * **EnterpriseFlash_F700** \
931
+ * **EnterpriseFlash_F1500** \
932
+ * **Balanced_B0** \
933
+ * **Balanced_B1** \
934
+ * **Balanced_B3** \
935
+ * **Balanced_B5** \
936
+ * **Balanced_B10** \
937
+ * **Balanced_B20** \
938
+ * **Balanced_B50** \
939
+ * **Balanced_B100** \
940
+ * **Balanced_B150** \
941
+ * **Balanced_B250** \
942
+ * **Balanced_B350** \
943
+ * **Balanced_B500** \
944
+ * **Balanced_B700** \
945
+ * **Balanced_B1000** \
946
+ * **MemoryOptimized_M10** \
947
+ * **MemoryOptimized_M20** \
948
+ * **MemoryOptimized_M50** \
949
+ * **MemoryOptimized_M100** \
950
+ * **MemoryOptimized_M150** \
951
+ * **MemoryOptimized_M250** \
952
+ * **MemoryOptimized_M350** \
953
+ * **MemoryOptimized_M500** \
954
+ * **MemoryOptimized_M700** \
955
+ * **MemoryOptimized_M1000** \
956
+ * **MemoryOptimized_M1500** \
957
+ * **MemoryOptimized_M2000** \
958
+ * **ComputeOptimized_X3** \
959
+ * **ComputeOptimized_X5** \
960
+ * **ComputeOptimized_X10** \
961
+ * **ComputeOptimized_X20** \
962
+ * **ComputeOptimized_X50** \
963
+ * **ComputeOptimized_X100** \
964
+ * **ComputeOptimized_X150** \
965
+ * **ComputeOptimized_X250** \
966
+ * **ComputeOptimized_X350** \
967
+ * **ComputeOptimized_X500** \
968
+ * **ComputeOptimized_X700** \
969
+ * **FlashOptimized_A250** \
970
+ * **FlashOptimized_A500** \
971
+ * **FlashOptimized_A700** \
972
+ * **FlashOptimized_A1000** \
973
+ * **FlashOptimized_A1500** \
974
+ * **FlashOptimized_A2000** \
975
+ * **FlashOptimized_A4500**
976
+ */
977
+ export type SkuName = string;
978
+ /** Known values of {@link ManagedServiceIdentityType} that the service accepts. */
979
+ export declare enum KnownManagedServiceIdentityType {
980
+ /** None */
981
+ None = "None",
982
+ /** SystemAssigned */
983
+ SystemAssigned = "SystemAssigned",
984
+ /** UserAssigned */
985
+ UserAssigned = "UserAssigned",
986
+ /** SystemAssignedUserAssigned */
987
+ SystemAssignedUserAssigned = "SystemAssigned, UserAssigned"
988
+ }
989
+ /**
990
+ * Defines values for ManagedServiceIdentityType. \
991
+ * {@link KnownManagedServiceIdentityType} can be used interchangeably with ManagedServiceIdentityType,
992
+ * this enum contains the known values that the service supports.
993
+ * ### Known values supported by the service
994
+ * **None** \
995
+ * **SystemAssigned** \
996
+ * **UserAssigned** \
997
+ * **SystemAssigned, UserAssigned**
998
+ */
999
+ export type ManagedServiceIdentityType = string;
1000
+ /** Known values of {@link HighAvailability} that the service accepts. */
1001
+ export declare enum KnownHighAvailability {
1002
+ /** Enabled */
1003
+ Enabled = "Enabled",
1004
+ /** Disabled */
1005
+ Disabled = "Disabled"
1006
+ }
1007
+ /**
1008
+ * Defines values for HighAvailability. \
1009
+ * {@link KnownHighAvailability} can be used interchangeably with HighAvailability,
1010
+ * this enum contains the known values that the service supports.
1011
+ * ### Known values supported by the service
1012
+ * **Enabled** \
1013
+ * **Disabled**
1014
+ */
1015
+ export type HighAvailability = string;
1016
+ /** Known values of {@link TlsVersion} that the service accepts. */
1017
+ export declare enum KnownTlsVersion {
1018
+ /** One0 */
1019
+ One0 = "1.0",
1020
+ /** One1 */
1021
+ One1 = "1.1",
1022
+ /** One2 */
1023
+ One2 = "1.2"
1024
+ }
1025
+ /**
1026
+ * Defines values for TlsVersion. \
1027
+ * {@link KnownTlsVersion} can be used interchangeably with TlsVersion,
1028
+ * this enum contains the known values that the service supports.
1029
+ * ### Known values supported by the service
1030
+ * **1.0** \
1031
+ * **1.1** \
1032
+ * **1.2**
1033
+ */
1034
+ export type TlsVersion = string;
1035
+ /** Known values of {@link CmkIdentityType} that the service accepts. */
1036
+ export declare enum KnownCmkIdentityType {
1037
+ /** SystemAssignedIdentity */
1038
+ SystemAssignedIdentity = "systemAssignedIdentity",
1039
+ /** UserAssignedIdentity */
1040
+ UserAssignedIdentity = "userAssignedIdentity"
1041
+ }
1042
+ /**
1043
+ * Defines values for CmkIdentityType. \
1044
+ * {@link KnownCmkIdentityType} can be used interchangeably with CmkIdentityType,
1045
+ * this enum contains the known values that the service supports.
1046
+ * ### Known values supported by the service
1047
+ * **systemAssignedIdentity** \
1048
+ * **userAssignedIdentity**
1049
+ */
1050
+ export type CmkIdentityType = string;
1051
+ /** Known values of {@link ProvisioningState} that the service accepts. */
1052
+ export declare enum KnownProvisioningState {
1053
+ /** Succeeded */
1054
+ Succeeded = "Succeeded",
1055
+ /** Failed */
1056
+ Failed = "Failed",
1057
+ /** Canceled */
1058
+ Canceled = "Canceled",
1059
+ /** Creating */
1060
+ Creating = "Creating",
1061
+ /** Updating */
1062
+ Updating = "Updating",
1063
+ /** Deleting */
1064
+ Deleting = "Deleting"
1065
+ }
1066
+ /**
1067
+ * Defines values for ProvisioningState. \
1068
+ * {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,
1069
+ * this enum contains the known values that the service supports.
1070
+ * ### Known values supported by the service
1071
+ * **Succeeded** \
1072
+ * **Failed** \
1073
+ * **Canceled** \
1074
+ * **Creating** \
1075
+ * **Updating** \
1076
+ * **Deleting**
1077
+ */
1078
+ export type ProvisioningState = string;
1079
+ /** Known values of {@link RedundancyMode} that the service accepts. */
1080
+ export declare enum KnownRedundancyMode {
1081
+ /** No redundancy. Availability loss will occur. */
1082
+ None = "None",
1083
+ /** Local redundancy with high availability. */
1084
+ LR = "LR",
1085
+ /** Zone redundant. Higher availability. */
1086
+ ZR = "ZR"
1087
+ }
1088
+ /**
1089
+ * Defines values for RedundancyMode. \
1090
+ * {@link KnownRedundancyMode} can be used interchangeably with RedundancyMode,
1091
+ * this enum contains the known values that the service supports.
1092
+ * ### Known values supported by the service
1093
+ * **None**: No redundancy. Availability loss will occur. \
1094
+ * **LR**: Local redundancy with high availability. \
1095
+ * **ZR**: Zone redundant. Higher availability.
1096
+ */
1097
+ export type RedundancyMode = string;
1098
+ /** Known values of {@link ResourceState} that the service accepts. */
1099
+ export declare enum KnownResourceState {
1100
+ /** Running */
1101
+ Running = "Running",
1102
+ /** Creating */
1103
+ Creating = "Creating",
1104
+ /** CreateFailed */
1105
+ CreateFailed = "CreateFailed",
1106
+ /** Updating */
1107
+ Updating = "Updating",
1108
+ /** UpdateFailed */
1109
+ UpdateFailed = "UpdateFailed",
1110
+ /** Deleting */
1111
+ Deleting = "Deleting",
1112
+ /** DeleteFailed */
1113
+ DeleteFailed = "DeleteFailed",
1114
+ /** Enabling */
1115
+ Enabling = "Enabling",
1116
+ /** EnableFailed */
1117
+ EnableFailed = "EnableFailed",
1118
+ /** Disabling */
1119
+ Disabling = "Disabling",
1120
+ /** DisableFailed */
1121
+ DisableFailed = "DisableFailed",
1122
+ /** Disabled */
1123
+ Disabled = "Disabled",
1124
+ /** Scaling */
1125
+ Scaling = "Scaling",
1126
+ /** ScalingFailed */
1127
+ ScalingFailed = "ScalingFailed",
1128
+ /** Moving */
1129
+ Moving = "Moving"
1130
+ }
1131
+ /**
1132
+ * Defines values for ResourceState. \
1133
+ * {@link KnownResourceState} can be used interchangeably with ResourceState,
1134
+ * this enum contains the known values that the service supports.
1135
+ * ### Known values supported by the service
1136
+ * **Running** \
1137
+ * **Creating** \
1138
+ * **CreateFailed** \
1139
+ * **Updating** \
1140
+ * **UpdateFailed** \
1141
+ * **Deleting** \
1142
+ * **DeleteFailed** \
1143
+ * **Enabling** \
1144
+ * **EnableFailed** \
1145
+ * **Disabling** \
1146
+ * **DisableFailed** \
1147
+ * **Disabled** \
1148
+ * **Scaling** \
1149
+ * **ScalingFailed** \
1150
+ * **Moving**
1151
+ */
1152
+ export type ResourceState = string;
1153
+ /** Known values of {@link PrivateEndpointServiceConnectionStatus} that the service accepts. */
1154
+ export declare enum KnownPrivateEndpointServiceConnectionStatus {
1155
+ /** Pending */
1156
+ Pending = "Pending",
1157
+ /** Approved */
1158
+ Approved = "Approved",
1159
+ /** Rejected */
1160
+ Rejected = "Rejected"
1161
+ }
1162
+ /**
1163
+ * Defines values for PrivateEndpointServiceConnectionStatus. \
1164
+ * {@link KnownPrivateEndpointServiceConnectionStatus} can be used interchangeably with PrivateEndpointServiceConnectionStatus,
1165
+ * this enum contains the known values that the service supports.
1166
+ * ### Known values supported by the service
1167
+ * **Pending** \
1168
+ * **Approved** \
1169
+ * **Rejected**
1170
+ */
1171
+ export type PrivateEndpointServiceConnectionStatus = string;
1172
+ /** Known values of {@link PrivateEndpointConnectionProvisioningState} that the service accepts. */
1173
+ export declare enum KnownPrivateEndpointConnectionProvisioningState {
1174
+ /** Succeeded */
1175
+ Succeeded = "Succeeded",
1176
+ /** Creating */
1177
+ Creating = "Creating",
1178
+ /** Deleting */
1179
+ Deleting = "Deleting",
1180
+ /** Failed */
1181
+ Failed = "Failed"
1182
+ }
1183
+ /**
1184
+ * Defines values for PrivateEndpointConnectionProvisioningState. \
1185
+ * {@link KnownPrivateEndpointConnectionProvisioningState} can be used interchangeably with PrivateEndpointConnectionProvisioningState,
1186
+ * this enum contains the known values that the service supports.
1187
+ * ### Known values supported by the service
1188
+ * **Succeeded** \
1189
+ * **Creating** \
1190
+ * **Deleting** \
1191
+ * **Failed**
1192
+ */
1193
+ export type PrivateEndpointConnectionProvisioningState = string;
1194
+ /** Known values of {@link Protocol} that the service accepts. */
1195
+ export declare enum KnownProtocol {
1196
+ /** Encrypted */
1197
+ Encrypted = "Encrypted",
1198
+ /** Plaintext */
1199
+ Plaintext = "Plaintext"
1200
+ }
1201
+ /**
1202
+ * Defines values for Protocol. \
1203
+ * {@link KnownProtocol} can be used interchangeably with Protocol,
1204
+ * this enum contains the known values that the service supports.
1205
+ * ### Known values supported by the service
1206
+ * **Encrypted** \
1207
+ * **Plaintext**
1208
+ */
1209
+ export type Protocol = string;
1210
+ /** Known values of {@link ClusteringPolicy} that the service accepts. */
1211
+ export declare enum KnownClusteringPolicy {
1212
+ /** Enterprise clustering policy uses only the classic redis protocol, which does not support redis cluster commands. */
1213
+ EnterpriseCluster = "EnterpriseCluster",
1214
+ /** OSS clustering policy follows the redis cluster specification, and requires all clients to support redis clustering. */
1215
+ OSSCluster = "OSSCluster",
1216
+ /** The NoCluster policy is used for non-clustered Redis instances that do not require clustering features. */
1217
+ NoCluster = "NoCluster"
1218
+ }
1219
+ /**
1220
+ * Defines values for ClusteringPolicy. \
1221
+ * {@link KnownClusteringPolicy} can be used interchangeably with ClusteringPolicy,
1222
+ * this enum contains the known values that the service supports.
1223
+ * ### Known values supported by the service
1224
+ * **EnterpriseCluster**: Enterprise clustering policy uses only the classic redis protocol, which does not support redis cluster commands. \
1225
+ * **OSSCluster**: OSS clustering policy follows the redis cluster specification, and requires all clients to support redis clustering. \
1226
+ * **NoCluster**: The NoCluster policy is used for non-clustered Redis instances that do not require clustering features.
1227
+ */
1228
+ export type ClusteringPolicy = string;
1229
+ /** Known values of {@link EvictionPolicy} that the service accepts. */
1230
+ export declare enum KnownEvictionPolicy {
1231
+ /** AllKeysLFU */
1232
+ AllKeysLFU = "AllKeysLFU",
1233
+ /** AllKeysLRU */
1234
+ AllKeysLRU = "AllKeysLRU",
1235
+ /** AllKeysRandom */
1236
+ AllKeysRandom = "AllKeysRandom",
1237
+ /** VolatileLRU */
1238
+ VolatileLRU = "VolatileLRU",
1239
+ /** VolatileLFU */
1240
+ VolatileLFU = "VolatileLFU",
1241
+ /** VolatileTTL */
1242
+ VolatileTTL = "VolatileTTL",
1243
+ /** VolatileRandom */
1244
+ VolatileRandom = "VolatileRandom",
1245
+ /** NoEviction */
1246
+ NoEviction = "NoEviction"
1247
+ }
1248
+ /**
1249
+ * Defines values for EvictionPolicy. \
1250
+ * {@link KnownEvictionPolicy} can be used interchangeably with EvictionPolicy,
1251
+ * this enum contains the known values that the service supports.
1252
+ * ### Known values supported by the service
1253
+ * **AllKeysLFU** \
1254
+ * **AllKeysLRU** \
1255
+ * **AllKeysRandom** \
1256
+ * **VolatileLRU** \
1257
+ * **VolatileLFU** \
1258
+ * **VolatileTTL** \
1259
+ * **VolatileRandom** \
1260
+ * **NoEviction**
1261
+ */
1262
+ export type EvictionPolicy = string;
1263
+ /** Known values of {@link AofFrequency} that the service accepts. */
1264
+ export declare enum KnownAofFrequency {
1265
+ /** OneS */
1266
+ OneS = "1s",
1267
+ /** Always */
1268
+ Always = "always"
1269
+ }
1270
+ /**
1271
+ * Defines values for AofFrequency. \
1272
+ * {@link KnownAofFrequency} can be used interchangeably with AofFrequency,
1273
+ * this enum contains the known values that the service supports.
1274
+ * ### Known values supported by the service
1275
+ * **1s** \
1276
+ * **always**
1277
+ */
1278
+ export type AofFrequency = string;
1279
+ /** Known values of {@link RdbFrequency} that the service accepts. */
1280
+ export declare enum KnownRdbFrequency {
1281
+ /** OneH */
1282
+ OneH = "1h",
1283
+ /** SixH */
1284
+ SixH = "6h",
1285
+ /** TwelveH */
1286
+ TwelveH = "12h"
1287
+ }
1288
+ /**
1289
+ * Defines values for RdbFrequency. \
1290
+ * {@link KnownRdbFrequency} can be used interchangeably with RdbFrequency,
1291
+ * this enum contains the known values that the service supports.
1292
+ * ### Known values supported by the service
1293
+ * **1h** \
1294
+ * **6h** \
1295
+ * **12h**
1296
+ */
1297
+ export type RdbFrequency = string;
1298
+ /** Known values of {@link LinkState} that the service accepts. */
1299
+ export declare enum KnownLinkState {
1300
+ /** Linked */
1301
+ Linked = "Linked",
1302
+ /** Linking */
1303
+ Linking = "Linking",
1304
+ /** Unlinking */
1305
+ Unlinking = "Unlinking",
1306
+ /** LinkFailed */
1307
+ LinkFailed = "LinkFailed",
1308
+ /** UnlinkFailed */
1309
+ UnlinkFailed = "UnlinkFailed"
1310
+ }
1311
+ /**
1312
+ * Defines values for LinkState. \
1313
+ * {@link KnownLinkState} can be used interchangeably with LinkState,
1314
+ * this enum contains the known values that the service supports.
1315
+ * ### Known values supported by the service
1316
+ * **Linked** \
1317
+ * **Linking** \
1318
+ * **Unlinking** \
1319
+ * **LinkFailed** \
1320
+ * **UnlinkFailed**
1321
+ */
1322
+ export type LinkState = string;
1323
+ /** Known values of {@link DeferUpgradeSetting} that the service accepts. */
1324
+ export declare enum KnownDeferUpgradeSetting {
1325
+ /** Deferred */
1326
+ Deferred = "Deferred",
1327
+ /** NotDeferred */
1328
+ NotDeferred = "NotDeferred"
1329
+ }
1330
+ /**
1331
+ * Defines values for DeferUpgradeSetting. \
1332
+ * {@link KnownDeferUpgradeSetting} can be used interchangeably with DeferUpgradeSetting,
1333
+ * this enum contains the known values that the service supports.
1334
+ * ### Known values supported by the service
1335
+ * **Deferred** \
1336
+ * **NotDeferred**
1337
+ */
1338
+ export type DeferUpgradeSetting = string;
1339
+ /** Known values of {@link AccessKeysAuthentication} that the service accepts. */
1340
+ export declare enum KnownAccessKeysAuthentication {
1341
+ /** Disabled */
1342
+ Disabled = "Disabled",
1343
+ /** Enabled */
1344
+ Enabled = "Enabled"
1345
+ }
1346
+ /**
1347
+ * Defines values for AccessKeysAuthentication. \
1348
+ * {@link KnownAccessKeysAuthentication} can be used interchangeably with AccessKeysAuthentication,
1349
+ * this enum contains the known values that the service supports.
1350
+ * ### Known values supported by the service
1351
+ * **Disabled** \
1352
+ * **Enabled**
1353
+ */
1354
+ export type AccessKeysAuthentication = string;
1355
+ /** Known values of {@link CreatedByType} that the service accepts. */
1356
+ export declare enum KnownCreatedByType {
1357
+ /** User */
1358
+ User = "User",
1359
+ /** Application */
1360
+ Application = "Application",
1361
+ /** ManagedIdentity */
1362
+ ManagedIdentity = "ManagedIdentity",
1363
+ /** Key */
1364
+ Key = "Key"
1365
+ }
1366
+ /**
1367
+ * Defines values for CreatedByType. \
1368
+ * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
1369
+ * this enum contains the known values that the service supports.
1370
+ * ### Known values supported by the service
1371
+ * **User** \
1372
+ * **Application** \
1373
+ * **ManagedIdentity** \
1374
+ * **Key**
1375
+ */
1376
+ export type CreatedByType = string;
1377
+ /** Defines values for AccessKeyType. */
1378
+ export type AccessKeyType = "Primary" | "Secondary";
1379
+ /** Optional parameters. */
1380
+ export interface OperationsListOptionalParams extends coreClient.OperationOptions {
1381
+ }
1382
+ /** Contains response data for the list operation. */
1383
+ export type OperationsListResponse = OperationListResult;
1384
+ /** Optional parameters. */
1385
+ export interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
1386
+ }
1387
+ /** Contains response data for the listNext operation. */
1388
+ export type OperationsListNextResponse = OperationListResult;
1389
+ /** Optional parameters. */
1390
+ export interface OperationsStatusGetOptionalParams extends coreClient.OperationOptions {
1391
+ }
1392
+ /** Contains response data for the get operation. */
1393
+ export type OperationsStatusGetResponse = OperationStatus;
1394
+ /** Optional parameters. */
1395
+ export interface RedisEnterpriseCreateOptionalParams extends coreClient.OperationOptions {
1396
+ /** Delay to wait until next poll, in milliseconds. */
1397
+ updateIntervalInMs?: number;
1398
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1399
+ resumeFrom?: string;
1400
+ }
1401
+ /** Contains response data for the create operation. */
1402
+ export type RedisEnterpriseCreateResponse = Cluster;
1403
+ /** Optional parameters. */
1404
+ export interface RedisEnterpriseUpdateOptionalParams extends coreClient.OperationOptions {
1405
+ /** Delay to wait until next poll, in milliseconds. */
1406
+ updateIntervalInMs?: number;
1407
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1408
+ resumeFrom?: string;
1409
+ }
1410
+ /** Contains response data for the update operation. */
1411
+ export type RedisEnterpriseUpdateResponse = Cluster;
1412
+ /** Optional parameters. */
1413
+ export interface RedisEnterpriseDeleteOptionalParams extends coreClient.OperationOptions {
1414
+ /** Delay to wait until next poll, in milliseconds. */
1415
+ updateIntervalInMs?: number;
1416
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1417
+ resumeFrom?: string;
1418
+ }
1419
+ /** Optional parameters. */
1420
+ export interface RedisEnterpriseGetOptionalParams extends coreClient.OperationOptions {
1421
+ }
1422
+ /** Contains response data for the get operation. */
1423
+ export type RedisEnterpriseGetResponse = Cluster;
1424
+ /** Optional parameters. */
1425
+ export interface RedisEnterpriseListByResourceGroupOptionalParams extends coreClient.OperationOptions {
1426
+ }
1427
+ /** Contains response data for the listByResourceGroup operation. */
1428
+ export type RedisEnterpriseListByResourceGroupResponse = ClusterList;
1429
+ /** Optional parameters. */
1430
+ export interface RedisEnterpriseListOptionalParams extends coreClient.OperationOptions {
1431
+ }
1432
+ /** Contains response data for the list operation. */
1433
+ export type RedisEnterpriseListResponse = ClusterList;
1434
+ /** Optional parameters. */
1435
+ export interface RedisEnterpriseListSkusForScalingOptionalParams extends coreClient.OperationOptions {
1436
+ }
1437
+ /** Contains response data for the listSkusForScaling operation. */
1438
+ export type RedisEnterpriseListSkusForScalingResponse = SkuDetailsList;
1439
+ /** Optional parameters. */
1440
+ export interface RedisEnterpriseListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
1441
+ }
1442
+ /** Contains response data for the listByResourceGroupNext operation. */
1443
+ export type RedisEnterpriseListByResourceGroupNextResponse = ClusterList;
1444
+ /** Optional parameters. */
1445
+ export interface RedisEnterpriseListNextOptionalParams extends coreClient.OperationOptions {
1446
+ }
1447
+ /** Contains response data for the listNext operation. */
1448
+ export type RedisEnterpriseListNextResponse = ClusterList;
1449
+ /** Optional parameters. */
1450
+ export interface DatabasesListByClusterOptionalParams extends coreClient.OperationOptions {
1451
+ }
1452
+ /** Contains response data for the listByCluster operation. */
1453
+ export type DatabasesListByClusterResponse = DatabaseList;
1454
+ /** Optional parameters. */
1455
+ export interface DatabasesCreateOptionalParams extends coreClient.OperationOptions {
1456
+ /** Delay to wait until next poll, in milliseconds. */
1457
+ updateIntervalInMs?: number;
1458
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1459
+ resumeFrom?: string;
1460
+ }
1461
+ /** Contains response data for the create operation. */
1462
+ export type DatabasesCreateResponse = Database;
1463
+ /** Optional parameters. */
1464
+ export interface DatabasesUpdateOptionalParams extends coreClient.OperationOptions {
1465
+ /** Delay to wait until next poll, in milliseconds. */
1466
+ updateIntervalInMs?: number;
1467
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1468
+ resumeFrom?: string;
1469
+ }
1470
+ /** Contains response data for the update operation. */
1471
+ export type DatabasesUpdateResponse = Database;
1472
+ /** Optional parameters. */
1473
+ export interface DatabasesGetOptionalParams extends coreClient.OperationOptions {
1474
+ }
1475
+ /** Contains response data for the get operation. */
1476
+ export type DatabasesGetResponse = Database;
1477
+ /** Optional parameters. */
1478
+ export interface DatabasesDeleteOptionalParams extends coreClient.OperationOptions {
1479
+ /** Delay to wait until next poll, in milliseconds. */
1480
+ updateIntervalInMs?: number;
1481
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1482
+ resumeFrom?: string;
1483
+ }
1484
+ /** Optional parameters. */
1485
+ export interface DatabasesListKeysOptionalParams extends coreClient.OperationOptions {
1486
+ }
1487
+ /** Contains response data for the listKeys operation. */
1488
+ export type DatabasesListKeysResponse = AccessKeys;
1489
+ /** Optional parameters. */
1490
+ export interface DatabasesRegenerateKeyOptionalParams extends coreClient.OperationOptions {
1491
+ /** Delay to wait until next poll, in milliseconds. */
1492
+ updateIntervalInMs?: number;
1493
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1494
+ resumeFrom?: string;
1495
+ }
1496
+ /** Contains response data for the regenerateKey operation. */
1497
+ export type DatabasesRegenerateKeyResponse = AccessKeys;
1498
+ /** Optional parameters. */
1499
+ export interface DatabasesImportOptionalParams extends coreClient.OperationOptions {
1500
+ /** Delay to wait until next poll, in milliseconds. */
1501
+ updateIntervalInMs?: number;
1502
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1503
+ resumeFrom?: string;
1504
+ }
1505
+ /** Optional parameters. */
1506
+ export interface DatabasesExportOptionalParams extends coreClient.OperationOptions {
1507
+ /** Delay to wait until next poll, in milliseconds. */
1508
+ updateIntervalInMs?: number;
1509
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1510
+ resumeFrom?: string;
1511
+ }
1512
+ /** Optional parameters. */
1513
+ export interface DatabasesForceUnlinkOptionalParams extends coreClient.OperationOptions {
1514
+ /** Delay to wait until next poll, in milliseconds. */
1515
+ updateIntervalInMs?: number;
1516
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1517
+ resumeFrom?: string;
1518
+ }
1519
+ /** Optional parameters. */
1520
+ export interface DatabasesForceLinkToReplicationGroupOptionalParams extends coreClient.OperationOptions {
1521
+ /** Delay to wait until next poll, in milliseconds. */
1522
+ updateIntervalInMs?: number;
1523
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1524
+ resumeFrom?: string;
1525
+ }
1526
+ /** Contains response data for the forceLinkToReplicationGroup operation. */
1527
+ export type DatabasesForceLinkToReplicationGroupResponse = DatabasesForceLinkToReplicationGroupHeaders;
1528
+ /** Optional parameters. */
1529
+ export interface DatabasesFlushOptionalParams extends coreClient.OperationOptions {
1530
+ /** Information identifying the databases to be flushed */
1531
+ parameters?: FlushParameters;
1532
+ /** Delay to wait until next poll, in milliseconds. */
1533
+ updateIntervalInMs?: number;
1534
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1535
+ resumeFrom?: string;
1536
+ }
1537
+ /** Optional parameters. */
1538
+ export interface DatabasesUpgradeDBRedisVersionOptionalParams extends coreClient.OperationOptions {
1539
+ /** Delay to wait until next poll, in milliseconds. */
1540
+ updateIntervalInMs?: number;
1541
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1542
+ resumeFrom?: string;
1543
+ }
1544
+ /** Contains response data for the upgradeDBRedisVersion operation. */
1545
+ export type DatabasesUpgradeDBRedisVersionResponse = DatabasesUpgradeDBRedisVersionHeaders;
1546
+ /** Optional parameters. */
1547
+ export interface DatabasesListByClusterNextOptionalParams extends coreClient.OperationOptions {
1548
+ }
1549
+ /** Contains response data for the listByClusterNext operation. */
1550
+ export type DatabasesListByClusterNextResponse = DatabaseList;
1551
+ /** Optional parameters. */
1552
+ export interface AccessPolicyAssignmentCreateUpdateOptionalParams extends coreClient.OperationOptions {
1553
+ /** Delay to wait until next poll, in milliseconds. */
1554
+ updateIntervalInMs?: number;
1555
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1556
+ resumeFrom?: string;
1557
+ }
1558
+ /** Contains response data for the createUpdate operation. */
1559
+ export type AccessPolicyAssignmentCreateUpdateResponse = AccessPolicyAssignment;
1560
+ /** Optional parameters. */
1561
+ export interface AccessPolicyAssignmentGetOptionalParams extends coreClient.OperationOptions {
1562
+ }
1563
+ /** Contains response data for the get operation. */
1564
+ export type AccessPolicyAssignmentGetResponse = AccessPolicyAssignment;
1565
+ /** Optional parameters. */
1566
+ export interface AccessPolicyAssignmentDeleteOptionalParams extends coreClient.OperationOptions {
1567
+ /** Delay to wait until next poll, in milliseconds. */
1568
+ updateIntervalInMs?: number;
1569
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1570
+ resumeFrom?: string;
1571
+ }
1572
+ /** Contains response data for the delete operation. */
1573
+ export type AccessPolicyAssignmentDeleteResponse = AccessPolicyAssignmentDeleteHeaders;
1574
+ /** Optional parameters. */
1575
+ export interface AccessPolicyAssignmentListOptionalParams extends coreClient.OperationOptions {
1576
+ }
1577
+ /** Contains response data for the list operation. */
1578
+ export type AccessPolicyAssignmentListResponse = AccessPolicyAssignmentList;
1579
+ /** Optional parameters. */
1580
+ export interface AccessPolicyAssignmentListNextOptionalParams extends coreClient.OperationOptions {
1581
+ }
1582
+ /** Contains response data for the listNext operation. */
1583
+ export type AccessPolicyAssignmentListNextResponse = AccessPolicyAssignmentList;
1584
+ /** Optional parameters. */
1585
+ export interface PrivateEndpointConnectionsListOptionalParams extends coreClient.OperationOptions {
1586
+ }
1587
+ /** Contains response data for the list operation. */
1588
+ export type PrivateEndpointConnectionsListResponse = PrivateEndpointConnectionListResult;
1589
+ /** Optional parameters. */
1590
+ export interface PrivateEndpointConnectionsGetOptionalParams extends coreClient.OperationOptions {
1591
+ }
1592
+ /** Contains response data for the get operation. */
1593
+ export type PrivateEndpointConnectionsGetResponse = PrivateEndpointConnection;
1594
+ /** Optional parameters. */
1595
+ export interface PrivateEndpointConnectionsPutOptionalParams extends coreClient.OperationOptions {
1596
+ /** Delay to wait until next poll, in milliseconds. */
1597
+ updateIntervalInMs?: number;
1598
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1599
+ resumeFrom?: string;
1600
+ }
1601
+ /** Contains response data for the put operation. */
1602
+ export type PrivateEndpointConnectionsPutResponse = PrivateEndpointConnection;
1603
+ /** Optional parameters. */
1604
+ export interface PrivateEndpointConnectionsDeleteOptionalParams extends coreClient.OperationOptions {
1605
+ /** Delay to wait until next poll, in milliseconds. */
1606
+ updateIntervalInMs?: number;
1607
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1608
+ resumeFrom?: string;
1609
+ }
1610
+ /** Optional parameters. */
1611
+ export interface PrivateLinkResourcesListByClusterOptionalParams extends coreClient.OperationOptions {
1612
+ }
1613
+ /** Contains response data for the listByCluster operation. */
1614
+ export type PrivateLinkResourcesListByClusterResponse = PrivateLinkResourceListResult;
1615
+ /** Optional parameters. */
1616
+ export interface RedisEnterpriseManagementClientOptionalParams extends coreClient.ServiceClientOptions {
1617
+ /** server parameter */
1618
+ $host?: string;
1619
+ /** Api Version */
1620
+ apiVersion?: string;
1621
+ /** Overrides client endpoint. */
1622
+ endpoint?: string;
1623
+ }
1624
+ //# sourceMappingURL=index.d.ts.map