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