次の方法で共有


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)

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

BeginUpdateTagsWithHttpMessagesAsync(String, String, String, TagsObject, 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)

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

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

サーバー上のすべてのプライベート エンドポイント接続を取得します。

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

サーバー上のすべてのプライベート エンドポイント接続を取得します。

UpdateTagsWithHttpMessagesAsync(String, String, String, TagsObject, 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)

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

BeginUpdateTags(IPrivateEndpointConnectionsOperations, String, String, String, TagsObject)

プライベート エンドポイント接続でタグを更新します。

BeginUpdateTagsAsync(IPrivateEndpointConnectionsOperations, String, String, String, TagsObject, 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)

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

ListByServer(IPrivateEndpointConnectionsOperations, String, String)

サーバー上のすべてのプライベート エンドポイント接続を取得します。

ListByServerAsync(IPrivateEndpointConnectionsOperations, String, String, CancellationToken)

サーバー上のすべてのプライベート エンドポイント接続を取得します。

ListByServerNext(IPrivateEndpointConnectionsOperations, String)

サーバー上のすべてのプライベート エンドポイント接続を取得します。

ListByServerNextAsync(IPrivateEndpointConnectionsOperations, String, CancellationToken)

サーバー上のすべてのプライベート エンドポイント接続を取得します。

UpdateTags(IPrivateEndpointConnectionsOperations, String, String, String, TagsObject)

プライベート エンドポイント接続でタグを更新します。

UpdateTagsAsync(IPrivateEndpointConnectionsOperations, String, String, String, TagsObject, CancellationToken)

プライベート エンドポイント接続でタグを更新します。

適用対象