Uses of Class
com.azure.resourcemanager.network.models.StaticRoute
Packages that use StaticRoute
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of StaticRoute in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return StaticRouteModifier and TypeMethodDescriptionstatic StaticRouteStaticRoute.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of StaticRoute from the JsonReader.StaticRoute.withAddressPrefixes(List<String> addressPrefixes) Set the addressPrefixes property: List of all address prefixes.Set the name property: The name of the StaticRoute that is unique within a VnetRoute.StaticRoute.withNextHopIpAddress(String nextHopIpAddress) Set the nextHopIpAddress property: The ip address of the next hop.Methods in com.azure.resourcemanager.network.models that return types with arguments of type StaticRouteModifier and TypeMethodDescriptionVnetRoute.staticRoutes()Get the staticRoutes property: List of all Static Routes.Method parameters in com.azure.resourcemanager.network.models with type arguments of type StaticRouteModifier and TypeMethodDescriptionVnetRoute.withStaticRoutes(List<StaticRoute> staticRoutes) Set the staticRoutes property: List of all Static Routes.