Interface VirtualMachineDataDisk
- All Superinterfaces:
HasId,HasInnerModel<DataDisk>,HasName
A managed data disk of a virtual machine.
-
Method Summary
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel
innerModel
-
Method Details
-
size
int size()- Returns:
- the size of this data disk in GB
-
lun
int lun()- Returns:
- the logical unit number assigned to this data disk
-
cachingType
CachingTypes cachingType()- Returns:
- the disk caching type
-
creationMethod
DiskCreateOptionTypes creationMethod()- Returns:
- the creation method used while creating this disk
-
storageAccountType
StorageAccountTypes storageAccountType()- Returns:
- the storage account type of the disk
-
deleteOptions
DeleteOptions deleteOptions()- Returns:
- the disk delete options
-
diskEncryptionSetId
String diskEncryptionSetId()- Returns:
- the ID of disk encryption set
-
isWriteAcceleratorEnabled
boolean isWriteAcceleratorEnabled()Gets whether the write accelerator is enabled.- Returns:
- whether the write accelerator is enabled
-