Table of Contents

Class AzureRoleAssignmentCollection

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents a collection of Azure role assignments.

public class AzureRoleAssignmentCollection : Collection<AzureRoleAssignment>, IList<AzureRoleAssignment>, ICollection<AzureRoleAssignment>, IList, ICollection, IReadOnlyList<AzureRoleAssignment>, IReadOnlyCollection<AzureRoleAssignment>, IEnumerable<AzureRoleAssignment>, IEnumerable
Inheritance
AzureRoleAssignmentCollection
Implements
Inherited Members

Constructors

AzureRoleAssignmentCollection()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.AzureRoleAssignmentCollection class.

public AzureRoleAssignmentCollection()

Methods

Sort()

Sorts the items in the collection.

public void Sort()