ApplicationGatewayPrivateEndpointConnectionsOperationsExtensions.UpdateAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Updates die angegebene Verbindung des privaten Endpunkts auf dem Anwendungsgateway.
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)
Parameter
Die Vorgangsgruppe für diese Erweiterungsmethode.
- resourceGroupName
- String
Der Name der Ressourcengruppe.
- applicationGatewayName
- String
Der Name des Anwendungsgateways.
- connectionName
- String
Der Name der privaten Endpunktverbindung des Anwendungsgateways.
- parameters
- ApplicationGatewayPrivateEndpointConnection
Parameter, die zum Aktualisieren des Verbindungsvorgangs des privaten Endpunkts des Anwendungsgateways bereitgestellt werden.
- cancellationToken
- CancellationToken
Das Abbruchtoken.
Gibt zurück
Gilt für:
Azure SDK for .NET