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