Uses of Class
com.azure.resourcemanager.network.models.RoutingConfigurationNfv
Packages that use RoutingConfigurationNfv
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of RoutingConfigurationNfv in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return RoutingConfigurationNfvModifier and TypeMethodDescriptionNetworkVirtualApplianceConnectionInner.routingConfiguration()Get the routingConfiguration property: The Routing Configuration indicating the associated and propagated route tables on this connection.NetworkVirtualApplianceConnectionProperties.routingConfiguration()Get the routingConfiguration property: The Routing Configuration indicating the associated and propagated route tables on this connection.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type RoutingConfigurationNfvModifier and TypeMethodDescriptionNetworkVirtualApplianceConnectionInner.withRoutingConfiguration(RoutingConfigurationNfv routingConfiguration) Set the routingConfiguration property: The Routing Configuration indicating the associated and propagated route tables on this connection.NetworkVirtualApplianceConnectionProperties.withRoutingConfiguration(RoutingConfigurationNfv routingConfiguration) Set the routingConfiguration property: The Routing Configuration indicating the associated and propagated route tables on this connection. -
Uses of RoutingConfigurationNfv in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return RoutingConfigurationNfvModifier and TypeMethodDescriptionRoutingConfigurationNfv.withAssociatedRouteTable(RoutingConfigurationNfvSubResource associatedRouteTable) Set the associatedRouteTable property: The resource id RouteTable associated with this RoutingConfiguration.RoutingConfigurationNfv.withInboundRouteMap(RoutingConfigurationNfvSubResource inboundRouteMap) Set the inboundRouteMap property: The resource id of the RouteMap associated with this RoutingConfiguration for inbound learned routes.RoutingConfigurationNfv.withOutboundRouteMap(RoutingConfigurationNfvSubResource outboundRouteMap) Set the outboundRouteMap property: The resource id of the RouteMap associated with this RoutingConfiguration for outbound advertised routes.RoutingConfigurationNfv.withPropagatedRouteTables(PropagatedRouteTableNfv propagatedRouteTables) Set the propagatedRouteTables property: The list of RouteTables to advertise the routes to.