| Package | Description |
|---|---|
| com.azure.resourcemanager.network.fluent |
Package containing the service clients for NetworkManagementClient.
|
| com.azure.resourcemanager.network.models |
Package containing the data models for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
NextHopParameters |
NextHopParameters.withDestinationIpAddress(String destinationIpAddress)
Set the destinationIpAddress property: The destination IP address.
|
NextHopParameters |
NextHopParameters.withSourceIpAddress(String sourceIpAddress)
Set the sourceIpAddress property: The source IP address.
|
NextHopParameters |
NextHopParameters.withTargetNicResourceId(String targetNicResourceId)
Set the targetNicResourceId property: The NIC ID.
|
NextHopParameters |
NextHopParameters.withTargetResourceId(String targetResourceId)
Set the targetResourceId property: The resource identifier of the target resource against which the action is to
be performed.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.