Partilhar via


VirtualNetworkGatewayResource.ResetAsync Método

Definição

Redefine o primário do gateway de rede virtual no grupo de recursos especificado.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworkGateways/{virtualNetworkGatewayName}/reset
  • IdVirtualNetworkGateways_Reset de operação
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))

Parâmetros

waitUntil
WaitUntil

Completed se o método deve aguardar para retornar até que a operação de execução prolongada seja concluída no serviço; Started se ele deve retornar depois de iniciar a operação. Para obter mais informações sobre operações de longa execução, consulte Exemplos de operação de Long-Running do Azure.Core.

gatewayVip
String

Endereço vip do gateway de rede virtual fornecido para iniciar a redefinição do gateway habilitado para recurso ativo-ativo.

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Aplica-se a