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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (388) hide show
  1. package/CHANGELOG.md +26 -0
  2. package/{LICENSE.txt → LICENSE} +1 -1
  3. package/README.md +63 -80
  4. package/dist/index.js +10964 -0
  5. package/dist/index.js.map +1 -0
  6. package/dist/index.min.js +1 -0
  7. package/dist/index.min.js.map +1 -0
  8. package/esm/coreClientLro.d.ts +26 -0
  9. package/esm/coreClientLro.d.ts.map +1 -0
  10. package/esm/coreClientLro.js +186 -0
  11. package/esm/coreClientLro.js.map +1 -0
  12. package/esm/index.d.ts +5002 -0
  13. package/esm/index.d.ts.map +1 -0
  14. package/esm/index.js +13 -0
  15. package/esm/index.js.map +1 -0
  16. package/esm/lro/azureAsyncPolling.d.ts +3 -0
  17. package/esm/lro/azureAsyncPolling.d.ts.map +1 -0
  18. package/esm/lro/azureAsyncPolling.js +67 -0
  19. package/esm/lro/azureAsyncPolling.js.map +1 -0
  20. package/esm/lro/bodyPolling.d.ts +8 -0
  21. package/esm/lro/bodyPolling.d.ts.map +1 -0
  22. package/esm/lro/bodyPolling.js +37 -0
  23. package/esm/lro/bodyPolling.js.map +1 -0
  24. package/esm/lro/index.d.ts +4 -0
  25. package/esm/lro/index.d.ts.map +1 -0
  26. package/{src/models/operationsMappers.ts → esm/lro/index.js} +5 -10
  27. package/esm/lro/index.js.map +1 -0
  28. package/esm/lro/locationPolling.d.ts +3 -0
  29. package/esm/lro/locationPolling.d.ts.map +1 -0
  30. package/esm/lro/locationPolling.js +19 -0
  31. package/esm/lro/locationPolling.js.map +1 -0
  32. package/esm/lro/lroEngine.d.ts +14 -0
  33. package/esm/lro/lroEngine.d.ts.map +1 -0
  34. package/esm/lro/lroEngine.js +41 -0
  35. package/esm/lro/lroEngine.js.map +1 -0
  36. package/esm/lro/models.d.ts +138 -0
  37. package/esm/lro/models.d.ts.map +1 -0
  38. package/esm/lro/models.js +14 -0
  39. package/esm/lro/models.js.map +1 -0
  40. package/esm/lro/operation.d.ts +36 -0
  41. package/esm/lro/operation.d.ts.map +1 -0
  42. package/esm/lro/operation.js +82 -0
  43. package/esm/lro/operation.js.map +1 -0
  44. package/esm/lro/passthrough.d.ts +3 -0
  45. package/esm/lro/passthrough.d.ts.map +1 -0
  46. package/esm/{models/operationsMappers.js → lro/passthrough.js} +8 -2
  47. package/esm/lro/passthrough.js.map +1 -0
  48. package/esm/lro/requestUtils.d.ts +16 -0
  49. package/esm/lro/requestUtils.d.ts.map +1 -0
  50. package/esm/lro/requestUtils.js +73 -0
  51. package/esm/lro/requestUtils.js.map +1 -0
  52. package/esm/lro/stateMachine.d.ts +18 -0
  53. package/esm/lro/stateMachine.d.ts.map +1 -0
  54. package/esm/lro/stateMachine.js +84 -0
  55. package/esm/lro/stateMachine.js.map +1 -0
  56. package/esm/models/index.d.ts +2673 -4395
  57. package/esm/models/index.d.ts.map +1 -1
  58. package/esm/models/index.js +331 -0
  59. package/esm/models/index.js.map +1 -1
  60. package/esm/models/mappers.d.ts +146 -138
  61. package/esm/models/mappers.d.ts.map +1 -1
  62. package/esm/models/mappers.js +2734 -2563
  63. package/esm/models/mappers.js.map +1 -1
  64. package/esm/models/parameters.d.ts +59 -33
  65. package/esm/models/parameters.d.ts.map +1 -1
  66. package/esm/models/parameters.js +267 -159
  67. package/esm/models/parameters.js.map +1 -1
  68. package/esm/operations/blobContainers.d.ts +213 -561
  69. package/esm/operations/blobContainers.d.ts.map +1 -1
  70. package/esm/operations/blobContainers.js +578 -429
  71. package/esm/operations/blobContainers.js.map +1 -1
  72. package/esm/operations/blobInventoryPolicies.d.ts +47 -109
  73. package/esm/operations/blobInventoryPolicies.d.ts.map +1 -1
  74. package/esm/operations/blobInventoryPolicies.js +163 -105
  75. package/esm/operations/blobInventoryPolicies.js.map +1 -1
  76. package/esm/operations/blobServices.d.ts +39 -89
  77. package/esm/operations/blobServices.d.ts.map +1 -1
  78. package/esm/operations/blobServices.js +133 -89
  79. package/esm/operations/blobServices.js.map +1 -1
  80. package/esm/operations/deletedAccounts.d.ts +20 -47
  81. package/esm/operations/deletedAccounts.d.ts.map +1 -1
  82. package/esm/operations/deletedAccounts.js +111 -69
  83. package/esm/operations/deletedAccounts.js.map +1 -1
  84. package/esm/operations/encryptionScopes.d.ts +65 -166
  85. package/esm/operations/encryptionScopes.d.ts.map +1 -1
  86. package/esm/operations/encryptionScopes.js +211 -131
  87. package/esm/operations/encryptionScopes.js.map +1 -1
  88. package/esm/operations/fileServices.d.ts +25 -89
  89. package/esm/operations/fileServices.d.ts.map +1 -1
  90. package/esm/operations/fileServices.js +86 -83
  91. package/esm/operations/fileServices.js.map +1 -1
  92. package/esm/operations/fileShares.d.ts +100 -256
  93. package/esm/operations/fileShares.d.ts.map +1 -1
  94. package/esm/operations/fileShares.js +316 -164
  95. package/esm/operations/fileShares.js.map +1 -1
  96. package/esm/operations/index.d.ts.map +1 -1
  97. package/esm/operations/index.js +1 -2
  98. package/esm/operations/index.js.map +1 -1
  99. package/esm/operations/managementPolicies.d.ts +30 -89
  100. package/esm/operations/managementPolicies.d.ts.map +1 -1
  101. package/esm/operations/managementPolicies.js +89 -92
  102. package/esm/operations/managementPolicies.js.map +1 -1
  103. package/esm/operations/objectReplicationPoliciesOperations.d.ts +54 -130
  104. package/esm/operations/objectReplicationPoliciesOperations.d.ts.map +1 -1
  105. package/esm/operations/objectReplicationPoliciesOperations.js +170 -102
  106. package/esm/operations/objectReplicationPoliciesOperations.js.map +1 -1
  107. package/esm/operations/operations.d.ts +14 -15
  108. package/esm/operations/operations.d.ts.map +1 -1
  109. package/esm/operations/operations.js +67 -29
  110. package/esm/operations/operations.js.map +1 -1
  111. package/esm/operations/privateEndpointConnections.d.ts +46 -126
  112. package/esm/operations/privateEndpointConnections.d.ts.map +1 -1
  113. package/esm/operations/privateEndpointConnections.js +171 -103
  114. package/esm/operations/privateEndpointConnections.js.map +1 -1
  115. package/esm/operations/privateLinkResources.d.ts +11 -31
  116. package/esm/operations/privateLinkResources.d.ts.map +1 -1
  117. package/esm/operations/privateLinkResources.js +32 -36
  118. package/esm/operations/privateLinkResources.js.map +1 -1
  119. package/esm/operations/queue.d.ts +69 -196
  120. package/esm/operations/queue.d.ts.map +1 -1
  121. package/esm/operations/queue.js +230 -162
  122. package/esm/operations/queue.js.map +1 -1
  123. package/esm/operations/queueServices.d.ts +29 -87
  124. package/esm/operations/queueServices.d.ts.map +1 -1
  125. package/esm/operations/queueServices.js +86 -87
  126. package/esm/operations/queueServices.js.map +1 -1
  127. package/esm/operations/skus.d.ts +14 -15
  128. package/esm/operations/skus.d.ts.map +1 -1
  129. package/esm/operations/skus.js +67 -32
  130. package/esm/operations/skus.js.map +1 -1
  131. package/esm/operations/storageAccounts.d.ts +163 -381
  132. package/esm/operations/storageAccounts.d.ts.map +1 -1
  133. package/esm/operations/storageAccounts.js +605 -501
  134. package/esm/operations/storageAccounts.js.map +1 -1
  135. package/esm/operations/tableOperations.d.ts +67 -184
  136. package/esm/operations/tableOperations.d.ts.map +1 -1
  137. package/esm/operations/tableOperations.js +220 -143
  138. package/esm/operations/tableOperations.js.map +1 -1
  139. package/esm/operations/tableServices.d.ts +29 -87
  140. package/esm/operations/tableServices.d.ts.map +1 -1
  141. package/esm/operations/tableServices.js +86 -87
  142. package/esm/operations/tableServices.js.map +1 -1
  143. package/esm/operations/usages.d.ts +15 -18
  144. package/esm/operations/usages.d.ts.map +1 -1
  145. package/esm/operations/usages.js +73 -34
  146. package/esm/operations/usages.js.map +1 -1
  147. package/esm/operationsInterfaces/blobContainers.d.ts +247 -0
  148. package/esm/operationsInterfaces/blobContainers.d.ts.map +1 -0
  149. package/{src/models/usagesMappers.ts → esm/operationsInterfaces/blobContainers.js} +2 -7
  150. package/esm/operationsInterfaces/blobContainers.js.map +1 -0
  151. package/esm/operationsInterfaces/blobInventoryPolicies.d.ts +54 -0
  152. package/esm/operationsInterfaces/blobInventoryPolicies.d.ts.map +1 -0
  153. package/esm/{models/usagesMappers.js → operationsInterfaces/blobInventoryPolicies.js} +2 -2
  154. package/esm/operationsInterfaces/blobInventoryPolicies.js.map +1 -0
  155. package/esm/operationsInterfaces/blobServices.d.ts +41 -0
  156. package/esm/operationsInterfaces/blobServices.d.ts.map +1 -0
  157. package/{src/models/skusMappers.ts → esm/operationsInterfaces/blobServices.js} +2 -8
  158. package/esm/operationsInterfaces/blobServices.js.map +1 -0
  159. package/esm/operationsInterfaces/deletedAccounts.d.ts +19 -0
  160. package/esm/operationsInterfaces/deletedAccounts.d.ts.map +1 -0
  161. package/esm/{models/skusMappers.js → operationsInterfaces/deletedAccounts.js} +2 -2
  162. package/esm/operationsInterfaces/deletedAccounts.js.map +1 -0
  163. package/esm/operationsInterfaces/encryptionScopes.d.ts +64 -0
  164. package/esm/operationsInterfaces/encryptionScopes.d.ts.map +1 -0
  165. package/esm/operationsInterfaces/encryptionScopes.js +9 -0
  166. package/esm/operationsInterfaces/encryptionScopes.js.map +1 -0
  167. package/esm/operationsInterfaces/fileServices.d.ts +39 -0
  168. package/esm/operationsInterfaces/fileServices.d.ts.map +1 -0
  169. package/esm/operationsInterfaces/fileServices.js +9 -0
  170. package/esm/operationsInterfaces/fileServices.js.map +1 -0
  171. package/esm/operationsInterfaces/fileShares.d.ts +102 -0
  172. package/esm/operationsInterfaces/fileShares.d.ts.map +1 -0
  173. package/esm/operationsInterfaces/fileShares.js +9 -0
  174. package/esm/operationsInterfaces/fileShares.js.map +1 -0
  175. package/esm/operationsInterfaces/index.d.ts +20 -0
  176. package/esm/operationsInterfaces/index.d.ts.map +1 -0
  177. package/esm/operationsInterfaces/index.js +27 -0
  178. package/esm/operationsInterfaces/index.js.map +1 -0
  179. package/esm/operationsInterfaces/managementPolicies.d.ts +42 -0
  180. package/esm/operationsInterfaces/managementPolicies.d.ts.map +1 -0
  181. package/esm/operationsInterfaces/managementPolicies.js +9 -0
  182. package/esm/operationsInterfaces/managementPolicies.js.map +1 -0
  183. package/esm/operationsInterfaces/objectReplicationPoliciesOperations.d.ts +61 -0
  184. package/esm/operationsInterfaces/objectReplicationPoliciesOperations.d.ts.map +1 -0
  185. package/esm/operationsInterfaces/objectReplicationPoliciesOperations.js +9 -0
  186. package/esm/operationsInterfaces/objectReplicationPoliciesOperations.js.map +1 -0
  187. package/esm/operationsInterfaces/operations.d.ts +12 -0
  188. package/esm/operationsInterfaces/operations.d.ts.map +1 -0
  189. package/esm/operationsInterfaces/operations.js +9 -0
  190. package/esm/operationsInterfaces/operations.js.map +1 -0
  191. package/esm/operationsInterfaces/privateEndpointConnections.d.ts +54 -0
  192. package/esm/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
  193. package/esm/operationsInterfaces/privateEndpointConnections.js +9 -0
  194. package/esm/operationsInterfaces/privateEndpointConnections.js.map +1 -0
  195. package/esm/operationsInterfaces/privateLinkResources.d.ts +15 -0
  196. package/esm/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
  197. package/esm/operationsInterfaces/privateLinkResources.js +9 -0
  198. package/esm/operationsInterfaces/privateLinkResources.js.map +1 -0
  199. package/esm/operationsInterfaces/queue.d.ts +71 -0
  200. package/esm/operationsInterfaces/queue.d.ts.map +1 -0
  201. package/esm/operationsInterfaces/queue.js +9 -0
  202. package/esm/operationsInterfaces/queue.js.map +1 -0
  203. package/esm/operationsInterfaces/queueServices.d.ts +39 -0
  204. package/esm/operationsInterfaces/queueServices.d.ts.map +1 -0
  205. package/esm/operationsInterfaces/queueServices.js +9 -0
  206. package/esm/operationsInterfaces/queueServices.js.map +1 -0
  207. package/esm/operationsInterfaces/skus.d.ts +12 -0
  208. package/esm/operationsInterfaces/skus.d.ts.map +1 -0
  209. package/esm/operationsInterfaces/skus.js +9 -0
  210. package/esm/operationsInterfaces/skus.js.map +1 -0
  211. package/esm/operationsInterfaces/storageAccounts.d.ts +197 -0
  212. package/esm/operationsInterfaces/storageAccounts.d.ts.map +1 -0
  213. package/esm/operationsInterfaces/storageAccounts.js +9 -0
  214. package/esm/operationsInterfaces/storageAccounts.js.map +1 -0
  215. package/esm/operationsInterfaces/tableOperations.d.ts +69 -0
  216. package/esm/operationsInterfaces/tableOperations.d.ts.map +1 -0
  217. package/esm/operationsInterfaces/tableOperations.js +9 -0
  218. package/esm/operationsInterfaces/tableOperations.js.map +1 -0
  219. package/esm/operationsInterfaces/tableServices.d.ts +39 -0
  220. package/esm/operationsInterfaces/tableServices.d.ts.map +1 -0
  221. package/esm/operationsInterfaces/tableServices.js +9 -0
  222. package/esm/operationsInterfaces/tableServices.js.map +1 -0
  223. package/esm/operationsInterfaces/usages.d.ts +13 -0
  224. package/esm/operationsInterfaces/usages.d.ts.map +1 -0
  225. package/esm/operationsInterfaces/usages.js +9 -0
  226. package/esm/operationsInterfaces/usages.js.map +1 -0
  227. package/esm/storageManagementClient.d.ts +26 -35
  228. package/esm/storageManagementClient.d.ts.map +1 -1
  229. package/esm/storageManagementClient.js +27 -42
  230. package/esm/storageManagementClient.js.map +1 -1
  231. package/esm/storageManagementClientContext.d.ts +10 -16
  232. package/esm/storageManagementClientContext.d.ts.map +1 -1
  233. package/esm/storageManagementClientContext.js +32 -44
  234. package/esm/storageManagementClientContext.js.map +1 -1
  235. package/package.json +57 -18
  236. package/review/arm-storage.api.md +2659 -0
  237. package/rollup.config.js +181 -30
  238. package/src/coreClientLro.ts +323 -0
  239. package/src/index.ts +13 -0
  240. package/src/lro/azureAsyncPolling.ts +96 -0
  241. package/src/lro/bodyPolling.ts +54 -0
  242. package/src/lro/index.ts +26 -0
  243. package/src/lro/locationPolling.ts +30 -0
  244. package/src/lro/lroEngine.ts +61 -0
  245. package/src/lro/models.ts +173 -0
  246. package/src/lro/operation.ts +120 -0
  247. package/src/lro/passthrough.ts +23 -0
  248. package/src/lro/requestUtils.ts +105 -0
  249. package/src/lro/stateMachine.ts +138 -0
  250. package/src/models/index.ts +2813 -4492
  251. package/src/models/mappers.ts +2745 -2553
  252. package/src/models/parameters.ts +354 -160
  253. package/src/operations/blobContainers.ts +719 -1037
  254. package/src/operations/blobInventoryPolicies.ts +182 -211
  255. package/src/operations/blobServices.ts +150 -177
  256. package/src/operations/deletedAccounts.ts +111 -112
  257. package/src/operations/encryptionScopes.ts +233 -291
  258. package/src/operations/fileServices.ts +99 -171
  259. package/src/operations/fileShares.ts +335 -560
  260. package/src/operations/index.ts +1 -2
  261. package/src/operations/managementPolicies.ts +102 -175
  262. package/src/operations/objectReplicationPoliciesOperations.ts +187 -227
  263. package/src/operations/operations.ts +61 -38
  264. package/src/operations/privateEndpointConnections.ts +177 -214
  265. package/src/operations/privateLinkResources.ts +37 -60
  266. package/src/operations/queue.ts +269 -365
  267. package/src/operations/queueServices.ts +103 -173
  268. package/src/operations/skus.ts +59 -41
  269. package/src/operations/storageAccounts.ts +779 -872
  270. package/src/operations/tableOperations.ts +255 -328
  271. package/src/operations/tableServices.ts +103 -173
  272. package/src/operations/usages.ts +73 -45
  273. package/src/operationsInterfaces/blobContainers.ts +366 -0
  274. package/src/operationsInterfaces/blobInventoryPolicies.ts +92 -0
  275. package/src/operationsInterfaces/blobServices.ts +70 -0
  276. package/src/operationsInterfaces/deletedAccounts.ts +39 -0
  277. package/src/operationsInterfaces/encryptionScopes.ts +103 -0
  278. package/src/operationsInterfaces/fileServices.ts +68 -0
  279. package/src/operationsInterfaces/fileShares.ts +163 -0
  280. package/src/operationsInterfaces/index.ts +27 -0
  281. package/src/operationsInterfaces/managementPolicies.ts +74 -0
  282. package/src/operationsInterfaces/objectReplicationPoliciesOperations.ts +98 -0
  283. package/src/operationsInterfaces/operations.ts +23 -0
  284. package/src/operationsInterfaces/privateEndpointConnections.ts +91 -0
  285. package/src/operationsInterfaces/privateLinkResources.ts +30 -0
  286. package/src/operationsInterfaces/queue.ts +117 -0
  287. package/src/operationsInterfaces/queueServices.ts +68 -0
  288. package/src/operationsInterfaces/skus.ts +23 -0
  289. package/src/operationsInterfaces/storageAccounts.ts +320 -0
  290. package/src/operationsInterfaces/tableOperations.ts +112 -0
  291. package/src/operationsInterfaces/tableServices.ts +68 -0
  292. package/src/operationsInterfaces/usages.ts +25 -0
  293. package/src/storageManagementClient.ts +94 -67
  294. package/src/storageManagementClientContext.ts +42 -46
  295. package/tsconfig.json +2 -1
  296. package/dist/arm-storage.js +0 -10687
  297. package/dist/arm-storage.js.map +0 -1
  298. package/dist/arm-storage.min.js +0 -1
  299. package/dist/arm-storage.min.js.map +0 -1
  300. package/esm/models/blobContainersMappers.d.ts +0 -2
  301. package/esm/models/blobContainersMappers.d.ts.map +0 -1
  302. package/esm/models/blobContainersMappers.js +0 -9
  303. package/esm/models/blobContainersMappers.js.map +0 -1
  304. package/esm/models/blobInventoryPoliciesMappers.d.ts +0 -2
  305. package/esm/models/blobInventoryPoliciesMappers.d.ts.map +0 -1
  306. package/esm/models/blobInventoryPoliciesMappers.js +0 -9
  307. package/esm/models/blobInventoryPoliciesMappers.js.map +0 -1
  308. package/esm/models/blobServicesMappers.d.ts +0 -2
  309. package/esm/models/blobServicesMappers.d.ts.map +0 -1
  310. package/esm/models/blobServicesMappers.js +0 -9
  311. package/esm/models/blobServicesMappers.js.map +0 -1
  312. package/esm/models/deletedAccountsMappers.d.ts +0 -2
  313. package/esm/models/deletedAccountsMappers.d.ts.map +0 -1
  314. package/esm/models/deletedAccountsMappers.js +0 -9
  315. package/esm/models/deletedAccountsMappers.js.map +0 -1
  316. package/esm/models/encryptionScopesMappers.d.ts +0 -2
  317. package/esm/models/encryptionScopesMappers.d.ts.map +0 -1
  318. package/esm/models/encryptionScopesMappers.js +0 -9
  319. package/esm/models/encryptionScopesMappers.js.map +0 -1
  320. package/esm/models/fileServicesMappers.d.ts +0 -2
  321. package/esm/models/fileServicesMappers.d.ts.map +0 -1
  322. package/esm/models/fileServicesMappers.js +0 -9
  323. package/esm/models/fileServicesMappers.js.map +0 -1
  324. package/esm/models/fileSharesMappers.d.ts +0 -2
  325. package/esm/models/fileSharesMappers.d.ts.map +0 -1
  326. package/esm/models/fileSharesMappers.js +0 -9
  327. package/esm/models/fileSharesMappers.js.map +0 -1
  328. package/esm/models/managementPoliciesMappers.d.ts +0 -2
  329. package/esm/models/managementPoliciesMappers.d.ts.map +0 -1
  330. package/esm/models/managementPoliciesMappers.js +0 -9
  331. package/esm/models/managementPoliciesMappers.js.map +0 -1
  332. package/esm/models/objectReplicationPoliciesOperationsMappers.d.ts +0 -2
  333. package/esm/models/objectReplicationPoliciesOperationsMappers.d.ts.map +0 -1
  334. package/esm/models/objectReplicationPoliciesOperationsMappers.js +0 -9
  335. package/esm/models/objectReplicationPoliciesOperationsMappers.js.map +0 -1
  336. package/esm/models/operationsMappers.d.ts +0 -2
  337. package/esm/models/operationsMappers.d.ts.map +0 -1
  338. package/esm/models/operationsMappers.js.map +0 -1
  339. package/esm/models/privateEndpointConnectionsMappers.d.ts +0 -2
  340. package/esm/models/privateEndpointConnectionsMappers.d.ts.map +0 -1
  341. package/esm/models/privateEndpointConnectionsMappers.js +0 -9
  342. package/esm/models/privateEndpointConnectionsMappers.js.map +0 -1
  343. package/esm/models/privateLinkResourcesMappers.d.ts +0 -2
  344. package/esm/models/privateLinkResourcesMappers.d.ts.map +0 -1
  345. package/esm/models/privateLinkResourcesMappers.js +0 -9
  346. package/esm/models/privateLinkResourcesMappers.js.map +0 -1
  347. package/esm/models/queueMappers.d.ts +0 -2
  348. package/esm/models/queueMappers.d.ts.map +0 -1
  349. package/esm/models/queueMappers.js +0 -9
  350. package/esm/models/queueMappers.js.map +0 -1
  351. package/esm/models/queueServicesMappers.d.ts +0 -2
  352. package/esm/models/queueServicesMappers.d.ts.map +0 -1
  353. package/esm/models/queueServicesMappers.js +0 -9
  354. package/esm/models/queueServicesMappers.js.map +0 -1
  355. package/esm/models/skusMappers.d.ts +0 -2
  356. package/esm/models/skusMappers.d.ts.map +0 -1
  357. package/esm/models/skusMappers.js.map +0 -1
  358. package/esm/models/storageAccountsMappers.d.ts +0 -2
  359. package/esm/models/storageAccountsMappers.d.ts.map +0 -1
  360. package/esm/models/storageAccountsMappers.js +0 -9
  361. package/esm/models/storageAccountsMappers.js.map +0 -1
  362. package/esm/models/tableOperationsMappers.d.ts +0 -2
  363. package/esm/models/tableOperationsMappers.d.ts.map +0 -1
  364. package/esm/models/tableOperationsMappers.js +0 -9
  365. package/esm/models/tableOperationsMappers.js.map +0 -1
  366. package/esm/models/tableServicesMappers.d.ts +0 -2
  367. package/esm/models/tableServicesMappers.d.ts.map +0 -1
  368. package/esm/models/tableServicesMappers.js +0 -9
  369. package/esm/models/tableServicesMappers.js.map +0 -1
  370. package/esm/models/usagesMappers.d.ts +0 -2
  371. package/esm/models/usagesMappers.d.ts.map +0 -1
  372. package/esm/models/usagesMappers.js.map +0 -1
  373. package/src/models/blobContainersMappers.ts +0 -106
  374. package/src/models/blobInventoryPoliciesMappers.ts +0 -99
  375. package/src/models/blobServicesMappers.ts +0 -98
  376. package/src/models/deletedAccountsMappers.ts +0 -99
  377. package/src/models/encryptionScopesMappers.ts +0 -100
  378. package/src/models/fileServicesMappers.ts +0 -98
  379. package/src/models/fileSharesMappers.ts +0 -99
  380. package/src/models/managementPoliciesMappers.ts +0 -97
  381. package/src/models/objectReplicationPoliciesOperationsMappers.ts +0 -99
  382. package/src/models/privateEndpointConnectionsMappers.ts +0 -100
  383. package/src/models/privateLinkResourcesMappers.ts +0 -98
  384. package/src/models/queueMappers.ts +0 -98
  385. package/src/models/queueServicesMappers.ts +0 -98
  386. package/src/models/storageAccountsMappers.ts +0 -109
  387. package/src/models/tableOperationsMappers.ts +0 -98
  388. package/src/models/tableServicesMappers.ts +0 -98
@@ -1 +0,0 @@
1
- {"version":3,"file":"arm-storage.js","sources":["../node_modules/tslib/tslib.es6.js","../src/models/index.ts","../src/models/mappers.ts","../src/models/operationsMappers.ts","../src/models/parameters.ts","../src/operations/operations.ts","../src/models/skusMappers.ts","../src/operations/skus.ts","../src/models/storageAccountsMappers.ts","../src/operations/storageAccounts.ts","../src/models/deletedAccountsMappers.ts","../src/operations/deletedAccounts.ts","../src/models/usagesMappers.ts","../src/operations/usages.ts","../src/models/managementPoliciesMappers.ts","../src/operations/managementPolicies.ts","../src/models/blobInventoryPoliciesMappers.ts","../src/operations/blobInventoryPolicies.ts","../src/models/privateEndpointConnectionsMappers.ts","../src/operations/privateEndpointConnections.ts","../src/models/privateLinkResourcesMappers.ts","../src/operations/privateLinkResources.ts","../src/models/objectReplicationPoliciesOperationsMappers.ts","../src/operations/objectReplicationPoliciesOperations.ts","../src/models/encryptionScopesMappers.ts","../src/operations/encryptionScopes.ts","../src/models/blobServicesMappers.ts","../src/operations/blobServices.ts","../src/models/blobContainersMappers.ts","../src/operations/blobContainers.ts","../src/models/fileServicesMappers.ts","../src/operations/fileServices.ts","../src/models/fileSharesMappers.ts","../src/operations/fileShares.ts","../src/models/queueServicesMappers.ts","../src/operations/queueServices.ts","../src/models/queueMappers.ts","../src/operations/queue.ts","../src/models/tableServicesMappers.ts","../src/operations/tableServices.ts","../src/models/tableOperationsMappers.ts","../src/operations/tableOperations.ts","../src/storageManagementClientContext.ts","../src/storageManagementClient.ts"],"sourcesContent":["/*! *****************************************************************************\r\nCopyright (c) Microsoft Corporation.\r\n\r\nPermission to use, copy, modify, and/or distribute this software for any\r\npurpose with or without fee is hereby granted.\r\n\r\nTHE SOFTWARE IS PROVIDED \"AS IS\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH\r\nREGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\r\nAND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,\r\nINDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM\r\nLOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR\r\nOTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\r\nPERFORMANCE OF THIS SOFTWARE.\r\n***************************************************************************** */\r\n/* global Reflect, Promise */\r\n\r\nvar extendStatics = function(d, b) {\r\n extendStatics = Object.setPrototypeOf ||\r\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\r\n function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\r\n return extendStatics(d, b);\r\n};\r\n\r\nexport function __extends(d, b) {\r\n extendStatics(d, b);\r\n function __() { this.constructor = d; }\r\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\r\n}\r\n\r\nexport var __assign = function() {\r\n __assign = Object.assign || function __assign(t) {\r\n for (var s, i = 1, n = arguments.length; i < n; i++) {\r\n s = arguments[i];\r\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];\r\n }\r\n return t;\r\n }\r\n return __assign.apply(this, arguments);\r\n}\r\n\r\nexport function __rest(s, e) {\r\n var t = {};\r\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)\r\n t[p] = s[p];\r\n if (s != null && typeof Object.getOwnPropertySymbols === \"function\")\r\n for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {\r\n if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))\r\n t[p[i]] = s[p[i]];\r\n }\r\n return t;\r\n}\r\n\r\nexport function __decorate(decorators, target, key, desc) {\r\n var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;\r\n if (typeof Reflect === \"object\" && typeof Reflect.decorate === \"function\") r = Reflect.decorate(decorators, target, key, desc);\r\n else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;\r\n return c > 3 && r && Object.defineProperty(target, key, r), r;\r\n}\r\n\r\nexport function __param(paramIndex, decorator) {\r\n return function (target, key) { decorator(target, key, paramIndex); }\r\n}\r\n\r\nexport function __metadata(metadataKey, metadataValue) {\r\n if (typeof Reflect === \"object\" && typeof Reflect.metadata === \"function\") return Reflect.metadata(metadataKey, metadataValue);\r\n}\r\n\r\nexport function __awaiter(thisArg, _arguments, P, generator) {\r\n function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }\r\n return new (P || (P = Promise))(function (resolve, reject) {\r\n function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }\r\n function rejected(value) { try { step(generator[\"throw\"](value)); } catch (e) { reject(e); } }\r\n function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }\r\n step((generator = generator.apply(thisArg, _arguments || [])).next());\r\n });\r\n}\r\n\r\nexport function __generator(thisArg, body) {\r\n var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;\r\n return g = { next: verb(0), \"throw\": verb(1), \"return\": verb(2) }, typeof Symbol === \"function\" && (g[Symbol.iterator] = function() { return this; }), g;\r\n function verb(n) { return function (v) { return step([n, v]); }; }\r\n function step(op) {\r\n if (f) throw new TypeError(\"Generator is already executing.\");\r\n while (_) try {\r\n if (f = 1, y && (t = op[0] & 2 ? y[\"return\"] : op[0] ? y[\"throw\"] || ((t = y[\"return\"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;\r\n if (y = 0, t) op = [op[0] & 2, t.value];\r\n switch (op[0]) {\r\n case 0: case 1: t = op; break;\r\n case 4: _.label++; return { value: op[1], done: false };\r\n case 5: _.label++; y = op[1]; op = [0]; continue;\r\n case 7: op = _.ops.pop(); _.trys.pop(); continue;\r\n default:\r\n if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }\r\n if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }\r\n if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }\r\n if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }\r\n if (t[2]) _.ops.pop();\r\n _.trys.pop(); continue;\r\n }\r\n op = body.call(thisArg, _);\r\n } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }\r\n if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };\r\n }\r\n}\r\n\r\nexport function __createBinding(o, m, k, k2) {\r\n if (k2 === undefined) k2 = k;\r\n o[k2] = m[k];\r\n}\r\n\r\nexport function __exportStar(m, exports) {\r\n for (var p in m) if (p !== \"default\" && !exports.hasOwnProperty(p)) exports[p] = m[p];\r\n}\r\n\r\nexport function __values(o) {\r\n var s = typeof Symbol === \"function\" && Symbol.iterator, m = s && o[s], i = 0;\r\n if (m) return m.call(o);\r\n if (o && typeof o.length === \"number\") return {\r\n next: function () {\r\n if (o && i >= o.length) o = void 0;\r\n return { value: o && o[i++], done: !o };\r\n }\r\n };\r\n throw new TypeError(s ? \"Object is not iterable.\" : \"Symbol.iterator is not defined.\");\r\n}\r\n\r\nexport function __read(o, n) {\r\n var m = typeof Symbol === \"function\" && o[Symbol.iterator];\r\n if (!m) return o;\r\n var i = m.call(o), r, ar = [], e;\r\n try {\r\n while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);\r\n }\r\n catch (error) { e = { error: error }; }\r\n finally {\r\n try {\r\n if (r && !r.done && (m = i[\"return\"])) m.call(i);\r\n }\r\n finally { if (e) throw e.error; }\r\n }\r\n return ar;\r\n}\r\n\r\nexport function __spread() {\r\n for (var ar = [], i = 0; i < arguments.length; i++)\r\n ar = ar.concat(__read(arguments[i]));\r\n return ar;\r\n}\r\n\r\nexport function __spreadArrays() {\r\n for (var s = 0, i = 0, il = arguments.length; i < il; i++) s += arguments[i].length;\r\n for (var r = Array(s), k = 0, i = 0; i < il; i++)\r\n for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++)\r\n r[k] = a[j];\r\n return r;\r\n};\r\n\r\nexport function __await(v) {\r\n return this instanceof __await ? (this.v = v, this) : new __await(v);\r\n}\r\n\r\nexport function __asyncGenerator(thisArg, _arguments, generator) {\r\n if (!Symbol.asyncIterator) throw new TypeError(\"Symbol.asyncIterator is not defined.\");\r\n var g = generator.apply(thisArg, _arguments || []), i, q = [];\r\n return i = {}, verb(\"next\"), verb(\"throw\"), verb(\"return\"), i[Symbol.asyncIterator] = function () { return this; }, i;\r\n function verb(n) { if (g[n]) i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; }\r\n function resume(n, v) { try { step(g[n](v)); } catch (e) { settle(q[0][3], e); } }\r\n function step(r) { r.value instanceof __await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r); }\r\n function fulfill(value) { resume(\"next\", value); }\r\n function reject(value) { resume(\"throw\", value); }\r\n function settle(f, v) { if (f(v), q.shift(), q.length) resume(q[0][0], q[0][1]); }\r\n}\r\n\r\nexport function __asyncDelegator(o) {\r\n var i, p;\r\n return i = {}, verb(\"next\"), verb(\"throw\", function (e) { throw e; }), verb(\"return\"), i[Symbol.iterator] = function () { return this; }, i;\r\n function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: __await(o[n](v)), done: n === \"return\" } : f ? f(v) : v; } : f; }\r\n}\r\n\r\nexport function __asyncValues(o) {\r\n if (!Symbol.asyncIterator) throw new TypeError(\"Symbol.asyncIterator is not defined.\");\r\n var m = o[Symbol.asyncIterator], i;\r\n return m ? m.call(o) : (o = typeof __values === \"function\" ? __values(o) : o[Symbol.iterator](), i = {}, verb(\"next\"), verb(\"throw\"), verb(\"return\"), i[Symbol.asyncIterator] = function () { return this; }, i);\r\n function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v = o[n](v), settle(resolve, reject, v.done, v.value); }); }; }\r\n function settle(resolve, reject, d, v) { Promise.resolve(v).then(function(v) { resolve({ value: v, done: d }); }, reject); }\r\n}\r\n\r\nexport function __makeTemplateObject(cooked, raw) {\r\n if (Object.defineProperty) { Object.defineProperty(cooked, \"raw\", { value: raw }); } else { cooked.raw = raw; }\r\n return cooked;\r\n};\r\n\r\nexport function __importStar(mod) {\r\n if (mod && mod.__esModule) return mod;\r\n var result = {};\r\n if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) result[k] = mod[k];\r\n result.default = mod;\r\n return result;\r\n}\r\n\r\nexport function __importDefault(mod) {\r\n return (mod && mod.__esModule) ? mod : { default: mod };\r\n}\r\n\r\nexport function __classPrivateFieldGet(receiver, privateMap) {\r\n if (!privateMap.has(receiver)) {\r\n throw new TypeError(\"attempted to get private field on non-instance\");\r\n }\r\n return privateMap.get(receiver);\r\n}\r\n\r\nexport function __classPrivateFieldSet(receiver, privateMap, value) {\r\n if (!privateMap.has(receiver)) {\r\n throw new TypeError(\"attempted to set private field on non-instance\");\r\n }\r\n privateMap.set(receiver, value);\r\n return value;\r\n}\r\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { BaseResource, CloudError, AzureServiceClientOptions } from \"@azure/ms-rest-azure-js\";\nimport * as msRest from \"@azure/ms-rest-js\";\n\nexport { BaseResource, CloudError };\n\n/**\n * Display metadata associated with the operation.\n */\nexport interface OperationDisplay {\n /**\n * Service provider: Microsoft Storage.\n */\n provider?: string;\n /**\n * Resource on which the operation is performed etc.\n */\n resource?: string;\n /**\n * Type of operation: get, read, delete, etc.\n */\n operation?: string;\n /**\n * Description of the operation.\n */\n description?: string;\n}\n\n/**\n * Dimension of blobs, possibly be blob type or access tier.\n */\nexport interface Dimension {\n /**\n * Display name of dimension.\n */\n name?: string;\n /**\n * Display name of dimension.\n */\n displayName?: string;\n}\n\n/**\n * Metric specification of operation.\n */\nexport interface MetricSpecification {\n /**\n * Name of metric specification.\n */\n name?: string;\n /**\n * Display name of metric specification.\n */\n displayName?: string;\n /**\n * Display description of metric specification.\n */\n displayDescription?: string;\n /**\n * Unit could be Bytes or Count.\n */\n unit?: string;\n /**\n * Dimensions of blobs, including blob type and access tier.\n */\n dimensions?: Dimension[];\n /**\n * Aggregation type could be Average.\n */\n aggregationType?: string;\n /**\n * The property to decide fill gap with zero or not.\n */\n fillGapWithZero?: boolean;\n /**\n * The category this metric specification belong to, could be Capacity.\n */\n category?: string;\n /**\n * Account Resource Id.\n */\n resourceIdDimensionNameOverride?: string;\n}\n\n/**\n * One property of operation, include metric specifications.\n */\nexport interface ServiceSpecification {\n /**\n * Metric specifications of operation.\n */\n metricSpecifications?: MetricSpecification[];\n}\n\n/**\n * Storage REST API operation definition.\n */\nexport interface Operation {\n /**\n * Operation name: {provider}/{resource}/{operation}\n */\n name?: string;\n /**\n * Display metadata associated with the operation.\n */\n display?: OperationDisplay;\n /**\n * The origin of operations.\n */\n origin?: string;\n /**\n * One property of operation, include metric specifications.\n */\n serviceSpecification?: ServiceSpecification;\n}\n\n/**\n * The parameters used to check the availability of the storage account name.\n */\nexport interface StorageAccountCheckNameAvailabilityParameters {\n /**\n * The storage account name.\n */\n name: string;\n}\n\n/**\n * The capability information in the specified SKU, including file encryption, network ACLs, change\n * notification, etc.\n */\nexport interface SKUCapability {\n /**\n * The name of capability, The capability information in the specified SKU, including file\n * encryption, network ACLs, change notification, etc.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly name?: string;\n /**\n * A string value to indicate states of given capability. Possibly 'true' or 'false'.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly value?: string;\n}\n\n/**\n * The restriction because of which SKU cannot be used.\n */\nexport interface Restriction {\n /**\n * The type of restrictions. As of now only possible value for this is location.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly type?: string;\n /**\n * The value of restrictions. If the restriction type is set to location. This would be different\n * locations where the SKU is restricted.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly values?: string[];\n /**\n * The reason for the restriction. As of now this can be \"QuotaId\" or\n * \"NotAvailableForSubscription\". Quota Id is set when the SKU has requiredQuotas parameter as\n * the subscription does not belong to that quota. The \"NotAvailableForSubscription\" is related\n * to capacity at DC. Possible values include: 'QuotaId', 'NotAvailableForSubscription'\n */\n reasonCode?: ReasonCode;\n}\n\n/**\n * Storage SKU and its properties\n */\nexport interface SkuInformation {\n /**\n * Possible values include: 'Standard_LRS', 'Standard_GRS', 'Standard_RAGRS', 'Standard_ZRS',\n * 'Premium_LRS', 'Premium_ZRS', 'Standard_GZRS', 'Standard_RAGZRS'\n */\n name: SkuName;\n /**\n * Possible values include: 'Standard', 'Premium'\n */\n tier?: SkuTier;\n /**\n * The type of the resource, usually it is 'storageAccounts'.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly resourceType?: string;\n /**\n * Indicates the type of storage account. Possible values include: 'Storage', 'StorageV2',\n * 'BlobStorage', 'FileStorage', 'BlockBlobStorage'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly kind?: Kind;\n /**\n * The set of locations that the SKU is available. This will be supported and registered Azure\n * Geo Regions (e.g. West US, East US, Southeast Asia, etc.).\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly locations?: string[];\n /**\n * The capability information in the specified SKU, including file encryption, network ACLs,\n * change notification, etc.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly capabilities?: SKUCapability[];\n /**\n * The restrictions because of which SKU cannot be used. This is empty if there are no\n * restrictions.\n */\n restrictions?: Restriction[];\n}\n\n/**\n * The CheckNameAvailability operation response.\n */\nexport interface CheckNameAvailabilityResult {\n /**\n * Gets a boolean value that indicates whether the name is available for you to use. If true, the\n * name is available. If false, the name has already been taken or is invalid and cannot be used.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly nameAvailable?: boolean;\n /**\n * Gets the reason that a storage account name could not be used. The Reason element is only\n * returned if NameAvailable is false. Possible values include: 'AccountNameInvalid',\n * 'AlreadyExists'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly reason?: Reason;\n /**\n * Gets an error message explaining the Reason value in more detail.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly message?: string;\n}\n\n/**\n * The custom domain assigned to this storage account. This can be set via Update.\n */\nexport interface CustomDomain {\n /**\n * Gets or sets the custom domain name assigned to the storage account. Name is the CNAME source.\n */\n name: string;\n /**\n * Indicates whether indirect CName validation is enabled. Default value is false. This should\n * only be set on updates.\n */\n useSubDomainName?: boolean;\n}\n\n/**\n * SasPolicy assigned to the storage account.\n */\nexport interface SasPolicy {\n /**\n * The SAS expiration period, DD.HH:MM:SS.\n */\n sasExpirationPeriod: string;\n}\n\n/**\n * KeyPolicy assigned to the storage account.\n */\nexport interface KeyPolicy {\n /**\n * The key expiration period in days.\n */\n keyExpirationPeriodInDays: number;\n}\n\n/**\n * Storage account keys creation time.\n */\nexport interface KeyCreationTime {\n key1?: Date;\n key2?: Date;\n}\n\n/**\n * A service that allows server-side encryption to be used.\n */\nexport interface EncryptionService {\n /**\n * A boolean indicating whether or not the service encrypts the data as it is stored.\n */\n enabled?: boolean;\n /**\n * Gets a rough estimate of the date/time when the encryption was last enabled by the user. Only\n * returned when encryption is enabled. There might be some unencrypted blobs which were written\n * after this time, as it is just a rough estimate.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly lastEnabledTime?: Date;\n /**\n * Encryption key type to be used for the encryption service. 'Account' key type implies that an\n * account-scoped encryption key will be used. 'Service' key type implies that a default service\n * key is used. Possible values include: 'Service', 'Account'\n */\n keyType?: KeyType;\n}\n\n/**\n * A list of services that support encryption.\n */\nexport interface EncryptionServices {\n /**\n * The encryption function of the blob storage service.\n */\n blob?: EncryptionService;\n /**\n * The encryption function of the file storage service.\n */\n file?: EncryptionService;\n /**\n * The encryption function of the table storage service.\n */\n table?: EncryptionService;\n /**\n * The encryption function of the queue storage service.\n */\n queue?: EncryptionService;\n}\n\n/**\n * Properties of key vault.\n */\nexport interface KeyVaultProperties {\n /**\n * The name of KeyVault key.\n */\n keyName?: string;\n /**\n * The version of KeyVault key.\n */\n keyVersion?: string;\n /**\n * The Uri of KeyVault.\n */\n keyVaultUri?: string;\n /**\n * The object identifier of the current versioned Key Vault Key in use.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly currentVersionedKeyIdentifier?: string;\n /**\n * Timestamp of last rotation of the Key Vault Key.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly lastKeyRotationTimestamp?: Date;\n}\n\n/**\n * Encryption identity for the storage account.\n */\nexport interface EncryptionIdentity {\n /**\n * Resource identifier of the UserAssigned identity to be associated with server-side encryption\n * on the storage account.\n */\n encryptionUserAssignedIdentity?: string;\n}\n\n/**\n * The encryption settings on the storage account.\n */\nexport interface Encryption {\n /**\n * List of services which support encryption.\n */\n services?: EncryptionServices;\n /**\n * The encryption keySource (provider). Possible values (case-insensitive): Microsoft.Storage,\n * Microsoft.Keyvault. Possible values include: 'Microsoft.Storage', 'Microsoft.Keyvault'.\n * Default value: 'Microsoft.Storage'.\n */\n keySource: KeySource;\n /**\n * A boolean indicating whether or not the service applies a secondary layer of encryption with\n * platform managed keys for data at rest.\n */\n requireInfrastructureEncryption?: boolean;\n /**\n * Properties provided by key vault.\n */\n keyVaultProperties?: KeyVaultProperties;\n /**\n * The identity to be used with service-side encryption at rest.\n */\n encryptionIdentity?: EncryptionIdentity;\n}\n\n/**\n * UserAssignedIdentity for the resource.\n */\nexport interface UserAssignedIdentity {\n /**\n * The principal ID of the identity.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly principalId?: string;\n /**\n * The client ID of the identity.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly clientId?: string;\n}\n\n/**\n * Resource Access Rule.\n */\nexport interface ResourceAccessRule {\n /**\n * Tenant Id\n */\n tenantId?: string;\n /**\n * Resource Id\n */\n resourceId?: string;\n}\n\n/**\n * Virtual Network rule.\n */\nexport interface VirtualNetworkRule {\n /**\n * Resource ID of a subnet, for example:\n * /subscriptions/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.Network/virtualNetworks/{vnetName}/subnets/{subnetName}.\n */\n virtualNetworkResourceId: string;\n /**\n * The action of virtual network rule. Possible values include: 'Allow'. Default value: 'Allow'.\n */\n action?: Action;\n /**\n * Gets the state of virtual network rule. Possible values include: 'provisioning',\n * 'deprovisioning', 'succeeded', 'failed', 'networkSourceDeleted'\n */\n state?: State;\n}\n\n/**\n * IP rule with specific IP or IP range in CIDR format.\n */\nexport interface IPRule {\n /**\n * Specifies the IP or IP range in CIDR format. Only IPV4 address is allowed.\n */\n iPAddressOrRange: string;\n /**\n * The action of IP ACL rule. Possible values include: 'Allow'. Default value: 'Allow'.\n */\n action?: Action;\n}\n\n/**\n * Network rule set\n */\nexport interface NetworkRuleSet {\n /**\n * Specifies whether traffic is bypassed for Logging/Metrics/AzureServices. Possible values are\n * any combination of Logging|Metrics|AzureServices (For example, \"Logging, Metrics\"), or None to\n * bypass none of those traffics. Possible values include: 'None', 'Logging', 'Metrics',\n * 'AzureServices'. Default value: 'AzureServices'.\n */\n bypass?: Bypass;\n /**\n * Sets the resource access rules\n */\n resourceAccessRules?: ResourceAccessRule[];\n /**\n * Sets the virtual network rules\n */\n virtualNetworkRules?: VirtualNetworkRule[];\n /**\n * Sets the IP ACL rules\n */\n ipRules?: IPRule[];\n /**\n * Specifies the default action of allow or deny when no other rules match. Possible values\n * include: 'Allow', 'Deny'. Default value: 'Allow'.\n */\n defaultAction: DefaultAction;\n}\n\n/**\n * Settings properties for Active Directory (AD).\n */\nexport interface ActiveDirectoryProperties {\n /**\n * Specifies the primary domain that the AD DNS server is authoritative for.\n */\n domainName: string;\n /**\n * Specifies the NetBIOS domain name.\n */\n netBiosDomainName: string;\n /**\n * Specifies the Active Directory forest to get.\n */\n forestName: string;\n /**\n * Specifies the domain GUID.\n */\n domainGuid: string;\n /**\n * Specifies the security identifier (SID).\n */\n domainSid: string;\n /**\n * Specifies the security identifier (SID) for Azure Storage.\n */\n azureStorageSid: string;\n}\n\n/**\n * Settings for Azure Files identity based authentication.\n */\nexport interface AzureFilesIdentityBasedAuthentication {\n /**\n * Indicates the directory service used. Possible values include: 'None', 'AADDS', 'AD'\n */\n directoryServiceOptions: DirectoryServiceOptions;\n /**\n * Required if choose AD.\n */\n activeDirectoryProperties?: ActiveDirectoryProperties;\n}\n\n/**\n * Routing preference defines the type of network, either microsoft or internet routing to be used\n * to deliver the user data, the default option is microsoft routing\n */\nexport interface RoutingPreference {\n /**\n * Routing Choice defines the kind of network routing opted by the user. Possible values include:\n * 'MicrosoftRouting', 'InternetRouting'\n */\n routingChoice?: RoutingChoice;\n /**\n * A boolean flag which indicates whether microsoft routing storage endpoints are to be published\n */\n publishMicrosoftEndpoints?: boolean;\n /**\n * A boolean flag which indicates whether internet routing storage endpoints are to be published\n */\n publishInternetEndpoints?: boolean;\n}\n\n/**\n * Identity for the resource.\n */\nexport interface Identity {\n /**\n * The principal ID of resource identity.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly principalId?: string;\n /**\n * The tenant ID of resource.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly tenantId?: string;\n /**\n * The identity type. Possible values include: 'None', 'SystemAssigned', 'UserAssigned',\n * 'SystemAssigned,UserAssigned'\n */\n type: IdentityType;\n /**\n * Gets or sets a list of key value pairs that describe the set of User Assigned identities that\n * will be used with this storage account. The key is the ARM resource identifier of the\n * identity. Only 1 User Assigned identity is permitted here.\n */\n userAssignedIdentities?: { [propertyName: string]: UserAssignedIdentity };\n}\n\n/**\n * The complex type of the extended location.\n */\nexport interface ExtendedLocation {\n /**\n * The name of the extended location.\n */\n name?: string;\n /**\n * The type of the extended location. Possible values include: 'EdgeZone'\n */\n type?: ExtendedLocationTypes;\n}\n\n/**\n * The SKU of the storage account.\n */\nexport interface Sku {\n /**\n * Possible values include: 'Standard_LRS', 'Standard_GRS', 'Standard_RAGRS', 'Standard_ZRS',\n * 'Premium_LRS', 'Premium_ZRS', 'Standard_GZRS', 'Standard_RAGZRS'\n */\n name: SkuName;\n /**\n * Possible values include: 'Standard', 'Premium'\n */\n tier?: SkuTier;\n}\n\n/**\n * The parameters used when creating a storage account.\n */\nexport interface StorageAccountCreateParameters {\n /**\n * Required. Gets or sets the SKU name.\n */\n sku: Sku;\n /**\n * Required. Indicates the type of storage account. Possible values include: 'Storage',\n * 'StorageV2', 'BlobStorage', 'FileStorage', 'BlockBlobStorage'\n */\n kind: Kind;\n /**\n * Required. Gets or sets the location of the resource. This will be one of the supported and\n * registered Azure Geo Regions (e.g. West US, East US, Southeast Asia, etc.). The geo region of\n * a resource cannot be changed once it is created, but if an identical geo region is specified\n * on update, the request will succeed.\n */\n location: string;\n /**\n * Optional. Set the extended location of the resource. If not set, the storage account will be\n * created in Azure main region. Otherwise it will be created in the specified extended location\n */\n extendedLocation?: ExtendedLocation;\n /**\n * Gets or sets a list of key value pairs that describe the resource. These tags can be used for\n * viewing and grouping this resource (across resource groups). A maximum of 15 tags can be\n * provided for a resource. Each tag must have a key with a length no greater than 128 characters\n * and a value with a length no greater than 256 characters.\n */\n tags?: { [propertyName: string]: string };\n /**\n * The identity of the resource.\n */\n identity?: Identity;\n /**\n * SasPolicy assigned to the storage account.\n */\n sasPolicy?: SasPolicy;\n /**\n * KeyPolicy assigned to the storage account.\n */\n keyPolicy?: KeyPolicy;\n /**\n * User domain assigned to the storage account. Name is the CNAME source. Only one custom domain\n * is supported per storage account at this time. To clear the existing custom domain, use an\n * empty string for the custom domain name property.\n */\n customDomain?: CustomDomain;\n /**\n * Not applicable. Azure Storage encryption is enabled for all storage accounts and cannot be\n * disabled.\n */\n encryption?: Encryption;\n /**\n * Network rule set\n */\n networkRuleSet?: NetworkRuleSet;\n /**\n * Required for storage accounts where kind = BlobStorage. The access tier used for billing.\n * Possible values include: 'Hot', 'Cool'\n */\n accessTier?: AccessTier;\n /**\n * Provides the identity based authentication settings for Azure Files.\n */\n azureFilesIdentityBasedAuthentication?: AzureFilesIdentityBasedAuthentication;\n /**\n * Allows https traffic only to storage service if sets to true. The default value is true since\n * API version 2019-04-01.\n */\n enableHttpsTrafficOnly?: boolean;\n /**\n * Account HierarchicalNamespace enabled if sets to true.\n */\n isHnsEnabled?: boolean;\n /**\n * Allow large file shares if sets to Enabled. It cannot be disabled once it is enabled. Possible\n * values include: 'Disabled', 'Enabled'\n */\n largeFileSharesState?: LargeFileSharesState;\n /**\n * Maintains information about the network routing choice opted by the user for data transfer\n */\n routingPreference?: RoutingPreference;\n /**\n * Allow or disallow public access to all blobs or containers in the storage account. The default\n * interpretation is true for this property.\n */\n allowBlobPublicAccess?: boolean;\n /**\n * Set the minimum TLS version to be permitted on requests to storage. The default interpretation\n * is TLS 1.0 for this property. Possible values include: 'TLS1_0', 'TLS1_1', 'TLS1_2'\n */\n minimumTlsVersion?: MinimumTlsVersion;\n /**\n * Indicates whether the storage account permits requests to be authorized with the account\n * access key via Shared Key. If false, then all requests, including shared access signatures,\n * must be authorized with Azure Active Directory (Azure AD). The default value is null, which is\n * equivalent to true.\n */\n allowSharedKeyAccess?: boolean;\n /**\n * NFS 3.0 protocol support enabled if set to true.\n */\n enableNfsV3?: boolean;\n}\n\n/**\n * The URIs that are used to perform a retrieval of a public blob, queue, table, web or dfs object\n * via a microsoft routing endpoint.\n */\nexport interface StorageAccountMicrosoftEndpoints {\n /**\n * Gets the blob endpoint.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly blob?: string;\n /**\n * Gets the queue endpoint.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly queue?: string;\n /**\n * Gets the table endpoint.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly table?: string;\n /**\n * Gets the file endpoint.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly file?: string;\n /**\n * Gets the web endpoint.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly web?: string;\n /**\n * Gets the dfs endpoint.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly dfs?: string;\n}\n\n/**\n * The URIs that are used to perform a retrieval of a public blob, file, web or dfs object via a\n * internet routing endpoint.\n */\nexport interface StorageAccountInternetEndpoints {\n /**\n * Gets the blob endpoint.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly blob?: string;\n /**\n * Gets the file endpoint.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly file?: string;\n /**\n * Gets the web endpoint.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly web?: string;\n /**\n * Gets the dfs endpoint.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly dfs?: string;\n}\n\n/**\n * The URIs that are used to perform a retrieval of a public blob, queue, table, web or dfs object.\n */\nexport interface Endpoints {\n /**\n * Gets the blob endpoint.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly blob?: string;\n /**\n * Gets the queue endpoint.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly queue?: string;\n /**\n * Gets the table endpoint.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly table?: string;\n /**\n * Gets the file endpoint.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly file?: string;\n /**\n * Gets the web endpoint.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly web?: string;\n /**\n * Gets the dfs endpoint.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly dfs?: string;\n /**\n * Gets the microsoft routing storage endpoints.\n */\n microsoftEndpoints?: StorageAccountMicrosoftEndpoints;\n /**\n * Gets the internet routing storage endpoints\n */\n internetEndpoints?: StorageAccountInternetEndpoints;\n}\n\n/**\n * Statistics related to replication for storage account's Blob, Table, Queue and File services. It\n * is only available when geo-redundant replication is enabled for the storage account.\n */\nexport interface GeoReplicationStats {\n /**\n * The status of the secondary location. Possible values are: - Live: Indicates that the\n * secondary location is active and operational. - Bootstrap: Indicates initial synchronization\n * from the primary location to the secondary location is in progress.This typically occurs when\n * replication is first enabled. - Unavailable: Indicates that the secondary location is\n * temporarily unavailable. Possible values include: 'Live', 'Bootstrap', 'Unavailable'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly status?: GeoReplicationStatus;\n /**\n * All primary writes preceding this UTC date/time value are guaranteed to be available for read\n * operations. Primary writes following this point in time may or may not be available for reads.\n * Element may be default value if value of LastSyncTime is not available, this can happen if\n * secondary is offline or we are in bootstrap.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly lastSyncTime?: Date;\n /**\n * A boolean flag which indicates whether or not account failover is supported for the account.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly canFailover?: boolean;\n}\n\n/**\n * Blob range\n */\nexport interface BlobRestoreRange {\n /**\n * Blob start range. This is inclusive. Empty means account start.\n */\n startRange: string;\n /**\n * Blob end range. This is exclusive. Empty means account end.\n */\n endRange: string;\n}\n\n/**\n * Blob restore parameters\n */\nexport interface BlobRestoreParameters {\n /**\n * Restore blob to the specified time.\n */\n timeToRestore: Date;\n /**\n * Blob ranges to restore.\n */\n blobRanges: BlobRestoreRange[];\n}\n\n/**\n * Blob restore status.\n */\nexport interface BlobRestoreStatus {\n /**\n * The status of blob restore progress. Possible values are: - InProgress: Indicates that blob\n * restore is ongoing. - Complete: Indicates that blob restore has been completed successfully. -\n * Failed: Indicates that blob restore is failed. Possible values include: 'InProgress',\n * 'Complete', 'Failed'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly status?: BlobRestoreProgressStatus;\n /**\n * Failure reason when blob restore is failed.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly failureReason?: string;\n /**\n * Id for tracking blob restore request.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly restoreId?: string;\n /**\n * Blob restore request parameters.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly parameters?: BlobRestoreParameters;\n}\n\n/**\n * The Private Endpoint resource.\n */\nexport interface PrivateEndpoint {\n /**\n * The ARM identifier for Private Endpoint\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly id?: string;\n}\n\n/**\n * A collection of information about the state of the connection between service consumer and\n * provider.\n */\nexport interface PrivateLinkServiceConnectionState {\n /**\n * Indicates whether the connection has been Approved/Rejected/Removed by the owner of the\n * service. Possible values include: 'Pending', 'Approved', 'Rejected'\n */\n status?: PrivateEndpointServiceConnectionStatus;\n /**\n * The reason for approval/rejection of the connection.\n */\n description?: string;\n /**\n * A message indicating if changes on the service provider require any updates on the consumer.\n */\n actionRequired?: string;\n}\n\n/**\n * Common fields that are returned in the response for all Azure Resource Manager resources\n * @summary Resource\n */\nexport interface Resource extends BaseResource {\n /**\n * Fully qualified resource ID for the resource. Ex -\n * /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly id?: string;\n /**\n * The name of the resource\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly name?: string;\n /**\n * The type of the resource. E.g. \"Microsoft.Compute/virtualMachines\" or\n * \"Microsoft.Storage/storageAccounts\"\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly type?: string;\n}\n\n/**\n * The Private Endpoint Connection resource.\n */\nexport interface PrivateEndpointConnection extends Resource {\n /**\n * The resource of private end point.\n */\n privateEndpoint?: PrivateEndpoint;\n /**\n * A collection of information about the state of the connection between service consumer and\n * provider.\n */\n privateLinkServiceConnectionState: PrivateLinkServiceConnectionState;\n /**\n * The provisioning state of the private endpoint connection resource. Possible values include:\n * 'Succeeded', 'Creating', 'Deleting', 'Failed'\n */\n provisioningState?: PrivateEndpointConnectionProvisioningState;\n}\n\n/**\n * The resource model definition for a Azure Resource Manager proxy resource. It will not have tags\n * and a location\n * @summary Proxy Resource\n */\nexport interface ProxyResource extends Resource {}\n\n/**\n * Deleted storage account\n */\nexport interface DeletedAccount extends ProxyResource {\n /**\n * Full resource id of the original storage account.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly storageAccountResourceId?: string;\n /**\n * Location of the deleted account.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly location?: string;\n /**\n * Can be used to attempt recovering this deleted account via PutStorageAccount API.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly restoreReference?: string;\n /**\n * Creation time of the deleted account.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly creationTime?: string;\n /**\n * Deletion time of the deleted account.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly deletionTime?: string;\n}\n\n/**\n * The resource model definition for an Azure Resource Manager tracked top level resource which has\n * 'tags' and a 'location'\n * @summary Tracked Resource\n */\nexport interface TrackedResource extends Resource {\n /**\n * Resource tags.\n */\n tags?: { [propertyName: string]: string };\n /**\n * The geo-location where the resource lives\n */\n location: string;\n}\n\n/**\n * The storage account.\n */\nexport interface StorageAccount extends TrackedResource {\n /**\n * Gets the SKU.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly sku?: Sku;\n /**\n * Gets the Kind. Possible values include: 'Storage', 'StorageV2', 'BlobStorage', 'FileStorage',\n * 'BlockBlobStorage'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly kind?: Kind;\n /**\n * The identity of the resource.\n */\n identity?: Identity;\n /**\n * The extendedLocation of the resource.\n */\n extendedLocation?: ExtendedLocation;\n /**\n * Gets the status of the storage account at the time the operation was called. Possible values\n * include: 'Creating', 'ResolvingDNS', 'Succeeded'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly provisioningState?: ProvisioningState;\n /**\n * Gets the URLs that are used to perform a retrieval of a public blob, queue, or table object.\n * Note that Standard_ZRS and Premium_LRS accounts only return the blob endpoint.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly primaryEndpoints?: Endpoints;\n /**\n * Gets the location of the primary data center for the storage account.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly primaryLocation?: string;\n /**\n * Gets the status indicating whether the primary location of the storage account is available or\n * unavailable. Possible values include: 'available', 'unavailable'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly statusOfPrimary?: AccountStatus;\n /**\n * Gets the timestamp of the most recent instance of a failover to the secondary location. Only\n * the most recent timestamp is retained. This element is not returned if there has never been a\n * failover instance. Only available if the accountType is Standard_GRS or Standard_RAGRS.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly lastGeoFailoverTime?: Date;\n /**\n * Gets the location of the geo-replicated secondary for the storage account. Only available if\n * the accountType is Standard_GRS or Standard_RAGRS.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly secondaryLocation?: string;\n /**\n * Gets the status indicating whether the secondary location of the storage account is available\n * or unavailable. Only available if the SKU name is Standard_GRS or Standard_RAGRS. Possible\n * values include: 'available', 'unavailable'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly statusOfSecondary?: AccountStatus;\n /**\n * Gets the creation date and time of the storage account in UTC.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly creationTime?: Date;\n /**\n * Gets the custom domain the user assigned to this storage account.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly customDomain?: CustomDomain;\n /**\n * SasPolicy assigned to the storage account.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly sasPolicy?: SasPolicy;\n /**\n * KeyPolicy assigned to the storage account.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly keyPolicy?: KeyPolicy;\n /**\n * Storage account keys creation time.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly keyCreationTime?: KeyCreationTime;\n /**\n * Gets the URLs that are used to perform a retrieval of a public blob, queue, or table object\n * from the secondary location of the storage account. Only available if the SKU name is\n * Standard_RAGRS.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly secondaryEndpoints?: Endpoints;\n /**\n * Gets the encryption settings on the account. If unspecified, the account is unencrypted.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly encryption?: Encryption;\n /**\n * Required for storage accounts where kind = BlobStorage. The access tier used for billing.\n * Possible values include: 'Hot', 'Cool'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly accessTier?: AccessTier;\n /**\n * Provides the identity based authentication settings for Azure Files.\n */\n azureFilesIdentityBasedAuthentication?: AzureFilesIdentityBasedAuthentication;\n /**\n * Allows https traffic only to storage service if sets to true.\n */\n enableHttpsTrafficOnly?: boolean;\n /**\n * Network rule set\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly networkRuleSet?: NetworkRuleSet;\n /**\n * Account HierarchicalNamespace enabled if sets to true.\n */\n isHnsEnabled?: boolean;\n /**\n * Geo Replication Stats\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly geoReplicationStats?: GeoReplicationStats;\n /**\n * If the failover is in progress, the value will be true, otherwise, it will be null.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly failoverInProgress?: boolean;\n /**\n * Allow large file shares if sets to Enabled. It cannot be disabled once it is enabled. Possible\n * values include: 'Disabled', 'Enabled'\n */\n largeFileSharesState?: LargeFileSharesState;\n /**\n * List of private endpoint connection associated with the specified storage account\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly privateEndpointConnections?: PrivateEndpointConnection[];\n /**\n * Maintains information about the network routing choice opted by the user for data transfer\n */\n routingPreference?: RoutingPreference;\n /**\n * Blob restore status\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly blobRestoreStatus?: BlobRestoreStatus;\n /**\n * Allow or disallow public access to all blobs or containers in the storage account. The default\n * interpretation is true for this property.\n */\n allowBlobPublicAccess?: boolean;\n /**\n * Set the minimum TLS version to be permitted on requests to storage. The default interpretation\n * is TLS 1.0 for this property. Possible values include: 'TLS1_0', 'TLS1_1', 'TLS1_2'\n */\n minimumTlsVersion?: MinimumTlsVersion;\n /**\n * Indicates whether the storage account permits requests to be authorized with the account\n * access key via Shared Key. If false, then all requests, including shared access signatures,\n * must be authorized with Azure Active Directory (Azure AD). The default value is null, which is\n * equivalent to true.\n */\n allowSharedKeyAccess?: boolean;\n /**\n * NFS 3.0 protocol support enabled if set to true.\n */\n enableNfsV3?: boolean;\n}\n\n/**\n * An access key for the storage account.\n */\nexport interface StorageAccountKey {\n /**\n * Name of the key.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly keyName?: string;\n /**\n * Base 64-encoded value of the key.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly value?: string;\n /**\n * Permissions for the key -- read-only or full permissions. Possible values include: 'Read',\n * 'Full'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly permissions?: KeyPermission;\n /**\n * Creation time of the key, in round trip date format.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly creationTime?: Date;\n}\n\n/**\n * The response from the ListKeys operation.\n */\nexport interface StorageAccountListKeysResult {\n /**\n * Gets the list of storage account keys and their properties for the specified storage account.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly keys?: StorageAccountKey[];\n}\n\n/**\n * The parameters used to regenerate the storage account key.\n */\nexport interface StorageAccountRegenerateKeyParameters {\n /**\n * The name of storage keys that want to be regenerated, possible values are key1, key2, kerb1,\n * kerb2.\n */\n keyName: string;\n}\n\n/**\n * The parameters that can be provided when updating the storage account properties.\n */\nexport interface StorageAccountUpdateParameters {\n /**\n * Gets or sets the SKU name. Note that the SKU name cannot be updated to Standard_ZRS,\n * Premium_LRS or Premium_ZRS, nor can accounts of those SKU names be updated to any other value.\n */\n sku?: Sku;\n /**\n * Gets or sets a list of key value pairs that describe the resource. These tags can be used in\n * viewing and grouping this resource (across resource groups). A maximum of 15 tags can be\n * provided for a resource. Each tag must have a key no greater in length than 128 characters and\n * a value no greater in length than 256 characters.\n */\n tags?: { [propertyName: string]: string };\n /**\n * The identity of the resource.\n */\n identity?: Identity;\n /**\n * Custom domain assigned to the storage account by the user. Name is the CNAME source. Only one\n * custom domain is supported per storage account at this time. To clear the existing custom\n * domain, use an empty string for the custom domain name property.\n */\n customDomain?: CustomDomain;\n /**\n * Provides the encryption settings on the account. The default setting is unencrypted.\n */\n encryption?: Encryption;\n /**\n * SasPolicy assigned to the storage account.\n */\n sasPolicy?: SasPolicy;\n /**\n * KeyPolicy assigned to the storage account.\n */\n keyPolicy?: KeyPolicy;\n /**\n * Required for storage accounts where kind = BlobStorage. The access tier used for billing.\n * Possible values include: 'Hot', 'Cool'\n */\n accessTier?: AccessTier;\n /**\n * Provides the identity based authentication settings for Azure Files.\n */\n azureFilesIdentityBasedAuthentication?: AzureFilesIdentityBasedAuthentication;\n /**\n * Allows https traffic only to storage service if sets to true.\n */\n enableHttpsTrafficOnly?: boolean;\n /**\n * Network rule set\n */\n networkRuleSet?: NetworkRuleSet;\n /**\n * Allow large file shares if sets to Enabled. It cannot be disabled once it is enabled. Possible\n * values include: 'Disabled', 'Enabled'\n */\n largeFileSharesState?: LargeFileSharesState;\n /**\n * Maintains information about the network routing choice opted by the user for data transfer\n */\n routingPreference?: RoutingPreference;\n /**\n * Allow or disallow public access to all blobs or containers in the storage account. The default\n * interpretation is true for this property.\n */\n allowBlobPublicAccess?: boolean;\n /**\n * Set the minimum TLS version to be permitted on requests to storage. The default interpretation\n * is TLS 1.0 for this property. Possible values include: 'TLS1_0', 'TLS1_1', 'TLS1_2'\n */\n minimumTlsVersion?: MinimumTlsVersion;\n /**\n * Indicates whether the storage account permits requests to be authorized with the account\n * access key via Shared Key. If false, then all requests, including shared access signatures,\n * must be authorized with Azure Active Directory (Azure AD). The default value is null, which is\n * equivalent to true.\n */\n allowSharedKeyAccess?: boolean;\n /**\n * Optional. Indicates the type of storage account. Currently only StorageV2 value supported by\n * server. Possible values include: 'Storage', 'StorageV2', 'BlobStorage', 'FileStorage',\n * 'BlockBlobStorage'\n */\n kind?: Kind;\n}\n\n/**\n * The usage names that can be used; currently limited to StorageAccount.\n */\nexport interface UsageName {\n /**\n * Gets a string describing the resource name.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly value?: string;\n /**\n * Gets a localized string describing the resource name.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly localizedValue?: string;\n}\n\n/**\n * Describes Storage Resource Usage.\n */\nexport interface Usage {\n /**\n * Gets the unit of measurement. Possible values include: 'Count', 'Bytes', 'Seconds', 'Percent',\n * 'CountsPerSecond', 'BytesPerSecond'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly unit?: UsageUnit;\n /**\n * Gets the current count of the allocated resources in the subscription.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly currentValue?: number;\n /**\n * Gets the maximum count of the resources that can be allocated in the subscription.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly limit?: number;\n /**\n * Gets the name of the type of usage.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly name?: UsageName;\n}\n\n/**\n * The parameters to list SAS credentials of a storage account.\n */\nexport interface AccountSasParameters {\n /**\n * The signed services accessible with the account SAS. Possible values include: Blob (b), Queue\n * (q), Table (t), File (f). Possible values include: 'b', 'q', 't', 'f'\n */\n services: Services;\n /**\n * The signed resource types that are accessible with the account SAS. Service (s): Access to\n * service-level APIs; Container (c): Access to container-level APIs; Object (o): Access to\n * object-level APIs for blobs, queue messages, table entities, and files. Possible values\n * include: 's', 'c', 'o'\n */\n resourceTypes: SignedResourceTypes;\n /**\n * The signed permissions for the account SAS. Possible values include: Read (r), Write (w),\n * Delete (d), List (l), Add (a), Create (c), Update (u) and Process (p). Possible values\n * include: 'r', 'd', 'w', 'l', 'a', 'c', 'u', 'p'\n */\n permissions: Permissions;\n /**\n * An IP address or a range of IP addresses from which to accept requests.\n */\n iPAddressOrRange?: string;\n /**\n * The protocol permitted for a request made with the account SAS. Possible values include:\n * 'https,http', 'https'\n */\n protocols?: HttpProtocol;\n /**\n * The time at which the SAS becomes valid.\n */\n sharedAccessStartTime?: Date;\n /**\n * The time at which the shared access signature becomes invalid.\n */\n sharedAccessExpiryTime: Date;\n /**\n * The key to sign the account SAS token with.\n */\n keyToSign?: string;\n}\n\n/**\n * The List SAS credentials operation response.\n */\nexport interface ListAccountSasResponse {\n /**\n * List SAS credentials of storage account.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly accountSasToken?: string;\n}\n\n/**\n * The parameters to list service SAS credentials of a specific resource.\n */\nexport interface ServiceSasParameters {\n /**\n * The canonical path to the signed resource.\n */\n canonicalizedResource: string;\n /**\n * The signed services accessible with the service SAS. Possible values include: Blob (b),\n * Container (c), File (f), Share (s). Possible values include: 'b', 'c', 'f', 's'\n */\n resource?: SignedResource;\n /**\n * The signed permissions for the service SAS. Possible values include: Read (r), Write (w),\n * Delete (d), List (l), Add (a), Create (c), Update (u) and Process (p). Possible values\n * include: 'r', 'd', 'w', 'l', 'a', 'c', 'u', 'p'\n */\n permissions?: Permissions;\n /**\n * An IP address or a range of IP addresses from which to accept requests.\n */\n iPAddressOrRange?: string;\n /**\n * The protocol permitted for a request made with the account SAS. Possible values include:\n * 'https,http', 'https'\n */\n protocols?: HttpProtocol;\n /**\n * The time at which the SAS becomes valid.\n */\n sharedAccessStartTime?: Date;\n /**\n * The time at which the shared access signature becomes invalid.\n */\n sharedAccessExpiryTime?: Date;\n /**\n * A unique value up to 64 characters in length that correlates to an access policy specified for\n * the container, queue, or table.\n */\n identifier?: string;\n /**\n * The start of partition key.\n */\n partitionKeyStart?: string;\n /**\n * The end of partition key.\n */\n partitionKeyEnd?: string;\n /**\n * The start of row key.\n */\n rowKeyStart?: string;\n /**\n * The end of row key.\n */\n rowKeyEnd?: string;\n /**\n * The key to sign the account SAS token with.\n */\n keyToSign?: string;\n /**\n * The response header override for cache control.\n */\n cacheControl?: string;\n /**\n * The response header override for content disposition.\n */\n contentDisposition?: string;\n /**\n * The response header override for content encoding.\n */\n contentEncoding?: string;\n /**\n * The response header override for content language.\n */\n contentLanguage?: string;\n /**\n * The response header override for content type.\n */\n contentType?: string;\n}\n\n/**\n * The List service SAS credentials operation response.\n */\nexport interface ListServiceSasResponse {\n /**\n * List service SAS credentials of specific resource.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly serviceSasToken?: string;\n}\n\n/**\n * Object to define the number of days after object last modification Or last access. Properties\n * daysAfterModificationGreaterThan and daysAfterLastAccessTimeGreaterThan are mutually exclusive.\n */\nexport interface DateAfterModification {\n /**\n * Value indicating the age in days after last modification\n */\n daysAfterModificationGreaterThan?: number;\n /**\n * Value indicating the age in days after last blob access. This property can only be used in\n * conjunction with last access time tracking policy\n */\n daysAfterLastAccessTimeGreaterThan?: number;\n}\n\n/**\n * Management policy action for base blob.\n */\nexport interface ManagementPolicyBaseBlob {\n /**\n * The function to tier blobs to cool storage. Support blobs currently at Hot tier\n */\n tierToCool?: DateAfterModification;\n /**\n * The function to tier blobs to archive storage. Support blobs currently at Hot or Cool tier\n */\n tierToArchive?: DateAfterModification;\n /**\n * The function to delete the blob\n */\n deleteProperty?: DateAfterModification;\n /**\n * This property enables auto tiering of a blob from cool to hot on a blob access. This property\n * requires tierToCool.daysAfterLastAccessTimeGreaterThan.\n */\n enableAutoTierToHotFromCool?: boolean;\n}\n\n/**\n * Object to define the number of days after creation.\n */\nexport interface DateAfterCreation {\n /**\n * Value indicating the age in days after creation\n */\n daysAfterCreationGreaterThan: number;\n}\n\n/**\n * Management policy action for snapshot.\n */\nexport interface ManagementPolicySnapShot {\n /**\n * The function to tier blob snapshot to cool storage. Support blob snapshot currently at Hot\n * tier\n */\n tierToCool?: DateAfterCreation;\n /**\n * The function to tier blob snapshot to archive storage. Support blob snapshot currently at Hot\n * or Cool tier\n */\n tierToArchive?: DateAfterCreation;\n /**\n * The function to delete the blob snapshot\n */\n deleteProperty?: DateAfterCreation;\n}\n\n/**\n * Management policy action for blob version.\n */\nexport interface ManagementPolicyVersion {\n /**\n * The function to tier blob version to cool storage. Support blob version currently at Hot tier\n */\n tierToCool?: DateAfterCreation;\n /**\n * The function to tier blob version to archive storage. Support blob version currently at Hot or\n * Cool tier\n */\n tierToArchive?: DateAfterCreation;\n /**\n * The function to delete the blob version\n */\n deleteProperty?: DateAfterCreation;\n}\n\n/**\n * Actions are applied to the filtered blobs when the execution condition is met.\n */\nexport interface ManagementPolicyAction {\n /**\n * The management policy action for base blob\n */\n baseBlob?: ManagementPolicyBaseBlob;\n /**\n * The management policy action for snapshot\n */\n snapshot?: ManagementPolicySnapShot;\n /**\n * The management policy action for version\n */\n version?: ManagementPolicyVersion;\n}\n\n/**\n * Blob index tag based filtering for blob objects\n */\nexport interface TagFilter {\n /**\n * This is the filter tag name, it can have 1 - 128 characters\n */\n name: string;\n /**\n * This is the comparison operator which is used for object comparison and filtering. Only ==\n * (equality operator) is currently supported\n */\n op: string;\n /**\n * This is the filter tag value field used for tag based filtering, it can have 0 - 256\n * characters\n */\n value: string;\n}\n\n/**\n * Filters limit rule actions to a subset of blobs within the storage account. If multiple filters\n * are defined, a logical AND is performed on all filters.\n */\nexport interface ManagementPolicyFilter {\n /**\n * An array of strings for prefixes to be match.\n */\n prefixMatch?: string[];\n /**\n * An array of predefined enum values. Currently blockBlob supports all tiering and delete\n * actions. Only delete actions are supported for appendBlob.\n */\n blobTypes: string[];\n /**\n * An array of blob index tag based filters, there can be at most 10 tag filters\n */\n blobIndexMatch?: TagFilter[];\n}\n\n/**\n * An object that defines the Lifecycle rule. Each definition is made up with a filters set and an\n * actions set.\n */\nexport interface ManagementPolicyDefinition {\n /**\n * An object that defines the action set.\n */\n actions: ManagementPolicyAction;\n /**\n * An object that defines the filter set.\n */\n filters?: ManagementPolicyFilter;\n}\n\n/**\n * An object that wraps the Lifecycle rule. Each rule is uniquely defined by name.\n */\nexport interface ManagementPolicyRule {\n /**\n * Rule is enabled if set to true.\n */\n enabled?: boolean;\n /**\n * A rule name can contain any combination of alpha numeric characters. Rule name is\n * case-sensitive. It must be unique within a policy.\n */\n name: string;\n /**\n * An object that defines the Lifecycle rule.\n */\n definition: ManagementPolicyDefinition;\n}\n\n/**\n * The Storage Account ManagementPolicies Rules. See more details in:\n * https://docs.microsoft.com/en-us/azure/storage/common/storage-lifecycle-managment-concepts.\n */\nexport interface ManagementPolicySchema {\n /**\n * The Storage Account ManagementPolicies Rules. See more details in:\n * https://docs.microsoft.com/en-us/azure/storage/common/storage-lifecycle-managment-concepts.\n */\n rules: ManagementPolicyRule[];\n}\n\n/**\n * The Get Storage Account ManagementPolicies operation response.\n */\nexport interface ManagementPolicy extends Resource {\n /**\n * Returns the date and time the ManagementPolicies was last modified.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly lastModifiedTime?: Date;\n /**\n * The Storage Account ManagementPolicy, in JSON format. See more details in:\n * https://docs.microsoft.com/en-us/azure/storage/common/storage-lifecycle-managment-concepts.\n */\n policy: ManagementPolicySchema;\n}\n\n/**\n * The key vault properties for the encryption scope. This is a required field if encryption scope\n * 'source' attribute is set to 'Microsoft.KeyVault'.\n */\nexport interface EncryptionScopeKeyVaultProperties {\n /**\n * The object identifier for a key vault key object. When applied, the encryption scope will use\n * the key referenced by the identifier to enable customer-managed key support on this encryption\n * scope.\n */\n keyUri?: string;\n /**\n * The object identifier of the current versioned Key Vault Key in use.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly currentVersionedKeyIdentifier?: string;\n /**\n * Timestamp of last rotation of the Key Vault Key.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly lastKeyRotationTimestamp?: Date;\n}\n\n/**\n * The Encryption Scope resource.\n */\nexport interface EncryptionScope extends Resource {\n /**\n * The provider for the encryption scope. Possible values (case-insensitive): Microsoft.Storage,\n * Microsoft.KeyVault. Possible values include: 'Microsoft.Storage', 'Microsoft.KeyVault'\n */\n source?: EncryptionScopeSource;\n /**\n * The state of the encryption scope. Possible values (case-insensitive): Enabled, Disabled.\n * Possible values include: 'Enabled', 'Disabled'\n */\n state?: EncryptionScopeState;\n /**\n * Gets the creation date and time of the encryption scope in UTC.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly creationTime?: Date;\n /**\n * Gets the last modification date and time of the encryption scope in UTC.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly lastModifiedTime?: Date;\n /**\n * The key vault properties for the encryption scope. This is a required field if encryption\n * scope 'source' attribute is set to 'Microsoft.KeyVault'.\n */\n keyVaultProperties?: EncryptionScopeKeyVaultProperties;\n /**\n * A boolean indicating whether or not the service applies a secondary layer of encryption with\n * platform managed keys for data at rest.\n */\n requireInfrastructureEncryption?: boolean;\n}\n\n/**\n * Filters limit replication to a subset of blobs within the storage account. A logical OR is\n * performed on values in the filter. If multiple filters are defined, a logical AND is performed\n * on all filters.\n */\nexport interface ObjectReplicationPolicyFilter {\n /**\n * Optional. Filters the results to replicate only blobs whose names begin with the specified\n * prefix.\n */\n prefixMatch?: string[];\n /**\n * Blobs created after the time will be replicated to the destination. It must be in datetime\n * format 'yyyy-MM-ddTHH:mm:ssZ'. Example: 2020-02-19T16:05:00Z\n */\n minCreationTime?: string;\n}\n\n/**\n * The replication policy rule between two containers.\n */\nexport interface ObjectReplicationPolicyRule {\n /**\n * Rule Id is auto-generated for each new rule on destination account. It is required for put\n * policy on source account.\n */\n ruleId?: string;\n /**\n * Required. Source container name.\n */\n sourceContainer: string;\n /**\n * Required. Destination container name.\n */\n destinationContainer: string;\n /**\n * Optional. An object that defines the filter set.\n */\n filters?: ObjectReplicationPolicyFilter;\n}\n\n/**\n * The replication policy between two storage accounts. Multiple rules can be defined in one\n * policy.\n */\nexport interface ObjectReplicationPolicy extends Resource {\n /**\n * A unique id for object replication policy.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly policyId?: string;\n /**\n * Indicates when the policy is enabled on the source account.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly enabledTime?: Date;\n /**\n * Required. Source account name.\n */\n sourceAccount: string;\n /**\n * Required. Destination account name.\n */\n destinationAccount: string;\n /**\n * The storage account object replication rules.\n */\n rules?: ObjectReplicationPolicyRule[];\n}\n\n/**\n * An object that defines the blob inventory rule filter conditions.\n */\nexport interface BlobInventoryPolicyFilter {\n /**\n * An array of strings for blob prefixes to be matched.\n */\n prefixMatch?: string[];\n /**\n * An array of predefined enum values. Valid values include blockBlob, appendBlob, pageBlob. Hns\n * accounts does not support pageBlobs.\n */\n blobTypes: string[];\n /**\n * Includes blob versions in blob inventory when value set to true.\n */\n includeBlobVersions?: boolean;\n /**\n * Includes blob snapshots in blob inventory when value set to true.\n */\n includeSnapshots?: boolean;\n}\n\n/**\n * An object that defines the blob inventory rule. Each definition consists of a set of filters.\n */\nexport interface BlobInventoryPolicyDefinition {\n /**\n * An object that defines the filter set.\n */\n filters: BlobInventoryPolicyFilter;\n}\n\n/**\n * An object that wraps the blob inventory rule. Each rule is uniquely defined by name.\n */\nexport interface BlobInventoryPolicyRule {\n /**\n * Rule is enabled when set to true.\n */\n enabled: boolean;\n /**\n * A rule name can contain any combination of alpha numeric characters. Rule name is\n * case-sensitive. It must be unique within a policy.\n */\n name: string;\n /**\n * An object that defines the blob inventory policy rule.\n */\n definition: BlobInventoryPolicyDefinition;\n}\n\n/**\n * The storage account blob inventory policy rules.\n */\nexport interface BlobInventoryPolicySchema {\n /**\n * Policy is enabled if set to true.\n */\n enabled: boolean;\n /**\n * Container name where blob inventory files are stored. Must be pre-created.\n */\n destination: string;\n /**\n * The storage account blob inventory policy rules. The rule is applied when it is enabled.\n */\n rules: BlobInventoryPolicyRule[];\n}\n\n/**\n * Metadata pertaining to creation and last modification of the resource.\n */\nexport interface SystemData {\n /**\n * The identity that created the resource.\n */\n createdBy?: string;\n /**\n * The type of identity that created the resource. Possible values include: 'User',\n * 'Application', 'ManagedIdentity', 'Key'\n */\n createdByType?: CreatedByType;\n /**\n * The timestamp of resource creation (UTC).\n */\n createdAt?: Date;\n /**\n * The identity that last modified the resource.\n */\n lastModifiedBy?: string;\n /**\n * The type of identity that last modified the resource. Possible values include: 'User',\n * 'Application', 'ManagedIdentity', 'Key'\n */\n lastModifiedByType?: CreatedByType;\n /**\n * The timestamp of resource last modification (UTC)\n */\n lastModifiedAt?: Date;\n}\n\n/**\n * The storage account blob inventory policy.\n */\nexport interface BlobInventoryPolicy extends Resource {\n /**\n * Returns the last modified date and time of the blob inventory policy.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly lastModifiedTime?: Date;\n /**\n * The storage account blob inventory policy object. It is composed of policy rules.\n */\n policy: BlobInventoryPolicySchema;\n systemData?: SystemData;\n}\n\n/**\n * Error response body contract.\n */\nexport interface ErrorResponseBody {\n /**\n * An identifier for the error. Codes are invariant and are intended to be consumed\n * programmatically.\n */\n code?: string;\n /**\n * A message describing the error, intended to be suitable for display in a user interface.\n */\n message?: string;\n}\n\n/**\n * An error response from the storage resource provider.\n */\nexport interface ErrorResponse {\n /**\n * Azure Storage Resource Provider error response body.\n */\n error?: ErrorResponseBody;\n}\n\n/**\n * The resource model definition for an Azure Resource Manager resource with an etag.\n * @summary Entity Resource\n */\nexport interface AzureEntityResource extends Resource {\n /**\n * Resource Etag.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly etag?: string;\n}\n\n/**\n * A private link resource\n */\nexport interface PrivateLinkResource extends Resource {\n /**\n * The private link resource group id.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly groupId?: string;\n /**\n * The private link resource required member names.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly requiredMembers?: string[];\n /**\n * The private link resource Private link DNS zone name.\n */\n requiredZoneNames?: string[];\n}\n\n/**\n * A list of private link resources\n */\nexport interface PrivateLinkResourceListResult {\n /**\n * Array of private link resources\n */\n value?: PrivateLinkResource[];\n}\n\n/**\n * An update history of the ImmutabilityPolicy of a blob container.\n */\nexport interface UpdateHistoryProperty {\n /**\n * The ImmutabilityPolicy update type of a blob container, possible values include: put, lock and\n * extend. Possible values include: 'put', 'lock', 'extend'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly update?: ImmutabilityPolicyUpdateType;\n /**\n * The immutability period for the blobs in the container since the policy creation, in days.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly immutabilityPeriodSinceCreationInDays?: number;\n /**\n * Returns the date and time the ImmutabilityPolicy was updated.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly timestamp?: Date;\n /**\n * Returns the Object ID of the user who updated the ImmutabilityPolicy.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly objectIdentifier?: string;\n /**\n * Returns the Tenant ID that issued the token for the user who updated the ImmutabilityPolicy.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly tenantId?: string;\n /**\n * Returns the User Principal Name of the user who updated the ImmutabilityPolicy.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly upn?: string;\n}\n\n/**\n * The properties of an ImmutabilityPolicy of a blob container.\n */\nexport interface ImmutabilityPolicyProperties {\n /**\n * The immutability period for the blobs in the container since the policy creation, in days.\n */\n immutabilityPeriodSinceCreationInDays?: number;\n /**\n * The ImmutabilityPolicy state of a blob container, possible values include: Locked and\n * Unlocked. Possible values include: 'Locked', 'Unlocked'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly state?: ImmutabilityPolicyState;\n /**\n * This property can only be changed for unlocked time-based retention policies. When enabled,\n * new blocks can be written to an append blob while maintaining immutability protection and\n * compliance. Only new blocks can be added and any existing blocks cannot be modified or\n * deleted. This property cannot be changed with ExtendImmutabilityPolicy API\n */\n allowProtectedAppendWrites?: boolean;\n /**\n * ImmutabilityPolicy Etag.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly etag?: string;\n /**\n * The ImmutabilityPolicy update history of the blob container.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly updateHistory?: UpdateHistoryProperty[];\n}\n\n/**\n * A tag of the LegalHold of a blob container.\n */\nexport interface TagProperty {\n /**\n * The tag value.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly tag?: string;\n /**\n * Returns the date and time the tag was added.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly timestamp?: Date;\n /**\n * Returns the Object ID of the user who added the tag.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly objectIdentifier?: string;\n /**\n * Returns the Tenant ID that issued the token for the user who added the tag.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly tenantId?: string;\n /**\n * Returns the User Principal Name of the user who added the tag.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly upn?: string;\n}\n\n/**\n * The LegalHold property of a blob container.\n */\nexport interface LegalHoldProperties {\n /**\n * The hasLegalHold public property is set to true by SRP if there are at least one existing tag.\n * The hasLegalHold public property is set to false by SRP if all existing legal hold tags are\n * cleared out. There can be a maximum of 1000 blob containers with hasLegalHold=true for a given\n * account.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly hasLegalHold?: boolean;\n /**\n * The list of LegalHold tags of a blob container.\n */\n tags?: TagProperty[];\n}\n\n/**\n * Properties of the blob container, including Id, resource name, resource type, Etag.\n */\nexport interface BlobContainer extends AzureEntityResource {\n /**\n * The version of the deleted blob container.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly version?: string;\n /**\n * Indicates whether the blob container was deleted.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly deleted?: boolean;\n /**\n * Blob container deletion time.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly deletedTime?: Date;\n /**\n * Remaining retention days for soft deleted blob container.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly remainingRetentionDays?: number;\n /**\n * Default the container to use specified encryption scope for all writes.\n */\n defaultEncryptionScope?: string;\n /**\n * Block override of encryption scope from the container default.\n */\n denyEncryptionScopeOverride?: boolean;\n /**\n * Specifies whether data in the container may be accessed publicly and the level of access.\n * Possible values include: 'Container', 'Blob', 'None'\n */\n publicAccess?: PublicAccess;\n /**\n * Returns the date and time the container was last modified.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly lastModifiedTime?: Date;\n /**\n * The lease status of the container. Possible values include: 'Locked', 'Unlocked'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly leaseStatus?: LeaseStatus;\n /**\n * Lease state of the container. Possible values include: 'Available', 'Leased', 'Expired',\n * 'Breaking', 'Broken'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly leaseState?: LeaseState;\n /**\n * Specifies whether the lease on a container is of infinite or fixed duration, only when the\n * container is leased. Possible values include: 'Infinite', 'Fixed'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly leaseDuration?: LeaseDuration;\n /**\n * A name-value pair to associate with the container as metadata.\n */\n metadata?: { [propertyName: string]: string };\n /**\n * The ImmutabilityPolicy property of the container.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly immutabilityPolicy?: ImmutabilityPolicyProperties;\n /**\n * The LegalHold property of the container.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly legalHold?: LegalHoldProperties;\n /**\n * The hasLegalHold public property is set to true by SRP if there are at least one existing tag.\n * The hasLegalHold public property is set to false by SRP if all existing legal hold tags are\n * cleared out. There can be a maximum of 1000 blob containers with hasLegalHold=true for a given\n * account.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly hasLegalHold?: boolean;\n /**\n * The hasImmutabilityPolicy public property is set to true by SRP if ImmutabilityPolicy has been\n * created for this container. The hasImmutabilityPolicy public property is set to false by SRP\n * if ImmutabilityPolicy has not been created for this container.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly hasImmutabilityPolicy?: boolean;\n}\n\n/**\n * The ImmutabilityPolicy property of a blob container, including Id, resource name, resource type,\n * Etag.\n */\nexport interface ImmutabilityPolicy extends AzureEntityResource {\n /**\n * The immutability period for the blobs in the container since the policy creation, in days.\n */\n immutabilityPeriodSinceCreationInDays?: number;\n /**\n * The ImmutabilityPolicy state of a blob container, possible values include: Locked and\n * Unlocked. Possible values include: 'Locked', 'Unlocked'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly state?: ImmutabilityPolicyState;\n /**\n * This property can only be changed for unlocked time-based retention policies. When enabled,\n * new blocks can be written to an append blob while maintaining immutability protection and\n * compliance. Only new blocks can be added and any existing blocks cannot be modified or\n * deleted. This property cannot be changed with ExtendImmutabilityPolicy API\n */\n allowProtectedAppendWrites?: boolean;\n}\n\n/**\n * The LegalHold property of a blob container.\n */\nexport interface LegalHold {\n /**\n * The hasLegalHold public property is set to true by SRP if there are at least one existing tag.\n * The hasLegalHold public property is set to false by SRP if all existing legal hold tags are\n * cleared out. There can be a maximum of 1000 blob containers with hasLegalHold=true for a given\n * account.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly hasLegalHold?: boolean;\n /**\n * Each tag should be 3 to 23 alphanumeric characters and is normalized to lower case at SRP.\n */\n tags: string[];\n}\n\n/**\n * The blob container properties be listed out.\n */\nexport interface ListContainerItem extends AzureEntityResource {\n /**\n * The version of the deleted blob container.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly version?: string;\n /**\n * Indicates whether the blob container was deleted.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly deleted?: boolean;\n /**\n * Blob container deletion time.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly deletedTime?: Date;\n /**\n * Remaining retention days for soft deleted blob container.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly remainingRetentionDays?: number;\n /**\n * Default the container to use specified encryption scope for all writes.\n */\n defaultEncryptionScope?: string;\n /**\n * Block override of encryption scope from the container default.\n */\n denyEncryptionScopeOverride?: boolean;\n /**\n * Specifies whether data in the container may be accessed publicly and the level of access.\n * Possible values include: 'Container', 'Blob', 'None'\n */\n publicAccess?: PublicAccess;\n /**\n * Returns the date and time the container was last modified.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly lastModifiedTime?: Date;\n /**\n * The lease status of the container. Possible values include: 'Locked', 'Unlocked'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly leaseStatus?: LeaseStatus;\n /**\n * Lease state of the container. Possible values include: 'Available', 'Leased', 'Expired',\n * 'Breaking', 'Broken'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly leaseState?: LeaseState;\n /**\n * Specifies whether the lease on a container is of infinite or fixed duration, only when the\n * container is leased. Possible values include: 'Infinite', 'Fixed'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly leaseDuration?: LeaseDuration;\n /**\n * A name-value pair to associate with the container as metadata.\n */\n metadata?: { [propertyName: string]: string };\n /**\n * The ImmutabilityPolicy property of the container.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly immutabilityPolicy?: ImmutabilityPolicyProperties;\n /**\n * The LegalHold property of the container.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly legalHold?: LegalHoldProperties;\n /**\n * The hasLegalHold public property is set to true by SRP if there are at least one existing tag.\n * The hasLegalHold public property is set to false by SRP if all existing legal hold tags are\n * cleared out. There can be a maximum of 1000 blob containers with hasLegalHold=true for a given\n * account.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly hasLegalHold?: boolean;\n /**\n * The hasImmutabilityPolicy public property is set to true by SRP if ImmutabilityPolicy has been\n * created for this container. The hasImmutabilityPolicy public property is set to false by SRP\n * if ImmutabilityPolicy has not been created for this container.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly hasImmutabilityPolicy?: boolean;\n}\n\n/**\n * Specifies a CORS rule for the Blob service.\n */\nexport interface CorsRule {\n /**\n * Required if CorsRule element is present. A list of origin domains that will be allowed via\n * CORS, or \"*\" to allow all domains\n */\n allowedOrigins: string[];\n /**\n * Required if CorsRule element is present. A list of HTTP methods that are allowed to be\n * executed by the origin.\n */\n allowedMethods: string[];\n /**\n * Required if CorsRule element is present. The number of seconds that the client/browser should\n * cache a preflight response.\n */\n maxAgeInSeconds: number;\n /**\n * Required if CorsRule element is present. A list of response headers to expose to CORS clients.\n */\n exposedHeaders: string[];\n /**\n * Required if CorsRule element is present. A list of headers allowed to be part of the\n * cross-origin request.\n */\n allowedHeaders: string[];\n}\n\n/**\n * Sets the CORS rules. You can include up to five CorsRule elements in the request.\n */\nexport interface CorsRules {\n /**\n * The List of CORS rules. You can include up to five CorsRule elements in the request.\n */\n corsRules?: CorsRule[];\n}\n\n/**\n * The service properties for soft delete.\n */\nexport interface DeleteRetentionPolicy {\n /**\n * Indicates whether DeleteRetentionPolicy is enabled.\n */\n enabled?: boolean;\n /**\n * Indicates the number of days that the deleted item should be retained. The minimum specified\n * value can be 1 and the maximum value can be 365.\n */\n days?: number;\n}\n\n/**\n * The blob service properties for change feed events.\n */\nexport interface ChangeFeed {\n /**\n * Indicates whether change feed event logging is enabled for the Blob service.\n */\n enabled?: boolean;\n /**\n * Indicates the duration of changeFeed retention in days. Minimum value is 1 day and maximum\n * value is 146000 days (400 years). A null value indicates an infinite retention of the change\n * feed.\n */\n retentionInDays?: number;\n}\n\n/**\n * The blob service properties for blob restore policy\n */\nexport interface RestorePolicyProperties {\n /**\n * Blob restore is enabled if set to true.\n */\n enabled: boolean;\n /**\n * how long this blob can be restored. It should be great than zero and less than\n * DeleteRetentionPolicy.days.\n */\n days?: number;\n /**\n * Deprecated in favor of minRestoreTime property.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly lastEnabledTime?: Date;\n /**\n * Returns the minimum date and time that the restore can be started.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly minRestoreTime?: Date;\n}\n\n/**\n * The blob service properties for Last access time based tracking policy.\n */\nexport interface LastAccessTimeTrackingPolicy {\n /**\n * When set to true last access time based tracking is enabled.\n */\n enable: boolean;\n /**\n * Name of the policy. The valid value is AccessTimeTracking. This field is currently read only.\n * Possible values include: 'AccessTimeTracking'\n */\n name?: Name;\n /**\n * The field specifies blob object tracking granularity in days, typically how often the blob\n * object should be tracked.This field is currently read only with value as 1\n */\n trackingGranularityInDays?: number;\n /**\n * An array of predefined supported blob types. Only blockBlob is the supported value. This field\n * is currently read only\n */\n blobType?: string[];\n}\n\n/**\n * The properties of a storage account’s Blob service.\n */\nexport interface BlobServiceProperties extends Resource {\n /**\n * Specifies CORS rules for the Blob service. You can include up to five CorsRule elements in the\n * request. If no CorsRule elements are included in the request body, all CORS rules will be\n * deleted, and CORS will be disabled for the Blob service.\n */\n cors?: CorsRules;\n /**\n * DefaultServiceVersion indicates the default version to use for requests to the Blob service if\n * an incoming request’s version is not specified. Possible values include version 2008-10-27 and\n * all more recent versions.\n */\n defaultServiceVersion?: string;\n /**\n * The blob service properties for blob soft delete.\n */\n deleteRetentionPolicy?: DeleteRetentionPolicy;\n /**\n * Versioning is enabled if set to true.\n */\n isVersioningEnabled?: boolean;\n /**\n * Deprecated in favor of isVersioningEnabled property.\n */\n automaticSnapshotPolicyEnabled?: boolean;\n /**\n * The blob service properties for change feed events.\n */\n changeFeed?: ChangeFeed;\n /**\n * The blob service properties for blob restore policy.\n */\n restorePolicy?: RestorePolicyProperties;\n /**\n * The blob service properties for container soft delete.\n */\n containerDeleteRetentionPolicy?: DeleteRetentionPolicy;\n /**\n * The blob service property to configure last access time based tracking policy.\n */\n lastAccessTimeTrackingPolicy?: LastAccessTimeTrackingPolicy;\n /**\n * Sku name and tier.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly sku?: Sku;\n}\n\n/**\n * Lease Container request schema.\n */\nexport interface LeaseContainerRequest {\n /**\n * Specifies the lease action. Can be one of the available actions. Possible values include:\n * 'Acquire', 'Renew', 'Change', 'Release', 'Break'\n */\n action: Action1;\n /**\n * Identifies the lease. Can be specified in any valid GUID string format.\n */\n leaseId?: string;\n /**\n * Optional. For a break action, proposed duration the lease should continue before it is broken,\n * in seconds, between 0 and 60.\n */\n breakPeriod?: number;\n /**\n * Required for acquire. Specifies the duration of the lease, in seconds, or negative one (-1)\n * for a lease that never expires.\n */\n leaseDuration?: number;\n /**\n * Optional for acquire, required for change. Proposed lease ID, in a GUID string format.\n */\n proposedLeaseId?: string;\n}\n\n/**\n * Lease Container response schema.\n */\nexport interface LeaseContainerResponse {\n /**\n * Returned unique lease ID that must be included with any request to delete the container, or to\n * renew, change, or release the lease.\n */\n leaseId?: string;\n /**\n * Approximate time remaining in the lease period, in seconds.\n */\n leaseTimeSeconds?: string;\n}\n\n/**\n * Multichannel setting. Applies to Premium FileStorage only.\n */\nexport interface Multichannel {\n /**\n * Indicates whether multichannel is enabled\n */\n enabled?: boolean;\n}\n\n/**\n * Setting for SMB protocol\n */\nexport interface SmbSetting {\n /**\n * Multichannel setting. Applies to Premium FileStorage only.\n */\n multichannel?: Multichannel;\n /**\n * SMB protocol versions supported by server. Valid values are SMB2.1, SMB3.0, SMB3.1.1. Should\n * be passed as a string with delimiter ';'.\n */\n versions?: string;\n /**\n * SMB authentication methods supported by server. Valid values are NTLMv2, Kerberos. Should be\n * passed as a string with delimiter ';'.\n */\n authenticationMethods?: string;\n /**\n * Kerberos ticket encryption supported by server. Valid values are RC4-HMAC, AES-256. Should be\n * passed as a string with delimiter ';'\n */\n kerberosTicketEncryption?: string;\n /**\n * SMB channel encryption supported by server. Valid values are AES-128-CCM, AES-128-GCM,\n * AES-256-GCM. Should be passed as a string with delimiter ';'.\n */\n channelEncryption?: string;\n}\n\n/**\n * Protocol settings for file service\n */\nexport interface ProtocolSettings {\n /**\n * Setting for SMB protocol\n */\n smb?: SmbSetting;\n}\n\n/**\n * The properties of File services in storage account.\n */\nexport interface FileServiceProperties extends Resource {\n /**\n * Specifies CORS rules for the File service. You can include up to five CorsRule elements in the\n * request. If no CorsRule elements are included in the request body, all CORS rules will be\n * deleted, and CORS will be disabled for the File service.\n */\n cors?: CorsRules;\n /**\n * The file service properties for share soft delete.\n */\n shareDeleteRetentionPolicy?: DeleteRetentionPolicy;\n /**\n * Protocol settings for file service\n */\n protocolSettings?: ProtocolSettings;\n /**\n * Sku name and tier.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly sku?: Sku;\n}\n\n/**\n * An interface representing FileServiceItems.\n */\nexport interface FileServiceItems {\n /**\n * List of file services returned.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly value?: FileServiceProperties[];\n}\n\n/**\n * Properties of the file share, including Id, resource name, resource type, Etag.\n */\nexport interface FileShare extends AzureEntityResource {\n /**\n * Returns the date and time the share was last modified.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly lastModifiedTime?: Date;\n /**\n * A name-value pair to associate with the share as metadata.\n */\n metadata?: { [propertyName: string]: string };\n /**\n * The maximum size of the share, in gigabytes. Must be greater than 0, and less than or equal to\n * 5TB (5120). For Large File Shares, the maximum size is 102400.\n */\n shareQuota?: number;\n /**\n * The authentication protocol that is used for the file share. Can only be specified when\n * creating a share. Possible values include: 'SMB', 'NFS'\n */\n enabledProtocols?: EnabledProtocols;\n /**\n * The property is for NFS share only. The default is NoRootSquash. Possible values include:\n * 'NoRootSquash', 'RootSquash', 'AllSquash'\n */\n rootSquash?: RootSquashType;\n /**\n * The version of the share.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly version?: string;\n /**\n * Indicates whether the share was deleted.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly deleted?: boolean;\n /**\n * The deleted time if the share was deleted.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly deletedTime?: Date;\n /**\n * Remaining retention days for share that was soft deleted.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly remainingRetentionDays?: number;\n /**\n * Access tier for specific share. GpV2 account can choose between TransactionOptimized\n * (default), Hot, and Cool. FileStorage account can choose Premium. Possible values include:\n * 'TransactionOptimized', 'Hot', 'Cool', 'Premium'\n */\n accessTier?: ShareAccessTier;\n /**\n * Indicates the last modification time for share access tier.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly accessTierChangeTime?: Date;\n /**\n * Indicates if there is a pending transition for access tier.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly accessTierStatus?: string;\n /**\n * The approximate size of the data stored on the share. Note that this value may not include all\n * recently created or recently resized files.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly shareUsageBytes?: number;\n /**\n * Creation time of share snapshot returned in the response of list shares with expand param\n * \"snapshots\".\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly snapshotTime?: Date;\n}\n\n/**\n * The deleted share to be restored.\n */\nexport interface DeletedShare {\n /**\n * Required. Identify the name of the deleted share that will be restored.\n */\n deletedShareName: string;\n /**\n * Required. Identify the version of the deleted share that will be restored.\n */\n deletedShareVersion: string;\n}\n\n/**\n * The file share properties be listed out.\n */\nexport interface FileShareItem extends AzureEntityResource {\n /**\n * Returns the date and time the share was last modified.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly lastModifiedTime?: Date;\n /**\n * A name-value pair to associate with the share as metadata.\n */\n metadata?: { [propertyName: string]: string };\n /**\n * The maximum size of the share, in gigabytes. Must be greater than 0, and less than or equal to\n * 5TB (5120). For Large File Shares, the maximum size is 102400.\n */\n shareQuota?: number;\n /**\n * The authentication protocol that is used for the file share. Can only be specified when\n * creating a share. Possible values include: 'SMB', 'NFS'\n */\n enabledProtocols?: EnabledProtocols;\n /**\n * The property is for NFS share only. The default is NoRootSquash. Possible values include:\n * 'NoRootSquash', 'RootSquash', 'AllSquash'\n */\n rootSquash?: RootSquashType;\n /**\n * The version of the share.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly version?: string;\n /**\n * Indicates whether the share was deleted.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly deleted?: boolean;\n /**\n * The deleted time if the share was deleted.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly deletedTime?: Date;\n /**\n * Remaining retention days for share that was soft deleted.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly remainingRetentionDays?: number;\n /**\n * Access tier for specific share. GpV2 account can choose between TransactionOptimized\n * (default), Hot, and Cool. FileStorage account can choose Premium. Possible values include:\n * 'TransactionOptimized', 'Hot', 'Cool', 'Premium'\n */\n accessTier?: ShareAccessTier;\n /**\n * Indicates the last modification time for share access tier.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly accessTierChangeTime?: Date;\n /**\n * Indicates if there is a pending transition for access tier.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly accessTierStatus?: string;\n /**\n * The approximate size of the data stored on the share. Note that this value may not include all\n * recently created or recently resized files.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly shareUsageBytes?: number;\n /**\n * Creation time of share snapshot returned in the response of list shares with expand param\n * \"snapshots\".\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly snapshotTime?: Date;\n}\n\n/**\n * The properties of a storage account’s Queue service.\n */\nexport interface QueueServiceProperties extends Resource {\n /**\n * Specifies CORS rules for the Queue service. You can include up to five CorsRule elements in\n * the request. If no CorsRule elements are included in the request body, all CORS rules will be\n * deleted, and CORS will be disabled for the Queue service.\n */\n cors?: CorsRules;\n}\n\n/**\n * An interface representing ListQueueServices.\n */\nexport interface ListQueueServices {\n /**\n * List of queue services returned.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly value?: QueueServiceProperties[];\n}\n\n/**\n * An interface representing StorageQueue.\n */\nexport interface StorageQueue extends Resource {\n /**\n * A name-value pair that represents queue metadata.\n */\n metadata?: { [propertyName: string]: string };\n /**\n * Integer indicating an approximate number of messages in the queue. This number is not lower\n * than the actual number of messages in the queue, but could be higher.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly approximateMessageCount?: number;\n}\n\n/**\n * An interface representing ListQueue.\n */\nexport interface ListQueue extends Resource {\n /**\n * A name-value pair that represents queue metadata.\n */\n metadata?: { [propertyName: string]: string };\n}\n\n/**\n * The properties of a storage account’s Table service.\n */\nexport interface TableServiceProperties extends Resource {\n /**\n * Specifies CORS rules for the Table service. You can include up to five CorsRule elements in\n * the request. If no CorsRule elements are included in the request body, all CORS rules will be\n * deleted, and CORS will be disabled for the Table service.\n */\n cors?: CorsRules;\n}\n\n/**\n * An interface representing ListTableServices.\n */\nexport interface ListTableServices {\n /**\n * List of table services returned.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly value?: TableServiceProperties[];\n}\n\n/**\n * Properties of the table, including Id, resource name, resource type.\n */\nexport interface Table extends Resource {\n /**\n * Table name under the specified account\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly tableName?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface StorageAccountsGetPropertiesOptionalParams extends msRest.RequestOptionsBase {\n /**\n * May be used to expand the properties within account's properties. By default, data is not\n * included when fetching properties. Currently we only support geoReplicationStats and\n * blobRestoreStatus. Possible values include: 'geoReplicationStats', 'blobRestoreStatus'\n */\n expand?: StorageAccountExpand;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface StorageAccountsListKeysOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Specifies type of the key to be listed. Possible value is kerb. Possible values include:\n * 'kerb'\n */\n expand?: ListKeyExpand;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface BlobInventoryPoliciesCreateOrUpdateOptionalParams\n extends msRest.RequestOptionsBase {\n systemData?: SystemData;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface BlobContainersListOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Optional. Specified maximum number of containers that can be included in the list.\n */\n maxpagesize?: string;\n /**\n * Optional. When specified, only container names starting with the filter will be listed.\n */\n filter?: string;\n /**\n * Optional, used to include the properties for soft deleted blob containers. Possible values\n * include: 'deleted'\n */\n include?: ListContainersInclude;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface BlobContainersCreateOrUpdateImmutabilityPolicyOptionalParams\n extends msRest.RequestOptionsBase {\n /**\n * The entity state (ETag) version of the immutability policy to update. A value of \"*\" can be\n * used to apply the operation only if the immutability policy already exists. If omitted, this\n * operation will always be applied.\n */\n ifMatch?: string;\n /**\n * The immutability period for the blobs in the container since the policy creation, in days.\n */\n immutabilityPeriodSinceCreationInDays?: number;\n /**\n * This property can only be changed for unlocked time-based retention policies. When enabled,\n * new blocks can be written to an append blob while maintaining immutability protection and\n * compliance. Only new blocks can be added and any existing blocks cannot be modified or\n * deleted. This property cannot be changed with ExtendImmutabilityPolicy API\n */\n allowProtectedAppendWrites?: boolean;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface BlobContainersGetImmutabilityPolicyOptionalParams\n extends msRest.RequestOptionsBase {\n /**\n * The entity state (ETag) version of the immutability policy to update. A value of \"*\" can be\n * used to apply the operation only if the immutability policy already exists. If omitted, this\n * operation will always be applied.\n */\n ifMatch?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface BlobContainersExtendImmutabilityPolicyOptionalParams\n extends msRest.RequestOptionsBase {\n /**\n * The immutability period for the blobs in the container since the policy creation, in days.\n */\n immutabilityPeriodSinceCreationInDays?: number;\n /**\n * This property can only be changed for unlocked time-based retention policies. When enabled,\n * new blocks can be written to an append blob while maintaining immutability protection and\n * compliance. Only new blocks can be added and any existing blocks cannot be modified or\n * deleted. This property cannot be changed with ExtendImmutabilityPolicy API\n */\n allowProtectedAppendWrites?: boolean;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface BlobContainersLeaseOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Lease Container request body.\n */\n parameters?: LeaseContainerRequest;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface BlobContainersListNextOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Optional. Specified maximum number of containers that can be included in the list.\n */\n maxpagesize?: string;\n /**\n * Optional. When specified, only container names starting with the filter will be listed.\n */\n filter?: string;\n /**\n * Optional, used to include the properties for soft deleted blob containers. Possible values\n * include: 'deleted'\n */\n include?: ListContainersInclude;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface FileSharesListOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Optional. Specified maximum number of shares that can be included in the list.\n */\n maxpagesize?: string;\n /**\n * Optional. When specified, only share names starting with the filter will be listed.\n */\n filter?: string;\n /**\n * Optional, used to expand the properties within share's properties. Possible values include:\n * 'deleted', 'snapshots'\n */\n expand?: ListSharesExpand;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface FileSharesCreateOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Optional, used to create a snapshot. Possible values include: 'snapshots'\n */\n expand?: PutSharesExpand;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface FileSharesGetOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Optional, used to expand the properties within share's properties. Possible values include:\n * 'stats'\n */\n expand?: GetShareExpand;\n /**\n * Optional, used to retrieve properties of a snapshot.\n */\n xMsSnapshot?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface FileSharesDeleteMethodOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Optional, used to delete a snapshot.\n */\n xMsSnapshot?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface FileSharesListNextOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Optional. Specified maximum number of shares that can be included in the list.\n */\n maxpagesize?: string;\n /**\n * Optional. When specified, only share names starting with the filter will be listed.\n */\n filter?: string;\n /**\n * Optional, used to expand the properties within share's properties. Possible values include:\n * 'deleted', 'snapshots'\n */\n expand?: ListSharesExpand;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface QueueServicesSetServicePropertiesOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Specifies CORS rules for the Queue service. You can include up to five CorsRule elements in\n * the request. If no CorsRule elements are included in the request body, all CORS rules will be\n * deleted, and CORS will be disabled for the Queue service.\n */\n cors?: CorsRules;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface QueueCreateOptionalParams extends msRest.RequestOptionsBase {\n /**\n * A name-value pair that represents queue metadata.\n */\n metadata?: { [propertyName: string]: string };\n}\n\n/**\n * Optional Parameters.\n */\nexport interface QueueUpdateOptionalParams extends msRest.RequestOptionsBase {\n /**\n * A name-value pair that represents queue metadata.\n */\n metadata?: { [propertyName: string]: string };\n}\n\n/**\n * Optional Parameters.\n */\nexport interface QueueListOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Optional, a maximum number of queues that should be included in a list queue response\n */\n maxpagesize?: string;\n /**\n * Optional, When specified, only the queues with a name starting with the given filter will be\n * listed.\n */\n filter?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface QueueListNextOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Optional, a maximum number of queues that should be included in a list queue response\n */\n maxpagesize?: string;\n /**\n * Optional, When specified, only the queues with a name starting with the given filter will be\n * listed.\n */\n filter?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface TableServicesSetServicePropertiesOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Specifies CORS rules for the Table service. You can include up to five CorsRule elements in\n * the request. If no CorsRule elements are included in the request body, all CORS rules will be\n * deleted, and CORS will be disabled for the Table service.\n */\n cors?: CorsRules;\n}\n\n/**\n * An interface representing StorageManagementClientOptions.\n */\nexport interface StorageManagementClientOptions extends AzureServiceClientOptions {\n baseUri?: string;\n}\n\n/**\n * Defines headers for CreateOrUpdateImmutabilityPolicy operation.\n */\nexport interface BlobContainersCreateOrUpdateImmutabilityPolicyHeaders {\n /**\n * The ETag HTTP response header. This is an opaque string. You can use it to detect whether the\n * resource has changed between requests. In particular, you can pass the ETag to one of the\n * If-Match or If-None-Match headers.\n */\n eTag: string;\n}\n\n/**\n * Defines headers for GetImmutabilityPolicy operation.\n */\nexport interface BlobContainersGetImmutabilityPolicyHeaders {\n /**\n * The ETag HTTP response header. This is an opaque string. You can use it to detect whether the\n * resource has changed between requests. In particular, you can pass the ETag to one of the\n * If-Match or If-None-Match headers.\n */\n eTag: string;\n}\n\n/**\n * Defines headers for DeleteImmutabilityPolicy operation.\n */\nexport interface BlobContainersDeleteImmutabilityPolicyHeaders {\n /**\n * The ETag HTTP response header. This is an opaque string. You can use it to detect whether the\n * resource has changed between requests. In particular, you can pass the ETag to one of the\n * If-Match or If-None-Match headers.\n */\n eTag: string;\n}\n\n/**\n * Defines headers for LockImmutabilityPolicy operation.\n */\nexport interface BlobContainersLockImmutabilityPolicyHeaders {\n /**\n * The ETag HTTP response header. This is an opaque string. You can use it to detect whether the\n * resource has changed between requests. In particular, you can pass the ETag to one of the\n * If-Match or If-None-Match headers.\n */\n eTag: string;\n}\n\n/**\n * Defines headers for ExtendImmutabilityPolicy operation.\n */\nexport interface BlobContainersExtendImmutabilityPolicyHeaders {\n /**\n * The ETag HTTP response header. This is an opaque string. You can use it to detect whether the\n * resource has changed between requests. In particular, you can pass the ETag to one of the\n * If-Match or If-None-Match headers.\n */\n eTag: string;\n}\n\n/**\n * @interface\n * Result of the request to list Storage operations. It contains a list of operations and a URL\n * link to get the next set of results.\n * @extends Array<Operation>\n */\nexport interface OperationListResult extends Array<Operation> {}\n\n/**\n * @interface\n * The response from the List Storage SKUs operation.\n * @extends Array<SkuInformation>\n */\nexport interface StorageSkuListResult extends Array<SkuInformation> {}\n\n/**\n * @interface\n * The response from the List Storage Accounts operation.\n * @extends Array<StorageAccount>\n */\nexport interface StorageAccountListResult extends Array<StorageAccount> {\n /**\n * Request URL that can be used to query next page of storage accounts. Returned when total\n * number of requested storage accounts exceed maximum page size.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly nextLink?: string;\n}\n\n/**\n * @interface\n * The response from the List Deleted Accounts operation.\n * @extends Array<DeletedAccount>\n */\nexport interface DeletedAccountListResult extends Array<DeletedAccount> {\n /**\n * Request URL that can be used to query next page of deleted accounts. Returned when total\n * number of requested deleted accounts exceed maximum page size.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly nextLink?: string;\n}\n\n/**\n * @interface\n * The response from the List Usages operation.\n * @extends Array<Usage>\n */\nexport interface UsageListResult extends Array<Usage> {}\n\n/**\n * @interface\n * List of blob inventory policies returned.\n * @extends Array<BlobInventoryPolicy>\n */\nexport interface ListBlobInventoryPolicy extends Array<BlobInventoryPolicy> {}\n\n/**\n * @interface\n * List of private endpoint connection associated with the specified storage account\n * @extends Array<PrivateEndpointConnection>\n */\nexport interface PrivateEndpointConnectionListResult extends Array<PrivateEndpointConnection> {}\n\n/**\n * @interface\n * List storage account object replication policies.\n * @extends Array<ObjectReplicationPolicy>\n */\nexport interface ObjectReplicationPolicies extends Array<ObjectReplicationPolicy> {}\n\n/**\n * @interface\n * List of encryption scopes requested, and if paging is required, a URL to the next page of\n * encryption scopes.\n * @extends Array<EncryptionScope>\n */\nexport interface EncryptionScopeListResult extends Array<EncryptionScope> {\n /**\n * Request URL that can be used to query next page of encryption scopes. Returned when total\n * number of requested encryption scopes exceeds the maximum page size.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly nextLink?: string;\n}\n\n/**\n * @interface\n * An interface representing the BlobServiceItems.\n * @extends Array<BlobServiceProperties>\n */\nexport interface BlobServiceItems extends Array<BlobServiceProperties> {}\n\n/**\n * @interface\n * Response schema. Contains list of blobs returned, and if paging is requested or required, a URL\n * to next page of containers.\n * @extends Array<ListContainerItem>\n */\nexport interface ListContainerItems extends Array<ListContainerItem> {\n /**\n * Request URL that can be used to query next page of containers. Returned when total number of\n * requested containers exceed maximum page size.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly nextLink?: string;\n}\n\n/**\n * @interface\n * Response schema. Contains list of shares returned, and if paging is requested or required, a URL\n * to next page of shares.\n * @extends Array<FileShareItem>\n */\nexport interface FileShareItems extends Array<FileShareItem> {\n /**\n * Request URL that can be used to query next page of shares. Returned when total number of\n * requested shares exceed maximum page size.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly nextLink?: string;\n}\n\n/**\n * @interface\n * Response schema. Contains list of queues returned\n * @extends Array<ListQueue>\n */\nexport interface ListQueueResource extends Array<ListQueue> {\n /**\n * Request URL that can be used to list next page of queues\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly nextLink?: string;\n}\n\n/**\n * @interface\n * Response schema. Contains list of tables returned\n * @extends Array<Table>\n */\nexport interface ListTableResource extends Array<Table> {\n /**\n * Request URL that can be used to query next page of tables\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly nextLink?: string;\n}\n\n/**\n * Defines values for ReasonCode.\n * Possible values include: 'QuotaId', 'NotAvailableForSubscription'\n * @readonly\n * @enum {string}\n */\nexport type ReasonCode = \"QuotaId\" | \"NotAvailableForSubscription\";\n\n/**\n * Defines values for SkuName.\n * Possible values include: 'Standard_LRS', 'Standard_GRS', 'Standard_RAGRS', 'Standard_ZRS',\n * 'Premium_LRS', 'Premium_ZRS', 'Standard_GZRS', 'Standard_RAGZRS'\n * @readonly\n * @enum {string}\n */\nexport type SkuName =\n | \"Standard_LRS\"\n | \"Standard_GRS\"\n | \"Standard_RAGRS\"\n | \"Standard_ZRS\"\n | \"Premium_LRS\"\n | \"Premium_ZRS\"\n | \"Standard_GZRS\"\n | \"Standard_RAGZRS\";\n\n/**\n * Defines values for SkuTier.\n * Possible values include: 'Standard', 'Premium'\n * @readonly\n * @enum {string}\n */\nexport type SkuTier = \"Standard\" | \"Premium\";\n\n/**\n * Defines values for Kind.\n * Possible values include: 'Storage', 'StorageV2', 'BlobStorage', 'FileStorage',\n * 'BlockBlobStorage'\n * @readonly\n * @enum {string}\n */\nexport type Kind = \"Storage\" | \"StorageV2\" | \"BlobStorage\" | \"FileStorage\" | \"BlockBlobStorage\";\n\n/**\n * Defines values for Reason.\n * Possible values include: 'AccountNameInvalid', 'AlreadyExists'\n * @readonly\n * @enum {string}\n */\nexport type Reason = \"AccountNameInvalid\" | \"AlreadyExists\";\n\n/**\n * Defines values for KeyType.\n * Possible values include: 'Service', 'Account'\n * @readonly\n * @enum {string}\n */\nexport type KeyType = \"Service\" | \"Account\";\n\n/**\n * Defines values for KeySource.\n * Possible values include: 'Microsoft.Storage', 'Microsoft.Keyvault'\n * @readonly\n * @enum {string}\n */\nexport type KeySource = \"Microsoft.Storage\" | \"Microsoft.Keyvault\";\n\n/**\n * Defines values for Action.\n * Possible values include: 'Allow'\n * @readonly\n * @enum {string}\n */\nexport type Action = \"Allow\";\n\n/**\n * Defines values for State.\n * Possible values include: 'provisioning', 'deprovisioning', 'succeeded', 'failed',\n * 'networkSourceDeleted'\n * @readonly\n * @enum {string}\n */\nexport type State =\n | \"provisioning\"\n | \"deprovisioning\"\n | \"succeeded\"\n | \"failed\"\n | \"networkSourceDeleted\";\n\n/**\n * Defines values for Bypass.\n * Possible values include: 'None', 'Logging', 'Metrics', 'AzureServices'\n * @readonly\n * @enum {string}\n */\nexport type Bypass = \"None\" | \"Logging\" | \"Metrics\" | \"AzureServices\";\n\n/**\n * Defines values for DefaultAction.\n * Possible values include: 'Allow', 'Deny'\n * @readonly\n * @enum {string}\n */\nexport type DefaultAction = \"Allow\" | \"Deny\";\n\n/**\n * Defines values for DirectoryServiceOptions.\n * Possible values include: 'None', 'AADDS', 'AD'\n * @readonly\n * @enum {string}\n */\nexport type DirectoryServiceOptions = \"None\" | \"AADDS\" | \"AD\";\n\n/**\n * Defines values for AccessTier.\n * Possible values include: 'Hot', 'Cool'\n * @readonly\n * @enum {string}\n */\nexport type AccessTier = \"Hot\" | \"Cool\";\n\n/**\n * Defines values for LargeFileSharesState.\n * Possible values include: 'Disabled', 'Enabled'\n * @readonly\n * @enum {string}\n */\nexport type LargeFileSharesState = \"Disabled\" | \"Enabled\";\n\n/**\n * Defines values for RoutingChoice.\n * Possible values include: 'MicrosoftRouting', 'InternetRouting'\n * @readonly\n * @enum {string}\n */\nexport type RoutingChoice = \"MicrosoftRouting\" | \"InternetRouting\";\n\n/**\n * Defines values for MinimumTlsVersion.\n * Possible values include: 'TLS1_0', 'TLS1_1', 'TLS1_2'\n * @readonly\n * @enum {string}\n */\nexport type MinimumTlsVersion = \"TLS1_0\" | \"TLS1_1\" | \"TLS1_2\";\n\n/**\n * Defines values for IdentityType.\n * Possible values include: 'None', 'SystemAssigned', 'UserAssigned', 'SystemAssigned,UserAssigned'\n * @readonly\n * @enum {string}\n */\nexport type IdentityType =\n | \"None\"\n | \"SystemAssigned\"\n | \"UserAssigned\"\n | \"SystemAssigned,UserAssigned\";\n\n/**\n * Defines values for ExtendedLocationTypes.\n * Possible values include: 'EdgeZone'\n * @readonly\n * @enum {string}\n */\nexport type ExtendedLocationTypes = \"EdgeZone\";\n\n/**\n * Defines values for GeoReplicationStatus.\n * Possible values include: 'Live', 'Bootstrap', 'Unavailable'\n * @readonly\n * @enum {string}\n */\nexport type GeoReplicationStatus = \"Live\" | \"Bootstrap\" | \"Unavailable\";\n\n/**\n * Defines values for BlobRestoreProgressStatus.\n * Possible values include: 'InProgress', 'Complete', 'Failed'\n * @readonly\n * @enum {string}\n */\nexport type BlobRestoreProgressStatus = \"InProgress\" | \"Complete\" | \"Failed\";\n\n/**\n * Defines values for ProvisioningState.\n * Possible values include: 'Creating', 'ResolvingDNS', 'Succeeded'\n * @readonly\n * @enum {string}\n */\nexport type ProvisioningState = \"Creating\" | \"ResolvingDNS\" | \"Succeeded\";\n\n/**\n * Defines values for AccountStatus.\n * Possible values include: 'available', 'unavailable'\n * @readonly\n * @enum {string}\n */\nexport type AccountStatus = \"available\" | \"unavailable\";\n\n/**\n * Defines values for PrivateEndpointServiceConnectionStatus.\n * Possible values include: 'Pending', 'Approved', 'Rejected'\n * @readonly\n * @enum {string}\n */\nexport type PrivateEndpointServiceConnectionStatus = \"Pending\" | \"Approved\" | \"Rejected\";\n\n/**\n * Defines values for PrivateEndpointConnectionProvisioningState.\n * Possible values include: 'Succeeded', 'Creating', 'Deleting', 'Failed'\n * @readonly\n * @enum {string}\n */\nexport type PrivateEndpointConnectionProvisioningState =\n | \"Succeeded\"\n | \"Creating\"\n | \"Deleting\"\n | \"Failed\";\n\n/**\n * Defines values for KeyPermission.\n * Possible values include: 'Read', 'Full'\n * @readonly\n * @enum {string}\n */\nexport type KeyPermission = \"Read\" | \"Full\";\n\n/**\n * Defines values for UsageUnit.\n * Possible values include: 'Count', 'Bytes', 'Seconds', 'Percent', 'CountsPerSecond',\n * 'BytesPerSecond'\n * @readonly\n * @enum {string}\n */\nexport type UsageUnit =\n | \"Count\"\n | \"Bytes\"\n | \"Seconds\"\n | \"Percent\"\n | \"CountsPerSecond\"\n | \"BytesPerSecond\";\n\n/**\n * Defines values for Services.\n * Possible values include: 'b', 'q', 't', 'f'\n * @readonly\n * @enum {string}\n */\nexport type Services = \"b\" | \"q\" | \"t\" | \"f\";\n\n/**\n * Defines values for SignedResourceTypes.\n * Possible values include: 's', 'c', 'o'\n * @readonly\n * @enum {string}\n */\nexport type SignedResourceTypes = \"s\" | \"c\" | \"o\";\n\n/**\n * Defines values for Permissions.\n * Possible values include: 'r', 'd', 'w', 'l', 'a', 'c', 'u', 'p'\n * @readonly\n * @enum {string}\n */\nexport type Permissions = \"r\" | \"d\" | \"w\" | \"l\" | \"a\" | \"c\" | \"u\" | \"p\";\n\n/**\n * Defines values for HttpProtocol.\n * Possible values include: 'https,http', 'https'\n * @readonly\n * @enum {string}\n */\nexport type HttpProtocol = \"https,http\" | \"https\";\n\n/**\n * Defines values for SignedResource.\n * Possible values include: 'b', 'c', 'f', 's'\n * @readonly\n * @enum {string}\n */\nexport type SignedResource = \"b\" | \"c\" | \"f\" | \"s\";\n\n/**\n * Defines values for EncryptionScopeSource.\n * Possible values include: 'Microsoft.Storage', 'Microsoft.KeyVault'\n * @readonly\n * @enum {string}\n */\nexport type EncryptionScopeSource = \"Microsoft.Storage\" | \"Microsoft.KeyVault\";\n\n/**\n * Defines values for EncryptionScopeState.\n * Possible values include: 'Enabled', 'Disabled'\n * @readonly\n * @enum {string}\n */\nexport type EncryptionScopeState = \"Enabled\" | \"Disabled\";\n\n/**\n * Defines values for CreatedByType.\n * Possible values include: 'User', 'Application', 'ManagedIdentity', 'Key'\n * @readonly\n * @enum {string}\n */\nexport type CreatedByType = \"User\" | \"Application\" | \"ManagedIdentity\" | \"Key\";\n\n/**\n * Defines values for PublicAccess.\n * Possible values include: 'Container', 'Blob', 'None'\n * @readonly\n * @enum {string}\n */\nexport type PublicAccess = \"Container\" | \"Blob\" | \"None\";\n\n/**\n * Defines values for LeaseStatus.\n * Possible values include: 'Locked', 'Unlocked'\n * @readonly\n * @enum {string}\n */\nexport type LeaseStatus = \"Locked\" | \"Unlocked\";\n\n/**\n * Defines values for LeaseState.\n * Possible values include: 'Available', 'Leased', 'Expired', 'Breaking', 'Broken'\n * @readonly\n * @enum {string}\n */\nexport type LeaseState = \"Available\" | \"Leased\" | \"Expired\" | \"Breaking\" | \"Broken\";\n\n/**\n * Defines values for LeaseDuration.\n * Possible values include: 'Infinite', 'Fixed'\n * @readonly\n * @enum {string}\n */\nexport type LeaseDuration = \"Infinite\" | \"Fixed\";\n\n/**\n * Defines values for ImmutabilityPolicyState.\n * Possible values include: 'Locked', 'Unlocked'\n * @readonly\n * @enum {string}\n */\nexport type ImmutabilityPolicyState = \"Locked\" | \"Unlocked\";\n\n/**\n * Defines values for ImmutabilityPolicyUpdateType.\n * Possible values include: 'put', 'lock', 'extend'\n * @readonly\n * @enum {string}\n */\nexport type ImmutabilityPolicyUpdateType = \"put\" | \"lock\" | \"extend\";\n\n/**\n * Defines values for Name.\n * Possible values include: 'AccessTimeTracking'\n * @readonly\n * @enum {string}\n */\nexport type Name = \"AccessTimeTracking\";\n\n/**\n * Defines values for EnabledProtocols.\n * Possible values include: 'SMB', 'NFS'\n * @readonly\n * @enum {string}\n */\nexport type EnabledProtocols = \"SMB\" | \"NFS\";\n\n/**\n * Defines values for RootSquashType.\n * Possible values include: 'NoRootSquash', 'RootSquash', 'AllSquash'\n * @readonly\n * @enum {string}\n */\nexport type RootSquashType = \"NoRootSquash\" | \"RootSquash\" | \"AllSquash\";\n\n/**\n * Defines values for ShareAccessTier.\n * Possible values include: 'TransactionOptimized', 'Hot', 'Cool', 'Premium'\n * @readonly\n * @enum {string}\n */\nexport type ShareAccessTier = \"TransactionOptimized\" | \"Hot\" | \"Cool\" | \"Premium\";\n\n/**\n * Defines values for StorageAccountExpand.\n * Possible values include: 'geoReplicationStats', 'blobRestoreStatus'\n * @readonly\n * @enum {string}\n */\nexport type StorageAccountExpand = \"geoReplicationStats\" | \"blobRestoreStatus\";\n\n/**\n * Defines values for ListKeyExpand.\n * Possible values include: 'kerb'\n * @readonly\n * @enum {string}\n */\nexport type ListKeyExpand = \"kerb\";\n\n/**\n * Defines values for ListContainersInclude.\n * Possible values include: 'deleted'\n * @readonly\n * @enum {string}\n */\nexport type ListContainersInclude = \"deleted\";\n\n/**\n * Defines values for ListSharesExpand.\n * Possible values include: 'deleted', 'snapshots'\n * @readonly\n * @enum {string}\n */\nexport type ListSharesExpand = \"deleted\" | \"snapshots\";\n\n/**\n * Defines values for PutSharesExpand.\n * Possible values include: 'snapshots'\n * @readonly\n * @enum {string}\n */\nexport type PutSharesExpand = \"snapshots\";\n\n/**\n * Defines values for GetShareExpand.\n * Possible values include: 'stats'\n * @readonly\n * @enum {string}\n */\nexport type GetShareExpand = \"stats\";\n\n/**\n * Defines values for Action1.\n * Possible values include: 'Acquire', 'Renew', 'Change', 'Release', 'Break'\n * @readonly\n * @enum {string}\n */\nexport type Action1 = \"Acquire\" | \"Renew\" | \"Change\" | \"Release\" | \"Break\";\n\n/**\n * Contains response data for the list operation.\n */\nexport type OperationsListResponse = OperationListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: OperationListResult;\n };\n};\n\n/**\n * Contains response data for the list operation.\n */\nexport type SkusListResponse = StorageSkuListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: StorageSkuListResult;\n };\n};\n\n/**\n * Contains response data for the checkNameAvailability operation.\n */\nexport type StorageAccountsCheckNameAvailabilityResponse = CheckNameAvailabilityResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: CheckNameAvailabilityResult;\n };\n};\n\n/**\n * Contains response data for the create operation.\n */\nexport type StorageAccountsCreateResponse = StorageAccount & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: StorageAccount;\n };\n};\n\n/**\n * Contains response data for the getProperties operation.\n */\nexport type StorageAccountsGetPropertiesResponse = StorageAccount & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: StorageAccount;\n };\n};\n\n/**\n * Contains response data for the update operation.\n */\nexport type StorageAccountsUpdateResponse = StorageAccount & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: StorageAccount;\n };\n};\n\n/**\n * Contains response data for the list operation.\n */\nexport type StorageAccountsListResponse = StorageAccountListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: StorageAccountListResult;\n };\n};\n\n/**\n * Contains response data for the listByResourceGroup operation.\n */\nexport type StorageAccountsListByResourceGroupResponse = StorageAccountListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: StorageAccountListResult;\n };\n};\n\n/**\n * Contains response data for the listKeys operation.\n */\nexport type StorageAccountsListKeysResponse = StorageAccountListKeysResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: StorageAccountListKeysResult;\n };\n};\n\n/**\n * Contains response data for the regenerateKey operation.\n */\nexport type StorageAccountsRegenerateKeyResponse = StorageAccountListKeysResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: StorageAccountListKeysResult;\n };\n};\n\n/**\n * Contains response data for the listAccountSAS operation.\n */\nexport type StorageAccountsListAccountSASResponse = ListAccountSasResponse & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ListAccountSasResponse;\n };\n};\n\n/**\n * Contains response data for the listServiceSAS operation.\n */\nexport type StorageAccountsListServiceSASResponse = ListServiceSasResponse & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ListServiceSasResponse;\n };\n};\n\n/**\n * Contains response data for the restoreBlobRanges operation.\n */\nexport type StorageAccountsRestoreBlobRangesResponse = BlobRestoreStatus & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: BlobRestoreStatus;\n };\n};\n\n/**\n * Contains response data for the beginCreate operation.\n */\nexport type StorageAccountsBeginCreateResponse = StorageAccount & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: StorageAccount;\n };\n};\n\n/**\n * Contains response data for the beginRestoreBlobRanges operation.\n */\nexport type StorageAccountsBeginRestoreBlobRangesResponse = BlobRestoreStatus & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: BlobRestoreStatus;\n };\n};\n\n/**\n * Contains response data for the listNext operation.\n */\nexport type StorageAccountsListNextResponse = StorageAccountListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: StorageAccountListResult;\n };\n};\n\n/**\n * Contains response data for the listByResourceGroupNext operation.\n */\nexport type StorageAccountsListByResourceGroupNextResponse = StorageAccountListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: StorageAccountListResult;\n };\n};\n\n/**\n * Contains response data for the list operation.\n */\nexport type DeletedAccountsListResponse = DeletedAccountListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: DeletedAccountListResult;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type DeletedAccountsGetResponse = DeletedAccount & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: DeletedAccount;\n };\n};\n\n/**\n * Contains response data for the listNext operation.\n */\nexport type DeletedAccountsListNextResponse = DeletedAccountListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: DeletedAccountListResult;\n };\n};\n\n/**\n * Contains response data for the listByLocation operation.\n */\nexport type UsagesListByLocationResponse = UsageListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: UsageListResult;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type ManagementPoliciesGetResponse = ManagementPolicy & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ManagementPolicy;\n };\n};\n\n/**\n * Contains response data for the createOrUpdate operation.\n */\nexport type ManagementPoliciesCreateOrUpdateResponse = ManagementPolicy & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ManagementPolicy;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type BlobInventoryPoliciesGetResponse = BlobInventoryPolicy & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: BlobInventoryPolicy;\n };\n};\n\n/**\n * Contains response data for the createOrUpdate operation.\n */\nexport type BlobInventoryPoliciesCreateOrUpdateResponse = BlobInventoryPolicy & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: BlobInventoryPolicy;\n };\n};\n\n/**\n * Contains response data for the list operation.\n */\nexport type BlobInventoryPoliciesListResponse = ListBlobInventoryPolicy & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ListBlobInventoryPolicy;\n };\n};\n\n/**\n * Contains response data for the list operation.\n */\nexport type PrivateEndpointConnectionsListResponse = PrivateEndpointConnectionListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: PrivateEndpointConnectionListResult;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type PrivateEndpointConnectionsGetResponse = PrivateEndpointConnection & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: PrivateEndpointConnection;\n };\n};\n\n/**\n * Contains response data for the put operation.\n */\nexport type PrivateEndpointConnectionsPutResponse = PrivateEndpointConnection & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: PrivateEndpointConnection;\n };\n};\n\n/**\n * Contains response data for the listByStorageAccount operation.\n */\nexport type PrivateLinkResourcesListByStorageAccountResponse = PrivateLinkResourceListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: PrivateLinkResourceListResult;\n };\n};\n\n/**\n * Contains response data for the list operation.\n */\nexport type ObjectReplicationPoliciesListResponse = ObjectReplicationPolicies & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ObjectReplicationPolicies;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type ObjectReplicationPoliciesGetResponse = ObjectReplicationPolicy & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ObjectReplicationPolicy;\n };\n};\n\n/**\n * Contains response data for the createOrUpdate operation.\n */\nexport type ObjectReplicationPoliciesCreateOrUpdateResponse = ObjectReplicationPolicy & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ObjectReplicationPolicy;\n };\n};\n\n/**\n * Contains response data for the put operation.\n */\nexport type EncryptionScopesPutResponse = EncryptionScope & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: EncryptionScope;\n };\n};\n\n/**\n * Contains response data for the patch operation.\n */\nexport type EncryptionScopesPatchResponse = EncryptionScope & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: EncryptionScope;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type EncryptionScopesGetResponse = EncryptionScope & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: EncryptionScope;\n };\n};\n\n/**\n * Contains response data for the list operation.\n */\nexport type EncryptionScopesListResponse = EncryptionScopeListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: EncryptionScopeListResult;\n };\n};\n\n/**\n * Contains response data for the listNext operation.\n */\nexport type EncryptionScopesListNextResponse = EncryptionScopeListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: EncryptionScopeListResult;\n };\n};\n\n/**\n * Contains response data for the list operation.\n */\nexport type BlobServicesListResponse = BlobServiceItems & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: BlobServiceItems;\n };\n};\n\n/**\n * Contains response data for the setServiceProperties operation.\n */\nexport type BlobServicesSetServicePropertiesResponse = BlobServiceProperties & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: BlobServiceProperties;\n };\n};\n\n/**\n * Contains response data for the getServiceProperties operation.\n */\nexport type BlobServicesGetServicePropertiesResponse = BlobServiceProperties & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: BlobServiceProperties;\n };\n};\n\n/**\n * Contains response data for the list operation.\n */\nexport type BlobContainersListResponse = ListContainerItems & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ListContainerItems;\n };\n};\n\n/**\n * Contains response data for the create operation.\n */\nexport type BlobContainersCreateResponse = BlobContainer & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: BlobContainer;\n };\n};\n\n/**\n * Contains response data for the update operation.\n */\nexport type BlobContainersUpdateResponse = BlobContainer & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: BlobContainer;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type BlobContainersGetResponse = BlobContainer & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: BlobContainer;\n };\n};\n\n/**\n * Contains response data for the setLegalHold operation.\n */\nexport type BlobContainersSetLegalHoldResponse = LegalHold & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: LegalHold;\n };\n};\n\n/**\n * Contains response data for the clearLegalHold operation.\n */\nexport type BlobContainersClearLegalHoldResponse = LegalHold & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: LegalHold;\n };\n};\n\n/**\n * Contains response data for the createOrUpdateImmutabilityPolicy operation.\n */\nexport type BlobContainersCreateOrUpdateImmutabilityPolicyResponse = ImmutabilityPolicy &\n BlobContainersCreateOrUpdateImmutabilityPolicyHeaders & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The parsed HTTP response headers.\n */\n parsedHeaders: BlobContainersCreateOrUpdateImmutabilityPolicyHeaders;\n\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ImmutabilityPolicy;\n };\n };\n\n/**\n * Contains response data for the getImmutabilityPolicy operation.\n */\nexport type BlobContainersGetImmutabilityPolicyResponse = ImmutabilityPolicy &\n BlobContainersGetImmutabilityPolicyHeaders & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The parsed HTTP response headers.\n */\n parsedHeaders: BlobContainersGetImmutabilityPolicyHeaders;\n\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ImmutabilityPolicy;\n };\n };\n\n/**\n * Contains response data for the deleteImmutabilityPolicy operation.\n */\nexport type BlobContainersDeleteImmutabilityPolicyResponse = ImmutabilityPolicy &\n BlobContainersDeleteImmutabilityPolicyHeaders & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The parsed HTTP response headers.\n */\n parsedHeaders: BlobContainersDeleteImmutabilityPolicyHeaders;\n\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ImmutabilityPolicy;\n };\n };\n\n/**\n * Contains response data for the lockImmutabilityPolicy operation.\n */\nexport type BlobContainersLockImmutabilityPolicyResponse = ImmutabilityPolicy &\n BlobContainersLockImmutabilityPolicyHeaders & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The parsed HTTP response headers.\n */\n parsedHeaders: BlobContainersLockImmutabilityPolicyHeaders;\n\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ImmutabilityPolicy;\n };\n };\n\n/**\n * Contains response data for the extendImmutabilityPolicy operation.\n */\nexport type BlobContainersExtendImmutabilityPolicyResponse = ImmutabilityPolicy &\n BlobContainersExtendImmutabilityPolicyHeaders & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The parsed HTTP response headers.\n */\n parsedHeaders: BlobContainersExtendImmutabilityPolicyHeaders;\n\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ImmutabilityPolicy;\n };\n };\n\n/**\n * Contains response data for the lease operation.\n */\nexport type BlobContainersLeaseResponse = LeaseContainerResponse & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: LeaseContainerResponse;\n };\n};\n\n/**\n * Contains response data for the listNext operation.\n */\nexport type BlobContainersListNextResponse = ListContainerItems & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ListContainerItems;\n };\n};\n\n/**\n * Contains response data for the list operation.\n */\nexport type FileServicesListResponse = FileServiceItems & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: FileServiceItems;\n };\n};\n\n/**\n * Contains response data for the setServiceProperties operation.\n */\nexport type FileServicesSetServicePropertiesResponse = FileServiceProperties & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: FileServiceProperties;\n };\n};\n\n/**\n * Contains response data for the getServiceProperties operation.\n */\nexport type FileServicesGetServicePropertiesResponse = FileServiceProperties & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: FileServiceProperties;\n };\n};\n\n/**\n * Contains response data for the list operation.\n */\nexport type FileSharesListResponse = FileShareItems & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: FileShareItems;\n };\n};\n\n/**\n * Contains response data for the create operation.\n */\nexport type FileSharesCreateResponse = FileShare & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: FileShare;\n };\n};\n\n/**\n * Contains response data for the update operation.\n */\nexport type FileSharesUpdateResponse = FileShare & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: FileShare;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type FileSharesGetResponse = FileShare & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: FileShare;\n };\n};\n\n/**\n * Contains response data for the listNext operation.\n */\nexport type FileSharesListNextResponse = FileShareItems & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: FileShareItems;\n };\n};\n\n/**\n * Contains response data for the list operation.\n */\nexport type QueueServicesListResponse = ListQueueServices & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ListQueueServices;\n };\n};\n\n/**\n * Contains response data for the setServiceProperties operation.\n */\nexport type QueueServicesSetServicePropertiesResponse = QueueServiceProperties & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: QueueServiceProperties;\n };\n};\n\n/**\n * Contains response data for the getServiceProperties operation.\n */\nexport type QueueServicesGetServicePropertiesResponse = QueueServiceProperties & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: QueueServiceProperties;\n };\n};\n\n/**\n * Contains response data for the create operation.\n */\nexport type QueueCreateResponse = StorageQueue & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: StorageQueue;\n };\n};\n\n/**\n * Contains response data for the update operation.\n */\nexport type QueueUpdateResponse = StorageQueue & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: StorageQueue;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type QueueGetResponse = StorageQueue & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: StorageQueue;\n };\n};\n\n/**\n * Contains response data for the list operation.\n */\nexport type QueueListResponse = ListQueueResource & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ListQueueResource;\n };\n};\n\n/**\n * Contains response data for the listNext operation.\n */\nexport type QueueListNextResponse = ListQueueResource & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ListQueueResource;\n };\n};\n\n/**\n * Contains response data for the list operation.\n */\nexport type TableServicesListResponse = ListTableServices & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ListTableServices;\n };\n};\n\n/**\n * Contains response data for the setServiceProperties operation.\n */\nexport type TableServicesSetServicePropertiesResponse = TableServiceProperties & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: TableServiceProperties;\n };\n};\n\n/**\n * Contains response data for the getServiceProperties operation.\n */\nexport type TableServicesGetServicePropertiesResponse = TableServiceProperties & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: TableServiceProperties;\n };\n};\n\n/**\n * Contains response data for the create operation.\n */\nexport type TableCreateResponse = Table & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: Table;\n };\n};\n\n/**\n * Contains response data for the update operation.\n */\nexport type TableUpdateResponse = Table & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: Table;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type TableGetResponse = Table & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: Table;\n };\n};\n\n/**\n * Contains response data for the list operation.\n */\nexport type TableListResponse = ListTableResource & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ListTableResource;\n };\n};\n\n/**\n * Contains response data for the listNext operation.\n */\nexport type TableListNextResponse = ListTableResource & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ListTableResource;\n };\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { CloudErrorMapper, BaseResourceMapper } from \"@azure/ms-rest-azure-js\";\nimport * as msRest from \"@azure/ms-rest-js\";\n\nexport const CloudError = CloudErrorMapper;\nexport const BaseResource = BaseResourceMapper;\n\nexport const OperationDisplay: msRest.CompositeMapper = {\n serializedName: \"Operation_display\",\n type: {\n name: \"Composite\",\n className: \"OperationDisplay\",\n modelProperties: {\n provider: {\n serializedName: \"provider\",\n type: {\n name: \"String\"\n }\n },\n resource: {\n serializedName: \"resource\",\n type: {\n name: \"String\"\n }\n },\n operation: {\n serializedName: \"operation\",\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Dimension: msRest.CompositeMapper = {\n serializedName: \"Dimension\",\n type: {\n name: \"Composite\",\n className: \"Dimension\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n displayName: {\n serializedName: \"displayName\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const MetricSpecification: msRest.CompositeMapper = {\n serializedName: \"MetricSpecification\",\n type: {\n name: \"Composite\",\n className: \"MetricSpecification\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n displayName: {\n serializedName: \"displayName\",\n type: {\n name: \"String\"\n }\n },\n displayDescription: {\n serializedName: \"displayDescription\",\n type: {\n name: \"String\"\n }\n },\n unit: {\n serializedName: \"unit\",\n type: {\n name: \"String\"\n }\n },\n dimensions: {\n serializedName: \"dimensions\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Dimension\"\n }\n }\n }\n },\n aggregationType: {\n serializedName: \"aggregationType\",\n type: {\n name: \"String\"\n }\n },\n fillGapWithZero: {\n serializedName: \"fillGapWithZero\",\n type: {\n name: \"Boolean\"\n }\n },\n category: {\n serializedName: \"category\",\n type: {\n name: \"String\"\n }\n },\n resourceIdDimensionNameOverride: {\n serializedName: \"resourceIdDimensionNameOverride\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ServiceSpecification: msRest.CompositeMapper = {\n serializedName: \"ServiceSpecification\",\n type: {\n name: \"Composite\",\n className: \"ServiceSpecification\",\n modelProperties: {\n metricSpecifications: {\n serializedName: \"metricSpecifications\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MetricSpecification\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const Operation: msRest.CompositeMapper = {\n serializedName: \"Operation\",\n type: {\n name: \"Composite\",\n className: \"Operation\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n display: {\n serializedName: \"display\",\n type: {\n name: \"Composite\",\n className: \"OperationDisplay\"\n }\n },\n origin: {\n serializedName: \"origin\",\n type: {\n name: \"String\"\n }\n },\n serviceSpecification: {\n serializedName: \"properties.serviceSpecification\",\n type: {\n name: \"Composite\",\n className: \"ServiceSpecification\"\n }\n }\n }\n }\n};\n\nexport const StorageAccountCheckNameAvailabilityParameters: msRest.CompositeMapper = {\n serializedName: \"StorageAccountCheckNameAvailabilityParameters\",\n type: {\n name: \"Composite\",\n className: \"StorageAccountCheckNameAvailabilityParameters\",\n modelProperties: {\n name: {\n required: true,\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n type: {\n required: true,\n isConstant: true,\n serializedName: \"type\",\n defaultValue: \"Microsoft.Storage/storageAccounts\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SKUCapability: msRest.CompositeMapper = {\n serializedName: \"SKUCapability\",\n type: {\n name: \"Composite\",\n className: \"SKUCapability\",\n modelProperties: {\n name: {\n readOnly: true,\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n value: {\n readOnly: true,\n serializedName: \"value\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Restriction: msRest.CompositeMapper = {\n serializedName: \"Restriction\",\n type: {\n name: \"Composite\",\n className: \"Restriction\",\n modelProperties: {\n type: {\n readOnly: true,\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n },\n values: {\n readOnly: true,\n serializedName: \"values\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n reasonCode: {\n serializedName: \"reasonCode\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SkuInformation: msRest.CompositeMapper = {\n serializedName: \"SkuInformation\",\n type: {\n name: \"Composite\",\n className: \"SkuInformation\",\n modelProperties: {\n name: {\n required: true,\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n tier: {\n serializedName: \"tier\",\n type: {\n name: \"Enum\",\n allowedValues: [\"Standard\", \"Premium\"]\n }\n },\n resourceType: {\n readOnly: true,\n serializedName: \"resourceType\",\n type: {\n name: \"String\"\n }\n },\n kind: {\n readOnly: true,\n serializedName: \"kind\",\n type: {\n name: \"String\"\n }\n },\n locations: {\n readOnly: true,\n serializedName: \"locations\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n capabilities: {\n readOnly: true,\n serializedName: \"capabilities\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SKUCapability\"\n }\n }\n }\n },\n restrictions: {\n serializedName: \"restrictions\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Restriction\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const CheckNameAvailabilityResult: msRest.CompositeMapper = {\n serializedName: \"CheckNameAvailabilityResult\",\n type: {\n name: \"Composite\",\n className: \"CheckNameAvailabilityResult\",\n modelProperties: {\n nameAvailable: {\n readOnly: true,\n serializedName: \"nameAvailable\",\n type: {\n name: \"Boolean\"\n }\n },\n reason: {\n readOnly: true,\n serializedName: \"reason\",\n type: {\n name: \"Enum\",\n allowedValues: [\"AccountNameInvalid\", \"AlreadyExists\"]\n }\n },\n message: {\n readOnly: true,\n serializedName: \"message\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const CustomDomain: msRest.CompositeMapper = {\n serializedName: \"CustomDomain\",\n type: {\n name: \"Composite\",\n className: \"CustomDomain\",\n modelProperties: {\n name: {\n required: true,\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n useSubDomainName: {\n serializedName: \"useSubDomainName\",\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const SasPolicy: msRest.CompositeMapper = {\n serializedName: \"SasPolicy\",\n type: {\n name: \"Composite\",\n className: \"SasPolicy\",\n modelProperties: {\n sasExpirationPeriod: {\n required: true,\n serializedName: \"sasExpirationPeriod\",\n type: {\n name: \"String\"\n }\n },\n expirationAction: {\n required: true,\n isConstant: true,\n serializedName: \"expirationAction\",\n defaultValue: \"Log\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const KeyPolicy: msRest.CompositeMapper = {\n serializedName: \"KeyPolicy\",\n type: {\n name: \"Composite\",\n className: \"KeyPolicy\",\n modelProperties: {\n keyExpirationPeriodInDays: {\n required: true,\n serializedName: \"keyExpirationPeriodInDays\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const KeyCreationTime: msRest.CompositeMapper = {\n serializedName: \"KeyCreationTime\",\n type: {\n name: \"Composite\",\n className: \"KeyCreationTime\",\n modelProperties: {\n key1: {\n serializedName: \"key1\",\n type: {\n name: \"DateTime\"\n }\n },\n key2: {\n serializedName: \"key2\",\n type: {\n name: \"DateTime\"\n }\n }\n }\n }\n};\n\nexport const EncryptionService: msRest.CompositeMapper = {\n serializedName: \"EncryptionService\",\n type: {\n name: \"Composite\",\n className: \"EncryptionService\",\n modelProperties: {\n enabled: {\n serializedName: \"enabled\",\n type: {\n name: \"Boolean\"\n }\n },\n lastEnabledTime: {\n readOnly: true,\n serializedName: \"lastEnabledTime\",\n type: {\n name: \"DateTime\"\n }\n },\n keyType: {\n serializedName: \"keyType\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const EncryptionServices: msRest.CompositeMapper = {\n serializedName: \"EncryptionServices\",\n type: {\n name: \"Composite\",\n className: \"EncryptionServices\",\n modelProperties: {\n blob: {\n serializedName: \"blob\",\n type: {\n name: \"Composite\",\n className: \"EncryptionService\"\n }\n },\n file: {\n serializedName: \"file\",\n type: {\n name: \"Composite\",\n className: \"EncryptionService\"\n }\n },\n table: {\n serializedName: \"table\",\n type: {\n name: \"Composite\",\n className: \"EncryptionService\"\n }\n },\n queue: {\n serializedName: \"queue\",\n type: {\n name: \"Composite\",\n className: \"EncryptionService\"\n }\n }\n }\n }\n};\n\nexport const KeyVaultProperties: msRest.CompositeMapper = {\n serializedName: \"KeyVaultProperties\",\n type: {\n name: \"Composite\",\n className: \"KeyVaultProperties\",\n modelProperties: {\n keyName: {\n serializedName: \"keyname\",\n type: {\n name: \"String\"\n }\n },\n keyVersion: {\n serializedName: \"keyversion\",\n type: {\n name: \"String\"\n }\n },\n keyVaultUri: {\n serializedName: \"keyvaulturi\",\n type: {\n name: \"String\"\n }\n },\n currentVersionedKeyIdentifier: {\n readOnly: true,\n serializedName: \"currentVersionedKeyIdentifier\",\n type: {\n name: \"String\"\n }\n },\n lastKeyRotationTimestamp: {\n readOnly: true,\n serializedName: \"lastKeyRotationTimestamp\",\n type: {\n name: \"DateTime\"\n }\n }\n }\n }\n};\n\nexport const EncryptionIdentity: msRest.CompositeMapper = {\n serializedName: \"EncryptionIdentity\",\n type: {\n name: \"Composite\",\n className: \"EncryptionIdentity\",\n modelProperties: {\n encryptionUserAssignedIdentity: {\n serializedName: \"userAssignedIdentity\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Encryption: msRest.CompositeMapper = {\n serializedName: \"Encryption\",\n type: {\n name: \"Composite\",\n className: \"Encryption\",\n modelProperties: {\n services: {\n serializedName: \"services\",\n type: {\n name: \"Composite\",\n className: \"EncryptionServices\"\n }\n },\n keySource: {\n required: true,\n serializedName: \"keySource\",\n defaultValue: \"Microsoft.Storage\",\n type: {\n name: \"String\"\n }\n },\n requireInfrastructureEncryption: {\n serializedName: \"requireInfrastructureEncryption\",\n type: {\n name: \"Boolean\"\n }\n },\n keyVaultProperties: {\n serializedName: \"keyvaultproperties\",\n type: {\n name: \"Composite\",\n className: \"KeyVaultProperties\"\n }\n },\n encryptionIdentity: {\n serializedName: \"identity\",\n type: {\n name: \"Composite\",\n className: \"EncryptionIdentity\"\n }\n }\n }\n }\n};\n\nexport const UserAssignedIdentity: msRest.CompositeMapper = {\n serializedName: \"UserAssignedIdentity\",\n type: {\n name: \"Composite\",\n className: \"UserAssignedIdentity\",\n modelProperties: {\n principalId: {\n readOnly: true,\n serializedName: \"principalId\",\n type: {\n name: \"String\"\n }\n },\n clientId: {\n readOnly: true,\n serializedName: \"clientId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ResourceAccessRule: msRest.CompositeMapper = {\n serializedName: \"ResourceAccessRule\",\n type: {\n name: \"Composite\",\n className: \"ResourceAccessRule\",\n modelProperties: {\n tenantId: {\n serializedName: \"tenantId\",\n type: {\n name: \"String\"\n }\n },\n resourceId: {\n serializedName: \"resourceId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const VirtualNetworkRule: msRest.CompositeMapper = {\n serializedName: \"VirtualNetworkRule\",\n type: {\n name: \"Composite\",\n className: \"VirtualNetworkRule\",\n modelProperties: {\n virtualNetworkResourceId: {\n required: true,\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n },\n action: {\n serializedName: \"action\",\n defaultValue: \"Allow\",\n type: {\n name: \"Enum\",\n allowedValues: [\"Allow\"]\n }\n },\n state: {\n serializedName: \"state\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const IPRule: msRest.CompositeMapper = {\n serializedName: \"IPRule\",\n type: {\n name: \"Composite\",\n className: \"IPRule\",\n modelProperties: {\n iPAddressOrRange: {\n required: true,\n serializedName: \"value\",\n type: {\n name: \"String\"\n }\n },\n action: {\n serializedName: \"action\",\n defaultValue: \"Allow\",\n type: {\n name: \"Enum\",\n allowedValues: [\"Allow\"]\n }\n }\n }\n }\n};\n\nexport const NetworkRuleSet: msRest.CompositeMapper = {\n serializedName: \"NetworkRuleSet\",\n type: {\n name: \"Composite\",\n className: \"NetworkRuleSet\",\n modelProperties: {\n bypass: {\n serializedName: \"bypass\",\n defaultValue: \"AzureServices\",\n type: {\n name: \"String\"\n }\n },\n resourceAccessRules: {\n serializedName: \"resourceAccessRules\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ResourceAccessRule\"\n }\n }\n }\n },\n virtualNetworkRules: {\n serializedName: \"virtualNetworkRules\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"VirtualNetworkRule\"\n }\n }\n }\n },\n ipRules: {\n serializedName: \"ipRules\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"IPRule\"\n }\n }\n }\n },\n defaultAction: {\n required: true,\n serializedName: \"defaultAction\",\n defaultValue: \"Allow\",\n type: {\n name: \"Enum\",\n allowedValues: [\"Allow\", \"Deny\"]\n }\n }\n }\n }\n};\n\nexport const ActiveDirectoryProperties: msRest.CompositeMapper = {\n serializedName: \"ActiveDirectoryProperties\",\n type: {\n name: \"Composite\",\n className: \"ActiveDirectoryProperties\",\n modelProperties: {\n domainName: {\n required: true,\n serializedName: \"domainName\",\n type: {\n name: \"String\"\n }\n },\n netBiosDomainName: {\n required: true,\n serializedName: \"netBiosDomainName\",\n type: {\n name: \"String\"\n }\n },\n forestName: {\n required: true,\n serializedName: \"forestName\",\n type: {\n name: \"String\"\n }\n },\n domainGuid: {\n required: true,\n serializedName: \"domainGuid\",\n type: {\n name: \"String\"\n }\n },\n domainSid: {\n required: true,\n serializedName: \"domainSid\",\n type: {\n name: \"String\"\n }\n },\n azureStorageSid: {\n required: true,\n serializedName: \"azureStorageSid\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AzureFilesIdentityBasedAuthentication: msRest.CompositeMapper = {\n serializedName: \"AzureFilesIdentityBasedAuthentication\",\n type: {\n name: \"Composite\",\n className: \"AzureFilesIdentityBasedAuthentication\",\n modelProperties: {\n directoryServiceOptions: {\n required: true,\n serializedName: \"directoryServiceOptions\",\n type: {\n name: \"String\"\n }\n },\n activeDirectoryProperties: {\n serializedName: \"activeDirectoryProperties\",\n type: {\n name: \"Composite\",\n className: \"ActiveDirectoryProperties\"\n }\n }\n }\n }\n};\n\nexport const RoutingPreference: msRest.CompositeMapper = {\n serializedName: \"RoutingPreference\",\n type: {\n name: \"Composite\",\n className: \"RoutingPreference\",\n modelProperties: {\n routingChoice: {\n serializedName: \"routingChoice\",\n type: {\n name: \"String\"\n }\n },\n publishMicrosoftEndpoints: {\n serializedName: \"publishMicrosoftEndpoints\",\n type: {\n name: \"Boolean\"\n }\n },\n publishInternetEndpoints: {\n serializedName: \"publishInternetEndpoints\",\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const Identity: msRest.CompositeMapper = {\n serializedName: \"Identity\",\n type: {\n name: \"Composite\",\n className: \"Identity\",\n modelProperties: {\n principalId: {\n readOnly: true,\n serializedName: \"principalId\",\n type: {\n name: \"String\"\n }\n },\n tenantId: {\n readOnly: true,\n serializedName: \"tenantId\",\n type: {\n name: \"String\"\n }\n },\n type: {\n required: true,\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n },\n userAssignedIdentities: {\n serializedName: \"userAssignedIdentities\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"Composite\",\n className: \"UserAssignedIdentity\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ExtendedLocation: msRest.CompositeMapper = {\n serializedName: \"ExtendedLocation\",\n type: {\n name: \"Composite\",\n className: \"ExtendedLocation\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Sku: msRest.CompositeMapper = {\n serializedName: \"Sku\",\n type: {\n name: \"Composite\",\n className: \"Sku\",\n modelProperties: {\n name: {\n required: true,\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n tier: {\n serializedName: \"tier\",\n type: {\n name: \"Enum\",\n allowedValues: [\"Standard\", \"Premium\"]\n }\n }\n }\n }\n};\n\nexport const StorageAccountCreateParameters: msRest.CompositeMapper = {\n serializedName: \"StorageAccountCreateParameters\",\n type: {\n name: \"Composite\",\n className: \"StorageAccountCreateParameters\",\n modelProperties: {\n sku: {\n required: true,\n serializedName: \"sku\",\n type: {\n name: \"Composite\",\n className: \"Sku\"\n }\n },\n kind: {\n required: true,\n serializedName: \"kind\",\n type: {\n name: \"String\"\n }\n },\n location: {\n required: true,\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n },\n extendedLocation: {\n serializedName: \"extendedLocation\",\n type: {\n name: \"Composite\",\n className: \"ExtendedLocation\"\n }\n },\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"Composite\",\n className: \"Identity\"\n }\n },\n sasPolicy: {\n serializedName: \"properties.sasPolicy\",\n type: {\n name: \"Composite\",\n className: \"SasPolicy\"\n }\n },\n keyPolicy: {\n serializedName: \"properties.keyPolicy\",\n type: {\n name: \"Composite\",\n className: \"KeyPolicy\"\n }\n },\n customDomain: {\n serializedName: \"properties.customDomain\",\n type: {\n name: \"Composite\",\n className: \"CustomDomain\"\n }\n },\n encryption: {\n serializedName: \"properties.encryption\",\n type: {\n name: \"Composite\",\n className: \"Encryption\"\n }\n },\n networkRuleSet: {\n serializedName: \"properties.networkAcls\",\n type: {\n name: \"Composite\",\n className: \"NetworkRuleSet\"\n }\n },\n accessTier: {\n serializedName: \"properties.accessTier\",\n type: {\n name: \"Enum\",\n allowedValues: [\"Hot\", \"Cool\"]\n }\n },\n azureFilesIdentityBasedAuthentication: {\n serializedName: \"properties.azureFilesIdentityBasedAuthentication\",\n type: {\n name: \"Composite\",\n className: \"AzureFilesIdentityBasedAuthentication\"\n }\n },\n enableHttpsTrafficOnly: {\n serializedName: \"properties.supportsHttpsTrafficOnly\",\n type: {\n name: \"Boolean\"\n }\n },\n isHnsEnabled: {\n serializedName: \"properties.isHnsEnabled\",\n type: {\n name: \"Boolean\"\n }\n },\n largeFileSharesState: {\n serializedName: \"properties.largeFileSharesState\",\n type: {\n name: \"String\"\n }\n },\n routingPreference: {\n serializedName: \"properties.routingPreference\",\n type: {\n name: \"Composite\",\n className: \"RoutingPreference\"\n }\n },\n allowBlobPublicAccess: {\n serializedName: \"properties.allowBlobPublicAccess\",\n type: {\n name: \"Boolean\"\n }\n },\n minimumTlsVersion: {\n serializedName: \"properties.minimumTlsVersion\",\n type: {\n name: \"String\"\n }\n },\n allowSharedKeyAccess: {\n serializedName: \"properties.allowSharedKeyAccess\",\n type: {\n name: \"Boolean\"\n }\n },\n enableNfsV3: {\n serializedName: \"properties.isNfsV3Enabled\",\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const StorageAccountMicrosoftEndpoints: msRest.CompositeMapper = {\n serializedName: \"StorageAccountMicrosoftEndpoints\",\n type: {\n name: \"Composite\",\n className: \"StorageAccountMicrosoftEndpoints\",\n modelProperties: {\n blob: {\n readOnly: true,\n serializedName: \"blob\",\n type: {\n name: \"String\"\n }\n },\n queue: {\n readOnly: true,\n serializedName: \"queue\",\n type: {\n name: \"String\"\n }\n },\n table: {\n readOnly: true,\n serializedName: \"table\",\n type: {\n name: \"String\"\n }\n },\n file: {\n readOnly: true,\n serializedName: \"file\",\n type: {\n name: \"String\"\n }\n },\n web: {\n readOnly: true,\n serializedName: \"web\",\n type: {\n name: \"String\"\n }\n },\n dfs: {\n readOnly: true,\n serializedName: \"dfs\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const StorageAccountInternetEndpoints: msRest.CompositeMapper = {\n serializedName: \"StorageAccountInternetEndpoints\",\n type: {\n name: \"Composite\",\n className: \"StorageAccountInternetEndpoints\",\n modelProperties: {\n blob: {\n readOnly: true,\n serializedName: \"blob\",\n type: {\n name: \"String\"\n }\n },\n file: {\n readOnly: true,\n serializedName: \"file\",\n type: {\n name: \"String\"\n }\n },\n web: {\n readOnly: true,\n serializedName: \"web\",\n type: {\n name: \"String\"\n }\n },\n dfs: {\n readOnly: true,\n serializedName: \"dfs\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Endpoints: msRest.CompositeMapper = {\n serializedName: \"Endpoints\",\n type: {\n name: \"Composite\",\n className: \"Endpoints\",\n modelProperties: {\n blob: {\n readOnly: true,\n serializedName: \"blob\",\n type: {\n name: \"String\"\n }\n },\n queue: {\n readOnly: true,\n serializedName: \"queue\",\n type: {\n name: \"String\"\n }\n },\n table: {\n readOnly: true,\n serializedName: \"table\",\n type: {\n name: \"String\"\n }\n },\n file: {\n readOnly: true,\n serializedName: \"file\",\n type: {\n name: \"String\"\n }\n },\n web: {\n readOnly: true,\n serializedName: \"web\",\n type: {\n name: \"String\"\n }\n },\n dfs: {\n readOnly: true,\n serializedName: \"dfs\",\n type: {\n name: \"String\"\n }\n },\n microsoftEndpoints: {\n serializedName: \"microsoftEndpoints\",\n type: {\n name: \"Composite\",\n className: \"StorageAccountMicrosoftEndpoints\"\n }\n },\n internetEndpoints: {\n serializedName: \"internetEndpoints\",\n type: {\n name: \"Composite\",\n className: \"StorageAccountInternetEndpoints\"\n }\n }\n }\n }\n};\n\nexport const GeoReplicationStats: msRest.CompositeMapper = {\n serializedName: \"GeoReplicationStats\",\n type: {\n name: \"Composite\",\n className: \"GeoReplicationStats\",\n modelProperties: {\n status: {\n readOnly: true,\n serializedName: \"status\",\n type: {\n name: \"String\"\n }\n },\n lastSyncTime: {\n readOnly: true,\n serializedName: \"lastSyncTime\",\n type: {\n name: \"DateTime\"\n }\n },\n canFailover: {\n readOnly: true,\n serializedName: \"canFailover\",\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const BlobRestoreRange: msRest.CompositeMapper = {\n serializedName: \"BlobRestoreRange\",\n type: {\n name: \"Composite\",\n className: \"BlobRestoreRange\",\n modelProperties: {\n startRange: {\n required: true,\n serializedName: \"startRange\",\n type: {\n name: \"String\"\n }\n },\n endRange: {\n required: true,\n serializedName: \"endRange\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const BlobRestoreParameters: msRest.CompositeMapper = {\n serializedName: \"BlobRestoreParameters\",\n type: {\n name: \"Composite\",\n className: \"BlobRestoreParameters\",\n modelProperties: {\n timeToRestore: {\n required: true,\n serializedName: \"timeToRestore\",\n type: {\n name: \"DateTime\"\n }\n },\n blobRanges: {\n required: true,\n serializedName: \"blobRanges\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"BlobRestoreRange\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const BlobRestoreStatus: msRest.CompositeMapper = {\n serializedName: \"BlobRestoreStatus\",\n type: {\n name: \"Composite\",\n className: \"BlobRestoreStatus\",\n modelProperties: {\n status: {\n readOnly: true,\n serializedName: \"status\",\n type: {\n name: \"String\"\n }\n },\n failureReason: {\n readOnly: true,\n serializedName: \"failureReason\",\n type: {\n name: \"String\"\n }\n },\n restoreId: {\n readOnly: true,\n serializedName: \"restoreId\",\n type: {\n name: \"String\"\n }\n },\n parameters: {\n readOnly: true,\n serializedName: \"parameters\",\n type: {\n name: \"Composite\",\n className: \"BlobRestoreParameters\"\n }\n }\n }\n }\n};\n\nexport const PrivateEndpoint: msRest.CompositeMapper = {\n serializedName: \"PrivateEndpoint\",\n type: {\n name: \"Composite\",\n className: \"PrivateEndpoint\",\n modelProperties: {\n id: {\n readOnly: true,\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const PrivateLinkServiceConnectionState: msRest.CompositeMapper = {\n serializedName: \"PrivateLinkServiceConnectionState\",\n type: {\n name: \"Composite\",\n className: \"PrivateLinkServiceConnectionState\",\n modelProperties: {\n status: {\n serializedName: \"status\",\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\"\n }\n },\n actionRequired: {\n serializedName: \"actionRequired\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Resource: msRest.CompositeMapper = {\n serializedName: \"Resource\",\n type: {\n name: \"Composite\",\n className: \"Resource\",\n modelProperties: {\n id: {\n readOnly: true,\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n },\n name: {\n readOnly: true,\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n type: {\n readOnly: true,\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const PrivateEndpointConnection: msRest.CompositeMapper = {\n serializedName: \"PrivateEndpointConnection\",\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnection\",\n modelProperties: {\n ...Resource.type.modelProperties,\n privateEndpoint: {\n serializedName: \"properties.privateEndpoint\",\n type: {\n name: \"Composite\",\n className: \"PrivateEndpoint\"\n }\n },\n privateLinkServiceConnectionState: {\n required: true,\n serializedName: \"properties.privateLinkServiceConnectionState\",\n type: {\n name: \"Composite\",\n className: \"PrivateLinkServiceConnectionState\"\n }\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ProxyResource: msRest.CompositeMapper = {\n serializedName: \"ProxyResource\",\n type: {\n name: \"Composite\",\n className: \"ProxyResource\",\n modelProperties: {\n ...Resource.type.modelProperties\n }\n }\n};\n\nexport const DeletedAccount: msRest.CompositeMapper = {\n serializedName: \"DeletedAccount\",\n type: {\n name: \"Composite\",\n className: \"DeletedAccount\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n storageAccountResourceId: {\n readOnly: true,\n serializedName: \"properties.storageAccountResourceId\",\n type: {\n name: \"String\"\n }\n },\n location: {\n readOnly: true,\n serializedName: \"properties.location\",\n type: {\n name: \"String\"\n }\n },\n restoreReference: {\n readOnly: true,\n serializedName: \"properties.restoreReference\",\n type: {\n name: \"String\"\n }\n },\n creationTime: {\n readOnly: true,\n serializedName: \"properties.creationTime\",\n type: {\n name: \"String\"\n }\n },\n deletionTime: {\n readOnly: true,\n serializedName: \"properties.deletionTime\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const TrackedResource: msRest.CompositeMapper = {\n serializedName: \"TrackedResource\",\n type: {\n name: \"Composite\",\n className: \"TrackedResource\",\n modelProperties: {\n ...Resource.type.modelProperties,\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n location: {\n required: true,\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const StorageAccount: msRest.CompositeMapper = {\n serializedName: \"StorageAccount\",\n type: {\n name: \"Composite\",\n className: \"StorageAccount\",\n modelProperties: {\n ...TrackedResource.type.modelProperties,\n sku: {\n readOnly: true,\n serializedName: \"sku\",\n type: {\n name: \"Composite\",\n className: \"Sku\"\n }\n },\n kind: {\n readOnly: true,\n serializedName: \"kind\",\n type: {\n name: \"String\"\n }\n },\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"Composite\",\n className: \"Identity\"\n }\n },\n extendedLocation: {\n serializedName: \"extendedLocation\",\n type: {\n name: \"Composite\",\n className: \"ExtendedLocation\"\n }\n },\n provisioningState: {\n readOnly: true,\n serializedName: \"properties.provisioningState\",\n type: {\n name: \"Enum\",\n allowedValues: [\"Creating\", \"ResolvingDNS\", \"Succeeded\"]\n }\n },\n primaryEndpoints: {\n readOnly: true,\n serializedName: \"properties.primaryEndpoints\",\n type: {\n name: \"Composite\",\n className: \"Endpoints\"\n }\n },\n primaryLocation: {\n readOnly: true,\n serializedName: \"properties.primaryLocation\",\n type: {\n name: \"String\"\n }\n },\n statusOfPrimary: {\n readOnly: true,\n serializedName: \"properties.statusOfPrimary\",\n type: {\n name: \"Enum\",\n allowedValues: [\"available\", \"unavailable\"]\n }\n },\n lastGeoFailoverTime: {\n readOnly: true,\n serializedName: \"properties.lastGeoFailoverTime\",\n type: {\n name: \"DateTime\"\n }\n },\n secondaryLocation: {\n readOnly: true,\n serializedName: \"properties.secondaryLocation\",\n type: {\n name: \"String\"\n }\n },\n statusOfSecondary: {\n readOnly: true,\n serializedName: \"properties.statusOfSecondary\",\n type: {\n name: \"Enum\",\n allowedValues: [\"available\", \"unavailable\"]\n }\n },\n creationTime: {\n readOnly: true,\n serializedName: \"properties.creationTime\",\n type: {\n name: \"DateTime\"\n }\n },\n customDomain: {\n readOnly: true,\n serializedName: \"properties.customDomain\",\n type: {\n name: \"Composite\",\n className: \"CustomDomain\"\n }\n },\n sasPolicy: {\n readOnly: true,\n serializedName: \"properties.sasPolicy\",\n type: {\n name: \"Composite\",\n className: \"SasPolicy\"\n }\n },\n keyPolicy: {\n readOnly: true,\n serializedName: \"properties.keyPolicy\",\n type: {\n name: \"Composite\",\n className: \"KeyPolicy\"\n }\n },\n keyCreationTime: {\n readOnly: true,\n serializedName: \"properties.keyCreationTime\",\n type: {\n name: \"Composite\",\n className: \"KeyCreationTime\"\n }\n },\n secondaryEndpoints: {\n readOnly: true,\n serializedName: \"properties.secondaryEndpoints\",\n type: {\n name: \"Composite\",\n className: \"Endpoints\"\n }\n },\n encryption: {\n readOnly: true,\n serializedName: \"properties.encryption\",\n type: {\n name: \"Composite\",\n className: \"Encryption\"\n }\n },\n accessTier: {\n readOnly: true,\n serializedName: \"properties.accessTier\",\n type: {\n name: \"Enum\",\n allowedValues: [\"Hot\", \"Cool\"]\n }\n },\n azureFilesIdentityBasedAuthentication: {\n serializedName: \"properties.azureFilesIdentityBasedAuthentication\",\n type: {\n name: \"Composite\",\n className: \"AzureFilesIdentityBasedAuthentication\"\n }\n },\n enableHttpsTrafficOnly: {\n serializedName: \"properties.supportsHttpsTrafficOnly\",\n type: {\n name: \"Boolean\"\n }\n },\n networkRuleSet: {\n readOnly: true,\n serializedName: \"properties.networkAcls\",\n type: {\n name: \"Composite\",\n className: \"NetworkRuleSet\"\n }\n },\n isHnsEnabled: {\n serializedName: \"properties.isHnsEnabled\",\n type: {\n name: \"Boolean\"\n }\n },\n geoReplicationStats: {\n readOnly: true,\n serializedName: \"properties.geoReplicationStats\",\n type: {\n name: \"Composite\",\n className: \"GeoReplicationStats\"\n }\n },\n failoverInProgress: {\n readOnly: true,\n serializedName: \"properties.failoverInProgress\",\n type: {\n name: \"Boolean\"\n }\n },\n largeFileSharesState: {\n serializedName: \"properties.largeFileSharesState\",\n type: {\n name: \"String\"\n }\n },\n privateEndpointConnections: {\n readOnly: true,\n serializedName: \"properties.privateEndpointConnections\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnection\"\n }\n }\n }\n },\n routingPreference: {\n serializedName: \"properties.routingPreference\",\n type: {\n name: \"Composite\",\n className: \"RoutingPreference\"\n }\n },\n blobRestoreStatus: {\n readOnly: true,\n serializedName: \"properties.blobRestoreStatus\",\n type: {\n name: \"Composite\",\n className: \"BlobRestoreStatus\"\n }\n },\n allowBlobPublicAccess: {\n serializedName: \"properties.allowBlobPublicAccess\",\n type: {\n name: \"Boolean\"\n }\n },\n minimumTlsVersion: {\n serializedName: \"properties.minimumTlsVersion\",\n type: {\n name: \"String\"\n }\n },\n allowSharedKeyAccess: {\n serializedName: \"properties.allowSharedKeyAccess\",\n type: {\n name: \"Boolean\"\n }\n },\n enableNfsV3: {\n serializedName: \"properties.isNfsV3Enabled\",\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const StorageAccountKey: msRest.CompositeMapper = {\n serializedName: \"StorageAccountKey\",\n type: {\n name: \"Composite\",\n className: \"StorageAccountKey\",\n modelProperties: {\n keyName: {\n readOnly: true,\n serializedName: \"keyName\",\n type: {\n name: \"String\"\n }\n },\n value: {\n readOnly: true,\n serializedName: \"value\",\n type: {\n name: \"String\"\n }\n },\n permissions: {\n readOnly: true,\n serializedName: \"permissions\",\n type: {\n name: \"Enum\",\n allowedValues: [\"Read\", \"Full\"]\n }\n },\n creationTime: {\n readOnly: true,\n serializedName: \"creationTime\",\n type: {\n name: \"DateTime\"\n }\n }\n }\n }\n};\n\nexport const StorageAccountListKeysResult: msRest.CompositeMapper = {\n serializedName: \"StorageAccountListKeysResult\",\n type: {\n name: \"Composite\",\n className: \"StorageAccountListKeysResult\",\n modelProperties: {\n keys: {\n readOnly: true,\n serializedName: \"keys\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"StorageAccountKey\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const StorageAccountRegenerateKeyParameters: msRest.CompositeMapper = {\n serializedName: \"StorageAccountRegenerateKeyParameters\",\n type: {\n name: \"Composite\",\n className: \"StorageAccountRegenerateKeyParameters\",\n modelProperties: {\n keyName: {\n required: true,\n serializedName: \"keyName\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const StorageAccountUpdateParameters: msRest.CompositeMapper = {\n serializedName: \"StorageAccountUpdateParameters\",\n type: {\n name: \"Composite\",\n className: \"StorageAccountUpdateParameters\",\n modelProperties: {\n sku: {\n serializedName: \"sku\",\n type: {\n name: \"Composite\",\n className: \"Sku\"\n }\n },\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"Composite\",\n className: \"Identity\"\n }\n },\n customDomain: {\n serializedName: \"properties.customDomain\",\n type: {\n name: \"Composite\",\n className: \"CustomDomain\"\n }\n },\n encryption: {\n serializedName: \"properties.encryption\",\n type: {\n name: \"Composite\",\n className: \"Encryption\"\n }\n },\n sasPolicy: {\n serializedName: \"properties.sasPolicy\",\n type: {\n name: \"Composite\",\n className: \"SasPolicy\"\n }\n },\n keyPolicy: {\n serializedName: \"properties.keyPolicy\",\n type: {\n name: \"Composite\",\n className: \"KeyPolicy\"\n }\n },\n accessTier: {\n serializedName: \"properties.accessTier\",\n type: {\n name: \"Enum\",\n allowedValues: [\"Hot\", \"Cool\"]\n }\n },\n azureFilesIdentityBasedAuthentication: {\n serializedName: \"properties.azureFilesIdentityBasedAuthentication\",\n type: {\n name: \"Composite\",\n className: \"AzureFilesIdentityBasedAuthentication\"\n }\n },\n enableHttpsTrafficOnly: {\n serializedName: \"properties.supportsHttpsTrafficOnly\",\n type: {\n name: \"Boolean\"\n }\n },\n networkRuleSet: {\n serializedName: \"properties.networkAcls\",\n type: {\n name: \"Composite\",\n className: \"NetworkRuleSet\"\n }\n },\n largeFileSharesState: {\n serializedName: \"properties.largeFileSharesState\",\n type: {\n name: \"String\"\n }\n },\n routingPreference: {\n serializedName: \"properties.routingPreference\",\n type: {\n name: \"Composite\",\n className: \"RoutingPreference\"\n }\n },\n allowBlobPublicAccess: {\n serializedName: \"properties.allowBlobPublicAccess\",\n type: {\n name: \"Boolean\"\n }\n },\n minimumTlsVersion: {\n serializedName: \"properties.minimumTlsVersion\",\n type: {\n name: \"String\"\n }\n },\n allowSharedKeyAccess: {\n serializedName: \"properties.allowSharedKeyAccess\",\n type: {\n name: \"Boolean\"\n }\n },\n kind: {\n serializedName: \"kind\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const UsageName: msRest.CompositeMapper = {\n serializedName: \"UsageName\",\n type: {\n name: \"Composite\",\n className: \"UsageName\",\n modelProperties: {\n value: {\n readOnly: true,\n serializedName: \"value\",\n type: {\n name: \"String\"\n }\n },\n localizedValue: {\n readOnly: true,\n serializedName: \"localizedValue\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Usage: msRest.CompositeMapper = {\n serializedName: \"Usage\",\n type: {\n name: \"Composite\",\n className: \"Usage\",\n modelProperties: {\n unit: {\n readOnly: true,\n serializedName: \"unit\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"Count\",\n \"Bytes\",\n \"Seconds\",\n \"Percent\",\n \"CountsPerSecond\",\n \"BytesPerSecond\"\n ]\n }\n },\n currentValue: {\n readOnly: true,\n serializedName: \"currentValue\",\n type: {\n name: \"Number\"\n }\n },\n limit: {\n readOnly: true,\n serializedName: \"limit\",\n type: {\n name: \"Number\"\n }\n },\n name: {\n readOnly: true,\n serializedName: \"name\",\n type: {\n name: \"Composite\",\n className: \"UsageName\"\n }\n }\n }\n }\n};\n\nexport const AccountSasParameters: msRest.CompositeMapper = {\n serializedName: \"AccountSasParameters\",\n type: {\n name: \"Composite\",\n className: \"AccountSasParameters\",\n modelProperties: {\n services: {\n required: true,\n serializedName: \"signedServices\",\n type: {\n name: \"String\"\n }\n },\n resourceTypes: {\n required: true,\n serializedName: \"signedResourceTypes\",\n type: {\n name: \"String\"\n }\n },\n permissions: {\n required: true,\n serializedName: \"signedPermission\",\n type: {\n name: \"String\"\n }\n },\n iPAddressOrRange: {\n serializedName: \"signedIp\",\n type: {\n name: \"String\"\n }\n },\n protocols: {\n serializedName: \"signedProtocol\",\n type: {\n name: \"Enum\",\n allowedValues: [\"https,http\", \"https\"]\n }\n },\n sharedAccessStartTime: {\n serializedName: \"signedStart\",\n type: {\n name: \"DateTime\"\n }\n },\n sharedAccessExpiryTime: {\n required: true,\n serializedName: \"signedExpiry\",\n type: {\n name: \"DateTime\"\n }\n },\n keyToSign: {\n serializedName: \"keyToSign\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ListAccountSasResponse: msRest.CompositeMapper = {\n serializedName: \"ListAccountSasResponse\",\n type: {\n name: \"Composite\",\n className: \"ListAccountSasResponse\",\n modelProperties: {\n accountSasToken: {\n readOnly: true,\n serializedName: \"accountSasToken\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ServiceSasParameters: msRest.CompositeMapper = {\n serializedName: \"ServiceSasParameters\",\n type: {\n name: \"Composite\",\n className: \"ServiceSasParameters\",\n modelProperties: {\n canonicalizedResource: {\n required: true,\n serializedName: \"canonicalizedResource\",\n type: {\n name: \"String\"\n }\n },\n resource: {\n serializedName: \"signedResource\",\n type: {\n name: \"String\"\n }\n },\n permissions: {\n serializedName: \"signedPermission\",\n type: {\n name: \"String\"\n }\n },\n iPAddressOrRange: {\n serializedName: \"signedIp\",\n type: {\n name: \"String\"\n }\n },\n protocols: {\n serializedName: \"signedProtocol\",\n type: {\n name: \"Enum\",\n allowedValues: [\"https,http\", \"https\"]\n }\n },\n sharedAccessStartTime: {\n serializedName: \"signedStart\",\n type: {\n name: \"DateTime\"\n }\n },\n sharedAccessExpiryTime: {\n serializedName: \"signedExpiry\",\n type: {\n name: \"DateTime\"\n }\n },\n identifier: {\n serializedName: \"signedIdentifier\",\n constraints: {\n MaxLength: 64\n },\n type: {\n name: \"String\"\n }\n },\n partitionKeyStart: {\n serializedName: \"startPk\",\n type: {\n name: \"String\"\n }\n },\n partitionKeyEnd: {\n serializedName: \"endPk\",\n type: {\n name: \"String\"\n }\n },\n rowKeyStart: {\n serializedName: \"startRk\",\n type: {\n name: \"String\"\n }\n },\n rowKeyEnd: {\n serializedName: \"endRk\",\n type: {\n name: \"String\"\n }\n },\n keyToSign: {\n serializedName: \"keyToSign\",\n type: {\n name: \"String\"\n }\n },\n cacheControl: {\n serializedName: \"rscc\",\n type: {\n name: \"String\"\n }\n },\n contentDisposition: {\n serializedName: \"rscd\",\n type: {\n name: \"String\"\n }\n },\n contentEncoding: {\n serializedName: \"rsce\",\n type: {\n name: \"String\"\n }\n },\n contentLanguage: {\n serializedName: \"rscl\",\n type: {\n name: \"String\"\n }\n },\n contentType: {\n serializedName: \"rsct\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ListServiceSasResponse: msRest.CompositeMapper = {\n serializedName: \"ListServiceSasResponse\",\n type: {\n name: \"Composite\",\n className: \"ListServiceSasResponse\",\n modelProperties: {\n serviceSasToken: {\n readOnly: true,\n serializedName: \"serviceSasToken\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DateAfterModification: msRest.CompositeMapper = {\n serializedName: \"DateAfterModification\",\n type: {\n name: \"Composite\",\n className: \"DateAfterModification\",\n modelProperties: {\n daysAfterModificationGreaterThan: {\n serializedName: \"daysAfterModificationGreaterThan\",\n constraints: {\n InclusiveMinimum: 0,\n MultipleOf: 1\n },\n type: {\n name: \"Number\"\n }\n },\n daysAfterLastAccessTimeGreaterThan: {\n serializedName: \"daysAfterLastAccessTimeGreaterThan\",\n constraints: {\n InclusiveMinimum: 0,\n MultipleOf: 1\n },\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const ManagementPolicyBaseBlob: msRest.CompositeMapper = {\n serializedName: \"ManagementPolicyBaseBlob\",\n type: {\n name: \"Composite\",\n className: \"ManagementPolicyBaseBlob\",\n modelProperties: {\n tierToCool: {\n serializedName: \"tierToCool\",\n type: {\n name: \"Composite\",\n className: \"DateAfterModification\"\n }\n },\n tierToArchive: {\n serializedName: \"tierToArchive\",\n type: {\n name: \"Composite\",\n className: \"DateAfterModification\"\n }\n },\n deleteProperty: {\n serializedName: \"delete\",\n type: {\n name: \"Composite\",\n className: \"DateAfterModification\"\n }\n },\n enableAutoTierToHotFromCool: {\n serializedName: \"enableAutoTierToHotFromCool\",\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const DateAfterCreation: msRest.CompositeMapper = {\n serializedName: \"DateAfterCreation\",\n type: {\n name: \"Composite\",\n className: \"DateAfterCreation\",\n modelProperties: {\n daysAfterCreationGreaterThan: {\n required: true,\n serializedName: \"daysAfterCreationGreaterThan\",\n constraints: {\n InclusiveMinimum: 0,\n MultipleOf: 1\n },\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const ManagementPolicySnapShot: msRest.CompositeMapper = {\n serializedName: \"ManagementPolicySnapShot\",\n type: {\n name: \"Composite\",\n className: \"ManagementPolicySnapShot\",\n modelProperties: {\n tierToCool: {\n serializedName: \"tierToCool\",\n type: {\n name: \"Composite\",\n className: \"DateAfterCreation\"\n }\n },\n tierToArchive: {\n serializedName: \"tierToArchive\",\n type: {\n name: \"Composite\",\n className: \"DateAfterCreation\"\n }\n },\n deleteProperty: {\n serializedName: \"delete\",\n type: {\n name: \"Composite\",\n className: \"DateAfterCreation\"\n }\n }\n }\n }\n};\n\nexport const ManagementPolicyVersion: msRest.CompositeMapper = {\n serializedName: \"ManagementPolicyVersion\",\n type: {\n name: \"Composite\",\n className: \"ManagementPolicyVersion\",\n modelProperties: {\n tierToCool: {\n serializedName: \"tierToCool\",\n type: {\n name: \"Composite\",\n className: \"DateAfterCreation\"\n }\n },\n tierToArchive: {\n serializedName: \"tierToArchive\",\n type: {\n name: \"Composite\",\n className: \"DateAfterCreation\"\n }\n },\n deleteProperty: {\n serializedName: \"delete\",\n type: {\n name: \"Composite\",\n className: \"DateAfterCreation\"\n }\n }\n }\n }\n};\n\nexport const ManagementPolicyAction: msRest.CompositeMapper = {\n serializedName: \"ManagementPolicyAction\",\n type: {\n name: \"Composite\",\n className: \"ManagementPolicyAction\",\n modelProperties: {\n baseBlob: {\n serializedName: \"baseBlob\",\n type: {\n name: \"Composite\",\n className: \"ManagementPolicyBaseBlob\"\n }\n },\n snapshot: {\n serializedName: \"snapshot\",\n type: {\n name: \"Composite\",\n className: \"ManagementPolicySnapShot\"\n }\n },\n version: {\n serializedName: \"version\",\n type: {\n name: \"Composite\",\n className: \"ManagementPolicyVersion\"\n }\n }\n }\n }\n};\n\nexport const TagFilter: msRest.CompositeMapper = {\n serializedName: \"TagFilter\",\n type: {\n name: \"Composite\",\n className: \"TagFilter\",\n modelProperties: {\n name: {\n required: true,\n serializedName: \"name\",\n constraints: {\n MaxLength: 128,\n MinLength: 1\n },\n type: {\n name: \"String\"\n }\n },\n op: {\n required: true,\n serializedName: \"op\",\n type: {\n name: \"String\"\n }\n },\n value: {\n required: true,\n serializedName: \"value\",\n constraints: {\n MaxLength: 256,\n MinLength: 0\n },\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ManagementPolicyFilter: msRest.CompositeMapper = {\n serializedName: \"ManagementPolicyFilter\",\n type: {\n name: \"Composite\",\n className: \"ManagementPolicyFilter\",\n modelProperties: {\n prefixMatch: {\n serializedName: \"prefixMatch\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n blobTypes: {\n required: true,\n serializedName: \"blobTypes\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n blobIndexMatch: {\n serializedName: \"blobIndexMatch\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"TagFilter\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ManagementPolicyDefinition: msRest.CompositeMapper = {\n serializedName: \"ManagementPolicyDefinition\",\n type: {\n name: \"Composite\",\n className: \"ManagementPolicyDefinition\",\n modelProperties: {\n actions: {\n required: true,\n serializedName: \"actions\",\n type: {\n name: \"Composite\",\n className: \"ManagementPolicyAction\"\n }\n },\n filters: {\n serializedName: \"filters\",\n type: {\n name: \"Composite\",\n className: \"ManagementPolicyFilter\"\n }\n }\n }\n }\n};\n\nexport const ManagementPolicyRule: msRest.CompositeMapper = {\n serializedName: \"ManagementPolicyRule\",\n type: {\n name: \"Composite\",\n className: \"ManagementPolicyRule\",\n modelProperties: {\n enabled: {\n serializedName: \"enabled\",\n type: {\n name: \"Boolean\"\n }\n },\n name: {\n required: true,\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n type: {\n required: true,\n isConstant: true,\n serializedName: \"type\",\n defaultValue: \"Lifecycle\",\n type: {\n name: \"String\"\n }\n },\n definition: {\n required: true,\n serializedName: \"definition\",\n type: {\n name: \"Composite\",\n className: \"ManagementPolicyDefinition\"\n }\n }\n }\n }\n};\n\nexport const ManagementPolicySchema: msRest.CompositeMapper = {\n serializedName: \"ManagementPolicySchema\",\n type: {\n name: \"Composite\",\n className: \"ManagementPolicySchema\",\n modelProperties: {\n rules: {\n required: true,\n serializedName: \"rules\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ManagementPolicyRule\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ManagementPolicy: msRest.CompositeMapper = {\n serializedName: \"ManagementPolicy\",\n type: {\n name: \"Composite\",\n className: \"ManagementPolicy\",\n modelProperties: {\n ...Resource.type.modelProperties,\n lastModifiedTime: {\n readOnly: true,\n serializedName: \"properties.lastModifiedTime\",\n type: {\n name: \"DateTime\"\n }\n },\n policy: {\n required: true,\n serializedName: \"properties.policy\",\n type: {\n name: \"Composite\",\n className: \"ManagementPolicySchema\"\n }\n }\n }\n }\n};\n\nexport const EncryptionScopeKeyVaultProperties: msRest.CompositeMapper = {\n serializedName: \"EncryptionScopeKeyVaultProperties\",\n type: {\n name: \"Composite\",\n className: \"EncryptionScopeKeyVaultProperties\",\n modelProperties: {\n keyUri: {\n serializedName: \"keyUri\",\n type: {\n name: \"String\"\n }\n },\n currentVersionedKeyIdentifier: {\n readOnly: true,\n serializedName: \"currentVersionedKeyIdentifier\",\n type: {\n name: \"String\"\n }\n },\n lastKeyRotationTimestamp: {\n readOnly: true,\n serializedName: \"lastKeyRotationTimestamp\",\n type: {\n name: \"DateTime\"\n }\n }\n }\n }\n};\n\nexport const EncryptionScope: msRest.CompositeMapper = {\n serializedName: \"EncryptionScope\",\n type: {\n name: \"Composite\",\n className: \"EncryptionScope\",\n modelProperties: {\n ...Resource.type.modelProperties,\n source: {\n serializedName: \"properties.source\",\n type: {\n name: \"String\"\n }\n },\n state: {\n serializedName: \"properties.state\",\n type: {\n name: \"String\"\n }\n },\n creationTime: {\n readOnly: true,\n serializedName: \"properties.creationTime\",\n type: {\n name: \"DateTime\"\n }\n },\n lastModifiedTime: {\n readOnly: true,\n serializedName: \"properties.lastModifiedTime\",\n type: {\n name: \"DateTime\"\n }\n },\n keyVaultProperties: {\n serializedName: \"properties.keyVaultProperties\",\n type: {\n name: \"Composite\",\n className: \"EncryptionScopeKeyVaultProperties\"\n }\n },\n requireInfrastructureEncryption: {\n serializedName: \"properties.requireInfrastructureEncryption\",\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const ObjectReplicationPolicyFilter: msRest.CompositeMapper = {\n serializedName: \"ObjectReplicationPolicyFilter\",\n type: {\n name: \"Composite\",\n className: \"ObjectReplicationPolicyFilter\",\n modelProperties: {\n prefixMatch: {\n serializedName: \"prefixMatch\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n minCreationTime: {\n serializedName: \"minCreationTime\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ObjectReplicationPolicyRule: msRest.CompositeMapper = {\n serializedName: \"ObjectReplicationPolicyRule\",\n type: {\n name: \"Composite\",\n className: \"ObjectReplicationPolicyRule\",\n modelProperties: {\n ruleId: {\n serializedName: \"ruleId\",\n type: {\n name: \"String\"\n }\n },\n sourceContainer: {\n required: true,\n serializedName: \"sourceContainer\",\n type: {\n name: \"String\"\n }\n },\n destinationContainer: {\n required: true,\n serializedName: \"destinationContainer\",\n type: {\n name: \"String\"\n }\n },\n filters: {\n serializedName: \"filters\",\n type: {\n name: \"Composite\",\n className: \"ObjectReplicationPolicyFilter\"\n }\n }\n }\n }\n};\n\nexport const ObjectReplicationPolicy: msRest.CompositeMapper = {\n serializedName: \"ObjectReplicationPolicy\",\n type: {\n name: \"Composite\",\n className: \"ObjectReplicationPolicy\",\n modelProperties: {\n ...Resource.type.modelProperties,\n policyId: {\n readOnly: true,\n serializedName: \"properties.policyId\",\n type: {\n name: \"String\"\n }\n },\n enabledTime: {\n readOnly: true,\n serializedName: \"properties.enabledTime\",\n type: {\n name: \"DateTime\"\n }\n },\n sourceAccount: {\n required: true,\n serializedName: \"properties.sourceAccount\",\n type: {\n name: \"String\"\n }\n },\n destinationAccount: {\n required: true,\n serializedName: \"properties.destinationAccount\",\n type: {\n name: \"String\"\n }\n },\n rules: {\n serializedName: \"properties.rules\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ObjectReplicationPolicyRule\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const BlobInventoryPolicyFilter: msRest.CompositeMapper = {\n serializedName: \"BlobInventoryPolicyFilter\",\n type: {\n name: \"Composite\",\n className: \"BlobInventoryPolicyFilter\",\n modelProperties: {\n prefixMatch: {\n serializedName: \"prefixMatch\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n blobTypes: {\n required: true,\n serializedName: \"blobTypes\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n includeBlobVersions: {\n serializedName: \"includeBlobVersions\",\n type: {\n name: \"Boolean\"\n }\n },\n includeSnapshots: {\n serializedName: \"includeSnapshots\",\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const BlobInventoryPolicyDefinition: msRest.CompositeMapper = {\n serializedName: \"BlobInventoryPolicyDefinition\",\n type: {\n name: \"Composite\",\n className: \"BlobInventoryPolicyDefinition\",\n modelProperties: {\n filters: {\n required: true,\n serializedName: \"filters\",\n type: {\n name: \"Composite\",\n className: \"BlobInventoryPolicyFilter\"\n }\n }\n }\n }\n};\n\nexport const BlobInventoryPolicyRule: msRest.CompositeMapper = {\n serializedName: \"BlobInventoryPolicyRule\",\n type: {\n name: \"Composite\",\n className: \"BlobInventoryPolicyRule\",\n modelProperties: {\n enabled: {\n required: true,\n serializedName: \"enabled\",\n type: {\n name: \"Boolean\"\n }\n },\n name: {\n required: true,\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n definition: {\n required: true,\n serializedName: \"definition\",\n type: {\n name: \"Composite\",\n className: \"BlobInventoryPolicyDefinition\"\n }\n }\n }\n }\n};\n\nexport const BlobInventoryPolicySchema: msRest.CompositeMapper = {\n serializedName: \"BlobInventoryPolicySchema\",\n type: {\n name: \"Composite\",\n className: \"BlobInventoryPolicySchema\",\n modelProperties: {\n enabled: {\n required: true,\n serializedName: \"enabled\",\n type: {\n name: \"Boolean\"\n }\n },\n destination: {\n required: true,\n serializedName: \"destination\",\n type: {\n name: \"String\"\n }\n },\n type: {\n required: true,\n isConstant: true,\n serializedName: \"type\",\n defaultValue: \"Inventory\",\n type: {\n name: \"String\"\n }\n },\n rules: {\n required: true,\n serializedName: \"rules\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"BlobInventoryPolicyRule\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const SystemData: msRest.CompositeMapper = {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\",\n modelProperties: {\n createdBy: {\n serializedName: \"createdBy\",\n type: {\n name: \"String\"\n }\n },\n createdByType: {\n serializedName: \"createdByType\",\n type: {\n name: \"String\"\n }\n },\n createdAt: {\n serializedName: \"createdAt\",\n type: {\n name: \"DateTime\"\n }\n },\n lastModifiedBy: {\n serializedName: \"lastModifiedBy\",\n type: {\n name: \"String\"\n }\n },\n lastModifiedByType: {\n serializedName: \"lastModifiedByType\",\n type: {\n name: \"String\"\n }\n },\n lastModifiedAt: {\n serializedName: \"lastModifiedAt\",\n type: {\n name: \"DateTime\"\n }\n }\n }\n }\n};\n\nexport const BlobInventoryPolicy: msRest.CompositeMapper = {\n serializedName: \"BlobInventoryPolicy\",\n type: {\n name: \"Composite\",\n className: \"BlobInventoryPolicy\",\n modelProperties: {\n ...Resource.type.modelProperties,\n lastModifiedTime: {\n readOnly: true,\n serializedName: \"properties.lastModifiedTime\",\n type: {\n name: \"DateTime\"\n }\n },\n policy: {\n required: true,\n serializedName: \"properties.policy\",\n defaultValue: {},\n type: {\n name: \"Composite\",\n className: \"BlobInventoryPolicySchema\"\n }\n },\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\"\n }\n }\n }\n }\n};\n\nexport const ErrorResponseBody: msRest.CompositeMapper = {\n serializedName: \"ErrorResponseBody\",\n type: {\n name: \"Composite\",\n className: \"ErrorResponseBody\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n type: {\n name: \"String\"\n }\n },\n message: {\n serializedName: \"message\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ErrorResponse: msRest.CompositeMapper = {\n serializedName: \"ErrorResponse\",\n type: {\n name: \"Composite\",\n className: \"ErrorResponse\",\n modelProperties: {\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"ErrorResponseBody\"\n }\n }\n }\n }\n};\n\nexport const AzureEntityResource: msRest.CompositeMapper = {\n serializedName: \"AzureEntityResource\",\n type: {\n name: \"Composite\",\n className: \"AzureEntityResource\",\n modelProperties: {\n ...Resource.type.modelProperties,\n etag: {\n readOnly: true,\n serializedName: \"etag\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const PrivateLinkResource: msRest.CompositeMapper = {\n serializedName: \"PrivateLinkResource\",\n type: {\n name: \"Composite\",\n className: \"PrivateLinkResource\",\n modelProperties: {\n ...Resource.type.modelProperties,\n groupId: {\n readOnly: true,\n serializedName: \"properties.groupId\",\n type: {\n name: \"String\"\n }\n },\n requiredMembers: {\n readOnly: true,\n serializedName: \"properties.requiredMembers\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n requiredZoneNames: {\n serializedName: \"properties.requiredZoneNames\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const PrivateLinkResourceListResult: msRest.CompositeMapper = {\n serializedName: \"PrivateLinkResourceListResult\",\n type: {\n name: \"Composite\",\n className: \"PrivateLinkResourceListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PrivateLinkResource\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const UpdateHistoryProperty: msRest.CompositeMapper = {\n serializedName: \"UpdateHistoryProperty\",\n type: {\n name: \"Composite\",\n className: \"UpdateHistoryProperty\",\n modelProperties: {\n update: {\n readOnly: true,\n serializedName: \"update\",\n type: {\n name: \"String\"\n }\n },\n immutabilityPeriodSinceCreationInDays: {\n readOnly: true,\n serializedName: \"immutabilityPeriodSinceCreationInDays\",\n type: {\n name: \"Number\"\n }\n },\n timestamp: {\n readOnly: true,\n serializedName: \"timestamp\",\n type: {\n name: \"DateTime\"\n }\n },\n objectIdentifier: {\n readOnly: true,\n serializedName: \"objectIdentifier\",\n type: {\n name: \"String\"\n }\n },\n tenantId: {\n readOnly: true,\n serializedName: \"tenantId\",\n type: {\n name: \"String\"\n }\n },\n upn: {\n readOnly: true,\n serializedName: \"upn\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ImmutabilityPolicyProperties: msRest.CompositeMapper = {\n serializedName: \"ImmutabilityPolicyProperties\",\n type: {\n name: \"Composite\",\n className: \"ImmutabilityPolicyProperties\",\n modelProperties: {\n immutabilityPeriodSinceCreationInDays: {\n serializedName: \"properties.immutabilityPeriodSinceCreationInDays\",\n type: {\n name: \"Number\"\n }\n },\n state: {\n readOnly: true,\n serializedName: \"properties.state\",\n type: {\n name: \"String\"\n }\n },\n allowProtectedAppendWrites: {\n serializedName: \"properties.allowProtectedAppendWrites\",\n type: {\n name: \"Boolean\"\n }\n },\n etag: {\n readOnly: true,\n serializedName: \"etag\",\n type: {\n name: \"String\"\n }\n },\n updateHistory: {\n readOnly: true,\n serializedName: \"updateHistory\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"UpdateHistoryProperty\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const TagProperty: msRest.CompositeMapper = {\n serializedName: \"TagProperty\",\n type: {\n name: \"Composite\",\n className: \"TagProperty\",\n modelProperties: {\n tag: {\n readOnly: true,\n serializedName: \"tag\",\n type: {\n name: \"String\"\n }\n },\n timestamp: {\n readOnly: true,\n serializedName: \"timestamp\",\n type: {\n name: \"DateTime\"\n }\n },\n objectIdentifier: {\n readOnly: true,\n serializedName: \"objectIdentifier\",\n type: {\n name: \"String\"\n }\n },\n tenantId: {\n readOnly: true,\n serializedName: \"tenantId\",\n type: {\n name: \"String\"\n }\n },\n upn: {\n readOnly: true,\n serializedName: \"upn\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const LegalHoldProperties: msRest.CompositeMapper = {\n serializedName: \"LegalHoldProperties\",\n type: {\n name: \"Composite\",\n className: \"LegalHoldProperties\",\n modelProperties: {\n hasLegalHold: {\n readOnly: true,\n serializedName: \"hasLegalHold\",\n type: {\n name: \"Boolean\"\n }\n },\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"TagProperty\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const BlobContainer: msRest.CompositeMapper = {\n serializedName: \"BlobContainer\",\n type: {\n name: \"Composite\",\n className: \"BlobContainer\",\n modelProperties: {\n ...AzureEntityResource.type.modelProperties,\n version: {\n readOnly: true,\n serializedName: \"properties.version\",\n type: {\n name: \"String\"\n }\n },\n deleted: {\n readOnly: true,\n serializedName: \"properties.deleted\",\n type: {\n name: \"Boolean\"\n }\n },\n deletedTime: {\n readOnly: true,\n serializedName: \"properties.deletedTime\",\n type: {\n name: \"DateTime\"\n }\n },\n remainingRetentionDays: {\n readOnly: true,\n serializedName: \"properties.remainingRetentionDays\",\n type: {\n name: \"Number\"\n }\n },\n defaultEncryptionScope: {\n serializedName: \"properties.defaultEncryptionScope\",\n type: {\n name: \"String\"\n }\n },\n denyEncryptionScopeOverride: {\n serializedName: \"properties.denyEncryptionScopeOverride\",\n type: {\n name: \"Boolean\"\n }\n },\n publicAccess: {\n serializedName: \"properties.publicAccess\",\n type: {\n name: \"Enum\",\n allowedValues: [\"Container\", \"Blob\", \"None\"]\n }\n },\n lastModifiedTime: {\n readOnly: true,\n serializedName: \"properties.lastModifiedTime\",\n type: {\n name: \"DateTime\"\n }\n },\n leaseStatus: {\n readOnly: true,\n serializedName: \"properties.leaseStatus\",\n type: {\n name: \"String\"\n }\n },\n leaseState: {\n readOnly: true,\n serializedName: \"properties.leaseState\",\n type: {\n name: \"String\"\n }\n },\n leaseDuration: {\n readOnly: true,\n serializedName: \"properties.leaseDuration\",\n type: {\n name: \"String\"\n }\n },\n metadata: {\n serializedName: \"properties.metadata\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n immutabilityPolicy: {\n readOnly: true,\n serializedName: \"properties.immutabilityPolicy\",\n type: {\n name: \"Composite\",\n className: \"ImmutabilityPolicyProperties\"\n }\n },\n legalHold: {\n readOnly: true,\n serializedName: \"properties.legalHold\",\n type: {\n name: \"Composite\",\n className: \"LegalHoldProperties\"\n }\n },\n hasLegalHold: {\n readOnly: true,\n serializedName: \"properties.hasLegalHold\",\n type: {\n name: \"Boolean\"\n }\n },\n hasImmutabilityPolicy: {\n readOnly: true,\n serializedName: \"properties.hasImmutabilityPolicy\",\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const ImmutabilityPolicy: msRest.CompositeMapper = {\n serializedName: \"ImmutabilityPolicy\",\n type: {\n name: \"Composite\",\n className: \"ImmutabilityPolicy\",\n modelProperties: {\n ...AzureEntityResource.type.modelProperties,\n immutabilityPeriodSinceCreationInDays: {\n serializedName: \"properties.immutabilityPeriodSinceCreationInDays\",\n type: {\n name: \"Number\"\n }\n },\n state: {\n readOnly: true,\n serializedName: \"properties.state\",\n type: {\n name: \"String\"\n }\n },\n allowProtectedAppendWrites: {\n serializedName: \"properties.allowProtectedAppendWrites\",\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const LegalHold: msRest.CompositeMapper = {\n serializedName: \"LegalHold\",\n type: {\n name: \"Composite\",\n className: \"LegalHold\",\n modelProperties: {\n hasLegalHold: {\n readOnly: true,\n serializedName: \"hasLegalHold\",\n type: {\n name: \"Boolean\"\n }\n },\n tags: {\n required: true,\n serializedName: \"tags\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ListContainerItem: msRest.CompositeMapper = {\n serializedName: \"ListContainerItem\",\n type: {\n name: \"Composite\",\n className: \"ListContainerItem\",\n modelProperties: {\n ...AzureEntityResource.type.modelProperties,\n version: {\n readOnly: true,\n serializedName: \"properties.version\",\n type: {\n name: \"String\"\n }\n },\n deleted: {\n readOnly: true,\n serializedName: \"properties.deleted\",\n type: {\n name: \"Boolean\"\n }\n },\n deletedTime: {\n readOnly: true,\n serializedName: \"properties.deletedTime\",\n type: {\n name: \"DateTime\"\n }\n },\n remainingRetentionDays: {\n readOnly: true,\n serializedName: \"properties.remainingRetentionDays\",\n type: {\n name: \"Number\"\n }\n },\n defaultEncryptionScope: {\n serializedName: \"properties.defaultEncryptionScope\",\n type: {\n name: \"String\"\n }\n },\n denyEncryptionScopeOverride: {\n serializedName: \"properties.denyEncryptionScopeOverride\",\n type: {\n name: \"Boolean\"\n }\n },\n publicAccess: {\n serializedName: \"properties.publicAccess\",\n type: {\n name: \"Enum\",\n allowedValues: [\"Container\", \"Blob\", \"None\"]\n }\n },\n lastModifiedTime: {\n readOnly: true,\n serializedName: \"properties.lastModifiedTime\",\n type: {\n name: \"DateTime\"\n }\n },\n leaseStatus: {\n readOnly: true,\n serializedName: \"properties.leaseStatus\",\n type: {\n name: \"String\"\n }\n },\n leaseState: {\n readOnly: true,\n serializedName: \"properties.leaseState\",\n type: {\n name: \"String\"\n }\n },\n leaseDuration: {\n readOnly: true,\n serializedName: \"properties.leaseDuration\",\n type: {\n name: \"String\"\n }\n },\n metadata: {\n serializedName: \"properties.metadata\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n immutabilityPolicy: {\n readOnly: true,\n serializedName: \"properties.immutabilityPolicy\",\n type: {\n name: \"Composite\",\n className: \"ImmutabilityPolicyProperties\"\n }\n },\n legalHold: {\n readOnly: true,\n serializedName: \"properties.legalHold\",\n type: {\n name: \"Composite\",\n className: \"LegalHoldProperties\"\n }\n },\n hasLegalHold: {\n readOnly: true,\n serializedName: \"properties.hasLegalHold\",\n type: {\n name: \"Boolean\"\n }\n },\n hasImmutabilityPolicy: {\n readOnly: true,\n serializedName: \"properties.hasImmutabilityPolicy\",\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const CorsRule: msRest.CompositeMapper = {\n serializedName: \"CorsRule\",\n type: {\n name: \"Composite\",\n className: \"CorsRule\",\n modelProperties: {\n allowedOrigins: {\n required: true,\n serializedName: \"allowedOrigins\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n allowedMethods: {\n required: true,\n serializedName: \"allowedMethods\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n maxAgeInSeconds: {\n required: true,\n serializedName: \"maxAgeInSeconds\",\n type: {\n name: \"Number\"\n }\n },\n exposedHeaders: {\n required: true,\n serializedName: \"exposedHeaders\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n allowedHeaders: {\n required: true,\n serializedName: \"allowedHeaders\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const CorsRules: msRest.CompositeMapper = {\n serializedName: \"CorsRules\",\n type: {\n name: \"Composite\",\n className: \"CorsRules\",\n modelProperties: {\n corsRules: {\n serializedName: \"corsRules\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"CorsRule\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const DeleteRetentionPolicy: msRest.CompositeMapper = {\n serializedName: \"DeleteRetentionPolicy\",\n type: {\n name: \"Composite\",\n className: \"DeleteRetentionPolicy\",\n modelProperties: {\n enabled: {\n serializedName: \"enabled\",\n type: {\n name: \"Boolean\"\n }\n },\n days: {\n serializedName: \"days\",\n constraints: {\n InclusiveMaximum: 365,\n InclusiveMinimum: 1\n },\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const ChangeFeed: msRest.CompositeMapper = {\n serializedName: \"ChangeFeed\",\n type: {\n name: \"Composite\",\n className: \"ChangeFeed\",\n modelProperties: {\n enabled: {\n serializedName: \"enabled\",\n type: {\n name: \"Boolean\"\n }\n },\n retentionInDays: {\n serializedName: \"retentionInDays\",\n constraints: {\n InclusiveMaximum: 146000,\n InclusiveMinimum: 1\n },\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const RestorePolicyProperties: msRest.CompositeMapper = {\n serializedName: \"RestorePolicyProperties\",\n type: {\n name: \"Composite\",\n className: \"RestorePolicyProperties\",\n modelProperties: {\n enabled: {\n required: true,\n serializedName: \"enabled\",\n type: {\n name: \"Boolean\"\n }\n },\n days: {\n serializedName: \"days\",\n constraints: {\n InclusiveMaximum: 365,\n InclusiveMinimum: 1\n },\n type: {\n name: \"Number\"\n }\n },\n lastEnabledTime: {\n readOnly: true,\n serializedName: \"lastEnabledTime\",\n type: {\n name: \"DateTime\"\n }\n },\n minRestoreTime: {\n readOnly: true,\n serializedName: \"minRestoreTime\",\n type: {\n name: \"DateTime\"\n }\n }\n }\n }\n};\n\nexport const LastAccessTimeTrackingPolicy: msRest.CompositeMapper = {\n serializedName: \"LastAccessTimeTrackingPolicy\",\n type: {\n name: \"Composite\",\n className: \"LastAccessTimeTrackingPolicy\",\n modelProperties: {\n enable: {\n required: true,\n serializedName: \"enable\",\n type: {\n name: \"Boolean\"\n }\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n trackingGranularityInDays: {\n serializedName: \"trackingGranularityInDays\",\n type: {\n name: \"Number\"\n }\n },\n blobType: {\n serializedName: \"blobType\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const BlobServiceProperties: msRest.CompositeMapper = {\n serializedName: \"BlobServiceProperties\",\n type: {\n name: \"Composite\",\n className: \"BlobServiceProperties\",\n modelProperties: {\n ...Resource.type.modelProperties,\n cors: {\n serializedName: \"properties.cors\",\n type: {\n name: \"Composite\",\n className: \"CorsRules\"\n }\n },\n defaultServiceVersion: {\n serializedName: \"properties.defaultServiceVersion\",\n type: {\n name: \"String\"\n }\n },\n deleteRetentionPolicy: {\n serializedName: \"properties.deleteRetentionPolicy\",\n type: {\n name: \"Composite\",\n className: \"DeleteRetentionPolicy\"\n }\n },\n isVersioningEnabled: {\n serializedName: \"properties.isVersioningEnabled\",\n type: {\n name: \"Boolean\"\n }\n },\n automaticSnapshotPolicyEnabled: {\n serializedName: \"properties.automaticSnapshotPolicyEnabled\",\n type: {\n name: \"Boolean\"\n }\n },\n changeFeed: {\n serializedName: \"properties.changeFeed\",\n type: {\n name: \"Composite\",\n className: \"ChangeFeed\"\n }\n },\n restorePolicy: {\n serializedName: \"properties.restorePolicy\",\n type: {\n name: \"Composite\",\n className: \"RestorePolicyProperties\"\n }\n },\n containerDeleteRetentionPolicy: {\n serializedName: \"properties.containerDeleteRetentionPolicy\",\n type: {\n name: \"Composite\",\n className: \"DeleteRetentionPolicy\"\n }\n },\n lastAccessTimeTrackingPolicy: {\n serializedName: \"properties.lastAccessTimeTrackingPolicy\",\n type: {\n name: \"Composite\",\n className: \"LastAccessTimeTrackingPolicy\"\n }\n },\n sku: {\n readOnly: true,\n serializedName: \"sku\",\n type: {\n name: \"Composite\",\n className: \"Sku\"\n }\n }\n }\n }\n};\n\nexport const LeaseContainerRequest: msRest.CompositeMapper = {\n serializedName: \"LeaseContainerRequest\",\n type: {\n name: \"Composite\",\n className: \"LeaseContainerRequest\",\n modelProperties: {\n action: {\n required: true,\n serializedName: \"action\",\n type: {\n name: \"String\"\n }\n },\n leaseId: {\n serializedName: \"leaseId\",\n type: {\n name: \"String\"\n }\n },\n breakPeriod: {\n serializedName: \"breakPeriod\",\n type: {\n name: \"Number\"\n }\n },\n leaseDuration: {\n serializedName: \"leaseDuration\",\n type: {\n name: \"Number\"\n }\n },\n proposedLeaseId: {\n serializedName: \"proposedLeaseId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const LeaseContainerResponse: msRest.CompositeMapper = {\n serializedName: \"LeaseContainerResponse\",\n type: {\n name: \"Composite\",\n className: \"LeaseContainerResponse\",\n modelProperties: {\n leaseId: {\n serializedName: \"leaseId\",\n type: {\n name: \"String\"\n }\n },\n leaseTimeSeconds: {\n serializedName: \"leaseTimeSeconds\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Multichannel: msRest.CompositeMapper = {\n serializedName: \"Multichannel\",\n type: {\n name: \"Composite\",\n className: \"Multichannel\",\n modelProperties: {\n enabled: {\n serializedName: \"enabled\",\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const SmbSetting: msRest.CompositeMapper = {\n serializedName: \"SmbSetting\",\n type: {\n name: \"Composite\",\n className: \"SmbSetting\",\n modelProperties: {\n multichannel: {\n serializedName: \"multichannel\",\n type: {\n name: \"Composite\",\n className: \"Multichannel\"\n }\n },\n versions: {\n serializedName: \"versions\",\n type: {\n name: \"String\"\n }\n },\n authenticationMethods: {\n serializedName: \"authenticationMethods\",\n type: {\n name: \"String\"\n }\n },\n kerberosTicketEncryption: {\n serializedName: \"kerberosTicketEncryption\",\n type: {\n name: \"String\"\n }\n },\n channelEncryption: {\n serializedName: \"channelEncryption\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ProtocolSettings: msRest.CompositeMapper = {\n serializedName: \"ProtocolSettings\",\n type: {\n name: \"Composite\",\n className: \"ProtocolSettings\",\n modelProperties: {\n smb: {\n serializedName: \"smb\",\n type: {\n name: \"Composite\",\n className: \"SmbSetting\"\n }\n }\n }\n }\n};\n\nexport const FileServiceProperties: msRest.CompositeMapper = {\n serializedName: \"FileServiceProperties\",\n type: {\n name: \"Composite\",\n className: \"FileServiceProperties\",\n modelProperties: {\n ...Resource.type.modelProperties,\n cors: {\n serializedName: \"properties.cors\",\n type: {\n name: \"Composite\",\n className: \"CorsRules\"\n }\n },\n shareDeleteRetentionPolicy: {\n serializedName: \"properties.shareDeleteRetentionPolicy\",\n type: {\n name: \"Composite\",\n className: \"DeleteRetentionPolicy\"\n }\n },\n protocolSettings: {\n serializedName: \"properties.protocolSettings\",\n type: {\n name: \"Composite\",\n className: \"ProtocolSettings\"\n }\n },\n sku: {\n readOnly: true,\n serializedName: \"sku\",\n type: {\n name: \"Composite\",\n className: \"Sku\"\n }\n }\n }\n }\n};\n\nexport const FileServiceItems: msRest.CompositeMapper = {\n serializedName: \"FileServiceItems\",\n type: {\n name: \"Composite\",\n className: \"FileServiceItems\",\n modelProperties: {\n value: {\n readOnly: true,\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"FileServiceProperties\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const FileShare: msRest.CompositeMapper = {\n serializedName: \"FileShare\",\n type: {\n name: \"Composite\",\n className: \"FileShare\",\n modelProperties: {\n ...AzureEntityResource.type.modelProperties,\n lastModifiedTime: {\n readOnly: true,\n serializedName: \"properties.lastModifiedTime\",\n type: {\n name: \"DateTime\"\n }\n },\n metadata: {\n serializedName: \"properties.metadata\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n shareQuota: {\n serializedName: \"properties.shareQuota\",\n constraints: {\n InclusiveMaximum: 102400,\n InclusiveMinimum: 1\n },\n type: {\n name: \"Number\"\n }\n },\n enabledProtocols: {\n serializedName: \"properties.enabledProtocols\",\n type: {\n name: \"String\"\n }\n },\n rootSquash: {\n serializedName: \"properties.rootSquash\",\n type: {\n name: \"String\"\n }\n },\n version: {\n readOnly: true,\n serializedName: \"properties.version\",\n type: {\n name: \"String\"\n }\n },\n deleted: {\n readOnly: true,\n serializedName: \"properties.deleted\",\n type: {\n name: \"Boolean\"\n }\n },\n deletedTime: {\n readOnly: true,\n serializedName: \"properties.deletedTime\",\n type: {\n name: \"DateTime\"\n }\n },\n remainingRetentionDays: {\n readOnly: true,\n serializedName: \"properties.remainingRetentionDays\",\n type: {\n name: \"Number\"\n }\n },\n accessTier: {\n serializedName: \"properties.accessTier\",\n type: {\n name: \"String\"\n }\n },\n accessTierChangeTime: {\n readOnly: true,\n serializedName: \"properties.accessTierChangeTime\",\n type: {\n name: \"DateTime\"\n }\n },\n accessTierStatus: {\n readOnly: true,\n serializedName: \"properties.accessTierStatus\",\n type: {\n name: \"String\"\n }\n },\n shareUsageBytes: {\n readOnly: true,\n serializedName: \"properties.shareUsageBytes\",\n type: {\n name: \"Number\"\n }\n },\n snapshotTime: {\n readOnly: true,\n serializedName: \"properties.snapshotTime\",\n type: {\n name: \"DateTime\"\n }\n }\n }\n }\n};\n\nexport const DeletedShare: msRest.CompositeMapper = {\n serializedName: \"DeletedShare\",\n type: {\n name: \"Composite\",\n className: \"DeletedShare\",\n modelProperties: {\n deletedShareName: {\n required: true,\n serializedName: \"deletedShareName\",\n type: {\n name: \"String\"\n }\n },\n deletedShareVersion: {\n required: true,\n serializedName: \"deletedShareVersion\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const FileShareItem: msRest.CompositeMapper = {\n serializedName: \"FileShareItem\",\n type: {\n name: \"Composite\",\n className: \"FileShareItem\",\n modelProperties: {\n ...AzureEntityResource.type.modelProperties,\n lastModifiedTime: {\n readOnly: true,\n serializedName: \"properties.lastModifiedTime\",\n type: {\n name: \"DateTime\"\n }\n },\n metadata: {\n serializedName: \"properties.metadata\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n shareQuota: {\n serializedName: \"properties.shareQuota\",\n constraints: {\n InclusiveMaximum: 102400,\n InclusiveMinimum: 1\n },\n type: {\n name: \"Number\"\n }\n },\n enabledProtocols: {\n serializedName: \"properties.enabledProtocols\",\n type: {\n name: \"String\"\n }\n },\n rootSquash: {\n serializedName: \"properties.rootSquash\",\n type: {\n name: \"String\"\n }\n },\n version: {\n readOnly: true,\n serializedName: \"properties.version\",\n type: {\n name: \"String\"\n }\n },\n deleted: {\n readOnly: true,\n serializedName: \"properties.deleted\",\n type: {\n name: \"Boolean\"\n }\n },\n deletedTime: {\n readOnly: true,\n serializedName: \"properties.deletedTime\",\n type: {\n name: \"DateTime\"\n }\n },\n remainingRetentionDays: {\n readOnly: true,\n serializedName: \"properties.remainingRetentionDays\",\n type: {\n name: \"Number\"\n }\n },\n accessTier: {\n serializedName: \"properties.accessTier\",\n type: {\n name: \"String\"\n }\n },\n accessTierChangeTime: {\n readOnly: true,\n serializedName: \"properties.accessTierChangeTime\",\n type: {\n name: \"DateTime\"\n }\n },\n accessTierStatus: {\n readOnly: true,\n serializedName: \"properties.accessTierStatus\",\n type: {\n name: \"String\"\n }\n },\n shareUsageBytes: {\n readOnly: true,\n serializedName: \"properties.shareUsageBytes\",\n type: {\n name: \"Number\"\n }\n },\n snapshotTime: {\n readOnly: true,\n serializedName: \"properties.snapshotTime\",\n type: {\n name: \"DateTime\"\n }\n }\n }\n }\n};\n\nexport const QueueServiceProperties: msRest.CompositeMapper = {\n serializedName: \"QueueServiceProperties\",\n type: {\n name: \"Composite\",\n className: \"QueueServiceProperties\",\n modelProperties: {\n ...Resource.type.modelProperties,\n cors: {\n serializedName: \"properties.cors\",\n type: {\n name: \"Composite\",\n className: \"CorsRules\"\n }\n }\n }\n }\n};\n\nexport const ListQueueServices: msRest.CompositeMapper = {\n serializedName: \"ListQueueServices\",\n type: {\n name: \"Composite\",\n className: \"ListQueueServices\",\n modelProperties: {\n value: {\n readOnly: true,\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"QueueServiceProperties\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const StorageQueue: msRest.CompositeMapper = {\n serializedName: \"StorageQueue\",\n type: {\n name: \"Composite\",\n className: \"StorageQueue\",\n modelProperties: {\n ...Resource.type.modelProperties,\n metadata: {\n serializedName: \"properties.metadata\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n approximateMessageCount: {\n readOnly: true,\n serializedName: \"properties.approximateMessageCount\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const ListQueue: msRest.CompositeMapper = {\n serializedName: \"ListQueue\",\n type: {\n name: \"Composite\",\n className: \"ListQueue\",\n modelProperties: {\n ...Resource.type.modelProperties,\n metadata: {\n serializedName: \"properties.metadata\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const TableServiceProperties: msRest.CompositeMapper = {\n serializedName: \"TableServiceProperties\",\n type: {\n name: \"Composite\",\n className: \"TableServiceProperties\",\n modelProperties: {\n ...Resource.type.modelProperties,\n cors: {\n serializedName: \"properties.cors\",\n type: {\n name: \"Composite\",\n className: \"CorsRules\"\n }\n }\n }\n }\n};\n\nexport const ListTableServices: msRest.CompositeMapper = {\n serializedName: \"ListTableServices\",\n type: {\n name: \"Composite\",\n className: \"ListTableServices\",\n modelProperties: {\n value: {\n readOnly: true,\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"TableServiceProperties\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const Table: msRest.CompositeMapper = {\n serializedName: \"Table\",\n type: {\n name: \"Composite\",\n className: \"Table\",\n modelProperties: {\n ...Resource.type.modelProperties,\n tableName: {\n readOnly: true,\n serializedName: \"properties.tableName\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const BlobContainersCreateOrUpdateImmutabilityPolicyHeaders: msRest.CompositeMapper = {\n serializedName: \"blobcontainers-createorupdateimmutabilitypolicy-headers\",\n type: {\n name: \"Composite\",\n className: \"BlobContainersCreateOrUpdateImmutabilityPolicyHeaders\",\n modelProperties: {\n eTag: {\n serializedName: \"etag\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const BlobContainersGetImmutabilityPolicyHeaders: msRest.CompositeMapper = {\n serializedName: \"blobcontainers-getimmutabilitypolicy-headers\",\n type: {\n name: \"Composite\",\n className: \"BlobContainersGetImmutabilityPolicyHeaders\",\n modelProperties: {\n eTag: {\n serializedName: \"etag\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const BlobContainersDeleteImmutabilityPolicyHeaders: msRest.CompositeMapper = {\n serializedName: \"blobcontainers-deleteimmutabilitypolicy-headers\",\n type: {\n name: \"Composite\",\n className: \"BlobContainersDeleteImmutabilityPolicyHeaders\",\n modelProperties: {\n eTag: {\n serializedName: \"etag\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const BlobContainersLockImmutabilityPolicyHeaders: msRest.CompositeMapper = {\n serializedName: \"blobcontainers-lockimmutabilitypolicy-headers\",\n type: {\n name: \"Composite\",\n className: \"BlobContainersLockImmutabilityPolicyHeaders\",\n modelProperties: {\n eTag: {\n serializedName: \"etag\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const BlobContainersExtendImmutabilityPolicyHeaders: msRest.CompositeMapper = {\n serializedName: \"blobcontainers-extendimmutabilitypolicy-headers\",\n type: {\n name: \"Composite\",\n className: \"BlobContainersExtendImmutabilityPolicyHeaders\",\n modelProperties: {\n eTag: {\n serializedName: \"etag\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const OperationListResult: msRest.CompositeMapper = {\n serializedName: \"OperationListResult\",\n type: {\n name: \"Composite\",\n className: \"OperationListResult\",\n modelProperties: {\n value: {\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Operation\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const StorageSkuListResult: msRest.CompositeMapper = {\n serializedName: \"StorageSkuListResult\",\n type: {\n name: \"Composite\",\n className: \"StorageSkuListResult\",\n modelProperties: {\n value: {\n readOnly: true,\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SkuInformation\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const StorageAccountListResult: msRest.CompositeMapper = {\n serializedName: \"StorageAccountListResult\",\n type: {\n name: \"Composite\",\n className: \"StorageAccountListResult\",\n modelProperties: {\n value: {\n readOnly: true,\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"StorageAccount\"\n }\n }\n }\n },\n nextLink: {\n readOnly: true,\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DeletedAccountListResult: msRest.CompositeMapper = {\n serializedName: \"DeletedAccountListResult\",\n type: {\n name: \"Composite\",\n className: \"DeletedAccountListResult\",\n modelProperties: {\n value: {\n readOnly: true,\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DeletedAccount\"\n }\n }\n }\n },\n nextLink: {\n readOnly: true,\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const UsageListResult: msRest.CompositeMapper = {\n serializedName: \"UsageListResult\",\n type: {\n name: \"Composite\",\n className: \"UsageListResult\",\n modelProperties: {\n value: {\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Usage\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ListBlobInventoryPolicy: msRest.CompositeMapper = {\n serializedName: \"ListBlobInventoryPolicy\",\n type: {\n name: \"Composite\",\n className: \"ListBlobInventoryPolicy\",\n modelProperties: {\n value: {\n readOnly: true,\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"BlobInventoryPolicy\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const PrivateEndpointConnectionListResult: msRest.CompositeMapper = {\n serializedName: \"PrivateEndpointConnectionListResult\",\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnectionListResult\",\n modelProperties: {\n value: {\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnection\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ObjectReplicationPolicies: msRest.CompositeMapper = {\n serializedName: \"ObjectReplicationPolicies\",\n type: {\n name: \"Composite\",\n className: \"ObjectReplicationPolicies\",\n modelProperties: {\n value: {\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ObjectReplicationPolicy\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const EncryptionScopeListResult: msRest.CompositeMapper = {\n serializedName: \"EncryptionScopeListResult\",\n type: {\n name: \"Composite\",\n className: \"EncryptionScopeListResult\",\n modelProperties: {\n value: {\n readOnly: true,\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"EncryptionScope\"\n }\n }\n }\n },\n nextLink: {\n readOnly: true,\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const BlobServiceItems: msRest.CompositeMapper = {\n serializedName: \"BlobServiceItems\",\n type: {\n name: \"Composite\",\n className: \"BlobServiceItems\",\n modelProperties: {\n value: {\n readOnly: true,\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"BlobServiceProperties\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ListContainerItems: msRest.CompositeMapper = {\n serializedName: \"ListContainerItems\",\n type: {\n name: \"Composite\",\n className: \"ListContainerItems\",\n modelProperties: {\n value: {\n readOnly: true,\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ListContainerItem\"\n }\n }\n }\n },\n nextLink: {\n readOnly: true,\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const FileShareItems: msRest.CompositeMapper = {\n serializedName: \"FileShareItems\",\n type: {\n name: \"Composite\",\n className: \"FileShareItems\",\n modelProperties: {\n value: {\n readOnly: true,\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"FileShareItem\"\n }\n }\n }\n },\n nextLink: {\n readOnly: true,\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ListQueueResource: msRest.CompositeMapper = {\n serializedName: \"ListQueueResource\",\n type: {\n name: \"Composite\",\n className: \"ListQueueResource\",\n modelProperties: {\n value: {\n readOnly: true,\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ListQueue\"\n }\n }\n }\n },\n nextLink: {\n readOnly: true,\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ListTableResource: msRest.CompositeMapper = {\n serializedName: \"ListTableResource\",\n type: {\n name: \"Composite\",\n className: \"ListTableResource\",\n modelProperties: {\n value: {\n readOnly: true,\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Table\"\n }\n }\n }\n },\n nextLink: {\n readOnly: true,\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n CloudError,\n Dimension,\n MetricSpecification,\n Operation,\n OperationDisplay,\n OperationListResult,\n ServiceSpecification\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\n\nexport const acceptLanguage: msRest.OperationParameter = {\n parameterPath: \"acceptLanguage\",\n mapper: {\n serializedName: \"accept-language\",\n defaultValue: \"en-US\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const accountName: msRest.OperationURLParameter = {\n parameterPath: \"accountName\",\n mapper: {\n required: true,\n serializedName: \"accountName\",\n constraints: {\n MaxLength: 24,\n MinLength: 3\n },\n type: {\n name: \"String\"\n }\n }\n};\nexport const apiVersion: msRest.OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n required: true,\n serializedName: \"api-version\",\n constraints: {\n MinLength: 1\n },\n type: {\n name: \"String\"\n }\n }\n};\nexport const blobInventoryPolicyName: msRest.OperationURLParameter = {\n parameterPath: \"blobInventoryPolicyName\",\n mapper: {\n required: true,\n isConstant: true,\n serializedName: \"blobInventoryPolicyName\",\n defaultValue: \"default\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const blobServicesName: msRest.OperationURLParameter = {\n parameterPath: \"blobServicesName\",\n mapper: {\n required: true,\n isConstant: true,\n serializedName: \"BlobServicesName\",\n defaultValue: \"default\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const containerName: msRest.OperationURLParameter = {\n parameterPath: \"containerName\",\n mapper: {\n required: true,\n serializedName: \"containerName\",\n constraints: {\n MaxLength: 63,\n MinLength: 3\n },\n type: {\n name: \"String\"\n }\n }\n};\nexport const deletedAccountName: msRest.OperationURLParameter = {\n parameterPath: \"deletedAccountName\",\n mapper: {\n required: true,\n serializedName: \"deletedAccountName\",\n constraints: {\n MaxLength: 24,\n MinLength: 3\n },\n type: {\n name: \"String\"\n }\n }\n};\nexport const encryptionScopeName: msRest.OperationURLParameter = {\n parameterPath: \"encryptionScopeName\",\n mapper: {\n required: true,\n serializedName: \"encryptionScopeName\",\n constraints: {\n MaxLength: 63,\n MinLength: 3\n },\n type: {\n name: \"String\"\n }\n }\n};\nexport const expand0: msRest.OperationQueryParameter = {\n parameterPath: [\"options\", \"expand\"],\n mapper: {\n serializedName: \"$expand\",\n type: {\n name: \"Enum\",\n allowedValues: [\"geoReplicationStats\", \"blobRestoreStatus\"]\n }\n }\n};\nexport const expand1: msRest.OperationQueryParameter = {\n parameterPath: [\"options\", \"expand\"],\n mapper: {\n serializedName: \"$expand\",\n type: {\n name: \"Enum\",\n allowedValues: [\"kerb\"]\n }\n }\n};\nexport const expand2: msRest.OperationQueryParameter = {\n parameterPath: [\"options\", \"expand\"],\n mapper: {\n serializedName: \"$expand\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const expand3: msRest.OperationQueryParameter = {\n parameterPath: [\"options\", \"expand\"],\n mapper: {\n serializedName: \"$expand\",\n type: {\n name: \"Enum\",\n allowedValues: [\"stats\"]\n }\n }\n};\nexport const fileServicesName: msRest.OperationURLParameter = {\n parameterPath: \"fileServicesName\",\n mapper: {\n required: true,\n isConstant: true,\n serializedName: \"FileServicesName\",\n defaultValue: \"default\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const filter: msRest.OperationQueryParameter = {\n parameterPath: [\"options\", \"filter\"],\n mapper: {\n serializedName: \"$filter\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const ifMatch0: msRest.OperationParameter = {\n parameterPath: [\"options\", \"ifMatch\"],\n mapper: {\n serializedName: \"If-Match\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const ifMatch1: msRest.OperationParameter = {\n parameterPath: \"ifMatch\",\n mapper: {\n required: true,\n serializedName: \"If-Match\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const immutabilityPolicyName: msRest.OperationURLParameter = {\n parameterPath: \"immutabilityPolicyName\",\n mapper: {\n required: true,\n isConstant: true,\n serializedName: \"immutabilityPolicyName\",\n defaultValue: \"default\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const include: msRest.OperationQueryParameter = {\n parameterPath: [\"options\", \"include\"],\n mapper: {\n serializedName: \"$include\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const location: msRest.OperationURLParameter = {\n parameterPath: \"location\",\n mapper: {\n required: true,\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const managementPolicyName: msRest.OperationURLParameter = {\n parameterPath: \"managementPolicyName\",\n mapper: {\n required: true,\n isConstant: true,\n serializedName: \"managementPolicyName\",\n defaultValue: \"default\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const maxpagesize: msRest.OperationQueryParameter = {\n parameterPath: [\"options\", \"maxpagesize\"],\n mapper: {\n serializedName: \"$maxpagesize\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const nextPageLink: msRest.OperationURLParameter = {\n parameterPath: \"nextPageLink\",\n mapper: {\n required: true,\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n },\n skipEncoding: true\n};\nexport const objectReplicationPolicyId: msRest.OperationURLParameter = {\n parameterPath: \"objectReplicationPolicyId\",\n mapper: {\n required: true,\n serializedName: \"objectReplicationPolicyId\",\n constraints: {\n MinLength: 1\n },\n type: {\n name: \"String\"\n }\n }\n};\nexport const privateEndpointConnectionName: msRest.OperationURLParameter = {\n parameterPath: \"privateEndpointConnectionName\",\n mapper: {\n required: true,\n serializedName: \"privateEndpointConnectionName\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const queueName: msRest.OperationURLParameter = {\n parameterPath: \"queueName\",\n mapper: {\n required: true,\n serializedName: \"queueName\",\n constraints: {\n MaxLength: 63,\n MinLength: 3,\n Pattern: /^[a-z0-9]([a-z0-9]|(-(?!-))){1,61}[a-z0-9]$/\n },\n type: {\n name: \"String\"\n }\n }\n};\nexport const queueServiceName: msRest.OperationURLParameter = {\n parameterPath: \"queueServiceName\",\n mapper: {\n required: true,\n isConstant: true,\n serializedName: \"queueServiceName\",\n defaultValue: \"default\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const resourceGroupName: msRest.OperationURLParameter = {\n parameterPath: \"resourceGroupName\",\n mapper: {\n required: true,\n serializedName: \"resourceGroupName\",\n constraints: {\n MaxLength: 90,\n MinLength: 1,\n Pattern: /^[-\\w\\._\\(\\)]+$/\n },\n type: {\n name: \"String\"\n }\n }\n};\nexport const shareName: msRest.OperationURLParameter = {\n parameterPath: \"shareName\",\n mapper: {\n required: true,\n serializedName: \"shareName\",\n constraints: {\n MaxLength: 63,\n MinLength: 3\n },\n type: {\n name: \"String\"\n }\n }\n};\nexport const subscriptionId: msRest.OperationURLParameter = {\n parameterPath: \"subscriptionId\",\n mapper: {\n required: true,\n serializedName: \"subscriptionId\",\n constraints: {\n MinLength: 1\n },\n type: {\n name: \"String\"\n }\n }\n};\nexport const tableName: msRest.OperationURLParameter = {\n parameterPath: \"tableName\",\n mapper: {\n required: true,\n serializedName: \"tableName\",\n constraints: {\n MaxLength: 63,\n MinLength: 3,\n Pattern: /^[A-Za-z][A-Za-z0-9]{2,62}$/\n },\n type: {\n name: \"String\"\n }\n }\n};\nexport const tableServiceName: msRest.OperationURLParameter = {\n parameterPath: \"tableServiceName\",\n mapper: {\n required: true,\n isConstant: true,\n serializedName: \"tableServiceName\",\n defaultValue: \"default\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const xMsSnapshot: msRest.OperationParameter = {\n parameterPath: [\"options\", \"xMsSnapshot\"],\n mapper: {\n serializedName: \"x-ms-snapshot\",\n type: {\n name: \"String\"\n }\n }\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/operationsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { StorageManagementClientContext } from \"../storageManagementClientContext\";\n\n/** Class representing a Operations. */\nexport class Operations {\n private readonly client: StorageManagementClientContext;\n\n /**\n * Create a Operations.\n * @param {StorageManagementClientContext} client Reference to the service client.\n */\n constructor(client: StorageManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Lists all of the available Storage Rest API operations.\n * @param [options] The optional parameters\n * @returns Promise<Models.OperationsListResponse>\n */\n list(options?: msRest.RequestOptionsBase): Promise<Models.OperationsListResponse>;\n /**\n * @param callback The callback\n */\n list(callback: msRest.ServiceCallback<Models.OperationListResult>): void;\n /**\n * @param options The optional parameters\n * @param callback The callback\n */\n list(options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.OperationListResult>): void;\n list(options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.OperationListResult>, callback?: msRest.ServiceCallback<Models.OperationListResult>): Promise<Models.OperationsListResponse> {\n return this.client.sendOperationRequest(\n {\n options\n },\n listOperationSpec,\n callback) as Promise<Models.OperationsListResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst listOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"providers/Microsoft.Storage/operations\",\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.OperationListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n CloudError,\n Restriction,\n SKUCapability,\n SkuInformation,\n StorageSkuListResult\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/skusMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { StorageManagementClientContext } from \"../storageManagementClientContext\";\n\n/** Class representing a Skus. */\nexport class Skus {\n private readonly client: StorageManagementClientContext;\n\n /**\n * Create a Skus.\n * @param {StorageManagementClientContext} client Reference to the service client.\n */\n constructor(client: StorageManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Lists the available SKUs supported by Microsoft.Storage for given subscription.\n * @param [options] The optional parameters\n * @returns Promise<Models.SkusListResponse>\n */\n list(options?: msRest.RequestOptionsBase): Promise<Models.SkusListResponse>;\n /**\n * @param callback The callback\n */\n list(callback: msRest.ServiceCallback<Models.StorageSkuListResult>): void;\n /**\n * @param options The optional parameters\n * @param callback The callback\n */\n list(options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.StorageSkuListResult>): void;\n list(options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.StorageSkuListResult>, callback?: msRest.ServiceCallback<Models.StorageSkuListResult>): Promise<Models.SkusListResponse> {\n return this.client.sendOperationRequest(\n {\n options\n },\n listOperationSpec,\n callback) as Promise<Models.SkusListResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst listOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/providers/Microsoft.Storage/skus\",\n urlParameters: [\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.StorageSkuListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n AccountSasParameters,\n ActiveDirectoryProperties,\n AzureEntityResource,\n AzureFilesIdentityBasedAuthentication,\n BaseResource,\n BlobContainer,\n BlobInventoryPolicy,\n BlobInventoryPolicyDefinition,\n BlobInventoryPolicyFilter,\n BlobInventoryPolicyRule,\n BlobInventoryPolicySchema,\n BlobRestoreParameters,\n BlobRestoreRange,\n BlobRestoreStatus,\n BlobServiceProperties,\n ChangeFeed,\n CheckNameAvailabilityResult,\n CloudError,\n CorsRule,\n CorsRules,\n CustomDomain,\n DateAfterCreation,\n DateAfterModification,\n DeletedAccount,\n DeleteRetentionPolicy,\n Encryption,\n EncryptionIdentity,\n EncryptionScope,\n EncryptionScopeKeyVaultProperties,\n EncryptionService,\n EncryptionServices,\n Endpoints,\n ExtendedLocation,\n FileServiceProperties,\n FileShare,\n FileShareItem,\n GeoReplicationStats,\n Identity,\n ImmutabilityPolicy,\n ImmutabilityPolicyProperties,\n IPRule,\n KeyCreationTime,\n KeyPolicy,\n KeyVaultProperties,\n LastAccessTimeTrackingPolicy,\n LegalHoldProperties,\n ListAccountSasResponse,\n ListContainerItem,\n ListQueue,\n ListServiceSasResponse,\n ManagementPolicy,\n ManagementPolicyAction,\n ManagementPolicyBaseBlob,\n ManagementPolicyDefinition,\n ManagementPolicyFilter,\n ManagementPolicyRule,\n ManagementPolicySchema,\n ManagementPolicySnapShot,\n ManagementPolicyVersion,\n Multichannel,\n NetworkRuleSet,\n ObjectReplicationPolicy,\n ObjectReplicationPolicyFilter,\n ObjectReplicationPolicyRule,\n PrivateEndpoint,\n PrivateEndpointConnection,\n PrivateLinkResource,\n PrivateLinkServiceConnectionState,\n ProtocolSettings,\n ProxyResource,\n QueueServiceProperties,\n Resource,\n ResourceAccessRule,\n RestorePolicyProperties,\n RoutingPreference,\n SasPolicy,\n ServiceSasParameters,\n Sku,\n SmbSetting,\n StorageAccount,\n StorageAccountCheckNameAvailabilityParameters,\n StorageAccountCreateParameters,\n StorageAccountInternetEndpoints,\n StorageAccountKey,\n StorageAccountListKeysResult,\n StorageAccountListResult,\n StorageAccountMicrosoftEndpoints,\n StorageAccountRegenerateKeyParameters,\n StorageAccountUpdateParameters,\n StorageQueue,\n SystemData,\n Table,\n TableServiceProperties,\n TagFilter,\n TagProperty,\n TrackedResource,\n UpdateHistoryProperty,\n UserAssignedIdentity,\n VirtualNetworkRule\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as msRestAzure from \"@azure/ms-rest-azure-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/storageAccountsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { StorageManagementClientContext } from \"../storageManagementClientContext\";\n\n/** Class representing a StorageAccounts. */\nexport class StorageAccounts {\n private readonly client: StorageManagementClientContext;\n\n /**\n * Create a StorageAccounts.\n * @param {StorageManagementClientContext} client Reference to the service client.\n */\n constructor(client: StorageManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Checks that the storage account name is valid and is not already in use.\n * @param name The storage account name.\n * @param [options] The optional parameters\n * @returns Promise<Models.StorageAccountsCheckNameAvailabilityResponse>\n */\n checkNameAvailability(name: string, options?: msRest.RequestOptionsBase): Promise<Models.StorageAccountsCheckNameAvailabilityResponse>;\n /**\n * @param name The storage account name.\n * @param callback The callback\n */\n checkNameAvailability(name: string, callback: msRest.ServiceCallback<Models.CheckNameAvailabilityResult>): void;\n /**\n * @param name The storage account name.\n * @param options The optional parameters\n * @param callback The callback\n */\n checkNameAvailability(name: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.CheckNameAvailabilityResult>): void;\n checkNameAvailability(name: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.CheckNameAvailabilityResult>, callback?: msRest.ServiceCallback<Models.CheckNameAvailabilityResult>): Promise<Models.StorageAccountsCheckNameAvailabilityResponse> {\n return this.client.sendOperationRequest(\n {\n name,\n options\n },\n checkNameAvailabilityOperationSpec,\n callback) as Promise<Models.StorageAccountsCheckNameAvailabilityResponse>;\n }\n\n /**\n * Asynchronously creates a new storage account with the specified parameters. If an account is\n * already created and a subsequent create request is issued with different properties, the account\n * properties will be updated. If an account is already created and a subsequent create or update\n * request is issued with the exact same set of properties, the request will succeed.\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param parameters The parameters to provide for the created account.\n * @param [options] The optional parameters\n * @returns Promise<Models.StorageAccountsCreateResponse>\n */\n create(resourceGroupName: string, accountName: string, parameters: Models.StorageAccountCreateParameters, options?: msRest.RequestOptionsBase): Promise<Models.StorageAccountsCreateResponse> {\n return this.beginCreate(resourceGroupName,accountName,parameters,options)\n .then(lroPoller => lroPoller.pollUntilFinished()) as Promise<Models.StorageAccountsCreateResponse>;\n }\n\n /**\n * Deletes a storage account in Microsoft Azure.\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n deleteMethod(resourceGroupName: string, accountName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param callback The callback\n */\n deleteMethod(resourceGroupName: string, accountName: string, callback: msRest.ServiceCallback<void>): void;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param options The optional parameters\n * @param callback The callback\n */\n deleteMethod(resourceGroupName: string, accountName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<void>): void;\n deleteMethod(resourceGroupName: string, accountName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<void>, callback?: msRest.ServiceCallback<void>): Promise<msRest.RestResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n accountName,\n options\n },\n deleteMethodOperationSpec,\n callback);\n }\n\n /**\n * Returns the properties for the specified storage account including but not limited to name, SKU\n * name, location, and account status. The ListKeys operation should be used to retrieve storage\n * keys.\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param [options] The optional parameters\n * @returns Promise<Models.StorageAccountsGetPropertiesResponse>\n */\n getProperties(resourceGroupName: string, accountName: string, options?: Models.StorageAccountsGetPropertiesOptionalParams): Promise<Models.StorageAccountsGetPropertiesResponse>;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param callback The callback\n */\n getProperties(resourceGroupName: string, accountName: string, callback: msRest.ServiceCallback<Models.StorageAccount>): void;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param options The optional parameters\n * @param callback The callback\n */\n getProperties(resourceGroupName: string, accountName: string, options: Models.StorageAccountsGetPropertiesOptionalParams, callback: msRest.ServiceCallback<Models.StorageAccount>): void;\n getProperties(resourceGroupName: string, accountName: string, options?: Models.StorageAccountsGetPropertiesOptionalParams | msRest.ServiceCallback<Models.StorageAccount>, callback?: msRest.ServiceCallback<Models.StorageAccount>): Promise<Models.StorageAccountsGetPropertiesResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n accountName,\n options\n },\n getPropertiesOperationSpec,\n callback) as Promise<Models.StorageAccountsGetPropertiesResponse>;\n }\n\n /**\n * The update operation can be used to update the SKU, encryption, access tier, or tags for a\n * storage account. It can also be used to map the account to a custom domain. Only one custom\n * domain is supported per storage account; the replacement/change of custom domain is not\n * supported. In order to replace an old custom domain, the old value must be cleared/unregistered\n * before a new value can be set. The update of multiple properties is supported. This call does\n * not change the storage keys for the account. If you want to change the storage account keys, use\n * the regenerate keys operation. The location and name of the storage account cannot be changed\n * after creation.\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param parameters The parameters to provide for the updated account.\n * @param [options] The optional parameters\n * @returns Promise<Models.StorageAccountsUpdateResponse>\n */\n update(resourceGroupName: string, accountName: string, parameters: Models.StorageAccountUpdateParameters, options?: msRest.RequestOptionsBase): Promise<Models.StorageAccountsUpdateResponse>;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param parameters The parameters to provide for the updated account.\n * @param callback The callback\n */\n update(resourceGroupName: string, accountName: string, parameters: Models.StorageAccountUpdateParameters, callback: msRest.ServiceCallback<Models.StorageAccount>): void;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param parameters The parameters to provide for the updated account.\n * @param options The optional parameters\n * @param callback The callback\n */\n update(resourceGroupName: string, accountName: string, parameters: Models.StorageAccountUpdateParameters, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.StorageAccount>): void;\n update(resourceGroupName: string, accountName: string, parameters: Models.StorageAccountUpdateParameters, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.StorageAccount>, callback?: msRest.ServiceCallback<Models.StorageAccount>): Promise<Models.StorageAccountsUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n accountName,\n parameters,\n options\n },\n updateOperationSpec,\n callback) as Promise<Models.StorageAccountsUpdateResponse>;\n }\n\n /**\n * Lists all the storage accounts available under the subscription. Note that storage keys are not\n * returned; use the ListKeys operation for this.\n * @param [options] The optional parameters\n * @returns Promise<Models.StorageAccountsListResponse>\n */\n list(options?: msRest.RequestOptionsBase): Promise<Models.StorageAccountsListResponse>;\n /**\n * @param callback The callback\n */\n list(callback: msRest.ServiceCallback<Models.StorageAccountListResult>): void;\n /**\n * @param options The optional parameters\n * @param callback The callback\n */\n list(options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.StorageAccountListResult>): void;\n list(options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.StorageAccountListResult>, callback?: msRest.ServiceCallback<Models.StorageAccountListResult>): Promise<Models.StorageAccountsListResponse> {\n return this.client.sendOperationRequest(\n {\n options\n },\n listOperationSpec,\n callback) as Promise<Models.StorageAccountsListResponse>;\n }\n\n /**\n * Lists all the storage accounts available under the given resource group. Note that storage keys\n * are not returned; use the ListKeys operation for this.\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param [options] The optional parameters\n * @returns Promise<Models.StorageAccountsListByResourceGroupResponse>\n */\n listByResourceGroup(resourceGroupName: string, options?: msRest.RequestOptionsBase): Promise<Models.StorageAccountsListByResourceGroupResponse>;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param callback The callback\n */\n listByResourceGroup(resourceGroupName: string, callback: msRest.ServiceCallback<Models.StorageAccountListResult>): void;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByResourceGroup(resourceGroupName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.StorageAccountListResult>): void;\n listByResourceGroup(resourceGroupName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.StorageAccountListResult>, callback?: msRest.ServiceCallback<Models.StorageAccountListResult>): Promise<Models.StorageAccountsListByResourceGroupResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n options\n },\n listByResourceGroupOperationSpec,\n callback) as Promise<Models.StorageAccountsListByResourceGroupResponse>;\n }\n\n /**\n * Lists the access keys or Kerberos keys (if active directory enabled) for the specified storage\n * account.\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param [options] The optional parameters\n * @returns Promise<Models.StorageAccountsListKeysResponse>\n */\n listKeys(resourceGroupName: string, accountName: string, options?: Models.StorageAccountsListKeysOptionalParams): Promise<Models.StorageAccountsListKeysResponse>;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param callback The callback\n */\n listKeys(resourceGroupName: string, accountName: string, callback: msRest.ServiceCallback<Models.StorageAccountListKeysResult>): void;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param options The optional parameters\n * @param callback The callback\n */\n listKeys(resourceGroupName: string, accountName: string, options: Models.StorageAccountsListKeysOptionalParams, callback: msRest.ServiceCallback<Models.StorageAccountListKeysResult>): void;\n listKeys(resourceGroupName: string, accountName: string, options?: Models.StorageAccountsListKeysOptionalParams | msRest.ServiceCallback<Models.StorageAccountListKeysResult>, callback?: msRest.ServiceCallback<Models.StorageAccountListKeysResult>): Promise<Models.StorageAccountsListKeysResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n accountName,\n options\n },\n listKeysOperationSpec,\n callback) as Promise<Models.StorageAccountsListKeysResponse>;\n }\n\n /**\n * Regenerates one of the access keys or Kerberos keys for the specified storage account.\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param keyName The name of storage keys that want to be regenerated, possible values are key1,\n * key2, kerb1, kerb2.\n * @param [options] The optional parameters\n * @returns Promise<Models.StorageAccountsRegenerateKeyResponse>\n */\n regenerateKey(resourceGroupName: string, accountName: string, keyName: string, options?: msRest.RequestOptionsBase): Promise<Models.StorageAccountsRegenerateKeyResponse>;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param keyName The name of storage keys that want to be regenerated, possible values are key1,\n * key2, kerb1, kerb2.\n * @param callback The callback\n */\n regenerateKey(resourceGroupName: string, accountName: string, keyName: string, callback: msRest.ServiceCallback<Models.StorageAccountListKeysResult>): void;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param keyName The name of storage keys that want to be regenerated, possible values are key1,\n * key2, kerb1, kerb2.\n * @param options The optional parameters\n * @param callback The callback\n */\n regenerateKey(resourceGroupName: string, accountName: string, keyName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.StorageAccountListKeysResult>): void;\n regenerateKey(resourceGroupName: string, accountName: string, keyName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.StorageAccountListKeysResult>, callback?: msRest.ServiceCallback<Models.StorageAccountListKeysResult>): Promise<Models.StorageAccountsRegenerateKeyResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n accountName,\n keyName,\n options\n },\n regenerateKeyOperationSpec,\n callback) as Promise<Models.StorageAccountsRegenerateKeyResponse>;\n }\n\n /**\n * List SAS credentials of a storage account.\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param parameters The parameters to provide to list SAS credentials for the storage account.\n * @param [options] The optional parameters\n * @returns Promise<Models.StorageAccountsListAccountSASResponse>\n */\n listAccountSAS(resourceGroupName: string, accountName: string, parameters: Models.AccountSasParameters, options?: msRest.RequestOptionsBase): Promise<Models.StorageAccountsListAccountSASResponse>;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param parameters The parameters to provide to list SAS credentials for the storage account.\n * @param callback The callback\n */\n listAccountSAS(resourceGroupName: string, accountName: string, parameters: Models.AccountSasParameters, callback: msRest.ServiceCallback<Models.ListAccountSasResponse>): void;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param parameters The parameters to provide to list SAS credentials for the storage account.\n * @param options The optional parameters\n * @param callback The callback\n */\n listAccountSAS(resourceGroupName: string, accountName: string, parameters: Models.AccountSasParameters, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ListAccountSasResponse>): void;\n listAccountSAS(resourceGroupName: string, accountName: string, parameters: Models.AccountSasParameters, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ListAccountSasResponse>, callback?: msRest.ServiceCallback<Models.ListAccountSasResponse>): Promise<Models.StorageAccountsListAccountSASResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n accountName,\n parameters,\n options\n },\n listAccountSASOperationSpec,\n callback) as Promise<Models.StorageAccountsListAccountSASResponse>;\n }\n\n /**\n * List service SAS credentials of a specific resource.\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param parameters The parameters to provide to list service SAS credentials.\n * @param [options] The optional parameters\n * @returns Promise<Models.StorageAccountsListServiceSASResponse>\n */\n listServiceSAS(resourceGroupName: string, accountName: string, parameters: Models.ServiceSasParameters, options?: msRest.RequestOptionsBase): Promise<Models.StorageAccountsListServiceSASResponse>;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param parameters The parameters to provide to list service SAS credentials.\n * @param callback The callback\n */\n listServiceSAS(resourceGroupName: string, accountName: string, parameters: Models.ServiceSasParameters, callback: msRest.ServiceCallback<Models.ListServiceSasResponse>): void;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param parameters The parameters to provide to list service SAS credentials.\n * @param options The optional parameters\n * @param callback The callback\n */\n listServiceSAS(resourceGroupName: string, accountName: string, parameters: Models.ServiceSasParameters, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ListServiceSasResponse>): void;\n listServiceSAS(resourceGroupName: string, accountName: string, parameters: Models.ServiceSasParameters, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ListServiceSasResponse>, callback?: msRest.ServiceCallback<Models.ListServiceSasResponse>): Promise<Models.StorageAccountsListServiceSASResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n accountName,\n parameters,\n options\n },\n listServiceSASOperationSpec,\n callback) as Promise<Models.StorageAccountsListServiceSASResponse>;\n }\n\n /**\n * Failover request can be triggered for a storage account in case of availability issues. The\n * failover occurs from the storage account's primary cluster to secondary cluster for RA-GRS\n * accounts. The secondary cluster will become primary after failover.\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n failover(resourceGroupName: string, accountName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse> {\n return this.beginFailover(resourceGroupName,accountName,options)\n .then(lroPoller => lroPoller.pollUntilFinished());\n }\n\n /**\n * Restore blobs in the specified blob ranges\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param timeToRestore Restore blob to the specified time.\n * @param blobRanges Blob ranges to restore.\n * @param [options] The optional parameters\n * @returns Promise<Models.StorageAccountsRestoreBlobRangesResponse>\n */\n restoreBlobRanges(resourceGroupName: string, accountName: string, timeToRestore: Date | string, blobRanges: Models.BlobRestoreRange[], options?: msRest.RequestOptionsBase): Promise<Models.StorageAccountsRestoreBlobRangesResponse> {\n return this.beginRestoreBlobRanges(resourceGroupName,accountName,timeToRestore,blobRanges,options)\n .then(lroPoller => lroPoller.pollUntilFinished()) as Promise<Models.StorageAccountsRestoreBlobRangesResponse>;\n }\n\n /**\n * Revoke user delegation keys.\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n revokeUserDelegationKeys(resourceGroupName: string, accountName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param callback The callback\n */\n revokeUserDelegationKeys(resourceGroupName: string, accountName: string, callback: msRest.ServiceCallback<void>): void;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param options The optional parameters\n * @param callback The callback\n */\n revokeUserDelegationKeys(resourceGroupName: string, accountName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<void>): void;\n revokeUserDelegationKeys(resourceGroupName: string, accountName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<void>, callback?: msRest.ServiceCallback<void>): Promise<msRest.RestResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n accountName,\n options\n },\n revokeUserDelegationKeysOperationSpec,\n callback);\n }\n\n /**\n * Asynchronously creates a new storage account with the specified parameters. If an account is\n * already created and a subsequent create request is issued with different properties, the account\n * properties will be updated. If an account is already created and a subsequent create or update\n * request is issued with the exact same set of properties, the request will succeed.\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param parameters The parameters to provide for the created account.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginCreate(resourceGroupName: string, accountName: string, parameters: Models.StorageAccountCreateParameters, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n accountName,\n parameters,\n options\n },\n beginCreateOperationSpec,\n options);\n }\n\n /**\n * Failover request can be triggered for a storage account in case of availability issues. The\n * failover occurs from the storage account's primary cluster to secondary cluster for RA-GRS\n * accounts. The secondary cluster will become primary after failover.\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginFailover(resourceGroupName: string, accountName: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n accountName,\n options\n },\n beginFailoverOperationSpec,\n options);\n }\n\n /**\n * Restore blobs in the specified blob ranges\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param timeToRestore Restore blob to the specified time.\n * @param blobRanges Blob ranges to restore.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginRestoreBlobRanges(resourceGroupName: string, accountName: string, timeToRestore: Date | string, blobRanges: Models.BlobRestoreRange[], options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n accountName,\n timeToRestore,\n blobRanges,\n options\n },\n beginRestoreBlobRangesOperationSpec,\n options);\n }\n\n /**\n * Lists all the storage accounts available under the subscription. Note that storage keys are not\n * returned; use the ListKeys operation for this.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.StorageAccountsListNextResponse>\n */\n listNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.StorageAccountsListNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.StorageAccountListResult>): void;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n listNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.StorageAccountListResult>): void;\n listNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.StorageAccountListResult>, callback?: msRest.ServiceCallback<Models.StorageAccountListResult>): Promise<Models.StorageAccountsListNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listNextOperationSpec,\n callback) as Promise<Models.StorageAccountsListNextResponse>;\n }\n\n /**\n * Lists all the storage accounts available under the given resource group. Note that storage keys\n * are not returned; use the ListKeys operation for this.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.StorageAccountsListByResourceGroupNextResponse>\n */\n listByResourceGroupNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.StorageAccountsListByResourceGroupNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listByResourceGroupNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.StorageAccountListResult>): void;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByResourceGroupNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.StorageAccountListResult>): void;\n listByResourceGroupNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.StorageAccountListResult>, callback?: msRest.ServiceCallback<Models.StorageAccountListResult>): Promise<Models.StorageAccountsListByResourceGroupNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listByResourceGroupNextOperationSpec,\n callback) as Promise<Models.StorageAccountsListByResourceGroupNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst checkNameAvailabilityOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/providers/Microsoft.Storage/checkNameAvailability\",\n urlParameters: [\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: {\n name: \"name\"\n },\n mapper: {\n ...Mappers.StorageAccountCheckNameAvailabilityParameters,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.CheckNameAvailabilityResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst deleteMethodOperationSpec: msRest.OperationSpec = {\n httpMethod: \"DELETE\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst getPropertiesOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion,\n Parameters.expand0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.StorageAccount\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst updateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PATCH\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"parameters\",\n mapper: {\n ...Mappers.StorageAccountUpdateParameters,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.StorageAccount\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/providers/Microsoft.Storage/storageAccounts\",\n urlParameters: [\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.StorageAccountListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listByResourceGroupOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.StorageAccountListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listKeysOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/listKeys\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion,\n Parameters.expand1\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.StorageAccountListKeysResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst regenerateKeyOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/regenerateKey\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: {\n keyName: \"keyName\"\n },\n mapper: {\n ...Mappers.StorageAccountRegenerateKeyParameters,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.StorageAccountListKeysResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listAccountSASOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/ListAccountSas\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"parameters\",\n mapper: {\n ...Mappers.AccountSasParameters,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.ListAccountSasResponse\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listServiceSASOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/ListServiceSas\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"parameters\",\n mapper: {\n ...Mappers.ServiceSasParameters,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.ListServiceSasResponse\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst revokeUserDelegationKeysOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/revokeUserDelegationKeys\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginCreateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"parameters\",\n mapper: {\n ...Mappers.StorageAccountCreateParameters,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.StorageAccount\n },\n 202: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginFailoverOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/failover\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {},\n 202: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginRestoreBlobRangesOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/restoreBlobRanges\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: {\n timeToRestore: \"timeToRestore\",\n blobRanges: \"blobRanges\"\n },\n mapper: {\n ...Mappers.BlobRestoreParameters,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.BlobRestoreStatus\n },\n 202: {\n bodyMapper: Mappers.BlobRestoreStatus\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.StorageAccountListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listByResourceGroupNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.StorageAccountListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n ActiveDirectoryProperties,\n AzureEntityResource,\n AzureFilesIdentityBasedAuthentication,\n BaseResource,\n BlobContainer,\n BlobInventoryPolicy,\n BlobInventoryPolicyDefinition,\n BlobInventoryPolicyFilter,\n BlobInventoryPolicyRule,\n BlobInventoryPolicySchema,\n BlobRestoreParameters,\n BlobRestoreRange,\n BlobRestoreStatus,\n BlobServiceProperties,\n ChangeFeed,\n CorsRule,\n CorsRules,\n CustomDomain,\n DateAfterCreation,\n DateAfterModification,\n DeletedAccount,\n DeletedAccountListResult,\n DeleteRetentionPolicy,\n Encryption,\n EncryptionIdentity,\n EncryptionScope,\n EncryptionScopeKeyVaultProperties,\n EncryptionService,\n EncryptionServices,\n Endpoints,\n ErrorResponse,\n ErrorResponseBody,\n ExtendedLocation,\n FileServiceProperties,\n FileShare,\n FileShareItem,\n GeoReplicationStats,\n Identity,\n ImmutabilityPolicy,\n ImmutabilityPolicyProperties,\n IPRule,\n KeyCreationTime,\n KeyPolicy,\n KeyVaultProperties,\n LastAccessTimeTrackingPolicy,\n LegalHoldProperties,\n ListContainerItem,\n ListQueue,\n ManagementPolicy,\n ManagementPolicyAction,\n ManagementPolicyBaseBlob,\n ManagementPolicyDefinition,\n ManagementPolicyFilter,\n ManagementPolicyRule,\n ManagementPolicySchema,\n ManagementPolicySnapShot,\n ManagementPolicyVersion,\n Multichannel,\n NetworkRuleSet,\n ObjectReplicationPolicy,\n ObjectReplicationPolicyFilter,\n ObjectReplicationPolicyRule,\n PrivateEndpoint,\n PrivateEndpointConnection,\n PrivateLinkResource,\n PrivateLinkServiceConnectionState,\n ProtocolSettings,\n ProxyResource,\n QueueServiceProperties,\n Resource,\n ResourceAccessRule,\n RestorePolicyProperties,\n RoutingPreference,\n SasPolicy,\n Sku,\n SmbSetting,\n StorageAccount,\n StorageAccountInternetEndpoints,\n StorageAccountMicrosoftEndpoints,\n StorageQueue,\n SystemData,\n Table,\n TableServiceProperties,\n TagFilter,\n TagProperty,\n TrackedResource,\n UpdateHistoryProperty,\n UserAssignedIdentity,\n VirtualNetworkRule\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/deletedAccountsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { StorageManagementClientContext } from \"../storageManagementClientContext\";\n\n/** Class representing a DeletedAccounts. */\nexport class DeletedAccounts {\n private readonly client: StorageManagementClientContext;\n\n /**\n * Create a DeletedAccounts.\n * @param {StorageManagementClientContext} client Reference to the service client.\n */\n constructor(client: StorageManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Lists deleted accounts under the subscription.\n * @param [options] The optional parameters\n * @returns Promise<Models.DeletedAccountsListResponse>\n */\n list(options?: msRest.RequestOptionsBase): Promise<Models.DeletedAccountsListResponse>;\n /**\n * @param callback The callback\n */\n list(callback: msRest.ServiceCallback<Models.DeletedAccountListResult>): void;\n /**\n * @param options The optional parameters\n * @param callback The callback\n */\n list(options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.DeletedAccountListResult>): void;\n list(options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.DeletedAccountListResult>, callback?: msRest.ServiceCallback<Models.DeletedAccountListResult>): Promise<Models.DeletedAccountsListResponse> {\n return this.client.sendOperationRequest(\n {\n options\n },\n listOperationSpec,\n callback) as Promise<Models.DeletedAccountsListResponse>;\n }\n\n /**\n * Get properties of specified deleted account resource.\n * @param deletedAccountName Name of the deleted storage account.\n * @param location The location of the deleted storage account.\n * @param [options] The optional parameters\n * @returns Promise<Models.DeletedAccountsGetResponse>\n */\n get(deletedAccountName: string, location: string, options?: msRest.RequestOptionsBase): Promise<Models.DeletedAccountsGetResponse>;\n /**\n * @param deletedAccountName Name of the deleted storage account.\n * @param location The location of the deleted storage account.\n * @param callback The callback\n */\n get(deletedAccountName: string, location: string, callback: msRest.ServiceCallback<Models.DeletedAccount>): void;\n /**\n * @param deletedAccountName Name of the deleted storage account.\n * @param location The location of the deleted storage account.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(deletedAccountName: string, location: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.DeletedAccount>): void;\n get(deletedAccountName: string, location: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.DeletedAccount>, callback?: msRest.ServiceCallback<Models.DeletedAccount>): Promise<Models.DeletedAccountsGetResponse> {\n return this.client.sendOperationRequest(\n {\n deletedAccountName,\n location,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.DeletedAccountsGetResponse>;\n }\n\n /**\n * Lists deleted accounts under the subscription.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.DeletedAccountsListNextResponse>\n */\n listNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.DeletedAccountsListNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.DeletedAccountListResult>): void;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n listNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.DeletedAccountListResult>): void;\n listNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.DeletedAccountListResult>, callback?: msRest.ServiceCallback<Models.DeletedAccountListResult>): Promise<Models.DeletedAccountsListNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listNextOperationSpec,\n callback) as Promise<Models.DeletedAccountsListNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst listOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/providers/Microsoft.Storage/deletedAccounts\",\n urlParameters: [\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.DeletedAccountListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/providers/Microsoft.Storage/locations/{location}/deletedAccounts/{deletedAccountName}\",\n urlParameters: [\n Parameters.deletedAccountName,\n Parameters.location,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.DeletedAccount\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.DeletedAccountListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n CloudError,\n Usage,\n UsageListResult,\n UsageName\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/usagesMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { StorageManagementClientContext } from \"../storageManagementClientContext\";\n\n/** Class representing a Usages. */\nexport class Usages {\n private readonly client: StorageManagementClientContext;\n\n /**\n * Create a Usages.\n * @param {StorageManagementClientContext} client Reference to the service client.\n */\n constructor(client: StorageManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Gets the current usage count and the limit for the resources of the location under the\n * subscription.\n * @param location The location of the Azure Storage resource.\n * @param [options] The optional parameters\n * @returns Promise<Models.UsagesListByLocationResponse>\n */\n listByLocation(location: string, options?: msRest.RequestOptionsBase): Promise<Models.UsagesListByLocationResponse>;\n /**\n * @param location The location of the Azure Storage resource.\n * @param callback The callback\n */\n listByLocation(location: string, callback: msRest.ServiceCallback<Models.UsageListResult>): void;\n /**\n * @param location The location of the Azure Storage resource.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByLocation(location: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.UsageListResult>): void;\n listByLocation(location: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.UsageListResult>, callback?: msRest.ServiceCallback<Models.UsageListResult>): Promise<Models.UsagesListByLocationResponse> {\n return this.client.sendOperationRequest(\n {\n location,\n options\n },\n listByLocationOperationSpec,\n callback) as Promise<Models.UsagesListByLocationResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst listByLocationOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/providers/Microsoft.Storage/locations/{location}/usages\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.location\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.UsageListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n ActiveDirectoryProperties,\n AzureEntityResource,\n AzureFilesIdentityBasedAuthentication,\n BaseResource,\n BlobContainer,\n BlobInventoryPolicy,\n BlobInventoryPolicyDefinition,\n BlobInventoryPolicyFilter,\n BlobInventoryPolicyRule,\n BlobInventoryPolicySchema,\n BlobRestoreParameters,\n BlobRestoreRange,\n BlobRestoreStatus,\n BlobServiceProperties,\n ChangeFeed,\n CloudError,\n CorsRule,\n CorsRules,\n CustomDomain,\n DateAfterCreation,\n DateAfterModification,\n DeletedAccount,\n DeleteRetentionPolicy,\n Encryption,\n EncryptionIdentity,\n EncryptionScope,\n EncryptionScopeKeyVaultProperties,\n EncryptionService,\n EncryptionServices,\n Endpoints,\n ExtendedLocation,\n FileServiceProperties,\n FileShare,\n FileShareItem,\n GeoReplicationStats,\n Identity,\n ImmutabilityPolicy,\n ImmutabilityPolicyProperties,\n IPRule,\n KeyCreationTime,\n KeyPolicy,\n KeyVaultProperties,\n LastAccessTimeTrackingPolicy,\n LegalHoldProperties,\n ListContainerItem,\n ListQueue,\n ManagementPolicy,\n ManagementPolicyAction,\n ManagementPolicyBaseBlob,\n ManagementPolicyDefinition,\n ManagementPolicyFilter,\n ManagementPolicyRule,\n ManagementPolicySchema,\n ManagementPolicySnapShot,\n ManagementPolicyVersion,\n Multichannel,\n NetworkRuleSet,\n ObjectReplicationPolicy,\n ObjectReplicationPolicyFilter,\n ObjectReplicationPolicyRule,\n PrivateEndpoint,\n PrivateEndpointConnection,\n PrivateLinkResource,\n PrivateLinkServiceConnectionState,\n ProtocolSettings,\n ProxyResource,\n QueueServiceProperties,\n Resource,\n ResourceAccessRule,\n RestorePolicyProperties,\n RoutingPreference,\n SasPolicy,\n Sku,\n SmbSetting,\n StorageAccount,\n StorageAccountInternetEndpoints,\n StorageAccountMicrosoftEndpoints,\n StorageQueue,\n SystemData,\n Table,\n TableServiceProperties,\n TagFilter,\n TagProperty,\n TrackedResource,\n UpdateHistoryProperty,\n UserAssignedIdentity,\n VirtualNetworkRule\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/managementPoliciesMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { StorageManagementClientContext } from \"../storageManagementClientContext\";\n\n/** Class representing a ManagementPolicies. */\nexport class ManagementPolicies {\n private readonly client: StorageManagementClientContext;\n\n /**\n * Create a ManagementPolicies.\n * @param {StorageManagementClientContext} client Reference to the service client.\n */\n constructor(client: StorageManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Gets the managementpolicy associated with the specified storage account.\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param [options] The optional parameters\n * @returns Promise<Models.ManagementPoliciesGetResponse>\n */\n get(resourceGroupName: string, accountName: string, options?: msRest.RequestOptionsBase): Promise<Models.ManagementPoliciesGetResponse>;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param callback The callback\n */\n get(resourceGroupName: string, accountName: string, callback: msRest.ServiceCallback<Models.ManagementPolicy>): void;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, accountName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ManagementPolicy>): void;\n get(resourceGroupName: string, accountName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ManagementPolicy>, callback?: msRest.ServiceCallback<Models.ManagementPolicy>): Promise<Models.ManagementPoliciesGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n accountName,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.ManagementPoliciesGetResponse>;\n }\n\n /**\n * Sets the managementpolicy to the specified storage account.\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param policy The Storage Account ManagementPolicy, in JSON format. See more details in:\n * https://docs.microsoft.com/en-us/azure/storage/common/storage-lifecycle-managment-concepts.\n * @param [options] The optional parameters\n * @returns Promise<Models.ManagementPoliciesCreateOrUpdateResponse>\n */\n createOrUpdate(resourceGroupName: string, accountName: string, policy: Models.ManagementPolicySchema, options?: msRest.RequestOptionsBase): Promise<Models.ManagementPoliciesCreateOrUpdateResponse>;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param policy The Storage Account ManagementPolicy, in JSON format. See more details in:\n * https://docs.microsoft.com/en-us/azure/storage/common/storage-lifecycle-managment-concepts.\n * @param callback The callback\n */\n createOrUpdate(resourceGroupName: string, accountName: string, policy: Models.ManagementPolicySchema, callback: msRest.ServiceCallback<Models.ManagementPolicy>): void;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param policy The Storage Account ManagementPolicy, in JSON format. See more details in:\n * https://docs.microsoft.com/en-us/azure/storage/common/storage-lifecycle-managment-concepts.\n * @param options The optional parameters\n * @param callback The callback\n */\n createOrUpdate(resourceGroupName: string, accountName: string, policy: Models.ManagementPolicySchema, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ManagementPolicy>): void;\n createOrUpdate(resourceGroupName: string, accountName: string, policy: Models.ManagementPolicySchema, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ManagementPolicy>, callback?: msRest.ServiceCallback<Models.ManagementPolicy>): Promise<Models.ManagementPoliciesCreateOrUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n accountName,\n policy,\n options\n },\n createOrUpdateOperationSpec,\n callback) as Promise<Models.ManagementPoliciesCreateOrUpdateResponse>;\n }\n\n /**\n * Deletes the managementpolicy associated with the specified storage account.\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n deleteMethod(resourceGroupName: string, accountName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param callback The callback\n */\n deleteMethod(resourceGroupName: string, accountName: string, callback: msRest.ServiceCallback<void>): void;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param options The optional parameters\n * @param callback The callback\n */\n deleteMethod(resourceGroupName: string, accountName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<void>): void;\n deleteMethod(resourceGroupName: string, accountName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<void>, callback?: msRest.ServiceCallback<void>): Promise<msRest.RestResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n accountName,\n options\n },\n deleteMethodOperationSpec,\n callback);\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/managementPolicies/{managementPolicyName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.subscriptionId,\n Parameters.managementPolicyName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ManagementPolicy\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst createOrUpdateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/managementPolicies/{managementPolicyName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.subscriptionId,\n Parameters.managementPolicyName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: {\n policy: \"policy\"\n },\n mapper: {\n ...Mappers.ManagementPolicy,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.ManagementPolicy\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst deleteMethodOperationSpec: msRest.OperationSpec = {\n httpMethod: \"DELETE\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/managementPolicies/{managementPolicyName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.subscriptionId,\n Parameters.managementPolicyName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n ActiveDirectoryProperties,\n AzureEntityResource,\n AzureFilesIdentityBasedAuthentication,\n BaseResource,\n BlobContainer,\n BlobInventoryPolicy,\n BlobInventoryPolicyDefinition,\n BlobInventoryPolicyFilter,\n BlobInventoryPolicyRule,\n BlobInventoryPolicySchema,\n BlobRestoreParameters,\n BlobRestoreRange,\n BlobRestoreStatus,\n BlobServiceProperties,\n ChangeFeed,\n CorsRule,\n CorsRules,\n CustomDomain,\n DateAfterCreation,\n DateAfterModification,\n DeletedAccount,\n DeleteRetentionPolicy,\n Encryption,\n EncryptionIdentity,\n EncryptionScope,\n EncryptionScopeKeyVaultProperties,\n EncryptionService,\n EncryptionServices,\n Endpoints,\n ErrorResponse,\n ErrorResponseBody,\n ExtendedLocation,\n FileServiceProperties,\n FileShare,\n FileShareItem,\n GeoReplicationStats,\n Identity,\n ImmutabilityPolicy,\n ImmutabilityPolicyProperties,\n IPRule,\n KeyCreationTime,\n KeyPolicy,\n KeyVaultProperties,\n LastAccessTimeTrackingPolicy,\n LegalHoldProperties,\n ListBlobInventoryPolicy,\n ListContainerItem,\n ListQueue,\n ManagementPolicy,\n ManagementPolicyAction,\n ManagementPolicyBaseBlob,\n ManagementPolicyDefinition,\n ManagementPolicyFilter,\n ManagementPolicyRule,\n ManagementPolicySchema,\n ManagementPolicySnapShot,\n ManagementPolicyVersion,\n Multichannel,\n NetworkRuleSet,\n ObjectReplicationPolicy,\n ObjectReplicationPolicyFilter,\n ObjectReplicationPolicyRule,\n PrivateEndpoint,\n PrivateEndpointConnection,\n PrivateLinkResource,\n PrivateLinkServiceConnectionState,\n ProtocolSettings,\n ProxyResource,\n QueueServiceProperties,\n Resource,\n ResourceAccessRule,\n RestorePolicyProperties,\n RoutingPreference,\n SasPolicy,\n Sku,\n SmbSetting,\n StorageAccount,\n StorageAccountInternetEndpoints,\n StorageAccountMicrosoftEndpoints,\n StorageQueue,\n SystemData,\n Table,\n TableServiceProperties,\n TagFilter,\n TagProperty,\n TrackedResource,\n UpdateHistoryProperty,\n UserAssignedIdentity,\n VirtualNetworkRule\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/blobInventoryPoliciesMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { StorageManagementClientContext } from \"../storageManagementClientContext\";\n\n/** Class representing a BlobInventoryPolicies. */\nexport class BlobInventoryPolicies {\n private readonly client: StorageManagementClientContext;\n\n /**\n * Create a BlobInventoryPolicies.\n * @param {StorageManagementClientContext} client Reference to the service client.\n */\n constructor(client: StorageManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Gets the blob inventory policy associated with the specified storage account.\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param [options] The optional parameters\n * @returns Promise<Models.BlobInventoryPoliciesGetResponse>\n */\n get(resourceGroupName: string, accountName: string, options?: msRest.RequestOptionsBase): Promise<Models.BlobInventoryPoliciesGetResponse>;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param callback The callback\n */\n get(resourceGroupName: string, accountName: string, callback: msRest.ServiceCallback<Models.BlobInventoryPolicy>): void;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, accountName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.BlobInventoryPolicy>): void;\n get(resourceGroupName: string, accountName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.BlobInventoryPolicy>, callback?: msRest.ServiceCallback<Models.BlobInventoryPolicy>): Promise<Models.BlobInventoryPoliciesGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n accountName,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.BlobInventoryPoliciesGetResponse>;\n }\n\n /**\n * Sets the blob inventory policy to the specified storage account.\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param policy The storage account blob inventory policy object. It is composed of policy rules.\n * @param [options] The optional parameters\n * @returns Promise<Models.BlobInventoryPoliciesCreateOrUpdateResponse>\n */\n createOrUpdate(resourceGroupName: string, accountName: string, policy: Models.BlobInventoryPolicySchema, options?: Models.BlobInventoryPoliciesCreateOrUpdateOptionalParams): Promise<Models.BlobInventoryPoliciesCreateOrUpdateResponse>;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param policy The storage account blob inventory policy object. It is composed of policy rules.\n * @param callback The callback\n */\n createOrUpdate(resourceGroupName: string, accountName: string, policy: Models.BlobInventoryPolicySchema, callback: msRest.ServiceCallback<Models.BlobInventoryPolicy>): void;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param policy The storage account blob inventory policy object. It is composed of policy rules.\n * @param options The optional parameters\n * @param callback The callback\n */\n createOrUpdate(resourceGroupName: string, accountName: string, policy: Models.BlobInventoryPolicySchema, options: Models.BlobInventoryPoliciesCreateOrUpdateOptionalParams, callback: msRest.ServiceCallback<Models.BlobInventoryPolicy>): void;\n createOrUpdate(resourceGroupName: string, accountName: string, policy: Models.BlobInventoryPolicySchema, options?: Models.BlobInventoryPoliciesCreateOrUpdateOptionalParams | msRest.ServiceCallback<Models.BlobInventoryPolicy>, callback?: msRest.ServiceCallback<Models.BlobInventoryPolicy>): Promise<Models.BlobInventoryPoliciesCreateOrUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n accountName,\n policy,\n options\n },\n createOrUpdateOperationSpec,\n callback) as Promise<Models.BlobInventoryPoliciesCreateOrUpdateResponse>;\n }\n\n /**\n * Deletes the blob inventory policy associated with the specified storage account.\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n deleteMethod(resourceGroupName: string, accountName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param callback The callback\n */\n deleteMethod(resourceGroupName: string, accountName: string, callback: msRest.ServiceCallback<void>): void;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param options The optional parameters\n * @param callback The callback\n */\n deleteMethod(resourceGroupName: string, accountName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<void>): void;\n deleteMethod(resourceGroupName: string, accountName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<void>, callback?: msRest.ServiceCallback<void>): Promise<msRest.RestResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n accountName,\n options\n },\n deleteMethodOperationSpec,\n callback);\n }\n\n /**\n * Gets the blob inventory policy associated with the specified storage account.\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param [options] The optional parameters\n * @returns Promise<Models.BlobInventoryPoliciesListResponse>\n */\n list(resourceGroupName: string, accountName: string, options?: msRest.RequestOptionsBase): Promise<Models.BlobInventoryPoliciesListResponse>;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param callback The callback\n */\n list(resourceGroupName: string, accountName: string, callback: msRest.ServiceCallback<Models.ListBlobInventoryPolicy>): void;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param options The optional parameters\n * @param callback The callback\n */\n list(resourceGroupName: string, accountName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ListBlobInventoryPolicy>): void;\n list(resourceGroupName: string, accountName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ListBlobInventoryPolicy>, callback?: msRest.ServiceCallback<Models.ListBlobInventoryPolicy>): Promise<Models.BlobInventoryPoliciesListResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n accountName,\n options\n },\n listOperationSpec,\n callback) as Promise<Models.BlobInventoryPoliciesListResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/inventoryPolicies/{blobInventoryPolicyName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.subscriptionId,\n Parameters.blobInventoryPolicyName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.BlobInventoryPolicy\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst createOrUpdateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/inventoryPolicies/{blobInventoryPolicyName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.subscriptionId,\n Parameters.blobInventoryPolicyName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: {\n policy: \"policy\",\n systemData: [\n \"options\",\n \"systemData\"\n ]\n },\n mapper: {\n ...Mappers.BlobInventoryPolicy,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.BlobInventoryPolicy\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst deleteMethodOperationSpec: msRest.OperationSpec = {\n httpMethod: \"DELETE\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/inventoryPolicies/{blobInventoryPolicyName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.subscriptionId,\n Parameters.blobInventoryPolicyName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {},\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/inventoryPolicies\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ListBlobInventoryPolicy\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n ActiveDirectoryProperties,\n AzureEntityResource,\n AzureFilesIdentityBasedAuthentication,\n BaseResource,\n BlobContainer,\n BlobInventoryPolicy,\n BlobInventoryPolicyDefinition,\n BlobInventoryPolicyFilter,\n BlobInventoryPolicyRule,\n BlobInventoryPolicySchema,\n BlobRestoreParameters,\n BlobRestoreRange,\n BlobRestoreStatus,\n BlobServiceProperties,\n ChangeFeed,\n CloudError,\n CorsRule,\n CorsRules,\n CustomDomain,\n DateAfterCreation,\n DateAfterModification,\n DeletedAccount,\n DeleteRetentionPolicy,\n Encryption,\n EncryptionIdentity,\n EncryptionScope,\n EncryptionScopeKeyVaultProperties,\n EncryptionService,\n EncryptionServices,\n Endpoints,\n ErrorResponse,\n ErrorResponseBody,\n ExtendedLocation,\n FileServiceProperties,\n FileShare,\n FileShareItem,\n GeoReplicationStats,\n Identity,\n ImmutabilityPolicy,\n ImmutabilityPolicyProperties,\n IPRule,\n KeyCreationTime,\n KeyPolicy,\n KeyVaultProperties,\n LastAccessTimeTrackingPolicy,\n LegalHoldProperties,\n ListContainerItem,\n ListQueue,\n ManagementPolicy,\n ManagementPolicyAction,\n ManagementPolicyBaseBlob,\n ManagementPolicyDefinition,\n ManagementPolicyFilter,\n ManagementPolicyRule,\n ManagementPolicySchema,\n ManagementPolicySnapShot,\n ManagementPolicyVersion,\n Multichannel,\n NetworkRuleSet,\n ObjectReplicationPolicy,\n ObjectReplicationPolicyFilter,\n ObjectReplicationPolicyRule,\n PrivateEndpoint,\n PrivateEndpointConnection,\n PrivateEndpointConnectionListResult,\n PrivateLinkResource,\n PrivateLinkServiceConnectionState,\n ProtocolSettings,\n ProxyResource,\n QueueServiceProperties,\n Resource,\n ResourceAccessRule,\n RestorePolicyProperties,\n RoutingPreference,\n SasPolicy,\n Sku,\n SmbSetting,\n StorageAccount,\n StorageAccountInternetEndpoints,\n StorageAccountMicrosoftEndpoints,\n StorageQueue,\n SystemData,\n Table,\n TableServiceProperties,\n TagFilter,\n TagProperty,\n TrackedResource,\n UpdateHistoryProperty,\n UserAssignedIdentity,\n VirtualNetworkRule\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/privateEndpointConnectionsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { StorageManagementClientContext } from \"../storageManagementClientContext\";\n\n/** Class representing a PrivateEndpointConnections. */\nexport class PrivateEndpointConnections {\n private readonly client: StorageManagementClientContext;\n\n /**\n * Create a PrivateEndpointConnections.\n * @param {StorageManagementClientContext} client Reference to the service client.\n */\n constructor(client: StorageManagementClientContext) {\n this.client = client;\n }\n\n /**\n * List all the private endpoint connections associated with the storage account.\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param [options] The optional parameters\n * @returns Promise<Models.PrivateEndpointConnectionsListResponse>\n */\n list(resourceGroupName: string, accountName: string, options?: msRest.RequestOptionsBase): Promise<Models.PrivateEndpointConnectionsListResponse>;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param callback The callback\n */\n list(resourceGroupName: string, accountName: string, callback: msRest.ServiceCallback<Models.PrivateEndpointConnectionListResult>): void;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param options The optional parameters\n * @param callback The callback\n */\n list(resourceGroupName: string, accountName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.PrivateEndpointConnectionListResult>): void;\n list(resourceGroupName: string, accountName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.PrivateEndpointConnectionListResult>, callback?: msRest.ServiceCallback<Models.PrivateEndpointConnectionListResult>): Promise<Models.PrivateEndpointConnectionsListResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n accountName,\n options\n },\n listOperationSpec,\n callback) as Promise<Models.PrivateEndpointConnectionsListResponse>;\n }\n\n /**\n * Gets the specified private endpoint connection associated with the storage account.\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param privateEndpointConnectionName The name of the private endpoint connection associated with\n * the Azure resource\n * @param [options] The optional parameters\n * @returns Promise<Models.PrivateEndpointConnectionsGetResponse>\n */\n get(resourceGroupName: string, accountName: string, privateEndpointConnectionName: string, options?: msRest.RequestOptionsBase): Promise<Models.PrivateEndpointConnectionsGetResponse>;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param privateEndpointConnectionName The name of the private endpoint connection associated with\n * the Azure resource\n * @param callback The callback\n */\n get(resourceGroupName: string, accountName: string, privateEndpointConnectionName: string, callback: msRest.ServiceCallback<Models.PrivateEndpointConnection>): void;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param privateEndpointConnectionName The name of the private endpoint connection associated with\n * the Azure resource\n * @param options The optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, accountName: string, privateEndpointConnectionName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.PrivateEndpointConnection>): void;\n get(resourceGroupName: string, accountName: string, privateEndpointConnectionName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.PrivateEndpointConnection>, callback?: msRest.ServiceCallback<Models.PrivateEndpointConnection>): Promise<Models.PrivateEndpointConnectionsGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n accountName,\n privateEndpointConnectionName,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.PrivateEndpointConnectionsGetResponse>;\n }\n\n /**\n * Update the state of specified private endpoint connection associated with the storage account.\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param privateEndpointConnectionName The name of the private endpoint connection associated with\n * the Azure resource\n * @param properties The private endpoint connection properties.\n * @param [options] The optional parameters\n * @returns Promise<Models.PrivateEndpointConnectionsPutResponse>\n */\n put(resourceGroupName: string, accountName: string, privateEndpointConnectionName: string, properties: Models.PrivateEndpointConnection, options?: msRest.RequestOptionsBase): Promise<Models.PrivateEndpointConnectionsPutResponse>;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param privateEndpointConnectionName The name of the private endpoint connection associated with\n * the Azure resource\n * @param properties The private endpoint connection properties.\n * @param callback The callback\n */\n put(resourceGroupName: string, accountName: string, privateEndpointConnectionName: string, properties: Models.PrivateEndpointConnection, callback: msRest.ServiceCallback<Models.PrivateEndpointConnection>): void;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param privateEndpointConnectionName The name of the private endpoint connection associated with\n * the Azure resource\n * @param properties The private endpoint connection properties.\n * @param options The optional parameters\n * @param callback The callback\n */\n put(resourceGroupName: string, accountName: string, privateEndpointConnectionName: string, properties: Models.PrivateEndpointConnection, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.PrivateEndpointConnection>): void;\n put(resourceGroupName: string, accountName: string, privateEndpointConnectionName: string, properties: Models.PrivateEndpointConnection, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.PrivateEndpointConnection>, callback?: msRest.ServiceCallback<Models.PrivateEndpointConnection>): Promise<Models.PrivateEndpointConnectionsPutResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n accountName,\n privateEndpointConnectionName,\n properties,\n options\n },\n putOperationSpec,\n callback) as Promise<Models.PrivateEndpointConnectionsPutResponse>;\n }\n\n /**\n * Deletes the specified private endpoint connection associated with the storage account.\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param privateEndpointConnectionName The name of the private endpoint connection associated with\n * the Azure resource\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n deleteMethod(resourceGroupName: string, accountName: string, privateEndpointConnectionName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param privateEndpointConnectionName The name of the private endpoint connection associated with\n * the Azure resource\n * @param callback The callback\n */\n deleteMethod(resourceGroupName: string, accountName: string, privateEndpointConnectionName: string, callback: msRest.ServiceCallback<void>): void;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param privateEndpointConnectionName The name of the private endpoint connection associated with\n * the Azure resource\n * @param options The optional parameters\n * @param callback The callback\n */\n deleteMethod(resourceGroupName: string, accountName: string, privateEndpointConnectionName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<void>): void;\n deleteMethod(resourceGroupName: string, accountName: string, privateEndpointConnectionName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<void>, callback?: msRest.ServiceCallback<void>): Promise<msRest.RestResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n accountName,\n privateEndpointConnectionName,\n options\n },\n deleteMethodOperationSpec,\n callback);\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst listOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/privateEndpointConnections\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.PrivateEndpointConnectionListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/privateEndpointConnections/{privateEndpointConnectionName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.subscriptionId,\n Parameters.privateEndpointConnectionName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.PrivateEndpointConnection\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst putOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/privateEndpointConnections/{privateEndpointConnectionName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.subscriptionId,\n Parameters.privateEndpointConnectionName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"properties\",\n mapper: {\n ...Mappers.PrivateEndpointConnection,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.PrivateEndpointConnection\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst deleteMethodOperationSpec: msRest.OperationSpec = {\n httpMethod: \"DELETE\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/privateEndpointConnections/{privateEndpointConnectionName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.subscriptionId,\n Parameters.privateEndpointConnectionName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {},\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n ActiveDirectoryProperties,\n AzureEntityResource,\n AzureFilesIdentityBasedAuthentication,\n BaseResource,\n BlobContainer,\n BlobInventoryPolicy,\n BlobInventoryPolicyDefinition,\n BlobInventoryPolicyFilter,\n BlobInventoryPolicyRule,\n BlobInventoryPolicySchema,\n BlobRestoreParameters,\n BlobRestoreRange,\n BlobRestoreStatus,\n BlobServiceProperties,\n ChangeFeed,\n CloudError,\n CorsRule,\n CorsRules,\n CustomDomain,\n DateAfterCreation,\n DateAfterModification,\n DeletedAccount,\n DeleteRetentionPolicy,\n Encryption,\n EncryptionIdentity,\n EncryptionScope,\n EncryptionScopeKeyVaultProperties,\n EncryptionService,\n EncryptionServices,\n Endpoints,\n ExtendedLocation,\n FileServiceProperties,\n FileShare,\n FileShareItem,\n GeoReplicationStats,\n Identity,\n ImmutabilityPolicy,\n ImmutabilityPolicyProperties,\n IPRule,\n KeyCreationTime,\n KeyPolicy,\n KeyVaultProperties,\n LastAccessTimeTrackingPolicy,\n LegalHoldProperties,\n ListContainerItem,\n ListQueue,\n ManagementPolicy,\n ManagementPolicyAction,\n ManagementPolicyBaseBlob,\n ManagementPolicyDefinition,\n ManagementPolicyFilter,\n ManagementPolicyRule,\n ManagementPolicySchema,\n ManagementPolicySnapShot,\n ManagementPolicyVersion,\n Multichannel,\n NetworkRuleSet,\n ObjectReplicationPolicy,\n ObjectReplicationPolicyFilter,\n ObjectReplicationPolicyRule,\n PrivateEndpoint,\n PrivateEndpointConnection,\n PrivateLinkResource,\n PrivateLinkResourceListResult,\n PrivateLinkServiceConnectionState,\n ProtocolSettings,\n ProxyResource,\n QueueServiceProperties,\n Resource,\n ResourceAccessRule,\n RestorePolicyProperties,\n RoutingPreference,\n SasPolicy,\n Sku,\n SmbSetting,\n StorageAccount,\n StorageAccountInternetEndpoints,\n StorageAccountMicrosoftEndpoints,\n StorageQueue,\n SystemData,\n Table,\n TableServiceProperties,\n TagFilter,\n TagProperty,\n TrackedResource,\n UpdateHistoryProperty,\n UserAssignedIdentity,\n VirtualNetworkRule\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/privateLinkResourcesMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { StorageManagementClientContext } from \"../storageManagementClientContext\";\n\n/** Class representing a PrivateLinkResources. */\nexport class PrivateLinkResources {\n private readonly client: StorageManagementClientContext;\n\n /**\n * Create a PrivateLinkResources.\n * @param {StorageManagementClientContext} client Reference to the service client.\n */\n constructor(client: StorageManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Gets the private link resources that need to be created for a storage account.\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param [options] The optional parameters\n * @returns Promise<Models.PrivateLinkResourcesListByStorageAccountResponse>\n */\n listByStorageAccount(resourceGroupName: string, accountName: string, options?: msRest.RequestOptionsBase): Promise<Models.PrivateLinkResourcesListByStorageAccountResponse>;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param callback The callback\n */\n listByStorageAccount(resourceGroupName: string, accountName: string, callback: msRest.ServiceCallback<Models.PrivateLinkResourceListResult>): void;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByStorageAccount(resourceGroupName: string, accountName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.PrivateLinkResourceListResult>): void;\n listByStorageAccount(resourceGroupName: string, accountName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.PrivateLinkResourceListResult>, callback?: msRest.ServiceCallback<Models.PrivateLinkResourceListResult>): Promise<Models.PrivateLinkResourcesListByStorageAccountResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n accountName,\n options\n },\n listByStorageAccountOperationSpec,\n callback) as Promise<Models.PrivateLinkResourcesListByStorageAccountResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst listByStorageAccountOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/privateLinkResources\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.PrivateLinkResourceListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n ActiveDirectoryProperties,\n AzureEntityResource,\n AzureFilesIdentityBasedAuthentication,\n BaseResource,\n BlobContainer,\n BlobInventoryPolicy,\n BlobInventoryPolicyDefinition,\n BlobInventoryPolicyFilter,\n BlobInventoryPolicyRule,\n BlobInventoryPolicySchema,\n BlobRestoreParameters,\n BlobRestoreRange,\n BlobRestoreStatus,\n BlobServiceProperties,\n ChangeFeed,\n CorsRule,\n CorsRules,\n CustomDomain,\n DateAfterCreation,\n DateAfterModification,\n DeletedAccount,\n DeleteRetentionPolicy,\n Encryption,\n EncryptionIdentity,\n EncryptionScope,\n EncryptionScopeKeyVaultProperties,\n EncryptionService,\n EncryptionServices,\n Endpoints,\n ErrorResponse,\n ErrorResponseBody,\n ExtendedLocation,\n FileServiceProperties,\n FileShare,\n FileShareItem,\n GeoReplicationStats,\n Identity,\n ImmutabilityPolicy,\n ImmutabilityPolicyProperties,\n IPRule,\n KeyCreationTime,\n KeyPolicy,\n KeyVaultProperties,\n LastAccessTimeTrackingPolicy,\n LegalHoldProperties,\n ListContainerItem,\n ListQueue,\n ManagementPolicy,\n ManagementPolicyAction,\n ManagementPolicyBaseBlob,\n ManagementPolicyDefinition,\n ManagementPolicyFilter,\n ManagementPolicyRule,\n ManagementPolicySchema,\n ManagementPolicySnapShot,\n ManagementPolicyVersion,\n Multichannel,\n NetworkRuleSet,\n ObjectReplicationPolicies,\n ObjectReplicationPolicy,\n ObjectReplicationPolicyFilter,\n ObjectReplicationPolicyRule,\n PrivateEndpoint,\n PrivateEndpointConnection,\n PrivateLinkResource,\n PrivateLinkServiceConnectionState,\n ProtocolSettings,\n ProxyResource,\n QueueServiceProperties,\n Resource,\n ResourceAccessRule,\n RestorePolicyProperties,\n RoutingPreference,\n SasPolicy,\n Sku,\n SmbSetting,\n StorageAccount,\n StorageAccountInternetEndpoints,\n StorageAccountMicrosoftEndpoints,\n StorageQueue,\n SystemData,\n Table,\n TableServiceProperties,\n TagFilter,\n TagProperty,\n TrackedResource,\n UpdateHistoryProperty,\n UserAssignedIdentity,\n VirtualNetworkRule\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/objectReplicationPoliciesOperationsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { StorageManagementClientContext } from \"../storageManagementClientContext\";\n\n/** Class representing a ObjectReplicationPoliciesOperations. */\nexport class ObjectReplicationPoliciesOperations {\n private readonly client: StorageManagementClientContext;\n\n /**\n * Create a ObjectReplicationPoliciesOperations.\n * @param {StorageManagementClientContext} client Reference to the service client.\n */\n constructor(client: StorageManagementClientContext) {\n this.client = client;\n }\n\n /**\n * List the object replication policies associated with the storage account.\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param [options] The optional parameters\n * @returns Promise<Models.ObjectReplicationPoliciesListResponse>\n */\n list(resourceGroupName: string, accountName: string, options?: msRest.RequestOptionsBase): Promise<Models.ObjectReplicationPoliciesListResponse>;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param callback The callback\n */\n list(resourceGroupName: string, accountName: string, callback: msRest.ServiceCallback<Models.ObjectReplicationPolicies>): void;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param options The optional parameters\n * @param callback The callback\n */\n list(resourceGroupName: string, accountName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ObjectReplicationPolicies>): void;\n list(resourceGroupName: string, accountName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ObjectReplicationPolicies>, callback?: msRest.ServiceCallback<Models.ObjectReplicationPolicies>): Promise<Models.ObjectReplicationPoliciesListResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n accountName,\n options\n },\n listOperationSpec,\n callback) as Promise<Models.ObjectReplicationPoliciesListResponse>;\n }\n\n /**\n * Get the object replication policy of the storage account by policy ID.\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param objectReplicationPolicyId The ID of object replication policy or 'default' if the policy\n * ID is unknown.\n * @param [options] The optional parameters\n * @returns Promise<Models.ObjectReplicationPoliciesGetResponse>\n */\n get(resourceGroupName: string, accountName: string, objectReplicationPolicyId: string, options?: msRest.RequestOptionsBase): Promise<Models.ObjectReplicationPoliciesGetResponse>;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param objectReplicationPolicyId The ID of object replication policy or 'default' if the policy\n * ID is unknown.\n * @param callback The callback\n */\n get(resourceGroupName: string, accountName: string, objectReplicationPolicyId: string, callback: msRest.ServiceCallback<Models.ObjectReplicationPolicy>): void;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param objectReplicationPolicyId The ID of object replication policy or 'default' if the policy\n * ID is unknown.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, accountName: string, objectReplicationPolicyId: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ObjectReplicationPolicy>): void;\n get(resourceGroupName: string, accountName: string, objectReplicationPolicyId: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ObjectReplicationPolicy>, callback?: msRest.ServiceCallback<Models.ObjectReplicationPolicy>): Promise<Models.ObjectReplicationPoliciesGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n accountName,\n objectReplicationPolicyId,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.ObjectReplicationPoliciesGetResponse>;\n }\n\n /**\n * Create or update the object replication policy of the storage account.\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param objectReplicationPolicyId The ID of object replication policy or 'default' if the policy\n * ID is unknown.\n * @param properties The object replication policy set to a storage account. A unique policy ID\n * will be created if absent.\n * @param [options] The optional parameters\n * @returns Promise<Models.ObjectReplicationPoliciesCreateOrUpdateResponse>\n */\n createOrUpdate(resourceGroupName: string, accountName: string, objectReplicationPolicyId: string, properties: Models.ObjectReplicationPolicy, options?: msRest.RequestOptionsBase): Promise<Models.ObjectReplicationPoliciesCreateOrUpdateResponse>;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param objectReplicationPolicyId The ID of object replication policy or 'default' if the policy\n * ID is unknown.\n * @param properties The object replication policy set to a storage account. A unique policy ID\n * will be created if absent.\n * @param callback The callback\n */\n createOrUpdate(resourceGroupName: string, accountName: string, objectReplicationPolicyId: string, properties: Models.ObjectReplicationPolicy, callback: msRest.ServiceCallback<Models.ObjectReplicationPolicy>): void;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param objectReplicationPolicyId The ID of object replication policy or 'default' if the policy\n * ID is unknown.\n * @param properties The object replication policy set to a storage account. A unique policy ID\n * will be created if absent.\n * @param options The optional parameters\n * @param callback The callback\n */\n createOrUpdate(resourceGroupName: string, accountName: string, objectReplicationPolicyId: string, properties: Models.ObjectReplicationPolicy, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ObjectReplicationPolicy>): void;\n createOrUpdate(resourceGroupName: string, accountName: string, objectReplicationPolicyId: string, properties: Models.ObjectReplicationPolicy, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ObjectReplicationPolicy>, callback?: msRest.ServiceCallback<Models.ObjectReplicationPolicy>): Promise<Models.ObjectReplicationPoliciesCreateOrUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n accountName,\n objectReplicationPolicyId,\n properties,\n options\n },\n createOrUpdateOperationSpec,\n callback) as Promise<Models.ObjectReplicationPoliciesCreateOrUpdateResponse>;\n }\n\n /**\n * Deletes the object replication policy associated with the specified storage account.\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param objectReplicationPolicyId The ID of object replication policy or 'default' if the policy\n * ID is unknown.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n deleteMethod(resourceGroupName: string, accountName: string, objectReplicationPolicyId: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param objectReplicationPolicyId The ID of object replication policy or 'default' if the policy\n * ID is unknown.\n * @param callback The callback\n */\n deleteMethod(resourceGroupName: string, accountName: string, objectReplicationPolicyId: string, callback: msRest.ServiceCallback<void>): void;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param objectReplicationPolicyId The ID of object replication policy or 'default' if the policy\n * ID is unknown.\n * @param options The optional parameters\n * @param callback The callback\n */\n deleteMethod(resourceGroupName: string, accountName: string, objectReplicationPolicyId: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<void>): void;\n deleteMethod(resourceGroupName: string, accountName: string, objectReplicationPolicyId: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<void>, callback?: msRest.ServiceCallback<void>): Promise<msRest.RestResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n accountName,\n objectReplicationPolicyId,\n options\n },\n deleteMethodOperationSpec,\n callback);\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst listOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/objectReplicationPolicies\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ObjectReplicationPolicies\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/objectReplicationPolicies/{objectReplicationPolicyId}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.subscriptionId,\n Parameters.objectReplicationPolicyId\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ObjectReplicationPolicy\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst createOrUpdateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/objectReplicationPolicies/{objectReplicationPolicyId}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.subscriptionId,\n Parameters.objectReplicationPolicyId\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"properties\",\n mapper: {\n ...Mappers.ObjectReplicationPolicy,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.ObjectReplicationPolicy\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst deleteMethodOperationSpec: msRest.OperationSpec = {\n httpMethod: \"DELETE\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/objectReplicationPolicies/{objectReplicationPolicyId}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.subscriptionId,\n Parameters.objectReplicationPolicyId\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {},\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n ActiveDirectoryProperties,\n AzureEntityResource,\n AzureFilesIdentityBasedAuthentication,\n BaseResource,\n BlobContainer,\n BlobInventoryPolicy,\n BlobInventoryPolicyDefinition,\n BlobInventoryPolicyFilter,\n BlobInventoryPolicyRule,\n BlobInventoryPolicySchema,\n BlobRestoreParameters,\n BlobRestoreRange,\n BlobRestoreStatus,\n BlobServiceProperties,\n ChangeFeed,\n CloudError,\n CorsRule,\n CorsRules,\n CustomDomain,\n DateAfterCreation,\n DateAfterModification,\n DeletedAccount,\n DeleteRetentionPolicy,\n Encryption,\n EncryptionIdentity,\n EncryptionScope,\n EncryptionScopeKeyVaultProperties,\n EncryptionScopeListResult,\n EncryptionService,\n EncryptionServices,\n Endpoints,\n ErrorResponse,\n ErrorResponseBody,\n ExtendedLocation,\n FileServiceProperties,\n FileShare,\n FileShareItem,\n GeoReplicationStats,\n Identity,\n ImmutabilityPolicy,\n ImmutabilityPolicyProperties,\n IPRule,\n KeyCreationTime,\n KeyPolicy,\n KeyVaultProperties,\n LastAccessTimeTrackingPolicy,\n LegalHoldProperties,\n ListContainerItem,\n ListQueue,\n ManagementPolicy,\n ManagementPolicyAction,\n ManagementPolicyBaseBlob,\n ManagementPolicyDefinition,\n ManagementPolicyFilter,\n ManagementPolicyRule,\n ManagementPolicySchema,\n ManagementPolicySnapShot,\n ManagementPolicyVersion,\n Multichannel,\n NetworkRuleSet,\n ObjectReplicationPolicy,\n ObjectReplicationPolicyFilter,\n ObjectReplicationPolicyRule,\n PrivateEndpoint,\n PrivateEndpointConnection,\n PrivateLinkResource,\n PrivateLinkServiceConnectionState,\n ProtocolSettings,\n ProxyResource,\n QueueServiceProperties,\n Resource,\n ResourceAccessRule,\n RestorePolicyProperties,\n RoutingPreference,\n SasPolicy,\n Sku,\n SmbSetting,\n StorageAccount,\n StorageAccountInternetEndpoints,\n StorageAccountMicrosoftEndpoints,\n StorageQueue,\n SystemData,\n Table,\n TableServiceProperties,\n TagFilter,\n TagProperty,\n TrackedResource,\n UpdateHistoryProperty,\n UserAssignedIdentity,\n VirtualNetworkRule\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/encryptionScopesMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { StorageManagementClientContext } from \"../storageManagementClientContext\";\n\n/** Class representing a EncryptionScopes. */\nexport class EncryptionScopes {\n private readonly client: StorageManagementClientContext;\n\n /**\n * Create a EncryptionScopes.\n * @param {StorageManagementClientContext} client Reference to the service client.\n */\n constructor(client: StorageManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Synchronously creates or updates an encryption scope under the specified storage account. If an\n * encryption scope is already created and a subsequent request is issued with different\n * properties, the encryption scope properties will be updated per the specified request.\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param encryptionScopeName The name of the encryption scope within the specified storage\n * account. Encryption scope names must be between 3 and 63 characters in length and use numbers,\n * lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and\n * followed by a letter or number.\n * @param encryptionScope Encryption scope properties to be used for the create or update.\n * @param [options] The optional parameters\n * @returns Promise<Models.EncryptionScopesPutResponse>\n */\n put(resourceGroupName: string, accountName: string, encryptionScopeName: string, encryptionScope: Models.EncryptionScope, options?: msRest.RequestOptionsBase): Promise<Models.EncryptionScopesPutResponse>;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param encryptionScopeName The name of the encryption scope within the specified storage\n * account. Encryption scope names must be between 3 and 63 characters in length and use numbers,\n * lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and\n * followed by a letter or number.\n * @param encryptionScope Encryption scope properties to be used for the create or update.\n * @param callback The callback\n */\n put(resourceGroupName: string, accountName: string, encryptionScopeName: string, encryptionScope: Models.EncryptionScope, callback: msRest.ServiceCallback<Models.EncryptionScope>): void;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param encryptionScopeName The name of the encryption scope within the specified storage\n * account. Encryption scope names must be between 3 and 63 characters in length and use numbers,\n * lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and\n * followed by a letter or number.\n * @param encryptionScope Encryption scope properties to be used for the create or update.\n * @param options The optional parameters\n * @param callback The callback\n */\n put(resourceGroupName: string, accountName: string, encryptionScopeName: string, encryptionScope: Models.EncryptionScope, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.EncryptionScope>): void;\n put(resourceGroupName: string, accountName: string, encryptionScopeName: string, encryptionScope: Models.EncryptionScope, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.EncryptionScope>, callback?: msRest.ServiceCallback<Models.EncryptionScope>): Promise<Models.EncryptionScopesPutResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n accountName,\n encryptionScopeName,\n encryptionScope,\n options\n },\n putOperationSpec,\n callback) as Promise<Models.EncryptionScopesPutResponse>;\n }\n\n /**\n * Update encryption scope properties as specified in the request body. Update fails if the\n * specified encryption scope does not already exist.\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param encryptionScopeName The name of the encryption scope within the specified storage\n * account. Encryption scope names must be between 3 and 63 characters in length and use numbers,\n * lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and\n * followed by a letter or number.\n * @param encryptionScope Encryption scope properties to be used for the update.\n * @param [options] The optional parameters\n * @returns Promise<Models.EncryptionScopesPatchResponse>\n */\n patch(resourceGroupName: string, accountName: string, encryptionScopeName: string, encryptionScope: Models.EncryptionScope, options?: msRest.RequestOptionsBase): Promise<Models.EncryptionScopesPatchResponse>;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param encryptionScopeName The name of the encryption scope within the specified storage\n * account. Encryption scope names must be between 3 and 63 characters in length and use numbers,\n * lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and\n * followed by a letter or number.\n * @param encryptionScope Encryption scope properties to be used for the update.\n * @param callback The callback\n */\n patch(resourceGroupName: string, accountName: string, encryptionScopeName: string, encryptionScope: Models.EncryptionScope, callback: msRest.ServiceCallback<Models.EncryptionScope>): void;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param encryptionScopeName The name of the encryption scope within the specified storage\n * account. Encryption scope names must be between 3 and 63 characters in length and use numbers,\n * lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and\n * followed by a letter or number.\n * @param encryptionScope Encryption scope properties to be used for the update.\n * @param options The optional parameters\n * @param callback The callback\n */\n patch(resourceGroupName: string, accountName: string, encryptionScopeName: string, encryptionScope: Models.EncryptionScope, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.EncryptionScope>): void;\n patch(resourceGroupName: string, accountName: string, encryptionScopeName: string, encryptionScope: Models.EncryptionScope, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.EncryptionScope>, callback?: msRest.ServiceCallback<Models.EncryptionScope>): Promise<Models.EncryptionScopesPatchResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n accountName,\n encryptionScopeName,\n encryptionScope,\n options\n },\n patchOperationSpec,\n callback) as Promise<Models.EncryptionScopesPatchResponse>;\n }\n\n /**\n * Returns the properties for the specified encryption scope.\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param encryptionScopeName The name of the encryption scope within the specified storage\n * account. Encryption scope names must be between 3 and 63 characters in length and use numbers,\n * lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and\n * followed by a letter or number.\n * @param [options] The optional parameters\n * @returns Promise<Models.EncryptionScopesGetResponse>\n */\n get(resourceGroupName: string, accountName: string, encryptionScopeName: string, options?: msRest.RequestOptionsBase): Promise<Models.EncryptionScopesGetResponse>;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param encryptionScopeName The name of the encryption scope within the specified storage\n * account. Encryption scope names must be between 3 and 63 characters in length and use numbers,\n * lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and\n * followed by a letter or number.\n * @param callback The callback\n */\n get(resourceGroupName: string, accountName: string, encryptionScopeName: string, callback: msRest.ServiceCallback<Models.EncryptionScope>): void;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param encryptionScopeName The name of the encryption scope within the specified storage\n * account. Encryption scope names must be between 3 and 63 characters in length and use numbers,\n * lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and\n * followed by a letter or number.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, accountName: string, encryptionScopeName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.EncryptionScope>): void;\n get(resourceGroupName: string, accountName: string, encryptionScopeName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.EncryptionScope>, callback?: msRest.ServiceCallback<Models.EncryptionScope>): Promise<Models.EncryptionScopesGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n accountName,\n encryptionScopeName,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.EncryptionScopesGetResponse>;\n }\n\n /**\n * Lists all the encryption scopes available under the specified storage account.\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param [options] The optional parameters\n * @returns Promise<Models.EncryptionScopesListResponse>\n */\n list(resourceGroupName: string, accountName: string, options?: msRest.RequestOptionsBase): Promise<Models.EncryptionScopesListResponse>;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param callback The callback\n */\n list(resourceGroupName: string, accountName: string, callback: msRest.ServiceCallback<Models.EncryptionScopeListResult>): void;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param options The optional parameters\n * @param callback The callback\n */\n list(resourceGroupName: string, accountName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.EncryptionScopeListResult>): void;\n list(resourceGroupName: string, accountName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.EncryptionScopeListResult>, callback?: msRest.ServiceCallback<Models.EncryptionScopeListResult>): Promise<Models.EncryptionScopesListResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n accountName,\n options\n },\n listOperationSpec,\n callback) as Promise<Models.EncryptionScopesListResponse>;\n }\n\n /**\n * Lists all the encryption scopes available under the specified storage account.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.EncryptionScopesListNextResponse>\n */\n listNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.EncryptionScopesListNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.EncryptionScopeListResult>): void;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n listNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.EncryptionScopeListResult>): void;\n listNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.EncryptionScopeListResult>, callback?: msRest.ServiceCallback<Models.EncryptionScopeListResult>): Promise<Models.EncryptionScopesListNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listNextOperationSpec,\n callback) as Promise<Models.EncryptionScopesListNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst putOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/encryptionScopes/{encryptionScopeName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.subscriptionId,\n Parameters.encryptionScopeName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"encryptionScope\",\n mapper: {\n ...Mappers.EncryptionScope,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.EncryptionScope\n },\n 201: {\n bodyMapper: Mappers.EncryptionScope\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst patchOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PATCH\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/encryptionScopes/{encryptionScopeName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.subscriptionId,\n Parameters.encryptionScopeName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"encryptionScope\",\n mapper: {\n ...Mappers.EncryptionScope,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.EncryptionScope\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/encryptionScopes/{encryptionScopeName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.subscriptionId,\n Parameters.encryptionScopeName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.EncryptionScope\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/encryptionScopes\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.EncryptionScopeListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.EncryptionScopeListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n ActiveDirectoryProperties,\n AzureEntityResource,\n AzureFilesIdentityBasedAuthentication,\n BaseResource,\n BlobContainer,\n BlobInventoryPolicy,\n BlobInventoryPolicyDefinition,\n BlobInventoryPolicyFilter,\n BlobInventoryPolicyRule,\n BlobInventoryPolicySchema,\n BlobRestoreParameters,\n BlobRestoreRange,\n BlobRestoreStatus,\n BlobServiceItems,\n BlobServiceProperties,\n ChangeFeed,\n CloudError,\n CorsRule,\n CorsRules,\n CustomDomain,\n DateAfterCreation,\n DateAfterModification,\n DeletedAccount,\n DeleteRetentionPolicy,\n Encryption,\n EncryptionIdentity,\n EncryptionScope,\n EncryptionScopeKeyVaultProperties,\n EncryptionService,\n EncryptionServices,\n Endpoints,\n ExtendedLocation,\n FileServiceProperties,\n FileShare,\n FileShareItem,\n GeoReplicationStats,\n Identity,\n ImmutabilityPolicy,\n ImmutabilityPolicyProperties,\n IPRule,\n KeyCreationTime,\n KeyPolicy,\n KeyVaultProperties,\n LastAccessTimeTrackingPolicy,\n LegalHoldProperties,\n ListContainerItem,\n ListQueue,\n ManagementPolicy,\n ManagementPolicyAction,\n ManagementPolicyBaseBlob,\n ManagementPolicyDefinition,\n ManagementPolicyFilter,\n ManagementPolicyRule,\n ManagementPolicySchema,\n ManagementPolicySnapShot,\n ManagementPolicyVersion,\n Multichannel,\n NetworkRuleSet,\n ObjectReplicationPolicy,\n ObjectReplicationPolicyFilter,\n ObjectReplicationPolicyRule,\n PrivateEndpoint,\n PrivateEndpointConnection,\n PrivateLinkResource,\n PrivateLinkServiceConnectionState,\n ProtocolSettings,\n ProxyResource,\n QueueServiceProperties,\n Resource,\n ResourceAccessRule,\n RestorePolicyProperties,\n RoutingPreference,\n SasPolicy,\n Sku,\n SmbSetting,\n StorageAccount,\n StorageAccountInternetEndpoints,\n StorageAccountMicrosoftEndpoints,\n StorageQueue,\n SystemData,\n Table,\n TableServiceProperties,\n TagFilter,\n TagProperty,\n TrackedResource,\n UpdateHistoryProperty,\n UserAssignedIdentity,\n VirtualNetworkRule\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/blobServicesMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { StorageManagementClientContext } from \"../storageManagementClientContext\";\n\n/** Class representing a BlobServices. */\nexport class BlobServices {\n private readonly client: StorageManagementClientContext;\n\n /**\n * Create a BlobServices.\n * @param {StorageManagementClientContext} client Reference to the service client.\n */\n constructor(client: StorageManagementClientContext) {\n this.client = client;\n }\n\n /**\n * List blob services of storage account. It returns a collection of one object named default.\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param [options] The optional parameters\n * @returns Promise<Models.BlobServicesListResponse>\n */\n list(resourceGroupName: string, accountName: string, options?: msRest.RequestOptionsBase): Promise<Models.BlobServicesListResponse>;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param callback The callback\n */\n list(resourceGroupName: string, accountName: string, callback: msRest.ServiceCallback<Models.BlobServiceItems>): void;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param options The optional parameters\n * @param callback The callback\n */\n list(resourceGroupName: string, accountName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.BlobServiceItems>): void;\n list(resourceGroupName: string, accountName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.BlobServiceItems>, callback?: msRest.ServiceCallback<Models.BlobServiceItems>): Promise<Models.BlobServicesListResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n accountName,\n options\n },\n listOperationSpec,\n callback) as Promise<Models.BlobServicesListResponse>;\n }\n\n /**\n * Sets the properties of a storage account’s Blob service, including properties for Storage\n * Analytics and CORS (Cross-Origin Resource Sharing) rules.\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param parameters The properties of a storage account’s Blob service, including properties for\n * Storage Analytics and CORS (Cross-Origin Resource Sharing) rules.\n * @param [options] The optional parameters\n * @returns Promise<Models.BlobServicesSetServicePropertiesResponse>\n */\n setServiceProperties(resourceGroupName: string, accountName: string, parameters: Models.BlobServiceProperties, options?: msRest.RequestOptionsBase): Promise<Models.BlobServicesSetServicePropertiesResponse>;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param parameters The properties of a storage account’s Blob service, including properties for\n * Storage Analytics and CORS (Cross-Origin Resource Sharing) rules.\n * @param callback The callback\n */\n setServiceProperties(resourceGroupName: string, accountName: string, parameters: Models.BlobServiceProperties, callback: msRest.ServiceCallback<Models.BlobServiceProperties>): void;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param parameters The properties of a storage account’s Blob service, including properties for\n * Storage Analytics and CORS (Cross-Origin Resource Sharing) rules.\n * @param options The optional parameters\n * @param callback The callback\n */\n setServiceProperties(resourceGroupName: string, accountName: string, parameters: Models.BlobServiceProperties, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.BlobServiceProperties>): void;\n setServiceProperties(resourceGroupName: string, accountName: string, parameters: Models.BlobServiceProperties, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.BlobServiceProperties>, callback?: msRest.ServiceCallback<Models.BlobServiceProperties>): Promise<Models.BlobServicesSetServicePropertiesResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n accountName,\n parameters,\n options\n },\n setServicePropertiesOperationSpec,\n callback) as Promise<Models.BlobServicesSetServicePropertiesResponse>;\n }\n\n /**\n * Gets the properties of a storage account’s Blob service, including properties for Storage\n * Analytics and CORS (Cross-Origin Resource Sharing) rules.\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param [options] The optional parameters\n * @returns Promise<Models.BlobServicesGetServicePropertiesResponse>\n */\n getServiceProperties(resourceGroupName: string, accountName: string, options?: msRest.RequestOptionsBase): Promise<Models.BlobServicesGetServicePropertiesResponse>;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param callback The callback\n */\n getServiceProperties(resourceGroupName: string, accountName: string, callback: msRest.ServiceCallback<Models.BlobServiceProperties>): void;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param options The optional parameters\n * @param callback The callback\n */\n getServiceProperties(resourceGroupName: string, accountName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.BlobServiceProperties>): void;\n getServiceProperties(resourceGroupName: string, accountName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.BlobServiceProperties>, callback?: msRest.ServiceCallback<Models.BlobServiceProperties>): Promise<Models.BlobServicesGetServicePropertiesResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n accountName,\n options\n },\n getServicePropertiesOperationSpec,\n callback) as Promise<Models.BlobServicesGetServicePropertiesResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst listOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/blobServices\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.BlobServiceItems\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst setServicePropertiesOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/blobServices/{BlobServicesName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.subscriptionId,\n Parameters.blobServicesName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"parameters\",\n mapper: {\n ...Mappers.BlobServiceProperties,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.BlobServiceProperties\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst getServicePropertiesOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/blobServices/{BlobServicesName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.subscriptionId,\n Parameters.blobServicesName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.BlobServiceProperties\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n ActiveDirectoryProperties,\n AzureEntityResource,\n AzureFilesIdentityBasedAuthentication,\n BaseResource,\n BlobContainer,\n BlobContainersCreateOrUpdateImmutabilityPolicyHeaders,\n BlobContainersDeleteImmutabilityPolicyHeaders,\n BlobContainersExtendImmutabilityPolicyHeaders,\n BlobContainersGetImmutabilityPolicyHeaders,\n BlobContainersLockImmutabilityPolicyHeaders,\n BlobInventoryPolicy,\n BlobInventoryPolicyDefinition,\n BlobInventoryPolicyFilter,\n BlobInventoryPolicyRule,\n BlobInventoryPolicySchema,\n BlobRestoreParameters,\n BlobRestoreRange,\n BlobRestoreStatus,\n BlobServiceProperties,\n ChangeFeed,\n CloudError,\n CorsRule,\n CorsRules,\n CustomDomain,\n DateAfterCreation,\n DateAfterModification,\n DeletedAccount,\n DeleteRetentionPolicy,\n Encryption,\n EncryptionIdentity,\n EncryptionScope,\n EncryptionScopeKeyVaultProperties,\n EncryptionService,\n EncryptionServices,\n Endpoints,\n ExtendedLocation,\n FileServiceProperties,\n FileShare,\n FileShareItem,\n GeoReplicationStats,\n Identity,\n ImmutabilityPolicy,\n ImmutabilityPolicyProperties,\n IPRule,\n KeyCreationTime,\n KeyPolicy,\n KeyVaultProperties,\n LastAccessTimeTrackingPolicy,\n LeaseContainerRequest,\n LeaseContainerResponse,\n LegalHold,\n LegalHoldProperties,\n ListContainerItem,\n ListContainerItems,\n ListQueue,\n ManagementPolicy,\n ManagementPolicyAction,\n ManagementPolicyBaseBlob,\n ManagementPolicyDefinition,\n ManagementPolicyFilter,\n ManagementPolicyRule,\n ManagementPolicySchema,\n ManagementPolicySnapShot,\n ManagementPolicyVersion,\n Multichannel,\n NetworkRuleSet,\n ObjectReplicationPolicy,\n ObjectReplicationPolicyFilter,\n ObjectReplicationPolicyRule,\n PrivateEndpoint,\n PrivateEndpointConnection,\n PrivateLinkResource,\n PrivateLinkServiceConnectionState,\n ProtocolSettings,\n ProxyResource,\n QueueServiceProperties,\n Resource,\n ResourceAccessRule,\n RestorePolicyProperties,\n RoutingPreference,\n SasPolicy,\n Sku,\n SmbSetting,\n StorageAccount,\n StorageAccountInternetEndpoints,\n StorageAccountMicrosoftEndpoints,\n StorageQueue,\n SystemData,\n Table,\n TableServiceProperties,\n TagFilter,\n TagProperty,\n TrackedResource,\n UpdateHistoryProperty,\n UserAssignedIdentity,\n VirtualNetworkRule\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/blobContainersMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { StorageManagementClientContext } from \"../storageManagementClientContext\";\n\n/** Class representing a BlobContainers. */\nexport class BlobContainers {\n private readonly client: StorageManagementClientContext;\n\n /**\n * Create a BlobContainers.\n * @param {StorageManagementClientContext} client Reference to the service client.\n */\n constructor(client: StorageManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Lists all containers and does not support a prefix like data plane. Also SRP today does not\n * return continuation token.\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param [options] The optional parameters\n * @returns Promise<Models.BlobContainersListResponse>\n */\n list(resourceGroupName: string, accountName: string, options?: Models.BlobContainersListOptionalParams): Promise<Models.BlobContainersListResponse>;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param callback The callback\n */\n list(resourceGroupName: string, accountName: string, callback: msRest.ServiceCallback<Models.ListContainerItems>): void;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param options The optional parameters\n * @param callback The callback\n */\n list(resourceGroupName: string, accountName: string, options: Models.BlobContainersListOptionalParams, callback: msRest.ServiceCallback<Models.ListContainerItems>): void;\n list(resourceGroupName: string, accountName: string, options?: Models.BlobContainersListOptionalParams | msRest.ServiceCallback<Models.ListContainerItems>, callback?: msRest.ServiceCallback<Models.ListContainerItems>): Promise<Models.BlobContainersListResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n accountName,\n options\n },\n listOperationSpec,\n callback) as Promise<Models.BlobContainersListResponse>;\n }\n\n /**\n * Creates a new container under the specified account as described by request body. The container\n * resource includes metadata and properties for that container. It does not include a list of the\n * blobs contained by the container.\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param containerName The name of the blob container within the specified storage account. Blob\n * container names must be between 3 and 63 characters in length and use numbers, lower-case\n * letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by\n * a letter or number.\n * @param blobContainer Properties of the blob container to create.\n * @param [options] The optional parameters\n * @returns Promise<Models.BlobContainersCreateResponse>\n */\n create(resourceGroupName: string, accountName: string, containerName: string, blobContainer: Models.BlobContainer, options?: msRest.RequestOptionsBase): Promise<Models.BlobContainersCreateResponse>;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param containerName The name of the blob container within the specified storage account. Blob\n * container names must be between 3 and 63 characters in length and use numbers, lower-case\n * letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by\n * a letter or number.\n * @param blobContainer Properties of the blob container to create.\n * @param callback The callback\n */\n create(resourceGroupName: string, accountName: string, containerName: string, blobContainer: Models.BlobContainer, callback: msRest.ServiceCallback<Models.BlobContainer>): void;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param containerName The name of the blob container within the specified storage account. Blob\n * container names must be between 3 and 63 characters in length and use numbers, lower-case\n * letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by\n * a letter or number.\n * @param blobContainer Properties of the blob container to create.\n * @param options The optional parameters\n * @param callback The callback\n */\n create(resourceGroupName: string, accountName: string, containerName: string, blobContainer: Models.BlobContainer, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.BlobContainer>): void;\n create(resourceGroupName: string, accountName: string, containerName: string, blobContainer: Models.BlobContainer, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.BlobContainer>, callback?: msRest.ServiceCallback<Models.BlobContainer>): Promise<Models.BlobContainersCreateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n accountName,\n containerName,\n blobContainer,\n options\n },\n createOperationSpec,\n callback) as Promise<Models.BlobContainersCreateResponse>;\n }\n\n /**\n * Updates container properties as specified in request body. Properties not mentioned in the\n * request will be unchanged. Update fails if the specified container doesn't already exist.\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param containerName The name of the blob container within the specified storage account. Blob\n * container names must be between 3 and 63 characters in length and use numbers, lower-case\n * letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by\n * a letter or number.\n * @param blobContainer Properties to update for the blob container.\n * @param [options] The optional parameters\n * @returns Promise<Models.BlobContainersUpdateResponse>\n */\n update(resourceGroupName: string, accountName: string, containerName: string, blobContainer: Models.BlobContainer, options?: msRest.RequestOptionsBase): Promise<Models.BlobContainersUpdateResponse>;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param containerName The name of the blob container within the specified storage account. Blob\n * container names must be between 3 and 63 characters in length and use numbers, lower-case\n * letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by\n * a letter or number.\n * @param blobContainer Properties to update for the blob container.\n * @param callback The callback\n */\n update(resourceGroupName: string, accountName: string, containerName: string, blobContainer: Models.BlobContainer, callback: msRest.ServiceCallback<Models.BlobContainer>): void;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param containerName The name of the blob container within the specified storage account. Blob\n * container names must be between 3 and 63 characters in length and use numbers, lower-case\n * letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by\n * a letter or number.\n * @param blobContainer Properties to update for the blob container.\n * @param options The optional parameters\n * @param callback The callback\n */\n update(resourceGroupName: string, accountName: string, containerName: string, blobContainer: Models.BlobContainer, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.BlobContainer>): void;\n update(resourceGroupName: string, accountName: string, containerName: string, blobContainer: Models.BlobContainer, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.BlobContainer>, callback?: msRest.ServiceCallback<Models.BlobContainer>): Promise<Models.BlobContainersUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n accountName,\n containerName,\n blobContainer,\n options\n },\n updateOperationSpec,\n callback) as Promise<Models.BlobContainersUpdateResponse>;\n }\n\n /**\n * Gets properties of a specified container.\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param containerName The name of the blob container within the specified storage account. Blob\n * container names must be between 3 and 63 characters in length and use numbers, lower-case\n * letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by\n * a letter or number.\n * @param [options] The optional parameters\n * @returns Promise<Models.BlobContainersGetResponse>\n */\n get(resourceGroupName: string, accountName: string, containerName: string, options?: msRest.RequestOptionsBase): Promise<Models.BlobContainersGetResponse>;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param containerName The name of the blob container within the specified storage account. Blob\n * container names must be between 3 and 63 characters in length and use numbers, lower-case\n * letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by\n * a letter or number.\n * @param callback The callback\n */\n get(resourceGroupName: string, accountName: string, containerName: string, callback: msRest.ServiceCallback<Models.BlobContainer>): void;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param containerName The name of the blob container within the specified storage account. Blob\n * container names must be between 3 and 63 characters in length and use numbers, lower-case\n * letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by\n * a letter or number.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, accountName: string, containerName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.BlobContainer>): void;\n get(resourceGroupName: string, accountName: string, containerName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.BlobContainer>, callback?: msRest.ServiceCallback<Models.BlobContainer>): Promise<Models.BlobContainersGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n accountName,\n containerName,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.BlobContainersGetResponse>;\n }\n\n /**\n * Deletes specified container under its account.\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param containerName The name of the blob container within the specified storage account. Blob\n * container names must be between 3 and 63 characters in length and use numbers, lower-case\n * letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by\n * a letter or number.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n deleteMethod(resourceGroupName: string, accountName: string, containerName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param containerName The name of the blob container within the specified storage account. Blob\n * container names must be between 3 and 63 characters in length and use numbers, lower-case\n * letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by\n * a letter or number.\n * @param callback The callback\n */\n deleteMethod(resourceGroupName: string, accountName: string, containerName: string, callback: msRest.ServiceCallback<void>): void;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param containerName The name of the blob container within the specified storage account. Blob\n * container names must be between 3 and 63 characters in length and use numbers, lower-case\n * letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by\n * a letter or number.\n * @param options The optional parameters\n * @param callback The callback\n */\n deleteMethod(resourceGroupName: string, accountName: string, containerName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<void>): void;\n deleteMethod(resourceGroupName: string, accountName: string, containerName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<void>, callback?: msRest.ServiceCallback<void>): Promise<msRest.RestResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n accountName,\n containerName,\n options\n },\n deleteMethodOperationSpec,\n callback);\n }\n\n /**\n * Sets legal hold tags. Setting the same tag results in an idempotent operation. SetLegalHold\n * follows an append pattern and does not clear out the existing tags that are not specified in the\n * request.\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param containerName The name of the blob container within the specified storage account. Blob\n * container names must be between 3 and 63 characters in length and use numbers, lower-case\n * letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by\n * a letter or number.\n * @param tags Each tag should be 3 to 23 alphanumeric characters and is normalized to lower case\n * at SRP.\n * @param [options] The optional parameters\n * @returns Promise<Models.BlobContainersSetLegalHoldResponse>\n */\n setLegalHold(resourceGroupName: string, accountName: string, containerName: string, tags: string[], options?: msRest.RequestOptionsBase): Promise<Models.BlobContainersSetLegalHoldResponse>;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param containerName The name of the blob container within the specified storage account. Blob\n * container names must be between 3 and 63 characters in length and use numbers, lower-case\n * letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by\n * a letter or number.\n * @param tags Each tag should be 3 to 23 alphanumeric characters and is normalized to lower case\n * at SRP.\n * @param callback The callback\n */\n setLegalHold(resourceGroupName: string, accountName: string, containerName: string, tags: string[], callback: msRest.ServiceCallback<Models.LegalHold>): void;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param containerName The name of the blob container within the specified storage account. Blob\n * container names must be between 3 and 63 characters in length and use numbers, lower-case\n * letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by\n * a letter or number.\n * @param tags Each tag should be 3 to 23 alphanumeric characters and is normalized to lower case\n * at SRP.\n * @param options The optional parameters\n * @param callback The callback\n */\n setLegalHold(resourceGroupName: string, accountName: string, containerName: string, tags: string[], options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.LegalHold>): void;\n setLegalHold(resourceGroupName: string, accountName: string, containerName: string, tags: string[], options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.LegalHold>, callback?: msRest.ServiceCallback<Models.LegalHold>): Promise<Models.BlobContainersSetLegalHoldResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n accountName,\n containerName,\n tags,\n options\n },\n setLegalHoldOperationSpec,\n callback) as Promise<Models.BlobContainersSetLegalHoldResponse>;\n }\n\n /**\n * Clears legal hold tags. Clearing the same or non-existent tag results in an idempotent\n * operation. ClearLegalHold clears out only the specified tags in the request.\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param containerName The name of the blob container within the specified storage account. Blob\n * container names must be between 3 and 63 characters in length and use numbers, lower-case\n * letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by\n * a letter or number.\n * @param tags Each tag should be 3 to 23 alphanumeric characters and is normalized to lower case\n * at SRP.\n * @param [options] The optional parameters\n * @returns Promise<Models.BlobContainersClearLegalHoldResponse>\n */\n clearLegalHold(resourceGroupName: string, accountName: string, containerName: string, tags: string[], options?: msRest.RequestOptionsBase): Promise<Models.BlobContainersClearLegalHoldResponse>;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param containerName The name of the blob container within the specified storage account. Blob\n * container names must be between 3 and 63 characters in length and use numbers, lower-case\n * letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by\n * a letter or number.\n * @param tags Each tag should be 3 to 23 alphanumeric characters and is normalized to lower case\n * at SRP.\n * @param callback The callback\n */\n clearLegalHold(resourceGroupName: string, accountName: string, containerName: string, tags: string[], callback: msRest.ServiceCallback<Models.LegalHold>): void;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param containerName The name of the blob container within the specified storage account. Blob\n * container names must be between 3 and 63 characters in length and use numbers, lower-case\n * letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by\n * a letter or number.\n * @param tags Each tag should be 3 to 23 alphanumeric characters and is normalized to lower case\n * at SRP.\n * @param options The optional parameters\n * @param callback The callback\n */\n clearLegalHold(resourceGroupName: string, accountName: string, containerName: string, tags: string[], options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.LegalHold>): void;\n clearLegalHold(resourceGroupName: string, accountName: string, containerName: string, tags: string[], options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.LegalHold>, callback?: msRest.ServiceCallback<Models.LegalHold>): Promise<Models.BlobContainersClearLegalHoldResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n accountName,\n containerName,\n tags,\n options\n },\n clearLegalHoldOperationSpec,\n callback) as Promise<Models.BlobContainersClearLegalHoldResponse>;\n }\n\n /**\n * Creates or updates an unlocked immutability policy. ETag in If-Match is honored if given but not\n * required for this operation.\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param containerName The name of the blob container within the specified storage account. Blob\n * container names must be between 3 and 63 characters in length and use numbers, lower-case\n * letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by\n * a letter or number.\n * @param [options] The optional parameters\n * @returns Promise<Models.BlobContainersCreateOrUpdateImmutabilityPolicyResponse>\n */\n createOrUpdateImmutabilityPolicy(resourceGroupName: string, accountName: string, containerName: string, options?: Models.BlobContainersCreateOrUpdateImmutabilityPolicyOptionalParams): Promise<Models.BlobContainersCreateOrUpdateImmutabilityPolicyResponse>;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param containerName The name of the blob container within the specified storage account. Blob\n * container names must be between 3 and 63 characters in length and use numbers, lower-case\n * letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by\n * a letter or number.\n * @param callback The callback\n */\n createOrUpdateImmutabilityPolicy(resourceGroupName: string, accountName: string, containerName: string, callback: msRest.ServiceCallback<Models.ImmutabilityPolicy>): void;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param containerName The name of the blob container within the specified storage account. Blob\n * container names must be between 3 and 63 characters in length and use numbers, lower-case\n * letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by\n * a letter or number.\n * @param options The optional parameters\n * @param callback The callback\n */\n createOrUpdateImmutabilityPolicy(resourceGroupName: string, accountName: string, containerName: string, options: Models.BlobContainersCreateOrUpdateImmutabilityPolicyOptionalParams, callback: msRest.ServiceCallback<Models.ImmutabilityPolicy>): void;\n createOrUpdateImmutabilityPolicy(resourceGroupName: string, accountName: string, containerName: string, options?: Models.BlobContainersCreateOrUpdateImmutabilityPolicyOptionalParams | msRest.ServiceCallback<Models.ImmutabilityPolicy>, callback?: msRest.ServiceCallback<Models.ImmutabilityPolicy>): Promise<Models.BlobContainersCreateOrUpdateImmutabilityPolicyResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n accountName,\n containerName,\n options\n },\n createOrUpdateImmutabilityPolicyOperationSpec,\n callback) as Promise<Models.BlobContainersCreateOrUpdateImmutabilityPolicyResponse>;\n }\n\n /**\n * Gets the existing immutability policy along with the corresponding ETag in response headers and\n * body.\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param containerName The name of the blob container within the specified storage account. Blob\n * container names must be between 3 and 63 characters in length and use numbers, lower-case\n * letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by\n * a letter or number.\n * @param [options] The optional parameters\n * @returns Promise<Models.BlobContainersGetImmutabilityPolicyResponse>\n */\n getImmutabilityPolicy(resourceGroupName: string, accountName: string, containerName: string, options?: Models.BlobContainersGetImmutabilityPolicyOptionalParams): Promise<Models.BlobContainersGetImmutabilityPolicyResponse>;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param containerName The name of the blob container within the specified storage account. Blob\n * container names must be between 3 and 63 characters in length and use numbers, lower-case\n * letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by\n * a letter or number.\n * @param callback The callback\n */\n getImmutabilityPolicy(resourceGroupName: string, accountName: string, containerName: string, callback: msRest.ServiceCallback<Models.ImmutabilityPolicy>): void;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param containerName The name of the blob container within the specified storage account. Blob\n * container names must be between 3 and 63 characters in length and use numbers, lower-case\n * letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by\n * a letter or number.\n * @param options The optional parameters\n * @param callback The callback\n */\n getImmutabilityPolicy(resourceGroupName: string, accountName: string, containerName: string, options: Models.BlobContainersGetImmutabilityPolicyOptionalParams, callback: msRest.ServiceCallback<Models.ImmutabilityPolicy>): void;\n getImmutabilityPolicy(resourceGroupName: string, accountName: string, containerName: string, options?: Models.BlobContainersGetImmutabilityPolicyOptionalParams | msRest.ServiceCallback<Models.ImmutabilityPolicy>, callback?: msRest.ServiceCallback<Models.ImmutabilityPolicy>): Promise<Models.BlobContainersGetImmutabilityPolicyResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n accountName,\n containerName,\n options\n },\n getImmutabilityPolicyOperationSpec,\n callback) as Promise<Models.BlobContainersGetImmutabilityPolicyResponse>;\n }\n\n /**\n * Aborts an unlocked immutability policy. The response of delete has\n * immutabilityPeriodSinceCreationInDays set to 0. ETag in If-Match is required for this operation.\n * Deleting a locked immutability policy is not allowed, the only way is to delete the container\n * after deleting all expired blobs inside the policy locked container.\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param containerName The name of the blob container within the specified storage account. Blob\n * container names must be between 3 and 63 characters in length and use numbers, lower-case\n * letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by\n * a letter or number.\n * @param ifMatch The entity state (ETag) version of the immutability policy to update. A value of\n * \"*\" can be used to apply the operation only if the immutability policy already exists. If\n * omitted, this operation will always be applied.\n * @param [options] The optional parameters\n * @returns Promise<Models.BlobContainersDeleteImmutabilityPolicyResponse>\n */\n deleteImmutabilityPolicy(resourceGroupName: string, accountName: string, containerName: string, ifMatch: string, options?: msRest.RequestOptionsBase): Promise<Models.BlobContainersDeleteImmutabilityPolicyResponse>;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param containerName The name of the blob container within the specified storage account. Blob\n * container names must be between 3 and 63 characters in length and use numbers, lower-case\n * letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by\n * a letter or number.\n * @param ifMatch The entity state (ETag) version of the immutability policy to update. A value of\n * \"*\" can be used to apply the operation only if the immutability policy already exists. If\n * omitted, this operation will always be applied.\n * @param callback The callback\n */\n deleteImmutabilityPolicy(resourceGroupName: string, accountName: string, containerName: string, ifMatch: string, callback: msRest.ServiceCallback<Models.ImmutabilityPolicy>): void;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param containerName The name of the blob container within the specified storage account. Blob\n * container names must be between 3 and 63 characters in length and use numbers, lower-case\n * letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by\n * a letter or number.\n * @param ifMatch The entity state (ETag) version of the immutability policy to update. A value of\n * \"*\" can be used to apply the operation only if the immutability policy already exists. If\n * omitted, this operation will always be applied.\n * @param options The optional parameters\n * @param callback The callback\n */\n deleteImmutabilityPolicy(resourceGroupName: string, accountName: string, containerName: string, ifMatch: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ImmutabilityPolicy>): void;\n deleteImmutabilityPolicy(resourceGroupName: string, accountName: string, containerName: string, ifMatch: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ImmutabilityPolicy>, callback?: msRest.ServiceCallback<Models.ImmutabilityPolicy>): Promise<Models.BlobContainersDeleteImmutabilityPolicyResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n accountName,\n containerName,\n ifMatch,\n options\n },\n deleteImmutabilityPolicyOperationSpec,\n callback) as Promise<Models.BlobContainersDeleteImmutabilityPolicyResponse>;\n }\n\n /**\n * Sets the ImmutabilityPolicy to Locked state. The only action allowed on a Locked policy is\n * ExtendImmutabilityPolicy action. ETag in If-Match is required for this operation.\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param containerName The name of the blob container within the specified storage account. Blob\n * container names must be between 3 and 63 characters in length and use numbers, lower-case\n * letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by\n * a letter or number.\n * @param ifMatch The entity state (ETag) version of the immutability policy to update. A value of\n * \"*\" can be used to apply the operation only if the immutability policy already exists. If\n * omitted, this operation will always be applied.\n * @param [options] The optional parameters\n * @returns Promise<Models.BlobContainersLockImmutabilityPolicyResponse>\n */\n lockImmutabilityPolicy(resourceGroupName: string, accountName: string, containerName: string, ifMatch: string, options?: msRest.RequestOptionsBase): Promise<Models.BlobContainersLockImmutabilityPolicyResponse>;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param containerName The name of the blob container within the specified storage account. Blob\n * container names must be between 3 and 63 characters in length and use numbers, lower-case\n * letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by\n * a letter or number.\n * @param ifMatch The entity state (ETag) version of the immutability policy to update. A value of\n * \"*\" can be used to apply the operation only if the immutability policy already exists. If\n * omitted, this operation will always be applied.\n * @param callback The callback\n */\n lockImmutabilityPolicy(resourceGroupName: string, accountName: string, containerName: string, ifMatch: string, callback: msRest.ServiceCallback<Models.ImmutabilityPolicy>): void;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param containerName The name of the blob container within the specified storage account. Blob\n * container names must be between 3 and 63 characters in length and use numbers, lower-case\n * letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by\n * a letter or number.\n * @param ifMatch The entity state (ETag) version of the immutability policy to update. A value of\n * \"*\" can be used to apply the operation only if the immutability policy already exists. If\n * omitted, this operation will always be applied.\n * @param options The optional parameters\n * @param callback The callback\n */\n lockImmutabilityPolicy(resourceGroupName: string, accountName: string, containerName: string, ifMatch: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ImmutabilityPolicy>): void;\n lockImmutabilityPolicy(resourceGroupName: string, accountName: string, containerName: string, ifMatch: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ImmutabilityPolicy>, callback?: msRest.ServiceCallback<Models.ImmutabilityPolicy>): Promise<Models.BlobContainersLockImmutabilityPolicyResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n accountName,\n containerName,\n ifMatch,\n options\n },\n lockImmutabilityPolicyOperationSpec,\n callback) as Promise<Models.BlobContainersLockImmutabilityPolicyResponse>;\n }\n\n /**\n * Extends the immutabilityPeriodSinceCreationInDays of a locked immutabilityPolicy. The only\n * action allowed on a Locked policy will be this action. ETag in If-Match is required for this\n * operation.\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param containerName The name of the blob container within the specified storage account. Blob\n * container names must be between 3 and 63 characters in length and use numbers, lower-case\n * letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by\n * a letter or number.\n * @param ifMatch The entity state (ETag) version of the immutability policy to update. A value of\n * \"*\" can be used to apply the operation only if the immutability policy already exists. If\n * omitted, this operation will always be applied.\n * @param [options] The optional parameters\n * @returns Promise<Models.BlobContainersExtendImmutabilityPolicyResponse>\n */\n extendImmutabilityPolicy(resourceGroupName: string, accountName: string, containerName: string, ifMatch: string, options?: Models.BlobContainersExtendImmutabilityPolicyOptionalParams): Promise<Models.BlobContainersExtendImmutabilityPolicyResponse>;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param containerName The name of the blob container within the specified storage account. Blob\n * container names must be between 3 and 63 characters in length and use numbers, lower-case\n * letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by\n * a letter or number.\n * @param ifMatch The entity state (ETag) version of the immutability policy to update. A value of\n * \"*\" can be used to apply the operation only if the immutability policy already exists. If\n * omitted, this operation will always be applied.\n * @param callback The callback\n */\n extendImmutabilityPolicy(resourceGroupName: string, accountName: string, containerName: string, ifMatch: string, callback: msRest.ServiceCallback<Models.ImmutabilityPolicy>): void;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param containerName The name of the blob container within the specified storage account. Blob\n * container names must be between 3 and 63 characters in length and use numbers, lower-case\n * letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by\n * a letter or number.\n * @param ifMatch The entity state (ETag) version of the immutability policy to update. A value of\n * \"*\" can be used to apply the operation only if the immutability policy already exists. If\n * omitted, this operation will always be applied.\n * @param options The optional parameters\n * @param callback The callback\n */\n extendImmutabilityPolicy(resourceGroupName: string, accountName: string, containerName: string, ifMatch: string, options: Models.BlobContainersExtendImmutabilityPolicyOptionalParams, callback: msRest.ServiceCallback<Models.ImmutabilityPolicy>): void;\n extendImmutabilityPolicy(resourceGroupName: string, accountName: string, containerName: string, ifMatch: string, options?: Models.BlobContainersExtendImmutabilityPolicyOptionalParams | msRest.ServiceCallback<Models.ImmutabilityPolicy>, callback?: msRest.ServiceCallback<Models.ImmutabilityPolicy>): Promise<Models.BlobContainersExtendImmutabilityPolicyResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n accountName,\n containerName,\n ifMatch,\n options\n },\n extendImmutabilityPolicyOperationSpec,\n callback) as Promise<Models.BlobContainersExtendImmutabilityPolicyResponse>;\n }\n\n /**\n * The Lease Container operation establishes and manages a lock on a container for delete\n * operations. The lock duration can be 15 to 60 seconds, or can be infinite.\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param containerName The name of the blob container within the specified storage account. Blob\n * container names must be between 3 and 63 characters in length and use numbers, lower-case\n * letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by\n * a letter or number.\n * @param [options] The optional parameters\n * @returns Promise<Models.BlobContainersLeaseResponse>\n */\n lease(resourceGroupName: string, accountName: string, containerName: string, options?: Models.BlobContainersLeaseOptionalParams): Promise<Models.BlobContainersLeaseResponse>;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param containerName The name of the blob container within the specified storage account. Blob\n * container names must be between 3 and 63 characters in length and use numbers, lower-case\n * letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by\n * a letter or number.\n * @param callback The callback\n */\n lease(resourceGroupName: string, accountName: string, containerName: string, callback: msRest.ServiceCallback<Models.LeaseContainerResponse>): void;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param containerName The name of the blob container within the specified storage account. Blob\n * container names must be between 3 and 63 characters in length and use numbers, lower-case\n * letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by\n * a letter or number.\n * @param options The optional parameters\n * @param callback The callback\n */\n lease(resourceGroupName: string, accountName: string, containerName: string, options: Models.BlobContainersLeaseOptionalParams, callback: msRest.ServiceCallback<Models.LeaseContainerResponse>): void;\n lease(resourceGroupName: string, accountName: string, containerName: string, options?: Models.BlobContainersLeaseOptionalParams | msRest.ServiceCallback<Models.LeaseContainerResponse>, callback?: msRest.ServiceCallback<Models.LeaseContainerResponse>): Promise<Models.BlobContainersLeaseResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n accountName,\n containerName,\n options\n },\n leaseOperationSpec,\n callback) as Promise<Models.BlobContainersLeaseResponse>;\n }\n\n /**\n * Lists all containers and does not support a prefix like data plane. Also SRP today does not\n * return continuation token.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.BlobContainersListNextResponse>\n */\n listNext(nextPageLink: string, options?: Models.BlobContainersListNextOptionalParams): Promise<Models.BlobContainersListNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.ListContainerItems>): void;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n listNext(nextPageLink: string, options: Models.BlobContainersListNextOptionalParams, callback: msRest.ServiceCallback<Models.ListContainerItems>): void;\n listNext(nextPageLink: string, options?: Models.BlobContainersListNextOptionalParams | msRest.ServiceCallback<Models.ListContainerItems>, callback?: msRest.ServiceCallback<Models.ListContainerItems>): Promise<Models.BlobContainersListNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listNextOperationSpec,\n callback) as Promise<Models.BlobContainersListNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst listOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/blobServices/default/containers\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion,\n Parameters.maxpagesize,\n Parameters.filter,\n Parameters.include\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ListContainerItems\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst createOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/blobServices/default/containers/{containerName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.containerName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"blobContainer\",\n mapper: {\n ...Mappers.BlobContainer,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.BlobContainer\n },\n 201: {\n bodyMapper: Mappers.BlobContainer\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst updateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PATCH\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/blobServices/default/containers/{containerName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.containerName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"blobContainer\",\n mapper: {\n ...Mappers.BlobContainer,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.BlobContainer\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/blobServices/default/containers/{containerName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.containerName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.BlobContainer\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst deleteMethodOperationSpec: msRest.OperationSpec = {\n httpMethod: \"DELETE\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/blobServices/default/containers/{containerName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.containerName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst setLegalHoldOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/blobServices/default/containers/{containerName}/setLegalHold\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.containerName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: {\n tags: \"tags\"\n },\n mapper: {\n ...Mappers.LegalHold,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.LegalHold\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst clearLegalHoldOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/blobServices/default/containers/{containerName}/clearLegalHold\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.containerName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: {\n tags: \"tags\"\n },\n mapper: {\n ...Mappers.LegalHold,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.LegalHold\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst createOrUpdateImmutabilityPolicyOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/blobServices/default/containers/{containerName}/immutabilityPolicies/{immutabilityPolicyName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.containerName,\n Parameters.immutabilityPolicyName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.ifMatch0,\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: {\n immutabilityPeriodSinceCreationInDays: [\n \"options\",\n \"immutabilityPeriodSinceCreationInDays\"\n ],\n allowProtectedAppendWrites: [\n \"options\",\n \"allowProtectedAppendWrites\"\n ]\n },\n mapper: Mappers.ImmutabilityPolicy\n },\n responses: {\n 200: {\n bodyMapper: Mappers.ImmutabilityPolicy,\n headersMapper: Mappers.BlobContainersCreateOrUpdateImmutabilityPolicyHeaders\n },\n default: {\n bodyMapper: Mappers.CloudError,\n headersMapper: Mappers.BlobContainersCreateOrUpdateImmutabilityPolicyHeaders\n }\n },\n serializer\n};\n\nconst getImmutabilityPolicyOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/blobServices/default/containers/{containerName}/immutabilityPolicies/{immutabilityPolicyName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.containerName,\n Parameters.immutabilityPolicyName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.ifMatch0,\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ImmutabilityPolicy,\n headersMapper: Mappers.BlobContainersGetImmutabilityPolicyHeaders\n },\n default: {\n bodyMapper: Mappers.CloudError,\n headersMapper: Mappers.BlobContainersGetImmutabilityPolicyHeaders\n }\n },\n serializer\n};\n\nconst deleteImmutabilityPolicyOperationSpec: msRest.OperationSpec = {\n httpMethod: \"DELETE\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/blobServices/default/containers/{containerName}/immutabilityPolicies/{immutabilityPolicyName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.containerName,\n Parameters.immutabilityPolicyName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.ifMatch1,\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ImmutabilityPolicy,\n headersMapper: Mappers.BlobContainersDeleteImmutabilityPolicyHeaders\n },\n default: {\n bodyMapper: Mappers.CloudError,\n headersMapper: Mappers.BlobContainersDeleteImmutabilityPolicyHeaders\n }\n },\n serializer\n};\n\nconst lockImmutabilityPolicyOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/blobServices/default/containers/{containerName}/immutabilityPolicies/default/lock\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.containerName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.ifMatch1,\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ImmutabilityPolicy,\n headersMapper: Mappers.BlobContainersLockImmutabilityPolicyHeaders\n },\n default: {\n bodyMapper: Mappers.CloudError,\n headersMapper: Mappers.BlobContainersLockImmutabilityPolicyHeaders\n }\n },\n serializer\n};\n\nconst extendImmutabilityPolicyOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/blobServices/default/containers/{containerName}/immutabilityPolicies/default/extend\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.containerName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.ifMatch1,\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: {\n immutabilityPeriodSinceCreationInDays: [\n \"options\",\n \"immutabilityPeriodSinceCreationInDays\"\n ],\n allowProtectedAppendWrites: [\n \"options\",\n \"allowProtectedAppendWrites\"\n ]\n },\n mapper: Mappers.ImmutabilityPolicy\n },\n responses: {\n 200: {\n bodyMapper: Mappers.ImmutabilityPolicy,\n headersMapper: Mappers.BlobContainersExtendImmutabilityPolicyHeaders\n },\n default: {\n bodyMapper: Mappers.CloudError,\n headersMapper: Mappers.BlobContainersExtendImmutabilityPolicyHeaders\n }\n },\n serializer\n};\n\nconst leaseOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/blobServices/default/containers/{containerName}/lease\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.containerName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: [\n \"options\",\n \"parameters\"\n ],\n mapper: Mappers.LeaseContainerRequest\n },\n responses: {\n 200: {\n bodyMapper: Mappers.LeaseContainerResponse\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n queryParameters: [\n Parameters.apiVersion,\n Parameters.maxpagesize,\n Parameters.filter,\n Parameters.include\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ListContainerItems\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n ActiveDirectoryProperties,\n AzureEntityResource,\n AzureFilesIdentityBasedAuthentication,\n BaseResource,\n BlobContainer,\n BlobInventoryPolicy,\n BlobInventoryPolicyDefinition,\n BlobInventoryPolicyFilter,\n BlobInventoryPolicyRule,\n BlobInventoryPolicySchema,\n BlobRestoreParameters,\n BlobRestoreRange,\n BlobRestoreStatus,\n BlobServiceProperties,\n ChangeFeed,\n CloudError,\n CorsRule,\n CorsRules,\n CustomDomain,\n DateAfterCreation,\n DateAfterModification,\n DeletedAccount,\n DeleteRetentionPolicy,\n Encryption,\n EncryptionIdentity,\n EncryptionScope,\n EncryptionScopeKeyVaultProperties,\n EncryptionService,\n EncryptionServices,\n Endpoints,\n ExtendedLocation,\n FileServiceItems,\n FileServiceProperties,\n FileShare,\n FileShareItem,\n GeoReplicationStats,\n Identity,\n ImmutabilityPolicy,\n ImmutabilityPolicyProperties,\n IPRule,\n KeyCreationTime,\n KeyPolicy,\n KeyVaultProperties,\n LastAccessTimeTrackingPolicy,\n LegalHoldProperties,\n ListContainerItem,\n ListQueue,\n ManagementPolicy,\n ManagementPolicyAction,\n ManagementPolicyBaseBlob,\n ManagementPolicyDefinition,\n ManagementPolicyFilter,\n ManagementPolicyRule,\n ManagementPolicySchema,\n ManagementPolicySnapShot,\n ManagementPolicyVersion,\n Multichannel,\n NetworkRuleSet,\n ObjectReplicationPolicy,\n ObjectReplicationPolicyFilter,\n ObjectReplicationPolicyRule,\n PrivateEndpoint,\n PrivateEndpointConnection,\n PrivateLinkResource,\n PrivateLinkServiceConnectionState,\n ProtocolSettings,\n ProxyResource,\n QueueServiceProperties,\n Resource,\n ResourceAccessRule,\n RestorePolicyProperties,\n RoutingPreference,\n SasPolicy,\n Sku,\n SmbSetting,\n StorageAccount,\n StorageAccountInternetEndpoints,\n StorageAccountMicrosoftEndpoints,\n StorageQueue,\n SystemData,\n Table,\n TableServiceProperties,\n TagFilter,\n TagProperty,\n TrackedResource,\n UpdateHistoryProperty,\n UserAssignedIdentity,\n VirtualNetworkRule\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/fileServicesMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { StorageManagementClientContext } from \"../storageManagementClientContext\";\n\n/** Class representing a FileServices. */\nexport class FileServices {\n private readonly client: StorageManagementClientContext;\n\n /**\n * Create a FileServices.\n * @param {StorageManagementClientContext} client Reference to the service client.\n */\n constructor(client: StorageManagementClientContext) {\n this.client = client;\n }\n\n /**\n * List all file services in storage accounts\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param [options] The optional parameters\n * @returns Promise<Models.FileServicesListResponse>\n */\n list(resourceGroupName: string, accountName: string, options?: msRest.RequestOptionsBase): Promise<Models.FileServicesListResponse>;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param callback The callback\n */\n list(resourceGroupName: string, accountName: string, callback: msRest.ServiceCallback<Models.FileServiceItems>): void;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param options The optional parameters\n * @param callback The callback\n */\n list(resourceGroupName: string, accountName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.FileServiceItems>): void;\n list(resourceGroupName: string, accountName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.FileServiceItems>, callback?: msRest.ServiceCallback<Models.FileServiceItems>): Promise<Models.FileServicesListResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n accountName,\n options\n },\n listOperationSpec,\n callback) as Promise<Models.FileServicesListResponse>;\n }\n\n /**\n * Sets the properties of file services in storage accounts, including CORS (Cross-Origin Resource\n * Sharing) rules.\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param parameters The properties of file services in storage accounts, including CORS\n * (Cross-Origin Resource Sharing) rules.\n * @param [options] The optional parameters\n * @returns Promise<Models.FileServicesSetServicePropertiesResponse>\n */\n setServiceProperties(resourceGroupName: string, accountName: string, parameters: Models.FileServiceProperties, options?: msRest.RequestOptionsBase): Promise<Models.FileServicesSetServicePropertiesResponse>;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param parameters The properties of file services in storage accounts, including CORS\n * (Cross-Origin Resource Sharing) rules.\n * @param callback The callback\n */\n setServiceProperties(resourceGroupName: string, accountName: string, parameters: Models.FileServiceProperties, callback: msRest.ServiceCallback<Models.FileServiceProperties>): void;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param parameters The properties of file services in storage accounts, including CORS\n * (Cross-Origin Resource Sharing) rules.\n * @param options The optional parameters\n * @param callback The callback\n */\n setServiceProperties(resourceGroupName: string, accountName: string, parameters: Models.FileServiceProperties, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.FileServiceProperties>): void;\n setServiceProperties(resourceGroupName: string, accountName: string, parameters: Models.FileServiceProperties, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.FileServiceProperties>, callback?: msRest.ServiceCallback<Models.FileServiceProperties>): Promise<Models.FileServicesSetServicePropertiesResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n accountName,\n parameters,\n options\n },\n setServicePropertiesOperationSpec,\n callback) as Promise<Models.FileServicesSetServicePropertiesResponse>;\n }\n\n /**\n * Gets the properties of file services in storage accounts, including CORS (Cross-Origin Resource\n * Sharing) rules.\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param [options] The optional parameters\n * @returns Promise<Models.FileServicesGetServicePropertiesResponse>\n */\n getServiceProperties(resourceGroupName: string, accountName: string, options?: msRest.RequestOptionsBase): Promise<Models.FileServicesGetServicePropertiesResponse>;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param callback The callback\n */\n getServiceProperties(resourceGroupName: string, accountName: string, callback: msRest.ServiceCallback<Models.FileServiceProperties>): void;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param options The optional parameters\n * @param callback The callback\n */\n getServiceProperties(resourceGroupName: string, accountName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.FileServiceProperties>): void;\n getServiceProperties(resourceGroupName: string, accountName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.FileServiceProperties>, callback?: msRest.ServiceCallback<Models.FileServiceProperties>): Promise<Models.FileServicesGetServicePropertiesResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n accountName,\n options\n },\n getServicePropertiesOperationSpec,\n callback) as Promise<Models.FileServicesGetServicePropertiesResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst listOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/fileServices\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.FileServiceItems\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst setServicePropertiesOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/fileServices/{FileServicesName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.subscriptionId,\n Parameters.fileServicesName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"parameters\",\n mapper: {\n ...Mappers.FileServiceProperties,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.FileServiceProperties\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst getServicePropertiesOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/fileServices/{FileServicesName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.subscriptionId,\n Parameters.fileServicesName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.FileServiceProperties\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n ActiveDirectoryProperties,\n AzureEntityResource,\n AzureFilesIdentityBasedAuthentication,\n BaseResource,\n BlobContainer,\n BlobInventoryPolicy,\n BlobInventoryPolicyDefinition,\n BlobInventoryPolicyFilter,\n BlobInventoryPolicyRule,\n BlobInventoryPolicySchema,\n BlobRestoreParameters,\n BlobRestoreRange,\n BlobRestoreStatus,\n BlobServiceProperties,\n ChangeFeed,\n CloudError,\n CorsRule,\n CorsRules,\n CustomDomain,\n DateAfterCreation,\n DateAfterModification,\n DeletedAccount,\n DeletedShare,\n DeleteRetentionPolicy,\n Encryption,\n EncryptionIdentity,\n EncryptionScope,\n EncryptionScopeKeyVaultProperties,\n EncryptionService,\n EncryptionServices,\n Endpoints,\n ExtendedLocation,\n FileServiceProperties,\n FileShare,\n FileShareItem,\n FileShareItems,\n GeoReplicationStats,\n Identity,\n ImmutabilityPolicy,\n ImmutabilityPolicyProperties,\n IPRule,\n KeyCreationTime,\n KeyPolicy,\n KeyVaultProperties,\n LastAccessTimeTrackingPolicy,\n LegalHoldProperties,\n ListContainerItem,\n ListQueue,\n ManagementPolicy,\n ManagementPolicyAction,\n ManagementPolicyBaseBlob,\n ManagementPolicyDefinition,\n ManagementPolicyFilter,\n ManagementPolicyRule,\n ManagementPolicySchema,\n ManagementPolicySnapShot,\n ManagementPolicyVersion,\n Multichannel,\n NetworkRuleSet,\n ObjectReplicationPolicy,\n ObjectReplicationPolicyFilter,\n ObjectReplicationPolicyRule,\n PrivateEndpoint,\n PrivateEndpointConnection,\n PrivateLinkResource,\n PrivateLinkServiceConnectionState,\n ProtocolSettings,\n ProxyResource,\n QueueServiceProperties,\n Resource,\n ResourceAccessRule,\n RestorePolicyProperties,\n RoutingPreference,\n SasPolicy,\n Sku,\n SmbSetting,\n StorageAccount,\n StorageAccountInternetEndpoints,\n StorageAccountMicrosoftEndpoints,\n StorageQueue,\n SystemData,\n Table,\n TableServiceProperties,\n TagFilter,\n TagProperty,\n TrackedResource,\n UpdateHistoryProperty,\n UserAssignedIdentity,\n VirtualNetworkRule\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/fileSharesMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { StorageManagementClientContext } from \"../storageManagementClientContext\";\n\n/** Class representing a FileShares. */\nexport class FileShares {\n private readonly client: StorageManagementClientContext;\n\n /**\n * Create a FileShares.\n * @param {StorageManagementClientContext} client Reference to the service client.\n */\n constructor(client: StorageManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Lists all shares.\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param [options] The optional parameters\n * @returns Promise<Models.FileSharesListResponse>\n */\n list(\n resourceGroupName: string,\n accountName: string,\n options?: Models.FileSharesListOptionalParams\n ): Promise<Models.FileSharesListResponse>;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param callback The callback\n */\n list(\n resourceGroupName: string,\n accountName: string,\n callback: msRest.ServiceCallback<Models.FileShareItems>\n ): void;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param options The optional parameters\n * @param callback The callback\n */\n list(\n resourceGroupName: string,\n accountName: string,\n options: Models.FileSharesListOptionalParams,\n callback: msRest.ServiceCallback<Models.FileShareItems>\n ): void;\n list(\n resourceGroupName: string,\n accountName: string,\n options?: Models.FileSharesListOptionalParams | msRest.ServiceCallback<Models.FileShareItems>,\n callback?: msRest.ServiceCallback<Models.FileShareItems>\n ): Promise<Models.FileSharesListResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n accountName,\n options\n },\n listOperationSpec,\n callback\n ) as Promise<Models.FileSharesListResponse>;\n }\n\n /**\n * Creates a new share under the specified account as described by request body. The share resource\n * includes metadata and properties for that share. It does not include a list of the files\n * contained by the share.\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param shareName The name of the file share within the specified storage account. File share\n * names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash\n * (-) only. Every dash (-) character must be immediately preceded and followed by a letter or\n * number.\n * @param fileShare Properties of the file share to create.\n * @param [options] The optional parameters\n * @returns Promise<Models.FileSharesCreateResponse>\n */\n create(\n resourceGroupName: string,\n accountName: string,\n shareName: string,\n fileShare: Models.FileShare,\n options?: Models.FileSharesCreateOptionalParams\n ): Promise<Models.FileSharesCreateResponse>;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param shareName The name of the file share within the specified storage account. File share\n * names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash\n * (-) only. Every dash (-) character must be immediately preceded and followed by a letter or\n * number.\n * @param fileShare Properties of the file share to create.\n * @param callback The callback\n */\n create(\n resourceGroupName: string,\n accountName: string,\n shareName: string,\n fileShare: Models.FileShare,\n callback: msRest.ServiceCallback<Models.FileShare>\n ): void;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param shareName The name of the file share within the specified storage account. File share\n * names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash\n * (-) only. Every dash (-) character must be immediately preceded and followed by a letter or\n * number.\n * @param fileShare Properties of the file share to create.\n * @param options The optional parameters\n * @param callback The callback\n */\n create(\n resourceGroupName: string,\n accountName: string,\n shareName: string,\n fileShare: Models.FileShare,\n options: Models.FileSharesCreateOptionalParams,\n callback: msRest.ServiceCallback<Models.FileShare>\n ): void;\n create(\n resourceGroupName: string,\n accountName: string,\n shareName: string,\n fileShare: Models.FileShare,\n options?: Models.FileSharesCreateOptionalParams | msRest.ServiceCallback<Models.FileShare>,\n callback?: msRest.ServiceCallback<Models.FileShare>\n ): Promise<Models.FileSharesCreateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n accountName,\n shareName,\n fileShare,\n options\n },\n createOperationSpec,\n callback\n ) as Promise<Models.FileSharesCreateResponse>;\n }\n\n /**\n * Updates share properties as specified in request body. Properties not mentioned in the request\n * will not be changed. Update fails if the specified share does not already exist.\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param shareName The name of the file share within the specified storage account. File share\n * names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash\n * (-) only. Every dash (-) character must be immediately preceded and followed by a letter or\n * number.\n * @param fileShare Properties to update for the file share.\n * @param [options] The optional parameters\n * @returns Promise<Models.FileSharesUpdateResponse>\n */\n update(\n resourceGroupName: string,\n accountName: string,\n shareName: string,\n fileShare: Models.FileShare,\n options?: msRest.RequestOptionsBase\n ): Promise<Models.FileSharesUpdateResponse>;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param shareName The name of the file share within the specified storage account. File share\n * names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash\n * (-) only. Every dash (-) character must be immediately preceded and followed by a letter or\n * number.\n * @param fileShare Properties to update for the file share.\n * @param callback The callback\n */\n update(\n resourceGroupName: string,\n accountName: string,\n shareName: string,\n fileShare: Models.FileShare,\n callback: msRest.ServiceCallback<Models.FileShare>\n ): void;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param shareName The name of the file share within the specified storage account. File share\n * names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash\n * (-) only. Every dash (-) character must be immediately preceded and followed by a letter or\n * number.\n * @param fileShare Properties to update for the file share.\n * @param options The optional parameters\n * @param callback The callback\n */\n update(\n resourceGroupName: string,\n accountName: string,\n shareName: string,\n fileShare: Models.FileShare,\n options: msRest.RequestOptionsBase,\n callback: msRest.ServiceCallback<Models.FileShare>\n ): void;\n update(\n resourceGroupName: string,\n accountName: string,\n shareName: string,\n fileShare: Models.FileShare,\n options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.FileShare>,\n callback?: msRest.ServiceCallback<Models.FileShare>\n ): Promise<Models.FileSharesUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n accountName,\n shareName,\n fileShare,\n options\n },\n updateOperationSpec,\n callback\n ) as Promise<Models.FileSharesUpdateResponse>;\n }\n\n /**\n * Gets properties of a specified share.\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param shareName The name of the file share within the specified storage account. File share\n * names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash\n * (-) only. Every dash (-) character must be immediately preceded and followed by a letter or\n * number.\n * @param [options] The optional parameters\n * @returns Promise<Models.FileSharesGetResponse>\n */\n get(\n resourceGroupName: string,\n accountName: string,\n shareName: string,\n options?: Models.FileSharesGetOptionalParams\n ): Promise<Models.FileSharesGetResponse>;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param shareName The name of the file share within the specified storage account. File share\n * names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash\n * (-) only. Every dash (-) character must be immediately preceded and followed by a letter or\n * number.\n * @param callback The callback\n */\n get(\n resourceGroupName: string,\n accountName: string,\n shareName: string,\n callback: msRest.ServiceCallback<Models.FileShare>\n ): void;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param shareName The name of the file share within the specified storage account. File share\n * names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash\n * (-) only. Every dash (-) character must be immediately preceded and followed by a letter or\n * number.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(\n resourceGroupName: string,\n accountName: string,\n shareName: string,\n options: Models.FileSharesGetOptionalParams,\n callback: msRest.ServiceCallback<Models.FileShare>\n ): void;\n get(\n resourceGroupName: string,\n accountName: string,\n shareName: string,\n options?: Models.FileSharesGetOptionalParams | msRest.ServiceCallback<Models.FileShare>,\n callback?: msRest.ServiceCallback<Models.FileShare>\n ): Promise<Models.FileSharesGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n accountName,\n shareName,\n options\n },\n getOperationSpec,\n callback\n ) as Promise<Models.FileSharesGetResponse>;\n }\n\n /**\n * Deletes specified share under its account.\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param shareName The name of the file share within the specified storage account. File share\n * names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash\n * (-) only. Every dash (-) character must be immediately preceded and followed by a letter or\n * number.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n deleteMethod(\n resourceGroupName: string,\n accountName: string,\n shareName: string,\n options?: Models.FileSharesDeleteMethodOptionalParams\n ): Promise<msRest.RestResponse>;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param shareName The name of the file share within the specified storage account. File share\n * names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash\n * (-) only. Every dash (-) character must be immediately preceded and followed by a letter or\n * number.\n * @param callback The callback\n */\n deleteMethod(\n resourceGroupName: string,\n accountName: string,\n shareName: string,\n callback: msRest.ServiceCallback<void>\n ): void;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param shareName The name of the file share within the specified storage account. File share\n * names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash\n * (-) only. Every dash (-) character must be immediately preceded and followed by a letter or\n * number.\n * @param options The optional parameters\n * @param callback The callback\n */\n deleteMethod(\n resourceGroupName: string,\n accountName: string,\n shareName: string,\n options: Models.FileSharesDeleteMethodOptionalParams,\n callback: msRest.ServiceCallback<void>\n ): void;\n deleteMethod(\n resourceGroupName: string,\n accountName: string,\n shareName: string,\n options?: Models.FileSharesDeleteMethodOptionalParams | msRest.ServiceCallback<void>,\n callback?: msRest.ServiceCallback<void>\n ): Promise<msRest.RestResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n accountName,\n shareName,\n options\n },\n deleteMethodOperationSpec,\n callback\n );\n }\n\n /**\n * Restore a file share within a valid retention days if share soft delete is enabled\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param shareName The name of the file share within the specified storage account. File share\n * names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash\n * (-) only. Every dash (-) character must be immediately preceded and followed by a letter or\n * number.\n * @param deletedShareName Required. Identify the name of the deleted share that will be restored.\n * @param deletedShareVersion Required. Identify the version of the deleted share that will be\n * restored.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n restore(\n resourceGroupName: string,\n accountName: string,\n shareName: string,\n deletedShareName: string,\n deletedShareVersion: string,\n options?: msRest.RequestOptionsBase\n ): Promise<msRest.RestResponse>;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param shareName The name of the file share within the specified storage account. File share\n * names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash\n * (-) only. Every dash (-) character must be immediately preceded and followed by a letter or\n * number.\n * @param deletedShareName Required. Identify the name of the deleted share that will be restored.\n * @param deletedShareVersion Required. Identify the version of the deleted share that will be\n * restored.\n * @param callback The callback\n */\n restore(\n resourceGroupName: string,\n accountName: string,\n shareName: string,\n deletedShareName: string,\n deletedShareVersion: string,\n callback: msRest.ServiceCallback<void>\n ): void;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param shareName The name of the file share within the specified storage account. File share\n * names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash\n * (-) only. Every dash (-) character must be immediately preceded and followed by a letter or\n * number.\n * @param deletedShareName Required. Identify the name of the deleted share that will be restored.\n * @param deletedShareVersion Required. Identify the version of the deleted share that will be\n * restored.\n * @param options The optional parameters\n * @param callback The callback\n */\n restore(\n resourceGroupName: string,\n accountName: string,\n shareName: string,\n deletedShareName: string,\n deletedShareVersion: string,\n options: msRest.RequestOptionsBase,\n callback: msRest.ServiceCallback<void>\n ): void;\n restore(\n resourceGroupName: string,\n accountName: string,\n shareName: string,\n deletedShareName: string,\n deletedShareVersion: string,\n options?: msRest.RequestOptionsBase | msRest.ServiceCallback<void>,\n callback?: msRest.ServiceCallback<void>\n ): Promise<msRest.RestResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n accountName,\n shareName,\n deletedShareName,\n deletedShareVersion,\n options\n },\n restoreOperationSpec,\n callback\n );\n }\n\n /**\n * Lists all shares.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.FileSharesListNextResponse>\n */\n listNext(\n nextPageLink: string,\n options?: Models.FileSharesListNextOptionalParams\n ): Promise<Models.FileSharesListNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.FileShareItems>): void;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n listNext(\n nextPageLink: string,\n options: Models.FileSharesListNextOptionalParams,\n callback: msRest.ServiceCallback<Models.FileShareItems>\n ): void;\n listNext(\n nextPageLink: string,\n options?:\n | Models.FileSharesListNextOptionalParams\n | msRest.ServiceCallback<Models.FileShareItems>,\n callback?: msRest.ServiceCallback<Models.FileShareItems>\n ): Promise<Models.FileSharesListNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listNextOperationSpec,\n callback\n ) as Promise<Models.FileSharesListNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst listOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path:\n \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/fileServices/default/shares\",\n urlParameters: [Parameters.resourceGroupName, Parameters.accountName, Parameters.subscriptionId],\n queryParameters: [\n Parameters.apiVersion,\n Parameters.maxpagesize,\n Parameters.filter,\n Parameters.expand2\n ],\n headerParameters: [Parameters.acceptLanguage],\n responses: {\n 200: {\n bodyMapper: Mappers.FileShareItems\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst createOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path:\n \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/fileServices/default/shares/{shareName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.shareName,\n Parameters.subscriptionId\n ],\n queryParameters: [Parameters.expand2, Parameters.apiVersion],\n headerParameters: [Parameters.acceptLanguage],\n requestBody: {\n parameterPath: \"fileShare\",\n mapper: {\n ...Mappers.FileShare,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.FileShare\n },\n 201: {\n bodyMapper: Mappers.FileShare\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst updateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PATCH\",\n path:\n \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/fileServices/default/shares/{shareName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.shareName,\n Parameters.subscriptionId\n ],\n queryParameters: [Parameters.apiVersion],\n headerParameters: [Parameters.acceptLanguage],\n requestBody: {\n parameterPath: \"fileShare\",\n mapper: {\n ...Mappers.FileShare,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.FileShare\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path:\n \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/fileServices/default/shares/{shareName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.shareName,\n Parameters.subscriptionId\n ],\n queryParameters: [Parameters.apiVersion, Parameters.expand3],\n headerParameters: [Parameters.xMsSnapshot, Parameters.acceptLanguage],\n responses: {\n 200: {\n bodyMapper: Mappers.FileShare\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst deleteMethodOperationSpec: msRest.OperationSpec = {\n httpMethod: \"DELETE\",\n path:\n \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/fileServices/default/shares/{shareName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.shareName,\n Parameters.subscriptionId\n ],\n queryParameters: [Parameters.apiVersion],\n headerParameters: [Parameters.xMsSnapshot, Parameters.acceptLanguage],\n responses: {\n 200: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst restoreOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path:\n \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/fileServices/default/shares/{shareName}/restore\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.shareName,\n Parameters.subscriptionId\n ],\n queryParameters: [Parameters.apiVersion],\n headerParameters: [Parameters.acceptLanguage],\n requestBody: {\n parameterPath: {\n deletedShareName: \"deletedShareName\",\n deletedShareVersion: \"deletedShareVersion\"\n },\n mapper: {\n ...Mappers.DeletedShare,\n required: true\n }\n },\n responses: {\n 200: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [Parameters.nextPageLink],\n queryParameters: [\n Parameters.apiVersion,\n Parameters.maxpagesize,\n Parameters.filter,\n Parameters.expand2\n ],\n headerParameters: [Parameters.acceptLanguage],\n responses: {\n 200: {\n bodyMapper: Mappers.FileShareItems\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n ActiveDirectoryProperties,\n AzureEntityResource,\n AzureFilesIdentityBasedAuthentication,\n BaseResource,\n BlobContainer,\n BlobInventoryPolicy,\n BlobInventoryPolicyDefinition,\n BlobInventoryPolicyFilter,\n BlobInventoryPolicyRule,\n BlobInventoryPolicySchema,\n BlobRestoreParameters,\n BlobRestoreRange,\n BlobRestoreStatus,\n BlobServiceProperties,\n ChangeFeed,\n CloudError,\n CorsRule,\n CorsRules,\n CustomDomain,\n DateAfterCreation,\n DateAfterModification,\n DeletedAccount,\n DeleteRetentionPolicy,\n Encryption,\n EncryptionIdentity,\n EncryptionScope,\n EncryptionScopeKeyVaultProperties,\n EncryptionService,\n EncryptionServices,\n Endpoints,\n ExtendedLocation,\n FileServiceProperties,\n FileShare,\n FileShareItem,\n GeoReplicationStats,\n Identity,\n ImmutabilityPolicy,\n ImmutabilityPolicyProperties,\n IPRule,\n KeyCreationTime,\n KeyPolicy,\n KeyVaultProperties,\n LastAccessTimeTrackingPolicy,\n LegalHoldProperties,\n ListContainerItem,\n ListQueue,\n ListQueueServices,\n ManagementPolicy,\n ManagementPolicyAction,\n ManagementPolicyBaseBlob,\n ManagementPolicyDefinition,\n ManagementPolicyFilter,\n ManagementPolicyRule,\n ManagementPolicySchema,\n ManagementPolicySnapShot,\n ManagementPolicyVersion,\n Multichannel,\n NetworkRuleSet,\n ObjectReplicationPolicy,\n ObjectReplicationPolicyFilter,\n ObjectReplicationPolicyRule,\n PrivateEndpoint,\n PrivateEndpointConnection,\n PrivateLinkResource,\n PrivateLinkServiceConnectionState,\n ProtocolSettings,\n ProxyResource,\n QueueServiceProperties,\n Resource,\n ResourceAccessRule,\n RestorePolicyProperties,\n RoutingPreference,\n SasPolicy,\n Sku,\n SmbSetting,\n StorageAccount,\n StorageAccountInternetEndpoints,\n StorageAccountMicrosoftEndpoints,\n StorageQueue,\n SystemData,\n Table,\n TableServiceProperties,\n TagFilter,\n TagProperty,\n TrackedResource,\n UpdateHistoryProperty,\n UserAssignedIdentity,\n VirtualNetworkRule\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/queueServicesMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { StorageManagementClientContext } from \"../storageManagementClientContext\";\n\n/** Class representing a QueueServices. */\nexport class QueueServices {\n private readonly client: StorageManagementClientContext;\n\n /**\n * Create a QueueServices.\n * @param {StorageManagementClientContext} client Reference to the service client.\n */\n constructor(client: StorageManagementClientContext) {\n this.client = client;\n }\n\n /**\n * List all queue services for the storage account\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param [options] The optional parameters\n * @returns Promise<Models.QueueServicesListResponse>\n */\n list(resourceGroupName: string, accountName: string, options?: msRest.RequestOptionsBase): Promise<Models.QueueServicesListResponse>;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param callback The callback\n */\n list(resourceGroupName: string, accountName: string, callback: msRest.ServiceCallback<Models.ListQueueServices>): void;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param options The optional parameters\n * @param callback The callback\n */\n list(resourceGroupName: string, accountName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ListQueueServices>): void;\n list(resourceGroupName: string, accountName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ListQueueServices>, callback?: msRest.ServiceCallback<Models.ListQueueServices>): Promise<Models.QueueServicesListResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n accountName,\n options\n },\n listOperationSpec,\n callback) as Promise<Models.QueueServicesListResponse>;\n }\n\n /**\n * Sets the properties of a storage account’s Queue service, including properties for Storage\n * Analytics and CORS (Cross-Origin Resource Sharing) rules.\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param [options] The optional parameters\n * @returns Promise<Models.QueueServicesSetServicePropertiesResponse>\n */\n setServiceProperties(resourceGroupName: string, accountName: string, options?: Models.QueueServicesSetServicePropertiesOptionalParams): Promise<Models.QueueServicesSetServicePropertiesResponse>;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param callback The callback\n */\n setServiceProperties(resourceGroupName: string, accountName: string, callback: msRest.ServiceCallback<Models.QueueServiceProperties>): void;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param options The optional parameters\n * @param callback The callback\n */\n setServiceProperties(resourceGroupName: string, accountName: string, options: Models.QueueServicesSetServicePropertiesOptionalParams, callback: msRest.ServiceCallback<Models.QueueServiceProperties>): void;\n setServiceProperties(resourceGroupName: string, accountName: string, options?: Models.QueueServicesSetServicePropertiesOptionalParams | msRest.ServiceCallback<Models.QueueServiceProperties>, callback?: msRest.ServiceCallback<Models.QueueServiceProperties>): Promise<Models.QueueServicesSetServicePropertiesResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n accountName,\n options\n },\n setServicePropertiesOperationSpec,\n callback) as Promise<Models.QueueServicesSetServicePropertiesResponse>;\n }\n\n /**\n * Gets the properties of a storage account’s Queue service, including properties for Storage\n * Analytics and CORS (Cross-Origin Resource Sharing) rules.\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param [options] The optional parameters\n * @returns Promise<Models.QueueServicesGetServicePropertiesResponse>\n */\n getServiceProperties(resourceGroupName: string, accountName: string, options?: msRest.RequestOptionsBase): Promise<Models.QueueServicesGetServicePropertiesResponse>;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param callback The callback\n */\n getServiceProperties(resourceGroupName: string, accountName: string, callback: msRest.ServiceCallback<Models.QueueServiceProperties>): void;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param options The optional parameters\n * @param callback The callback\n */\n getServiceProperties(resourceGroupName: string, accountName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.QueueServiceProperties>): void;\n getServiceProperties(resourceGroupName: string, accountName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.QueueServiceProperties>, callback?: msRest.ServiceCallback<Models.QueueServiceProperties>): Promise<Models.QueueServicesGetServicePropertiesResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n accountName,\n options\n },\n getServicePropertiesOperationSpec,\n callback) as Promise<Models.QueueServicesGetServicePropertiesResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst listOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/queueServices\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ListQueueServices\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst setServicePropertiesOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/queueServices/{queueServiceName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.subscriptionId,\n Parameters.queueServiceName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: {\n cors: [\n \"options\",\n \"cors\"\n ]\n },\n mapper: {\n ...Mappers.QueueServiceProperties,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.QueueServiceProperties\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst getServicePropertiesOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/queueServices/{queueServiceName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.subscriptionId,\n Parameters.queueServiceName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.QueueServiceProperties\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n ActiveDirectoryProperties,\n AzureEntityResource,\n AzureFilesIdentityBasedAuthentication,\n BaseResource,\n BlobContainer,\n BlobInventoryPolicy,\n BlobInventoryPolicyDefinition,\n BlobInventoryPolicyFilter,\n BlobInventoryPolicyRule,\n BlobInventoryPolicySchema,\n BlobRestoreParameters,\n BlobRestoreRange,\n BlobRestoreStatus,\n BlobServiceProperties,\n ChangeFeed,\n CloudError,\n CorsRule,\n CorsRules,\n CustomDomain,\n DateAfterCreation,\n DateAfterModification,\n DeletedAccount,\n DeleteRetentionPolicy,\n Encryption,\n EncryptionIdentity,\n EncryptionScope,\n EncryptionScopeKeyVaultProperties,\n EncryptionService,\n EncryptionServices,\n Endpoints,\n ExtendedLocation,\n FileServiceProperties,\n FileShare,\n FileShareItem,\n GeoReplicationStats,\n Identity,\n ImmutabilityPolicy,\n ImmutabilityPolicyProperties,\n IPRule,\n KeyCreationTime,\n KeyPolicy,\n KeyVaultProperties,\n LastAccessTimeTrackingPolicy,\n LegalHoldProperties,\n ListContainerItem,\n ListQueue,\n ListQueueResource,\n ManagementPolicy,\n ManagementPolicyAction,\n ManagementPolicyBaseBlob,\n ManagementPolicyDefinition,\n ManagementPolicyFilter,\n ManagementPolicyRule,\n ManagementPolicySchema,\n ManagementPolicySnapShot,\n ManagementPolicyVersion,\n Multichannel,\n NetworkRuleSet,\n ObjectReplicationPolicy,\n ObjectReplicationPolicyFilter,\n ObjectReplicationPolicyRule,\n PrivateEndpoint,\n PrivateEndpointConnection,\n PrivateLinkResource,\n PrivateLinkServiceConnectionState,\n ProtocolSettings,\n ProxyResource,\n QueueServiceProperties,\n Resource,\n ResourceAccessRule,\n RestorePolicyProperties,\n RoutingPreference,\n SasPolicy,\n Sku,\n SmbSetting,\n StorageAccount,\n StorageAccountInternetEndpoints,\n StorageAccountMicrosoftEndpoints,\n StorageQueue,\n SystemData,\n Table,\n TableServiceProperties,\n TagFilter,\n TagProperty,\n TrackedResource,\n UpdateHistoryProperty,\n UserAssignedIdentity,\n VirtualNetworkRule\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/queueMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { StorageManagementClientContext } from \"../storageManagementClientContext\";\n\n/** Class representing a Queue. */\nexport class Queue {\n private readonly client: StorageManagementClientContext;\n\n /**\n * Create a Queue.\n * @param {StorageManagementClientContext} client Reference to the service client.\n */\n constructor(client: StorageManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Creates a new queue with the specified queue name, under the specified account.\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param queueName A queue name must be unique within a storage account and must be between 3 and\n * 63 characters.The name must comprise of lowercase alphanumeric and dash(-) characters only, it\n * should begin and end with an alphanumeric character and it cannot have two consecutive dash(-)\n * characters.\n * @param [options] The optional parameters\n * @returns Promise<Models.QueueCreateResponse>\n */\n create(resourceGroupName: string, accountName: string, queueName: string, options?: Models.QueueCreateOptionalParams): Promise<Models.QueueCreateResponse>;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param queueName A queue name must be unique within a storage account and must be between 3 and\n * 63 characters.The name must comprise of lowercase alphanumeric and dash(-) characters only, it\n * should begin and end with an alphanumeric character and it cannot have two consecutive dash(-)\n * characters.\n * @param callback The callback\n */\n create(resourceGroupName: string, accountName: string, queueName: string, callback: msRest.ServiceCallback<Models.StorageQueue>): void;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param queueName A queue name must be unique within a storage account and must be between 3 and\n * 63 characters.The name must comprise of lowercase alphanumeric and dash(-) characters only, it\n * should begin and end with an alphanumeric character and it cannot have two consecutive dash(-)\n * characters.\n * @param options The optional parameters\n * @param callback The callback\n */\n create(resourceGroupName: string, accountName: string, queueName: string, options: Models.QueueCreateOptionalParams, callback: msRest.ServiceCallback<Models.StorageQueue>): void;\n create(resourceGroupName: string, accountName: string, queueName: string, options?: Models.QueueCreateOptionalParams | msRest.ServiceCallback<Models.StorageQueue>, callback?: msRest.ServiceCallback<Models.StorageQueue>): Promise<Models.QueueCreateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n accountName,\n queueName,\n options\n },\n createOperationSpec,\n callback) as Promise<Models.QueueCreateResponse>;\n }\n\n /**\n * Creates a new queue with the specified queue name, under the specified account.\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param queueName A queue name must be unique within a storage account and must be between 3 and\n * 63 characters.The name must comprise of lowercase alphanumeric and dash(-) characters only, it\n * should begin and end with an alphanumeric character and it cannot have two consecutive dash(-)\n * characters.\n * @param [options] The optional parameters\n * @returns Promise<Models.QueueUpdateResponse>\n */\n update(resourceGroupName: string, accountName: string, queueName: string, options?: Models.QueueUpdateOptionalParams): Promise<Models.QueueUpdateResponse>;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param queueName A queue name must be unique within a storage account and must be between 3 and\n * 63 characters.The name must comprise of lowercase alphanumeric and dash(-) characters only, it\n * should begin and end with an alphanumeric character and it cannot have two consecutive dash(-)\n * characters.\n * @param callback The callback\n */\n update(resourceGroupName: string, accountName: string, queueName: string, callback: msRest.ServiceCallback<Models.StorageQueue>): void;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param queueName A queue name must be unique within a storage account and must be between 3 and\n * 63 characters.The name must comprise of lowercase alphanumeric and dash(-) characters only, it\n * should begin and end with an alphanumeric character and it cannot have two consecutive dash(-)\n * characters.\n * @param options The optional parameters\n * @param callback The callback\n */\n update(resourceGroupName: string, accountName: string, queueName: string, options: Models.QueueUpdateOptionalParams, callback: msRest.ServiceCallback<Models.StorageQueue>): void;\n update(resourceGroupName: string, accountName: string, queueName: string, options?: Models.QueueUpdateOptionalParams | msRest.ServiceCallback<Models.StorageQueue>, callback?: msRest.ServiceCallback<Models.StorageQueue>): Promise<Models.QueueUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n accountName,\n queueName,\n options\n },\n updateOperationSpec,\n callback) as Promise<Models.QueueUpdateResponse>;\n }\n\n /**\n * Gets the queue with the specified queue name, under the specified account if it exists.\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param queueName A queue name must be unique within a storage account and must be between 3 and\n * 63 characters.The name must comprise of lowercase alphanumeric and dash(-) characters only, it\n * should begin and end with an alphanumeric character and it cannot have two consecutive dash(-)\n * characters.\n * @param [options] The optional parameters\n * @returns Promise<Models.QueueGetResponse>\n */\n get(resourceGroupName: string, accountName: string, queueName: string, options?: msRest.RequestOptionsBase): Promise<Models.QueueGetResponse>;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param queueName A queue name must be unique within a storage account and must be between 3 and\n * 63 characters.The name must comprise of lowercase alphanumeric and dash(-) characters only, it\n * should begin and end with an alphanumeric character and it cannot have two consecutive dash(-)\n * characters.\n * @param callback The callback\n */\n get(resourceGroupName: string, accountName: string, queueName: string, callback: msRest.ServiceCallback<Models.StorageQueue>): void;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param queueName A queue name must be unique within a storage account and must be between 3 and\n * 63 characters.The name must comprise of lowercase alphanumeric and dash(-) characters only, it\n * should begin and end with an alphanumeric character and it cannot have two consecutive dash(-)\n * characters.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, accountName: string, queueName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.StorageQueue>): void;\n get(resourceGroupName: string, accountName: string, queueName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.StorageQueue>, callback?: msRest.ServiceCallback<Models.StorageQueue>): Promise<Models.QueueGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n accountName,\n queueName,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.QueueGetResponse>;\n }\n\n /**\n * Deletes the queue with the specified queue name, under the specified account if it exists.\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param queueName A queue name must be unique within a storage account and must be between 3 and\n * 63 characters.The name must comprise of lowercase alphanumeric and dash(-) characters only, it\n * should begin and end with an alphanumeric character and it cannot have two consecutive dash(-)\n * characters.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n deleteMethod(resourceGroupName: string, accountName: string, queueName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param queueName A queue name must be unique within a storage account and must be between 3 and\n * 63 characters.The name must comprise of lowercase alphanumeric and dash(-) characters only, it\n * should begin and end with an alphanumeric character and it cannot have two consecutive dash(-)\n * characters.\n * @param callback The callback\n */\n deleteMethod(resourceGroupName: string, accountName: string, queueName: string, callback: msRest.ServiceCallback<void>): void;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param queueName A queue name must be unique within a storage account and must be between 3 and\n * 63 characters.The name must comprise of lowercase alphanumeric and dash(-) characters only, it\n * should begin and end with an alphanumeric character and it cannot have two consecutive dash(-)\n * characters.\n * @param options The optional parameters\n * @param callback The callback\n */\n deleteMethod(resourceGroupName: string, accountName: string, queueName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<void>): void;\n deleteMethod(resourceGroupName: string, accountName: string, queueName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<void>, callback?: msRest.ServiceCallback<void>): Promise<msRest.RestResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n accountName,\n queueName,\n options\n },\n deleteMethodOperationSpec,\n callback);\n }\n\n /**\n * Gets a list of all the queues under the specified storage account\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param [options] The optional parameters\n * @returns Promise<Models.QueueListResponse>\n */\n list(resourceGroupName: string, accountName: string, options?: Models.QueueListOptionalParams): Promise<Models.QueueListResponse>;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param callback The callback\n */\n list(resourceGroupName: string, accountName: string, callback: msRest.ServiceCallback<Models.ListQueueResource>): void;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param options The optional parameters\n * @param callback The callback\n */\n list(resourceGroupName: string, accountName: string, options: Models.QueueListOptionalParams, callback: msRest.ServiceCallback<Models.ListQueueResource>): void;\n list(resourceGroupName: string, accountName: string, options?: Models.QueueListOptionalParams | msRest.ServiceCallback<Models.ListQueueResource>, callback?: msRest.ServiceCallback<Models.ListQueueResource>): Promise<Models.QueueListResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n accountName,\n options\n },\n listOperationSpec,\n callback) as Promise<Models.QueueListResponse>;\n }\n\n /**\n * Gets a list of all the queues under the specified storage account\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.QueueListNextResponse>\n */\n listNext(nextPageLink: string, options?: Models.QueueListNextOptionalParams): Promise<Models.QueueListNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.ListQueueResource>): void;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n listNext(nextPageLink: string, options: Models.QueueListNextOptionalParams, callback: msRest.ServiceCallback<Models.ListQueueResource>): void;\n listNext(nextPageLink: string, options?: Models.QueueListNextOptionalParams | msRest.ServiceCallback<Models.ListQueueResource>, callback?: msRest.ServiceCallback<Models.ListQueueResource>): Promise<Models.QueueListNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listNextOperationSpec,\n callback) as Promise<Models.QueueListNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst createOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/queueServices/default/queues/{queueName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.subscriptionId,\n Parameters.queueName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: {\n metadata: [\n \"options\",\n \"metadata\"\n ]\n },\n mapper: {\n ...Mappers.StorageQueue,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.StorageQueue\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst updateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PATCH\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/queueServices/default/queues/{queueName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.subscriptionId,\n Parameters.queueName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: {\n metadata: [\n \"options\",\n \"metadata\"\n ]\n },\n mapper: {\n ...Mappers.StorageQueue,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.StorageQueue\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/queueServices/default/queues/{queueName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.subscriptionId,\n Parameters.queueName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.StorageQueue\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst deleteMethodOperationSpec: msRest.OperationSpec = {\n httpMethod: \"DELETE\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/queueServices/default/queues/{queueName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.subscriptionId,\n Parameters.queueName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/queueServices/default/queues\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion,\n Parameters.maxpagesize,\n Parameters.filter\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ListQueueResource\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n queryParameters: [\n Parameters.apiVersion,\n Parameters.maxpagesize,\n Parameters.filter\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ListQueueResource\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n ActiveDirectoryProperties,\n AzureEntityResource,\n AzureFilesIdentityBasedAuthentication,\n BaseResource,\n BlobContainer,\n BlobInventoryPolicy,\n BlobInventoryPolicyDefinition,\n BlobInventoryPolicyFilter,\n BlobInventoryPolicyRule,\n BlobInventoryPolicySchema,\n BlobRestoreParameters,\n BlobRestoreRange,\n BlobRestoreStatus,\n BlobServiceProperties,\n ChangeFeed,\n CloudError,\n CorsRule,\n CorsRules,\n CustomDomain,\n DateAfterCreation,\n DateAfterModification,\n DeletedAccount,\n DeleteRetentionPolicy,\n Encryption,\n EncryptionIdentity,\n EncryptionScope,\n EncryptionScopeKeyVaultProperties,\n EncryptionService,\n EncryptionServices,\n Endpoints,\n ExtendedLocation,\n FileServiceProperties,\n FileShare,\n FileShareItem,\n GeoReplicationStats,\n Identity,\n ImmutabilityPolicy,\n ImmutabilityPolicyProperties,\n IPRule,\n KeyCreationTime,\n KeyPolicy,\n KeyVaultProperties,\n LastAccessTimeTrackingPolicy,\n LegalHoldProperties,\n ListContainerItem,\n ListQueue,\n ListTableServices,\n ManagementPolicy,\n ManagementPolicyAction,\n ManagementPolicyBaseBlob,\n ManagementPolicyDefinition,\n ManagementPolicyFilter,\n ManagementPolicyRule,\n ManagementPolicySchema,\n ManagementPolicySnapShot,\n ManagementPolicyVersion,\n Multichannel,\n NetworkRuleSet,\n ObjectReplicationPolicy,\n ObjectReplicationPolicyFilter,\n ObjectReplicationPolicyRule,\n PrivateEndpoint,\n PrivateEndpointConnection,\n PrivateLinkResource,\n PrivateLinkServiceConnectionState,\n ProtocolSettings,\n ProxyResource,\n QueueServiceProperties,\n Resource,\n ResourceAccessRule,\n RestorePolicyProperties,\n RoutingPreference,\n SasPolicy,\n Sku,\n SmbSetting,\n StorageAccount,\n StorageAccountInternetEndpoints,\n StorageAccountMicrosoftEndpoints,\n StorageQueue,\n SystemData,\n Table,\n TableServiceProperties,\n TagFilter,\n TagProperty,\n TrackedResource,\n UpdateHistoryProperty,\n UserAssignedIdentity,\n VirtualNetworkRule\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/tableServicesMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { StorageManagementClientContext } from \"../storageManagementClientContext\";\n\n/** Class representing a TableServices. */\nexport class TableServices {\n private readonly client: StorageManagementClientContext;\n\n /**\n * Create a TableServices.\n * @param {StorageManagementClientContext} client Reference to the service client.\n */\n constructor(client: StorageManagementClientContext) {\n this.client = client;\n }\n\n /**\n * List all table services for the storage account.\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param [options] The optional parameters\n * @returns Promise<Models.TableServicesListResponse>\n */\n list(resourceGroupName: string, accountName: string, options?: msRest.RequestOptionsBase): Promise<Models.TableServicesListResponse>;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param callback The callback\n */\n list(resourceGroupName: string, accountName: string, callback: msRest.ServiceCallback<Models.ListTableServices>): void;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param options The optional parameters\n * @param callback The callback\n */\n list(resourceGroupName: string, accountName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ListTableServices>): void;\n list(resourceGroupName: string, accountName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ListTableServices>, callback?: msRest.ServiceCallback<Models.ListTableServices>): Promise<Models.TableServicesListResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n accountName,\n options\n },\n listOperationSpec,\n callback) as Promise<Models.TableServicesListResponse>;\n }\n\n /**\n * Sets the properties of a storage account’s Table service, including properties for Storage\n * Analytics and CORS (Cross-Origin Resource Sharing) rules.\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param [options] The optional parameters\n * @returns Promise<Models.TableServicesSetServicePropertiesResponse>\n */\n setServiceProperties(resourceGroupName: string, accountName: string, options?: Models.TableServicesSetServicePropertiesOptionalParams): Promise<Models.TableServicesSetServicePropertiesResponse>;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param callback The callback\n */\n setServiceProperties(resourceGroupName: string, accountName: string, callback: msRest.ServiceCallback<Models.TableServiceProperties>): void;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param options The optional parameters\n * @param callback The callback\n */\n setServiceProperties(resourceGroupName: string, accountName: string, options: Models.TableServicesSetServicePropertiesOptionalParams, callback: msRest.ServiceCallback<Models.TableServiceProperties>): void;\n setServiceProperties(resourceGroupName: string, accountName: string, options?: Models.TableServicesSetServicePropertiesOptionalParams | msRest.ServiceCallback<Models.TableServiceProperties>, callback?: msRest.ServiceCallback<Models.TableServiceProperties>): Promise<Models.TableServicesSetServicePropertiesResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n accountName,\n options\n },\n setServicePropertiesOperationSpec,\n callback) as Promise<Models.TableServicesSetServicePropertiesResponse>;\n }\n\n /**\n * Gets the properties of a storage account’s Table service, including properties for Storage\n * Analytics and CORS (Cross-Origin Resource Sharing) rules.\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param [options] The optional parameters\n * @returns Promise<Models.TableServicesGetServicePropertiesResponse>\n */\n getServiceProperties(resourceGroupName: string, accountName: string, options?: msRest.RequestOptionsBase): Promise<Models.TableServicesGetServicePropertiesResponse>;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param callback The callback\n */\n getServiceProperties(resourceGroupName: string, accountName: string, callback: msRest.ServiceCallback<Models.TableServiceProperties>): void;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param options The optional parameters\n * @param callback The callback\n */\n getServiceProperties(resourceGroupName: string, accountName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.TableServiceProperties>): void;\n getServiceProperties(resourceGroupName: string, accountName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.TableServiceProperties>, callback?: msRest.ServiceCallback<Models.TableServiceProperties>): Promise<Models.TableServicesGetServicePropertiesResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n accountName,\n options\n },\n getServicePropertiesOperationSpec,\n callback) as Promise<Models.TableServicesGetServicePropertiesResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst listOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/tableServices\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ListTableServices\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst setServicePropertiesOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/tableServices/{tableServiceName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.subscriptionId,\n Parameters.tableServiceName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: {\n cors: [\n \"options\",\n \"cors\"\n ]\n },\n mapper: {\n ...Mappers.TableServiceProperties,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.TableServiceProperties\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst getServicePropertiesOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/tableServices/{tableServiceName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.subscriptionId,\n Parameters.tableServiceName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.TableServiceProperties\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n ActiveDirectoryProperties,\n AzureEntityResource,\n AzureFilesIdentityBasedAuthentication,\n BaseResource,\n BlobContainer,\n BlobInventoryPolicy,\n BlobInventoryPolicyDefinition,\n BlobInventoryPolicyFilter,\n BlobInventoryPolicyRule,\n BlobInventoryPolicySchema,\n BlobRestoreParameters,\n BlobRestoreRange,\n BlobRestoreStatus,\n BlobServiceProperties,\n ChangeFeed,\n CloudError,\n CorsRule,\n CorsRules,\n CustomDomain,\n DateAfterCreation,\n DateAfterModification,\n DeletedAccount,\n DeleteRetentionPolicy,\n Encryption,\n EncryptionIdentity,\n EncryptionScope,\n EncryptionScopeKeyVaultProperties,\n EncryptionService,\n EncryptionServices,\n Endpoints,\n ExtendedLocation,\n FileServiceProperties,\n FileShare,\n FileShareItem,\n GeoReplicationStats,\n Identity,\n ImmutabilityPolicy,\n ImmutabilityPolicyProperties,\n IPRule,\n KeyCreationTime,\n KeyPolicy,\n KeyVaultProperties,\n LastAccessTimeTrackingPolicy,\n LegalHoldProperties,\n ListContainerItem,\n ListQueue,\n ListTableResource,\n ManagementPolicy,\n ManagementPolicyAction,\n ManagementPolicyBaseBlob,\n ManagementPolicyDefinition,\n ManagementPolicyFilter,\n ManagementPolicyRule,\n ManagementPolicySchema,\n ManagementPolicySnapShot,\n ManagementPolicyVersion,\n Multichannel,\n NetworkRuleSet,\n ObjectReplicationPolicy,\n ObjectReplicationPolicyFilter,\n ObjectReplicationPolicyRule,\n PrivateEndpoint,\n PrivateEndpointConnection,\n PrivateLinkResource,\n PrivateLinkServiceConnectionState,\n ProtocolSettings,\n ProxyResource,\n QueueServiceProperties,\n Resource,\n ResourceAccessRule,\n RestorePolicyProperties,\n RoutingPreference,\n SasPolicy,\n Sku,\n SmbSetting,\n StorageAccount,\n StorageAccountInternetEndpoints,\n StorageAccountMicrosoftEndpoints,\n StorageQueue,\n SystemData,\n Table,\n TableServiceProperties,\n TagFilter,\n TagProperty,\n TrackedResource,\n UpdateHistoryProperty,\n UserAssignedIdentity,\n VirtualNetworkRule\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/tableOperationsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { StorageManagementClientContext } from \"../storageManagementClientContext\";\n\n/** Class representing a TableOperations. */\nexport class TableOperations {\n private readonly client: StorageManagementClientContext;\n\n /**\n * Create a TableOperations.\n * @param {StorageManagementClientContext} client Reference to the service client.\n */\n constructor(client: StorageManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Creates a new table with the specified table name, under the specified account.\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param tableName A table name must be unique within a storage account and must be between 3 and\n * 63 characters.The name must comprise of only alphanumeric characters and it cannot begin with a\n * numeric character.\n * @param [options] The optional parameters\n * @returns Promise<Models.TableCreateResponse>\n */\n create(resourceGroupName: string, accountName: string, tableName: string, options?: msRest.RequestOptionsBase): Promise<Models.TableCreateResponse>;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param tableName A table name must be unique within a storage account and must be between 3 and\n * 63 characters.The name must comprise of only alphanumeric characters and it cannot begin with a\n * numeric character.\n * @param callback The callback\n */\n create(resourceGroupName: string, accountName: string, tableName: string, callback: msRest.ServiceCallback<Models.Table>): void;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param tableName A table name must be unique within a storage account and must be between 3 and\n * 63 characters.The name must comprise of only alphanumeric characters and it cannot begin with a\n * numeric character.\n * @param options The optional parameters\n * @param callback The callback\n */\n create(resourceGroupName: string, accountName: string, tableName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Table>): void;\n create(resourceGroupName: string, accountName: string, tableName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.Table>, callback?: msRest.ServiceCallback<Models.Table>): Promise<Models.TableCreateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n accountName,\n tableName,\n options\n },\n createOperationSpec,\n callback) as Promise<Models.TableCreateResponse>;\n }\n\n /**\n * Creates a new table with the specified table name, under the specified account.\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param tableName A table name must be unique within a storage account and must be between 3 and\n * 63 characters.The name must comprise of only alphanumeric characters and it cannot begin with a\n * numeric character.\n * @param [options] The optional parameters\n * @returns Promise<Models.TableUpdateResponse>\n */\n update(resourceGroupName: string, accountName: string, tableName: string, options?: msRest.RequestOptionsBase): Promise<Models.TableUpdateResponse>;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param tableName A table name must be unique within a storage account and must be between 3 and\n * 63 characters.The name must comprise of only alphanumeric characters and it cannot begin with a\n * numeric character.\n * @param callback The callback\n */\n update(resourceGroupName: string, accountName: string, tableName: string, callback: msRest.ServiceCallback<Models.Table>): void;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param tableName A table name must be unique within a storage account and must be between 3 and\n * 63 characters.The name must comprise of only alphanumeric characters and it cannot begin with a\n * numeric character.\n * @param options The optional parameters\n * @param callback The callback\n */\n update(resourceGroupName: string, accountName: string, tableName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Table>): void;\n update(resourceGroupName: string, accountName: string, tableName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.Table>, callback?: msRest.ServiceCallback<Models.Table>): Promise<Models.TableUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n accountName,\n tableName,\n options\n },\n updateOperationSpec,\n callback) as Promise<Models.TableUpdateResponse>;\n }\n\n /**\n * Gets the table with the specified table name, under the specified account if it exists.\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param tableName A table name must be unique within a storage account and must be between 3 and\n * 63 characters.The name must comprise of only alphanumeric characters and it cannot begin with a\n * numeric character.\n * @param [options] The optional parameters\n * @returns Promise<Models.TableGetResponse>\n */\n get(resourceGroupName: string, accountName: string, tableName: string, options?: msRest.RequestOptionsBase): Promise<Models.TableGetResponse>;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param tableName A table name must be unique within a storage account and must be between 3 and\n * 63 characters.The name must comprise of only alphanumeric characters and it cannot begin with a\n * numeric character.\n * @param callback The callback\n */\n get(resourceGroupName: string, accountName: string, tableName: string, callback: msRest.ServiceCallback<Models.Table>): void;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param tableName A table name must be unique within a storage account and must be between 3 and\n * 63 characters.The name must comprise of only alphanumeric characters and it cannot begin with a\n * numeric character.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, accountName: string, tableName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Table>): void;\n get(resourceGroupName: string, accountName: string, tableName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.Table>, callback?: msRest.ServiceCallback<Models.Table>): Promise<Models.TableGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n accountName,\n tableName,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.TableGetResponse>;\n }\n\n /**\n * Deletes the table with the specified table name, under the specified account if it exists.\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param tableName A table name must be unique within a storage account and must be between 3 and\n * 63 characters.The name must comprise of only alphanumeric characters and it cannot begin with a\n * numeric character.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n deleteMethod(resourceGroupName: string, accountName: string, tableName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param tableName A table name must be unique within a storage account and must be between 3 and\n * 63 characters.The name must comprise of only alphanumeric characters and it cannot begin with a\n * numeric character.\n * @param callback The callback\n */\n deleteMethod(resourceGroupName: string, accountName: string, tableName: string, callback: msRest.ServiceCallback<void>): void;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param tableName A table name must be unique within a storage account and must be between 3 and\n * 63 characters.The name must comprise of only alphanumeric characters and it cannot begin with a\n * numeric character.\n * @param options The optional parameters\n * @param callback The callback\n */\n deleteMethod(resourceGroupName: string, accountName: string, tableName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<void>): void;\n deleteMethod(resourceGroupName: string, accountName: string, tableName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<void>, callback?: msRest.ServiceCallback<void>): Promise<msRest.RestResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n accountName,\n tableName,\n options\n },\n deleteMethodOperationSpec,\n callback);\n }\n\n /**\n * Gets a list of all the tables under the specified storage account\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param [options] The optional parameters\n * @returns Promise<Models.TableListResponse>\n */\n list(resourceGroupName: string, accountName: string, options?: msRest.RequestOptionsBase): Promise<Models.TableListResponse>;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param callback The callback\n */\n list(resourceGroupName: string, accountName: string, callback: msRest.ServiceCallback<Models.ListTableResource>): void;\n /**\n * @param resourceGroupName The name of the resource group within the user's subscription. The name\n * is case insensitive.\n * @param accountName The name of the storage account within the specified resource group. Storage\n * account names must be between 3 and 24 characters in length and use numbers and lower-case\n * letters only.\n * @param options The optional parameters\n * @param callback The callback\n */\n list(resourceGroupName: string, accountName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ListTableResource>): void;\n list(resourceGroupName: string, accountName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ListTableResource>, callback?: msRest.ServiceCallback<Models.ListTableResource>): Promise<Models.TableListResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n accountName,\n options\n },\n listOperationSpec,\n callback) as Promise<Models.TableListResponse>;\n }\n\n /**\n * Gets a list of all the tables under the specified storage account\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.TableListNextResponse>\n */\n listNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.TableListNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.ListTableResource>): void;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n listNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ListTableResource>): void;\n listNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ListTableResource>, callback?: msRest.ServiceCallback<Models.ListTableResource>): Promise<Models.TableListNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listNextOperationSpec,\n callback) as Promise<Models.TableListNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst createOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/tableServices/default/tables/{tableName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.subscriptionId,\n Parameters.tableName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.Table\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst updateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PATCH\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/tableServices/default/tables/{tableName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.subscriptionId,\n Parameters.tableName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.Table\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/tableServices/default/tables/{tableName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.subscriptionId,\n Parameters.tableName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.Table\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst deleteMethodOperationSpec: msRest.OperationSpec = {\n httpMethod: \"DELETE\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/tableServices/default/tables/{tableName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.subscriptionId,\n Parameters.tableName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/tableServices/default/tables\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ListTableResource\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ListTableResource\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as Models from \"./models\";\nimport * as msRest from \"@azure/ms-rest-js\";\nimport { TokenCredential } from \"@azure/core-auth\";\nimport * as msRestAzure from \"@azure/ms-rest-azure-js\";\n\nconst packageName = \"@azure/arm-storage\";\nconst packageVersion = \"16.1.1\";\n\nexport class StorageManagementClientContext extends msRestAzure.AzureServiceClient {\n credentials: msRest.ServiceClientCredentials | TokenCredential;\n subscriptionId: string;\n apiVersion?: string;\n\n /**\n * Initializes a new instance of the StorageManagementClient class.\n * @param credentials Credentials needed for the client to connect to Azure. Credentials\n * implementing the TokenCredential interface from the @azure/identity package are recommended. For\n * more information about these credentials, see\n * {@link https://www.npmjs.com/package/@azure/identity}. Credentials implementing the\n * ServiceClientCredentials interface from the older packages @azure/ms-rest-nodeauth and\n * @azure/ms-rest-browserauth are also supported.\n * @param subscriptionId The ID of the target subscription.\n * @param [options] The parameter options\n */\n constructor(\n credentials: msRest.ServiceClientCredentials | TokenCredential,\n subscriptionId: string,\n options?: Models.StorageManagementClientOptions\n ) {\n if (credentials == undefined) {\n throw new Error(\"'credentials' cannot be null.\");\n }\n if (subscriptionId == undefined) {\n throw new Error(\"'subscriptionId' cannot be null.\");\n }\n\n if (!options) {\n options = {};\n }\n if (!options.userAgent) {\n const defaultUserAgent = msRestAzure.getDefaultUserAgentValue();\n options.userAgent = `${packageName}/${packageVersion} ${defaultUserAgent}`;\n }\n\n super(credentials, options);\n\n this.apiVersion = \"2021-02-01\";\n this.acceptLanguage = \"en-US\";\n this.longRunningOperationRetryTimeout = 30;\n this.baseUri = options.baseUri || this.baseUri || \"https://management.azure.com\";\n this.requestContentType = \"application/json; charset=utf-8\";\n this.credentials = credentials;\n this.subscriptionId = subscriptionId;\n\n if (options.acceptLanguage !== null && options.acceptLanguage !== undefined) {\n this.acceptLanguage = options.acceptLanguage;\n }\n if (\n options.longRunningOperationRetryTimeout !== null &&\n options.longRunningOperationRetryTimeout !== undefined\n ) {\n this.longRunningOperationRetryTimeout = options.longRunningOperationRetryTimeout;\n }\n }\n}\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport { TokenCredential } from \"@azure/core-auth\";\nimport * as Models from \"./models\";\nimport * as Mappers from \"./models/mappers\";\nimport * as operations from \"./operations\";\nimport { StorageManagementClientContext } from \"./storageManagementClientContext\";\n\n\nclass StorageManagementClient extends StorageManagementClientContext {\n // Operation groups\n operations: operations.Operations;\n skus: operations.Skus;\n storageAccounts: operations.StorageAccounts;\n deletedAccounts: operations.DeletedAccounts;\n usages: operations.Usages;\n managementPolicies: operations.ManagementPolicies;\n blobInventoryPolicies: operations.BlobInventoryPolicies;\n privateEndpointConnections: operations.PrivateEndpointConnections;\n privateLinkResources: operations.PrivateLinkResources;\n objectReplicationPolicies: operations.ObjectReplicationPoliciesOperations;\n encryptionScopes: operations.EncryptionScopes;\n blobServices: operations.BlobServices;\n blobContainers: operations.BlobContainers;\n fileServices: operations.FileServices;\n fileShares: operations.FileShares;\n queueServices: operations.QueueServices;\n queue: operations.Queue;\n tableServices: operations.TableServices;\n table: operations.TableOperations;\n\n /**\n * Initializes a new instance of the StorageManagementClient class.\n * @param credentials Credentials needed for the client to connect to Azure. Credentials\n * implementing the TokenCredential interface from the @azure/identity package are recommended. For\n * more information about these credentials, see\n * {@link https://www.npmjs.com/package/@azure/identity}. Credentials implementing the\n * ServiceClientCredentials interface from the older packages @azure/ms-rest-nodeauth and\n * @azure/ms-rest-browserauth are also supported.\n * @param subscriptionId The ID of the target subscription.\n * @param [options] The parameter options\n */\n constructor(credentials: msRest.ServiceClientCredentials | TokenCredential, subscriptionId: string, options?: Models.StorageManagementClientOptions) {\n super(credentials, subscriptionId, options);\n this.operations = new operations.Operations(this);\n this.skus = new operations.Skus(this);\n this.storageAccounts = new operations.StorageAccounts(this);\n this.deletedAccounts = new operations.DeletedAccounts(this);\n this.usages = new operations.Usages(this);\n this.managementPolicies = new operations.ManagementPolicies(this);\n this.blobInventoryPolicies = new operations.BlobInventoryPolicies(this);\n this.privateEndpointConnections = new operations.PrivateEndpointConnections(this);\n this.privateLinkResources = new operations.PrivateLinkResources(this);\n this.objectReplicationPolicies = new operations.ObjectReplicationPoliciesOperations(this);\n this.encryptionScopes = new operations.EncryptionScopes(this);\n this.blobServices = new operations.BlobServices(this);\n this.blobContainers = new operations.BlobContainers(this);\n this.fileServices = new operations.FileServices(this);\n this.fileShares = new operations.FileShares(this);\n this.queueServices = new operations.QueueServices(this);\n this.queue = new operations.Queue(this);\n this.tableServices = new operations.TableServices(this);\n this.table = new operations.TableOperations(this);\n }\n}\n\n// Operation Specifications\n\nexport {\n StorageManagementClient,\n StorageManagementClientContext,\n Models as StorageManagementModels,\n Mappers as StorageManagementMappers\n};\nexport * from \"./operations\";\n"],"names":["CloudErrorMapper","BaseResourceMapper","msRest.Serializer","Parameters.apiVersion","Parameters.acceptLanguage","Mappers.OperationListResult","Mappers.CloudError","listOperationSpec","serializer","Mappers","Parameters.subscriptionId","Mappers.StorageSkuListResult","Mappers.StorageAccountCheckNameAvailabilityParameters","Mappers.CheckNameAvailabilityResult","Parameters.resourceGroupName","Parameters.accountName","Parameters.expand0","Mappers.StorageAccount","Mappers.StorageAccountUpdateParameters","Mappers.StorageAccountListResult","Parameters.expand1","Mappers.StorageAccountListKeysResult","Mappers.StorageAccountRegenerateKeyParameters","Mappers.AccountSasParameters","Mappers.ListAccountSasResponse","Mappers.ServiceSasParameters","Mappers.ListServiceSasResponse","Mappers.StorageAccountCreateParameters","Mappers.BlobRestoreParameters","Mappers.BlobRestoreStatus","Parameters.nextPageLink","listNextOperationSpec","Mappers.DeletedAccountListResult","Mappers.ErrorResponse","Parameters.deletedAccountName","Parameters.location","Mappers.DeletedAccount","Mappers.UsageListResult","getOperationSpec","deleteMethodOperationSpec","Parameters.managementPolicyName","Mappers.ManagementPolicy","createOrUpdateOperationSpec","Parameters.blobInventoryPolicyName","Mappers.BlobInventoryPolicy","Mappers.ListBlobInventoryPolicy","Mappers.PrivateEndpointConnectionListResult","Parameters.privateEndpointConnectionName","Mappers.PrivateEndpointConnection","Mappers.PrivateLinkResourceListResult","Mappers.ObjectReplicationPolicies","Parameters.objectReplicationPolicyId","Mappers.ObjectReplicationPolicy","putOperationSpec","Parameters.encryptionScopeName","Mappers.EncryptionScope","Mappers.EncryptionScopeListResult","Mappers.BlobServiceItems","Parameters.blobServicesName","Mappers.BlobServiceProperties","updateOperationSpec","Parameters.maxpagesize","Parameters.filter","Parameters.include","Mappers.ListContainerItems","Parameters.containerName","Mappers.BlobContainer","Mappers.LegalHold","Parameters.immutabilityPolicyName","Parameters.ifMatch0","Mappers.ImmutabilityPolicy","Mappers.BlobContainersCreateOrUpdateImmutabilityPolicyHeaders","Mappers.BlobContainersGetImmutabilityPolicyHeaders","Parameters.ifMatch1","Mappers.BlobContainersDeleteImmutabilityPolicyHeaders","Mappers.BlobContainersLockImmutabilityPolicyHeaders","Mappers.BlobContainersExtendImmutabilityPolicyHeaders","Mappers.LeaseContainerRequest","Mappers.LeaseContainerResponse","setServicePropertiesOperationSpec","getServicePropertiesOperationSpec","Mappers.FileServiceItems","Parameters.fileServicesName","Mappers.FileServiceProperties","createOperationSpec","Parameters.expand2","Mappers.FileShareItems","Parameters.shareName","Mappers.FileShare","Parameters.expand3","Parameters.xMsSnapshot","Mappers.DeletedShare","Mappers.ListQueueServices","Parameters.queueServiceName","Mappers.QueueServiceProperties","Parameters.queueName","Mappers.StorageQueue","Mappers.ListQueueResource","Mappers.ListTableServices","Parameters.tableServiceName","Mappers.TableServiceProperties","Parameters.tableName","Mappers.Table","Mappers.ListTableResource","msRestAzure.getDefaultUserAgentValue","msRestAzure.AzureServiceClient","operations.Operations","operations.Skus","operations.StorageAccounts","operations.DeletedAccounts","operations.Usages","operations.ManagementPolicies","operations.BlobInventoryPolicies","operations.PrivateEndpointConnections","operations.PrivateLinkResources","operations.ObjectReplicationPoliciesOperations","operations.EncryptionScopes","operations.BlobServices","operations.BlobContainers","operations.FileServices","operations.FileShares","operations.QueueServices","operations.Queue","operations.TableServices","operations.TableOperations"],"mappings":"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"}