Class AzureRouteTables
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a collection of Azure route tables.
public class AzureRouteTables : BypassSection
- Inheritance
-
AzureRouteTables
- Inherited Members
Constructors
AzureRouteTables()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.AzureRouteTables class.
public AzureRouteTables()
Properties
Items
Gets or sets the items in the collection.
public AzureRouteTableCollection Items { get; set; }
Property Value
Methods
FromXml(string)
Returns a CENTREL.XIA.Configuration.Types.AzureRouteTables class from the specified XML.
public static AzureRouteTables FromXml(string xml)
Parameters
xml
stringThe XML representation of the object.
Returns
- AzureRouteTables
A CENTREL.XIA.Configuration.Types.AzureRouteTables class.
ToString()
Returns the route tables as a human readable string.
public override string ToString()
Returns
- string
The route tables as a human readable string.