azure-mgmt-storage 21.2.1__py3-none-any.whl → 22.1.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.
- azure/mgmt/storage/_serialization.py +281 -168
- azure/mgmt/storage/_storage_management_client.py +90 -869
- azure/mgmt/storage/_version.py +1 -1
- azure/mgmt/storage/aio/_storage_management_client.py +90 -869
- azure/mgmt/storage/models.py +2 -2
- azure/mgmt/storage/v2016_01_01/__init__.py +9 -3
- azure/mgmt/storage/v2016_01_01/_configuration.py +1 -2
- azure/mgmt/storage/v2016_01_01/_storage_management_client.py +3 -3
- azure/mgmt/storage/v2016_01_01/_version.py +1 -1
- azure/mgmt/storage/v2016_01_01/aio/__init__.py +9 -3
- azure/mgmt/storage/v2016_01_01/aio/_configuration.py +1 -2
- azure/mgmt/storage/v2016_01_01/aio/_storage_management_client.py +3 -3
- azure/mgmt/storage/v2016_01_01/aio/operations/__init__.py +10 -4
- azure/mgmt/storage/v2016_01_01/aio/operations/_storage_accounts_operations.py +32 -41
- azure/mgmt/storage/v2016_01_01/aio/operations/_usage_operations.py +4 -9
- azure/mgmt/storage/v2016_01_01/models/__init__.py +43 -32
- azure/mgmt/storage/v2016_01_01/models/_models_py3.py +1 -3
- azure/mgmt/storage/v2016_01_01/operations/__init__.py +10 -4
- azure/mgmt/storage/v2016_01_01/operations/_storage_accounts_operations.py +31 -38
- azure/mgmt/storage/v2016_01_01/operations/_usage_operations.py +4 -9
- azure/mgmt/storage/v2016_01_01/py.typed +1 -0
- azure/mgmt/storage/v2017_10_01/__init__.py +9 -3
- azure/mgmt/storage/v2017_10_01/_configuration.py +1 -2
- azure/mgmt/storage/v2017_10_01/_storage_management.py +3 -3
- azure/mgmt/storage/v2017_10_01/_version.py +1 -1
- azure/mgmt/storage/v2017_10_01/aio/__init__.py +9 -3
- azure/mgmt/storage/v2017_10_01/aio/_configuration.py +1 -2
- azure/mgmt/storage/v2017_10_01/aio/_storage_management.py +3 -3
- azure/mgmt/storage/v2017_10_01/aio/operations/__init__.py +12 -6
- azure/mgmt/storage/v2017_10_01/aio/operations/_operations.py +4 -9
- azure/mgmt/storage/v2017_10_01/aio/operations/_skus_operations.py +4 -9
- azure/mgmt/storage/v2017_10_01/aio/operations/_storage_accounts_operations.py +36 -47
- azure/mgmt/storage/v2017_10_01/aio/operations/_usage_operations.py +4 -9
- azure/mgmt/storage/v2017_10_01/models/__init__.py +69 -58
- azure/mgmt/storage/v2017_10_01/models/_models_py3.py +3 -4
- azure/mgmt/storage/v2017_10_01/operations/__init__.py +12 -6
- azure/mgmt/storage/v2017_10_01/operations/_operations.py +4 -9
- azure/mgmt/storage/v2017_10_01/operations/_skus_operations.py +4 -9
- azure/mgmt/storage/v2017_10_01/operations/_storage_accounts_operations.py +35 -44
- azure/mgmt/storage/v2017_10_01/operations/_usage_operations.py +4 -9
- azure/mgmt/storage/v2017_10_01/py.typed +1 -0
- azure/mgmt/storage/v2019_06_01/__init__.py +9 -3
- azure/mgmt/storage/v2019_06_01/_configuration.py +1 -2
- azure/mgmt/storage/v2019_06_01/_storage_management_client.py +3 -3
- azure/mgmt/storage/v2019_06_01/_version.py +1 -1
- azure/mgmt/storage/v2019_06_01/aio/__init__.py +9 -3
- azure/mgmt/storage/v2019_06_01/aio/_configuration.py +1 -2
- azure/mgmt/storage/v2019_06_01/aio/_storage_management_client.py +3 -3
- azure/mgmt/storage/v2019_06_01/aio/operations/__init__.py +26 -20
- azure/mgmt/storage/v2019_06_01/aio/operations/_blob_containers_operations.py +29 -51
- azure/mgmt/storage/v2019_06_01/aio/operations/_blob_inventory_policies_operations.py +10 -18
- azure/mgmt/storage/v2019_06_01/aio/operations/_blob_services_operations.py +8 -15
- azure/mgmt/storage/v2019_06_01/aio/operations/_encryption_scopes_operations.py +10 -22
- azure/mgmt/storage/v2019_06_01/aio/operations/_file_services_operations.py +9 -15
- azure/mgmt/storage/v2019_06_01/aio/operations/_file_shares_operations.py +16 -32
- azure/mgmt/storage/v2019_06_01/aio/operations/_management_policies_operations.py +9 -15
- azure/mgmt/storage/v2019_06_01/aio/operations/_object_replication_policies_operations.py +10 -18
- azure/mgmt/storage/v2019_06_01/aio/operations/_operations.py +4 -9
- azure/mgmt/storage/v2019_06_01/aio/operations/_private_endpoint_connections_operations.py +10 -18
- azure/mgmt/storage/v2019_06_01/aio/operations/_private_link_resources_operations.py +5 -9
- azure/mgmt/storage/v2019_06_01/aio/operations/_queue_operations.py +12 -23
- azure/mgmt/storage/v2019_06_01/aio/operations/_queue_services_operations.py +9 -15
- azure/mgmt/storage/v2019_06_01/aio/operations/_skus_operations.py +4 -9
- azure/mgmt/storage/v2019_06_01/aio/operations/_storage_accounts_operations.py +80 -71
- azure/mgmt/storage/v2019_06_01/aio/operations/_table_operations.py +12 -23
- azure/mgmt/storage/v2019_06_01/aio/operations/_table_services_operations.py +9 -15
- azure/mgmt/storage/v2019_06_01/aio/operations/_usages_operations.py +4 -9
- azure/mgmt/storage/v2019_06_01/models/__init__.py +181 -170
- azure/mgmt/storage/v2019_06_01/models/_models_py3.py +12 -13
- azure/mgmt/storage/v2019_06_01/models/_storage_management_client_enums.py +1 -0
- azure/mgmt/storage/v2019_06_01/operations/__init__.py +26 -20
- azure/mgmt/storage/v2019_06_01/operations/_blob_containers_operations.py +28 -48
- azure/mgmt/storage/v2019_06_01/operations/_blob_inventory_policies_operations.py +9 -17
- azure/mgmt/storage/v2019_06_01/operations/_blob_services_operations.py +8 -15
- azure/mgmt/storage/v2019_06_01/operations/_encryption_scopes_operations.py +10 -22
- azure/mgmt/storage/v2019_06_01/operations/_file_services_operations.py +9 -15
- azure/mgmt/storage/v2019_06_01/operations/_file_shares_operations.py +14 -28
- azure/mgmt/storage/v2019_06_01/operations/_management_policies_operations.py +8 -14
- azure/mgmt/storage/v2019_06_01/operations/_object_replication_policies_operations.py +9 -17
- azure/mgmt/storage/v2019_06_01/operations/_operations.py +4 -9
- azure/mgmt/storage/v2019_06_01/operations/_private_endpoint_connections_operations.py +9 -17
- azure/mgmt/storage/v2019_06_01/operations/_private_link_resources_operations.py +5 -9
- azure/mgmt/storage/v2019_06_01/operations/_queue_operations.py +11 -20
- azure/mgmt/storage/v2019_06_01/operations/_queue_services_operations.py +9 -15
- azure/mgmt/storage/v2019_06_01/operations/_skus_operations.py +4 -9
- azure/mgmt/storage/v2019_06_01/operations/_storage_accounts_operations.py +64 -66
- azure/mgmt/storage/v2019_06_01/operations/_table_operations.py +11 -20
- azure/mgmt/storage/v2019_06_01/operations/_table_services_operations.py +9 -15
- azure/mgmt/storage/v2019_06_01/operations/_usages_operations.py +4 -9
- azure/mgmt/storage/v2019_06_01/py.typed +1 -0
- azure/mgmt/storage/{v2018_03_01_preview → v2024_01_01}/__init__.py +9 -3
- azure/mgmt/storage/{v2018_07_01 → v2024_01_01}/_configuration.py +3 -4
- azure/mgmt/storage/{v2023_05_01 → v2024_01_01}/_storage_management_client.py +52 -52
- azure/mgmt/storage/{v2016_12_01 → v2024_01_01}/_version.py +1 -1
- azure/mgmt/storage/{v2018_07_01 → v2024_01_01/aio}/__init__.py +8 -5
- azure/mgmt/storage/{v2019_04_01 → v2024_01_01}/aio/_configuration.py +3 -4
- azure/mgmt/storage/{v2023_05_01 → v2024_01_01}/aio/_storage_management_client.py +52 -52
- azure/mgmt/storage/{v2023_05_01 → v2024_01_01}/aio/operations/__init__.py +32 -26
- azure/mgmt/storage/{v2021_08_01 → v2024_01_01}/aio/operations/_blob_containers_operations.py +145 -143
- azure/mgmt/storage/{v2021_09_01 → v2024_01_01}/aio/operations/_blob_inventory_policies_operations.py +27 -35
- azure/mgmt/storage/{v2021_06_01 → v2024_01_01}/aio/operations/_blob_services_operations.py +19 -26
- azure/mgmt/storage/{v2021_06_01 → v2024_01_01}/aio/operations/_deleted_accounts_operations.py +11 -17
- azure/mgmt/storage/{v2022_09_01 → v2024_01_01}/aio/operations/_encryption_scopes_operations.py +28 -40
- azure/mgmt/storage/{v2021_08_01 → v2024_01_01}/aio/operations/_file_services_operations.py +181 -26
- azure/mgmt/storage/{v2021_08_01 → v2024_01_01}/aio/operations/_file_shares_operations.py +45 -60
- azure/mgmt/storage/{v2023_05_01 → v2024_01_01}/aio/operations/_local_users_operations.py +31 -43
- azure/mgmt/storage/{v2018_11_01 → v2024_01_01}/aio/operations/_management_policies_operations.py +24 -30
- azure/mgmt/storage/{v2023_05_01 → v2024_01_01}/aio/operations/_network_security_perimeter_configurations_operations.py +33 -27
- azure/mgmt/storage/{v2021_08_01 → v2024_01_01}/aio/operations/_object_replication_policies_operations.py +22 -30
- azure/mgmt/storage/{v2018_02_01 → v2024_01_01}/aio/operations/_operations.py +7 -12
- azure/mgmt/storage/{v2021_06_01 → v2024_01_01}/aio/operations/_private_endpoint_connections_operations.py +22 -30
- azure/mgmt/storage/{v2021_06_01 → v2024_01_01}/aio/operations/_private_link_resources_operations.py +8 -12
- azure/mgmt/storage/{v2021_02_01 → v2024_01_01}/aio/operations/_queue_operations.py +30 -41
- azure/mgmt/storage/{v2021_09_01 → v2024_01_01}/aio/operations/_queue_services_operations.py +20 -26
- azure/mgmt/storage/{v2021_06_01 → v2024_01_01}/aio/operations/_skus_operations.py +7 -12
- azure/mgmt/storage/{v2023_01_01 → v2024_01_01}/aio/operations/_storage_accounts_operations.py +202 -167
- azure/mgmt/storage/{v2023_05_01 → v2024_01_01}/aio/operations/_storage_task_assignment_instances_report_operations.py +8 -12
- azure/mgmt/storage/{v2023_05_01 → v2024_01_01}/aio/operations/_storage_task_assignments_instances_report_operations.py +8 -12
- azure/mgmt/storage/{v2023_05_01 → v2024_01_01}/aio/operations/_storage_task_assignments_operations.py +72 -64
- azure/mgmt/storage/{v2021_09_01 → v2024_01_01}/aio/operations/_table_operations.py +30 -41
- azure/mgmt/storage/{v2021_09_01 → v2024_01_01}/aio/operations/_table_services_operations.py +20 -26
- azure/mgmt/storage/{v2018_11_01 → v2024_01_01}/aio/operations/_usages_operations.py +7 -12
- azure/mgmt/storage/v2024_01_01/models/__init__.py +570 -0
- azure/mgmt/storage/{v2023_05_01 → v2024_01_01}/models/_models_py3.py +1150 -545
- azure/mgmt/storage/{v2023_05_01 → v2024_01_01}/models/_storage_management_client_enums.py +8 -0
- azure/mgmt/storage/{v2023_05_01 → v2024_01_01}/operations/__init__.py +32 -26
- azure/mgmt/storage/{v2023_01_01 → v2024_01_01}/operations/_blob_containers_operations.py +145 -154
- azure/mgmt/storage/{v2023_01_01 → v2024_01_01}/operations/_blob_inventory_policies_operations.py +30 -38
- azure/mgmt/storage/{v2023_01_01 → v2024_01_01}/operations/_blob_services_operations.py +22 -29
- azure/mgmt/storage/{v2021_02_01 → v2024_01_01}/operations/_deleted_accounts_operations.py +13 -19
- azure/mgmt/storage/{v2023_01_01 → v2024_01_01}/operations/_encryption_scopes_operations.py +32 -44
- azure/mgmt/storage/{v2023_01_01/operations/_table_operations.py → v2024_01_01/operations/_file_services_operations.py} +187 -293
- azure/mgmt/storage/{v2023_01_01 → v2024_01_01}/operations/_file_shares_operations.py +51 -65
- azure/mgmt/storage/{v2023_05_01 → v2024_01_01}/operations/_local_users_operations.py +36 -46
- azure/mgmt/storage/{v2023_01_01 → v2024_01_01}/operations/_management_policies_operations.py +26 -32
- azure/mgmt/storage/{v2023_05_01 → v2024_01_01}/operations/_network_security_perimeter_configurations_operations.py +35 -30
- azure/mgmt/storage/{v2023_01_01 → v2024_01_01}/operations/_object_replication_policies_operations.py +25 -33
- azure/mgmt/storage/{v2018_11_01 → v2024_01_01}/operations/_operations.py +8 -13
- azure/mgmt/storage/{v2023_01_01 → v2024_01_01}/operations/_private_endpoint_connections_operations.py +25 -33
- azure/mgmt/storage/{v2023_01_01 → v2024_01_01}/operations/_private_link_resources_operations.py +9 -13
- azure/mgmt/storage/{v2023_01_01 → v2024_01_01}/operations/_queue_operations.py +34 -43
- azure/mgmt/storage/{v2023_01_01 → v2024_01_01}/operations/_queue_services_operations.py +23 -29
- azure/mgmt/storage/{v2021_01_01 → v2024_01_01}/operations/_skus_operations.py +8 -13
- azure/mgmt/storage/{v2023_01_01 → v2024_01_01}/operations/_storage_accounts_operations.py +205 -179
- azure/mgmt/storage/{v2023_05_01 → v2024_01_01}/operations/_storage_task_assignment_instances_report_operations.py +9 -13
- azure/mgmt/storage/{v2023_05_01 → v2024_01_01}/operations/_storage_task_assignments_instances_report_operations.py +9 -13
- azure/mgmt/storage/{v2023_05_01 → v2024_01_01}/operations/_storage_task_assignments_operations.py +78 -69
- azure/mgmt/storage/{v2023_05_01 → v2024_01_01}/operations/_table_operations.py +34 -43
- azure/mgmt/storage/{v2023_01_01 → v2024_01_01}/operations/_table_services_operations.py +23 -29
- azure/mgmt/storage/{v2019_04_01 → v2024_01_01}/operations/_usages_operations.py +8 -13
- azure/mgmt/storage/v2024_01_01/py.typed +1 -0
- {azure_mgmt_storage-21.2.1.dist-info → azure_mgmt_storage-22.1.0.dist-info}/METADATA +41 -4
- azure_mgmt_storage-22.1.0.dist-info/RECORD +183 -0
- {azure_mgmt_storage-21.2.1.dist-info → azure_mgmt_storage-22.1.0.dist-info}/WHEEL +1 -1
- azure/mgmt/storage/v2015_06_15/__init__.py +0 -26
- azure/mgmt/storage/v2015_06_15/_configuration.py +0 -66
- azure/mgmt/storage/v2015_06_15/_patch.py +0 -32
- azure/mgmt/storage/v2015_06_15/_storage_management.py +0 -115
- azure/mgmt/storage/v2015_06_15/_vendor.py +0 -16
- azure/mgmt/storage/v2015_06_15/_version.py +0 -9
- azure/mgmt/storage/v2015_06_15/aio/__init__.py +0 -23
- azure/mgmt/storage/v2015_06_15/aio/_configuration.py +0 -66
- azure/mgmt/storage/v2015_06_15/aio/_patch.py +0 -32
- azure/mgmt/storage/v2015_06_15/aio/_storage_management.py +0 -118
- azure/mgmt/storage/v2015_06_15/aio/operations/__init__.py +0 -21
- azure/mgmt/storage/v2015_06_15/aio/operations/_storage_accounts_operations.py +0 -1030
- azure/mgmt/storage/v2015_06_15/aio/operations/_usage_operations.py +0 -135
- azure/mgmt/storage/v2015_06_15/models/__init__.py +0 -55
- azure/mgmt/storage/v2015_06_15/models/_models_py3.py +0 -660
- azure/mgmt/storage/v2015_06_15/models/_storage_management_enums.py +0 -59
- azure/mgmt/storage/v2015_06_15/operations/__init__.py +0 -21
- azure/mgmt/storage/v2015_06_15/operations/_storage_accounts_operations.py +0 -1297
- azure/mgmt/storage/v2015_06_15/operations/_usage_operations.py +0 -162
- azure/mgmt/storage/v2016_01_01/_vendor.py +0 -16
- azure/mgmt/storage/v2016_12_01/__init__.py +0 -26
- azure/mgmt/storage/v2016_12_01/_configuration.py +0 -66
- azure/mgmt/storage/v2016_12_01/_patch.py +0 -32
- azure/mgmt/storage/v2016_12_01/_storage_management.py +0 -115
- azure/mgmt/storage/v2016_12_01/_vendor.py +0 -16
- azure/mgmt/storage/v2016_12_01/aio/__init__.py +0 -23
- azure/mgmt/storage/v2016_12_01/aio/_configuration.py +0 -66
- azure/mgmt/storage/v2016_12_01/aio/_patch.py +0 -32
- azure/mgmt/storage/v2016_12_01/aio/_storage_management.py +0 -118
- azure/mgmt/storage/v2016_12_01/aio/operations/__init__.py +0 -21
- azure/mgmt/storage/v2016_12_01/aio/operations/_storage_accounts_operations.py +0 -1310
- azure/mgmt/storage/v2016_12_01/aio/operations/_usage_operations.py +0 -135
- azure/mgmt/storage/v2016_12_01/models/__init__.py +0 -97
- azure/mgmt/storage/v2016_12_01/models/_models_py3.py +0 -1210
- azure/mgmt/storage/v2016_12_01/models/_storage_management_enums.py +0 -169
- azure/mgmt/storage/v2016_12_01/operations/__init__.py +0 -21
- azure/mgmt/storage/v2016_12_01/operations/_patch.py +0 -20
- azure/mgmt/storage/v2016_12_01/operations/_storage_accounts_operations.py +0 -1647
- azure/mgmt/storage/v2016_12_01/operations/_usage_operations.py +0 -162
- azure/mgmt/storage/v2017_06_01/__init__.py +0 -26
- azure/mgmt/storage/v2017_06_01/_configuration.py +0 -66
- azure/mgmt/storage/v2017_06_01/_patch.py +0 -32
- azure/mgmt/storage/v2017_06_01/_storage_management.py +0 -121
- azure/mgmt/storage/v2017_06_01/_vendor.py +0 -16
- azure/mgmt/storage/v2017_06_01/_version.py +0 -9
- azure/mgmt/storage/v2017_06_01/aio/__init__.py +0 -23
- azure/mgmt/storage/v2017_06_01/aio/_configuration.py +0 -66
- azure/mgmt/storage/v2017_06_01/aio/_patch.py +0 -32
- azure/mgmt/storage/v2017_06_01/aio/_storage_management.py +0 -124
- azure/mgmt/storage/v2017_06_01/aio/operations/__init__.py +0 -25
- azure/mgmt/storage/v2017_06_01/aio/operations/_operations.py +0 -135
- azure/mgmt/storage/v2017_06_01/aio/operations/_patch.py +0 -20
- azure/mgmt/storage/v2017_06_01/aio/operations/_skus_operations.py +0 -135
- azure/mgmt/storage/v2017_06_01/aio/operations/_storage_accounts_operations.py +0 -1310
- azure/mgmt/storage/v2017_06_01/aio/operations/_usage_operations.py +0 -135
- azure/mgmt/storage/v2017_06_01/models/__init__.py +0 -129
- azure/mgmt/storage/v2017_06_01/models/_models_py3.py +0 -1843
- azure/mgmt/storage/v2017_06_01/models/_patch.py +0 -20
- azure/mgmt/storage/v2017_06_01/models/_storage_management_enums.py +0 -191
- azure/mgmt/storage/v2017_06_01/operations/__init__.py +0 -25
- azure/mgmt/storage/v2017_06_01/operations/_operations.py +0 -156
- azure/mgmt/storage/v2017_06_01/operations/_patch.py +0 -20
- azure/mgmt/storage/v2017_06_01/operations/_skus_operations.py +0 -162
- azure/mgmt/storage/v2017_06_01/operations/_storage_accounts_operations.py +0 -1647
- azure/mgmt/storage/v2017_06_01/operations/_usage_operations.py +0 -162
- azure/mgmt/storage/v2017_10_01/_vendor.py +0 -16
- azure/mgmt/storage/v2018_02_01/__init__.py +0 -26
- azure/mgmt/storage/v2018_02_01/_configuration.py +0 -65
- azure/mgmt/storage/v2018_02_01/_patch.py +0 -32
- azure/mgmt/storage/v2018_02_01/_storage_management_client.py +0 -127
- azure/mgmt/storage/v2018_02_01/_vendor.py +0 -16
- azure/mgmt/storage/v2018_02_01/_version.py +0 -9
- azure/mgmt/storage/v2018_02_01/aio/__init__.py +0 -23
- azure/mgmt/storage/v2018_02_01/aio/_configuration.py +0 -65
- azure/mgmt/storage/v2018_02_01/aio/_patch.py +0 -32
- azure/mgmt/storage/v2018_02_01/aio/_storage_management_client.py +0 -131
- azure/mgmt/storage/v2018_02_01/aio/operations/__init__.py +0 -27
- azure/mgmt/storage/v2018_02_01/aio/operations/_blob_containers_operations.py +0 -1692
- azure/mgmt/storage/v2018_02_01/aio/operations/_patch.py +0 -20
- azure/mgmt/storage/v2018_02_01/aio/operations/_skus_operations.py +0 -135
- azure/mgmt/storage/v2018_02_01/aio/operations/_storage_accounts_operations.py +0 -1310
- azure/mgmt/storage/v2018_02_01/aio/operations/_usage_operations.py +0 -215
- azure/mgmt/storage/v2018_02_01/models/__init__.py +0 -171
- azure/mgmt/storage/v2018_02_01/models/_models_py3.py +0 -2556
- azure/mgmt/storage/v2018_02_01/models/_patch.py +0 -20
- azure/mgmt/storage/v2018_02_01/models/_storage_management_client_enums.py +0 -259
- azure/mgmt/storage/v2018_02_01/operations/__init__.py +0 -27
- azure/mgmt/storage/v2018_02_01/operations/_blob_containers_operations.py +0 -2178
- azure/mgmt/storage/v2018_02_01/operations/_operations.py +0 -156
- azure/mgmt/storage/v2018_02_01/operations/_patch.py +0 -20
- azure/mgmt/storage/v2018_02_01/operations/_skus_operations.py +0 -162
- azure/mgmt/storage/v2018_02_01/operations/_storage_accounts_operations.py +0 -1647
- azure/mgmt/storage/v2018_02_01/operations/_usage_operations.py +0 -269
- azure/mgmt/storage/v2018_03_01_preview/_configuration.py +0 -65
- azure/mgmt/storage/v2018_03_01_preview/_patch.py +0 -32
- azure/mgmt/storage/v2018_03_01_preview/_storage_management_client.py +0 -146
- azure/mgmt/storage/v2018_03_01_preview/_vendor.py +0 -16
- azure/mgmt/storage/v2018_03_01_preview/_version.py +0 -9
- azure/mgmt/storage/v2018_03_01_preview/aio/__init__.py +0 -23
- azure/mgmt/storage/v2018_03_01_preview/aio/_configuration.py +0 -65
- azure/mgmt/storage/v2018_03_01_preview/aio/_patch.py +0 -32
- azure/mgmt/storage/v2018_03_01_preview/aio/_storage_management_client.py +0 -148
- azure/mgmt/storage/v2018_03_01_preview/aio/operations/__init__.py +0 -29
- azure/mgmt/storage/v2018_03_01_preview/aio/operations/_blob_containers_operations.py +0 -1721
- azure/mgmt/storage/v2018_03_01_preview/aio/operations/_management_policies_operations.py +0 -357
- azure/mgmt/storage/v2018_03_01_preview/aio/operations/_operations.py +0 -137
- azure/mgmt/storage/v2018_03_01_preview/aio/operations/_patch.py +0 -20
- azure/mgmt/storage/v2018_03_01_preview/aio/operations/_skus_operations.py +0 -138
- azure/mgmt/storage/v2018_03_01_preview/aio/operations/_storage_accounts_operations.py +0 -1635
- azure/mgmt/storage/v2018_03_01_preview/aio/operations/_usages_operations.py +0 -221
- azure/mgmt/storage/v2018_03_01_preview/models/__init__.py +0 -181
- azure/mgmt/storage/v2018_03_01_preview/models/_models_py3.py +0 -2699
- azure/mgmt/storage/v2018_03_01_preview/models/_patch.py +0 -20
- azure/mgmt/storage/v2018_03_01_preview/models/_storage_management_client_enums.py +0 -265
- azure/mgmt/storage/v2018_03_01_preview/operations/__init__.py +0 -29
- azure/mgmt/storage/v2018_03_01_preview/operations/_blob_containers_operations.py +0 -2207
- azure/mgmt/storage/v2018_03_01_preview/operations/_management_policies_operations.py +0 -467
- azure/mgmt/storage/v2018_03_01_preview/operations/_operations.py +0 -158
- azure/mgmt/storage/v2018_03_01_preview/operations/_patch.py +0 -20
- azure/mgmt/storage/v2018_03_01_preview/operations/_skus_operations.py +0 -164
- azure/mgmt/storage/v2018_03_01_preview/operations/_storage_accounts_operations.py +0 -2085
- azure/mgmt/storage/v2018_03_01_preview/operations/_usages_operations.py +0 -273
- azure/mgmt/storage/v2018_07_01/_patch.py +0 -32
- azure/mgmt/storage/v2018_07_01/_storage_management_client.py +0 -139
- azure/mgmt/storage/v2018_07_01/_vendor.py +0 -16
- azure/mgmt/storage/v2018_07_01/_version.py +0 -9
- azure/mgmt/storage/v2018_07_01/aio/__init__.py +0 -23
- azure/mgmt/storage/v2018_07_01/aio/_configuration.py +0 -65
- azure/mgmt/storage/v2018_07_01/aio/_patch.py +0 -32
- azure/mgmt/storage/v2018_07_01/aio/_storage_management_client.py +0 -143
- azure/mgmt/storage/v2018_07_01/aio/operations/__init__.py +0 -29
- azure/mgmt/storage/v2018_07_01/aio/operations/_blob_containers_operations.py +0 -1692
- azure/mgmt/storage/v2018_07_01/aio/operations/_blob_services_operations.py +0 -282
- azure/mgmt/storage/v2018_07_01/aio/operations/_operations.py +0 -135
- azure/mgmt/storage/v2018_07_01/aio/operations/_patch.py +0 -20
- azure/mgmt/storage/v2018_07_01/aio/operations/_skus_operations.py +0 -135
- azure/mgmt/storage/v2018_07_01/aio/operations/_storage_accounts_operations.py +0 -1420
- azure/mgmt/storage/v2018_07_01/aio/operations/_usages_operations.py +0 -139
- azure/mgmt/storage/v2018_07_01/models/__init__.py +0 -185
- azure/mgmt/storage/v2018_07_01/models/_models_py3.py +0 -2838
- azure/mgmt/storage/v2018_07_01/models/_patch.py +0 -20
- azure/mgmt/storage/v2018_07_01/models/_storage_management_client_enums.py +0 -287
- azure/mgmt/storage/v2018_07_01/operations/__init__.py +0 -29
- azure/mgmt/storage/v2018_07_01/operations/_blob_containers_operations.py +0 -2178
- azure/mgmt/storage/v2018_07_01/operations/_blob_services_operations.py +0 -361
- azure/mgmt/storage/v2018_07_01/operations/_operations.py +0 -156
- azure/mgmt/storage/v2018_07_01/operations/_patch.py +0 -20
- azure/mgmt/storage/v2018_07_01/operations/_skus_operations.py +0 -162
- azure/mgmt/storage/v2018_07_01/operations/_storage_accounts_operations.py +0 -1792
- azure/mgmt/storage/v2018_07_01/operations/_usages_operations.py +0 -169
- azure/mgmt/storage/v2018_11_01/__init__.py +0 -26
- azure/mgmt/storage/v2018_11_01/_configuration.py +0 -65
- azure/mgmt/storage/v2018_11_01/_patch.py +0 -32
- azure/mgmt/storage/v2018_11_01/_storage_management_client.py +0 -146
- azure/mgmt/storage/v2018_11_01/_vendor.py +0 -16
- azure/mgmt/storage/v2018_11_01/_version.py +0 -9
- azure/mgmt/storage/v2018_11_01/aio/__init__.py +0 -23
- azure/mgmt/storage/v2018_11_01/aio/_configuration.py +0 -65
- azure/mgmt/storage/v2018_11_01/aio/_patch.py +0 -32
- azure/mgmt/storage/v2018_11_01/aio/_storage_management_client.py +0 -150
- azure/mgmt/storage/v2018_11_01/aio/operations/__init__.py +0 -31
- azure/mgmt/storage/v2018_11_01/aio/operations/_blob_containers_operations.py +0 -1696
- azure/mgmt/storage/v2018_11_01/aio/operations/_blob_services_operations.py +0 -282
- azure/mgmt/storage/v2018_11_01/aio/operations/_operations.py +0 -135
- azure/mgmt/storage/v2018_11_01/aio/operations/_patch.py +0 -20
- azure/mgmt/storage/v2018_11_01/aio/operations/_skus_operations.py +0 -135
- azure/mgmt/storage/v2018_11_01/aio/operations/_storage_accounts_operations.py +0 -1477
- azure/mgmt/storage/v2018_11_01/models/__init__.py +0 -209
- azure/mgmt/storage/v2018_11_01/models/_models_py3.py +0 -3194
- azure/mgmt/storage/v2018_11_01/models/_patch.py +0 -20
- azure/mgmt/storage/v2018_11_01/models/_storage_management_client_enums.py +0 -299
- azure/mgmt/storage/v2018_11_01/operations/__init__.py +0 -31
- azure/mgmt/storage/v2018_11_01/operations/_blob_containers_operations.py +0 -2182
- azure/mgmt/storage/v2018_11_01/operations/_blob_services_operations.py +0 -361
- azure/mgmt/storage/v2018_11_01/operations/_management_policies_operations.py +0 -459
- azure/mgmt/storage/v2018_11_01/operations/_patch.py +0 -20
- azure/mgmt/storage/v2018_11_01/operations/_skus_operations.py +0 -162
- azure/mgmt/storage/v2018_11_01/operations/_storage_accounts_operations.py +0 -1875
- azure/mgmt/storage/v2018_11_01/operations/_usages_operations.py +0 -169
- azure/mgmt/storage/v2019_04_01/__init__.py +0 -26
- azure/mgmt/storage/v2019_04_01/_configuration.py +0 -65
- azure/mgmt/storage/v2019_04_01/_patch.py +0 -32
- azure/mgmt/storage/v2019_04_01/_storage_management_client.py +0 -158
- azure/mgmt/storage/v2019_04_01/_vendor.py +0 -16
- azure/mgmt/storage/v2019_04_01/_version.py +0 -9
- azure/mgmt/storage/v2019_04_01/aio/__init__.py +0 -23
- azure/mgmt/storage/v2019_04_01/aio/_patch.py +0 -32
- azure/mgmt/storage/v2019_04_01/aio/_storage_management_client.py +0 -162
- azure/mgmt/storage/v2019_04_01/aio/operations/__init__.py +0 -35
- azure/mgmt/storage/v2019_04_01/aio/operations/_blob_containers_operations.py +0 -1746
- azure/mgmt/storage/v2019_04_01/aio/operations/_blob_services_operations.py +0 -375
- azure/mgmt/storage/v2019_04_01/aio/operations/_file_services_operations.py +0 -341
- azure/mgmt/storage/v2019_04_01/aio/operations/_file_shares_operations.py +0 -625
- azure/mgmt/storage/v2019_04_01/aio/operations/_management_policies_operations.py +0 -349
- azure/mgmt/storage/v2019_04_01/aio/operations/_operations.py +0 -135
- azure/mgmt/storage/v2019_04_01/aio/operations/_patch.py +0 -20
- azure/mgmt/storage/v2019_04_01/aio/operations/_skus_operations.py +0 -135
- azure/mgmt/storage/v2019_04_01/aio/operations/_storage_accounts_operations.py +0 -1483
- azure/mgmt/storage/v2019_04_01/aio/operations/_usages_operations.py +0 -139
- azure/mgmt/storage/v2019_04_01/models/__init__.py +0 -235
- azure/mgmt/storage/v2019_04_01/models/_models_py3.py +0 -3799
- azure/mgmt/storage/v2019_04_01/models/_patch.py +0 -20
- azure/mgmt/storage/v2019_04_01/models/_storage_management_client_enums.py +0 -326
- azure/mgmt/storage/v2019_04_01/operations/__init__.py +0 -35
- azure/mgmt/storage/v2019_04_01/operations/_blob_containers_operations.py +0 -2245
- azure/mgmt/storage/v2019_04_01/operations/_blob_services_operations.py +0 -483
- azure/mgmt/storage/v2019_04_01/operations/_file_services_operations.py +0 -450
- azure/mgmt/storage/v2019_04_01/operations/_file_shares_operations.py +0 -806
- azure/mgmt/storage/v2019_04_01/operations/_management_policies_operations.py +0 -459
- azure/mgmt/storage/v2019_04_01/operations/_operations.py +0 -156
- azure/mgmt/storage/v2019_04_01/operations/_patch.py +0 -20
- azure/mgmt/storage/v2019_04_01/operations/_skus_operations.py +0 -162
- azure/mgmt/storage/v2019_04_01/operations/_storage_accounts_operations.py +0 -1888
- azure/mgmt/storage/v2019_06_01/_vendor.py +0 -16
- azure/mgmt/storage/v2020_08_01_preview/__init__.py +0 -26
- azure/mgmt/storage/v2020_08_01_preview/_configuration.py +0 -65
- azure/mgmt/storage/v2020_08_01_preview/_patch.py +0 -32
- azure/mgmt/storage/v2020_08_01_preview/_storage_management_client.py +0 -234
- azure/mgmt/storage/v2020_08_01_preview/_vendor.py +0 -16
- azure/mgmt/storage/v2020_08_01_preview/_version.py +0 -9
- azure/mgmt/storage/v2020_08_01_preview/aio/__init__.py +0 -23
- azure/mgmt/storage/v2020_08_01_preview/aio/_configuration.py +0 -65
- azure/mgmt/storage/v2020_08_01_preview/aio/_patch.py +0 -32
- azure/mgmt/storage/v2020_08_01_preview/aio/_storage_management_client.py +0 -237
- azure/mgmt/storage/v2020_08_01_preview/aio/operations/__init__.py +0 -55
- azure/mgmt/storage/v2020_08_01_preview/aio/operations/_blob_containers_operations.py +0 -1776
- azure/mgmt/storage/v2020_08_01_preview/aio/operations/_blob_inventory_policies_operations.py +0 -454
- azure/mgmt/storage/v2020_08_01_preview/aio/operations/_blob_services_operations.py +0 -382
- azure/mgmt/storage/v2020_08_01_preview/aio/operations/_deleted_accounts_operations.py +0 -198
- azure/mgmt/storage/v2020_08_01_preview/aio/operations/_encryption_scopes_operations.py +0 -560
- azure/mgmt/storage/v2020_08_01_preview/aio/operations/_file_services_operations.py +0 -348
- azure/mgmt/storage/v2020_08_01_preview/aio/operations/_file_shares_operations.py +0 -825
- azure/mgmt/storage/v2020_08_01_preview/aio/operations/_management_policies_operations.py +0 -355
- azure/mgmt/storage/v2020_08_01_preview/aio/operations/_object_replication_policies_operations.py +0 -445
- azure/mgmt/storage/v2020_08_01_preview/aio/operations/_operations.py +0 -137
- azure/mgmt/storage/v2020_08_01_preview/aio/operations/_patch.py +0 -20
- azure/mgmt/storage/v2020_08_01_preview/aio/operations/_private_endpoint_connections_operations.py +0 -441
- azure/mgmt/storage/v2020_08_01_preview/aio/operations/_private_link_resources_operations.py +0 -119
- azure/mgmt/storage/v2020_08_01_preview/aio/operations/_queue_operations.py +0 -618
- azure/mgmt/storage/v2020_08_01_preview/aio/operations/_queue_services_operations.py +0 -348
- azure/mgmt/storage/v2020_08_01_preview/aio/operations/_skus_operations.py +0 -138
- azure/mgmt/storage/v2020_08_01_preview/aio/operations/_storage_accounts_operations.py +0 -1725
- azure/mgmt/storage/v2020_08_01_preview/aio/operations/_table_operations.py +0 -416
- azure/mgmt/storage/v2020_08_01_preview/aio/operations/_table_services_operations.py +0 -348
- azure/mgmt/storage/v2020_08_01_preview/aio/operations/_usages_operations.py +0 -142
- azure/mgmt/storage/v2020_08_01_preview/models/__init__.py +0 -373
- azure/mgmt/storage/v2020_08_01_preview/models/_models_py3.py +0 -6344
- azure/mgmt/storage/v2020_08_01_preview/models/_patch.py +0 -20
- azure/mgmt/storage/v2020_08_01_preview/models/_storage_management_client_enums.py +0 -468
- azure/mgmt/storage/v2020_08_01_preview/operations/__init__.py +0 -55
- azure/mgmt/storage/v2020_08_01_preview/operations/_blob_containers_operations.py +0 -2276
- azure/mgmt/storage/v2020_08_01_preview/operations/_blob_inventory_policies_operations.py +0 -599
- azure/mgmt/storage/v2020_08_01_preview/operations/_blob_services_operations.py +0 -490
- azure/mgmt/storage/v2020_08_01_preview/operations/_deleted_accounts_operations.py +0 -255
- azure/mgmt/storage/v2020_08_01_preview/operations/_encryption_scopes_operations.py +0 -700
- azure/mgmt/storage/v2020_08_01_preview/operations/_file_services_operations.py +0 -457
- azure/mgmt/storage/v2020_08_01_preview/operations/_file_shares_operations.py +0 -1072
- azure/mgmt/storage/v2020_08_01_preview/operations/_management_policies_operations.py +0 -465
- azure/mgmt/storage/v2020_08_01_preview/operations/_object_replication_policies_operations.py +0 -584
- azure/mgmt/storage/v2020_08_01_preview/operations/_operations.py +0 -158
- azure/mgmt/storage/v2020_08_01_preview/operations/_patch.py +0 -20
- azure/mgmt/storage/v2020_08_01_preview/operations/_private_endpoint_connections_operations.py +0 -592
- azure/mgmt/storage/v2020_08_01_preview/operations/_private_link_resources_operations.py +0 -155
- azure/mgmt/storage/v2020_08_01_preview/operations/_queue_operations.py +0 -824
- azure/mgmt/storage/v2020_08_01_preview/operations/_queue_services_operations.py +0 -457
- azure/mgmt/storage/v2020_08_01_preview/operations/_skus_operations.py +0 -165
- azure/mgmt/storage/v2020_08_01_preview/operations/_storage_accounts_operations.py +0 -2170
- azure/mgmt/storage/v2020_08_01_preview/operations/_table_operations.py +0 -582
- azure/mgmt/storage/v2020_08_01_preview/operations/_table_services_operations.py +0 -457
- azure/mgmt/storage/v2020_08_01_preview/operations/_usages_operations.py +0 -171
- azure/mgmt/storage/v2021_01_01/__init__.py +0 -26
- azure/mgmt/storage/v2021_01_01/_configuration.py +0 -65
- azure/mgmt/storage/v2021_01_01/_patch.py +0 -32
- azure/mgmt/storage/v2021_01_01/_storage_management_client.py +0 -219
- azure/mgmt/storage/v2021_01_01/_vendor.py +0 -16
- azure/mgmt/storage/v2021_01_01/_version.py +0 -9
- azure/mgmt/storage/v2021_01_01/aio/__init__.py +0 -23
- azure/mgmt/storage/v2021_01_01/aio/_configuration.py +0 -65
- azure/mgmt/storage/v2021_01_01/aio/_patch.py +0 -32
- azure/mgmt/storage/v2021_01_01/aio/_storage_management_client.py +0 -224
- azure/mgmt/storage/v2021_01_01/aio/operations/__init__.py +0 -55
- azure/mgmt/storage/v2021_01_01/aio/operations/_blob_containers_operations.py +0 -1747
- azure/mgmt/storage/v2021_01_01/aio/operations/_blob_inventory_policies_operations.py +0 -445
- azure/mgmt/storage/v2021_01_01/aio/operations/_blob_services_operations.py +0 -375
- azure/mgmt/storage/v2021_01_01/aio/operations/_deleted_accounts_operations.py +0 -194
- azure/mgmt/storage/v2021_01_01/aio/operations/_encryption_scopes_operations.py +0 -550
- azure/mgmt/storage/v2021_01_01/aio/operations/_file_services_operations.py +0 -341
- azure/mgmt/storage/v2021_01_01/aio/operations/_file_shares_operations.py +0 -810
- azure/mgmt/storage/v2021_01_01/aio/operations/_management_policies_operations.py +0 -349
- azure/mgmt/storage/v2021_01_01/aio/operations/_object_replication_policies_operations.py +0 -436
- azure/mgmt/storage/v2021_01_01/aio/operations/_operations.py +0 -135
- azure/mgmt/storage/v2021_01_01/aio/operations/_patch.py +0 -20
- azure/mgmt/storage/v2021_01_01/aio/operations/_private_endpoint_connections_operations.py +0 -432
- azure/mgmt/storage/v2021_01_01/aio/operations/_private_link_resources_operations.py +0 -117
- azure/mgmt/storage/v2021_01_01/aio/operations/_queue_operations.py +0 -608
- azure/mgmt/storage/v2021_01_01/aio/operations/_queue_services_operations.py +0 -341
- azure/mgmt/storage/v2021_01_01/aio/operations/_skus_operations.py +0 -136
- azure/mgmt/storage/v2021_01_01/aio/operations/_storage_accounts_operations.py +0 -1687
- azure/mgmt/storage/v2021_01_01/aio/operations/_table_operations.py +0 -405
- azure/mgmt/storage/v2021_01_01/aio/operations/_table_services_operations.py +0 -341
- azure/mgmt/storage/v2021_01_01/aio/operations/_usages_operations.py +0 -139
- azure/mgmt/storage/v2021_01_01/models/__init__.py +0 -381
- azure/mgmt/storage/v2021_01_01/models/_models_py3.py +0 -6465
- azure/mgmt/storage/v2021_01_01/models/_patch.py +0 -20
- azure/mgmt/storage/v2021_01_01/models/_storage_management_client_enums.py +0 -483
- azure/mgmt/storage/v2021_01_01/operations/__init__.py +0 -55
- azure/mgmt/storage/v2021_01_01/operations/_blob_containers_operations.py +0 -2246
- azure/mgmt/storage/v2021_01_01/operations/_blob_inventory_policies_operations.py +0 -590
- azure/mgmt/storage/v2021_01_01/operations/_blob_services_operations.py +0 -483
- azure/mgmt/storage/v2021_01_01/operations/_deleted_accounts_operations.py +0 -250
- azure/mgmt/storage/v2021_01_01/operations/_encryption_scopes_operations.py +0 -689
- azure/mgmt/storage/v2021_01_01/operations/_file_services_operations.py +0 -450
- azure/mgmt/storage/v2021_01_01/operations/_file_shares_operations.py +0 -1056
- azure/mgmt/storage/v2021_01_01/operations/_management_policies_operations.py +0 -459
- azure/mgmt/storage/v2021_01_01/operations/_object_replication_policies_operations.py +0 -575
- azure/mgmt/storage/v2021_01_01/operations/_operations.py +0 -156
- azure/mgmt/storage/v2021_01_01/operations/_patch.py +0 -20
- azure/mgmt/storage/v2021_01_01/operations/_private_endpoint_connections_operations.py +0 -583
- azure/mgmt/storage/v2021_01_01/operations/_private_link_resources_operations.py +0 -153
- azure/mgmt/storage/v2021_01_01/operations/_queue_operations.py +0 -814
- azure/mgmt/storage/v2021_01_01/operations/_queue_services_operations.py +0 -450
- azure/mgmt/storage/v2021_01_01/operations/_storage_accounts_operations.py +0 -2124
- azure/mgmt/storage/v2021_01_01/operations/_table_operations.py +0 -572
- azure/mgmt/storage/v2021_01_01/operations/_table_services_operations.py +0 -450
- azure/mgmt/storage/v2021_01_01/operations/_usages_operations.py +0 -169
- azure/mgmt/storage/v2021_02_01/__init__.py +0 -26
- azure/mgmt/storage/v2021_02_01/_configuration.py +0 -65
- azure/mgmt/storage/v2021_02_01/_patch.py +0 -32
- azure/mgmt/storage/v2021_02_01/_storage_management_client.py +0 -219
- azure/mgmt/storage/v2021_02_01/_vendor.py +0 -16
- azure/mgmt/storage/v2021_02_01/_version.py +0 -9
- azure/mgmt/storage/v2021_02_01/aio/__init__.py +0 -23
- azure/mgmt/storage/v2021_02_01/aio/_configuration.py +0 -65
- azure/mgmt/storage/v2021_02_01/aio/_patch.py +0 -32
- azure/mgmt/storage/v2021_02_01/aio/_storage_management_client.py +0 -224
- azure/mgmt/storage/v2021_02_01/aio/operations/__init__.py +0 -55
- azure/mgmt/storage/v2021_02_01/aio/operations/_blob_containers_operations.py +0 -1747
- azure/mgmt/storage/v2021_02_01/aio/operations/_blob_inventory_policies_operations.py +0 -445
- azure/mgmt/storage/v2021_02_01/aio/operations/_blob_services_operations.py +0 -375
- azure/mgmt/storage/v2021_02_01/aio/operations/_deleted_accounts_operations.py +0 -194
- azure/mgmt/storage/v2021_02_01/aio/operations/_encryption_scopes_operations.py +0 -550
- azure/mgmt/storage/v2021_02_01/aio/operations/_file_services_operations.py +0 -341
- azure/mgmt/storage/v2021_02_01/aio/operations/_file_shares_operations.py +0 -810
- azure/mgmt/storage/v2021_02_01/aio/operations/_management_policies_operations.py +0 -349
- azure/mgmt/storage/v2021_02_01/aio/operations/_object_replication_policies_operations.py +0 -436
- azure/mgmt/storage/v2021_02_01/aio/operations/_operations.py +0 -135
- azure/mgmt/storage/v2021_02_01/aio/operations/_patch.py +0 -20
- azure/mgmt/storage/v2021_02_01/aio/operations/_private_endpoint_connections_operations.py +0 -432
- azure/mgmt/storage/v2021_02_01/aio/operations/_private_link_resources_operations.py +0 -117
- azure/mgmt/storage/v2021_02_01/aio/operations/_queue_services_operations.py +0 -341
- azure/mgmt/storage/v2021_02_01/aio/operations/_skus_operations.py +0 -136
- azure/mgmt/storage/v2021_02_01/aio/operations/_storage_accounts_operations.py +0 -1687
- azure/mgmt/storage/v2021_02_01/aio/operations/_table_operations.py +0 -405
- azure/mgmt/storage/v2021_02_01/aio/operations/_table_services_operations.py +0 -341
- azure/mgmt/storage/v2021_02_01/aio/operations/_usages_operations.py +0 -139
- azure/mgmt/storage/v2021_02_01/models/__init__.py +0 -389
- azure/mgmt/storage/v2021_02_01/models/_models_py3.py +0 -6606
- azure/mgmt/storage/v2021_02_01/models/_patch.py +0 -20
- azure/mgmt/storage/v2021_02_01/models/_storage_management_client_enums.py +0 -489
- azure/mgmt/storage/v2021_02_01/operations/__init__.py +0 -55
- azure/mgmt/storage/v2021_02_01/operations/_blob_containers_operations.py +0 -2246
- azure/mgmt/storage/v2021_02_01/operations/_blob_inventory_policies_operations.py +0 -590
- azure/mgmt/storage/v2021_02_01/operations/_blob_services_operations.py +0 -483
- azure/mgmt/storage/v2021_02_01/operations/_encryption_scopes_operations.py +0 -689
- azure/mgmt/storage/v2021_02_01/operations/_file_services_operations.py +0 -450
- azure/mgmt/storage/v2021_02_01/operations/_file_shares_operations.py +0 -1056
- azure/mgmt/storage/v2021_02_01/operations/_management_policies_operations.py +0 -459
- azure/mgmt/storage/v2021_02_01/operations/_object_replication_policies_operations.py +0 -575
- azure/mgmt/storage/v2021_02_01/operations/_operations.py +0 -156
- azure/mgmt/storage/v2021_02_01/operations/_patch.py +0 -20
- azure/mgmt/storage/v2021_02_01/operations/_private_endpoint_connections_operations.py +0 -583
- azure/mgmt/storage/v2021_02_01/operations/_private_link_resources_operations.py +0 -153
- azure/mgmt/storage/v2021_02_01/operations/_queue_operations.py +0 -814
- azure/mgmt/storage/v2021_02_01/operations/_queue_services_operations.py +0 -450
- azure/mgmt/storage/v2021_02_01/operations/_skus_operations.py +0 -162
- azure/mgmt/storage/v2021_02_01/operations/_storage_accounts_operations.py +0 -2124
- azure/mgmt/storage/v2021_02_01/operations/_table_operations.py +0 -572
- azure/mgmt/storage/v2021_02_01/operations/_table_services_operations.py +0 -450
- azure/mgmt/storage/v2021_02_01/operations/_usages_operations.py +0 -169
- azure/mgmt/storage/v2021_04_01/__init__.py +0 -26
- azure/mgmt/storage/v2021_04_01/_configuration.py +0 -65
- azure/mgmt/storage/v2021_04_01/_patch.py +0 -32
- azure/mgmt/storage/v2021_04_01/_storage_management_client.py +0 -219
- azure/mgmt/storage/v2021_04_01/_vendor.py +0 -16
- azure/mgmt/storage/v2021_04_01/_version.py +0 -9
- azure/mgmt/storage/v2021_04_01/aio/__init__.py +0 -23
- azure/mgmt/storage/v2021_04_01/aio/_configuration.py +0 -65
- azure/mgmt/storage/v2021_04_01/aio/_patch.py +0 -32
- azure/mgmt/storage/v2021_04_01/aio/_storage_management_client.py +0 -224
- azure/mgmt/storage/v2021_04_01/aio/operations/__init__.py +0 -55
- azure/mgmt/storage/v2021_04_01/aio/operations/_blob_containers_operations.py +0 -1860
- azure/mgmt/storage/v2021_04_01/aio/operations/_blob_inventory_policies_operations.py +0 -445
- azure/mgmt/storage/v2021_04_01/aio/operations/_blob_services_operations.py +0 -375
- azure/mgmt/storage/v2021_04_01/aio/operations/_deleted_accounts_operations.py +0 -194
- azure/mgmt/storage/v2021_04_01/aio/operations/_encryption_scopes_operations.py +0 -550
- azure/mgmt/storage/v2021_04_01/aio/operations/_file_services_operations.py +0 -344
- azure/mgmt/storage/v2021_04_01/aio/operations/_file_shares_operations.py +0 -1010
- azure/mgmt/storage/v2021_04_01/aio/operations/_management_policies_operations.py +0 -349
- azure/mgmt/storage/v2021_04_01/aio/operations/_object_replication_policies_operations.py +0 -446
- azure/mgmt/storage/v2021_04_01/aio/operations/_operations.py +0 -135
- azure/mgmt/storage/v2021_04_01/aio/operations/_patch.py +0 -20
- azure/mgmt/storage/v2021_04_01/aio/operations/_private_endpoint_connections_operations.py +0 -432
- azure/mgmt/storage/v2021_04_01/aio/operations/_private_link_resources_operations.py +0 -117
- azure/mgmt/storage/v2021_04_01/aio/operations/_queue_operations.py +0 -613
- azure/mgmt/storage/v2021_04_01/aio/operations/_queue_services_operations.py +0 -344
- azure/mgmt/storage/v2021_04_01/aio/operations/_skus_operations.py +0 -136
- azure/mgmt/storage/v2021_04_01/aio/operations/_storage_accounts_operations.py +0 -1687
- azure/mgmt/storage/v2021_04_01/aio/operations/_table_operations.py +0 -410
- azure/mgmt/storage/v2021_04_01/aio/operations/_table_services_operations.py +0 -344
- azure/mgmt/storage/v2021_04_01/aio/operations/_usages_operations.py +0 -139
- azure/mgmt/storage/v2021_04_01/models/__init__.py +0 -411
- azure/mgmt/storage/v2021_04_01/models/_models_py3.py +0 -7083
- azure/mgmt/storage/v2021_04_01/models/_patch.py +0 -20
- azure/mgmt/storage/v2021_04_01/models/_storage_management_client_enums.py +0 -528
- azure/mgmt/storage/v2021_04_01/operations/__init__.py +0 -55
- azure/mgmt/storage/v2021_04_01/operations/_blob_containers_operations.py +0 -2392
- azure/mgmt/storage/v2021_04_01/operations/_blob_inventory_policies_operations.py +0 -590
- azure/mgmt/storage/v2021_04_01/operations/_blob_services_operations.py +0 -483
- azure/mgmt/storage/v2021_04_01/operations/_deleted_accounts_operations.py +0 -250
- azure/mgmt/storage/v2021_04_01/operations/_encryption_scopes_operations.py +0 -689
- azure/mgmt/storage/v2021_04_01/operations/_file_services_operations.py +0 -453
- azure/mgmt/storage/v2021_04_01/operations/_file_shares_operations.py +0 -1303
- azure/mgmt/storage/v2021_04_01/operations/_management_policies_operations.py +0 -459
- azure/mgmt/storage/v2021_04_01/operations/_object_replication_policies_operations.py +0 -585
- azure/mgmt/storage/v2021_04_01/operations/_operations.py +0 -156
- azure/mgmt/storage/v2021_04_01/operations/_patch.py +0 -20
- azure/mgmt/storage/v2021_04_01/operations/_private_endpoint_connections_operations.py +0 -583
- azure/mgmt/storage/v2021_04_01/operations/_private_link_resources_operations.py +0 -153
- azure/mgmt/storage/v2021_04_01/operations/_queue_operations.py +0 -819
- azure/mgmt/storage/v2021_04_01/operations/_queue_services_operations.py +0 -453
- azure/mgmt/storage/v2021_04_01/operations/_skus_operations.py +0 -162
- azure/mgmt/storage/v2021_04_01/operations/_storage_accounts_operations.py +0 -2124
- azure/mgmt/storage/v2021_04_01/operations/_table_operations.py +0 -577
- azure/mgmt/storage/v2021_04_01/operations/_table_services_operations.py +0 -453
- azure/mgmt/storage/v2021_04_01/operations/_usages_operations.py +0 -169
- azure/mgmt/storage/v2021_06_01/__init__.py +0 -26
- azure/mgmt/storage/v2021_06_01/_configuration.py +0 -65
- azure/mgmt/storage/v2021_06_01/_patch.py +0 -32
- azure/mgmt/storage/v2021_06_01/_storage_management_client.py +0 -219
- azure/mgmt/storage/v2021_06_01/_vendor.py +0 -16
- azure/mgmt/storage/v2021_06_01/_version.py +0 -9
- azure/mgmt/storage/v2021_06_01/aio/__init__.py +0 -23
- azure/mgmt/storage/v2021_06_01/aio/_configuration.py +0 -65
- azure/mgmt/storage/v2021_06_01/aio/_patch.py +0 -32
- azure/mgmt/storage/v2021_06_01/aio/_storage_management_client.py +0 -224
- azure/mgmt/storage/v2021_06_01/aio/operations/__init__.py +0 -55
- azure/mgmt/storage/v2021_06_01/aio/operations/_blob_containers_operations.py +0 -1838
- azure/mgmt/storage/v2021_06_01/aio/operations/_blob_inventory_policies_operations.py +0 -445
- azure/mgmt/storage/v2021_06_01/aio/operations/_encryption_scopes_operations.py +0 -550
- azure/mgmt/storage/v2021_06_01/aio/operations/_file_services_operations.py +0 -331
- azure/mgmt/storage/v2021_06_01/aio/operations/_file_shares_operations.py +0 -1010
- azure/mgmt/storage/v2021_06_01/aio/operations/_management_policies_operations.py +0 -349
- azure/mgmt/storage/v2021_06_01/aio/operations/_object_replication_policies_operations.py +0 -446
- azure/mgmt/storage/v2021_06_01/aio/operations/_operations.py +0 -135
- azure/mgmt/storage/v2021_06_01/aio/operations/_patch.py +0 -20
- azure/mgmt/storage/v2021_06_01/aio/operations/_queue_operations.py +0 -613
- azure/mgmt/storage/v2021_06_01/aio/operations/_queue_services_operations.py +0 -331
- azure/mgmt/storage/v2021_06_01/aio/operations/_storage_accounts_operations.py +0 -1898
- azure/mgmt/storage/v2021_06_01/aio/operations/_table_operations.py +0 -410
- azure/mgmt/storage/v2021_06_01/aio/operations/_table_services_operations.py +0 -331
- azure/mgmt/storage/v2021_06_01/aio/operations/_usages_operations.py +0 -139
- azure/mgmt/storage/v2021_06_01/models/__init__.py +0 -419
- azure/mgmt/storage/v2021_06_01/models/_models_py3.py +0 -7467
- azure/mgmt/storage/v2021_06_01/models/_patch.py +0 -20
- azure/mgmt/storage/v2021_06_01/models/_storage_management_client_enums.py +0 -544
- azure/mgmt/storage/v2021_06_01/operations/__init__.py +0 -55
- azure/mgmt/storage/v2021_06_01/operations/_blob_containers_operations.py +0 -2370
- azure/mgmt/storage/v2021_06_01/operations/_blob_inventory_policies_operations.py +0 -590
- azure/mgmt/storage/v2021_06_01/operations/_blob_services_operations.py +0 -464
- azure/mgmt/storage/v2021_06_01/operations/_deleted_accounts_operations.py +0 -250
- azure/mgmt/storage/v2021_06_01/operations/_encryption_scopes_operations.py +0 -689
- azure/mgmt/storage/v2021_06_01/operations/_file_services_operations.py +0 -434
- azure/mgmt/storage/v2021_06_01/operations/_file_shares_operations.py +0 -1303
- azure/mgmt/storage/v2021_06_01/operations/_management_policies_operations.py +0 -459
- azure/mgmt/storage/v2021_06_01/operations/_object_replication_policies_operations.py +0 -585
- azure/mgmt/storage/v2021_06_01/operations/_operations.py +0 -156
- azure/mgmt/storage/v2021_06_01/operations/_patch.py +0 -20
- azure/mgmt/storage/v2021_06_01/operations/_private_endpoint_connections_operations.py +0 -583
- azure/mgmt/storage/v2021_06_01/operations/_private_link_resources_operations.py +0 -153
- azure/mgmt/storage/v2021_06_01/operations/_queue_operations.py +0 -819
- azure/mgmt/storage/v2021_06_01/operations/_queue_services_operations.py +0 -434
- azure/mgmt/storage/v2021_06_01/operations/_skus_operations.py +0 -162
- azure/mgmt/storage/v2021_06_01/operations/_storage_accounts_operations.py +0 -2400
- azure/mgmt/storage/v2021_06_01/operations/_table_operations.py +0 -577
- azure/mgmt/storage/v2021_06_01/operations/_table_services_operations.py +0 -434
- azure/mgmt/storage/v2021_06_01/operations/_usages_operations.py +0 -169
- azure/mgmt/storage/v2021_08_01/__init__.py +0 -26
- azure/mgmt/storage/v2021_08_01/_configuration.py +0 -65
- azure/mgmt/storage/v2021_08_01/_patch.py +0 -32
- azure/mgmt/storage/v2021_08_01/_storage_management_client.py +0 -225
- azure/mgmt/storage/v2021_08_01/_vendor.py +0 -16
- azure/mgmt/storage/v2021_08_01/_version.py +0 -9
- azure/mgmt/storage/v2021_08_01/aio/__init__.py +0 -23
- azure/mgmt/storage/v2021_08_01/aio/_configuration.py +0 -65
- azure/mgmt/storage/v2021_08_01/aio/_patch.py +0 -32
- azure/mgmt/storage/v2021_08_01/aio/_storage_management_client.py +0 -230
- azure/mgmt/storage/v2021_08_01/aio/operations/__init__.py +0 -57
- azure/mgmt/storage/v2021_08_01/aio/operations/_blob_inventory_policies_operations.py +0 -445
- azure/mgmt/storage/v2021_08_01/aio/operations/_blob_services_operations.py +0 -362
- azure/mgmt/storage/v2021_08_01/aio/operations/_deleted_accounts_operations.py +0 -194
- azure/mgmt/storage/v2021_08_01/aio/operations/_encryption_scopes_operations.py +0 -550
- azure/mgmt/storage/v2021_08_01/aio/operations/_local_users_operations.py +0 -560
- azure/mgmt/storage/v2021_08_01/aio/operations/_management_policies_operations.py +0 -349
- azure/mgmt/storage/v2021_08_01/aio/operations/_operations.py +0 -135
- azure/mgmt/storage/v2021_08_01/aio/operations/_patch.py +0 -20
- azure/mgmt/storage/v2021_08_01/aio/operations/_private_endpoint_connections_operations.py +0 -432
- azure/mgmt/storage/v2021_08_01/aio/operations/_private_link_resources_operations.py +0 -117
- azure/mgmt/storage/v2021_08_01/aio/operations/_queue_operations.py +0 -608
- azure/mgmt/storage/v2021_08_01/aio/operations/_queue_services_operations.py +0 -328
- azure/mgmt/storage/v2021_08_01/aio/operations/_skus_operations.py +0 -136
- azure/mgmt/storage/v2021_08_01/aio/operations/_storage_accounts_operations.py +0 -1898
- azure/mgmt/storage/v2021_08_01/aio/operations/_table_operations.py +0 -405
- azure/mgmt/storage/v2021_08_01/aio/operations/_table_services_operations.py +0 -328
- azure/mgmt/storage/v2021_08_01/aio/operations/_usages_operations.py +0 -139
- azure/mgmt/storage/v2021_08_01/models/__init__.py +0 -431
- azure/mgmt/storage/v2021_08_01/models/_models_py3.py +0 -7738
- azure/mgmt/storage/v2021_08_01/models/_patch.py +0 -20
- azure/mgmt/storage/v2021_08_01/models/_storage_management_client_enums.py +0 -560
- azure/mgmt/storage/v2021_08_01/operations/__init__.py +0 -57
- azure/mgmt/storage/v2021_08_01/operations/_blob_containers_operations.py +0 -2370
- azure/mgmt/storage/v2021_08_01/operations/_blob_inventory_policies_operations.py +0 -590
- azure/mgmt/storage/v2021_08_01/operations/_blob_services_operations.py +0 -464
- azure/mgmt/storage/v2021_08_01/operations/_deleted_accounts_operations.py +0 -250
- azure/mgmt/storage/v2021_08_01/operations/_encryption_scopes_operations.py +0 -689
- azure/mgmt/storage/v2021_08_01/operations/_file_services_operations.py +0 -431
- azure/mgmt/storage/v2021_08_01/operations/_file_shares_operations.py +0 -1296
- azure/mgmt/storage/v2021_08_01/operations/_local_users_operations.py +0 -758
- azure/mgmt/storage/v2021_08_01/operations/_management_policies_operations.py +0 -459
- azure/mgmt/storage/v2021_08_01/operations/_object_replication_policies_operations.py +0 -585
- azure/mgmt/storage/v2021_08_01/operations/_operations.py +0 -156
- azure/mgmt/storage/v2021_08_01/operations/_patch.py +0 -20
- azure/mgmt/storage/v2021_08_01/operations/_private_endpoint_connections_operations.py +0 -583
- azure/mgmt/storage/v2021_08_01/operations/_private_link_resources_operations.py +0 -153
- azure/mgmt/storage/v2021_08_01/operations/_queue_operations.py +0 -814
- azure/mgmt/storage/v2021_08_01/operations/_queue_services_operations.py +0 -431
- azure/mgmt/storage/v2021_08_01/operations/_skus_operations.py +0 -162
- azure/mgmt/storage/v2021_08_01/operations/_storage_accounts_operations.py +0 -2400
- azure/mgmt/storage/v2021_08_01/operations/_table_operations.py +0 -572
- azure/mgmt/storage/v2021_08_01/operations/_table_services_operations.py +0 -431
- azure/mgmt/storage/v2021_08_01/operations/_usages_operations.py +0 -169
- azure/mgmt/storage/v2021_09_01/__init__.py +0 -26
- azure/mgmt/storage/v2021_09_01/_configuration.py +0 -65
- azure/mgmt/storage/v2021_09_01/_patch.py +0 -32
- azure/mgmt/storage/v2021_09_01/_storage_management_client.py +0 -225
- azure/mgmt/storage/v2021_09_01/_vendor.py +0 -16
- azure/mgmt/storage/v2021_09_01/_version.py +0 -9
- azure/mgmt/storage/v2021_09_01/aio/__init__.py +0 -23
- azure/mgmt/storage/v2021_09_01/aio/_configuration.py +0 -65
- azure/mgmt/storage/v2021_09_01/aio/_patch.py +0 -32
- azure/mgmt/storage/v2021_09_01/aio/_storage_management_client.py +0 -230
- azure/mgmt/storage/v2021_09_01/aio/operations/__init__.py +0 -57
- azure/mgmt/storage/v2021_09_01/aio/operations/_blob_containers_operations.py +0 -1838
- azure/mgmt/storage/v2021_09_01/aio/operations/_blob_services_operations.py +0 -362
- azure/mgmt/storage/v2021_09_01/aio/operations/_deleted_accounts_operations.py +0 -194
- azure/mgmt/storage/v2021_09_01/aio/operations/_encryption_scopes_operations.py +0 -550
- azure/mgmt/storage/v2021_09_01/aio/operations/_file_services_operations.py +0 -328
- azure/mgmt/storage/v2021_09_01/aio/operations/_file_shares_operations.py +0 -1003
- azure/mgmt/storage/v2021_09_01/aio/operations/_local_users_operations.py +0 -560
- azure/mgmt/storage/v2021_09_01/aio/operations/_management_policies_operations.py +0 -349
- azure/mgmt/storage/v2021_09_01/aio/operations/_object_replication_policies_operations.py +0 -446
- azure/mgmt/storage/v2021_09_01/aio/operations/_operations.py +0 -135
- azure/mgmt/storage/v2021_09_01/aio/operations/_patch.py +0 -20
- azure/mgmt/storage/v2021_09_01/aio/operations/_private_endpoint_connections_operations.py +0 -432
- azure/mgmt/storage/v2021_09_01/aio/operations/_private_link_resources_operations.py +0 -117
- azure/mgmt/storage/v2021_09_01/aio/operations/_queue_operations.py +0 -608
- azure/mgmt/storage/v2021_09_01/aio/operations/_skus_operations.py +0 -136
- azure/mgmt/storage/v2021_09_01/aio/operations/_storage_accounts_operations.py +0 -1898
- azure/mgmt/storage/v2021_09_01/aio/operations/_usages_operations.py +0 -139
- azure/mgmt/storage/v2021_09_01/models/__init__.py +0 -441
- azure/mgmt/storage/v2021_09_01/models/_models_py3.py +0 -8069
- azure/mgmt/storage/v2021_09_01/models/_patch.py +0 -20
- azure/mgmt/storage/v2021_09_01/models/_storage_management_client_enums.py +0 -583
- azure/mgmt/storage/v2021_09_01/operations/__init__.py +0 -57
- azure/mgmt/storage/v2021_09_01/operations/_blob_containers_operations.py +0 -2370
- azure/mgmt/storage/v2021_09_01/operations/_blob_inventory_policies_operations.py +0 -587
- azure/mgmt/storage/v2021_09_01/operations/_blob_services_operations.py +0 -464
- azure/mgmt/storage/v2021_09_01/operations/_deleted_accounts_operations.py +0 -250
- azure/mgmt/storage/v2021_09_01/operations/_encryption_scopes_operations.py +0 -689
- azure/mgmt/storage/v2021_09_01/operations/_file_services_operations.py +0 -431
- azure/mgmt/storage/v2021_09_01/operations/_file_shares_operations.py +0 -1296
- azure/mgmt/storage/v2021_09_01/operations/_local_users_operations.py +0 -758
- azure/mgmt/storage/v2021_09_01/operations/_management_policies_operations.py +0 -459
- azure/mgmt/storage/v2021_09_01/operations/_object_replication_policies_operations.py +0 -585
- azure/mgmt/storage/v2021_09_01/operations/_operations.py +0 -156
- azure/mgmt/storage/v2021_09_01/operations/_patch.py +0 -20
- azure/mgmt/storage/v2021_09_01/operations/_private_endpoint_connections_operations.py +0 -583
- azure/mgmt/storage/v2021_09_01/operations/_private_link_resources_operations.py +0 -153
- azure/mgmt/storage/v2021_09_01/operations/_queue_operations.py +0 -814
- azure/mgmt/storage/v2021_09_01/operations/_queue_services_operations.py +0 -431
- azure/mgmt/storage/v2021_09_01/operations/_skus_operations.py +0 -162
- azure/mgmt/storage/v2021_09_01/operations/_storage_accounts_operations.py +0 -2400
- azure/mgmt/storage/v2021_09_01/operations/_table_operations.py +0 -765
- azure/mgmt/storage/v2021_09_01/operations/_table_services_operations.py +0 -431
- azure/mgmt/storage/v2021_09_01/operations/_usages_operations.py +0 -169
- azure/mgmt/storage/v2022_05_01/__init__.py +0 -26
- azure/mgmt/storage/v2022_05_01/_configuration.py +0 -65
- azure/mgmt/storage/v2022_05_01/_patch.py +0 -20
- azure/mgmt/storage/v2022_05_01/_storage_management_client.py +0 -225
- azure/mgmt/storage/v2022_05_01/_vendor.py +0 -16
- azure/mgmt/storage/v2022_05_01/_version.py +0 -9
- azure/mgmt/storage/v2022_05_01/aio/__init__.py +0 -23
- azure/mgmt/storage/v2022_05_01/aio/_configuration.py +0 -65
- azure/mgmt/storage/v2022_05_01/aio/_patch.py +0 -20
- azure/mgmt/storage/v2022_05_01/aio/_storage_management_client.py +0 -230
- azure/mgmt/storage/v2022_05_01/aio/operations/__init__.py +0 -57
- azure/mgmt/storage/v2022_05_01/aio/operations/_blob_containers_operations.py +0 -1838
- azure/mgmt/storage/v2022_05_01/aio/operations/_blob_inventory_policies_operations.py +0 -442
- azure/mgmt/storage/v2022_05_01/aio/operations/_blob_services_operations.py +0 -362
- azure/mgmt/storage/v2022_05_01/aio/operations/_deleted_accounts_operations.py +0 -194
- azure/mgmt/storage/v2022_05_01/aio/operations/_encryption_scopes_operations.py +0 -550
- azure/mgmt/storage/v2022_05_01/aio/operations/_file_services_operations.py +0 -328
- azure/mgmt/storage/v2022_05_01/aio/operations/_file_shares_operations.py +0 -1003
- azure/mgmt/storage/v2022_05_01/aio/operations/_local_users_operations.py +0 -560
- azure/mgmt/storage/v2022_05_01/aio/operations/_management_policies_operations.py +0 -349
- azure/mgmt/storage/v2022_05_01/aio/operations/_object_replication_policies_operations.py +0 -446
- azure/mgmt/storage/v2022_05_01/aio/operations/_operations.py +0 -135
- azure/mgmt/storage/v2022_05_01/aio/operations/_patch.py +0 -20
- azure/mgmt/storage/v2022_05_01/aio/operations/_private_endpoint_connections_operations.py +0 -432
- azure/mgmt/storage/v2022_05_01/aio/operations/_private_link_resources_operations.py +0 -117
- azure/mgmt/storage/v2022_05_01/aio/operations/_queue_operations.py +0 -608
- azure/mgmt/storage/v2022_05_01/aio/operations/_queue_services_operations.py +0 -328
- azure/mgmt/storage/v2022_05_01/aio/operations/_skus_operations.py +0 -136
- azure/mgmt/storage/v2022_05_01/aio/operations/_storage_accounts_operations.py +0 -1898
- azure/mgmt/storage/v2022_05_01/aio/operations/_table_operations.py +0 -588
- azure/mgmt/storage/v2022_05_01/aio/operations/_table_services_operations.py +0 -328
- azure/mgmt/storage/v2022_05_01/aio/operations/_usages_operations.py +0 -139
- azure/mgmt/storage/v2022_05_01/models/__init__.py +0 -441
- azure/mgmt/storage/v2022_05_01/models/_models_py3.py +0 -8057
- azure/mgmt/storage/v2022_05_01/models/_patch.py +0 -20
- azure/mgmt/storage/v2022_05_01/models/_storage_management_client_enums.py +0 -584
- azure/mgmt/storage/v2022_05_01/operations/__init__.py +0 -57
- azure/mgmt/storage/v2022_05_01/operations/_blob_containers_operations.py +0 -2370
- azure/mgmt/storage/v2022_05_01/operations/_blob_inventory_policies_operations.py +0 -587
- azure/mgmt/storage/v2022_05_01/operations/_blob_services_operations.py +0 -464
- azure/mgmt/storage/v2022_05_01/operations/_deleted_accounts_operations.py +0 -250
- azure/mgmt/storage/v2022_05_01/operations/_encryption_scopes_operations.py +0 -689
- azure/mgmt/storage/v2022_05_01/operations/_file_services_operations.py +0 -431
- azure/mgmt/storage/v2022_05_01/operations/_file_shares_operations.py +0 -1296
- azure/mgmt/storage/v2022_05_01/operations/_local_users_operations.py +0 -758
- azure/mgmt/storage/v2022_05_01/operations/_management_policies_operations.py +0 -459
- azure/mgmt/storage/v2022_05_01/operations/_object_replication_policies_operations.py +0 -585
- azure/mgmt/storage/v2022_05_01/operations/_operations.py +0 -156
- azure/mgmt/storage/v2022_05_01/operations/_patch.py +0 -20
- azure/mgmt/storage/v2022_05_01/operations/_private_endpoint_connections_operations.py +0 -583
- azure/mgmt/storage/v2022_05_01/operations/_private_link_resources_operations.py +0 -153
- azure/mgmt/storage/v2022_05_01/operations/_queue_operations.py +0 -814
- azure/mgmt/storage/v2022_05_01/operations/_queue_services_operations.py +0 -431
- azure/mgmt/storage/v2022_05_01/operations/_skus_operations.py +0 -162
- azure/mgmt/storage/v2022_05_01/operations/_storage_accounts_operations.py +0 -2400
- azure/mgmt/storage/v2022_05_01/operations/_table_operations.py +0 -765
- azure/mgmt/storage/v2022_05_01/operations/_table_services_operations.py +0 -431
- azure/mgmt/storage/v2022_05_01/operations/_usages_operations.py +0 -169
- azure/mgmt/storage/v2022_09_01/__init__.py +0 -26
- azure/mgmt/storage/v2022_09_01/_configuration.py +0 -65
- azure/mgmt/storage/v2022_09_01/_patch.py +0 -20
- azure/mgmt/storage/v2022_09_01/_storage_management_client.py +0 -225
- azure/mgmt/storage/v2022_09_01/_vendor.py +0 -16
- azure/mgmt/storage/v2022_09_01/_version.py +0 -9
- azure/mgmt/storage/v2022_09_01/aio/__init__.py +0 -23
- azure/mgmt/storage/v2022_09_01/aio/_configuration.py +0 -65
- azure/mgmt/storage/v2022_09_01/aio/_patch.py +0 -20
- azure/mgmt/storage/v2022_09_01/aio/_storage_management_client.py +0 -230
- azure/mgmt/storage/v2022_09_01/aio/operations/__init__.py +0 -57
- azure/mgmt/storage/v2022_09_01/aio/operations/_blob_containers_operations.py +0 -1838
- azure/mgmt/storage/v2022_09_01/aio/operations/_blob_inventory_policies_operations.py +0 -442
- azure/mgmt/storage/v2022_09_01/aio/operations/_blob_services_operations.py +0 -362
- azure/mgmt/storage/v2022_09_01/aio/operations/_deleted_accounts_operations.py +0 -194
- azure/mgmt/storage/v2022_09_01/aio/operations/_file_services_operations.py +0 -328
- azure/mgmt/storage/v2022_09_01/aio/operations/_file_shares_operations.py +0 -1003
- azure/mgmt/storage/v2022_09_01/aio/operations/_local_users_operations.py +0 -560
- azure/mgmt/storage/v2022_09_01/aio/operations/_management_policies_operations.py +0 -349
- azure/mgmt/storage/v2022_09_01/aio/operations/_object_replication_policies_operations.py +0 -446
- azure/mgmt/storage/v2022_09_01/aio/operations/_operations.py +0 -135
- azure/mgmt/storage/v2022_09_01/aio/operations/_patch.py +0 -20
- azure/mgmt/storage/v2022_09_01/aio/operations/_private_endpoint_connections_operations.py +0 -432
- azure/mgmt/storage/v2022_09_01/aio/operations/_private_link_resources_operations.py +0 -117
- azure/mgmt/storage/v2022_09_01/aio/operations/_queue_operations.py +0 -608
- azure/mgmt/storage/v2022_09_01/aio/operations/_queue_services_operations.py +0 -328
- azure/mgmt/storage/v2022_09_01/aio/operations/_skus_operations.py +0 -136
- azure/mgmt/storage/v2022_09_01/aio/operations/_storage_accounts_operations.py +0 -1913
- azure/mgmt/storage/v2022_09_01/aio/operations/_table_operations.py +0 -588
- azure/mgmt/storage/v2022_09_01/aio/operations/_table_services_operations.py +0 -328
- azure/mgmt/storage/v2022_09_01/aio/operations/_usages_operations.py +0 -139
- azure/mgmt/storage/v2022_09_01/models/__init__.py +0 -443
- azure/mgmt/storage/v2022_09_01/models/_models_py3.py +0 -8093
- azure/mgmt/storage/v2022_09_01/models/_patch.py +0 -20
- azure/mgmt/storage/v2022_09_01/models/_storage_management_client_enums.py +0 -592
- azure/mgmt/storage/v2022_09_01/operations/__init__.py +0 -57
- azure/mgmt/storage/v2022_09_01/operations/_blob_containers_operations.py +0 -2370
- azure/mgmt/storage/v2022_09_01/operations/_blob_inventory_policies_operations.py +0 -587
- azure/mgmt/storage/v2022_09_01/operations/_blob_services_operations.py +0 -464
- azure/mgmt/storage/v2022_09_01/operations/_deleted_accounts_operations.py +0 -250
- azure/mgmt/storage/v2022_09_01/operations/_encryption_scopes_operations.py +0 -724
- azure/mgmt/storage/v2022_09_01/operations/_file_services_operations.py +0 -431
- azure/mgmt/storage/v2022_09_01/operations/_file_shares_operations.py +0 -1296
- azure/mgmt/storage/v2022_09_01/operations/_local_users_operations.py +0 -758
- azure/mgmt/storage/v2022_09_01/operations/_management_policies_operations.py +0 -459
- azure/mgmt/storage/v2022_09_01/operations/_object_replication_policies_operations.py +0 -585
- azure/mgmt/storage/v2022_09_01/operations/_operations.py +0 -156
- azure/mgmt/storage/v2022_09_01/operations/_patch.py +0 -20
- azure/mgmt/storage/v2022_09_01/operations/_private_endpoint_connections_operations.py +0 -583
- azure/mgmt/storage/v2022_09_01/operations/_private_link_resources_operations.py +0 -153
- azure/mgmt/storage/v2022_09_01/operations/_queue_operations.py +0 -814
- azure/mgmt/storage/v2022_09_01/operations/_queue_services_operations.py +0 -431
- azure/mgmt/storage/v2022_09_01/operations/_skus_operations.py +0 -162
- azure/mgmt/storage/v2022_09_01/operations/_storage_accounts_operations.py +0 -2422
- azure/mgmt/storage/v2022_09_01/operations/_table_operations.py +0 -765
- azure/mgmt/storage/v2022_09_01/operations/_table_services_operations.py +0 -431
- azure/mgmt/storage/v2022_09_01/operations/_usages_operations.py +0 -169
- azure/mgmt/storage/v2023_01_01/__init__.py +0 -26
- azure/mgmt/storage/v2023_01_01/_configuration.py +0 -65
- azure/mgmt/storage/v2023_01_01/_patch.py +0 -20
- azure/mgmt/storage/v2023_01_01/_storage_management_client.py +0 -225
- azure/mgmt/storage/v2023_01_01/_vendor.py +0 -16
- azure/mgmt/storage/v2023_01_01/_version.py +0 -9
- azure/mgmt/storage/v2023_01_01/aio/__init__.py +0 -23
- azure/mgmt/storage/v2023_01_01/aio/_configuration.py +0 -65
- azure/mgmt/storage/v2023_01_01/aio/_patch.py +0 -20
- azure/mgmt/storage/v2023_01_01/aio/_storage_management_client.py +0 -230
- azure/mgmt/storage/v2023_01_01/aio/operations/__init__.py +0 -57
- azure/mgmt/storage/v2023_01_01/aio/operations/_blob_containers_operations.py +0 -1838
- azure/mgmt/storage/v2023_01_01/aio/operations/_blob_inventory_policies_operations.py +0 -442
- azure/mgmt/storage/v2023_01_01/aio/operations/_blob_services_operations.py +0 -362
- azure/mgmt/storage/v2023_01_01/aio/operations/_deleted_accounts_operations.py +0 -194
- azure/mgmt/storage/v2023_01_01/aio/operations/_encryption_scopes_operations.py +0 -568
- azure/mgmt/storage/v2023_01_01/aio/operations/_file_services_operations.py +0 -328
- azure/mgmt/storage/v2023_01_01/aio/operations/_file_shares_operations.py +0 -1003
- azure/mgmt/storage/v2023_01_01/aio/operations/_local_users_operations.py +0 -560
- azure/mgmt/storage/v2023_01_01/aio/operations/_management_policies_operations.py +0 -349
- azure/mgmt/storage/v2023_01_01/aio/operations/_object_replication_policies_operations.py +0 -446
- azure/mgmt/storage/v2023_01_01/aio/operations/_operations.py +0 -135
- azure/mgmt/storage/v2023_01_01/aio/operations/_patch.py +0 -20
- azure/mgmt/storage/v2023_01_01/aio/operations/_private_endpoint_connections_operations.py +0 -432
- azure/mgmt/storage/v2023_01_01/aio/operations/_private_link_resources_operations.py +0 -117
- azure/mgmt/storage/v2023_01_01/aio/operations/_queue_operations.py +0 -608
- azure/mgmt/storage/v2023_01_01/aio/operations/_queue_services_operations.py +0 -328
- azure/mgmt/storage/v2023_01_01/aio/operations/_skus_operations.py +0 -136
- azure/mgmt/storage/v2023_01_01/aio/operations/_table_operations.py +0 -588
- azure/mgmt/storage/v2023_01_01/aio/operations/_table_services_operations.py +0 -328
- azure/mgmt/storage/v2023_01_01/aio/operations/_usages_operations.py +0 -139
- azure/mgmt/storage/v2023_01_01/models/__init__.py +0 -461
- azure/mgmt/storage/v2023_01_01/models/_models_py3.py +0 -8338
- azure/mgmt/storage/v2023_01_01/models/_patch.py +0 -20
- azure/mgmt/storage/v2023_01_01/models/_storage_management_client_enums.py +0 -626
- azure/mgmt/storage/v2023_01_01/operations/__init__.py +0 -57
- azure/mgmt/storage/v2023_01_01/operations/_deleted_accounts_operations.py +0 -250
- azure/mgmt/storage/v2023_01_01/operations/_file_services_operations.py +0 -437
- azure/mgmt/storage/v2023_01_01/operations/_local_users_operations.py +0 -770
- azure/mgmt/storage/v2023_01_01/operations/_operations.py +0 -156
- azure/mgmt/storage/v2023_01_01/operations/_patch.py +0 -20
- azure/mgmt/storage/v2023_01_01/operations/_skus_operations.py +0 -162
- azure/mgmt/storage/v2023_01_01/operations/_usages_operations.py +0 -169
- azure/mgmt/storage/v2023_05_01/__init__.py +0 -26
- azure/mgmt/storage/v2023_05_01/_configuration.py +0 -65
- azure/mgmt/storage/v2023_05_01/_patch.py +0 -20
- azure/mgmt/storage/v2023_05_01/_vendor.py +0 -16
- azure/mgmt/storage/v2023_05_01/_version.py +0 -9
- azure/mgmt/storage/v2023_05_01/aio/__init__.py +0 -23
- azure/mgmt/storage/v2023_05_01/aio/_configuration.py +0 -65
- azure/mgmt/storage/v2023_05_01/aio/_patch.py +0 -20
- azure/mgmt/storage/v2023_05_01/aio/operations/_blob_containers_operations.py +0 -1838
- azure/mgmt/storage/v2023_05_01/aio/operations/_blob_inventory_policies_operations.py +0 -442
- azure/mgmt/storage/v2023_05_01/aio/operations/_blob_services_operations.py +0 -362
- azure/mgmt/storage/v2023_05_01/aio/operations/_deleted_accounts_operations.py +0 -194
- azure/mgmt/storage/v2023_05_01/aio/operations/_encryption_scopes_operations.py +0 -568
- azure/mgmt/storage/v2023_05_01/aio/operations/_file_services_operations.py +0 -328
- azure/mgmt/storage/v2023_05_01/aio/operations/_file_shares_operations.py +0 -1003
- azure/mgmt/storage/v2023_05_01/aio/operations/_management_policies_operations.py +0 -349
- azure/mgmt/storage/v2023_05_01/aio/operations/_object_replication_policies_operations.py +0 -446
- azure/mgmt/storage/v2023_05_01/aio/operations/_operations.py +0 -135
- azure/mgmt/storage/v2023_05_01/aio/operations/_patch.py +0 -20
- azure/mgmt/storage/v2023_05_01/aio/operations/_private_endpoint_connections_operations.py +0 -432
- azure/mgmt/storage/v2023_05_01/aio/operations/_private_link_resources_operations.py +0 -117
- azure/mgmt/storage/v2023_05_01/aio/operations/_queue_operations.py +0 -608
- azure/mgmt/storage/v2023_05_01/aio/operations/_queue_services_operations.py +0 -328
- azure/mgmt/storage/v2023_05_01/aio/operations/_skus_operations.py +0 -136
- azure/mgmt/storage/v2023_05_01/aio/operations/_storage_accounts_operations.py +0 -2187
- azure/mgmt/storage/v2023_05_01/aio/operations/_table_operations.py +0 -588
- azure/mgmt/storage/v2023_05_01/aio/operations/_table_services_operations.py +0 -328
- azure/mgmt/storage/v2023_05_01/aio/operations/_usages_operations.py +0 -139
- azure/mgmt/storage/v2023_05_01/models/__init__.py +0 -537
- azure/mgmt/storage/v2023_05_01/models/_patch.py +0 -20
- azure/mgmt/storage/v2023_05_01/operations/_blob_containers_operations.py +0 -2398
- azure/mgmt/storage/v2023_05_01/operations/_blob_inventory_policies_operations.py +0 -595
- azure/mgmt/storage/v2023_05_01/operations/_blob_services_operations.py +0 -470
- azure/mgmt/storage/v2023_05_01/operations/_deleted_accounts_operations.py +0 -250
- azure/mgmt/storage/v2023_05_01/operations/_encryption_scopes_operations.py +0 -732
- azure/mgmt/storage/v2023_05_01/operations/_file_services_operations.py +0 -437
- azure/mgmt/storage/v2023_05_01/operations/_file_shares_operations.py +0 -1310
- azure/mgmt/storage/v2023_05_01/operations/_management_policies_operations.py +0 -465
- azure/mgmt/storage/v2023_05_01/operations/_object_replication_policies_operations.py +0 -593
- azure/mgmt/storage/v2023_05_01/operations/_operations.py +0 -156
- azure/mgmt/storage/v2023_05_01/operations/_patch.py +0 -20
- azure/mgmt/storage/v2023_05_01/operations/_private_endpoint_connections_operations.py +0 -591
- azure/mgmt/storage/v2023_05_01/operations/_private_link_resources_operations.py +0 -155
- azure/mgmt/storage/v2023_05_01/operations/_queue_operations.py +0 -824
- azure/mgmt/storage/v2023_05_01/operations/_queue_services_operations.py +0 -437
- azure/mgmt/storage/v2023_05_01/operations/_skus_operations.py +0 -162
- azure/mgmt/storage/v2023_05_01/operations/_storage_accounts_operations.py +0 -2796
- azure/mgmt/storage/v2023_05_01/operations/_table_services_operations.py +0 -437
- azure/mgmt/storage/v2023_05_01/operations/_usages_operations.py +0 -169
- azure_mgmt_storage-21.2.1.dist-info/RECORD +0 -979
- /azure/mgmt/storage/{v2015_06_15/aio/operations → v2024_01_01}/_patch.py +0 -0
- /azure/mgmt/storage/{v2015_06_15/models → v2024_01_01/aio}/_patch.py +0 -0
- /azure/mgmt/storage/{v2015_06_15 → v2024_01_01/aio}/operations/_patch.py +0 -0
- /azure/mgmt/storage/{v2016_12_01/aio/operations → v2024_01_01/models}/_patch.py +0 -0
- /azure/mgmt/storage/{v2016_12_01/models → v2024_01_01/operations}/_patch.py +0 -0
- {azure_mgmt_storage-21.2.1.dist-info → azure_mgmt_storage-22.1.0.dist-info}/LICENSE +0 -0
- {azure_mgmt_storage-21.2.1.dist-info → azure_mgmt_storage-22.1.0.dist-info}/top_level.txt +0 -0
@@ -1,5 +1,5 @@
|
|
1
|
-
# coding=utf-8
|
2
1
|
# pylint: disable=too-many-lines
|
2
|
+
# coding=utf-8
|
3
3
|
# --------------------------------------------------------------------------
|
4
4
|
# Copyright (c) Microsoft Corporation. All rights reserved.
|
5
5
|
# Licensed under the MIT License. See License.txt in the project root for license information.
|
@@ -13,7 +13,6 @@ from typing import Any, Dict, List, Literal, Optional, TYPE_CHECKING, Union
|
|
13
13
|
from ... import _serialization
|
14
14
|
|
15
15
|
if TYPE_CHECKING:
|
16
|
-
# pylint: disable=unused-import,ungrouped-imports
|
17
16
|
from .. import models as _models
|
18
17
|
|
19
18
|
|
@@ -69,7 +68,7 @@ class AccountImmutabilityPolicyProperties(_serialization.Model):
|
|
69
68
|
Unlocked state and can be toggled between the two states. Only a policy in an Unlocked state
|
70
69
|
can transition to a Locked state which cannot be reverted. Known values are: "Unlocked",
|
71
70
|
"Locked", and "Disabled".
|
72
|
-
:vartype state: str or ~azure.mgmt.storage.
|
71
|
+
:vartype state: str or ~azure.mgmt.storage.v2024_01_01.models.AccountImmutabilityPolicyState
|
73
72
|
:ivar allow_protected_append_writes: This property can only be changed for disabled and
|
74
73
|
unlocked time-based retention policies. When enabled, new blocks can be written to an append
|
75
74
|
blob while maintaining immutability protection and compliance. Only new blocks can be added and
|
@@ -106,7 +105,7 @@ class AccountImmutabilityPolicyProperties(_serialization.Model):
|
|
106
105
|
Unlocked state and can be toggled between the two states. Only a policy in an Unlocked state
|
107
106
|
can transition to a Locked state which cannot be reverted. Known values are: "Unlocked",
|
108
107
|
"Locked", and "Disabled".
|
109
|
-
:paramtype state: str or ~azure.mgmt.storage.
|
108
|
+
:paramtype state: str or ~azure.mgmt.storage.v2024_01_01.models.AccountImmutabilityPolicyState
|
110
109
|
:keyword allow_protected_append_writes: This property can only be changed for disabled and
|
111
110
|
unlocked time-based retention policies. When enabled, new blocks can be written to an append
|
112
111
|
blob while maintaining immutability protection and compliance. Only new blocks can be added and
|
@@ -119,6 +118,47 @@ class AccountImmutabilityPolicyProperties(_serialization.Model):
|
|
119
118
|
self.allow_protected_append_writes = allow_protected_append_writes
|
120
119
|
|
121
120
|
|
121
|
+
class AccountLimits(_serialization.Model):
|
122
|
+
"""Maximum provisioned storage, IOPS, bandwidth and number of file shares limits for the storage
|
123
|
+
account.
|
124
|
+
|
125
|
+
Variables are only populated by the server, and will be ignored when sending a request.
|
126
|
+
|
127
|
+
:ivar max_file_shares: The maximum number of file shares limit for the storage account.
|
128
|
+
:vartype max_file_shares: int
|
129
|
+
:ivar max_provisioned_storage_gi_b: The maximum provisioned storage quota limit in gibibytes
|
130
|
+
for the storage account.
|
131
|
+
:vartype max_provisioned_storage_gi_b: int
|
132
|
+
:ivar max_provisioned_iops: The maximum provisioned IOPS limit for the storage account.
|
133
|
+
:vartype max_provisioned_iops: int
|
134
|
+
:ivar max_provisioned_bandwidth_mi_b_per_sec: The maximum provisioned bandwidth limit in
|
135
|
+
mebibytes per second for the storage account.
|
136
|
+
:vartype max_provisioned_bandwidth_mi_b_per_sec: int
|
137
|
+
"""
|
138
|
+
|
139
|
+
_validation = {
|
140
|
+
"max_file_shares": {"readonly": True},
|
141
|
+
"max_provisioned_storage_gi_b": {"readonly": True},
|
142
|
+
"max_provisioned_iops": {"readonly": True},
|
143
|
+
"max_provisioned_bandwidth_mi_b_per_sec": {"readonly": True},
|
144
|
+
}
|
145
|
+
|
146
|
+
_attribute_map = {
|
147
|
+
"max_file_shares": {"key": "maxFileShares", "type": "int"},
|
148
|
+
"max_provisioned_storage_gi_b": {"key": "maxProvisionedStorageGiB", "type": "int"},
|
149
|
+
"max_provisioned_iops": {"key": "maxProvisionedIOPS", "type": "int"},
|
150
|
+
"max_provisioned_bandwidth_mi_b_per_sec": {"key": "maxProvisionedBandwidthMiBPerSec", "type": "int"},
|
151
|
+
}
|
152
|
+
|
153
|
+
def __init__(self, **kwargs: Any) -> None:
|
154
|
+
""" """
|
155
|
+
super().__init__(**kwargs)
|
156
|
+
self.max_file_shares = None
|
157
|
+
self.max_provisioned_storage_gi_b = None
|
158
|
+
self.max_provisioned_iops = None
|
159
|
+
self.max_provisioned_bandwidth_mi_b_per_sec = None
|
160
|
+
|
161
|
+
|
122
162
|
class AccountSasParameters(_serialization.Model):
|
123
163
|
"""The parameters to list SAS credentials of a storage account.
|
124
164
|
|
@@ -126,22 +166,22 @@ class AccountSasParameters(_serialization.Model):
|
|
126
166
|
|
127
167
|
:ivar services: The signed services accessible with the account SAS. Possible values include:
|
128
168
|
Blob (b), Queue (q), Table (t), File (f). Required. Known values are: "b", "q", "t", and "f".
|
129
|
-
:vartype services: str or ~azure.mgmt.storage.
|
169
|
+
:vartype services: str or ~azure.mgmt.storage.v2024_01_01.models.Services
|
130
170
|
:ivar resource_types: The signed resource types that are accessible with the account SAS.
|
131
171
|
Service (s): Access to service-level APIs; Container (c): Access to container-level APIs;
|
132
172
|
Object (o): Access to object-level APIs for blobs, queue messages, table entities, and files.
|
133
173
|
Required. Known values are: "s", "c", and "o".
|
134
|
-
:vartype resource_types: str or ~azure.mgmt.storage.
|
174
|
+
:vartype resource_types: str or ~azure.mgmt.storage.v2024_01_01.models.SignedResourceTypes
|
135
175
|
:ivar permissions: The signed permissions for the account SAS. Possible values include: Read
|
136
176
|
(r), Write (w), Delete (d), List (l), Add (a), Create (c), Update (u) and Process (p).
|
137
177
|
Required. Known values are: "r", "d", "w", "l", "a", "c", "u", and "p".
|
138
|
-
:vartype permissions: str or ~azure.mgmt.storage.
|
178
|
+
:vartype permissions: str or ~azure.mgmt.storage.v2024_01_01.models.Permissions
|
139
179
|
:ivar ip_address_or_range: An IP address or a range of IP addresses from which to accept
|
140
180
|
requests.
|
141
181
|
:vartype ip_address_or_range: str
|
142
182
|
:ivar protocols: The protocol permitted for a request made with the account SAS. Known values
|
143
183
|
are: "https,http" and "https".
|
144
|
-
:vartype protocols: str or ~azure.mgmt.storage.
|
184
|
+
:vartype protocols: str or ~azure.mgmt.storage.v2024_01_01.models.HttpProtocol
|
145
185
|
:ivar shared_access_start_time: The time at which the SAS becomes valid.
|
146
186
|
:vartype shared_access_start_time: ~datetime.datetime
|
147
187
|
:ivar shared_access_expiry_time: The time at which the shared access signature becomes invalid.
|
@@ -186,22 +226,22 @@ class AccountSasParameters(_serialization.Model):
|
|
186
226
|
:keyword services: The signed services accessible with the account SAS. Possible values
|
187
227
|
include: Blob (b), Queue (q), Table (t), File (f). Required. Known values are: "b", "q", "t",
|
188
228
|
and "f".
|
189
|
-
:paramtype services: str or ~azure.mgmt.storage.
|
229
|
+
:paramtype services: str or ~azure.mgmt.storage.v2024_01_01.models.Services
|
190
230
|
:keyword resource_types: The signed resource types that are accessible with the account SAS.
|
191
231
|
Service (s): Access to service-level APIs; Container (c): Access to container-level APIs;
|
192
232
|
Object (o): Access to object-level APIs for blobs, queue messages, table entities, and files.
|
193
233
|
Required. Known values are: "s", "c", and "o".
|
194
|
-
:paramtype resource_types: str or ~azure.mgmt.storage.
|
234
|
+
:paramtype resource_types: str or ~azure.mgmt.storage.v2024_01_01.models.SignedResourceTypes
|
195
235
|
:keyword permissions: The signed permissions for the account SAS. Possible values include: Read
|
196
236
|
(r), Write (w), Delete (d), List (l), Add (a), Create (c), Update (u) and Process (p).
|
197
237
|
Required. Known values are: "r", "d", "w", "l", "a", "c", "u", and "p".
|
198
|
-
:paramtype permissions: str or ~azure.mgmt.storage.
|
238
|
+
:paramtype permissions: str or ~azure.mgmt.storage.v2024_01_01.models.Permissions
|
199
239
|
:keyword ip_address_or_range: An IP address or a range of IP addresses from which to accept
|
200
240
|
requests.
|
201
241
|
:paramtype ip_address_or_range: str
|
202
242
|
:keyword protocols: The protocol permitted for a request made with the account SAS. Known
|
203
243
|
values are: "https,http" and "https".
|
204
|
-
:paramtype protocols: str or ~azure.mgmt.storage.
|
244
|
+
:paramtype protocols: str or ~azure.mgmt.storage.v2024_01_01.models.HttpProtocol
|
205
245
|
:keyword shared_access_start_time: The time at which the SAS becomes valid.
|
206
246
|
:paramtype shared_access_start_time: ~datetime.datetime
|
207
247
|
:keyword shared_access_expiry_time: The time at which the shared access signature becomes
|
@@ -221,6 +261,77 @@ class AccountSasParameters(_serialization.Model):
|
|
221
261
|
self.key_to_sign = key_to_sign
|
222
262
|
|
223
263
|
|
264
|
+
class AccountUsage(_serialization.Model):
|
265
|
+
"""Usage of provisioned storage, IOPS, bandwidth and number of file shares across all live shares
|
266
|
+
and soft-deleted shares in the account.
|
267
|
+
|
268
|
+
Variables are only populated by the server, and will be ignored when sending a request.
|
269
|
+
|
270
|
+
:ivar live_shares: Usage of provisioned storage, IOPS, bandwidth and number of file shares
|
271
|
+
across all live shares or soft-deleted shares in the account.
|
272
|
+
:vartype live_shares: ~azure.mgmt.storage.v2024_01_01.models.AccountUsageElements
|
273
|
+
:ivar soft_deleted_shares: Usage of provisioned storage, IOPS, bandwidth and number of file
|
274
|
+
shares across all live shares or soft-deleted shares in the account.
|
275
|
+
:vartype soft_deleted_shares: ~azure.mgmt.storage.v2024_01_01.models.AccountUsageElements
|
276
|
+
"""
|
277
|
+
|
278
|
+
_validation = {
|
279
|
+
"live_shares": {"readonly": True},
|
280
|
+
"soft_deleted_shares": {"readonly": True},
|
281
|
+
}
|
282
|
+
|
283
|
+
_attribute_map = {
|
284
|
+
"live_shares": {"key": "liveShares", "type": "AccountUsageElements"},
|
285
|
+
"soft_deleted_shares": {"key": "softDeletedShares", "type": "AccountUsageElements"},
|
286
|
+
}
|
287
|
+
|
288
|
+
def __init__(self, **kwargs: Any) -> None:
|
289
|
+
""" """
|
290
|
+
super().__init__(**kwargs)
|
291
|
+
self.live_shares = None
|
292
|
+
self.soft_deleted_shares = None
|
293
|
+
|
294
|
+
|
295
|
+
class AccountUsageElements(_serialization.Model):
|
296
|
+
"""Usage of provisioned storage, IOPS, bandwidth and number of file shares across all live shares
|
297
|
+
or soft-deleted shares in the account.
|
298
|
+
|
299
|
+
Variables are only populated by the server, and will be ignored when sending a request.
|
300
|
+
|
301
|
+
:ivar file_share_count: The total number of file shares.
|
302
|
+
:vartype file_share_count: int
|
303
|
+
:ivar provisioned_storage_gi_b: The total provisioned storage quota in gibibytes.
|
304
|
+
:vartype provisioned_storage_gi_b: int
|
305
|
+
:ivar provisioned_iops: The total provisioned IOPS.
|
306
|
+
:vartype provisioned_iops: int
|
307
|
+
:ivar provisioned_bandwidth_mi_b_per_sec: The total provisioned bandwidth in mebibytes per
|
308
|
+
second.
|
309
|
+
:vartype provisioned_bandwidth_mi_b_per_sec: int
|
310
|
+
"""
|
311
|
+
|
312
|
+
_validation = {
|
313
|
+
"file_share_count": {"readonly": True},
|
314
|
+
"provisioned_storage_gi_b": {"readonly": True},
|
315
|
+
"provisioned_iops": {"readonly": True},
|
316
|
+
"provisioned_bandwidth_mi_b_per_sec": {"readonly": True},
|
317
|
+
}
|
318
|
+
|
319
|
+
_attribute_map = {
|
320
|
+
"file_share_count": {"key": "fileShareCount", "type": "int"},
|
321
|
+
"provisioned_storage_gi_b": {"key": "provisionedStorageGiB", "type": "int"},
|
322
|
+
"provisioned_iops": {"key": "provisionedIOPS", "type": "int"},
|
323
|
+
"provisioned_bandwidth_mi_b_per_sec": {"key": "provisionedBandwidthMiBPerSec", "type": "int"},
|
324
|
+
}
|
325
|
+
|
326
|
+
def __init__(self, **kwargs: Any) -> None:
|
327
|
+
""" """
|
328
|
+
super().__init__(**kwargs)
|
329
|
+
self.file_share_count = None
|
330
|
+
self.provisioned_storage_gi_b = None
|
331
|
+
self.provisioned_iops = None
|
332
|
+
self.provisioned_bandwidth_mi_b_per_sec = None
|
333
|
+
|
334
|
+
|
224
335
|
class ActiveDirectoryProperties(_serialization.Model):
|
225
336
|
"""Settings properties for Active Directory (AD).
|
226
337
|
|
@@ -243,7 +354,7 @@ class ActiveDirectoryProperties(_serialization.Model):
|
|
243
354
|
:vartype sam_account_name: str
|
244
355
|
:ivar account_type: Specifies the Active Directory account type for Azure Storage. Known values
|
245
356
|
are: "User" and "Computer".
|
246
|
-
:vartype account_type: str or ~azure.mgmt.storage.
|
357
|
+
:vartype account_type: str or ~azure.mgmt.storage.v2024_01_01.models.AccountType
|
247
358
|
"""
|
248
359
|
|
249
360
|
_validation = {
|
@@ -293,7 +404,7 @@ class ActiveDirectoryProperties(_serialization.Model):
|
|
293
404
|
:paramtype sam_account_name: str
|
294
405
|
:keyword account_type: Specifies the Active Directory account type for Azure Storage. Known
|
295
406
|
values are: "User" and "Computer".
|
296
|
-
:paramtype account_type: str or ~azure.mgmt.storage.
|
407
|
+
:paramtype account_type: str or ~azure.mgmt.storage.v2024_01_01.models.AccountType
|
297
408
|
"""
|
298
409
|
super().__init__(**kwargs)
|
299
410
|
self.domain_name = domain_name
|
@@ -386,17 +497,17 @@ class AzureFilesIdentityBasedAuthentication(_serialization.Model):
|
|
386
497
|
:ivar directory_service_options: Indicates the directory service used. Note that this enum may
|
387
498
|
be extended in the future. Required. Known values are: "None", "AADDS", "AD", and "AADKERB".
|
388
499
|
:vartype directory_service_options: str or
|
389
|
-
~azure.mgmt.storage.
|
500
|
+
~azure.mgmt.storage.v2024_01_01.models.DirectoryServiceOptions
|
390
501
|
:ivar active_directory_properties: Required if directoryServiceOptions are AD, optional if they
|
391
502
|
are AADKERB.
|
392
503
|
:vartype active_directory_properties:
|
393
|
-
~azure.mgmt.storage.
|
504
|
+
~azure.mgmt.storage.v2024_01_01.models.ActiveDirectoryProperties
|
394
505
|
:ivar default_share_permission: Default share permission for users using Kerberos
|
395
506
|
authentication if RBAC role is not assigned. Known values are: "None",
|
396
507
|
"StorageFileDataSmbShareReader", "StorageFileDataSmbShareContributor", and
|
397
508
|
"StorageFileDataSmbShareElevatedContributor".
|
398
509
|
:vartype default_share_permission: str or
|
399
|
-
~azure.mgmt.storage.
|
510
|
+
~azure.mgmt.storage.v2024_01_01.models.DefaultSharePermission
|
400
511
|
"""
|
401
512
|
|
402
513
|
_validation = {
|
@@ -422,17 +533,17 @@ class AzureFilesIdentityBasedAuthentication(_serialization.Model):
|
|
422
533
|
may be extended in the future. Required. Known values are: "None", "AADDS", "AD", and
|
423
534
|
"AADKERB".
|
424
535
|
:paramtype directory_service_options: str or
|
425
|
-
~azure.mgmt.storage.
|
536
|
+
~azure.mgmt.storage.v2024_01_01.models.DirectoryServiceOptions
|
426
537
|
:keyword active_directory_properties: Required if directoryServiceOptions are AD, optional if
|
427
538
|
they are AADKERB.
|
428
539
|
:paramtype active_directory_properties:
|
429
|
-
~azure.mgmt.storage.
|
540
|
+
~azure.mgmt.storage.v2024_01_01.models.ActiveDirectoryProperties
|
430
541
|
:keyword default_share_permission: Default share permission for users using Kerberos
|
431
542
|
authentication if RBAC role is not assigned. Known values are: "None",
|
432
543
|
"StorageFileDataSmbShareReader", "StorageFileDataSmbShareContributor", and
|
433
544
|
"StorageFileDataSmbShareElevatedContributor".
|
434
545
|
:paramtype default_share_permission: str or
|
435
|
-
~azure.mgmt.storage.
|
546
|
+
~azure.mgmt.storage.v2024_01_01.models.DefaultSharePermission
|
436
547
|
"""
|
437
548
|
super().__init__(**kwargs)
|
438
549
|
self.directory_service_options = directory_service_options
|
@@ -440,7 +551,7 @@ class AzureFilesIdentityBasedAuthentication(_serialization.Model):
|
|
440
551
|
self.default_share_permission = default_share_permission
|
441
552
|
|
442
553
|
|
443
|
-
class BlobContainer(AzureEntityResource):
|
554
|
+
class BlobContainer(AzureEntityResource):
|
444
555
|
"""Properties of the blob container, including Id, resource name, resource type, Etag.
|
445
556
|
|
446
557
|
Variables are only populated by the server, and will be ignored when sending a request.
|
@@ -471,25 +582,25 @@ class BlobContainer(AzureEntityResource): # pylint: disable=too-many-instance-a
|
|
471
582
|
:vartype deny_encryption_scope_override: bool
|
472
583
|
:ivar public_access: Specifies whether data in the container may be accessed publicly and the
|
473
584
|
level of access. Known values are: "Container", "Blob", and "None".
|
474
|
-
:vartype public_access: str or ~azure.mgmt.storage.
|
585
|
+
:vartype public_access: str or ~azure.mgmt.storage.v2024_01_01.models.PublicAccess
|
475
586
|
:ivar last_modified_time: Returns the date and time the container was last modified.
|
476
587
|
:vartype last_modified_time: ~datetime.datetime
|
477
588
|
:ivar lease_status: The lease status of the container. Known values are: "Locked" and
|
478
589
|
"Unlocked".
|
479
|
-
:vartype lease_status: str or ~azure.mgmt.storage.
|
590
|
+
:vartype lease_status: str or ~azure.mgmt.storage.v2024_01_01.models.LeaseStatus
|
480
591
|
:ivar lease_state: Lease state of the container. Known values are: "Available", "Leased",
|
481
592
|
"Expired", "Breaking", and "Broken".
|
482
|
-
:vartype lease_state: str or ~azure.mgmt.storage.
|
593
|
+
:vartype lease_state: str or ~azure.mgmt.storage.v2024_01_01.models.LeaseState
|
483
594
|
:ivar lease_duration: Specifies whether the lease on a container is of infinite or fixed
|
484
595
|
duration, only when the container is leased. Known values are: "Infinite" and "Fixed".
|
485
|
-
:vartype lease_duration: str or ~azure.mgmt.storage.
|
596
|
+
:vartype lease_duration: str or ~azure.mgmt.storage.v2024_01_01.models.LeaseDuration
|
486
597
|
:ivar metadata: A name-value pair to associate with the container as metadata.
|
487
598
|
:vartype metadata: dict[str, str]
|
488
599
|
:ivar immutability_policy: The ImmutabilityPolicy property of the container.
|
489
600
|
:vartype immutability_policy:
|
490
|
-
~azure.mgmt.storage.
|
601
|
+
~azure.mgmt.storage.v2024_01_01.models.ImmutabilityPolicyProperties
|
491
602
|
:ivar legal_hold: The LegalHold property of the container.
|
492
|
-
:vartype legal_hold: ~azure.mgmt.storage.
|
603
|
+
:vartype legal_hold: ~azure.mgmt.storage.v2024_01_01.models.LegalHoldProperties
|
493
604
|
:ivar has_legal_hold: The hasLegalHold public property is set to true by SRP if there are at
|
494
605
|
least one existing tag. The hasLegalHold public property is set to false by SRP if all existing
|
495
606
|
legal hold tags are cleared out. There can be a maximum of 1000 blob containers with
|
@@ -503,7 +614,7 @@ class BlobContainer(AzureEntityResource): # pylint: disable=too-many-instance-a
|
|
503
614
|
container. The property is immutable and can only be set to true at the container creation
|
504
615
|
time. Existing containers must undergo a migration process.
|
505
616
|
:vartype immutable_storage_with_versioning:
|
506
|
-
~azure.mgmt.storage.
|
617
|
+
~azure.mgmt.storage.v2024_01_01.models.ImmutableStorageWithVersioning
|
507
618
|
:ivar enable_nfs_v3_root_squash: Enable NFSv3 root squash on blob container.
|
508
619
|
:vartype enable_nfs_v3_root_squash: bool
|
509
620
|
:ivar enable_nfs_v3_all_squash: Enable NFSv3 all squash on blob container.
|
@@ -579,14 +690,14 @@ class BlobContainer(AzureEntityResource): # pylint: disable=too-many-instance-a
|
|
579
690
|
:paramtype deny_encryption_scope_override: bool
|
580
691
|
:keyword public_access: Specifies whether data in the container may be accessed publicly and
|
581
692
|
the level of access. Known values are: "Container", "Blob", and "None".
|
582
|
-
:paramtype public_access: str or ~azure.mgmt.storage.
|
693
|
+
:paramtype public_access: str or ~azure.mgmt.storage.v2024_01_01.models.PublicAccess
|
583
694
|
:keyword metadata: A name-value pair to associate with the container as metadata.
|
584
695
|
:paramtype metadata: dict[str, str]
|
585
696
|
:keyword immutable_storage_with_versioning: The object level immutability property of the
|
586
697
|
container. The property is immutable and can only be set to true at the container creation
|
587
698
|
time. Existing containers must undergo a migration process.
|
588
699
|
:paramtype immutable_storage_with_versioning:
|
589
|
-
~azure.mgmt.storage.
|
700
|
+
~azure.mgmt.storage.v2024_01_01.models.ImmutableStorageWithVersioning
|
590
701
|
:keyword enable_nfs_v3_root_squash: Enable NFSv3 root squash on blob container.
|
591
702
|
:paramtype enable_nfs_v3_root_squash: bool
|
592
703
|
:keyword enable_nfs_v3_all_squash: Enable NFSv3 all squash on blob container.
|
@@ -655,11 +766,11 @@ class BlobInventoryPolicy(Resource):
|
|
655
766
|
"Microsoft.Storage/storageAccounts".
|
656
767
|
:vartype type: str
|
657
768
|
:ivar system_data: Metadata pertaining to creation and last modification of the resource.
|
658
|
-
:vartype system_data: ~azure.mgmt.storage.
|
769
|
+
:vartype system_data: ~azure.mgmt.storage.v2024_01_01.models.SystemData
|
659
770
|
:ivar last_modified_time: Returns the last modified date and time of the blob inventory policy.
|
660
771
|
:vartype last_modified_time: ~datetime.datetime
|
661
772
|
:ivar policy: The storage account blob inventory policy object. It is composed of policy rules.
|
662
|
-
:vartype policy: ~azure.mgmt.storage.
|
773
|
+
:vartype policy: ~azure.mgmt.storage.v2024_01_01.models.BlobInventoryPolicySchema
|
663
774
|
"""
|
664
775
|
|
665
776
|
_validation = {
|
@@ -683,7 +794,7 @@ class BlobInventoryPolicy(Resource):
|
|
683
794
|
"""
|
684
795
|
:keyword policy: The storage account blob inventory policy object. It is composed of policy
|
685
796
|
rules.
|
686
|
-
:paramtype policy: ~azure.mgmt.storage.
|
797
|
+
:paramtype policy: ~azure.mgmt.storage.v2024_01_01.models.BlobInventoryPolicySchema
|
687
798
|
"""
|
688
799
|
super().__init__(**kwargs)
|
689
800
|
self.system_data = None
|
@@ -697,17 +808,17 @@ class BlobInventoryPolicyDefinition(_serialization.Model):
|
|
697
808
|
All required parameters must be populated in order to send to server.
|
698
809
|
|
699
810
|
:ivar filters: An object that defines the filter set.
|
700
|
-
:vartype filters: ~azure.mgmt.storage.
|
811
|
+
:vartype filters: ~azure.mgmt.storage.v2024_01_01.models.BlobInventoryPolicyFilter
|
701
812
|
:ivar format: This is a required field, it specifies the format for the inventory files.
|
702
813
|
Required. Known values are: "Csv" and "Parquet".
|
703
|
-
:vartype format: str or ~azure.mgmt.storage.
|
814
|
+
:vartype format: str or ~azure.mgmt.storage.v2024_01_01.models.Format
|
704
815
|
:ivar schedule: This is a required field. This field is used to schedule an inventory
|
705
816
|
formation. Required. Known values are: "Daily" and "Weekly".
|
706
|
-
:vartype schedule: str or ~azure.mgmt.storage.
|
817
|
+
:vartype schedule: str or ~azure.mgmt.storage.v2024_01_01.models.Schedule
|
707
818
|
:ivar object_type: This is a required field. This field specifies the scope of the inventory
|
708
819
|
created either at the blob or container level. Required. Known values are: "Blob" and
|
709
820
|
"Container".
|
710
|
-
:vartype object_type: str or ~azure.mgmt.storage.
|
821
|
+
:vartype object_type: str or ~azure.mgmt.storage.v2024_01_01.models.ObjectType
|
711
822
|
:ivar schema_fields: This is a required field. This field specifies the fields and properties
|
712
823
|
of the object to be included in the inventory. The Schema field value 'Name' is always
|
713
824
|
required. The valid values for this field for the 'Blob' definition.objectType include 'Name,
|
@@ -757,17 +868,17 @@ class BlobInventoryPolicyDefinition(_serialization.Model):
|
|
757
868
|
) -> None:
|
758
869
|
"""
|
759
870
|
:keyword filters: An object that defines the filter set.
|
760
|
-
:paramtype filters: ~azure.mgmt.storage.
|
871
|
+
:paramtype filters: ~azure.mgmt.storage.v2024_01_01.models.BlobInventoryPolicyFilter
|
761
872
|
:keyword format: This is a required field, it specifies the format for the inventory files.
|
762
873
|
Required. Known values are: "Csv" and "Parquet".
|
763
|
-
:paramtype format: str or ~azure.mgmt.storage.
|
874
|
+
:paramtype format: str or ~azure.mgmt.storage.v2024_01_01.models.Format
|
764
875
|
:keyword schedule: This is a required field. This field is used to schedule an inventory
|
765
876
|
formation. Required. Known values are: "Daily" and "Weekly".
|
766
|
-
:paramtype schedule: str or ~azure.mgmt.storage.
|
877
|
+
:paramtype schedule: str or ~azure.mgmt.storage.v2024_01_01.models.Schedule
|
767
878
|
:keyword object_type: This is a required field. This field specifies the scope of the inventory
|
768
879
|
created either at the blob or container level. Required. Known values are: "Blob" and
|
769
880
|
"Container".
|
770
|
-
:paramtype object_type: str or ~azure.mgmt.storage.
|
881
|
+
:paramtype object_type: str or ~azure.mgmt.storage.v2024_01_01.models.ObjectType
|
771
882
|
:keyword schema_fields: This is a required field. This field specifies the fields and
|
772
883
|
properties of the object to be included in the inventory. The Schema field value 'Name' is
|
773
884
|
always required. The valid values for this field for the 'Blob' definition.objectType include
|
@@ -829,7 +940,7 @@ class BlobInventoryPolicyFilter(_serialization.Model):
|
|
829
940
|
excluded.
|
830
941
|
:vartype include_deleted: bool
|
831
942
|
:ivar creation_time: This property is used to filter objects based on the object creation time.
|
832
|
-
:vartype creation_time: ~azure.mgmt.storage.
|
943
|
+
:vartype creation_time: ~azure.mgmt.storage.v2024_01_01.models.BlobInventoryCreationTime
|
833
944
|
"""
|
834
945
|
|
835
946
|
_attribute_map = {
|
@@ -882,7 +993,7 @@ class BlobInventoryPolicyFilter(_serialization.Model):
|
|
882
993
|
:paramtype include_deleted: bool
|
883
994
|
:keyword creation_time: This property is used to filter objects based on the object creation
|
884
995
|
time.
|
885
|
-
:paramtype creation_time: ~azure.mgmt.storage.
|
996
|
+
:paramtype creation_time: ~azure.mgmt.storage.v2024_01_01.models.BlobInventoryCreationTime
|
886
997
|
"""
|
887
998
|
super().__init__(**kwargs)
|
888
999
|
self.prefix_match = prefix_match
|
@@ -908,7 +1019,7 @@ class BlobInventoryPolicyRule(_serialization.Model):
|
|
908
1019
|
Required.
|
909
1020
|
:vartype destination: str
|
910
1021
|
:ivar definition: An object that defines the blob inventory policy rule. Required.
|
911
|
-
:vartype definition: ~azure.mgmt.storage.
|
1022
|
+
:vartype definition: ~azure.mgmt.storage.v2024_01_01.models.BlobInventoryPolicyDefinition
|
912
1023
|
"""
|
913
1024
|
|
914
1025
|
_validation = {
|
@@ -944,7 +1055,7 @@ class BlobInventoryPolicyRule(_serialization.Model):
|
|
944
1055
|
pre-created. Required.
|
945
1056
|
:paramtype destination: str
|
946
1057
|
:keyword definition: An object that defines the blob inventory policy rule. Required.
|
947
|
-
:paramtype definition: ~azure.mgmt.storage.
|
1058
|
+
:paramtype definition: ~azure.mgmt.storage.v2024_01_01.models.BlobInventoryPolicyDefinition
|
948
1059
|
"""
|
949
1060
|
super().__init__(**kwargs)
|
950
1061
|
self.enabled = enabled
|
@@ -966,10 +1077,10 @@ class BlobInventoryPolicySchema(_serialization.Model):
|
|
966
1077
|
destination container name must be specified at the rule level 'policy.rule.destination'.
|
967
1078
|
:vartype destination: str
|
968
1079
|
:ivar type: The valid value is Inventory. Required. "Inventory"
|
969
|
-
:vartype type: str or ~azure.mgmt.storage.
|
1080
|
+
:vartype type: str or ~azure.mgmt.storage.v2024_01_01.models.InventoryRuleType
|
970
1081
|
:ivar rules: The storage account blob inventory policy rules. The rule is applied when it is
|
971
1082
|
enabled. Required.
|
972
|
-
:vartype rules: list[~azure.mgmt.storage.
|
1083
|
+
:vartype rules: list[~azure.mgmt.storage.v2024_01_01.models.BlobInventoryPolicyRule]
|
973
1084
|
"""
|
974
1085
|
|
975
1086
|
_validation = {
|
@@ -998,10 +1109,10 @@ class BlobInventoryPolicySchema(_serialization.Model):
|
|
998
1109
|
:keyword enabled: Policy is enabled if set to true. Required.
|
999
1110
|
:paramtype enabled: bool
|
1000
1111
|
:keyword type: The valid value is Inventory. Required. "Inventory"
|
1001
|
-
:paramtype type: str or ~azure.mgmt.storage.
|
1112
|
+
:paramtype type: str or ~azure.mgmt.storage.v2024_01_01.models.InventoryRuleType
|
1002
1113
|
:keyword rules: The storage account blob inventory policy rules. The rule is applied when it is
|
1003
1114
|
enabled. Required.
|
1004
|
-
:paramtype rules: list[~azure.mgmt.storage.
|
1115
|
+
:paramtype rules: list[~azure.mgmt.storage.v2024_01_01.models.BlobInventoryPolicyRule]
|
1005
1116
|
"""
|
1006
1117
|
super().__init__(**kwargs)
|
1007
1118
|
self.enabled = enabled
|
@@ -1018,7 +1129,7 @@ class BlobRestoreParameters(_serialization.Model):
|
|
1018
1129
|
:ivar time_to_restore: Restore blob to the specified time. Required.
|
1019
1130
|
:vartype time_to_restore: ~datetime.datetime
|
1020
1131
|
:ivar blob_ranges: Blob ranges to restore. Required.
|
1021
|
-
:vartype blob_ranges: list[~azure.mgmt.storage.
|
1132
|
+
:vartype blob_ranges: list[~azure.mgmt.storage.v2024_01_01.models.BlobRestoreRange]
|
1022
1133
|
"""
|
1023
1134
|
|
1024
1135
|
_validation = {
|
@@ -1038,7 +1149,7 @@ class BlobRestoreParameters(_serialization.Model):
|
|
1038
1149
|
:keyword time_to_restore: Restore blob to the specified time. Required.
|
1039
1150
|
:paramtype time_to_restore: ~datetime.datetime
|
1040
1151
|
:keyword blob_ranges: Blob ranges to restore. Required.
|
1041
|
-
:paramtype blob_ranges: list[~azure.mgmt.storage.
|
1152
|
+
:paramtype blob_ranges: list[~azure.mgmt.storage.v2024_01_01.models.BlobRestoreRange]
|
1042
1153
|
"""
|
1043
1154
|
super().__init__(**kwargs)
|
1044
1155
|
self.time_to_restore = time_to_restore
|
@@ -1087,13 +1198,13 @@ class BlobRestoreStatus(_serialization.Model):
|
|
1087
1198
|
that blob restore is ongoing. - Complete: Indicates that blob restore has been completed
|
1088
1199
|
successfully. - Failed: Indicates that blob restore is failed. Known values are: "InProgress",
|
1089
1200
|
"Complete", and "Failed".
|
1090
|
-
:vartype status: str or ~azure.mgmt.storage.
|
1201
|
+
:vartype status: str or ~azure.mgmt.storage.v2024_01_01.models.BlobRestoreProgressStatus
|
1091
1202
|
:ivar failure_reason: Failure reason when blob restore is failed.
|
1092
1203
|
:vartype failure_reason: str
|
1093
1204
|
:ivar restore_id: Id for tracking blob restore request.
|
1094
1205
|
:vartype restore_id: str
|
1095
1206
|
:ivar parameters: Blob restore request parameters.
|
1096
|
-
:vartype parameters: ~azure.mgmt.storage.
|
1207
|
+
:vartype parameters: ~azure.mgmt.storage.v2024_01_01.models.BlobRestoreParameters
|
1097
1208
|
"""
|
1098
1209
|
|
1099
1210
|
_validation = {
|
@@ -1125,7 +1236,7 @@ class BlobServiceItems(_serialization.Model):
|
|
1125
1236
|
Variables are only populated by the server, and will be ignored when sending a request.
|
1126
1237
|
|
1127
1238
|
:ivar value: List of blob services returned.
|
1128
|
-
:vartype value: list[~azure.mgmt.storage.
|
1239
|
+
:vartype value: list[~azure.mgmt.storage.v2024_01_01.models.BlobServiceProperties]
|
1129
1240
|
"""
|
1130
1241
|
|
1131
1242
|
_validation = {
|
@@ -1142,7 +1253,7 @@ class BlobServiceItems(_serialization.Model):
|
|
1142
1253
|
self.value = None
|
1143
1254
|
|
1144
1255
|
|
1145
|
-
class BlobServiceProperties(Resource):
|
1256
|
+
class BlobServiceProperties(Resource):
|
1146
1257
|
"""The properties of a storage account’s Blob service.
|
1147
1258
|
|
1148
1259
|
Variables are only populated by the server, and will be ignored when sending a request.
|
@@ -1156,32 +1267,32 @@ class BlobServiceProperties(Resource): # pylint: disable=too-many-instance-attr
|
|
1156
1267
|
"Microsoft.Storage/storageAccounts".
|
1157
1268
|
:vartype type: str
|
1158
1269
|
:ivar sku: Sku name and tier.
|
1159
|
-
:vartype sku: ~azure.mgmt.storage.
|
1270
|
+
:vartype sku: ~azure.mgmt.storage.v2024_01_01.models.Sku
|
1160
1271
|
:ivar cors: Specifies CORS rules for the Blob service. You can include up to five CorsRule
|
1161
1272
|
elements in the request. If no CorsRule elements are included in the request body, all CORS
|
1162
1273
|
rules will be deleted, and CORS will be disabled for the Blob service.
|
1163
|
-
:vartype cors: ~azure.mgmt.storage.
|
1274
|
+
:vartype cors: ~azure.mgmt.storage.v2024_01_01.models.CorsRules
|
1164
1275
|
:ivar default_service_version: DefaultServiceVersion indicates the default version to use for
|
1165
1276
|
requests to the Blob service if an incoming request’s version is not specified. Possible values
|
1166
1277
|
include version 2008-10-27 and all more recent versions.
|
1167
1278
|
:vartype default_service_version: str
|
1168
1279
|
:ivar delete_retention_policy: The blob service properties for blob soft delete.
|
1169
|
-
:vartype delete_retention_policy: ~azure.mgmt.storage.
|
1280
|
+
:vartype delete_retention_policy: ~azure.mgmt.storage.v2024_01_01.models.DeleteRetentionPolicy
|
1170
1281
|
:ivar is_versioning_enabled: Versioning is enabled if set to true.
|
1171
1282
|
:vartype is_versioning_enabled: bool
|
1172
1283
|
:ivar automatic_snapshot_policy_enabled: Deprecated in favor of isVersioningEnabled property.
|
1173
1284
|
:vartype automatic_snapshot_policy_enabled: bool
|
1174
1285
|
:ivar change_feed: The blob service properties for change feed events.
|
1175
|
-
:vartype change_feed: ~azure.mgmt.storage.
|
1286
|
+
:vartype change_feed: ~azure.mgmt.storage.v2024_01_01.models.ChangeFeed
|
1176
1287
|
:ivar restore_policy: The blob service properties for blob restore policy.
|
1177
|
-
:vartype restore_policy: ~azure.mgmt.storage.
|
1288
|
+
:vartype restore_policy: ~azure.mgmt.storage.v2024_01_01.models.RestorePolicyProperties
|
1178
1289
|
:ivar container_delete_retention_policy: The blob service properties for container soft delete.
|
1179
1290
|
:vartype container_delete_retention_policy:
|
1180
|
-
~azure.mgmt.storage.
|
1291
|
+
~azure.mgmt.storage.v2024_01_01.models.DeleteRetentionPolicy
|
1181
1292
|
:ivar last_access_time_tracking_policy: The blob service property to configure last access time
|
1182
1293
|
based tracking policy.
|
1183
1294
|
:vartype last_access_time_tracking_policy:
|
1184
|
-
~azure.mgmt.storage.
|
1295
|
+
~azure.mgmt.storage.v2024_01_01.models.LastAccessTimeTrackingPolicy
|
1185
1296
|
"""
|
1186
1297
|
|
1187
1298
|
_validation = {
|
@@ -1231,31 +1342,31 @@ class BlobServiceProperties(Resource): # pylint: disable=too-many-instance-attr
|
|
1231
1342
|
:keyword cors: Specifies CORS rules for the Blob service. You can include up to five CorsRule
|
1232
1343
|
elements in the request. If no CorsRule elements are included in the request body, all CORS
|
1233
1344
|
rules will be deleted, and CORS will be disabled for the Blob service.
|
1234
|
-
:paramtype cors: ~azure.mgmt.storage.
|
1345
|
+
:paramtype cors: ~azure.mgmt.storage.v2024_01_01.models.CorsRules
|
1235
1346
|
:keyword default_service_version: DefaultServiceVersion indicates the default version to use
|
1236
1347
|
for requests to the Blob service if an incoming request’s version is not specified. Possible
|
1237
1348
|
values include version 2008-10-27 and all more recent versions.
|
1238
1349
|
:paramtype default_service_version: str
|
1239
1350
|
:keyword delete_retention_policy: The blob service properties for blob soft delete.
|
1240
1351
|
:paramtype delete_retention_policy:
|
1241
|
-
~azure.mgmt.storage.
|
1352
|
+
~azure.mgmt.storage.v2024_01_01.models.DeleteRetentionPolicy
|
1242
1353
|
:keyword is_versioning_enabled: Versioning is enabled if set to true.
|
1243
1354
|
:paramtype is_versioning_enabled: bool
|
1244
1355
|
:keyword automatic_snapshot_policy_enabled: Deprecated in favor of isVersioningEnabled
|
1245
1356
|
property.
|
1246
1357
|
:paramtype automatic_snapshot_policy_enabled: bool
|
1247
1358
|
:keyword change_feed: The blob service properties for change feed events.
|
1248
|
-
:paramtype change_feed: ~azure.mgmt.storage.
|
1359
|
+
:paramtype change_feed: ~azure.mgmt.storage.v2024_01_01.models.ChangeFeed
|
1249
1360
|
:keyword restore_policy: The blob service properties for blob restore policy.
|
1250
|
-
:paramtype restore_policy: ~azure.mgmt.storage.
|
1361
|
+
:paramtype restore_policy: ~azure.mgmt.storage.v2024_01_01.models.RestorePolicyProperties
|
1251
1362
|
:keyword container_delete_retention_policy: The blob service properties for container soft
|
1252
1363
|
delete.
|
1253
1364
|
:paramtype container_delete_retention_policy:
|
1254
|
-
~azure.mgmt.storage.
|
1365
|
+
~azure.mgmt.storage.v2024_01_01.models.DeleteRetentionPolicy
|
1255
1366
|
:keyword last_access_time_tracking_policy: The blob service property to configure last access
|
1256
1367
|
time based tracking policy.
|
1257
1368
|
:paramtype last_access_time_tracking_policy:
|
1258
|
-
~azure.mgmt.storage.
|
1369
|
+
~azure.mgmt.storage.v2024_01_01.models.LastAccessTimeTrackingPolicy
|
1259
1370
|
"""
|
1260
1371
|
super().__init__(**kwargs)
|
1261
1372
|
self.sku = None
|
@@ -1270,6 +1381,42 @@ class BlobServiceProperties(Resource): # pylint: disable=too-many-instance-attr
|
|
1270
1381
|
self.last_access_time_tracking_policy = last_access_time_tracking_policy
|
1271
1382
|
|
1272
1383
|
|
1384
|
+
class BurstingConstants(_serialization.Model):
|
1385
|
+
"""Constants used for calculating included burst IOPS and maximum burst credits for IOPS for a
|
1386
|
+
file share in the storage account.
|
1387
|
+
|
1388
|
+
Variables are only populated by the server, and will be ignored when sending a request.
|
1389
|
+
|
1390
|
+
:ivar burst_floor_iops: The guaranteed floor of burst IOPS for small file shares.
|
1391
|
+
:vartype burst_floor_iops: int
|
1392
|
+
:ivar burst_io_scalar: The scalar against provisioned IOPS in the file share included burst
|
1393
|
+
IOPS formula.
|
1394
|
+
:vartype burst_io_scalar: float
|
1395
|
+
:ivar burst_timeframe_seconds: The time frame for bursting in seconds in the file share maximum
|
1396
|
+
burst credits for IOPS formula.
|
1397
|
+
:vartype burst_timeframe_seconds: int
|
1398
|
+
"""
|
1399
|
+
|
1400
|
+
_validation = {
|
1401
|
+
"burst_floor_iops": {"readonly": True},
|
1402
|
+
"burst_io_scalar": {"readonly": True},
|
1403
|
+
"burst_timeframe_seconds": {"readonly": True},
|
1404
|
+
}
|
1405
|
+
|
1406
|
+
_attribute_map = {
|
1407
|
+
"burst_floor_iops": {"key": "burstFloorIOPS", "type": "int"},
|
1408
|
+
"burst_io_scalar": {"key": "burstIOScalar", "type": "float"},
|
1409
|
+
"burst_timeframe_seconds": {"key": "burstTimeframeSeconds", "type": "int"},
|
1410
|
+
}
|
1411
|
+
|
1412
|
+
def __init__(self, **kwargs: Any) -> None:
|
1413
|
+
""" """
|
1414
|
+
super().__init__(**kwargs)
|
1415
|
+
self.burst_floor_iops = None
|
1416
|
+
self.burst_io_scalar = None
|
1417
|
+
self.burst_timeframe_seconds = None
|
1418
|
+
|
1419
|
+
|
1273
1420
|
class ChangeFeed(_serialization.Model):
|
1274
1421
|
"""The blob service properties for change feed events.
|
1275
1422
|
|
@@ -1318,7 +1465,7 @@ class CheckNameAvailabilityResult(_serialization.Model):
|
|
1318
1465
|
:ivar reason: Gets the reason that a storage account name could not be used. The Reason element
|
1319
1466
|
is only returned if NameAvailable is false. Known values are: "AccountNameInvalid" and
|
1320
1467
|
"AlreadyExists".
|
1321
|
-
:vartype reason: str or ~azure.mgmt.storage.
|
1468
|
+
:vartype reason: str or ~azure.mgmt.storage.v2024_01_01.models.Reason
|
1322
1469
|
:ivar message: Gets an error message explaining the Reason value in more detail.
|
1323
1470
|
:vartype message: str
|
1324
1471
|
"""
|
@@ -1356,7 +1503,7 @@ class CloudErrorBody(_serialization.Model):
|
|
1356
1503
|
error.
|
1357
1504
|
:vartype target: str
|
1358
1505
|
:ivar details: A list of additional details about the error.
|
1359
|
-
:vartype details: list[~azure.mgmt.storage.
|
1506
|
+
:vartype details: list[~azure.mgmt.storage.v2024_01_01.models.CloudErrorBody]
|
1360
1507
|
"""
|
1361
1508
|
|
1362
1509
|
_attribute_map = {
|
@@ -1386,7 +1533,7 @@ class CloudErrorBody(_serialization.Model):
|
|
1386
1533
|
error.
|
1387
1534
|
:paramtype target: str
|
1388
1535
|
:keyword details: A list of additional details about the error.
|
1389
|
-
:paramtype details: list[~azure.mgmt.storage.
|
1536
|
+
:paramtype details: list[~azure.mgmt.storage.v2024_01_01.models.CloudErrorBody]
|
1390
1537
|
"""
|
1391
1538
|
super().__init__(**kwargs)
|
1392
1539
|
self.code = code
|
@@ -1405,7 +1552,7 @@ class CorsRule(_serialization.Model):
|
|
1405
1552
|
:vartype allowed_origins: list[str]
|
1406
1553
|
:ivar allowed_methods: Required if CorsRule element is present. A list of HTTP methods that are
|
1407
1554
|
allowed to be executed by the origin. Required.
|
1408
|
-
:vartype allowed_methods: list[str or ~azure.mgmt.storage.
|
1555
|
+
:vartype allowed_methods: list[str or ~azure.mgmt.storage.v2024_01_01.models.AllowedMethods]
|
1409
1556
|
:ivar max_age_in_seconds: Required if CorsRule element is present. The number of seconds that
|
1410
1557
|
the client/browser should cache a preflight response. Required.
|
1411
1558
|
:vartype max_age_in_seconds: int
|
@@ -1449,7 +1596,7 @@ class CorsRule(_serialization.Model):
|
|
1449
1596
|
:paramtype allowed_origins: list[str]
|
1450
1597
|
:keyword allowed_methods: Required if CorsRule element is present. A list of HTTP methods that
|
1451
1598
|
are allowed to be executed by the origin. Required.
|
1452
|
-
:paramtype allowed_methods: list[str or ~azure.mgmt.storage.
|
1599
|
+
:paramtype allowed_methods: list[str or ~azure.mgmt.storage.v2024_01_01.models.AllowedMethods]
|
1453
1600
|
:keyword max_age_in_seconds: Required if CorsRule element is present. The number of seconds
|
1454
1601
|
that the client/browser should cache a preflight response. Required.
|
1455
1602
|
:paramtype max_age_in_seconds: int
|
@@ -1473,7 +1620,7 @@ class CorsRules(_serialization.Model):
|
|
1473
1620
|
|
1474
1621
|
:ivar cors_rules: The List of CORS rules. You can include up to five CorsRule elements in the
|
1475
1622
|
request.
|
1476
|
-
:vartype cors_rules: list[~azure.mgmt.storage.
|
1623
|
+
:vartype cors_rules: list[~azure.mgmt.storage.v2024_01_01.models.CorsRule]
|
1477
1624
|
"""
|
1478
1625
|
|
1479
1626
|
_attribute_map = {
|
@@ -1484,7 +1631,7 @@ class CorsRules(_serialization.Model):
|
|
1484
1631
|
"""
|
1485
1632
|
:keyword cors_rules: The List of CORS rules. You can include up to five CorsRule elements in
|
1486
1633
|
the request.
|
1487
|
-
:paramtype cors_rules: list[~azure.mgmt.storage.
|
1634
|
+
:paramtype cors_rules: list[~azure.mgmt.storage.v2024_01_01.models.CorsRule]
|
1488
1635
|
"""
|
1489
1636
|
super().__init__(**kwargs)
|
1490
1637
|
self.cors_rules = cors_rules
|
@@ -1724,7 +1871,7 @@ class DeletedAccountListResult(_serialization.Model):
|
|
1724
1871
|
Variables are only populated by the server, and will be ignored when sending a request.
|
1725
1872
|
|
1726
1873
|
:ivar value: Gets the list of deleted accounts and their properties.
|
1727
|
-
:vartype value: list[~azure.mgmt.storage.
|
1874
|
+
:vartype value: list[~azure.mgmt.storage.v2024_01_01.models.DeletedAccount]
|
1728
1875
|
:ivar next_link: Request URL that can be used to query next page of deleted accounts. Returned
|
1729
1876
|
when total number of requested deleted accounts exceed maximum page size.
|
1730
1877
|
:vartype next_link: str
|
@@ -1863,18 +2010,18 @@ class Encryption(_serialization.Model):
|
|
1863
2010
|
"""The encryption settings on the storage account.
|
1864
2011
|
|
1865
2012
|
:ivar services: List of services which support encryption.
|
1866
|
-
:vartype services: ~azure.mgmt.storage.
|
2013
|
+
:vartype services: ~azure.mgmt.storage.v2024_01_01.models.EncryptionServices
|
1867
2014
|
:ivar key_source: The encryption keySource (provider). Possible values (case-insensitive):
|
1868
2015
|
Microsoft.Storage, Microsoft.Keyvault. Known values are: "Microsoft.Storage" and
|
1869
2016
|
"Microsoft.Keyvault".
|
1870
|
-
:vartype key_source: str or ~azure.mgmt.storage.
|
2017
|
+
:vartype key_source: str or ~azure.mgmt.storage.v2024_01_01.models.KeySource
|
1871
2018
|
:ivar require_infrastructure_encryption: A boolean indicating whether or not the service
|
1872
2019
|
applies a secondary layer of encryption with platform managed keys for data at rest.
|
1873
2020
|
:vartype require_infrastructure_encryption: bool
|
1874
2021
|
:ivar key_vault_properties: Properties provided by key vault.
|
1875
|
-
:vartype key_vault_properties: ~azure.mgmt.storage.
|
2022
|
+
:vartype key_vault_properties: ~azure.mgmt.storage.v2024_01_01.models.KeyVaultProperties
|
1876
2023
|
:ivar encryption_identity: The identity to be used with service-side encryption at rest.
|
1877
|
-
:vartype encryption_identity: ~azure.mgmt.storage.
|
2024
|
+
:vartype encryption_identity: ~azure.mgmt.storage.v2024_01_01.models.EncryptionIdentity
|
1878
2025
|
"""
|
1879
2026
|
|
1880
2027
|
_attribute_map = {
|
@@ -1897,18 +2044,18 @@ class Encryption(_serialization.Model):
|
|
1897
2044
|
) -> None:
|
1898
2045
|
"""
|
1899
2046
|
:keyword services: List of services which support encryption.
|
1900
|
-
:paramtype services: ~azure.mgmt.storage.
|
2047
|
+
:paramtype services: ~azure.mgmt.storage.v2024_01_01.models.EncryptionServices
|
1901
2048
|
:keyword key_source: The encryption keySource (provider). Possible values (case-insensitive):
|
1902
2049
|
Microsoft.Storage, Microsoft.Keyvault. Known values are: "Microsoft.Storage" and
|
1903
2050
|
"Microsoft.Keyvault".
|
1904
|
-
:paramtype key_source: str or ~azure.mgmt.storage.
|
2051
|
+
:paramtype key_source: str or ~azure.mgmt.storage.v2024_01_01.models.KeySource
|
1905
2052
|
:keyword require_infrastructure_encryption: A boolean indicating whether or not the service
|
1906
2053
|
applies a secondary layer of encryption with platform managed keys for data at rest.
|
1907
2054
|
:paramtype require_infrastructure_encryption: bool
|
1908
2055
|
:keyword key_vault_properties: Properties provided by key vault.
|
1909
|
-
:paramtype key_vault_properties: ~azure.mgmt.storage.
|
2056
|
+
:paramtype key_vault_properties: ~azure.mgmt.storage.v2024_01_01.models.KeyVaultProperties
|
1910
2057
|
:keyword encryption_identity: The identity to be used with service-side encryption at rest.
|
1911
|
-
:paramtype encryption_identity: ~azure.mgmt.storage.
|
2058
|
+
:paramtype encryption_identity: ~azure.mgmt.storage.v2024_01_01.models.EncryptionIdentity
|
1912
2059
|
"""
|
1913
2060
|
super().__init__(**kwargs)
|
1914
2061
|
self.services = services
|
@@ -1972,10 +2119,10 @@ class EncryptionScope(Resource):
|
|
1972
2119
|
:ivar source: The provider for the encryption scope. Possible values (case-insensitive):
|
1973
2120
|
Microsoft.Storage, Microsoft.KeyVault. Known values are: "Microsoft.Storage" and
|
1974
2121
|
"Microsoft.KeyVault".
|
1975
|
-
:vartype source: str or ~azure.mgmt.storage.
|
2122
|
+
:vartype source: str or ~azure.mgmt.storage.v2024_01_01.models.EncryptionScopeSource
|
1976
2123
|
:ivar state: The state of the encryption scope. Possible values (case-insensitive): Enabled,
|
1977
2124
|
Disabled. Known values are: "Enabled" and "Disabled".
|
1978
|
-
:vartype state: str or ~azure.mgmt.storage.
|
2125
|
+
:vartype state: str or ~azure.mgmt.storage.v2024_01_01.models.EncryptionScopeState
|
1979
2126
|
:ivar creation_time: Gets the creation date and time of the encryption scope in UTC.
|
1980
2127
|
:vartype creation_time: ~datetime.datetime
|
1981
2128
|
:ivar last_modified_time: Gets the last modification date and time of the encryption scope in
|
@@ -1984,7 +2131,7 @@ class EncryptionScope(Resource):
|
|
1984
2131
|
:ivar key_vault_properties: The key vault properties for the encryption scope. This is a
|
1985
2132
|
required field if encryption scope 'source' attribute is set to 'Microsoft.KeyVault'.
|
1986
2133
|
:vartype key_vault_properties:
|
1987
|
-
~azure.mgmt.storage.
|
2134
|
+
~azure.mgmt.storage.v2024_01_01.models.EncryptionScopeKeyVaultProperties
|
1988
2135
|
:ivar require_infrastructure_encryption: A boolean indicating whether or not the service
|
1989
2136
|
applies a secondary layer of encryption with platform managed keys for data at rest.
|
1990
2137
|
:vartype require_infrastructure_encryption: bool
|
@@ -2023,14 +2170,14 @@ class EncryptionScope(Resource):
|
|
2023
2170
|
:keyword source: The provider for the encryption scope. Possible values (case-insensitive):
|
2024
2171
|
Microsoft.Storage, Microsoft.KeyVault. Known values are: "Microsoft.Storage" and
|
2025
2172
|
"Microsoft.KeyVault".
|
2026
|
-
:paramtype source: str or ~azure.mgmt.storage.
|
2173
|
+
:paramtype source: str or ~azure.mgmt.storage.v2024_01_01.models.EncryptionScopeSource
|
2027
2174
|
:keyword state: The state of the encryption scope. Possible values (case-insensitive):
|
2028
2175
|
Enabled, Disabled. Known values are: "Enabled" and "Disabled".
|
2029
|
-
:paramtype state: str or ~azure.mgmt.storage.
|
2176
|
+
:paramtype state: str or ~azure.mgmt.storage.v2024_01_01.models.EncryptionScopeState
|
2030
2177
|
:keyword key_vault_properties: The key vault properties for the encryption scope. This is a
|
2031
2178
|
required field if encryption scope 'source' attribute is set to 'Microsoft.KeyVault'.
|
2032
2179
|
:paramtype key_vault_properties:
|
2033
|
-
~azure.mgmt.storage.
|
2180
|
+
~azure.mgmt.storage.v2024_01_01.models.EncryptionScopeKeyVaultProperties
|
2034
2181
|
:keyword require_infrastructure_encryption: A boolean indicating whether or not the service
|
2035
2182
|
applies a secondary layer of encryption with platform managed keys for data at rest.
|
2036
2183
|
:paramtype require_infrastructure_encryption: bool
|
@@ -2092,7 +2239,7 @@ class EncryptionScopeListResult(_serialization.Model):
|
|
2092
2239
|
Variables are only populated by the server, and will be ignored when sending a request.
|
2093
2240
|
|
2094
2241
|
:ivar value: List of encryption scopes requested.
|
2095
|
-
:vartype value: list[~azure.mgmt.storage.
|
2242
|
+
:vartype value: list[~azure.mgmt.storage.v2024_01_01.models.EncryptionScope]
|
2096
2243
|
:ivar next_link: Request URL that can be used to query next page of encryption scopes. Returned
|
2097
2244
|
when total number of requested encryption scopes exceeds the maximum page size.
|
2098
2245
|
:vartype next_link: str
|
@@ -2129,7 +2276,7 @@ class EncryptionService(_serialization.Model):
|
|
2129
2276
|
:ivar key_type: Encryption key type to be used for the encryption service. 'Account' key type
|
2130
2277
|
implies that an account-scoped encryption key will be used. 'Service' key type implies that a
|
2131
2278
|
default service key is used. Known values are: "Service" and "Account".
|
2132
|
-
:vartype key_type: str or ~azure.mgmt.storage.
|
2279
|
+
:vartype key_type: str or ~azure.mgmt.storage.v2024_01_01.models.KeyType
|
2133
2280
|
"""
|
2134
2281
|
|
2135
2282
|
_validation = {
|
@@ -2152,7 +2299,7 @@ class EncryptionService(_serialization.Model):
|
|
2152
2299
|
:keyword key_type: Encryption key type to be used for the encryption service. 'Account' key
|
2153
2300
|
type implies that an account-scoped encryption key will be used. 'Service' key type implies
|
2154
2301
|
that a default service key is used. Known values are: "Service" and "Account".
|
2155
|
-
:paramtype key_type: str or ~azure.mgmt.storage.
|
2302
|
+
:paramtype key_type: str or ~azure.mgmt.storage.v2024_01_01.models.KeyType
|
2156
2303
|
"""
|
2157
2304
|
super().__init__(**kwargs)
|
2158
2305
|
self.enabled = enabled
|
@@ -2164,13 +2311,13 @@ class EncryptionServices(_serialization.Model):
|
|
2164
2311
|
"""A list of services that support encryption.
|
2165
2312
|
|
2166
2313
|
:ivar blob: The encryption function of the blob storage service.
|
2167
|
-
:vartype blob: ~azure.mgmt.storage.
|
2314
|
+
:vartype blob: ~azure.mgmt.storage.v2024_01_01.models.EncryptionService
|
2168
2315
|
:ivar file: The encryption function of the file storage service.
|
2169
|
-
:vartype file: ~azure.mgmt.storage.
|
2316
|
+
:vartype file: ~azure.mgmt.storage.v2024_01_01.models.EncryptionService
|
2170
2317
|
:ivar table: The encryption function of the table storage service.
|
2171
|
-
:vartype table: ~azure.mgmt.storage.
|
2318
|
+
:vartype table: ~azure.mgmt.storage.v2024_01_01.models.EncryptionService
|
2172
2319
|
:ivar queue: The encryption function of the queue storage service.
|
2173
|
-
:vartype queue: ~azure.mgmt.storage.
|
2320
|
+
:vartype queue: ~azure.mgmt.storage.v2024_01_01.models.EncryptionService
|
2174
2321
|
"""
|
2175
2322
|
|
2176
2323
|
_attribute_map = {
|
@@ -2191,13 +2338,13 @@ class EncryptionServices(_serialization.Model):
|
|
2191
2338
|
) -> None:
|
2192
2339
|
"""
|
2193
2340
|
:keyword blob: The encryption function of the blob storage service.
|
2194
|
-
:paramtype blob: ~azure.mgmt.storage.
|
2341
|
+
:paramtype blob: ~azure.mgmt.storage.v2024_01_01.models.EncryptionService
|
2195
2342
|
:keyword file: The encryption function of the file storage service.
|
2196
|
-
:paramtype file: ~azure.mgmt.storage.
|
2343
|
+
:paramtype file: ~azure.mgmt.storage.v2024_01_01.models.EncryptionService
|
2197
2344
|
:keyword table: The encryption function of the table storage service.
|
2198
|
-
:paramtype table: ~azure.mgmt.storage.
|
2345
|
+
:paramtype table: ~azure.mgmt.storage.v2024_01_01.models.EncryptionService
|
2199
2346
|
:keyword queue: The encryption function of the queue storage service.
|
2200
|
-
:paramtype queue: ~azure.mgmt.storage.
|
2347
|
+
:paramtype queue: ~azure.mgmt.storage.v2024_01_01.models.EncryptionService
|
2201
2348
|
"""
|
2202
2349
|
super().__init__(**kwargs)
|
2203
2350
|
self.blob = blob
|
@@ -2226,10 +2373,10 @@ class Endpoints(_serialization.Model):
|
|
2226
2373
|
:vartype dfs: str
|
2227
2374
|
:ivar microsoft_endpoints: Gets the microsoft routing storage endpoints.
|
2228
2375
|
:vartype microsoft_endpoints:
|
2229
|
-
~azure.mgmt.storage.
|
2376
|
+
~azure.mgmt.storage.v2024_01_01.models.StorageAccountMicrosoftEndpoints
|
2230
2377
|
:ivar internet_endpoints: Gets the internet routing storage endpoints.
|
2231
2378
|
:vartype internet_endpoints:
|
2232
|
-
~azure.mgmt.storage.
|
2379
|
+
~azure.mgmt.storage.v2024_01_01.models.StorageAccountInternetEndpoints
|
2233
2380
|
"""
|
2234
2381
|
|
2235
2382
|
_validation = {
|
@@ -2262,10 +2409,10 @@ class Endpoints(_serialization.Model):
|
|
2262
2409
|
"""
|
2263
2410
|
:keyword microsoft_endpoints: Gets the microsoft routing storage endpoints.
|
2264
2411
|
:paramtype microsoft_endpoints:
|
2265
|
-
~azure.mgmt.storage.
|
2412
|
+
~azure.mgmt.storage.v2024_01_01.models.StorageAccountMicrosoftEndpoints
|
2266
2413
|
:keyword internet_endpoints: Gets the internet routing storage endpoints.
|
2267
2414
|
:paramtype internet_endpoints:
|
2268
|
-
~azure.mgmt.storage.
|
2415
|
+
~azure.mgmt.storage.v2024_01_01.models.StorageAccountInternetEndpoints
|
2269
2416
|
"""
|
2270
2417
|
super().__init__(**kwargs)
|
2271
2418
|
self.blob = None
|
@@ -2318,9 +2465,9 @@ class ErrorDetail(_serialization.Model):
|
|
2318
2465
|
:ivar target: The error target.
|
2319
2466
|
:vartype target: str
|
2320
2467
|
:ivar details: The error details.
|
2321
|
-
:vartype details: list[~azure.mgmt.storage.
|
2468
|
+
:vartype details: list[~azure.mgmt.storage.v2024_01_01.models.ErrorDetail]
|
2322
2469
|
:ivar additional_info: The error additional info.
|
2323
|
-
:vartype additional_info: list[~azure.mgmt.storage.
|
2470
|
+
:vartype additional_info: list[~azure.mgmt.storage.v2024_01_01.models.ErrorAdditionalInfo]
|
2324
2471
|
"""
|
2325
2472
|
|
2326
2473
|
_validation = {
|
@@ -2353,7 +2500,7 @@ class ErrorResponse(_serialization.Model):
|
|
2353
2500
|
"""An error response from the storage resource provider.
|
2354
2501
|
|
2355
2502
|
:ivar error: Azure Storage Resource Provider error response body.
|
2356
|
-
:vartype error: ~azure.mgmt.storage.
|
2503
|
+
:vartype error: ~azure.mgmt.storage.v2024_01_01.models.ErrorResponseBody
|
2357
2504
|
"""
|
2358
2505
|
|
2359
2506
|
_attribute_map = {
|
@@ -2363,7 +2510,7 @@ class ErrorResponse(_serialization.Model):
|
|
2363
2510
|
def __init__(self, *, error: Optional["_models.ErrorResponseBody"] = None, **kwargs: Any) -> None:
|
2364
2511
|
"""
|
2365
2512
|
:keyword error: Azure Storage Resource Provider error response body.
|
2366
|
-
:paramtype error: ~azure.mgmt.storage.
|
2513
|
+
:paramtype error: ~azure.mgmt.storage.v2024_01_01.models.ErrorResponseBody
|
2367
2514
|
"""
|
2368
2515
|
super().__init__(**kwargs)
|
2369
2516
|
self.error = error
|
@@ -2374,7 +2521,7 @@ class ErrorResponseAutoGenerated(_serialization.Model):
|
|
2374
2521
|
operations. (This also follows the OData error response format.).
|
2375
2522
|
|
2376
2523
|
:ivar error: The error object.
|
2377
|
-
:vartype error: ~azure.mgmt.storage.
|
2524
|
+
:vartype error: ~azure.mgmt.storage.v2024_01_01.models.ErrorDetail
|
2378
2525
|
"""
|
2379
2526
|
|
2380
2527
|
_attribute_map = {
|
@@ -2384,7 +2531,7 @@ class ErrorResponseAutoGenerated(_serialization.Model):
|
|
2384
2531
|
def __init__(self, *, error: Optional["_models.ErrorDetail"] = None, **kwargs: Any) -> None:
|
2385
2532
|
"""
|
2386
2533
|
:keyword error: The error object.
|
2387
|
-
:paramtype error: ~azure.mgmt.storage.
|
2534
|
+
:paramtype error: ~azure.mgmt.storage.v2024_01_01.models.ErrorDetail
|
2388
2535
|
"""
|
2389
2536
|
super().__init__(**kwargs)
|
2390
2537
|
self.error = error
|
@@ -2460,9 +2607,9 @@ class ExecutionTrigger(_serialization.Model):
|
|
2460
2607
|
|
2461
2608
|
:ivar type: The trigger type of the storage task assignment execution. Required. Known values
|
2462
2609
|
are: "RunOnce" and "OnSchedule".
|
2463
|
-
:vartype type: str or ~azure.mgmt.storage.
|
2610
|
+
:vartype type: str or ~azure.mgmt.storage.v2024_01_01.models.TriggerType
|
2464
2611
|
:ivar parameters: The trigger parameters of the storage task assignment execution. Required.
|
2465
|
-
:vartype parameters: ~azure.mgmt.storage.
|
2612
|
+
:vartype parameters: ~azure.mgmt.storage.v2024_01_01.models.TriggerParameters
|
2466
2613
|
"""
|
2467
2614
|
|
2468
2615
|
_validation = {
|
@@ -2481,9 +2628,9 @@ class ExecutionTrigger(_serialization.Model):
|
|
2481
2628
|
"""
|
2482
2629
|
:keyword type: The trigger type of the storage task assignment execution. Required. Known
|
2483
2630
|
values are: "RunOnce" and "OnSchedule".
|
2484
|
-
:paramtype type: str or ~azure.mgmt.storage.
|
2631
|
+
:paramtype type: str or ~azure.mgmt.storage.v2024_01_01.models.TriggerType
|
2485
2632
|
:keyword parameters: The trigger parameters of the storage task assignment execution. Required.
|
2486
|
-
:paramtype parameters: ~azure.mgmt.storage.
|
2633
|
+
:paramtype parameters: ~azure.mgmt.storage.v2024_01_01.models.TriggerParameters
|
2487
2634
|
"""
|
2488
2635
|
super().__init__(**kwargs)
|
2489
2636
|
self.type = type
|
@@ -2495,9 +2642,9 @@ class ExecutionTriggerUpdate(_serialization.Model):
|
|
2495
2642
|
|
2496
2643
|
:ivar type: The trigger type of the storage task assignment execution. Known values are:
|
2497
2644
|
"RunOnce" and "OnSchedule".
|
2498
|
-
:vartype type: str or ~azure.mgmt.storage.
|
2645
|
+
:vartype type: str or ~azure.mgmt.storage.v2024_01_01.models.TriggerType
|
2499
2646
|
:ivar parameters: The trigger parameters of the storage task assignment execution.
|
2500
|
-
:vartype parameters: ~azure.mgmt.storage.
|
2647
|
+
:vartype parameters: ~azure.mgmt.storage.v2024_01_01.models.TriggerParametersUpdate
|
2501
2648
|
"""
|
2502
2649
|
|
2503
2650
|
_attribute_map = {
|
@@ -2515,9 +2662,9 @@ class ExecutionTriggerUpdate(_serialization.Model):
|
|
2515
2662
|
"""
|
2516
2663
|
:keyword type: The trigger type of the storage task assignment execution. Known values are:
|
2517
2664
|
"RunOnce" and "OnSchedule".
|
2518
|
-
:paramtype type: str or ~azure.mgmt.storage.
|
2665
|
+
:paramtype type: str or ~azure.mgmt.storage.v2024_01_01.models.TriggerType
|
2519
2666
|
:keyword parameters: The trigger parameters of the storage task assignment execution.
|
2520
|
-
:paramtype parameters: ~azure.mgmt.storage.
|
2667
|
+
:paramtype parameters: ~azure.mgmt.storage.v2024_01_01.models.TriggerParametersUpdate
|
2521
2668
|
"""
|
2522
2669
|
super().__init__(**kwargs)
|
2523
2670
|
self.type = type
|
@@ -2530,7 +2677,7 @@ class ExtendedLocation(_serialization.Model):
|
|
2530
2677
|
:ivar name: The name of the extended location.
|
2531
2678
|
:vartype name: str
|
2532
2679
|
:ivar type: The type of the extended location. "EdgeZone"
|
2533
|
-
:vartype type: str or ~azure.mgmt.storage.
|
2680
|
+
:vartype type: str or ~azure.mgmt.storage.v2024_01_01.models.ExtendedLocationTypes
|
2534
2681
|
"""
|
2535
2682
|
|
2536
2683
|
_attribute_map = {
|
@@ -2549,7 +2696,7 @@ class ExtendedLocation(_serialization.Model):
|
|
2549
2696
|
:keyword name: The name of the extended location.
|
2550
2697
|
:paramtype name: str
|
2551
2698
|
:keyword type: The type of the extended location. "EdgeZone"
|
2552
|
-
:paramtype type: str or ~azure.mgmt.storage.
|
2699
|
+
:paramtype type: str or ~azure.mgmt.storage.v2024_01_01.models.ExtendedLocationTypes
|
2553
2700
|
"""
|
2554
2701
|
super().__init__(**kwargs)
|
2555
2702
|
self.name = name
|
@@ -2562,7 +2709,7 @@ class FileServiceItems(_serialization.Model):
|
|
2562
2709
|
Variables are only populated by the server, and will be ignored when sending a request.
|
2563
2710
|
|
2564
2711
|
:ivar value: List of file services returned.
|
2565
|
-
:vartype value: list[~azure.mgmt.storage.
|
2712
|
+
:vartype value: list[~azure.mgmt.storage.v2024_01_01.models.FileServiceProperties]
|
2566
2713
|
"""
|
2567
2714
|
|
2568
2715
|
_validation = {
|
@@ -2593,16 +2740,16 @@ class FileServiceProperties(Resource):
|
|
2593
2740
|
"Microsoft.Storage/storageAccounts".
|
2594
2741
|
:vartype type: str
|
2595
2742
|
:ivar sku: Sku name and tier.
|
2596
|
-
:vartype sku: ~azure.mgmt.storage.
|
2743
|
+
:vartype sku: ~azure.mgmt.storage.v2024_01_01.models.Sku
|
2597
2744
|
:ivar cors: Specifies CORS rules for the File service. You can include up to five CorsRule
|
2598
2745
|
elements in the request. If no CorsRule elements are included in the request body, all CORS
|
2599
2746
|
rules will be deleted, and CORS will be disabled for the File service.
|
2600
|
-
:vartype cors: ~azure.mgmt.storage.
|
2747
|
+
:vartype cors: ~azure.mgmt.storage.v2024_01_01.models.CorsRules
|
2601
2748
|
:ivar share_delete_retention_policy: The file service properties for share soft delete.
|
2602
2749
|
:vartype share_delete_retention_policy:
|
2603
|
-
~azure.mgmt.storage.
|
2750
|
+
~azure.mgmt.storage.v2024_01_01.models.DeleteRetentionPolicy
|
2604
2751
|
:ivar protocol_settings: Protocol settings for file service.
|
2605
|
-
:vartype protocol_settings: ~azure.mgmt.storage.
|
2752
|
+
:vartype protocol_settings: ~azure.mgmt.storage.v2024_01_01.models.ProtocolSettings
|
2606
2753
|
"""
|
2607
2754
|
|
2608
2755
|
_validation = {
|
@@ -2637,12 +2784,12 @@ class FileServiceProperties(Resource):
|
|
2637
2784
|
:keyword cors: Specifies CORS rules for the File service. You can include up to five CorsRule
|
2638
2785
|
elements in the request. If no CorsRule elements are included in the request body, all CORS
|
2639
2786
|
rules will be deleted, and CORS will be disabled for the File service.
|
2640
|
-
:paramtype cors: ~azure.mgmt.storage.
|
2787
|
+
:paramtype cors: ~azure.mgmt.storage.v2024_01_01.models.CorsRules
|
2641
2788
|
:keyword share_delete_retention_policy: The file service properties for share soft delete.
|
2642
2789
|
:paramtype share_delete_retention_policy:
|
2643
|
-
~azure.mgmt.storage.
|
2790
|
+
~azure.mgmt.storage.v2024_01_01.models.DeleteRetentionPolicy
|
2644
2791
|
:keyword protocol_settings: Protocol settings for file service.
|
2645
|
-
:paramtype protocol_settings: ~azure.mgmt.storage.
|
2792
|
+
:paramtype protocol_settings: ~azure.mgmt.storage.v2024_01_01.models.ProtocolSettings
|
2646
2793
|
"""
|
2647
2794
|
super().__init__(**kwargs)
|
2648
2795
|
self.sku = None
|
@@ -2651,7 +2798,124 @@ class FileServiceProperties(Resource):
|
|
2651
2798
|
self.protocol_settings = protocol_settings
|
2652
2799
|
|
2653
2800
|
|
2654
|
-
class
|
2801
|
+
class FileServiceUsage(Resource):
|
2802
|
+
"""The usage of file service in storage account.
|
2803
|
+
|
2804
|
+
Variables are only populated by the server, and will be ignored when sending a request.
|
2805
|
+
|
2806
|
+
:ivar id: Fully qualified resource ID for the resource. Ex -
|
2807
|
+
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. # pylint: disable=line-too-long
|
2808
|
+
:vartype id: str
|
2809
|
+
:ivar name: The name of the resource.
|
2810
|
+
:vartype name: str
|
2811
|
+
:ivar type: The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or
|
2812
|
+
"Microsoft.Storage/storageAccounts".
|
2813
|
+
:vartype type: str
|
2814
|
+
:ivar properties: File service usage in storage account including account limits, file share
|
2815
|
+
limits and constants used in recommendations and bursting formula.
|
2816
|
+
:vartype properties: ~azure.mgmt.storage.v2024_01_01.models.FileServiceUsageProperties
|
2817
|
+
"""
|
2818
|
+
|
2819
|
+
_validation = {
|
2820
|
+
"id": {"readonly": True},
|
2821
|
+
"name": {"readonly": True},
|
2822
|
+
"type": {"readonly": True},
|
2823
|
+
"properties": {"readonly": True},
|
2824
|
+
}
|
2825
|
+
|
2826
|
+
_attribute_map = {
|
2827
|
+
"id": {"key": "id", "type": "str"},
|
2828
|
+
"name": {"key": "name", "type": "str"},
|
2829
|
+
"type": {"key": "type", "type": "str"},
|
2830
|
+
"properties": {"key": "properties", "type": "FileServiceUsageProperties"},
|
2831
|
+
}
|
2832
|
+
|
2833
|
+
def __init__(self, **kwargs: Any) -> None:
|
2834
|
+
""" """
|
2835
|
+
super().__init__(**kwargs)
|
2836
|
+
self.properties = None
|
2837
|
+
|
2838
|
+
|
2839
|
+
class FileServiceUsageProperties(_serialization.Model):
|
2840
|
+
"""File service usage in storage account including account limits, file share limits and constants
|
2841
|
+
used in recommendations and bursting formula.
|
2842
|
+
|
2843
|
+
Variables are only populated by the server, and will be ignored when sending a request.
|
2844
|
+
|
2845
|
+
:ivar storage_account_limits: Maximum provisioned storage, IOPS, bandwidth and number of file
|
2846
|
+
shares limits for the storage account.
|
2847
|
+
:vartype storage_account_limits: ~azure.mgmt.storage.v2024_01_01.models.AccountLimits
|
2848
|
+
:ivar file_share_limits: Minimum and maximum provisioned storage, IOPS and bandwidth limits for
|
2849
|
+
a file share in the storage account.
|
2850
|
+
:vartype file_share_limits: ~azure.mgmt.storage.v2024_01_01.models.FileShareLimits
|
2851
|
+
:ivar file_share_recommendations: Constants used for calculating recommended provisioned IOPS
|
2852
|
+
and bandwidth for a file share in the storage account.
|
2853
|
+
:vartype file_share_recommendations:
|
2854
|
+
~azure.mgmt.storage.v2024_01_01.models.FileShareRecommendations
|
2855
|
+
:ivar bursting_constants: Constants used for calculating included burst IOPS and maximum burst
|
2856
|
+
credits for IOPS for a file share in the storage account.
|
2857
|
+
:vartype bursting_constants: ~azure.mgmt.storage.v2024_01_01.models.BurstingConstants
|
2858
|
+
:ivar storage_account_usage: Usage of provisioned storage, IOPS, bandwidth and number of file
|
2859
|
+
shares across all live shares and soft-deleted shares in the account.
|
2860
|
+
:vartype storage_account_usage: ~azure.mgmt.storage.v2024_01_01.models.AccountUsage
|
2861
|
+
"""
|
2862
|
+
|
2863
|
+
_validation = {
|
2864
|
+
"storage_account_limits": {"readonly": True},
|
2865
|
+
"file_share_limits": {"readonly": True},
|
2866
|
+
"file_share_recommendations": {"readonly": True},
|
2867
|
+
"bursting_constants": {"readonly": True},
|
2868
|
+
"storage_account_usage": {"readonly": True},
|
2869
|
+
}
|
2870
|
+
|
2871
|
+
_attribute_map = {
|
2872
|
+
"storage_account_limits": {"key": "storageAccountLimits", "type": "AccountLimits"},
|
2873
|
+
"file_share_limits": {"key": "fileShareLimits", "type": "FileShareLimits"},
|
2874
|
+
"file_share_recommendations": {"key": "fileShareRecommendations", "type": "FileShareRecommendations"},
|
2875
|
+
"bursting_constants": {"key": "burstingConstants", "type": "BurstingConstants"},
|
2876
|
+
"storage_account_usage": {"key": "storageAccountUsage", "type": "AccountUsage"},
|
2877
|
+
}
|
2878
|
+
|
2879
|
+
def __init__(self, **kwargs: Any) -> None:
|
2880
|
+
""" """
|
2881
|
+
super().__init__(**kwargs)
|
2882
|
+
self.storage_account_limits = None
|
2883
|
+
self.file_share_limits = None
|
2884
|
+
self.file_share_recommendations = None
|
2885
|
+
self.bursting_constants = None
|
2886
|
+
self.storage_account_usage = None
|
2887
|
+
|
2888
|
+
|
2889
|
+
class FileServiceUsages(_serialization.Model):
|
2890
|
+
"""List file service usages schema.
|
2891
|
+
|
2892
|
+
Variables are only populated by the server, and will be ignored when sending a request.
|
2893
|
+
|
2894
|
+
:ivar value: List of file service usages returned.
|
2895
|
+
:vartype value: list[~azure.mgmt.storage.v2024_01_01.models.FileServiceUsage]
|
2896
|
+
:ivar next_link: Request URL that can be used to query next page of file service usages.
|
2897
|
+
Returned when total number of requested file service usages exceed maximum page size.
|
2898
|
+
:vartype next_link: str
|
2899
|
+
"""
|
2900
|
+
|
2901
|
+
_validation = {
|
2902
|
+
"value": {"readonly": True},
|
2903
|
+
"next_link": {"readonly": True},
|
2904
|
+
}
|
2905
|
+
|
2906
|
+
_attribute_map = {
|
2907
|
+
"value": {"key": "value", "type": "[FileServiceUsage]"},
|
2908
|
+
"next_link": {"key": "nextLink", "type": "str"},
|
2909
|
+
}
|
2910
|
+
|
2911
|
+
def __init__(self, **kwargs: Any) -> None:
|
2912
|
+
""" """
|
2913
|
+
super().__init__(**kwargs)
|
2914
|
+
self.value = None
|
2915
|
+
self.next_link = None
|
2916
|
+
|
2917
|
+
|
2918
|
+
class FileShare(AzureEntityResource):
|
2655
2919
|
"""Properties of the file share, including Id, resource name, resource type, Etag.
|
2656
2920
|
|
2657
2921
|
Variables are only populated by the server, and will be ignored when sending a request.
|
@@ -2670,15 +2934,44 @@ class FileShare(AzureEntityResource): # pylint: disable=too-many-instance-attri
|
|
2670
2934
|
:vartype last_modified_time: ~datetime.datetime
|
2671
2935
|
:ivar metadata: A name-value pair to associate with the share as metadata.
|
2672
2936
|
:vartype metadata: dict[str, str]
|
2673
|
-
:ivar share_quota: The
|
2674
|
-
less than or equal to 5TB (5120). For Large File Shares, the maximum size is 102400.
|
2937
|
+
:ivar share_quota: The provisioned size of the share, in gibibytes. Must be greater than 0, and
|
2938
|
+
less than or equal to 5TB (5120). For Large File Shares, the maximum size is 102400. For file
|
2939
|
+
shares created under Files Provisioned v2 account type, please refer to the GetFileServiceUsage
|
2940
|
+
API response for the minimum and maximum allowed provisioned storage size.
|
2675
2941
|
:vartype share_quota: int
|
2942
|
+
:ivar provisioned_iops: The provisioned IOPS of the share. This property is only for file
|
2943
|
+
shares created under Files Provisioned v2 account type. Please refer to the GetFileServiceUsage
|
2944
|
+
API response for the minimum and maximum allowed value for provisioned IOPS.
|
2945
|
+
:vartype provisioned_iops: int
|
2946
|
+
:ivar provisioned_bandwidth_mibps: The provisioned bandwidth of the share, in mebibytes per
|
2947
|
+
second. This property is only for file shares created under Files Provisioned v2 account type.
|
2948
|
+
Please refer to the GetFileServiceUsage API response for the minimum and maximum allowed value
|
2949
|
+
for provisioned bandwidth.
|
2950
|
+
:vartype provisioned_bandwidth_mibps: int
|
2951
|
+
:ivar included_burst_iops: The calculated burst IOPS of the share. This property is only for
|
2952
|
+
file shares created under Files Provisioned v2 account type.
|
2953
|
+
:vartype included_burst_iops: int
|
2954
|
+
:ivar max_burst_credits_for_iops: The calculated maximum burst credits for the share. This
|
2955
|
+
property is only for file shares created under Files Provisioned v2 account type.
|
2956
|
+
:vartype max_burst_credits_for_iops: int
|
2957
|
+
:ivar next_allowed_quota_downgrade_time: Returns the next allowed provisioned storage size
|
2958
|
+
downgrade time for the share. This property is only for file shares created under Files
|
2959
|
+
Provisioned v1 SSD and Files Provisioned v2 account type.
|
2960
|
+
:vartype next_allowed_quota_downgrade_time: ~datetime.datetime
|
2961
|
+
:ivar next_allowed_provisioned_iops_downgrade_time: Returns the next allowed provisioned IOPS
|
2962
|
+
downgrade time for the share. This property is only for file shares created under Files
|
2963
|
+
Provisioned v2 account type.
|
2964
|
+
:vartype next_allowed_provisioned_iops_downgrade_time: ~datetime.datetime
|
2965
|
+
:ivar next_allowed_provisioned_bandwidth_downgrade_time: Returns the next allowed provisioned
|
2966
|
+
bandwidth downgrade time for the share. This property is only for file shares created under
|
2967
|
+
Files Provisioned v2 account type.
|
2968
|
+
:vartype next_allowed_provisioned_bandwidth_downgrade_time: ~datetime.datetime
|
2676
2969
|
:ivar enabled_protocols: The authentication protocol that is used for the file share. Can only
|
2677
2970
|
be specified when creating a share. Known values are: "SMB" and "NFS".
|
2678
|
-
:vartype enabled_protocols: str or ~azure.mgmt.storage.
|
2971
|
+
:vartype enabled_protocols: str or ~azure.mgmt.storage.v2024_01_01.models.EnabledProtocols
|
2679
2972
|
:ivar root_squash: The property is for NFS share only. The default is NoRootSquash. Known
|
2680
2973
|
values are: "NoRootSquash", "RootSquash", and "AllSquash".
|
2681
|
-
:vartype root_squash: str or ~azure.mgmt.storage.
|
2974
|
+
:vartype root_squash: str or ~azure.mgmt.storage.v2024_01_01.models.RootSquashType
|
2682
2975
|
:ivar version: The version of the share.
|
2683
2976
|
:vartype version: str
|
2684
2977
|
:ivar deleted: Indicates whether the share was deleted.
|
@@ -2690,7 +2983,7 @@ class FileShare(AzureEntityResource): # pylint: disable=too-many-instance-attri
|
|
2690
2983
|
:ivar access_tier: Access tier for specific share. GpV2 account can choose between
|
2691
2984
|
TransactionOptimized (default), Hot, and Cool. FileStorage account can choose Premium. Known
|
2692
2985
|
values are: "TransactionOptimized", "Hot", "Cool", and "Premium".
|
2693
|
-
:vartype access_tier: str or ~azure.mgmt.storage.
|
2986
|
+
:vartype access_tier: str or ~azure.mgmt.storage.v2024_01_01.models.ShareAccessTier
|
2694
2987
|
:ivar access_tier_change_time: Indicates the last modification time for share access tier.
|
2695
2988
|
:vartype access_tier_change_time: ~datetime.datetime
|
2696
2989
|
:ivar access_tier_status: Indicates if there is a pending transition for access tier.
|
@@ -2699,18 +2992,21 @@ class FileShare(AzureEntityResource): # pylint: disable=too-many-instance-attri
|
|
2699
2992
|
value may not include all recently created or recently resized files.
|
2700
2993
|
:vartype share_usage_bytes: int
|
2701
2994
|
:ivar lease_status: The lease status of the share. Known values are: "Locked" and "Unlocked".
|
2702
|
-
:vartype lease_status: str or ~azure.mgmt.storage.
|
2995
|
+
:vartype lease_status: str or ~azure.mgmt.storage.v2024_01_01.models.LeaseStatus
|
2703
2996
|
:ivar lease_state: Lease state of the share. Known values are: "Available", "Leased",
|
2704
2997
|
"Expired", "Breaking", and "Broken".
|
2705
|
-
:vartype lease_state: str or ~azure.mgmt.storage.
|
2998
|
+
:vartype lease_state: str or ~azure.mgmt.storage.v2024_01_01.models.LeaseState
|
2706
2999
|
:ivar lease_duration: Specifies whether the lease on a share is of infinite or fixed duration,
|
2707
3000
|
only when the share is leased. Known values are: "Infinite" and "Fixed".
|
2708
|
-
:vartype lease_duration: str or ~azure.mgmt.storage.
|
3001
|
+
:vartype lease_duration: str or ~azure.mgmt.storage.v2024_01_01.models.LeaseDuration
|
2709
3002
|
:ivar signed_identifiers: List of stored access policies specified on the share.
|
2710
|
-
:vartype signed_identifiers: list[~azure.mgmt.storage.
|
3003
|
+
:vartype signed_identifiers: list[~azure.mgmt.storage.v2024_01_01.models.SignedIdentifier]
|
2711
3004
|
:ivar snapshot_time: Creation time of share snapshot returned in the response of list shares
|
2712
3005
|
with expand param "snapshots".
|
2713
3006
|
:vartype snapshot_time: ~datetime.datetime
|
3007
|
+
:ivar file_share_paid_bursting: File Share Paid Bursting properties.
|
3008
|
+
:vartype file_share_paid_bursting:
|
3009
|
+
~azure.mgmt.storage.v2024_01_01.models.FileSharePropertiesFileSharePaidBursting
|
2714
3010
|
"""
|
2715
3011
|
|
2716
3012
|
_validation = {
|
@@ -2719,7 +3015,11 @@ class FileShare(AzureEntityResource): # pylint: disable=too-many-instance-attri
|
|
2719
3015
|
"type": {"readonly": True},
|
2720
3016
|
"etag": {"readonly": True},
|
2721
3017
|
"last_modified_time": {"readonly": True},
|
2722
|
-
"
|
3018
|
+
"included_burst_iops": {"readonly": True},
|
3019
|
+
"max_burst_credits_for_iops": {"readonly": True},
|
3020
|
+
"next_allowed_quota_downgrade_time": {"readonly": True},
|
3021
|
+
"next_allowed_provisioned_iops_downgrade_time": {"readonly": True},
|
3022
|
+
"next_allowed_provisioned_bandwidth_downgrade_time": {"readonly": True},
|
2723
3023
|
"version": {"readonly": True},
|
2724
3024
|
"deleted": {"readonly": True},
|
2725
3025
|
"deleted_time": {"readonly": True},
|
@@ -2741,6 +3041,19 @@ class FileShare(AzureEntityResource): # pylint: disable=too-many-instance-attri
|
|
2741
3041
|
"last_modified_time": {"key": "properties.lastModifiedTime", "type": "iso-8601"},
|
2742
3042
|
"metadata": {"key": "properties.metadata", "type": "{str}"},
|
2743
3043
|
"share_quota": {"key": "properties.shareQuota", "type": "int"},
|
3044
|
+
"provisioned_iops": {"key": "properties.provisionedIops", "type": "int"},
|
3045
|
+
"provisioned_bandwidth_mibps": {"key": "properties.provisionedBandwidthMibps", "type": "int"},
|
3046
|
+
"included_burst_iops": {"key": "properties.includedBurstIops", "type": "int"},
|
3047
|
+
"max_burst_credits_for_iops": {"key": "properties.maxBurstCreditsForIops", "type": "int"},
|
3048
|
+
"next_allowed_quota_downgrade_time": {"key": "properties.nextAllowedQuotaDowngradeTime", "type": "iso-8601"},
|
3049
|
+
"next_allowed_provisioned_iops_downgrade_time": {
|
3050
|
+
"key": "properties.nextAllowedProvisionedIopsDowngradeTime",
|
3051
|
+
"type": "iso-8601",
|
3052
|
+
},
|
3053
|
+
"next_allowed_provisioned_bandwidth_downgrade_time": {
|
3054
|
+
"key": "properties.nextAllowedProvisionedBandwidthDowngradeTime",
|
3055
|
+
"type": "iso-8601",
|
3056
|
+
},
|
2744
3057
|
"enabled_protocols": {"key": "properties.enabledProtocols", "type": "str"},
|
2745
3058
|
"root_squash": {"key": "properties.rootSquash", "type": "str"},
|
2746
3059
|
"version": {"key": "properties.version", "type": "str"},
|
@@ -2756,42 +3069,70 @@ class FileShare(AzureEntityResource): # pylint: disable=too-many-instance-attri
|
|
2756
3069
|
"lease_duration": {"key": "properties.leaseDuration", "type": "str"},
|
2757
3070
|
"signed_identifiers": {"key": "properties.signedIdentifiers", "type": "[SignedIdentifier]"},
|
2758
3071
|
"snapshot_time": {"key": "properties.snapshotTime", "type": "iso-8601"},
|
3072
|
+
"file_share_paid_bursting": {
|
3073
|
+
"key": "properties.fileSharePaidBursting",
|
3074
|
+
"type": "FileSharePropertiesFileSharePaidBursting",
|
3075
|
+
},
|
2759
3076
|
}
|
2760
3077
|
|
2761
|
-
def __init__(
|
3078
|
+
def __init__( # pylint: disable=too-many-locals
|
2762
3079
|
self,
|
2763
3080
|
*,
|
2764
3081
|
metadata: Optional[Dict[str, str]] = None,
|
2765
3082
|
share_quota: Optional[int] = None,
|
3083
|
+
provisioned_iops: Optional[int] = None,
|
3084
|
+
provisioned_bandwidth_mibps: Optional[int] = None,
|
2766
3085
|
enabled_protocols: Optional[Union[str, "_models.EnabledProtocols"]] = None,
|
2767
3086
|
root_squash: Optional[Union[str, "_models.RootSquashType"]] = None,
|
2768
3087
|
access_tier: Optional[Union[str, "_models.ShareAccessTier"]] = None,
|
2769
3088
|
signed_identifiers: Optional[List["_models.SignedIdentifier"]] = None,
|
3089
|
+
file_share_paid_bursting: Optional["_models.FileSharePropertiesFileSharePaidBursting"] = None,
|
2770
3090
|
**kwargs: Any
|
2771
3091
|
) -> None:
|
2772
3092
|
"""
|
2773
3093
|
:keyword metadata: A name-value pair to associate with the share as metadata.
|
2774
3094
|
:paramtype metadata: dict[str, str]
|
2775
|
-
:keyword share_quota: The
|
2776
|
-
less than or equal to 5TB (5120). For Large File Shares, the maximum size is 102400.
|
3095
|
+
:keyword share_quota: The provisioned size of the share, in gibibytes. Must be greater than 0,
|
3096
|
+
and less than or equal to 5TB (5120). For Large File Shares, the maximum size is 102400. For
|
3097
|
+
file shares created under Files Provisioned v2 account type, please refer to the
|
3098
|
+
GetFileServiceUsage API response for the minimum and maximum allowed provisioned storage size.
|
2777
3099
|
:paramtype share_quota: int
|
3100
|
+
:keyword provisioned_iops: The provisioned IOPS of the share. This property is only for file
|
3101
|
+
shares created under Files Provisioned v2 account type. Please refer to the GetFileServiceUsage
|
3102
|
+
API response for the minimum and maximum allowed value for provisioned IOPS.
|
3103
|
+
:paramtype provisioned_iops: int
|
3104
|
+
:keyword provisioned_bandwidth_mibps: The provisioned bandwidth of the share, in mebibytes per
|
3105
|
+
second. This property is only for file shares created under Files Provisioned v2 account type.
|
3106
|
+
Please refer to the GetFileServiceUsage API response for the minimum and maximum allowed value
|
3107
|
+
for provisioned bandwidth.
|
3108
|
+
:paramtype provisioned_bandwidth_mibps: int
|
2778
3109
|
:keyword enabled_protocols: The authentication protocol that is used for the file share. Can
|
2779
3110
|
only be specified when creating a share. Known values are: "SMB" and "NFS".
|
2780
|
-
:paramtype enabled_protocols: str or ~azure.mgmt.storage.
|
3111
|
+
:paramtype enabled_protocols: str or ~azure.mgmt.storage.v2024_01_01.models.EnabledProtocols
|
2781
3112
|
:keyword root_squash: The property is for NFS share only. The default is NoRootSquash. Known
|
2782
3113
|
values are: "NoRootSquash", "RootSquash", and "AllSquash".
|
2783
|
-
:paramtype root_squash: str or ~azure.mgmt.storage.
|
3114
|
+
:paramtype root_squash: str or ~azure.mgmt.storage.v2024_01_01.models.RootSquashType
|
2784
3115
|
:keyword access_tier: Access tier for specific share. GpV2 account can choose between
|
2785
3116
|
TransactionOptimized (default), Hot, and Cool. FileStorage account can choose Premium. Known
|
2786
3117
|
values are: "TransactionOptimized", "Hot", "Cool", and "Premium".
|
2787
|
-
:paramtype access_tier: str or ~azure.mgmt.storage.
|
3118
|
+
:paramtype access_tier: str or ~azure.mgmt.storage.v2024_01_01.models.ShareAccessTier
|
2788
3119
|
:keyword signed_identifiers: List of stored access policies specified on the share.
|
2789
|
-
:paramtype signed_identifiers: list[~azure.mgmt.storage.
|
3120
|
+
:paramtype signed_identifiers: list[~azure.mgmt.storage.v2024_01_01.models.SignedIdentifier]
|
3121
|
+
:keyword file_share_paid_bursting: File Share Paid Bursting properties.
|
3122
|
+
:paramtype file_share_paid_bursting:
|
3123
|
+
~azure.mgmt.storage.v2024_01_01.models.FileSharePropertiesFileSharePaidBursting
|
2790
3124
|
"""
|
2791
3125
|
super().__init__(**kwargs)
|
2792
3126
|
self.last_modified_time = None
|
2793
3127
|
self.metadata = metadata
|
2794
3128
|
self.share_quota = share_quota
|
3129
|
+
self.provisioned_iops = provisioned_iops
|
3130
|
+
self.provisioned_bandwidth_mibps = provisioned_bandwidth_mibps
|
3131
|
+
self.included_burst_iops = None
|
3132
|
+
self.max_burst_credits_for_iops = None
|
3133
|
+
self.next_allowed_quota_downgrade_time = None
|
3134
|
+
self.next_allowed_provisioned_iops_downgrade_time = None
|
3135
|
+
self.next_allowed_provisioned_bandwidth_downgrade_time = None
|
2795
3136
|
self.enabled_protocols = enabled_protocols
|
2796
3137
|
self.root_squash = root_squash
|
2797
3138
|
self.version = None
|
@@ -2807,9 +3148,10 @@ class FileShare(AzureEntityResource): # pylint: disable=too-many-instance-attri
|
|
2807
3148
|
self.lease_duration = None
|
2808
3149
|
self.signed_identifiers = signed_identifiers
|
2809
3150
|
self.snapshot_time = None
|
3151
|
+
self.file_share_paid_bursting = file_share_paid_bursting
|
2810
3152
|
|
2811
3153
|
|
2812
|
-
class FileShareItem(AzureEntityResource):
|
3154
|
+
class FileShareItem(AzureEntityResource):
|
2813
3155
|
"""The file share properties be listed out.
|
2814
3156
|
|
2815
3157
|
Variables are only populated by the server, and will be ignored when sending a request.
|
@@ -2828,15 +3170,44 @@ class FileShareItem(AzureEntityResource): # pylint: disable=too-many-instance-a
|
|
2828
3170
|
:vartype last_modified_time: ~datetime.datetime
|
2829
3171
|
:ivar metadata: A name-value pair to associate with the share as metadata.
|
2830
3172
|
:vartype metadata: dict[str, str]
|
2831
|
-
:ivar share_quota: The
|
2832
|
-
less than or equal to 5TB (5120). For Large File Shares, the maximum size is 102400.
|
3173
|
+
:ivar share_quota: The provisioned size of the share, in gibibytes. Must be greater than 0, and
|
3174
|
+
less than or equal to 5TB (5120). For Large File Shares, the maximum size is 102400. For file
|
3175
|
+
shares created under Files Provisioned v2 account type, please refer to the GetFileServiceUsage
|
3176
|
+
API response for the minimum and maximum allowed provisioned storage size.
|
2833
3177
|
:vartype share_quota: int
|
3178
|
+
:ivar provisioned_iops: The provisioned IOPS of the share. This property is only for file
|
3179
|
+
shares created under Files Provisioned v2 account type. Please refer to the GetFileServiceUsage
|
3180
|
+
API response for the minimum and maximum allowed value for provisioned IOPS.
|
3181
|
+
:vartype provisioned_iops: int
|
3182
|
+
:ivar provisioned_bandwidth_mibps: The provisioned bandwidth of the share, in mebibytes per
|
3183
|
+
second. This property is only for file shares created under Files Provisioned v2 account type.
|
3184
|
+
Please refer to the GetFileServiceUsage API response for the minimum and maximum allowed value
|
3185
|
+
for provisioned bandwidth.
|
3186
|
+
:vartype provisioned_bandwidth_mibps: int
|
3187
|
+
:ivar included_burst_iops: The calculated burst IOPS of the share. This property is only for
|
3188
|
+
file shares created under Files Provisioned v2 account type.
|
3189
|
+
:vartype included_burst_iops: int
|
3190
|
+
:ivar max_burst_credits_for_iops: The calculated maximum burst credits for the share. This
|
3191
|
+
property is only for file shares created under Files Provisioned v2 account type.
|
3192
|
+
:vartype max_burst_credits_for_iops: int
|
3193
|
+
:ivar next_allowed_quota_downgrade_time: Returns the next allowed provisioned storage size
|
3194
|
+
downgrade time for the share. This property is only for file shares created under Files
|
3195
|
+
Provisioned v1 SSD and Files Provisioned v2 account type.
|
3196
|
+
:vartype next_allowed_quota_downgrade_time: ~datetime.datetime
|
3197
|
+
:ivar next_allowed_provisioned_iops_downgrade_time: Returns the next allowed provisioned IOPS
|
3198
|
+
downgrade time for the share. This property is only for file shares created under Files
|
3199
|
+
Provisioned v2 account type.
|
3200
|
+
:vartype next_allowed_provisioned_iops_downgrade_time: ~datetime.datetime
|
3201
|
+
:ivar next_allowed_provisioned_bandwidth_downgrade_time: Returns the next allowed provisioned
|
3202
|
+
bandwidth downgrade time for the share. This property is only for file shares created under
|
3203
|
+
Files Provisioned v2 account type.
|
3204
|
+
:vartype next_allowed_provisioned_bandwidth_downgrade_time: ~datetime.datetime
|
2834
3205
|
:ivar enabled_protocols: The authentication protocol that is used for the file share. Can only
|
2835
3206
|
be specified when creating a share. Known values are: "SMB" and "NFS".
|
2836
|
-
:vartype enabled_protocols: str or ~azure.mgmt.storage.
|
3207
|
+
:vartype enabled_protocols: str or ~azure.mgmt.storage.v2024_01_01.models.EnabledProtocols
|
2837
3208
|
:ivar root_squash: The property is for NFS share only. The default is NoRootSquash. Known
|
2838
3209
|
values are: "NoRootSquash", "RootSquash", and "AllSquash".
|
2839
|
-
:vartype root_squash: str or ~azure.mgmt.storage.
|
3210
|
+
:vartype root_squash: str or ~azure.mgmt.storage.v2024_01_01.models.RootSquashType
|
2840
3211
|
:ivar version: The version of the share.
|
2841
3212
|
:vartype version: str
|
2842
3213
|
:ivar deleted: Indicates whether the share was deleted.
|
@@ -2848,7 +3219,7 @@ class FileShareItem(AzureEntityResource): # pylint: disable=too-many-instance-a
|
|
2848
3219
|
:ivar access_tier: Access tier for specific share. GpV2 account can choose between
|
2849
3220
|
TransactionOptimized (default), Hot, and Cool. FileStorage account can choose Premium. Known
|
2850
3221
|
values are: "TransactionOptimized", "Hot", "Cool", and "Premium".
|
2851
|
-
:vartype access_tier: str or ~azure.mgmt.storage.
|
3222
|
+
:vartype access_tier: str or ~azure.mgmt.storage.v2024_01_01.models.ShareAccessTier
|
2852
3223
|
:ivar access_tier_change_time: Indicates the last modification time for share access tier.
|
2853
3224
|
:vartype access_tier_change_time: ~datetime.datetime
|
2854
3225
|
:ivar access_tier_status: Indicates if there is a pending transition for access tier.
|
@@ -2857,18 +3228,21 @@ class FileShareItem(AzureEntityResource): # pylint: disable=too-many-instance-a
|
|
2857
3228
|
value may not include all recently created or recently resized files.
|
2858
3229
|
:vartype share_usage_bytes: int
|
2859
3230
|
:ivar lease_status: The lease status of the share. Known values are: "Locked" and "Unlocked".
|
2860
|
-
:vartype lease_status: str or ~azure.mgmt.storage.
|
3231
|
+
:vartype lease_status: str or ~azure.mgmt.storage.v2024_01_01.models.LeaseStatus
|
2861
3232
|
:ivar lease_state: Lease state of the share. Known values are: "Available", "Leased",
|
2862
3233
|
"Expired", "Breaking", and "Broken".
|
2863
|
-
:vartype lease_state: str or ~azure.mgmt.storage.
|
3234
|
+
:vartype lease_state: str or ~azure.mgmt.storage.v2024_01_01.models.LeaseState
|
2864
3235
|
:ivar lease_duration: Specifies whether the lease on a share is of infinite or fixed duration,
|
2865
3236
|
only when the share is leased. Known values are: "Infinite" and "Fixed".
|
2866
|
-
:vartype lease_duration: str or ~azure.mgmt.storage.
|
3237
|
+
:vartype lease_duration: str or ~azure.mgmt.storage.v2024_01_01.models.LeaseDuration
|
2867
3238
|
:ivar signed_identifiers: List of stored access policies specified on the share.
|
2868
|
-
:vartype signed_identifiers: list[~azure.mgmt.storage.
|
3239
|
+
:vartype signed_identifiers: list[~azure.mgmt.storage.v2024_01_01.models.SignedIdentifier]
|
2869
3240
|
:ivar snapshot_time: Creation time of share snapshot returned in the response of list shares
|
2870
3241
|
with expand param "snapshots".
|
2871
3242
|
:vartype snapshot_time: ~datetime.datetime
|
3243
|
+
:ivar file_share_paid_bursting: File Share Paid Bursting properties.
|
3244
|
+
:vartype file_share_paid_bursting:
|
3245
|
+
~azure.mgmt.storage.v2024_01_01.models.FileSharePropertiesFileSharePaidBursting
|
2872
3246
|
"""
|
2873
3247
|
|
2874
3248
|
_validation = {
|
@@ -2877,7 +3251,11 @@ class FileShareItem(AzureEntityResource): # pylint: disable=too-many-instance-a
|
|
2877
3251
|
"type": {"readonly": True},
|
2878
3252
|
"etag": {"readonly": True},
|
2879
3253
|
"last_modified_time": {"readonly": True},
|
2880
|
-
"
|
3254
|
+
"included_burst_iops": {"readonly": True},
|
3255
|
+
"max_burst_credits_for_iops": {"readonly": True},
|
3256
|
+
"next_allowed_quota_downgrade_time": {"readonly": True},
|
3257
|
+
"next_allowed_provisioned_iops_downgrade_time": {"readonly": True},
|
3258
|
+
"next_allowed_provisioned_bandwidth_downgrade_time": {"readonly": True},
|
2881
3259
|
"version": {"readonly": True},
|
2882
3260
|
"deleted": {"readonly": True},
|
2883
3261
|
"deleted_time": {"readonly": True},
|
@@ -2899,6 +3277,19 @@ class FileShareItem(AzureEntityResource): # pylint: disable=too-many-instance-a
|
|
2899
3277
|
"last_modified_time": {"key": "properties.lastModifiedTime", "type": "iso-8601"},
|
2900
3278
|
"metadata": {"key": "properties.metadata", "type": "{str}"},
|
2901
3279
|
"share_quota": {"key": "properties.shareQuota", "type": "int"},
|
3280
|
+
"provisioned_iops": {"key": "properties.provisionedIops", "type": "int"},
|
3281
|
+
"provisioned_bandwidth_mibps": {"key": "properties.provisionedBandwidthMibps", "type": "int"},
|
3282
|
+
"included_burst_iops": {"key": "properties.includedBurstIops", "type": "int"},
|
3283
|
+
"max_burst_credits_for_iops": {"key": "properties.maxBurstCreditsForIops", "type": "int"},
|
3284
|
+
"next_allowed_quota_downgrade_time": {"key": "properties.nextAllowedQuotaDowngradeTime", "type": "iso-8601"},
|
3285
|
+
"next_allowed_provisioned_iops_downgrade_time": {
|
3286
|
+
"key": "properties.nextAllowedProvisionedIopsDowngradeTime",
|
3287
|
+
"type": "iso-8601",
|
3288
|
+
},
|
3289
|
+
"next_allowed_provisioned_bandwidth_downgrade_time": {
|
3290
|
+
"key": "properties.nextAllowedProvisionedBandwidthDowngradeTime",
|
3291
|
+
"type": "iso-8601",
|
3292
|
+
},
|
2902
3293
|
"enabled_protocols": {"key": "properties.enabledProtocols", "type": "str"},
|
2903
3294
|
"root_squash": {"key": "properties.rootSquash", "type": "str"},
|
2904
3295
|
"version": {"key": "properties.version", "type": "str"},
|
@@ -2914,42 +3305,70 @@ class FileShareItem(AzureEntityResource): # pylint: disable=too-many-instance-a
|
|
2914
3305
|
"lease_duration": {"key": "properties.leaseDuration", "type": "str"},
|
2915
3306
|
"signed_identifiers": {"key": "properties.signedIdentifiers", "type": "[SignedIdentifier]"},
|
2916
3307
|
"snapshot_time": {"key": "properties.snapshotTime", "type": "iso-8601"},
|
3308
|
+
"file_share_paid_bursting": {
|
3309
|
+
"key": "properties.fileSharePaidBursting",
|
3310
|
+
"type": "FileSharePropertiesFileSharePaidBursting",
|
3311
|
+
},
|
2917
3312
|
}
|
2918
3313
|
|
2919
|
-
def __init__(
|
3314
|
+
def __init__( # pylint: disable=too-many-locals
|
2920
3315
|
self,
|
2921
3316
|
*,
|
2922
3317
|
metadata: Optional[Dict[str, str]] = None,
|
2923
3318
|
share_quota: Optional[int] = None,
|
3319
|
+
provisioned_iops: Optional[int] = None,
|
3320
|
+
provisioned_bandwidth_mibps: Optional[int] = None,
|
2924
3321
|
enabled_protocols: Optional[Union[str, "_models.EnabledProtocols"]] = None,
|
2925
3322
|
root_squash: Optional[Union[str, "_models.RootSquashType"]] = None,
|
2926
3323
|
access_tier: Optional[Union[str, "_models.ShareAccessTier"]] = None,
|
2927
3324
|
signed_identifiers: Optional[List["_models.SignedIdentifier"]] = None,
|
3325
|
+
file_share_paid_bursting: Optional["_models.FileSharePropertiesFileSharePaidBursting"] = None,
|
2928
3326
|
**kwargs: Any
|
2929
3327
|
) -> None:
|
2930
3328
|
"""
|
2931
3329
|
:keyword metadata: A name-value pair to associate with the share as metadata.
|
2932
3330
|
:paramtype metadata: dict[str, str]
|
2933
|
-
:keyword share_quota: The
|
2934
|
-
less than or equal to 5TB (5120). For Large File Shares, the maximum size is 102400.
|
3331
|
+
:keyword share_quota: The provisioned size of the share, in gibibytes. Must be greater than 0,
|
3332
|
+
and less than or equal to 5TB (5120). For Large File Shares, the maximum size is 102400. For
|
3333
|
+
file shares created under Files Provisioned v2 account type, please refer to the
|
3334
|
+
GetFileServiceUsage API response for the minimum and maximum allowed provisioned storage size.
|
2935
3335
|
:paramtype share_quota: int
|
3336
|
+
:keyword provisioned_iops: The provisioned IOPS of the share. This property is only for file
|
3337
|
+
shares created under Files Provisioned v2 account type. Please refer to the GetFileServiceUsage
|
3338
|
+
API response for the minimum and maximum allowed value for provisioned IOPS.
|
3339
|
+
:paramtype provisioned_iops: int
|
3340
|
+
:keyword provisioned_bandwidth_mibps: The provisioned bandwidth of the share, in mebibytes per
|
3341
|
+
second. This property is only for file shares created under Files Provisioned v2 account type.
|
3342
|
+
Please refer to the GetFileServiceUsage API response for the minimum and maximum allowed value
|
3343
|
+
for provisioned bandwidth.
|
3344
|
+
:paramtype provisioned_bandwidth_mibps: int
|
2936
3345
|
:keyword enabled_protocols: The authentication protocol that is used for the file share. Can
|
2937
3346
|
only be specified when creating a share. Known values are: "SMB" and "NFS".
|
2938
|
-
:paramtype enabled_protocols: str or ~azure.mgmt.storage.
|
3347
|
+
:paramtype enabled_protocols: str or ~azure.mgmt.storage.v2024_01_01.models.EnabledProtocols
|
2939
3348
|
:keyword root_squash: The property is for NFS share only. The default is NoRootSquash. Known
|
2940
3349
|
values are: "NoRootSquash", "RootSquash", and "AllSquash".
|
2941
|
-
:paramtype root_squash: str or ~azure.mgmt.storage.
|
3350
|
+
:paramtype root_squash: str or ~azure.mgmt.storage.v2024_01_01.models.RootSquashType
|
2942
3351
|
:keyword access_tier: Access tier for specific share. GpV2 account can choose between
|
2943
3352
|
TransactionOptimized (default), Hot, and Cool. FileStorage account can choose Premium. Known
|
2944
3353
|
values are: "TransactionOptimized", "Hot", "Cool", and "Premium".
|
2945
|
-
:paramtype access_tier: str or ~azure.mgmt.storage.
|
3354
|
+
:paramtype access_tier: str or ~azure.mgmt.storage.v2024_01_01.models.ShareAccessTier
|
2946
3355
|
:keyword signed_identifiers: List of stored access policies specified on the share.
|
2947
|
-
:paramtype signed_identifiers: list[~azure.mgmt.storage.
|
3356
|
+
:paramtype signed_identifiers: list[~azure.mgmt.storage.v2024_01_01.models.SignedIdentifier]
|
3357
|
+
:keyword file_share_paid_bursting: File Share Paid Bursting properties.
|
3358
|
+
:paramtype file_share_paid_bursting:
|
3359
|
+
~azure.mgmt.storage.v2024_01_01.models.FileSharePropertiesFileSharePaidBursting
|
2948
3360
|
"""
|
2949
3361
|
super().__init__(**kwargs)
|
2950
3362
|
self.last_modified_time = None
|
2951
3363
|
self.metadata = metadata
|
2952
3364
|
self.share_quota = share_quota
|
3365
|
+
self.provisioned_iops = provisioned_iops
|
3366
|
+
self.provisioned_bandwidth_mibps = provisioned_bandwidth_mibps
|
3367
|
+
self.included_burst_iops = None
|
3368
|
+
self.max_burst_credits_for_iops = None
|
3369
|
+
self.next_allowed_quota_downgrade_time = None
|
3370
|
+
self.next_allowed_provisioned_iops_downgrade_time = None
|
3371
|
+
self.next_allowed_provisioned_bandwidth_downgrade_time = None
|
2953
3372
|
self.enabled_protocols = enabled_protocols
|
2954
3373
|
self.root_squash = root_squash
|
2955
3374
|
self.version = None
|
@@ -2965,6 +3384,7 @@ class FileShareItem(AzureEntityResource): # pylint: disable=too-many-instance-a
|
|
2965
3384
|
self.lease_duration = None
|
2966
3385
|
self.signed_identifiers = signed_identifiers
|
2967
3386
|
self.snapshot_time = None
|
3387
|
+
self.file_share_paid_bursting = file_share_paid_bursting
|
2968
3388
|
|
2969
3389
|
|
2970
3390
|
class FileShareItems(_serialization.Model):
|
@@ -2974,7 +3394,7 @@ class FileShareItems(_serialization.Model):
|
|
2974
3394
|
Variables are only populated by the server, and will be ignored when sending a request.
|
2975
3395
|
|
2976
3396
|
:ivar value: List of file shares returned.
|
2977
|
-
:vartype value: list[~azure.mgmt.storage.
|
3397
|
+
:vartype value: list[~azure.mgmt.storage.v2024_01_01.models.FileShareItem]
|
2978
3398
|
:ivar next_link: Request URL that can be used to query next page of shares. Returned when total
|
2979
3399
|
number of requested shares exceed maximum page size.
|
2980
3400
|
:vartype next_link: str
|
@@ -2997,6 +3417,153 @@ class FileShareItems(_serialization.Model):
|
|
2997
3417
|
self.next_link = None
|
2998
3418
|
|
2999
3419
|
|
3420
|
+
class FileShareLimits(_serialization.Model):
|
3421
|
+
"""Minimum and maximum provisioned storage, IOPS and bandwidth limits for a file share in the
|
3422
|
+
storage account.
|
3423
|
+
|
3424
|
+
Variables are only populated by the server, and will be ignored when sending a request.
|
3425
|
+
|
3426
|
+
:ivar min_provisioned_storage_gi_b: The minimum provisioned storage quota limit in gibibytes
|
3427
|
+
for a file share in the storage account.
|
3428
|
+
:vartype min_provisioned_storage_gi_b: int
|
3429
|
+
:ivar max_provisioned_storage_gi_b: The maximum provisioned storage quota limit in gibibytes
|
3430
|
+
for a file share in the storage account.
|
3431
|
+
:vartype max_provisioned_storage_gi_b: int
|
3432
|
+
:ivar min_provisioned_iops: The minimum provisioned IOPS limit for a file share in the storage
|
3433
|
+
account.
|
3434
|
+
:vartype min_provisioned_iops: int
|
3435
|
+
:ivar max_provisioned_iops: The maximum provisioned IOPS limit for a file share in the storage
|
3436
|
+
account.
|
3437
|
+
:vartype max_provisioned_iops: int
|
3438
|
+
:ivar min_provisioned_bandwidth_mi_b_per_sec: The minimum provisioned bandwidth limit in
|
3439
|
+
mebibytes per second for a file share in the storage account.
|
3440
|
+
:vartype min_provisioned_bandwidth_mi_b_per_sec: int
|
3441
|
+
:ivar max_provisioned_bandwidth_mi_b_per_sec: The maximum provisioned bandwidth limit in
|
3442
|
+
mebibytes per second for a file share in the storage account.
|
3443
|
+
:vartype max_provisioned_bandwidth_mi_b_per_sec: int
|
3444
|
+
"""
|
3445
|
+
|
3446
|
+
_validation = {
|
3447
|
+
"min_provisioned_storage_gi_b": {"readonly": True},
|
3448
|
+
"max_provisioned_storage_gi_b": {"readonly": True},
|
3449
|
+
"min_provisioned_iops": {"readonly": True},
|
3450
|
+
"max_provisioned_iops": {"readonly": True},
|
3451
|
+
"min_provisioned_bandwidth_mi_b_per_sec": {"readonly": True},
|
3452
|
+
"max_provisioned_bandwidth_mi_b_per_sec": {"readonly": True},
|
3453
|
+
}
|
3454
|
+
|
3455
|
+
_attribute_map = {
|
3456
|
+
"min_provisioned_storage_gi_b": {"key": "minProvisionedStorageGiB", "type": "int"},
|
3457
|
+
"max_provisioned_storage_gi_b": {"key": "maxProvisionedStorageGiB", "type": "int"},
|
3458
|
+
"min_provisioned_iops": {"key": "minProvisionedIOPS", "type": "int"},
|
3459
|
+
"max_provisioned_iops": {"key": "maxProvisionedIOPS", "type": "int"},
|
3460
|
+
"min_provisioned_bandwidth_mi_b_per_sec": {"key": "minProvisionedBandwidthMiBPerSec", "type": "int"},
|
3461
|
+
"max_provisioned_bandwidth_mi_b_per_sec": {"key": "maxProvisionedBandwidthMiBPerSec", "type": "int"},
|
3462
|
+
}
|
3463
|
+
|
3464
|
+
def __init__(self, **kwargs: Any) -> None:
|
3465
|
+
""" """
|
3466
|
+
super().__init__(**kwargs)
|
3467
|
+
self.min_provisioned_storage_gi_b = None
|
3468
|
+
self.max_provisioned_storage_gi_b = None
|
3469
|
+
self.min_provisioned_iops = None
|
3470
|
+
self.max_provisioned_iops = None
|
3471
|
+
self.min_provisioned_bandwidth_mi_b_per_sec = None
|
3472
|
+
self.max_provisioned_bandwidth_mi_b_per_sec = None
|
3473
|
+
|
3474
|
+
|
3475
|
+
class FileSharePropertiesFileSharePaidBursting(_serialization.Model):
|
3476
|
+
"""File Share Paid Bursting properties.
|
3477
|
+
|
3478
|
+
:ivar paid_bursting_enabled: Indicates whether paid bursting is enabled for the share. This
|
3479
|
+
property is only for file shares created under Files Provisioned v1 SSD account type.
|
3480
|
+
:vartype paid_bursting_enabled: bool
|
3481
|
+
:ivar paid_bursting_max_iops: The maximum paid bursting IOPS for the share. This property is
|
3482
|
+
only for file shares created under Files Provisioned v1 SSD account type. The maximum allowed
|
3483
|
+
value is 102400 which is the maximum allowed IOPS for a share.
|
3484
|
+
:vartype paid_bursting_max_iops: int
|
3485
|
+
:ivar paid_bursting_max_bandwidth_mibps: The maximum paid bursting bandwidth for the share, in
|
3486
|
+
mebibytes per second. This property is only for file shares created under Files Provisioned v1
|
3487
|
+
SSD account type. The maximum allowed value is 10340 which is the maximum allowed bandwidth for
|
3488
|
+
a share.
|
3489
|
+
:vartype paid_bursting_max_bandwidth_mibps: int
|
3490
|
+
"""
|
3491
|
+
|
3492
|
+
_attribute_map = {
|
3493
|
+
"paid_bursting_enabled": {"key": "paidBurstingEnabled", "type": "bool"},
|
3494
|
+
"paid_bursting_max_iops": {"key": "paidBurstingMaxIops", "type": "int"},
|
3495
|
+
"paid_bursting_max_bandwidth_mibps": {"key": "paidBurstingMaxBandwidthMibps", "type": "int"},
|
3496
|
+
}
|
3497
|
+
|
3498
|
+
def __init__(
|
3499
|
+
self,
|
3500
|
+
*,
|
3501
|
+
paid_bursting_enabled: Optional[bool] = None,
|
3502
|
+
paid_bursting_max_iops: Optional[int] = None,
|
3503
|
+
paid_bursting_max_bandwidth_mibps: Optional[int] = None,
|
3504
|
+
**kwargs: Any
|
3505
|
+
) -> None:
|
3506
|
+
"""
|
3507
|
+
:keyword paid_bursting_enabled: Indicates whether paid bursting is enabled for the share. This
|
3508
|
+
property is only for file shares created under Files Provisioned v1 SSD account type.
|
3509
|
+
:paramtype paid_bursting_enabled: bool
|
3510
|
+
:keyword paid_bursting_max_iops: The maximum paid bursting IOPS for the share. This property is
|
3511
|
+
only for file shares created under Files Provisioned v1 SSD account type. The maximum allowed
|
3512
|
+
value is 102400 which is the maximum allowed IOPS for a share.
|
3513
|
+
:paramtype paid_bursting_max_iops: int
|
3514
|
+
:keyword paid_bursting_max_bandwidth_mibps: The maximum paid bursting bandwidth for the share,
|
3515
|
+
in mebibytes per second. This property is only for file shares created under Files Provisioned
|
3516
|
+
v1 SSD account type. The maximum allowed value is 10340 which is the maximum allowed bandwidth
|
3517
|
+
for a share.
|
3518
|
+
:paramtype paid_bursting_max_bandwidth_mibps: int
|
3519
|
+
"""
|
3520
|
+
super().__init__(**kwargs)
|
3521
|
+
self.paid_bursting_enabled = paid_bursting_enabled
|
3522
|
+
self.paid_bursting_max_iops = paid_bursting_max_iops
|
3523
|
+
self.paid_bursting_max_bandwidth_mibps = paid_bursting_max_bandwidth_mibps
|
3524
|
+
|
3525
|
+
|
3526
|
+
class FileShareRecommendations(_serialization.Model):
|
3527
|
+
"""Constants used for calculating recommended provisioned IOPS and bandwidth for a file share in
|
3528
|
+
the storage account.
|
3529
|
+
|
3530
|
+
Variables are only populated by the server, and will be ignored when sending a request.
|
3531
|
+
|
3532
|
+
:ivar base_iops: The base IOPS in the file share provisioned IOPS recommendation formula.
|
3533
|
+
:vartype base_iops: int
|
3534
|
+
:ivar io_scalar: The scalar for IO in the file share provisioned IOPS recommendation formula.
|
3535
|
+
:vartype io_scalar: float
|
3536
|
+
:ivar base_bandwidth_mi_b_per_sec: The base bandwidth in the file share provisioned bandwidth
|
3537
|
+
recommendation formula.
|
3538
|
+
:vartype base_bandwidth_mi_b_per_sec: int
|
3539
|
+
:ivar bandwidth_scalar: The scalar for bandwidth in the file share provisioned bandwidth
|
3540
|
+
recommendation formula.
|
3541
|
+
:vartype bandwidth_scalar: float
|
3542
|
+
"""
|
3543
|
+
|
3544
|
+
_validation = {
|
3545
|
+
"base_iops": {"readonly": True},
|
3546
|
+
"io_scalar": {"readonly": True},
|
3547
|
+
"base_bandwidth_mi_b_per_sec": {"readonly": True},
|
3548
|
+
"bandwidth_scalar": {"readonly": True},
|
3549
|
+
}
|
3550
|
+
|
3551
|
+
_attribute_map = {
|
3552
|
+
"base_iops": {"key": "baseIOPS", "type": "int"},
|
3553
|
+
"io_scalar": {"key": "ioScalar", "type": "float"},
|
3554
|
+
"base_bandwidth_mi_b_per_sec": {"key": "baseBandwidthMiBPerSec", "type": "int"},
|
3555
|
+
"bandwidth_scalar": {"key": "bandwidthScalar", "type": "float"},
|
3556
|
+
}
|
3557
|
+
|
3558
|
+
def __init__(self, **kwargs: Any) -> None:
|
3559
|
+
""" """
|
3560
|
+
super().__init__(**kwargs)
|
3561
|
+
self.base_iops = None
|
3562
|
+
self.io_scalar = None
|
3563
|
+
self.base_bandwidth_mi_b_per_sec = None
|
3564
|
+
self.bandwidth_scalar = None
|
3565
|
+
|
3566
|
+
|
3000
3567
|
class GeoReplicationStats(_serialization.Model):
|
3001
3568
|
"""Statistics related to replication for storage account's Blob, Table, Queue and File services.
|
3002
3569
|
It is only available when geo-redundant replication is enabled for the storage account.
|
@@ -3008,7 +3575,7 @@ class GeoReplicationStats(_serialization.Model):
|
|
3008
3575
|
synchronization from the primary location to the secondary location is in progress.This
|
3009
3576
|
typically occurs when replication is first enabled. - Unavailable: Indicates that the secondary
|
3010
3577
|
location is temporarily unavailable. Known values are: "Live", "Bootstrap", and "Unavailable".
|
3011
|
-
:vartype status: str or ~azure.mgmt.storage.
|
3578
|
+
:vartype status: str or ~azure.mgmt.storage.v2024_01_01.models.GeoReplicationStatus
|
3012
3579
|
:ivar last_sync_time: All primary writes preceding this UTC date/time value are guaranteed to
|
3013
3580
|
be available for read operations. Primary writes following this point in time may or may not be
|
3014
3581
|
available for reads. Element may be default value if value of LastSyncTime is not available,
|
@@ -3023,12 +3590,12 @@ class GeoReplicationStats(_serialization.Model):
|
|
3023
3590
|
:ivar post_failover_redundancy: The redundancy type of the account after an account failover is
|
3024
3591
|
performed. Known values are: "Standard_LRS" and "Standard_ZRS".
|
3025
3592
|
:vartype post_failover_redundancy: str or
|
3026
|
-
~azure.mgmt.storage.
|
3593
|
+
~azure.mgmt.storage.v2024_01_01.models.PostFailoverRedundancy
|
3027
3594
|
:ivar post_planned_failover_redundancy: The redundancy type of the account after a planned
|
3028
3595
|
account failover is performed. Known values are: "Standard_GRS", "Standard_GZRS",
|
3029
3596
|
"Standard_RAGRS", and "Standard_RAGZRS".
|
3030
3597
|
:vartype post_planned_failover_redundancy: str or
|
3031
|
-
~azure.mgmt.storage.
|
3598
|
+
~azure.mgmt.storage.v2024_01_01.models.PostPlannedFailoverRedundancy
|
3032
3599
|
"""
|
3033
3600
|
|
3034
3601
|
_validation = {
|
@@ -3073,12 +3640,12 @@ class Identity(_serialization.Model):
|
|
3073
3640
|
:vartype tenant_id: str
|
3074
3641
|
:ivar type: The identity type. Required. Known values are: "None", "SystemAssigned",
|
3075
3642
|
"UserAssigned", and "SystemAssigned,UserAssigned".
|
3076
|
-
:vartype type: str or ~azure.mgmt.storage.
|
3643
|
+
:vartype type: str or ~azure.mgmt.storage.v2024_01_01.models.IdentityType
|
3077
3644
|
:ivar user_assigned_identities: Gets or sets a list of key value pairs that describe the set of
|
3078
3645
|
User Assigned identities that will be used with this storage account. The key is the ARM
|
3079
3646
|
resource identifier of the identity. Only 1 User Assigned identity is permitted here.
|
3080
3647
|
:vartype user_assigned_identities: dict[str,
|
3081
|
-
~azure.mgmt.storage.
|
3648
|
+
~azure.mgmt.storage.v2024_01_01.models.UserAssignedIdentity]
|
3082
3649
|
"""
|
3083
3650
|
|
3084
3651
|
_validation = {
|
@@ -3104,12 +3671,12 @@ class Identity(_serialization.Model):
|
|
3104
3671
|
"""
|
3105
3672
|
:keyword type: The identity type. Required. Known values are: "None", "SystemAssigned",
|
3106
3673
|
"UserAssigned", and "SystemAssigned,UserAssigned".
|
3107
|
-
:paramtype type: str or ~azure.mgmt.storage.
|
3674
|
+
:paramtype type: str or ~azure.mgmt.storage.v2024_01_01.models.IdentityType
|
3108
3675
|
:keyword user_assigned_identities: Gets or sets a list of key value pairs that describe the set
|
3109
3676
|
of User Assigned identities that will be used with this storage account. The key is the ARM
|
3110
3677
|
resource identifier of the identity. Only 1 User Assigned identity is permitted here.
|
3111
3678
|
:paramtype user_assigned_identities: dict[str,
|
3112
|
-
~azure.mgmt.storage.
|
3679
|
+
~azure.mgmt.storage.v2024_01_01.models.UserAssignedIdentity]
|
3113
3680
|
"""
|
3114
3681
|
super().__init__(**kwargs)
|
3115
3682
|
self.principal_id = None
|
@@ -3139,7 +3706,7 @@ class ImmutabilityPolicy(AzureEntityResource):
|
|
3139
3706
|
:vartype immutability_period_since_creation_in_days: int
|
3140
3707
|
:ivar state: The ImmutabilityPolicy state of a blob container, possible values include: Locked
|
3141
3708
|
and Unlocked. Known values are: "Locked" and "Unlocked".
|
3142
|
-
:vartype state: str or ~azure.mgmt.storage.
|
3709
|
+
:vartype state: str or ~azure.mgmt.storage.v2024_01_01.models.ImmutabilityPolicyState
|
3143
3710
|
:ivar allow_protected_append_writes: This property can only be changed for unlocked time-based
|
3144
3711
|
retention policies. When enabled, new blocks can be written to an append blob while maintaining
|
3145
3712
|
immutability protection and compliance. Only new blocks can be added and any existing blocks
|
@@ -3218,13 +3785,13 @@ class ImmutabilityPolicyProperties(_serialization.Model):
|
|
3218
3785
|
:ivar etag: ImmutabilityPolicy Etag.
|
3219
3786
|
:vartype etag: str
|
3220
3787
|
:ivar update_history: The ImmutabilityPolicy update history of the blob container.
|
3221
|
-
:vartype update_history: list[~azure.mgmt.storage.
|
3788
|
+
:vartype update_history: list[~azure.mgmt.storage.v2024_01_01.models.UpdateHistoryProperty]
|
3222
3789
|
:ivar immutability_period_since_creation_in_days: The immutability period for the blobs in the
|
3223
3790
|
container since the policy creation, in days.
|
3224
3791
|
:vartype immutability_period_since_creation_in_days: int
|
3225
3792
|
:ivar state: The ImmutabilityPolicy state of a blob container, possible values include: Locked
|
3226
3793
|
and Unlocked. Known values are: "Locked" and "Unlocked".
|
3227
|
-
:vartype state: str or ~azure.mgmt.storage.
|
3794
|
+
:vartype state: str or ~azure.mgmt.storage.v2024_01_01.models.ImmutabilityPolicyState
|
3228
3795
|
:ivar allow_protected_append_writes: This property can only be changed for unlocked time-based
|
3229
3796
|
retention policies. When enabled, new blocks can be written to an append blob while maintaining
|
3230
3797
|
immutability protection and compliance. Only new blocks can be added and any existing blocks
|
@@ -3306,7 +3873,7 @@ class ImmutableStorageAccount(_serialization.Model):
|
|
3306
3873
|
container-level immutability policy, which has a higher precedence than the account-level
|
3307
3874
|
immutability policy.
|
3308
3875
|
:vartype immutability_policy:
|
3309
|
-
~azure.mgmt.storage.
|
3876
|
+
~azure.mgmt.storage.v2024_01_01.models.AccountImmutabilityPolicyProperties
|
3310
3877
|
"""
|
3311
3878
|
|
3312
3879
|
_attribute_map = {
|
@@ -3331,7 +3898,7 @@ class ImmutableStorageAccount(_serialization.Model):
|
|
3331
3898
|
container-level immutability policy, which has a higher precedence than the account-level
|
3332
3899
|
immutability policy.
|
3333
3900
|
:paramtype immutability_policy:
|
3334
|
-
~azure.mgmt.storage.
|
3901
|
+
~azure.mgmt.storage.v2024_01_01.models.AccountImmutabilityPolicyProperties
|
3335
3902
|
"""
|
3336
3903
|
super().__init__(**kwargs)
|
3337
3904
|
self.enabled = enabled
|
@@ -3350,7 +3917,7 @@ class ImmutableStorageWithVersioning(_serialization.Model):
|
|
3350
3917
|
:vartype time_stamp: ~datetime.datetime
|
3351
3918
|
:ivar migration_state: This property denotes the container level immutability to object level
|
3352
3919
|
immutability migration state. Known values are: "InProgress" and "Completed".
|
3353
|
-
:vartype migration_state: str or ~azure.mgmt.storage.
|
3920
|
+
:vartype migration_state: str or ~azure.mgmt.storage.v2024_01_01.models.MigrationState
|
3354
3921
|
"""
|
3355
3922
|
|
3356
3923
|
_validation = {
|
@@ -3537,7 +4104,7 @@ class LastAccessTimeTrackingPolicy(_serialization.Model):
|
|
3537
4104
|
:vartype enable: bool
|
3538
4105
|
:ivar name: Name of the policy. The valid value is AccessTimeTracking. This field is currently
|
3539
4106
|
read only. "AccessTimeTracking"
|
3540
|
-
:vartype name: str or ~azure.mgmt.storage.
|
4107
|
+
:vartype name: str or ~azure.mgmt.storage.v2024_01_01.models.Name
|
3541
4108
|
:ivar tracking_granularity_in_days: The field specifies blob object tracking granularity in
|
3542
4109
|
days, typically how often the blob object should be tracked.This field is currently read only
|
3543
4110
|
with value as 1.
|
@@ -3572,7 +4139,7 @@ class LastAccessTimeTrackingPolicy(_serialization.Model):
|
|
3572
4139
|
:paramtype enable: bool
|
3573
4140
|
:keyword name: Name of the policy. The valid value is AccessTimeTracking. This field is
|
3574
4141
|
currently read only. "AccessTimeTracking"
|
3575
|
-
:paramtype name: str or ~azure.mgmt.storage.
|
4142
|
+
:paramtype name: str or ~azure.mgmt.storage.v2024_01_01.models.Name
|
3576
4143
|
:keyword tracking_granularity_in_days: The field specifies blob object tracking granularity in
|
3577
4144
|
days, typically how often the blob object should be tracked.This field is currently read only
|
3578
4145
|
with value as 1.
|
@@ -3594,8 +4161,8 @@ class LeaseContainerRequest(_serialization.Model):
|
|
3594
4161
|
All required parameters must be populated in order to send to server.
|
3595
4162
|
|
3596
4163
|
:ivar action: Specifies the lease action. Can be one of the available actions. Required. Known
|
3597
|
-
values are: "Acquire", "Renew", "Change", "Release", and "Break".
|
3598
|
-
:vartype action: str or ~azure.mgmt.storage.
|
4164
|
+
values are: "Acquire", "Renew", "Change", "Release", "Break", and "Break".
|
4165
|
+
:vartype action: str or ~azure.mgmt.storage.v2024_01_01.models.LeaseContainerRequestEnum
|
3599
4166
|
:ivar lease_id: Identifies the lease. Can be specified in any valid GUID string format.
|
3600
4167
|
:vartype lease_id: str
|
3601
4168
|
:ivar break_period: Optional. For a break action, proposed duration the lease should continue
|
@@ -3633,8 +4200,8 @@ class LeaseContainerRequest(_serialization.Model):
|
|
3633
4200
|
) -> None:
|
3634
4201
|
"""
|
3635
4202
|
:keyword action: Specifies the lease action. Can be one of the available actions. Required.
|
3636
|
-
Known values are: "Acquire", "Renew", "Change", "Release", and "Break".
|
3637
|
-
:paramtype action: str or ~azure.mgmt.storage.
|
4203
|
+
Known values are: "Acquire", "Renew", "Change", "Release", "Break", and "Break".
|
4204
|
+
:paramtype action: str or ~azure.mgmt.storage.v2024_01_01.models.LeaseContainerRequestEnum
|
3638
4205
|
:keyword lease_id: Identifies the lease. Can be specified in any valid GUID string format.
|
3639
4206
|
:paramtype lease_id: str
|
3640
4207
|
:keyword break_period: Optional. For a break action, proposed duration the lease should
|
@@ -3691,8 +4258,8 @@ class LeaseShareRequest(_serialization.Model):
|
|
3691
4258
|
All required parameters must be populated in order to send to server.
|
3692
4259
|
|
3693
4260
|
:ivar action: Specifies the lease action. Can be one of the available actions. Required. Known
|
3694
|
-
values are: "Acquire", "Renew", "Change", "Release", and "Break".
|
3695
|
-
:vartype action: str or ~azure.mgmt.storage.
|
4261
|
+
values are: "Acquire", "Renew", "Change", "Release", "Break", and "Break".
|
4262
|
+
:vartype action: str or ~azure.mgmt.storage.v2024_01_01.models.LeaseShareAction
|
3696
4263
|
:ivar lease_id: Identifies the lease. Can be specified in any valid GUID string format.
|
3697
4264
|
:vartype lease_id: str
|
3698
4265
|
:ivar break_period: Optional. For a break action, proposed duration the lease should continue
|
@@ -3730,8 +4297,8 @@ class LeaseShareRequest(_serialization.Model):
|
|
3730
4297
|
) -> None:
|
3731
4298
|
"""
|
3732
4299
|
:keyword action: Specifies the lease action. Can be one of the available actions. Required.
|
3733
|
-
Known values are: "Acquire", "Renew", "Change", "Release", and "Break".
|
3734
|
-
:paramtype action: str or ~azure.mgmt.storage.
|
4300
|
+
Known values are: "Acquire", "Renew", "Change", "Release", "Break", and "Break".
|
4301
|
+
:paramtype action: str or ~azure.mgmt.storage.v2024_01_01.models.LeaseShareAction
|
3735
4302
|
:keyword lease_id: Identifies the lease. Can be specified in any valid GUID string format.
|
3736
4303
|
:paramtype lease_id: str
|
3737
4304
|
:keyword break_period: Optional. For a break action, proposed duration the lease should
|
@@ -3843,10 +4410,10 @@ class LegalHoldProperties(_serialization.Model):
|
|
3843
4410
|
hasLegalHold=true for a given account.
|
3844
4411
|
:vartype has_legal_hold: bool
|
3845
4412
|
:ivar tags: The list of LegalHold tags of a blob container.
|
3846
|
-
:vartype tags: list[~azure.mgmt.storage.
|
4413
|
+
:vartype tags: list[~azure.mgmt.storage.v2024_01_01.models.TagProperty]
|
3847
4414
|
:ivar protected_append_writes_history: Protected append blob writes history.
|
3848
4415
|
:vartype protected_append_writes_history:
|
3849
|
-
~azure.mgmt.storage.
|
4416
|
+
~azure.mgmt.storage.v2024_01_01.models.ProtectedAppendWritesHistory
|
3850
4417
|
"""
|
3851
4418
|
|
3852
4419
|
_validation = {
|
@@ -3871,10 +4438,10 @@ class LegalHoldProperties(_serialization.Model):
|
|
3871
4438
|
) -> None:
|
3872
4439
|
"""
|
3873
4440
|
:keyword tags: The list of LegalHold tags of a blob container.
|
3874
|
-
:paramtype tags: list[~azure.mgmt.storage.
|
4441
|
+
:paramtype tags: list[~azure.mgmt.storage.v2024_01_01.models.TagProperty]
|
3875
4442
|
:keyword protected_append_writes_history: Protected append blob writes history.
|
3876
4443
|
:paramtype protected_append_writes_history:
|
3877
|
-
~azure.mgmt.storage.
|
4444
|
+
~azure.mgmt.storage.v2024_01_01.models.ProtectedAppendWritesHistory
|
3878
4445
|
"""
|
3879
4446
|
super().__init__(**kwargs)
|
3880
4447
|
self.has_legal_hold = None
|
@@ -3911,7 +4478,7 @@ class ListBlobInventoryPolicy(_serialization.Model):
|
|
3911
4478
|
Variables are only populated by the server, and will be ignored when sending a request.
|
3912
4479
|
|
3913
4480
|
:ivar value: List of blob inventory policies.
|
3914
|
-
:vartype value: list[~azure.mgmt.storage.
|
4481
|
+
:vartype value: list[~azure.mgmt.storage.v2024_01_01.models.BlobInventoryPolicy]
|
3915
4482
|
"""
|
3916
4483
|
|
3917
4484
|
_validation = {
|
@@ -3928,7 +4495,7 @@ class ListBlobInventoryPolicy(_serialization.Model):
|
|
3928
4495
|
self.value = None
|
3929
4496
|
|
3930
4497
|
|
3931
|
-
class ListContainerItem(AzureEntityResource):
|
4498
|
+
class ListContainerItem(AzureEntityResource):
|
3932
4499
|
"""The blob container properties be listed out.
|
3933
4500
|
|
3934
4501
|
Variables are only populated by the server, and will be ignored when sending a request.
|
@@ -3959,25 +4526,25 @@ class ListContainerItem(AzureEntityResource): # pylint: disable=too-many-instan
|
|
3959
4526
|
:vartype deny_encryption_scope_override: bool
|
3960
4527
|
:ivar public_access: Specifies whether data in the container may be accessed publicly and the
|
3961
4528
|
level of access. Known values are: "Container", "Blob", and "None".
|
3962
|
-
:vartype public_access: str or ~azure.mgmt.storage.
|
4529
|
+
:vartype public_access: str or ~azure.mgmt.storage.v2024_01_01.models.PublicAccess
|
3963
4530
|
:ivar last_modified_time: Returns the date and time the container was last modified.
|
3964
4531
|
:vartype last_modified_time: ~datetime.datetime
|
3965
4532
|
:ivar lease_status: The lease status of the container. Known values are: "Locked" and
|
3966
4533
|
"Unlocked".
|
3967
|
-
:vartype lease_status: str or ~azure.mgmt.storage.
|
4534
|
+
:vartype lease_status: str or ~azure.mgmt.storage.v2024_01_01.models.LeaseStatus
|
3968
4535
|
:ivar lease_state: Lease state of the container. Known values are: "Available", "Leased",
|
3969
4536
|
"Expired", "Breaking", and "Broken".
|
3970
|
-
:vartype lease_state: str or ~azure.mgmt.storage.
|
4537
|
+
:vartype lease_state: str or ~azure.mgmt.storage.v2024_01_01.models.LeaseState
|
3971
4538
|
:ivar lease_duration: Specifies whether the lease on a container is of infinite or fixed
|
3972
4539
|
duration, only when the container is leased. Known values are: "Infinite" and "Fixed".
|
3973
|
-
:vartype lease_duration: str or ~azure.mgmt.storage.
|
4540
|
+
:vartype lease_duration: str or ~azure.mgmt.storage.v2024_01_01.models.LeaseDuration
|
3974
4541
|
:ivar metadata: A name-value pair to associate with the container as metadata.
|
3975
4542
|
:vartype metadata: dict[str, str]
|
3976
4543
|
:ivar immutability_policy: The ImmutabilityPolicy property of the container.
|
3977
4544
|
:vartype immutability_policy:
|
3978
|
-
~azure.mgmt.storage.
|
4545
|
+
~azure.mgmt.storage.v2024_01_01.models.ImmutabilityPolicyProperties
|
3979
4546
|
:ivar legal_hold: The LegalHold property of the container.
|
3980
|
-
:vartype legal_hold: ~azure.mgmt.storage.
|
4547
|
+
:vartype legal_hold: ~azure.mgmt.storage.v2024_01_01.models.LegalHoldProperties
|
3981
4548
|
:ivar has_legal_hold: The hasLegalHold public property is set to true by SRP if there are at
|
3982
4549
|
least one existing tag. The hasLegalHold public property is set to false by SRP if all existing
|
3983
4550
|
legal hold tags are cleared out. There can be a maximum of 1000 blob containers with
|
@@ -3991,7 +4558,7 @@ class ListContainerItem(AzureEntityResource): # pylint: disable=too-many-instan
|
|
3991
4558
|
container. The property is immutable and can only be set to true at the container creation
|
3992
4559
|
time. Existing containers must undergo a migration process.
|
3993
4560
|
:vartype immutable_storage_with_versioning:
|
3994
|
-
~azure.mgmt.storage.
|
4561
|
+
~azure.mgmt.storage.v2024_01_01.models.ImmutableStorageWithVersioning
|
3995
4562
|
:ivar enable_nfs_v3_root_squash: Enable NFSv3 root squash on blob container.
|
3996
4563
|
:vartype enable_nfs_v3_root_squash: bool
|
3997
4564
|
:ivar enable_nfs_v3_all_squash: Enable NFSv3 all squash on blob container.
|
@@ -4067,14 +4634,14 @@ class ListContainerItem(AzureEntityResource): # pylint: disable=too-many-instan
|
|
4067
4634
|
:paramtype deny_encryption_scope_override: bool
|
4068
4635
|
:keyword public_access: Specifies whether data in the container may be accessed publicly and
|
4069
4636
|
the level of access. Known values are: "Container", "Blob", and "None".
|
4070
|
-
:paramtype public_access: str or ~azure.mgmt.storage.
|
4637
|
+
:paramtype public_access: str or ~azure.mgmt.storage.v2024_01_01.models.PublicAccess
|
4071
4638
|
:keyword metadata: A name-value pair to associate with the container as metadata.
|
4072
4639
|
:paramtype metadata: dict[str, str]
|
4073
4640
|
:keyword immutable_storage_with_versioning: The object level immutability property of the
|
4074
4641
|
container. The property is immutable and can only be set to true at the container creation
|
4075
4642
|
time. Existing containers must undergo a migration process.
|
4076
4643
|
:paramtype immutable_storage_with_versioning:
|
4077
|
-
~azure.mgmt.storage.
|
4644
|
+
~azure.mgmt.storage.v2024_01_01.models.ImmutableStorageWithVersioning
|
4078
4645
|
:keyword enable_nfs_v3_root_squash: Enable NFSv3 root squash on blob container.
|
4079
4646
|
:paramtype enable_nfs_v3_root_squash: bool
|
4080
4647
|
:keyword enable_nfs_v3_all_squash: Enable NFSv3 all squash on blob container.
|
@@ -4109,7 +4676,7 @@ class ListContainerItems(_serialization.Model):
|
|
4109
4676
|
Variables are only populated by the server, and will be ignored when sending a request.
|
4110
4677
|
|
4111
4678
|
:ivar value: List of blobs containers returned.
|
4112
|
-
:vartype value: list[~azure.mgmt.storage.
|
4679
|
+
:vartype value: list[~azure.mgmt.storage.v2024_01_01.models.ListContainerItem]
|
4113
4680
|
:ivar next_link: Request URL that can be used to query next page of containers. Returned when
|
4114
4681
|
total number of requested containers exceed maximum page size.
|
4115
4682
|
:vartype next_link: str
|
@@ -4177,7 +4744,7 @@ class ListQueueResource(_serialization.Model):
|
|
4177
4744
|
Variables are only populated by the server, and will be ignored when sending a request.
|
4178
4745
|
|
4179
4746
|
:ivar value: List of queues returned.
|
4180
|
-
:vartype value: list[~azure.mgmt.storage.
|
4747
|
+
:vartype value: list[~azure.mgmt.storage.v2024_01_01.models.ListQueue]
|
4181
4748
|
:ivar next_link: Request URL that can be used to list next page of queues.
|
4182
4749
|
:vartype next_link: str
|
4183
4750
|
"""
|
@@ -4205,7 +4772,7 @@ class ListQueueServices(_serialization.Model):
|
|
4205
4772
|
Variables are only populated by the server, and will be ignored when sending a request.
|
4206
4773
|
|
4207
4774
|
:ivar value: List of queue services returned.
|
4208
|
-
:vartype value: list[~azure.mgmt.storage.
|
4775
|
+
:vartype value: list[~azure.mgmt.storage.v2024_01_01.models.QueueServiceProperties]
|
4209
4776
|
"""
|
4210
4777
|
|
4211
4778
|
_validation = {
|
@@ -4251,7 +4818,7 @@ class ListTableResource(_serialization.Model):
|
|
4251
4818
|
Variables are only populated by the server, and will be ignored when sending a request.
|
4252
4819
|
|
4253
4820
|
:ivar value: List of tables returned.
|
4254
|
-
:vartype value: list[~azure.mgmt.storage.
|
4821
|
+
:vartype value: list[~azure.mgmt.storage.v2024_01_01.models.Table]
|
4255
4822
|
:ivar next_link: Request URL that can be used to query next page of tables.
|
4256
4823
|
:vartype next_link: str
|
4257
4824
|
"""
|
@@ -4279,7 +4846,7 @@ class ListTableServices(_serialization.Model):
|
|
4279
4846
|
Variables are only populated by the server, and will be ignored when sending a request.
|
4280
4847
|
|
4281
4848
|
:ivar value: List of table services returned.
|
4282
|
-
:vartype value: list[~azure.mgmt.storage.
|
4849
|
+
:vartype value: list[~azure.mgmt.storage.v2024_01_01.models.TableServiceProperties]
|
4283
4850
|
"""
|
4284
4851
|
|
4285
4852
|
_validation = {
|
@@ -4296,7 +4863,7 @@ class ListTableServices(_serialization.Model):
|
|
4296
4863
|
self.value = None
|
4297
4864
|
|
4298
4865
|
|
4299
|
-
class LocalUser(Resource):
|
4866
|
+
class LocalUser(Resource):
|
4300
4867
|
"""The local user associated with the storage accounts.
|
4301
4868
|
|
4302
4869
|
Variables are only populated by the server, and will be ignored when sending a request.
|
@@ -4310,13 +4877,13 @@ class LocalUser(Resource): # pylint: disable=too-many-instance-attributes
|
|
4310
4877
|
"Microsoft.Storage/storageAccounts".
|
4311
4878
|
:vartype type: str
|
4312
4879
|
:ivar system_data: Metadata pertaining to creation and last modification of the resource.
|
4313
|
-
:vartype system_data: ~azure.mgmt.storage.
|
4880
|
+
:vartype system_data: ~azure.mgmt.storage.v2024_01_01.models.SystemData
|
4314
4881
|
:ivar permission_scopes: The permission scopes of the local user.
|
4315
|
-
:vartype permission_scopes: list[~azure.mgmt.storage.
|
4882
|
+
:vartype permission_scopes: list[~azure.mgmt.storage.v2024_01_01.models.PermissionScope]
|
4316
4883
|
:ivar home_directory: Optional, local user home directory.
|
4317
4884
|
:vartype home_directory: str
|
4318
4885
|
:ivar ssh_authorized_keys: Optional, local user ssh authorized keys for SFTP.
|
4319
|
-
:vartype ssh_authorized_keys: list[~azure.mgmt.storage.
|
4886
|
+
:vartype ssh_authorized_keys: list[~azure.mgmt.storage.v2024_01_01.models.SshPublicKey]
|
4320
4887
|
:ivar sid: A unique Security Identifier that is generated by the server.
|
4321
4888
|
:vartype sid: str
|
4322
4889
|
:ivar has_shared_key: Indicates whether shared key exists. Set it to false to remove existing
|
@@ -4387,11 +4954,11 @@ class LocalUser(Resource): # pylint: disable=too-many-instance-attributes
|
|
4387
4954
|
) -> None:
|
4388
4955
|
"""
|
4389
4956
|
:keyword permission_scopes: The permission scopes of the local user.
|
4390
|
-
:paramtype permission_scopes: list[~azure.mgmt.storage.
|
4957
|
+
:paramtype permission_scopes: list[~azure.mgmt.storage.v2024_01_01.models.PermissionScope]
|
4391
4958
|
:keyword home_directory: Optional, local user home directory.
|
4392
4959
|
:paramtype home_directory: str
|
4393
4960
|
:keyword ssh_authorized_keys: Optional, local user ssh authorized keys for SFTP.
|
4394
|
-
:paramtype ssh_authorized_keys: list[~azure.mgmt.storage.
|
4961
|
+
:paramtype ssh_authorized_keys: list[~azure.mgmt.storage.v2024_01_01.models.SshPublicKey]
|
4395
4962
|
:keyword has_shared_key: Indicates whether shared key exists. Set it to false to remove
|
4396
4963
|
existing shared key.
|
4397
4964
|
:paramtype has_shared_key: bool
|
@@ -4435,7 +5002,7 @@ class LocalUserKeys(_serialization.Model):
|
|
4435
5002
|
Variables are only populated by the server, and will be ignored when sending a request.
|
4436
5003
|
|
4437
5004
|
:ivar ssh_authorized_keys: Optional, local user ssh authorized keys for SFTP.
|
4438
|
-
:vartype ssh_authorized_keys: list[~azure.mgmt.storage.
|
5005
|
+
:vartype ssh_authorized_keys: list[~azure.mgmt.storage.v2024_01_01.models.SshPublicKey]
|
4439
5006
|
:ivar shared_key: Auto generated by the server for SMB authentication.
|
4440
5007
|
:vartype shared_key: str
|
4441
5008
|
"""
|
@@ -4452,7 +5019,7 @@ class LocalUserKeys(_serialization.Model):
|
|
4452
5019
|
def __init__(self, *, ssh_authorized_keys: Optional[List["_models.SshPublicKey"]] = None, **kwargs: Any) -> None:
|
4453
5020
|
"""
|
4454
5021
|
:keyword ssh_authorized_keys: Optional, local user ssh authorized keys for SFTP.
|
4455
|
-
:paramtype ssh_authorized_keys: list[~azure.mgmt.storage.
|
5022
|
+
:paramtype ssh_authorized_keys: list[~azure.mgmt.storage.v2024_01_01.models.SshPublicKey]
|
4456
5023
|
"""
|
4457
5024
|
super().__init__(**kwargs)
|
4458
5025
|
self.ssh_authorized_keys = ssh_authorized_keys
|
@@ -4490,7 +5057,7 @@ class LocalUsers(_serialization.Model):
|
|
4490
5057
|
Variables are only populated by the server, and will be ignored when sending a request.
|
4491
5058
|
|
4492
5059
|
:ivar value: The list of local users associated with the storage account.
|
4493
|
-
:vartype value: list[~azure.mgmt.storage.
|
5060
|
+
:vartype value: list[~azure.mgmt.storage.v2024_01_01.models.LocalUser]
|
4494
5061
|
:ivar next_link: Request URL that can be used to query next page of local users. Returned when
|
4495
5062
|
total number of requested local users exceeds the maximum page size.
|
4496
5063
|
:vartype next_link: str
|
@@ -4508,7 +5075,7 @@ class LocalUsers(_serialization.Model):
|
|
4508
5075
|
def __init__(self, *, value: Optional[List["_models.LocalUser"]] = None, **kwargs: Any) -> None:
|
4509
5076
|
"""
|
4510
5077
|
:keyword value: The list of local users associated with the storage account.
|
4511
|
-
:paramtype value: list[~azure.mgmt.storage.
|
5078
|
+
:paramtype value: list[~azure.mgmt.storage.v2024_01_01.models.LocalUser]
|
4512
5079
|
"""
|
4513
5080
|
super().__init__(**kwargs)
|
4514
5081
|
self.value = value
|
@@ -4532,7 +5099,7 @@ class ManagementPolicy(Resource):
|
|
4532
5099
|
:vartype last_modified_time: ~datetime.datetime
|
4533
5100
|
:ivar policy: The Storage Account ManagementPolicy, in JSON format. See more details in:
|
4534
5101
|
https://docs.microsoft.com/en-us/azure/storage/common/storage-lifecycle-managment-concepts.
|
4535
|
-
:vartype policy: ~azure.mgmt.storage.
|
5102
|
+
:vartype policy: ~azure.mgmt.storage.v2024_01_01.models.ManagementPolicySchema
|
4536
5103
|
"""
|
4537
5104
|
|
4538
5105
|
_validation = {
|
@@ -4554,7 +5121,7 @@ class ManagementPolicy(Resource):
|
|
4554
5121
|
"""
|
4555
5122
|
:keyword policy: The Storage Account ManagementPolicy, in JSON format. See more details in:
|
4556
5123
|
https://docs.microsoft.com/en-us/azure/storage/common/storage-lifecycle-managment-concepts.
|
4557
|
-
:paramtype policy: ~azure.mgmt.storage.
|
5124
|
+
:paramtype policy: ~azure.mgmt.storage.v2024_01_01.models.ManagementPolicySchema
|
4558
5125
|
"""
|
4559
5126
|
super().__init__(**kwargs)
|
4560
5127
|
self.last_modified_time = None
|
@@ -4565,11 +5132,11 @@ class ManagementPolicyAction(_serialization.Model):
|
|
4565
5132
|
"""Actions are applied to the filtered blobs when the execution condition is met.
|
4566
5133
|
|
4567
5134
|
:ivar base_blob: The management policy action for base blob.
|
4568
|
-
:vartype base_blob: ~azure.mgmt.storage.
|
5135
|
+
:vartype base_blob: ~azure.mgmt.storage.v2024_01_01.models.ManagementPolicyBaseBlob
|
4569
5136
|
:ivar snapshot: The management policy action for snapshot.
|
4570
|
-
:vartype snapshot: ~azure.mgmt.storage.
|
5137
|
+
:vartype snapshot: ~azure.mgmt.storage.v2024_01_01.models.ManagementPolicySnapShot
|
4571
5138
|
:ivar version: The management policy action for version.
|
4572
|
-
:vartype version: ~azure.mgmt.storage.
|
5139
|
+
:vartype version: ~azure.mgmt.storage.v2024_01_01.models.ManagementPolicyVersion
|
4573
5140
|
"""
|
4574
5141
|
|
4575
5142
|
_attribute_map = {
|
@@ -4588,11 +5155,11 @@ class ManagementPolicyAction(_serialization.Model):
|
|
4588
5155
|
) -> None:
|
4589
5156
|
"""
|
4590
5157
|
:keyword base_blob: The management policy action for base blob.
|
4591
|
-
:paramtype base_blob: ~azure.mgmt.storage.
|
5158
|
+
:paramtype base_blob: ~azure.mgmt.storage.v2024_01_01.models.ManagementPolicyBaseBlob
|
4592
5159
|
:keyword snapshot: The management policy action for snapshot.
|
4593
|
-
:paramtype snapshot: ~azure.mgmt.storage.
|
5160
|
+
:paramtype snapshot: ~azure.mgmt.storage.v2024_01_01.models.ManagementPolicySnapShot
|
4594
5161
|
:keyword version: The management policy action for version.
|
4595
|
-
:paramtype version: ~azure.mgmt.storage.
|
5162
|
+
:paramtype version: ~azure.mgmt.storage.v2024_01_01.models.ManagementPolicyVersion
|
4596
5163
|
"""
|
4597
5164
|
super().__init__(**kwargs)
|
4598
5165
|
self.base_blob = base_blob
|
@@ -4604,16 +5171,16 @@ class ManagementPolicyBaseBlob(_serialization.Model):
|
|
4604
5171
|
"""Management policy action for base blob.
|
4605
5172
|
|
4606
5173
|
:ivar tier_to_cool: The function to tier blobs to cool storage.
|
4607
|
-
:vartype tier_to_cool: ~azure.mgmt.storage.
|
5174
|
+
:vartype tier_to_cool: ~azure.mgmt.storage.v2024_01_01.models.DateAfterModification
|
4608
5175
|
:ivar tier_to_archive: The function to tier blobs to archive storage.
|
4609
|
-
:vartype tier_to_archive: ~azure.mgmt.storage.
|
5176
|
+
:vartype tier_to_archive: ~azure.mgmt.storage.v2024_01_01.models.DateAfterModification
|
4610
5177
|
:ivar tier_to_cold: The function to tier blobs to cold storage.
|
4611
|
-
:vartype tier_to_cold: ~azure.mgmt.storage.
|
5178
|
+
:vartype tier_to_cold: ~azure.mgmt.storage.v2024_01_01.models.DateAfterModification
|
4612
5179
|
:ivar tier_to_hot: The function to tier blobs to hot storage. This action can only be used with
|
4613
5180
|
Premium Block Blob Storage Accounts.
|
4614
|
-
:vartype tier_to_hot: ~azure.mgmt.storage.
|
5181
|
+
:vartype tier_to_hot: ~azure.mgmt.storage.v2024_01_01.models.DateAfterModification
|
4615
5182
|
:ivar delete: The function to delete the blob.
|
4616
|
-
:vartype delete: ~azure.mgmt.storage.
|
5183
|
+
:vartype delete: ~azure.mgmt.storage.v2024_01_01.models.DateAfterModification
|
4617
5184
|
:ivar enable_auto_tier_to_hot_from_cool: This property enables auto tiering of a blob from cool
|
4618
5185
|
to hot on a blob access. This property requires tierToCool.daysAfterLastAccessTimeGreaterThan.
|
4619
5186
|
:vartype enable_auto_tier_to_hot_from_cool: bool
|
@@ -4641,16 +5208,16 @@ class ManagementPolicyBaseBlob(_serialization.Model):
|
|
4641
5208
|
) -> None:
|
4642
5209
|
"""
|
4643
5210
|
:keyword tier_to_cool: The function to tier blobs to cool storage.
|
4644
|
-
:paramtype tier_to_cool: ~azure.mgmt.storage.
|
5211
|
+
:paramtype tier_to_cool: ~azure.mgmt.storage.v2024_01_01.models.DateAfterModification
|
4645
5212
|
:keyword tier_to_archive: The function to tier blobs to archive storage.
|
4646
|
-
:paramtype tier_to_archive: ~azure.mgmt.storage.
|
5213
|
+
:paramtype tier_to_archive: ~azure.mgmt.storage.v2024_01_01.models.DateAfterModification
|
4647
5214
|
:keyword tier_to_cold: The function to tier blobs to cold storage.
|
4648
|
-
:paramtype tier_to_cold: ~azure.mgmt.storage.
|
5215
|
+
:paramtype tier_to_cold: ~azure.mgmt.storage.v2024_01_01.models.DateAfterModification
|
4649
5216
|
:keyword tier_to_hot: The function to tier blobs to hot storage. This action can only be used
|
4650
5217
|
with Premium Block Blob Storage Accounts.
|
4651
|
-
:paramtype tier_to_hot: ~azure.mgmt.storage.
|
5218
|
+
:paramtype tier_to_hot: ~azure.mgmt.storage.v2024_01_01.models.DateAfterModification
|
4652
5219
|
:keyword delete: The function to delete the blob.
|
4653
|
-
:paramtype delete: ~azure.mgmt.storage.
|
5220
|
+
:paramtype delete: ~azure.mgmt.storage.v2024_01_01.models.DateAfterModification
|
4654
5221
|
:keyword enable_auto_tier_to_hot_from_cool: This property enables auto tiering of a blob from
|
4655
5222
|
cool to hot on a blob access. This property requires
|
4656
5223
|
tierToCool.daysAfterLastAccessTimeGreaterThan.
|
@@ -4672,9 +5239,9 @@ class ManagementPolicyDefinition(_serialization.Model):
|
|
4672
5239
|
All required parameters must be populated in order to send to server.
|
4673
5240
|
|
4674
5241
|
:ivar actions: An object that defines the action set. Required.
|
4675
|
-
:vartype actions: ~azure.mgmt.storage.
|
5242
|
+
:vartype actions: ~azure.mgmt.storage.v2024_01_01.models.ManagementPolicyAction
|
4676
5243
|
:ivar filters: An object that defines the filter set.
|
4677
|
-
:vartype filters: ~azure.mgmt.storage.
|
5244
|
+
:vartype filters: ~azure.mgmt.storage.v2024_01_01.models.ManagementPolicyFilter
|
4678
5245
|
"""
|
4679
5246
|
|
4680
5247
|
_validation = {
|
@@ -4695,9 +5262,9 @@ class ManagementPolicyDefinition(_serialization.Model):
|
|
4695
5262
|
) -> None:
|
4696
5263
|
"""
|
4697
5264
|
:keyword actions: An object that defines the action set. Required.
|
4698
|
-
:paramtype actions: ~azure.mgmt.storage.
|
5265
|
+
:paramtype actions: ~azure.mgmt.storage.v2024_01_01.models.ManagementPolicyAction
|
4699
5266
|
:keyword filters: An object that defines the filter set.
|
4700
|
-
:paramtype filters: ~azure.mgmt.storage.
|
5267
|
+
:paramtype filters: ~azure.mgmt.storage.v2024_01_01.models.ManagementPolicyFilter
|
4701
5268
|
"""
|
4702
5269
|
super().__init__(**kwargs)
|
4703
5270
|
self.actions = actions
|
@@ -4717,7 +5284,7 @@ class ManagementPolicyFilter(_serialization.Model):
|
|
4717
5284
|
:vartype blob_types: list[str]
|
4718
5285
|
:ivar blob_index_match: An array of blob index tag based filters, there can be at most 10 tag
|
4719
5286
|
filters.
|
4720
|
-
:vartype blob_index_match: list[~azure.mgmt.storage.
|
5287
|
+
:vartype blob_index_match: list[~azure.mgmt.storage.v2024_01_01.models.TagFilter]
|
4721
5288
|
"""
|
4722
5289
|
|
4723
5290
|
_validation = {
|
@@ -4746,7 +5313,7 @@ class ManagementPolicyFilter(_serialization.Model):
|
|
4746
5313
|
:paramtype blob_types: list[str]
|
4747
5314
|
:keyword blob_index_match: An array of blob index tag based filters, there can be at most 10
|
4748
5315
|
tag filters.
|
4749
|
-
:paramtype blob_index_match: list[~azure.mgmt.storage.
|
5316
|
+
:paramtype blob_index_match: list[~azure.mgmt.storage.v2024_01_01.models.TagFilter]
|
4750
5317
|
"""
|
4751
5318
|
super().__init__(**kwargs)
|
4752
5319
|
self.prefix_match = prefix_match
|
@@ -4765,9 +5332,9 @@ class ManagementPolicyRule(_serialization.Model):
|
|
4765
5332
|
case-sensitive. It must be unique within a policy. Required.
|
4766
5333
|
:vartype name: str
|
4767
5334
|
:ivar type: The valid value is Lifecycle. Required. "Lifecycle"
|
4768
|
-
:vartype type: str or ~azure.mgmt.storage.
|
5335
|
+
:vartype type: str or ~azure.mgmt.storage.v2024_01_01.models.RuleType
|
4769
5336
|
:ivar definition: An object that defines the Lifecycle rule. Required.
|
4770
|
-
:vartype definition: ~azure.mgmt.storage.
|
5337
|
+
:vartype definition: ~azure.mgmt.storage.v2024_01_01.models.ManagementPolicyDefinition
|
4771
5338
|
"""
|
4772
5339
|
|
4773
5340
|
_validation = {
|
@@ -4799,9 +5366,9 @@ class ManagementPolicyRule(_serialization.Model):
|
|
4799
5366
|
is case-sensitive. It must be unique within a policy. Required.
|
4800
5367
|
:paramtype name: str
|
4801
5368
|
:keyword type: The valid value is Lifecycle. Required. "Lifecycle"
|
4802
|
-
:paramtype type: str or ~azure.mgmt.storage.
|
5369
|
+
:paramtype type: str or ~azure.mgmt.storage.v2024_01_01.models.RuleType
|
4803
5370
|
:keyword definition: An object that defines the Lifecycle rule. Required.
|
4804
|
-
:paramtype definition: ~azure.mgmt.storage.
|
5371
|
+
:paramtype definition: ~azure.mgmt.storage.v2024_01_01.models.ManagementPolicyDefinition
|
4805
5372
|
"""
|
4806
5373
|
super().__init__(**kwargs)
|
4807
5374
|
self.enabled = enabled
|
@@ -4819,7 +5386,7 @@ class ManagementPolicySchema(_serialization.Model):
|
|
4819
5386
|
:ivar rules: The Storage Account ManagementPolicies Rules. See more details in:
|
4820
5387
|
https://docs.microsoft.com/en-us/azure/storage/common/storage-lifecycle-managment-concepts.
|
4821
5388
|
Required.
|
4822
|
-
:vartype rules: list[~azure.mgmt.storage.
|
5389
|
+
:vartype rules: list[~azure.mgmt.storage.v2024_01_01.models.ManagementPolicyRule]
|
4823
5390
|
"""
|
4824
5391
|
|
4825
5392
|
_validation = {
|
@@ -4835,7 +5402,7 @@ class ManagementPolicySchema(_serialization.Model):
|
|
4835
5402
|
:keyword rules: The Storage Account ManagementPolicies Rules. See more details in:
|
4836
5403
|
https://docs.microsoft.com/en-us/azure/storage/common/storage-lifecycle-managment-concepts.
|
4837
5404
|
Required.
|
4838
|
-
:paramtype rules: list[~azure.mgmt.storage.
|
5405
|
+
:paramtype rules: list[~azure.mgmt.storage.v2024_01_01.models.ManagementPolicyRule]
|
4839
5406
|
"""
|
4840
5407
|
super().__init__(**kwargs)
|
4841
5408
|
self.rules = rules
|
@@ -4845,16 +5412,16 @@ class ManagementPolicySnapShot(_serialization.Model):
|
|
4845
5412
|
"""Management policy action for snapshot.
|
4846
5413
|
|
4847
5414
|
:ivar tier_to_cool: The function to tier blob snapshot to cool storage.
|
4848
|
-
:vartype tier_to_cool: ~azure.mgmt.storage.
|
5415
|
+
:vartype tier_to_cool: ~azure.mgmt.storage.v2024_01_01.models.DateAfterCreation
|
4849
5416
|
:ivar tier_to_archive: The function to tier blob snapshot to archive storage.
|
4850
|
-
:vartype tier_to_archive: ~azure.mgmt.storage.
|
5417
|
+
:vartype tier_to_archive: ~azure.mgmt.storage.v2024_01_01.models.DateAfterCreation
|
4851
5418
|
:ivar tier_to_cold: The function to tier blobs to cold storage.
|
4852
|
-
:vartype tier_to_cold: ~azure.mgmt.storage.
|
5419
|
+
:vartype tier_to_cold: ~azure.mgmt.storage.v2024_01_01.models.DateAfterCreation
|
4853
5420
|
:ivar tier_to_hot: The function to tier blobs to hot storage. This action can only be used with
|
4854
5421
|
Premium Block Blob Storage Accounts.
|
4855
|
-
:vartype tier_to_hot: ~azure.mgmt.storage.
|
5422
|
+
:vartype tier_to_hot: ~azure.mgmt.storage.v2024_01_01.models.DateAfterCreation
|
4856
5423
|
:ivar delete: The function to delete the blob snapshot.
|
4857
|
-
:vartype delete: ~azure.mgmt.storage.
|
5424
|
+
:vartype delete: ~azure.mgmt.storage.v2024_01_01.models.DateAfterCreation
|
4858
5425
|
"""
|
4859
5426
|
|
4860
5427
|
_attribute_map = {
|
@@ -4877,16 +5444,16 @@ class ManagementPolicySnapShot(_serialization.Model):
|
|
4877
5444
|
) -> None:
|
4878
5445
|
"""
|
4879
5446
|
:keyword tier_to_cool: The function to tier blob snapshot to cool storage.
|
4880
|
-
:paramtype tier_to_cool: ~azure.mgmt.storage.
|
5447
|
+
:paramtype tier_to_cool: ~azure.mgmt.storage.v2024_01_01.models.DateAfterCreation
|
4881
5448
|
:keyword tier_to_archive: The function to tier blob snapshot to archive storage.
|
4882
|
-
:paramtype tier_to_archive: ~azure.mgmt.storage.
|
5449
|
+
:paramtype tier_to_archive: ~azure.mgmt.storage.v2024_01_01.models.DateAfterCreation
|
4883
5450
|
:keyword tier_to_cold: The function to tier blobs to cold storage.
|
4884
|
-
:paramtype tier_to_cold: ~azure.mgmt.storage.
|
5451
|
+
:paramtype tier_to_cold: ~azure.mgmt.storage.v2024_01_01.models.DateAfterCreation
|
4885
5452
|
:keyword tier_to_hot: The function to tier blobs to hot storage. This action can only be used
|
4886
5453
|
with Premium Block Blob Storage Accounts.
|
4887
|
-
:paramtype tier_to_hot: ~azure.mgmt.storage.
|
5454
|
+
:paramtype tier_to_hot: ~azure.mgmt.storage.v2024_01_01.models.DateAfterCreation
|
4888
5455
|
:keyword delete: The function to delete the blob snapshot.
|
4889
|
-
:paramtype delete: ~azure.mgmt.storage.
|
5456
|
+
:paramtype delete: ~azure.mgmt.storage.v2024_01_01.models.DateAfterCreation
|
4890
5457
|
"""
|
4891
5458
|
super().__init__(**kwargs)
|
4892
5459
|
self.tier_to_cool = tier_to_cool
|
@@ -4900,16 +5467,16 @@ class ManagementPolicyVersion(_serialization.Model):
|
|
4900
5467
|
"""Management policy action for blob version.
|
4901
5468
|
|
4902
5469
|
:ivar tier_to_cool: The function to tier blob version to cool storage.
|
4903
|
-
:vartype tier_to_cool: ~azure.mgmt.storage.
|
5470
|
+
:vartype tier_to_cool: ~azure.mgmt.storage.v2024_01_01.models.DateAfterCreation
|
4904
5471
|
:ivar tier_to_archive: The function to tier blob version to archive storage.
|
4905
|
-
:vartype tier_to_archive: ~azure.mgmt.storage.
|
5472
|
+
:vartype tier_to_archive: ~azure.mgmt.storage.v2024_01_01.models.DateAfterCreation
|
4906
5473
|
:ivar tier_to_cold: The function to tier blobs to cold storage.
|
4907
|
-
:vartype tier_to_cold: ~azure.mgmt.storage.
|
5474
|
+
:vartype tier_to_cold: ~azure.mgmt.storage.v2024_01_01.models.DateAfterCreation
|
4908
5475
|
:ivar tier_to_hot: The function to tier blobs to hot storage. This action can only be used with
|
4909
5476
|
Premium Block Blob Storage Accounts.
|
4910
|
-
:vartype tier_to_hot: ~azure.mgmt.storage.
|
5477
|
+
:vartype tier_to_hot: ~azure.mgmt.storage.v2024_01_01.models.DateAfterCreation
|
4911
5478
|
:ivar delete: The function to delete the blob version.
|
4912
|
-
:vartype delete: ~azure.mgmt.storage.
|
5479
|
+
:vartype delete: ~azure.mgmt.storage.v2024_01_01.models.DateAfterCreation
|
4913
5480
|
"""
|
4914
5481
|
|
4915
5482
|
_attribute_map = {
|
@@ -4932,16 +5499,16 @@ class ManagementPolicyVersion(_serialization.Model):
|
|
4932
5499
|
) -> None:
|
4933
5500
|
"""
|
4934
5501
|
:keyword tier_to_cool: The function to tier blob version to cool storage.
|
4935
|
-
:paramtype tier_to_cool: ~azure.mgmt.storage.
|
5502
|
+
:paramtype tier_to_cool: ~azure.mgmt.storage.v2024_01_01.models.DateAfterCreation
|
4936
5503
|
:keyword tier_to_archive: The function to tier blob version to archive storage.
|
4937
|
-
:paramtype tier_to_archive: ~azure.mgmt.storage.
|
5504
|
+
:paramtype tier_to_archive: ~azure.mgmt.storage.v2024_01_01.models.DateAfterCreation
|
4938
5505
|
:keyword tier_to_cold: The function to tier blobs to cold storage.
|
4939
|
-
:paramtype tier_to_cold: ~azure.mgmt.storage.
|
5506
|
+
:paramtype tier_to_cold: ~azure.mgmt.storage.v2024_01_01.models.DateAfterCreation
|
4940
5507
|
:keyword tier_to_hot: The function to tier blobs to hot storage. This action can only be used
|
4941
5508
|
with Premium Block Blob Storage Accounts.
|
4942
|
-
:paramtype tier_to_hot: ~azure.mgmt.storage.
|
5509
|
+
:paramtype tier_to_hot: ~azure.mgmt.storage.v2024_01_01.models.DateAfterCreation
|
4943
5510
|
:keyword delete: The function to delete the blob version.
|
4944
|
-
:paramtype delete: ~azure.mgmt.storage.
|
5511
|
+
:paramtype delete: ~azure.mgmt.storage.v2024_01_01.models.DateAfterCreation
|
4945
5512
|
"""
|
4946
5513
|
super().__init__(**kwargs)
|
4947
5514
|
self.tier_to_cool = tier_to_cool
|
@@ -4963,7 +5530,7 @@ class MetricSpecification(_serialization.Model):
|
|
4963
5530
|
:ivar unit: Unit could be Bytes or Count.
|
4964
5531
|
:vartype unit: str
|
4965
5532
|
:ivar dimensions: Dimensions of blobs, including blob type and access tier.
|
4966
|
-
:vartype dimensions: list[~azure.mgmt.storage.
|
5533
|
+
:vartype dimensions: list[~azure.mgmt.storage.v2024_01_01.models.Dimension]
|
4967
5534
|
:ivar aggregation_type: Aggregation type could be Average.
|
4968
5535
|
:vartype aggregation_type: str
|
4969
5536
|
:ivar fill_gap_with_zero: The property to decide fill gap with zero or not.
|
@@ -5010,7 +5577,7 @@ class MetricSpecification(_serialization.Model):
|
|
5010
5577
|
:keyword unit: Unit could be Bytes or Count.
|
5011
5578
|
:paramtype unit: str
|
5012
5579
|
:keyword dimensions: Dimensions of blobs, including blob type and access tier.
|
5013
|
-
:paramtype dimensions: list[~azure.mgmt.storage.
|
5580
|
+
:paramtype dimensions: list[~azure.mgmt.storage.v2024_01_01.models.Dimension]
|
5014
5581
|
:keyword aggregation_type: Aggregation type could be Average.
|
5015
5582
|
:paramtype aggregation_type: str
|
5016
5583
|
:keyword fill_gap_with_zero: The property to decide fill gap with zero or not.
|
@@ -5061,16 +5628,16 @@ class NetworkRuleSet(_serialization.Model):
|
|
5061
5628
|
values are any combination of Logging|Metrics|AzureServices (For example, "Logging, Metrics"),
|
5062
5629
|
or None to bypass none of those traffics. Known values are: "None", "Logging", "Metrics", and
|
5063
5630
|
"AzureServices".
|
5064
|
-
:vartype bypass: str or ~azure.mgmt.storage.
|
5631
|
+
:vartype bypass: str or ~azure.mgmt.storage.v2024_01_01.models.Bypass
|
5065
5632
|
:ivar resource_access_rules: Sets the resource access rules.
|
5066
|
-
:vartype resource_access_rules: list[~azure.mgmt.storage.
|
5633
|
+
:vartype resource_access_rules: list[~azure.mgmt.storage.v2024_01_01.models.ResourceAccessRule]
|
5067
5634
|
:ivar virtual_network_rules: Sets the virtual network rules.
|
5068
|
-
:vartype virtual_network_rules: list[~azure.mgmt.storage.
|
5635
|
+
:vartype virtual_network_rules: list[~azure.mgmt.storage.v2024_01_01.models.VirtualNetworkRule]
|
5069
5636
|
:ivar ip_rules: Sets the IP ACL rules.
|
5070
|
-
:vartype ip_rules: list[~azure.mgmt.storage.
|
5637
|
+
:vartype ip_rules: list[~azure.mgmt.storage.v2024_01_01.models.IPRule]
|
5071
5638
|
:ivar default_action: Specifies the default action of allow or deny when no other rules match.
|
5072
5639
|
Known values are: "Allow" and "Deny".
|
5073
|
-
:vartype default_action: str or ~azure.mgmt.storage.
|
5640
|
+
:vartype default_action: str or ~azure.mgmt.storage.v2024_01_01.models.DefaultAction
|
5074
5641
|
"""
|
5075
5642
|
|
5076
5643
|
_validation = {
|
@@ -5100,18 +5667,18 @@ class NetworkRuleSet(_serialization.Model):
|
|
5100
5667
|
Possible values are any combination of Logging|Metrics|AzureServices (For example, "Logging,
|
5101
5668
|
Metrics"), or None to bypass none of those traffics. Known values are: "None", "Logging",
|
5102
5669
|
"Metrics", and "AzureServices".
|
5103
|
-
:paramtype bypass: str or ~azure.mgmt.storage.
|
5670
|
+
:paramtype bypass: str or ~azure.mgmt.storage.v2024_01_01.models.Bypass
|
5104
5671
|
:keyword resource_access_rules: Sets the resource access rules.
|
5105
5672
|
:paramtype resource_access_rules:
|
5106
|
-
list[~azure.mgmt.storage.
|
5673
|
+
list[~azure.mgmt.storage.v2024_01_01.models.ResourceAccessRule]
|
5107
5674
|
:keyword virtual_network_rules: Sets the virtual network rules.
|
5108
5675
|
:paramtype virtual_network_rules:
|
5109
|
-
list[~azure.mgmt.storage.
|
5676
|
+
list[~azure.mgmt.storage.v2024_01_01.models.VirtualNetworkRule]
|
5110
5677
|
:keyword ip_rules: Sets the IP ACL rules.
|
5111
|
-
:paramtype ip_rules: list[~azure.mgmt.storage.
|
5678
|
+
:paramtype ip_rules: list[~azure.mgmt.storage.v2024_01_01.models.IPRule]
|
5112
5679
|
:keyword default_action: Specifies the default action of allow or deny when no other rules
|
5113
5680
|
match. Known values are: "Allow" and "Deny".
|
5114
|
-
:paramtype default_action: str or ~azure.mgmt.storage.
|
5681
|
+
:paramtype default_action: str or ~azure.mgmt.storage.v2024_01_01.models.DefaultAction
|
5115
5682
|
"""
|
5116
5683
|
super().__init__(**kwargs)
|
5117
5684
|
self.bypass = bypass
|
@@ -5175,7 +5742,7 @@ class ResourceAutoGenerated(_serialization.Model):
|
|
5175
5742
|
:vartype type: str
|
5176
5743
|
:ivar system_data: Azure Resource Manager metadata containing createdBy and modifiedBy
|
5177
5744
|
information.
|
5178
|
-
:vartype system_data: ~azure.mgmt.storage.
|
5745
|
+
:vartype system_data: ~azure.mgmt.storage.v2024_01_01.models.SystemData
|
5179
5746
|
"""
|
5180
5747
|
|
5181
5748
|
_validation = {
|
@@ -5217,7 +5784,7 @@ class ProxyResourceAutoGenerated(ResourceAutoGenerated):
|
|
5217
5784
|
:vartype type: str
|
5218
5785
|
:ivar system_data: Azure Resource Manager metadata containing createdBy and modifiedBy
|
5219
5786
|
information.
|
5220
|
-
:vartype system_data: ~azure.mgmt.storage.
|
5787
|
+
:vartype system_data: ~azure.mgmt.storage.v2024_01_01.models.SystemData
|
5221
5788
|
"""
|
5222
5789
|
|
5223
5790
|
|
@@ -5236,22 +5803,22 @@ class NetworkSecurityPerimeterConfiguration(ProxyResourceAutoGenerated):
|
|
5236
5803
|
:vartype type: str
|
5237
5804
|
:ivar system_data: Azure Resource Manager metadata containing createdBy and modifiedBy
|
5238
5805
|
information.
|
5239
|
-
:vartype system_data: ~azure.mgmt.storage.
|
5806
|
+
:vartype system_data: ~azure.mgmt.storage.v2024_01_01.models.SystemData
|
5240
5807
|
:ivar provisioning_state: Provisioning state of Network Security Perimeter configuration
|
5241
5808
|
propagation. Known values are: "Accepted", "Succeeded", "Failed", "Deleting", and "Canceled".
|
5242
5809
|
:vartype provisioning_state: str or
|
5243
|
-
~azure.mgmt.storage.
|
5810
|
+
~azure.mgmt.storage.v2024_01_01.models.NetworkSecurityPerimeterConfigurationProvisioningState
|
5244
5811
|
:ivar provisioning_issues: List of Provisioning Issues if any.
|
5245
|
-
:vartype provisioning_issues: list[~azure.mgmt.storage.
|
5812
|
+
:vartype provisioning_issues: list[~azure.mgmt.storage.v2024_01_01.models.ProvisioningIssue]
|
5246
5813
|
:ivar network_security_perimeter: NetworkSecurityPerimeter related information.
|
5247
5814
|
:vartype network_security_perimeter:
|
5248
|
-
~azure.mgmt.storage.
|
5815
|
+
~azure.mgmt.storage.v2024_01_01.models.NetworkSecurityPerimeter
|
5249
5816
|
:ivar resource_association: Information about resource association.
|
5250
5817
|
:vartype resource_association:
|
5251
|
-
~azure.mgmt.storage.
|
5818
|
+
~azure.mgmt.storage.v2024_01_01.models.NetworkSecurityPerimeterConfigurationPropertiesResourceAssociation
|
5252
5819
|
:ivar profile: Network Security Perimeter profile.
|
5253
5820
|
:vartype profile:
|
5254
|
-
~azure.mgmt.storage.
|
5821
|
+
~azure.mgmt.storage.v2024_01_01.models.NetworkSecurityPerimeterConfigurationPropertiesProfile
|
5255
5822
|
"""
|
5256
5823
|
|
5257
5824
|
_validation = {
|
@@ -5301,7 +5868,7 @@ class NetworkSecurityPerimeterConfigurationList(_serialization.Model): # pylint
|
|
5301
5868
|
|
5302
5869
|
:ivar value: A collection of Network Security Perimeter configurations.
|
5303
5870
|
:vartype value:
|
5304
|
-
list[~azure.mgmt.storage.
|
5871
|
+
list[~azure.mgmt.storage.v2024_01_01.models.NetworkSecurityPerimeterConfiguration]
|
5305
5872
|
:ivar next_link: The URI that can be used to request the next set of paged results.
|
5306
5873
|
:vartype next_link: str
|
5307
5874
|
"""
|
@@ -5333,7 +5900,7 @@ class NetworkSecurityPerimeterConfigurationPropertiesProfile(_serialization.Mode
|
|
5333
5900
|
:ivar access_rules_version: Current access rules version.
|
5334
5901
|
:vartype access_rules_version: float
|
5335
5902
|
:ivar access_rules: List of Access Rules.
|
5336
|
-
:vartype access_rules: list[~azure.mgmt.storage.
|
5903
|
+
:vartype access_rules: list[~azure.mgmt.storage.v2024_01_01.models.NspAccessRule]
|
5337
5904
|
:ivar diagnostic_settings_version: Diagnostic settings version.
|
5338
5905
|
:vartype diagnostic_settings_version: float
|
5339
5906
|
:ivar enabled_log_categories: Enabled logging categories.
|
@@ -5364,7 +5931,7 @@ class NetworkSecurityPerimeterConfigurationPropertiesProfile(_serialization.Mode
|
|
5364
5931
|
:keyword access_rules_version: Current access rules version.
|
5365
5932
|
:paramtype access_rules_version: float
|
5366
5933
|
:keyword access_rules: List of Access Rules.
|
5367
|
-
:paramtype access_rules: list[~azure.mgmt.storage.
|
5934
|
+
:paramtype access_rules: list[~azure.mgmt.storage.v2024_01_01.models.NspAccessRule]
|
5368
5935
|
:keyword diagnostic_settings_version: Diagnostic settings version.
|
5369
5936
|
:paramtype diagnostic_settings_version: float
|
5370
5937
|
:keyword enabled_log_categories: Enabled logging categories.
|
@@ -5388,7 +5955,7 @@ class NetworkSecurityPerimeterConfigurationPropertiesResourceAssociation(
|
|
5388
5955
|
:ivar access_mode: Access Mode of the resource association. Known values are: "Enforced",
|
5389
5956
|
"Learning", and "Audit".
|
5390
5957
|
:vartype access_mode: str or
|
5391
|
-
~azure.mgmt.storage.
|
5958
|
+
~azure.mgmt.storage.v2024_01_01.models.ResourceAssociationAccessMode
|
5392
5959
|
"""
|
5393
5960
|
|
5394
5961
|
_attribute_map = {
|
@@ -5409,7 +5976,7 @@ class NetworkSecurityPerimeterConfigurationPropertiesResourceAssociation(
|
|
5409
5976
|
:keyword access_mode: Access Mode of the resource association. Known values are: "Enforced",
|
5410
5977
|
"Learning", and "Audit".
|
5411
5978
|
:paramtype access_mode: str or
|
5412
|
-
~azure.mgmt.storage.
|
5979
|
+
~azure.mgmt.storage.v2024_01_01.models.ResourceAssociationAccessMode
|
5413
5980
|
"""
|
5414
5981
|
super().__init__(**kwargs)
|
5415
5982
|
self.name = name
|
@@ -5424,7 +5991,7 @@ class NspAccessRule(_serialization.Model):
|
|
5424
5991
|
:ivar name: Name of the resource.
|
5425
5992
|
:vartype name: str
|
5426
5993
|
:ivar properties: Properties of Access Rule.
|
5427
|
-
:vartype properties: ~azure.mgmt.storage.
|
5994
|
+
:vartype properties: ~azure.mgmt.storage.v2024_01_01.models.NspAccessRuleProperties
|
5428
5995
|
"""
|
5429
5996
|
|
5430
5997
|
_validation = {
|
@@ -5452,15 +6019,15 @@ class NspAccessRuleProperties(_serialization.Model):
|
|
5452
6019
|
Variables are only populated by the server, and will be ignored when sending a request.
|
5453
6020
|
|
5454
6021
|
:ivar direction: Direction of Access Rule. Known values are: "Inbound" and "Outbound".
|
5455
|
-
:vartype direction: str or ~azure.mgmt.storage.
|
6022
|
+
:vartype direction: str or ~azure.mgmt.storage.v2024_01_01.models.NspAccessRuleDirection
|
5456
6023
|
:ivar address_prefixes: Address prefixes in the CIDR format for inbound rules.
|
5457
6024
|
:vartype address_prefixes: list[str]
|
5458
6025
|
:ivar subscriptions: Subscriptions for inbound rules.
|
5459
6026
|
:vartype subscriptions:
|
5460
|
-
list[~azure.mgmt.storage.
|
6027
|
+
list[~azure.mgmt.storage.v2024_01_01.models.NspAccessRulePropertiesSubscriptionsItem]
|
5461
6028
|
:ivar network_security_perimeters: NetworkSecurityPerimeters for inbound rules.
|
5462
6029
|
:vartype network_security_perimeters:
|
5463
|
-
list[~azure.mgmt.storage.
|
6030
|
+
list[~azure.mgmt.storage.v2024_01_01.models.NetworkSecurityPerimeter]
|
5464
6031
|
:ivar fully_qualified_domain_names: FQDN for outbound rules.
|
5465
6032
|
:vartype fully_qualified_domain_names: list[str]
|
5466
6033
|
"""
|
@@ -5488,12 +6055,12 @@ class NspAccessRuleProperties(_serialization.Model):
|
|
5488
6055
|
) -> None:
|
5489
6056
|
"""
|
5490
6057
|
:keyword direction: Direction of Access Rule. Known values are: "Inbound" and "Outbound".
|
5491
|
-
:paramtype direction: str or ~azure.mgmt.storage.
|
6058
|
+
:paramtype direction: str or ~azure.mgmt.storage.v2024_01_01.models.NspAccessRuleDirection
|
5492
6059
|
:keyword address_prefixes: Address prefixes in the CIDR format for inbound rules.
|
5493
6060
|
:paramtype address_prefixes: list[str]
|
5494
6061
|
:keyword subscriptions: Subscriptions for inbound rules.
|
5495
6062
|
:paramtype subscriptions:
|
5496
|
-
list[~azure.mgmt.storage.
|
6063
|
+
list[~azure.mgmt.storage.v2024_01_01.models.NspAccessRulePropertiesSubscriptionsItem]
|
5497
6064
|
"""
|
5498
6065
|
super().__init__(**kwargs)
|
5499
6066
|
self.direction = direction
|
@@ -5527,7 +6094,7 @@ class ObjectReplicationPolicies(_serialization.Model):
|
|
5527
6094
|
"""List storage account object replication policies.
|
5528
6095
|
|
5529
6096
|
:ivar value: The replication policy between two storage accounts.
|
5530
|
-
:vartype value: list[~azure.mgmt.storage.
|
6097
|
+
:vartype value: list[~azure.mgmt.storage.v2024_01_01.models.ObjectReplicationPolicy]
|
5531
6098
|
"""
|
5532
6099
|
|
5533
6100
|
_attribute_map = {
|
@@ -5537,7 +6104,7 @@ class ObjectReplicationPolicies(_serialization.Model):
|
|
5537
6104
|
def __init__(self, *, value: Optional[List["_models.ObjectReplicationPolicy"]] = None, **kwargs: Any) -> None:
|
5538
6105
|
"""
|
5539
6106
|
:keyword value: The replication policy between two storage accounts.
|
5540
|
-
:paramtype value: list[~azure.mgmt.storage.
|
6107
|
+
:paramtype value: list[~azure.mgmt.storage.v2024_01_01.models.ObjectReplicationPolicy]
|
5541
6108
|
"""
|
5542
6109
|
super().__init__(**kwargs)
|
5543
6110
|
self.value = value
|
@@ -5568,7 +6135,10 @@ class ObjectReplicationPolicy(Resource):
|
|
5568
6135
|
allowCrossTenantReplication set to false.
|
5569
6136
|
:vartype destination_account: str
|
5570
6137
|
:ivar rules: The storage account object replication rules.
|
5571
|
-
:vartype rules: list[~azure.mgmt.storage.
|
6138
|
+
:vartype rules: list[~azure.mgmt.storage.v2024_01_01.models.ObjectReplicationPolicyRule]
|
6139
|
+
:ivar metrics: Optional. The object replication policy metrics feature options.
|
6140
|
+
:vartype metrics:
|
6141
|
+
~azure.mgmt.storage.v2024_01_01.models.ObjectReplicationPolicyPropertiesMetrics
|
5572
6142
|
"""
|
5573
6143
|
|
5574
6144
|
_validation = {
|
@@ -5588,6 +6158,7 @@ class ObjectReplicationPolicy(Resource):
|
|
5588
6158
|
"source_account": {"key": "properties.sourceAccount", "type": "str"},
|
5589
6159
|
"destination_account": {"key": "properties.destinationAccount", "type": "str"},
|
5590
6160
|
"rules": {"key": "properties.rules", "type": "[ObjectReplicationPolicyRule]"},
|
6161
|
+
"metrics": {"key": "properties.metrics", "type": "ObjectReplicationPolicyPropertiesMetrics"},
|
5591
6162
|
}
|
5592
6163
|
|
5593
6164
|
def __init__(
|
@@ -5596,6 +6167,7 @@ class ObjectReplicationPolicy(Resource):
|
|
5596
6167
|
source_account: Optional[str] = None,
|
5597
6168
|
destination_account: Optional[str] = None,
|
5598
6169
|
rules: Optional[List["_models.ObjectReplicationPolicyRule"]] = None,
|
6170
|
+
metrics: Optional["_models.ObjectReplicationPolicyPropertiesMetrics"] = None,
|
5599
6171
|
**kwargs: Any
|
5600
6172
|
) -> None:
|
5601
6173
|
"""
|
@@ -5606,7 +6178,10 @@ class ObjectReplicationPolicy(Resource):
|
|
5606
6178
|
if allowCrossTenantReplication set to false.
|
5607
6179
|
:paramtype destination_account: str
|
5608
6180
|
:keyword rules: The storage account object replication rules.
|
5609
|
-
:paramtype rules: list[~azure.mgmt.storage.
|
6181
|
+
:paramtype rules: list[~azure.mgmt.storage.v2024_01_01.models.ObjectReplicationPolicyRule]
|
6182
|
+
:keyword metrics: Optional. The object replication policy metrics feature options.
|
6183
|
+
:paramtype metrics:
|
6184
|
+
~azure.mgmt.storage.v2024_01_01.models.ObjectReplicationPolicyPropertiesMetrics
|
5610
6185
|
"""
|
5611
6186
|
super().__init__(**kwargs)
|
5612
6187
|
self.policy_id = None
|
@@ -5614,6 +6189,7 @@ class ObjectReplicationPolicy(Resource):
|
|
5614
6189
|
self.source_account = source_account
|
5615
6190
|
self.destination_account = destination_account
|
5616
6191
|
self.rules = rules
|
6192
|
+
self.metrics = metrics
|
5617
6193
|
|
5618
6194
|
|
5619
6195
|
class ObjectReplicationPolicyFilter(_serialization.Model):
|
@@ -5650,6 +6226,27 @@ class ObjectReplicationPolicyFilter(_serialization.Model):
|
|
5650
6226
|
self.min_creation_time = min_creation_time
|
5651
6227
|
|
5652
6228
|
|
6229
|
+
class ObjectReplicationPolicyPropertiesMetrics(_serialization.Model):
|
6230
|
+
"""Optional. The object replication policy metrics feature options.
|
6231
|
+
|
6232
|
+
:ivar enabled: Indicates whether object replication metrics feature is enabled for the policy.
|
6233
|
+
:vartype enabled: bool
|
6234
|
+
"""
|
6235
|
+
|
6236
|
+
_attribute_map = {
|
6237
|
+
"enabled": {"key": "enabled", "type": "bool"},
|
6238
|
+
}
|
6239
|
+
|
6240
|
+
def __init__(self, *, enabled: Optional[bool] = None, **kwargs: Any) -> None:
|
6241
|
+
"""
|
6242
|
+
:keyword enabled: Indicates whether object replication metrics feature is enabled for the
|
6243
|
+
policy.
|
6244
|
+
:paramtype enabled: bool
|
6245
|
+
"""
|
6246
|
+
super().__init__(**kwargs)
|
6247
|
+
self.enabled = enabled
|
6248
|
+
|
6249
|
+
|
5653
6250
|
class ObjectReplicationPolicyRule(_serialization.Model):
|
5654
6251
|
"""The replication policy rule between two containers.
|
5655
6252
|
|
@@ -5663,7 +6260,7 @@ class ObjectReplicationPolicyRule(_serialization.Model):
|
|
5663
6260
|
:ivar destination_container: Required. Destination container name. Required.
|
5664
6261
|
:vartype destination_container: str
|
5665
6262
|
:ivar filters: Optional. An object that defines the filter set.
|
5666
|
-
:vartype filters: ~azure.mgmt.storage.
|
6263
|
+
:vartype filters: ~azure.mgmt.storage.v2024_01_01.models.ObjectReplicationPolicyFilter
|
5667
6264
|
"""
|
5668
6265
|
|
5669
6266
|
_validation = {
|
@@ -5696,7 +6293,7 @@ class ObjectReplicationPolicyRule(_serialization.Model):
|
|
5696
6293
|
:keyword destination_container: Required. Destination container name. Required.
|
5697
6294
|
:paramtype destination_container: str
|
5698
6295
|
:keyword filters: Optional. An object that defines the filter set.
|
5699
|
-
:paramtype filters: ~azure.mgmt.storage.
|
6296
|
+
:paramtype filters: ~azure.mgmt.storage.v2024_01_01.models.ObjectReplicationPolicyFilter
|
5700
6297
|
"""
|
5701
6298
|
super().__init__(**kwargs)
|
5702
6299
|
self.rule_id = rule_id
|
@@ -5711,11 +6308,11 @@ class Operation(_serialization.Model):
|
|
5711
6308
|
:ivar name: Operation name: {provider}/{resource}/{operation}.
|
5712
6309
|
:vartype name: str
|
5713
6310
|
:ivar display: Display metadata associated with the operation.
|
5714
|
-
:vartype display: ~azure.mgmt.storage.
|
6311
|
+
:vartype display: ~azure.mgmt.storage.v2024_01_01.models.OperationDisplay
|
5715
6312
|
:ivar origin: The origin of operations.
|
5716
6313
|
:vartype origin: str
|
5717
6314
|
:ivar service_specification: One property of operation, include metric specifications.
|
5718
|
-
:vartype service_specification: ~azure.mgmt.storage.
|
6315
|
+
:vartype service_specification: ~azure.mgmt.storage.v2024_01_01.models.ServiceSpecification
|
5719
6316
|
"""
|
5720
6317
|
|
5721
6318
|
_attribute_map = {
|
@@ -5738,11 +6335,11 @@ class Operation(_serialization.Model):
|
|
5738
6335
|
:keyword name: Operation name: {provider}/{resource}/{operation}.
|
5739
6336
|
:paramtype name: str
|
5740
6337
|
:keyword display: Display metadata associated with the operation.
|
5741
|
-
:paramtype display: ~azure.mgmt.storage.
|
6338
|
+
:paramtype display: ~azure.mgmt.storage.v2024_01_01.models.OperationDisplay
|
5742
6339
|
:keyword origin: The origin of operations.
|
5743
6340
|
:paramtype origin: str
|
5744
6341
|
:keyword service_specification: One property of operation, include metric specifications.
|
5745
|
-
:paramtype service_specification: ~azure.mgmt.storage.
|
6342
|
+
:paramtype service_specification: ~azure.mgmt.storage.v2024_01_01.models.ServiceSpecification
|
5746
6343
|
"""
|
5747
6344
|
super().__init__(**kwargs)
|
5748
6345
|
self.name = name
|
@@ -5802,7 +6399,7 @@ class OperationListResult(_serialization.Model):
|
|
5802
6399
|
link to get the next set of results.
|
5803
6400
|
|
5804
6401
|
:ivar value: List of Storage operations supported by the Storage resource provider.
|
5805
|
-
:vartype value: list[~azure.mgmt.storage.
|
6402
|
+
:vartype value: list[~azure.mgmt.storage.v2024_01_01.models.Operation]
|
5806
6403
|
"""
|
5807
6404
|
|
5808
6405
|
_attribute_map = {
|
@@ -5812,7 +6409,7 @@ class OperationListResult(_serialization.Model):
|
|
5812
6409
|
def __init__(self, *, value: Optional[List["_models.Operation"]] = None, **kwargs: Any) -> None:
|
5813
6410
|
"""
|
5814
6411
|
:keyword value: List of Storage operations supported by the Storage resource provider.
|
5815
|
-
:paramtype value: list[~azure.mgmt.storage.
|
6412
|
+
:paramtype value: list[~azure.mgmt.storage.v2024_01_01.models.Operation]
|
5816
6413
|
"""
|
5817
6414
|
super().__init__(**kwargs)
|
5818
6415
|
self.value = value
|
@@ -5901,15 +6498,15 @@ class PrivateEndpointConnection(Resource):
|
|
5901
6498
|
"Microsoft.Storage/storageAccounts".
|
5902
6499
|
:vartype type: str
|
5903
6500
|
:ivar private_endpoint: The resource of private end point.
|
5904
|
-
:vartype private_endpoint: ~azure.mgmt.storage.
|
6501
|
+
:vartype private_endpoint: ~azure.mgmt.storage.v2024_01_01.models.PrivateEndpoint
|
5905
6502
|
:ivar private_link_service_connection_state: A collection of information about the state of the
|
5906
6503
|
connection between service consumer and provider.
|
5907
6504
|
:vartype private_link_service_connection_state:
|
5908
|
-
~azure.mgmt.storage.
|
6505
|
+
~azure.mgmt.storage.v2024_01_01.models.PrivateLinkServiceConnectionState
|
5909
6506
|
:ivar provisioning_state: The provisioning state of the private endpoint connection resource.
|
5910
6507
|
Known values are: "Succeeded", "Creating", "Deleting", and "Failed".
|
5911
6508
|
:vartype provisioning_state: str or
|
5912
|
-
~azure.mgmt.storage.
|
6509
|
+
~azure.mgmt.storage.v2024_01_01.models.PrivateEndpointConnectionProvisioningState
|
5913
6510
|
"""
|
5914
6511
|
|
5915
6512
|
_validation = {
|
@@ -5940,11 +6537,11 @@ class PrivateEndpointConnection(Resource):
|
|
5940
6537
|
) -> None:
|
5941
6538
|
"""
|
5942
6539
|
:keyword private_endpoint: The resource of private end point.
|
5943
|
-
:paramtype private_endpoint: ~azure.mgmt.storage.
|
6540
|
+
:paramtype private_endpoint: ~azure.mgmt.storage.v2024_01_01.models.PrivateEndpoint
|
5944
6541
|
:keyword private_link_service_connection_state: A collection of information about the state of
|
5945
6542
|
the connection between service consumer and provider.
|
5946
6543
|
:paramtype private_link_service_connection_state:
|
5947
|
-
~azure.mgmt.storage.
|
6544
|
+
~azure.mgmt.storage.v2024_01_01.models.PrivateLinkServiceConnectionState
|
5948
6545
|
"""
|
5949
6546
|
super().__init__(**kwargs)
|
5950
6547
|
self.private_endpoint = private_endpoint
|
@@ -5956,7 +6553,7 @@ class PrivateEndpointConnectionListResult(_serialization.Model):
|
|
5956
6553
|
"""List of private endpoint connection associated with the specified storage account.
|
5957
6554
|
|
5958
6555
|
:ivar value: Array of private endpoint connections.
|
5959
|
-
:vartype value: list[~azure.mgmt.storage.
|
6556
|
+
:vartype value: list[~azure.mgmt.storage.v2024_01_01.models.PrivateEndpointConnection]
|
5960
6557
|
"""
|
5961
6558
|
|
5962
6559
|
_attribute_map = {
|
@@ -5966,7 +6563,7 @@ class PrivateEndpointConnectionListResult(_serialization.Model):
|
|
5966
6563
|
def __init__(self, *, value: Optional[List["_models.PrivateEndpointConnection"]] = None, **kwargs: Any) -> None:
|
5967
6564
|
"""
|
5968
6565
|
:keyword value: Array of private endpoint connections.
|
5969
|
-
:paramtype value: list[~azure.mgmt.storage.
|
6566
|
+
:paramtype value: list[~azure.mgmt.storage.v2024_01_01.models.PrivateEndpointConnection]
|
5970
6567
|
"""
|
5971
6568
|
super().__init__(**kwargs)
|
5972
6569
|
self.value = value
|
@@ -6025,7 +6622,7 @@ class PrivateLinkResourceListResult(_serialization.Model):
|
|
6025
6622
|
"""A list of private link resources.
|
6026
6623
|
|
6027
6624
|
:ivar value: Array of private link resources.
|
6028
|
-
:vartype value: list[~azure.mgmt.storage.
|
6625
|
+
:vartype value: list[~azure.mgmt.storage.v2024_01_01.models.PrivateLinkResource]
|
6029
6626
|
"""
|
6030
6627
|
|
6031
6628
|
_attribute_map = {
|
@@ -6035,7 +6632,7 @@ class PrivateLinkResourceListResult(_serialization.Model):
|
|
6035
6632
|
def __init__(self, *, value: Optional[List["_models.PrivateLinkResource"]] = None, **kwargs: Any) -> None:
|
6036
6633
|
"""
|
6037
6634
|
:keyword value: Array of private link resources.
|
6038
|
-
:paramtype value: list[~azure.mgmt.storage.
|
6635
|
+
:paramtype value: list[~azure.mgmt.storage.v2024_01_01.models.PrivateLinkResource]
|
6039
6636
|
"""
|
6040
6637
|
super().__init__(**kwargs)
|
6041
6638
|
self.value = value
|
@@ -6048,7 +6645,7 @@ class PrivateLinkServiceConnectionState(_serialization.Model):
|
|
6048
6645
|
:ivar status: Indicates whether the connection has been Approved/Rejected/Removed by the owner
|
6049
6646
|
of the service. Known values are: "Pending", "Approved", and "Rejected".
|
6050
6647
|
:vartype status: str or
|
6051
|
-
~azure.mgmt.storage.
|
6648
|
+
~azure.mgmt.storage.v2024_01_01.models.PrivateEndpointServiceConnectionStatus
|
6052
6649
|
:ivar description: The reason for approval/rejection of the connection.
|
6053
6650
|
:vartype description: str
|
6054
6651
|
:ivar action_required: A message indicating if changes on the service provider require any
|
@@ -6074,7 +6671,7 @@ class PrivateLinkServiceConnectionState(_serialization.Model):
|
|
6074
6671
|
:keyword status: Indicates whether the connection has been Approved/Rejected/Removed by the
|
6075
6672
|
owner of the service. Known values are: "Pending", "Approved", and "Rejected".
|
6076
6673
|
:paramtype status: str or
|
6077
|
-
~azure.mgmt.storage.
|
6674
|
+
~azure.mgmt.storage.v2024_01_01.models.PrivateEndpointServiceConnectionStatus
|
6078
6675
|
:keyword description: The reason for approval/rejection of the connection.
|
6079
6676
|
:paramtype description: str
|
6080
6677
|
:keyword action_required: A message indicating if changes on the service provider require any
|
@@ -6125,7 +6722,7 @@ class ProtocolSettings(_serialization.Model):
|
|
6125
6722
|
"""Protocol settings for file service.
|
6126
6723
|
|
6127
6724
|
:ivar smb: Setting for SMB protocol.
|
6128
|
-
:vartype smb: ~azure.mgmt.storage.
|
6725
|
+
:vartype smb: ~azure.mgmt.storage.v2024_01_01.models.SmbSetting
|
6129
6726
|
"""
|
6130
6727
|
|
6131
6728
|
_attribute_map = {
|
@@ -6135,7 +6732,7 @@ class ProtocolSettings(_serialization.Model):
|
|
6135
6732
|
def __init__(self, *, smb: Optional["_models.SmbSetting"] = None, **kwargs: Any) -> None:
|
6136
6733
|
"""
|
6137
6734
|
:keyword smb: Setting for SMB protocol.
|
6138
|
-
:paramtype smb: ~azure.mgmt.storage.
|
6735
|
+
:paramtype smb: ~azure.mgmt.storage.v2024_01_01.models.SmbSetting
|
6139
6736
|
"""
|
6140
6737
|
super().__init__(**kwargs)
|
6141
6738
|
self.smb = smb
|
@@ -6149,7 +6746,7 @@ class ProvisioningIssue(_serialization.Model):
|
|
6149
6746
|
:ivar name: Name of the issue.
|
6150
6747
|
:vartype name: str
|
6151
6748
|
:ivar properties: Properties of provisioning issue.
|
6152
|
-
:vartype properties: ~azure.mgmt.storage.
|
6749
|
+
:vartype properties: ~azure.mgmt.storage.v2024_01_01.models.ProvisioningIssueProperties
|
6153
6750
|
"""
|
6154
6751
|
|
6155
6752
|
_validation = {
|
@@ -6176,9 +6773,9 @@ class ProvisioningIssueProperties(_serialization.Model):
|
|
6176
6773
|
|
6177
6774
|
:ivar issue_type: Type of issue. Known values are: "Unknown" and
|
6178
6775
|
"ConfigurationPropagationFailure".
|
6179
|
-
:vartype issue_type: str or ~azure.mgmt.storage.
|
6776
|
+
:vartype issue_type: str or ~azure.mgmt.storage.v2024_01_01.models.IssueType
|
6180
6777
|
:ivar severity: Severity of the issue. Known values are: "Warning" and "Error".
|
6181
|
-
:vartype severity: str or ~azure.mgmt.storage.
|
6778
|
+
:vartype severity: str or ~azure.mgmt.storage.v2024_01_01.models.Severity
|
6182
6779
|
:ivar description: Description of the issue.
|
6183
6780
|
:vartype description: str
|
6184
6781
|
"""
|
@@ -6200,9 +6797,9 @@ class ProvisioningIssueProperties(_serialization.Model):
|
|
6200
6797
|
"""
|
6201
6798
|
:keyword issue_type: Type of issue. Known values are: "Unknown" and
|
6202
6799
|
"ConfigurationPropagationFailure".
|
6203
|
-
:paramtype issue_type: str or ~azure.mgmt.storage.
|
6800
|
+
:paramtype issue_type: str or ~azure.mgmt.storage.v2024_01_01.models.IssueType
|
6204
6801
|
:keyword severity: Severity of the issue. Known values are: "Warning" and "Error".
|
6205
|
-
:paramtype severity: str or ~azure.mgmt.storage.
|
6802
|
+
:paramtype severity: str or ~azure.mgmt.storage.v2024_01_01.models.Severity
|
6206
6803
|
:keyword description: Description of the issue.
|
6207
6804
|
:paramtype description: str
|
6208
6805
|
"""
|
@@ -6228,7 +6825,7 @@ class QueueServiceProperties(Resource):
|
|
6228
6825
|
:ivar cors: Specifies CORS rules for the Queue service. You can include up to five CorsRule
|
6229
6826
|
elements in the request. If no CorsRule elements are included in the request body, all CORS
|
6230
6827
|
rules will be deleted, and CORS will be disabled for the Queue service.
|
6231
|
-
:vartype cors: ~azure.mgmt.storage.
|
6828
|
+
:vartype cors: ~azure.mgmt.storage.v2024_01_01.models.CorsRules
|
6232
6829
|
"""
|
6233
6830
|
|
6234
6831
|
_validation = {
|
@@ -6249,7 +6846,7 @@ class QueueServiceProperties(Resource):
|
|
6249
6846
|
:keyword cors: Specifies CORS rules for the Queue service. You can include up to five CorsRule
|
6250
6847
|
elements in the request. If no CorsRule elements are included in the request body, all CORS
|
6251
6848
|
rules will be deleted, and CORS will be disabled for the Queue service.
|
6252
|
-
:paramtype cors: ~azure.mgmt.storage.
|
6849
|
+
:paramtype cors: ~azure.mgmt.storage.v2024_01_01.models.CorsRules
|
6253
6850
|
"""
|
6254
6851
|
super().__init__(**kwargs)
|
6255
6852
|
self.cors = cors
|
@@ -6342,7 +6939,7 @@ class Restriction(_serialization.Model):
|
|
6342
6939
|
"NotAvailableForSubscription". Quota Id is set when the SKU has requiredQuotas parameter as the
|
6343
6940
|
subscription does not belong to that quota. The "NotAvailableForSubscription" is related to
|
6344
6941
|
capacity at DC. Known values are: "QuotaId" and "NotAvailableForSubscription".
|
6345
|
-
:vartype reason_code: str or ~azure.mgmt.storage.
|
6942
|
+
:vartype reason_code: str or ~azure.mgmt.storage.v2024_01_01.models.ReasonCode
|
6346
6943
|
"""
|
6347
6944
|
|
6348
6945
|
_validation = {
|
@@ -6362,7 +6959,7 @@ class Restriction(_serialization.Model):
|
|
6362
6959
|
"NotAvailableForSubscription". Quota Id is set when the SKU has requiredQuotas parameter as the
|
6363
6960
|
subscription does not belong to that quota. The "NotAvailableForSubscription" is related to
|
6364
6961
|
capacity at DC. Known values are: "QuotaId" and "NotAvailableForSubscription".
|
6365
|
-
:paramtype reason_code: str or ~azure.mgmt.storage.
|
6962
|
+
:paramtype reason_code: str or ~azure.mgmt.storage.v2024_01_01.models.ReasonCode
|
6366
6963
|
"""
|
6367
6964
|
super().__init__(**kwargs)
|
6368
6965
|
self.type = None
|
@@ -6376,7 +6973,7 @@ class RoutingPreference(_serialization.Model):
|
|
6376
6973
|
|
6377
6974
|
:ivar routing_choice: Routing Choice defines the kind of network routing opted by the user.
|
6378
6975
|
Known values are: "MicrosoftRouting" and "InternetRouting".
|
6379
|
-
:vartype routing_choice: str or ~azure.mgmt.storage.
|
6976
|
+
:vartype routing_choice: str or ~azure.mgmt.storage.v2024_01_01.models.RoutingChoice
|
6380
6977
|
:ivar publish_microsoft_endpoints: A boolean flag which indicates whether microsoft routing
|
6381
6978
|
storage endpoints are to be published.
|
6382
6979
|
:vartype publish_microsoft_endpoints: bool
|
@@ -6402,7 +6999,7 @@ class RoutingPreference(_serialization.Model):
|
|
6402
6999
|
"""
|
6403
7000
|
:keyword routing_choice: Routing Choice defines the kind of network routing opted by the user.
|
6404
7001
|
Known values are: "MicrosoftRouting" and "InternetRouting".
|
6405
|
-
:paramtype routing_choice: str or ~azure.mgmt.storage.
|
7002
|
+
:paramtype routing_choice: str or ~azure.mgmt.storage.v2024_01_01.models.RoutingChoice
|
6406
7003
|
:keyword publish_microsoft_endpoints: A boolean flag which indicates whether microsoft routing
|
6407
7004
|
storage endpoints are to be published.
|
6408
7005
|
:paramtype publish_microsoft_endpoints: bool
|
@@ -6427,7 +7024,7 @@ class SasPolicy(_serialization.Model):
|
|
6427
7024
|
sasPolicy.sasExpirationPeriod is violated. The 'Log' action can be used for audit purposes and
|
6428
7025
|
the 'Block' action can be used to block and deny the usage of SAS tokens that do not adhere to
|
6429
7026
|
the sas policy expiration period. Known values are: "Log" and "Block".
|
6430
|
-
:vartype expiration_action: str or ~azure.mgmt.storage.
|
7027
|
+
:vartype expiration_action: str or ~azure.mgmt.storage.v2024_01_01.models.ExpirationAction
|
6431
7028
|
"""
|
6432
7029
|
|
6433
7030
|
_validation = {
|
@@ -6454,14 +7051,14 @@ class SasPolicy(_serialization.Model):
|
|
6454
7051
|
sasPolicy.sasExpirationPeriod is violated. The 'Log' action can be used for audit purposes and
|
6455
7052
|
the 'Block' action can be used to block and deny the usage of SAS tokens that do not adhere to
|
6456
7053
|
the sas policy expiration period. Known values are: "Log" and "Block".
|
6457
|
-
:paramtype expiration_action: str or ~azure.mgmt.storage.
|
7054
|
+
:paramtype expiration_action: str or ~azure.mgmt.storage.v2024_01_01.models.ExpirationAction
|
6458
7055
|
"""
|
6459
7056
|
super().__init__(**kwargs)
|
6460
7057
|
self.sas_expiration_period = sas_expiration_period
|
6461
7058
|
self.expiration_action = expiration_action
|
6462
7059
|
|
6463
7060
|
|
6464
|
-
class ServiceSasParameters(_serialization.Model):
|
7061
|
+
class ServiceSasParameters(_serialization.Model):
|
6465
7062
|
"""The parameters to list service SAS credentials of a specific resource.
|
6466
7063
|
|
6467
7064
|
All required parameters must be populated in order to send to server.
|
@@ -6470,17 +7067,17 @@ class ServiceSasParameters(_serialization.Model): # pylint: disable=too-many-in
|
|
6470
7067
|
:vartype canonicalized_resource: str
|
6471
7068
|
:ivar resource: The signed services accessible with the service SAS. Possible values include:
|
6472
7069
|
Blob (b), Container (c), File (f), Share (s). Known values are: "b", "c", "f", and "s".
|
6473
|
-
:vartype resource: str or ~azure.mgmt.storage.
|
7070
|
+
:vartype resource: str or ~azure.mgmt.storage.v2024_01_01.models.SignedResource
|
6474
7071
|
:ivar permissions: The signed permissions for the service SAS. Possible values include: Read
|
6475
7072
|
(r), Write (w), Delete (d), List (l), Add (a), Create (c), Update (u) and Process (p). Known
|
6476
7073
|
values are: "r", "d", "w", "l", "a", "c", "u", and "p".
|
6477
|
-
:vartype permissions: str or ~azure.mgmt.storage.
|
7074
|
+
:vartype permissions: str or ~azure.mgmt.storage.v2024_01_01.models.Permissions
|
6478
7075
|
:ivar ip_address_or_range: An IP address or a range of IP addresses from which to accept
|
6479
7076
|
requests.
|
6480
7077
|
:vartype ip_address_or_range: str
|
6481
7078
|
:ivar protocols: The protocol permitted for a request made with the account SAS. Known values
|
6482
7079
|
are: "https,http" and "https".
|
6483
|
-
:vartype protocols: str or ~azure.mgmt.storage.
|
7080
|
+
:vartype protocols: str or ~azure.mgmt.storage.v2024_01_01.models.HttpProtocol
|
6484
7081
|
:ivar shared_access_start_time: The time at which the SAS becomes valid.
|
6485
7082
|
:vartype shared_access_start_time: ~datetime.datetime
|
6486
7083
|
:ivar shared_access_expiry_time: The time at which the shared access signature becomes invalid.
|
@@ -6565,17 +7162,17 @@ class ServiceSasParameters(_serialization.Model): # pylint: disable=too-many-in
|
|
6565
7162
|
:keyword resource: The signed services accessible with the service SAS. Possible values
|
6566
7163
|
include: Blob (b), Container (c), File (f), Share (s). Known values are: "b", "c", "f", and
|
6567
7164
|
"s".
|
6568
|
-
:paramtype resource: str or ~azure.mgmt.storage.
|
7165
|
+
:paramtype resource: str or ~azure.mgmt.storage.v2024_01_01.models.SignedResource
|
6569
7166
|
:keyword permissions: The signed permissions for the service SAS. Possible values include: Read
|
6570
7167
|
(r), Write (w), Delete (d), List (l), Add (a), Create (c), Update (u) and Process (p). Known
|
6571
7168
|
values are: "r", "d", "w", "l", "a", "c", "u", and "p".
|
6572
|
-
:paramtype permissions: str or ~azure.mgmt.storage.
|
7169
|
+
:paramtype permissions: str or ~azure.mgmt.storage.v2024_01_01.models.Permissions
|
6573
7170
|
:keyword ip_address_or_range: An IP address or a range of IP addresses from which to accept
|
6574
7171
|
requests.
|
6575
7172
|
:paramtype ip_address_or_range: str
|
6576
7173
|
:keyword protocols: The protocol permitted for a request made with the account SAS. Known
|
6577
7174
|
values are: "https,http" and "https".
|
6578
|
-
:paramtype protocols: str or ~azure.mgmt.storage.
|
7175
|
+
:paramtype protocols: str or ~azure.mgmt.storage.v2024_01_01.models.HttpProtocol
|
6579
7176
|
:keyword shared_access_start_time: The time at which the SAS becomes valid.
|
6580
7177
|
:paramtype shared_access_start_time: ~datetime.datetime
|
6581
7178
|
:keyword shared_access_expiry_time: The time at which the shared access signature becomes
|
@@ -6631,7 +7228,7 @@ class ServiceSpecification(_serialization.Model):
|
|
6631
7228
|
|
6632
7229
|
:ivar metric_specifications: Metric specifications of operation.
|
6633
7230
|
:vartype metric_specifications:
|
6634
|
-
list[~azure.mgmt.storage.
|
7231
|
+
list[~azure.mgmt.storage.v2024_01_01.models.MetricSpecification]
|
6635
7232
|
"""
|
6636
7233
|
|
6637
7234
|
_attribute_map = {
|
@@ -6644,7 +7241,7 @@ class ServiceSpecification(_serialization.Model):
|
|
6644
7241
|
"""
|
6645
7242
|
:keyword metric_specifications: Metric specifications of operation.
|
6646
7243
|
:paramtype metric_specifications:
|
6647
|
-
list[~azure.mgmt.storage.
|
7244
|
+
list[~azure.mgmt.storage.v2024_01_01.models.MetricSpecification]
|
6648
7245
|
"""
|
6649
7246
|
super().__init__(**kwargs)
|
6650
7247
|
self.metric_specifications = metric_specifications
|
@@ -6656,7 +7253,7 @@ class SignedIdentifier(_serialization.Model):
|
|
6656
7253
|
:ivar id: An unique identifier of the stored access policy.
|
6657
7254
|
:vartype id: str
|
6658
7255
|
:ivar access_policy: Access policy.
|
6659
|
-
:vartype access_policy: ~azure.mgmt.storage.
|
7256
|
+
:vartype access_policy: ~azure.mgmt.storage.v2024_01_01.models.AccessPolicy
|
6660
7257
|
"""
|
6661
7258
|
|
6662
7259
|
_attribute_map = {
|
@@ -6675,7 +7272,7 @@ class SignedIdentifier(_serialization.Model):
|
|
6675
7272
|
:keyword id: An unique identifier of the stored access policy.
|
6676
7273
|
:paramtype id: str
|
6677
7274
|
:keyword access_policy: Access policy.
|
6678
|
-
:paramtype access_policy: ~azure.mgmt.storage.
|
7275
|
+
:paramtype access_policy: ~azure.mgmt.storage.v2024_01_01.models.AccessPolicy
|
6679
7276
|
"""
|
6680
7277
|
super().__init__(**kwargs)
|
6681
7278
|
self.id = id
|
@@ -6692,11 +7289,12 @@ class Sku(_serialization.Model):
|
|
6692
7289
|
:ivar name: The SKU name. Required for account creation; optional for update. Note that in
|
6693
7290
|
older versions, SKU name was called accountType. Required. Known values are: "Standard_LRS",
|
6694
7291
|
"Standard_GRS", "Standard_RAGRS", "Standard_ZRS", "Premium_LRS", "Premium_ZRS",
|
6695
|
-
"Standard_GZRS",
|
6696
|
-
|
7292
|
+
"Standard_GZRS", "Standard_RAGZRS", "StandardV2_LRS", "StandardV2_GRS", "StandardV2_ZRS",
|
7293
|
+
"StandardV2_GZRS", "PremiumV2_LRS", and "PremiumV2_ZRS".
|
7294
|
+
:vartype name: str or ~azure.mgmt.storage.v2024_01_01.models.SkuName
|
6697
7295
|
:ivar tier: The SKU tier. This is based on the SKU name. Known values are: "Standard" and
|
6698
7296
|
"Premium".
|
6699
|
-
:vartype tier: str or ~azure.mgmt.storage.
|
7297
|
+
:vartype tier: str or ~azure.mgmt.storage.v2024_01_01.models.SkuTier
|
6700
7298
|
"""
|
6701
7299
|
|
6702
7300
|
_validation = {
|
@@ -6714,8 +7312,9 @@ class Sku(_serialization.Model):
|
|
6714
7312
|
:keyword name: The SKU name. Required for account creation; optional for update. Note that in
|
6715
7313
|
older versions, SKU name was called accountType. Required. Known values are: "Standard_LRS",
|
6716
7314
|
"Standard_GRS", "Standard_RAGRS", "Standard_ZRS", "Premium_LRS", "Premium_ZRS",
|
6717
|
-
"Standard_GZRS",
|
6718
|
-
|
7315
|
+
"Standard_GZRS", "Standard_RAGZRS", "StandardV2_LRS", "StandardV2_GRS", "StandardV2_ZRS",
|
7316
|
+
"StandardV2_GZRS", "PremiumV2_LRS", and "PremiumV2_ZRS".
|
7317
|
+
:paramtype name: str or ~azure.mgmt.storage.v2024_01_01.models.SkuName
|
6719
7318
|
"""
|
6720
7319
|
super().__init__(**kwargs)
|
6721
7320
|
self.name = name
|
@@ -6762,25 +7361,26 @@ class SkuInformation(_serialization.Model):
|
|
6762
7361
|
:ivar name: The SKU name. Required for account creation; optional for update. Note that in
|
6763
7362
|
older versions, SKU name was called accountType. Required. Known values are: "Standard_LRS",
|
6764
7363
|
"Standard_GRS", "Standard_RAGRS", "Standard_ZRS", "Premium_LRS", "Premium_ZRS",
|
6765
|
-
"Standard_GZRS",
|
6766
|
-
|
7364
|
+
"Standard_GZRS", "Standard_RAGZRS", "StandardV2_LRS", "StandardV2_GRS", "StandardV2_ZRS",
|
7365
|
+
"StandardV2_GZRS", "PremiumV2_LRS", and "PremiumV2_ZRS".
|
7366
|
+
:vartype name: str or ~azure.mgmt.storage.v2024_01_01.models.SkuName
|
6767
7367
|
:ivar tier: The SKU tier. This is based on the SKU name. Known values are: "Standard" and
|
6768
7368
|
"Premium".
|
6769
|
-
:vartype tier: str or ~azure.mgmt.storage.
|
7369
|
+
:vartype tier: str or ~azure.mgmt.storage.v2024_01_01.models.SkuTier
|
6770
7370
|
:ivar resource_type: The type of the resource, usually it is 'storageAccounts'.
|
6771
7371
|
:vartype resource_type: str
|
6772
7372
|
:ivar kind: Indicates the type of storage account. Known values are: "Storage", "StorageV2",
|
6773
7373
|
"BlobStorage", "FileStorage", and "BlockBlobStorage".
|
6774
|
-
:vartype kind: str or ~azure.mgmt.storage.
|
7374
|
+
:vartype kind: str or ~azure.mgmt.storage.v2024_01_01.models.Kind
|
6775
7375
|
:ivar locations: The set of locations that the SKU is available. This will be supported and
|
6776
7376
|
registered Azure Geo Regions (e.g. West US, East US, Southeast Asia, etc.).
|
6777
7377
|
:vartype locations: list[str]
|
6778
7378
|
:ivar capabilities: The capability information in the specified SKU, including file encryption,
|
6779
7379
|
network ACLs, change notification, etc.
|
6780
|
-
:vartype capabilities: list[~azure.mgmt.storage.
|
7380
|
+
:vartype capabilities: list[~azure.mgmt.storage.v2024_01_01.models.SKUCapability]
|
6781
7381
|
:ivar restrictions: The restrictions because of which SKU cannot be used. This is empty if
|
6782
7382
|
there are no restrictions.
|
6783
|
-
:vartype restrictions: list[~azure.mgmt.storage.
|
7383
|
+
:vartype restrictions: list[~azure.mgmt.storage.v2024_01_01.models.Restriction]
|
6784
7384
|
"""
|
6785
7385
|
|
6786
7386
|
_validation = {
|
@@ -6813,11 +7413,12 @@ class SkuInformation(_serialization.Model):
|
|
6813
7413
|
:keyword name: The SKU name. Required for account creation; optional for update. Note that in
|
6814
7414
|
older versions, SKU name was called accountType. Required. Known values are: "Standard_LRS",
|
6815
7415
|
"Standard_GRS", "Standard_RAGRS", "Standard_ZRS", "Premium_LRS", "Premium_ZRS",
|
6816
|
-
"Standard_GZRS",
|
6817
|
-
|
7416
|
+
"Standard_GZRS", "Standard_RAGZRS", "StandardV2_LRS", "StandardV2_GRS", "StandardV2_ZRS",
|
7417
|
+
"StandardV2_GZRS", "PremiumV2_LRS", and "PremiumV2_ZRS".
|
7418
|
+
:paramtype name: str or ~azure.mgmt.storage.v2024_01_01.models.SkuName
|
6818
7419
|
:keyword restrictions: The restrictions because of which SKU cannot be used. This is empty if
|
6819
7420
|
there are no restrictions.
|
6820
|
-
:paramtype restrictions: list[~azure.mgmt.storage.
|
7421
|
+
:paramtype restrictions: list[~azure.mgmt.storage.v2024_01_01.models.Restriction]
|
6821
7422
|
"""
|
6822
7423
|
super().__init__(**kwargs)
|
6823
7424
|
self.name = name
|
@@ -6833,7 +7434,7 @@ class SmbSetting(_serialization.Model):
|
|
6833
7434
|
"""Setting for SMB protocol.
|
6834
7435
|
|
6835
7436
|
:ivar multichannel: Multichannel setting. Applies to Premium FileStorage only.
|
6836
|
-
:vartype multichannel: ~azure.mgmt.storage.
|
7437
|
+
:vartype multichannel: ~azure.mgmt.storage.v2024_01_01.models.Multichannel
|
6837
7438
|
:ivar versions: SMB protocol versions supported by server. Valid values are SMB2.1, SMB3.0,
|
6838
7439
|
SMB3.1.1. Should be passed as a string with delimiter ';'.
|
6839
7440
|
:vartype versions: str
|
@@ -6868,7 +7469,7 @@ class SmbSetting(_serialization.Model):
|
|
6868
7469
|
) -> None:
|
6869
7470
|
"""
|
6870
7471
|
:keyword multichannel: Multichannel setting. Applies to Premium FileStorage only.
|
6871
|
-
:paramtype multichannel: ~azure.mgmt.storage.
|
7472
|
+
:paramtype multichannel: ~azure.mgmt.storage.v2024_01_01.models.Multichannel
|
6872
7473
|
:keyword versions: SMB protocol versions supported by server. Valid values are SMB2.1, SMB3.0,
|
6873
7474
|
SMB3.1.1. Should be passed as a string with delimiter ';'.
|
6874
7475
|
:paramtype versions: str
|
@@ -6895,7 +7496,7 @@ class SshPublicKey(_serialization.Model):
|
|
6895
7496
|
|
6896
7497
|
:ivar description: Optional. It is used to store the function/usage of the key.
|
6897
7498
|
:vartype description: str
|
6898
|
-
:ivar key: Ssh public key base64 encoded. The format should be: ':code:`<keyType>`
|
7499
|
+
:ivar key: Ssh public key base64 encoded. The format should be: '\\ :code:`<keyType>`
|
6899
7500
|
:code:`<keyData>`', e.g. ssh-rsa AAAABBBB.
|
6900
7501
|
:vartype key: str
|
6901
7502
|
"""
|
@@ -6909,7 +7510,7 @@ class SshPublicKey(_serialization.Model):
|
|
6909
7510
|
"""
|
6910
7511
|
:keyword description: Optional. It is used to store the function/usage of the key.
|
6911
7512
|
:paramtype description: str
|
6912
|
-
:keyword key: Ssh public key base64 encoded. The format should be: ':code:`<keyType>`
|
7513
|
+
:keyword key: Ssh public key base64 encoded. The format should be: '\\ :code:`<keyType>`
|
6913
7514
|
:code:`<keyData>`', e.g. ssh-rsa AAAABBBB.
|
6914
7515
|
:paramtype key: str
|
6915
7516
|
"""
|
@@ -6967,7 +7568,7 @@ class TrackedResource(Resource):
|
|
6967
7568
|
self.location = location
|
6968
7569
|
|
6969
7570
|
|
6970
|
-
class StorageAccount(TrackedResource):
|
7571
|
+
class StorageAccount(TrackedResource):
|
6971
7572
|
"""The storage account.
|
6972
7573
|
|
6973
7574
|
Variables are only populated by the server, and will be ignored when sending a request.
|
@@ -6987,28 +7588,28 @@ class StorageAccount(TrackedResource): # pylint: disable=too-many-instance-attr
|
|
6987
7588
|
:ivar location: The geo-location where the resource lives. Required.
|
6988
7589
|
:vartype location: str
|
6989
7590
|
:ivar sku: Gets the SKU.
|
6990
|
-
:vartype sku: ~azure.mgmt.storage.
|
7591
|
+
:vartype sku: ~azure.mgmt.storage.v2024_01_01.models.Sku
|
6991
7592
|
:ivar kind: Gets the Kind. Known values are: "Storage", "StorageV2", "BlobStorage",
|
6992
7593
|
"FileStorage", and "BlockBlobStorage".
|
6993
|
-
:vartype kind: str or ~azure.mgmt.storage.
|
7594
|
+
:vartype kind: str or ~azure.mgmt.storage.v2024_01_01.models.Kind
|
6994
7595
|
:ivar identity: The identity of the resource.
|
6995
|
-
:vartype identity: ~azure.mgmt.storage.
|
7596
|
+
:vartype identity: ~azure.mgmt.storage.v2024_01_01.models.Identity
|
6996
7597
|
:ivar extended_location: The extendedLocation of the resource.
|
6997
|
-
:vartype extended_location: ~azure.mgmt.storage.
|
7598
|
+
:vartype extended_location: ~azure.mgmt.storage.v2024_01_01.models.ExtendedLocation
|
6998
7599
|
:ivar provisioning_state: Gets the status of the storage account at the time the operation was
|
6999
7600
|
called. Known values are: "Creating", "ResolvingDNS", "Succeeded",
|
7000
7601
|
"ValidateSubscriptionQuotaBegin", "ValidateSubscriptionQuotaEnd", "Deleting", "Canceled", and
|
7001
7602
|
"Failed".
|
7002
|
-
:vartype provisioning_state: str or ~azure.mgmt.storage.
|
7603
|
+
:vartype provisioning_state: str or ~azure.mgmt.storage.v2024_01_01.models.ProvisioningState
|
7003
7604
|
:ivar primary_endpoints: Gets the URLs that are used to perform a retrieval of a public blob,
|
7004
7605
|
queue, or table object. Note that Standard_ZRS and Premium_LRS accounts only return the blob
|
7005
7606
|
endpoint.
|
7006
|
-
:vartype primary_endpoints: ~azure.mgmt.storage.
|
7607
|
+
:vartype primary_endpoints: ~azure.mgmt.storage.v2024_01_01.models.Endpoints
|
7007
7608
|
:ivar primary_location: Gets the location of the primary data center for the storage account.
|
7008
7609
|
:vartype primary_location: str
|
7009
7610
|
:ivar status_of_primary: Gets the status indicating whether the primary location of the storage
|
7010
7611
|
account is available or unavailable. Known values are: "available" and "unavailable".
|
7011
|
-
:vartype status_of_primary: str or ~azure.mgmt.storage.
|
7612
|
+
:vartype status_of_primary: str or ~azure.mgmt.storage.v2024_01_01.models.AccountStatus
|
7012
7613
|
:ivar last_geo_failover_time: Gets the timestamp of the most recent instance of a failover to
|
7013
7614
|
the secondary location. Only the most recent timestamp is retained. This element is not
|
7014
7615
|
returned if there has never been a failover instance. Only available if the accountType is
|
@@ -7020,37 +7621,37 @@ class StorageAccount(TrackedResource): # pylint: disable=too-many-instance-attr
|
|
7020
7621
|
:ivar status_of_secondary: Gets the status indicating whether the secondary location of the
|
7021
7622
|
storage account is available or unavailable. Only available if the SKU name is Standard_GRS or
|
7022
7623
|
Standard_RAGRS. Known values are: "available" and "unavailable".
|
7023
|
-
:vartype status_of_secondary: str or ~azure.mgmt.storage.
|
7624
|
+
:vartype status_of_secondary: str or ~azure.mgmt.storage.v2024_01_01.models.AccountStatus
|
7024
7625
|
:ivar creation_time: Gets the creation date and time of the storage account in UTC.
|
7025
7626
|
:vartype creation_time: ~datetime.datetime
|
7026
7627
|
:ivar custom_domain: Gets the custom domain the user assigned to this storage account.
|
7027
|
-
:vartype custom_domain: ~azure.mgmt.storage.
|
7628
|
+
:vartype custom_domain: ~azure.mgmt.storage.v2024_01_01.models.CustomDomain
|
7028
7629
|
:ivar sas_policy: SasPolicy assigned to the storage account.
|
7029
|
-
:vartype sas_policy: ~azure.mgmt.storage.
|
7630
|
+
:vartype sas_policy: ~azure.mgmt.storage.v2024_01_01.models.SasPolicy
|
7030
7631
|
:ivar key_policy: KeyPolicy assigned to the storage account.
|
7031
|
-
:vartype key_policy: ~azure.mgmt.storage.
|
7632
|
+
:vartype key_policy: ~azure.mgmt.storage.v2024_01_01.models.KeyPolicy
|
7032
7633
|
:ivar key_creation_time: Storage account keys creation time.
|
7033
|
-
:vartype key_creation_time: ~azure.mgmt.storage.
|
7634
|
+
:vartype key_creation_time: ~azure.mgmt.storage.v2024_01_01.models.KeyCreationTime
|
7034
7635
|
:ivar secondary_endpoints: Gets the URLs that are used to perform a retrieval of a public blob,
|
7035
7636
|
queue, or table object from the secondary location of the storage account. Only available if
|
7036
7637
|
the SKU name is Standard_RAGRS.
|
7037
|
-
:vartype secondary_endpoints: ~azure.mgmt.storage.
|
7638
|
+
:vartype secondary_endpoints: ~azure.mgmt.storage.v2024_01_01.models.Endpoints
|
7038
7639
|
:ivar encryption: Encryption settings to be used for server-side encryption for the storage
|
7039
7640
|
account.
|
7040
|
-
:vartype encryption: ~azure.mgmt.storage.
|
7641
|
+
:vartype encryption: ~azure.mgmt.storage.v2024_01_01.models.Encryption
|
7041
7642
|
:ivar access_tier: Required for storage accounts where kind = BlobStorage. The access tier is
|
7042
7643
|
used for billing. The 'Premium' access tier is the default value for premium block blobs
|
7043
7644
|
storage account type and it cannot be changed for the premium block blobs storage account type.
|
7044
7645
|
Known values are: "Hot", "Cool", "Premium", and "Cold".
|
7045
|
-
:vartype access_tier: str or ~azure.mgmt.storage.
|
7646
|
+
:vartype access_tier: str or ~azure.mgmt.storage.v2024_01_01.models.AccessTier
|
7046
7647
|
:ivar azure_files_identity_based_authentication: Provides the identity based authentication
|
7047
7648
|
settings for Azure Files.
|
7048
7649
|
:vartype azure_files_identity_based_authentication:
|
7049
|
-
~azure.mgmt.storage.
|
7650
|
+
~azure.mgmt.storage.v2024_01_01.models.AzureFilesIdentityBasedAuthentication
|
7050
7651
|
:ivar enable_https_traffic_only: Allows https traffic only to storage service if sets to true.
|
7051
7652
|
:vartype enable_https_traffic_only: bool
|
7052
7653
|
:ivar network_rule_set: Network rule set.
|
7053
|
-
:vartype network_rule_set: ~azure.mgmt.storage.
|
7654
|
+
:vartype network_rule_set: ~azure.mgmt.storage.v2024_01_01.models.NetworkRuleSet
|
7054
7655
|
:ivar is_sftp_enabled: Enables Secure File Transfer Protocol, if set to true.
|
7055
7656
|
:vartype is_sftp_enabled: bool
|
7056
7657
|
:ivar is_local_user_enabled: Enables local users feature, if set to true.
|
@@ -7061,30 +7662,30 @@ class StorageAccount(TrackedResource): # pylint: disable=too-many-instance-attr
|
|
7061
7662
|
:ivar is_hns_enabled: Account HierarchicalNamespace enabled if sets to true.
|
7062
7663
|
:vartype is_hns_enabled: bool
|
7063
7664
|
:ivar geo_replication_stats: Geo Replication Stats.
|
7064
|
-
:vartype geo_replication_stats: ~azure.mgmt.storage.
|
7665
|
+
:vartype geo_replication_stats: ~azure.mgmt.storage.v2024_01_01.models.GeoReplicationStats
|
7065
7666
|
:ivar failover_in_progress: If the failover is in progress, the value will be true, otherwise,
|
7066
7667
|
it will be null.
|
7067
7668
|
:vartype failover_in_progress: bool
|
7068
7669
|
:ivar large_file_shares_state: Allow large file shares if sets to Enabled. It cannot be
|
7069
7670
|
disabled once it is enabled. Known values are: "Disabled" and "Enabled".
|
7070
7671
|
:vartype large_file_shares_state: str or
|
7071
|
-
~azure.mgmt.storage.
|
7672
|
+
~azure.mgmt.storage.v2024_01_01.models.LargeFileSharesState
|
7072
7673
|
:ivar private_endpoint_connections: List of private endpoint connection associated with the
|
7073
7674
|
specified storage account.
|
7074
7675
|
:vartype private_endpoint_connections:
|
7075
|
-
list[~azure.mgmt.storage.
|
7676
|
+
list[~azure.mgmt.storage.v2024_01_01.models.PrivateEndpointConnection]
|
7076
7677
|
:ivar routing_preference: Maintains information about the network routing choice opted by the
|
7077
7678
|
user for data transfer.
|
7078
|
-
:vartype routing_preference: ~azure.mgmt.storage.
|
7679
|
+
:vartype routing_preference: ~azure.mgmt.storage.v2024_01_01.models.RoutingPreference
|
7079
7680
|
:ivar blob_restore_status: Blob restore status.
|
7080
|
-
:vartype blob_restore_status: ~azure.mgmt.storage.
|
7681
|
+
:vartype blob_restore_status: ~azure.mgmt.storage.v2024_01_01.models.BlobRestoreStatus
|
7081
7682
|
:ivar allow_blob_public_access: Allow or disallow public access to all blobs or containers in
|
7082
7683
|
the storage account. The default interpretation is false for this property.
|
7083
7684
|
:vartype allow_blob_public_access: bool
|
7084
7685
|
:ivar minimum_tls_version: Set the minimum TLS version to be permitted on requests to storage.
|
7085
7686
|
The default interpretation is TLS 1.0 for this property. Known values are: "TLS1_0", "TLS1_1",
|
7086
7687
|
"TLS1_2", and "TLS1_3".
|
7087
|
-
:vartype minimum_tls_version: str or ~azure.mgmt.storage.
|
7688
|
+
:vartype minimum_tls_version: str or ~azure.mgmt.storage.v2024_01_01.models.MinimumTlsVersion
|
7088
7689
|
:ivar allow_shared_key_access: Indicates whether the storage account permits requests to be
|
7089
7690
|
authorized with the account access key via Shared Key. If false, then all requests, including
|
7090
7691
|
shared access signatures, must be authorized with Azure Active Directory (Azure AD). The
|
@@ -7104,24 +7705,24 @@ class StorageAccount(TrackedResource): # pylint: disable=too-many-instance-attr
|
|
7104
7705
|
to evaluate public network access to Storage Account. Known values are: "Enabled", "Disabled",
|
7105
7706
|
and "SecuredByPerimeter".
|
7106
7707
|
:vartype public_network_access: str or
|
7107
|
-
~azure.mgmt.storage.
|
7708
|
+
~azure.mgmt.storage.v2024_01_01.models.PublicNetworkAccess
|
7108
7709
|
:ivar immutable_storage_with_versioning: The property is immutable and can only be set to true
|
7109
7710
|
at the account creation time. When set to true, it enables object level immutability for all
|
7110
7711
|
the containers in the account by default.
|
7111
7712
|
:vartype immutable_storage_with_versioning:
|
7112
|
-
~azure.mgmt.storage.
|
7713
|
+
~azure.mgmt.storage.v2024_01_01.models.ImmutableStorageAccount
|
7113
7714
|
:ivar allowed_copy_scope: Restrict copy to and from Storage Accounts within an AAD tenant or
|
7114
7715
|
with Private Links to the same VNet. Known values are: "PrivateLink" and "AAD".
|
7115
|
-
:vartype allowed_copy_scope: str or ~azure.mgmt.storage.
|
7716
|
+
:vartype allowed_copy_scope: str or ~azure.mgmt.storage.v2024_01_01.models.AllowedCopyScope
|
7116
7717
|
:ivar storage_account_sku_conversion_status: This property is readOnly and is set by server
|
7117
7718
|
during asynchronous storage account sku conversion operations.
|
7118
7719
|
:vartype storage_account_sku_conversion_status:
|
7119
|
-
~azure.mgmt.storage.
|
7720
|
+
~azure.mgmt.storage.v2024_01_01.models.StorageAccountSkuConversionStatus
|
7120
7721
|
:ivar dns_endpoint_type: Allows you to specify the type of endpoint. Set this to AzureDNSZone
|
7121
7722
|
to create a large number of accounts in a single subscription, which creates accounts in an
|
7122
7723
|
Azure DNS Zone and the endpoint URL will have an alphanumeric DNS Zone identifier. Known values
|
7123
7724
|
are: "Standard" and "AzureDnsZone".
|
7124
|
-
:vartype dns_endpoint_type: str or ~azure.mgmt.storage.
|
7725
|
+
:vartype dns_endpoint_type: str or ~azure.mgmt.storage.v2024_01_01.models.DnsEndpointType
|
7125
7726
|
:ivar is_sku_conversion_blocked: This property will be set to true or false on an event of
|
7126
7727
|
ongoing migration. Default value is null.
|
7127
7728
|
:vartype is_sku_conversion_blocked: bool
|
@@ -7260,13 +7861,13 @@ class StorageAccount(TrackedResource): # pylint: disable=too-many-instance-attr
|
|
7260
7861
|
:keyword location: The geo-location where the resource lives. Required.
|
7261
7862
|
:paramtype location: str
|
7262
7863
|
:keyword identity: The identity of the resource.
|
7263
|
-
:paramtype identity: ~azure.mgmt.storage.
|
7864
|
+
:paramtype identity: ~azure.mgmt.storage.v2024_01_01.models.Identity
|
7264
7865
|
:keyword extended_location: The extendedLocation of the resource.
|
7265
|
-
:paramtype extended_location: ~azure.mgmt.storage.
|
7866
|
+
:paramtype extended_location: ~azure.mgmt.storage.v2024_01_01.models.ExtendedLocation
|
7266
7867
|
:keyword azure_files_identity_based_authentication: Provides the identity based authentication
|
7267
7868
|
settings for Azure Files.
|
7268
7869
|
:paramtype azure_files_identity_based_authentication:
|
7269
|
-
~azure.mgmt.storage.
|
7870
|
+
~azure.mgmt.storage.v2024_01_01.models.AzureFilesIdentityBasedAuthentication
|
7270
7871
|
:keyword enable_https_traffic_only: Allows https traffic only to storage service if sets to
|
7271
7872
|
true.
|
7272
7873
|
:paramtype enable_https_traffic_only: bool
|
@@ -7282,17 +7883,17 @@ class StorageAccount(TrackedResource): # pylint: disable=too-many-instance-attr
|
|
7282
7883
|
:keyword large_file_shares_state: Allow large file shares if sets to Enabled. It cannot be
|
7283
7884
|
disabled once it is enabled. Known values are: "Disabled" and "Enabled".
|
7284
7885
|
:paramtype large_file_shares_state: str or
|
7285
|
-
~azure.mgmt.storage.
|
7886
|
+
~azure.mgmt.storage.v2024_01_01.models.LargeFileSharesState
|
7286
7887
|
:keyword routing_preference: Maintains information about the network routing choice opted by
|
7287
7888
|
the user for data transfer.
|
7288
|
-
:paramtype routing_preference: ~azure.mgmt.storage.
|
7889
|
+
:paramtype routing_preference: ~azure.mgmt.storage.v2024_01_01.models.RoutingPreference
|
7289
7890
|
:keyword allow_blob_public_access: Allow or disallow public access to all blobs or containers
|
7290
7891
|
in the storage account. The default interpretation is false for this property.
|
7291
7892
|
:paramtype allow_blob_public_access: bool
|
7292
7893
|
:keyword minimum_tls_version: Set the minimum TLS version to be permitted on requests to
|
7293
7894
|
storage. The default interpretation is TLS 1.0 for this property. Known values are: "TLS1_0",
|
7294
7895
|
"TLS1_1", "TLS1_2", and "TLS1_3".
|
7295
|
-
:paramtype minimum_tls_version: str or ~azure.mgmt.storage.
|
7896
|
+
:paramtype minimum_tls_version: str or ~azure.mgmt.storage.v2024_01_01.models.MinimumTlsVersion
|
7296
7897
|
:keyword allow_shared_key_access: Indicates whether the storage account permits requests to be
|
7297
7898
|
authorized with the account access key via Shared Key. If false, then all requests, including
|
7298
7899
|
shared access signatures, must be authorized with Azure Active Directory (Azure AD). The
|
@@ -7312,24 +7913,24 @@ class StorageAccount(TrackedResource): # pylint: disable=too-many-instance-attr
|
|
7312
7913
|
configuration to evaluate public network access to Storage Account. Known values are:
|
7313
7914
|
"Enabled", "Disabled", and "SecuredByPerimeter".
|
7314
7915
|
:paramtype public_network_access: str or
|
7315
|
-
~azure.mgmt.storage.
|
7916
|
+
~azure.mgmt.storage.v2024_01_01.models.PublicNetworkAccess
|
7316
7917
|
:keyword immutable_storage_with_versioning: The property is immutable and can only be set to
|
7317
7918
|
true at the account creation time. When set to true, it enables object level immutability for
|
7318
7919
|
all the containers in the account by default.
|
7319
7920
|
:paramtype immutable_storage_with_versioning:
|
7320
|
-
~azure.mgmt.storage.
|
7921
|
+
~azure.mgmt.storage.v2024_01_01.models.ImmutableStorageAccount
|
7321
7922
|
:keyword allowed_copy_scope: Restrict copy to and from Storage Accounts within an AAD tenant or
|
7322
7923
|
with Private Links to the same VNet. Known values are: "PrivateLink" and "AAD".
|
7323
|
-
:paramtype allowed_copy_scope: str or ~azure.mgmt.storage.
|
7924
|
+
:paramtype allowed_copy_scope: str or ~azure.mgmt.storage.v2024_01_01.models.AllowedCopyScope
|
7324
7925
|
:keyword storage_account_sku_conversion_status: This property is readOnly and is set by server
|
7325
7926
|
during asynchronous storage account sku conversion operations.
|
7326
7927
|
:paramtype storage_account_sku_conversion_status:
|
7327
|
-
~azure.mgmt.storage.
|
7928
|
+
~azure.mgmt.storage.v2024_01_01.models.StorageAccountSkuConversionStatus
|
7328
7929
|
:keyword dns_endpoint_type: Allows you to specify the type of endpoint. Set this to
|
7329
7930
|
AzureDNSZone to create a large number of accounts in a single subscription, which creates
|
7330
7931
|
accounts in an Azure DNS Zone and the endpoint URL will have an alphanumeric DNS Zone
|
7331
7932
|
identifier. Known values are: "Standard" and "AzureDnsZone".
|
7332
|
-
:paramtype dns_endpoint_type: str or ~azure.mgmt.storage.
|
7933
|
+
:paramtype dns_endpoint_type: str or ~azure.mgmt.storage.v2024_01_01.models.DnsEndpointType
|
7333
7934
|
"""
|
7334
7935
|
super().__init__(tags=tags, location=location, **kwargs)
|
7335
7936
|
self.sku = None
|
@@ -7414,16 +8015,16 @@ class StorageAccountCheckNameAvailabilityParameters(_serialization.Model): # py
|
|
7414
8015
|
self.name = name
|
7415
8016
|
|
7416
8017
|
|
7417
|
-
class StorageAccountCreateParameters(_serialization.Model):
|
8018
|
+
class StorageAccountCreateParameters(_serialization.Model):
|
7418
8019
|
"""The parameters used when creating a storage account.
|
7419
8020
|
|
7420
8021
|
All required parameters must be populated in order to send to server.
|
7421
8022
|
|
7422
8023
|
:ivar sku: Required. Gets or sets the SKU name. Required.
|
7423
|
-
:vartype sku: ~azure.mgmt.storage.
|
8024
|
+
:vartype sku: ~azure.mgmt.storage.v2024_01_01.models.Sku
|
7424
8025
|
:ivar kind: Required. Indicates the type of storage account. Required. Known values are:
|
7425
8026
|
"Storage", "StorageV2", "BlobStorage", "FileStorage", and "BlockBlobStorage".
|
7426
|
-
:vartype kind: str or ~azure.mgmt.storage.
|
8027
|
+
:vartype kind: str or ~azure.mgmt.storage.v2024_01_01.models.Kind
|
7427
8028
|
:ivar location: Required. Gets or sets the location of the resource. This will be one of the
|
7428
8029
|
supported and registered Azure Geo Regions (e.g. West US, East US, Southeast Asia, etc.). The
|
7429
8030
|
geo region of a resource cannot be changed once it is created, but if an identical geo region
|
@@ -7432,45 +8033,45 @@ class StorageAccountCreateParameters(_serialization.Model): # pylint: disable=t
|
|
7432
8033
|
:ivar extended_location: Optional. Set the extended location of the resource. If not set, the
|
7433
8034
|
storage account will be created in Azure main region. Otherwise it will be created in the
|
7434
8035
|
specified extended location.
|
7435
|
-
:vartype extended_location: ~azure.mgmt.storage.
|
8036
|
+
:vartype extended_location: ~azure.mgmt.storage.v2024_01_01.models.ExtendedLocation
|
7436
8037
|
:ivar tags: Gets or sets a list of key value pairs that describe the resource. These tags can
|
7437
8038
|
be used for viewing and grouping this resource (across resource groups). A maximum of 15 tags
|
7438
8039
|
can be provided for a resource. Each tag must have a key with a length no greater than 128
|
7439
8040
|
characters and a value with a length no greater than 256 characters.
|
7440
8041
|
:vartype tags: dict[str, str]
|
7441
8042
|
:ivar identity: The identity of the resource.
|
7442
|
-
:vartype identity: ~azure.mgmt.storage.
|
8043
|
+
:vartype identity: ~azure.mgmt.storage.v2024_01_01.models.Identity
|
7443
8044
|
:ivar allowed_copy_scope: Restrict copy to and from Storage Accounts within an AAD tenant or
|
7444
8045
|
with Private Links to the same VNet. Known values are: "PrivateLink" and "AAD".
|
7445
|
-
:vartype allowed_copy_scope: str or ~azure.mgmt.storage.
|
8046
|
+
:vartype allowed_copy_scope: str or ~azure.mgmt.storage.v2024_01_01.models.AllowedCopyScope
|
7446
8047
|
:ivar public_network_access: Allow, disallow, or let Network Security Perimeter configuration
|
7447
8048
|
to evaluate public network access to Storage Account. Value is optional but if passed in, must
|
7448
8049
|
be 'Enabled', 'Disabled' or 'SecuredByPerimeter'. Known values are: "Enabled", "Disabled", and
|
7449
8050
|
"SecuredByPerimeter".
|
7450
8051
|
:vartype public_network_access: str or
|
7451
|
-
~azure.mgmt.storage.
|
8052
|
+
~azure.mgmt.storage.v2024_01_01.models.PublicNetworkAccess
|
7452
8053
|
:ivar sas_policy: SasPolicy assigned to the storage account.
|
7453
|
-
:vartype sas_policy: ~azure.mgmt.storage.
|
8054
|
+
:vartype sas_policy: ~azure.mgmt.storage.v2024_01_01.models.SasPolicy
|
7454
8055
|
:ivar key_policy: KeyPolicy assigned to the storage account.
|
7455
|
-
:vartype key_policy: ~azure.mgmt.storage.
|
8056
|
+
:vartype key_policy: ~azure.mgmt.storage.v2024_01_01.models.KeyPolicy
|
7456
8057
|
:ivar custom_domain: User domain assigned to the storage account. Name is the CNAME source.
|
7457
8058
|
Only one custom domain is supported per storage account at this time. To clear the existing
|
7458
8059
|
custom domain, use an empty string for the custom domain name property.
|
7459
|
-
:vartype custom_domain: ~azure.mgmt.storage.
|
8060
|
+
:vartype custom_domain: ~azure.mgmt.storage.v2024_01_01.models.CustomDomain
|
7460
8061
|
:ivar encryption: Encryption settings to be used for server-side encryption for the storage
|
7461
8062
|
account.
|
7462
|
-
:vartype encryption: ~azure.mgmt.storage.
|
8063
|
+
:vartype encryption: ~azure.mgmt.storage.v2024_01_01.models.Encryption
|
7463
8064
|
:ivar network_rule_set: Network rule set.
|
7464
|
-
:vartype network_rule_set: ~azure.mgmt.storage.
|
8065
|
+
:vartype network_rule_set: ~azure.mgmt.storage.v2024_01_01.models.NetworkRuleSet
|
7465
8066
|
:ivar access_tier: Required for storage accounts where kind = BlobStorage. The access tier is
|
7466
8067
|
used for billing. The 'Premium' access tier is the default value for premium block blobs
|
7467
8068
|
storage account type and it cannot be changed for the premium block blobs storage account type.
|
7468
8069
|
Known values are: "Hot", "Cool", "Premium", and "Cold".
|
7469
|
-
:vartype access_tier: str or ~azure.mgmt.storage.
|
8070
|
+
:vartype access_tier: str or ~azure.mgmt.storage.v2024_01_01.models.AccessTier
|
7470
8071
|
:ivar azure_files_identity_based_authentication: Provides the identity based authentication
|
7471
8072
|
settings for Azure Files.
|
7472
8073
|
:vartype azure_files_identity_based_authentication:
|
7473
|
-
~azure.mgmt.storage.
|
8074
|
+
~azure.mgmt.storage.v2024_01_01.models.AzureFilesIdentityBasedAuthentication
|
7474
8075
|
:ivar enable_https_traffic_only: Allows https traffic only to storage service if sets to true.
|
7475
8076
|
The default value is true since API version 2019-04-01.
|
7476
8077
|
:vartype enable_https_traffic_only: bool
|
@@ -7486,17 +8087,17 @@ class StorageAccountCreateParameters(_serialization.Model): # pylint: disable=t
|
|
7486
8087
|
:ivar large_file_shares_state: Allow large file shares if sets to Enabled. It cannot be
|
7487
8088
|
disabled once it is enabled. Known values are: "Disabled" and "Enabled".
|
7488
8089
|
:vartype large_file_shares_state: str or
|
7489
|
-
~azure.mgmt.storage.
|
8090
|
+
~azure.mgmt.storage.v2024_01_01.models.LargeFileSharesState
|
7490
8091
|
:ivar routing_preference: Maintains information about the network routing choice opted by the
|
7491
8092
|
user for data transfer.
|
7492
|
-
:vartype routing_preference: ~azure.mgmt.storage.
|
8093
|
+
:vartype routing_preference: ~azure.mgmt.storage.v2024_01_01.models.RoutingPreference
|
7493
8094
|
:ivar allow_blob_public_access: Allow or disallow public access to all blobs or containers in
|
7494
8095
|
the storage account. The default interpretation is false for this property.
|
7495
8096
|
:vartype allow_blob_public_access: bool
|
7496
8097
|
:ivar minimum_tls_version: Set the minimum TLS version to be permitted on requests to storage.
|
7497
8098
|
The default interpretation is TLS 1.0 for this property. Known values are: "TLS1_0", "TLS1_1",
|
7498
8099
|
"TLS1_2", and "TLS1_3".
|
7499
|
-
:vartype minimum_tls_version: str or ~azure.mgmt.storage.
|
8100
|
+
:vartype minimum_tls_version: str or ~azure.mgmt.storage.v2024_01_01.models.MinimumTlsVersion
|
7500
8101
|
:ivar allow_shared_key_access: Indicates whether the storage account permits requests to be
|
7501
8102
|
authorized with the account access key via Shared Key. If false, then all requests, including
|
7502
8103
|
shared access signatures, must be authorized with Azure Active Directory (Azure AD). The
|
@@ -7516,12 +8117,12 @@ class StorageAccountCreateParameters(_serialization.Model): # pylint: disable=t
|
|
7516
8117
|
at the account creation time. When set to true, it enables object level immutability for all
|
7517
8118
|
the new containers in the account by default.
|
7518
8119
|
:vartype immutable_storage_with_versioning:
|
7519
|
-
~azure.mgmt.storage.
|
8120
|
+
~azure.mgmt.storage.v2024_01_01.models.ImmutableStorageAccount
|
7520
8121
|
:ivar dns_endpoint_type: Allows you to specify the type of endpoint. Set this to AzureDNSZone
|
7521
8122
|
to create a large number of accounts in a single subscription, which creates accounts in an
|
7522
8123
|
Azure DNS Zone and the endpoint URL will have an alphanumeric DNS Zone identifier. Known values
|
7523
8124
|
are: "Standard" and "AzureDnsZone".
|
7524
|
-
:vartype dns_endpoint_type: str or ~azure.mgmt.storage.
|
8125
|
+
:vartype dns_endpoint_type: str or ~azure.mgmt.storage.v2024_01_01.models.DnsEndpointType
|
7525
8126
|
"""
|
7526
8127
|
|
7527
8128
|
_validation = {
|
@@ -7606,10 +8207,10 @@ class StorageAccountCreateParameters(_serialization.Model): # pylint: disable=t
|
|
7606
8207
|
) -> None:
|
7607
8208
|
"""
|
7608
8209
|
:keyword sku: Required. Gets or sets the SKU name. Required.
|
7609
|
-
:paramtype sku: ~azure.mgmt.storage.
|
8210
|
+
:paramtype sku: ~azure.mgmt.storage.v2024_01_01.models.Sku
|
7610
8211
|
:keyword kind: Required. Indicates the type of storage account. Required. Known values are:
|
7611
8212
|
"Storage", "StorageV2", "BlobStorage", "FileStorage", and "BlockBlobStorage".
|
7612
|
-
:paramtype kind: str or ~azure.mgmt.storage.
|
8213
|
+
:paramtype kind: str or ~azure.mgmt.storage.v2024_01_01.models.Kind
|
7613
8214
|
:keyword location: Required. Gets or sets the location of the resource. This will be one of the
|
7614
8215
|
supported and registered Azure Geo Regions (e.g. West US, East US, Southeast Asia, etc.). The
|
7615
8216
|
geo region of a resource cannot be changed once it is created, but if an identical geo region
|
@@ -7618,45 +8219,45 @@ class StorageAccountCreateParameters(_serialization.Model): # pylint: disable=t
|
|
7618
8219
|
:keyword extended_location: Optional. Set the extended location of the resource. If not set,
|
7619
8220
|
the storage account will be created in Azure main region. Otherwise it will be created in the
|
7620
8221
|
specified extended location.
|
7621
|
-
:paramtype extended_location: ~azure.mgmt.storage.
|
8222
|
+
:paramtype extended_location: ~azure.mgmt.storage.v2024_01_01.models.ExtendedLocation
|
7622
8223
|
:keyword tags: Gets or sets a list of key value pairs that describe the resource. These tags
|
7623
8224
|
can be used for viewing and grouping this resource (across resource groups). A maximum of 15
|
7624
8225
|
tags can be provided for a resource. Each tag must have a key with a length no greater than 128
|
7625
8226
|
characters and a value with a length no greater than 256 characters.
|
7626
8227
|
:paramtype tags: dict[str, str]
|
7627
8228
|
:keyword identity: The identity of the resource.
|
7628
|
-
:paramtype identity: ~azure.mgmt.storage.
|
8229
|
+
:paramtype identity: ~azure.mgmt.storage.v2024_01_01.models.Identity
|
7629
8230
|
:keyword allowed_copy_scope: Restrict copy to and from Storage Accounts within an AAD tenant or
|
7630
8231
|
with Private Links to the same VNet. Known values are: "PrivateLink" and "AAD".
|
7631
|
-
:paramtype allowed_copy_scope: str or ~azure.mgmt.storage.
|
8232
|
+
:paramtype allowed_copy_scope: str or ~azure.mgmt.storage.v2024_01_01.models.AllowedCopyScope
|
7632
8233
|
:keyword public_network_access: Allow, disallow, or let Network Security Perimeter
|
7633
8234
|
configuration to evaluate public network access to Storage Account. Value is optional but if
|
7634
8235
|
passed in, must be 'Enabled', 'Disabled' or 'SecuredByPerimeter'. Known values are: "Enabled",
|
7635
8236
|
"Disabled", and "SecuredByPerimeter".
|
7636
8237
|
:paramtype public_network_access: str or
|
7637
|
-
~azure.mgmt.storage.
|
8238
|
+
~azure.mgmt.storage.v2024_01_01.models.PublicNetworkAccess
|
7638
8239
|
:keyword sas_policy: SasPolicy assigned to the storage account.
|
7639
|
-
:paramtype sas_policy: ~azure.mgmt.storage.
|
8240
|
+
:paramtype sas_policy: ~azure.mgmt.storage.v2024_01_01.models.SasPolicy
|
7640
8241
|
:keyword key_policy: KeyPolicy assigned to the storage account.
|
7641
|
-
:paramtype key_policy: ~azure.mgmt.storage.
|
8242
|
+
:paramtype key_policy: ~azure.mgmt.storage.v2024_01_01.models.KeyPolicy
|
7642
8243
|
:keyword custom_domain: User domain assigned to the storage account. Name is the CNAME source.
|
7643
8244
|
Only one custom domain is supported per storage account at this time. To clear the existing
|
7644
8245
|
custom domain, use an empty string for the custom domain name property.
|
7645
|
-
:paramtype custom_domain: ~azure.mgmt.storage.
|
8246
|
+
:paramtype custom_domain: ~azure.mgmt.storage.v2024_01_01.models.CustomDomain
|
7646
8247
|
:keyword encryption: Encryption settings to be used for server-side encryption for the storage
|
7647
8248
|
account.
|
7648
|
-
:paramtype encryption: ~azure.mgmt.storage.
|
8249
|
+
:paramtype encryption: ~azure.mgmt.storage.v2024_01_01.models.Encryption
|
7649
8250
|
:keyword network_rule_set: Network rule set.
|
7650
|
-
:paramtype network_rule_set: ~azure.mgmt.storage.
|
8251
|
+
:paramtype network_rule_set: ~azure.mgmt.storage.v2024_01_01.models.NetworkRuleSet
|
7651
8252
|
:keyword access_tier: Required for storage accounts where kind = BlobStorage. The access tier
|
7652
8253
|
is used for billing. The 'Premium' access tier is the default value for premium block blobs
|
7653
8254
|
storage account type and it cannot be changed for the premium block blobs storage account type.
|
7654
8255
|
Known values are: "Hot", "Cool", "Premium", and "Cold".
|
7655
|
-
:paramtype access_tier: str or ~azure.mgmt.storage.
|
8256
|
+
:paramtype access_tier: str or ~azure.mgmt.storage.v2024_01_01.models.AccessTier
|
7656
8257
|
:keyword azure_files_identity_based_authentication: Provides the identity based authentication
|
7657
8258
|
settings for Azure Files.
|
7658
8259
|
:paramtype azure_files_identity_based_authentication:
|
7659
|
-
~azure.mgmt.storage.
|
8260
|
+
~azure.mgmt.storage.v2024_01_01.models.AzureFilesIdentityBasedAuthentication
|
7660
8261
|
:keyword enable_https_traffic_only: Allows https traffic only to storage service if sets to
|
7661
8262
|
true. The default value is true since API version 2019-04-01.
|
7662
8263
|
:paramtype enable_https_traffic_only: bool
|
@@ -7672,17 +8273,17 @@ class StorageAccountCreateParameters(_serialization.Model): # pylint: disable=t
|
|
7672
8273
|
:keyword large_file_shares_state: Allow large file shares if sets to Enabled. It cannot be
|
7673
8274
|
disabled once it is enabled. Known values are: "Disabled" and "Enabled".
|
7674
8275
|
:paramtype large_file_shares_state: str or
|
7675
|
-
~azure.mgmt.storage.
|
8276
|
+
~azure.mgmt.storage.v2024_01_01.models.LargeFileSharesState
|
7676
8277
|
:keyword routing_preference: Maintains information about the network routing choice opted by
|
7677
8278
|
the user for data transfer.
|
7678
|
-
:paramtype routing_preference: ~azure.mgmt.storage.
|
8279
|
+
:paramtype routing_preference: ~azure.mgmt.storage.v2024_01_01.models.RoutingPreference
|
7679
8280
|
:keyword allow_blob_public_access: Allow or disallow public access to all blobs or containers
|
7680
8281
|
in the storage account. The default interpretation is false for this property.
|
7681
8282
|
:paramtype allow_blob_public_access: bool
|
7682
8283
|
:keyword minimum_tls_version: Set the minimum TLS version to be permitted on requests to
|
7683
8284
|
storage. The default interpretation is TLS 1.0 for this property. Known values are: "TLS1_0",
|
7684
8285
|
"TLS1_1", "TLS1_2", and "TLS1_3".
|
7685
|
-
:paramtype minimum_tls_version: str or ~azure.mgmt.storage.
|
8286
|
+
:paramtype minimum_tls_version: str or ~azure.mgmt.storage.v2024_01_01.models.MinimumTlsVersion
|
7686
8287
|
:keyword allow_shared_key_access: Indicates whether the storage account permits requests to be
|
7687
8288
|
authorized with the account access key via Shared Key. If false, then all requests, including
|
7688
8289
|
shared access signatures, must be authorized with Azure Active Directory (Azure AD). The
|
@@ -7702,12 +8303,12 @@ class StorageAccountCreateParameters(_serialization.Model): # pylint: disable=t
|
|
7702
8303
|
true at the account creation time. When set to true, it enables object level immutability for
|
7703
8304
|
all the new containers in the account by default.
|
7704
8305
|
:paramtype immutable_storage_with_versioning:
|
7705
|
-
~azure.mgmt.storage.
|
8306
|
+
~azure.mgmt.storage.v2024_01_01.models.ImmutableStorageAccount
|
7706
8307
|
:keyword dns_endpoint_type: Allows you to specify the type of endpoint. Set this to
|
7707
8308
|
AzureDNSZone to create a large number of accounts in a single subscription, which creates
|
7708
8309
|
accounts in an Azure DNS Zone and the endpoint URL will have an alphanumeric DNS Zone
|
7709
8310
|
identifier. Known values are: "Standard" and "AzureDnsZone".
|
7710
|
-
:paramtype dns_endpoint_type: str or ~azure.mgmt.storage.
|
8311
|
+
:paramtype dns_endpoint_type: str or ~azure.mgmt.storage.v2024_01_01.models.DnsEndpointType
|
7711
8312
|
"""
|
7712
8313
|
super().__init__(**kwargs)
|
7713
8314
|
self.sku = sku
|
@@ -7792,7 +8393,7 @@ class StorageAccountKey(_serialization.Model):
|
|
7792
8393
|
:vartype value: str
|
7793
8394
|
:ivar permissions: Permissions for the key -- read-only or full permissions. Known values are:
|
7794
8395
|
"Read" and "Full".
|
7795
|
-
:vartype permissions: str or ~azure.mgmt.storage.
|
8396
|
+
:vartype permissions: str or ~azure.mgmt.storage.v2024_01_01.models.KeyPermission
|
7796
8397
|
:ivar creation_time: Creation time of the key, in round trip date format.
|
7797
8398
|
:vartype creation_time: ~datetime.datetime
|
7798
8399
|
"""
|
@@ -7827,7 +8428,7 @@ class StorageAccountListKeysResult(_serialization.Model):
|
|
7827
8428
|
|
7828
8429
|
:ivar keys: Gets the list of storage account keys and their properties for the specified
|
7829
8430
|
storage account.
|
7830
|
-
:vartype keys: list[~azure.mgmt.storage.
|
8431
|
+
:vartype keys: list[~azure.mgmt.storage.v2024_01_01.models.StorageAccountKey]
|
7831
8432
|
"""
|
7832
8433
|
|
7833
8434
|
_validation = {
|
@@ -7850,7 +8451,7 @@ class StorageAccountListResult(_serialization.Model):
|
|
7850
8451
|
Variables are only populated by the server, and will be ignored when sending a request.
|
7851
8452
|
|
7852
8453
|
:ivar value: Gets the list of storage accounts and their properties.
|
7853
|
-
:vartype value: list[~azure.mgmt.storage.
|
8454
|
+
:vartype value: list[~azure.mgmt.storage.v2024_01_01.models.StorageAccount]
|
7854
8455
|
:ivar next_link: Request URL that can be used to query next page of storage accounts. Returned
|
7855
8456
|
when total number of requested storage accounts exceed maximum page size.
|
7856
8457
|
:vartype next_link: str
|
@@ -7938,11 +8539,12 @@ class StorageAccountMigration(_serialization.Model):
|
|
7938
8539
|
:vartype type: str
|
7939
8540
|
:ivar target_sku_name: Target sku name for the account. Required. Known values are:
|
7940
8541
|
"Standard_LRS", "Standard_GRS", "Standard_RAGRS", "Standard_ZRS", "Premium_LRS", "Premium_ZRS",
|
7941
|
-
"Standard_GZRS",
|
7942
|
-
|
8542
|
+
"Standard_GZRS", "Standard_RAGZRS", "StandardV2_LRS", "StandardV2_GRS", "StandardV2_ZRS",
|
8543
|
+
"StandardV2_GZRS", "PremiumV2_LRS", and "PremiumV2_ZRS".
|
8544
|
+
:vartype target_sku_name: str or ~azure.mgmt.storage.v2024_01_01.models.SkuName
|
7943
8545
|
:ivar migration_status: Current status of migration. Known values are: "Invalid",
|
7944
8546
|
"SubmittedForConversion", "InProgress", "Complete", and "Failed".
|
7945
|
-
:vartype migration_status: str or ~azure.mgmt.storage.
|
8547
|
+
:vartype migration_status: str or ~azure.mgmt.storage.v2024_01_01.models.MigrationStatus
|
7946
8548
|
:ivar migration_failed_reason: Error code for migration failure.
|
7947
8549
|
:vartype migration_failed_reason: str
|
7948
8550
|
:ivar migration_failed_detailed_reason: Reason for migration failure.
|
@@ -7982,8 +8584,9 @@ class StorageAccountMigration(_serialization.Model):
|
|
7982
8584
|
:paramtype type: str
|
7983
8585
|
:keyword target_sku_name: Target sku name for the account. Required. Known values are:
|
7984
8586
|
"Standard_LRS", "Standard_GRS", "Standard_RAGRS", "Standard_ZRS", "Premium_LRS", "Premium_ZRS",
|
7985
|
-
"Standard_GZRS",
|
7986
|
-
|
8587
|
+
"Standard_GZRS", "Standard_RAGZRS", "StandardV2_LRS", "StandardV2_GRS", "StandardV2_ZRS",
|
8588
|
+
"StandardV2_GZRS", "PremiumV2_LRS", and "PremiumV2_ZRS".
|
8589
|
+
:paramtype target_sku_name: str or ~azure.mgmt.storage.v2024_01_01.models.SkuName
|
7987
8590
|
"""
|
7988
8591
|
super().__init__(**kwargs)
|
7989
8592
|
self.id = None
|
@@ -8031,12 +8634,13 @@ class StorageAccountSkuConversionStatus(_serialization.Model):
|
|
8031
8634
|
:ivar sku_conversion_status: This property indicates the current sku conversion status. Known
|
8032
8635
|
values are: "InProgress", "Succeeded", and "Failed".
|
8033
8636
|
:vartype sku_conversion_status: str or
|
8034
|
-
~azure.mgmt.storage.
|
8637
|
+
~azure.mgmt.storage.v2024_01_01.models.SkuConversionStatus
|
8035
8638
|
:ivar target_sku_name: This property represents the target sku name to which the account sku is
|
8036
8639
|
being converted asynchronously. Known values are: "Standard_LRS", "Standard_GRS",
|
8037
|
-
"Standard_RAGRS", "Standard_ZRS", "Premium_LRS", "Premium_ZRS", "Standard_GZRS",
|
8038
|
-
"Standard_RAGZRS"
|
8039
|
-
|
8640
|
+
"Standard_RAGRS", "Standard_ZRS", "Premium_LRS", "Premium_ZRS", "Standard_GZRS",
|
8641
|
+
"Standard_RAGZRS", "StandardV2_LRS", "StandardV2_GRS", "StandardV2_ZRS", "StandardV2_GZRS",
|
8642
|
+
"PremiumV2_LRS", and "PremiumV2_ZRS".
|
8643
|
+
:vartype target_sku_name: str or ~azure.mgmt.storage.v2024_01_01.models.SkuName
|
8040
8644
|
:ivar start_time: This property represents the sku conversion start time.
|
8041
8645
|
:vartype start_time: str
|
8042
8646
|
:ivar end_time: This property represents the sku conversion end time.
|
@@ -8060,9 +8664,10 @@ class StorageAccountSkuConversionStatus(_serialization.Model):
|
|
8060
8664
|
"""
|
8061
8665
|
:keyword target_sku_name: This property represents the target sku name to which the account sku
|
8062
8666
|
is being converted asynchronously. Known values are: "Standard_LRS", "Standard_GRS",
|
8063
|
-
"Standard_RAGRS", "Standard_ZRS", "Premium_LRS", "Premium_ZRS", "Standard_GZRS",
|
8064
|
-
"Standard_RAGZRS"
|
8065
|
-
|
8667
|
+
"Standard_RAGRS", "Standard_ZRS", "Premium_LRS", "Premium_ZRS", "Standard_GZRS",
|
8668
|
+
"Standard_RAGZRS", "StandardV2_LRS", "StandardV2_GRS", "StandardV2_ZRS", "StandardV2_GZRS",
|
8669
|
+
"PremiumV2_LRS", and "PremiumV2_ZRS".
|
8670
|
+
:paramtype target_sku_name: str or ~azure.mgmt.storage.v2024_01_01.models.SkuName
|
8066
8671
|
"""
|
8067
8672
|
super().__init__(**kwargs)
|
8068
8673
|
self.sku_conversion_status = None
|
@@ -8071,43 +8676,43 @@ class StorageAccountSkuConversionStatus(_serialization.Model):
|
|
8071
8676
|
self.end_time = None
|
8072
8677
|
|
8073
8678
|
|
8074
|
-
class StorageAccountUpdateParameters(_serialization.Model):
|
8679
|
+
class StorageAccountUpdateParameters(_serialization.Model):
|
8075
8680
|
"""The parameters that can be provided when updating the storage account properties.
|
8076
8681
|
|
8077
8682
|
:ivar sku: Gets or sets the SKU name. Note that the SKU name cannot be updated to Standard_ZRS,
|
8078
8683
|
Premium_LRS or Premium_ZRS, nor can accounts of those SKU names be updated to any other value.
|
8079
|
-
:vartype sku: ~azure.mgmt.storage.
|
8684
|
+
:vartype sku: ~azure.mgmt.storage.v2024_01_01.models.Sku
|
8080
8685
|
:ivar tags: Gets or sets a list of key value pairs that describe the resource. These tags can
|
8081
8686
|
be used in viewing and grouping this resource (across resource groups). A maximum of 15 tags
|
8082
8687
|
can be provided for a resource. Each tag must have a key no greater in length than 128
|
8083
8688
|
characters and a value no greater in length than 256 characters.
|
8084
8689
|
:vartype tags: dict[str, str]
|
8085
8690
|
:ivar identity: The identity of the resource.
|
8086
|
-
:vartype identity: ~azure.mgmt.storage.
|
8691
|
+
:vartype identity: ~azure.mgmt.storage.v2024_01_01.models.Identity
|
8087
8692
|
:ivar kind: Optional. Indicates the type of storage account. Currently only StorageV2 value
|
8088
8693
|
supported by server. Known values are: "Storage", "StorageV2", "BlobStorage", "FileStorage",
|
8089
8694
|
and "BlockBlobStorage".
|
8090
|
-
:vartype kind: str or ~azure.mgmt.storage.
|
8695
|
+
:vartype kind: str or ~azure.mgmt.storage.v2024_01_01.models.Kind
|
8091
8696
|
:ivar custom_domain: Custom domain assigned to the storage account by the user. Name is the
|
8092
8697
|
CNAME source. Only one custom domain is supported per storage account at this time. To clear
|
8093
8698
|
the existing custom domain, use an empty string for the custom domain name property.
|
8094
|
-
:vartype custom_domain: ~azure.mgmt.storage.
|
8699
|
+
:vartype custom_domain: ~azure.mgmt.storage.v2024_01_01.models.CustomDomain
|
8095
8700
|
:ivar encryption: Not applicable. Azure Storage encryption at rest is enabled by default for
|
8096
8701
|
all storage accounts and cannot be disabled.
|
8097
|
-
:vartype encryption: ~azure.mgmt.storage.
|
8702
|
+
:vartype encryption: ~azure.mgmt.storage.v2024_01_01.models.Encryption
|
8098
8703
|
:ivar sas_policy: SasPolicy assigned to the storage account.
|
8099
|
-
:vartype sas_policy: ~azure.mgmt.storage.
|
8704
|
+
:vartype sas_policy: ~azure.mgmt.storage.v2024_01_01.models.SasPolicy
|
8100
8705
|
:ivar key_policy: KeyPolicy assigned to the storage account.
|
8101
|
-
:vartype key_policy: ~azure.mgmt.storage.
|
8706
|
+
:vartype key_policy: ~azure.mgmt.storage.v2024_01_01.models.KeyPolicy
|
8102
8707
|
:ivar access_tier: Required for storage accounts where kind = BlobStorage. The access tier is
|
8103
8708
|
used for billing. The 'Premium' access tier is the default value for premium block blobs
|
8104
8709
|
storage account type and it cannot be changed for the premium block blobs storage account type.
|
8105
8710
|
Known values are: "Hot", "Cool", "Premium", and "Cold".
|
8106
|
-
:vartype access_tier: str or ~azure.mgmt.storage.
|
8711
|
+
:vartype access_tier: str or ~azure.mgmt.storage.v2024_01_01.models.AccessTier
|
8107
8712
|
:ivar azure_files_identity_based_authentication: Provides the identity based authentication
|
8108
8713
|
settings for Azure Files.
|
8109
8714
|
:vartype azure_files_identity_based_authentication:
|
8110
|
-
~azure.mgmt.storage.
|
8715
|
+
~azure.mgmt.storage.v2024_01_01.models.AzureFilesIdentityBasedAuthentication
|
8111
8716
|
:ivar enable_https_traffic_only: Allows https traffic only to storage service if sets to true.
|
8112
8717
|
:vartype enable_https_traffic_only: bool
|
8113
8718
|
:ivar is_sftp_enabled: Enables Secure File Transfer Protocol, if set to true.
|
@@ -8118,21 +8723,21 @@ class StorageAccountUpdateParameters(_serialization.Model): # pylint: disable=t
|
|
8118
8723
|
to true.
|
8119
8724
|
:vartype enable_extended_groups: bool
|
8120
8725
|
:ivar network_rule_set: Network rule set.
|
8121
|
-
:vartype network_rule_set: ~azure.mgmt.storage.
|
8726
|
+
:vartype network_rule_set: ~azure.mgmt.storage.v2024_01_01.models.NetworkRuleSet
|
8122
8727
|
:ivar large_file_shares_state: Allow large file shares if sets to Enabled. It cannot be
|
8123
8728
|
disabled once it is enabled. Known values are: "Disabled" and "Enabled".
|
8124
8729
|
:vartype large_file_shares_state: str or
|
8125
|
-
~azure.mgmt.storage.
|
8730
|
+
~azure.mgmt.storage.v2024_01_01.models.LargeFileSharesState
|
8126
8731
|
:ivar routing_preference: Maintains information about the network routing choice opted by the
|
8127
8732
|
user for data transfer.
|
8128
|
-
:vartype routing_preference: ~azure.mgmt.storage.
|
8733
|
+
:vartype routing_preference: ~azure.mgmt.storage.v2024_01_01.models.RoutingPreference
|
8129
8734
|
:ivar allow_blob_public_access: Allow or disallow public access to all blobs or containers in
|
8130
8735
|
the storage account. The default interpretation is false for this property.
|
8131
8736
|
:vartype allow_blob_public_access: bool
|
8132
8737
|
:ivar minimum_tls_version: Set the minimum TLS version to be permitted on requests to storage.
|
8133
8738
|
The default interpretation is TLS 1.0 for this property. Known values are: "TLS1_0", "TLS1_1",
|
8134
8739
|
"TLS1_2", and "TLS1_3".
|
8135
|
-
:vartype minimum_tls_version: str or ~azure.mgmt.storage.
|
8740
|
+
:vartype minimum_tls_version: str or ~azure.mgmt.storage.v2024_01_01.models.MinimumTlsVersion
|
8136
8741
|
:ivar allow_shared_key_access: Indicates whether the storage account permits requests to be
|
8137
8742
|
authorized with the account access key via Shared Key. If false, then all requests, including
|
8138
8743
|
shared access signatures, must be authorized with Azure Active Directory (Azure AD). The
|
@@ -8151,20 +8756,20 @@ class StorageAccountUpdateParameters(_serialization.Model): # pylint: disable=t
|
|
8151
8756
|
be 'Enabled', 'Disabled' or 'SecuredByPerimeter'. Known values are: "Enabled", "Disabled", and
|
8152
8757
|
"SecuredByPerimeter".
|
8153
8758
|
:vartype public_network_access: str or
|
8154
|
-
~azure.mgmt.storage.
|
8759
|
+
~azure.mgmt.storage.v2024_01_01.models.PublicNetworkAccess
|
8155
8760
|
:ivar immutable_storage_with_versioning: The property is immutable and can only be set to true
|
8156
8761
|
at the account creation time. When set to true, it enables object level immutability for all
|
8157
8762
|
the containers in the account by default.
|
8158
8763
|
:vartype immutable_storage_with_versioning:
|
8159
|
-
~azure.mgmt.storage.
|
8764
|
+
~azure.mgmt.storage.v2024_01_01.models.ImmutableStorageAccount
|
8160
8765
|
:ivar allowed_copy_scope: Restrict copy to and from Storage Accounts within an AAD tenant or
|
8161
8766
|
with Private Links to the same VNet. Known values are: "PrivateLink" and "AAD".
|
8162
|
-
:vartype allowed_copy_scope: str or ~azure.mgmt.storage.
|
8767
|
+
:vartype allowed_copy_scope: str or ~azure.mgmt.storage.v2024_01_01.models.AllowedCopyScope
|
8163
8768
|
:ivar dns_endpoint_type: Allows you to specify the type of endpoint. Set this to AzureDNSZone
|
8164
8769
|
to create a large number of accounts in a single subscription, which creates accounts in an
|
8165
8770
|
Azure DNS Zone and the endpoint URL will have an alphanumeric DNS Zone identifier. Known values
|
8166
8771
|
are: "Standard" and "AzureDnsZone".
|
8167
|
-
:vartype dns_endpoint_type: str or ~azure.mgmt.storage.
|
8772
|
+
:vartype dns_endpoint_type: str or ~azure.mgmt.storage.v2024_01_01.models.DnsEndpointType
|
8168
8773
|
"""
|
8169
8774
|
|
8170
8775
|
_attribute_map = {
|
@@ -8237,38 +8842,38 @@ class StorageAccountUpdateParameters(_serialization.Model): # pylint: disable=t
|
|
8237
8842
|
:keyword sku: Gets or sets the SKU name. Note that the SKU name cannot be updated to
|
8238
8843
|
Standard_ZRS, Premium_LRS or Premium_ZRS, nor can accounts of those SKU names be updated to any
|
8239
8844
|
other value.
|
8240
|
-
:paramtype sku: ~azure.mgmt.storage.
|
8845
|
+
:paramtype sku: ~azure.mgmt.storage.v2024_01_01.models.Sku
|
8241
8846
|
:keyword tags: Gets or sets a list of key value pairs that describe the resource. These tags
|
8242
8847
|
can be used in viewing and grouping this resource (across resource groups). A maximum of 15
|
8243
8848
|
tags can be provided for a resource. Each tag must have a key no greater in length than 128
|
8244
8849
|
characters and a value no greater in length than 256 characters.
|
8245
8850
|
:paramtype tags: dict[str, str]
|
8246
8851
|
:keyword identity: The identity of the resource.
|
8247
|
-
:paramtype identity: ~azure.mgmt.storage.
|
8852
|
+
:paramtype identity: ~azure.mgmt.storage.v2024_01_01.models.Identity
|
8248
8853
|
:keyword kind: Optional. Indicates the type of storage account. Currently only StorageV2 value
|
8249
8854
|
supported by server. Known values are: "Storage", "StorageV2", "BlobStorage", "FileStorage",
|
8250
8855
|
and "BlockBlobStorage".
|
8251
|
-
:paramtype kind: str or ~azure.mgmt.storage.
|
8856
|
+
:paramtype kind: str or ~azure.mgmt.storage.v2024_01_01.models.Kind
|
8252
8857
|
:keyword custom_domain: Custom domain assigned to the storage account by the user. Name is the
|
8253
8858
|
CNAME source. Only one custom domain is supported per storage account at this time. To clear
|
8254
8859
|
the existing custom domain, use an empty string for the custom domain name property.
|
8255
|
-
:paramtype custom_domain: ~azure.mgmt.storage.
|
8860
|
+
:paramtype custom_domain: ~azure.mgmt.storage.v2024_01_01.models.CustomDomain
|
8256
8861
|
:keyword encryption: Not applicable. Azure Storage encryption at rest is enabled by default for
|
8257
8862
|
all storage accounts and cannot be disabled.
|
8258
|
-
:paramtype encryption: ~azure.mgmt.storage.
|
8863
|
+
:paramtype encryption: ~azure.mgmt.storage.v2024_01_01.models.Encryption
|
8259
8864
|
:keyword sas_policy: SasPolicy assigned to the storage account.
|
8260
|
-
:paramtype sas_policy: ~azure.mgmt.storage.
|
8865
|
+
:paramtype sas_policy: ~azure.mgmt.storage.v2024_01_01.models.SasPolicy
|
8261
8866
|
:keyword key_policy: KeyPolicy assigned to the storage account.
|
8262
|
-
:paramtype key_policy: ~azure.mgmt.storage.
|
8867
|
+
:paramtype key_policy: ~azure.mgmt.storage.v2024_01_01.models.KeyPolicy
|
8263
8868
|
:keyword access_tier: Required for storage accounts where kind = BlobStorage. The access tier
|
8264
8869
|
is used for billing. The 'Premium' access tier is the default value for premium block blobs
|
8265
8870
|
storage account type and it cannot be changed for the premium block blobs storage account type.
|
8266
8871
|
Known values are: "Hot", "Cool", "Premium", and "Cold".
|
8267
|
-
:paramtype access_tier: str or ~azure.mgmt.storage.
|
8872
|
+
:paramtype access_tier: str or ~azure.mgmt.storage.v2024_01_01.models.AccessTier
|
8268
8873
|
:keyword azure_files_identity_based_authentication: Provides the identity based authentication
|
8269
8874
|
settings for Azure Files.
|
8270
8875
|
:paramtype azure_files_identity_based_authentication:
|
8271
|
-
~azure.mgmt.storage.
|
8876
|
+
~azure.mgmt.storage.v2024_01_01.models.AzureFilesIdentityBasedAuthentication
|
8272
8877
|
:keyword enable_https_traffic_only: Allows https traffic only to storage service if sets to
|
8273
8878
|
true.
|
8274
8879
|
:paramtype enable_https_traffic_only: bool
|
@@ -8280,21 +8885,21 @@ class StorageAccountUpdateParameters(_serialization.Model): # pylint: disable=t
|
|
8280
8885
|
set to true.
|
8281
8886
|
:paramtype enable_extended_groups: bool
|
8282
8887
|
:keyword network_rule_set: Network rule set.
|
8283
|
-
:paramtype network_rule_set: ~azure.mgmt.storage.
|
8888
|
+
:paramtype network_rule_set: ~azure.mgmt.storage.v2024_01_01.models.NetworkRuleSet
|
8284
8889
|
:keyword large_file_shares_state: Allow large file shares if sets to Enabled. It cannot be
|
8285
8890
|
disabled once it is enabled. Known values are: "Disabled" and "Enabled".
|
8286
8891
|
:paramtype large_file_shares_state: str or
|
8287
|
-
~azure.mgmt.storage.
|
8892
|
+
~azure.mgmt.storage.v2024_01_01.models.LargeFileSharesState
|
8288
8893
|
:keyword routing_preference: Maintains information about the network routing choice opted by
|
8289
8894
|
the user for data transfer.
|
8290
|
-
:paramtype routing_preference: ~azure.mgmt.storage.
|
8895
|
+
:paramtype routing_preference: ~azure.mgmt.storage.v2024_01_01.models.RoutingPreference
|
8291
8896
|
:keyword allow_blob_public_access: Allow or disallow public access to all blobs or containers
|
8292
8897
|
in the storage account. The default interpretation is false for this property.
|
8293
8898
|
:paramtype allow_blob_public_access: bool
|
8294
8899
|
:keyword minimum_tls_version: Set the minimum TLS version to be permitted on requests to
|
8295
8900
|
storage. The default interpretation is TLS 1.0 for this property. Known values are: "TLS1_0",
|
8296
8901
|
"TLS1_1", "TLS1_2", and "TLS1_3".
|
8297
|
-
:paramtype minimum_tls_version: str or ~azure.mgmt.storage.
|
8902
|
+
:paramtype minimum_tls_version: str or ~azure.mgmt.storage.v2024_01_01.models.MinimumTlsVersion
|
8298
8903
|
:keyword allow_shared_key_access: Indicates whether the storage account permits requests to be
|
8299
8904
|
authorized with the account access key via Shared Key. If false, then all requests, including
|
8300
8905
|
shared access signatures, must be authorized with Azure Active Directory (Azure AD). The
|
@@ -8313,20 +8918,20 @@ class StorageAccountUpdateParameters(_serialization.Model): # pylint: disable=t
|
|
8313
8918
|
passed in, must be 'Enabled', 'Disabled' or 'SecuredByPerimeter'. Known values are: "Enabled",
|
8314
8919
|
"Disabled", and "SecuredByPerimeter".
|
8315
8920
|
:paramtype public_network_access: str or
|
8316
|
-
~azure.mgmt.storage.
|
8921
|
+
~azure.mgmt.storage.v2024_01_01.models.PublicNetworkAccess
|
8317
8922
|
:keyword immutable_storage_with_versioning: The property is immutable and can only be set to
|
8318
8923
|
true at the account creation time. When set to true, it enables object level immutability for
|
8319
8924
|
all the containers in the account by default.
|
8320
8925
|
:paramtype immutable_storage_with_versioning:
|
8321
|
-
~azure.mgmt.storage.
|
8926
|
+
~azure.mgmt.storage.v2024_01_01.models.ImmutableStorageAccount
|
8322
8927
|
:keyword allowed_copy_scope: Restrict copy to and from Storage Accounts within an AAD tenant or
|
8323
8928
|
with Private Links to the same VNet. Known values are: "PrivateLink" and "AAD".
|
8324
|
-
:paramtype allowed_copy_scope: str or ~azure.mgmt.storage.
|
8929
|
+
:paramtype allowed_copy_scope: str or ~azure.mgmt.storage.v2024_01_01.models.AllowedCopyScope
|
8325
8930
|
:keyword dns_endpoint_type: Allows you to specify the type of endpoint. Set this to
|
8326
8931
|
AzureDNSZone to create a large number of accounts in a single subscription, which creates
|
8327
8932
|
accounts in an Azure DNS Zone and the endpoint URL will have an alphanumeric DNS Zone
|
8328
8933
|
identifier. Known values are: "Standard" and "AzureDnsZone".
|
8329
|
-
:paramtype dns_endpoint_type: str or ~azure.mgmt.storage.
|
8934
|
+
:paramtype dns_endpoint_type: str or ~azure.mgmt.storage.v2024_01_01.models.DnsEndpointType
|
8330
8935
|
"""
|
8331
8936
|
super().__init__(**kwargs)
|
8332
8937
|
self.sku = sku
|
@@ -8409,7 +9014,7 @@ class StorageSkuListResult(_serialization.Model):
|
|
8409
9014
|
Variables are only populated by the server, and will be ignored when sending a request.
|
8410
9015
|
|
8411
9016
|
:ivar value: Get the list result of storage SKUs and their properties.
|
8412
|
-
:vartype value: list[~azure.mgmt.storage.
|
9017
|
+
:vartype value: list[~azure.mgmt.storage.v2024_01_01.models.SkuInformation]
|
8413
9018
|
"""
|
8414
9019
|
|
8415
9020
|
_validation = {
|
@@ -8442,7 +9047,7 @@ class StorageTaskAssignment(Resource):
|
|
8442
9047
|
"Microsoft.Storage/storageAccounts".
|
8443
9048
|
:vartype type: str
|
8444
9049
|
:ivar properties: Properties of the storage task assignment. Required.
|
8445
|
-
:vartype properties: ~azure.mgmt.storage.
|
9050
|
+
:vartype properties: ~azure.mgmt.storage.v2024_01_01.models.StorageTaskAssignmentProperties
|
8446
9051
|
"""
|
8447
9052
|
|
8448
9053
|
_validation = {
|
@@ -8462,7 +9067,7 @@ class StorageTaskAssignment(Resource):
|
|
8462
9067
|
def __init__(self, *, properties: "_models.StorageTaskAssignmentProperties", **kwargs: Any) -> None:
|
8463
9068
|
"""
|
8464
9069
|
:keyword properties: Properties of the storage task assignment. Required.
|
8465
|
-
:paramtype properties: ~azure.mgmt.storage.
|
9070
|
+
:paramtype properties: ~azure.mgmt.storage.v2024_01_01.models.StorageTaskAssignmentProperties
|
8466
9071
|
"""
|
8467
9072
|
super().__init__(**kwargs)
|
8468
9073
|
self.properties = properties
|
@@ -8474,9 +9079,9 @@ class StorageTaskAssignmentExecutionContext(_serialization.Model):
|
|
8474
9079
|
All required parameters must be populated in order to send to server.
|
8475
9080
|
|
8476
9081
|
:ivar target: Execution target of the storage task assignment.
|
8477
|
-
:vartype target: ~azure.mgmt.storage.
|
9082
|
+
:vartype target: ~azure.mgmt.storage.v2024_01_01.models.ExecutionTarget
|
8478
9083
|
:ivar trigger: Execution trigger of the storage task assignment. Required.
|
8479
|
-
:vartype trigger: ~azure.mgmt.storage.
|
9084
|
+
:vartype trigger: ~azure.mgmt.storage.v2024_01_01.models.ExecutionTrigger
|
8480
9085
|
"""
|
8481
9086
|
|
8482
9087
|
_validation = {
|
@@ -8493,9 +9098,9 @@ class StorageTaskAssignmentExecutionContext(_serialization.Model):
|
|
8493
9098
|
) -> None:
|
8494
9099
|
"""
|
8495
9100
|
:keyword target: Execution target of the storage task assignment.
|
8496
|
-
:paramtype target: ~azure.mgmt.storage.
|
9101
|
+
:paramtype target: ~azure.mgmt.storage.v2024_01_01.models.ExecutionTarget
|
8497
9102
|
:keyword trigger: Execution trigger of the storage task assignment. Required.
|
8498
|
-
:paramtype trigger: ~azure.mgmt.storage.
|
9103
|
+
:paramtype trigger: ~azure.mgmt.storage.v2024_01_01.models.ExecutionTrigger
|
8499
9104
|
"""
|
8500
9105
|
super().__init__(**kwargs)
|
8501
9106
|
self.target = target
|
@@ -8517,15 +9122,15 @@ class StorageTaskAssignmentProperties(_serialization.Model):
|
|
8517
9122
|
:vartype description: str
|
8518
9123
|
:ivar execution_context: The storage task assignment execution context. Required.
|
8519
9124
|
:vartype execution_context:
|
8520
|
-
~azure.mgmt.storage.
|
9125
|
+
~azure.mgmt.storage.v2024_01_01.models.StorageTaskAssignmentExecutionContext
|
8521
9126
|
:ivar report: The storage task assignment report. Required.
|
8522
|
-
:vartype report: ~azure.mgmt.storage.
|
9127
|
+
:vartype report: ~azure.mgmt.storage.v2024_01_01.models.StorageTaskAssignmentReport
|
8523
9128
|
:ivar provisioning_state: Represents the provisioning state of the storage task assignment.
|
8524
9129
|
Known values are: "Creating", "ResolvingDNS", "Succeeded", "ValidateSubscriptionQuotaBegin",
|
8525
9130
|
"ValidateSubscriptionQuotaEnd", "Deleting", "Canceled", and "Failed".
|
8526
|
-
:vartype provisioning_state: str or ~azure.mgmt.storage.
|
9131
|
+
:vartype provisioning_state: str or ~azure.mgmt.storage.v2024_01_01.models.ProvisioningState
|
8527
9132
|
:ivar run_status: Run status of storage task assignment.
|
8528
|
-
:vartype run_status: ~azure.mgmt.storage.
|
9133
|
+
:vartype run_status: ~azure.mgmt.storage.v2024_01_01.models.StorageTaskReportProperties
|
8529
9134
|
"""
|
8530
9135
|
|
8531
9136
|
_validation = {
|
@@ -8567,11 +9172,11 @@ class StorageTaskAssignmentProperties(_serialization.Model):
|
|
8567
9172
|
:paramtype description: str
|
8568
9173
|
:keyword execution_context: The storage task assignment execution context. Required.
|
8569
9174
|
:paramtype execution_context:
|
8570
|
-
~azure.mgmt.storage.
|
9175
|
+
~azure.mgmt.storage.v2024_01_01.models.StorageTaskAssignmentExecutionContext
|
8571
9176
|
:keyword report: The storage task assignment report. Required.
|
8572
|
-
:paramtype report: ~azure.mgmt.storage.
|
9177
|
+
:paramtype report: ~azure.mgmt.storage.v2024_01_01.models.StorageTaskAssignmentReport
|
8573
9178
|
:keyword run_status: Run status of storage task assignment.
|
8574
|
-
:paramtype run_status: ~azure.mgmt.storage.
|
9179
|
+
:paramtype run_status: ~azure.mgmt.storage.v2024_01_01.models.StorageTaskReportProperties
|
8575
9180
|
"""
|
8576
9181
|
super().__init__(**kwargs)
|
8577
9182
|
self.task_id = task_id
|
@@ -8617,7 +9222,7 @@ class StorageTaskAssignmentsList(_serialization.Model):
|
|
8617
9222
|
Variables are only populated by the server, and will be ignored when sending a request.
|
8618
9223
|
|
8619
9224
|
:ivar value: Gets the list of storage task assignments and their properties.
|
8620
|
-
:vartype value: list[~azure.mgmt.storage.
|
9225
|
+
:vartype value: list[~azure.mgmt.storage.v2024_01_01.models.StorageTaskAssignment]
|
8621
9226
|
:ivar next_link: Request URL that can be used to query next page of storage task assignments.
|
8622
9227
|
Returned when total number of requested storage task assignments exceed maximum page size.
|
8623
9228
|
:vartype next_link: str
|
@@ -8644,9 +9249,9 @@ class StorageTaskAssignmentUpdateExecutionContext(_serialization.Model): # pyli
|
|
8644
9249
|
"""Execution context of the storage task assignment update.
|
8645
9250
|
|
8646
9251
|
:ivar target: Execution target of the storage task assignment.
|
8647
|
-
:vartype target: ~azure.mgmt.storage.
|
9252
|
+
:vartype target: ~azure.mgmt.storage.v2024_01_01.models.ExecutionTarget
|
8648
9253
|
:ivar trigger: Execution trigger of the storage task assignment.
|
8649
|
-
:vartype trigger: ~azure.mgmt.storage.
|
9254
|
+
:vartype trigger: ~azure.mgmt.storage.v2024_01_01.models.ExecutionTriggerUpdate
|
8650
9255
|
"""
|
8651
9256
|
|
8652
9257
|
_attribute_map = {
|
@@ -8663,9 +9268,9 @@ class StorageTaskAssignmentUpdateExecutionContext(_serialization.Model): # pyli
|
|
8663
9268
|
) -> None:
|
8664
9269
|
"""
|
8665
9270
|
:keyword target: Execution target of the storage task assignment.
|
8666
|
-
:paramtype target: ~azure.mgmt.storage.
|
9271
|
+
:paramtype target: ~azure.mgmt.storage.v2024_01_01.models.ExecutionTarget
|
8667
9272
|
:keyword trigger: Execution trigger of the storage task assignment.
|
8668
|
-
:paramtype trigger: ~azure.mgmt.storage.
|
9273
|
+
:paramtype trigger: ~azure.mgmt.storage.v2024_01_01.models.ExecutionTriggerUpdate
|
8669
9274
|
"""
|
8670
9275
|
super().__init__(**kwargs)
|
8671
9276
|
self.target = target
|
@@ -8677,7 +9282,7 @@ class StorageTaskAssignmentUpdateParameters(_serialization.Model):
|
|
8677
9282
|
|
8678
9283
|
:ivar properties: Properties of the storage task assignment.
|
8679
9284
|
:vartype properties:
|
8680
|
-
~azure.mgmt.storage.
|
9285
|
+
~azure.mgmt.storage.v2024_01_01.models.StorageTaskAssignmentUpdateProperties
|
8681
9286
|
"""
|
8682
9287
|
|
8683
9288
|
_attribute_map = {
|
@@ -8690,7 +9295,7 @@ class StorageTaskAssignmentUpdateParameters(_serialization.Model):
|
|
8690
9295
|
"""
|
8691
9296
|
:keyword properties: Properties of the storage task assignment.
|
8692
9297
|
:paramtype properties:
|
8693
|
-
~azure.mgmt.storage.
|
9298
|
+
~azure.mgmt.storage.v2024_01_01.models.StorageTaskAssignmentUpdateProperties
|
8694
9299
|
"""
|
8695
9300
|
super().__init__(**kwargs)
|
8696
9301
|
self.properties = properties
|
@@ -8709,15 +9314,15 @@ class StorageTaskAssignmentUpdateProperties(_serialization.Model):
|
|
8709
9314
|
:vartype description: str
|
8710
9315
|
:ivar execution_context: The storage task assignment execution context.
|
8711
9316
|
:vartype execution_context:
|
8712
|
-
~azure.mgmt.storage.
|
9317
|
+
~azure.mgmt.storage.v2024_01_01.models.StorageTaskAssignmentUpdateExecutionContext
|
8713
9318
|
:ivar report: The storage task assignment report.
|
8714
|
-
:vartype report: ~azure.mgmt.storage.
|
9319
|
+
:vartype report: ~azure.mgmt.storage.v2024_01_01.models.StorageTaskAssignmentUpdateReport
|
8715
9320
|
:ivar provisioning_state: Represents the provisioning state of the storage task assignment.
|
8716
9321
|
Known values are: "Creating", "ResolvingDNS", "Succeeded", "ValidateSubscriptionQuotaBegin",
|
8717
9322
|
"ValidateSubscriptionQuotaEnd", "Deleting", "Canceled", and "Failed".
|
8718
|
-
:vartype provisioning_state: str or ~azure.mgmt.storage.
|
9323
|
+
:vartype provisioning_state: str or ~azure.mgmt.storage.v2024_01_01.models.ProvisioningState
|
8719
9324
|
:ivar run_status: Run status of storage task assignment.
|
8720
|
-
:vartype run_status: ~azure.mgmt.storage.
|
9325
|
+
:vartype run_status: ~azure.mgmt.storage.v2024_01_01.models.StorageTaskReportProperties
|
8721
9326
|
"""
|
8722
9327
|
|
8723
9328
|
_validation = {
|
@@ -8752,11 +9357,11 @@ class StorageTaskAssignmentUpdateProperties(_serialization.Model):
|
|
8752
9357
|
:paramtype description: str
|
8753
9358
|
:keyword execution_context: The storage task assignment execution context.
|
8754
9359
|
:paramtype execution_context:
|
8755
|
-
~azure.mgmt.storage.
|
9360
|
+
~azure.mgmt.storage.v2024_01_01.models.StorageTaskAssignmentUpdateExecutionContext
|
8756
9361
|
:keyword report: The storage task assignment report.
|
8757
|
-
:paramtype report: ~azure.mgmt.storage.
|
9362
|
+
:paramtype report: ~azure.mgmt.storage.v2024_01_01.models.StorageTaskAssignmentUpdateReport
|
8758
9363
|
:keyword run_status: Run status of storage task assignment.
|
8759
|
-
:paramtype run_status: ~azure.mgmt.storage.
|
9364
|
+
:paramtype run_status: ~azure.mgmt.storage.v2024_01_01.models.StorageTaskReportProperties
|
8760
9365
|
"""
|
8761
9366
|
super().__init__(**kwargs)
|
8762
9367
|
self.task_id = None
|
@@ -8802,7 +9407,7 @@ class StorageTaskReportInstance(ProxyResource):
|
|
8802
9407
|
"Microsoft.Storage/storageAccounts".
|
8803
9408
|
:vartype type: str
|
8804
9409
|
:ivar properties: Storage task execution report for a run instance.
|
8805
|
-
:vartype properties: ~azure.mgmt.storage.
|
9410
|
+
:vartype properties: ~azure.mgmt.storage.v2024_01_01.models.StorageTaskReportProperties
|
8806
9411
|
"""
|
8807
9412
|
|
8808
9413
|
_validation = {
|
@@ -8821,13 +9426,13 @@ class StorageTaskReportInstance(ProxyResource):
|
|
8821
9426
|
def __init__(self, *, properties: Optional["_models.StorageTaskReportProperties"] = None, **kwargs: Any) -> None:
|
8822
9427
|
"""
|
8823
9428
|
:keyword properties: Storage task execution report for a run instance.
|
8824
|
-
:paramtype properties: ~azure.mgmt.storage.
|
9429
|
+
:paramtype properties: ~azure.mgmt.storage.v2024_01_01.models.StorageTaskReportProperties
|
8825
9430
|
"""
|
8826
9431
|
super().__init__(**kwargs)
|
8827
9432
|
self.properties = properties
|
8828
9433
|
|
8829
9434
|
|
8830
|
-
class StorageTaskReportProperties(_serialization.Model):
|
9435
|
+
class StorageTaskReportProperties(_serialization.Model):
|
8831
9436
|
"""Storage task execution report for a run instance.
|
8832
9437
|
|
8833
9438
|
Variables are only populated by the server, and will be ignored when sending a request.
|
@@ -8873,7 +9478,7 @@ class StorageTaskReportProperties(_serialization.Model): # pylint: disable=too-
|
|
8873
9478
|
:vartype run_status_error: str
|
8874
9479
|
:ivar run_status_enum: Represents the status of the execution. Known values are: "InProgress"
|
8875
9480
|
and "Finished".
|
8876
|
-
:vartype run_status_enum: str or ~azure.mgmt.storage.
|
9481
|
+
:vartype run_status_enum: str or ~azure.mgmt.storage.v2024_01_01.models.RunStatusEnum
|
8877
9482
|
:ivar summary_report_path: Full path to the verbose report stored in the reporting container as
|
8878
9483
|
specified in the assignment execution context for the storage account.
|
8879
9484
|
:vartype summary_report_path: str
|
@@ -8883,7 +9488,7 @@ class StorageTaskReportProperties(_serialization.Model): # pylint: disable=too-
|
|
8883
9488
|
:vartype task_version: str
|
8884
9489
|
:ivar run_result: Represents the overall result of the execution for the run instance. Known
|
8885
9490
|
values are: "Succeeded" and "Failed".
|
8886
|
-
:vartype run_result: str or ~azure.mgmt.storage.
|
9491
|
+
:vartype run_result: str or ~azure.mgmt.storage.v2024_01_01.models.RunResult
|
8887
9492
|
"""
|
8888
9493
|
|
8889
9494
|
_validation = {
|
@@ -8945,7 +9550,7 @@ class StorageTaskReportSummary(_serialization.Model):
|
|
8945
9550
|
Variables are only populated by the server, and will be ignored when sending a request.
|
8946
9551
|
|
8947
9552
|
:ivar value: Gets storage tasks run result summary.
|
8948
|
-
:vartype value: list[~azure.mgmt.storage.
|
9553
|
+
:vartype value: list[~azure.mgmt.storage.v2024_01_01.models.StorageTaskReportInstance]
|
8949
9554
|
:ivar next_link: Request URL that can be used to query next page of storage task run results
|
8950
9555
|
summary. Returned when the number of run instances and summary reports exceed maximum page
|
8951
9556
|
size.
|
@@ -8976,14 +9581,14 @@ class SystemData(_serialization.Model):
|
|
8976
9581
|
:vartype created_by: str
|
8977
9582
|
:ivar created_by_type: The type of identity that created the resource. Known values are:
|
8978
9583
|
"User", "Application", "ManagedIdentity", and "Key".
|
8979
|
-
:vartype created_by_type: str or ~azure.mgmt.storage.
|
9584
|
+
:vartype created_by_type: str or ~azure.mgmt.storage.v2024_01_01.models.CreatedByType
|
8980
9585
|
:ivar created_at: The timestamp of resource creation (UTC).
|
8981
9586
|
:vartype created_at: ~datetime.datetime
|
8982
9587
|
:ivar last_modified_by: The identity that last modified the resource.
|
8983
9588
|
:vartype last_modified_by: str
|
8984
9589
|
:ivar last_modified_by_type: The type of identity that last modified the resource. Known values
|
8985
9590
|
are: "User", "Application", "ManagedIdentity", and "Key".
|
8986
|
-
:vartype last_modified_by_type: str or ~azure.mgmt.storage.
|
9591
|
+
:vartype last_modified_by_type: str or ~azure.mgmt.storage.v2024_01_01.models.CreatedByType
|
8987
9592
|
:ivar last_modified_at: The timestamp of resource last modification (UTC).
|
8988
9593
|
:vartype last_modified_at: ~datetime.datetime
|
8989
9594
|
"""
|
@@ -9013,14 +9618,14 @@ class SystemData(_serialization.Model):
|
|
9013
9618
|
:paramtype created_by: str
|
9014
9619
|
:keyword created_by_type: The type of identity that created the resource. Known values are:
|
9015
9620
|
"User", "Application", "ManagedIdentity", and "Key".
|
9016
|
-
:paramtype created_by_type: str or ~azure.mgmt.storage.
|
9621
|
+
:paramtype created_by_type: str or ~azure.mgmt.storage.v2024_01_01.models.CreatedByType
|
9017
9622
|
:keyword created_at: The timestamp of resource creation (UTC).
|
9018
9623
|
:paramtype created_at: ~datetime.datetime
|
9019
9624
|
:keyword last_modified_by: The identity that last modified the resource.
|
9020
9625
|
:paramtype last_modified_by: str
|
9021
9626
|
:keyword last_modified_by_type: The type of identity that last modified the resource. Known
|
9022
9627
|
values are: "User", "Application", "ManagedIdentity", and "Key".
|
9023
|
-
:paramtype last_modified_by_type: str or ~azure.mgmt.storage.
|
9628
|
+
:paramtype last_modified_by_type: str or ~azure.mgmt.storage.v2024_01_01.models.CreatedByType
|
9024
9629
|
:keyword last_modified_at: The timestamp of resource last modification (UTC).
|
9025
9630
|
:paramtype last_modified_at: ~datetime.datetime
|
9026
9631
|
"""
|
@@ -9049,7 +9654,7 @@ class Table(Resource):
|
|
9049
9654
|
:ivar table_name: Table name under the specified account.
|
9050
9655
|
:vartype table_name: str
|
9051
9656
|
:ivar signed_identifiers: List of stored access policies specified on the table.
|
9052
|
-
:vartype signed_identifiers: list[~azure.mgmt.storage.
|
9657
|
+
:vartype signed_identifiers: list[~azure.mgmt.storage.v2024_01_01.models.TableSignedIdentifier]
|
9053
9658
|
"""
|
9054
9659
|
|
9055
9660
|
_validation = {
|
@@ -9073,7 +9678,7 @@ class Table(Resource):
|
|
9073
9678
|
"""
|
9074
9679
|
:keyword signed_identifiers: List of stored access policies specified on the table.
|
9075
9680
|
:paramtype signed_identifiers:
|
9076
|
-
list[~azure.mgmt.storage.
|
9681
|
+
list[~azure.mgmt.storage.v2024_01_01.models.TableSignedIdentifier]
|
9077
9682
|
"""
|
9078
9683
|
super().__init__(**kwargs)
|
9079
9684
|
self.table_name = None
|
@@ -9143,7 +9748,7 @@ class TableServiceProperties(Resource):
|
|
9143
9748
|
:ivar cors: Specifies CORS rules for the Table service. You can include up to five CorsRule
|
9144
9749
|
elements in the request. If no CorsRule elements are included in the request body, all CORS
|
9145
9750
|
rules will be deleted, and CORS will be disabled for the Table service.
|
9146
|
-
:vartype cors: ~azure.mgmt.storage.
|
9751
|
+
:vartype cors: ~azure.mgmt.storage.v2024_01_01.models.CorsRules
|
9147
9752
|
"""
|
9148
9753
|
|
9149
9754
|
_validation = {
|
@@ -9164,7 +9769,7 @@ class TableServiceProperties(Resource):
|
|
9164
9769
|
:keyword cors: Specifies CORS rules for the Table service. You can include up to five CorsRule
|
9165
9770
|
elements in the request. If no CorsRule elements are included in the request body, all CORS
|
9166
9771
|
rules will be deleted, and CORS will be disabled for the Table service.
|
9167
|
-
:paramtype cors: ~azure.mgmt.storage.
|
9772
|
+
:paramtype cors: ~azure.mgmt.storage.v2024_01_01.models.CorsRules
|
9168
9773
|
"""
|
9169
9774
|
super().__init__(**kwargs)
|
9170
9775
|
self.cors = cors
|
@@ -9178,7 +9783,7 @@ class TableSignedIdentifier(_serialization.Model):
|
|
9178
9783
|
:ivar id: unique-64-character-value of the stored access policy. Required.
|
9179
9784
|
:vartype id: str
|
9180
9785
|
:ivar access_policy: Access policy.
|
9181
|
-
:vartype access_policy: ~azure.mgmt.storage.
|
9786
|
+
:vartype access_policy: ~azure.mgmt.storage.v2024_01_01.models.TableAccessPolicy
|
9182
9787
|
"""
|
9183
9788
|
|
9184
9789
|
_validation = {
|
@@ -9201,7 +9806,7 @@ class TableSignedIdentifier(_serialization.Model):
|
|
9201
9806
|
:keyword id: unique-64-character-value of the stored access policy. Required.
|
9202
9807
|
:paramtype id: str
|
9203
9808
|
:keyword access_policy: Access policy.
|
9204
|
-
:paramtype access_policy: ~azure.mgmt.storage.
|
9809
|
+
:paramtype access_policy: ~azure.mgmt.storage.v2024_01_01.models.TableAccessPolicy
|
9205
9810
|
"""
|
9206
9811
|
super().__init__(**kwargs)
|
9207
9812
|
self.id = id
|
@@ -9456,7 +10061,7 @@ class UpdateHistoryProperty(_serialization.Model):
|
|
9456
10061
|
|
9457
10062
|
:ivar update: The ImmutabilityPolicy update type of a blob container, possible values include:
|
9458
10063
|
put, lock and extend. Known values are: "put", "lock", and "extend".
|
9459
|
-
:vartype update: str or ~azure.mgmt.storage.
|
10064
|
+
:vartype update: str or ~azure.mgmt.storage.v2024_01_01.models.ImmutabilityPolicyUpdateType
|
9460
10065
|
:ivar immutability_period_since_creation_in_days: The immutability period for the blobs in the
|
9461
10066
|
container since the policy creation, in days.
|
9462
10067
|
:vartype immutability_period_since_creation_in_days: int
|
@@ -9544,13 +10149,13 @@ class Usage(_serialization.Model):
|
|
9544
10149
|
|
9545
10150
|
:ivar unit: Gets the unit of measurement. Known values are: "Count", "Bytes", "Seconds",
|
9546
10151
|
"Percent", "CountsPerSecond", and "BytesPerSecond".
|
9547
|
-
:vartype unit: str or ~azure.mgmt.storage.
|
10152
|
+
:vartype unit: str or ~azure.mgmt.storage.v2024_01_01.models.UsageUnit
|
9548
10153
|
:ivar current_value: Gets the current count of the allocated resources in the subscription.
|
9549
10154
|
:vartype current_value: int
|
9550
10155
|
:ivar limit: Gets the maximum count of the resources that can be allocated in the subscription.
|
9551
10156
|
:vartype limit: int
|
9552
10157
|
:ivar name: Gets the name of the type of usage.
|
9553
|
-
:vartype name: ~azure.mgmt.storage.
|
10158
|
+
:vartype name: ~azure.mgmt.storage.v2024_01_01.models.UsageName
|
9554
10159
|
"""
|
9555
10160
|
|
9556
10161
|
_validation = {
|
@@ -9580,7 +10185,7 @@ class UsageListResult(_serialization.Model):
|
|
9580
10185
|
"""The response from the List Usages operation.
|
9581
10186
|
|
9582
10187
|
:ivar value: Gets or sets the list of Storage Resource Usages.
|
9583
|
-
:vartype value: list[~azure.mgmt.storage.
|
10188
|
+
:vartype value: list[~azure.mgmt.storage.v2024_01_01.models.Usage]
|
9584
10189
|
"""
|
9585
10190
|
|
9586
10191
|
_attribute_map = {
|
@@ -9590,7 +10195,7 @@ class UsageListResult(_serialization.Model):
|
|
9590
10195
|
def __init__(self, *, value: Optional[List["_models.Usage"]] = None, **kwargs: Any) -> None:
|
9591
10196
|
"""
|
9592
10197
|
:keyword value: Gets or sets the list of Storage Resource Usages.
|
9593
|
-
:paramtype value: list[~azure.mgmt.storage.
|
10198
|
+
:paramtype value: list[~azure.mgmt.storage.v2024_01_01.models.Usage]
|
9594
10199
|
"""
|
9595
10200
|
super().__init__(**kwargs)
|
9596
10201
|
self.value = value
|
@@ -9665,7 +10270,7 @@ class VirtualNetworkRule(_serialization.Model):
|
|
9665
10270
|
:vartype action: str
|
9666
10271
|
:ivar state: Gets the state of virtual network rule. Known values are: "Provisioning",
|
9667
10272
|
"Deprovisioning", "Succeeded", "Failed", and "NetworkSourceDeleted".
|
9668
|
-
:vartype state: str or ~azure.mgmt.storage.
|
10273
|
+
:vartype state: str or ~azure.mgmt.storage.v2024_01_01.models.State
|
9669
10274
|
"""
|
9670
10275
|
|
9671
10276
|
_validation = {
|
@@ -9695,7 +10300,7 @@ class VirtualNetworkRule(_serialization.Model):
|
|
9695
10300
|
:paramtype action: str
|
9696
10301
|
:keyword state: Gets the state of virtual network rule. Known values are: "Provisioning",
|
9697
10302
|
"Deprovisioning", "Succeeded", "Failed", and "NetworkSourceDeleted".
|
9698
|
-
:paramtype state: str or ~azure.mgmt.storage.
|
10303
|
+
:paramtype state: str or ~azure.mgmt.storage.v2024_01_01.models.State
|
9699
10304
|
"""
|
9700
10305
|
super().__init__(**kwargs)
|
9701
10306
|
self.virtual_network_resource_id = virtual_network_resource_id
|