共用方式為


IPrivateEndpointConnectionsOperations 介面

定義

PrivateEndpointConnectionsOperations 作業。

public interface IPrivateEndpointConnectionsOperations
type IPrivateEndpointConnectionsOperations = interface
Public Interface IPrivateEndpointConnectionsOperations

方法

BeginCreateOrUpdateWithHttpMessagesAsync(String, String, String, PrivateEndpointConnection, Dictionary<String,List<String>>, CancellationToken)

核准或拒絕具有指定名稱的私人端點連線。

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

刪除具有指定名稱的私人端點連線。

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

核准或拒絕具有指定名稱的私人端點連線。

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

刪除具有指定名稱的私人端點連線。

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

取得私人端點連線。

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

列出自動化帳戶上的所有私人端點連線。

擴充方法

BeginCreateOrUpdate(IPrivateEndpointConnectionsOperations, String, String, String, PrivateEndpointConnection)

核准或拒絕具有指定名稱的私人端點連線。

BeginCreateOrUpdateAsync(IPrivateEndpointConnectionsOperations, String, String, String, PrivateEndpointConnection, CancellationToken)

核准或拒絕具有指定名稱的私人端點連線。

BeginDelete(IPrivateEndpointConnectionsOperations, String, String, String)

刪除具有指定名稱的私人端點連線。

BeginDeleteAsync(IPrivateEndpointConnectionsOperations, String, String, String, CancellationToken)

刪除具有指定名稱的私人端點連線。

CreateOrUpdate(IPrivateEndpointConnectionsOperations, String, String, String, PrivateEndpointConnection)

核准或拒絕具有指定名稱的私人端點連線。

CreateOrUpdateAsync(IPrivateEndpointConnectionsOperations, String, String, String, PrivateEndpointConnection, CancellationToken)

核准或拒絕具有指定名稱的私人端點連線。

Delete(IPrivateEndpointConnectionsOperations, String, String, String)

刪除具有指定名稱的私人端點連線。

DeleteAsync(IPrivateEndpointConnectionsOperations, String, String, String, CancellationToken)

刪除具有指定名稱的私人端點連線。

Get(IPrivateEndpointConnectionsOperations, String, String, String)

取得私人端點連線。

GetAsync(IPrivateEndpointConnectionsOperations, String, String, String, CancellationToken)

取得私人端點連線。

ListByAutomationAccount(IPrivateEndpointConnectionsOperations, String, String)

列出自動化帳戶上的所有私人端點連線。

ListByAutomationAccountAsync(IPrivateEndpointConnectionsOperations, String, String, CancellationToken)

列出自動化帳戶上的所有私人端點連線。

適用於