VpnGatewaysOperationsExtensions.CreateOrUpdate 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 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 à
Azure SDK for .NET