Uses of Class
com.azure.resourcemanager.network.models.PropagatedRouteTable
Packages that use PropagatedRouteTable
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of PropagatedRouteTable in com.azure.resourcemanager.network.models
Classes in com.azure.resourcemanager.network.models that implement interfaces with type arguments of type PropagatedRouteTableModifier and TypeClassDescriptionfinal classThe list of RouteTables to advertise the routes to.Methods in com.azure.resourcemanager.network.models that return PropagatedRouteTableModifier and TypeMethodDescriptionstatic PropagatedRouteTablePropagatedRouteTable.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of PropagatedRouteTable from the JsonReader.RoutingConfiguration.propagatedRouteTables()Get the propagatedRouteTables property: The list of RouteTables to advertise the routes to.Set the ids property: The list of resource ids of all the RouteTables.PropagatedRouteTable.withLabels(List<String> labels) Set the labels property: The list of labels.Methods in com.azure.resourcemanager.network.models with parameters of type PropagatedRouteTableModifier and TypeMethodDescriptionRoutingConfiguration.withPropagatedRouteTables(PropagatedRouteTable propagatedRouteTables) Set the propagatedRouteTables property: The list of RouteTables to advertise the routes to.