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