Table of Contents

Class AzureAppServicePlans

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

Represents a collection of Azure app service plans.

public class AzureAppServicePlans : BypassSection
Inheritance
AzureAppServicePlans
Inherited Members

Constructors

AzureAppServicePlans()

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

public AzureAppServicePlans()

Properties

Items

Gets or sets the items in the collection.

public AzureAppServicePlanCollection Items { get; set; }

Property Value

AzureAppServicePlanCollection

Methods

FromXml(string)

Returns a CENTREL.XIA.Configuration.Types.AzureAppServicePlans class from the specified XML.

public static AzureAppServicePlans FromXml(string xml)

Parameters

xml string

The XML representation of the object.

Returns

AzureAppServicePlans

A CENTREL.XIA.Configuration.Types.AzureAppServicePlans class.

ToString()

Returns the app service plans as a human readable string.

public override string ToString()

Returns

string

The app service plans as a human readable string.