RoutingPolicy 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.
The routing policy object used in a RoutingIntent resource.
public class RoutingPolicy
type RoutingPolicy = class
Public Class RoutingPolicy
- Inheritance
-
RoutingPolicy
Constructors
RoutingPolicy() |
Initializes a new instance of the RoutingPolicy class. |
RoutingPolicy(String, IList<String>, String) |
Initializes a new instance of the RoutingPolicy class. |
Properties
Destinations |
Gets or sets list of all destinations which this routing policy is applicable to (for example: Internet, PrivateTraffic). |
Name |
Gets or sets the unique name for the routing policy. |
NextHop |
Gets or sets the next hop resource id on which this routing policy is applicable to. |
Methods
Validate() |
Validate the object. |