共用方式為


VirtualNetworkGatewayResource.ResetAsync Method

Definition

Resets the primary of the virtual network gateway in the specified resource group.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworkGateways/{virtualNetworkGatewayName}/reset
  • Operation Id: VirtualNetworkGateways_Reset
  • Default Api Version: 2023-09-01
  • Resource: VirtualNetworkGatewayResource
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Network.VirtualNetworkGatewayResource>> ResetAsync (Azure.WaitUntil waitUntil, string gatewayVip = 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.VirtualNetworkGatewayResource>>
override this.ResetAsync : Azure.WaitUntil * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Network.VirtualNetworkGatewayResource>>
Public Overridable Function ResetAsync (waitUntil As WaitUntil, Optional gatewayVip As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of VirtualNetworkGatewayResource))

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.

gatewayVip
String

Virtual network gateway vip address supplied to the begin reset of the active-active feature enabled gateway.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to