Compartir a través de


P2sVpnGatewaysOperationsExtensions.CreateOrUpdateAsync Método

Definición

Crea una puerta de enlace de VPN p2s de virtual wan si no existe, actualiza la puerta de enlace existente.

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)

Parámetros

operations
IP2sVpnGatewaysOperations

El grupo de operaciones de este método de extensión.

resourceGroupName
String

Nombre del grupo de recursos de P2SVpnGateway.

gatewayName
String

El nombre de la puerta de enlace.

p2SVpnGatewayParameters
P2SVpnGatewayInner

Parámetros proporcionados para crear o actualizar una puerta de enlace de VPN de virtual wan p2s.

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Se aplica a