共用方式為


IPrivateEndpointConnectionOperations 介面

定義

PrivateEndpointConnectionOperations 作業。

public interface IPrivateEndpointConnectionOperations
type IPrivateEndpointConnectionOperations = interface
Public Interface IPrivateEndpointConnectionOperations

方法

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

刪除指定的私人端點連線。

BeginUpdateWithHttpMessagesAsync(String, String, String, String, PrivateLinkServiceConnectionState, Dictionary<String,List<String>>, CancellationToken)

更新現有私人端點連線的屬性。

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

刪除指定的私人端點連線。

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

取得指定之私人端點連線的相關資訊。

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

列出指定帳戶中的所有私人端點連線。

ListByBatchAccountWithHttpMessagesAsync(String, String, Nullable<Int32>, Dictionary<String,List<String>>, CancellationToken)

列出指定帳戶中的所有私人端點連線。

UpdateWithHttpMessagesAsync(String, String, String, String, PrivateLinkServiceConnectionState, Dictionary<String,List<String>>, CancellationToken)

更新現有私人端點連線的屬性。

擴充方法

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)

更新現有私人端點連線的屬性。

適用於