Table of Contents

Class AzureAppServicePlanCollection

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

Represents a collection of Azure app service plans.

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

Constructors

AzureAppServicePlanCollection()

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

public AzureAppServicePlanCollection()

Methods

FindById(string)

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

public AzureAppServicePlan FindById(string resourceId)

Parameters

resourceId string

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

Returns

AzureAppServicePlan

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

Sort()

Sorts the values in the collection.

public void Sort()