次の方法で共有


ApplicationGatewayPrivateEndpointConnectionsOperationsExtensions.UpdateAsync メソッド

定義

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

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.ApplicationGatewayPrivateEndpointConnection> UpdateAsync (this Microsoft.Azure.Management.Network.IApplicationGatewayPrivateEndpointConnectionsOperations operations, string resourceGroupName, string applicationGatewayName, string connectionName, Microsoft.Azure.Management.Network.Models.ApplicationGatewayPrivateEndpointConnection parameters, System.Threading.CancellationToken cancellationToken = default);
static member UpdateAsync : Microsoft.Azure.Management.Network.IApplicationGatewayPrivateEndpointConnectionsOperations * string * string * string * Microsoft.Azure.Management.Network.Models.ApplicationGatewayPrivateEndpointConnection * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.ApplicationGatewayPrivateEndpointConnection>
<Extension()>
Public Function UpdateAsync (operations As IApplicationGatewayPrivateEndpointConnectionsOperations, resourceGroupName As String, applicationGatewayName As String, connectionName As String, parameters As ApplicationGatewayPrivateEndpointConnection, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ApplicationGatewayPrivateEndpointConnection)

パラメーター

operations
IApplicationGatewayPrivateEndpointConnectionsOperations

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

resourceGroupName
String

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

applicationGatewayName
String

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

connectionName
String

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

parameters
ApplicationGatewayPrivateEndpointConnection

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

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象