Partager via


VpnGatewayCollection.CreateOrUpdateAsync Méthode

Définition

Crée une passerelle VPN 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/vpnGateways/{gatewayName}
  • IdVpnGateways_CreateOrUpdate d’opération
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Network.VpnGatewayResource>> CreateOrUpdateAsync (Azure.WaitUntil waitUntil, string gatewayName, Azure.ResourceManager.Network.VpnGatewayData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.Network.VpnGatewayData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Network.VpnGatewayResource>>
override this.CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.Network.VpnGatewayData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Network.VpnGatewayResource>>
Public Overridable Function CreateOrUpdateAsync (waitUntil As WaitUntil, gatewayName As String, data As VpnGatewayData, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of VpnGatewayResource))

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.

gatewayName
String

Le nom de la passerelle.

data
VpnGatewayData

Paramètres fournis pour créer ou mettre à jour une passerelle VPN de wan virtuel.

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

Exceptions

gatewayName est une chaîne vide et devait être non vide.

gatewayName ou data est null.

S’applique à