NetworkWatcherResource.GetNextHop Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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: 2024-03-01
- Resource: NetworkWatcherResource
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Network.Models.NextHopResult> GetNextHop (Azure.WaitUntil waitUntil, Azure.ResourceManager.Network.Models.NextHopContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member GetNextHop : Azure.WaitUntil * Azure.ResourceManager.Network.Models.NextHopContent * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Network.Models.NextHopResult>
override this.GetNextHop : Azure.WaitUntil * Azure.ResourceManager.Network.Models.NextHopContent * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Network.Models.NextHopResult>
Public Overridable Function GetNextHop (waitUntil As WaitUntil, content As NextHopContent, Optional cancellationToken As CancellationToken = Nothing) As 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
Azure SDK for .NET