DataDisk 类
定义
Describes a data disk.
public class DataDisk
- 继承
-
java.lang.ObjectDataDisk
方法
caching() |
Get the caching value.
|
createOption() |
Get the createOption value.
|
diskSizeGB() |
Get the diskSizeGB value.
|
image() |
Get the image value.
|
lun() |
Get the lun value.
|
managedDisk() |
Get the managedDisk value.
|
name() |
Get the name value.
|
vhd() |
Get the vhd value.
|
withCaching(CachingTypes caching) |
Set the caching value.
|
withCreateOption(DiskCreateOptionTypes createOption) |
Set the createOption value.
|
withDiskSizeGB(Integer diskSizeGB) |
Set the diskSizeGB value.
|
withImage(VirtualHardDisk image) |
Set the image value.
|
withLun(int lun) |
Set the lun value.
|
withManagedDisk(ManagedDiskParametersInner managedDisk) |
Set the managedDisk value.
|
withName(String name) |
Set the name value.
|
withVhd(VirtualHardDisk vhd) |
Set the vhd value.
|