Table of Contents

Class AzureResourceLockCollection

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

Represents a collection of Azure resource locks.

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

Constructors

AzureResourceLockCollection()

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

public AzureResourceLockCollection()

Methods

Clone()

Returns a CENTREL.XIA.Configuration.Types.AzureResourceLockCollection cloned from this object.

public AzureResourceLockCollection Clone()

Returns

AzureResourceLockCollection

A CENTREL.XIA.Configuration.Types.AzureResourceLockCollection.

Sort()

Sorts the items in the collection.

public void Sort()