Class AzureResourceReferenceCollection
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a collection of Azure resources.
public class AzureResourceReferenceCollection : Collection<AzureResourceReference>, IList<AzureResourceReference>, ICollection<AzureResourceReference>, IList, ICollection, IReadOnlyList<AzureResourceReference>, IReadOnlyCollection<AzureResourceReference>, IEnumerable<AzureResourceReference>, IEnumerable
- Inheritance
-
AzureResourceReferenceCollection
- Implements
- Inherited Members
Constructors
AzureResourceReferenceCollection()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.AzureResourceReferenceCollection class.
public AzureResourceReferenceCollection()
Methods
ExistsById(string)
Determines whether a CENTREL.XIA.Configuration.Types.AzureResourceReference with the specified identifier exists in the collection.
public bool ExistsById(string id)
Parameters
id
stringThe identifier of the CENTREL.XIA.Configuration.Types.AzureResourceReference to locate.
Returns
- bool
A System.Boolean value that indicates whether a CENTREL.XIA.Configuration.Types.AzureResourceReference with the specified identifier exists in the collection.
FindById(string)
Returns the CENTREL.XIA.Configuration.Types.AzureResourceReference with the specified identifier, or null if no resource reference with that identifier is found.
public AzureResourceReference FindById(string id)
Parameters
id
stringThe identifier of the CENTREL.XIA.Configuration.Types.AzureResourceReference to locate.
Returns
- AzureResourceReference
The CENTREL.XIA.Configuration.Types.AzureResourceReference with the specified identifier.
Sort()
Sorts the values in the collection.
public void Sort()
ToResourceNames()
Returns the names of the resources in the collection.
public SerializableStringCollection ToResourceNames()
Returns
- SerializableStringCollection
A CENTREL.Support.SerializableStringCollection containing the names of the resources in the collection.