Partager via


P2sVpnGatewaysOperationsExtensions.CreateOrUpdate Méthode

Définition

Crée une passerelle vpn p2s de wan virtuel si elle n’existe pas, sinon met à jour la passerelle existante.

public static Microsoft.Azure.Management.Network.Models.P2SVpnGateway CreateOrUpdate (this Microsoft.Azure.Management.Network.IP2sVpnGatewaysOperations operations, string resourceGroupName, string gatewayName, Microsoft.Azure.Management.Network.Models.P2SVpnGateway p2SVpnGatewayParameters);
static member CreateOrUpdate : Microsoft.Azure.Management.Network.IP2sVpnGatewaysOperations * string * string * Microsoft.Azure.Management.Network.Models.P2SVpnGateway -> Microsoft.Azure.Management.Network.Models.P2SVpnGateway
<Extension()>
Public Function CreateOrUpdate (operations As IP2sVpnGatewaysOperations, resourceGroupName As String, gatewayName As String, p2SVpnGatewayParameters As P2SVpnGateway) As P2SVpnGateway

Paramètres

operations
IP2sVpnGatewaysOperations

Groupe d’opérations pour cette méthode d’extension.

resourceGroupName
String

Nom du groupe de ressources du P2SVpnGateway.

gatewayName
String

Le nom de la passerelle.

p2SVpnGatewayParameters
P2SVpnGateway

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

Retours

S’applique à