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