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.
An effective route within an effective route table.
public class EffectiveRoute
type EffectiveRoute = class
Public Class EffectiveRoute
- Inheritance
-
EffectiveRoute
Constructors
EffectiveRoute() |
Initializes a new instance of the EffectiveRoute class. |
Properties
AddressPrefixes |
Optional. Gets or sets the address prefixes that apply to this route, in CIDR format. |
EffectiveNextHop |
Required. Gets or sets the effective next hop for this route. |
Name |
Required. Gets or sets the name of the Route. |
Source |
Required. Gets or sets the ource of this route. |
Status |
Required. Gets or sets the status of this route. |
Applies to
Azure SDK for .NET