Uses of Interface
com.azure.resourcemanager.network.models.Route.UpdateDefinitionStages.WithNextHopType
-
Packages that use Route.UpdateDefinitionStages.WithNextHopType Package Description com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of Route.UpdateDefinitionStages.WithNextHopType in com.azure.resourcemanager.network.models
Subinterfaces of Route.UpdateDefinitionStages.WithNextHopType in com.azure.resourcemanager.network.models Modifier and Type Interface Description static interfaceRoute.UpdateDefinition<ParentT>The entirety of a route definition as part of a route table update.Methods in com.azure.resourcemanager.network.models that return Route.UpdateDefinitionStages.WithNextHopType Modifier and Type Method Description Route.UpdateDefinitionStages.WithNextHopType<ParentT>Route.UpdateDefinitionStages.WithDestinationAddressPrefix. withDestinationAddressPrefix(String cidr)Specifies the destination address prefix to apply the route to.
-