次の方法で共有


IApplicationGatewayPrivateEndpointConnectionsOperations インターフェイス

定義

ApplicationGatewayPrivateEndpointConnectionsOperations 操作。

public interface IApplicationGatewayPrivateEndpointConnectionsOperations
type IApplicationGatewayPrivateEndpointConnectionsOperations = interface
Public Interface IApplicationGatewayPrivateEndpointConnectionsOperations

メソッド

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

アプリケーション ゲートウェイで指定されたプライベート エンドポイント接続を削除します。

BeginUpdateWithHttpMessagesAsync(String, String, String, ApplicationGatewayPrivateEndpointConnection, Dictionary<String,List<String>>, CancellationToken)

アプリケーション ゲートウェイで指定されたプライベート エンドポイント接続を更新します。

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

アプリケーション ゲートウェイで指定されたプライベート エンドポイント接続を削除します。

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

アプリケーション ゲートウェイで指定されたプライベート エンドポイント接続を取得します。

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

アプリケーション ゲートウェイ上のすべてのプライベート エンドポイント接続を一覧表示します。

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

アプリケーション ゲートウェイ上のすべてのプライベート エンドポイント接続を一覧表示します。

UpdateWithHttpMessagesAsync(String, String, String, ApplicationGatewayPrivateEndpointConnection, Dictionary<String,List<String>>, CancellationToken)

アプリケーション ゲートウェイで指定されたプライベート エンドポイント接続を更新します。

拡張メソッド

BeginDelete(IApplicationGatewayPrivateEndpointConnectionsOperations, String, String, String)

アプリケーション ゲートウェイで指定されたプライベート エンドポイント接続を削除します。

BeginDeleteAsync(IApplicationGatewayPrivateEndpointConnectionsOperations, String, String, String, CancellationToken)

アプリケーション ゲートウェイで指定されたプライベート エンドポイント接続を削除します。

BeginUpdate(IApplicationGatewayPrivateEndpointConnectionsOperations, String, String, String, ApplicationGatewayPrivateEndpointConnection)

アプリケーション ゲートウェイで指定されたプライベート エンドポイント接続を更新します。

BeginUpdateAsync(IApplicationGatewayPrivateEndpointConnectionsOperations, String, String, String, ApplicationGatewayPrivateEndpointConnection, CancellationToken)

アプリケーション ゲートウェイで指定されたプライベート エンドポイント接続を更新します。

Delete(IApplicationGatewayPrivateEndpointConnectionsOperations, String, String, String)

アプリケーション ゲートウェイで指定されたプライベート エンドポイント接続を削除します。

DeleteAsync(IApplicationGatewayPrivateEndpointConnectionsOperations, String, String, String, CancellationToken)

アプリケーション ゲートウェイで指定されたプライベート エンドポイント接続を削除します。

Get(IApplicationGatewayPrivateEndpointConnectionsOperations, String, String, String)

アプリケーション ゲートウェイで指定されたプライベート エンドポイント接続を取得します。

GetAsync(IApplicationGatewayPrivateEndpointConnectionsOperations, String, String, String, CancellationToken)

アプリケーション ゲートウェイで指定されたプライベート エンドポイント接続を取得します。

List(IApplicationGatewayPrivateEndpointConnectionsOperations, String, String)

アプリケーション ゲートウェイ上のすべてのプライベート エンドポイント接続を一覧表示します。

ListAsync(IApplicationGatewayPrivateEndpointConnectionsOperations, String, String, CancellationToken)

アプリケーション ゲートウェイ上のすべてのプライベート エンドポイント接続を一覧表示します。

ListNext(IApplicationGatewayPrivateEndpointConnectionsOperations, String)

アプリケーション ゲートウェイ上のすべてのプライベート エンドポイント接続を一覧表示します。

ListNextAsync(IApplicationGatewayPrivateEndpointConnectionsOperations, String, CancellationToken)

アプリケーション ゲートウェイ上のすべてのプライベート エンドポイント接続を一覧表示します。

Update(IApplicationGatewayPrivateEndpointConnectionsOperations, String, String, String, ApplicationGatewayPrivateEndpointConnection)

アプリケーション ゲートウェイで指定されたプライベート エンドポイント接続を更新します。

UpdateAsync(IApplicationGatewayPrivateEndpointConnectionsOperations, String, String, String, ApplicationGatewayPrivateEndpointConnection, CancellationToken)

アプリケーション ゲートウェイで指定されたプライベート エンドポイント接続を更新します。

適用対象