VirtualMachineDataDisk Interface
public interface VirtualMachineDataDisk extends HasInner,HasName,HasId
A managed data disk of a virtual machine.
Method Summary
Modifier and Type | Method and Description |
---|---|
Caching |
cachingType() |
Disk |
creationMethod() |
int | lun() |
int | size() |
Storage |
storageAccountType() |
Inherited Members
Method Details
cachingType
public CachingTypes cachingType()
Returns:
the disk caching type
creationMethod
public DiskCreateOptionTypes creationMethod()
Returns:
the creation method used while creating this disk
lun
public int lun()
Returns:
the logical unit number assigned to this data disk
size
public int size()
Returns:
the size of this data disk in GB
storageAccountType
public StorageAccountTypes storageAccountType()
Returns:
the storage account type of the disk
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Java