Uses of Class
com.azure.resourcemanager.network.models.PropagatedRouteTable
-
Packages that use PropagatedRouteTable Package Description com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of PropagatedRouteTable in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return PropagatedRouteTable Modifier and Type Method Description PropagatedRouteTableRoutingConfiguration. propagatedRouteTables()Get the propagatedRouteTables property: The list of RouteTables to advertise the routes to.PropagatedRouteTablePropagatedRouteTable. withIds(List<com.azure.core.management.SubResource> ids)Set the ids property: The list of resource ids of all the RouteTables.PropagatedRouteTablePropagatedRouteTable. withLabels(List<String> labels)Set the labels property: The list of labels.Methods in com.azure.resourcemanager.network.models with parameters of type PropagatedRouteTable Modifier and Type Method Description RoutingConfigurationRoutingConfiguration. withPropagatedRouteTables(PropagatedRouteTable propagatedRouteTables)Set the propagatedRouteTables property: The list of RouteTables to advertise the routes to.
-