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)

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

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

HDInsight クラスターのプライベート エンドポイント接続を一覧表示します。

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

HDInsight クラスターのプライベート エンドポイント接続を一覧表示します。

拡張メソッド

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)

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

ListByCluster(IPrivateEndpointConnectionsOperations, String, String)

HDInsight クラスターのプライベート エンドポイント接続を一覧表示します。

ListByClusterAsync(IPrivateEndpointConnectionsOperations, String, String, CancellationToken)

HDInsight クラスターのプライベート エンドポイント接続を一覧表示します。

ListByClusterNext(IPrivateEndpointConnectionsOperations, String)

HDInsight クラスターのプライベート エンドポイント接続を一覧表示します。

ListByClusterNextAsync(IPrivateEndpointConnectionsOperations, String, CancellationToken)

HDInsight クラスターのプライベート エンドポイント接続を一覧表示します。

適用対象