Uses of Class
com.azure.resourcemanager.network.models.StaticRoute
-
Packages that use StaticRoute Package Description com.azure.resourcemanager.network.models 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 StaticRoute Modifier and Type Method Description StaticRouteStaticRoute. withAddressPrefixes(List<String> addressPrefixes)Set the addressPrefixes property: List of all address prefixes.StaticRouteStaticRoute. withName(String name)Set the name property: The name of the StaticRoute that is unique within a VnetRoute.StaticRouteStaticRoute. 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 StaticRoute Modifier and Type Method Description List<StaticRoute>VnetRoute. staticRoutes()Get the staticRoutes property: List of all Static Routes.Method parameters in com.azure.resourcemanager.network.models with type arguments of type StaticRoute Modifier and Type Method Description VnetRouteVnetRoute. withStaticRoutes(List<StaticRoute> staticRoutes)Set the staticRoutes property: List of all Static Routes.
-