Table of Contents

Class AzureVirtualMachineCollection

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

Represents a collection of Azure virtual machines.

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

Constructors

AzureVirtualMachineCollection()

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

public AzureVirtualMachineCollection()

Methods

FindById(string)

Returns the CENTREL.XIA.Configuration.Types.AzureVirtualMachine with the specified resource identifier, or null if no CENTREL.XIA.Configuration.Types.AzureVirtualMachine with that resource identifier is found.

public AzureVirtualMachine FindById(string id)

Parameters

id string

The resource identifier of the CENTREL.XIA.Configuration.Types.AzureVirtualMachine to locate.

Returns

AzureVirtualMachine

The CENTREL.XIA.Configuration.Types.AzureVirtualMachine with the specified resource identifier.

FindByIdentifier(Guid)

Returns the CENTREL.XIA.Configuration.Types.AzureVirtualMachine with the specified unique identifier, or null if no CENTREL.XIA.Configuration.Types.AzureVirtualMachine with that unique identifier is found.

public AzureVirtualMachine FindByIdentifier(Guid identifier)

Parameters

identifier Guid

The unique identifier of the CENTREL.XIA.Configuration.Types.AzureVirtualMachine to locate in GUID format.

Returns

AzureVirtualMachine

The CENTREL.XIA.Configuration.Types.AzureVirtualMachine with the specified unique identifier.

Sort()

Sorts the values in the collection.

public void Sort()