Freigeben über


ApplicationGatewayPrivateEndpointConnectionsOperationsExtensions.BeginUpdate Methode

Definition

Updates die angegebene Verbindung des privaten Endpunkts auf dem Anwendungsgateway aus.

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

Parameter

operations
IApplicationGatewayPrivateEndpointConnectionsOperations

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 Application Gateway-Endpunkts bereitgestellt werden.

Gibt zurück

Gilt für: