HubRoute Class

Definition

RouteTable route.

public class HubRoute
type HubRoute = class
Public Class HubRoute
Inheritance
HubRoute

Constructors

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

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

Validate()

Validate the object.

Applies to