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