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

IPrivateEndpointConnectionOperations 接口

定义

PrivateEndpointConnectionOperations 操作。

public interface IPrivateEndpointConnectionOperations
type IPrivateEndpointConnectionOperations = interface
Public Interface IPrivateEndpointConnectionOperations

方法

CreateOrUpdateWithHttpMessagesAsync(String, String, String, PrivateLinkConnectionApprovalRequestResource, String, Dictionary<String,List<String>>, CancellationToken)

批准或拒绝专用终结点连接

DeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

删除专用终结点连接

GetWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

获取专用终结点连接

扩展方法

CreateOrUpdate(IPrivateEndpointConnectionOperations, String, String, String, PrivateLinkConnectionApprovalRequestResource, String)

批准或拒绝专用终结点连接

CreateOrUpdateAsync(IPrivateEndpointConnectionOperations, String, String, String, PrivateLinkConnectionApprovalRequestResource, String, CancellationToken)

批准或拒绝专用终结点连接

Delete(IPrivateEndpointConnectionOperations, String, String, String)

删除专用终结点连接

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

删除专用终结点连接

Get(IPrivateEndpointConnectionOperations, String, String, String, String)

获取专用终结点连接

GetAsync(IPrivateEndpointConnectionOperations, String, String, String, String, CancellationToken)

获取专用终结点连接

适用于