VpnConnectionsOperationsExtensions.BeginCreateOrUpdate 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 connexion VPN à une passerelle VPN évolutive si elle n’existe pas, sinon met à jour la connexion existante.
public static Microsoft.Azure.Management.Network.Models.VpnConnection BeginCreateOrUpdate (this Microsoft.Azure.Management.Network.IVpnConnectionsOperations operations, string resourceGroupName, string gatewayName, string connectionName, Microsoft.Azure.Management.Network.Models.VpnConnection vpnConnectionParameters);
static member BeginCreateOrUpdate : Microsoft.Azure.Management.Network.IVpnConnectionsOperations * string * string * string * Microsoft.Azure.Management.Network.Models.VpnConnection -> Microsoft.Azure.Management.Network.Models.VpnConnection
<Extension()>
Public Function BeginCreateOrUpdate (operations As IVpnConnectionsOperations, resourceGroupName As String, gatewayName As String, connectionName As String, vpnConnectionParameters As VpnConnection) As VpnConnection
Paramètres
- operations
- IVpnConnectionsOperations
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.
- connectionName
- String
Le nom de la connexion.
- vpnConnectionParameters
- VpnConnection
Paramètres fournis pour créer ou mettre à jour une connexion VPN.
Retours
S’applique à
Azure SDK for .NET