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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (388) hide show
  1. package/CHANGELOG.md +26 -0
  2. package/{LICENSE.txt → LICENSE} +1 -1
  3. package/README.md +63 -80
  4. package/dist/index.js +10964 -0
  5. package/dist/index.js.map +1 -0
  6. package/dist/index.min.js +1 -0
  7. package/dist/index.min.js.map +1 -0
  8. package/esm/coreClientLro.d.ts +26 -0
  9. package/esm/coreClientLro.d.ts.map +1 -0
  10. package/esm/coreClientLro.js +186 -0
  11. package/esm/coreClientLro.js.map +1 -0
  12. package/esm/index.d.ts +5002 -0
  13. package/esm/index.d.ts.map +1 -0
  14. package/esm/index.js +13 -0
  15. package/esm/index.js.map +1 -0
  16. package/esm/lro/azureAsyncPolling.d.ts +3 -0
  17. package/esm/lro/azureAsyncPolling.d.ts.map +1 -0
  18. package/esm/lro/azureAsyncPolling.js +67 -0
  19. package/esm/lro/azureAsyncPolling.js.map +1 -0
  20. package/esm/lro/bodyPolling.d.ts +8 -0
  21. package/esm/lro/bodyPolling.d.ts.map +1 -0
  22. package/esm/lro/bodyPolling.js +37 -0
  23. package/esm/lro/bodyPolling.js.map +1 -0
  24. package/esm/lro/index.d.ts +4 -0
  25. package/esm/lro/index.d.ts.map +1 -0
  26. package/{src/models/operationsMappers.ts → esm/lro/index.js} +5 -10
  27. package/esm/lro/index.js.map +1 -0
  28. package/esm/lro/locationPolling.d.ts +3 -0
  29. package/esm/lro/locationPolling.d.ts.map +1 -0
  30. package/esm/lro/locationPolling.js +19 -0
  31. package/esm/lro/locationPolling.js.map +1 -0
  32. package/esm/lro/lroEngine.d.ts +14 -0
  33. package/esm/lro/lroEngine.d.ts.map +1 -0
  34. package/esm/lro/lroEngine.js +41 -0
  35. package/esm/lro/lroEngine.js.map +1 -0
  36. package/esm/lro/models.d.ts +138 -0
  37. package/esm/lro/models.d.ts.map +1 -0
  38. package/esm/lro/models.js +14 -0
  39. package/esm/lro/models.js.map +1 -0
  40. package/esm/lro/operation.d.ts +36 -0
  41. package/esm/lro/operation.d.ts.map +1 -0
  42. package/esm/lro/operation.js +82 -0
  43. package/esm/lro/operation.js.map +1 -0
  44. package/esm/lro/passthrough.d.ts +3 -0
  45. package/esm/lro/passthrough.d.ts.map +1 -0
  46. package/esm/{models/operationsMappers.js → lro/passthrough.js} +8 -2
  47. package/esm/lro/passthrough.js.map +1 -0
  48. package/esm/lro/requestUtils.d.ts +16 -0
  49. package/esm/lro/requestUtils.d.ts.map +1 -0
  50. package/esm/lro/requestUtils.js +73 -0
  51. package/esm/lro/requestUtils.js.map +1 -0
  52. package/esm/lro/stateMachine.d.ts +18 -0
  53. package/esm/lro/stateMachine.d.ts.map +1 -0
  54. package/esm/lro/stateMachine.js +84 -0
  55. package/esm/lro/stateMachine.js.map +1 -0
  56. package/esm/models/index.d.ts +2673 -4395
  57. package/esm/models/index.d.ts.map +1 -1
  58. package/esm/models/index.js +331 -0
  59. package/esm/models/index.js.map +1 -1
  60. package/esm/models/mappers.d.ts +146 -138
  61. package/esm/models/mappers.d.ts.map +1 -1
  62. package/esm/models/mappers.js +2734 -2563
  63. package/esm/models/mappers.js.map +1 -1
  64. package/esm/models/parameters.d.ts +59 -33
  65. package/esm/models/parameters.d.ts.map +1 -1
  66. package/esm/models/parameters.js +267 -159
  67. package/esm/models/parameters.js.map +1 -1
  68. package/esm/operations/blobContainers.d.ts +213 -561
  69. package/esm/operations/blobContainers.d.ts.map +1 -1
  70. package/esm/operations/blobContainers.js +578 -429
  71. package/esm/operations/blobContainers.js.map +1 -1
  72. package/esm/operations/blobInventoryPolicies.d.ts +47 -109
  73. package/esm/operations/blobInventoryPolicies.d.ts.map +1 -1
  74. package/esm/operations/blobInventoryPolicies.js +163 -105
  75. package/esm/operations/blobInventoryPolicies.js.map +1 -1
  76. package/esm/operations/blobServices.d.ts +39 -89
  77. package/esm/operations/blobServices.d.ts.map +1 -1
  78. package/esm/operations/blobServices.js +133 -89
  79. package/esm/operations/blobServices.js.map +1 -1
  80. package/esm/operations/deletedAccounts.d.ts +20 -47
  81. package/esm/operations/deletedAccounts.d.ts.map +1 -1
  82. package/esm/operations/deletedAccounts.js +111 -69
  83. package/esm/operations/deletedAccounts.js.map +1 -1
  84. package/esm/operations/encryptionScopes.d.ts +65 -166
  85. package/esm/operations/encryptionScopes.d.ts.map +1 -1
  86. package/esm/operations/encryptionScopes.js +211 -131
  87. package/esm/operations/encryptionScopes.js.map +1 -1
  88. package/esm/operations/fileServices.d.ts +25 -89
  89. package/esm/operations/fileServices.d.ts.map +1 -1
  90. package/esm/operations/fileServices.js +86 -83
  91. package/esm/operations/fileServices.js.map +1 -1
  92. package/esm/operations/fileShares.d.ts +100 -256
  93. package/esm/operations/fileShares.d.ts.map +1 -1
  94. package/esm/operations/fileShares.js +316 -164
  95. package/esm/operations/fileShares.js.map +1 -1
  96. package/esm/operations/index.d.ts.map +1 -1
  97. package/esm/operations/index.js +1 -2
  98. package/esm/operations/index.js.map +1 -1
  99. package/esm/operations/managementPolicies.d.ts +30 -89
  100. package/esm/operations/managementPolicies.d.ts.map +1 -1
  101. package/esm/operations/managementPolicies.js +89 -92
  102. package/esm/operations/managementPolicies.js.map +1 -1
  103. package/esm/operations/objectReplicationPoliciesOperations.d.ts +54 -130
  104. package/esm/operations/objectReplicationPoliciesOperations.d.ts.map +1 -1
  105. package/esm/operations/objectReplicationPoliciesOperations.js +170 -102
  106. package/esm/operations/objectReplicationPoliciesOperations.js.map +1 -1
  107. package/esm/operations/operations.d.ts +14 -15
  108. package/esm/operations/operations.d.ts.map +1 -1
  109. package/esm/operations/operations.js +67 -29
  110. package/esm/operations/operations.js.map +1 -1
  111. package/esm/operations/privateEndpointConnections.d.ts +46 -126
  112. package/esm/operations/privateEndpointConnections.d.ts.map +1 -1
  113. package/esm/operations/privateEndpointConnections.js +171 -103
  114. package/esm/operations/privateEndpointConnections.js.map +1 -1
  115. package/esm/operations/privateLinkResources.d.ts +11 -31
  116. package/esm/operations/privateLinkResources.d.ts.map +1 -1
  117. package/esm/operations/privateLinkResources.js +32 -36
  118. package/esm/operations/privateLinkResources.js.map +1 -1
  119. package/esm/operations/queue.d.ts +69 -196
  120. package/esm/operations/queue.d.ts.map +1 -1
  121. package/esm/operations/queue.js +230 -162
  122. package/esm/operations/queue.js.map +1 -1
  123. package/esm/operations/queueServices.d.ts +29 -87
  124. package/esm/operations/queueServices.d.ts.map +1 -1
  125. package/esm/operations/queueServices.js +86 -87
  126. package/esm/operations/queueServices.js.map +1 -1
  127. package/esm/operations/skus.d.ts +14 -15
  128. package/esm/operations/skus.d.ts.map +1 -1
  129. package/esm/operations/skus.js +67 -32
  130. package/esm/operations/skus.js.map +1 -1
  131. package/esm/operations/storageAccounts.d.ts +163 -381
  132. package/esm/operations/storageAccounts.d.ts.map +1 -1
  133. package/esm/operations/storageAccounts.js +605 -501
  134. package/esm/operations/storageAccounts.js.map +1 -1
  135. package/esm/operations/tableOperations.d.ts +67 -184
  136. package/esm/operations/tableOperations.d.ts.map +1 -1
  137. package/esm/operations/tableOperations.js +220 -143
  138. package/esm/operations/tableOperations.js.map +1 -1
  139. package/esm/operations/tableServices.d.ts +29 -87
  140. package/esm/operations/tableServices.d.ts.map +1 -1
  141. package/esm/operations/tableServices.js +86 -87
  142. package/esm/operations/tableServices.js.map +1 -1
  143. package/esm/operations/usages.d.ts +15 -18
  144. package/esm/operations/usages.d.ts.map +1 -1
  145. package/esm/operations/usages.js +73 -34
  146. package/esm/operations/usages.js.map +1 -1
  147. package/esm/operationsInterfaces/blobContainers.d.ts +247 -0
  148. package/esm/operationsInterfaces/blobContainers.d.ts.map +1 -0
  149. package/{src/models/usagesMappers.ts → esm/operationsInterfaces/blobContainers.js} +2 -7
  150. package/esm/operationsInterfaces/blobContainers.js.map +1 -0
  151. package/esm/operationsInterfaces/blobInventoryPolicies.d.ts +54 -0
  152. package/esm/operationsInterfaces/blobInventoryPolicies.d.ts.map +1 -0
  153. package/esm/{models/usagesMappers.js → operationsInterfaces/blobInventoryPolicies.js} +2 -2
  154. package/esm/operationsInterfaces/blobInventoryPolicies.js.map +1 -0
  155. package/esm/operationsInterfaces/blobServices.d.ts +41 -0
  156. package/esm/operationsInterfaces/blobServices.d.ts.map +1 -0
  157. package/{src/models/skusMappers.ts → esm/operationsInterfaces/blobServices.js} +2 -8
  158. package/esm/operationsInterfaces/blobServices.js.map +1 -0
  159. package/esm/operationsInterfaces/deletedAccounts.d.ts +19 -0
  160. package/esm/operationsInterfaces/deletedAccounts.d.ts.map +1 -0
  161. package/esm/{models/skusMappers.js → operationsInterfaces/deletedAccounts.js} +2 -2
  162. package/esm/operationsInterfaces/deletedAccounts.js.map +1 -0
  163. package/esm/operationsInterfaces/encryptionScopes.d.ts +64 -0
  164. package/esm/operationsInterfaces/encryptionScopes.d.ts.map +1 -0
  165. package/esm/operationsInterfaces/encryptionScopes.js +9 -0
  166. package/esm/operationsInterfaces/encryptionScopes.js.map +1 -0
  167. package/esm/operationsInterfaces/fileServices.d.ts +39 -0
  168. package/esm/operationsInterfaces/fileServices.d.ts.map +1 -0
  169. package/esm/operationsInterfaces/fileServices.js +9 -0
  170. package/esm/operationsInterfaces/fileServices.js.map +1 -0
  171. package/esm/operationsInterfaces/fileShares.d.ts +102 -0
  172. package/esm/operationsInterfaces/fileShares.d.ts.map +1 -0
  173. package/esm/operationsInterfaces/fileShares.js +9 -0
  174. package/esm/operationsInterfaces/fileShares.js.map +1 -0
  175. package/esm/operationsInterfaces/index.d.ts +20 -0
  176. package/esm/operationsInterfaces/index.d.ts.map +1 -0
  177. package/esm/operationsInterfaces/index.js +27 -0
  178. package/esm/operationsInterfaces/index.js.map +1 -0
  179. package/esm/operationsInterfaces/managementPolicies.d.ts +42 -0
  180. package/esm/operationsInterfaces/managementPolicies.d.ts.map +1 -0
  181. package/esm/operationsInterfaces/managementPolicies.js +9 -0
  182. package/esm/operationsInterfaces/managementPolicies.js.map +1 -0
  183. package/esm/operationsInterfaces/objectReplicationPoliciesOperations.d.ts +61 -0
  184. package/esm/operationsInterfaces/objectReplicationPoliciesOperations.d.ts.map +1 -0
  185. package/esm/operationsInterfaces/objectReplicationPoliciesOperations.js +9 -0
  186. package/esm/operationsInterfaces/objectReplicationPoliciesOperations.js.map +1 -0
  187. package/esm/operationsInterfaces/operations.d.ts +12 -0
  188. package/esm/operationsInterfaces/operations.d.ts.map +1 -0
  189. package/esm/operationsInterfaces/operations.js +9 -0
  190. package/esm/operationsInterfaces/operations.js.map +1 -0
  191. package/esm/operationsInterfaces/privateEndpointConnections.d.ts +54 -0
  192. package/esm/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
  193. package/esm/operationsInterfaces/privateEndpointConnections.js +9 -0
  194. package/esm/operationsInterfaces/privateEndpointConnections.js.map +1 -0
  195. package/esm/operationsInterfaces/privateLinkResources.d.ts +15 -0
  196. package/esm/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
  197. package/esm/operationsInterfaces/privateLinkResources.js +9 -0
  198. package/esm/operationsInterfaces/privateLinkResources.js.map +1 -0
  199. package/esm/operationsInterfaces/queue.d.ts +71 -0
  200. package/esm/operationsInterfaces/queue.d.ts.map +1 -0
  201. package/esm/operationsInterfaces/queue.js +9 -0
  202. package/esm/operationsInterfaces/queue.js.map +1 -0
  203. package/esm/operationsInterfaces/queueServices.d.ts +39 -0
  204. package/esm/operationsInterfaces/queueServices.d.ts.map +1 -0
  205. package/esm/operationsInterfaces/queueServices.js +9 -0
  206. package/esm/operationsInterfaces/queueServices.js.map +1 -0
  207. package/esm/operationsInterfaces/skus.d.ts +12 -0
  208. package/esm/operationsInterfaces/skus.d.ts.map +1 -0
  209. package/esm/operationsInterfaces/skus.js +9 -0
  210. package/esm/operationsInterfaces/skus.js.map +1 -0
  211. package/esm/operationsInterfaces/storageAccounts.d.ts +197 -0
  212. package/esm/operationsInterfaces/storageAccounts.d.ts.map +1 -0
  213. package/esm/operationsInterfaces/storageAccounts.js +9 -0
  214. package/esm/operationsInterfaces/storageAccounts.js.map +1 -0
  215. package/esm/operationsInterfaces/tableOperations.d.ts +69 -0
  216. package/esm/operationsInterfaces/tableOperations.d.ts.map +1 -0
  217. package/esm/operationsInterfaces/tableOperations.js +9 -0
  218. package/esm/operationsInterfaces/tableOperations.js.map +1 -0
  219. package/esm/operationsInterfaces/tableServices.d.ts +39 -0
  220. package/esm/operationsInterfaces/tableServices.d.ts.map +1 -0
  221. package/esm/operationsInterfaces/tableServices.js +9 -0
  222. package/esm/operationsInterfaces/tableServices.js.map +1 -0
  223. package/esm/operationsInterfaces/usages.d.ts +13 -0
  224. package/esm/operationsInterfaces/usages.d.ts.map +1 -0
  225. package/esm/operationsInterfaces/usages.js +9 -0
  226. package/esm/operationsInterfaces/usages.js.map +1 -0
  227. package/esm/storageManagementClient.d.ts +26 -35
  228. package/esm/storageManagementClient.d.ts.map +1 -1
  229. package/esm/storageManagementClient.js +27 -42
  230. package/esm/storageManagementClient.js.map +1 -1
  231. package/esm/storageManagementClientContext.d.ts +10 -16
  232. package/esm/storageManagementClientContext.d.ts.map +1 -1
  233. package/esm/storageManagementClientContext.js +32 -44
  234. package/esm/storageManagementClientContext.js.map +1 -1
  235. package/package.json +57 -18
  236. package/review/arm-storage.api.md +2659 -0
  237. package/rollup.config.js +181 -30
  238. package/src/coreClientLro.ts +323 -0
  239. package/src/index.ts +13 -0
  240. package/src/lro/azureAsyncPolling.ts +96 -0
  241. package/src/lro/bodyPolling.ts +54 -0
  242. package/src/lro/index.ts +26 -0
  243. package/src/lro/locationPolling.ts +30 -0
  244. package/src/lro/lroEngine.ts +61 -0
  245. package/src/lro/models.ts +173 -0
  246. package/src/lro/operation.ts +120 -0
  247. package/src/lro/passthrough.ts +23 -0
  248. package/src/lro/requestUtils.ts +105 -0
  249. package/src/lro/stateMachine.ts +138 -0
  250. package/src/models/index.ts +2813 -4492
  251. package/src/models/mappers.ts +2745 -2553
  252. package/src/models/parameters.ts +354 -160
  253. package/src/operations/blobContainers.ts +719 -1037
  254. package/src/operations/blobInventoryPolicies.ts +182 -211
  255. package/src/operations/blobServices.ts +150 -177
  256. package/src/operations/deletedAccounts.ts +111 -112
  257. package/src/operations/encryptionScopes.ts +233 -291
  258. package/src/operations/fileServices.ts +99 -171
  259. package/src/operations/fileShares.ts +335 -560
  260. package/src/operations/index.ts +1 -2
  261. package/src/operations/managementPolicies.ts +102 -175
  262. package/src/operations/objectReplicationPoliciesOperations.ts +187 -227
  263. package/src/operations/operations.ts +61 -38
  264. package/src/operations/privateEndpointConnections.ts +177 -214
  265. package/src/operations/privateLinkResources.ts +37 -60
  266. package/src/operations/queue.ts +269 -365
  267. package/src/operations/queueServices.ts +103 -173
  268. package/src/operations/skus.ts +59 -41
  269. package/src/operations/storageAccounts.ts +779 -872
  270. package/src/operations/tableOperations.ts +255 -328
  271. package/src/operations/tableServices.ts +103 -173
  272. package/src/operations/usages.ts +73 -45
  273. package/src/operationsInterfaces/blobContainers.ts +366 -0
  274. package/src/operationsInterfaces/blobInventoryPolicies.ts +92 -0
  275. package/src/operationsInterfaces/blobServices.ts +70 -0
  276. package/src/operationsInterfaces/deletedAccounts.ts +39 -0
  277. package/src/operationsInterfaces/encryptionScopes.ts +103 -0
  278. package/src/operationsInterfaces/fileServices.ts +68 -0
  279. package/src/operationsInterfaces/fileShares.ts +163 -0
  280. package/src/operationsInterfaces/index.ts +27 -0
  281. package/src/operationsInterfaces/managementPolicies.ts +74 -0
  282. package/src/operationsInterfaces/objectReplicationPoliciesOperations.ts +98 -0
  283. package/src/operationsInterfaces/operations.ts +23 -0
  284. package/src/operationsInterfaces/privateEndpointConnections.ts +91 -0
  285. package/src/operationsInterfaces/privateLinkResources.ts +30 -0
  286. package/src/operationsInterfaces/queue.ts +117 -0
  287. package/src/operationsInterfaces/queueServices.ts +68 -0
  288. package/src/operationsInterfaces/skus.ts +23 -0
  289. package/src/operationsInterfaces/storageAccounts.ts +320 -0
  290. package/src/operationsInterfaces/tableOperations.ts +112 -0
  291. package/src/operationsInterfaces/tableServices.ts +68 -0
  292. package/src/operationsInterfaces/usages.ts +25 -0
  293. package/src/storageManagementClient.ts +94 -67
  294. package/src/storageManagementClientContext.ts +42 -46
  295. package/tsconfig.json +2 -1
  296. package/dist/arm-storage.js +0 -10687
  297. package/dist/arm-storage.js.map +0 -1
  298. package/dist/arm-storage.min.js +0 -1
  299. package/dist/arm-storage.min.js.map +0 -1
  300. package/esm/models/blobContainersMappers.d.ts +0 -2
  301. package/esm/models/blobContainersMappers.d.ts.map +0 -1
  302. package/esm/models/blobContainersMappers.js +0 -9
  303. package/esm/models/blobContainersMappers.js.map +0 -1
  304. package/esm/models/blobInventoryPoliciesMappers.d.ts +0 -2
  305. package/esm/models/blobInventoryPoliciesMappers.d.ts.map +0 -1
  306. package/esm/models/blobInventoryPoliciesMappers.js +0 -9
  307. package/esm/models/blobInventoryPoliciesMappers.js.map +0 -1
  308. package/esm/models/blobServicesMappers.d.ts +0 -2
  309. package/esm/models/blobServicesMappers.d.ts.map +0 -1
  310. package/esm/models/blobServicesMappers.js +0 -9
  311. package/esm/models/blobServicesMappers.js.map +0 -1
  312. package/esm/models/deletedAccountsMappers.d.ts +0 -2
  313. package/esm/models/deletedAccountsMappers.d.ts.map +0 -1
  314. package/esm/models/deletedAccountsMappers.js +0 -9
  315. package/esm/models/deletedAccountsMappers.js.map +0 -1
  316. package/esm/models/encryptionScopesMappers.d.ts +0 -2
  317. package/esm/models/encryptionScopesMappers.d.ts.map +0 -1
  318. package/esm/models/encryptionScopesMappers.js +0 -9
  319. package/esm/models/encryptionScopesMappers.js.map +0 -1
  320. package/esm/models/fileServicesMappers.d.ts +0 -2
  321. package/esm/models/fileServicesMappers.d.ts.map +0 -1
  322. package/esm/models/fileServicesMappers.js +0 -9
  323. package/esm/models/fileServicesMappers.js.map +0 -1
  324. package/esm/models/fileSharesMappers.d.ts +0 -2
  325. package/esm/models/fileSharesMappers.d.ts.map +0 -1
  326. package/esm/models/fileSharesMappers.js +0 -9
  327. package/esm/models/fileSharesMappers.js.map +0 -1
  328. package/esm/models/managementPoliciesMappers.d.ts +0 -2
  329. package/esm/models/managementPoliciesMappers.d.ts.map +0 -1
  330. package/esm/models/managementPoliciesMappers.js +0 -9
  331. package/esm/models/managementPoliciesMappers.js.map +0 -1
  332. package/esm/models/objectReplicationPoliciesOperationsMappers.d.ts +0 -2
  333. package/esm/models/objectReplicationPoliciesOperationsMappers.d.ts.map +0 -1
  334. package/esm/models/objectReplicationPoliciesOperationsMappers.js +0 -9
  335. package/esm/models/objectReplicationPoliciesOperationsMappers.js.map +0 -1
  336. package/esm/models/operationsMappers.d.ts +0 -2
  337. package/esm/models/operationsMappers.d.ts.map +0 -1
  338. package/esm/models/operationsMappers.js.map +0 -1
  339. package/esm/models/privateEndpointConnectionsMappers.d.ts +0 -2
  340. package/esm/models/privateEndpointConnectionsMappers.d.ts.map +0 -1
  341. package/esm/models/privateEndpointConnectionsMappers.js +0 -9
  342. package/esm/models/privateEndpointConnectionsMappers.js.map +0 -1
  343. package/esm/models/privateLinkResourcesMappers.d.ts +0 -2
  344. package/esm/models/privateLinkResourcesMappers.d.ts.map +0 -1
  345. package/esm/models/privateLinkResourcesMappers.js +0 -9
  346. package/esm/models/privateLinkResourcesMappers.js.map +0 -1
  347. package/esm/models/queueMappers.d.ts +0 -2
  348. package/esm/models/queueMappers.d.ts.map +0 -1
  349. package/esm/models/queueMappers.js +0 -9
  350. package/esm/models/queueMappers.js.map +0 -1
  351. package/esm/models/queueServicesMappers.d.ts +0 -2
  352. package/esm/models/queueServicesMappers.d.ts.map +0 -1
  353. package/esm/models/queueServicesMappers.js +0 -9
  354. package/esm/models/queueServicesMappers.js.map +0 -1
  355. package/esm/models/skusMappers.d.ts +0 -2
  356. package/esm/models/skusMappers.d.ts.map +0 -1
  357. package/esm/models/skusMappers.js.map +0 -1
  358. package/esm/models/storageAccountsMappers.d.ts +0 -2
  359. package/esm/models/storageAccountsMappers.d.ts.map +0 -1
  360. package/esm/models/storageAccountsMappers.js +0 -9
  361. package/esm/models/storageAccountsMappers.js.map +0 -1
  362. package/esm/models/tableOperationsMappers.d.ts +0 -2
  363. package/esm/models/tableOperationsMappers.d.ts.map +0 -1
  364. package/esm/models/tableOperationsMappers.js +0 -9
  365. package/esm/models/tableOperationsMappers.js.map +0 -1
  366. package/esm/models/tableServicesMappers.d.ts +0 -2
  367. package/esm/models/tableServicesMappers.d.ts.map +0 -1
  368. package/esm/models/tableServicesMappers.js +0 -9
  369. package/esm/models/tableServicesMappers.js.map +0 -1
  370. package/esm/models/usagesMappers.d.ts +0 -2
  371. package/esm/models/usagesMappers.d.ts.map +0 -1
  372. package/esm/models/usagesMappers.js.map +0 -1
  373. package/src/models/blobContainersMappers.ts +0 -106
  374. package/src/models/blobInventoryPoliciesMappers.ts +0 -99
  375. package/src/models/blobServicesMappers.ts +0 -98
  376. package/src/models/deletedAccountsMappers.ts +0 -99
  377. package/src/models/encryptionScopesMappers.ts +0 -100
  378. package/src/models/fileServicesMappers.ts +0 -98
  379. package/src/models/fileSharesMappers.ts +0 -99
  380. package/src/models/managementPoliciesMappers.ts +0 -97
  381. package/src/models/objectReplicationPoliciesOperationsMappers.ts +0 -99
  382. package/src/models/privateEndpointConnectionsMappers.ts +0 -100
  383. package/src/models/privateLinkResourcesMappers.ts +0 -98
  384. package/src/models/queueMappers.ts +0 -98
  385. package/src/models/queueServicesMappers.ts +0 -98
  386. package/src/models/storageAccountsMappers.ts +0 -109
  387. package/src/models/tableOperationsMappers.ts +0 -98
  388. package/src/models/tableServicesMappers.ts +0 -98
