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