Uses of Class
com.azure.resourcemanager.network.fluent.models.NextHopResultInner
Packages that use NextHopResultInner
Package
Description
Package containing the service clients for NetworkManagementClient.
Package containing the inner data models for NetworkManagementClient.
-
Uses of NextHopResultInner in com.azure.resourcemanager.network.fluent
Methods in com.azure.resourcemanager.network.fluent that return NextHopResultInnerModifier and TypeMethodDescriptionNetworkWatchersClient.getNextHop(String resourceGroupName, String networkWatcherName, NextHopParameters parameters) Gets the next hop from the specified VM.NetworkWatchersClient.getNextHop(String resourceGroupName, String networkWatcherName, NextHopParameters parameters, com.azure.core.util.Context context) Gets the next hop from the specified VM.Methods in com.azure.resourcemanager.network.fluent that return types with arguments of type NextHopResultInnerModifier and TypeMethodDescriptioncom.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) 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.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.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.NetworkWatchersClient.getNextHopAsync(String resourceGroupName, String networkWatcherName, NextHopParameters parameters) Gets the next hop from the specified VM. -
Uses of NextHopResultInner in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return NextHopResultInnerModifier and TypeMethodDescriptionstatic NextHopResultInnerNextHopResultInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of NextHopResultInner from the JsonReader.NextHopResultInner.withNextHopIpAddress(String nextHopIpAddress) Set the nextHopIpAddress property: Next hop IP Address.NextHopResultInner.withNextHopType(NextHopType nextHopType) Set the nextHopType property: Next hop type.NextHopResultInner.withRouteTableId(String routeTableId) Set the routeTableId property: The resource identifier for the route table associated with the route being returned.