@@ -0,0 +1,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,163 @@
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 "@azure/core-paging";
10
+ import { PagedAsyncIterableIterator } from "@azure/core-paging";
11
+ import {
12
+ FileShareItem,
13
+ FileSharesListOptionalParams,
14
+ FileShare,
15
+ FileSharesCreateOptionalParams,
16
+ FileSharesCreateResponse,
17
+ FileSharesUpdateOptionalParams,
18
+ FileSharesUpdateResponse,
19
+ FileSharesGetOptionalParams,
20
+ FileSharesGetResponse,
21
+ FileSharesDeleteOptionalParams,
22
+ DeletedShare,
23
+ FileSharesRestoreOptionalParams,
24
+ FileSharesLeaseOptionalParams,
25
+ FileSharesLeaseResponse
26
+ } from "../models";
27
+
28
+ /// <reference lib="esnext.asynciterable" />
29
+ /** Interface representing a FileShares. */
30
+ export interface FileShares {
31
+ /**
32
+ * Lists all shares.
33
+ * @param resourceGroupName The name of the resource group within the user's subscription. The name is
34
+ * case insensitive.
35
+ * @param accountName The name of the storage account within the specified resource group. Storage
36
+ * account names must be between 3 and 24 characters in length and use numbers and lower-case letters
37
+ * only.
38
+ * @param options The options parameters.
39
+ */
40
+ list(
41
+ resourceGroupName: string,
42
+ accountName: string,
43
+ options?: FileSharesListOptionalParams
44
+ ): PagedAsyncIterableIterator<FileShareItem>;
45
+ /**
46
+ * Creates a new share under the specified account as described by request body. The share resource
47
+ * includes metadata and properties for that share. It does not include a list of the files contained
48
+ * by the share.
49
+ * @param resourceGroupName The name of the resource group within the user's subscription. The name is
50
+ * case insensitive.
51
+ * @param accountName The name of the storage account within the specified resource group. Storage
52
+ * account names must be between 3 and 24 characters in length and use numbers and lower-case letters
53
+ * only.
54
+ * @param shareName The name of the file share within the specified storage account. File share names
55
+ * must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only.
56
+ * Every dash (-) character must be immediately preceded and followed by a letter or number.
57
+ * @param fileShare Properties of the file share to create.
58
+ * @param options The options parameters.
59
+ */
60
+ create(
61
+ resourceGroupName: string,
62
+ accountName: string,
63
+ shareName: string,
64
+ fileShare: FileShare,
65
+ options?: FileSharesCreateOptionalParams
66
+ ): Promise<FileSharesCreateResponse>;
67
+ /**
68
+ * Updates share properties as specified in request body. Properties not mentioned in the request will
69
+ * not be changed. Update fails if the specified share does not already exist.
70
+ * @param resourceGroupName The name of the resource group within the user's subscription. The name is
71
+ * case insensitive.
72
+ * @param accountName The name of the storage account within the specified resource group. Storage
73
+ * account names must be between 3 and 24 characters in length and use numbers and lower-case letters
74
+ * only.
75
+ * @param shareName The name of the file share within the specified storage account. File share names
76
+ * must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only.
77
+ * Every dash (-) character must be immediately preceded and followed by a letter or number.
78
+ * @param fileShare Properties to update for the file share.
79
+ * @param options The options parameters.
80
+ */
81
+ update(
82
+ resourceGroupName: string,
83
+ accountName: string,
84
+ shareName: string,
85
+ fileShare: FileShare,
86
+ options?: FileSharesUpdateOptionalParams
87
+ ): Promise<FileSharesUpdateResponse>;
88
+ /**
89
+ * Gets properties of a specified share.
90
+ * @param resourceGroupName The name of the resource group within the user's subscription. The name is
91
+ * case insensitive.
92
+ * @param accountName The name of the storage account within the specified resource group. Storage
93
+ * account names must be between 3 and 24 characters in length and use numbers and lower-case letters
94
+ * only.
95
+ * @param shareName The name of the file share within the specified storage account. File share names
96
+ * must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only.
97
+ * Every dash (-) character must be immediately preceded and followed by a letter or number.
98
+ * @param options The options parameters.
99
+ */
100
+ get(
101
+ resourceGroupName: string,
102
+ accountName: string,
103
+ shareName: string,
104
+ options?: FileSharesGetOptionalParams
105
+ ): Promise<FileSharesGetResponse>;
106
+ /**
107
+ * Deletes specified share under its account.
108
+ * @param resourceGroupName The name of the resource group within the user's subscription. The name is
109
+ * case insensitive.
110
+ * @param accountName The name of the storage account within the specified resource group. Storage
111
+ * account names must be between 3 and 24 characters in length and use numbers and lower-case letters
112
+ * only.
113
+ * @param shareName The name of the file share within the specified storage account. File share names
114
+ * must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only.
115
+ * Every dash (-) character must be immediately preceded and followed by a letter or number.
116
+ * @param options The options parameters.
117
+ */
118
+ delete(
119
+ resourceGroupName: string,
120
+ accountName: string,
121
+ shareName: string,
122
+ options?: FileSharesDeleteOptionalParams
123
+ ): Promise<void>;
124
+ /**
125
+ * Restore a file share within a valid retention days if share soft delete is enabled
126
+ * @param resourceGroupName The name of the resource group within the user's subscription. The name is
127
+ * case insensitive.
128
+ * @param accountName The name of the storage account within the specified resource group. Storage
129
+ * account names must be between 3 and 24 characters in length and use numbers and lower-case letters
130
+ * only.
131
+ * @param shareName The name of the file share within the specified storage account. File share names
132
+ * must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only.
133
+ * Every dash (-) character must be immediately preceded and followed by a letter or number.
134
+ * @param deletedShare The deleted share to be restored.
135
+ * @param options The options parameters.
136
+ */
137
+ restore(
138
+ resourceGroupName: string,
139
+ accountName: string,
140
+ shareName: string,
141
+ deletedShare: DeletedShare,
142
+ options?: FileSharesRestoreOptionalParams
143
+ ): Promise<void>;
144
+ /**
145
+ * The Lease Share operation establishes and manages a lock on a share for delete operations. The lock
146
+ * duration can be 15 to 60 seconds, or can be infinite.
147
+ * @param resourceGroupName The name of the resource group within the user's subscription. The name is
148
+ * case insensitive.
149
+ * @param accountName The name of the storage account within the specified resource group. Storage
150
+ * account names must be between 3 and 24 characters in length and use numbers and lower-case letters
151
+ * only.
152
+ * @param shareName The name of the file share within the specified storage account. File share names
153
+ * must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only.
154
+ * Every dash (-) character must be immediately preceded and followed by a letter or number.
155
+ * @param options The options parameters.
156
+ */
157
+ lease(
158
+ resourceGroupName: string,
159
+ accountName: string,
160
+ shareName: string,
161
+ options?: FileSharesLeaseOptionalParams
162
+ ): Promise<FileSharesLeaseResponse>;
163
+ }
@@ -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,98 @@
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 "@azure/core-paging";
10
+ import { PagedAsyncIterableIterator } from "@azure/core-paging";
11
+ import {
12
+ ObjectReplicationPolicy,
13
+ ObjectReplicationPoliciesOperationsListOptionalParams,
14
+ ObjectReplicationPoliciesOperationsGetOptionalParams,
15
+ ObjectReplicationPoliciesOperationsGetResponse,
16
+ ObjectReplicationPoliciesOperationsCreateOrUpdateOptionalParams,
17
+ ObjectReplicationPoliciesOperationsCreateOrUpdateResponse,
18
+ ObjectReplicationPoliciesOperationsDeleteOptionalParams
19
+ } from "../models";
20
+
21
+ /// <reference lib="esnext.asynciterable" />
22
+ /** Interface representing a ObjectReplicationPoliciesOperations. */
23
+ export interface ObjectReplicationPoliciesOperations {
24
+ /**
25
+ * List the object replication policies associated with the storage account.
26
+ * @param resourceGroupName The name of the resource group within the user's subscription. The name is
27
+ * case insensitive.
28
+ * @param accountName The name of the storage account within the specified resource group. Storage
29
+ * account names must be between 3 and 24 characters in length and use numbers and lower-case letters
30
+ * only.
31
+ * @param options The options parameters.
32
+ */
33
+ list(
34
+ resourceGroupName: string,
35
+ accountName: string,
36
+ options?: ObjectReplicationPoliciesOperationsListOptionalParams
37
+ ): PagedAsyncIterableIterator<ObjectReplicationPolicy>;
38
+ /**
39
+ * Get the object replication policy of the storage account by policy ID.
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 objectReplicationPolicyId For the destination account, provide the value 'default'. Configure
46
+ * the policy on the destination account first. For the source account, provide the value of the policy
47
+ * ID that is returned when you download the policy that was defined on the destination account. The
48
+ * policy is downloaded as a JSON file.
49
+ * @param options The options parameters.
50
+ */
51
+ get(
52
+ resourceGroupName: string,
53
+ accountName: string,
54
+ objectReplicationPolicyId: string,
55
+ options?: ObjectReplicationPoliciesOperationsGetOptionalParams
56
+ ): Promise<ObjectReplicationPoliciesOperationsGetResponse>;
57
+ /**
58
+ * Create or update the object replication policy of the 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 objectReplicationPolicyId For the destination account, provide the value 'default'. Configure
65
+ * the policy on the destination account first. For the source account, provide the value of the policy
66
+ * ID that is returned when you download the policy that was defined on the destination account. The
67
+ * policy is downloaded as a JSON file.
68
+ * @param properties The object replication policy set to a storage account. A unique policy ID will be
69
+ * created if absent.
70
+ * @param options The options parameters.
71
+ */
72
+ createOrUpdate(
73
+ resourceGroupName: string,
74
+ accountName: string,
75
+ objectReplicationPolicyId: string,
76
+ properties: ObjectReplicationPolicy,
77
+ options?: ObjectReplicationPoliciesOperationsCreateOrUpdateOptionalParams
78
+ ): Promise<ObjectReplicationPoliciesOperationsCreateOrUpdateResponse>;
79
+ /**
80
+ * Deletes the object replication policy associated with the specified storage account.
81
+ * @param resourceGroupName The name of the resource group within the user's subscription. The name is
82
+ * case insensitive.
83
+ * @param accountName The name of the storage account within the specified resource group. Storage
84
+ * account names must be between 3 and 24 characters in length and use numbers and lower-case letters
85
+ * only.
86
+ * @param objectReplicationPolicyId For the destination account, provide the value 'default'. Configure
87
+ * the policy on the destination account first. For the source account, provide the value of the policy
88
+ * ID that is returned when you download the policy that was defined on the destination account. The
89
+ * policy is downloaded as a JSON file.
90
+ * @param options The options parameters.
91
+ */
92
+ delete(
93
+ resourceGroupName: string,
94
+ accountName: string,
95
+ objectReplicationPolicyId: string,
96
+ options?: ObjectReplicationPoliciesOperationsDeleteOptionalParams
97
+ ): Promise<void>;
98
+ }
@@ -0,0 +1,23 @@
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 "@azure/core-paging";
10
+ import { PagedAsyncIterableIterator } from "@azure/core-paging";
11
+ import { Operation, OperationsListOptionalParams } from "../models";
12
+
13
+ /// <reference lib="esnext.asynciterable" />
14
+ /** Interface representing a Operations. */
15
+ export interface Operations {
16
+ /**
17
+ * Lists all of the available Storage Rest API operations.
18
+ * @param options The options parameters.
19
+ */
20
+ list(
21
+ options?: OperationsListOptionalParams
22
+ ): PagedAsyncIterableIterator<Operation>;
23
+ }
@@ -0,0 +1,91 @@
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 "@azure/core-paging";
10
+ import { PagedAsyncIterableIterator } from "@azure/core-paging";
11
+ import {
12
+ PrivateEndpointConnection,
13
+ PrivateEndpointConnectionsListOptionalParams,
14
+ PrivateEndpointConnectionsGetOptionalParams,
15
+ PrivateEndpointConnectionsGetResponse,
16
+ PrivateEndpointConnectionsPutOptionalParams,
17
+ PrivateEndpointConnectionsPutResponse,
18
+ PrivateEndpointConnectionsDeleteOptionalParams
19
+ } from "../models";
20
+
21
+ /// <reference lib="esnext.asynciterable" />
22
+ /** Interface representing a PrivateEndpointConnections. */
23
+ export interface PrivateEndpointConnections {
24
+ /**
25
+ * List all the private endpoint connections associated with the storage account.
26
+ * @param resourceGroupName The name of the resource group within the user's subscription. The name is
27
+ * case insensitive.
28
+ * @param accountName The name of the storage account within the specified resource group. Storage
29
+ * account names must be between 3 and 24 characters in length and use numbers and lower-case letters
30
+ * only.
31
+ * @param options The options parameters.
32
+ */
33
+ list(
34
+ resourceGroupName: string,
35
+ accountName: string,
36
+ options?: PrivateEndpointConnectionsListOptionalParams
37
+ ): PagedAsyncIterableIterator<PrivateEndpointConnection>;
38
+ /**
39
+ * Gets the specified private endpoint connection associated with the 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 privateEndpointConnectionName The name of the private endpoint connection associated with the
46
+ * Azure resource
47
+ * @param options The options parameters.
48
+ */
49
+ get(
50
+ resourceGroupName: string,
51
+ accountName: string,
52
+ privateEndpointConnectionName: string,
53
+ options?: PrivateEndpointConnectionsGetOptionalParams
54
+ ): Promise<PrivateEndpointConnectionsGetResponse>;
55
+ /**
56
+ * Update the state of specified private endpoint connection associated with the storage account.
57
+ * @param resourceGroupName The name of the resource group within the user's subscription. The name is
58
+ * case insensitive.
59
+ * @param accountName The name of the storage account within the specified resource group. Storage
60
+ * account names must be between 3 and 24 characters in length and use numbers and lower-case letters
61
+ * only.
62
+ * @param privateEndpointConnectionName The name of the private endpoint connection associated with the
63
+ * Azure resource
64
+ * @param properties The private endpoint connection properties.
65
+ * @param options The options parameters.
66
+ */
67
+ put(
68
+ resourceGroupName: string,
69
+ accountName: string,
70
+ privateEndpointConnectionName: string,
71
+ properties: PrivateEndpointConnection,
72
+ options?: PrivateEndpointConnectionsPutOptionalParams
73
+ ): Promise<PrivateEndpointConnectionsPutResponse>;
74
+ /**
75
+ * Deletes the specified private endpoint connection associated with the storage account.
76
+ * @param resourceGroupName The name of the resource group within the user's subscription. The name is
77
+ * case insensitive.
78
+ * @param accountName The name of the storage account within the specified resource group. Storage
79
+ * account names must be between 3 and 24 characters in length and use numbers and lower-case letters
80
+ * only.
81
+ * @param privateEndpointConnectionName The name of the private endpoint connection associated with the
82
+ * Azure resource
83
+ * @param options The options parameters.
84
+ */
85
+ delete(
86
+ resourceGroupName: string,
87
+ accountName: string,
88
+ privateEndpointConnectionName: string,
89
+ options?: PrivateEndpointConnectionsDeleteOptionalParams
90
+ ): Promise<void>;
91
+ }
@@ -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
+ }