Uses of Class
com.azure.resourcemanager.network.fluent.models.RoutePropertiesFormat
Packages that use RoutePropertiesFormat
Package
Description
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 RoutePropertiesFormatModifier and TypeMethodDescriptionRoutePropertiesFormat.withAddressPrefix(String addressPrefix) Set the addressPrefix property: The destination CIDR to which the route applies.RoutePropertiesFormat.withHasBgpOverride(Boolean hasBgpOverride) Set the hasBgpOverride property: A value indicating whether this route overrides overlapping BGP routes regardless of LPM.RoutePropertiesFormat.withNextHopIpAddress(String nextHopIpAddress) Set the nextHopIpAddress property: The IP address packets should be forwarded to.RoutePropertiesFormat.withNextHopType(RouteNextHopType nextHopType) Set the nextHopType property: The type of Azure hop the packet should be sent to.