Uses of Class
com.azure.resourcemanager.network.fluent.models.RouteTablePropertiesFormat
-
Packages that use RouteTablePropertiesFormat Package Description com.azure.resourcemanager.network.fluent.models Package containing the inner data models for NetworkManagementClient. -
-
Uses of RouteTablePropertiesFormat in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return RouteTablePropertiesFormat Modifier and Type Method Description RouteTablePropertiesFormatRouteTablePropertiesFormat. withDisableBgpRoutePropagation(Boolean disableBgpRoutePropagation)Set the disableBgpRoutePropagation property: Whether to disable the routes learned by BGP on that route table.RouteTablePropertiesFormatRouteTablePropertiesFormat. withRoutes(List<RouteInner> routes)Set the routes property: Collection of routes contained within a route table.
-