P2SVpnGatewayCollection.CreateOrUpdateAsync 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.
Crée une passerelle VPN p2s de wan virtuel si elle n’existe pas, sinon met à jour la passerelle existante.
- Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/p2svpnGateways/{gatewayName}
- IdP2sVpnGateways_CreateOrUpdate d’opération
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Network.P2SVpnGatewayResource>> CreateOrUpdateAsync (Azure.WaitUntil waitUntil, string gatewayName, Azure.ResourceManager.Network.P2SVpnGatewayData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.Network.P2SVpnGatewayData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Network.P2SVpnGatewayResource>>
override this.CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.Network.P2SVpnGatewayData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Network.P2SVpnGatewayResource>>
Public Overridable Function CreateOrUpdateAsync (waitUntil As WaitUntil, gatewayName As String, data As P2SVpnGatewayData, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of P2SVpnGatewayResource))
Paramètres
- waitUntil
- WaitUntil
Completed si la méthode doit attendre la fin de l’opération de longue durée sur le service ; Started s’il doit retourner 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 Azure.Core Long-Running.
- gatewayName
- String
Le nom de la passerelle.
- data
- P2SVpnGatewayData
Paramètres fournis pour créer ou mettre à jour une passerelle VPN virtual wan p2s.
- cancellationToken
- CancellationToken
Jeton d’annulation à utiliser.
Retours
Exceptions
gatewayName
est une chaîne vide, et on s’attendait à ce qu’elle ne soit pas vide.
gatewayName
ou data
est null.
S’applique à
Azure SDK for .NET