Freigeben über


VpnGatewaysOperationsExtensions.CreateOrUpdateAsync Methode

Definition

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

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

Parameter

operations
IVpnGatewaysOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Ressourcengruppenname des VpnGateway.

gatewayName
String

Der Name des Gateways.

vpnGatewayParameters
VpnGateway

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

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: