@azure/arm-storagecache 8.0.2-alpha.20250925.1 → 8.1.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 (449) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +3 -6
  3. package/dist/browser/index.d.ts.map +1 -1
  4. package/dist/browser/index.js +4 -7
  5. package/dist/browser/index.js.map +1 -1
  6. package/dist/browser/lroImpl.d.ts.map +1 -1
  7. package/dist/browser/lroImpl.js +2 -0
  8. package/dist/browser/lroImpl.js.map +1 -1
  9. package/dist/browser/models/index.d.ts +623 -3
  10. package/dist/browser/models/index.d.ts.map +1 -1
  11. package/dist/browser/models/index.js +92 -7
  12. package/dist/browser/models/index.js.map +1 -1
  13. package/dist/browser/models/mappers.d.ts +13 -0
  14. package/dist/browser/models/mappers.d.ts.map +1 -1
  15. package/dist/browser/models/mappers.js +759 -85
  16. package/dist/browser/models/mappers.js.map +1 -1
  17. package/dist/browser/models/parameters.d.ts +6 -0
  18. package/dist/browser/models/parameters.d.ts.map +1 -1
  19. package/dist/browser/models/parameters.js +50 -9
  20. package/dist/browser/models/parameters.js.map +1 -1
  21. package/dist/browser/operations/amlFilesystems.d.ts.map +1 -1
  22. package/dist/browser/operations/amlFilesystems.js +5 -18
  23. package/dist/browser/operations/amlFilesystems.js.map +1 -1
  24. package/dist/browser/operations/ascOperations.d.ts.map +1 -1
  25. package/dist/browser/operations/ascOperations.js +2 -7
  26. package/dist/browser/operations/ascOperations.js.map +1 -1
  27. package/dist/browser/operations/ascUsages.d.ts.map +1 -1
  28. package/dist/browser/operations/ascUsages.js +3 -12
  29. package/dist/browser/operations/ascUsages.js.map +1 -1
  30. package/dist/browser/operations/autoExportJobs.d.ts +120 -0
  31. package/dist/browser/operations/autoExportJobs.d.ts.map +1 -0
  32. package/dist/browser/operations/autoExportJobs.js +478 -0
  33. package/dist/browser/operations/autoExportJobs.js.map +1 -0
  34. package/dist/browser/operations/autoImportJobs.d.ts +120 -0
  35. package/dist/browser/operations/autoImportJobs.d.ts.map +1 -0
  36. package/dist/browser/operations/autoImportJobs.js +478 -0
  37. package/dist/browser/operations/autoImportJobs.js.map +1 -0
  38. package/dist/browser/operations/caches.d.ts.map +1 -1
  39. package/dist/browser/operations/caches.js +5 -18
  40. package/dist/browser/operations/caches.js.map +1 -1
  41. package/dist/browser/operations/importJobs.d.ts +2 -2
  42. package/dist/browser/operations/importJobs.d.ts.map +1 -1
  43. package/dist/browser/operations/importJobs.js +5 -10
  44. package/dist/browser/operations/importJobs.js.map +1 -1
  45. package/dist/browser/operations/index.d.ts +2 -0
  46. package/dist/browser/operations/index.d.ts.map +1 -1
  47. package/dist/browser/operations/index.js +6 -7
  48. package/dist/browser/operations/index.js.map +1 -1
  49. package/dist/browser/operations/operations.d.ts.map +1 -1
  50. package/dist/browser/operations/operations.js +2 -7
  51. package/dist/browser/operations/operations.js.map +1 -1
  52. package/dist/browser/operations/skus.d.ts.map +1 -1
  53. package/dist/browser/operations/skus.js +3 -12
  54. package/dist/browser/operations/skus.js.map +1 -1
  55. package/dist/browser/operations/storageTargetOperations.d.ts.map +1 -1
  56. package/dist/browser/operations/storageTargetOperations.js +3 -8
  57. package/dist/browser/operations/storageTargetOperations.js.map +1 -1
  58. package/dist/browser/operations/storageTargets.d.ts.map +1 -1
  59. package/dist/browser/operations/storageTargets.js +3 -8
  60. package/dist/browser/operations/storageTargets.js.map +1 -1
  61. package/dist/browser/operations/usageModels.d.ts.map +1 -1
  62. package/dist/browser/operations/usageModels.js +3 -12
  63. package/dist/browser/operations/usageModels.js.map +1 -1
  64. package/dist/browser/operationsInterfaces/amlFilesystems.d.ts.map +1 -1
  65. package/dist/browser/operationsInterfaces/amlFilesystems.js +2 -7
  66. package/dist/browser/operationsInterfaces/amlFilesystems.js.map +1 -1
  67. package/dist/browser/operationsInterfaces/ascOperations.d.ts.map +1 -1
  68. package/dist/browser/operationsInterfaces/ascOperations.js +2 -7
  69. package/dist/browser/operationsInterfaces/ascOperations.js.map +1 -1
  70. package/dist/browser/operationsInterfaces/ascUsages.d.ts.map +1 -1
  71. package/dist/browser/operationsInterfaces/ascUsages.js +2 -7
  72. package/dist/browser/operationsInterfaces/ascUsages.js.map +1 -1
  73. package/dist/browser/operationsInterfaces/autoExportJobs.d.ts +93 -0
  74. package/dist/browser/operationsInterfaces/autoExportJobs.d.ts.map +1 -0
  75. package/dist/browser/operationsInterfaces/autoExportJobs.js +4 -0
  76. package/dist/browser/operationsInterfaces/autoExportJobs.js.map +1 -0
  77. package/dist/browser/operationsInterfaces/autoImportJobs.d.ts +93 -0
  78. package/dist/browser/operationsInterfaces/autoImportJobs.d.ts.map +1 -0
  79. package/dist/browser/operationsInterfaces/autoImportJobs.js +4 -0
  80. package/dist/browser/operationsInterfaces/autoImportJobs.js.map +1 -0
  81. package/dist/browser/operationsInterfaces/caches.d.ts.map +1 -1
  82. package/dist/browser/operationsInterfaces/caches.js +2 -7
  83. package/dist/browser/operationsInterfaces/caches.js.map +1 -1
  84. package/dist/browser/operationsInterfaces/importJobs.d.ts +2 -2
  85. package/dist/browser/operationsInterfaces/importJobs.d.ts.map +1 -1
  86. package/dist/browser/operationsInterfaces/importJobs.js +2 -7
  87. package/dist/browser/operationsInterfaces/importJobs.js.map +1 -1
  88. package/dist/browser/operationsInterfaces/index.d.ts +2 -0
  89. package/dist/browser/operationsInterfaces/index.d.ts.map +1 -1
  90. package/dist/browser/operationsInterfaces/index.js +6 -7
  91. package/dist/browser/operationsInterfaces/index.js.map +1 -1
  92. package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -1
  93. package/dist/browser/operationsInterfaces/operations.js +2 -7
  94. package/dist/browser/operationsInterfaces/operations.js.map +1 -1
  95. package/dist/browser/operationsInterfaces/skus.d.ts.map +1 -1
  96. package/dist/browser/operationsInterfaces/skus.js +2 -7
  97. package/dist/browser/operationsInterfaces/skus.js.map +1 -1
  98. package/dist/browser/operationsInterfaces/storageTargetOperations.d.ts.map +1 -1
  99. package/dist/browser/operationsInterfaces/storageTargetOperations.js +2 -7
  100. package/dist/browser/operationsInterfaces/storageTargetOperations.js.map +1 -1
  101. package/dist/browser/operationsInterfaces/storageTargets.d.ts.map +1 -1
  102. package/dist/browser/operationsInterfaces/storageTargets.js +2 -7
  103. package/dist/browser/operationsInterfaces/storageTargets.js.map +1 -1
  104. package/dist/browser/operationsInterfaces/usageModels.d.ts.map +1 -1
  105. package/dist/browser/operationsInterfaces/usageModels.js +2 -7
  106. package/dist/browser/operationsInterfaces/usageModels.js.map +1 -1
  107. package/dist/browser/pagingHelper.d.ts.map +1 -1
  108. package/dist/browser/pagingHelper.js +2 -7
  109. package/dist/browser/pagingHelper.js.map +1 -1
  110. package/dist/browser/storageCacheManagementClient.d.ts +3 -1
  111. package/dist/browser/storageCacheManagementClient.d.ts.map +1 -1
  112. package/dist/browser/storageCacheManagementClient.js +13 -14
  113. package/dist/browser/storageCacheManagementClient.js.map +1 -1
  114. package/dist/commonjs/index.d.ts.map +1 -1
  115. package/dist/commonjs/index.js +4 -7
  116. package/dist/commonjs/index.js.map +1 -1
  117. package/dist/commonjs/lroImpl.d.ts.map +1 -1
  118. package/dist/commonjs/lroImpl.js +2 -0
  119. package/dist/commonjs/lroImpl.js.map +1 -1
  120. package/dist/commonjs/models/index.d.ts +623 -3
  121. package/dist/commonjs/models/index.d.ts.map +1 -1
  122. package/dist/commonjs/models/index.js +93 -8
  123. package/dist/commonjs/models/index.js.map +1 -1
  124. package/dist/commonjs/models/mappers.d.ts +13 -0
  125. package/dist/commonjs/models/mappers.d.ts.map +1 -1
  126. package/dist/commonjs/models/mappers.js +762 -88
  127. package/dist/commonjs/models/mappers.js.map +1 -1
  128. package/dist/commonjs/models/parameters.d.ts +6 -0
  129. package/dist/commonjs/models/parameters.d.ts.map +1 -1
  130. package/dist/commonjs/models/parameters.js +50 -9
  131. package/dist/commonjs/models/parameters.js.map +1 -1
  132. package/dist/commonjs/operations/amlFilesystems.d.ts.map +1 -1
  133. package/dist/commonjs/operations/amlFilesystems.js +4 -17
  134. package/dist/commonjs/operations/amlFilesystems.js.map +1 -1
  135. package/dist/commonjs/operations/ascOperations.d.ts.map +1 -1
  136. package/dist/commonjs/operations/ascOperations.js +2 -7
  137. package/dist/commonjs/operations/ascOperations.js.map +1 -1
  138. package/dist/commonjs/operations/ascUsages.d.ts.map +1 -1
  139. package/dist/commonjs/operations/ascUsages.js +3 -12
  140. package/dist/commonjs/operations/ascUsages.js.map +1 -1
  141. package/dist/commonjs/operations/autoExportJobs.d.ts +120 -0
  142. package/dist/commonjs/operations/autoExportJobs.d.ts.map +1 -0
  143. package/dist/commonjs/operations/autoExportJobs.js +483 -0
  144. package/dist/commonjs/operations/autoExportJobs.js.map +1 -0
  145. package/dist/commonjs/operations/autoImportJobs.d.ts +120 -0
  146. package/dist/commonjs/operations/autoImportJobs.d.ts.map +1 -0
  147. package/dist/commonjs/operations/autoImportJobs.js +483 -0
  148. package/dist/commonjs/operations/autoImportJobs.js.map +1 -0
  149. package/dist/commonjs/operations/caches.d.ts.map +1 -1
  150. package/dist/commonjs/operations/caches.js +4 -17
  151. package/dist/commonjs/operations/caches.js.map +1 -1
  152. package/dist/commonjs/operations/importJobs.d.ts +2 -2
  153. package/dist/commonjs/operations/importJobs.d.ts.map +1 -1
  154. package/dist/commonjs/operations/importJobs.js +4 -9
  155. package/dist/commonjs/operations/importJobs.js.map +1 -1
  156. package/dist/commonjs/operations/index.d.ts +2 -0
  157. package/dist/commonjs/operations/index.d.ts.map +1 -1
  158. package/dist/commonjs/operations/index.js +6 -7
  159. package/dist/commonjs/operations/index.js.map +1 -1
  160. package/dist/commonjs/operations/operations.d.ts.map +1 -1
  161. package/dist/commonjs/operations/operations.js +2 -7
  162. package/dist/commonjs/operations/operations.js.map +1 -1
  163. package/dist/commonjs/operations/skus.d.ts.map +1 -1
  164. package/dist/commonjs/operations/skus.js +3 -12
  165. package/dist/commonjs/operations/skus.js.map +1 -1
  166. package/dist/commonjs/operations/storageTargetOperations.d.ts.map +1 -1
  167. package/dist/commonjs/operations/storageTargetOperations.js +2 -7
  168. package/dist/commonjs/operations/storageTargetOperations.js.map +1 -1
  169. package/dist/commonjs/operations/storageTargets.d.ts.map +1 -1
  170. package/dist/commonjs/operations/storageTargets.js +2 -7
  171. package/dist/commonjs/operations/storageTargets.js.map +1 -1
  172. package/dist/commonjs/operations/usageModels.d.ts.map +1 -1
  173. package/dist/commonjs/operations/usageModels.js +3 -12
  174. package/dist/commonjs/operations/usageModels.js.map +1 -1
  175. package/dist/commonjs/operationsInterfaces/amlFilesystems.d.ts.map +1 -1
  176. package/dist/commonjs/operationsInterfaces/amlFilesystems.js +2 -7
  177. package/dist/commonjs/operationsInterfaces/amlFilesystems.js.map +1 -1
  178. package/dist/commonjs/operationsInterfaces/ascOperations.d.ts.map +1 -1
  179. package/dist/commonjs/operationsInterfaces/ascOperations.js +2 -7
  180. package/dist/commonjs/operationsInterfaces/ascOperations.js.map +1 -1
  181. package/dist/commonjs/operationsInterfaces/ascUsages.d.ts.map +1 -1
  182. package/dist/commonjs/operationsInterfaces/ascUsages.js +2 -7
  183. package/dist/commonjs/operationsInterfaces/ascUsages.js.map +1 -1
  184. package/dist/commonjs/operationsInterfaces/autoExportJobs.d.ts +93 -0
  185. package/dist/commonjs/operationsInterfaces/autoExportJobs.d.ts.map +1 -0
  186. package/dist/commonjs/operationsInterfaces/autoExportJobs.js +5 -0
  187. package/dist/commonjs/operationsInterfaces/autoExportJobs.js.map +1 -0
  188. package/dist/commonjs/operationsInterfaces/autoImportJobs.d.ts +93 -0
  189. package/dist/commonjs/operationsInterfaces/autoImportJobs.d.ts.map +1 -0
  190. package/dist/commonjs/operationsInterfaces/autoImportJobs.js +5 -0
  191. package/dist/commonjs/operationsInterfaces/autoImportJobs.js.map +1 -0
  192. package/dist/commonjs/operationsInterfaces/caches.d.ts.map +1 -1
  193. package/dist/commonjs/operationsInterfaces/caches.js +2 -7
  194. package/dist/commonjs/operationsInterfaces/caches.js.map +1 -1
  195. package/dist/commonjs/operationsInterfaces/importJobs.d.ts +2 -2
  196. package/dist/commonjs/operationsInterfaces/importJobs.d.ts.map +1 -1
  197. package/dist/commonjs/operationsInterfaces/importJobs.js +2 -7
  198. package/dist/commonjs/operationsInterfaces/importJobs.js.map +1 -1
  199. package/dist/commonjs/operationsInterfaces/index.d.ts +2 -0
  200. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -1
  201. package/dist/commonjs/operationsInterfaces/index.js +6 -7
  202. package/dist/commonjs/operationsInterfaces/index.js.map +1 -1
  203. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -1
  204. package/dist/commonjs/operationsInterfaces/operations.js +2 -7
  205. package/dist/commonjs/operationsInterfaces/operations.js.map +1 -1
  206. package/dist/commonjs/operationsInterfaces/skus.d.ts.map +1 -1
  207. package/dist/commonjs/operationsInterfaces/skus.js +2 -7
  208. package/dist/commonjs/operationsInterfaces/skus.js.map +1 -1
  209. package/dist/commonjs/operationsInterfaces/storageTargetOperations.d.ts.map +1 -1
  210. package/dist/commonjs/operationsInterfaces/storageTargetOperations.js +2 -7
  211. package/dist/commonjs/operationsInterfaces/storageTargetOperations.js.map +1 -1
  212. package/dist/commonjs/operationsInterfaces/storageTargets.d.ts.map +1 -1
  213. package/dist/commonjs/operationsInterfaces/storageTargets.js +2 -7
  214. package/dist/commonjs/operationsInterfaces/storageTargets.js.map +1 -1
  215. package/dist/commonjs/operationsInterfaces/usageModels.d.ts.map +1 -1
  216. package/dist/commonjs/operationsInterfaces/usageModels.js +2 -7
  217. package/dist/commonjs/operationsInterfaces/usageModels.js.map +1 -1
  218. package/dist/commonjs/pagingHelper.d.ts.map +1 -1
  219. package/dist/commonjs/pagingHelper.js +2 -7
  220. package/dist/commonjs/pagingHelper.js.map +1 -1
  221. package/dist/commonjs/storageCacheManagementClient.d.ts +3 -1
  222. package/dist/commonjs/storageCacheManagementClient.d.ts.map +1 -1
  223. package/dist/commonjs/storageCacheManagementClient.js +12 -13
  224. package/dist/commonjs/storageCacheManagementClient.js.map +1 -1
  225. package/dist/esm/index.d.ts.map +1 -1
  226. package/dist/esm/index.js +4 -7
  227. package/dist/esm/index.js.map +1 -1
  228. package/dist/esm/lroImpl.d.ts.map +1 -1
  229. package/dist/esm/lroImpl.js +2 -0
  230. package/dist/esm/lroImpl.js.map +1 -1
  231. package/dist/esm/models/index.d.ts +623 -3
  232. package/dist/esm/models/index.d.ts.map +1 -1
  233. package/dist/esm/models/index.js +92 -7
  234. package/dist/esm/models/index.js.map +1 -1
  235. package/dist/esm/models/mappers.d.ts +13 -0
  236. package/dist/esm/models/mappers.d.ts.map +1 -1
  237. package/dist/esm/models/mappers.js +759 -85
  238. package/dist/esm/models/mappers.js.map +1 -1
  239. package/dist/esm/models/parameters.d.ts +6 -0
  240. package/dist/esm/models/parameters.d.ts.map +1 -1
  241. package/dist/esm/models/parameters.js +50 -9
  242. package/dist/esm/models/parameters.js.map +1 -1
  243. package/dist/esm/operations/amlFilesystems.d.ts.map +1 -1
  244. package/dist/esm/operations/amlFilesystems.js +5 -18
  245. package/dist/esm/operations/amlFilesystems.js.map +1 -1
  246. package/dist/esm/operations/ascOperations.d.ts.map +1 -1
  247. package/dist/esm/operations/ascOperations.js +2 -7
  248. package/dist/esm/operations/ascOperations.js.map +1 -1
  249. package/dist/esm/operations/ascUsages.d.ts.map +1 -1
  250. package/dist/esm/operations/ascUsages.js +3 -12
  251. package/dist/esm/operations/ascUsages.js.map +1 -1
  252. package/dist/esm/operations/autoExportJobs.d.ts +120 -0
  253. package/dist/esm/operations/autoExportJobs.d.ts.map +1 -0
  254. package/dist/esm/operations/autoExportJobs.js +478 -0
  255. package/dist/esm/operations/autoExportJobs.js.map +1 -0
  256. package/dist/esm/operations/autoImportJobs.d.ts +120 -0
  257. package/dist/esm/operations/autoImportJobs.d.ts.map +1 -0
  258. package/dist/esm/operations/autoImportJobs.js +478 -0
  259. package/dist/esm/operations/autoImportJobs.js.map +1 -0
  260. package/dist/esm/operations/caches.d.ts.map +1 -1
  261. package/dist/esm/operations/caches.js +5 -18
  262. package/dist/esm/operations/caches.js.map +1 -1
  263. package/dist/esm/operations/importJobs.d.ts +2 -2
  264. package/dist/esm/operations/importJobs.d.ts.map +1 -1
  265. package/dist/esm/operations/importJobs.js +5 -10
  266. package/dist/esm/operations/importJobs.js.map +1 -1
  267. package/dist/esm/operations/index.d.ts +2 -0
  268. package/dist/esm/operations/index.d.ts.map +1 -1
  269. package/dist/esm/operations/index.js +6 -7
  270. package/dist/esm/operations/index.js.map +1 -1
  271. package/dist/esm/operations/operations.d.ts.map +1 -1
  272. package/dist/esm/operations/operations.js +2 -7
  273. package/dist/esm/operations/operations.js.map +1 -1
  274. package/dist/esm/operations/skus.d.ts.map +1 -1
  275. package/dist/esm/operations/skus.js +3 -12
  276. package/dist/esm/operations/skus.js.map +1 -1
  277. package/dist/esm/operations/storageTargetOperations.d.ts.map +1 -1
  278. package/dist/esm/operations/storageTargetOperations.js +3 -8
  279. package/dist/esm/operations/storageTargetOperations.js.map +1 -1
  280. package/dist/esm/operations/storageTargets.d.ts.map +1 -1
  281. package/dist/esm/operations/storageTargets.js +3 -8
  282. package/dist/esm/operations/storageTargets.js.map +1 -1
  283. package/dist/esm/operations/usageModels.d.ts.map +1 -1
  284. package/dist/esm/operations/usageModels.js +3 -12
  285. package/dist/esm/operations/usageModels.js.map +1 -1
  286. package/dist/esm/operationsInterfaces/amlFilesystems.d.ts.map +1 -1
  287. package/dist/esm/operationsInterfaces/amlFilesystems.js +2 -7
  288. package/dist/esm/operationsInterfaces/amlFilesystems.js.map +1 -1
  289. package/dist/esm/operationsInterfaces/ascOperations.d.ts.map +1 -1
  290. package/dist/esm/operationsInterfaces/ascOperations.js +2 -7
  291. package/dist/esm/operationsInterfaces/ascOperations.js.map +1 -1
  292. package/dist/esm/operationsInterfaces/ascUsages.d.ts.map +1 -1
  293. package/dist/esm/operationsInterfaces/ascUsages.js +2 -7
  294. package/dist/esm/operationsInterfaces/ascUsages.js.map +1 -1
  295. package/dist/esm/operationsInterfaces/autoExportJobs.d.ts +93 -0
  296. package/dist/esm/operationsInterfaces/autoExportJobs.d.ts.map +1 -0
  297. package/dist/esm/operationsInterfaces/autoExportJobs.js +4 -0
  298. package/dist/esm/operationsInterfaces/autoExportJobs.js.map +1 -0
  299. package/dist/esm/operationsInterfaces/autoImportJobs.d.ts +93 -0
  300. package/dist/esm/operationsInterfaces/autoImportJobs.d.ts.map +1 -0
  301. package/dist/esm/operationsInterfaces/autoImportJobs.js +4 -0
  302. package/dist/esm/operationsInterfaces/autoImportJobs.js.map +1 -0
  303. package/dist/esm/operationsInterfaces/caches.d.ts.map +1 -1
  304. package/dist/esm/operationsInterfaces/caches.js +2 -7
  305. package/dist/esm/operationsInterfaces/caches.js.map +1 -1
  306. package/dist/esm/operationsInterfaces/importJobs.d.ts +2 -2
  307. package/dist/esm/operationsInterfaces/importJobs.d.ts.map +1 -1
  308. package/dist/esm/operationsInterfaces/importJobs.js +2 -7
  309. package/dist/esm/operationsInterfaces/importJobs.js.map +1 -1
  310. package/dist/esm/operationsInterfaces/index.d.ts +2 -0
  311. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -1
  312. package/dist/esm/operationsInterfaces/index.js +6 -7
  313. package/dist/esm/operationsInterfaces/index.js.map +1 -1
  314. package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -1
  315. package/dist/esm/operationsInterfaces/operations.js +2 -7
  316. package/dist/esm/operationsInterfaces/operations.js.map +1 -1
  317. package/dist/esm/operationsInterfaces/skus.d.ts.map +1 -1
  318. package/dist/esm/operationsInterfaces/skus.js +2 -7
  319. package/dist/esm/operationsInterfaces/skus.js.map +1 -1
  320. package/dist/esm/operationsInterfaces/storageTargetOperations.d.ts.map +1 -1
  321. package/dist/esm/operationsInterfaces/storageTargetOperations.js +2 -7
  322. package/dist/esm/operationsInterfaces/storageTargetOperations.js.map +1 -1
  323. package/dist/esm/operationsInterfaces/storageTargets.d.ts.map +1 -1
  324. package/dist/esm/operationsInterfaces/storageTargets.js +2 -7
  325. package/dist/esm/operationsInterfaces/storageTargets.js.map +1 -1
  326. package/dist/esm/operationsInterfaces/usageModels.d.ts.map +1 -1
  327. package/dist/esm/operationsInterfaces/usageModels.js +2 -7
  328. package/dist/esm/operationsInterfaces/usageModels.js.map +1 -1
  329. package/dist/esm/pagingHelper.d.ts.map +1 -1
  330. package/dist/esm/pagingHelper.js +2 -7
  331. package/dist/esm/pagingHelper.js.map +1 -1
  332. package/dist/esm/storageCacheManagementClient.d.ts +3 -1
  333. package/dist/esm/storageCacheManagementClient.d.ts.map +1 -1
  334. package/dist/esm/storageCacheManagementClient.js +13 -14
  335. package/dist/esm/storageCacheManagementClient.js.map +1 -1
  336. package/dist/react-native/index.d.ts.map +1 -1
  337. package/dist/react-native/index.js +4 -7
  338. package/dist/react-native/index.js.map +1 -1
  339. package/dist/react-native/lroImpl.d.ts.map +1 -1
  340. package/dist/react-native/lroImpl.js +2 -0
  341. package/dist/react-native/lroImpl.js.map +1 -1
  342. package/dist/react-native/models/index.d.ts +623 -3
  343. package/dist/react-native/models/index.d.ts.map +1 -1
  344. package/dist/react-native/models/index.js +92 -7
  345. package/dist/react-native/models/index.js.map +1 -1
  346. package/dist/react-native/models/mappers.d.ts +13 -0
  347. package/dist/react-native/models/mappers.d.ts.map +1 -1
  348. package/dist/react-native/models/mappers.js +759 -85
  349. package/dist/react-native/models/mappers.js.map +1 -1
  350. package/dist/react-native/models/parameters.d.ts +6 -0
  351. package/dist/react-native/models/parameters.d.ts.map +1 -1
  352. package/dist/react-native/models/parameters.js +50 -9
  353. package/dist/react-native/models/parameters.js.map +1 -1
  354. package/dist/react-native/operations/amlFilesystems.d.ts.map +1 -1
  355. package/dist/react-native/operations/amlFilesystems.js +5 -18
  356. package/dist/react-native/operations/amlFilesystems.js.map +1 -1
  357. package/dist/react-native/operations/ascOperations.d.ts.map +1 -1
  358. package/dist/react-native/operations/ascOperations.js +2 -7
  359. package/dist/react-native/operations/ascOperations.js.map +1 -1
  360. package/dist/react-native/operations/ascUsages.d.ts.map +1 -1
  361. package/dist/react-native/operations/ascUsages.js +3 -12
  362. package/dist/react-native/operations/ascUsages.js.map +1 -1
  363. package/dist/react-native/operations/autoExportJobs.d.ts +120 -0
  364. package/dist/react-native/operations/autoExportJobs.d.ts.map +1 -0
  365. package/dist/react-native/operations/autoExportJobs.js +478 -0
  366. package/dist/react-native/operations/autoExportJobs.js.map +1 -0
  367. package/dist/react-native/operations/autoImportJobs.d.ts +120 -0
  368. package/dist/react-native/operations/autoImportJobs.d.ts.map +1 -0
  369. package/dist/react-native/operations/autoImportJobs.js +478 -0
  370. package/dist/react-native/operations/autoImportJobs.js.map +1 -0
  371. package/dist/react-native/operations/caches.d.ts.map +1 -1
  372. package/dist/react-native/operations/caches.js +5 -18
  373. package/dist/react-native/operations/caches.js.map +1 -1
  374. package/dist/react-native/operations/importJobs.d.ts +2 -2
  375. package/dist/react-native/operations/importJobs.d.ts.map +1 -1
  376. package/dist/react-native/operations/importJobs.js +5 -10
  377. package/dist/react-native/operations/importJobs.js.map +1 -1
  378. package/dist/react-native/operations/index.d.ts +2 -0
  379. package/dist/react-native/operations/index.d.ts.map +1 -1
  380. package/dist/react-native/operations/index.js +6 -7
  381. package/dist/react-native/operations/index.js.map +1 -1
  382. package/dist/react-native/operations/operations.d.ts.map +1 -1
  383. package/dist/react-native/operations/operations.js +2 -7
  384. package/dist/react-native/operations/operations.js.map +1 -1
  385. package/dist/react-native/operations/skus.d.ts.map +1 -1
  386. package/dist/react-native/operations/skus.js +3 -12
  387. package/dist/react-native/operations/skus.js.map +1 -1
  388. package/dist/react-native/operations/storageTargetOperations.d.ts.map +1 -1
  389. package/dist/react-native/operations/storageTargetOperations.js +3 -8
  390. package/dist/react-native/operations/storageTargetOperations.js.map +1 -1
  391. package/dist/react-native/operations/storageTargets.d.ts.map +1 -1
  392. package/dist/react-native/operations/storageTargets.js +3 -8
  393. package/dist/react-native/operations/storageTargets.js.map +1 -1
  394. package/dist/react-native/operations/usageModels.d.ts.map +1 -1
  395. package/dist/react-native/operations/usageModels.js +3 -12
  396. package/dist/react-native/operations/usageModels.js.map +1 -1
  397. package/dist/react-native/operationsInterfaces/amlFilesystems.d.ts.map +1 -1
  398. package/dist/react-native/operationsInterfaces/amlFilesystems.js +2 -7
  399. package/dist/react-native/operationsInterfaces/amlFilesystems.js.map +1 -1
  400. package/dist/react-native/operationsInterfaces/ascOperations.d.ts.map +1 -1
  401. package/dist/react-native/operationsInterfaces/ascOperations.js +2 -7
  402. package/dist/react-native/operationsInterfaces/ascOperations.js.map +1 -1
  403. package/dist/react-native/operationsInterfaces/ascUsages.d.ts.map +1 -1
  404. package/dist/react-native/operationsInterfaces/ascUsages.js +2 -7
  405. package/dist/react-native/operationsInterfaces/ascUsages.js.map +1 -1
  406. package/dist/react-native/operationsInterfaces/autoExportJobs.d.ts +93 -0
  407. package/dist/react-native/operationsInterfaces/autoExportJobs.d.ts.map +1 -0
  408. package/dist/react-native/operationsInterfaces/autoExportJobs.js +4 -0
  409. package/dist/react-native/operationsInterfaces/autoExportJobs.js.map +1 -0
  410. package/dist/react-native/operationsInterfaces/autoImportJobs.d.ts +93 -0
  411. package/dist/react-native/operationsInterfaces/autoImportJobs.d.ts.map +1 -0
  412. package/dist/react-native/operationsInterfaces/autoImportJobs.js +4 -0
  413. package/dist/react-native/operationsInterfaces/autoImportJobs.js.map +1 -0
  414. package/dist/react-native/operationsInterfaces/caches.d.ts.map +1 -1
  415. package/dist/react-native/operationsInterfaces/caches.js +2 -7
  416. package/dist/react-native/operationsInterfaces/caches.js.map +1 -1
  417. package/dist/react-native/operationsInterfaces/importJobs.d.ts +2 -2
  418. package/dist/react-native/operationsInterfaces/importJobs.d.ts.map +1 -1
  419. package/dist/react-native/operationsInterfaces/importJobs.js +2 -7
  420. package/dist/react-native/operationsInterfaces/importJobs.js.map +1 -1
  421. package/dist/react-native/operationsInterfaces/index.d.ts +2 -0
  422. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -1
  423. package/dist/react-native/operationsInterfaces/index.js +6 -7
  424. package/dist/react-native/operationsInterfaces/index.js.map +1 -1
  425. package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -1
  426. package/dist/react-native/operationsInterfaces/operations.js +2 -7
  427. package/dist/react-native/operationsInterfaces/operations.js.map +1 -1
  428. package/dist/react-native/operationsInterfaces/skus.d.ts.map +1 -1
  429. package/dist/react-native/operationsInterfaces/skus.js +2 -7
  430. package/dist/react-native/operationsInterfaces/skus.js.map +1 -1
  431. package/dist/react-native/operationsInterfaces/storageTargetOperations.d.ts.map +1 -1
  432. package/dist/react-native/operationsInterfaces/storageTargetOperations.js +2 -7
  433. package/dist/react-native/operationsInterfaces/storageTargetOperations.js.map +1 -1
  434. package/dist/react-native/operationsInterfaces/storageTargets.d.ts.map +1 -1
  435. package/dist/react-native/operationsInterfaces/storageTargets.js +2 -7
  436. package/dist/react-native/operationsInterfaces/storageTargets.js.map +1 -1
  437. package/dist/react-native/operationsInterfaces/usageModels.d.ts.map +1 -1
  438. package/dist/react-native/operationsInterfaces/usageModels.js +2 -7
  439. package/dist/react-native/operationsInterfaces/usageModels.js.map +1 -1
  440. package/dist/react-native/pagingHelper.d.ts.map +1 -1
  441. package/dist/react-native/pagingHelper.js +2 -7
  442. package/dist/react-native/pagingHelper.js.map +1 -1
  443. package/dist/react-native/storageCacheManagementClient.d.ts +3 -1
  444. package/dist/react-native/storageCacheManagementClient.d.ts.map +1 -1
  445. package/dist/react-native/storageCacheManagementClient.js +13 -14
  446. package/dist/react-native/storageCacheManagementClient.js.map +1 -1
  447. package/package.json +30 -33
  448. package/CHANGELOG.md +0 -269
  449. package/review/arm-storagecache-node.api.md +0 -1647
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\n\n/** Result of the request to list AML file systems. It contains a list of AML file systems and a URL link to get the next set of results. */\nexport interface AmlFilesystemsListResult {\n /** URL to get the next set of AML file system list results, if there are any. */\n nextLink?: string;\n /** List of AML file systems. */\n value?: AmlFilesystem[];\n}\n\n/** Managed Identity properties. */\nexport interface AmlFilesystemIdentity {\n /**\n * The principal ID for the user-assigned identity of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly principalId?: string;\n /**\n * The tenant ID associated with the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly tenantId?: string;\n /** The type of identity used for the resource. */\n type?: AmlFilesystemIdentityType;\n /** A dictionary where each key is a user assigned identity resource ID, and each key's value is an empty dictionary. */\n userAssignedIdentities?: {\n [propertyName: string]: UserAssignedIdentitiesValue;\n };\n}\n\nexport interface UserAssignedIdentitiesValue {\n /**\n * The principal ID of the user-assigned identity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly principalId?: string;\n /**\n * The client ID of the user-assigned identity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly clientId?: string;\n}\n\n/** SKU for the resource. */\nexport interface SkuName {\n /** SKU name for this resource. */\n name?: string;\n}\n\n/** An indication of AML file system health. Gives more information about health than just that related to provisioning. */\nexport interface AmlFilesystemHealth {\n /** List of AML file system health states. */\n state?: AmlFilesystemHealthStateType;\n /** Server-defined error code for the AML file system health */\n statusCode?: string;\n /** Describes the health state. */\n statusDescription?: string;\n}\n\n/** AML file system client information */\nexport interface AmlFilesystemClientInfo {\n /**\n * The IPv4 address used by clients to mount the AML file system's Lustre Management Service (MGS).\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly mgsAddress?: string;\n /**\n * Recommended command to mount the AML file system\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly mountCommand?: string;\n /**\n * The version of Lustre running in the AML file system\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lustreVersion?: string;\n /**\n * Container Storage Interface information for the AML file system.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly containerStorageInterface?: AmlFilesystemContainerStorageInterface;\n}\n\n/** AML file system container storage interface information */\nexport interface AmlFilesystemContainerStorageInterface {\n /**\n * Recommended AKS Persistent Volume Claim for the CSI driver, in Base64 encoded YAML\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly persistentVolumeClaim?: string;\n /**\n * Recommended AKS Persistent Volume for the CSI driver, in Base64 encoded YAML\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly persistentVolume?: string;\n /**\n * Recommended AKS Storage Class for the CSI driver, in Base64 encoded YAML\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly storageClass?: string;\n}\n\n/** AML file system encryption settings. */\nexport interface AmlFilesystemEncryptionSettings {\n /** Specifies the location of the encryption key in Key Vault. */\n keyEncryptionKey?: KeyVaultKeyReference;\n}\n\n/** Describes a reference to key vault key. */\nexport interface KeyVaultKeyReference {\n /** The URL referencing a key encryption key in key vault. */\n keyUrl: string;\n /** Describes a resource Id to source key vault. */\n sourceVault: KeyVaultKeyReferenceSourceVault;\n}\n\n/** Describes a resource Id to source key vault. */\nexport interface KeyVaultKeyReferenceSourceVault {\n /** Resource Id. */\n id?: string;\n}\n\n/** Start time of a 30-minute weekly maintenance window. */\nexport interface AmlFilesystemPropertiesMaintenanceWindow {\n /** Day of the week on which the maintenance window will occur. */\n dayOfWeek?: MaintenanceDayOfWeekType;\n /** The time of day (in UTC) to start the maintenance window. */\n timeOfDayUTC?: string;\n}\n\n/** Hydration and archive settings and status */\nexport interface AmlFilesystemPropertiesHsm {\n /** Specifies HSM settings of the AML file system. */\n settings?: AmlFilesystemHsmSettings;\n /**\n * Archive status\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly archiveStatus?: AmlFilesystemArchive[];\n}\n\n/** AML file system HSM settings. */\nexport interface AmlFilesystemHsmSettings {\n /** Resource ID of storage container used for hydrating the namespace and archiving from the namespace. The resource provider must have permission to create SAS tokens on the storage account. */\n container: string;\n /** Resource ID of storage container used for logging events and errors. Must be a separate container in the same storage account as the hydration and archive container. The resource provider must have permission to create SAS tokens on the storage account. */\n loggingContainer: string;\n /** Only blobs in the non-logging container that start with this path/prefix get imported into the cluster namespace. This is only used during initial creation of the AML file system. It automatically creates an import job resource that can be deleted. */\n importPrefix?: string;\n /** Only blobs in the non-logging container that start with one of the paths/prefixes in this array get imported into the cluster namespace. This is only used during initial creation of the AML file system and has '/' as the default value. It automatically creates an import job resource that can be deleted. */\n importPrefixesInitial?: string[];\n}\n\n/** Information about the AML file system archive */\nexport interface AmlFilesystemArchive {\n /**\n * Lustre file system path to archive relative to the file system root. Specify '/' to archive all modified data.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly filesystemPath?: string;\n /**\n * The status of the archive\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly status?: AmlFilesystemArchiveStatus;\n}\n\n/** The status of the archive */\nexport interface AmlFilesystemArchiveStatus {\n /**\n * The state of the archive operation\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly state?: ArchiveStatusType;\n /**\n * The time of the last completed archive operation\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastCompletionTime?: Date;\n /**\n * The time the latest archive operation started\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastStartedTime?: Date;\n /**\n * The completion percentage of the archive operation\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly percentComplete?: number;\n /**\n * Server-defined error code for the archive operation\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly errorCode?: string;\n /**\n * Server-defined error message for the archive operation\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly errorMessage?: string;\n}\n\n/** AML file system squash settings. */\nexport interface AmlFilesystemRootSquashSettings {\n /** Squash mode of the AML file system. 'All': User and Group IDs on files will be squashed to the provided values for all users on non-trusted systems. 'RootOnly': User and Group IDs on files will be squashed to provided values for solely the root user on non-trusted systems. 'None': No squashing of User and Group IDs is performed for any users on any systems. */\n mode?: AmlFilesystemSquashMode;\n /** Semicolon separated NID IP Address list(s) to be added to the TrustedSystems. */\n noSquashNidLists?: string;\n /** User ID to squash to. */\n squashUID?: number;\n /** Group ID to squash to. */\n squashGID?: number;\n /**\n * AML file system squash status.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly status?: string;\n}\n\n/** Common fields that are returned in the response for all Azure Resource Manager resources */\nexport interface Resource {\n /**\n * Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The name of the resource\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The type of the resource. E.g. \"Microsoft.Compute/virtualMachines\" or \"Microsoft.Storage/storageAccounts\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * Azure Resource Manager metadata containing createdBy and modifiedBy information.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n}\n\n/** Metadata pertaining to creation and last modification of the resource. */\nexport interface SystemData {\n /** The identity that created the resource. */\n createdBy?: string;\n /** The type of identity that created the resource. */\n createdByType?: CreatedByType;\n /** The timestamp of resource creation (UTC). */\n createdAt?: Date;\n /** The identity that last modified the resource. */\n lastModifiedBy?: string;\n /** The type of identity that last modified the resource. */\n lastModifiedByType?: CreatedByType;\n /** The timestamp of resource last modification (UTC) */\n lastModifiedAt?: Date;\n}\n\n/** An error response. */\nexport interface CloudError {\n /** The body of the error. */\n error?: CloudErrorBody;\n}\n\n/** An error response. */\nexport interface CloudErrorBody {\n /** An identifier for the error. Codes are invariant and are intended to be consumed programmatically. */\n code?: string;\n /** A list of additional details about the error. */\n details?: CloudErrorBody[];\n /** A message describing the error, intended to be suitable for display in a user interface. */\n message?: string;\n /** The target of the particular error. For example, the name of the property in error. */\n target?: string;\n}\n\n/** An AML file system update instance. */\nexport interface AmlFilesystemUpdate {\n /** Resource tags. */\n tags?: { [propertyName: string]: string };\n /** Specifies encryption settings of the AML file system. */\n encryptionSettings?: AmlFilesystemEncryptionSettings;\n /** Start time of a 30-minute weekly maintenance window. */\n maintenanceWindow?: AmlFilesystemUpdatePropertiesMaintenanceWindow;\n /** Specifies root squash settings of the AML file system. */\n rootSquashSettings?: AmlFilesystemRootSquashSettings;\n}\n\n/** Start time of a 30-minute weekly maintenance window. */\nexport interface AmlFilesystemUpdatePropertiesMaintenanceWindow {\n /** Day of the week on which the maintenance window will occur. */\n dayOfWeek?: MaintenanceDayOfWeekType;\n /** The time of day (in UTC) to start the maintenance window. */\n timeOfDayUTC?: string;\n}\n\n/** Information required to execute the archive operation */\nexport interface AmlFilesystemArchiveInfo {\n /** Lustre file system path to archive relative to the file system root. Specify '/' to archive all modified data. */\n filesystemPath?: string;\n}\n\n/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */\nexport interface ErrorResponse {\n /** The error object. */\n error?: ErrorDetail;\n}\n\n/** The error detail. */\nexport interface ErrorDetail {\n /**\n * The error code.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly code?: string;\n /**\n * The error message.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n /**\n * The error target.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly target?: string;\n /**\n * The error details.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly details?: ErrorDetail[];\n /**\n * The error additional info.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly additionalInfo?: ErrorAdditionalInfo[];\n}\n\n/** The resource management error additional info. */\nexport interface ErrorAdditionalInfo {\n /**\n * The additional info type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * The additional info.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly info?: Record<string, unknown>;\n}\n\n/** An import job update instance. */\nexport interface ImportJobUpdate {\n /** Resource tags. */\n tags?: { [propertyName: string]: string };\n}\n\n/** Result of the request to list import jobs. It contains a list of import jobs and a URL link to get the next set of results. */\nexport interface ImportJobsListResult {\n /** URL to get the next set of import job list results, if there are any. */\n nextLink?: string;\n /** List of import jobs. */\n value?: ImportJob[];\n}\n\n/** Information required to validate the subnet that will be used in AML file system create */\nexport interface AmlFilesystemSubnetInfo {\n /** Subnet used for managing the AML file system and for client-facing operations. This subnet should have at least a /24 subnet mask within the VNET's address space. */\n filesystemSubnet?: string;\n /** The size of the AML file system, in TiB. */\n storageCapacityTiB?: number;\n /** SKU for the resource. */\n sku?: SkuName;\n /** Region that the AML file system will be created in. */\n location?: string;\n}\n\n/** The error details provided when the checkAmlFSSubnets call fails. */\nexport interface AmlFilesystemCheckSubnetError {\n /** The error details for the AML file system's subnet. */\n filesystemSubnet?: AmlFilesystemCheckSubnetErrorFilesystemSubnet;\n}\n\n/** The error details for the AML file system's subnet. */\nexport interface AmlFilesystemCheckSubnetErrorFilesystemSubnet {\n /** The status of the AML file system subnet check. */\n status?: FilesystemSubnetStatusType;\n /** The details of the AML file system subnet check. */\n message?: string;\n}\n\n/** Information required to get the number of available IP addresses a subnet should have that will be used in AML file system create */\nexport interface RequiredAmlFilesystemSubnetsSizeInfo {\n /** The size of the AML file system, in TiB. */\n storageCapacityTiB?: number;\n /** SKU for the resource. */\n sku?: SkuName;\n}\n\n/** Information about the number of available IP addresses that are required for the AML file system. */\nexport interface RequiredAmlFilesystemSubnetsSize {\n /** The number of available IP addresses that are required for the AML file system. */\n filesystemSubnetSize?: number;\n}\n\n/** Result of the request to list Resource Provider operations. It contains a list of operations and a URL link to get the next set of results. */\nexport interface ApiOperationListResult {\n /** URL to get the next set of operation list results if there are any. */\n nextLink?: string;\n /** List of Resource Provider operations supported by the Microsoft.StorageCache resource provider. */\n value?: ApiOperation[];\n}\n\n/** REST API operation description: see https://github.com/Azure/azure-rest-api-specs/blob/master/documentation/openapi-authoring-automated-guidelines.md#r3023-operationsapiimplementation */\nexport interface ApiOperation {\n /** The object that represents the operation. */\n display?: ApiOperationDisplay;\n /** Origin of the operation. */\n origin?: string;\n /** The flag that indicates whether the operation applies to data plane. */\n isDataAction?: boolean;\n /** Operation name: {provider}/{resource}/{operation} */\n name?: string;\n /** Specification of the all the metrics provided for a resource type. */\n serviceSpecification?: ApiOperationPropertiesServiceSpecification;\n}\n\n/** The object that represents the operation. */\nexport interface ApiOperationDisplay {\n /** Operation type: Read, write, delete, etc. */\n operation?: string;\n /** Service provider: Microsoft.StorageCache */\n provider?: string;\n /** Resource on which the operation is performed: Cache, etc. */\n resource?: string;\n /** The description of the operation */\n description?: string;\n}\n\n/** Specification of the all the metrics provided for a resource type. */\nexport interface ApiOperationPropertiesServiceSpecification {\n /** Details about operations related to metrics. */\n metricSpecifications?: MetricSpecification[];\n /** Details about operations related to logs. */\n logSpecifications?: LogSpecification[];\n}\n\n/** Details about operation related to metrics. */\nexport interface MetricSpecification {\n /** The name of the metric. */\n name?: string;\n /** Localized display name of the metric. */\n displayName?: string;\n /** The description of the metric. */\n displayDescription?: string;\n /** The unit that the metric is measured in. */\n unit?: string;\n /** The type of metric aggregation. */\n aggregationType?: string;\n /** Support metric aggregation type. */\n supportedAggregationTypes?: MetricAggregationType[];\n /** Type of metrics. */\n metricClass?: string;\n /** Dimensions of the metric */\n dimensions?: MetricDimension[];\n}\n\n/** Specifications of the Dimension of metrics. */\nexport interface MetricDimension {\n /** Name of the dimension */\n name?: string;\n /** Localized friendly display name of the dimension */\n displayName?: string;\n /** Internal name of the dimension. */\n internalName?: string;\n /** To be exported to shoe box. */\n toBeExportedForShoebox?: boolean;\n}\n\n/** Details about operation related to logs. */\nexport interface LogSpecification {\n /** The name of the log. */\n name?: string;\n /** Localized display name of the log. */\n displayName?: string;\n}\n\n/** The response from the List Cache SKUs operation. */\nexport interface ResourceSkusResult {\n /** The URI to fetch the next page of cache SKUs. */\n nextLink?: string;\n /**\n * The list of SKUs available for the subscription.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: ResourceSku[];\n}\n\n/** A resource SKU. */\nexport interface ResourceSku {\n /**\n * The type of resource the SKU applies to.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resourceType?: string;\n /** A list of capabilities of this SKU, such as throughput or ops/sec. */\n capabilities?: ResourceSkuCapabilities[];\n /**\n * The set of locations where the SKU is available. This is the supported and registered Azure Geo Regions (e.g., West US, East US, Southeast Asia, etc.).\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly locations?: string[];\n /** The set of locations where the SKU is available. */\n locationInfo?: ResourceSkuLocationInfo[];\n /** The name of this SKU. */\n name?: string;\n /** The restrictions preventing this SKU from being used. This is empty if there are no restrictions. */\n restrictions?: Restriction[];\n}\n\n/** A resource SKU capability. */\nexport interface ResourceSkuCapabilities {\n /** Name of a capability, such as ops/sec. */\n name?: string;\n /** Quantity, if the capability is measured by quantity. */\n value?: string;\n}\n\n/** Resource SKU location information. */\nexport interface ResourceSkuLocationInfo {\n /** Location where this SKU is available. */\n location?: string;\n /** Zones if any. */\n zones?: string[];\n}\n\n/** The restrictions preventing this SKU from being used. */\nexport interface Restriction {\n /**\n * The type of restrictions. In this version, the only possible value for this is location.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * The value of restrictions. If the restriction type is set to location, then this would be the different locations where the SKU is restricted.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly values?: string[];\n /** The reason for the restriction. As of now this can be \"QuotaId\" or \"NotAvailableForSubscription\". \"QuotaId\" is set when the SKU has requiredQuotas parameter as the subscription does not belong to that quota. \"NotAvailableForSubscription\" is related to capacity at the datacenter. */\n reasonCode?: ReasonCode;\n}\n\n/** A list of cache usage models. */\nexport interface UsageModelsResult {\n /** The URI to fetch the next page of cache usage models. */\n nextLink?: string;\n /** The list of usage models available for the subscription. */\n value?: UsageModel[];\n}\n\n/** A usage model. */\nexport interface UsageModel {\n /** Localized information describing this usage model. */\n display?: UsageModelDisplay;\n /** Non-localized keyword name for this usage model. */\n modelName?: string;\n /** The type of Storage Target to which this model is applicable (only nfs3 as of this version). */\n targetType?: string;\n}\n\n/** Localized information describing this usage model. */\nexport interface UsageModelDisplay {\n /** String to display for this usage model. */\n description?: string;\n}\n\n/** The status of operation. */\nexport interface AscOperation {\n /** The operation Id. */\n id?: string;\n /** The operation name. */\n name?: string;\n /** The start time of the operation. */\n startTime?: string;\n /** The end time of the operation. */\n endTime?: string;\n /** The status of the operation. */\n status?: string;\n /** The error detail of the operation if any. */\n error?: AscOperationErrorResponse;\n /** Additional operation-specific output. */\n output?: { [propertyName: string]: Record<string, unknown> };\n}\n\n/** Describes the format of Error response. */\nexport interface AscOperationErrorResponse {\n /** Error code */\n code?: string;\n /** Error message indicating why the operation failed. */\n message?: string;\n}\n\n/** Result of the request to list resource usages. It contains a list of resource usages & limits and a URL link to get the next set of results. */\nexport interface ResourceUsagesListResult {\n /**\n * URL to get the next set of resource usage list results if there are any.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n /**\n * List of usages and limits for resources controlled by the Microsoft.StorageCache resource provider.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: ResourceUsage[];\n}\n\n/** The usage and limit (quota) for a resource. */\nexport interface ResourceUsage {\n /**\n * The limit (quota) for this resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly limit?: number;\n /**\n * Unit that the limit and usages are expressed in, such as 'Count'.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly unit?: string;\n /**\n * The current usage of this resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly currentValue?: number;\n /**\n * Naming information for this resource type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: ResourceUsageName;\n}\n\n/** Naming information for this resource type. */\nexport interface ResourceUsageName {\n /** Canonical name for this resource type. */\n value?: string;\n /** Localized name for this resource type. */\n localizedValue?: string;\n}\n\n/** Result of the request to list caches. It contains a list of caches and a URL link to get the next set of results. */\nexport interface CachesListResult {\n /** URL to get the next set of cache list results, if there are any. */\n nextLink?: string;\n /** List of Caches. */\n value?: Cache[];\n}\n\n/** A cache instance. Follows Azure Resource Manager standards: https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/resource-api-reference.md */\nexport interface Cache {\n /** Resource tags. */\n tags?: { [propertyName: string]: string };\n /**\n * Resource ID of the cache.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /** Region name string. */\n location?: string;\n /**\n * Name of cache.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Type of the cache; Microsoft.StorageCache/Cache\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /** The identity of the cache, if configured. */\n identity?: CacheIdentity;\n /**\n * The system meta data relating to this resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n /** SKU for the cache. */\n sku?: CacheSku;\n /** The size of this Cache, in GB. */\n cacheSizeGB?: number;\n /**\n * Health of the cache.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly health?: CacheHealth;\n /**\n * Array of IPv4 addresses that can be used by clients mounting this cache.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly mountAddresses?: string[];\n /**\n * ARM provisioning state, see https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/Addendum.md#provisioningstate-property\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningStateType;\n /** Subnet used for the cache. */\n subnet?: string;\n /**\n * Upgrade status of the cache.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly upgradeStatus?: CacheUpgradeStatus;\n /** Upgrade settings of the cache. */\n upgradeSettings?: CacheUpgradeSettings;\n /** Specifies network settings of the cache. */\n networkSettings?: CacheNetworkSettings;\n /** Specifies encryption settings of the cache. */\n encryptionSettings?: CacheEncryptionSettings;\n /** Specifies security settings of the cache. */\n securitySettings?: CacheSecuritySettings;\n /** Specifies Directory Services settings of the cache. */\n directoryServicesSettings?: CacheDirectorySettings;\n /** Availability zones for resources. This field should only contain a single element in the array. */\n zones?: string[];\n /**\n * Specifies the priming jobs defined in the cache.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly primingJobs?: PrimingJob[];\n /**\n * Specifies the space allocation percentage for each storage target in the cache.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly spaceAllocation?: StorageTargetSpaceAllocation[];\n}\n\n/** Cache identity properties. */\nexport interface CacheIdentity {\n /**\n * The principal ID for the system-assigned identity of the cache.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly principalId?: string;\n /**\n * The tenant ID associated with the cache.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly tenantId?: string;\n /** The type of identity used for the cache */\n type?: CacheIdentityType;\n /** A dictionary where each key is a user assigned identity resource ID, and each key's value is an empty dictionary. */\n userAssignedIdentities?: {\n [propertyName: string]: UserAssignedIdentitiesValue;\n };\n}\n\n/** An indication of cache health. Gives more information about health than just that related to provisioning. */\nexport interface CacheHealth {\n /** List of cache health states. Down is when the cluster is not responding. Degraded is when its functioning but has some alerts. Transitioning when it is creating or deleting. Unknown will be returned in old api versions when a new value is added in future versions. WaitingForKey is when the create is waiting for the system assigned identity to be given access to the encryption key in the encryption settings. */\n state?: HealthStateType;\n /** Describes explanation of state. */\n statusDescription?: string;\n /**\n * Outstanding conditions that need to be investigated and resolved.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly conditions?: Condition[];\n}\n\n/** Outstanding conditions that will need to be resolved. */\nexport interface Condition {\n /**\n * The time when the condition was raised.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly timestamp?: Date;\n /**\n * The issue requiring attention.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n}\n\n/** Properties describing the software upgrade state of the cache. */\nexport interface CacheUpgradeStatus {\n /**\n * Version string of the firmware currently installed on this cache.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly currentFirmwareVersion?: string;\n /**\n * True if there is a firmware update ready to install on this cache. The firmware will automatically be installed after firmwareUpdateDeadline if not triggered earlier via the upgrade operation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly firmwareUpdateStatus?: FirmwareStatusType;\n /**\n * Time at which the pending firmware update will automatically be installed on the cache.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly firmwareUpdateDeadline?: Date;\n /**\n * Time of the last successful firmware update.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastFirmwareUpdate?: Date;\n /**\n * When firmwareUpdateAvailable is true, this field holds the version string for the update.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly pendingFirmwareVersion?: string;\n}\n\n/** Cache Upgrade Settings. */\nexport interface CacheUpgradeSettings {\n /** True if the user chooses to select an installation time between now and firmwareUpdateDeadline. Else the firmware will automatically be installed after firmwareUpdateDeadline if not triggered earlier via the upgrade operation. */\n upgradeScheduleEnabled?: boolean;\n /** When upgradeScheduleEnabled is true, this field holds the user-chosen upgrade time. At the user-chosen time, the firmware update will automatically be installed on the cache. */\n scheduledTime?: Date;\n}\n\n/** Cache network settings. */\nexport interface CacheNetworkSettings {\n /** The IPv4 maximum transmission unit configured for the subnet. */\n mtu?: number;\n /**\n * Array of additional IP addresses used by this cache.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly utilityAddresses?: string[];\n /** DNS servers for the cache to use. It will be set from the network configuration if no value is provided. */\n dnsServers?: string[];\n /** DNS search domain */\n dnsSearchDomain?: string;\n /** NTP server IP Address or FQDN for the cache to use. The default is time.windows.com. */\n ntpServer?: string;\n}\n\n/** Cache encryption settings. */\nexport interface CacheEncryptionSettings {\n /** Specifies the location of the key encryption key in key vault. */\n keyEncryptionKey?: KeyVaultKeyReference;\n /** Specifies whether the service will automatically rotate to the newest version of the key in the key vault. */\n rotationToLatestKeyVersionEnabled?: boolean;\n}\n\n/** Cache security settings. */\nexport interface CacheSecuritySettings {\n /** NFS access policies defined for this cache. */\n accessPolicies?: NfsAccessPolicy[];\n}\n\n/** A set of rules describing access policies applied to NFSv3 clients of the cache. */\nexport interface NfsAccessPolicy {\n /** Name identifying this policy. Access Policy names are not case sensitive. */\n name: string;\n /** The set of rules describing client accesses allowed under this policy. */\n accessRules: NfsAccessRule[];\n}\n\n/** Rule to place restrictions on portions of the cache namespace being presented to clients. */\nexport interface NfsAccessRule {\n /** Scope for this rule. The scope and filter determine which clients match the rule. */\n scope: NfsAccessRuleScope;\n /** Filter applied to the scope for this rule. The filter's format depends on its scope. 'default' scope matches all clients and has no filter value. 'network' scope takes a filter in CIDR format (for example, 10.99.1.0/24). 'host' takes an IP address or fully qualified domain name as filter. If a client does not match any filter rule and there is no default rule, access is denied. */\n filter?: string;\n /** Access allowed by this rule. */\n access: NfsAccessRuleAccess;\n /** Allow SUID semantics. */\n suid?: boolean;\n /** For the default policy, allow access to subdirectories under the root export. If this is set to no, clients can only mount the path '/'. If set to yes, clients can mount a deeper path, like '/a/b'. */\n submountAccess?: boolean;\n /** Map root accesses to anonymousUID and anonymousGID. */\n rootSquash?: boolean;\n /** UID value that replaces 0 when rootSquash is true. 65534 will be used if not provided. */\n anonymousUID?: string;\n /** GID value that replaces 0 when rootSquash is true. This will use the value of anonymousUID if not provided. */\n anonymousGID?: string;\n}\n\n/** Cache Directory Services settings. */\nexport interface CacheDirectorySettings {\n /** Specifies settings for joining the HPC Cache to an Active Directory domain. */\n activeDirectory?: CacheActiveDirectorySettings;\n /** Specifies settings for Extended Groups. Extended Groups allows users to be members of more than 16 groups. */\n usernameDownload?: CacheUsernameDownloadSettings;\n}\n\n/** Active Directory settings used to join a cache to a domain. */\nexport interface CacheActiveDirectorySettings {\n /** Primary DNS IP address used to resolve the Active Directory domain controller's fully qualified domain name. */\n primaryDnsIpAddress: string;\n /** Secondary DNS IP address used to resolve the Active Directory domain controller's fully qualified domain name. */\n secondaryDnsIpAddress?: string;\n /** The fully qualified domain name of the Active Directory domain controller. */\n domainName: string;\n /** The Active Directory domain's NetBIOS name. */\n domainNetBiosName: string;\n /** The NetBIOS name to assign to the HPC Cache when it joins the Active Directory domain as a server. Length must 1-15 characters from the class [-0-9a-zA-Z]. */\n cacheNetBiosName: string;\n /**\n * True if the HPC Cache is joined to the Active Directory domain.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly domainJoined?: DomainJoinedType;\n /** Active Directory admin credentials used to join the HPC Cache to a domain. */\n credentials?: CacheActiveDirectorySettingsCredentials;\n}\n\n/** Active Directory admin credentials used to join the HPC Cache to a domain. */\nexport interface CacheActiveDirectorySettingsCredentials {\n /** Username of the Active Directory domain administrator. This value is stored encrypted and not returned on response. */\n username: string;\n /** Plain text password of the Active Directory domain administrator. This value is stored encrypted and not returned on response. */\n password?: string;\n}\n\n/** Settings for Extended Groups username and group download. */\nexport interface CacheUsernameDownloadSettings {\n /** Whether or not Extended Groups is enabled. */\n extendedGroups?: boolean;\n /** This setting determines how the cache gets username and group names for clients. */\n usernameSource?: UsernameSource;\n /** The URI of the file containing group information (in /etc/group file format). This field must be populated when 'usernameSource' is set to 'File'. */\n groupFileURI?: string;\n /** The URI of the file containing user information (in /etc/passwd file format). This field must be populated when 'usernameSource' is set to 'File'. */\n userFileURI?: string;\n /** The fully qualified domain name or IP address of the LDAP server to use. */\n ldapServer?: string;\n /** The base distinguished name for the LDAP domain. */\n ldapBaseDN?: string;\n /** Whether or not the LDAP connection should be encrypted. */\n encryptLdapConnection?: boolean;\n /** Determines if the certificates must be validated by a certificate authority. When true, caCertificateURI must be provided. */\n requireValidCertificate?: boolean;\n /** Determines if the certificate should be automatically downloaded. This applies to 'caCertificateURI' only if 'requireValidCertificate' is true. */\n autoDownloadCertificate?: boolean;\n /** The URI of the CA certificate to validate the LDAP secure connection. This field must be populated when 'requireValidCertificate' is set to true. */\n caCertificateURI?: string;\n /**\n * Indicates whether or not the HPC Cache has performed the username download successfully.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly usernameDownloaded?: UsernameDownloadedType;\n /** When present, these are the credentials for the secure LDAP connection. */\n credentials?: CacheUsernameDownloadSettingsCredentials;\n}\n\n/** When present, these are the credentials for the secure LDAP connection. */\nexport interface CacheUsernameDownloadSettingsCredentials {\n /** The Bind Distinguished Name identity to be used in the secure LDAP connection. This value is stored encrypted and not returned on response. */\n bindDn?: string;\n /** The Bind password to be used in the secure LDAP connection. This value is stored encrypted and not returned on response. */\n bindPassword?: string;\n}\n\n/** A priming job instance. */\nexport interface PrimingJob {\n /** The priming job name. */\n primingJobName: string;\n /** The URL for the priming manifest file to download. This file must be readable from the HPC Cache. When the file is in Azure blob storage the URL should include a Shared Access Signature (SAS) granting read permissions on the blob. */\n primingManifestUrl: string;\n /**\n * The unique identifier of the priming job.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly primingJobId?: string;\n /**\n * The state of the priming operation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly primingJobState?: PrimingJobState;\n /**\n * The status code of the priming job.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly primingJobStatus?: string;\n /**\n * The job details or error information if any.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly primingJobDetails?: string;\n /**\n * The current progress of the priming job, as a percentage.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly primingJobPercentComplete?: number;\n}\n\n/** Storage Target space allocation properties. */\nexport interface StorageTargetSpaceAllocation {\n /** Name of the storage target. */\n name?: string;\n /** The percentage of cache space allocated for this storage target */\n allocationPercentage?: number;\n}\n\n/** SKU for the cache. */\nexport interface CacheSku {\n /** SKU name for this cache. */\n name?: string;\n}\n\n/** A list of Storage Targets. */\nexport interface StorageTargetsResult {\n /** The URI to fetch the next page of Storage Targets. */\n nextLink?: string;\n /** The list of Storage Targets defined for the cache. */\n value?: StorageTarget[];\n}\n\n/** A namespace junction. */\nexport interface NamespaceJunction {\n /** Namespace path on a cache for a Storage Target. */\n namespacePath?: string;\n /** Path in Storage Target to which namespacePath points. */\n targetPath?: string;\n /** NFS export where targetPath exists. */\n nfsExport?: string;\n /** Name of the access policy applied to this junction. */\n nfsAccessPolicy?: string;\n}\n\n/** Properties pertaining to the Nfs3Target */\nexport interface Nfs3Target {\n /** IP address or host name of an NFSv3 host (e.g., 10.0.44.44). */\n target?: string;\n /** Identifies the StorageCache usage model to be used for this storage target. */\n usageModel?: string;\n /** Amount of time (in seconds) the cache waits before it checks the back-end storage for file updates. */\n verificationTimer?: number;\n /** Amount of time (in seconds) the cache waits after the last file change before it copies the changed file to back-end storage. */\n writeBackTimer?: number;\n}\n\n/** Properties pertaining to the ClfsTarget */\nexport interface ClfsTarget {\n /** Resource ID of storage container. */\n target?: string;\n}\n\n/** Properties pertaining to the UnknownTarget */\nexport interface UnknownTarget {\n /** Dictionary of string->string pairs containing information about the Storage Target. */\n attributes?: { [propertyName: string]: string };\n}\n\n/** Properties pertaining to the BlobNfsTarget. */\nexport interface BlobNfsTarget {\n /** Resource ID of the storage container. */\n target?: string;\n /** Identifies the StorageCache usage model to be used for this storage target. */\n usageModel?: string;\n /** Amount of time (in seconds) the cache waits before it checks the back-end storage for file updates. */\n verificationTimer?: number;\n /** Amount of time (in seconds) the cache waits after the last file change before it copies the changed file to back-end storage. */\n writeBackTimer?: number;\n}\n\n/** Resource used by a cache. */\nexport interface StorageTargetResource {\n /**\n * Name of the Storage Target.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Resource ID of the Storage Target.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * Type of the Storage Target; Microsoft.StorageCache/Cache/StorageTarget\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * Region name string.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly location?: string;\n /**\n * The system meta data relating to this resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n}\n\n/** Object containing the priming job ID. */\nexport interface PrimingJobIdParameter {\n /** The unique identifier of the priming job. */\n primingJobId: string;\n}\n\n/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */\nexport interface TrackedResource extends Resource {\n /** Resource tags. */\n tags?: { [propertyName: string]: string };\n /** The geo-location where the resource lives */\n location: string;\n}\n\n/** Type of the Storage Target. */\nexport interface StorageTarget extends StorageTargetResource {\n /** List of cache namespace junctions to target for namespace associations. */\n junctions?: NamespaceJunction[];\n /** Type of the Storage Target. */\n targetType?: StorageTargetType;\n /**\n * ARM provisioning state, see https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/Addendum.md#provisioningstate-property\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningStateType;\n /** Storage target operational state. */\n state?: OperationalStateType;\n /** Properties when targetType is nfs3. */\n nfs3?: Nfs3Target;\n /** Properties when targetType is clfs. */\n clfs?: ClfsTarget;\n /** Properties when targetType is unknown. */\n unknown?: UnknownTarget;\n /** Properties when targetType is blobNfs. */\n blobNfs?: BlobNfsTarget;\n /**\n * The percentage of cache space allocated for this storage target\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly allocationPercentage?: number;\n}\n\n/** An AML file system instance. Follows Azure Resource Manager standards: https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/resource-api-reference.md */\nexport interface AmlFilesystem extends TrackedResource {\n /** The managed identity used by the AML file system, if configured. */\n identity?: AmlFilesystemIdentity;\n /** SKU for the resource. */\n sku?: SkuName;\n /** Availability zones for resources. This field should only contain a single element in the array. */\n zones?: string[];\n /** The size of the AML file system, in TiB. This might be rounded up. */\n storageCapacityTiB?: number;\n /**\n * Health of the AML file system.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly health?: AmlFilesystemHealth;\n /**\n * ARM provisioning state.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: AmlFilesystemProvisioningStateType;\n /** Subnet used for managing the AML file system and for client-facing operations. This subnet should have at least a /24 subnet mask within the VNET's address space. */\n filesystemSubnet?: string;\n /**\n * Client information for the AML file system.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly clientInfo?: AmlFilesystemClientInfo;\n /**\n * Throughput provisioned in MB per sec, calculated as storageCapacityTiB * per-unit storage throughput\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly throughputProvisionedMBps?: number;\n /** Specifies encryption settings of the AML file system. */\n encryptionSettings?: AmlFilesystemEncryptionSettings;\n /** Start time of a 30-minute weekly maintenance window. */\n maintenanceWindow?: AmlFilesystemPropertiesMaintenanceWindow;\n /** Hydration and archive settings and status */\n hsm?: AmlFilesystemPropertiesHsm;\n /** Specifies root squash settings of the AML file system. */\n rootSquashSettings?: AmlFilesystemRootSquashSettings;\n}\n\n/** An import job instance. Follows Azure Resource Manager standards: https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/resource-api-reference.md */\nexport interface ImportJob extends TrackedResource {\n /**\n * ARM provisioning state.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ImportJobProvisioningStateType;\n /** An array of blob paths/prefixes that get imported into the cluster namespace. It has '/' as the default value. */\n importPrefixes?: string[];\n /** How the import job will handle conflicts. For example, if the import job is trying to bring in a directory, but a file is at that path, how it handles it. Fail indicates that the import job should stop immediately and not do anything with the conflict. Skip indicates that it should pass over the conflict. OverwriteIfDirty causes the import job to delete and re-import the file or directory if it is a conflicting type, is dirty, or was not previously imported. OverwriteAlways extends OverwriteIfDirty to include releasing files that had been restored but were not dirty. Please reference https://learn.microsoft.com/en-us/azure/azure-managed-lustre/ for a thorough explanation of these resolution modes. */\n conflictResolutionMode?: ConflictResolutionMode;\n /** Total non-conflict oriented errors the import job will tolerate before exiting with failure. -1 means infinite. 0 means exit immediately and is the default. */\n maximumErrors?: number;\n /**\n * The state of the import job. InProgress indicates the import is still running. Canceled indicates it has been canceled by the user. Completed indicates import finished, successfully importing all discovered blobs into the Lustre namespace. CompletedPartial indicates the import finished but some blobs either were found to be conflicting and could not be imported or other errors were encountered. Failed means the import was unable to complete due to a fatal error.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly state?: ImportStatusType;\n /**\n * The status message of the import job.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly statusMessage?: string;\n /**\n * The total blob objects walked.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly totalBlobsWalked?: number;\n /**\n * A recent and frequently updated rate of blobs walked per second.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly blobsWalkedPerSecond?: number;\n /**\n * The total blobs that have been imported since import began.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly totalBlobsImported?: number;\n /**\n * A recent and frequently updated rate of total files, directories, and symlinks imported per second.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly blobsImportedPerSecond?: number;\n /**\n * The time of the last completed archive operation\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastCompletionTime?: Date;\n /**\n * The time the latest archive operation started\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastStartedTime?: Date;\n /**\n * Number of errors in the import job.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly totalErrors?: number;\n /**\n * Number of conflicts in the import job.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly totalConflicts?: number;\n}\n\n/** Defines headers for AmlFilesystems_delete operation. */\nexport interface AmlFilesystemsDeleteHeaders {\n /** Location URI to poll for result */\n location?: string;\n /** URI to poll for the operation status */\n azureAsyncOperation?: string;\n}\n\n/** Defines headers for AmlFilesystems_createOrUpdate operation. */\nexport interface AmlFilesystemsCreateOrUpdateHeaders {\n /** URI to poll for the operation status */\n azureAsyncOperation?: string;\n}\n\n/** Defines headers for AmlFilesystems_update operation. */\nexport interface AmlFilesystemsUpdateHeaders {\n /** URI to poll for the operation status */\n location?: string;\n /** URI to poll for the operation status */\n azureAsyncOperation?: string;\n}\n\n/** Defines headers for ImportJobs_delete operation. */\nexport interface ImportJobsDeleteHeaders {\n /** Location URI to poll for result */\n location?: string;\n /** URI to poll for the operation status */\n azureAsyncOperation?: string;\n}\n\n/** Defines headers for ImportJobs_createOrUpdate operation. */\nexport interface ImportJobsCreateOrUpdateHeaders {\n /** URI to poll for the operation status */\n azureAsyncOperation?: string;\n}\n\n/** Defines headers for ImportJobs_update operation. */\nexport interface ImportJobsUpdateHeaders {\n /** URI to poll for the operation status */\n location?: string;\n /** URI to poll for the operation status */\n azureAsyncOperation?: string;\n}\n\n/** Defines headers for Caches_delete operation. */\nexport interface CachesDeleteHeaders {\n /** Location URI to poll for result */\n location?: string;\n /** URI to poll for the operation status */\n azureAsyncOperation?: string;\n}\n\n/** Defines headers for Caches_update operation. */\nexport interface CachesUpdateHeaders {\n /** Location URI to poll for result */\n location?: string;\n /** URI to poll for the operation status */\n azureAsyncOperation?: string;\n}\n\n/** Defines headers for Caches_debugInfo operation. */\nexport interface CachesDebugInfoHeaders {\n /** Location URI to poll for result */\n location?: string;\n /** URI to poll for the operation status */\n azureAsyncOperation?: string;\n}\n\n/** Defines headers for Caches_flush operation. */\nexport interface CachesFlushHeaders {\n /** Location URI to poll for result */\n location?: string;\n /** URI to poll for the operation status */\n azureAsyncOperation?: string;\n}\n\n/** Defines headers for Caches_start operation. */\nexport interface CachesStartHeaders {\n /** Location URI to poll for result */\n location?: string;\n /** URI to poll for the operation status */\n azureAsyncOperation?: string;\n}\n\n/** Defines headers for Caches_stop operation. */\nexport interface CachesStopHeaders {\n /** Location URI to poll for result */\n location?: string;\n /** URI to poll for the operation status */\n azureAsyncOperation?: string;\n}\n\n/** Defines headers for Caches_startPrimingJob operation. */\nexport interface CachesStartPrimingJobHeaders {\n /** Location URI to poll for result */\n location?: string;\n /** URI to poll for the operation status */\n azureAsyncOperation?: string;\n}\n\n/** Defines headers for Caches_stopPrimingJob operation. */\nexport interface CachesStopPrimingJobHeaders {\n /** Location URI to poll for result */\n location?: string;\n /** URI to poll for the operation status */\n azureAsyncOperation?: string;\n}\n\n/** Defines headers for Caches_pausePrimingJob operation. */\nexport interface CachesPausePrimingJobHeaders {\n /** Location URI to poll for result */\n location?: string;\n /** URI to poll for the operation status */\n azureAsyncOperation?: string;\n}\n\n/** Defines headers for Caches_resumePrimingJob operation. */\nexport interface CachesResumePrimingJobHeaders {\n /** Location URI to poll for result */\n location?: string;\n /** URI to poll for the operation status */\n azureAsyncOperation?: string;\n}\n\n/** Defines headers for Caches_upgradeFirmware operation. */\nexport interface CachesUpgradeFirmwareHeaders {\n /** Location URI to poll for result */\n location?: string;\n /** URI to poll for the operation status */\n azureAsyncOperation?: string;\n}\n\n/** Defines headers for Caches_spaceAllocation operation. */\nexport interface CachesSpaceAllocationHeaders {\n /** Location URI to poll for result */\n location?: string;\n /** URI to poll for the operation status */\n azureAsyncOperation?: string;\n}\n\n/** Defines headers for StorageTargets_dnsRefresh operation. */\nexport interface StorageTargetsDnsRefreshHeaders {\n /** Location URI to poll for result */\n location?: string;\n /** URI to poll for the operation status */\n azureAsyncOperation?: string;\n}\n\n/** Defines headers for StorageTargets_delete operation. */\nexport interface StorageTargetsDeleteHeaders {\n /** Location URI to poll for result */\n location?: string;\n /** URI to poll for the operation status */\n azureAsyncOperation?: string;\n}\n\n/** Defines headers for StorageTargets_restoreDefaults operation. */\nexport interface StorageTargetsRestoreDefaultsHeaders {\n /** Location URI to poll for result */\n location?: string;\n /** URI to poll for the operation status */\n azureAsyncOperation?: string;\n}\n\n/** Defines headers for StorageTarget_flush operation. */\nexport interface StorageTargetFlushHeaders {\n /** Location URI to poll for result */\n location?: string;\n /** URI to poll for the operation status */\n azureAsyncOperation?: string;\n}\n\n/** Defines headers for StorageTarget_suspend operation. */\nexport interface StorageTargetSuspendHeaders {\n /** Location URI to poll for result */\n location?: string;\n /** URI to poll for the operation status */\n azureAsyncOperation?: string;\n}\n\n/** Defines headers for StorageTarget_resume operation. */\nexport interface StorageTargetResumeHeaders {\n /** Location URI to poll for result */\n location?: string;\n /** URI to poll for the operation status */\n azureAsyncOperation?: string;\n}\n\n/** Defines headers for StorageTarget_invalidate operation. */\nexport interface StorageTargetInvalidateHeaders {\n /** Location URI to poll for result */\n location?: string;\n /** URI to poll for the operation status */\n azureAsyncOperation?: string;\n}\n\n/** Known values of {@link AmlFilesystemHealthStateType} that the service accepts. */\nexport enum KnownAmlFilesystemHealthStateType {\n /** Unavailable */\n Unavailable = \"Unavailable\",\n /** Available */\n Available = \"Available\",\n /** Degraded */\n Degraded = \"Degraded\",\n /** Transitioning */\n Transitioning = \"Transitioning\",\n /** Maintenance */\n Maintenance = \"Maintenance\",\n}\n\n/**\n * Defines values for AmlFilesystemHealthStateType. \\\n * {@link KnownAmlFilesystemHealthStateType} can be used interchangeably with AmlFilesystemHealthStateType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Unavailable** \\\n * **Available** \\\n * **Degraded** \\\n * **Transitioning** \\\n * **Maintenance**\n */\nexport type AmlFilesystemHealthStateType = string;\n\n/** Known values of {@link AmlFilesystemProvisioningStateType} that the service accepts. */\nexport enum KnownAmlFilesystemProvisioningStateType {\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Failed */\n Failed = \"Failed\",\n /** Creating */\n Creating = \"Creating\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Updating */\n Updating = \"Updating\",\n /** Canceled */\n Canceled = \"Canceled\",\n}\n\n/**\n * Defines values for AmlFilesystemProvisioningStateType. \\\n * {@link KnownAmlFilesystemProvisioningStateType} can be used interchangeably with AmlFilesystemProvisioningStateType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded** \\\n * **Failed** \\\n * **Creating** \\\n * **Deleting** \\\n * **Updating** \\\n * **Canceled**\n */\nexport type AmlFilesystemProvisioningStateType = string;\n\n/** Known values of {@link ArchiveStatusType} that the service accepts. */\nexport enum KnownArchiveStatusType {\n /** NotConfigured */\n NotConfigured = \"NotConfigured\",\n /** Idle */\n Idle = \"Idle\",\n /** InProgress */\n InProgress = \"InProgress\",\n /** Canceled */\n Canceled = \"Canceled\",\n /** Completed */\n Completed = \"Completed\",\n /** Failed */\n Failed = \"Failed\",\n /** Cancelling */\n Cancelling = \"Cancelling\",\n /** FSScanInProgress */\n FSScanInProgress = \"FSScanInProgress\",\n}\n\n/**\n * Defines values for ArchiveStatusType. \\\n * {@link KnownArchiveStatusType} can be used interchangeably with ArchiveStatusType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **NotConfigured** \\\n * **Idle** \\\n * **InProgress** \\\n * **Canceled** \\\n * **Completed** \\\n * **Failed** \\\n * **Cancelling** \\\n * **FSScanInProgress**\n */\nexport type ArchiveStatusType = string;\n\n/** Known values of {@link AmlFilesystemSquashMode} that the service accepts. */\nexport enum KnownAmlFilesystemSquashMode {\n /** None */\n None = \"None\",\n /** RootOnly */\n RootOnly = \"RootOnly\",\n /** All */\n All = \"All\",\n}\n\n/**\n * Defines values for AmlFilesystemSquashMode. \\\n * {@link KnownAmlFilesystemSquashMode} can be used interchangeably with AmlFilesystemSquashMode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None** \\\n * **RootOnly** \\\n * **All**\n */\nexport type AmlFilesystemSquashMode = string;\n\n/** Known values of {@link CreatedByType} that the service accepts. */\nexport enum KnownCreatedByType {\n /** User */\n User = \"User\",\n /** Application */\n Application = \"Application\",\n /** ManagedIdentity */\n ManagedIdentity = \"ManagedIdentity\",\n /** Key */\n Key = \"Key\",\n}\n\n/**\n * Defines values for CreatedByType. \\\n * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **User** \\\n * **Application** \\\n * **ManagedIdentity** \\\n * **Key**\n */\nexport type CreatedByType = string;\n\n/** Known values of {@link ImportJobProvisioningStateType} that the service accepts. */\nexport enum KnownImportJobProvisioningStateType {\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Failed */\n Failed = \"Failed\",\n /** Creating */\n Creating = \"Creating\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Updating */\n Updating = \"Updating\",\n /** Canceled */\n Canceled = \"Canceled\",\n}\n\n/**\n * Defines values for ImportJobProvisioningStateType. \\\n * {@link KnownImportJobProvisioningStateType} can be used interchangeably with ImportJobProvisioningStateType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded** \\\n * **Failed** \\\n * **Creating** \\\n * **Deleting** \\\n * **Updating** \\\n * **Canceled**\n */\nexport type ImportJobProvisioningStateType = string;\n\n/** Known values of {@link ConflictResolutionMode} that the service accepts. */\nexport enum KnownConflictResolutionMode {\n /** Fail */\n Fail = \"Fail\",\n /** Skip */\n Skip = \"Skip\",\n /** OverwriteIfDirty */\n OverwriteIfDirty = \"OverwriteIfDirty\",\n /** OverwriteAlways */\n OverwriteAlways = \"OverwriteAlways\",\n}\n\n/**\n * Defines values for ConflictResolutionMode. \\\n * {@link KnownConflictResolutionMode} can be used interchangeably with ConflictResolutionMode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Fail** \\\n * **Skip** \\\n * **OverwriteIfDirty** \\\n * **OverwriteAlways**\n */\nexport type ConflictResolutionMode = string;\n\n/** Known values of {@link ImportStatusType} that the service accepts. */\nexport enum KnownImportStatusType {\n /** InProgress */\n InProgress = \"InProgress\",\n /** Cancelling */\n Cancelling = \"Cancelling\",\n /** Canceled */\n Canceled = \"Canceled\",\n /** Completed */\n Completed = \"Completed\",\n /** CompletedPartial */\n CompletedPartial = \"CompletedPartial\",\n /** Failed */\n Failed = \"Failed\",\n}\n\n/**\n * Defines values for ImportStatusType. \\\n * {@link KnownImportStatusType} can be used interchangeably with ImportStatusType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **InProgress** \\\n * **Cancelling** \\\n * **Canceled** \\\n * **Completed** \\\n * **CompletedPartial** \\\n * **Failed**\n */\nexport type ImportStatusType = string;\n\n/** Known values of {@link FilesystemSubnetStatusType} that the service accepts. */\nexport enum KnownFilesystemSubnetStatusType {\n /** Ok */\n Ok = \"Ok\",\n /** Invalid */\n Invalid = \"Invalid\",\n}\n\n/**\n * Defines values for FilesystemSubnetStatusType. \\\n * {@link KnownFilesystemSubnetStatusType} can be used interchangeably with FilesystemSubnetStatusType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Ok** \\\n * **Invalid**\n */\nexport type FilesystemSubnetStatusType = string;\n\n/** Known values of {@link MetricAggregationType} that the service accepts. */\nexport enum KnownMetricAggregationType {\n /** NotSpecified */\n NotSpecified = \"NotSpecified\",\n /** None */\n None = \"None\",\n /** Average */\n Average = \"Average\",\n /** Minimum */\n Minimum = \"Minimum\",\n /** Maximum */\n Maximum = \"Maximum\",\n /** Total */\n Total = \"Total\",\n /** Count */\n Count = \"Count\",\n}\n\n/**\n * Defines values for MetricAggregationType. \\\n * {@link KnownMetricAggregationType} can be used interchangeably with MetricAggregationType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **NotSpecified** \\\n * **None** \\\n * **Average** \\\n * **Minimum** \\\n * **Maximum** \\\n * **Total** \\\n * **Count**\n */\nexport type MetricAggregationType = string;\n\n/** Known values of {@link ReasonCode} that the service accepts. */\nexport enum KnownReasonCode {\n /** QuotaId */\n QuotaId = \"QuotaId\",\n /** NotAvailableForSubscription */\n NotAvailableForSubscription = \"NotAvailableForSubscription\",\n}\n\n/**\n * Defines values for ReasonCode. \\\n * {@link KnownReasonCode} can be used interchangeably with ReasonCode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **QuotaId** \\\n * **NotAvailableForSubscription**\n */\nexport type ReasonCode = string;\n\n/** Known values of {@link HealthStateType} that the service accepts. */\nexport enum KnownHealthStateType {\n /** Unknown */\n Unknown = \"Unknown\",\n /** Healthy */\n Healthy = \"Healthy\",\n /** Degraded */\n Degraded = \"Degraded\",\n /** Down */\n Down = \"Down\",\n /** Transitioning */\n Transitioning = \"Transitioning\",\n /** Stopping */\n Stopping = \"Stopping\",\n /** Stopped */\n Stopped = \"Stopped\",\n /** Upgrading */\n Upgrading = \"Upgrading\",\n /** Flushing */\n Flushing = \"Flushing\",\n /** WaitingForKey */\n WaitingForKey = \"WaitingForKey\",\n /** StartFailed */\n StartFailed = \"StartFailed\",\n /** UpgradeFailed */\n UpgradeFailed = \"UpgradeFailed\",\n}\n\n/**\n * Defines values for HealthStateType. \\\n * {@link KnownHealthStateType} can be used interchangeably with HealthStateType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Unknown** \\\n * **Healthy** \\\n * **Degraded** \\\n * **Down** \\\n * **Transitioning** \\\n * **Stopping** \\\n * **Stopped** \\\n * **Upgrading** \\\n * **Flushing** \\\n * **WaitingForKey** \\\n * **StartFailed** \\\n * **UpgradeFailed**\n */\nexport type HealthStateType = string;\n\n/** Known values of {@link ProvisioningStateType} that the service accepts. */\nexport enum KnownProvisioningStateType {\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Failed */\n Failed = \"Failed\",\n /** Canceled */\n Canceled = \"Canceled\",\n /** Creating */\n Creating = \"Creating\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Updating */\n Updating = \"Updating\",\n}\n\n/**\n * Defines values for ProvisioningStateType. \\\n * {@link KnownProvisioningStateType} can be used interchangeably with ProvisioningStateType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded** \\\n * **Failed** \\\n * **Canceled** \\\n * **Creating** \\\n * **Deleting** \\\n * **Updating**\n */\nexport type ProvisioningStateType = string;\n\n/** Known values of {@link FirmwareStatusType} that the service accepts. */\nexport enum KnownFirmwareStatusType {\n /** Available */\n Available = \"available\",\n /** Unavailable */\n Unavailable = \"unavailable\",\n}\n\n/**\n * Defines values for FirmwareStatusType. \\\n * {@link KnownFirmwareStatusType} can be used interchangeably with FirmwareStatusType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **available** \\\n * **unavailable**\n */\nexport type FirmwareStatusType = string;\n\n/** Known values of {@link NfsAccessRuleScope} that the service accepts. */\nexport enum KnownNfsAccessRuleScope {\n /** Default */\n Default = \"default\",\n /** Network */\n Network = \"network\",\n /** Host */\n Host = \"host\",\n}\n\n/**\n * Defines values for NfsAccessRuleScope. \\\n * {@link KnownNfsAccessRuleScope} can be used interchangeably with NfsAccessRuleScope,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **default** \\\n * **network** \\\n * **host**\n */\nexport type NfsAccessRuleScope = string;\n\n/** Known values of {@link NfsAccessRuleAccess} that the service accepts. */\nexport enum KnownNfsAccessRuleAccess {\n /** No */\n No = \"no\",\n /** Ro */\n Ro = \"ro\",\n /** Rw */\n Rw = \"rw\",\n}\n\n/**\n * Defines values for NfsAccessRuleAccess. \\\n * {@link KnownNfsAccessRuleAccess} can be used interchangeably with NfsAccessRuleAccess,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **no** \\\n * **ro** \\\n * **rw**\n */\nexport type NfsAccessRuleAccess = string;\n\n/** Known values of {@link DomainJoinedType} that the service accepts. */\nexport enum KnownDomainJoinedType {\n /** Yes */\n Yes = \"Yes\",\n /** No */\n No = \"No\",\n /** Error */\n Error = \"Error\",\n}\n\n/**\n * Defines values for DomainJoinedType. \\\n * {@link KnownDomainJoinedType} can be used interchangeably with DomainJoinedType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Yes** \\\n * **No** \\\n * **Error**\n */\nexport type DomainJoinedType = string;\n\n/** Known values of {@link UsernameSource} that the service accepts. */\nexport enum KnownUsernameSource {\n /** AD */\n AD = \"AD\",\n /** Ldap */\n Ldap = \"LDAP\",\n /** File */\n File = \"File\",\n /** None */\n None = \"None\",\n}\n\n/**\n * Defines values for UsernameSource. \\\n * {@link KnownUsernameSource} can be used interchangeably with UsernameSource,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **AD** \\\n * **LDAP** \\\n * **File** \\\n * **None**\n */\nexport type UsernameSource = string;\n\n/** Known values of {@link UsernameDownloadedType} that the service accepts. */\nexport enum KnownUsernameDownloadedType {\n /** Yes */\n Yes = \"Yes\",\n /** No */\n No = \"No\",\n /** Error */\n Error = \"Error\",\n}\n\n/**\n * Defines values for UsernameDownloadedType. \\\n * {@link KnownUsernameDownloadedType} can be used interchangeably with UsernameDownloadedType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Yes** \\\n * **No** \\\n * **Error**\n */\nexport type UsernameDownloadedType = string;\n\n/** Known values of {@link PrimingJobState} that the service accepts. */\nexport enum KnownPrimingJobState {\n /** Queued */\n Queued = \"Queued\",\n /** Running */\n Running = \"Running\",\n /** Paused */\n Paused = \"Paused\",\n /** Complete */\n Complete = \"Complete\",\n}\n\n/**\n * Defines values for PrimingJobState. \\\n * {@link KnownPrimingJobState} can be used interchangeably with PrimingJobState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Queued** \\\n * **Running** \\\n * **Paused** \\\n * **Complete**\n */\nexport type PrimingJobState = string;\n\n/** Known values of {@link StorageTargetType} that the service accepts. */\nexport enum KnownStorageTargetType {\n /** Nfs3 */\n Nfs3 = \"nfs3\",\n /** Clfs */\n Clfs = \"clfs\",\n /** Unknown */\n Unknown = \"unknown\",\n /** BlobNfs */\n BlobNfs = \"blobNfs\",\n}\n\n/**\n * Defines values for StorageTargetType. \\\n * {@link KnownStorageTargetType} can be used interchangeably with StorageTargetType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **nfs3** \\\n * **clfs** \\\n * **unknown** \\\n * **blobNfs**\n */\nexport type StorageTargetType = string;\n\n/** Known values of {@link OperationalStateType} that the service accepts. */\nexport enum KnownOperationalStateType {\n /** Ready */\n Ready = \"Ready\",\n /** Busy */\n Busy = \"Busy\",\n /** Suspended */\n Suspended = \"Suspended\",\n /** Flushing */\n Flushing = \"Flushing\",\n}\n\n/**\n * Defines values for OperationalStateType. \\\n * {@link KnownOperationalStateType} can be used interchangeably with OperationalStateType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Ready** \\\n * **Busy** \\\n * **Suspended** \\\n * **Flushing**\n */\nexport type OperationalStateType = string;\n/** Defines values for AmlFilesystemIdentityType. */\nexport type AmlFilesystemIdentityType = \"UserAssigned\" | \"None\";\n/** Defines values for MaintenanceDayOfWeekType. */\nexport type MaintenanceDayOfWeekType =\n | \"Monday\"\n | \"Tuesday\"\n | \"Wednesday\"\n | \"Thursday\"\n | \"Friday\"\n | \"Saturday\"\n | \"Sunday\";\n/** Defines values for CacheIdentityType. */\nexport type CacheIdentityType =\n | \"SystemAssigned\"\n | \"UserAssigned\"\n | \"SystemAssigned, UserAssigned\"\n | \"None\";\n\n/** Optional parameters. */\nexport interface AmlFilesystemsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type AmlFilesystemsListResponse = AmlFilesystemsListResult;\n\n/** Optional parameters. */\nexport interface AmlFilesystemsListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type AmlFilesystemsListByResourceGroupResponse =\n AmlFilesystemsListResult;\n\n/** Optional parameters. */\nexport interface AmlFilesystemsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface AmlFilesystemsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type AmlFilesystemsGetResponse = AmlFilesystem;\n\n/** Optional parameters. */\nexport interface AmlFilesystemsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type AmlFilesystemsCreateOrUpdateResponse = AmlFilesystem;\n\n/** Optional parameters. */\nexport interface AmlFilesystemsUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type AmlFilesystemsUpdateResponse = AmlFilesystem;\n\n/** Optional parameters. */\nexport interface AmlFilesystemsArchiveOptionalParams\n extends coreClient.OperationOptions {\n /** Information about the archive operation */\n archiveInfo?: AmlFilesystemArchiveInfo;\n}\n\n/** Optional parameters. */\nexport interface AmlFilesystemsCancelArchiveOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface AmlFilesystemsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type AmlFilesystemsListNextResponse = AmlFilesystemsListResult;\n\n/** Optional parameters. */\nexport interface AmlFilesystemsListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type AmlFilesystemsListByResourceGroupNextResponse =\n AmlFilesystemsListResult;\n\n/** Optional parameters. */\nexport interface ImportJobsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the delete operation. */\nexport type ImportJobsDeleteResponse = ImportJobsDeleteHeaders;\n\n/** Optional parameters. */\nexport interface ImportJobsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ImportJobsGetResponse = ImportJob;\n\n/** Optional parameters. */\nexport interface ImportJobsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type ImportJobsCreateOrUpdateResponse = ImportJob;\n\n/** Optional parameters. */\nexport interface ImportJobsUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type ImportJobsUpdateResponse = ImportJob;\n\n/** Optional parameters. */\nexport interface ImportJobsListByAmlFilesystemOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByAmlFilesystem operation. */\nexport type ImportJobsListByAmlFilesystemResponse = ImportJobsListResult;\n\n/** Optional parameters. */\nexport interface ImportJobsListByAmlFilesystemNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByAmlFilesystemNext operation. */\nexport type ImportJobsListByAmlFilesystemNextResponse = ImportJobsListResult;\n\n/** Optional parameters. */\nexport interface CheckAmlFSSubnetsOptionalParams\n extends coreClient.OperationOptions {\n /** Information about the subnets to validate. */\n amlFilesystemSubnetInfo?: AmlFilesystemSubnetInfo;\n}\n\n/** Optional parameters. */\nexport interface GetRequiredAmlFSSubnetsSizeOptionalParams\n extends coreClient.OperationOptions {\n /** Information to determine the number of available IPs a subnet will need to host the AML file system. */\n requiredAMLFilesystemSubnetsSizeInfo?: RequiredAmlFilesystemSubnetsSizeInfo;\n}\n\n/** Contains response data for the getRequiredAmlFSSubnetsSize operation. */\nexport type GetRequiredAmlFSSubnetsSizeResponse =\n RequiredAmlFilesystemSubnetsSize;\n\n/** Optional parameters. */\nexport interface OperationsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type OperationsListResponse = ApiOperationListResult;\n\n/** Optional parameters. */\nexport interface OperationsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type OperationsListNextResponse = ApiOperationListResult;\n\n/** Optional parameters. */\nexport interface SkusListOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type SkusListResponse = ResourceSkusResult;\n\n/** Optional parameters. */\nexport interface SkusListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type SkusListNextResponse = ResourceSkusResult;\n\n/** Optional parameters. */\nexport interface UsageModelsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type UsageModelsListResponse = UsageModelsResult;\n\n/** Optional parameters. */\nexport interface UsageModelsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type UsageModelsListNextResponse = UsageModelsResult;\n\n/** Optional parameters. */\nexport interface AscOperationsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type AscOperationsGetResponse = AscOperation;\n\n/** Optional parameters. */\nexport interface AscUsagesListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type AscUsagesListResponse = ResourceUsagesListResult;\n\n/** Optional parameters. */\nexport interface AscUsagesListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type AscUsagesListNextResponse = ResourceUsagesListResult;\n\n/** Optional parameters. */\nexport interface CachesListOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type CachesListResponse = CachesListResult;\n\n/** Optional parameters. */\nexport interface CachesListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type CachesListByResourceGroupResponse = CachesListResult;\n\n/** Optional parameters. */\nexport interface CachesDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface CachesGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type CachesGetResponse = Cache;\n\n/** Optional parameters. */\nexport interface CachesCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type CachesCreateOrUpdateResponse = Cache;\n\n/** Optional parameters. */\nexport interface CachesUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Object containing the user-selectable properties of the cache. If read-only properties are included, they must match the existing values of those properties. */\n cache?: Cache;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type CachesUpdateResponse = Cache;\n\n/** Optional parameters. */\nexport interface CachesDebugInfoOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface CachesFlushOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface CachesStartOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface CachesStopOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface CachesStartPrimingJobOptionalParams\n extends coreClient.OperationOptions {\n /** Object containing the definition of a priming job. */\n primingjob?: PrimingJob;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the startPrimingJob operation. */\nexport type CachesStartPrimingJobResponse = CachesStartPrimingJobHeaders;\n\n/** Optional parameters. */\nexport interface CachesStopPrimingJobOptionalParams\n extends coreClient.OperationOptions {\n /** Object containing the priming job ID. */\n primingJobId?: PrimingJobIdParameter;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the stopPrimingJob operation. */\nexport type CachesStopPrimingJobResponse = CachesStopPrimingJobHeaders;\n\n/** Optional parameters. */\nexport interface CachesPausePrimingJobOptionalParams\n extends coreClient.OperationOptions {\n /** Object containing the priming job ID. */\n primingJobId?: PrimingJobIdParameter;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the pausePrimingJob operation. */\nexport type CachesPausePrimingJobResponse = CachesPausePrimingJobHeaders;\n\n/** Optional parameters. */\nexport interface CachesResumePrimingJobOptionalParams\n extends coreClient.OperationOptions {\n /** Object containing the priming job ID. */\n primingJobId?: PrimingJobIdParameter;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the resumePrimingJob operation. */\nexport type CachesResumePrimingJobResponse = CachesResumePrimingJobHeaders;\n\n/** Optional parameters. */\nexport interface CachesUpgradeFirmwareOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface CachesSpaceAllocationOptionalParams\n extends coreClient.OperationOptions {\n /** List containing storage target cache space percentage allocations. */\n spaceAllocation?: StorageTargetSpaceAllocation[];\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the spaceAllocation operation. */\nexport type CachesSpaceAllocationResponse = CachesSpaceAllocationHeaders;\n\n/** Optional parameters. */\nexport interface CachesListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type CachesListNextResponse = CachesListResult;\n\n/** Optional parameters. */\nexport interface CachesListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type CachesListByResourceGroupNextResponse = CachesListResult;\n\n/** Optional parameters. */\nexport interface StorageTargetsDnsRefreshOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface StorageTargetsListByCacheOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByCache operation. */\nexport type StorageTargetsListByCacheResponse = StorageTargetsResult;\n\n/** Optional parameters. */\nexport interface StorageTargetsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Boolean value requesting the force delete operation for a storage target. Force delete discards unwritten-data in the cache instead of flushing it to back-end storage. */\n force?: string;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface StorageTargetsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type StorageTargetsGetResponse = StorageTarget;\n\n/** Optional parameters. */\nexport interface StorageTargetsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type StorageTargetsCreateOrUpdateResponse = StorageTarget;\n\n/** Optional parameters. */\nexport interface StorageTargetsRestoreDefaultsOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface StorageTargetsListByCacheNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByCacheNext operation. */\nexport type StorageTargetsListByCacheNextResponse = StorageTargetsResult;\n\n/** Optional parameters. */\nexport interface StorageTargetFlushOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface StorageTargetSuspendOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface StorageTargetResumeOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface StorageTargetInvalidateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface StorageCacheManagementClientOptionalParams\n extends coreClient.ServiceClientOptions {\n /** server parameter */\n $host?: string;\n /** Api Version */\n apiVersion?: string;\n /** Overrides client endpoint. */\n endpoint?: string;\n}\n"]}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"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","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\n// Code generated by Microsoft (R) AutoRest Code Generator.\n// Changes may cause incorrect behavior and will be lost if the code is regenerated.\n\nimport * as coreClient from \"@azure/core-client\";\n\n/** Result of the request to list AML file systems. It contains a list of AML file systems and a URL link to get the next set of results. */\nexport interface AmlFilesystemsListResult {\n /** URL to get the next set of AML file system list results, if there are any. */\n nextLink?: string;\n /** List of AML file systems. */\n value?: AmlFilesystem[];\n}\n\n/** Managed Identity properties. */\nexport interface AmlFilesystemIdentity {\n /**\n * The principal ID for the user-assigned identity of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly principalId?: string;\n /**\n * The tenant ID associated with the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly tenantId?: string;\n /** The type of identity used for the resource. */\n type?: AmlFilesystemIdentityType;\n /** A dictionary where each key is a user assigned identity resource ID, and each key's value is an empty dictionary. */\n userAssignedIdentities?: {\n [propertyName: string]: UserAssignedIdentitiesValue;\n };\n}\n\nexport interface UserAssignedIdentitiesValue {\n /**\n * The principal ID of the user-assigned identity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly principalId?: string;\n /**\n * The client ID of the user-assigned identity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly clientId?: string;\n}\n\n/** SKU for the resource. */\nexport interface SkuName {\n /** SKU name for this resource. */\n name?: string;\n}\n\n/** An indication of AML file system health. Gives more information about health than just that related to provisioning. */\nexport interface AmlFilesystemHealth {\n /** List of AML file system health states. */\n state?: AmlFilesystemHealthStateType;\n /** Server-defined error code for the AML file system health */\n statusCode?: string;\n /** Describes the health state. */\n statusDescription?: string;\n}\n\n/** AML file system client information */\nexport interface AmlFilesystemClientInfo {\n /**\n * The IPv4 address used by clients to mount the AML file system's Lustre Management Service (MGS).\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly mgsAddress?: string;\n /**\n * Recommended command to mount the AML file system\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly mountCommand?: string;\n /**\n * The version of Lustre running in the AML file system\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lustreVersion?: string;\n /**\n * Container Storage Interface information for the AML file system.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly containerStorageInterface?: AmlFilesystemContainerStorageInterface;\n}\n\n/** AML file system container storage interface information */\nexport interface AmlFilesystemContainerStorageInterface {\n /**\n * Recommended AKS Persistent Volume Claim for the CSI driver, in Base64 encoded YAML\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly persistentVolumeClaim?: string;\n /**\n * Recommended AKS Persistent Volume for the CSI driver, in Base64 encoded YAML\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly persistentVolume?: string;\n /**\n * Recommended AKS Storage Class for the CSI driver, in Base64 encoded YAML\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly storageClass?: string;\n}\n\n/** AML file system encryption settings. */\nexport interface AmlFilesystemEncryptionSettings {\n /** Specifies the location of the encryption key in Key Vault. */\n keyEncryptionKey?: KeyVaultKeyReference;\n}\n\n/** Describes a reference to key vault key. */\nexport interface KeyVaultKeyReference {\n /** The URL referencing a key encryption key in key vault. */\n keyUrl: string;\n /** Describes a resource Id to source key vault. */\n sourceVault: KeyVaultKeyReferenceSourceVault;\n}\n\n/** Describes a resource Id to source key vault. */\nexport interface KeyVaultKeyReferenceSourceVault {\n /** Resource Id. */\n id?: string;\n}\n\n/** Start time of a 30-minute weekly maintenance window. */\nexport interface AmlFilesystemPropertiesMaintenanceWindow {\n /** Day of the week on which the maintenance window will occur. */\n dayOfWeek?: MaintenanceDayOfWeekType;\n /** The time of day (in UTC) to start the maintenance window. */\n timeOfDayUTC?: string;\n}\n\n/** Hydration and archive settings and status */\nexport interface AmlFilesystemPropertiesHsm {\n /** Specifies HSM settings of the AML file system. */\n settings?: AmlFilesystemHsmSettings;\n /**\n * Archive status\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly archiveStatus?: AmlFilesystemArchive[];\n}\n\n/** AML file system HSM settings. */\nexport interface AmlFilesystemHsmSettings {\n /** Resource ID of storage container used for hydrating the namespace and archiving from the namespace. The resource provider must have permission to create SAS tokens on the storage account. */\n container: string;\n /** Resource ID of storage container used for logging events and errors. Must be a separate container in the same storage account as the hydration and archive container. The resource provider must have permission to create SAS tokens on the storage account. */\n loggingContainer: string;\n /** Only blobs in the non-logging container that start with this path/prefix get imported into the cluster namespace. This is only used during initial creation of the AML file system. It automatically creates an import job resource that can be deleted. */\n importPrefix?: string;\n /** Only blobs in the non-logging container that start with one of the paths/prefixes in this array get imported into the cluster namespace. This is only used during initial creation of the AML file system and has '/' as the default value. It automatically creates an import job resource that can be deleted. */\n importPrefixesInitial?: string[];\n}\n\n/** Information about the AML file system archive */\nexport interface AmlFilesystemArchive {\n /**\n * Lustre file system path to archive relative to the file system root. Specify '/' to archive all modified data.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly filesystemPath?: string;\n /**\n * The status of the archive\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly status?: AmlFilesystemArchiveStatus;\n}\n\n/** The status of the archive */\nexport interface AmlFilesystemArchiveStatus {\n /**\n * The state of the archive operation\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly state?: ArchiveStatusType;\n /**\n * The time of the last completed archive operation\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastCompletionTime?: Date;\n /**\n * The time the latest archive operation started\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastStartedTime?: Date;\n /**\n * The completion percentage of the archive operation\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly percentComplete?: number;\n /**\n * Server-defined error code for the archive operation\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly errorCode?: string;\n /**\n * Server-defined error message for the archive operation\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly errorMessage?: string;\n}\n\n/** AML file system squash settings. */\nexport interface AmlFilesystemRootSquashSettings {\n /** Squash mode of the AML file system. 'All': User and Group IDs on files will be squashed to the provided values for all users on non-trusted systems. 'RootOnly': User and Group IDs on files will be squashed to provided values for solely the root user on non-trusted systems. 'None': No squashing of User and Group IDs is performed for any users on any systems. */\n mode?: AmlFilesystemSquashMode;\n /** Semicolon separated NID IP Address list(s) to be added to the TrustedSystems. */\n noSquashNidLists?: string;\n /** User ID to squash to. */\n squashUID?: number;\n /** Group ID to squash to. */\n squashGID?: number;\n /**\n * AML file system squash status.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly status?: string;\n}\n\n/** Common fields that are returned in the response for all Azure Resource Manager resources */\nexport interface Resource {\n /**\n * Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The name of the resource\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The type of the resource. E.g. \"Microsoft.Compute/virtualMachines\" or \"Microsoft.Storage/storageAccounts\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * Azure Resource Manager metadata containing createdBy and modifiedBy information.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n}\n\n/** Metadata pertaining to creation and last modification of the resource. */\nexport interface SystemData {\n /** The identity that created the resource. */\n createdBy?: string;\n /** The type of identity that created the resource. */\n createdByType?: CreatedByType;\n /** The timestamp of resource creation (UTC). */\n createdAt?: Date;\n /** The identity that last modified the resource. */\n lastModifiedBy?: string;\n /** The type of identity that last modified the resource. */\n lastModifiedByType?: CreatedByType;\n /** The timestamp of resource last modification (UTC) */\n lastModifiedAt?: Date;\n}\n\n/** An error response. */\nexport interface CloudError {\n /** The body of the error. */\n error?: CloudErrorBody;\n}\n\n/** An error response. */\nexport interface CloudErrorBody {\n /** An identifier for the error. Codes are invariant and are intended to be consumed programmatically. */\n code?: string;\n /** A list of additional details about the error. */\n details?: CloudErrorBody[];\n /** A message describing the error, intended to be suitable for display in a user interface. */\n message?: string;\n /** The target of the particular error. For example, the name of the property in error. */\n target?: string;\n}\n\n/** An AML file system update instance. */\nexport interface AmlFilesystemUpdate {\n /** Resource tags. */\n tags?: { [propertyName: string]: string };\n /** Specifies encryption settings of the AML file system. */\n encryptionSettings?: AmlFilesystemEncryptionSettings;\n /** Start time of a 30-minute weekly maintenance window. */\n maintenanceWindow?: AmlFilesystemUpdatePropertiesMaintenanceWindow;\n /** Specifies root squash settings of the AML file system. */\n rootSquashSettings?: AmlFilesystemRootSquashSettings;\n}\n\n/** Start time of a 30-minute weekly maintenance window. */\nexport interface AmlFilesystemUpdatePropertiesMaintenanceWindow {\n /** Day of the week on which the maintenance window will occur. */\n dayOfWeek?: MaintenanceDayOfWeekType;\n /** The time of day (in UTC) to start the maintenance window. */\n timeOfDayUTC?: string;\n}\n\n/** Information required to execute the archive operation */\nexport interface AmlFilesystemArchiveInfo {\n /** Lustre file system path to archive relative to the file system root. Specify '/' to archive all modified data. */\n filesystemPath?: string;\n}\n\n/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */\nexport interface ErrorResponse {\n /** The error object. */\n error?: ErrorDetail;\n}\n\n/** The error detail. */\nexport interface ErrorDetail {\n /**\n * The error code.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly code?: string;\n /**\n * The error message.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n /**\n * The error target.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly target?: string;\n /**\n * The error details.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly details?: ErrorDetail[];\n /**\n * The error additional info.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly additionalInfo?: ErrorAdditionalInfo[];\n}\n\n/** The resource management error additional info. */\nexport interface ErrorAdditionalInfo {\n /**\n * The additional info type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * The additional info.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly info?: Record<string, unknown>;\n}\n\n/** An auto export job update instance. */\nexport interface AutoExportJobUpdate {\n /** Resource tags. */\n tags?: { [propertyName: string]: string };\n /** The administrative status of the auto export job. Possible values: 'Enable', 'Disable'. Passing in a value of 'Disable' will disable the current active auto export job. By default it is set to 'Enable'. */\n adminStatus?: AutoExportJobAdminStatus;\n}\n\n/** Result of the request to list auto export jobs. It contains a list of auto export jobs and a URL link to get the next set of results. */\nexport interface AutoExportJobsListResult {\n /** URL to get the next set of auto export job list results, if there are any. */\n nextLink?: string;\n /** List of auto export jobs. */\n value?: AutoExportJob[];\n}\n\n/** An import job update instance. */\nexport interface ImportJobUpdate {\n /** Resource tags. */\n tags?: { [propertyName: string]: string };\n /** The administrative status of the import job. Possible values: 'Active', 'Cancel'. Passing in a value of 'Cancel' will cancel the current active import job. */\n adminStatus?: ImportJobAdminStatus;\n}\n\n/** Result of the request to list import jobs. It contains a list of import jobs and a URL link to get the next set of results. */\nexport interface ImportJobsListResult {\n /** URL to get the next set of import job list results, if there are any. */\n nextLink?: string;\n /** List of import jobs. */\n value?: ImportJob[];\n}\n\n/** The storage account blob change feed status of the auto import job. */\nexport interface AutoImportJobPropertiesStatusBlobSyncEvents {\n /**\n * Number of files imported during auto import.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly importedFiles?: number;\n /**\n * Number of directories imported during auto import.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly importedDirectories?: number;\n /**\n * Number of symlinks imported during auto import.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly importedSymlinks?: number;\n /**\n * Number of preexisting files during auto import.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly preexistingFiles?: number;\n /**\n * Number of preexisting directories during auto import.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly preexistingDirectories?: number;\n /**\n * Number of preexisting symlinks during auto import.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly preexistingSymlinks?: number;\n /**\n * Total number of blobs imported during auto import.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly totalBlobsImported?: number;\n /**\n * Rate of blob import per second during auto import.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly rateOfBlobImport?: number;\n /**\n * Total errors encountered during auto import.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly totalErrors?: number;\n /**\n * Total conflicts encountered during auto import.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly totalConflicts?: number;\n /**\n * Number of deletions during auto import.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly deletions?: number;\n /**\n * Date and time of the last Change Feed event consumed.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastChangeFeedEventConsumedTime?: Date;\n /**\n * Date and time when last fully synchronized.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastTimeFullySynchronized?: Date;\n}\n\n/** An auto import job update instance. */\nexport interface AutoImportJobUpdate {\n /** Resource tags. */\n tags?: { [propertyName: string]: string };\n /** The administrative status of the auto import job. Possible values: 'Enable', 'Disable'. Passing in a value of 'Disable' will disable the current active auto import job. By default it is set to 'Enable'. */\n adminStatus?: AutoImportJobUpdatePropertiesAdminStatus;\n}\n\n/** Result of the request to list auto import jobs. It contains a list of auto import jobs and a URL link to get the next set of results. */\nexport interface AutoImportJobsListResult {\n /** List of auto import jobs. */\n value?: AutoImportJob[];\n /** URL to get the next set of auto import job list results, if there are any. */\n nextLink?: string;\n}\n\n/** Information required to validate the subnet that will be used in AML file system create */\nexport interface AmlFilesystemSubnetInfo {\n /** Subnet used for managing the AML file system and for client-facing operations. This subnet should have at least a /24 subnet mask within the VNET's address space. */\n filesystemSubnet?: string;\n /** The size of the AML file system, in TiB. */\n storageCapacityTiB?: number;\n /** SKU for the resource. */\n sku?: SkuName;\n /** Region that the AML file system will be created in. */\n location?: string;\n}\n\n/** The error details provided when the checkAmlFSSubnets call fails. */\nexport interface AmlFilesystemCheckSubnetError {\n /** The error details for the AML file system's subnet. */\n filesystemSubnet?: AmlFilesystemCheckSubnetErrorFilesystemSubnet;\n}\n\n/** The error details for the AML file system's subnet. */\nexport interface AmlFilesystemCheckSubnetErrorFilesystemSubnet {\n /** The status of the AML file system subnet check. */\n status?: FilesystemSubnetStatusType;\n /** The details of the AML file system subnet check. */\n message?: string;\n}\n\n/** Information required to get the number of available IP addresses a subnet should have that will be used in AML file system create */\nexport interface RequiredAmlFilesystemSubnetsSizeInfo {\n /** The size of the AML file system, in TiB. */\n storageCapacityTiB?: number;\n /** SKU for the resource. */\n sku?: SkuName;\n}\n\n/** Information about the number of available IP addresses that are required for the AML file system. */\nexport interface RequiredAmlFilesystemSubnetsSize {\n /** The number of available IP addresses that are required for the AML file system. */\n filesystemSubnetSize?: number;\n}\n\n/** Result of the request to list Resource Provider operations. It contains a list of operations and a URL link to get the next set of results. */\nexport interface ApiOperationListResult {\n /** URL to get the next set of operation list results if there are any. */\n nextLink?: string;\n /** List of Resource Provider operations supported by the Microsoft.StorageCache resource provider. */\n value?: ApiOperation[];\n}\n\n/** REST API operation description: see https://github.com/Azure/azure-rest-api-specs/blob/master/documentation/openapi-authoring-automated-guidelines.md#r3023-operationsapiimplementation */\nexport interface ApiOperation {\n /** The object that represents the operation. */\n display?: ApiOperationDisplay;\n /** Origin of the operation. */\n origin?: string;\n /** The flag that indicates whether the operation applies to data plane. */\n isDataAction?: boolean;\n /** Operation name: {provider}/{resource}/{operation} */\n name?: string;\n /** Specification of the all the metrics provided for a resource type. */\n serviceSpecification?: ApiOperationPropertiesServiceSpecification;\n}\n\n/** The object that represents the operation. */\nexport interface ApiOperationDisplay {\n /** Operation type: Read, write, delete, etc. */\n operation?: string;\n /** Service provider: Microsoft.StorageCache */\n provider?: string;\n /** Resource on which the operation is performed: Cache, etc. */\n resource?: string;\n /** The description of the operation */\n description?: string;\n}\n\n/** Specification of the all the metrics provided for a resource type. */\nexport interface ApiOperationPropertiesServiceSpecification {\n /** Details about operations related to metrics. */\n metricSpecifications?: MetricSpecification[];\n /** Details about operations related to logs. */\n logSpecifications?: LogSpecification[];\n}\n\n/** Details about operation related to metrics. */\nexport interface MetricSpecification {\n /** The name of the metric. */\n name?: string;\n /** Localized display name of the metric. */\n displayName?: string;\n /** The description of the metric. */\n displayDescription?: string;\n /** The unit that the metric is measured in. */\n unit?: string;\n /** The type of metric aggregation. */\n aggregationType?: string;\n /** Support metric aggregation type. */\n supportedAggregationTypes?: MetricAggregationType[];\n /** Type of metrics. */\n metricClass?: string;\n /** Dimensions of the metric */\n dimensions?: MetricDimension[];\n}\n\n/** Specifications of the Dimension of metrics. */\nexport interface MetricDimension {\n /** Name of the dimension */\n name?: string;\n /** Localized friendly display name of the dimension */\n displayName?: string;\n /** Internal name of the dimension. */\n internalName?: string;\n /** To be exported to shoe box. */\n toBeExportedForShoebox?: boolean;\n}\n\n/** Details about operation related to logs. */\nexport interface LogSpecification {\n /** The name of the log. */\n name?: string;\n /** Localized display name of the log. */\n displayName?: string;\n}\n\n/** The response from the List Cache SKUs operation. */\nexport interface ResourceSkusResult {\n /** The URI to fetch the next page of cache SKUs. */\n nextLink?: string;\n /**\n * The list of SKUs available for the subscription.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: ResourceSku[];\n}\n\n/** A resource SKU. */\nexport interface ResourceSku {\n /**\n * The type of resource the SKU applies to.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resourceType?: string;\n /** A list of capabilities of this SKU, such as throughput or ops/sec. */\n capabilities?: ResourceSkuCapabilities[];\n /**\n * The set of locations where the SKU is available. This is the supported and registered Azure Geo Regions (e.g., West US, East US, Southeast Asia, etc.).\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly locations?: string[];\n /** The set of locations where the SKU is available. */\n locationInfo?: ResourceSkuLocationInfo[];\n /** The name of this SKU. */\n name?: string;\n /** The restrictions preventing this SKU from being used. This is empty if there are no restrictions. */\n restrictions?: Restriction[];\n}\n\n/** A resource SKU capability. */\nexport interface ResourceSkuCapabilities {\n /** Name of a capability, such as ops/sec. */\n name?: string;\n /** Quantity, if the capability is measured by quantity. */\n value?: string;\n}\n\n/** Resource SKU location information. */\nexport interface ResourceSkuLocationInfo {\n /** Location where this SKU is available. */\n location?: string;\n /** Zones if any. */\n zones?: string[];\n}\n\n/** The restrictions preventing this SKU from being used. */\nexport interface Restriction {\n /**\n * The type of restrictions. In this version, the only possible value for this is location.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * The value of restrictions. If the restriction type is set to location, then this would be the different locations where the SKU is restricted.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly values?: string[];\n /** The reason for the restriction. As of now this can be \"QuotaId\" or \"NotAvailableForSubscription\". \"QuotaId\" is set when the SKU has requiredQuotas parameter as the subscription does not belong to that quota. \"NotAvailableForSubscription\" is related to capacity at the datacenter. */\n reasonCode?: ReasonCode;\n}\n\n/** A list of cache usage models. */\nexport interface UsageModelsResult {\n /** The URI to fetch the next page of cache usage models. */\n nextLink?: string;\n /** The list of usage models available for the subscription. */\n value?: UsageModel[];\n}\n\n/** A usage model. */\nexport interface UsageModel {\n /** Localized information describing this usage model. */\n display?: UsageModelDisplay;\n /** Non-localized keyword name for this usage model. */\n modelName?: string;\n /** The type of Storage Target to which this model is applicable (only nfs3 as of this version). */\n targetType?: string;\n}\n\n/** Localized information describing this usage model. */\nexport interface UsageModelDisplay {\n /** String to display for this usage model. */\n description?: string;\n}\n\n/** The status of operation. */\nexport interface AscOperation {\n /** The operation Id. */\n id?: string;\n /** The operation name. */\n name?: string;\n /** The start time of the operation. */\n startTime?: string;\n /** The end time of the operation. */\n endTime?: string;\n /** The status of the operation. */\n status?: string;\n /** The error detail of the operation if any. */\n error?: AscOperationErrorResponse;\n /** Additional operation-specific output. */\n output?: { [propertyName: string]: Record<string, unknown> };\n}\n\n/** Describes the format of Error response. */\nexport interface AscOperationErrorResponse {\n /** Error code */\n code?: string;\n /** Error message indicating why the operation failed. */\n message?: string;\n}\n\n/** Result of the request to list resource usages. It contains a list of resource usages & limits and a URL link to get the next set of results. */\nexport interface ResourceUsagesListResult {\n /**\n * URL to get the next set of resource usage list results if there are any.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n /**\n * List of usages and limits for resources controlled by the Microsoft.StorageCache resource provider.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: ResourceUsage[];\n}\n\n/** The usage and limit (quota) for a resource. */\nexport interface ResourceUsage {\n /**\n * The limit (quota) for this resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly limit?: number;\n /**\n * Unit that the limit and usages are expressed in, such as 'Count'.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly unit?: string;\n /**\n * The current usage of this resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly currentValue?: number;\n /**\n * Naming information for this resource type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: ResourceUsageName;\n}\n\n/** Naming information for this resource type. */\nexport interface ResourceUsageName {\n /** Canonical name for this resource type. */\n value?: string;\n /** Localized name for this resource type. */\n localizedValue?: string;\n}\n\n/** Result of the request to list caches. It contains a list of caches and a URL link to get the next set of results. */\nexport interface CachesListResult {\n /** URL to get the next set of cache list results, if there are any. */\n nextLink?: string;\n /** List of Caches. */\n value?: Cache[];\n}\n\n/** A cache instance. Follows Azure Resource Manager standards: https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/resource-api-reference.md */\nexport interface Cache {\n /** Resource tags. */\n tags?: { [propertyName: string]: string };\n /**\n * Resource ID of the cache.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /** Region name string. */\n location?: string;\n /**\n * Name of cache.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Type of the cache; Microsoft.StorageCache/Cache\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /** The identity of the cache, if configured. */\n identity?: CacheIdentity;\n /**\n * The system meta data relating to this resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n /** SKU for the cache. */\n sku?: CacheSku;\n /** The size of this Cache, in GB. */\n cacheSizeGB?: number;\n /**\n * Health of the cache.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly health?: CacheHealth;\n /**\n * Array of IPv4 addresses that can be used by clients mounting this cache.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly mountAddresses?: string[];\n /**\n * ARM provisioning state, see https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/Addendum.md#provisioningstate-property\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningStateType;\n /** Subnet used for the cache. */\n subnet?: string;\n /**\n * Upgrade status of the cache.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly upgradeStatus?: CacheUpgradeStatus;\n /** Upgrade settings of the cache. */\n upgradeSettings?: CacheUpgradeSettings;\n /** Specifies network settings of the cache. */\n networkSettings?: CacheNetworkSettings;\n /** Specifies encryption settings of the cache. */\n encryptionSettings?: CacheEncryptionSettings;\n /** Specifies security settings of the cache. */\n securitySettings?: CacheSecuritySettings;\n /** Specifies Directory Services settings of the cache. */\n directoryServicesSettings?: CacheDirectorySettings;\n /** Availability zones for resources. This field should only contain a single element in the array. */\n zones?: string[];\n /**\n * Specifies the priming jobs defined in the cache.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly primingJobs?: PrimingJob[];\n /**\n * Specifies the space allocation percentage for each storage target in the cache.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly spaceAllocation?: StorageTargetSpaceAllocation[];\n}\n\n/** Cache identity properties. */\nexport interface CacheIdentity {\n /**\n * The principal ID for the system-assigned identity of the cache.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly principalId?: string;\n /**\n * The tenant ID associated with the cache.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly tenantId?: string;\n /** The type of identity used for the cache */\n type?: CacheIdentityType;\n /** A dictionary where each key is a user assigned identity resource ID, and each key's value is an empty dictionary. */\n userAssignedIdentities?: {\n [propertyName: string]: UserAssignedIdentitiesValue;\n };\n}\n\n/** An indication of cache health. Gives more information about health than just that related to provisioning. */\nexport interface CacheHealth {\n /** List of cache health states. Down is when the cluster is not responding. Degraded is when its functioning but has some alerts. Transitioning when it is creating or deleting. Unknown will be returned in old api versions when a new value is added in future versions. WaitingForKey is when the create is waiting for the system assigned identity to be given access to the encryption key in the encryption settings. */\n state?: HealthStateType;\n /** Describes explanation of state. */\n statusDescription?: string;\n /**\n * Outstanding conditions that need to be investigated and resolved.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly conditions?: Condition[];\n}\n\n/** Outstanding conditions that will need to be resolved. */\nexport interface Condition {\n /**\n * The time when the condition was raised.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly timestamp?: Date;\n /**\n * The issue requiring attention.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n}\n\n/** Properties describing the software upgrade state of the cache. */\nexport interface CacheUpgradeStatus {\n /**\n * Version string of the firmware currently installed on this cache.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly currentFirmwareVersion?: string;\n /**\n * True if there is a firmware update ready to install on this cache. The firmware will automatically be installed after firmwareUpdateDeadline if not triggered earlier via the upgrade operation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly firmwareUpdateStatus?: FirmwareStatusType;\n /**\n * Time at which the pending firmware update will automatically be installed on the cache.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly firmwareUpdateDeadline?: Date;\n /**\n * Time of the last successful firmware update.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastFirmwareUpdate?: Date;\n /**\n * When firmwareUpdateAvailable is true, this field holds the version string for the update.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly pendingFirmwareVersion?: string;\n}\n\n/** Cache Upgrade Settings. */\nexport interface CacheUpgradeSettings {\n /** True if the user chooses to select an installation time between now and firmwareUpdateDeadline. Else the firmware will automatically be installed after firmwareUpdateDeadline if not triggered earlier via the upgrade operation. */\n upgradeScheduleEnabled?: boolean;\n /** When upgradeScheduleEnabled is true, this field holds the user-chosen upgrade time. At the user-chosen time, the firmware update will automatically be installed on the cache. */\n scheduledTime?: Date;\n}\n\n/** Cache network settings. */\nexport interface CacheNetworkSettings {\n /** The IPv4 maximum transmission unit configured for the subnet. */\n mtu?: number;\n /**\n * Array of additional IP addresses used by this cache.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly utilityAddresses?: string[];\n /** DNS servers for the cache to use. It will be set from the network configuration if no value is provided. */\n dnsServers?: string[];\n /** DNS search domain */\n dnsSearchDomain?: string;\n /** NTP server IP Address or FQDN for the cache to use. The default is time.windows.com. */\n ntpServer?: string;\n}\n\n/** Cache encryption settings. */\nexport interface CacheEncryptionSettings {\n /** Specifies the location of the key encryption key in key vault. */\n keyEncryptionKey?: KeyVaultKeyReference;\n /** Specifies whether the service will automatically rotate to the newest version of the key in the key vault. */\n rotationToLatestKeyVersionEnabled?: boolean;\n}\n\n/** Cache security settings. */\nexport interface CacheSecuritySettings {\n /** NFS access policies defined for this cache. */\n accessPolicies?: NfsAccessPolicy[];\n}\n\n/** A set of rules describing access policies applied to NFSv3 clients of the cache. */\nexport interface NfsAccessPolicy {\n /** Name identifying this policy. Access Policy names are not case sensitive. */\n name: string;\n /** The set of rules describing client accesses allowed under this policy. */\n accessRules: NfsAccessRule[];\n}\n\n/** Rule to place restrictions on portions of the cache namespace being presented to clients. */\nexport interface NfsAccessRule {\n /** Scope for this rule. The scope and filter determine which clients match the rule. */\n scope: NfsAccessRuleScope;\n /** Filter applied to the scope for this rule. The filter's format depends on its scope. 'default' scope matches all clients and has no filter value. 'network' scope takes a filter in CIDR format (for example, 10.99.1.0/24). 'host' takes an IP address or fully qualified domain name as filter. If a client does not match any filter rule and there is no default rule, access is denied. */\n filter?: string;\n /** Access allowed by this rule. */\n access: NfsAccessRuleAccess;\n /** Allow SUID semantics. */\n suid?: boolean;\n /** For the default policy, allow access to subdirectories under the root export. If this is set to no, clients can only mount the path '/'. If set to yes, clients can mount a deeper path, like '/a/b'. */\n submountAccess?: boolean;\n /** Map root accesses to anonymousUID and anonymousGID. */\n rootSquash?: boolean;\n /** UID value that replaces 0 when rootSquash is true. 65534 will be used if not provided. */\n anonymousUID?: string;\n /** GID value that replaces 0 when rootSquash is true. This will use the value of anonymousUID if not provided. */\n anonymousGID?: string;\n}\n\n/** Cache Directory Services settings. */\nexport interface CacheDirectorySettings {\n /** Specifies settings for joining the HPC Cache to an Active Directory domain. */\n activeDirectory?: CacheActiveDirectorySettings;\n /** Specifies settings for Extended Groups. Extended Groups allows users to be members of more than 16 groups. */\n usernameDownload?: CacheUsernameDownloadSettings;\n}\n\n/** Active Directory settings used to join a cache to a domain. */\nexport interface CacheActiveDirectorySettings {\n /** Primary DNS IP address used to resolve the Active Directory domain controller's fully qualified domain name. */\n primaryDnsIpAddress: string;\n /** Secondary DNS IP address used to resolve the Active Directory domain controller's fully qualified domain name. */\n secondaryDnsIpAddress?: string;\n /** The fully qualified domain name of the Active Directory domain controller. */\n domainName: string;\n /** The Active Directory domain's NetBIOS name. */\n domainNetBiosName: string;\n /** The NetBIOS name to assign to the HPC Cache when it joins the Active Directory domain as a server. Length must 1-15 characters from the class [-0-9a-zA-Z]. */\n cacheNetBiosName: string;\n /**\n * True if the HPC Cache is joined to the Active Directory domain.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly domainJoined?: DomainJoinedType;\n /** Active Directory admin credentials used to join the HPC Cache to a domain. */\n credentials?: CacheActiveDirectorySettingsCredentials;\n}\n\n/** Active Directory admin credentials used to join the HPC Cache to a domain. */\nexport interface CacheActiveDirectorySettingsCredentials {\n /** Username of the Active Directory domain administrator. This value is stored encrypted and not returned on response. */\n username: string;\n /** Plain text password of the Active Directory domain administrator. This value is stored encrypted and not returned on response. */\n password?: string;\n}\n\n/** Settings for Extended Groups username and group download. */\nexport interface CacheUsernameDownloadSettings {\n /** Whether or not Extended Groups is enabled. */\n extendedGroups?: boolean;\n /** This setting determines how the cache gets username and group names for clients. */\n usernameSource?: UsernameSource;\n /** The URI of the file containing group information (in /etc/group file format). This field must be populated when 'usernameSource' is set to 'File'. */\n groupFileURI?: string;\n /** The URI of the file containing user information (in /etc/passwd file format). This field must be populated when 'usernameSource' is set to 'File'. */\n userFileURI?: string;\n /** The fully qualified domain name or IP address of the LDAP server to use. */\n ldapServer?: string;\n /** The base distinguished name for the LDAP domain. */\n ldapBaseDN?: string;\n /** Whether or not the LDAP connection should be encrypted. */\n encryptLdapConnection?: boolean;\n /** Determines if the certificates must be validated by a certificate authority. When true, caCertificateURI must be provided. */\n requireValidCertificate?: boolean;\n /** Determines if the certificate should be automatically downloaded. This applies to 'caCertificateURI' only if 'requireValidCertificate' is true. */\n autoDownloadCertificate?: boolean;\n /** The URI of the CA certificate to validate the LDAP secure connection. This field must be populated when 'requireValidCertificate' is set to true. */\n caCertificateURI?: string;\n /**\n * Indicates whether or not the HPC Cache has performed the username download successfully.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly usernameDownloaded?: UsernameDownloadedType;\n /** When present, these are the credentials for the secure LDAP connection. */\n credentials?: CacheUsernameDownloadSettingsCredentials;\n}\n\n/** When present, these are the credentials for the secure LDAP connection. */\nexport interface CacheUsernameDownloadSettingsCredentials {\n /** The Bind Distinguished Name identity to be used in the secure LDAP connection. This value is stored encrypted and not returned on response. */\n bindDn?: string;\n /** The Bind password to be used in the secure LDAP connection. This value is stored encrypted and not returned on response. */\n bindPassword?: string;\n}\n\n/** A priming job instance. */\nexport interface PrimingJob {\n /** The priming job name. */\n primingJobName: string;\n /** The URL for the priming manifest file to download. This file must be readable from the HPC Cache. When the file is in Azure blob storage the URL should include a Shared Access Signature (SAS) granting read permissions on the blob. */\n primingManifestUrl: string;\n /**\n * The unique identifier of the priming job.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly primingJobId?: string;\n /**\n * The state of the priming operation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly primingJobState?: PrimingJobState;\n /**\n * The status code of the priming job.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly primingJobStatus?: string;\n /**\n * The job details or error information if any.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly primingJobDetails?: string;\n /**\n * The current progress of the priming job, as a percentage.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly primingJobPercentComplete?: number;\n}\n\n/** Storage Target space allocation properties. */\nexport interface StorageTargetSpaceAllocation {\n /** Name of the storage target. */\n name?: string;\n /** The percentage of cache space allocated for this storage target */\n allocationPercentage?: number;\n}\n\n/** SKU for the cache. */\nexport interface CacheSku {\n /** SKU name for this cache. */\n name?: string;\n}\n\n/** A list of Storage Targets. */\nexport interface StorageTargetsResult {\n /** The URI to fetch the next page of Storage Targets. */\n nextLink?: string;\n /** The list of Storage Targets defined for the cache. */\n value?: StorageTarget[];\n}\n\n/** A namespace junction. */\nexport interface NamespaceJunction {\n /** Namespace path on a cache for a Storage Target. */\n namespacePath?: string;\n /** Path in Storage Target to which namespacePath points. */\n targetPath?: string;\n /** NFS export where targetPath exists. */\n nfsExport?: string;\n /** Name of the access policy applied to this junction. */\n nfsAccessPolicy?: string;\n}\n\n/** Properties pertaining to the Nfs3Target */\nexport interface Nfs3Target {\n /** IP address or host name of an NFSv3 host (e.g., 10.0.44.44). */\n target?: string;\n /** Identifies the StorageCache usage model to be used for this storage target. */\n usageModel?: string;\n /** Amount of time (in seconds) the cache waits before it checks the back-end storage for file updates. */\n verificationTimer?: number;\n /** Amount of time (in seconds) the cache waits after the last file change before it copies the changed file to back-end storage. */\n writeBackTimer?: number;\n}\n\n/** Properties pertaining to the ClfsTarget */\nexport interface ClfsTarget {\n /** Resource ID of storage container. */\n target?: string;\n}\n\n/** Properties pertaining to the UnknownTarget */\nexport interface UnknownTarget {\n /** Dictionary of string->string pairs containing information about the Storage Target. */\n attributes?: { [propertyName: string]: string };\n}\n\n/** Properties pertaining to the BlobNfsTarget. */\nexport interface BlobNfsTarget {\n /** Resource ID of the storage container. */\n target?: string;\n /** Identifies the StorageCache usage model to be used for this storage target. */\n usageModel?: string;\n /** Amount of time (in seconds) the cache waits before it checks the back-end storage for file updates. */\n verificationTimer?: number;\n /** Amount of time (in seconds) the cache waits after the last file change before it copies the changed file to back-end storage. */\n writeBackTimer?: number;\n}\n\n/** Resource used by a cache. */\nexport interface StorageTargetResource {\n /**\n * Name of the Storage Target.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Resource ID of the Storage Target.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * Type of the Storage Target; Microsoft.StorageCache/Cache/StorageTarget\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * Region name string.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly location?: string;\n /**\n * The system meta data relating to this resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n}\n\n/** Object containing the priming job ID. */\nexport interface PrimingJobIdParameter {\n /** The unique identifier of the priming job. */\n primingJobId: string;\n}\n\n/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */\nexport interface TrackedResource extends Resource {\n /** Resource tags. */\n tags?: { [propertyName: string]: string };\n /** The geo-location where the resource lives */\n location: string;\n}\n\n/** Type of the Storage Target. */\nexport interface StorageTarget extends StorageTargetResource {\n /** List of cache namespace junctions to target for namespace associations. */\n junctions?: NamespaceJunction[];\n /** Type of the Storage Target. */\n targetType?: StorageTargetType;\n /**\n * ARM provisioning state, see https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/Addendum.md#provisioningstate-property\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningStateType;\n /** Storage target operational state. */\n state?: OperationalStateType;\n /** Properties when targetType is nfs3. */\n nfs3?: Nfs3Target;\n /** Properties when targetType is clfs. */\n clfs?: ClfsTarget;\n /** Properties when targetType is unknown. */\n unknown?: UnknownTarget;\n /** Properties when targetType is blobNfs. */\n blobNfs?: BlobNfsTarget;\n /**\n * The percentage of cache space allocated for this storage target\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly allocationPercentage?: number;\n}\n\n/** An AML file system instance. Follows Azure Resource Manager standards: https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/resource-api-reference.md */\nexport interface AmlFilesystem extends TrackedResource {\n /** The managed identity used by the AML file system, if configured. */\n identity?: AmlFilesystemIdentity;\n /** SKU for the resource. */\n sku?: SkuName;\n /** Availability zones for resources. This field should only contain a single element in the array. */\n zones?: string[];\n /** The size of the AML file system, in TiB. This might be rounded up. */\n storageCapacityTiB?: number;\n /**\n * Health of the AML file system.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly health?: AmlFilesystemHealth;\n /**\n * ARM provisioning state.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: AmlFilesystemProvisioningStateType;\n /** Subnet used for managing the AML file system and for client-facing operations. This subnet should have at least a /24 subnet mask within the VNET's address space. */\n filesystemSubnet?: string;\n /**\n * Client information for the AML file system.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly clientInfo?: AmlFilesystemClientInfo;\n /**\n * Throughput provisioned in MB per sec, calculated as storageCapacityTiB * per-unit storage throughput\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly throughputProvisionedMBps?: number;\n /** Specifies encryption settings of the AML file system. */\n encryptionSettings?: AmlFilesystemEncryptionSettings;\n /** Start time of a 30-minute weekly maintenance window. */\n maintenanceWindow?: AmlFilesystemPropertiesMaintenanceWindow;\n /** Hydration and archive settings and status */\n hsm?: AmlFilesystemPropertiesHsm;\n /** Specifies root squash settings of the AML file system. */\n rootSquashSettings?: AmlFilesystemRootSquashSettings;\n}\n\n/** An auto export job instance. Follows Azure Resource Manager standards: https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/resource-api-reference.md */\nexport interface AutoExportJob extends TrackedResource {\n /**\n * ARM provisioning state.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: AutoExportJobProvisioningStateType;\n /** The administrative status of the auto export job. Possible values: 'Enable', 'Disable'. Passing in a value of 'Disable' will disable the current active auto export job. By default it is set to 'Enable'. */\n adminStatus?: AutoExportJobAdminStatus;\n /** An array of blob paths/prefixes that get auto exported to the cluster namespace. It has '/' as the default value. Number of maximum allowed paths for now is 1. */\n autoExportPrefixes?: string[];\n /** The operational state of auto export. InProgress indicates the export is running. Disabling indicates the user has requested to disable the export but the disabling is still in progress. Disabled indicates auto export has been disabled. DisableFailed indicates the disabling has failed. Failed means the export was unable to continue, due to a fatal error. */\n state?: AutoExportStatusType;\n /**\n * Server-defined status code for auto export job.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly statusCode?: string;\n /**\n * Server-defined status message for auto export job.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly statusMessage?: string;\n /**\n * Total files exported since the start of the export. This is accumulative, some files may be counted repeatedly.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly totalFilesExported?: number;\n /**\n * Total data (in MiB) exported since the start of the export. This is accumulative, some files may be counted repeatedly.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly totalMiBExported?: number;\n /**\n * Total files failed to be export since the last successfully completed iteration. This is accumulative, some files may be counted repeatedly.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly totalFilesFailed?: number;\n /**\n * Number of iterations completed since the start of the export.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly exportIterationCount?: number;\n /**\n * Time (in UTC) of the last successfully completed export iteration. Look at logging container for details.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastSuccessfulIterationCompletionTimeUTC?: Date;\n /**\n * Files discovered for export in current iteration. It may increase while more export items are found.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly currentIterationFilesDiscovered?: number;\n /**\n * Data (in MiB) discovered for export in current iteration. It may increase while more export items are found.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly currentIterationMiBDiscovered?: number;\n /**\n * Files that have been exported in current iteration.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly currentIterationFilesExported?: number;\n /**\n * Data (in MiB) that have been exported in current iteration.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly currentIterationMiBExported?: number;\n /**\n * Files failed to export in current iteration.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly currentIterationFilesFailed?: number;\n /**\n * The time (in UTC) the latest auto export job started.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastStartedTimeUTC?: Date;\n /**\n * The time (in UTC) of the last completed auto export job.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastCompletionTimeUTC?: Date;\n}\n\n/** An import job instance. Follows Azure Resource Manager standards: https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/resource-api-reference.md */\nexport interface ImportJob extends TrackedResource {\n /**\n * ARM provisioning state.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ImportJobProvisioningStateType;\n /** The administrative status of the import job. Possible values: 'Active', 'Cancel'. Passing in a value of 'Cancel' will cancel the current active import job. By default it is set to 'Active'. */\n adminStatus?: ImportJobAdminStatus;\n /** An array of blob paths/prefixes that get imported into the cluster namespace. It has '/' as the default value. */\n importPrefixes?: string[];\n /** How the import job will handle conflicts. For example, if the import job is trying to bring in a directory, but a file is at that path, how it handles it. Fail indicates that the import job should stop immediately and not do anything with the conflict. Skip indicates that it should pass over the conflict. OverwriteIfDirty causes the import job to delete and re-import the file or directory if it is a conflicting type, is dirty, or was not previously imported. OverwriteAlways extends OverwriteIfDirty to include releasing files that had been restored but were not dirty. Please reference https://learn.microsoft.com/en-us/azure/azure-managed-lustre/ for a thorough explanation of these resolution modes. */\n conflictResolutionMode?: ConflictResolutionMode;\n /** Total non-conflict oriented errors the import job will tolerate before exiting with failure. -1 means infinite. 0 means exit immediately and is the default. */\n maximumErrors?: number;\n /**\n * The operational state of the import job. InProgress indicates the import is still running. Canceled indicates it has been canceled by the user. Completed indicates import finished, successfully importing all discovered blobs into the Lustre namespace. CompletedPartial indicates the import finished but some blobs either were found to be conflicting and could not be imported or other errors were encountered. Failed means the import was unable to complete due to a fatal error.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly state?: ImportStatusType;\n /**\n * The status message of the import job.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly statusMessage?: string;\n /**\n * The total blob objects walked.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly totalBlobsWalked?: number;\n /**\n * A recent and frequently updated rate of blobs walked per second.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly blobsWalkedPerSecond?: number;\n /**\n * The total blobs that have been imported since import began.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly totalBlobsImported?: number;\n /**\n * New or modified files that have been imported into the filesystem.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly importedFiles?: number;\n /**\n * New or modified directories that have been imported into the filesystem.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly importedDirectories?: number;\n /**\n * Newly added symbolic links into the filesystem.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly importedSymlinks?: number;\n /**\n * Files that already exist in the filesystem and have not been modified.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly preexistingFiles?: number;\n /**\n * Directories that already exist in the filesystem and have not been modified.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly preexistingDirectories?: number;\n /**\n * Symbolic links that already exist in the filesystem and have not been modified.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly preexistingSymlinks?: number;\n /**\n * A recent and frequently updated rate of total files, directories, and symlinks imported per second.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly blobsImportedPerSecond?: number;\n /**\n * The time (in UTC) of the last completed import job.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastCompletionTime?: Date;\n /**\n * The time (in UTC) the latest import job started.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastStartedTime?: Date;\n /**\n * Number of errors in the import job.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly totalErrors?: number;\n /**\n * Number of conflicts in the import job.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly totalConflicts?: number;\n}\n\n/** An auto import job instance. Follows Azure Resource Manager standards: https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/resource-api-reference.md */\nexport interface AutoImportJob extends TrackedResource {\n /**\n * ARM provisioning state.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: AutoImportJobPropertiesProvisioningState;\n /** The administrative status of the auto import job. Possible values: 'Enable', 'Disable'. Passing in a value of 'Disable' will disable the current active auto import job. By default it is set to 'Enable'. */\n adminStatus?: AutoImportJobPropertiesAdminStatus;\n /** An array of blob paths/prefixes that get auto imported to the cluster namespace. It has '/' as the default value. Number of maximum allowed paths is 100. */\n autoImportPrefixes?: string[];\n /** How the auto import job will handle conflicts. For example, if the auto import job is trying to bring in a directory, but a file is at that path, how it handles it. Fail indicates that the auto import job should stop immediately and not do anything with the conflict. Skip indicates that it should pass over the conflict. OverwriteIfDirty causes the auto import job to delete and re-import the file or directory if it is a conflicting type, is dirty, or is currently released. OverwriteAlways extends OverwriteIfDirty to include releasing files that had been restored but were not dirty. Please reference https://learn.microsoft.com/en-us/azure/azure-managed-lustre/blob-integration#conflict-resolution-mode for a thorough explanation of these resolution modes. */\n conflictResolutionMode?: ConflictResolutionMode;\n /** Whether or not to enable deletions during auto import. This only affects overwrite-dirty. */\n enableDeletions?: boolean;\n /** Total non-conflict-oriented errors (e.g., OS errors) Import will tolerate before exiting with failure. -1 means infinite. 0 means exit immediately on any error. */\n maximumErrors?: number;\n /**\n * The state of the auto import operation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly state?: AutoImportJobState;\n /**\n * Server-defined status code for auto import job.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly statusCode?: string;\n /**\n * Server-defined status message for auto import job.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly statusMessage?: string;\n /**\n * Date and time of when the currently running full scan began.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly scanStartTime?: Date;\n /**\n * Date and time of when the full scan ended.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly scanEndTime?: Date;\n /**\n * Total number of blobs walked during full scan.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly totalBlobsWalked?: number;\n /**\n * Rate of blobs walked during full scan.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly rateOfBlobWalk?: number;\n /**\n * Total number of blobs imported during full scan.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly totalBlobsImported?: number;\n /**\n * Rate of blob import during full scan.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly rateOfBlobImport?: number;\n /**\n * Number of files imported during full scan.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly importedFiles?: number;\n /**\n * Number of directories imported during full scan.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly importedDirectories?: number;\n /**\n * Number of symlinks imported during full scan.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly importedSymlinks?: number;\n /**\n * Number of preexisting files during full scan.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly preexistingFiles?: number;\n /**\n * Number of preexisting directories during full scan.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly preexistingDirectories?: number;\n /**\n * Number of preexisting symlinks during full scan.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly preexistingSymlinks?: number;\n /**\n * Total errors encountered during full scan.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly totalErrors?: number;\n /**\n * Total conflicts encountered during full scan.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly totalConflicts?: number;\n /**\n * The storage account blob change feed status of the auto import job.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly blobSyncEvents?: AutoImportJobPropertiesStatusBlobSyncEvents;\n /**\n * The time (in UTC) the latest auto import job started.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastStartedTimeUTC?: Date;\n /**\n * The time (in UTC) of the last completed auto import job.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastCompletionTimeUTC?: Date;\n}\n\n/** Defines headers for AmlFilesystems_delete operation. */\nexport interface AmlFilesystemsDeleteHeaders {\n /** Location URI to poll for result */\n location?: string;\n /** URI to poll for the operation status */\n azureAsyncOperation?: string;\n}\n\n/** Defines headers for AmlFilesystems_createOrUpdate operation. */\nexport interface AmlFilesystemsCreateOrUpdateHeaders {\n /** URI to poll for the operation status */\n azureAsyncOperation?: string;\n}\n\n/** Defines headers for AmlFilesystems_update operation. */\nexport interface AmlFilesystemsUpdateHeaders {\n /** URI to poll for the operation status */\n location?: string;\n /** URI to poll for the operation status */\n azureAsyncOperation?: string;\n}\n\n/** Defines headers for AutoExportJobs_delete operation. */\nexport interface AutoExportJobsDeleteHeaders {\n /** Location URI to poll for result */\n location?: string;\n /** URI to poll for the operation status */\n azureAsyncOperation?: string;\n}\n\n/** Defines headers for AutoExportJobs_createOrUpdate operation. */\nexport interface AutoExportJobsCreateOrUpdateHeaders {\n /** URI to poll for the operation status */\n azureAsyncOperation?: string;\n}\n\n/** Defines headers for AutoExportJobs_update operation. */\nexport interface AutoExportJobsUpdateHeaders {\n /** URI to poll for the operation status */\n location?: string;\n /** URI to poll for the operation status */\n azureAsyncOperation?: string;\n}\n\n/** Defines headers for ImportJobs_delete operation. */\nexport interface ImportJobsDeleteHeaders {\n /** Location URI to poll for result */\n location?: string;\n /** URI to poll for the operation status */\n azureAsyncOperation?: string;\n}\n\n/** Defines headers for ImportJobs_createOrUpdate operation. */\nexport interface ImportJobsCreateOrUpdateHeaders {\n /** URI to poll for the operation status */\n azureAsyncOperation?: string;\n}\n\n/** Defines headers for ImportJobs_update operation. */\nexport interface ImportJobsUpdateHeaders {\n /** URI to poll for the operation status */\n location?: string;\n /** URI to poll for the operation status */\n azureAsyncOperation?: string;\n}\n\n/** Defines headers for AutoImportJobs_delete operation. */\nexport interface AutoImportJobsDeleteHeaders {\n location?: string;\n azureAsyncOperation?: string;\n}\n\n/** Defines headers for AutoImportJobs_createOrUpdate operation. */\nexport interface AutoImportJobsCreateOrUpdateHeaders {\n azureAsyncOperation?: string;\n}\n\n/** Defines headers for AutoImportJobs_update operation. */\nexport interface AutoImportJobsUpdateHeaders {\n location?: string;\n azureAsyncOperation?: string;\n}\n\n/** Defines headers for Caches_delete operation. */\nexport interface CachesDeleteHeaders {\n /** Location URI to poll for result */\n location?: string;\n /** URI to poll for the operation status */\n azureAsyncOperation?: string;\n}\n\n/** Defines headers for Caches_update operation. */\nexport interface CachesUpdateHeaders {\n /** Location URI to poll for result */\n location?: string;\n /** URI to poll for the operation status */\n azureAsyncOperation?: string;\n}\n\n/** Defines headers for Caches_debugInfo operation. */\nexport interface CachesDebugInfoHeaders {\n /** Location URI to poll for result */\n location?: string;\n /** URI to poll for the operation status */\n azureAsyncOperation?: string;\n}\n\n/** Defines headers for Caches_flush operation. */\nexport interface CachesFlushHeaders {\n /** Location URI to poll for result */\n location?: string;\n /** URI to poll for the operation status */\n azureAsyncOperation?: string;\n}\n\n/** Defines headers for Caches_start operation. */\nexport interface CachesStartHeaders {\n /** Location URI to poll for result */\n location?: string;\n /** URI to poll for the operation status */\n azureAsyncOperation?: string;\n}\n\n/** Defines headers for Caches_stop operation. */\nexport interface CachesStopHeaders {\n /** Location URI to poll for result */\n location?: string;\n /** URI to poll for the operation status */\n azureAsyncOperation?: string;\n}\n\n/** Defines headers for Caches_startPrimingJob operation. */\nexport interface CachesStartPrimingJobHeaders {\n /** Location URI to poll for result */\n location?: string;\n /** URI to poll for the operation status */\n azureAsyncOperation?: string;\n}\n\n/** Defines headers for Caches_stopPrimingJob operation. */\nexport interface CachesStopPrimingJobHeaders {\n /** Location URI to poll for result */\n location?: string;\n /** URI to poll for the operation status */\n azureAsyncOperation?: string;\n}\n\n/** Defines headers for Caches_pausePrimingJob operation. */\nexport interface CachesPausePrimingJobHeaders {\n /** Location URI to poll for result */\n location?: string;\n /** URI to poll for the operation status */\n azureAsyncOperation?: string;\n}\n\n/** Defines headers for Caches_resumePrimingJob operation. */\nexport interface CachesResumePrimingJobHeaders {\n /** Location URI to poll for result */\n location?: string;\n /** URI to poll for the operation status */\n azureAsyncOperation?: string;\n}\n\n/** Defines headers for Caches_upgradeFirmware operation. */\nexport interface CachesUpgradeFirmwareHeaders {\n /** Location URI to poll for result */\n location?: string;\n /** URI to poll for the operation status */\n azureAsyncOperation?: string;\n}\n\n/** Defines headers for Caches_spaceAllocation operation. */\nexport interface CachesSpaceAllocationHeaders {\n /** Location URI to poll for result */\n location?: string;\n /** URI to poll for the operation status */\n azureAsyncOperation?: string;\n}\n\n/** Defines headers for StorageTargets_dnsRefresh operation. */\nexport interface StorageTargetsDnsRefreshHeaders {\n /** Location URI to poll for result */\n location?: string;\n /** URI to poll for the operation status */\n azureAsyncOperation?: string;\n}\n\n/** Defines headers for StorageTargets_delete operation. */\nexport interface StorageTargetsDeleteHeaders {\n /** Location URI to poll for result */\n location?: string;\n /** URI to poll for the operation status */\n azureAsyncOperation?: string;\n}\n\n/** Defines headers for StorageTargets_restoreDefaults operation. */\nexport interface StorageTargetsRestoreDefaultsHeaders {\n /** Location URI to poll for result */\n location?: string;\n /** URI to poll for the operation status */\n azureAsyncOperation?: string;\n}\n\n/** Defines headers for StorageTarget_flush operation. */\nexport interface StorageTargetFlushHeaders {\n /** Location URI to poll for result */\n location?: string;\n /** URI to poll for the operation status */\n azureAsyncOperation?: string;\n}\n\n/** Defines headers for StorageTarget_suspend operation. */\nexport interface StorageTargetSuspendHeaders {\n /** Location URI to poll for result */\n location?: string;\n /** URI to poll for the operation status */\n azureAsyncOperation?: string;\n}\n\n/** Defines headers for StorageTarget_resume operation. */\nexport interface StorageTargetResumeHeaders {\n /** Location URI to poll for result */\n location?: string;\n /** URI to poll for the operation status */\n azureAsyncOperation?: string;\n}\n\n/** Defines headers for StorageTarget_invalidate operation. */\nexport interface StorageTargetInvalidateHeaders {\n /** Location URI to poll for result */\n location?: string;\n /** URI to poll for the operation status */\n azureAsyncOperation?: string;\n}\n\n/** Known values of {@link AmlFilesystemHealthStateType} that the service accepts. */\nexport enum KnownAmlFilesystemHealthStateType {\n /** Unavailable */\n Unavailable = \"Unavailable\",\n /** Available */\n Available = \"Available\",\n /** Degraded */\n Degraded = \"Degraded\",\n /** Transitioning */\n Transitioning = \"Transitioning\",\n /** Maintenance */\n Maintenance = \"Maintenance\",\n}\n\n/**\n * Defines values for AmlFilesystemHealthStateType. \\\n * {@link KnownAmlFilesystemHealthStateType} can be used interchangeably with AmlFilesystemHealthStateType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Unavailable** \\\n * **Available** \\\n * **Degraded** \\\n * **Transitioning** \\\n * **Maintenance**\n */\nexport type AmlFilesystemHealthStateType = string;\n\n/** Known values of {@link AmlFilesystemProvisioningStateType} that the service accepts. */\nexport enum KnownAmlFilesystemProvisioningStateType {\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Failed */\n Failed = \"Failed\",\n /** Creating */\n Creating = \"Creating\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Updating */\n Updating = \"Updating\",\n /** Canceled */\n Canceled = \"Canceled\",\n}\n\n/**\n * Defines values for AmlFilesystemProvisioningStateType. \\\n * {@link KnownAmlFilesystemProvisioningStateType} can be used interchangeably with AmlFilesystemProvisioningStateType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded** \\\n * **Failed** \\\n * **Creating** \\\n * **Deleting** \\\n * **Updating** \\\n * **Canceled**\n */\nexport type AmlFilesystemProvisioningStateType = string;\n\n/** Known values of {@link ArchiveStatusType} that the service accepts. */\nexport enum KnownArchiveStatusType {\n /** NotConfigured */\n NotConfigured = \"NotConfigured\",\n /** Idle */\n Idle = \"Idle\",\n /** InProgress */\n InProgress = \"InProgress\",\n /** Canceled */\n Canceled = \"Canceled\",\n /** Completed */\n Completed = \"Completed\",\n /** Failed */\n Failed = \"Failed\",\n /** Cancelling */\n Cancelling = \"Cancelling\",\n /** FSScanInProgress */\n FSScanInProgress = \"FSScanInProgress\",\n}\n\n/**\n * Defines values for ArchiveStatusType. \\\n * {@link KnownArchiveStatusType} can be used interchangeably with ArchiveStatusType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **NotConfigured** \\\n * **Idle** \\\n * **InProgress** \\\n * **Canceled** \\\n * **Completed** \\\n * **Failed** \\\n * **Cancelling** \\\n * **FSScanInProgress**\n */\nexport type ArchiveStatusType = string;\n\n/** Known values of {@link AmlFilesystemSquashMode} that the service accepts. */\nexport enum KnownAmlFilesystemSquashMode {\n /** None */\n None = \"None\",\n /** RootOnly */\n RootOnly = \"RootOnly\",\n /** All */\n All = \"All\",\n}\n\n/**\n * Defines values for AmlFilesystemSquashMode. \\\n * {@link KnownAmlFilesystemSquashMode} can be used interchangeably with AmlFilesystemSquashMode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None** \\\n * **RootOnly** \\\n * **All**\n */\nexport type AmlFilesystemSquashMode = string;\n\n/** Known values of {@link CreatedByType} that the service accepts. */\nexport enum KnownCreatedByType {\n /** User */\n User = \"User\",\n /** Application */\n Application = \"Application\",\n /** ManagedIdentity */\n ManagedIdentity = \"ManagedIdentity\",\n /** Key */\n Key = \"Key\",\n}\n\n/**\n * Defines values for CreatedByType. \\\n * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **User** \\\n * **Application** \\\n * **ManagedIdentity** \\\n * **Key**\n */\nexport type CreatedByType = string;\n\n/** Known values of {@link AutoExportJobProvisioningStateType} that the service accepts. */\nexport enum KnownAutoExportJobProvisioningStateType {\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Failed */\n Failed = \"Failed\",\n /** Creating */\n Creating = \"Creating\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Updating */\n Updating = \"Updating\",\n /** Canceled */\n Canceled = \"Canceled\",\n}\n\n/**\n * Defines values for AutoExportJobProvisioningStateType. \\\n * {@link KnownAutoExportJobProvisioningStateType} can be used interchangeably with AutoExportJobProvisioningStateType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded** \\\n * **Failed** \\\n * **Creating** \\\n * **Deleting** \\\n * **Updating** \\\n * **Canceled**\n */\nexport type AutoExportJobProvisioningStateType = string;\n\n/** Known values of {@link AutoExportJobAdminStatus} that the service accepts. */\nexport enum KnownAutoExportJobAdminStatus {\n /** Enable */\n Enable = \"Enable\",\n /** Disable */\n Disable = \"Disable\",\n}\n\n/**\n * Defines values for AutoExportJobAdminStatus. \\\n * {@link KnownAutoExportJobAdminStatus} can be used interchangeably with AutoExportJobAdminStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enable** \\\n * **Disable**\n */\nexport type AutoExportJobAdminStatus = string;\n\n/** Known values of {@link AutoExportStatusType} that the service accepts. */\nexport enum KnownAutoExportStatusType {\n /** InProgress */\n InProgress = \"InProgress\",\n /** Disabling */\n Disabling = \"Disabling\",\n /** Disabled */\n Disabled = \"Disabled\",\n /** DisableFailed */\n DisableFailed = \"DisableFailed\",\n /** Failed */\n Failed = \"Failed\",\n}\n\n/**\n * Defines values for AutoExportStatusType. \\\n * {@link KnownAutoExportStatusType} can be used interchangeably with AutoExportStatusType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **InProgress** \\\n * **Disabling** \\\n * **Disabled** \\\n * **DisableFailed** \\\n * **Failed**\n */\nexport type AutoExportStatusType = string;\n\n/** Known values of {@link ImportJobProvisioningStateType} that the service accepts. */\nexport enum KnownImportJobProvisioningStateType {\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Failed */\n Failed = \"Failed\",\n /** Creating */\n Creating = \"Creating\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Updating */\n Updating = \"Updating\",\n /** Canceled */\n Canceled = \"Canceled\",\n}\n\n/**\n * Defines values for ImportJobProvisioningStateType. \\\n * {@link KnownImportJobProvisioningStateType} can be used interchangeably with ImportJobProvisioningStateType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded** \\\n * **Failed** \\\n * **Creating** \\\n * **Deleting** \\\n * **Updating** \\\n * **Canceled**\n */\nexport type ImportJobProvisioningStateType = string;\n\n/** Known values of {@link ImportJobAdminStatus} that the service accepts. */\nexport enum KnownImportJobAdminStatus {\n /** Active */\n Active = \"Active\",\n /** Cancel */\n Cancel = \"Cancel\",\n}\n\n/**\n * Defines values for ImportJobAdminStatus. \\\n * {@link KnownImportJobAdminStatus} can be used interchangeably with ImportJobAdminStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Active** \\\n * **Cancel**\n */\nexport type ImportJobAdminStatus = string;\n\n/** Known values of {@link ConflictResolutionMode} that the service accepts. */\nexport enum KnownConflictResolutionMode {\n /** Fail */\n Fail = \"Fail\",\n /** Skip */\n Skip = \"Skip\",\n /** OverwriteIfDirty */\n OverwriteIfDirty = \"OverwriteIfDirty\",\n /** OverwriteAlways */\n OverwriteAlways = \"OverwriteAlways\",\n}\n\n/**\n * Defines values for ConflictResolutionMode. \\\n * {@link KnownConflictResolutionMode} can be used interchangeably with ConflictResolutionMode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Fail** \\\n * **Skip** \\\n * **OverwriteIfDirty** \\\n * **OverwriteAlways**\n */\nexport type ConflictResolutionMode = string;\n\n/** Known values of {@link ImportStatusType} that the service accepts. */\nexport enum KnownImportStatusType {\n /** InProgress */\n InProgress = \"InProgress\",\n /** Cancelling */\n Cancelling = \"Cancelling\",\n /** Canceled */\n Canceled = \"Canceled\",\n /** Completed */\n Completed = \"Completed\",\n /** CompletedPartial */\n CompletedPartial = \"CompletedPartial\",\n /** Failed */\n Failed = \"Failed\",\n}\n\n/**\n * Defines values for ImportStatusType. \\\n * {@link KnownImportStatusType} can be used interchangeably with ImportStatusType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **InProgress** \\\n * **Cancelling** \\\n * **Canceled** \\\n * **Completed** \\\n * **CompletedPartial** \\\n * **Failed**\n */\nexport type ImportStatusType = string;\n\n/** Known values of {@link AutoImportJobPropertiesProvisioningState} that the service accepts. */\nexport enum KnownAutoImportJobPropertiesProvisioningState {\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Failed */\n Failed = \"Failed\",\n /** Creating */\n Creating = \"Creating\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Updating */\n Updating = \"Updating\",\n /** Canceled */\n Canceled = \"Canceled\",\n}\n\n/**\n * Defines values for AutoImportJobPropertiesProvisioningState. \\\n * {@link KnownAutoImportJobPropertiesProvisioningState} can be used interchangeably with AutoImportJobPropertiesProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded** \\\n * **Failed** \\\n * **Creating** \\\n * **Deleting** \\\n * **Updating** \\\n * **Canceled**\n */\nexport type AutoImportJobPropertiesProvisioningState = string;\n\n/** Known values of {@link AutoImportJobPropertiesAdminStatus} that the service accepts. */\nexport enum KnownAutoImportJobPropertiesAdminStatus {\n /** Enable */\n Enable = \"Enable\",\n /** Disable */\n Disable = \"Disable\",\n}\n\n/**\n * Defines values for AutoImportJobPropertiesAdminStatus. \\\n * {@link KnownAutoImportJobPropertiesAdminStatus} can be used interchangeably with AutoImportJobPropertiesAdminStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enable** \\\n * **Disable**\n */\nexport type AutoImportJobPropertiesAdminStatus = string;\n\n/** Known values of {@link AutoImportJobState} that the service accepts. */\nexport enum KnownAutoImportJobState {\n /** InProgress */\n InProgress = \"InProgress\",\n /** Failed */\n Failed = \"Failed\",\n /** Disabling */\n Disabling = \"Disabling\",\n /** Disabled */\n Disabled = \"Disabled\",\n}\n\n/**\n * Defines values for AutoImportJobState. \\\n * {@link KnownAutoImportJobState} can be used interchangeably with AutoImportJobState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **InProgress** \\\n * **Failed** \\\n * **Disabling** \\\n * **Disabled**\n */\nexport type AutoImportJobState = string;\n\n/** Known values of {@link AutoImportJobUpdatePropertiesAdminStatus} that the service accepts. */\nexport enum KnownAutoImportJobUpdatePropertiesAdminStatus {\n /** Enable */\n Enable = \"Enable\",\n /** Disable */\n Disable = \"Disable\",\n}\n\n/**\n * Defines values for AutoImportJobUpdatePropertiesAdminStatus. \\\n * {@link KnownAutoImportJobUpdatePropertiesAdminStatus} can be used interchangeably with AutoImportJobUpdatePropertiesAdminStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enable** \\\n * **Disable**\n */\nexport type AutoImportJobUpdatePropertiesAdminStatus = string;\n\n/** Known values of {@link FilesystemSubnetStatusType} that the service accepts. */\nexport enum KnownFilesystemSubnetStatusType {\n /** Ok */\n Ok = \"Ok\",\n /** Invalid */\n Invalid = \"Invalid\",\n}\n\n/**\n * Defines values for FilesystemSubnetStatusType. \\\n * {@link KnownFilesystemSubnetStatusType} can be used interchangeably with FilesystemSubnetStatusType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Ok** \\\n * **Invalid**\n */\nexport type FilesystemSubnetStatusType = string;\n\n/** Known values of {@link MetricAggregationType} that the service accepts. */\nexport enum KnownMetricAggregationType {\n /** NotSpecified */\n NotSpecified = \"NotSpecified\",\n /** None */\n None = \"None\",\n /** Average */\n Average = \"Average\",\n /** Minimum */\n Minimum = \"Minimum\",\n /** Maximum */\n Maximum = \"Maximum\",\n /** Total */\n Total = \"Total\",\n /** Count */\n Count = \"Count\",\n}\n\n/**\n * Defines values for MetricAggregationType. \\\n * {@link KnownMetricAggregationType} can be used interchangeably with MetricAggregationType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **NotSpecified** \\\n * **None** \\\n * **Average** \\\n * **Minimum** \\\n * **Maximum** \\\n * **Total** \\\n * **Count**\n */\nexport type MetricAggregationType = string;\n\n/** Known values of {@link ReasonCode} that the service accepts. */\nexport enum KnownReasonCode {\n /** QuotaId */\n QuotaId = \"QuotaId\",\n /** NotAvailableForSubscription */\n NotAvailableForSubscription = \"NotAvailableForSubscription\",\n}\n\n/**\n * Defines values for ReasonCode. \\\n * {@link KnownReasonCode} can be used interchangeably with ReasonCode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **QuotaId** \\\n * **NotAvailableForSubscription**\n */\nexport type ReasonCode = string;\n\n/** Known values of {@link HealthStateType} that the service accepts. */\nexport enum KnownHealthStateType {\n /** Unknown */\n Unknown = \"Unknown\",\n /** Healthy */\n Healthy = \"Healthy\",\n /** Degraded */\n Degraded = \"Degraded\",\n /** Down */\n Down = \"Down\",\n /** Transitioning */\n Transitioning = \"Transitioning\",\n /** Stopping */\n Stopping = \"Stopping\",\n /** Stopped */\n Stopped = \"Stopped\",\n /** Upgrading */\n Upgrading = \"Upgrading\",\n /** Flushing */\n Flushing = \"Flushing\",\n /** WaitingForKey */\n WaitingForKey = \"WaitingForKey\",\n /** StartFailed */\n StartFailed = \"StartFailed\",\n /** UpgradeFailed */\n UpgradeFailed = \"UpgradeFailed\",\n}\n\n/**\n * Defines values for HealthStateType. \\\n * {@link KnownHealthStateType} can be used interchangeably with HealthStateType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Unknown** \\\n * **Healthy** \\\n * **Degraded** \\\n * **Down** \\\n * **Transitioning** \\\n * **Stopping** \\\n * **Stopped** \\\n * **Upgrading** \\\n * **Flushing** \\\n * **WaitingForKey** \\\n * **StartFailed** \\\n * **UpgradeFailed**\n */\nexport type HealthStateType = string;\n\n/** Known values of {@link ProvisioningStateType} that the service accepts. */\nexport enum KnownProvisioningStateType {\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Failed */\n Failed = \"Failed\",\n /** Canceled */\n Canceled = \"Canceled\",\n /** Creating */\n Creating = \"Creating\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Updating */\n Updating = \"Updating\",\n}\n\n/**\n * Defines values for ProvisioningStateType. \\\n * {@link KnownProvisioningStateType} can be used interchangeably with ProvisioningStateType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded** \\\n * **Failed** \\\n * **Canceled** \\\n * **Creating** \\\n * **Deleting** \\\n * **Updating**\n */\nexport type ProvisioningStateType = string;\n\n/** Known values of {@link FirmwareStatusType} that the service accepts. */\nexport enum KnownFirmwareStatusType {\n /** Available */\n Available = \"available\",\n /** Unavailable */\n Unavailable = \"unavailable\",\n}\n\n/**\n * Defines values for FirmwareStatusType. \\\n * {@link KnownFirmwareStatusType} can be used interchangeably with FirmwareStatusType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **available** \\\n * **unavailable**\n */\nexport type FirmwareStatusType = string;\n\n/** Known values of {@link NfsAccessRuleScope} that the service accepts. */\nexport enum KnownNfsAccessRuleScope {\n /** Default */\n Default = \"default\",\n /** Network */\n Network = \"network\",\n /** Host */\n Host = \"host\",\n}\n\n/**\n * Defines values for NfsAccessRuleScope. \\\n * {@link KnownNfsAccessRuleScope} can be used interchangeably with NfsAccessRuleScope,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **default** \\\n * **network** \\\n * **host**\n */\nexport type NfsAccessRuleScope = string;\n\n/** Known values of {@link NfsAccessRuleAccess} that the service accepts. */\nexport enum KnownNfsAccessRuleAccess {\n /** No */\n No = \"no\",\n /** Ro */\n Ro = \"ro\",\n /** Rw */\n Rw = \"rw\",\n}\n\n/**\n * Defines values for NfsAccessRuleAccess. \\\n * {@link KnownNfsAccessRuleAccess} can be used interchangeably with NfsAccessRuleAccess,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **no** \\\n * **ro** \\\n * **rw**\n */\nexport type NfsAccessRuleAccess = string;\n\n/** Known values of {@link DomainJoinedType} that the service accepts. */\nexport enum KnownDomainJoinedType {\n /** Yes */\n Yes = \"Yes\",\n /** No */\n No = \"No\",\n /** Error */\n Error = \"Error\",\n}\n\n/**\n * Defines values for DomainJoinedType. \\\n * {@link KnownDomainJoinedType} can be used interchangeably with DomainJoinedType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Yes** \\\n * **No** \\\n * **Error**\n */\nexport type DomainJoinedType = string;\n\n/** Known values of {@link UsernameSource} that the service accepts. */\nexport enum KnownUsernameSource {\n /** AD */\n AD = \"AD\",\n /** Ldap */\n Ldap = \"LDAP\",\n /** File */\n File = \"File\",\n /** None */\n None = \"None\",\n}\n\n/**\n * Defines values for UsernameSource. \\\n * {@link KnownUsernameSource} can be used interchangeably with UsernameSource,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **AD** \\\n * **LDAP** \\\n * **File** \\\n * **None**\n */\nexport type UsernameSource = string;\n\n/** Known values of {@link UsernameDownloadedType} that the service accepts. */\nexport enum KnownUsernameDownloadedType {\n /** Yes */\n Yes = \"Yes\",\n /** No */\n No = \"No\",\n /** Error */\n Error = \"Error\",\n}\n\n/**\n * Defines values for UsernameDownloadedType. \\\n * {@link KnownUsernameDownloadedType} can be used interchangeably with UsernameDownloadedType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Yes** \\\n * **No** \\\n * **Error**\n */\nexport type UsernameDownloadedType = string;\n\n/** Known values of {@link PrimingJobState} that the service accepts. */\nexport enum KnownPrimingJobState {\n /** Queued */\n Queued = \"Queued\",\n /** Running */\n Running = \"Running\",\n /** Paused */\n Paused = \"Paused\",\n /** Complete */\n Complete = \"Complete\",\n}\n\n/**\n * Defines values for PrimingJobState. \\\n * {@link KnownPrimingJobState} can be used interchangeably with PrimingJobState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Queued** \\\n * **Running** \\\n * **Paused** \\\n * **Complete**\n */\nexport type PrimingJobState = string;\n\n/** Known values of {@link StorageTargetType} that the service accepts. */\nexport enum KnownStorageTargetType {\n /** Nfs3 */\n Nfs3 = \"nfs3\",\n /** Clfs */\n Clfs = \"clfs\",\n /** Unknown */\n Unknown = \"unknown\",\n /** BlobNfs */\n BlobNfs = \"blobNfs\",\n}\n\n/**\n * Defines values for StorageTargetType. \\\n * {@link KnownStorageTargetType} can be used interchangeably with StorageTargetType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **nfs3** \\\n * **clfs** \\\n * **unknown** \\\n * **blobNfs**\n */\nexport type StorageTargetType = string;\n\n/** Known values of {@link OperationalStateType} that the service accepts. */\nexport enum KnownOperationalStateType {\n /** Ready */\n Ready = \"Ready\",\n /** Busy */\n Busy = \"Busy\",\n /** Suspended */\n Suspended = \"Suspended\",\n /** Flushing */\n Flushing = \"Flushing\",\n}\n\n/**\n * Defines values for OperationalStateType. \\\n * {@link KnownOperationalStateType} can be used interchangeably with OperationalStateType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Ready** \\\n * **Busy** \\\n * **Suspended** \\\n * **Flushing**\n */\nexport type OperationalStateType = string;\n/** Defines values for AmlFilesystemIdentityType. */\nexport type AmlFilesystemIdentityType = \"UserAssigned\" | \"None\";\n/** Defines values for MaintenanceDayOfWeekType. */\nexport type MaintenanceDayOfWeekType =\n | \"Monday\"\n | \"Tuesday\"\n | \"Wednesday\"\n | \"Thursday\"\n | \"Friday\"\n | \"Saturday\"\n | \"Sunday\";\n/** Defines values for CacheIdentityType. */\nexport type CacheIdentityType =\n | \"SystemAssigned\"\n | \"UserAssigned\"\n | \"SystemAssigned, UserAssigned\"\n | \"None\";\n\n/** Optional parameters. */\nexport interface AmlFilesystemsListOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type AmlFilesystemsListResponse = AmlFilesystemsListResult;\n\n/** Optional parameters. */\nexport interface AmlFilesystemsListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type AmlFilesystemsListByResourceGroupResponse = AmlFilesystemsListResult;\n\n/** Optional parameters. */\nexport interface AmlFilesystemsDeleteOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface AmlFilesystemsGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type AmlFilesystemsGetResponse = AmlFilesystem;\n\n/** Optional parameters. */\nexport interface AmlFilesystemsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type AmlFilesystemsCreateOrUpdateResponse = AmlFilesystem;\n\n/** Optional parameters. */\nexport interface AmlFilesystemsUpdateOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type AmlFilesystemsUpdateResponse = AmlFilesystem;\n\n/** Optional parameters. */\nexport interface AmlFilesystemsArchiveOptionalParams extends coreClient.OperationOptions {\n /** Information about the archive operation */\n archiveInfo?: AmlFilesystemArchiveInfo;\n}\n\n/** Optional parameters. */\nexport interface AmlFilesystemsCancelArchiveOptionalParams extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface AmlFilesystemsListNextOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type AmlFilesystemsListNextResponse = AmlFilesystemsListResult;\n\n/** Optional parameters. */\nexport interface AmlFilesystemsListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type AmlFilesystemsListByResourceGroupNextResponse = AmlFilesystemsListResult;\n\n/** Optional parameters. */\nexport interface AutoExportJobsDeleteOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the delete operation. */\nexport type AutoExportJobsDeleteResponse = AutoExportJobsDeleteHeaders;\n\n/** Optional parameters. */\nexport interface AutoExportJobsGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type AutoExportJobsGetResponse = AutoExportJob;\n\n/** Optional parameters. */\nexport interface AutoExportJobsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type AutoExportJobsCreateOrUpdateResponse = AutoExportJob;\n\n/** Optional parameters. */\nexport interface AutoExportJobsUpdateOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type AutoExportJobsUpdateResponse = AutoExportJob;\n\n/** Optional parameters. */\nexport interface AutoExportJobsListByAmlFilesystemOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByAmlFilesystem operation. */\nexport type AutoExportJobsListByAmlFilesystemResponse = AutoExportJobsListResult;\n\n/** Optional parameters. */\nexport interface AutoExportJobsListByAmlFilesystemNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByAmlFilesystemNext operation. */\nexport type AutoExportJobsListByAmlFilesystemNextResponse = AutoExportJobsListResult;\n\n/** Optional parameters. */\nexport interface ImportJobsDeleteOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the delete operation. */\nexport type ImportJobsDeleteResponse = ImportJobsDeleteHeaders;\n\n/** Optional parameters. */\nexport interface ImportJobsGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ImportJobsGetResponse = ImportJob;\n\n/** Optional parameters. */\nexport interface ImportJobsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type ImportJobsCreateOrUpdateResponse = ImportJob;\n\n/** Optional parameters. */\nexport interface ImportJobsUpdateOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type ImportJobsUpdateResponse = ImportJob;\n\n/** Optional parameters. */\nexport interface ImportJobsListByAmlFilesystemOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByAmlFilesystem operation. */\nexport type ImportJobsListByAmlFilesystemResponse = ImportJobsListResult;\n\n/** Optional parameters. */\nexport interface ImportJobsListByAmlFilesystemNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByAmlFilesystemNext operation. */\nexport type ImportJobsListByAmlFilesystemNextResponse = ImportJobsListResult;\n\n/** Optional parameters. */\nexport interface AutoImportJobsDeleteOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the delete operation. */\nexport type AutoImportJobsDeleteResponse = AutoImportJobsDeleteHeaders;\n\n/** Optional parameters. */\nexport interface AutoImportJobsGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type AutoImportJobsGetResponse = AutoImportJob;\n\n/** Optional parameters. */\nexport interface AutoImportJobsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type AutoImportJobsCreateOrUpdateResponse = AutoImportJob;\n\n/** Optional parameters. */\nexport interface AutoImportJobsUpdateOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type AutoImportJobsUpdateResponse = AutoImportJob;\n\n/** Optional parameters. */\nexport interface AutoImportJobsListByAmlFilesystemOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByAmlFilesystem operation. */\nexport type AutoImportJobsListByAmlFilesystemResponse = AutoImportJobsListResult;\n\n/** Optional parameters. */\nexport interface AutoImportJobsListByAmlFilesystemNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByAmlFilesystemNext operation. */\nexport type AutoImportJobsListByAmlFilesystemNextResponse = AutoImportJobsListResult;\n\n/** Optional parameters. */\nexport interface CheckAmlFSSubnetsOptionalParams extends coreClient.OperationOptions {\n /** Information about the subnets to validate. */\n amlFilesystemSubnetInfo?: AmlFilesystemSubnetInfo;\n}\n\n/** Optional parameters. */\nexport interface GetRequiredAmlFSSubnetsSizeOptionalParams extends coreClient.OperationOptions {\n /** Information to determine the number of available IPs a subnet will need to host the AML file system. */\n requiredAMLFilesystemSubnetsSizeInfo?: RequiredAmlFilesystemSubnetsSizeInfo;\n}\n\n/** Contains response data for the getRequiredAmlFSSubnetsSize operation. */\nexport type GetRequiredAmlFSSubnetsSizeResponse = RequiredAmlFilesystemSubnetsSize;\n\n/** Optional parameters. */\nexport interface OperationsListOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type OperationsListResponse = ApiOperationListResult;\n\n/** Optional parameters. */\nexport interface OperationsListNextOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type OperationsListNextResponse = ApiOperationListResult;\n\n/** Optional parameters. */\nexport interface SkusListOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type SkusListResponse = ResourceSkusResult;\n\n/** Optional parameters. */\nexport interface SkusListNextOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type SkusListNextResponse = ResourceSkusResult;\n\n/** Optional parameters. */\nexport interface UsageModelsListOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type UsageModelsListResponse = UsageModelsResult;\n\n/** Optional parameters. */\nexport interface UsageModelsListNextOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type UsageModelsListNextResponse = UsageModelsResult;\n\n/** Optional parameters. */\nexport interface AscOperationsGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type AscOperationsGetResponse = AscOperation;\n\n/** Optional parameters. */\nexport interface AscUsagesListOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type AscUsagesListResponse = ResourceUsagesListResult;\n\n/** Optional parameters. */\nexport interface AscUsagesListNextOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type AscUsagesListNextResponse = ResourceUsagesListResult;\n\n/** Optional parameters. */\nexport interface CachesListOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type CachesListResponse = CachesListResult;\n\n/** Optional parameters. */\nexport interface CachesListByResourceGroupOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type CachesListByResourceGroupResponse = CachesListResult;\n\n/** Optional parameters. */\nexport interface CachesDeleteOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface CachesGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type CachesGetResponse = Cache;\n\n/** Optional parameters. */\nexport interface CachesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type CachesCreateOrUpdateResponse = Cache;\n\n/** Optional parameters. */\nexport interface CachesUpdateOptionalParams extends coreClient.OperationOptions {\n /** Object containing the user-selectable properties of the cache. If read-only properties are included, they must match the existing values of those properties. */\n cache?: Cache;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type CachesUpdateResponse = Cache;\n\n/** Optional parameters. */\nexport interface CachesDebugInfoOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface CachesFlushOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface CachesStartOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface CachesStopOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface CachesStartPrimingJobOptionalParams extends coreClient.OperationOptions {\n /** Object containing the definition of a priming job. */\n primingjob?: PrimingJob;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the startPrimingJob operation. */\nexport type CachesStartPrimingJobResponse = CachesStartPrimingJobHeaders;\n\n/** Optional parameters. */\nexport interface CachesStopPrimingJobOptionalParams extends coreClient.OperationOptions {\n /** Object containing the priming job ID. */\n primingJobId?: PrimingJobIdParameter;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the stopPrimingJob operation. */\nexport type CachesStopPrimingJobResponse = CachesStopPrimingJobHeaders;\n\n/** Optional parameters. */\nexport interface CachesPausePrimingJobOptionalParams extends coreClient.OperationOptions {\n /** Object containing the priming job ID. */\n primingJobId?: PrimingJobIdParameter;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the pausePrimingJob operation. */\nexport type CachesPausePrimingJobResponse = CachesPausePrimingJobHeaders;\n\n/** Optional parameters. */\nexport interface CachesResumePrimingJobOptionalParams extends coreClient.OperationOptions {\n /** Object containing the priming job ID. */\n primingJobId?: PrimingJobIdParameter;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the resumePrimingJob operation. */\nexport type CachesResumePrimingJobResponse = CachesResumePrimingJobHeaders;\n\n/** Optional parameters. */\nexport interface CachesUpgradeFirmwareOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface CachesSpaceAllocationOptionalParams extends coreClient.OperationOptions {\n /** List containing storage target cache space percentage allocations. */\n spaceAllocation?: StorageTargetSpaceAllocation[];\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the spaceAllocation operation. */\nexport type CachesSpaceAllocationResponse = CachesSpaceAllocationHeaders;\n\n/** Optional parameters. */\nexport interface CachesListNextOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type CachesListNextResponse = CachesListResult;\n\n/** Optional parameters. */\nexport interface CachesListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type CachesListByResourceGroupNextResponse = CachesListResult;\n\n/** Optional parameters. */\nexport interface StorageTargetsDnsRefreshOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface StorageTargetsListByCacheOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByCache operation. */\nexport type StorageTargetsListByCacheResponse = StorageTargetsResult;\n\n/** Optional parameters. */\nexport interface StorageTargetsDeleteOptionalParams extends coreClient.OperationOptions {\n /** Boolean value requesting the force delete operation for a storage target. Force delete discards unwritten-data in the cache instead of flushing it to back-end storage. */\n force?: string;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface StorageTargetsGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type StorageTargetsGetResponse = StorageTarget;\n\n/** Optional parameters. */\nexport interface StorageTargetsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type StorageTargetsCreateOrUpdateResponse = StorageTarget;\n\n/** Optional parameters. */\nexport interface StorageTargetsRestoreDefaultsOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface StorageTargetsListByCacheNextOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByCacheNext operation. */\nexport type StorageTargetsListByCacheNextResponse = StorageTargetsResult;\n\n/** Optional parameters. */\nexport interface StorageTargetFlushOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface StorageTargetSuspendOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface StorageTargetResumeOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface StorageTargetInvalidateOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface StorageCacheManagementClientOptionalParams\n extends coreClient.ServiceClientOptions {\n /** server parameter */\n $host?: string;\n /** Api Version */\n apiVersion?: string;\n /** Overrides client endpoint. */\n endpoint?: string;\n}\n"]}