azure-mgmt-storage 22.2.0__py3-none-any.whl → 23.0.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/__init__.py +19 -7
- azure/mgmt/storage/_configuration.py +27 -29
- azure/mgmt/storage/{v2016_01_01/models/_patch.py → _patch.py} +5 -4
- azure/mgmt/storage/_storage_management_client.py +184 -499
- azure/mgmt/storage/{v2016_01_01/_version.py → _utils/__init__.py} +0 -3
- azure/mgmt/storage/{_serialization.py → _utils/serialization.py} +46 -131
- azure/mgmt/storage/_version.py +1 -1
- azure/mgmt/storage/aio/__init__.py +21 -2
- azure/mgmt/storage/aio/_configuration.py +27 -29
- azure/mgmt/storage/{v2017_10_01/aio/operations → aio}/_patch.py +5 -4
- azure/mgmt/storage/aio/_storage_management_client.py +188 -497
- azure/mgmt/storage/{v2024_01_01/aio → aio}/operations/__init__.py +1 -0
- azure/mgmt/storage/{v2024_01_01/aio → aio}/operations/_blob_containers_operations.py +68 -84
- azure/mgmt/storage/{v2024_01_01/aio → aio}/operations/_blob_inventory_policies_operations.py +28 -36
- azure/mgmt/storage/{v2024_01_01/aio → aio}/operations/_blob_services_operations.py +22 -24
- azure/mgmt/storage/{v2024_01_01/aio → aio}/operations/_deleted_accounts_operations.py +16 -19
- azure/mgmt/storage/{v2024_01_01/aio → aio}/operations/_encryption_scopes_operations.py +29 -32
- azure/mgmt/storage/{v2024_01_01/aio → aio}/operations/_file_services_operations.py +26 -29
- azure/mgmt/storage/{v2024_01_01/aio → aio}/operations/_file_shares_operations.py +38 -41
- azure/mgmt/storage/{v2024_01_01/aio → aio}/operations/_local_users_operations.py +28 -31
- azure/mgmt/storage/{v2019_06_01/aio → aio}/operations/_management_policies_operations.py +23 -30
- azure/mgmt/storage/{v2024_01_01/aio → aio}/operations/_network_security_perimeter_configurations_operations.py +18 -21
- azure/mgmt/storage/{v2024_01_01/aio → aio}/operations/_object_replication_policies_operations.py +23 -25
- azure/mgmt/storage/{v2017_10_01/aio → aio}/operations/_operations.py +14 -17
- azure/mgmt/storage/{v2016_01_01/aio → aio}/operations/_patch.py +5 -4
- azure/mgmt/storage/{v2024_01_01/aio → aio}/operations/_private_endpoint_connections_operations.py +23 -25
- azure/mgmt/storage/{v2024_01_01/aio → aio}/operations/_private_link_resources_operations.py +11 -13
- azure/mgmt/storage/{v2024_01_01/aio → aio}/operations/_queue_operations.py +29 -32
- azure/mgmt/storage/{v2024_01_01/aio → aio}/operations/_queue_services_operations.py +19 -21
- azure/mgmt/storage/{v2024_01_01/aio → aio}/operations/_skus_operations.py +14 -17
- azure/mgmt/storage/{v2024_01_01/aio → aio}/operations/_storage_accounts_operations.py +83 -111
- azure/mgmt/storage/{v2024_01_01/aio → aio}/operations/_storage_task_assignment_instances_report_operations.py +15 -17
- azure/mgmt/storage/{v2024_01_01/aio → aio}/operations/_storage_task_assignments_instances_report_operations.py +15 -17
- azure/mgmt/storage/{v2024_01_01/aio → aio}/operations/_storage_task_assignments_operations.py +38 -44
- azure/mgmt/storage/{v2024_01_01/aio → aio}/operations/_table_operations.py +29 -31
- azure/mgmt/storage/{v2024_01_01/aio → aio}/operations/_table_services_operations.py +19 -21
- azure/mgmt/storage/{v2024_01_01/aio → aio}/operations/_usages_operations.py +14 -16
- azure/mgmt/storage/{v2024_01_01/models → models}/_models_py3.py +857 -912
- azure/mgmt/storage/{v2016_01_01/operations → models}/_patch.py +5 -4
- azure/mgmt/storage/{v2024_01_01/operations → operations}/__init__.py +1 -0
- azure/mgmt/storage/{v2024_01_01/operations → operations}/_blob_containers_operations.py +84 -87
- azure/mgmt/storage/{v2024_01_01/operations → operations}/_blob_inventory_policies_operations.py +34 -42
- azure/mgmt/storage/{v2024_01_01/operations → operations}/_blob_services_operations.py +27 -30
- azure/mgmt/storage/{v2024_01_01/operations → operations}/_deleted_accounts_operations.py +19 -21
- azure/mgmt/storage/{v2024_01_01/operations → operations}/_encryption_scopes_operations.py +35 -37
- azure/mgmt/storage/{v2024_01_01/operations → operations}/_file_services_operations.py +33 -35
- azure/mgmt/storage/{v2024_01_01/operations → operations}/_file_shares_operations.py +47 -50
- azure/mgmt/storage/{v2024_01_01/operations → operations}/_local_users_operations.py +36 -38
- azure/mgmt/storage/{v2024_01_01/operations → operations}/_management_policies_operations.py +28 -35
- azure/mgmt/storage/{v2024_01_01/operations → operations}/_network_security_perimeter_configurations_operations.py +23 -25
- azure/mgmt/storage/{v2024_01_01/operations → operations}/_object_replication_policies_operations.py +29 -32
- azure/mgmt/storage/{v2024_01_01/operations → operations}/_operations.py +15 -18
- azure/mgmt/storage/operations/_patch.py +21 -0
- azure/mgmt/storage/{v2024_01_01/operations → operations}/_private_endpoint_connections_operations.py +29 -32
- azure/mgmt/storage/{v2024_01_01/operations → operations}/_private_link_resources_operations.py +14 -16
- azure/mgmt/storage/{v2024_01_01/operations → operations}/_queue_operations.py +36 -38
- azure/mgmt/storage/{v2024_01_01/operations → operations}/_queue_services_operations.py +24 -26
- azure/mgmt/storage/{v2024_01_01/operations → operations}/_skus_operations.py +15 -18
- azure/mgmt/storage/{v2024_01_01/operations → operations}/_storage_accounts_operations.py +101 -109
- azure/mgmt/storage/{v2024_01_01/operations → operations}/_storage_task_assignment_instances_report_operations.py +17 -21
- azure/mgmt/storage/{v2024_01_01/operations → operations}/_storage_task_assignments_instances_report_operations.py +17 -21
- azure/mgmt/storage/{v2024_01_01/operations → operations}/_storage_task_assignments_operations.py +42 -53
- azure/mgmt/storage/{v2024_01_01/operations → operations}/_table_operations.py +36 -38
- azure/mgmt/storage/{v2024_01_01/operations → operations}/_table_services_operations.py +24 -26
- azure/mgmt/storage/{v2024_01_01/operations → operations}/_usages_operations.py +16 -19
- {azure_mgmt_storage-22.2.0.dist-info → azure_mgmt_storage-23.0.1.dist-info}/METADATA +17 -6
- azure_mgmt_storage-23.0.1.dist-info/RECORD +73 -0
- azure/mgmt/storage/models.py +0 -8
- azure/mgmt/storage/v2016_01_01/__init__.py +0 -32
- azure/mgmt/storage/v2016_01_01/_configuration.py +0 -65
- azure/mgmt/storage/v2016_01_01/_patch.py +0 -32
- azure/mgmt/storage/v2016_01_01/_storage_management_client.py +0 -117
- azure/mgmt/storage/v2016_01_01/aio/__init__.py +0 -29
- azure/mgmt/storage/v2016_01_01/aio/_configuration.py +0 -65
- azure/mgmt/storage/v2016_01_01/aio/_patch.py +0 -32
- azure/mgmt/storage/v2016_01_01/aio/_storage_management_client.py +0 -120
- azure/mgmt/storage/v2016_01_01/aio/operations/__init__.py +0 -27
- azure/mgmt/storage/v2016_01_01/aio/operations/_storage_accounts_operations.py +0 -1023
- azure/mgmt/storage/v2016_01_01/aio/operations/_usage_operations.py +0 -130
- azure/mgmt/storage/v2016_01_01/models/__init__.py +0 -88
- azure/mgmt/storage/v2016_01_01/models/_models_py3.py +0 -829
- azure/mgmt/storage/v2016_01_01/models/_storage_management_client_enums.py +0 -99
- azure/mgmt/storage/v2016_01_01/operations/__init__.py +0 -27
- azure/mgmt/storage/v2016_01_01/operations/_storage_accounts_operations.py +0 -1278
- azure/mgmt/storage/v2016_01_01/operations/_usage_operations.py +0 -157
- azure/mgmt/storage/v2016_01_01/py.typed +0 -1
- azure/mgmt/storage/v2017_10_01/__init__.py +0 -32
- azure/mgmt/storage/v2017_10_01/_configuration.py +0 -65
- azure/mgmt/storage/v2017_10_01/_patch.py +0 -32
- azure/mgmt/storage/v2017_10_01/_storage_management.py +0 -121
- azure/mgmt/storage/v2017_10_01/_version.py +0 -9
- azure/mgmt/storage/v2017_10_01/aio/__init__.py +0 -29
- azure/mgmt/storage/v2017_10_01/aio/_configuration.py +0 -65
- azure/mgmt/storage/v2017_10_01/aio/_patch.py +0 -32
- azure/mgmt/storage/v2017_10_01/aio/_storage_management.py +0 -124
- azure/mgmt/storage/v2017_10_01/aio/operations/__init__.py +0 -31
- azure/mgmt/storage/v2017_10_01/aio/operations/_skus_operations.py +0 -130
- azure/mgmt/storage/v2017_10_01/aio/operations/_storage_accounts_operations.py +0 -1299
- azure/mgmt/storage/v2017_10_01/aio/operations/_usage_operations.py +0 -130
- azure/mgmt/storage/v2017_10_01/models/__init__.py +0 -140
- azure/mgmt/storage/v2017_10_01/models/_models_py3.py +0 -1851
- azure/mgmt/storage/v2017_10_01/models/_patch.py +0 -20
- azure/mgmt/storage/v2017_10_01/models/_storage_management_enums.py +0 -192
- azure/mgmt/storage/v2017_10_01/operations/__init__.py +0 -31
- azure/mgmt/storage/v2017_10_01/operations/_operations.py +0 -151
- azure/mgmt/storage/v2017_10_01/operations/_patch.py +0 -20
- azure/mgmt/storage/v2017_10_01/operations/_skus_operations.py +0 -157
- azure/mgmt/storage/v2017_10_01/operations/_storage_accounts_operations.py +0 -1638
- azure/mgmt/storage/v2017_10_01/operations/_usage_operations.py +0 -157
- azure/mgmt/storage/v2017_10_01/py.typed +0 -1
- azure/mgmt/storage/v2019_06_01/__init__.py +0 -32
- azure/mgmt/storage/v2019_06_01/_configuration.py +0 -64
- azure/mgmt/storage/v2019_06_01/_patch.py +0 -32
- azure/mgmt/storage/v2019_06_01/_storage_management_client.py +0 -213
- azure/mgmt/storage/v2019_06_01/_version.py +0 -9
- azure/mgmt/storage/v2019_06_01/aio/__init__.py +0 -29
- azure/mgmt/storage/v2019_06_01/aio/_configuration.py +0 -64
- azure/mgmt/storage/v2019_06_01/aio/_patch.py +0 -32
- azure/mgmt/storage/v2019_06_01/aio/_storage_management_client.py +0 -217
- azure/mgmt/storage/v2019_06_01/aio/operations/__init__.py +0 -59
- azure/mgmt/storage/v2019_06_01/aio/operations/_blob_containers_operations.py +0 -1725
- azure/mgmt/storage/v2019_06_01/aio/operations/_blob_inventory_policies_operations.py +0 -437
- azure/mgmt/storage/v2019_06_01/aio/operations/_blob_services_operations.py +0 -368
- azure/mgmt/storage/v2019_06_01/aio/operations/_encryption_scopes_operations.py +0 -538
- azure/mgmt/storage/v2019_06_01/aio/operations/_file_services_operations.py +0 -335
- azure/mgmt/storage/v2019_06_01/aio/operations/_file_shares_operations.py +0 -771
- azure/mgmt/storage/v2019_06_01/aio/operations/_object_replication_policies_operations.py +0 -428
- azure/mgmt/storage/v2019_06_01/aio/operations/_operations.py +0 -130
- azure/mgmt/storage/v2019_06_01/aio/operations/_patch.py +0 -20
- azure/mgmt/storage/v2019_06_01/aio/operations/_private_endpoint_connections_operations.py +0 -424
- azure/mgmt/storage/v2019_06_01/aio/operations/_private_link_resources_operations.py +0 -113
- azure/mgmt/storage/v2019_06_01/aio/operations/_queue_operations.py +0 -597
- azure/mgmt/storage/v2019_06_01/aio/operations/_queue_services_operations.py +0 -335
- azure/mgmt/storage/v2019_06_01/aio/operations/_skus_operations.py +0 -131
- azure/mgmt/storage/v2019_06_01/aio/operations/_storage_accounts_operations.py +0 -1696
- azure/mgmt/storage/v2019_06_01/aio/operations/_table_operations.py +0 -394
- azure/mgmt/storage/v2019_06_01/aio/operations/_table_services_operations.py +0 -335
- azure/mgmt/storage/v2019_06_01/aio/operations/_usages_operations.py +0 -134
- azure/mgmt/storage/v2019_06_01/models/__init__.py +0 -364
- azure/mgmt/storage/v2019_06_01/models/_models_py3.py +0 -6038
- azure/mgmt/storage/v2019_06_01/models/_patch.py +0 -20
- azure/mgmt/storage/v2019_06_01/models/_storage_management_client_enums.py +0 -456
- azure/mgmt/storage/v2019_06_01/operations/__init__.py +0 -59
- azure/mgmt/storage/v2019_06_01/operations/_blob_containers_operations.py +0 -2226
- azure/mgmt/storage/v2019_06_01/operations/_blob_inventory_policies_operations.py +0 -582
- azure/mgmt/storage/v2019_06_01/operations/_blob_services_operations.py +0 -476
- azure/mgmt/storage/v2019_06_01/operations/_encryption_scopes_operations.py +0 -677
- azure/mgmt/storage/v2019_06_01/operations/_file_services_operations.py +0 -444
- azure/mgmt/storage/v2019_06_01/operations/_file_shares_operations.py +0 -1000
- azure/mgmt/storage/v2019_06_01/operations/_management_policies_operations.py +0 -453
- azure/mgmt/storage/v2019_06_01/operations/_object_replication_policies_operations.py +0 -567
- azure/mgmt/storage/v2019_06_01/operations/_operations.py +0 -151
- azure/mgmt/storage/v2019_06_01/operations/_patch.py +0 -20
- azure/mgmt/storage/v2019_06_01/operations/_private_endpoint_connections_operations.py +0 -575
- azure/mgmt/storage/v2019_06_01/operations/_private_link_resources_operations.py +0 -149
- azure/mgmt/storage/v2019_06_01/operations/_queue_operations.py +0 -805
- azure/mgmt/storage/v2019_06_01/operations/_queue_services_operations.py +0 -444
- azure/mgmt/storage/v2019_06_01/operations/_skus_operations.py +0 -157
- azure/mgmt/storage/v2019_06_01/operations/_storage_accounts_operations.py +0 -2122
- azure/mgmt/storage/v2019_06_01/operations/_table_operations.py +0 -563
- azure/mgmt/storage/v2019_06_01/operations/_table_services_operations.py +0 -444
- azure/mgmt/storage/v2019_06_01/operations/_usages_operations.py +0 -164
- azure/mgmt/storage/v2019_06_01/py.typed +0 -1
- azure/mgmt/storage/v2024_01_01/__init__.py +0 -32
- azure/mgmt/storage/v2024_01_01/_configuration.py +0 -64
- azure/mgmt/storage/v2024_01_01/_patch.py +0 -20
- azure/mgmt/storage/v2024_01_01/_storage_management_client.py +0 -256
- azure/mgmt/storage/v2024_01_01/_version.py +0 -9
- azure/mgmt/storage/v2024_01_01/aio/__init__.py +0 -29
- azure/mgmt/storage/v2024_01_01/aio/_configuration.py +0 -64
- azure/mgmt/storage/v2024_01_01/aio/_patch.py +0 -20
- azure/mgmt/storage/v2024_01_01/aio/_storage_management_client.py +0 -261
- azure/mgmt/storage/v2024_01_01/aio/operations/_management_policies_operations.py +0 -343
- azure/mgmt/storage/v2024_01_01/aio/operations/_operations.py +0 -130
- azure/mgmt/storage/v2024_01_01/aio/operations/_patch.py +0 -20
- azure/mgmt/storage/v2024_01_01/models/_patch.py +0 -20
- azure/mgmt/storage/v2024_01_01/operations/_patch.py +0 -20
- azure/mgmt/storage/v2024_01_01/py.typed +0 -1
- azure_mgmt_storage-22.2.0.dist-info/RECORD +0 -183
- /azure/mgmt/storage/{v2024_01_01/models → models}/__init__.py +0 -0
- /azure/mgmt/storage/{v2024_01_01/models → models}/_storage_management_client_enums.py +0 -0
- {azure_mgmt_storage-22.2.0.dist-info → azure_mgmt_storage-23.0.1.dist-info}/LICENSE +0 -0
- {azure_mgmt_storage-22.2.0.dist-info → azure_mgmt_storage-23.0.1.dist-info}/WHEEL +0 -0
- {azure_mgmt_storage-22.2.0.dist-info → azure_mgmt_storage-23.0.1.dist-info}/top_level.txt +0 -0
@@ -1,424 +0,0 @@
|
|
1
|
-
# coding=utf-8
|
2
|
-
# --------------------------------------------------------------------------
|
3
|
-
# Copyright (c) Microsoft Corporation. All rights reserved.
|
4
|
-
# Licensed under the MIT License. See License.txt in the project root for license information.
|
5
|
-
# Code generated by Microsoft (R) AutoRest Code Generator.
|
6
|
-
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
7
|
-
# --------------------------------------------------------------------------
|
8
|
-
from io import IOBase
|
9
|
-
import sys
|
10
|
-
from typing import Any, AsyncIterable, Callable, Dict, IO, Optional, TypeVar, Union, overload
|
11
|
-
import urllib.parse
|
12
|
-
|
13
|
-
from azure.core.async_paging import AsyncItemPaged, AsyncList
|
14
|
-
from azure.core.exceptions import (
|
15
|
-
ClientAuthenticationError,
|
16
|
-
HttpResponseError,
|
17
|
-
ResourceExistsError,
|
18
|
-
ResourceNotFoundError,
|
19
|
-
ResourceNotModifiedError,
|
20
|
-
map_error,
|
21
|
-
)
|
22
|
-
from azure.core.pipeline import PipelineResponse
|
23
|
-
from azure.core.rest import AsyncHttpResponse, HttpRequest
|
24
|
-
from azure.core.tracing.decorator import distributed_trace
|
25
|
-
from azure.core.tracing.decorator_async import distributed_trace_async
|
26
|
-
from azure.core.utils import case_insensitive_dict
|
27
|
-
from azure.mgmt.core.exceptions import ARMErrorFormat
|
28
|
-
|
29
|
-
from ... import models as _models
|
30
|
-
from ...operations._private_endpoint_connections_operations import (
|
31
|
-
build_delete_request,
|
32
|
-
build_get_request,
|
33
|
-
build_list_request,
|
34
|
-
build_put_request,
|
35
|
-
)
|
36
|
-
|
37
|
-
if sys.version_info >= (3, 9):
|
38
|
-
from collections.abc import MutableMapping
|
39
|
-
else:
|
40
|
-
from typing import MutableMapping # type: ignore
|
41
|
-
T = TypeVar("T")
|
42
|
-
ClsType = Optional[Callable[[PipelineResponse[HttpRequest, AsyncHttpResponse], T, Dict[str, Any]], Any]]
|
43
|
-
|
44
|
-
|
45
|
-
class PrivateEndpointConnectionsOperations:
|
46
|
-
"""
|
47
|
-
.. warning::
|
48
|
-
**DO NOT** instantiate this class directly.
|
49
|
-
|
50
|
-
Instead, you should access the following operations through
|
51
|
-
:class:`~azure.mgmt.storage.v2019_06_01.aio.StorageManagementClient`'s
|
52
|
-
:attr:`private_endpoint_connections` attribute.
|
53
|
-
"""
|
54
|
-
|
55
|
-
models = _models
|
56
|
-
|
57
|
-
def __init__(self, *args, **kwargs) -> None:
|
58
|
-
input_args = list(args)
|
59
|
-
self._client = input_args.pop(0) if input_args else kwargs.pop("client")
|
60
|
-
self._config = input_args.pop(0) if input_args else kwargs.pop("config")
|
61
|
-
self._serialize = input_args.pop(0) if input_args else kwargs.pop("serializer")
|
62
|
-
self._deserialize = input_args.pop(0) if input_args else kwargs.pop("deserializer")
|
63
|
-
self._api_version = input_args.pop(0) if input_args else kwargs.pop("api_version")
|
64
|
-
|
65
|
-
@distributed_trace
|
66
|
-
def list(
|
67
|
-
self, resource_group_name: str, account_name: str, **kwargs: Any
|
68
|
-
) -> AsyncIterable["_models.PrivateEndpointConnection"]:
|
69
|
-
"""List all the private endpoint connections associated with the storage account.
|
70
|
-
|
71
|
-
:param resource_group_name: The name of the resource group within the user's subscription. The
|
72
|
-
name is case insensitive. Required.
|
73
|
-
:type resource_group_name: str
|
74
|
-
:param account_name: The name of the storage account within the specified resource group.
|
75
|
-
Storage account names must be between 3 and 24 characters in length and use numbers and
|
76
|
-
lower-case letters only. Required.
|
77
|
-
:type account_name: str
|
78
|
-
:return: An iterator like instance of either PrivateEndpointConnection or the result of
|
79
|
-
cls(response)
|
80
|
-
:rtype:
|
81
|
-
~azure.core.async_paging.AsyncItemPaged[~azure.mgmt.storage.v2019_06_01.models.PrivateEndpointConnection]
|
82
|
-
:raises ~azure.core.exceptions.HttpResponseError:
|
83
|
-
"""
|
84
|
-
_headers = kwargs.pop("headers", {}) or {}
|
85
|
-
_params = case_insensitive_dict(kwargs.pop("params", {}) or {})
|
86
|
-
|
87
|
-
api_version: str = kwargs.pop("api_version", _params.pop("api-version", self._api_version or "2019-06-01"))
|
88
|
-
cls: ClsType[_models.PrivateEndpointConnectionListResult] = kwargs.pop("cls", None)
|
89
|
-
|
90
|
-
error_map: MutableMapping = {
|
91
|
-
401: ClientAuthenticationError,
|
92
|
-
404: ResourceNotFoundError,
|
93
|
-
409: ResourceExistsError,
|
94
|
-
304: ResourceNotModifiedError,
|
95
|
-
}
|
96
|
-
error_map.update(kwargs.pop("error_map", {}) or {})
|
97
|
-
|
98
|
-
def prepare_request(next_link=None):
|
99
|
-
if not next_link:
|
100
|
-
|
101
|
-
_request = build_list_request(
|
102
|
-
resource_group_name=resource_group_name,
|
103
|
-
account_name=account_name,
|
104
|
-
subscription_id=self._config.subscription_id,
|
105
|
-
api_version=api_version,
|
106
|
-
headers=_headers,
|
107
|
-
params=_params,
|
108
|
-
)
|
109
|
-
_request.url = self._client.format_url(_request.url)
|
110
|
-
|
111
|
-
else:
|
112
|
-
# make call to next link with the client's api-version
|
113
|
-
_parsed_next_link = urllib.parse.urlparse(next_link)
|
114
|
-
_next_request_params = case_insensitive_dict(
|
115
|
-
{
|
116
|
-
key: [urllib.parse.quote(v) for v in value]
|
117
|
-
for key, value in urllib.parse.parse_qs(_parsed_next_link.query).items()
|
118
|
-
}
|
119
|
-
)
|
120
|
-
_next_request_params["api-version"] = self._api_version
|
121
|
-
_request = HttpRequest(
|
122
|
-
"GET", urllib.parse.urljoin(next_link, _parsed_next_link.path), params=_next_request_params
|
123
|
-
)
|
124
|
-
_request.url = self._client.format_url(_request.url)
|
125
|
-
_request.method = "GET"
|
126
|
-
return _request
|
127
|
-
|
128
|
-
async def extract_data(pipeline_response):
|
129
|
-
deserialized = self._deserialize("PrivateEndpointConnectionListResult", pipeline_response)
|
130
|
-
list_of_elem = deserialized.value
|
131
|
-
if cls:
|
132
|
-
list_of_elem = cls(list_of_elem) # type: ignore
|
133
|
-
return None, AsyncList(list_of_elem)
|
134
|
-
|
135
|
-
async def get_next(next_link=None):
|
136
|
-
_request = prepare_request(next_link)
|
137
|
-
|
138
|
-
_stream = False
|
139
|
-
pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access
|
140
|
-
_request, stream=_stream, **kwargs
|
141
|
-
)
|
142
|
-
response = pipeline_response.http_response
|
143
|
-
|
144
|
-
if response.status_code not in [200]:
|
145
|
-
map_error(status_code=response.status_code, response=response, error_map=error_map)
|
146
|
-
raise HttpResponseError(response=response, error_format=ARMErrorFormat)
|
147
|
-
|
148
|
-
return pipeline_response
|
149
|
-
|
150
|
-
return AsyncItemPaged(get_next, extract_data)
|
151
|
-
|
152
|
-
@distributed_trace_async
|
153
|
-
async def get(
|
154
|
-
self, resource_group_name: str, account_name: str, private_endpoint_connection_name: str, **kwargs: Any
|
155
|
-
) -> _models.PrivateEndpointConnection:
|
156
|
-
"""Gets the specified private endpoint connection associated with the storage account.
|
157
|
-
|
158
|
-
:param resource_group_name: The name of the resource group within the user's subscription. The
|
159
|
-
name is case insensitive. Required.
|
160
|
-
:type resource_group_name: str
|
161
|
-
:param account_name: The name of the storage account within the specified resource group.
|
162
|
-
Storage account names must be between 3 and 24 characters in length and use numbers and
|
163
|
-
lower-case letters only. Required.
|
164
|
-
:type account_name: str
|
165
|
-
:param private_endpoint_connection_name: The name of the private endpoint connection associated
|
166
|
-
with the Azure resource. Required.
|
167
|
-
:type private_endpoint_connection_name: str
|
168
|
-
:return: PrivateEndpointConnection or the result of cls(response)
|
169
|
-
:rtype: ~azure.mgmt.storage.v2019_06_01.models.PrivateEndpointConnection
|
170
|
-
:raises ~azure.core.exceptions.HttpResponseError:
|
171
|
-
"""
|
172
|
-
error_map: MutableMapping = {
|
173
|
-
401: ClientAuthenticationError,
|
174
|
-
404: ResourceNotFoundError,
|
175
|
-
409: ResourceExistsError,
|
176
|
-
304: ResourceNotModifiedError,
|
177
|
-
}
|
178
|
-
error_map.update(kwargs.pop("error_map", {}) or {})
|
179
|
-
|
180
|
-
_headers = kwargs.pop("headers", {}) or {}
|
181
|
-
_params = case_insensitive_dict(kwargs.pop("params", {}) or {})
|
182
|
-
|
183
|
-
api_version: str = kwargs.pop("api_version", _params.pop("api-version", self._api_version or "2019-06-01"))
|
184
|
-
cls: ClsType[_models.PrivateEndpointConnection] = kwargs.pop("cls", None)
|
185
|
-
|
186
|
-
_request = build_get_request(
|
187
|
-
resource_group_name=resource_group_name,
|
188
|
-
account_name=account_name,
|
189
|
-
private_endpoint_connection_name=private_endpoint_connection_name,
|
190
|
-
subscription_id=self._config.subscription_id,
|
191
|
-
api_version=api_version,
|
192
|
-
headers=_headers,
|
193
|
-
params=_params,
|
194
|
-
)
|
195
|
-
_request.url = self._client.format_url(_request.url)
|
196
|
-
|
197
|
-
_stream = False
|
198
|
-
pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access
|
199
|
-
_request, stream=_stream, **kwargs
|
200
|
-
)
|
201
|
-
|
202
|
-
response = pipeline_response.http_response
|
203
|
-
|
204
|
-
if response.status_code not in [200]:
|
205
|
-
map_error(status_code=response.status_code, response=response, error_map=error_map)
|
206
|
-
error = self._deserialize.failsafe_deserialize(_models.ErrorResponse, pipeline_response)
|
207
|
-
raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat)
|
208
|
-
|
209
|
-
deserialized = self._deserialize("PrivateEndpointConnection", pipeline_response.http_response)
|
210
|
-
|
211
|
-
if cls:
|
212
|
-
return cls(pipeline_response, deserialized, {}) # type: ignore
|
213
|
-
|
214
|
-
return deserialized # type: ignore
|
215
|
-
|
216
|
-
@overload
|
217
|
-
async def put(
|
218
|
-
self,
|
219
|
-
resource_group_name: str,
|
220
|
-
account_name: str,
|
221
|
-
private_endpoint_connection_name: str,
|
222
|
-
properties: _models.PrivateEndpointConnection,
|
223
|
-
*,
|
224
|
-
content_type: str = "application/json",
|
225
|
-
**kwargs: Any
|
226
|
-
) -> _models.PrivateEndpointConnection:
|
227
|
-
"""Update the state of specified private endpoint connection associated with the storage account.
|
228
|
-
|
229
|
-
:param resource_group_name: The name of the resource group within the user's subscription. The
|
230
|
-
name is case insensitive. Required.
|
231
|
-
:type resource_group_name: str
|
232
|
-
:param account_name: The name of the storage account within the specified resource group.
|
233
|
-
Storage account names must be between 3 and 24 characters in length and use numbers and
|
234
|
-
lower-case letters only. Required.
|
235
|
-
:type account_name: str
|
236
|
-
:param private_endpoint_connection_name: The name of the private endpoint connection associated
|
237
|
-
with the Azure resource. Required.
|
238
|
-
:type private_endpoint_connection_name: str
|
239
|
-
:param properties: The private endpoint connection properties. Required.
|
240
|
-
:type properties: ~azure.mgmt.storage.v2019_06_01.models.PrivateEndpointConnection
|
241
|
-
:keyword content_type: Body Parameter content-type. Content type parameter for JSON body.
|
242
|
-
Default value is "application/json".
|
243
|
-
:paramtype content_type: str
|
244
|
-
:return: PrivateEndpointConnection or the result of cls(response)
|
245
|
-
:rtype: ~azure.mgmt.storage.v2019_06_01.models.PrivateEndpointConnection
|
246
|
-
:raises ~azure.core.exceptions.HttpResponseError:
|
247
|
-
"""
|
248
|
-
|
249
|
-
@overload
|
250
|
-
async def put(
|
251
|
-
self,
|
252
|
-
resource_group_name: str,
|
253
|
-
account_name: str,
|
254
|
-
private_endpoint_connection_name: str,
|
255
|
-
properties: IO[bytes],
|
256
|
-
*,
|
257
|
-
content_type: str = "application/json",
|
258
|
-
**kwargs: Any
|
259
|
-
) -> _models.PrivateEndpointConnection:
|
260
|
-
"""Update the state of specified private endpoint connection associated with the storage account.
|
261
|
-
|
262
|
-
:param resource_group_name: The name of the resource group within the user's subscription. The
|
263
|
-
name is case insensitive. Required.
|
264
|
-
:type resource_group_name: str
|
265
|
-
:param account_name: The name of the storage account within the specified resource group.
|
266
|
-
Storage account names must be between 3 and 24 characters in length and use numbers and
|
267
|
-
lower-case letters only. Required.
|
268
|
-
:type account_name: str
|
269
|
-
:param private_endpoint_connection_name: The name of the private endpoint connection associated
|
270
|
-
with the Azure resource. Required.
|
271
|
-
:type private_endpoint_connection_name: str
|
272
|
-
:param properties: The private endpoint connection properties. Required.
|
273
|
-
:type properties: IO[bytes]
|
274
|
-
:keyword content_type: Body Parameter content-type. Content type parameter for binary body.
|
275
|
-
Default value is "application/json".
|
276
|
-
:paramtype content_type: str
|
277
|
-
:return: PrivateEndpointConnection or the result of cls(response)
|
278
|
-
:rtype: ~azure.mgmt.storage.v2019_06_01.models.PrivateEndpointConnection
|
279
|
-
:raises ~azure.core.exceptions.HttpResponseError:
|
280
|
-
"""
|
281
|
-
|
282
|
-
@distributed_trace_async
|
283
|
-
async def put(
|
284
|
-
self,
|
285
|
-
resource_group_name: str,
|
286
|
-
account_name: str,
|
287
|
-
private_endpoint_connection_name: str,
|
288
|
-
properties: Union[_models.PrivateEndpointConnection, IO[bytes]],
|
289
|
-
**kwargs: Any
|
290
|
-
) -> _models.PrivateEndpointConnection:
|
291
|
-
"""Update the state of specified private endpoint connection associated with the storage account.
|
292
|
-
|
293
|
-
:param resource_group_name: The name of the resource group within the user's subscription. The
|
294
|
-
name is case insensitive. Required.
|
295
|
-
:type resource_group_name: str
|
296
|
-
:param account_name: The name of the storage account within the specified resource group.
|
297
|
-
Storage account names must be between 3 and 24 characters in length and use numbers and
|
298
|
-
lower-case letters only. Required.
|
299
|
-
:type account_name: str
|
300
|
-
:param private_endpoint_connection_name: The name of the private endpoint connection associated
|
301
|
-
with the Azure resource. Required.
|
302
|
-
:type private_endpoint_connection_name: str
|
303
|
-
:param properties: The private endpoint connection properties. Is either a
|
304
|
-
PrivateEndpointConnection type or a IO[bytes] type. Required.
|
305
|
-
:type properties: ~azure.mgmt.storage.v2019_06_01.models.PrivateEndpointConnection or IO[bytes]
|
306
|
-
:return: PrivateEndpointConnection or the result of cls(response)
|
307
|
-
:rtype: ~azure.mgmt.storage.v2019_06_01.models.PrivateEndpointConnection
|
308
|
-
:raises ~azure.core.exceptions.HttpResponseError:
|
309
|
-
"""
|
310
|
-
error_map: MutableMapping = {
|
311
|
-
401: ClientAuthenticationError,
|
312
|
-
404: ResourceNotFoundError,
|
313
|
-
409: ResourceExistsError,
|
314
|
-
304: ResourceNotModifiedError,
|
315
|
-
}
|
316
|
-
error_map.update(kwargs.pop("error_map", {}) or {})
|
317
|
-
|
318
|
-
_headers = case_insensitive_dict(kwargs.pop("headers", {}) or {})
|
319
|
-
_params = case_insensitive_dict(kwargs.pop("params", {}) or {})
|
320
|
-
|
321
|
-
api_version: str = kwargs.pop("api_version", _params.pop("api-version", self._api_version or "2019-06-01"))
|
322
|
-
content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None))
|
323
|
-
cls: ClsType[_models.PrivateEndpointConnection] = kwargs.pop("cls", None)
|
324
|
-
|
325
|
-
content_type = content_type or "application/json"
|
326
|
-
_json = None
|
327
|
-
_content = None
|
328
|
-
if isinstance(properties, (IOBase, bytes)):
|
329
|
-
_content = properties
|
330
|
-
else:
|
331
|
-
_json = self._serialize.body(properties, "PrivateEndpointConnection")
|
332
|
-
|
333
|
-
_request = build_put_request(
|
334
|
-
resource_group_name=resource_group_name,
|
335
|
-
account_name=account_name,
|
336
|
-
private_endpoint_connection_name=private_endpoint_connection_name,
|
337
|
-
subscription_id=self._config.subscription_id,
|
338
|
-
api_version=api_version,
|
339
|
-
content_type=content_type,
|
340
|
-
json=_json,
|
341
|
-
content=_content,
|
342
|
-
headers=_headers,
|
343
|
-
params=_params,
|
344
|
-
)
|
345
|
-
_request.url = self._client.format_url(_request.url)
|
346
|
-
|
347
|
-
_stream = False
|
348
|
-
pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access
|
349
|
-
_request, stream=_stream, **kwargs
|
350
|
-
)
|
351
|
-
|
352
|
-
response = pipeline_response.http_response
|
353
|
-
|
354
|
-
if response.status_code not in [200]:
|
355
|
-
map_error(status_code=response.status_code, response=response, error_map=error_map)
|
356
|
-
error = self._deserialize.failsafe_deserialize(_models.ErrorResponse, pipeline_response)
|
357
|
-
raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat)
|
358
|
-
|
359
|
-
deserialized = self._deserialize("PrivateEndpointConnection", pipeline_response.http_response)
|
360
|
-
|
361
|
-
if cls:
|
362
|
-
return cls(pipeline_response, deserialized, {}) # type: ignore
|
363
|
-
|
364
|
-
return deserialized # type: ignore
|
365
|
-
|
366
|
-
@distributed_trace_async
|
367
|
-
async def delete(
|
368
|
-
self, resource_group_name: str, account_name: str, private_endpoint_connection_name: str, **kwargs: Any
|
369
|
-
) -> None:
|
370
|
-
"""Deletes the specified private endpoint connection associated with the storage account.
|
371
|
-
|
372
|
-
:param resource_group_name: The name of the resource group within the user's subscription. The
|
373
|
-
name is case insensitive. Required.
|
374
|
-
:type resource_group_name: str
|
375
|
-
:param account_name: The name of the storage account within the specified resource group.
|
376
|
-
Storage account names must be between 3 and 24 characters in length and use numbers and
|
377
|
-
lower-case letters only. Required.
|
378
|
-
:type account_name: str
|
379
|
-
:param private_endpoint_connection_name: The name of the private endpoint connection associated
|
380
|
-
with the Azure resource. Required.
|
381
|
-
:type private_endpoint_connection_name: str
|
382
|
-
:return: None or the result of cls(response)
|
383
|
-
:rtype: None
|
384
|
-
:raises ~azure.core.exceptions.HttpResponseError:
|
385
|
-
"""
|
386
|
-
error_map: MutableMapping = {
|
387
|
-
401: ClientAuthenticationError,
|
388
|
-
404: ResourceNotFoundError,
|
389
|
-
409: ResourceExistsError,
|
390
|
-
304: ResourceNotModifiedError,
|
391
|
-
}
|
392
|
-
error_map.update(kwargs.pop("error_map", {}) or {})
|
393
|
-
|
394
|
-
_headers = kwargs.pop("headers", {}) or {}
|
395
|
-
_params = case_insensitive_dict(kwargs.pop("params", {}) or {})
|
396
|
-
|
397
|
-
api_version: str = kwargs.pop("api_version", _params.pop("api-version", self._api_version or "2019-06-01"))
|
398
|
-
cls: ClsType[None] = kwargs.pop("cls", None)
|
399
|
-
|
400
|
-
_request = build_delete_request(
|
401
|
-
resource_group_name=resource_group_name,
|
402
|
-
account_name=account_name,
|
403
|
-
private_endpoint_connection_name=private_endpoint_connection_name,
|
404
|
-
subscription_id=self._config.subscription_id,
|
405
|
-
api_version=api_version,
|
406
|
-
headers=_headers,
|
407
|
-
params=_params,
|
408
|
-
)
|
409
|
-
_request.url = self._client.format_url(_request.url)
|
410
|
-
|
411
|
-
_stream = False
|
412
|
-
pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access
|
413
|
-
_request, stream=_stream, **kwargs
|
414
|
-
)
|
415
|
-
|
416
|
-
response = pipeline_response.http_response
|
417
|
-
|
418
|
-
if response.status_code not in [200, 204]:
|
419
|
-
map_error(status_code=response.status_code, response=response, error_map=error_map)
|
420
|
-
error = self._deserialize.failsafe_deserialize(_models.ErrorResponse, pipeline_response)
|
421
|
-
raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat)
|
422
|
-
|
423
|
-
if cls:
|
424
|
-
return cls(pipeline_response, None, {}) # type: ignore
|
@@ -1,113 +0,0 @@
|
|
1
|
-
# coding=utf-8
|
2
|
-
# --------------------------------------------------------------------------
|
3
|
-
# Copyright (c) Microsoft Corporation. All rights reserved.
|
4
|
-
# Licensed under the MIT License. See License.txt in the project root for license information.
|
5
|
-
# Code generated by Microsoft (R) AutoRest Code Generator.
|
6
|
-
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
7
|
-
# --------------------------------------------------------------------------
|
8
|
-
import sys
|
9
|
-
from typing import Any, Callable, Dict, Optional, TypeVar
|
10
|
-
|
11
|
-
from azure.core.exceptions import (
|
12
|
-
ClientAuthenticationError,
|
13
|
-
HttpResponseError,
|
14
|
-
ResourceExistsError,
|
15
|
-
ResourceNotFoundError,
|
16
|
-
ResourceNotModifiedError,
|
17
|
-
map_error,
|
18
|
-
)
|
19
|
-
from azure.core.pipeline import PipelineResponse
|
20
|
-
from azure.core.rest import AsyncHttpResponse, HttpRequest
|
21
|
-
from azure.core.tracing.decorator_async import distributed_trace_async
|
22
|
-
from azure.core.utils import case_insensitive_dict
|
23
|
-
from azure.mgmt.core.exceptions import ARMErrorFormat
|
24
|
-
|
25
|
-
from ... import models as _models
|
26
|
-
from ...operations._private_link_resources_operations import build_list_by_storage_account_request
|
27
|
-
|
28
|
-
if sys.version_info >= (3, 9):
|
29
|
-
from collections.abc import MutableMapping
|
30
|
-
else:
|
31
|
-
from typing import MutableMapping # type: ignore
|
32
|
-
T = TypeVar("T")
|
33
|
-
ClsType = Optional[Callable[[PipelineResponse[HttpRequest, AsyncHttpResponse], T, Dict[str, Any]], Any]]
|
34
|
-
|
35
|
-
|
36
|
-
class PrivateLinkResourcesOperations:
|
37
|
-
"""
|
38
|
-
.. warning::
|
39
|
-
**DO NOT** instantiate this class directly.
|
40
|
-
|
41
|
-
Instead, you should access the following operations through
|
42
|
-
:class:`~azure.mgmt.storage.v2019_06_01.aio.StorageManagementClient`'s
|
43
|
-
:attr:`private_link_resources` attribute.
|
44
|
-
"""
|
45
|
-
|
46
|
-
models = _models
|
47
|
-
|
48
|
-
def __init__(self, *args, **kwargs) -> None:
|
49
|
-
input_args = list(args)
|
50
|
-
self._client = input_args.pop(0) if input_args else kwargs.pop("client")
|
51
|
-
self._config = input_args.pop(0) if input_args else kwargs.pop("config")
|
52
|
-
self._serialize = input_args.pop(0) if input_args else kwargs.pop("serializer")
|
53
|
-
self._deserialize = input_args.pop(0) if input_args else kwargs.pop("deserializer")
|
54
|
-
self._api_version = input_args.pop(0) if input_args else kwargs.pop("api_version")
|
55
|
-
|
56
|
-
@distributed_trace_async
|
57
|
-
async def list_by_storage_account(
|
58
|
-
self, resource_group_name: str, account_name: str, **kwargs: Any
|
59
|
-
) -> _models.PrivateLinkResourceListResult:
|
60
|
-
"""Gets the private link resources that need to be created for a storage account.
|
61
|
-
|
62
|
-
:param resource_group_name: The name of the resource group within the user's subscription. The
|
63
|
-
name is case insensitive. Required.
|
64
|
-
:type resource_group_name: str
|
65
|
-
:param account_name: The name of the storage account within the specified resource group.
|
66
|
-
Storage account names must be between 3 and 24 characters in length and use numbers and
|
67
|
-
lower-case letters only. Required.
|
68
|
-
:type account_name: str
|
69
|
-
:return: PrivateLinkResourceListResult or the result of cls(response)
|
70
|
-
:rtype: ~azure.mgmt.storage.v2019_06_01.models.PrivateLinkResourceListResult
|
71
|
-
:raises ~azure.core.exceptions.HttpResponseError:
|
72
|
-
"""
|
73
|
-
error_map: MutableMapping = {
|
74
|
-
401: ClientAuthenticationError,
|
75
|
-
404: ResourceNotFoundError,
|
76
|
-
409: ResourceExistsError,
|
77
|
-
304: ResourceNotModifiedError,
|
78
|
-
}
|
79
|
-
error_map.update(kwargs.pop("error_map", {}) or {})
|
80
|
-
|
81
|
-
_headers = kwargs.pop("headers", {}) or {}
|
82
|
-
_params = case_insensitive_dict(kwargs.pop("params", {}) or {})
|
83
|
-
|
84
|
-
api_version: str = kwargs.pop("api_version", _params.pop("api-version", self._api_version or "2019-06-01"))
|
85
|
-
cls: ClsType[_models.PrivateLinkResourceListResult] = kwargs.pop("cls", None)
|
86
|
-
|
87
|
-
_request = build_list_by_storage_account_request(
|
88
|
-
resource_group_name=resource_group_name,
|
89
|
-
account_name=account_name,
|
90
|
-
subscription_id=self._config.subscription_id,
|
91
|
-
api_version=api_version,
|
92
|
-
headers=_headers,
|
93
|
-
params=_params,
|
94
|
-
)
|
95
|
-
_request.url = self._client.format_url(_request.url)
|
96
|
-
|
97
|
-
_stream = False
|
98
|
-
pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access
|
99
|
-
_request, stream=_stream, **kwargs
|
100
|
-
)
|
101
|
-
|
102
|
-
response = pipeline_response.http_response
|
103
|
-
|
104
|
-
if response.status_code not in [200]:
|
105
|
-
map_error(status_code=response.status_code, response=response, error_map=error_map)
|
106
|
-
raise HttpResponseError(response=response, error_format=ARMErrorFormat)
|
107
|
-
|
108
|
-
deserialized = self._deserialize("PrivateLinkResourceListResult", pipeline_response.http_response)
|
109
|
-
|
110
|
-
if cls:
|
111
|
-
return cls(pipeline_response, deserialized, {}) # type: ignore
|
112
|
-
|
113
|
-
return deserialized # type: ignore
|