Uses of Class
com.azure.resourcemanager.network.models.VnetRoute
Packages that use VnetRoute
Package
Description
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 VnetRouteModifier and TypeMethodDescriptionstatic VnetRouteVnetRoute.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of VnetRoute from the JsonReader.RoutingConfiguration.vnetRoutes()Get the vnetRoutes property: List of routes that control routing from VirtualHub into a virtual network connection.VnetRoute.withStaticRoutes(List<StaticRoute> staticRoutes) Set the staticRoutes property: List of all Static Routes.VnetRoute.withStaticRoutesConfig(StaticRoutesConfig staticRoutesConfig) Set the staticRoutesConfig property: Configuration for static routes on this HubVnetConnection.Methods in com.azure.resourcemanager.network.models with parameters of type VnetRouteModifier and TypeMethodDescriptionRoutingConfiguration.withVnetRoutes(VnetRoute vnetRoutes) Set the vnetRoutes property: List of routes that control routing from VirtualHub into a virtual network connection.