P2sVpnGatewaysOperationsExtensions.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 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 BeginCreateOrUpdate (this Microsoft.Azure.Management.Network.IP2sVpnGatewaysOperations operations, string resourceGroupName, string gatewayName, Microsoft.Azure.Management.Network.Models.P2SVpnGateway p2SVpnGatewayParameters);
static member BeginCreateOrUpdate : Microsoft.Azure.Management.Network.IP2sVpnGatewaysOperations * string * string * Microsoft.Azure.Management.Network.Models.P2SVpnGateway -> Microsoft.Azure.Management.Network.Models.P2SVpnGateway
<Extension()>
Public Function BeginCreateOrUpdate (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 virtual wan p2s.
Retours
S’applique à
Azure SDK for .NET