Uses of Class
com.microsoft.azure.management.network.NextHopParameters
-
Packages that use NextHopParameters Package Description com.microsoft.azure.management.network This package contains the classes for NetworkManagementClient. -
-
Uses of NextHopParameters in com.microsoft.azure.management.network
Methods in com.microsoft.azure.management.network that return NextHopParameters Modifier and Type Method Description NextHopParametersNextHopParameters. withDestinationIPAddress(String destinationIPAddress)Set the destinationIPAddress value.NextHopParametersNextHopParameters. withSourceIPAddress(String sourceIPAddress)Set the sourceIPAddress value.NextHopParametersNextHopParameters. withTargetNicResourceId(String targetNicResourceId)Set the targetNicResourceId value.NextHopParametersNextHopParameters. withTargetResourceId(String targetResourceId)Set the targetResourceId value.
-