Compartir a través de


VpnGatewaysOperationsExtensions.ResetAsync Método

Definición

Restablece la principal de la puerta de enlace de VPN en el grupo de recursos especificado.

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

Parámetros

operations
IVpnGatewaysOperations

Grupo de operaciones para este método de extensión.

resourceGroupName
String

Nombre del grupo de recursos de VpnGateway.

gatewayName
String

El nombre de la puerta de enlace.

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Se aplica a