次の方法で共有


ApplicationGatewayPrivateEndpointConnectionsOperationsExtensions.Update メソッド

定義

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

public static Microsoft.Azure.Management.Network.Models.ApplicationGatewayPrivateEndpointConnection Update (this Microsoft.Azure.Management.Network.IApplicationGatewayPrivateEndpointConnectionsOperations operations, string resourceGroupName, string applicationGatewayName, string connectionName, Microsoft.Azure.Management.Network.Models.ApplicationGatewayPrivateEndpointConnection parameters);
static member Update : Microsoft.Azure.Management.Network.IApplicationGatewayPrivateEndpointConnectionsOperations * string * string * string * Microsoft.Azure.Management.Network.Models.ApplicationGatewayPrivateEndpointConnection -> Microsoft.Azure.Management.Network.Models.ApplicationGatewayPrivateEndpointConnection
<Extension()>
Public Function Update (operations As IApplicationGatewayPrivateEndpointConnectionsOperations, resourceGroupName As String, applicationGatewayName As String, connectionName As String, parameters As ApplicationGatewayPrivateEndpointConnection) As ApplicationGatewayPrivateEndpointConnection

パラメーター

operations
IApplicationGatewayPrivateEndpointConnectionsOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

リソース グループの名前。

applicationGatewayName
String

アプリケーション ゲートウェイの名前。

connectionName
String

アプリケーション ゲートウェイのプライベート エンドポイント接続の名前。

parameters
ApplicationGatewayPrivateEndpointConnection

アプリケーション ゲートウェイのプライベート エンドポイント接続操作を更新するために指定されたパラメーター。

戻り値

適用対象