EffectiveRoute Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Effective Route.
public class EffectiveRoute
type EffectiveRoute = class
Public Class EffectiveRoute
- Inheritance
-
EffectiveRoute
Constructors
EffectiveRoute() |
Initializes a new instance of the EffectiveRoute class. |
EffectiveRoute(String, Nullable<Boolean>, EffectiveRouteSource, EffectiveRouteState, IList<String>, IList<String>, RouteNextHopType) |
Initializes a new instance of the EffectiveRoute class. |
Properties
AddressPrefix |
Gets or sets the address prefixes of the effective routes in CIDR notation. |
DisableBgpRoutePropagation |
Gets or sets if true, on-premises routes are not propagated to the network interfaces in the subnet. |
Name |
Gets or sets the name of the user defined route. This is optional. |
NextHopIpAddress |
Gets or sets the IP address of the next hop of the effective route. |
NextHopType |
Gets or sets the type of Azure hop the packet should be sent to. Possible values include: 'VirtualNetworkGateway', 'VnetLocal', 'Internet', 'VirtualAppliance', 'None' |
Source |
Gets or sets who created the route. Possible values include: 'Unknown', 'User', 'VirtualNetworkGateway', 'Default' |
State |
Gets or sets the value of effective route. Possible values include: 'Active', 'Invalid' |
Applies to
Azure SDK for .NET