azure-mgmt-storage 22.0.0__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/_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.0.dist-info}/METADATA +31 -1
- {azure_mgmt_storage-22.0.0.dist-info → azure_mgmt_storage-22.1.0.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.0.dist-info}/LICENSE +0 -0
- {azure_mgmt_storage-22.0.0.dist-info → azure_mgmt_storage-22.1.0.dist-info}/WHEEL +0 -0
- {azure_mgmt_storage-22.0.0.dist-info → azure_mgmt_storage-22.1.0.dist-info}/top_level.txt +0 -0
azure/mgmt/storage/{v2023_05_01 → v2024_01_01}/aio/operations/_storage_accounts_operations.py
RENAMED
@@ -80,7 +80,7 @@ class StorageAccountsOperations: # pylint: disable=too-many-public-methods
|
|
80
80
|
**DO NOT** instantiate this class directly.
|
81
81
|
|
82
82
|
Instead, you should access the following operations through
|
83
|
-
:class:`~azure.mgmt.storage.
|
83
|
+
:class:`~azure.mgmt.storage.v2024_01_01.aio.StorageManagementClient`'s
|
84
84
|
:attr:`storage_accounts` attribute.
|
85
85
|
"""
|
86
86
|
|
@@ -108,12 +108,12 @@ class StorageAccountsOperations: # pylint: disable=too-many-public-methods
|
|
108
108
|
Storage account names must be between 3 and 24 characters in length and use numbers and
|
109
109
|
lower-case letters only. Required.
|
110
110
|
:type account_name:
|
111
|
-
~azure.mgmt.storage.
|
111
|
+
~azure.mgmt.storage.v2024_01_01.models.StorageAccountCheckNameAvailabilityParameters
|
112
112
|
:keyword content_type: Body Parameter content-type. Content type parameter for JSON body.
|
113
113
|
Default value is "application/json".
|
114
114
|
:paramtype content_type: str
|
115
115
|
:return: CheckNameAvailabilityResult or the result of cls(response)
|
116
|
-
:rtype: ~azure.mgmt.storage.
|
116
|
+
:rtype: ~azure.mgmt.storage.v2024_01_01.models.CheckNameAvailabilityResult
|
117
117
|
:raises ~azure.core.exceptions.HttpResponseError:
|
118
118
|
"""
|
119
119
|
|
@@ -131,7 +131,7 @@ class StorageAccountsOperations: # pylint: disable=too-many-public-methods
|
|
131
131
|
Default value is "application/json".
|
132
132
|
:paramtype content_type: str
|
133
133
|
:return: CheckNameAvailabilityResult or the result of cls(response)
|
134
|
-
:rtype: ~azure.mgmt.storage.
|
134
|
+
:rtype: ~azure.mgmt.storage.v2024_01_01.models.CheckNameAvailabilityResult
|
135
135
|
:raises ~azure.core.exceptions.HttpResponseError:
|
136
136
|
"""
|
137
137
|
|
@@ -146,10 +146,10 @@ class StorageAccountsOperations: # pylint: disable=too-many-public-methods
|
|
146
146
|
lower-case letters only. Is either a StorageAccountCheckNameAvailabilityParameters type or a
|
147
147
|
IO[bytes] type. Required.
|
148
148
|
:type account_name:
|
149
|
-
~azure.mgmt.storage.
|
149
|
+
~azure.mgmt.storage.v2024_01_01.models.StorageAccountCheckNameAvailabilityParameters or
|
150
150
|
IO[bytes]
|
151
151
|
:return: CheckNameAvailabilityResult or the result of cls(response)
|
152
|
-
:rtype: ~azure.mgmt.storage.
|
152
|
+
:rtype: ~azure.mgmt.storage.v2024_01_01.models.CheckNameAvailabilityResult
|
153
153
|
:raises ~azure.core.exceptions.HttpResponseError:
|
154
154
|
"""
|
155
155
|
error_map: MutableMapping = {
|
@@ -163,7 +163,7 @@ class StorageAccountsOperations: # pylint: disable=too-many-public-methods
|
|
163
163
|
_headers = case_insensitive_dict(kwargs.pop("headers", {}) or {})
|
164
164
|
_params = case_insensitive_dict(kwargs.pop("params", {}) or {})
|
165
165
|
|
166
|
-
api_version: str = kwargs.pop("api_version", _params.pop("api-version", self._api_version or "
|
166
|
+
api_version: str = kwargs.pop("api_version", _params.pop("api-version", self._api_version or "2024-01-01"))
|
167
167
|
content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None))
|
168
168
|
cls: ClsType[_models.CheckNameAvailabilityResult] = kwargs.pop("cls", None)
|
169
169
|
|
@@ -222,7 +222,7 @@ class StorageAccountsOperations: # pylint: disable=too-many-public-methods
|
|
222
222
|
_headers = case_insensitive_dict(kwargs.pop("headers", {}) or {})
|
223
223
|
_params = case_insensitive_dict(kwargs.pop("params", {}) or {})
|
224
224
|
|
225
|
-
api_version: str = kwargs.pop("api_version", _params.pop("api-version", self._api_version or "
|
225
|
+
api_version: str = kwargs.pop("api_version", _params.pop("api-version", self._api_version or "2024-01-01"))
|
226
226
|
content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None))
|
227
227
|
cls: ClsType[AsyncIterator[bytes]] = kwargs.pop("cls", None)
|
228
228
|
|
@@ -293,14 +293,14 @@ class StorageAccountsOperations: # pylint: disable=too-many-public-methods
|
|
293
293
|
lower-case letters only. Required.
|
294
294
|
:type account_name: str
|
295
295
|
:param parameters: The parameters to provide for the created account. Required.
|
296
|
-
:type parameters: ~azure.mgmt.storage.
|
296
|
+
:type parameters: ~azure.mgmt.storage.v2024_01_01.models.StorageAccountCreateParameters
|
297
297
|
:keyword content_type: Body Parameter content-type. Content type parameter for JSON body.
|
298
298
|
Default value is "application/json".
|
299
299
|
:paramtype content_type: str
|
300
300
|
:return: An instance of AsyncLROPoller that returns either StorageAccount or the result of
|
301
301
|
cls(response)
|
302
302
|
:rtype:
|
303
|
-
~azure.core.polling.AsyncLROPoller[~azure.mgmt.storage.
|
303
|
+
~azure.core.polling.AsyncLROPoller[~azure.mgmt.storage.v2024_01_01.models.StorageAccount]
|
304
304
|
:raises ~azure.core.exceptions.HttpResponseError:
|
305
305
|
"""
|
306
306
|
|
@@ -334,7 +334,7 @@ class StorageAccountsOperations: # pylint: disable=too-many-public-methods
|
|
334
334
|
:return: An instance of AsyncLROPoller that returns either StorageAccount or the result of
|
335
335
|
cls(response)
|
336
336
|
:rtype:
|
337
|
-
~azure.core.polling.AsyncLROPoller[~azure.mgmt.storage.
|
337
|
+
~azure.core.polling.AsyncLROPoller[~azure.mgmt.storage.v2024_01_01.models.StorageAccount]
|
338
338
|
:raises ~azure.core.exceptions.HttpResponseError:
|
339
339
|
"""
|
340
340
|
|
@@ -360,18 +360,18 @@ class StorageAccountsOperations: # pylint: disable=too-many-public-methods
|
|
360
360
|
:type account_name: str
|
361
361
|
:param parameters: The parameters to provide for the created account. Is either a
|
362
362
|
StorageAccountCreateParameters type or a IO[bytes] type. Required.
|
363
|
-
:type parameters: ~azure.mgmt.storage.
|
363
|
+
:type parameters: ~azure.mgmt.storage.v2024_01_01.models.StorageAccountCreateParameters or
|
364
364
|
IO[bytes]
|
365
365
|
:return: An instance of AsyncLROPoller that returns either StorageAccount or the result of
|
366
366
|
cls(response)
|
367
367
|
:rtype:
|
368
|
-
~azure.core.polling.AsyncLROPoller[~azure.mgmt.storage.
|
368
|
+
~azure.core.polling.AsyncLROPoller[~azure.mgmt.storage.v2024_01_01.models.StorageAccount]
|
369
369
|
:raises ~azure.core.exceptions.HttpResponseError:
|
370
370
|
"""
|
371
371
|
_headers = case_insensitive_dict(kwargs.pop("headers", {}) or {})
|
372
372
|
_params = case_insensitive_dict(kwargs.pop("params", {}) or {})
|
373
373
|
|
374
|
-
api_version: str = kwargs.pop("api_version", _params.pop("api-version", self._api_version or "
|
374
|
+
api_version: str = kwargs.pop("api_version", _params.pop("api-version", self._api_version or "2024-01-01"))
|
375
375
|
content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None))
|
376
376
|
cls: ClsType[_models.StorageAccount] = kwargs.pop("cls", None)
|
377
377
|
polling: Union[bool, AsyncPollingMethod] = kwargs.pop("polling", True)
|
@@ -441,7 +441,7 @@ class StorageAccountsOperations: # pylint: disable=too-many-public-methods
|
|
441
441
|
_headers = kwargs.pop("headers", {}) or {}
|
442
442
|
_params = case_insensitive_dict(kwargs.pop("params", {}) or {})
|
443
443
|
|
444
|
-
api_version: str = kwargs.pop("api_version", _params.pop("api-version", self._api_version or "
|
444
|
+
api_version: str = kwargs.pop("api_version", _params.pop("api-version", self._api_version or "2024-01-01"))
|
445
445
|
cls: ClsType[None] = kwargs.pop("cls", None)
|
446
446
|
|
447
447
|
_request = build_delete_request(
|
@@ -491,9 +491,9 @@ class StorageAccountsOperations: # pylint: disable=too-many-public-methods
|
|
491
491
|
data is not included when fetching properties. Currently we only support geoReplicationStats
|
492
492
|
and blobRestoreStatus. Known values are: "geoReplicationStats" and "blobRestoreStatus". Default
|
493
493
|
value is None.
|
494
|
-
:type expand: str or ~azure.mgmt.storage.
|
494
|
+
:type expand: str or ~azure.mgmt.storage.v2024_01_01.models.StorageAccountExpand
|
495
495
|
:return: StorageAccount or the result of cls(response)
|
496
|
-
:rtype: ~azure.mgmt.storage.
|
496
|
+
:rtype: ~azure.mgmt.storage.v2024_01_01.models.StorageAccount
|
497
497
|
:raises ~azure.core.exceptions.HttpResponseError:
|
498
498
|
"""
|
499
499
|
error_map: MutableMapping = {
|
@@ -507,7 +507,7 @@ class StorageAccountsOperations: # pylint: disable=too-many-public-methods
|
|
507
507
|
_headers = kwargs.pop("headers", {}) or {}
|
508
508
|
_params = case_insensitive_dict(kwargs.pop("params", {}) or {})
|
509
509
|
|
510
|
-
api_version: str = kwargs.pop("api_version", _params.pop("api-version", self._api_version or "
|
510
|
+
api_version: str = kwargs.pop("api_version", _params.pop("api-version", self._api_version or "2024-01-01"))
|
511
511
|
cls: ClsType[_models.StorageAccount] = kwargs.pop("cls", None)
|
512
512
|
|
513
513
|
_request = build_get_properties_request(
|
@@ -566,12 +566,12 @@ class StorageAccountsOperations: # pylint: disable=too-many-public-methods
|
|
566
566
|
lower-case letters only. Required.
|
567
567
|
:type account_name: str
|
568
568
|
:param parameters: The parameters to provide for the updated account. Required.
|
569
|
-
:type parameters: ~azure.mgmt.storage.
|
569
|
+
:type parameters: ~azure.mgmt.storage.v2024_01_01.models.StorageAccountUpdateParameters
|
570
570
|
:keyword content_type: Body Parameter content-type. Content type parameter for JSON body.
|
571
571
|
Default value is "application/json".
|
572
572
|
:paramtype content_type: str
|
573
573
|
:return: StorageAccount or the result of cls(response)
|
574
|
-
:rtype: ~azure.mgmt.storage.
|
574
|
+
:rtype: ~azure.mgmt.storage.v2024_01_01.models.StorageAccount
|
575
575
|
:raises ~azure.core.exceptions.HttpResponseError:
|
576
576
|
"""
|
577
577
|
|
@@ -607,7 +607,7 @@ class StorageAccountsOperations: # pylint: disable=too-many-public-methods
|
|
607
607
|
Default value is "application/json".
|
608
608
|
:paramtype content_type: str
|
609
609
|
:return: StorageAccount or the result of cls(response)
|
610
|
-
:rtype: ~azure.mgmt.storage.
|
610
|
+
:rtype: ~azure.mgmt.storage.v2024_01_01.models.StorageAccount
|
611
611
|
:raises ~azure.core.exceptions.HttpResponseError:
|
612
612
|
"""
|
613
613
|
|
@@ -637,10 +637,10 @@ class StorageAccountsOperations: # pylint: disable=too-many-public-methods
|
|
637
637
|
:type account_name: str
|
638
638
|
:param parameters: The parameters to provide for the updated account. Is either a
|
639
639
|
StorageAccountUpdateParameters type or a IO[bytes] type. Required.
|
640
|
-
:type parameters: ~azure.mgmt.storage.
|
640
|
+
:type parameters: ~azure.mgmt.storage.v2024_01_01.models.StorageAccountUpdateParameters or
|
641
641
|
IO[bytes]
|
642
642
|
:return: StorageAccount or the result of cls(response)
|
643
|
-
:rtype: ~azure.mgmt.storage.
|
643
|
+
:rtype: ~azure.mgmt.storage.v2024_01_01.models.StorageAccount
|
644
644
|
:raises ~azure.core.exceptions.HttpResponseError:
|
645
645
|
"""
|
646
646
|
error_map: MutableMapping = {
|
@@ -654,7 +654,7 @@ class StorageAccountsOperations: # pylint: disable=too-many-public-methods
|
|
654
654
|
_headers = case_insensitive_dict(kwargs.pop("headers", {}) or {})
|
655
655
|
_params = case_insensitive_dict(kwargs.pop("params", {}) or {})
|
656
656
|
|
657
|
-
api_version: str = kwargs.pop("api_version", _params.pop("api-version", self._api_version or "
|
657
|
+
api_version: str = kwargs.pop("api_version", _params.pop("api-version", self._api_version or "2024-01-01"))
|
658
658
|
content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None))
|
659
659
|
cls: ClsType[_models.StorageAccount] = kwargs.pop("cls", None)
|
660
660
|
|
@@ -704,13 +704,13 @@ class StorageAccountsOperations: # pylint: disable=too-many-public-methods
|
|
704
704
|
|
705
705
|
:return: An iterator like instance of either StorageAccount or the result of cls(response)
|
706
706
|
:rtype:
|
707
|
-
~azure.core.async_paging.AsyncItemPaged[~azure.mgmt.storage.
|
707
|
+
~azure.core.async_paging.AsyncItemPaged[~azure.mgmt.storage.v2024_01_01.models.StorageAccount]
|
708
708
|
:raises ~azure.core.exceptions.HttpResponseError:
|
709
709
|
"""
|
710
710
|
_headers = kwargs.pop("headers", {}) or {}
|
711
711
|
_params = case_insensitive_dict(kwargs.pop("params", {}) or {})
|
712
712
|
|
713
|
-
api_version: str = kwargs.pop("api_version", _params.pop("api-version", self._api_version or "
|
713
|
+
api_version: str = kwargs.pop("api_version", _params.pop("api-version", self._api_version or "2024-01-01"))
|
714
714
|
cls: ClsType[_models.StorageAccountListResult] = kwargs.pop("cls", None)
|
715
715
|
|
716
716
|
error_map: MutableMapping = {
|
@@ -785,13 +785,13 @@ class StorageAccountsOperations: # pylint: disable=too-many-public-methods
|
|
785
785
|
:type resource_group_name: str
|
786
786
|
:return: An iterator like instance of either StorageAccount or the result of cls(response)
|
787
787
|
:rtype:
|
788
|
-
~azure.core.async_paging.AsyncItemPaged[~azure.mgmt.storage.
|
788
|
+
~azure.core.async_paging.AsyncItemPaged[~azure.mgmt.storage.v2024_01_01.models.StorageAccount]
|
789
789
|
:raises ~azure.core.exceptions.HttpResponseError:
|
790
790
|
"""
|
791
791
|
_headers = kwargs.pop("headers", {}) or {}
|
792
792
|
_params = case_insensitive_dict(kwargs.pop("params", {}) or {})
|
793
793
|
|
794
|
-
api_version: str = kwargs.pop("api_version", _params.pop("api-version", self._api_version or "
|
794
|
+
api_version: str = kwargs.pop("api_version", _params.pop("api-version", self._api_version or "2024-01-01"))
|
795
795
|
cls: ClsType[_models.StorageAccountListResult] = kwargs.pop("cls", None)
|
796
796
|
|
797
797
|
error_map: MutableMapping = {
|
@@ -873,7 +873,7 @@ class StorageAccountsOperations: # pylint: disable=too-many-public-methods
|
|
873
873
|
"kerb" and None. Default value is "kerb".
|
874
874
|
:type expand: str
|
875
875
|
:return: StorageAccountListKeysResult or the result of cls(response)
|
876
|
-
:rtype: ~azure.mgmt.storage.
|
876
|
+
:rtype: ~azure.mgmt.storage.v2024_01_01.models.StorageAccountListKeysResult
|
877
877
|
:raises ~azure.core.exceptions.HttpResponseError:
|
878
878
|
"""
|
879
879
|
error_map: MutableMapping = {
|
@@ -887,7 +887,7 @@ class StorageAccountsOperations: # pylint: disable=too-many-public-methods
|
|
887
887
|
_headers = kwargs.pop("headers", {}) or {}
|
888
888
|
_params = case_insensitive_dict(kwargs.pop("params", {}) or {})
|
889
889
|
|
890
|
-
api_version: str = kwargs.pop("api_version", _params.pop("api-version", self._api_version or "
|
890
|
+
api_version: str = kwargs.pop("api_version", _params.pop("api-version", self._api_version or "2024-01-01"))
|
891
891
|
cls: ClsType[_models.StorageAccountListKeysResult] = kwargs.pop("cls", None)
|
892
892
|
|
893
893
|
_request = build_list_keys_request(
|
@@ -941,12 +941,12 @@ class StorageAccountsOperations: # pylint: disable=too-many-public-methods
|
|
941
941
|
:param regenerate_key: Specifies name of the key which should be regenerated -- key1, key2,
|
942
942
|
kerb1, kerb2. Required.
|
943
943
|
:type regenerate_key:
|
944
|
-
~azure.mgmt.storage.
|
944
|
+
~azure.mgmt.storage.v2024_01_01.models.StorageAccountRegenerateKeyParameters
|
945
945
|
:keyword content_type: Body Parameter content-type. Content type parameter for JSON body.
|
946
946
|
Default value is "application/json".
|
947
947
|
:paramtype content_type: str
|
948
948
|
:return: StorageAccountListKeysResult or the result of cls(response)
|
949
|
-
:rtype: ~azure.mgmt.storage.
|
949
|
+
:rtype: ~azure.mgmt.storage.v2024_01_01.models.StorageAccountListKeysResult
|
950
950
|
:raises ~azure.core.exceptions.HttpResponseError:
|
951
951
|
"""
|
952
952
|
|
@@ -976,7 +976,7 @@ class StorageAccountsOperations: # pylint: disable=too-many-public-methods
|
|
976
976
|
Default value is "application/json".
|
977
977
|
:paramtype content_type: str
|
978
978
|
:return: StorageAccountListKeysResult or the result of cls(response)
|
979
|
-
:rtype: ~azure.mgmt.storage.
|
979
|
+
:rtype: ~azure.mgmt.storage.v2024_01_01.models.StorageAccountListKeysResult
|
980
980
|
:raises ~azure.core.exceptions.HttpResponseError:
|
981
981
|
"""
|
982
982
|
|
@@ -1001,9 +1001,9 @@ class StorageAccountsOperations: # pylint: disable=too-many-public-methods
|
|
1001
1001
|
kerb1, kerb2. Is either a StorageAccountRegenerateKeyParameters type or a IO[bytes] type.
|
1002
1002
|
Required.
|
1003
1003
|
:type regenerate_key:
|
1004
|
-
~azure.mgmt.storage.
|
1004
|
+
~azure.mgmt.storage.v2024_01_01.models.StorageAccountRegenerateKeyParameters or IO[bytes]
|
1005
1005
|
:return: StorageAccountListKeysResult or the result of cls(response)
|
1006
|
-
:rtype: ~azure.mgmt.storage.
|
1006
|
+
:rtype: ~azure.mgmt.storage.v2024_01_01.models.StorageAccountListKeysResult
|
1007
1007
|
:raises ~azure.core.exceptions.HttpResponseError:
|
1008
1008
|
"""
|
1009
1009
|
error_map: MutableMapping = {
|
@@ -1017,7 +1017,7 @@ class StorageAccountsOperations: # pylint: disable=too-many-public-methods
|
|
1017
1017
|
_headers = case_insensitive_dict(kwargs.pop("headers", {}) or {})
|
1018
1018
|
_params = case_insensitive_dict(kwargs.pop("params", {}) or {})
|
1019
1019
|
|
1020
|
-
api_version: str = kwargs.pop("api_version", _params.pop("api-version", self._api_version or "
|
1020
|
+
api_version: str = kwargs.pop("api_version", _params.pop("api-version", self._api_version or "2024-01-01"))
|
1021
1021
|
content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None))
|
1022
1022
|
cls: ClsType[_models.StorageAccountListKeysResult] = kwargs.pop("cls", None)
|
1023
1023
|
|
@@ -1081,12 +1081,12 @@ class StorageAccountsOperations: # pylint: disable=too-many-public-methods
|
|
1081
1081
|
:type account_name: str
|
1082
1082
|
:param parameters: The parameters to provide to list SAS credentials for the storage account.
|
1083
1083
|
Required.
|
1084
|
-
:type parameters: ~azure.mgmt.storage.
|
1084
|
+
:type parameters: ~azure.mgmt.storage.v2024_01_01.models.AccountSasParameters
|
1085
1085
|
:keyword content_type: Body Parameter content-type. Content type parameter for JSON body.
|
1086
1086
|
Default value is "application/json".
|
1087
1087
|
:paramtype content_type: str
|
1088
1088
|
:return: ListAccountSasResponse or the result of cls(response)
|
1089
|
-
:rtype: ~azure.mgmt.storage.
|
1089
|
+
:rtype: ~azure.mgmt.storage.v2024_01_01.models.ListAccountSasResponse
|
1090
1090
|
:raises ~azure.core.exceptions.HttpResponseError:
|
1091
1091
|
"""
|
1092
1092
|
|
@@ -1116,7 +1116,7 @@ class StorageAccountsOperations: # pylint: disable=too-many-public-methods
|
|
1116
1116
|
Default value is "application/json".
|
1117
1117
|
:paramtype content_type: str
|
1118
1118
|
:return: ListAccountSasResponse or the result of cls(response)
|
1119
|
-
:rtype: ~azure.mgmt.storage.
|
1119
|
+
:rtype: ~azure.mgmt.storage.v2024_01_01.models.ListAccountSasResponse
|
1120
1120
|
:raises ~azure.core.exceptions.HttpResponseError:
|
1121
1121
|
"""
|
1122
1122
|
|
@@ -1139,9 +1139,9 @@ class StorageAccountsOperations: # pylint: disable=too-many-public-methods
|
|
1139
1139
|
:type account_name: str
|
1140
1140
|
:param parameters: The parameters to provide to list SAS credentials for the storage account.
|
1141
1141
|
Is either a AccountSasParameters type or a IO[bytes] type. Required.
|
1142
|
-
:type parameters: ~azure.mgmt.storage.
|
1142
|
+
:type parameters: ~azure.mgmt.storage.v2024_01_01.models.AccountSasParameters or IO[bytes]
|
1143
1143
|
:return: ListAccountSasResponse or the result of cls(response)
|
1144
|
-
:rtype: ~azure.mgmt.storage.
|
1144
|
+
:rtype: ~azure.mgmt.storage.v2024_01_01.models.ListAccountSasResponse
|
1145
1145
|
:raises ~azure.core.exceptions.HttpResponseError:
|
1146
1146
|
"""
|
1147
1147
|
error_map: MutableMapping = {
|
@@ -1155,7 +1155,7 @@ class StorageAccountsOperations: # pylint: disable=too-many-public-methods
|
|
1155
1155
|
_headers = case_insensitive_dict(kwargs.pop("headers", {}) or {})
|
1156
1156
|
_params = case_insensitive_dict(kwargs.pop("params", {}) or {})
|
1157
1157
|
|
1158
|
-
api_version: str = kwargs.pop("api_version", _params.pop("api-version", self._api_version or "
|
1158
|
+
api_version: str = kwargs.pop("api_version", _params.pop("api-version", self._api_version or "2024-01-01"))
|
1159
1159
|
content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None))
|
1160
1160
|
cls: ClsType[_models.ListAccountSasResponse] = kwargs.pop("cls", None)
|
1161
1161
|
|
@@ -1218,12 +1218,12 @@ class StorageAccountsOperations: # pylint: disable=too-many-public-methods
|
|
1218
1218
|
lower-case letters only. Required.
|
1219
1219
|
:type account_name: str
|
1220
1220
|
:param parameters: The parameters to provide to list service SAS credentials. Required.
|
1221
|
-
:type parameters: ~azure.mgmt.storage.
|
1221
|
+
:type parameters: ~azure.mgmt.storage.v2024_01_01.models.ServiceSasParameters
|
1222
1222
|
:keyword content_type: Body Parameter content-type. Content type parameter for JSON body.
|
1223
1223
|
Default value is "application/json".
|
1224
1224
|
:paramtype content_type: str
|
1225
1225
|
:return: ListServiceSasResponse or the result of cls(response)
|
1226
|
-
:rtype: ~azure.mgmt.storage.
|
1226
|
+
:rtype: ~azure.mgmt.storage.v2024_01_01.models.ListServiceSasResponse
|
1227
1227
|
:raises ~azure.core.exceptions.HttpResponseError:
|
1228
1228
|
"""
|
1229
1229
|
|
@@ -1252,7 +1252,7 @@ class StorageAccountsOperations: # pylint: disable=too-many-public-methods
|
|
1252
1252
|
Default value is "application/json".
|
1253
1253
|
:paramtype content_type: str
|
1254
1254
|
:return: ListServiceSasResponse or the result of cls(response)
|
1255
|
-
:rtype: ~azure.mgmt.storage.
|
1255
|
+
:rtype: ~azure.mgmt.storage.v2024_01_01.models.ListServiceSasResponse
|
1256
1256
|
:raises ~azure.core.exceptions.HttpResponseError:
|
1257
1257
|
"""
|
1258
1258
|
|
@@ -1275,9 +1275,9 @@ class StorageAccountsOperations: # pylint: disable=too-many-public-methods
|
|
1275
1275
|
:type account_name: str
|
1276
1276
|
:param parameters: The parameters to provide to list service SAS credentials. Is either a
|
1277
1277
|
ServiceSasParameters type or a IO[bytes] type. Required.
|
1278
|
-
:type parameters: ~azure.mgmt.storage.
|
1278
|
+
:type parameters: ~azure.mgmt.storage.v2024_01_01.models.ServiceSasParameters or IO[bytes]
|
1279
1279
|
:return: ListServiceSasResponse or the result of cls(response)
|
1280
|
-
:rtype: ~azure.mgmt.storage.
|
1280
|
+
:rtype: ~azure.mgmt.storage.v2024_01_01.models.ListServiceSasResponse
|
1281
1281
|
:raises ~azure.core.exceptions.HttpResponseError:
|
1282
1282
|
"""
|
1283
1283
|
error_map: MutableMapping = {
|
@@ -1291,7 +1291,7 @@ class StorageAccountsOperations: # pylint: disable=too-many-public-methods
|
|
1291
1291
|
_headers = case_insensitive_dict(kwargs.pop("headers", {}) or {})
|
1292
1292
|
_params = case_insensitive_dict(kwargs.pop("params", {}) or {})
|
1293
1293
|
|
1294
|
-
api_version: str = kwargs.pop("api_version", _params.pop("api-version", self._api_version or "
|
1294
|
+
api_version: str = kwargs.pop("api_version", _params.pop("api-version", self._api_version or "2024-01-01"))
|
1295
1295
|
content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None))
|
1296
1296
|
cls: ClsType[_models.ListServiceSasResponse] = kwargs.pop("cls", None)
|
1297
1297
|
|
@@ -1348,7 +1348,7 @@ class StorageAccountsOperations: # pylint: disable=too-many-public-methods
|
|
1348
1348
|
_headers = kwargs.pop("headers", {}) or {}
|
1349
1349
|
_params = case_insensitive_dict(kwargs.pop("params", {}) or {})
|
1350
1350
|
|
1351
|
-
api_version: str = kwargs.pop("api_version", _params.pop("api-version", self._api_version or "
|
1351
|
+
api_version: str = kwargs.pop("api_version", _params.pop("api-version", self._api_version or "2024-01-01"))
|
1352
1352
|
cls: ClsType[AsyncIterator[bytes]] = kwargs.pop("cls", None)
|
1353
1353
|
|
1354
1354
|
_request = build_failover_request(
|
@@ -1418,7 +1418,7 @@ class StorageAccountsOperations: # pylint: disable=too-many-public-methods
|
|
1418
1418
|
_headers = kwargs.pop("headers", {}) or {}
|
1419
1419
|
_params = case_insensitive_dict(kwargs.pop("params", {}) or {})
|
1420
1420
|
|
1421
|
-
api_version: str = kwargs.pop("api_version", _params.pop("api-version", self._api_version or "
|
1421
|
+
api_version: str = kwargs.pop("api_version", _params.pop("api-version", self._api_version or "2024-01-01"))
|
1422
1422
|
cls: ClsType[None] = kwargs.pop("cls", None)
|
1423
1423
|
polling: Union[bool, AsyncPollingMethod] = kwargs.pop("polling", True)
|
1424
1424
|
lro_delay = kwargs.pop("polling_interval", self._config.polling_interval)
|
@@ -1472,7 +1472,7 @@ class StorageAccountsOperations: # pylint: disable=too-many-public-methods
|
|
1472
1472
|
_headers = kwargs.pop("headers", {}) or {}
|
1473
1473
|
_params = case_insensitive_dict(kwargs.pop("params", {}) or {})
|
1474
1474
|
|
1475
|
-
api_version: str = kwargs.pop("api_version", _params.pop("api-version", self._api_version or "
|
1475
|
+
api_version: str = kwargs.pop("api_version", _params.pop("api-version", self._api_version or "2024-01-01"))
|
1476
1476
|
cls: ClsType[AsyncIterator[bytes]] = kwargs.pop("cls", None)
|
1477
1477
|
|
1478
1478
|
_request = build_hierarchical_namespace_migration_request(
|
@@ -1535,7 +1535,7 @@ class StorageAccountsOperations: # pylint: disable=too-many-public-methods
|
|
1535
1535
|
_headers = kwargs.pop("headers", {}) or {}
|
1536
1536
|
_params = case_insensitive_dict(kwargs.pop("params", {}) or {})
|
1537
1537
|
|
1538
|
-
api_version: str = kwargs.pop("api_version", _params.pop("api-version", self._api_version or "
|
1538
|
+
api_version: str = kwargs.pop("api_version", _params.pop("api-version", self._api_version or "2024-01-01"))
|
1539
1539
|
cls: ClsType[None] = kwargs.pop("cls", None)
|
1540
1540
|
polling: Union[bool, AsyncPollingMethod] = kwargs.pop("polling", True)
|
1541
1541
|
lro_delay = kwargs.pop("polling_interval", self._config.polling_interval)
|
@@ -1589,7 +1589,7 @@ class StorageAccountsOperations: # pylint: disable=too-many-public-methods
|
|
1589
1589
|
_headers = kwargs.pop("headers", {}) or {}
|
1590
1590
|
_params = case_insensitive_dict(kwargs.pop("params", {}) or {})
|
1591
1591
|
|
1592
|
-
api_version: str = kwargs.pop("api_version", _params.pop("api-version", self._api_version or "
|
1592
|
+
api_version: str = kwargs.pop("api_version", _params.pop("api-version", self._api_version or "2024-01-01"))
|
1593
1593
|
cls: ClsType[AsyncIterator[bytes]] = kwargs.pop("cls", None)
|
1594
1594
|
|
1595
1595
|
_request = build_abort_hierarchical_namespace_migration_request(
|
@@ -1646,7 +1646,7 @@ class StorageAccountsOperations: # pylint: disable=too-many-public-methods
|
|
1646
1646
|
_headers = kwargs.pop("headers", {}) or {}
|
1647
1647
|
_params = case_insensitive_dict(kwargs.pop("params", {}) or {})
|
1648
1648
|
|
1649
|
-
api_version: str = kwargs.pop("api_version", _params.pop("api-version", self._api_version or "
|
1649
|
+
api_version: str = kwargs.pop("api_version", _params.pop("api-version", self._api_version or "2024-01-01"))
|
1650
1650
|
cls: ClsType[None] = kwargs.pop("cls", None)
|
1651
1651
|
polling: Union[bool, AsyncPollingMethod] = kwargs.pop("polling", True)
|
1652
1652
|
lro_delay = kwargs.pop("polling_interval", self._config.polling_interval)
|
@@ -1703,7 +1703,7 @@ class StorageAccountsOperations: # pylint: disable=too-many-public-methods
|
|
1703
1703
|
_headers = case_insensitive_dict(kwargs.pop("headers", {}) or {})
|
1704
1704
|
_params = case_insensitive_dict(kwargs.pop("params", {}) or {})
|
1705
1705
|
|
1706
|
-
api_version: str = kwargs.pop("api_version", _params.pop("api-version", self._api_version or "
|
1706
|
+
api_version: str = kwargs.pop("api_version", _params.pop("api-version", self._api_version or "2024-01-01"))
|
1707
1707
|
content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None))
|
1708
1708
|
cls: ClsType[AsyncIterator[bytes]] = kwargs.pop("cls", None)
|
1709
1709
|
|
@@ -1781,7 +1781,7 @@ class StorageAccountsOperations: # pylint: disable=too-many-public-methods
|
|
1781
1781
|
:type account_name: str
|
1782
1782
|
:param parameters: The request parameters required to perform storage account migration.
|
1783
1783
|
Required.
|
1784
|
-
:type parameters: ~azure.mgmt.storage.
|
1784
|
+
:type parameters: ~azure.mgmt.storage.v2024_01_01.models.StorageAccountMigration
|
1785
1785
|
:keyword content_type: Body Parameter content-type. Content type parameter for JSON body.
|
1786
1786
|
Default value is "application/json".
|
1787
1787
|
:paramtype content_type: str
|
@@ -1847,7 +1847,7 @@ class StorageAccountsOperations: # pylint: disable=too-many-public-methods
|
|
1847
1847
|
:type account_name: str
|
1848
1848
|
:param parameters: The request parameters required to perform storage account migration. Is
|
1849
1849
|
either a StorageAccountMigration type or a IO[bytes] type. Required.
|
1850
|
-
:type parameters: ~azure.mgmt.storage.
|
1850
|
+
:type parameters: ~azure.mgmt.storage.v2024_01_01.models.StorageAccountMigration or IO[bytes]
|
1851
1851
|
:return: An instance of AsyncLROPoller that returns either None or the result of cls(response)
|
1852
1852
|
:rtype: ~azure.core.polling.AsyncLROPoller[None]
|
1853
1853
|
:raises ~azure.core.exceptions.HttpResponseError:
|
@@ -1855,7 +1855,7 @@ class StorageAccountsOperations: # pylint: disable=too-many-public-methods
|
|
1855
1855
|
_headers = case_insensitive_dict(kwargs.pop("headers", {}) or {})
|
1856
1856
|
_params = case_insensitive_dict(kwargs.pop("params", {}) or {})
|
1857
1857
|
|
1858
|
-
api_version: str = kwargs.pop("api_version", _params.pop("api-version", self._api_version or "
|
1858
|
+
api_version: str = kwargs.pop("api_version", _params.pop("api-version", self._api_version or "2024-01-01"))
|
1859
1859
|
content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None))
|
1860
1860
|
cls: ClsType[None] = kwargs.pop("cls", None)
|
1861
1861
|
polling: Union[bool, AsyncPollingMethod] = kwargs.pop("polling", True)
|
@@ -1916,9 +1916,9 @@ class StorageAccountsOperations: # pylint: disable=too-many-public-methods
|
|
1916
1916
|
:type account_name: str
|
1917
1917
|
:param migration_name: The name of the Storage Account Migration. It should always be
|
1918
1918
|
'default'. "default" Required.
|
1919
|
-
:type migration_name: str or ~azure.mgmt.storage.
|
1919
|
+
:type migration_name: str or ~azure.mgmt.storage.v2024_01_01.models.MigrationName
|
1920
1920
|
:return: StorageAccountMigration or the result of cls(response)
|
1921
|
-
:rtype: ~azure.mgmt.storage.
|
1921
|
+
:rtype: ~azure.mgmt.storage.v2024_01_01.models.StorageAccountMigration
|
1922
1922
|
:raises ~azure.core.exceptions.HttpResponseError:
|
1923
1923
|
"""
|
1924
1924
|
error_map: MutableMapping = {
|
@@ -1932,7 +1932,7 @@ class StorageAccountsOperations: # pylint: disable=too-many-public-methods
|
|
1932
1932
|
_headers = kwargs.pop("headers", {}) or {}
|
1933
1933
|
_params = case_insensitive_dict(kwargs.pop("params", {}) or {})
|
1934
1934
|
|
1935
|
-
api_version: str = kwargs.pop("api_version", _params.pop("api-version", self._api_version or "
|
1935
|
+
api_version: str = kwargs.pop("api_version", _params.pop("api-version", self._api_version or "2024-01-01"))
|
1936
1936
|
cls: ClsType[_models.StorageAccountMigration] = kwargs.pop("cls", None)
|
1937
1937
|
|
1938
1938
|
_request = build_get_customer_initiated_migration_request(
|
@@ -1983,7 +1983,7 @@ class StorageAccountsOperations: # pylint: disable=too-many-public-methods
|
|
1983
1983
|
_headers = case_insensitive_dict(kwargs.pop("headers", {}) or {})
|
1984
1984
|
_params = case_insensitive_dict(kwargs.pop("params", {}) or {})
|
1985
1985
|
|
1986
|
-
api_version: str = kwargs.pop("api_version", _params.pop("api-version", self._api_version or "
|
1986
|
+
api_version: str = kwargs.pop("api_version", _params.pop("api-version", self._api_version or "2024-01-01"))
|
1987
1987
|
content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None))
|
1988
1988
|
cls: ClsType[AsyncIterator[bytes]] = kwargs.pop("cls", None)
|
1989
1989
|
|
@@ -2051,14 +2051,14 @@ class StorageAccountsOperations: # pylint: disable=too-many-public-methods
|
|
2051
2051
|
lower-case letters only. Required.
|
2052
2052
|
:type account_name: str
|
2053
2053
|
:param parameters: The parameters to provide for restore blob ranges. Required.
|
2054
|
-
:type parameters: ~azure.mgmt.storage.
|
2054
|
+
:type parameters: ~azure.mgmt.storage.v2024_01_01.models.BlobRestoreParameters
|
2055
2055
|
:keyword content_type: Body Parameter content-type. Content type parameter for JSON body.
|
2056
2056
|
Default value is "application/json".
|
2057
2057
|
:paramtype content_type: str
|
2058
2058
|
:return: An instance of AsyncLROPoller that returns either BlobRestoreStatus or the result of
|
2059
2059
|
cls(response)
|
2060
2060
|
:rtype:
|
2061
|
-
~azure.core.polling.AsyncLROPoller[~azure.mgmt.storage.
|
2061
|
+
~azure.core.polling.AsyncLROPoller[~azure.mgmt.storage.v2024_01_01.models.BlobRestoreStatus]
|
2062
2062
|
:raises ~azure.core.exceptions.HttpResponseError:
|
2063
2063
|
"""
|
2064
2064
|
|
@@ -2089,7 +2089,7 @@ class StorageAccountsOperations: # pylint: disable=too-many-public-methods
|
|
2089
2089
|
:return: An instance of AsyncLROPoller that returns either BlobRestoreStatus or the result of
|
2090
2090
|
cls(response)
|
2091
2091
|
:rtype:
|
2092
|
-
~azure.core.polling.AsyncLROPoller[~azure.mgmt.storage.
|
2092
|
+
~azure.core.polling.AsyncLROPoller[~azure.mgmt.storage.v2024_01_01.models.BlobRestoreStatus]
|
2093
2093
|
:raises ~azure.core.exceptions.HttpResponseError:
|
2094
2094
|
"""
|
2095
2095
|
|
@@ -2112,17 +2112,17 @@ class StorageAccountsOperations: # pylint: disable=too-many-public-methods
|
|
2112
2112
|
:type account_name: str
|
2113
2113
|
:param parameters: The parameters to provide for restore blob ranges. Is either a
|
2114
2114
|
BlobRestoreParameters type or a IO[bytes] type. Required.
|
2115
|
-
:type parameters: ~azure.mgmt.storage.
|
2115
|
+
:type parameters: ~azure.mgmt.storage.v2024_01_01.models.BlobRestoreParameters or IO[bytes]
|
2116
2116
|
:return: An instance of AsyncLROPoller that returns either BlobRestoreStatus or the result of
|
2117
2117
|
cls(response)
|
2118
2118
|
:rtype:
|
2119
|
-
~azure.core.polling.AsyncLROPoller[~azure.mgmt.storage.
|
2119
|
+
~azure.core.polling.AsyncLROPoller[~azure.mgmt.storage.v2024_01_01.models.BlobRestoreStatus]
|
2120
2120
|
:raises ~azure.core.exceptions.HttpResponseError:
|
2121
2121
|
"""
|
2122
2122
|
_headers = case_insensitive_dict(kwargs.pop("headers", {}) or {})
|
2123
2123
|
_params = case_insensitive_dict(kwargs.pop("params", {}) or {})
|
2124
2124
|
|
2125
|
-
api_version: str = kwargs.pop("api_version", _params.pop("api-version", self._api_version or "
|
2125
|
+
api_version: str = kwargs.pop("api_version", _params.pop("api-version", self._api_version or "2024-01-01"))
|
2126
2126
|
content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None))
|
2127
2127
|
cls: ClsType[_models.BlobRestoreStatus] = kwargs.pop("cls", None)
|
2128
2128
|
polling: Union[bool, AsyncPollingMethod] = kwargs.pop("polling", True)
|
@@ -2194,7 +2194,7 @@ class StorageAccountsOperations: # pylint: disable=too-many-public-methods
|
|
2194
2194
|
_headers = kwargs.pop("headers", {}) or {}
|
2195
2195
|
_params = case_insensitive_dict(kwargs.pop("params", {}) or {})
|
2196
2196
|
|
2197
|
-
api_version: str = kwargs.pop("api_version", _params.pop("api-version", self._api_version or "
|
2197
|
+
api_version: str = kwargs.pop("api_version", _params.pop("api-version", self._api_version or "2024-01-01"))
|
2198
2198
|
cls: ClsType[None] = kwargs.pop("cls", None)
|
2199
2199
|
|
2200
2200
|
_request = build_revoke_user_delegation_keys_request(
|
@@ -41,7 +41,7 @@ class StorageTaskAssignmentInstancesReportOperations: # pylint: disable=name-to
|
|
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:`storage_task_assignment_instances_report` attribute.
|
46
46
|
"""
|
47
47
|
|
@@ -90,13 +90,13 @@ class StorageTaskAssignmentInstancesReportOperations: # pylint: disable=name-to
|
|
90
90
|
:return: An iterator like instance of either StorageTaskReportInstance or the result of
|
91
91
|
cls(response)
|
92
92
|
:rtype:
|
93
|
-
~azure.core.async_paging.AsyncItemPaged[~azure.mgmt.storage.
|
93
|
+
~azure.core.async_paging.AsyncItemPaged[~azure.mgmt.storage.v2024_01_01.models.StorageTaskReportInstance]
|
94
94
|
:raises ~azure.core.exceptions.HttpResponseError:
|
95
95
|
"""
|
96
96
|
_headers = kwargs.pop("headers", {}) or {}
|
97
97
|
_params = case_insensitive_dict(kwargs.pop("params", {}) or {})
|
98
98
|
|
99
|
-
api_version: str = kwargs.pop("api_version", _params.pop("api-version", self._api_version or "
|
99
|
+
api_version: str = kwargs.pop("api_version", _params.pop("api-version", self._api_version or "2024-01-01"))
|
100
100
|
cls: ClsType[_models.StorageTaskReportSummary] = kwargs.pop("cls", None)
|
101
101
|
|
102
102
|
error_map: MutableMapping = {
|
@@ -41,7 +41,7 @@ class StorageTaskAssignmentsInstancesReportOperations: # pylint: disable=name-t
|
|
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:`storage_task_assignments_instances_report` attribute.
|
46
46
|
"""
|
47
47
|
|
@@ -85,13 +85,13 @@ class StorageTaskAssignmentsInstancesReportOperations: # pylint: disable=name-t
|
|
85
85
|
:return: An iterator like instance of either StorageTaskReportInstance or the result of
|
86
86
|
cls(response)
|
87
87
|
:rtype:
|
88
|
-
~azure.core.async_paging.AsyncItemPaged[~azure.mgmt.storage.
|
88
|
+
~azure.core.async_paging.AsyncItemPaged[~azure.mgmt.storage.v2024_01_01.models.StorageTaskReportInstance]
|
89
89
|
:raises ~azure.core.exceptions.HttpResponseError:
|
90
90
|
"""
|
91
91
|
_headers = kwargs.pop("headers", {}) or {}
|
92
92
|
_params = case_insensitive_dict(kwargs.pop("params", {}) or {})
|
93
93
|
|
94
|
-
api_version: str = kwargs.pop("api_version", _params.pop("api-version", self._api_version or "
|
94
|
+
api_version: str = kwargs.pop("api_version", _params.pop("api-version", self._api_version or "2024-01-01"))
|
95
95
|
cls: ClsType[_models.StorageTaskReportSummary] = kwargs.pop("cls", None)
|
96
96
|
|
97
97
|
error_map: MutableMapping = {
|