| Package | Description |
|---|---|
| com.azure.resourcemanager.network.fluent |
Package containing the service clients for NetworkManagementClient.
|
| com.azure.resourcemanager.network.fluent.models |
Package containing the inner data models for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
NextHopResultInner |
NextHopResultInner.withNextHopIpAddress(String nextHopIpAddress)
Set the nextHopIpAddress property: Next hop IP Address.
|
NextHopResultInner |
NextHopResultInner.withNextHopType(NextHopType nextHopType)
Set the nextHopType property: Next hop type.
|
NextHopResultInner |
NextHopResultInner.withRouteTableId(String routeTableId)
Set the routeTableId property: The resource identifier for the route table associated with the route being
returned.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.