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
파일 보기 프로젝트 열기: azurecoder/fluent-management 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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