azure-mgmt-storage 21.2.0__py3-none-any.whl → 22.0.0__py3-none-any.whl

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 (957) hide show
  1. azure/mgmt/storage/_serialization.py +282 -169
  2. azure/mgmt/storage/_storage_management_client.py +16 -795
  3. azure/mgmt/storage/_version.py +1 -1
  4. azure/mgmt/storage/aio/_storage_management_client.py +16 -795
  5. azure/mgmt/storage/models.py +1 -1
  6. azure/mgmt/storage/v2016_01_01/__init__.py +9 -3
  7. azure/mgmt/storage/v2016_01_01/_configuration.py +1 -2
  8. azure/mgmt/storage/v2016_01_01/_storage_management_client.py +3 -3
  9. azure/mgmt/storage/v2016_01_01/_version.py +1 -1
  10. azure/mgmt/storage/v2016_01_01/aio/__init__.py +9 -3
  11. azure/mgmt/storage/v2016_01_01/aio/_configuration.py +1 -2
  12. azure/mgmt/storage/v2016_01_01/aio/_storage_management_client.py +3 -3
  13. azure/mgmt/storage/v2016_01_01/aio/operations/__init__.py +10 -4
  14. azure/mgmt/storage/v2016_01_01/aio/operations/_storage_accounts_operations.py +32 -41
  15. azure/mgmt/storage/v2016_01_01/aio/operations/_usage_operations.py +4 -9
  16. azure/mgmt/storage/v2016_01_01/models/__init__.py +43 -32
  17. azure/mgmt/storage/v2016_01_01/models/_models_py3.py +1 -3
  18. azure/mgmt/storage/v2016_01_01/operations/__init__.py +10 -4
  19. azure/mgmt/storage/v2016_01_01/operations/_storage_accounts_operations.py +31 -38
  20. azure/mgmt/storage/v2016_01_01/operations/_usage_operations.py +4 -9
  21. azure/mgmt/storage/v2016_01_01/py.typed +1 -0
  22. azure/mgmt/storage/v2017_10_01/__init__.py +9 -3
  23. azure/mgmt/storage/v2017_10_01/_configuration.py +1 -2
  24. azure/mgmt/storage/v2017_10_01/_storage_management.py +3 -3
  25. azure/mgmt/storage/v2017_10_01/_version.py +1 -1
  26. azure/mgmt/storage/v2017_10_01/aio/__init__.py +9 -3
  27. azure/mgmt/storage/v2017_10_01/aio/_configuration.py +1 -2
  28. azure/mgmt/storage/v2017_10_01/aio/_storage_management.py +3 -3
  29. azure/mgmt/storage/v2017_10_01/aio/operations/__init__.py +12 -6
  30. azure/mgmt/storage/v2017_10_01/aio/operations/_operations.py +4 -9
  31. azure/mgmt/storage/v2017_10_01/aio/operations/_skus_operations.py +4 -9
  32. azure/mgmt/storage/v2017_10_01/aio/operations/_storage_accounts_operations.py +36 -47
  33. azure/mgmt/storage/v2017_10_01/aio/operations/_usage_operations.py +4 -9
  34. azure/mgmt/storage/v2017_10_01/models/__init__.py +69 -58
  35. azure/mgmt/storage/v2017_10_01/models/_models_py3.py +3 -4
  36. azure/mgmt/storage/v2017_10_01/operations/__init__.py +12 -6
  37. azure/mgmt/storage/v2017_10_01/operations/_operations.py +4 -9
  38. azure/mgmt/storage/v2017_10_01/operations/_skus_operations.py +4 -9
  39. azure/mgmt/storage/v2017_10_01/operations/_storage_accounts_operations.py +35 -44
  40. azure/mgmt/storage/v2017_10_01/operations/_usage_operations.py +4 -9
  41. azure/mgmt/storage/v2017_10_01/py.typed +1 -0
  42. azure/mgmt/storage/v2019_06_01/__init__.py +9 -3
  43. azure/mgmt/storage/v2019_06_01/_configuration.py +1 -2
  44. azure/mgmt/storage/v2019_06_01/_storage_management_client.py +3 -3
  45. azure/mgmt/storage/v2019_06_01/_version.py +1 -1
  46. azure/mgmt/storage/v2019_06_01/aio/__init__.py +9 -3
  47. azure/mgmt/storage/v2019_06_01/aio/_configuration.py +1 -2
  48. azure/mgmt/storage/v2019_06_01/aio/_storage_management_client.py +3 -3
  49. azure/mgmt/storage/v2019_06_01/aio/operations/__init__.py +26 -20
  50. azure/mgmt/storage/v2019_06_01/aio/operations/_blob_containers_operations.py +29 -51
  51. azure/mgmt/storage/v2019_06_01/aio/operations/_blob_inventory_policies_operations.py +10 -18
  52. azure/mgmt/storage/v2019_06_01/aio/operations/_blob_services_operations.py +8 -15
  53. azure/mgmt/storage/v2019_06_01/aio/operations/_encryption_scopes_operations.py +10 -22
  54. azure/mgmt/storage/v2019_06_01/aio/operations/_file_services_operations.py +9 -15
  55. azure/mgmt/storage/v2019_06_01/aio/operations/_file_shares_operations.py +16 -32
  56. azure/mgmt/storage/v2019_06_01/aio/operations/_management_policies_operations.py +9 -15
  57. azure/mgmt/storage/v2019_06_01/aio/operations/_object_replication_policies_operations.py +10 -18
  58. azure/mgmt/storage/v2019_06_01/aio/operations/_operations.py +4 -9
  59. azure/mgmt/storage/v2019_06_01/aio/operations/_private_endpoint_connections_operations.py +10 -18
  60. azure/mgmt/storage/v2019_06_01/aio/operations/_private_link_resources_operations.py +5 -9
  61. azure/mgmt/storage/v2019_06_01/aio/operations/_queue_operations.py +12 -23
  62. azure/mgmt/storage/v2019_06_01/aio/operations/_queue_services_operations.py +9 -15
  63. azure/mgmt/storage/v2019_06_01/aio/operations/_skus_operations.py +4 -9
  64. azure/mgmt/storage/v2019_06_01/aio/operations/_storage_accounts_operations.py +80 -71
  65. azure/mgmt/storage/v2019_06_01/aio/operations/_table_operations.py +12 -23
  66. azure/mgmt/storage/v2019_06_01/aio/operations/_table_services_operations.py +9 -15
  67. azure/mgmt/storage/v2019_06_01/aio/operations/_usages_operations.py +4 -9
  68. azure/mgmt/storage/v2019_06_01/models/__init__.py +181 -170
  69. azure/mgmt/storage/v2019_06_01/models/_models_py3.py +12 -13
  70. azure/mgmt/storage/v2019_06_01/models/_storage_management_client_enums.py +1 -0
  71. azure/mgmt/storage/v2019_06_01/operations/__init__.py +26 -20
  72. azure/mgmt/storage/v2019_06_01/operations/_blob_containers_operations.py +28 -48
  73. azure/mgmt/storage/v2019_06_01/operations/_blob_inventory_policies_operations.py +9 -17
  74. azure/mgmt/storage/v2019_06_01/operations/_blob_services_operations.py +8 -15
  75. azure/mgmt/storage/v2019_06_01/operations/_encryption_scopes_operations.py +10 -22
  76. azure/mgmt/storage/v2019_06_01/operations/_file_services_operations.py +9 -15
  77. azure/mgmt/storage/v2019_06_01/operations/_file_shares_operations.py +14 -28
  78. azure/mgmt/storage/v2019_06_01/operations/_management_policies_operations.py +8 -14
  79. azure/mgmt/storage/v2019_06_01/operations/_object_replication_policies_operations.py +9 -17
  80. azure/mgmt/storage/v2019_06_01/operations/_operations.py +4 -9
  81. azure/mgmt/storage/v2019_06_01/operations/_private_endpoint_connections_operations.py +9 -17
  82. azure/mgmt/storage/v2019_06_01/operations/_private_link_resources_operations.py +5 -9
  83. azure/mgmt/storage/v2019_06_01/operations/_queue_operations.py +11 -20
  84. azure/mgmt/storage/v2019_06_01/operations/_queue_services_operations.py +9 -15
  85. azure/mgmt/storage/v2019_06_01/operations/_skus_operations.py +4 -9
  86. azure/mgmt/storage/v2019_06_01/operations/_storage_accounts_operations.py +64 -66
  87. azure/mgmt/storage/v2019_06_01/operations/_table_operations.py +11 -20
  88. azure/mgmt/storage/v2019_06_01/operations/_table_services_operations.py +9 -15
  89. azure/mgmt/storage/v2019_06_01/operations/_usages_operations.py +4 -9
  90. azure/mgmt/storage/v2019_06_01/py.typed +1 -0
  91. azure/mgmt/storage/v2023_05_01/__init__.py +9 -3
  92. azure/mgmt/storage/v2023_05_01/_configuration.py +1 -2
  93. azure/mgmt/storage/v2023_05_01/_storage_management_client.py +3 -3
  94. azure/mgmt/storage/v2023_05_01/_version.py +1 -1
  95. azure/mgmt/storage/v2023_05_01/aio/__init__.py +9 -3
  96. azure/mgmt/storage/v2023_05_01/aio/_configuration.py +1 -2
  97. azure/mgmt/storage/v2023_05_01/aio/_storage_management_client.py +3 -3
  98. azure/mgmt/storage/v2023_05_01/aio/operations/__init__.py +32 -26
  99. azure/mgmt/storage/v2023_05_01/aio/operations/_blob_containers_operations.py +88 -86
  100. azure/mgmt/storage/v2023_05_01/aio/operations/_blob_inventory_policies_operations.py +10 -18
  101. azure/mgmt/storage/v2023_05_01/aio/operations/_blob_services_operations.py +8 -15
  102. azure/mgmt/storage/v2023_05_01/aio/operations/_deleted_accounts_operations.py +6 -12
  103. azure/mgmt/storage/v2023_05_01/aio/operations/_encryption_scopes_operations.py +10 -22
  104. azure/mgmt/storage/v2023_05_01/aio/operations/_file_services_operations.py +9 -15
  105. azure/mgmt/storage/v2023_05_01/aio/operations/_file_shares_operations.py +18 -33
  106. azure/mgmt/storage/v2023_05_01/aio/operations/_local_users_operations.py +14 -26
  107. azure/mgmt/storage/v2023_05_01/aio/operations/_management_policies_operations.py +9 -15
  108. azure/mgmt/storage/v2023_05_01/aio/operations/_network_security_perimeter_configurations_operations.py +26 -20
  109. azure/mgmt/storage/v2023_05_01/aio/operations/_object_replication_policies_operations.py +10 -18
  110. azure/mgmt/storage/v2023_05_01/aio/operations/_operations.py +4 -9
  111. azure/mgmt/storage/v2023_05_01/aio/operations/_private_endpoint_connections_operations.py +10 -18
  112. azure/mgmt/storage/v2023_05_01/aio/operations/_private_link_resources_operations.py +5 -9
  113. azure/mgmt/storage/v2023_05_01/aio/operations/_queue_operations.py +12 -23
  114. azure/mgmt/storage/v2023_05_01/aio/operations/_queue_services_operations.py +9 -15
  115. azure/mgmt/storage/v2023_05_01/aio/operations/_skus_operations.py +4 -9
  116. azure/mgmt/storage/v2023_05_01/aio/operations/_storage_accounts_operations.py +133 -98
  117. azure/mgmt/storage/v2023_05_01/aio/operations/_storage_task_assignment_instances_report_operations.py +7 -11
  118. azure/mgmt/storage/v2023_05_01/aio/operations/_storage_task_assignments_instances_report_operations.py +7 -11
  119. azure/mgmt/storage/v2023_05_01/aio/operations/_storage_task_assignments_operations.py +53 -45
  120. azure/mgmt/storage/v2023_05_01/aio/operations/_table_operations.py +12 -23
  121. azure/mgmt/storage/v2023_05_01/aio/operations/_table_services_operations.py +9 -15
  122. azure/mgmt/storage/v2023_05_01/aio/operations/_usages_operations.py +4 -9
  123. azure/mgmt/storage/v2023_05_01/models/__init__.py +273 -262
  124. azure/mgmt/storage/v2023_05_01/models/_models_py3.py +18 -19
  125. azure/mgmt/storage/v2023_05_01/models/_storage_management_client_enums.py +2 -0
  126. azure/mgmt/storage/v2023_05_01/operations/__init__.py +32 -26
  127. azure/mgmt/storage/v2023_05_01/operations/_blob_containers_operations.py +74 -83
  128. azure/mgmt/storage/v2023_05_01/operations/_blob_inventory_policies_operations.py +9 -17
  129. azure/mgmt/storage/v2023_05_01/operations/_blob_services_operations.py +8 -15
  130. azure/mgmt/storage/v2023_05_01/operations/_deleted_accounts_operations.py +6 -12
  131. azure/mgmt/storage/v2023_05_01/operations/_encryption_scopes_operations.py +10 -22
  132. azure/mgmt/storage/v2023_05_01/operations/_file_services_operations.py +9 -15
  133. azure/mgmt/storage/v2023_05_01/operations/_file_shares_operations.py +17 -31
  134. azure/mgmt/storage/v2023_05_01/operations/_local_users_operations.py +13 -23
  135. azure/mgmt/storage/v2023_05_01/operations/_management_policies_operations.py +8 -14
  136. azure/mgmt/storage/v2023_05_01/operations/_network_security_perimeter_configurations_operations.py +25 -20
  137. azure/mgmt/storage/v2023_05_01/operations/_object_replication_policies_operations.py +9 -17
  138. azure/mgmt/storage/v2023_05_01/operations/_operations.py +4 -9
  139. azure/mgmt/storage/v2023_05_01/operations/_private_endpoint_connections_operations.py +9 -17
  140. azure/mgmt/storage/v2023_05_01/operations/_private_link_resources_operations.py +5 -9
  141. azure/mgmt/storage/v2023_05_01/operations/_queue_operations.py +11 -20
  142. azure/mgmt/storage/v2023_05_01/operations/_queue_services_operations.py +9 -15
  143. azure/mgmt/storage/v2023_05_01/operations/_skus_operations.py +4 -9
  144. azure/mgmt/storage/v2023_05_01/operations/_storage_accounts_operations.py +118 -92
  145. azure/mgmt/storage/v2023_05_01/operations/_storage_task_assignment_instances_report_operations.py +9 -13
  146. azure/mgmt/storage/v2023_05_01/operations/_storage_task_assignments_instances_report_operations.py +9 -13
  147. azure/mgmt/storage/v2023_05_01/operations/_storage_task_assignments_operations.py +56 -47
  148. azure/mgmt/storage/v2023_05_01/operations/_table_operations.py +11 -20
  149. azure/mgmt/storage/v2023_05_01/operations/_table_services_operations.py +9 -15
  150. azure/mgmt/storage/v2023_05_01/operations/_usages_operations.py +4 -9
  151. azure/mgmt/storage/v2023_05_01/py.typed +1 -0
  152. {azure_mgmt_storage-21.2.0.dist-info → azure_mgmt_storage-22.0.0.dist-info}/METADATA +19 -4
  153. azure_mgmt_storage-22.0.0.dist-info/RECORD +183 -0
  154. {azure_mgmt_storage-21.2.0.dist-info → azure_mgmt_storage-22.0.0.dist-info}/WHEEL +1 -1
  155. azure/mgmt/storage/v2015_06_15/__init__.py +0 -26
  156. azure/mgmt/storage/v2015_06_15/_configuration.py +0 -66
  157. azure/mgmt/storage/v2015_06_15/_patch.py +0 -32
  158. azure/mgmt/storage/v2015_06_15/_storage_management.py +0 -115
  159. azure/mgmt/storage/v2015_06_15/_vendor.py +0 -16
  160. azure/mgmt/storage/v2015_06_15/_version.py +0 -9
  161. azure/mgmt/storage/v2015_06_15/aio/__init__.py +0 -23
  162. azure/mgmt/storage/v2015_06_15/aio/_configuration.py +0 -66
  163. azure/mgmt/storage/v2015_06_15/aio/_patch.py +0 -32
  164. azure/mgmt/storage/v2015_06_15/aio/_storage_management.py +0 -118
  165. azure/mgmt/storage/v2015_06_15/aio/operations/__init__.py +0 -21
  166. azure/mgmt/storage/v2015_06_15/aio/operations/_patch.py +0 -20
  167. azure/mgmt/storage/v2015_06_15/aio/operations/_storage_accounts_operations.py +0 -1030
  168. azure/mgmt/storage/v2015_06_15/aio/operations/_usage_operations.py +0 -135
  169. azure/mgmt/storage/v2015_06_15/models/__init__.py +0 -55
  170. azure/mgmt/storage/v2015_06_15/models/_models_py3.py +0 -660
  171. azure/mgmt/storage/v2015_06_15/models/_patch.py +0 -20
  172. azure/mgmt/storage/v2015_06_15/models/_storage_management_enums.py +0 -59
  173. azure/mgmt/storage/v2015_06_15/operations/__init__.py +0 -21
  174. azure/mgmt/storage/v2015_06_15/operations/_patch.py +0 -20
  175. azure/mgmt/storage/v2015_06_15/operations/_storage_accounts_operations.py +0 -1297
  176. azure/mgmt/storage/v2015_06_15/operations/_usage_operations.py +0 -162
  177. azure/mgmt/storage/v2016_01_01/_vendor.py +0 -16
  178. azure/mgmt/storage/v2016_12_01/__init__.py +0 -26
  179. azure/mgmt/storage/v2016_12_01/_configuration.py +0 -66
  180. azure/mgmt/storage/v2016_12_01/_patch.py +0 -32
  181. azure/mgmt/storage/v2016_12_01/_storage_management.py +0 -115
  182. azure/mgmt/storage/v2016_12_01/_vendor.py +0 -16
  183. azure/mgmt/storage/v2016_12_01/_version.py +0 -9
  184. azure/mgmt/storage/v2016_12_01/aio/__init__.py +0 -23
  185. azure/mgmt/storage/v2016_12_01/aio/_configuration.py +0 -66
  186. azure/mgmt/storage/v2016_12_01/aio/_patch.py +0 -32
  187. azure/mgmt/storage/v2016_12_01/aio/_storage_management.py +0 -118
  188. azure/mgmt/storage/v2016_12_01/aio/operations/__init__.py +0 -21
  189. azure/mgmt/storage/v2016_12_01/aio/operations/_patch.py +0 -20
  190. azure/mgmt/storage/v2016_12_01/aio/operations/_storage_accounts_operations.py +0 -1310
  191. azure/mgmt/storage/v2016_12_01/aio/operations/_usage_operations.py +0 -135
  192. azure/mgmt/storage/v2016_12_01/models/__init__.py +0 -97
  193. azure/mgmt/storage/v2016_12_01/models/_models_py3.py +0 -1210
  194. azure/mgmt/storage/v2016_12_01/models/_patch.py +0 -20
  195. azure/mgmt/storage/v2016_12_01/models/_storage_management_enums.py +0 -169
  196. azure/mgmt/storage/v2016_12_01/operations/__init__.py +0 -21
  197. azure/mgmt/storage/v2016_12_01/operations/_patch.py +0 -20
  198. azure/mgmt/storage/v2016_12_01/operations/_storage_accounts_operations.py +0 -1647
  199. azure/mgmt/storage/v2016_12_01/operations/_usage_operations.py +0 -162
  200. azure/mgmt/storage/v2017_06_01/__init__.py +0 -26
  201. azure/mgmt/storage/v2017_06_01/_configuration.py +0 -66
  202. azure/mgmt/storage/v2017_06_01/_patch.py +0 -32
  203. azure/mgmt/storage/v2017_06_01/_storage_management.py +0 -121
  204. azure/mgmt/storage/v2017_06_01/_vendor.py +0 -16
  205. azure/mgmt/storage/v2017_06_01/_version.py +0 -9
  206. azure/mgmt/storage/v2017_06_01/aio/__init__.py +0 -23
  207. azure/mgmt/storage/v2017_06_01/aio/_configuration.py +0 -66
  208. azure/mgmt/storage/v2017_06_01/aio/_patch.py +0 -32
  209. azure/mgmt/storage/v2017_06_01/aio/_storage_management.py +0 -124
  210. azure/mgmt/storage/v2017_06_01/aio/operations/__init__.py +0 -25
  211. azure/mgmt/storage/v2017_06_01/aio/operations/_operations.py +0 -135
  212. azure/mgmt/storage/v2017_06_01/aio/operations/_patch.py +0 -20
  213. azure/mgmt/storage/v2017_06_01/aio/operations/_skus_operations.py +0 -135
  214. azure/mgmt/storage/v2017_06_01/aio/operations/_storage_accounts_operations.py +0 -1310
  215. azure/mgmt/storage/v2017_06_01/aio/operations/_usage_operations.py +0 -135
  216. azure/mgmt/storage/v2017_06_01/models/__init__.py +0 -129
  217. azure/mgmt/storage/v2017_06_01/models/_models_py3.py +0 -1843
  218. azure/mgmt/storage/v2017_06_01/models/_patch.py +0 -20
  219. azure/mgmt/storage/v2017_06_01/models/_storage_management_enums.py +0 -191
  220. azure/mgmt/storage/v2017_06_01/operations/__init__.py +0 -25
  221. azure/mgmt/storage/v2017_06_01/operations/_operations.py +0 -156
  222. azure/mgmt/storage/v2017_06_01/operations/_patch.py +0 -20
  223. azure/mgmt/storage/v2017_06_01/operations/_skus_operations.py +0 -162
  224. azure/mgmt/storage/v2017_06_01/operations/_storage_accounts_operations.py +0 -1647
  225. azure/mgmt/storage/v2017_06_01/operations/_usage_operations.py +0 -162
  226. azure/mgmt/storage/v2017_10_01/_vendor.py +0 -16
  227. azure/mgmt/storage/v2018_02_01/__init__.py +0 -26
  228. azure/mgmt/storage/v2018_02_01/_configuration.py +0 -65
  229. azure/mgmt/storage/v2018_02_01/_patch.py +0 -32
  230. azure/mgmt/storage/v2018_02_01/_storage_management_client.py +0 -127
  231. azure/mgmt/storage/v2018_02_01/_vendor.py +0 -16
  232. azure/mgmt/storage/v2018_02_01/_version.py +0 -9
  233. azure/mgmt/storage/v2018_02_01/aio/__init__.py +0 -23
  234. azure/mgmt/storage/v2018_02_01/aio/_configuration.py +0 -65
  235. azure/mgmt/storage/v2018_02_01/aio/_patch.py +0 -32
  236. azure/mgmt/storage/v2018_02_01/aio/_storage_management_client.py +0 -131
  237. azure/mgmt/storage/v2018_02_01/aio/operations/__init__.py +0 -27
  238. azure/mgmt/storage/v2018_02_01/aio/operations/_blob_containers_operations.py +0 -1692
  239. azure/mgmt/storage/v2018_02_01/aio/operations/_operations.py +0 -135
  240. azure/mgmt/storage/v2018_02_01/aio/operations/_patch.py +0 -20
  241. azure/mgmt/storage/v2018_02_01/aio/operations/_skus_operations.py +0 -135
  242. azure/mgmt/storage/v2018_02_01/aio/operations/_storage_accounts_operations.py +0 -1310
  243. azure/mgmt/storage/v2018_02_01/aio/operations/_usage_operations.py +0 -215
  244. azure/mgmt/storage/v2018_02_01/models/__init__.py +0 -171
  245. azure/mgmt/storage/v2018_02_01/models/_models_py3.py +0 -2556
  246. azure/mgmt/storage/v2018_02_01/models/_patch.py +0 -20
  247. azure/mgmt/storage/v2018_02_01/models/_storage_management_client_enums.py +0 -259
  248. azure/mgmt/storage/v2018_02_01/operations/__init__.py +0 -27
  249. azure/mgmt/storage/v2018_02_01/operations/_blob_containers_operations.py +0 -2178
  250. azure/mgmt/storage/v2018_02_01/operations/_operations.py +0 -156
  251. azure/mgmt/storage/v2018_02_01/operations/_patch.py +0 -20
  252. azure/mgmt/storage/v2018_02_01/operations/_skus_operations.py +0 -162
  253. azure/mgmt/storage/v2018_02_01/operations/_storage_accounts_operations.py +0 -1647
  254. azure/mgmt/storage/v2018_02_01/operations/_usage_operations.py +0 -269
  255. azure/mgmt/storage/v2018_03_01_preview/__init__.py +0 -26
  256. azure/mgmt/storage/v2018_03_01_preview/_configuration.py +0 -65
  257. azure/mgmt/storage/v2018_03_01_preview/_patch.py +0 -32
  258. azure/mgmt/storage/v2018_03_01_preview/_storage_management_client.py +0 -146
  259. azure/mgmt/storage/v2018_03_01_preview/_vendor.py +0 -16
  260. azure/mgmt/storage/v2018_03_01_preview/_version.py +0 -9
  261. azure/mgmt/storage/v2018_03_01_preview/aio/__init__.py +0 -23
  262. azure/mgmt/storage/v2018_03_01_preview/aio/_configuration.py +0 -65
  263. azure/mgmt/storage/v2018_03_01_preview/aio/_patch.py +0 -32
  264. azure/mgmt/storage/v2018_03_01_preview/aio/_storage_management_client.py +0 -148
  265. azure/mgmt/storage/v2018_03_01_preview/aio/operations/__init__.py +0 -29
  266. azure/mgmt/storage/v2018_03_01_preview/aio/operations/_blob_containers_operations.py +0 -1721
  267. azure/mgmt/storage/v2018_03_01_preview/aio/operations/_management_policies_operations.py +0 -357
  268. azure/mgmt/storage/v2018_03_01_preview/aio/operations/_operations.py +0 -137
  269. azure/mgmt/storage/v2018_03_01_preview/aio/operations/_patch.py +0 -20
  270. azure/mgmt/storage/v2018_03_01_preview/aio/operations/_skus_operations.py +0 -138
  271. azure/mgmt/storage/v2018_03_01_preview/aio/operations/_storage_accounts_operations.py +0 -1635
  272. azure/mgmt/storage/v2018_03_01_preview/aio/operations/_usages_operations.py +0 -221
  273. azure/mgmt/storage/v2018_03_01_preview/models/__init__.py +0 -181
  274. azure/mgmt/storage/v2018_03_01_preview/models/_models_py3.py +0 -2699
  275. azure/mgmt/storage/v2018_03_01_preview/models/_patch.py +0 -20
  276. azure/mgmt/storage/v2018_03_01_preview/models/_storage_management_client_enums.py +0 -265
  277. azure/mgmt/storage/v2018_03_01_preview/operations/__init__.py +0 -29
  278. azure/mgmt/storage/v2018_03_01_preview/operations/_blob_containers_operations.py +0 -2207
  279. azure/mgmt/storage/v2018_03_01_preview/operations/_management_policies_operations.py +0 -467
  280. azure/mgmt/storage/v2018_03_01_preview/operations/_operations.py +0 -158
  281. azure/mgmt/storage/v2018_03_01_preview/operations/_patch.py +0 -20
  282. azure/mgmt/storage/v2018_03_01_preview/operations/_skus_operations.py +0 -164
  283. azure/mgmt/storage/v2018_03_01_preview/operations/_storage_accounts_operations.py +0 -2085
  284. azure/mgmt/storage/v2018_03_01_preview/operations/_usages_operations.py +0 -273
  285. azure/mgmt/storage/v2018_07_01/__init__.py +0 -26
  286. azure/mgmt/storage/v2018_07_01/_configuration.py +0 -65
  287. azure/mgmt/storage/v2018_07_01/_patch.py +0 -32
  288. azure/mgmt/storage/v2018_07_01/_storage_management_client.py +0 -139
  289. azure/mgmt/storage/v2018_07_01/_vendor.py +0 -16
  290. azure/mgmt/storage/v2018_07_01/_version.py +0 -9
  291. azure/mgmt/storage/v2018_07_01/aio/__init__.py +0 -23
  292. azure/mgmt/storage/v2018_07_01/aio/_configuration.py +0 -65
  293. azure/mgmt/storage/v2018_07_01/aio/_patch.py +0 -32
  294. azure/mgmt/storage/v2018_07_01/aio/_storage_management_client.py +0 -143
  295. azure/mgmt/storage/v2018_07_01/aio/operations/__init__.py +0 -29
  296. azure/mgmt/storage/v2018_07_01/aio/operations/_blob_containers_operations.py +0 -1692
  297. azure/mgmt/storage/v2018_07_01/aio/operations/_blob_services_operations.py +0 -282
  298. azure/mgmt/storage/v2018_07_01/aio/operations/_operations.py +0 -135
  299. azure/mgmt/storage/v2018_07_01/aio/operations/_patch.py +0 -20
  300. azure/mgmt/storage/v2018_07_01/aio/operations/_skus_operations.py +0 -135
  301. azure/mgmt/storage/v2018_07_01/aio/operations/_storage_accounts_operations.py +0 -1420
  302. azure/mgmt/storage/v2018_07_01/aio/operations/_usages_operations.py +0 -139
  303. azure/mgmt/storage/v2018_07_01/models/__init__.py +0 -185
  304. azure/mgmt/storage/v2018_07_01/models/_models_py3.py +0 -2838
  305. azure/mgmt/storage/v2018_07_01/models/_patch.py +0 -20
  306. azure/mgmt/storage/v2018_07_01/models/_storage_management_client_enums.py +0 -287
  307. azure/mgmt/storage/v2018_07_01/operations/__init__.py +0 -29
  308. azure/mgmt/storage/v2018_07_01/operations/_blob_containers_operations.py +0 -2178
  309. azure/mgmt/storage/v2018_07_01/operations/_blob_services_operations.py +0 -361
  310. azure/mgmt/storage/v2018_07_01/operations/_operations.py +0 -156
  311. azure/mgmt/storage/v2018_07_01/operations/_patch.py +0 -20
  312. azure/mgmt/storage/v2018_07_01/operations/_skus_operations.py +0 -162
  313. azure/mgmt/storage/v2018_07_01/operations/_storage_accounts_operations.py +0 -1792
  314. azure/mgmt/storage/v2018_07_01/operations/_usages_operations.py +0 -169
  315. azure/mgmt/storage/v2018_11_01/__init__.py +0 -26
  316. azure/mgmt/storage/v2018_11_01/_configuration.py +0 -65
  317. azure/mgmt/storage/v2018_11_01/_patch.py +0 -32
  318. azure/mgmt/storage/v2018_11_01/_storage_management_client.py +0 -146
  319. azure/mgmt/storage/v2018_11_01/_vendor.py +0 -16
  320. azure/mgmt/storage/v2018_11_01/_version.py +0 -9
  321. azure/mgmt/storage/v2018_11_01/aio/__init__.py +0 -23
  322. azure/mgmt/storage/v2018_11_01/aio/_configuration.py +0 -65
  323. azure/mgmt/storage/v2018_11_01/aio/_patch.py +0 -32
  324. azure/mgmt/storage/v2018_11_01/aio/_storage_management_client.py +0 -150
  325. azure/mgmt/storage/v2018_11_01/aio/operations/__init__.py +0 -31
  326. azure/mgmt/storage/v2018_11_01/aio/operations/_blob_containers_operations.py +0 -1696
  327. azure/mgmt/storage/v2018_11_01/aio/operations/_blob_services_operations.py +0 -282
  328. azure/mgmt/storage/v2018_11_01/aio/operations/_management_policies_operations.py +0 -349
  329. azure/mgmt/storage/v2018_11_01/aio/operations/_operations.py +0 -135
  330. azure/mgmt/storage/v2018_11_01/aio/operations/_patch.py +0 -20
  331. azure/mgmt/storage/v2018_11_01/aio/operations/_skus_operations.py +0 -135
  332. azure/mgmt/storage/v2018_11_01/aio/operations/_storage_accounts_operations.py +0 -1477
  333. azure/mgmt/storage/v2018_11_01/aio/operations/_usages_operations.py +0 -139
  334. azure/mgmt/storage/v2018_11_01/models/__init__.py +0 -209
  335. azure/mgmt/storage/v2018_11_01/models/_models_py3.py +0 -3194
  336. azure/mgmt/storage/v2018_11_01/models/_patch.py +0 -20
  337. azure/mgmt/storage/v2018_11_01/models/_storage_management_client_enums.py +0 -299
  338. azure/mgmt/storage/v2018_11_01/operations/__init__.py +0 -31
  339. azure/mgmt/storage/v2018_11_01/operations/_blob_containers_operations.py +0 -2182
  340. azure/mgmt/storage/v2018_11_01/operations/_blob_services_operations.py +0 -361
  341. azure/mgmt/storage/v2018_11_01/operations/_management_policies_operations.py +0 -459
  342. azure/mgmt/storage/v2018_11_01/operations/_operations.py +0 -156
  343. azure/mgmt/storage/v2018_11_01/operations/_patch.py +0 -20
  344. azure/mgmt/storage/v2018_11_01/operations/_skus_operations.py +0 -162
  345. azure/mgmt/storage/v2018_11_01/operations/_storage_accounts_operations.py +0 -1875
  346. azure/mgmt/storage/v2018_11_01/operations/_usages_operations.py +0 -169
  347. azure/mgmt/storage/v2019_04_01/__init__.py +0 -26
  348. azure/mgmt/storage/v2019_04_01/_configuration.py +0 -65
  349. azure/mgmt/storage/v2019_04_01/_patch.py +0 -32
  350. azure/mgmt/storage/v2019_04_01/_storage_management_client.py +0 -158
  351. azure/mgmt/storage/v2019_04_01/_vendor.py +0 -16
  352. azure/mgmt/storage/v2019_04_01/_version.py +0 -9
  353. azure/mgmt/storage/v2019_04_01/aio/__init__.py +0 -23
  354. azure/mgmt/storage/v2019_04_01/aio/_configuration.py +0 -65
  355. azure/mgmt/storage/v2019_04_01/aio/_patch.py +0 -32
  356. azure/mgmt/storage/v2019_04_01/aio/_storage_management_client.py +0 -162
  357. azure/mgmt/storage/v2019_04_01/aio/operations/__init__.py +0 -35
  358. azure/mgmt/storage/v2019_04_01/aio/operations/_blob_containers_operations.py +0 -1746
  359. azure/mgmt/storage/v2019_04_01/aio/operations/_blob_services_operations.py +0 -375
  360. azure/mgmt/storage/v2019_04_01/aio/operations/_file_services_operations.py +0 -341
  361. azure/mgmt/storage/v2019_04_01/aio/operations/_file_shares_operations.py +0 -625
  362. azure/mgmt/storage/v2019_04_01/aio/operations/_management_policies_operations.py +0 -349
  363. azure/mgmt/storage/v2019_04_01/aio/operations/_operations.py +0 -135
  364. azure/mgmt/storage/v2019_04_01/aio/operations/_patch.py +0 -20
  365. azure/mgmt/storage/v2019_04_01/aio/operations/_skus_operations.py +0 -135
  366. azure/mgmt/storage/v2019_04_01/aio/operations/_storage_accounts_operations.py +0 -1483
  367. azure/mgmt/storage/v2019_04_01/aio/operations/_usages_operations.py +0 -139
  368. azure/mgmt/storage/v2019_04_01/models/__init__.py +0 -235
  369. azure/mgmt/storage/v2019_04_01/models/_models_py3.py +0 -3799
  370. azure/mgmt/storage/v2019_04_01/models/_patch.py +0 -20
  371. azure/mgmt/storage/v2019_04_01/models/_storage_management_client_enums.py +0 -326
  372. azure/mgmt/storage/v2019_04_01/operations/__init__.py +0 -35
  373. azure/mgmt/storage/v2019_04_01/operations/_blob_containers_operations.py +0 -2245
  374. azure/mgmt/storage/v2019_04_01/operations/_blob_services_operations.py +0 -483
  375. azure/mgmt/storage/v2019_04_01/operations/_file_services_operations.py +0 -450
  376. azure/mgmt/storage/v2019_04_01/operations/_file_shares_operations.py +0 -806
  377. azure/mgmt/storage/v2019_04_01/operations/_management_policies_operations.py +0 -459
  378. azure/mgmt/storage/v2019_04_01/operations/_operations.py +0 -156
  379. azure/mgmt/storage/v2019_04_01/operations/_patch.py +0 -20
  380. azure/mgmt/storage/v2019_04_01/operations/_skus_operations.py +0 -162
  381. azure/mgmt/storage/v2019_04_01/operations/_storage_accounts_operations.py +0 -1888
  382. azure/mgmt/storage/v2019_04_01/operations/_usages_operations.py +0 -169
  383. azure/mgmt/storage/v2019_06_01/_vendor.py +0 -16
  384. azure/mgmt/storage/v2020_08_01_preview/__init__.py +0 -26
  385. azure/mgmt/storage/v2020_08_01_preview/_configuration.py +0 -65
  386. azure/mgmt/storage/v2020_08_01_preview/_patch.py +0 -32
  387. azure/mgmt/storage/v2020_08_01_preview/_storage_management_client.py +0 -234
  388. azure/mgmt/storage/v2020_08_01_preview/_vendor.py +0 -16
  389. azure/mgmt/storage/v2020_08_01_preview/_version.py +0 -9
  390. azure/mgmt/storage/v2020_08_01_preview/aio/__init__.py +0 -23
  391. azure/mgmt/storage/v2020_08_01_preview/aio/_configuration.py +0 -65
  392. azure/mgmt/storage/v2020_08_01_preview/aio/_patch.py +0 -32
  393. azure/mgmt/storage/v2020_08_01_preview/aio/_storage_management_client.py +0 -237
  394. azure/mgmt/storage/v2020_08_01_preview/aio/operations/__init__.py +0 -55
  395. azure/mgmt/storage/v2020_08_01_preview/aio/operations/_blob_containers_operations.py +0 -1776
  396. azure/mgmt/storage/v2020_08_01_preview/aio/operations/_blob_inventory_policies_operations.py +0 -454
  397. azure/mgmt/storage/v2020_08_01_preview/aio/operations/_blob_services_operations.py +0 -382
  398. azure/mgmt/storage/v2020_08_01_preview/aio/operations/_deleted_accounts_operations.py +0 -198
  399. azure/mgmt/storage/v2020_08_01_preview/aio/operations/_encryption_scopes_operations.py +0 -560
  400. azure/mgmt/storage/v2020_08_01_preview/aio/operations/_file_services_operations.py +0 -348
  401. azure/mgmt/storage/v2020_08_01_preview/aio/operations/_file_shares_operations.py +0 -825
  402. azure/mgmt/storage/v2020_08_01_preview/aio/operations/_management_policies_operations.py +0 -355
  403. azure/mgmt/storage/v2020_08_01_preview/aio/operations/_object_replication_policies_operations.py +0 -445
  404. azure/mgmt/storage/v2020_08_01_preview/aio/operations/_operations.py +0 -137
  405. azure/mgmt/storage/v2020_08_01_preview/aio/operations/_patch.py +0 -20
  406. azure/mgmt/storage/v2020_08_01_preview/aio/operations/_private_endpoint_connections_operations.py +0 -441
  407. azure/mgmt/storage/v2020_08_01_preview/aio/operations/_private_link_resources_operations.py +0 -119
  408. azure/mgmt/storage/v2020_08_01_preview/aio/operations/_queue_operations.py +0 -618
  409. azure/mgmt/storage/v2020_08_01_preview/aio/operations/_queue_services_operations.py +0 -348
  410. azure/mgmt/storage/v2020_08_01_preview/aio/operations/_skus_operations.py +0 -138
  411. azure/mgmt/storage/v2020_08_01_preview/aio/operations/_storage_accounts_operations.py +0 -1725
  412. azure/mgmt/storage/v2020_08_01_preview/aio/operations/_table_operations.py +0 -416
  413. azure/mgmt/storage/v2020_08_01_preview/aio/operations/_table_services_operations.py +0 -348
  414. azure/mgmt/storage/v2020_08_01_preview/aio/operations/_usages_operations.py +0 -142
  415. azure/mgmt/storage/v2020_08_01_preview/models/__init__.py +0 -373
  416. azure/mgmt/storage/v2020_08_01_preview/models/_models_py3.py +0 -6344
  417. azure/mgmt/storage/v2020_08_01_preview/models/_patch.py +0 -20
  418. azure/mgmt/storage/v2020_08_01_preview/models/_storage_management_client_enums.py +0 -468
  419. azure/mgmt/storage/v2020_08_01_preview/operations/__init__.py +0 -55
  420. azure/mgmt/storage/v2020_08_01_preview/operations/_blob_containers_operations.py +0 -2276
  421. azure/mgmt/storage/v2020_08_01_preview/operations/_blob_inventory_policies_operations.py +0 -599
  422. azure/mgmt/storage/v2020_08_01_preview/operations/_blob_services_operations.py +0 -490
  423. azure/mgmt/storage/v2020_08_01_preview/operations/_deleted_accounts_operations.py +0 -255
  424. azure/mgmt/storage/v2020_08_01_preview/operations/_encryption_scopes_operations.py +0 -700
  425. azure/mgmt/storage/v2020_08_01_preview/operations/_file_services_operations.py +0 -457
  426. azure/mgmt/storage/v2020_08_01_preview/operations/_file_shares_operations.py +0 -1072
  427. azure/mgmt/storage/v2020_08_01_preview/operations/_management_policies_operations.py +0 -465
  428. azure/mgmt/storage/v2020_08_01_preview/operations/_object_replication_policies_operations.py +0 -584
  429. azure/mgmt/storage/v2020_08_01_preview/operations/_operations.py +0 -158
  430. azure/mgmt/storage/v2020_08_01_preview/operations/_patch.py +0 -20
  431. azure/mgmt/storage/v2020_08_01_preview/operations/_private_endpoint_connections_operations.py +0 -592
  432. azure/mgmt/storage/v2020_08_01_preview/operations/_private_link_resources_operations.py +0 -155
  433. azure/mgmt/storage/v2020_08_01_preview/operations/_queue_operations.py +0 -824
  434. azure/mgmt/storage/v2020_08_01_preview/operations/_queue_services_operations.py +0 -457
  435. azure/mgmt/storage/v2020_08_01_preview/operations/_skus_operations.py +0 -165
  436. azure/mgmt/storage/v2020_08_01_preview/operations/_storage_accounts_operations.py +0 -2170
  437. azure/mgmt/storage/v2020_08_01_preview/operations/_table_operations.py +0 -582
  438. azure/mgmt/storage/v2020_08_01_preview/operations/_table_services_operations.py +0 -457
  439. azure/mgmt/storage/v2020_08_01_preview/operations/_usages_operations.py +0 -171
  440. azure/mgmt/storage/v2021_01_01/__init__.py +0 -26
  441. azure/mgmt/storage/v2021_01_01/_configuration.py +0 -65
  442. azure/mgmt/storage/v2021_01_01/_patch.py +0 -32
  443. azure/mgmt/storage/v2021_01_01/_storage_management_client.py +0 -219
  444. azure/mgmt/storage/v2021_01_01/_vendor.py +0 -16
  445. azure/mgmt/storage/v2021_01_01/_version.py +0 -9
  446. azure/mgmt/storage/v2021_01_01/aio/__init__.py +0 -23
  447. azure/mgmt/storage/v2021_01_01/aio/_configuration.py +0 -65
  448. azure/mgmt/storage/v2021_01_01/aio/_patch.py +0 -32
  449. azure/mgmt/storage/v2021_01_01/aio/_storage_management_client.py +0 -224
  450. azure/mgmt/storage/v2021_01_01/aio/operations/__init__.py +0 -55
  451. azure/mgmt/storage/v2021_01_01/aio/operations/_blob_containers_operations.py +0 -1747
  452. azure/mgmt/storage/v2021_01_01/aio/operations/_blob_inventory_policies_operations.py +0 -445
  453. azure/mgmt/storage/v2021_01_01/aio/operations/_blob_services_operations.py +0 -375
  454. azure/mgmt/storage/v2021_01_01/aio/operations/_deleted_accounts_operations.py +0 -194
  455. azure/mgmt/storage/v2021_01_01/aio/operations/_encryption_scopes_operations.py +0 -550
  456. azure/mgmt/storage/v2021_01_01/aio/operations/_file_services_operations.py +0 -341
  457. azure/mgmt/storage/v2021_01_01/aio/operations/_file_shares_operations.py +0 -810
  458. azure/mgmt/storage/v2021_01_01/aio/operations/_management_policies_operations.py +0 -349
  459. azure/mgmt/storage/v2021_01_01/aio/operations/_object_replication_policies_operations.py +0 -436
  460. azure/mgmt/storage/v2021_01_01/aio/operations/_operations.py +0 -135
  461. azure/mgmt/storage/v2021_01_01/aio/operations/_patch.py +0 -20
  462. azure/mgmt/storage/v2021_01_01/aio/operations/_private_endpoint_connections_operations.py +0 -432
  463. azure/mgmt/storage/v2021_01_01/aio/operations/_private_link_resources_operations.py +0 -117
  464. azure/mgmt/storage/v2021_01_01/aio/operations/_queue_operations.py +0 -608
  465. azure/mgmt/storage/v2021_01_01/aio/operations/_queue_services_operations.py +0 -341
  466. azure/mgmt/storage/v2021_01_01/aio/operations/_skus_operations.py +0 -136
  467. azure/mgmt/storage/v2021_01_01/aio/operations/_storage_accounts_operations.py +0 -1687
  468. azure/mgmt/storage/v2021_01_01/aio/operations/_table_operations.py +0 -405
  469. azure/mgmt/storage/v2021_01_01/aio/operations/_table_services_operations.py +0 -341
  470. azure/mgmt/storage/v2021_01_01/aio/operations/_usages_operations.py +0 -139
  471. azure/mgmt/storage/v2021_01_01/models/__init__.py +0 -381
  472. azure/mgmt/storage/v2021_01_01/models/_models_py3.py +0 -6465
  473. azure/mgmt/storage/v2021_01_01/models/_patch.py +0 -20
  474. azure/mgmt/storage/v2021_01_01/models/_storage_management_client_enums.py +0 -483
  475. azure/mgmt/storage/v2021_01_01/operations/__init__.py +0 -55
  476. azure/mgmt/storage/v2021_01_01/operations/_blob_containers_operations.py +0 -2246
  477. azure/mgmt/storage/v2021_01_01/operations/_blob_inventory_policies_operations.py +0 -590
  478. azure/mgmt/storage/v2021_01_01/operations/_blob_services_operations.py +0 -483
  479. azure/mgmt/storage/v2021_01_01/operations/_deleted_accounts_operations.py +0 -250
  480. azure/mgmt/storage/v2021_01_01/operations/_encryption_scopes_operations.py +0 -689
  481. azure/mgmt/storage/v2021_01_01/operations/_file_services_operations.py +0 -450
  482. azure/mgmt/storage/v2021_01_01/operations/_file_shares_operations.py +0 -1056
  483. azure/mgmt/storage/v2021_01_01/operations/_management_policies_operations.py +0 -459
  484. azure/mgmt/storage/v2021_01_01/operations/_object_replication_policies_operations.py +0 -575
  485. azure/mgmt/storage/v2021_01_01/operations/_operations.py +0 -156
  486. azure/mgmt/storage/v2021_01_01/operations/_patch.py +0 -20
  487. azure/mgmt/storage/v2021_01_01/operations/_private_endpoint_connections_operations.py +0 -583
  488. azure/mgmt/storage/v2021_01_01/operations/_private_link_resources_operations.py +0 -153
  489. azure/mgmt/storage/v2021_01_01/operations/_queue_operations.py +0 -814
  490. azure/mgmt/storage/v2021_01_01/operations/_queue_services_operations.py +0 -450
  491. azure/mgmt/storage/v2021_01_01/operations/_skus_operations.py +0 -162
  492. azure/mgmt/storage/v2021_01_01/operations/_storage_accounts_operations.py +0 -2124
  493. azure/mgmt/storage/v2021_01_01/operations/_table_operations.py +0 -572
  494. azure/mgmt/storage/v2021_01_01/operations/_table_services_operations.py +0 -450
  495. azure/mgmt/storage/v2021_01_01/operations/_usages_operations.py +0 -169
  496. azure/mgmt/storage/v2021_02_01/__init__.py +0 -26
  497. azure/mgmt/storage/v2021_02_01/_configuration.py +0 -65
  498. azure/mgmt/storage/v2021_02_01/_patch.py +0 -32
  499. azure/mgmt/storage/v2021_02_01/_storage_management_client.py +0 -219
  500. azure/mgmt/storage/v2021_02_01/_vendor.py +0 -16
  501. azure/mgmt/storage/v2021_02_01/_version.py +0 -9
  502. azure/mgmt/storage/v2021_02_01/aio/__init__.py +0 -23
  503. azure/mgmt/storage/v2021_02_01/aio/_configuration.py +0 -65
  504. azure/mgmt/storage/v2021_02_01/aio/_patch.py +0 -32
  505. azure/mgmt/storage/v2021_02_01/aio/_storage_management_client.py +0 -224
  506. azure/mgmt/storage/v2021_02_01/aio/operations/__init__.py +0 -55
  507. azure/mgmt/storage/v2021_02_01/aio/operations/_blob_containers_operations.py +0 -1747
  508. azure/mgmt/storage/v2021_02_01/aio/operations/_blob_inventory_policies_operations.py +0 -445
  509. azure/mgmt/storage/v2021_02_01/aio/operations/_blob_services_operations.py +0 -375
  510. azure/mgmt/storage/v2021_02_01/aio/operations/_deleted_accounts_operations.py +0 -194
  511. azure/mgmt/storage/v2021_02_01/aio/operations/_encryption_scopes_operations.py +0 -550
  512. azure/mgmt/storage/v2021_02_01/aio/operations/_file_services_operations.py +0 -341
  513. azure/mgmt/storage/v2021_02_01/aio/operations/_file_shares_operations.py +0 -810
  514. azure/mgmt/storage/v2021_02_01/aio/operations/_management_policies_operations.py +0 -349
  515. azure/mgmt/storage/v2021_02_01/aio/operations/_object_replication_policies_operations.py +0 -436
  516. azure/mgmt/storage/v2021_02_01/aio/operations/_operations.py +0 -135
  517. azure/mgmt/storage/v2021_02_01/aio/operations/_patch.py +0 -20
  518. azure/mgmt/storage/v2021_02_01/aio/operations/_private_endpoint_connections_operations.py +0 -432
  519. azure/mgmt/storage/v2021_02_01/aio/operations/_private_link_resources_operations.py +0 -117
  520. azure/mgmt/storage/v2021_02_01/aio/operations/_queue_operations.py +0 -608
  521. azure/mgmt/storage/v2021_02_01/aio/operations/_queue_services_operations.py +0 -341
  522. azure/mgmt/storage/v2021_02_01/aio/operations/_skus_operations.py +0 -136
  523. azure/mgmt/storage/v2021_02_01/aio/operations/_storage_accounts_operations.py +0 -1687
  524. azure/mgmt/storage/v2021_02_01/aio/operations/_table_operations.py +0 -405
  525. azure/mgmt/storage/v2021_02_01/aio/operations/_table_services_operations.py +0 -341
  526. azure/mgmt/storage/v2021_02_01/aio/operations/_usages_operations.py +0 -139
  527. azure/mgmt/storage/v2021_02_01/models/__init__.py +0 -389
  528. azure/mgmt/storage/v2021_02_01/models/_models_py3.py +0 -6606
  529. azure/mgmt/storage/v2021_02_01/models/_patch.py +0 -20
  530. azure/mgmt/storage/v2021_02_01/models/_storage_management_client_enums.py +0 -489
  531. azure/mgmt/storage/v2021_02_01/operations/__init__.py +0 -55
  532. azure/mgmt/storage/v2021_02_01/operations/_blob_containers_operations.py +0 -2246
  533. azure/mgmt/storage/v2021_02_01/operations/_blob_inventory_policies_operations.py +0 -590
  534. azure/mgmt/storage/v2021_02_01/operations/_blob_services_operations.py +0 -483
  535. azure/mgmt/storage/v2021_02_01/operations/_deleted_accounts_operations.py +0 -250
  536. azure/mgmt/storage/v2021_02_01/operations/_encryption_scopes_operations.py +0 -689
  537. azure/mgmt/storage/v2021_02_01/operations/_file_services_operations.py +0 -450
  538. azure/mgmt/storage/v2021_02_01/operations/_file_shares_operations.py +0 -1056
  539. azure/mgmt/storage/v2021_02_01/operations/_management_policies_operations.py +0 -459
  540. azure/mgmt/storage/v2021_02_01/operations/_object_replication_policies_operations.py +0 -575
  541. azure/mgmt/storage/v2021_02_01/operations/_operations.py +0 -156
  542. azure/mgmt/storage/v2021_02_01/operations/_patch.py +0 -20
  543. azure/mgmt/storage/v2021_02_01/operations/_private_endpoint_connections_operations.py +0 -583
  544. azure/mgmt/storage/v2021_02_01/operations/_private_link_resources_operations.py +0 -153
  545. azure/mgmt/storage/v2021_02_01/operations/_queue_operations.py +0 -814
  546. azure/mgmt/storage/v2021_02_01/operations/_queue_services_operations.py +0 -450
  547. azure/mgmt/storage/v2021_02_01/operations/_skus_operations.py +0 -162
  548. azure/mgmt/storage/v2021_02_01/operations/_storage_accounts_operations.py +0 -2124
  549. azure/mgmt/storage/v2021_02_01/operations/_table_operations.py +0 -572
  550. azure/mgmt/storage/v2021_02_01/operations/_table_services_operations.py +0 -450
  551. azure/mgmt/storage/v2021_02_01/operations/_usages_operations.py +0 -169
  552. azure/mgmt/storage/v2021_04_01/__init__.py +0 -26
  553. azure/mgmt/storage/v2021_04_01/_configuration.py +0 -65
  554. azure/mgmt/storage/v2021_04_01/_patch.py +0 -32
  555. azure/mgmt/storage/v2021_04_01/_storage_management_client.py +0 -219
  556. azure/mgmt/storage/v2021_04_01/_vendor.py +0 -16
  557. azure/mgmt/storage/v2021_04_01/_version.py +0 -9
  558. azure/mgmt/storage/v2021_04_01/aio/__init__.py +0 -23
  559. azure/mgmt/storage/v2021_04_01/aio/_configuration.py +0 -65
  560. azure/mgmt/storage/v2021_04_01/aio/_patch.py +0 -32
  561. azure/mgmt/storage/v2021_04_01/aio/_storage_management_client.py +0 -224
  562. azure/mgmt/storage/v2021_04_01/aio/operations/__init__.py +0 -55
  563. azure/mgmt/storage/v2021_04_01/aio/operations/_blob_containers_operations.py +0 -1860
  564. azure/mgmt/storage/v2021_04_01/aio/operations/_blob_inventory_policies_operations.py +0 -445
  565. azure/mgmt/storage/v2021_04_01/aio/operations/_blob_services_operations.py +0 -375
  566. azure/mgmt/storage/v2021_04_01/aio/operations/_deleted_accounts_operations.py +0 -194
  567. azure/mgmt/storage/v2021_04_01/aio/operations/_encryption_scopes_operations.py +0 -550
  568. azure/mgmt/storage/v2021_04_01/aio/operations/_file_services_operations.py +0 -344
  569. azure/mgmt/storage/v2021_04_01/aio/operations/_file_shares_operations.py +0 -1010
  570. azure/mgmt/storage/v2021_04_01/aio/operations/_management_policies_operations.py +0 -349
  571. azure/mgmt/storage/v2021_04_01/aio/operations/_object_replication_policies_operations.py +0 -446
  572. azure/mgmt/storage/v2021_04_01/aio/operations/_operations.py +0 -135
  573. azure/mgmt/storage/v2021_04_01/aio/operations/_patch.py +0 -20
  574. azure/mgmt/storage/v2021_04_01/aio/operations/_private_endpoint_connections_operations.py +0 -432
  575. azure/mgmt/storage/v2021_04_01/aio/operations/_private_link_resources_operations.py +0 -117
  576. azure/mgmt/storage/v2021_04_01/aio/operations/_queue_operations.py +0 -613
  577. azure/mgmt/storage/v2021_04_01/aio/operations/_queue_services_operations.py +0 -344
  578. azure/mgmt/storage/v2021_04_01/aio/operations/_skus_operations.py +0 -136
  579. azure/mgmt/storage/v2021_04_01/aio/operations/_storage_accounts_operations.py +0 -1687
  580. azure/mgmt/storage/v2021_04_01/aio/operations/_table_operations.py +0 -410
  581. azure/mgmt/storage/v2021_04_01/aio/operations/_table_services_operations.py +0 -344
  582. azure/mgmt/storage/v2021_04_01/aio/operations/_usages_operations.py +0 -139
  583. azure/mgmt/storage/v2021_04_01/models/__init__.py +0 -411
  584. azure/mgmt/storage/v2021_04_01/models/_models_py3.py +0 -7083
  585. azure/mgmt/storage/v2021_04_01/models/_patch.py +0 -20
  586. azure/mgmt/storage/v2021_04_01/models/_storage_management_client_enums.py +0 -528
  587. azure/mgmt/storage/v2021_04_01/operations/__init__.py +0 -55
  588. azure/mgmt/storage/v2021_04_01/operations/_blob_containers_operations.py +0 -2392
  589. azure/mgmt/storage/v2021_04_01/operations/_blob_inventory_policies_operations.py +0 -590
  590. azure/mgmt/storage/v2021_04_01/operations/_blob_services_operations.py +0 -483
  591. azure/mgmt/storage/v2021_04_01/operations/_deleted_accounts_operations.py +0 -250
  592. azure/mgmt/storage/v2021_04_01/operations/_encryption_scopes_operations.py +0 -689
  593. azure/mgmt/storage/v2021_04_01/operations/_file_services_operations.py +0 -453
  594. azure/mgmt/storage/v2021_04_01/operations/_file_shares_operations.py +0 -1303
  595. azure/mgmt/storage/v2021_04_01/operations/_management_policies_operations.py +0 -459
  596. azure/mgmt/storage/v2021_04_01/operations/_object_replication_policies_operations.py +0 -585
  597. azure/mgmt/storage/v2021_04_01/operations/_operations.py +0 -156
  598. azure/mgmt/storage/v2021_04_01/operations/_patch.py +0 -20
  599. azure/mgmt/storage/v2021_04_01/operations/_private_endpoint_connections_operations.py +0 -583
  600. azure/mgmt/storage/v2021_04_01/operations/_private_link_resources_operations.py +0 -153
  601. azure/mgmt/storage/v2021_04_01/operations/_queue_operations.py +0 -819
  602. azure/mgmt/storage/v2021_04_01/operations/_queue_services_operations.py +0 -453
  603. azure/mgmt/storage/v2021_04_01/operations/_skus_operations.py +0 -162
  604. azure/mgmt/storage/v2021_04_01/operations/_storage_accounts_operations.py +0 -2124
  605. azure/mgmt/storage/v2021_04_01/operations/_table_operations.py +0 -577
  606. azure/mgmt/storage/v2021_04_01/operations/_table_services_operations.py +0 -453
  607. azure/mgmt/storage/v2021_04_01/operations/_usages_operations.py +0 -169
  608. azure/mgmt/storage/v2021_06_01/__init__.py +0 -26
  609. azure/mgmt/storage/v2021_06_01/_configuration.py +0 -65
  610. azure/mgmt/storage/v2021_06_01/_patch.py +0 -32
  611. azure/mgmt/storage/v2021_06_01/_storage_management_client.py +0 -219
  612. azure/mgmt/storage/v2021_06_01/_vendor.py +0 -16
  613. azure/mgmt/storage/v2021_06_01/_version.py +0 -9
  614. azure/mgmt/storage/v2021_06_01/aio/__init__.py +0 -23
  615. azure/mgmt/storage/v2021_06_01/aio/_configuration.py +0 -65
  616. azure/mgmt/storage/v2021_06_01/aio/_patch.py +0 -32
  617. azure/mgmt/storage/v2021_06_01/aio/_storage_management_client.py +0 -224
  618. azure/mgmt/storage/v2021_06_01/aio/operations/__init__.py +0 -55
  619. azure/mgmt/storage/v2021_06_01/aio/operations/_blob_containers_operations.py +0 -1838
  620. azure/mgmt/storage/v2021_06_01/aio/operations/_blob_inventory_policies_operations.py +0 -445
  621. azure/mgmt/storage/v2021_06_01/aio/operations/_blob_services_operations.py +0 -362
  622. azure/mgmt/storage/v2021_06_01/aio/operations/_deleted_accounts_operations.py +0 -194
  623. azure/mgmt/storage/v2021_06_01/aio/operations/_encryption_scopes_operations.py +0 -550
  624. azure/mgmt/storage/v2021_06_01/aio/operations/_file_services_operations.py +0 -331
  625. azure/mgmt/storage/v2021_06_01/aio/operations/_file_shares_operations.py +0 -1010
  626. azure/mgmt/storage/v2021_06_01/aio/operations/_management_policies_operations.py +0 -349
  627. azure/mgmt/storage/v2021_06_01/aio/operations/_object_replication_policies_operations.py +0 -446
  628. azure/mgmt/storage/v2021_06_01/aio/operations/_operations.py +0 -135
  629. azure/mgmt/storage/v2021_06_01/aio/operations/_patch.py +0 -20
  630. azure/mgmt/storage/v2021_06_01/aio/operations/_private_endpoint_connections_operations.py +0 -432
  631. azure/mgmt/storage/v2021_06_01/aio/operations/_private_link_resources_operations.py +0 -117
  632. azure/mgmt/storage/v2021_06_01/aio/operations/_queue_operations.py +0 -613
  633. azure/mgmt/storage/v2021_06_01/aio/operations/_queue_services_operations.py +0 -331
  634. azure/mgmt/storage/v2021_06_01/aio/operations/_skus_operations.py +0 -136
  635. azure/mgmt/storage/v2021_06_01/aio/operations/_storage_accounts_operations.py +0 -1898
  636. azure/mgmt/storage/v2021_06_01/aio/operations/_table_operations.py +0 -410
  637. azure/mgmt/storage/v2021_06_01/aio/operations/_table_services_operations.py +0 -331
  638. azure/mgmt/storage/v2021_06_01/aio/operations/_usages_operations.py +0 -139
  639. azure/mgmt/storage/v2021_06_01/models/__init__.py +0 -419
  640. azure/mgmt/storage/v2021_06_01/models/_models_py3.py +0 -7467
  641. azure/mgmt/storage/v2021_06_01/models/_patch.py +0 -20
  642. azure/mgmt/storage/v2021_06_01/models/_storage_management_client_enums.py +0 -544
  643. azure/mgmt/storage/v2021_06_01/operations/__init__.py +0 -55
  644. azure/mgmt/storage/v2021_06_01/operations/_blob_containers_operations.py +0 -2370
  645. azure/mgmt/storage/v2021_06_01/operations/_blob_inventory_policies_operations.py +0 -590
  646. azure/mgmt/storage/v2021_06_01/operations/_blob_services_operations.py +0 -464
  647. azure/mgmt/storage/v2021_06_01/operations/_deleted_accounts_operations.py +0 -250
  648. azure/mgmt/storage/v2021_06_01/operations/_encryption_scopes_operations.py +0 -689
  649. azure/mgmt/storage/v2021_06_01/operations/_file_services_operations.py +0 -434
  650. azure/mgmt/storage/v2021_06_01/operations/_file_shares_operations.py +0 -1303
  651. azure/mgmt/storage/v2021_06_01/operations/_management_policies_operations.py +0 -459
  652. azure/mgmt/storage/v2021_06_01/operations/_object_replication_policies_operations.py +0 -585
  653. azure/mgmt/storage/v2021_06_01/operations/_operations.py +0 -156
  654. azure/mgmt/storage/v2021_06_01/operations/_patch.py +0 -20
  655. azure/mgmt/storage/v2021_06_01/operations/_private_endpoint_connections_operations.py +0 -583
  656. azure/mgmt/storage/v2021_06_01/operations/_private_link_resources_operations.py +0 -153
  657. azure/mgmt/storage/v2021_06_01/operations/_queue_operations.py +0 -819
  658. azure/mgmt/storage/v2021_06_01/operations/_queue_services_operations.py +0 -434
  659. azure/mgmt/storage/v2021_06_01/operations/_skus_operations.py +0 -162
  660. azure/mgmt/storage/v2021_06_01/operations/_storage_accounts_operations.py +0 -2400
  661. azure/mgmt/storage/v2021_06_01/operations/_table_operations.py +0 -577
  662. azure/mgmt/storage/v2021_06_01/operations/_table_services_operations.py +0 -434
  663. azure/mgmt/storage/v2021_06_01/operations/_usages_operations.py +0 -169
  664. azure/mgmt/storage/v2021_08_01/__init__.py +0 -26
  665. azure/mgmt/storage/v2021_08_01/_configuration.py +0 -65
  666. azure/mgmt/storage/v2021_08_01/_patch.py +0 -32
  667. azure/mgmt/storage/v2021_08_01/_storage_management_client.py +0 -225
  668. azure/mgmt/storage/v2021_08_01/_vendor.py +0 -16
  669. azure/mgmt/storage/v2021_08_01/_version.py +0 -9
  670. azure/mgmt/storage/v2021_08_01/aio/__init__.py +0 -23
  671. azure/mgmt/storage/v2021_08_01/aio/_configuration.py +0 -65
  672. azure/mgmt/storage/v2021_08_01/aio/_patch.py +0 -32
  673. azure/mgmt/storage/v2021_08_01/aio/_storage_management_client.py +0 -230
  674. azure/mgmt/storage/v2021_08_01/aio/operations/__init__.py +0 -57
  675. azure/mgmt/storage/v2021_08_01/aio/operations/_blob_containers_operations.py +0 -1838
  676. azure/mgmt/storage/v2021_08_01/aio/operations/_blob_inventory_policies_operations.py +0 -445
  677. azure/mgmt/storage/v2021_08_01/aio/operations/_blob_services_operations.py +0 -362
  678. azure/mgmt/storage/v2021_08_01/aio/operations/_deleted_accounts_operations.py +0 -194
  679. azure/mgmt/storage/v2021_08_01/aio/operations/_encryption_scopes_operations.py +0 -550
  680. azure/mgmt/storage/v2021_08_01/aio/operations/_file_services_operations.py +0 -328
  681. azure/mgmt/storage/v2021_08_01/aio/operations/_file_shares_operations.py +0 -1003
  682. azure/mgmt/storage/v2021_08_01/aio/operations/_local_users_operations.py +0 -560
  683. azure/mgmt/storage/v2021_08_01/aio/operations/_management_policies_operations.py +0 -349
  684. azure/mgmt/storage/v2021_08_01/aio/operations/_object_replication_policies_operations.py +0 -446
  685. azure/mgmt/storage/v2021_08_01/aio/operations/_operations.py +0 -135
  686. azure/mgmt/storage/v2021_08_01/aio/operations/_patch.py +0 -20
  687. azure/mgmt/storage/v2021_08_01/aio/operations/_private_endpoint_connections_operations.py +0 -432
  688. azure/mgmt/storage/v2021_08_01/aio/operations/_private_link_resources_operations.py +0 -117
  689. azure/mgmt/storage/v2021_08_01/aio/operations/_queue_operations.py +0 -608
  690. azure/mgmt/storage/v2021_08_01/aio/operations/_queue_services_operations.py +0 -328
  691. azure/mgmt/storage/v2021_08_01/aio/operations/_skus_operations.py +0 -136
  692. azure/mgmt/storage/v2021_08_01/aio/operations/_storage_accounts_operations.py +0 -1898
  693. azure/mgmt/storage/v2021_08_01/aio/operations/_table_operations.py +0 -405
  694. azure/mgmt/storage/v2021_08_01/aio/operations/_table_services_operations.py +0 -328
  695. azure/mgmt/storage/v2021_08_01/aio/operations/_usages_operations.py +0 -139
  696. azure/mgmt/storage/v2021_08_01/models/__init__.py +0 -431
  697. azure/mgmt/storage/v2021_08_01/models/_models_py3.py +0 -7738
  698. azure/mgmt/storage/v2021_08_01/models/_patch.py +0 -20
  699. azure/mgmt/storage/v2021_08_01/models/_storage_management_client_enums.py +0 -560
  700. azure/mgmt/storage/v2021_08_01/operations/__init__.py +0 -57
  701. azure/mgmt/storage/v2021_08_01/operations/_blob_containers_operations.py +0 -2370
  702. azure/mgmt/storage/v2021_08_01/operations/_blob_inventory_policies_operations.py +0 -590
  703. azure/mgmt/storage/v2021_08_01/operations/_blob_services_operations.py +0 -464
  704. azure/mgmt/storage/v2021_08_01/operations/_deleted_accounts_operations.py +0 -250
  705. azure/mgmt/storage/v2021_08_01/operations/_encryption_scopes_operations.py +0 -689
  706. azure/mgmt/storage/v2021_08_01/operations/_file_services_operations.py +0 -431
  707. azure/mgmt/storage/v2021_08_01/operations/_file_shares_operations.py +0 -1296
  708. azure/mgmt/storage/v2021_08_01/operations/_local_users_operations.py +0 -758
  709. azure/mgmt/storage/v2021_08_01/operations/_management_policies_operations.py +0 -459
  710. azure/mgmt/storage/v2021_08_01/operations/_object_replication_policies_operations.py +0 -585
  711. azure/mgmt/storage/v2021_08_01/operations/_operations.py +0 -156
  712. azure/mgmt/storage/v2021_08_01/operations/_patch.py +0 -20
  713. azure/mgmt/storage/v2021_08_01/operations/_private_endpoint_connections_operations.py +0 -583
  714. azure/mgmt/storage/v2021_08_01/operations/_private_link_resources_operations.py +0 -153
  715. azure/mgmt/storage/v2021_08_01/operations/_queue_operations.py +0 -814
  716. azure/mgmt/storage/v2021_08_01/operations/_queue_services_operations.py +0 -431
  717. azure/mgmt/storage/v2021_08_01/operations/_skus_operations.py +0 -162
  718. azure/mgmt/storage/v2021_08_01/operations/_storage_accounts_operations.py +0 -2400
  719. azure/mgmt/storage/v2021_08_01/operations/_table_operations.py +0 -572
  720. azure/mgmt/storage/v2021_08_01/operations/_table_services_operations.py +0 -431
  721. azure/mgmt/storage/v2021_08_01/operations/_usages_operations.py +0 -169
  722. azure/mgmt/storage/v2021_09_01/__init__.py +0 -26
  723. azure/mgmt/storage/v2021_09_01/_configuration.py +0 -65
  724. azure/mgmt/storage/v2021_09_01/_patch.py +0 -32
  725. azure/mgmt/storage/v2021_09_01/_storage_management_client.py +0 -225
  726. azure/mgmt/storage/v2021_09_01/_vendor.py +0 -16
  727. azure/mgmt/storage/v2021_09_01/_version.py +0 -9
  728. azure/mgmt/storage/v2021_09_01/aio/__init__.py +0 -23
  729. azure/mgmt/storage/v2021_09_01/aio/_configuration.py +0 -65
  730. azure/mgmt/storage/v2021_09_01/aio/_patch.py +0 -32
  731. azure/mgmt/storage/v2021_09_01/aio/_storage_management_client.py +0 -230
  732. azure/mgmt/storage/v2021_09_01/aio/operations/__init__.py +0 -57
  733. azure/mgmt/storage/v2021_09_01/aio/operations/_blob_containers_operations.py +0 -1838
  734. azure/mgmt/storage/v2021_09_01/aio/operations/_blob_inventory_policies_operations.py +0 -442
  735. azure/mgmt/storage/v2021_09_01/aio/operations/_blob_services_operations.py +0 -362
  736. azure/mgmt/storage/v2021_09_01/aio/operations/_deleted_accounts_operations.py +0 -194
  737. azure/mgmt/storage/v2021_09_01/aio/operations/_encryption_scopes_operations.py +0 -550
  738. azure/mgmt/storage/v2021_09_01/aio/operations/_file_services_operations.py +0 -328
  739. azure/mgmt/storage/v2021_09_01/aio/operations/_file_shares_operations.py +0 -1003
  740. azure/mgmt/storage/v2021_09_01/aio/operations/_local_users_operations.py +0 -560
  741. azure/mgmt/storage/v2021_09_01/aio/operations/_management_policies_operations.py +0 -349
  742. azure/mgmt/storage/v2021_09_01/aio/operations/_object_replication_policies_operations.py +0 -446
  743. azure/mgmt/storage/v2021_09_01/aio/operations/_operations.py +0 -135
  744. azure/mgmt/storage/v2021_09_01/aio/operations/_patch.py +0 -20
  745. azure/mgmt/storage/v2021_09_01/aio/operations/_private_endpoint_connections_operations.py +0 -432
  746. azure/mgmt/storage/v2021_09_01/aio/operations/_private_link_resources_operations.py +0 -117
  747. azure/mgmt/storage/v2021_09_01/aio/operations/_queue_operations.py +0 -608
  748. azure/mgmt/storage/v2021_09_01/aio/operations/_queue_services_operations.py +0 -328
  749. azure/mgmt/storage/v2021_09_01/aio/operations/_skus_operations.py +0 -136
  750. azure/mgmt/storage/v2021_09_01/aio/operations/_storage_accounts_operations.py +0 -1898
  751. azure/mgmt/storage/v2021_09_01/aio/operations/_table_operations.py +0 -588
  752. azure/mgmt/storage/v2021_09_01/aio/operations/_table_services_operations.py +0 -328
  753. azure/mgmt/storage/v2021_09_01/aio/operations/_usages_operations.py +0 -139
  754. azure/mgmt/storage/v2021_09_01/models/__init__.py +0 -441
  755. azure/mgmt/storage/v2021_09_01/models/_models_py3.py +0 -8069
  756. azure/mgmt/storage/v2021_09_01/models/_patch.py +0 -20
  757. azure/mgmt/storage/v2021_09_01/models/_storage_management_client_enums.py +0 -583
  758. azure/mgmt/storage/v2021_09_01/operations/__init__.py +0 -57
  759. azure/mgmt/storage/v2021_09_01/operations/_blob_containers_operations.py +0 -2370
  760. azure/mgmt/storage/v2021_09_01/operations/_blob_inventory_policies_operations.py +0 -587
  761. azure/mgmt/storage/v2021_09_01/operations/_blob_services_operations.py +0 -464
  762. azure/mgmt/storage/v2021_09_01/operations/_deleted_accounts_operations.py +0 -250
  763. azure/mgmt/storage/v2021_09_01/operations/_encryption_scopes_operations.py +0 -689
  764. azure/mgmt/storage/v2021_09_01/operations/_file_services_operations.py +0 -431
  765. azure/mgmt/storage/v2021_09_01/operations/_file_shares_operations.py +0 -1296
  766. azure/mgmt/storage/v2021_09_01/operations/_local_users_operations.py +0 -758
  767. azure/mgmt/storage/v2021_09_01/operations/_management_policies_operations.py +0 -459
  768. azure/mgmt/storage/v2021_09_01/operations/_object_replication_policies_operations.py +0 -585
  769. azure/mgmt/storage/v2021_09_01/operations/_operations.py +0 -156
  770. azure/mgmt/storage/v2021_09_01/operations/_patch.py +0 -20
  771. azure/mgmt/storage/v2021_09_01/operations/_private_endpoint_connections_operations.py +0 -583
  772. azure/mgmt/storage/v2021_09_01/operations/_private_link_resources_operations.py +0 -153
  773. azure/mgmt/storage/v2021_09_01/operations/_queue_operations.py +0 -814
  774. azure/mgmt/storage/v2021_09_01/operations/_queue_services_operations.py +0 -431
  775. azure/mgmt/storage/v2021_09_01/operations/_skus_operations.py +0 -162
  776. azure/mgmt/storage/v2021_09_01/operations/_storage_accounts_operations.py +0 -2400
  777. azure/mgmt/storage/v2021_09_01/operations/_table_operations.py +0 -765
  778. azure/mgmt/storage/v2021_09_01/operations/_table_services_operations.py +0 -431
  779. azure/mgmt/storage/v2021_09_01/operations/_usages_operations.py +0 -169
  780. azure/mgmt/storage/v2022_05_01/__init__.py +0 -26
  781. azure/mgmt/storage/v2022_05_01/_configuration.py +0 -65
  782. azure/mgmt/storage/v2022_05_01/_patch.py +0 -20
  783. azure/mgmt/storage/v2022_05_01/_storage_management_client.py +0 -225
  784. azure/mgmt/storage/v2022_05_01/_vendor.py +0 -16
  785. azure/mgmt/storage/v2022_05_01/_version.py +0 -9
  786. azure/mgmt/storage/v2022_05_01/aio/__init__.py +0 -23
  787. azure/mgmt/storage/v2022_05_01/aio/_configuration.py +0 -65
  788. azure/mgmt/storage/v2022_05_01/aio/_patch.py +0 -20
  789. azure/mgmt/storage/v2022_05_01/aio/_storage_management_client.py +0 -230
  790. azure/mgmt/storage/v2022_05_01/aio/operations/__init__.py +0 -57
  791. azure/mgmt/storage/v2022_05_01/aio/operations/_blob_containers_operations.py +0 -1838
  792. azure/mgmt/storage/v2022_05_01/aio/operations/_blob_inventory_policies_operations.py +0 -442
  793. azure/mgmt/storage/v2022_05_01/aio/operations/_blob_services_operations.py +0 -362
  794. azure/mgmt/storage/v2022_05_01/aio/operations/_deleted_accounts_operations.py +0 -194
  795. azure/mgmt/storage/v2022_05_01/aio/operations/_encryption_scopes_operations.py +0 -550
  796. azure/mgmt/storage/v2022_05_01/aio/operations/_file_services_operations.py +0 -328
  797. azure/mgmt/storage/v2022_05_01/aio/operations/_file_shares_operations.py +0 -1003
  798. azure/mgmt/storage/v2022_05_01/aio/operations/_local_users_operations.py +0 -560
  799. azure/mgmt/storage/v2022_05_01/aio/operations/_management_policies_operations.py +0 -349
  800. azure/mgmt/storage/v2022_05_01/aio/operations/_object_replication_policies_operations.py +0 -446
  801. azure/mgmt/storage/v2022_05_01/aio/operations/_operations.py +0 -135
  802. azure/mgmt/storage/v2022_05_01/aio/operations/_patch.py +0 -20
  803. azure/mgmt/storage/v2022_05_01/aio/operations/_private_endpoint_connections_operations.py +0 -432
  804. azure/mgmt/storage/v2022_05_01/aio/operations/_private_link_resources_operations.py +0 -117
  805. azure/mgmt/storage/v2022_05_01/aio/operations/_queue_operations.py +0 -608
  806. azure/mgmt/storage/v2022_05_01/aio/operations/_queue_services_operations.py +0 -328
  807. azure/mgmt/storage/v2022_05_01/aio/operations/_skus_operations.py +0 -136
  808. azure/mgmt/storage/v2022_05_01/aio/operations/_storage_accounts_operations.py +0 -1898
  809. azure/mgmt/storage/v2022_05_01/aio/operations/_table_operations.py +0 -588
  810. azure/mgmt/storage/v2022_05_01/aio/operations/_table_services_operations.py +0 -328
  811. azure/mgmt/storage/v2022_05_01/aio/operations/_usages_operations.py +0 -139
  812. azure/mgmt/storage/v2022_05_01/models/__init__.py +0 -441
  813. azure/mgmt/storage/v2022_05_01/models/_models_py3.py +0 -8057
  814. azure/mgmt/storage/v2022_05_01/models/_patch.py +0 -20
  815. azure/mgmt/storage/v2022_05_01/models/_storage_management_client_enums.py +0 -584
  816. azure/mgmt/storage/v2022_05_01/operations/__init__.py +0 -57
  817. azure/mgmt/storage/v2022_05_01/operations/_blob_containers_operations.py +0 -2370
  818. azure/mgmt/storage/v2022_05_01/operations/_blob_inventory_policies_operations.py +0 -587
  819. azure/mgmt/storage/v2022_05_01/operations/_blob_services_operations.py +0 -464
  820. azure/mgmt/storage/v2022_05_01/operations/_deleted_accounts_operations.py +0 -250
  821. azure/mgmt/storage/v2022_05_01/operations/_encryption_scopes_operations.py +0 -689
  822. azure/mgmt/storage/v2022_05_01/operations/_file_services_operations.py +0 -431
  823. azure/mgmt/storage/v2022_05_01/operations/_file_shares_operations.py +0 -1296
  824. azure/mgmt/storage/v2022_05_01/operations/_local_users_operations.py +0 -758
  825. azure/mgmt/storage/v2022_05_01/operations/_management_policies_operations.py +0 -459
  826. azure/mgmt/storage/v2022_05_01/operations/_object_replication_policies_operations.py +0 -585
  827. azure/mgmt/storage/v2022_05_01/operations/_operations.py +0 -156
  828. azure/mgmt/storage/v2022_05_01/operations/_patch.py +0 -20
  829. azure/mgmt/storage/v2022_05_01/operations/_private_endpoint_connections_operations.py +0 -583
  830. azure/mgmt/storage/v2022_05_01/operations/_private_link_resources_operations.py +0 -153
  831. azure/mgmt/storage/v2022_05_01/operations/_queue_operations.py +0 -814
  832. azure/mgmt/storage/v2022_05_01/operations/_queue_services_operations.py +0 -431
  833. azure/mgmt/storage/v2022_05_01/operations/_skus_operations.py +0 -162
  834. azure/mgmt/storage/v2022_05_01/operations/_storage_accounts_operations.py +0 -2400
  835. azure/mgmt/storage/v2022_05_01/operations/_table_operations.py +0 -765
  836. azure/mgmt/storage/v2022_05_01/operations/_table_services_operations.py +0 -431
  837. azure/mgmt/storage/v2022_05_01/operations/_usages_operations.py +0 -169
  838. azure/mgmt/storage/v2022_09_01/__init__.py +0 -26
  839. azure/mgmt/storage/v2022_09_01/_configuration.py +0 -65
  840. azure/mgmt/storage/v2022_09_01/_patch.py +0 -20
  841. azure/mgmt/storage/v2022_09_01/_storage_management_client.py +0 -225
  842. azure/mgmt/storage/v2022_09_01/_vendor.py +0 -16
  843. azure/mgmt/storage/v2022_09_01/_version.py +0 -9
  844. azure/mgmt/storage/v2022_09_01/aio/__init__.py +0 -23
  845. azure/mgmt/storage/v2022_09_01/aio/_configuration.py +0 -65
  846. azure/mgmt/storage/v2022_09_01/aio/_patch.py +0 -20
  847. azure/mgmt/storage/v2022_09_01/aio/_storage_management_client.py +0 -230
  848. azure/mgmt/storage/v2022_09_01/aio/operations/__init__.py +0 -57
  849. azure/mgmt/storage/v2022_09_01/aio/operations/_blob_containers_operations.py +0 -1838
  850. azure/mgmt/storage/v2022_09_01/aio/operations/_blob_inventory_policies_operations.py +0 -442
  851. azure/mgmt/storage/v2022_09_01/aio/operations/_blob_services_operations.py +0 -362
  852. azure/mgmt/storage/v2022_09_01/aio/operations/_deleted_accounts_operations.py +0 -194
  853. azure/mgmt/storage/v2022_09_01/aio/operations/_encryption_scopes_operations.py +0 -568
  854. azure/mgmt/storage/v2022_09_01/aio/operations/_file_services_operations.py +0 -328
  855. azure/mgmt/storage/v2022_09_01/aio/operations/_file_shares_operations.py +0 -1003
  856. azure/mgmt/storage/v2022_09_01/aio/operations/_local_users_operations.py +0 -560
  857. azure/mgmt/storage/v2022_09_01/aio/operations/_management_policies_operations.py +0 -349
  858. azure/mgmt/storage/v2022_09_01/aio/operations/_object_replication_policies_operations.py +0 -446
  859. azure/mgmt/storage/v2022_09_01/aio/operations/_operations.py +0 -135
  860. azure/mgmt/storage/v2022_09_01/aio/operations/_patch.py +0 -20
  861. azure/mgmt/storage/v2022_09_01/aio/operations/_private_endpoint_connections_operations.py +0 -432
  862. azure/mgmt/storage/v2022_09_01/aio/operations/_private_link_resources_operations.py +0 -117
  863. azure/mgmt/storage/v2022_09_01/aio/operations/_queue_operations.py +0 -608
  864. azure/mgmt/storage/v2022_09_01/aio/operations/_queue_services_operations.py +0 -328
  865. azure/mgmt/storage/v2022_09_01/aio/operations/_skus_operations.py +0 -136
  866. azure/mgmt/storage/v2022_09_01/aio/operations/_storage_accounts_operations.py +0 -1913
  867. azure/mgmt/storage/v2022_09_01/aio/operations/_table_operations.py +0 -588
  868. azure/mgmt/storage/v2022_09_01/aio/operations/_table_services_operations.py +0 -328
  869. azure/mgmt/storage/v2022_09_01/aio/operations/_usages_operations.py +0 -139
  870. azure/mgmt/storage/v2022_09_01/models/__init__.py +0 -443
  871. azure/mgmt/storage/v2022_09_01/models/_models_py3.py +0 -8093
  872. azure/mgmt/storage/v2022_09_01/models/_patch.py +0 -20
  873. azure/mgmt/storage/v2022_09_01/models/_storage_management_client_enums.py +0 -592
  874. azure/mgmt/storage/v2022_09_01/operations/__init__.py +0 -57
  875. azure/mgmt/storage/v2022_09_01/operations/_blob_containers_operations.py +0 -2370
  876. azure/mgmt/storage/v2022_09_01/operations/_blob_inventory_policies_operations.py +0 -587
  877. azure/mgmt/storage/v2022_09_01/operations/_blob_services_operations.py +0 -464
  878. azure/mgmt/storage/v2022_09_01/operations/_deleted_accounts_operations.py +0 -250
  879. azure/mgmt/storage/v2022_09_01/operations/_encryption_scopes_operations.py +0 -724
  880. azure/mgmt/storage/v2022_09_01/operations/_file_services_operations.py +0 -431
  881. azure/mgmt/storage/v2022_09_01/operations/_file_shares_operations.py +0 -1296
  882. azure/mgmt/storage/v2022_09_01/operations/_local_users_operations.py +0 -758
  883. azure/mgmt/storage/v2022_09_01/operations/_management_policies_operations.py +0 -459
  884. azure/mgmt/storage/v2022_09_01/operations/_object_replication_policies_operations.py +0 -585
  885. azure/mgmt/storage/v2022_09_01/operations/_operations.py +0 -156
  886. azure/mgmt/storage/v2022_09_01/operations/_patch.py +0 -20
  887. azure/mgmt/storage/v2022_09_01/operations/_private_endpoint_connections_operations.py +0 -583
  888. azure/mgmt/storage/v2022_09_01/operations/_private_link_resources_operations.py +0 -153
  889. azure/mgmt/storage/v2022_09_01/operations/_queue_operations.py +0 -814
  890. azure/mgmt/storage/v2022_09_01/operations/_queue_services_operations.py +0 -431
  891. azure/mgmt/storage/v2022_09_01/operations/_skus_operations.py +0 -162
  892. azure/mgmt/storage/v2022_09_01/operations/_storage_accounts_operations.py +0 -2422
  893. azure/mgmt/storage/v2022_09_01/operations/_table_operations.py +0 -765
  894. azure/mgmt/storage/v2022_09_01/operations/_table_services_operations.py +0 -431
  895. azure/mgmt/storage/v2022_09_01/operations/_usages_operations.py +0 -169
  896. azure/mgmt/storage/v2023_01_01/__init__.py +0 -26
  897. azure/mgmt/storage/v2023_01_01/_configuration.py +0 -65
  898. azure/mgmt/storage/v2023_01_01/_patch.py +0 -20
  899. azure/mgmt/storage/v2023_01_01/_storage_management_client.py +0 -225
  900. azure/mgmt/storage/v2023_01_01/_vendor.py +0 -16
  901. azure/mgmt/storage/v2023_01_01/_version.py +0 -9
  902. azure/mgmt/storage/v2023_01_01/aio/__init__.py +0 -23
  903. azure/mgmt/storage/v2023_01_01/aio/_configuration.py +0 -65
  904. azure/mgmt/storage/v2023_01_01/aio/_patch.py +0 -20
  905. azure/mgmt/storage/v2023_01_01/aio/_storage_management_client.py +0 -230
  906. azure/mgmt/storage/v2023_01_01/aio/operations/__init__.py +0 -57
  907. azure/mgmt/storage/v2023_01_01/aio/operations/_blob_containers_operations.py +0 -1838
  908. azure/mgmt/storage/v2023_01_01/aio/operations/_blob_inventory_policies_operations.py +0 -442
  909. azure/mgmt/storage/v2023_01_01/aio/operations/_blob_services_operations.py +0 -362
  910. azure/mgmt/storage/v2023_01_01/aio/operations/_deleted_accounts_operations.py +0 -194
  911. azure/mgmt/storage/v2023_01_01/aio/operations/_encryption_scopes_operations.py +0 -568
  912. azure/mgmt/storage/v2023_01_01/aio/operations/_file_services_operations.py +0 -328
  913. azure/mgmt/storage/v2023_01_01/aio/operations/_file_shares_operations.py +0 -1003
  914. azure/mgmt/storage/v2023_01_01/aio/operations/_local_users_operations.py +0 -560
  915. azure/mgmt/storage/v2023_01_01/aio/operations/_management_policies_operations.py +0 -349
  916. azure/mgmt/storage/v2023_01_01/aio/operations/_object_replication_policies_operations.py +0 -446
  917. azure/mgmt/storage/v2023_01_01/aio/operations/_operations.py +0 -135
  918. azure/mgmt/storage/v2023_01_01/aio/operations/_patch.py +0 -20
  919. azure/mgmt/storage/v2023_01_01/aio/operations/_private_endpoint_connections_operations.py +0 -432
  920. azure/mgmt/storage/v2023_01_01/aio/operations/_private_link_resources_operations.py +0 -117
  921. azure/mgmt/storage/v2023_01_01/aio/operations/_queue_operations.py +0 -608
  922. azure/mgmt/storage/v2023_01_01/aio/operations/_queue_services_operations.py +0 -328
  923. azure/mgmt/storage/v2023_01_01/aio/operations/_skus_operations.py +0 -136
  924. azure/mgmt/storage/v2023_01_01/aio/operations/_storage_accounts_operations.py +0 -2187
  925. azure/mgmt/storage/v2023_01_01/aio/operations/_table_operations.py +0 -588
  926. azure/mgmt/storage/v2023_01_01/aio/operations/_table_services_operations.py +0 -328
  927. azure/mgmt/storage/v2023_01_01/aio/operations/_usages_operations.py +0 -139
  928. azure/mgmt/storage/v2023_01_01/models/__init__.py +0 -461
  929. azure/mgmt/storage/v2023_01_01/models/_models_py3.py +0 -8338
  930. azure/mgmt/storage/v2023_01_01/models/_patch.py +0 -20
  931. azure/mgmt/storage/v2023_01_01/models/_storage_management_client_enums.py +0 -626
  932. azure/mgmt/storage/v2023_01_01/operations/__init__.py +0 -57
  933. azure/mgmt/storage/v2023_01_01/operations/_blob_containers_operations.py +0 -2398
  934. azure/mgmt/storage/v2023_01_01/operations/_blob_inventory_policies_operations.py +0 -595
  935. azure/mgmt/storage/v2023_01_01/operations/_blob_services_operations.py +0 -470
  936. azure/mgmt/storage/v2023_01_01/operations/_deleted_accounts_operations.py +0 -250
  937. azure/mgmt/storage/v2023_01_01/operations/_encryption_scopes_operations.py +0 -732
  938. azure/mgmt/storage/v2023_01_01/operations/_file_services_operations.py +0 -437
  939. azure/mgmt/storage/v2023_01_01/operations/_file_shares_operations.py +0 -1310
  940. azure/mgmt/storage/v2023_01_01/operations/_local_users_operations.py +0 -770
  941. azure/mgmt/storage/v2023_01_01/operations/_management_policies_operations.py +0 -465
  942. azure/mgmt/storage/v2023_01_01/operations/_object_replication_policies_operations.py +0 -593
  943. azure/mgmt/storage/v2023_01_01/operations/_operations.py +0 -156
  944. azure/mgmt/storage/v2023_01_01/operations/_patch.py +0 -20
  945. azure/mgmt/storage/v2023_01_01/operations/_private_endpoint_connections_operations.py +0 -591
  946. azure/mgmt/storage/v2023_01_01/operations/_private_link_resources_operations.py +0 -155
  947. azure/mgmt/storage/v2023_01_01/operations/_queue_operations.py +0 -824
  948. azure/mgmt/storage/v2023_01_01/operations/_queue_services_operations.py +0 -437
  949. azure/mgmt/storage/v2023_01_01/operations/_skus_operations.py +0 -162
  950. azure/mgmt/storage/v2023_01_01/operations/_storage_accounts_operations.py +0 -2796
  951. azure/mgmt/storage/v2023_01_01/operations/_table_operations.py +0 -775
  952. azure/mgmt/storage/v2023_01_01/operations/_table_services_operations.py +0 -437
  953. azure/mgmt/storage/v2023_01_01/operations/_usages_operations.py +0 -169
  954. azure/mgmt/storage/v2023_05_01/_vendor.py +0 -16
  955. azure_mgmt_storage-21.2.0.dist-info/RECORD +0 -979
  956. {azure_mgmt_storage-21.2.0.dist-info → azure_mgmt_storage-22.0.0.dist-info}/LICENSE +0 -0
  957. {azure_mgmt_storage-21.2.0.dist-info → azure_mgmt_storage-22.0.0.dist-info}/top_level.txt +0 -0
