@azure/arm-storage 16.1.2 → 17.0.0-alpha.20211206.4

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 (437) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/{LICENSE.txt → LICENSE} +1 -1
  3. package/README.md +69 -80
  4. package/dist/index.js +10847 -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/dist-esm/src/index.d.ts +5 -0
  9. package/dist-esm/src/index.d.ts.map +1 -0
  10. package/{esm/models/operationsMappers.js → dist-esm/src/index.js} +5 -2
  11. package/dist-esm/src/index.js.map +1 -0
  12. package/dist-esm/src/lroImpl.d.ts +16 -0
  13. package/dist-esm/src/lroImpl.d.ts.map +1 -0
  14. package/dist-esm/src/lroImpl.js +29 -0
  15. package/dist-esm/src/lroImpl.js.map +1 -0
  16. package/dist-esm/src/models/index.d.ts +3500 -0
  17. package/dist-esm/src/models/index.d.ts.map +1 -0
  18. package/dist-esm/src/models/index.js +351 -0
  19. package/dist-esm/src/models/index.js.map +1 -0
  20. package/dist-esm/src/models/mappers.d.ts +150 -0
  21. package/dist-esm/src/models/mappers.d.ts.map +1 -0
  22. package/{esm → dist-esm/src}/models/mappers.js +2840 -2487
  23. package/dist-esm/src/models/mappers.js.map +1 -0
  24. package/dist-esm/src/models/parameters.d.ts +61 -0
  25. package/dist-esm/src/models/parameters.d.ts.map +1 -0
  26. package/{esm → dist-esm/src}/models/parameters.js +273 -155
  27. package/dist-esm/src/models/parameters.js.map +1 -0
  28. package/dist-esm/src/operations/blobContainers.d.ts +278 -0
  29. package/dist-esm/src/operations/blobContainers.d.ts.map +1 -0
  30. package/dist-esm/src/operations/blobContainers.js +721 -0
  31. package/dist-esm/src/operations/blobContainers.js.map +1 -0
  32. package/dist-esm/src/operations/blobInventoryPolicies.d.ts +73 -0
  33. package/dist-esm/src/operations/blobInventoryPolicies.d.ts.map +1 -0
  34. package/dist-esm/src/operations/blobInventoryPolicies.js +221 -0
  35. package/dist-esm/src/operations/blobInventoryPolicies.js.map +1 -0
  36. package/dist-esm/src/operations/blobServices.d.ts +60 -0
  37. package/dist-esm/src/operations/blobServices.d.ts.map +1 -0
  38. package/dist-esm/src/operations/blobServices.js +170 -0
  39. package/dist-esm/src/operations/blobServices.js.map +1 -0
  40. package/dist-esm/src/operations/deletedAccounts.d.ts +39 -0
  41. package/dist-esm/src/operations/deletedAccounts.d.ts.map +1 -0
  42. package/dist-esm/src/operations/deletedAccounts.js +154 -0
  43. package/dist-esm/src/operations/deletedAccounts.js.map +1 -0
  44. package/dist-esm/src/operations/encryptionScopes.d.ts +94 -0
  45. package/dist-esm/src/operations/encryptionScopes.d.ts.map +1 -0
  46. package/dist-esm/src/operations/encryptionScopes.js +278 -0
  47. package/dist-esm/src/operations/encryptionScopes.js.map +1 -0
  48. package/dist-esm/src/operations/fileServices.d.ts +47 -0
  49. package/dist-esm/src/operations/fileServices.d.ts.map +1 -0
  50. package/dist-esm/src/operations/fileServices.js +130 -0
  51. package/dist-esm/src/operations/fileServices.js.map +1 -0
  52. package/dist-esm/src/operations/fileShares.d.ts +132 -0
  53. package/dist-esm/src/operations/fileShares.d.ts.map +1 -0
  54. package/dist-esm/src/operations/fileShares.js +398 -0
  55. package/dist-esm/src/operations/fileShares.js.map +1 -0
  56. package/{esm → dist-esm/src}/operations/index.d.ts +0 -0
  57. package/dist-esm/src/operations/index.d.ts.map +1 -0
  58. package/{esm → dist-esm/src}/operations/index.js +1 -2
  59. package/dist-esm/src/operations/index.js.map +1 -0
  60. package/dist-esm/src/operations/managementPolicies.d.ts +50 -0
  61. package/dist-esm/src/operations/managementPolicies.d.ts.map +1 -0
  62. package/dist-esm/src/operations/managementPolicies.js +126 -0
  63. package/dist-esm/src/operations/managementPolicies.js.map +1 -0
  64. package/dist-esm/src/operations/objectReplicationPoliciesOperations.d.ts +80 -0
  65. package/dist-esm/src/operations/objectReplicationPoliciesOperations.d.ts.map +1 -0
  66. package/dist-esm/src/operations/objectReplicationPoliciesOperations.js +228 -0
  67. package/dist-esm/src/operations/objectReplicationPoliciesOperations.js.map +1 -0
  68. package/dist-esm/src/operations/operations.d.ts +26 -0
  69. package/dist-esm/src/operations/operations.d.ts.map +1 -0
  70. package/dist-esm/src/operations/operations.js +87 -0
  71. package/dist-esm/src/operations/operations.js.map +1 -0
  72. package/dist-esm/src/operations/privateEndpointConnections.d.ts +73 -0
  73. package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +1 -0
  74. package/dist-esm/src/operations/privateEndpointConnections.js +228 -0
  75. package/dist-esm/src/operations/privateEndpointConnections.js.map +1 -0
  76. package/dist-esm/src/operations/privateLinkResources.d.ts +23 -0
  77. package/dist-esm/src/operations/privateLinkResources.d.ts.map +1 -0
  78. package/dist-esm/src/operations/privateLinkResources.js +53 -0
  79. package/dist-esm/src/operations/privateLinkResources.js.map +1 -0
  80. package/dist-esm/src/operations/queue.d.ts +101 -0
  81. package/dist-esm/src/operations/queue.d.ts.map +1 -0
  82. package/dist-esm/src/operations/queue.js +306 -0
  83. package/dist-esm/src/operations/queue.js.map +1 -0
  84. package/dist-esm/src/operations/queueServices.d.ts +47 -0
  85. package/dist-esm/src/operations/queueServices.d.ts.map +1 -0
  86. package/dist-esm/src/operations/queueServices.js +130 -0
  87. package/dist-esm/src/operations/queueServices.js.map +1 -0
  88. package/dist-esm/src/operations/skus.d.ts +26 -0
  89. package/dist-esm/src/operations/skus.d.ts.map +1 -0
  90. package/dist-esm/src/operations/skus.js +87 -0
  91. package/dist-esm/src/operations/skus.js.map +1 -0
  92. package/dist-esm/src/operations/storageAccounts.d.ts +284 -0
  93. package/dist-esm/src/operations/storageAccounts.d.ts.map +1 -0
  94. package/dist-esm/src/operations/storageAccounts.js +920 -0
  95. package/dist-esm/src/operations/storageAccounts.js.map +1 -0
  96. package/dist-esm/src/operations/tableOperations.d.ts +99 -0
  97. package/dist-esm/src/operations/tableOperations.d.ts.map +1 -0
  98. package/dist-esm/src/operations/tableOperations.js +292 -0
  99. package/dist-esm/src/operations/tableOperations.js.map +1 -0
  100. package/dist-esm/src/operations/tableServices.d.ts +47 -0
  101. package/dist-esm/src/operations/tableServices.d.ts.map +1 -0
  102. package/dist-esm/src/operations/tableServices.js +130 -0
  103. package/dist-esm/src/operations/tableServices.js.map +1 -0
  104. package/dist-esm/src/operations/usages.d.ts +28 -0
  105. package/dist-esm/src/operations/usages.d.ts.map +1 -0
  106. package/dist-esm/src/operations/usages.js +93 -0
  107. package/dist-esm/src/operations/usages.js.map +1 -0
  108. package/dist-esm/src/operationsInterfaces/blobContainers.d.ts +246 -0
  109. package/dist-esm/src/operationsInterfaces/blobContainers.d.ts.map +1 -0
  110. package/{src/models/usagesMappers.ts → dist-esm/src/operationsInterfaces/blobContainers.js} +2 -7
  111. package/dist-esm/src/operationsInterfaces/blobContainers.js.map +1 -0
  112. package/dist-esm/src/operationsInterfaces/blobInventoryPolicies.d.ts +53 -0
  113. package/dist-esm/src/operationsInterfaces/blobInventoryPolicies.d.ts.map +1 -0
  114. package/{esm/models/usagesMappers.js → dist-esm/src/operationsInterfaces/blobInventoryPolicies.js} +2 -2
  115. package/dist-esm/src/operationsInterfaces/blobInventoryPolicies.js.map +1 -0
  116. package/dist-esm/src/operationsInterfaces/blobServices.d.ts +40 -0
  117. package/dist-esm/src/operationsInterfaces/blobServices.d.ts.map +1 -0
  118. package/{src/models/skusMappers.ts → dist-esm/src/operationsInterfaces/blobServices.js} +2 -8
  119. package/dist-esm/src/operationsInterfaces/blobServices.js.map +1 -0
  120. package/dist-esm/src/operationsInterfaces/deletedAccounts.d.ts +18 -0
  121. package/dist-esm/src/operationsInterfaces/deletedAccounts.d.ts.map +1 -0
  122. package/dist-esm/src/operationsInterfaces/deletedAccounts.js +9 -0
  123. package/dist-esm/src/operationsInterfaces/deletedAccounts.js.map +1 -0
  124. package/dist-esm/src/operationsInterfaces/encryptionScopes.d.ts +63 -0
  125. package/dist-esm/src/operationsInterfaces/encryptionScopes.d.ts.map +1 -0
  126. package/dist-esm/src/operationsInterfaces/encryptionScopes.js +9 -0
  127. package/dist-esm/src/operationsInterfaces/encryptionScopes.js.map +1 -0
  128. package/dist-esm/src/operationsInterfaces/fileServices.d.ts +39 -0
  129. package/dist-esm/src/operationsInterfaces/fileServices.d.ts.map +1 -0
  130. package/dist-esm/src/operationsInterfaces/fileServices.js +9 -0
  131. package/dist-esm/src/operationsInterfaces/fileServices.js.map +1 -0
  132. package/dist-esm/src/operationsInterfaces/fileShares.d.ts +101 -0
  133. package/dist-esm/src/operationsInterfaces/fileShares.d.ts.map +1 -0
  134. package/dist-esm/src/operationsInterfaces/fileShares.js +9 -0
  135. package/dist-esm/src/operationsInterfaces/fileShares.js.map +1 -0
  136. package/dist-esm/src/operationsInterfaces/index.d.ts +20 -0
  137. package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
  138. package/dist-esm/src/operationsInterfaces/index.js +27 -0
  139. package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
  140. package/dist-esm/src/operationsInterfaces/managementPolicies.d.ts +42 -0
  141. package/dist-esm/src/operationsInterfaces/managementPolicies.d.ts.map +1 -0
  142. package/dist-esm/src/operationsInterfaces/managementPolicies.js +9 -0
  143. package/dist-esm/src/operationsInterfaces/managementPolicies.js.map +1 -0
  144. package/dist-esm/src/operationsInterfaces/objectReplicationPoliciesOperations.d.ts +60 -0
  145. package/dist-esm/src/operationsInterfaces/objectReplicationPoliciesOperations.d.ts.map +1 -0
  146. package/dist-esm/src/operationsInterfaces/objectReplicationPoliciesOperations.js +9 -0
  147. package/dist-esm/src/operationsInterfaces/objectReplicationPoliciesOperations.js.map +1 -0
  148. package/dist-esm/src/operationsInterfaces/operations.d.ts +11 -0
  149. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
  150. package/dist-esm/src/operationsInterfaces/operations.js +9 -0
  151. package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
  152. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts +53 -0
  153. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
  154. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js +9 -0
  155. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js.map +1 -0
  156. package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts +15 -0
  157. package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
  158. package/dist-esm/src/operationsInterfaces/privateLinkResources.js +9 -0
  159. package/dist-esm/src/operationsInterfaces/privateLinkResources.js.map +1 -0
  160. package/dist-esm/src/operationsInterfaces/queue.d.ts +70 -0
  161. package/dist-esm/src/operationsInterfaces/queue.d.ts.map +1 -0
  162. package/dist-esm/src/operationsInterfaces/queue.js +9 -0
  163. package/dist-esm/src/operationsInterfaces/queue.js.map +1 -0
  164. package/dist-esm/src/operationsInterfaces/queueServices.d.ts +39 -0
  165. package/dist-esm/src/operationsInterfaces/queueServices.d.ts.map +1 -0
  166. package/dist-esm/src/operationsInterfaces/queueServices.js +9 -0
  167. package/dist-esm/src/operationsInterfaces/queueServices.js.map +1 -0
  168. package/dist-esm/src/operationsInterfaces/skus.d.ts +11 -0
  169. package/dist-esm/src/operationsInterfaces/skus.d.ts.map +1 -0
  170. package/{esm/models/index.js → dist-esm/src/operationsInterfaces/skus.js} +2 -1
  171. package/dist-esm/src/operationsInterfaces/skus.js.map +1 -0
  172. package/dist-esm/src/operationsInterfaces/storageAccounts.d.ts +244 -0
  173. package/dist-esm/src/operationsInterfaces/storageAccounts.d.ts.map +1 -0
  174. package/dist-esm/src/operationsInterfaces/storageAccounts.js +9 -0
  175. package/dist-esm/src/operationsInterfaces/storageAccounts.js.map +1 -0
  176. package/dist-esm/src/operationsInterfaces/tableOperations.d.ts +68 -0
  177. package/dist-esm/src/operationsInterfaces/tableOperations.d.ts.map +1 -0
  178. package/dist-esm/src/operationsInterfaces/tableOperations.js +9 -0
  179. package/dist-esm/src/operationsInterfaces/tableOperations.js.map +1 -0
  180. package/dist-esm/src/operationsInterfaces/tableServices.d.ts +39 -0
  181. package/dist-esm/src/operationsInterfaces/tableServices.d.ts.map +1 -0
  182. package/dist-esm/src/operationsInterfaces/tableServices.js +9 -0
  183. package/dist-esm/src/operationsInterfaces/tableServices.js.map +1 -0
  184. package/dist-esm/src/operationsInterfaces/usages.d.ts +12 -0
  185. package/dist-esm/src/operationsInterfaces/usages.d.ts.map +1 -0
  186. package/dist-esm/src/operationsInterfaces/usages.js +9 -0
  187. package/dist-esm/src/operationsInterfaces/usages.js.map +1 -0
  188. package/dist-esm/src/storageManagementClient.d.ts +36 -0
  189. package/dist-esm/src/storageManagementClient.d.ts.map +1 -0
  190. package/dist-esm/src/storageManagementClient.js +69 -0
  191. package/dist-esm/src/storageManagementClient.js.map +1 -0
  192. package/dist-esm/test/storage_examples.d.ts +4 -0
  193. package/dist-esm/test/storage_examples.d.ts.map +1 -0
  194. package/dist-esm/test/storage_examples.js +196 -0
  195. package/dist-esm/test/storage_examples.js.map +1 -0
  196. package/package.json +64 -21
  197. package/review/arm-storage.api.md +2730 -0
  198. package/rollup.config.js +181 -30
  199. package/src/{models/operationsMappers.ts → index.ts} +4 -9
  200. package/src/lroImpl.ts +34 -0
  201. package/src/models/index.ts +2869 -4433
  202. package/src/models/mappers.ts +2917 -2532
  203. package/src/models/parameters.ts +361 -156
  204. package/src/operations/blobContainers.ts +724 -1041
  205. package/src/operations/blobInventoryPolicies.ts +185 -215
  206. package/src/operations/blobServices.ts +153 -181
  207. package/src/operations/deletedAccounts.ts +114 -116
  208. package/src/operations/encryptionScopes.ts +236 -295
  209. package/src/operations/fileServices.ts +103 -175
  210. package/src/operations/fileShares.ts +338 -564
  211. package/src/operations/index.ts +1 -2
  212. package/src/operations/managementPolicies.ts +106 -179
  213. package/src/operations/objectReplicationPoliciesOperations.ts +190 -231
  214. package/src/operations/operations.ts +64 -42
  215. package/src/operations/privateEndpointConnections.ts +180 -218
  216. package/src/operations/privateLinkResources.ts +41 -64
  217. package/src/operations/queue.ts +272 -369
  218. package/src/operations/queueServices.ts +107 -177
  219. package/src/operations/skus.ts +62 -45
  220. package/src/operations/storageAccounts.ts +978 -831
  221. package/src/operations/tableOperations.ts +258 -332
  222. package/src/operations/tableServices.ts +107 -177
  223. package/src/operations/usages.ts +76 -49
  224. package/src/operationsInterfaces/blobContainers.ts +365 -0
  225. package/src/operationsInterfaces/blobInventoryPolicies.ts +91 -0
  226. package/src/operationsInterfaces/blobServices.ts +69 -0
  227. package/src/operationsInterfaces/deletedAccounts.ts +38 -0
  228. package/src/operationsInterfaces/encryptionScopes.ts +102 -0
  229. package/src/operationsInterfaces/fileServices.ts +68 -0
  230. package/src/operationsInterfaces/fileShares.ts +162 -0
  231. package/src/operationsInterfaces/index.ts +27 -0
  232. package/src/operationsInterfaces/managementPolicies.ts +74 -0
  233. package/src/operationsInterfaces/objectReplicationPoliciesOperations.ts +97 -0
  234. package/src/operationsInterfaces/operations.ts +22 -0
  235. package/src/operationsInterfaces/privateEndpointConnections.ts +90 -0
  236. package/src/operationsInterfaces/privateLinkResources.ts +30 -0
  237. package/src/operationsInterfaces/queue.ts +116 -0
  238. package/src/operationsInterfaces/queueServices.ts +68 -0
  239. package/src/operationsInterfaces/skus.ts +22 -0
  240. package/src/operationsInterfaces/storageAccounts.ts +387 -0
  241. package/src/operationsInterfaces/tableOperations.ts +111 -0
  242. package/src/operationsInterfaces/tableServices.ts +68 -0
  243. package/src/operationsInterfaces/usages.ts +24 -0
  244. package/src/storageManagementClient.ts +138 -68
  245. package/tsconfig.json +3 -3
  246. package/types/arm-storage.d.ts +5155 -0
  247. package/types/tsdoc-metadata.json +11 -0
  248. package/dist/arm-storage.js +0 -10687
  249. package/dist/arm-storage.js.map +0 -1
  250. package/dist/arm-storage.min.js +0 -1
  251. package/dist/arm-storage.min.js.map +0 -1
  252. package/esm/models/blobContainersMappers.d.ts +0 -2
  253. package/esm/models/blobContainersMappers.d.ts.map +0 -1
  254. package/esm/models/blobContainersMappers.js +0 -9
  255. package/esm/models/blobContainersMappers.js.map +0 -1
  256. package/esm/models/blobInventoryPoliciesMappers.d.ts +0 -2
  257. package/esm/models/blobInventoryPoliciesMappers.d.ts.map +0 -1
  258. package/esm/models/blobInventoryPoliciesMappers.js +0 -9
  259. package/esm/models/blobInventoryPoliciesMappers.js.map +0 -1
  260. package/esm/models/blobServicesMappers.d.ts +0 -2
  261. package/esm/models/blobServicesMappers.d.ts.map +0 -1
  262. package/esm/models/blobServicesMappers.js +0 -9
  263. package/esm/models/blobServicesMappers.js.map +0 -1
  264. package/esm/models/deletedAccountsMappers.d.ts +0 -2
  265. package/esm/models/deletedAccountsMappers.d.ts.map +0 -1
  266. package/esm/models/deletedAccountsMappers.js +0 -9
  267. package/esm/models/deletedAccountsMappers.js.map +0 -1
  268. package/esm/models/encryptionScopesMappers.d.ts +0 -2
  269. package/esm/models/encryptionScopesMappers.d.ts.map +0 -1
  270. package/esm/models/encryptionScopesMappers.js +0 -9
  271. package/esm/models/encryptionScopesMappers.js.map +0 -1
  272. package/esm/models/fileServicesMappers.d.ts +0 -2
  273. package/esm/models/fileServicesMappers.d.ts.map +0 -1
  274. package/esm/models/fileServicesMappers.js +0 -9
  275. package/esm/models/fileServicesMappers.js.map +0 -1
  276. package/esm/models/fileSharesMappers.d.ts +0 -2
  277. package/esm/models/fileSharesMappers.d.ts.map +0 -1
  278. package/esm/models/fileSharesMappers.js +0 -9
  279. package/esm/models/fileSharesMappers.js.map +0 -1
  280. package/esm/models/index.d.ts +0 -5116
  281. package/esm/models/index.d.ts.map +0 -1
  282. package/esm/models/index.js.map +0 -1
  283. package/esm/models/managementPoliciesMappers.d.ts +0 -2
  284. package/esm/models/managementPoliciesMappers.d.ts.map +0 -1
  285. package/esm/models/managementPoliciesMappers.js +0 -9
  286. package/esm/models/managementPoliciesMappers.js.map +0 -1
  287. package/esm/models/mappers.d.ts +0 -139
  288. package/esm/models/mappers.d.ts.map +0 -1
  289. package/esm/models/mappers.js.map +0 -1
  290. package/esm/models/objectReplicationPoliciesOperationsMappers.d.ts +0 -2
  291. package/esm/models/objectReplicationPoliciesOperationsMappers.d.ts.map +0 -1
  292. package/esm/models/objectReplicationPoliciesOperationsMappers.js +0 -9
  293. package/esm/models/objectReplicationPoliciesOperationsMappers.js.map +0 -1
  294. package/esm/models/operationsMappers.d.ts +0 -2
  295. package/esm/models/operationsMappers.d.ts.map +0 -1
  296. package/esm/models/operationsMappers.js.map +0 -1
  297. package/esm/models/parameters.d.ts +0 -34
  298. package/esm/models/parameters.d.ts.map +0 -1
  299. package/esm/models/parameters.js.map +0 -1
  300. package/esm/models/privateEndpointConnectionsMappers.d.ts +0 -2
  301. package/esm/models/privateEndpointConnectionsMappers.d.ts.map +0 -1
  302. package/esm/models/privateEndpointConnectionsMappers.js +0 -9
  303. package/esm/models/privateEndpointConnectionsMappers.js.map +0 -1
  304. package/esm/models/privateLinkResourcesMappers.d.ts +0 -2
  305. package/esm/models/privateLinkResourcesMappers.d.ts.map +0 -1
  306. package/esm/models/privateLinkResourcesMappers.js +0 -9
  307. package/esm/models/privateLinkResourcesMappers.js.map +0 -1
  308. package/esm/models/queueMappers.d.ts +0 -2
  309. package/esm/models/queueMappers.d.ts.map +0 -1
  310. package/esm/models/queueMappers.js +0 -9
  311. package/esm/models/queueMappers.js.map +0 -1
  312. package/esm/models/queueServicesMappers.d.ts +0 -2
  313. package/esm/models/queueServicesMappers.d.ts.map +0 -1
  314. package/esm/models/queueServicesMappers.js +0 -9
  315. package/esm/models/queueServicesMappers.js.map +0 -1
  316. package/esm/models/skusMappers.d.ts +0 -2
  317. package/esm/models/skusMappers.d.ts.map +0 -1
  318. package/esm/models/skusMappers.js +0 -9
  319. package/esm/models/skusMappers.js.map +0 -1
  320. package/esm/models/storageAccountsMappers.d.ts +0 -2
  321. package/esm/models/storageAccountsMappers.d.ts.map +0 -1
  322. package/esm/models/storageAccountsMappers.js +0 -9
  323. package/esm/models/storageAccountsMappers.js.map +0 -1
  324. package/esm/models/tableOperationsMappers.d.ts +0 -2
  325. package/esm/models/tableOperationsMappers.d.ts.map +0 -1
  326. package/esm/models/tableOperationsMappers.js +0 -9
  327. package/esm/models/tableOperationsMappers.js.map +0 -1
  328. package/esm/models/tableServicesMappers.d.ts +0 -2
  329. package/esm/models/tableServicesMappers.d.ts.map +0 -1
  330. package/esm/models/tableServicesMappers.js +0 -9
  331. package/esm/models/tableServicesMappers.js.map +0 -1
  332. package/esm/models/usagesMappers.d.ts +0 -2
  333. package/esm/models/usagesMappers.d.ts.map +0 -1
  334. package/esm/models/usagesMappers.js.map +0 -1
  335. package/esm/operations/blobContainers.d.ts +0 -627
  336. package/esm/operations/blobContainers.d.ts.map +0 -1
  337. package/esm/operations/blobContainers.js +0 -569
  338. package/esm/operations/blobContainers.js.map +0 -1
  339. package/esm/operations/blobInventoryPolicies.d.ts +0 -136
  340. package/esm/operations/blobInventoryPolicies.d.ts.map +0 -1
  341. package/esm/operations/blobInventoryPolicies.js +0 -164
  342. package/esm/operations/blobInventoryPolicies.js.map +0 -1
  343. package/esm/operations/blobServices.d.ts +0 -111
  344. package/esm/operations/blobServices.d.ts.map +0 -1
  345. package/esm/operations/blobServices.js +0 -127
  346. package/esm/operations/blobServices.js.map +0 -1
  347. package/esm/operations/deletedAccounts.d.ts +0 -67
  348. package/esm/operations/deletedAccounts.d.ts.map +0 -1
  349. package/esm/operations/deletedAccounts.js +0 -113
  350. package/esm/operations/deletedAccounts.js.map +0 -1
  351. package/esm/operations/encryptionScopes.d.ts +0 -196
  352. package/esm/operations/encryptionScopes.d.ts.map +0 -1
  353. package/esm/operations/encryptionScopes.js +0 -199
  354. package/esm/operations/encryptionScopes.js.map +0 -1
  355. package/esm/operations/fileServices.d.ts +0 -111
  356. package/esm/operations/fileServices.d.ts.map +0 -1
  357. package/esm/operations/fileServices.js +0 -127
  358. package/esm/operations/fileServices.js.map +0 -1
  359. package/esm/operations/fileShares.d.ts +0 -289
  360. package/esm/operations/fileShares.d.ts.map +0 -1
  361. package/esm/operations/fileShares.js +0 -247
  362. package/esm/operations/fileShares.js.map +0 -1
  363. package/esm/operations/index.d.ts.map +0 -1
  364. package/esm/operations/index.js.map +0 -1
  365. package/esm/operations/managementPolicies.d.ts +0 -109
  366. package/esm/operations/managementPolicies.d.ts.map +0 -1
  367. package/esm/operations/managementPolicies.js +0 -129
  368. package/esm/operations/managementPolicies.js.map +0 -1
  369. package/esm/operations/objectReplicationPoliciesOperations.d.ts +0 -157
  370. package/esm/operations/objectReplicationPoliciesOperations.d.ts.map +0 -1
  371. package/esm/operations/objectReplicationPoliciesOperations.js +0 -161
  372. package/esm/operations/objectReplicationPoliciesOperations.js.map +0 -1
  373. package/esm/operations/operations.d.ts +0 -28
  374. package/esm/operations/operations.d.ts.map +0 -1
  375. package/esm/operations/operations.js +0 -50
  376. package/esm/operations/operations.js.map +0 -1
  377. package/esm/operations/privateEndpointConnections.d.ts +0 -154
  378. package/esm/operations/privateEndpointConnections.d.ts.map +0 -1
  379. package/esm/operations/privateEndpointConnections.js +0 -161
  380. package/esm/operations/privateEndpointConnections.js.map +0 -1
  381. package/esm/operations/privateLinkResources.d.ts +0 -43
  382. package/esm/operations/privateLinkResources.d.ts.map +0 -1
  383. package/esm/operations/privateLinkResources.js +0 -57
  384. package/esm/operations/privateLinkResources.js.map +0 -1
  385. package/esm/operations/queue.d.ts +0 -229
  386. package/esm/operations/queue.d.ts.map +0 -1
  387. package/esm/operations/queue.js +0 -239
  388. package/esm/operations/queue.js.map +0 -1
  389. package/esm/operations/queueServices.d.ts +0 -105
  390. package/esm/operations/queueServices.d.ts.map +0 -1
  391. package/esm/operations/queueServices.js +0 -131
  392. package/esm/operations/queueServices.js.map +0 -1
  393. package/esm/operations/skus.d.ts +0 -28
  394. package/esm/operations/skus.d.ts.map +0 -1
  395. package/esm/operations/skus.js +0 -53
  396. package/esm/operations/skus.js.map +0 -1
  397. package/esm/operations/storageAccounts.d.ts +0 -455
  398. package/esm/operations/storageAccounts.d.ts.map +0 -1
  399. package/esm/operations/storageAccounts.js +0 -642
  400. package/esm/operations/storageAccounts.js.map +0 -1
  401. package/esm/operations/tableOperations.d.ts +0 -217
  402. package/esm/operations/tableOperations.d.ts.map +0 -1
  403. package/esm/operations/tableOperations.js +0 -216
  404. package/esm/operations/tableOperations.js.map +0 -1
  405. package/esm/operations/tableServices.d.ts +0 -105
  406. package/esm/operations/tableServices.d.ts.map +0 -1
  407. package/esm/operations/tableServices.js +0 -131
  408. package/esm/operations/tableServices.js.map +0 -1
  409. package/esm/operations/usages.d.ts +0 -32
  410. package/esm/operations/usages.d.ts.map +0 -1
  411. package/esm/operations/usages.js +0 -55
  412. package/esm/operations/usages.js.map +0 -1
  413. package/esm/storageManagementClient.d.ts +0 -42
  414. package/esm/storageManagementClient.d.ts.map +0 -1
  415. package/esm/storageManagementClient.js +0 -55
  416. package/esm/storageManagementClient.js.map +0 -1
  417. package/esm/storageManagementClientContext.d.ts +0 -22
  418. package/esm/storageManagementClientContext.d.ts.map +0 -1
  419. package/esm/storageManagementClientContext.js +0 -61
  420. package/esm/storageManagementClientContext.js.map +0 -1
  421. package/src/models/blobContainersMappers.ts +0 -106
  422. package/src/models/blobInventoryPoliciesMappers.ts +0 -99
  423. package/src/models/blobServicesMappers.ts +0 -98
  424. package/src/models/deletedAccountsMappers.ts +0 -99
  425. package/src/models/encryptionScopesMappers.ts +0 -100
  426. package/src/models/fileServicesMappers.ts +0 -98
  427. package/src/models/fileSharesMappers.ts +0 -99
  428. package/src/models/managementPoliciesMappers.ts +0 -97
  429. package/src/models/objectReplicationPoliciesOperationsMappers.ts +0 -99
  430. package/src/models/privateEndpointConnectionsMappers.ts +0 -100
  431. package/src/models/privateLinkResourcesMappers.ts +0 -98
  432. package/src/models/queueMappers.ts +0 -98
  433. package/src/models/queueServicesMappers.ts +0 -98
  434. package/src/models/storageAccountsMappers.ts +0 -109
  435. package/src/models/tableOperationsMappers.ts +0 -98
  436. package/src/models/tableServicesMappers.ts +0 -98
  437. package/src/storageManagementClientContext.ts +0 -74
