Partager via


VpnGatewaysOperationsExtensions.CreateOrUpdate 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 Microsoft.Azure.Management.Network.Models.VpnGateway CreateOrUpdate (this Microsoft.Azure.Management.Network.IVpnGatewaysOperations operations, string resourceGroupName, string gatewayName, Microsoft.Azure.Management.Network.Models.VpnGateway vpnGatewayParameters);
static member CreateOrUpdate : Microsoft.Azure.Management.Network.IVpnGatewaysOperations * string * string * Microsoft.Azure.Management.Network.Models.VpnGateway -> Microsoft.Azure.Management.Network.Models.VpnGateway
<Extension()>
Public Function CreateOrUpdate (operations As IVpnGatewaysOperations, resourceGroupName As String, gatewayName As String, vpnGatewayParameters As VpnGateway) As 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.

Retours

S’applique à