@azure/arm-storage 16.1.1 → 17.0.0-alpha.20211111.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (388) hide show
  1. package/CHANGELOG.md +26 -0
  2. package/{LICENSE.txt → LICENSE} +1 -1
  3. package/README.md +63 -80
  4. package/dist/index.js +10964 -0
  5. package/dist/index.js.map +1 -0
  6. package/dist/index.min.js +1 -0
  7. package/dist/index.min.js.map +1 -0
  8. package/esm/coreClientLro.d.ts +26 -0
  9. package/esm/coreClientLro.d.ts.map +1 -0
  10. package/esm/coreClientLro.js +186 -0
  11. package/esm/coreClientLro.js.map +1 -0
  12. package/esm/index.d.ts +5002 -0
  13. package/esm/index.d.ts.map +1 -0
  14. package/esm/index.js +13 -0
  15. package/esm/index.js.map +1 -0
  16. package/esm/lro/azureAsyncPolling.d.ts +3 -0
  17. package/esm/lro/azureAsyncPolling.d.ts.map +1 -0
  18. package/esm/lro/azureAsyncPolling.js +67 -0
  19. package/esm/lro/azureAsyncPolling.js.map +1 -0
  20. package/esm/lro/bodyPolling.d.ts +8 -0
  21. package/esm/lro/bodyPolling.d.ts.map +1 -0
  22. package/esm/lro/bodyPolling.js +37 -0
  23. package/esm/lro/bodyPolling.js.map +1 -0
  24. package/esm/lro/index.d.ts +4 -0
  25. package/esm/lro/index.d.ts.map +1 -0
  26. package/{src/models/operationsMappers.ts → esm/lro/index.js} +5 -10
  27. package/esm/lro/index.js.map +1 -0
  28. package/esm/lro/locationPolling.d.ts +3 -0
  29. package/esm/lro/locationPolling.d.ts.map +1 -0
  30. package/esm/lro/locationPolling.js +19 -0
  31. package/esm/lro/locationPolling.js.map +1 -0
  32. package/esm/lro/lroEngine.d.ts +14 -0
  33. package/esm/lro/lroEngine.d.ts.map +1 -0
  34. package/esm/lro/lroEngine.js +41 -0
  35. package/esm/lro/lroEngine.js.map +1 -0
  36. package/esm/lro/models.d.ts +138 -0
  37. package/esm/lro/models.d.ts.map +1 -0
  38. package/esm/lro/models.js +14 -0
  39. package/esm/lro/models.js.map +1 -0
  40. package/esm/lro/operation.d.ts +36 -0
  41. package/esm/lro/operation.d.ts.map +1 -0
  42. package/esm/lro/operation.js +82 -0
  43. package/esm/lro/operation.js.map +1 -0
  44. package/esm/lro/passthrough.d.ts +3 -0
  45. package/esm/lro/passthrough.d.ts.map +1 -0
  46. package/esm/{models/operationsMappers.js → lro/passthrough.js} +8 -2
  47. package/esm/lro/passthrough.js.map +1 -0
  48. package/esm/lro/requestUtils.d.ts +16 -0
  49. package/esm/lro/requestUtils.d.ts.map +1 -0
  50. package/esm/lro/requestUtils.js +73 -0
  51. package/esm/lro/requestUtils.js.map +1 -0
  52. package/esm/lro/stateMachine.d.ts +18 -0
  53. package/esm/lro/stateMachine.d.ts.map +1 -0
  54. package/esm/lro/stateMachine.js +84 -0
  55. package/esm/lro/stateMachine.js.map +1 -0
  56. package/esm/models/index.d.ts +2673 -4395
  57. package/esm/models/index.d.ts.map +1 -1
  58. package/esm/models/index.js +331 -0
  59. package/esm/models/index.js.map +1 -1
  60. package/esm/models/mappers.d.ts +146 -138
  61. package/esm/models/mappers.d.ts.map +1 -1
  62. package/esm/models/mappers.js +2734 -2563
  63. package/esm/models/mappers.js.map +1 -1
  64. package/esm/models/parameters.d.ts +59 -33
  65. package/esm/models/parameters.d.ts.map +1 -1
  66. package/esm/models/parameters.js +267 -159
  67. package/esm/models/parameters.js.map +1 -1
  68. package/esm/operations/blobContainers.d.ts +213 -561
  69. package/esm/operations/blobContainers.d.ts.map +1 -1
  70. package/esm/operations/blobContainers.js +578 -429
  71. package/esm/operations/blobContainers.js.map +1 -1
  72. package/esm/operations/blobInventoryPolicies.d.ts +47 -109
  73. package/esm/operations/blobInventoryPolicies.d.ts.map +1 -1
  74. package/esm/operations/blobInventoryPolicies.js +163 -105
  75. package/esm/operations/blobInventoryPolicies.js.map +1 -1
  76. package/esm/operations/blobServices.d.ts +39 -89
  77. package/esm/operations/blobServices.d.ts.map +1 -1
  78. package/esm/operations/blobServices.js +133 -89
  79. package/esm/operations/blobServices.js.map +1 -1
  80. package/esm/operations/deletedAccounts.d.ts +20 -47
  81. package/esm/operations/deletedAccounts.d.ts.map +1 -1
  82. package/esm/operations/deletedAccounts.js +111 -69
  83. package/esm/operations/deletedAccounts.js.map +1 -1
  84. package/esm/operations/encryptionScopes.d.ts +65 -166
  85. package/esm/operations/encryptionScopes.d.ts.map +1 -1
  86. package/esm/operations/encryptionScopes.js +211 -131
  87. package/esm/operations/encryptionScopes.js.map +1 -1
  88. package/esm/operations/fileServices.d.ts +25 -89
  89. package/esm/operations/fileServices.d.ts.map +1 -1
  90. package/esm/operations/fileServices.js +86 -83
  91. package/esm/operations/fileServices.js.map +1 -1
  92. package/esm/operations/fileShares.d.ts +100 -256
  93. package/esm/operations/fileShares.d.ts.map +1 -1
  94. package/esm/operations/fileShares.js +316 -164
  95. package/esm/operations/fileShares.js.map +1 -1
  96. package/esm/operations/index.d.ts.map +1 -1
  97. package/esm/operations/index.js +1 -2
  98. package/esm/operations/index.js.map +1 -1
  99. package/esm/operations/managementPolicies.d.ts +30 -89
  100. package/esm/operations/managementPolicies.d.ts.map +1 -1
  101. package/esm/operations/managementPolicies.js +89 -92
  102. package/esm/operations/managementPolicies.js.map +1 -1
  103. package/esm/operations/objectReplicationPoliciesOperations.d.ts +54 -130
  104. package/esm/operations/objectReplicationPoliciesOperations.d.ts.map +1 -1
  105. package/esm/operations/objectReplicationPoliciesOperations.js +170 -102
  106. package/esm/operations/objectReplicationPoliciesOperations.js.map +1 -1
  107. package/esm/operations/operations.d.ts +14 -15
  108. package/esm/operations/operations.d.ts.map +1 -1
  109. package/esm/operations/operations.js +67 -29
  110. package/esm/operations/operations.js.map +1 -1
  111. package/esm/operations/privateEndpointConnections.d.ts +46 -126
  112. package/esm/operations/privateEndpointConnections.d.ts.map +1 -1
  113. package/esm/operations/privateEndpointConnections.js +171 -103
  114. package/esm/operations/privateEndpointConnections.js.map +1 -1
  115. package/esm/operations/privateLinkResources.d.ts +11 -31
  116. package/esm/operations/privateLinkResources.d.ts.map +1 -1
  117. package/esm/operations/privateLinkResources.js +32 -36
  118. package/esm/operations/privateLinkResources.js.map +1 -1
  119. package/esm/operations/queue.d.ts +69 -196
  120. package/esm/operations/queue.d.ts.map +1 -1
  121. package/esm/operations/queue.js +230 -162
  122. package/esm/operations/queue.js.map +1 -1
  123. package/esm/operations/queueServices.d.ts +29 -87
  124. package/esm/operations/queueServices.d.ts.map +1 -1
  125. package/esm/operations/queueServices.js +86 -87
  126. package/esm/operations/queueServices.js.map +1 -1
  127. package/esm/operations/skus.d.ts +14 -15
  128. package/esm/operations/skus.d.ts.map +1 -1
  129. package/esm/operations/skus.js +67 -32
  130. package/esm/operations/skus.js.map +1 -1
  131. package/esm/operations/storageAccounts.d.ts +163 -381
  132. package/esm/operations/storageAccounts.d.ts.map +1 -1
  133. package/esm/operations/storageAccounts.js +605 -501
  134. package/esm/operations/storageAccounts.js.map +1 -1
  135. package/esm/operations/tableOperations.d.ts +67 -184
  136. package/esm/operations/tableOperations.d.ts.map +1 -1
  137. package/esm/operations/tableOperations.js +220 -143
  138. package/esm/operations/tableOperations.js.map +1 -1
  139. package/esm/operations/tableServices.d.ts +29 -87
  140. package/esm/operations/tableServices.d.ts.map +1 -1
  141. package/esm/operations/tableServices.js +86 -87
  142. package/esm/operations/tableServices.js.map +1 -1
  143. package/esm/operations/usages.d.ts +15 -18
  144. package/esm/operations/usages.d.ts.map +1 -1
  145. package/esm/operations/usages.js +73 -34
  146. package/esm/operations/usages.js.map +1 -1
  147. package/esm/operationsInterfaces/blobContainers.d.ts +247 -0
  148. package/esm/operationsInterfaces/blobContainers.d.ts.map +1 -0
  149. package/{src/models/usagesMappers.ts → esm/operationsInterfaces/blobContainers.js} +2 -7
  150. package/esm/operationsInterfaces/blobContainers.js.map +1 -0
  151. package/esm/operationsInterfaces/blobInventoryPolicies.d.ts +54 -0
  152. package/esm/operationsInterfaces/blobInventoryPolicies.d.ts.map +1 -0
  153. package/esm/{models/usagesMappers.js → operationsInterfaces/blobInventoryPolicies.js} +2 -2
  154. package/esm/operationsInterfaces/blobInventoryPolicies.js.map +1 -0
  155. package/esm/operationsInterfaces/blobServices.d.ts +41 -0
  156. package/esm/operationsInterfaces/blobServices.d.ts.map +1 -0
  157. package/{src/models/skusMappers.ts → esm/operationsInterfaces/blobServices.js} +2 -8
  158. package/esm/operationsInterfaces/blobServices.js.map +1 -0
  159. package/esm/operationsInterfaces/deletedAccounts.d.ts +19 -0
  160. package/esm/operationsInterfaces/deletedAccounts.d.ts.map +1 -0
  161. package/esm/{models/skusMappers.js → operationsInterfaces/deletedAccounts.js} +2 -2
  162. package/esm/operationsInterfaces/deletedAccounts.js.map +1 -0
  163. package/esm/operationsInterfaces/encryptionScopes.d.ts +64 -0
  164. package/esm/operationsInterfaces/encryptionScopes.d.ts.map +1 -0
  165. package/esm/operationsInterfaces/encryptionScopes.js +9 -0
  166. package/esm/operationsInterfaces/encryptionScopes.js.map +1 -0
  167. package/esm/operationsInterfaces/fileServices.d.ts +39 -0
  168. package/esm/operationsInterfaces/fileServices.d.ts.map +1 -0
  169. package/esm/operationsInterfaces/fileServices.js +9 -0
  170. package/esm/operationsInterfaces/fileServices.js.map +1 -0
  171. package/esm/operationsInterfaces/fileShares.d.ts +102 -0
  172. package/esm/operationsInterfaces/fileShares.d.ts.map +1 -0
  173. package/esm/operationsInterfaces/fileShares.js +9 -0
  174. package/esm/operationsInterfaces/fileShares.js.map +1 -0
  175. package/esm/operationsInterfaces/index.d.ts +20 -0
  176. package/esm/operationsInterfaces/index.d.ts.map +1 -0
  177. package/esm/operationsInterfaces/index.js +27 -0
  178. package/esm/operationsInterfaces/index.js.map +1 -0
  179. package/esm/operationsInterfaces/managementPolicies.d.ts +42 -0
  180. package/esm/operationsInterfaces/managementPolicies.d.ts.map +1 -0
  181. package/esm/operationsInterfaces/managementPolicies.js +9 -0
  182. package/esm/operationsInterfaces/managementPolicies.js.map +1 -0
  183. package/esm/operationsInterfaces/objectReplicationPoliciesOperations.d.ts +61 -0
  184. package/esm/operationsInterfaces/objectReplicationPoliciesOperations.d.ts.map +1 -0
  185. package/esm/operationsInterfaces/objectReplicationPoliciesOperations.js +9 -0
  186. package/esm/operationsInterfaces/objectReplicationPoliciesOperations.js.map +1 -0
  187. package/esm/operationsInterfaces/operations.d.ts +12 -0
  188. package/esm/operationsInterfaces/operations.d.ts.map +1 -0
  189. package/esm/operationsInterfaces/operations.js +9 -0
  190. package/esm/operationsInterfaces/operations.js.map +1 -0
  191. package/esm/operationsInterfaces/privateEndpointConnections.d.ts +54 -0
  192. package/esm/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
  193. package/esm/operationsInterfaces/privateEndpointConnections.js +9 -0
  194. package/esm/operationsInterfaces/privateEndpointConnections.js.map +1 -0
  195. package/esm/operationsInterfaces/privateLinkResources.d.ts +15 -0
  196. package/esm/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
  197. package/esm/operationsInterfaces/privateLinkResources.js +9 -0
  198. package/esm/operationsInterfaces/privateLinkResources.js.map +1 -0
  199. package/esm/operationsInterfaces/queue.d.ts +71 -0
  200. package/esm/operationsInterfaces/queue.d.ts.map +1 -0
  201. package/esm/operationsInterfaces/queue.js +9 -0
  202. package/esm/operationsInterfaces/queue.js.map +1 -0
  203. package/esm/operationsInterfaces/queueServices.d.ts +39 -0
  204. package/esm/operationsInterfaces/queueServices.d.ts.map +1 -0
  205. package/esm/operationsInterfaces/queueServices.js +9 -0
  206. package/esm/operationsInterfaces/queueServices.js.map +1 -0
  207. package/esm/operationsInterfaces/skus.d.ts +12 -0
  208. package/esm/operationsInterfaces/skus.d.ts.map +1 -0
  209. package/esm/operationsInterfaces/skus.js +9 -0
  210. package/esm/operationsInterfaces/skus.js.map +1 -0
  211. package/esm/operationsInterfaces/storageAccounts.d.ts +197 -0
  212. package/esm/operationsInterfaces/storageAccounts.d.ts.map +1 -0
  213. package/esm/operationsInterfaces/storageAccounts.js +9 -0
  214. package/esm/operationsInterfaces/storageAccounts.js.map +1 -0
  215. package/esm/operationsInterfaces/tableOperations.d.ts +69 -0
  216. package/esm/operationsInterfaces/tableOperations.d.ts.map +1 -0
  217. package/esm/operationsInterfaces/tableOperations.js +9 -0
  218. package/esm/operationsInterfaces/tableOperations.js.map +1 -0
  219. package/esm/operationsInterfaces/tableServices.d.ts +39 -0
  220. package/esm/operationsInterfaces/tableServices.d.ts.map +1 -0
  221. package/esm/operationsInterfaces/tableServices.js +9 -0
  222. package/esm/operationsInterfaces/tableServices.js.map +1 -0
  223. package/esm/operationsInterfaces/usages.d.ts +13 -0
  224. package/esm/operationsInterfaces/usages.d.ts.map +1 -0
  225. package/esm/operationsInterfaces/usages.js +9 -0
  226. package/esm/operationsInterfaces/usages.js.map +1 -0
  227. package/esm/storageManagementClient.d.ts +26 -35
  228. package/esm/storageManagementClient.d.ts.map +1 -1
  229. package/esm/storageManagementClient.js +27 -42
  230. package/esm/storageManagementClient.js.map +1 -1
  231. package/esm/storageManagementClientContext.d.ts +10 -16
  232. package/esm/storageManagementClientContext.d.ts.map +1 -1
  233. package/esm/storageManagementClientContext.js +32 -44
  234. package/esm/storageManagementClientContext.js.map +1 -1
  235. package/package.json +57 -18
  236. package/review/arm-storage.api.md +2659 -0
  237. package/rollup.config.js +181 -30
  238. package/src/coreClientLro.ts +323 -0
  239. package/src/index.ts +13 -0
  240. package/src/lro/azureAsyncPolling.ts +96 -0
  241. package/src/lro/bodyPolling.ts +54 -0
  242. package/src/lro/index.ts +26 -0
  243. package/src/lro/locationPolling.ts +30 -0
  244. package/src/lro/lroEngine.ts +61 -0
  245. package/src/lro/models.ts +173 -0
  246. package/src/lro/operation.ts +120 -0
  247. package/src/lro/passthrough.ts +23 -0
  248. package/src/lro/requestUtils.ts +105 -0
  249. package/src/lro/stateMachine.ts +138 -0
  250. package/src/models/index.ts +2813 -4492
  251. package/src/models/mappers.ts +2745 -2553
  252. package/src/models/parameters.ts +354 -160
  253. package/src/operations/blobContainers.ts +719 -1037
  254. package/src/operations/blobInventoryPolicies.ts +182 -211
  255. package/src/operations/blobServices.ts +150 -177
  256. package/src/operations/deletedAccounts.ts +111 -112
  257. package/src/operations/encryptionScopes.ts +233 -291
  258. package/src/operations/fileServices.ts +99 -171
  259. package/src/operations/fileShares.ts +335 -560
  260. package/src/operations/index.ts +1 -2
  261. package/src/operations/managementPolicies.ts +102 -175
  262. package/src/operations/objectReplicationPoliciesOperations.ts +187 -227
  263. package/src/operations/operations.ts +61 -38
  264. package/src/operations/privateEndpointConnections.ts +177 -214
  265. package/src/operations/privateLinkResources.ts +37 -60
  266. package/src/operations/queue.ts +269 -365
  267. package/src/operations/queueServices.ts +103 -173
  268. package/src/operations/skus.ts +59 -41
  269. package/src/operations/storageAccounts.ts +779 -872
  270. package/src/operations/tableOperations.ts +255 -328
  271. package/src/operations/tableServices.ts +103 -173
  272. package/src/operations/usages.ts +73 -45
  273. package/src/operationsInterfaces/blobContainers.ts +366 -0
  274. package/src/operationsInterfaces/blobInventoryPolicies.ts +92 -0
  275. package/src/operationsInterfaces/blobServices.ts +70 -0
  276. package/src/operationsInterfaces/deletedAccounts.ts +39 -0
  277. package/src/operationsInterfaces/encryptionScopes.ts +103 -0
  278. package/src/operationsInterfaces/fileServices.ts +68 -0
  279. package/src/operationsInterfaces/fileShares.ts +163 -0
  280. package/src/operationsInterfaces/index.ts +27 -0
  281. package/src/operationsInterfaces/managementPolicies.ts +74 -0
  282. package/src/operationsInterfaces/objectReplicationPoliciesOperations.ts +98 -0
  283. package/src/operationsInterfaces/operations.ts +23 -0
  284. package/src/operationsInterfaces/privateEndpointConnections.ts +91 -0
  285. package/src/operationsInterfaces/privateLinkResources.ts +30 -0
  286. package/src/operationsInterfaces/queue.ts +117 -0
  287. package/src/operationsInterfaces/queueServices.ts +68 -0
  288. package/src/operationsInterfaces/skus.ts +23 -0
  289. package/src/operationsInterfaces/storageAccounts.ts +320 -0
  290. package/src/operationsInterfaces/tableOperations.ts +112 -0
  291. package/src/operationsInterfaces/tableServices.ts +68 -0
  292. package/src/operationsInterfaces/usages.ts +25 -0
  293. package/src/storageManagementClient.ts +94 -67
  294. package/src/storageManagementClientContext.ts +42 -46
  295. package/tsconfig.json +2 -1
  296. package/dist/arm-storage.js +0 -10687
  297. package/dist/arm-storage.js.map +0 -1
  298. package/dist/arm-storage.min.js +0 -1
  299. package/dist/arm-storage.min.js.map +0 -1
  300. package/esm/models/blobContainersMappers.d.ts +0 -2
  301. package/esm/models/blobContainersMappers.d.ts.map +0 -1
  302. package/esm/models/blobContainersMappers.js +0 -9
  303. package/esm/models/blobContainersMappers.js.map +0 -1
  304. package/esm/models/blobInventoryPoliciesMappers.d.ts +0 -2
  305. package/esm/models/blobInventoryPoliciesMappers.d.ts.map +0 -1
  306. package/esm/models/blobInventoryPoliciesMappers.js +0 -9
  307. package/esm/models/blobInventoryPoliciesMappers.js.map +0 -1
  308. package/esm/models/blobServicesMappers.d.ts +0 -2
  309. package/esm/models/blobServicesMappers.d.ts.map +0 -1
  310. package/esm/models/blobServicesMappers.js +0 -9
  311. package/esm/models/blobServicesMappers.js.map +0 -1
  312. package/esm/models/deletedAccountsMappers.d.ts +0 -2
  313. package/esm/models/deletedAccountsMappers.d.ts.map +0 -1
  314. package/esm/models/deletedAccountsMappers.js +0 -9
  315. package/esm/models/deletedAccountsMappers.js.map +0 -1
  316. package/esm/models/encryptionScopesMappers.d.ts +0 -2
  317. package/esm/models/encryptionScopesMappers.d.ts.map +0 -1
  318. package/esm/models/encryptionScopesMappers.js +0 -9
  319. package/esm/models/encryptionScopesMappers.js.map +0 -1
  320. package/esm/models/fileServicesMappers.d.ts +0 -2
  321. package/esm/models/fileServicesMappers.d.ts.map +0 -1
  322. package/esm/models/fileServicesMappers.js +0 -9
  323. package/esm/models/fileServicesMappers.js.map +0 -1
  324. package/esm/models/fileSharesMappers.d.ts +0 -2
  325. package/esm/models/fileSharesMappers.d.ts.map +0 -1
  326. package/esm/models/fileSharesMappers.js +0 -9
  327. package/esm/models/fileSharesMappers.js.map +0 -1
  328. package/esm/models/managementPoliciesMappers.d.ts +0 -2
  329. package/esm/models/managementPoliciesMappers.d.ts.map +0 -1
  330. package/esm/models/managementPoliciesMappers.js +0 -9
  331. package/esm/models/managementPoliciesMappers.js.map +0 -1
  332. package/esm/models/objectReplicationPoliciesOperationsMappers.d.ts +0 -2
  333. package/esm/models/objectReplicationPoliciesOperationsMappers.d.ts.map +0 -1
  334. package/esm/models/objectReplicationPoliciesOperationsMappers.js +0 -9
  335. package/esm/models/objectReplicationPoliciesOperationsMappers.js.map +0 -1
  336. package/esm/models/operationsMappers.d.ts +0 -2
  337. package/esm/models/operationsMappers.d.ts.map +0 -1
  338. package/esm/models/operationsMappers.js.map +0 -1
  339. package/esm/models/privateEndpointConnectionsMappers.d.ts +0 -2
  340. package/esm/models/privateEndpointConnectionsMappers.d.ts.map +0 -1
  341. package/esm/models/privateEndpointConnectionsMappers.js +0 -9
  342. package/esm/models/privateEndpointConnectionsMappers.js.map +0 -1
  343. package/esm/models/privateLinkResourcesMappers.d.ts +0 -2
  344. package/esm/models/privateLinkResourcesMappers.d.ts.map +0 -1
  345. package/esm/models/privateLinkResourcesMappers.js +0 -9
  346. package/esm/models/privateLinkResourcesMappers.js.map +0 -1
  347. package/esm/models/queueMappers.d.ts +0 -2
  348. package/esm/models/queueMappers.d.ts.map +0 -1
  349. package/esm/models/queueMappers.js +0 -9
  350. package/esm/models/queueMappers.js.map +0 -1
  351. package/esm/models/queueServicesMappers.d.ts +0 -2
  352. package/esm/models/queueServicesMappers.d.ts.map +0 -1
  353. package/esm/models/queueServicesMappers.js +0 -9
  354. package/esm/models/queueServicesMappers.js.map +0 -1
  355. package/esm/models/skusMappers.d.ts +0 -2
  356. package/esm/models/skusMappers.d.ts.map +0 -1
  357. package/esm/models/skusMappers.js.map +0 -1
  358. package/esm/models/storageAccountsMappers.d.ts +0 -2
  359. package/esm/models/storageAccountsMappers.d.ts.map +0 -1
  360. package/esm/models/storageAccountsMappers.js +0 -9
  361. package/esm/models/storageAccountsMappers.js.map +0 -1
  362. package/esm/models/tableOperationsMappers.d.ts +0 -2
  363. package/esm/models/tableOperationsMappers.d.ts.map +0 -1
  364. package/esm/models/tableOperationsMappers.js +0 -9
  365. package/esm/models/tableOperationsMappers.js.map +0 -1
  366. package/esm/models/tableServicesMappers.d.ts +0 -2
  367. package/esm/models/tableServicesMappers.d.ts.map +0 -1
  368. package/esm/models/tableServicesMappers.js +0 -9
  369. package/esm/models/tableServicesMappers.js.map +0 -1
  370. package/esm/models/usagesMappers.d.ts +0 -2
  371. package/esm/models/usagesMappers.d.ts.map +0 -1
  372. package/esm/models/usagesMappers.js.map +0 -1
  373. package/src/models/blobContainersMappers.ts +0 -106
  374. package/src/models/blobInventoryPoliciesMappers.ts +0 -99
  375. package/src/models/blobServicesMappers.ts +0 -98
  376. package/src/models/deletedAccountsMappers.ts +0 -99
  377. package/src/models/encryptionScopesMappers.ts +0 -100
  378. package/src/models/fileServicesMappers.ts +0 -98
  379. package/src/models/fileSharesMappers.ts +0 -99
  380. package/src/models/managementPoliciesMappers.ts +0 -97
  381. package/src/models/objectReplicationPoliciesOperationsMappers.ts +0 -99
  382. package/src/models/privateEndpointConnectionsMappers.ts +0 -100
  383. package/src/models/privateLinkResourcesMappers.ts +0 -98
  384. package/src/models/queueMappers.ts +0 -98
  385. package/src/models/queueServicesMappers.ts +0 -98
  386. package/src/models/storageAccountsMappers.ts +0 -109
  387. package/src/models/tableOperationsMappers.ts +0 -98
  388. package/src/models/tableServicesMappers.ts +0 -98
