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