Bagikan melalui


NetworkWatcherResource.GetNextHopAsync Method

Definition

Gets the next hop from the specified VM.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkWatchers/{networkWatcherName}/nextHop
  • Operation Id: NetworkWatchers_GetNextHop
  • Default Api Version: 2023-09-01
  • Resource: NetworkWatcherResource
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Network.Models.NextHopResult>> GetNextHopAsync (Azure.WaitUntil waitUntil, Azure.ResourceManager.Network.Models.NextHopContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member GetNextHopAsync : Azure.WaitUntil * Azure.ResourceManager.Network.Models.NextHopContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Network.Models.NextHopResult>>
override this.GetNextHopAsync : Azure.WaitUntil * Azure.ResourceManager.Network.Models.NextHopContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Network.Models.NextHopResult>>
Public Overridable Function GetNextHopAsync (waitUntil As WaitUntil, content As NextHopContent, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of NextHopResult))

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.

content
NextHopContent

Parameters that define the source and destination endpoint.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

content is null.

Applies to