| 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.
|
| Modifier and Type | Method and Description |
|---|---|
RoutingConfiguration |
ExpressRouteConnectionInner.routingConfiguration()
Get the routingConfiguration property: The Routing Configuration indicating the associated and propagated route
tables on this connection.
|
RoutingConfiguration |
VpnConnectionInner.routingConfiguration()
Get the routingConfiguration property: The Routing Configuration indicating the associated and propagated route
tables on this connection.
|
RoutingConfiguration |
HubVirtualNetworkConnectionInner.routingConfiguration()
Get the routingConfiguration property: The Routing Configuration indicating the associated and propagated route
tables on this connection.
|
| Modifier and Type | Method and Description |
|---|---|
ExpressRouteConnectionInner |
ExpressRouteConnectionInner.withRoutingConfiguration(RoutingConfiguration routingConfiguration)
Set the routingConfiguration property: The Routing Configuration indicating the associated and propagated route
tables on this connection.
|
VpnConnectionInner |
VpnConnectionInner.withRoutingConfiguration(RoutingConfiguration routingConfiguration)
Set the routingConfiguration property: The Routing Configuration indicating the associated and propagated route
tables on this connection.
|
HubVirtualNetworkConnectionInner |
HubVirtualNetworkConnectionInner.withRoutingConfiguration(RoutingConfiguration routingConfiguration)
Set the routingConfiguration property: The Routing Configuration indicating the associated and propagated route
tables on this connection.
|
| Modifier and Type | Method and Description |
|---|---|
RoutingConfiguration |
P2SConnectionConfiguration.routingConfiguration()
Get the routingConfiguration property: The Routing Configuration indicating the associated and propagated route
tables on this connection.
|
RoutingConfiguration |
RoutingConfiguration.withAssociatedRouteTable(com.azure.core.management.SubResource associatedRouteTable)
Set the associatedRouteTable property: The resource id RouteTable associated with this RoutingConfiguration.
|
RoutingConfiguration |
RoutingConfiguration.withPropagatedRouteTables(PropagatedRouteTable propagatedRouteTables)
Set the propagatedRouteTables property: The list of RouteTables to advertise the routes to.
|
RoutingConfiguration |
RoutingConfiguration.withVnetRoutes(VnetRoute vnetRoutes)
Set the vnetRoutes property: List of routes that control routing from VirtualHub into a virtual network
connection.
|
| Modifier and Type | Method and Description |
|---|---|
P2SConnectionConfiguration |
P2SConnectionConfiguration.withRoutingConfiguration(RoutingConfiguration routingConfiguration)
Set the routingConfiguration property: The Routing Configuration indicating the associated and propagated route
tables on this connection.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.