@@ -0,0 +1,247 @@
1
+ import "@azure/core-paging";
2
+ import { PagedAsyncIterableIterator } from "@azure/core-paging";
3
+ import { PollerLike, PollOperationState } from "@azure/core-lro";
4
+ import { ListContainerItem, BlobContainersListOptionalParams, BlobContainer, BlobContainersCreateOptionalParams, BlobContainersCreateResponse, BlobContainersUpdateOptionalParams, BlobContainersUpdateResponse, BlobContainersGetOptionalParams, BlobContainersGetResponse, BlobContainersDeleteOptionalParams, LegalHold, BlobContainersSetLegalHoldOptionalParams, BlobContainersSetLegalHoldResponse, BlobContainersClearLegalHoldOptionalParams, BlobContainersClearLegalHoldResponse, BlobContainersCreateOrUpdateImmutabilityPolicyOptionalParams, BlobContainersCreateOrUpdateImmutabilityPolicyResponse, BlobContainersGetImmutabilityPolicyOptionalParams, BlobContainersGetImmutabilityPolicyResponse, BlobContainersDeleteImmutabilityPolicyOptionalParams, BlobContainersDeleteImmutabilityPolicyResponse, BlobContainersLockImmutabilityPolicyOptionalParams, BlobContainersLockImmutabilityPolicyResponse, BlobContainersExtendImmutabilityPolicyOptionalParams, BlobContainersExtendImmutabilityPolicyResponse, BlobContainersLeaseOptionalParams, BlobContainersLeaseResponse, BlobContainersObjectLevelWormOptionalParams } from "../models";
5
+ /** Interface representing a BlobContainers. */
6
+ export interface BlobContainers {
7
+ /**
8
+ * Lists all containers and does not support a prefix like data plane. Also SRP today does not return
9
+ * continuation token.
10
+ * @param resourceGroupName The name of the resource group within the user's subscription. The name is
11
+ * case insensitive.
12
+ * @param accountName The name of the storage account within the specified resource group. Storage
13
+ * account names must be between 3 and 24 characters in length and use numbers and lower-case letters
14
+ * only.
15
+ * @param options The options parameters.
16
+ */
17
+ list(resourceGroupName: string, accountName: string, options?: BlobContainersListOptionalParams): PagedAsyncIterableIterator<ListContainerItem>;
18
+ /**
19
+ * Creates a new container under the specified account as described by request body. The container
20
+ * resource includes metadata and properties for that container. It does not include a list of the
21
+ * blobs contained by the container.
22
+ * @param resourceGroupName The name of the resource group within the user's subscription. The name is
23
+ * case insensitive.
24
+ * @param accountName The name of the storage account within the specified resource group. Storage
25
+ * account names must be between 3 and 24 characters in length and use numbers and lower-case letters
26
+ * only.
27
+ * @param containerName The name of the blob container within the specified storage account. Blob
28
+ * container names must be between 3 and 63 characters in length and use numbers, lower-case letters
29
+ * and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or
30
+ * number.
31
+ * @param blobContainer Properties of the blob container to create.
32
+ * @param options The options parameters.
33
+ */
34
+ create(resourceGroupName: string, accountName: string, containerName: string, blobContainer: BlobContainer, options?: BlobContainersCreateOptionalParams): Promise<BlobContainersCreateResponse>;
35
+ /**
36
+ * Updates container properties as specified in request body. Properties not mentioned in the request
37
+ * will be unchanged. Update fails if the specified container doesn't already exist.
38
+ * @param resourceGroupName The name of the resource group within the user's subscription. The name is
39
+ * case insensitive.
40
+ * @param accountName The name of the storage account within the specified resource group. Storage
41
+ * account names must be between 3 and 24 characters in length and use numbers and lower-case letters
42
+ * only.
43
+ * @param containerName The name of the blob container within the specified storage account. Blob
44
+ * container names must be between 3 and 63 characters in length and use numbers, lower-case letters
45
+ * and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or
46
+ * number.
47
+ * @param blobContainer Properties to update for the blob container.
48
+ * @param options The options parameters.
49
+ */
50
+ update(resourceGroupName: string, accountName: string, containerName: string, blobContainer: BlobContainer, options?: BlobContainersUpdateOptionalParams): Promise<BlobContainersUpdateResponse>;
51
+ /**
52
+ * Gets properties of a specified container.
53
+ * @param resourceGroupName The name of the resource group within the user's subscription. The name is
54
+ * case insensitive.
55
+ * @param accountName The name of the storage account within the specified resource group. Storage
56
+ * account names must be between 3 and 24 characters in length and use numbers and lower-case letters
57
+ * only.
58
+ * @param containerName The name of the blob container within the specified storage account. Blob
59
+ * container names must be between 3 and 63 characters in length and use numbers, lower-case letters
60
+ * and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or
61
+ * number.
62
+ * @param options The options parameters.
63
+ */
64
+ get(resourceGroupName: string, accountName: string, containerName: string, options?: BlobContainersGetOptionalParams): Promise<BlobContainersGetResponse>;
65
+ /**
66
+ * Deletes specified container under its account.
67
+ * @param resourceGroupName The name of the resource group within the user's subscription. The name is
68
+ * case insensitive.
69
+ * @param accountName The name of the storage account within the specified resource group. Storage
70
+ * account names must be between 3 and 24 characters in length and use numbers and lower-case letters
71
+ * only.
72
+ * @param containerName The name of the blob container within the specified storage account. Blob
73
+ * container names must be between 3 and 63 characters in length and use numbers, lower-case letters
74
+ * and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or
75
+ * number.
76
+ * @param options The options parameters.
77
+ */
78
+ delete(resourceGroupName: string, accountName: string, containerName: string, options?: BlobContainersDeleteOptionalParams): Promise<void>;
79
+ /**
80
+ * Sets legal hold tags. Setting the same tag results in an idempotent operation. SetLegalHold follows
81
+ * an append pattern and does not clear out the existing tags that are not specified in the request.
82
+ * @param resourceGroupName The name of the resource group within the user's subscription. The name is
83
+ * case insensitive.
84
+ * @param accountName The name of the storage account within the specified resource group. Storage
85
+ * account names must be between 3 and 24 characters in length and use numbers and lower-case letters
86
+ * only.
87
+ * @param containerName The name of the blob container within the specified storage account. Blob
88
+ * container names must be between 3 and 63 characters in length and use numbers, lower-case letters
89
+ * and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or
90
+ * number.
91
+ * @param legalHold The LegalHold property that will be set to a blob container.
92
+ * @param options The options parameters.
93
+ */
94
+ setLegalHold(resourceGroupName: string, accountName: string, containerName: string, legalHold: LegalHold, options?: BlobContainersSetLegalHoldOptionalParams): Promise<BlobContainersSetLegalHoldResponse>;
95
+ /**
96
+ * Clears legal hold tags. Clearing the same or non-existent tag results in an idempotent operation.
97
+ * ClearLegalHold clears out only the specified tags in the request.
98
+ * @param resourceGroupName The name of the resource group within the user's subscription. The name is
99
+ * case insensitive.
100
+ * @param accountName The name of the storage account within the specified resource group. Storage
101
+ * account names must be between 3 and 24 characters in length and use numbers and lower-case letters
102
+ * only.
103
+ * @param containerName The name of the blob container within the specified storage account. Blob
104
+ * container names must be between 3 and 63 characters in length and use numbers, lower-case letters
105
+ * and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or
106
+ * number.
107
+ * @param legalHold The LegalHold property that will be clear from a blob container.
108
+ * @param options The options parameters.
109
+ */
110
+ clearLegalHold(resourceGroupName: string, accountName: string, containerName: string, legalHold: LegalHold, options?: BlobContainersClearLegalHoldOptionalParams): Promise<BlobContainersClearLegalHoldResponse>;
111
+ /**
112
+ * Creates or updates an unlocked immutability policy. ETag in If-Match is honored if given but not
113
+ * required for this operation.
114
+ * @param resourceGroupName The name of the resource group within the user's subscription. The name is
115
+ * case insensitive.
116
+ * @param accountName The name of the storage account within the specified resource group. Storage
117
+ * account names must be between 3 and 24 characters in length and use numbers and lower-case letters
118
+ * only.
119
+ * @param containerName The name of the blob container within the specified storage account. Blob
120
+ * container names must be between 3 and 63 characters in length and use numbers, lower-case letters
121
+ * and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or
122
+ * number.
123
+ * @param options The options parameters.
124
+ */
125
+ createOrUpdateImmutabilityPolicy(resourceGroupName: string, accountName: string, containerName: string, options?: BlobContainersCreateOrUpdateImmutabilityPolicyOptionalParams): Promise<BlobContainersCreateOrUpdateImmutabilityPolicyResponse>;
126
+ /**
127
+ * Gets the existing immutability policy along with the corresponding ETag in response headers and
128
+ * body.
129
+ * @param resourceGroupName The name of the resource group within the user's subscription. The name is
130
+ * case insensitive.
131
+ * @param accountName The name of the storage account within the specified resource group. Storage
132
+ * account names must be between 3 and 24 characters in length and use numbers and lower-case letters
133
+ * only.
134
+ * @param containerName The name of the blob container within the specified storage account. Blob
135
+ * container names must be between 3 and 63 characters in length and use numbers, lower-case letters
136
+ * and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or
137
+ * number.
138
+ * @param options The options parameters.
139
+ */
140
+ getImmutabilityPolicy(resourceGroupName: string, accountName: string, containerName: string, options?: BlobContainersGetImmutabilityPolicyOptionalParams): Promise<BlobContainersGetImmutabilityPolicyResponse>;
141
+ /**
142
+ * Aborts an unlocked immutability policy. The response of delete has
143
+ * immutabilityPeriodSinceCreationInDays set to 0. ETag in If-Match is required for this operation.
144
+ * Deleting a locked immutability policy is not allowed, the only way is to delete the container after
145
+ * deleting all expired blobs inside the policy locked container.
146
+ * @param resourceGroupName The name of the resource group within the user's subscription. The name is
147
+ * case insensitive.
148
+ * @param accountName The name of the storage account within the specified resource group. Storage
149
+ * account names must be between 3 and 24 characters in length and use numbers and lower-case letters
150
+ * only.
151
+ * @param containerName The name of the blob container within the specified storage account. Blob
152
+ * container names must be between 3 and 63 characters in length and use numbers, lower-case letters
153
+ * and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or
154
+ * number.
155
+ * @param ifMatch The entity state (ETag) version of the immutability policy to update. A value of "*"
156
+ * can be used to apply the operation only if the immutability policy already exists. If omitted, this
157
+ * operation will always be applied.
158
+ * @param options The options parameters.
159
+ */
160
+ deleteImmutabilityPolicy(resourceGroupName: string, accountName: string, containerName: string, ifMatch: string, options?: BlobContainersDeleteImmutabilityPolicyOptionalParams): Promise<BlobContainersDeleteImmutabilityPolicyResponse>;
161
+ /**
162
+ * Sets the ImmutabilityPolicy to Locked state. The only action allowed on a Locked policy is
163
+ * ExtendImmutabilityPolicy action. ETag in If-Match is required for this operation.
164
+ * @param resourceGroupName The name of the resource group within the user's subscription. The name is
165
+ * case insensitive.
166
+ * @param accountName The name of the storage account within the specified resource group. Storage
167
+ * account names must be between 3 and 24 characters in length and use numbers and lower-case letters
168
+ * only.
169
+ * @param containerName The name of the blob container within the specified storage account. Blob
170
+ * container names must be between 3 and 63 characters in length and use numbers, lower-case letters
171
+ * and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or
172
+ * number.
173
+ * @param ifMatch The entity state (ETag) version of the immutability policy to update. A value of "*"
174
+ * can be used to apply the operation only if the immutability policy already exists. If omitted, this
175
+ * operation will always be applied.
176
+ * @param options The options parameters.
177
+ */
178
+ lockImmutabilityPolicy(resourceGroupName: string, accountName: string, containerName: string, ifMatch: string, options?: BlobContainersLockImmutabilityPolicyOptionalParams): Promise<BlobContainersLockImmutabilityPolicyResponse>;
179
+ /**
180
+ * Extends the immutabilityPeriodSinceCreationInDays of a locked immutabilityPolicy. The only action
181
+ * allowed on a Locked policy will be this action. ETag in If-Match is required for this operation.
182
+ * @param resourceGroupName The name of the resource group within the user's subscription. The name is
183
+ * case insensitive.
184
+ * @param accountName The name of the storage account within the specified resource group. Storage
185
+ * account names must be between 3 and 24 characters in length and use numbers and lower-case letters
186
+ * only.
187
+ * @param containerName The name of the blob container within the specified storage account. Blob
188
+ * container names must be between 3 and 63 characters in length and use numbers, lower-case letters
189
+ * and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or
190
+ * number.
191
+ * @param ifMatch The entity state (ETag) version of the immutability policy to update. A value of "*"
192
+ * can be used to apply the operation only if the immutability policy already exists. If omitted, this
193
+ * operation will always be applied.
194
+ * @param options The options parameters.
195
+ */
196
+ extendImmutabilityPolicy(resourceGroupName: string, accountName: string, containerName: string, ifMatch: string, options?: BlobContainersExtendImmutabilityPolicyOptionalParams): Promise<BlobContainersExtendImmutabilityPolicyResponse>;
197
+ /**
198
+ * The Lease Container operation establishes and manages a lock on a container for delete operations.
199
+ * The lock duration can be 15 to 60 seconds, or can be infinite.
200
+ * @param resourceGroupName The name of the resource group within the user's subscription. The name is
201
+ * case insensitive.
202
+ * @param accountName The name of the storage account within the specified resource group. Storage
203
+ * account names must be between 3 and 24 characters in length and use numbers and lower-case letters
204
+ * only.
205
+ * @param containerName The name of the blob container within the specified storage account. Blob
206
+ * container names must be between 3 and 63 characters in length and use numbers, lower-case letters
207
+ * and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or
208
+ * number.
209
+ * @param options The options parameters.
210
+ */
211
+ lease(resourceGroupName: string, accountName: string, containerName: string, options?: BlobContainersLeaseOptionalParams): Promise<BlobContainersLeaseResponse>;
212
+ /**
213
+ * This operation migrates a blob container from container level WORM to object level immutability
214
+ * enabled container. Prerequisites require a container level immutability policy either in locked or
215
+ * unlocked state, Account level versioning must be enabled and there should be no Legal hold on the
216
+ * container.
217
+ * @param resourceGroupName The name of the resource group within the user's subscription. The name is
218
+ * case insensitive.
219
+ * @param accountName The name of the storage account within the specified resource group. Storage
220
+ * account names must be between 3 and 24 characters in length and use numbers and lower-case letters
221
+ * only.
222
+ * @param containerName The name of the blob container within the specified storage account. Blob
223
+ * container names must be between 3 and 63 characters in length and use numbers, lower-case letters
224
+ * and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or
225
+ * number.
226
+ * @param options The options parameters.
227
+ */
228
+ beginObjectLevelWorm(resourceGroupName: string, accountName: string, containerName: string, options?: BlobContainersObjectLevelWormOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
229
+ /**
230
+ * This operation migrates a blob container from container level WORM to object level immutability
231
+ * enabled container. Prerequisites require a container level immutability policy either in locked or
232
+ * unlocked state, Account level versioning must be enabled and there should be no Legal hold on the
233
+ * container.
234
+ * @param resourceGroupName The name of the resource group within the user's subscription. The name is
235
+ * case insensitive.
236
+ * @param accountName The name of the storage account within the specified resource group. Storage
237
+ * account names must be between 3 and 24 characters in length and use numbers and lower-case letters
238
+ * only.
239
+ * @param containerName The name of the blob container within the specified storage account. Blob
240
+ * container names must be between 3 and 63 characters in length and use numbers, lower-case letters
241
+ * and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or
242
+ * number.
243
+ * @param options The options parameters.
244
+ */
245
+ beginObjectLevelWormAndWait(resourceGroupName: string, accountName: string, containerName: string, options?: BlobContainersObjectLevelWormOptionalParams): Promise<void>;
246
+ }
247
+ //# sourceMappingURL=blobContainers.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"blobContainers.d.ts","sourceRoot":"","sources":["../../src/operationsInterfaces/blobContainers.ts"],"names":[],"mappings":"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"}
@@ -5,10 +5,5 @@
5
5
  * Code generated by Microsoft (R) AutoRest Code Generator.
6
6
  * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
7
  */
8
-
9
- export {
10
- CloudError,
11
- Usage,
12
- UsageListResult,
13
- UsageName
14
- } from "../models/mappers";
8
+ import "@azure/core-paging";
9
+ //# sourceMappingURL=blobContainers.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"blobContainers.js","sourceRoot":"","sources":["../../src/operationsInterfaces/blobContainers.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,oBAAoB,CAAC"}
@@ -0,0 +1,54 @@
1
+ import "@azure/core-paging";
2
+ import { PagedAsyncIterableIterator } from "@azure/core-paging";
3
+ import { BlobInventoryPolicy, BlobInventoryPoliciesListOptionalParams, BlobInventoryPolicyName, BlobInventoryPoliciesGetOptionalParams, BlobInventoryPoliciesGetResponse, BlobInventoryPoliciesCreateOrUpdateOptionalParams, BlobInventoryPoliciesCreateOrUpdateResponse, BlobInventoryPoliciesDeleteOptionalParams } from "../models";
4
+ /** Interface representing a BlobInventoryPolicies. */
5
+ export interface BlobInventoryPolicies {
6
+ /**
7
+ * Gets the blob inventory policy associated with the specified storage account.
8
+ * @param resourceGroupName The name of the resource group within the user's subscription. The name is
9
+ * case insensitive.
10
+ * @param accountName The name of the storage account within the specified resource group. Storage
11
+ * account names must be between 3 and 24 characters in length and use numbers and lower-case letters
12
+ * only.
13
+ * @param options The options parameters.
14
+ */
15
+ list(resourceGroupName: string, accountName: string, options?: BlobInventoryPoliciesListOptionalParams): PagedAsyncIterableIterator<BlobInventoryPolicy>;
16
+ /**
17
+ * Gets the blob inventory policy associated with the specified storage account.
18
+ * @param resourceGroupName The name of the resource group within the user's subscription. The name is
19
+ * case insensitive.
20
+ * @param accountName The name of the storage account within the specified resource group. Storage
21
+ * account names must be between 3 and 24 characters in length and use numbers and lower-case letters
22
+ * only.
23
+ * @param blobInventoryPolicyName The name of the storage account blob inventory policy. It should
24
+ * always be 'default'
25
+ * @param options The options parameters.
26
+ */
27
+ get(resourceGroupName: string, accountName: string, blobInventoryPolicyName: BlobInventoryPolicyName, options?: BlobInventoryPoliciesGetOptionalParams): Promise<BlobInventoryPoliciesGetResponse>;
28
+ /**
29
+ * Sets the blob inventory policy to the specified storage account.
30
+ * @param resourceGroupName The name of the resource group within the user's subscription. The name is
31
+ * case insensitive.
32
+ * @param accountName The name of the storage account within the specified resource group. Storage
33
+ * account names must be between 3 and 24 characters in length and use numbers and lower-case letters
34
+ * only.
35
+ * @param blobInventoryPolicyName The name of the storage account blob inventory policy. It should
36
+ * always be 'default'
37
+ * @param properties The blob inventory policy set to a storage account.
38
+ * @param options The options parameters.
39
+ */
40
+ createOrUpdate(resourceGroupName: string, accountName: string, blobInventoryPolicyName: BlobInventoryPolicyName, properties: BlobInventoryPolicy, options?: BlobInventoryPoliciesCreateOrUpdateOptionalParams): Promise<BlobInventoryPoliciesCreateOrUpdateResponse>;
41
+ /**
42
+ * Deletes the blob inventory policy associated with the specified storage account.
43
+ * @param resourceGroupName The name of the resource group within the user's subscription. The name is
44
+ * case insensitive.
45
+ * @param accountName The name of the storage account within the specified resource group. Storage
46
+ * account names must be between 3 and 24 characters in length and use numbers and lower-case letters
47
+ * only.
48
+ * @param blobInventoryPolicyName The name of the storage account blob inventory policy. It should
49
+ * always be 'default'
50
+ * @param options The options parameters.
51
+ */
52
+ delete(resourceGroupName: string, accountName: string, blobInventoryPolicyName: BlobInventoryPolicyName, options?: BlobInventoryPoliciesDeleteOptionalParams): Promise<void>;
53
+ }
54
+ //# sourceMappingURL=blobInventoryPolicies.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"blobInventoryPolicies.d.ts","sourceRoot":"","sources":["../../src/operationsInterfaces/blobInventoryPolicies.ts"],"names":[],"mappings":"AAQA,OAAO,oBAAoB,CAAC;AAC5B,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EACL,mBAAmB,EACnB,uCAAuC,EACvC,uBAAuB,EACvB,sCAAsC,EACtC,gCAAgC,EAChC,iDAAiD,EACjD,2CAA2C,EAC3C,yCAAyC,EAC1C,MAAM,WAAW,CAAC;AAGnB,sDAAsD;AACtD,MAAM,WAAW,qBAAqB;IACpC;;;;;;;;OAQG;IACH,IAAI,CACF,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,uCAAuC,GAChD,0BAA0B,CAAC,mBAAmB,CAAC,CAAC;IACnD;;;;;;;;;;OAUG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,uBAAuB,EAAE,uBAAuB,EAChD,OAAO,CAAC,EAAE,sCAAsC,GAC/C,OAAO,CAAC,gCAAgC,CAAC,CAAC;IAC7C;;;;;;;;;;;OAWG;IACH,cAAc,CACZ,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,uBAAuB,EAAE,uBAAuB,EAChD,UAAU,EAAE,mBAAmB,EAC/B,OAAO,CAAC,EAAE,iDAAiD,GAC1D,OAAO,CAAC,2CAA2C,CAAC,CAAC;IACxD;;;;;;;;;;OAUG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,uBAAuB,EAAE,uBAAuB,EAChD,OAAO,CAAC,EAAE,yCAAyC,GAClD,OAAO,CAAC,IAAI,CAAC,CAAC;CAClB"}
@@ -5,5 +5,5 @@
5
5
  * Code generated by Microsoft (R) AutoRest Code Generator.
6
6
  * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
7
  */
8
- export { CloudError, Usage, UsageListResult, UsageName } from "../models/mappers";
9
- //# sourceMappingURL=usagesMappers.js.map
8
+ import "@azure/core-paging";
9
+ //# sourceMappingURL=blobInventoryPolicies.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"blobInventoryPolicies.js","sourceRoot":"","sources":["../../src/operationsInterfaces/blobInventoryPolicies.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,oBAAoB,CAAC"}
@@ -0,0 +1,41 @@
1
+ import "@azure/core-paging";
2
+ import { PagedAsyncIterableIterator } from "@azure/core-paging";
3
+ import { BlobServiceProperties, BlobServicesListOptionalParams, BlobServicesSetServicePropertiesOptionalParams, BlobServicesSetServicePropertiesResponse, BlobServicesGetServicePropertiesOptionalParams, BlobServicesGetServicePropertiesResponse } from "../models";
4
+ /** Interface representing a BlobServices. */
5
+ export interface BlobServices {
6
+ /**
7
+ * List blob services of storage account. It returns a collection of one object named default.
8
+ * @param resourceGroupName The name of the resource group within the user's subscription. The name is
9
+ * case insensitive.
10
+ * @param accountName The name of the storage account within the specified resource group. Storage
11
+ * account names must be between 3 and 24 characters in length and use numbers and lower-case letters
12
+ * only.
13
+ * @param options The options parameters.
14
+ */
15
+ list(resourceGroupName: string, accountName: string, options?: BlobServicesListOptionalParams): PagedAsyncIterableIterator<BlobServiceProperties>;
16
+ /**
17
+ * Sets the properties of a storage account’s Blob service, including properties for Storage Analytics
18
+ * and CORS (Cross-Origin Resource Sharing) rules.
19
+ * @param resourceGroupName The name of the resource group within the user's subscription. The name is
20
+ * case insensitive.
21
+ * @param accountName The name of the storage account within the specified resource group. Storage
22
+ * account names must be between 3 and 24 characters in length and use numbers and lower-case letters
23
+ * only.
24
+ * @param parameters The properties of a storage account’s Blob service, including properties for
25
+ * Storage Analytics and CORS (Cross-Origin Resource Sharing) rules.
26
+ * @param options The options parameters.
27
+ */
28
+ setServiceProperties(resourceGroupName: string, accountName: string, parameters: BlobServiceProperties, options?: BlobServicesSetServicePropertiesOptionalParams): Promise<BlobServicesSetServicePropertiesResponse>;
29
+ /**
30
+ * Gets the properties of a storage account’s Blob service, including properties for Storage Analytics
31
+ * and CORS (Cross-Origin Resource Sharing) rules.
32
+ * @param resourceGroupName The name of the resource group within the user's subscription. The name is
33
+ * case insensitive.
34
+ * @param accountName The name of the storage account within the specified resource group. Storage
35
+ * account names must be between 3 and 24 characters in length and use numbers and lower-case letters
36
+ * only.
37
+ * @param options The options parameters.
38
+ */
39
+ getServiceProperties(resourceGroupName: string, accountName: string, options?: BlobServicesGetServicePropertiesOptionalParams): Promise<BlobServicesGetServicePropertiesResponse>;
40
+ }
41
+ //# sourceMappingURL=blobServices.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"blobServices.d.ts","sourceRoot":"","sources":["../../src/operationsInterfaces/blobServices.ts"],"names":[],"mappings":"AAQA,OAAO,oBAAoB,CAAC;AAC5B,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EACL,qBAAqB,EACrB,8BAA8B,EAC9B,8CAA8C,EAC9C,wCAAwC,EACxC,8CAA8C,EAC9C,wCAAwC,EACzC,MAAM,WAAW,CAAC;AAGnB,6CAA6C;AAC7C,MAAM,WAAW,YAAY;IAC3B;;;;;;;;OAQG;IACH,IAAI,CACF,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,8BAA8B,GACvC,0BAA0B,CAAC,qBAAqB,CAAC,CAAC;IACrD;;;;;;;;;;;OAWG;IACH,oBAAoB,CAClB,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,UAAU,EAAE,qBAAqB,EACjC,OAAO,CAAC,EAAE,8CAA8C,GACvD,OAAO,CAAC,wCAAwC,CAAC,CAAC;IACrD;;;;;;;;;OASG;IACH,oBAAoB,CAClB,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,8CAA8C,GACvD,OAAO,CAAC,wCAAwC,CAAC,CAAC;CACtD"}
@@ -5,11 +5,5 @@
5
5
  * Code generated by Microsoft (R) AutoRest Code Generator.
6
6
  * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
7
  */
8
-
9
- export {
10
- CloudError,
11
- Restriction,
12
- SKUCapability,
13
- SkuInformation,
14
- StorageSkuListResult
15
- } from "../models/mappers";
8
+ import "@azure/core-paging";
9
+ //# sourceMappingURL=blobServices.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"blobServices.js","sourceRoot":"","sources":["../../src/operationsInterfaces/blobServices.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,oBAAoB,CAAC"}
@@ -0,0 +1,19 @@
1
+ import "@azure/core-paging";
2
+ import { PagedAsyncIterableIterator } from "@azure/core-paging";
3
+ import { DeletedAccount, DeletedAccountsListOptionalParams, DeletedAccountsGetOptionalParams, DeletedAccountsGetResponse } from "../models";
4
+ /** Interface representing a DeletedAccounts. */
5
+ export interface DeletedAccounts {
6
+ /**
7
+ * Lists deleted accounts under the subscription.
8
+ * @param options The options parameters.
9
+ */
10
+ list(options?: DeletedAccountsListOptionalParams): PagedAsyncIterableIterator<DeletedAccount>;
11
+ /**
12
+ * Get properties of specified deleted account resource.
13
+ * @param deletedAccountName Name of the deleted storage account.
14
+ * @param location The location of the deleted storage account.
15
+ * @param options The options parameters.
16
+ */
17
+ get(deletedAccountName: string, location: string, options?: DeletedAccountsGetOptionalParams): Promise<DeletedAccountsGetResponse>;
18
+ }
19
+ //# sourceMappingURL=deletedAccounts.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"deletedAccounts.d.ts","sourceRoot":"","sources":["../../src/operationsInterfaces/deletedAccounts.ts"],"names":[],"mappings":"AAQA,OAAO,oBAAoB,CAAC;AAC5B,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EACL,cAAc,EACd,iCAAiC,EACjC,gCAAgC,EAChC,0BAA0B,EAC3B,MAAM,WAAW,CAAC;AAGnB,gDAAgD;AAChD,MAAM,WAAW,eAAe;IAC9B;;;OAGG;IACH,IAAI,CACF,OAAO,CAAC,EAAE,iCAAiC,GAC1C,0BAA0B,CAAC,cAAc,CAAC,CAAC;IAC9C;;;;;OAKG;IACH,GAAG,CACD,kBAAkB,EAAE,MAAM,EAC1B,QAAQ,EAAE,MAAM,EAChB,OAAO,CAAC,EAAE,gCAAgC,GACzC,OAAO,CAAC,0BAA0B,CAAC,CAAC;CACxC"}
@@ -5,5 +5,5 @@
5
5
  * Code generated by Microsoft (R) AutoRest Code Generator.
6
6
  * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
7
  */
8
- export { CloudError, Restriction, SKUCapability, SkuInformation, StorageSkuListResult } from "../models/mappers";
9
- //# sourceMappingURL=skusMappers.js.map
8
+ import "@azure/core-paging";
9
+ //# sourceMappingURL=deletedAccounts.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"deletedAccounts.js","sourceRoot":"","sources":["../../src/operationsInterfaces/deletedAccounts.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,oBAAoB,CAAC"}
@@ -0,0 +1,64 @@
1
+ import "@azure/core-paging";
2
+ import { PagedAsyncIterableIterator } from "@azure/core-paging";
3
+ import { EncryptionScope, EncryptionScopesListOptionalParams, EncryptionScopesPutOptionalParams, EncryptionScopesPutResponse, EncryptionScopesPatchOptionalParams, EncryptionScopesPatchResponse, EncryptionScopesGetOptionalParams, EncryptionScopesGetResponse } from "../models";
4
+ /** Interface representing a EncryptionScopes. */
5
+ export interface EncryptionScopes {
6
+ /**
7
+ * Lists all the encryption scopes available under the specified storage account.
8
+ * @param resourceGroupName The name of the resource group within the user's subscription. The name is
9
+ * case insensitive.
10
+ * @param accountName The name of the storage account within the specified resource group. Storage
11
+ * account names must be between 3 and 24 characters in length and use numbers and lower-case letters
12
+ * only.
13
+ * @param options The options parameters.
14
+ */
15
+ list(resourceGroupName: string, accountName: string, options?: EncryptionScopesListOptionalParams): PagedAsyncIterableIterator<EncryptionScope>;
16
+ /**
17
+ * Synchronously creates or updates an encryption scope under the specified storage account. If an
18
+ * encryption scope is already created and a subsequent request is issued with different properties,
19
+ * the encryption scope properties will be updated per the specified request.
20
+ * @param resourceGroupName The name of the resource group within the user's subscription. The name is
21
+ * case insensitive.
22
+ * @param accountName The name of the storage account within the specified resource group. Storage
23
+ * account names must be between 3 and 24 characters in length and use numbers and lower-case letters
24
+ * only.
25
+ * @param encryptionScopeName The name of the encryption scope within the specified storage account.
26
+ * Encryption scope names must be between 3 and 63 characters in length and use numbers, lower-case
27
+ * letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a
28
+ * letter or number.
29
+ * @param encryptionScope Encryption scope properties to be used for the create or update.
30
+ * @param options The options parameters.
31
+ */
32
+ put(resourceGroupName: string, accountName: string, encryptionScopeName: string, encryptionScope: EncryptionScope, options?: EncryptionScopesPutOptionalParams): Promise<EncryptionScopesPutResponse>;
33
+ /**
34
+ * Update encryption scope properties as specified in the request body. Update fails if the specified
35
+ * encryption scope does not already exist.
36
+ * @param resourceGroupName The name of the resource group within the user's subscription. The name is
37
+ * case insensitive.
38
+ * @param accountName The name of the storage account within the specified resource group. Storage
39
+ * account names must be between 3 and 24 characters in length and use numbers and lower-case letters
40
+ * only.
41
+ * @param encryptionScopeName The name of the encryption scope within the specified storage account.
42
+ * Encryption scope names must be between 3 and 63 characters in length and use numbers, lower-case
43
+ * letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a
44
+ * letter or number.
45
+ * @param encryptionScope Encryption scope properties to be used for the update.
46
+ * @param options The options parameters.
47
+ */
48
+ patch(resourceGroupName: string, accountName: string, encryptionScopeName: string, encryptionScope: EncryptionScope, options?: EncryptionScopesPatchOptionalParams): Promise<EncryptionScopesPatchResponse>;
49
+ /**
50
+ * Returns the properties for the specified encryption scope.
51
+ * @param resourceGroupName The name of the resource group within the user's subscription. The name is
52
+ * case insensitive.
53
+ * @param accountName The name of the storage account within the specified resource group. Storage
54
+ * account names must be between 3 and 24 characters in length and use numbers and lower-case letters
55
+ * only.
56
+ * @param encryptionScopeName The name of the encryption scope within the specified storage account.
57
+ * Encryption scope names must be between 3 and 63 characters in length and use numbers, lower-case
58
+ * letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a
59
+ * letter or number.
60
+ * @param options The options parameters.
61
+ */
62
+ get(resourceGroupName: string, accountName: string, encryptionScopeName: string, options?: EncryptionScopesGetOptionalParams): Promise<EncryptionScopesGetResponse>;
63
+ }
64
+ //# sourceMappingURL=encryptionScopes.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"encryptionScopes.d.ts","sourceRoot":"","sources":["../../src/operationsInterfaces/encryptionScopes.ts"],"names":[],"mappings":"AAQA,OAAO,oBAAoB,CAAC;AAC5B,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EACL,eAAe,EACf,kCAAkC,EAClC,iCAAiC,EACjC,2BAA2B,EAC3B,mCAAmC,EACnC,6BAA6B,EAC7B,iCAAiC,EACjC,2BAA2B,EAC5B,MAAM,WAAW,CAAC;AAGnB,iDAAiD;AACjD,MAAM,WAAW,gBAAgB;IAC/B;;;;;;;;OAQG;IACH,IAAI,CACF,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,kCAAkC,GAC3C,0BAA0B,CAAC,eAAe,CAAC,CAAC;IAC/C;;;;;;;;;;;;;;;OAeG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,mBAAmB,EAAE,MAAM,EAC3B,eAAe,EAAE,eAAe,EAChC,OAAO,CAAC,EAAE,iCAAiC,GAC1C,OAAO,CAAC,2BAA2B,CAAC,CAAC;IACxC;;;;;;;;;;;;;;OAcG;IACH,KAAK,CACH,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,mBAAmB,EAAE,MAAM,EAC3B,eAAe,EAAE,eAAe,EAChC,OAAO,CAAC,EAAE,mCAAmC,GAC5C,OAAO,CAAC,6BAA6B,CAAC,CAAC;IAC1C;;;;;;;;;;;;OAYG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,mBAAmB,EAAE,MAAM,EAC3B,OAAO,CAAC,EAAE,iCAAiC,GAC1C,OAAO,CAAC,2BAA2B,CAAC,CAAC;CACzC"}
@@ -0,0 +1,9 @@
1
+ /*
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
+ *
5
+ * Code generated by Microsoft (R) AutoRest Code Generator.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ */
8
+ import "@azure/core-paging";
9
+ //# sourceMappingURL=encryptionScopes.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"encryptionScopes.js","sourceRoot":"","sources":["../../src/operationsInterfaces/encryptionScopes.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,oBAAoB,CAAC"}
@@ -0,0 +1,39 @@
1
+ import { FileServicesListOptionalParams, FileServicesListResponse, FileServiceProperties, FileServicesSetServicePropertiesOptionalParams, FileServicesSetServicePropertiesResponse, FileServicesGetServicePropertiesOptionalParams, FileServicesGetServicePropertiesResponse } from "../models";
2
+ /** Interface representing a FileServices. */
3
+ export interface FileServices {
4
+ /**
5
+ * List all file services in storage accounts
6
+ * @param resourceGroupName The name of the resource group within the user's subscription. The name is
7
+ * case insensitive.
8
+ * @param accountName The name of the storage account within the specified resource group. Storage
9
+ * account names must be between 3 and 24 characters in length and use numbers and lower-case letters
10
+ * only.
11
+ * @param options The options parameters.
12
+ */
13
+ list(resourceGroupName: string, accountName: string, options?: FileServicesListOptionalParams): Promise<FileServicesListResponse>;
14
+ /**
15
+ * Sets the properties of file services in storage accounts, including CORS (Cross-Origin Resource
16
+ * Sharing) rules.
17
+ * @param resourceGroupName The name of the resource group within the user's subscription. The name is
18
+ * case insensitive.
19
+ * @param accountName The name of the storage account within the specified resource group. Storage
20
+ * account names must be between 3 and 24 characters in length and use numbers and lower-case letters
21
+ * only.
22
+ * @param parameters The properties of file services in storage accounts, including CORS (Cross-Origin
23
+ * Resource Sharing) rules.
24
+ * @param options The options parameters.
25
+ */
26
+ setServiceProperties(resourceGroupName: string, accountName: string, parameters: FileServiceProperties, options?: FileServicesSetServicePropertiesOptionalParams): Promise<FileServicesSetServicePropertiesResponse>;
27
+ /**
28
+ * Gets the properties of file services in storage accounts, including CORS (Cross-Origin Resource
29
+ * Sharing) rules.
30
+ * @param resourceGroupName The name of the resource group within the user's subscription. The name is
31
+ * case insensitive.
32
+ * @param accountName The name of the storage account within the specified resource group. Storage
33
+ * account names must be between 3 and 24 characters in length and use numbers and lower-case letters
34
+ * only.
35
+ * @param options The options parameters.
36
+ */
37
+ getServiceProperties(resourceGroupName: string, accountName: string, options?: FileServicesGetServicePropertiesOptionalParams): Promise<FileServicesGetServicePropertiesResponse>;
38
+ }
39
+ //# sourceMappingURL=fileServices.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fileServices.d.ts","sourceRoot":"","sources":["../../src/operationsInterfaces/fileServices.ts"],"names":[],"mappings":"AAQA,OAAO,EACL,8BAA8B,EAC9B,wBAAwB,EACxB,qBAAqB,EACrB,8CAA8C,EAC9C,wCAAwC,EACxC,8CAA8C,EAC9C,wCAAwC,EACzC,MAAM,WAAW,CAAC;AAEnB,6CAA6C;AAC7C,MAAM,WAAW,YAAY;IAC3B;;;;;;;;OAQG;IACH,IAAI,CACF,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,8BAA8B,GACvC,OAAO,CAAC,wBAAwB,CAAC,CAAC;IACrC;;;;;;;;;;;OAWG;IACH,oBAAoB,CAClB,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,UAAU,EAAE,qBAAqB,EACjC,OAAO,CAAC,EAAE,8CAA8C,GACvD,OAAO,CAAC,wCAAwC,CAAC,CAAC;IACrD;;;;;;;;;OASG;IACH,oBAAoB,CAClB,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,8CAA8C,GACvD,OAAO,CAAC,wCAAwC,CAAC,CAAC;CACtD"}
@@ -0,0 +1,9 @@
1
+ /*
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
+ *
5
+ * Code generated by Microsoft (R) AutoRest Code Generator.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ */
8
+ export {};
9
+ //# sourceMappingURL=fileServices.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fileServices.js","sourceRoot":"","sources":["../../src/operationsInterfaces/fileServices.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG"}