Partager via


VpnGatewaysOperationsExtensions.CreateOrUpdateAsync Méthode

Définition

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 à