次の方法で共有


IPrivateEndpointConnectionsOperations インターフェイス

定義

PrivateEndpointConnectionsOperations 操作。

public interface IPrivateEndpointConnectionsOperations
type IPrivateEndpointConnectionsOperations = interface
Public Interface IPrivateEndpointConnectionsOperations

メソッド

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

キー コンテナーに関連付けられている指定されたプライベート エンドポイント接続を削除します。

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

キー コンテナーに関連付けられている指定されたプライベート エンドポイント接続を削除します。

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

キー コンテナーに関連付けられている指定されたプライベート エンドポイント接続を取得します。

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

キー コンテナーに関連付けられている指定したプライベート エンドポイント接続を更新します。

拡張メソッド

BeginDelete(IPrivateEndpointConnectionsOperations, String, String, String)

キー コンテナーに関連付けられている指定されたプライベート エンドポイント接続を削除します。

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

キー コンテナーに関連付けられている指定されたプライベート エンドポイント接続を削除します。

Delete(IPrivateEndpointConnectionsOperations, String, String, String)

キー コンテナーに関連付けられている指定されたプライベート エンドポイント接続を削除します。

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

キー コンテナーに関連付けられている指定されたプライベート エンドポイント接続を削除します。

Get(IPrivateEndpointConnectionsOperations, String, String, String)

キー コンテナーに関連付けられている指定されたプライベート エンドポイント接続を取得します。

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

キー コンテナーに関連付けられている指定されたプライベート エンドポイント接続を取得します。

Put(IPrivateEndpointConnectionsOperations, String, String, String, PrivateEndpointConnection)

キー コンテナーに関連付けられている指定したプライベート エンドポイント接続を更新します。

PutAsync(IPrivateEndpointConnectionsOperations, String, String, String, PrivateEndpointConnection, CancellationToken)

キー コンテナーに関連付けられている指定したプライベート エンドポイント接続を更新します。

適用対象