C# Класс Elastacloud.AzureManagement.Fluent.Types.VirtualMachines.OSVirtualHardDisk

Class used to configure an OS virtual hard disk for the virtual machine - this drive is always c
Наследование: Elastacloud.AzureManagement.Fluent.Types.VirtualMachines.VirtualHardDisk, ICustomXmlSerializer
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
VmTemplates string>.Dictionary

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
AddVmTemplatesToDictionary ( ) : void

Описание методов

GetOSImageFromTemplate() публичный статический Метод

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
Результат OSVirtualHardDisk

GetXmlTree() публичный Метод

Gets the Xml tree for the custom serialiser
public GetXmlTree ( ) : System.Xml.Linq.XElement
Результат System.Xml.Linq.XElement

Описание свойств

VmTemplates публичное статическое свойство

This contains the gallery of vm templates
public static Dictionary VmTemplates
Результат string>.Dictionary