你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

PrivateEndpointConnectionsOperations 类

警告

请勿直接实例化此类。

相反,应通过以下方式访问以下操作:

StorageManagementClient

<xref:private_endpoint_connections> 属性。

继承
builtins.object
PrivateEndpointConnectionsOperations

构造函数

PrivateEndpointConnectionsOperations(*args, **kwargs)

方法

delete

删除与存储帐户关联的指定专用终结点连接。

get

获取与存储帐户关联的指定专用终结点连接。

list

列出与存储帐户关联的所有专用终结点连接。

put

更新与存储帐户关联的指定专用终结点连接的状态。

delete

删除与存储帐户关联的指定专用终结点连接。

delete(resource_group_name: str, account_name: str, private_endpoint_connection_name: str, **kwargs: Any) -> None

参数

resource_group_name
str
必需

用户订阅中的资源组的名称。 此名称不区分大小写。 必需。

account_name
str
必需

指定资源组中的存储帐户的名称。 存储帐户名称长度必须为 3 到 24 个字符,并且只能使用数字和小写字母。 必需。

private_endpoint_connection_name
str
必需

与 Azure 资源关联的专用终结点连接的名称。 必需。

cls
callable

将传递直接响应的自定义类型或函数

返回

无响应或 cls 的结果 (响应)

返回类型

例外

get

获取与存储帐户关联的指定专用终结点连接。

get(resource_group_name: str, account_name: str, private_endpoint_connection_name: str, **kwargs: Any) -> PrivateEndpointConnection

参数

resource_group_name
str
必需

用户订阅中的资源组的名称。 此名称不区分大小写。 必需。

account_name
str
必需

指定资源组中的存储帐户的名称。 存储帐户名称长度必须为 3 到 24 个字符,并且只能使用数字和小写字母。 必需。

private_endpoint_connection_name
str
必需

与 Azure 资源关联的专用终结点连接的名称。 必需。

cls
callable

将传递直接响应的自定义类型或函数

返回

PrivateEndpointConnection 或 cls 的结果 (响应)

返回类型

例外

list

列出与存储帐户关联的所有专用终结点连接。

list(resource_group_name: str, account_name: str, **kwargs: Any) -> Iterable[PrivateEndpointConnection]

参数

resource_group_name
str
必需

用户订阅中的资源组的名称。 此名称不区分大小写。 必需。

account_name
str
必需

指定资源组中的存储帐户的名称。 存储帐户名称长度必须为 3 到 24 个字符,并且只能使用数字和小写字母。 必需。

cls
callable

将传递直接响应的自定义类型或函数

返回

一个迭代器,如 PrivateEndpointConnection 的实例或 cls 的结果 (响应)

返回类型

例外

put

更新与存储帐户关联的指定专用终结点连接的状态。

put(resource_group_name: str, account_name: str, private_endpoint_connection_name: str, properties: _models.PrivateEndpointConnection, *, content_type: str = 'application/json', **kwargs: Any) -> _models.PrivateEndpointConnection

参数

resource_group_name
str
必需

用户订阅中的资源组的名称。 此名称不区分大小写。 必需。

account_name
str
必需

指定资源组中的存储帐户的名称。 存储帐户名称长度必须为 3 到 24 个字符,并且只能使用数字和小写字母。 必需。

private_endpoint_connection_name
str
必需

与 Azure 资源关联的专用终结点连接的名称。 必需。

properties
PrivateEndpointConnectionIO
必需

专用终结点连接属性。 是 PrivateEndpointConnection 类型还是 IO 类型。 必需。

content_type
str

正文参数内容类型。 已知值为:“application/json”。 默认值为 None。

cls
callable

将传递直接响应的自定义类型或函数

返回

PrivateEndpointConnection 或 cls 的结果 (响应)

返回类型

例外

属性

models

models = <module 'azure.mgmt.storage.v2021_02_01.models' from 'C:\\hostedtoolcache\\windows\\Python\\3.11.7\\x64\\Lib\\site-packages\\azure\\mgmt\\storage\\v2021_02_01\\models\\__init__.py'>