Uses of Class
com.azure.resourcemanager.network.fluent.models.RoutePropertiesFormat
-
Packages that use RoutePropertiesFormat Package Description com.azure.resourcemanager.network.fluent.models Package containing the inner data models for NetworkManagementClient. -
-
Uses of RoutePropertiesFormat in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return RoutePropertiesFormat Modifier and Type Method Description RoutePropertiesFormatRoutePropertiesFormat. withAddressPrefix(String addressPrefix)Set the addressPrefix property: The destination CIDR to which the route applies.RoutePropertiesFormatRoutePropertiesFormat. withHasBgpOverride(Boolean hasBgpOverride)Set the hasBgpOverride property: A value indicating whether this route overrides overlapping BGP routes regardless of LPM.RoutePropertiesFormatRoutePropertiesFormat. withNextHopIpAddress(String nextHopIpAddress)Set the nextHopIpAddress property: The IP address packets should be forwarded to.RoutePropertiesFormatRoutePropertiesFormat. withNextHopType(RouteNextHopType nextHopType)Set the nextHopType property: The type of Azure hop the packet should be sent to.
-