@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,2730 @@
1
+ ## API Report File for "@azure/arm-storage"
2
+
3
+ > Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
4
+
5
+ ```ts
6
+
7
+ import * as coreAuth from '@azure/core-auth';
8
+ import * as coreClient from '@azure/core-client';
9
+ import { PagedAsyncIterableIterator } from '@azure/core-paging';
10
+ import { PollerLike } from '@azure/core-lro';
11
+ import { PollOperationState } from '@azure/core-lro';
12
+
13
+ // @public (undocumented)
14
+ export interface AccessPolicy {
15
+ expiryTime?: Date;
16
+ permission?: string;
17
+ startTime?: Date;
18
+ }
19
+
20
+ // @public
21
+ export type AccessTier = "Hot" | "Cool";
22
+
23
+ // @public
24
+ export interface AccountImmutabilityPolicyProperties {
25
+ allowProtectedAppendWrites?: boolean;
26
+ immutabilityPeriodSinceCreationInDays?: number;
27
+ state?: AccountImmutabilityPolicyState;
28
+ }
29
+
30
+ // @public
31
+ export type AccountImmutabilityPolicyState = string;
32
+
33
+ // @public
34
+ export interface AccountSasParameters {
35
+ iPAddressOrRange?: string;
36
+ keyToSign?: string;
37
+ permissions: Permissions_2;
38
+ protocols?: HttpProtocol;
39
+ resourceTypes: SignedResourceTypes;
40
+ services: Services;
41
+ sharedAccessExpiryTime: Date;
42
+ sharedAccessStartTime?: Date;
43
+ }
44
+
45
+ // @public
46
+ export type AccountStatus = "available" | "unavailable";
47
+
48
+ // @public
49
+ export interface ActiveDirectoryProperties {
50
+ azureStorageSid: string;
51
+ domainGuid: string;
52
+ domainName: string;
53
+ domainSid: string;
54
+ forestName: string;
55
+ netBiosDomainName: string;
56
+ }
57
+
58
+ // @public
59
+ export type AzureEntityResource = Resource & {
60
+ readonly etag?: string;
61
+ };
62
+
63
+ // @public
64
+ export interface AzureFilesIdentityBasedAuthentication {
65
+ activeDirectoryProperties?: ActiveDirectoryProperties;
66
+ defaultSharePermission?: DefaultSharePermission;
67
+ directoryServiceOptions: DirectoryServiceOptions;
68
+ }
69
+
70
+ // @public
71
+ export type BlobContainer = AzureEntityResource & {
72
+ readonly version?: string;
73
+ readonly deleted?: boolean;
74
+ readonly deletedTime?: Date;
75
+ readonly remainingRetentionDays?: number;
76
+ defaultEncryptionScope?: string;
77
+ denyEncryptionScopeOverride?: boolean;
78
+ publicAccess?: PublicAccess;
79
+ readonly lastModifiedTime?: Date;
80
+ readonly leaseStatus?: LeaseStatus;
81
+ readonly leaseState?: LeaseState;
82
+ readonly leaseDuration?: LeaseDuration;
83
+ metadata?: {
84
+ [propertyName: string]: string;
85
+ };
86
+ readonly immutabilityPolicy?: ImmutabilityPolicyProperties;
87
+ readonly legalHold?: LegalHoldProperties;
88
+ readonly hasLegalHold?: boolean;
89
+ readonly hasImmutabilityPolicy?: boolean;
90
+ immutableStorageWithVersioning?: ImmutableStorageWithVersioning;
91
+ enableNfsV3RootSquash?: boolean;
92
+ enableNfsV3AllSquash?: boolean;
93
+ };
94
+
95
+ // @public
96
+ export interface BlobContainers {
97
+ beginObjectLevelWorm(resourceGroupName: string, accountName: string, containerName: string, options?: BlobContainersObjectLevelWormOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
98
+ beginObjectLevelWormAndWait(resourceGroupName: string, accountName: string, containerName: string, options?: BlobContainersObjectLevelWormOptionalParams): Promise<void>;
99
+ clearLegalHold(resourceGroupName: string, accountName: string, containerName: string, legalHold: LegalHold, options?: BlobContainersClearLegalHoldOptionalParams): Promise<BlobContainersClearLegalHoldResponse>;
100
+ create(resourceGroupName: string, accountName: string, containerName: string, blobContainer: BlobContainer, options?: BlobContainersCreateOptionalParams): Promise<BlobContainersCreateResponse>;
101
+ createOrUpdateImmutabilityPolicy(resourceGroupName: string, accountName: string, containerName: string, options?: BlobContainersCreateOrUpdateImmutabilityPolicyOptionalParams): Promise<BlobContainersCreateOrUpdateImmutabilityPolicyResponse>;
102
+ delete(resourceGroupName: string, accountName: string, containerName: string, options?: BlobContainersDeleteOptionalParams): Promise<void>;
103
+ deleteImmutabilityPolicy(resourceGroupName: string, accountName: string, containerName: string, ifMatch: string, options?: BlobContainersDeleteImmutabilityPolicyOptionalParams): Promise<BlobContainersDeleteImmutabilityPolicyResponse>;
104
+ extendImmutabilityPolicy(resourceGroupName: string, accountName: string, containerName: string, ifMatch: string, options?: BlobContainersExtendImmutabilityPolicyOptionalParams): Promise<BlobContainersExtendImmutabilityPolicyResponse>;
105
+ get(resourceGroupName: string, accountName: string, containerName: string, options?: BlobContainersGetOptionalParams): Promise<BlobContainersGetResponse>;
106
+ getImmutabilityPolicy(resourceGroupName: string, accountName: string, containerName: string, options?: BlobContainersGetImmutabilityPolicyOptionalParams): Promise<BlobContainersGetImmutabilityPolicyResponse>;
107
+ lease(resourceGroupName: string, accountName: string, containerName: string, options?: BlobContainersLeaseOptionalParams): Promise<BlobContainersLeaseResponse>;
108
+ list(resourceGroupName: string, accountName: string, options?: BlobContainersListOptionalParams): PagedAsyncIterableIterator<ListContainerItem>;
109
+ lockImmutabilityPolicy(resourceGroupName: string, accountName: string, containerName: string, ifMatch: string, options?: BlobContainersLockImmutabilityPolicyOptionalParams): Promise<BlobContainersLockImmutabilityPolicyResponse>;
110
+ setLegalHold(resourceGroupName: string, accountName: string, containerName: string, legalHold: LegalHold, options?: BlobContainersSetLegalHoldOptionalParams): Promise<BlobContainersSetLegalHoldResponse>;
111
+ update(resourceGroupName: string, accountName: string, containerName: string, blobContainer: BlobContainer, options?: BlobContainersUpdateOptionalParams): Promise<BlobContainersUpdateResponse>;
112
+ }
113
+
114
+ // @public
115
+ export interface BlobContainersClearLegalHoldOptionalParams extends coreClient.OperationOptions {
116
+ }
117
+
118
+ // @public
119
+ export type BlobContainersClearLegalHoldResponse = LegalHold;
120
+
121
+ // @public
122
+ export interface BlobContainersCreateOptionalParams extends coreClient.OperationOptions {
123
+ }
124
+
125
+ // @public
126
+ export interface BlobContainersCreateOrUpdateImmutabilityPolicyHeaders {
127
+ eTag?: string;
128
+ }
129
+
130
+ // @public
131
+ export interface BlobContainersCreateOrUpdateImmutabilityPolicyOptionalParams extends coreClient.OperationOptions {
132
+ ifMatch?: string;
133
+ parameters?: ImmutabilityPolicy;
134
+ }
135
+
136
+ // @public
137
+ export type BlobContainersCreateOrUpdateImmutabilityPolicyResponse = BlobContainersCreateOrUpdateImmutabilityPolicyHeaders & ImmutabilityPolicy;
138
+
139
+ // @public
140
+ export type BlobContainersCreateResponse = BlobContainer;
141
+
142
+ // @public
143
+ export interface BlobContainersDeleteImmutabilityPolicyHeaders {
144
+ eTag?: string;
145
+ }
146
+
147
+ // @public
148
+ export interface BlobContainersDeleteImmutabilityPolicyOptionalParams extends coreClient.OperationOptions {
149
+ }
150
+
151
+ // @public
152
+ export type BlobContainersDeleteImmutabilityPolicyResponse = BlobContainersDeleteImmutabilityPolicyHeaders & ImmutabilityPolicy;
153
+
154
+ // @public
155
+ export interface BlobContainersDeleteOptionalParams extends coreClient.OperationOptions {
156
+ }
157
+
158
+ // @public
159
+ export interface BlobContainersExtendImmutabilityPolicyHeaders {
160
+ eTag?: string;
161
+ }
162
+
163
+ // @public
164
+ export interface BlobContainersExtendImmutabilityPolicyOptionalParams extends coreClient.OperationOptions {
165
+ parameters?: ImmutabilityPolicy;
166
+ }
167
+
168
+ // @public
169
+ export type BlobContainersExtendImmutabilityPolicyResponse = BlobContainersExtendImmutabilityPolicyHeaders & ImmutabilityPolicy;
170
+
171
+ // @public
172
+ export interface BlobContainersGetImmutabilityPolicyHeaders {
173
+ eTag?: string;
174
+ }
175
+
176
+ // @public
177
+ export interface BlobContainersGetImmutabilityPolicyOptionalParams extends coreClient.OperationOptions {
178
+ ifMatch?: string;
179
+ }
180
+
181
+ // @public
182
+ export type BlobContainersGetImmutabilityPolicyResponse = BlobContainersGetImmutabilityPolicyHeaders & ImmutabilityPolicy;
183
+
184
+ // @public
185
+ export interface BlobContainersGetOptionalParams extends coreClient.OperationOptions {
186
+ }
187
+
188
+ // @public
189
+ export type BlobContainersGetResponse = BlobContainer;
190
+
191
+ // @public
192
+ export interface BlobContainersLeaseOptionalParams extends coreClient.OperationOptions {
193
+ parameters?: LeaseContainerRequest;
194
+ }
195
+
196
+ // @public
197
+ export type BlobContainersLeaseResponse = LeaseContainerResponse;
198
+
199
+ // @public
200
+ export interface BlobContainersListNextOptionalParams extends coreClient.OperationOptions {
201
+ filter?: string;
202
+ include?: ListContainersInclude;
203
+ maxpagesize?: string;
204
+ }
205
+
206
+ // @public
207
+ export type BlobContainersListNextResponse = ListContainerItems;
208
+
209
+ // @public
210
+ export interface BlobContainersListOptionalParams extends coreClient.OperationOptions {
211
+ filter?: string;
212
+ include?: ListContainersInclude;
213
+ maxpagesize?: string;
214
+ }
215
+
216
+ // @public
217
+ export type BlobContainersListResponse = ListContainerItems;
218
+
219
+ // @public
220
+ export interface BlobContainersLockImmutabilityPolicyHeaders {
221
+ eTag?: string;
222
+ }
223
+
224
+ // @public
225
+ export interface BlobContainersLockImmutabilityPolicyOptionalParams extends coreClient.OperationOptions {
226
+ }
227
+
228
+ // @public
229
+ export type BlobContainersLockImmutabilityPolicyResponse = BlobContainersLockImmutabilityPolicyHeaders & ImmutabilityPolicy;
230
+
231
+ // @public
232
+ export interface BlobContainersObjectLevelWormOptionalParams extends coreClient.OperationOptions {
233
+ resumeFrom?: string;
234
+ updateIntervalInMs?: number;
235
+ }
236
+
237
+ // @public
238
+ export interface BlobContainersSetLegalHoldOptionalParams extends coreClient.OperationOptions {
239
+ }
240
+
241
+ // @public
242
+ export type BlobContainersSetLegalHoldResponse = LegalHold;
243
+
244
+ // @public
245
+ export interface BlobContainersUpdateOptionalParams extends coreClient.OperationOptions {
246
+ }
247
+
248
+ // @public
249
+ export type BlobContainersUpdateResponse = BlobContainer;
250
+
251
+ // @public
252
+ export interface BlobInventoryPolicies {
253
+ createOrUpdate(resourceGroupName: string, accountName: string, blobInventoryPolicyName: BlobInventoryPolicyName, properties: BlobInventoryPolicy, options?: BlobInventoryPoliciesCreateOrUpdateOptionalParams): Promise<BlobInventoryPoliciesCreateOrUpdateResponse>;
254
+ delete(resourceGroupName: string, accountName: string, blobInventoryPolicyName: BlobInventoryPolicyName, options?: BlobInventoryPoliciesDeleteOptionalParams): Promise<void>;
255
+ get(resourceGroupName: string, accountName: string, blobInventoryPolicyName: BlobInventoryPolicyName, options?: BlobInventoryPoliciesGetOptionalParams): Promise<BlobInventoryPoliciesGetResponse>;
256
+ list(resourceGroupName: string, accountName: string, options?: BlobInventoryPoliciesListOptionalParams): PagedAsyncIterableIterator<BlobInventoryPolicy>;
257
+ }
258
+
259
+ // @public
260
+ export interface BlobInventoryPoliciesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
261
+ }
262
+
263
+ // @public
264
+ export type BlobInventoryPoliciesCreateOrUpdateResponse = BlobInventoryPolicy;
265
+
266
+ // @public
267
+ export interface BlobInventoryPoliciesDeleteOptionalParams extends coreClient.OperationOptions {
268
+ }
269
+
270
+ // @public
271
+ export interface BlobInventoryPoliciesGetOptionalParams extends coreClient.OperationOptions {
272
+ }
273
+
274
+ // @public
275
+ export type BlobInventoryPoliciesGetResponse = BlobInventoryPolicy;
276
+
277
+ // @public
278
+ export interface BlobInventoryPoliciesListOptionalParams extends coreClient.OperationOptions {
279
+ }
280
+
281
+ // @public
282
+ export type BlobInventoryPoliciesListResponse = ListBlobInventoryPolicy;
283
+
284
+ // @public
285
+ export type BlobInventoryPolicy = Resource & {
286
+ readonly systemData?: SystemData;
287
+ readonly lastModifiedTime?: Date;
288
+ policy?: BlobInventoryPolicySchema;
289
+ };
290
+
291
+ // @public
292
+ export interface BlobInventoryPolicyDefinition {
293
+ filters?: BlobInventoryPolicyFilter;
294
+ format: Format;
295
+ objectType: ObjectType;
296
+ schedule: Schedule;
297
+ schemaFields: string[];
298
+ }
299
+
300
+ // @public
301
+ export interface BlobInventoryPolicyFilter {
302
+ blobTypes?: string[];
303
+ includeBlobVersions?: boolean;
304
+ includeSnapshots?: boolean;
305
+ prefixMatch?: string[];
306
+ }
307
+
308
+ // @public
309
+ export type BlobInventoryPolicyName = string;
310
+
311
+ // @public
312
+ export interface BlobInventoryPolicyRule {
313
+ definition: BlobInventoryPolicyDefinition;
314
+ destination: string;
315
+ enabled: boolean;
316
+ name: string;
317
+ }
318
+
319
+ // @public
320
+ export interface BlobInventoryPolicySchema {
321
+ enabled: boolean;
322
+ rules: BlobInventoryPolicyRule[];
323
+ type: InventoryRuleType;
324
+ }
325
+
326
+ // @public
327
+ export interface BlobRestoreParameters {
328
+ blobRanges: BlobRestoreRange[];
329
+ timeToRestore: Date;
330
+ }
331
+
332
+ // @public
333
+ export type BlobRestoreProgressStatus = string;
334
+
335
+ // @public
336
+ export interface BlobRestoreRange {
337
+ endRange: string;
338
+ startRange: string;
339
+ }
340
+
341
+ // @public
342
+ export interface BlobRestoreStatus {
343
+ readonly failureReason?: string;
344
+ readonly parameters?: BlobRestoreParameters;
345
+ readonly restoreId?: string;
346
+ readonly status?: BlobRestoreProgressStatus;
347
+ }
348
+
349
+ // @public (undocumented)
350
+ export interface BlobServiceItems {
351
+ readonly value?: BlobServiceProperties[];
352
+ }
353
+
354
+ // @public
355
+ export type BlobServiceProperties = Resource & {
356
+ readonly sku?: Sku;
357
+ cors?: CorsRules;
358
+ defaultServiceVersion?: string;
359
+ deleteRetentionPolicy?: DeleteRetentionPolicy;
360
+ isVersioningEnabled?: boolean;
361
+ automaticSnapshotPolicyEnabled?: boolean;
362
+ changeFeed?: ChangeFeed;
363
+ restorePolicy?: RestorePolicyProperties;
364
+ containerDeleteRetentionPolicy?: DeleteRetentionPolicy;
365
+ lastAccessTimeTrackingPolicy?: LastAccessTimeTrackingPolicy;
366
+ };
367
+
368
+ // @public
369
+ export interface BlobServices {
370
+ getServiceProperties(resourceGroupName: string, accountName: string, options?: BlobServicesGetServicePropertiesOptionalParams): Promise<BlobServicesGetServicePropertiesResponse>;
371
+ list(resourceGroupName: string, accountName: string, options?: BlobServicesListOptionalParams): PagedAsyncIterableIterator<BlobServiceProperties>;
372
+ setServiceProperties(resourceGroupName: string, accountName: string, parameters: BlobServiceProperties, options?: BlobServicesSetServicePropertiesOptionalParams): Promise<BlobServicesSetServicePropertiesResponse>;
373
+ }
374
+
375
+ // @public
376
+ export interface BlobServicesGetServicePropertiesOptionalParams extends coreClient.OperationOptions {
377
+ }
378
+
379
+ // @public
380
+ export type BlobServicesGetServicePropertiesResponse = BlobServiceProperties;
381
+
382
+ // @public
383
+ export interface BlobServicesListOptionalParams extends coreClient.OperationOptions {
384
+ }
385
+
386
+ // @public
387
+ export type BlobServicesListResponse = BlobServiceItems;
388
+
389
+ // @public
390
+ export interface BlobServicesSetServicePropertiesOptionalParams extends coreClient.OperationOptions {
391
+ }
392
+
393
+ // @public
394
+ export type BlobServicesSetServicePropertiesResponse = BlobServiceProperties;
395
+
396
+ // @public
397
+ export type Bypass = string;
398
+
399
+ // @public
400
+ export interface ChangeFeed {
401
+ enabled?: boolean;
402
+ retentionInDays?: number;
403
+ }
404
+
405
+ // @public
406
+ export interface CheckNameAvailabilityResult {
407
+ readonly message?: string;
408
+ readonly nameAvailable?: boolean;
409
+ readonly reason?: Reason;
410
+ }
411
+
412
+ // @public
413
+ export interface CloudError {
414
+ error?: CloudErrorBody;
415
+ }
416
+
417
+ // @public
418
+ export interface CloudErrorAutoGenerated {
419
+ error?: CloudErrorBodyAutoGenerated;
420
+ }
421
+
422
+ // @public
423
+ export interface CloudErrorBody {
424
+ code?: string;
425
+ details?: CloudErrorBody[];
426
+ message?: string;
427
+ target?: string;
428
+ }
429
+
430
+ // @public
431
+ export interface CloudErrorBodyAutoGenerated {
432
+ code?: string;
433
+ details?: CloudErrorBodyAutoGenerated[];
434
+ message?: string;
435
+ target?: string;
436
+ }
437
+
438
+ // @public
439
+ export interface CorsRule {
440
+ allowedHeaders: string[];
441
+ allowedMethods: CorsRuleAllowedMethodsItem[];
442
+ allowedOrigins: string[];
443
+ exposedHeaders: string[];
444
+ maxAgeInSeconds: number;
445
+ }
446
+
447
+ // @public
448
+ export type CorsRuleAllowedMethodsItem = string;
449
+
450
+ // @public
451
+ export interface CorsRules {
452
+ corsRules?: CorsRule[];
453
+ }
454
+
455
+ // @public
456
+ export type CreatedByType = string;
457
+
458
+ // @public
459
+ export interface CustomDomain {
460
+ name: string;
461
+ useSubDomainName?: boolean;
462
+ }
463
+
464
+ // @public
465
+ export interface DateAfterCreation {
466
+ daysAfterCreationGreaterThan: number;
467
+ }
468
+
469
+ // @public
470
+ export interface DateAfterModification {
471
+ daysAfterLastAccessTimeGreaterThan?: number;
472
+ daysAfterModificationGreaterThan?: number;
473
+ }
474
+
475
+ // @public
476
+ export type DefaultAction = "Allow" | "Deny";
477
+
478
+ // @public
479
+ export type DefaultSharePermission = string;
480
+
481
+ // @public
482
+ export type DeletedAccount = ProxyResource & {
483
+ readonly storageAccountResourceId?: string;
484
+ readonly location?: string;
485
+ readonly restoreReference?: string;
486
+ readonly creationTime?: string;
487
+ readonly deletionTime?: string;
488
+ };
489
+
490
+ // @public
491
+ export interface DeletedAccountListResult {
492
+ readonly nextLink?: string;
493
+ readonly value?: DeletedAccount[];
494
+ }
495
+
496
+ // @public
497
+ export interface DeletedAccounts {
498
+ get(deletedAccountName: string, location: string, options?: DeletedAccountsGetOptionalParams): Promise<DeletedAccountsGetResponse>;
499
+ list(options?: DeletedAccountsListOptionalParams): PagedAsyncIterableIterator<DeletedAccount>;
500
+ }
501
+
502
+ // @public
503
+ export interface DeletedAccountsGetOptionalParams extends coreClient.OperationOptions {
504
+ }
505
+
506
+ // @public
507
+ export type DeletedAccountsGetResponse = DeletedAccount;
508
+
509
+ // @public
510
+ export interface DeletedAccountsListNextOptionalParams extends coreClient.OperationOptions {
511
+ }
512
+
513
+ // @public
514
+ export type DeletedAccountsListNextResponse = DeletedAccountListResult;
515
+
516
+ // @public
517
+ export interface DeletedAccountsListOptionalParams extends coreClient.OperationOptions {
518
+ }
519
+
520
+ // @public
521
+ export type DeletedAccountsListResponse = DeletedAccountListResult;
522
+
523
+ // @public
524
+ export interface DeletedShare {
525
+ deletedShareName: string;
526
+ deletedShareVersion: string;
527
+ }
528
+
529
+ // @public
530
+ export interface DeleteRetentionPolicy {
531
+ days?: number;
532
+ enabled?: boolean;
533
+ }
534
+
535
+ // @public
536
+ export interface Dimension {
537
+ displayName?: string;
538
+ name?: string;
539
+ }
540
+
541
+ // @public
542
+ export type DirectoryServiceOptions = string;
543
+
544
+ // @public
545
+ export type EnabledProtocols = string;
546
+
547
+ // @public
548
+ export interface Encryption {
549
+ encryptionIdentity?: EncryptionIdentity;
550
+ keySource: KeySource;
551
+ keyVaultProperties?: KeyVaultProperties;
552
+ requireInfrastructureEncryption?: boolean;
553
+ services?: EncryptionServices;
554
+ }
555
+
556
+ // @public
557
+ export interface EncryptionIdentity {
558
+ encryptionUserAssignedIdentity?: string;
559
+ }
560
+
561
+ // @public
562
+ export type EncryptionScope = Resource & {
563
+ source?: EncryptionScopeSource;
564
+ state?: EncryptionScopeState;
565
+ readonly creationTime?: Date;
566
+ readonly lastModifiedTime?: Date;
567
+ keyVaultProperties?: EncryptionScopeKeyVaultProperties;
568
+ requireInfrastructureEncryption?: boolean;
569
+ };
570
+
571
+ // @public
572
+ export interface EncryptionScopeKeyVaultProperties {
573
+ readonly currentVersionedKeyIdentifier?: string;
574
+ keyUri?: string;
575
+ readonly lastKeyRotationTimestamp?: Date;
576
+ }
577
+
578
+ // @public
579
+ export interface EncryptionScopeListResult {
580
+ readonly nextLink?: string;
581
+ readonly value?: EncryptionScope[];
582
+ }
583
+
584
+ // @public
585
+ export interface EncryptionScopes {
586
+ get(resourceGroupName: string, accountName: string, encryptionScopeName: string, options?: EncryptionScopesGetOptionalParams): Promise<EncryptionScopesGetResponse>;
587
+ list(resourceGroupName: string, accountName: string, options?: EncryptionScopesListOptionalParams): PagedAsyncIterableIterator<EncryptionScope>;
588
+ patch(resourceGroupName: string, accountName: string, encryptionScopeName: string, encryptionScope: EncryptionScope, options?: EncryptionScopesPatchOptionalParams): Promise<EncryptionScopesPatchResponse>;
589
+ put(resourceGroupName: string, accountName: string, encryptionScopeName: string, encryptionScope: EncryptionScope, options?: EncryptionScopesPutOptionalParams): Promise<EncryptionScopesPutResponse>;
590
+ }
591
+
592
+ // @public
593
+ export interface EncryptionScopesGetOptionalParams extends coreClient.OperationOptions {
594
+ }
595
+
596
+ // @public
597
+ export type EncryptionScopesGetResponse = EncryptionScope;
598
+
599
+ // @public
600
+ export interface EncryptionScopesListNextOptionalParams extends coreClient.OperationOptions {
601
+ }
602
+
603
+ // @public
604
+ export type EncryptionScopesListNextResponse = EncryptionScopeListResult;
605
+
606
+ // @public
607
+ export interface EncryptionScopesListOptionalParams extends coreClient.OperationOptions {
608
+ }
609
+
610
+ // @public
611
+ export type EncryptionScopesListResponse = EncryptionScopeListResult;
612
+
613
+ // @public
614
+ export type EncryptionScopeSource = string;
615
+
616
+ // @public
617
+ export interface EncryptionScopesPatchOptionalParams extends coreClient.OperationOptions {
618
+ }
619
+
620
+ // @public
621
+ export type EncryptionScopesPatchResponse = EncryptionScope;
622
+
623
+ // @public
624
+ export interface EncryptionScopesPutOptionalParams extends coreClient.OperationOptions {
625
+ }
626
+
627
+ // @public
628
+ export type EncryptionScopesPutResponse = EncryptionScope;
629
+
630
+ // @public
631
+ export type EncryptionScopeState = string;
632
+
633
+ // @public
634
+ export interface EncryptionService {
635
+ enabled?: boolean;
636
+ keyType?: KeyType_2;
637
+ readonly lastEnabledTime?: Date;
638
+ }
639
+
640
+ // @public
641
+ export interface EncryptionServices {
642
+ blob?: EncryptionService;
643
+ file?: EncryptionService;
644
+ queue?: EncryptionService;
645
+ table?: EncryptionService;
646
+ }
647
+
648
+ // @public
649
+ export interface Endpoints {
650
+ readonly blob?: string;
651
+ readonly dfs?: string;
652
+ readonly file?: string;
653
+ internetEndpoints?: StorageAccountInternetEndpoints;
654
+ microsoftEndpoints?: StorageAccountMicrosoftEndpoints;
655
+ readonly queue?: string;
656
+ readonly table?: string;
657
+ readonly web?: string;
658
+ }
659
+
660
+ // @public
661
+ export interface ErrorResponse {
662
+ error?: ErrorResponseBody;
663
+ }
664
+
665
+ // @public
666
+ export interface ErrorResponseBody {
667
+ code?: string;
668
+ message?: string;
669
+ }
670
+
671
+ // @public
672
+ export type ExpirationAction = string;
673
+
674
+ // @public
675
+ export interface ExtendedLocation {
676
+ name?: string;
677
+ type?: ExtendedLocationTypes;
678
+ }
679
+
680
+ // @public
681
+ export type ExtendedLocationTypes = string;
682
+
683
+ // @public (undocumented)
684
+ export interface FileServiceItems {
685
+ readonly value?: FileServiceProperties[];
686
+ }
687
+
688
+ // @public
689
+ export type FileServiceProperties = Resource & {
690
+ readonly sku?: Sku;
691
+ cors?: CorsRules;
692
+ shareDeleteRetentionPolicy?: DeleteRetentionPolicy;
693
+ protocolSettings?: ProtocolSettings;
694
+ };
695
+
696
+ // @public
697
+ export interface FileServices {
698
+ getServiceProperties(resourceGroupName: string, accountName: string, options?: FileServicesGetServicePropertiesOptionalParams): Promise<FileServicesGetServicePropertiesResponse>;
699
+ list(resourceGroupName: string, accountName: string, options?: FileServicesListOptionalParams): Promise<FileServicesListResponse>;
700
+ setServiceProperties(resourceGroupName: string, accountName: string, parameters: FileServiceProperties, options?: FileServicesSetServicePropertiesOptionalParams): Promise<FileServicesSetServicePropertiesResponse>;
701
+ }
702
+
703
+ // @public
704
+ export interface FileServicesGetServicePropertiesOptionalParams extends coreClient.OperationOptions {
705
+ }
706
+
707
+ // @public
708
+ export type FileServicesGetServicePropertiesResponse = FileServiceProperties;
709
+
710
+ // @public
711
+ export interface FileServicesListOptionalParams extends coreClient.OperationOptions {
712
+ }
713
+
714
+ // @public
715
+ export type FileServicesListResponse = FileServiceItems;
716
+
717
+ // @public
718
+ export interface FileServicesSetServicePropertiesOptionalParams extends coreClient.OperationOptions {
719
+ }
720
+
721
+ // @public
722
+ export type FileServicesSetServicePropertiesResponse = FileServiceProperties;
723
+
724
+ // @public
725
+ export type FileShare = AzureEntityResource & {
726
+ readonly lastModifiedTime?: Date;
727
+ metadata?: {
728
+ [propertyName: string]: string;
729
+ };
730
+ shareQuota?: number;
731
+ enabledProtocols?: EnabledProtocols;
732
+ rootSquash?: RootSquashType;
733
+ readonly version?: string;
734
+ readonly deleted?: boolean;
735
+ readonly deletedTime?: Date;
736
+ readonly remainingRetentionDays?: number;
737
+ accessTier?: ShareAccessTier;
738
+ readonly accessTierChangeTime?: Date;
739
+ readonly accessTierStatus?: string;
740
+ readonly shareUsageBytes?: number;
741
+ readonly leaseStatus?: LeaseStatus;
742
+ readonly leaseState?: LeaseState;
743
+ readonly leaseDuration?: LeaseDuration;
744
+ signedIdentifiers?: SignedIdentifier[];
745
+ readonly snapshotTime?: Date;
746
+ };
747
+
748
+ // @public
749
+ export type FileShareItem = AzureEntityResource & {
750
+ readonly lastModifiedTime?: Date;
751
+ metadata?: {
752
+ [propertyName: string]: string;
753
+ };
754
+ shareQuota?: number;
755
+ enabledProtocols?: EnabledProtocols;
756
+ rootSquash?: RootSquashType;
757
+ readonly version?: string;
758
+ readonly deleted?: boolean;
759
+ readonly deletedTime?: Date;
760
+ readonly remainingRetentionDays?: number;
761
+ accessTier?: ShareAccessTier;
762
+ readonly accessTierChangeTime?: Date;
763
+ readonly accessTierStatus?: string;
764
+ readonly shareUsageBytes?: number;
765
+ readonly leaseStatus?: LeaseStatus;
766
+ readonly leaseState?: LeaseState;
767
+ readonly leaseDuration?: LeaseDuration;
768
+ signedIdentifiers?: SignedIdentifier[];
769
+ readonly snapshotTime?: Date;
770
+ };
771
+
772
+ // @public
773
+ export interface FileShareItems {
774
+ readonly nextLink?: string;
775
+ readonly value?: FileShareItem[];
776
+ }
777
+
778
+ // @public
779
+ export interface FileShares {
780
+ create(resourceGroupName: string, accountName: string, shareName: string, fileShare: FileShare, options?: FileSharesCreateOptionalParams): Promise<FileSharesCreateResponse>;
781
+ delete(resourceGroupName: string, accountName: string, shareName: string, options?: FileSharesDeleteOptionalParams): Promise<void>;
782
+ get(resourceGroupName: string, accountName: string, shareName: string, options?: FileSharesGetOptionalParams): Promise<FileSharesGetResponse>;
783
+ lease(resourceGroupName: string, accountName: string, shareName: string, options?: FileSharesLeaseOptionalParams): Promise<FileSharesLeaseResponse>;
784
+ list(resourceGroupName: string, accountName: string, options?: FileSharesListOptionalParams): PagedAsyncIterableIterator<FileShareItem>;
785
+ restore(resourceGroupName: string, accountName: string, shareName: string, deletedShare: DeletedShare, options?: FileSharesRestoreOptionalParams): Promise<void>;
786
+ update(resourceGroupName: string, accountName: string, shareName: string, fileShare: FileShare, options?: FileSharesUpdateOptionalParams): Promise<FileSharesUpdateResponse>;
787
+ }
788
+
789
+ // @public
790
+ export interface FileSharesCreateOptionalParams extends coreClient.OperationOptions {
791
+ expand?: string;
792
+ }
793
+
794
+ // @public
795
+ export type FileSharesCreateResponse = FileShare;
796
+
797
+ // @public
798
+ export interface FileSharesDeleteOptionalParams extends coreClient.OperationOptions {
799
+ include?: string;
800
+ xMsSnapshot?: string;
801
+ }
802
+
803
+ // @public
804
+ export interface FileSharesGetOptionalParams extends coreClient.OperationOptions {
805
+ expand?: string;
806
+ xMsSnapshot?: string;
807
+ }
808
+
809
+ // @public
810
+ export type FileSharesGetResponse = FileShare;
811
+
812
+ // @public
813
+ export interface FileSharesLeaseHeaders {
814
+ eTag?: string;
815
+ }
816
+
817
+ // @public
818
+ export interface FileSharesLeaseOptionalParams extends coreClient.OperationOptions {
819
+ parameters?: LeaseShareRequest;
820
+ xMsSnapshot?: string;
821
+ }
822
+
823
+ // @public
824
+ export type FileSharesLeaseResponse = FileSharesLeaseHeaders & LeaseShareResponse;
825
+
826
+ // @public
827
+ export interface FileSharesListNextOptionalParams extends coreClient.OperationOptions {
828
+ expand?: string;
829
+ filter?: string;
830
+ maxpagesize?: string;
831
+ }
832
+
833
+ // @public
834
+ export type FileSharesListNextResponse = FileShareItems;
835
+
836
+ // @public
837
+ export interface FileSharesListOptionalParams extends coreClient.OperationOptions {
838
+ expand?: string;
839
+ filter?: string;
840
+ maxpagesize?: string;
841
+ }
842
+
843
+ // @public
844
+ export type FileSharesListResponse = FileShareItems;
845
+
846
+ // @public
847
+ export interface FileSharesRestoreOptionalParams extends coreClient.OperationOptions {
848
+ }
849
+
850
+ // @public
851
+ export interface FileSharesUpdateOptionalParams extends coreClient.OperationOptions {
852
+ }
853
+
854
+ // @public
855
+ export type FileSharesUpdateResponse = FileShare;
856
+
857
+ // @public
858
+ export type Format = string;
859
+
860
+ // @public
861
+ export interface GeoReplicationStats {
862
+ readonly canFailover?: boolean;
863
+ readonly lastSyncTime?: Date;
864
+ readonly status?: GeoReplicationStatus;
865
+ }
866
+
867
+ // @public
868
+ export type GeoReplicationStatus = string;
869
+
870
+ // @public
871
+ export type HttpProtocol = "https,http" | "https";
872
+
873
+ // @public
874
+ export interface Identity {
875
+ readonly principalId?: string;
876
+ readonly tenantId?: string;
877
+ type: IdentityType;
878
+ userAssignedIdentities?: {
879
+ [propertyName: string]: UserAssignedIdentity;
880
+ };
881
+ }
882
+
883
+ // @public
884
+ export type IdentityType = string;
885
+
886
+ // @public
887
+ export type ImmutabilityPolicy = AzureEntityResource & {
888
+ immutabilityPeriodSinceCreationInDays?: number;
889
+ readonly state?: ImmutabilityPolicyState;
890
+ allowProtectedAppendWrites?: boolean;
891
+ allowProtectedAppendWritesAll?: boolean;
892
+ };
893
+
894
+ // @public
895
+ export interface ImmutabilityPolicyProperties {
896
+ allowProtectedAppendWrites?: boolean;
897
+ allowProtectedAppendWritesAll?: boolean;
898
+ readonly etag?: string;
899
+ immutabilityPeriodSinceCreationInDays?: number;
900
+ readonly state?: ImmutabilityPolicyState;
901
+ readonly updateHistory?: UpdateHistoryProperty[];
902
+ }
903
+
904
+ // @public
905
+ export type ImmutabilityPolicyState = string;
906
+
907
+ // @public
908
+ export type ImmutabilityPolicyUpdateType = string;
909
+
910
+ // @public
911
+ export interface ImmutableStorageAccount {
912
+ enabled?: boolean;
913
+ immutabilityPolicy?: AccountImmutabilityPolicyProperties;
914
+ }
915
+
916
+ // @public
917
+ export interface ImmutableStorageWithVersioning {
918
+ enabled?: boolean;
919
+ readonly migrationState?: MigrationState;
920
+ readonly timeStamp?: Date;
921
+ }
922
+
923
+ // @public
924
+ export type InventoryRuleType = string;
925
+
926
+ // @public
927
+ export interface IPRule {
928
+ action?: "Allow";
929
+ iPAddressOrRange: string;
930
+ }
931
+
932
+ // @public
933
+ export interface KeyCreationTime {
934
+ // (undocumented)
935
+ key1?: Date;
936
+ // (undocumented)
937
+ key2?: Date;
938
+ }
939
+
940
+ // @public
941
+ export type KeyPermission = "Read" | "Full";
942
+
943
+ // @public
944
+ export interface KeyPolicy {
945
+ keyExpirationPeriodInDays: number;
946
+ }
947
+
948
+ // @public
949
+ export type KeySource = string;
950
+
951
+ // @public
952
+ type KeyType_2 = string;
953
+ export { KeyType_2 as KeyType }
954
+
955
+ // @public
956
+ export interface KeyVaultProperties {
957
+ readonly currentVersionedKeyIdentifier?: string;
958
+ keyName?: string;
959
+ keyVaultUri?: string;
960
+ keyVersion?: string;
961
+ readonly lastKeyRotationTimestamp?: Date;
962
+ }
963
+
964
+ // @public
965
+ export type Kind = string;
966
+
967
+ // @public
968
+ export enum KnownAccountImmutabilityPolicyState {
969
+ // (undocumented)
970
+ Disabled = "Disabled",
971
+ // (undocumented)
972
+ Locked = "Locked",
973
+ // (undocumented)
974
+ Unlocked = "Unlocked"
975
+ }
976
+
977
+ // @public
978
+ export enum KnownBlobInventoryPolicyName {
979
+ // (undocumented)
980
+ Default = "default"
981
+ }
982
+
983
+ // @public
984
+ export enum KnownBlobRestoreProgressStatus {
985
+ // (undocumented)
986
+ Complete = "Complete",
987
+ // (undocumented)
988
+ Failed = "Failed",
989
+ // (undocumented)
990
+ InProgress = "InProgress"
991
+ }
992
+
993
+ // @public
994
+ export enum KnownBypass {
995
+ // (undocumented)
996
+ AzureServices = "AzureServices",
997
+ // (undocumented)
998
+ Logging = "Logging",
999
+ // (undocumented)
1000
+ Metrics = "Metrics",
1001
+ // (undocumented)
1002
+ None = "None"
1003
+ }
1004
+
1005
+ // @public
1006
+ export enum KnownCorsRuleAllowedMethodsItem {
1007
+ // (undocumented)
1008
+ Delete = "DELETE",
1009
+ // (undocumented)
1010
+ GET = "GET",
1011
+ // (undocumented)
1012
+ Head = "HEAD",
1013
+ // (undocumented)
1014
+ Merge = "MERGE",
1015
+ // (undocumented)
1016
+ Options = "OPTIONS",
1017
+ // (undocumented)
1018
+ Post = "POST",
1019
+ // (undocumented)
1020
+ PUT = "PUT"
1021
+ }
1022
+
1023
+ // @public
1024
+ export enum KnownCreatedByType {
1025
+ // (undocumented)
1026
+ Application = "Application",
1027
+ // (undocumented)
1028
+ Key = "Key",
1029
+ // (undocumented)
1030
+ ManagedIdentity = "ManagedIdentity",
1031
+ // (undocumented)
1032
+ User = "User"
1033
+ }
1034
+
1035
+ // @public
1036
+ export enum KnownDefaultSharePermission {
1037
+ // (undocumented)
1038
+ None = "None",
1039
+ // (undocumented)
1040
+ StorageFileDataSmbShareContributor = "StorageFileDataSmbShareContributor",
1041
+ // (undocumented)
1042
+ StorageFileDataSmbShareElevatedContributor = "StorageFileDataSmbShareElevatedContributor",
1043
+ // (undocumented)
1044
+ StorageFileDataSmbShareReader = "StorageFileDataSmbShareReader"
1045
+ }
1046
+
1047
+ // @public
1048
+ export enum KnownDirectoryServiceOptions {
1049
+ // (undocumented)
1050
+ Aadds = "AADDS",
1051
+ // (undocumented)
1052
+ AD = "AD",
1053
+ // (undocumented)
1054
+ None = "None"
1055
+ }
1056
+
1057
+ // @public
1058
+ export enum KnownEnabledProtocols {
1059
+ // (undocumented)
1060
+ NFS = "NFS",
1061
+ // (undocumented)
1062
+ SMB = "SMB"
1063
+ }
1064
+
1065
+ // @public
1066
+ export enum KnownEncryptionScopeSource {
1067
+ // (undocumented)
1068
+ MicrosoftKeyVault = "Microsoft.KeyVault",
1069
+ // (undocumented)
1070
+ MicrosoftStorage = "Microsoft.Storage"
1071
+ }
1072
+
1073
+ // @public
1074
+ export enum KnownEncryptionScopeState {
1075
+ // (undocumented)
1076
+ Disabled = "Disabled",
1077
+ // (undocumented)
1078
+ Enabled = "Enabled"
1079
+ }
1080
+
1081
+ // @public
1082
+ export enum KnownExpirationAction {
1083
+ // (undocumented)
1084
+ Log = "Log"
1085
+ }
1086
+
1087
+ // @public
1088
+ export enum KnownExtendedLocationTypes {
1089
+ // (undocumented)
1090
+ EdgeZone = "EdgeZone"
1091
+ }
1092
+
1093
+ // @public
1094
+ export enum KnownFormat {
1095
+ // (undocumented)
1096
+ Csv = "Csv",
1097
+ // (undocumented)
1098
+ Parquet = "Parquet"
1099
+ }
1100
+
1101
+ // @public
1102
+ export enum KnownGeoReplicationStatus {
1103
+ // (undocumented)
1104
+ Bootstrap = "Bootstrap",
1105
+ // (undocumented)
1106
+ Live = "Live",
1107
+ // (undocumented)
1108
+ Unavailable = "Unavailable"
1109
+ }
1110
+
1111
+ // @public
1112
+ export enum KnownIdentityType {
1113
+ // (undocumented)
1114
+ None = "None",
1115
+ // (undocumented)
1116
+ SystemAssigned = "SystemAssigned",
1117
+ // (undocumented)
1118
+ SystemAssignedUserAssigned = "SystemAssigned,UserAssigned",
1119
+ // (undocumented)
1120
+ UserAssigned = "UserAssigned"
1121
+ }
1122
+
1123
+ // @public
1124
+ export enum KnownImmutabilityPolicyState {
1125
+ // (undocumented)
1126
+ Locked = "Locked",
1127
+ // (undocumented)
1128
+ Unlocked = "Unlocked"
1129
+ }
1130
+
1131
+ // @public
1132
+ export enum KnownImmutabilityPolicyUpdateType {
1133
+ // (undocumented)
1134
+ Extend = "extend",
1135
+ // (undocumented)
1136
+ Lock = "lock",
1137
+ // (undocumented)
1138
+ Put = "put"
1139
+ }
1140
+
1141
+ // @public
1142
+ export enum KnownInventoryRuleType {
1143
+ // (undocumented)
1144
+ Inventory = "Inventory"
1145
+ }
1146
+
1147
+ // @public
1148
+ export enum KnownKeySource {
1149
+ // (undocumented)
1150
+ MicrosoftKeyvault = "Microsoft.Keyvault",
1151
+ // (undocumented)
1152
+ MicrosoftStorage = "Microsoft.Storage"
1153
+ }
1154
+
1155
+ // @public
1156
+ export enum KnownKeyType {
1157
+ // (undocumented)
1158
+ Account = "Account",
1159
+ // (undocumented)
1160
+ Service = "Service"
1161
+ }
1162
+
1163
+ // @public
1164
+ export enum KnownKind {
1165
+ // (undocumented)
1166
+ BlobStorage = "BlobStorage",
1167
+ // (undocumented)
1168
+ BlockBlobStorage = "BlockBlobStorage",
1169
+ // (undocumented)
1170
+ FileStorage = "FileStorage",
1171
+ // (undocumented)
1172
+ Storage = "Storage",
1173
+ // (undocumented)
1174
+ StorageV2 = "StorageV2"
1175
+ }
1176
+
1177
+ // @public
1178
+ export enum KnownLargeFileSharesState {
1179
+ // (undocumented)
1180
+ Disabled = "Disabled",
1181
+ // (undocumented)
1182
+ Enabled = "Enabled"
1183
+ }
1184
+
1185
+ // @public
1186
+ export enum KnownLeaseContainerRequestAction {
1187
+ // (undocumented)
1188
+ Acquire = "Acquire",
1189
+ // (undocumented)
1190
+ Break = "Break",
1191
+ // (undocumented)
1192
+ Change = "Change",
1193
+ // (undocumented)
1194
+ Release = "Release",
1195
+ // (undocumented)
1196
+ Renew = "Renew"
1197
+ }
1198
+
1199
+ // @public
1200
+ export enum KnownLeaseDuration {
1201
+ // (undocumented)
1202
+ Fixed = "Fixed",
1203
+ // (undocumented)
1204
+ Infinite = "Infinite"
1205
+ }
1206
+
1207
+ // @public
1208
+ export enum KnownLeaseShareAction {
1209
+ // (undocumented)
1210
+ Acquire = "Acquire",
1211
+ // (undocumented)
1212
+ Break = "Break",
1213
+ // (undocumented)
1214
+ Change = "Change",
1215
+ // (undocumented)
1216
+ Release = "Release",
1217
+ // (undocumented)
1218
+ Renew = "Renew"
1219
+ }
1220
+
1221
+ // @public
1222
+ export enum KnownLeaseState {
1223
+ // (undocumented)
1224
+ Available = "Available",
1225
+ // (undocumented)
1226
+ Breaking = "Breaking",
1227
+ // (undocumented)
1228
+ Broken = "Broken",
1229
+ // (undocumented)
1230
+ Expired = "Expired",
1231
+ // (undocumented)
1232
+ Leased = "Leased"
1233
+ }
1234
+
1235
+ // @public
1236
+ export enum KnownLeaseStatus {
1237
+ // (undocumented)
1238
+ Locked = "Locked",
1239
+ // (undocumented)
1240
+ Unlocked = "Unlocked"
1241
+ }
1242
+
1243
+ // @public
1244
+ export enum KnownListContainersInclude {
1245
+ // (undocumented)
1246
+ Deleted = "deleted"
1247
+ }
1248
+
1249
+ // @public
1250
+ export enum KnownManagementPolicyName {
1251
+ // (undocumented)
1252
+ Default = "default"
1253
+ }
1254
+
1255
+ // @public
1256
+ export enum KnownMigrationState {
1257
+ // (undocumented)
1258
+ Completed = "Completed",
1259
+ // (undocumented)
1260
+ InProgress = "InProgress"
1261
+ }
1262
+
1263
+ // @public
1264
+ export enum KnownMinimumTlsVersion {
1265
+ // (undocumented)
1266
+ TLS10 = "TLS1_0",
1267
+ // (undocumented)
1268
+ TLS11 = "TLS1_1",
1269
+ // (undocumented)
1270
+ TLS12 = "TLS1_2"
1271
+ }
1272
+
1273
+ // @public
1274
+ export enum KnownName {
1275
+ // (undocumented)
1276
+ AccessTimeTracking = "AccessTimeTracking"
1277
+ }
1278
+
1279
+ // @public
1280
+ export enum KnownObjectType {
1281
+ // (undocumented)
1282
+ Blob = "Blob",
1283
+ // (undocumented)
1284
+ Container = "Container"
1285
+ }
1286
+
1287
+ // @public
1288
+ export enum KnownPermissions {
1289
+ // (undocumented)
1290
+ A = "a",
1291
+ // (undocumented)
1292
+ C = "c",
1293
+ // (undocumented)
1294
+ D = "d",
1295
+ // (undocumented)
1296
+ L = "l",
1297
+ // (undocumented)
1298
+ P = "p",
1299
+ // (undocumented)
1300
+ R = "r",
1301
+ // (undocumented)
1302
+ U = "u",
1303
+ // (undocumented)
1304
+ W = "w"
1305
+ }
1306
+
1307
+ // @public
1308
+ export enum KnownPrivateEndpointConnectionProvisioningState {
1309
+ // (undocumented)
1310
+ Creating = "Creating",
1311
+ // (undocumented)
1312
+ Deleting = "Deleting",
1313
+ // (undocumented)
1314
+ Failed = "Failed",
1315
+ // (undocumented)
1316
+ Succeeded = "Succeeded"
1317
+ }
1318
+
1319
+ // @public
1320
+ export enum KnownPrivateEndpointServiceConnectionStatus {
1321
+ // (undocumented)
1322
+ Approved = "Approved",
1323
+ // (undocumented)
1324
+ Pending = "Pending",
1325
+ // (undocumented)
1326
+ Rejected = "Rejected"
1327
+ }
1328
+
1329
+ // @public
1330
+ export enum KnownPublicNetworkAccess {
1331
+ // (undocumented)
1332
+ Disabled = "Disabled",
1333
+ // (undocumented)
1334
+ Enabled = "Enabled"
1335
+ }
1336
+
1337
+ // @public
1338
+ export enum KnownReasonCode {
1339
+ // (undocumented)
1340
+ NotAvailableForSubscription = "NotAvailableForSubscription",
1341
+ // (undocumented)
1342
+ QuotaId = "QuotaId"
1343
+ }
1344
+
1345
+ // @public
1346
+ export enum KnownRootSquashType {
1347
+ // (undocumented)
1348
+ AllSquash = "AllSquash",
1349
+ // (undocumented)
1350
+ NoRootSquash = "NoRootSquash",
1351
+ // (undocumented)
1352
+ RootSquash = "RootSquash"
1353
+ }
1354
+
1355
+ // @public
1356
+ export enum KnownRoutingChoice {
1357
+ // (undocumented)
1358
+ InternetRouting = "InternetRouting",
1359
+ // (undocumented)
1360
+ MicrosoftRouting = "MicrosoftRouting"
1361
+ }
1362
+
1363
+ // @public
1364
+ export enum KnownRuleType {
1365
+ // (undocumented)
1366
+ Lifecycle = "Lifecycle"
1367
+ }
1368
+
1369
+ // @public
1370
+ export enum KnownSchedule {
1371
+ // (undocumented)
1372
+ Daily = "Daily",
1373
+ // (undocumented)
1374
+ Weekly = "Weekly"
1375
+ }
1376
+
1377
+ // @public
1378
+ export enum KnownServices {
1379
+ // (undocumented)
1380
+ B = "b",
1381
+ // (undocumented)
1382
+ F = "f",
1383
+ // (undocumented)
1384
+ Q = "q",
1385
+ // (undocumented)
1386
+ T = "t"
1387
+ }
1388
+
1389
+ // @public
1390
+ export enum KnownShareAccessTier {
1391
+ // (undocumented)
1392
+ Cool = "Cool",
1393
+ // (undocumented)
1394
+ Hot = "Hot",
1395
+ // (undocumented)
1396
+ Premium = "Premium",
1397
+ // (undocumented)
1398
+ TransactionOptimized = "TransactionOptimized"
1399
+ }
1400
+
1401
+ // @public
1402
+ export enum KnownSignedResource {
1403
+ // (undocumented)
1404
+ B = "b",
1405
+ // (undocumented)
1406
+ C = "c",
1407
+ // (undocumented)
1408
+ F = "f",
1409
+ // (undocumented)
1410
+ S = "s"
1411
+ }
1412
+
1413
+ // @public
1414
+ export enum KnownSignedResourceTypes {
1415
+ // (undocumented)
1416
+ C = "c",
1417
+ // (undocumented)
1418
+ O = "o",
1419
+ // (undocumented)
1420
+ S = "s"
1421
+ }
1422
+
1423
+ // @public
1424
+ export enum KnownSkuName {
1425
+ // (undocumented)
1426
+ PremiumLRS = "Premium_LRS",
1427
+ // (undocumented)
1428
+ PremiumZRS = "Premium_ZRS",
1429
+ // (undocumented)
1430
+ StandardGRS = "Standard_GRS",
1431
+ // (undocumented)
1432
+ StandardGzrs = "Standard_GZRS",
1433
+ // (undocumented)
1434
+ StandardLRS = "Standard_LRS",
1435
+ // (undocumented)
1436
+ StandardRagrs = "Standard_RAGRS",
1437
+ // (undocumented)
1438
+ StandardRagzrs = "Standard_RAGZRS",
1439
+ // (undocumented)
1440
+ StandardZRS = "Standard_ZRS"
1441
+ }
1442
+
1443
+ // @public
1444
+ export enum KnownState {
1445
+ // (undocumented)
1446
+ Deprovisioning = "Deprovisioning",
1447
+ // (undocumented)
1448
+ Failed = "Failed",
1449
+ // (undocumented)
1450
+ NetworkSourceDeleted = "NetworkSourceDeleted",
1451
+ // (undocumented)
1452
+ Provisioning = "Provisioning",
1453
+ // (undocumented)
1454
+ Succeeded = "Succeeded"
1455
+ }
1456
+
1457
+ // @public
1458
+ export type LargeFileSharesState = string;
1459
+
1460
+ // @public
1461
+ export interface LastAccessTimeTrackingPolicy {
1462
+ blobType?: string[];
1463
+ enable: boolean;
1464
+ name?: Name;
1465
+ trackingGranularityInDays?: number;
1466
+ }
1467
+
1468
+ // @public
1469
+ export interface LeaseContainerRequest {
1470
+ action: LeaseContainerRequestAction;
1471
+ breakPeriod?: number;
1472
+ leaseDuration?: number;
1473
+ leaseId?: string;
1474
+ proposedLeaseId?: string;
1475
+ }
1476
+
1477
+ // @public
1478
+ export type LeaseContainerRequestAction = string;
1479
+
1480
+ // @public
1481
+ export interface LeaseContainerResponse {
1482
+ leaseId?: string;
1483
+ leaseTimeSeconds?: string;
1484
+ }
1485
+
1486
+ // @public
1487
+ export type LeaseDuration = string;
1488
+
1489
+ // @public
1490
+ export type LeaseShareAction = string;
1491
+
1492
+ // @public
1493
+ export interface LeaseShareRequest {
1494
+ action: LeaseShareAction;
1495
+ breakPeriod?: number;
1496
+ leaseDuration?: number;
1497
+ leaseId?: string;
1498
+ proposedLeaseId?: string;
1499
+ }
1500
+
1501
+ // @public
1502
+ export interface LeaseShareResponse {
1503
+ leaseId?: string;
1504
+ leaseTimeSeconds?: string;
1505
+ }
1506
+
1507
+ // @public
1508
+ export type LeaseState = string;
1509
+
1510
+ // @public
1511
+ export type LeaseStatus = string;
1512
+
1513
+ // @public
1514
+ export interface LegalHold {
1515
+ allowProtectedAppendWritesAll?: boolean;
1516
+ readonly hasLegalHold?: boolean;
1517
+ tags: string[];
1518
+ }
1519
+
1520
+ // @public
1521
+ export interface LegalHoldProperties {
1522
+ readonly hasLegalHold?: boolean;
1523
+ protectedAppendWritesHistory?: ProtectedAppendWritesHistory;
1524
+ tags?: TagProperty[];
1525
+ }
1526
+
1527
+ // @public
1528
+ export interface ListAccountSasResponse {
1529
+ readonly accountSasToken?: string;
1530
+ }
1531
+
1532
+ // @public
1533
+ export interface ListBlobInventoryPolicy {
1534
+ readonly value?: BlobInventoryPolicy[];
1535
+ }
1536
+
1537
+ // @public
1538
+ export type ListContainerItem = AzureEntityResource & {
1539
+ readonly version?: string;
1540
+ readonly deleted?: boolean;
1541
+ readonly deletedTime?: Date;
1542
+ readonly remainingRetentionDays?: number;
1543
+ defaultEncryptionScope?: string;
1544
+ denyEncryptionScopeOverride?: boolean;
1545
+ publicAccess?: PublicAccess;
1546
+ readonly lastModifiedTime?: Date;
1547
+ readonly leaseStatus?: LeaseStatus;
1548
+ readonly leaseState?: LeaseState;
1549
+ readonly leaseDuration?: LeaseDuration;
1550
+ metadata?: {
1551
+ [propertyName: string]: string;
1552
+ };
1553
+ readonly immutabilityPolicy?: ImmutabilityPolicyProperties;
1554
+ readonly legalHold?: LegalHoldProperties;
1555
+ readonly hasLegalHold?: boolean;
1556
+ readonly hasImmutabilityPolicy?: boolean;
1557
+ immutableStorageWithVersioning?: ImmutableStorageWithVersioning;
1558
+ enableNfsV3RootSquash?: boolean;
1559
+ enableNfsV3AllSquash?: boolean;
1560
+ };
1561
+
1562
+ // @public
1563
+ export interface ListContainerItems {
1564
+ readonly nextLink?: string;
1565
+ readonly value?: ListContainerItem[];
1566
+ }
1567
+
1568
+ // @public
1569
+ export type ListContainersInclude = string;
1570
+
1571
+ // @public (undocumented)
1572
+ export type ListQueue = Resource & {
1573
+ metadata?: {
1574
+ [propertyName: string]: string;
1575
+ };
1576
+ };
1577
+
1578
+ // @public
1579
+ export interface ListQueueResource {
1580
+ readonly nextLink?: string;
1581
+ readonly value?: ListQueue[];
1582
+ }
1583
+
1584
+ // @public (undocumented)
1585
+ export interface ListQueueServices {
1586
+ readonly value?: QueueServiceProperties[];
1587
+ }
1588
+
1589
+ // @public
1590
+ export interface ListServiceSasResponse {
1591
+ readonly serviceSasToken?: string;
1592
+ }
1593
+
1594
+ // @public
1595
+ export interface ListTableResource {
1596
+ readonly nextLink?: string;
1597
+ readonly value?: Table[];
1598
+ }
1599
+
1600
+ // @public (undocumented)
1601
+ export interface ListTableServices {
1602
+ readonly value?: TableServiceProperties[];
1603
+ }
1604
+
1605
+ // @public
1606
+ export interface ManagementPolicies {
1607
+ createOrUpdate(resourceGroupName: string, accountName: string, managementPolicyName: ManagementPolicyName, properties: ManagementPolicy, options?: ManagementPoliciesCreateOrUpdateOptionalParams): Promise<ManagementPoliciesCreateOrUpdateResponse>;
1608
+ delete(resourceGroupName: string, accountName: string, managementPolicyName: ManagementPolicyName, options?: ManagementPoliciesDeleteOptionalParams): Promise<void>;
1609
+ get(resourceGroupName: string, accountName: string, managementPolicyName: ManagementPolicyName, options?: ManagementPoliciesGetOptionalParams): Promise<ManagementPoliciesGetResponse>;
1610
+ }
1611
+
1612
+ // @public
1613
+ export interface ManagementPoliciesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
1614
+ }
1615
+
1616
+ // @public
1617
+ export type ManagementPoliciesCreateOrUpdateResponse = ManagementPolicy;
1618
+
1619
+ // @public
1620
+ export interface ManagementPoliciesDeleteOptionalParams extends coreClient.OperationOptions {
1621
+ }
1622
+
1623
+ // @public
1624
+ export interface ManagementPoliciesGetOptionalParams extends coreClient.OperationOptions {
1625
+ }
1626
+
1627
+ // @public
1628
+ export type ManagementPoliciesGetResponse = ManagementPolicy;
1629
+
1630
+ // @public
1631
+ export type ManagementPolicy = Resource & {
1632
+ readonly lastModifiedTime?: Date;
1633
+ policy?: ManagementPolicySchema;
1634
+ };
1635
+
1636
+ // @public
1637
+ export interface ManagementPolicyAction {
1638
+ baseBlob?: ManagementPolicyBaseBlob;
1639
+ snapshot?: ManagementPolicySnapShot;
1640
+ version?: ManagementPolicyVersion;
1641
+ }
1642
+
1643
+ // @public
1644
+ export interface ManagementPolicyBaseBlob {
1645
+ delete?: DateAfterModification;
1646
+ enableAutoTierToHotFromCool?: boolean;
1647
+ tierToArchive?: DateAfterModification;
1648
+ tierToCool?: DateAfterModification;
1649
+ }
1650
+
1651
+ // @public
1652
+ export interface ManagementPolicyDefinition {
1653
+ actions: ManagementPolicyAction;
1654
+ filters?: ManagementPolicyFilter;
1655
+ }
1656
+
1657
+ // @public
1658
+ export interface ManagementPolicyFilter {
1659
+ blobIndexMatch?: TagFilter[];
1660
+ blobTypes: string[];
1661
+ prefixMatch?: string[];
1662
+ }
1663
+
1664
+ // @public
1665
+ export type ManagementPolicyName = string;
1666
+
1667
+ // @public
1668
+ export interface ManagementPolicyRule {
1669
+ definition: ManagementPolicyDefinition;
1670
+ enabled?: boolean;
1671
+ name: string;
1672
+ type: RuleType;
1673
+ }
1674
+
1675
+ // @public
1676
+ export interface ManagementPolicySchema {
1677
+ rules: ManagementPolicyRule[];
1678
+ }
1679
+
1680
+ // @public
1681
+ export interface ManagementPolicySnapShot {
1682
+ delete?: DateAfterCreation;
1683
+ tierToArchive?: DateAfterCreation;
1684
+ tierToCool?: DateAfterCreation;
1685
+ }
1686
+
1687
+ // @public
1688
+ export interface ManagementPolicyVersion {
1689
+ delete?: DateAfterCreation;
1690
+ tierToArchive?: DateAfterCreation;
1691
+ tierToCool?: DateAfterCreation;
1692
+ }
1693
+
1694
+ // @public
1695
+ export interface MetricSpecification {
1696
+ aggregationType?: string;
1697
+ category?: string;
1698
+ dimensions?: Dimension[];
1699
+ displayDescription?: string;
1700
+ displayName?: string;
1701
+ fillGapWithZero?: boolean;
1702
+ name?: string;
1703
+ resourceIdDimensionNameOverride?: string;
1704
+ unit?: string;
1705
+ }
1706
+
1707
+ // @public
1708
+ export type MigrationState = string;
1709
+
1710
+ // @public
1711
+ export type MinimumTlsVersion = string;
1712
+
1713
+ // @public
1714
+ export interface Multichannel {
1715
+ enabled?: boolean;
1716
+ }
1717
+
1718
+ // @public
1719
+ export type Name = string;
1720
+
1721
+ // @public
1722
+ export interface NetworkRuleSet {
1723
+ bypass?: Bypass;
1724
+ defaultAction: DefaultAction;
1725
+ ipRules?: IPRule[];
1726
+ resourceAccessRules?: ResourceAccessRule[];
1727
+ virtualNetworkRules?: VirtualNetworkRule[];
1728
+ }
1729
+
1730
+ // @public
1731
+ export interface ObjectReplicationPolicies {
1732
+ value?: ObjectReplicationPolicy[];
1733
+ }
1734
+
1735
+ // @public
1736
+ export interface ObjectReplicationPoliciesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
1737
+ }
1738
+
1739
+ // @public
1740
+ export type ObjectReplicationPoliciesCreateOrUpdateResponse = ObjectReplicationPolicy;
1741
+
1742
+ // @public
1743
+ export interface ObjectReplicationPoliciesDeleteOptionalParams extends coreClient.OperationOptions {
1744
+ }
1745
+
1746
+ // @public
1747
+ export interface ObjectReplicationPoliciesGetOptionalParams extends coreClient.OperationOptions {
1748
+ }
1749
+
1750
+ // @public
1751
+ export type ObjectReplicationPoliciesGetResponse = ObjectReplicationPolicy;
1752
+
1753
+ // @public
1754
+ export interface ObjectReplicationPoliciesListOptionalParams extends coreClient.OperationOptions {
1755
+ }
1756
+
1757
+ // @public
1758
+ export type ObjectReplicationPoliciesListResponse = ObjectReplicationPolicies;
1759
+
1760
+ // @public
1761
+ export interface ObjectReplicationPoliciesOperations {
1762
+ createOrUpdate(resourceGroupName: string, accountName: string, objectReplicationPolicyId: string, properties: ObjectReplicationPolicy, options?: ObjectReplicationPoliciesCreateOrUpdateOptionalParams): Promise<ObjectReplicationPoliciesCreateOrUpdateResponse>;
1763
+ delete(resourceGroupName: string, accountName: string, objectReplicationPolicyId: string, options?: ObjectReplicationPoliciesDeleteOptionalParams): Promise<void>;
1764
+ get(resourceGroupName: string, accountName: string, objectReplicationPolicyId: string, options?: ObjectReplicationPoliciesGetOptionalParams): Promise<ObjectReplicationPoliciesGetResponse>;
1765
+ list(resourceGroupName: string, accountName: string, options?: ObjectReplicationPoliciesListOptionalParams): PagedAsyncIterableIterator<ObjectReplicationPolicy>;
1766
+ }
1767
+
1768
+ // @public
1769
+ export type ObjectReplicationPolicy = Resource & {
1770
+ readonly policyId?: string;
1771
+ readonly enabledTime?: Date;
1772
+ sourceAccount?: string;
1773
+ destinationAccount?: string;
1774
+ rules?: ObjectReplicationPolicyRule[];
1775
+ };
1776
+
1777
+ // @public
1778
+ export interface ObjectReplicationPolicyFilter {
1779
+ minCreationTime?: string;
1780
+ prefixMatch?: string[];
1781
+ }
1782
+
1783
+ // @public
1784
+ export interface ObjectReplicationPolicyRule {
1785
+ destinationContainer: string;
1786
+ filters?: ObjectReplicationPolicyFilter;
1787
+ ruleId?: string;
1788
+ sourceContainer: string;
1789
+ }
1790
+
1791
+ // @public
1792
+ export type ObjectType = string;
1793
+
1794
+ // @public
1795
+ export interface Operation {
1796
+ display?: OperationDisplay;
1797
+ name?: string;
1798
+ origin?: string;
1799
+ serviceSpecification?: ServiceSpecification;
1800
+ }
1801
+
1802
+ // @public
1803
+ export interface OperationDisplay {
1804
+ description?: string;
1805
+ operation?: string;
1806
+ provider?: string;
1807
+ resource?: string;
1808
+ }
1809
+
1810
+ // @public
1811
+ export interface OperationListResult {
1812
+ value?: Operation[];
1813
+ }
1814
+
1815
+ // @public
1816
+ export interface Operations {
1817
+ list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<Operation>;
1818
+ }
1819
+
1820
+ // @public
1821
+ export interface OperationsListOptionalParams extends coreClient.OperationOptions {
1822
+ }
1823
+
1824
+ // @public
1825
+ export type OperationsListResponse = OperationListResult;
1826
+
1827
+ // @public
1828
+ type Permissions_2 = string;
1829
+ export { Permissions_2 as Permissions }
1830
+
1831
+ // @public
1832
+ export interface PrivateEndpoint {
1833
+ readonly id?: string;
1834
+ }
1835
+
1836
+ // @public
1837
+ export type PrivateEndpointConnection = Resource & {
1838
+ privateEndpoint?: PrivateEndpoint;
1839
+ privateLinkServiceConnectionState?: PrivateLinkServiceConnectionState;
1840
+ readonly provisioningState?: PrivateEndpointConnectionProvisioningState;
1841
+ };
1842
+
1843
+ // @public
1844
+ export interface PrivateEndpointConnectionListResult {
1845
+ value?: PrivateEndpointConnection[];
1846
+ }
1847
+
1848
+ // @public
1849
+ export type PrivateEndpointConnectionProvisioningState = string;
1850
+
1851
+ // @public
1852
+ export interface PrivateEndpointConnections {
1853
+ delete(resourceGroupName: string, accountName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<void>;
1854
+ get(resourceGroupName: string, accountName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsGetOptionalParams): Promise<PrivateEndpointConnectionsGetResponse>;
1855
+ list(resourceGroupName: string, accountName: string, options?: PrivateEndpointConnectionsListOptionalParams): PagedAsyncIterableIterator<PrivateEndpointConnection>;
1856
+ put(resourceGroupName: string, accountName: string, privateEndpointConnectionName: string, properties: PrivateEndpointConnection, options?: PrivateEndpointConnectionsPutOptionalParams): Promise<PrivateEndpointConnectionsPutResponse>;
1857
+ }
1858
+
1859
+ // @public
1860
+ export interface PrivateEndpointConnectionsDeleteOptionalParams extends coreClient.OperationOptions {
1861
+ }
1862
+
1863
+ // @public
1864
+ export interface PrivateEndpointConnectionsGetOptionalParams extends coreClient.OperationOptions {
1865
+ }
1866
+
1867
+ // @public
1868
+ export type PrivateEndpointConnectionsGetResponse = PrivateEndpointConnection;
1869
+
1870
+ // @public
1871
+ export interface PrivateEndpointConnectionsListOptionalParams extends coreClient.OperationOptions {
1872
+ }
1873
+
1874
+ // @public
1875
+ export type PrivateEndpointConnectionsListResponse = PrivateEndpointConnectionListResult;
1876
+
1877
+ // @public
1878
+ export interface PrivateEndpointConnectionsPutOptionalParams extends coreClient.OperationOptions {
1879
+ }
1880
+
1881
+ // @public
1882
+ export type PrivateEndpointConnectionsPutResponse = PrivateEndpointConnection;
1883
+
1884
+ // @public
1885
+ export type PrivateEndpointServiceConnectionStatus = string;
1886
+
1887
+ // @public
1888
+ export type PrivateLinkResource = Resource & {
1889
+ readonly groupId?: string;
1890
+ readonly requiredMembers?: string[];
1891
+ requiredZoneNames?: string[];
1892
+ };
1893
+
1894
+ // @public
1895
+ export interface PrivateLinkResourceListResult {
1896
+ value?: PrivateLinkResource[];
1897
+ }
1898
+
1899
+ // @public
1900
+ export interface PrivateLinkResources {
1901
+ listByStorageAccount(resourceGroupName: string, accountName: string, options?: PrivateLinkResourcesListByStorageAccountOptionalParams): Promise<PrivateLinkResourcesListByStorageAccountResponse>;
1902
+ }
1903
+
1904
+ // @public
1905
+ export interface PrivateLinkResourcesListByStorageAccountOptionalParams extends coreClient.OperationOptions {
1906
+ }
1907
+
1908
+ // @public
1909
+ export type PrivateLinkResourcesListByStorageAccountResponse = PrivateLinkResourceListResult;
1910
+
1911
+ // @public
1912
+ export interface PrivateLinkServiceConnectionState {
1913
+ actionRequired?: string;
1914
+ description?: string;
1915
+ status?: PrivateEndpointServiceConnectionStatus;
1916
+ }
1917
+
1918
+ // @public
1919
+ export interface ProtectedAppendWritesHistory {
1920
+ allowProtectedAppendWritesAll?: boolean;
1921
+ readonly timestamp?: Date;
1922
+ }
1923
+
1924
+ // @public
1925
+ export interface ProtocolSettings {
1926
+ smb?: SmbSetting;
1927
+ }
1928
+
1929
+ // @public
1930
+ export type ProvisioningState = "Creating" | "ResolvingDNS" | "Succeeded";
1931
+
1932
+ // @public
1933
+ export type ProxyResource = Resource & {};
1934
+
1935
+ // @public
1936
+ export type PublicAccess = "Container" | "Blob" | "None";
1937
+
1938
+ // @public
1939
+ export type PublicNetworkAccess = string;
1940
+
1941
+ // @public
1942
+ export interface Queue {
1943
+ create(resourceGroupName: string, accountName: string, queueName: string, queue: StorageQueue, options?: QueueCreateOptionalParams): Promise<QueueCreateResponse>;
1944
+ delete(resourceGroupName: string, accountName: string, queueName: string, options?: QueueDeleteOptionalParams): Promise<void>;
1945
+ get(resourceGroupName: string, accountName: string, queueName: string, options?: QueueGetOptionalParams): Promise<QueueGetResponse>;
1946
+ list(resourceGroupName: string, accountName: string, options?: QueueListOptionalParams): PagedAsyncIterableIterator<ListQueue>;
1947
+ update(resourceGroupName: string, accountName: string, queueName: string, queue: StorageQueue, options?: QueueUpdateOptionalParams): Promise<QueueUpdateResponse>;
1948
+ }
1949
+
1950
+ // @public
1951
+ export interface QueueCreateOptionalParams extends coreClient.OperationOptions {
1952
+ }
1953
+
1954
+ // @public
1955
+ export type QueueCreateResponse = StorageQueue;
1956
+
1957
+ // @public
1958
+ export interface QueueDeleteOptionalParams extends coreClient.OperationOptions {
1959
+ }
1960
+
1961
+ // @public
1962
+ export interface QueueGetOptionalParams extends coreClient.OperationOptions {
1963
+ }
1964
+
1965
+ // @public
1966
+ export type QueueGetResponse = StorageQueue;
1967
+
1968
+ // @public
1969
+ export interface QueueListNextOptionalParams extends coreClient.OperationOptions {
1970
+ filter?: string;
1971
+ maxpagesize?: string;
1972
+ }
1973
+
1974
+ // @public
1975
+ export type QueueListNextResponse = ListQueueResource;
1976
+
1977
+ // @public
1978
+ export interface QueueListOptionalParams extends coreClient.OperationOptions {
1979
+ filter?: string;
1980
+ maxpagesize?: string;
1981
+ }
1982
+
1983
+ // @public
1984
+ export type QueueListResponse = ListQueueResource;
1985
+
1986
+ // @public
1987
+ export type QueueServiceProperties = Resource & {
1988
+ cors?: CorsRules;
1989
+ };
1990
+
1991
+ // @public
1992
+ export interface QueueServices {
1993
+ getServiceProperties(resourceGroupName: string, accountName: string, options?: QueueServicesGetServicePropertiesOptionalParams): Promise<QueueServicesGetServicePropertiesResponse>;
1994
+ list(resourceGroupName: string, accountName: string, options?: QueueServicesListOptionalParams): Promise<QueueServicesListResponse>;
1995
+ setServiceProperties(resourceGroupName: string, accountName: string, parameters: QueueServiceProperties, options?: QueueServicesSetServicePropertiesOptionalParams): Promise<QueueServicesSetServicePropertiesResponse>;
1996
+ }
1997
+
1998
+ // @public
1999
+ export interface QueueServicesGetServicePropertiesOptionalParams extends coreClient.OperationOptions {
2000
+ }
2001
+
2002
+ // @public
2003
+ export type QueueServicesGetServicePropertiesResponse = QueueServiceProperties;
2004
+
2005
+ // @public
2006
+ export interface QueueServicesListOptionalParams extends coreClient.OperationOptions {
2007
+ }
2008
+
2009
+ // @public
2010
+ export type QueueServicesListResponse = ListQueueServices;
2011
+
2012
+ // @public
2013
+ export interface QueueServicesSetServicePropertiesOptionalParams extends coreClient.OperationOptions {
2014
+ }
2015
+
2016
+ // @public
2017
+ export type QueueServicesSetServicePropertiesResponse = QueueServiceProperties;
2018
+
2019
+ // @public
2020
+ export interface QueueUpdateOptionalParams extends coreClient.OperationOptions {
2021
+ }
2022
+
2023
+ // @public
2024
+ export type QueueUpdateResponse = StorageQueue;
2025
+
2026
+ // @public
2027
+ export type Reason = "AccountNameInvalid" | "AlreadyExists";
2028
+
2029
+ // @public
2030
+ export type ReasonCode = string;
2031
+
2032
+ // @public
2033
+ export interface Resource {
2034
+ readonly id?: string;
2035
+ readonly name?: string;
2036
+ readonly type?: string;
2037
+ }
2038
+
2039
+ // @public
2040
+ export interface ResourceAccessRule {
2041
+ resourceId?: string;
2042
+ tenantId?: string;
2043
+ }
2044
+
2045
+ // @public
2046
+ export interface RestorePolicyProperties {
2047
+ days?: number;
2048
+ enabled: boolean;
2049
+ readonly lastEnabledTime?: Date;
2050
+ readonly minRestoreTime?: Date;
2051
+ }
2052
+
2053
+ // @public
2054
+ export interface Restriction {
2055
+ reasonCode?: ReasonCode;
2056
+ readonly type?: string;
2057
+ readonly values?: string[];
2058
+ }
2059
+
2060
+ // @public
2061
+ export type RootSquashType = string;
2062
+
2063
+ // @public
2064
+ export type RoutingChoice = string;
2065
+
2066
+ // @public
2067
+ export interface RoutingPreference {
2068
+ publishInternetEndpoints?: boolean;
2069
+ publishMicrosoftEndpoints?: boolean;
2070
+ routingChoice?: RoutingChoice;
2071
+ }
2072
+
2073
+ // @public
2074
+ export type RuleType = string;
2075
+
2076
+ // @public
2077
+ export interface SasPolicy {
2078
+ expirationAction: ExpirationAction;
2079
+ sasExpirationPeriod: string;
2080
+ }
2081
+
2082
+ // @public
2083
+ export type Schedule = string;
2084
+
2085
+ // @public
2086
+ export type Services = string;
2087
+
2088
+ // @public
2089
+ export interface ServiceSasParameters {
2090
+ cacheControl?: string;
2091
+ canonicalizedResource: string;
2092
+ contentDisposition?: string;
2093
+ contentEncoding?: string;
2094
+ contentLanguage?: string;
2095
+ contentType?: string;
2096
+ identifier?: string;
2097
+ iPAddressOrRange?: string;
2098
+ keyToSign?: string;
2099
+ partitionKeyEnd?: string;
2100
+ partitionKeyStart?: string;
2101
+ permissions?: Permissions_2;
2102
+ protocols?: HttpProtocol;
2103
+ resource?: SignedResource;
2104
+ rowKeyEnd?: string;
2105
+ rowKeyStart?: string;
2106
+ sharedAccessExpiryTime?: Date;
2107
+ sharedAccessStartTime?: Date;
2108
+ }
2109
+
2110
+ // @public
2111
+ export interface ServiceSpecification {
2112
+ metricSpecifications?: MetricSpecification[];
2113
+ }
2114
+
2115
+ // @public
2116
+ export type ShareAccessTier = string;
2117
+
2118
+ // @public (undocumented)
2119
+ export interface SignedIdentifier {
2120
+ accessPolicy?: AccessPolicy;
2121
+ id?: string;
2122
+ }
2123
+
2124
+ // @public
2125
+ export type SignedResource = string;
2126
+
2127
+ // @public
2128
+ export type SignedResourceTypes = string;
2129
+
2130
+ // @public
2131
+ export interface Sku {
2132
+ name: SkuName;
2133
+ readonly tier?: SkuTier;
2134
+ }
2135
+
2136
+ // @public
2137
+ export interface SKUCapability {
2138
+ readonly name?: string;
2139
+ readonly value?: string;
2140
+ }
2141
+
2142
+ // @public
2143
+ export interface SkuInformation {
2144
+ readonly capabilities?: SKUCapability[];
2145
+ readonly kind?: Kind;
2146
+ readonly locations?: string[];
2147
+ name: SkuName;
2148
+ readonly resourceType?: string;
2149
+ restrictions?: Restriction[];
2150
+ readonly tier?: SkuTier;
2151
+ }
2152
+
2153
+ // @public
2154
+ export type SkuName = string;
2155
+
2156
+ // @public
2157
+ export interface Skus {
2158
+ list(options?: SkusListOptionalParams): PagedAsyncIterableIterator<SkuInformation>;
2159
+ }
2160
+
2161
+ // @public
2162
+ export interface SkusListOptionalParams extends coreClient.OperationOptions {
2163
+ }
2164
+
2165
+ // @public
2166
+ export type SkusListResponse = StorageSkuListResult;
2167
+
2168
+ // @public
2169
+ export type SkuTier = "Standard" | "Premium";
2170
+
2171
+ // @public
2172
+ export interface SmbSetting {
2173
+ authenticationMethods?: string;
2174
+ channelEncryption?: string;
2175
+ kerberosTicketEncryption?: string;
2176
+ multichannel?: Multichannel;
2177
+ versions?: string;
2178
+ }
2179
+
2180
+ // @public
2181
+ export type State = string;
2182
+
2183
+ // @public
2184
+ export type StorageAccount = TrackedResource & {
2185
+ readonly sku?: Sku;
2186
+ readonly kind?: Kind;
2187
+ identity?: Identity;
2188
+ extendedLocation?: ExtendedLocation;
2189
+ readonly provisioningState?: ProvisioningState;
2190
+ readonly primaryEndpoints?: Endpoints;
2191
+ readonly primaryLocation?: string;
2192
+ readonly statusOfPrimary?: AccountStatus;
2193
+ readonly lastGeoFailoverTime?: Date;
2194
+ readonly secondaryLocation?: string;
2195
+ readonly statusOfSecondary?: AccountStatus;
2196
+ readonly creationTime?: Date;
2197
+ readonly customDomain?: CustomDomain;
2198
+ readonly sasPolicy?: SasPolicy;
2199
+ readonly keyPolicy?: KeyPolicy;
2200
+ readonly keyCreationTime?: KeyCreationTime;
2201
+ readonly secondaryEndpoints?: Endpoints;
2202
+ readonly encryption?: Encryption;
2203
+ readonly accessTier?: AccessTier;
2204
+ azureFilesIdentityBasedAuthentication?: AzureFilesIdentityBasedAuthentication;
2205
+ enableHttpsTrafficOnly?: boolean;
2206
+ readonly networkRuleSet?: NetworkRuleSet;
2207
+ isHnsEnabled?: boolean;
2208
+ readonly geoReplicationStats?: GeoReplicationStats;
2209
+ readonly failoverInProgress?: boolean;
2210
+ largeFileSharesState?: LargeFileSharesState;
2211
+ readonly privateEndpointConnections?: PrivateEndpointConnection[];
2212
+ routingPreference?: RoutingPreference;
2213
+ readonly blobRestoreStatus?: BlobRestoreStatus;
2214
+ allowBlobPublicAccess?: boolean;
2215
+ minimumTlsVersion?: MinimumTlsVersion;
2216
+ allowSharedKeyAccess?: boolean;
2217
+ enableNfsV3?: boolean;
2218
+ allowCrossTenantReplication?: boolean;
2219
+ defaultToOAuthAuthentication?: boolean;
2220
+ publicNetworkAccess?: PublicNetworkAccess;
2221
+ immutableStorageWithVersioning?: ImmutableStorageAccount;
2222
+ };
2223
+
2224
+ // @public
2225
+ export interface StorageAccountCheckNameAvailabilityParameters {
2226
+ name: string;
2227
+ type: "Microsoft.Storage/storageAccounts";
2228
+ }
2229
+
2230
+ // @public
2231
+ export interface StorageAccountCreateParameters {
2232
+ accessTier?: AccessTier;
2233
+ allowBlobPublicAccess?: boolean;
2234
+ allowCrossTenantReplication?: boolean;
2235
+ allowSharedKeyAccess?: boolean;
2236
+ azureFilesIdentityBasedAuthentication?: AzureFilesIdentityBasedAuthentication;
2237
+ customDomain?: CustomDomain;
2238
+ defaultToOAuthAuthentication?: boolean;
2239
+ enableHttpsTrafficOnly?: boolean;
2240
+ enableNfsV3?: boolean;
2241
+ encryption?: Encryption;
2242
+ extendedLocation?: ExtendedLocation;
2243
+ identity?: Identity;
2244
+ immutableStorageWithVersioning?: ImmutableStorageAccount;
2245
+ isHnsEnabled?: boolean;
2246
+ keyPolicy?: KeyPolicy;
2247
+ kind: Kind;
2248
+ largeFileSharesState?: LargeFileSharesState;
2249
+ location: string;
2250
+ minimumTlsVersion?: MinimumTlsVersion;
2251
+ networkRuleSet?: NetworkRuleSet;
2252
+ publicNetworkAccess?: PublicNetworkAccess;
2253
+ routingPreference?: RoutingPreference;
2254
+ sasPolicy?: SasPolicy;
2255
+ sku: Sku;
2256
+ tags?: {
2257
+ [propertyName: string]: string;
2258
+ };
2259
+ }
2260
+
2261
+ // @public
2262
+ export type StorageAccountExpand = "geoReplicationStats" | "blobRestoreStatus";
2263
+
2264
+ // @public
2265
+ export interface StorageAccountInternetEndpoints {
2266
+ readonly blob?: string;
2267
+ readonly dfs?: string;
2268
+ readonly file?: string;
2269
+ readonly web?: string;
2270
+ }
2271
+
2272
+ // @public
2273
+ export interface StorageAccountKey {
2274
+ readonly creationTime?: Date;
2275
+ readonly keyName?: string;
2276
+ readonly permissions?: KeyPermission;
2277
+ readonly value?: string;
2278
+ }
2279
+
2280
+ // @public
2281
+ export interface StorageAccountListKeysResult {
2282
+ readonly keys?: StorageAccountKey[];
2283
+ }
2284
+
2285
+ // @public
2286
+ export interface StorageAccountListResult {
2287
+ readonly nextLink?: string;
2288
+ readonly value?: StorageAccount[];
2289
+ }
2290
+
2291
+ // @public
2292
+ export interface StorageAccountMicrosoftEndpoints {
2293
+ readonly blob?: string;
2294
+ readonly dfs?: string;
2295
+ readonly file?: string;
2296
+ readonly queue?: string;
2297
+ readonly table?: string;
2298
+ readonly web?: string;
2299
+ }
2300
+
2301
+ // @public
2302
+ export interface StorageAccountRegenerateKeyParameters {
2303
+ keyName: string;
2304
+ }
2305
+
2306
+ // @public
2307
+ export interface StorageAccounts {
2308
+ beginAbortHierarchicalNamespaceMigration(resourceGroupName: string, accountName: string, options?: StorageAccountsAbortHierarchicalNamespaceMigrationOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
2309
+ beginAbortHierarchicalNamespaceMigrationAndWait(resourceGroupName: string, accountName: string, options?: StorageAccountsAbortHierarchicalNamespaceMigrationOptionalParams): Promise<void>;
2310
+ beginCreate(resourceGroupName: string, accountName: string, parameters: StorageAccountCreateParameters, options?: StorageAccountsCreateOptionalParams): Promise<PollerLike<PollOperationState<StorageAccountsCreateResponse>, StorageAccountsCreateResponse>>;
2311
+ beginCreateAndWait(resourceGroupName: string, accountName: string, parameters: StorageAccountCreateParameters, options?: StorageAccountsCreateOptionalParams): Promise<StorageAccountsCreateResponse>;
2312
+ beginFailover(resourceGroupName: string, accountName: string, options?: StorageAccountsFailoverOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
2313
+ beginFailoverAndWait(resourceGroupName: string, accountName: string, options?: StorageAccountsFailoverOptionalParams): Promise<void>;
2314
+ beginHierarchicalNamespaceMigration(resourceGroupName: string, accountName: string, requestType: string, options?: StorageAccountsHierarchicalNamespaceMigrationOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
2315
+ beginHierarchicalNamespaceMigrationAndWait(resourceGroupName: string, accountName: string, requestType: string, options?: StorageAccountsHierarchicalNamespaceMigrationOptionalParams): Promise<void>;
2316
+ beginRestoreBlobRanges(resourceGroupName: string, accountName: string, parameters: BlobRestoreParameters, options?: StorageAccountsRestoreBlobRangesOptionalParams): Promise<PollerLike<PollOperationState<StorageAccountsRestoreBlobRangesResponse>, StorageAccountsRestoreBlobRangesResponse>>;
2317
+ beginRestoreBlobRangesAndWait(resourceGroupName: string, accountName: string, parameters: BlobRestoreParameters, options?: StorageAccountsRestoreBlobRangesOptionalParams): Promise<StorageAccountsRestoreBlobRangesResponse>;
2318
+ checkNameAvailability(accountName: StorageAccountCheckNameAvailabilityParameters, options?: StorageAccountsCheckNameAvailabilityOptionalParams): Promise<StorageAccountsCheckNameAvailabilityResponse>;
2319
+ delete(resourceGroupName: string, accountName: string, options?: StorageAccountsDeleteOptionalParams): Promise<void>;
2320
+ getProperties(resourceGroupName: string, accountName: string, options?: StorageAccountsGetPropertiesOptionalParams): Promise<StorageAccountsGetPropertiesResponse>;
2321
+ list(options?: StorageAccountsListOptionalParams): PagedAsyncIterableIterator<StorageAccount>;
2322
+ listAccountSAS(resourceGroupName: string, accountName: string, parameters: AccountSasParameters, options?: StorageAccountsListAccountSASOptionalParams): Promise<StorageAccountsListAccountSASResponse>;
2323
+ listByResourceGroup(resourceGroupName: string, options?: StorageAccountsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<StorageAccount>;
2324
+ listKeys(resourceGroupName: string, accountName: string, options?: StorageAccountsListKeysOptionalParams): Promise<StorageAccountsListKeysResponse>;
2325
+ listServiceSAS(resourceGroupName: string, accountName: string, parameters: ServiceSasParameters, options?: StorageAccountsListServiceSASOptionalParams): Promise<StorageAccountsListServiceSASResponse>;
2326
+ regenerateKey(resourceGroupName: string, accountName: string, regenerateKey: StorageAccountRegenerateKeyParameters, options?: StorageAccountsRegenerateKeyOptionalParams): Promise<StorageAccountsRegenerateKeyResponse>;
2327
+ revokeUserDelegationKeys(resourceGroupName: string, accountName: string, options?: StorageAccountsRevokeUserDelegationKeysOptionalParams): Promise<void>;
2328
+ update(resourceGroupName: string, accountName: string, parameters: StorageAccountUpdateParameters, options?: StorageAccountsUpdateOptionalParams): Promise<StorageAccountsUpdateResponse>;
2329
+ }
2330
+
2331
+ // @public
2332
+ export interface StorageAccountsAbortHierarchicalNamespaceMigrationOptionalParams extends coreClient.OperationOptions {
2333
+ resumeFrom?: string;
2334
+ updateIntervalInMs?: number;
2335
+ }
2336
+
2337
+ // @public
2338
+ export interface StorageAccountsCheckNameAvailabilityOptionalParams extends coreClient.OperationOptions {
2339
+ }
2340
+
2341
+ // @public
2342
+ export type StorageAccountsCheckNameAvailabilityResponse = CheckNameAvailabilityResult;
2343
+
2344
+ // @public
2345
+ export interface StorageAccountsCreateOptionalParams extends coreClient.OperationOptions {
2346
+ resumeFrom?: string;
2347
+ updateIntervalInMs?: number;
2348
+ }
2349
+
2350
+ // @public
2351
+ export type StorageAccountsCreateResponse = StorageAccount;
2352
+
2353
+ // @public
2354
+ export interface StorageAccountsDeleteOptionalParams extends coreClient.OperationOptions {
2355
+ }
2356
+
2357
+ // @public
2358
+ export interface StorageAccountsFailoverOptionalParams extends coreClient.OperationOptions {
2359
+ resumeFrom?: string;
2360
+ updateIntervalInMs?: number;
2361
+ }
2362
+
2363
+ // @public
2364
+ export interface StorageAccountsGetPropertiesOptionalParams extends coreClient.OperationOptions {
2365
+ expand?: StorageAccountExpand;
2366
+ }
2367
+
2368
+ // @public
2369
+ export type StorageAccountsGetPropertiesResponse = StorageAccount;
2370
+
2371
+ // @public
2372
+ export interface StorageAccountsHierarchicalNamespaceMigrationOptionalParams extends coreClient.OperationOptions {
2373
+ resumeFrom?: string;
2374
+ updateIntervalInMs?: number;
2375
+ }
2376
+
2377
+ // @public
2378
+ export interface StorageAccountsListAccountSASOptionalParams extends coreClient.OperationOptions {
2379
+ }
2380
+
2381
+ // @public
2382
+ export type StorageAccountsListAccountSASResponse = ListAccountSasResponse;
2383
+
2384
+ // @public
2385
+ export interface StorageAccountsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
2386
+ }
2387
+
2388
+ // @public
2389
+ export type StorageAccountsListByResourceGroupNextResponse = StorageAccountListResult;
2390
+
2391
+ // @public
2392
+ export interface StorageAccountsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
2393
+ }
2394
+
2395
+ // @public
2396
+ export type StorageAccountsListByResourceGroupResponse = StorageAccountListResult;
2397
+
2398
+ // @public
2399
+ export interface StorageAccountsListKeysOptionalParams extends coreClient.OperationOptions {
2400
+ }
2401
+
2402
+ // @public
2403
+ export type StorageAccountsListKeysResponse = StorageAccountListKeysResult;
2404
+
2405
+ // @public
2406
+ export interface StorageAccountsListNextOptionalParams extends coreClient.OperationOptions {
2407
+ }
2408
+
2409
+ // @public
2410
+ export type StorageAccountsListNextResponse = StorageAccountListResult;
2411
+
2412
+ // @public
2413
+ export interface StorageAccountsListOptionalParams extends coreClient.OperationOptions {
2414
+ }
2415
+
2416
+ // @public
2417
+ export type StorageAccountsListResponse = StorageAccountListResult;
2418
+
2419
+ // @public
2420
+ export interface StorageAccountsListServiceSASOptionalParams extends coreClient.OperationOptions {
2421
+ }
2422
+
2423
+ // @public
2424
+ export type StorageAccountsListServiceSASResponse = ListServiceSasResponse;
2425
+
2426
+ // @public
2427
+ export interface StorageAccountsRegenerateKeyOptionalParams extends coreClient.OperationOptions {
2428
+ }
2429
+
2430
+ // @public
2431
+ export type StorageAccountsRegenerateKeyResponse = StorageAccountListKeysResult;
2432
+
2433
+ // @public
2434
+ export interface StorageAccountsRestoreBlobRangesOptionalParams extends coreClient.OperationOptions {
2435
+ resumeFrom?: string;
2436
+ updateIntervalInMs?: number;
2437
+ }
2438
+
2439
+ // @public
2440
+ export type StorageAccountsRestoreBlobRangesResponse = BlobRestoreStatus;
2441
+
2442
+ // @public
2443
+ export interface StorageAccountsRevokeUserDelegationKeysOptionalParams extends coreClient.OperationOptions {
2444
+ }
2445
+
2446
+ // @public
2447
+ export interface StorageAccountsUpdateOptionalParams extends coreClient.OperationOptions {
2448
+ }
2449
+
2450
+ // @public
2451
+ export type StorageAccountsUpdateResponse = StorageAccount;
2452
+
2453
+ // @public
2454
+ export interface StorageAccountUpdateParameters {
2455
+ accessTier?: AccessTier;
2456
+ allowBlobPublicAccess?: boolean;
2457
+ allowCrossTenantReplication?: boolean;
2458
+ allowSharedKeyAccess?: boolean;
2459
+ azureFilesIdentityBasedAuthentication?: AzureFilesIdentityBasedAuthentication;
2460
+ customDomain?: CustomDomain;
2461
+ defaultToOAuthAuthentication?: boolean;
2462
+ enableHttpsTrafficOnly?: boolean;
2463
+ encryption?: Encryption;
2464
+ identity?: Identity;
2465
+ immutableStorageWithVersioning?: ImmutableStorageAccount;
2466
+ keyPolicy?: KeyPolicy;
2467
+ kind?: Kind;
2468
+ largeFileSharesState?: LargeFileSharesState;
2469
+ minimumTlsVersion?: MinimumTlsVersion;
2470
+ networkRuleSet?: NetworkRuleSet;
2471
+ publicNetworkAccess?: PublicNetworkAccess;
2472
+ routingPreference?: RoutingPreference;
2473
+ sasPolicy?: SasPolicy;
2474
+ sku?: Sku;
2475
+ tags?: {
2476
+ [propertyName: string]: string;
2477
+ };
2478
+ }
2479
+
2480
+ // @public (undocumented)
2481
+ export class StorageManagementClient extends coreClient.ServiceClient {
2482
+ // (undocumented)
2483
+ $host: string;
2484
+ constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: StorageManagementClientOptionalParams);
2485
+ // (undocumented)
2486
+ apiVersion: string;
2487
+ // (undocumented)
2488
+ blobContainers: BlobContainers;
2489
+ // (undocumented)
2490
+ blobInventoryPolicies: BlobInventoryPolicies;
2491
+ // (undocumented)
2492
+ blobServices: BlobServices;
2493
+ // (undocumented)
2494
+ deletedAccounts: DeletedAccounts;
2495
+ // (undocumented)
2496
+ encryptionScopes: EncryptionScopes;
2497
+ // (undocumented)
2498
+ fileServices: FileServices;
2499
+ // (undocumented)
2500
+ fileShares: FileShares;
2501
+ // (undocumented)
2502
+ managementPolicies: ManagementPolicies;
2503
+ // (undocumented)
2504
+ objectReplicationPoliciesOperations: ObjectReplicationPoliciesOperations;
2505
+ // (undocumented)
2506
+ operations: Operations;
2507
+ // (undocumented)
2508
+ privateEndpointConnections: PrivateEndpointConnections;
2509
+ // (undocumented)
2510
+ privateLinkResources: PrivateLinkResources;
2511
+ // (undocumented)
2512
+ queue: Queue;
2513
+ // (undocumented)
2514
+ queueServices: QueueServices;
2515
+ // (undocumented)
2516
+ skus: Skus;
2517
+ // (undocumented)
2518
+ storageAccounts: StorageAccounts;
2519
+ // (undocumented)
2520
+ subscriptionId: string;
2521
+ // (undocumented)
2522
+ tableOperations: TableOperations;
2523
+ // (undocumented)
2524
+ tableServices: TableServices;
2525
+ // (undocumented)
2526
+ usages: Usages;
2527
+ }
2528
+
2529
+ // @public
2530
+ export interface StorageManagementClientOptionalParams extends coreClient.ServiceClientOptions {
2531
+ $host?: string;
2532
+ apiVersion?: string;
2533
+ endpoint?: string;
2534
+ }
2535
+
2536
+ // @public (undocumented)
2537
+ export type StorageQueue = Resource & {
2538
+ metadata?: {
2539
+ [propertyName: string]: string;
2540
+ };
2541
+ readonly approximateMessageCount?: number;
2542
+ };
2543
+
2544
+ // @public
2545
+ export interface StorageSkuListResult {
2546
+ readonly value?: SkuInformation[];
2547
+ }
2548
+
2549
+ // @public
2550
+ export interface SystemData {
2551
+ createdAt?: Date;
2552
+ createdBy?: string;
2553
+ createdByType?: CreatedByType;
2554
+ lastModifiedAt?: Date;
2555
+ lastModifiedBy?: string;
2556
+ lastModifiedByType?: CreatedByType;
2557
+ }
2558
+
2559
+ // @public
2560
+ export type Table = Resource & {
2561
+ readonly tableName?: string;
2562
+ };
2563
+
2564
+ // @public
2565
+ export interface TableCreateOptionalParams extends coreClient.OperationOptions {
2566
+ }
2567
+
2568
+ // @public
2569
+ export type TableCreateResponse = Table;
2570
+
2571
+ // @public
2572
+ export interface TableDeleteOptionalParams extends coreClient.OperationOptions {
2573
+ }
2574
+
2575
+ // @public
2576
+ export interface TableGetOptionalParams extends coreClient.OperationOptions {
2577
+ }
2578
+
2579
+ // @public
2580
+ export type TableGetResponse = Table;
2581
+
2582
+ // @public
2583
+ export interface TableListNextOptionalParams extends coreClient.OperationOptions {
2584
+ }
2585
+
2586
+ // @public
2587
+ export type TableListNextResponse = ListTableResource;
2588
+
2589
+ // @public
2590
+ export interface TableListOptionalParams extends coreClient.OperationOptions {
2591
+ }
2592
+
2593
+ // @public
2594
+ export type TableListResponse = ListTableResource;
2595
+
2596
+ // @public
2597
+ export interface TableOperations {
2598
+ create(resourceGroupName: string, accountName: string, tableName: string, options?: TableCreateOptionalParams): Promise<TableCreateResponse>;
2599
+ delete(resourceGroupName: string, accountName: string, tableName: string, options?: TableDeleteOptionalParams): Promise<void>;
2600
+ get(resourceGroupName: string, accountName: string, tableName: string, options?: TableGetOptionalParams): Promise<TableGetResponse>;
2601
+ list(resourceGroupName: string, accountName: string, options?: TableListOptionalParams): PagedAsyncIterableIterator<Table>;
2602
+ update(resourceGroupName: string, accountName: string, tableName: string, options?: TableUpdateOptionalParams): Promise<TableUpdateResponse>;
2603
+ }
2604
+
2605
+ // @public
2606
+ export type TableServiceProperties = Resource & {
2607
+ cors?: CorsRules;
2608
+ };
2609
+
2610
+ // @public
2611
+ export interface TableServices {
2612
+ getServiceProperties(resourceGroupName: string, accountName: string, options?: TableServicesGetServicePropertiesOptionalParams): Promise<TableServicesGetServicePropertiesResponse>;
2613
+ list(resourceGroupName: string, accountName: string, options?: TableServicesListOptionalParams): Promise<TableServicesListResponse>;
2614
+ setServiceProperties(resourceGroupName: string, accountName: string, parameters: TableServiceProperties, options?: TableServicesSetServicePropertiesOptionalParams): Promise<TableServicesSetServicePropertiesResponse>;
2615
+ }
2616
+
2617
+ // @public
2618
+ export interface TableServicesGetServicePropertiesOptionalParams extends coreClient.OperationOptions {
2619
+ }
2620
+
2621
+ // @public
2622
+ export type TableServicesGetServicePropertiesResponse = TableServiceProperties;
2623
+
2624
+ // @public
2625
+ export interface TableServicesListOptionalParams extends coreClient.OperationOptions {
2626
+ }
2627
+
2628
+ // @public
2629
+ export type TableServicesListResponse = ListTableServices;
2630
+
2631
+ // @public
2632
+ export interface TableServicesSetServicePropertiesOptionalParams extends coreClient.OperationOptions {
2633
+ }
2634
+
2635
+ // @public
2636
+ export type TableServicesSetServicePropertiesResponse = TableServiceProperties;
2637
+
2638
+ // @public
2639
+ export interface TableUpdateOptionalParams extends coreClient.OperationOptions {
2640
+ }
2641
+
2642
+ // @public
2643
+ export type TableUpdateResponse = Table;
2644
+
2645
+ // @public
2646
+ export interface TagFilter {
2647
+ name: string;
2648
+ op: string;
2649
+ value: string;
2650
+ }
2651
+
2652
+ // @public
2653
+ export interface TagProperty {
2654
+ readonly objectIdentifier?: string;
2655
+ readonly tag?: string;
2656
+ readonly tenantId?: string;
2657
+ readonly timestamp?: Date;
2658
+ readonly upn?: string;
2659
+ }
2660
+
2661
+ // @public
2662
+ export type TrackedResource = Resource & {
2663
+ tags?: {
2664
+ [propertyName: string]: string;
2665
+ };
2666
+ location: string;
2667
+ };
2668
+
2669
+ // @public
2670
+ export interface UpdateHistoryProperty {
2671
+ allowProtectedAppendWrites?: boolean;
2672
+ allowProtectedAppendWritesAll?: boolean;
2673
+ readonly immutabilityPeriodSinceCreationInDays?: number;
2674
+ readonly objectIdentifier?: string;
2675
+ readonly tenantId?: string;
2676
+ readonly timestamp?: Date;
2677
+ readonly update?: ImmutabilityPolicyUpdateType;
2678
+ readonly upn?: string;
2679
+ }
2680
+
2681
+ // @public
2682
+ export interface Usage {
2683
+ readonly currentValue?: number;
2684
+ readonly limit?: number;
2685
+ readonly name?: UsageName;
2686
+ readonly unit?: UsageUnit;
2687
+ }
2688
+
2689
+ // @public
2690
+ export interface UsageListResult {
2691
+ value?: Usage[];
2692
+ }
2693
+
2694
+ // @public
2695
+ export interface UsageName {
2696
+ readonly localizedValue?: string;
2697
+ readonly value?: string;
2698
+ }
2699
+
2700
+ // @public
2701
+ export interface Usages {
2702
+ listByLocation(location: string, options?: UsagesListByLocationOptionalParams): PagedAsyncIterableIterator<Usage>;
2703
+ }
2704
+
2705
+ // @public
2706
+ export interface UsagesListByLocationOptionalParams extends coreClient.OperationOptions {
2707
+ }
2708
+
2709
+ // @public
2710
+ export type UsagesListByLocationResponse = UsageListResult;
2711
+
2712
+ // @public
2713
+ export type UsageUnit = "Count" | "Bytes" | "Seconds" | "Percent" | "CountsPerSecond" | "BytesPerSecond";
2714
+
2715
+ // @public
2716
+ export interface UserAssignedIdentity {
2717
+ readonly clientId?: string;
2718
+ readonly principalId?: string;
2719
+ }
2720
+
2721
+ // @public
2722
+ export interface VirtualNetworkRule {
2723
+ action?: "Allow";
2724
+ state?: State;
2725
+ virtualNetworkResourceId: string;
2726
+ }
2727
+
2728
+ // (No @packageDocumentation comment for this package)
2729
+
2730
+ ```