C# Class Elastacloud.AzureManagement.Fluent.Types.VirtualMachines.DataVirtualHardDisks

The container for the OS and Data disks - acts as a collection
Inheritance: ICustomXmlSerializer
Mostra file Open project: azurecoder/fluent-management Class Usage Examples

Public Methods

Method Description
DataVirtualHardDisks ( ) : System.Collections.Generic

Creates a list of hard drives which can be used for the OS or data

GetXmlTree ( ) : System.Xml.Linq.XElement

Gets the Xml tree for the custom serialiser

Method Details

DataVirtualHardDisks() public method

Creates a list of hard drives which can be used for the OS or data
public DataVirtualHardDisks ( ) : System.Collections.Generic
return System.Collections.Generic

GetXmlTree() public method

Gets the Xml tree for the custom serialiser
public GetXmlTree ( ) : System.Xml.Linq.XElement
return System.Xml.Linq.XElement