@@ -1,2699 +0,0 @@
1
- # coding=utf-8
2
- # pylint: disable=too-many-lines
3
- # --------------------------------------------------------------------------
4
- # Copyright (c) Microsoft Corporation. All rights reserved.
5
- # Licensed under the MIT License. See License.txt in the project root for license information.
6
- # Code generated by Microsoft (R) AutoRest Code Generator.
7
- # Changes may cause incorrect behavior and will be lost if the code is regenerated.
8
- # --------------------------------------------------------------------------
9
-
10
- import datetime
11
- import sys
12
- from typing import Any, Dict, List, Literal, Optional, TYPE_CHECKING, Union
13
-
14
- from ... import _serialization
15
-
16
- if sys.version_info >= (3, 9):
17
- from collections.abc import MutableMapping
18
- else:
19
- from typing import MutableMapping # type: ignore # pylint: disable=ungrouped-imports
20
-
21
- if TYPE_CHECKING:
22
- # pylint: disable=unused-import,ungrouped-imports
23
- from .. import models as _models
24
- JSON = MutableMapping[str, Any] # pylint: disable=unsubscriptable-object
25
-
26
-
27
- class AccountSasParameters(_serialization.Model):
28
- """The parameters to list SAS credentials of a storage account.
29
-
30
- All required parameters must be populated in order to send to server.
31
-
32
- :ivar services: The signed services accessible with the account SAS. Possible values include:
33
- Blob (b), Queue (q), Table (t), File (f). Required. Known values are: "b", "q", "t", and "f".
34
- :vartype services: str or ~azure.mgmt.storage.v2018_03_01_preview.models.Services
35
- :ivar resource_types: The signed resource types that are accessible with the account SAS.
36
- Service (s): Access to service-level APIs; Container (c): Access to container-level APIs;
37
- Object (o): Access to object-level APIs for blobs, queue messages, table entities, and files.
38
- Required. Known values are: "s", "c", and "o".
39
- :vartype resource_types: str or
40
- ~azure.mgmt.storage.v2018_03_01_preview.models.SignedResourceTypes
41
- :ivar permissions: The signed permissions for the account SAS. Possible values include: Read
42
- (r), Write (w), Delete (d), List (l), Add (a), Create (c), Update (u) and Process (p).
43
- Required. Known values are: "r", "d", "w", "l", "a", "c", "u", and "p".
44
- :vartype permissions: str or ~azure.mgmt.storage.v2018_03_01_preview.models.Permissions
45
- :ivar ip_address_or_range: An IP address or a range of IP addresses from which to accept
46
- requests.
47
- :vartype ip_address_or_range: str
48
- :ivar protocols: The protocol permitted for a request made with the account SAS. Known values
49
- are: "https,http" and "https".
50
- :vartype protocols: str or ~azure.mgmt.storage.v2018_03_01_preview.models.HttpProtocol
51
- :ivar shared_access_start_time: The time at which the SAS becomes valid.
52
- :vartype shared_access_start_time: ~datetime.datetime
53
- :ivar shared_access_expiry_time: The time at which the shared access signature becomes invalid.
54
- Required.
55
- :vartype shared_access_expiry_time: ~datetime.datetime
56
- :ivar key_to_sign: The key to sign the account SAS token with.
57
- :vartype key_to_sign: str
58
- """
59
-
60
- _validation = {
61
- "services": {"required": True},
62
- "resource_types": {"required": True},
63
- "permissions": {"required": True},
64
- "shared_access_expiry_time": {"required": True},
65
- }
66
-
67
- _attribute_map = {
68
- "services": {"key": "signedServices", "type": "str"},
69
- "resource_types": {"key": "signedResourceTypes", "type": "str"},
70
- "permissions": {"key": "signedPermission", "type": "str"},
71
- "ip_address_or_range": {"key": "signedIp", "type": "str"},
72
- "protocols": {"key": "signedProtocol", "type": "str"},
73
- "shared_access_start_time": {"key": "signedStart", "type": "iso-8601"},
74
- "shared_access_expiry_time": {"key": "signedExpiry", "type": "iso-8601"},
75
- "key_to_sign": {"key": "keyToSign", "type": "str"},
76
- }
77
-
78
- def __init__(
79
- self,
80
- *,
81
- services: Union[str, "_models.Services"],
82
- resource_types: Union[str, "_models.SignedResourceTypes"],
83
- permissions: Union[str, "_models.Permissions"],
84
- shared_access_expiry_time: datetime.datetime,
85
- ip_address_or_range: Optional[str] = None,
86
- protocols: Optional[Union[str, "_models.HttpProtocol"]] = None,
87
- shared_access_start_time: Optional[datetime.datetime] = None,
88
- key_to_sign: Optional[str] = None,
89
- **kwargs: Any
90
- ) -> None:
91
- """
92
- :keyword services: The signed services accessible with the account SAS. Possible values
93
- include: Blob (b), Queue (q), Table (t), File (f). Required. Known values are: "b", "q", "t",
94
- and "f".
95
- :paramtype services: str or ~azure.mgmt.storage.v2018_03_01_preview.models.Services
96
- :keyword resource_types: The signed resource types that are accessible with the account SAS.
97
- Service (s): Access to service-level APIs; Container (c): Access to container-level APIs;
98
- Object (o): Access to object-level APIs for blobs, queue messages, table entities, and files.
99
- Required. Known values are: "s", "c", and "o".
100
- :paramtype resource_types: str or
101
- ~azure.mgmt.storage.v2018_03_01_preview.models.SignedResourceTypes
102
- :keyword permissions: The signed permissions for the account SAS. Possible values include: Read
103
- (r), Write (w), Delete (d), List (l), Add (a), Create (c), Update (u) and Process (p).
104
- Required. Known values are: "r", "d", "w", "l", "a", "c", "u", and "p".
105
- :paramtype permissions: str or ~azure.mgmt.storage.v2018_03_01_preview.models.Permissions
106
- :keyword ip_address_or_range: An IP address or a range of IP addresses from which to accept
107
- requests.
108
- :paramtype ip_address_or_range: str
109
- :keyword protocols: The protocol permitted for a request made with the account SAS. Known
110
- values are: "https,http" and "https".
111
- :paramtype protocols: str or ~azure.mgmt.storage.v2018_03_01_preview.models.HttpProtocol
112
- :keyword shared_access_start_time: The time at which the SAS becomes valid.
113
- :paramtype shared_access_start_time: ~datetime.datetime
114
- :keyword shared_access_expiry_time: The time at which the shared access signature becomes
115
- invalid. Required.
116
- :paramtype shared_access_expiry_time: ~datetime.datetime
117
- :keyword key_to_sign: The key to sign the account SAS token with.
118
- :paramtype key_to_sign: str
119
- """
120
- super().__init__(**kwargs)
121
- self.services = services
122
- self.resource_types = resource_types
123
- self.permissions = permissions
124
- self.ip_address_or_range = ip_address_or_range
125
- self.protocols = protocols
126
- self.shared_access_start_time = shared_access_start_time
127
- self.shared_access_expiry_time = shared_access_expiry_time
128
- self.key_to_sign = key_to_sign
129
-
130
-
131
- class Resource(_serialization.Model):
132
- """Common fields that are returned in the response for all Azure Resource Manager resources.
133
-
134
- Variables are only populated by the server, and will be ignored when sending a request.
135
-
136
- :ivar id: Fully qualified resource ID for the resource. Ex -
137
- /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. # pylint: disable=line-too-long
138
- :vartype id: str
139
- :ivar name: The name of the resource.
140
- :vartype name: str
141
- :ivar type: The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or
142
- "Microsoft.Storage/storageAccounts".
143
- :vartype type: str
144
- """
145
-
146
- _validation = {
147
- "id": {"readonly": True},
148
- "name": {"readonly": True},
149
- "type": {"readonly": True},
150
- }
151
-
152
- _attribute_map = {
153
- "id": {"key": "id", "type": "str"},
154
- "name": {"key": "name", "type": "str"},
155
- "type": {"key": "type", "type": "str"},
156
- }
157
-
158
- def __init__(self, **kwargs: Any) -> None:
159
- """ """
160
- super().__init__(**kwargs)
161
- self.id = None
162
- self.name = None
163
- self.type = None
164
-
165
-
166
- class AzureEntityResource(Resource):
167
- """The resource model definition for an Azure Resource Manager resource with an etag.
168
-
169
- Variables are only populated by the server, and will be ignored when sending a request.
170
-
171
- :ivar id: Fully qualified resource ID for the resource. Ex -
172
- /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. # pylint: disable=line-too-long
173
- :vartype id: str
174
- :ivar name: The name of the resource.
175
- :vartype name: str
176
- :ivar type: The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or
177
- "Microsoft.Storage/storageAccounts".
178
- :vartype type: str
179
- :ivar etag: Resource Etag.
180
- :vartype etag: str
181
- """
182
-
183
- _validation = {
184
- "id": {"readonly": True},
185
- "name": {"readonly": True},
186
- "type": {"readonly": True},
187
- "etag": {"readonly": True},
188
- }
189
-
190
- _attribute_map = {
191
- "id": {"key": "id", "type": "str"},
192
- "name": {"key": "name", "type": "str"},
193
- "type": {"key": "type", "type": "str"},
194
- "etag": {"key": "etag", "type": "str"},
195
- }
196
-
197
- def __init__(self, **kwargs: Any) -> None:
198
- """ """
199
- super().__init__(**kwargs)
200
- self.etag = None
201
-
202
-
203
- class BlobContainer(AzureEntityResource): # pylint: disable=too-many-instance-attributes
204
- """Properties of the blob container, including Id, resource name, resource type, Etag.
205
-
206
- Variables are only populated by the server, and will be ignored when sending a request.
207
-
208
- :ivar id: Fully qualified resource ID for the resource. Ex -
209
- /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. # pylint: disable=line-too-long
210
- :vartype id: str
211
- :ivar name: The name of the resource.
212
- :vartype name: str
213
- :ivar type: The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or
214
- "Microsoft.Storage/storageAccounts".
215
- :vartype type: str
216
- :ivar etag: Resource Etag.
217
- :vartype etag: str
218
- :ivar public_access: Specifies whether data in the container may be accessed publicly and the
219
- level of access. Known values are: "Container", "Blob", and "None".
220
- :vartype public_access: str or ~azure.mgmt.storage.v2018_03_01_preview.models.PublicAccess
221
- :ivar last_modified_time: Returns the date and time the container was last modified.
222
- :vartype last_modified_time: ~datetime.datetime
223
- :ivar lease_status: The lease status of the container. Known values are: "Locked" and
224
- "Unlocked".
225
- :vartype lease_status: str or ~azure.mgmt.storage.v2018_03_01_preview.models.LeaseStatus
226
- :ivar lease_state: Lease state of the container. Known values are: "Available", "Leased",
227
- "Expired", "Breaking", and "Broken".
228
- :vartype lease_state: str or ~azure.mgmt.storage.v2018_03_01_preview.models.LeaseState
229
- :ivar lease_duration: Specifies whether the lease on a container is of infinite or fixed
230
- duration, only when the container is leased. Known values are: "Infinite" and "Fixed".
231
- :vartype lease_duration: str or ~azure.mgmt.storage.v2018_03_01_preview.models.LeaseDuration
232
- :ivar metadata: A name-value pair to associate with the container as metadata.
233
- :vartype metadata: dict[str, str]
234
- :ivar immutability_policy: The ImmutabilityPolicy property of the container.
235
- :vartype immutability_policy:
236
- ~azure.mgmt.storage.v2018_03_01_preview.models.ImmutabilityPolicyProperties
237
- :ivar legal_hold: The LegalHold property of the container.
238
- :vartype legal_hold: ~azure.mgmt.storage.v2018_03_01_preview.models.LegalHoldProperties
239
- :ivar has_legal_hold: The hasLegalHold public property is set to true by SRP if there are at
240
- least one existing tag. The hasLegalHold public property is set to false by SRP if all existing
241
- legal hold tags are cleared out. There can be a maximum of 1000 blob containers with
242
- hasLegalHold=true for a given account.
243
- :vartype has_legal_hold: bool
244
- :ivar has_immutability_policy: The hasImmutabilityPolicy public property is set to true by SRP
245
- if ImmutabilityPolicy has been created for this container. The hasImmutabilityPolicy public
246
- property is set to false by SRP if ImmutabilityPolicy has not been created for this container.
247
- :vartype has_immutability_policy: bool
248
- """
249
-
250
- _validation = {
251
- "id": {"readonly": True},
252
- "name": {"readonly": True},
253
- "type": {"readonly": True},
254
- "etag": {"readonly": True},
255
- "last_modified_time": {"readonly": True},
256
- "lease_status": {"readonly": True},
257
- "lease_state": {"readonly": True},
258
- "lease_duration": {"readonly": True},
259
- "immutability_policy": {"readonly": True},
260
- "legal_hold": {"readonly": True},
261
- "has_legal_hold": {"readonly": True},
262
- "has_immutability_policy": {"readonly": True},
263
- }
264
-
265
- _attribute_map = {
266
- "id": {"key": "id", "type": "str"},
267
- "name": {"key": "name", "type": "str"},
268
- "type": {"key": "type", "type": "str"},
269
- "etag": {"key": "etag", "type": "str"},
270
- "public_access": {"key": "properties.publicAccess", "type": "str"},
271
- "last_modified_time": {"key": "properties.lastModifiedTime", "type": "iso-8601"},
272
- "lease_status": {"key": "properties.leaseStatus", "type": "str"},
273
- "lease_state": {"key": "properties.leaseState", "type": "str"},
274
- "lease_duration": {"key": "properties.leaseDuration", "type": "str"},
275
- "metadata": {"key": "properties.metadata", "type": "{str}"},
276
- "immutability_policy": {"key": "properties.immutabilityPolicy", "type": "ImmutabilityPolicyProperties"},
277
- "legal_hold": {"key": "properties.legalHold", "type": "LegalHoldProperties"},
278
- "has_legal_hold": {"key": "properties.hasLegalHold", "type": "bool"},
279
- "has_immutability_policy": {"key": "properties.hasImmutabilityPolicy", "type": "bool"},
280
- }
281
-
282
- def __init__(
283
- self,
284
- *,
285
- public_access: Optional[Union[str, "_models.PublicAccess"]] = None,
286
- metadata: Optional[Dict[str, str]] = None,
287
- **kwargs: Any
288
- ) -> None:
289
- """
290
- :keyword public_access: Specifies whether data in the container may be accessed publicly and
291
- the level of access. Known values are: "Container", "Blob", and "None".
292
- :paramtype public_access: str or ~azure.mgmt.storage.v2018_03_01_preview.models.PublicAccess
293
- :keyword metadata: A name-value pair to associate with the container as metadata.
294
- :paramtype metadata: dict[str, str]
295
- """
296
- super().__init__(**kwargs)
297
- self.public_access = public_access
298
- self.last_modified_time = None
299
- self.lease_status = None
300
- self.lease_state = None
301
- self.lease_duration = None
302
- self.metadata = metadata
303
- self.immutability_policy = None
304
- self.legal_hold = None
305
- self.has_legal_hold = None
306
- self.has_immutability_policy = None
307
-
308
-
309
- class CheckNameAvailabilityResult(_serialization.Model):
310
- """The CheckNameAvailability operation response.
311
-
312
- Variables are only populated by the server, and will be ignored when sending a request.
313
-
314
- :ivar name_available: Gets a boolean value that indicates whether the name is available for you
315
- to use. If true, the name is available. If false, the name has already been taken or is invalid
316
- and cannot be used.
317
- :vartype name_available: bool
318
- :ivar reason: Gets the reason that a storage account name could not be used. The Reason element
319
- is only returned if NameAvailable is false. Known values are: "AccountNameInvalid" and
320
- "AlreadyExists".
321
- :vartype reason: str or ~azure.mgmt.storage.v2018_03_01_preview.models.Reason
322
- :ivar message: Gets an error message explaining the Reason value in more detail.
323
- :vartype message: str
324
- """
325
-
326
- _validation = {
327
- "name_available": {"readonly": True},
328
- "reason": {"readonly": True},
329
- "message": {"readonly": True},
330
- }
331
-
332
- _attribute_map = {
333
- "name_available": {"key": "nameAvailable", "type": "bool"},
334
- "reason": {"key": "reason", "type": "str"},
335
- "message": {"key": "message", "type": "str"},
336
- }
337
-
338
- def __init__(self, **kwargs: Any) -> None:
339
- """ """
340
- super().__init__(**kwargs)
341
- self.name_available = None
342
- self.reason = None
343
- self.message = None
344
-
345
-
346
- class CustomDomain(_serialization.Model):
347
- """The custom domain assigned to this storage account. This can be set via Update.
348
-
349
- All required parameters must be populated in order to send to server.
350
-
351
- :ivar name: Gets or sets the custom domain name assigned to the storage account. Name is the
352
- CNAME source. Required.
353
- :vartype name: str
354
- :ivar use_sub_domain_name: Indicates whether indirect CName validation is enabled. Default
355
- value is false. This should only be set on updates.
356
- :vartype use_sub_domain_name: bool
357
- """
358
-
359
- _validation = {
360
- "name": {"required": True},
361
- }
362
-
363
- _attribute_map = {
364
- "name": {"key": "name", "type": "str"},
365
- "use_sub_domain_name": {"key": "useSubDomainName", "type": "bool"},
366
- }
367
-
368
- def __init__(self, *, name: str, use_sub_domain_name: Optional[bool] = None, **kwargs: Any) -> None:
369
- """
370
- :keyword name: Gets or sets the custom domain name assigned to the storage account. Name is the
371
- CNAME source. Required.
372
- :paramtype name: str
373
- :keyword use_sub_domain_name: Indicates whether indirect CName validation is enabled. Default
374
- value is false. This should only be set on updates.
375
- :paramtype use_sub_domain_name: bool
376
- """
377
- super().__init__(**kwargs)
378
- self.name = name
379
- self.use_sub_domain_name = use_sub_domain_name
380
-
381
-
382
- class Dimension(_serialization.Model):
383
- """Dimension of blobs, possibly be blob type or access tier.
384
-
385
- :ivar name: Display name of dimension.
386
- :vartype name: str
387
- :ivar display_name: Display name of dimension.
388
- :vartype display_name: str
389
- """
390
-
391
- _attribute_map = {
392
- "name": {"key": "name", "type": "str"},
393
- "display_name": {"key": "displayName", "type": "str"},
394
- }
395
-
396
- def __init__(self, *, name: Optional[str] = None, display_name: Optional[str] = None, **kwargs: Any) -> None:
397
- """
398
- :keyword name: Display name of dimension.
399
- :paramtype name: str
400
- :keyword display_name: Display name of dimension.
401
- :paramtype display_name: str
402
- """
403
- super().__init__(**kwargs)
404
- self.name = name
405
- self.display_name = display_name
406
-
407
-
408
- class Encryption(_serialization.Model):
409
- """The encryption settings on the storage account.
410
-
411
- All required parameters must be populated in order to send to server.
412
-
413
- :ivar services: List of services which support encryption.
414
- :vartype services: ~azure.mgmt.storage.v2018_03_01_preview.models.EncryptionServices
415
- :ivar key_source: The encryption keySource (provider). Possible values (case-insensitive):
416
- Microsoft.Storage, Microsoft.Keyvault. Known values are: "Microsoft.Storage" and
417
- "Microsoft.Keyvault".
418
- :vartype key_source: str or ~azure.mgmt.storage.v2018_03_01_preview.models.KeySource
419
- :ivar key_vault_properties: Properties provided by key vault.
420
- :vartype key_vault_properties:
421
- ~azure.mgmt.storage.v2018_03_01_preview.models.KeyVaultProperties
422
- """
423
-
424
- _validation = {
425
- "key_source": {"required": True},
426
- }
427
-
428
- _attribute_map = {
429
- "services": {"key": "services", "type": "EncryptionServices"},
430
- "key_source": {"key": "keySource", "type": "str"},
431
- "key_vault_properties": {"key": "keyvaultproperties", "type": "KeyVaultProperties"},
432
- }
433
-
434
- def __init__(
435
- self,
436
- *,
437
- key_source: Union[str, "_models.KeySource"] = "Microsoft.Storage",
438
- services: Optional["_models.EncryptionServices"] = None,
439
- key_vault_properties: Optional["_models.KeyVaultProperties"] = None,
440
- **kwargs: Any
441
- ) -> None:
442
- """
443
- :keyword services: List of services which support encryption.
444
- :paramtype services: ~azure.mgmt.storage.v2018_03_01_preview.models.EncryptionServices
445
- :keyword key_source: The encryption keySource (provider). Possible values (case-insensitive):
446
- Microsoft.Storage, Microsoft.Keyvault. Known values are: "Microsoft.Storage" and
447
- "Microsoft.Keyvault".
448
- :paramtype key_source: str or ~azure.mgmt.storage.v2018_03_01_preview.models.KeySource
449
- :keyword key_vault_properties: Properties provided by key vault.
450
- :paramtype key_vault_properties:
451
- ~azure.mgmt.storage.v2018_03_01_preview.models.KeyVaultProperties
452
- """
453
- super().__init__(**kwargs)
454
- self.services = services
455
- self.key_source = key_source
456
- self.key_vault_properties = key_vault_properties
457
-
458
-
459
- class EncryptionService(_serialization.Model):
460
- """A service that allows server-side encryption to be used.
461
-
462
- Variables are only populated by the server, and will be ignored when sending a request.
463
-
464
- :ivar enabled: A boolean indicating whether or not the service encrypts the data as it is
465
- stored.
466
- :vartype enabled: bool
467
- :ivar last_enabled_time: Gets a rough estimate of the date/time when the encryption was last
468
- enabled by the user. Only returned when encryption is enabled. There might be some unencrypted
469
- blobs which were written after this time, as it is just a rough estimate.
470
- :vartype last_enabled_time: ~datetime.datetime
471
- """
472
-
473
- _validation = {
474
- "last_enabled_time": {"readonly": True},
475
- }
476
-
477
- _attribute_map = {
478
- "enabled": {"key": "enabled", "type": "bool"},
479
- "last_enabled_time": {"key": "lastEnabledTime", "type": "iso-8601"},
480
- }
481
-
482
- def __init__(self, *, enabled: Optional[bool] = None, **kwargs: Any) -> None:
483
- """
484
- :keyword enabled: A boolean indicating whether or not the service encrypts the data as it is
485
- stored.
486
- :paramtype enabled: bool
487
- """
488
- super().__init__(**kwargs)
489
- self.enabled = enabled
490
- self.last_enabled_time = None
491
-
492
-
493
- class EncryptionServices(_serialization.Model):
494
- """A list of services that support encryption.
495
-
496
- Variables are only populated by the server, and will be ignored when sending a request.
497
-
498
- :ivar blob: The encryption function of the blob storage service.
499
- :vartype blob: ~azure.mgmt.storage.v2018_03_01_preview.models.EncryptionService
500
- :ivar file: The encryption function of the file storage service.
501
- :vartype file: ~azure.mgmt.storage.v2018_03_01_preview.models.EncryptionService
502
- :ivar table: The encryption function of the table storage service.
503
- :vartype table: ~azure.mgmt.storage.v2018_03_01_preview.models.EncryptionService
504
- :ivar queue: The encryption function of the queue storage service.
505
- :vartype queue: ~azure.mgmt.storage.v2018_03_01_preview.models.EncryptionService
506
- """
507
-
508
- _validation = {
509
- "table": {"readonly": True},
510
- "queue": {"readonly": True},
511
- }
512
-
513
- _attribute_map = {
514
- "blob": {"key": "blob", "type": "EncryptionService"},
515
- "file": {"key": "file", "type": "EncryptionService"},
516
- "table": {"key": "table", "type": "EncryptionService"},
517
- "queue": {"key": "queue", "type": "EncryptionService"},
518
- }
519
-
520
- def __init__(
521
- self,
522
- *,
523
- blob: Optional["_models.EncryptionService"] = None,
524
- file: Optional["_models.EncryptionService"] = None,
525
- **kwargs: Any
526
- ) -> None:
527
- """
528
- :keyword blob: The encryption function of the blob storage service.
529
- :paramtype blob: ~azure.mgmt.storage.v2018_03_01_preview.models.EncryptionService
530
- :keyword file: The encryption function of the file storage service.
531
- :paramtype file: ~azure.mgmt.storage.v2018_03_01_preview.models.EncryptionService
532
- """
533
- super().__init__(**kwargs)
534
- self.blob = blob
535
- self.file = file
536
- self.table = None
537
- self.queue = None
538
-
539
-
540
- class Endpoints(_serialization.Model):
541
- """The URIs that are used to perform a retrieval of a public blob, queue, table, web or dfs
542
- object.
543
-
544
- Variables are only populated by the server, and will be ignored when sending a request.
545
-
546
- :ivar blob: Gets the blob endpoint.
547
- :vartype blob: str
548
- :ivar queue: Gets the queue endpoint.
549
- :vartype queue: str
550
- :ivar table: Gets the table endpoint.
551
- :vartype table: str
552
- :ivar file: Gets the file endpoint.
553
- :vartype file: str
554
- :ivar web: Gets the web endpoint.
555
- :vartype web: str
556
- :ivar dfs: Gets the dfs endpoint.
557
- :vartype dfs: str
558
- """
559
-
560
- _validation = {
561
- "blob": {"readonly": True},
562
- "queue": {"readonly": True},
563
- "table": {"readonly": True},
564
- "file": {"readonly": True},
565
- "web": {"readonly": True},
566
- "dfs": {"readonly": True},
567
- }
568
-
569
- _attribute_map = {
570
- "blob": {"key": "blob", "type": "str"},
571
- "queue": {"key": "queue", "type": "str"},
572
- "table": {"key": "table", "type": "str"},
573
- "file": {"key": "file", "type": "str"},
574
- "web": {"key": "web", "type": "str"},
575
- "dfs": {"key": "dfs", "type": "str"},
576
- }
577
-
578
- def __init__(self, **kwargs: Any) -> None:
579
- """ """
580
- super().__init__(**kwargs)
581
- self.blob = None
582
- self.queue = None
583
- self.table = None
584
- self.file = None
585
- self.web = None
586
- self.dfs = None
587
-
588
-
589
- class Identity(_serialization.Model):
590
- """Identity for the resource.
591
-
592
- Variables are only populated by the server, and will be ignored when sending a request.
593
-
594
- All required parameters must be populated in order to send to server.
595
-
596
- :ivar principal_id: The principal ID of resource identity.
597
- :vartype principal_id: str
598
- :ivar tenant_id: The tenant ID of resource.
599
- :vartype tenant_id: str
600
- :ivar type: The identity type. Required. Default value is "SystemAssigned".
601
- :vartype type: str
602
- """
603
-
604
- _validation = {
605
- "principal_id": {"readonly": True},
606
- "tenant_id": {"readonly": True},
607
- "type": {"required": True, "constant": True},
608
- }
609
-
610
- _attribute_map = {
611
- "principal_id": {"key": "principalId", "type": "str"},
612
- "tenant_id": {"key": "tenantId", "type": "str"},
613
- "type": {"key": "type", "type": "str"},
614
- }
615
-
616
- type = "SystemAssigned"
617
-
618
- def __init__(self, **kwargs: Any) -> None:
619
- """ """
620
- super().__init__(**kwargs)
621
- self.principal_id = None
622
- self.tenant_id = None
623
-
624
-
625
- class ImmutabilityPolicy(AzureEntityResource):
626
- """The ImmutabilityPolicy property of a blob container, including Id, resource name, resource
627
- type, Etag.
628
-
629
- Variables are only populated by the server, and will be ignored when sending a request.
630
-
631
- All required parameters must be populated in order to send to server.
632
-
633
- :ivar id: Fully qualified resource ID for the resource. Ex -
634
- /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. # pylint: disable=line-too-long
635
- :vartype id: str
636
- :ivar name: The name of the resource.
637
- :vartype name: str
638
- :ivar type: The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or
639
- "Microsoft.Storage/storageAccounts".
640
- :vartype type: str
641
- :ivar etag: Resource Etag.
642
- :vartype etag: str
643
- :ivar immutability_period_since_creation_in_days: The immutability period for the blobs in the
644
- container since the policy creation, in days. Required.
645
- :vartype immutability_period_since_creation_in_days: int
646
- :ivar state: The ImmutabilityPolicy state of a blob container, possible values include: Locked
647
- and Unlocked. Known values are: "Locked" and "Unlocked".
648
- :vartype state: str or ~azure.mgmt.storage.v2018_03_01_preview.models.ImmutabilityPolicyState
649
- """
650
-
651
- _validation = {
652
- "id": {"readonly": True},
653
- "name": {"readonly": True},
654
- "type": {"readonly": True},
655
- "etag": {"readonly": True},
656
- "immutability_period_since_creation_in_days": {"required": True},
657
- "state": {"readonly": True},
658
- }
659
-
660
- _attribute_map = {
661
- "id": {"key": "id", "type": "str"},
662
- "name": {"key": "name", "type": "str"},
663
- "type": {"key": "type", "type": "str"},
664
- "etag": {"key": "etag", "type": "str"},
665
- "immutability_period_since_creation_in_days": {
666
- "key": "properties.immutabilityPeriodSinceCreationInDays",
667
- "type": "int",
668
- },
669
- "state": {"key": "properties.state", "type": "str"},
670
- }
671
-
672
- def __init__(self, *, immutability_period_since_creation_in_days: int, **kwargs: Any) -> None:
673
- """
674
- :keyword immutability_period_since_creation_in_days: The immutability period for the blobs in
675
- the container since the policy creation, in days. Required.
676
- :paramtype immutability_period_since_creation_in_days: int
677
- """
678
- super().__init__(**kwargs)
679
- self.immutability_period_since_creation_in_days = immutability_period_since_creation_in_days
680
- self.state = None
681
-
682
-
683
- class ImmutabilityPolicyProperties(_serialization.Model):
684
- """The properties of an ImmutabilityPolicy of a blob container.
685
-
686
- Variables are only populated by the server, and will be ignored when sending a request.
687
-
688
- :ivar etag: ImmutabilityPolicy Etag.
689
- :vartype etag: str
690
- :ivar update_history: The ImmutabilityPolicy update history of the blob container.
691
- :vartype update_history:
692
- list[~azure.mgmt.storage.v2018_03_01_preview.models.UpdateHistoryProperty]
693
- :ivar immutability_period_since_creation_in_days: The immutability period for the blobs in the
694
- container since the policy creation, in days.
695
- :vartype immutability_period_since_creation_in_days: int
696
- :ivar state: The ImmutabilityPolicy state of a blob container, possible values include: Locked
697
- and Unlocked. Known values are: "Locked" and "Unlocked".
698
- :vartype state: str or ~azure.mgmt.storage.v2018_03_01_preview.models.ImmutabilityPolicyState
699
- """
700
-
701
- _validation = {
702
- "etag": {"readonly": True},
703
- "update_history": {"readonly": True},
704
- "state": {"readonly": True},
705
- }
706
-
707
- _attribute_map = {
708
- "etag": {"key": "etag", "type": "str"},
709
- "update_history": {"key": "updateHistory", "type": "[UpdateHistoryProperty]"},
710
- "immutability_period_since_creation_in_days": {
711
- "key": "properties.immutabilityPeriodSinceCreationInDays",
712
- "type": "int",
713
- },
714
- "state": {"key": "properties.state", "type": "str"},
715
- }
716
-
717
- def __init__(self, *, immutability_period_since_creation_in_days: Optional[int] = None, **kwargs: Any) -> None:
718
- """
719
- :keyword immutability_period_since_creation_in_days: The immutability period for the blobs in
720
- the container since the policy creation, in days.
721
- :paramtype immutability_period_since_creation_in_days: int
722
- """
723
- super().__init__(**kwargs)
724
- self.etag = None
725
- self.update_history = None
726
- self.immutability_period_since_creation_in_days = immutability_period_since_creation_in_days
727
- self.state = None
728
-
729
-
730
- class IPRule(_serialization.Model):
731
- """IP rule with specific IP or IP range in CIDR format.
732
-
733
- All required parameters must be populated in order to send to server.
734
-
735
- :ivar ip_address_or_range: Specifies the IP or IP range in CIDR format. Only IPV4 address is
736
- allowed. Required.
737
- :vartype ip_address_or_range: str
738
- :ivar action: The action of IP ACL rule. Default value is "Allow".
739
- :vartype action: str
740
- """
741
-
742
- _validation = {
743
- "ip_address_or_range": {"required": True},
744
- }
745
-
746
- _attribute_map = {
747
- "ip_address_or_range": {"key": "value", "type": "str"},
748
- "action": {"key": "action", "type": "str"},
749
- }
750
-
751
- def __init__(self, *, ip_address_or_range: str, action: Optional[Literal["Allow"]] = None, **kwargs: Any) -> None:
752
- """
753
- :keyword ip_address_or_range: Specifies the IP or IP range in CIDR format. Only IPV4 address is
754
- allowed. Required.
755
- :paramtype ip_address_or_range: str
756
- :keyword action: The action of IP ACL rule. Default value is "Allow".
757
- :paramtype action: str
758
- """
759
- super().__init__(**kwargs)
760
- self.ip_address_or_range = ip_address_or_range
761
- self.action = action
762
-
763
-
764
- class KeyVaultProperties(_serialization.Model):
765
- """Properties of key vault.
766
-
767
- :ivar key_name: The name of KeyVault key.
768
- :vartype key_name: str
769
- :ivar key_version: The version of KeyVault key.
770
- :vartype key_version: str
771
- :ivar key_vault_uri: The Uri of KeyVault.
772
- :vartype key_vault_uri: str
773
- """
774
-
775
- _attribute_map = {
776
- "key_name": {"key": "keyname", "type": "str"},
777
- "key_version": {"key": "keyversion", "type": "str"},
778
- "key_vault_uri": {"key": "keyvaulturi", "type": "str"},
779
- }
780
-
781
- def __init__(
782
- self,
783
- *,
784
- key_name: Optional[str] = None,
785
- key_version: Optional[str] = None,
786
- key_vault_uri: Optional[str] = None,
787
- **kwargs: Any
788
- ) -> None:
789
- """
790
- :keyword key_name: The name of KeyVault key.
791
- :paramtype key_name: str
792
- :keyword key_version: The version of KeyVault key.
793
- :paramtype key_version: str
794
- :keyword key_vault_uri: The Uri of KeyVault.
795
- :paramtype key_vault_uri: str
796
- """
797
- super().__init__(**kwargs)
798
- self.key_name = key_name
799
- self.key_version = key_version
800
- self.key_vault_uri = key_vault_uri
801
-
802
-
803
- class LeaseContainerRequest(_serialization.Model):
804
- """Lease Container request schema.
805
-
806
- All required parameters must be populated in order to send to server.
807
-
808
- :ivar action: Specifies the lease action. Can be one of the available actions. Required. Known
809
- values are: "Acquire", "Renew", "Change", "Release", and "Break".
810
- :vartype action: str or
811
- ~azure.mgmt.storage.v2018_03_01_preview.models.LeaseContainerRequestAction
812
- :ivar lease_id: Identifies the lease. Can be specified in any valid GUID string format.
813
- :vartype lease_id: str
814
- :ivar break_period: Optional. For a break action, proposed duration the lease should continue
815
- before it is broken, in seconds, between 0 and 60.
816
- :vartype break_period: int
817
- :ivar lease_duration: Required for acquire. Specifies the duration of the lease, in seconds, or
818
- negative one (-1) for a lease that never expires.
819
- :vartype lease_duration: int
820
- :ivar proposed_lease_id: Optional for acquire, required for change. Proposed lease ID, in a
821
- GUID string format.
822
- :vartype proposed_lease_id: str
823
- """
824
-
825
- _validation = {
826
- "action": {"required": True},
827
- }
828
-
829
- _attribute_map = {
830
- "action": {"key": "action", "type": "str"},
831
- "lease_id": {"key": "leaseId", "type": "str"},
832
- "break_period": {"key": "breakPeriod", "type": "int"},
833
- "lease_duration": {"key": "leaseDuration", "type": "int"},
834
- "proposed_lease_id": {"key": "proposedLeaseId", "type": "str"},
835
- }
836
-
837
- def __init__(
838
- self,
839
- *,
840
- action: Union[str, "_models.LeaseContainerRequestAction"],
841
- lease_id: Optional[str] = None,
842
- break_period: Optional[int] = None,
843
- lease_duration: Optional[int] = None,
844
- proposed_lease_id: Optional[str] = None,
845
- **kwargs: Any
846
- ) -> None:
847
- """
848
- :keyword action: Specifies the lease action. Can be one of the available actions. Required.
849
- Known values are: "Acquire", "Renew", "Change", "Release", and "Break".
850
- :paramtype action: str or
851
- ~azure.mgmt.storage.v2018_03_01_preview.models.LeaseContainerRequestAction
852
- :keyword lease_id: Identifies the lease. Can be specified in any valid GUID string format.
853
- :paramtype lease_id: str
854
- :keyword break_period: Optional. For a break action, proposed duration the lease should
855
- continue before it is broken, in seconds, between 0 and 60.
856
- :paramtype break_period: int
857
- :keyword lease_duration: Required for acquire. Specifies the duration of the lease, in seconds,
858
- or negative one (-1) for a lease that never expires.
859
- :paramtype lease_duration: int
860
- :keyword proposed_lease_id: Optional for acquire, required for change. Proposed lease ID, in a
861
- GUID string format.
862
- :paramtype proposed_lease_id: str
863
- """
864
- super().__init__(**kwargs)
865
- self.action = action
866
- self.lease_id = lease_id
867
- self.break_period = break_period
868
- self.lease_duration = lease_duration
869
- self.proposed_lease_id = proposed_lease_id
870
-
871
-
872
- class LeaseContainerResponse(_serialization.Model):
873
- """Lease Container response schema.
874
-
875
- :ivar lease_id: Returned unique lease ID that must be included with any request to delete the
876
- container, or to renew, change, or release the lease.
877
- :vartype lease_id: str
878
- :ivar lease_time_seconds: Approximate time remaining in the lease period, in seconds.
879
- :vartype lease_time_seconds: str
880
- """
881
-
882
- _attribute_map = {
883
- "lease_id": {"key": "leaseId", "type": "str"},
884
- "lease_time_seconds": {"key": "leaseTimeSeconds", "type": "str"},
885
- }
886
-
887
- def __init__(
888
- self, *, lease_id: Optional[str] = None, lease_time_seconds: Optional[str] = None, **kwargs: Any
889
- ) -> None:
890
- """
891
- :keyword lease_id: Returned unique lease ID that must be included with any request to delete
892
- the container, or to renew, change, or release the lease.
893
- :paramtype lease_id: str
894
- :keyword lease_time_seconds: Approximate time remaining in the lease period, in seconds.
895
- :paramtype lease_time_seconds: str
896
- """
897
- super().__init__(**kwargs)
898
- self.lease_id = lease_id
899
- self.lease_time_seconds = lease_time_seconds
900
-
901
-
902
- class LegalHold(_serialization.Model):
903
- """The LegalHold property of a blob container.
904
-
905
- Variables are only populated by the server, and will be ignored when sending a request.
906
-
907
- All required parameters must be populated in order to send to server.
908
-
909
- :ivar has_legal_hold: The hasLegalHold public property is set to true by SRP if there are at
910
- least one existing tag. The hasLegalHold public property is set to false by SRP if all existing
911
- legal hold tags are cleared out. There can be a maximum of 1000 blob containers with
912
- hasLegalHold=true for a given account.
913
- :vartype has_legal_hold: bool
914
- :ivar tags: Each tag should be 3 to 23 alphanumeric characters and is normalized to lower case
915
- at SRP. Required.
916
- :vartype tags: list[str]
917
- """
918
-
919
- _validation = {
920
- "has_legal_hold": {"readonly": True},
921
- "tags": {"required": True},
922
- }
923
-
924
- _attribute_map = {
925
- "has_legal_hold": {"key": "hasLegalHold", "type": "bool"},
926
- "tags": {"key": "tags", "type": "[str]"},
927
- }
928
-
929
- def __init__(self, *, tags: List[str], **kwargs: Any) -> None:
930
- """
931
- :keyword tags: Each tag should be 3 to 23 alphanumeric characters and is normalized to lower
932
- case at SRP. Required.
933
- :paramtype tags: list[str]
934
- """
935
- super().__init__(**kwargs)
936
- self.has_legal_hold = None
937
- self.tags = tags
938
-
939
-
940
- class LegalHoldProperties(_serialization.Model):
941
- """The LegalHold property of a blob container.
942
-
943
- Variables are only populated by the server, and will be ignored when sending a request.
944
-
945
- :ivar has_legal_hold: The hasLegalHold public property is set to true by SRP if there are at
946
- least one existing tag. The hasLegalHold public property is set to false by SRP if all existing
947
- legal hold tags are cleared out. There can be a maximum of 1000 blob containers with
948
- hasLegalHold=true for a given account.
949
- :vartype has_legal_hold: bool
950
- :ivar tags: The list of LegalHold tags of a blob container.
951
- :vartype tags: list[~azure.mgmt.storage.v2018_03_01_preview.models.TagProperty]
952
- """
953
-
954
- _validation = {
955
- "has_legal_hold": {"readonly": True},
956
- }
957
-
958
- _attribute_map = {
959
- "has_legal_hold": {"key": "hasLegalHold", "type": "bool"},
960
- "tags": {"key": "tags", "type": "[TagProperty]"},
961
- }
962
-
963
- def __init__(self, *, tags: Optional[List["_models.TagProperty"]] = None, **kwargs: Any) -> None:
964
- """
965
- :keyword tags: The list of LegalHold tags of a blob container.
966
- :paramtype tags: list[~azure.mgmt.storage.v2018_03_01_preview.models.TagProperty]
967
- """
968
- super().__init__(**kwargs)
969
- self.has_legal_hold = None
970
- self.tags = tags
971
-
972
-
973
- class ListAccountSasResponse(_serialization.Model):
974
- """The List SAS credentials operation response.
975
-
976
- Variables are only populated by the server, and will be ignored when sending a request.
977
-
978
- :ivar account_sas_token: List SAS credentials of storage account.
979
- :vartype account_sas_token: str
980
- """
981
-
982
- _validation = {
983
- "account_sas_token": {"readonly": True},
984
- }
985
-
986
- _attribute_map = {
987
- "account_sas_token": {"key": "accountSasToken", "type": "str"},
988
- }
989
-
990
- def __init__(self, **kwargs: Any) -> None:
991
- """ """
992
- super().__init__(**kwargs)
993
- self.account_sas_token = None
994
-
995
-
996
- class ListContainerItem(AzureEntityResource): # pylint: disable=too-many-instance-attributes
997
- """The blob container properties be listed out.
998
-
999
- Variables are only populated by the server, and will be ignored when sending a request.
1000
-
1001
- :ivar id: Fully qualified resource ID for the resource. Ex -
1002
- /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. # pylint: disable=line-too-long
1003
- :vartype id: str
1004
- :ivar name: The name of the resource.
1005
- :vartype name: str
1006
- :ivar type: The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or
1007
- "Microsoft.Storage/storageAccounts".
1008
- :vartype type: str
1009
- :ivar etag: Resource Etag.
1010
- :vartype etag: str
1011
- :ivar public_access: Specifies whether data in the container may be accessed publicly and the
1012
- level of access. Known values are: "Container", "Blob", and "None".
1013
- :vartype public_access: str or ~azure.mgmt.storage.v2018_03_01_preview.models.PublicAccess
1014
- :ivar last_modified_time: Returns the date and time the container was last modified.
1015
- :vartype last_modified_time: ~datetime.datetime
1016
- :ivar lease_status: The lease status of the container. Known values are: "Locked" and
1017
- "Unlocked".
1018
- :vartype lease_status: str or ~azure.mgmt.storage.v2018_03_01_preview.models.LeaseStatus
1019
- :ivar lease_state: Lease state of the container. Known values are: "Available", "Leased",
1020
- "Expired", "Breaking", and "Broken".
1021
- :vartype lease_state: str or ~azure.mgmt.storage.v2018_03_01_preview.models.LeaseState
1022
- :ivar lease_duration: Specifies whether the lease on a container is of infinite or fixed
1023
- duration, only when the container is leased. Known values are: "Infinite" and "Fixed".
1024
- :vartype lease_duration: str or ~azure.mgmt.storage.v2018_03_01_preview.models.LeaseDuration
1025
- :ivar metadata: A name-value pair to associate with the container as metadata.
1026
- :vartype metadata: dict[str, str]
1027
- :ivar immutability_policy: The ImmutabilityPolicy property of the container.
1028
- :vartype immutability_policy:
1029
- ~azure.mgmt.storage.v2018_03_01_preview.models.ImmutabilityPolicyProperties
1030
- :ivar legal_hold: The LegalHold property of the container.
1031
- :vartype legal_hold: ~azure.mgmt.storage.v2018_03_01_preview.models.LegalHoldProperties
1032
- :ivar has_legal_hold: The hasLegalHold public property is set to true by SRP if there are at
1033
- least one existing tag. The hasLegalHold public property is set to false by SRP if all existing
1034
- legal hold tags are cleared out. There can be a maximum of 1000 blob containers with
1035
- hasLegalHold=true for a given account.
1036
- :vartype has_legal_hold: bool
1037
- :ivar has_immutability_policy: The hasImmutabilityPolicy public property is set to true by SRP
1038
- if ImmutabilityPolicy has been created for this container. The hasImmutabilityPolicy public
1039
- property is set to false by SRP if ImmutabilityPolicy has not been created for this container.
1040
- :vartype has_immutability_policy: bool
1041
- """
1042
-
1043
- _validation = {
1044
- "id": {"readonly": True},
1045
- "name": {"readonly": True},
1046
- "type": {"readonly": True},
1047
- "etag": {"readonly": True},
1048
- "last_modified_time": {"readonly": True},
1049
- "lease_status": {"readonly": True},
1050
- "lease_state": {"readonly": True},
1051
- "lease_duration": {"readonly": True},
1052
- "immutability_policy": {"readonly": True},
1053
- "legal_hold": {"readonly": True},
1054
- "has_legal_hold": {"readonly": True},
1055
- "has_immutability_policy": {"readonly": True},
1056
- }
1057
-
1058
- _attribute_map = {
1059
- "id": {"key": "id", "type": "str"},
1060
- "name": {"key": "name", "type": "str"},
1061
- "type": {"key": "type", "type": "str"},
1062
- "etag": {"key": "etag", "type": "str"},
1063
- "public_access": {"key": "properties.publicAccess", "type": "str"},
1064
- "last_modified_time": {"key": "properties.lastModifiedTime", "type": "iso-8601"},
1065
- "lease_status": {"key": "properties.leaseStatus", "type": "str"},
1066
- "lease_state": {"key": "properties.leaseState", "type": "str"},
1067
- "lease_duration": {"key": "properties.leaseDuration", "type": "str"},
1068
- "metadata": {"key": "properties.metadata", "type": "{str}"},
1069
- "immutability_policy": {"key": "properties.immutabilityPolicy", "type": "ImmutabilityPolicyProperties"},
1070
- "legal_hold": {"key": "properties.legalHold", "type": "LegalHoldProperties"},
1071
- "has_legal_hold": {"key": "properties.hasLegalHold", "type": "bool"},
1072
- "has_immutability_policy": {"key": "properties.hasImmutabilityPolicy", "type": "bool"},
1073
- }
1074
-
1075
- def __init__(
1076
- self,
1077
- *,
1078
- public_access: Optional[Union[str, "_models.PublicAccess"]] = None,
1079
- metadata: Optional[Dict[str, str]] = None,
1080
- **kwargs: Any
1081
- ) -> None:
1082
- """
1083
- :keyword public_access: Specifies whether data in the container may be accessed publicly and
1084
- the level of access. Known values are: "Container", "Blob", and "None".
1085
- :paramtype public_access: str or ~azure.mgmt.storage.v2018_03_01_preview.models.PublicAccess
1086
- :keyword metadata: A name-value pair to associate with the container as metadata.
1087
- :paramtype metadata: dict[str, str]
1088
- """
1089
- super().__init__(**kwargs)
1090
- self.public_access = public_access
1091
- self.last_modified_time = None
1092
- self.lease_status = None
1093
- self.lease_state = None
1094
- self.lease_duration = None
1095
- self.metadata = metadata
1096
- self.immutability_policy = None
1097
- self.legal_hold = None
1098
- self.has_legal_hold = None
1099
- self.has_immutability_policy = None
1100
-
1101
-
1102
- class ListContainerItems(_serialization.Model):
1103
- """The list of blob containers.
1104
-
1105
- :ivar value: The list of blob containers.
1106
- :vartype value: list[~azure.mgmt.storage.v2018_03_01_preview.models.ListContainerItem]
1107
- """
1108
-
1109
- _attribute_map = {
1110
- "value": {"key": "value", "type": "[ListContainerItem]"},
1111
- }
1112
-
1113
- def __init__(self, *, value: Optional[List["_models.ListContainerItem"]] = None, **kwargs: Any) -> None:
1114
- """
1115
- :keyword value: The list of blob containers.
1116
- :paramtype value: list[~azure.mgmt.storage.v2018_03_01_preview.models.ListContainerItem]
1117
- """
1118
- super().__init__(**kwargs)
1119
- self.value = value
1120
-
1121
-
1122
- class ListServiceSasResponse(_serialization.Model):
1123
- """The List service SAS credentials operation response.
1124
-
1125
- Variables are only populated by the server, and will be ignored when sending a request.
1126
-
1127
- :ivar service_sas_token: List service SAS credentials of specific resource.
1128
- :vartype service_sas_token: str
1129
- """
1130
-
1131
- _validation = {
1132
- "service_sas_token": {"readonly": True},
1133
- }
1134
-
1135
- _attribute_map = {
1136
- "service_sas_token": {"key": "serviceSasToken", "type": "str"},
1137
- }
1138
-
1139
- def __init__(self, **kwargs: Any) -> None:
1140
- """ """
1141
- super().__init__(**kwargs)
1142
- self.service_sas_token = None
1143
-
1144
-
1145
- class ManagementPoliciesRules(_serialization.Model):
1146
- """The Storage Account ManagementPolicies Rules, in JSON format. See more details in:
1147
- https://docs.microsoft.com/en-us/azure/storage/common/storage-lifecycle-managment-concepts.
1148
-
1149
- :ivar policy: The Storage Account ManagementPolicies Rules, in JSON format. See more details
1150
- in: https://docs.microsoft.com/en-us/azure/storage/common/storage-lifecycle-managment-concepts.
1151
- :vartype policy: JSON
1152
- """
1153
-
1154
- _attribute_map = {
1155
- "policy": {"key": "policy", "type": "object"},
1156
- }
1157
-
1158
- def __init__(self, *, policy: Optional[JSON] = None, **kwargs: Any) -> None:
1159
- """
1160
- :keyword policy: The Storage Account ManagementPolicies Rules, in JSON format. See more details
1161
- in: https://docs.microsoft.com/en-us/azure/storage/common/storage-lifecycle-managment-concepts.
1162
- :paramtype policy: JSON
1163
- """
1164
- super().__init__(**kwargs)
1165
- self.policy = policy
1166
-
1167
-
1168
- class ManagementPoliciesRulesSetParameter(_serialization.Model):
1169
- """The Storage Account ManagementPolicies Rules, in JSON format. See more details in:
1170
- https://docs.microsoft.com/en-us/azure/storage/common/storage-lifecycle-managment-concepts.
1171
-
1172
- :ivar policy: The Storage Account ManagementPolicies Rules, in JSON format. See more details
1173
- in: https://docs.microsoft.com/en-us/azure/storage/common/storage-lifecycle-managment-concepts.
1174
- :vartype policy: JSON
1175
- """
1176
-
1177
- _attribute_map = {
1178
- "policy": {"key": "properties.policy", "type": "object"},
1179
- }
1180
-
1181
- def __init__(self, *, policy: Optional[JSON] = None, **kwargs: Any) -> None:
1182
- """
1183
- :keyword policy: The Storage Account ManagementPolicies Rules, in JSON format. See more details
1184
- in: https://docs.microsoft.com/en-us/azure/storage/common/storage-lifecycle-managment-concepts.
1185
- :paramtype policy: JSON
1186
- """
1187
- super().__init__(**kwargs)
1188
- self.policy = policy
1189
-
1190
-
1191
- class MetricSpecification(_serialization.Model):
1192
- """Metric specification of operation.
1193
-
1194
- :ivar name: Name of metric specification.
1195
- :vartype name: str
1196
- :ivar display_name: Display name of metric specification.
1197
- :vartype display_name: str
1198
- :ivar display_description: Display description of metric specification.
1199
- :vartype display_description: str
1200
- :ivar unit: Unit could be Bytes or Count.
1201
- :vartype unit: str
1202
- :ivar dimensions: Dimensions of blobs, including blob type and access tier.
1203
- :vartype dimensions: list[~azure.mgmt.storage.v2018_03_01_preview.models.Dimension]
1204
- :ivar aggregation_type: Aggregation type could be Average.
1205
- :vartype aggregation_type: str
1206
- :ivar fill_gap_with_zero: The property to decide fill gap with zero or not.
1207
- :vartype fill_gap_with_zero: bool
1208
- :ivar category: The category this metric specification belong to, could be Capacity.
1209
- :vartype category: str
1210
- :ivar resource_id_dimension_name_override: Account Resource Id.
1211
- :vartype resource_id_dimension_name_override: str
1212
- """
1213
-
1214
- _attribute_map = {
1215
- "name": {"key": "name", "type": "str"},
1216
- "display_name": {"key": "displayName", "type": "str"},
1217
- "display_description": {"key": "displayDescription", "type": "str"},
1218
- "unit": {"key": "unit", "type": "str"},
1219
- "dimensions": {"key": "dimensions", "type": "[Dimension]"},
1220
- "aggregation_type": {"key": "aggregationType", "type": "str"},
1221
- "fill_gap_with_zero": {"key": "fillGapWithZero", "type": "bool"},
1222
- "category": {"key": "category", "type": "str"},
1223
- "resource_id_dimension_name_override": {"key": "resourceIdDimensionNameOverride", "type": "str"},
1224
- }
1225
-
1226
- def __init__(
1227
- self,
1228
- *,
1229
- name: Optional[str] = None,
1230
- display_name: Optional[str] = None,
1231
- display_description: Optional[str] = None,
1232
- unit: Optional[str] = None,
1233
- dimensions: Optional[List["_models.Dimension"]] = None,
1234
- aggregation_type: Optional[str] = None,
1235
- fill_gap_with_zero: Optional[bool] = None,
1236
- category: Optional[str] = None,
1237
- resource_id_dimension_name_override: Optional[str] = None,
1238
- **kwargs: Any
1239
- ) -> None:
1240
- """
1241
- :keyword name: Name of metric specification.
1242
- :paramtype name: str
1243
- :keyword display_name: Display name of metric specification.
1244
- :paramtype display_name: str
1245
- :keyword display_description: Display description of metric specification.
1246
- :paramtype display_description: str
1247
- :keyword unit: Unit could be Bytes or Count.
1248
- :paramtype unit: str
1249
- :keyword dimensions: Dimensions of blobs, including blob type and access tier.
1250
- :paramtype dimensions: list[~azure.mgmt.storage.v2018_03_01_preview.models.Dimension]
1251
- :keyword aggregation_type: Aggregation type could be Average.
1252
- :paramtype aggregation_type: str
1253
- :keyword fill_gap_with_zero: The property to decide fill gap with zero or not.
1254
- :paramtype fill_gap_with_zero: bool
1255
- :keyword category: The category this metric specification belong to, could be Capacity.
1256
- :paramtype category: str
1257
- :keyword resource_id_dimension_name_override: Account Resource Id.
1258
- :paramtype resource_id_dimension_name_override: str
1259
- """
1260
- super().__init__(**kwargs)
1261
- self.name = name
1262
- self.display_name = display_name
1263
- self.display_description = display_description
1264
- self.unit = unit
1265
- self.dimensions = dimensions
1266
- self.aggregation_type = aggregation_type
1267
- self.fill_gap_with_zero = fill_gap_with_zero
1268
- self.category = category
1269
- self.resource_id_dimension_name_override = resource_id_dimension_name_override
1270
-
1271
-
1272
- class NetworkRuleSet(_serialization.Model):
1273
- """Network rule set.
1274
-
1275
- All required parameters must be populated in order to send to server.
1276
-
1277
- :ivar bypass: Specifies whether traffic is bypassed for Logging/Metrics/AzureServices. Possible
1278
- values are any combination of Logging|Metrics|AzureServices (For example, "Logging, Metrics"),
1279
- or None to bypass none of those traffics. Known values are: "None", "Logging", "Metrics", and
1280
- "AzureServices".
1281
- :vartype bypass: str or ~azure.mgmt.storage.v2018_03_01_preview.models.Bypass
1282
- :ivar virtual_network_rules: Sets the virtual network rules.
1283
- :vartype virtual_network_rules:
1284
- list[~azure.mgmt.storage.v2018_03_01_preview.models.VirtualNetworkRule]
1285
- :ivar ip_rules: Sets the IP ACL rules.
1286
- :vartype ip_rules: list[~azure.mgmt.storage.v2018_03_01_preview.models.IPRule]
1287
- :ivar default_action: Specifies the default action of allow or deny when no other rules match.
1288
- Known values are: "Allow" and "Deny".
1289
- :vartype default_action: str or ~azure.mgmt.storage.v2018_03_01_preview.models.DefaultAction
1290
- """
1291
-
1292
- _validation = {
1293
- "default_action": {"required": True},
1294
- }
1295
-
1296
- _attribute_map = {
1297
- "bypass": {"key": "bypass", "type": "str"},
1298
- "virtual_network_rules": {"key": "virtualNetworkRules", "type": "[VirtualNetworkRule]"},
1299
- "ip_rules": {"key": "ipRules", "type": "[IPRule]"},
1300
- "default_action": {"key": "defaultAction", "type": "str"},
1301
- }
1302
-
1303
- def __init__(
1304
- self,
1305
- *,
1306
- default_action: Union[str, "_models.DefaultAction"] = "Allow",
1307
- bypass: Union[str, "_models.Bypass"] = "AzureServices",
1308
- virtual_network_rules: Optional[List["_models.VirtualNetworkRule"]] = None,
1309
- ip_rules: Optional[List["_models.IPRule"]] = None,
1310
- **kwargs: Any
1311
- ) -> None:
1312
- """
1313
- :keyword bypass: Specifies whether traffic is bypassed for Logging/Metrics/AzureServices.
1314
- Possible values are any combination of Logging|Metrics|AzureServices (For example, "Logging,
1315
- Metrics"), or None to bypass none of those traffics. Known values are: "None", "Logging",
1316
- "Metrics", and "AzureServices".
1317
- :paramtype bypass: str or ~azure.mgmt.storage.v2018_03_01_preview.models.Bypass
1318
- :keyword virtual_network_rules: Sets the virtual network rules.
1319
- :paramtype virtual_network_rules:
1320
- list[~azure.mgmt.storage.v2018_03_01_preview.models.VirtualNetworkRule]
1321
- :keyword ip_rules: Sets the IP ACL rules.
1322
- :paramtype ip_rules: list[~azure.mgmt.storage.v2018_03_01_preview.models.IPRule]
1323
- :keyword default_action: Specifies the default action of allow or deny when no other rules
1324
- match. Known values are: "Allow" and "Deny".
1325
- :paramtype default_action: str or ~azure.mgmt.storage.v2018_03_01_preview.models.DefaultAction
1326
- """
1327
- super().__init__(**kwargs)
1328
- self.bypass = bypass
1329
- self.virtual_network_rules = virtual_network_rules
1330
- self.ip_rules = ip_rules
1331
- self.default_action = default_action
1332
-
1333
-
1334
- class Operation(_serialization.Model):
1335
- """Storage REST API operation definition.
1336
-
1337
- :ivar name: Operation name: {provider}/{resource}/{operation}.
1338
- :vartype name: str
1339
- :ivar display: Display metadata associated with the operation.
1340
- :vartype display: ~azure.mgmt.storage.v2018_03_01_preview.models.OperationDisplay
1341
- :ivar origin: The origin of operations.
1342
- :vartype origin: str
1343
- :ivar service_specification: One property of operation, include metric specifications.
1344
- :vartype service_specification:
1345
- ~azure.mgmt.storage.v2018_03_01_preview.models.ServiceSpecification
1346
- """
1347
-
1348
- _attribute_map = {
1349
- "name": {"key": "name", "type": "str"},
1350
- "display": {"key": "display", "type": "OperationDisplay"},
1351
- "origin": {"key": "origin", "type": "str"},
1352
- "service_specification": {"key": "properties.serviceSpecification", "type": "ServiceSpecification"},
1353
- }
1354
-
1355
- def __init__(
1356
- self,
1357
- *,
1358
- name: Optional[str] = None,
1359
- display: Optional["_models.OperationDisplay"] = None,
1360
- origin: Optional[str] = None,
1361
- service_specification: Optional["_models.ServiceSpecification"] = None,
1362
- **kwargs: Any
1363
- ) -> None:
1364
- """
1365
- :keyword name: Operation name: {provider}/{resource}/{operation}.
1366
- :paramtype name: str
1367
- :keyword display: Display metadata associated with the operation.
1368
- :paramtype display: ~azure.mgmt.storage.v2018_03_01_preview.models.OperationDisplay
1369
- :keyword origin: The origin of operations.
1370
- :paramtype origin: str
1371
- :keyword service_specification: One property of operation, include metric specifications.
1372
- :paramtype service_specification:
1373
- ~azure.mgmt.storage.v2018_03_01_preview.models.ServiceSpecification
1374
- """
1375
- super().__init__(**kwargs)
1376
- self.name = name
1377
- self.display = display
1378
- self.origin = origin
1379
- self.service_specification = service_specification
1380
-
1381
-
1382
- class OperationDisplay(_serialization.Model):
1383
- """Display metadata associated with the operation.
1384
-
1385
- :ivar provider: Service provider: Microsoft Storage.
1386
- :vartype provider: str
1387
- :ivar resource: Resource on which the operation is performed etc.
1388
- :vartype resource: str
1389
- :ivar operation: Type of operation: get, read, delete, etc.
1390
- :vartype operation: str
1391
- :ivar description: Description of the operation.
1392
- :vartype description: str
1393
- """
1394
-
1395
- _attribute_map = {
1396
- "provider": {"key": "provider", "type": "str"},
1397
- "resource": {"key": "resource", "type": "str"},
1398
- "operation": {"key": "operation", "type": "str"},
1399
- "description": {"key": "description", "type": "str"},
1400
- }
1401
-
1402
- def __init__(
1403
- self,
1404
- *,
1405
- provider: Optional[str] = None,
1406
- resource: Optional[str] = None,
1407
- operation: Optional[str] = None,
1408
- description: Optional[str] = None,
1409
- **kwargs: Any
1410
- ) -> None:
1411
- """
1412
- :keyword provider: Service provider: Microsoft Storage.
1413
- :paramtype provider: str
1414
- :keyword resource: Resource on which the operation is performed etc.
1415
- :paramtype resource: str
1416
- :keyword operation: Type of operation: get, read, delete, etc.
1417
- :paramtype operation: str
1418
- :keyword description: Description of the operation.
1419
- :paramtype description: str
1420
- """
1421
- super().__init__(**kwargs)
1422
- self.provider = provider
1423
- self.resource = resource
1424
- self.operation = operation
1425
- self.description = description
1426
-
1427
-
1428
- class OperationListResult(_serialization.Model):
1429
- """Result of the request to list Storage operations. It contains a list of operations and a URL
1430
- link to get the next set of results.
1431
-
1432
- :ivar value: List of Storage operations supported by the Storage resource provider.
1433
- :vartype value: list[~azure.mgmt.storage.v2018_03_01_preview.models.Operation]
1434
- """
1435
-
1436
- _attribute_map = {
1437
- "value": {"key": "value", "type": "[Operation]"},
1438
- }
1439
-
1440
- def __init__(self, *, value: Optional[List["_models.Operation"]] = None, **kwargs: Any) -> None:
1441
- """
1442
- :keyword value: List of Storage operations supported by the Storage resource provider.
1443
- :paramtype value: list[~azure.mgmt.storage.v2018_03_01_preview.models.Operation]
1444
- """
1445
- super().__init__(**kwargs)
1446
- self.value = value
1447
-
1448
-
1449
- class Restriction(_serialization.Model):
1450
- """The restriction because of which SKU cannot be used.
1451
-
1452
- Variables are only populated by the server, and will be ignored when sending a request.
1453
-
1454
- :ivar type: The type of restrictions. As of now only possible value for this is location.
1455
- :vartype type: str
1456
- :ivar values: The value of restrictions. If the restriction type is set to location. This would
1457
- be different locations where the SKU is restricted.
1458
- :vartype values: list[str]
1459
- :ivar reason_code: The reason for the restriction. As of now this can be "QuotaId" or
1460
- "NotAvailableForSubscription". Quota Id is set when the SKU has requiredQuotas parameter as the
1461
- subscription does not belong to that quota. The "NotAvailableForSubscription" is related to
1462
- capacity at DC. Known values are: "QuotaId" and "NotAvailableForSubscription".
1463
- :vartype reason_code: str or ~azure.mgmt.storage.v2018_03_01_preview.models.ReasonCode
1464
- """
1465
-
1466
- _validation = {
1467
- "type": {"readonly": True},
1468
- "values": {"readonly": True},
1469
- }
1470
-
1471
- _attribute_map = {
1472
- "type": {"key": "type", "type": "str"},
1473
- "values": {"key": "values", "type": "[str]"},
1474
- "reason_code": {"key": "reasonCode", "type": "str"},
1475
- }
1476
-
1477
- def __init__(self, *, reason_code: Optional[Union[str, "_models.ReasonCode"]] = None, **kwargs: Any) -> None:
1478
- """
1479
- :keyword reason_code: The reason for the restriction. As of now this can be "QuotaId" or
1480
- "NotAvailableForSubscription". Quota Id is set when the SKU has requiredQuotas parameter as the
1481
- subscription does not belong to that quota. The "NotAvailableForSubscription" is related to
1482
- capacity at DC. Known values are: "QuotaId" and "NotAvailableForSubscription".
1483
- :paramtype reason_code: str or ~azure.mgmt.storage.v2018_03_01_preview.models.ReasonCode
1484
- """
1485
- super().__init__(**kwargs)
1486
- self.type = None
1487
- self.values = None
1488
- self.reason_code = reason_code
1489
-
1490
-
1491
- class ServiceSasParameters(_serialization.Model): # pylint: disable=too-many-instance-attributes
1492
- """The parameters to list service SAS credentials of a specific resource.
1493
-
1494
- All required parameters must be populated in order to send to server.
1495
-
1496
- :ivar canonicalized_resource: The canonical path to the signed resource. Required.
1497
- :vartype canonicalized_resource: str
1498
- :ivar resource: The signed services accessible with the service SAS. Possible values include:
1499
- Blob (b), Container (c), File (f), Share (s). Known values are: "b", "c", "f", and "s".
1500
- :vartype resource: str or ~azure.mgmt.storage.v2018_03_01_preview.models.SignedResource
1501
- :ivar permissions: The signed permissions for the service SAS. Possible values include: Read
1502
- (r), Write (w), Delete (d), List (l), Add (a), Create (c), Update (u) and Process (p). Known
1503
- values are: "r", "d", "w", "l", "a", "c", "u", and "p".
1504
- :vartype permissions: str or ~azure.mgmt.storage.v2018_03_01_preview.models.Permissions
1505
- :ivar ip_address_or_range: An IP address or a range of IP addresses from which to accept
1506
- requests.
1507
- :vartype ip_address_or_range: str
1508
- :ivar protocols: The protocol permitted for a request made with the account SAS. Known values
1509
- are: "https,http" and "https".
1510
- :vartype protocols: str or ~azure.mgmt.storage.v2018_03_01_preview.models.HttpProtocol
1511
- :ivar shared_access_start_time: The time at which the SAS becomes valid.
1512
- :vartype shared_access_start_time: ~datetime.datetime
1513
- :ivar shared_access_expiry_time: The time at which the shared access signature becomes invalid.
1514
- :vartype shared_access_expiry_time: ~datetime.datetime
1515
- :ivar identifier: A unique value up to 64 characters in length that correlates to an access
1516
- policy specified for the container, queue, or table.
1517
- :vartype identifier: str
1518
- :ivar partition_key_start: The start of partition key.
1519
- :vartype partition_key_start: str
1520
- :ivar partition_key_end: The end of partition key.
1521
- :vartype partition_key_end: str
1522
- :ivar row_key_start: The start of row key.
1523
- :vartype row_key_start: str
1524
- :ivar row_key_end: The end of row key.
1525
- :vartype row_key_end: str
1526
- :ivar key_to_sign: The key to sign the account SAS token with.
1527
- :vartype key_to_sign: str
1528
- :ivar cache_control: The response header override for cache control.
1529
- :vartype cache_control: str
1530
- :ivar content_disposition: The response header override for content disposition.
1531
- :vartype content_disposition: str
1532
- :ivar content_encoding: The response header override for content encoding.
1533
- :vartype content_encoding: str
1534
- :ivar content_language: The response header override for content language.
1535
- :vartype content_language: str
1536
- :ivar content_type: The response header override for content type.
1537
- :vartype content_type: str
1538
- """
1539
-
1540
- _validation = {
1541
- "canonicalized_resource": {"required": True},
1542
- "identifier": {"max_length": 64},
1543
- }
1544
-
1545
- _attribute_map = {
1546
- "canonicalized_resource": {"key": "canonicalizedResource", "type": "str"},
1547
- "resource": {"key": "signedResource", "type": "str"},
1548
- "permissions": {"key": "signedPermission", "type": "str"},
1549
- "ip_address_or_range": {"key": "signedIp", "type": "str"},
1550
- "protocols": {"key": "signedProtocol", "type": "str"},
1551
- "shared_access_start_time": {"key": "signedStart", "type": "iso-8601"},
1552
- "shared_access_expiry_time": {"key": "signedExpiry", "type": "iso-8601"},
1553
- "identifier": {"key": "signedIdentifier", "type": "str"},
1554
- "partition_key_start": {"key": "startPk", "type": "str"},
1555
- "partition_key_end": {"key": "endPk", "type": "str"},
1556
- "row_key_start": {"key": "startRk", "type": "str"},
1557
- "row_key_end": {"key": "endRk", "type": "str"},
1558
- "key_to_sign": {"key": "keyToSign", "type": "str"},
1559
- "cache_control": {"key": "rscc", "type": "str"},
1560
- "content_disposition": {"key": "rscd", "type": "str"},
1561
- "content_encoding": {"key": "rsce", "type": "str"},
1562
- "content_language": {"key": "rscl", "type": "str"},
1563
- "content_type": {"key": "rsct", "type": "str"},
1564
- }
1565
-
1566
- def __init__(
1567
- self,
1568
- *,
1569
- canonicalized_resource: str,
1570
- resource: Optional[Union[str, "_models.SignedResource"]] = None,
1571
- permissions: Optional[Union[str, "_models.Permissions"]] = None,
1572
- ip_address_or_range: Optional[str] = None,
1573
- protocols: Optional[Union[str, "_models.HttpProtocol"]] = None,
1574
- shared_access_start_time: Optional[datetime.datetime] = None,
1575
- shared_access_expiry_time: Optional[datetime.datetime] = None,
1576
- identifier: Optional[str] = None,
1577
- partition_key_start: Optional[str] = None,
1578
- partition_key_end: Optional[str] = None,
1579
- row_key_start: Optional[str] = None,
1580
- row_key_end: Optional[str] = None,
1581
- key_to_sign: Optional[str] = None,
1582
- cache_control: Optional[str] = None,
1583
- content_disposition: Optional[str] = None,
1584
- content_encoding: Optional[str] = None,
1585
- content_language: Optional[str] = None,
1586
- content_type: Optional[str] = None,
1587
- **kwargs: Any
1588
- ) -> None:
1589
- """
1590
- :keyword canonicalized_resource: The canonical path to the signed resource. Required.
1591
- :paramtype canonicalized_resource: str
1592
- :keyword resource: The signed services accessible with the service SAS. Possible values
1593
- include: Blob (b), Container (c), File (f), Share (s). Known values are: "b", "c", "f", and
1594
- "s".
1595
- :paramtype resource: str or ~azure.mgmt.storage.v2018_03_01_preview.models.SignedResource
1596
- :keyword permissions: The signed permissions for the service SAS. Possible values include: Read
1597
- (r), Write (w), Delete (d), List (l), Add (a), Create (c), Update (u) and Process (p). Known
1598
- values are: "r", "d", "w", "l", "a", "c", "u", and "p".
1599
- :paramtype permissions: str or ~azure.mgmt.storage.v2018_03_01_preview.models.Permissions
1600
- :keyword ip_address_or_range: An IP address or a range of IP addresses from which to accept
1601
- requests.
1602
- :paramtype ip_address_or_range: str
1603
- :keyword protocols: The protocol permitted for a request made with the account SAS. Known
1604
- values are: "https,http" and "https".
1605
- :paramtype protocols: str or ~azure.mgmt.storage.v2018_03_01_preview.models.HttpProtocol
1606
- :keyword shared_access_start_time: The time at which the SAS becomes valid.
1607
- :paramtype shared_access_start_time: ~datetime.datetime
1608
- :keyword shared_access_expiry_time: The time at which the shared access signature becomes
1609
- invalid.
1610
- :paramtype shared_access_expiry_time: ~datetime.datetime
1611
- :keyword identifier: A unique value up to 64 characters in length that correlates to an access
1612
- policy specified for the container, queue, or table.
1613
- :paramtype identifier: str
1614
- :keyword partition_key_start: The start of partition key.
1615
- :paramtype partition_key_start: str
1616
- :keyword partition_key_end: The end of partition key.
1617
- :paramtype partition_key_end: str
1618
- :keyword row_key_start: The start of row key.
1619
- :paramtype row_key_start: str
1620
- :keyword row_key_end: The end of row key.
1621
- :paramtype row_key_end: str
1622
- :keyword key_to_sign: The key to sign the account SAS token with.
1623
- :paramtype key_to_sign: str
1624
- :keyword cache_control: The response header override for cache control.
1625
- :paramtype cache_control: str
1626
- :keyword content_disposition: The response header override for content disposition.
1627
- :paramtype content_disposition: str
1628
- :keyword content_encoding: The response header override for content encoding.
1629
- :paramtype content_encoding: str
1630
- :keyword content_language: The response header override for content language.
1631
- :paramtype content_language: str
1632
- :keyword content_type: The response header override for content type.
1633
- :paramtype content_type: str
1634
- """
1635
- super().__init__(**kwargs)
1636
- self.canonicalized_resource = canonicalized_resource
1637
- self.resource = resource
1638
- self.permissions = permissions
1639
- self.ip_address_or_range = ip_address_or_range
1640
- self.protocols = protocols
1641
- self.shared_access_start_time = shared_access_start_time
1642
- self.shared_access_expiry_time = shared_access_expiry_time
1643
- self.identifier = identifier
1644
- self.partition_key_start = partition_key_start
1645
- self.partition_key_end = partition_key_end
1646
- self.row_key_start = row_key_start
1647
- self.row_key_end = row_key_end
1648
- self.key_to_sign = key_to_sign
1649
- self.cache_control = cache_control
1650
- self.content_disposition = content_disposition
1651
- self.content_encoding = content_encoding
1652
- self.content_language = content_language
1653
- self.content_type = content_type
1654
-
1655
-
1656
- class ServiceSpecification(_serialization.Model):
1657
- """One property of operation, include metric specifications.
1658
-
1659
- :ivar metric_specifications: Metric specifications of operation.
1660
- :vartype metric_specifications:
1661
- list[~azure.mgmt.storage.v2018_03_01_preview.models.MetricSpecification]
1662
- """
1663
-
1664
- _attribute_map = {
1665
- "metric_specifications": {"key": "metricSpecifications", "type": "[MetricSpecification]"},
1666
- }
1667
-
1668
- def __init__(
1669
- self, *, metric_specifications: Optional[List["_models.MetricSpecification"]] = None, **kwargs: Any
1670
- ) -> None:
1671
- """
1672
- :keyword metric_specifications: Metric specifications of operation.
1673
- :paramtype metric_specifications:
1674
- list[~azure.mgmt.storage.v2018_03_01_preview.models.MetricSpecification]
1675
- """
1676
- super().__init__(**kwargs)
1677
- self.metric_specifications = metric_specifications
1678
-
1679
-
1680
- class Sku(_serialization.Model):
1681
- """The SKU of the storage account.
1682
-
1683
- Variables are only populated by the server, and will be ignored when sending a request.
1684
-
1685
- All required parameters must be populated in order to send to server.
1686
-
1687
- :ivar name: Gets or sets the sku name. Required for account creation; optional for update. Note
1688
- that in older versions, sku name was called accountType. Required. Known values are:
1689
- "Standard_LRS", "Standard_GRS", "Standard_RAGRS", "Standard_ZRS", and "Premium_LRS".
1690
- :vartype name: str or ~azure.mgmt.storage.v2018_03_01_preview.models.SkuName
1691
- :ivar tier: Gets the sku tier. This is based on the SKU name. Known values are: "Standard" and
1692
- "Premium".
1693
- :vartype tier: str or ~azure.mgmt.storage.v2018_03_01_preview.models.SkuTier
1694
- :ivar resource_type: The type of the resource, usually it is 'storageAccounts'.
1695
- :vartype resource_type: str
1696
- :ivar kind: Indicates the type of storage account. Known values are: "Storage", "StorageV2",
1697
- and "BlobStorage".
1698
- :vartype kind: str or ~azure.mgmt.storage.v2018_03_01_preview.models.Kind
1699
- :ivar locations: The set of locations that the SKU is available. This will be supported and
1700
- registered Azure Geo Regions (e.g. West US, East US, Southeast Asia, etc.).
1701
- :vartype locations: list[str]
1702
- :ivar capabilities: The capability information in the specified sku, including file encryption,
1703
- network acls, change notification, etc.
1704
- :vartype capabilities: list[~azure.mgmt.storage.v2018_03_01_preview.models.SKUCapability]
1705
- :ivar restrictions: The restrictions because of which SKU cannot be used. This is empty if
1706
- there are no restrictions.
1707
- :vartype restrictions: list[~azure.mgmt.storage.v2018_03_01_preview.models.Restriction]
1708
- """
1709
-
1710
- _validation = {
1711
- "name": {"required": True},
1712
- "tier": {"readonly": True},
1713
- "resource_type": {"readonly": True},
1714
- "kind": {"readonly": True},
1715
- "locations": {"readonly": True},
1716
- "capabilities": {"readonly": True},
1717
- }
1718
-
1719
- _attribute_map = {
1720
- "name": {"key": "name", "type": "str"},
1721
- "tier": {"key": "tier", "type": "str"},
1722
- "resource_type": {"key": "resourceType", "type": "str"},
1723
- "kind": {"key": "kind", "type": "str"},
1724
- "locations": {"key": "locations", "type": "[str]"},
1725
- "capabilities": {"key": "capabilities", "type": "[SKUCapability]"},
1726
- "restrictions": {"key": "restrictions", "type": "[Restriction]"},
1727
- }
1728
-
1729
- def __init__(
1730
- self,
1731
- *,
1732
- name: Union[str, "_models.SkuName"],
1733
- restrictions: Optional[List["_models.Restriction"]] = None,
1734
- **kwargs: Any
1735
- ) -> None:
1736
- """
1737
- :keyword name: Gets or sets the sku name. Required for account creation; optional for update.
1738
- Note that in older versions, sku name was called accountType. Required. Known values are:
1739
- "Standard_LRS", "Standard_GRS", "Standard_RAGRS", "Standard_ZRS", and "Premium_LRS".
1740
- :paramtype name: str or ~azure.mgmt.storage.v2018_03_01_preview.models.SkuName
1741
- :keyword restrictions: The restrictions because of which SKU cannot be used. This is empty if
1742
- there are no restrictions.
1743
- :paramtype restrictions: list[~azure.mgmt.storage.v2018_03_01_preview.models.Restriction]
1744
- """
1745
- super().__init__(**kwargs)
1746
- self.name = name
1747
- self.tier = None
1748
- self.resource_type = None
1749
- self.kind = None
1750
- self.locations = None
1751
- self.capabilities = None
1752
- self.restrictions = restrictions
1753
-
1754
-
1755
- class SKUCapability(_serialization.Model):
1756
- """The capability information in the specified sku, including file encryption, network acls,
1757
- change notification, etc.
1758
-
1759
- Variables are only populated by the server, and will be ignored when sending a request.
1760
-
1761
- :ivar name: The name of capability, The capability information in the specified sku, including
1762
- file encryption, network acls, change notification, etc.
1763
- :vartype name: str
1764
- :ivar value: A string value to indicate states of given capability. Possibly 'true' or 'false'.
1765
- :vartype value: str
1766
- """
1767
-
1768
- _validation = {
1769
- "name": {"readonly": True},
1770
- "value": {"readonly": True},
1771
- }
1772
-
1773
- _attribute_map = {
1774
- "name": {"key": "name", "type": "str"},
1775
- "value": {"key": "value", "type": "str"},
1776
- }
1777
-
1778
- def __init__(self, **kwargs: Any) -> None:
1779
- """ """
1780
- super().__init__(**kwargs)
1781
- self.name = None
1782
- self.value = None
1783
-
1784
-
1785
- class TrackedResource(Resource):
1786
- """The resource model definition for an Azure Resource Manager tracked top level resource which
1787
- has 'tags' and a 'location'.
1788
-
1789
- Variables are only populated by the server, and will be ignored when sending a request.
1790
-
1791
- All required parameters must be populated in order to send to server.
1792
-
1793
- :ivar id: Fully qualified resource ID for the resource. Ex -
1794
- /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. # pylint: disable=line-too-long
1795
- :vartype id: str
1796
- :ivar name: The name of the resource.
1797
- :vartype name: str
1798
- :ivar type: The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or
1799
- "Microsoft.Storage/storageAccounts".
1800
- :vartype type: str
1801
- :ivar tags: Resource tags.
1802
- :vartype tags: dict[str, str]
1803
- :ivar location: The geo-location where the resource lives. Required.
1804
- :vartype location: str
1805
- """
1806
-
1807
- _validation = {
1808
- "id": {"readonly": True},
1809
- "name": {"readonly": True},
1810
- "type": {"readonly": True},
1811
- "location": {"required": True},
1812
- }
1813
-
1814
- _attribute_map = {
1815
- "id": {"key": "id", "type": "str"},
1816
- "name": {"key": "name", "type": "str"},
1817
- "type": {"key": "type", "type": "str"},
1818
- "tags": {"key": "tags", "type": "{str}"},
1819
- "location": {"key": "location", "type": "str"},
1820
- }
1821
-
1822
- def __init__(self, *, location: str, tags: Optional[Dict[str, str]] = None, **kwargs: Any) -> None:
1823
- """
1824
- :keyword tags: Resource tags.
1825
- :paramtype tags: dict[str, str]
1826
- :keyword location: The geo-location where the resource lives. Required.
1827
- :paramtype location: str
1828
- """
1829
- super().__init__(**kwargs)
1830
- self.tags = tags
1831
- self.location = location
1832
-
1833
-
1834
- class StorageAccount(TrackedResource): # pylint: disable=too-many-instance-attributes
1835
- """The storage account.
1836
-
1837
- Variables are only populated by the server, and will be ignored when sending a request.
1838
-
1839
- All required parameters must be populated in order to send to server.
1840
-
1841
- :ivar id: Fully qualified resource ID for the resource. Ex -
1842
- /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. # pylint: disable=line-too-long
1843
- :vartype id: str
1844
- :ivar name: The name of the resource.
1845
- :vartype name: str
1846
- :ivar type: The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or
1847
- "Microsoft.Storage/storageAccounts".
1848
- :vartype type: str
1849
- :ivar tags: Resource tags.
1850
- :vartype tags: dict[str, str]
1851
- :ivar location: The geo-location where the resource lives. Required.
1852
- :vartype location: str
1853
- :ivar sku: Gets the SKU.
1854
- :vartype sku: ~azure.mgmt.storage.v2018_03_01_preview.models.Sku
1855
- :ivar kind: Gets the Kind. Known values are: "Storage", "StorageV2", and "BlobStorage".
1856
- :vartype kind: str or ~azure.mgmt.storage.v2018_03_01_preview.models.Kind
1857
- :ivar identity: The identity of the resource.
1858
- :vartype identity: ~azure.mgmt.storage.v2018_03_01_preview.models.Identity
1859
- :ivar provisioning_state: Gets the status of the storage account at the time the operation was
1860
- called. Known values are: "Creating", "ResolvingDNS", and "Succeeded".
1861
- :vartype provisioning_state: str or
1862
- ~azure.mgmt.storage.v2018_03_01_preview.models.ProvisioningState
1863
- :ivar primary_endpoints: Gets the URLs that are used to perform a retrieval of a public blob,
1864
- queue, or table object. Note that Standard_ZRS and Premium_LRS accounts only return the blob
1865
- endpoint.
1866
- :vartype primary_endpoints: ~azure.mgmt.storage.v2018_03_01_preview.models.Endpoints
1867
- :ivar primary_location: Gets the location of the primary data center for the storage account.
1868
- :vartype primary_location: str
1869
- :ivar status_of_primary: Gets the status indicating whether the primary location of the storage
1870
- account is available or unavailable. Known values are: "available" and "unavailable".
1871
- :vartype status_of_primary: str or ~azure.mgmt.storage.v2018_03_01_preview.models.AccountStatus
1872
- :ivar last_geo_failover_time: Gets the timestamp of the most recent instance of a failover to
1873
- the secondary location. Only the most recent timestamp is retained. This element is not
1874
- returned if there has never been a failover instance. Only available if the accountType is
1875
- Standard_GRS or Standard_RAGRS.
1876
- :vartype last_geo_failover_time: ~datetime.datetime
1877
- :ivar secondary_location: Gets the location of the geo-replicated secondary for the storage
1878
- account. Only available if the accountType is Standard_GRS or Standard_RAGRS.
1879
- :vartype secondary_location: str
1880
- :ivar status_of_secondary: Gets the status indicating whether the secondary location of the
1881
- storage account is available or unavailable. Only available if the SKU name is Standard_GRS or
1882
- Standard_RAGRS. Known values are: "available" and "unavailable".
1883
- :vartype status_of_secondary: str or
1884
- ~azure.mgmt.storage.v2018_03_01_preview.models.AccountStatus
1885
- :ivar creation_time: Gets the creation date and time of the storage account in UTC.
1886
- :vartype creation_time: ~datetime.datetime
1887
- :ivar custom_domain: Gets the custom domain the user assigned to this storage account.
1888
- :vartype custom_domain: ~azure.mgmt.storage.v2018_03_01_preview.models.CustomDomain
1889
- :ivar secondary_endpoints: Gets the URLs that are used to perform a retrieval of a public blob,
1890
- queue, or table object from the secondary location of the storage account. Only available if
1891
- the SKU name is Standard_RAGRS.
1892
- :vartype secondary_endpoints: ~azure.mgmt.storage.v2018_03_01_preview.models.Endpoints
1893
- :ivar encryption: Gets the encryption settings on the account. If unspecified, the account is
1894
- unencrypted.
1895
- :vartype encryption: ~azure.mgmt.storage.v2018_03_01_preview.models.Encryption
1896
- :ivar access_tier: Required for storage accounts where kind = BlobStorage. The access tier used
1897
- for billing. Known values are: "Hot" and "Cool".
1898
- :vartype access_tier: str or ~azure.mgmt.storage.v2018_03_01_preview.models.AccessTier
1899
- :ivar enable_https_traffic_only: Allows https traffic only to storage service if sets to true.
1900
- :vartype enable_https_traffic_only: bool
1901
- :ivar network_rule_set: Network rule set.
1902
- :vartype network_rule_set: ~azure.mgmt.storage.v2018_03_01_preview.models.NetworkRuleSet
1903
- :ivar is_hns_enabled: Account HierarchicalNamespace enabled if sets to true.
1904
- :vartype is_hns_enabled: bool
1905
- """
1906
-
1907
- _validation = {
1908
- "id": {"readonly": True},
1909
- "name": {"readonly": True},
1910
- "type": {"readonly": True},
1911
- "location": {"required": True},
1912
- "sku": {"readonly": True},
1913
- "kind": {"readonly": True},
1914
- "provisioning_state": {"readonly": True},
1915
- "primary_endpoints": {"readonly": True},
1916
- "primary_location": {"readonly": True},
1917
- "status_of_primary": {"readonly": True},
1918
- "last_geo_failover_time": {"readonly": True},
1919
- "secondary_location": {"readonly": True},
1920
- "status_of_secondary": {"readonly": True},
1921
- "creation_time": {"readonly": True},
1922
- "custom_domain": {"readonly": True},
1923
- "secondary_endpoints": {"readonly": True},
1924
- "encryption": {"readonly": True},
1925
- "access_tier": {"readonly": True},
1926
- "network_rule_set": {"readonly": True},
1927
- }
1928
-
1929
- _attribute_map = {
1930
- "id": {"key": "id", "type": "str"},
1931
- "name": {"key": "name", "type": "str"},
1932
- "type": {"key": "type", "type": "str"},
1933
- "tags": {"key": "tags", "type": "{str}"},
1934
- "location": {"key": "location", "type": "str"},
1935
- "sku": {"key": "sku", "type": "Sku"},
1936
- "kind": {"key": "kind", "type": "str"},
1937
- "identity": {"key": "identity", "type": "Identity"},
1938
- "provisioning_state": {"key": "properties.provisioningState", "type": "str"},
1939
- "primary_endpoints": {"key": "properties.primaryEndpoints", "type": "Endpoints"},
1940
- "primary_location": {"key": "properties.primaryLocation", "type": "str"},
1941
- "status_of_primary": {"key": "properties.statusOfPrimary", "type": "str"},
1942
- "last_geo_failover_time": {"key": "properties.lastGeoFailoverTime", "type": "iso-8601"},
1943
- "secondary_location": {"key": "properties.secondaryLocation", "type": "str"},
1944
- "status_of_secondary": {"key": "properties.statusOfSecondary", "type": "str"},
1945
- "creation_time": {"key": "properties.creationTime", "type": "iso-8601"},
1946
- "custom_domain": {"key": "properties.customDomain", "type": "CustomDomain"},
1947
- "secondary_endpoints": {"key": "properties.secondaryEndpoints", "type": "Endpoints"},
1948
- "encryption": {"key": "properties.encryption", "type": "Encryption"},
1949
- "access_tier": {"key": "properties.accessTier", "type": "str"},
1950
- "enable_https_traffic_only": {"key": "properties.supportsHttpsTrafficOnly", "type": "bool"},
1951
- "network_rule_set": {"key": "properties.networkAcls", "type": "NetworkRuleSet"},
1952
- "is_hns_enabled": {"key": "properties.isHnsEnabled", "type": "bool"},
1953
- }
1954
-
1955
- def __init__(
1956
- self,
1957
- *,
1958
- location: str,
1959
- tags: Optional[Dict[str, str]] = None,
1960
- identity: Optional["_models.Identity"] = None,
1961
- enable_https_traffic_only: bool = False,
1962
- is_hns_enabled: bool = False,
1963
- **kwargs: Any
1964
- ) -> None:
1965
- """
1966
- :keyword tags: Resource tags.
1967
- :paramtype tags: dict[str, str]
1968
- :keyword location: The geo-location where the resource lives. Required.
1969
- :paramtype location: str
1970
- :keyword identity: The identity of the resource.
1971
- :paramtype identity: ~azure.mgmt.storage.v2018_03_01_preview.models.Identity
1972
- :keyword enable_https_traffic_only: Allows https traffic only to storage service if sets to
1973
- true.
1974
- :paramtype enable_https_traffic_only: bool
1975
- :keyword is_hns_enabled: Account HierarchicalNamespace enabled if sets to true.
1976
- :paramtype is_hns_enabled: bool
1977
- """
1978
- super().__init__(tags=tags, location=location, **kwargs)
1979
- self.sku = None
1980
- self.kind = None
1981
- self.identity = identity
1982
- self.provisioning_state = None
1983
- self.primary_endpoints = None
1984
- self.primary_location = None
1985
- self.status_of_primary = None
1986
- self.last_geo_failover_time = None
1987
- self.secondary_location = None
1988
- self.status_of_secondary = None
1989
- self.creation_time = None
1990
- self.custom_domain = None
1991
- self.secondary_endpoints = None
1992
- self.encryption = None
1993
- self.access_tier = None
1994
- self.enable_https_traffic_only = enable_https_traffic_only
1995
- self.network_rule_set = None
1996
- self.is_hns_enabled = is_hns_enabled
1997
-
1998
-
1999
- class StorageAccountCheckNameAvailabilityParameters(_serialization.Model): # pylint: disable=name-too-long
2000
- """The parameters used to check the availability of the storage account name.
2001
-
2002
- Variables are only populated by the server, and will be ignored when sending a request.
2003
-
2004
- All required parameters must be populated in order to send to server.
2005
-
2006
- :ivar name: The storage account name. Required.
2007
- :vartype name: str
2008
- :ivar type: The type of resource, Microsoft.Storage/storageAccounts. Required. Default value is
2009
- "Microsoft.Storage/storageAccounts".
2010
- :vartype type: str
2011
- """
2012
-
2013
- _validation = {
2014
- "name": {"required": True},
2015
- "type": {"required": True, "constant": True},
2016
- }
2017
-
2018
- _attribute_map = {
2019
- "name": {"key": "name", "type": "str"},
2020
- "type": {"key": "type", "type": "str"},
2021
- }
2022
-
2023
- type = "Microsoft.Storage/storageAccounts"
2024
-
2025
- def __init__(self, *, name: str, **kwargs: Any) -> None:
2026
- """
2027
- :keyword name: The storage account name. Required.
2028
- :paramtype name: str
2029
- """
2030
- super().__init__(**kwargs)
2031
- self.name = name
2032
-
2033
-
2034
- class StorageAccountCreateParameters(_serialization.Model): # pylint: disable=too-many-instance-attributes
2035
- """The parameters used when creating a storage account.
2036
-
2037
- All required parameters must be populated in order to send to server.
2038
-
2039
- :ivar sku: Required. Gets or sets the sku name. Required.
2040
- :vartype sku: ~azure.mgmt.storage.v2018_03_01_preview.models.Sku
2041
- :ivar kind: Required. Indicates the type of storage account. Required. Known values are:
2042
- "Storage", "StorageV2", and "BlobStorage".
2043
- :vartype kind: str or ~azure.mgmt.storage.v2018_03_01_preview.models.Kind
2044
- :ivar location: Required. Gets or sets the location of the resource. This will be one of the
2045
- supported and registered Azure Geo Regions (e.g. West US, East US, Southeast Asia, etc.). The
2046
- geo region of a resource cannot be changed once it is created, but if an identical geo region
2047
- is specified on update, the request will succeed. Required.
2048
- :vartype location: str
2049
- :ivar tags: Gets or sets a list of key value pairs that describe the resource. These tags can
2050
- be used for viewing and grouping this resource (across resource groups). A maximum of 15 tags
2051
- can be provided for a resource. Each tag must have a key with a length no greater than 128
2052
- characters and a value with a length no greater than 256 characters.
2053
- :vartype tags: dict[str, str]
2054
- :ivar identity: The identity of the resource.
2055
- :vartype identity: ~azure.mgmt.storage.v2018_03_01_preview.models.Identity
2056
- :ivar custom_domain: User domain assigned to the storage account. Name is the CNAME source.
2057
- Only one custom domain is supported per storage account at this time. To clear the existing
2058
- custom domain, use an empty string for the custom domain name property.
2059
- :vartype custom_domain: ~azure.mgmt.storage.v2018_03_01_preview.models.CustomDomain
2060
- :ivar encryption: Provides the encryption settings on the account. If left unspecified the
2061
- account encryption settings will remain the same. The default setting is unencrypted.
2062
- :vartype encryption: ~azure.mgmt.storage.v2018_03_01_preview.models.Encryption
2063
- :ivar network_rule_set: Network rule set.
2064
- :vartype network_rule_set: ~azure.mgmt.storage.v2018_03_01_preview.models.NetworkRuleSet
2065
- :ivar access_tier: Required for storage accounts where kind = BlobStorage. The access tier used
2066
- for billing. Known values are: "Hot" and "Cool".
2067
- :vartype access_tier: str or ~azure.mgmt.storage.v2018_03_01_preview.models.AccessTier
2068
- :ivar enable_https_traffic_only: Allows https traffic only to storage service if sets to true.
2069
- :vartype enable_https_traffic_only: bool
2070
- :ivar is_hns_enabled: Account HierarchicalNamespace enabled if sets to true.
2071
- :vartype is_hns_enabled: bool
2072
- """
2073
-
2074
- _validation = {
2075
- "sku": {"required": True},
2076
- "kind": {"required": True},
2077
- "location": {"required": True},
2078
- }
2079
-
2080
- _attribute_map = {
2081
- "sku": {"key": "sku", "type": "Sku"},
2082
- "kind": {"key": "kind", "type": "str"},
2083
- "location": {"key": "location", "type": "str"},
2084
- "tags": {"key": "tags", "type": "{str}"},
2085
- "identity": {"key": "identity", "type": "Identity"},
2086
- "custom_domain": {"key": "properties.customDomain", "type": "CustomDomain"},
2087
- "encryption": {"key": "properties.encryption", "type": "Encryption"},
2088
- "network_rule_set": {"key": "properties.networkAcls", "type": "NetworkRuleSet"},
2089
- "access_tier": {"key": "properties.accessTier", "type": "str"},
2090
- "enable_https_traffic_only": {"key": "properties.supportsHttpsTrafficOnly", "type": "bool"},
2091
- "is_hns_enabled": {"key": "properties.isHnsEnabled", "type": "bool"},
2092
- }
2093
-
2094
- def __init__(
2095
- self,
2096
- *,
2097
- sku: "_models.Sku",
2098
- kind: Union[str, "_models.Kind"],
2099
- location: str,
2100
- tags: Optional[Dict[str, str]] = None,
2101
- identity: Optional["_models.Identity"] = None,
2102
- custom_domain: Optional["_models.CustomDomain"] = None,
2103
- encryption: Optional["_models.Encryption"] = None,
2104
- network_rule_set: Optional["_models.NetworkRuleSet"] = None,
2105
- access_tier: Optional[Union[str, "_models.AccessTier"]] = None,
2106
- enable_https_traffic_only: bool = False,
2107
- is_hns_enabled: bool = False,
2108
- **kwargs: Any
2109
- ) -> None:
2110
- """
2111
- :keyword sku: Required. Gets or sets the sku name. Required.
2112
- :paramtype sku: ~azure.mgmt.storage.v2018_03_01_preview.models.Sku
2113
- :keyword kind: Required. Indicates the type of storage account. Required. Known values are:
2114
- "Storage", "StorageV2", and "BlobStorage".
2115
- :paramtype kind: str or ~azure.mgmt.storage.v2018_03_01_preview.models.Kind
2116
- :keyword location: Required. Gets or sets the location of the resource. This will be one of the
2117
- supported and registered Azure Geo Regions (e.g. West US, East US, Southeast Asia, etc.). The
2118
- geo region of a resource cannot be changed once it is created, but if an identical geo region
2119
- is specified on update, the request will succeed. Required.
2120
- :paramtype location: str
2121
- :keyword tags: Gets or sets a list of key value pairs that describe the resource. These tags
2122
- can be used for viewing and grouping this resource (across resource groups). A maximum of 15
2123
- tags can be provided for a resource. Each tag must have a key with a length no greater than 128
2124
- characters and a value with a length no greater than 256 characters.
2125
- :paramtype tags: dict[str, str]
2126
- :keyword identity: The identity of the resource.
2127
- :paramtype identity: ~azure.mgmt.storage.v2018_03_01_preview.models.Identity
2128
- :keyword custom_domain: User domain assigned to the storage account. Name is the CNAME source.
2129
- Only one custom domain is supported per storage account at this time. To clear the existing
2130
- custom domain, use an empty string for the custom domain name property.
2131
- :paramtype custom_domain: ~azure.mgmt.storage.v2018_03_01_preview.models.CustomDomain
2132
- :keyword encryption: Provides the encryption settings on the account. If left unspecified the
2133
- account encryption settings will remain the same. The default setting is unencrypted.
2134
- :paramtype encryption: ~azure.mgmt.storage.v2018_03_01_preview.models.Encryption
2135
- :keyword network_rule_set: Network rule set.
2136
- :paramtype network_rule_set: ~azure.mgmt.storage.v2018_03_01_preview.models.NetworkRuleSet
2137
- :keyword access_tier: Required for storage accounts where kind = BlobStorage. The access tier
2138
- used for billing. Known values are: "Hot" and "Cool".
2139
- :paramtype access_tier: str or ~azure.mgmt.storage.v2018_03_01_preview.models.AccessTier
2140
- :keyword enable_https_traffic_only: Allows https traffic only to storage service if sets to
2141
- true.
2142
- :paramtype enable_https_traffic_only: bool
2143
- :keyword is_hns_enabled: Account HierarchicalNamespace enabled if sets to true.
2144
- :paramtype is_hns_enabled: bool
2145
- """
2146
- super().__init__(**kwargs)
2147
- self.sku = sku
2148
- self.kind = kind
2149
- self.location = location
2150
- self.tags = tags
2151
- self.identity = identity
2152
- self.custom_domain = custom_domain
2153
- self.encryption = encryption
2154
- self.network_rule_set = network_rule_set
2155
- self.access_tier = access_tier
2156
- self.enable_https_traffic_only = enable_https_traffic_only
2157
- self.is_hns_enabled = is_hns_enabled
2158
-
2159
-
2160
- class StorageAccountKey(_serialization.Model):
2161
- """An access key for the storage account.
2162
-
2163
- Variables are only populated by the server, and will be ignored when sending a request.
2164
-
2165
- :ivar key_name: Name of the key.
2166
- :vartype key_name: str
2167
- :ivar value: Base 64-encoded value of the key.
2168
- :vartype value: str
2169
- :ivar permissions: Permissions for the key -- read-only or full permissions. Known values are:
2170
- "Read" and "Full".
2171
- :vartype permissions: str or ~azure.mgmt.storage.v2018_03_01_preview.models.KeyPermission
2172
- """
2173
-
2174
- _validation = {
2175
- "key_name": {"readonly": True},
2176
- "value": {"readonly": True},
2177
- "permissions": {"readonly": True},
2178
- }
2179
-
2180
- _attribute_map = {
2181
- "key_name": {"key": "keyName", "type": "str"},
2182
- "value": {"key": "value", "type": "str"},
2183
- "permissions": {"key": "permissions", "type": "str"},
2184
- }
2185
-
2186
- def __init__(self, **kwargs: Any) -> None:
2187
- """ """
2188
- super().__init__(**kwargs)
2189
- self.key_name = None
2190
- self.value = None
2191
- self.permissions = None
2192
-
2193
-
2194
- class StorageAccountListKeysResult(_serialization.Model):
2195
- """The response from the ListKeys operation.
2196
-
2197
- Variables are only populated by the server, and will be ignored when sending a request.
2198
-
2199
- :ivar keys: Gets the list of storage account keys and their properties for the specified
2200
- storage account.
2201
- :vartype keys: list[~azure.mgmt.storage.v2018_03_01_preview.models.StorageAccountKey]
2202
- """
2203
-
2204
- _validation = {
2205
- "keys": {"readonly": True},
2206
- }
2207
-
2208
- _attribute_map = {
2209
- "keys": {"key": "keys", "type": "[StorageAccountKey]"},
2210
- }
2211
-
2212
- def __init__(self, **kwargs: Any) -> None:
2213
- """ """
2214
- super().__init__(**kwargs)
2215
- self.keys = None
2216
-
2217
-
2218
- class StorageAccountListResult(_serialization.Model):
2219
- """The response from the List Storage Accounts operation.
2220
-
2221
- Variables are only populated by the server, and will be ignored when sending a request.
2222
-
2223
- :ivar value: Gets the list of storage accounts and their properties.
2224
- :vartype value: list[~azure.mgmt.storage.v2018_03_01_preview.models.StorageAccount]
2225
- """
2226
-
2227
- _validation = {
2228
- "value": {"readonly": True},
2229
- }
2230
-
2231
- _attribute_map = {
2232
- "value": {"key": "value", "type": "[StorageAccount]"},
2233
- }
2234
-
2235
- def __init__(self, **kwargs: Any) -> None:
2236
- """ """
2237
- super().__init__(**kwargs)
2238
- self.value = None
2239
-
2240
-
2241
- class StorageAccountManagementPolicies(Resource):
2242
- """The Get Storage Account ManagementPolicies operation response.
2243
-
2244
- Variables are only populated by the server, and will be ignored when sending a request.
2245
-
2246
- :ivar id: Fully qualified resource ID for the resource. Ex -
2247
- /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. # pylint: disable=line-too-long
2248
- :vartype id: str
2249
- :ivar name: The name of the resource.
2250
- :vartype name: str
2251
- :ivar type: The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or
2252
- "Microsoft.Storage/storageAccounts".
2253
- :vartype type: str
2254
- :ivar policy: The Storage Account ManagementPolicies Rules, in JSON format. See more details
2255
- in: https://docs.microsoft.com/en-us/azure/storage/common/storage-lifecycle-managment-concepts.
2256
- :vartype policy: JSON
2257
- :ivar last_modified_time: Returns the date and time the ManagementPolicies was last modified.
2258
- :vartype last_modified_time: ~datetime.datetime
2259
- """
2260
-
2261
- _validation = {
2262
- "id": {"readonly": True},
2263
- "name": {"readonly": True},
2264
- "type": {"readonly": True},
2265
- "last_modified_time": {"readonly": True},
2266
- }
2267
-
2268
- _attribute_map = {
2269
- "id": {"key": "id", "type": "str"},
2270
- "name": {"key": "name", "type": "str"},
2271
- "type": {"key": "type", "type": "str"},
2272
- "policy": {"key": "properties.policy", "type": "object"},
2273
- "last_modified_time": {"key": "properties.lastModifiedTime", "type": "iso-8601"},
2274
- }
2275
-
2276
- def __init__(self, *, policy: Optional[JSON] = None, **kwargs: Any) -> None:
2277
- """
2278
- :keyword policy: The Storage Account ManagementPolicies Rules, in JSON format. See more details
2279
- in: https://docs.microsoft.com/en-us/azure/storage/common/storage-lifecycle-managment-concepts.
2280
- :paramtype policy: JSON
2281
- """
2282
- super().__init__(**kwargs)
2283
- self.policy = policy
2284
- self.last_modified_time = None
2285
-
2286
-
2287
- class StorageAccountManagementPoliciesRulesProperty(ManagementPoliciesRules): # pylint: disable=name-too-long
2288
- """The Storage Account Data Policies properties.
2289
-
2290
- Variables are only populated by the server, and will be ignored when sending a request.
2291
-
2292
- :ivar policy: The Storage Account ManagementPolicies Rules, in JSON format. See more details
2293
- in: https://docs.microsoft.com/en-us/azure/storage/common/storage-lifecycle-managment-concepts.
2294
- :vartype policy: JSON
2295
- :ivar last_modified_time: Returns the date and time the ManagementPolicies was last modified.
2296
- :vartype last_modified_time: ~datetime.datetime
2297
- """
2298
-
2299
- _validation = {
2300
- "last_modified_time": {"readonly": True},
2301
- }
2302
-
2303
- _attribute_map = {
2304
- "policy": {"key": "policy", "type": "object"},
2305
- "last_modified_time": {"key": "lastModifiedTime", "type": "iso-8601"},
2306
- }
2307
-
2308
- def __init__(self, *, policy: Optional[JSON] = None, **kwargs: Any) -> None:
2309
- """
2310
- :keyword policy: The Storage Account ManagementPolicies Rules, in JSON format. See more details
2311
- in: https://docs.microsoft.com/en-us/azure/storage/common/storage-lifecycle-managment-concepts.
2312
- :paramtype policy: JSON
2313
- """
2314
- super().__init__(policy=policy, **kwargs)
2315
- self.last_modified_time = None
2316
-
2317
-
2318
- class StorageAccountRegenerateKeyParameters(_serialization.Model):
2319
- """The parameters used to regenerate the storage account key.
2320
-
2321
- All required parameters must be populated in order to send to server.
2322
-
2323
- :ivar key_name: The name of storage keys that want to be regenerated, possible values are key1,
2324
- key2. Required.
2325
- :vartype key_name: str
2326
- """
2327
-
2328
- _validation = {
2329
- "key_name": {"required": True},
2330
- }
2331
-
2332
- _attribute_map = {
2333
- "key_name": {"key": "keyName", "type": "str"},
2334
- }
2335
-
2336
- def __init__(self, *, key_name: str, **kwargs: Any) -> None:
2337
- """
2338
- :keyword key_name: The name of storage keys that want to be regenerated, possible values are
2339
- key1, key2. Required.
2340
- :paramtype key_name: str
2341
- """
2342
- super().__init__(**kwargs)
2343
- self.key_name = key_name
2344
-
2345
-
2346
- class StorageAccountUpdateParameters(_serialization.Model):
2347
- """The parameters that can be provided when updating the storage account properties.
2348
-
2349
- :ivar sku: Gets or sets the SKU name. Note that the SKU name cannot be updated to Standard_ZRS
2350
- or Premium_LRS, nor can accounts of those sku names be updated to any other value.
2351
- :vartype sku: ~azure.mgmt.storage.v2018_03_01_preview.models.Sku
2352
- :ivar tags: Gets or sets a list of key value pairs that describe the resource. These tags can
2353
- be used in viewing and grouping this resource (across resource groups). A maximum of 15 tags
2354
- can be provided for a resource. Each tag must have a key no greater in length than 128
2355
- characters and a value no greater in length than 256 characters.
2356
- :vartype tags: dict[str, str]
2357
- :ivar identity: The identity of the resource.
2358
- :vartype identity: ~azure.mgmt.storage.v2018_03_01_preview.models.Identity
2359
- :ivar kind: Optional. Indicates the type of storage account. Currently only StorageV2 value
2360
- supported by server. Known values are: "Storage", "StorageV2", and "BlobStorage".
2361
- :vartype kind: str or ~azure.mgmt.storage.v2018_03_01_preview.models.Kind
2362
- :ivar custom_domain: Custom domain assigned to the storage account by the user. Name is the
2363
- CNAME source. Only one custom domain is supported per storage account at this time. To clear
2364
- the existing custom domain, use an empty string for the custom domain name property.
2365
- :vartype custom_domain: ~azure.mgmt.storage.v2018_03_01_preview.models.CustomDomain
2366
- :ivar encryption: Provides the encryption settings on the account. The default setting is
2367
- unencrypted.
2368
- :vartype encryption: ~azure.mgmt.storage.v2018_03_01_preview.models.Encryption
2369
- :ivar access_tier: Required for storage accounts where kind = BlobStorage. The access tier used
2370
- for billing. Known values are: "Hot" and "Cool".
2371
- :vartype access_tier: str or ~azure.mgmt.storage.v2018_03_01_preview.models.AccessTier
2372
- :ivar enable_https_traffic_only: Allows https traffic only to storage service if sets to true.
2373
- :vartype enable_https_traffic_only: bool
2374
- :ivar network_rule_set: Network rule set.
2375
- :vartype network_rule_set: ~azure.mgmt.storage.v2018_03_01_preview.models.NetworkRuleSet
2376
- """
2377
-
2378
- _attribute_map = {
2379
- "sku": {"key": "sku", "type": "Sku"},
2380
- "tags": {"key": "tags", "type": "{str}"},
2381
- "identity": {"key": "identity", "type": "Identity"},
2382
- "kind": {"key": "kind", "type": "str"},
2383
- "custom_domain": {"key": "properties.customDomain", "type": "CustomDomain"},
2384
- "encryption": {"key": "properties.encryption", "type": "Encryption"},
2385
- "access_tier": {"key": "properties.accessTier", "type": "str"},
2386
- "enable_https_traffic_only": {"key": "properties.supportsHttpsTrafficOnly", "type": "bool"},
2387
- "network_rule_set": {"key": "properties.networkAcls", "type": "NetworkRuleSet"},
2388
- }
2389
-
2390
- def __init__(
2391
- self,
2392
- *,
2393
- sku: Optional["_models.Sku"] = None,
2394
- tags: Optional[Dict[str, str]] = None,
2395
- identity: Optional["_models.Identity"] = None,
2396
- kind: Optional[Union[str, "_models.Kind"]] = None,
2397
- custom_domain: Optional["_models.CustomDomain"] = None,
2398
- encryption: Optional["_models.Encryption"] = None,
2399
- access_tier: Optional[Union[str, "_models.AccessTier"]] = None,
2400
- enable_https_traffic_only: bool = False,
2401
- network_rule_set: Optional["_models.NetworkRuleSet"] = None,
2402
- **kwargs: Any
2403
- ) -> None:
2404
- """
2405
- :keyword sku: Gets or sets the SKU name. Note that the SKU name cannot be updated to
2406
- Standard_ZRS or Premium_LRS, nor can accounts of those sku names be updated to any other value.
2407
- :paramtype sku: ~azure.mgmt.storage.v2018_03_01_preview.models.Sku
2408
- :keyword tags: Gets or sets a list of key value pairs that describe the resource. These tags
2409
- can be used in viewing and grouping this resource (across resource groups). A maximum of 15
2410
- tags can be provided for a resource. Each tag must have a key no greater in length than 128
2411
- characters and a value no greater in length than 256 characters.
2412
- :paramtype tags: dict[str, str]
2413
- :keyword identity: The identity of the resource.
2414
- :paramtype identity: ~azure.mgmt.storage.v2018_03_01_preview.models.Identity
2415
- :keyword kind: Optional. Indicates the type of storage account. Currently only StorageV2 value
2416
- supported by server. Known values are: "Storage", "StorageV2", and "BlobStorage".
2417
- :paramtype kind: str or ~azure.mgmt.storage.v2018_03_01_preview.models.Kind
2418
- :keyword custom_domain: Custom domain assigned to the storage account by the user. Name is the
2419
- CNAME source. Only one custom domain is supported per storage account at this time. To clear
2420
- the existing custom domain, use an empty string for the custom domain name property.
2421
- :paramtype custom_domain: ~azure.mgmt.storage.v2018_03_01_preview.models.CustomDomain
2422
- :keyword encryption: Provides the encryption settings on the account. The default setting is
2423
- unencrypted.
2424
- :paramtype encryption: ~azure.mgmt.storage.v2018_03_01_preview.models.Encryption
2425
- :keyword access_tier: Required for storage accounts where kind = BlobStorage. The access tier
2426
- used for billing. Known values are: "Hot" and "Cool".
2427
- :paramtype access_tier: str or ~azure.mgmt.storage.v2018_03_01_preview.models.AccessTier
2428
- :keyword enable_https_traffic_only: Allows https traffic only to storage service if sets to
2429
- true.
2430
- :paramtype enable_https_traffic_only: bool
2431
- :keyword network_rule_set: Network rule set.
2432
- :paramtype network_rule_set: ~azure.mgmt.storage.v2018_03_01_preview.models.NetworkRuleSet
2433
- """
2434
- super().__init__(**kwargs)
2435
- self.sku = sku
2436
- self.tags = tags
2437
- self.identity = identity
2438
- self.kind = kind
2439
- self.custom_domain = custom_domain
2440
- self.encryption = encryption
2441
- self.access_tier = access_tier
2442
- self.enable_https_traffic_only = enable_https_traffic_only
2443
- self.network_rule_set = network_rule_set
2444
-
2445
-
2446
- class StorageSkuListResult(_serialization.Model):
2447
- """The response from the List Storage SKUs operation.
2448
-
2449
- Variables are only populated by the server, and will be ignored when sending a request.
2450
-
2451
- :ivar value: Get the list result of storage SKUs and their properties.
2452
- :vartype value: list[~azure.mgmt.storage.v2018_03_01_preview.models.Sku]
2453
- """
2454
-
2455
- _validation = {
2456
- "value": {"readonly": True},
2457
- }
2458
-
2459
- _attribute_map = {
2460
- "value": {"key": "value", "type": "[Sku]"},
2461
- }
2462
-
2463
- def __init__(self, **kwargs: Any) -> None:
2464
- """ """
2465
- super().__init__(**kwargs)
2466
- self.value = None
2467
-
2468
-
2469
- class TagProperty(_serialization.Model):
2470
- """A tag of the LegalHold of a blob container.
2471
-
2472
- Variables are only populated by the server, and will be ignored when sending a request.
2473
-
2474
- :ivar tag: The tag value.
2475
- :vartype tag: str
2476
- :ivar timestamp: Returns the date and time the tag was added.
2477
- :vartype timestamp: ~datetime.datetime
2478
- :ivar object_identifier: Returns the Object ID of the user who added the tag.
2479
- :vartype object_identifier: str
2480
- :ivar tenant_id: Returns the Tenant ID that issued the token for the user who added the tag.
2481
- :vartype tenant_id: str
2482
- :ivar upn: Returns the User Principal Name of the user who added the tag.
2483
- :vartype upn: str
2484
- """
2485
-
2486
- _validation = {
2487
- "tag": {"readonly": True},
2488
- "timestamp": {"readonly": True},
2489
- "object_identifier": {"readonly": True},
2490
- "tenant_id": {"readonly": True},
2491
- "upn": {"readonly": True},
2492
- }
2493
-
2494
- _attribute_map = {
2495
- "tag": {"key": "tag", "type": "str"},
2496
- "timestamp": {"key": "timestamp", "type": "iso-8601"},
2497
- "object_identifier": {"key": "objectIdentifier", "type": "str"},
2498
- "tenant_id": {"key": "tenantId", "type": "str"},
2499
- "upn": {"key": "upn", "type": "str"},
2500
- }
2501
-
2502
- def __init__(self, **kwargs: Any) -> None:
2503
- """ """
2504
- super().__init__(**kwargs)
2505
- self.tag = None
2506
- self.timestamp = None
2507
- self.object_identifier = None
2508
- self.tenant_id = None
2509
- self.upn = None
2510
-
2511
-
2512
- class UpdateHistoryProperty(_serialization.Model):
2513
- """An update history of the ImmutabilityPolicy of a blob container.
2514
-
2515
- Variables are only populated by the server, and will be ignored when sending a request.
2516
-
2517
- :ivar update: The ImmutabilityPolicy update type of a blob container, possible values include:
2518
- put, lock and extend. Known values are: "put", "lock", and "extend".
2519
- :vartype update: str or
2520
- ~azure.mgmt.storage.v2018_03_01_preview.models.ImmutabilityPolicyUpdateType
2521
- :ivar immutability_period_since_creation_in_days: The immutability period for the blobs in the
2522
- container since the policy creation, in days.
2523
- :vartype immutability_period_since_creation_in_days: int
2524
- :ivar timestamp: Returns the date and time the ImmutabilityPolicy was updated.
2525
- :vartype timestamp: ~datetime.datetime
2526
- :ivar object_identifier: Returns the Object ID of the user who updated the ImmutabilityPolicy.
2527
- :vartype object_identifier: str
2528
- :ivar tenant_id: Returns the Tenant ID that issued the token for the user who updated the
2529
- ImmutabilityPolicy.
2530
- :vartype tenant_id: str
2531
- :ivar upn: Returns the User Principal Name of the user who updated the ImmutabilityPolicy.
2532
- :vartype upn: str
2533
- """
2534
-
2535
- _validation = {
2536
- "update": {"readonly": True},
2537
- "immutability_period_since_creation_in_days": {"readonly": True},
2538
- "timestamp": {"readonly": True},
2539
- "object_identifier": {"readonly": True},
2540
- "tenant_id": {"readonly": True},
2541
- "upn": {"readonly": True},
2542
- }
2543
-
2544
- _attribute_map = {
2545
- "update": {"key": "update", "type": "str"},
2546
- "immutability_period_since_creation_in_days": {"key": "immutabilityPeriodSinceCreationInDays", "type": "int"},
2547
- "timestamp": {"key": "timestamp", "type": "iso-8601"},
2548
- "object_identifier": {"key": "objectIdentifier", "type": "str"},
2549
- "tenant_id": {"key": "tenantId", "type": "str"},
2550
- "upn": {"key": "upn", "type": "str"},
2551
- }
2552
-
2553
- def __init__(self, **kwargs: Any) -> None:
2554
- """ """
2555
- super().__init__(**kwargs)
2556
- self.update = None
2557
- self.immutability_period_since_creation_in_days = None
2558
- self.timestamp = None
2559
- self.object_identifier = None
2560
- self.tenant_id = None
2561
- self.upn = None
2562
-
2563
-
2564
- class Usage(_serialization.Model):
2565
- """Describes Storage Resource Usage.
2566
-
2567
- Variables are only populated by the server, and will be ignored when sending a request.
2568
-
2569
- :ivar unit: Gets the unit of measurement. Known values are: "Count", "Bytes", "Seconds",
2570
- "Percent", "CountsPerSecond", and "BytesPerSecond".
2571
- :vartype unit: str or ~azure.mgmt.storage.v2018_03_01_preview.models.UsageUnit
2572
- :ivar current_value: Gets the current count of the allocated resources in the subscription.
2573
- :vartype current_value: int
2574
- :ivar limit: Gets the maximum count of the resources that can be allocated in the subscription.
2575
- :vartype limit: int
2576
- :ivar name: Gets the name of the type of usage.
2577
- :vartype name: ~azure.mgmt.storage.v2018_03_01_preview.models.UsageName
2578
- """
2579
-
2580
- _validation = {
2581
- "unit": {"readonly": True},
2582
- "current_value": {"readonly": True},
2583
- "limit": {"readonly": True},
2584
- "name": {"readonly": True},
2585
- }
2586
-
2587
- _attribute_map = {
2588
- "unit": {"key": "unit", "type": "str"},
2589
- "current_value": {"key": "currentValue", "type": "int"},
2590
- "limit": {"key": "limit", "type": "int"},
2591
- "name": {"key": "name", "type": "UsageName"},
2592
- }
2593
-
2594
- def __init__(self, **kwargs: Any) -> None:
2595
- """ """
2596
- super().__init__(**kwargs)
2597
- self.unit = None
2598
- self.current_value = None
2599
- self.limit = None
2600
- self.name = None
2601
-
2602
-
2603
- class UsageListResult(_serialization.Model):
2604
- """The response from the List Usages operation.
2605
-
2606
- :ivar value: Gets or sets the list of Storage Resource Usages.
2607
- :vartype value: list[~azure.mgmt.storage.v2018_03_01_preview.models.Usage]
2608
- """
2609
-
2610
- _attribute_map = {
2611
- "value": {"key": "value", "type": "[Usage]"},
2612
- }
2613
-
2614
- def __init__(self, *, value: Optional[List["_models.Usage"]] = None, **kwargs: Any) -> None:
2615
- """
2616
- :keyword value: Gets or sets the list of Storage Resource Usages.
2617
- :paramtype value: list[~azure.mgmt.storage.v2018_03_01_preview.models.Usage]
2618
- """
2619
- super().__init__(**kwargs)
2620
- self.value = value
2621
-
2622
-
2623
- class UsageName(_serialization.Model):
2624
- """The usage names that can be used; currently limited to StorageAccount.
2625
-
2626
- Variables are only populated by the server, and will be ignored when sending a request.
2627
-
2628
- :ivar value: Gets a string describing the resource name.
2629
- :vartype value: str
2630
- :ivar localized_value: Gets a localized string describing the resource name.
2631
- :vartype localized_value: str
2632
- """
2633
-
2634
- _validation = {
2635
- "value": {"readonly": True},
2636
- "localized_value": {"readonly": True},
2637
- }
2638
-
2639
- _attribute_map = {
2640
- "value": {"key": "value", "type": "str"},
2641
- "localized_value": {"key": "localizedValue", "type": "str"},
2642
- }
2643
-
2644
- def __init__(self, **kwargs: Any) -> None:
2645
- """ """
2646
- super().__init__(**kwargs)
2647
- self.value = None
2648
- self.localized_value = None
2649
-
2650
-
2651
- class VirtualNetworkRule(_serialization.Model):
2652
- """Virtual Network rule.
2653
-
2654
- All required parameters must be populated in order to send to server.
2655
-
2656
- :ivar virtual_network_resource_id: Resource ID of a subnet, for example:
2657
- /subscriptions/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.Network/virtualNetworks/{vnetName}/subnets/{subnetName}. # pylint: disable=line-too-long
2658
- Required.
2659
- :vartype virtual_network_resource_id: str
2660
- :ivar action: The action of virtual network rule. Default value is "Allow".
2661
- :vartype action: str
2662
- :ivar state: Gets the state of virtual network rule. Known values are: "provisioning",
2663
- "deprovisioning", "succeeded", "failed", and "networkSourceDeleted".
2664
- :vartype state: str or ~azure.mgmt.storage.v2018_03_01_preview.models.State
2665
- """
2666
-
2667
- _validation = {
2668
- "virtual_network_resource_id": {"required": True},
2669
- }
2670
-
2671
- _attribute_map = {
2672
- "virtual_network_resource_id": {"key": "id", "type": "str"},
2673
- "action": {"key": "action", "type": "str"},
2674
- "state": {"key": "state", "type": "str"},
2675
- }
2676
-
2677
- def __init__(
2678
- self,
2679
- *,
2680
- virtual_network_resource_id: str,
2681
- action: Optional[Literal["Allow"]] = None,
2682
- state: Optional[Union[str, "_models.State"]] = None,
2683
- **kwargs: Any
2684
- ) -> None:
2685
- """
2686
- :keyword virtual_network_resource_id: Resource ID of a subnet, for example:
2687
- /subscriptions/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.Network/virtualNetworks/{vnetName}/subnets/{subnetName}. # pylint: disable=line-too-long
2688
- Required.
2689
- :paramtype virtual_network_resource_id: str
2690
- :keyword action: The action of virtual network rule. Default value is "Allow".
2691
- :paramtype action: str
2692
- :keyword state: Gets the state of virtual network rule. Known values are: "provisioning",
2693
- "deprovisioning", "succeeded", "failed", and "networkSourceDeleted".
2694
- :paramtype state: str or ~azure.mgmt.storage.v2018_03_01_preview.models.State
2695
- """
2696
- super().__init__(**kwargs)
2697
- self.virtual_network_resource_id = virtual_network_resource_id
2698
- self.action = action
2699
- self.state = state