Uses of Interface
com.microsoft.azure.management.network.Route.DefinitionStages.WithNextHopType
-
Packages that use Route.DefinitionStages.WithNextHopType Package Description com.microsoft.azure.management.network This package contains the classes for NetworkManagementClient. -
-
Uses of Route.DefinitionStages.WithNextHopType in com.microsoft.azure.management.network
Subinterfaces of Route.DefinitionStages.WithNextHopType in com.microsoft.azure.management.network Modifier and Type Interface Description static interfaceRoute.Definition<ParentT>The entirety of a route definition.Methods in com.microsoft.azure.management.network that return Route.DefinitionStages.WithNextHopType Modifier and Type Method Description Route.DefinitionStages.WithNextHopType<ParentT>Route.DefinitionStages.WithDestinationAddressPrefix. withDestinationAddressPrefix(String cidr)Specifies the destination address prefix to apply the route to.
-