Table of Contents

Class AzureWebAppCollection

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

Represents a collection of Azure web apps.

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

Constructors

AzureWebAppCollection()

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

public AzureWebAppCollection()

Methods

FindById(string)

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

public AzureWebApp FindById(string resourceId)

Parameters

resourceId string

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

Returns

AzureWebApp

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

Sort()

Sorts the values in the collection.

public void Sort()