@@ -0,0 +1,116 @@
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
+
9
+ import { PagedAsyncIterableIterator } from "@azure/core-paging";
10
+ import {
11
+ ListQueue,
12
+ QueueListOptionalParams,
13
+ StorageQueue,
14
+ QueueCreateOptionalParams,
15
+ QueueCreateResponse,
16
+ QueueUpdateOptionalParams,
17
+ QueueUpdateResponse,
18
+ QueueGetOptionalParams,
19
+ QueueGetResponse,
20
+ QueueDeleteOptionalParams
21
+ } from "../models";
22
+
23
+ /// <reference lib="esnext.asynciterable" />
24
+ /** Interface representing a Queue. */
25
+ export interface Queue {
26
+ /**
27
+ * Gets a list of all the queues under the specified storage account
28
+ * @param resourceGroupName The name of the resource group within the user's subscription. The name is
29
+ * case insensitive.
30
+ * @param accountName The name of the storage account within the specified resource group. Storage
31
+ * account names must be between 3 and 24 characters in length and use numbers and lower-case letters
32
+ * only.
33
+ * @param options The options parameters.
34
+ */
35
+ list(
36
+ resourceGroupName: string,
37
+ accountName: string,
38
+ options?: QueueListOptionalParams
39
+ ): PagedAsyncIterableIterator<ListQueue>;
40
+ /**
41
+ * Creates a new queue with the specified queue name, under the specified account.
42
+ * @param resourceGroupName The name of the resource group within the user's subscription. The name is
43
+ * case insensitive.
44
+ * @param accountName The name of the storage account within the specified resource group. Storage
45
+ * account names must be between 3 and 24 characters in length and use numbers and lower-case letters
46
+ * only.
47
+ * @param queueName A queue name must be unique within a storage account and must be between 3 and 63
48
+ * characters.The name must comprise of lowercase alphanumeric and dash(-) characters only, it should
49
+ * begin and end with an alphanumeric character and it cannot have two consecutive dash(-) characters.
50
+ * @param queue Queue properties and metadata to be created with
51
+ * @param options The options parameters.
52
+ */
53
+ create(
54
+ resourceGroupName: string,
55
+ accountName: string,
56
+ queueName: string,
57
+ queue: StorageQueue,
58
+ options?: QueueCreateOptionalParams
59
+ ): Promise<QueueCreateResponse>;
60
+ /**
61
+ * Creates a new queue with the specified queue name, under the specified account.
62
+ * @param resourceGroupName The name of the resource group within the user's subscription. The name is
63
+ * case insensitive.
64
+ * @param accountName The name of the storage account within the specified resource group. Storage
65
+ * account names must be between 3 and 24 characters in length and use numbers and lower-case letters
66
+ * only.
67
+ * @param queueName A queue name must be unique within a storage account and must be between 3 and 63
68
+ * characters.The name must comprise of lowercase alphanumeric and dash(-) characters only, it should
69
+ * begin and end with an alphanumeric character and it cannot have two consecutive dash(-) characters.
70
+ * @param queue Queue properties and metadata to be created with
71
+ * @param options The options parameters.
72
+ */
73
+ update(
74
+ resourceGroupName: string,
75
+ accountName: string,
76
+ queueName: string,
77
+ queue: StorageQueue,
78
+ options?: QueueUpdateOptionalParams
79
+ ): Promise<QueueUpdateResponse>;
80
+ /**
81
+ * Gets the queue with the specified queue name, under the specified account if it exists.
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 queueName A queue name must be unique within a storage account and must be between 3 and 63
88
+ * characters.The name must comprise of lowercase alphanumeric and dash(-) characters only, it should
89
+ * begin and end with an alphanumeric character and it cannot have two consecutive dash(-) characters.
90
+ * @param options The options parameters.
91
+ */
92
+ get(
93
+ resourceGroupName: string,
94
+ accountName: string,
95
+ queueName: string,
96
+ options?: QueueGetOptionalParams
97
+ ): Promise<QueueGetResponse>;
98
+ /**
99
+ * Deletes the queue with the specified queue name, under the specified account if it exists.
100
+ * @param resourceGroupName The name of the resource group within the user's subscription. The name is
101
+ * case insensitive.
102
+ * @param accountName The name of the storage account within the specified resource group. Storage
103
+ * account names must be between 3 and 24 characters in length and use numbers and lower-case letters
104
+ * only.
105
+ * @param queueName A queue name must be unique within a storage account and must be between 3 and 63
106
+ * characters.The name must comprise of lowercase alphanumeric and dash(-) characters only, it should
107
+ * begin and end with an alphanumeric character and it cannot have two consecutive dash(-) characters.
108
+ * @param options The options parameters.
109
+ */
110
+ delete(
111
+ resourceGroupName: string,
112
+ accountName: string,
113
+ queueName: string,
114
+ options?: QueueDeleteOptionalParams
115
+ ): Promise<void>;
116
+ }
@@ -0,0 +1,68 @@
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
+
9
+ import {
10
+ QueueServicesListOptionalParams,
11
+ QueueServicesListResponse,
12
+ QueueServiceProperties,
13
+ QueueServicesSetServicePropertiesOptionalParams,
14
+ QueueServicesSetServicePropertiesResponse,
15
+ QueueServicesGetServicePropertiesOptionalParams,
16
+ QueueServicesGetServicePropertiesResponse
17
+ } from "../models";
18
+
19
+ /** Interface representing a QueueServices. */
20
+ export interface QueueServices {
21
+ /**
22
+ * List all queue services for the storage account
23
+ * @param resourceGroupName The name of the resource group within the user's subscription. The name is
24
+ * case insensitive.
25
+ * @param accountName The name of the storage account within the specified resource group. Storage
26
+ * account names must be between 3 and 24 characters in length and use numbers and lower-case letters
27
+ * only.
28
+ * @param options The options parameters.
29
+ */
30
+ list(
31
+ resourceGroupName: string,
32
+ accountName: string,
33
+ options?: QueueServicesListOptionalParams
34
+ ): Promise<QueueServicesListResponse>;
35
+ /**
36
+ * Sets the properties of a storage account’s Queue service, including properties for Storage Analytics
37
+ * and CORS (Cross-Origin Resource Sharing) rules.
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 parameters The properties of a storage account’s Queue service, only properties for Storage
44
+ * Analytics and CORS (Cross-Origin Resource Sharing) rules can be specified.
45
+ * @param options The options parameters.
46
+ */
47
+ setServiceProperties(
48
+ resourceGroupName: string,
49
+ accountName: string,
50
+ parameters: QueueServiceProperties,
51
+ options?: QueueServicesSetServicePropertiesOptionalParams
52
+ ): Promise<QueueServicesSetServicePropertiesResponse>;
53
+ /**
54
+ * Gets the properties of a storage account’s Queue service, including properties for Storage Analytics
55
+ * and CORS (Cross-Origin Resource Sharing) rules.
56
+ * @param resourceGroupName The name of the resource group within the user's subscription. The name is
57
+ * case insensitive.
58
+ * @param accountName The name of the storage account within the specified resource group. Storage
59
+ * account names must be between 3 and 24 characters in length and use numbers and lower-case letters
60
+ * only.
61
+ * @param options The options parameters.
62
+ */
63
+ getServiceProperties(
64
+ resourceGroupName: string,
65
+ accountName: string,
66
+ options?: QueueServicesGetServicePropertiesOptionalParams
67
+ ): Promise<QueueServicesGetServicePropertiesResponse>;
68
+ }
@@ -0,0 +1,22 @@
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
+
9
+ import { PagedAsyncIterableIterator } from "@azure/core-paging";
10
+ import { SkuInformation, SkusListOptionalParams } from "../models";
11
+
12
+ /// <reference lib="esnext.asynciterable" />
13
+ /** Interface representing a Skus. */
14
+ export interface Skus {
15
+ /**
16
+ * Lists the available SKUs supported by Microsoft.Storage for given subscription.
17
+ * @param options The options parameters.
18
+ */
19
+ list(
20
+ options?: SkusListOptionalParams
21
+ ): PagedAsyncIterableIterator<SkuInformation>;
22
+ }
@@ -0,0 +1,387 @@
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
+
9
+ import { PagedAsyncIterableIterator } from "@azure/core-paging";
10
+ import { PollerLike, PollOperationState } from "@azure/core-lro";
11
+ import {
12
+ StorageAccount,
13
+ StorageAccountsListOptionalParams,
14
+ StorageAccountsListByResourceGroupOptionalParams,
15
+ StorageAccountCheckNameAvailabilityParameters,
16
+ StorageAccountsCheckNameAvailabilityOptionalParams,
17
+ StorageAccountsCheckNameAvailabilityResponse,
18
+ StorageAccountCreateParameters,
19
+ StorageAccountsCreateOptionalParams,
20
+ StorageAccountsCreateResponse,
21
+ StorageAccountsDeleteOptionalParams,
22
+ StorageAccountsGetPropertiesOptionalParams,
23
+ StorageAccountsGetPropertiesResponse,
24
+ StorageAccountUpdateParameters,
25
+ StorageAccountsUpdateOptionalParams,
26
+ StorageAccountsUpdateResponse,
27
+ StorageAccountsListKeysOptionalParams,
28
+ StorageAccountsListKeysResponse,
29
+ StorageAccountRegenerateKeyParameters,
30
+ StorageAccountsRegenerateKeyOptionalParams,
31
+ StorageAccountsRegenerateKeyResponse,
32
+ AccountSasParameters,
33
+ StorageAccountsListAccountSASOptionalParams,
34
+ StorageAccountsListAccountSASResponse,
35
+ ServiceSasParameters,
36
+ StorageAccountsListServiceSASOptionalParams,
37
+ StorageAccountsListServiceSASResponse,
38
+ StorageAccountsFailoverOptionalParams,
39
+ StorageAccountsHierarchicalNamespaceMigrationOptionalParams,
40
+ StorageAccountsAbortHierarchicalNamespaceMigrationOptionalParams,
41
+ BlobRestoreParameters,
42
+ StorageAccountsRestoreBlobRangesOptionalParams,
43
+ StorageAccountsRestoreBlobRangesResponse,
44
+ StorageAccountsRevokeUserDelegationKeysOptionalParams
45
+ } from "../models";
46
+
47
+ /// <reference lib="esnext.asynciterable" />
48
+ /** Interface representing a StorageAccounts. */
49
+ export interface StorageAccounts {
50
+ /**
51
+ * Lists all the storage accounts available under the subscription. Note that storage keys are not
52
+ * returned; use the ListKeys operation for this.
53
+ * @param options The options parameters.
54
+ */
55
+ list(
56
+ options?: StorageAccountsListOptionalParams
57
+ ): PagedAsyncIterableIterator<StorageAccount>;
58
+ /**
59
+ * Lists all the storage accounts available under the given resource group. Note that storage keys are
60
+ * not returned; use the ListKeys operation for this.
61
+ * @param resourceGroupName The name of the resource group within the user's subscription. The name is
62
+ * case insensitive.
63
+ * @param options The options parameters.
64
+ */
65
+ listByResourceGroup(
66
+ resourceGroupName: string,
67
+ options?: StorageAccountsListByResourceGroupOptionalParams
68
+ ): PagedAsyncIterableIterator<StorageAccount>;
69
+ /**
70
+ * Checks that the storage account name is valid and is not already in use.
71
+ * @param accountName The name of the storage account within the specified resource group. Storage
72
+ * account names must be between 3 and 24 characters in length and use numbers and lower-case letters
73
+ * only.
74
+ * @param options The options parameters.
75
+ */
76
+ checkNameAvailability(
77
+ accountName: StorageAccountCheckNameAvailabilityParameters,
78
+ options?: StorageAccountsCheckNameAvailabilityOptionalParams
79
+ ): Promise<StorageAccountsCheckNameAvailabilityResponse>;
80
+ /**
81
+ * Asynchronously creates a new storage account with the specified parameters. If an account is already
82
+ * created and a subsequent create request is issued with different properties, the account properties
83
+ * will be updated. If an account is already created and a subsequent create or update request is
84
+ * issued with the exact same set of properties, the request will succeed.
85
+ * @param resourceGroupName The name of the resource group within the user's subscription. The name is
86
+ * case insensitive.
87
+ * @param accountName The name of the storage account within the specified resource group. Storage
88
+ * account names must be between 3 and 24 characters in length and use numbers and lower-case letters
89
+ * only.
90
+ * @param parameters The parameters to provide for the created account.
91
+ * @param options The options parameters.
92
+ */
93
+ beginCreate(
94
+ resourceGroupName: string,
95
+ accountName: string,
96
+ parameters: StorageAccountCreateParameters,
97
+ options?: StorageAccountsCreateOptionalParams
98
+ ): Promise<
99
+ PollerLike<
100
+ PollOperationState<StorageAccountsCreateResponse>,
101
+ StorageAccountsCreateResponse
102
+ >
103
+ >;
104
+ /**
105
+ * Asynchronously creates a new storage account with the specified parameters. If an account is already
106
+ * created and a subsequent create request is issued with different properties, the account properties
107
+ * will be updated. If an account is already created and a subsequent create or update request is
108
+ * issued with the exact same set of properties, the request will succeed.
109
+ * @param resourceGroupName The name of the resource group within the user's subscription. The name is
110
+ * case insensitive.
111
+ * @param accountName The name of the storage account within the specified resource group. Storage
112
+ * account names must be between 3 and 24 characters in length and use numbers and lower-case letters
113
+ * only.
114
+ * @param parameters The parameters to provide for the created account.
115
+ * @param options The options parameters.
116
+ */
117
+ beginCreateAndWait(
118
+ resourceGroupName: string,
119
+ accountName: string,
120
+ parameters: StorageAccountCreateParameters,
121
+ options?: StorageAccountsCreateOptionalParams
122
+ ): Promise<StorageAccountsCreateResponse>;
123
+ /**
124
+ * Deletes a storage account in Microsoft Azure.
125
+ * @param resourceGroupName The name of the resource group within the user's subscription. The name is
126
+ * case insensitive.
127
+ * @param accountName The name of the storage account within the specified resource group. Storage
128
+ * account names must be between 3 and 24 characters in length and use numbers and lower-case letters
129
+ * only.
130
+ * @param options The options parameters.
131
+ */
132
+ delete(
133
+ resourceGroupName: string,
134
+ accountName: string,
135
+ options?: StorageAccountsDeleteOptionalParams
136
+ ): Promise<void>;
137
+ /**
138
+ * Returns the properties for the specified storage account including but not limited to name, SKU
139
+ * name, location, and account status. The ListKeys operation should be used to retrieve storage keys.
140
+ * @param resourceGroupName The name of the resource group within the user's subscription. The name is
141
+ * case insensitive.
142
+ * @param accountName The name of the storage account within the specified resource group. Storage
143
+ * account names must be between 3 and 24 characters in length and use numbers and lower-case letters
144
+ * only.
145
+ * @param options The options parameters.
146
+ */
147
+ getProperties(
148
+ resourceGroupName: string,
149
+ accountName: string,
150
+ options?: StorageAccountsGetPropertiesOptionalParams
151
+ ): Promise<StorageAccountsGetPropertiesResponse>;
152
+ /**
153
+ * The update operation can be used to update the SKU, encryption, access tier, or tags for a storage
154
+ * account. It can also be used to map the account to a custom domain. Only one custom domain is
155
+ * supported per storage account; the replacement/change of custom domain is not supported. In order to
156
+ * replace an old custom domain, the old value must be cleared/unregistered before a new value can be
157
+ * set. The update of multiple properties is supported. This call does not change the storage keys for
158
+ * the account. If you want to change the storage account keys, use the regenerate keys operation. The
159
+ * location and name of the storage account cannot be changed after creation.
160
+ * @param resourceGroupName The name of the resource group within the user's subscription. The name is
161
+ * case insensitive.
162
+ * @param accountName The name of the storage account within the specified resource group. Storage
163
+ * account names must be between 3 and 24 characters in length and use numbers and lower-case letters
164
+ * only.
165
+ * @param parameters The parameters to provide for the updated account.
166
+ * @param options The options parameters.
167
+ */
168
+ update(
169
+ resourceGroupName: string,
170
+ accountName: string,
171
+ parameters: StorageAccountUpdateParameters,
172
+ options?: StorageAccountsUpdateOptionalParams
173
+ ): Promise<StorageAccountsUpdateResponse>;
174
+ /**
175
+ * Lists the access keys or Kerberos keys (if active directory enabled) for the specified storage
176
+ * account.
177
+ * @param resourceGroupName The name of the resource group within the user's subscription. The name is
178
+ * case insensitive.
179
+ * @param accountName The name of the storage account within the specified resource group. Storage
180
+ * account names must be between 3 and 24 characters in length and use numbers and lower-case letters
181
+ * only.
182
+ * @param options The options parameters.
183
+ */
184
+ listKeys(
185
+ resourceGroupName: string,
186
+ accountName: string,
187
+ options?: StorageAccountsListKeysOptionalParams
188
+ ): Promise<StorageAccountsListKeysResponse>;
189
+ /**
190
+ * Regenerates one of the access keys or Kerberos keys for the specified storage account.
191
+ * @param resourceGroupName The name of the resource group within the user's subscription. The name is
192
+ * case insensitive.
193
+ * @param accountName The name of the storage account within the specified resource group. Storage
194
+ * account names must be between 3 and 24 characters in length and use numbers and lower-case letters
195
+ * only.
196
+ * @param regenerateKey Specifies name of the key which should be regenerated -- key1, key2, kerb1,
197
+ * kerb2.
198
+ * @param options The options parameters.
199
+ */
200
+ regenerateKey(
201
+ resourceGroupName: string,
202
+ accountName: string,
203
+ regenerateKey: StorageAccountRegenerateKeyParameters,
204
+ options?: StorageAccountsRegenerateKeyOptionalParams
205
+ ): Promise<StorageAccountsRegenerateKeyResponse>;
206
+ /**
207
+ * List SAS credentials of a storage account.
208
+ * @param resourceGroupName The name of the resource group within the user's subscription. The name is
209
+ * case insensitive.
210
+ * @param accountName The name of the storage account within the specified resource group. Storage
211
+ * account names must be between 3 and 24 characters in length and use numbers and lower-case letters
212
+ * only.
213
+ * @param parameters The parameters to provide to list SAS credentials for the storage account.
214
+ * @param options The options parameters.
215
+ */
216
+ listAccountSAS(
217
+ resourceGroupName: string,
218
+ accountName: string,
219
+ parameters: AccountSasParameters,
220
+ options?: StorageAccountsListAccountSASOptionalParams
221
+ ): Promise<StorageAccountsListAccountSASResponse>;
222
+ /**
223
+ * List service SAS credentials of a specific resource.
224
+ * @param resourceGroupName The name of the resource group within the user's subscription. The name is
225
+ * case insensitive.
226
+ * @param accountName The name of the storage account within the specified resource group. Storage
227
+ * account names must be between 3 and 24 characters in length and use numbers and lower-case letters
228
+ * only.
229
+ * @param parameters The parameters to provide to list service SAS credentials.
230
+ * @param options The options parameters.
231
+ */
232
+ listServiceSAS(
233
+ resourceGroupName: string,
234
+ accountName: string,
235
+ parameters: ServiceSasParameters,
236
+ options?: StorageAccountsListServiceSASOptionalParams
237
+ ): Promise<StorageAccountsListServiceSASResponse>;
238
+ /**
239
+ * Failover request can be triggered for a storage account in case of availability issues. The failover
240
+ * occurs from the storage account's primary cluster to secondary cluster for RA-GRS accounts. The
241
+ * secondary cluster will become primary after failover.
242
+ * @param resourceGroupName The name of the resource group within the user's subscription. The name is
243
+ * case insensitive.
244
+ * @param accountName The name of the storage account within the specified resource group. Storage
245
+ * account names must be between 3 and 24 characters in length and use numbers and lower-case letters
246
+ * only.
247
+ * @param options The options parameters.
248
+ */
249
+ beginFailover(
250
+ resourceGroupName: string,
251
+ accountName: string,
252
+ options?: StorageAccountsFailoverOptionalParams
253
+ ): Promise<PollerLike<PollOperationState<void>, void>>;
254
+ /**
255
+ * Failover request can be triggered for a storage account in case of availability issues. The failover
256
+ * occurs from the storage account's primary cluster to secondary cluster for RA-GRS accounts. The
257
+ * secondary cluster will become primary after failover.
258
+ * @param resourceGroupName The name of the resource group within the user's subscription. The name is
259
+ * case insensitive.
260
+ * @param accountName The name of the storage account within the specified resource group. Storage
261
+ * account names must be between 3 and 24 characters in length and use numbers and lower-case letters
262
+ * only.
263
+ * @param options The options parameters.
264
+ */
265
+ beginFailoverAndWait(
266
+ resourceGroupName: string,
267
+ accountName: string,
268
+ options?: StorageAccountsFailoverOptionalParams
269
+ ): Promise<void>;
270
+ /**
271
+ * Live Migration of storage account to enable Hns
272
+ * @param resourceGroupName The name of the resource group within the user's subscription. The name is
273
+ * case insensitive.
274
+ * @param accountName The name of the storage account within the specified resource group. Storage
275
+ * account names must be between 3 and 24 characters in length and use numbers and lower-case letters
276
+ * only.
277
+ * @param requestType Required. Hierarchical namespace migration type can either be a hierarchical
278
+ * namespace validation request 'HnsOnValidationRequest' or a hydration request
279
+ * 'HnsOnHydrationRequest'. The validation request will validate the migration whereas the hydration
280
+ * request will migrate the account.
281
+ * @param options The options parameters.
282
+ */
283
+ beginHierarchicalNamespaceMigration(
284
+ resourceGroupName: string,
285
+ accountName: string,
286
+ requestType: string,
287
+ options?: StorageAccountsHierarchicalNamespaceMigrationOptionalParams
288
+ ): Promise<PollerLike<PollOperationState<void>, void>>;
289
+ /**
290
+ * Live Migration of storage account to enable Hns
291
+ * @param resourceGroupName The name of the resource group within the user's subscription. The name is
292
+ * case insensitive.
293
+ * @param accountName The name of the storage account within the specified resource group. Storage
294
+ * account names must be between 3 and 24 characters in length and use numbers and lower-case letters
295
+ * only.
296
+ * @param requestType Required. Hierarchical namespace migration type can either be a hierarchical
297
+ * namespace validation request 'HnsOnValidationRequest' or a hydration request
298
+ * 'HnsOnHydrationRequest'. The validation request will validate the migration whereas the hydration
299
+ * request will migrate the account.
300
+ * @param options The options parameters.
301
+ */
302
+ beginHierarchicalNamespaceMigrationAndWait(
303
+ resourceGroupName: string,
304
+ accountName: string,
305
+ requestType: string,
306
+ options?: StorageAccountsHierarchicalNamespaceMigrationOptionalParams
307
+ ): Promise<void>;
308
+ /**
309
+ * Abort live Migration of storage account to enable Hns
310
+ * @param resourceGroupName The name of the resource group within the user's subscription. The name is
311
+ * case insensitive.
312
+ * @param accountName The name of the storage account within the specified resource group. Storage
313
+ * account names must be between 3 and 24 characters in length and use numbers and lower-case letters
314
+ * only.
315
+ * @param options The options parameters.
316
+ */
317
+ beginAbortHierarchicalNamespaceMigration(
318
+ resourceGroupName: string,
319
+ accountName: string,
320
+ options?: StorageAccountsAbortHierarchicalNamespaceMigrationOptionalParams
321
+ ): Promise<PollerLike<PollOperationState<void>, void>>;
322
+ /**
323
+ * Abort live Migration of storage account to enable Hns
324
+ * @param resourceGroupName The name of the resource group within the user's subscription. The name is
325
+ * case insensitive.
326
+ * @param accountName The name of the storage account within the specified resource group. Storage
327
+ * account names must be between 3 and 24 characters in length and use numbers and lower-case letters
328
+ * only.
329
+ * @param options The options parameters.
330
+ */
331
+ beginAbortHierarchicalNamespaceMigrationAndWait(
332
+ resourceGroupName: string,
333
+ accountName: string,
334
+ options?: StorageAccountsAbortHierarchicalNamespaceMigrationOptionalParams
335
+ ): Promise<void>;
336
+ /**
337
+ * Restore blobs in the specified blob ranges
338
+ * @param resourceGroupName The name of the resource group within the user's subscription. The name is
339
+ * case insensitive.
340
+ * @param accountName The name of the storage account within the specified resource group. Storage
341
+ * account names must be between 3 and 24 characters in length and use numbers and lower-case letters
342
+ * only.
343
+ * @param parameters The parameters to provide for restore blob ranges.
344
+ * @param options The options parameters.
345
+ */
346
+ beginRestoreBlobRanges(
347
+ resourceGroupName: string,
348
+ accountName: string,
349
+ parameters: BlobRestoreParameters,
350
+ options?: StorageAccountsRestoreBlobRangesOptionalParams
351
+ ): Promise<
352
+ PollerLike<
353
+ PollOperationState<StorageAccountsRestoreBlobRangesResponse>,
354
+ StorageAccountsRestoreBlobRangesResponse
355
+ >
356
+ >;
357
+ /**
358
+ * Restore blobs in the specified blob ranges
359
+ * @param resourceGroupName The name of the resource group within the user's subscription. The name is
360
+ * case insensitive.
361
+ * @param accountName The name of the storage account within the specified resource group. Storage
362
+ * account names must be between 3 and 24 characters in length and use numbers and lower-case letters
363
+ * only.
364
+ * @param parameters The parameters to provide for restore blob ranges.
365
+ * @param options The options parameters.
366
+ */
367
+ beginRestoreBlobRangesAndWait(
368
+ resourceGroupName: string,
369
+ accountName: string,
370
+ parameters: BlobRestoreParameters,
371
+ options?: StorageAccountsRestoreBlobRangesOptionalParams
372
+ ): Promise<StorageAccountsRestoreBlobRangesResponse>;
373
+ /**
374
+ * Revoke user delegation keys.
375
+ * @param resourceGroupName The name of the resource group within the user's subscription. The name is
376
+ * case insensitive.
377
+ * @param accountName The name of the storage account within the specified resource group. Storage
378
+ * account names must be between 3 and 24 characters in length and use numbers and lower-case letters
379
+ * only.
380
+ * @param options The options parameters.
381
+ */
382
+ revokeUserDelegationKeys(
383
+ resourceGroupName: string,
384
+ accountName: string,
385
+ options?: StorageAccountsRevokeUserDelegationKeysOptionalParams
386
+ ): Promise<void>;
387
+ }