C# 클래스 Elastacloud.AzureManagement.Fluent.Types.VirtualMachines.DataVirtualHardDisk

Used to build a data virtual hard disk for the persistent VM - there can be many of these each 1TB in size
상속: Elastacloud.AzureManagement.Fluent.Types.VirtualMachines.VirtualHardDisk, ICustomXmlSerializer
파일 보기 프로젝트 열기: azurecoder/fluent-management 1 사용 예제들

공개 메소드들

메소드 설명
GetDefaultDataDisk ( string storageAccountName, int size = 30, int logicalUnitNumber, string diskName = null, string diskLabel = null ) : DataVirtualHardDisk

Gets a virtual disk located in blob storage and sets a default size to the disk of 30 GB and a logical unit no. of 0 (drive e:)

GetXmlTree ( ) : System.Xml.Linq.XElement

Gets the Xml tree for the custom serialiser

메소드 상세

GetDefaultDataDisk() 공개 정적인 메소드

Gets a virtual disk located in blob storage and sets a default size to the disk of 30 GB and a logical unit no. of 0 (drive e:)
public static GetDefaultDataDisk ( string storageAccountName, int size = 30, int logicalUnitNumber, string diskName = null, string diskLabel = null ) : DataVirtualHardDisk
storageAccountName string The path to blob storage for the disk
size int the size of the disk in GB - can be up to 1TB
logicalUnitNumber int number between 0 and 15 which is the logical unit of the drive
diskName string the name of the disk
diskLabel string the label of the disk
리턴 DataVirtualHardDisk

GetXmlTree() 공개 메소드

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