Uses of Class
com.azure.resourcemanager.network.models.PropagatedRouteTableNfv
Packages that use PropagatedRouteTableNfv
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of PropagatedRouteTableNfv in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return PropagatedRouteTableNfvModifier and TypeMethodDescriptionRoutingConfigurationNfv.propagatedRouteTables()Get the propagatedRouteTables property: The list of RouteTables to advertise the routes to.PropagatedRouteTableNfv.withIds(List<RoutingConfigurationNfvSubResource> ids) Set the ids property: The list of resource ids of all the RouteTables.PropagatedRouteTableNfv.withLabels(List<String> labels) Set the labels property: The list of labels.Methods in com.azure.resourcemanager.network.models with parameters of type PropagatedRouteTableNfvModifier and TypeMethodDescriptionRoutingConfigurationNfv.withPropagatedRouteTables(PropagatedRouteTableNfv propagatedRouteTables) Set the propagatedRouteTables property: The list of RouteTables to advertise the routes to.