@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,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
+ FileServicesListOptionalParams,
11
+ FileServicesListResponse,
12
+ FileServiceProperties,
13
+ FileServicesSetServicePropertiesOptionalParams,
14
+ FileServicesSetServicePropertiesResponse,
15
+ FileServicesGetServicePropertiesOptionalParams,
16
+ FileServicesGetServicePropertiesResponse
17
+ } from "../models";
18
+
19
+ /** Interface representing a FileServices. */
20
+ export interface FileServices {
21
+ /**
22
+ * List all file services in storage accounts
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?: FileServicesListOptionalParams
34
+ ): Promise<FileServicesListResponse>;
35
+ /**
36
+ * Sets the properties of file services in storage accounts, including CORS (Cross-Origin Resource
37
+ * 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 file services in storage accounts, including CORS (Cross-Origin
44
+ * Resource Sharing) rules.
45
+ * @param options The options parameters.
46
+ */
47
+ setServiceProperties(
48
+ resourceGroupName: string,
49
+ accountName: string,
50
+ parameters: FileServiceProperties,
51
+ options?: FileServicesSetServicePropertiesOptionalParams
52
+ ): Promise<FileServicesSetServicePropertiesResponse>;
53
+ /**
54
+ * Gets the properties of file services in storage accounts, including CORS (Cross-Origin Resource
55
+ * 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?: FileServicesGetServicePropertiesOptionalParams
67
+ ): Promise<FileServicesGetServicePropertiesResponse>;
68
+ }
@@ -0,0 +1,162 @@
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
+ FileShareItem,
12
+ FileSharesListOptionalParams,
13
+ FileShare,
14
+ FileSharesCreateOptionalParams,
15
+ FileSharesCreateResponse,
16
+ FileSharesUpdateOptionalParams,
17
+ FileSharesUpdateResponse,
18
+ FileSharesGetOptionalParams,
19
+ FileSharesGetResponse,
20
+ FileSharesDeleteOptionalParams,
21
+ DeletedShare,
22
+ FileSharesRestoreOptionalParams,
23
+ FileSharesLeaseOptionalParams,
24
+ FileSharesLeaseResponse
25
+ } from "../models";
26
+
27
+ /// <reference lib="esnext.asynciterable" />
28
+ /** Interface representing a FileShares. */
29
+ export interface FileShares {
30
+ /**
31
+ * Lists all shares.
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
+ list(
40
+ resourceGroupName: string,
41
+ accountName: string,
42
+ options?: FileSharesListOptionalParams
43
+ ): PagedAsyncIterableIterator<FileShareItem>;
44
+ /**
45
+ * Creates a new share under the specified account as described by request body. The share resource
46
+ * includes metadata and properties for that share. It does not include a list of the files contained
47
+ * by the share.
48
+ * @param resourceGroupName The name of the resource group within the user's subscription. The name is
49
+ * case insensitive.
50
+ * @param accountName The name of the storage account within the specified resource group. Storage
51
+ * account names must be between 3 and 24 characters in length and use numbers and lower-case letters
52
+ * only.
53
+ * @param shareName The name of the file share within the specified storage account. File share names
54
+ * must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only.
55
+ * Every dash (-) character must be immediately preceded and followed by a letter or number.
56
+ * @param fileShare Properties of the file share to create.
57
+ * @param options The options parameters.
58
+ */
59
+ create(
60
+ resourceGroupName: string,
61
+ accountName: string,
62
+ shareName: string,
63
+ fileShare: FileShare,
64
+ options?: FileSharesCreateOptionalParams
65
+ ): Promise<FileSharesCreateResponse>;
66
+ /**
67
+ * Updates share properties as specified in request body. Properties not mentioned in the request will
68
+ * not be changed. Update fails if the specified share does not already exist.
69
+ * @param resourceGroupName The name of the resource group within the user's subscription. The name is
70
+ * case insensitive.
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 shareName The name of the file share within the specified storage account. File share names
75
+ * must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only.
76
+ * Every dash (-) character must be immediately preceded and followed by a letter or number.
77
+ * @param fileShare Properties to update for the file share.
78
+ * @param options The options parameters.
79
+ */
80
+ update(
81
+ resourceGroupName: string,
82
+ accountName: string,
83
+ shareName: string,
84
+ fileShare: FileShare,
85
+ options?: FileSharesUpdateOptionalParams
86
+ ): Promise<FileSharesUpdateResponse>;
87
+ /**
88
+ * Gets properties of a specified share.
89
+ * @param resourceGroupName The name of the resource group within the user's subscription. The name is
90
+ * case insensitive.
91
+ * @param accountName The name of the storage account within the specified resource group. Storage
92
+ * account names must be between 3 and 24 characters in length and use numbers and lower-case letters
93
+ * only.
94
+ * @param shareName The name of the file share within the specified storage account. File share names
95
+ * must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only.
96
+ * Every dash (-) character must be immediately preceded and followed by a letter or number.
97
+ * @param options The options parameters.
98
+ */
99
+ get(
100
+ resourceGroupName: string,
101
+ accountName: string,
102
+ shareName: string,
103
+ options?: FileSharesGetOptionalParams
104
+ ): Promise<FileSharesGetResponse>;
105
+ /**
106
+ * Deletes specified share under its account.
107
+ * @param resourceGroupName The name of the resource group within the user's subscription. The name is
108
+ * case insensitive.
109
+ * @param accountName The name of the storage account within the specified resource group. Storage
110
+ * account names must be between 3 and 24 characters in length and use numbers and lower-case letters
111
+ * only.
112
+ * @param shareName The name of the file share within the specified storage account. File share names
113
+ * must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only.
114
+ * Every dash (-) character must be immediately preceded and followed by a letter or number.
115
+ * @param options The options parameters.
116
+ */
117
+ delete(
118
+ resourceGroupName: string,
119
+ accountName: string,
120
+ shareName: string,
121
+ options?: FileSharesDeleteOptionalParams
122
+ ): Promise<void>;
123
+ /**
124
+ * Restore a file share within a valid retention days if share soft delete is enabled
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 shareName The name of the file share within the specified storage account. File share names
131
+ * must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only.
132
+ * Every dash (-) character must be immediately preceded and followed by a letter or number.
133
+ * @param deletedShare The deleted share to be restored.
134
+ * @param options The options parameters.
135
+ */
136
+ restore(
137
+ resourceGroupName: string,
138
+ accountName: string,
139
+ shareName: string,
140
+ deletedShare: DeletedShare,
141
+ options?: FileSharesRestoreOptionalParams
142
+ ): Promise<void>;
143
+ /**
144
+ * The Lease Share operation establishes and manages a lock on a share for delete operations. The lock
145
+ * duration can be 15 to 60 seconds, or can be infinite.
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 shareName The name of the file share within the specified storage account. File share names
152
+ * must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only.
153
+ * Every dash (-) character must be immediately preceded and followed by a letter or number.
154
+ * @param options The options parameters.
155
+ */
156
+ lease(
157
+ resourceGroupName: string,
158
+ accountName: string,
159
+ shareName: string,
160
+ options?: FileSharesLeaseOptionalParams
161
+ ): Promise<FileSharesLeaseResponse>;
162
+ }
@@ -0,0 +1,27 @@
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
+ export * from "./operations";
10
+ export * from "./skus";
11
+ export * from "./storageAccounts";
12
+ export * from "./deletedAccounts";
13
+ export * from "./usages";
14
+ export * from "./managementPolicies";
15
+ export * from "./blobInventoryPolicies";
16
+ export * from "./privateEndpointConnections";
17
+ export * from "./privateLinkResources";
18
+ export * from "./objectReplicationPoliciesOperations";
19
+ export * from "./encryptionScopes";
20
+ export * from "./blobServices";
21
+ export * from "./blobContainers";
22
+ export * from "./fileServices";
23
+ export * from "./fileShares";
24
+ export * from "./queueServices";
25
+ export * from "./queue";
26
+ export * from "./tableServices";
27
+ export * from "./tableOperations";
@@ -0,0 +1,74 @@
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
+ ManagementPolicyName,
11
+ ManagementPoliciesGetOptionalParams,
12
+ ManagementPoliciesGetResponse,
13
+ ManagementPolicy,
14
+ ManagementPoliciesCreateOrUpdateOptionalParams,
15
+ ManagementPoliciesCreateOrUpdateResponse,
16
+ ManagementPoliciesDeleteOptionalParams
17
+ } from "../models";
18
+
19
+ /** Interface representing a ManagementPolicies. */
20
+ export interface ManagementPolicies {
21
+ /**
22
+ * Gets the managementpolicy associated with the specified 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 managementPolicyName The name of the Storage Account Management Policy. It should always be
29
+ * 'default'
30
+ * @param options The options parameters.
31
+ */
32
+ get(
33
+ resourceGroupName: string,
34
+ accountName: string,
35
+ managementPolicyName: ManagementPolicyName,
36
+ options?: ManagementPoliciesGetOptionalParams
37
+ ): Promise<ManagementPoliciesGetResponse>;
38
+ /**
39
+ * Sets the managementpolicy to the specified storage account.
40
+ * @param resourceGroupName The name of the resource group within the user's subscription. The name is
41
+ * case insensitive.
42
+ * @param accountName The name of the storage account within the specified resource group. Storage
43
+ * account names must be between 3 and 24 characters in length and use numbers and lower-case letters
44
+ * only.
45
+ * @param managementPolicyName The name of the Storage Account Management Policy. It should always be
46
+ * 'default'
47
+ * @param properties The ManagementPolicy set to a storage account.
48
+ * @param options The options parameters.
49
+ */
50
+ createOrUpdate(
51
+ resourceGroupName: string,
52
+ accountName: string,
53
+ managementPolicyName: ManagementPolicyName,
54
+ properties: ManagementPolicy,
55
+ options?: ManagementPoliciesCreateOrUpdateOptionalParams
56
+ ): Promise<ManagementPoliciesCreateOrUpdateResponse>;
57
+ /**
58
+ * Deletes the managementpolicy associated with the specified storage account.
59
+ * @param resourceGroupName The name of the resource group within the user's subscription. The name is
60
+ * case insensitive.
61
+ * @param accountName The name of the storage account within the specified resource group. Storage
62
+ * account names must be between 3 and 24 characters in length and use numbers and lower-case letters
63
+ * only.
64
+ * @param managementPolicyName The name of the Storage Account Management Policy. It should always be
65
+ * 'default'
66
+ * @param options The options parameters.
67
+ */
68
+ delete(
69
+ resourceGroupName: string,
70
+ accountName: string,
71
+ managementPolicyName: ManagementPolicyName,
72
+ options?: ManagementPoliciesDeleteOptionalParams
73
+ ): Promise<void>;
74
+ }
@@ -0,0 +1,97 @@
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
+ ObjectReplicationPolicy,
12
+ ObjectReplicationPoliciesListOptionalParams,
13
+ ObjectReplicationPoliciesGetOptionalParams,
14
+ ObjectReplicationPoliciesGetResponse,
15
+ ObjectReplicationPoliciesCreateOrUpdateOptionalParams,
16
+ ObjectReplicationPoliciesCreateOrUpdateResponse,
17
+ ObjectReplicationPoliciesDeleteOptionalParams
18
+ } from "../models";
19
+
20
+ /// <reference lib="esnext.asynciterable" />
21
+ /** Interface representing a ObjectReplicationPoliciesOperations. */
22
+ export interface ObjectReplicationPoliciesOperations {
23
+ /**
24
+ * List the object replication policies associated with the storage account.
25
+ * @param resourceGroupName The name of the resource group within the user's subscription. The name is
26
+ * case insensitive.
27
+ * @param accountName The name of the storage account within the specified resource group. Storage
28
+ * account names must be between 3 and 24 characters in length and use numbers and lower-case letters
29
+ * only.
30
+ * @param options The options parameters.
31
+ */
32
+ list(
33
+ resourceGroupName: string,
34
+ accountName: string,
35
+ options?: ObjectReplicationPoliciesListOptionalParams
36
+ ): PagedAsyncIterableIterator<ObjectReplicationPolicy>;
37
+ /**
38
+ * Get the object replication policy of the storage account by policy ID.
39
+ * @param resourceGroupName The name of the resource group within the user's subscription. The name is
40
+ * case insensitive.
41
+ * @param accountName The name of the storage account within the specified resource group. Storage
42
+ * account names must be between 3 and 24 characters in length and use numbers and lower-case letters
43
+ * only.
44
+ * @param objectReplicationPolicyId For the destination account, provide the value 'default'. Configure
45
+ * the policy on the destination account first. For the source account, provide the value of the policy
46
+ * ID that is returned when you download the policy that was defined on the destination account. The
47
+ * policy is downloaded as a JSON file.
48
+ * @param options The options parameters.
49
+ */
50
+ get(
51
+ resourceGroupName: string,
52
+ accountName: string,
53
+ objectReplicationPolicyId: string,
54
+ options?: ObjectReplicationPoliciesGetOptionalParams
55
+ ): Promise<ObjectReplicationPoliciesGetResponse>;
56
+ /**
57
+ * Create or update the object replication policy of the storage account.
58
+ * @param resourceGroupName The name of the resource group within the user's subscription. The name is
59
+ * case insensitive.
60
+ * @param accountName The name of the storage account within the specified resource group. Storage
61
+ * account names must be between 3 and 24 characters in length and use numbers and lower-case letters
62
+ * only.
63
+ * @param objectReplicationPolicyId For the destination account, provide the value 'default'. Configure
64
+ * the policy on the destination account first. For the source account, provide the value of the policy
65
+ * ID that is returned when you download the policy that was defined on the destination account. The
66
+ * policy is downloaded as a JSON file.
67
+ * @param properties The object replication policy set to a storage account. A unique policy ID will be
68
+ * created if absent.
69
+ * @param options The options parameters.
70
+ */
71
+ createOrUpdate(
72
+ resourceGroupName: string,
73
+ accountName: string,
74
+ objectReplicationPolicyId: string,
75
+ properties: ObjectReplicationPolicy,
76
+ options?: ObjectReplicationPoliciesCreateOrUpdateOptionalParams
77
+ ): Promise<ObjectReplicationPoliciesCreateOrUpdateResponse>;
78
+ /**
79
+ * Deletes the object replication policy associated with the specified storage account.
80
+ * @param resourceGroupName The name of the resource group within the user's subscription. The name is
81
+ * case insensitive.
82
+ * @param accountName The name of the storage account within the specified resource group. Storage
83
+ * account names must be between 3 and 24 characters in length and use numbers and lower-case letters
84
+ * only.
85
+ * @param objectReplicationPolicyId For the destination account, provide the value 'default'. Configure
86
+ * the policy on the destination account first. For the source account, provide the value of the policy
87
+ * ID that is returned when you download the policy that was defined on the destination account. The
88
+ * policy is downloaded as a JSON file.
89
+ * @param options The options parameters.
90
+ */
91
+ delete(
92
+ resourceGroupName: string,
93
+ accountName: string,
94
+ objectReplicationPolicyId: string,
95
+ options?: ObjectReplicationPoliciesDeleteOptionalParams
96
+ ): Promise<void>;
97
+ }
@@ -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 { Operation, OperationsListOptionalParams } from "../models";
11
+
12
+ /// <reference lib="esnext.asynciterable" />
13
+ /** Interface representing a Operations. */
14
+ export interface Operations {
15
+ /**
16
+ * Lists all of the available Storage Rest API operations.
17
+ * @param options The options parameters.
18
+ */
19
+ list(
20
+ options?: OperationsListOptionalParams
21
+ ): PagedAsyncIterableIterator<Operation>;
22
+ }
@@ -0,0 +1,90 @@
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
+ PrivateEndpointConnection,
12
+ PrivateEndpointConnectionsListOptionalParams,
13
+ PrivateEndpointConnectionsGetOptionalParams,
14
+ PrivateEndpointConnectionsGetResponse,
15
+ PrivateEndpointConnectionsPutOptionalParams,
16
+ PrivateEndpointConnectionsPutResponse,
17
+ PrivateEndpointConnectionsDeleteOptionalParams
18
+ } from "../models";
19
+
20
+ /// <reference lib="esnext.asynciterable" />
21
+ /** Interface representing a PrivateEndpointConnections. */
22
+ export interface PrivateEndpointConnections {
23
+ /**
24
+ * List all the private endpoint connections associated with the storage account.
25
+ * @param resourceGroupName The name of the resource group within the user's subscription. The name is
26
+ * case insensitive.
27
+ * @param accountName The name of the storage account within the specified resource group. Storage
28
+ * account names must be between 3 and 24 characters in length and use numbers and lower-case letters
29
+ * only.
30
+ * @param options The options parameters.
31
+ */
32
+ list(
33
+ resourceGroupName: string,
34
+ accountName: string,
35
+ options?: PrivateEndpointConnectionsListOptionalParams
36
+ ): PagedAsyncIterableIterator<PrivateEndpointConnection>;
37
+ /**
38
+ * Gets the specified private endpoint connection associated with the storage account.
39
+ * @param resourceGroupName The name of the resource group within the user's subscription. The name is
40
+ * case insensitive.
41
+ * @param accountName The name of the storage account within the specified resource group. Storage
42
+ * account names must be between 3 and 24 characters in length and use numbers and lower-case letters
43
+ * only.
44
+ * @param privateEndpointConnectionName The name of the private endpoint connection associated with the
45
+ * Azure resource
46
+ * @param options The options parameters.
47
+ */
48
+ get(
49
+ resourceGroupName: string,
50
+ accountName: string,
51
+ privateEndpointConnectionName: string,
52
+ options?: PrivateEndpointConnectionsGetOptionalParams
53
+ ): Promise<PrivateEndpointConnectionsGetResponse>;
54
+ /**
55
+ * Update the state of specified private endpoint connection associated with the storage account.
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 privateEndpointConnectionName The name of the private endpoint connection associated with the
62
+ * Azure resource
63
+ * @param properties The private endpoint connection properties.
64
+ * @param options The options parameters.
65
+ */
66
+ put(
67
+ resourceGroupName: string,
68
+ accountName: string,
69
+ privateEndpointConnectionName: string,
70
+ properties: PrivateEndpointConnection,
71
+ options?: PrivateEndpointConnectionsPutOptionalParams
72
+ ): Promise<PrivateEndpointConnectionsPutResponse>;
73
+ /**
74
+ * Deletes the specified private endpoint connection associated with the storage account.
75
+ * @param resourceGroupName The name of the resource group within the user's subscription. The name is
76
+ * case insensitive.
77
+ * @param accountName The name of the storage account within the specified resource group. Storage
78
+ * account names must be between 3 and 24 characters in length and use numbers and lower-case letters
79
+ * only.
80
+ * @param privateEndpointConnectionName The name of the private endpoint connection associated with the
81
+ * Azure resource
82
+ * @param options The options parameters.
83
+ */
84
+ delete(
85
+ resourceGroupName: string,
86
+ accountName: string,
87
+ privateEndpointConnectionName: string,
88
+ options?: PrivateEndpointConnectionsDeleteOptionalParams
89
+ ): Promise<void>;
90
+ }
@@ -0,0 +1,30 @@
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
+ PrivateLinkResourcesListByStorageAccountOptionalParams,
11
+ PrivateLinkResourcesListByStorageAccountResponse
12
+ } from "../models";
13
+
14
+ /** Interface representing a PrivateLinkResources. */
15
+ export interface PrivateLinkResources {
16
+ /**
17
+ * Gets the private link resources that need to be created for a 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 options The options parameters.
24
+ */
25
+ listByStorageAccount(
26
+ resourceGroupName: string,
27
+ accountName: string,
28
+ options?: PrivateLinkResourcesListByStorageAccountOptionalParams
29
+ ): Promise<PrivateLinkResourcesListByStorageAccountResponse>;
30
+ }