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