Delen via


VpnGatewayResource.ResetAsync(WaitUntil, String, CancellationToken) Method

Definition

Resets the primary of the vpn gateway in the specified resource group.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/vpnGateways/{gatewayName}/reset
  • Operation Id: VpnGateways_Reset
  • Default Api Version: 2023-09-01
  • Resource: VpnGatewayResource
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Network.VpnGatewayResource>> ResetAsync (Azure.WaitUntil waitUntil, string ipConfigurationId = default, System.Threading.CancellationToken cancellationToken = default);
abstract member ResetAsync : Azure.WaitUntil * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Network.VpnGatewayResource>>
override this.ResetAsync : Azure.WaitUntil * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Network.VpnGatewayResource>>
Public Overridable Function ResetAsync (waitUntil As WaitUntil, Optional ipConfigurationId As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of VpnGatewayResource))

Parameters

waitUntil
WaitUntil

Completed if the method should wait to return until the long-running operation has completed on the service; Started if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples.

ipConfigurationId
String

VpnGateway ipConfigurationId to specify the gateway instance.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to