P2SVpnGatewayResource.Update 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 balises de passerelle VPN p2s virtual wan.
- Chemin de la demande/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/p2svpnGateways/{gatewayName}
- IdP2sVpnGateways_UpdateTags d’opération
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Network.P2SVpnGatewayResource> Update (Azure.WaitUntil waitUntil, Azure.ResourceManager.Network.Models.NetworkTagsObject p2sVpnGatewayParameters, System.Threading.CancellationToken cancellationToken = default);
abstract member Update : Azure.WaitUntil * Azure.ResourceManager.Network.Models.NetworkTagsObject * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Network.P2SVpnGatewayResource>
override this.Update : Azure.WaitUntil * Azure.ResourceManager.Network.Models.NetworkTagsObject * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Network.P2SVpnGatewayResource>
Public Overridable Function Update (waitUntil As WaitUntil, p2sVpnGatewayParameters As NetworkTagsObject, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of P2SVpnGatewayResource)
Paramètres
- waitUntil
- WaitUntil
Completed si la méthode doit attendre pour retourner jusqu’à ce que l’opération de longue durée soit terminée sur le service ; Started si elle doit être retournée après le démarrage de l’opération. Pour plus d’informations sur les opérations de longue durée, consultez Exemples d’opérations de Long-Running Azure.Core.
- p2sVpnGatewayParameters
- NetworkTagsObject
Paramètres fournis pour mettre à jour les balises de passerelle VPN p2s d’un wan virtuel.
- cancellationToken
- CancellationToken
Jeton d’annulation à utiliser.
Retours
Exceptions
p2sVpnGatewayParameters
a la valeur null.
S’applique à
Azure SDK for .NET