HubRoute 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.
RouteTable route.
public class HubRoute
type HubRoute = class
Public Class HubRoute
- Inheritance
-
HubRoute
Constructors
| Name | Description |
|---|---|
| HubRoute() |
Initializes a new instance of the HubRoute class. |
| HubRoute(String, String, IList<String>, String, String) |
Initializes a new instance of the HubRoute class. |
Properties
| Name | Description |
|---|---|
| Destinations |
Gets or sets list of all destinations. |
| DestinationType |
Gets or sets the type of destinations (eg: CIDR, ResourceId, Service). |
| Name |
Gets or sets the name of the Route that is unique within a RouteTable. This name can be used to access this route. |
| NextHop |
Gets or sets nextHop resource ID. |
| NextHopType |
Gets or sets the type of next hop (eg: ResourceId). |
Methods
| Name | Description |
|---|---|
| Validate() |
Validate the object. |