Uses of Class
com.azure.resourcemanager.network.models.RoutingConfigurationNfvSubResource
Packages that use RoutingConfigurationNfvSubResource
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of RoutingConfigurationNfvSubResource in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return RoutingConfigurationNfvSubResourceModifier and TypeMethodDescriptionRoutingConfigurationNfv.associatedRouteTable()Get the associatedRouteTable property: The resource id RouteTable associated with this RoutingConfiguration.RoutingConfigurationNfv.inboundRouteMap()Get the inboundRouteMap property: The resource id of the RouteMap associated with this RoutingConfiguration for inbound learned routes.RoutingConfigurationNfv.outboundRouteMap()Get the outboundRouteMap property: The resource id of the RouteMap associated with this RoutingConfiguration for outbound advertised routes.RoutingConfigurationNfvSubResource.withResourceUri(String resourceUri) Set the resourceUri property: Resource ID.Methods in com.azure.resourcemanager.network.models that return types with arguments of type RoutingConfigurationNfvSubResourceModifier and TypeMethodDescriptionPropagatedRouteTableNfv.ids()Get the ids property: The list of resource ids of all the RouteTables.Methods in com.azure.resourcemanager.network.models with parameters of type RoutingConfigurationNfvSubResourceModifier 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.Method parameters in com.azure.resourcemanager.network.models with type arguments of type RoutingConfigurationNfvSubResourceModifier and TypeMethodDescriptionPropagatedRouteTableNfv.withIds(List<RoutingConfigurationNfvSubResource> ids) Set the ids property: The list of resource ids of all the RouteTables.