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
Afficher le fichier Open project: azurecoder/fluent-management Class Usage Examples

Méthodes publiques

Свойство Type Description
VmTemplates string>.Dictionary

Méthodes publiques

Méthode 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

Méthode Description
AddVmTemplatesToDictionary ( ) : void

Method Details

GetOSImageFromTemplate() public static méthode

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
Résultat OSVirtualHardDisk

GetXmlTree() public méthode

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

Property Details

VmTemplates public_oe static_oe property

This contains the gallery of vm templates
public static Dictionary VmTemplates
Résultat string>.Dictionary