com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<NextHopResultInner>,NextHopResultInner> |
NetworkWatchersClient.beginGetNextHop(String resourceGroupName,
String networkWatcherName,
NextHopParameters parameters) |
Gets the next hop from the specified VM.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<NextHopResultInner>,NextHopResultInner> |
NetworkWatchersClient.beginGetNextHop(String resourceGroupName,
String networkWatcherName,
NextHopParameters parameters,
com.azure.core.util.Context context) |
Gets the next hop from the specified VM.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<NextHopResultInner>,NextHopResultInner> |
NetworkWatchersClient.beginGetNextHopAsync(String resourceGroupName,
String networkWatcherName,
NextHopParameters parameters) |
Gets the next hop from the specified VM.
|
NextHopResultInner |
NetworkWatchersClient.getNextHop(String resourceGroupName,
String networkWatcherName,
NextHopParameters parameters) |
Gets the next hop from the specified VM.
|
NextHopResultInner |
NetworkWatchersClient.getNextHop(String resourceGroupName,
String networkWatcherName,
NextHopParameters parameters,
com.azure.core.util.Context context) |
Gets the next hop from the specified VM.
|
Mono<NextHopResultInner> |
NetworkWatchersClient.getNextHopAsync(String resourceGroupName,
String networkWatcherName,
NextHopParameters parameters) |
Gets the next hop from the specified VM.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
NetworkWatchersClient.getNextHopWithResponseAsync(String resourceGroupName,
String networkWatcherName,
NextHopParameters parameters) |
Gets the next hop from the specified VM.
|