Uses of Class
com.azure.resourcemanager.network.models.VnetRoute
-
Packages that use VnetRoute Package Description com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of VnetRoute in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return VnetRoute Modifier and Type Method Description VnetRouteRoutingConfiguration. vnetRoutes()Get the vnetRoutes property: List of routes that control routing from VirtualHub into a virtual network connection.VnetRouteVnetRoute. withStaticRoutes(List<StaticRoute> staticRoutes)Set the staticRoutes property: List of all Static Routes.Methods in com.azure.resourcemanager.network.models with parameters of type VnetRoute Modifier and Type Method Description RoutingConfigurationRoutingConfiguration. withVnetRoutes(VnetRoute vnetRoutes)Set the vnetRoutes property: List of routes that control routing from VirtualHub into a virtual network connection.
-