Uses of Class
com.azure.resourcemanager.network.models.VirtualHubEffectiveRoute
Packages that use VirtualHubEffectiveRoute
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of VirtualHubEffectiveRoute in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return types with arguments of type VirtualHubEffectiveRouteModifier and TypeMethodDescriptionVirtualHubEffectiveRouteListInner.value()Get the value property: The list of effective routes configured on the virtual hub or the specified resource.Method parameters in com.azure.resourcemanager.network.fluent.models with type arguments of type VirtualHubEffectiveRouteModifier and TypeMethodDescriptionVirtualHubEffectiveRouteListInner.withValue(List<VirtualHubEffectiveRoute> value) Set the value property: The list of effective routes configured on the virtual hub or the specified resource. -
Uses of VirtualHubEffectiveRoute in com.azure.resourcemanager.network.models
Classes in com.azure.resourcemanager.network.models that implement interfaces with type arguments of type VirtualHubEffectiveRouteModifier and TypeClassDescriptionfinal classThe effective route configured on the virtual hub or specified resource.Methods in com.azure.resourcemanager.network.models that return VirtualHubEffectiveRouteModifier and TypeMethodDescriptionstatic VirtualHubEffectiveRouteVirtualHubEffectiveRoute.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of VirtualHubEffectiveRoute from the JsonReader.VirtualHubEffectiveRoute.withAddressPrefixes(List<String> addressPrefixes) Set the addressPrefixes property: The list of address prefixes.VirtualHubEffectiveRoute.withAsPath(String asPath) Set the asPath property: The ASPath of this route.VirtualHubEffectiveRoute.withNextHops(List<String> nextHops) Set the nextHops property: The list of next hops.VirtualHubEffectiveRoute.withNextHopType(String nextHopType) Set the nextHopType property: The type of the next hop.VirtualHubEffectiveRoute.withRouteOrigin(String routeOrigin) Set the routeOrigin property: The origin of this route.