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

PrivateEndpointConnectionOperationsExtensions 类

定义

PrivateEndpointConnectionOperations 的扩展方法。

public static class PrivateEndpointConnectionOperationsExtensions
type PrivateEndpointConnectionOperationsExtensions = class
Public Module PrivateEndpointConnectionOperationsExtensions
继承
PrivateEndpointConnectionOperationsExtensions

方法

BeginCreateOrUpdate(IPrivateEndpointConnectionOperations, String, String, String, PrivateEndpointConnectionRequest)

创建新的专用终结点连接或更新现有的专用终结点连接。

BeginCreateOrUpdateAsync(IPrivateEndpointConnectionOperations, String, String, String, PrivateEndpointConnectionRequest, CancellationToken)

创建新的专用终结点连接或更新现有的专用终结点连接。

BeginDelete(IPrivateEndpointConnectionOperations, String, String, String)

删除指定的专用终结点连接。

BeginDeleteAsync(IPrivateEndpointConnectionOperations, String, String, String, CancellationToken)

删除指定的专用终结点连接。

CreateOrUpdate(IPrivateEndpointConnectionOperations, String, String, String, PrivateEndpointConnectionRequest)

创建新的专用终结点连接或更新现有的专用终结点连接。

CreateOrUpdateAsync(IPrivateEndpointConnectionOperations, String, String, String, PrivateEndpointConnectionRequest, CancellationToken)

创建新的专用终结点连接或更新现有的专用终结点连接。

Delete(IPrivateEndpointConnectionOperations, String, String, String)

删除指定的专用终结点连接。

DeleteAsync(IPrivateEndpointConnectionOperations, String, String, String, CancellationToken)

删除指定的专用终结点连接。

GetByName(IPrivateEndpointConnectionOperations, String, String, String)

获取由其标识符指定的专用终结点连接的详细信息。

GetByNameAsync(IPrivateEndpointConnectionOperations, String, String, String, CancellationToken)

获取由其标识符指定的专用终结点连接的详细信息。

GetPrivateLinkResource(IPrivateEndpointConnectionOperations, String, String, String)

获取专用链接资源的说明

GetPrivateLinkResourceAsync(IPrivateEndpointConnectionOperations, String, String, String, CancellationToken)

获取专用链接资源的说明

ListByService(IPrivateEndpointConnectionOperations, String, String)

列出API 管理服务实例的所有专用终结点连接。

ListByServiceAsync(IPrivateEndpointConnectionOperations, String, String, CancellationToken)

列出API 管理服务实例的所有专用终结点连接。

ListPrivateLinkResources(IPrivateEndpointConnectionOperations, String, String)

获取专用链接资源的说明

ListPrivateLinkResourcesAsync(IPrivateEndpointConnectionOperations, String, String, CancellationToken)

获取专用链接资源的说明

适用于