Uses of Class
com.microsoft.azure.management.network.NextHopType
-
Packages that use NextHopType Package Description com.microsoft.azure.management.network This package contains the classes for NetworkManagementClient. -
-
Uses of NextHopType in com.microsoft.azure.management.network
Fields in com.microsoft.azure.management.network declared as NextHopType Modifier and Type Field Description static NextHopTypeNextHopType. HYPER_NET_GATEWAYStatic value HyperNetGateway for NextHopType.static NextHopTypeNextHopType. INTERNETStatic value Internet for NextHopType.static NextHopTypeNextHopType. NONEStatic value None for NextHopType.static NextHopTypeNextHopType. VIRTUAL_APPLIANCEStatic value VirtualAppliance for NextHopType.static NextHopTypeNextHopType. VIRTUAL_NETWORK_GATEWAYStatic value VirtualNetworkGateway for NextHopType.static NextHopTypeNextHopType. VNET_LOCALStatic value VnetLocal for NextHopType.Methods in com.microsoft.azure.management.network that return NextHopType Modifier and Type Method Description static NextHopTypeNextHopType. fromString(String name)Creates or finds a NextHopType from its string representation.NextHopTypeNextHop. nextHopType()Methods in com.microsoft.azure.management.network that return types with arguments of type NextHopType Modifier and Type Method Description static Collection<NextHopType>NextHopType. values()
-