@azure/arm-elasticsan 1.2.0-beta.2 → 2.0.0

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 (921) hide show
  1. package/README.md +12 -12
  2. package/dist/browser/api/elasticSanManagementContext.d.ts +22 -0
  3. package/dist/browser/api/elasticSanManagementContext.js +24 -0
  4. package/dist/browser/api/elasticSanManagementContext.js.map +1 -0
  5. package/dist/browser/api/elasticSans/index.d.ts +3 -0
  6. package/dist/browser/api/elasticSans/index.js +4 -0
  7. package/dist/browser/api/elasticSans/index.js.map +1 -0
  8. package/dist/browser/api/elasticSans/operations.d.ts +36 -0
  9. package/dist/browser/api/elasticSans/operations.js +192 -0
  10. package/dist/browser/api/elasticSans/operations.js.map +1 -0
  11. package/dist/browser/api/elasticSans/options.d.ts +26 -0
  12. package/dist/browser/api/elasticSans/options.js +4 -0
  13. package/dist/browser/api/elasticSans/options.js.map +1 -0
  14. package/dist/browser/api/index.d.ts +2 -0
  15. package/dist/browser/api/index.js +4 -0
  16. package/dist/browser/api/index.js.map +1 -0
  17. package/dist/browser/api/operations/index.d.ts +3 -0
  18. package/dist/browser/api/operations/index.js +4 -0
  19. package/dist/browser/api/operations/index.js.map +1 -0
  20. package/dist/browser/api/operations/operations.d.ts +10 -0
  21. package/dist/browser/api/operations/operations.js +31 -0
  22. package/dist/browser/api/operations/operations.js.map +1 -0
  23. package/dist/browser/api/operations/options.d.ts +5 -0
  24. package/dist/browser/api/operations/options.js +4 -0
  25. package/dist/browser/api/operations/options.js.map +1 -0
  26. package/dist/browser/api/privateEndpointConnections/index.d.ts +3 -0
  27. package/dist/browser/api/privateEndpointConnections/index.js +4 -0
  28. package/dist/browser/api/privateEndpointConnections/index.js.map +1 -0
  29. package/dist/browser/api/privateEndpointConnections/operations.d.ts +28 -0
  30. package/dist/browser/api/privateEndpointConnections/operations.js +136 -0
  31. package/dist/browser/api/privateEndpointConnections/operations.js.map +1 -0
  32. package/dist/browser/api/privateEndpointConnections/options.d.ts +18 -0
  33. package/dist/browser/api/privateEndpointConnections/options.js +4 -0
  34. package/dist/browser/api/privateEndpointConnections/options.js.map +1 -0
  35. package/dist/browser/api/privateLinkResources/index.d.ts +3 -0
  36. package/dist/browser/api/privateLinkResources/index.js +4 -0
  37. package/dist/browser/api/privateLinkResources/index.js.map +1 -0
  38. package/dist/browser/api/privateLinkResources/operations.d.ts +9 -0
  39. package/dist/browser/api/privateLinkResources/operations.js +34 -0
  40. package/dist/browser/api/privateLinkResources/operations.js.map +1 -0
  41. package/dist/browser/api/privateLinkResources/options.d.ts +5 -0
  42. package/dist/browser/api/privateLinkResources/options.js +4 -0
  43. package/dist/browser/api/privateLinkResources/options.js.map +1 -0
  44. package/dist/browser/api/skus/index.d.ts +3 -0
  45. package/dist/browser/api/skus/index.js +4 -0
  46. package/dist/browser/api/skus/index.js.map +1 -0
  47. package/dist/browser/api/skus/operations.d.ts +10 -0
  48. package/dist/browser/api/skus/operations.js +33 -0
  49. package/dist/browser/api/skus/operations.js.map +1 -0
  50. package/dist/browser/api/skus/options.d.ts +7 -0
  51. package/dist/browser/api/skus/options.js +4 -0
  52. package/dist/browser/api/skus/options.js.map +1 -0
  53. package/dist/browser/api/volumeGroups/index.d.ts +3 -0
  54. package/dist/browser/api/volumeGroups/index.js +4 -0
  55. package/dist/browser/api/volumeGroups/index.js.map +1 -0
  56. package/dist/browser/api/volumeGroups/operations.d.ts +32 -0
  57. package/dist/browser/api/volumeGroups/operations.js +172 -0
  58. package/dist/browser/api/volumeGroups/operations.js.map +1 -0
  59. package/dist/browser/api/volumeGroups/options.d.ts +23 -0
  60. package/dist/browser/api/volumeGroups/options.js +4 -0
  61. package/dist/browser/api/volumeGroups/options.js.map +1 -0
  62. package/dist/browser/api/volumeSnapshots/index.d.ts +3 -0
  63. package/dist/browser/api/volumeSnapshots/index.js +4 -0
  64. package/dist/browser/api/volumeSnapshots/index.js.map +1 -0
  65. package/dist/browser/api/volumeSnapshots/operations.d.ts +28 -0
  66. package/dist/browser/api/volumeSnapshots/operations.js +141 -0
  67. package/dist/browser/api/volumeSnapshots/operations.js.map +1 -0
  68. package/dist/browser/api/volumeSnapshots/options.d.ts +20 -0
  69. package/dist/browser/api/volumeSnapshots/options.js +4 -0
  70. package/dist/browser/api/volumeSnapshots/options.js.map +1 -0
  71. package/dist/browser/api/volumes/index.d.ts +3 -0
  72. package/dist/browser/api/volumes/index.js +4 -0
  73. package/dist/browser/api/volumes/index.js.map +1 -0
  74. package/dist/browser/api/volumes/operations.d.ts +40 -0
  75. package/dist/browser/api/volumes/operations.js +260 -0
  76. package/dist/browser/api/volumes/operations.js.map +1 -0
  77. package/dist/browser/api/volumes/options.d.ts +38 -0
  78. package/dist/browser/api/volumes/options.js +4 -0
  79. package/dist/browser/api/volumes/options.js.map +1 -0
  80. package/dist/browser/classic/elasticSans/index.d.ts +40 -0
  81. package/dist/browser/classic/elasticSans/index.js +44 -0
  82. package/dist/browser/classic/elasticSans/index.js.map +1 -0
  83. package/dist/browser/classic/index.d.ts +9 -0
  84. package/dist/browser/classic/index.js +4 -0
  85. package/dist/browser/classic/index.js.map +1 -0
  86. package/dist/browser/classic/operations/index.d.ts +11 -0
  87. package/dist/browser/classic/operations/index.js +14 -0
  88. package/dist/browser/classic/operations/index.js.map +1 -0
  89. package/dist/browser/classic/privateEndpointConnections/index.d.ts +32 -0
  90. package/dist/browser/classic/privateEndpointConnections/index.js +34 -0
  91. package/dist/browser/classic/privateEndpointConnections/index.js.map +1 -0
  92. package/dist/browser/classic/privateLinkResources/index.d.ts +10 -0
  93. package/dist/browser/classic/privateLinkResources/index.js +14 -0
  94. package/dist/browser/classic/privateLinkResources/index.js.map +1 -0
  95. package/dist/browser/classic/skus/index.d.ts +11 -0
  96. package/dist/browser/classic/skus/index.js +14 -0
  97. package/dist/browser/classic/skus/index.js.map +1 -0
  98. package/dist/browser/classic/volumeGroups/index.d.ts +38 -0
  99. package/dist/browser/classic/volumeGroups/index.js +43 -0
  100. package/dist/browser/classic/volumeGroups/index.js.map +1 -0
  101. package/dist/browser/classic/volumeSnapshots/index.d.ts +32 -0
  102. package/dist/browser/classic/volumeSnapshots/index.js +34 -0
  103. package/dist/browser/classic/volumeSnapshots/index.js.map +1 -0
  104. package/dist/browser/classic/volumes/index.d.ts +50 -0
  105. package/dist/browser/classic/volumes/index.js +61 -0
  106. package/dist/browser/classic/volumes/index.js.map +1 -0
  107. package/dist/browser/elasticSanManagement.d.ts +34 -46
  108. package/dist/browser/elasticSanManagement.js +49 -202
  109. package/dist/browser/elasticSanManagement.js.map +1 -1
  110. package/dist/browser/index.d.ts +17 -3
  111. package/dist/browser/index.js +6 -11
  112. package/dist/browser/index.js.map +1 -1
  113. package/dist/browser/logger.d.ts +2 -0
  114. package/dist/browser/logger.js +5 -0
  115. package/dist/browser/logger.js.map +1 -0
  116. package/dist/browser/models/index.d.ts +1 -1384
  117. package/dist/browser/models/index.js +3 -209
  118. package/dist/browser/models/index.js.map +1 -1
  119. package/dist/browser/models/models.d.ts +920 -0
  120. package/dist/browser/models/models.js +985 -0
  121. package/dist/browser/models/models.js.map +1 -0
  122. package/dist/browser/restorePollerHelpers.d.ts +21 -0
  123. package/dist/browser/restorePollerHelpers.js +118 -0
  124. package/dist/browser/restorePollerHelpers.js.map +1 -0
  125. package/dist/browser/static-helpers/cloudSettingHelpers.d.ts +22 -0
  126. package/dist/browser/static-helpers/cloudSettingHelpers.js +38 -0
  127. package/dist/browser/static-helpers/cloudSettingHelpers.js.map +1 -0
  128. package/dist/browser/static-helpers/pagingHelpers.d.ts +74 -0
  129. package/dist/browser/static-helpers/pagingHelpers.js +143 -0
  130. package/dist/browser/static-helpers/pagingHelpers.js.map +1 -0
  131. package/dist/browser/static-helpers/pollingHelpers.d.ts +34 -0
  132. package/dist/browser/static-helpers/pollingHelpers.js +95 -0
  133. package/dist/browser/static-helpers/pollingHelpers.js.map +1 -0
  134. package/dist/browser/static-helpers/simplePollerHelpers.d.ts +73 -0
  135. package/dist/browser/static-helpers/simplePollerHelpers.js +44 -0
  136. package/dist/browser/static-helpers/simplePollerHelpers.js.map +1 -0
  137. package/dist/browser/static-helpers/urlTemplate.d.ts +5 -0
  138. package/dist/browser/static-helpers/urlTemplate.js +200 -0
  139. package/dist/browser/static-helpers/urlTemplate.js.map +1 -0
  140. package/dist/commonjs/api/elasticSanManagementContext.d.ts +22 -0
  141. package/dist/commonjs/api/elasticSanManagementContext.js +27 -0
  142. package/dist/commonjs/api/elasticSanManagementContext.js.map +1 -0
  143. package/dist/commonjs/api/elasticSans/index.d.ts +3 -0
  144. package/dist/commonjs/api/elasticSans/index.js +13 -0
  145. package/dist/commonjs/api/elasticSans/index.js.map +1 -0
  146. package/dist/commonjs/api/elasticSans/operations.d.ts +36 -0
  147. package/dist/commonjs/api/elasticSans/operations.js +212 -0
  148. package/dist/commonjs/api/elasticSans/operations.js.map +1 -0
  149. package/dist/commonjs/api/elasticSans/options.d.ts +26 -0
  150. package/dist/commonjs/api/elasticSans/options.js +5 -0
  151. package/dist/commonjs/api/elasticSans/options.js.map +1 -0
  152. package/dist/commonjs/api/index.d.ts +2 -0
  153. package/dist/commonjs/api/index.js +8 -0
  154. package/dist/commonjs/api/index.js.map +1 -0
  155. package/dist/commonjs/api/operations/index.d.ts +3 -0
  156. package/dist/commonjs/api/operations/index.js +8 -0
  157. package/dist/commonjs/api/operations/index.js.map +1 -0
  158. package/dist/commonjs/api/operations/operations.d.ts +10 -0
  159. package/dist/commonjs/api/operations/operations.js +36 -0
  160. package/dist/commonjs/api/operations/operations.js.map +1 -0
  161. package/dist/commonjs/api/operations/options.d.ts +5 -0
  162. package/dist/commonjs/api/operations/options.js +5 -0
  163. package/dist/commonjs/api/operations/options.js.map +1 -0
  164. package/dist/commonjs/api/privateEndpointConnections/index.d.ts +3 -0
  165. package/dist/commonjs/api/privateEndpointConnections/index.js +11 -0
  166. package/dist/commonjs/api/privateEndpointConnections/index.js.map +1 -0
  167. package/dist/commonjs/api/privateEndpointConnections/operations.d.ts +28 -0
  168. package/dist/commonjs/api/privateEndpointConnections/operations.js +150 -0
  169. package/dist/commonjs/api/privateEndpointConnections/operations.js.map +1 -0
  170. package/dist/commonjs/api/privateEndpointConnections/options.d.ts +18 -0
  171. package/dist/commonjs/api/privateEndpointConnections/options.js +5 -0
  172. package/dist/commonjs/api/privateEndpointConnections/options.js.map +1 -0
  173. package/dist/commonjs/api/privateLinkResources/index.d.ts +3 -0
  174. package/dist/commonjs/api/privateLinkResources/index.js +8 -0
  175. package/dist/commonjs/api/privateLinkResources/index.js.map +1 -0
  176. package/dist/commonjs/api/privateLinkResources/operations.d.ts +9 -0
  177. package/dist/commonjs/api/privateLinkResources/operations.js +39 -0
  178. package/dist/commonjs/api/privateLinkResources/operations.js.map +1 -0
  179. package/dist/commonjs/api/privateLinkResources/options.d.ts +5 -0
  180. package/dist/commonjs/api/privateLinkResources/options.js +5 -0
  181. package/dist/commonjs/api/privateLinkResources/options.js.map +1 -0
  182. package/dist/commonjs/api/skus/index.d.ts +3 -0
  183. package/dist/commonjs/api/skus/index.js +8 -0
  184. package/dist/commonjs/api/skus/index.js.map +1 -0
  185. package/dist/commonjs/api/skus/operations.d.ts +10 -0
  186. package/dist/commonjs/api/skus/operations.js +38 -0
  187. package/dist/commonjs/api/skus/operations.js.map +1 -0
  188. package/dist/commonjs/api/skus/options.d.ts +7 -0
  189. package/dist/commonjs/api/skus/options.js +5 -0
  190. package/dist/commonjs/api/skus/options.js.map +1 -0
  191. package/dist/commonjs/api/volumeGroups/index.d.ts +3 -0
  192. package/dist/commonjs/api/volumeGroups/index.js +12 -0
  193. package/dist/commonjs/api/volumeGroups/index.js.map +1 -0
  194. package/dist/commonjs/api/volumeGroups/operations.d.ts +32 -0
  195. package/dist/commonjs/api/volumeGroups/operations.js +189 -0
  196. package/dist/commonjs/api/volumeGroups/operations.js.map +1 -0
  197. package/dist/commonjs/api/volumeGroups/options.d.ts +23 -0
  198. package/dist/commonjs/api/volumeGroups/options.js +5 -0
  199. package/dist/commonjs/api/volumeGroups/options.js.map +1 -0
  200. package/dist/commonjs/api/volumeSnapshots/index.d.ts +3 -0
  201. package/dist/commonjs/api/volumeSnapshots/index.js +11 -0
  202. package/dist/commonjs/api/volumeSnapshots/index.js.map +1 -0
  203. package/dist/commonjs/api/volumeSnapshots/operations.d.ts +28 -0
  204. package/dist/commonjs/api/volumeSnapshots/operations.js +155 -0
  205. package/dist/commonjs/api/volumeSnapshots/operations.js.map +1 -0
  206. package/dist/commonjs/api/volumeSnapshots/options.d.ts +20 -0
  207. package/dist/commonjs/api/volumeSnapshots/options.js +5 -0
  208. package/dist/commonjs/api/volumeSnapshots/options.js.map +1 -0
  209. package/dist/commonjs/api/volumes/index.d.ts +3 -0
  210. package/dist/commonjs/api/volumes/index.js +14 -0
  211. package/dist/commonjs/api/volumes/index.js.map +1 -0
  212. package/dist/commonjs/api/volumes/operations.d.ts +40 -0
  213. package/dist/commonjs/api/volumes/operations.js +283 -0
  214. package/dist/commonjs/api/volumes/operations.js.map +1 -0
  215. package/dist/commonjs/api/volumes/options.d.ts +38 -0
  216. package/dist/commonjs/api/volumes/options.js +5 -0
  217. package/dist/commonjs/api/volumes/options.js.map +1 -0
  218. package/dist/commonjs/classic/elasticSans/index.d.ts +40 -0
  219. package/dist/commonjs/classic/elasticSans/index.js +47 -0
  220. package/dist/commonjs/classic/elasticSans/index.js.map +1 -0
  221. package/dist/commonjs/classic/index.d.ts +9 -0
  222. package/dist/commonjs/classic/index.js +5 -0
  223. package/dist/commonjs/classic/index.js.map +1 -0
  224. package/dist/commonjs/classic/operations/index.d.ts +11 -0
  225. package/dist/commonjs/classic/operations/index.js +17 -0
  226. package/dist/commonjs/classic/operations/index.js.map +1 -0
  227. package/dist/commonjs/classic/privateEndpointConnections/index.d.ts +32 -0
  228. package/dist/commonjs/classic/privateEndpointConnections/index.js +37 -0
  229. package/dist/commonjs/classic/privateEndpointConnections/index.js.map +1 -0
  230. package/dist/commonjs/classic/privateLinkResources/index.d.ts +10 -0
  231. package/dist/commonjs/classic/privateLinkResources/index.js +17 -0
  232. package/dist/commonjs/classic/privateLinkResources/index.js.map +1 -0
  233. package/dist/commonjs/classic/skus/index.d.ts +11 -0
  234. package/dist/commonjs/classic/skus/index.js +17 -0
  235. package/dist/commonjs/classic/skus/index.js.map +1 -0
  236. package/dist/commonjs/classic/volumeGroups/index.d.ts +38 -0
  237. package/dist/commonjs/classic/volumeGroups/index.js +46 -0
  238. package/dist/commonjs/classic/volumeGroups/index.js.map +1 -0
  239. package/dist/commonjs/classic/volumeSnapshots/index.d.ts +32 -0
  240. package/dist/commonjs/classic/volumeSnapshots/index.js +37 -0
  241. package/dist/commonjs/classic/volumeSnapshots/index.js.map +1 -0
  242. package/dist/commonjs/classic/volumes/index.d.ts +50 -0
  243. package/dist/commonjs/classic/volumes/index.js +64 -0
  244. package/dist/commonjs/classic/volumes/index.js.map +1 -0
  245. package/dist/commonjs/elasticSanManagement.d.ts +34 -46
  246. package/dist/commonjs/elasticSanManagement.js +49 -203
  247. package/dist/commonjs/elasticSanManagement.js.map +1 -1
  248. package/dist/commonjs/index.d.ts +17 -3
  249. package/dist/commonjs/index.js +26 -14
  250. package/dist/commonjs/index.js.map +1 -1
  251. package/dist/commonjs/logger.d.ts +2 -0
  252. package/dist/commonjs/logger.js +8 -0
  253. package/dist/commonjs/logger.js.map +1 -0
  254. package/dist/commonjs/models/index.d.ts +1 -1384
  255. package/dist/commonjs/models/index.js +22 -210
  256. package/dist/commonjs/models/index.js.map +1 -1
  257. package/dist/commonjs/models/models.d.ts +920 -0
  258. package/dist/commonjs/models/models.js +1094 -0
  259. package/dist/commonjs/models/models.js.map +1 -0
  260. package/dist/commonjs/restorePollerHelpers.d.ts +21 -0
  261. package/dist/commonjs/restorePollerHelpers.js +121 -0
  262. package/dist/commonjs/restorePollerHelpers.js.map +1 -0
  263. package/dist/commonjs/static-helpers/cloudSettingHelpers.d.ts +22 -0
  264. package/dist/commonjs/static-helpers/cloudSettingHelpers.js +42 -0
  265. package/dist/commonjs/static-helpers/cloudSettingHelpers.js.map +1 -0
  266. package/dist/commonjs/static-helpers/pagingHelpers.d.ts +74 -0
  267. package/dist/commonjs/static-helpers/pagingHelpers.js +146 -0
  268. package/dist/commonjs/static-helpers/pagingHelpers.js.map +1 -0
  269. package/dist/commonjs/static-helpers/pollingHelpers.d.ts +34 -0
  270. package/dist/commonjs/static-helpers/pollingHelpers.js +98 -0
  271. package/dist/commonjs/static-helpers/pollingHelpers.js.map +1 -0
  272. package/dist/commonjs/static-helpers/simplePollerHelpers.d.ts +73 -0
  273. package/dist/commonjs/static-helpers/simplePollerHelpers.js +47 -0
  274. package/dist/commonjs/static-helpers/simplePollerHelpers.js.map +1 -0
  275. package/dist/commonjs/static-helpers/urlTemplate.d.ts +5 -0
  276. package/dist/commonjs/static-helpers/urlTemplate.js +203 -0
  277. package/dist/commonjs/static-helpers/urlTemplate.js.map +1 -0
  278. package/dist/commonjs/tsdoc-metadata.json +11 -11
  279. package/dist/esm/api/elasticSanManagementContext.d.ts +22 -0
  280. package/dist/esm/api/elasticSanManagementContext.js +24 -0
  281. package/dist/esm/api/elasticSanManagementContext.js.map +1 -0
  282. package/dist/esm/api/elasticSans/index.d.ts +3 -0
  283. package/dist/esm/api/elasticSans/index.js +4 -0
  284. package/dist/esm/api/elasticSans/index.js.map +1 -0
  285. package/dist/esm/api/elasticSans/operations.d.ts +36 -0
  286. package/dist/esm/api/elasticSans/operations.js +192 -0
  287. package/dist/esm/api/elasticSans/operations.js.map +1 -0
  288. package/dist/esm/api/elasticSans/options.d.ts +26 -0
  289. package/dist/esm/api/elasticSans/options.js +4 -0
  290. package/dist/esm/api/elasticSans/options.js.map +1 -0
  291. package/dist/esm/api/index.d.ts +2 -0
  292. package/dist/esm/api/index.js +4 -0
  293. package/dist/esm/api/index.js.map +1 -0
  294. package/dist/esm/api/operations/index.d.ts +3 -0
  295. package/dist/esm/api/operations/index.js +4 -0
  296. package/dist/esm/api/operations/index.js.map +1 -0
  297. package/dist/esm/api/operations/operations.d.ts +10 -0
  298. package/dist/esm/api/operations/operations.js +31 -0
  299. package/dist/esm/api/operations/operations.js.map +1 -0
  300. package/dist/esm/api/operations/options.d.ts +5 -0
  301. package/dist/esm/api/operations/options.js +4 -0
  302. package/dist/esm/api/operations/options.js.map +1 -0
  303. package/dist/esm/api/privateEndpointConnections/index.d.ts +3 -0
  304. package/dist/esm/api/privateEndpointConnections/index.js +4 -0
  305. package/dist/esm/api/privateEndpointConnections/index.js.map +1 -0
  306. package/dist/esm/api/privateEndpointConnections/operations.d.ts +28 -0
  307. package/dist/esm/api/privateEndpointConnections/operations.js +136 -0
  308. package/dist/esm/api/privateEndpointConnections/operations.js.map +1 -0
  309. package/dist/esm/api/privateEndpointConnections/options.d.ts +18 -0
  310. package/dist/esm/api/privateEndpointConnections/options.js +4 -0
  311. package/dist/esm/api/privateEndpointConnections/options.js.map +1 -0
  312. package/dist/esm/api/privateLinkResources/index.d.ts +3 -0
  313. package/dist/esm/api/privateLinkResources/index.js +4 -0
  314. package/dist/esm/api/privateLinkResources/index.js.map +1 -0
  315. package/dist/esm/api/privateLinkResources/operations.d.ts +9 -0
  316. package/dist/esm/api/privateLinkResources/operations.js +34 -0
  317. package/dist/esm/api/privateLinkResources/operations.js.map +1 -0
  318. package/dist/esm/api/privateLinkResources/options.d.ts +5 -0
  319. package/dist/esm/api/privateLinkResources/options.js +4 -0
  320. package/dist/esm/api/privateLinkResources/options.js.map +1 -0
  321. package/dist/esm/api/skus/index.d.ts +3 -0
  322. package/dist/esm/api/skus/index.js +4 -0
  323. package/dist/esm/api/skus/index.js.map +1 -0
  324. package/dist/esm/api/skus/operations.d.ts +10 -0
  325. package/dist/esm/api/skus/operations.js +33 -0
  326. package/dist/esm/api/skus/operations.js.map +1 -0
  327. package/dist/esm/api/skus/options.d.ts +7 -0
  328. package/dist/esm/api/skus/options.js +4 -0
  329. package/dist/esm/api/skus/options.js.map +1 -0
  330. package/dist/esm/api/volumeGroups/index.d.ts +3 -0
  331. package/dist/esm/api/volumeGroups/index.js +4 -0
  332. package/dist/esm/api/volumeGroups/index.js.map +1 -0
  333. package/dist/esm/api/volumeGroups/operations.d.ts +32 -0
  334. package/dist/esm/api/volumeGroups/operations.js +172 -0
  335. package/dist/esm/api/volumeGroups/operations.js.map +1 -0
  336. package/dist/esm/api/volumeGroups/options.d.ts +23 -0
  337. package/dist/esm/api/volumeGroups/options.js +4 -0
  338. package/dist/esm/api/volumeGroups/options.js.map +1 -0
  339. package/dist/esm/api/volumeSnapshots/index.d.ts +3 -0
  340. package/dist/esm/api/volumeSnapshots/index.js +4 -0
  341. package/dist/esm/api/volumeSnapshots/index.js.map +1 -0
  342. package/dist/esm/api/volumeSnapshots/operations.d.ts +28 -0
  343. package/dist/esm/api/volumeSnapshots/operations.js +141 -0
  344. package/dist/esm/api/volumeSnapshots/operations.js.map +1 -0
  345. package/dist/esm/api/volumeSnapshots/options.d.ts +20 -0
  346. package/dist/esm/api/volumeSnapshots/options.js +4 -0
  347. package/dist/esm/api/volumeSnapshots/options.js.map +1 -0
  348. package/dist/esm/api/volumes/index.d.ts +3 -0
  349. package/dist/esm/api/volumes/index.js +4 -0
  350. package/dist/esm/api/volumes/index.js.map +1 -0
  351. package/dist/esm/api/volumes/operations.d.ts +40 -0
  352. package/dist/esm/api/volumes/operations.js +260 -0
  353. package/dist/esm/api/volumes/operations.js.map +1 -0
  354. package/dist/esm/api/volumes/options.d.ts +38 -0
  355. package/dist/esm/api/volumes/options.js +4 -0
  356. package/dist/esm/api/volumes/options.js.map +1 -0
  357. package/dist/esm/classic/elasticSans/index.d.ts +40 -0
  358. package/dist/esm/classic/elasticSans/index.js +44 -0
  359. package/dist/esm/classic/elasticSans/index.js.map +1 -0
  360. package/dist/esm/classic/index.d.ts +9 -0
  361. package/dist/esm/classic/index.js +4 -0
  362. package/dist/esm/classic/index.js.map +1 -0
  363. package/dist/esm/classic/operations/index.d.ts +11 -0
  364. package/dist/esm/classic/operations/index.js +14 -0
  365. package/dist/esm/classic/operations/index.js.map +1 -0
  366. package/dist/esm/classic/privateEndpointConnections/index.d.ts +32 -0
  367. package/dist/esm/classic/privateEndpointConnections/index.js +34 -0
  368. package/dist/esm/classic/privateEndpointConnections/index.js.map +1 -0
  369. package/dist/esm/classic/privateLinkResources/index.d.ts +10 -0
  370. package/dist/esm/classic/privateLinkResources/index.js +14 -0
  371. package/dist/esm/classic/privateLinkResources/index.js.map +1 -0
  372. package/dist/esm/classic/skus/index.d.ts +11 -0
  373. package/dist/esm/classic/skus/index.js +14 -0
  374. package/dist/esm/classic/skus/index.js.map +1 -0
  375. package/dist/esm/classic/volumeGroups/index.d.ts +38 -0
  376. package/dist/esm/classic/volumeGroups/index.js +43 -0
  377. package/dist/esm/classic/volumeGroups/index.js.map +1 -0
  378. package/dist/esm/classic/volumeSnapshots/index.d.ts +32 -0
  379. package/dist/esm/classic/volumeSnapshots/index.js +34 -0
  380. package/dist/esm/classic/volumeSnapshots/index.js.map +1 -0
  381. package/dist/esm/classic/volumes/index.d.ts +50 -0
  382. package/dist/esm/classic/volumes/index.js +61 -0
  383. package/dist/esm/classic/volumes/index.js.map +1 -0
  384. package/dist/esm/elasticSanManagement.d.ts +34 -46
  385. package/dist/esm/elasticSanManagement.js +49 -202
  386. package/dist/esm/elasticSanManagement.js.map +1 -1
  387. package/dist/esm/index.d.ts +17 -3
  388. package/dist/esm/index.js +6 -11
  389. package/dist/esm/index.js.map +1 -1
  390. package/dist/esm/logger.d.ts +2 -0
  391. package/dist/esm/logger.js +5 -0
  392. package/dist/esm/logger.js.map +1 -0
  393. package/dist/esm/models/index.d.ts +1 -1384
  394. package/dist/esm/models/index.js +3 -209
  395. package/dist/esm/models/index.js.map +1 -1
  396. package/dist/esm/models/models.d.ts +920 -0
  397. package/dist/esm/models/models.js +985 -0
  398. package/dist/esm/models/models.js.map +1 -0
  399. package/dist/esm/restorePollerHelpers.d.ts +21 -0
  400. package/dist/esm/restorePollerHelpers.js +118 -0
  401. package/dist/esm/restorePollerHelpers.js.map +1 -0
  402. package/dist/esm/static-helpers/cloudSettingHelpers.d.ts +22 -0
  403. package/dist/esm/static-helpers/cloudSettingHelpers.js +38 -0
  404. package/dist/esm/static-helpers/cloudSettingHelpers.js.map +1 -0
  405. package/dist/esm/static-helpers/pagingHelpers.d.ts +74 -0
  406. package/dist/esm/static-helpers/pagingHelpers.js +143 -0
  407. package/dist/esm/static-helpers/pagingHelpers.js.map +1 -0
  408. package/dist/esm/static-helpers/pollingHelpers.d.ts +34 -0
  409. package/dist/esm/static-helpers/pollingHelpers.js +95 -0
  410. package/dist/esm/static-helpers/pollingHelpers.js.map +1 -0
  411. package/dist/esm/static-helpers/simplePollerHelpers.d.ts +73 -0
  412. package/dist/esm/static-helpers/simplePollerHelpers.js +44 -0
  413. package/dist/esm/static-helpers/simplePollerHelpers.js.map +1 -0
  414. package/dist/esm/static-helpers/urlTemplate.d.ts +5 -0
  415. package/dist/esm/static-helpers/urlTemplate.js +200 -0
  416. package/dist/esm/static-helpers/urlTemplate.js.map +1 -0
  417. package/dist/react-native/api/elasticSanManagementContext.d.ts +22 -0
  418. package/dist/react-native/api/elasticSanManagementContext.js +24 -0
  419. package/dist/react-native/api/elasticSanManagementContext.js.map +1 -0
  420. package/dist/react-native/api/elasticSans/index.d.ts +3 -0
  421. package/dist/react-native/api/elasticSans/index.js +4 -0
  422. package/dist/react-native/api/elasticSans/index.js.map +1 -0
  423. package/dist/react-native/api/elasticSans/operations.d.ts +36 -0
  424. package/dist/react-native/api/elasticSans/operations.js +192 -0
  425. package/dist/react-native/api/elasticSans/operations.js.map +1 -0
  426. package/dist/react-native/api/elasticSans/options.d.ts +26 -0
  427. package/dist/react-native/api/elasticSans/options.js +4 -0
  428. package/dist/react-native/api/elasticSans/options.js.map +1 -0
  429. package/dist/react-native/api/index.d.ts +2 -0
  430. package/dist/react-native/api/index.js +4 -0
  431. package/dist/react-native/api/index.js.map +1 -0
  432. package/dist/react-native/api/operations/index.d.ts +3 -0
  433. package/dist/react-native/api/operations/index.js +4 -0
  434. package/dist/react-native/api/operations/index.js.map +1 -0
  435. package/dist/react-native/api/operations/operations.d.ts +10 -0
  436. package/dist/react-native/api/operations/operations.js +31 -0
  437. package/dist/react-native/api/operations/operations.js.map +1 -0
  438. package/dist/react-native/api/operations/options.d.ts +5 -0
  439. package/dist/react-native/api/operations/options.js +4 -0
  440. package/dist/react-native/api/operations/options.js.map +1 -0
  441. package/dist/react-native/api/privateEndpointConnections/index.d.ts +3 -0
  442. package/dist/react-native/api/privateEndpointConnections/index.js +4 -0
  443. package/dist/react-native/api/privateEndpointConnections/index.js.map +1 -0
  444. package/dist/react-native/api/privateEndpointConnections/operations.d.ts +28 -0
  445. package/dist/react-native/api/privateEndpointConnections/operations.js +136 -0
  446. package/dist/react-native/api/privateEndpointConnections/operations.js.map +1 -0
  447. package/dist/react-native/api/privateEndpointConnections/options.d.ts +18 -0
  448. package/dist/react-native/api/privateEndpointConnections/options.js +4 -0
  449. package/dist/react-native/api/privateEndpointConnections/options.js.map +1 -0
  450. package/dist/react-native/api/privateLinkResources/index.d.ts +3 -0
  451. package/dist/react-native/api/privateLinkResources/index.js +4 -0
  452. package/dist/react-native/api/privateLinkResources/index.js.map +1 -0
  453. package/dist/react-native/api/privateLinkResources/operations.d.ts +9 -0
  454. package/dist/react-native/api/privateLinkResources/operations.js +34 -0
  455. package/dist/react-native/api/privateLinkResources/operations.js.map +1 -0
  456. package/dist/react-native/api/privateLinkResources/options.d.ts +5 -0
  457. package/dist/react-native/api/privateLinkResources/options.js +4 -0
  458. package/dist/react-native/api/privateLinkResources/options.js.map +1 -0
  459. package/dist/react-native/api/skus/index.d.ts +3 -0
  460. package/dist/react-native/api/skus/index.js +4 -0
  461. package/dist/react-native/api/skus/index.js.map +1 -0
  462. package/dist/react-native/api/skus/operations.d.ts +10 -0
  463. package/dist/react-native/api/skus/operations.js +33 -0
  464. package/dist/react-native/api/skus/operations.js.map +1 -0
  465. package/dist/react-native/api/skus/options.d.ts +7 -0
  466. package/dist/react-native/api/skus/options.js +4 -0
  467. package/dist/react-native/api/skus/options.js.map +1 -0
  468. package/dist/react-native/api/volumeGroups/index.d.ts +3 -0
  469. package/dist/react-native/api/volumeGroups/index.js +4 -0
  470. package/dist/react-native/api/volumeGroups/index.js.map +1 -0
  471. package/dist/react-native/api/volumeGroups/operations.d.ts +32 -0
  472. package/dist/react-native/api/volumeGroups/operations.js +172 -0
  473. package/dist/react-native/api/volumeGroups/operations.js.map +1 -0
  474. package/dist/react-native/api/volumeGroups/options.d.ts +23 -0
  475. package/dist/react-native/api/volumeGroups/options.js +4 -0
  476. package/dist/react-native/api/volumeGroups/options.js.map +1 -0
  477. package/dist/react-native/api/volumeSnapshots/index.d.ts +3 -0
  478. package/dist/react-native/api/volumeSnapshots/index.js +4 -0
  479. package/dist/react-native/api/volumeSnapshots/index.js.map +1 -0
  480. package/dist/react-native/api/volumeSnapshots/operations.d.ts +28 -0
  481. package/dist/react-native/api/volumeSnapshots/operations.js +141 -0
  482. package/dist/react-native/api/volumeSnapshots/operations.js.map +1 -0
  483. package/dist/react-native/api/volumeSnapshots/options.d.ts +20 -0
  484. package/dist/react-native/api/volumeSnapshots/options.js +4 -0
  485. package/dist/react-native/api/volumeSnapshots/options.js.map +1 -0
  486. package/dist/react-native/api/volumes/index.d.ts +3 -0
  487. package/dist/react-native/api/volumes/index.js +4 -0
  488. package/dist/react-native/api/volumes/index.js.map +1 -0
  489. package/dist/react-native/api/volumes/operations.d.ts +40 -0
  490. package/dist/react-native/api/volumes/operations.js +260 -0
  491. package/dist/react-native/api/volumes/operations.js.map +1 -0
  492. package/dist/react-native/api/volumes/options.d.ts +38 -0
  493. package/dist/react-native/api/volumes/options.js +4 -0
  494. package/dist/react-native/api/volumes/options.js.map +1 -0
  495. package/dist/react-native/classic/elasticSans/index.d.ts +40 -0
  496. package/dist/react-native/classic/elasticSans/index.js +44 -0
  497. package/dist/react-native/classic/elasticSans/index.js.map +1 -0
  498. package/dist/react-native/classic/index.d.ts +9 -0
  499. package/dist/react-native/classic/index.js +4 -0
  500. package/dist/react-native/classic/index.js.map +1 -0
  501. package/dist/react-native/classic/operations/index.d.ts +11 -0
  502. package/dist/react-native/classic/operations/index.js +14 -0
  503. package/dist/react-native/classic/operations/index.js.map +1 -0
  504. package/dist/react-native/classic/privateEndpointConnections/index.d.ts +32 -0
  505. package/dist/react-native/classic/privateEndpointConnections/index.js +34 -0
  506. package/dist/react-native/classic/privateEndpointConnections/index.js.map +1 -0
  507. package/dist/react-native/classic/privateLinkResources/index.d.ts +10 -0
  508. package/dist/react-native/classic/privateLinkResources/index.js +14 -0
  509. package/dist/react-native/classic/privateLinkResources/index.js.map +1 -0
  510. package/dist/react-native/classic/skus/index.d.ts +11 -0
  511. package/dist/react-native/classic/skus/index.js +14 -0
  512. package/dist/react-native/classic/skus/index.js.map +1 -0
  513. package/dist/react-native/classic/volumeGroups/index.d.ts +38 -0
  514. package/dist/react-native/classic/volumeGroups/index.js +43 -0
  515. package/dist/react-native/classic/volumeGroups/index.js.map +1 -0
  516. package/dist/react-native/classic/volumeSnapshots/index.d.ts +32 -0
  517. package/dist/react-native/classic/volumeSnapshots/index.js +34 -0
  518. package/dist/react-native/classic/volumeSnapshots/index.js.map +1 -0
  519. package/dist/react-native/classic/volumes/index.d.ts +50 -0
  520. package/dist/react-native/classic/volumes/index.js +61 -0
  521. package/dist/react-native/classic/volumes/index.js.map +1 -0
  522. package/dist/react-native/elasticSanManagement.d.ts +34 -46
  523. package/dist/react-native/elasticSanManagement.js +49 -202
  524. package/dist/react-native/elasticSanManagement.js.map +1 -1
  525. package/dist/react-native/index.d.ts +17 -3
  526. package/dist/react-native/index.js +6 -11
  527. package/dist/react-native/index.js.map +1 -1
  528. package/dist/react-native/logger.d.ts +2 -0
  529. package/dist/react-native/logger.js +5 -0
  530. package/dist/react-native/logger.js.map +1 -0
  531. package/dist/react-native/models/index.d.ts +1 -1384
  532. package/dist/react-native/models/index.js +3 -209
  533. package/dist/react-native/models/index.js.map +1 -1
  534. package/dist/react-native/models/models.d.ts +920 -0
  535. package/dist/react-native/models/models.js +985 -0
  536. package/dist/react-native/models/models.js.map +1 -0
  537. package/dist/react-native/restorePollerHelpers.d.ts +21 -0
  538. package/dist/react-native/restorePollerHelpers.js +118 -0
  539. package/dist/react-native/restorePollerHelpers.js.map +1 -0
  540. package/dist/react-native/static-helpers/cloudSettingHelpers.d.ts +22 -0
  541. package/dist/react-native/static-helpers/cloudSettingHelpers.js +38 -0
  542. package/dist/react-native/static-helpers/cloudSettingHelpers.js.map +1 -0
  543. package/dist/react-native/static-helpers/pagingHelpers.d.ts +74 -0
  544. package/dist/react-native/static-helpers/pagingHelpers.js +143 -0
  545. package/dist/react-native/static-helpers/pagingHelpers.js.map +1 -0
  546. package/dist/react-native/static-helpers/pollingHelpers.d.ts +34 -0
  547. package/dist/react-native/static-helpers/pollingHelpers.js +95 -0
  548. package/dist/react-native/static-helpers/pollingHelpers.js.map +1 -0
  549. package/dist/react-native/static-helpers/simplePollerHelpers.d.ts +73 -0
  550. package/dist/react-native/static-helpers/simplePollerHelpers.js +44 -0
  551. package/dist/react-native/static-helpers/simplePollerHelpers.js.map +1 -0
  552. package/dist/react-native/static-helpers/urlTemplate.d.ts +5 -0
  553. package/dist/react-native/static-helpers/urlTemplate.js +200 -0
  554. package/dist/react-native/static-helpers/urlTemplate.js.map +1 -0
  555. package/package.json +277 -91
  556. package/CHANGELOG.md +0 -72
  557. package/dist/browser/elasticSanManagement.d.ts.map +0 -1
  558. package/dist/browser/index.d.ts.map +0 -1
  559. package/dist/browser/lroImpl.d.ts +0 -11
  560. package/dist/browser/lroImpl.d.ts.map +0 -1
  561. package/dist/browser/lroImpl.js +0 -21
  562. package/dist/browser/lroImpl.js.map +0 -1
  563. package/dist/browser/models/index.d.ts.map +0 -1
  564. package/dist/browser/models/mappers.d.ts +0 -71
  565. package/dist/browser/models/mappers.d.ts.map +0 -1
  566. package/dist/browser/models/mappers.js +0 -1818
  567. package/dist/browser/models/mappers.js.map +0 -1
  568. package/dist/browser/models/parameters.d.ts +0 -29
  569. package/dist/browser/models/parameters.d.ts.map +0 -1
  570. package/dist/browser/models/parameters.js +0 -246
  571. package/dist/browser/models/parameters.js.map +0 -1
  572. package/dist/browser/operations/elasticSans.d.ts +0 -107
  573. package/dist/browser/operations/elasticSans.d.ts.map +0 -1
  574. package/dist/browser/operations/elasticSans.js +0 -534
  575. package/dist/browser/operations/elasticSans.js.map +0 -1
  576. package/dist/browser/operations/index.d.ts +0 -9
  577. package/dist/browser/operations/index.d.ts.map +0 -1
  578. package/dist/browser/operations/index.js +0 -16
  579. package/dist/browser/operations/index.js.map +0 -1
  580. package/dist/browser/operations/operations.d.ts +0 -26
  581. package/dist/browser/operations/operations.d.ts.map +0 -1
  582. package/dist/browser/operations/operations.js +0 -96
  583. package/dist/browser/operations/operations.js.map +0 -1
  584. package/dist/browser/operations/privateEndpointConnections.d.ts +0 -73
  585. package/dist/browser/operations/privateEndpointConnections.d.ts.map +0 -1
  586. package/dist/browser/operations/privateEndpointConnections.js +0 -321
  587. package/dist/browser/operations/privateEndpointConnections.js.map +0 -1
  588. package/dist/browser/operations/privateLinkResources.d.ts +0 -20
  589. package/dist/browser/operations/privateLinkResources.d.ts.map +0 -1
  590. package/dist/browser/operations/privateLinkResources.js +0 -53
  591. package/dist/browser/operations/privateLinkResources.js.map +0 -1
  592. package/dist/browser/operations/skus.d.ts +0 -26
  593. package/dist/browser/operations/skus.d.ts.map +0 -1
  594. package/dist/browser/operations/skus.js +0 -96
  595. package/dist/browser/operations/skus.js.map +0 -1
  596. package/dist/browser/operations/volumeGroups.d.ts +0 -99
  597. package/dist/browser/operations/volumeGroups.d.ts.map +0 -1
  598. package/dist/browser/operations/volumeGroups.js +0 -457
  599. package/dist/browser/operations/volumeGroups.js.map +0 -1
  600. package/dist/browser/operations/volumeSnapshots.d.ts +0 -89
  601. package/dist/browser/operations/volumeSnapshots.d.ts.map +0 -1
  602. package/dist/browser/operations/volumeSnapshots.js +0 -382
  603. package/dist/browser/operations/volumeSnapshots.js.map +0 -1
  604. package/dist/browser/operations/volumes.d.ts +0 -151
  605. package/dist/browser/operations/volumes.d.ts.map +0 -1
  606. package/dist/browser/operations/volumes.js +0 -687
  607. package/dist/browser/operations/volumes.js.map +0 -1
  608. package/dist/browser/operationsInterfaces/elasticSans.d.ts +0 -71
  609. package/dist/browser/operationsInterfaces/elasticSans.d.ts.map +0 -1
  610. package/dist/browser/operationsInterfaces/elasticSans.js +0 -9
  611. package/dist/browser/operationsInterfaces/elasticSans.js.map +0 -1
  612. package/dist/browser/operationsInterfaces/index.d.ts +0 -9
  613. package/dist/browser/operationsInterfaces/index.d.ts.map +0 -1
  614. package/dist/browser/operationsInterfaces/index.js +0 -16
  615. package/dist/browser/operationsInterfaces/index.js.map +0 -1
  616. package/dist/browser/operationsInterfaces/operations.d.ts +0 -11
  617. package/dist/browser/operationsInterfaces/operations.d.ts.map +0 -1
  618. package/dist/browser/operationsInterfaces/operations.js +0 -9
  619. package/dist/browser/operationsInterfaces/operations.js.map +0 -1
  620. package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts +0 -56
  621. package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
  622. package/dist/browser/operationsInterfaces/privateEndpointConnections.js +0 -9
  623. package/dist/browser/operationsInterfaces/privateEndpointConnections.js.map +0 -1
  624. package/dist/browser/operationsInterfaces/privateLinkResources.d.ts +0 -12
  625. package/dist/browser/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
  626. package/dist/browser/operationsInterfaces/privateLinkResources.js +0 -9
  627. package/dist/browser/operationsInterfaces/privateLinkResources.js.map +0 -1
  628. package/dist/browser/operationsInterfaces/skus.d.ts +0 -11
  629. package/dist/browser/operationsInterfaces/skus.d.ts.map +0 -1
  630. package/dist/browser/operationsInterfaces/skus.js +0 -9
  631. package/dist/browser/operationsInterfaces/skus.js.map +0 -1
  632. package/dist/browser/operationsInterfaces/volumeGroups.d.ts +0 -74
  633. package/dist/browser/operationsInterfaces/volumeGroups.d.ts.map +0 -1
  634. package/dist/browser/operationsInterfaces/volumeGroups.js +0 -9
  635. package/dist/browser/operationsInterfaces/volumeGroups.js.map +0 -1
  636. package/dist/browser/operationsInterfaces/volumeSnapshots.d.ts +0 -62
  637. package/dist/browser/operationsInterfaces/volumeSnapshots.d.ts.map +0 -1
  638. package/dist/browser/operationsInterfaces/volumeSnapshots.js +0 -9
  639. package/dist/browser/operationsInterfaces/volumeSnapshots.js.map +0 -1
  640. package/dist/browser/operationsInterfaces/volumes.d.ts +0 -124
  641. package/dist/browser/operationsInterfaces/volumes.d.ts.map +0 -1
  642. package/dist/browser/operationsInterfaces/volumes.js +0 -9
  643. package/dist/browser/operationsInterfaces/volumes.js.map +0 -1
  644. package/dist/browser/pagingHelper.d.ts +0 -13
  645. package/dist/browser/pagingHelper.d.ts.map +0 -1
  646. package/dist/browser/pagingHelper.js +0 -32
  647. package/dist/browser/pagingHelper.js.map +0 -1
  648. package/dist/commonjs/elasticSanManagement.d.ts.map +0 -1
  649. package/dist/commonjs/index.d.ts.map +0 -1
  650. package/dist/commonjs/lroImpl.d.ts +0 -11
  651. package/dist/commonjs/lroImpl.d.ts.map +0 -1
  652. package/dist/commonjs/lroImpl.js +0 -24
  653. package/dist/commonjs/lroImpl.js.map +0 -1
  654. package/dist/commonjs/models/index.d.ts.map +0 -1
  655. package/dist/commonjs/models/mappers.d.ts +0 -71
  656. package/dist/commonjs/models/mappers.d.ts.map +0 -1
  657. package/dist/commonjs/models/mappers.js +0 -1822
  658. package/dist/commonjs/models/mappers.js.map +0 -1
  659. package/dist/commonjs/models/parameters.d.ts +0 -29
  660. package/dist/commonjs/models/parameters.d.ts.map +0 -1
  661. package/dist/commonjs/models/parameters.js +0 -249
  662. package/dist/commonjs/models/parameters.js.map +0 -1
  663. package/dist/commonjs/operations/elasticSans.d.ts +0 -107
  664. package/dist/commonjs/operations/elasticSans.d.ts.map +0 -1
  665. package/dist/commonjs/operations/elasticSans.js +0 -538
  666. package/dist/commonjs/operations/elasticSans.js.map +0 -1
  667. package/dist/commonjs/operations/index.d.ts +0 -9
  668. package/dist/commonjs/operations/index.d.ts.map +0 -1
  669. package/dist/commonjs/operations/index.js +0 -19
  670. package/dist/commonjs/operations/index.js.map +0 -1
  671. package/dist/commonjs/operations/operations.d.ts +0 -26
  672. package/dist/commonjs/operations/operations.d.ts.map +0 -1
  673. package/dist/commonjs/operations/operations.js +0 -100
  674. package/dist/commonjs/operations/operations.js.map +0 -1
  675. package/dist/commonjs/operations/privateEndpointConnections.d.ts +0 -73
  676. package/dist/commonjs/operations/privateEndpointConnections.d.ts.map +0 -1
  677. package/dist/commonjs/operations/privateEndpointConnections.js +0 -325
  678. package/dist/commonjs/operations/privateEndpointConnections.js.map +0 -1
  679. package/dist/commonjs/operations/privateLinkResources.d.ts +0 -20
  680. package/dist/commonjs/operations/privateLinkResources.d.ts.map +0 -1
  681. package/dist/commonjs/operations/privateLinkResources.js +0 -58
  682. package/dist/commonjs/operations/privateLinkResources.js.map +0 -1
  683. package/dist/commonjs/operations/skus.d.ts +0 -26
  684. package/dist/commonjs/operations/skus.d.ts.map +0 -1
  685. package/dist/commonjs/operations/skus.js +0 -100
  686. package/dist/commonjs/operations/skus.js.map +0 -1
  687. package/dist/commonjs/operations/volumeGroups.d.ts +0 -99
  688. package/dist/commonjs/operations/volumeGroups.d.ts.map +0 -1
  689. package/dist/commonjs/operations/volumeGroups.js +0 -461
  690. package/dist/commonjs/operations/volumeGroups.js.map +0 -1
  691. package/dist/commonjs/operations/volumeSnapshots.d.ts +0 -89
  692. package/dist/commonjs/operations/volumeSnapshots.d.ts.map +0 -1
  693. package/dist/commonjs/operations/volumeSnapshots.js +0 -386
  694. package/dist/commonjs/operations/volumeSnapshots.js.map +0 -1
  695. package/dist/commonjs/operations/volumes.d.ts +0 -151
  696. package/dist/commonjs/operations/volumes.d.ts.map +0 -1
  697. package/dist/commonjs/operations/volumes.js +0 -691
  698. package/dist/commonjs/operations/volumes.js.map +0 -1
  699. package/dist/commonjs/operationsInterfaces/elasticSans.d.ts +0 -71
  700. package/dist/commonjs/operationsInterfaces/elasticSans.d.ts.map +0 -1
  701. package/dist/commonjs/operationsInterfaces/elasticSans.js +0 -10
  702. package/dist/commonjs/operationsInterfaces/elasticSans.js.map +0 -1
  703. package/dist/commonjs/operationsInterfaces/index.d.ts +0 -9
  704. package/dist/commonjs/operationsInterfaces/index.d.ts.map +0 -1
  705. package/dist/commonjs/operationsInterfaces/index.js +0 -19
  706. package/dist/commonjs/operationsInterfaces/index.js.map +0 -1
  707. package/dist/commonjs/operationsInterfaces/operations.d.ts +0 -11
  708. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +0 -1
  709. package/dist/commonjs/operationsInterfaces/operations.js +0 -10
  710. package/dist/commonjs/operationsInterfaces/operations.js.map +0 -1
  711. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts +0 -56
  712. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
  713. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js +0 -10
  714. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js.map +0 -1
  715. package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts +0 -12
  716. package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
  717. package/dist/commonjs/operationsInterfaces/privateLinkResources.js +0 -10
  718. package/dist/commonjs/operationsInterfaces/privateLinkResources.js.map +0 -1
  719. package/dist/commonjs/operationsInterfaces/skus.d.ts +0 -11
  720. package/dist/commonjs/operationsInterfaces/skus.d.ts.map +0 -1
  721. package/dist/commonjs/operationsInterfaces/skus.js +0 -10
  722. package/dist/commonjs/operationsInterfaces/skus.js.map +0 -1
  723. package/dist/commonjs/operationsInterfaces/volumeGroups.d.ts +0 -74
  724. package/dist/commonjs/operationsInterfaces/volumeGroups.d.ts.map +0 -1
  725. package/dist/commonjs/operationsInterfaces/volumeGroups.js +0 -10
  726. package/dist/commonjs/operationsInterfaces/volumeGroups.js.map +0 -1
  727. package/dist/commonjs/operationsInterfaces/volumeSnapshots.d.ts +0 -62
  728. package/dist/commonjs/operationsInterfaces/volumeSnapshots.d.ts.map +0 -1
  729. package/dist/commonjs/operationsInterfaces/volumeSnapshots.js +0 -10
  730. package/dist/commonjs/operationsInterfaces/volumeSnapshots.js.map +0 -1
  731. package/dist/commonjs/operationsInterfaces/volumes.d.ts +0 -124
  732. package/dist/commonjs/operationsInterfaces/volumes.d.ts.map +0 -1
  733. package/dist/commonjs/operationsInterfaces/volumes.js +0 -10
  734. package/dist/commonjs/operationsInterfaces/volumes.js.map +0 -1
  735. package/dist/commonjs/pagingHelper.d.ts +0 -13
  736. package/dist/commonjs/pagingHelper.d.ts.map +0 -1
  737. package/dist/commonjs/pagingHelper.js +0 -36
  738. package/dist/commonjs/pagingHelper.js.map +0 -1
  739. package/dist/esm/elasticSanManagement.d.ts.map +0 -1
  740. package/dist/esm/index.d.ts.map +0 -1
  741. package/dist/esm/lroImpl.d.ts +0 -11
  742. package/dist/esm/lroImpl.d.ts.map +0 -1
  743. package/dist/esm/lroImpl.js +0 -21
  744. package/dist/esm/lroImpl.js.map +0 -1
  745. package/dist/esm/models/index.d.ts.map +0 -1
  746. package/dist/esm/models/mappers.d.ts +0 -71
  747. package/dist/esm/models/mappers.d.ts.map +0 -1
  748. package/dist/esm/models/mappers.js +0 -1818
  749. package/dist/esm/models/mappers.js.map +0 -1
  750. package/dist/esm/models/parameters.d.ts +0 -29
  751. package/dist/esm/models/parameters.d.ts.map +0 -1
  752. package/dist/esm/models/parameters.js +0 -246
  753. package/dist/esm/models/parameters.js.map +0 -1
  754. package/dist/esm/operations/elasticSans.d.ts +0 -107
  755. package/dist/esm/operations/elasticSans.d.ts.map +0 -1
  756. package/dist/esm/operations/elasticSans.js +0 -534
  757. package/dist/esm/operations/elasticSans.js.map +0 -1
  758. package/dist/esm/operations/index.d.ts +0 -9
  759. package/dist/esm/operations/index.d.ts.map +0 -1
  760. package/dist/esm/operations/index.js +0 -16
  761. package/dist/esm/operations/index.js.map +0 -1
  762. package/dist/esm/operations/operations.d.ts +0 -26
  763. package/dist/esm/operations/operations.d.ts.map +0 -1
  764. package/dist/esm/operations/operations.js +0 -96
  765. package/dist/esm/operations/operations.js.map +0 -1
  766. package/dist/esm/operations/privateEndpointConnections.d.ts +0 -73
  767. package/dist/esm/operations/privateEndpointConnections.d.ts.map +0 -1
  768. package/dist/esm/operations/privateEndpointConnections.js +0 -321
  769. package/dist/esm/operations/privateEndpointConnections.js.map +0 -1
  770. package/dist/esm/operations/privateLinkResources.d.ts +0 -20
  771. package/dist/esm/operations/privateLinkResources.d.ts.map +0 -1
  772. package/dist/esm/operations/privateLinkResources.js +0 -53
  773. package/dist/esm/operations/privateLinkResources.js.map +0 -1
  774. package/dist/esm/operations/skus.d.ts +0 -26
  775. package/dist/esm/operations/skus.d.ts.map +0 -1
  776. package/dist/esm/operations/skus.js +0 -96
  777. package/dist/esm/operations/skus.js.map +0 -1
  778. package/dist/esm/operations/volumeGroups.d.ts +0 -99
  779. package/dist/esm/operations/volumeGroups.d.ts.map +0 -1
  780. package/dist/esm/operations/volumeGroups.js +0 -457
  781. package/dist/esm/operations/volumeGroups.js.map +0 -1
  782. package/dist/esm/operations/volumeSnapshots.d.ts +0 -89
  783. package/dist/esm/operations/volumeSnapshots.d.ts.map +0 -1
  784. package/dist/esm/operations/volumeSnapshots.js +0 -382
  785. package/dist/esm/operations/volumeSnapshots.js.map +0 -1
  786. package/dist/esm/operations/volumes.d.ts +0 -151
  787. package/dist/esm/operations/volumes.d.ts.map +0 -1
  788. package/dist/esm/operations/volumes.js +0 -687
  789. package/dist/esm/operations/volumes.js.map +0 -1
  790. package/dist/esm/operationsInterfaces/elasticSans.d.ts +0 -71
  791. package/dist/esm/operationsInterfaces/elasticSans.d.ts.map +0 -1
  792. package/dist/esm/operationsInterfaces/elasticSans.js +0 -9
  793. package/dist/esm/operationsInterfaces/elasticSans.js.map +0 -1
  794. package/dist/esm/operationsInterfaces/index.d.ts +0 -9
  795. package/dist/esm/operationsInterfaces/index.d.ts.map +0 -1
  796. package/dist/esm/operationsInterfaces/index.js +0 -16
  797. package/dist/esm/operationsInterfaces/index.js.map +0 -1
  798. package/dist/esm/operationsInterfaces/operations.d.ts +0 -11
  799. package/dist/esm/operationsInterfaces/operations.d.ts.map +0 -1
  800. package/dist/esm/operationsInterfaces/operations.js +0 -9
  801. package/dist/esm/operationsInterfaces/operations.js.map +0 -1
  802. package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts +0 -56
  803. package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
  804. package/dist/esm/operationsInterfaces/privateEndpointConnections.js +0 -9
  805. package/dist/esm/operationsInterfaces/privateEndpointConnections.js.map +0 -1
  806. package/dist/esm/operationsInterfaces/privateLinkResources.d.ts +0 -12
  807. package/dist/esm/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
  808. package/dist/esm/operationsInterfaces/privateLinkResources.js +0 -9
  809. package/dist/esm/operationsInterfaces/privateLinkResources.js.map +0 -1
  810. package/dist/esm/operationsInterfaces/skus.d.ts +0 -11
  811. package/dist/esm/operationsInterfaces/skus.d.ts.map +0 -1
  812. package/dist/esm/operationsInterfaces/skus.js +0 -9
  813. package/dist/esm/operationsInterfaces/skus.js.map +0 -1
  814. package/dist/esm/operationsInterfaces/volumeGroups.d.ts +0 -74
  815. package/dist/esm/operationsInterfaces/volumeGroups.d.ts.map +0 -1
  816. package/dist/esm/operationsInterfaces/volumeGroups.js +0 -9
  817. package/dist/esm/operationsInterfaces/volumeGroups.js.map +0 -1
  818. package/dist/esm/operationsInterfaces/volumeSnapshots.d.ts +0 -62
  819. package/dist/esm/operationsInterfaces/volumeSnapshots.d.ts.map +0 -1
  820. package/dist/esm/operationsInterfaces/volumeSnapshots.js +0 -9
  821. package/dist/esm/operationsInterfaces/volumeSnapshots.js.map +0 -1
  822. package/dist/esm/operationsInterfaces/volumes.d.ts +0 -124
  823. package/dist/esm/operationsInterfaces/volumes.d.ts.map +0 -1
  824. package/dist/esm/operationsInterfaces/volumes.js +0 -9
  825. package/dist/esm/operationsInterfaces/volumes.js.map +0 -1
  826. package/dist/esm/pagingHelper.d.ts +0 -13
  827. package/dist/esm/pagingHelper.d.ts.map +0 -1
  828. package/dist/esm/pagingHelper.js +0 -32
  829. package/dist/esm/pagingHelper.js.map +0 -1
  830. package/dist/react-native/elasticSanManagement.d.ts.map +0 -1
  831. package/dist/react-native/index.d.ts.map +0 -1
  832. package/dist/react-native/lroImpl.d.ts +0 -11
  833. package/dist/react-native/lroImpl.d.ts.map +0 -1
  834. package/dist/react-native/lroImpl.js +0 -21
  835. package/dist/react-native/lroImpl.js.map +0 -1
  836. package/dist/react-native/models/index.d.ts.map +0 -1
  837. package/dist/react-native/models/mappers.d.ts +0 -71
  838. package/dist/react-native/models/mappers.d.ts.map +0 -1
  839. package/dist/react-native/models/mappers.js +0 -1818
  840. package/dist/react-native/models/mappers.js.map +0 -1
  841. package/dist/react-native/models/parameters.d.ts +0 -29
  842. package/dist/react-native/models/parameters.d.ts.map +0 -1
  843. package/dist/react-native/models/parameters.js +0 -246
  844. package/dist/react-native/models/parameters.js.map +0 -1
  845. package/dist/react-native/operations/elasticSans.d.ts +0 -107
  846. package/dist/react-native/operations/elasticSans.d.ts.map +0 -1
  847. package/dist/react-native/operations/elasticSans.js +0 -534
  848. package/dist/react-native/operations/elasticSans.js.map +0 -1
  849. package/dist/react-native/operations/index.d.ts +0 -9
  850. package/dist/react-native/operations/index.d.ts.map +0 -1
  851. package/dist/react-native/operations/index.js +0 -16
  852. package/dist/react-native/operations/index.js.map +0 -1
  853. package/dist/react-native/operations/operations.d.ts +0 -26
  854. package/dist/react-native/operations/operations.d.ts.map +0 -1
  855. package/dist/react-native/operations/operations.js +0 -96
  856. package/dist/react-native/operations/operations.js.map +0 -1
  857. package/dist/react-native/operations/privateEndpointConnections.d.ts +0 -73
  858. package/dist/react-native/operations/privateEndpointConnections.d.ts.map +0 -1
  859. package/dist/react-native/operations/privateEndpointConnections.js +0 -321
  860. package/dist/react-native/operations/privateEndpointConnections.js.map +0 -1
  861. package/dist/react-native/operations/privateLinkResources.d.ts +0 -20
  862. package/dist/react-native/operations/privateLinkResources.d.ts.map +0 -1
  863. package/dist/react-native/operations/privateLinkResources.js +0 -53
  864. package/dist/react-native/operations/privateLinkResources.js.map +0 -1
  865. package/dist/react-native/operations/skus.d.ts +0 -26
  866. package/dist/react-native/operations/skus.d.ts.map +0 -1
  867. package/dist/react-native/operations/skus.js +0 -96
  868. package/dist/react-native/operations/skus.js.map +0 -1
  869. package/dist/react-native/operations/volumeGroups.d.ts +0 -99
  870. package/dist/react-native/operations/volumeGroups.d.ts.map +0 -1
  871. package/dist/react-native/operations/volumeGroups.js +0 -457
  872. package/dist/react-native/operations/volumeGroups.js.map +0 -1
  873. package/dist/react-native/operations/volumeSnapshots.d.ts +0 -89
  874. package/dist/react-native/operations/volumeSnapshots.d.ts.map +0 -1
  875. package/dist/react-native/operations/volumeSnapshots.js +0 -382
  876. package/dist/react-native/operations/volumeSnapshots.js.map +0 -1
  877. package/dist/react-native/operations/volumes.d.ts +0 -151
  878. package/dist/react-native/operations/volumes.d.ts.map +0 -1
  879. package/dist/react-native/operations/volumes.js +0 -687
  880. package/dist/react-native/operations/volumes.js.map +0 -1
  881. package/dist/react-native/operationsInterfaces/elasticSans.d.ts +0 -71
  882. package/dist/react-native/operationsInterfaces/elasticSans.d.ts.map +0 -1
  883. package/dist/react-native/operationsInterfaces/elasticSans.js +0 -9
  884. package/dist/react-native/operationsInterfaces/elasticSans.js.map +0 -1
  885. package/dist/react-native/operationsInterfaces/index.d.ts +0 -9
  886. package/dist/react-native/operationsInterfaces/index.d.ts.map +0 -1
  887. package/dist/react-native/operationsInterfaces/index.js +0 -16
  888. package/dist/react-native/operationsInterfaces/index.js.map +0 -1
  889. package/dist/react-native/operationsInterfaces/operations.d.ts +0 -11
  890. package/dist/react-native/operationsInterfaces/operations.d.ts.map +0 -1
  891. package/dist/react-native/operationsInterfaces/operations.js +0 -9
  892. package/dist/react-native/operationsInterfaces/operations.js.map +0 -1
  893. package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts +0 -56
  894. package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
  895. package/dist/react-native/operationsInterfaces/privateEndpointConnections.js +0 -9
  896. package/dist/react-native/operationsInterfaces/privateEndpointConnections.js.map +0 -1
  897. package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts +0 -12
  898. package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
  899. package/dist/react-native/operationsInterfaces/privateLinkResources.js +0 -9
  900. package/dist/react-native/operationsInterfaces/privateLinkResources.js.map +0 -1
  901. package/dist/react-native/operationsInterfaces/skus.d.ts +0 -11
  902. package/dist/react-native/operationsInterfaces/skus.d.ts.map +0 -1
  903. package/dist/react-native/operationsInterfaces/skus.js +0 -9
  904. package/dist/react-native/operationsInterfaces/skus.js.map +0 -1
  905. package/dist/react-native/operationsInterfaces/volumeGroups.d.ts +0 -74
  906. package/dist/react-native/operationsInterfaces/volumeGroups.d.ts.map +0 -1
  907. package/dist/react-native/operationsInterfaces/volumeGroups.js +0 -9
  908. package/dist/react-native/operationsInterfaces/volumeGroups.js.map +0 -1
  909. package/dist/react-native/operationsInterfaces/volumeSnapshots.d.ts +0 -62
  910. package/dist/react-native/operationsInterfaces/volumeSnapshots.d.ts.map +0 -1
  911. package/dist/react-native/operationsInterfaces/volumeSnapshots.js +0 -9
  912. package/dist/react-native/operationsInterfaces/volumeSnapshots.js.map +0 -1
  913. package/dist/react-native/operationsInterfaces/volumes.d.ts +0 -124
  914. package/dist/react-native/operationsInterfaces/volumes.d.ts.map +0 -1
  915. package/dist/react-native/operationsInterfaces/volumes.js +0 -9
  916. package/dist/react-native/operationsInterfaces/volumes.js.map +0 -1
  917. package/dist/react-native/pagingHelper.d.ts +0 -13
  918. package/dist/react-native/pagingHelper.d.ts.map +0 -1
  919. package/dist/react-native/pagingHelper.js +0 -32
  920. package/dist/react-native/pagingHelper.js.map +0 -1
  921. package/review/arm-elasticsan.api.md +0 -1067
