Uses of Class
com.azure.resourcemanager.network.models.RoutingConfiguration
Packages that use RoutingConfiguration
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of RoutingConfiguration in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return RoutingConfigurationModifier and TypeMethodDescriptionExpressRouteConnectionInner.routingConfiguration()Get the routingConfiguration property: The Routing Configuration indicating the associated and propagated route tables on this connection.ExpressRouteConnectionProperties.routingConfiguration()Get the routingConfiguration property: The Routing Configuration indicating the associated and propagated route tables on this connection.HubVirtualNetworkConnectionInner.routingConfiguration()Get the routingConfiguration property: The Routing Configuration indicating the associated and propagated route tables on this connection.HubVirtualNetworkConnectionProperties.routingConfiguration()Get the routingConfiguration property: The Routing Configuration indicating the associated and propagated route tables on this connection.NetworkVirtualApplianceConnectionInner.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.P2SConnectionConfigurationProperties.routingConfiguration()Get the routingConfiguration property: The Routing Configuration indicating the associated and propagated route tables on this connection.VpnConnectionInner.routingConfiguration()Get the routingConfiguration property: The Routing Configuration indicating the associated and propagated route tables on this connection.VpnConnectionProperties.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 RoutingConfigurationModifier and TypeMethodDescriptionExpressRouteConnectionInner.withRoutingConfiguration(RoutingConfiguration routingConfiguration) Set the routingConfiguration property: The Routing Configuration indicating the associated and propagated route tables on this connection.ExpressRouteConnectionProperties.withRoutingConfiguration(RoutingConfiguration routingConfiguration) Set the routingConfiguration property: The Routing Configuration indicating the associated and propagated route tables on this connection.HubVirtualNetworkConnectionInner.withRoutingConfiguration(RoutingConfiguration routingConfiguration) Set the routingConfiguration property: The Routing Configuration indicating the associated and propagated route tables on this connection.HubVirtualNetworkConnectionProperties.withRoutingConfiguration(RoutingConfiguration routingConfiguration) Set the routingConfiguration property: The Routing Configuration indicating the associated and propagated route tables on this connection.NetworkVirtualApplianceConnectionInner.withRoutingConfiguration(RoutingConfiguration routingConfiguration) Set the routingConfiguration property: The Routing Configuration indicating the associated and propagated route tables on this connection.NetworkVirtualApplianceConnectionProperties.withRoutingConfiguration(RoutingConfiguration routingConfiguration) Set the routingConfiguration property: The Routing Configuration indicating the associated and propagated route tables on this connection.P2SConnectionConfigurationProperties.withRoutingConfiguration(RoutingConfiguration routingConfiguration) Set the routingConfiguration property: The Routing Configuration indicating the associated and propagated route tables on this connection.VpnConnectionInner.withRoutingConfiguration(RoutingConfiguration routingConfiguration) Set the routingConfiguration property: The Routing Configuration indicating the associated and propagated route tables on this connection.VpnConnectionProperties.withRoutingConfiguration(RoutingConfiguration routingConfiguration) Set the routingConfiguration property: The Routing Configuration indicating the associated and propagated route tables on this connection. -
Uses of RoutingConfiguration in com.azure.resourcemanager.network.models
Classes in com.azure.resourcemanager.network.models that implement interfaces with type arguments of type RoutingConfigurationModifier and TypeClassDescriptionfinal classRouting Configuration indicating the associated and propagated route tables for this connection.Methods in com.azure.resourcemanager.network.models that return RoutingConfigurationModifier and TypeMethodDescriptionstatic RoutingConfigurationRoutingConfiguration.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of RoutingConfiguration from the JsonReader.P2SConnectionConfiguration.routingConfiguration()Get the routingConfiguration property: The Routing Configuration indicating the associated and propagated route tables on this connection.RoutingConfiguration.withAssociatedRouteTable(com.azure.core.management.SubResource associatedRouteTable) Set the associatedRouteTable property: The resource id RouteTable associated with this RoutingConfiguration.RoutingConfiguration.withInboundRouteMap(com.azure.core.management.SubResource inboundRouteMap) Set the inboundRouteMap property: The resource id of the RouteMap associated with this RoutingConfiguration for inbound learned routes.RoutingConfiguration.withOutboundRouteMap(com.azure.core.management.SubResource outboundRouteMap) Set the outboundRouteMap property: The resource id of theRouteMap associated with this RoutingConfiguration for outbound advertised routes.RoutingConfiguration.withPropagatedRouteTables(PropagatedRouteTable propagatedRouteTables) Set the propagatedRouteTables property: The list of RouteTables to advertise the routes to.RoutingConfiguration.withVnetRoutes(VnetRoute vnetRoutes) Set the vnetRoutes property: List of routes that control routing from VirtualHub into a virtual network connection.Methods in com.azure.resourcemanager.network.models with parameters of type RoutingConfigurationModifier and TypeMethodDescriptionP2SConnectionConfiguration.withRoutingConfiguration(RoutingConfiguration routingConfiguration) Set the routingConfiguration property: The Routing Configuration indicating the associated and propagated route tables on this connection.