ApplicationGatewayPrivateEndpointConnectionsOperationsExtensions.UpdateAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Mises à jour la connexion de point de terminaison privé spécifiée sur application gateway.
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)
Paramètres
Groupe d’opérations pour cette méthode d’extension.
- resourceGroupName
- String
Nom du groupe de ressources.
- applicationGatewayName
- String
Nom de la passerelle Application Gateway.
- connectionName
- String
Nom de la connexion de point de terminaison privé de la passerelle d’application.
- parameters
- ApplicationGatewayPrivateEndpointConnection
Paramètres fournis pour mettre à jour l’opération de connexion de point de terminaison privé application gateway.
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
S’applique à
Azure SDK for .NET