Class AzureRouteTableCollection
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a collection of Azure route tables.
public class AzureRouteTableCollection : Collection<AzureRouteTable>, IList<AzureRouteTable>, ICollection<AzureRouteTable>, IList, ICollection, IReadOnlyList<AzureRouteTable>, IReadOnlyCollection<AzureRouteTable>, IEnumerable<AzureRouteTable>, IEnumerable
- Inheritance
-
AzureRouteTableCollection
- Implements
- Inherited Members
Constructors
AzureRouteTableCollection()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.AzureRouteTableCollection class.
public AzureRouteTableCollection()
Methods
FindById(string)
Returns the CENTREL.XIA.Configuration.Types.AzureRouteTable with the specified identifier, or null if no CENTREL.XIA.Configuration.Types.AzureRouteTable with that identifier is found.
public AzureRouteTable FindById(string id)
Parameters
id
stringThe identifier of the CENTREL.XIA.Configuration.Types.AzureRouteTable to locate.
Returns
- AzureRouteTable
The CENTREL.XIA.Configuration.Types.AzureRouteTable with the specified identifier.
Sort()
Sorts the values in the collection.
public void Sort()