Uses of Class
com.azure.resourcemanager.network.models.NextHopParameters
Packages that use NextHopParameters
Package
Description
Package containing the service clients for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of NextHopParameters in com.azure.resourcemanager.network.fluent
Methods in com.azure.resourcemanager.network.fluent with parameters of type NextHopParametersModifier 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, 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.NetworkWatchersClient.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.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. -
Uses of NextHopParameters in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return NextHopParametersModifier and TypeMethodDescriptionstatic NextHopParametersNextHopParameters.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of NextHopParameters from the JsonReader.NextHopParameters.withDestinationIpAddress(String destinationIpAddress) Set the destinationIpAddress property: The destination IP address.NextHopParameters.withSourceIpAddress(String sourceIpAddress) Set the sourceIpAddress property: The source IP address.NextHopParameters.withTargetNicResourceId(String targetNicResourceId) Set the targetNicResourceId property: The NIC ID.NextHopParameters.withTargetResourceId(String targetResourceId) Set the targetResourceId property: The resource identifier of the target resource against which the action is to be performed.