Uses of Interface
com.azure.resourcemanager.network.models.Route.DefinitionStages.WithNextHopType
-
Packages that use Route.DefinitionStages.WithNextHopType Package Description com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of Route.DefinitionStages.WithNextHopType in com.azure.resourcemanager.network.models
Subinterfaces of Route.DefinitionStages.WithNextHopType in com.azure.resourcemanager.network.models Modifier and Type Interface Description static interfaceRoute.Definition<ParentT>The entirety of a route definition.Methods in com.azure.resourcemanager.network.models 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.
-