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

PrivateEndpointConnectionOperationsExtensions 类

定义

PrivateEndpointConnectionOperations 的扩展方法。

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

方法

BeginDelete(IPrivateEndpointConnectionOperations, String, String, String)

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

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

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

BeginUpdate(IPrivateEndpointConnectionOperations, String, String, String, String, PrivateLinkServiceConnectionState)

汇报现有专用终结点连接的属性。

BeginUpdateAsync(IPrivateEndpointConnectionOperations, String, String, String, String, PrivateLinkServiceConnectionState, CancellationToken)

汇报现有专用终结点连接的属性。

Delete(IPrivateEndpointConnectionOperations, String, String, String)

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

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

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

Get(IPrivateEndpointConnectionOperations, String, String, String)

获取有关指定专用终结点连接的信息。

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

获取有关指定专用终结点连接的信息。

ListByBatchAccount(IPrivateEndpointConnectionOperations, String, String, Nullable<Int32>)

列出指定帐户中的所有专用终结点连接。

ListByBatchAccountAsync(IPrivateEndpointConnectionOperations, String, String, Nullable<Int32>, CancellationToken)

列出指定帐户中的所有专用终结点连接。

ListByBatchAccountNext(IPrivateEndpointConnectionOperations, String)

列出指定帐户中的所有专用终结点连接。

ListByBatchAccountNextAsync(IPrivateEndpointConnectionOperations, String, CancellationToken)

列出指定帐户中的所有专用终结点连接。

Update(IPrivateEndpointConnectionOperations, String, String, String, String, PrivateLinkServiceConnectionState)

汇报现有专用终结点连接的属性。

UpdateAsync(IPrivateEndpointConnectionOperations, String, String, String, String, PrivateLinkServiceConnectionState, CancellationToken)

汇报现有专用终结点连接的属性。

适用于