Table of Contents

Class AzureWebAppApplicationSettings

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

Represents a collection of Azure web app application settings.

public class AzureWebAppApplicationSettings : BypassSection
Inheritance
AzureWebAppApplicationSettings
Inherited Members

Constructors

AzureWebAppApplicationSettings()

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

public AzureWebAppApplicationSettings()

Properties

Items

Gets or sets the items in the collection.

public AzureWebAppApplicationSettingCollection Items { get; set; }

Property Value

AzureWebAppApplicationSettingCollection

Methods

FromXml(string)

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

public static AzureWebAppApplicationSettings FromXml(string xml)

Parameters

xml string

The XML representation of the object.

Returns

AzureWebAppApplicationSettings

A CENTREL.XIA.Configuration.Types.AzureWebAppApplicationSettings class.

ToString()

Returns the application settings as a human readable string.

public override string ToString()

Returns

string

The application settings as a human readable string.