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

Class used to configure an OS virtual hard disk for the virtual machine - this drive is always c
Inheritance: Elastacloud.AzureManagement.Fluent.Types.VirtualMachines.VirtualHardDisk, ICustomXmlSerializer
Show file Open project: azurecoder/fluent-management Class Usage Examples

Public Properties

Property Type Description
VmTemplates string>.Dictionary

Public Methods

Method Description
GetOSImageFromTemplate ( VirtualMachineProperties properties ) : OSVirtualHardDisk

This gets the host OS image of Windows Server Data Centre and SQL Server 2012

GetXmlTree ( ) : System.Xml.Linq.XElement

Gets the Xml tree for the custom serialiser

Private Methods

Method Description
AddVmTemplatesToDictionary ( ) : void

Method Details

GetOSImageFromTemplate() public static method

This gets the host OS image of Windows Server Data Centre and SQL Server 2012
public static GetOSImageFromTemplate ( VirtualMachineProperties properties ) : OSVirtualHardDisk
properties VirtualMachineProperties The path to the media space in blob storage where the host vhd will be placed
return OSVirtualHardDisk

GetXmlTree() public method

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

Property Details

VmTemplates public static property

This contains the gallery of vm templates
public static Dictionary VmTemplates
return string>.Dictionary