Table of Contents

Class AzureNetworkInterfaceCollection

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

Represents a collection of Azure network interfaces.

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

Constructors

AzureNetworkInterfaceCollection()

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

public AzureNetworkInterfaceCollection()

Methods

FindById(string)

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

public AzureNetworkInterface FindById(string resourceId)

Parameters

resourceId string

The identifier of the CENTREL.XIA.Configuration.Types.AzureNetworkInterface to locate.

Returns

AzureNetworkInterface

The CENTREL.XIA.Configuration.Types.AzureNetworkInterface with the specified identifier.

Sort()

Sorts the values in the collection.

public void Sort()