azure-mgmt-storage 22.0.0__py3-none-any.whl → 22.1.1__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/_storage_management_client.py +76 -76
- azure/mgmt/storage/_version.py +1 -1
- azure/mgmt/storage/aio/_storage_management_client.py +76 -76
- azure/mgmt/storage/models.py +1 -1
- azure/mgmt/storage/v2016_01_01/_version.py +1 -1
- azure/mgmt/storage/v2017_10_01/_version.py +1 -1
- azure/mgmt/storage/v2019_06_01/_version.py +1 -1
- azure/mgmt/storage/{v2023_05_01 → v2024_01_01}/_configuration.py +2 -2
- azure/mgmt/storage/{v2023_05_01 → v2024_01_01}/_storage_management_client.py +49 -49
- azure/mgmt/storage/{v2023_05_01 → v2024_01_01}/_version.py +1 -1
- azure/mgmt/storage/{v2023_05_01 → v2024_01_01}/aio/_configuration.py +2 -2
- azure/mgmt/storage/{v2023_05_01 → v2024_01_01}/aio/_storage_management_client.py +49 -49
- azure/mgmt/storage/{v2023_05_01 → v2024_01_01}/aio/operations/_blob_containers_operations.py +57 -57
- azure/mgmt/storage/{v2023_05_01 → v2024_01_01}/aio/operations/_blob_inventory_policies_operations.py +17 -17
- azure/mgmt/storage/{v2023_05_01 → v2024_01_01}/aio/operations/_blob_services_operations.py +11 -11
- azure/mgmt/storage/{v2023_05_01 → v2024_01_01}/aio/operations/_deleted_accounts_operations.py +5 -5
- azure/mgmt/storage/{v2023_05_01 → v2024_01_01}/aio/operations/_encryption_scopes_operations.py +18 -18
- azure/mgmt/storage/{v2023_05_01 → v2024_01_01}/aio/operations/_file_services_operations.py +173 -12
- azure/mgmt/storage/{v2023_05_01 → v2024_01_01}/aio/operations/_file_shares_operations.py +27 -27
- azure/mgmt/storage/{v2023_05_01 → v2024_01_01}/aio/operations/_local_users_operations.py +17 -17
- azure/mgmt/storage/{v2023_05_01 → v2024_01_01}/aio/operations/_management_policies_operations.py +15 -15
- azure/mgmt/storage/{v2023_05_01 → v2024_01_01}/aio/operations/_network_security_perimeter_configurations_operations.py +7 -7
- azure/mgmt/storage/{v2023_05_01 → v2024_01_01}/aio/operations/_object_replication_policies_operations.py +12 -12
- azure/mgmt/storage/{v2023_05_01 → v2024_01_01}/aio/operations/_operations.py +3 -3
- azure/mgmt/storage/{v2023_05_01 → v2024_01_01}/aio/operations/_private_endpoint_connections_operations.py +12 -12
- azure/mgmt/storage/{v2023_05_01 → v2024_01_01}/aio/operations/_private_link_resources_operations.py +3 -3
- azure/mgmt/storage/{v2023_05_01 → v2024_01_01}/aio/operations/_queue_operations.py +18 -18
- azure/mgmt/storage/{v2023_05_01 → v2024_01_01}/aio/operations/_queue_services_operations.py +11 -11
- azure/mgmt/storage/{v2023_05_01 → v2024_01_01}/aio/operations/_skus_operations.py +3 -3
- azure/mgmt/storage/{v2023_05_01 → v2024_01_01}/aio/operations/_storage_accounts_operations.py +69 -69
- azure/mgmt/storage/{v2023_05_01 → v2024_01_01}/aio/operations/_storage_task_assignment_instances_report_operations.py +3 -3
- azure/mgmt/storage/{v2023_05_01 → v2024_01_01}/aio/operations/_storage_task_assignments_instances_report_operations.py +3 -3
- azure/mgmt/storage/{v2023_05_01 → v2024_01_01}/aio/operations/_storage_task_assignments_operations.py +21 -21
- azure/mgmt/storage/{v2023_05_01 → v2024_01_01}/aio/operations/_table_operations.py +18 -18
- azure/mgmt/storage/{v2023_05_01 → v2024_01_01}/aio/operations/_table_services_operations.py +11 -11
- azure/mgmt/storage/{v2023_05_01 → v2024_01_01}/aio/operations/_usages_operations.py +3 -3
- azure/mgmt/storage/{v2023_05_01 → v2024_01_01}/models/__init__.py +22 -0
- azure/mgmt/storage/{v2023_05_01 → v2024_01_01}/models/_models_py3.py +1132 -526
- azure/mgmt/storage/{v2023_05_01 → v2024_01_01}/models/_storage_management_client_enums.py +6 -0
- azure/mgmt/storage/{v2023_05_01 → v2024_01_01}/operations/_blob_containers_operations.py +71 -71
- azure/mgmt/storage/{v2023_05_01 → v2024_01_01}/operations/_blob_inventory_policies_operations.py +21 -21
- azure/mgmt/storage/{v2023_05_01 → v2024_01_01}/operations/_blob_services_operations.py +14 -14
- azure/mgmt/storage/{v2023_05_01 → v2024_01_01}/operations/_deleted_accounts_operations.py +7 -7
- azure/mgmt/storage/{v2023_05_01 → v2024_01_01}/operations/_encryption_scopes_operations.py +22 -22
- azure/mgmt/storage/v2024_01_01/operations/_file_services_operations.py +669 -0
- azure/mgmt/storage/{v2023_05_01 → v2024_01_01}/operations/_file_shares_operations.py +34 -34
- azure/mgmt/storage/{v2023_05_01 → v2024_01_01}/operations/_local_users_operations.py +23 -23
- azure/mgmt/storage/{v2023_05_01 → v2024_01_01}/operations/_management_policies_operations.py +18 -18
- azure/mgmt/storage/{v2023_05_01 → v2024_01_01}/operations/_network_security_perimeter_configurations_operations.py +10 -10
- azure/mgmt/storage/{v2023_05_01 → v2024_01_01}/operations/_object_replication_policies_operations.py +16 -16
- azure/mgmt/storage/{v2023_05_01 → v2024_01_01}/operations/_operations.py +4 -4
- azure/mgmt/storage/{v2023_05_01 → v2024_01_01}/operations/_private_endpoint_connections_operations.py +16 -16
- azure/mgmt/storage/{v2023_05_01 → v2024_01_01}/operations/_private_link_resources_operations.py +4 -4
- azure/mgmt/storage/{v2023_05_01 → v2024_01_01}/operations/_queue_operations.py +23 -23
- azure/mgmt/storage/{v2023_05_01 → v2024_01_01}/operations/_queue_services_operations.py +14 -14
- azure/mgmt/storage/{v2023_05_01 → v2024_01_01}/operations/_skus_operations.py +4 -4
- azure/mgmt/storage/{v2023_05_01 → v2024_01_01}/operations/_storage_accounts_operations.py +87 -87
- azure/mgmt/storage/{v2023_05_01 → v2024_01_01}/operations/_storage_task_assignment_instances_report_operations.py +4 -4
- azure/mgmt/storage/{v2023_05_01 → v2024_01_01}/operations/_storage_task_assignments_instances_report_operations.py +4 -4
- azure/mgmt/storage/{v2023_05_01 → v2024_01_01}/operations/_storage_task_assignments_operations.py +26 -26
- azure/mgmt/storage/{v2023_05_01 → v2024_01_01}/operations/_table_operations.py +23 -23
- azure/mgmt/storage/{v2023_05_01 → v2024_01_01}/operations/_table_services_operations.py +14 -14
- azure/mgmt/storage/{v2023_05_01 → v2024_01_01}/operations/_usages_operations.py +4 -4
- {azure_mgmt_storage-22.0.0.dist-info → azure_mgmt_storage-22.1.1.dist-info}/METADATA +37 -1
- {azure_mgmt_storage-22.0.0.dist-info → azure_mgmt_storage-22.1.1.dist-info}/RECORD +78 -78
- azure/mgmt/storage/v2023_05_01/operations/_file_services_operations.py +0 -431
- /azure/mgmt/storage/{v2023_05_01 → v2024_01_01}/__init__.py +0 -0
- /azure/mgmt/storage/{v2023_05_01 → v2024_01_01}/_patch.py +0 -0
- /azure/mgmt/storage/{v2023_05_01 → v2024_01_01}/aio/__init__.py +0 -0
- /azure/mgmt/storage/{v2023_05_01 → v2024_01_01}/aio/_patch.py +0 -0
- /azure/mgmt/storage/{v2023_05_01 → v2024_01_01}/aio/operations/__init__.py +0 -0
- /azure/mgmt/storage/{v2023_05_01 → v2024_01_01}/aio/operations/_patch.py +0 -0
- /azure/mgmt/storage/{v2023_05_01 → v2024_01_01}/models/_patch.py +0 -0
- /azure/mgmt/storage/{v2023_05_01 → v2024_01_01}/operations/__init__.py +0 -0
- /azure/mgmt/storage/{v2023_05_01 → v2024_01_01}/operations/_patch.py +0 -0
- /azure/mgmt/storage/{v2023_05_01 → v2024_01_01}/py.typed +0 -0
- {azure_mgmt_storage-22.0.0.dist-info → azure_mgmt_storage-22.1.1.dist-info}/LICENSE +0 -0
- {azure_mgmt_storage-22.0.0.dist-info → azure_mgmt_storage-22.1.1.dist-info}/WHEEL +0 -0
- {azure_mgmt_storage-22.0.0.dist-info → azure_mgmt_storage-22.1.1.dist-info}/top_level.txt +0 -0
@@ -53,7 +53,7 @@ class StorageTaskAssignmentsOperations:
|
|
53
53
|
**DO NOT** instantiate this class directly.
|
54
54
|
|
55
55
|
Instead, you should access the following operations through
|
56
|
-
:class:`~azure.mgmt.storage.
|
56
|
+
:class:`~azure.mgmt.storage.v2024_01_01.aio.StorageManagementClient`'s
|
57
57
|
:attr:`storage_task_assignments` attribute.
|
58
58
|
"""
|
59
59
|
|
@@ -86,7 +86,7 @@ class StorageTaskAssignmentsOperations:
|
|
86
86
|
_headers = case_insensitive_dict(kwargs.pop("headers", {}) or {})
|
87
87
|
_params = case_insensitive_dict(kwargs.pop("params", {}) or {})
|
88
88
|
|
89
|
-
api_version: str = kwargs.pop("api_version", _params.pop("api-version", self._api_version or "
|
89
|
+
api_version: str = kwargs.pop("api_version", _params.pop("api-version", self._api_version or "2024-01-01"))
|
90
90
|
content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None))
|
91
91
|
cls: ClsType[AsyncIterator[bytes]] = kwargs.pop("cls", None)
|
92
92
|
|
@@ -169,14 +169,14 @@ class StorageTaskAssignmentsOperations:
|
|
169
169
|
length and use numbers and lower-case letters only. Required.
|
170
170
|
:type storage_task_assignment_name: str
|
171
171
|
:param parameters: The parameters to create a Storage Task Assignment. Required.
|
172
|
-
:type parameters: ~azure.mgmt.storage.
|
172
|
+
:type parameters: ~azure.mgmt.storage.v2024_01_01.models.StorageTaskAssignment
|
173
173
|
:keyword content_type: Body Parameter content-type. Content type parameter for JSON body.
|
174
174
|
Default value is "application/json".
|
175
175
|
:paramtype content_type: str
|
176
176
|
:return: An instance of AsyncLROPoller that returns either StorageTaskAssignment or the result
|
177
177
|
of cls(response)
|
178
178
|
:rtype:
|
179
|
-
~azure.core.polling.AsyncLROPoller[~azure.mgmt.storage.
|
179
|
+
~azure.core.polling.AsyncLROPoller[~azure.mgmt.storage.v2024_01_01.models.StorageTaskAssignment]
|
180
180
|
:raises ~azure.core.exceptions.HttpResponseError:
|
181
181
|
"""
|
182
182
|
|
@@ -216,7 +216,7 @@ class StorageTaskAssignmentsOperations:
|
|
216
216
|
:return: An instance of AsyncLROPoller that returns either StorageTaskAssignment or the result
|
217
217
|
of cls(response)
|
218
218
|
:rtype:
|
219
|
-
~azure.core.polling.AsyncLROPoller[~azure.mgmt.storage.
|
219
|
+
~azure.core.polling.AsyncLROPoller[~azure.mgmt.storage.v2024_01_01.models.StorageTaskAssignment]
|
220
220
|
:raises ~azure.core.exceptions.HttpResponseError:
|
221
221
|
"""
|
222
222
|
|
@@ -248,17 +248,17 @@ class StorageTaskAssignmentsOperations:
|
|
248
248
|
:type storage_task_assignment_name: str
|
249
249
|
:param parameters: The parameters to create a Storage Task Assignment. Is either a
|
250
250
|
StorageTaskAssignment type or a IO[bytes] type. Required.
|
251
|
-
:type parameters: ~azure.mgmt.storage.
|
251
|
+
:type parameters: ~azure.mgmt.storage.v2024_01_01.models.StorageTaskAssignment or IO[bytes]
|
252
252
|
:return: An instance of AsyncLROPoller that returns either StorageTaskAssignment or the result
|
253
253
|
of cls(response)
|
254
254
|
:rtype:
|
255
|
-
~azure.core.polling.AsyncLROPoller[~azure.mgmt.storage.
|
255
|
+
~azure.core.polling.AsyncLROPoller[~azure.mgmt.storage.v2024_01_01.models.StorageTaskAssignment]
|
256
256
|
:raises ~azure.core.exceptions.HttpResponseError:
|
257
257
|
"""
|
258
258
|
_headers = case_insensitive_dict(kwargs.pop("headers", {}) or {})
|
259
259
|
_params = case_insensitive_dict(kwargs.pop("params", {}) or {})
|
260
260
|
|
261
|
-
api_version: str = kwargs.pop("api_version", _params.pop("api-version", self._api_version or "
|
261
|
+
api_version: str = kwargs.pop("api_version", _params.pop("api-version", self._api_version or "2024-01-01"))
|
262
262
|
content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None))
|
263
263
|
cls: ClsType[_models.StorageTaskAssignment] = kwargs.pop("cls", None)
|
264
264
|
polling: Union[bool, AsyncPollingMethod] = kwargs.pop("polling", True)
|
@@ -324,7 +324,7 @@ class StorageTaskAssignmentsOperations:
|
|
324
324
|
_headers = case_insensitive_dict(kwargs.pop("headers", {}) or {})
|
325
325
|
_params = case_insensitive_dict(kwargs.pop("params", {}) or {})
|
326
326
|
|
327
|
-
api_version: str = kwargs.pop("api_version", _params.pop("api-version", self._api_version or "
|
327
|
+
api_version: str = kwargs.pop("api_version", _params.pop("api-version", self._api_version or "2024-01-01"))
|
328
328
|
content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None))
|
329
329
|
cls: ClsType[AsyncIterator[bytes]] = kwargs.pop("cls", None)
|
330
330
|
|
@@ -403,14 +403,14 @@ class StorageTaskAssignmentsOperations:
|
|
403
403
|
length and use numbers and lower-case letters only. Required.
|
404
404
|
:type storage_task_assignment_name: str
|
405
405
|
:param parameters: The parameters to update a Storage Task Assignment. Required.
|
406
|
-
:type parameters: ~azure.mgmt.storage.
|
406
|
+
:type parameters: ~azure.mgmt.storage.v2024_01_01.models.StorageTaskAssignmentUpdateParameters
|
407
407
|
:keyword content_type: Body Parameter content-type. Content type parameter for JSON body.
|
408
408
|
Default value is "application/json".
|
409
409
|
:paramtype content_type: str
|
410
410
|
:return: An instance of AsyncLROPoller that returns either StorageTaskAssignment or the result
|
411
411
|
of cls(response)
|
412
412
|
:rtype:
|
413
|
-
~azure.core.polling.AsyncLROPoller[~azure.mgmt.storage.
|
413
|
+
~azure.core.polling.AsyncLROPoller[~azure.mgmt.storage.v2024_01_01.models.StorageTaskAssignment]
|
414
414
|
:raises ~azure.core.exceptions.HttpResponseError:
|
415
415
|
"""
|
416
416
|
|
@@ -446,7 +446,7 @@ class StorageTaskAssignmentsOperations:
|
|
446
446
|
:return: An instance of AsyncLROPoller that returns either StorageTaskAssignment or the result
|
447
447
|
of cls(response)
|
448
448
|
:rtype:
|
449
|
-
~azure.core.polling.AsyncLROPoller[~azure.mgmt.storage.
|
449
|
+
~azure.core.polling.AsyncLROPoller[~azure.mgmt.storage.v2024_01_01.models.StorageTaskAssignment]
|
450
450
|
:raises ~azure.core.exceptions.HttpResponseError:
|
451
451
|
"""
|
452
452
|
|
@@ -474,18 +474,18 @@ class StorageTaskAssignmentsOperations:
|
|
474
474
|
:type storage_task_assignment_name: str
|
475
475
|
:param parameters: The parameters to update a Storage Task Assignment. Is either a
|
476
476
|
StorageTaskAssignmentUpdateParameters type or a IO[bytes] type. Required.
|
477
|
-
:type parameters: ~azure.mgmt.storage.
|
477
|
+
:type parameters: ~azure.mgmt.storage.v2024_01_01.models.StorageTaskAssignmentUpdateParameters
|
478
478
|
or IO[bytes]
|
479
479
|
:return: An instance of AsyncLROPoller that returns either StorageTaskAssignment or the result
|
480
480
|
of cls(response)
|
481
481
|
:rtype:
|
482
|
-
~azure.core.polling.AsyncLROPoller[~azure.mgmt.storage.
|
482
|
+
~azure.core.polling.AsyncLROPoller[~azure.mgmt.storage.v2024_01_01.models.StorageTaskAssignment]
|
483
483
|
:raises ~azure.core.exceptions.HttpResponseError:
|
484
484
|
"""
|
485
485
|
_headers = case_insensitive_dict(kwargs.pop("headers", {}) or {})
|
486
486
|
_params = case_insensitive_dict(kwargs.pop("params", {}) or {})
|
487
487
|
|
488
|
-
api_version: str = kwargs.pop("api_version", _params.pop("api-version", self._api_version or "
|
488
|
+
api_version: str = kwargs.pop("api_version", _params.pop("api-version", self._api_version or "2024-01-01"))
|
489
489
|
content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None))
|
490
490
|
cls: ClsType[_models.StorageTaskAssignment] = kwargs.pop("cls", None)
|
491
491
|
polling: Union[bool, AsyncPollingMethod] = kwargs.pop("polling", True)
|
@@ -550,7 +550,7 @@ class StorageTaskAssignmentsOperations:
|
|
550
550
|
length and use numbers and lower-case letters only. Required.
|
551
551
|
:type storage_task_assignment_name: str
|
552
552
|
:return: StorageTaskAssignment or the result of cls(response)
|
553
|
-
:rtype: ~azure.mgmt.storage.
|
553
|
+
:rtype: ~azure.mgmt.storage.v2024_01_01.models.StorageTaskAssignment
|
554
554
|
:raises ~azure.core.exceptions.HttpResponseError:
|
555
555
|
"""
|
556
556
|
error_map: MutableMapping = {
|
@@ -564,7 +564,7 @@ class StorageTaskAssignmentsOperations:
|
|
564
564
|
_headers = kwargs.pop("headers", {}) or {}
|
565
565
|
_params = case_insensitive_dict(kwargs.pop("params", {}) or {})
|
566
566
|
|
567
|
-
api_version: str = kwargs.pop("api_version", _params.pop("api-version", self._api_version or "
|
567
|
+
api_version: str = kwargs.pop("api_version", _params.pop("api-version", self._api_version or "2024-01-01"))
|
568
568
|
cls: ClsType[_models.StorageTaskAssignment] = kwargs.pop("cls", None)
|
569
569
|
|
570
570
|
_request = build_get_request(
|
@@ -611,7 +611,7 @@ class StorageTaskAssignmentsOperations:
|
|
611
611
|
_headers = kwargs.pop("headers", {}) or {}
|
612
612
|
_params = case_insensitive_dict(kwargs.pop("params", {}) or {})
|
613
613
|
|
614
|
-
api_version: str = kwargs.pop("api_version", _params.pop("api-version", self._api_version or "
|
614
|
+
api_version: str = kwargs.pop("api_version", _params.pop("api-version", self._api_version or "2024-01-01"))
|
615
615
|
cls: ClsType[AsyncIterator[bytes]] = kwargs.pop("cls", None)
|
616
616
|
|
617
617
|
_request = build_delete_request(
|
@@ -677,7 +677,7 @@ class StorageTaskAssignmentsOperations:
|
|
677
677
|
_headers = kwargs.pop("headers", {}) or {}
|
678
678
|
_params = case_insensitive_dict(kwargs.pop("params", {}) or {})
|
679
679
|
|
680
|
-
api_version: str = kwargs.pop("api_version", _params.pop("api-version", self._api_version or "
|
680
|
+
api_version: str = kwargs.pop("api_version", _params.pop("api-version", self._api_version or "2024-01-01"))
|
681
681
|
cls: ClsType[None] = kwargs.pop("cls", None)
|
682
682
|
polling: Union[bool, AsyncPollingMethod] = kwargs.pop("polling", True)
|
683
683
|
lro_delay = kwargs.pop("polling_interval", self._config.polling_interval)
|
@@ -736,13 +736,13 @@ class StorageTaskAssignmentsOperations:
|
|
736
736
|
:return: An iterator like instance of either StorageTaskAssignment or the result of
|
737
737
|
cls(response)
|
738
738
|
:rtype:
|
739
|
-
~azure.core.async_paging.AsyncItemPaged[~azure.mgmt.storage.
|
739
|
+
~azure.core.async_paging.AsyncItemPaged[~azure.mgmt.storage.v2024_01_01.models.StorageTaskAssignment]
|
740
740
|
:raises ~azure.core.exceptions.HttpResponseError:
|
741
741
|
"""
|
742
742
|
_headers = kwargs.pop("headers", {}) or {}
|
743
743
|
_params = case_insensitive_dict(kwargs.pop("params", {}) or {})
|
744
744
|
|
745
|
-
api_version: str = kwargs.pop("api_version", _params.pop("api-version", self._api_version or "
|
745
|
+
api_version: str = kwargs.pop("api_version", _params.pop("api-version", self._api_version or "2024-01-01"))
|
746
746
|
cls: ClsType[_models.StorageTaskAssignmentsList] = kwargs.pop("cls", None)
|
747
747
|
|
748
748
|
error_map: MutableMapping = {
|
@@ -49,7 +49,7 @@ class TableOperations:
|
|
49
49
|
**DO NOT** instantiate this class directly.
|
50
50
|
|
51
51
|
Instead, you should access the following operations through
|
52
|
-
:class:`~azure.mgmt.storage.
|
52
|
+
:class:`~azure.mgmt.storage.v2024_01_01.aio.StorageManagementClient`'s
|
53
53
|
:attr:`table` attribute.
|
54
54
|
"""
|
55
55
|
|
@@ -88,12 +88,12 @@ class TableOperations:
|
|
88
88
|
with a numeric character. Required.
|
89
89
|
:type table_name: str
|
90
90
|
:param parameters: The parameters to provide to create a table. Default value is None.
|
91
|
-
:type parameters: ~azure.mgmt.storage.
|
91
|
+
:type parameters: ~azure.mgmt.storage.v2024_01_01.models.Table
|
92
92
|
:keyword content_type: Body Parameter content-type. Content type parameter for JSON body.
|
93
93
|
Default value is "application/json".
|
94
94
|
:paramtype content_type: str
|
95
95
|
:return: Table or the result of cls(response)
|
96
|
-
:rtype: ~azure.mgmt.storage.
|
96
|
+
:rtype: ~azure.mgmt.storage.v2024_01_01.models.Table
|
97
97
|
:raises ~azure.core.exceptions.HttpResponseError:
|
98
98
|
"""
|
99
99
|
|
@@ -127,7 +127,7 @@ class TableOperations:
|
|
127
127
|
Default value is "application/json".
|
128
128
|
:paramtype content_type: str
|
129
129
|
:return: Table or the result of cls(response)
|
130
|
-
:rtype: ~azure.mgmt.storage.
|
130
|
+
:rtype: ~azure.mgmt.storage.v2024_01_01.models.Table
|
131
131
|
:raises ~azure.core.exceptions.HttpResponseError:
|
132
132
|
"""
|
133
133
|
|
@@ -155,9 +155,9 @@ class TableOperations:
|
|
155
155
|
:type table_name: str
|
156
156
|
:param parameters: The parameters to provide to create a table. Is either a Table type or a
|
157
157
|
IO[bytes] type. Default value is None.
|
158
|
-
:type parameters: ~azure.mgmt.storage.
|
158
|
+
:type parameters: ~azure.mgmt.storage.v2024_01_01.models.Table or IO[bytes]
|
159
159
|
:return: Table or the result of cls(response)
|
160
|
-
:rtype: ~azure.mgmt.storage.
|
160
|
+
:rtype: ~azure.mgmt.storage.v2024_01_01.models.Table
|
161
161
|
:raises ~azure.core.exceptions.HttpResponseError:
|
162
162
|
"""
|
163
163
|
error_map: MutableMapping = {
|
@@ -171,7 +171,7 @@ class TableOperations:
|
|
171
171
|
_headers = case_insensitive_dict(kwargs.pop("headers", {}) or {})
|
172
172
|
_params = case_insensitive_dict(kwargs.pop("params", {}) or {})
|
173
173
|
|
174
|
-
api_version: str = kwargs.pop("api_version", _params.pop("api-version", self._api_version or "
|
174
|
+
api_version: str = kwargs.pop("api_version", _params.pop("api-version", self._api_version or "2024-01-01"))
|
175
175
|
content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None))
|
176
176
|
cls: ClsType[_models.Table] = kwargs.pop("cls", None)
|
177
177
|
|
@@ -243,12 +243,12 @@ class TableOperations:
|
|
243
243
|
with a numeric character. Required.
|
244
244
|
:type table_name: str
|
245
245
|
:param parameters: The parameters to provide to create a table. Default value is None.
|
246
|
-
:type parameters: ~azure.mgmt.storage.
|
246
|
+
:type parameters: ~azure.mgmt.storage.v2024_01_01.models.Table
|
247
247
|
:keyword content_type: Body Parameter content-type. Content type parameter for JSON body.
|
248
248
|
Default value is "application/json".
|
249
249
|
:paramtype content_type: str
|
250
250
|
:return: Table or the result of cls(response)
|
251
|
-
:rtype: ~azure.mgmt.storage.
|
251
|
+
:rtype: ~azure.mgmt.storage.v2024_01_01.models.Table
|
252
252
|
:raises ~azure.core.exceptions.HttpResponseError:
|
253
253
|
"""
|
254
254
|
|
@@ -282,7 +282,7 @@ class TableOperations:
|
|
282
282
|
Default value is "application/json".
|
283
283
|
:paramtype content_type: str
|
284
284
|
:return: Table or the result of cls(response)
|
285
|
-
:rtype: ~azure.mgmt.storage.
|
285
|
+
:rtype: ~azure.mgmt.storage.v2024_01_01.models.Table
|
286
286
|
:raises ~azure.core.exceptions.HttpResponseError:
|
287
287
|
"""
|
288
288
|
|
@@ -310,9 +310,9 @@ class TableOperations:
|
|
310
310
|
:type table_name: str
|
311
311
|
:param parameters: The parameters to provide to create a table. Is either a Table type or a
|
312
312
|
IO[bytes] type. Default value is None.
|
313
|
-
:type parameters: ~azure.mgmt.storage.
|
313
|
+
:type parameters: ~azure.mgmt.storage.v2024_01_01.models.Table or IO[bytes]
|
314
314
|
:return: Table or the result of cls(response)
|
315
|
-
:rtype: ~azure.mgmt.storage.
|
315
|
+
:rtype: ~azure.mgmt.storage.v2024_01_01.models.Table
|
316
316
|
:raises ~azure.core.exceptions.HttpResponseError:
|
317
317
|
"""
|
318
318
|
error_map: MutableMapping = {
|
@@ -326,7 +326,7 @@ class TableOperations:
|
|
326
326
|
_headers = case_insensitive_dict(kwargs.pop("headers", {}) or {})
|
327
327
|
_params = case_insensitive_dict(kwargs.pop("params", {}) or {})
|
328
328
|
|
329
|
-
api_version: str = kwargs.pop("api_version", _params.pop("api-version", self._api_version or "
|
329
|
+
api_version: str = kwargs.pop("api_version", _params.pop("api-version", self._api_version or "2024-01-01"))
|
330
330
|
content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None))
|
331
331
|
cls: ClsType[_models.Table] = kwargs.pop("cls", None)
|
332
332
|
|
@@ -389,7 +389,7 @@ class TableOperations:
|
|
389
389
|
with a numeric character. Required.
|
390
390
|
:type table_name: str
|
391
391
|
:return: Table or the result of cls(response)
|
392
|
-
:rtype: ~azure.mgmt.storage.
|
392
|
+
:rtype: ~azure.mgmt.storage.v2024_01_01.models.Table
|
393
393
|
:raises ~azure.core.exceptions.HttpResponseError:
|
394
394
|
"""
|
395
395
|
error_map: MutableMapping = {
|
@@ -403,7 +403,7 @@ class TableOperations:
|
|
403
403
|
_headers = kwargs.pop("headers", {}) or {}
|
404
404
|
_params = case_insensitive_dict(kwargs.pop("params", {}) or {})
|
405
405
|
|
406
|
-
api_version: str = kwargs.pop("api_version", _params.pop("api-version", self._api_version or "
|
406
|
+
api_version: str = kwargs.pop("api_version", _params.pop("api-version", self._api_version or "2024-01-01"))
|
407
407
|
cls: ClsType[_models.Table] = kwargs.pop("cls", None)
|
408
408
|
|
409
409
|
_request = build_get_request(
|
@@ -465,7 +465,7 @@ class TableOperations:
|
|
465
465
|
_headers = kwargs.pop("headers", {}) or {}
|
466
466
|
_params = case_insensitive_dict(kwargs.pop("params", {}) or {})
|
467
467
|
|
468
|
-
api_version: str = kwargs.pop("api_version", _params.pop("api-version", self._api_version or "
|
468
|
+
api_version: str = kwargs.pop("api_version", _params.pop("api-version", self._api_version or "2024-01-01"))
|
469
469
|
cls: ClsType[None] = kwargs.pop("cls", None)
|
470
470
|
|
471
471
|
_request = build_delete_request(
|
@@ -505,13 +505,13 @@ class TableOperations:
|
|
505
505
|
lower-case letters only. Required.
|
506
506
|
:type account_name: str
|
507
507
|
:return: An iterator like instance of either Table or the result of cls(response)
|
508
|
-
:rtype: ~azure.core.async_paging.AsyncItemPaged[~azure.mgmt.storage.
|
508
|
+
:rtype: ~azure.core.async_paging.AsyncItemPaged[~azure.mgmt.storage.v2024_01_01.models.Table]
|
509
509
|
:raises ~azure.core.exceptions.HttpResponseError:
|
510
510
|
"""
|
511
511
|
_headers = kwargs.pop("headers", {}) or {}
|
512
512
|
_params = case_insensitive_dict(kwargs.pop("params", {}) or {})
|
513
513
|
|
514
|
-
api_version: str = kwargs.pop("api_version", _params.pop("api-version", self._api_version or "
|
514
|
+
api_version: str = kwargs.pop("api_version", _params.pop("api-version", self._api_version or "2024-01-01"))
|
515
515
|
cls: ClsType[_models.ListTableResource] = kwargs.pop("cls", None)
|
516
516
|
|
517
517
|
error_map: MutableMapping = {
|
@@ -44,7 +44,7 @@ class TableServicesOperations:
|
|
44
44
|
**DO NOT** instantiate this class directly.
|
45
45
|
|
46
46
|
Instead, you should access the following operations through
|
47
|
-
:class:`~azure.mgmt.storage.
|
47
|
+
:class:`~azure.mgmt.storage.v2024_01_01.aio.StorageManagementClient`'s
|
48
48
|
:attr:`table_services` attribute.
|
49
49
|
"""
|
50
50
|
|
@@ -70,7 +70,7 @@ class TableServicesOperations:
|
|
70
70
|
lower-case letters only. Required.
|
71
71
|
:type account_name: str
|
72
72
|
:return: ListTableServices or the result of cls(response)
|
73
|
-
:rtype: ~azure.mgmt.storage.
|
73
|
+
:rtype: ~azure.mgmt.storage.v2024_01_01.models.ListTableServices
|
74
74
|
:raises ~azure.core.exceptions.HttpResponseError:
|
75
75
|
"""
|
76
76
|
error_map: MutableMapping = {
|
@@ -84,7 +84,7 @@ class TableServicesOperations:
|
|
84
84
|
_headers = kwargs.pop("headers", {}) or {}
|
85
85
|
_params = case_insensitive_dict(kwargs.pop("params", {}) or {})
|
86
86
|
|
87
|
-
api_version: str = kwargs.pop("api_version", _params.pop("api-version", self._api_version or "
|
87
|
+
api_version: str = kwargs.pop("api_version", _params.pop("api-version", self._api_version or "2024-01-01"))
|
88
88
|
cls: ClsType[_models.ListTableServices] = kwargs.pop("cls", None)
|
89
89
|
|
90
90
|
_request = build_list_request(
|
@@ -137,12 +137,12 @@ class TableServicesOperations:
|
|
137
137
|
:type account_name: str
|
138
138
|
:param parameters: The properties of a storage account’s Table service, only properties for
|
139
139
|
Storage Analytics and CORS (Cross-Origin Resource Sharing) rules can be specified. Required.
|
140
|
-
:type parameters: ~azure.mgmt.storage.
|
140
|
+
:type parameters: ~azure.mgmt.storage.v2024_01_01.models.TableServiceProperties
|
141
141
|
:keyword content_type: Body Parameter content-type. Content type parameter for JSON body.
|
142
142
|
Default value is "application/json".
|
143
143
|
:paramtype content_type: str
|
144
144
|
:return: TableServiceProperties or the result of cls(response)
|
145
|
-
:rtype: ~azure.mgmt.storage.
|
145
|
+
:rtype: ~azure.mgmt.storage.v2024_01_01.models.TableServiceProperties
|
146
146
|
:raises ~azure.core.exceptions.HttpResponseError:
|
147
147
|
"""
|
148
148
|
|
@@ -173,7 +173,7 @@ class TableServicesOperations:
|
|
173
173
|
Default value is "application/json".
|
174
174
|
:paramtype content_type: str
|
175
175
|
:return: TableServiceProperties or the result of cls(response)
|
176
|
-
:rtype: ~azure.mgmt.storage.
|
176
|
+
:rtype: ~azure.mgmt.storage.v2024_01_01.models.TableServiceProperties
|
177
177
|
:raises ~azure.core.exceptions.HttpResponseError:
|
178
178
|
"""
|
179
179
|
|
@@ -198,9 +198,9 @@ class TableServicesOperations:
|
|
198
198
|
:param parameters: The properties of a storage account’s Table service, only properties for
|
199
199
|
Storage Analytics and CORS (Cross-Origin Resource Sharing) rules can be specified. Is either a
|
200
200
|
TableServiceProperties type or a IO[bytes] type. Required.
|
201
|
-
:type parameters: ~azure.mgmt.storage.
|
201
|
+
:type parameters: ~azure.mgmt.storage.v2024_01_01.models.TableServiceProperties or IO[bytes]
|
202
202
|
:return: TableServiceProperties or the result of cls(response)
|
203
|
-
:rtype: ~azure.mgmt.storage.
|
203
|
+
:rtype: ~azure.mgmt.storage.v2024_01_01.models.TableServiceProperties
|
204
204
|
:raises ~azure.core.exceptions.HttpResponseError:
|
205
205
|
"""
|
206
206
|
error_map: MutableMapping = {
|
@@ -214,7 +214,7 @@ class TableServicesOperations:
|
|
214
214
|
_headers = case_insensitive_dict(kwargs.pop("headers", {}) or {})
|
215
215
|
_params = case_insensitive_dict(kwargs.pop("params", {}) or {})
|
216
216
|
|
217
|
-
api_version: str = kwargs.pop("api_version", _params.pop("api-version", self._api_version or "
|
217
|
+
api_version: str = kwargs.pop("api_version", _params.pop("api-version", self._api_version or "2024-01-01"))
|
218
218
|
table_service_name: Literal["default"] = kwargs.pop("table_service_name", "default")
|
219
219
|
content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None))
|
220
220
|
cls: ClsType[_models.TableServiceProperties] = kwargs.pop("cls", None)
|
@@ -274,7 +274,7 @@ class TableServicesOperations:
|
|
274
274
|
lower-case letters only. Required.
|
275
275
|
:type account_name: str
|
276
276
|
:return: TableServiceProperties or the result of cls(response)
|
277
|
-
:rtype: ~azure.mgmt.storage.
|
277
|
+
:rtype: ~azure.mgmt.storage.v2024_01_01.models.TableServiceProperties
|
278
278
|
:raises ~azure.core.exceptions.HttpResponseError:
|
279
279
|
"""
|
280
280
|
error_map: MutableMapping = {
|
@@ -288,7 +288,7 @@ class TableServicesOperations:
|
|
288
288
|
_headers = kwargs.pop("headers", {}) or {}
|
289
289
|
_params = case_insensitive_dict(kwargs.pop("params", {}) or {})
|
290
290
|
|
291
|
-
api_version: str = kwargs.pop("api_version", _params.pop("api-version", self._api_version or "
|
291
|
+
api_version: str = kwargs.pop("api_version", _params.pop("api-version", self._api_version or "2024-01-01"))
|
292
292
|
table_service_name: Literal["default"] = kwargs.pop("table_service_name", "default")
|
293
293
|
cls: ClsType[_models.TableServiceProperties] = kwargs.pop("cls", None)
|
294
294
|
|
@@ -41,7 +41,7 @@ class UsagesOperations:
|
|
41
41
|
**DO NOT** instantiate this class directly.
|
42
42
|
|
43
43
|
Instead, you should access the following operations through
|
44
|
-
:class:`~azure.mgmt.storage.
|
44
|
+
:class:`~azure.mgmt.storage.v2024_01_01.aio.StorageManagementClient`'s
|
45
45
|
:attr:`usages` attribute.
|
46
46
|
"""
|
47
47
|
|
@@ -63,13 +63,13 @@ class UsagesOperations:
|
|
63
63
|
:param location: The location of the Azure Storage resource. Required.
|
64
64
|
:type location: str
|
65
65
|
:return: An iterator like instance of either Usage or the result of cls(response)
|
66
|
-
:rtype: ~azure.core.async_paging.AsyncItemPaged[~azure.mgmt.storage.
|
66
|
+
:rtype: ~azure.core.async_paging.AsyncItemPaged[~azure.mgmt.storage.v2024_01_01.models.Usage]
|
67
67
|
:raises ~azure.core.exceptions.HttpResponseError:
|
68
68
|
"""
|
69
69
|
_headers = kwargs.pop("headers", {}) or {}
|
70
70
|
_params = case_insensitive_dict(kwargs.pop("params", {}) or {})
|
71
71
|
|
72
|
-
api_version: str = kwargs.pop("api_version", _params.pop("api-version", self._api_version or "
|
72
|
+
api_version: str = kwargs.pop("api_version", _params.pop("api-version", self._api_version or "2024-01-01"))
|
73
73
|
cls: ClsType[_models.UsageListResult] = kwargs.pop("cls", None)
|
74
74
|
|
75
75
|
error_map: MutableMapping = {
|
@@ -16,7 +16,10 @@ if TYPE_CHECKING:
|
|
16
16
|
from ._models_py3 import ( # type: ignore
|
17
17
|
AccessPolicy,
|
18
18
|
AccountImmutabilityPolicyProperties,
|
19
|
+
AccountLimits,
|
19
20
|
AccountSasParameters,
|
21
|
+
AccountUsage,
|
22
|
+
AccountUsageElements,
|
20
23
|
ActiveDirectoryProperties,
|
21
24
|
AzureEntityResource,
|
22
25
|
AzureFilesIdentityBasedAuthentication,
|
@@ -32,6 +35,7 @@ from ._models_py3 import ( # type: ignore
|
|
32
35
|
BlobRestoreStatus,
|
33
36
|
BlobServiceItems,
|
34
37
|
BlobServiceProperties,
|
38
|
+
BurstingConstants,
|
35
39
|
ChangeFeed,
|
36
40
|
CheckNameAvailabilityResult,
|
37
41
|
CloudErrorBody,
|
@@ -64,9 +68,15 @@ from ._models_py3 import ( # type: ignore
|
|
64
68
|
ExtendedLocation,
|
65
69
|
FileServiceItems,
|
66
70
|
FileServiceProperties,
|
71
|
+
FileServiceUsage,
|
72
|
+
FileServiceUsageProperties,
|
73
|
+
FileServiceUsages,
|
67
74
|
FileShare,
|
68
75
|
FileShareItem,
|
69
76
|
FileShareItems,
|
77
|
+
FileShareLimits,
|
78
|
+
FileSharePropertiesFileSharePaidBursting,
|
79
|
+
FileShareRecommendations,
|
70
80
|
GeoReplicationStats,
|
71
81
|
IPRule,
|
72
82
|
Identity,
|
@@ -121,6 +131,7 @@ from ._models_py3 import ( # type: ignore
|
|
121
131
|
ObjectReplicationPolicies,
|
122
132
|
ObjectReplicationPolicy,
|
123
133
|
ObjectReplicationPolicyFilter,
|
134
|
+
ObjectReplicationPolicyPropertiesMetrics,
|
124
135
|
ObjectReplicationPolicyRule,
|
125
136
|
Operation,
|
126
137
|
OperationDisplay,
|
@@ -285,7 +296,10 @@ from ._patch import patch_sdk as _patch_sdk
|
|
285
296
|
__all__ = [
|
286
297
|
"AccessPolicy",
|
287
298
|
"AccountImmutabilityPolicyProperties",
|
299
|
+
"AccountLimits",
|
288
300
|
"AccountSasParameters",
|
301
|
+
"AccountUsage",
|
302
|
+
"AccountUsageElements",
|
289
303
|
"ActiveDirectoryProperties",
|
290
304
|
"AzureEntityResource",
|
291
305
|
"AzureFilesIdentityBasedAuthentication",
|
@@ -301,6 +315,7 @@ __all__ = [
|
|
301
315
|
"BlobRestoreStatus",
|
302
316
|
"BlobServiceItems",
|
303
317
|
"BlobServiceProperties",
|
318
|
+
"BurstingConstants",
|
304
319
|
"ChangeFeed",
|
305
320
|
"CheckNameAvailabilityResult",
|
306
321
|
"CloudErrorBody",
|
@@ -333,9 +348,15 @@ __all__ = [
|
|
333
348
|
"ExtendedLocation",
|
334
349
|
"FileServiceItems",
|
335
350
|
"FileServiceProperties",
|
351
|
+
"FileServiceUsage",
|
352
|
+
"FileServiceUsageProperties",
|
353
|
+
"FileServiceUsages",
|
336
354
|
"FileShare",
|
337
355
|
"FileShareItem",
|
338
356
|
"FileShareItems",
|
357
|
+
"FileShareLimits",
|
358
|
+
"FileSharePropertiesFileSharePaidBursting",
|
359
|
+
"FileShareRecommendations",
|
339
360
|
"GeoReplicationStats",
|
340
361
|
"IPRule",
|
341
362
|
"Identity",
|
@@ -390,6 +411,7 @@ __all__ = [
|
|
390
411
|
"ObjectReplicationPolicies",
|
391
412
|
"ObjectReplicationPolicy",
|
392
413
|
"ObjectReplicationPolicyFilter",
|
414
|
+
"ObjectReplicationPolicyPropertiesMetrics",
|
393
415
|
"ObjectReplicationPolicyRule",
|
394
416
|
"Operation",
|
395
417
|
"OperationDisplay",
|