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