Class AzureRoleDefinitionCollection
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a collection of Azure role definitions.
public class AzureRoleDefinitionCollection : Collection<AzureRoleDefinition>, IList<AzureRoleDefinition>, ICollection<AzureRoleDefinition>, IList, ICollection, IReadOnlyList<AzureRoleDefinition>, IReadOnlyCollection<AzureRoleDefinition>, IEnumerable<AzureRoleDefinition>, IEnumerable
- Inheritance
-
AzureRoleDefinitionCollection
- Implements
- Inherited Members
Constructors
AzureRoleDefinitionCollection()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.AzureRoleDefinitionCollection class.
public AzureRoleDefinitionCollection()
Methods
FindByIdentifier(Guid)
Returns the CENTREL.XIA.Configuration.Types.AzureRoleDefinition with the specified identifier, or null if no CENTREL.XIA.Configuration.Types.AzureRoleDefinition with that identifier is found.
public AzureRoleDefinition FindByIdentifier(Guid identifier)
Parameters
identifier
GuidThe unique identifier of the CENTREL.XIA.Configuration.Types.AzureRoleDefinition to locate.
Returns
- AzureRoleDefinition
The CENTREL.XIA.Configuration.Types.AzureRoleDefinition with the specified identifier.
FindByName(string)
Returns the CENTREL.XIA.Configuration.Types.AzureRoleDefinition with the specified name, or null if no CENTREL.XIA.Configuration.Types.AzureRoleDefinition with that name is found.
public AzureRoleDefinition FindByName(string name)
Parameters
name
stringThe name of the CENTREL.XIA.Configuration.Types.AzureRoleDefinition to locate.
Returns
- AzureRoleDefinition
The CENTREL.XIA.Configuration.Types.AzureRoleDefinition with the specified name.
Sort()
Sorts the items in the collection.
public void Sort()