Share via


P2sVpnGatewaysOperationsExtensions.CreateOrUpdateAsync Method

Definition

Creates a virtual wan p2s vpn gateway if it doesn't exist else updates the existing gateway.

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

Parameters

operations
IP2sVpnGatewaysOperations

The operations group for this extension method.

resourceGroupName
String

The resource group name of the P2SVpnGateway.

gatewayName
String

The name of the gateway.

p2SVpnGatewayParameters
P2SVpnGatewayInner

Parameters supplied to create or Update a virtual wan p2s vpn gateway.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to