IPrivateEndpointConnectionsOperations インターフェイス

定義

PrivateEndpointConnectionsOperations 操作。

public interface IPrivateEndpointConnectionsOperations
type IPrivateEndpointConnectionsOperations = interface
Public Interface IPrivateEndpointConnectionsOperations

メソッド

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

指定した名前のプライベート エンドポイント接続を承認または拒否します。

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

指定した名前のプライベート エンドポイント接続を削除します。

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

指定した名前のプライベート エンドポイント接続を承認または拒否します。

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

指定した名前のプライベート エンドポイント接続を削除します。

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

プライベート エンドポイント接続を取得します。

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

Cosmos DB アカウント上のすべてのプライベート エンドポイント接続を一覧表示します。

拡張メソッド

BeginCreateOrUpdateAsync(IPrivateEndpointConnectionsOperations, String, String, String, PrivateEndpointConnectionInner, CancellationToken)

指定した名前のプライベート エンドポイント接続を承認または拒否します。

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

指定した名前のプライベート エンドポイント接続を削除します。

CreateOrUpdateAsync(IPrivateEndpointConnectionsOperations, String, String, String, PrivateEndpointConnectionInner, CancellationToken)

指定した名前のプライベート エンドポイント接続を承認または拒否します。

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

指定した名前のプライベート エンドポイント接続を削除します。

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

プライベート エンドポイント接続を取得します。

ListByDatabaseAccountAsync(IPrivateEndpointConnectionsOperations, String, String, CancellationToken)

Cosmos DB アカウント上のすべてのプライベート エンドポイント接続を一覧表示します。

適用対象