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