Uses of Class
com.azure.resourcemanager.network.models.RoutingConfiguration
-
Packages that use RoutingConfiguration Package Description com.azure.resourcemanager.network.fluent.models Package containing the inner data models for NetworkManagementClient.com.azure.resourcemanager.network.models 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 RoutingConfiguration Modifier and Type Method Description RoutingConfigurationExpressRouteConnectionInner. routingConfiguration()Get the routingConfiguration property: The Routing Configuration indicating the associated and propagated route tables on this connection.RoutingConfigurationExpressRouteConnectionProperties. routingConfiguration()Get the routingConfiguration property: The Routing Configuration indicating the associated and propagated route tables on this connection.RoutingConfigurationHubVirtualNetworkConnectionInner. routingConfiguration()Get the routingConfiguration property: The Routing Configuration indicating the associated and propagated route tables on this connection.RoutingConfigurationHubVirtualNetworkConnectionProperties. routingConfiguration()Get the routingConfiguration property: The Routing Configuration indicating the associated and propagated route tables on this connection.RoutingConfigurationP2SConnectionConfigurationProperties. routingConfiguration()Get the routingConfiguration property: The Routing Configuration indicating the associated and propagated route tables on this connection.RoutingConfigurationVpnConnectionInner. routingConfiguration()Get the routingConfiguration property: The Routing Configuration indicating the associated and propagated route tables on this connection.RoutingConfigurationVpnConnectionProperties. 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 RoutingConfiguration Modifier and Type Method Description ExpressRouteConnectionInnerExpressRouteConnectionInner. withRoutingConfiguration(RoutingConfiguration routingConfiguration)Set the routingConfiguration property: The Routing Configuration indicating the associated and propagated route tables on this connection.ExpressRouteConnectionPropertiesExpressRouteConnectionProperties. withRoutingConfiguration(RoutingConfiguration routingConfiguration)Set the routingConfiguration property: The Routing Configuration indicating the associated and propagated route tables on this connection.HubVirtualNetworkConnectionInnerHubVirtualNetworkConnectionInner. withRoutingConfiguration(RoutingConfiguration routingConfiguration)Set the routingConfiguration property: The Routing Configuration indicating the associated and propagated route tables on this connection.HubVirtualNetworkConnectionPropertiesHubVirtualNetworkConnectionProperties. withRoutingConfiguration(RoutingConfiguration routingConfiguration)Set the routingConfiguration property: The Routing Configuration indicating the associated and propagated route tables on this connection.P2SConnectionConfigurationPropertiesP2SConnectionConfigurationProperties. withRoutingConfiguration(RoutingConfiguration routingConfiguration)Set the routingConfiguration property: The Routing Configuration indicating the associated and propagated route tables on this connection.VpnConnectionInnerVpnConnectionInner. withRoutingConfiguration(RoutingConfiguration routingConfiguration)Set the routingConfiguration property: The Routing Configuration indicating the associated and propagated route tables on this connection.VpnConnectionPropertiesVpnConnectionProperties. 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
Methods in com.azure.resourcemanager.network.models that return RoutingConfiguration Modifier and Type Method Description RoutingConfigurationP2SConnectionConfiguration. routingConfiguration()Get the routingConfiguration property: The Routing Configuration indicating the associated and propagated route tables on this connection.RoutingConfigurationRoutingConfiguration. withAssociatedRouteTable(com.azure.core.management.SubResource associatedRouteTable)Set the associatedRouteTable property: The resource id RouteTable associated with this RoutingConfiguration.RoutingConfigurationRoutingConfiguration. withPropagatedRouteTables(PropagatedRouteTable propagatedRouteTables)Set the propagatedRouteTables property: The list of RouteTables to advertise the routes to.RoutingConfigurationRoutingConfiguration. 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 RoutingConfiguration Modifier and Type Method Description P2SConnectionConfigurationP2SConnectionConfiguration. withRoutingConfiguration(RoutingConfiguration routingConfiguration)Set the routingConfiguration property: The Routing Configuration indicating the associated and propagated route tables on this connection.
-