Class AzureWebApps
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a collection of Azure web apps.
public class AzureWebApps : BypassSection
- Inheritance
-
AzureWebApps
- Inherited Members
Constructors
AzureWebApps()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.AzureWebApps class.
public AzureWebApps()
Properties
Items
Gets or sets the items in the collection.
public AzureWebAppCollection Items { get; set; }
Property Value
Methods
FromXml(string)
Returns a CENTREL.XIA.Configuration.Types.AzureWebApps class from the specified XML.
public static AzureWebApps FromXml(string xml)
Parameters
xml
stringThe XML representation of the object.
Returns
- AzureWebApps
A CENTREL.XIA.Configuration.Types.AzureWebApps class.
ToString()
Returns the web apps as a human readable string.
public override string ToString()
Returns
- string
The web apps as a human readable string.