VirtualMachineUnmanagedDataDisk Interface
public interface VirtualMachineUnmanagedDataDisk extends HasInner,ChildResource
A native data disk of a virtual machine.
Method Summary
Modifier and Type | Method and Description |
---|---|
Caching |
cachingType()
Gets the disk caching type. possible values are: 'None', 'ReadOnly', 'ReadWrite' |
Disk |
creationMethod() |
int | lun() |
int | size() |
String |
sourceImageUri()
Uri to the source virtual hard disk user image from which this disk was created. null will be returned if this disk is not based on an image |
String | vhdUri() |
Inherited Members
Method Details
cachingType
public CachingTypes cachingType()
Gets the disk caching type.
possible values are: 'None', 'ReadOnly', 'ReadWrite'
Returns:
creationMethod
public DiskCreateOptionTypes creationMethod()
Returns:
lun
public int lun()
Returns:
size
public int size()
Returns:
sourceImageUri
public String sourceImageUri()
Uri to the source virtual hard disk user image from which this disk was created.
null will be returned if this disk is not based on an image
Returns:
vhdUri
public String vhdUri()
Returns:
Applies to
Azure SDK for Java