Freigeben über


P2sVpnGatewaysOperationsExtensions.BeginCreateOrUpdateAsync Methode

Definition

Erstellt ein virtuelles wan p2s-VPN-Gateway, wenn es nicht vorhanden ist, und aktualisiert das vorhandene Gateway.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.P2SVpnGateway> BeginCreateOrUpdateAsync (this Microsoft.Azure.Management.Network.IP2sVpnGatewaysOperations operations, string resourceGroupName, string gatewayName, Microsoft.Azure.Management.Network.Models.P2SVpnGateway p2SVpnGatewayParameters, System.Threading.CancellationToken cancellationToken = default);
static member BeginCreateOrUpdateAsync : Microsoft.Azure.Management.Network.IP2sVpnGatewaysOperations * string * string * Microsoft.Azure.Management.Network.Models.P2SVpnGateway * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.P2SVpnGateway>
<Extension()>
Public Function BeginCreateOrUpdateAsync (operations As IP2sVpnGatewaysOperations, resourceGroupName As String, gatewayName As String, p2SVpnGatewayParameters As P2SVpnGateway, Optional cancellationToken As CancellationToken = Nothing) As Task(Of P2SVpnGateway)

Parameter

operations
IP2sVpnGatewaysOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Ressourcengruppenname des P2SVpnGateway.

gatewayName
String

Der Name des Gateways.

p2SVpnGatewayParameters
P2SVpnGateway

Parameter, die zum Erstellen oder Aktualisieren eines virtuellen wan p2s-VPN-Gateways bereitgestellt werden.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: