Class AzureRouteTable
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents an Azure route table.
public class AzureRouteTable : AzureResourceBase, IComparable<AzureResourceBase>
- Inheritance
-
AzureRouteTable
- Implements
- Inherited Members
Constructors
AzureRouteTable()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.AzureRouteTable class.
public AzureRouteTable()
Properties
PropagateGatewayRoutes
Gets or sets whether to propagate gateway routes.
public BooleanOption PropagateGatewayRoutes { get; set; }
Property Value
Routes
Gets or sets the routes in the route table.
public AzureRouteTableRoutes Routes { get; set; }
Property Value
SubnetIdentifiers
Gets or sets the unique identifiers of the subnets assigned to the route table.
public SerializableStringCollection SubnetIdentifiers { get; set; }
Property Value
- SerializableStringCollection
SubnetNames
Gets or sets the names of the subnets assigned to the route table.
public SerializableStringCollection SubnetNames { get; set; }
Property Value
- SerializableStringCollection