@@ -0,0 +1 @@
1
+ {"version":3,"file":"models.js","sourceRoot":"","sources":["../../../src/models/models.ts"],"names":[],"mappings":"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","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\n/**\n * This file contains only generated model types and their (de)serializers.\n * Disable the following rules for internal models with '_' prefix and deserializers which require 'any' for raw JSON input.\n */\n/* eslint-disable @typescript-eslint/naming-convention */\n/* eslint-disable @typescript-eslint/explicit-module-boundary-types */\n/** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */\nexport interface _OperationListResult {\n /** The Operation items on this page */\n value: Operation[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _operationListResultDeserializer(item: any): _OperationListResult {\n return {\n value: operationArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function operationArrayDeserializer(result: Array<Operation>): any[] {\n return result.map((item) => {\n return operationDeserializer(item);\n });\n}\n\n/** Details of a REST API operation, returned from the Resource Provider Operations API */\nexport interface Operation {\n /** The name of the operation, as per Resource-Based Access Control (RBAC). Examples: \"Microsoft.Compute/virtualMachines/write\", \"Microsoft.Compute/virtualMachines/capture/action\" */\n readonly name?: string;\n /** Whether the operation applies to data-plane. This is \"true\" for data-plane operations and \"false\" for Azure Resource Manager/control-plane operations. */\n readonly isDataAction?: boolean;\n /** Localized display information for this particular operation. */\n display?: OperationDisplay;\n /** The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is \"user,system\" */\n readonly origin?: Origin;\n /** Extensible enum. Indicates the action type. \"Internal\" refers to actions that are for internal only APIs. */\n readonly actionType?: ActionType;\n}\n\nexport function operationDeserializer(item: any): Operation {\n return {\n name: item[\"name\"],\n isDataAction: item[\"isDataAction\"],\n display: !item[\"display\"] ? item[\"display\"] : operationDisplayDeserializer(item[\"display\"]),\n origin: item[\"origin\"],\n actionType: item[\"actionType\"],\n };\n}\n\n/** Localized display information for an operation. */\nexport interface OperationDisplay {\n /** The localized friendly form of the resource provider name, e.g. \"Microsoft Monitoring Insights\" or \"Microsoft Compute\". */\n readonly provider?: string;\n /** The localized friendly name of the resource type related to this operation. E.g. \"Virtual Machines\" or \"Job Schedule Collections\". */\n readonly resource?: string;\n /** The concise, localized friendly name for the operation; suitable for dropdowns. E.g. \"Create or Update Virtual Machine\", \"Restart Virtual Machine\". */\n readonly operation?: string;\n /** The short, localized friendly description of the operation; suitable for tool tips and detailed views. */\n readonly description?: string;\n}\n\nexport function operationDisplayDeserializer(item: any): OperationDisplay {\n return {\n provider: item[\"provider\"],\n resource: item[\"resource\"],\n operation: item[\"operation\"],\n description: item[\"description\"],\n };\n}\n\n/** The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is \"user,system\" */\nexport enum KnownOrigin {\n /** Indicates the operation is initiated by a user. */\n User = \"user\",\n /** Indicates the operation is initiated by a system. */\n System = \"system\",\n /** Indicates the operation is initiated by a user or system. */\n UserSystem = \"user,system\",\n}\n\n/**\n * The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is \"user,system\" \\\n * {@link KnownOrigin} can be used interchangeably with Origin,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **user**: Indicates the operation is initiated by a user. \\\n * **system**: Indicates the operation is initiated by a system. \\\n * **user,system**: Indicates the operation is initiated by a user or system.\n */\nexport type Origin = string;\n\n/** Extensible enum. Indicates the action type. \"Internal\" refers to actions that are for internal only APIs. */\nexport enum KnownActionType {\n /** Actions are for internal-only APIs. */\n Internal = \"Internal\",\n}\n\n/**\n * Extensible enum. Indicates the action type. \"Internal\" refers to actions that are for internal only APIs. \\\n * {@link KnownActionType} can be used interchangeably with ActionType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Internal**: Actions are for internal-only APIs.\n */\nexport type ActionType = string;\n\n/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. */\nexport interface ErrorResponse {\n /** The error object. */\n error?: ErrorDetail;\n}\n\nexport function errorResponseDeserializer(item: any): ErrorResponse {\n return {\n error: !item[\"error\"] ? item[\"error\"] : errorDetailDeserializer(item[\"error\"]),\n };\n}\n\n/** The error detail. */\nexport interface ErrorDetail {\n /** The error code. */\n readonly code?: string;\n /** The error message. */\n readonly message?: string;\n /** The error target. */\n readonly target?: string;\n /** The error details. */\n readonly details?: ErrorDetail[];\n /** The error additional info. */\n readonly additionalInfo?: ErrorAdditionalInfo[];\n}\n\nexport function errorDetailDeserializer(item: any): ErrorDetail {\n return {\n code: item[\"code\"],\n message: item[\"message\"],\n target: item[\"target\"],\n details: !item[\"details\"] ? item[\"details\"] : errorDetailArrayDeserializer(item[\"details\"]),\n additionalInfo: !item[\"additionalInfo\"]\n ? item[\"additionalInfo\"]\n : errorAdditionalInfoArrayDeserializer(item[\"additionalInfo\"]),\n };\n}\n\nexport function errorDetailArrayDeserializer(result: Array<ErrorDetail>): any[] {\n return result.map((item) => {\n return errorDetailDeserializer(item);\n });\n}\n\nexport function errorAdditionalInfoArrayDeserializer(result: Array<ErrorAdditionalInfo>): any[] {\n return result.map((item) => {\n return errorAdditionalInfoDeserializer(item);\n });\n}\n\n/** The resource management error additional info. */\nexport interface ErrorAdditionalInfo {\n /** The additional info type. */\n readonly type?: string;\n /** The additional info. */\n readonly info?: any;\n}\n\nexport function errorAdditionalInfoDeserializer(item: any): ErrorAdditionalInfo {\n return {\n type: item[\"type\"],\n info: item[\"info\"],\n };\n}\n\n/** Response for ElasticSan request. */\nexport interface ElasticSan extends TrackedResource {\n /** Properties of ElasticSan. */\n properties: ElasticSanProperties;\n}\n\nexport function elasticSanSerializer(item: ElasticSan): any {\n return {\n tags: item[\"tags\"],\n location: item[\"location\"],\n properties: elasticSanPropertiesSerializer(item[\"properties\"]),\n };\n}\n\nexport function elasticSanDeserializer(item: any): ElasticSan {\n return {\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(Object.entries(item[\"tags\"]).map(([k, p]: [string, any]) => [k, p])),\n location: item[\"location\"],\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: elasticSanPropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** Elastic San response properties. */\nexport interface ElasticSanProperties {\n /** resource sku */\n sku: Sku;\n /** Logical zone for Elastic San resource; example: [\"1\"]. */\n availabilityZones?: string[];\n /** State of the operation on the resource. */\n readonly provisioningState?: ProvisioningStates;\n /** Base size of the Elastic San appliance in TiB. */\n baseSizeTiB: number;\n /** Extended size of the Elastic San appliance in TiB. */\n extendedCapacitySizeTiB: number;\n /** Total size of the provisioned Volumes in GiB. */\n readonly totalVolumeSizeGiB?: number;\n /** Total number of volume groups in this Elastic San appliance. */\n readonly volumeGroupCount?: number;\n /** Total Provisioned IOPS of the Elastic San appliance. */\n readonly totalIops?: number;\n /** Total Provisioned MBps Elastic San appliance. */\n readonly totalMBps?: number;\n /** Total size of the Elastic San appliance in TB. */\n readonly totalSizeTiB?: number;\n /** The list of Private Endpoint Connections. */\n readonly privateEndpointConnections?: PrivateEndpointConnection[];\n /** Allow or disallow public network access to ElasticSan. Value is optional but if passed in, must be 'Enabled' or 'Disabled'. */\n publicNetworkAccess?: PublicNetworkAccess;\n /** Auto Scale Properties for Elastic San Appliance. */\n autoScaleProperties?: AutoScaleProperties;\n}\n\nexport function elasticSanPropertiesSerializer(item: ElasticSanProperties): any {\n return {\n sku: skuSerializer(item[\"sku\"]),\n availabilityZones: !item[\"availabilityZones\"]\n ? item[\"availabilityZones\"]\n : item[\"availabilityZones\"].map((p: any) => {\n return p;\n }),\n baseSizeTiB: item[\"baseSizeTiB\"],\n extendedCapacitySizeTiB: item[\"extendedCapacitySizeTiB\"],\n publicNetworkAccess: item[\"publicNetworkAccess\"],\n autoScaleProperties: !item[\"autoScaleProperties\"]\n ? item[\"autoScaleProperties\"]\n : autoScalePropertiesSerializer(item[\"autoScaleProperties\"]),\n };\n}\n\nexport function elasticSanPropertiesDeserializer(item: any): ElasticSanProperties {\n return {\n sku: skuDeserializer(item[\"sku\"]),\n availabilityZones: !item[\"availabilityZones\"]\n ? item[\"availabilityZones\"]\n : item[\"availabilityZones\"].map((p: any) => {\n return p;\n }),\n provisioningState: item[\"provisioningState\"],\n baseSizeTiB: item[\"baseSizeTiB\"],\n extendedCapacitySizeTiB: item[\"extendedCapacitySizeTiB\"],\n totalVolumeSizeGiB: item[\"totalVolumeSizeGiB\"],\n volumeGroupCount: item[\"volumeGroupCount\"],\n totalIops: item[\"totalIops\"],\n totalMBps: item[\"totalMBps\"],\n totalSizeTiB: item[\"totalSizeTiB\"],\n privateEndpointConnections: !item[\"privateEndpointConnections\"]\n ? item[\"privateEndpointConnections\"]\n : privateEndpointConnectionArrayDeserializer(item[\"privateEndpointConnections\"]),\n publicNetworkAccess: item[\"publicNetworkAccess\"],\n autoScaleProperties: !item[\"autoScaleProperties\"]\n ? item[\"autoScaleProperties\"]\n : autoScalePropertiesDeserializer(item[\"autoScaleProperties\"]),\n };\n}\n\n/** The SKU name. Required for account creation; optional for update. */\nexport interface Sku {\n /** The sku name. */\n name: SkuName;\n /** The sku tier. */\n tier?: SkuTier;\n}\n\nexport function skuSerializer(item: Sku): any {\n return { name: item[\"name\"], tier: item[\"tier\"] };\n}\n\nexport function skuDeserializer(item: any): Sku {\n return {\n name: item[\"name\"],\n tier: item[\"tier\"],\n };\n}\n\n/** The sku name. */\nexport enum KnownSkuName {\n /** Premium locally redundant storage */\n PremiumLRS = \"Premium_LRS\",\n /** Premium zone redundant storage */\n PremiumZRS = \"Premium_ZRS\",\n}\n\n/**\n * The sku name. \\\n * {@link KnownSkuName} can be used interchangeably with SkuName,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Premium_LRS**: Premium locally redundant storage \\\n * **Premium_ZRS**: Premium zone redundant storage\n */\nexport type SkuName = string;\n\n/** The sku tier. */\nexport enum KnownSkuTier {\n /** Premium Tier */\n Premium = \"Premium\",\n}\n\n/**\n * The sku tier. \\\n * {@link KnownSkuTier} can be used interchangeably with SkuTier,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Premium**: Premium Tier\n */\nexport type SkuTier = string;\n\n/** Provisioning state of the iSCSI Target. */\nexport enum KnownProvisioningStates {\n /** Invalid */\n Invalid = \"Invalid\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Failed */\n Failed = \"Failed\",\n /** Canceled */\n Canceled = \"Canceled\",\n /** Pending */\n Pending = \"Pending\",\n /** Creating */\n Creating = \"Creating\",\n /** Updating */\n Updating = \"Updating\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Deleted */\n Deleted = \"Deleted\",\n /** Restoring */\n Restoring = \"Restoring\",\n}\n\n/**\n * Provisioning state of the iSCSI Target. \\\n * {@link KnownProvisioningStates} can be used interchangeably with ProvisioningStates,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Invalid** \\\n * **Succeeded** \\\n * **Failed** \\\n * **Canceled** \\\n * **Pending** \\\n * **Creating** \\\n * **Updating** \\\n * **Deleting** \\\n * **Deleted** \\\n * **Restoring**\n */\nexport type ProvisioningStates = string;\n\nexport function privateEndpointConnectionArraySerializer(\n result: Array<PrivateEndpointConnection>,\n): any[] {\n return result.map((item) => {\n return privateEndpointConnectionSerializer(item);\n });\n}\n\nexport function privateEndpointConnectionArrayDeserializer(\n result: Array<PrivateEndpointConnection>,\n): any[] {\n return result.map((item) => {\n return privateEndpointConnectionDeserializer(item);\n });\n}\n\n/** Response for PrivateEndpoint Connection object */\nexport interface PrivateEndpointConnection extends ProxyResource {\n /** Private Endpoint Connection Properties. */\n properties: PrivateEndpointConnectionProperties;\n}\n\nexport function privateEndpointConnectionSerializer(item: PrivateEndpointConnection): any {\n return { properties: privateEndpointConnectionPropertiesSerializer(item[\"properties\"]) };\n}\n\nexport function privateEndpointConnectionDeserializer(item: any): PrivateEndpointConnection {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: privateEndpointConnectionPropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** Response for PrivateEndpoint connection properties */\nexport interface PrivateEndpointConnectionProperties {\n /** Provisioning State of Private Endpoint connection resource */\n readonly provisioningState?: ProvisioningStates;\n /** Private Endpoint resource */\n privateEndpoint?: PrivateEndpoint;\n /** Private Link Service Connection State. */\n privateLinkServiceConnectionState: PrivateLinkServiceConnectionState;\n /** List of resources private endpoint is mapped */\n groupIds?: string[];\n}\n\nexport function privateEndpointConnectionPropertiesSerializer(\n item: PrivateEndpointConnectionProperties,\n): any {\n return {\n privateEndpoint: !item[\"privateEndpoint\"]\n ? item[\"privateEndpoint\"]\n : privateEndpointSerializer(item[\"privateEndpoint\"]),\n privateLinkServiceConnectionState: privateLinkServiceConnectionStateSerializer(\n item[\"privateLinkServiceConnectionState\"],\n ),\n groupIds: !item[\"groupIds\"]\n ? item[\"groupIds\"]\n : item[\"groupIds\"].map((p: any) => {\n return p;\n }),\n };\n}\n\nexport function privateEndpointConnectionPropertiesDeserializer(\n item: any,\n): PrivateEndpointConnectionProperties {\n return {\n provisioningState: item[\"provisioningState\"],\n privateEndpoint: !item[\"privateEndpoint\"]\n ? item[\"privateEndpoint\"]\n : privateEndpointDeserializer(item[\"privateEndpoint\"]),\n privateLinkServiceConnectionState: privateLinkServiceConnectionStateDeserializer(\n item[\"privateLinkServiceConnectionState\"],\n ),\n groupIds: !item[\"groupIds\"]\n ? item[\"groupIds\"]\n : item[\"groupIds\"].map((p: any) => {\n return p;\n }),\n };\n}\n\n/** Response for PrivateEndpoint */\nexport interface PrivateEndpoint {\n /** The ARM identifier for Private Endpoint */\n readonly id?: string;\n}\n\nexport function privateEndpointSerializer(item: PrivateEndpoint): any {\n return item;\n}\n\nexport function privateEndpointDeserializer(item: any): PrivateEndpoint {\n return {\n id: item[\"id\"],\n };\n}\n\n/** Response for Private Link Service Connection state */\nexport interface PrivateLinkServiceConnectionState {\n /** Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service. */\n status?: PrivateEndpointServiceConnectionStatus;\n /** The reason for approval/rejection of the connection. */\n description?: string;\n /** A message indicating if changes on the service provider require any updates on the consumer. */\n actionsRequired?: string;\n}\n\nexport function privateLinkServiceConnectionStateSerializer(\n item: PrivateLinkServiceConnectionState,\n): any {\n return {\n status: item[\"status\"],\n description: item[\"description\"],\n actionsRequired: item[\"actionsRequired\"],\n };\n}\n\nexport function privateLinkServiceConnectionStateDeserializer(\n item: any,\n): PrivateLinkServiceConnectionState {\n return {\n status: item[\"status\"],\n description: item[\"description\"],\n actionsRequired: item[\"actionsRequired\"],\n };\n}\n\n/** The private endpoint connection status. */\nexport enum KnownPrivateEndpointServiceConnectionStatus {\n /** Pending */\n Pending = \"Pending\",\n /** Approved */\n Approved = \"Approved\",\n /** Failed */\n Failed = \"Failed\",\n /** Rejected */\n Rejected = \"Rejected\",\n}\n\n/**\n * The private endpoint connection status. \\\n * {@link KnownPrivateEndpointServiceConnectionStatus} can be used interchangeably with PrivateEndpointServiceConnectionStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Pending** \\\n * **Approved** \\\n * **Failed** \\\n * **Rejected**\n */\nexport type PrivateEndpointServiceConnectionStatus = string;\n\n/** Allow or disallow public network access to ElasticSan. Value is optional but if passed in, must be 'Enabled' or 'Disabled'. */\nexport enum KnownPublicNetworkAccess {\n /** Enabled */\n Enabled = \"Enabled\",\n /** Disabled */\n Disabled = \"Disabled\",\n}\n\n/**\n * Allow or disallow public network access to ElasticSan. Value is optional but if passed in, must be 'Enabled' or 'Disabled'. \\\n * {@link KnownPublicNetworkAccess} can be used interchangeably with PublicNetworkAccess,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled** \\\n * **Disabled**\n */\nexport type PublicNetworkAccess = string;\n\n/** The auto scale settings on Elastic San Appliance. */\nexport interface AutoScaleProperties {\n /** Scale up settings on Elastic San Appliance. */\n scaleUpProperties?: ScaleUpProperties;\n}\n\nexport function autoScalePropertiesSerializer(item: AutoScaleProperties): any {\n return {\n scaleUpProperties: !item[\"scaleUpProperties\"]\n ? item[\"scaleUpProperties\"]\n : scaleUpPropertiesSerializer(item[\"scaleUpProperties\"]),\n };\n}\n\nexport function autoScalePropertiesDeserializer(item: any): AutoScaleProperties {\n return {\n scaleUpProperties: !item[\"scaleUpProperties\"]\n ? item[\"scaleUpProperties\"]\n : scaleUpPropertiesDeserializer(item[\"scaleUpProperties\"]),\n };\n}\n\n/** Scale up properties on Elastic San Appliance. */\nexport interface ScaleUpProperties {\n /** Unused size on Elastic San appliance in TiB. */\n unusedSizeTiB?: number;\n /** Unit to increase Capacity Unit on Elastic San appliance in TiB. */\n increaseCapacityUnitByTiB?: number;\n /** Maximum scale up size on Elastic San appliance in TiB. */\n capacityUnitScaleUpLimitTiB?: number;\n /** Enable or Disable scale up setting on Elastic San Appliance. */\n autoScalePolicyEnforcement?: AutoScalePolicyEnforcement;\n}\n\nexport function scaleUpPropertiesSerializer(item: ScaleUpProperties): any {\n return {\n unusedSizeTiB: item[\"unusedSizeTiB\"],\n increaseCapacityUnitByTiB: item[\"increaseCapacityUnitByTiB\"],\n capacityUnitScaleUpLimitTiB: item[\"capacityUnitScaleUpLimitTiB\"],\n autoScalePolicyEnforcement: item[\"autoScalePolicyEnforcement\"],\n };\n}\n\nexport function scaleUpPropertiesDeserializer(item: any): ScaleUpProperties {\n return {\n unusedSizeTiB: item[\"unusedSizeTiB\"],\n increaseCapacityUnitByTiB: item[\"increaseCapacityUnitByTiB\"],\n capacityUnitScaleUpLimitTiB: item[\"capacityUnitScaleUpLimitTiB\"],\n autoScalePolicyEnforcement: item[\"autoScalePolicyEnforcement\"],\n };\n}\n\n/** Enable or Disable scale up setting on Elastic San Appliance. */\nexport enum KnownAutoScalePolicyEnforcement {\n /** None */\n None = \"None\",\n /** Enabled */\n Enabled = \"Enabled\",\n /** Disabled */\n Disabled = \"Disabled\",\n}\n\n/**\n * Enable or Disable scale up setting on Elastic San Appliance. \\\n * {@link KnownAutoScalePolicyEnforcement} can be used interchangeably with AutoScalePolicyEnforcement,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None** \\\n * **Enabled** \\\n * **Disabled**\n */\nexport type AutoScalePolicyEnforcement = string;\n\n/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */\nexport interface ProxyResource extends Resource {}\n\nexport function proxyResourceSerializer(item: ProxyResource): any {\n return item;\n}\n\nexport function proxyResourceDeserializer(item: any): ProxyResource {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n };\n}\n\n/** Common fields that are returned in the response for all Azure Resource Manager resources */\nexport interface Resource {\n /** Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} */\n readonly id?: string;\n /** The name of the resource */\n readonly name?: string;\n /** The type of the resource. E.g. \"Microsoft.Compute/virtualMachines\" or \"Microsoft.Storage/storageAccounts\" */\n readonly type?: string;\n /** Azure Resource Manager metadata containing createdBy and modifiedBy information. */\n readonly systemData?: SystemData;\n}\n\nexport function resourceSerializer(item: Resource): any {\n return item;\n}\n\nexport function resourceDeserializer(item: any): Resource {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n };\n}\n\n/** Metadata pertaining to creation and last modification of the resource. */\nexport interface SystemData {\n /** The identity that created the resource. */\n createdBy?: string;\n /** The type of identity that created the resource. */\n createdByType?: CreatedByType;\n /** The timestamp of resource creation (UTC). */\n createdAt?: Date;\n /** The identity that last modified the resource. */\n lastModifiedBy?: string;\n /** The type of identity that last modified the resource. */\n lastModifiedByType?: CreatedByType;\n /** The timestamp of resource last modification (UTC) */\n lastModifiedAt?: Date;\n}\n\nexport function systemDataDeserializer(item: any): SystemData {\n return {\n createdBy: item[\"createdBy\"],\n createdByType: item[\"createdByType\"],\n createdAt: !item[\"createdAt\"] ? item[\"createdAt\"] : new Date(item[\"createdAt\"]),\n lastModifiedBy: item[\"lastModifiedBy\"],\n lastModifiedByType: item[\"lastModifiedByType\"],\n lastModifiedAt: !item[\"lastModifiedAt\"]\n ? item[\"lastModifiedAt\"]\n : new Date(item[\"lastModifiedAt\"]),\n };\n}\n\n/** The kind of entity that created the resource. */\nexport enum KnownCreatedByType {\n /** The entity was created by a user. */\n User = \"User\",\n /** The entity was created by an application. */\n Application = \"Application\",\n /** The entity was created by a managed identity. */\n ManagedIdentity = \"ManagedIdentity\",\n /** The entity was created by a key. */\n Key = \"Key\",\n}\n\n/**\n * The kind of entity that created the resource. \\\n * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **User**: The entity was created by a user. \\\n * **Application**: The entity was created by an application. \\\n * **ManagedIdentity**: The entity was created by a managed identity. \\\n * **Key**: The entity was created by a key.\n */\nexport type CreatedByType = string;\n\n/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */\nexport interface TrackedResource extends Resource {\n /** Resource tags. */\n tags?: Record<string, string>;\n /** The geo-location where the resource lives */\n location: string;\n}\n\nexport function trackedResourceSerializer(item: TrackedResource): any {\n return { tags: item[\"tags\"], location: item[\"location\"] };\n}\n\nexport function trackedResourceDeserializer(item: any): TrackedResource {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(Object.entries(item[\"tags\"]).map(([k, p]: [string, any]) => [k, p])),\n location: item[\"location\"],\n };\n}\n\n/** Response for ElasticSan update request. */\nexport interface ElasticSanUpdate {\n /** Properties of ElasticSan. */\n properties?: ElasticSanUpdateProperties;\n /** Update tags */\n tags?: Record<string, string>;\n}\n\nexport function elasticSanUpdateSerializer(item: ElasticSanUpdate): any {\n return {\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : elasticSanUpdatePropertiesSerializer(item[\"properties\"]),\n tags: item[\"tags\"],\n };\n}\n\n/** Elastic San update properties. */\nexport interface ElasticSanUpdateProperties {\n /** Base size of the Elastic San appliance in TiB. */\n baseSizeTiB?: number;\n /** Extended size of the Elastic San appliance in TiB. */\n extendedCapacitySizeTiB?: number;\n /** Allow or disallow public network access to ElasticSan Account. Value is optional but if passed in, must be 'Enabled' or 'Disabled'. */\n publicNetworkAccess?: PublicNetworkAccess;\n /** Auto Scale Properties for Elastic San Appliance. */\n autoScaleProperties?: AutoScaleProperties;\n}\n\nexport function elasticSanUpdatePropertiesSerializer(item: ElasticSanUpdateProperties): any {\n return {\n baseSizeTiB: item[\"baseSizeTiB\"],\n extendedCapacitySizeTiB: item[\"extendedCapacitySizeTiB\"],\n publicNetworkAccess: item[\"publicNetworkAccess\"],\n autoScaleProperties: !item[\"autoScaleProperties\"]\n ? item[\"autoScaleProperties\"]\n : autoScalePropertiesSerializer(item[\"autoScaleProperties\"]),\n };\n}\n\n/** List of Elastic Sans */\nexport interface _ElasticSanList {\n /** The ElasticSan items on this page */\n value: ElasticSan[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _elasticSanListDeserializer(item: any): _ElasticSanList {\n return {\n value: elasticSanArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function elasticSanArraySerializer(result: Array<ElasticSan>): any[] {\n return result.map((item) => {\n return elasticSanSerializer(item);\n });\n}\n\nexport function elasticSanArrayDeserializer(result: Array<ElasticSan>): any[] {\n return result.map((item) => {\n return elasticSanDeserializer(item);\n });\n}\n\n/** The response of a PrivateEndpointConnection list operation. */\nexport interface _PrivateEndpointConnectionListResult {\n /** The PrivateEndpointConnection items on this page */\n value: PrivateEndpointConnection[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _privateEndpointConnectionListResultDeserializer(\n item: any,\n): _PrivateEndpointConnectionListResult {\n return {\n value: privateEndpointConnectionArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\n/** Response for Volume request. */\nexport interface Volume extends ProxyResource {\n /** Properties of Volume. */\n properties: VolumeProperties;\n}\n\nexport function volumeSerializer(item: Volume): any {\n return { properties: volumePropertiesSerializer(item[\"properties\"]) };\n}\n\nexport function volumeDeserializer(item: any): Volume {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: volumePropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** Volume response properties. */\nexport interface VolumeProperties {\n /** Unique Id of the volume in GUID format */\n readonly volumeId?: string;\n /** State of the operation on the resource. */\n creationData?: SourceCreationData;\n /** Volume size. */\n sizeGiB: number;\n /** Storage target information */\n readonly storageTarget?: IscsiTargetInfo;\n /** Parent resource information. */\n managedBy?: ManagedByInfo;\n /** State of the operation on the resource. */\n readonly provisioningState?: ProvisioningStates;\n}\n\nexport function volumePropertiesSerializer(item: VolumeProperties): any {\n return {\n creationData: !item[\"creationData\"]\n ? item[\"creationData\"]\n : sourceCreationDataSerializer(item[\"creationData\"]),\n sizeGiB: item[\"sizeGiB\"],\n managedBy: !item[\"managedBy\"] ? item[\"managedBy\"] : managedByInfoSerializer(item[\"managedBy\"]),\n };\n}\n\nexport function volumePropertiesDeserializer(item: any): VolumeProperties {\n return {\n volumeId: item[\"volumeId\"],\n creationData: !item[\"creationData\"]\n ? item[\"creationData\"]\n : sourceCreationDataDeserializer(item[\"creationData\"]),\n sizeGiB: item[\"sizeGiB\"],\n storageTarget: !item[\"storageTarget\"]\n ? item[\"storageTarget\"]\n : iscsiTargetInfoDeserializer(item[\"storageTarget\"]),\n managedBy: !item[\"managedBy\"]\n ? item[\"managedBy\"]\n : managedByInfoDeserializer(item[\"managedBy\"]),\n provisioningState: item[\"provisioningState\"],\n };\n}\n\n/** Data source used when creating the volume. */\nexport interface SourceCreationData {\n /** This enumerates the possible sources of a volume creation. */\n createSource?: VolumeCreateOption;\n /** Fully qualified resource ID for the resource. E.g. \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}\" */\n sourceId?: string;\n}\n\nexport function sourceCreationDataSerializer(item: SourceCreationData): any {\n return { createSource: item[\"createSource\"], sourceId: item[\"sourceId\"] };\n}\n\nexport function sourceCreationDataDeserializer(item: any): SourceCreationData {\n return {\n createSource: item[\"createSource\"],\n sourceId: item[\"sourceId\"],\n };\n}\n\n/** This enumerates the possible sources of a volume creation. */\nexport enum KnownVolumeCreateOption {\n /** None */\n None = \"None\",\n /** VolumeSnapshot */\n VolumeSnapshot = \"VolumeSnapshot\",\n /** DiskSnapshot */\n DiskSnapshot = \"DiskSnapshot\",\n /** Disk */\n Disk = \"Disk\",\n /** DiskRestorePoint */\n DiskRestorePoint = \"DiskRestorePoint\",\n}\n\n/**\n * This enumerates the possible sources of a volume creation. \\\n * {@link KnownVolumeCreateOption} can be used interchangeably with VolumeCreateOption,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None** \\\n * **VolumeSnapshot** \\\n * **DiskSnapshot** \\\n * **Disk** \\\n * **DiskRestorePoint**\n */\nexport type VolumeCreateOption = string;\n\n/** Iscsi target information */\nexport interface IscsiTargetInfo {\n /** iSCSI Target IQN (iSCSI Qualified Name); example: \"iqn.2005-03.org.iscsi:server\". */\n readonly targetIqn?: string;\n /** iSCSI Target Portal Host Name */\n readonly targetPortalHostname?: string;\n /** iSCSI Target Portal Port */\n readonly targetPortalPort?: number;\n /** State of the operation on the resource. */\n readonly provisioningState?: ProvisioningStates;\n /** Operational status of the iSCSI Target. */\n status?: OperationalStatus;\n}\n\nexport function iscsiTargetInfoDeserializer(item: any): IscsiTargetInfo {\n return {\n targetIqn: item[\"targetIqn\"],\n targetPortalHostname: item[\"targetPortalHostname\"],\n targetPortalPort: item[\"targetPortalPort\"],\n provisioningState: item[\"provisioningState\"],\n status: item[\"status\"],\n };\n}\n\n/** Operational status of the resource. */\nexport enum KnownOperationalStatus {\n /** Invalid */\n Invalid = \"Invalid\",\n /** Unknown */\n Unknown = \"Unknown\",\n /** Healthy */\n Healthy = \"Healthy\",\n /** Unhealthy */\n Unhealthy = \"Unhealthy\",\n /** Updating */\n Updating = \"Updating\",\n /** Running */\n Running = \"Running\",\n /** Stopped */\n Stopped = \"Stopped\",\n /** Stopped (deallocated) */\n StoppedDeallocated = \"Stopped (deallocated)\",\n}\n\n/**\n * Operational status of the resource. \\\n * {@link KnownOperationalStatus} can be used interchangeably with OperationalStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Invalid** \\\n * **Unknown** \\\n * **Healthy** \\\n * **Unhealthy** \\\n * **Updating** \\\n * **Running** \\\n * **Stopped** \\\n * **Stopped (deallocated)**\n */\nexport type OperationalStatus = string;\n\n/** Parent resource information. */\nexport interface ManagedByInfo {\n /** Resource ID of the resource managing the volume, this is a restricted field and can only be set for internal use. */\n resourceId?: string;\n}\n\nexport function managedByInfoSerializer(item: ManagedByInfo): any {\n return { resourceId: item[\"resourceId\"] };\n}\n\nexport function managedByInfoDeserializer(item: any): ManagedByInfo {\n return {\n resourceId: item[\"resourceId\"],\n };\n}\n\n/** Response for Volume request. */\nexport interface VolumeUpdate {\n /** Properties of Volume. */\n properties?: VolumeUpdateProperties;\n}\n\nexport function volumeUpdateSerializer(item: VolumeUpdate): any {\n return {\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : volumeUpdatePropertiesSerializer(item[\"properties\"]),\n };\n}\n\n/** Volume response properties. */\nexport interface VolumeUpdateProperties {\n /** Volume size. */\n sizeGiB?: number;\n /** Parent resource information. */\n managedBy?: ManagedByInfo;\n}\n\nexport function volumeUpdatePropertiesSerializer(item: VolumeUpdateProperties): any {\n return {\n sizeGiB: item[\"sizeGiB\"],\n managedBy: !item[\"managedBy\"] ? item[\"managedBy\"] : managedByInfoSerializer(item[\"managedBy\"]),\n };\n}\n\n/** List of Volumes */\nexport interface _VolumeList {\n /** The Volume items on this page */\n value: Volume[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _volumeListDeserializer(item: any): _VolumeList {\n return {\n value: volumeArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function volumeArraySerializer(result: Array<Volume>): any[] {\n return result.map((item) => {\n return volumeSerializer(item);\n });\n}\n\nexport function volumeArrayDeserializer(result: Array<Volume>): any[] {\n return result.map((item) => {\n return volumeDeserializer(item);\n });\n}\n\n/** object to hold array of volume names */\nexport interface VolumeNameList {\n /** array of volume names */\n volumeNames: string[];\n}\n\nexport function volumeNameListSerializer(item: VolumeNameList): any {\n return {\n volumeNames: item[\"volumeNames\"].map((p: any) => {\n return p;\n }),\n };\n}\n\n/** response object for pre validation api */\nexport interface PreValidationResponse {\n /** a status value indicating success or failure of validation */\n validationStatus?: string;\n}\n\nexport function preValidationResponseDeserializer(item: any): PreValidationResponse {\n return {\n validationStatus: item[\"validationStatus\"],\n };\n}\n\n/** object to hold array of Disk Snapshot ARM IDs */\nexport interface DiskSnapshotList {\n /** array of DiskSnapshot ARM IDs */\n diskSnapshotIds: string[];\n}\n\nexport function diskSnapshotListSerializer(item: DiskSnapshotList): any {\n return {\n diskSnapshotIds: item[\"diskSnapshotIds\"].map((p: any) => {\n return p;\n }),\n };\n}\n\n/** Response for Volume Group request. */\nexport interface VolumeGroup extends ProxyResource {\n /** The identity of the resource. */\n identity?: Identity;\n /** Properties of VolumeGroup. */\n properties?: VolumeGroupProperties;\n}\n\nexport function volumeGroupSerializer(item: VolumeGroup): any {\n return {\n identity: !item[\"identity\"] ? item[\"identity\"] : identitySerializer(item[\"identity\"]),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : volumeGroupPropertiesSerializer(item[\"properties\"]),\n };\n}\n\nexport function volumeGroupDeserializer(item: any): VolumeGroup {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n identity: !item[\"identity\"] ? item[\"identity\"] : identityDeserializer(item[\"identity\"]),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : volumeGroupPropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** Identity for the resource. */\nexport interface Identity {\n /** The principal ID of resource identity. */\n readonly principalId?: string;\n /** The tenant ID of resource. */\n readonly tenantId?: string;\n /** The identity type. */\n type: IdentityType;\n /** Gets or sets a list of key value pairs that describe the set of User Assigned identities that will be used with this volume group. The key is the ARM resource identifier of the identity. */\n userAssignedIdentities?: Record<string, UserAssignedIdentity>;\n}\n\nexport function identitySerializer(item: Identity): any {\n return {\n type: item[\"type\"],\n userAssignedIdentities: !item[\"userAssignedIdentities\"]\n ? item[\"userAssignedIdentities\"]\n : userAssignedIdentityRecordSerializer(item[\"userAssignedIdentities\"]),\n };\n}\n\nexport function identityDeserializer(item: any): Identity {\n return {\n principalId: item[\"principalId\"],\n tenantId: item[\"tenantId\"],\n type: item[\"type\"],\n userAssignedIdentities: !item[\"userAssignedIdentities\"]\n ? item[\"userAssignedIdentities\"]\n : userAssignedIdentityRecordDeserializer(item[\"userAssignedIdentities\"]),\n };\n}\n\n/** The identity type. */\nexport enum KnownIdentityType {\n /** None */\n None = \"None\",\n /** SystemAssigned */\n SystemAssigned = \"SystemAssigned\",\n /** UserAssigned */\n UserAssigned = \"UserAssigned\",\n}\n\n/**\n * The identity type. \\\n * {@link KnownIdentityType} can be used interchangeably with IdentityType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None** \\\n * **SystemAssigned** \\\n * **UserAssigned**\n */\nexport type IdentityType = string;\n\nexport function userAssignedIdentityRecordSerializer(\n item: Record<string, UserAssignedIdentity>,\n): Record<string, any> {\n const result: Record<string, any> = {};\n Object.keys(item).map((key) => {\n result[key] = !item[key] ? item[key] : userAssignedIdentitySerializer(item[key]);\n });\n return result;\n}\n\nexport function userAssignedIdentityRecordDeserializer(\n item: Record<string, any>,\n): Record<string, UserAssignedIdentity> {\n const result: Record<string, any> = {};\n Object.keys(item).map((key) => {\n result[key] = !item[key] ? item[key] : userAssignedIdentityDeserializer(item[key]);\n });\n return result;\n}\n\n/** UserAssignedIdentity for the resource. */\nexport interface UserAssignedIdentity {\n /** The principal ID of the identity. */\n readonly principalId?: string;\n /** The client ID of the identity. */\n readonly clientId?: string;\n}\n\nexport function userAssignedIdentitySerializer(item: UserAssignedIdentity): any {\n return item;\n}\n\nexport function userAssignedIdentityDeserializer(item: any): UserAssignedIdentity {\n return {\n principalId: item[\"principalId\"],\n clientId: item[\"clientId\"],\n };\n}\n\n/** VolumeGroup response properties. */\nexport interface VolumeGroupProperties {\n /** State of the operation on the resource. */\n readonly provisioningState?: ProvisioningStates;\n /** Type of storage target */\n protocolType?: StorageTargetType;\n /** Type of encryption */\n encryption?: EncryptionType;\n /** Encryption Properties describing Key Vault and Identity information */\n encryptionProperties?: EncryptionProperties;\n /** A collection of rules governing the accessibility from specific network locations. */\n networkAcls?: NetworkRuleSet;\n /** The list of Private Endpoint Connections. */\n readonly privateEndpointConnections?: PrivateEndpointConnection[];\n /** A boolean indicating whether or not Data Integrity Check is enabled */\n enforceDataIntegrityCheckForIscsi?: boolean;\n}\n\nexport function volumeGroupPropertiesSerializer(item: VolumeGroupProperties): any {\n return {\n protocolType: item[\"protocolType\"],\n encryption: item[\"encryption\"],\n encryptionProperties: !item[\"encryptionProperties\"]\n ? item[\"encryptionProperties\"]\n : encryptionPropertiesSerializer(item[\"encryptionProperties\"]),\n networkAcls: !item[\"networkAcls\"]\n ? item[\"networkAcls\"]\n : networkRuleSetSerializer(item[\"networkAcls\"]),\n enforceDataIntegrityCheckForIscsi: item[\"enforceDataIntegrityCheckForIscsi\"],\n };\n}\n\nexport function volumeGroupPropertiesDeserializer(item: any): VolumeGroupProperties {\n return {\n provisioningState: item[\"provisioningState\"],\n protocolType: item[\"protocolType\"],\n encryption: item[\"encryption\"],\n encryptionProperties: !item[\"encryptionProperties\"]\n ? item[\"encryptionProperties\"]\n : encryptionPropertiesDeserializer(item[\"encryptionProperties\"]),\n networkAcls: !item[\"networkAcls\"]\n ? item[\"networkAcls\"]\n : networkRuleSetDeserializer(item[\"networkAcls\"]),\n privateEndpointConnections: !item[\"privateEndpointConnections\"]\n ? item[\"privateEndpointConnections\"]\n : privateEndpointConnectionArrayDeserializer(item[\"privateEndpointConnections\"]),\n enforceDataIntegrityCheckForIscsi: item[\"enforceDataIntegrityCheckForIscsi\"],\n };\n}\n\n/** Storage Target type. */\nexport enum KnownStorageTargetType {\n /** Iscsi */\n Iscsi = \"Iscsi\",\n /** None */\n None = \"None\",\n}\n\n/**\n * Storage Target type. \\\n * {@link KnownStorageTargetType} can be used interchangeably with StorageTargetType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Iscsi** \\\n * **None**\n */\nexport type StorageTargetType = string;\n\n/** The type of key used to encrypt the data of the disk. */\nexport enum KnownEncryptionType {\n /** Volume is encrypted at rest with Platform managed key. It is the default encryption type. */\n EncryptionAtRestWithPlatformKey = \"EncryptionAtRestWithPlatformKey\",\n /** Volume is encrypted at rest with Customer managed key that can be changed and revoked by a customer. */\n EncryptionAtRestWithCustomerManagedKey = \"EncryptionAtRestWithCustomerManagedKey\",\n}\n\n/**\n * The type of key used to encrypt the data of the disk. \\\n * {@link KnownEncryptionType} can be used interchangeably with EncryptionType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **EncryptionAtRestWithPlatformKey**: Volume is encrypted at rest with Platform managed key. It is the default encryption type. \\\n * **EncryptionAtRestWithCustomerManagedKey**: Volume is encrypted at rest with Customer managed key that can be changed and revoked by a customer.\n */\nexport type EncryptionType = string;\n\n/** The encryption settings on the volume group. */\nexport interface EncryptionProperties {\n /** Properties provided by key vault. */\n keyVaultProperties?: KeyVaultProperties;\n /** The identity to be used with service-side encryption at rest. */\n encryptionIdentity?: EncryptionIdentity;\n}\n\nexport function encryptionPropertiesSerializer(item: EncryptionProperties): any {\n return {\n keyVaultProperties: !item[\"keyVaultProperties\"]\n ? item[\"keyVaultProperties\"]\n : keyVaultPropertiesSerializer(item[\"keyVaultProperties\"]),\n identity: !item[\"encryptionIdentity\"]\n ? item[\"encryptionIdentity\"]\n : encryptionIdentitySerializer(item[\"encryptionIdentity\"]),\n };\n}\n\nexport function encryptionPropertiesDeserializer(item: any): EncryptionProperties {\n return {\n keyVaultProperties: !item[\"keyVaultProperties\"]\n ? item[\"keyVaultProperties\"]\n : keyVaultPropertiesDeserializer(item[\"keyVaultProperties\"]),\n encryptionIdentity: !item[\"identity\"]\n ? item[\"identity\"]\n : encryptionIdentityDeserializer(item[\"identity\"]),\n };\n}\n\n/** Properties of key vault. */\nexport interface KeyVaultProperties {\n /** The name of KeyVault key. */\n keyName?: string;\n /** The version of KeyVault key. */\n keyVersion?: string;\n /** The Uri of KeyVault. */\n keyVaultUri?: string;\n /** The object identifier of the current versioned Key Vault Key in use. */\n readonly currentVersionedKeyIdentifier?: string;\n /** Timestamp of last rotation of the Key Vault Key. */\n readonly lastKeyRotationTimestamp?: Date;\n /** This is a read only property that represents the expiration time of the current version of the customer managed key used for encryption. */\n readonly currentVersionedKeyExpirationTimestamp?: Date;\n}\n\nexport function keyVaultPropertiesSerializer(item: KeyVaultProperties): any {\n return {\n keyName: item[\"keyName\"],\n keyVersion: item[\"keyVersion\"],\n keyVaultUri: item[\"keyVaultUri\"],\n };\n}\n\nexport function keyVaultPropertiesDeserializer(item: any): KeyVaultProperties {\n return {\n keyName: item[\"keyName\"],\n keyVersion: item[\"keyVersion\"],\n keyVaultUri: item[\"keyVaultUri\"],\n currentVersionedKeyIdentifier: item[\"currentVersionedKeyIdentifier\"],\n lastKeyRotationTimestamp: !item[\"lastKeyRotationTimestamp\"]\n ? item[\"lastKeyRotationTimestamp\"]\n : new Date(item[\"lastKeyRotationTimestamp\"]),\n currentVersionedKeyExpirationTimestamp: !item[\"currentVersionedKeyExpirationTimestamp\"]\n ? item[\"currentVersionedKeyExpirationTimestamp\"]\n : new Date(item[\"currentVersionedKeyExpirationTimestamp\"]),\n };\n}\n\n/** Encryption identity for the volume group. */\nexport interface EncryptionIdentity {\n /** Resource identifier of the UserAssigned identity to be associated with server-side encryption on the volume group. */\n encryptionUserAssignedIdentity?: string;\n}\n\nexport function encryptionIdentitySerializer(item: EncryptionIdentity): any {\n return { userAssignedIdentity: item[\"encryptionUserAssignedIdentity\"] };\n}\n\nexport function encryptionIdentityDeserializer(item: any): EncryptionIdentity {\n return {\n encryptionUserAssignedIdentity: item[\"userAssignedIdentity\"],\n };\n}\n\n/** A set of rules governing the network accessibility. */\nexport interface NetworkRuleSet {\n /** The list of virtual network rules. */\n virtualNetworkRules?: VirtualNetworkRule[];\n}\n\nexport function networkRuleSetSerializer(item: NetworkRuleSet): any {\n return {\n virtualNetworkRules: !item[\"virtualNetworkRules\"]\n ? item[\"virtualNetworkRules\"]\n : virtualNetworkRuleArraySerializer(item[\"virtualNetworkRules\"]),\n };\n}\n\nexport function networkRuleSetDeserializer(item: any): NetworkRuleSet {\n return {\n virtualNetworkRules: !item[\"virtualNetworkRules\"]\n ? item[\"virtualNetworkRules\"]\n : virtualNetworkRuleArrayDeserializer(item[\"virtualNetworkRules\"]),\n };\n}\n\nexport function virtualNetworkRuleArraySerializer(result: Array<VirtualNetworkRule>): any[] {\n return result.map((item) => {\n return virtualNetworkRuleSerializer(item);\n });\n}\n\nexport function virtualNetworkRuleArrayDeserializer(result: Array<VirtualNetworkRule>): any[] {\n return result.map((item) => {\n return virtualNetworkRuleDeserializer(item);\n });\n}\n\n/** Virtual Network rule. */\nexport interface VirtualNetworkRule {\n /** Resource ID of a subnet, for example: /subscriptions/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.Network/virtualNetworks/{vnetName}/subnets/{subnetName}. */\n virtualNetworkResourceId: string;\n /** The action of virtual network rule. */\n action?: Action;\n}\n\nexport function virtualNetworkRuleSerializer(item: VirtualNetworkRule): any {\n return { id: item[\"virtualNetworkResourceId\"], action: item[\"action\"] };\n}\n\nexport function virtualNetworkRuleDeserializer(item: any): VirtualNetworkRule {\n return {\n virtualNetworkResourceId: item[\"id\"],\n action: item[\"action\"],\n };\n}\n\n/** The action of virtual network rule. */\nexport enum KnownAction {\n /** Allow */\n Allow = \"Allow\",\n}\n\n/**\n * The action of virtual network rule. \\\n * {@link KnownAction} can be used interchangeably with Action,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Allow**\n */\nexport type Action = string;\n\n/** Volume Group request. */\nexport interface VolumeGroupUpdate {\n /** The identity of the resource. */\n identity?: Identity;\n /** Properties of VolumeGroup. */\n properties?: VolumeGroupUpdateProperties;\n}\n\nexport function volumeGroupUpdateSerializer(item: VolumeGroupUpdate): any {\n return {\n identity: !item[\"identity\"] ? item[\"identity\"] : identitySerializer(item[\"identity\"]),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : volumeGroupUpdatePropertiesSerializer(item[\"properties\"]),\n };\n}\n\n/** VolumeGroup response properties. */\nexport interface VolumeGroupUpdateProperties {\n /** Type of storage target */\n protocolType?: StorageTargetType;\n /** Type of encryption */\n encryption?: EncryptionType;\n /** Encryption Properties describing Key Vault and Identity information */\n encryptionProperties?: EncryptionProperties;\n /** A collection of rules governing the accessibility from specific network locations. */\n networkAcls?: NetworkRuleSet;\n /** A boolean indicating whether or not Data Integrity Check is enabled */\n enforceDataIntegrityCheckForIscsi?: boolean;\n}\n\nexport function volumeGroupUpdatePropertiesSerializer(item: VolumeGroupUpdateProperties): any {\n return {\n protocolType: item[\"protocolType\"],\n encryption: item[\"encryption\"],\n encryptionProperties: !item[\"encryptionProperties\"]\n ? item[\"encryptionProperties\"]\n : encryptionPropertiesSerializer(item[\"encryptionProperties\"]),\n networkAcls: !item[\"networkAcls\"]\n ? item[\"networkAcls\"]\n : networkRuleSetSerializer(item[\"networkAcls\"]),\n enforceDataIntegrityCheckForIscsi: item[\"enforceDataIntegrityCheckForIscsi\"],\n };\n}\n\n/** List of Volume Groups */\nexport interface _VolumeGroupList {\n /** The VolumeGroup items on this page */\n value: VolumeGroup[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _volumeGroupListDeserializer(item: any): _VolumeGroupList {\n return {\n value: volumeGroupArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function volumeGroupArraySerializer(result: Array<VolumeGroup>): any[] {\n return result.map((item) => {\n return volumeGroupSerializer(item);\n });\n}\n\nexport function volumeGroupArrayDeserializer(result: Array<VolumeGroup>): any[] {\n return result.map((item) => {\n return volumeGroupDeserializer(item);\n });\n}\n\n/** A list of private link resources */\nexport interface PrivateLinkResourceListResult {\n /** Array of private link resources */\n value: PrivateLinkResource[];\n /** URI to fetch the next section of the paginated response. */\n readonly nextLink?: string;\n}\n\nexport function privateLinkResourceListResultDeserializer(\n item: any,\n): PrivateLinkResourceListResult {\n return {\n value: privateLinkResourceArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function privateLinkResourceArrayDeserializer(result: Array<PrivateLinkResource>): any[] {\n return result.map((item) => {\n return privateLinkResourceDeserializer(item);\n });\n}\n\n/** A private link resource */\nexport interface PrivateLinkResource extends Resource {\n /** Resource properties. */\n properties?: PrivateLinkResourceProperties;\n}\n\nexport function privateLinkResourceDeserializer(item: any): PrivateLinkResource {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : privateLinkResourcePropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** Properties of a private link resource. */\nexport interface PrivateLinkResourceProperties {\n /** The private link resource group id. */\n readonly groupId?: string;\n /** The private link resource required member names. */\n readonly requiredMembers?: string[];\n /** The private link resource Private link DNS zone name. */\n requiredZoneNames?: string[];\n}\n\nexport function privateLinkResourcePropertiesDeserializer(\n item: any,\n): PrivateLinkResourceProperties {\n return {\n groupId: item[\"groupId\"],\n requiredMembers: !item[\"requiredMembers\"]\n ? item[\"requiredMembers\"]\n : item[\"requiredMembers\"].map((p: any) => {\n return p;\n }),\n requiredZoneNames: !item[\"requiredZoneNames\"]\n ? item[\"requiredZoneNames\"]\n : item[\"requiredZoneNames\"].map((p: any) => {\n return p;\n }),\n };\n}\n\n/** Response for Volume Snapshot request. */\nexport interface Snapshot extends ProxyResource {\n /** Properties of Volume Snapshot. */\n properties: SnapshotProperties;\n}\n\nexport function snapshotSerializer(item: Snapshot): any {\n return { properties: snapshotPropertiesSerializer(item[\"properties\"]) };\n}\n\nexport function snapshotDeserializer(item: any): Snapshot {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: snapshotPropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** Properties for Snapshot. */\nexport interface SnapshotProperties {\n /** Data used when creating a volume snapshot. */\n creationData: SnapshotCreationData;\n /** State of the operation on the resource. */\n readonly provisioningState?: ProvisioningStates;\n /** Size of Source Volume */\n readonly sourceVolumeSizeGiB?: number;\n /** Source Volume Name of a snapshot */\n readonly volumeName?: string;\n}\n\nexport function snapshotPropertiesSerializer(item: SnapshotProperties): any {\n return { creationData: snapshotCreationDataSerializer(item[\"creationData\"]) };\n}\n\nexport function snapshotPropertiesDeserializer(item: any): SnapshotProperties {\n return {\n creationData: snapshotCreationDataDeserializer(item[\"creationData\"]),\n provisioningState: item[\"provisioningState\"],\n sourceVolumeSizeGiB: item[\"sourceVolumeSizeGiB\"],\n volumeName: item[\"volumeName\"],\n };\n}\n\n/** Data used when creating a volume snapshot. */\nexport interface SnapshotCreationData {\n /** Fully qualified resource ID of the volume. E.g. \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ElasticSan/elasticSans/{elasticSanName}/volumegroups/{volumeGroupName}/volumes/{volumeName}\" */\n sourceId: string;\n}\n\nexport function snapshotCreationDataSerializer(item: SnapshotCreationData): any {\n return { sourceId: item[\"sourceId\"] };\n}\n\nexport function snapshotCreationDataDeserializer(item: any): SnapshotCreationData {\n return {\n sourceId: item[\"sourceId\"],\n };\n}\n\n/** List of Snapshots */\nexport interface _SnapshotList {\n /** The Snapshot items on this page */\n value: Snapshot[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _snapshotListDeserializer(item: any): _SnapshotList {\n return {\n value: snapshotArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function snapshotArraySerializer(result: Array<Snapshot>): any[] {\n return result.map((item) => {\n return snapshotSerializer(item);\n });\n}\n\nexport function snapshotArrayDeserializer(result: Array<Snapshot>): any[] {\n return result.map((item) => {\n return snapshotDeserializer(item);\n });\n}\n\n/** List of SKU Information objects */\nexport interface _SkuInformationList {\n /** The SkuInformation items on this page */\n readonly value: SkuInformation[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _skuInformationListDeserializer(item: any): _SkuInformationList {\n return {\n value: skuInformationArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function skuInformationArrayDeserializer(result: Array<SkuInformation>): any[] {\n return result.map((item) => {\n return skuInformationDeserializer(item);\n });\n}\n\n/** ElasticSAN SKU and its properties */\nexport interface SkuInformation {\n /** Sku Name */\n name: SkuName;\n /** Sku Tier */\n tier?: SkuTier;\n /** The type of the resource. */\n readonly resourceType?: string;\n /** The set of locations that the SKU is available. This will be supported and registered Azure Geo Regions (e.g. West US, East US, Southeast Asia, etc.). */\n readonly locations?: string[];\n /** Availability of the SKU for the location/zone */\n readonly locationInfo?: SkuLocationInfo[];\n /** The capability information in the specified SKU. */\n readonly capabilities?: SKUCapability[];\n}\n\nexport function skuInformationDeserializer(item: any): SkuInformation {\n return {\n name: item[\"name\"],\n tier: item[\"tier\"],\n resourceType: item[\"resourceType\"],\n locations: !item[\"locations\"]\n ? item[\"locations\"]\n : item[\"locations\"].map((p: any) => {\n return p;\n }),\n locationInfo: !item[\"locationInfo\"]\n ? item[\"locationInfo\"]\n : skuLocationInfoArrayDeserializer(item[\"locationInfo\"]),\n capabilities: !item[\"capabilities\"]\n ? item[\"capabilities\"]\n : skuCapabilityArrayDeserializer(item[\"capabilities\"]),\n };\n}\n\nexport function skuLocationInfoArrayDeserializer(result: Array<SkuLocationInfo>): any[] {\n return result.map((item) => {\n return skuLocationInfoDeserializer(item);\n });\n}\n\n/** The location info. */\nexport interface SkuLocationInfo {\n /** The location. */\n readonly location?: string;\n /** The zones. */\n readonly zones?: string[];\n}\n\nexport function skuLocationInfoDeserializer(item: any): SkuLocationInfo {\n return {\n location: item[\"location\"],\n zones: !item[\"zones\"]\n ? item[\"zones\"]\n : item[\"zones\"].map((p: any) => {\n return p;\n }),\n };\n}\n\nexport function skuCapabilityArrayDeserializer(result: Array<SKUCapability>): any[] {\n return result.map((item) => {\n return skuCapabilityDeserializer(item);\n });\n}\n\n/** The capability information in the specified SKU. */\nexport interface SKUCapability {\n /** The name of capability. */\n readonly name?: string;\n /** A string value to indicate states of given capability. */\n readonly value?: string;\n}\n\nexport function skuCapabilityDeserializer(item: any): SKUCapability {\n return {\n name: item[\"name\"],\n value: item[\"value\"],\n };\n}\n\n/** Known values of {@link x-ms-delete-snapshots} that the service accepts. */\nexport enum KnownXMsDeleteSnapshots {\n /** true */\n True = \"true\",\n /** false */\n False = \"false\",\n}\n\n/** Type of XMsDeleteSnapshots */\nexport type XMsDeleteSnapshots = string;\n\n/** Known values of {@link x-ms-force-delete} that the service accepts. */\nexport enum KnownXMsForceDelete {\n /** true */\n True = \"true\",\n /** false */\n False = \"false\",\n}\n\n/** Type of XMsForceDelete */\nexport type XMsForceDelete = string;\n\n/** The available API versions. */\nexport enum KnownVersions {\n /** The 2025-09-01 stable API version. */\n V20250901 = \"2025-09-01\",\n}\n"]}
@@ -0,0 +1,21 @@
1
+ import type { ElasticSanManagement } from "./elasticSanManagement.js";
2
+ import type { OperationOptions, PathUncheckedResponse } from "@azure-rest/core-client";
3
+ import type { AbortSignalLike } from "@azure/abort-controller";
4
+ import type { PollerLike, OperationState } from "@azure/core-lro";
5
+ export interface RestorePollerOptions<TResult, TResponse extends PathUncheckedResponse = PathUncheckedResponse> extends OperationOptions {
6
+ /** Delay to wait until next poll, in milliseconds. */
7
+ updateIntervalInMs?: number;
8
+ /**
9
+ * The signal which can be used to abort requests.
10
+ */
11
+ abortSignal?: AbortSignalLike;
12
+ /** Deserialization function for raw response body */
13
+ processResponseBody?: (result: TResponse) => Promise<TResult>;
14
+ }
15
+ /**
16
+ * Creates a poller from the serialized state of another poller. This can be
17
+ * useful when you want to create pollers on a different host or a poller
18
+ * needs to be constructed after the original one is not in scope.
19
+ */
20
+ export declare function restorePoller<TResponse extends PathUncheckedResponse, TResult>(client: ElasticSanManagement, serializedState: string, sourceOperation: (...args: any[]) => PollerLike<OperationState<TResult>, TResult>, options?: RestorePollerOptions<TResult>): PollerLike<OperationState<TResult>, TResult>;
21
+ //# sourceMappingURL=restorePollerHelpers.d.ts.map
@@ -0,0 +1,121 @@
1
+ "use strict";
2
+ // Copyright (c) Microsoft Corporation.
3
+ // Licensed under the MIT License.
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.restorePoller = restorePoller;
6
+ const operations_js_1 = require("./api/volumeSnapshots/operations.js");
7
+ const operations_js_2 = require("./api/volumeGroups/operations.js");
8
+ const operations_js_3 = require("./api/volumes/operations.js");
9
+ const operations_js_4 = require("./api/privateEndpointConnections/operations.js");
10
+ const operations_js_5 = require("./api/elasticSans/operations.js");
11
+ const pollingHelpers_js_1 = require("./static-helpers/pollingHelpers.js");
12
+ const core_lro_1 = require("@azure/core-lro");
13
+ /**
14
+ * Creates a poller from the serialized state of another poller. This can be
15
+ * useful when you want to create pollers on a different host or a poller
16
+ * needs to be constructed after the original one is not in scope.
17
+ */
18
+ function restorePoller(client, serializedState, sourceOperation, options) {
19
+ const pollerConfig = (0, core_lro_1.deserializeState)(serializedState).config;
20
+ const { initialRequestUrl, requestMethod, metadata } = pollerConfig;
21
+ if (!initialRequestUrl || !requestMethod) {
22
+ throw new Error(`Invalid serialized state: ${serializedState} for sourceOperation ${sourceOperation?.name}`);
23
+ }
24
+ const resourceLocationConfig = metadata?.["resourceLocationConfig"];
25
+ const { deserializer, expectedStatuses = [] } = getDeserializationHelper(initialRequestUrl, requestMethod) ?? {};
26
+ const deserializeHelper = options?.processResponseBody ?? deserializer;
27
+ if (!deserializeHelper) {
28
+ throw new Error(`Please ensure the operation is in this client! We can't find its deserializeHelper for ${sourceOperation?.name}.`);
29
+ }
30
+ const apiVersion = getApiVersionFromUrl(initialRequestUrl);
31
+ return (0, pollingHelpers_js_1.getLongRunningPoller)(client["_client"] ?? client, deserializeHelper, expectedStatuses, {
32
+ updateIntervalInMs: options?.updateIntervalInMs,
33
+ abortSignal: options?.abortSignal,
34
+ resourceLocationConfig,
35
+ restoreFrom: serializedState,
36
+ initialRequestUrl,
37
+ apiVersion,
38
+ });
39
+ }
40
+ const deserializeMap = {
41
+ "DELETE /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ElasticSan/elasticSans/{elasticSanName}/volumegroups/{volumeGroupName}/snapshots/{snapshotName}": { deserializer: operations_js_1._$deleteDeserialize, expectedStatuses: ["200", "202", "204"] },
42
+ "PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ElasticSan/elasticSans/{elasticSanName}/volumegroups/{volumeGroupName}/snapshots/{snapshotName}": { deserializer: operations_js_1._createDeserialize, expectedStatuses: ["200", "201", "202"] },
43
+ "DELETE /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ElasticSan/elasticSans/{elasticSanName}/volumegroups/{volumeGroupName}": { deserializer: operations_js_2._$deleteDeserialize, expectedStatuses: ["200", "202", "204"] },
44
+ "PATCH /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ElasticSan/elasticSans/{elasticSanName}/volumegroups/{volumeGroupName}": { deserializer: operations_js_2._updateDeserialize, expectedStatuses: ["200", "202", "201"] },
45
+ "PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ElasticSan/elasticSans/{elasticSanName}/volumegroups/{volumeGroupName}": { deserializer: operations_js_2._createDeserialize, expectedStatuses: ["200", "201", "202"] },
46
+ "POST /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ElasticSan/elasticSans/{elasticSanName}/volumegroups/{volumeGroupName}/preRestore": { deserializer: operations_js_3._preRestoreDeserialize, expectedStatuses: ["202", "200", "201"] },
47
+ "POST /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ElasticSan/elasticSans/{elasticSanName}/volumegroups/{volumeGroupName}/preBackup": { deserializer: operations_js_3._preBackupDeserialize, expectedStatuses: ["202", "200", "201"] },
48
+ "DELETE /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ElasticSan/elasticSans/{elasticSanName}/volumegroups/{volumeGroupName}/volumes/{volumeName}": { deserializer: operations_js_3._$deleteDeserialize, expectedStatuses: ["200", "202", "204"] },
49
+ "PATCH /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ElasticSan/elasticSans/{elasticSanName}/volumegroups/{volumeGroupName}/volumes/{volumeName}": { deserializer: operations_js_3._updateDeserialize, expectedStatuses: ["200", "202", "201"] },
50
+ "PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ElasticSan/elasticSans/{elasticSanName}/volumegroups/{volumeGroupName}/volumes/{volumeName}": { deserializer: operations_js_3._createDeserialize, expectedStatuses: ["200", "201", "202"] },
51
+ "DELETE /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ElasticSan/elasticSans/{elasticSanName}/privateEndpointConnections/{privateEndpointConnectionName}": {
52
+ deserializer: operations_js_4._$deleteDeserialize,
53
+ expectedStatuses: ["200", "202", "204"],
54
+ },
55
+ "PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ElasticSan/elasticSans/{elasticSanName}/privateEndpointConnections/{privateEndpointConnectionName}": {
56
+ deserializer: operations_js_4._createDeserialize,
57
+ expectedStatuses: ["200", "201", "202"],
58
+ },
59
+ "DELETE /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ElasticSan/elasticSans/{elasticSanName}": { deserializer: operations_js_5._$deleteDeserialize, expectedStatuses: ["200", "202", "204"] },
60
+ "PATCH /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ElasticSan/elasticSans/{elasticSanName}": { deserializer: operations_js_5._updateDeserialize, expectedStatuses: ["200", "202", "201"] },
61
+ "PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ElasticSan/elasticSans/{elasticSanName}": { deserializer: operations_js_5._createDeserialize, expectedStatuses: ["200", "201", "202"] },
62
+ };
63
+ function getDeserializationHelper(urlStr, method) {
64
+ const path = new URL(urlStr).pathname;
65
+ const pathParts = path.split("/");
66
+ // Traverse list to match the longest candidate
67
+ // matchedLen: the length of candidate path
68
+ // matchedValue: the matched status code array
69
+ let matchedLen = -1, matchedValue;
70
+ // Iterate the responseMap to find a match
71
+ for (const [key, value] of Object.entries(deserializeMap)) {
72
+ // Extracting the path from the map key which is in format
73
+ // GET /path/foo
74
+ if (!key.startsWith(method)) {
75
+ continue;
76
+ }
77
+ const candidatePath = getPathFromMapKey(key);
78
+ // Get each part of the url path
79
+ const candidateParts = candidatePath.split("/");
80
+ // track if we have found a match to return the values found.
81
+ let found = true;
82
+ for (let i = candidateParts.length - 1, j = pathParts.length - 1; i >= 1 && j >= 1; i--, j--) {
83
+ if (candidateParts[i]?.startsWith("{") && candidateParts[i]?.indexOf("}") !== -1) {
84
+ const start = candidateParts[i].indexOf("}") + 1, end = candidateParts[i]?.length;
85
+ // If the current part of the candidate is a "template" part
86
+ // Try to use the suffix of pattern to match the path
87
+ // {guid} ==> $
88
+ // {guid}:export ==> :export$
89
+ const isMatched = new RegExp(`${candidateParts[i]?.slice(start, end)}`).test(pathParts[j] || "");
90
+ if (!isMatched) {
91
+ found = false;
92
+ break;
93
+ }
94
+ continue;
95
+ }
96
+ // If the candidate part is not a template and
97
+ // the parts don't match mark the candidate as not found
98
+ // to move on with the next candidate path.
99
+ if (candidateParts[i] !== pathParts[j]) {
100
+ found = false;
101
+ break;
102
+ }
103
+ }
104
+ // We finished evaluating the current candidate parts
105
+ // Update the matched value if and only if we found the longer pattern
106
+ if (found && candidatePath.length > matchedLen) {
107
+ matchedLen = candidatePath.length;
108
+ matchedValue = value;
109
+ }
110
+ }
111
+ return matchedValue;
112
+ }
113
+ function getPathFromMapKey(mapKey) {
114
+ const pathStart = mapKey.indexOf("/");
115
+ return mapKey.slice(pathStart);
116
+ }
117
+ function getApiVersionFromUrl(urlStr) {
118
+ const url = new URL(urlStr);
119
+ return url.searchParams.get("api-version") ?? undefined;
120
+ }
121
+ //# sourceMappingURL=restorePollerHelpers.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"restorePollerHelpers.js","sourceRoot":"","sources":["../../src/restorePollerHelpers.ts"],"names":[],"mappings":"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","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport type { ElasticSanManagement } from \"./elasticSanManagement.js\";\nimport { _$deleteDeserialize, _createDeserialize } from \"./api/volumeSnapshots/operations.js\";\nimport {\n _$deleteDeserialize as _$deleteDeserializeVolumeGroups,\n _updateDeserialize,\n _createDeserialize as _createDeserializeVolumeGroups,\n} from \"./api/volumeGroups/operations.js\";\nimport {\n _preRestoreDeserialize,\n _preBackupDeserialize,\n _$deleteDeserialize as _$deleteDeserializeVolumes,\n _updateDeserialize as _updateDeserializeVolumes,\n _createDeserialize as _createDeserializeVolumes,\n} from \"./api/volumes/operations.js\";\nimport {\n _$deleteDeserialize as _$deleteDeserializePrivateEndpointConnections,\n _createDeserialize as _createDeserializePrivateEndpointConnections,\n} from \"./api/privateEndpointConnections/operations.js\";\nimport {\n _$deleteDeserialize as _$deleteDeserializeElasticSans,\n _updateDeserialize as _updateDeserializeElasticSans,\n _createDeserialize as _createDeserializeElasticSans,\n} from \"./api/elasticSans/operations.js\";\nimport { getLongRunningPoller } from \"./static-helpers/pollingHelpers.js\";\nimport type { OperationOptions, PathUncheckedResponse } from \"@azure-rest/core-client\";\nimport type { AbortSignalLike } from \"@azure/abort-controller\";\nimport type { PollerLike, OperationState, ResourceLocationConfig } from \"@azure/core-lro\";\nimport { deserializeState } from \"@azure/core-lro\";\n\nexport interface RestorePollerOptions<\n TResult,\n TResponse extends PathUncheckedResponse = PathUncheckedResponse,\n> extends OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /**\n * The signal which can be used to abort requests.\n */\n abortSignal?: AbortSignalLike;\n /** Deserialization function for raw response body */\n processResponseBody?: (result: TResponse) => Promise<TResult>;\n}\n\n/**\n * Creates a poller from the serialized state of another poller. This can be\n * useful when you want to create pollers on a different host or a poller\n * needs to be constructed after the original one is not in scope.\n */\nexport function restorePoller<TResponse extends PathUncheckedResponse, TResult>(\n client: ElasticSanManagement,\n serializedState: string,\n sourceOperation: (...args: any[]) => PollerLike<OperationState<TResult>, TResult>,\n options?: RestorePollerOptions<TResult>,\n): PollerLike<OperationState<TResult>, TResult> {\n const pollerConfig = deserializeState(serializedState).config;\n const { initialRequestUrl, requestMethod, metadata } = pollerConfig;\n if (!initialRequestUrl || !requestMethod) {\n throw new Error(\n `Invalid serialized state: ${serializedState} for sourceOperation ${sourceOperation?.name}`,\n );\n }\n const resourceLocationConfig = metadata?.[\"resourceLocationConfig\"] as\n | ResourceLocationConfig\n | undefined;\n const { deserializer, expectedStatuses = [] } =\n getDeserializationHelper(initialRequestUrl, requestMethod) ?? {};\n const deserializeHelper = options?.processResponseBody ?? deserializer;\n if (!deserializeHelper) {\n throw new Error(\n `Please ensure the operation is in this client! We can't find its deserializeHelper for ${sourceOperation?.name}.`,\n );\n }\n const apiVersion = getApiVersionFromUrl(initialRequestUrl);\n return getLongRunningPoller(\n (client as any)[\"_client\"] ?? client,\n deserializeHelper as (result: TResponse) => Promise<TResult>,\n expectedStatuses,\n {\n updateIntervalInMs: options?.updateIntervalInMs,\n abortSignal: options?.abortSignal,\n resourceLocationConfig,\n restoreFrom: serializedState,\n initialRequestUrl,\n apiVersion,\n },\n );\n}\n\ninterface DeserializationHelper {\n deserializer: (result: PathUncheckedResponse) => Promise<any>;\n expectedStatuses: string[];\n}\n\nconst deserializeMap: Record<string, DeserializationHelper> = {\n \"DELETE /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ElasticSan/elasticSans/{elasticSanName}/volumegroups/{volumeGroupName}/snapshots/{snapshotName}\":\n { deserializer: _$deleteDeserialize, expectedStatuses: [\"200\", \"202\", \"204\"] },\n \"PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ElasticSan/elasticSans/{elasticSanName}/volumegroups/{volumeGroupName}/snapshots/{snapshotName}\":\n { deserializer: _createDeserialize, expectedStatuses: [\"200\", \"201\", \"202\"] },\n \"DELETE /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ElasticSan/elasticSans/{elasticSanName}/volumegroups/{volumeGroupName}\":\n { deserializer: _$deleteDeserializeVolumeGroups, expectedStatuses: [\"200\", \"202\", \"204\"] },\n \"PATCH /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ElasticSan/elasticSans/{elasticSanName}/volumegroups/{volumeGroupName}\":\n { deserializer: _updateDeserialize, expectedStatuses: [\"200\", \"202\", \"201\"] },\n \"PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ElasticSan/elasticSans/{elasticSanName}/volumegroups/{volumeGroupName}\":\n { deserializer: _createDeserializeVolumeGroups, expectedStatuses: [\"200\", \"201\", \"202\"] },\n \"POST /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ElasticSan/elasticSans/{elasticSanName}/volumegroups/{volumeGroupName}/preRestore\":\n { deserializer: _preRestoreDeserialize, expectedStatuses: [\"202\", \"200\", \"201\"] },\n \"POST /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ElasticSan/elasticSans/{elasticSanName}/volumegroups/{volumeGroupName}/preBackup\":\n { deserializer: _preBackupDeserialize, expectedStatuses: [\"202\", \"200\", \"201\"] },\n \"DELETE /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ElasticSan/elasticSans/{elasticSanName}/volumegroups/{volumeGroupName}/volumes/{volumeName}\":\n { deserializer: _$deleteDeserializeVolumes, expectedStatuses: [\"200\", \"202\", \"204\"] },\n \"PATCH /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ElasticSan/elasticSans/{elasticSanName}/volumegroups/{volumeGroupName}/volumes/{volumeName}\":\n { deserializer: _updateDeserializeVolumes, expectedStatuses: [\"200\", \"202\", \"201\"] },\n \"PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ElasticSan/elasticSans/{elasticSanName}/volumegroups/{volumeGroupName}/volumes/{volumeName}\":\n { deserializer: _createDeserializeVolumes, expectedStatuses: [\"200\", \"201\", \"202\"] },\n \"DELETE /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ElasticSan/elasticSans/{elasticSanName}/privateEndpointConnections/{privateEndpointConnectionName}\":\n {\n deserializer: _$deleteDeserializePrivateEndpointConnections,\n expectedStatuses: [\"200\", \"202\", \"204\"],\n },\n \"PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ElasticSan/elasticSans/{elasticSanName}/privateEndpointConnections/{privateEndpointConnectionName}\":\n {\n deserializer: _createDeserializePrivateEndpointConnections,\n expectedStatuses: [\"200\", \"201\", \"202\"],\n },\n \"DELETE /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ElasticSan/elasticSans/{elasticSanName}\":\n { deserializer: _$deleteDeserializeElasticSans, expectedStatuses: [\"200\", \"202\", \"204\"] },\n \"PATCH /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ElasticSan/elasticSans/{elasticSanName}\":\n { deserializer: _updateDeserializeElasticSans, expectedStatuses: [\"200\", \"202\", \"201\"] },\n \"PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ElasticSan/elasticSans/{elasticSanName}\":\n { deserializer: _createDeserializeElasticSans, expectedStatuses: [\"200\", \"201\", \"202\"] },\n};\n\nfunction getDeserializationHelper(\n urlStr: string,\n method: string,\n): DeserializationHelper | undefined {\n const path = new URL(urlStr).pathname;\n const pathParts = path.split(\"/\");\n\n // Traverse list to match the longest candidate\n // matchedLen: the length of candidate path\n // matchedValue: the matched status code array\n let matchedLen = -1,\n matchedValue: DeserializationHelper | undefined;\n\n // Iterate the responseMap to find a match\n for (const [key, value] of Object.entries(deserializeMap)) {\n // Extracting the path from the map key which is in format\n // GET /path/foo\n if (!key.startsWith(method)) {\n continue;\n }\n const candidatePath = getPathFromMapKey(key);\n // Get each part of the url path\n const candidateParts = candidatePath.split(\"/\");\n\n // track if we have found a match to return the values found.\n let found = true;\n for (let i = candidateParts.length - 1, j = pathParts.length - 1; i >= 1 && j >= 1; i--, j--) {\n if (candidateParts[i]?.startsWith(\"{\") && candidateParts[i]?.indexOf(\"}\") !== -1) {\n const start = candidateParts[i]!.indexOf(\"}\") + 1,\n end = candidateParts[i]?.length;\n // If the current part of the candidate is a \"template\" part\n // Try to use the suffix of pattern to match the path\n // {guid} ==> $\n // {guid}:export ==> :export$\n const isMatched = new RegExp(`${candidateParts[i]?.slice(start, end)}`).test(\n pathParts[j] || \"\",\n );\n\n if (!isMatched) {\n found = false;\n break;\n }\n continue;\n }\n\n // If the candidate part is not a template and\n // the parts don't match mark the candidate as not found\n // to move on with the next candidate path.\n if (candidateParts[i] !== pathParts[j]) {\n found = false;\n break;\n }\n }\n\n // We finished evaluating the current candidate parts\n // Update the matched value if and only if we found the longer pattern\n if (found && candidatePath.length > matchedLen) {\n matchedLen = candidatePath.length;\n matchedValue = value;\n }\n }\n\n return matchedValue;\n}\n\nfunction getPathFromMapKey(mapKey: string): string {\n const pathStart = mapKey.indexOf(\"/\");\n return mapKey.slice(pathStart);\n}\n\nfunction getApiVersionFromUrl(urlStr: string): string | undefined {\n const url = new URL(urlStr);\n return url.searchParams.get(\"api-version\") ?? undefined;\n}\n"]}
@@ -0,0 +1,22 @@
1
+ /**
2
+ * An enum to describe Azure Cloud environments.
3
+ * @enum {string}
4
+ */
5
+ export declare enum AzureClouds {
6
+ /** Azure public cloud, which is the default cloud for Azure SDKs. */
7
+ AZURE_PUBLIC_CLOUD = "AZURE_PUBLIC_CLOUD",
8
+ /** Azure China cloud */
9
+ AZURE_CHINA_CLOUD = "AZURE_CHINA_CLOUD",
10
+ /** Azure US government cloud */
11
+ AZURE_US_GOVERNMENT = "AZURE_US_GOVERNMENT"
12
+ }
13
+ /** The supported values for cloud setting as a string literal type */
14
+ export type AzureSupportedClouds = `${AzureClouds}`;
15
+ /**
16
+ * Gets the Azure Resource Manager endpoint URL for the specified cloud setting.
17
+ * @param cloudSetting - The Azure cloud environment setting. Use one of the AzureClouds enum values.
18
+ * @returns The ARM endpoint URL for the specified cloud, or undefined if cloudSetting is undefined.
19
+ * @throws {Error} Throws an error if an unknown cloud setting is provided.
20
+ */
21
+ export declare function getArmEndpoint(cloudSetting?: AzureSupportedClouds): string | undefined;
22
+ //# sourceMappingURL=cloudSettingHelpers.d.ts.map
@@ -0,0 +1,42 @@
1
+ "use strict";
2
+ // Copyright (c) Microsoft Corporation.
3
+ // Licensed under the MIT License.
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.AzureClouds = void 0;
6
+ exports.getArmEndpoint = getArmEndpoint;
7
+ /**
8
+ * An enum to describe Azure Cloud environments.
9
+ * @enum {string}
10
+ */
11
+ var AzureClouds;
12
+ (function (AzureClouds) {
13
+ /** Azure public cloud, which is the default cloud for Azure SDKs. */
14
+ AzureClouds["AZURE_PUBLIC_CLOUD"] = "AZURE_PUBLIC_CLOUD";
15
+ /** Azure China cloud */
16
+ AzureClouds["AZURE_CHINA_CLOUD"] = "AZURE_CHINA_CLOUD";
17
+ /** Azure US government cloud */
18
+ AzureClouds["AZURE_US_GOVERNMENT"] = "AZURE_US_GOVERNMENT";
19
+ })(AzureClouds || (exports.AzureClouds = AzureClouds = {}));
20
+ /**
21
+ * Gets the Azure Resource Manager endpoint URL for the specified cloud setting.
22
+ * @param cloudSetting - The Azure cloud environment setting. Use one of the AzureClouds enum values.
23
+ * @returns The ARM endpoint URL for the specified cloud, or undefined if cloudSetting is undefined.
24
+ * @throws {Error} Throws an error if an unknown cloud setting is provided.
25
+ */
26
+ function getArmEndpoint(cloudSetting) {
27
+ if (cloudSetting === undefined) {
28
+ return undefined;
29
+ }
30
+ const cloudEndpoints = {
31
+ AZURE_CHINA_CLOUD: "https://management.chinacloudapi.cn/",
32
+ AZURE_US_GOVERNMENT: "https://management.usgovcloudapi.net/",
33
+ AZURE_PUBLIC_CLOUD: "https://management.azure.com/",
34
+ };
35
+ if (cloudSetting in cloudEndpoints) {
36
+ return cloudEndpoints[cloudSetting];
37
+ }
38
+ else {
39
+ throw new Error(`Unknown cloud setting: ${cloudSetting}. Please refer to the enum AzureClouds for possible values.`);
40
+ }
41
+ }
42
+ //# sourceMappingURL=cloudSettingHelpers.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"cloudSettingHelpers.js","sourceRoot":"","sources":["../../../src/static-helpers/cloudSettingHelpers.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC;;;AAwBlC,wCAgBC;AAtCD;;;GAGG;AACH,IAAY,WAOX;AAPD,WAAY,WAAW;IACrB,qEAAqE;IACrE,wDAAyC,CAAA;IACzC,wBAAwB;IACxB,sDAAuC,CAAA;IACvC,gCAAgC;IAChC,0DAA2C,CAAA;AAC7C,CAAC,EAPW,WAAW,2BAAX,WAAW,QAOtB;AAKD;;;;;GAKG;AACH,SAAgB,cAAc,CAAC,YAAmC;IAChE,IAAI,YAAY,KAAK,SAAS,EAAE,CAAC;QAC/B,OAAO,SAAS,CAAC;IACnB,CAAC;IACD,MAAM,cAAc,GAA6C;QAC/D,iBAAiB,EAAE,sCAAsC;QACzD,mBAAmB,EAAE,uCAAuC;QAC5D,kBAAkB,EAAE,+BAA+B;KACpD,CAAC;IACF,IAAI,YAAY,IAAI,cAAc,EAAE,CAAC;QACnC,OAAO,cAAc,CAAC,YAAY,CAAC,CAAC;IACtC,CAAC;SAAM,CAAC;QACN,MAAM,IAAI,KAAK,CACb,0BAA0B,YAAY,6DAA6D,CACpG,CAAC;IACJ,CAAC;AACH,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\n/**\n * An enum to describe Azure Cloud environments.\n * @enum {string}\n */\nexport enum AzureClouds {\n /** Azure public cloud, which is the default cloud for Azure SDKs. */\n AZURE_PUBLIC_CLOUD = \"AZURE_PUBLIC_CLOUD\",\n /** Azure China cloud */\n AZURE_CHINA_CLOUD = \"AZURE_CHINA_CLOUD\",\n /** Azure US government cloud */\n AZURE_US_GOVERNMENT = \"AZURE_US_GOVERNMENT\",\n}\n\n/** The supported values for cloud setting as a string literal type */\nexport type AzureSupportedClouds = `${AzureClouds}`;\n\n/**\n * Gets the Azure Resource Manager endpoint URL for the specified cloud setting.\n * @param cloudSetting - The Azure cloud environment setting. Use one of the AzureClouds enum values.\n * @returns The ARM endpoint URL for the specified cloud, or undefined if cloudSetting is undefined.\n * @throws {Error} Throws an error if an unknown cloud setting is provided.\n */\nexport function getArmEndpoint(cloudSetting?: AzureSupportedClouds): string | undefined {\n if (cloudSetting === undefined) {\n return undefined;\n }\n const cloudEndpoints: Record<keyof typeof AzureClouds, string> = {\n AZURE_CHINA_CLOUD: \"https://management.chinacloudapi.cn/\",\n AZURE_US_GOVERNMENT: \"https://management.usgovcloudapi.net/\",\n AZURE_PUBLIC_CLOUD: \"https://management.azure.com/\",\n };\n if (cloudSetting in cloudEndpoints) {\n return cloudEndpoints[cloudSetting];\n } else {\n throw new Error(\n `Unknown cloud setting: ${cloudSetting}. Please refer to the enum AzureClouds for possible values.`,\n );\n }\n}\n"]}
@@ -0,0 +1,74 @@
1
+ import type { Client, PathUncheckedResponse } from "@azure-rest/core-client";
2
+ /**
3
+ * Options for the byPage method
4
+ */
5
+ export interface PageSettings {
6
+ /**
7
+ * A reference to a specific page to start iterating from.
8
+ */
9
+ continuationToken?: string;
10
+ }
11
+ /**
12
+ * An interface that describes a page of results.
13
+ */
14
+ export type ContinuablePage<TElement, TPage = TElement[]> = TPage & {
15
+ /**
16
+ * The token that keeps track of where to continue the iterator
17
+ */
18
+ continuationToken?: string;
19
+ };
20
+ /**
21
+ * An interface that allows async iterable iteration both to completion and by page.
22
+ */
23
+ export interface PagedAsyncIterableIterator<TElement, TPage = TElement[], TPageSettings extends PageSettings = PageSettings> {
24
+ /**
25
+ * The next method, part of the iteration protocol
26
+ */
27
+ next(): Promise<IteratorResult<TElement>>;
28
+ /**
29
+ * The connection to the async iterator, part of the iteration protocol
30
+ */
31
+ [Symbol.asyncIterator](): PagedAsyncIterableIterator<TElement, TPage, TPageSettings>;
32
+ /**
33
+ * Return an AsyncIterableIterator that works a page at a time
34
+ */
35
+ byPage: (settings?: TPageSettings) => AsyncIterableIterator<ContinuablePage<TElement, TPage>>;
36
+ }
37
+ /**
38
+ * An interface that describes how to communicate with the service.
39
+ */
40
+ export interface PagedResult<TElement, TPage = TElement[], TPageSettings extends PageSettings = PageSettings> {
41
+ /**
42
+ * Link to the first page of results.
43
+ */
44
+ firstPageLink?: string;
45
+ /**
46
+ * A method that returns a page of results.
47
+ */
48
+ getPage: (pageLink?: string) => Promise<{
49
+ page: TPage;
50
+ nextPageLink?: string;
51
+ } | undefined>;
52
+ /**
53
+ * a function to implement the `byPage` method on the paged async iterator.
54
+ */
55
+ byPage?: (settings?: TPageSettings) => AsyncIterableIterator<ContinuablePage<TElement, TPage>>;
56
+ /**
57
+ * A function to extract elements from a page.
58
+ */
59
+ toElements?: (page: TPage) => TElement[];
60
+ }
61
+ /**
62
+ * Options for the paging helper
63
+ */
64
+ export interface BuildPagedAsyncIteratorOptions {
65
+ itemName?: string;
66
+ nextLinkName?: string;
67
+ nextLinkMethod?: "GET" | "POST";
68
+ apiVersion?: string;
69
+ }
70
+ /**
71
+ * Helper to paginate results in a generic way and return a PagedAsyncIterableIterator
72
+ */
73
+ export declare function buildPagedAsyncIterator<TElement, TPage = TElement[], TPageSettings extends PageSettings = PageSettings, TResponse extends PathUncheckedResponse = PathUncheckedResponse>(client: Client, getInitialResponse: () => PromiseLike<TResponse>, processResponseBody: (result: TResponse) => PromiseLike<unknown>, expectedStatuses: string[], options?: BuildPagedAsyncIteratorOptions): PagedAsyncIterableIterator<TElement, TPage, TPageSettings>;
74
+ //# sourceMappingURL=pagingHelpers.d.ts.map