VpnGatewaysOperationsExtensions.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 de wan virtuel si elle n’existe pas, sinon met à jour la passerelle existante.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.VpnGateway> CreateOrUpdateAsync (this Microsoft.Azure.Management.Network.IVpnGatewaysOperations operations, string resourceGroupName, string gatewayName, Microsoft.Azure.Management.Network.Models.VpnGateway vpnGatewayParameters, System.Threading.CancellationToken cancellationToken = default);
static member CreateOrUpdateAsync : Microsoft.Azure.Management.Network.IVpnGatewaysOperations * string * string * Microsoft.Azure.Management.Network.Models.VpnGateway * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.VpnGateway>
<Extension()>
Public Function CreateOrUpdateAsync (operations As IVpnGatewaysOperations, resourceGroupName As String, gatewayName As String, vpnGatewayParameters As VpnGateway, Optional cancellationToken As CancellationToken = Nothing) As Task(Of VpnGateway)
Paramètres
- operations
- IVpnGatewaysOperations
Groupe d’opérations pour cette méthode d’extension.
- resourceGroupName
- String
Nom du groupe de ressources du VpnGateway.
- gatewayName
- String
Le nom de la passerelle.
- vpnGatewayParameters
- VpnGateway
Paramètres fournis pour créer ou mettre à jour une passerelle VPN de wan virtuel.
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
S’applique à
Azure SDK for .NET